node_ids
sequencelengths 4
1.4k
| edge_index
sequencelengths 1
2.22k
| text
sequencelengths 4
1.4k
| source
stringlengths 14
427k
|
---|---|---|---|
[
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,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
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
],
[
71,
5
],
[
71,
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
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
32,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
42,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
8,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
6,
68
],
[
68,
69
],
[
0,
70
],
[
70,
71
],
[
70,
72
]
] | [
"import 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,b;\n a=scan.nextInt();\n b=scan.nextInt();\n System.out.print(\"a\");\n if(a>b)System.out.print(\" > \");\n else if(a<b)System.out.print(\" < \");\n else if(a==b)System.out.print(\" == \");\n System.out.println(\"b\");\n }\n}",
"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,b;\n a=scan.nextInt();\n b=scan.nextInt();\n System.out.print(\"a\");\n if(a>b)System.out.print(\" > \");\n else if(a<b)System.out.print(\" < \");\n else if(a==b)System.out.print(\" == \");\n System.out.println(\"b\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan=new Scanner(System.in);\n int a,b;\n a=scan.nextInt();\n b=scan.nextInt();\n System.out.print(\"a\");\n if(a>b)System.out.print(\" > \");\n else if(a<b)System.out.print(\" < \");\n else if(a==b)System.out.print(\" == \");\n System.out.println(\"b\");\n }",
"main",
"{\n Scanner scan=new Scanner(System.in);\n int a,b;\n a=scan.nextInt();\n b=scan.nextInt();\n System.out.print(\"a\");\n if(a>b)System.out.print(\" > \");\n else if(a<b)System.out.print(\" < \");\n else if(a==b)System.out.print(\" == \");\n System.out.println(\"b\");\n }",
"Scanner scan=new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a",
"a",
"b;",
"b",
"a=scan.nextInt()",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"b=scan.nextInt()",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.print(\"a\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"a\"",
"if(a>b)System.out.print(\" > \");\n else if(a<b)System.out.print(\" < \");\n else if(a==b)System.out.print(\" == \");",
"a>b",
"a",
"b",
"System.out.print(\" > \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" > \"",
"if(a<b)System.out.print(\" < \");\n else if(a==b)System.out.print(\" == \");",
"a<b",
"a",
"b",
"System.out.print(\" < \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" < \"",
"if(a==b)System.out.print(\" == \");",
"a==b",
"a",
"b",
"System.out.print(\" == \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" == \"",
"System.out.println(\"b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"b\"",
"String[] args",
"args",
"public class Main {\n \n public static void main(String[] args) {\n Scanner scan=new Scanner(System.in);\n int a,b;\n a=scan.nextInt();\n b=scan.nextInt();\n System.out.print(\"a\");\n if(a>b)System.out.print(\" > \");\n else if(a<b)System.out.print(\" < \");\n else if(a==b)System.out.print(\" == \");\n System.out.println(\"b\");\n }\n}",
"public class Main {\n \n public static void main(String[] args) {\n Scanner scan=new Scanner(System.in);\n int a,b;\n a=scan.nextInt();\n b=scan.nextInt();\n System.out.print(\"a\");\n if(a>b)System.out.print(\" > \");\n else if(a<b)System.out.print(\" < \");\n else if(a==b)System.out.print(\" == \");\n System.out.println(\"b\");\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan=new Scanner(System.in);
int a,b;
a=scan.nextInt();
b=scan.nextInt();
System.out.print("a");
if(a>b)System.out.print(" > ");
else if(a<b)System.out.print(" < ");
else if(a==b)System.out.print(" == ");
System.out.println("b");
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
13,
4,
18,
18,
13,
13,
4,
13,
13,
23,
13,
12,
13,
30,
41,
13,
4,
13,
13,
41,
13,
4,
18,
4,
18,
13,
18,
13,
17,
18,
13,
17,
35,
13,
34,
40,
17,
1,
29,
17,
34,
17,
1,
29,
17,
34,
1,
29,
17,
23,
13,
12,
13,
30,
41,
13,
4,
18,
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,
18,
13,
18,
13,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
17,
38,
30,
14,
2,
13,
17,
30,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
10,
6,
13
] | [
[
0,
1
],
[
129,
2
],
[
129,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
5,
10
],
[
10,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
10,
15
],
[
15,
16
],
[
15,
17
],
[
3,
18
],
[
18,
19
],
[
129,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
25,
27
],
[
22,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
35,
37
],
[
30,
38
],
[
38,
39
],
[
38,
40
],
[
22,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
47,
48
],
[
41,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
41,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
20,
58
],
[
58,
59
],
[
129,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
62,
69
],
[
69,
70
],
[
69,
71
],
[
72,
73
],
[
72,
74
],
[
62,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
82,
84
],
[
75,
85
],
[
85,
86
],
[
86,
87
],
[
75,
88
],
[
89,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
95,
96
],
[
94,
97
],
[
97,
98
],
[
97,
99
],
[
62,
100
],
[
100,
101
],
[
60,
102
],
[
102,
103
],
[
129,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
110,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
120,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
0,
128
],
[
128,
129
],
[
128,
130
]
] | [
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ints = split(input);\n\n final int compare = Integer.valueOf(ints[0]).compareTo(ints[1]);\n\n switch (compare) {\n case -1:\n return \"a < b\";\n case 1:\n return \"a > b\";\n default:\n return \"a == b\";\n }\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ints = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ints[i] = Integer.parseInt(s0[i]);\n }\n\n return ints;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ints = split(input);\n\n final int compare = Integer.valueOf(ints[0]).compareTo(ints[1]);\n\n switch (compare) {\n case -1:\n return \"a < b\";\n case 1:\n return \"a > b\";\n default:\n return \"a == b\";\n }\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ints = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ints[i] = Integer.parseInt(s0[i]);\n }\n\n return ints;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }",
"main",
"{\n final String line = readLine();\n System.out.println(calc(line));\n }",
"final String line = readLine();",
"line",
"readLine()",
"readLine",
"System.out.println(calc(line))",
"System.out.println",
"System.out",
"System",
"System.out",
"calc(line)",
"calc",
"line",
"String[] args",
"args",
"protected static String calc(String input) {\n final int[] ints = split(input);\n\n final int compare = Integer.valueOf(ints[0]).compareTo(ints[1]);\n\n switch (compare) {\n case -1:\n return \"a < b\";\n case 1:\n return \"a > b\";\n default:\n return \"a == b\";\n }\n }",
"calc",
"{\n final int[] ints = split(input);\n\n final int compare = Integer.valueOf(ints[0]).compareTo(ints[1]);\n\n switch (compare) {\n case -1:\n return \"a < b\";\n case 1:\n return \"a > b\";\n default:\n return \"a == b\";\n }\n }",
"final int[] ints = split(input);",
"ints",
"split(input)",
"split",
"input",
"final int compare = Integer.valueOf(ints[0]).compareTo(ints[1]);",
"compare",
"Integer.valueOf(ints[0]).compareTo(ints[1])",
"Integer.valueOf(ints[0]).compareTo",
"Integer.valueOf(ints[0])",
"Integer.valueOf",
"Integer",
"ints[0]",
"ints",
"0",
"ints[1]",
"ints",
"1",
"switch (compare) {\n case -1:\n return \"a < b\";\n case 1:\n return \"a > b\";\n default:\n return \"a == b\";\n }",
"compare",
"case -1:",
"-1",
"1",
"case -1:",
"return \"a < b\";",
"\"a < b\"",
"case 1:",
"1",
"case 1:",
"return \"a > b\";",
"\"a > b\"",
"default:",
"default:",
"return \"a == b\";",
"\"a == b\"",
"String input",
"input",
"private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ints = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ints[i] = Integer.parseInt(s0[i]);\n }\n\n return ints;\n }",
"split",
"{\n final String[] s0 = s.split(\" \");\n int[] ints = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ints[i] = Integer.parseInt(s0[i]);\n }\n\n return ints;\n }",
"final String[] s0 = s.split(\" \");",
"s0",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"int[] ints = new int[s0.length];",
"ints",
"new int[s0.length]",
"s0.length",
"s0",
"s0.length",
"for (int i = 0; i < s0.length; i++) {\n ints[i] = Integer.parseInt(s0[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < s0.length",
"i",
"s0.length",
"s0",
"s0.length",
"i++",
"i++",
"i",
"{\n ints[i] = Integer.parseInt(s0[i]);\n }",
"{\n ints[i] = Integer.parseInt(s0[i]);\n }",
"ints[i] = Integer.parseInt(s0[i])",
"ints[i]",
"ints",
"i",
"Integer.parseInt(s0[i])",
"Integer.parseInt",
"Integer",
"s0[i]",
"s0",
"i",
"return ints;",
"ints",
"String s",
"s",
"private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }",
"readLine",
"{\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }",
"java.util.Scanner s = null;",
"s",
"null",
"try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }",
"{\n if (s != null) {\n s.close();\n }\n }",
"if (s != null) {\n s.close();\n }",
"s != null",
"s",
"null",
"{\n s.close();\n }",
"s.close()",
"s.close",
"s",
"{\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n }",
"s = new java.util.Scanner(System.in)",
"s",
"new java.util.Scanner(System.in)",
"return s.nextLine();",
"s.nextLine()",
"s.nextLine",
"s",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ints = split(input);\n\n final int compare = Integer.valueOf(ints[0]).compareTo(ints[1]);\n\n switch (compare) {\n case -1:\n return \"a < b\";\n case 1:\n return \"a > b\";\n default:\n return \"a == b\";\n }\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ints = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ints[i] = Integer.parseInt(s0[i]);\n }\n\n return ints;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ints = split(input);\n\n final int compare = Integer.valueOf(ints[0]).compareTo(ints[1]);\n\n switch (compare) {\n case -1:\n return \"a < b\";\n case 1:\n return \"a > b\";\n default:\n return \"a == b\";\n }\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ints = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ints[i] = Integer.parseInt(s0[i]);\n }\n\n return ints;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"Main"
] | public class Main {
public static void main(String[] args) {
final String line = readLine();
System.out.println(calc(line));
}
protected static String calc(String input) {
final int[] ints = split(input);
final int compare = Integer.valueOf(ints[0]).compareTo(ints[1]);
switch (compare) {
case -1:
return "a < b";
case 1:
return "a > b";
default:
return "a == b";
}
}
private static int[] split(String s) {
final String[] s0 = s.split(" ");
int[] ints = new int[s0.length];
for (int i = 0; i < s0.length; i++) {
ints[i] = Integer.parseInt(s0[i]);
}
return ints;
}
private static String readLine() {
java.util.Scanner s = null;
try {
s = new java.util.Scanner(System.in);
return s.nextLine();
} finally {
if (s != null) {
s.close();
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
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,
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
],
[
65,
5
],
[
65,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
6,
15
],
[
15,
16
],
[
0,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
21,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
21,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
21,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
35,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
46,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
0,
64
],
[
64,
65
],
[
64,
66
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScan s = new Scan();\n\t\ts.getNum();\n\t}\n}\n\nclass Scan {\n\tpublic static void getNum() {\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t\tint b = s.nextInt();\n\t\tif (a > b) {\t\t\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\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\tScan s = new Scan();\n\t\ts.getNum();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScan s = new Scan();\n\t\ts.getNum();\n\t}",
"main",
"{\n\t\tScan s = new Scan();\n\t\ts.getNum();\n\t}",
"Scan s = new Scan();",
"s",
"new Scan()",
"s.getNum()",
"s.getNum",
"s",
"String[] args",
"args",
"class Scan {\n\tpublic static void getNum() {\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t\tint b = s.nextInt();\n\t\tif (a > b) {\t\t\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Scan",
"public static void getNum() {\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t\tint b = s.nextInt();\n\t\tif (a > b) {\t\t\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"getNum",
"{\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t\tint b = s.nextInt();\n\t\tif (a > b) {\t\t\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int a = s.nextInt();",
"a",
"s.nextInt()",
"s.nextInt",
"s",
"int b = s.nextInt();",
"b",
"s.nextInt()",
"s.nextInt",
"s",
"if (a > b) {\t\t\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\t\t\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScan s = new Scan();\n\t\ts.getNum();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScan s = new Scan();\n\t\ts.getNum();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scan s = new Scan();
s.getNum();
}
}
class Scan {
public static void getNum() {
Scanner s = new Scanner(System.in);
int a = s.nextInt();
int b = s.nextInt();
if (a > b) {
System.out.println("a > b");
} else if (a < b) {
System.out.println("a < b");
} else {
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
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,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
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
],
[
61,
8
],
[
61,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
11,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
11,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
11,
29
],
[
29,
30
],
[
30,
31
],
[
11,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
32,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
42,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
9,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import java.util.*;\nimport java.io.*;\npublic class Main {\n\tpublic static void main(String args[]){\n\t\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\t\tint x,y;\n\t\tx=sc.nextInt();\n\t\ty=sc.nextInt();\n\t\tsc.close();\n\t\tif(x>y) System.out.println(\"a > b\");\n\t\telse if(x<y) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\t\tint x,y;\n\t\tx=sc.nextInt();\n\t\ty=sc.nextInt();\n\t\tsc.close();\n\t\tif(x>y) System.out.println(\"a > b\");\n\t\telse if(x<y) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\t\tint x,y;\n\t\tx=sc.nextInt();\n\t\ty=sc.nextInt();\n\t\tsc.close();\n\t\tif(x>y) System.out.println(\"a > b\");\n\t\telse if(x<y) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");\n\t}",
"main",
"{\n\t\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\t\tint x,y;\n\t\tx=sc.nextInt();\n\t\ty=sc.nextInt();\n\t\tsc.close();\n\t\tif(x>y) System.out.println(\"a > b\");\n\t\telse if(x<y) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");\n\t}",
"Scanner sc=new Scanner(new InputStreamReader(System.in));",
"sc",
"new Scanner(new InputStreamReader(System.in))",
"int x",
"x",
"y;",
"y",
"x=sc.nextInt()",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"y=sc.nextInt()",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"if(x>y) System.out.println(\"a > b\");\n\t\telse if(x<y) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");",
"x>y",
"x",
"y",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(x<y) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");",
"x<y",
"x",
"y",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String args[]",
"args",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\t\tint x,y;\n\t\tx=sc.nextInt();\n\t\ty=sc.nextInt();\n\t\tsc.close();\n\t\tif(x>y) System.out.println(\"a > b\");\n\t\telse if(x<y) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");\n\t}\n}",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\t\tint x,y;\n\t\tx=sc.nextInt();\n\t\ty=sc.nextInt();\n\t\tsc.close();\n\t\tif(x>y) System.out.println(\"a > b\");\n\t\telse if(x<y) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");\n\t}\n}",
"Main"
] | import java.util.*;
import java.io.*;
public class Main {
public static void main(String args[]){
Scanner sc=new Scanner(new InputStreamReader(System.in));
int x,y;
x=sc.nextInt();
y=sc.nextInt();
sc.close();
if(x>y) System.out.println("a > b");
else if(x<y) System.out.println("a < b");
else System.out.println("a == b");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
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,
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
],
[
75,
5
],
[
75,
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
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
6,
72
],
[
72,
73
],
[
0,
74
],
[
74,
75
],
[
74,
76
]
] | [
"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\tString line = sc.nextLine();\n\t\tString[] array = line.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\n\t\t}\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\n\t\t}\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}\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\tString line = sc.nextLine();\n\t\tString[] array = line.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\n\t\t}\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\n\t\t}\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] array = line.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\n\t\t}\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\n\t\t}\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] array = line.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\n\t\t}\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\n\t\t}\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String line = sc.nextLine();",
"line",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] array = line.split(\" \");",
"array",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int a = Integer.parseInt(array[0]);",
"a",
"Integer.parseInt(array[0])",
"Integer.parseInt",
"Integer",
"array[0]",
"array",
"0",
"int b = Integer.parseInt(array[1]);",
"b",
"Integer.parseInt(array[1])",
"Integer.parseInt",
"Integer",
"array[1]",
"array",
"1",
"if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}",
"a == b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] array = line.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\n\t\t}\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\n\t\t}\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}\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 line = sc.nextLine();\n\t\tString[] array = line.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\n\t\t}\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\n\t\t}\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String line = sc.nextLine();
String[] array = line.split(" ");
int a = Integer.parseInt(array[0]);
int b = Integer.parseInt(array[1]);
if (a < b) {
System.out.println("a < b");
}
if (a > b) {
System.out.println("a > b");
}
if (a == b) {
System.out.println("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,
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
],
[
54,
5
],
[
54,
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
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
33,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
6,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner a = new Scanner(System.in);\n\t\tint A = a.nextInt();\n\t\tint B = a.nextInt();\n\t\tif(A < B) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (A > B) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner a = new Scanner(System.in);\n\t\tint A = a.nextInt();\n\t\tint B = a.nextInt();\n\t\tif(A < B) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (A > B) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner a = new Scanner(System.in);\n\t\tint A = a.nextInt();\n\t\tint B = a.nextInt();\n\t\tif(A < B) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (A > B) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\n\t}",
"main",
"{\n\t\tScanner a = new Scanner(System.in);\n\t\tint A = a.nextInt();\n\t\tint B = a.nextInt();\n\t\tif(A < B) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (A > B) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\n\t}",
"Scanner a = new Scanner(System.in);",
"a",
"new Scanner(System.in)",
"int A = a.nextInt();",
"A",
"a.nextInt()",
"a.nextInt",
"a",
"int B = a.nextInt();",
"B",
"a.nextInt()",
"a.nextInt",
"a",
"if(A < B) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (A > B) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"A < B",
"A",
"B",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (A > B) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"A > B",
"A",
"B",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner a = new Scanner(System.in);\n\t\tint A = a.nextInt();\n\t\tint B = a.nextInt();\n\t\tif(A < B) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (A > B) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner a = new Scanner(System.in);\n\t\tint A = a.nextInt();\n\t\tint B = a.nextInt();\n\t\tif(A < B) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (A > B) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner a = new Scanner(System.in);
int A = a.nextInt();
int B = a.nextInt();
if(A < B) {
System.out.println("a < b");
} else if (A > B) {
System.out.println("a > b");
} else {
System.out.println("a == b");
}
}
} |
[
7,
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,
41,
13,
0,
13,
8,
2,
13,
13,
17,
8,
2,
13,
13,
17,
17,
4,
18,
18,
13,
13,
2,
2,
17,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
67,
8
],
[
67,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
17,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
11,
39
],
[
39,
40
],
[
11,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
43,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
48,
53
],
[
11,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
60,
60
],
[
60,
61
],
[
60,
62
],
[
60,
63
],
[
9,
64
],
[
64,
65
],
[
0,
66
],
[
66,
67
],
[
66,
68
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String strAry[] = br.readLine().split(\" \");\n \n int x = Integer.parseInt(strAry[0]);\n int y = Integer.parseInt(strAry[1]);\n \n String op;\n \n op = x > y ? \">\": x == y ? \"==\" : \"<\";\n \n System.out.println(\"a \" + op + \" b\");\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n public static void main(String[] args) throws Exception {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String strAry[] = br.readLine().split(\" \");\n \n int x = Integer.parseInt(strAry[0]);\n int y = Integer.parseInt(strAry[1]);\n \n String op;\n \n op = x > y ? \">\": x == y ? \"==\" : \"<\";\n \n System.out.println(\"a \" + op + \" b\");\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String strAry[] = br.readLine().split(\" \");\n \n int x = Integer.parseInt(strAry[0]);\n int y = Integer.parseInt(strAry[1]);\n \n String op;\n \n op = x > y ? \">\": x == y ? \"==\" : \"<\";\n \n System.out.println(\"a \" + op + \" b\");\n }",
"main",
"{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String strAry[] = br.readLine().split(\" \");\n \n int x = Integer.parseInt(strAry[0]);\n int y = Integer.parseInt(strAry[1]);\n \n String op;\n \n op = x > y ? \">\": x == y ? \"==\" : \"<\";\n \n System.out.println(\"a \" + op + \" b\");\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String strAry[] = br.readLine().split(\" \");",
"strAry",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int x = Integer.parseInt(strAry[0]);",
"x",
"Integer.parseInt(strAry[0])",
"Integer.parseInt",
"Integer",
"strAry[0]",
"strAry",
"0",
"int y = Integer.parseInt(strAry[1]);",
"y",
"Integer.parseInt(strAry[1])",
"Integer.parseInt",
"Integer",
"strAry[1]",
"strAry",
"1",
"String op;",
"op",
"op = x > y ? \">\": x == y ? \"==\" : \"<\"",
"op",
"x > y ? \">\": x == y ? \"==\" : \"<\"",
"x > y",
"x",
"y",
"\">\"",
"x == y ? \"==\" : \"<\"",
"x == y",
"x",
"y",
"\"==\"",
"\"<\"",
"System.out.println(\"a \" + op + \" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \" + op + \" b\"",
"\"a \" + op + \" b\"",
"\"a \"",
"op",
"\" b\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String strAry[] = br.readLine().split(\" \");\n \n int x = Integer.parseInt(strAry[0]);\n int y = Integer.parseInt(strAry[1]);\n \n String op;\n \n op = x > y ? \">\": x == y ? \"==\" : \"<\";\n \n System.out.println(\"a \" + op + \" b\");\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String strAry[] = br.readLine().split(\" \");\n \n int x = Integer.parseInt(strAry[0]);\n int y = Integer.parseInt(strAry[1]);\n \n String op;\n \n op = x > y ? \">\": x == y ? \"==\" : \"<\";\n \n System.out.println(\"a \" + op + \" b\");\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String strAry[] = br.readLine().split(" ");
int x = Integer.parseInt(strAry[0]);
int y = Integer.parseInt(strAry[1]);
String op;
op = x > y ? ">": x == y ? "==" : "<";
System.out.println("a " + op + " b");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
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,
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
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
11,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
31,
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
],
[
9,
60
],
[
60,
61
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main\n{\n public static void main (String args[]) throws IOException //?????????\n {\n InputStreamReader is = new InputStreamReader(System.in); //?????????\n BufferedReader br = new BufferedReader(is); //?????????\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n if(a < b){\n System.out.println(\"a < b\");\n }\n else if(a > b){\n System.out.println(\"a > b\");\n }\n else{\n System.out.println(\"a == b\");\n }\n }\n}\n ",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main\n{\n public static void main (String args[]) throws IOException //?????????\n {\n InputStreamReader is = new InputStreamReader(System.in); //?????????\n BufferedReader br = new BufferedReader(is); //?????????\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n if(a < b){\n System.out.println(\"a < b\");\n }\n else if(a > b){\n System.out.println(\"a > b\");\n }\n else{\n System.out.println(\"a == b\");\n }\n }\n}",
"Main",
"public static void main (String args[]) throws IOException //?????????\n {\n InputStreamReader is = new InputStreamReader(System.in); //?????????\n BufferedReader br = new BufferedReader(is); //?????????\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n if(a < b){\n System.out.println(\"a < b\");\n }\n else if(a > b){\n System.out.println(\"a > b\");\n }\n else{\n System.out.println(\"a == b\");\n }\n }",
"main",
"{\n InputStreamReader is = new InputStreamReader(System.in); //?????????\n BufferedReader br = new BufferedReader(is); //?????????\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n if(a < b){\n System.out.println(\"a < b\");\n }\n else if(a > b){\n System.out.println(\"a > b\");\n }\n else{\n System.out.println(\"a == b\");\n }\n }",
"InputStreamReader is = new InputStreamReader(System.in);",
"is",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(is);",
"br",
"new BufferedReader(is)",
"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 System.out.println(\"a < b\");\n }\n else if(a > b){\n System.out.println(\"a > b\");\n }\n else{\n System.out.println(\"a == b\");\n }",
"a < b",
"a",
"b",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a > b){\n System.out.println(\"a > b\");\n }\n else{\n System.out.println(\"a == b\");\n }",
"a > b",
"a",
"b",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String args[]",
"args"
] | import java.io.*;
import java.util.*;
class Main
{
public static void main (String args[]) throws IOException //?????????
{
InputStreamReader is = new InputStreamReader(System.in); //?????????
BufferedReader br = new BufferedReader(is); //?????????
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
if(a < b){
System.out.println("a < b");
}
else if(a > b){
System.out.println("a > b");
}
else{
System.out.println("a == b");
}
}
}
|
[
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,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
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
],
[
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
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
36,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
8,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
49,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
8,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
62,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
]
] | [
"import java.io.*;\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(line[0]);\n\t\t\tint b = Integer.parseInt(line[1]);\n\n\t\t\tif((a - b) == 0){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t\tif((a - b) > 0){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\tif((a - b) < 0){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(line[0]);\n\t\t\tint b = Integer.parseInt(line[1]);\n\n\t\t\tif((a - b) == 0){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t\tif((a - b) > 0){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\tif((a - b) < 0){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(line[0]);\n\t\t\tint b = Integer.parseInt(line[1]);\n\n\t\t\tif((a - b) == 0){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t\tif((a - b) > 0){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\tif((a - b) < 0){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(line[0]);\n\t\t\tint b = Integer.parseInt(line[1]);\n\n\t\t\tif((a - b) == 0){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t\tif((a - b) > 0){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\tif((a - b) < 0){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t}",
"BufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] line = br.readLine().split(\" \");",
"line",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a = Integer.parseInt(line[0]);",
"a",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"int b = Integer.parseInt(line[1]);",
"b",
"Integer.parseInt(line[1])",
"Integer.parseInt",
"Integer",
"line[1]",
"line",
"1",
"if((a - b) == 0){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"(a - b) == 0",
"(a - b)",
"a",
"b",
"0",
"{\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"if((a - b) > 0){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}",
"(a - b) > 0",
"(a - b)",
"a",
"b",
"0",
"{\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if((a - b) < 0){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}",
"(a - b) < 0",
"(a - b)",
"a",
"b",
"0",
"{\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"String[] args",
"args"
] | import java.io.*;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader br =
new BufferedReader(new InputStreamReader(System.in));
String[] line = br.readLine().split(" ");
int a = Integer.parseInt(line[0]);
int b = Integer.parseInt(line[1]);
if((a - b) == 0){
System.out.println("a == b");
}
if((a - b) > 0){
System.out.println("a > b");
}
if((a - b) < 0){
System.out.println("a < b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
4,
18,
13,
17,
30,
41,
13,
20,
41,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
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
],
[
109,
8
],
[
109,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
15,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
12,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
23,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
23,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
23,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
41,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
40,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
23,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
66,
68
],
[
62,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
72,
73
],
[
72,
74
],
[
61,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
23,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
84,
87
],
[
87,
88
],
[
87,
89
],
[
83,
90
],
[
90,
91
],
[
91,
92
],
[
90,
93
],
[
93,
94
],
[
93,
95
],
[
82,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
97,
102
],
[
23,
103
],
[
103,
104
],
[
104,
105
],
[
9,
106
],
[
106,
107
],
[
0,
108
],
[
108,
109
],
[
108,
110
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main{\n public static void main(String[] args) {\n try {\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line0;\n line0 = stdReader.readLine();\n\n String Array[]=line0.split(\" \");\n if( Integer.parseInt(Array[0])>Integer.parseInt(Array[1]) ){\n System.out.println(\"a > b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])< Integer.parseInt(Array[1])){\n System.out.println(\"a < b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])== Integer.parseInt(Array[1])){\n System.out.println(\"a == b\");\n\t }\n\t \n\t \n stdReader.close();\n } catch (Exception e) {\n e.getStackTrace();\n /*?????´??????0??????*/\n System.exit(0); \n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main{\n public static void main(String[] args) {\n try {\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line0;\n line0 = stdReader.readLine();\n\n String Array[]=line0.split(\" \");\n if( Integer.parseInt(Array[0])>Integer.parseInt(Array[1]) ){\n System.out.println(\"a > b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])< Integer.parseInt(Array[1])){\n System.out.println(\"a < b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])== Integer.parseInt(Array[1])){\n System.out.println(\"a == b\");\n\t }\n\t \n\t \n stdReader.close();\n } catch (Exception e) {\n e.getStackTrace();\n /*?????´??????0??????*/\n System.exit(0); \n }\n }\n}",
"Main",
"public static void main(String[] args) {\n try {\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line0;\n line0 = stdReader.readLine();\n\n String Array[]=line0.split(\" \");\n if( Integer.parseInt(Array[0])>Integer.parseInt(Array[1]) ){\n System.out.println(\"a > b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])< Integer.parseInt(Array[1])){\n System.out.println(\"a < b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])== Integer.parseInt(Array[1])){\n System.out.println(\"a == b\");\n\t }\n\t \n\t \n stdReader.close();\n } catch (Exception e) {\n e.getStackTrace();\n /*?????´??????0??????*/\n System.exit(0); \n }\n }",
"main",
"{\n try {\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line0;\n line0 = stdReader.readLine();\n\n String Array[]=line0.split(\" \");\n if( Integer.parseInt(Array[0])>Integer.parseInt(Array[1]) ){\n System.out.println(\"a > b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])< Integer.parseInt(Array[1])){\n System.out.println(\"a < b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])== Integer.parseInt(Array[1])){\n System.out.println(\"a == b\");\n\t }\n\t \n\t \n stdReader.close();\n } catch (Exception e) {\n e.getStackTrace();\n /*?????´??????0??????*/\n System.exit(0); \n }\n }",
"try {\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line0;\n line0 = stdReader.readLine();\n\n String Array[]=line0.split(\" \");\n if( Integer.parseInt(Array[0])>Integer.parseInt(Array[1]) ){\n System.out.println(\"a > b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])< Integer.parseInt(Array[1])){\n System.out.println(\"a < b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])== Integer.parseInt(Array[1])){\n System.out.println(\"a == b\");\n\t }\n\t \n\t \n stdReader.close();\n } catch (Exception e) {\n e.getStackTrace();\n /*?????´??????0??????*/\n System.exit(0); \n }",
"catch (Exception e) {\n e.getStackTrace();\n /*?????´??????0??????*/\n System.exit(0); \n }",
"Exception e",
"{\n e.getStackTrace();\n /*?????´??????0??????*/\n System.exit(0); \n }",
"e.getStackTrace()",
"e.getStackTrace",
"e",
"System.exit(0)",
"System.exit",
"System",
"0",
"{\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line0;\n line0 = stdReader.readLine();\n\n String Array[]=line0.split(\" \");\n if( Integer.parseInt(Array[0])>Integer.parseInt(Array[1]) ){\n System.out.println(\"a > b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])< Integer.parseInt(Array[1])){\n System.out.println(\"a < b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])== Integer.parseInt(Array[1])){\n System.out.println(\"a == b\");\n\t }\n\t \n\t \n stdReader.close();\n }",
"BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));",
"stdReader",
"new BufferedReader(new InputStreamReader(System.in))",
"String line0;",
"line0",
"line0 = stdReader.readLine()",
"line0",
"stdReader.readLine()",
"stdReader.readLine",
"stdReader",
"String Array[]=line0.split(\" \");",
"Array",
"line0.split(\" \")",
"line0.split",
"line0",
"\" \"",
"if( Integer.parseInt(Array[0])>Integer.parseInt(Array[1]) ){\n System.out.println(\"a > b\");\n\t }",
"Integer.parseInt(Array[0])>Integer.parseInt(Array[1])",
"Integer.parseInt(Array[0])",
"Integer.parseInt",
"Integer",
"Array[0]",
"Array",
"0",
"Integer.parseInt(Array[1])",
"Integer.parseInt",
"Integer",
"Array[1]",
"Array",
"1",
"{\n System.out.println(\"a > b\");\n\t }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if( Integer.parseInt(Array[0])< Integer.parseInt(Array[1])){\n System.out.println(\"a < b\");\n\t }",
"Integer.parseInt(Array[0])< Integer.parseInt(Array[1])",
"Integer.parseInt(Array[0])",
"Integer.parseInt",
"Integer",
"Array[0]",
"Array",
"0",
"Integer.parseInt(Array[1])",
"Integer.parseInt",
"Integer",
"Array[1]",
"Array",
"1",
"{\n System.out.println(\"a < b\");\n\t }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if( Integer.parseInt(Array[0])== Integer.parseInt(Array[1])){\n System.out.println(\"a == b\");\n\t }",
"Integer.parseInt(Array[0])== Integer.parseInt(Array[1])",
"Integer.parseInt(Array[0])",
"Integer.parseInt",
"Integer",
"Array[0]",
"Array",
"0",
"Integer.parseInt(Array[1])",
"Integer.parseInt",
"Integer",
"Array[1]",
"Array",
"1",
"{\n System.out.println(\"a == b\");\n\t }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"stdReader.close()",
"stdReader.close",
"stdReader",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args) {\n try {\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line0;\n line0 = stdReader.readLine();\n\n String Array[]=line0.split(\" \");\n if( Integer.parseInt(Array[0])>Integer.parseInt(Array[1]) ){\n System.out.println(\"a > b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])< Integer.parseInt(Array[1])){\n System.out.println(\"a < b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])== Integer.parseInt(Array[1])){\n System.out.println(\"a == b\");\n\t }\n\t \n\t \n stdReader.close();\n } catch (Exception e) {\n e.getStackTrace();\n /*?????´??????0??????*/\n System.exit(0); \n }\n }\n}",
"public class Main{\n public static void main(String[] args) {\n try {\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String line0;\n line0 = stdReader.readLine();\n\n String Array[]=line0.split(\" \");\n if( Integer.parseInt(Array[0])>Integer.parseInt(Array[1]) ){\n System.out.println(\"a > b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])< Integer.parseInt(Array[1])){\n System.out.println(\"a < b\");\n\t }\n\t \n\t if( Integer.parseInt(Array[0])== Integer.parseInt(Array[1])){\n System.out.println(\"a == b\");\n\t }\n\t \n\t \n stdReader.close();\n } catch (Exception e) {\n e.getStackTrace();\n /*?????´??????0??????*/\n System.exit(0); \n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main{
public static void main(String[] args) {
try {
BufferedReader stdReader =
new BufferedReader(new InputStreamReader(System.in));
String line0;
line0 = stdReader.readLine();
String Array[]=line0.split(" ");
if( Integer.parseInt(Array[0])>Integer.parseInt(Array[1]) ){
System.out.println("a > b");
}
if( Integer.parseInt(Array[0])< Integer.parseInt(Array[1])){
System.out.println("a < b");
}
if( Integer.parseInt(Array[0])== Integer.parseInt(Array[1])){
System.out.println("a == b");
}
stdReader.close();
} catch (Exception e) {
e.getStackTrace();
/*?????´??????0??????*/
System.exit(0);
}
}
} |
[
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,
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
],
[
51,
5
],
[
51,
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
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
32,
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 public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力を同時に行う。\n int a = sc.nextInt(), b = sc.nextInt();\n \n //大小関係の比較\n if(a > b) System.out.println(\"a > b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a == b\");\n \n }\n}\n\n/*覚えよう!!\n\n・関係を比較する:if(条件式)\n 例:if(2 < 3) この条件は「真(成立)」 → 何か命令があれば実行する\n if(5 < 3) この条件は「偽(不成立)」 → 何か命令があれば実行しない\n \n・比較の条件式:等しいか比較「==」、等しくないか比較「!=」 \n 大きいか比較「<」、小さいか比較「>」\n 以上の比較「<=」、以下の比較「>=」\n\n\n・else;ifの条件以外の場合に使用する。\n 例:if(雨 == 降っている) System.out.println(\"傘を持って行く\");\n else System.out.println(\"傘を持って行かない\");\n \n\n・else if:詳細な場合分けしたいときに使用\n 例:if(雨 == 降っている) System.out.println(\"傘を持って行く\");\n else if(雨 == 午後から降るかも) System.out.println(\"念のため傘を持って行く\");\n else System.out.println(\"傘を持って行かない\");\n\n*/\n \n \n/*前回の内容!!\n\n・変数に計算結果を代入する:面積 = 縦 × 横\n ※計算は変数名でも数値でもいける\n \n・四則演算:足し算「+」、引き算「-」、掛け算「*」、割り算「/」\n 1 + 2 = 3;\n 4 - 3 = 1;\n 2 * 5 = 10;\n 8 / 2 = 4;\n \n・余りの計算:割り算の余り「%」\n 5 % 3 = 2;\n \n \n・printlnの複数表示:「+」を使用\n 例:println(\"Kobe\" + \"Kagikou\"); = KobeKajikou\n println(\"明治 + 20 + \"年\"); = 明治20年 数値が入ってもOK!\n \n \n \n・変数の宣言は「型」と「変数名」の2つ必要\n 例:型_変数名 → int x;\n \n・キーボードから入力するときは・・・「 import java.util.Scanner; 」 と 「 Scanner sc = new Scanner(System.in) ; 」が必要\n \n・入力するとき・・・変数名 = sc.nextInt(); nextの後は型を書く、頭文字は大文字 \n ※ scは変更しても大丈夫しかし全て変更後の文字に統一 例:nyuryoku\n \n・println・・・画面に出力するときに使用\n \n・文字列の表示・・・\"〇〇〇の間に入力\"ことが約束\n \n*/",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力を同時に行う。\n int a = sc.nextInt(), b = sc.nextInt();\n \n //大小関係の比較\n if(a > b) System.out.println(\"a > b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a == b\");\n \n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力を同時に行う。\n int a = sc.nextInt(), b = sc.nextInt();\n \n //大小関係の比較\n if(a > b) System.out.println(\"a > b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a == b\");\n \n }",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力を同時に行う。\n int a = sc.nextInt(), b = sc.nextInt();\n \n //大小関係の比較\n if(a > b) System.out.println(\"a > b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a == b\");\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a > b) System.out.println(\"a > b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a == b\");",
"a > b",
"a",
"b",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a == b\");",
"a < b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力を同時に行う。\n int a = sc.nextInt(), b = sc.nextInt();\n \n //大小関係の比較\n if(a > b) System.out.println(\"a > b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a == b\");\n \n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力を同時に行う。\n int a = sc.nextInt(), b = sc.nextInt();\n \n //大小関係の比較\n if(a > b) System.out.println(\"a > b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a == b\");\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);
//変数a, bを宣言と入力を同時に行う。
int a = sc.nextInt(), b = sc.nextInt();
//大小関係の比較
if(a > b) System.out.println("a > b");
else if(a < b) System.out.println("a < b");
else System.out.println("a == b");
}
}
/*覚えよう!!
・関係を比較する:if(条件式)
例:if(2 < 3) この条件は「真(成立)」 → 何か命令があれば実行する
if(5 < 3) この条件は「偽(不成立)」 → 何か命令があれば実行しない
・比較の条件式:等しいか比較「==」、等しくないか比較「!=」
大きいか比較「<」、小さいか比較「>」
以上の比較「<=」、以下の比較「>=」
・else;ifの条件以外の場合に使用する。
例:if(雨 == 降っている) System.out.println("傘を持って行く");
else System.out.println("傘を持って行かない");
・else if:詳細な場合分けしたいときに使用
例:if(雨 == 降っている) System.out.println("傘を持って行く");
else if(雨 == 午後から降るかも) System.out.println("念のため傘を持って行く");
else System.out.println("傘を持って行かない");
*/
/*前回の内容!!
・変数に計算結果を代入する:面積 = 縦 × 横
※計算は変数名でも数値でもいける
・四則演算:足し算「+」、引き算「-」、掛け算「*」、割り算「/」
1 + 2 = 3;
4 - 3 = 1;
2 * 5 = 10;
8 / 2 = 4;
・余りの計算:割り算の余り「%」
5 % 3 = 2;
・printlnの複数表示:「+」を使用
例:println("Kobe" + "Kagikou"); = KobeKajikou
println("明治 + 20 + "年"); = 明治20年 数値が入ってもOK!
・変数の宣言は「型」と「変数名」の2つ必要
例:型_変数名 → int x;
・キーボードから入力するときは・・・「 import java.util.Scanner; 」 と 「 Scanner sc = new Scanner(System.in) ; 」が必要
・入力するとき・・・変数名 = sc.nextInt(); nextの後は型を書く、頭文字は大文字
※ scは変更しても大丈夫しかし全て変更後の文字に統一 例:nyuryoku
・println・・・画面に出力するときに使用
・文字列の表示・・・"〇〇〇の間に入力"ことが約束
*/
|
[
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,
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
],
[
60,
5
],
[
60,
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
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
39,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
6,
57
],
[
57,
58
],
[
0,
59
],
[
59,
60
],
[
59,
61
]
] | [
"import java.util.Scanner;\n \npublic class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t \n\t if(a<b){\n\t\t System.out.println(\"a < b\");\n\t }\n\t else if(a>b){\n\t\t System.out.println(\"a > b\");\n\t }\n\t else{\n\t\t System.out.println(\"a == b\");\n\t }\n\t\n \n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t \n\t if(a<b){\n\t\t System.out.println(\"a < b\");\n\t }\n\t else if(a>b){\n\t\t System.out.println(\"a > b\");\n\t }\n\t else{\n\t\t System.out.println(\"a == b\");\n\t }\n\t\n \n }\n}",
"Main",
"public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t \n\t if(a<b){\n\t\t System.out.println(\"a < b\");\n\t }\n\t else if(a>b){\n\t\t System.out.println(\"a > b\");\n\t }\n\t else{\n\t\t System.out.println(\"a == b\");\n\t }\n\t\n \n }",
"main",
"{\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t \n\t if(a<b){\n\t\t System.out.println(\"a < b\");\n\t }\n\t else if(a>b){\n\t\t System.out.println(\"a > b\");\n\t }\n\t else{\n\t\t System.out.println(\"a == b\");\n\t }\n\t\n \n }",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=Integer.parseInt(sc.next());",
"a",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int b=Integer.parseInt(sc.next());",
"b",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if(a<b){\n\t\t System.out.println(\"a < b\");\n\t }\n\t else if(a>b){\n\t\t System.out.println(\"a > b\");\n\t }\n\t else{\n\t\t System.out.println(\"a == b\");\n\t }",
"a<b",
"a",
"b",
"{\n\t\t System.out.println(\"a < b\");\n\t }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a>b){\n\t\t System.out.println(\"a > b\");\n\t }\n\t else{\n\t\t System.out.println(\"a == b\");\n\t }",
"a>b",
"a",
"b",
"{\n\t\t System.out.println(\"a > b\");\n\t }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t System.out.println(\"a == b\");\n\t }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t \n\t if(a<b){\n\t\t System.out.println(\"a < b\");\n\t }\n\t else if(a>b){\n\t\t System.out.println(\"a > b\");\n\t }\n\t else{\n\t\t System.out.println(\"a == b\");\n\t }\n\t\n \n }\n}",
"public class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t \n\t if(a<b){\n\t\t System.out.println(\"a < b\");\n\t }\n\t else if(a>b){\n\t\t System.out.println(\"a > b\");\n\t }\n\t else{\n\t\t System.out.println(\"a == b\");\n\t }\n\t\n \n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int a=Integer.parseInt(sc.next());
int b=Integer.parseInt(sc.next());
if(a<b){
System.out.println("a < b");
}
else if(a>b){
System.out.println("a > b");
}
else{
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
20,
42,
4,
18,
13,
30,
0,
13,
4,
18,
13,
4,
18,
13,
13,
41,
13,
4,
18,
4,
18,
13,
17,
17,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
18,
13,
17,
18,
13,
17,
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
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
114,
14
],
[
114,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
17,
23
],
[
23,
24
],
[
23,
25
],
[
17,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
26,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
30,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
17,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
42,
48
],
[
17,
49
],
[
49,
50
],
[
49,
51
],
[
17,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
58,
59
],
[
58,
60
],
[
53,
61
],
[
61,
62
],
[
62,
63
],
[
53,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
72,
73
],
[
72,
74
],
[
17,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
75,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
75,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
95,
97
],
[
90,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
90,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
15,
111
],
[
111,
112
],
[
0,
113
],
[
113,
114
],
[
113,
115
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader buffer = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line;\n\t\tArrayList<String> tmp = new ArrayList<String>();\n\t\twhile (buffer.ready()){\n\t\t\tline=buffer.readLine();\n\t\t\ttmp.add(line);\n\t\t}\n\t\tString[] ab = tmp.get(0).split(\" \");\n\t\tint[] num = new int[2];\n\t\tfor(int i=0; i<2; i++)\n\t\t\tnum[i] = Integer.parseInt(ab[i]);\n\n\t\tif(num[0]>num[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(num[0] < num[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else\n\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\n\n\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.ArrayList;",
"ArrayList",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader buffer = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line;\n\t\tArrayList<String> tmp = new ArrayList<String>();\n\t\twhile (buffer.ready()){\n\t\t\tline=buffer.readLine();\n\t\t\ttmp.add(line);\n\t\t}\n\t\tString[] ab = tmp.get(0).split(\" \");\n\t\tint[] num = new int[2];\n\t\tfor(int i=0; i<2; i++)\n\t\t\tnum[i] = Integer.parseInt(ab[i]);\n\n\t\tif(num[0]>num[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(num[0] < num[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else\n\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\n\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader buffer = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line;\n\t\tArrayList<String> tmp = new ArrayList<String>();\n\t\twhile (buffer.ready()){\n\t\t\tline=buffer.readLine();\n\t\t\ttmp.add(line);\n\t\t}\n\t\tString[] ab = tmp.get(0).split(\" \");\n\t\tint[] num = new int[2];\n\t\tfor(int i=0; i<2; i++)\n\t\t\tnum[i] = Integer.parseInt(ab[i]);\n\n\t\tif(num[0]>num[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(num[0] < num[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else\n\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\n\n\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader buffer = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line;\n\t\tArrayList<String> tmp = new ArrayList<String>();\n\t\twhile (buffer.ready()){\n\t\t\tline=buffer.readLine();\n\t\t\ttmp.add(line);\n\t\t}\n\t\tString[] ab = tmp.get(0).split(\" \");\n\t\tint[] num = new int[2];\n\t\tfor(int i=0; i<2; i++)\n\t\t\tnum[i] = Integer.parseInt(ab[i]);\n\n\t\tif(num[0]>num[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(num[0] < num[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else\n\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\n\n\n\t}",
"BufferedReader buffer = new BufferedReader(new InputStreamReader(System.in));",
"buffer",
"new BufferedReader(new InputStreamReader(System.in))",
"String line;",
"line",
"ArrayList<String> tmp = new ArrayList<String>();",
"tmp",
"new ArrayList<String>()",
"while (buffer.ready()){\n\t\t\tline=buffer.readLine();\n\t\t\ttmp.add(line);\n\t\t}",
"buffer.ready()",
"buffer.ready",
"buffer",
"{\n\t\t\tline=buffer.readLine();\n\t\t\ttmp.add(line);\n\t\t}",
"line=buffer.readLine()",
"line",
"buffer.readLine()",
"buffer.readLine",
"buffer",
"tmp.add(line)",
"tmp.add",
"tmp",
"line",
"String[] ab = tmp.get(0).split(\" \");",
"ab",
"tmp.get(0).split(\" \")",
"tmp.get(0).split",
"tmp.get(0)",
"tmp.get",
"tmp",
"0",
"\" \"",
"int[] num = new int[2];",
"num",
"new int[2]",
"2",
"for(int i=0; i<2; i++)\n\t\t\tnum[i] = Integer.parseInt(ab[i]);",
"int i=0;",
"int i=0;",
"i",
"0",
"i<2",
"i",
"2",
"i++",
"i++",
"i",
"num[i] = Integer.parseInt(ab[i]);",
"num[i] = Integer.parseInt(ab[i])",
"num[i]",
"num",
"i",
"Integer.parseInt(ab[i])",
"Integer.parseInt",
"Integer",
"ab[i]",
"ab",
"i",
"if(num[0]>num[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(num[0] < num[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else\n\t\t\tSystem.out.println(\"a == b\");",
"num[0]>num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(num[0] < num[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else\n\t\t\tSystem.out.println(\"a == b\");",
"num[0] < num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader buffer = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line;\n\t\tArrayList<String> tmp = new ArrayList<String>();\n\t\twhile (buffer.ready()){\n\t\t\tline=buffer.readLine();\n\t\t\ttmp.add(line);\n\t\t}\n\t\tString[] ab = tmp.get(0).split(\" \");\n\t\tint[] num = new int[2];\n\t\tfor(int i=0; i<2; i++)\n\t\t\tnum[i] = Integer.parseInt(ab[i]);\n\n\t\tif(num[0]>num[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(num[0] < num[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else\n\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\n\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader buffer = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line;\n\t\tArrayList<String> tmp = new ArrayList<String>();\n\t\twhile (buffer.ready()){\n\t\t\tline=buffer.readLine();\n\t\t\ttmp.add(line);\n\t\t}\n\t\tString[] ab = tmp.get(0).split(\" \");\n\t\tint[] num = new int[2];\n\t\tfor(int i=0; i<2; i++)\n\t\t\tnum[i] = Integer.parseInt(ab[i]);\n\n\t\tif(num[0]>num[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(num[0] < num[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else\n\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\n\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
public class Main {
public static void main(String[] args) throws IOException{
// TODO Auto-generated method stub
BufferedReader buffer = new BufferedReader(new InputStreamReader(System.in));
String line;
ArrayList<String> tmp = new ArrayList<String>();
while (buffer.ready()){
line=buffer.readLine();
tmp.add(line);
}
String[] ab = tmp.get(0).split(" ");
int[] num = new int[2];
for(int i=0; i<2; i++)
num[i] = Integer.parseInt(ab[i]);
if(num[0]>num[1]){
System.out.println("a > b");
}else if(num[0] < num[1]){
System.out.println("a < b");
}else
System.out.println("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,
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
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
33,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
6,
51
],
[
51,
52
]
] | [
"import java.util.*;\n\nclass Main{\n\tpublic static void main(String agrs[]){\nScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint m = sc.nextInt();\nif(s>m){\n\t\tSystem.out.println(\"a > b\");\n}else if(s<m){\n\t\tSystem.out.println(\"a < b\");\n}else{\n\t\tSystem.out.println(\"a == b\");\n}\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tpublic static void main(String agrs[]){\nScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint m = sc.nextInt();\nif(s>m){\n\t\tSystem.out.println(\"a > b\");\n}else if(s<m){\n\t\tSystem.out.println(\"a < b\");\n}else{\n\t\tSystem.out.println(\"a == b\");\n}\n\t}\n}",
"Main",
"public static void main(String agrs[]){\nScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint m = sc.nextInt();\nif(s>m){\n\t\tSystem.out.println(\"a > b\");\n}else if(s<m){\n\t\tSystem.out.println(\"a < b\");\n}else{\n\t\tSystem.out.println(\"a == b\");\n}\n\t}",
"main",
"{\nScanner sc = new Scanner(System.in);\n\t\tint s = sc.nextInt();\n\t\tint m = sc.nextInt();\nif(s>m){\n\t\tSystem.out.println(\"a > b\");\n}else if(s<m){\n\t\tSystem.out.println(\"a < b\");\n}else{\n\t\tSystem.out.println(\"a == b\");\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 m = sc.nextInt();",
"m",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(s>m){\n\t\tSystem.out.println(\"a > b\");\n}else if(s<m){\n\t\tSystem.out.println(\"a < b\");\n}else{\n\t\tSystem.out.println(\"a == b\");\n}",
"s>m",
"s",
"m",
"{\n\t\tSystem.out.println(\"a > b\");\n}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(s<m){\n\t\tSystem.out.println(\"a < b\");\n}else{\n\t\tSystem.out.println(\"a == b\");\n}",
"s<m",
"s",
"m",
"{\n\t\tSystem.out.println(\"a < b\");\n}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"{\n\t\tSystem.out.println(\"a == b\");\n}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String agrs[]",
"agrs"
] | import java.util.*;
class Main{
public static void main(String agrs[]){
Scanner sc = new Scanner(System.in);
int s = sc.nextInt();
int m = sc.nextInt();
if(s>m){
System.out.println("a > b");
}else if(s<m){
System.out.println("a < b");
}else{
System.out.println("a == b");
}
}
} |
[
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,
2,
2,
17,
8,
2,
13,
13,
17,
8,
2,
13,
13,
17,
17,
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
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
28,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
30,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
35,
40
],
[
28,
41
],
[
6,
42
],
[
42,
43
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tSystem.out.println(\"a \" + ((a > b) ? \">\" : (a < b) ? \"<\" : \"==\") + \" b\");\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tSystem.out.println(\"a \" + ((a > b) ? \">\" : (a < b) ? \"<\" : \"==\") + \" b\");\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tSystem.out.println(\"a \" + ((a > b) ? \">\" : (a < b) ? \"<\" : \"==\") + \" b\");\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tSystem.out.println(\"a \" + ((a > b) ? \">\" : (a < b) ? \"<\" : \"==\") + \" b\");\n\t}",
"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 \" + ((a > b) ? \">\" : (a < b) ? \"<\" : \"==\") + \" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \" + ((a > b) ? \">\" : (a < b) ? \"<\" : \"==\") + \" b\"",
"\"a \" + ((a > b) ? \">\" : (a < b) ? \"<\" : \"==\") + \" b\"",
"\"a \"",
"((a > b) ? \">\" : (a < b) ? \"<\" : \"==\")",
"(a > b)",
"a",
"b",
"\">\"",
"(a < b) ? \"<\" : \"==\"",
"(a < b)",
"a",
"b",
"\"<\"",
"\"==\"",
"\" b\"",
"String[] args",
"args"
] | import java.util.Scanner;
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 " + ((a > b) ? ">" : (a < b) ? "<" : "==") + " b");
}
} |
[
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,
8,
2,
13,
13,
17,
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
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
45,
50
],
[
12,
51
],
[
51,
52
]
] | [
"import java.lang.Math;\nimport java.util.ArrayList;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n if (a == b) {\n System.out.println(\"a == b\");\n } else {\n System.out.println(a > b ? \"a > b\" : \"a < b\");\n }\n }\n}",
"import java.lang.Math;",
"Math",
"java.lang",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n if (a == b) {\n System.out.println(\"a == b\");\n } else {\n System.out.println(a > b ? \"a > b\" : \"a < b\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n if (a == b) {\n System.out.println(\"a == b\");\n } else {\n System.out.println(a > b ? \"a > b\" : \"a < b\");\n }\n }",
"main",
"{\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n if (a == b) {\n System.out.println(\"a == b\");\n } else {\n System.out.println(a > b ? \"a > b\" : \"a < b\");\n }\n }",
"Scanner sn = new Scanner(System.in);",
"sn",
"new Scanner(System.in)",
"int a = sn.nextInt();",
"a",
"sn.nextInt()",
"sn.nextInt",
"sn",
"int b = sn.nextInt();",
"b",
"sn.nextInt()",
"sn.nextInt",
"sn",
"if (a == b) {\n System.out.println(\"a == b\");\n } else {\n System.out.println(a > b ? \"a > b\" : \"a < b\");\n }",
"a == b",
"a",
"b",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"{\n System.out.println(a > b ? \"a > b\" : \"a < b\");\n }",
"System.out.println(a > b ? \"a > b\" : \"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"a > b ? \"a > b\" : \"a < b\"",
"a > b",
"a",
"b",
"\"a > b\"",
"\"a < b\"",
"String[] args",
"args"
] | import java.lang.Math;
import java.util.ArrayList;
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sn = new Scanner(System.in);
int a = sn.nextInt();
int b = sn.nextInt();
if (a == b) {
System.out.println("a == b");
} else {
System.out.println(a > b ? "a > b" : "a < b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
41,
13,
17,
41,
13,
17,
42,
2,
13,
17,
30,
41,
13,
20,
0,
13,
4,
18,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
13,
40,
17,
2,
13,
17,
0,
13,
40,
17,
14,
2,
2,
13,
40,
17,
2,
13,
17,
0,
13,
40,
17,
0,
13,
17,
0,
13,
2,
13,
13,
14,
2,
13,
17,
4,
18,
18,
13,
13,
17,
14,
2,
13,
17,
4,
18,
18,
13,
13,
17,
14,
2,
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
],
[
125,
8
],
[
125,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
26,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
30,
39
],
[
39,
40
],
[
39,
41
],
[
30,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
48,
49
],
[
30,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
56,
57
],
[
30,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
59,
64
],
[
64,
65
],
[
64,
66
],
[
58,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
58,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
72,
77
],
[
77,
78
],
[
77,
79
],
[
71,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
71,
84
],
[
84,
85
],
[
84,
86
],
[
11,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
89,
91
],
[
11,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
92,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
106,
111
],
[
102,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
116,
121
],
[
9,
122
],
[
122,
123
],
[
0,
124
],
[
124,
125
],
[
124,
126
]
] | [
"import java.io.*;\nimport java.util.*;\npublic class Main\n{\n public static void main(String[] args) throws IOException{\n int sub = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub = a-b;\n if(sub<0)\n System.out.println(\"a < b\");\n else if(sub>0)\n System.out.println(\"a > b\");\n else if(sub==0)\n System.out.println(\"a == b\");\n }\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 int sub = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub = a-b;\n if(sub<0)\n System.out.println(\"a < b\");\n else if(sub>0)\n System.out.println(\"a > b\");\n else if(sub==0)\n System.out.println(\"a == b\");\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n int sub = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub = a-b;\n if(sub<0)\n System.out.println(\"a < b\");\n else if(sub>0)\n System.out.println(\"a > b\");\n else if(sub==0)\n System.out.println(\"a == b\");\n }",
"main",
"{\n int sub = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub = a-b;\n if(sub<0)\n System.out.println(\"a < b\");\n else if(sub>0)\n System.out.println(\"a > b\");\n else if(sub==0)\n System.out.println(\"a == b\");\n }",
"int sub = 0;",
"sub",
"0",
"int i = 1;",
"i",
"1",
"String s;",
"s",
"int a = 0;",
"a",
"0",
"int b = 0;",
"b",
"0",
"while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else\n i = 1;\n }",
"i>0",
"i",
"0",
"{\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else\n i = 1;\n }",
"BufferedReader x = new BufferedReader(new InputStreamReader(System.in));",
"x",
"new BufferedReader(new InputStreamReader(System.in))",
"s = x.readLine()",
"s",
"x.readLine()",
"x.readLine",
"x",
"StringTokenizer st = new StringTokenizer(s,\" \");",
"st",
"new StringTokenizer(s,\" \")",
"a = Integer.parseInt(st.nextToken())",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"b = Integer.parseInt(st.nextToken())",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else\n i = 1;",
"a >= -1000 && a <= 1000",
"a >= -1000",
"a",
"-1000",
"1000",
"a <= 1000",
"a",
"1000",
"i = -1",
"i",
"-1",
"1",
"if(b >= -1000 && b <= 1000)\n i = -1;\n else\n i = 1;",
"b >= -1000 && b <= 1000",
"b >= -1000",
"b",
"-1000",
"1000",
"b <= 1000",
"b",
"1000",
"i = -1",
"i",
"-1",
"1",
"i = 1",
"i",
"1",
"sub = a-b",
"sub",
"a-b",
"a",
"b",
"if(sub<0)\n System.out.println(\"a < b\");\n else if(sub>0)\n System.out.println(\"a > b\");\n else if(sub==0)\n System.out.println(\"a == b\");",
"sub<0",
"sub",
"0",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(sub>0)\n System.out.println(\"a > b\");\n else if(sub==0)\n System.out.println(\"a == b\");",
"sub>0",
"sub",
"0",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(sub==0)\n System.out.println(\"a == b\");",
"sub==0",
"sub",
"0",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main\n{\n public static void main(String[] args) throws IOException{\n int sub = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub = a-b;\n if(sub<0)\n System.out.println(\"a < b\");\n else if(sub>0)\n System.out.println(\"a > b\");\n else if(sub==0)\n System.out.println(\"a == b\");\n }\n}",
"public class Main\n{\n public static void main(String[] args) throws IOException{\n int sub = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub = a-b;\n if(sub<0)\n System.out.println(\"a < b\");\n else if(sub>0)\n System.out.println(\"a > b\");\n else if(sub==0)\n System.out.println(\"a == b\");\n }\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main
{
public static void main(String[] args) throws IOException{
int sub = 0;
int i = 1;
String s;
int a = 0;
int b = 0;
while(i>0){
BufferedReader x = new BufferedReader(new InputStreamReader(System.in));
s = x.readLine();
StringTokenizer st = new StringTokenizer(s," ");
a = Integer.parseInt(st.nextToken());
b = Integer.parseInt(st.nextToken());
if(a >= -1000 && a <= 1000 )
i = -1;
else if(b >= -1000 && b <= 1000)
i = -1;
else
i = 1;
}
sub = a-b;
if(sub<0)
System.out.println("a < b");
else if(sub>0)
System.out.println("a > b");
else if(sub==0)
System.out.println("a == b");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
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,
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
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
25,
26
],
[
15,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
27,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
27,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
27,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
27,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
58,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
69,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
12,
87
],
[
87,
88
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\n\nclass Main{\n public static void main(String[] args){\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n if (a < b){\n System.out.println(\"a < b\");\n } else if (a > b){\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n } catch(IOException e){\n System.err.println(e.toString());\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"class Main{\n public static void main(String[] args){\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n if (a < b){\n System.out.println(\"a < b\");\n } else if (a > b){\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n } catch(IOException e){\n System.err.println(e.toString());\n }\n }\n}",
"Main",
"public static void main(String[] args){\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n if (a < b){\n System.out.println(\"a < b\");\n } else if (a > b){\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n } catch(IOException e){\n System.err.println(e.toString());\n }\n }",
"main",
"{\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n if (a < b){\n System.out.println(\"a < b\");\n } else if (a > b){\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n } catch(IOException e){\n System.err.println(e.toString());\n }\n }",
"try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n if (a < b){\n System.out.println(\"a < b\");\n } else if (a > b){\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n } catch(IOException e){\n System.err.println(e.toString());\n }",
"catch(IOException e){\n System.err.println(e.toString());\n }",
"IOException e",
"{\n System.err.println(e.toString());\n }",
"System.err.println(e.toString())",
"System.err.println",
"System.err",
"System",
"System.err",
"e.toString()",
"e.toString",
"e",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n if (a < b){\n System.out.println(\"a < b\");\n } else if (a > b){\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] str2 = str.split(\" \");",
"str2",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(str2[0]);",
"a",
"Integer.parseInt(str2[0])",
"Integer.parseInt",
"Integer",
"str2[0]",
"str2",
"0",
"int b = Integer.parseInt(str2[1]);",
"b",
"Integer.parseInt(str2[1])",
"Integer.parseInt",
"Integer",
"str2[1]",
"str2",
"1",
"if (a < b){\n System.out.println(\"a < b\");\n } else if (a > b){\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }",
"a < b",
"a",
"b",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (a > b){\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }",
"a > b",
"a",
"b",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
class Main{
public static void main(String[] args){
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] str2 = str.split(" ");
int a = Integer.parseInt(str2[0]);
int b = Integer.parseInt(str2[1]);
if (a < b){
System.out.println("a < b");
} else if (a > b){
System.out.println("a > b");
} else {
System.out.println("a == b");
}
} catch(IOException e){
System.err.println(e.toString());
}
}
}
|
[
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,
30,
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
],
[
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
],
[
37,
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\tpublic static void main(String[] args){\n\t\tint i,j;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ti = in.nextInt();\n\t\tj = in.nextInt();\n\t\t\n\t\tif(i<j){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(i>j){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\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\tint i,j;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ti = in.nextInt();\n\t\tj = in.nextInt();\n\t\t\n\t\tif(i<j){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(i>j){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint i,j;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ti = in.nextInt();\n\t\tj = in.nextInt();\n\t\t\n\t\tif(i<j){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(i>j){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\t\tint i,j;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ti = in.nextInt();\n\t\tj = in.nextInt();\n\t\t\n\t\tif(i<j){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(i>j){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"int i",
"i",
"j;",
"j",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"i = in.nextInt()",
"i",
"in.nextInt()",
"in.nextInt",
"in",
"j = in.nextInt()",
"j",
"in.nextInt()",
"in.nextInt",
"in",
"if(i<j){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(i>j){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"i<j",
"i",
"j",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(i>j){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"i>j",
"i",
"j",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tint i,j;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ti = in.nextInt();\n\t\tj = in.nextInt();\n\t\t\n\t\tif(i<j){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(i>j){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tint i,j;\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\ti = in.nextInt();\n\t\tj = in.nextInt();\n\t\t\n\t\tif(i<j){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(i>j){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
int i,j;
Scanner in = new Scanner(System.in);
i = in.nextInt();
j = in.nextInt();
if(i<j){
System.out.println("a < b");
}else if(i>j){
System.out.println("a > b");
}else{
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
14,
40,
4,
18,
13,
17,
29,
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,
4,
18,
18,
13,
13,
17,
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
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
17,
23
],
[
8,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
8,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
46,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
56,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
6,
72
],
[
72,
73
]
] | [
"import java.io.*;\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);\n\t\tString is = r.readLine();\n\t\tif(!is.contains(\" \")) return;\n\t\tString[] sp = is.split(\" \");\n\t\tint a = Integer.parseInt(sp[0]);\n\t\tint b = Integer.parseInt(sp[1]);\n\t\tif(a>b) System.out.println(\"a > b\");\n\t\telse if(a<b) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);\n\t\tString is = r.readLine();\n\t\tif(!is.contains(\" \")) return;\n\t\tString[] sp = is.split(\" \");\n\t\tint a = Integer.parseInt(sp[0]);\n\t\tint b = Integer.parseInt(sp[1]);\n\t\tif(a>b) System.out.println(\"a > b\");\n\t\telse if(a<b) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);\n\t\tString is = r.readLine();\n\t\tif(!is.contains(\" \")) return;\n\t\tString[] sp = is.split(\" \");\n\t\tint a = Integer.parseInt(sp[0]);\n\t\tint b = Integer.parseInt(sp[1]);\n\t\tif(a>b) System.out.println(\"a > b\");\n\t\telse if(a<b) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");\n\t}",
"main",
"{\n\t\tBufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);\n\t\tString is = r.readLine();\n\t\tif(!is.contains(\" \")) return;\n\t\tString[] sp = is.split(\" \");\n\t\tint a = Integer.parseInt(sp[0]);\n\t\tint b = Integer.parseInt(sp[1]);\n\t\tif(a>b) System.out.println(\"a > b\");\n\t\telse if(a<b) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");\n\t}",
"BufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);",
"r",
"new BufferedReader(new InputStreamReader(System.in), 1)",
"String is = r.readLine();",
"is",
"r.readLine()",
"r.readLine",
"r",
"if(!is.contains(\" \")) return;",
"!is.contains(\" \")",
"is.contains(\" \")",
"is.contains",
"is",
"\" \"",
"return;",
"String[] sp = is.split(\" \");",
"sp",
"is.split(\" \")",
"is.split",
"is",
"\" \"",
"int a = Integer.parseInt(sp[0]);",
"a",
"Integer.parseInt(sp[0])",
"Integer.parseInt",
"Integer",
"sp[0]",
"sp",
"0",
"int b = Integer.parseInt(sp[1]);",
"b",
"Integer.parseInt(sp[1])",
"Integer.parseInt",
"Integer",
"sp[1]",
"sp",
"1",
"if(a>b) System.out.println(\"a > b\");\n\t\telse if(a<b) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");",
"a>b",
"a",
"b",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a<b) System.out.println(\"a < b\");\n\t\telse System.out.println(\"a == b\");",
"a<b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.io.*;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader r =new BufferedReader(new InputStreamReader(System.in), 1);
String is = r.readLine();
if(!is.contains(" ")) return;
String[] sp = is.split(" ");
int a = Integer.parseInt(sp[0]);
int b = Integer.parseInt(sp[1]);
if(a>b) System.out.println("a > b");
else if(a<b) System.out.println("a < b");
else System.out.println("a == b");
}
} |
[
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,
2,
2,
17,
8,
2,
13,
13,
17,
8,
2,
13,
13,
17,
17,
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
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
28,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
30,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
35,
40
],
[
28,
41
],
[
6,
42
],
[
42,
43
]
] | [
"import java.util.*;class Main{public static void main(String[]args){Scanner sc=new Scanner(System.in);int a=sc.nextInt(),b=sc.nextInt();System.out.println(\"a \"+(a==b?\"==\":(a<b?\"<\":\">\"))+\" b\");}}",
"import java.util.*;",
"util.*",
"java",
"class Main{public static void main(String[]args){Scanner sc=new Scanner(System.in);int a=sc.nextInt(),b=sc.nextInt();System.out.println(\"a \"+(a==b?\"==\":(a<b?\"<\":\">\"))+\" b\");}}",
"Main",
"public static void main(String[]args){Scanner sc=new Scanner(System.in);int a=sc.nextInt(),b=sc.nextInt();System.out.println(\"a \"+(a==b?\"==\":(a<b?\"<\":\">\"))+\" b\");}",
"main",
"{Scanner sc=new Scanner(System.in);int a=sc.nextInt(),b=sc.nextInt();System.out.println(\"a \"+(a==b?\"==\":(a<b?\"<\":\">\"))+\" b\");}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b=sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(\"a \"+(a==b?\"==\":(a<b?\"<\":\">\"))+\" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \"+(a==b?\"==\":(a<b?\"<\":\">\"))+\" b\"",
"\"a \"+(a==b?\"==\":(a<b?\"<\":\">\"))+\" b\"",
"\"a \"",
"(a==b?\"==\":(a<b?\"<\":\">\"))",
"a==b",
"a",
"b",
"\"==\"",
"(a<b?\"<\":\">\")",
"a<b",
"a",
"b",
"\"<\"",
"\">\"",
"\" b\"",
"String[]args",
"args"
] | import java.util.*;class Main{public static void main(String[]args){Scanner sc=new Scanner(System.in);int a=sc.nextInt(),b=sc.nextInt();System.out.println("a "+(a==b?"==":(a<b?"<":">"))+" b");}} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
4,
13,
23,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
4,
13,
13,
13,
12,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
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
],
[
102,
11
],
[
102,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
12,
17
],
[
17,
18
],
[
102,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
21,
24
],
[
24,
25
],
[
21,
26
],
[
26,
27
],
[
26,
28
],
[
21,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
21,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
36,
40
],
[
21,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
48
],
[
21,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
21,
57
],
[
57,
58
],
[
57,
59
],
[
57,
60
],
[
102,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
64,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
75,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
91,
96
],
[
61,
97
],
[
97,
98
],
[
61,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tcompare(a, b);\n\t}\n\n\tprivate static void compare(int a, int b) {\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\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\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tcompare(a, b);\n\t}\n\n\tprivate static void compare(int a, int b) {\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tprint();\n\t}",
"main",
"{\n\t\tprint();\n\t}",
"print()",
"print",
"String[] args",
"args",
"private static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tcompare(a, b);\n\t}",
"print",
"{\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tcompare(a, b);\n\t}",
"int a;",
"a",
"int b;",
"b",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] num = str.split(\" \", 0);",
"num",
"str.split(\" \", 0)",
"str.split",
"str",
"\" \"",
"0",
"a = Integer.parseInt(num[0])",
"a",
"Integer.parseInt(num[0])",
"Integer.parseInt",
"Integer",
"num[0]",
"num",
"0",
"b = Integer.parseInt(num[1])",
"b",
"Integer.parseInt(num[1])",
"Integer.parseInt",
"Integer",
"num[1]",
"num",
"1",
"compare(a, b)",
"compare",
"a",
"b",
"private static void compare(int a, int b) {\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"compare",
"{\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a == b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"int a",
"a",
"int b",
"b",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tcompare(a, b);\n\t}\n\n\tprivate static void compare(int a, int b) {\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tcompare(a, b);\n\t}\n\n\tprivate static void compare(int a, int b) {\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\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 {
print();
}
private static void print() throws IOException {
int a;
int b;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] num = str.split(" ", 0);
a = Integer.parseInt(num[0]);
b = Integer.parseInt(num[1]);
compare(a, b);
}
private static void compare(int a, int b) {
if (a < b) {
System.out.println("a < b");
} else if (a > b) {
System.out.println("a > b");
} else if (a == b) {
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
13,
40,
17,
2,
13,
40,
17,
2,
13,
17,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
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
],
[
113,
11
],
[
113,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
14,
19
],
[
19,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
14,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
14,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
14,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
14,
51
],
[
51,
52
],
[
54,
53
],
[
63,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
54,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
63,
63
],
[
63,
64
],
[
63,
65
],
[
54,
66
],
[
66,
67
],
[
66,
68
],
[
51,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
69,
76
],
[
76,
77
],
[
77,
78
],
[
76,
79
],
[
14,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
80,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
90,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
12,
110
],
[
110,
111
],
[
0,
112
],
[
112,
113
],
[
112,
114
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO ?????????????????????????????????????????????\n\t\t//?????°?????£?¨?\n\t\tint a,b;\n\t\tString str;\n\n\t\t//????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t//??????\n\t\tString[] st = str.split(\" \");\n\n\t\t a = Integer.parseInt(st[0]);\n\t\t b = Integer.parseInt(st[1]);\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t if(a<-1000||b<-1000||a>1000||b>1000){\n\t\t\t System.out.println(\"a,b?????????-1000~1000??§??\\???.???????????????.\");\n\t\t\t System.exit(0);\n\t\t }\n\n\t\t if(a>b) System.out.println(\"a > b\");\n\n\t\t else if(a<b) System.out.println(\"a < b\");\n\n\t\t else if(a==b) System.out.println(\"a == b\");\n\t}\n\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\t// TODO ?????????????????????????????????????????????\n\t\t//?????°?????£?¨?\n\t\tint a,b;\n\t\tString str;\n\n\t\t//????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t//??????\n\t\tString[] st = str.split(\" \");\n\n\t\t a = Integer.parseInt(st[0]);\n\t\t b = Integer.parseInt(st[1]);\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t if(a<-1000||b<-1000||a>1000||b>1000){\n\t\t\t System.out.println(\"a,b?????????-1000~1000??§??\\???.???????????????.\");\n\t\t\t System.exit(0);\n\t\t }\n\n\t\t if(a>b) System.out.println(\"a > b\");\n\n\t\t else if(a<b) System.out.println(\"a < b\");\n\n\t\t else if(a==b) System.out.println(\"a == b\");\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\t// TODO ?????????????????????????????????????????????\n\t\t//?????°?????£?¨?\n\t\tint a,b;\n\t\tString str;\n\n\t\t//????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t//??????\n\t\tString[] st = str.split(\" \");\n\n\t\t a = Integer.parseInt(st[0]);\n\t\t b = Integer.parseInt(st[1]);\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t if(a<-1000||b<-1000||a>1000||b>1000){\n\t\t\t System.out.println(\"a,b?????????-1000~1000??§??\\???.???????????????.\");\n\t\t\t System.exit(0);\n\t\t }\n\n\t\t if(a>b) System.out.println(\"a > b\");\n\n\t\t else if(a<b) System.out.println(\"a < b\");\n\n\t\t else if(a==b) System.out.println(\"a == b\");\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\t//?????°?????£?¨?\n\t\tint a,b;\n\t\tString str;\n\n\t\t//????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t//??????\n\t\tString[] st = str.split(\" \");\n\n\t\t a = Integer.parseInt(st[0]);\n\t\t b = Integer.parseInt(st[1]);\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t if(a<-1000||b<-1000||a>1000||b>1000){\n\t\t\t System.out.println(\"a,b?????????-1000~1000??§??\\???.???????????????.\");\n\t\t\t System.exit(0);\n\t\t }\n\n\t\t if(a>b) System.out.println(\"a > b\");\n\n\t\t else if(a<b) System.out.println(\"a < b\");\n\n\t\t else if(a==b) System.out.println(\"a == b\");\n\t}",
"int a",
"a",
"b;",
"b",
"String str;",
"str",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"str = br.readLine()",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] st = str.split(\" \");",
"st",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"a = Integer.parseInt(st[0])",
"a",
"Integer.parseInt(st[0])",
"Integer.parseInt",
"Integer",
"st[0]",
"st",
"0",
"b = Integer.parseInt(st[1])",
"b",
"Integer.parseInt(st[1])",
"Integer.parseInt",
"Integer",
"st[1]",
"st",
"1",
"if(a<-1000||b<-1000||a>1000||b>1000){\n\t\t\t System.out.println(\"a,b?????????-1000~1000??§??\\???.???????????????.\");\n\t\t\t System.exit(0);\n\t\t }",
"a<-1000||b<-1000||a>1000||b>1000",
"a>1000",
"a<-1000||b<-1000||a>1000||b>1000",
"a<-1000",
"a",
"-1000",
"1000",
"b<-1000",
"b",
"-1000",
"1000",
"a>1000",
"a",
"1000",
"b>1000",
"b",
"1000",
"{\n\t\t\t System.out.println(\"a,b?????????-1000~1000??§??\\???.???????????????.\");\n\t\t\t System.exit(0);\n\t\t }",
"System.out.println(\"a,b?????????-1000~1000??§??\\???.???????????????.\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a,b?????????-1000~1000??§??\\???.???????????????.\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"if(a>b) System.out.println(\"a > b\");\n\n\t\t else if(a<b) System.out.println(\"a < b\");\n\n\t\t else if(a==b) System.out.println(\"a == b\");",
"a>b",
"a",
"b",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a<b) System.out.println(\"a < b\");\n\n\t\t else if(a==b) System.out.println(\"a == b\");",
"a<b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a==b) System.out.println(\"a == b\");",
"a==b",
"a",
"b",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO ?????????????????????????????????????????????\n\t\t//?????°?????£?¨?\n\t\tint a,b;\n\t\tString str;\n\n\t\t//????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t//??????\n\t\tString[] st = str.split(\" \");\n\n\t\t a = Integer.parseInt(st[0]);\n\t\t b = Integer.parseInt(st[1]);\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t if(a<-1000||b<-1000||a>1000||b>1000){\n\t\t\t System.out.println(\"a,b?????????-1000~1000??§??\\???.???????????????.\");\n\t\t\t System.exit(0);\n\t\t }\n\n\t\t if(a>b) System.out.println(\"a > b\");\n\n\t\t else if(a<b) System.out.println(\"a < b\");\n\n\t\t else if(a==b) System.out.println(\"a == b\");\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO ?????????????????????????????????????????????\n\t\t//?????°?????£?¨?\n\t\tint a,b;\n\t\tString str;\n\n\t\t//????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t//??????\n\t\tString[] st = str.split(\" \");\n\n\t\t a = Integer.parseInt(st[0]);\n\t\t b = Integer.parseInt(st[1]);\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t if(a<-1000||b<-1000||a>1000||b>1000){\n\t\t\t System.out.println(\"a,b?????????-1000~1000??§??\\???.???????????????.\");\n\t\t\t System.exit(0);\n\t\t }\n\n\t\t if(a>b) System.out.println(\"a > b\");\n\n\t\t else if(a<b) System.out.println(\"a < b\");\n\n\t\t else if(a==b) System.out.println(\"a == b\");\n\t}\n\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{
// TODO ?????????????????????????????????????????????
//?????°?????£?¨?
int a,b;
String str;
//????????????
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
str = br.readLine();
//??????
String[] st = str.split(" ");
a = Integer.parseInt(st[0]);
b = Integer.parseInt(st[1]);
/*for(int i=0;i<st.length;i++){
System.out.println("st["+i+"]="+st[i]); //?????????????´??¢????
}*/
if(a<-1000||b<-1000||a>1000||b>1000){
System.out.println("a,b?????????-1000~1000??§??\???.???????????????.");
System.exit(0);
}
if(a>b) System.out.println("a > b");
else if(a<b) System.out.println("a < b");
else if(a==b) System.out.println("a == b");
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
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,
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
],
[
69,
2
],
[
69,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
5,
11
],
[
11,
12
],
[
11,
13
],
[
13,
14
],
[
14,
15
],
[
13,
16
],
[
5,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
22,
23
],
[
22,
24
],
[
5,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
30,
31
],
[
30,
32
],
[
5,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
33,
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
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
3,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(words[0]);\n\t\tint b = Integer.parseInt(words[1]);\n\t\tif( a > b ){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if( a < b ){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if( a == b ){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t//\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(words[0]);\n\t\tint b = Integer.parseInt(words[1]);\n\t\tif( a > b ){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if( a < b ){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if( a == b ){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t//\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(words[0]);\n\t\tint b = Integer.parseInt(words[1]);\n\t\tif( a > b ){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if( a < b ){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if( a == b ){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t//\n\t}",
"main",
"{\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(words[0]);\n\t\tint b = Integer.parseInt(words[1]);\n\t\tif( a > b ){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if( a < b ){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if( a == b ){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t//\n\t}",
"String input = new java.util.Scanner(System.in).nextLine();",
"input",
"new java.util.Scanner(System.in).nextLine()",
"new java.util.Scanner(System.in).nextLine",
"new java.util.Scanner(System.in)",
"String[] words = input.split(\"\\\\s\");",
"words",
"input.split(\"\\\\s\")",
"input.split",
"input",
"\"\\\\s\"",
"int a = Integer.parseInt(words[0]);",
"a",
"Integer.parseInt(words[0])",
"Integer.parseInt",
"Integer",
"words[0]",
"words",
"0",
"int b = Integer.parseInt(words[1]);",
"b",
"Integer.parseInt(words[1])",
"Integer.parseInt",
"Integer",
"words[1]",
"words",
"1",
"if( a > b ){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if( a < b ){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if( a == b ){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if( a < b ){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if( a == b ){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if( a == b ){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a == b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(words[0]);\n\t\tint b = Integer.parseInt(words[1]);\n\t\tif( a > b ){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if( a < b ){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if( a == b ){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t//\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(words[0]);\n\t\tint b = Integer.parseInt(words[1]);\n\t\tif( a > b ){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if( a < b ){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if( a == b ){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t//\n\t}\n}",
"Main"
] | public class Main{
public static void main(String[] args){
//
String input = new java.util.Scanner(System.in).nextLine();
String[] words = input.split("\\s");
int a = Integer.parseInt(words[0]);
int b = Integer.parseInt(words[1]);
if( a > b ){
System.out.println("a > b");
}else if( a < b ){
System.out.println("a < b");
}else if( a == b ){
System.out.println("a == b");
}
//
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
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,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
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
],
[
92,
14
],
[
92,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
18,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
28,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
28,
40
],
[
40,
41
],
[
40,
42
],
[
28,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
49,
50
],
[
28,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
57,
58
],
[
28,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
59,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
69,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
15,
89
],
[
89,
90
],
[
0,
91
],
[
91,
92
],
[
91,
93
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n public static void main(String[] args){\n \t\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b)\n \t\t\tSystem.out.println(\"a < b\");\n \t\telse if(a > b)\n \t\t\tSystem.out.println(\"a > b\");\n \t\telse if(a == b)\n \t\t\tSystem.out.println(\"a == b\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }\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 public static void main(String[] args){\n \t\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b)\n \t\t\tSystem.out.println(\"a < b\");\n \t\telse if(a > b)\n \t\t\tSystem.out.println(\"a > b\");\n \t\telse if(a == b)\n \t\t\tSystem.out.println(\"a == b\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }\n}",
"Main",
"public static void main(String[] args){\n \t\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b)\n \t\t\tSystem.out.println(\"a < b\");\n \t\telse if(a > b)\n \t\t\tSystem.out.println(\"a > b\");\n \t\telse if(a == b)\n \t\t\tSystem.out.println(\"a == b\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }",
"main",
"{\n \t\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b)\n \t\t\tSystem.out.println(\"a < b\");\n \t\telse if(a > b)\n \t\t\tSystem.out.println(\"a > b\");\n \t\telse if(a == b)\n \t\t\tSystem.out.println(\"a == b\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }",
"try {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b)\n \t\t\tSystem.out.println(\"a < b\");\n \t\telse if(a > b)\n \t\t\tSystem.out.println(\"a > b\");\n \t\telse if(a == b)\n \t\t\tSystem.out.println(\"a == b\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}",
"catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}",
"IOException e",
"{\n\t\t System.err.println(e);\n\t\t}",
"System.err.println(e)",
"System.err.println",
"System.err",
"System",
"System.err",
"e",
"{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b)\n \t\t\tSystem.out.println(\"a < b\");\n \t\telse if(a > b)\n \t\t\tSystem.out.println(\"a > b\");\n \t\telse if(a == b)\n \t\t\tSystem.out.println(\"a == b\");\n\n \t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st=new StringTokenizer(buf,\" \");",
"st",
"new StringTokenizer(buf,\" \")",
"int a = Integer.parseInt(st.nextToken());",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int b = Integer.parseInt(st.nextToken());",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if(a < b)\n \t\t\tSystem.out.println(\"a < b\");\n \t\telse if(a > b)\n \t\t\tSystem.out.println(\"a > b\");\n \t\telse if(a == b)\n \t\t\tSystem.out.println(\"a == b\");",
"a < b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a > b)\n \t\t\tSystem.out.println(\"a > b\");\n \t\telse if(a == b)\n \t\t\tSystem.out.println(\"a == b\");",
"a > b",
"a",
"b",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a == b)\n \t\t\tSystem.out.println(\"a == b\");",
"a == b",
"a",
"b",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n \t\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b)\n \t\t\tSystem.out.println(\"a < b\");\n \t\telse if(a > b)\n \t\t\tSystem.out.println(\"a > b\");\n \t\telse if(a == b)\n \t\t\tSystem.out.println(\"a == b\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }\n}",
"public class Main {\n public static void main(String[] args){\n \t\n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b)\n \t\t\tSystem.out.println(\"a < b\");\n \t\telse if(a > b)\n \t\t\tSystem.out.println(\"a > b\");\n \t\telse if(a == b)\n \t\t\tSystem.out.println(\"a == b\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args){
try {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
String buf = br.readLine();
StringTokenizer st=new StringTokenizer(buf," ");
int a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
if(a < b)
System.out.println("a < b");
else if(a > b)
System.out.println("a > b");
else if(a == b)
System.out.println("a == b");
} catch(IOException e) {
System.err.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
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,
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
],
[
59,
5
],
[
59,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
11,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
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
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
38,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
6,
56
],
[
56,
57
],
[
0,
58
],
[
58,
59
],
[
58,
60
]
] | [
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint a;\n\t\tint b = 0;\n\t\tScanner data1 = new Scanner(System.in);\n\t a = data1.nextInt();\n\t b = data1.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint a;\n\t\tint b = 0;\n\t\tScanner data1 = new Scanner(System.in);\n\t a = data1.nextInt();\n\t b = data1.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tint a;\n\t\tint b = 0;\n\t\tScanner data1 = new Scanner(System.in);\n\t a = data1.nextInt();\n\t b = data1.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\t\tint a;\n\t\tint b = 0;\n\t\tScanner data1 = new Scanner(System.in);\n\t a = data1.nextInt();\n\t b = data1.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"int a;",
"a",
"int b = 0;",
"b",
"0",
"Scanner data1 = new Scanner(System.in);",
"data1",
"new Scanner(System.in)",
"a = data1.nextInt()",
"a",
"data1.nextInt()",
"data1.nextInt",
"data1",
"b = data1.nextInt()",
"b",
"data1.nextInt()",
"data1.nextInt",
"data1",
"if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint a;\n\t\tint b = 0;\n\t\tScanner data1 = new Scanner(System.in);\n\t a = data1.nextInt();\n\t b = data1.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint a;\n\t\tint b = 0;\n\t\tScanner data1 = new Scanner(System.in);\n\t a = data1.nextInt();\n\t b = data1.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int a;
int b = 0;
Scanner data1 = new Scanner(System.in);
a = data1.nextInt();
b = data1.nextInt();
if(a < b){
System.out.println("a < b");
}else if(a > b){
System.out.println("a > b");
}else{
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
14,
2,
13,
13,
30,
0,
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
],
[
53,
5
],
[
53,
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
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
24,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
6,
50
],
[
50,
51
],
[
0,
52
],
[
52,
53
],
[
52,
54
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint num1 = kbScanner.nextInt();\n\t\tint num2 = kbScanner.nextInt();\n\t\tString symbol;\n\t\t\n\t\tif(num1 > num2){\n\t\t\tsymbol = \"a > b\";\n\t\t}else if(num1 < num2){\n\t\t\tsymbol = \"a < b\";\n\t\t}else{\n\t\t\tsymbol = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(symbol);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint num1 = kbScanner.nextInt();\n\t\tint num2 = kbScanner.nextInt();\n\t\tString symbol;\n\t\t\n\t\tif(num1 > num2){\n\t\t\tsymbol = \"a > b\";\n\t\t}else if(num1 < num2){\n\t\t\tsymbol = \"a < b\";\n\t\t}else{\n\t\t\tsymbol = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(symbol);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint num1 = kbScanner.nextInt();\n\t\tint num2 = kbScanner.nextInt();\n\t\tString symbol;\n\t\t\n\t\tif(num1 > num2){\n\t\t\tsymbol = \"a > b\";\n\t\t}else if(num1 < num2){\n\t\t\tsymbol = \"a < b\";\n\t\t}else{\n\t\t\tsymbol = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(symbol);\n\t}",
"main",
"{\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint num1 = kbScanner.nextInt();\n\t\tint num2 = kbScanner.nextInt();\n\t\tString symbol;\n\t\t\n\t\tif(num1 > num2){\n\t\t\tsymbol = \"a > b\";\n\t\t}else if(num1 < num2){\n\t\t\tsymbol = \"a < b\";\n\t\t}else{\n\t\t\tsymbol = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(symbol);\n\t}",
"Scanner kbScanner = new Scanner(System.in);",
"kbScanner",
"new Scanner(System.in)",
"int num1 = kbScanner.nextInt();",
"num1",
"kbScanner.nextInt()",
"kbScanner.nextInt",
"kbScanner",
"int num2 = kbScanner.nextInt();",
"num2",
"kbScanner.nextInt()",
"kbScanner.nextInt",
"kbScanner",
"String symbol;",
"symbol",
"if(num1 > num2){\n\t\t\tsymbol = \"a > b\";\n\t\t}else if(num1 < num2){\n\t\t\tsymbol = \"a < b\";\n\t\t}else{\n\t\t\tsymbol = \"a == b\";\n\t\t}",
"num1 > num2",
"num1",
"num2",
"{\n\t\t\tsymbol = \"a > b\";\n\t\t}",
"symbol = \"a > b\"",
"symbol",
"\"a > b\"",
"if(num1 < num2){\n\t\t\tsymbol = \"a < b\";\n\t\t}else{\n\t\t\tsymbol = \"a == b\";\n\t\t}",
"num1 < num2",
"num1",
"num2",
"{\n\t\t\tsymbol = \"a < b\";\n\t\t}",
"symbol = \"a < b\"",
"symbol",
"\"a < b\"",
"{\n\t\t\tsymbol = \"a == b\";\n\t\t}",
"symbol = \"a == b\"",
"symbol",
"\"a == b\"",
"System.out.println(symbol)",
"System.out.println",
"System.out",
"System",
"System.out",
"symbol",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint num1 = kbScanner.nextInt();\n\t\tint num2 = kbScanner.nextInt();\n\t\tString symbol;\n\t\t\n\t\tif(num1 > num2){\n\t\t\tsymbol = \"a > b\";\n\t\t}else if(num1 < num2){\n\t\t\tsymbol = \"a < b\";\n\t\t}else{\n\t\t\tsymbol = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(symbol);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint num1 = kbScanner.nextInt();\n\t\tint num2 = kbScanner.nextInt();\n\t\tString symbol;\n\t\t\n\t\tif(num1 > num2){\n\t\t\tsymbol = \"a > b\";\n\t\t}else if(num1 < num2){\n\t\t\tsymbol = \"a < b\";\n\t\t}else{\n\t\t\tsymbol = \"a == b\";\n\t\t}\n\t\t\n\t\tSystem.out.println(symbol);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner kbScanner = new Scanner(System.in);
int num1 = kbScanner.nextInt();
int num2 = kbScanner.nextInt();
String symbol;
if(num1 > num2){
symbol = "a > b";
}else if(num1 < num2){
symbol = "a < b";
}else{
symbol = "a == b";
}
System.out.println(symbol);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
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
],
[
69,
5
],
[
69,
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
],
[
24,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
8,
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
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
45,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
8,
63
],
[
63,
64
],
[
64,
65
],
[
6,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tif(a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\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\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tif(a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\tsc.close();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tif(a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\tsc.close();\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tif(a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\tsc.close();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String aStr = sc.next();",
"aStr",
"sc.next()",
"sc.next",
"sc",
"String bStr = sc.next();",
"bStr",
"sc.next()",
"sc.next",
"sc",
"int a = Integer.parseInt(aStr);",
"a",
"Integer.parseInt(aStr)",
"Integer.parseInt",
"Integer",
"aStr",
"int b = Integer.parseInt(bStr);",
"b",
"Integer.parseInt(bStr)",
"Integer.parseInt",
"Integer",
"bStr",
"if(a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"a == b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"if(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"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\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tif(a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\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\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tif(a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\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);
String aStr = sc.next();
String bStr = sc.next();
int a = Integer.parseInt(aStr);
int b = Integer.parseInt(bStr);
if(a == b) {
System.out.println("a == b");
} else if(a > b) {
System.out.println("a > b");
} else {
System.out.println("a < b");
}
sc.close();
}
} |
[
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,
17,
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,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
82,
11
],
[
82,
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
],
[
25,
28
],
[
25,
29
],
[
14,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
35,
37
],
[
14,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
14,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
46,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
57,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
12,
79
],
[
79,
80
],
[
0,
81
],
[
81,
82
],
[
81,
83
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \",0);\n\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\n\t\tif(a<b){\n\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a>b){\n\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse if(a==b){\n\n\t\t\tSystem.out.println(\"a == b\");\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",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \",0);\n\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\n\t\tif(a<b){\n\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a>b){\n\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse if(a==b){\n\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \",0);\n\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\n\t\tif(a<b){\n\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a>b){\n\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse if(a==b){\n\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \",0);\n\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\n\t\tif(a<b){\n\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a>b){\n\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse if(a==b){\n\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String strArray[] = str.split(\" \",0);",
"strArray",
"str.split(\" \",0)",
"str.split",
"str",
"\" \"",
"0",
"int a = Integer.parseInt(strArray[0]);",
"a",
"Integer.parseInt(strArray[0])",
"Integer.parseInt",
"Integer",
"strArray[0]",
"strArray",
"0",
"int b = Integer.parseInt(strArray[1]);",
"b",
"Integer.parseInt(strArray[1])",
"Integer.parseInt",
"Integer",
"strArray[1]",
"strArray",
"1",
"if(a<b){\n\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a>b){\n\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse if(a==b){\n\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a<b",
"a",
"b",
"{\n\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a>b){\n\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse if(a==b){\n\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a>b",
"a",
"b",
"{\n\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a==b){\n\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a==b",
"a",
"b",
"{\n\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \",0);\n\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\n\t\tif(a<b){\n\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a>b){\n\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse if(a==b){\n\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \",0);\n\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\n\t\tif(a<b){\n\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\telse if(a>b){\n\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}\n\t\telse if(a==b){\n\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\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 br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String strArray[] = str.split(" ",0);
int a = Integer.parseInt(strArray[0]);
int b = Integer.parseInt(strArray[1]);
if(a<b){
System.out.println("a < b");
}
else if(a>b){
System.out.println("a > b");
}
else if(a==b){
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
4,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
20,
0,
13,
20,
0,
13,
4,
13,
0,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
14,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
41,
13,
20,
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
],
[
116,
14
],
[
116,
15
],
[
15,
16
],
[
116,
17
],
[
17,
18
],
[
116,
19
],
[
19,
20
],
[
116,
21
],
[
21,
22
],
[
116,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
28,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
38,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
116,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
57,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
64,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
64,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
116,
79
],
[
79,
80
],
[
79,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
83,
86
],
[
86,
87
],
[
116,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
91,
100
],
[
100,
101
],
[
100,
102
],
[
90,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
116,
107
],
[
107,
108
],
[
107,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
107,
113
],
[
113,
114
],
[
0,
115
],
[
115,
116
],
[
115,
117
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tif (n > m)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if (n < m)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\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 StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tif (n > m)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if (n < m)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"Main",
"private StringTokenizer st;",
"st",
"private BufferedReader bf;",
"bf",
"private int n;",
"n",
"private int m;",
"m",
"Main() {\n\t\treadData();\n\t\t\n\t\tif (n > m)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if (n < m)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}",
"Main",
"{\n\t\treadData();\n\t\t\n\t\tif (n > m)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if (n < m)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}",
"readData()",
"readData",
"if (n > m)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if (n < m)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");",
"n > m",
"n",
"m",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (n < m)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");",
"n < m",
"n",
"m",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"private void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"readData",
"{\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"try {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"Exception e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t}",
"bf = new BufferedReader(new InputStreamReader(System.in))",
"bf",
"new BufferedReader(new InputStreamReader(System.in))",
"st = new StringTokenizer(bf.readLine())",
"st",
"new StringTokenizer(bf.readLine())",
"n = nextInt()",
"n",
"nextInt()",
"nextInt",
"m = nextInt()",
"m",
"nextInt()",
"nextInt",
"private int nextInt() throws IOException {\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",
"private String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}",
"next",
"{\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}",
"if (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(bf.readLine())",
"st",
"new StringTokenizer(bf.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}",
"Main m = new Main();",
"m",
"new Main()",
"String[] args",
"args",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tif (n > m)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if (n < m)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tif (n > m)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if (n < m)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
private StringTokenizer st;
private BufferedReader bf;
private int n;
private int m;
Main() {
readData();
if (n > m)
System.out.println("a > b");
else if (n < m)
System.out.println("a < b");
else
System.out.println("a == b");
}
private void readData() {
try {
bf = new BufferedReader(new InputStreamReader(System.in));
st = new StringTokenizer(bf.readLine());
n = nextInt();
m = nextInt();
} catch (Exception e) {
e.printStackTrace();
}
}
private int nextInt() throws IOException {
return Integer.parseInt(next());
}
private String next() throws IOException {
if (st == null || !st.hasMoreTokens())
st = new StringTokenizer(bf.readLine());
return st.nextToken();
}
public static void main(String[] args) {
// TODO Auto-generated method stub
Main m = new Main();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
17,
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,
14,
2,
13,
13,
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
],
[
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
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
39,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
6,
61
],
[
61,
62
]
] | [
"import java.util.Scanner;\n\nclass Main\n{\n\tpublic static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\t\t\n\t\tint a = 0;\n\t\tint b = 0;\n\t\t\n\t\ta = sc.nextInt ();\n\t\tb = sc.nextInt ();\n\t\t\n\t\tif ( a < b ) {\n\t\t\tSystem.out.println ( \"a < b\" );\n\t\t} else if ( b < a ) {\n\t\t\tSystem.out.println ( \"a > b\" );\n\t\t} else if ( a == b ) {\n\t\t\tSystem.out.println ( \"a == b\" );\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n\tpublic static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\t\t\n\t\tint a = 0;\n\t\tint b = 0;\n\t\t\n\t\ta = sc.nextInt ();\n\t\tb = sc.nextInt ();\n\t\t\n\t\tif ( a < b ) {\n\t\t\tSystem.out.println ( \"a < b\" );\n\t\t} else if ( b < a ) {\n\t\t\tSystem.out.println ( \"a > b\" );\n\t\t} else if ( a == b ) {\n\t\t\tSystem.out.println ( \"a == b\" );\n\t\t}\n\t}\n}",
"Main",
"public static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\t\t\n\t\tint a = 0;\n\t\tint b = 0;\n\t\t\n\t\ta = sc.nextInt ();\n\t\tb = sc.nextInt ();\n\t\t\n\t\tif ( a < b ) {\n\t\t\tSystem.out.println ( \"a < b\" );\n\t\t} else if ( b < a ) {\n\t\t\tSystem.out.println ( \"a > b\" );\n\t\t} else if ( a == b ) {\n\t\t\tSystem.out.println ( \"a == b\" );\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner ( System.in );\n\t\t\n\t\tint a = 0;\n\t\tint b = 0;\n\t\t\n\t\ta = sc.nextInt ();\n\t\tb = sc.nextInt ();\n\t\t\n\t\tif ( a < b ) {\n\t\t\tSystem.out.println ( \"a < b\" );\n\t\t} else if ( b < a ) {\n\t\t\tSystem.out.println ( \"a > b\" );\n\t\t} else if ( a == b ) {\n\t\t\tSystem.out.println ( \"a == b\" );\n\t\t}\n\t}",
"Scanner sc = new Scanner ( System.in );",
"sc",
"new Scanner ( System.in )",
"int a = 0;",
"a",
"0",
"int b = 0;",
"b",
"0",
"a = sc.nextInt ()",
"a",
"sc.nextInt ()",
"sc.nextInt",
"sc",
"b = sc.nextInt ()",
"b",
"sc.nextInt ()",
"sc.nextInt",
"sc",
"if ( a < b ) {\n\t\t\tSystem.out.println ( \"a < b\" );\n\t\t} else if ( b < a ) {\n\t\t\tSystem.out.println ( \"a > b\" );\n\t\t} else if ( a == b ) {\n\t\t\tSystem.out.println ( \"a == b\" );\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println ( \"a < b\" );\n\t\t}",
"System.out.println ( \"a < b\" )",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if ( b < a ) {\n\t\t\tSystem.out.println ( \"a > b\" );\n\t\t} else if ( a == b ) {\n\t\t\tSystem.out.println ( \"a == b\" );\n\t\t}",
"b < a",
"b",
"a",
"{\n\t\t\tSystem.out.println ( \"a > b\" );\n\t\t}",
"System.out.println ( \"a > b\" )",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if ( a == b ) {\n\t\t\tSystem.out.println ( \"a == b\" );\n\t\t}",
"a == b",
"a",
"b",
"{\n\t\t\tSystem.out.println ( \"a == b\" );\n\t\t}",
"System.out.println ( \"a == b\" )",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main
{
public static void main ( String[] args ) {
Scanner sc = new Scanner ( System.in );
int a = 0;
int b = 0;
a = sc.nextInt ();
b = sc.nextInt ();
if ( a < b ) {
System.out.println ( "a < b" );
} else if ( b < a ) {
System.out.println ( "a > b" );
} else if ( a == b ) {
System.out.println ( "a == b" );
}
}
} |
[
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,
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,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
81,
11
],
[
81,
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
],
[
25,
26
],
[
26,
27
],
[
23,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
14,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
14,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
45,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
56,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
12,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] | [
"import java.io.InputStreamReader;\nimport java.io.BufferedReader;\nimport java.io.IOException;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strAry[0]);\n\t\tint b = Integer.parseInt(strAry[1]);\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t}\n}",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strAry[0]);\n\t\tint b = Integer.parseInt(strAry[1]);\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strAry[0]);\n\t\tint b = Integer.parseInt(strAry[1]);\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t}",
"main",
"{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strAry[0]);\n\t\tint b = Integer.parseInt(strAry[1]);\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t}",
"InputStreamReader is = new InputStreamReader(System.in);",
"is",
"new InputStreamReader(System.in)",
"BufferedReader bf = new BufferedReader(is);",
"bf",
"new BufferedReader(is)",
"String[] strAry = bf.readLine().split(\" \");",
"strAry",
"bf.readLine().split(\" \")",
"bf.readLine().split",
"bf.readLine()",
"bf.readLine",
"bf",
"\" \"",
"int a = Integer.parseInt(strAry[0]);",
"a",
"Integer.parseInt(strAry[0])",
"Integer.parseInt",
"Integer",
"strAry[0]",
"strAry",
"0",
"int b = Integer.parseInt(strAry[1]);",
"b",
"Integer.parseInt(strAry[1])",
"Integer.parseInt",
"Integer",
"strAry[1]",
"strAry",
"1",
"if (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"a == b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strAry[0]);\n\t\tint b = Integer.parseInt(strAry[1]);\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strAry[0]);\n\t\tint b = Integer.parseInt(strAry[1]);\n\t\tif (a == b) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t}\n}",
"Main"
] | import java.io.InputStreamReader;
import java.io.BufferedReader;
import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException {
InputStreamReader is = new InputStreamReader(System.in);
BufferedReader bf = new BufferedReader(is);
String[] strAry = bf.readLine().split(" ");
int a = Integer.parseInt(strAry[0]);
int b = Integer.parseInt(strAry[1]);
if (a == b) {
System.out.println("a == b");
} else if (a > b) {
System.out.println("a > b");
} else if (a < b) {
System.out.println("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,
4,
18,
18,
13,
13,
17,
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
],
[
51,
5
],
[
51,
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
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
32,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
6,
48
],
[
48,
49
],
[
0,
50
],
[
50,
51
],
[
50,
52
]
] | [
"\n\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\t\n\t\tif(num1>num2)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(num1<num2)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\t\n\t\tif(num1>num2)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(num1<num2)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\t\n\t\tif(num1>num2)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(num1<num2)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\t\n\t\tif(num1>num2)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(num1<num2)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int num1 = scanner.nextInt();",
"num1",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int num2 = scanner.nextInt();",
"num2",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if(num1>num2)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(num1<num2)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");",
"num1>num2",
"num1",
"num2",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(num1<num2)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");",
"num1<num2",
"num1",
"num2",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\t\n\t\tif(num1>num2)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(num1<num2)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\t\n\t\tif(num1>num2)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(num1<num2)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int num1 = scanner.nextInt();
int num2 = scanner.nextInt();
if(num1>num2)
System.out.println("a > b");
else if(num1<num2)
System.out.println("a < b");
else
System.out.println("a == b");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
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,
13,
17,
14,
2,
13,
13,
30,
4,
18,
13,
17,
30,
4,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
65,
8
],
[
65,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
11,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
39,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
48,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
9,
62
],
[
62,
63
],
[
0,
64
],
[
64,
65
],
[
64,
66
]
] | [
"import static java.lang.System.out;\nimport java.util.Scanner;\n\npublic class Main{\n public static void main(String...args) {\n\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n\n if (a > b) {\n out.println(\"a > b\");\n }\n else if (a < b) {\n out.println(\"a < b\");\n }\n else {\n out.println(\"a == b\");\n }\n }\n\n}",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String...args) {\n\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n\n if (a > b) {\n out.println(\"a > b\");\n }\n else if (a < b) {\n out.println(\"a < b\");\n }\n else {\n out.println(\"a == b\");\n }\n }\n\n}",
"Main",
"public static void main(String...args) {\n\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n\n if (a > b) {\n out.println(\"a > b\");\n }\n else if (a < b) {\n out.println(\"a < b\");\n }\n else {\n out.println(\"a == b\");\n }\n }",
"main",
"{\n\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n\n if (a > b) {\n out.println(\"a > b\");\n }\n else if (a < b) {\n out.println(\"a < b\");\n }\n else {\n out.println(\"a == b\");\n }\n }",
"String str = new Scanner(System.in).nextLine();",
"str",
"new Scanner(System.in).nextLine()",
"new Scanner(System.in).nextLine",
"new Scanner(System.in)",
"String[] list = str.split(\" \");",
"list",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(list[0]);",
"a",
"Integer.parseInt(list[0])",
"Integer.parseInt",
"Integer",
"list[0]",
"list",
"0",
"int b = Integer.parseInt(list[1]);",
"b",
"Integer.parseInt(list[1])",
"Integer.parseInt",
"Integer",
"list[1]",
"list",
"1",
"if (a > b) {\n out.println(\"a > b\");\n }\n else if (a < b) {\n out.println(\"a < b\");\n }\n else {\n out.println(\"a == b\");\n }",
"a > b",
"a",
"b",
"{\n out.println(\"a > b\");\n }",
"out.println(\"a > b\")",
"out.println",
"out",
"\"a > b\"",
"if (a < b) {\n out.println(\"a < b\");\n }\n else {\n out.println(\"a == b\");\n }",
"a < b",
"a",
"b",
"{\n out.println(\"a < b\");\n }",
"out.println(\"a < b\")",
"out.println",
"out",
"\"a < b\"",
"{\n out.println(\"a == b\");\n }",
"out.println(\"a == b\")",
"out.println",
"out",
"\"a == b\"",
"String...args",
"args",
"public class Main{\n public static void main(String...args) {\n\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n\n if (a > b) {\n out.println(\"a > b\");\n }\n else if (a < b) {\n out.println(\"a < b\");\n }\n else {\n out.println(\"a == b\");\n }\n }\n\n}",
"public class Main{\n public static void main(String...args) {\n\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n\n if (a > b) {\n out.println(\"a > b\");\n }\n else if (a < b) {\n out.println(\"a < b\");\n }\n else {\n out.println(\"a == b\");\n }\n }\n\n}",
"Main"
] | import static java.lang.System.out;
import java.util.Scanner;
public class Main{
public static void main(String...args) {
String str = new Scanner(System.in).nextLine();
String[] list = str.split(" ");
int a = Integer.parseInt(list[0]);
int b = Integer.parseInt(list[1]);
if (a > b) {
out.println("a > b");
}
else if (a < b) {
out.println("a < b");
}
else {
out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
8,
2,
13,
13,
17,
8,
2,
13,
13,
17,
17,
4,
18,
13,
2,
2,
17,
13,
17,
12,
13,
30,
41,
13,
4,
18,
13,
4,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
23,
13,
12,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
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
],
[
96,
14
],
[
96,
15
],
[
15,
16
],
[
15,
17
],
[
96,
18
],
[
18,
19
],
[
18,
20
],
[
96,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
23,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
23,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
36,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
41,
46
],
[
23,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
51,
54
],
[
96,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
57,
63
],
[
63,
64
],
[
57,
65
],
[
65,
66
],
[
66,
67
],
[
57,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
71,
72
],
[
57,
73
],
[
73,
74
],
[
74,
75
],
[
57,
76
],
[
76,
77
],
[
77,
78
],
[
55,
79
],
[
79,
80
],
[
96,
81
],
[
81,
82
],
[
81,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
89,
90
],
[
90,
91
],
[
89,
92
],
[
81,
93
],
[
93,
94
],
[
0,
95
],
[
95,
96
],
[
95,
97
]
] | [
"import java.util.*;\nimport java.io.*;\nimport static java.util.Arrays.*;\nimport static java.lang.Math.*;\n\npublic class Main {\n\n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\n\tstatic void solve() {\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tString s = a > b ? \">\" : (a < b ? \"<\" : \"==\");\n\t\tout.println(\"a \" + s + \" b\");\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n\n\tstatic void trace(Object... o) { System.out.println(Arrays.deepToString(o));}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"import static java.util.Arrays.*;",
"import static java.util.Arrays.*;",
"import static java.util.Arrays.*;",
"import static java.lang.Math.*;",
"import static java.lang.Math.*;",
"import static java.lang.Math.*;",
"public class Main {\n\n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\n\tstatic void solve() {\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tString s = a > b ? \">\" : (a < b ? \"<\" : \"==\");\n\t\tout.println(\"a \" + s + \" b\");\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n\n\tstatic void trace(Object... o) { System.out.println(Arrays.deepToString(o));}\n}",
"Main",
"static final Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"static final PrintWriter out = new PrintWriter(System.out,false);",
"out",
"new PrintWriter(System.out,false)",
"static void solve() {\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tString s = a > b ? \">\" : (a < b ? \"<\" : \"==\");\n\t\tout.println(\"a \" + s + \" b\");\n\t}",
"solve",
"{\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tString s = a > b ? \">\" : (a < b ? \"<\" : \"==\");\n\t\tout.println(\"a \" + s + \" b\");\n\t}",
"int a = in.nextInt();",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"int b = in.nextInt();",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"String s = a > b ? \">\" : (a < b ? \"<\" : \"==\");",
"s",
"a > b ? \">\" : (a < b ? \"<\" : \"==\")",
"a > b",
"a",
"b",
"\">\"",
"(a < b ? \"<\" : \"==\")",
"a < b",
"a",
"b",
"\"<\"",
"\"==\"",
"out.println(\"a \" + s + \" b\")",
"out.println",
"out",
"\"a \" + s + \" b\"",
"\"a \" + s + \" b\"",
"\"a \"",
"s",
"\" b\"",
"public static void main(String[] args) {\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}",
"main",
"{\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}",
"long start = System.currentTimeMillis();",
"start",
"System.currentTimeMillis()",
"System.currentTimeMillis",
"System",
"solve()",
"solve",
"out.flush()",
"out.flush",
"out",
"long end = System.currentTimeMillis();",
"end",
"System.currentTimeMillis()",
"System.currentTimeMillis",
"System",
"in.close()",
"in.close",
"in",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static void trace(Object... o) { System.out.println(Arrays.deepToString(o));}",
"trace",
"{ System.out.println(Arrays.deepToString(o));}",
"System.out.println(Arrays.deepToString(o))",
"System.out.println",
"System.out",
"System",
"System.out",
"Arrays.deepToString(o)",
"Arrays.deepToString",
"Arrays",
"o",
"Object... o",
"o",
"public class Main {\n\n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\n\tstatic void solve() {\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tString s = a > b ? \">\" : (a < b ? \"<\" : \"==\");\n\t\tout.println(\"a \" + s + \" b\");\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n\n\tstatic void trace(Object... o) { System.out.println(Arrays.deepToString(o));}\n}",
"public class Main {\n\n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\n\tstatic void solve() {\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tString s = a > b ? \">\" : (a < b ? \"<\" : \"==\");\n\t\tout.println(\"a \" + s + \" b\");\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n\n\tstatic void trace(Object... o) { System.out.println(Arrays.deepToString(o));}\n}",
"Main"
] | import java.util.*;
import java.io.*;
import static java.util.Arrays.*;
import static java.lang.Math.*;
public class Main {
static final Scanner in = new Scanner(System.in);
static final PrintWriter out = new PrintWriter(System.out,false);
static void solve() {
int a = in.nextInt();
int b = in.nextInt();
String s = a > b ? ">" : (a < b ? "<" : "==");
out.println("a " + s + " b");
}
public static void main(String[] args) {
long start = System.currentTimeMillis();
solve();
out.flush();
long end = System.currentTimeMillis();
//trace(end-start + "ms");
in.close();
out.close();
}
static void trace(Object... o) { System.out.println(Arrays.deepToString(o));}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
13,
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,
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
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
21,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
28,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
28,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
28,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
28,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
56,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
67,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
12,
85
],
[
85,
86
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tString[] list = buf.split(\" \");\n\t\t\tint a = Integer.parseInt(list[0]);\n\t\t\tint b = Integer.parseInt(list[1]);\n\t\t\tif (a > b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if (a < b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\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",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tString[] list = buf.split(\" \");\n\t\t\tint a = Integer.parseInt(list[0]);\n\t\t\tint b = Integer.parseInt(list[1]);\n\t\t\tif (a > b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if (a < b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tString[] list = buf.split(\" \");\n\t\t\tint a = Integer.parseInt(list[0]);\n\t\t\tint b = Integer.parseInt(list[1]);\n\t\t\tif (a > b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if (a < b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tString[] list = buf.split(\" \");\n\t\t\tint a = Integer.parseInt(list[0]);\n\t\t\tint b = Integer.parseInt(list[1]);\n\t\t\tif (a > b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if (a < b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"try {\n\t\t\tString buf = br.readLine();\n\t\t\tString[] list = buf.split(\" \");\n\t\t\tint a = Integer.parseInt(list[0]);\n\t\t\tint b = Integer.parseInt(list[1]);\n\t\t\tif (a > b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if (a < b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tString buf = br.readLine();\n\t\t\tString[] list = buf.split(\" \");\n\t\t\tint a = Integer.parseInt(list[0]);\n\t\t\tint b = Integer.parseInt(list[1]);\n\t\t\tif (a > b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if (a < b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t}",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"String[] list = buf.split(\" \");",
"list",
"buf.split(\" \")",
"buf.split",
"buf",
"\" \"",
"int a = Integer.parseInt(list[0]);",
"a",
"Integer.parseInt(list[0])",
"Integer.parseInt",
"Integer",
"list[0]",
"list",
"0",
"int b = Integer.parseInt(list[1]);",
"b",
"Integer.parseInt(list[1])",
"Integer.parseInt",
"Integer",
"list[1]",
"list",
"1",
"if (a > b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if (a < b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (a < b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"{\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
try {
String buf = br.readLine();
String[] list = buf.split(" ");
int a = Integer.parseInt(list[0]);
int b = Integer.parseInt(list[1]);
if (a > b) {
System.out.println("a > b");
} else if (a < b) {
System.out.println("a < b");
} else {
System.out.println("a == b");
}
} catch (IOException e) {
e.printStackTrace();
}
}
} |
[
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,
2,
13,
40,
17,
2,
17,
13,
2,
2,
13,
40,
17,
2,
17,
13,
30,
4,
18,
13,
40,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
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
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
24,
29
],
[
29,
30
],
[
29,
31
],
[
23,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
32,
37
],
[
37,
38
],
[
37,
39
],
[
22,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
22,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
46,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
57,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n// System.out.println(\"Please input a.\");\n int a = sc.nextInt();\n// System.out.println(\"Please input b.\");\n int b = sc.nextInt();\n if((a<-1000 || 1000<a) || (b<-1000 || 1000<b)){\n System.exit(-1);\n }else if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n// System.out.println(\"Please input a.\");\n int a = sc.nextInt();\n// System.out.println(\"Please input b.\");\n int b = sc.nextInt();\n if((a<-1000 || 1000<a) || (b<-1000 || 1000<b)){\n System.exit(-1);\n }else if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n// System.out.println(\"Please input a.\");\n int a = sc.nextInt();\n// System.out.println(\"Please input b.\");\n int b = sc.nextInt();\n if((a<-1000 || 1000<a) || (b<-1000 || 1000<b)){\n System.exit(-1);\n }else if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n// System.out.println(\"Please input a.\");\n int a = sc.nextInt();\n// System.out.println(\"Please input b.\");\n int b = sc.nextInt();\n if((a<-1000 || 1000<a) || (b<-1000 || 1000<b)){\n System.exit(-1);\n }else if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\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<-1000 || 1000<a) || (b<-1000 || 1000<b)){\n System.exit(-1);\n }else if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }",
"(a<-1000 || 1000<a) || (b<-1000 || 1000<b)",
"(a<-1000 || 1000<a)",
"a<-1000",
"a",
"-1000",
"1000",
"1000<a",
"1000",
"a",
"(b<-1000 || 1000<b)",
"b<-1000",
"b",
"-1000",
"1000",
"1000<b",
"1000",
"b",
"{\n System.exit(-1);\n }",
"System.exit(-1)",
"System.exit",
"System",
"-1",
"1",
"if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }",
"a<b",
"a",
"b",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a>b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }",
"a>b",
"a",
"b",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
// System.out.println("Please input a.");
int a = sc.nextInt();
// System.out.println("Please input b.");
int b = sc.nextInt();
if((a<-1000 || 1000<a) || (b<-1000 || 1000<b)){
System.exit(-1);
}else if(a<b){
System.out.println("a < b");
}else if(a>b){
System.out.println("a > b");
}else{
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
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
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
11,
16
],
[
16,
17
],
[
16,
18
],
[
11,
19
],
[
19,
20
],
[
19,
21
],
[
11,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
11,
27
],
[
27,
28
],
[
27,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
36,
37
],
[
11,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
44,
45
],
[
11,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
46,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
56,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
9,
72
],
[
72,
73
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main{\n public static void main(String[] args)throws IOException{\n \tint a, b;\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if (a > b) System.out.println(\"a > b\");\n else if (a == b) System.out.println(\"a == b\");\n else System.out.println(\"a < b\");\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args)throws IOException{\n \tint a, b;\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if (a > b) System.out.println(\"a > b\");\n else if (a == b) System.out.println(\"a == b\");\n else System.out.println(\"a < b\");\n }\n}",
"Main",
"public static void main(String[] args)throws IOException{\n \tint a, b;\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if (a > b) System.out.println(\"a > b\");\n else if (a == b) System.out.println(\"a == b\");\n else System.out.println(\"a < b\");\n }",
"main",
"{\n \tint a, b;\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n\n if (a > b) System.out.println(\"a > b\");\n else if (a == b) System.out.println(\"a == b\");\n else System.out.println(\"a < b\");\n }",
"int a",
"a",
"b;",
"b",
"InputStreamReader isr =new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br =new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(buf,\" \");",
"st",
"new StringTokenizer(buf,\" \")",
"a = Integer.parseInt(st.nextToken())",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"b = Integer.parseInt(st.nextToken())",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if (a > b) System.out.println(\"a > b\");\n else if (a == b) System.out.println(\"a == b\");\n else System.out.println(\"a < b\");",
"a > b",
"a",
"b",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (a == b) System.out.println(\"a == b\");\n else System.out.println(\"a < b\");",
"a == b",
"a",
"b",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String[] args)throws IOException{
int a, b;
InputStreamReader isr =new InputStreamReader(System.in);
BufferedReader br =new BufferedReader(isr);
String buf = br.readLine();
StringTokenizer st = new StringTokenizer(buf," ");
a = Integer.parseInt(st.nextToken());
b = Integer.parseInt(st.nextToken());
if (a > b) System.out.println("a > b");
else if (a == b) System.out.println("a == b");
else System.out.println("a < b");
}
} |
[
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,
4,
13,
13,
23,
13,
12,
13,
30,
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,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
92,
11
],
[
92,
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
],
[
12,
29
],
[
29,
30
],
[
92,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
33,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
33,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
33,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
56,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
67,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
31,
89
],
[
89,
90
],
[
0,
91
],
[
91,
92
],
[
91,
93
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str) {\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tif (num1 < num2) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (num1 > num2) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (num1 == num2) {\n\t\t\tSystem.out.println(\"a == b\");\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",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str) {\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tif (num1 < num2) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (num1 > num2) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (num1 == num2) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}",
"main",
"{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}",
"InputStreamReader is = new InputStreamReader(System.in);",
"is",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(is);",
"br",
"new BufferedReader(is)",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"calc(str)",
"calc",
"str",
"String[] args",
"args",
"public static void calc(String str) {\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tif (num1 < num2) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (num1 > num2) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (num1 == num2) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"calc",
"{\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tif (num1 < num2) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (num1 > num2) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (num1 == num2) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"String[] result = str.split(\" \");",
"result",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int num1 = Integer.parseInt(result[0]);",
"num1",
"Integer.parseInt(result[0])",
"Integer.parseInt",
"Integer",
"result[0]",
"result",
"0",
"int num2 = Integer.parseInt(result[1]);",
"num2",
"Integer.parseInt(result[1])",
"Integer.parseInt",
"Integer",
"result[1]",
"result",
"1",
"if (num1 < num2) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (num1 > num2) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (num1 == num2) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"num1 < num2",
"num1",
"num2",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (num1 > num2) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (num1 == num2) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"num1 > num2",
"num1",
"num2",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (num1 == num2) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"num1 == num2",
"num1",
"num2",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String str",
"str",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str) {\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tif (num1 < num2) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (num1 > num2) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (num1 == num2) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str) {\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tif (num1 < num2) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (num1 > num2) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if (num1 == num2) {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\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 {
InputStreamReader is = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(is);
String str = br.readLine();
calc(str);
}
public static void calc(String str) {
String[] result = str.split(" ");
int num1 = Integer.parseInt(result[0]);
int num2 = Integer.parseInt(result[1]);
if (num1 < num2) {
System.out.println("a < b");
} else if (num1 > num2) {
System.out.println("a > b");
} else if (num1 == num2) {
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
67,
5
],
[
67,
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
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
8,
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
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
44,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
6,
64
],
[
64,
65
],
[
0,
66
],
[
66,
67
],
[
66,
68
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String args[]){\n\n Scanner scan = new Scanner(System.in);\n\n String str = scan.next();\n int a = Integer.parseInt(str);\n\n str = scan.next();\n int b = Integer.parseInt(str);\n if(a<b) System.out.println(\"a < b\");\n else if(a>b) System.out.println(\"a > b\");\n else if(a==b) System.out.println(\"a == b\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String args[]){\n\n Scanner scan = new Scanner(System.in);\n\n String str = scan.next();\n int a = Integer.parseInt(str);\n\n str = scan.next();\n int b = Integer.parseInt(str);\n if(a<b) System.out.println(\"a < b\");\n else if(a>b) System.out.println(\"a > b\");\n else if(a==b) System.out.println(\"a == b\");\n }\n}",
"Main",
"public static void main(String args[]){\n\n Scanner scan = new Scanner(System.in);\n\n String str = scan.next();\n int a = Integer.parseInt(str);\n\n str = scan.next();\n int b = Integer.parseInt(str);\n if(a<b) System.out.println(\"a < b\");\n else if(a>b) System.out.println(\"a > b\");\n else if(a==b) System.out.println(\"a == b\");\n }",
"main",
"{\n\n Scanner scan = new Scanner(System.in);\n\n String str = scan.next();\n int a = Integer.parseInt(str);\n\n str = scan.next();\n int b = Integer.parseInt(str);\n if(a<b) System.out.println(\"a < b\");\n else if(a>b) System.out.println(\"a > b\");\n else if(a==b) System.out.println(\"a == b\");\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"String str = scan.next();",
"str",
"scan.next()",
"scan.next",
"scan",
"int a = Integer.parseInt(str);",
"a",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"str = scan.next()",
"str",
"scan.next()",
"scan.next",
"scan",
"int b = Integer.parseInt(str);",
"b",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"if(a<b) System.out.println(\"a < b\");\n else if(a>b) System.out.println(\"a > b\");\n else if(a==b) System.out.println(\"a == b\");",
"a<b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a>b) System.out.println(\"a > b\");\n else if(a==b) System.out.println(\"a == b\");",
"a>b",
"a",
"b",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a==b) System.out.println(\"a == b\");",
"a==b",
"a",
"b",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String args[]",
"args",
"public class Main{\n public static void main(String args[]){\n\n Scanner scan = new Scanner(System.in);\n\n String str = scan.next();\n int a = Integer.parseInt(str);\n\n str = scan.next();\n int b = Integer.parseInt(str);\n if(a<b) System.out.println(\"a < b\");\n else if(a>b) System.out.println(\"a > b\");\n else if(a==b) System.out.println(\"a == b\");\n }\n}",
"public class Main{\n public static void main(String args[]){\n\n Scanner scan = new Scanner(System.in);\n\n String str = scan.next();\n int a = Integer.parseInt(str);\n\n str = scan.next();\n int b = Integer.parseInt(str);\n if(a<b) System.out.println(\"a < b\");\n else if(a>b) System.out.println(\"a > b\");\n else if(a==b) System.out.println(\"a == b\");\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
String str = scan.next();
int a = Integer.parseInt(str);
str = scan.next();
int b = Integer.parseInt(str);
if(a<b) System.out.println("a < b");
else if(a>b) System.out.println("a > b");
else if(a==b) System.out.println("a == b");
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
14,
2,
13,
13,
30,
0,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
2,
2,
17,
13,
17,
23,
13,
23,
13,
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,
20,
4,
18,
13,
13,
13,
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
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
17,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
25,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
16,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
43,
43
],
[
43,
44
],
[
43,
45
],
[
43,
46
],
[
14,
47
],
[
47,
48
],
[
14,
49
],
[
49,
50
],
[
0,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
64,
65
],
[
65,
66
],
[
55,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
72,
73
],
[
73,
74
],
[
55,
75
],
[
75,
76
],
[
75,
77
],
[
55,
78
],
[
78,
79
],
[
79,
80
],
[
78,
81
],
[
78,
82
],
[
53,
83
],
[
83,
84
]
] | [
"import java.util.*;\nimport java.lang.*;\nimport java.io.*;\n\n/* Name of the class has to be \"Main\" only if the class is public. */\nclass Judge{\n\tString ans;\n\tvoid doit(int a,int b){\n\t\tif(a > b){\n\t\t\tans = \" > \";\n\t\t}\n\t\telse if(a < b){\n\t\t\tans = \" < \";\n\t\t}\n\t\telse{\n\t\t\tans = \" == \";\n\t\t}\n\t\tSystem.out.println(\"a\" + ans + \"b\");\n\t}\n}\n\nclass Main{\n\tpublic static void main (String[] args) throws java.lang.Exception{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tJudge cr = new Judge();\n\t\tcr.doit(a,b);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"import java.io.*;",
"io.*",
"java",
"class Judge{\n\tString ans;\n\tvoid doit(int a,int b){\n\t\tif(a > b){\n\t\t\tans = \" > \";\n\t\t}\n\t\telse if(a < b){\n\t\t\tans = \" < \";\n\t\t}\n\t\telse{\n\t\t\tans = \" == \";\n\t\t}\n\t\tSystem.out.println(\"a\" + ans + \"b\");\n\t}\n}",
"Judge",
"String ans;",
"ans",
"void doit(int a,int b){\n\t\tif(a > b){\n\t\t\tans = \" > \";\n\t\t}\n\t\telse if(a < b){\n\t\t\tans = \" < \";\n\t\t}\n\t\telse{\n\t\t\tans = \" == \";\n\t\t}\n\t\tSystem.out.println(\"a\" + ans + \"b\");\n\t}",
"doit",
"{\n\t\tif(a > b){\n\t\t\tans = \" > \";\n\t\t}\n\t\telse if(a < b){\n\t\t\tans = \" < \";\n\t\t}\n\t\telse{\n\t\t\tans = \" == \";\n\t\t}\n\t\tSystem.out.println(\"a\" + ans + \"b\");\n\t}",
"if(a > b){\n\t\t\tans = \" > \";\n\t\t}\n\t\telse if(a < b){\n\t\t\tans = \" < \";\n\t\t}\n\t\telse{\n\t\t\tans = \" == \";\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tans = \" > \";\n\t\t}",
"ans = \" > \"",
"ans",
"\" > \"",
"if(a < b){\n\t\t\tans = \" < \";\n\t\t}\n\t\telse{\n\t\t\tans = \" == \";\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tans = \" < \";\n\t\t}",
"ans = \" < \"",
"ans",
"\" < \"",
"{\n\t\t\tans = \" == \";\n\t\t}",
"ans = \" == \"",
"ans",
"\" == \"",
"System.out.println(\"a\" + ans + \"b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a\" + ans + \"b\"",
"\"a\" + ans + \"b\"",
"\"a\"",
"ans",
"\"b\"",
"int a",
"a",
"int b",
"b",
"class Main{\n\tpublic static void main (String[] args) throws java.lang.Exception{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tJudge cr = new Judge();\n\t\tcr.doit(a,b);\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tJudge cr = new Judge();\n\t\tcr.doit(a,b);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tJudge cr = new Judge();\n\t\tcr.doit(a,b);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = Integer.parseInt(scan.next());",
"a",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"int b = Integer.parseInt(scan.next());",
"b",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"Judge cr = new Judge();",
"cr",
"new Judge()",
"cr.doit(a,b)",
"cr.doit",
"cr",
"a",
"b",
"String[] args",
"args"
] | import java.util.*;
import java.lang.*;
import java.io.*;
/* Name of the class has to be "Main" only if the class is public. */
class Judge{
String ans;
void doit(int a,int b){
if(a > b){
ans = " > ";
}
else if(a < b){
ans = " < ";
}
else{
ans = " == ";
}
System.out.println("a" + ans + "b");
}
}
class Main{
public static void main (String[] args) throws java.lang.Exception{
Scanner scan = new Scanner(System.in);
int a = Integer.parseInt(scan.next());
int b = Integer.parseInt(scan.next());
Judge cr = new Judge();
cr.doit(a,b);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
42,
2,
13,
40,
17,
41,
13,
4,
18,
13,
42,
2,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
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
],
[
63,
5
],
[
63,
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
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
31,
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
],
[
6,
60
],
[
60,
61
],
[
0,
62
],
[
62,
63
],
[
62,
64
]
] | [
"\n\nimport java.util.Scanner;\n\npublic class Main {\n\n\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\twhile(a < -1000);\n\n\t\tint b = scanner.nextInt();\n\t\twhile(b > 1000);\n\n\t\tif(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\twhile(a < -1000);\n\n\t\tint b = scanner.nextInt();\n\t\twhile(b > 1000);\n\n\t\tif(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\twhile(a < -1000);\n\n\t\tint b = scanner.nextInt();\n\t\twhile(b > 1000);\n\n\t\tif(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\twhile(a < -1000);\n\n\t\tint b = scanner.nextInt();\n\t\twhile(b > 1000);\n\n\t\tif(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"while(a < -1000);",
"a < -1000",
"a",
"-1000",
"1000",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"while(b > 1000);",
"b > 1000",
"b",
"1000",
"if(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\n\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\twhile(a < -1000);\n\n\t\tint b = scanner.nextInt();\n\t\twhile(b > 1000);\n\n\t\tif(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"public class Main {\n\n\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\twhile(a < -1000);\n\n\t\tint b = scanner.nextInt();\n\t\twhile(b > 1000);\n\n\t\tif(a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
while(a < -1000);
int b = scanner.nextInt();
while(b > 1000);
if(a > b) {
System.out.println("a > b");
}else if(a < b){
System.out.println("a < b");
} else {
System.out.println("a == b");
}
}
}
|
[
7,
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,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
23,
13,
12,
13,
30,
4,
18,
20,
18,
13,
13,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
74,
2
],
[
74,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
5,
9
],
[
9,
10
],
[
5,
11
],
[
11,
12
],
[
5,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
5,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
5,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
23,
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
],
[
5,
52
],
[
52,
53
],
[
53,
54
],
[
3,
55
],
[
55,
56
],
[
3,
57
],
[
57,
58
],
[
74,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
65,
66
],
[
65,
67
],
[
62,
68
],
[
68,
69
],
[
68,
70
],
[
59,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b;\n a = sc.nextInt();\n b = sc.nextInt();\n\n if(a < b){\n System.out.println(\"a < b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}",
"public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b;\n a = sc.nextInt();\n b = sc.nextInt();\n\n if(a < b){\n System.out.println(\"a < b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}",
"Main",
"public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b;\n a = sc.nextInt();\n b = sc.nextInt();\n\n if(a < b){\n System.out.println(\"a < b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n/*fin*/\n sc.close();\n }",
"run",
"{\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b;\n a = sc.nextInt();\n b = sc.nextInt();\n\n if(a < b){\n System.out.println(\"a < b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n/*fin*/\n sc.close();\n }",
"java.util.Scanner sc = new java.util.Scanner(in);",
"sc",
"new java.util.Scanner(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(\"a < b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }",
"a < b",
"a",
"b",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }",
"a > b",
"a",
"b",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"sc.close()",
"sc.close",
"sc",
"java.io.InputStream in",
"in",
"java.io.PrintStream out",
"out",
"public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }",
"main",
"{\n (new Main()).run(System.in, System.out);\n }",
"(new Main()).run(System.in, System.out)",
"(new Main()).run",
"(new Main())",
"System.in",
"System",
"System.in",
"System.out",
"System",
"System.out",
"String[] args",
"args",
"public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b;\n a = sc.nextInt();\n b = sc.nextInt();\n\n if(a < b){\n System.out.println(\"a < b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}",
"public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b;\n a = sc.nextInt();\n b = sc.nextInt();\n\n if(a < b){\n System.out.println(\"a < b\");\n }else if(a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}",
"Main"
] | public class Main{
public void run(java.io.InputStream in, java.io.PrintStream out){
java.util.Scanner sc = new java.util.Scanner(in);
/*answer*/
int a, b;
a = sc.nextInt();
b = sc.nextInt();
if(a < b){
System.out.println("a < b");
}else if(a > b){
System.out.println("a > b");
}else{
System.out.println("a == b");
}
/*fin*/
sc.close();
}
public static void main(String[] args){
(new Main()).run(System.in, System.out);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
41,
13,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
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
],
[
72,
5
],
[
72,
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
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
43,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
53,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
6,
69
],
[
69,
70
],
[
0,
71
],
[
71,
72
],
[
71,
73
]
] | [
"import java.io.*;\npublic class Main {\n public static void main(String[] args) throws IOException{\n BufferedReader x=new BufferedReader(new InputStreamReader(System.in));\n String f=x.readLine();\n String[] s=f.split(\" \");\n int a,b;\n a=Integer.parseInt(s[0]);\n b=Integer.parseInt(s[1]);\n \n if(a == b)\n System.out.println(\"a == b\");\n else if(a<b)\n System.out.println(\"a < b\");\n else\n System.out.println(\"a > b\");\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n public static void main(String[] args) throws IOException{\n BufferedReader x=new BufferedReader(new InputStreamReader(System.in));\n String f=x.readLine();\n String[] s=f.split(\" \");\n int a,b;\n a=Integer.parseInt(s[0]);\n b=Integer.parseInt(s[1]);\n \n if(a == b)\n System.out.println(\"a == b\");\n else if(a<b)\n System.out.println(\"a < b\");\n else\n System.out.println(\"a > b\");\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n BufferedReader x=new BufferedReader(new InputStreamReader(System.in));\n String f=x.readLine();\n String[] s=f.split(\" \");\n int a,b;\n a=Integer.parseInt(s[0]);\n b=Integer.parseInt(s[1]);\n \n if(a == b)\n System.out.println(\"a == b\");\n else if(a<b)\n System.out.println(\"a < b\");\n else\n System.out.println(\"a > b\");\n }",
"main",
"{\n BufferedReader x=new BufferedReader(new InputStreamReader(System.in));\n String f=x.readLine();\n String[] s=f.split(\" \");\n int a,b;\n a=Integer.parseInt(s[0]);\n b=Integer.parseInt(s[1]);\n \n if(a == b)\n System.out.println(\"a == b\");\n else if(a<b)\n System.out.println(\"a < b\");\n else\n System.out.println(\"a > b\");\n }",
"BufferedReader x=new BufferedReader(new InputStreamReader(System.in));",
"x",
"new BufferedReader(new InputStreamReader(System.in))",
"String f=x.readLine();",
"f",
"x.readLine()",
"x.readLine",
"x",
"String[] s=f.split(\" \");",
"s",
"f.split(\" \")",
"f.split",
"f",
"\" \"",
"int a",
"a",
"b;",
"b",
"a=Integer.parseInt(s[0])",
"a",
"Integer.parseInt(s[0])",
"Integer.parseInt",
"Integer",
"s[0]",
"s",
"0",
"b=Integer.parseInt(s[1])",
"b",
"Integer.parseInt(s[1])",
"Integer.parseInt",
"Integer",
"s[1]",
"s",
"1",
"if(a == b)\n System.out.println(\"a == b\");\n else if(a<b)\n System.out.println(\"a < b\");\n else\n System.out.println(\"a > b\");",
"a == b",
"a",
"b",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"if(a<b)\n System.out.println(\"a < b\");\n else\n System.out.println(\"a > b\");",
"a<b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws IOException{\n BufferedReader x=new BufferedReader(new InputStreamReader(System.in));\n String f=x.readLine();\n String[] s=f.split(\" \");\n int a,b;\n a=Integer.parseInt(s[0]);\n b=Integer.parseInt(s[1]);\n \n if(a == b)\n System.out.println(\"a == b\");\n else if(a<b)\n System.out.println(\"a < b\");\n else\n System.out.println(\"a > b\");\n }\n}",
"public class Main {\n public static void main(String[] args) throws IOException{\n BufferedReader x=new BufferedReader(new InputStreamReader(System.in));\n String f=x.readLine();\n String[] s=f.split(\" \");\n int a,b;\n a=Integer.parseInt(s[0]);\n b=Integer.parseInt(s[1]);\n \n if(a == b)\n System.out.println(\"a == b\");\n else if(a<b)\n System.out.println(\"a < b\");\n else\n System.out.println(\"a > b\");\n }\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException{
BufferedReader x=new BufferedReader(new InputStreamReader(System.in));
String f=x.readLine();
String[] s=f.split(" ");
int a,b;
a=Integer.parseInt(s[0]);
b=Integer.parseInt(s[1]);
if(a == b)
System.out.println("a == b");
else if(a<b)
System.out.println("a < b");
else
System.out.println("a > b");
}
} |
[
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,
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
],
[
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
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
24,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
29,
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;\n\npublic class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n String result = (a == b) ? \"a == b\" : (a > b) ? \"a > b\" : \"a < b\";\n System.out.println(result);\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 a = sc.nextInt();\n int b = sc.nextInt();\n String result = (a == b) ? \"a == b\" : (a > b) ? \"a > b\" : \"a < b\";\n System.out.println(result);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n String result = (a == b) ? \"a == b\" : (a > b) ? \"a > b\" : \"a < b\";\n System.out.println(result);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n String result = (a == b) ? \"a == b\" : (a > b) ? \"a > b\" : \"a < b\";\n System.out.println(result);\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",
"String result = (a == b) ? \"a == b\" : (a > b) ? \"a > b\" : \"a < b\";",
"result",
"(a == b) ? \"a == b\" : (a > b) ? \"a > b\" : \"a < b\"",
"(a == b)",
"a",
"b",
"\"a == b\"",
"(a > b) ? \"a > b\" : \"a < b\"",
"(a > b)",
"a",
"b",
"\"a > b\"",
"\"a < b\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n String result = (a == b) ? \"a == b\" : (a > b) ? \"a > b\" : \"a < b\";\n System.out.println(result);\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n String result = (a == b) ? \"a == b\" : (a > b) ? \"a > b\" : \"a < b\";\n System.out.println(result);\n }\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();
String result = (a == b) ? "a == b" : (a > b) ? "a > b" : "a < b";
System.out.println(result);
}
} |
[
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,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
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
],
[
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
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
37,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
8,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
4,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
70,
71
],
[
71,
72
],
[
64,
73
],
[
73,
74
]
] | [
"import java.util.Scanner;\nclass Main{\n \n public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n int a, b;\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t \n\t if(a < b){\n\t \tSystem.out.print(\"a < b\");\n\t }else if(a > b){\n\t \tSystem.out.print(\"a > b\");\n\t }else if(a == b){\n\t \tSystem.out.print(\"a == b\");\n\t }\n\t \n\t System.out.println();\n\t \n }\n\t\t \n\t \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n \n public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n int a, b;\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t \n\t if(a < b){\n\t \tSystem.out.print(\"a < b\");\n\t }else if(a > b){\n\t \tSystem.out.print(\"a > b\");\n\t }else if(a == b){\n\t \tSystem.out.print(\"a == b\");\n\t }\n\t \n\t System.out.println();\n\t \n }\n\t\t \n\t \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n}",
"Main",
"public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n int a, b;\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t \n\t if(a < b){\n\t \tSystem.out.print(\"a < b\");\n\t }else if(a > b){\n\t \tSystem.out.print(\"a > b\");\n\t }else if(a == b){\n\t \tSystem.out.print(\"a == b\");\n\t }\n\t \n\t System.out.println();\n\t \n }",
"solve",
"{\n\t\tScanner sc = new Scanner(System.in);\n int a, b;\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t \n\t if(a < b){\n\t \tSystem.out.print(\"a < b\");\n\t }else if(a > b){\n\t \tSystem.out.print(\"a > b\");\n\t }else if(a == b){\n\t \tSystem.out.print(\"a == b\");\n\t }\n\t \n\t System.out.println();\n\t \n }",
"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\t \tSystem.out.print(\"a < b\");\n\t }else if(a > b){\n\t \tSystem.out.print(\"a > b\");\n\t }else if(a == b){\n\t \tSystem.out.print(\"a == b\");\n\t }",
"a < b",
"a",
"b",
"{\n\t \tSystem.out.print(\"a < b\");\n\t }",
"System.out.print(\"a < b\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a > b){\n\t \tSystem.out.print(\"a > b\");\n\t }else if(a == b){\n\t \tSystem.out.print(\"a == b\");\n\t }",
"a > b",
"a",
"b",
"{\n\t \tSystem.out.print(\"a > b\");\n\t }",
"System.out.print(\"a > b\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a == b){\n\t \tSystem.out.print(\"a == b\");\n\t }",
"a == b",
"a",
"b",
"{\n\t \tSystem.out.print(\"a == b\");\n\t }",
"System.out.print(\"a == b\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"a == b\"",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }",
"main",
"{\n Main obj = new Main();\n obj.solve();\n }",
"Main obj = new Main();",
"obj",
"new Main()",
"obj.solve()",
"obj.solve",
"obj",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public void solve(){
Scanner sc = new Scanner(System.in);
int a, b;
a = sc.nextInt();
b = sc.nextInt();
if(a < b){
System.out.print("a < b");
}else if(a > b){
System.out.print("a > b");
}else if(a == b){
System.out.print("a == b");
}
System.out.println();
}
public static void main(String[] args){
Main obj = new Main();
obj.solve();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
20,
41,
13,
4,
18,
13,
41,
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,
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
],
[
8,
11
],
[
11,
12
],
[
11,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
24,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
35,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
6,
53
],
[
53,
54
]
] | [
"import java.util.Scanner;\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tchar kigou;\n\t\tScanner kbd = new Scanner(System.in);\n\t\tint a = kbd.nextInt();\n\t\tint b = kbd.nextInt();\n\t\tif(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a<b){\n\t\t\tSystem.out.println(\"a < b\");;\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tchar kigou;\n\t\tScanner kbd = new Scanner(System.in);\n\t\tint a = kbd.nextInt();\n\t\tint b = kbd.nextInt();\n\t\tif(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a<b){\n\t\t\tSystem.out.println(\"a < b\");;\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tchar kigou;\n\t\tScanner kbd = new Scanner(System.in);\n\t\tint a = kbd.nextInt();\n\t\tint b = kbd.nextInt();\n\t\tif(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a<b){\n\t\t\tSystem.out.println(\"a < b\");;\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\n\t}",
"main",
"{\n\t\tchar kigou;\n\t\tScanner kbd = new Scanner(System.in);\n\t\tint a = kbd.nextInt();\n\t\tint b = kbd.nextInt();\n\t\tif(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a<b){\n\t\t\tSystem.out.println(\"a < b\");;\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\n\t}",
"char kigou;",
"kigou",
"Scanner kbd = new Scanner(System.in);",
"kbd",
"new Scanner(System.in)",
"int a = kbd.nextInt();",
"a",
"kbd.nextInt()",
"kbd.nextInt",
"kbd",
"int b = kbd.nextInt();",
"b",
"kbd.nextInt()",
"kbd.nextInt",
"kbd",
"if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a<b){\n\t\t\tSystem.out.println(\"a < b\");;\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a<b){\n\t\t\tSystem.out.println(\"a < b\");;\n\t\t}else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a<b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");;\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
char kigou;
Scanner kbd = new Scanner(System.in);
int a = kbd.nextInt();
int b = kbd.nextInt();
if(a > b){
System.out.println("a > b");
}else if(a<b){
System.out.println("a < b");;
}else{
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
14,
2,
13,
13,
30,
0,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
54,
5
],
[
54,
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
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
24,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
44,
50
],
[
6,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
]
] | [
"import java.util.Scanner;\n \npublic class Main {\n \n public static void main(String[] args) {\n \n \n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n \n String relation;\n \n if(a > b){\n relation = \">\";\n }else if(a < b){\n relation = \"<\";\n }else{\n relation = \"==\";\n }\n \n System.out.printf(\"a %s b\\n\", relation);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n \n public static void main(String[] args) {\n \n \n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n \n String relation;\n \n if(a > b){\n relation = \">\";\n }else if(a < b){\n relation = \"<\";\n }else{\n relation = \"==\";\n }\n \n System.out.printf(\"a %s b\\n\", relation);\n }\n}",
"Main",
"public static void main(String[] args) {\n \n \n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n \n String relation;\n \n if(a > b){\n relation = \">\";\n }else if(a < b){\n relation = \"<\";\n }else{\n relation = \"==\";\n }\n \n System.out.printf(\"a %s b\\n\", relation);\n }",
"main",
"{\n \n \n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n \n String relation;\n \n if(a > b){\n relation = \">\";\n }else if(a < b){\n relation = \"<\";\n }else{\n relation = \"==\";\n }\n \n System.out.printf(\"a %s b\\n\", relation);\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",
"String relation;",
"relation",
"if(a > b){\n relation = \">\";\n }else if(a < b){\n relation = \"<\";\n }else{\n relation = \"==\";\n }",
"a > b",
"a",
"b",
"{\n relation = \">\";\n }",
"relation = \">\"",
"relation",
"\">\"",
"if(a < b){\n relation = \"<\";\n }else{\n relation = \"==\";\n }",
"a < b",
"a",
"b",
"{\n relation = \"<\";\n }",
"relation = \"<\"",
"relation",
"\"<\"",
"{\n relation = \"==\";\n }",
"relation = \"==\"",
"relation",
"\"==\"",
"System.out.printf(\"a %s b\\n\", relation)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"a %s b\\n\"",
"relation",
"String[] args",
"args",
"public class Main {\n \n public static void main(String[] args) {\n \n \n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n \n String relation;\n \n if(a > b){\n relation = \">\";\n }else if(a < b){\n relation = \"<\";\n }else{\n relation = \"==\";\n }\n \n System.out.printf(\"a %s b\\n\", relation);\n }\n}",
"public class Main {\n \n public static void main(String[] args) {\n \n \n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n \n String relation;\n \n if(a > b){\n relation = \">\";\n }else if(a < b){\n relation = \"<\";\n }else{\n relation = \"==\";\n }\n \n System.out.printf(\"a %s b\\n\", relation);\n }\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();
String relation;
if(a > b){
relation = ">";
}else if(a < b){
relation = "<";
}else{
relation = "==";
}
System.out.printf("a %s b\n", relation);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
13,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
89,
11
],
[
89,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
14,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
21,
23
],
[
14,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
26,
28
],
[
14,
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
],
[
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
],
[
12,
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.Scanner;\nimport java.util.ArrayList;\nimport java.util.List;\n\npublic class Main {\n public static void main(String[] args) {\n Integer[] input = readInput();\n int a = input[0];\n int b = input[1];\n if (a < b) {\n System.out.println(\"a < b\");\n } else if (a > b) {\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n }\n\n public static Integer[] readInput() {\n List<Integer> l = new ArrayList<Integer>();\n\n Scanner sc = new Scanner(System.in);\n while (sc.hasNextInt()) {\n l.add(sc.nextInt());\n }\n return l.toArray(new Integer[l.size()]);\n }\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 public static void main(String[] args) {\n Integer[] input = readInput();\n int a = input[0];\n int b = input[1];\n if (a < b) {\n System.out.println(\"a < b\");\n } else if (a > b) {\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n }\n\n public static Integer[] readInput() {\n List<Integer> l = new ArrayList<Integer>();\n\n Scanner sc = new Scanner(System.in);\n while (sc.hasNextInt()) {\n l.add(sc.nextInt());\n }\n return l.toArray(new Integer[l.size()]);\n }\n}",
"Main",
"public static void main(String[] args) {\n Integer[] input = readInput();\n int a = input[0];\n int b = input[1];\n if (a < b) {\n System.out.println(\"a < b\");\n } else if (a > b) {\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n }",
"main",
"{\n Integer[] input = readInput();\n int a = input[0];\n int b = input[1];\n if (a < b) {\n System.out.println(\"a < b\");\n } else if (a > b) {\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n }",
"Integer[] input = readInput();",
"input",
"readInput()",
"readInput",
"int a = input[0];",
"a",
"input[0]",
"input",
"0",
"int b = input[1];",
"b",
"input[1]",
"input",
"1",
"if (a < b) {\n System.out.println(\"a < b\");\n } else if (a > b) {\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }",
"a < b",
"a",
"b",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (a > b) {\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }",
"a > b",
"a",
"b",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public static Integer[] readInput() {\n List<Integer> l = new ArrayList<Integer>();\n\n Scanner sc = new Scanner(System.in);\n while (sc.hasNextInt()) {\n l.add(sc.nextInt());\n }\n return l.toArray(new Integer[l.size()]);\n }",
"readInput",
"{\n List<Integer> l = new ArrayList<Integer>();\n\n Scanner sc = new Scanner(System.in);\n while (sc.hasNextInt()) {\n l.add(sc.nextInt());\n }\n return l.toArray(new Integer[l.size()]);\n }",
"List<Integer> l = new ArrayList<Integer>();",
"l",
"new ArrayList<Integer>()",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"while (sc.hasNextInt()) {\n l.add(sc.nextInt());\n }",
"sc.hasNextInt()",
"sc.hasNextInt",
"sc",
"{\n l.add(sc.nextInt());\n }",
"l.add(sc.nextInt())",
"l.add",
"l",
"sc.nextInt()",
"sc.nextInt",
"sc",
"return l.toArray(new Integer[l.size()]);",
"l.toArray(new Integer[l.size()])",
"l.toArray",
"l",
"new Integer[l.size()]",
"l.size()",
"l.size",
"l",
"public class Main {\n public static void main(String[] args) {\n Integer[] input = readInput();\n int a = input[0];\n int b = input[1];\n if (a < b) {\n System.out.println(\"a < b\");\n } else if (a > b) {\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n }\n\n public static Integer[] readInput() {\n List<Integer> l = new ArrayList<Integer>();\n\n Scanner sc = new Scanner(System.in);\n while (sc.hasNextInt()) {\n l.add(sc.nextInt());\n }\n return l.toArray(new Integer[l.size()]);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Integer[] input = readInput();\n int a = input[0];\n int b = input[1];\n if (a < b) {\n System.out.println(\"a < b\");\n } else if (a > b) {\n System.out.println(\"a > b\");\n } else {\n System.out.println(\"a == b\");\n }\n }\n\n public static Integer[] readInput() {\n List<Integer> l = new ArrayList<Integer>();\n\n Scanner sc = new Scanner(System.in);\n while (sc.hasNextInt()) {\n l.add(sc.nextInt());\n }\n return l.toArray(new Integer[l.size()]);\n }\n}",
"Main"
] | import java.util.Scanner;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] args) {
Integer[] input = readInput();
int a = input[0];
int b = input[1];
if (a < b) {
System.out.println("a < b");
} else if (a > b) {
System.out.println("a > b");
} else {
System.out.println("a == b");
}
}
public static Integer[] readInput() {
List<Integer> l = new ArrayList<Integer>();
Scanner sc = new Scanner(System.in);
while (sc.hasNextInt()) {
l.add(sc.nextInt());
}
return l.toArray(new Integer[l.size()]);
}
} |
[
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,
30,
4,
18,
18,
13,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
66,
8
],
[
66,
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
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
34,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
45,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
9,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.io.*;\nimport java.util.*;\npublic class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint input1 = Integer.parseInt(s.nextToken());\n\tint input2 = Integer.parseInt(s.nextToken());\n\n\tif(input1<input2){\n\tSystem.out.println(\"a < b\");\n\t}else if (input1 == input2){\n\tSystem.out.println(\"a == b\");\n\t}else{\n\tSystem.out.println(\"a > b\");\n\t}\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint input1 = Integer.parseInt(s.nextToken());\n\tint input2 = Integer.parseInt(s.nextToken());\n\n\tif(input1<input2){\n\tSystem.out.println(\"a < b\");\n\t}else if (input1 == input2){\n\tSystem.out.println(\"a == b\");\n\t}else{\n\tSystem.out.println(\"a > b\");\n\t}\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint input1 = Integer.parseInt(s.nextToken());\n\tint input2 = Integer.parseInt(s.nextToken());\n\n\tif(input1<input2){\n\tSystem.out.println(\"a < b\");\n\t}else if (input1 == input2){\n\tSystem.out.println(\"a == b\");\n\t}else{\n\tSystem.out.println(\"a > b\");\n\t}\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint input1 = Integer.parseInt(s.nextToken());\n\tint input2 = Integer.parseInt(s.nextToken());\n\n\tif(input1<input2){\n\tSystem.out.println(\"a < b\");\n\t}else if (input1 == input2){\n\tSystem.out.println(\"a == b\");\n\t}else{\n\tSystem.out.println(\"a > b\");\n\t}\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer s = new StringTokenizer(br.readLine(),\" \");",
"s",
"new StringTokenizer(br.readLine(),\" \")",
"int input1 = Integer.parseInt(s.nextToken());",
"input1",
"Integer.parseInt(s.nextToken())",
"Integer.parseInt",
"Integer",
"s.nextToken()",
"s.nextToken",
"s",
"int input2 = Integer.parseInt(s.nextToken());",
"input2",
"Integer.parseInt(s.nextToken())",
"Integer.parseInt",
"Integer",
"s.nextToken()",
"s.nextToken",
"s",
"if(input1<input2){\n\tSystem.out.println(\"a < b\");\n\t}else if (input1 == input2){\n\tSystem.out.println(\"a == b\");\n\t}else{\n\tSystem.out.println(\"a > b\");\n\t}",
"input1<input2",
"input1",
"input2",
"{\n\tSystem.out.println(\"a < b\");\n\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (input1 == input2){\n\tSystem.out.println(\"a == b\");\n\t}else{\n\tSystem.out.println(\"a > b\");\n\t}",
"input1 == input2",
"input1",
"input2",
"{\n\tSystem.out.println(\"a == b\");\n\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"{\n\tSystem.out.println(\"a > b\");\n\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint input1 = Integer.parseInt(s.nextToken());\n\tint input2 = Integer.parseInt(s.nextToken());\n\n\tif(input1<input2){\n\tSystem.out.println(\"a < b\");\n\t}else if (input1 == input2){\n\tSystem.out.println(\"a == b\");\n\t}else{\n\tSystem.out.println(\"a > b\");\n\t}\n }\n}",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint input1 = Integer.parseInt(s.nextToken());\n\tint input2 = Integer.parseInt(s.nextToken());\n\n\tif(input1<input2){\n\tSystem.out.println(\"a < b\");\n\t}else if (input1 == input2){\n\tSystem.out.println(\"a == b\");\n\t}else{\n\tSystem.out.println(\"a > b\");\n\t}\n }\n}",
"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 s = new StringTokenizer(br.readLine()," ");
int input1 = Integer.parseInt(s.nextToken());
int input2 = Integer.parseInt(s.nextToken());
if(input1<input2){
System.out.println("a < b");
}else if (input1 == input2){
System.out.println("a == b");
}else{
System.out.println("a > b");
}
}
} |
[
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,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
79,
14
],
[
79,
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
],
[
17,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
17,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
17,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
17,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
17,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
15,
76
],
[
76,
77
],
[
0,
78
],
[
78,
79
],
[
78,
80
]
] | [
"\nimport java.io.*;\nimport java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n s = scan.next();\n int b = Integer.parseInt(s);\n \n if (a > b){\n \tSystem.out.println(\"a > b\");\n }\n if (a < b){\n \tSystem.out.println(\"a < b\");\n }\n if (a == b){\n \tSystem.out.println(\"a == b\");\n }\n\t\t\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n s = scan.next();\n int b = Integer.parseInt(s);\n \n if (a > b){\n \tSystem.out.println(\"a > b\");\n }\n if (a < b){\n \tSystem.out.println(\"a < b\");\n }\n if (a == b){\n \tSystem.out.println(\"a == b\");\n }\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n s = scan.next();\n int b = Integer.parseInt(s);\n \n if (a > b){\n \tSystem.out.println(\"a > b\");\n }\n if (a < b){\n \tSystem.out.println(\"a < b\");\n }\n if (a == b){\n \tSystem.out.println(\"a == b\");\n }\n\t\t\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n s = scan.next();\n int b = Integer.parseInt(s);\n \n if (a > b){\n \tSystem.out.println(\"a > b\");\n }\n if (a < b){\n \tSystem.out.println(\"a < b\");\n }\n if (a == b){\n \tSystem.out.println(\"a == b\");\n }\n\t\t\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"String s = scan.next();",
"s",
"scan.next()",
"scan.next",
"scan",
"int a = Integer.parseInt(s);",
"a",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"s = scan.next()",
"s",
"scan.next()",
"scan.next",
"scan",
"int b = Integer.parseInt(s);",
"b",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"if (a > b){\n \tSystem.out.println(\"a > b\");\n }",
"a > b",
"a",
"b",
"{\n \tSystem.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (a < b){\n \tSystem.out.println(\"a < b\");\n }",
"a < b",
"a",
"b",
"{\n \tSystem.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (a == b){\n \tSystem.out.println(\"a == b\");\n }",
"a == b",
"a",
"b",
"{\n \tSystem.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n s = scan.next();\n int b = Integer.parseInt(s);\n \n if (a > b){\n \tSystem.out.println(\"a > b\");\n }\n if (a < b){\n \tSystem.out.println(\"a < b\");\n }\n if (a == b){\n \tSystem.out.println(\"a == b\");\n }\n\t\t\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n s = scan.next();\n int b = Integer.parseInt(s);\n \n if (a > b){\n \tSystem.out.println(\"a > b\");\n }\n if (a < b){\n \tSystem.out.println(\"a < b\");\n }\n if (a == b){\n \tSystem.out.println(\"a == b\");\n }\n\t\t\n\t}\n}",
"Main"
] |
import java.io.*;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
Scanner scan = new Scanner(System.in);
String s = scan.next();
int a = Integer.parseInt(s);
s = scan.next();
int b = Integer.parseInt(s);
if (a > b){
System.out.println("a > b");
}
if (a < b){
System.out.println("a < b");
}
if (a == b){
System.out.println("a == b");
}
}
} |
[
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,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
55,
5
],
[
55,
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
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
41,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
46,
51
],
[
6,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"import java.io.*;\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] data = br.readLine().split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\t\n\t\tSystem.out.println(a>b ? \"a > b\" : a<b ? \"a < b\" : \"a == b\"); \n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] data = br.readLine().split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\t\n\t\tSystem.out.println(a>b ? \"a > b\" : a<b ? \"a < b\" : \"a == b\"); \n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] data = br.readLine().split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\t\n\t\tSystem.out.println(a>b ? \"a > b\" : a<b ? \"a < b\" : \"a == b\"); \n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] data = br.readLine().split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\t\n\t\tSystem.out.println(a>b ? \"a > b\" : a<b ? \"a < b\" : \"a == b\"); \n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] data = br.readLine().split(\" \");",
"data",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a = Integer.parseInt(data[0]);",
"a",
"Integer.parseInt(data[0])",
"Integer.parseInt",
"Integer",
"data[0]",
"data",
"0",
"int b = Integer.parseInt(data[1]);",
"b",
"Integer.parseInt(data[1])",
"Integer.parseInt",
"Integer",
"data[1]",
"data",
"1",
"System.out.println(a>b ? \"a > b\" : a<b ? \"a < b\" : \"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"a>b ? \"a > b\" : a<b ? \"a < b\" : \"a == b\"",
"a>b",
"a",
"b",
"\"a > b\"",
"a<b ? \"a < b\" : \"a == b\"",
"a<b",
"a",
"b",
"\"a < b\"",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] data = br.readLine().split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\t\n\t\tSystem.out.println(a>b ? \"a > b\" : a<b ? \"a < b\" : \"a == b\"); \n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] data = br.readLine().split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\t\n\t\tSystem.out.println(a>b ? \"a > b\" : a<b ? \"a < b\" : \"a == b\"); \n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] data = br.readLine().split(" ");
int a = Integer.parseInt(data[0]);
int b = Integer.parseInt(data[1]);
System.out.println(a>b ? "a > b" : a<b ? "a < b" : "a == b");
}
} |
[
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,
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,
18,
13,
18,
13,
13,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
14,
2,
13,
13,
30,
0,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
101,
11
],
[
101,
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
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
32,
33
],
[
32,
34
],
[
14,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
35,
45
],
[
45,
46
],
[
46,
47
],
[
35,
48
],
[
49,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
14,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
14,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
14,
70
],
[
70,
71
],
[
14,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
72,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
80,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
14,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
12,
98
],
[
98,
99
],
[
0,
100
],
[
100,
101
],
[
100,
102
]
] | [
"\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int x = inputIntArray[0];\n int y = inputIntArray[1];\n String retStr;\n\n if (x < y) {\n retStr = \"a < b\";\n } else if (x == y) {\n retStr = \"a == b\";\n\n } else {\n retStr = \"a > b\";\n }\n\n System.out.println(retStr);\n }\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 public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int x = inputIntArray[0];\n int y = inputIntArray[1];\n String retStr;\n\n if (x < y) {\n retStr = \"a < b\";\n } else if (x == y) {\n retStr = \"a == b\";\n\n } else {\n retStr = \"a > b\";\n }\n\n System.out.println(retStr);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int x = inputIntArray[0];\n int y = inputIntArray[1];\n String retStr;\n\n if (x < y) {\n retStr = \"a < b\";\n } else if (x == y) {\n retStr = \"a == b\";\n\n } else {\n retStr = \"a > b\";\n }\n\n System.out.println(retStr);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int x = inputIntArray[0];\n int y = inputIntArray[1];\n String retStr;\n\n if (x < y) {\n retStr = \"a < b\";\n } else if (x == y) {\n retStr = \"a == b\";\n\n } else {\n retStr = \"a > b\";\n }\n\n System.out.println(retStr);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String arg = br.readLine();",
"arg",
"br.readLine()",
"br.readLine",
"br",
"String[] inputArray = arg.split(\" \");",
"inputArray",
"arg.split(\" \")",
"arg.split",
"arg",
"\" \"",
"int[] inputIntArray = new int[inputArray.length];",
"inputIntArray",
"new int[inputArray.length]",
"inputArray.length",
"inputArray",
"inputArray.length",
"for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }",
"int count = 0;",
"int count = 0;",
"count",
"0",
"count < inputIntArray.length",
"count",
"inputIntArray.length",
"inputIntArray",
"inputIntArray.length",
"count++",
"count++",
"count",
"{\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }",
"{\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }",
"inputIntArray[count] = Integer.parseInt(inputArray[count])",
"inputIntArray[count]",
"inputIntArray",
"count",
"Integer.parseInt(inputArray[count])",
"Integer.parseInt",
"Integer",
"inputArray[count]",
"inputArray",
"count",
"int x = inputIntArray[0];",
"x",
"inputIntArray[0]",
"inputIntArray",
"0",
"int y = inputIntArray[1];",
"y",
"inputIntArray[1]",
"inputIntArray",
"1",
"String retStr;",
"retStr",
"if (x < y) {\n retStr = \"a < b\";\n } else if (x == y) {\n retStr = \"a == b\";\n\n } else {\n retStr = \"a > b\";\n }",
"x < y",
"x",
"y",
"{\n retStr = \"a < b\";\n }",
"retStr = \"a < b\"",
"retStr",
"\"a < b\"",
"if (x == y) {\n retStr = \"a == b\";\n\n } else {\n retStr = \"a > b\";\n }",
"x == y",
"x",
"y",
"{\n retStr = \"a == b\";\n\n }",
"retStr = \"a == b\"",
"retStr",
"\"a == b\"",
"{\n retStr = \"a > b\";\n }",
"retStr = \"a > b\"",
"retStr",
"\"a > b\"",
"System.out.println(retStr)",
"System.out.println",
"System.out",
"System",
"System.out",
"retStr",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int x = inputIntArray[0];\n int y = inputIntArray[1];\n String retStr;\n\n if (x < y) {\n retStr = \"a < b\";\n } else if (x == y) {\n retStr = \"a == b\";\n\n } else {\n retStr = \"a > b\";\n }\n\n System.out.println(retStr);\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int x = inputIntArray[0];\n int y = inputIntArray[1];\n String retStr;\n\n if (x < y) {\n retStr = \"a < b\";\n } else if (x == y) {\n retStr = \"a == b\";\n\n } else {\n retStr = \"a > b\";\n }\n\n System.out.println(retStr);\n }\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 br = new BufferedReader(new InputStreamReader(System.in));
String arg = br.readLine();
String[] inputArray = arg.split(" ");
int[] inputIntArray = new int[inputArray.length];
for (int count = 0; count < inputIntArray.length; count++) {
inputIntArray[count] = Integer.parseInt(inputArray[count]);
}
int x = inputIntArray[0];
int y = inputIntArray[1];
String retStr;
if (x < y) {
retStr = "a < b";
} else if (x == y) {
retStr = "a == b";
} else {
retStr = "a > b";
}
System.out.println(retStr);
}
} |
[
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,
8,
2,
13,
13,
17,
17,
4,
18,
18,
13,
13,
2,
2,
17,
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
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
24,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
29,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
41,
41
],
[
41,
42
],
[
41,
43
],
[
41,
44
],
[
6,
45
],
[
45,
46
]
] | [
"import java.util.*;class Main{public static void main(String args[]){Scanner s=new Scanner(System.in);int a=s.nextInt();int b=s.nextInt();String x=a>b?\">\":a<b?\"<\":\"==\";System.out.println(\"a \"+x+\" b\");}}",
"import java.util.*;",
"util.*",
"java",
"class Main{public static void main(String args[]){Scanner s=new Scanner(System.in);int a=s.nextInt();int b=s.nextInt();String x=a>b?\">\":a<b?\"<\":\"==\";System.out.println(\"a \"+x+\" b\");}}",
"Main",
"public static void main(String args[]){Scanner s=new Scanner(System.in);int a=s.nextInt();int b=s.nextInt();String x=a>b?\">\":a<b?\"<\":\"==\";System.out.println(\"a \"+x+\" b\");}",
"main",
"{Scanner s=new Scanner(System.in);int a=s.nextInt();int b=s.nextInt();String x=a>b?\">\":a<b?\"<\":\"==\";System.out.println(\"a \"+x+\" b\");}",
"Scanner s=new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int a=s.nextInt();",
"a",
"s.nextInt()",
"s.nextInt",
"s",
"int b=s.nextInt();",
"b",
"s.nextInt()",
"s.nextInt",
"s",
"String x=a>b?\">\":a<b?\"<\":\"==\";",
"x",
"a>b?\">\":a<b?\"<\":\"==\"",
"a>b",
"a",
"b",
"\">\"",
"a<b?\"<\":\"==\"",
"a<b",
"a",
"b",
"\"<\"",
"\"==\"",
"System.out.println(\"a \"+x+\" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \"+x+\" b\"",
"\"a \"+x+\" b\"",
"\"a \"",
"x",
"\" b\"",
"String args[]",
"args"
] | import java.util.*;class Main{public static void main(String args[]){Scanner s=new Scanner(System.in);int a=s.nextInt();int b=s.nextInt();String x=a>b?">":a<b?"<":"==";System.out.println("a "+x+" b");}} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
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,
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
],
[
19,
22
],
[
19,
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
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
51,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
6,
69
],
[
69,
70
]
] | [
"\nimport java.io.*;\n\nclass Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str2 = str.split(\" \",0);\n\tint num1 = Integer.parseInt(str2[0]);\n\tint num2 = Integer.parseInt(str2[1]);\n\tif (num1==num2) {\n\t System.out.println(\"a == b\");\n\t}\n\telse if(num1<num2){\n\t System.out.println(\"a < b\");\n\t}\n\telse{\n\t System.out.println(\"a > b\");\n\n\t}\n \n\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str2 = str.split(\" \",0);\n\tint num1 = Integer.parseInt(str2[0]);\n\tint num2 = Integer.parseInt(str2[1]);\n\tif (num1==num2) {\n\t System.out.println(\"a == b\");\n\t}\n\telse if(num1<num2){\n\t System.out.println(\"a < b\");\n\t}\n\telse{\n\t System.out.println(\"a > b\");\n\n\t}\n \n\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str2 = str.split(\" \",0);\n\tint num1 = Integer.parseInt(str2[0]);\n\tint num2 = Integer.parseInt(str2[1]);\n\tif (num1==num2) {\n\t System.out.println(\"a == b\");\n\t}\n\telse if(num1<num2){\n\t System.out.println(\"a < b\");\n\t}\n\telse{\n\t System.out.println(\"a > b\");\n\n\t}\n \n\n }",
"main",
"{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str2 = str.split(\" \",0);\n\tint num1 = Integer.parseInt(str2[0]);\n\tint num2 = Integer.parseInt(str2[1]);\n\tif (num1==num2) {\n\t System.out.println(\"a == b\");\n\t}\n\telse if(num1<num2){\n\t System.out.println(\"a < b\");\n\t}\n\telse{\n\t System.out.println(\"a > b\");\n\n\t}\n \n\n }",
"BufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] str2 = str.split(\" \",0);",
"str2",
"str.split(\" \",0)",
"str.split",
"str",
"\" \"",
"0",
"int num1 = Integer.parseInt(str2[0]);",
"num1",
"Integer.parseInt(str2[0])",
"Integer.parseInt",
"Integer",
"str2[0]",
"str2",
"0",
"int num2 = Integer.parseInt(str2[1]);",
"num2",
"Integer.parseInt(str2[1])",
"Integer.parseInt",
"Integer",
"str2[1]",
"str2",
"1",
"if (num1==num2) {\n\t System.out.println(\"a == b\");\n\t}\n\telse if(num1<num2){\n\t System.out.println(\"a < b\");\n\t}\n\telse{\n\t System.out.println(\"a > b\");\n\n\t}",
"num1==num2",
"num1",
"num2",
"{\n\t System.out.println(\"a == b\");\n\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"if(num1<num2){\n\t System.out.println(\"a < b\");\n\t}\n\telse{\n\t System.out.println(\"a > b\");\n\n\t}",
"num1<num2",
"num1",
"num2",
"{\n\t System.out.println(\"a < b\");\n\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"{\n\t System.out.println(\"a > b\");\n\n\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"String[] args",
"args"
] |
import java.io.*;
class Main {
public static void main(String[] args) throws IOException{
BufferedReader br =
new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] str2 = str.split(" ",0);
int num1 = Integer.parseInt(str2[0]);
int num2 = Integer.parseInt(str2[1]);
if (num1==num2) {
System.out.println("a == b");
}
else if(num1<num2){
System.out.println("a < b");
}
else{
System.out.println("a > b");
}
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
13,
41,
13,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
17,
17,
17,
17,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
17,
17,
17,
17,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
17,
17,
17,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
85,
2
],
[
85,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
5,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
5,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
5,
19
],
[
19,
20
],
[
19,
21
],
[
5,
22
],
[
22,
23
],
[
22,
24
],
[
5,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
38,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
36,
42
],
[
38,
43
],
[
25,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
57,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
55,
61
],
[
57,
62
],
[
44,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
76,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
74,
80
],
[
76,
81
],
[
3,
82
],
[
82,
83
],
[
0,
84
],
[
84,
85
],
[
84,
86
]
] | [
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a;\n\t\tint num2 = b;\n\t\t\n\t\tif(num > num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\">\"+\" \" +\"b\");\n\t\t}else if(num < num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\"<\"+ \" \"+\"b\");\t\n\t\t}else if(num == num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\");\n\t\t}\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a;\n\t\tint num2 = b;\n\t\t\n\t\tif(num > num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\">\"+\" \" +\"b\");\n\t\t}else if(num < num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\"<\"+ \" \"+\"b\");\t\n\t\t}else if(num == num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\");\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a;\n\t\tint num2 = b;\n\t\t\n\t\tif(num > num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\">\"+\" \" +\"b\");\n\t\t}else if(num < num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\"<\"+ \" \"+\"b\");\t\n\t\t}else if(num == num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\");\n\t\t}\n\n\t}",
"main",
"{\n\t\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a;\n\t\tint num2 = b;\n\t\t\n\t\tif(num > num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\">\"+\" \" +\"b\");\n\t\t}else if(num < num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\"<\"+ \" \"+\"b\");\t\n\t\t}else if(num == num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\");\n\t\t}\n\n\t}",
"java.util.Scanner scanner = new java.util.Scanner(System.in);",
"scanner",
"new java.util.Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int num = a;",
"num",
"a",
"int num2 = b;",
"num2",
"b",
"if(num > num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\">\"+\" \" +\"b\");\n\t\t}else if(num < num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\"<\"+ \" \"+\"b\");\t\n\t\t}else if(num == num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\");\n\t\t}",
"num > num2",
"num",
"num2",
"{\n\t\t\tSystem.out.println(\"a\"+\" \"+\">\"+\" \" +\"b\");\n\t\t}",
"System.out.println(\"a\"+\" \"+\">\"+\" \" +\"b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a\"+\" \"+\">\"+\" \" +\"b\"",
"\" \"",
"\">\"",
"\"a\"+\" \"+\">\"+\" \" +\"b\"",
"\"a\"",
"\" \"",
"\">\"",
"\" \"",
"\"b\"",
"if(num < num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\"<\"+ \" \"+\"b\");\t\n\t\t}else if(num == num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\");\n\t\t}",
"num < num2",
"num",
"num2",
"{\n\t\t\tSystem.out.println(\"a\"+\" \"+\"<\"+ \" \"+\"b\");\t\n\t\t}",
"System.out.println(\"a\"+\" \"+\"<\"+ \" \"+\"b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a\"+\" \"+\"<\"+ \" \"+\"b\"",
"\" \"",
"\"<\"",
"\"a\"+\" \"+\"<\"+ \" \"+\"b\"",
"\"a\"",
"\" \"",
"\"<\"",
"\" \"",
"\"b\"",
"if(num == num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\");\n\t\t}",
"num == num2",
"num",
"num2",
"{\n\t\t\tSystem.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\");\n\t\t}",
"System.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a\"+\" \"+ \"==\" +\" \" + \"b\"",
"\" \"",
"\"==\"",
"\"a\"+\" \"+ \"==\" +\" \" + \"b\"",
"\"a\"",
"\" \"",
"\"==\"",
"\" \"",
"\"b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a;\n\t\tint num2 = b;\n\t\t\n\t\tif(num > num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\">\"+\" \" +\"b\");\n\t\t}else if(num < num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\"<\"+ \" \"+\"b\");\t\n\t\t}else if(num == num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\");\n\t\t}\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a;\n\t\tint num2 = b;\n\t\t\n\t\tif(num > num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\">\"+\" \" +\"b\");\n\t\t}else if(num < num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+\"<\"+ \" \"+\"b\");\t\n\t\t}else if(num == num2){\n\t\t\tSystem.out.println(\"a\"+\" \"+ \"==\" +\" \" + \"b\");\n\t\t}\n\n\t}\n}",
"Main"
] | public class Main {
public static void main(String[] args) {
java.util.Scanner scanner = new java.util.Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int num = a;
int num2 = b;
if(num > num2){
System.out.println("a"+" "+">"+" " +"b");
}else if(num < num2){
System.out.println("a"+" "+"<"+ " "+"b");
}else if(num == num2){
System.out.println("a"+" "+ "==" +" " + "b");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
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,
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
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
13,
18
],
[
9,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
19,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
37,
38
],
[
19,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
39,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
50,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
6,
68
],
[
68,
69
]
] | [
"import java.util.*;\n\nclass Main\n{\n\tpublic static void main(String args[]) {\n\n\t\ttry {\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint a = Integer.parseInt(sc.next());\n\t\t\tint b = Integer.parseInt(sc.next());\n\n\t\t\tif (a>b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if (a<b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main\n{\n\tpublic static void main(String args[]) {\n\n\t\ttry {\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint a = Integer.parseInt(sc.next());\n\t\t\tint b = Integer.parseInt(sc.next());\n\n\t\t\tif (a>b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if (a<b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}",
"Main",
"public static void main(String args[]) {\n\n\t\ttry {\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint a = Integer.parseInt(sc.next());\n\t\t\tint b = Integer.parseInt(sc.next());\n\n\t\t\tif (a>b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if (a<b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}",
"main",
"{\n\n\t\ttry {\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint a = Integer.parseInt(sc.next());\n\t\t\tint b = Integer.parseInt(sc.next());\n\n\t\t\tif (a>b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if (a<b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t}\n\t\tcatch (Exception e) {\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}",
"try {\n\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint a = Integer.parseInt(sc.next());\n\t\t\tint b = Integer.parseInt(sc.next());\n\n\t\t\tif (a>b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if (a<b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t}\n\t\tcatch (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\n\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\tint a = Integer.parseInt(sc.next());\n\t\t\tint b = Integer.parseInt(sc.next());\n\n\t\t\tif (a>b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if (a<b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = Integer.parseInt(sc.next());",
"a",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int b = Integer.parseInt(sc.next());",
"b",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if (a>b) {\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if (a<b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (a<b) {\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a<b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"{\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String args[]",
"args"
] | import java.util.*;
class Main
{
public static void main(String args[]) {
try {
Scanner sc = new Scanner(System.in);
int a = Integer.parseInt(sc.next());
int b = Integer.parseInt(sc.next());
if (a>b) {
System.out.println("a > b");
}
else if (a<b) {
System.out.println("a < b");
}
else {
System.out.println("a == b");
}
}
catch (Exception e) {
System.out.println(e);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
0,
13,
20,
18,
13,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
35,
4,
18,
4,
18,
13,
18,
13,
17,
18,
13,
17,
34,
17,
1,
0,
13,
17,
3,
34,
40,
17,
1,
0,
13,
17,
3,
34,
17,
1,
0,
13,
17,
3,
4,
18,
18,
13,
13,
2,
2,
17,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
106,
8
],
[
106,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
17,
22
],
[
11,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
28,
29
],
[
28,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
41,
43
],
[
34,
44
],
[
44,
45
],
[
45,
46
],
[
34,
47
],
[
48,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
56,
58
],
[
11,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
65,
66
],
[
65,
67
],
[
60,
68
],
[
68,
69
],
[
68,
70
],
[
59,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
59,
78
],
[
78,
79
],
[
79,
80
],
[
78,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
59,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
11,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
99,
99
],
[
99,
100
],
[
99,
101
],
[
99,
102
],
[
9,
103
],
[
103,
104
],
[
0,
105
],
[
105,
106
],
[
105,
107
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n int[] intArray;\n intArray = new int[strArray.length];\n String strComp = null;\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.parseInt(strArray[i]);\n }\n switch (Integer.valueOf(intArray[0]).compareTo(intArray[1])) {\n case 1:\n strComp = \">\";\n break;\n case -1:\n strComp = \"<\";\n break;\n case 0:\n strComp = \"==\";\n break;\n }\n System.out.println(\"a \" + strComp + \" b\");\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n int[] intArray;\n intArray = new int[strArray.length];\n String strComp = null;\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.parseInt(strArray[i]);\n }\n switch (Integer.valueOf(intArray[0]).compareTo(intArray[1])) {\n case 1:\n strComp = \">\";\n break;\n case -1:\n strComp = \"<\";\n break;\n case 0:\n strComp = \"==\";\n break;\n }\n System.out.println(\"a \" + strComp + \" b\");\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n int[] intArray;\n intArray = new int[strArray.length];\n String strComp = null;\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.parseInt(strArray[i]);\n }\n switch (Integer.valueOf(intArray[0]).compareTo(intArray[1])) {\n case 1:\n strComp = \">\";\n break;\n case -1:\n strComp = \"<\";\n break;\n case 0:\n strComp = \"==\";\n break;\n }\n System.out.println(\"a \" + strComp + \" b\");\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n int[] intArray;\n intArray = new int[strArray.length];\n String strComp = null;\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.parseInt(strArray[i]);\n }\n switch (Integer.valueOf(intArray[0]).compareTo(intArray[1])) {\n case 1:\n strComp = \">\";\n break;\n case -1:\n strComp = \"<\";\n break;\n case 0:\n strComp = \"==\";\n break;\n }\n System.out.println(\"a \" + strComp + \" b\");\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] strArray = br.readLine().split(\"\\\\s\");",
"strArray",
"br.readLine().split(\"\\\\s\")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\"\\\\s\"",
"int[] intArray;",
"intArray",
"intArray = new int[strArray.length]",
"intArray",
"new int[strArray.length]",
"strArray.length",
"strArray",
"strArray.length",
"String strComp = null;",
"strComp",
"null",
"for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.parseInt(strArray[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < strArray.length",
"i",
"strArray.length",
"strArray",
"strArray.length",
"i++",
"i++",
"i",
"{\n intArray[i] = Integer.parseInt(strArray[i]);\n }",
"{\n intArray[i] = Integer.parseInt(strArray[i]);\n }",
"intArray[i] = Integer.parseInt(strArray[i])",
"intArray[i]",
"intArray",
"i",
"Integer.parseInt(strArray[i])",
"Integer.parseInt",
"Integer",
"strArray[i]",
"strArray",
"i",
"switch (Integer.valueOf(intArray[0]).compareTo(intArray[1])) {\n case 1:\n strComp = \">\";\n break;\n case -1:\n strComp = \"<\";\n break;\n case 0:\n strComp = \"==\";\n break;\n }",
"Integer.valueOf(intArray[0]).compareTo(intArray[1])",
"Integer.valueOf(intArray[0]).compareTo",
"Integer.valueOf(intArray[0])",
"Integer.valueOf",
"Integer",
"intArray[0]",
"intArray",
"0",
"intArray[1]",
"intArray",
"1",
"case 1:",
"1",
"case 1:",
"strComp = \">\"",
"strComp",
"\">\"",
"break;",
"case -1:",
"-1",
"1",
"case -1:",
"strComp = \"<\"",
"strComp",
"\"<\"",
"break;",
"case 0:",
"0",
"case 0:",
"strComp = \"==\"",
"strComp",
"\"==\"",
"break;",
"System.out.println(\"a \" + strComp + \" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \" + strComp + \" b\"",
"\"a \" + strComp + \" b\"",
"\"a \"",
"strComp",
"\" b\"",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n int[] intArray;\n intArray = new int[strArray.length];\n String strComp = null;\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.parseInt(strArray[i]);\n }\n switch (Integer.valueOf(intArray[0]).compareTo(intArray[1])) {\n case 1:\n strComp = \">\";\n break;\n case -1:\n strComp = \"<\";\n break;\n case 0:\n strComp = \"==\";\n break;\n }\n System.out.println(\"a \" + strComp + \" b\");\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n int[] intArray;\n intArray = new int[strArray.length];\n String strComp = null;\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.parseInt(strArray[i]);\n }\n switch (Integer.valueOf(intArray[0]).compareTo(intArray[1])) {\n case 1:\n strComp = \">\";\n break;\n case -1:\n strComp = \"<\";\n break;\n case 0:\n strComp = \"==\";\n break;\n }\n System.out.println(\"a \" + strComp + \" b\");\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] strArray = br.readLine().split("\\s");
int[] intArray;
intArray = new int[strArray.length];
String strComp = null;
for (int i = 0; i < strArray.length; i++) {
intArray[i] = Integer.parseInt(strArray[i]);
}
switch (Integer.valueOf(intArray[0]).compareTo(intArray[1])) {
case 1:
strComp = ">";
break;
case -1:
strComp = "<";
break;
case 0:
strComp = "==";
break;
}
System.out.println("a " + strComp + " b");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
13,
13,
23,
13,
12,
13,
30,
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,
29,
17,
14,
2,
13,
13,
30,
29,
17,
29,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
82,
8
],
[
82,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
12,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
19,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
33,
34
],
[
33,
35
],
[
9,
36
],
[
36,
37
],
[
82,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
40,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
40,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
60,
62
],
[
40,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
63,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
75,
76
],
[
40,
77
],
[
77,
78
],
[
38,
79
],
[
79,
80
],
[
0,
81
],
[
81,
82
],
[
81,
83
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString integers = br.readLine();\n\t\t\tSystem.out.println(compare(integers));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n\tprivate static String compare(String integers) {\n\t\tString[] integerss = integers.split(\" \");\n\t\tint a = Integer.parseInt(integerss[0]);\n\t\tint b = Integer.parseInt(integerss[1]);\n\t\tif (a < b) {\n\t\t\treturn \"a < b\";\n\t\t} else if (a > b) {\n\t\t\treturn \"a > b\";\n\t\t}\n\t\treturn \"a == b\";\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString integers = br.readLine();\n\t\t\tSystem.out.println(compare(integers));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n\tprivate static String compare(String integers) {\n\t\tString[] integerss = integers.split(\" \");\n\t\tint a = Integer.parseInt(integerss[0]);\n\t\tint b = Integer.parseInt(integerss[1]);\n\t\tif (a < b) {\n\t\t\treturn \"a < b\";\n\t\t} else if (a > b) {\n\t\t\treturn \"a > b\";\n\t\t}\n\t\treturn \"a == b\";\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString integers = br.readLine();\n\t\t\tSystem.out.println(compare(integers));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString integers = br.readLine();\n\t\t\tSystem.out.println(compare(integers));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"try {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString integers = br.readLine();\n\t\t\tSystem.out.println(compare(integers));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"Exception e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString integers = br.readLine();\n\t\t\tSystem.out.println(compare(integers));\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String integers = br.readLine();",
"integers",
"br.readLine()",
"br.readLine",
"br",
"System.out.println(compare(integers))",
"System.out.println",
"System.out",
"System",
"System.out",
"compare(integers)",
"compare",
"integers",
"String[] args",
"args",
"private static String compare(String integers) {\n\t\tString[] integerss = integers.split(\" \");\n\t\tint a = Integer.parseInt(integerss[0]);\n\t\tint b = Integer.parseInt(integerss[1]);\n\t\tif (a < b) {\n\t\t\treturn \"a < b\";\n\t\t} else if (a > b) {\n\t\t\treturn \"a > b\";\n\t\t}\n\t\treturn \"a == b\";\n\t}",
"compare",
"{\n\t\tString[] integerss = integers.split(\" \");\n\t\tint a = Integer.parseInt(integerss[0]);\n\t\tint b = Integer.parseInt(integerss[1]);\n\t\tif (a < b) {\n\t\t\treturn \"a < b\";\n\t\t} else if (a > b) {\n\t\t\treturn \"a > b\";\n\t\t}\n\t\treturn \"a == b\";\n\t}",
"String[] integerss = integers.split(\" \");",
"integerss",
"integers.split(\" \")",
"integers.split",
"integers",
"\" \"",
"int a = Integer.parseInt(integerss[0]);",
"a",
"Integer.parseInt(integerss[0])",
"Integer.parseInt",
"Integer",
"integerss[0]",
"integerss",
"0",
"int b = Integer.parseInt(integerss[1]);",
"b",
"Integer.parseInt(integerss[1])",
"Integer.parseInt",
"Integer",
"integerss[1]",
"integerss",
"1",
"if (a < b) {\n\t\t\treturn \"a < b\";\n\t\t} else if (a > b) {\n\t\t\treturn \"a > b\";\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\treturn \"a < b\";\n\t\t}",
"return \"a < b\";",
"\"a < b\"",
"if (a > b) {\n\t\t\treturn \"a > b\";\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\treturn \"a > b\";\n\t\t}",
"return \"a > b\";",
"\"a > b\"",
"return \"a == b\";",
"\"a == b\"",
"String integers",
"integers",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString integers = br.readLine();\n\t\t\tSystem.out.println(compare(integers));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n\tprivate static String compare(String integers) {\n\t\tString[] integerss = integers.split(\" \");\n\t\tint a = Integer.parseInt(integerss[0]);\n\t\tint b = Integer.parseInt(integerss[1]);\n\t\tif (a < b) {\n\t\t\treturn \"a < b\";\n\t\t} else if (a > b) {\n\t\t\treturn \"a > b\";\n\t\t}\n\t\treturn \"a == b\";\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString integers = br.readLine();\n\t\t\tSystem.out.println(compare(integers));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n\tprivate static String compare(String integers) {\n\t\tString[] integerss = integers.split(\" \");\n\t\tint a = Integer.parseInt(integerss[0]);\n\t\tint b = Integer.parseInt(integerss[1]);\n\t\tif (a < b) {\n\t\t\treturn \"a < b\";\n\t\t} else if (a > b) {\n\t\t\treturn \"a > b\";\n\t\t}\n\t\treturn \"a == b\";\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String integers = br.readLine();
System.out.println(compare(integers));
} catch (Exception e) {
e.printStackTrace();
}
}
private static String compare(String integers) {
String[] integerss = integers.split(" ");
int a = Integer.parseInt(integerss[0]);
int b = Integer.parseInt(integerss[1]);
if (a < b) {
return "a < b";
} else if (a > b) {
return "a > b";
}
return "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,
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
],
[
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
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
6,
55
],
[
55,
56
],
[
0,
57
],
[
57,
58
],
[
57,
59
]
] | [
"\nimport java.util.Scanner;\n\npublic class Main\n{\n public static void main(String[] args)\n {\n Scanner scan = new Scanner(System.in);\n \n int a = scan.nextInt();\n int b = scan.nextInt(); \n \n if(a > b){\n System.out.println(\"a > b\");\n }\n if(a < b){\n System.out.println(\"a < b\");\n }\n if(a == b){\n System.out.println(\"a == b\");\n }\n }\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main\n{\n public static void main(String[] args)\n {\n Scanner scan = new Scanner(System.in);\n \n int a = scan.nextInt();\n int b = scan.nextInt(); \n \n if(a > b){\n System.out.println(\"a > b\");\n }\n if(a < b){\n System.out.println(\"a < b\");\n }\n if(a == b){\n System.out.println(\"a == b\");\n }\n }\n}",
"Main",
"public static void main(String[] args)\n {\n Scanner scan = new Scanner(System.in);\n \n int a = scan.nextInt();\n int b = scan.nextInt(); \n \n if(a > b){\n System.out.println(\"a > b\");\n }\n if(a < b){\n System.out.println(\"a < b\");\n }\n if(a == b){\n System.out.println(\"a == b\");\n }\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n \n int a = scan.nextInt();\n int b = scan.nextInt(); \n \n if(a > b){\n System.out.println(\"a > b\");\n }\n if(a < b){\n System.out.println(\"a < b\");\n }\n if(a == b){\n System.out.println(\"a == b\");\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(\"a > b\");\n }",
"a > b",
"a",
"b",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a < b){\n System.out.println(\"a < b\");\n }",
"a < b",
"a",
"b",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a == b){\n System.out.println(\"a == b\");\n }",
"a == b",
"a",
"b",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main\n{\n public static void main(String[] args)\n {\n Scanner scan = new Scanner(System.in);\n \n int a = scan.nextInt();\n int b = scan.nextInt(); \n \n if(a > b){\n System.out.println(\"a > b\");\n }\n if(a < b){\n System.out.println(\"a < b\");\n }\n if(a == b){\n System.out.println(\"a == b\");\n }\n }\n}",
"public class Main\n{\n public static void main(String[] args)\n {\n Scanner scan = new Scanner(System.in);\n \n int a = scan.nextInt();\n int b = scan.nextInt(); \n \n if(a > b){\n System.out.println(\"a > b\");\n }\n if(a < b){\n System.out.println(\"a < b\");\n }\n if(a == b){\n System.out.println(\"a == b\");\n }\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(a > b){
System.out.println("a > b");
}
if(a < b){
System.out.println("a < b");
}
if(a == b){
System.out.println("a == b");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
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,
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
],
[
74,
5
],
[
74,
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
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
39,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
50,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
8,
68
],
[
68,
69
],
[
69,
70
],
[
6,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tif(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}//if\n\t\tbr.close();\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tif(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}//if\n\t\tbr.close();\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tif(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}//if\n\t\tbr.close();\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tif(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}//if\n\t\tbr.close();\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strs = str.split(\" \");",
"strs",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(strs[0]);",
"a",
"Integer.parseInt(strs[0])",
"Integer.parseInt",
"Integer",
"strs[0]",
"strs",
"0",
"int b = Integer.parseInt(strs[1]);",
"b",
"Integer.parseInt(strs[1])",
"Integer.parseInt",
"Integer",
"strs[1]",
"strs",
"1",
"if(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}//if",
"a == b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}//if",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"br.close()",
"br.close",
"br",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tif(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}//if\n\t\tbr.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tif(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}//if\n\t\tbr.close();\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] strs = str.split(" ");
int a = Integer.parseInt(strs[0]);
int b = Integer.parseInt(strs[1]);
if(a == b){
System.out.println("a == b");
}else if(a < b){
System.out.println("a < b");
}else{
System.out.println("a > b");
}//if
br.close();
}
} |
[
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,
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,
18,
13,
18,
13,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
18,
13,
17,
18,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
100,
11
],
[
100,
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
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
32,
33
],
[
32,
34
],
[
14,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
35,
45
],
[
45,
46
],
[
46,
47
],
[
35,
48
],
[
49,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
14,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
60,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
60,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
75,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
75,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
91,
96
],
[
12,
97
],
[
97,
98
],
[
0,
99
],
[
99,
100
],
[
99,
101
]
] | [
"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\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\tint[] x1 = new int [res1.length];\n\t\t\n\t\tfor(int i = 0; i < res1.length; i++){\n\t\t\tx1[i] = Integer.parseInt(res1[i]);\n\t\t}\n\t\t\n\t\tif(x1[0] < x1[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(x1[0] > x1[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\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",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\tint[] x1 = new int [res1.length];\n\t\t\n\t\tfor(int i = 0; i < res1.length; i++){\n\t\t\tx1[i] = Integer.parseInt(res1[i]);\n\t\t}\n\t\t\n\t\tif(x1[0] < x1[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(x1[0] > x1[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\tint[] x1 = new int [res1.length];\n\t\t\n\t\tfor(int i = 0; i < res1.length; i++){\n\t\t\tx1[i] = Integer.parseInt(res1[i]);\n\t\t}\n\t\t\n\t\tif(x1[0] < x1[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(x1[0] > x1[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\n\t}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\tint[] x1 = new int [res1.length];\n\t\t\n\t\tfor(int i = 0; i < res1.length; i++){\n\t\t\tx1[i] = Integer.parseInt(res1[i]);\n\t\t}\n\t\t\n\t\tif(x1[0] < x1[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(x1[0] > x1[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String test = br.readLine();",
"test",
"br.readLine()",
"br.readLine",
"br",
"String[] res1 = test.split(\" \");",
"res1",
"test.split(\" \")",
"test.split",
"test",
"\" \"",
"int[] x1 = new int [res1.length];",
"x1",
"new int [res1.length]",
"res1.length",
"res1",
"res1.length",
"for(int i = 0; i < res1.length; i++){\n\t\t\tx1[i] = Integer.parseInt(res1[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < res1.length",
"i",
"res1.length",
"res1",
"res1.length",
"i++",
"i++",
"i",
"{\n\t\t\tx1[i] = Integer.parseInt(res1[i]);\n\t\t}",
"{\n\t\t\tx1[i] = Integer.parseInt(res1[i]);\n\t\t}",
"x1[i] = Integer.parseInt(res1[i])",
"x1[i]",
"x1",
"i",
"Integer.parseInt(res1[i])",
"Integer.parseInt",
"Integer",
"res1[i]",
"res1",
"i",
"if(x1[0] < x1[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(x1[0] > x1[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"x1[0] < x1[1]",
"x1[0]",
"x1",
"0",
"x1[1]",
"x1",
"1",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(x1[0] > x1[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"x1[0] > x1[1]",
"x1[0]",
"x1",
"0",
"x1[1]",
"x1",
"1",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\tint[] x1 = new int [res1.length];\n\t\t\n\t\tfor(int i = 0; i < res1.length; i++){\n\t\t\tx1[i] = Integer.parseInt(res1[i]);\n\t\t}\n\t\t\n\t\tif(x1[0] < x1[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(x1[0] > x1[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\tint[] x1 = new int [res1.length];\n\t\t\n\t\tfor(int i = 0; i < res1.length; i++){\n\t\t\tx1[i] = Integer.parseInt(res1[i]);\n\t\t}\n\t\t\n\t\tif(x1[0] < x1[1]){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(x1[0] > x1[1]){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t\t\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 br = new BufferedReader(new InputStreamReader(System.in));
String test = br.readLine();
String[] res1 = test.split(" ");
int[] x1 = new int [res1.length];
for(int i = 0; i < res1.length; i++){
x1[i] = Integer.parseInt(res1[i]);
}
if(x1[0] < x1[1]){
System.out.println("a < b");
}else if(x1[0] > x1[1]){
System.out.println("a > b");
}else {
System.out.println("a == b");
}
}
} |
[
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,
17,
41,
13,
18,
13,
17,
41,
13,
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,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
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
],
[
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
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
28,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
33,
35
],
[
11,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
41,
43
],
[
11,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
49,
51
],
[
11,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
52,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
63,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
9,
85
],
[
85,
86
]
] | [
"import java.util.Scanner;\nimport java.util.Arrays;\n\nclass Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String a = sc.nextLine();\n String[] max = a.split(\" \");\n \n String b1 = max[0];\n String b2 = max[1];\n int a1 = Integer.parseInt(max[0]);\n int a2 = Integer.parseInt(max[1]);\n if (a1 == a2){\n System.out.println(\"a == b\");\n }else if (a1 < a2){\n System.out.println(\"a < b\");\n }else if (a1 > a2){\n System.out.println(\"a > b\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String a = sc.nextLine();\n String[] max = a.split(\" \");\n \n String b1 = max[0];\n String b2 = max[1];\n int a1 = Integer.parseInt(max[0]);\n int a2 = Integer.parseInt(max[1]);\n if (a1 == a2){\n System.out.println(\"a == b\");\n }else if (a1 < a2){\n System.out.println(\"a < b\");\n }else if (a1 > a2){\n System.out.println(\"a > b\");\n }\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String a = sc.nextLine();\n String[] max = a.split(\" \");\n \n String b1 = max[0];\n String b2 = max[1];\n int a1 = Integer.parseInt(max[0]);\n int a2 = Integer.parseInt(max[1]);\n if (a1 == a2){\n System.out.println(\"a == b\");\n }else if (a1 < a2){\n System.out.println(\"a < b\");\n }else if (a1 > a2){\n System.out.println(\"a > b\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n String a = sc.nextLine();\n String[] max = a.split(\" \");\n \n String b1 = max[0];\n String b2 = max[1];\n int a1 = Integer.parseInt(max[0]);\n int a2 = Integer.parseInt(max[1]);\n if (a1 == a2){\n System.out.println(\"a == b\");\n }else if (a1 < a2){\n System.out.println(\"a < b\");\n }else if (a1 > a2){\n System.out.println(\"a > b\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String a = sc.nextLine();",
"a",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] max = a.split(\" \");",
"max",
"a.split(\" \")",
"a.split",
"a",
"\" \"",
"String b1 = max[0];",
"b1",
"max[0]",
"max",
"0",
"String b2 = max[1];",
"b2",
"max[1]",
"max",
"1",
"int a1 = Integer.parseInt(max[0]);",
"a1",
"Integer.parseInt(max[0])",
"Integer.parseInt",
"Integer",
"max[0]",
"max",
"0",
"int a2 = Integer.parseInt(max[1]);",
"a2",
"Integer.parseInt(max[1])",
"Integer.parseInt",
"Integer",
"max[1]",
"max",
"1",
"if (a1 == a2){\n System.out.println(\"a == b\");\n }else if (a1 < a2){\n System.out.println(\"a < b\");\n }else if (a1 > a2){\n System.out.println(\"a > b\");\n }",
"a1 == a2",
"a1",
"a2",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"if (a1 < a2){\n System.out.println(\"a < b\");\n }else if (a1 > a2){\n System.out.println(\"a > b\");\n }",
"a1 < a2",
"a1",
"a2",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (a1 > a2){\n System.out.println(\"a > b\");\n }",
"a1 > a2",
"a1",
"a2",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"String[] args",
"args"
] | import java.util.Scanner;
import java.util.Arrays;
class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
String a = sc.nextLine();
String[] max = a.split(" ");
String b1 = max[0];
String b2 = max[1];
int a1 = Integer.parseInt(max[0]);
int a2 = Integer.parseInt(max[1]);
if (a1 == a2){
System.out.println("a == b");
}else if (a1 < a2){
System.out.println("a < b");
}else if (a1 > a2){
System.out.println("a > b");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
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,
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
],
[
68,
5
],
[
68,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
16,
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
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
47,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
6,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] | [
"import java.util.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(num[0]);\n\t\tint b = Integer.parseInt(num[1]);\n\t\tif( a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if( a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(num[0]);\n\t\tint b = Integer.parseInt(num[1]);\n\t\tif( a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if( a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(num[0]);\n\t\tint b = Integer.parseInt(num[1]);\n\t\tif( a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if( a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(num[0]);\n\t\tint b = Integer.parseInt(num[1]);\n\t\tif( a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if( a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"String input = new Scanner(System.in).nextLine();",
"input",
"new Scanner(System.in).nextLine()",
"new Scanner(System.in).nextLine",
"new Scanner(System.in)",
"String[] num = input.split(\"\\\\s\");",
"num",
"input.split(\"\\\\s\")",
"input.split",
"input",
"\"\\\\s\"",
"int a = Integer.parseInt(num[0]);",
"a",
"Integer.parseInt(num[0])",
"Integer.parseInt",
"Integer",
"num[0]",
"num",
"0",
"int b = Integer.parseInt(num[1]);",
"b",
"Integer.parseInt(num[1])",
"Integer.parseInt",
"Integer",
"num[1]",
"num",
"1",
"if( a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if( a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if( a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(num[0]);\n\t\tint b = Integer.parseInt(num[1]);\n\t\tif( a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if( a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint a = Integer.parseInt(num[0]);\n\t\tint b = Integer.parseInt(num[1]);\n\t\tif( a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if( a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
String input = new Scanner(System.in).nextLine();
String[] num = input.split("\\s");
int a = Integer.parseInt(num[0]);
int b = Integer.parseInt(num[1]);
if( a < b){
System.out.println("a < b");
} else if( a > b){
System.out.println("a > b");
} else{
System.out.println("a == b");
}
}
} |
[
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,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
61,
8
],
[
61,
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
],
[
11,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
11,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
9,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\n \npublic class Main {\n \n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n \n if(a<b){\n \t System.out.println(\"a < b\");\n }\n \n if(a>b){\n \t System.out.println(\"a > b\");\n }\n if(a==b){\n System.out.println(\"a == b\");\n \n } \n }\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n \n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n \n if(a<b){\n \t System.out.println(\"a < b\");\n }\n \n if(a>b){\n \t System.out.println(\"a > b\");\n }\n if(a==b){\n System.out.println(\"a == b\");\n \n } \n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n \n if(a<b){\n \t System.out.println(\"a < b\");\n }\n \n if(a>b){\n \t System.out.println(\"a > b\");\n }\n if(a==b){\n System.out.println(\"a == b\");\n \n } \n }",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n \n if(a<b){\n \t System.out.println(\"a < b\");\n }\n \n if(a>b){\n \t System.out.println(\"a > b\");\n }\n if(a==b){\n System.out.println(\"a == b\");\n \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 System.out.println(\"a < b\");\n }",
"a<b",
"a",
"b",
"{\n \t System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a>b){\n \t System.out.println(\"a > b\");\n }",
"a>b",
"a",
"b",
"{\n \t System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a==b){\n System.out.println(\"a == b\");\n \n }",
"a==b",
"a",
"b",
"{\n System.out.println(\"a == b\");\n \n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"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 a = sc.nextInt();\n int b = sc.nextInt();\n \n if(a<b){\n \t System.out.println(\"a < b\");\n }\n \n if(a>b){\n \t System.out.println(\"a > b\");\n }\n if(a==b){\n System.out.println(\"a == b\");\n \n } \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 a = sc.nextInt();\n int b = sc.nextInt();\n \n if(a<b){\n \t System.out.println(\"a < b\");\n }\n \n if(a>b){\n \t System.out.println(\"a > b\");\n }\n if(a==b){\n System.out.println(\"a == b\");\n \n } \n }\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 a = sc.nextInt();
int b = sc.nextInt();
if(a<b){
System.out.println("a < b");
}
if(a>b){
System.out.println("a > b");
}
if(a==b){
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
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,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
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
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
39,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
49,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
6,
69
],
[
69,
70
]
] | [
"import java.io.*;\n\nclass Main{ \npublic static void main(String[] args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] div = str.split(\" \");\n int x = Integer.parseInt(div[0]);\n int y = Integer.parseInt(div[1]);\n if(x < y)\n System.out.println(\"a < b\");\n else if(x > y)\n System.out.println(\"a > b\");\n else if(x == y)\n System.out.println(\"a == b\");\n }\n}\n ",
"import java.io.*;",
"io.*",
"java",
"class Main{ \npublic static void main(String[] args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] div = str.split(\" \");\n int x = Integer.parseInt(div[0]);\n int y = Integer.parseInt(div[1]);\n if(x < y)\n System.out.println(\"a < b\");\n else if(x > y)\n System.out.println(\"a > b\");\n else if(x == y)\n System.out.println(\"a == b\");\n }\n}",
"Main",
"public static void main(String[] args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] div = str.split(\" \");\n int x = Integer.parseInt(div[0]);\n int y = Integer.parseInt(div[1]);\n if(x < y)\n System.out.println(\"a < b\");\n else if(x > y)\n System.out.println(\"a > b\");\n else if(x == y)\n System.out.println(\"a == b\");\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] div = str.split(\" \");\n int x = Integer.parseInt(div[0]);\n int y = Integer.parseInt(div[1]);\n if(x < y)\n System.out.println(\"a < b\");\n else if(x > y)\n System.out.println(\"a > b\");\n else if(x == y)\n System.out.println(\"a == b\");\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] div = str.split(\" \");",
"div",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int x = Integer.parseInt(div[0]);",
"x",
"Integer.parseInt(div[0])",
"Integer.parseInt",
"Integer",
"div[0]",
"div",
"0",
"int y = Integer.parseInt(div[1]);",
"y",
"Integer.parseInt(div[1])",
"Integer.parseInt",
"Integer",
"div[1]",
"div",
"1",
"if(x < y)\n System.out.println(\"a < b\");\n else if(x > y)\n System.out.println(\"a > b\");\n else if(x == y)\n System.out.println(\"a == b\");",
"x < y",
"x",
"y",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(x > y)\n System.out.println(\"a > b\");\n else if(x == y)\n System.out.println(\"a == b\");",
"x > y",
"x",
"y",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(x == y)\n System.out.println(\"a == b\");",
"x == y",
"x",
"y",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] div = str.split(" ");
int x = Integer.parseInt(div[0]);
int y = Integer.parseInt(div[1]);
if(x < y)
System.out.println("a < b");
else if(x > y)
System.out.println("a > b");
else if(x == y)
System.out.println("a == b");
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
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,
30,
4,
18,
18,
13,
13,
17,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
4,
8
],
[
8,
9
],
[
4,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
12,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
12,
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
],
[
37,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
4,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
55,
61
],
[
61,
62
]
] | [
"import java.util.Scanner;\nclass Main{\n int a,b;\n public void solve(){\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n if (a < b){\n System.out.println(\"a < b\");\n }else if (a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n }\n public static void main(String[] args){\n new Main().solve(); \n }\n \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n int a,b;\n public void solve(){\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n if (a < b){\n System.out.println(\"a < b\");\n }else if (a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n }\n public static void main(String[] args){\n new Main().solve(); \n }\n \n}",
"Main",
"int a",
"a",
"b;",
"b",
"public void solve(){\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n if (a < b){\n System.out.println(\"a < b\");\n }else if (a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n }",
"solve",
"{\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n if (a < b){\n System.out.println(\"a < b\");\n }else if (a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"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(\"a < b\");\n }else if (a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }",
"a < b",
"a",
"b",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (a > b){\n System.out.println(\"a > b\");\n }else{\n System.out.println(\"a == b\");\n }",
"a > b",
"a",
"b",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"public static void main(String[] args){\n new Main().solve(); \n }",
"main",
"{\n new Main().solve(); \n }",
"new Main().solve()",
"new Main().solve",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
int a,b;
public void solve(){
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
if (a < b){
System.out.println("a < b");
}else if (a > b){
System.out.println("a > b");
}else{
System.out.println("a == b");
}
}
public static void main(String[] args){
new Main().solve();
}
} |
[
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,
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,
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
],
[
74,
8
],
[
74,
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
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
11,
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
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
53,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
9,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\t\tint hikaku_a = Integer.parseInt(nyuryoku[0]);\n\t\tint hikaku_b = Integer.parseInt(nyuryoku[1]);\n\n\t\tif(hikaku_a > hikaku_b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if(hikaku_a < hikaku_b){\n\t\t\tSystem.out.println( \"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\t\tint hikaku_a = Integer.parseInt(nyuryoku[0]);\n\t\tint hikaku_b = Integer.parseInt(nyuryoku[1]);\n\n\t\tif(hikaku_a > hikaku_b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if(hikaku_a < hikaku_b){\n\t\t\tSystem.out.println( \"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\t\tint hikaku_a = Integer.parseInt(nyuryoku[0]);\n\t\tint hikaku_b = Integer.parseInt(nyuryoku[1]);\n\n\t\tif(hikaku_a > hikaku_b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if(hikaku_a < hikaku_b){\n\t\t\tSystem.out.println( \"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\t\tint hikaku_a = Integer.parseInt(nyuryoku[0]);\n\t\tint hikaku_b = Integer.parseInt(nyuryoku[1]);\n\n\t\tif(hikaku_a > hikaku_b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if(hikaku_a < hikaku_b){\n\t\t\tSystem.out.println( \"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] nyuryoku = line.split(\"[\\\\s]+\");",
"nyuryoku",
"line.split(\"[\\\\s]+\")",
"line.split",
"line",
"\"[\\\\s]+\"",
"int hikaku_a = Integer.parseInt(nyuryoku[0]);",
"hikaku_a",
"Integer.parseInt(nyuryoku[0])",
"Integer.parseInt",
"Integer",
"nyuryoku[0]",
"nyuryoku",
"0",
"int hikaku_b = Integer.parseInt(nyuryoku[1]);",
"hikaku_b",
"Integer.parseInt(nyuryoku[1])",
"Integer.parseInt",
"Integer",
"nyuryoku[1]",
"nyuryoku",
"1",
"if(hikaku_a > hikaku_b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if(hikaku_a < hikaku_b){\n\t\t\tSystem.out.println( \"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"hikaku_a > hikaku_b",
"hikaku_a",
"hikaku_b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(hikaku_a < hikaku_b){\n\t\t\tSystem.out.println( \"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"hikaku_a < hikaku_b",
"hikaku_a",
"hikaku_b",
"{\n\t\t\tSystem.out.println( \"a < b\");\n\t\t}",
"System.out.println( \"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\t\tint hikaku_a = Integer.parseInt(nyuryoku[0]);\n\t\tint hikaku_b = Integer.parseInt(nyuryoku[1]);\n\n\t\tif(hikaku_a > hikaku_b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if(hikaku_a < hikaku_b){\n\t\t\tSystem.out.println( \"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\t\tint hikaku_a = Integer.parseInt(nyuryoku[0]);\n\t\tint hikaku_b = Integer.parseInt(nyuryoku[1]);\n\n\t\tif(hikaku_a > hikaku_b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else if(hikaku_a < hikaku_b){\n\t\t\tSystem.out.println( \"a < b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
// TODO ?????????????????????????????????????????????
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
String[] nyuryoku = line.split("[\\s]+");
int hikaku_a = Integer.parseInt(nyuryoku[0]);
int hikaku_b = Integer.parseInt(nyuryoku[1]);
if(hikaku_a > hikaku_b){
System.out.println("a > b");
} else if(hikaku_a < hikaku_b){
System.out.println( "a < b");
} else {
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
0,
13,
20,
4,
18,
18,
13,
13,
4,
13,
4,
18,
13,
4,
18,
13,
23,
13,
12,
13,
30,
14,
2,
13,
13,
30,
29,
17,
14,
2,
13,
13,
30,
29,
17,
14,
2,
13,
13,
30,
29,
17,
30,
29,
17,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
61,
5
],
[
61,
6
],
[
6,
7
],
[
61,
8
],
[
8,
9
],
[
8,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
14,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
19,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
61,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
32,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
39,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
46,
53
],
[
53,
54
],
[
54,
55
],
[
29,
56
],
[
56,
57
],
[
29,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n private static Scanner scan;\n\n public static void main(String[] args) {\n scan = new Scanner(System.in);\n System.out.println(comp(scan.nextInt() , scan.nextInt()));\n }\n\n /**\n * 比較して結果を返します。\n */\n private static String comp(int a, int b) {\n if (a == b) {\n return \"a == b\";\n } else if (a > b) {\n return \"a > b\";\n } else if (a < b) {\n return \"a < b\";\n } else {\n return null;\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n private static Scanner scan;\n\n public static void main(String[] args) {\n scan = new Scanner(System.in);\n System.out.println(comp(scan.nextInt() , scan.nextInt()));\n }\n\n /**\n * 比較して結果を返します。\n */\n private static String comp(int a, int b) {\n if (a == b) {\n return \"a == b\";\n } else if (a > b) {\n return \"a > b\";\n } else if (a < b) {\n return \"a < b\";\n } else {\n return null;\n }\n }\n}",
"Main",
"private static Scanner scan;",
"scan",
"public static void main(String[] args) {\n scan = new Scanner(System.in);\n System.out.println(comp(scan.nextInt() , scan.nextInt()));\n }",
"main",
"{\n scan = new Scanner(System.in);\n System.out.println(comp(scan.nextInt() , scan.nextInt()));\n }",
"scan = new Scanner(System.in)",
"scan",
"new Scanner(System.in)",
"System.out.println(comp(scan.nextInt() , scan.nextInt()))",
"System.out.println",
"System.out",
"System",
"System.out",
"comp(scan.nextInt() , scan.nextInt())",
"comp",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.nextInt()",
"scan.nextInt",
"scan",
"String[] args",
"args",
"/**\n * 比較して結果を返します。\n */\n private static String comp(int a, int b) {\n if (a == b) {\n return \"a == b\";\n } else if (a > b) {\n return \"a > b\";\n } else if (a < b) {\n return \"a < b\";\n } else {\n return null;\n }\n }",
"comp",
"{\n if (a == b) {\n return \"a == b\";\n } else if (a > b) {\n return \"a > b\";\n } else if (a < b) {\n return \"a < b\";\n } else {\n return null;\n }\n }",
"if (a == b) {\n return \"a == b\";\n } else if (a > b) {\n return \"a > b\";\n } else if (a < b) {\n return \"a < b\";\n } else {\n return null;\n }",
"a == b",
"a",
"b",
"{\n return \"a == b\";\n }",
"return \"a == b\";",
"\"a == b\"",
"if (a > b) {\n return \"a > b\";\n } else if (a < b) {\n return \"a < b\";\n } else {\n return null;\n }",
"a > b",
"a",
"b",
"{\n return \"a > b\";\n }",
"return \"a > b\";",
"\"a > b\"",
"if (a < b) {\n return \"a < b\";\n } else {\n return null;\n }",
"a < b",
"a",
"b",
"{\n return \"a < b\";\n }",
"return \"a < b\";",
"\"a < b\"",
"{\n return null;\n }",
"return null;",
"null",
"int a",
"a",
"int b",
"b",
"public class Main {\n private static Scanner scan;\n\n public static void main(String[] args) {\n scan = new Scanner(System.in);\n System.out.println(comp(scan.nextInt() , scan.nextInt()));\n }\n\n /**\n * 比較して結果を返します。\n */\n private static String comp(int a, int b) {\n if (a == b) {\n return \"a == b\";\n } else if (a > b) {\n return \"a > b\";\n } else if (a < b) {\n return \"a < b\";\n } else {\n return null;\n }\n }\n}",
"public class Main {\n private static Scanner scan;\n\n public static void main(String[] args) {\n scan = new Scanner(System.in);\n System.out.println(comp(scan.nextInt() , scan.nextInt()));\n }\n\n /**\n * 比較して結果を返します。\n */\n private static String comp(int a, int b) {\n if (a == b) {\n return \"a == b\";\n } else if (a > b) {\n return \"a > b\";\n } else if (a < b) {\n return \"a < b\";\n } else {\n return null;\n }\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
private static Scanner scan;
public static void main(String[] args) {
scan = new Scanner(System.in);
System.out.println(comp(scan.nextInt() , scan.nextInt()));
}
/**
* 比較して結果を返します。
*/
private static String comp(int a, int b) {
if (a == b) {
return "a == b";
} else if (a > b) {
return "a > b";
} else if (a < b) {
return "a < b";
} else {
return null;
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
18,
13,
13,
2,
2,
17,
4,
18,
20,
2,
4,
18,
13,
4,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
37,
8
],
[
37,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
15,
20
],
[
21,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
26,
30
],
[
30,
31
],
[
31,
32
],
[
21,
33
],
[
9,
34
],
[
34,
35
],
[
0,
36
],
[
36,
37
],
[
36,
38
]
] | [
"import java.text.ChoiceFormat;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner s = new Scanner(System.in);\n System.out.println(\"a \" + new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format(s.nextInt() - s.nextInt()) + \" b\");\n }\n}",
"import java.text.ChoiceFormat;",
"ChoiceFormat",
"java.text",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner s = new Scanner(System.in);\n System.out.println(\"a \" + new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format(s.nextInt() - s.nextInt()) + \" b\");\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner s = new Scanner(System.in);\n System.out.println(\"a \" + new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format(s.nextInt() - s.nextInt()) + \" b\");\n }",
"main",
"{\n Scanner s = new Scanner(System.in);\n System.out.println(\"a \" + new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format(s.nextInt() - s.nextInt()) + \" b\");\n }",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"System.out.println(\"a \" + new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format(s.nextInt() - s.nextInt()) + \" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \" + new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format(s.nextInt() - s.nextInt()) + \" b\"",
"\"a \" + new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format(s.nextInt() - s.nextInt()) + \" b\"",
"\"a \"",
"new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format(s.nextInt() - s.nextInt())",
"new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format",
"new ChoiceFormat(\"-1#'<'|0#==|1#'>'\")",
"s.nextInt() - s.nextInt()",
"s.nextInt()",
"s.nextInt",
"s",
"s.nextInt()",
"s.nextInt",
"s",
"\" b\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner s = new Scanner(System.in);\n System.out.println(\"a \" + new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format(s.nextInt() - s.nextInt()) + \" b\");\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner s = new Scanner(System.in);\n System.out.println(\"a \" + new ChoiceFormat(\"-1#'<'|0#==|1#'>'\").format(s.nextInt() - s.nextInt()) + \" b\");\n }\n}",
"Main"
] | import java.text.ChoiceFormat;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws Exception {
Scanner s = new Scanner(System.in);
System.out.println("a " + new ChoiceFormat("-1#'<'|0#==|1#'>'").format(s.nextInt() - s.nextInt()) + " b");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
17,
41,
13,
4,
18,
13,
41,
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,
30,
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
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
12,
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
],
[
37,
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;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\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\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"sc.useDelimiter(\"\\\\s\")",
"sc.useDelimiter",
"sc",
"\"\\\\s\"",
"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\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\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\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
sc.useDelimiter("\\s");
int a = sc.nextInt();
int b = sc.nextInt();
if (a > b) {
System.out.println("a > b");
}else if(a < b) {
System.out.println("a < b");
}else {
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
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,
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
],
[
71,
5
],
[
71,
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
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
39,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
50,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
6,
68
],
[
68,
69
],
[
0,
70
],
[
70,
71
],
[
70,
72
]
] | [
"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\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\t\tint a = Integer.parseInt(st[0]);\n\t\tint b = Integer.parseInt(st[1]);\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\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\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\t\tint a = Integer.parseInt(st[0]);\n\t\tint b = Integer.parseInt(st[1]);\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\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\tString[] st = s.split(\" \");\n\t\tint a = Integer.parseInt(st[0]);\n\t\tint b = Integer.parseInt(st[1]);\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\t\tint a = Integer.parseInt(st[0]);\n\t\tint b = Integer.parseInt(st[1]);\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String s = sc.nextLine();",
"s",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] st = s.split(\" \");",
"st",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"int a = Integer.parseInt(st[0]);",
"a",
"Integer.parseInt(st[0])",
"Integer.parseInt",
"Integer",
"st[0]",
"st",
"0",
"int b = Integer.parseInt(st[1]);",
"b",
"Integer.parseInt(st[1])",
"Integer.parseInt",
"Integer",
"st[1]",
"st",
"1",
"if (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"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\tString[] st = s.split(\" \");\n\t\tint a = Integer.parseInt(st[0]);\n\t\tint b = Integer.parseInt(st[1]);\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\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\tString[] st = s.split(\" \");\n\t\tint a = Integer.parseInt(st[0]);\n\t\tint b = Integer.parseInt(st[1]);\n\t\tif (a < b) {\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if (a > b) {\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String s = sc.nextLine();
String[] st = s.split(" ");
int a = Integer.parseInt(st[0]);
int b = Integer.parseInt(st[1]);
if (a < b) {
System.out.println("a < b");
} else if (a > b) {
System.out.println("a > b");
} else {
System.out.println("a == b");
}
}
} |
[
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,
30,
4,
18,
18,
13,
13,
17,
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
],
[
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
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
34,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
45,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
9,
63
],
[
63,
64
]
] | [
"import java.io.*;\nimport java.util.*;\nclass Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int a=Integer.parseInt(st.nextToken());\n int b=Integer.parseInt(st.nextToken());\n if(a<b){ System.out.println(\"a < b\"); }\n else if(a>b){ System.out.println(\"a > b\");}\n else{ System.out.println(\"a == b\"); }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int a=Integer.parseInt(st.nextToken());\n int b=Integer.parseInt(st.nextToken());\n if(a<b){ System.out.println(\"a < b\"); }\n else if(a>b){ System.out.println(\"a > b\");}\n else{ System.out.println(\"a == b\"); }\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int a=Integer.parseInt(st.nextToken());\n int b=Integer.parseInt(st.nextToken());\n if(a<b){ System.out.println(\"a < b\"); }\n else if(a>b){ System.out.println(\"a > b\");}\n else{ System.out.println(\"a == b\"); }\n }",
"main",
"{\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int a=Integer.parseInt(st.nextToken());\n int b=Integer.parseInt(st.nextToken());\n if(a<b){ System.out.println(\"a < b\"); }\n else if(a>b){ System.out.println(\"a > b\");}\n else{ System.out.println(\"a == b\"); }\n }",
"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 a=Integer.parseInt(st.nextToken());",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int b=Integer.parseInt(st.nextToken());",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if(a<b){ System.out.println(\"a < b\"); }\n else if(a>b){ System.out.println(\"a > b\");}\n else{ System.out.println(\"a == b\"); }",
"a<b",
"a",
"b",
"{ System.out.println(\"a < b\"); }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a>b){ System.out.println(\"a > b\");}\n else{ System.out.println(\"a == b\"); }",
"a>b",
"a",
"b",
"{ System.out.println(\"a > b\");}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{ System.out.println(\"a == b\"); }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
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 a=Integer.parseInt(st.nextToken());
int b=Integer.parseInt(st.nextToken());
if(a<b){ System.out.println("a < b"); }
else if(a>b){ System.out.println("a > b");}
else{ System.out.println("a == b"); }
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
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,
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
],
[
70,
8
],
[
70,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
11,
16
],
[
16,
17
],
[
16,
18
],
[
11,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
21,
24
],
[
24,
25
],
[
25,
26
],
[
11,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
32,
33
],
[
33,
34
],
[
11,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
35,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
46,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
11,
64
],
[
64,
65
],
[
65,
66
],
[
9,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\n\npublic class Main {\n\n\n\tpublic static void main(String[] args)throws IOException {\n\t\tint a,b;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta=Integer.parseInt(sc.next());\n\t\tb=Integer.parseInt(sc.next());\n\n\t\tif(a==b){\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}else if(a>b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\tsc.close();\n\n\t}\n\n\n\n\n\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\n\tpublic static void main(String[] args)throws IOException {\n\t\tint a,b;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta=Integer.parseInt(sc.next());\n\t\tb=Integer.parseInt(sc.next());\n\n\t\tif(a==b){\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}else if(a>b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\tsc.close();\n\n\t}\n\n\n\n\n\n}",
"Main",
"public static void main(String[] args)throws IOException {\n\t\tint a,b;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta=Integer.parseInt(sc.next());\n\t\tb=Integer.parseInt(sc.next());\n\n\t\tif(a==b){\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}else if(a>b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\tsc.close();\n\n\t}",
"main",
"{\n\t\tint a,b;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta=Integer.parseInt(sc.next());\n\t\tb=Integer.parseInt(sc.next());\n\n\t\tif(a==b){\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}else if(a>b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\tsc.close();\n\n\t}",
"int a",
"a",
"b;",
"b",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"a=Integer.parseInt(sc.next())",
"a",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"b=Integer.parseInt(sc.next())",
"b",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if(a==b){\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}else if(a>b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"a==b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"if(a>b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n\n\n\tpublic static void main(String[] args)throws IOException {\n\t\tint a,b;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta=Integer.parseInt(sc.next());\n\t\tb=Integer.parseInt(sc.next());\n\n\t\tif(a==b){\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}else if(a>b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\tsc.close();\n\n\t}\n\n\n\n\n\n}",
"public class Main {\n\n\n\tpublic static void main(String[] args)throws IOException {\n\t\tint a,b;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta=Integer.parseInt(sc.next());\n\t\tb=Integer.parseInt(sc.next());\n\n\t\tif(a==b){\n\t\t\tSystem.out.println(\"a == b\");\n\n\t\t}else if(a>b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}\n\t\tsc.close();\n\n\t}\n\n\n\n\n\n}",
"Main"
] | import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void main(String[] args)throws IOException {
int a,b;
Scanner sc = new Scanner(System.in);
a=Integer.parseInt(sc.next());
b=Integer.parseInt(sc.next());
if(a==b){
System.out.println("a == b");
}else if(a>b){
System.out.println("a > b");
}else{
System.out.println("a < b");
}
sc.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,
2,
2,
17,
17,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
17,
17,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
17,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
70,
5
],
[
70,
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
],
[
33,
33
],
[
33,
34
],
[
33,
35
],
[
33,
36
],
[
22,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
48,
48
],
[
48,
49
],
[
48,
50
],
[
48,
51
],
[
37,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
63,
63
],
[
63,
64
],
[
63,
65
],
[
63,
66
],
[
6,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"import java.util.Scanner;\n\n\tpublic class Main {\n\t\tpublic static void main(String []args){\n\n\t\t//????????£?????????????????§????????????????????????\n\t\t//????????\\???\n\t\tScanner sc = new Scanner(System.in);\n\t\t//int???????????????a\n\t int a = sc.nextInt();\n\t //int???????????????b\n\t int b = sc.nextInt();\n\n\t //?????¶??? a????????????????????§??????\n\t if (a<b){\n\t \t System.out.println('a' + \" < \" + 'b');\n\t //?????¶???a???????????????????°???????\n\t } else if(a>b){\n\t \t System.out.println('a' + \" > \" + 'b');\n\t //?????¶???a??¨???????????????\n\t }else if(b == a){\n\t \t System.out.println('a' + \" == \" + 'b');\n\t }\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\tpublic static void main(String []args){\n\n\t\t//????????£?????????????????§????????????????????????\n\t\t//????????\\???\n\t\tScanner sc = new Scanner(System.in);\n\t\t//int???????????????a\n\t int a = sc.nextInt();\n\t //int???????????????b\n\t int b = sc.nextInt();\n\n\t //?????¶??? a????????????????????§??????\n\t if (a<b){\n\t \t System.out.println('a' + \" < \" + 'b');\n\t //?????¶???a???????????????????°???????\n\t } else if(a>b){\n\t \t System.out.println('a' + \" > \" + 'b');\n\t //?????¶???a??¨???????????????\n\t }else if(b == a){\n\t \t System.out.println('a' + \" == \" + 'b');\n\t }\n\t}\n}",
"Main",
"public static void main(String []args){\n\n\t\t//????????£?????????????????§????????????????????????\n\t\t//????????\\???\n\t\tScanner sc = new Scanner(System.in);\n\t\t//int???????????????a\n\t int a = sc.nextInt();\n\t //int???????????????b\n\t int b = sc.nextInt();\n\n\t //?????¶??? a????????????????????§??????\n\t if (a<b){\n\t \t System.out.println('a' + \" < \" + 'b');\n\t //?????¶???a???????????????????°???????\n\t } else if(a>b){\n\t \t System.out.println('a' + \" > \" + 'b');\n\t //?????¶???a??¨???????????????\n\t }else if(b == a){\n\t \t System.out.println('a' + \" == \" + 'b');\n\t }\n\t}",
"main",
"{\n\n\t\t//????????£?????????????????§????????????????????????\n\t\t//????????\\???\n\t\tScanner sc = new Scanner(System.in);\n\t\t//int???????????????a\n\t int a = sc.nextInt();\n\t //int???????????????b\n\t int b = sc.nextInt();\n\n\t //?????¶??? a????????????????????§??????\n\t if (a<b){\n\t \t System.out.println('a' + \" < \" + 'b');\n\t //?????¶???a???????????????????°???????\n\t } else if(a>b){\n\t \t System.out.println('a' + \" > \" + 'b');\n\t //?????¶???a??¨???????????????\n\t }else if(b == a){\n\t \t System.out.println('a' + \" == \" + 'b');\n\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){\n\t \t System.out.println('a' + \" < \" + 'b');\n\t //?????¶???a???????????????????°???????\n\t } else if(a>b){\n\t \t System.out.println('a' + \" > \" + 'b');\n\t //?????¶???a??¨???????????????\n\t }else if(b == a){\n\t \t System.out.println('a' + \" == \" + 'b');\n\t }",
"a<b",
"a",
"b",
"{\n\t \t System.out.println('a' + \" < \" + 'b');\n\t //?????¶???a???????????????????°???????\n\t }",
"System.out.println('a' + \" < \" + 'b')",
"System.out.println",
"System.out",
"System",
"System.out",
"'a' + \" < \" + 'b'",
"'a' + \" < \" + 'b'",
"'a'",
"\" < \"",
"'b'",
"if(a>b){\n\t \t System.out.println('a' + \" > \" + 'b');\n\t //?????¶???a??¨???????????????\n\t }else if(b == a){\n\t \t System.out.println('a' + \" == \" + 'b');\n\t }",
"a>b",
"a",
"b",
"{\n\t \t System.out.println('a' + \" > \" + 'b');\n\t //?????¶???a??¨???????????????\n\t }",
"System.out.println('a' + \" > \" + 'b')",
"System.out.println",
"System.out",
"System",
"System.out",
"'a' + \" > \" + 'b'",
"'a' + \" > \" + 'b'",
"'a'",
"\" > \"",
"'b'",
"if(b == a){\n\t \t System.out.println('a' + \" == \" + 'b');\n\t }",
"b == a",
"b",
"a",
"{\n\t \t System.out.println('a' + \" == \" + 'b');\n\t }",
"System.out.println('a' + \" == \" + 'b')",
"System.out.println",
"System.out",
"System",
"System.out",
"'a' + \" == \" + 'b'",
"'a' + \" == \" + 'b'",
"'a'",
"\" == \"",
"'b'",
"String []args",
"args",
"public class Main {\n\t\tpublic static void main(String []args){\n\n\t\t//????????£?????????????????§????????????????????????\n\t\t//????????\\???\n\t\tScanner sc = new Scanner(System.in);\n\t\t//int???????????????a\n\t int a = sc.nextInt();\n\t //int???????????????b\n\t int b = sc.nextInt();\n\n\t //?????¶??? a????????????????????§??????\n\t if (a<b){\n\t \t System.out.println('a' + \" < \" + 'b');\n\t //?????¶???a???????????????????°???????\n\t } else if(a>b){\n\t \t System.out.println('a' + \" > \" + 'b');\n\t //?????¶???a??¨???????????????\n\t }else if(b == a){\n\t \t System.out.println('a' + \" == \" + 'b');\n\t }\n\t}\n}",
"public class Main {\n\t\tpublic static void main(String []args){\n\n\t\t//????????£?????????????????§????????????????????????\n\t\t//????????\\???\n\t\tScanner sc = new Scanner(System.in);\n\t\t//int???????????????a\n\t int a = sc.nextInt();\n\t //int???????????????b\n\t int b = sc.nextInt();\n\n\t //?????¶??? a????????????????????§??????\n\t if (a<b){\n\t \t System.out.println('a' + \" < \" + 'b');\n\t //?????¶???a???????????????????°???????\n\t } else if(a>b){\n\t \t System.out.println('a' + \" > \" + 'b');\n\t //?????¶???a??¨???????????????\n\t }else if(b == a){\n\t \t System.out.println('a' + \" == \" + 'b');\n\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
int a = sc.nextInt();
//int???????????????b
int b = sc.nextInt();
//?????¶??? a????????????????????§??????
if (a<b){
System.out.println('a' + " < " + 'b');
//?????¶???a???????????????????°???????
} else if(a>b){
System.out.println('a' + " > " + 'b');
//?????¶???a??¨???????????????
}else if(b == a){
System.out.println('a' + " == " + 'b');
}
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
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,
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
],
[
4,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
28,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
38,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
9,
54
],
[
54,
55
]
] | [
"import java.util.*;\nclass Main{\n\tstatic Scanner s = new Scanner(System.in);\n\tpublic static void main(String[] args) {\n\t\tint\ta = Integer.parseInt(s.next()),\n\t\t\tb = Integer.parseInt(s.next());\n\t\tif(a>b)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(a<b)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tstatic Scanner s = new Scanner(System.in);\n\tpublic static void main(String[] args) {\n\t\tint\ta = Integer.parseInt(s.next()),\n\t\t\tb = Integer.parseInt(s.next());\n\t\tif(a>b)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(a<b)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}\n}",
"Main",
"static Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"public static void main(String[] args) {\n\t\tint\ta = Integer.parseInt(s.next()),\n\t\t\tb = Integer.parseInt(s.next());\n\t\tif(a>b)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(a<b)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}",
"main",
"{\n\t\tint\ta = Integer.parseInt(s.next()),\n\t\t\tb = Integer.parseInt(s.next());\n\t\tif(a>b)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(a<b)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");\n\t}",
"int\ta = Integer.parseInt(s.next())",
"a",
"Integer.parseInt(s.next())",
"Integer.parseInt",
"Integer",
"s.next()",
"s.next",
"s",
"b = Integer.parseInt(s.next());",
"b",
"Integer.parseInt(s.next())",
"Integer.parseInt",
"Integer",
"s.next()",
"s.next",
"s",
"if(a>b)\n\t\t\tSystem.out.println(\"a > b\");\n\t\telse if(a<b)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");",
"a>b",
"a",
"b",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a<b)\n\t\t\tSystem.out.println(\"a < b\");\n\t\telse\n\t\t\tSystem.out.println(\"a == b\");",
"a<b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.util.*;
class Main{
static Scanner s = new Scanner(System.in);
public static void main(String[] args) {
int a = Integer.parseInt(s.next()),
b = Integer.parseInt(s.next());
if(a>b)
System.out.println("a > b");
else if(a<b)
System.out.println("a < b");
else
System.out.println("a == b");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
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,
4,
18,
18,
13,
13,
4,
18,
18,
13,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
4,
18,
18,
13,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
4,
18,
18,
13,
13,
23,
13,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
29,
18,
36,
13,
12,
12
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
9,
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
],
[
27,
30
],
[
16,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
16,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
16,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
16,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
16,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
6,
89
],
[
89,
90
],
[
4,
91
],
[
91,
92
],
[
91,
93
],
[
93,
94
],
[
91,
95
],
[
95,
96
],
[
91,
97
],
[
97,
98
],
[
91,
99
],
[
99,
100
],
[
91,
101
],
[
101,
102
],
[
101,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
101,
109
],
[
109,
110
],
[
91,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
91,
118
],
[
91,
119
]
] | [
"import java.io.*;\n\nclass Main {\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));// ??\\????????????????????????\n \n String line = br.readLine();\n String[] dataArray = line.split(\" \");\n int x = Integer.parseInt(dataArray[0]);\n int y = Integer.parseInt(dataArray[1]);\n if(x<y) System.out.println(Result.LessThan.getValue());\n if(x==y) System.out.println(Result.Equal.getValue());\n if(x>y) System.out.println(Result.GreaterThan.getValue());\n } catch (Exception e) {\n e.printStackTrace();\n }\n }\n\n // private static void processLine(String line) {\n // System.out.println(line);\n // }\n public enum Result{\n \tLessThan(\"a < b\"),\n \tEqual(\"a == b\"),\n \tGreaterThan(\"a > b\");\n\t \n\t\t// ?????£??????????????????\n\t private String name;\n\t \n\t // ??????????????????????????????\n\t private Result(String name) {\n\t this.name = name;\n\t }\n\t \n\t // ????????????\n public String getValue() {\n return this.name;\n }\n };\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));// ??\\????????????????????????\n \n String line = br.readLine();\n String[] dataArray = line.split(\" \");\n int x = Integer.parseInt(dataArray[0]);\n int y = Integer.parseInt(dataArray[1]);\n if(x<y) System.out.println(Result.LessThan.getValue());\n if(x==y) System.out.println(Result.Equal.getValue());\n if(x>y) System.out.println(Result.GreaterThan.getValue());\n } catch (Exception e) {\n e.printStackTrace();\n }\n }\n\n // private static void processLine(String line) {\n // System.out.println(line);\n // }\n public enum Result{\n \tLessThan(\"a < b\"),\n \tEqual(\"a == b\"),\n \tGreaterThan(\"a > b\");\n\t \n\t\t// ?????£??????????????????\n\t private String name;\n\t \n\t // ??????????????????????????????\n\t private Result(String name) {\n\t this.name = name;\n\t }\n\t \n\t // ????????????\n public String getValue() {\n return this.name;\n }\n };\n}",
"Main",
"public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));// ??\\????????????????????????\n \n String line = br.readLine();\n String[] dataArray = line.split(\" \");\n int x = Integer.parseInt(dataArray[0]);\n int y = Integer.parseInt(dataArray[1]);\n if(x<y) System.out.println(Result.LessThan.getValue());\n if(x==y) System.out.println(Result.Equal.getValue());\n if(x>y) System.out.println(Result.GreaterThan.getValue());\n } catch (Exception e) {\n e.printStackTrace();\n }\n }",
"main",
"{\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));// ??\\????????????????????????\n \n String line = br.readLine();\n String[] dataArray = line.split(\" \");\n int x = Integer.parseInt(dataArray[0]);\n int y = Integer.parseInt(dataArray[1]);\n if(x<y) System.out.println(Result.LessThan.getValue());\n if(x==y) System.out.println(Result.Equal.getValue());\n if(x>y) System.out.println(Result.GreaterThan.getValue());\n } catch (Exception e) {\n e.printStackTrace();\n }\n }",
"try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));// ??\\????????????????????????\n \n String line = br.readLine();\n String[] dataArray = line.split(\" \");\n int x = Integer.parseInt(dataArray[0]);\n int y = Integer.parseInt(dataArray[1]);\n if(x<y) System.out.println(Result.LessThan.getValue());\n if(x==y) System.out.println(Result.Equal.getValue());\n if(x>y) System.out.println(Result.GreaterThan.getValue());\n } catch (Exception e) {\n e.printStackTrace();\n }",
"catch (Exception e) {\n e.printStackTrace();\n }",
"Exception e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));// ??\\????????????????????????\n \n String line = br.readLine();\n String[] dataArray = line.split(\" \");\n int x = Integer.parseInt(dataArray[0]);\n int y = Integer.parseInt(dataArray[1]);\n if(x<y) System.out.println(Result.LessThan.getValue());\n if(x==y) System.out.println(Result.Equal.getValue());\n if(x>y) System.out.println(Result.GreaterThan.getValue());\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] dataArray = line.split(\" \");",
"dataArray",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int x = Integer.parseInt(dataArray[0]);",
"x",
"Integer.parseInt(dataArray[0])",
"Integer.parseInt",
"Integer",
"dataArray[0]",
"dataArray",
"0",
"int y = Integer.parseInt(dataArray[1]);",
"y",
"Integer.parseInt(dataArray[1])",
"Integer.parseInt",
"Integer",
"dataArray[1]",
"dataArray",
"1",
"if(x<y) System.out.println(Result.LessThan.getValue());",
"x<y",
"x",
"y",
"System.out.println(Result.LessThan.getValue())",
"System.out.println",
"System.out",
"System",
"System.out",
"Result.LessThan.getValue()",
"Result.LessThan.getValue",
"Result.LessThan",
"Result",
"Result.LessThan",
"if(x==y) System.out.println(Result.Equal.getValue());",
"x==y",
"x",
"y",
"System.out.println(Result.Equal.getValue())",
"System.out.println",
"System.out",
"System",
"System.out",
"Result.Equal.getValue()",
"Result.Equal.getValue",
"Result.Equal",
"Result",
"Result.Equal",
"if(x>y) System.out.println(Result.GreaterThan.getValue());",
"x>y",
"x",
"y",
"System.out.println(Result.GreaterThan.getValue())",
"System.out.println",
"System.out",
"System",
"System.out",
"Result.GreaterThan.getValue()",
"Result.GreaterThan.getValue",
"Result.GreaterThan",
"Result",
"Result.GreaterThan",
"String[] args",
"args",
"ublic enum Result{\n \tLessThan(\"a < b\"),\n \tEqual(\"a == b\"),\n \tGreaterThan(\"a > b\");\n\t \n\t\t// ?????£??????????????????\n\t private String name;\n\t \n\t // ??????????????????????????????\n\t private Result(String name) {\n\t this.name = name;\n\t }\n\t \n\t // ????????????\n public String getValue() {\n return this.name;\n }\n }",
"Result",
"LessThan(\"a < b\")",
"LessThan",
"Equal(\"a == b\")",
"Equal",
"GreaterThan(\"a > b\")",
"GreaterThan",
"// ?????£??????????????????\n\t private String name;",
"name",
"// ??????????????????????????????\n\t private Result(String name) {\n\t this.name = name;\n\t }",
"Result",
"{\n\t this.name = name;\n\t }",
"this.name = name",
"this.name",
"this",
"this.name",
"name",
"String name",
"name",
"// ????????????\n public String getValue() {\n return this.name;\n }",
"getValue",
"{\n return this.name;\n }",
"return this.name;",
"this.name",
"this",
"this.name",
"import java.io.*;\n\nclass Main {\n ",
"import java.io.*;\n\nclass Main {\n public static void main(String[] args) {\n try {\n "
] | import java.io.*;
class Main {
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));// ??\????????????????????????
String line = br.readLine();
String[] dataArray = line.split(" ");
int x = Integer.parseInt(dataArray[0]);
int y = Integer.parseInt(dataArray[1]);
if(x<y) System.out.println(Result.LessThan.getValue());
if(x==y) System.out.println(Result.Equal.getValue());
if(x>y) System.out.println(Result.GreaterThan.getValue());
} catch (Exception e) {
e.printStackTrace();
}
}
// private static void processLine(String line) {
// System.out.println(line);
// }
public enum Result{
LessThan("a < b"),
Equal("a == b"),
GreaterThan("a > b");
// ?????£??????????????????
private String name;
// ??????????????????????????????
private Result(String name) {
this.name = name;
}
// ????????????
public String getValue() {
return this.name;
}
};
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
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,
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
],
[
71,
5
],
[
71,
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
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
39,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
50,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
6,
68
],
[
68,
69
],
[
0,
70
],
[
70,
71
],
[
70,
72
]
] | [
"import java.io.*;\n \npublic class Main {\n public static void main(String[] args)throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n \n if(noOne < noTwo) {\n System.out.println(\"a < b\");\n }else if(noOne > noTwo) {\n System.out.println(\"a > b\");\n }else {\n System.out.println(\"a == b\");\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n public static void main(String[] args)throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n \n if(noOne < noTwo) {\n System.out.println(\"a < b\");\n }else if(noOne > noTwo) {\n System.out.println(\"a > b\");\n }else {\n System.out.println(\"a == b\");\n }\n }\n}",
"Main",
"public static void main(String[] args)throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n \n if(noOne < noTwo) {\n System.out.println(\"a < b\");\n }else if(noOne > noTwo) {\n System.out.println(\"a > b\");\n }else {\n System.out.println(\"a == b\");\n }\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n \n if(noOne < noTwo) {\n System.out.println(\"a < b\");\n }else if(noOne > noTwo) {\n System.out.println(\"a > b\");\n }else {\n System.out.println(\"a == b\");\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String input = br.readLine();",
"input",
"br.readLine()",
"br.readLine",
"br",
"String[] cut = input.split(\" \");",
"cut",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int noOne = Integer.parseInt(cut[0]);",
"noOne",
"Integer.parseInt(cut[0])",
"Integer.parseInt",
"Integer",
"cut[0]",
"cut",
"0",
"int noTwo = Integer.parseInt(cut[1]);",
"noTwo",
"Integer.parseInt(cut[1])",
"Integer.parseInt",
"Integer",
"cut[1]",
"cut",
"1",
"if(noOne < noTwo) {\n System.out.println(\"a < b\");\n }else if(noOne > noTwo) {\n System.out.println(\"a > b\");\n }else {\n System.out.println(\"a == b\");\n }",
"noOne < noTwo",
"noOne",
"noTwo",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(noOne > noTwo) {\n System.out.println(\"a > b\");\n }else {\n System.out.println(\"a == b\");\n }",
"noOne > noTwo",
"noOne",
"noTwo",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args)throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n \n if(noOne < noTwo) {\n System.out.println(\"a < b\");\n }else if(noOne > noTwo) {\n System.out.println(\"a > b\");\n }else {\n System.out.println(\"a == b\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args)throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n \n if(noOne < noTwo) {\n System.out.println(\"a < b\");\n }else if(noOne > noTwo) {\n System.out.println(\"a > b\");\n }else {\n System.out.println(\"a == b\");\n }\n }\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args)throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String input = br.readLine();
String[] cut = input.split(" ");
int noOne = Integer.parseInt(cut[0]);
int noTwo = Integer.parseInt(cut[1]);
if(noOne < noTwo) {
System.out.println("a < b");
}else if(noOne > noTwo) {
System.out.println("a > b");
}else {
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
40,
17,
13,
2,
13,
17,
30,
14,
2,
2,
40,
17,
13,
2,
13,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
134,
11
],
[
134,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
14,
24
],
[
24,
25
],
[
24,
26
],
[
14,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
27,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
27,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
46,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
46,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
66,
68
],
[
46,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
74,
75
],
[
74,
76
],
[
46,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
79,
82
],
[
78,
83
],
[
83,
84
],
[
83,
85
],
[
77,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
89,
92
],
[
88,
93
],
[
93,
94
],
[
93,
95
],
[
87,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
99,
101
],
[
96,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
102,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
118,
123
],
[
113,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
125,
130
],
[
12,
131
],
[
131,
132
],
[
0,
133
],
[
133,
134
],
[
133,
135
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\t//?????£?????????\n\t\tint a = 0;\n\t\tint b = 0;\n\n\t\tint intjudge = 0;\n\t\tString strInput = null;\n\n\t\ttry {\n\t\t\t//??\\????????????????????????\n\t\t\tBufferedReader strLine = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tstrInput = strLine.readLine();\n\n\t\t\tString[] strNumList = strInput.split(\" \");\n\n\t\t\ta = Integer.parseInt(strNumList[0]);\n\t\t\tb = Integer.parseInt(strNumList[1]);\n\n\t\t\t//??\\?????°???????????§??????\n\t\t\tif (-1000 <= a && a <= 1000) {\n\n\t\t\t\tif (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//if????????§????????¨\n\t\t\t\t/*else{\n\t\t\t\t\tSystem.out.println(\"b = ERROR\");\n\t\t\t\t}*/\n\t\t\t}\n\t\t\t/*else{\n\t\t\t\tSystem.out.println(\"a = ERROR\");\n\t\t\t}*/\n\n\t\t\t//??¨????????????\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}\n\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) {\n\n\t\t//?????£?????????\n\t\tint a = 0;\n\t\tint b = 0;\n\n\t\tint intjudge = 0;\n\t\tString strInput = null;\n\n\t\ttry {\n\t\t\t//??\\????????????????????????\n\t\t\tBufferedReader strLine = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tstrInput = strLine.readLine();\n\n\t\t\tString[] strNumList = strInput.split(\" \");\n\n\t\t\ta = Integer.parseInt(strNumList[0]);\n\t\t\tb = Integer.parseInt(strNumList[1]);\n\n\t\t\t//??\\?????°???????????§??????\n\t\t\tif (-1000 <= a && a <= 1000) {\n\n\t\t\t\tif (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//if????????§????????¨\n\t\t\t\t/*else{\n\t\t\t\t\tSystem.out.println(\"b = ERROR\");\n\t\t\t\t}*/\n\t\t\t}\n\t\t\t/*else{\n\t\t\t\tSystem.out.println(\"a = ERROR\");\n\t\t\t}*/\n\n\t\t\t//??¨????????????\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\t//?????£?????????\n\t\tint a = 0;\n\t\tint b = 0;\n\n\t\tint intjudge = 0;\n\t\tString strInput = null;\n\n\t\ttry {\n\t\t\t//??\\????????????????????????\n\t\t\tBufferedReader strLine = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tstrInput = strLine.readLine();\n\n\t\t\tString[] strNumList = strInput.split(\" \");\n\n\t\t\ta = Integer.parseInt(strNumList[0]);\n\t\t\tb = Integer.parseInt(strNumList[1]);\n\n\t\t\t//??\\?????°???????????§??????\n\t\t\tif (-1000 <= a && a <= 1000) {\n\n\t\t\t\tif (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//if????????§????????¨\n\t\t\t\t/*else{\n\t\t\t\t\tSystem.out.println(\"b = ERROR\");\n\t\t\t\t}*/\n\t\t\t}\n\t\t\t/*else{\n\t\t\t\tSystem.out.println(\"a = ERROR\");\n\t\t\t}*/\n\n\t\t\t//??¨????????????\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}",
"main",
"{\n\n\t\t//?????£?????????\n\t\tint a = 0;\n\t\tint b = 0;\n\n\t\tint intjudge = 0;\n\t\tString strInput = null;\n\n\t\ttry {\n\t\t\t//??\\????????????????????????\n\t\t\tBufferedReader strLine = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tstrInput = strLine.readLine();\n\n\t\t\tString[] strNumList = strInput.split(\" \");\n\n\t\t\ta = Integer.parseInt(strNumList[0]);\n\t\t\tb = Integer.parseInt(strNumList[1]);\n\n\t\t\t//??\\?????°???????????§??????\n\t\t\tif (-1000 <= a && a <= 1000) {\n\n\t\t\t\tif (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//if????????§????????¨\n\t\t\t\t/*else{\n\t\t\t\t\tSystem.out.println(\"b = ERROR\");\n\t\t\t\t}*/\n\t\t\t}\n\t\t\t/*else{\n\t\t\t\tSystem.out.println(\"a = ERROR\");\n\t\t\t}*/\n\n\t\t\t//??¨????????????\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}",
"int a = 0;",
"a",
"0",
"int b = 0;",
"b",
"0",
"int intjudge = 0;",
"intjudge",
"0",
"String strInput = null;",
"strInput",
"null",
"try {\n\t\t\t//??\\????????????????????????\n\t\t\tBufferedReader strLine = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tstrInput = strLine.readLine();\n\n\t\t\tString[] strNumList = strInput.split(\" \");\n\n\t\t\ta = Integer.parseInt(strNumList[0]);\n\t\t\tb = Integer.parseInt(strNumList[1]);\n\n\t\t\t//??\\?????°???????????§??????\n\t\t\tif (-1000 <= a && a <= 1000) {\n\n\t\t\t\tif (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//if????????§????????¨\n\t\t\t\t/*else{\n\t\t\t\t\tSystem.out.println(\"b = ERROR\");\n\t\t\t\t}*/\n\t\t\t}\n\t\t\t/*else{\n\t\t\t\tSystem.out.println(\"a = ERROR\");\n\t\t\t}*/\n\n\t\t\t//??¨????????????\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}",
"catch (IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.out.println(e);\n\t\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}",
"NumberFormatException e2",
"{\n\t\t\tSystem.out.println(e2);\n\t\t}",
"System.out.println(e2)",
"System.out.println",
"System.out",
"System",
"System.out",
"e2",
"{\n\t\t\t//??\\????????????????????????\n\t\t\tBufferedReader strLine = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tstrInput = strLine.readLine();\n\n\t\t\tString[] strNumList = strInput.split(\" \");\n\n\t\t\ta = Integer.parseInt(strNumList[0]);\n\t\t\tb = Integer.parseInt(strNumList[1]);\n\n\t\t\t//??\\?????°???????????§??????\n\t\t\tif (-1000 <= a && a <= 1000) {\n\n\t\t\t\tif (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//if????????§????????¨\n\t\t\t\t/*else{\n\t\t\t\t\tSystem.out.println(\"b = ERROR\");\n\t\t\t\t}*/\n\t\t\t}\n\t\t\t/*else{\n\t\t\t\tSystem.out.println(\"a = ERROR\");\n\t\t\t}*/\n\n\t\t\t//??¨????????????\n\t\t}",
"BufferedReader strLine = new BufferedReader(new InputStreamReader(System.in));",
"strLine",
"new BufferedReader(new InputStreamReader(System.in))",
"strInput = strLine.readLine()",
"strInput",
"strLine.readLine()",
"strLine.readLine",
"strLine",
"String[] strNumList = strInput.split(\" \");",
"strNumList",
"strInput.split(\" \")",
"strInput.split",
"strInput",
"\" \"",
"a = Integer.parseInt(strNumList[0])",
"a",
"Integer.parseInt(strNumList[0])",
"Integer.parseInt",
"Integer",
"strNumList[0]",
"strNumList",
"0",
"b = Integer.parseInt(strNumList[1])",
"b",
"Integer.parseInt(strNumList[1])",
"Integer.parseInt",
"Integer",
"strNumList[1]",
"strNumList",
"1",
"if (-1000 <= a && a <= 1000) {\n\n\t\t\t\tif (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//if????????§????????¨\n\t\t\t\t/*else{\n\t\t\t\t\tSystem.out.println(\"b = ERROR\");\n\t\t\t\t}*/\n\t\t\t}",
"-1000 <= a && a <= 1000",
"-1000 <= a",
"-1000",
"1000",
"a",
"a <= 1000",
"a",
"1000",
"{\n\n\t\t\t\tif (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//if????????§????????¨\n\t\t\t\t/*else{\n\t\t\t\t\tSystem.out.println(\"b = ERROR\");\n\t\t\t\t}*/\n\t\t\t}",
"if (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}",
"-1000 <= b && b <= 1000",
"-1000 <= b",
"-1000",
"1000",
"b",
"b <= 1000",
"b",
"1000",
"{\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}",
"intjudge = (a - b)",
"intjudge",
"(a - b)",
"a",
"b",
"if (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}",
"intjudge > 0",
"intjudge",
"0",
"{\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}",
"intjudge == 0",
"intjudge",
"0",
"{\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"{\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\t//?????£?????????\n\t\tint a = 0;\n\t\tint b = 0;\n\n\t\tint intjudge = 0;\n\t\tString strInput = null;\n\n\t\ttry {\n\t\t\t//??\\????????????????????????\n\t\t\tBufferedReader strLine = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tstrInput = strLine.readLine();\n\n\t\t\tString[] strNumList = strInput.split(\" \");\n\n\t\t\ta = Integer.parseInt(strNumList[0]);\n\t\t\tb = Integer.parseInt(strNumList[1]);\n\n\t\t\t//??\\?????°???????????§??????\n\t\t\tif (-1000 <= a && a <= 1000) {\n\n\t\t\t\tif (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//if????????§????????¨\n\t\t\t\t/*else{\n\t\t\t\t\tSystem.out.println(\"b = ERROR\");\n\t\t\t\t}*/\n\t\t\t}\n\t\t\t/*else{\n\t\t\t\tSystem.out.println(\"a = ERROR\");\n\t\t\t}*/\n\n\t\t\t//??¨????????????\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\t//?????£?????????\n\t\tint a = 0;\n\t\tint b = 0;\n\n\t\tint intjudge = 0;\n\t\tString strInput = null;\n\n\t\ttry {\n\t\t\t//??\\????????????????????????\n\t\t\tBufferedReader strLine = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tstrInput = strLine.readLine();\n\n\t\t\tString[] strNumList = strInput.split(\" \");\n\n\t\t\ta = Integer.parseInt(strNumList[0]);\n\t\t\tb = Integer.parseInt(strNumList[1]);\n\n\t\t\t//??\\?????°???????????§??????\n\t\t\tif (-1000 <= a && a <= 1000) {\n\n\t\t\t\tif (-1000 <= b && b <= 1000) {\n\n\t\t\t\t\tintjudge = (a - b);\n\n\t\t\t\t\t//???????????????\n\t\t\t\t\tif (intjudge > 0) {\n\t\t\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t\t\t}else if (intjudge == 0) {\n\t\t\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t\t\t}else {\n\t\t\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t//if????????§????????¨\n\t\t\t\t/*else{\n\t\t\t\t\tSystem.out.println(\"b = ERROR\");\n\t\t\t\t}*/\n\t\t\t}\n\t\t\t/*else{\n\t\t\t\tSystem.out.println(\"a = ERROR\");\n\t\t\t}*/\n\n\t\t\t//??¨????????????\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(e);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
//?????£?????????
int a = 0;
int b = 0;
int intjudge = 0;
String strInput = null;
try {
//??\????????????????????????
BufferedReader strLine = new BufferedReader(new InputStreamReader(System.in));
strInput = strLine.readLine();
String[] strNumList = strInput.split(" ");
a = Integer.parseInt(strNumList[0]);
b = Integer.parseInt(strNumList[1]);
//??\?????°???????????§??????
if (-1000 <= a && a <= 1000) {
if (-1000 <= b && b <= 1000) {
intjudge = (a - b);
//???????????????
if (intjudge > 0) {
System.out.println("a > b");
}else if (intjudge == 0) {
System.out.println("a == b");
}else {
System.out.println("a < b");
}
}
//if????????§????????¨
/*else{
System.out.println("b = ERROR");
}*/
}
/*else{
System.out.println("a = ERROR");
}*/
//??¨????????????
} catch (IOException e) {
System.out.println(e);
}catch (NumberFormatException e2) {
System.out.println(e2);
}
}
} |
[
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,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
20,
14,
2,
13,
13,
30,
0,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
80,
11
],
[
80,
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
],
[
28,
31
],
[
14,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
14,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
14,
48
],
[
48,
49
],
[
48,
50
],
[
14,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
59,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
14,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
12,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tString buf = br.readLine();\n\t\tString[] input = buf.split(\" \");\n\t\tint a = Integer.parseInt(input[0]);\n\t\tint b = Integer.parseInt(input[1]);\n\t\t\n\t\tString result = new String();\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else{\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\tSystem.out.println(result);\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\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tString buf = br.readLine();\n\t\tString[] input = buf.split(\" \");\n\t\tint a = Integer.parseInt(input[0]);\n\t\tint b = Integer.parseInt(input[1]);\n\t\t\n\t\tString result = new String();\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else{\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\tSystem.out.println(result);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tString buf = br.readLine();\n\t\tString[] input = buf.split(\" \");\n\t\tint a = Integer.parseInt(input[0]);\n\t\tint b = Integer.parseInt(input[1]);\n\t\t\n\t\tString result = new String();\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else{\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\tSystem.out.println(result);\n\t}",
"main",
"{\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tString buf = br.readLine();\n\t\tString[] input = buf.split(\" \");\n\t\tint a = Integer.parseInt(input[0]);\n\t\tint b = Integer.parseInt(input[1]);\n\t\t\n\t\tString result = new String();\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else{\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\tSystem.out.println(result);\n\t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"String[] input = buf.split(\" \");",
"input",
"buf.split(\" \")",
"buf.split",
"buf",
"\" \"",
"int a = Integer.parseInt(input[0]);",
"a",
"Integer.parseInt(input[0])",
"Integer.parseInt",
"Integer",
"input[0]",
"input",
"0",
"int b = Integer.parseInt(input[1]);",
"b",
"Integer.parseInt(input[1])",
"Integer.parseInt",
"Integer",
"input[1]",
"input",
"1",
"String result = new String();",
"result",
"new String()",
"if(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else{\n\t\t\tresult = \"a == b\";\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tresult = \"a < b\";\n\t\t}",
"result = \"a < b\"",
"result",
"\"a < b\"",
"if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else{\n\t\t\tresult = \"a == b\";\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tresult = \"a > b\";\n\t\t}",
"result = \"a > b\"",
"result",
"\"a > b\"",
"{\n\t\t\tresult = \"a == b\";\n\t\t}",
"result = \"a == b\"",
"result",
"\"a == b\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tString buf = br.readLine();\n\t\tString[] input = buf.split(\" \");\n\t\tint a = Integer.parseInt(input[0]);\n\t\tint b = Integer.parseInt(input[1]);\n\t\t\n\t\tString result = new String();\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else{\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\tSystem.out.println(result);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\tString buf = br.readLine();\n\t\tString[] input = buf.split(\" \");\n\t\tint a = Integer.parseInt(input[0]);\n\t\tint b = Integer.parseInt(input[1]);\n\t\t\n\t\tString result = new String();\n\t\tif(a < b){\n\t\t\tresult = \"a < b\";\n\t\t}else if(a > b){\n\t\t\tresult = \"a > b\";\n\t\t}else{\n\t\t\tresult = \"a == b\";\n\t\t}\n\t\tSystem.out.println(result);\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 {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
String buf = br.readLine();
String[] input = buf.split(" ");
int a = Integer.parseInt(input[0]);
int b = Integer.parseInt(input[1]);
String result = new String();
if(a < b){
result = "a < b";
}else if(a > b){
result = "a > b";
}else{
result = "a == b";
}
System.out.println(result);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
41,
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,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
54,
5
],
[
54,
6
],
[
6,
7
],
[
6,
8
],
[
54,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
11,
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
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
33,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
9,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
]
] | [
"import java.util.*;\n\npublic class Main{\n\tprivate static final Scanner scan = new Scanner(System.in);\n\n\tpublic static void main(String[] args){\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tprivate static final Scanner scan = new Scanner(System.in);\n\n\tpublic static void main(String[] args){\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main",
"private static final Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"public static void main(String[] args){\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main{\n\tprivate static final Scanner scan = new Scanner(System.in);\n\n\tpublic static void main(String[] args){\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"public class Main{\n\tprivate static final Scanner scan = new Scanner(System.in);\n\n\tpublic static void main(String[] args){\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t} else if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
private static final Scanner scan = new Scanner(System.in);
public static void main(String[] args){
int a = scan.nextInt();
int b = scan.nextInt();
if(a < b){
System.out.println("a < b");
} else if(a > b){
System.out.println("a > b");
} else{
System.out.println("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,
4,
18,
18,
13,
13,
17,
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
],
[
51,
5
],
[
51,
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
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
32,
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;\npublic class Main{\n public static void main(String srgv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\n\tif( a < b )\n\t System.out.println(\"a < b\");\n\telse if( a > b)\n\t System.out.println(\"a > b\");\n\telse\n\t System.out.println(\"a == b\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String srgv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\n\tif( a < b )\n\t System.out.println(\"a < b\");\n\telse if( a > b)\n\t System.out.println(\"a > b\");\n\telse\n\t System.out.println(\"a == b\");\n }\n}",
"Main",
"public static void main(String srgv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\n\tif( a < b )\n\t System.out.println(\"a < b\");\n\telse if( a > b)\n\t System.out.println(\"a > b\");\n\telse\n\t System.out.println(\"a == b\");\n }",
"main",
"{\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\n\tif( a < b )\n\t System.out.println(\"a < b\");\n\telse if( a > b)\n\t System.out.println(\"a > b\");\n\telse\n\t System.out.println(\"a == b\");\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\t System.out.println(\"a < b\");\n\telse if( a > b)\n\t System.out.println(\"a > b\");\n\telse\n\t System.out.println(\"a == b\");",
"a < b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if( a > b)\n\t System.out.println(\"a > b\");\n\telse\n\t System.out.println(\"a == b\");",
"a > b",
"a",
"b",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String srgv[]",
"srgv",
"public class Main{\n public static void main(String srgv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\n\tif( a < b )\n\t System.out.println(\"a < b\");\n\telse if( a > b)\n\t System.out.println(\"a > b\");\n\telse\n\t System.out.println(\"a == b\");\n }\n}",
"public class Main{\n public static void main(String srgv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\n\tif( a < b )\n\t System.out.println(\"a < b\");\n\telse if( a > b)\n\t System.out.println(\"a > b\");\n\telse\n\t System.out.println(\"a == b\");\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String srgv[])
{
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
if( a < b )
System.out.println("a < b");
else if( a > b)
System.out.println("a > b");
else
System.out.println("a == b");
}
} |
[
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,
17,
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,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
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
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
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
],
[
31,
34
],
[
31,
35
],
[
20,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
41,
43
],
[
20,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
49,
51
],
[
20,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
52,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
63,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
18,
85
],
[
85,
86
]
] | [
"import java.io.IOException;\nimport java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.*;\nimport java.io.*;\n\nclass Main\n{\n public static void main(String[] args) throws IOException\n {\n\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] ab = str.split(\" \", 0);\n int a = Integer.parseInt(ab[0]);\n int b = Integer.parseInt(ab[1]);\n\n if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else if(a==b){\n System.out.println(\"a == b\");\n \n \n }\n}\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n public static void main(String[] args) throws IOException\n {\n\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] ab = str.split(\" \", 0);\n int a = Integer.parseInt(ab[0]);\n int b = Integer.parseInt(ab[1]);\n\n if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else if(a==b){\n System.out.println(\"a == b\");\n \n \n }\n}\n}",
"Main",
"public static void main(String[] args) throws IOException\n {\n\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] ab = str.split(\" \", 0);\n int a = Integer.parseInt(ab[0]);\n int b = Integer.parseInt(ab[1]);\n\n if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else if(a==b){\n System.out.println(\"a == b\");\n \n \n }\n}",
"main",
"{\n\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] ab = str.split(\" \", 0);\n int a = Integer.parseInt(ab[0]);\n int b = Integer.parseInt(ab[1]);\n\n if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else if(a==b){\n System.out.println(\"a == b\");\n \n \n }\n}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] ab = str.split(\" \", 0);",
"ab",
"str.split(\" \", 0)",
"str.split",
"str",
"\" \"",
"0",
"int a = Integer.parseInt(ab[0]);",
"a",
"Integer.parseInt(ab[0])",
"Integer.parseInt",
"Integer",
"ab[0]",
"ab",
"0",
"int b = Integer.parseInt(ab[1]);",
"b",
"Integer.parseInt(ab[1])",
"Integer.parseInt",
"Integer",
"ab[1]",
"ab",
"1",
"if(a<b){\n System.out.println(\"a < b\");\n }else if(a>b){\n System.out.println(\"a > b\");\n }else if(a==b){\n System.out.println(\"a == b\");\n \n \n }",
"a<b",
"a",
"b",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a>b){\n System.out.println(\"a > b\");\n }else if(a==b){\n System.out.println(\"a == b\");\n \n \n }",
"a>b",
"a",
"b",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a==b){\n System.out.println(\"a == b\");\n \n \n }",
"a==b",
"a",
"b",
"{\n System.out.println(\"a == b\");\n \n \n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.io.IOException;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
import java.io.*;
class Main
{
public static void main(String[] args) throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] ab = str.split(" ", 0);
int a = Integer.parseInt(ab[0]);
int b = Integer.parseInt(ab[1]);
if(a<b){
System.out.println("a < b");
}else if(a>b){
System.out.println("a > b");
}else if(a==b){
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
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
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
21,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
21,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
40,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
40,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
60,
62
],
[
40,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
68,
69
],
[
68,
70
],
[
40,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
71,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
82,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
12,
100
],
[
100,
101
]
] | [
"/**\n * 2つの整数 a, b を読み込んで、a と b の大小関係を出力するプログラム\n * @author 前島佑介\n *@version 2014/12/1\n */\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n\n// 2-A 2つの整数 a, b を読み込んで、a と b の大小関係を出力するプログラム\nclass Main {\n\n\t// プログラムのエントリポイント\n\tpublic static void main(String[] args) {\n\n\t\t//入力値1つ目\n\t\tint intNum1 = 0;\n\n\t\t//入力値2つ目\n\t\tint intNum2 = 0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目は縦\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目は横\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//intNum1よりintNum2のほうが大きいなら\n\t\t\tif(intNum1 < intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a < b\");\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t}else if(intNum1 > intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a > b\");\n\n\t\t\t//それ以外のintNum1とintNum2が同じなら\n\t\t\t}else {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\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",
"class Main {\n\n\t// プログラムのエントリポイント\n\tpublic static void main(String[] args) {\n\n\t\t//入力値1つ目\n\t\tint intNum1 = 0;\n\n\t\t//入力値2つ目\n\t\tint intNum2 = 0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目は縦\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目は横\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//intNum1よりintNum2のほうが大きいなら\n\t\t\tif(intNum1 < intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a < b\");\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t}else if(intNum1 > intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a > b\");\n\n\t\t\t//それ以外のintNum1とintNum2が同じなら\n\t\t\t}else {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}\n}",
"Main",
"// プログラムのエントリポイント\n\tpublic static void main(String[] args) {\n\n\t\t//入力値1つ目\n\t\tint intNum1 = 0;\n\n\t\t//入力値2つ目\n\t\tint intNum2 = 0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目は縦\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目は横\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//intNum1よりintNum2のほうが大きいなら\n\t\t\tif(intNum1 < intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a < b\");\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t}else if(intNum1 > intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a > b\");\n\n\t\t\t//それ以外のintNum1とintNum2が同じなら\n\t\t\t}else {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}",
"main",
"{\n\n\t\t//入力値1つ目\n\t\tint intNum1 = 0;\n\n\t\t//入力値2つ目\n\t\tint intNum2 = 0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目は縦\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目は横\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//intNum1よりintNum2のほうが大きいなら\n\t\t\tif(intNum1 < intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a < b\");\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t}else if(intNum1 > intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a > b\");\n\n\t\t\t//それ以外のintNum1とintNum2が同じなら\n\t\t\t}else {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}",
"int intNum1 = 0;",
"intNum1",
"0",
"int intNum2 = 0;",
"intNum2",
"0",
"try{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目は縦\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目は横\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//intNum1よりintNum2のほうが大きいなら\n\t\t\tif(intNum1 < intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a < b\");\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t}else if(intNum1 > intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a > b\");\n\n\t\t\t//それ以外のintNum1とintNum2が同じなら\n\t\t\t}else {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}",
"catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}",
"IOException e",
"{\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}",
"NumberFormatException e",
"{\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}",
"System.out.println(\"数値で入力して下さい\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"数値で入力して下さい\"",
"{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目は縦\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目は横\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//intNum1よりintNum2のほうが大きいなら\n\t\t\tif(intNum1 < intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a < b\");\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t}else if(intNum1 > intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a > b\");\n\n\t\t\t//それ以外のintNum1とintNum2が同じなら\n\t\t\t}else {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\n\t\t\t//例外処理\n\t\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String strLine = br.readLine();",
"strLine",
"br.readLine()",
"br.readLine",
"br",
"String[] strLineAry = strLine.split(\" \");",
"strLineAry",
"strLine.split(\" \")",
"strLine.split",
"strLine",
"\" \"",
"intNum1 = Integer.parseInt(strLineAry[0])",
"intNum1",
"Integer.parseInt(strLineAry[0])",
"Integer.parseInt",
"Integer",
"strLineAry[0]",
"strLineAry",
"0",
"intNum2 = Integer.parseInt(strLineAry[1])",
"intNum2",
"Integer.parseInt(strLineAry[1])",
"Integer.parseInt",
"Integer",
"strLineAry[1]",
"strLineAry",
"1",
"if(intNum1 < intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a < b\");\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t}else if(intNum1 > intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a > b\");\n\n\t\t\t//それ以外のintNum1とintNum2が同じなら\n\t\t\t}else {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"intNum1 < intNum2",
"intNum1",
"intNum2",
"{\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a < b\");\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(intNum1 > intNum2) {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a > b\");\n\n\t\t\t//それ以外のintNum1とintNum2が同じなら\n\t\t\t}else {\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"intNum1 > intNum2",
"intNum1",
"intNum2",
"{\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a > b\");\n\n\t\t\t//それ以外のintNum1とintNum2が同じなら\n\t\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\n\t\t\t\t//結果を出力\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | /**
* 2つの整数 a, b を読み込んで、a と b の大小関係を出力するプログラム
* @author 前島佑介
*@version 2014/12/1
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
// 2-A 2つの整数 a, b を読み込んで、a と b の大小関係を出力するプログラム
class Main {
// プログラムのエントリポイント
public static void main(String[] args) {
//入力値1つ目
int intNum1 = 0;
//入力値2つ目
int intNum2 = 0;
try{
//キーボードからの入力準備
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
//キーボードからの入力をString型で受け取る
String strLine = br.readLine();
//文字列の分割:入力値を" "で分ける
//分けた文字列はstrLineAry[0]とstrLineAry[1]に分けられる
String[] strLineAry = strLine.split(" ");
//入力値の1つ目は縦
intNum1 = Integer.parseInt(strLineAry[0]);
//2つ目は横
intNum2 = Integer.parseInt(strLineAry[1]);
//intNum1よりintNum2のほうが大きいなら
if(intNum1 < intNum2) {
//結果を出力
System.out.println("a < b");
//intNum1よりintNum2のほうが小さいなら
}else if(intNum1 > intNum2) {
//結果を出力
System.out.println("a > b");
//それ以外のintNum1とintNum2が同じなら
}else {
//結果を出力
System.out.println("a == b");
}
//例外処理
}catch(IOException e) {
//例外時の出力
System.out.println(e);
}catch(NumberFormatException e) {
//数値以外の入力値で出力
System.out.println("数値で入力して下さい");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
69,
5
],
[
69,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
12,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
22,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
22,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
22,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
22,
63
],
[
63,
64
],
[
64,
65
],
[
6,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"\nimport java.util.Scanner;\npublic class Main {\n public static void main(String[] args){\nScanner scan = new Scanner (System.in);\n\ntry{\nint a=scan.nextInt();\nint b=scan.nextInt();\n\nif(a==b) System.out.println(\"a == b\");\nif(a>b) System.out.println(\"a > b\");\nif(a<b) System.out.println(\"a < b\");\n\nscan.close();\n}catch(NumberFormatException e){\n System.out.println(e);\n}\n\n\n\n\n }\n \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args){\nScanner scan = new Scanner (System.in);\n\ntry{\nint a=scan.nextInt();\nint b=scan.nextInt();\n\nif(a==b) System.out.println(\"a == b\");\nif(a>b) System.out.println(\"a > b\");\nif(a<b) System.out.println(\"a < b\");\n\nscan.close();\n}catch(NumberFormatException e){\n System.out.println(e);\n}\n\n\n\n\n }\n \n}",
"Main",
"public static void main(String[] args){\nScanner scan = new Scanner (System.in);\n\ntry{\nint a=scan.nextInt();\nint b=scan.nextInt();\n\nif(a==b) System.out.println(\"a == b\");\nif(a>b) System.out.println(\"a > b\");\nif(a<b) System.out.println(\"a < b\");\n\nscan.close();\n}catch(NumberFormatException e){\n System.out.println(e);\n}\n\n\n\n\n }",
"main",
"{\nScanner scan = new Scanner (System.in);\n\ntry{\nint a=scan.nextInt();\nint b=scan.nextInt();\n\nif(a==b) System.out.println(\"a == b\");\nif(a>b) System.out.println(\"a > b\");\nif(a<b) System.out.println(\"a < b\");\n\nscan.close();\n}catch(NumberFormatException e){\n System.out.println(e);\n}\n\n\n\n\n }",
"Scanner scan = new Scanner (System.in);",
"scan",
"new Scanner (System.in)",
"try{\nint a=scan.nextInt();\nint b=scan.nextInt();\n\nif(a==b) System.out.println(\"a == b\");\nif(a>b) System.out.println(\"a > b\");\nif(a<b) System.out.println(\"a < b\");\n\nscan.close();\n}catch(NumberFormatException e){\n System.out.println(e);\n}",
"catch(NumberFormatException e){\n System.out.println(e);\n}",
"NumberFormatException e",
"{\n System.out.println(e);\n}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\nint a=scan.nextInt();\nint b=scan.nextInt();\n\nif(a==b) System.out.println(\"a == b\");\nif(a>b) System.out.println(\"a > b\");\nif(a<b) System.out.println(\"a < b\");\n\nscan.close();\n}",
"int a=scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b=scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(a==b) System.out.println(\"a == b\");",
"a==b",
"a",
"b",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"if(a>b) System.out.println(\"a > b\");",
"a>b",
"a",
"b",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a<b) System.out.println(\"a < b\");",
"a<b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\nScanner scan = new Scanner (System.in);\n\ntry{\nint a=scan.nextInt();\nint b=scan.nextInt();\n\nif(a==b) System.out.println(\"a == b\");\nif(a>b) System.out.println(\"a > b\");\nif(a<b) System.out.println(\"a < b\");\n\nscan.close();\n}catch(NumberFormatException e){\n System.out.println(e);\n}\n\n\n\n\n }\n \n}",
"public class Main {\n public static void main(String[] args){\nScanner scan = new Scanner (System.in);\n\ntry{\nint a=scan.nextInt();\nint b=scan.nextInt();\n\nif(a==b) System.out.println(\"a == b\");\nif(a>b) System.out.println(\"a > b\");\nif(a<b) System.out.println(\"a < b\");\n\nscan.close();\n}catch(NumberFormatException e){\n System.out.println(e);\n}\n\n\n\n\n }\n \n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner scan = new Scanner (System.in);
try{
int a=scan.nextInt();
int b=scan.nextInt();
if(a==b) System.out.println("a == b");
if(a>b) System.out.println("a > b");
if(a<b) System.out.println("a < b");
scan.close();
}catch(NumberFormatException e){
System.out.println(e);
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
74,
5
],
[
74,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
42,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
52,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
8,
68
],
[
68,
69
],
[
69,
70
],
[
6,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint a,b;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n\n if(a == b) System.out.println(\"a == b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a > b\");\n\n in.close();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint a,b;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n\n if(a == b) System.out.println(\"a == b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a > b\");\n\n in.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tint a,b;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n\n if(a == b) System.out.println(\"a == b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a > b\");\n\n in.close();\n }",
"main",
"{\n\n\t\tint a,b;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n\n if(a == b) System.out.println(\"a == b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a > b\");\n\n in.close();\n }",
"int a",
"a",
"b;",
"b",
"String str1",
"str1",
"str2;",
"str2",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"str1 = in.next()",
"str1",
"in.next()",
"in.next",
"in",
"str2 = in.next()",
"str2",
"in.next()",
"in.next",
"in",
"a = Integer.parseInt(str1)",
"a",
"Integer.parseInt(str1)",
"Integer.parseInt",
"Integer",
"str1",
"b = Integer.parseInt(str2)",
"b",
"Integer.parseInt(str2)",
"Integer.parseInt",
"Integer",
"str2",
"if(a == b) System.out.println(\"a == b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a > b\");",
"a == b",
"a",
"b",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a > b\");",
"a < b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"in.close()",
"in.close",
"in",
"String[] args",
"args",
"public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint a,b;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n\n if(a == b) System.out.println(\"a == b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a > b\");\n\n in.close();\n }\n}",
"public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint a,b;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n\n if(a == b) System.out.println(\"a == b\");\n else if(a < b) System.out.println(\"a < b\");\n else System.out.println(\"a > b\");\n\n in.close();\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args) {
int a,b;
String str1,str2;
Scanner in = new Scanner(System.in);
str1 = in.next();
str2 = in.next();
a = Integer.parseInt(str1);
b = Integer.parseInt(str2);
if(a == b) System.out.println("a == b");
else if(a < b) System.out.println("a < b");
else System.out.println("a > b");
in.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,
17,
14,
2,
13,
13,
30,
0,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
2,
2,
17,
13,
17,
4,
18,
13,
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
],
[
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
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
51,
54
],
[
8,
55
],
[
55,
56
],
[
56,
57
],
[
6,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import java.util.Scanner;\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 String op = \"\";\n\n if (a < b) {\n op = \"<\";\n } else if (a > b) {\n op = \">\";\n } else {\n op = \"==\";\n }\n\n\n System.out.println(\"a \" + op + \" b\");\n sc.close();\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 a = sc.nextInt();\n int b = sc.nextInt();\n String op = \"\";\n\n if (a < b) {\n op = \"<\";\n } else if (a > b) {\n op = \">\";\n } else {\n op = \"==\";\n }\n\n\n System.out.println(\"a \" + op + \" b\");\n sc.close();\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 String op = \"\";\n\n if (a < b) {\n op = \"<\";\n } else if (a > b) {\n op = \">\";\n } else {\n op = \"==\";\n }\n\n\n System.out.println(\"a \" + op + \" b\");\n sc.close();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n String op = \"\";\n\n if (a < b) {\n op = \"<\";\n } else if (a > b) {\n op = \">\";\n } else {\n op = \"==\";\n }\n\n\n System.out.println(\"a \" + op + \" b\");\n sc.close();\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",
"String op = \"\";",
"op",
"\"\"",
"if (a < b) {\n op = \"<\";\n } else if (a > b) {\n op = \">\";\n } else {\n op = \"==\";\n }",
"a < b",
"a",
"b",
"{\n op = \"<\";\n }",
"op = \"<\"",
"op",
"\"<\"",
"if (a > b) {\n op = \">\";\n } else {\n op = \"==\";\n }",
"a > b",
"a",
"b",
"{\n op = \">\";\n }",
"op = \">\"",
"op",
"\">\"",
"{\n op = \"==\";\n }",
"op = \"==\"",
"op",
"\"==\"",
"System.out.println(\"a \" + op + \" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \" + op + \" b\"",
"\"a \" + op + \" b\"",
"\"a \"",
"op",
"\" b\"",
"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\n int a = sc.nextInt();\n int b = sc.nextInt();\n String op = \"\";\n\n if (a < b) {\n op = \"<\";\n } else if (a > b) {\n op = \">\";\n } else {\n op = \"==\";\n }\n\n\n System.out.println(\"a \" + op + \" b\");\n sc.close();\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 String op = \"\";\n\n if (a < b) {\n op = \"<\";\n } else if (a > b) {\n op = \">\";\n } else {\n op = \"==\";\n }\n\n\n System.out.println(\"a \" + op + \" b\");\n sc.close();\n }\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();
String op = "";
if (a < b) {
op = "<";
} else if (a > b) {
op = ">";
} else {
op = "==";
}
System.out.println("a " + op + " b");
sc.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,
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
],
[
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
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
22,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
33,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
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\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tif(intA < intB){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(intA > intB){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(intA == intB){\n\t\t\tSystem.out.println(\"a == b\");\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 scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tif(intA < intB){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(intA > intB){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(intA == intB){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tif(intA < intB){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(intA > intB){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(intA == intB){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tif(intA < intB){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(intA > intB){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(intA == intB){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int intA = scan.nextInt();",
"intA",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intB = scan.nextInt();",
"intB",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(intA < intB){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(intA > intB){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(intA == intB){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"intA < intB",
"intA",
"intB",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(intA > intB){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(intA == intB){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"intA > intB",
"intA",
"intB",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(intA == intB){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"intA == intB",
"intA",
"intB",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tif(intA < intB){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(intA > intB){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(intA == intB){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tif(intA < intB){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(intA > intB){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(intA == intB){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int intA = scan.nextInt();
int intB = scan.nextInt();
if(intA < intB){
System.out.println("a < b");
}else if(intA > intB){
System.out.println("a > b");
}else if(intA == intB){
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
13,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
2,
2,
17,
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
],
[
85,
14
],
[
85,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
21,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
28,
34
],
[
34,
35
],
[
34,
36
],
[
28,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
43,
44
],
[
28,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
51,
52
],
[
28,
53
],
[
53,
54
],
[
53,
55
],
[
28,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
56,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
28,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
78,
78
],
[
78,
79
],
[
78,
80
],
[
78,
81
],
[
15,
82
],
[
82,
83
],
[
0,
84
],
[
84,
85
],
[
84,
86
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tString relationship = \"==\";\n\t\t\t\n\t\t\tif(a<b){relationship=\"<\";}\n\t\t\telse if (a>b){relationship=\">\";}\n\t\t\t\n\t\t\tSystem.out.println(\"a \"+(relationship)+\" b\");\n\n\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}\n\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\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tString relationship = \"==\";\n\t\t\t\n\t\t\tif(a<b){relationship=\"<\";}\n\t\t\telse if (a>b){relationship=\">\";}\n\t\t\t\n\t\t\tSystem.out.println(\"a \"+(relationship)+\" b\");\n\n\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}\n\n}",
"Main",
"/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tString relationship = \"==\";\n\t\t\t\n\t\t\tif(a<b){relationship=\"<\";}\n\t\t\telse if (a>b){relationship=\">\";}\n\t\t\t\n\t\t\tSystem.out.println(\"a \"+(relationship)+\" b\");\n\n\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tString relationship = \"==\";\n\t\t\t\n\t\t\tif(a<b){relationship=\"<\";}\n\t\t\telse if (a>b){relationship=\">\";}\n\t\t\t\n\t\t\tSystem.out.println(\"a \"+(relationship)+\" b\");\n\n\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"try {\n\t\t\tString str = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tString relationship = \"==\";\n\t\t\t\n\t\t\tif(a<b){relationship=\"<\";}\n\t\t\telse if (a>b){relationship=\">\";}\n\t\t\t\n\t\t\tSystem.out.println(\"a \"+(relationship)+\" b\");\n\n\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tString str = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tString relationship = \"==\";\n\t\t\t\n\t\t\tif(a<b){relationship=\"<\";}\n\t\t\telse if (a>b){relationship=\">\";}\n\t\t\t\n\t\t\tSystem.out.println(\"a \"+(relationship)+\" b\");\n\n\n\t\t}",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(str, \" \");",
"st",
"new StringTokenizer(str, \" \")",
"int a = Integer.parseInt(st.nextToken());",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int b = Integer.parseInt(st.nextToken());",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"String relationship = \"==\";",
"relationship",
"\"==\"",
"if(a<b){relationship=\"<\";}\n\t\t\telse if (a>b){relationship=\">\";}",
"a<b",
"a",
"b",
"{relationship=\"<\";}",
"relationship=\"<\"",
"relationship",
"\"<\"",
"if (a>b){relationship=\">\";}",
"a>b",
"a",
"b",
"{relationship=\">\";}",
"relationship=\">\"",
"relationship",
"\">\"",
"System.out.println(\"a \"+(relationship)+\" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \"+(relationship)+\" b\"",
"\"a \"+(relationship)+\" b\"",
"\"a \"",
"(relationship)",
"\" b\"",
"String[] args",
"args",
"public class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tString relationship = \"==\";\n\t\t\t\n\t\t\tif(a<b){relationship=\"<\";}\n\t\t\telse if (a>b){relationship=\">\";}\n\t\t\t\n\t\t\tSystem.out.println(\"a \"+(relationship)+\" b\");\n\n\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}\n\n}",
"public class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tString relationship = \"==\";\n\t\t\t\n\t\t\tif(a<b){relationship=\"<\";}\n\t\t\telse if (a>b){relationship=\">\";}\n\t\t\t\n\t\t\tSystem.out.println(\"a \"+(relationship)+\" b\");\n\n\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\n\n\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
/**
* @param args
*/
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
try {
String str = br.readLine();
StringTokenizer st = new StringTokenizer(str, " ");
int a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
String relationship = "==";
if(a<b){relationship="<";}
else if (a>b){relationship=">";}
System.out.println("a "+(relationship)+" b");
} catch (IOException e) {
// TODO ????????????????????? catch ????????????
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
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
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
11,
16
],
[
16,
17
],
[
11,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
11,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
11,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
45,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
56,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
9,
78
],
[
78,
79
]
] | [
"import java.io.*;\nimport java.util.Scanner;\n\nclass Main\n{\n\tpublic static void main (String[] args) throws IOException\n\t{\n\t\tString A,B;\n\t\tint a,b;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\t\t\n\t\tif(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n\tpublic static void main (String[] args) throws IOException\n\t{\n\t\tString A,B;\n\t\tint a,b;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\t\t\n\t\tif(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main",
"public static void main (String[] args) throws IOException\n\t{\n\t\tString A,B;\n\t\tint a,b;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\t\t\n\t\tif(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"main",
"{\n\t\tString A,B;\n\t\tint a,b;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\t\t\n\t\tif(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"String A",
"A",
"B;",
"B",
"int a",
"a",
"b;",
"b",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"A = in.next()",
"A",
"in.next()",
"in.next",
"in",
"B = in.next()",
"B",
"in.next()",
"in.next",
"in",
"a = Integer.parseInt(A)",
"a",
"Integer.parseInt(A)",
"Integer.parseInt",
"Integer",
"A",
"b = Integer.parseInt(B)",
"b",
"Integer.parseInt(B)",
"Integer.parseInt",
"Integer",
"B",
"if(a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}else if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a == b){\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a == b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.io.*;
import java.util.Scanner;
class Main
{
public static void main (String[] args) throws IOException
{
String A,B;
int a,b;
Scanner in = new Scanner(System.in);
A = in.next();
B = in.next();
a = Integer.parseInt(A);
b = Integer.parseInt(B);
if(a > b){
System.out.println("a > b");
}else if(a < b){
System.out.println("a < b");
}else if(a == b){
System.out.println("a == b");
}
}
} |
[
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,
14,
2,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
2,
2,
17,
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
],
[
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
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
51,
54
],
[
6,
55
],
[
55,
56
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n\n String sign = null;\n\n if (a < b) {\n sign = \"<\";\n } else if (a > b) {\n sign = \">\";\n } else {\n sign = \"==\";\n }\n\n System.out.println(\"a \" + sign + \" b\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n\n String sign = null;\n\n if (a < b) {\n sign = \"<\";\n } else if (a > b) {\n sign = \">\";\n } else {\n sign = \"==\";\n }\n\n System.out.println(\"a \" + sign + \" b\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n\n String sign = null;\n\n if (a < b) {\n sign = \"<\";\n } else if (a > b) {\n sign = \">\";\n } else {\n sign = \"==\";\n }\n\n System.out.println(\"a \" + sign + \" b\");\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n\n String sign = null;\n\n if (a < b) {\n sign = \"<\";\n } else if (a > b) {\n sign = \">\";\n } else {\n sign = \"==\";\n }\n\n System.out.println(\"a \" + sign + \" b\");\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"String sign = null;",
"sign",
"null",
"if (a < b) {\n sign = \"<\";\n } else if (a > b) {\n sign = \">\";\n } else {\n sign = \"==\";\n }",
"a < b",
"a",
"b",
"{\n sign = \"<\";\n }",
"sign = \"<\"",
"sign",
"\"<\"",
"if (a > b) {\n sign = \">\";\n } else {\n sign = \"==\";\n }",
"a > b",
"a",
"b",
"{\n sign = \">\";\n }",
"sign = \">\"",
"sign",
"\">\"",
"{\n sign = \"==\";\n }",
"sign = \"==\"",
"sign",
"\"==\"",
"System.out.println(\"a \" + sign + \" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \" + sign + \" b\"",
"\"a \" + sign + \" b\"",
"\"a \"",
"sign",
"\" b\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
String sign = null;
if (a < b) {
sign = "<";
} else if (a > b) {
sign = ">";
} else {
sign = "==";
}
System.out.println("a " + sign + " b");
}
} |
[
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,
41,
13,
8,
2,
13,
13,
17,
17,
41,
13,
8,
2,
13,
13,
17,
17,
41,
13,
39,
13,
13,
13,
28,
13,
13,
30,
30,
14,
40,
4,
18,
13,
17,
30,
4,
18,
18,
13,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
76,
5
],
[
76,
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
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
32,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
40,
45
],
[
8,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
48,
51
],
[
8,
52
],
[
52,
53
],
[
52,
54
],
[
52,
55
],
[
56,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
57,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
8,
70
],
[
70,
71
],
[
71,
72
],
[
6,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] | [
"\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tString str1 = a < b ? \"a < b\" : \"\";\n\t\tString str2 = a > b ? \"a > b\" : \"\";\n\t\tString str3 = a == b ? \"a == b\" : \"\";\n\n\t\tString str[] = {str1,str2,str3};\n\n\t\tfor(String ss : str){\n\t\t\tif(!ss.equals(\"\")){\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}\n\t\t}\n\n\t\tscan.close();\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\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tString str1 = a < b ? \"a < b\" : \"\";\n\t\tString str2 = a > b ? \"a > b\" : \"\";\n\t\tString str3 = a == b ? \"a == b\" : \"\";\n\n\t\tString str[] = {str1,str2,str3};\n\n\t\tfor(String ss : str){\n\t\t\tif(!ss.equals(\"\")){\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}\n\t\t}\n\n\t\tscan.close();\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tString str1 = a < b ? \"a < b\" : \"\";\n\t\tString str2 = a > b ? \"a > b\" : \"\";\n\t\tString str3 = a == b ? \"a == b\" : \"\";\n\n\t\tString str[] = {str1,str2,str3};\n\n\t\tfor(String ss : str){\n\t\t\tif(!ss.equals(\"\")){\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}\n\t\t}\n\n\t\tscan.close();\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tString str1 = a < b ? \"a < b\" : \"\";\n\t\tString str2 = a > b ? \"a > b\" : \"\";\n\t\tString str3 = a == b ? \"a == b\" : \"\";\n\n\t\tString str[] = {str1,str2,str3};\n\n\t\tfor(String ss : str){\n\t\t\tif(!ss.equals(\"\")){\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}\n\t\t}\n\n\t\tscan.close();\n\t}",
"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",
"String str1 = a < b ? \"a < b\" : \"\";",
"str1",
"a < b ? \"a < b\" : \"\"",
"a < b",
"a",
"b",
"\"a < b\"",
"\"\"",
"String str2 = a > b ? \"a > b\" : \"\";",
"str2",
"a > b ? \"a > b\" : \"\"",
"a > b",
"a",
"b",
"\"a > b\"",
"\"\"",
"String str3 = a == b ? \"a == b\" : \"\";",
"str3",
"a == b ? \"a == b\" : \"\"",
"a == b",
"a",
"b",
"\"a == b\"",
"\"\"",
"String str[] = {str1,str2,str3};",
"str",
"{str1,str2,str3}",
"str1",
"str2",
"str3",
"for(String ss : str){\n\t\t\tif(!ss.equals(\"\")){\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}\n\t\t}",
"String ss",
"str",
"{\n\t\t\tif(!ss.equals(\"\")){\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(!ss.equals(\"\")){\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}\n\t\t}",
"if(!ss.equals(\"\")){\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}",
"!ss.equals(\"\")",
"ss.equals(\"\")",
"ss.equals",
"ss",
"\"\"",
"{\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}",
"System.out.println(ss)",
"System.out.println",
"System.out",
"System",
"System.out",
"ss",
"scan.close()",
"scan.close",
"scan",
"String args[]",
"args",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tString str1 = a < b ? \"a < b\" : \"\";\n\t\tString str2 = a > b ? \"a > b\" : \"\";\n\t\tString str3 = a == b ? \"a == b\" : \"\";\n\n\t\tString str[] = {str1,str2,str3};\n\n\t\tfor(String ss : str){\n\t\t\tif(!ss.equals(\"\")){\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}\n\t\t}\n\n\t\tscan.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tString str1 = a < b ? \"a < b\" : \"\";\n\t\tString str2 = a > b ? \"a > b\" : \"\";\n\t\tString str3 = a == b ? \"a == b\" : \"\";\n\n\t\tString str[] = {str1,str2,str3};\n\n\t\tfor(String ss : str){\n\t\t\tif(!ss.equals(\"\")){\n\t\t\t\tSystem.out.println(ss);\n\t\t\t}\n\t\t}\n\n\t\tscan.close();\n\t}\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();
String str1 = a < b ? "a < b" : "";
String str2 = a > b ? "a > b" : "";
String str3 = a == b ? "a == b" : "";
String str[] = {str1,str2,str3};
for(String ss : str){
if(!ss.equals("")){
System.out.println(ss);
}
}
scan.close();
}
} |
[
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,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
2,
2,
17,
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
],
[
78,
11
],
[
78,
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
],
[
42,
44
],
[
14,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
45,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
53,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
14,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
71,
71
],
[
71,
72
],
[
71,
73
],
[
71,
74
],
[
12,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] lines = br.readLine().split(\" \");\n int a = Integer.parseInt(lines[0]);\n int b = Integer.parseInt(lines[1]);\n String s = \"\";\n if (a == b) {\n s = \"==\";\n } else if (a < b) {\n s = \"<\";\n } else {\n s = \">\";\n }\n System.out.println(\"a \"+s+\" b\");\n }\n\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 public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] lines = br.readLine().split(\" \");\n int a = Integer.parseInt(lines[0]);\n int b = Integer.parseInt(lines[1]);\n String s = \"\";\n if (a == b) {\n s = \"==\";\n } else if (a < b) {\n s = \"<\";\n } else {\n s = \">\";\n }\n System.out.println(\"a \"+s+\" b\");\n }\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] lines = br.readLine().split(\" \");\n int a = Integer.parseInt(lines[0]);\n int b = Integer.parseInt(lines[1]);\n String s = \"\";\n if (a == b) {\n s = \"==\";\n } else if (a < b) {\n s = \"<\";\n } else {\n s = \">\";\n }\n System.out.println(\"a \"+s+\" b\");\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] lines = br.readLine().split(\" \");\n int a = Integer.parseInt(lines[0]);\n int b = Integer.parseInt(lines[1]);\n String s = \"\";\n if (a == b) {\n s = \"==\";\n } else if (a < b) {\n s = \"<\";\n } else {\n s = \">\";\n }\n System.out.println(\"a \"+s+\" b\");\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] lines = br.readLine().split(\" \");",
"lines",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a = Integer.parseInt(lines[0]);",
"a",
"Integer.parseInt(lines[0])",
"Integer.parseInt",
"Integer",
"lines[0]",
"lines",
"0",
"int b = Integer.parseInt(lines[1]);",
"b",
"Integer.parseInt(lines[1])",
"Integer.parseInt",
"Integer",
"lines[1]",
"lines",
"1",
"String s = \"\";",
"s",
"\"\"",
"if (a == b) {\n s = \"==\";\n } else if (a < b) {\n s = \"<\";\n } else {\n s = \">\";\n }",
"a == b",
"a",
"b",
"{\n s = \"==\";\n }",
"s = \"==\"",
"s",
"\"==\"",
"if (a < b) {\n s = \"<\";\n } else {\n s = \">\";\n }",
"a < b",
"a",
"b",
"{\n s = \"<\";\n }",
"s = \"<\"",
"s",
"\"<\"",
"{\n s = \">\";\n }",
"s = \">\"",
"s",
"\">\"",
"System.out.println(\"a \"+s+\" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \"+s+\" b\"",
"\"a \"+s+\" b\"",
"\"a \"",
"s",
"\" b\"",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] lines = br.readLine().split(\" \");\n int a = Integer.parseInt(lines[0]);\n int b = Integer.parseInt(lines[1]);\n String s = \"\";\n if (a == b) {\n s = \"==\";\n } else if (a < b) {\n s = \"<\";\n } else {\n s = \">\";\n }\n System.out.println(\"a \"+s+\" b\");\n }\n\n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] lines = br.readLine().split(\" \");\n int a = Integer.parseInt(lines[0]);\n int b = Integer.parseInt(lines[1]);\n String s = \"\";\n if (a == b) {\n s = \"==\";\n } else if (a < b) {\n s = \"<\";\n } else {\n s = \">\";\n }\n System.out.println(\"a \"+s+\" b\");\n }\n\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 br = new BufferedReader(new InputStreamReader(System.in));
String[] lines = br.readLine().split(" ");
int a = Integer.parseInt(lines[0]);
int b = Integer.parseInt(lines[1]);
String s = "";
if (a == b) {
s = "==";
} else if (a < b) {
s = "<";
} else {
s = ">";
}
System.out.println("a "+s+" b");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
4,
18,
13,
17,
30,
41,
13,
20,
41,
13,
42,
2,
0,
13,
4,
18,
13,
17,
30,
41,
13,
4,
18,
13,
17,
4,
13,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
23,
13,
12,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
97,
8
],
[
97,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
15,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
12,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
23,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
30,
36
],
[
29,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
37,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
49,
51
],
[
44,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
9,
58
],
[
58,
59
],
[
97,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
63,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
74,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
60,
92
],
[
92,
93
],
[
60,
94
],
[
94,
95
],
[
0,
96
],
[
96,
97
],
[
96,
98
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\ttry {\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line;\n\t\t\twhile ((line = stdReader.readLine()) != null){\n\t\t\t\tString[] temp = line.split(\" \");\n\t\t\t\tput(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}\n\t}\n\n\tprivate static void put(int a, int b){\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if (a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args){\n\t\ttry {\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line;\n\t\t\twhile ((line = stdReader.readLine()) != null){\n\t\t\t\tString[] temp = line.split(\" \");\n\t\t\t\tput(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}\n\t}\n\n\tprivate static void put(int a, int b){\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if (a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\ttry {\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line;\n\t\t\twhile ((line = stdReader.readLine()) != null){\n\t\t\t\tString[] temp = line.split(\" \");\n\t\t\t\tput(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line;\n\t\t\twhile ((line = stdReader.readLine()) != null){\n\t\t\t\tString[] temp = line.split(\" \");\n\t\t\t\tput(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}\n\t}",
"try {\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line;\n\t\t\twhile ((line = stdReader.readLine()) != null){\n\t\t\t\tString[] temp = line.split(\" \");\n\t\t\t\tput(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}",
"catch (Exception e) {\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}",
"Exception e",
"{\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}",
"e.getStackTrace()",
"e.getStackTrace",
"e",
"System.exit(0)",
"System.exit",
"System",
"0",
"{\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line;\n\t\t\twhile ((line = stdReader.readLine()) != null){\n\t\t\t\tString[] temp = line.split(\" \");\n\t\t\t\tput(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));\n\t\t\t}\n\t\t}",
"BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));",
"stdReader",
"new BufferedReader(new InputStreamReader(System.in))",
"String line;",
"line",
"while ((line = stdReader.readLine()) != null){\n\t\t\t\tString[] temp = line.split(\" \");\n\t\t\t\tput(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));\n\t\t\t}",
"(line = stdReader.readLine()) != null",
"(line = stdReader.readLine())",
"line",
"stdReader.readLine()",
"stdReader.readLine",
"stdReader",
"null",
"{\n\t\t\t\tString[] temp = line.split(\" \");\n\t\t\t\tput(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));\n\t\t\t}",
"String[] temp = line.split(\" \");",
"temp",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"put(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]))",
"put",
"Integer.parseInt(temp[0])",
"Integer.parseInt",
"Integer",
"temp[0]",
"temp",
"0",
"Integer.parseInt(temp[1])",
"Integer.parseInt",
"Integer",
"temp[1]",
"temp",
"1",
"String[] args",
"args",
"private static void put(int a, int b){\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if (a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"put",
"{\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if (a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}",
"if(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if (a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tSystem.out.println(\"a > b\");\n\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"{\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"int a",
"a",
"int b",
"b",
"public class Main {\n\tpublic static void main(String[] args){\n\t\ttry {\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line;\n\t\t\twhile ((line = stdReader.readLine()) != null){\n\t\t\t\tString[] temp = line.split(\" \");\n\t\t\t\tput(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}\n\t}\n\n\tprivate static void put(int a, int b){\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if (a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\ttry {\n\t\t\tBufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line;\n\t\t\twhile ((line = stdReader.readLine()) != null){\n\t\t\t\tString[] temp = line.split(\" \");\n\t\t\t\tput(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.getStackTrace();\n\t\t\tSystem.exit(0);\n\t\t}\n\t}\n\n\tprivate static void put(int a, int b){\n\t\tif(a < b){\n\t\t\tSystem.out.println(\"a < b\");\n\t\t}else if (a > b){\n\t\t\tSystem.out.println(\"a > b\");\n\t\t} else {\n\t\t\tSystem.out.println(\"a == b\");\n\t\t}\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args){
try {
BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));
String line;
while ((line = stdReader.readLine()) != null){
String[] temp = line.split(" ");
put(Integer.parseInt(temp[0]), Integer.parseInt(temp[1]));
}
} catch (Exception e) {
e.getStackTrace();
System.exit(0);
}
}
private static void put(int a, int b){
if(a < b){
System.out.println("a < b");
}else if (a > b){
System.out.println("a > b");
} else {
System.out.println("a == b");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
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,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
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
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
12,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
22,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
22,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
48,
49
],
[
22,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
50,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
61,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
9,
83
],
[
83,
84
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tif(a < b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse if(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if(a == b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t}\n\t\tcatch(IOException e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tpublic static void main(String[] args){\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tif(a < b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse if(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if(a == b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t}\n\t\tcatch(IOException e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tif(a < b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse if(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if(a == b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t}\n\t\tcatch(IOException e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}",
"main",
"{\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tif(a < b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse if(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if(a == b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t}\n\t\tcatch(IOException e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}",
"try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tif(a < b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse if(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if(a == b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t}\n\t\tcatch(IOException e){\n\t\t\tSystem.out.println(e);\n\t\t}",
"catch(IOException e){\n\t\t\tSystem.out.println(e);\n\t\t}",
"IOException 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\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tif(a < b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse if(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if(a == b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(line,\" \");",
"st",
"new StringTokenizer(line,\" \")",
"int a = Integer.parseInt(st.nextToken());",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int b = Integer.parseInt(st.nextToken());",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if(a < b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}\n\t\t\telse if(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if(a == b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}\n\t\t\telse if(a == b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a == b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a == b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String[] args){
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
StringTokenizer st = new StringTokenizer(line," ");
int a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
if(a < b){
System.out.println("a < b");
}
else if(a > b){
System.out.println("a > b");
}
else if(a == b){
System.out.println("a == b");
}
}
catch(IOException e){
System.out.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
38,
5,
13,
30,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
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
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
15,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
25,
30
],
[
19,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
19,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
19,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
47,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
58,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
6,
80
],
[
80,
81
]
] | [
"import java.io.*;\n\nclass Main{\t\n\tpublic static void main(String[] args){\n\t\tint a, b;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] ab = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if ( a < b ){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else if ( a == b ){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t} catch(Exception e){\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\t\n\tpublic static void main(String[] args){\n\t\tint a, b;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] ab = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if ( a < b ){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else if ( a == b ){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t} catch(Exception e){\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint a, b;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] ab = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if ( a < b ){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else if ( a == b ){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t} catch(Exception e){\n\t\t}\n\t}",
"main",
"{\n\t\tint a, b;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] ab = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if ( a < b ){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else if ( a == b ){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t} catch(Exception e){\n\t\t}\n\t}",
"int a",
"a",
"b;",
"b",
"String buf;",
"buf",
"try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] ab = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if ( a < b ){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else if ( a == b ){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t} catch(Exception e){\n\t\t}",
"catch(Exception e){\n\t\t}",
"Exception e",
"{\n\t\t}",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] ab = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if ( a < b ){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else if ( a == b ){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] ab = br.readLine().split(\" \");",
"ab",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"a = Integer.parseInt(ab[0])",
"a",
"Integer.parseInt(ab[0])",
"Integer.parseInt",
"Integer",
"ab[0]",
"ab",
"0",
"b = Integer.parseInt(ab[1])",
"b",
"Integer.parseInt(ab[1])",
"Integer.parseInt",
"Integer",
"ab[1]",
"ab",
"1",
"if(a > b){\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t} else if ( a < b ){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else if ( a == b ){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a > b\");\n\t\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if ( a < b ){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t} else if ( a == b ){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if ( a == b ){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a == b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args){
int a, b;
String buf;
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] ab = br.readLine().split(" ");
a = Integer.parseInt(ab[0]);
b = Integer.parseInt(ab[1]);
if(a > b){
System.out.println("a > b");
} else if ( a < b ){
System.out.println("a < b");
} else if ( a == b ){
System.out.println("a == b");
}
} catch(Exception e){
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
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,
4,
18,
18,
13,
13,
17,
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
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
39,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
49,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
6,
65
],
[
65,
66
]
] | [
"import java.io.*;\n\nclass Main{\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n\n if (a < b)\n System.out.println(\"a < b\");\n else if (a > b)\n System.out.println(\"a > b\");\n else\n System.out.println(\"a == b\");\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n\n if (a < b)\n System.out.println(\"a < b\");\n else if (a > b)\n System.out.println(\"a > b\");\n else\n System.out.println(\"a == b\");\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n\n if (a < b)\n System.out.println(\"a < b\");\n else if (a > b)\n System.out.println(\"a > b\");\n else\n System.out.println(\"a == b\");\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n\n if (a < b)\n System.out.println(\"a < b\");\n else if (a > b)\n System.out.println(\"a > b\");\n else\n System.out.println(\"a == b\");\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str1 = br.readLine();",
"str1",
"br.readLine()",
"br.readLine",
"br",
"String[] str2 = str1.split(\" \");",
"str2",
"str1.split(\" \")",
"str1.split",
"str1",
"\" \"",
"int a = Integer.parseInt(str2[0]);",
"a",
"Integer.parseInt(str2[0])",
"Integer.parseInt",
"Integer",
"str2[0]",
"str2",
"0",
"int b = Integer.parseInt(str2[1]);",
"b",
"Integer.parseInt(str2[1])",
"Integer.parseInt",
"Integer",
"str2[1]",
"str2",
"1",
"if (a < b)\n System.out.println(\"a < b\");\n else if (a > b)\n System.out.println(\"a > b\");\n else\n System.out.println(\"a == b\");",
"a < b",
"a",
"b",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if (a > b)\n System.out.println(\"a > b\");\n else\n System.out.println(\"a == b\");",
"a > b",
"a",
"b",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str1 = br.readLine();
String[] str2 = str1.split(" ");
int a = Integer.parseInt(str2[0]);
int b = Integer.parseInt(str2[1]);
if (a < b)
System.out.println("a < b");
else if (a > b)
System.out.println("a > b");
else
System.out.println("a == b");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
17,
0,
13,
4,
18,
13,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
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
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
32,
33
],
[
32,
34
],
[
28,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
27,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
27,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
49,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
59,
61
],
[
48,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
48,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
74,
75
],
[
74,
76
],
[
70,
77
],
[
77,
78
],
[
78,
79
],
[
77,
80
],
[
80,
81
],
[
80,
82
],
[
69,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
6,
90
],
[
90,
91
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String str[] = new String[2];\n str = strInput.split(\" \");\n if(Integer.parseInt(str[0])<Integer.parseInt(str[1])){\n System.out.println(\"a < b\");\n }else if(Integer.parseInt(str[0])>Integer.parseInt(str[1])){\n System.out.println(\"a > b\");\n }else if(Integer.parseInt(str[0])==Integer.parseInt(str[1])){\n System.out.println(\"a == b\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String str[] = new String[2];\n str = strInput.split(\" \");\n if(Integer.parseInt(str[0])<Integer.parseInt(str[1])){\n System.out.println(\"a < b\");\n }else if(Integer.parseInt(str[0])>Integer.parseInt(str[1])){\n System.out.println(\"a > b\");\n }else if(Integer.parseInt(str[0])==Integer.parseInt(str[1])){\n System.out.println(\"a == b\");\n }\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String str[] = new String[2];\n str = strInput.split(\" \");\n if(Integer.parseInt(str[0])<Integer.parseInt(str[1])){\n System.out.println(\"a < b\");\n }else if(Integer.parseInt(str[0])>Integer.parseInt(str[1])){\n System.out.println(\"a > b\");\n }else if(Integer.parseInt(str[0])==Integer.parseInt(str[1])){\n System.out.println(\"a == b\");\n }\n }",
"main",
"{\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String str[] = new String[2];\n str = strInput.split(\" \");\n if(Integer.parseInt(str[0])<Integer.parseInt(str[1])){\n System.out.println(\"a < b\");\n }else if(Integer.parseInt(str[0])>Integer.parseInt(str[1])){\n System.out.println(\"a > b\");\n }else if(Integer.parseInt(str[0])==Integer.parseInt(str[1])){\n System.out.println(\"a == b\");\n }\n }",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"String strInput = input.nextLine();",
"strInput",
"input.nextLine()",
"input.nextLine",
"input",
"String str[] = new String[2];",
"str",
"new String[2]",
"2",
"str = strInput.split(\" \")",
"str",
"strInput.split(\" \")",
"strInput.split",
"strInput",
"\" \"",
"if(Integer.parseInt(str[0])<Integer.parseInt(str[1])){\n System.out.println(\"a < b\");\n }else if(Integer.parseInt(str[0])>Integer.parseInt(str[1])){\n System.out.println(\"a > b\");\n }else if(Integer.parseInt(str[0])==Integer.parseInt(str[1])){\n System.out.println(\"a == b\");\n }",
"Integer.parseInt(str[0])<Integer.parseInt(str[1])",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"{\n System.out.println(\"a < b\");\n }",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(Integer.parseInt(str[0])>Integer.parseInt(str[1])){\n System.out.println(\"a > b\");\n }else if(Integer.parseInt(str[0])==Integer.parseInt(str[1])){\n System.out.println(\"a == b\");\n }",
"Integer.parseInt(str[0])>Integer.parseInt(str[1])",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"{\n System.out.println(\"a > b\");\n }",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(Integer.parseInt(str[0])==Integer.parseInt(str[1])){\n System.out.println(\"a == b\");\n }",
"Integer.parseInt(str[0])==Integer.parseInt(str[1])",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"{\n System.out.println(\"a == b\");\n }",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner input = new Scanner(System.in);
String strInput = input.nextLine();
String str[] = new String[2];
str = strInput.split(" ");
if(Integer.parseInt(str[0])<Integer.parseInt(str[1])){
System.out.println("a < b");
}else if(Integer.parseInt(str[0])>Integer.parseInt(str[1])){
System.out.println("a > b");
}else if(Integer.parseInt(str[0])==Integer.parseInt(str[1])){
System.out.println("a == b");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
41,
13,
12,
13,
30,
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,
14,
2,
13,
13,
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
],
[
4,
9
],
[
9,
10
],
[
4,
11
],
[
11,
12
],
[
4,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
15,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
15,
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
],
[
37,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
13,
59
],
[
59,
60
]
] | [
"import java.util.*;\n\nclass Main {\n\tstatic Scanner sc =new Scanner(System.in);\n\tstatic int a;\n\tstatic int b;\n\t\tpublic static void main (String[]agrs){\n\t\t\ta =sc.nextInt();\n\t\t\tb =sc.nextInt();\n\t\t\t\n\t\t\tif (a>b){\n\t\t\t\tSystem.out.println(\"a > b\");\t\t\n\t\t\t}else if(a<b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}else if(a==b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t}\n\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tstatic Scanner sc =new Scanner(System.in);\n\tstatic int a;\n\tstatic int b;\n\t\tpublic static void main (String[]agrs){\n\t\t\ta =sc.nextInt();\n\t\t\tb =sc.nextInt();\n\t\t\t\n\t\t\tif (a>b){\n\t\t\t\tSystem.out.println(\"a > b\");\t\t\n\t\t\t}else if(a<b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}else if(a==b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t}\n\n}",
"Main",
"static Scanner sc =new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"static int a;",
"a",
"static int b;",
"b",
"public static void main (String[]agrs){\n\t\t\ta =sc.nextInt();\n\t\t\tb =sc.nextInt();\n\t\t\t\n\t\t\tif (a>b){\n\t\t\t\tSystem.out.println(\"a > b\");\t\t\n\t\t\t}else if(a<b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}else if(a==b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t}",
"main",
"{\n\t\t\ta =sc.nextInt();\n\t\t\tb =sc.nextInt();\n\t\t\t\n\t\t\tif (a>b){\n\t\t\t\tSystem.out.println(\"a > b\");\t\t\n\t\t\t}else if(a<b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}else if(a==b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}\n\t}",
"a =sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b =sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (a>b){\n\t\t\t\tSystem.out.println(\"a > b\");\t\t\n\t\t\t}else if(a<b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}else if(a==b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a > b\");\t\t\n\t\t\t}",
"System.out.println(\"a > b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a > b\"",
"if(a<b){\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}else if(a==b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a<b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a < b\");\n\t\t\t}",
"System.out.println(\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a < b\"",
"if(a==b){\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"a==b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(\"a == b\");\n\t\t\t}",
"System.out.println(\"a == b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a == b\"",
"String[]agrs",
"agrs"
] | import java.util.*;
class Main {
static Scanner sc =new Scanner(System.in);
static int a;
static int b;
public static void main (String[]agrs){
a =sc.nextInt();
b =sc.nextInt();
if (a>b){
System.out.println("a > b");
}else if(a<b){
System.out.println("a < b");
}else if(a==b){
System.out.println("a == b");
}
}
} |
[
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,
13,
13,
13,
23,
13,
12,
13,
30,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
14,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
2,
2,
17,
13,
17,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
69,
5
],
[
69,
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
],
[
26,
28
],
[
26,
29
],
[
6,
30
],
[
30,
31
],
[
69,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
38,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
34,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
60,
60
],
[
60,
61
],
[
60,
62
],
[
60,
63
],
[
32,
64
],
[
64,
65
],
[
32,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"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 a;\n\t\tint b;\n\t\t//a,b2????????°??????????????????\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tsizeComparison(a,b);\n\t}\n\t//a,b????????°?????§?°???¢??????????????????\n\tpublic static void sizeComparison(int a, int b){\n\t\tString i = \"==\";//?????????????????????????´???????\n\t\tif(a < b){\n\t\t\ti = \"<\";\n\t\t}else if(a > b){\n\t\t\ti = \">\";\n\t\t}\n\t\t//??????\n\t\tSystem.out.println(\"a \" + i + \" b\");\n\t}\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 a;\n\t\tint b;\n\t\t//a,b2????????°??????????????????\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tsizeComparison(a,b);\n\t}\n\t//a,b????????°?????§?°???¢??????????????????\n\tpublic static void sizeComparison(int a, int b){\n\t\tString i = \"==\";//?????????????????????????´???????\n\t\tif(a < b){\n\t\t\ti = \"<\";\n\t\t}else if(a > b){\n\t\t\ti = \">\";\n\t\t}\n\t\t//??????\n\t\tSystem.out.println(\"a \" + i + \" b\");\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a;\n\t\tint b;\n\t\t//a,b2????????°??????????????????\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tsizeComparison(a,b);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a;\n\t\tint b;\n\t\t//a,b2????????°??????????????????\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tsizeComparison(a,b);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a;",
"a",
"int b;",
"b",
"a = scan.nextInt()",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"b = scan.nextInt()",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"sizeComparison(a,b)",
"sizeComparison",
"a",
"b",
"String[] args",
"args",
"//a,b????????°?????§?°???¢??????????????????\n\tpublic static void sizeComparison(int a, int b){\n\t\tString i = \"==\";//?????????????????????????´???????\n\t\tif(a < b){\n\t\t\ti = \"<\";\n\t\t}else if(a > b){\n\t\t\ti = \">\";\n\t\t}\n\t\t//??????\n\t\tSystem.out.println(\"a \" + i + \" b\");\n\t}",
"sizeComparison",
"{\n\t\tString i = \"==\";//?????????????????????????´???????\n\t\tif(a < b){\n\t\t\ti = \"<\";\n\t\t}else if(a > b){\n\t\t\ti = \">\";\n\t\t}\n\t\t//??????\n\t\tSystem.out.println(\"a \" + i + \" b\");\n\t}",
"String i = \"==\";",
"i",
"\"==\"",
"if(a < b){\n\t\t\ti = \"<\";\n\t\t}else if(a > b){\n\t\t\ti = \">\";\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\ti = \"<\";\n\t\t}",
"i = \"<\"",
"i",
"\"<\"",
"if(a > b){\n\t\t\ti = \">\";\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\ti = \">\";\n\t\t}",
"i = \">\"",
"i",
"\">\"",
"System.out.println(\"a \" + i + \" b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"a \" + i + \" b\"",
"\"a \" + i + \" b\"",
"\"a \"",
"i",
"\" b\"",
"int a",
"a",
"int b",
"b",
"public class Main\n{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a;\n\t\tint b;\n\t\t//a,b2????????°??????????????????\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tsizeComparison(a,b);\n\t}\n\t//a,b????????°?????§?°???¢??????????????????\n\tpublic static void sizeComparison(int a, int b){\n\t\tString i = \"==\";//?????????????????????????´???????\n\t\tif(a < b){\n\t\t\ti = \"<\";\n\t\t}else if(a > b){\n\t\t\ti = \">\";\n\t\t}\n\t\t//??????\n\t\tSystem.out.println(\"a \" + i + \" b\");\n\t}\n}",
"public class Main\n{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a;\n\t\tint b;\n\t\t//a,b2????????°??????????????????\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tsizeComparison(a,b);\n\t}\n\t//a,b????????°?????§?°???¢??????????????????\n\tpublic static void sizeComparison(int a, int b){\n\t\tString i = \"==\";//?????????????????????????´???????\n\t\tif(a < b){\n\t\t\ti = \"<\";\n\t\t}else if(a > b){\n\t\t\ti = \">\";\n\t\t}\n\t\t//??????\n\t\tSystem.out.println(\"a \" + i + \" b\");\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main
{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int a;
int b;
//a,b2????????°??????????????????
a = scan.nextInt();
b = scan.nextInt();
sizeComparison(a,b);
}
//a,b????????°?????§?°???¢??????????????????
public static void sizeComparison(int a, int b){
String i = "==";//?????????????????????????´???????
if(a < b){
i = "<";
}else if(a > b){
i = ">";
}
//??????
System.out.println("a " + i + " b");
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.