3 static int b
= Integer
.parseInt ("-1");
4 int b1
= Integer
.parseInt ("-1");
5 static int zero
= Integer
.parseInt ("0");
10 int a
= Integer
.parseInt ("-80000000", 16);
12 System
.out
.println (c
);
13 } catch (Exception _
) {
14 System
.out
.println (_
);
18 int a
= Integer
.parseInt ("-80000000", 16);
20 System
.out
.println (c
);
21 } catch (Exception _
) {
22 System
.out
.println (_
);
26 int a
= Integer
.parseInt ("-80000000", 16);
28 System
.out
.println (c
);
29 } catch (Exception _
) {
30 System
.out
.println (_
);
34 int a
= Integer
.parseInt ("-80000000", 16);
36 System
.out
.println (c
);
37 } catch (Exception _
) {
38 System
.out
.println (_
);
42 int a
= Integer
.parseInt ("-80000000", 16);
44 System
.out
.println (c
);
45 } catch (Exception _
) {
46 System
.out
.println (_
);
50 int a
= Integer
.parseInt ("8000", 16);
51 int b
= Integer
.parseInt ("0", 16);
53 System
.out
.println (c
);
54 } catch (Exception _
) {
55 System
.out
.println (_
);
59 int a
= Integer
.parseInt ("8000", 16);
60 int b
= Integer
.parseInt ("0", 16);
62 System
.out
.println (c
);
63 } catch (Exception _
) {
64 System
.out
.println (_
);
68 long a
= Long
.parseLong ("-8000000000000000", 16);
70 System
.out
.println (c
);
71 } catch (Exception _
) {
72 System
.out
.println (_
);
76 long a
= Long
.parseLong ("-8000000000000000", 16);
78 System
.out
.println (c
);
79 } catch (Exception _
) {
80 System
.out
.println (_
);
84 long a
= Long
.parseLong ("8000", 16);
85 long b
= Long
.parseLong ("0", 16);
87 System
.out
.println (c
);
88 } catch (Exception _
) {
89 System
.out
.println (_
);
93 long a
= Long
.parseLong ("8000", 16);
94 long b
= Long
.parseLong ("0", 16);
96 System
.out
.println (c
);
97 } catch (Exception _
) {
98 System
.out
.println (_
);
107 System
.out
.println (c
);
108 } catch (Exception _
) {
109 System
.out
.println (_
);
115 System
.out
.println (c
);
116 } catch (Exception _
) {
117 System
.out
.println (_
);
123 System
.out
.println (c
);
124 } catch (Exception _
) {
125 System
.out
.println (_
);
131 System
.out
.println (c
);
132 } catch (Exception _
) {
133 System
.out
.println (_
);
139 System
.out
.println (c
);
140 } catch (Exception _
) {
141 System
.out
.println (_
);
148 System
.out
.println (c
);
149 } catch (Exception _
) {
150 System
.out
.println (_
);
157 System
.out
.println (c
);
158 } catch (Exception _
) {
159 System
.out
.println (_
);
163 long a
= -0x7fffffffffffffffL
- 1;
165 System
.out
.println (c
);
166 } catch (Exception _
) {
167 System
.out
.println (_
);
171 long a
= -0x7fffffffffffffffL
- 1;
173 System
.out
.println (c
);
174 } catch (Exception _
) {
175 System
.out
.println (_
);
182 System
.out
.println (c
);
183 } catch (Exception _
) {
184 System
.out
.println (_
);
191 System
.out
.println (c
);
192 } catch (Exception _
) {
193 System
.out
.println (_
);
197 public static void main (String
[] args
)
199 Divide_1 d
= new Divide_1 ();