node_ids
listlengths 4
1.4k
| edge_index
listlengths 1
2.22k
| text
listlengths 4
1.4k
| source
stringlengths 14
427k
|
---|---|---|---|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
18,
13,
13,
8,
2,
4,
18,
13,
4,
18,
13,
17,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
33,
5
],
[
33,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
12,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
18,
22
],
[
22,
23
],
[
23,
24
],
[
17,
25
],
[
17,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
6,
30
],
[
30,
31
],
[
0,
32
],
[
32,
33
],
[
32,
34
]
] |
[
"import java.util.*;\n\npublic class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n System.out.println(scan.nextInt() > scan.nextInt() ? \"safe\" : \"unsafe\");\n scan.close();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n System.out.println(scan.nextInt() > scan.nextInt() ? \"safe\" : \"unsafe\");\n scan.close();\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n System.out.println(scan.nextInt() > scan.nextInt() ? \"safe\" : \"unsafe\");\n scan.close();\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n System.out.println(scan.nextInt() > scan.nextInt() ? \"safe\" : \"unsafe\");\n scan.close();\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"System.out.println(scan.nextInt() > scan.nextInt() ? \"safe\" : \"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"scan.nextInt() > scan.nextInt() ? \"safe\" : \"unsafe\"",
"scan.nextInt() > scan.nextInt()",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.nextInt()",
"scan.nextInt",
"scan",
"\"safe\"",
"\"unsafe\"",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n System.out.println(scan.nextInt() > scan.nextInt() ? \"safe\" : \"unsafe\");\n scan.close();\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n System.out.println(scan.nextInt() > scan.nextInt() ? \"safe\" : \"unsafe\");\n scan.close();\n }\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
System.out.println(scan.nextInt() > scan.nextInt() ? "safe" : "unsafe");
scan.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
41,
5
],
[
41,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
22,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
6,
38
],
[
38,
39
],
[
0,
40
],
[
40,
41
],
[
40,
42
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint n = sc.nextInt();\n\t\tint m = sc.nextInt();\n\t\tif(n <= m)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint n = sc.nextInt();\n\t\tint m = sc.nextInt();\n\t\tif(n <= m)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint n = sc.nextInt();\n\t\tint m = sc.nextInt();\n\t\tif(n <= m)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint n = sc.nextInt();\n\t\tint m = sc.nextInt();\n\t\tif(n <= m)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int n = sc.nextInt();",
"n",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int m = sc.nextInt();",
"m",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(n <= m)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");",
"n <= m",
"n",
"m",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint n = sc.nextInt();\n\t\tint m = sc.nextInt();\n\t\tif(n <= m)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint n = sc.nextInt();\n\t\tint m = sc.nextInt();\n\t\tif(n <= m)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}\n\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int m = sc.nextInt();
if(n <= m)
System.out.println("unsafe");
else
System.out.println("safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
4,
18,
20,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
49,
5
],
[
49,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
6,
12
],
[
12,
13
],
[
49,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
16,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
16,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
30,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n Scanner scanner = new Scanner(System.in);\n int S = scanner.nextInt();\n int W = scanner.nextInt();\n if(S <= W) {\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n Scanner scanner = new Scanner(System.in);\n int S = scanner.nextInt();\n int W = scanner.nextInt();\n if(S <= W) {\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }\n}",
"Main",
"public static void main(String[] args) {\n new Main().run();\n }",
"main",
"{\n new Main().run();\n }",
"new Main().run()",
"new Main().run",
"new Main()",
"String[] args",
"args",
"private void run() {\n Scanner scanner = new Scanner(System.in);\n int S = scanner.nextInt();\n int W = scanner.nextInt();\n if(S <= W) {\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }",
"run",
"{\n Scanner scanner = new Scanner(System.in);\n int S = scanner.nextInt();\n int W = scanner.nextInt();\n if(S <= W) {\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int S = scanner.nextInt();",
"S",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int W = scanner.nextInt();",
"W",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if(S <= W) {\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }",
"S <= W",
"S",
"W",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n Scanner scanner = new Scanner(System.in);\n int S = scanner.nextInt();\n int W = scanner.nextInt();\n if(S <= W) {\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }\n}",
"public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n Scanner scanner = new Scanner(System.in);\n int S = scanner.nextInt();\n int W = scanner.nextInt();\n if(S <= W) {\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
new Main().run();
}
private void run() {
Scanner scanner = new Scanner(System.in);
int S = scanner.nextInt();
int W = scanner.nextInt();
if(S <= W) {
System.out.println("unsafe");
}else{
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
13,
17,
30,
4,
13,
17,
4,
18,
13,
17,
23,
13,
12,
13,
30,
4,
18,
13,
4,
18,
13,
23,
13,
12,
13,
30,
0,
13,
20,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
13,
20,
4,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
29,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
29,
4,
18,
4,
13,
17,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
315,
14
],
[
315,
15
],
[
15,
16
],
[
315,
17
],
[
17,
18
],
[
315,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
21,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
21,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
21,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
19,
48
],
[
48,
49
],
[
315,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
57,
58
],
[
50,
59
],
[
59,
60
],
[
315,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
67,
69
],
[
63,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
75,
76
],
[
75,
77
],
[
70,
78
],
[
78,
79
],
[
79,
80
],
[
70,
81
],
[
82,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
82,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
61,
95
],
[
95,
96
],
[
315,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
97,
101
],
[
101,
102
],
[
97,
103
],
[
103,
104
],
[
103,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
97,
109
],
[
109,
110
],
[
109,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
112,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
122,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
111,
133
],
[
133,
134
],
[
134,
135
],
[
135,
136
],
[
97,
137
],
[
137,
138
],
[
137,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
141,
144
],
[
144,
145
],
[
97,
146
],
[
146,
147
],
[
146,
148
],
[
148,
149
],
[
149,
150
],
[
150,
151
],
[
151,
152
],
[
150,
153
],
[
153,
154
],
[
97,
155
],
[
155,
156
],
[
155,
157
],
[
157,
158
],
[
158,
159
],
[
159,
160
],
[
160,
161
],
[
159,
162
],
[
162,
163
],
[
97,
164
],
[
164,
165
],
[
164,
166
],
[
166,
167
],
[
167,
168
],
[
167,
169
],
[
166,
170
],
[
170,
171
],
[
171,
172
],
[
171,
173
],
[
173,
174
],
[
174,
175
],
[
175,
176
],
[
170,
177
],
[
177,
178
],
[
178,
179
],
[
178,
180
],
[
180,
181
],
[
181,
182
],
[
166,
183
],
[
183,
184
],
[
97,
185
],
[
185,
186
],
[
185,
187
],
[
187,
188
],
[
188,
189
],
[
188,
190
],
[
187,
192
],
[
192,
193
],
[
193,
194
],
[
194,
195
],
[
194,
196
],
[
192,
197
],
[
197,
198
],
[
197,
199
],
[
192,
200
],
[
200,
201
],
[
201,
202
],
[
192,
203
],
[
204,
204
],
[
204,
205
],
[
205,
206
],
[
206,
207
],
[
206,
208
],
[
205,
209
],
[
209,
210
],
[
187,
211
],
[
211,
212
],
[
185,
213
],
[
213,
214
],
[
97,
215
],
[
215,
216
],
[
215,
217
],
[
217,
218
],
[
218,
219
],
[
218,
220
],
[
217,
222
],
[
222,
223
],
[
223,
224
],
[
224,
225
],
[
224,
226
],
[
222,
227
],
[
227,
228
],
[
227,
229
],
[
222,
230
],
[
230,
231
],
[
231,
232
],
[
222,
233
],
[
234,
234
],
[
234,
235
],
[
235,
236
],
[
236,
237
],
[
236,
238
],
[
235,
239
],
[
239,
240
],
[
217,
241
],
[
241,
242
],
[
215,
243
],
[
243,
244
],
[
97,
245
],
[
245,
246
],
[
245,
247
],
[
247,
248
],
[
248,
249
],
[
248,
250
],
[
247,
252
],
[
252,
253
],
[
253,
254
],
[
254,
255
],
[
254,
256
],
[
252,
257
],
[
257,
258
],
[
257,
259
],
[
252,
260
],
[
260,
261
],
[
261,
262
],
[
252,
263
],
[
264,
264
],
[
264,
265
],
[
265,
266
],
[
266,
267
],
[
266,
268
],
[
265,
269
],
[
269,
270
],
[
247,
271
],
[
271,
272
],
[
245,
273
],
[
273,
274
],
[
97,
275
],
[
275,
276
],
[
275,
277
],
[
277,
278
],
[
278,
279
],
[
279,
280
],
[
280,
281
],
[
281,
282
],
[
279,
283
],
[
97,
284
],
[
284,
285
],
[
284,
286
],
[
286,
287
],
[
287,
288
],
[
287,
289
],
[
286,
291
],
[
291,
292
],
[
292,
293
],
[
293,
294
],
[
293,
295
],
[
291,
296
],
[
296,
297
],
[
296,
298
],
[
291,
299
],
[
299,
300
],
[
300,
301
],
[
291,
302
],
[
303,
303
],
[
303,
304
],
[
304,
305
],
[
305,
306
],
[
305,
307
],
[
304,
308
],
[
308,
309
],
[
286,
310
],
[
310,
311
],
[
284,
312
],
[
312,
313
],
[
0,
314
],
[
314,
315
],
[
314,
316
]
] |
[
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\tprivate static void solveTC(int __) {\n\t\t\n\t\t/* For Google */\n//\t\tans.append(\"Case #\").append(__).append(\": \");\n\n//\t\tcode start\n\n\t\tint s=scn.nextInt(),w=scn.nextInt();\n\t\tif (w>=s){\n\t\t\tprint(\"unsafe\");\n\t\t}else {\n\t\t\tprint(\"safe\");\n\t\t}\n\n//\t\tcode end\n\n\t\tans.append(\"\\n\");\n\t}\n\n\tstatic void print(Object obj) {\n\t\tans.append(obj.toString());\n\t}\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tscn = new Scanner();\n//\t\tint t = scn.nextInt();\n\t\tint t = 1;\n\t\tfor (int i = 1; i <= t; i++) {\n\t\t\tans = new StringBuilder();\n\t\t\tsolveTC(i);\n\t\t\tSystem.out.print(ans);\n\t\t}\n\t\t\n\t}\n\t\n\tstatic Scanner scn;\n\tstatic StringBuilder ans;\n\t\n\t//Fast Scanner\n\tstatic class Scanner {\n\t\tBufferedReader br;\n\t\tStringTokenizer st;\n\t\t\n\t\tpublic Scanner() {\n\t\t\tbr = new BufferedReader(new\n\t\t\t\t\tInputStreamReader(System.in));\n\t\t}\n\t\t\n\t\tString next() {\n\t\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t\tString nextLine() {\n\t\t\tString str = \"\";\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}\n\t\t\n\t\tint[] nextIntArray(int n) {\n\t\t\tint[] array = new int[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tInteger[] nextIntegerArray(int n) {\n\t\t\tInteger[] array = new Integer[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tlong[] nextLongArray(int n) {\n\t\t\tlong[] array = new long[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextLong();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tString[] nextStringArray() {\n\t\t\treturn nextLine().split(\" \");\n\t\t}\n\t\t\n\t\tString[] nextStringArray(int n) {\n\t\t\tString[] array = new String[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = next();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\tprivate static void solveTC(int __) {\n\t\t\n\t\t/* For Google */\n//\t\tans.append(\"Case #\").append(__).append(\": \");\n\n//\t\tcode start\n\n\t\tint s=scn.nextInt(),w=scn.nextInt();\n\t\tif (w>=s){\n\t\t\tprint(\"unsafe\");\n\t\t}else {\n\t\t\tprint(\"safe\");\n\t\t}\n\n//\t\tcode end\n\n\t\tans.append(\"\\n\");\n\t}\n\n\tstatic void print(Object obj) {\n\t\tans.append(obj.toString());\n\t}\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tscn = new Scanner();\n//\t\tint t = scn.nextInt();\n\t\tint t = 1;\n\t\tfor (int i = 1; i <= t; i++) {\n\t\t\tans = new StringBuilder();\n\t\t\tsolveTC(i);\n\t\t\tSystem.out.print(ans);\n\t\t}\n\t\t\n\t}\n\t\n\tstatic Scanner scn;\n\tstatic StringBuilder ans;\n\t\n\t//Fast Scanner\n\tstatic class Scanner {\n\t\tBufferedReader br;\n\t\tStringTokenizer st;\n\t\t\n\t\tpublic Scanner() {\n\t\t\tbr = new BufferedReader(new\n\t\t\t\t\tInputStreamReader(System.in));\n\t\t}\n\t\t\n\t\tString next() {\n\t\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t\tString nextLine() {\n\t\t\tString str = \"\";\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}\n\t\t\n\t\tint[] nextIntArray(int n) {\n\t\t\tint[] array = new int[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tInteger[] nextIntegerArray(int n) {\n\t\t\tInteger[] array = new Integer[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tlong[] nextLongArray(int n) {\n\t\t\tlong[] array = new long[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextLong();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tString[] nextStringArray() {\n\t\t\treturn nextLine().split(\" \");\n\t\t}\n\t\t\n\t\tString[] nextStringArray(int n) {\n\t\t\tString[] array = new String[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = next();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t}\n}",
"Main",
"static Scanner scn;",
"scn",
"static StringBuilder ans;",
"ans",
"private static void solveTC(int __) {\n\t\t\n\t\t/* For Google */\n//\t\tans.append(\"Case #\").append(__).append(\": \");\n\n//\t\tcode start\n\n\t\tint s=scn.nextInt(),w=scn.nextInt();\n\t\tif (w>=s){\n\t\t\tprint(\"unsafe\");\n\t\t}else {\n\t\t\tprint(\"safe\");\n\t\t}\n\n//\t\tcode end\n\n\t\tans.append(\"\\n\");\n\t}",
"solveTC",
"{\n\t\t\n\t\t/* For Google */\n//\t\tans.append(\"Case #\").append(__).append(\": \");\n\n//\t\tcode start\n\n\t\tint s=scn.nextInt(),w=scn.nextInt();\n\t\tif (w>=s){\n\t\t\tprint(\"unsafe\");\n\t\t}else {\n\t\t\tprint(\"safe\");\n\t\t}\n\n//\t\tcode end\n\n\t\tans.append(\"\\n\");\n\t}",
"int s=scn.nextInt()",
"s",
"scn.nextInt()",
"scn.nextInt",
"scn",
"w=scn.nextInt();",
"w",
"scn.nextInt()",
"scn.nextInt",
"scn",
"if (w>=s){\n\t\t\tprint(\"unsafe\");\n\t\t}else {\n\t\t\tprint(\"safe\");\n\t\t}",
"w>=s",
"w",
"s",
"{\n\t\t\tprint(\"unsafe\");\n\t\t}",
"print(\"unsafe\")",
"print",
"\"unsafe\"",
"{\n\t\t\tprint(\"safe\");\n\t\t}",
"print(\"safe\")",
"print",
"\"safe\"",
"ans.append(\"\\n\")",
"ans.append",
"ans",
"\"\\n\"",
"int __",
"__",
"static void print(Object obj) {\n\t\tans.append(obj.toString());\n\t}",
"print",
"{\n\t\tans.append(obj.toString());\n\t}",
"ans.append(obj.toString())",
"ans.append",
"ans",
"obj.toString()",
"obj.toString",
"obj",
"Object obj",
"obj",
"public static void main(String[] args) {\n\t\t\n\t\tscn = new Scanner();\n//\t\tint t = scn.nextInt();\n\t\tint t = 1;\n\t\tfor (int i = 1; i <= t; i++) {\n\t\t\tans = new StringBuilder();\n\t\t\tsolveTC(i);\n\t\t\tSystem.out.print(ans);\n\t\t}\n\t\t\n\t}",
"main",
"{\n\t\t\n\t\tscn = new Scanner();\n//\t\tint t = scn.nextInt();\n\t\tint t = 1;\n\t\tfor (int i = 1; i <= t; i++) {\n\t\t\tans = new StringBuilder();\n\t\t\tsolveTC(i);\n\t\t\tSystem.out.print(ans);\n\t\t}\n\t\t\n\t}",
"scn = new Scanner()",
"scn",
"new Scanner()",
"int t = 1;",
"t",
"1",
"for (int i = 1; i <= t; i++) {\n\t\t\tans = new StringBuilder();\n\t\t\tsolveTC(i);\n\t\t\tSystem.out.print(ans);\n\t\t}",
"int i = 1;",
"int i = 1;",
"i",
"1",
"i <= t",
"i",
"t",
"i++",
"i++",
"i",
"{\n\t\t\tans = new StringBuilder();\n\t\t\tsolveTC(i);\n\t\t\tSystem.out.print(ans);\n\t\t}",
"{\n\t\t\tans = new StringBuilder();\n\t\t\tsolveTC(i);\n\t\t\tSystem.out.print(ans);\n\t\t}",
"ans = new StringBuilder()",
"ans",
"new StringBuilder()",
"solveTC(i)",
"solveTC",
"i",
"System.out.print(ans)",
"System.out.print",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"static class Scanner {\n\t\tBufferedReader br;\n\t\tStringTokenizer st;\n\t\t\n\t\tpublic Scanner() {\n\t\t\tbr = new BufferedReader(new\n\t\t\t\t\tInputStreamReader(System.in));\n\t\t}\n\t\t\n\t\tString next() {\n\t\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t\tString nextLine() {\n\t\t\tString str = \"\";\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}\n\t\t\n\t\tint[] nextIntArray(int n) {\n\t\t\tint[] array = new int[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tInteger[] nextIntegerArray(int n) {\n\t\t\tInteger[] array = new Integer[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tlong[] nextLongArray(int n) {\n\t\t\tlong[] array = new long[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextLong();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tString[] nextStringArray() {\n\t\t\treturn nextLine().split(\" \");\n\t\t}\n\t\t\n\t\tString[] nextStringArray(int n) {\n\t\t\tString[] array = new String[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = next();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t}",
"Scanner",
"BufferedReader br;",
"br",
"StringTokenizer st;",
"st",
"public Scanner() {\n\t\t\tbr = new BufferedReader(new\n\t\t\t\t\tInputStreamReader(System.in));\n\t\t}",
"Scanner",
"{\n\t\t\tbr = new BufferedReader(new\n\t\t\t\t\tInputStreamReader(System.in));\n\t\t}",
"br = new BufferedReader(new\n\t\t\t\t\tInputStreamReader(System.in))",
"br",
"new BufferedReader(new\n\t\t\t\t\tInputStreamReader(System.in))",
"String next() {\n\t\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}",
"next",
"{\n\t\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}",
"while (st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}",
"st == null || !st.hasMoreElements()",
"st == null",
"st",
"null",
"!st.hasMoreElements()",
"st.hasMoreElements()",
"st.hasMoreElements",
"st",
"{\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}",
"try {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"IOException e",
"{\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"nextInt",
"{\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"long nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"nextLong",
"{\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"double nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}",
"nextDouble",
"{\n\t\t\treturn Double.parseDouble(next());\n\t\t}",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"String nextLine() {\n\t\t\tString str = \"\";\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}",
"nextLine",
"{\n\t\t\tString str = \"\";\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}",
"String str = \"\";",
"str",
"\"\"",
"try {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}",
"catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}",
"IOException e",
"{\n\t\t\t\te.printStackTrace();\n\t\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\t\tstr = br.readLine();\n\t\t\t}",
"str = br.readLine()",
"str",
"br.readLine()",
"br.readLine",
"br",
"return str;",
"str",
"int[] nextIntArray(int n) {\n\t\t\tint[] array = new int[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}",
"nextIntArray",
"{\n\t\t\tint[] array = new int[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}",
"int[] array = new int[n];",
"array",
"new int[n]",
"n",
"for (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"{\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}",
"{\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}",
"array[i] = nextInt()",
"array[i]",
"array",
"i",
"nextInt()",
"nextInt",
"return array;",
"array",
"int n",
"n",
"Integer[] nextIntegerArray(int n) {\n\t\t\tInteger[] array = new Integer[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}",
"nextIntegerArray",
"{\n\t\t\tInteger[] array = new Integer[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}",
"Integer[] array = new Integer[n];",
"array",
"new Integer[n]",
"n",
"for (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"{\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}",
"{\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}",
"array[i] = nextInt()",
"array[i]",
"array",
"i",
"nextInt()",
"nextInt",
"return array;",
"array",
"int n",
"n",
"long[] nextLongArray(int n) {\n\t\t\tlong[] array = new long[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextLong();\n\t\t\t}\n\t\t\treturn array;\n\t\t}",
"nextLongArray",
"{\n\t\t\tlong[] array = new long[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextLong();\n\t\t\t}\n\t\t\treturn array;\n\t\t}",
"long[] array = new long[n];",
"array",
"new long[n]",
"n",
"for (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextLong();\n\t\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"{\n\t\t\t\tarray[i] = nextLong();\n\t\t\t}",
"{\n\t\t\t\tarray[i] = nextLong();\n\t\t\t}",
"array[i] = nextLong()",
"array[i]",
"array",
"i",
"nextLong()",
"nextLong",
"return array;",
"array",
"int n",
"n",
"String[] nextStringArray() {\n\t\t\treturn nextLine().split(\" \");\n\t\t}",
"nextStringArray",
"{\n\t\t\treturn nextLine().split(\" \");\n\t\t}",
"return nextLine().split(\" \");",
"nextLine().split(\" \")",
"nextLine().split",
"nextLine()",
"nextLine",
"\" \"",
"String[] nextStringArray(int n) {\n\t\t\tString[] array = new String[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = next();\n\t\t\t}\n\t\t\treturn array;\n\t\t}",
"nextStringArray",
"{\n\t\t\tString[] array = new String[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = next();\n\t\t\t}\n\t\t\treturn array;\n\t\t}",
"String[] array = new String[n];",
"array",
"new String[n]",
"n",
"for (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = next();\n\t\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"{\n\t\t\t\tarray[i] = next();\n\t\t\t}",
"{\n\t\t\t\tarray[i] = next();\n\t\t\t}",
"array[i] = next()",
"array[i]",
"array",
"i",
"next()",
"next",
"return array;",
"array",
"int n",
"n",
"public class Main {\n\tprivate static void solveTC(int __) {\n\t\t\n\t\t/* For Google */\n//\t\tans.append(\"Case #\").append(__).append(\": \");\n\n//\t\tcode start\n\n\t\tint s=scn.nextInt(),w=scn.nextInt();\n\t\tif (w>=s){\n\t\t\tprint(\"unsafe\");\n\t\t}else {\n\t\t\tprint(\"safe\");\n\t\t}\n\n//\t\tcode end\n\n\t\tans.append(\"\\n\");\n\t}\n\n\tstatic void print(Object obj) {\n\t\tans.append(obj.toString());\n\t}\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tscn = new Scanner();\n//\t\tint t = scn.nextInt();\n\t\tint t = 1;\n\t\tfor (int i = 1; i <= t; i++) {\n\t\t\tans = new StringBuilder();\n\t\t\tsolveTC(i);\n\t\t\tSystem.out.print(ans);\n\t\t}\n\t\t\n\t}\n\t\n\tstatic Scanner scn;\n\tstatic StringBuilder ans;\n\t\n\t//Fast Scanner\n\tstatic class Scanner {\n\t\tBufferedReader br;\n\t\tStringTokenizer st;\n\t\t\n\t\tpublic Scanner() {\n\t\t\tbr = new BufferedReader(new\n\t\t\t\t\tInputStreamReader(System.in));\n\t\t}\n\t\t\n\t\tString next() {\n\t\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t\tString nextLine() {\n\t\t\tString str = \"\";\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}\n\t\t\n\t\tint[] nextIntArray(int n) {\n\t\t\tint[] array = new int[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tInteger[] nextIntegerArray(int n) {\n\t\t\tInteger[] array = new Integer[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tlong[] nextLongArray(int n) {\n\t\t\tlong[] array = new long[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextLong();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tString[] nextStringArray() {\n\t\t\treturn nextLine().split(\" \");\n\t\t}\n\t\t\n\t\tString[] nextStringArray(int n) {\n\t\t\tString[] array = new String[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = next();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t}\n}",
"public class Main {\n\tprivate static void solveTC(int __) {\n\t\t\n\t\t/* For Google */\n//\t\tans.append(\"Case #\").append(__).append(\": \");\n\n//\t\tcode start\n\n\t\tint s=scn.nextInt(),w=scn.nextInt();\n\t\tif (w>=s){\n\t\t\tprint(\"unsafe\");\n\t\t}else {\n\t\t\tprint(\"safe\");\n\t\t}\n\n//\t\tcode end\n\n\t\tans.append(\"\\n\");\n\t}\n\n\tstatic void print(Object obj) {\n\t\tans.append(obj.toString());\n\t}\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tscn = new Scanner();\n//\t\tint t = scn.nextInt();\n\t\tint t = 1;\n\t\tfor (int i = 1; i <= t; i++) {\n\t\t\tans = new StringBuilder();\n\t\t\tsolveTC(i);\n\t\t\tSystem.out.print(ans);\n\t\t}\n\t\t\n\t}\n\t\n\tstatic Scanner scn;\n\tstatic StringBuilder ans;\n\t\n\t//Fast Scanner\n\tstatic class Scanner {\n\t\tBufferedReader br;\n\t\tStringTokenizer st;\n\t\t\n\t\tpublic Scanner() {\n\t\t\tbr = new BufferedReader(new\n\t\t\t\t\tInputStreamReader(System.in));\n\t\t}\n\t\t\n\t\tString next() {\n\t\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t\tString nextLine() {\n\t\t\tString str = \"\";\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}\n\t\t\n\t\tint[] nextIntArray(int n) {\n\t\t\tint[] array = new int[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tInteger[] nextIntegerArray(int n) {\n\t\t\tInteger[] array = new Integer[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextInt();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tlong[] nextLongArray(int n) {\n\t\t\tlong[] array = new long[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = nextLong();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t\t\n\t\tString[] nextStringArray() {\n\t\t\treturn nextLine().split(\" \");\n\t\t}\n\t\t\n\t\tString[] nextStringArray(int n) {\n\t\t\tString[] array = new String[n];\n\t\t\tfor (int i = 0; i < n; i++) {\n\t\t\t\tarray[i] = next();\n\t\t\t}\n\t\t\treturn array;\n\t\t}\n\t}\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
private static void solveTC(int __) {
/* For Google */
// ans.append("Case #").append(__).append(": ");
// code start
int s=scn.nextInt(),w=scn.nextInt();
if (w>=s){
print("unsafe");
}else {
print("safe");
}
// code end
ans.append("\n");
}
static void print(Object obj) {
ans.append(obj.toString());
}
public static void main(String[] args) {
scn = new Scanner();
// int t = scn.nextInt();
int t = 1;
for (int i = 1; i <= t; i++) {
ans = new StringBuilder();
solveTC(i);
System.out.print(ans);
}
}
static Scanner scn;
static StringBuilder ans;
//Fast Scanner
static class Scanner {
BufferedReader br;
StringTokenizer st;
public Scanner() {
br = new BufferedReader(new
InputStreamReader(System.in));
}
String next() {
while (st == null || !st.hasMoreElements()) {
try {
st = new StringTokenizer(br.readLine());
} catch (IOException e) {
e.printStackTrace();
}
}
return st.nextToken();
}
int nextInt() {
return Integer.parseInt(next());
}
long nextLong() {
return Long.parseLong(next());
}
double nextDouble() {
return Double.parseDouble(next());
}
String nextLine() {
String str = "";
try {
str = br.readLine();
} catch (IOException e) {
e.printStackTrace();
}
return str;
}
int[] nextIntArray(int n) {
int[] array = new int[n];
for (int i = 0; i < n; i++) {
array[i] = nextInt();
}
return array;
}
Integer[] nextIntegerArray(int n) {
Integer[] array = new Integer[n];
for (int i = 0; i < n; i++) {
array[i] = nextInt();
}
return array;
}
long[] nextLongArray(int n) {
long[] array = new long[n];
for (int i = 0; i < n; i++) {
array[i] = nextLong();
}
return array;
}
String[] nextStringArray() {
return nextLine().split(" ");
}
String[] nextStringArray(int n) {
String[] array = new String[n];
for (int i = 0; i < n; i++) {
array[i] = next();
}
return array;
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
55,
11
],
[
55,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
32,
33
],
[
14,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
34,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
12,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] |
[
"import java.util.Scanner;\nimport java.util.Arrays;\nimport java.util.stream.*;\n\npublic class Main {\n public static void main(String[] args) {\n //コード\n Scanner scanner = new Scanner(System.in);\n Integer s = Integer.parseInt(scanner.next());\n Integer w = Integer.parseInt(scanner.next());\n\n if(w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.stream.*;",
"stream.*",
"java.util",
"public class Main {\n public static void main(String[] args) {\n //コード\n Scanner scanner = new Scanner(System.in);\n Integer s = Integer.parseInt(scanner.next());\n Integer w = Integer.parseInt(scanner.next());\n\n if(w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n //コード\n Scanner scanner = new Scanner(System.in);\n Integer s = Integer.parseInt(scanner.next());\n Integer w = Integer.parseInt(scanner.next());\n\n if(w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }",
"main",
"{\n //コード\n Scanner scanner = new Scanner(System.in);\n Integer s = Integer.parseInt(scanner.next());\n Integer w = Integer.parseInt(scanner.next());\n\n if(w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"Integer s = Integer.parseInt(scanner.next());",
"s",
"Integer.parseInt(scanner.next())",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"Integer w = Integer.parseInt(scanner.next());",
"w",
"Integer.parseInt(scanner.next())",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"if(w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }",
"w >= s",
"w",
"s",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n //コード\n Scanner scanner = new Scanner(System.in);\n Integer s = Integer.parseInt(scanner.next());\n Integer w = Integer.parseInt(scanner.next());\n\n if(w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n //コード\n Scanner scanner = new Scanner(System.in);\n Integer s = Integer.parseInt(scanner.next());\n Integer w = Integer.parseInt(scanner.next());\n\n if(w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
import java.util.Arrays;
import java.util.stream.*;
public class Main {
public static void main(String[] args) {
//コード
Scanner scanner = new Scanner(System.in);
Integer s = Integer.parseInt(scanner.next());
Integer w = Integer.parseInt(scanner.next());
if(w >= s) {
System.out.println("unsafe");
} else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
20,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
4,
18,
18,
13,
13,
17,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
13,
6,
13,
41,
13,
2,
17,
17,
41,
13,
17,
41,
13,
20,
13,
41,
13,
17,
41,
13,
17,
41,
13,
13,
41,
13,
17,
41,
13,
12,
13,
30,
0,
13,
20,
12,
13,
30,
38,
5,
13,
30,
0,
13,
20,
30,
0,
13,
20,
23,
13,
12,
13,
30,
42,
2,
13,
13,
30,
38,
5,
13,
30,
29,
13,
30,
0,
13,
4,
18,
13,
13,
14,
2,
13,
40,
17,
29,
13,
0,
13,
17,
29,
18,
13,
40,
13,
12,
13,
30,
29,
4,
13,
12,
13,
30,
0,
13,
17,
41,
13,
17,
14,
2,
13,
13,
0,
13,
4,
13,
11,
1,
2,
2,
13,
17,
2,
13,
17,
1,
0,
13,
4,
13,
30,
30,
14,
2,
13,
17,
0,
13,
17,
41,
13,
17,
11,
1,
2,
2,
13,
17,
2,
13,
17,
1,
0,
13,
4,
13,
30,
30,
0,
13,
2,
2,
2,
2,
13,
17,
2,
13,
17,
13,
17,
0,
13,
17,
29,
8,
13,
40,
13,
13,
12,
13,
30,
41,
13,
4,
13,
29,
8,
2,
13,
17,
13,
2,
13,
2,
4,
13,
13,
12,
13,
30,
41,
13,
20,
42,
2,
13,
17,
0,
13,
4,
13,
42,
2,
13,
17,
30,
4,
18,
13,
13,
0,
13,
4,
13,
29,
4,
18,
13,
12,
13,
30,
41,
13,
20,
42,
2,
13,
17,
0,
13,
4,
13,
42,
2,
13,
17,
30,
4,
18,
13,
13,
0,
13,
4,
13,
29,
4,
18,
13,
12,
13,
30,
14,
2,
13,
17,
29,
17,
42,
17,
30,
0,
13,
4,
13,
14,
2,
13,
13,
29,
17,
14,
2,
13,
17,
29,
17,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
367,
8
],
[
367,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
9,
13
],
[
13,
14
],
[
367,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
17,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
17,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
17,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
17,
52
],
[
52,
53
],
[
53,
54
],
[
367,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
55,
62
],
[
62,
63
],
[
62,
64
],
[
55,
65
],
[
65,
66
],
[
65,
67
],
[
55,
69
],
[
69,
70
],
[
69,
71
],
[
55,
72
],
[
72,
73
],
[
72,
74
],
[
55,
75
],
[
75,
76
],
[
75,
77
],
[
55,
78
],
[
78,
79
],
[
78,
80
],
[
55,
81
],
[
81,
82
],
[
55,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
55,
89
],
[
89,
90
],
[
89,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
92,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
89,
103
],
[
103,
104
],
[
55,
105
],
[
105,
106
],
[
105,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
116,
117
],
[
117,
118
],
[
113,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
122,
123
],
[
123,
124
],
[
122,
125
],
[
112,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
129,
130
],
[
126,
131
],
[
131,
132
],
[
112,
133
],
[
133,
134
],
[
133,
135
],
[
107,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
139,
140
],
[
55,
141
],
[
141,
142
],
[
141,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
55,
147
],
[
147,
148
],
[
147,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
149,
153
],
[
153,
154
],
[
153,
155
],
[
149,
156
],
[
156,
157
],
[
157,
158
],
[
157,
159
],
[
156,
160
],
[
160,
161
],
[
160,
162
],
[
162,
163
],
[
149,
164
],
[
164,
165
],
[
164,
166
],
[
166,
167
],
[
167,
168
],
[
167,
169
],
[
166,
170
],
[
170,
171
],
[
170,
172
],
[
164,
173
],
[
173,
174
],
[
174,
175
],
[
174,
176
],
[
176,
177
],
[
164,
178
],
[
179,
179
],
[
179,
180
],
[
180,
181
],
[
181,
182
],
[
181,
183
],
[
180,
184
],
[
184,
185
],
[
184,
186
],
[
149,
187
],
[
187,
188
],
[
187,
189
],
[
149,
190
],
[
190,
191
],
[
190,
192
],
[
192,
193
],
[
193,
194
],
[
193,
195
],
[
192,
196
],
[
196,
197
],
[
196,
198
],
[
190,
199
],
[
199,
200
],
[
200,
201
],
[
200,
202
],
[
202,
203
],
[
190,
204
],
[
205,
205
],
[
205,
206
],
[
206,
207
],
[
206,
208
],
[
208,
209
],
[
210,
210
],
[
210,
211
],
[
211,
212
],
[
211,
213
],
[
210,
214
],
[
214,
215
],
[
214,
216
],
[
210,
217
],
[
208,
218
],
[
205,
219
],
[
219,
220
],
[
219,
221
],
[
149,
222
],
[
222,
223
],
[
223,
224
],
[
223,
225
],
[
225,
226
],
[
223,
227
],
[
55,
228
],
[
228,
229
],
[
228,
230
],
[
230,
231
],
[
231,
232
],
[
231,
233
],
[
233,
234
],
[
230,
235
],
[
235,
236
],
[
236,
237
],
[
237,
238
],
[
237,
239
],
[
236,
240
],
[
236,
241
],
[
241,
242
],
[
241,
243
],
[
243,
244
],
[
244,
245
],
[
243,
246
],
[
55,
247
],
[
247,
248
],
[
247,
249
],
[
249,
250
],
[
250,
251
],
[
250,
252
],
[
249,
253
],
[
253,
254
],
[
254,
255
],
[
254,
256
],
[
253,
257
],
[
257,
258
],
[
257,
259
],
[
259,
260
],
[
249,
261
],
[
261,
262
],
[
262,
263
],
[
262,
264
],
[
261,
265
],
[
265,
266
],
[
266,
267
],
[
267,
268
],
[
266,
269
],
[
265,
270
],
[
270,
271
],
[
270,
272
],
[
272,
273
],
[
249,
274
],
[
274,
275
],
[
275,
276
],
[
276,
277
],
[
55,
278
],
[
278,
279
],
[
278,
280
],
[
280,
281
],
[
281,
282
],
[
281,
283
],
[
280,
284
],
[
284,
285
],
[
285,
286
],
[
285,
287
],
[
284,
288
],
[
288,
289
],
[
288,
290
],
[
290,
291
],
[
280,
292
],
[
292,
293
],
[
293,
294
],
[
293,
295
],
[
292,
296
],
[
296,
297
],
[
297,
298
],
[
298,
299
],
[
297,
300
],
[
296,
301
],
[
301,
302
],
[
301,
303
],
[
303,
304
],
[
280,
305
],
[
305,
306
],
[
306,
307
],
[
307,
308
],
[
55,
309
],
[
309,
310
],
[
309,
311
],
[
311,
312
],
[
312,
313
],
[
313,
314
],
[
313,
315
],
[
312,
316
],
[
316,
317
],
[
311,
318
],
[
318,
319
],
[
318,
320
],
[
320,
321
],
[
321,
322
],
[
321,
323
],
[
323,
324
],
[
320,
325
],
[
325,
326
],
[
326,
327
],
[
326,
328
],
[
325,
329
],
[
329,
330
],
[
325,
331
],
[
331,
332
],
[
332,
333
],
[
332,
334
],
[
331,
335
],
[
335,
336
],
[
55,
337
],
[
337,
338
],
[
337,
339
],
[
339,
340
],
[
340,
341
],
[
340,
342
],
[
339,
344
],
[
344,
345
],
[
345,
346
],
[
346,
347
],
[
346,
348
],
[
344,
349
],
[
349,
350
],
[
349,
351
],
[
344,
352
],
[
352,
353
],
[
353,
354
],
[
344,
355
],
[
355,
356
],
[
356,
357
],
[
357,
358
],
[
357,
359
],
[
356,
360
],
[
360,
361
],
[
339,
362
],
[
362,
363
],
[
337,
364
],
[
364,
365
],
[
0,
366
],
[
366,
367
],
[
366,
368
]
] |
[
"import java.io.*;\nimport java.util.*;\n\npublic class Main {\n\tpublic static void main (String[] args) { new Main(); }\n\n\tpublic Main() {\n\t\tFastScanner fs = new FastScanner();\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tSystem.err.println(\"\");\n\n\t\tint x = fs.nextInt(), y = fs.nextInt();\n\t\tif(x <= y) out.println(\"unsafe\");\n\t\telse out.println(\"safe\");\n\t\t\n\t\tout.close();\n\t}\n\n\tclass FastScanner {\n\t\tpublic int BS = 1<<16;\n\t\tpublic char NC = (char)0;\n\t\tbyte[] buf = new byte[BS];\n\t\tint bId = 0, size = 0;\n\t\tchar c = NC;\n\t\tdouble num = 1;\n\t\tBufferedInputStream in;\n\n\t\tpublic FastScanner() {\n\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t}\n\n\t\tpublic FastScanner(String s) {\n\t\t\ttry {\n\t\t\t\tin = new BufferedInputStream(new FileInputStream(new File(s)), BS);\n\t\t\t}\n\t\t\tcatch (Exception e) {\n\t\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t\t}\n\t\t}\n\n\t\tpublic char nextChar(){\n\t\t\twhile(bId==size) {\n\t\t\t\ttry {\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t} \n\t\t\t\tif(size==-1)return NC;\n\t\t\t\tbId=0;\n\t\t\t}\n\t\t\treturn (char)buf[bId++];\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\treturn (int)nextLong();\n\t\t}\n\n\t\tpublic long nextLong() {\n\t\t\tnum=1;\n\t\t\tboolean neg = false;\n\t\t\tif(c==NC)c=nextChar();\n\t\t\tfor(;(c<'0' || c>'9'); c = nextChar()) {\n\t\t\t\tif(c=='-')neg=true;\n\t\t\t}\n\t\t\tlong res = 0;\n\t\t\tfor(; c>='0' && c <='9'; c=nextChar()) {\n\t\t\t\tres = (res<<3)+(res<<1)+c-'0';\n\t\t\t\tnum*=10;\n\t\t\t}\n\t\t\treturn neg?-res:res;\n\t\t}\n\n\t\tpublic double nextDouble() {\n\t\t\tdouble cur = nextLong();\n\t\t\treturn c!='.' ? cur:cur+nextLong()/num;\n\t\t}\n\n\t\tpublic String next() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c>32) {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}\n\n\t\tpublic String nextLine() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c!='\\n') {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}\n\n\t\tpublic boolean hasNext() {\n\t\t\tif(c>32)return true;\n\t\t\twhile(true) {\n\t\t\t\tc=nextChar();\n\t\t\t\tif(c==NC)return false;\n\t\t\t\telse if(c>32)return true;\n\t\t\t}\n\t\t}\n\t\t\n\t\tpublic int[] nextIntArray(int n) {\n\t\t\tint[] res = new int[n];\n\t\t\tfor(int i = 0; i < n; i++) res[i] = nextInt();\n\t\t\treturn res;\n\t\t}\n\t\t\n\t}\n\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main (String[] args) { new Main(); }\n\n\tpublic Main() {\n\t\tFastScanner fs = new FastScanner();\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tSystem.err.println(\"\");\n\n\t\tint x = fs.nextInt(), y = fs.nextInt();\n\t\tif(x <= y) out.println(\"unsafe\");\n\t\telse out.println(\"safe\");\n\t\t\n\t\tout.close();\n\t}\n\n\tclass FastScanner {\n\t\tpublic int BS = 1<<16;\n\t\tpublic char NC = (char)0;\n\t\tbyte[] buf = new byte[BS];\n\t\tint bId = 0, size = 0;\n\t\tchar c = NC;\n\t\tdouble num = 1;\n\t\tBufferedInputStream in;\n\n\t\tpublic FastScanner() {\n\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t}\n\n\t\tpublic FastScanner(String s) {\n\t\t\ttry {\n\t\t\t\tin = new BufferedInputStream(new FileInputStream(new File(s)), BS);\n\t\t\t}\n\t\t\tcatch (Exception e) {\n\t\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t\t}\n\t\t}\n\n\t\tpublic char nextChar(){\n\t\t\twhile(bId==size) {\n\t\t\t\ttry {\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t} \n\t\t\t\tif(size==-1)return NC;\n\t\t\t\tbId=0;\n\t\t\t}\n\t\t\treturn (char)buf[bId++];\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\treturn (int)nextLong();\n\t\t}\n\n\t\tpublic long nextLong() {\n\t\t\tnum=1;\n\t\t\tboolean neg = false;\n\t\t\tif(c==NC)c=nextChar();\n\t\t\tfor(;(c<'0' || c>'9'); c = nextChar()) {\n\t\t\t\tif(c=='-')neg=true;\n\t\t\t}\n\t\t\tlong res = 0;\n\t\t\tfor(; c>='0' && c <='9'; c=nextChar()) {\n\t\t\t\tres = (res<<3)+(res<<1)+c-'0';\n\t\t\t\tnum*=10;\n\t\t\t}\n\t\t\treturn neg?-res:res;\n\t\t}\n\n\t\tpublic double nextDouble() {\n\t\t\tdouble cur = nextLong();\n\t\t\treturn c!='.' ? cur:cur+nextLong()/num;\n\t\t}\n\n\t\tpublic String next() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c>32) {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}\n\n\t\tpublic String nextLine() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c!='\\n') {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}\n\n\t\tpublic boolean hasNext() {\n\t\t\tif(c>32)return true;\n\t\t\twhile(true) {\n\t\t\t\tc=nextChar();\n\t\t\t\tif(c==NC)return false;\n\t\t\t\telse if(c>32)return true;\n\t\t\t}\n\t\t}\n\t\t\n\t\tpublic int[] nextIntArray(int n) {\n\t\t\tint[] res = new int[n];\n\t\t\tfor(int i = 0; i < n; i++) res[i] = nextInt();\n\t\t\treturn res;\n\t\t}\n\t\t\n\t}\n\n}",
"Main",
"public static void main (String[] args) { new Main(); }",
"main",
"{ new Main(); }",
"new Main()",
"String[] args",
"args",
"public Main() {\n\t\tFastScanner fs = new FastScanner();\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tSystem.err.println(\"\");\n\n\t\tint x = fs.nextInt(), y = fs.nextInt();\n\t\tif(x <= y) out.println(\"unsafe\");\n\t\telse out.println(\"safe\");\n\t\t\n\t\tout.close();\n\t}",
"Main",
"{\n\t\tFastScanner fs = new FastScanner();\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tSystem.err.println(\"\");\n\n\t\tint x = fs.nextInt(), y = fs.nextInt();\n\t\tif(x <= y) out.println(\"unsafe\");\n\t\telse out.println(\"safe\");\n\t\t\n\t\tout.close();\n\t}",
"FastScanner fs = new FastScanner();",
"fs",
"new FastScanner()",
"PrintWriter out = new PrintWriter(System.out);",
"out",
"new PrintWriter(System.out)",
"System.err.println(\"\")",
"System.err.println",
"System.err",
"System",
"System.err",
"\"\"",
"int x = fs.nextInt()",
"x",
"fs.nextInt()",
"fs.nextInt",
"fs",
"y = fs.nextInt();",
"y",
"fs.nextInt()",
"fs.nextInt",
"fs",
"if(x <= y) out.println(\"unsafe\");\n\t\telse out.println(\"safe\");",
"x <= y",
"x",
"y",
"out.println(\"unsafe\")",
"out.println",
"out",
"\"unsafe\"",
"out.println(\"safe\")",
"out.println",
"out",
"\"safe\"",
"out.close()",
"out.close",
"out",
"class FastScanner {\n\t\tpublic int BS = 1<<16;\n\t\tpublic char NC = (char)0;\n\t\tbyte[] buf = new byte[BS];\n\t\tint bId = 0, size = 0;\n\t\tchar c = NC;\n\t\tdouble num = 1;\n\t\tBufferedInputStream in;\n\n\t\tpublic FastScanner() {\n\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t}\n\n\t\tpublic FastScanner(String s) {\n\t\t\ttry {\n\t\t\t\tin = new BufferedInputStream(new FileInputStream(new File(s)), BS);\n\t\t\t}\n\t\t\tcatch (Exception e) {\n\t\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t\t}\n\t\t}\n\n\t\tpublic char nextChar(){\n\t\t\twhile(bId==size) {\n\t\t\t\ttry {\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t} \n\t\t\t\tif(size==-1)return NC;\n\t\t\t\tbId=0;\n\t\t\t}\n\t\t\treturn (char)buf[bId++];\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\treturn (int)nextLong();\n\t\t}\n\n\t\tpublic long nextLong() {\n\t\t\tnum=1;\n\t\t\tboolean neg = false;\n\t\t\tif(c==NC)c=nextChar();\n\t\t\tfor(;(c<'0' || c>'9'); c = nextChar()) {\n\t\t\t\tif(c=='-')neg=true;\n\t\t\t}\n\t\t\tlong res = 0;\n\t\t\tfor(; c>='0' && c <='9'; c=nextChar()) {\n\t\t\t\tres = (res<<3)+(res<<1)+c-'0';\n\t\t\t\tnum*=10;\n\t\t\t}\n\t\t\treturn neg?-res:res;\n\t\t}\n\n\t\tpublic double nextDouble() {\n\t\t\tdouble cur = nextLong();\n\t\t\treturn c!='.' ? cur:cur+nextLong()/num;\n\t\t}\n\n\t\tpublic String next() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c>32) {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}\n\n\t\tpublic String nextLine() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c!='\\n') {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}\n\n\t\tpublic boolean hasNext() {\n\t\t\tif(c>32)return true;\n\t\t\twhile(true) {\n\t\t\t\tc=nextChar();\n\t\t\t\tif(c==NC)return false;\n\t\t\t\telse if(c>32)return true;\n\t\t\t}\n\t\t}\n\t\t\n\t\tpublic int[] nextIntArray(int n) {\n\t\t\tint[] res = new int[n];\n\t\t\tfor(int i = 0; i < n; i++) res[i] = nextInt();\n\t\t\treturn res;\n\t\t}\n\t\t\n\t}",
"FastScanner",
"public int BS = 1<<16;",
"BS",
"1<<16",
"1",
"16",
"public char NC = (char)0;",
"NC",
"(char)0",
"byte[] buf = new byte[BS];",
"buf",
"new byte[BS]",
"BS",
"int bId = 0",
"bId",
"0",
"size = 0;",
"size",
"0",
"char c = NC;",
"c",
"NC",
"double num = 1;",
"num",
"1",
"BufferedInputStream in;",
"in",
"public FastScanner() {\n\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t}",
"FastScanner",
"{\n\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t}",
"in = new BufferedInputStream(System.in, BS)",
"in",
"new BufferedInputStream(System.in, BS)",
"public FastScanner(String s) {\n\t\t\ttry {\n\t\t\t\tin = new BufferedInputStream(new FileInputStream(new File(s)), BS);\n\t\t\t}\n\t\t\tcatch (Exception e) {\n\t\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t\t}\n\t\t}",
"FastScanner",
"{\n\t\t\ttry {\n\t\t\t\tin = new BufferedInputStream(new FileInputStream(new File(s)), BS);\n\t\t\t}\n\t\t\tcatch (Exception e) {\n\t\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t\t}\n\t\t}",
"try {\n\t\t\t\tin = new BufferedInputStream(new FileInputStream(new File(s)), BS);\n\t\t\t}\n\t\t\tcatch (Exception e) {\n\t\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t\t}",
"catch (Exception e) {\n\t\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t\t}",
"Exception e",
"{\n\t\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t\t}",
"in = new BufferedInputStream(System.in, BS)",
"in",
"new BufferedInputStream(System.in, BS)",
"{\n\t\t\t\tin = new BufferedInputStream(new FileInputStream(new File(s)), BS);\n\t\t\t}",
"in = new BufferedInputStream(new FileInputStream(new File(s)), BS)",
"in",
"new BufferedInputStream(new FileInputStream(new File(s)), BS)",
"String s",
"s",
"public char nextChar(){\n\t\t\twhile(bId==size) {\n\t\t\t\ttry {\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t} \n\t\t\t\tif(size==-1)return NC;\n\t\t\t\tbId=0;\n\t\t\t}\n\t\t\treturn (char)buf[bId++];\n\t\t}",
"nextChar",
"{\n\t\t\twhile(bId==size) {\n\t\t\t\ttry {\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t} \n\t\t\t\tif(size==-1)return NC;\n\t\t\t\tbId=0;\n\t\t\t}\n\t\t\treturn (char)buf[bId++];\n\t\t}",
"while(bId==size) {\n\t\t\t\ttry {\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t} \n\t\t\t\tif(size==-1)return NC;\n\t\t\t\tbId=0;\n\t\t\t}",
"bId==size",
"bId",
"size",
"{\n\t\t\t\ttry {\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t} \n\t\t\t\tif(size==-1)return NC;\n\t\t\t\tbId=0;\n\t\t\t}",
"try {\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t}",
"catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t}",
"Exception e",
"{\n\t\t\t\t\treturn NC;\n\t\t\t\t}",
"return NC;",
"NC",
"{\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}",
"size = in.read(buf)",
"size",
"in.read(buf)",
"in.read",
"in",
"buf",
"if(size==-1)return NC;",
"size==-1",
"size",
"-1",
"1",
"return NC;",
"NC",
"bId=0",
"bId",
"0",
"return (char)buf[bId++];",
"(char)buf[bId++]",
"buf",
"bId++",
"bId",
"public int nextInt() {\n\t\t\treturn (int)nextLong();\n\t\t}",
"nextInt",
"{\n\t\t\treturn (int)nextLong();\n\t\t}",
"return (int)nextLong();",
"(int)nextLong()",
"nextLong",
"public long nextLong() {\n\t\t\tnum=1;\n\t\t\tboolean neg = false;\n\t\t\tif(c==NC)c=nextChar();\n\t\t\tfor(;(c<'0' || c>'9'); c = nextChar()) {\n\t\t\t\tif(c=='-')neg=true;\n\t\t\t}\n\t\t\tlong res = 0;\n\t\t\tfor(; c>='0' && c <='9'; c=nextChar()) {\n\t\t\t\tres = (res<<3)+(res<<1)+c-'0';\n\t\t\t\tnum*=10;\n\t\t\t}\n\t\t\treturn neg?-res:res;\n\t\t}",
"nextLong",
"{\n\t\t\tnum=1;\n\t\t\tboolean neg = false;\n\t\t\tif(c==NC)c=nextChar();\n\t\t\tfor(;(c<'0' || c>'9'); c = nextChar()) {\n\t\t\t\tif(c=='-')neg=true;\n\t\t\t}\n\t\t\tlong res = 0;\n\t\t\tfor(; c>='0' && c <='9'; c=nextChar()) {\n\t\t\t\tres = (res<<3)+(res<<1)+c-'0';\n\t\t\t\tnum*=10;\n\t\t\t}\n\t\t\treturn neg?-res:res;\n\t\t}",
"num=1",
"num",
"1",
"boolean neg = false;",
"neg",
"false",
"if(c==NC)c=nextChar();",
"c==NC",
"c",
"NC",
"c=nextChar()",
"c",
"nextChar()",
"nextChar",
"for(;(c<'0' || c>'9'); c = nextChar()) {\n\t\t\t\tif(c=='-')neg=true;\n\t\t\t}",
";",
"(c<'0' || c>'9')",
"c<'0'",
"c",
"'0'",
"c>'9'",
"c",
"'9'",
"c = nextChar()",
"c = nextChar()",
"c",
"nextChar()",
"nextChar",
"{\n\t\t\t\tif(c=='-')neg=true;\n\t\t\t}",
"{\n\t\t\t\tif(c=='-')neg=true;\n\t\t\t}",
"if(c=='-')neg=true;",
"c=='-'",
"c",
"'-'",
"neg=true",
"neg",
"true",
"long res = 0;",
"res",
"0",
"for(; c>='0' && c <='9'; c=nextChar()) {\n\t\t\t\tres = (res<<3)+(res<<1)+c-'0';\n\t\t\t\tnum*=10;\n\t\t\t}",
";",
"c>='0' && c <='9'",
"c>='0'",
"c",
"'0'",
"c <='9'",
"c",
"'9'",
"c=nextChar()",
"c=nextChar()",
"c",
"nextChar()",
"nextChar",
"{\n\t\t\t\tres = (res<<3)+(res<<1)+c-'0';\n\t\t\t\tnum*=10;\n\t\t\t}",
"{\n\t\t\t\tres = (res<<3)+(res<<1)+c-'0';\n\t\t\t\tnum*=10;\n\t\t\t}",
"res = (res<<3)+(res<<1)+c-'0'",
"res",
"(res<<3)+(res<<1)+c-'0'",
"(res<<3)+(res<<1)+c",
"(res<<3)+(res<<1)+c",
"(res<<3)",
"res",
"3",
"(res<<1)",
"res",
"1",
"c",
"'0'",
"num*=10",
"num",
"10",
"return neg?-res:res;",
"neg?-res:res",
"neg",
"-res",
"res",
"res",
"public double nextDouble() {\n\t\t\tdouble cur = nextLong();\n\t\t\treturn c!='.' ? cur:cur+nextLong()/num;\n\t\t}",
"nextDouble",
"{\n\t\t\tdouble cur = nextLong();\n\t\t\treturn c!='.' ? cur:cur+nextLong()/num;\n\t\t}",
"double cur = nextLong();",
"cur",
"nextLong()",
"nextLong",
"return c!='.' ? cur:cur+nextLong()/num;",
"c!='.' ? cur:cur+nextLong()/num",
"c!='.'",
"c",
"'.'",
"cur",
"cur+nextLong()/num",
"cur",
"nextLong()/num",
"nextLong()",
"nextLong",
"num",
"public String next() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c>32) {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}",
"next",
"{\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c>32) {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}",
"StringBuilder res = new StringBuilder();",
"res",
"new StringBuilder()",
"while(c<=32)c=nextChar();",
"c<=32",
"c",
"32",
"c=nextChar()",
"c",
"nextChar()",
"nextChar",
"while(c>32) {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}",
"c>32",
"c",
"32",
"{\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}",
"res.append(c)",
"res.append",
"res",
"c",
"c=nextChar()",
"c",
"nextChar()",
"nextChar",
"return res.toString();",
"res.toString()",
"res.toString",
"res",
"public String nextLine() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c!='\\n') {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}",
"nextLine",
"{\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c!='\\n') {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}",
"StringBuilder res = new StringBuilder();",
"res",
"new StringBuilder()",
"while(c<=32)c=nextChar();",
"c<=32",
"c",
"32",
"c=nextChar()",
"c",
"nextChar()",
"nextChar",
"while(c!='\\n') {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}",
"c!='\\n'",
"c",
"'\\n'",
"{\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}",
"res.append(c)",
"res.append",
"res",
"c",
"c=nextChar()",
"c",
"nextChar()",
"nextChar",
"return res.toString();",
"res.toString()",
"res.toString",
"res",
"public boolean hasNext() {\n\t\t\tif(c>32)return true;\n\t\t\twhile(true) {\n\t\t\t\tc=nextChar();\n\t\t\t\tif(c==NC)return false;\n\t\t\t\telse if(c>32)return true;\n\t\t\t}\n\t\t}",
"hasNext",
"{\n\t\t\tif(c>32)return true;\n\t\t\twhile(true) {\n\t\t\t\tc=nextChar();\n\t\t\t\tif(c==NC)return false;\n\t\t\t\telse if(c>32)return true;\n\t\t\t}\n\t\t}",
"if(c>32)return true;",
"c>32",
"c",
"32",
"return true;",
"true",
"while(true) {\n\t\t\t\tc=nextChar();\n\t\t\t\tif(c==NC)return false;\n\t\t\t\telse if(c>32)return true;\n\t\t\t}",
"true",
"{\n\t\t\t\tc=nextChar();\n\t\t\t\tif(c==NC)return false;\n\t\t\t\telse if(c>32)return true;\n\t\t\t}",
"c=nextChar()",
"c",
"nextChar()",
"nextChar",
"if(c==NC)return false;\n\t\t\t\telse if(c>32)return true;",
"c==NC",
"c",
"NC",
"return false;",
"false",
"if(c>32)return true;",
"c>32",
"c",
"32",
"return true;",
"true",
"public int[] nextIntArray(int n) {\n\t\t\tint[] res = new int[n];\n\t\t\tfor(int i = 0; i < n; i++) res[i] = nextInt();\n\t\t\treturn res;\n\t\t}",
"nextIntArray",
"{\n\t\t\tint[] res = new int[n];\n\t\t\tfor(int i = 0; i < n; i++) res[i] = nextInt();\n\t\t\treturn res;\n\t\t}",
"int[] res = new int[n];",
"res",
"new int[n]",
"n",
"for(int i = 0; i < n; i++) res[i] = nextInt();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"res[i] = nextInt();",
"res[i] = nextInt()",
"res[i]",
"res",
"i",
"nextInt()",
"nextInt",
"return res;",
"res",
"int n",
"n",
"public class Main {\n\tpublic static void main (String[] args) { new Main(); }\n\n\tpublic Main() {\n\t\tFastScanner fs = new FastScanner();\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tSystem.err.println(\"\");\n\n\t\tint x = fs.nextInt(), y = fs.nextInt();\n\t\tif(x <= y) out.println(\"unsafe\");\n\t\telse out.println(\"safe\");\n\t\t\n\t\tout.close();\n\t}\n\n\tclass FastScanner {\n\t\tpublic int BS = 1<<16;\n\t\tpublic char NC = (char)0;\n\t\tbyte[] buf = new byte[BS];\n\t\tint bId = 0, size = 0;\n\t\tchar c = NC;\n\t\tdouble num = 1;\n\t\tBufferedInputStream in;\n\n\t\tpublic FastScanner() {\n\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t}\n\n\t\tpublic FastScanner(String s) {\n\t\t\ttry {\n\t\t\t\tin = new BufferedInputStream(new FileInputStream(new File(s)), BS);\n\t\t\t}\n\t\t\tcatch (Exception e) {\n\t\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t\t}\n\t\t}\n\n\t\tpublic char nextChar(){\n\t\t\twhile(bId==size) {\n\t\t\t\ttry {\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t} \n\t\t\t\tif(size==-1)return NC;\n\t\t\t\tbId=0;\n\t\t\t}\n\t\t\treturn (char)buf[bId++];\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\treturn (int)nextLong();\n\t\t}\n\n\t\tpublic long nextLong() {\n\t\t\tnum=1;\n\t\t\tboolean neg = false;\n\t\t\tif(c==NC)c=nextChar();\n\t\t\tfor(;(c<'0' || c>'9'); c = nextChar()) {\n\t\t\t\tif(c=='-')neg=true;\n\t\t\t}\n\t\t\tlong res = 0;\n\t\t\tfor(; c>='0' && c <='9'; c=nextChar()) {\n\t\t\t\tres = (res<<3)+(res<<1)+c-'0';\n\t\t\t\tnum*=10;\n\t\t\t}\n\t\t\treturn neg?-res:res;\n\t\t}\n\n\t\tpublic double nextDouble() {\n\t\t\tdouble cur = nextLong();\n\t\t\treturn c!='.' ? cur:cur+nextLong()/num;\n\t\t}\n\n\t\tpublic String next() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c>32) {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}\n\n\t\tpublic String nextLine() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c!='\\n') {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}\n\n\t\tpublic boolean hasNext() {\n\t\t\tif(c>32)return true;\n\t\t\twhile(true) {\n\t\t\t\tc=nextChar();\n\t\t\t\tif(c==NC)return false;\n\t\t\t\telse if(c>32)return true;\n\t\t\t}\n\t\t}\n\t\t\n\t\tpublic int[] nextIntArray(int n) {\n\t\t\tint[] res = new int[n];\n\t\t\tfor(int i = 0; i < n; i++) res[i] = nextInt();\n\t\t\treturn res;\n\t\t}\n\t\t\n\t}\n\n}",
"public class Main {\n\tpublic static void main (String[] args) { new Main(); }\n\n\tpublic Main() {\n\t\tFastScanner fs = new FastScanner();\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tSystem.err.println(\"\");\n\n\t\tint x = fs.nextInt(), y = fs.nextInt();\n\t\tif(x <= y) out.println(\"unsafe\");\n\t\telse out.println(\"safe\");\n\t\t\n\t\tout.close();\n\t}\n\n\tclass FastScanner {\n\t\tpublic int BS = 1<<16;\n\t\tpublic char NC = (char)0;\n\t\tbyte[] buf = new byte[BS];\n\t\tint bId = 0, size = 0;\n\t\tchar c = NC;\n\t\tdouble num = 1;\n\t\tBufferedInputStream in;\n\n\t\tpublic FastScanner() {\n\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t}\n\n\t\tpublic FastScanner(String s) {\n\t\t\ttry {\n\t\t\t\tin = new BufferedInputStream(new FileInputStream(new File(s)), BS);\n\t\t\t}\n\t\t\tcatch (Exception e) {\n\t\t\t\tin = new BufferedInputStream(System.in, BS);\n\t\t\t}\n\t\t}\n\n\t\tpublic char nextChar(){\n\t\t\twhile(bId==size) {\n\t\t\t\ttry {\n\t\t\t\t\tsize = in.read(buf);\n\t\t\t\t}catch(Exception e) {\n\t\t\t\t\treturn NC;\n\t\t\t\t} \n\t\t\t\tif(size==-1)return NC;\n\t\t\t\tbId=0;\n\t\t\t}\n\t\t\treturn (char)buf[bId++];\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\treturn (int)nextLong();\n\t\t}\n\n\t\tpublic long nextLong() {\n\t\t\tnum=1;\n\t\t\tboolean neg = false;\n\t\t\tif(c==NC)c=nextChar();\n\t\t\tfor(;(c<'0' || c>'9'); c = nextChar()) {\n\t\t\t\tif(c=='-')neg=true;\n\t\t\t}\n\t\t\tlong res = 0;\n\t\t\tfor(; c>='0' && c <='9'; c=nextChar()) {\n\t\t\t\tres = (res<<3)+(res<<1)+c-'0';\n\t\t\t\tnum*=10;\n\t\t\t}\n\t\t\treturn neg?-res:res;\n\t\t}\n\n\t\tpublic double nextDouble() {\n\t\t\tdouble cur = nextLong();\n\t\t\treturn c!='.' ? cur:cur+nextLong()/num;\n\t\t}\n\n\t\tpublic String next() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c>32) {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}\n\n\t\tpublic String nextLine() {\n\t\t\tStringBuilder res = new StringBuilder();\n\t\t\twhile(c<=32)c=nextChar();\n\t\t\twhile(c!='\\n') {\n\t\t\t\tres.append(c);\n\t\t\t\tc=nextChar();\n\t\t\t}\n\t\t\treturn res.toString();\n\t\t}\n\n\t\tpublic boolean hasNext() {\n\t\t\tif(c>32)return true;\n\t\t\twhile(true) {\n\t\t\t\tc=nextChar();\n\t\t\t\tif(c==NC)return false;\n\t\t\t\telse if(c>32)return true;\n\t\t\t}\n\t\t}\n\t\t\n\t\tpublic int[] nextIntArray(int n) {\n\t\t\tint[] res = new int[n];\n\t\t\tfor(int i = 0; i < n; i++) res[i] = nextInt();\n\t\t\treturn res;\n\t\t}\n\t\t\n\t}\n\n}",
"Main"
] |
import java.io.*;
import java.util.*;
public class Main {
public static void main (String[] args) { new Main(); }
public Main() {
FastScanner fs = new FastScanner();
PrintWriter out = new PrintWriter(System.out);
System.err.println("");
int x = fs.nextInt(), y = fs.nextInt();
if(x <= y) out.println("unsafe");
else out.println("safe");
out.close();
}
class FastScanner {
public int BS = 1<<16;
public char NC = (char)0;
byte[] buf = new byte[BS];
int bId = 0, size = 0;
char c = NC;
double num = 1;
BufferedInputStream in;
public FastScanner() {
in = new BufferedInputStream(System.in, BS);
}
public FastScanner(String s) {
try {
in = new BufferedInputStream(new FileInputStream(new File(s)), BS);
}
catch (Exception e) {
in = new BufferedInputStream(System.in, BS);
}
}
public char nextChar(){
while(bId==size) {
try {
size = in.read(buf);
}catch(Exception e) {
return NC;
}
if(size==-1)return NC;
bId=0;
}
return (char)buf[bId++];
}
public int nextInt() {
return (int)nextLong();
}
public long nextLong() {
num=1;
boolean neg = false;
if(c==NC)c=nextChar();
for(;(c<'0' || c>'9'); c = nextChar()) {
if(c=='-')neg=true;
}
long res = 0;
for(; c>='0' && c <='9'; c=nextChar()) {
res = (res<<3)+(res<<1)+c-'0';
num*=10;
}
return neg?-res:res;
}
public double nextDouble() {
double cur = nextLong();
return c!='.' ? cur:cur+nextLong()/num;
}
public String next() {
StringBuilder res = new StringBuilder();
while(c<=32)c=nextChar();
while(c>32) {
res.append(c);
c=nextChar();
}
return res.toString();
}
public String nextLine() {
StringBuilder res = new StringBuilder();
while(c<=32)c=nextChar();
while(c!='\n') {
res.append(c);
c=nextChar();
}
return res.toString();
}
public boolean hasNext() {
if(c>32)return true;
while(true) {
c=nextChar();
if(c==NC)return false;
else if(c>32)return true;
}
}
public int[] nextIntArray(int n) {
int[] res = new int[n];
for(int i = 0; i < n; i++) res[i] = nextInt();
return res;
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
45,
5
],
[
45,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
22,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
22,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
6,
42
],
[
42,
43
],
[
0,
44
],
[
44,
45
],
[
44,
46
]
] |
[
"import java.util.Scanner;\n \npublic class Main {\n \n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n \n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\t\n\t\tif (A - B > 0) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n \n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n \n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\t\n\t\tif (A - B > 0) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n \n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\t\n\t\tif (A - B > 0) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n \n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\t\n\t\tif (A - B > 0) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int A = sc.nextInt();",
"A",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int B = sc.nextInt();",
"B",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (A - B > 0) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"A - B > 0",
"A - B",
"A",
"B",
"0",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args",
"public class Main {\n \n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n \n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\t\n\t\tif (A - B > 0) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}\n}",
"public class Main {\n \n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n \n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\t\n\t\tif (A - B > 0) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int A = sc.nextInt();
int B = sc.nextInt();
if (A - B > 0) {
System.out.println("safe");
} else {
System.out.println("unsafe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
47,
5
],
[
47,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
26,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
26,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
6,
44
],
[
44,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
]
] |
[
"import java.util.*;\n\npublic class Main {\n\tpublic static void main(final String[] args) {\n final Scanner sc = new Scanner(System.in);\n\n int a, b;\n a = sc.nextInt(); // 羊\n b = sc.nextInt(); // 狼\n if(a<=b){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(final String[] args) {\n final Scanner sc = new Scanner(System.in);\n\n int a, b;\n a = sc.nextInt(); // 羊\n b = sc.nextInt(); // 狼\n if(a<=b){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }\n}",
"Main",
"public static void main(final String[] args) {\n final Scanner sc = new Scanner(System.in);\n\n int a, b;\n a = sc.nextInt(); // 羊\n b = sc.nextInt(); // 狼\n if(a<=b){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }",
"main",
"{\n final Scanner sc = new Scanner(System.in);\n\n int a, b;\n a = sc.nextInt(); // 羊\n b = sc.nextInt(); // 狼\n if(a<=b){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }",
"final Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a",
"a",
"b;",
"b",
"a = sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b = sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<=b){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }",
"a<=b",
"a",
"b",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"final String[] args",
"args",
"public class Main {\n\tpublic static void main(final String[] args) {\n final Scanner sc = new Scanner(System.in);\n\n int a, b;\n a = sc.nextInt(); // 羊\n b = sc.nextInt(); // 狼\n if(a<=b){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }\n}",
"public class Main {\n\tpublic static void main(final String[] args) {\n final Scanner sc = new Scanner(System.in);\n\n int a, b;\n a = sc.nextInt(); // 羊\n b = sc.nextInt(); // 狼\n if(a<=b){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(final String[] args) {
final Scanner sc = new Scanner(System.in);
int a, b;
a = sc.nextInt(); // 羊
b = sc.nextInt(); // 狼
if(a<=b){
System.out.println("unsafe");
}else{
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
51,
5
],
[
51,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
13,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
26,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
26,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
6,
48
],
[
48,
49
],
[
0,
50
],
[
50,
51
],
[
50,
52
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\n\t\tint S;\n\t\tint W;\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tS = scan.nextInt();\n\t\tW = scan.nextInt();\n\n\t\tif(S > W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else if(W >= S){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\n\t\tint S;\n\t\tint W;\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tS = scan.nextInt();\n\t\tW = scan.nextInt();\n\n\t\tif(S > W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else if(W >= S){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\n\t\tint S;\n\t\tint W;\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tS = scan.nextInt();\n\t\tW = scan.nextInt();\n\n\t\tif(S > W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else if(W >= S){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}",
"main",
"{\n\n\t\tint S;\n\t\tint W;\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tS = scan.nextInt();\n\t\tW = scan.nextInt();\n\n\t\tif(S > W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else if(W >= S){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}",
"int S;",
"S",
"int W;",
"W",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"S = scan.nextInt()",
"S",
"scan.nextInt()",
"scan.nextInt",
"scan",
"W = scan.nextInt()",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(S > W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else if(W >= S){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"S > W",
"S",
"W",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"if(W >= S){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"W >= S",
"W",
"S",
"{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\n\t\tint S;\n\t\tint W;\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tS = scan.nextInt();\n\t\tW = scan.nextInt();\n\n\t\tif(S > W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else if(W >= S){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\n\t\tint S;\n\t\tint W;\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tS = scan.nextInt();\n\t\tW = scan.nextInt();\n\n\t\tif(S > W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else if(W >= S){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args){
int S;
int W;
Scanner scan = new Scanner(System.in);
S = scan.nextInt();
W = scan.nextInt();
if(S > W){
System.out.println("safe");
}else if(W >= S){
System.out.println("unsafe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
48,
11
],
[
48,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
28,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
12,
45
],
[
45,
46
],
[
0,
47
],
[
47,
48
],
[
47,
49
]
] |
[
"/* package codechef; // don't place package name! */\n\nimport java.util.*;\nimport java.lang.*;\nimport java.io.*;\n\n/* Name of the class has to be \"Main\" only if the class is public. */\npublic class Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tScanner s=new Scanner(System.in);\n\t\tint sh=s.nextInt();\n\t\tint w=s.nextInt();\n\t\t\n\t\tif(w>=sh)\n\t\t{\n\t\t System.out.println(\"unsafe\");\n\t\t}\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tScanner s=new Scanner(System.in);\n\t\tint sh=s.nextInt();\n\t\tint w=s.nextInt();\n\t\t\n\t\tif(w>=sh)\n\t\t{\n\t\t System.out.println(\"unsafe\");\n\t\t}\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tScanner s=new Scanner(System.in);\n\t\tint sh=s.nextInt();\n\t\tint w=s.nextInt();\n\t\t\n\t\tif(w>=sh)\n\t\t{\n\t\t System.out.println(\"unsafe\");\n\t\t}\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t}",
"main",
"{\n\t\t// your code goes here\n\t\tScanner s=new Scanner(System.in);\n\t\tint sh=s.nextInt();\n\t\tint w=s.nextInt();\n\t\t\n\t\tif(w>=sh)\n\t\t{\n\t\t System.out.println(\"unsafe\");\n\t\t}\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t}",
"Scanner s=new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int sh=s.nextInt();",
"sh",
"s.nextInt()",
"s.nextInt",
"s",
"int w=s.nextInt();",
"w",
"s.nextInt()",
"s.nextInt",
"s",
"if(w>=sh)\n\t\t{\n\t\t System.out.println(\"unsafe\");\n\t\t}\n\t\telse\n\t\tSystem.out.println(\"safe\");",
"w>=sh",
"w",
"sh",
"{\n\t\t System.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tScanner s=new Scanner(System.in);\n\t\tint sh=s.nextInt();\n\t\tint w=s.nextInt();\n\t\t\n\t\tif(w>=sh)\n\t\t{\n\t\t System.out.println(\"unsafe\");\n\t\t}\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t}\n}",
"public class Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tScanner s=new Scanner(System.in);\n\t\tint sh=s.nextInt();\n\t\tint w=s.nextInt();\n\t\t\n\t\tif(w>=sh)\n\t\t{\n\t\t System.out.println(\"unsafe\");\n\t\t}\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t}\n}",
"Main"
] |
/* package codechef; // don't place package name! */
import java.util.*;
import java.lang.*;
import java.io.*;
/* Name of the class has to be "Main" only if the class is public. */
public class Main
{
public static void main (String[] args) throws java.lang.Exception
{
// your code goes here
Scanner s=new Scanner(System.in);
int sh=s.nextInt();
int w=s.nextInt();
if(w>=sh)
{
System.out.println("unsafe");
}
else
System.out.println("safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
17,
2,
13,
17,
30,
37,
20,
14,
2,
2,
13,
17,
2,
13,
17,
30,
37,
20,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
65,
5
],
[
65,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
22,
30
],
[
30,
31
],
[
31,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
44,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
6,
62
],
[
62,
63
],
[
0,
64
],
[
64,
65
],
[
64,
66
]
] |
[
"import java.util.Scanner;\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tif (S < 1 || S > 100) {\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です\");\n\t\t}\n\t\telse if(W < 1 || W > 100){\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です。\");\n\t\t}\n\t\tif (S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tif (S < 1 || S > 100) {\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です\");\n\t\t}\n\t\telse if(W < 1 || W > 100){\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です。\");\n\t\t}\n\t\tif (S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tif (S < 1 || S > 100) {\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です\");\n\t\t}\n\t\telse if(W < 1 || W > 100){\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です。\");\n\t\t}\n\t\tif (S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tif (S < 1 || S > 100) {\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です\");\n\t\t}\n\t\telse if(W < 1 || W > 100){\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です。\");\n\t\t}\n\t\tif (S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (S < 1 || S > 100) {\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です\");\n\t\t}\n\t\telse if(W < 1 || W > 100){\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です。\");\n\t\t}",
"S < 1 || S > 100",
"S < 1",
"S",
"1",
"S > 100",
"S",
"100",
"{\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です\");\n\t\t}",
"throw new IllegalArgumentException(\"不適切な値です\");",
"new IllegalArgumentException(\"不適切な値です\")",
"if(W < 1 || W > 100){\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です。\");\n\t\t}",
"W < 1 || W > 100",
"W < 1",
"W",
"1",
"W > 100",
"W",
"100",
"{\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です。\");\n\t\t}",
"throw new IllegalArgumentException(\"不適切な値です。\");",
"new IllegalArgumentException(\"不適切な値です。\")",
"if (S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"S <= W",
"S",
"W",
"{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tif (S < 1 || S > 100) {\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です\");\n\t\t}\n\t\telse if(W < 1 || W > 100){\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です。\");\n\t\t}\n\t\tif (S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tif (S < 1 || S > 100) {\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です\");\n\t\t}\n\t\telse if(W < 1 || W > 100){\n\t\t\tthrow new IllegalArgumentException(\"不適切な値です。\");\n\t\t}\n\t\tif (S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int S = sc.nextInt();
int W = sc.nextInt();
if (S < 1 || S > 100) {
throw new IllegalArgumentException("不適切な値です");
}
else if(W < 1 || W > 100){
throw new IllegalArgumentException("不適切な値です。");
}
if (S <= W){
System.out.println("unsafe");
}
else{
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
17,
12,
13,
30,
29,
8,
2,
13,
17,
4,
13,
13,
2,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
65,
5
],
[
65,
6
],
[
6,
7
],
[
6,
8
],
[
65,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
13,
17
],
[
17,
18
],
[
17,
19
],
[
17,
20
],
[
20,
21
],
[
20,
22
],
[
13,
23
],
[
9,
24
],
[
24,
25
],
[
9,
26
],
[
26,
27
],
[
65,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
30,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
30,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
44,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
28,
62
],
[
62,
63
],
[
0,
64
],
[
64,
65
],
[
64,
66
]
] |
[
"import java.util.*;\n\npublic class Main {\n\n static int gcd (int a, int b) {return b>0?gcd(b,a%b):a;}\n static int mod = 1000000007;\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S= sc.nextInt();\n int W =sc.nextInt();\n\n if(S <= W){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}\n\n\n\n\n\n\n",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n static int gcd (int a, int b) {return b>0?gcd(b,a%b):a;}\n static int mod = 1000000007;\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S= sc.nextInt();\n int W =sc.nextInt();\n\n if(S <= W){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"Main",
"static int mod = 1000000007;",
"mod",
"1000000007",
"static int gcd (int a, int b) {return b>0?gcd(b,a%b):a;}",
"gcd",
"{return b>0?gcd(b,a%b):a;}",
"return b>0?gcd(b,a%b):a;",
"b>0?gcd(b,a%b):a",
"b>0",
"b",
"0",
"gcd(b,a%b)",
"gcd",
"b",
"a%b",
"a",
"b",
"a",
"int a",
"a",
"int b",
"b",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S= sc.nextInt();\n int W =sc.nextInt();\n\n if(S <= W){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int S= sc.nextInt();\n int W =sc.nextInt();\n\n if(S <= W){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S= sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W =sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(S <= W){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }",
"S <= W",
"S",
"W",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n static int gcd (int a, int b) {return b>0?gcd(b,a%b):a;}\n static int mod = 1000000007;\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S= sc.nextInt();\n int W =sc.nextInt();\n\n if(S <= W){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"public class Main {\n\n static int gcd (int a, int b) {return b>0?gcd(b,a%b):a;}\n static int mod = 1000000007;\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S= sc.nextInt();\n int W =sc.nextInt();\n\n if(S <= W){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"Main"
] |
import java.util.*;
public class Main {
static int gcd (int a, int b) {return b>0?gcd(b,a%b):a;}
static int mod = 1000000007;
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int S= sc.nextInt();
int W =sc.nextInt();
if(S <= W){
System.out.println("unsafe");
} else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
14,
2,
4,
18,
13,
4,
18,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
37,
5
],
[
37,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
13,
17
],
[
17,
18
],
[
18,
19
],
[
12,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
21,
26
],
[
12,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
6,
34
],
[
34,
35
],
[
0,
36
],
[
36,
37
],
[
36,
38
]
] |
[
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n if(sc.nextInt() <= sc.nextInt()){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n if(sc.nextInt() <= sc.nextInt()){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n if(sc.nextInt() <= sc.nextInt()){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n if(sc.nextInt() <= sc.nextInt()){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"if(sc.nextInt() <= sc.nextInt()){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }",
"sc.nextInt() <= sc.nextInt()",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.nextInt()",
"sc.nextInt",
"sc",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n if(sc.nextInt() <= sc.nextInt()){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n\n}",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n if(sc.nextInt() <= sc.nextInt()){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
if(sc.nextInt() <= sc.nextInt()){
System.out.println("unsafe");
}else{
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
54,
8
],
[
54,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
20,
21
],
[
21,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
11,
31
],
[
31,
32
],
[
32,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
11,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
11,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
9,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
]
] |
[
"import java.util.Scanner;\nimport java.io.IOException;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n String result = \"safe\";\n if (w >= s) {\n result = \"unsafe\";\n }\n System.out.println(result);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.io.IOException;",
"IOException",
"java.io",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n String result = \"safe\";\n if (w >= s) {\n result = \"unsafe\";\n }\n System.out.println(result);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n String result = \"safe\";\n if (w >= s) {\n result = \"unsafe\";\n }\n System.out.println(result);\n }",
"main",
"{\n\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n String result = \"safe\";\n if (w >= s) {\n result = \"unsafe\";\n }\n System.out.println(result);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int s = Integer.parseInt(sc.next());",
"s",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int w = Integer.parseInt(sc.next());",
"w",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"sc.close()",
"sc.close",
"sc",
"String result = \"safe\";",
"result",
"\"safe\"",
"if (w >= s) {\n result = \"unsafe\";\n }",
"w >= s",
"w",
"s",
"{\n result = \"unsafe\";\n }",
"result = \"unsafe\"",
"result",
"\"unsafe\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n String result = \"safe\";\n if (w >= s) {\n result = \"unsafe\";\n }\n System.out.println(result);\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n String result = \"safe\";\n if (w >= s) {\n result = \"unsafe\";\n }\n System.out.println(result);\n }\n}",
"Main"
] |
import java.util.Scanner;
import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException {
Scanner sc = new Scanner(System.in);
int s = Integer.parseInt(sc.next());
int w = Integer.parseInt(sc.next());
sc.close();
String result = "safe";
if (w >= s) {
result = "unsafe";
}
System.out.println(result);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
20,
41,
13,
17,
12,
13,
30,
41,
13,
20,
41,
13,
17,
42,
2,
13,
17,
30,
4,
18,
13,
40,
13,
4,
18,
13,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
0,
13,
17,
23,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
38,
5,
13,
30,
37,
20,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
18,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
18,
13,
29,
13,
23,
13,
6,
13,
41,
13,
20,
41,
13,
17,
41,
13,
40,
17,
41,
13,
2,
17,
17,
41,
13,
17,
12,
13,
30,
29,
2,
2,
2,
2,
13,
13,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
2,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
2,
2,
2,
13,
13,
2,
13,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
2,
2,
13,
2,
13,
17,
2,
13,
17,
17,
23,
13,
12,
13,
30,
29,
2,
2,
13,
2,
13,
17,
17,
23,
13,
12,
13,
30,
41,
13,
17,
11,
1,
41,
13,
13,
41,
13,
13,
2,
13,
2,
13,
13,
1,
40,
13,
40,
13,
30,
30,
0,
13,
2,
2,
13,
17,
13,
29,
4,
18,
13,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
17,
0,
13,
2,
13,
13,
42,
2,
13,
17,
30,
14,
2,
2,
13,
17,
17,
0,
13,
4,
13,
13,
13,
0,
13,
4,
13,
13,
13,
0,
13,
2,
13,
17,
29,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
13,
17,
29,
13,
29,
4,
13,
13,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
13,
17,
4,
18,
13,
17,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
415,
11
],
[
415,
12
],
[
12,
13
],
[
12,
14
],
[
415,
15
],
[
15,
16
],
[
15,
17
],
[
415,
18
],
[
18,
19
],
[
18,
20
],
[
415,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
23,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
34,
38
],
[
38,
39
],
[
23,
40
],
[
40,
41
],
[
41,
42
],
[
21,
43
],
[
43,
44
],
[
415,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
45,
49
],
[
49,
50
],
[
45,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
51,
60
],
[
60,
61
],
[
45,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
65,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
79,
80
],
[
75,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
64,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
45,
89
],
[
89,
90
],
[
89,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
93,
96
],
[
96,
97
],
[
45,
98
],
[
98,
99
],
[
98,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
45,
105
],
[
105,
106
],
[
105,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
109,
112
],
[
112,
113
],
[
45,
114
],
[
114,
115
],
[
114,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
118,
121
],
[
121,
122
],
[
45,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
130,
135
],
[
135,
136
],
[
135,
137
],
[
130,
138
],
[
138,
139
],
[
139,
140
],
[
130,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
142,
146
],
[
146,
147
],
[
147,
148
],
[
125,
149
],
[
149,
150
],
[
123,
151
],
[
151,
152
],
[
45,
153
],
[
153,
154
],
[
153,
155
],
[
155,
156
],
[
156,
157
],
[
156,
158
],
[
155,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
162,
164
],
[
160,
165
],
[
165,
166
],
[
165,
167
],
[
160,
168
],
[
168,
169
],
[
169,
170
],
[
160,
171
],
[
171,
172
],
[
172,
173
],
[
173,
174
],
[
173,
175
],
[
172,
176
],
[
176,
177
],
[
177,
178
],
[
155,
179
],
[
179,
180
],
[
153,
181
],
[
181,
182
],
[
415,
183
],
[
183,
184
],
[
183,
185
],
[
185,
186
],
[
185,
187
],
[
183,
188
],
[
188,
189
],
[
188,
190
],
[
183,
191
],
[
191,
192
],
[
191,
193
],
[
193,
194
],
[
183,
195
],
[
195,
196
],
[
195,
197
],
[
197,
198
],
[
197,
199
],
[
183,
200
],
[
200,
201
],
[
200,
202
],
[
183,
203
],
[
203,
204
],
[
203,
205
],
[
205,
206
],
[
206,
207
],
[
207,
208
],
[
208,
209
],
[
209,
210
],
[
210,
211
],
[
210,
212
],
[
209,
213
],
[
208,
214
],
[
207,
215
],
[
203,
216
],
[
216,
217
],
[
203,
218
],
[
218,
219
],
[
183,
220
],
[
220,
221
],
[
220,
222
],
[
222,
223
],
[
223,
224
],
[
224,
225
],
[
225,
226
],
[
225,
227
],
[
224,
228
],
[
220,
229
],
[
229,
230
],
[
220,
231
],
[
231,
232
],
[
183,
233
],
[
233,
234
],
[
233,
235
],
[
235,
236
],
[
236,
237
],
[
237,
238
],
[
238,
239
],
[
239,
240
],
[
240,
241
],
[
240,
242
],
[
239,
243
],
[
243,
244
],
[
243,
245
],
[
238,
246
],
[
237,
247
],
[
233,
248
],
[
248,
249
],
[
233,
250
],
[
250,
251
],
[
183,
252
],
[
252,
253
],
[
252,
254
],
[
254,
255
],
[
255,
256
],
[
256,
257
],
[
257,
258
],
[
258,
259
],
[
258,
260
],
[
260,
261
],
[
260,
262
],
[
257,
263
],
[
263,
264
],
[
263,
265
],
[
256,
266
],
[
252,
267
],
[
267,
268
],
[
183,
269
],
[
269,
270
],
[
269,
271
],
[
271,
272
],
[
272,
273
],
[
273,
274
],
[
274,
275
],
[
274,
276
],
[
276,
277
],
[
276,
278
],
[
273,
279
],
[
269,
280
],
[
280,
281
],
[
183,
282
],
[
282,
283
],
[
282,
284
],
[
284,
285
],
[
285,
286
],
[
285,
287
],
[
284,
288
],
[
288,
289
],
[
289,
290
],
[
290,
291
],
[
290,
292
],
[
289,
293
],
[
293,
294
],
[
293,
295
],
[
288,
296
],
[
296,
297
],
[
296,
298
],
[
298,
299
],
[
298,
300
],
[
288,
301
],
[
301,
302
],
[
302,
303
],
[
301,
304
],
[
304,
305
],
[
288,
306
],
[
307,
307
],
[
307,
308
],
[
308,
309
],
[
308,
310
],
[
310,
311
],
[
311,
312
],
[
311,
313
],
[
310,
314
],
[
284,
315
],
[
315,
316
],
[
316,
317
],
[
317,
318
],
[
316,
319
],
[
282,
320
],
[
320,
321
],
[
282,
322
],
[
322,
323
],
[
183,
324
],
[
324,
325
],
[
324,
326
],
[
326,
327
],
[
327,
328
],
[
327,
329
],
[
326,
330
],
[
330,
331
],
[
330,
332
],
[
332,
333
],
[
332,
334
],
[
326,
335
],
[
335,
336
],
[
336,
337
],
[
336,
338
],
[
335,
339
],
[
339,
340
],
[
340,
341
],
[
341,
342
],
[
342,
343
],
[
342,
344
],
[
341,
345
],
[
340,
346
],
[
346,
347
],
[
346,
348
],
[
348,
349
],
[
348,
350
],
[
348,
351
],
[
339,
352
],
[
352,
353
],
[
352,
354
],
[
354,
355
],
[
354,
356
],
[
354,
357
],
[
339,
358
],
[
358,
359
],
[
358,
360
],
[
360,
361
],
[
360,
362
],
[
326,
363
],
[
363,
364
],
[
324,
365
],
[
365,
366
],
[
324,
367
],
[
367,
368
],
[
183,
369
],
[
369,
370
],
[
369,
371
],
[
371,
372
],
[
372,
373
],
[
373,
374
],
[
373,
375
],
[
372,
376
],
[
376,
377
],
[
371,
378
],
[
378,
379
],
[
379,
380
],
[
379,
381
],
[
379,
382
],
[
382,
383
],
[
382,
384
],
[
369,
385
],
[
385,
386
],
[
369,
387
],
[
387,
388
],
[
183,
389
],
[
389,
390
],
[
389,
391
],
[
391,
392
],
[
392,
393
],
[
392,
394
],
[
394,
395
],
[
395,
396
],
[
391,
397
],
[
397,
398
],
[
397,
399
],
[
399,
400
],
[
400,
401
],
[
391,
402
],
[
402,
403
],
[
403,
404
],
[
403,
405
],
[
402,
406
],
[
406,
407
],
[
407,
408
],
[
406,
409
],
[
402,
410
],
[
410,
411
],
[
411,
412
],
[
410,
413
],
[
0,
414
],
[
414,
415
],
[
414,
416
]
] |
[
"\n\nimport java.io.*;\nimport java.text.*;\nimport java.util.*;\n\npublic class Main {\n\n static InputReader sc = new InputReader(System.in);\n static PrintWriter out = new PrintWriter(System.out);\n\n public static void main(String[] args) throws IOException {\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }\n\n static class InputReader {\n\n public BufferedReader br;\n public StringTokenizer token;\n\n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }\n\n public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }\n\n public int ni() {\n return Integer.parseInt(sn());\n }\n\n public String snl() throws IOException {\n return br.readLine();\n }\n\n public long nlo() {\n return Long.parseLong(sn());\n }\n\n public double nd() {\n return Double.parseDouble(sn());\n }\n\n public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }\n\n public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }\n }\n\n static int inf = 5000013;\n\n static class solver {\n DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");\n long max = 1000000000000000l, min = -10000000000000000l;\n long mod = (long) 1e9 + 7;\n\n long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }\n\n long add(long a, long b) {\n return (a + b) % mod;\n }\n\n long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }\n\n long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }\n\n long ncr2(long n) {\n return n * (n - 1) / 2l;\n }\n\n long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }\n\n long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }\n\n int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }\n\n final int maxn = 5005;\n\n void solve() throws IOException {\n int s=sc.ni();\n int w=sc.ni();\n if(w>=s)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.text.*;",
"text.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n static InputReader sc = new InputReader(System.in);\n static PrintWriter out = new PrintWriter(System.out);\n\n public static void main(String[] args) throws IOException {\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }\n\n static class InputReader {\n\n public BufferedReader br;\n public StringTokenizer token;\n\n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }\n\n public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }\n\n public int ni() {\n return Integer.parseInt(sn());\n }\n\n public String snl() throws IOException {\n return br.readLine();\n }\n\n public long nlo() {\n return Long.parseLong(sn());\n }\n\n public double nd() {\n return Double.parseDouble(sn());\n }\n\n public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }\n\n public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }\n }\n\n static int inf = 5000013;\n\n static class solver {\n DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");\n long max = 1000000000000000l, min = -10000000000000000l;\n long mod = (long) 1e9 + 7;\n\n long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }\n\n long add(long a, long b) {\n return (a + b) % mod;\n }\n\n long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }\n\n long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }\n\n long ncr2(long n) {\n return n * (n - 1) / 2l;\n }\n\n long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }\n\n long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }\n\n int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }\n\n final int maxn = 5005;\n\n void solve() throws IOException {\n int s=sc.ni();\n int w=sc.ni();\n if(w>=s)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n }\n}",
"Main",
"static InputReader sc = new InputReader(System.in);",
"sc",
"new InputReader(System.in)",
"static PrintWriter out = new PrintWriter(System.out);",
"out",
"new PrintWriter(System.out)",
"static int inf = 5000013;",
"inf",
"5000013",
"public static void main(String[] args) throws IOException {\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }",
"main",
"{\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }",
"solver s = new solver();",
"s",
"new solver()",
"int t = 1;",
"t",
"1",
"while (t > 0) {\n s.solve();\n t--;\n }",
"t > 0",
"t",
"0",
"{\n s.solve();\n t--;\n }",
"s.solve()",
"s.solve",
"s",
"t--",
"t",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static class InputReader {\n\n public BufferedReader br;\n public StringTokenizer token;\n\n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }\n\n public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }\n\n public int ni() {\n return Integer.parseInt(sn());\n }\n\n public String snl() throws IOException {\n return br.readLine();\n }\n\n public long nlo() {\n return Long.parseLong(sn());\n }\n\n public double nd() {\n return Double.parseDouble(sn());\n }\n\n public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }\n\n public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }\n }",
"InputReader",
"public BufferedReader br;",
"br",
"public StringTokenizer token;",
"token",
"public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }",
"InputReader",
"{\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }",
"br = new BufferedReader(new InputStreamReader(stream), 32768)",
"br",
"new BufferedReader(new InputStreamReader(stream), 32768)",
"token = null",
"token",
"null",
"InputStream stream",
"stream",
"public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }",
"sn",
"{\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }",
"while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }",
"token == null || !token.hasMoreTokens()",
"token == null",
"token",
"null",
"!token.hasMoreTokens()",
"token.hasMoreTokens()",
"token.hasMoreTokens",
"token",
"{\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }",
"try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }",
"catch (IOException e) {\n throw new RuntimeException(e);\n }",
"IOException e",
"{\n throw new RuntimeException(e);\n }",
"throw new RuntimeException(e);",
"new RuntimeException(e)",
"{\n token = new StringTokenizer(br.readLine());\n }",
"token = new StringTokenizer(br.readLine())",
"token",
"new StringTokenizer(br.readLine())",
"return token.nextToken();",
"token.nextToken()",
"token.nextToken",
"token",
"public int ni() {\n return Integer.parseInt(sn());\n }",
"ni",
"{\n return Integer.parseInt(sn());\n }",
"return Integer.parseInt(sn());",
"Integer.parseInt(sn())",
"Integer.parseInt",
"Integer",
"sn()",
"sn",
"public String snl() throws IOException {\n return br.readLine();\n }",
"snl",
"{\n return br.readLine();\n }",
"return br.readLine();",
"br.readLine()",
"br.readLine",
"br",
"public long nlo() {\n return Long.parseLong(sn());\n }",
"nlo",
"{\n return Long.parseLong(sn());\n }",
"return Long.parseLong(sn());",
"Long.parseLong(sn())",
"Long.parseLong",
"Long",
"sn()",
"sn",
"public double nd() {\n return Double.parseDouble(sn());\n }",
"nd",
"{\n return Double.parseDouble(sn());\n }",
"return Double.parseDouble(sn());",
"Double.parseDouble(sn())",
"Double.parseDouble",
"Double",
"sn()",
"sn",
"public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }",
"na",
"{\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }",
"int a[] = new int[n];",
"a",
"new int[n]",
"n",
"for (int i = 0; i < n; i++)\n a[i] = sc.ni();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"a[i] = sc.ni();",
"a[i] = sc.ni()",
"a[i]",
"a",
"i",
"sc.ni()",
"sc.ni",
"sc",
"return a;",
"a",
"int n",
"n",
"public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }",
"nal",
"{\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }",
"long a[] = new long[n];",
"a",
"new long[n]",
"n",
"for (int i = 0; i < n; i++)\n a[i] = sc.nlo();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"a[i] = sc.nlo();",
"a[i] = sc.nlo()",
"a[i]",
"a",
"i",
"sc.nlo()",
"sc.nlo",
"sc",
"return a;",
"a",
"int n",
"n",
"static class solver {\n DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");\n long max = 1000000000000000l, min = -10000000000000000l;\n long mod = (long) 1e9 + 7;\n\n long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }\n\n long add(long a, long b) {\n return (a + b) % mod;\n }\n\n long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }\n\n long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }\n\n long ncr2(long n) {\n return n * (n - 1) / 2l;\n }\n\n long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }\n\n long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }\n\n int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }\n\n final int maxn = 5005;\n\n void solve() throws IOException {\n int s=sc.ni();\n int w=sc.ni();\n if(w>=s)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n }",
"solver",
"DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");",
"df",
"new DecimalFormat(\"0.00000000000000000000\")",
"long max = 1000000000000000l",
"max",
"1000000000000000l",
"min = -10000000000000000l;",
"min",
"-10000000000000000l",
"10000000000000000l",
"long mod = (long) 1e9 + 7;",
"mod",
"(long) 1e9 + 7",
"(long) 1e9",
"7",
"final int maxn = 5005;",
"maxn",
"5005",
"long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }",
"pro",
"{\n return (a % mod * b % mod) % mod;\n }",
"return (a % mod * b % mod) % mod;",
"(a % mod * b % mod) % mod",
"(a % mod * b % mod)",
"a % mod * b",
"a % mod",
"a",
"mod",
"b",
"mod",
"mod",
"long a",
"a",
"long b",
"b",
"long add(long a, long b) {\n return (a + b) % mod;\n }",
"add",
"{\n return (a + b) % mod;\n }",
"return (a + b) % mod;",
"(a + b) % mod",
"(a + b)",
"a",
"b",
"mod",
"long a",
"a",
"long b",
"b",
"long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }",
"sub",
"{\n return ((a % mod - b % mod) + mod) % mod;\n }",
"return ((a % mod - b % mod) + mod) % mod;",
"((a % mod - b % mod) + mod) % mod",
"((a % mod - b % mod) + mod)",
"(a % mod - b % mod)",
"a % mod",
"a",
"mod",
"b % mod",
"b",
"mod",
"mod",
"mod",
"long a",
"a",
"long b",
"b",
"long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }",
"ncr3",
"{\n return (n * (n - 1) * (n - 2)) / 6l;\n }",
"return (n * (n - 1) * (n - 2)) / 6l;",
"(n * (n - 1) * (n - 2)) / 6l",
"(n * (n - 1) * (n - 2))",
"n * (n - 1) * (n - 2)",
"n",
"(n - 1)",
"n",
"1",
"(n - 2)",
"n",
"2",
"6l",
"long n",
"n",
"long ncr2(long n) {\n return n * (n - 1) / 2l;\n }",
"ncr2",
"{\n return n * (n - 1) / 2l;\n }",
"return n * (n - 1) / 2l;",
"n * (n - 1) / 2l",
"n * (n - 1)",
"n",
"(n - 1)",
"n",
"1",
"2l",
"long n",
"n",
"long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }",
"ncr",
"{\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }",
"double res = 1.0;",
"res",
"1.0",
"for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }",
"long i = n, j = r;",
"long i = n",
"i",
"n",
"j = r;",
"j",
"r",
"i > (n - r)",
"i",
"(n - r)",
"n",
"r",
"i--, j--",
"i--",
"i",
"j--",
"j",
"{\n res *= (i * 1.0) / j;\n }",
"{\n res *= (i * 1.0) / j;\n }",
"res *= (i * 1.0) / j",
"res",
"(i * 1.0) / j",
"(i * 1.0)",
"i",
"1.0",
"j",
"return (long) Math.ceil(res);",
"(long) Math.ceil(res)",
"Math.ceil",
"Math",
"res",
"long n",
"n",
"long r",
"r",
"long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }",
"modPow",
"{\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }",
"long res = 1;",
"res",
"1",
"x = x % mod",
"x",
"x % mod",
"x",
"mod",
"while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }",
"y > 0",
"y",
"0",
"{\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }",
"if (y % 2 != 0)\n res = pro(res, x);",
"y % 2 != 0",
"y % 2",
"y",
"2",
"0",
"res = pro(res, x)",
"res",
"pro(res, x)",
"pro",
"res",
"x",
"x = pro(x, x)",
"x",
"pro(x, x)",
"pro",
"x",
"x",
"y = y >> 1",
"y",
"y >> 1",
"y",
"1",
"return res;",
"res",
"long x",
"x",
"long y",
"y",
"int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }",
"gcd",
"{\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }",
"if (b == 0)\n return a;",
"b == 0",
"b",
"0",
"return a;",
"a",
"return gcd(b, a % b);",
"gcd(b, a % b)",
"gcd",
"b",
"a % b",
"a",
"b",
"int a",
"a",
"int b",
"b",
"void solve() throws IOException {\n int s=sc.ni();\n int w=sc.ni();\n if(w>=s)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }",
"solve",
"{\n int s=sc.ni();\n int w=sc.ni();\n if(w>=s)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }",
"int s=sc.ni();",
"s",
"sc.ni()",
"sc.ni",
"sc",
"int w=sc.ni();",
"w",
"sc.ni()",
"sc.ni",
"sc",
"if(w>=s)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");",
"w>=s",
"w",
"s",
"out.println(\"unsafe\")",
"out.println",
"out",
"\"unsafe\"",
"out.println(\"safe\")",
"out.println",
"out",
"\"safe\"",
"public class Main {\n\n static InputReader sc = new InputReader(System.in);\n static PrintWriter out = new PrintWriter(System.out);\n\n public static void main(String[] args) throws IOException {\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }\n\n static class InputReader {\n\n public BufferedReader br;\n public StringTokenizer token;\n\n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }\n\n public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }\n\n public int ni() {\n return Integer.parseInt(sn());\n }\n\n public String snl() throws IOException {\n return br.readLine();\n }\n\n public long nlo() {\n return Long.parseLong(sn());\n }\n\n public double nd() {\n return Double.parseDouble(sn());\n }\n\n public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }\n\n public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }\n }\n\n static int inf = 5000013;\n\n static class solver {\n DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");\n long max = 1000000000000000l, min = -10000000000000000l;\n long mod = (long) 1e9 + 7;\n\n long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }\n\n long add(long a, long b) {\n return (a + b) % mod;\n }\n\n long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }\n\n long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }\n\n long ncr2(long n) {\n return n * (n - 1) / 2l;\n }\n\n long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }\n\n long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }\n\n int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }\n\n final int maxn = 5005;\n\n void solve() throws IOException {\n int s=sc.ni();\n int w=sc.ni();\n if(w>=s)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n }\n}",
"public class Main {\n\n static InputReader sc = new InputReader(System.in);\n static PrintWriter out = new PrintWriter(System.out);\n\n public static void main(String[] args) throws IOException {\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }\n\n static class InputReader {\n\n public BufferedReader br;\n public StringTokenizer token;\n\n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }\n\n public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }\n\n public int ni() {\n return Integer.parseInt(sn());\n }\n\n public String snl() throws IOException {\n return br.readLine();\n }\n\n public long nlo() {\n return Long.parseLong(sn());\n }\n\n public double nd() {\n return Double.parseDouble(sn());\n }\n\n public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }\n\n public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }\n }\n\n static int inf = 5000013;\n\n static class solver {\n DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");\n long max = 1000000000000000l, min = -10000000000000000l;\n long mod = (long) 1e9 + 7;\n\n long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }\n\n long add(long a, long b) {\n return (a + b) % mod;\n }\n\n long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }\n\n long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }\n\n long ncr2(long n) {\n return n * (n - 1) / 2l;\n }\n\n long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }\n\n long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }\n\n int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }\n\n final int maxn = 5005;\n\n void solve() throws IOException {\n int s=sc.ni();\n int w=sc.ni();\n if(w>=s)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n }\n}",
"Main"
] |
import java.io.*;
import java.text.*;
import java.util.*;
public class Main {
static InputReader sc = new InputReader(System.in);
static PrintWriter out = new PrintWriter(System.out);
public static void main(String[] args) throws IOException {
solver s = new solver();
int t = 1;
while (t > 0) {
s.solve();
t--;
}
out.close();
}
static class InputReader {
public BufferedReader br;
public StringTokenizer token;
public InputReader(InputStream stream) {
br = new BufferedReader(new InputStreamReader(stream), 32768);
token = null;
}
public String sn() {
while (token == null || !token.hasMoreTokens()) {
try {
token = new StringTokenizer(br.readLine());
} catch (IOException e) {
throw new RuntimeException(e);
}
}
return token.nextToken();
}
public int ni() {
return Integer.parseInt(sn());
}
public String snl() throws IOException {
return br.readLine();
}
public long nlo() {
return Long.parseLong(sn());
}
public double nd() {
return Double.parseDouble(sn());
}
public int[] na(int n) {
int a[] = new int[n];
for (int i = 0; i < n; i++)
a[i] = sc.ni();
return a;
}
public long[] nal(int n) {
long a[] = new long[n];
for (int i = 0; i < n; i++)
a[i] = sc.nlo();
return a;
}
}
static int inf = 5000013;
static class solver {
DecimalFormat df = new DecimalFormat("0.00000000000000000000");
long max = 1000000000000000l, min = -10000000000000000l;
long mod = (long) 1e9 + 7;
long pro(long a, long b) {
return (a % mod * b % mod) % mod;
}
long add(long a, long b) {
return (a + b) % mod;
}
long sub(long a, long b) {
return ((a % mod - b % mod) + mod) % mod;
}
long ncr3(long n) {
return (n * (n - 1) * (n - 2)) / 6l;
}
long ncr2(long n) {
return n * (n - 1) / 2l;
}
long ncr(long n, long r) {
double res = 1.0;
for (long i = n, j = r; i > (n - r); i--, j--) {
res *= (i * 1.0) / j;
}
return (long) Math.ceil(res);
}
long modPow(long x, long y) {
long res = 1;
x = x % mod;
while (y > 0) {
if (y % 2 != 0)
res = pro(res, x);
x = pro(x, x);
y = y >> 1;
}
return res;
}
int gcd(int a, int b) {
if (b == 0)
return a;
return gcd(b, a % b);
}
final int maxn = 5005;
void solve() throws IOException {
int s=sc.ni();
int w=sc.ni();
if(w>=s)
out.println("unsafe");
else
out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
4,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
14,
2,
13,
13,
0,
13,
17,
0,
13,
17,
4,
18,
18,
13,
13,
13,
6,
13,
41,
13,
41,
13,
20,
17,
41,
13,
17,
41,
13,
17,
12,
13,
30,
0,
13,
13,
23,
13,
12,
13,
30,
14,
2,
13,
13,
30,
29,
17,
30,
0,
13,
17,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
13,
14,
2,
13,
17,
30,
29,
17,
29,
17,
12,
13,
30,
14,
4,
13,
29,
18,
13,
40,
13,
29,
40,
17,
12,
13,
30,
29,
2,
2,
17,
13,
2,
13,
17,
23,
13,
12,
13,
30,
42,
2,
4,
13,
40,
4,
13,
18,
13,
13,
40,
13,
29,
4,
13,
12,
13,
30,
14,
40,
4,
13,
37,
20,
41,
13,
20,
41,
13,
4,
13,
42,
4,
13,
13,
30,
4,
18,
13,
13,
0,
13,
4,
13,
29,
4,
18,
13,
12,
13,
30,
14,
40,
4,
13,
37,
20,
41,
13,
17,
41,
13,
17,
41,
13,
4,
13,
14,
2,
13,
17,
30,
0,
13,
17,
0,
13,
4,
13,
14,
2,
2,
13,
17,
2,
17,
13,
30,
37,
20,
42,
17,
30,
14,
2,
2,
17,
13,
2,
13,
17,
30,
0,
13,
17,
0,
13,
2,
13,
17,
14,
2,
2,
13,
40,
17,
40,
4,
13,
13,
30,
29,
8,
13,
40,
13,
13,
30,
37,
20,
0,
13,
4,
13,
12,
13,
30,
41,
13,
4,
13,
14,
2,
2,
13,
18,
13,
13,
2,
13,
18,
13,
13,
37,
20,
29,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
19,
20
],
[
19,
21
],
[
0,
22
],
[
22,
23
],
[
22,
24
],
[
0,
25
],
[
25,
26
],
[
25,
27
],
[
0,
28
],
[
28,
29
],
[
28,
30
],
[
0,
31
],
[
31,
32
],
[
31,
33
],
[
0,
34
],
[
34,
35
],
[
34,
36
],
[
0,
37
],
[
37,
38
],
[
37,
39
],
[
0,
40
],
[
40,
41
],
[
40,
42
],
[
0,
43
],
[
43,
44
],
[
43,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
],
[
0,
49
],
[
49,
50
],
[
49,
51
],
[
0,
52
],
[
52,
53
],
[
52,
54
],
[
0,
55
],
[
357,
56
],
[
357,
57
],
[
57,
58
],
[
57,
59
],
[
357,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
60,
65
],
[
65,
66
],
[
357,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
69,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
69,
83
],
[
83,
84
],
[
69,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
85,
92
],
[
92,
93
],
[
92,
94
],
[
69,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
357,
101
],
[
101,
102
],
[
101,
103
],
[
103,
104
],
[
101,
105
],
[
105,
106
],
[
105,
107
],
[
101,
109
],
[
109,
110
],
[
109,
111
],
[
101,
112
],
[
112,
113
],
[
112,
114
],
[
101,
115
],
[
115,
116
],
[
115,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
115,
121
],
[
121,
122
],
[
101,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
126,
130
],
[
130,
131
],
[
131,
132
],
[
126,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
137,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
147,
148
],
[
148,
149
],
[
147,
150
],
[
133,
151
],
[
151,
152
],
[
152,
153
],
[
152,
154
],
[
151,
155
],
[
155,
156
],
[
156,
157
],
[
125,
158
],
[
158,
159
],
[
101,
160
],
[
160,
161
],
[
160,
162
],
[
162,
163
],
[
163,
164
],
[
164,
165
],
[
163,
166
],
[
166,
167
],
[
167,
168
],
[
167,
169
],
[
169,
170
],
[
163,
171
],
[
171,
172
],
[
172,
173
],
[
101,
174
],
[
174,
175
],
[
174,
176
],
[
176,
177
],
[
177,
178
],
[
178,
179
],
[
179,
180
],
[
179,
181
],
[
178,
182
],
[
182,
183
],
[
182,
184
],
[
174,
185
],
[
185,
186
],
[
101,
187
],
[
187,
188
],
[
187,
189
],
[
189,
190
],
[
190,
191
],
[
191,
192
],
[
192,
193
],
[
191,
194
],
[
194,
195
],
[
195,
196
],
[
195,
197
],
[
197,
198
],
[
197,
199
],
[
190,
200
],
[
200,
201
],
[
189,
202
],
[
202,
203
],
[
203,
204
],
[
101,
205
],
[
205,
206
],
[
205,
207
],
[
207,
208
],
[
208,
209
],
[
209,
210
],
[
210,
211
],
[
208,
212
],
[
212,
213
],
[
207,
214
],
[
214,
215
],
[
214,
216
],
[
207,
217
],
[
217,
218
],
[
217,
219
],
[
219,
220
],
[
207,
221
],
[
221,
222
],
[
222,
223
],
[
222,
224
],
[
221,
225
],
[
225,
226
],
[
226,
227
],
[
227,
228
],
[
226,
229
],
[
225,
230
],
[
230,
231
],
[
230,
232
],
[
232,
233
],
[
207,
234
],
[
234,
235
],
[
235,
236
],
[
236,
237
],
[
101,
238
],
[
238,
239
],
[
238,
240
],
[
240,
241
],
[
241,
242
],
[
242,
243
],
[
243,
244
],
[
241,
245
],
[
245,
246
],
[
240,
247
],
[
247,
248
],
[
247,
249
],
[
240,
250
],
[
250,
251
],
[
250,
252
],
[
240,
253
],
[
253,
254
],
[
253,
255
],
[
255,
256
],
[
240,
257
],
[
257,
258
],
[
258,
259
],
[
258,
260
],
[
257,
261
],
[
261,
262
],
[
262,
263
],
[
262,
264
],
[
261,
265
],
[
265,
266
],
[
265,
267
],
[
267,
268
],
[
240,
269
],
[
269,
270
],
[
270,
271
],
[
271,
272
],
[
271,
273
],
[
270,
274
],
[
274,
275
],
[
274,
276
],
[
269,
277
],
[
277,
278
],
[
278,
279
],
[
240,
280
],
[
280,
281
],
[
280,
282
],
[
282,
283
],
[
283,
284
],
[
284,
285
],
[
285,
286
],
[
285,
287
],
[
284,
288
],
[
288,
289
],
[
288,
290
],
[
283,
291
],
[
291,
292
],
[
292,
293
],
[
292,
294
],
[
291,
295
],
[
295,
296
],
[
295,
297
],
[
297,
298
],
[
297,
299
],
[
283,
300
],
[
300,
301
],
[
301,
302
],
[
302,
303
],
[
302,
304
],
[
304,
305
],
[
301,
306
],
[
306,
307
],
[
307,
308
],
[
307,
309
],
[
300,
310
],
[
310,
311
],
[
311,
312
],
[
312,
313
],
[
312,
314
],
[
314,
315
],
[
312,
316
],
[
300,
317
],
[
317,
318
],
[
318,
319
],
[
282,
320
],
[
320,
321
],
[
320,
322
],
[
322,
323
],
[
101,
324
],
[
324,
325
],
[
324,
326
],
[
326,
327
],
[
327,
328
],
[
327,
329
],
[
329,
330
],
[
326,
331
],
[
331,
332
],
[
332,
333
],
[
333,
334
],
[
333,
335
],
[
335,
336
],
[
335,
337
],
[
332,
338
],
[
338,
339
],
[
338,
340
],
[
340,
341
],
[
340,
342
],
[
331,
343
],
[
343,
344
],
[
326,
345
],
[
345,
346
],
[
101,
347
],
[
347,
348
],
[
347,
349
],
[
349,
350
],
[
350,
351
],
[
351,
352
],
[
352,
353
],
[
351,
354
],
[
354,
355
],
[
0,
356
],
[
356,
357
],
[
356,
358
]
] |
[
"import java.io.IOException;\nimport java.io.InputStream;\nimport java.math.BigInteger;\nimport java.util.ArrayDeque;\nimport java.util.ArrayList;\nimport java.util.Arrays;\nimport java.util.Collections;\nimport java.util.Comparator;\nimport java.util.HashMap;\nimport java.util.HashSet;\nimport java.util.List;\nimport java.util.Map;\nimport java.util.Map.Entry;\nimport java.util.NoSuchElementException;\nimport java.util.PriorityQueue;\nimport java.util.Queue;\nimport java.util.Scanner;\nimport java.util.Set;\n\npublic class Main {\n\n\tstatic Scanner sc = new Scanner(System.in);\n\n\tstatic class FastScanner {\n\t\tprivate final InputStream in;\n\t\tprivate final byte[] buffer = new byte[1024];\n\t\tprivate int ptr = 0;\n\t\tprivate int buflen = 0;\n\n\t\tpublic FastScanner(InputStream source) {\n\t\t\tin = source;\n\t\t}\n\n\t\tprivate boolean hasNextByte() {\n\t\t\tif (ptr < buflen) {\n\t\t\t\treturn true;\n\t\t\t} else {\n\t\t\t\tptr = 0;\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t\tif (buflen <= 0) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t}\n\n\t\tprivate int readByte() {\n\t\t\tif (hasNextByte()) return buffer[ptr++];\n\t\t\telse return -1;\n\t\t}\n\n\t\tprivate static boolean isPrintableChar(int c) {\n\t\t\treturn 33 <= c && c <= 126;\n\t\t}\n\n\t\tpublic boolean hasNext() {\n\t\t\twhile (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n\t\t\treturn hasNextByte();\n\t\t}\n\n\t\tpublic String next() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tint b = readByte();\n\t\t\twhile (isPrintableChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}\n\n\t\tpublic long nextLong() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tlong n = 0;\n\t\t\tboolean minus = false;\n\t\t\tint b = readByte();\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\tif (b < '0' || '9' < b) {\n\t\t\t\tthrow new NumberFormatException();\n\t\t\t}\n\t\t\twhile (true) {\n\t\t\t\tif ('0' <= b && b <= '9') {\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t} else if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\tlong nl = nextLong();\n\t\t\tif (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n\t\t\t\tthrow new NumberFormatException();\n\t\t\treturn (int) nl;\n\t\t}\n\n\t\tpublic double nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t}\n\n\tpublic static void main(String[] args){\n\n\t\tsolve_abc164_a();\n\t}\n \n \n \tpublic static void solve_abc164_a(){\n\n\t\tFastScanner sc = new FastScanner(System.in);\n\t\t\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\t\n\t\tString st;\n\t\t\n\t\tif(w >= s) st = \"unsafe\";\n\t\telse st = \"safe\";\n\t\t\n\t\tSystem.out.println(st);\n\t\t\n\n\t}\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.math.BigInteger;",
"BigInteger",
"java.math",
"import java.util.ArrayDeque;",
"ArrayDeque",
"java.util",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.Comparator;",
"Comparator",
"java.util",
"import java.util.HashMap;",
"HashMap",
"java.util",
"import java.util.HashSet;",
"HashSet",
"java.util",
"import java.util.List;",
"List",
"java.util",
"import java.util.Map;",
"Map",
"java.util",
"import java.util.Map.Entry;",
"Entry",
"java.util.Map",
"import java.util.NoSuchElementException;",
"NoSuchElementException",
"java.util",
"import java.util.PriorityQueue;",
"PriorityQueue",
"java.util",
"import java.util.Queue;",
"Queue",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Set;",
"Set",
"java.util",
"public class Main {\n\n\tstatic Scanner sc = new Scanner(System.in);\n\n\tstatic class FastScanner {\n\t\tprivate final InputStream in;\n\t\tprivate final byte[] buffer = new byte[1024];\n\t\tprivate int ptr = 0;\n\t\tprivate int buflen = 0;\n\n\t\tpublic FastScanner(InputStream source) {\n\t\t\tin = source;\n\t\t}\n\n\t\tprivate boolean hasNextByte() {\n\t\t\tif (ptr < buflen) {\n\t\t\t\treturn true;\n\t\t\t} else {\n\t\t\t\tptr = 0;\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t\tif (buflen <= 0) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t}\n\n\t\tprivate int readByte() {\n\t\t\tif (hasNextByte()) return buffer[ptr++];\n\t\t\telse return -1;\n\t\t}\n\n\t\tprivate static boolean isPrintableChar(int c) {\n\t\t\treturn 33 <= c && c <= 126;\n\t\t}\n\n\t\tpublic boolean hasNext() {\n\t\t\twhile (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n\t\t\treturn hasNextByte();\n\t\t}\n\n\t\tpublic String next() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tint b = readByte();\n\t\t\twhile (isPrintableChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}\n\n\t\tpublic long nextLong() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tlong n = 0;\n\t\t\tboolean minus = false;\n\t\t\tint b = readByte();\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\tif (b < '0' || '9' < b) {\n\t\t\t\tthrow new NumberFormatException();\n\t\t\t}\n\t\t\twhile (true) {\n\t\t\t\tif ('0' <= b && b <= '9') {\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t} else if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\tlong nl = nextLong();\n\t\t\tif (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n\t\t\t\tthrow new NumberFormatException();\n\t\t\treturn (int) nl;\n\t\t}\n\n\t\tpublic double nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t}\n\n\tpublic static void main(String[] args){\n\n\t\tsolve_abc164_a();\n\t}\n \n \n \tpublic static void solve_abc164_a(){\n\n\t\tFastScanner sc = new FastScanner(System.in);\n\t\t\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\t\n\t\tString st;\n\t\t\n\t\tif(w >= s) st = \"unsafe\";\n\t\telse st = \"safe\";\n\t\t\n\t\tSystem.out.println(st);\n\t\t\n\n\t}\n}",
"Main",
"static Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"public static void main(String[] args){\n\n\t\tsolve_abc164_a();\n\t}",
"main",
"{\n\n\t\tsolve_abc164_a();\n\t}",
"solve_abc164_a()",
"solve_abc164_a",
"String[] args",
"args",
"public static void solve_abc164_a(){\n\n\t\tFastScanner sc = new FastScanner(System.in);\n\t\t\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\t\n\t\tString st;\n\t\t\n\t\tif(w >= s) st = \"unsafe\";\n\t\telse st = \"safe\";\n\t\t\n\t\tSystem.out.println(st);\n\t\t\n\n\t}",
"solve_abc164_a",
"{\n\n\t\tFastScanner sc = new FastScanner(System.in);\n\t\t\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\t\n\t\tString st;\n\t\t\n\t\tif(w >= s) st = \"unsafe\";\n\t\telse st = \"safe\";\n\t\t\n\t\tSystem.out.println(st);\n\t\t\n\n\t}",
"FastScanner sc = new FastScanner(System.in);",
"sc",
"new FastScanner(System.in)",
"int s = sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"String st;",
"st",
"if(w >= s) st = \"unsafe\";\n\t\telse st = \"safe\";",
"w >= s",
"w",
"s",
"st = \"unsafe\"",
"st",
"\"unsafe\"",
"st = \"safe\"",
"st",
"\"safe\"",
"System.out.println(st)",
"System.out.println",
"System.out",
"System",
"System.out",
"st",
"static class FastScanner {\n\t\tprivate final InputStream in;\n\t\tprivate final byte[] buffer = new byte[1024];\n\t\tprivate int ptr = 0;\n\t\tprivate int buflen = 0;\n\n\t\tpublic FastScanner(InputStream source) {\n\t\t\tin = source;\n\t\t}\n\n\t\tprivate boolean hasNextByte() {\n\t\t\tif (ptr < buflen) {\n\t\t\t\treturn true;\n\t\t\t} else {\n\t\t\t\tptr = 0;\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t\tif (buflen <= 0) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t}\n\n\t\tprivate int readByte() {\n\t\t\tif (hasNextByte()) return buffer[ptr++];\n\t\t\telse return -1;\n\t\t}\n\n\t\tprivate static boolean isPrintableChar(int c) {\n\t\t\treturn 33 <= c && c <= 126;\n\t\t}\n\n\t\tpublic boolean hasNext() {\n\t\t\twhile (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n\t\t\treturn hasNextByte();\n\t\t}\n\n\t\tpublic String next() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tint b = readByte();\n\t\t\twhile (isPrintableChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}\n\n\t\tpublic long nextLong() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tlong n = 0;\n\t\t\tboolean minus = false;\n\t\t\tint b = readByte();\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\tif (b < '0' || '9' < b) {\n\t\t\t\tthrow new NumberFormatException();\n\t\t\t}\n\t\t\twhile (true) {\n\t\t\t\tif ('0' <= b && b <= '9') {\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t} else if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\tlong nl = nextLong();\n\t\t\tif (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n\t\t\t\tthrow new NumberFormatException();\n\t\t\treturn (int) nl;\n\t\t}\n\n\t\tpublic double nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t}",
"FastScanner",
"private final InputStream in;",
"in",
"private final byte[] buffer = new byte[1024];",
"buffer",
"new byte[1024]",
"1024",
"private int ptr = 0;",
"ptr",
"0",
"private int buflen = 0;",
"buflen",
"0",
"public FastScanner(InputStream source) {\n\t\t\tin = source;\n\t\t}",
"FastScanner",
"{\n\t\t\tin = source;\n\t\t}",
"in = source",
"in",
"source",
"InputStream source",
"source",
"private boolean hasNextByte() {\n\t\t\tif (ptr < buflen) {\n\t\t\t\treturn true;\n\t\t\t} else {\n\t\t\t\tptr = 0;\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t\tif (buflen <= 0) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t}",
"hasNextByte",
"{\n\t\t\tif (ptr < buflen) {\n\t\t\t\treturn true;\n\t\t\t} else {\n\t\t\t\tptr = 0;\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t\tif (buflen <= 0) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t}",
"if (ptr < buflen) {\n\t\t\t\treturn true;\n\t\t\t} else {\n\t\t\t\tptr = 0;\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t\tif (buflen <= 0) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}",
"ptr < buflen",
"ptr",
"buflen",
"{\n\t\t\t\treturn true;\n\t\t\t}",
"return true;",
"true",
"{\n\t\t\t\tptr = 0;\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t\tif (buflen <= 0) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}",
"ptr = 0",
"ptr",
"0",
"try {\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"IOException e",
"{\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t}",
"buflen = in.read(buffer)",
"buflen",
"in.read(buffer)",
"in.read",
"in",
"buffer",
"if (buflen <= 0) {\n\t\t\t\t\treturn false;\n\t\t\t\t}",
"buflen <= 0",
"buflen",
"0",
"{\n\t\t\t\t\treturn false;\n\t\t\t\t}",
"return false;",
"false",
"return true;",
"true",
"private int readByte() {\n\t\t\tif (hasNextByte()) return buffer[ptr++];\n\t\t\telse return -1;\n\t\t}",
"readByte",
"{\n\t\t\tif (hasNextByte()) return buffer[ptr++];\n\t\t\telse return -1;\n\t\t}",
"if (hasNextByte()) return buffer[ptr++];\n\t\t\telse return -1;",
"hasNextByte()",
"hasNextByte",
"return buffer[ptr++];",
"buffer[ptr++]",
"buffer",
"ptr++",
"ptr",
"return -1;",
"-1",
"1",
"private static boolean isPrintableChar(int c) {\n\t\t\treturn 33 <= c && c <= 126;\n\t\t}",
"isPrintableChar",
"{\n\t\t\treturn 33 <= c && c <= 126;\n\t\t}",
"return 33 <= c && c <= 126;",
"33 <= c && c <= 126",
"33 <= c",
"33",
"c",
"c <= 126",
"c",
"126",
"int c",
"c",
"public boolean hasNext() {\n\t\t\twhile (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n\t\t\treturn hasNextByte();\n\t\t}",
"hasNext",
"{\n\t\t\twhile (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n\t\t\treturn hasNextByte();\n\t\t}",
"while (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;",
"hasNextByte() && !isPrintableChar(buffer[ptr])",
"hasNextByte()",
"hasNextByte",
"!isPrintableChar(buffer[ptr])",
"isPrintableChar(buffer[ptr])",
"isPrintableChar",
"buffer[ptr]",
"buffer",
"ptr",
"ptr++",
"ptr",
"return hasNextByte();",
"hasNextByte()",
"hasNextByte",
"public String next() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tint b = readByte();\n\t\t\twhile (isPrintableChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}",
"next",
"{\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tint b = readByte();\n\t\t\twhile (isPrintableChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}",
"if (!hasNext()) throw new NoSuchElementException();",
"!hasNext()",
"hasNext()",
"hasNext",
"throw new NoSuchElementException();",
"new NoSuchElementException()",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"int b = readByte();",
"b",
"readByte()",
"readByte",
"while (isPrintableChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}",
"isPrintableChar(b)",
"isPrintableChar",
"b",
"{\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}",
"sb.appendCodePoint(b)",
"sb.appendCodePoint",
"sb",
"b",
"b = readByte()",
"b",
"readByte()",
"readByte",
"return sb.toString();",
"sb.toString()",
"sb.toString",
"sb",
"public long nextLong() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tlong n = 0;\n\t\t\tboolean minus = false;\n\t\t\tint b = readByte();\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\tif (b < '0' || '9' < b) {\n\t\t\t\tthrow new NumberFormatException();\n\t\t\t}\n\t\t\twhile (true) {\n\t\t\t\tif ('0' <= b && b <= '9') {\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t} else if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t}",
"nextLong",
"{\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tlong n = 0;\n\t\t\tboolean minus = false;\n\t\t\tint b = readByte();\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\tif (b < '0' || '9' < b) {\n\t\t\t\tthrow new NumberFormatException();\n\t\t\t}\n\t\t\twhile (true) {\n\t\t\t\tif ('0' <= b && b <= '9') {\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t} else if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t}",
"if (!hasNext()) throw new NoSuchElementException();",
"!hasNext()",
"hasNext()",
"hasNext",
"throw new NoSuchElementException();",
"new NoSuchElementException()",
"long n = 0;",
"n",
"0",
"boolean minus = false;",
"minus",
"false",
"int b = readByte();",
"b",
"readByte()",
"readByte",
"if (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}",
"b == '-'",
"b",
"'-'",
"{\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}",
"minus = true",
"minus",
"true",
"b = readByte()",
"b",
"readByte()",
"readByte",
"if (b < '0' || '9' < b) {\n\t\t\t\tthrow new NumberFormatException();\n\t\t\t}",
"b < '0' || '9' < b",
"b < '0'",
"b",
"'0'",
"'9' < b",
"'9'",
"b",
"{\n\t\t\t\tthrow new NumberFormatException();\n\t\t\t}",
"throw new NumberFormatException();",
"new NumberFormatException()",
"while (true) {\n\t\t\t\tif ('0' <= b && b <= '9') {\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t} else if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}\n\t\t\t\tb = readByte();\n\t\t\t}",
"true",
"{\n\t\t\t\tif ('0' <= b && b <= '9') {\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t} else if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}\n\t\t\t\tb = readByte();\n\t\t\t}",
"if ('0' <= b && b <= '9') {\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t} else if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}",
"'0' <= b && b <= '9'",
"'0' <= b",
"'0'",
"b",
"b <= '9'",
"b",
"'9'",
"{\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t}",
"n *= 10",
"n",
"10",
"n += b - '0'",
"n",
"b - '0'",
"b",
"'0'",
"if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}",
"b == -1 || !isPrintableChar(b)",
"b == -1",
"b",
"-1",
"1",
"!isPrintableChar(b)",
"isPrintableChar(b)",
"isPrintableChar",
"b",
"{\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t}",
"return minus ? -n : n;",
"minus ? -n : n",
"minus",
"-n",
"n",
"n",
"{\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}",
"throw new NumberFormatException();",
"new NumberFormatException()",
"b = readByte()",
"b",
"readByte()",
"readByte",
"public int nextInt() {\n\t\t\tlong nl = nextLong();\n\t\t\tif (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n\t\t\t\tthrow new NumberFormatException();\n\t\t\treturn (int) nl;\n\t\t}",
"nextInt",
"{\n\t\t\tlong nl = nextLong();\n\t\t\tif (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n\t\t\t\tthrow new NumberFormatException();\n\t\t\treturn (int) nl;\n\t\t}",
"long nl = nextLong();",
"nl",
"nextLong()",
"nextLong",
"if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n\t\t\t\tthrow new NumberFormatException();",
"nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE",
"nl < Integer.MIN_VALUE",
"nl",
"Integer.MIN_VALUE",
"Integer",
"Integer.MIN_VALUE",
"nl > Integer.MAX_VALUE",
"nl",
"Integer.MAX_VALUE",
"Integer",
"Integer.MAX_VALUE",
"throw new NumberFormatException();",
"new NumberFormatException()",
"return (int) nl;",
"(int) nl",
"public double nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}",
"nextDouble",
"{\n\t\t\treturn Double.parseDouble(next());\n\t\t}",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"public class Main {\n\n\tstatic Scanner sc = new Scanner(System.in);\n\n\tstatic class FastScanner {\n\t\tprivate final InputStream in;\n\t\tprivate final byte[] buffer = new byte[1024];\n\t\tprivate int ptr = 0;\n\t\tprivate int buflen = 0;\n\n\t\tpublic FastScanner(InputStream source) {\n\t\t\tin = source;\n\t\t}\n\n\t\tprivate boolean hasNextByte() {\n\t\t\tif (ptr < buflen) {\n\t\t\t\treturn true;\n\t\t\t} else {\n\t\t\t\tptr = 0;\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t\tif (buflen <= 0) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t}\n\n\t\tprivate int readByte() {\n\t\t\tif (hasNextByte()) return buffer[ptr++];\n\t\t\telse return -1;\n\t\t}\n\n\t\tprivate static boolean isPrintableChar(int c) {\n\t\t\treturn 33 <= c && c <= 126;\n\t\t}\n\n\t\tpublic boolean hasNext() {\n\t\t\twhile (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n\t\t\treturn hasNextByte();\n\t\t}\n\n\t\tpublic String next() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tint b = readByte();\n\t\t\twhile (isPrintableChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}\n\n\t\tpublic long nextLong() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tlong n = 0;\n\t\t\tboolean minus = false;\n\t\t\tint b = readByte();\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\tif (b < '0' || '9' < b) {\n\t\t\t\tthrow new NumberFormatException();\n\t\t\t}\n\t\t\twhile (true) {\n\t\t\t\tif ('0' <= b && b <= '9') {\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t} else if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\tlong nl = nextLong();\n\t\t\tif (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n\t\t\t\tthrow new NumberFormatException();\n\t\t\treturn (int) nl;\n\t\t}\n\n\t\tpublic double nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t}\n\n\tpublic static void main(String[] args){\n\n\t\tsolve_abc164_a();\n\t}\n \n \n \tpublic static void solve_abc164_a(){\n\n\t\tFastScanner sc = new FastScanner(System.in);\n\t\t\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\t\n\t\tString st;\n\t\t\n\t\tif(w >= s) st = \"unsafe\";\n\t\telse st = \"safe\";\n\t\t\n\t\tSystem.out.println(st);\n\t\t\n\n\t}\n}",
"public class Main {\n\n\tstatic Scanner sc = new Scanner(System.in);\n\n\tstatic class FastScanner {\n\t\tprivate final InputStream in;\n\t\tprivate final byte[] buffer = new byte[1024];\n\t\tprivate int ptr = 0;\n\t\tprivate int buflen = 0;\n\n\t\tpublic FastScanner(InputStream source) {\n\t\t\tin = source;\n\t\t}\n\n\t\tprivate boolean hasNextByte() {\n\t\t\tif (ptr < buflen) {\n\t\t\t\treturn true;\n\t\t\t} else {\n\t\t\t\tptr = 0;\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = in.read(buffer);\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t\tif (buflen <= 0) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true;\n\t\t}\n\n\t\tprivate int readByte() {\n\t\t\tif (hasNextByte()) return buffer[ptr++];\n\t\t\telse return -1;\n\t\t}\n\n\t\tprivate static boolean isPrintableChar(int c) {\n\t\t\treturn 33 <= c && c <= 126;\n\t\t}\n\n\t\tpublic boolean hasNext() {\n\t\t\twhile (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n\t\t\treturn hasNextByte();\n\t\t}\n\n\t\tpublic String next() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tint b = readByte();\n\t\t\twhile (isPrintableChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}\n\n\t\tpublic long nextLong() {\n\t\t\tif (!hasNext()) throw new NoSuchElementException();\n\t\t\tlong n = 0;\n\t\t\tboolean minus = false;\n\t\t\tint b = readByte();\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\tif (b < '0' || '9' < b) {\n\t\t\t\tthrow new NumberFormatException();\n\t\t\t}\n\t\t\twhile (true) {\n\t\t\t\tif ('0' <= b && b <= '9') {\n\t\t\t\t\tn *= 10;\n\t\t\t\t\tn += b - '0';\n\t\t\t\t} else if (b == -1 || !isPrintableChar(b)) {\n\t\t\t\t\treturn minus ? -n : n;\n\t\t\t\t} else {\n\t\t\t\t\tthrow new NumberFormatException();\n\t\t\t\t}\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\tlong nl = nextLong();\n\t\t\tif (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n\t\t\t\tthrow new NumberFormatException();\n\t\t\treturn (int) nl;\n\t\t}\n\n\t\tpublic double nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t}\n\n\tpublic static void main(String[] args){\n\n\t\tsolve_abc164_a();\n\t}\n \n \n \tpublic static void solve_abc164_a(){\n\n\t\tFastScanner sc = new FastScanner(System.in);\n\t\t\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\t\n\t\tString st;\n\t\t\n\t\tif(w >= s) st = \"unsafe\";\n\t\telse st = \"safe\";\n\t\t\n\t\tSystem.out.println(st);\n\t\t\n\n\t}\n}",
"Main"
] |
import java.io.IOException;
import java.io.InputStream;
import java.math.BigInteger;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.NoSuchElementException;
import java.util.PriorityQueue;
import java.util.Queue;
import java.util.Scanner;
import java.util.Set;
public class Main {
static Scanner sc = new Scanner(System.in);
static class FastScanner {
private final InputStream in;
private final byte[] buffer = new byte[1024];
private int ptr = 0;
private int buflen = 0;
public FastScanner(InputStream source) {
in = source;
}
private boolean hasNextByte() {
if (ptr < buflen) {
return true;
} else {
ptr = 0;
try {
buflen = in.read(buffer);
} catch (IOException e) {
e.printStackTrace();
}
if (buflen <= 0) {
return false;
}
}
return true;
}
private int readByte() {
if (hasNextByte()) return buffer[ptr++];
else return -1;
}
private static boolean isPrintableChar(int c) {
return 33 <= c && c <= 126;
}
public boolean hasNext() {
while (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;
return hasNextByte();
}
public String next() {
if (!hasNext()) throw new NoSuchElementException();
StringBuilder sb = new StringBuilder();
int b = readByte();
while (isPrintableChar(b)) {
sb.appendCodePoint(b);
b = readByte();
}
return sb.toString();
}
public long nextLong() {
if (!hasNext()) throw new NoSuchElementException();
long n = 0;
boolean minus = false;
int b = readByte();
if (b == '-') {
minus = true;
b = readByte();
}
if (b < '0' || '9' < b) {
throw new NumberFormatException();
}
while (true) {
if ('0' <= b && b <= '9') {
n *= 10;
n += b - '0';
} else if (b == -1 || !isPrintableChar(b)) {
return minus ? -n : n;
} else {
throw new NumberFormatException();
}
b = readByte();
}
}
public int nextInt() {
long nl = nextLong();
if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)
throw new NumberFormatException();
return (int) nl;
}
public double nextDouble() {
return Double.parseDouble(next());
}
}
public static void main(String[] args){
solve_abc164_a();
}
public static void solve_abc164_a(){
FastScanner sc = new FastScanner(System.in);
int s = sc.nextInt();
int w = sc.nextInt();
String st;
if(w >= s) st = "unsafe";
else st = "safe";
System.out.println(st);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
66,
11
],
[
66,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
14,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
14,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
42,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
14,
60
],
[
60,
61
],
[
61,
62
],
[
12,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] |
[
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st = r.readLine().split(\" \");\n\n\t\tint s = Integer.parseInt(st[0]);\n\t\tint w = Integer.parseInt(st[1]);\n\n\t\tif (s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tr.close();\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st = r.readLine().split(\" \");\n\n\t\tint s = Integer.parseInt(st[0]);\n\t\tint w = Integer.parseInt(st[1]);\n\n\t\tif (s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tr.close();\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st = r.readLine().split(\" \");\n\n\t\tint s = Integer.parseInt(st[0]);\n\t\tint w = Integer.parseInt(st[1]);\n\n\t\tif (s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tr.close();\n\t}",
"main",
"{\n\t\tBufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st = r.readLine().split(\" \");\n\n\t\tint s = Integer.parseInt(st[0]);\n\t\tint w = Integer.parseInt(st[1]);\n\n\t\tif (s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tr.close();\n\t}",
"BufferedReader r = new BufferedReader(new InputStreamReader(System.in));",
"r",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] st = r.readLine().split(\" \");",
"st",
"r.readLine().split(\" \")",
"r.readLine().split",
"r.readLine()",
"r.readLine",
"r",
"\" \"",
"int s = Integer.parseInt(st[0]);",
"s",
"Integer.parseInt(st[0])",
"Integer.parseInt",
"Integer",
"st[0]",
"st",
"0",
"int w = Integer.parseInt(st[1]);",
"w",
"Integer.parseInt(st[1])",
"Integer.parseInt",
"Integer",
"st[1]",
"st",
"1",
"if (s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"s <= w",
"s",
"w",
"{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"r.close()",
"r.close",
"r",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st = r.readLine().split(\" \");\n\n\t\tint s = Integer.parseInt(st[0]);\n\t\tint w = Integer.parseInt(st[1]);\n\n\t\tif (s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tr.close();\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader r = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st = r.readLine().split(\" \");\n\n\t\tint s = Integer.parseInt(st[0]);\n\t\tint w = Integer.parseInt(st[1]);\n\n\t\tif (s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t} else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tr.close();\n\t}\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader r = new BufferedReader(new InputStreamReader(System.in));
String[] st = r.readLine().split(" ");
int s = Integer.parseInt(st[0]);
int w = Integer.parseInt(st[1]);
if (s <= w) {
System.out.println("unsafe");
} else {
System.out.println("safe");
}
r.close();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
39,
8
],
[
39,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
30,
35
],
[
9,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] |
[
"import java.util.*;\nimport java.io.*;\n\npublic class Main {\n\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n \n int S = in.nextInt();\n int W = in.nextInt();\n \n System.out.println(W >= S ? \"unsafe\": \"safe\");\n }\n \n\n \n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n \n int S = in.nextInt();\n int W = in.nextInt();\n \n System.out.println(W >= S ? \"unsafe\": \"safe\");\n }\n \n\n \n}",
"Main",
"public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n \n int S = in.nextInt();\n int W = in.nextInt();\n \n System.out.println(W >= S ? \"unsafe\": \"safe\");\n }",
"main",
"{\n // Your code here!\n Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n \n int S = in.nextInt();\n int W = in.nextInt();\n \n System.out.println(W >= S ? \"unsafe\": \"safe\");\n }",
"Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));",
"in",
"new Scanner(new BufferedReader(new InputStreamReader(System.in)))",
"int S = in.nextInt();",
"S",
"in.nextInt()",
"in.nextInt",
"in",
"int W = in.nextInt();",
"W",
"in.nextInt()",
"in.nextInt",
"in",
"System.out.println(W >= S ? \"unsafe\": \"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"W >= S ? \"unsafe\": \"safe\"",
"W >= S",
"W",
"S",
"\"unsafe\"",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n \n int S = in.nextInt();\n int W = in.nextInt();\n \n System.out.println(W >= S ? \"unsafe\": \"safe\");\n }\n \n\n \n}",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n \n int S = in.nextInt();\n int W = in.nextInt();\n \n System.out.println(W >= S ? \"unsafe\": \"safe\");\n }\n \n\n \n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main {
public static void main(String[] args) throws Exception {
// Your code here!
Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));
int S = in.nextInt();
int W = in.nextInt();
System.out.println(W >= S ? "unsafe": "safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
46,
5
],
[
46,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
6,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] |
[
"import java.util.Scanner;\n \npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n \tint b = scan.nextInt();\n \n \tif (b >= a) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n scan.close();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n \tint b = scan.nextInt();\n \n \tif (b >= a) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n scan.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n \tint b = scan.nextInt();\n \n \tif (b >= a) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n scan.close();\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n \tint b = scan.nextInt();\n \n \tif (b >= a) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n scan.close();\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if (b >= a) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }",
"b >= a",
"b",
"a",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n \tint b = scan.nextInt();\n \n \tif (b >= a) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n scan.close();\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n \tint b = scan.nextInt();\n \n \tif (b >= a) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n scan.close();\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
if (b >= a) {
System.out.println("unsafe");
} else {
System.out.println("safe");
}
scan.close();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
2,
17,
17,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
95,
8
],
[
95,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
11,
13
],
[
95,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
16,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
16,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
35,
40
],
[
14,
41
],
[
41,
42
],
[
95,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
43,
47
],
[
47,
48
],
[
43,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
49,
55
],
[
55,
56
],
[
43,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
60,
69
],
[
69,
70
],
[
69,
71
],
[
59,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
43,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
83,
84
],
[
43,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
89,
92
],
[
92,
93
],
[
0,
94
],
[
94,
95
],
[
94,
96
]
] |
[
"import java.io.*;\nimport java.util.*;\n\npublic class Main {\n\n\tstatic long m = (long) (1e9 + 7);\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tint s = scn.nextInt();\n\t\tSystem.out.println(s >= n ? \"unsafe\" : \"safe\");\n\t}\n\n\tstatic class Scanner {\n\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n\tstatic long m = (long) (1e9 + 7);\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tint s = scn.nextInt();\n\t\tSystem.out.println(s >= n ? \"unsafe\" : \"safe\");\n\t}\n\n\tstatic class Scanner {\n\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n}",
"Main",
"static long m = (long) (1e9 + 7);",
"m",
"(long) (1e9 + 7)",
"1e9",
"7",
"public static void main(String[] args) throws IOException {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tint s = scn.nextInt();\n\t\tSystem.out.println(s >= n ? \"unsafe\" : \"safe\");\n\t}",
"main",
"{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tint s = scn.nextInt();\n\t\tSystem.out.println(s >= n ? \"unsafe\" : \"safe\");\n\t}",
"Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"int n = scn.nextInt();",
"n",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int s = scn.nextInt();",
"s",
"scn.nextInt()",
"scn.nextInt",
"scn",
"System.out.println(s >= n ? \"unsafe\" : \"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"s >= n ? \"unsafe\" : \"safe\"",
"s >= n",
"s",
"n",
"\"unsafe\"",
"\"safe\"",
"String[] args",
"args",
"static class Scanner {\n\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}",
"Scanner",
"StringTokenizer st;",
"st",
"BufferedReader br;",
"br",
"public Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}",
"Scanner",
"{\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}",
"br = new BufferedReader(new InputStreamReader(s))",
"br",
"new BufferedReader(new InputStreamReader(s))",
"InputStream s",
"s",
"public String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}",
"next",
"{\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}",
"while (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"nextInt",
"{\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"public long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"nextLong",
"{\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"public class Main {\n\n\tstatic long m = (long) (1e9 + 7);\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tint s = scn.nextInt();\n\t\tSystem.out.println(s >= n ? \"unsafe\" : \"safe\");\n\t}\n\n\tstatic class Scanner {\n\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n}",
"public class Main {\n\n\tstatic long m = (long) (1e9 + 7);\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint n = scn.nextInt();\n\t\tint s = scn.nextInt();\n\t\tSystem.out.println(s >= n ? \"unsafe\" : \"safe\");\n\t}\n\n\tstatic class Scanner {\n\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n}",
"Main"
] |
import java.io.*;
import java.util.*;
public class Main {
static long m = (long) (1e9 + 7);
public static void main(String[] args) throws IOException {
Scanner scn = new Scanner(System.in);
int n = scn.nextInt();
int s = scn.nextInt();
System.out.println(s >= n ? "unsafe" : "safe");
}
static class Scanner {
StringTokenizer st;
BufferedReader br;
public Scanner(InputStream s) {
br = new BufferedReader(new InputStreamReader(s));
}
public String next() throws IOException {
while (st == null || !st.hasMoreTokens())
st = new StringTokenizer(br.readLine());
return st.nextToken();
}
public int nextInt() throws IOException {
return Integer.parseInt(next());
}
public long nextLong() throws IOException {
return Long.parseLong(next());
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
18,
13,
13,
8,
2,
4,
18,
13,
4,
18,
13,
17,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
33,
5
],
[
33,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
12,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
18,
22
],
[
22,
23
],
[
23,
24
],
[
17,
25
],
[
17,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
6,
30
],
[
30,
31
],
[
0,
32
],
[
32,
33
],
[
32,
34
]
] |
[
"import java.util.*;\n \npublic class Main{\n\tpublic static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\t\t\n\t\tSystem.out.println((sc.nextInt() <= sc.nextInt())?\"unsafe\":\"safe\");\n\t\t\n\t\tsc.close();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\t\t\n\t\tSystem.out.println((sc.nextInt() <= sc.nextInt())?\"unsafe\":\"safe\");\n\t\t\n\t\tsc.close();\n }\n}",
"Main",
"public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\t\t\n\t\tSystem.out.println((sc.nextInt() <= sc.nextInt())?\"unsafe\":\"safe\");\n\t\t\n\t\tsc.close();\n }",
"main",
"{\n \tScanner sc = new Scanner(System.in);\n\t\t\n\t\tSystem.out.println((sc.nextInt() <= sc.nextInt())?\"unsafe\":\"safe\");\n\t\t\n\t\tsc.close();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"System.out.println((sc.nextInt() <= sc.nextInt())?\"unsafe\":\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(sc.nextInt() <= sc.nextInt())?\"unsafe\":\"safe\"",
"(sc.nextInt() <= sc.nextInt())",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.nextInt()",
"sc.nextInt",
"sc",
"\"unsafe\"",
"\"safe\"",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\t\t\n\t\tSystem.out.println((sc.nextInt() <= sc.nextInt())?\"unsafe\":\"safe\");\n\t\t\n\t\tsc.close();\n }\n}",
"public class Main{\n\tpublic static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\t\t\n\t\tSystem.out.println((sc.nextInt() <= sc.nextInt())?\"unsafe\":\"safe\");\n\t\t\n\t\tsc.close();\n }\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
System.out.println((sc.nextInt() <= sc.nextInt())?"unsafe":"safe");
sc.close();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
14,
2,
4,
18,
13,
4,
18,
13,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
29,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
127,
8
],
[
127,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
16,
20
],
[
20,
21
],
[
21,
22
],
[
15,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
15,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
9,
36
],
[
36,
37
],
[
127,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
38,
42
],
[
42,
43
],
[
38,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
38,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
53,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
63,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
52,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
38,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
82,
85
],
[
85,
86
],
[
38,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
91,
94
],
[
94,
95
],
[
38,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
100,
103
],
[
103,
104
],
[
38,
105
],
[
105,
106
],
[
105,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
111,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
121,
122
],
[
122,
123
],
[
107,
124
],
[
124,
125
],
[
0,
126
],
[
126,
127
],
[
126,
128
]
] |
[
"import java.io.*;\nimport java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n FastReader sc = new FastReader();\n if(sc.nextInt()<=sc.nextInt()){\n System.out.println(\"unsafe\");\n }else System.out.println(\"safe\");\n }\n\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n FastReader sc = new FastReader();\n if(sc.nextInt()<=sc.nextInt()){\n System.out.println(\"unsafe\");\n }else System.out.println(\"safe\");\n }\n\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n FastReader sc = new FastReader();\n if(sc.nextInt()<=sc.nextInt()){\n System.out.println(\"unsafe\");\n }else System.out.println(\"safe\");\n }",
"main",
"{\n FastReader sc = new FastReader();\n if(sc.nextInt()<=sc.nextInt()){\n System.out.println(\"unsafe\");\n }else System.out.println(\"safe\");\n }",
"FastReader sc = new FastReader();",
"sc",
"new FastReader()",
"if(sc.nextInt()<=sc.nextInt()){\n System.out.println(\"unsafe\");\n }else System.out.println(\"safe\");",
"sc.nextInt()<=sc.nextInt()",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.nextInt()",
"sc.nextInt",
"sc",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }",
"FastReader",
"BufferedReader br;",
"br",
"StringTokenizer st;",
"st",
"public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }",
"FastReader",
"{\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }",
"br = new BufferedReader(new\n InputStreamReader(System.in))",
"br",
"new BufferedReader(new\n InputStreamReader(System.in))",
"String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }",
"next",
"{\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }",
"while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }",
"st == null || !st.hasMoreElements()",
"st == null",
"st",
"null",
"!st.hasMoreElements()",
"st.hasMoreElements()",
"st.hasMoreElements",
"st",
"{\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }",
"try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }",
"catch (IOException e) {\n e.printStackTrace();\n }",
"IOException e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"int nextInt() {\n return Integer.parseInt(next());\n }",
"nextInt",
"{\n return Integer.parseInt(next());\n }",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"long nextLong() {\n return Long.parseLong(next());\n }",
"nextLong",
"{\n return Long.parseLong(next());\n }",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"double nextDouble() {\n return Double.parseDouble(next());\n }",
"nextDouble",
"{\n return Double.parseDouble(next());\n }",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }",
"nextLine",
"{\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }",
"String str = \"\";",
"str",
"\"\"",
"try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }",
"catch (IOException e) {\n e.printStackTrace();\n }",
"IOException e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n str = br.readLine();\n }",
"str = br.readLine()",
"str",
"br.readLine()",
"br.readLine",
"br",
"return str;",
"str",
"public class Main {\n public static void main(String[] args) throws Exception {\n FastReader sc = new FastReader();\n if(sc.nextInt()<=sc.nextInt()){\n System.out.println(\"unsafe\");\n }else System.out.println(\"safe\");\n }\n\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n FastReader sc = new FastReader();\n if(sc.nextInt()<=sc.nextInt()){\n System.out.println(\"unsafe\");\n }else System.out.println(\"safe\");\n }\n\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}",
"Main"
] |
import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
FastReader sc = new FastReader();
if(sc.nextInt()<=sc.nextInt()){
System.out.println("unsafe");
}else System.out.println("safe");
}
static class FastReader {
BufferedReader br;
StringTokenizer st;
public FastReader() {
br = new BufferedReader(new
InputStreamReader(System.in));
}
String next() {
while (st == null || !st.hasMoreElements()) {
try {
st = new StringTokenizer(br.readLine());
} catch (IOException e) {
e.printStackTrace();
}
}
return st.nextToken();
}
int nextInt() {
return Integer.parseInt(next());
}
long nextLong() {
return Long.parseLong(next());
}
double nextDouble() {
return Double.parseDouble(next());
}
String nextLine() {
String str = "";
try {
str = br.readLine();
} catch (IOException e) {
e.printStackTrace();
}
return str;
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
49,
5
],
[
49,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
28,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
6,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int sheep = Integer.parseInt(sc.next());\n int wolves = Integer.parseInt(sc.next());\n\n if(sheep <= wolves) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int sheep = Integer.parseInt(sc.next());\n int wolves = Integer.parseInt(sc.next());\n\n if(sheep <= wolves) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int sheep = Integer.parseInt(sc.next());\n int wolves = Integer.parseInt(sc.next());\n\n if(sheep <= wolves) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int sheep = Integer.parseInt(sc.next());\n int wolves = Integer.parseInt(sc.next());\n\n if(sheep <= wolves) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int sheep = Integer.parseInt(sc.next());",
"sheep",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int wolves = Integer.parseInt(sc.next());",
"wolves",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if(sheep <= wolves) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }",
"sheep <= wolves",
"sheep",
"wolves",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int sheep = Integer.parseInt(sc.next());\n int wolves = Integer.parseInt(sc.next());\n\n if(sheep <= wolves) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int sheep = Integer.parseInt(sc.next());\n int wolves = Integer.parseInt(sc.next());\n\n if(sheep <= wolves) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int sheep = Integer.parseInt(sc.next());
int wolves = Integer.parseInt(sc.next());
if(sheep <= wolves) {
System.out.println("unsafe");
} else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
8,
2,
13,
13,
17,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
45,
5
],
[
45,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
30,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
6,
42
],
[
42,
43
],
[
0,
44
],
[
44,
45
],
[
44,
46
]
] |
[
"import java.util.*;\n \npublic class Main { //クラス名はMain\n public static void main(String[] args) {\n //整数の入力\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n \n String kotae = S <= W ? \"unsafe\" : \"safe\";\n System.out.println(kotae);\n } \n}",
"import java.util.*;",
"util.*",
"java",
"public class Main { //クラス名はMain\n public static void main(String[] args) {\n //整数の入力\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n \n String kotae = S <= W ? \"unsafe\" : \"safe\";\n System.out.println(kotae);\n } \n}",
"Main",
"public static void main(String[] args) {\n //整数の入力\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n \n String kotae = S <= W ? \"unsafe\" : \"safe\";\n System.out.println(kotae);\n }",
"main",
"{\n //整数の入力\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n \n String kotae = S <= W ? \"unsafe\" : \"safe\";\n System.out.println(kotae);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = Integer.parseInt(sc.next());",
"S",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int W = Integer.parseInt(sc.next());",
"W",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"String kotae = S <= W ? \"unsafe\" : \"safe\";",
"kotae",
"S <= W ? \"unsafe\" : \"safe\"",
"S <= W",
"S",
"W",
"\"unsafe\"",
"\"safe\"",
"System.out.println(kotae)",
"System.out.println",
"System.out",
"System",
"System.out",
"kotae",
"String[] args",
"args",
"public class Main { //クラス名はMain\n public static void main(String[] args) {\n //整数の入力\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n \n String kotae = S <= W ? \"unsafe\" : \"safe\";\n System.out.println(kotae);\n } \n}",
"public class Main { //クラス名はMain\n public static void main(String[] args) {\n //整数の入力\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n \n String kotae = S <= W ? \"unsafe\" : \"safe\";\n System.out.println(kotae);\n } \n}",
"Main"
] |
import java.util.*;
public class Main { //クラス名はMain
public static void main(String[] args) {
//整数の入力
Scanner sc = new Scanner(System.in);
int S = Integer.parseInt(sc.next());
int W = Integer.parseInt(sc.next());
String kotae = S <= W ? "unsafe" : "safe";
System.out.println(kotae);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
53,
8
],
[
53,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
32,
33
],
[
11,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
34,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
9,
50
],
[
50,
51
],
[
0,
52
],
[
52,
53
],
[
52,
54
]
] |
[
"import java.io.*;\nimport java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(in.readLine());\n\t\t\t\t\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif (W >= S)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(in.readLine());\n\t\t\t\t\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif (W >= S)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(in.readLine());\n\t\t\t\t\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif (W >= S)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(in.readLine());\n\t\t\t\t\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif (W >= S)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer st = new StringTokenizer(in.readLine());",
"st",
"new StringTokenizer(in.readLine())",
"int S = Integer.parseInt(st.nextToken());",
"S",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int W = Integer.parseInt(st.nextToken());",
"W",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if (W >= S)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");",
"W >= S",
"W",
"S",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(in.readLine());\n\t\t\t\t\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif (W >= S)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(in.readLine());\n\t\t\t\t\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif (W >= S)\n\t\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\t\tSystem.out.println(\"safe\");\n\t}\n}",
"Main"
] |
import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new StringTokenizer(in.readLine());
int S = Integer.parseInt(st.nextToken());
int W = Integer.parseInt(st.nextToken());
if (W >= S)
System.out.println("unsafe");
else
System.out.println("safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
48,
5
],
[
48,
6
],
[
6,
7
],
[
48,
8
],
[
8,
9
],
[
8,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
10,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
10,
24
],
[
24,
25
],
[
25,
26
],
[
10,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
27,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
8,
45
],
[
45,
46
],
[
0,
47
],
[
47,
48
],
[
47,
49
]
] |
[
"import java.util.*;\n\npublic class Main {\n\n public static List<List<Integer>> switchList;\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n if (W >= S) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n public static List<List<Integer>> switchList;\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n if (W >= S) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"Main",
"public static List<List<Integer>> switchList;",
"switchList",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n if (W >= S) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n if (W >= S) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"if (W >= S) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }",
"W >= S",
"W",
"S",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n public static List<List<Integer>> switchList;\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n if (W >= S) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"public class Main {\n\n public static List<List<Integer>> switchList;\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n if (W >= S) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"Main"
] |
import java.util.*;
public class Main {
public static List<List<Integer>> switchList;
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int S = sc.nextInt();
int W = sc.nextInt();
sc.close();
if (W >= S) {
System.out.println("unsafe");
} else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
46,
5
],
[
46,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
6,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint S = stdIn.nextInt();\n\t\tint W = stdIn.nextInt();\n\t\tif(S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\tstdIn.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint S = stdIn.nextInt();\n\t\tint W = stdIn.nextInt();\n\t\tif(S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\tstdIn.close();\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint S = stdIn.nextInt();\n\t\tint W = stdIn.nextInt();\n\t\tif(S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\tstdIn.close();\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint S = stdIn.nextInt();\n\t\tint W = stdIn.nextInt();\n\t\tif(S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\tstdIn.close();\n\t}",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int S = stdIn.nextInt();",
"S",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int W = stdIn.nextInt();",
"W",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"if(S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"S <= W",
"S",
"W",
"{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"stdIn.close()",
"stdIn.close",
"stdIn",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint S = stdIn.nextInt();\n\t\tint W = stdIn.nextInt();\n\t\tif(S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\tstdIn.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint S = stdIn.nextInt();\n\t\tint W = stdIn.nextInt();\n\t\tif(S <= W){\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\tstdIn.close();\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner stdIn = new Scanner(System.in);
int S = stdIn.nextInt();
int W = stdIn.nextInt();
if(S <= W){
System.out.println("unsafe");
}
else{
System.out.println("safe");
}
stdIn.close();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
46,
8
],
[
46,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
25,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
9,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] |
[
"import java.util.*;\nimport java.io.*;\npublic class Main{\n public static void main(String [] args){\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tif(a>b){\n\t\tSystem.out.println(\"safe\");\n\t}\n\telse{\n\t\tSystem.out.println(\"unsafe\");\n\t}\n\n }\n\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n public static void main(String [] args){\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tif(a>b){\n\t\tSystem.out.println(\"safe\");\n\t}\n\telse{\n\t\tSystem.out.println(\"unsafe\");\n\t}\n\n }\n\n}",
"Main",
"public static void main(String [] args){\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tif(a>b){\n\t\tSystem.out.println(\"safe\");\n\t}\n\telse{\n\t\tSystem.out.println(\"unsafe\");\n\t}\n\n }",
"main",
"{\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tif(a>b){\n\t\tSystem.out.println(\"safe\");\n\t}\n\telse{\n\t\tSystem.out.println(\"unsafe\");\n\t}\n\n }",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b=sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a>b){\n\t\tSystem.out.println(\"safe\");\n\t}\n\telse{\n\t\tSystem.out.println(\"unsafe\");\n\t}",
"a>b",
"a",
"b",
"{\n\t\tSystem.out.println(\"safe\");\n\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"{\n\t\tSystem.out.println(\"unsafe\");\n\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String [] args",
"args",
"public class Main{\n public static void main(String [] args){\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tif(a>b){\n\t\tSystem.out.println(\"safe\");\n\t}\n\telse{\n\t\tSystem.out.println(\"unsafe\");\n\t}\n\n }\n\n}",
"public class Main{\n public static void main(String [] args){\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tif(a>b){\n\t\tSystem.out.println(\"safe\");\n\t}\n\telse{\n\t\tSystem.out.println(\"unsafe\");\n\t}\n\n }\n\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main{
public static void main(String [] args){
Scanner sc=new Scanner(System.in);
int a=sc.nextInt();
int b=sc.nextInt();
if(a>b){
System.out.println("safe");
}
else{
System.out.println("unsafe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
8,
13,
17,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
51,
5
],
[
51,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
38,
40
],
[
38,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
6,
48
],
[
48,
49
],
[
0,
50
],
[
50,
51
],
[
50,
52
]
] |
[
"import java.util.*;\n\npublic class Main {\n\n public static void main(String args[]) {\n\n // 入力\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n\n // 主処理\n boolean judge = s <= w;\n String result = judge ? \"unsafe\" : \"safe\";\n\n // 出力\n System.out.println(result);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n public static void main(String args[]) {\n\n // 入力\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n\n // 主処理\n boolean judge = s <= w;\n String result = judge ? \"unsafe\" : \"safe\";\n\n // 出力\n System.out.println(result);\n }\n}",
"Main",
"public static void main(String args[]) {\n\n // 入力\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n\n // 主処理\n boolean judge = s <= w;\n String result = judge ? \"unsafe\" : \"safe\";\n\n // 出力\n System.out.println(result);\n }",
"main",
"{\n\n // 入力\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n\n // 主処理\n boolean judge = s <= w;\n String result = judge ? \"unsafe\" : \"safe\";\n\n // 出力\n System.out.println(result);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int s = Integer.parseInt(sc.next());",
"s",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int w = Integer.parseInt(sc.next());",
"w",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"sc.close()",
"sc.close",
"sc",
"boolean judge = s <= w;",
"judge",
"s <= w",
"s",
"w",
"String result = judge ? \"unsafe\" : \"safe\";",
"result",
"judge ? \"unsafe\" : \"safe\"",
"judge",
"\"unsafe\"",
"\"safe\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String args[]",
"args",
"public class Main {\n\n public static void main(String args[]) {\n\n // 入力\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n\n // 主処理\n boolean judge = s <= w;\n String result = judge ? \"unsafe\" : \"safe\";\n\n // 出力\n System.out.println(result);\n }\n}",
"public class Main {\n\n public static void main(String args[]) {\n\n // 入力\n Scanner sc = new Scanner(System.in);\n int s = Integer.parseInt(sc.next());\n int w = Integer.parseInt(sc.next());\n sc.close();\n\n // 主処理\n boolean judge = s <= w;\n String result = judge ? \"unsafe\" : \"safe\";\n\n // 出力\n System.out.println(result);\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String args[]) {
// 入力
Scanner sc = new Scanner(System.in);
int s = Integer.parseInt(sc.next());
int w = Integer.parseInt(sc.next());
sc.close();
// 主処理
boolean judge = s <= w;
String result = judge ? "unsafe" : "safe";
// 出力
System.out.println(result);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
41,
13,
4,
13,
41,
13,
4,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
96,
8
],
[
96,
9
],
[
9,
10
],
[
96,
11
],
[
11,
12
],
[
96,
13
],
[
13,
14
],
[
96,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
17,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
17,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
29,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
15,
47
],
[
47,
48
],
[
96,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
96,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
65,
66
],
[
96,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
74,
75
],
[
96,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
79,
88
],
[
88,
89
],
[
88,
90
],
[
78,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
0,
95
],
[
95,
96
],
[
95,
97
]
] |
[
"import java.util.*; \nimport java.io.*;\n\npublic class Main {\n static StringTokenizer st;\n static BufferedReader br; \n static PrintWriter out;\n \n public static void main(String[] args) throws IOException {\n br = new BufferedReader(new InputStreamReader(System.in));\n\n \n int S = nextInt();\n int W = nextInt();\n \n\n if(W>=S){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\n\n }\n \n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n static StringTokenizer st;\n static BufferedReader br; \n static PrintWriter out;\n \n public static void main(String[] args) throws IOException {\n br = new BufferedReader(new InputStreamReader(System.in));\n\n \n int S = nextInt();\n int W = nextInt();\n \n\n if(W>=S){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\n\n }\n \n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}",
"Main",
"static StringTokenizer st;",
"st",
"static BufferedReader br;",
"br",
"static PrintWriter out;",
"out",
"public static void main(String[] args) throws IOException {\n br = new BufferedReader(new InputStreamReader(System.in));\n\n \n int S = nextInt();\n int W = nextInt();\n \n\n if(W>=S){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\n\n }",
"main",
"{\n br = new BufferedReader(new InputStreamReader(System.in));\n\n \n int S = nextInt();\n int W = nextInt();\n \n\n if(W>=S){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\n\n }",
"br = new BufferedReader(new InputStreamReader(System.in))",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int S = nextInt();",
"S",
"nextInt()",
"nextInt",
"int W = nextInt();",
"W",
"nextInt()",
"nextInt",
"if(W>=S){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }",
"W>=S",
"W",
"S",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }",
"nextInt",
"{\n return Integer.parseInt(next());\n }",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }",
"nextLong",
"{\n return Long.parseLong(next());\n }",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }",
"nextDouble",
"{\n return Double.parseDouble(next());\n }",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }",
"next",
"{\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }",
"while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(br.readLine().trim())",
"st",
"new StringTokenizer(br.readLine().trim())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public class Main {\n static StringTokenizer st;\n static BufferedReader br; \n static PrintWriter out;\n \n public static void main(String[] args) throws IOException {\n br = new BufferedReader(new InputStreamReader(System.in));\n\n \n int S = nextInt();\n int W = nextInt();\n \n\n if(W>=S){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\n\n }\n \n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}",
"public class Main {\n static StringTokenizer st;\n static BufferedReader br; \n static PrintWriter out;\n \n public static void main(String[] args) throws IOException {\n br = new BufferedReader(new InputStreamReader(System.in));\n\n \n int S = nextInt();\n int W = nextInt();\n \n\n if(W>=S){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\n\n }\n \n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main {
static StringTokenizer st;
static BufferedReader br;
static PrintWriter out;
public static void main(String[] args) throws IOException {
br = new BufferedReader(new InputStreamReader(System.in));
int S = nextInt();
int W = nextInt();
if(W>=S){
System.out.println("unsafe");
}
else{
System.out.println("safe");
}
}
public static int nextInt() throws IOException {
return Integer.parseInt(next());
}
public static long nextLong() throws IOException {
return Long.parseLong(next());
}
public static double nextDouble() throws IOException {
return Double.parseDouble(next());
}
static String next() throws IOException {
while (st == null || !st.hasMoreTokens())
st = new StringTokenizer(br.readLine().trim());
return st.nextToken();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
36,
5
],
[
36,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
27,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint w = scanner.nextInt();\n\t\t\n\t\tSystem.out.println((w>=s)? \"unsafe\" : \"safe\");\n\n\t} \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint w = scanner.nextInt();\n\t\t\n\t\tSystem.out.println((w>=s)? \"unsafe\" : \"safe\");\n\n\t} \n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint w = scanner.nextInt();\n\t\t\n\t\tSystem.out.println((w>=s)? \"unsafe\" : \"safe\");\n\n\t}",
"main",
"{\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint w = scanner.nextInt();\n\t\t\n\t\tSystem.out.println((w>=s)? \"unsafe\" : \"safe\");\n\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int s = scanner.nextInt();",
"s",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int w = scanner.nextInt();",
"w",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"System.out.println((w>=s)? \"unsafe\" : \"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(w>=s)? \"unsafe\" : \"safe\"",
"(w>=s)",
"w",
"s",
"\"unsafe\"",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint w = scanner.nextInt();\n\t\t\n\t\tSystem.out.println((w>=s)? \"unsafe\" : \"safe\");\n\n\t} \n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint s = scanner.nextInt();\n\t\tint w = scanner.nextInt();\n\t\t\n\t\tSystem.out.println((w>=s)? \"unsafe\" : \"safe\");\n\n\t} \n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int s = scanner.nextInt();
int w = scanner.nextInt();
System.out.println((w>=s)? "unsafe" : "safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
57,
5
],
[
57,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
14,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
36,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
6,
54
],
[
54,
55
],
[
0,
56
],
[
56,
57
],
[
56,
58
]
] |
[
"//package beg_164;\nimport java.util.*;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner s = new Scanner(System.in);\n\t\tString[] a = s.nextLine().split(\" \");\n\t\tint b = Integer.parseInt(a[0]);\n\t\tint c = Integer.parseInt(a[1]);\n\t\t\n\t\tif (c>=b) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}\n\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner s = new Scanner(System.in);\n\t\tString[] a = s.nextLine().split(\" \");\n\t\tint b = Integer.parseInt(a[0]);\n\t\tint c = Integer.parseInt(a[1]);\n\t\t\n\t\tif (c>=b) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner s = new Scanner(System.in);\n\t\tString[] a = s.nextLine().split(\" \");\n\t\tint b = Integer.parseInt(a[0]);\n\t\tint c = Integer.parseInt(a[1]);\n\t\t\n\t\tif (c>=b) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\tScanner s = new Scanner(System.in);\n\t\tString[] a = s.nextLine().split(\" \");\n\t\tint b = Integer.parseInt(a[0]);\n\t\tint c = Integer.parseInt(a[1]);\n\t\t\n\t\tif (c>=b) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"String[] a = s.nextLine().split(\" \");",
"a",
"s.nextLine().split(\" \")",
"s.nextLine().split",
"s.nextLine()",
"s.nextLine",
"s",
"\" \"",
"int b = Integer.parseInt(a[0]);",
"b",
"Integer.parseInt(a[0])",
"Integer.parseInt",
"Integer",
"a[0]",
"a",
"0",
"int c = Integer.parseInt(a[1]);",
"c",
"Integer.parseInt(a[1])",
"Integer.parseInt",
"Integer",
"a[1]",
"a",
"1",
"if (c>=b) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"c>=b",
"c",
"b",
"{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner s = new Scanner(System.in);\n\t\tString[] a = s.nextLine().split(\" \");\n\t\tint b = Integer.parseInt(a[0]);\n\t\tint c = Integer.parseInt(a[1]);\n\t\t\n\t\tif (c>=b) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner s = new Scanner(System.in);\n\t\tString[] a = s.nextLine().split(\" \");\n\t\tint b = Integer.parseInt(a[0]);\n\t\tint c = Integer.parseInt(a[1]);\n\t\t\n\t\tif (c>=b) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t}\n\n}",
"Main"
] |
//package beg_164;
import java.util.*;
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner s = new Scanner(System.in);
String[] a = s.nextLine().split(" ");
int b = Integer.parseInt(a[0]);
int c = Integer.parseInt(a[1]);
if (c>=b) {
System.out.println("unsafe");
}
else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
8,
2,
13,
13,
17,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
49,
8
],
[
49,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
32,
33
],
[
11,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
37,
42
],
[
11,
43
],
[
43,
44
],
[
44,
45
],
[
9,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] |
[
"import java.io.*;\nimport java.util.*;\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n PrintWriter out = new PrintWriter(System.out);\n \n final int S = Integer.parseInt(sc.next());\n final int W = Integer.parseInt(sc.next());\n \n\n\n\n\n \n out.println(S <= W ? \"unsafe\" : \"safe\");\n \n out.flush();\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n PrintWriter out = new PrintWriter(System.out);\n \n final int S = Integer.parseInt(sc.next());\n final int W = Integer.parseInt(sc.next());\n \n\n\n\n\n \n out.println(S <= W ? \"unsafe\" : \"safe\");\n \n out.flush();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n PrintWriter out = new PrintWriter(System.out);\n \n final int S = Integer.parseInt(sc.next());\n final int W = Integer.parseInt(sc.next());\n \n\n\n\n\n \n out.println(S <= W ? \"unsafe\" : \"safe\");\n \n out.flush();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n PrintWriter out = new PrintWriter(System.out);\n \n final int S = Integer.parseInt(sc.next());\n final int W = Integer.parseInt(sc.next());\n \n\n\n\n\n \n out.println(S <= W ? \"unsafe\" : \"safe\");\n \n out.flush();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"PrintWriter out = new PrintWriter(System.out);",
"out",
"new PrintWriter(System.out)",
"final int S = Integer.parseInt(sc.next());",
"S",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"final int W = Integer.parseInt(sc.next());",
"W",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"out.println(S <= W ? \"unsafe\" : \"safe\")",
"out.println",
"out",
"S <= W ? \"unsafe\" : \"safe\"",
"S <= W",
"S",
"W",
"\"unsafe\"",
"\"safe\"",
"out.flush()",
"out.flush",
"out",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n PrintWriter out = new PrintWriter(System.out);\n \n final int S = Integer.parseInt(sc.next());\n final int W = Integer.parseInt(sc.next());\n \n\n\n\n\n \n out.println(S <= W ? \"unsafe\" : \"safe\");\n \n out.flush();\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n PrintWriter out = new PrintWriter(System.out);\n \n final int S = Integer.parseInt(sc.next());\n final int W = Integer.parseInt(sc.next());\n \n\n\n\n\n \n out.println(S <= W ? \"unsafe\" : \"safe\");\n \n out.flush();\n }\n}",
"Main"
] |
import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
PrintWriter out = new PrintWriter(System.out);
final int S = Integer.parseInt(sc.next());
final int W = Integer.parseInt(sc.next());
out.println(S <= W ? "unsafe" : "safe");
out.flush();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
20,
23,
13,
6,
13,
12,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
23,
13,
6,
13,
41,
13,
41,
13,
20,
17,
41,
13,
17,
41,
13,
17,
12,
13,
30,
0,
13,
13,
23,
13,
12,
13,
30,
14,
2,
13,
13,
30,
29,
17,
30,
0,
13,
17,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
13,
14,
2,
13,
17,
30,
29,
17,
29,
17,
12,
13,
30,
14,
4,
13,
29,
18,
13,
40,
13,
29,
40,
17,
12,
13,
30,
29,
2,
2,
17,
13,
2,
13,
17,
23,
13,
12,
13,
30,
42,
2,
4,
13,
40,
4,
13,
18,
13,
13,
40,
13,
29,
4,
13,
12,
13,
30,
14,
40,
4,
13,
37,
20,
41,
13,
20,
41,
13,
4,
13,
42,
4,
13,
13,
30,
4,
18,
13,
13,
0,
13,
4,
13,
29,
4,
18,
13,
12,
13,
30,
14,
40,
4,
13,
37,
20,
41,
13,
17,
41,
13,
17,
41,
13,
4,
13,
14,
2,
13,
17,
30,
0,
13,
17,
0,
13,
4,
13,
14,
2,
2,
13,
17,
2,
17,
13,
30,
37,
20,
42,
17,
30,
14,
2,
2,
17,
13,
2,
13,
17,
30,
0,
13,
17,
0,
13,
2,
13,
17,
14,
2,
2,
13,
40,
17,
40,
4,
13,
13,
30,
29,
8,
13,
40,
13,
13,
30,
37,
20,
0,
13,
4,
13,
12,
13,
30,
41,
13,
4,
13,
14,
2,
2,
13,
18,
13,
13,
2,
13,
18,
13,
13,
37,
20,
29,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
309,
8
],
[
309,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
9,
26
],
[
26,
27
],
[
0,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
33,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
30,
49
],
[
49,
50
],
[
30,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
53,
61
],
[
61,
62
],
[
61,
63
],
[
53,
64
],
[
64,
65
],
[
64,
66
],
[
53,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
67,
73
],
[
73,
74
],
[
53,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
83,
84
],
[
78,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
89,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
100,
101
],
[
99,
102
],
[
85,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
107,
108
],
[
108,
109
],
[
77,
110
],
[
110,
111
],
[
53,
112
],
[
112,
113
],
[
112,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
115,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
121,
122
],
[
115,
123
],
[
123,
124
],
[
124,
125
],
[
53,
126
],
[
126,
127
],
[
126,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
134,
135
],
[
134,
136
],
[
126,
137
],
[
137,
138
],
[
53,
139
],
[
139,
140
],
[
139,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
143,
146
],
[
146,
147
],
[
147,
148
],
[
147,
149
],
[
149,
150
],
[
149,
151
],
[
142,
152
],
[
152,
153
],
[
141,
154
],
[
154,
155
],
[
155,
156
],
[
53,
157
],
[
157,
158
],
[
157,
159
],
[
159,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
160,
164
],
[
164,
165
],
[
159,
166
],
[
166,
167
],
[
166,
168
],
[
159,
169
],
[
169,
170
],
[
169,
171
],
[
171,
172
],
[
159,
173
],
[
173,
174
],
[
174,
175
],
[
174,
176
],
[
173,
177
],
[
177,
178
],
[
178,
179
],
[
179,
180
],
[
178,
181
],
[
177,
182
],
[
182,
183
],
[
182,
184
],
[
184,
185
],
[
159,
186
],
[
186,
187
],
[
187,
188
],
[
188,
189
],
[
53,
190
],
[
190,
191
],
[
190,
192
],
[
192,
193
],
[
193,
194
],
[
194,
195
],
[
195,
196
],
[
193,
197
],
[
197,
198
],
[
192,
199
],
[
199,
200
],
[
199,
201
],
[
192,
202
],
[
202,
203
],
[
202,
204
],
[
192,
205
],
[
205,
206
],
[
205,
207
],
[
207,
208
],
[
192,
209
],
[
209,
210
],
[
210,
211
],
[
210,
212
],
[
209,
213
],
[
213,
214
],
[
214,
215
],
[
214,
216
],
[
213,
217
],
[
217,
218
],
[
217,
219
],
[
219,
220
],
[
192,
221
],
[
221,
222
],
[
222,
223
],
[
223,
224
],
[
223,
225
],
[
222,
226
],
[
226,
227
],
[
226,
228
],
[
221,
229
],
[
229,
230
],
[
230,
231
],
[
192,
232
],
[
232,
233
],
[
232,
234
],
[
234,
235
],
[
235,
236
],
[
236,
237
],
[
237,
238
],
[
237,
239
],
[
236,
240
],
[
240,
241
],
[
240,
242
],
[
235,
243
],
[
243,
244
],
[
244,
245
],
[
244,
246
],
[
243,
247
],
[
247,
248
],
[
247,
249
],
[
249,
250
],
[
249,
251
],
[
235,
252
],
[
252,
253
],
[
253,
254
],
[
254,
255
],
[
254,
256
],
[
256,
257
],
[
253,
258
],
[
258,
259
],
[
259,
260
],
[
259,
261
],
[
252,
262
],
[
262,
263
],
[
263,
264
],
[
264,
265
],
[
264,
266
],
[
266,
267
],
[
264,
268
],
[
252,
269
],
[
269,
270
],
[
270,
271
],
[
234,
272
],
[
272,
273
],
[
272,
274
],
[
274,
275
],
[
53,
276
],
[
276,
277
],
[
276,
278
],
[
278,
279
],
[
279,
280
],
[
279,
281
],
[
281,
282
],
[
278,
283
],
[
283,
284
],
[
284,
285
],
[
285,
286
],
[
285,
287
],
[
287,
288
],
[
287,
289
],
[
284,
290
],
[
290,
291
],
[
290,
292
],
[
292,
293
],
[
292,
294
],
[
283,
295
],
[
295,
296
],
[
278,
297
],
[
297,
298
],
[
53,
299
],
[
299,
300
],
[
299,
301
],
[
301,
302
],
[
302,
303
],
[
303,
304
],
[
304,
305
],
[
303,
306
],
[
306,
307
],
[
0,
308
],
[
308,
309
],
[
308,
310
]
] |
[
"import java.util.*;\nimport java.io.*;\n \npublic class Main {\n public static void main(String[] args) throws Exception{\n FastScanner sc = new FastScanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n \n new Solution(s, w);\n }\n}\n\nclass Solution {\n public Solution(int s, int w) {\n if(s <= w) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");\n // System.out.println(res);\n }\n}\n\n\nclass FastScanner {\n private final InputStream in;\n private final byte[] buffer = new byte[1024];\n private int ptr = 0;\n private int buflen = 0;\n\n public FastScanner(InputStream source) {\n in = source;\n }\n\n private boolean hasNextByte() {\n if (ptr < buflen) {\n return true;\n } else {\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }\n\n private int readByte() {\n if (hasNextByte()) return buffer[ptr++];\n else return -1;\n }\n\n private static boolean isPrintableChar(int c) {\n return 33 <= c && c <= 126;\n }\n\n public boolean hasNext() {\n while (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n return hasNextByte();\n }\n\n public String next() {\n if (!hasNext()) throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while (isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }\n\n public long nextLong() {\n if (!hasNext()) throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while (true) {\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }\n\n public int nextInt() {\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n throw new NumberFormatException();\n return (int) nl;\n }\n\n public double nextDouble() {\n return Double.parseDouble(next());\n }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception{\n FastScanner sc = new FastScanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n \n new Solution(s, w);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception{\n FastScanner sc = new FastScanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n \n new Solution(s, w);\n }",
"main",
"{\n FastScanner sc = new FastScanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n \n new Solution(s, w);\n }",
"FastScanner sc = new FastScanner(System.in);",
"sc",
"new FastScanner(System.in)",
"int s = sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"new Solution(s, w)",
"String[] args",
"args",
"class Solution {\n public Solution(int s, int w) {\n if(s <= w) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");\n // System.out.println(res);\n }\n}",
"Solution",
"public Solution(int s, int w) {\n if(s <= w) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");\n // System.out.println(res);\n }",
"Solution",
"{\n if(s <= w) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");\n // System.out.println(res);\n }",
"if(s <= w) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");",
"s <= w",
"s",
"w",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"int s",
"s",
"int w",
"w",
"class FastScanner {\n private final InputStream in;\n private final byte[] buffer = new byte[1024];\n private int ptr = 0;\n private int buflen = 0;\n\n public FastScanner(InputStream source) {\n in = source;\n }\n\n private boolean hasNextByte() {\n if (ptr < buflen) {\n return true;\n } else {\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }\n\n private int readByte() {\n if (hasNextByte()) return buffer[ptr++];\n else return -1;\n }\n\n private static boolean isPrintableChar(int c) {\n return 33 <= c && c <= 126;\n }\n\n public boolean hasNext() {\n while (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n return hasNextByte();\n }\n\n public String next() {\n if (!hasNext()) throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while (isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }\n\n public long nextLong() {\n if (!hasNext()) throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while (true) {\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }\n\n public int nextInt() {\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n throw new NumberFormatException();\n return (int) nl;\n }\n\n public double nextDouble() {\n return Double.parseDouble(next());\n }\n}",
"FastScanner",
"private final InputStream in;",
"in",
"private final byte[] buffer = new byte[1024];",
"buffer",
"new byte[1024]",
"1024",
"private int ptr = 0;",
"ptr",
"0",
"private int buflen = 0;",
"buflen",
"0",
"public FastScanner(InputStream source) {\n in = source;\n }",
"FastScanner",
"{\n in = source;\n }",
"in = source",
"in",
"source",
"InputStream source",
"source",
"private boolean hasNextByte() {\n if (ptr < buflen) {\n return true;\n } else {\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }",
"hasNextByte",
"{\n if (ptr < buflen) {\n return true;\n } else {\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }",
"if (ptr < buflen) {\n return true;\n } else {\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }",
"ptr < buflen",
"ptr",
"buflen",
"{\n return true;\n }",
"return true;",
"true",
"{\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }",
"ptr = 0",
"ptr",
"0",
"try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }",
"catch (IOException e) {\n e.printStackTrace();\n }",
"IOException e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n buflen = in.read(buffer);\n }",
"buflen = in.read(buffer)",
"buflen",
"in.read(buffer)",
"in.read",
"in",
"buffer",
"if (buflen <= 0) {\n return false;\n }",
"buflen <= 0",
"buflen",
"0",
"{\n return false;\n }",
"return false;",
"false",
"return true;",
"true",
"private int readByte() {\n if (hasNextByte()) return buffer[ptr++];\n else return -1;\n }",
"readByte",
"{\n if (hasNextByte()) return buffer[ptr++];\n else return -1;\n }",
"if (hasNextByte()) return buffer[ptr++];\n else return -1;",
"hasNextByte()",
"hasNextByte",
"return buffer[ptr++];",
"buffer[ptr++]",
"buffer",
"ptr++",
"ptr",
"return -1;",
"-1",
"1",
"private static boolean isPrintableChar(int c) {\n return 33 <= c && c <= 126;\n }",
"isPrintableChar",
"{\n return 33 <= c && c <= 126;\n }",
"return 33 <= c && c <= 126;",
"33 <= c && c <= 126",
"33 <= c",
"33",
"c",
"c <= 126",
"c",
"126",
"int c",
"c",
"public boolean hasNext() {\n while (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n return hasNextByte();\n }",
"hasNext",
"{\n while (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;\n return hasNextByte();\n }",
"while (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;",
"hasNextByte() && !isPrintableChar(buffer[ptr])",
"hasNextByte()",
"hasNextByte",
"!isPrintableChar(buffer[ptr])",
"isPrintableChar(buffer[ptr])",
"isPrintableChar",
"buffer[ptr]",
"buffer",
"ptr",
"ptr++",
"ptr",
"return hasNextByte();",
"hasNextByte()",
"hasNextByte",
"public String next() {\n if (!hasNext()) throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while (isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }",
"next",
"{\n if (!hasNext()) throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while (isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }",
"if (!hasNext()) throw new NoSuchElementException();",
"!hasNext()",
"hasNext()",
"hasNext",
"throw new NoSuchElementException();",
"new NoSuchElementException()",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"int b = readByte();",
"b",
"readByte()",
"readByte",
"while (isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }",
"isPrintableChar(b)",
"isPrintableChar",
"b",
"{\n sb.appendCodePoint(b);\n b = readByte();\n }",
"sb.appendCodePoint(b)",
"sb.appendCodePoint",
"sb",
"b",
"b = readByte()",
"b",
"readByte()",
"readByte",
"return sb.toString();",
"sb.toString()",
"sb.toString",
"sb",
"public long nextLong() {\n if (!hasNext()) throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while (true) {\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }",
"nextLong",
"{\n if (!hasNext()) throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while (true) {\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }",
"if (!hasNext()) throw new NoSuchElementException();",
"!hasNext()",
"hasNext()",
"hasNext",
"throw new NoSuchElementException();",
"new NoSuchElementException()",
"long n = 0;",
"n",
"0",
"boolean minus = false;",
"minus",
"false",
"int b = readByte();",
"b",
"readByte()",
"readByte",
"if (b == '-') {\n minus = true;\n b = readByte();\n }",
"b == '-'",
"b",
"'-'",
"{\n minus = true;\n b = readByte();\n }",
"minus = true",
"minus",
"true",
"b = readByte()",
"b",
"readByte()",
"readByte",
"if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }",
"b < '0' || '9' < b",
"b < '0'",
"b",
"'0'",
"'9' < b",
"'9'",
"b",
"{\n throw new NumberFormatException();\n }",
"throw new NumberFormatException();",
"new NumberFormatException()",
"while (true) {\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }",
"true",
"{\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }",
"if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }",
"'0' <= b && b <= '9'",
"'0' <= b",
"'0'",
"b",
"b <= '9'",
"b",
"'9'",
"{\n n *= 10;\n n += b - '0';\n }",
"n *= 10",
"n",
"10",
"n += b - '0'",
"n",
"b - '0'",
"b",
"'0'",
"if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }",
"b == -1 || !isPrintableChar(b)",
"b == -1",
"b",
"-1",
"1",
"!isPrintableChar(b)",
"isPrintableChar(b)",
"isPrintableChar",
"b",
"{\n return minus ? -n : n;\n }",
"return minus ? -n : n;",
"minus ? -n : n",
"minus",
"-n",
"n",
"n",
"{\n throw new NumberFormatException();\n }",
"throw new NumberFormatException();",
"new NumberFormatException()",
"b = readByte()",
"b",
"readByte()",
"readByte",
"public int nextInt() {\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n throw new NumberFormatException();\n return (int) nl;\n }",
"nextInt",
"{\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n throw new NumberFormatException();\n return (int) nl;\n }",
"long nl = nextLong();",
"nl",
"nextLong()",
"nextLong",
"if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n throw new NumberFormatException();",
"nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE",
"nl < Integer.MIN_VALUE",
"nl",
"Integer.MIN_VALUE",
"Integer",
"Integer.MIN_VALUE",
"nl > Integer.MAX_VALUE",
"nl",
"Integer.MAX_VALUE",
"Integer",
"Integer.MAX_VALUE",
"throw new NumberFormatException();",
"new NumberFormatException()",
"return (int) nl;",
"(int) nl",
"public double nextDouble() {\n return Double.parseDouble(next());\n }",
"nextDouble",
"{\n return Double.parseDouble(next());\n }",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"public class Main {\n public static void main(String[] args) throws Exception{\n FastScanner sc = new FastScanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n \n new Solution(s, w);\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception{\n FastScanner sc = new FastScanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n \n new Solution(s, w);\n }\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main {
public static void main(String[] args) throws Exception{
FastScanner sc = new FastScanner(System.in);
int s = sc.nextInt();
int w = sc.nextInt();
new Solution(s, w);
}
}
class Solution {
public Solution(int s, int w) {
if(s <= w) System.out.println("unsafe");
else System.out.println("safe");
// System.out.println(res);
}
}
class FastScanner {
private final InputStream in;
private final byte[] buffer = new byte[1024];
private int ptr = 0;
private int buflen = 0;
public FastScanner(InputStream source) {
in = source;
}
private boolean hasNextByte() {
if (ptr < buflen) {
return true;
} else {
ptr = 0;
try {
buflen = in.read(buffer);
} catch (IOException e) {
e.printStackTrace();
}
if (buflen <= 0) {
return false;
}
}
return true;
}
private int readByte() {
if (hasNextByte()) return buffer[ptr++];
else return -1;
}
private static boolean isPrintableChar(int c) {
return 33 <= c && c <= 126;
}
public boolean hasNext() {
while (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;
return hasNextByte();
}
public String next() {
if (!hasNext()) throw new NoSuchElementException();
StringBuilder sb = new StringBuilder();
int b = readByte();
while (isPrintableChar(b)) {
sb.appendCodePoint(b);
b = readByte();
}
return sb.toString();
}
public long nextLong() {
if (!hasNext()) throw new NoSuchElementException();
long n = 0;
boolean minus = false;
int b = readByte();
if (b == '-') {
minus = true;
b = readByte();
}
if (b < '0' || '9' < b) {
throw new NumberFormatException();
}
while (true) {
if ('0' <= b && b <= '9') {
n *= 10;
n += b - '0';
} else if (b == -1 || !isPrintableChar(b)) {
return minus ? -n : n;
} else {
throw new NumberFormatException();
}
b = readByte();
}
}
public int nextInt() {
long nl = nextLong();
if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)
throw new NumberFormatException();
return (int) nl;
}
public double nextDouble() {
return Double.parseDouble(next());
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
17,
13,
2,
13,
17,
30,
14,
2,
2,
17,
13,
2,
13,
17,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
61,
5
],
[
61,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
22,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
36,
38
],
[
31,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
40,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
6,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint S=sc.nextInt();\n\t\tint W=sc.nextInt();\n\t\t\n\t\tif(1<=S&&S<=100) {\n\t\t\tif(1<=W&&W<=100) {\n\t\t\t\tif(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint S=sc.nextInt();\n\t\tint W=sc.nextInt();\n\t\t\n\t\tif(1<=S&&S<=100) {\n\t\t\tif(1<=W&&W<=100) {\n\t\t\t\tif(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint S=sc.nextInt();\n\t\tint W=sc.nextInt();\n\t\t\n\t\tif(1<=S&&S<=100) {\n\t\t\tif(1<=W&&W<=100) {\n\t\t\t\tif(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\n\t}",
"main",
"{\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint S=sc.nextInt();\n\t\tint W=sc.nextInt();\n\t\t\n\t\tif(1<=S&&S<=100) {\n\t\t\tif(1<=W&&W<=100) {\n\t\t\t\tif(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\n\t}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S=sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W=sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(1<=S&&S<=100) {\n\t\t\tif(1<=W&&W<=100) {\n\t\t\t\tif(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}",
"1<=S&&S<=100",
"1<=S",
"1",
"S",
"S<=100",
"S",
"100",
"{\n\t\t\tif(1<=W&&W<=100) {\n\t\t\t\tif(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}",
"if(1<=W&&W<=100) {\n\t\t\t\tif(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}",
"1<=W&&W<=100",
"1<=W",
"1",
"W",
"W<=100",
"W",
"100",
"{\n\t\t\t\tif(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}",
"if(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}",
"S<=W",
"S",
"W",
"{\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint S=sc.nextInt();\n\t\tint W=sc.nextInt();\n\t\t\n\t\tif(1<=S&&S<=100) {\n\t\t\tif(1<=W&&W<=100) {\n\t\t\t\tif(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint S=sc.nextInt();\n\t\tint W=sc.nextInt();\n\t\t\n\t\tif(1<=S&&S<=100) {\n\t\t\tif(1<=W&&W<=100) {\n\t\t\t\tif(S<=W) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\n\t}\n\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO 自動生成されたメソッド・スタブ
Scanner sc=new Scanner(System.in);
int S=sc.nextInt();
int W=sc.nextInt();
if(1<=S&&S<=100) {
if(1<=W&&W<=100) {
if(S<=W) {
System.out.println("unsafe");
}else {
System.out.println("safe");
}
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
46,
5
],
[
46,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
6,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] |
[
"import java.util.Scanner;\n \npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n double s = scan.nextDouble();\n \tdouble w = scan.nextDouble();\n \n \tif(s <= w){\n \t\tSystem.out.println(\"unsafe\");\n \t} else {\n \t\tSystem.out.println(\"safe\");\n \t}\n \t\n scan.close();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n double s = scan.nextDouble();\n \tdouble w = scan.nextDouble();\n \n \tif(s <= w){\n \t\tSystem.out.println(\"unsafe\");\n \t} else {\n \t\tSystem.out.println(\"safe\");\n \t}\n \t\n scan.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n double s = scan.nextDouble();\n \tdouble w = scan.nextDouble();\n \n \tif(s <= w){\n \t\tSystem.out.println(\"unsafe\");\n \t} else {\n \t\tSystem.out.println(\"safe\");\n \t}\n \t\n scan.close();\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n double s = scan.nextDouble();\n \tdouble w = scan.nextDouble();\n \n \tif(s <= w){\n \t\tSystem.out.println(\"unsafe\");\n \t} else {\n \t\tSystem.out.println(\"safe\");\n \t}\n \t\n scan.close();\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"double s = scan.nextDouble();",
"s",
"scan.nextDouble()",
"scan.nextDouble",
"scan",
"double w = scan.nextDouble();",
"w",
"scan.nextDouble()",
"scan.nextDouble",
"scan",
"if(s <= w){\n \t\tSystem.out.println(\"unsafe\");\n \t} else {\n \t\tSystem.out.println(\"safe\");\n \t}",
"s <= w",
"s",
"w",
"{\n \t\tSystem.out.println(\"unsafe\");\n \t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n \t\tSystem.out.println(\"safe\");\n \t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n double s = scan.nextDouble();\n \tdouble w = scan.nextDouble();\n \n \tif(s <= w){\n \t\tSystem.out.println(\"unsafe\");\n \t} else {\n \t\tSystem.out.println(\"safe\");\n \t}\n \t\n scan.close();\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n double s = scan.nextDouble();\n \tdouble w = scan.nextDouble();\n \n \tif(s <= w){\n \t\tSystem.out.println(\"unsafe\");\n \t} else {\n \t\tSystem.out.println(\"safe\");\n \t}\n \t\n scan.close();\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
double s = scan.nextDouble();
double w = scan.nextDouble();
if(s <= w){
System.out.println("unsafe");
} else {
System.out.println("safe");
}
scan.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
46,
5
],
[
46,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
6,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args ) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint numOfSheep = scanner.nextInt();\n\t\tint numOfWolf = scanner.nextInt();\n\n\t\tif(numOfSheep<=numOfWolf) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tscanner.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args ) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint numOfSheep = scanner.nextInt();\n\t\tint numOfWolf = scanner.nextInt();\n\n\t\tif(numOfSheep<=numOfWolf) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tscanner.close();\n\t}\n}",
"Main",
"public static void main(String[] args ) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint numOfSheep = scanner.nextInt();\n\t\tint numOfWolf = scanner.nextInt();\n\n\t\tif(numOfSheep<=numOfWolf) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tscanner.close();\n\t}",
"main",
"{\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint numOfSheep = scanner.nextInt();\n\t\tint numOfWolf = scanner.nextInt();\n\n\t\tif(numOfSheep<=numOfWolf) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tscanner.close();\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int numOfSheep = scanner.nextInt();",
"numOfSheep",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int numOfWolf = scanner.nextInt();",
"numOfWolf",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if(numOfSheep<=numOfWolf) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"numOfSheep<=numOfWolf",
"numOfSheep",
"numOfWolf",
"{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"scanner.close()",
"scanner.close",
"scanner",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args ) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint numOfSheep = scanner.nextInt();\n\t\tint numOfWolf = scanner.nextInt();\n\n\t\tif(numOfSheep<=numOfWolf) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tscanner.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args ) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint numOfSheep = scanner.nextInt();\n\t\tint numOfWolf = scanner.nextInt();\n\n\t\tif(numOfSheep<=numOfWolf) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t\tscanner.close();\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args ) {
Scanner scanner = new Scanner(System.in);
int numOfSheep = scanner.nextInt();
int numOfWolf = scanner.nextInt();
if(numOfSheep<=numOfWolf) {
System.out.println("unsafe");
}else {
System.out.println("safe");
}
scanner.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
13,
41,
13,
18,
13,
17,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
42,
4,
18,
13,
30,
4,
18,
13,
4,
18,
13,
29,
4,
18,
13,
20,
4,
18,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
89,
5
],
[
89,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
8,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
40,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
6,
58
],
[
58,
59
],
[
89,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
62,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
69,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
74,
77
],
[
77,
78
],
[
78,
79
],
[
62,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
81,
84
],
[
85,
86
],
[
86,
87
],
[
0,
88
],
[
88,
89
],
[
88,
90
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n String[] lines = getStdin();\n String str = lines[0];\n String[] str1 = str.split(\" \");\n int sheep = Integer.parseInt(str1[0]);\n int wolf = Integer.parseInt(str1[1]);\n\n if (sheep <= wolf){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n \n \n }\n \n private static String[] getStdin() {\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }\n \n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n String[] lines = getStdin();\n String str = lines[0];\n String[] str1 = str.split(\" \");\n int sheep = Integer.parseInt(str1[0]);\n int wolf = Integer.parseInt(str1[1]);\n\n if (sheep <= wolf){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n \n \n }\n \n private static String[] getStdin() {\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }\n \n}",
"Main",
"public static void main(String[] args) throws Exception {\n String[] lines = getStdin();\n String str = lines[0];\n String[] str1 = str.split(\" \");\n int sheep = Integer.parseInt(str1[0]);\n int wolf = Integer.parseInt(str1[1]);\n\n if (sheep <= wolf){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n \n \n }",
"main",
"{\n String[] lines = getStdin();\n String str = lines[0];\n String[] str1 = str.split(\" \");\n int sheep = Integer.parseInt(str1[0]);\n int wolf = Integer.parseInt(str1[1]);\n\n if (sheep <= wolf){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n \n \n }",
"String[] lines = getStdin();",
"lines",
"getStdin()",
"getStdin",
"String str = lines[0];",
"str",
"lines[0]",
"lines",
"0",
"String[] str1 = str.split(\" \");",
"str1",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int sheep = Integer.parseInt(str1[0]);",
"sheep",
"Integer.parseInt(str1[0])",
"Integer.parseInt",
"Integer",
"str1[0]",
"str1",
"0",
"int wolf = Integer.parseInt(str1[1]);",
"wolf",
"Integer.parseInt(str1[1])",
"Integer.parseInt",
"Integer",
"str1[1]",
"str1",
"1",
"if (sheep <= wolf){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }",
"sheep <= wolf",
"sheep",
"wolf",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"private static String[] getStdin() {\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }",
"getStdin",
"{\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"ArrayList<String> lines = new ArrayList<>();",
"lines",
"new ArrayList<>()",
"while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }",
"scanner.hasNext()",
"scanner.hasNext",
"scanner",
"{\n lines.add(scanner.nextLine());\n }",
"lines.add(scanner.nextLine())",
"lines.add",
"lines",
"scanner.nextLine()",
"scanner.nextLine",
"scanner",
"return lines.toArray(new String[lines.size()]);",
"lines.toArray(new String[lines.size()])",
"lines.toArray",
"lines",
"new String[lines.size()]",
"lines.size()",
"lines.size",
"lines",
"public class Main {\n public static void main(String[] args) throws Exception {\n String[] lines = getStdin();\n String str = lines[0];\n String[] str1 = str.split(\" \");\n int sheep = Integer.parseInt(str1[0]);\n int wolf = Integer.parseInt(str1[1]);\n\n if (sheep <= wolf){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n \n \n }\n \n private static String[] getStdin() {\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }\n \n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n String[] lines = getStdin();\n String str = lines[0];\n String[] str1 = str.split(\" \");\n int sheep = Integer.parseInt(str1[0]);\n int wolf = Integer.parseInt(str1[1]);\n\n if (sheep <= wolf){\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n \n \n \n }\n \n private static String[] getStdin() {\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }\n \n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
String[] lines = getStdin();
String str = lines[0];
String[] str1 = str.split(" ");
int sheep = Integer.parseInt(str1[0]);
int wolf = Integer.parseInt(str1[1]);
if (sheep <= wolf){
System.out.println("unsafe");
} else {
System.out.println("safe");
}
}
private static String[] getStdin() {
Scanner scanner = new Scanner(System.in);
ArrayList<String> lines = new ArrayList<>();
while (scanner.hasNext()) {
lines.add(scanner.nextLine());
}
return lines.toArray(new String[lines.size()]);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] |
[
"import java.util.*;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S<=W){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S<=W){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S<=W){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S<=W){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(S<=W){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }",
"S<=W",
"S",
"W",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S<=W){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S<=W){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int S = sc.nextInt();
int W = sc.nextInt();
if(S<=W){
System.out.println("unsafe");
}else{
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
8,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
42,
5
],
[
42,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
35,
36
],
[
35,
37
],
[
35,
38
],
[
6,
39
],
[
39,
40
],
[
0,
41
],
[
41,
42
],
[
41,
43
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n boolean ans = S <= W;\n\n System.out.println(ans ? \"unsafe\" : \"safe\");\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n boolean ans = S <= W;\n\n System.out.println(ans ? \"unsafe\" : \"safe\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n boolean ans = S <= W;\n\n System.out.println(ans ? \"unsafe\" : \"safe\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n boolean ans = S <= W;\n\n System.out.println(ans ? \"unsafe\" : \"safe\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"boolean ans = S <= W;",
"ans",
"S <= W",
"S",
"W",
"System.out.println(ans ? \"unsafe\" : \"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"ans ? \"unsafe\" : \"safe\"",
"ans",
"\"unsafe\"",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n boolean ans = S <= W;\n\n System.out.println(ans ? \"unsafe\" : \"safe\");\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n sc.close();\n\n boolean ans = S <= W;\n\n System.out.println(ans ? \"unsafe\" : \"safe\");\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int S = sc.nextInt();
int W = sc.nextInt();
sc.close();
boolean ans = S <= W;
System.out.println(ans ? "unsafe" : "safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
13,
13,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
41,
5
],
[
41,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
6,
38
],
[
38,
39
],
[
0,
40
],
[
40,
41
],
[
40,
42
]
] |
[
"import java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint s = scn.nextInt();\n\t\tint w = scn.nextInt();\n \tString ans=\"safe\";\n \tif(w>=s) ans=\"unsafe\";\n \tSystem.out.println(ans);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint s = scn.nextInt();\n\t\tint w = scn.nextInt();\n \tString ans=\"safe\";\n \tif(w>=s) ans=\"unsafe\";\n \tSystem.out.println(ans);\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint s = scn.nextInt();\n\t\tint w = scn.nextInt();\n \tString ans=\"safe\";\n \tif(w>=s) ans=\"unsafe\";\n \tSystem.out.println(ans);\n\t}",
"main",
"{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint s = scn.nextInt();\n\t\tint w = scn.nextInt();\n \tString ans=\"safe\";\n \tif(w>=s) ans=\"unsafe\";\n \tSystem.out.println(ans);\n\t}",
"Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"int s = scn.nextInt();",
"s",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int w = scn.nextInt();",
"w",
"scn.nextInt()",
"scn.nextInt",
"scn",
"String ans=\"safe\";",
"ans",
"\"safe\"",
"if(w>=s) ans=\"unsafe\";",
"w>=s",
"w",
"s",
"ans=\"unsafe\"",
"ans",
"\"unsafe\"",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint s = scn.nextInt();\n\t\tint w = scn.nextInt();\n \tString ans=\"safe\";\n \tif(w>=s) ans=\"unsafe\";\n \tSystem.out.println(ans);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint s = scn.nextInt();\n\t\tint w = scn.nextInt();\n \tString ans=\"safe\";\n \tif(w>=s) ans=\"unsafe\";\n \tSystem.out.println(ans);\n\t}\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception{
Scanner scn = new Scanner(System.in);
int s = scn.nextInt();
int w = scn.nextInt();
String ans="safe";
if(w>=s) ans="unsafe";
System.out.println(ans);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
55,
17
],
[
55,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
20,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
20,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
34,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
18,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] |
[
"import java.util.*;\nimport java.util.ArrayDeque;\nimport java.util.Queue;\nimport java.math.RoundingMode;\nimport java.math.BigDecimal;\n\n\n\npublic class Main{\n\t public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t \tint s = sc.nextInt();\n\t \tint w = sc.nextInt();\n\t \tif(s<=w) {\n\t \t\tSystem.out.println(\"unsafe\");\n\t \t}\n\t \telse {\n\t \t\tSystem.out.println(\"safe\");\n\t \t}\n\t }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.util.ArrayDeque;",
"ArrayDeque",
"java.util",
"import java.util.Queue;",
"Queue",
"java.util",
"import java.math.RoundingMode;",
"RoundingMode",
"java.math",
"import java.math.BigDecimal;",
"BigDecimal",
"java.math",
"public class Main{\n\t public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t \tint s = sc.nextInt();\n\t \tint w = sc.nextInt();\n\t \tif(s<=w) {\n\t \t\tSystem.out.println(\"unsafe\");\n\t \t}\n\t \telse {\n\t \t\tSystem.out.println(\"safe\");\n\t \t}\n\t }\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t \tint s = sc.nextInt();\n\t \tint w = sc.nextInt();\n\t \tif(s<=w) {\n\t \t\tSystem.out.println(\"unsafe\");\n\t \t}\n\t \telse {\n\t \t\tSystem.out.println(\"safe\");\n\t \t}\n\t }",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t \tint s = sc.nextInt();\n\t \tint w = sc.nextInt();\n\t \tif(s<=w) {\n\t \t\tSystem.out.println(\"unsafe\");\n\t \t}\n\t \telse {\n\t \t\tSystem.out.println(\"safe\");\n\t \t}\n\t }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int s = sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(s<=w) {\n\t \t\tSystem.out.println(\"unsafe\");\n\t \t}\n\t \telse {\n\t \t\tSystem.out.println(\"safe\");\n\t \t}",
"s<=w",
"s",
"w",
"{\n\t \t\tSystem.out.println(\"unsafe\");\n\t \t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t \t\tSystem.out.println(\"safe\");\n\t \t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main{\n\t public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t \tint s = sc.nextInt();\n\t \tint w = sc.nextInt();\n\t \tif(s<=w) {\n\t \t\tSystem.out.println(\"unsafe\");\n\t \t}\n\t \telse {\n\t \t\tSystem.out.println(\"safe\");\n\t \t}\n\t }\n}",
"public class Main{\n\t public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t \tint s = sc.nextInt();\n\t \tint w = sc.nextInt();\n\t \tif(s<=w) {\n\t \t\tSystem.out.println(\"unsafe\");\n\t \t}\n\t \telse {\n\t \t\tSystem.out.println(\"safe\");\n\t \t}\n\t }\n}",
"Main"
] |
import java.util.*;
import java.util.ArrayDeque;
import java.util.Queue;
import java.math.RoundingMode;
import java.math.BigDecimal;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int s = sc.nextInt();
int w = sc.nextInt();
if(s<=w) {
System.out.println("unsafe");
}
else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
46,
8
],
[
46,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
25,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
9,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] |
[
"import java.util.Scanner;\nimport java.util.Arrays;\n\npublic class Main{\npublic static void main(String[] args){\nScanner scan=new Scanner(System.in);\nint n=scan.nextInt();\nint m=scan.nextInt();\n\nif(n<=m){\nSystem.out.println(\"unsafe\");\n}else{\nSystem.out.println(\"safe\");\n}\n\n}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main{\npublic static void main(String[] args){\nScanner scan=new Scanner(System.in);\nint n=scan.nextInt();\nint m=scan.nextInt();\n\nif(n<=m){\nSystem.out.println(\"unsafe\");\n}else{\nSystem.out.println(\"safe\");\n}\n\n}\n}",
"Main",
"public static void main(String[] args){\nScanner scan=new Scanner(System.in);\nint n=scan.nextInt();\nint m=scan.nextInt();\n\nif(n<=m){\nSystem.out.println(\"unsafe\");\n}else{\nSystem.out.println(\"safe\");\n}\n\n}",
"main",
"{\nScanner scan=new Scanner(System.in);\nint n=scan.nextInt();\nint m=scan.nextInt();\n\nif(n<=m){\nSystem.out.println(\"unsafe\");\n}else{\nSystem.out.println(\"safe\");\n}\n\n}",
"Scanner scan=new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int n=scan.nextInt();",
"n",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int m=scan.nextInt();",
"m",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(n<=m){\nSystem.out.println(\"unsafe\");\n}else{\nSystem.out.println(\"safe\");\n}",
"n<=m",
"n",
"m",
"{\nSystem.out.println(\"unsafe\");\n}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\nSystem.out.println(\"safe\");\n}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main{\npublic static void main(String[] args){\nScanner scan=new Scanner(System.in);\nint n=scan.nextInt();\nint m=scan.nextInt();\n\nif(n<=m){\nSystem.out.println(\"unsafe\");\n}else{\nSystem.out.println(\"safe\");\n}\n\n}\n}",
"public class Main{\npublic static void main(String[] args){\nScanner scan=new Scanner(System.in);\nint n=scan.nextInt();\nint m=scan.nextInt();\n\nif(n<=m){\nSystem.out.println(\"unsafe\");\n}else{\nSystem.out.println(\"safe\");\n}\n\n}\n}",
"Main"
] |
import java.util.Scanner;
import java.util.Arrays;
public class Main{
public static void main(String[] args){
Scanner scan=new Scanner(System.in);
int n=scan.nextInt();
int m=scan.nextInt();
if(n<=m){
System.out.println("unsafe");
}else{
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\tint sheep = sc.nextInt();\n\t\t\t\tint wolf = sc.nextInt();\n\n\t\t\t\tif(wolf >= sheep) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\tint sheep = sc.nextInt();\n\t\t\t\tint wolf = sc.nextInt();\n\n\t\t\t\tif(wolf >= sheep) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"Main",
"public static void main(String[] args) {\n\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\tint sheep = sc.nextInt();\n\t\t\t\tint wolf = sc.nextInt();\n\n\t\t\t\tif(wolf >= sheep) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}",
"main",
"{\n\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\tint sheep = sc.nextInt();\n\t\t\t\tint wolf = sc.nextInt();\n\n\t\t\t\tif(wolf >= sheep) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int sheep = sc.nextInt();",
"sheep",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int wolf = sc.nextInt();",
"wolf",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(wolf >= sheep) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}",
"wolf >= sheep",
"wolf",
"sheep",
"{\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\tint sheep = sc.nextInt();\n\t\t\t\tint wolf = sc.nextInt();\n\n\t\t\t\tif(wolf >= sheep) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\tint sheep = sc.nextInt();\n\t\t\t\tint wolf = sc.nextInt();\n\n\t\t\t\tif(wolf >= sheep) {\n\t\t\t\t\tSystem.out.println(\"unsafe\");\n\t\t\t\t}else {\n\t\t\t\t\tSystem.out.println(\"safe\");\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int sheep = sc.nextInt();
int wolf = sc.nextInt();
if(wolf >= sheep) {
System.out.println("unsafe");
}else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
52,
8
],
[
52,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
32,
33
],
[
11,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
34,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
11,
46
],
[
46,
47
],
[
47,
48
],
[
9,
49
],
[
49,
50
],
[
0,
51
],
[
51,
52
],
[
51,
53
]
] |
[
"import java.util.*;\nimport java.io.*;\npublic class Main{\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter ou = new PrintWriter(System.out);\n\t\tint n = Integer.parseInt(sc.next());\n\t\tint m = Integer.parseInt(sc.next());\n\t\tif(n <= m) ou.print(\"unsafe\\n\");\n\t\telse ou.print(\"safe\\n\");\n\t\tou.flush();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter ou = new PrintWriter(System.out);\n\t\tint n = Integer.parseInt(sc.next());\n\t\tint m = Integer.parseInt(sc.next());\n\t\tif(n <= m) ou.print(\"unsafe\\n\");\n\t\telse ou.print(\"safe\\n\");\n\t\tou.flush();\n }\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter ou = new PrintWriter(System.out);\n\t\tint n = Integer.parseInt(sc.next());\n\t\tint m = Integer.parseInt(sc.next());\n\t\tif(n <= m) ou.print(\"unsafe\\n\");\n\t\telse ou.print(\"safe\\n\");\n\t\tou.flush();\n }",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter ou = new PrintWriter(System.out);\n\t\tint n = Integer.parseInt(sc.next());\n\t\tint m = Integer.parseInt(sc.next());\n\t\tif(n <= m) ou.print(\"unsafe\\n\");\n\t\telse ou.print(\"safe\\n\");\n\t\tou.flush();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"PrintWriter ou = new PrintWriter(System.out);",
"ou",
"new PrintWriter(System.out)",
"int n = Integer.parseInt(sc.next());",
"n",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int m = Integer.parseInt(sc.next());",
"m",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if(n <= m) ou.print(\"unsafe\\n\");\n\t\telse ou.print(\"safe\\n\");",
"n <= m",
"n",
"m",
"ou.print(\"unsafe\\n\")",
"ou.print",
"ou",
"\"unsafe\\n\"",
"ou.print(\"safe\\n\")",
"ou.print",
"ou",
"\"safe\\n\"",
"ou.flush()",
"ou.flush",
"ou",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter ou = new PrintWriter(System.out);\n\t\tint n = Integer.parseInt(sc.next());\n\t\tint m = Integer.parseInt(sc.next());\n\t\tif(n <= m) ou.print(\"unsafe\\n\");\n\t\telse ou.print(\"safe\\n\");\n\t\tou.flush();\n }\n}",
"public class Main{\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter ou = new PrintWriter(System.out);\n\t\tint n = Integer.parseInt(sc.next());\n\t\tint m = Integer.parseInt(sc.next());\n\t\tif(n <= m) ou.print(\"unsafe\\n\");\n\t\telse ou.print(\"safe\\n\");\n\t\tou.flush();\n }\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
PrintWriter ou = new PrintWriter(System.out);
int n = Integer.parseInt(sc.next());
int m = Integer.parseInt(sc.next());
if(n <= m) ou.print("unsafe\n");
else ou.print("safe\n");
ou.flush();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] |
[
"import java.util.*;\n\n\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int hituji = sc.nextInt();\n int okami = sc.nextInt();\n if (hituji > okami) {\n System.out.println(\"safe\");\n } else {\n System.out.println(\"unsafe\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int hituji = sc.nextInt();\n int okami = sc.nextInt();\n if (hituji > okami) {\n System.out.println(\"safe\");\n } else {\n System.out.println(\"unsafe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int hituji = sc.nextInt();\n int okami = sc.nextInt();\n if (hituji > okami) {\n System.out.println(\"safe\");\n } else {\n System.out.println(\"unsafe\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int hituji = sc.nextInt();\n int okami = sc.nextInt();\n if (hituji > okami) {\n System.out.println(\"safe\");\n } else {\n System.out.println(\"unsafe\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int hituji = sc.nextInt();",
"hituji",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int okami = sc.nextInt();",
"okami",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (hituji > okami) {\n System.out.println(\"safe\");\n } else {\n System.out.println(\"unsafe\");\n }",
"hituji > okami",
"hituji",
"okami",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int hituji = sc.nextInt();\n int okami = sc.nextInt();\n if (hituji > okami) {\n System.out.println(\"safe\");\n } else {\n System.out.println(\"unsafe\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int hituji = sc.nextInt();\n int okami = sc.nextInt();\n if (hituji > okami) {\n System.out.println(\"safe\");\n } else {\n System.out.println(\"unsafe\");\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int hituji = sc.nextInt();
int okami = sc.nextInt();
if (hituji > okami) {
System.out.println("safe");
} else {
System.out.println("unsafe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
12,
13,
30,
12,
13,
30,
12,
13,
30,
41,
13,
20,
17,
11,
1,
0,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
12,
13,
30,
41,
13,
20,
4,
18,
13,
4,
18,
13,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
142,
5
],
[
142,
6
],
[
6,
7
],
[
142,
8
],
[
8,
9
],
[
142,
10
],
[
10,
11
],
[
142,
12
],
[
12,
13
],
[
142,
14
],
[
14,
15
],
[
142,
16
],
[
16,
17
],
[
142,
18
],
[
18,
19
],
[
142,
20
],
[
20,
21
],
[
142,
22
],
[
22,
23
],
[
142,
24
],
[
24,
25
],
[
142,
26
],
[
26,
27
],
[
142,
28
],
[
28,
29
],
[
142,
30
],
[
30,
31
],
[
142,
32
],
[
32,
33
],
[
142,
34
],
[
34,
35
],
[
142,
36
],
[
36,
37
],
[
142,
38
],
[
38,
39
],
[
142,
40
],
[
40,
41
],
[
142,
42
],
[
42,
43
],
[
142,
44
],
[
44,
45
],
[
142,
46
],
[
46,
47
],
[
142,
48
],
[
48,
49
],
[
142,
50
],
[
50,
51
],
[
142,
52
],
[
52,
53
],
[
142,
54
],
[
54,
55
],
[
142,
56
],
[
56,
57
],
[
142,
58
],
[
58,
59
],
[
142,
60
],
[
60,
61
],
[
142,
62
],
[
62,
63
],
[
142,
64
],
[
64,
65
],
[
142,
66
],
[
66,
67
],
[
66,
68
],
[
142,
69
],
[
69,
70
],
[
69,
71
],
[
142,
72
],
[
72,
73
],
[
72,
74
],
[
142,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
87,
88
],
[
87,
89
],
[
82,
90
],
[
90,
91
],
[
91,
92
],
[
82,
93
],
[
94,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
99,
100
],
[
100,
101
],
[
77,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
107,
108
],
[
107,
109
],
[
102,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
111,
116
],
[
102,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
118,
123
],
[
142,
124
],
[
124,
125
],
[
124,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
126,
130
],
[
130,
131
],
[
131,
132
],
[
126,
133
],
[
133,
134
],
[
134,
135
],
[
126,
136
],
[
136,
137
],
[
137,
138
],
[
124,
139
],
[
139,
140
],
[
0,
141
],
[
141,
142
],
[
141,
143
]
] |
[
"import java.util.Scanner;\n//int[] date=new int[2];\npublic class Main {\nint i,o,sum,h,s,e,u,ty,yu,ui,n,num,qw;\ndouble m,t,r,j,k,f,d,g,w;\nstatic double l;\nString b,c,z,x,v,a,q;\nScanner scan =new Scanner(System.in);\n//入力\n\tpublic void input() {\t\n\t\n\t}\n\t//演算\n\tpublic void compute() {\n\t\n\t\t}\n//出力\n\tpublic void output() {\n\tint[] date=new int[2];\n\tfor(o=0;o<2;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\n\tif(date[0]<=date[1]) {\n\t\tSystem.out.println(\"unsafe\");\n\t}else {\n\t\tSystem.out.println(\"safe\");\n\t}\n\t\t}\n\tpublic static void main(String [ ] args) {\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}\n\t}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\nint i,o,sum,h,s,e,u,ty,yu,ui,n,num,qw;\ndouble m,t,r,j,k,f,d,g,w;\nstatic double l;\nString b,c,z,x,v,a,q;\nScanner scan =new Scanner(System.in);\n//入力\n\tpublic void input() {\t\n\t\n\t}\n\t//演算\n\tpublic void compute() {\n\t\n\t\t}\n//出力\n\tpublic void output() {\n\tint[] date=new int[2];\n\tfor(o=0;o<2;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\n\tif(date[0]<=date[1]) {\n\t\tSystem.out.println(\"unsafe\");\n\t}else {\n\t\tSystem.out.println(\"safe\");\n\t}\n\t\t}\n\tpublic static void main(String [ ] args) {\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}\n\t}",
"Main",
"int i",
"i",
"o",
"o",
"sum",
"sum",
"h",
"h",
"s",
"s",
"e",
"e",
"u",
"u",
"ty",
"ty",
"yu",
"yu",
"ui",
"ui",
"n",
"n",
"num",
"num",
"qw;",
"qw",
"double m",
"m",
"t",
"t",
"r",
"r",
"j",
"j",
"k",
"k",
"f",
"f",
"d",
"d",
"g",
"g",
"w;",
"w",
"static double l;",
"l",
"String b",
"b",
"c",
"c",
"z",
"z",
"x",
"x",
"v",
"v",
"a",
"a",
"q;",
"q",
"Scanner scan =new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"//入力\n\tpublic void input() {\t\n\t\n\t}",
"input",
"{\t\n\t\n\t}",
"//演算\n\tpublic void compute() {\n\t\n\t\t}",
"compute",
"{\n\t\n\t\t}",
"//出力\n\tpublic void output() {\n\tint[] date=new int[2];\n\tfor(o=0;o<2;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\n\tif(date[0]<=date[1]) {\n\t\tSystem.out.println(\"unsafe\");\n\t}else {\n\t\tSystem.out.println(\"safe\");\n\t}\n\t\t}",
"output",
"{\n\tint[] date=new int[2];\n\tfor(o=0;o<2;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\n\tif(date[0]<=date[1]) {\n\t\tSystem.out.println(\"unsafe\");\n\t}else {\n\t\tSystem.out.println(\"safe\");\n\t}\n\t\t}",
"int[] date=new int[2];",
"date",
"new int[2]",
"2",
"for(o=0;o<2;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}",
"o=0;",
"o=0",
"o",
"0",
"o<2",
"o",
"2",
"o++",
"o++",
"o",
"{\n\t\tdate[o]=scan.nextInt();\n\t}",
"{\n\t\tdate[o]=scan.nextInt();\n\t}",
"date[o]=scan.nextInt()",
"date[o]",
"date",
"o",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(date[0]<=date[1]) {\n\t\tSystem.out.println(\"unsafe\");\n\t}else {\n\t\tSystem.out.println(\"safe\");\n\t}",
"date[0]<=date[1]",
"date[0]",
"date",
"0",
"date[1]",
"date",
"1",
"{\n\t\tSystem.out.println(\"unsafe\");\n\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\tSystem.out.println(\"safe\");\n\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"public static void main(String [ ] args) {\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}",
"main",
"{\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}",
"Main p = new Main ();",
"p",
"new Main ()",
"p.input()",
"p.input",
"p",
"p.compute()",
"p.compute",
"p",
"p.output()",
"p.output",
"p",
"String [ ] args",
"args",
"public class Main {\nint i,o,sum,h,s,e,u,ty,yu,ui,n,num,qw;\ndouble m,t,r,j,k,f,d,g,w;\nstatic double l;\nString b,c,z,x,v,a,q;\nScanner scan =new Scanner(System.in);\n//入力\n\tpublic void input() {\t\n\t\n\t}\n\t//演算\n\tpublic void compute() {\n\t\n\t\t}\n//出力\n\tpublic void output() {\n\tint[] date=new int[2];\n\tfor(o=0;o<2;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\n\tif(date[0]<=date[1]) {\n\t\tSystem.out.println(\"unsafe\");\n\t}else {\n\t\tSystem.out.println(\"safe\");\n\t}\n\t\t}\n\tpublic static void main(String [ ] args) {\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}\n\t}",
"public class Main {\nint i,o,sum,h,s,e,u,ty,yu,ui,n,num,qw;\ndouble m,t,r,j,k,f,d,g,w;\nstatic double l;\nString b,c,z,x,v,a,q;\nScanner scan =new Scanner(System.in);\n//入力\n\tpublic void input() {\t\n\t\n\t}\n\t//演算\n\tpublic void compute() {\n\t\n\t\t}\n//出力\n\tpublic void output() {\n\tint[] date=new int[2];\n\tfor(o=0;o<2;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\n\tif(date[0]<=date[1]) {\n\t\tSystem.out.println(\"unsafe\");\n\t}else {\n\t\tSystem.out.println(\"safe\");\n\t}\n\t\t}\n\tpublic static void main(String [ ] args) {\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}\n\t}",
"Main"
] |
import java.util.Scanner;
//int[] date=new int[2];
public class Main {
int i,o,sum,h,s,e,u,ty,yu,ui,n,num,qw;
double m,t,r,j,k,f,d,g,w;
static double l;
String b,c,z,x,v,a,q;
Scanner scan =new Scanner(System.in);
//入力
public void input() {
}
//演算
public void compute() {
}
//出力
public void output() {
int[] date=new int[2];
for(o=0;o<2;o++) {
date[o]=scan.nextInt();
}
if(date[0]<=date[1]) {
System.out.println("unsafe");
}else {
System.out.println("safe");
}
}
public static void main(String [ ] args) {
Main p = new Main ();
p.input();
p.compute();
p.output();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] |
[
"import java.util.*;\npublic class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int sheep =s.nextInt();\n int wolf=s.nextInt();\n if(sheep>wolf){\n System.out.println(\"safe\" );\n }else {\n System.out.println(\"unsafe\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int sheep =s.nextInt();\n int wolf=s.nextInt();\n if(sheep>wolf){\n System.out.println(\"safe\" );\n }else {\n System.out.println(\"unsafe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int sheep =s.nextInt();\n int wolf=s.nextInt();\n if(sheep>wolf){\n System.out.println(\"safe\" );\n }else {\n System.out.println(\"unsafe\");\n }\n }",
"main",
"{\n Scanner s = new Scanner(System.in);\n int sheep =s.nextInt();\n int wolf=s.nextInt();\n if(sheep>wolf){\n System.out.println(\"safe\" );\n }else {\n System.out.println(\"unsafe\");\n }\n }",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int sheep =s.nextInt();",
"sheep",
"s.nextInt()",
"s.nextInt",
"s",
"int wolf=s.nextInt();",
"wolf",
"s.nextInt()",
"s.nextInt",
"s",
"if(sheep>wolf){\n System.out.println(\"safe\" );\n }else {\n System.out.println(\"unsafe\");\n }",
"sheep>wolf",
"sheep",
"wolf",
"{\n System.out.println(\"safe\" );\n }",
"System.out.println(\"safe\" )",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int sheep =s.nextInt();\n int wolf=s.nextInt();\n if(sheep>wolf){\n System.out.println(\"safe\" );\n }else {\n System.out.println(\"unsafe\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int sheep =s.nextInt();\n int wolf=s.nextInt();\n if(sheep>wolf){\n System.out.println(\"safe\" );\n }else {\n System.out.println(\"unsafe\");\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int sheep =s.nextInt();
int wolf=s.nextInt();
if(sheep>wolf){
System.out.println("safe" );
}else {
System.out.println("unsafe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
8,
2,
13,
13,
17,
17,
35,
13,
34,
17,
1,
4,
18,
18,
13,
13,
17,
3,
34,
17,
1,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
58,
5
],
[
58,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
13,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
28,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
38,
45
],
[
34,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
6,
55
],
[
55,
56
],
[
0,
57
],
[
57,
58
],
[
57,
59
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n int S, W;\n Scanner sc = new Scanner(System.in);\n S = sc.nextInt();\n W = sc.nextInt();\n int check = S > W ? 1 : 0;\n switch (check)\n {\n case 1:\n System.out.println(\"safe\");\n break;\n case 0:\n System.out.println(\"unsafe\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n int S, W;\n Scanner sc = new Scanner(System.in);\n S = sc.nextInt();\n W = sc.nextInt();\n int check = S > W ? 1 : 0;\n switch (check)\n {\n case 1:\n System.out.println(\"safe\");\n break;\n case 0:\n System.out.println(\"unsafe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n int S, W;\n Scanner sc = new Scanner(System.in);\n S = sc.nextInt();\n W = sc.nextInt();\n int check = S > W ? 1 : 0;\n switch (check)\n {\n case 1:\n System.out.println(\"safe\");\n break;\n case 0:\n System.out.println(\"unsafe\");\n }\n }",
"main",
"{\n int S, W;\n Scanner sc = new Scanner(System.in);\n S = sc.nextInt();\n W = sc.nextInt();\n int check = S > W ? 1 : 0;\n switch (check)\n {\n case 1:\n System.out.println(\"safe\");\n break;\n case 0:\n System.out.println(\"unsafe\");\n }\n }",
"int S",
"S",
"W;",
"W",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"S = sc.nextInt()",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"W = sc.nextInt()",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int check = S > W ? 1 : 0;",
"check",
"S > W ? 1 : 0",
"S > W",
"S",
"W",
"1",
"0",
"switch (check)\n {\n case 1:\n System.out.println(\"safe\");\n break;\n case 0:\n System.out.println(\"unsafe\");\n }",
"check",
"case 1:",
"1",
"case 1:",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"break;",
"case 0:",
"0",
"case 0:",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n int S, W;\n Scanner sc = new Scanner(System.in);\n S = sc.nextInt();\n W = sc.nextInt();\n int check = S > W ? 1 : 0;\n switch (check)\n {\n case 1:\n System.out.println(\"safe\");\n break;\n case 0:\n System.out.println(\"unsafe\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n int S, W;\n Scanner sc = new Scanner(System.in);\n S = sc.nextInt();\n W = sc.nextInt();\n int check = S > W ? 1 : 0;\n switch (check)\n {\n case 1:\n System.out.println(\"safe\");\n break;\n case 0:\n System.out.println(\"unsafe\");\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int S, W;
Scanner sc = new Scanner(System.in);
S = sc.nextInt();
W = sc.nextInt();
int check = S > W ? 1 : 0;
switch (check)
{
case 1:
System.out.println("safe");
break;
case 0:
System.out.println("unsafe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
20,
12,
13,
30,
14,
2,
4,
13,
4,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
86,
8
],
[
86,
9
],
[
9,
10
],
[
86,
11
],
[
11,
12
],
[
11,
13
],
[
86,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
18,
21
],
[
21,
22
],
[
17,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
17,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
14,
37
],
[
37,
38
],
[
86,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
86,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
86,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
64,
65
],
[
86,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
69,
78
],
[
78,
79
],
[
78,
80
],
[
68,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
0,
85
],
[
85,
86
],
[
85,
87
]
] |
[
"import java.util.*;\nimport java.io.*;\n\npublic class Main {\n static StringTokenizer st;\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n public static void main(String[] args) throws IOException {\n if (nextInt()>nextInt()) {\n System.out.println(\"safe\");\n }\n else {\n System.out.println(\"unsafe\");\n }\n }\n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}\n\n",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n static StringTokenizer st;\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n public static void main(String[] args) throws IOException {\n if (nextInt()>nextInt()) {\n System.out.println(\"safe\");\n }\n else {\n System.out.println(\"unsafe\");\n }\n }\n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}",
"Main",
"static StringTokenizer st;",
"st",
"static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"public static void main(String[] args) throws IOException {\n if (nextInt()>nextInt()) {\n System.out.println(\"safe\");\n }\n else {\n System.out.println(\"unsafe\");\n }\n }",
"main",
"{\n if (nextInt()>nextInt()) {\n System.out.println(\"safe\");\n }\n else {\n System.out.println(\"unsafe\");\n }\n }",
"if (nextInt()>nextInt()) {\n System.out.println(\"safe\");\n }\n else {\n System.out.println(\"unsafe\");\n }",
"nextInt()>nextInt()",
"nextInt()",
"nextInt",
"nextInt()",
"nextInt",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args",
"public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }",
"nextInt",
"{\n return Integer.parseInt(next());\n }",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }",
"nextLong",
"{\n return Long.parseLong(next());\n }",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }",
"nextDouble",
"{\n return Double.parseDouble(next());\n }",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }",
"next",
"{\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }",
"while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(br.readLine().trim())",
"st",
"new StringTokenizer(br.readLine().trim())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public class Main {\n static StringTokenizer st;\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n public static void main(String[] args) throws IOException {\n if (nextInt()>nextInt()) {\n System.out.println(\"safe\");\n }\n else {\n System.out.println(\"unsafe\");\n }\n }\n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}",
"public class Main {\n static StringTokenizer st;\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n public static void main(String[] args) throws IOException {\n if (nextInt()>nextInt()) {\n System.out.println(\"safe\");\n }\n else {\n System.out.println(\"unsafe\");\n }\n }\n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main {
static StringTokenizer st;
static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
public static void main(String[] args) throws IOException {
if (nextInt()>nextInt()) {
System.out.println("safe");
}
else {
System.out.println("unsafe");
}
}
public static int nextInt() throws IOException {
return Integer.parseInt(next());
}
public static long nextLong() throws IOException {
return Long.parseLong(next());
}
public static double nextDouble() throws IOException {
return Double.parseDouble(next());
}
static String next() throws IOException {
while (st == null || !st.hasMoreTokens())
st = new StringTokenizer(br.readLine().trim());
return st.nextToken();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
42,
5
],
[
42,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
6,
39
],
[
39,
40
],
[
0,
41
],
[
41,
42
],
[
41,
43
]
] |
[
"import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint shp = scan.nextInt();\n\t\tint wlf = scan.nextInt();\n\t\tString ans = \"unsafe\";\n\t\t\n\t\tif(shp > wlf){ans = \"safe\";}\n\t\t\n\t\tSystem.out.println(ans);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint shp = scan.nextInt();\n\t\tint wlf = scan.nextInt();\n\t\tString ans = \"unsafe\";\n\t\t\n\t\tif(shp > wlf){ans = \"safe\";}\n\t\t\n\t\tSystem.out.println(ans);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint shp = scan.nextInt();\n\t\tint wlf = scan.nextInt();\n\t\tString ans = \"unsafe\";\n\t\t\n\t\tif(shp > wlf){ans = \"safe\";}\n\t\t\n\t\tSystem.out.println(ans);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint shp = scan.nextInt();\n\t\tint wlf = scan.nextInt();\n\t\tString ans = \"unsafe\";\n\t\t\n\t\tif(shp > wlf){ans = \"safe\";}\n\t\t\n\t\tSystem.out.println(ans);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int shp = scan.nextInt();",
"shp",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int wlf = scan.nextInt();",
"wlf",
"scan.nextInt()",
"scan.nextInt",
"scan",
"String ans = \"unsafe\";",
"ans",
"\"unsafe\"",
"if(shp > wlf){ans = \"safe\";}",
"shp > wlf",
"shp",
"wlf",
"{ans = \"safe\";}",
"ans = \"safe\"",
"ans",
"\"safe\"",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint shp = scan.nextInt();\n\t\tint wlf = scan.nextInt();\n\t\tString ans = \"unsafe\";\n\t\t\n\t\tif(shp > wlf){ans = \"safe\";}\n\t\t\n\t\tSystem.out.println(ans);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint shp = scan.nextInt();\n\t\tint wlf = scan.nextInt();\n\t\tString ans = \"unsafe\";\n\t\t\n\t\tif(shp > wlf){ans = \"safe\";}\n\t\t\n\t\tSystem.out.println(ans);\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int shp = scan.nextInt();
int wlf = scan.nextInt();
String ans = "unsafe";
if(shp > wlf){ans = "safe";}
System.out.println(ans);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
41,
5
],
[
41,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
22,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
6,
38
],
[
38,
39
],
[
0,
40
],
[
40,
41
],
[
40,
42
]
] |
[
"import java.util.*;\npublic class Main{\n\tpublic static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint s = sc.nextInt();\n \tint w = sc.nextInt();\n \tif(w>=s) System.out.println(\"unsafe\");\n \telse System.out.println(\"safe\");\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint s = sc.nextInt();\n \tint w = sc.nextInt();\n \tif(w>=s) System.out.println(\"unsafe\");\n \telse System.out.println(\"safe\");\n }\n}",
"Main",
"public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint s = sc.nextInt();\n \tint w = sc.nextInt();\n \tif(w>=s) System.out.println(\"unsafe\");\n \telse System.out.println(\"safe\");\n }",
"main",
"{\n \tScanner sc = new Scanner(System.in);\n \tint s = sc.nextInt();\n \tint w = sc.nextInt();\n \tif(w>=s) System.out.println(\"unsafe\");\n \telse System.out.println(\"safe\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int s = sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(w>=s) System.out.println(\"unsafe\");\n \telse System.out.println(\"safe\");",
"w>=s",
"w",
"s",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint s = sc.nextInt();\n \tint w = sc.nextInt();\n \tif(w>=s) System.out.println(\"unsafe\");\n \telse System.out.println(\"safe\");\n }\n}",
"public class Main{\n\tpublic static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint s = sc.nextInt();\n \tint w = sc.nextInt();\n \tif(w>=s) System.out.println(\"unsafe\");\n \telse System.out.println(\"safe\");\n }\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int s = sc.nextInt();
int w = sc.nextInt();
if(w>=s) System.out.println("unsafe");
else System.out.println("safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
44,
5
],
[
44,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
8,
40
],
[
6,
41
],
[
41,
42
],
[
0,
43
],
[
43,
44
],
[
43,
45
]
] |
[
"import java.util.Scanner;\npublic class Main {\n public static void main(String[] args) {\n \n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n int w = scanner.nextInt();\n if(w >= s){System.out.println(\"unsafe\");}\n else{System.out.println(\"safe\");}\n\n return;\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n \n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n int w = scanner.nextInt();\n if(w >= s){System.out.println(\"unsafe\");}\n else{System.out.println(\"safe\");}\n\n return;\n }\n}",
"Main",
"public static void main(String[] args) {\n \n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n int w = scanner.nextInt();\n if(w >= s){System.out.println(\"unsafe\");}\n else{System.out.println(\"safe\");}\n\n return;\n }",
"main",
"{\n \n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n int w = scanner.nextInt();\n if(w >= s){System.out.println(\"unsafe\");}\n else{System.out.println(\"safe\");}\n\n return;\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int s = scanner.nextInt();",
"s",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int w = scanner.nextInt();",
"w",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if(w >= s){System.out.println(\"unsafe\");}\n else{System.out.println(\"safe\");}",
"w >= s",
"w",
"s",
"{System.out.println(\"unsafe\");}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{System.out.println(\"safe\");}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"return;",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n \n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n int w = scanner.nextInt();\n if(w >= s){System.out.println(\"unsafe\");}\n else{System.out.println(\"safe\");}\n\n return;\n }\n}",
"public class Main {\n public static void main(String[] args) {\n \n Scanner scanner = new Scanner(System.in);\n int s = scanner.nextInt();\n int w = scanner.nextInt();\n if(w >= s){System.out.println(\"unsafe\");}\n else{System.out.println(\"safe\");}\n\n return;\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int s = scanner.nextInt();
int w = scanner.nextInt();
if(w >= s){System.out.println("unsafe");}
else{System.out.println("safe");}
return;
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
36,
5
],
[
36,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
27,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] |
[
"import java.util.*;\npublic class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n System.out.println((a>b)?\"safe\":\"unsafe\");\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n System.out.println((a>b)?\"safe\":\"unsafe\");\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n System.out.println((a>b)?\"safe\":\"unsafe\");\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n System.out.println((a>b)?\"safe\":\"unsafe\");\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.println((a>b)?\"safe\":\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(a>b)?\"safe\":\"unsafe\"",
"(a>b)",
"a",
"b",
"\"safe\"",
"\"unsafe\"",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n System.out.println((a>b)?\"safe\":\"unsafe\");\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n System.out.println((a>b)?\"safe\":\"unsafe\");\n }\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
System.out.println((a>b)?"safe":"unsafe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
25,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
6,
43
],
[
43,
44
]
] |
[
"import java.util.*;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tfinal int S = sc.nextInt();\n\t\tfinal int W = sc.nextInt();\n\t\tsc.close();\n\t\tif(S>W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tfinal int S = sc.nextInt();\n\t\tfinal int W = sc.nextInt();\n\t\tsc.close();\n\t\tif(S>W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tfinal int S = sc.nextInt();\n\t\tfinal int W = sc.nextInt();\n\t\tsc.close();\n\t\tif(S>W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tfinal int S = sc.nextInt();\n\t\tfinal int W = sc.nextInt();\n\t\tsc.close();\n\t\tif(S>W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"final int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"final int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"if(S>W){\n\t\t\tSystem.out.println(\"safe\");\n\t\t}else{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"S>W",
"S",
"W",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args"
] |
import java.util.*;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
final int S = sc.nextInt();
final int W = sc.nextInt();
sc.close();
if(S>W){
System.out.println("safe");
}else{
System.out.println("unsafe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
39,
5
],
[
39,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
27,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
6,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] |
[
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tSystem.out.println(s <= w ? \"unsafe\" : \"safe\");\n\t\tsc.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tSystem.out.println(s <= w ? \"unsafe\" : \"safe\");\n\t\tsc.close();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tSystem.out.println(s <= w ? \"unsafe\" : \"safe\");\n\t\tsc.close();\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tSystem.out.println(s <= w ? \"unsafe\" : \"safe\");\n\t\tsc.close();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int s = sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(s <= w ? \"unsafe\" : \"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"s <= w ? \"unsafe\" : \"safe\"",
"s <= w",
"s",
"w",
"\"unsafe\"",
"\"safe\"",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tSystem.out.println(s <= w ? \"unsafe\" : \"safe\");\n\t\tsc.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tSystem.out.println(s <= w ? \"unsafe\" : \"safe\");\n\t\tsc.close();\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int s = sc.nextInt();
int w = sc.nextInt();
System.out.println(s <= w ? "unsafe" : "safe");
sc.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
8,
2,
13,
13,
17,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
39,
5
],
[
39,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
24,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
6,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] |
[
"import java.util.Scanner;\npublic class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n int N = sc.nextInt();//羊\n\t\tint X = sc.nextInt();// \n String x = (N>X) ?\"safe\":\"unsafe\";\n System.out.println(x);\n }\n }",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n int N = sc.nextInt();//羊\n\t\tint X = sc.nextInt();// \n String x = (N>X) ?\"safe\":\"unsafe\";\n System.out.println(x);\n }\n }",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n int N = sc.nextInt();//羊\n\t\tint X = sc.nextInt();// \n String x = (N>X) ?\"safe\":\"unsafe\";\n System.out.println(x);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n \n int N = sc.nextInt();//羊\n\t\tint X = sc.nextInt();// \n String x = (N>X) ?\"safe\":\"unsafe\";\n System.out.println(x);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int N = sc.nextInt();",
"N",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int X = sc.nextInt();",
"X",
"sc.nextInt()",
"sc.nextInt",
"sc",
"String x = (N>X) ?\"safe\":\"unsafe\";",
"x",
"(N>X) ?\"safe\":\"unsafe\"",
"(N>X)",
"N",
"X",
"\"safe\"",
"\"unsafe\"",
"System.out.println(x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n int N = sc.nextInt();//羊\n\t\tint X = sc.nextInt();// \n String x = (N>X) ?\"safe\":\"unsafe\";\n System.out.println(x);\n }\n }",
"public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n int N = sc.nextInt();//羊\n\t\tint X = sc.nextInt();// \n String x = (N>X) ?\"safe\":\"unsafe\";\n System.out.println(x);\n }\n }",
"Main"
] |
import java.util.Scanner;
public class Main{
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int N = sc.nextInt();//羊
int X = sc.nextInt();//
String x = (N>X) ?"safe":"unsafe";
System.out.println(x);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
53,
8
],
[
53,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
32,
33
],
[
11,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
34,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
9,
50
],
[
50,
51
],
[
0,
52
],
[
52,
53
],
[
52,
54
]
] |
[
"import java.io.*;\nimport java.util.*;\npublic class Main\n{\n public static void main(String args[])throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int s = Integer.parseInt(st.nextToken());\n int w = Integer.parseInt(st.nextToken());\n if(s>w)\n \tSystem.out.println(\"safe\");\n else\n \tSystem.out.println(\"unsafe\");\n \t}\n \t}\n ",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main\n{\n public static void main(String args[])throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int s = Integer.parseInt(st.nextToken());\n int w = Integer.parseInt(st.nextToken());\n if(s>w)\n \tSystem.out.println(\"safe\");\n else\n \tSystem.out.println(\"unsafe\");\n \t}\n \t}",
"Main",
"public static void main(String args[])throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int s = Integer.parseInt(st.nextToken());\n int w = Integer.parseInt(st.nextToken());\n if(s>w)\n \tSystem.out.println(\"safe\");\n else\n \tSystem.out.println(\"unsafe\");\n \t}",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int s = Integer.parseInt(st.nextToken());\n int w = Integer.parseInt(st.nextToken());\n if(s>w)\n \tSystem.out.println(\"safe\");\n else\n \tSystem.out.println(\"unsafe\");\n \t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer st = new StringTokenizer(br.readLine());",
"st",
"new StringTokenizer(br.readLine())",
"int s = Integer.parseInt(st.nextToken());",
"s",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int w = Integer.parseInt(st.nextToken());",
"w",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if(s>w)\n \tSystem.out.println(\"safe\");\n else\n \tSystem.out.println(\"unsafe\");",
"s>w",
"s",
"w",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String args[]",
"args",
"public class Main\n{\n public static void main(String args[])throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int s = Integer.parseInt(st.nextToken());\n int w = Integer.parseInt(st.nextToken());\n if(s>w)\n \tSystem.out.println(\"safe\");\n else\n \tSystem.out.println(\"unsafe\");\n \t}\n \t}",
"public class Main\n{\n public static void main(String args[])throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int s = Integer.parseInt(st.nextToken());\n int w = Integer.parseInt(st.nextToken());\n if(s>w)\n \tSystem.out.println(\"safe\");\n else\n \tSystem.out.println(\"unsafe\");\n \t}\n \t}",
"Main"
] |
import java.io.*;
import java.util.*;
public class Main
{
public static void main(String args[])throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new StringTokenizer(br.readLine());
int s = Integer.parseInt(st.nextToken());
int w = Integer.parseInt(st.nextToken());
if(s>w)
System.out.println("safe");
else
System.out.println("unsafe");
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
39,
8
],
[
39,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
30,
35
],
[
9,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] |
[
"import java.util.*;\nimport java.util.stream.*;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt(), w = sc.nextInt();\n System.out.println(w >= s ? \"unsafe\" : \"safe\");\n }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.util.stream.*;",
"stream.*",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt(), w = sc.nextInt();\n System.out.println(w >= s ? \"unsafe\" : \"safe\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt(), w = sc.nextInt();\n System.out.println(w >= s ? \"unsafe\" : \"safe\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt(), w = sc.nextInt();\n System.out.println(w >= s ? \"unsafe\" : \"safe\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int s = sc.nextInt()",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(w >= s ? \"unsafe\" : \"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"w >= s ? \"unsafe\" : \"safe\"",
"w >= s",
"w",
"s",
"\"unsafe\"",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt(), w = sc.nextInt();\n System.out.println(w >= s ? \"unsafe\" : \"safe\");\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt(), w = sc.nextInt();\n System.out.println(w >= s ? \"unsafe\" : \"safe\");\n }\n}",
"Main"
] |
import java.util.*;
import java.util.stream.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int s = sc.nextInt(), w = sc.nextInt();
System.out.println(w >= s ? "unsafe" : "safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
52,
5
],
[
52,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
28,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
8,
46
],
[
46,
47
],
[
47,
48
],
[
6,
49
],
[
49,
50
],
[
0,
51
],
[
51,
52
],
[
51,
53
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n\n if(W >= S){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n sc.close();\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n\n if(W >= S){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n sc.close();\n }\n\n}",
"Main",
"public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n\n if(W >= S){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n sc.close();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n\n if(W >= S){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n sc.close();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = Integer.parseInt(sc.next());",
"S",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int W = Integer.parseInt(sc.next());",
"W",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if(W >= S){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }",
"W >= S",
"W",
"S",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"sc.close()",
"sc.close",
"sc",
"String args[]",
"args",
"public class Main {\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n\n if(W >= S){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n sc.close();\n }\n\n}",
"public class Main {\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int S = Integer.parseInt(sc.next());\n int W = Integer.parseInt(sc.next());\n\n if(W >= S){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n\n sc.close();\n }\n\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
int S = Integer.parseInt(sc.next());
int W = Integer.parseInt(sc.next());
if(W >= S){
System.out.println("unsafe");
}else{
System.out.println("safe");
}
sc.close();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
18,
13,
13,
41,
13,
18,
13,
13,
41,
13,
20,
41,
13,
20,
41,
13,
20,
4,
18,
13,
17,
13,
13,
4,
18,
13,
23,
13,
6,
13,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
23,
13,
23,
13,
6,
13,
41,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
0,
18,
36,
13,
20,
23,
13,
12,
13,
30,
4,
18,
13,
6,
13,
41,
13,
41,
13,
20,
17,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
14,
2,
13,
40,
17,
30,
37,
20,
14,
2,
13,
13,
30,
0,
13,
17,
38,
5,
13,
30,
37,
20,
30,
0,
13,
4,
18,
13,
13,
14,
2,
13,
17,
30,
29,
40,
17,
29,
18,
13,
40,
13,
12,
13,
30,
41,
13,
4,
13,
42,
4,
13,
13,
30,
0,
13,
4,
13,
41,
13,
17,
14,
2,
13,
17,
30,
0,
13,
40,
17,
0,
13,
4,
13,
41,
13,
17,
42,
40,
4,
13,
13,
30,
14,
2,
2,
13,
17,
2,
13,
17,
30,
37,
20,
0,
13,
17,
0,
13,
2,
13,
17,
0,
13,
4,
13,
29,
2,
13,
13,
12,
13,
30,
14,
2,
13,
17,
30,
29,
4,
18,
13,
13,
29,
4,
13,
13,
23,
13,
12,
13,
30,
29,
2,
2,
2,
2,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
40,
17,
23,
13,
6,
13,
12,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
19,
20
],
[
19,
21
],
[
0,
22
],
[
22,
23
],
[
22,
24
],
[
0,
25
],
[
25,
26
],
[
25,
27
],
[
0,
28
],
[
28,
29
],
[
28,
30
],
[
0,
31
],
[
31,
32
],
[
31,
33
],
[
0,
34
],
[
34,
35
],
[
34,
36
],
[
0,
37
],
[
328,
38
],
[
328,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
41,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
41,
52
],
[
52,
53
],
[
52,
54
],
[
41,
55
],
[
55,
56
],
[
55,
57
],
[
41,
58
],
[
58,
59
],
[
58,
60
],
[
41,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
61,
65
],
[
61,
66
],
[
41,
67
],
[
67,
68
],
[
68,
69
],
[
39,
70
],
[
70,
71
],
[
328,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
80,
81
],
[
76,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
85,
86
],
[
76,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
87,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
74,
105
],
[
105,
106
],
[
74,
107
],
[
107,
108
],
[
74,
109
],
[
109,
110
],
[
328,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
111,
115
],
[
115,
116
],
[
115,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
115,
121
],
[
121,
122
],
[
111,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
126,
130
],
[
123,
131
],
[
131,
132
],
[
111,
133
],
[
133,
134
],
[
133,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
328,
139
],
[
139,
140
],
[
139,
141
],
[
141,
142
],
[
139,
143
],
[
143,
144
],
[
143,
145
],
[
139,
147
],
[
147,
148
],
[
139,
149
],
[
149,
150
],
[
139,
151
],
[
151,
152
],
[
139,
153
],
[
153,
154
],
[
153,
155
],
[
155,
156
],
[
156,
157
],
[
157,
158
],
[
157,
159
],
[
156,
160
],
[
153,
161
],
[
161,
162
],
[
139,
163
],
[
163,
164
],
[
163,
165
],
[
165,
166
],
[
166,
167
],
[
167,
168
],
[
167,
169
],
[
169,
170
],
[
166,
171
],
[
171,
172
],
[
172,
173
],
[
165,
174
],
[
174,
175
],
[
175,
176
],
[
175,
177
],
[
174,
178
],
[
178,
179
],
[
179,
180
],
[
179,
181
],
[
178,
182
],
[
182,
183
],
[
183,
184
],
[
183,
185
],
[
185,
186
],
[
186,
187
],
[
182,
188
],
[
188,
189
],
[
189,
190
],
[
189,
191
],
[
191,
192
],
[
192,
193
],
[
191,
194
],
[
178,
195
],
[
195,
196
],
[
196,
197
],
[
196,
198
],
[
195,
199
],
[
199,
200
],
[
200,
201
],
[
201,
202
],
[
165,
203
],
[
203,
204
],
[
204,
205
],
[
204,
206
],
[
206,
207
],
[
139,
208
],
[
208,
209
],
[
208,
210
],
[
210,
211
],
[
211,
212
],
[
211,
213
],
[
213,
214
],
[
210,
215
],
[
215,
216
],
[
216,
217
],
[
216,
218
],
[
215,
219
],
[
219,
220
],
[
220,
221
],
[
220,
222
],
[
222,
223
],
[
210,
224
],
[
224,
225
],
[
224,
226
],
[
210,
227
],
[
227,
228
],
[
228,
229
],
[
228,
230
],
[
227,
231
],
[
231,
232
],
[
232,
233
],
[
232,
234
],
[
234,
235
],
[
231,
236
],
[
236,
237
],
[
236,
238
],
[
238,
239
],
[
210,
240
],
[
240,
241
],
[
240,
242
],
[
210,
243
],
[
243,
244
],
[
244,
245
],
[
245,
246
],
[
245,
247
],
[
243,
248
],
[
248,
249
],
[
249,
250
],
[
250,
251
],
[
251,
252
],
[
251,
253
],
[
250,
254
],
[
254,
255
],
[
254,
256
],
[
249,
257
],
[
257,
258
],
[
258,
259
],
[
248,
260
],
[
260,
261
],
[
260,
262
],
[
248,
263
],
[
263,
264
],
[
263,
265
],
[
265,
266
],
[
265,
267
],
[
248,
268
],
[
268,
269
],
[
268,
270
],
[
270,
271
],
[
210,
272
],
[
272,
273
],
[
273,
274
],
[
273,
275
],
[
139,
276
],
[
276,
277
],
[
276,
278
],
[
278,
279
],
[
279,
280
],
[
280,
281
],
[
280,
282
],
[
279,
283
],
[
283,
284
],
[
284,
285
],
[
285,
286
],
[
286,
287
],
[
285,
288
],
[
278,
289
],
[
289,
290
],
[
290,
291
],
[
290,
292
],
[
276,
293
],
[
293,
294
],
[
139,
295
],
[
295,
296
],
[
295,
297
],
[
297,
298
],
[
298,
299
],
[
302,
300
],
[
312,
301
],
[
309,
302
],
[
302,
303
],
[
303,
304
],
[
303,
305
],
[
302,
306
],
[
306,
307
],
[
306,
308
],
[
309,
309
],
[
309,
310
],
[
309,
311
],
[
312,
312
],
[
312,
313
],
[
312,
314
],
[
302,
315
],
[
315,
316
],
[
315,
317
],
[
317,
318
],
[
295,
319
],
[
319,
320
],
[
139,
321
],
[
321,
322
],
[
321,
323
],
[
323,
324
],
[
323,
325
],
[
325,
326
],
[
0,
327
],
[
327,
328
],
[
327,
329
]
] |
[
"import java.io.OutputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.PrintStream;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.io.BufferedWriter;\nimport java.io.Writer;\nimport java.io.OutputStreamWriter;\nimport java.util.InputMismatchException;\nimport java.io.IOException;\nimport java.io.InputStream;\n\n/**\n * Built using CHelper plug-in\n * Actual solution is at the top\n *\n * @author srikanth\n */\npublic class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_a {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int s = in.nextInt();\n int w = in.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}\n",
"import java.io.OutputStream;",
"OutputStream",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.io.PrintStream;",
"PrintStream",
"java.io",
"import java.io.OutputStream;",
"OutputStream",
"java.io",
"import java.io.PrintWriter;",
"PrintWriter",
"java.io",
"import java.io.BufferedWriter;",
"BufferedWriter",
"java.io",
"import java.io.Writer;",
"Writer",
"java.io",
"import java.io.OutputStreamWriter;",
"OutputStreamWriter",
"java.io",
"import java.util.InputMismatchException;",
"InputMismatchException",
"java.util",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_a {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int s = in.nextInt();\n int w = in.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}",
"Main",
"public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }",
"main",
"{\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }",
"InputStream inputStream = System.in;",
"inputStream",
"System.in",
"System",
"System.in",
"OutputStream outputStream = System.out;",
"outputStream",
"System.out",
"System",
"System.out",
"InputReader in = new InputReader(inputStream);",
"in",
"new InputReader(inputStream)",
"OutputWriter out = new OutputWriter(outputStream);",
"out",
"new OutputWriter(outputStream)",
"abc164_a solver = new abc164_a();",
"solver",
"new abc164_a()",
"solver.solve(1, in, out)",
"solver.solve",
"solver",
"1",
"in",
"out",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static class abc164_a {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int s = in.nextInt();\n int w = in.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n\n }",
"abc164_a",
"public void solve(int testNumber, InputReader in, OutputWriter out) {\n int s = in.nextInt();\n int w = in.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }",
"solve",
"{\n int s = in.nextInt();\n int w = in.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }",
"int s = in.nextInt();",
"s",
"in.nextInt()",
"in.nextInt",
"in",
"int w = in.nextInt();",
"w",
"in.nextInt()",
"in.nextInt",
"in",
"if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }",
"w >= s",
"w",
"s",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"int testNumber",
"testNumber",
"InputReader in",
"in",
"OutputWriter out",
"out",
"static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void close() {\n writer.close();\n }\n\n }",
"OutputWriter",
"private final PrintWriter writer;",
"writer",
"public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }",
"OutputWriter",
"{\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }",
"writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))",
"writer",
"new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))",
"OutputStream outputStream",
"outputStream",
"public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }",
"OutputWriter",
"{\n this.writer = new PrintWriter(writer);\n }",
"this.writer = new PrintWriter(writer)",
"this.writer",
"this",
"this.writer",
"new PrintWriter(writer)",
"Writer writer",
"writer",
"public void close() {\n writer.close();\n }",
"close",
"{\n writer.close();\n }",
"writer.close()",
"writer.close",
"writer",
"static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }",
"InputReader",
"private InputStream stream;",
"stream",
"private byte[] buf = new byte[1024];",
"buf",
"new byte[1024]",
"1024",
"private int curChar;",
"curChar",
"private int numChars;",
"numChars",
"private InputReader.SpaceCharFilter filter;",
"filter",
"public InputReader(InputStream stream) {\n this.stream = stream;\n }",
"InputReader",
"{\n this.stream = stream;\n }",
"this.stream = stream",
"this.stream",
"this",
"this.stream",
"stream",
"InputStream stream",
"stream",
"public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }",
"read",
"{\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }",
"if (numChars == -1) {\n throw new InputMismatchException();\n }",
"numChars == -1",
"numChars",
"-1",
"1",
"{\n throw new InputMismatchException();\n }",
"throw new InputMismatchException();",
"new InputMismatchException()",
"if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }",
"curChar >= numChars",
"curChar",
"numChars",
"{\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }",
"curChar = 0",
"curChar",
"0",
"try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }",
"catch (IOException e) {\n throw new InputMismatchException();\n }",
"IOException e",
"{\n throw new InputMismatchException();\n }",
"throw new InputMismatchException();",
"new InputMismatchException()",
"{\n numChars = stream.read(buf);\n }",
"numChars = stream.read(buf)",
"numChars",
"stream.read(buf)",
"stream.read",
"stream",
"buf",
"if (numChars <= 0) {\n return -1;\n }",
"numChars <= 0",
"numChars",
"0",
"{\n return -1;\n }",
"return -1;",
"-1",
"1",
"return buf[curChar++];",
"buf[curChar++]",
"buf",
"curChar++",
"curChar",
"public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }",
"nextInt",
"{\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }",
"int c = read();",
"c",
"read()",
"read",
"while (isSpaceChar(c)) {\n c = read();\n }",
"isSpaceChar(c)",
"isSpaceChar",
"c",
"{\n c = read();\n }",
"c = read()",
"c",
"read()",
"read",
"int sgn = 1;",
"sgn",
"1",
"if (c == '-') {\n sgn = -1;\n c = read();\n }",
"c == '-'",
"c",
"'-'",
"{\n sgn = -1;\n c = read();\n }",
"sgn = -1",
"sgn",
"-1",
"1",
"c = read()",
"c",
"read()",
"read",
"int res = 0;",
"res",
"0",
"do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));",
"!isSpaceChar(c)",
"isSpaceChar(c)",
"isSpaceChar",
"c",
"{\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n }",
"if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }",
"c < '0' || c > '9'",
"c < '0'",
"c",
"'0'",
"c > '9'",
"c",
"'9'",
"{\n throw new InputMismatchException();\n }",
"throw new InputMismatchException();",
"new InputMismatchException()",
"res *= 10",
"res",
"10",
"res += c - '0'",
"res",
"c - '0'",
"c",
"'0'",
"c = read()",
"c",
"read()",
"read",
"return res * sgn;",
"res * sgn",
"res",
"sgn",
"public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }",
"isSpaceChar",
"{\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }",
"if (filter != null) {\n return filter.isSpaceChar(c);\n }",
"filter != null",
"filter",
"null",
"{\n return filter.isSpaceChar(c);\n }",
"return filter.isSpaceChar(c);",
"filter.isSpaceChar(c)",
"filter.isSpaceChar",
"filter",
"c",
"return isWhitespace(c);",
"isWhitespace(c)",
"isWhitespace",
"c",
"int c",
"c",
"public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }",
"isWhitespace",
"{\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }",
"return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;",
"c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1",
"c == '\\t'",
"c == '\\r'",
"c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1",
"c == ' '",
"c",
"' '",
"c == '\\n'",
"c",
"'\\n'",
"c == '\\r'",
"c",
"'\\r'",
"c == '\\t'",
"c",
"'\\t'",
"c == -1",
"c",
"-1",
"1",
"int c",
"c",
"public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }",
"SpaceCharFilter",
"public boolean isSpaceChar(int ch);",
"isSpaceChar",
"int ch",
"ch",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_a {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int s = in.nextInt();\n int w = in.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_a {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int s = in.nextInt();\n int w = in.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}",
"Main"
] |
import java.io.OutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.io.BufferedWriter;
import java.io.Writer;
import java.io.OutputStreamWriter;
import java.util.InputMismatchException;
import java.io.IOException;
import java.io.InputStream;
/**
* Built using CHelper plug-in
* Actual solution is at the top
*
* @author srikanth
*/
public class Main {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = System.out;
InputReader in = new InputReader(inputStream);
OutputWriter out = new OutputWriter(outputStream);
abc164_a solver = new abc164_a();
solver.solve(1, in, out);
out.close();
}
static class abc164_a {
public void solve(int testNumber, InputReader in, OutputWriter out) {
int s = in.nextInt();
int w = in.nextInt();
if (w >= s) {
System.out.println("unsafe");
} else {
System.out.println("safe");
}
}
}
static class OutputWriter {
private final PrintWriter writer;
public OutputWriter(OutputStream outputStream) {
writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));
}
public OutputWriter(Writer writer) {
this.writer = new PrintWriter(writer);
}
public void close() {
writer.close();
}
}
static class InputReader {
private InputStream stream;
private byte[] buf = new byte[1024];
private int curChar;
private int numChars;
private InputReader.SpaceCharFilter filter;
public InputReader(InputStream stream) {
this.stream = stream;
}
public int read() {
// System.out.println("numchars "+numChars);
if (numChars == -1) {
throw new InputMismatchException();
}
if (curChar >= numChars) {
curChar = 0;
try {
numChars = stream.read(buf);
} catch (IOException e) {
throw new InputMismatchException();
}
if (numChars <= 0) {
return -1;
}
}
return buf[curChar++];
}
public int nextInt() {
int c = read();
while (isSpaceChar(c)) {
c = read();
}
int sgn = 1;
if (c == '-') {
sgn = -1;
c = read();
}
int res = 0;
do {
if (c < '0' || c > '9') {
throw new InputMismatchException();
}
res *= 10;
res += c - '0';
c = read();
} while (!isSpaceChar(c));
return res * sgn;
}
public boolean isSpaceChar(int c) {
if (filter != null) {
return filter.isSpaceChar(c);
}
return isWhitespace(c);
}
public static boolean isWhitespace(int c) {
return c == ' ' || c == '\n' || c == '\r' || c == '\t' || c == -1;
}
public interface SpaceCharFilter {
public boolean isSpaceChar(int ch);
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
49,
11
],
[
49,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
28,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
12,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] |
[
"import java.io.*;\nimport java.lang.reflect.Array;\nimport java.util.*;\n\npublic class Main {\n\n public static void main(String[] args) {\n\n //r(a, 0, \"\");\n Scanner in = new Scanner(System.in);\n int N = in.nextInt();\n int W = in.nextInt();\n if(W >= N) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"import java.io.*;",
"io.*",
"java",
"import java.lang.reflect.Array;",
"Array",
"java.lang.reflect",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n public static void main(String[] args) {\n\n //r(a, 0, \"\");\n Scanner in = new Scanner(System.in);\n int N = in.nextInt();\n int W = in.nextInt();\n if(W >= N) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"Main",
"public static void main(String[] args) {\n\n //r(a, 0, \"\");\n Scanner in = new Scanner(System.in);\n int N = in.nextInt();\n int W = in.nextInt();\n if(W >= N) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }",
"main",
"{\n\n //r(a, 0, \"\");\n Scanner in = new Scanner(System.in);\n int N = in.nextInt();\n int W = in.nextInt();\n if(W >= N) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int N = in.nextInt();",
"N",
"in.nextInt()",
"in.nextInt",
"in",
"int W = in.nextInt();",
"W",
"in.nextInt()",
"in.nextInt",
"in",
"if(W >= N) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }",
"W >= N",
"W",
"N",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n\n //r(a, 0, \"\");\n Scanner in = new Scanner(System.in);\n int N = in.nextInt();\n int W = in.nextInt();\n if(W >= N) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"public class Main {\n\n public static void main(String[] args) {\n\n //r(a, 0, \"\");\n Scanner in = new Scanner(System.in);\n int N = in.nextInt();\n int W = in.nextInt();\n if(W >= N) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n\n }\n\n}",
"Main"
] |
import java.io.*;
import java.lang.reflect.Array;
import java.util.*;
public class Main {
public static void main(String[] args) {
//r(a, 0, "");
Scanner in = new Scanner(System.in);
int N = in.nextInt();
int W = in.nextInt();
if(W >= N) {
System.out.println("unsafe");
} else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
18,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
4,
18,
13,
17,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
17,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
0,
13,
4,
18,
13,
29,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
162,
14
],
[
162,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
31,
36
],
[
17,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
42,
47
],
[
17,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
48,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
15,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
67,
71
],
[
71,
72
],
[
67,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
67,
79
],
[
79,
80
],
[
79,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
82,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
92,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
81,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
67,
110
],
[
110,
111
],
[
110,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
114,
117
],
[
117,
118
],
[
67,
119
],
[
119,
120
],
[
119,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
123,
126
],
[
126,
127
],
[
67,
128
],
[
128,
129
],
[
128,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
132,
135
],
[
135,
136
],
[
67,
137
],
[
137,
138
],
[
137,
139
],
[
139,
140
],
[
140,
141
],
[
140,
142
],
[
139,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
146,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
147,
152
],
[
143,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
156,
157
],
[
157,
158
],
[
139,
159
],
[
159,
160
],
[
0,
161
],
[
161,
162
],
[
161,
163
]
] |
[
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tint n = Integer.valueOf(s.split(\" \")[0]);\n\t\tint m = Integer.valueOf(s.split(\" \")[1]);\n\t\t\n\t\tif(n > m) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t}\n\n}\n\nclass FastReader {\n\tBufferedReader bf;\n\tStringTokenizer st;\n\n\tpublic FastReader() {\n\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t}\n\n\tString next() {\n\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\ttry {\n\t\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tSystem.out.println(e);\n\t\t\t}\n\t\t}\n\t\treturn st.nextToken();\n\t}\n\n\tint nextInt() {\n\t\treturn Integer.parseInt(next());\n\t}\n\n\tlong nextLong() {\n\t\treturn Long.parseLong(next());\n\t}\n\n\tdouble nextDouble() {\n\t\treturn Double.parseDouble(next());\n\t}\n\n\tString nextLine() {\n\t\tString str = \"\";\n\t\ttry {\n\t\t\tstr = bf.readLine();\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\treturn str;\n\t}\n}\n",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tint n = Integer.valueOf(s.split(\" \")[0]);\n\t\tint m = Integer.valueOf(s.split(\" \")[1]);\n\t\t\n\t\tif(n > m) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tint n = Integer.valueOf(s.split(\" \")[0]);\n\t\tint m = Integer.valueOf(s.split(\" \")[1]);\n\t\t\n\t\tif(n > m) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tint n = Integer.valueOf(s.split(\" \")[0]);\n\t\tint m = Integer.valueOf(s.split(\" \")[1]);\n\t\t\n\t\tif(n > m) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String s = sc.nextLine();",
"s",
"sc.nextLine()",
"sc.nextLine",
"sc",
"int n = Integer.valueOf(s.split(\" \")[0]);",
"n",
"Integer.valueOf(s.split(\" \")[0])",
"Integer.valueOf",
"Integer",
"s.split(\" \")[0]",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"0",
"int m = Integer.valueOf(s.split(\" \")[1]);",
"m",
"Integer.valueOf(s.split(\" \")[1])",
"Integer.valueOf",
"Integer",
"s.split(\" \")[1]",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"1",
"if(n > m) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");",
"n > m",
"n",
"m",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args",
"class FastReader {\n\tBufferedReader bf;\n\tStringTokenizer st;\n\n\tpublic FastReader() {\n\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t}\n\n\tString next() {\n\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\ttry {\n\t\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tSystem.out.println(e);\n\t\t\t}\n\t\t}\n\t\treturn st.nextToken();\n\t}\n\n\tint nextInt() {\n\t\treturn Integer.parseInt(next());\n\t}\n\n\tlong nextLong() {\n\t\treturn Long.parseLong(next());\n\t}\n\n\tdouble nextDouble() {\n\t\treturn Double.parseDouble(next());\n\t}\n\n\tString nextLine() {\n\t\tString str = \"\";\n\t\ttry {\n\t\t\tstr = bf.readLine();\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\treturn str;\n\t}\n}",
"FastReader",
"BufferedReader bf;",
"bf",
"StringTokenizer st;",
"st",
"public FastReader() {\n\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t}",
"FastReader",
"{\n\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t}",
"bf = new BufferedReader(new InputStreamReader(System.in))",
"bf",
"new BufferedReader(new InputStreamReader(System.in))",
"String next() {\n\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\ttry {\n\t\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tSystem.out.println(e);\n\t\t\t}\n\t\t}\n\t\treturn st.nextToken();\n\t}",
"next",
"{\n\t\twhile (st == null || !st.hasMoreElements()) {\n\t\t\ttry {\n\t\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tSystem.out.println(e);\n\t\t\t}\n\t\t}\n\t\treturn st.nextToken();\n\t}",
"while (st == null || !st.hasMoreElements()) {\n\t\t\ttry {\n\t\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tSystem.out.println(e);\n\t\t\t}\n\t\t}",
"st == null || !st.hasMoreElements()",
"st == null",
"st",
"null",
"!st.hasMoreElements()",
"st.hasMoreElements()",
"st.hasMoreElements",
"st",
"{\n\t\t\ttry {\n\t\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tSystem.out.println(e);\n\t\t\t}\n\t\t}",
"try {\n\t\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tSystem.out.println(e);\n\t\t\t}",
"catch (Exception e) {\n\t\t\t\tSystem.out.println(e);\n\t\t\t}",
"Exception e",
"{\n\t\t\t\tSystem.out.println(e);\n\t\t\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n\t\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\t}",
"st = new StringTokenizer(bf.readLine())",
"st",
"new StringTokenizer(bf.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"int nextInt() {\n\t\treturn Integer.parseInt(next());\n\t}",
"nextInt",
"{\n\t\treturn Integer.parseInt(next());\n\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"long nextLong() {\n\t\treturn Long.parseLong(next());\n\t}",
"nextLong",
"{\n\t\treturn Long.parseLong(next());\n\t}",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"double nextDouble() {\n\t\treturn Double.parseDouble(next());\n\t}",
"nextDouble",
"{\n\t\treturn Double.parseDouble(next());\n\t}",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"String nextLine() {\n\t\tString str = \"\";\n\t\ttry {\n\t\t\tstr = bf.readLine();\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\treturn str;\n\t}",
"nextLine",
"{\n\t\tString str = \"\";\n\t\ttry {\n\t\t\tstr = bf.readLine();\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\treturn str;\n\t}",
"String str = \"\";",
"str",
"\"\"",
"try {\n\t\t\tstr = bf.readLine();\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}",
"catch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}",
"Exception e",
"{\n\t\t\tSystem.out.println(e);\n\t\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n\t\t\tstr = bf.readLine();\n\t\t}",
"str = bf.readLine()",
"str",
"bf.readLine()",
"bf.readLine",
"bf",
"return str;",
"str",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tint n = Integer.valueOf(s.split(\" \")[0]);\n\t\tint m = Integer.valueOf(s.split(\" \")[1]);\n\t\t\n\t\tif(n > m) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tint n = Integer.valueOf(s.split(\" \")[0]);\n\t\tint m = Integer.valueOf(s.split(\" \")[1]);\n\t\t\n\t\tif(n > m) {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t}\n\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Scanner;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String s = sc.nextLine();
int n = Integer.valueOf(s.split(" ")[0]);
int m = Integer.valueOf(s.split(" ")[1]);
if(n > m) {
System.out.println("safe");
}
else
System.out.println("unsafe");
}
}
class FastReader {
BufferedReader bf;
StringTokenizer st;
public FastReader() {
bf = new BufferedReader(new InputStreamReader(System.in));
}
String next() {
while (st == null || !st.hasMoreElements()) {
try {
st = new StringTokenizer(bf.readLine());
} catch (Exception e) {
System.out.println(e);
}
}
return st.nextToken();
}
int nextInt() {
return Integer.parseInt(next());
}
long nextLong() {
return Long.parseLong(next());
}
double nextDouble() {
return Double.parseDouble(next());
}
String nextLine() {
String str = "";
try {
str = bf.readLine();
} catch (Exception e) {
System.out.println(e);
}
return str;
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
2,
13,
13,
4,
13,
13,
23,
13,
12,
13,
30,
4,
13,
8,
13,
17,
17,
23,
13,
12,
13,
30,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
58,
5
],
[
58,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
6,
33
],
[
33,
34
],
[
58,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
40,
43
],
[
35,
44
],
[
44,
45
],
[
58,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
46,
55
],
[
55,
56
],
[
0,
57
],
[
57,
58
],
[
57,
59
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tsc.close();\n\n\t\tboolean answer = w >= s;\n\n\t\tprintBool(answer);\n\t}\n\n\tpublic static void printBool(boolean bool) {\n\t\tprint(bool ? \"unsafe\" : \"safe\");\n\t}\n\n\tpublic static void print(Object obj) {\n\t\tSystem.out.println(obj);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tsc.close();\n\n\t\tboolean answer = w >= s;\n\n\t\tprintBool(answer);\n\t}\n\n\tpublic static void printBool(boolean bool) {\n\t\tprint(bool ? \"unsafe\" : \"safe\");\n\t}\n\n\tpublic static void print(Object obj) {\n\t\tSystem.out.println(obj);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tsc.close();\n\n\t\tboolean answer = w >= s;\n\n\t\tprintBool(answer);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tsc.close();\n\n\t\tboolean answer = w >= s;\n\n\t\tprintBool(answer);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int s = sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"boolean answer = w >= s;",
"answer",
"w >= s",
"w",
"s",
"printBool(answer)",
"printBool",
"answer",
"String[] args",
"args",
"public static void printBool(boolean bool) {\n\t\tprint(bool ? \"unsafe\" : \"safe\");\n\t}",
"printBool",
"{\n\t\tprint(bool ? \"unsafe\" : \"safe\");\n\t}",
"print(bool ? \"unsafe\" : \"safe\")",
"print",
"bool ? \"unsafe\" : \"safe\"",
"bool",
"\"unsafe\"",
"\"safe\"",
"boolean bool",
"bool",
"public static void print(Object obj) {\n\t\tSystem.out.println(obj);\n\t}",
"print",
"{\n\t\tSystem.out.println(obj);\n\t}",
"System.out.println(obj)",
"System.out.println",
"System.out",
"System",
"System.out",
"obj",
"Object obj",
"obj",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tsc.close();\n\n\t\tboolean answer = w >= s;\n\n\t\tprintBool(answer);\n\t}\n\n\tpublic static void printBool(boolean bool) {\n\t\tprint(bool ? \"unsafe\" : \"safe\");\n\t}\n\n\tpublic static void print(Object obj) {\n\t\tSystem.out.println(obj);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tsc.close();\n\n\t\tboolean answer = w >= s;\n\n\t\tprintBool(answer);\n\t}\n\n\tpublic static void printBool(boolean bool) {\n\t\tprint(bool ? \"unsafe\" : \"safe\");\n\t}\n\n\tpublic static void print(Object obj) {\n\t\tSystem.out.println(obj);\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int s = sc.nextInt();
int w = sc.nextInt();
sc.close();
boolean answer = w >= s;
printBool(answer);
}
public static void printBool(boolean bool) {
print(bool ? "unsafe" : "safe");
}
public static void print(Object obj) {
System.out.println(obj);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
49,
11
],
[
49,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
28,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
12,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] |
[
"import java.util.Scanner;\nimport java.util.ArrayList;\nimport java.util.List;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\t\t\t\t\t\t\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.List;",
"List",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\t\t\t\t\t\t\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\t\t\t\t\t\t\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\t\t\t\t\t\t\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int s = sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\t\t\t\t\t\t\n\t\t}",
"s <= w",
"s",
"w",
"{\n\t\t\tSystem.out.println(\"unsafe\");\t\t\t\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\t\tSystem.out.println(\"safe\");\t\t\t\t\t\t\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\t\t\t\t\t\t\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint w = sc.nextInt();\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\t\t\t\t\t\t\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.Scanner;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int s = sc.nextInt();
int w = sc.nextInt();
if(s <= w) {
System.out.println("unsafe");
}else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
36,
5
],
[
36,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
27,
32
],
[
6,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
]
] |
[
"import java.util.*;\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n System.out.println((s > w ? \"safe\" : \"unsafe\"));\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n System.out.println((s > w ? \"safe\" : \"unsafe\"));\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n System.out.println((s > w ? \"safe\" : \"unsafe\"));\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n System.out.println((s > w ? \"safe\" : \"unsafe\"));\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int s = sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println((s > w ? \"safe\" : \"unsafe\"))",
"System.out.println",
"System.out",
"System",
"System.out",
"(s > w ? \"safe\" : \"unsafe\")",
"s > w",
"s",
"w",
"\"safe\"",
"\"unsafe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n System.out.println((s > w ? \"safe\" : \"unsafe\"));\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int w = sc.nextInt();\n System.out.println((s > w ? \"safe\" : \"unsafe\"));\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int s = sc.nextInt();
int w = sc.nextInt();
System.out.println((s > w ? "safe" : "unsafe"));
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
12,
13,
30,
41,
13,
40,
17,
41,
13,
18,
13,
13,
41,
13,
42,
2,
2,
13,
13,
17,
30,
0,
13,
2,
2,
13,
13,
17,
14,
2,
18,
13,
13,
13,
30,
0,
13,
13,
30,
0,
13,
13,
29,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
40,
17,
41,
13,
4,
18,
13,
41,
13,
42,
2,
2,
13,
13,
17,
30,
0,
13,
2,
2,
13,
13,
17,
14,
2,
4,
18,
13,
13,
13,
30,
0,
13,
13,
30,
0,
13,
13,
29,
13,
23,
13,
23,
13,
12,
13,
30,
29,
8,
2,
13,
17,
13,
4,
13,
13,
2,
13,
13,
23,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
165,
11
],
[
165,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
28,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
12,
46
],
[
46,
47
],
[
165,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
50,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
50,
60
],
[
60,
61
],
[
50,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
62,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
68,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
76,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
50,
90
],
[
90,
91
],
[
48,
92
],
[
92,
93
],
[
48,
94
],
[
94,
95
],
[
165,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
101,
102
],
[
98,
103
],
[
103,
104
],
[
103,
105
],
[
105,
106
],
[
106,
107
],
[
98,
108
],
[
108,
109
],
[
98,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
110,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
119,
123
],
[
116,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
126,
129
],
[
125,
130
],
[
124,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
124,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
98,
139
],
[
139,
140
],
[
96,
141
],
[
141,
142
],
[
96,
143
],
[
143,
144
],
[
165,
145
],
[
145,
146
],
[
145,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
149,
153
],
[
149,
154
],
[
154,
155
],
[
154,
156
],
[
154,
157
],
[
157,
158
],
[
157,
159
],
[
145,
160
],
[
160,
161
],
[
145,
162
],
[
162,
163
],
[
0,
164
],
[
164,
165
],
[
164,
166
]
] |
[
"import java.io.IOException;\nimport java.util.ArrayList;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n//\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n//\t\tString W\t = in.readLine();\n//\t\tint num = Integer.parseInt(W.split(\" \")[0]);\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\n\t\tif(S <=W) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\n\t}\n\n\t//\t//二分探索\n\t//k <= num となる最小の配列要素kのインデックスを返す\n\tstatic private int binarySearch(long num, long[] orderedArray){\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedArray.length;\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedArray[mid]<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}\n\n\t//二分探索\n\t//k <= num となる最小のList要素kのインデックスを返す\n\tstatic private int binarySearch(long num, ArrayList<Long> orderedList){\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedList.size();\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedList.get(mid)<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}\n\n\t//aとbの最小公倍数を求める\n\tpublic static int gcd(int a, int b) {\n return b == 0 ? a: gcd(b, a % b);\n\t}\n\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n//\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n//\t\tString W\t = in.readLine();\n//\t\tint num = Integer.parseInt(W.split(\" \")[0]);\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\n\t\tif(S <=W) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\n\t}\n\n\t//\t//二分探索\n\t//k <= num となる最小の配列要素kのインデックスを返す\n\tstatic private int binarySearch(long num, long[] orderedArray){\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedArray.length;\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedArray[mid]<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}\n\n\t//二分探索\n\t//k <= num となる最小のList要素kのインデックスを返す\n\tstatic private int binarySearch(long num, ArrayList<Long> orderedList){\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedList.size();\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedList.get(mid)<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}\n\n\t//aとbの最小公倍数を求める\n\tpublic static int gcd(int a, int b) {\n return b == 0 ? a: gcd(b, a % b);\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n//\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n//\t\tString W\t = in.readLine();\n//\t\tint num = Integer.parseInt(W.split(\" \")[0]);\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\n\t\tif(S <=W) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\n\t}",
"main",
"{\n//\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n//\t\tString W\t = in.readLine();\n//\t\tint num = Integer.parseInt(W.split(\" \")[0]);\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\n\t\tif(S <=W) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(S <=W) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"S <=W",
"S",
"W",
"{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"//\t//二分探索\n\t//k <= num となる最小の配列要素kのインデックスを返す\n\tstatic private int binarySearch(long num, long[] orderedArray){\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedArray.length;\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedArray[mid]<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}",
"binarySearch",
"{\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedArray.length;\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedArray[mid]<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}",
"int lowerBorder = -1;",
"lowerBorder",
"-1",
"1",
"int upperBorder = orderedArray.length;",
"upperBorder",
"orderedArray.length",
"orderedArray",
"orderedArray.length",
"int mid;",
"mid",
"while(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedArray[mid]<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}",
"upperBorder - lowerBorder >1",
"upperBorder - lowerBorder",
"upperBorder",
"lowerBorder",
"1",
"{\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedArray[mid]<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}",
"mid = (upperBorder + lowerBorder)/2",
"mid",
"(upperBorder + lowerBorder)/2",
"(upperBorder + lowerBorder)",
"upperBorder",
"lowerBorder",
"2",
"if(orderedArray[mid]<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}",
"orderedArray[mid]<=num",
"orderedArray[mid]",
"orderedArray",
"mid",
"num",
"{\n\t\t\t\tlowerBorder = mid;\n\t\t\t}",
"lowerBorder = mid",
"lowerBorder",
"mid",
"{\n\t\t\t\tupperBorder = mid;\n\t\t\t}",
"upperBorder = mid",
"upperBorder",
"mid",
"return lowerBorder;",
"lowerBorder",
"long num",
"num",
"long[] orderedArray",
"orderedArray",
"//二分探索\n\t//k <= num となる最小のList要素kのインデックスを返す\n\tstatic private int binarySearch(long num, ArrayList<Long> orderedList){\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedList.size();\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedList.get(mid)<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}",
"binarySearch",
"{\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedList.size();\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedList.get(mid)<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}",
"int lowerBorder = -1;",
"lowerBorder",
"-1",
"1",
"int upperBorder = orderedList.size();",
"upperBorder",
"orderedList.size()",
"orderedList.size",
"orderedList",
"int mid;",
"mid",
"while(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedList.get(mid)<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}",
"upperBorder - lowerBorder >1",
"upperBorder - lowerBorder",
"upperBorder",
"lowerBorder",
"1",
"{\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedList.get(mid)<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}",
"mid = (upperBorder + lowerBorder)/2",
"mid",
"(upperBorder + lowerBorder)/2",
"(upperBorder + lowerBorder)",
"upperBorder",
"lowerBorder",
"2",
"if(orderedList.get(mid)<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}",
"orderedList.get(mid)<=num",
"orderedList.get(mid)",
"orderedList.get",
"orderedList",
"mid",
"num",
"{\n\t\t\t\tlowerBorder = mid;\n\t\t\t}",
"lowerBorder = mid",
"lowerBorder",
"mid",
"{\n\t\t\t\tupperBorder = mid;\n\t\t\t}",
"upperBorder = mid",
"upperBorder",
"mid",
"return lowerBorder;",
"lowerBorder",
"long num",
"num",
"ArrayList<Long> orderedList",
"orderedList",
"//aとbの最小公倍数を求める\n\tpublic static int gcd(int a, int b) {\n return b == 0 ? a: gcd(b, a % b);\n\t}",
"gcd",
"{\n return b == 0 ? a: gcd(b, a % b);\n\t}",
"return b == 0 ? a: gcd(b, a % b);",
"b == 0 ? a: gcd(b, a % b)",
"b == 0",
"b",
"0",
"a",
"gcd(b, a % b)",
"gcd",
"b",
"a % b",
"a",
"b",
"int a",
"a",
"int b",
"b",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n//\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n//\t\tString W\t = in.readLine();\n//\t\tint num = Integer.parseInt(W.split(\" \")[0]);\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\n\t\tif(S <=W) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\n\t}\n\n\t//\t//二分探索\n\t//k <= num となる最小の配列要素kのインデックスを返す\n\tstatic private int binarySearch(long num, long[] orderedArray){\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedArray.length;\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedArray[mid]<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}\n\n\t//二分探索\n\t//k <= num となる最小のList要素kのインデックスを返す\n\tstatic private int binarySearch(long num, ArrayList<Long> orderedList){\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedList.size();\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedList.get(mid)<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}\n\n\t//aとbの最小公倍数を求める\n\tpublic static int gcd(int a, int b) {\n return b == 0 ? a: gcd(b, a % b);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n//\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n//\t\tString W\t = in.readLine();\n//\t\tint num = Integer.parseInt(W.split(\" \")[0]);\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\n\t\tif(S <=W) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\n\t}\n\n\t//\t//二分探索\n\t//k <= num となる最小の配列要素kのインデックスを返す\n\tstatic private int binarySearch(long num, long[] orderedArray){\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedArray.length;\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedArray[mid]<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}\n\n\t//二分探索\n\t//k <= num となる最小のList要素kのインデックスを返す\n\tstatic private int binarySearch(long num, ArrayList<Long> orderedList){\n\t\tint lowerBorder = -1;\n\t\tint upperBorder = orderedList.size();\n\t\tint mid;\n\n\t\twhile(upperBorder - lowerBorder >1) {\n\t\t\tmid = (upperBorder + lowerBorder)/2;\n\t\t\tif(orderedList.get(mid)<=num) {\n\t\t\t\tlowerBorder = mid;\n\t\t\t}else {\n\t\t\t\tupperBorder = mid;\n\t\t\t}\n\t\t}\n\t\treturn lowerBorder;\n\t}\n\n\t//aとbの最小公倍数を求める\n\tpublic static int gcd(int a, int b) {\n return b == 0 ? a: gcd(b, a % b);\n\t}\n\n}",
"Main"
] |
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
// BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
// String W = in.readLine();
// int num = Integer.parseInt(W.split(" ")[0]);
Scanner sc = new Scanner(System.in);
int S = sc.nextInt();
int W = sc.nextInt();
if(S <=W) {
System.out.println("unsafe");
}else {
System.out.println("safe");
}
}
// //二分探索
//k <= num となる最小の配列要素kのインデックスを返す
static private int binarySearch(long num, long[] orderedArray){
int lowerBorder = -1;
int upperBorder = orderedArray.length;
int mid;
while(upperBorder - lowerBorder >1) {
mid = (upperBorder + lowerBorder)/2;
if(orderedArray[mid]<=num) {
lowerBorder = mid;
}else {
upperBorder = mid;
}
}
return lowerBorder;
}
//二分探索
//k <= num となる最小のList要素kのインデックスを返す
static private int binarySearch(long num, ArrayList<Long> orderedList){
int lowerBorder = -1;
int upperBorder = orderedList.size();
int mid;
while(upperBorder - lowerBorder >1) {
mid = (upperBorder + lowerBorder)/2;
if(orderedList.get(mid)<=num) {
lowerBorder = mid;
}else {
upperBorder = mid;
}
}
return lowerBorder;
}
//aとbの最小公倍数を求める
public static int gcd(int a, int b) {
return b == 0 ? a: gcd(b, a % b);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int hituzi = sc.nextInt();\n int ookami = sc.nextInt();\n if(ookami >= hituzi){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int hituzi = sc.nextInt();\n int ookami = sc.nextInt();\n if(ookami >= hituzi){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int hituzi = sc.nextInt();\n int ookami = sc.nextInt();\n if(ookami >= hituzi){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }",
"main",
"{\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int hituzi = sc.nextInt();\n int ookami = sc.nextInt();\n if(ookami >= hituzi){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int hituzi = sc.nextInt();",
"hituzi",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int ookami = sc.nextInt();",
"ookami",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(ookami >= hituzi){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }",
"ookami >= hituzi",
"ookami",
"hituzi",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int hituzi = sc.nextInt();\n int ookami = sc.nextInt();\n if(ookami >= hituzi){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int hituzi = sc.nextInt();\n int ookami = sc.nextInt();\n if(ookami >= hituzi){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
// Your code here!
Scanner sc = new Scanner(System.in);
int hituzi = sc.nextInt();
int ookami = sc.nextInt();
if(ookami >= hituzi){
System.out.println("unsafe");
}else{
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
17,
42,
2,
4,
18,
13,
17,
30,
0,
13,
4,
18,
13,
9,
29,
13,
12,
13,
30,
29,
4,
18,
13,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
4,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
13,
18,
13,
13,
29,
13,
12,
13,
30,
41,
13,
4,
18,
4,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
13,
18,
13,
13,
29,
13,
12,
13,
30,
0,
13,
20,
0,
13,
20,
12,
13,
30,
4,
13,
41,
13,
4,
13,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
14,
2,
13,
13,
30,
4,
18,
13,
17,
30,
4,
18,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
186,
8
],
[
186,
9
],
[
9,
10
],
[
186,
11
],
[
11,
12
],
[
186,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
15,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
20,
24
],
[
19,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
25,
31
],
[
15,
32
],
[
32,
33
],
[
186,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
34,
42
],
[
42,
43
],
[
186,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
44,
52
],
[
52,
53
],
[
186,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
59,
63
],
[
56,
64
],
[
64,
65
],
[
64,
66
],
[
67,
68
],
[
67,
69
],
[
56,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
77,
79
],
[
70,
80
],
[
80,
81
],
[
81,
82
],
[
70,
83
],
[
84,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
91,
92
],
[
91,
93
],
[
56,
94
],
[
94,
95
],
[
186,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
101,
105
],
[
98,
106
],
[
106,
107
],
[
106,
108
],
[
109,
110
],
[
109,
111
],
[
98,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
112,
117
],
[
117,
118
],
[
117,
119
],
[
119,
120
],
[
119,
121
],
[
112,
122
],
[
122,
123
],
[
123,
124
],
[
112,
125
],
[
126,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
131,
132
],
[
131,
133
],
[
133,
134
],
[
133,
135
],
[
98,
136
],
[
136,
137
],
[
186,
138
],
[
138,
139
],
[
138,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
144,
145
],
[
144,
146
],
[
186,
147
],
[
147,
148
],
[
147,
149
],
[
149,
150
],
[
150,
151
],
[
149,
152
],
[
152,
153
],
[
152,
154
],
[
154,
155
],
[
149,
156
],
[
156,
157
],
[
156,
158
],
[
158,
159
],
[
158,
160
],
[
149,
161
],
[
161,
162
],
[
161,
163
],
[
163,
164
],
[
163,
165
],
[
149,
166
],
[
166,
167
],
[
167,
168
],
[
167,
169
],
[
166,
170
],
[
170,
171
],
[
171,
172
],
[
172,
173
],
[
171,
174
],
[
166,
175
],
[
175,
176
],
[
176,
177
],
[
177,
178
],
[
176,
179
],
[
149,
180
],
[
180,
181
],
[
181,
182
],
[
147,
183
],
[
183,
184
],
[
0,
185
],
[
185,
186
],
[
185,
187
]
] |
[
"import java.util.*;\nimport java.io.*;\n\n public class Main{\n// taking inputs\nstatic BufferedReader s1;\nstatic BufferedWriter out;\nstatic String read() throws IOException{String line=\"\";while(line.length()==0){line=s1.readLine();continue;}return line;}\nstatic int int_v (String s1){return Integer.parseInt(s1);}\nstatic long long_v(String s1){return Long.parseLong(s1);}\nstatic int[] int_arr() throws IOException{String[] a=read().split(\" \");int[] b=new int[a.length];for(int i=0;i<a.length;i++){b[i]=int_v(a[i]);}return b;}\nstatic long[] long_arr() throws IOException{String[] a=read().split(\" \");long[] b=new long[a.length];for(int i=0;i<a.length;i++){b[i]=long_v(a[i]);}return b;}\nstatic void assign(){s1=new BufferedReader(new InputStreamReader(System.in));out=new BufferedWriter(new OutputStreamWriter(System.out));}\n\n//......................................@uthor_Alx..............................................\n\n\n public static void main(String[] args) throws IOException{\n\t \t\t assign();\n\t \t\t //int n=int_v(read());\n\t \t\t int[] a=int_arr();\n\t \t\t int n=a[0],k=a[1];\n\t \t\t if(k>=n){out.write(\"unsafe\");}\n\t \t\t else{out.write(\"safe\");}\n out.flush();\n\t \t\t \n\t}\n}\n\t \n\t \n\n\n\n\t\n \n\n\n",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n// taking inputs\nstatic BufferedReader s1;\nstatic BufferedWriter out;\nstatic String read() throws IOException{String line=\"\";while(line.length()==0){line=s1.readLine();continue;}return line;}\nstatic int int_v (String s1){return Integer.parseInt(s1);}\nstatic long long_v(String s1){return Long.parseLong(s1);}\nstatic int[] int_arr() throws IOException{String[] a=read().split(\" \");int[] b=new int[a.length];for(int i=0;i<a.length;i++){b[i]=int_v(a[i]);}return b;}\nstatic long[] long_arr() throws IOException{String[] a=read().split(\" \");long[] b=new long[a.length];for(int i=0;i<a.length;i++){b[i]=long_v(a[i]);}return b;}\nstatic void assign(){s1=new BufferedReader(new InputStreamReader(System.in));out=new BufferedWriter(new OutputStreamWriter(System.out));}\n\n//......................................@uthor_Alx..............................................\n\n\n public static void main(String[] args) throws IOException{\n\t \t\t assign();\n\t \t\t //int n=int_v(read());\n\t \t\t int[] a=int_arr();\n\t \t\t int n=a[0],k=a[1];\n\t \t\t if(k>=n){out.write(\"unsafe\");}\n\t \t\t else{out.write(\"safe\");}\n out.flush();\n\t \t\t \n\t}\n}",
"Main",
"// taking inputs\nstatic BufferedReader s1;",
"s1",
"static BufferedWriter out;",
"out",
"static String read() throws IOException{String line=\"\";while(line.length()==0){line=s1.readLine();continue;}return line;}",
"read",
"{String line=\"\";while(line.length()==0){line=s1.readLine();continue;}return line;}",
"String line=\"\";",
"line",
"\"\"",
"while(line.length()==0){line=s1.readLine();continue;}",
"line.length()==0",
"line.length()",
"line.length",
"line",
"0",
"{line=s1.readLine();continue;}",
"line=s1.readLine()",
"line",
"s1.readLine()",
"s1.readLine",
"s1",
"continue;",
"return line;",
"line",
"static int int_v (String s1){return Integer.parseInt(s1);}",
"int_v",
"{return Integer.parseInt(s1);}",
"return Integer.parseInt(s1);",
"Integer.parseInt(s1)",
"Integer.parseInt",
"Integer",
"s1",
"String s1",
"s1",
"static long long_v(String s1){return Long.parseLong(s1);}",
"long_v",
"{return Long.parseLong(s1);}",
"return Long.parseLong(s1);",
"Long.parseLong(s1)",
"Long.parseLong",
"Long",
"s1",
"String s1",
"s1",
"static int[] int_arr() throws IOException{String[] a=read().split(\" \");int[] b=new int[a.length];for(int i=0;i<a.length;i++){b[i]=int_v(a[i]);}return b;}",
"int_arr",
"{String[] a=read().split(\" \");int[] b=new int[a.length];for(int i=0;i<a.length;i++){b[i]=int_v(a[i]);}return b;}",
"String[] a=read().split(\" \");",
"a",
"read().split(\" \")",
"read().split",
"read()",
"read",
"\" \"",
"int[] b=new int[a.length];",
"b",
"new int[a.length]",
"a.length",
"a",
"a.length",
"for(int i=0;i<a.length;i++){b[i]=int_v(a[i]);}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<a.length",
"i",
"a.length",
"a",
"a.length",
"i++",
"i++",
"i",
"{b[i]=int_v(a[i]);}",
"{b[i]=int_v(a[i]);}",
"b[i]=int_v(a[i])",
"b[i]",
"b",
"i",
"int_v(a[i])",
"int_v",
"a[i]",
"a",
"i",
"return b;",
"b",
"static long[] long_arr() throws IOException{String[] a=read().split(\" \");long[] b=new long[a.length];for(int i=0;i<a.length;i++){b[i]=long_v(a[i]);}return b;}",
"long_arr",
"{String[] a=read().split(\" \");long[] b=new long[a.length];for(int i=0;i<a.length;i++){b[i]=long_v(a[i]);}return b;}",
"String[] a=read().split(\" \");",
"a",
"read().split(\" \")",
"read().split",
"read()",
"read",
"\" \"",
"long[] b=new long[a.length];",
"b",
"new long[a.length]",
"a.length",
"a",
"a.length",
"for(int i=0;i<a.length;i++){b[i]=long_v(a[i]);}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<a.length",
"i",
"a.length",
"a",
"a.length",
"i++",
"i++",
"i",
"{b[i]=long_v(a[i]);}",
"{b[i]=long_v(a[i]);}",
"b[i]=long_v(a[i])",
"b[i]",
"b",
"i",
"long_v(a[i])",
"long_v",
"a[i]",
"a",
"i",
"return b;",
"b",
"static void assign(){s1=new BufferedReader(new InputStreamReader(System.in));out=new BufferedWriter(new OutputStreamWriter(System.out));}",
"assign",
"{s1=new BufferedReader(new InputStreamReader(System.in));out=new BufferedWriter(new OutputStreamWriter(System.out));}",
"s1=new BufferedReader(new InputStreamReader(System.in))",
"s1",
"new BufferedReader(new InputStreamReader(System.in))",
"out=new BufferedWriter(new OutputStreamWriter(System.out))",
"out",
"new BufferedWriter(new OutputStreamWriter(System.out))",
"public static void main(String[] args) throws IOException{\n\t \t\t assign();\n\t \t\t //int n=int_v(read());\n\t \t\t int[] a=int_arr();\n\t \t\t int n=a[0],k=a[1];\n\t \t\t if(k>=n){out.write(\"unsafe\");}\n\t \t\t else{out.write(\"safe\");}\n out.flush();\n\t \t\t \n\t}",
"main",
"{\n\t \t\t assign();\n\t \t\t //int n=int_v(read());\n\t \t\t int[] a=int_arr();\n\t \t\t int n=a[0],k=a[1];\n\t \t\t if(k>=n){out.write(\"unsafe\");}\n\t \t\t else{out.write(\"safe\");}\n out.flush();\n\t \t\t \n\t}",
"assign()",
"assign",
"int[] a=int_arr();",
"a",
"int_arr()",
"int_arr",
"int n=a[0]",
"n",
"a[0]",
"a",
"0",
"k=a[1];",
"k",
"a[1]",
"a",
"1",
"if(k>=n){out.write(\"unsafe\");}\n\t \t\t else{out.write(\"safe\");}",
"k>=n",
"k",
"n",
"{out.write(\"unsafe\");}",
"out.write(\"unsafe\")",
"out.write",
"out",
"\"unsafe\"",
"{out.write(\"safe\");}",
"out.write(\"safe\")",
"out.write",
"out",
"\"safe\"",
"out.flush()",
"out.flush",
"out",
"String[] args",
"args",
"public class Main{\n// taking inputs\nstatic BufferedReader s1;\nstatic BufferedWriter out;\nstatic String read() throws IOException{String line=\"\";while(line.length()==0){line=s1.readLine();continue;}return line;}\nstatic int int_v (String s1){return Integer.parseInt(s1);}\nstatic long long_v(String s1){return Long.parseLong(s1);}\nstatic int[] int_arr() throws IOException{String[] a=read().split(\" \");int[] b=new int[a.length];for(int i=0;i<a.length;i++){b[i]=int_v(a[i]);}return b;}\nstatic long[] long_arr() throws IOException{String[] a=read().split(\" \");long[] b=new long[a.length];for(int i=0;i<a.length;i++){b[i]=long_v(a[i]);}return b;}\nstatic void assign(){s1=new BufferedReader(new InputStreamReader(System.in));out=new BufferedWriter(new OutputStreamWriter(System.out));}\n\n//......................................@uthor_Alx..............................................\n\n\n public static void main(String[] args) throws IOException{\n\t \t\t assign();\n\t \t\t //int n=int_v(read());\n\t \t\t int[] a=int_arr();\n\t \t\t int n=a[0],k=a[1];\n\t \t\t if(k>=n){out.write(\"unsafe\");}\n\t \t\t else{out.write(\"safe\");}\n out.flush();\n\t \t\t \n\t}\n}",
"public class Main{\n// taking inputs\nstatic BufferedReader s1;\nstatic BufferedWriter out;\nstatic String read() throws IOException{String line=\"\";while(line.length()==0){line=s1.readLine();continue;}return line;}\nstatic int int_v (String s1){return Integer.parseInt(s1);}\nstatic long long_v(String s1){return Long.parseLong(s1);}\nstatic int[] int_arr() throws IOException{String[] a=read().split(\" \");int[] b=new int[a.length];for(int i=0;i<a.length;i++){b[i]=int_v(a[i]);}return b;}\nstatic long[] long_arr() throws IOException{String[] a=read().split(\" \");long[] b=new long[a.length];for(int i=0;i<a.length;i++){b[i]=long_v(a[i]);}return b;}\nstatic void assign(){s1=new BufferedReader(new InputStreamReader(System.in));out=new BufferedWriter(new OutputStreamWriter(System.out));}\n\n//......................................@uthor_Alx..............................................\n\n\n public static void main(String[] args) throws IOException{\n\t \t\t assign();\n\t \t\t //int n=int_v(read());\n\t \t\t int[] a=int_arr();\n\t \t\t int n=a[0],k=a[1];\n\t \t\t if(k>=n){out.write(\"unsafe\");}\n\t \t\t else{out.write(\"safe\");}\n out.flush();\n\t \t\t \n\t}\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main{
// taking inputs
static BufferedReader s1;
static BufferedWriter out;
static String read() throws IOException{String line="";while(line.length()==0){line=s1.readLine();continue;}return line;}
static int int_v (String s1){return Integer.parseInt(s1);}
static long long_v(String s1){return Long.parseLong(s1);}
static int[] int_arr() throws IOException{String[] a=read().split(" ");int[] b=new int[a.length];for(int i=0;i<a.length;i++){b[i]=int_v(a[i]);}return b;}
static long[] long_arr() throws IOException{String[] a=read().split(" ");long[] b=new long[a.length];for(int i=0;i<a.length;i++){b[i]=long_v(a[i]);}return b;}
static void assign(){s1=new BufferedReader(new InputStreamReader(System.in));out=new BufferedWriter(new OutputStreamWriter(System.out));}
//......................................@uthor_Alx..............................................
public static void main(String[] args) throws IOException{
assign();
//int n=int_v(read());
int[] a=int_arr();
int n=a[0],k=a[1];
if(k>=n){out.write("unsafe");}
else{out.write("safe");}
out.flush();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
49,
5
],
[
49,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
28,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
6,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n int n = 0, m = 0;\n Scanner sc = new Scanner(System.in);\n n = sc.nextInt();\n m = sc.nextInt();\n if(n <= m){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n int n = 0, m = 0;\n Scanner sc = new Scanner(System.in);\n n = sc.nextInt();\n m = sc.nextInt();\n if(n <= m){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n int n = 0, m = 0;\n Scanner sc = new Scanner(System.in);\n n = sc.nextInt();\n m = sc.nextInt();\n if(n <= m){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }",
"main",
"{\n int n = 0, m = 0;\n Scanner sc = new Scanner(System.in);\n n = sc.nextInt();\n m = sc.nextInt();\n if(n <= m){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }",
"int n = 0",
"n",
"0",
"m = 0;",
"m",
"0",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"n = sc.nextInt()",
"n",
"sc.nextInt()",
"sc.nextInt",
"sc",
"m = sc.nextInt()",
"m",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(n <= m){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }",
"n <= m",
"n",
"m",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n int n = 0, m = 0;\n Scanner sc = new Scanner(System.in);\n n = sc.nextInt();\n m = sc.nextInt();\n if(n <= m){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n int n = 0, m = 0;\n Scanner sc = new Scanner(System.in);\n n = sc.nextInt();\n m = sc.nextInt();\n if(n <= m){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
int n = 0, m = 0;
Scanner sc = new Scanner(System.in);
n = sc.nextInt();
m = sc.nextInt();
if(n <= m){
System.out.println("unsafe");
}else{
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
18,
13,
13,
8,
2,
4,
18,
13,
4,
18,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
30,
5
],
[
30,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
12,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
18,
22
],
[
22,
23
],
[
23,
24
],
[
17,
25
],
[
17,
26
],
[
6,
27
],
[
27,
28
],
[
0,
29
],
[
29,
30
],
[
29,
31
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tSystem.out.println(sc.nextInt() <= sc.nextInt() ? \"unsafe\" : \"safe\");\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tSystem.out.println(sc.nextInt() <= sc.nextInt() ? \"unsafe\" : \"safe\");\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tSystem.out.println(sc.nextInt() <= sc.nextInt() ? \"unsafe\" : \"safe\");\n\t}",
"main",
"{\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tSystem.out.println(sc.nextInt() <= sc.nextInt() ? \"unsafe\" : \"safe\");\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"System.out.println(sc.nextInt() <= sc.nextInt() ? \"unsafe\" : \"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"sc.nextInt() <= sc.nextInt() ? \"unsafe\" : \"safe\"",
"sc.nextInt() <= sc.nextInt()",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.nextInt()",
"sc.nextInt",
"sc",
"\"unsafe\"",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tSystem.out.println(sc.nextInt() <= sc.nextInt() ? \"unsafe\" : \"safe\");\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tSystem.out.println(sc.nextInt() <= sc.nextInt() ? \"unsafe\" : \"safe\");\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println(sc.nextInt() <= sc.nextInt() ? "unsafe" : "safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] |
[
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint w = scan.nextInt();\n\t\t\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint w = scan.nextInt();\n\t\t\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint w = scan.nextInt();\n\t\t\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint w = scan.nextInt();\n\t\t\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int s = scan.nextInt();",
"s",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int w = scan.nextInt();",
"w",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"s <= w",
"s",
"w",
"{\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n\t\t\tSystem.out.println(\"safe\");\n\t\t}",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint w = scan.nextInt();\n\t\t\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint s = scan.nextInt();\n\t\tint w = scan.nextInt();\n\t\t\n\t\tif(s <= w) {\n\t\t\tSystem.out.println(\"unsafe\");\n\t\t}else {\n\t\t\tSystem.out.println(\"safe\");\n\t\t}\n\n\t}\n\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int s = scan.nextInt();
int w = scan.nextInt();
if(s <= w) {
System.out.println("unsafe");
}else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
38,
5
],
[
38,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
10,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
10,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
29,
34
],
[
6,
35
],
[
35,
36
],
[
0,
37
],
[
37,
38
],
[
37,
39
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n try (Scanner sc = new Scanner(System.in)) {\n int S = sc.nextInt();\n int W = sc.nextInt();\n System.out.println(W >= S ? \"unsafe\" : \"safe\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n try (Scanner sc = new Scanner(System.in)) {\n int S = sc.nextInt();\n int W = sc.nextInt();\n System.out.println(W >= S ? \"unsafe\" : \"safe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n try (Scanner sc = new Scanner(System.in)) {\n int S = sc.nextInt();\n int W = sc.nextInt();\n System.out.println(W >= S ? \"unsafe\" : \"safe\");\n }\n }",
"main",
"{\n try (Scanner sc = new Scanner(System.in)) {\n int S = sc.nextInt();\n int W = sc.nextInt();\n System.out.println(W >= S ? \"unsafe\" : \"safe\");\n }\n }",
"try (Scanner sc = new Scanner(System.in)) {\n int S = sc.nextInt();\n int W = sc.nextInt();\n System.out.println(W >= S ? \"unsafe\" : \"safe\");\n }",
"{\n int S = sc.nextInt();\n int W = sc.nextInt();\n System.out.println(W >= S ? \"unsafe\" : \"safe\");\n }",
"Scanner sc = new Scanner(System.in)",
"Scanner sc = new Scanner(System.in)",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(W >= S ? \"unsafe\" : \"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"W >= S ? \"unsafe\" : \"safe\"",
"W >= S",
"W",
"S",
"\"unsafe\"",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n try (Scanner sc = new Scanner(System.in)) {\n int S = sc.nextInt();\n int W = sc.nextInt();\n System.out.println(W >= S ? \"unsafe\" : \"safe\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n try (Scanner sc = new Scanner(System.in)) {\n int S = sc.nextInt();\n int W = sc.nextInt();\n System.out.println(W >= S ? \"unsafe\" : \"safe\");\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
try (Scanner sc = new Scanner(System.in)) {
int S = sc.nextInt();
int W = sc.nextInt();
System.out.println(W >= S ? "unsafe" : "safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
46,
8
],
[
46,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
25,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
9,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] |
[
"\n\nimport java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner scan=new Scanner(System.in);\n int a=scan.nextInt();\n int b=scan.nextInt();\n if(a>b){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n }\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scan=new Scanner(System.in);\n int a=scan.nextInt();\n int b=scan.nextInt();\n if(a>b){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan=new Scanner(System.in);\n int a=scan.nextInt();\n int b=scan.nextInt();\n if(a>b){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n }",
"main",
"{\n Scanner scan=new Scanner(System.in);\n int a=scan.nextInt();\n int b=scan.nextInt();\n if(a>b){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n }",
"Scanner scan=new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a=scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b=scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(a>b){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }",
"a>b",
"a",
"b",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scan=new Scanner(System.in);\n int a=scan.nextInt();\n int b=scan.nextInt();\n if(a>b){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scan=new Scanner(System.in);\n int a=scan.nextInt();\n int b=scan.nextInt();\n if(a>b){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n }\n}",
"Main"
] |
import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan=new Scanner(System.in);
int a=scan.nextInt();
int b=scan.nextInt();
if(a>b){
System.out.println("safe");
}else{
System.out.println("unsafe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
20,
17,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
20,
41,
13,
17,
41,
13,
17,
42,
2,
40,
13,
17,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
13,
23,
13,
12,
13,
30,
14,
18,
18,
13,
13,
13,
29,
0,
18,
18,
13,
13,
13,
17,
14,
2,
13,
17,
4,
18,
18,
13,
13,
13,
14,
2,
18,
13,
13,
13,
4,
13,
13,
2,
13,
17,
2,
13,
18,
13,
13,
14,
2,
18,
13,
2,
13,
17,
13,
4,
13,
13,
2,
13,
17,
2,
13,
18,
13,
2,
13,
17,
23,
13,
23,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
14,
2,
2,
13,
18,
13,
13,
17,
29,
2,
13,
18,
13,
13,
29,
40,
17,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
29,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
267,
8
],
[
267,
9
],
[
9,
10
],
[
267,
11
],
[
11,
12
],
[
11,
13
],
[
267,
15
],
[
15,
16
],
[
267,
17
],
[
17,
18
],
[
267,
19
],
[
19,
20
],
[
267,
21
],
[
21,
22
],
[
267,
23
],
[
23,
24
],
[
267,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
31,
33
],
[
27,
34
],
[
34,
35
],
[
34,
36
],
[
27,
37
],
[
37,
38
],
[
37,
39
],
[
27,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
40,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
45,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
45,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
56,
64
],
[
64,
65
],
[
65,
66
],
[
64,
67
],
[
27,
68
],
[
68,
69
],
[
69,
70
],
[
25,
71
],
[
71,
72
],
[
267,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
75,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
83,
89
],
[
75,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
75,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
100,
106
],
[
106,
107
],
[
106,
108
],
[
106,
109
],
[
109,
110
],
[
109,
111
],
[
106,
112
],
[
112,
113
],
[
112,
114
],
[
114,
115
],
[
114,
116
],
[
75,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
121,
122
],
[
121,
123
],
[
118,
124
],
[
117,
125
],
[
125,
126
],
[
125,
127
],
[
125,
128
],
[
128,
129
],
[
128,
130
],
[
125,
131
],
[
131,
132
],
[
131,
133
],
[
133,
134
],
[
133,
135
],
[
135,
136
],
[
135,
137
],
[
73,
138
],
[
138,
139
],
[
73,
140
],
[
140,
141
],
[
73,
142
],
[
142,
143
],
[
267,
144
],
[
144,
145
],
[
144,
146
],
[
146,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
147,
152
],
[
152,
153
],
[
152,
154
],
[
147,
155
],
[
155,
156
],
[
156,
157
],
[
147,
158
],
[
158,
159
],
[
159,
160
],
[
160,
161
],
[
161,
162
],
[
161,
163
],
[
163,
164
],
[
163,
165
],
[
160,
166
],
[
159,
167
],
[
167,
168
],
[
168,
169
],
[
168,
170
],
[
170,
171
],
[
170,
172
],
[
146,
173
],
[
173,
174
],
[
174,
175
],
[
144,
176
],
[
176,
177
],
[
267,
178
],
[
178,
179
],
[
178,
180
],
[
180,
181
],
[
178,
182
],
[
182,
183
],
[
178,
184
],
[
184,
185
],
[
184,
186
],
[
186,
187
],
[
187,
188
],
[
187,
189
],
[
178,
190
],
[
190,
191
],
[
190,
192
],
[
192,
193
],
[
193,
194
],
[
194,
195
],
[
195,
196
],
[
195,
197
],
[
194,
198
],
[
198,
199
],
[
199,
200
],
[
200,
201
],
[
193,
202
],
[
202,
203
],
[
203,
204
],
[
204,
205
],
[
204,
206
],
[
206,
207
],
[
207,
208
],
[
208,
209
],
[
203,
210
],
[
210,
211
],
[
211,
212
],
[
211,
213
],
[
192,
214
],
[
214,
215
],
[
215,
216
],
[
216,
217
],
[
178,
218
],
[
218,
219
],
[
218,
220
],
[
220,
221
],
[
221,
222
],
[
222,
223
],
[
223,
224
],
[
222,
225
],
[
225,
226
],
[
178,
227
],
[
227,
228
],
[
227,
229
],
[
229,
230
],
[
230,
231
],
[
231,
232
],
[
232,
233
],
[
231,
234
],
[
234,
235
],
[
178,
236
],
[
236,
237
],
[
236,
238
],
[
238,
239
],
[
239,
240
],
[
240,
241
],
[
241,
242
],
[
240,
243
],
[
243,
244
],
[
178,
245
],
[
245,
246
],
[
245,
247
],
[
247,
248
],
[
248,
249
],
[
248,
250
],
[
247,
251
],
[
251,
252
],
[
252,
253
],
[
252,
254
],
[
254,
255
],
[
255,
256
],
[
256,
257
],
[
251,
258
],
[
258,
259
],
[
259,
260
],
[
259,
261
],
[
261,
262
],
[
262,
263
],
[
247,
264
],
[
264,
265
],
[
0,
266
],
[
266,
267
],
[
266,
268
]
] |
[
"import java.io.*;\nimport java.util.*;\n\n\npublic class Main{\n static long [][] memo;\n static long [] pow = new long[33];\n static ArrayList <Integer> [] graph;\n static Integer [] d;\n static int [] dist;\n static boolean[][] visited;\n public static void main(String[] args) {\n MyScanner sc = new MyScanner();\n out = new PrintWriter(new BufferedOutputStream(System.out));\n\n // Start writing your solution here. -------------------------------------\n long MOD = 1000000007;\n //int t = sc.nextInt();\n int t = 1;\n while(t -- > 0)\n {\n int n = sc.nextInt();\n int m = sc.nextInt();\n //int k = sc.nextInt();\n if(n <= m)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n out.close();\n }\n public static void bfs(int source, int i, int g)\n {\n if(visited[i][g]) return;\n visited[i][g] = true;\n if(g == 0) graph[source].add(i);\n\n if(dist[i] <= g) bfs(source, i - 1, g - dist[i]);\n if(dist[i + 1] <= g) bfs(source, i + 1, g - dist[i + 1]);\n }\n public static long solve(long n){\n for(int i = 1; i < 33; i ++)\n if(n % pow[i] == 0)\n return n / pow[i];\n return -1;\n }\n //-----------PrintWriter for faster output---------------------------------\n public static PrintWriter out;\n //-----------MyScanner class for faster input----------\n public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n int nextInt() {\n return Integer.parseInt(next());\n }\n long nextLong() {\n return Long.parseLong(next());\n }\n double nextDouble() {\n return Double.parseDouble(next());\n }\n String nextLine(){\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n //--------------------------------------------------------\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n static long [][] memo;\n static long [] pow = new long[33];\n static ArrayList <Integer> [] graph;\n static Integer [] d;\n static int [] dist;\n static boolean[][] visited;\n public static void main(String[] args) {\n MyScanner sc = new MyScanner();\n out = new PrintWriter(new BufferedOutputStream(System.out));\n\n // Start writing your solution here. -------------------------------------\n long MOD = 1000000007;\n //int t = sc.nextInt();\n int t = 1;\n while(t -- > 0)\n {\n int n = sc.nextInt();\n int m = sc.nextInt();\n //int k = sc.nextInt();\n if(n <= m)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n out.close();\n }\n public static void bfs(int source, int i, int g)\n {\n if(visited[i][g]) return;\n visited[i][g] = true;\n if(g == 0) graph[source].add(i);\n\n if(dist[i] <= g) bfs(source, i - 1, g - dist[i]);\n if(dist[i + 1] <= g) bfs(source, i + 1, g - dist[i + 1]);\n }\n public static long solve(long n){\n for(int i = 1; i < 33; i ++)\n if(n % pow[i] == 0)\n return n / pow[i];\n return -1;\n }\n //-----------PrintWriter for faster output---------------------------------\n public static PrintWriter out;\n //-----------MyScanner class for faster input----------\n public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n int nextInt() {\n return Integer.parseInt(next());\n }\n long nextLong() {\n return Long.parseLong(next());\n }\n double nextDouble() {\n return Double.parseDouble(next());\n }\n String nextLine(){\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n //--------------------------------------------------------\n}",
"Main",
"static long [][] memo;",
"memo",
"static long [] pow = new long[33];",
"pow",
"new long[33]",
"33",
"static ArrayList <Integer> [] graph;",
"graph",
"static Integer [] d;",
"d",
"static int [] dist;",
"dist",
"static boolean[][] visited;",
"visited",
"//-----------PrintWriter for faster output---------------------------------\n public static PrintWriter out;",
"out",
"public static void main(String[] args) {\n MyScanner sc = new MyScanner();\n out = new PrintWriter(new BufferedOutputStream(System.out));\n\n // Start writing your solution here. -------------------------------------\n long MOD = 1000000007;\n //int t = sc.nextInt();\n int t = 1;\n while(t -- > 0)\n {\n int n = sc.nextInt();\n int m = sc.nextInt();\n //int k = sc.nextInt();\n if(n <= m)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n out.close();\n }",
"main",
"{\n MyScanner sc = new MyScanner();\n out = new PrintWriter(new BufferedOutputStream(System.out));\n\n // Start writing your solution here. -------------------------------------\n long MOD = 1000000007;\n //int t = sc.nextInt();\n int t = 1;\n while(t -- > 0)\n {\n int n = sc.nextInt();\n int m = sc.nextInt();\n //int k = sc.nextInt();\n if(n <= m)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n out.close();\n }",
"MyScanner sc = new MyScanner();",
"sc",
"new MyScanner()",
"out = new PrintWriter(new BufferedOutputStream(System.out))",
"out",
"new PrintWriter(new BufferedOutputStream(System.out))",
"long MOD = 1000000007;",
"MOD",
"1000000007",
"int t = 1;",
"t",
"1",
"while(t -- > 0)\n {\n int n = sc.nextInt();\n int m = sc.nextInt();\n //int k = sc.nextInt();\n if(n <= m)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }",
"t -- > 0",
"t --",
"t",
"0",
"{\n int n = sc.nextInt();\n int m = sc.nextInt();\n //int k = sc.nextInt();\n if(n <= m)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }",
"int n = sc.nextInt();",
"n",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int m = sc.nextInt();",
"m",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(n <= m)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");",
"n <= m",
"n",
"m",
"out.println(\"unsafe\")",
"out.println",
"out",
"\"unsafe\"",
"out.println(\"safe\")",
"out.println",
"out",
"\"safe\"",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"public static void bfs(int source, int i, int g)\n {\n if(visited[i][g]) return;\n visited[i][g] = true;\n if(g == 0) graph[source].add(i);\n\n if(dist[i] <= g) bfs(source, i - 1, g - dist[i]);\n if(dist[i + 1] <= g) bfs(source, i + 1, g - dist[i + 1]);\n }",
"bfs",
"{\n if(visited[i][g]) return;\n visited[i][g] = true;\n if(g == 0) graph[source].add(i);\n\n if(dist[i] <= g) bfs(source, i - 1, g - dist[i]);\n if(dist[i + 1] <= g) bfs(source, i + 1, g - dist[i + 1]);\n }",
"if(visited[i][g]) return;",
"visited[i][g]",
"visited[i]",
"visited",
"i",
"g",
"return;",
"visited[i][g] = true",
"visited[i][g]",
"visited[i]",
"visited",
"i",
"g",
"true",
"if(g == 0) graph[source].add(i);",
"g == 0",
"g",
"0",
"graph[source].add(i)",
"graph[source].add",
"graph[source]",
"graph",
"source",
"i",
"if(dist[i] <= g) bfs(source, i - 1, g - dist[i]);",
"dist[i] <= g",
"dist[i]",
"dist",
"i",
"g",
"bfs(source, i - 1, g - dist[i])",
"bfs",
"source",
"i - 1",
"i",
"1",
"g - dist[i]",
"g",
"dist[i]",
"dist",
"i",
"if(dist[i + 1] <= g) bfs(source, i + 1, g - dist[i + 1]);",
"dist[i + 1] <= g",
"dist[i + 1]",
"dist",
"i + 1",
"i",
"1",
"g",
"bfs(source, i + 1, g - dist[i + 1])",
"bfs",
"source",
"i + 1",
"i",
"1",
"g - dist[i + 1]",
"g",
"dist[i + 1]",
"dist",
"i + 1",
"i",
"1",
"int source",
"source",
"int i",
"i",
"int g",
"g",
"public static long solve(long n){\n for(int i = 1; i < 33; i ++)\n if(n % pow[i] == 0)\n return n / pow[i];\n return -1;\n }",
"solve",
"{\n for(int i = 1; i < 33; i ++)\n if(n % pow[i] == 0)\n return n / pow[i];\n return -1;\n }",
"for(int i = 1; i < 33; i ++)\n if(n % pow[i] == 0)\n return n / pow[i];",
"int i = 1;",
"int i = 1;",
"i",
"1",
"i < 33",
"i",
"33",
"i ++",
"i ++",
"i",
"if(n % pow[i] == 0)\n return n / pow[i];",
"if(n % pow[i] == 0)\n return n / pow[i];",
"n % pow[i] == 0",
"n % pow[i]",
"n",
"pow[i]",
"pow",
"i",
"0",
"return n / pow[i];",
"n / pow[i]",
"n",
"pow[i]",
"pow",
"i",
"return -1;",
"-1",
"1",
"long n",
"n",
"public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n int nextInt() {\n return Integer.parseInt(next());\n }\n long nextLong() {\n return Long.parseLong(next());\n }\n double nextDouble() {\n return Double.parseDouble(next());\n }\n String nextLine(){\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }",
"MyScanner",
"BufferedReader br;",
"br",
"StringTokenizer st;",
"st",
"public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }",
"MyScanner",
"{\n br = new BufferedReader(new InputStreamReader(System.in));\n }",
"br = new BufferedReader(new InputStreamReader(System.in))",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }",
"next",
"{\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }",
"while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }",
"st == null || !st.hasMoreElements()",
"st == null",
"st",
"null",
"!st.hasMoreElements()",
"st.hasMoreElements()",
"st.hasMoreElements",
"st",
"{\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }",
"try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }",
"catch (IOException e) {\n e.printStackTrace();\n }",
"IOException e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"int nextInt() {\n return Integer.parseInt(next());\n }",
"nextInt",
"{\n return Integer.parseInt(next());\n }",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"long nextLong() {\n return Long.parseLong(next());\n }",
"nextLong",
"{\n return Long.parseLong(next());\n }",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"double nextDouble() {\n return Double.parseDouble(next());\n }",
"nextDouble",
"{\n return Double.parseDouble(next());\n }",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"String nextLine(){\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }",
"nextLine",
"{\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }",
"String str = \"\";",
"str",
"\"\"",
"try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }",
"catch (IOException e) {\n e.printStackTrace();\n }",
"IOException e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n str = br.readLine();\n }",
"str = br.readLine()",
"str",
"br.readLine()",
"br.readLine",
"br",
"return str;",
"str",
"public class Main{\n static long [][] memo;\n static long [] pow = new long[33];\n static ArrayList <Integer> [] graph;\n static Integer [] d;\n static int [] dist;\n static boolean[][] visited;\n public static void main(String[] args) {\n MyScanner sc = new MyScanner();\n out = new PrintWriter(new BufferedOutputStream(System.out));\n\n // Start writing your solution here. -------------------------------------\n long MOD = 1000000007;\n //int t = sc.nextInt();\n int t = 1;\n while(t -- > 0)\n {\n int n = sc.nextInt();\n int m = sc.nextInt();\n //int k = sc.nextInt();\n if(n <= m)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n out.close();\n }\n public static void bfs(int source, int i, int g)\n {\n if(visited[i][g]) return;\n visited[i][g] = true;\n if(g == 0) graph[source].add(i);\n\n if(dist[i] <= g) bfs(source, i - 1, g - dist[i]);\n if(dist[i + 1] <= g) bfs(source, i + 1, g - dist[i + 1]);\n }\n public static long solve(long n){\n for(int i = 1; i < 33; i ++)\n if(n % pow[i] == 0)\n return n / pow[i];\n return -1;\n }\n //-----------PrintWriter for faster output---------------------------------\n public static PrintWriter out;\n //-----------MyScanner class for faster input----------\n public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n int nextInt() {\n return Integer.parseInt(next());\n }\n long nextLong() {\n return Long.parseLong(next());\n }\n double nextDouble() {\n return Double.parseDouble(next());\n }\n String nextLine(){\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n //--------------------------------------------------------\n}",
"public class Main{\n static long [][] memo;\n static long [] pow = new long[33];\n static ArrayList <Integer> [] graph;\n static Integer [] d;\n static int [] dist;\n static boolean[][] visited;\n public static void main(String[] args) {\n MyScanner sc = new MyScanner();\n out = new PrintWriter(new BufferedOutputStream(System.out));\n\n // Start writing your solution here. -------------------------------------\n long MOD = 1000000007;\n //int t = sc.nextInt();\n int t = 1;\n while(t -- > 0)\n {\n int n = sc.nextInt();\n int m = sc.nextInt();\n //int k = sc.nextInt();\n if(n <= m)\n out.println(\"unsafe\");\n else\n out.println(\"safe\");\n }\n out.close();\n }\n public static void bfs(int source, int i, int g)\n {\n if(visited[i][g]) return;\n visited[i][g] = true;\n if(g == 0) graph[source].add(i);\n\n if(dist[i] <= g) bfs(source, i - 1, g - dist[i]);\n if(dist[i + 1] <= g) bfs(source, i + 1, g - dist[i + 1]);\n }\n public static long solve(long n){\n for(int i = 1; i < 33; i ++)\n if(n % pow[i] == 0)\n return n / pow[i];\n return -1;\n }\n //-----------PrintWriter for faster output---------------------------------\n public static PrintWriter out;\n //-----------MyScanner class for faster input----------\n public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n int nextInt() {\n return Integer.parseInt(next());\n }\n long nextLong() {\n return Long.parseLong(next());\n }\n double nextDouble() {\n return Double.parseDouble(next());\n }\n String nextLine(){\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n //--------------------------------------------------------\n}",
"Main"
] |
import java.io.*;
import java.util.*;
public class Main{
static long [][] memo;
static long [] pow = new long[33];
static ArrayList <Integer> [] graph;
static Integer [] d;
static int [] dist;
static boolean[][] visited;
public static void main(String[] args) {
MyScanner sc = new MyScanner();
out = new PrintWriter(new BufferedOutputStream(System.out));
// Start writing your solution here. -------------------------------------
long MOD = 1000000007;
//int t = sc.nextInt();
int t = 1;
while(t -- > 0)
{
int n = sc.nextInt();
int m = sc.nextInt();
//int k = sc.nextInt();
if(n <= m)
out.println("unsafe");
else
out.println("safe");
}
out.close();
}
public static void bfs(int source, int i, int g)
{
if(visited[i][g]) return;
visited[i][g] = true;
if(g == 0) graph[source].add(i);
if(dist[i] <= g) bfs(source, i - 1, g - dist[i]);
if(dist[i + 1] <= g) bfs(source, i + 1, g - dist[i + 1]);
}
public static long solve(long n){
for(int i = 1; i < 33; i ++)
if(n % pow[i] == 0)
return n / pow[i];
return -1;
}
//-----------PrintWriter for faster output---------------------------------
public static PrintWriter out;
//-----------MyScanner class for faster input----------
public static class MyScanner {
BufferedReader br;
StringTokenizer st;
public MyScanner() {
br = new BufferedReader(new InputStreamReader(System.in));
}
String next() {
while (st == null || !st.hasMoreElements()) {
try {
st = new StringTokenizer(br.readLine());
} catch (IOException e) {
e.printStackTrace();
}
}
return st.nextToken();
}
int nextInt() {
return Integer.parseInt(next());
}
long nextLong() {
return Long.parseLong(next());
}
double nextDouble() {
return Double.parseDouble(next());
}
String nextLine(){
String str = "";
try {
str = br.readLine();
} catch (IOException e) {
e.printStackTrace();
}
return str;
}
}
//--------------------------------------------------------
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
42,
5
],
[
42,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
6,
39
],
[
39,
40
],
[
0,
41
],
[
41,
42
],
[
41,
43
]
] |
[
"import java.util.*;\npublic class Main{\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tString ans = \"safe\";\n\t\tif(W >= S){\n\t\t\tans = \"unsafe\";\n\t\t}\n\t\tSystem.out.println(ans);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tString ans = \"safe\";\n\t\tif(W >= S){\n\t\t\tans = \"unsafe\";\n\t\t}\n\t\tSystem.out.println(ans);\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tString ans = \"safe\";\n\t\tif(W >= S){\n\t\t\tans = \"unsafe\";\n\t\t}\n\t\tSystem.out.println(ans);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tString ans = \"safe\";\n\t\tif(W >= S){\n\t\t\tans = \"unsafe\";\n\t\t}\n\t\tSystem.out.println(ans);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"String ans = \"safe\";",
"ans",
"\"safe\"",
"if(W >= S){\n\t\t\tans = \"unsafe\";\n\t\t}",
"W >= S",
"W",
"S",
"{\n\t\t\tans = \"unsafe\";\n\t\t}",
"ans = \"unsafe\"",
"ans",
"\"unsafe\"",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String args[]",
"args",
"public class Main{\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tString ans = \"safe\";\n\t\tif(W >= S){\n\t\t\tans = \"unsafe\";\n\t\t}\n\t\tSystem.out.println(ans);\n\t}\n}",
"public class Main{\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\tString ans = \"safe\";\n\t\tif(W >= S){\n\t\t\tans = \"unsafe\";\n\t\t}\n\t\tSystem.out.println(ans);\n\t}\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
int S = sc.nextInt();
int W = sc.nextInt();
String ans = "safe";
if(W >= S){
ans = "unsafe";
}
System.out.println(ans);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
4,
18,
18,
13,
13,
17,
29,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
44,
5
],
[
44,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
26,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
8,
40
],
[
6,
41
],
[
41,
42
],
[
0,
43
],
[
43,
44
],
[
43,
45
]
] |
[
"import java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\t\n if(S>W){\n \tSystem.out.println(\"safe\");\n \treturn;\n }\n System.out.println(\"unsafe\");\n \treturn;\n\t\t\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\t\n if(S>W){\n \tSystem.out.println(\"safe\");\n \treturn;\n }\n System.out.println(\"unsafe\");\n \treturn;\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\t\n if(S>W){\n \tSystem.out.println(\"safe\");\n \treturn;\n }\n System.out.println(\"unsafe\");\n \treturn;\n\t\t\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\t\n if(S>W){\n \tSystem.out.println(\"safe\");\n \treturn;\n }\n System.out.println(\"unsafe\");\n \treturn;\n\t\t\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(S>W){\n \tSystem.out.println(\"safe\");\n \treturn;\n }",
"S>W",
"S",
"W",
"{\n \tSystem.out.println(\"safe\");\n \treturn;\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"return;",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"return;",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\t\n if(S>W){\n \tSystem.out.println(\"safe\");\n \treturn;\n }\n System.out.println(\"unsafe\");\n \treturn;\n\t\t\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint W = sc.nextInt();\n\t\t\n if(S>W){\n \tSystem.out.println(\"safe\");\n \treturn;\n }\n System.out.println(\"unsafe\");\n \treturn;\n\t\t\n\t}\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int S = sc.nextInt();
int W = sc.nextInt();
if(S>W){
System.out.println("safe");
return;
}
System.out.println("unsafe");
return;
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
161,
11
],
[
161,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
14,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
31,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
12,
47
],
[
47,
48
],
[
161,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
49,
53
],
[
53,
54
],
[
49,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
55,
61
],
[
61,
62
],
[
49,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
63,
69
],
[
69,
70
],
[
49,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
74,
83
],
[
83,
84
],
[
83,
85
],
[
73,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
49,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
94,
97
],
[
97,
98
],
[
49,
99
],
[
99,
100
],
[
99,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
103,
106
],
[
106,
107
],
[
49,
108
],
[
108,
109
],
[
108,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
49,
115
],
[
115,
116
],
[
115,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
119,
122
],
[
122,
123
],
[
49,
124
],
[
124,
125
],
[
124,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
129,
130
],
[
49,
131
],
[
131,
132
],
[
131,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
138
],
[
138,
139
],
[
139,
140
],
[
140,
141
],
[
140,
142
],
[
138,
143
],
[
143,
144
],
[
143,
145
],
[
138,
146
],
[
146,
147
],
[
147,
148
],
[
138,
149
],
[
149,
150
],
[
150,
151
],
[
151,
152
],
[
151,
153
],
[
150,
154
],
[
154,
155
],
[
133,
156
],
[
156,
157
],
[
131,
158
],
[
158,
159
],
[
0,
160
],
[
160,
161
],
[
160,
162
]
] |
[
"import java.io.*;\nimport java.util.*;\nimport java.math.*;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter pw = new PrintWriter(System.out);\n\t\tint s=sc.nextInt();\n\t\tint w=sc.nextInt();\n\t\tif(s>w)System.out.println(\"safe\");\n\t\telse System.out.println(\"unsafe\");\n\t}\n\n\tstatic class Scanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}\n\n\t\tpublic Scanner(String file) throws FileNotFoundException {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n\n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n\t\tpublic int[] nextArr(int n) throws IOException{\n\t\t\tint arr[]=new int[n];\n\t\t\tfor(int i=0;i<n;i++)arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"import java.math.*;",
"math.*",
"java",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter pw = new PrintWriter(System.out);\n\t\tint s=sc.nextInt();\n\t\tint w=sc.nextInt();\n\t\tif(s>w)System.out.println(\"safe\");\n\t\telse System.out.println(\"unsafe\");\n\t}\n\n\tstatic class Scanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}\n\n\t\tpublic Scanner(String file) throws FileNotFoundException {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n\n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n\t\tpublic int[] nextArr(int n) throws IOException{\n\t\t\tint arr[]=new int[n];\n\t\t\tfor(int i=0;i<n;i++)arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter pw = new PrintWriter(System.out);\n\t\tint s=sc.nextInt();\n\t\tint w=sc.nextInt();\n\t\tif(s>w)System.out.println(\"safe\");\n\t\telse System.out.println(\"unsafe\");\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter pw = new PrintWriter(System.out);\n\t\tint s=sc.nextInt();\n\t\tint w=sc.nextInt();\n\t\tif(s>w)System.out.println(\"safe\");\n\t\telse System.out.println(\"unsafe\");\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"PrintWriter pw = new PrintWriter(System.out);",
"pw",
"new PrintWriter(System.out)",
"int s=sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w=sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(s>w)System.out.println(\"safe\");\n\t\telse System.out.println(\"unsafe\");",
"s>w",
"s",
"w",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args",
"static class Scanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}\n\n\t\tpublic Scanner(String file) throws FileNotFoundException {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n\n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n\t\tpublic int[] nextArr(int n) throws IOException{\n\t\t\tint arr[]=new int[n];\n\t\t\tfor(int i=0;i<n;i++)arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}\n\n\t}",
"Scanner",
"StringTokenizer st;",
"st",
"BufferedReader br;",
"br",
"public Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}",
"Scanner",
"{\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}",
"br = new BufferedReader(new InputStreamReader(s))",
"br",
"new BufferedReader(new InputStreamReader(s))",
"InputStream s",
"s",
"public Scanner(String file) throws FileNotFoundException {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}",
"Scanner",
"{\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}",
"br = new BufferedReader(new FileReader(file))",
"br",
"new BufferedReader(new FileReader(file))",
"String file",
"file",
"public String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}",
"next",
"{\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}",
"while (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"nextInt",
"{\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"public long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"nextLong",
"{\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"public String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}",
"nextLine",
"{\n\t\t\treturn br.readLine();\n\t\t}",
"return br.readLine();",
"br.readLine()",
"br.readLine",
"br",
"public double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}",
"nextDouble",
"{\n\t\t\treturn Double.parseDouble(next());\n\t\t}",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"public boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}",
"ready",
"{\n\t\t\treturn br.ready();\n\t\t}",
"return br.ready();",
"br.ready()",
"br.ready",
"br",
"public int[] nextArr(int n) throws IOException{\n\t\t\tint arr[]=new int[n];\n\t\t\tfor(int i=0;i<n;i++)arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}",
"nextArr",
"{\n\t\t\tint arr[]=new int[n];\n\t\t\tfor(int i=0;i<n;i++)arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}",
"int arr[]=new int[n];",
"arr",
"new int[n]",
"n",
"for(int i=0;i<n;i++)arr[i]=nextInt();",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"arr[i]=nextInt();",
"arr[i]=nextInt()",
"arr[i]",
"arr",
"i",
"nextInt()",
"nextInt",
"return arr;",
"arr",
"int n",
"n",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter pw = new PrintWriter(System.out);\n\t\tint s=sc.nextInt();\n\t\tint w=sc.nextInt();\n\t\tif(s>w)System.out.println(\"safe\");\n\t\telse System.out.println(\"unsafe\");\n\t}\n\n\tstatic class Scanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}\n\n\t\tpublic Scanner(String file) throws FileNotFoundException {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n\n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n\t\tpublic int[] nextArr(int n) throws IOException{\n\t\t\tint arr[]=new int[n];\n\t\t\tfor(int i=0;i<n;i++)arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tPrintWriter pw = new PrintWriter(System.out);\n\t\tint s=sc.nextInt();\n\t\tint w=sc.nextInt();\n\t\tif(s>w)System.out.println(\"safe\");\n\t\telse System.out.println(\"unsafe\");\n\t}\n\n\tstatic class Scanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream s) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(s));\n\t\t}\n\n\t\tpublic Scanner(String file) throws FileNotFoundException {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n\n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n\t\tpublic int[] nextArr(int n) throws IOException{\n\t\t\tint arr[]=new int[n];\n\t\t\tfor(int i=0;i<n;i++)arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}\n\n\t}\n}",
"Main"
] |
import java.io.*;
import java.util.*;
import java.math.*;
public class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
PrintWriter pw = new PrintWriter(System.out);
int s=sc.nextInt();
int w=sc.nextInt();
if(s>w)System.out.println("safe");
else System.out.println("unsafe");
}
static class Scanner {
StringTokenizer st;
BufferedReader br;
public Scanner(InputStream s) {
br = new BufferedReader(new InputStreamReader(s));
}
public Scanner(String file) throws FileNotFoundException {
br = new BufferedReader(new FileReader(file));
}
public String next() throws IOException {
while (st == null || !st.hasMoreTokens())
st = new StringTokenizer(br.readLine());
return st.nextToken();
}
public int nextInt() throws IOException {
return Integer.parseInt(next());
}
public long nextLong() throws IOException {
return Long.parseLong(next());
}
public String nextLine() throws IOException {
return br.readLine();
}
public double nextDouble() throws IOException {
return Double.parseDouble(next());
}
public boolean ready() throws IOException {
return br.ready();
}
public int[] nextArr(int n) throws IOException{
int arr[]=new int[n];
for(int i=0;i<n;i++)arr[i]=nextInt();
return arr;
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
44,
8
],
[
44,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
25,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
9,
41
],
[
41,
42
],
[
0,
43
],
[
43,
44
],
[
43,
45
]
] |
[
"/*package whatever //do not write package name here */\n\nimport java.io.*;\nimport java.util.*;\npublic class Main {\n \n\tpublic static void main (String[] args) {\n\t\tScanner s=new Scanner(System.in);\n\t\tlong m=s.nextLong();\n\t\tlong n=s.nextLong();\n\t\tif(n>=m)\n\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t\t\n\t}\n}\n\t\t\n\t\t\n\t\t ",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n \n\tpublic static void main (String[] args) {\n\t\tScanner s=new Scanner(System.in);\n\t\tlong m=s.nextLong();\n\t\tlong n=s.nextLong();\n\t\tif(n>=m)\n\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t\t\n\t}\n}",
"Main",
"public static void main (String[] args) {\n\t\tScanner s=new Scanner(System.in);\n\t\tlong m=s.nextLong();\n\t\tlong n=s.nextLong();\n\t\tif(n>=m)\n\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t\t\n\t}",
"main",
"{\n\t\tScanner s=new Scanner(System.in);\n\t\tlong m=s.nextLong();\n\t\tlong n=s.nextLong();\n\t\tif(n>=m)\n\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t\t\n\t}",
"Scanner s=new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"long m=s.nextLong();",
"m",
"s.nextLong()",
"s.nextLong",
"s",
"long n=s.nextLong();",
"n",
"s.nextLong()",
"s.nextLong",
"s",
"if(n>=m)\n\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\tSystem.out.println(\"safe\");",
"n>=m",
"n",
"m",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n \n\tpublic static void main (String[] args) {\n\t\tScanner s=new Scanner(System.in);\n\t\tlong m=s.nextLong();\n\t\tlong n=s.nextLong();\n\t\tif(n>=m)\n\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t\t\n\t}\n}",
"public class Main {\n \n\tpublic static void main (String[] args) {\n\t\tScanner s=new Scanner(System.in);\n\t\tlong m=s.nextLong();\n\t\tlong n=s.nextLong();\n\t\tif(n>=m)\n\t\tSystem.out.println(\"unsafe\");\n\t\telse\n\t\tSystem.out.println(\"safe\");\n\t\t\n\t}\n}",
"Main"
] |
/*package whatever //do not write package name here */
import java.io.*;
import java.util.*;
public class Main {
public static void main (String[] args) {
Scanner s=new Scanner(System.in);
long m=s.nextLong();
long n=s.nextLong();
if(n>=m)
System.out.println("unsafe");
else
System.out.println("safe");
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
17,
41,
13,
2,
17,
17,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
20,
14,
2,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
12,
13,
30,
41,
13,
17,
42,
2,
13,
17,
30,
14,
2,
2,
13,
17,
17,
0,
13,
2,
2,
13,
13,
13,
0,
13,
2,
2,
13,
13,
13,
0,
13,
17,
29,
13,
23,
13,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
4,
13,
17,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
4,
18,
13,
17,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
268,
8
],
[
268,
9
],
[
9,
10
],
[
268,
11
],
[
11,
12
],
[
268,
13
],
[
13,
14
],
[
13,
15
],
[
268,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
18,
20
],
[
268,
21
],
[
21,
22
],
[
268,
23
],
[
23,
24
],
[
268,
25
],
[
25,
26
],
[
268,
27
],
[
27,
28
],
[
268,
29
],
[
29,
30
],
[
268,
31
],
[
31,
32
],
[
268,
33
],
[
33,
34
],
[
268,
35
],
[
35,
36
],
[
268,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
39,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
46,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
46,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
39,
66
],
[
66,
67
],
[
67,
68
],
[
37,
69
],
[
69,
70
],
[
268,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
82,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
81,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
81,
102
],
[
102,
103
],
[
102,
104
],
[
73,
105
],
[
105,
106
],
[
71,
107
],
[
107,
108
],
[
71,
109
],
[
109,
110
],
[
268,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
111,
115
],
[
115,
116
],
[
111,
117
],
[
117,
118
],
[
117,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
117,
123
],
[
123,
124
],
[
111,
125
],
[
125,
126
],
[
125,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
125,
131
],
[
131,
132
],
[
111,
133
],
[
133,
134
],
[
133,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
137,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
136,
145
],
[
145,
146
],
[
145,
147
],
[
135,
148
],
[
148,
149
],
[
149,
150
],
[
150,
151
],
[
111,
152
],
[
152,
153
],
[
152,
154
],
[
154,
155
],
[
155,
156
],
[
156,
157
],
[
157,
158
],
[
111,
159
],
[
159,
160
],
[
159,
161
],
[
161,
162
],
[
162,
163
],
[
163,
164
],
[
164,
165
],
[
163,
166
],
[
166,
167
],
[
111,
168
],
[
168,
169
],
[
168,
170
],
[
170,
171
],
[
171,
172
],
[
172,
173
],
[
173,
174
],
[
172,
175
],
[
175,
176
],
[
111,
177
],
[
177,
178
],
[
177,
179
],
[
179,
180
],
[
180,
181
],
[
181,
182
],
[
182,
183
],
[
183,
184
],
[
181,
185
],
[
111,
186
],
[
186,
187
],
[
186,
188
],
[
188,
189
],
[
189,
190
],
[
190,
191
],
[
191,
192
],
[
190,
193
],
[
193,
194
],
[
111,
195
],
[
195,
196
],
[
195,
197
],
[
197,
198
],
[
198,
199
],
[
198,
200
],
[
197,
202
],
[
202,
203
],
[
203,
204
],
[
204,
205
],
[
204,
206
],
[
202,
207
],
[
207,
208
],
[
207,
209
],
[
202,
210
],
[
210,
211
],
[
211,
212
],
[
202,
213
],
[
213,
214
],
[
214,
215
],
[
215,
216
],
[
215,
217
],
[
214,
218
],
[
218,
219
],
[
197,
220
],
[
220,
221
],
[
195,
222
],
[
222,
223
],
[
111,
224
],
[
224,
225
],
[
224,
226
],
[
226,
227
],
[
227,
228
],
[
227,
229
],
[
226,
231
],
[
231,
232
],
[
232,
233
],
[
233,
234
],
[
233,
235
],
[
231,
236
],
[
236,
237
],
[
236,
238
],
[
231,
239
],
[
239,
240
],
[
240,
241
],
[
231,
242
],
[
242,
243
],
[
243,
244
],
[
244,
245
],
[
244,
246
],
[
243,
247
],
[
247,
248
],
[
226,
249
],
[
249,
250
],
[
224,
251
],
[
251,
252
],
[
111,
253
],
[
253,
254
],
[
253,
255
],
[
255,
256
],
[
256,
257
],
[
257,
258
],
[
258,
259
],
[
111,
260
],
[
260,
261
],
[
260,
262
],
[
262,
263
],
[
263,
264
],
[
264,
265
],
[
263,
266
],
[
0,
267
],
[
267,
268
],
[
267,
269
]
] |
[
"import java.util.*;\nimport java.io.*;\n\npublic class Main {\n\tstatic PrintWriter out;\n\tstatic StringBuilder sb;\n\tstatic int mod = 998244353;\n\tstatic long inf = (long) 1e18 + 1;\n\tstatic int[] col;\n\tstatic int n, m;\n\tstatic ArrayList<Integer>[] ad;\n\tstatic long[][][] memo;\n\tstatic HashSet<Integer> h;\n\tstatic int[] a;\n\tstatic Integer[][] g;\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tout = new PrintWriter(System.out);\n\t\tif(sc.nextInt()>sc.nextInt())\n\t\t\tSystem.out.println(\"safe\");\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t\tout.flush();\n\t}\n\n\tstatic long modPow(long a, long e)\n\n\t{\n\t\tlong res = 1;\n\t\twhile (e > 0) {\n\t\t\tif ((e & 1) == 1)\n\t\t\t\tres = (res * a) % mod;\n\t\t\ta = (a * a) % mod;\n\t\t\te >>= 1;\n\t\t}\n\t\treturn res;\n\t}\n\n\tstatic class Scanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}\n\n\t\tpublic Scanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tpublic char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}\n\n\t\tpublic Long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\n\t\tpublic int[] nextArrInt(int n) throws IOException {\n\t\t\tint[] a = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextInt();\n\t\t\treturn a;\n\t\t}\n\n\t\tpublic long[] nextArrLong(int n) throws IOException {\n\t\t\tlong[] a = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextLong();\n\t\t\treturn a;\n\t\t}\n\n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n\n\t\tpublic void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tstatic PrintWriter out;\n\tstatic StringBuilder sb;\n\tstatic int mod = 998244353;\n\tstatic long inf = (long) 1e18 + 1;\n\tstatic int[] col;\n\tstatic int n, m;\n\tstatic ArrayList<Integer>[] ad;\n\tstatic long[][][] memo;\n\tstatic HashSet<Integer> h;\n\tstatic int[] a;\n\tstatic Integer[][] g;\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tout = new PrintWriter(System.out);\n\t\tif(sc.nextInt()>sc.nextInt())\n\t\t\tSystem.out.println(\"safe\");\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t\tout.flush();\n\t}\n\n\tstatic long modPow(long a, long e)\n\n\t{\n\t\tlong res = 1;\n\t\twhile (e > 0) {\n\t\t\tif ((e & 1) == 1)\n\t\t\t\tres = (res * a) % mod;\n\t\t\ta = (a * a) % mod;\n\t\t\te >>= 1;\n\t\t}\n\t\treturn res;\n\t}\n\n\tstatic class Scanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}\n\n\t\tpublic Scanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tpublic char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}\n\n\t\tpublic Long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\n\t\tpublic int[] nextArrInt(int n) throws IOException {\n\t\t\tint[] a = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextInt();\n\t\t\treturn a;\n\t\t}\n\n\t\tpublic long[] nextArrLong(int n) throws IOException {\n\t\t\tlong[] a = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextLong();\n\t\t\treturn a;\n\t\t}\n\n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n\n\t\tpublic void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}\n\t}\n}",
"Main",
"static PrintWriter out;",
"out",
"static StringBuilder sb;",
"sb",
"static int mod = 998244353;",
"mod",
"998244353",
"static long inf = (long) 1e18 + 1;",
"inf",
"(long) 1e18 + 1",
"(long) 1e18",
"1",
"static int[] col;",
"col",
"static int n",
"n",
"m;",
"m",
"static ArrayList<Integer>[] ad;",
"ad",
"static long[][][] memo;",
"memo",
"static HashSet<Integer> h;",
"h",
"static int[] a;",
"a",
"static Integer[][] g;",
"g",
"public static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tout = new PrintWriter(System.out);\n\t\tif(sc.nextInt()>sc.nextInt())\n\t\t\tSystem.out.println(\"safe\");\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t\tout.flush();\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tout = new PrintWriter(System.out);\n\t\tif(sc.nextInt()>sc.nextInt())\n\t\t\tSystem.out.println(\"safe\");\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t\tout.flush();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"out = new PrintWriter(System.out)",
"out",
"new PrintWriter(System.out)",
"if(sc.nextInt()>sc.nextInt())\n\t\t\tSystem.out.println(\"safe\");\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");",
"sc.nextInt()>sc.nextInt()",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"out.flush()",
"out.flush",
"out",
"String[] args",
"args",
"static long modPow(long a, long e)\n\n\t{\n\t\tlong res = 1;\n\t\twhile (e > 0) {\n\t\t\tif ((e & 1) == 1)\n\t\t\t\tres = (res * a) % mod;\n\t\t\ta = (a * a) % mod;\n\t\t\te >>= 1;\n\t\t}\n\t\treturn res;\n\t}",
"modPow",
"{\n\t\tlong res = 1;\n\t\twhile (e > 0) {\n\t\t\tif ((e & 1) == 1)\n\t\t\t\tres = (res * a) % mod;\n\t\t\ta = (a * a) % mod;\n\t\t\te >>= 1;\n\t\t}\n\t\treturn res;\n\t}",
"long res = 1;",
"res",
"1",
"while (e > 0) {\n\t\t\tif ((e & 1) == 1)\n\t\t\t\tres = (res * a) % mod;\n\t\t\ta = (a * a) % mod;\n\t\t\te >>= 1;\n\t\t}",
"e > 0",
"e",
"0",
"{\n\t\t\tif ((e & 1) == 1)\n\t\t\t\tres = (res * a) % mod;\n\t\t\ta = (a * a) % mod;\n\t\t\te >>= 1;\n\t\t}",
"if ((e & 1) == 1)\n\t\t\t\tres = (res * a) % mod;",
"(e & 1) == 1",
"(e & 1)",
"e",
"1",
"1",
"res = (res * a) % mod",
"res",
"(res * a) % mod",
"(res * a)",
"res",
"a",
"mod",
"a = (a * a) % mod",
"a",
"(a * a) % mod",
"(a * a)",
"a",
"a",
"mod",
"e >>= 1",
"e",
"1",
"return res;",
"res",
"long a",
"a",
"long e",
"e",
"static class Scanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}\n\n\t\tpublic Scanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tpublic char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}\n\n\t\tpublic Long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\n\t\tpublic int[] nextArrInt(int n) throws IOException {\n\t\t\tint[] a = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextInt();\n\t\t\treturn a;\n\t\t}\n\n\t\tpublic long[] nextArrLong(int n) throws IOException {\n\t\t\tlong[] a = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextLong();\n\t\t\treturn a;\n\t\t}\n\n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n\n\t\tpublic void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}\n\t}",
"Scanner",
"StringTokenizer st;",
"st",
"BufferedReader br;",
"br",
"public Scanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}",
"Scanner",
"{\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}",
"br = new BufferedReader(new InputStreamReader(system))",
"br",
"new BufferedReader(new InputStreamReader(system))",
"InputStream system",
"system",
"public Scanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}",
"Scanner",
"{\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}",
"br = new BufferedReader(new FileReader(file))",
"br",
"new BufferedReader(new FileReader(file))",
"String file",
"file",
"public String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}",
"next",
"{\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}",
"while (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}",
"nextLine",
"{\n\t\t\treturn br.readLine();\n\t\t}",
"return br.readLine();",
"br.readLine()",
"br.readLine",
"br",
"public int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"nextInt",
"{\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"public double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}",
"nextDouble",
"{\n\t\t\treturn Double.parseDouble(next());\n\t\t}",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"public char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}",
"nextChar",
"{\n\t\t\treturn next().charAt(0);\n\t\t}",
"return next().charAt(0);",
"next().charAt(0)",
"next().charAt",
"next()",
"next",
"0",
"public Long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"nextLong",
"{\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"public int[] nextArrInt(int n) throws IOException {\n\t\t\tint[] a = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextInt();\n\t\t\treturn a;\n\t\t}",
"nextArrInt",
"{\n\t\t\tint[] a = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextInt();\n\t\t\treturn a;\n\t\t}",
"int[] a = new int[n];",
"a",
"new int[n]",
"n",
"for (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextInt();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"a[i] = nextInt();",
"a[i] = nextInt()",
"a[i]",
"a",
"i",
"nextInt()",
"nextInt",
"return a;",
"a",
"int n",
"n",
"public long[] nextArrLong(int n) throws IOException {\n\t\t\tlong[] a = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextLong();\n\t\t\treturn a;\n\t\t}",
"nextArrLong",
"{\n\t\t\tlong[] a = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextLong();\n\t\t\treturn a;\n\t\t}",
"long[] a = new long[n];",
"a",
"new long[n]",
"n",
"for (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextLong();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"a[i] = nextLong();",
"a[i] = nextLong()",
"a[i]",
"a",
"i",
"nextLong()",
"nextLong",
"return a;",
"a",
"int n",
"n",
"public boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}",
"ready",
"{\n\t\t\treturn br.ready();\n\t\t}",
"return br.ready();",
"br.ready()",
"br.ready",
"br",
"public void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}",
"waitForInput",
"{\n\t\t\tThread.sleep(3000);\n\t\t}",
"Thread.sleep(3000)",
"Thread.sleep",
"Thread",
"3000",
"public class Main {\n\tstatic PrintWriter out;\n\tstatic StringBuilder sb;\n\tstatic int mod = 998244353;\n\tstatic long inf = (long) 1e18 + 1;\n\tstatic int[] col;\n\tstatic int n, m;\n\tstatic ArrayList<Integer>[] ad;\n\tstatic long[][][] memo;\n\tstatic HashSet<Integer> h;\n\tstatic int[] a;\n\tstatic Integer[][] g;\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tout = new PrintWriter(System.out);\n\t\tif(sc.nextInt()>sc.nextInt())\n\t\t\tSystem.out.println(\"safe\");\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t\tout.flush();\n\t}\n\n\tstatic long modPow(long a, long e)\n\n\t{\n\t\tlong res = 1;\n\t\twhile (e > 0) {\n\t\t\tif ((e & 1) == 1)\n\t\t\t\tres = (res * a) % mod;\n\t\t\ta = (a * a) % mod;\n\t\t\te >>= 1;\n\t\t}\n\t\treturn res;\n\t}\n\n\tstatic class Scanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}\n\n\t\tpublic Scanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tpublic char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}\n\n\t\tpublic Long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\n\t\tpublic int[] nextArrInt(int n) throws IOException {\n\t\t\tint[] a = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextInt();\n\t\t\treturn a;\n\t\t}\n\n\t\tpublic long[] nextArrLong(int n) throws IOException {\n\t\t\tlong[] a = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextLong();\n\t\t\treturn a;\n\t\t}\n\n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n\n\t\tpublic void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}\n\t}\n}",
"public class Main {\n\tstatic PrintWriter out;\n\tstatic StringBuilder sb;\n\tstatic int mod = 998244353;\n\tstatic long inf = (long) 1e18 + 1;\n\tstatic int[] col;\n\tstatic int n, m;\n\tstatic ArrayList<Integer>[] ad;\n\tstatic long[][][] memo;\n\tstatic HashSet<Integer> h;\n\tstatic int[] a;\n\tstatic Integer[][] g;\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tout = new PrintWriter(System.out);\n\t\tif(sc.nextInt()>sc.nextInt())\n\t\t\tSystem.out.println(\"safe\");\n\t\telse\n\t\t\tSystem.out.println(\"unsafe\");\n\t\tout.flush();\n\t}\n\n\tstatic long modPow(long a, long e)\n\n\t{\n\t\tlong res = 1;\n\t\twhile (e > 0) {\n\t\t\tif ((e & 1) == 1)\n\t\t\t\tres = (res * a) % mod;\n\t\t\ta = (a * a) % mod;\n\t\t\te >>= 1;\n\t\t}\n\t\treturn res;\n\t}\n\n\tstatic class Scanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\n\t\tpublic Scanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}\n\n\t\tpublic Scanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n\n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n\n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tpublic char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}\n\n\t\tpublic Long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\n\t\tpublic int[] nextArrInt(int n) throws IOException {\n\t\t\tint[] a = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextInt();\n\t\t\treturn a;\n\t\t}\n\n\t\tpublic long[] nextArrLong(int n) throws IOException {\n\t\t\tlong[] a = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\ta[i] = nextLong();\n\t\t\treturn a;\n\t\t}\n\n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n\n\t\tpublic void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main {
static PrintWriter out;
static StringBuilder sb;
static int mod = 998244353;
static long inf = (long) 1e18 + 1;
static int[] col;
static int n, m;
static ArrayList<Integer>[] ad;
static long[][][] memo;
static HashSet<Integer> h;
static int[] a;
static Integer[][] g;
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
out = new PrintWriter(System.out);
if(sc.nextInt()>sc.nextInt())
System.out.println("safe");
else
System.out.println("unsafe");
out.flush();
}
static long modPow(long a, long e)
{
long res = 1;
while (e > 0) {
if ((e & 1) == 1)
res = (res * a) % mod;
a = (a * a) % mod;
e >>= 1;
}
return res;
}
static class Scanner {
StringTokenizer st;
BufferedReader br;
public Scanner(InputStream system) {
br = new BufferedReader(new InputStreamReader(system));
}
public Scanner(String file) throws Exception {
br = new BufferedReader(new FileReader(file));
}
public String next() throws IOException {
while (st == null || !st.hasMoreTokens())
st = new StringTokenizer(br.readLine());
return st.nextToken();
}
public String nextLine() throws IOException {
return br.readLine();
}
public int nextInt() throws IOException {
return Integer.parseInt(next());
}
public double nextDouble() throws IOException {
return Double.parseDouble(next());
}
public char nextChar() throws IOException {
return next().charAt(0);
}
public Long nextLong() throws IOException {
return Long.parseLong(next());
}
public int[] nextArrInt(int n) throws IOException {
int[] a = new int[n];
for (int i = 0; i < n; i++)
a[i] = nextInt();
return a;
}
public long[] nextArrLong(int n) throws IOException {
long[] a = new long[n];
for (int i = 0; i < n; i++)
a[i] = nextLong();
return a;
}
public boolean ready() throws IOException {
return br.ready();
}
public void waitForInput() throws InterruptedException {
Thread.sleep(3000);
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
39,
5
],
[
39,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
30,
35
],
[
6,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int W = scan.nextInt();\n scan.close();\n\n System.out.println(W>=S ? \"unsafe\" : \"safe\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int W = scan.nextInt();\n scan.close();\n\n System.out.println(W>=S ? \"unsafe\" : \"safe\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int W = scan.nextInt();\n scan.close();\n\n System.out.println(W>=S ? \"unsafe\" : \"safe\");\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int W = scan.nextInt();\n scan.close();\n\n System.out.println(W>=S ? \"unsafe\" : \"safe\");\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int S = scan.nextInt();",
"S",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int W = scan.nextInt();",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.close()",
"scan.close",
"scan",
"System.out.println(W>=S ? \"unsafe\" : \"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"W>=S ? \"unsafe\" : \"safe\"",
"W>=S",
"W",
"S",
"\"unsafe\"",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int W = scan.nextInt();\n scan.close();\n\n System.out.println(W>=S ? \"unsafe\" : \"safe\");\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int S = scan.nextInt();\n int W = scan.nextInt();\n scan.close();\n\n System.out.println(W>=S ? \"unsafe\" : \"safe\");\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int S = scan.nextInt();
int W = scan.nextInt();
scan.close();
System.out.println(W>=S ? "unsafe" : "safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
17,
14,
13,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
44,
5
],
[
44,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
6,
41
],
[
41,
42
],
[
0,
43
],
[
43,
44
],
[
43,
45
]
] |
[
"import java.util.Scanner;\npublic class Main {\n public static void main(String[] args) {\n Scanner sc= new Scanner(System.in);\n int S = sc.nextInt();\n \tint W = sc.nextInt();\n boolean isSafe = S > W;\n String ans = \"unsafe\"; \n if (isSafe) ans = \"safe\";\n \tSystem.out.println(ans);\n } \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner sc= new Scanner(System.in);\n int S = sc.nextInt();\n \tint W = sc.nextInt();\n boolean isSafe = S > W;\n String ans = \"unsafe\"; \n if (isSafe) ans = \"safe\";\n \tSystem.out.println(ans);\n } \n}",
"Main",
"public static void main(String[] args) {\n Scanner sc= new Scanner(System.in);\n int S = sc.nextInt();\n \tint W = sc.nextInt();\n boolean isSafe = S > W;\n String ans = \"unsafe\"; \n if (isSafe) ans = \"safe\";\n \tSystem.out.println(ans);\n }",
"main",
"{\n Scanner sc= new Scanner(System.in);\n int S = sc.nextInt();\n \tint W = sc.nextInt();\n boolean isSafe = S > W;\n String ans = \"unsafe\"; \n if (isSafe) ans = \"safe\";\n \tSystem.out.println(ans);\n }",
"Scanner sc= new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"boolean isSafe = S > W;",
"isSafe",
"S > W",
"S",
"W",
"String ans = \"unsafe\";",
"ans",
"\"unsafe\"",
"if (isSafe) ans = \"safe\";",
"isSafe",
"ans = \"safe\"",
"ans",
"\"safe\"",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner sc= new Scanner(System.in);\n int S = sc.nextInt();\n \tint W = sc.nextInt();\n boolean isSafe = S > W;\n String ans = \"unsafe\"; \n if (isSafe) ans = \"safe\";\n \tSystem.out.println(ans);\n } \n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc= new Scanner(System.in);\n int S = sc.nextInt();\n \tint W = sc.nextInt();\n boolean isSafe = S > W;\n String ans = \"unsafe\"; \n if (isSafe) ans = \"safe\";\n \tSystem.out.println(ans);\n } \n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc= new Scanner(System.in);
int S = sc.nextInt();
int W = sc.nextInt();
boolean isSafe = S > W;
String ans = "unsafe";
if (isSafe) ans = "safe";
System.out.println(ans);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
48,
5
],
[
48,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
27,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
6,
45
],
[
45,
46
],
[
0,
47
],
[
47,
48
],
[
47,
49
]
] |
[
"import java.util.*;\npublic class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int H = scan.nextInt();\n int O = scan.nextInt();\n int ans = O-H;\n if(ans>=0){\n System.out.println(\"unsafe\");\n }\n else {\n System.out.println(\"safe\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int H = scan.nextInt();\n int O = scan.nextInt();\n int ans = O-H;\n if(ans>=0){\n System.out.println(\"unsafe\");\n }\n else {\n System.out.println(\"safe\");\n }\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int H = scan.nextInt();\n int O = scan.nextInt();\n int ans = O-H;\n if(ans>=0){\n System.out.println(\"unsafe\");\n }\n else {\n System.out.println(\"safe\");\n }\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int H = scan.nextInt();\n int O = scan.nextInt();\n int ans = O-H;\n if(ans>=0){\n System.out.println(\"unsafe\");\n }\n else {\n System.out.println(\"safe\");\n }\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int H = scan.nextInt();",
"H",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int O = scan.nextInt();",
"O",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int ans = O-H;",
"ans",
"O-H",
"O",
"H",
"if(ans>=0){\n System.out.println(\"unsafe\");\n }\n else {\n System.out.println(\"safe\");\n }",
"ans>=0",
"ans",
"0",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int H = scan.nextInt();\n int O = scan.nextInt();\n int ans = O-H;\n if(ans>=0){\n System.out.println(\"unsafe\");\n }\n else {\n System.out.println(\"safe\");\n }\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int H = scan.nextInt();\n int O = scan.nextInt();\n int ans = O-H;\n if(ans>=0){\n System.out.println(\"unsafe\");\n }\n else {\n System.out.println(\"safe\");\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int H = scan.nextInt();
int O = scan.nextInt();
int ans = O-H;
if(ans>=0){
System.out.println("unsafe");
}
else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
8,
2,
13,
13,
17,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
45,
5
],
[
45,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
30,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
6,
42
],
[
42,
43
],
[
0,
44
],
[
44,
45
],
[
44,
46
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint sheep = Integer.parseInt(sc.next());\n\t\tint walf = Integer.parseInt(sc.next());\n\t\tString result =sheep > walf?\"safe\":\"unsafe\";\n\t\tSystem.out.println(result);\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint sheep = Integer.parseInt(sc.next());\n\t\tint walf = Integer.parseInt(sc.next());\n\t\tString result =sheep > walf?\"safe\":\"unsafe\";\n\t\tSystem.out.println(result);\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint sheep = Integer.parseInt(sc.next());\n\t\tint walf = Integer.parseInt(sc.next());\n\t\tString result =sheep > walf?\"safe\":\"unsafe\";\n\t\tSystem.out.println(result);\n\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint sheep = Integer.parseInt(sc.next());\n\t\tint walf = Integer.parseInt(sc.next());\n\t\tString result =sheep > walf?\"safe\":\"unsafe\";\n\t\tSystem.out.println(result);\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int sheep = Integer.parseInt(sc.next());",
"sheep",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int walf = Integer.parseInt(sc.next());",
"walf",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"String result =sheep > walf?\"safe\":\"unsafe\";",
"result",
"sheep > walf?\"safe\":\"unsafe\"",
"sheep > walf",
"sheep",
"walf",
"\"safe\"",
"\"unsafe\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint sheep = Integer.parseInt(sc.next());\n\t\tint walf = Integer.parseInt(sc.next());\n\t\tString result =sheep > walf?\"safe\":\"unsafe\";\n\t\tSystem.out.println(result);\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint sheep = Integer.parseInt(sc.next());\n\t\tint walf = Integer.parseInt(sc.next());\n\t\tString result =sheep > walf?\"safe\":\"unsafe\";\n\t\tSystem.out.println(result);\n\n\t}\n\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int sheep = Integer.parseInt(sc.next());
int walf = Integer.parseInt(sc.next());
String result =sheep > walf?"safe":"unsafe";
System.out.println(result);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
54,
14
],
[
54,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
30,
31
],
[
17,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
38,
39
],
[
17,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
45,
50
],
[
15,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
]
] |
[
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\nimport java.util.StringTokenizer;\n \npublic class Main{\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(in.readLine());\n int S = Integer.parseInt(st.nextToken());\n int W = Integer.parseInt(st.nextToken());\n System.out.println(S>W?\"safe\":\"unsafe\");\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main{\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(in.readLine());\n int S = Integer.parseInt(st.nextToken());\n int W = Integer.parseInt(st.nextToken());\n System.out.println(S>W?\"safe\":\"unsafe\");\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(in.readLine());\n int S = Integer.parseInt(st.nextToken());\n int W = Integer.parseInt(st.nextToken());\n System.out.println(S>W?\"safe\":\"unsafe\");\n }",
"main",
"{\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(in.readLine());\n int S = Integer.parseInt(st.nextToken());\n int W = Integer.parseInt(st.nextToken());\n System.out.println(S>W?\"safe\":\"unsafe\");\n }",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer st = new StringTokenizer(in.readLine());",
"st",
"new StringTokenizer(in.readLine())",
"int S = Integer.parseInt(st.nextToken());",
"S",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int W = Integer.parseInt(st.nextToken());",
"W",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"System.out.println(S>W?\"safe\":\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"S>W?\"safe\":\"unsafe\"",
"S>W",
"S",
"W",
"\"safe\"",
"\"unsafe\"",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(in.readLine());\n int S = Integer.parseInt(st.nextToken());\n int W = Integer.parseInt(st.nextToken());\n System.out.println(S>W?\"safe\":\"unsafe\");\n }\n}",
"public class Main{\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(in.readLine());\n int S = Integer.parseInt(st.nextToken());\n int W = Integer.parseInt(st.nextToken());\n System.out.println(S>W?\"safe\":\"unsafe\");\n }\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
import java.util.StringTokenizer;
public class Main{
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new StringTokenizer(in.readLine());
int S = Integer.parseInt(st.nextToken());
int W = Integer.parseInt(st.nextToken());
System.out.println(S>W?"safe":"unsafe");
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
46,
8
],
[
46,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
25,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
9,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] |
[
"import java.util.*; \nimport java.lang.*; \n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint S = scan.nextInt();\n int W = scan.nextInt();\n \n if(S<=W){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint S = scan.nextInt();\n int W = scan.nextInt();\n \n if(S<=W){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint S = scan.nextInt();\n int W = scan.nextInt();\n \n if(S<=W){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint S = scan.nextInt();\n int W = scan.nextInt();\n \n if(S<=W){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int S = scan.nextInt();",
"S",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int W = scan.nextInt();",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(S<=W){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }",
"S<=W",
"S",
"W",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint S = scan.nextInt();\n int W = scan.nextInt();\n \n if(S<=W){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint S = scan.nextInt();\n int W = scan.nextInt();\n \n if(S<=W){\n System.out.println(\"unsafe\");\n }\n else{\n System.out.println(\"safe\");\n }\n\t}\n}",
"Main"
] |
import java.util.*;
import java.lang.*;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int S = scan.nextInt();
int W = scan.nextInt();
if(S<=W){
System.out.println("unsafe");
}
else{
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
40,
5
],
[
40,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
31,
36
],
[
6,
37
],
[
37,
38
],
[
0,
39
],
[
39,
40
],
[
39,
41
]
] |
[
"import java.util.*;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tScanner cin = new Scanner(System.in);\n\t\t\n\t\tint S,W;\n\t\t\n\t\tS = cin.nextInt();\n\t\tW = cin.nextInt();\n\t\t\n\t\tSystem.out.println(W>=S?\"unsafe\":\"safe\");\n\t}\n\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tScanner cin = new Scanner(System.in);\n\t\t\n\t\tint S,W;\n\t\t\n\t\tS = cin.nextInt();\n\t\tW = cin.nextInt();\n\t\t\n\t\tSystem.out.println(W>=S?\"unsafe\":\"safe\");\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tScanner cin = new Scanner(System.in);\n\t\t\n\t\tint S,W;\n\t\t\n\t\tS = cin.nextInt();\n\t\tW = cin.nextInt();\n\t\t\n\t\tSystem.out.println(W>=S?\"unsafe\":\"safe\");\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tScanner cin = new Scanner(System.in);\n\t\t\n\t\tint S,W;\n\t\t\n\t\tS = cin.nextInt();\n\t\tW = cin.nextInt();\n\t\t\n\t\tSystem.out.println(W>=S?\"unsafe\":\"safe\");\n\t}",
"Scanner cin = new Scanner(System.in);",
"cin",
"new Scanner(System.in)",
"int S",
"S",
"W;",
"W",
"S = cin.nextInt()",
"S",
"cin.nextInt()",
"cin.nextInt",
"cin",
"W = cin.nextInt()",
"W",
"cin.nextInt()",
"cin.nextInt",
"cin",
"System.out.println(W>=S?\"unsafe\":\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"W>=S?\"unsafe\":\"safe\"",
"W>=S",
"W",
"S",
"\"unsafe\"",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tScanner cin = new Scanner(System.in);\n\t\t\n\t\tint S,W;\n\t\t\n\t\tS = cin.nextInt();\n\t\tW = cin.nextInt();\n\t\t\n\t\tSystem.out.println(W>=S?\"unsafe\":\"safe\");\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tScanner cin = new Scanner(System.in);\n\t\t\n\t\tint S,W;\n\t\t\n\t\tS = cin.nextInt();\n\t\tW = cin.nextInt();\n\t\t\n\t\tSystem.out.println(W>=S?\"unsafe\":\"safe\");\n\t}\n\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner cin = new Scanner(System.in);
int S,W;
S = cin.nextInt();
W = cin.nextInt();
System.out.println(W>=S?"unsafe":"safe");
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
18,
13,
13,
41,
13,
18,
13,
13,
41,
13,
20,
41,
13,
20,
41,
13,
20,
4,
18,
13,
17,
13,
13,
4,
18,
13,
23,
13,
6,
13,
12,
13,
30,
4,
18,
13,
8,
2,
4,
18,
13,
4,
18,
13,
17,
17,
23,
13,
23,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
76,
17
],
[
76,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
23,
25
],
[
20,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
28,
30
],
[
20,
31
],
[
31,
32
],
[
31,
33
],
[
20,
34
],
[
34,
35
],
[
34,
36
],
[
20,
37
],
[
37,
38
],
[
37,
39
],
[
20,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
40,
44
],
[
40,
45
],
[
20,
46
],
[
46,
47
],
[
47,
48
],
[
18,
49
],
[
49,
50
],
[
76,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
59,
67
],
[
59,
68
],
[
53,
69
],
[
69,
70
],
[
53,
71
],
[
71,
72
],
[
53,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] |
[
"import java.io.OutputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.PrintWriter;\nimport java.util.Scanner;\n\n/**\n * Built using CHelper plug-in\n * Actual solution is at the top\n */\npublic class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n Scanner in = new Scanner(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_a {\n public void solve(int testNumber, Scanner in, PrintWriter out) {\n out.println(in.nextInt() <= in.nextInt() ? \"unsafe\" : \"safe\");\n }\n\n }\n}\n",
"import java.io.OutputStream;",
"OutputStream",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.io.PrintWriter;",
"PrintWriter",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n Scanner in = new Scanner(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_a {\n public void solve(int testNumber, Scanner in, PrintWriter out) {\n out.println(in.nextInt() <= in.nextInt() ? \"unsafe\" : \"safe\");\n }\n\n }\n}",
"Main",
"public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n Scanner in = new Scanner(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }",
"main",
"{\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n Scanner in = new Scanner(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }",
"InputStream inputStream = System.in;",
"inputStream",
"System.in",
"System",
"System.in",
"OutputStream outputStream = System.out;",
"outputStream",
"System.out",
"System",
"System.out",
"Scanner in = new Scanner(inputStream);",
"in",
"new Scanner(inputStream)",
"PrintWriter out = new PrintWriter(outputStream);",
"out",
"new PrintWriter(outputStream)",
"abc164_a solver = new abc164_a();",
"solver",
"new abc164_a()",
"solver.solve(1, in, out)",
"solver.solve",
"solver",
"1",
"in",
"out",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static class abc164_a {\n public void solve(int testNumber, Scanner in, PrintWriter out) {\n out.println(in.nextInt() <= in.nextInt() ? \"unsafe\" : \"safe\");\n }\n\n }",
"abc164_a",
"public void solve(int testNumber, Scanner in, PrintWriter out) {\n out.println(in.nextInt() <= in.nextInt() ? \"unsafe\" : \"safe\");\n }",
"solve",
"{\n out.println(in.nextInt() <= in.nextInt() ? \"unsafe\" : \"safe\");\n }",
"out.println(in.nextInt() <= in.nextInt() ? \"unsafe\" : \"safe\")",
"out.println",
"out",
"in.nextInt() <= in.nextInt() ? \"unsafe\" : \"safe\"",
"in.nextInt() <= in.nextInt()",
"in.nextInt()",
"in.nextInt",
"in",
"in.nextInt()",
"in.nextInt",
"in",
"\"unsafe\"",
"\"safe\"",
"int testNumber",
"testNumber",
"Scanner in",
"in",
"PrintWriter out",
"out",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n Scanner in = new Scanner(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_a {\n public void solve(int testNumber, Scanner in, PrintWriter out) {\n out.println(in.nextInt() <= in.nextInt() ? \"unsafe\" : \"safe\");\n }\n\n }\n}",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n Scanner in = new Scanner(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n abc164_a solver = new abc164_a();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_a {\n public void solve(int testNumber, Scanner in, PrintWriter out) {\n out.println(in.nextInt() <= in.nextInt() ? \"unsafe\" : \"safe\");\n }\n\n }\n}",
"Main"
] |
import java.io.OutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.util.Scanner;
/**
* Built using CHelper plug-in
* Actual solution is at the top
*/
public class Main {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = System.out;
Scanner in = new Scanner(inputStream);
PrintWriter out = new PrintWriter(outputStream);
abc164_a solver = new abc164_a();
solver.solve(1, in, out);
out.close();
}
static class abc164_a {
public void solve(int testNumber, Scanner in, PrintWriter out) {
out.println(in.nextInt() <= in.nextInt() ? "unsafe" : "safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
41,
5
],
[
41,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
22,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
6,
38
],
[
38,
39
],
[
0,
40
],
[
40,
41
],
[
40,
42
]
] |
[
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int sheep = sc.nextInt(), wolf=sc.nextInt();\n if(wolf>=sheep) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");\n }\n}\n\t\t",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int sheep = sc.nextInt(), wolf=sc.nextInt();\n if(wolf>=sheep) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int sheep = sc.nextInt(), wolf=sc.nextInt();\n if(wolf>=sheep) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int sheep = sc.nextInt(), wolf=sc.nextInt();\n if(wolf>=sheep) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int sheep = sc.nextInt()",
"sheep",
"sc.nextInt()",
"sc.nextInt",
"sc",
"wolf=sc.nextInt();",
"wolf",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(wolf>=sheep) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");",
"wolf>=sheep",
"wolf",
"sheep",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int sheep = sc.nextInt(), wolf=sc.nextInt();\n if(wolf>=sheep) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int sheep = sc.nextInt(), wolf=sc.nextInt();\n if(wolf>=sheep) System.out.println(\"unsafe\");\n else System.out.println(\"safe\");\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int sheep = sc.nextInt(), wolf=sc.nextInt();
if(wolf>=sheep) System.out.println("unsafe");
else System.out.println("safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] |
[
"import java.util.Scanner;\npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner stdIn= new Scanner(System.in);\n\n int x = stdIn.nextInt();\n int y = stdIn.nextInt();\n if(x<=y){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner stdIn= new Scanner(System.in);\n\n int x = stdIn.nextInt();\n int y = stdIn.nextInt();\n if(x<=y){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner stdIn= new Scanner(System.in);\n\n int x = stdIn.nextInt();\n int y = stdIn.nextInt();\n if(x<=y){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }",
"main",
"{\n Scanner stdIn= new Scanner(System.in);\n\n int x = stdIn.nextInt();\n int y = stdIn.nextInt();\n if(x<=y){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }",
"Scanner stdIn= new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int x = stdIn.nextInt();",
"x",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int y = stdIn.nextInt();",
"y",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"if(x<=y){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }",
"x<=y",
"x",
"y",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner stdIn= new Scanner(System.in);\n\n int x = stdIn.nextInt();\n int y = stdIn.nextInt();\n if(x<=y){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner stdIn= new Scanner(System.in);\n\n int x = stdIn.nextInt();\n int y = stdIn.nextInt();\n if(x<=y){\n System.out.println(\"unsafe\");\n }else{\n System.out.println(\"safe\");\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws Exception {
Scanner stdIn= new Scanner(System.in);
int x = stdIn.nextInt();
int y = stdIn.nextInt();
if(x<=y){
System.out.println("unsafe");
}else{
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
50,
14
],
[
50,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
17,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
31,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
15,
47
],
[
47,
48
],
[
0,
49
],
[
49,
50
],
[
49,
51
]
] |
[
"import java.lang.reflect.Array;\nimport java.util.*;\nimport java.io.*;\nimport java.lang.*;\n\npublic class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n if (b>=a)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");\n }\n}",
"import java.lang.reflect.Array;",
"Array",
"java.lang.reflect",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"public class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n if (b>=a)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n if (b>=a)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n if (b>=a)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (b>=a)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");",
"b>=a",
"b",
"a",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n if (b>=a)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");\n }\n}",
"public class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n if (b>=a)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");\n }\n}",
"Main"
] |
import java.lang.reflect.Array;
import java.util.*;
import java.io.*;
import java.lang.*;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
if (b>=a)
System.out.println("unsafe");
else
System.out.println("safe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] |
[
"import java.util.Scanner;\npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S > W){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n \n }\n \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S > W){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n \n }\n \n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S > W){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n \n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S > W){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(S > W){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }",
"S > W",
"S",
"W",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S > W){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n \n }\n \n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n if(S > W){\n System.out.println(\"safe\");\n }else{\n System.out.println(\"unsafe\");\n }\n \n }\n \n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
int S = sc.nextInt();
int W = sc.nextInt();
if(S > W){
System.out.println("safe");
}else{
System.out.println("unsafe");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
41,
13,
17,
41,
13,
17,
12,
13,
30,
0,
13,
20,
0,
13,
20,
4,
13,
41,
13,
4,
13,
41,
13,
4,
13,
4,
13,
8,
2,
13,
13,
17,
17,
4,
13,
23,
13,
12,
13,
30,
0,
13,
20,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
18,
13,
12,
13,
30,
4,
18,
13,
13,
23,
13,
12,
13,
30,
4,
18,
13,
13,
23,
13,
12,
13,
30,
4,
18,
13,
13,
23,
13,
12,
13,
30,
4,
18,
13,
13,
23,
13,
12,
13,
30,
4,
18,
13,
17,
12,
13,
30,
4,
18,
13,
17,
12,
13,
30,
4,
18,
13,
17,
12,
13,
30,
4,
18,
13,
17,
12,
13,
30,
4,
18,
13,
8,
13,
17,
17,
23,
13,
12,
13,
30,
4,
18,
13,
8,
13,
17,
17,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
41,
13,
2,
18,
13,
13,
17,
2,
13,
13,
1,
4,
18,
13,
18,
13,
13,
4,
18,
13,
17,
40,
13,
30,
4,
18,
13,
18,
13,
2,
18,
13,
13,
17,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
41,
13,
2,
18,
13,
13,
17,
2,
13,
13,
1,
4,
18,
13,
18,
13,
13,
4,
18,
13,
17,
40,
13,
30,
4,
18,
13,
18,
13,
2,
18,
13,
13,
17,
23,
13,
12,
13,
30,
4,
18,
13,
12,
13,
30,
4,
18,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
293,
14
],
[
293,
15
],
[
15,
16
],
[
293,
17
],
[
17,
18
],
[
293,
19
],
[
19,
20
],
[
293,
21
],
[
21,
22
],
[
21,
23
],
[
293,
24
],
[
24,
25
],
[
24,
26
],
[
293,
27
],
[
27,
28
],
[
27,
29
],
[
293,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
36,
38
],
[
32,
39
],
[
39,
40
],
[
32,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
32,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
32,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
51,
56
],
[
32,
57
],
[
57,
58
],
[
30,
59
],
[
59,
60
],
[
293,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
293,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
293,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
78,
81
],
[
81,
82
],
[
82,
83
],
[
293,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
88,
91
],
[
91,
92
],
[
92,
93
],
[
293,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
98,
101
],
[
101,
102
],
[
102,
103
],
[
293,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
107,
110
],
[
104,
111
],
[
111,
112
],
[
293,
113
],
[
113,
114
],
[
113,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
116,
119
],
[
113,
120
],
[
120,
121
],
[
293,
122
],
[
122,
123
],
[
122,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
125,
128
],
[
122,
129
],
[
129,
130
],
[
293,
131
],
[
131,
132
],
[
131,
133
],
[
133,
134
],
[
134,
135
],
[
135,
136
],
[
134,
137
],
[
131,
138
],
[
138,
139
],
[
293,
140
],
[
140,
141
],
[
140,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
143,
146
],
[
293,
147
],
[
147,
148
],
[
147,
149
],
[
149,
150
],
[
150,
151
],
[
151,
152
],
[
150,
153
],
[
293,
154
],
[
154,
155
],
[
154,
156
],
[
156,
157
],
[
157,
158
],
[
158,
159
],
[
157,
160
],
[
293,
161
],
[
161,
162
],
[
161,
163
],
[
163,
164
],
[
164,
165
],
[
165,
166
],
[
164,
167
],
[
293,
168
],
[
168,
169
],
[
168,
170
],
[
170,
171
],
[
171,
172
],
[
172,
173
],
[
171,
174
],
[
174,
175
],
[
174,
176
],
[
174,
177
],
[
168,
178
],
[
178,
179
],
[
293,
180
],
[
180,
181
],
[
180,
182
],
[
182,
183
],
[
183,
184
],
[
184,
185
],
[
183,
186
],
[
186,
187
],
[
186,
188
],
[
186,
189
],
[
180,
190
],
[
190,
191
],
[
293,
192
],
[
192,
193
],
[
192,
194
],
[
194,
195
],
[
195,
196
],
[
196,
197
],
[
197,
198
],
[
197,
199
],
[
196,
200
],
[
200,
201
],
[
200,
202
],
[
202,
203
],
[
203,
204
],
[
203,
205
],
[
202,
206
],
[
195,
207
],
[
207,
208
],
[
207,
209
],
[
195,
210
],
[
210,
211
],
[
211,
212
],
[
212,
213
],
[
211,
214
],
[
214,
215
],
[
214,
216
],
[
210,
217
],
[
217,
218
],
[
218,
219
],
[
217,
220
],
[
210,
221
],
[
221,
222
],
[
195,
223
],
[
194,
224
],
[
224,
225
],
[
225,
226
],
[
224,
227
],
[
227,
228
],
[
227,
229
],
[
229,
230
],
[
230,
231
],
[
230,
232
],
[
229,
233
],
[
192,
234
],
[
234,
235
],
[
293,
236
],
[
236,
237
],
[
236,
238
],
[
238,
239
],
[
239,
240
],
[
240,
241
],
[
241,
242
],
[
241,
243
],
[
240,
244
],
[
244,
245
],
[
244,
246
],
[
246,
247
],
[
247,
248
],
[
247,
249
],
[
246,
250
],
[
239,
251
],
[
251,
252
],
[
251,
253
],
[
239,
254
],
[
254,
255
],
[
255,
256
],
[
256,
257
],
[
255,
258
],
[
258,
259
],
[
258,
260
],
[
254,
261
],
[
261,
262
],
[
262,
263
],
[
261,
264
],
[
254,
265
],
[
265,
266
],
[
239,
267
],
[
238,
268
],
[
268,
269
],
[
269,
270
],
[
268,
271
],
[
271,
272
],
[
271,
273
],
[
273,
274
],
[
274,
275
],
[
274,
276
],
[
273,
277
],
[
236,
278
],
[
278,
279
],
[
293,
280
],
[
280,
281
],
[
280,
282
],
[
282,
283
],
[
283,
284
],
[
284,
285
],
[
293,
286
],
[
286,
287
],
[
286,
288
],
[
288,
289
],
[
289,
290
],
[
290,
291
],
[
0,
292
],
[
292,
293
],
[
292,
294
]
] |
[
"import java.io.*;\nimport java.util.*;\n\nimport static java.lang.Math.*;\nimport static java.util.Arrays.*;\n\npublic class Main/*Change to Main When Submitting*/ {\n static BufferedReader __in;\n static PrintWriter __out;\n static StringTokenizer input;\n\n public static void main(String[] args) throws IOException {\n __in = new BufferedReader(new InputStreamReader(System.in));\n __out = new PrintWriter(new OutputStreamWriter(System.out));\n\n read();\n int S = nextInt(), W = nextInt();\n println(W >= S ? \"unsafe\" : \"safe\");\n\n close();\n }\n\n static final int IBIG = 1000000007;\n static final int IMAX = 2147483647;\n static final long LMAX = 9223372036854775807L;\n static void read() throws IOException {input = new StringTokenizer(__in.readLine());}\n static String readLine() throws IOException {return __in.readLine();}\n static int nextInt() {return Integer.parseInt(input.nextToken());}\n static int readInt() throws IOException {return Integer.parseInt(__in.readLine());}\n static long nextLong() {return Long.parseLong(input.nextToken());}\n static void print(String s) {__out.print(s);}\n static void println(String s) {__out.println(s);}\n static void print(Object o) {__out.print(o);}\n static void println(Object o) {__out.println(o);}\n static void printy() {__out.println(\"Yes\");}\n static void printY() {__out.println(\"YES\");}\n static void printn() {__out.println(\"No\");}\n static void printN() {__out.println(\"NO\");}\n static void printyn(boolean b) {__out.println(b ? \"Yes\" : \"No\");}\n static void printYN(boolean b) {__out.println(b ? \"YES\" : \"NO\");}\n static void println(int... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}\n static void println(long... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}\n static void println() {__out.println();}\n static void close() {__out.close();}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"import static java.lang.Math.*;",
"import static java.lang.Math.*;",
"import static java.lang.Math.*;",
"import static java.util.Arrays.*;",
"import static java.util.Arrays.*;",
"import static java.util.Arrays.*;",
"public class Main/*Change to Main When Submitting*/ {\n static BufferedReader __in;\n static PrintWriter __out;\n static StringTokenizer input;\n\n public static void main(String[] args) throws IOException {\n __in = new BufferedReader(new InputStreamReader(System.in));\n __out = new PrintWriter(new OutputStreamWriter(System.out));\n\n read();\n int S = nextInt(), W = nextInt();\n println(W >= S ? \"unsafe\" : \"safe\");\n\n close();\n }\n\n static final int IBIG = 1000000007;\n static final int IMAX = 2147483647;\n static final long LMAX = 9223372036854775807L;\n static void read() throws IOException {input = new StringTokenizer(__in.readLine());}\n static String readLine() throws IOException {return __in.readLine();}\n static int nextInt() {return Integer.parseInt(input.nextToken());}\n static int readInt() throws IOException {return Integer.parseInt(__in.readLine());}\n static long nextLong() {return Long.parseLong(input.nextToken());}\n static void print(String s) {__out.print(s);}\n static void println(String s) {__out.println(s);}\n static void print(Object o) {__out.print(o);}\n static void println(Object o) {__out.println(o);}\n static void printy() {__out.println(\"Yes\");}\n static void printY() {__out.println(\"YES\");}\n static void printn() {__out.println(\"No\");}\n static void printN() {__out.println(\"NO\");}\n static void printyn(boolean b) {__out.println(b ? \"Yes\" : \"No\");}\n static void printYN(boolean b) {__out.println(b ? \"YES\" : \"NO\");}\n static void println(int... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}\n static void println(long... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}\n static void println() {__out.println();}\n static void close() {__out.close();}\n}",
"Main",
"static BufferedReader __in;",
"__in",
"static PrintWriter __out;",
"__out",
"static StringTokenizer input;",
"input",
"static final int IBIG = 1000000007;",
"IBIG",
"1000000007",
"static final int IMAX = 2147483647;",
"IMAX",
"2147483647",
"static final long LMAX = 9223372036854775807L;",
"LMAX",
"9223372036854775807L",
"public static void main(String[] args) throws IOException {\n __in = new BufferedReader(new InputStreamReader(System.in));\n __out = new PrintWriter(new OutputStreamWriter(System.out));\n\n read();\n int S = nextInt(), W = nextInt();\n println(W >= S ? \"unsafe\" : \"safe\");\n\n close();\n }",
"main",
"{\n __in = new BufferedReader(new InputStreamReader(System.in));\n __out = new PrintWriter(new OutputStreamWriter(System.out));\n\n read();\n int S = nextInt(), W = nextInt();\n println(W >= S ? \"unsafe\" : \"safe\");\n\n close();\n }",
"__in = new BufferedReader(new InputStreamReader(System.in))",
"__in",
"new BufferedReader(new InputStreamReader(System.in))",
"__out = new PrintWriter(new OutputStreamWriter(System.out))",
"__out",
"new PrintWriter(new OutputStreamWriter(System.out))",
"read()",
"read",
"int S = nextInt()",
"S",
"nextInt()",
"nextInt",
"W = nextInt();",
"W",
"nextInt()",
"nextInt",
"println(W >= S ? \"unsafe\" : \"safe\")",
"println",
"W >= S ? \"unsafe\" : \"safe\"",
"W >= S",
"W",
"S",
"\"unsafe\"",
"\"safe\"",
"close()",
"close",
"String[] args",
"args",
"static void read() throws IOException {input = new StringTokenizer(__in.readLine());}",
"read",
"{input = new StringTokenizer(__in.readLine());}",
"input = new StringTokenizer(__in.readLine())",
"input",
"new StringTokenizer(__in.readLine())",
"static String readLine() throws IOException {return __in.readLine();}",
"readLine",
"{return __in.readLine();}",
"return __in.readLine();",
"__in.readLine()",
"__in.readLine",
"__in",
"static int nextInt() {return Integer.parseInt(input.nextToken());}",
"nextInt",
"{return Integer.parseInt(input.nextToken());}",
"return Integer.parseInt(input.nextToken());",
"Integer.parseInt(input.nextToken())",
"Integer.parseInt",
"Integer",
"input.nextToken()",
"input.nextToken",
"input",
"static int readInt() throws IOException {return Integer.parseInt(__in.readLine());}",
"readInt",
"{return Integer.parseInt(__in.readLine());}",
"return Integer.parseInt(__in.readLine());",
"Integer.parseInt(__in.readLine())",
"Integer.parseInt",
"Integer",
"__in.readLine()",
"__in.readLine",
"__in",
"static long nextLong() {return Long.parseLong(input.nextToken());}",
"nextLong",
"{return Long.parseLong(input.nextToken());}",
"return Long.parseLong(input.nextToken());",
"Long.parseLong(input.nextToken())",
"Long.parseLong",
"Long",
"input.nextToken()",
"input.nextToken",
"input",
"static void print(String s) {__out.print(s);}",
"print",
"{__out.print(s);}",
"__out.print(s)",
"__out.print",
"__out",
"s",
"String s",
"s",
"static void println(String s) {__out.println(s);}",
"println",
"{__out.println(s);}",
"__out.println(s)",
"__out.println",
"__out",
"s",
"String s",
"s",
"static void print(Object o) {__out.print(o);}",
"print",
"{__out.print(o);}",
"__out.print(o)",
"__out.print",
"__out",
"o",
"Object o",
"o",
"static void println(Object o) {__out.println(o);}",
"println",
"{__out.println(o);}",
"__out.println(o)",
"__out.println",
"__out",
"o",
"Object o",
"o",
"static void printy() {__out.println(\"Yes\");}",
"printy",
"{__out.println(\"Yes\");}",
"__out.println(\"Yes\")",
"__out.println",
"__out",
"\"Yes\"",
"static void printY() {__out.println(\"YES\");}",
"printY",
"{__out.println(\"YES\");}",
"__out.println(\"YES\")",
"__out.println",
"__out",
"\"YES\"",
"static void printn() {__out.println(\"No\");}",
"printn",
"{__out.println(\"No\");}",
"__out.println(\"No\")",
"__out.println",
"__out",
"\"No\"",
"static void printN() {__out.println(\"NO\");}",
"printN",
"{__out.println(\"NO\");}",
"__out.println(\"NO\")",
"__out.println",
"__out",
"\"NO\"",
"static void printyn(boolean b) {__out.println(b ? \"Yes\" : \"No\");}",
"printyn",
"{__out.println(b ? \"Yes\" : \"No\");}",
"__out.println(b ? \"Yes\" : \"No\")",
"__out.println",
"__out",
"b ? \"Yes\" : \"No\"",
"b",
"\"Yes\"",
"\"No\"",
"boolean b",
"b",
"static void printYN(boolean b) {__out.println(b ? \"YES\" : \"NO\");}",
"printYN",
"{__out.println(b ? \"YES\" : \"NO\");}",
"__out.println(b ? \"YES\" : \"NO\")",
"__out.println",
"__out",
"b ? \"YES\" : \"NO\"",
"b",
"\"YES\"",
"\"NO\"",
"boolean b",
"b",
"static void println(int... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}",
"println",
"{for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}",
"for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++);",
"int i = 0, len = a.length - 1;",
"int i = 0",
"i",
"0",
"len = a.length - 1;",
"len",
"a.length - 1",
"a.length",
"a",
"a.length",
"1",
"i < len",
"i",
"len",
"__out.print(a[i]), __out.print(' '), i++",
"__out.print(a[i])",
"__out.print",
"__out",
"a[i]",
"a",
"i",
"__out.print(' ')",
"__out.print",
"__out",
"' '",
"i++",
"i",
";",
"__out.println(a[a.length - 1])",
"__out.println",
"__out",
"a[a.length - 1]",
"a",
"a.length - 1",
"a.length",
"a",
"a.length",
"1",
"int... a",
"a",
"static void println(long... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}",
"println",
"{for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}",
"for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++);",
"int i = 0, len = a.length - 1;",
"int i = 0",
"i",
"0",
"len = a.length - 1;",
"len",
"a.length - 1",
"a.length",
"a",
"a.length",
"1",
"i < len",
"i",
"len",
"__out.print(a[i]), __out.print(' '), i++",
"__out.print(a[i])",
"__out.print",
"__out",
"a[i]",
"a",
"i",
"__out.print(' ')",
"__out.print",
"__out",
"' '",
"i++",
"i",
";",
"__out.println(a[a.length - 1])",
"__out.println",
"__out",
"a[a.length - 1]",
"a",
"a.length - 1",
"a.length",
"a",
"a.length",
"1",
"long... a",
"a",
"static void println() {__out.println();}",
"println",
"{__out.println();}",
"__out.println()",
"__out.println",
"__out",
"static void close() {__out.close();}",
"close",
"{__out.close();}",
"__out.close()",
"__out.close",
"__out",
"public class Main/*Change to Main When Submitting*/ {\n static BufferedReader __in;\n static PrintWriter __out;\n static StringTokenizer input;\n\n public static void main(String[] args) throws IOException {\n __in = new BufferedReader(new InputStreamReader(System.in));\n __out = new PrintWriter(new OutputStreamWriter(System.out));\n\n read();\n int S = nextInt(), W = nextInt();\n println(W >= S ? \"unsafe\" : \"safe\");\n\n close();\n }\n\n static final int IBIG = 1000000007;\n static final int IMAX = 2147483647;\n static final long LMAX = 9223372036854775807L;\n static void read() throws IOException {input = new StringTokenizer(__in.readLine());}\n static String readLine() throws IOException {return __in.readLine();}\n static int nextInt() {return Integer.parseInt(input.nextToken());}\n static int readInt() throws IOException {return Integer.parseInt(__in.readLine());}\n static long nextLong() {return Long.parseLong(input.nextToken());}\n static void print(String s) {__out.print(s);}\n static void println(String s) {__out.println(s);}\n static void print(Object o) {__out.print(o);}\n static void println(Object o) {__out.println(o);}\n static void printy() {__out.println(\"Yes\");}\n static void printY() {__out.println(\"YES\");}\n static void printn() {__out.println(\"No\");}\n static void printN() {__out.println(\"NO\");}\n static void printyn(boolean b) {__out.println(b ? \"Yes\" : \"No\");}\n static void printYN(boolean b) {__out.println(b ? \"YES\" : \"NO\");}\n static void println(int... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}\n static void println(long... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}\n static void println() {__out.println();}\n static void close() {__out.close();}\n}",
"public class Main/*Change to Main When Submitting*/ {\n static BufferedReader __in;\n static PrintWriter __out;\n static StringTokenizer input;\n\n public static void main(String[] args) throws IOException {\n __in = new BufferedReader(new InputStreamReader(System.in));\n __out = new PrintWriter(new OutputStreamWriter(System.out));\n\n read();\n int S = nextInt(), W = nextInt();\n println(W >= S ? \"unsafe\" : \"safe\");\n\n close();\n }\n\n static final int IBIG = 1000000007;\n static final int IMAX = 2147483647;\n static final long LMAX = 9223372036854775807L;\n static void read() throws IOException {input = new StringTokenizer(__in.readLine());}\n static String readLine() throws IOException {return __in.readLine();}\n static int nextInt() {return Integer.parseInt(input.nextToken());}\n static int readInt() throws IOException {return Integer.parseInt(__in.readLine());}\n static long nextLong() {return Long.parseLong(input.nextToken());}\n static void print(String s) {__out.print(s);}\n static void println(String s) {__out.println(s);}\n static void print(Object o) {__out.print(o);}\n static void println(Object o) {__out.println(o);}\n static void printy() {__out.println(\"Yes\");}\n static void printY() {__out.println(\"YES\");}\n static void printn() {__out.println(\"No\");}\n static void printN() {__out.println(\"NO\");}\n static void printyn(boolean b) {__out.println(b ? \"Yes\" : \"No\");}\n static void printYN(boolean b) {__out.println(b ? \"YES\" : \"NO\");}\n static void println(int... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}\n static void println(long... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}\n static void println() {__out.println();}\n static void close() {__out.close();}\n}",
"Main"
] |
import java.io.*;
import java.util.*;
import static java.lang.Math.*;
import static java.util.Arrays.*;
public class Main/*Change to Main When Submitting*/ {
static BufferedReader __in;
static PrintWriter __out;
static StringTokenizer input;
public static void main(String[] args) throws IOException {
__in = new BufferedReader(new InputStreamReader(System.in));
__out = new PrintWriter(new OutputStreamWriter(System.out));
read();
int S = nextInt(), W = nextInt();
println(W >= S ? "unsafe" : "safe");
close();
}
static final int IBIG = 1000000007;
static final int IMAX = 2147483647;
static final long LMAX = 9223372036854775807L;
static void read() throws IOException {input = new StringTokenizer(__in.readLine());}
static String readLine() throws IOException {return __in.readLine();}
static int nextInt() {return Integer.parseInt(input.nextToken());}
static int readInt() throws IOException {return Integer.parseInt(__in.readLine());}
static long nextLong() {return Long.parseLong(input.nextToken());}
static void print(String s) {__out.print(s);}
static void println(String s) {__out.println(s);}
static void print(Object o) {__out.print(o);}
static void println(Object o) {__out.println(o);}
static void printy() {__out.println("Yes");}
static void printY() {__out.println("YES");}
static void printn() {__out.println("No");}
static void printN() {__out.println("NO");}
static void printyn(boolean b) {__out.println(b ? "Yes" : "No");}
static void printYN(boolean b) {__out.println(b ? "YES" : "NO");}
static void println(int... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}
static void println(long... a) {for(int i = 0, len = a.length - 1; i < len; __out.print(a[i]), __out.print(' '), i++); __out.println(a[a.length - 1]);}
static void println() {__out.println();}
static void close() {__out.close();}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
17,
41,
13,
18,
13,
13,
41,
13,
18,
13,
13,
41,
13,
17,
12,
13,
30,
4,
18,
18,
13,
13,
8,
2,
4,
18,
13,
4,
18,
13,
17,
17,
12,
13,
30,
4,
18,
20,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
52,
5
],
[
52,
6
],
[
6,
7
],
[
6,
8
],
[
52,
9
],
[
9,
10
],
[
9,
11
],
[
52,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
14,
16
],
[
52,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
19,
21
],
[
52,
22
],
[
22,
23
],
[
22,
24
],
[
52,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
33,
41
],
[
33,
42
],
[
52,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
43,
49
],
[
49,
50
],
[
0,
51
],
[
51,
52
],
[
51,
53
]
] |
[
"import java.util.*;\n\npublic class Main {\n\tScanner sc = new Scanner(System.in);\n\tfinal int MOD = 998244353;\n\tfinal int MAX = Integer.MAX_VALUE;\n\tfinal long LMAX = Long.MAX_VALUE;\n\tint len = 200001;\n\n\n\tvoid doIt() {\n\t\tSystem.out.println((sc.nextInt()<=sc.nextInt())?\"unsafe\":\"safe\");\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tnew Main().doIt();\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tScanner sc = new Scanner(System.in);\n\tfinal int MOD = 998244353;\n\tfinal int MAX = Integer.MAX_VALUE;\n\tfinal long LMAX = Long.MAX_VALUE;\n\tint len = 200001;\n\n\n\tvoid doIt() {\n\t\tSystem.out.println((sc.nextInt()<=sc.nextInt())?\"unsafe\":\"safe\");\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tnew Main().doIt();\n\t}\n}",
"Main",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"final int MOD = 998244353;",
"MOD",
"998244353",
"final int MAX = Integer.MAX_VALUE;",
"MAX",
"Integer.MAX_VALUE",
"Integer",
"Integer.MAX_VALUE",
"final long LMAX = Long.MAX_VALUE;",
"LMAX",
"Long.MAX_VALUE",
"Long",
"Long.MAX_VALUE",
"int len = 200001;",
"len",
"200001",
"void doIt() {\n\t\tSystem.out.println((sc.nextInt()<=sc.nextInt())?\"unsafe\":\"safe\");\n\t}",
"doIt",
"{\n\t\tSystem.out.println((sc.nextInt()<=sc.nextInt())?\"unsafe\":\"safe\");\n\t}",
"System.out.println((sc.nextInt()<=sc.nextInt())?\"unsafe\":\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(sc.nextInt()<=sc.nextInt())?\"unsafe\":\"safe\"",
"(sc.nextInt()<=sc.nextInt())",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.nextInt()",
"sc.nextInt",
"sc",
"\"unsafe\"",
"\"safe\"",
"public static void main(String[] args) {\n\t\tnew Main().doIt();\n\t}",
"main",
"{\n\t\tnew Main().doIt();\n\t}",
"new Main().doIt()",
"new Main().doIt",
"new Main()",
"String[] args",
"args",
"public class Main {\n\tScanner sc = new Scanner(System.in);\n\tfinal int MOD = 998244353;\n\tfinal int MAX = Integer.MAX_VALUE;\n\tfinal long LMAX = Long.MAX_VALUE;\n\tint len = 200001;\n\n\n\tvoid doIt() {\n\t\tSystem.out.println((sc.nextInt()<=sc.nextInt())?\"unsafe\":\"safe\");\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tnew Main().doIt();\n\t}\n}",
"public class Main {\n\tScanner sc = new Scanner(System.in);\n\tfinal int MOD = 998244353;\n\tfinal int MAX = Integer.MAX_VALUE;\n\tfinal long LMAX = Long.MAX_VALUE;\n\tint len = 200001;\n\n\n\tvoid doIt() {\n\t\tSystem.out.println((sc.nextInt()<=sc.nextInt())?\"unsafe\":\"safe\");\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tnew Main().doIt();\n\t}\n}",
"Main"
] |
import java.util.*;
public class Main {
Scanner sc = new Scanner(System.in);
final int MOD = 998244353;
final int MAX = Integer.MAX_VALUE;
final long LMAX = Long.MAX_VALUE;
int len = 200001;
void doIt() {
System.out.println((sc.nextInt()<=sc.nextInt())?"unsafe":"safe");
}
public static void main(String[] args) {
new Main().doIt();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
6,
39
],
[
39,
40
]
] |
[
"import java.util.*;\nclass Main{\npublic static void main(String[] args) {\n Scanner reader =new Scanner (System.in);\n int i=reader.nextInt();\n int d=reader.nextInt();\n if(i<=d)\n {\n System.out.println(\"unsafe\");\n }else\n System.out.println(\"safe\");\n}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\npublic static void main(String[] args) {\n Scanner reader =new Scanner (System.in);\n int i=reader.nextInt();\n int d=reader.nextInt();\n if(i<=d)\n {\n System.out.println(\"unsafe\");\n }else\n System.out.println(\"safe\");\n}\n}",
"Main",
"public static void main(String[] args) {\n Scanner reader =new Scanner (System.in);\n int i=reader.nextInt();\n int d=reader.nextInt();\n if(i<=d)\n {\n System.out.println(\"unsafe\");\n }else\n System.out.println(\"safe\");\n}",
"main",
"{\n Scanner reader =new Scanner (System.in);\n int i=reader.nextInt();\n int d=reader.nextInt();\n if(i<=d)\n {\n System.out.println(\"unsafe\");\n }else\n System.out.println(\"safe\");\n}",
"Scanner reader =new Scanner (System.in);",
"reader",
"new Scanner (System.in)",
"int i=reader.nextInt();",
"i",
"reader.nextInt()",
"reader.nextInt",
"reader",
"int d=reader.nextInt();",
"d",
"reader.nextInt()",
"reader.nextInt",
"reader",
"if(i<=d)\n {\n System.out.println(\"unsafe\");\n }else\n System.out.println(\"safe\");",
"i<=d",
"i",
"d",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args"
] |
import java.util.*;
class Main{
public static void main(String[] args) {
Scanner reader =new Scanner (System.in);
int i=reader.nextInt();
int d=reader.nextInt();
if(i<=d)
{
System.out.println("unsafe");
}else
System.out.println("safe");
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
17,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
41,
13,
4,
13,
4,
18,
13,
41,
13,
4,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
63,
20
],
[
63,
21
],
[
21,
22
],
[
21,
23
],
[
63,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
26,
31
],
[
31,
32
],
[
31,
33
],
[
26,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
26,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
26,
48
],
[
48,
49
],
[
49,
50
],
[
26,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
54,
59
],
[
24,
60
],
[
60,
61
],
[
0,
62
],
[
62,
63
],
[
62,
64
]
] |
[
"import java.util.*;\nimport java.io.PrintWriter;\nimport static java.lang.Integer.*;\nimport static java.lang.Long.*;\nimport static java.lang.Math.*;\nimport static java.lang.System.*;\n\npublic class Main {\n\tpublic static final int MOD = 1000000007;\n\tpublic static void main(String[] args) {\n\t\tint i,j;\n\t\tScanner sc = new Scanner(in);\n\t\tint s = parseInt(sc.next());\n\t\tint w = parseInt(sc.next());\n\t\tsc.close();\n\t\tout.println(s<=w?\"unsafe\":\"safe\");\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.PrintWriter;",
"PrintWriter",
"java.io",
"import static java.lang.Integer.*;",
"import static java.lang.Integer.*;",
"import static java.lang.Integer.*;",
"import static java.lang.Long.*;",
"import static java.lang.Long.*;",
"import static java.lang.Long.*;",
"import static java.lang.Math.*;",
"import static java.lang.Math.*;",
"import static java.lang.Math.*;",
"import static java.lang.System.*;",
"import static java.lang.System.*;",
"import static java.lang.System.*;",
"public class Main {\n\tpublic static final int MOD = 1000000007;\n\tpublic static void main(String[] args) {\n\t\tint i,j;\n\t\tScanner sc = new Scanner(in);\n\t\tint s = parseInt(sc.next());\n\t\tint w = parseInt(sc.next());\n\t\tsc.close();\n\t\tout.println(s<=w?\"unsafe\":\"safe\");\n\t}\n}",
"Main",
"public static final int MOD = 1000000007;",
"MOD",
"1000000007",
"public static void main(String[] args) {\n\t\tint i,j;\n\t\tScanner sc = new Scanner(in);\n\t\tint s = parseInt(sc.next());\n\t\tint w = parseInt(sc.next());\n\t\tsc.close();\n\t\tout.println(s<=w?\"unsafe\":\"safe\");\n\t}",
"main",
"{\n\t\tint i,j;\n\t\tScanner sc = new Scanner(in);\n\t\tint s = parseInt(sc.next());\n\t\tint w = parseInt(sc.next());\n\t\tsc.close();\n\t\tout.println(s<=w?\"unsafe\":\"safe\");\n\t}",
"int i",
"i",
"j;",
"j",
"Scanner sc = new Scanner(in);",
"sc",
"new Scanner(in)",
"int s = parseInt(sc.next());",
"s",
"parseInt(sc.next())",
"parseInt",
"sc.next()",
"sc.next",
"sc",
"int w = parseInt(sc.next());",
"w",
"parseInt(sc.next())",
"parseInt",
"sc.next()",
"sc.next",
"sc",
"sc.close()",
"sc.close",
"sc",
"out.println(s<=w?\"unsafe\":\"safe\")",
"out.println",
"out",
"s<=w?\"unsafe\":\"safe\"",
"s<=w",
"s",
"w",
"\"unsafe\"",
"\"safe\"",
"String[] args",
"args",
"public class Main {\n\tpublic static final int MOD = 1000000007;\n\tpublic static void main(String[] args) {\n\t\tint i,j;\n\t\tScanner sc = new Scanner(in);\n\t\tint s = parseInt(sc.next());\n\t\tint w = parseInt(sc.next());\n\t\tsc.close();\n\t\tout.println(s<=w?\"unsafe\":\"safe\");\n\t}\n}",
"public class Main {\n\tpublic static final int MOD = 1000000007;\n\tpublic static void main(String[] args) {\n\t\tint i,j;\n\t\tScanner sc = new Scanner(in);\n\t\tint s = parseInt(sc.next());\n\t\tint w = parseInt(sc.next());\n\t\tsc.close();\n\t\tout.println(s<=w?\"unsafe\":\"safe\");\n\t}\n}",
"Main"
] |
import java.util.*;
import java.io.PrintWriter;
import static java.lang.Integer.*;
import static java.lang.Long.*;
import static java.lang.Math.*;
import static java.lang.System.*;
public class Main {
public static final int MOD = 1000000007;
public static void main(String[] args) {
int i,j;
Scanner sc = new Scanner(in);
int s = parseInt(sc.next());
int w = parseInt(sc.next());
sc.close();
out.println(s<=w?"unsafe":"safe");
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
28,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
12,
46
],
[
46,
47
]
] |
[
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n int s = sc.nextInt();\n int w = sc.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n int s = sc.nextInt();\n int w = sc.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n int s = sc.nextInt();\n int w = sc.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n int s = sc.nextInt();\n int w = sc.nextInt();\n if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }\n }",
"Scanner sc = new Scanner(new BufferedReader(new InputStreamReader(System.in)));",
"sc",
"new Scanner(new BufferedReader(new InputStreamReader(System.in)))",
"int s = sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (w >= s) {\n System.out.println(\"unsafe\");\n } else {\n System.out.println(\"safe\");\n }",
"w >= s",
"w",
"s",
"{\n System.out.println(\"unsafe\");\n }",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"{\n System.out.println(\"safe\");\n }",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args"
] |
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(new BufferedReader(new InputStreamReader(System.in)));
int s = sc.nextInt();
int w = sc.nextInt();
if (w >= s) {
System.out.println("unsafe");
} else {
System.out.println("safe");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
46,
5
],
[
46,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
25,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
6,
43
],
[
43,
44
],
[
0,
45
],
[
45,
46
],
[
45,
47
]
] |
[
"import java.util.*;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint sheep = sc.nextInt();\n int wolf = sc.nextInt();\n String ans = \"\";\n \n if(wolf < sheep){\n ans = \"safe\";\n }else{\n ans = \"unsafe\";\n }\n \n \tSystem.out.println(ans);\n \n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint sheep = sc.nextInt();\n int wolf = sc.nextInt();\n String ans = \"\";\n \n if(wolf < sheep){\n ans = \"safe\";\n }else{\n ans = \"unsafe\";\n }\n \n \tSystem.out.println(ans);\n \n }\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint sheep = sc.nextInt();\n int wolf = sc.nextInt();\n String ans = \"\";\n \n if(wolf < sheep){\n ans = \"safe\";\n }else{\n ans = \"unsafe\";\n }\n \n \tSystem.out.println(ans);\n \n }",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint sheep = sc.nextInt();\n int wolf = sc.nextInt();\n String ans = \"\";\n \n if(wolf < sheep){\n ans = \"safe\";\n }else{\n ans = \"unsafe\";\n }\n \n \tSystem.out.println(ans);\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int sheep = sc.nextInt();",
"sheep",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int wolf = sc.nextInt();",
"wolf",
"sc.nextInt()",
"sc.nextInt",
"sc",
"String ans = \"\";",
"ans",
"\"\"",
"if(wolf < sheep){\n ans = \"safe\";\n }else{\n ans = \"unsafe\";\n }",
"wolf < sheep",
"wolf",
"sheep",
"{\n ans = \"safe\";\n }",
"ans = \"safe\"",
"ans",
"\"safe\"",
"{\n ans = \"unsafe\";\n }",
"ans = \"unsafe\"",
"ans",
"\"unsafe\"",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint sheep = sc.nextInt();\n int wolf = sc.nextInt();\n String ans = \"\";\n \n if(wolf < sheep){\n ans = \"safe\";\n }else{\n ans = \"unsafe\";\n }\n \n \tSystem.out.println(ans);\n \n }\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint sheep = sc.nextInt();\n int wolf = sc.nextInt();\n String ans = \"\";\n \n if(wolf < sheep){\n ans = \"safe\";\n }else{\n ans = \"unsafe\";\n }\n \n \tSystem.out.println(ans);\n \n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
// 整数の入力
int sheep = sc.nextInt();
int wolf = sc.nextInt();
String ans = "";
if(wolf < sheep){
ans = "safe";
}else{
ans = "unsafe";
}
System.out.println(ans);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
39,
8
],
[
39,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
30,
35
],
[
9,
36
],
[
36,
37
],
[
0,
38
],
[
38,
39
],
[
38,
40
]
] |
[
"\nimport java.io.IOException;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint n = sc.nextInt();\n\n\t\tint m = sc.nextInt();\n\t\t\n\t\tSystem.out.println( n>m ? \"safe\" : \"unsafe\");\n\t}\n\t\n\t\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint n = sc.nextInt();\n\n\t\tint m = sc.nextInt();\n\t\t\n\t\tSystem.out.println( n>m ? \"safe\" : \"unsafe\");\n\t}\n\t\n\t\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint n = sc.nextInt();\n\n\t\tint m = sc.nextInt();\n\t\t\n\t\tSystem.out.println( n>m ? \"safe\" : \"unsafe\");\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint n = sc.nextInt();\n\n\t\tint m = sc.nextInt();\n\t\t\n\t\tSystem.out.println( n>m ? \"safe\" : \"unsafe\");\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int n = sc.nextInt();",
"n",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int m = sc.nextInt();",
"m",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println( n>m ? \"safe\" : \"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"n>m ? \"safe\" : \"unsafe\"",
"n>m",
"n",
"m",
"\"safe\"",
"\"unsafe\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint n = sc.nextInt();\n\n\t\tint m = sc.nextInt();\n\t\t\n\t\tSystem.out.println( n>m ? \"safe\" : \"unsafe\");\n\t}\n\t\n\t\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint n = sc.nextInt();\n\n\t\tint m = sc.nextInt();\n\t\t\n\t\tSystem.out.println( n>m ? \"safe\" : \"unsafe\");\n\t}\n\t\n\t\n}",
"Main"
] |
import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int m = sc.nextInt();
System.out.println( n>m ? "safe" : "unsafe");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
22,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
6,
38
],
[
38,
39
]
] |
[
"import java.util.*;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n\n if (W >= S)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n\n if (W >= S)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n\n if (W >= S)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int S = sc.nextInt();\n int W = sc.nextInt();\n\n if (W >= S)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (W >= S)\n System.out.println(\"unsafe\");\n else\n System.out.println(\"safe\");",
"W >= S",
"W",
"S",
"System.out.println(\"unsafe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"unsafe\"",
"System.out.println(\"safe\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"safe\"",
"String[] args",
"args"
] |
import java.util.*;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int S = sc.nextInt();
int W = sc.nextInt();
if (W >= S)
System.out.println("unsafe");
else
System.out.println("safe");
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.