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,
15,
13,
17,
6,
13,
12,
13,
30,
4,
18,
20,
23,
13,
12,
13,
30,
41,
13,
20,
17,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
90,
8
],
[
90,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
9,
15
],
[
15,
16
],
[
90,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
19,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
29,
34
],
[
19,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
19,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
19,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
62,
64
],
[
19,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
19,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
77,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
82,
83
],
[
82,
84
],
[
75,
85
],
[
77,
86
],
[
86,
87
],
[
86,
88
],
[
0,
89
],
[
89,
90
],
[
89,
91
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\n/**\n * Created by labuser on 2016/04/18.\n */\npublic class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n\n int[] a = new int[3];\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a[0] = Integer.parseInt(input[0]);\n a[1] = Integer.parseInt(input[1]);\n a[2] = Integer.parseInt(input[2]);\n\n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n //System.out.printf(\"%d %d %d\\n\", a[0], a[1], a[2]);\n\n\n }\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n\n int[] a = new int[3];\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a[0] = Integer.parseInt(input[0]);\n a[1] = Integer.parseInt(input[1]);\n a[2] = Integer.parseInt(input[2]);\n\n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n //System.out.printf(\"%d %d %d\\n\", a[0], a[1], a[2]);\n\n\n }\n}",
"Main",
"public static void main(String[] args) {\n new Main().run();\n }",
"main",
"{\n new Main().run();\n }",
"new Main().run()",
"new Main().run",
"new Main()",
"String[] args",
"args",
"private void run() {\n\n int[] a = new int[3];\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a[0] = Integer.parseInt(input[0]);\n a[1] = Integer.parseInt(input[1]);\n a[2] = Integer.parseInt(input[2]);\n\n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n //System.out.printf(\"%d %d %d\\n\", a[0], a[1], a[2]);\n\n\n }",
"run",
"{\n\n int[] a = new int[3];\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a[0] = Integer.parseInt(input[0]);\n a[1] = Integer.parseInt(input[1]);\n a[2] = Integer.parseInt(input[2]);\n\n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n //System.out.printf(\"%d %d %d\\n\", a[0], a[1], a[2]);\n\n\n }",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String[] input = sc.nextLine().split(\" \");",
"input",
"sc.nextLine().split(\" \")",
"sc.nextLine().split",
"sc.nextLine()",
"sc.nextLine",
"sc",
"\" \"",
"a[0] = Integer.parseInt(input[0])",
"a[0]",
"a",
"0",
"Integer.parseInt(input[0])",
"Integer.parseInt",
"Integer",
"input[0]",
"input",
"0",
"a[1] = Integer.parseInt(input[1])",
"a[1]",
"a",
"1",
"Integer.parseInt(input[1])",
"Integer.parseInt",
"Integer",
"input[1]",
"input",
"1",
"a[2] = Integer.parseInt(input[2])",
"a[2]",
"a",
"2",
"Integer.parseInt(input[2])",
"Integer.parseInt",
"Integer",
"input[2]",
"input",
"2",
"Arrays.sort(a)",
"Arrays.sort",
"Arrays",
"a",
"System.out.println(a[0] + \" \" + a[1] + \" \" + a[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[0] + \" \" + a[1] + \" \" + a[2]",
"\" \"",
"a[1]",
"a[0] + \" \" + a[1] + \" \" + a[2]",
"a[0]",
"a",
"0",
"\" \"",
"a[1]",
"a",
"1",
"\" \"",
"a[2]",
"a",
"2",
"public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n\n int[] a = new int[3];\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a[0] = Integer.parseInt(input[0]);\n a[1] = Integer.parseInt(input[1]);\n a[2] = Integer.parseInt(input[2]);\n\n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n //System.out.printf(\"%d %d %d\\n\", a[0], a[1], a[2]);\n\n\n }\n}",
"public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n\n int[] a = new int[3];\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a[0] = Integer.parseInt(input[0]);\n a[1] = Integer.parseInt(input[1]);\n a[2] = Integer.parseInt(input[2]);\n\n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n //System.out.printf(\"%d %d %d\\n\", a[0], a[1], a[2]);\n\n\n }\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
/**
* Created by labuser on 2016/04/18.
*/
public class Main {
public static void main(String[] args) {
new Main().run();
}
private void run() {
int[] a = new int[3];
Scanner sc = new Scanner(System.in);
String[] input = sc.nextLine().split(" ");
a[0] = Integer.parseInt(input[0]);
a[1] = Integer.parseInt(input[1]);
a[2] = Integer.parseInt(input[2]);
Arrays.sort(a);
System.out.println(a[0] + " " + a[1] + " " + a[2]);
//System.out.printf("%d %d %d\n", a[0], a[1], a[2]);
}
} |
[
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,
14,
2,
2,
13,
13,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
12,
13,
30,
4,
18,
20,
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
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
27,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
39,
41
],
[
35,
42
],
[
42,
43
],
[
42,
44
],
[
35,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
49,
56
],
[
56,
57
],
[
56,
58
],
[
27,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
59,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
71,
73
],
[
67,
74
],
[
74,
75
],
[
74,
76
],
[
67,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
81,
88
],
[
88,
89
],
[
88,
90
],
[
59,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
96,
97
],
[
96,
98
],
[
91,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
108,
109
],
[
108,
110
],
[
104,
111
],
[
111,
112
],
[
111,
113
],
[
8,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
114,
119
],
[
122,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
120,
126
],
[
122,
127
],
[
4,
128
],
[
128,
129
],
[
128,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
128,
134
],
[
134,
135
]
] | [
"import java.util.Scanner;\nclass Main {\n public void kami() {\n \t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tif(a > b && a > c){\n\t\t\tint work = c;\n\t\t\tc = a;\n\t\t\ta = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = a;\n\t\t\t\ta = b;\n\t\t\t\tb = work;\n\t\t\t}\n\t\t}else if(b > a && b > c){\n\t\t\tint work = c;\n\t\t\tc = b;\n\t\t\tb = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}else if(c > a && c > b){\n\t\t\tif(a > b){\n\t\t\t\tint work = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n }\n\tpublic static void main(String[] args) {\n new Main().kami();\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public void kami() {\n \t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tif(a > b && a > c){\n\t\t\tint work = c;\n\t\t\tc = a;\n\t\t\ta = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = a;\n\t\t\t\ta = b;\n\t\t\t\tb = work;\n\t\t\t}\n\t\t}else if(b > a && b > c){\n\t\t\tint work = c;\n\t\t\tc = b;\n\t\t\tb = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}else if(c > a && c > b){\n\t\t\tif(a > b){\n\t\t\t\tint work = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n }\n\tpublic static void main(String[] args) {\n new Main().kami();\n\t}\n\n}",
"Main",
"public void kami() {\n \t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tif(a > b && a > c){\n\t\t\tint work = c;\n\t\t\tc = a;\n\t\t\ta = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = a;\n\t\t\t\ta = b;\n\t\t\t\tb = work;\n\t\t\t}\n\t\t}else if(b > a && b > c){\n\t\t\tint work = c;\n\t\t\tc = b;\n\t\t\tb = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}else if(c > a && c > b){\n\t\t\tif(a > b){\n\t\t\t\tint work = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n }",
"kami",
"{\n \t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tif(a > b && a > c){\n\t\t\tint work = c;\n\t\t\tc = a;\n\t\t\ta = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = a;\n\t\t\t\ta = b;\n\t\t\t\tb = work;\n\t\t\t}\n\t\t}else if(b > a && b > c){\n\t\t\tint work = c;\n\t\t\tc = b;\n\t\t\tb = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}else if(c > a && c > b){\n\t\t\tif(a > b){\n\t\t\t\tint work = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\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",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a > b && a > c){\n\t\t\tint work = c;\n\t\t\tc = a;\n\t\t\ta = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = a;\n\t\t\t\ta = b;\n\t\t\t\tb = work;\n\t\t\t}\n\t\t}else if(b > a && b > c){\n\t\t\tint work = c;\n\t\t\tc = b;\n\t\t\tb = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}else if(c > a && c > b){\n\t\t\tif(a > b){\n\t\t\t\tint work = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}",
"a > b && a > c",
"a > b",
"a",
"b",
"a > c",
"a",
"c",
"{\n\t\t\tint work = c;\n\t\t\tc = a;\n\t\t\ta = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = a;\n\t\t\t\ta = b;\n\t\t\t\tb = work;\n\t\t\t}\n\t\t}",
"int work = c;",
"work",
"c",
"c = a",
"c",
"a",
"a = work",
"a",
"work",
"if(a > b){\n\t\t\t\twork = a;\n\t\t\t\ta = b;\n\t\t\t\tb = work;\n\t\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\t\twork = a;\n\t\t\t\ta = b;\n\t\t\t\tb = work;\n\t\t\t}",
"work = a",
"work",
"a",
"a = b",
"a",
"b",
"b = work",
"b",
"work",
"if(b > a && b > c){\n\t\t\tint work = c;\n\t\t\tc = b;\n\t\t\tb = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}else if(c > a && c > b){\n\t\t\tif(a > b){\n\t\t\t\tint work = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}",
"b > a && b > c",
"b > a",
"b",
"a",
"b > c",
"b",
"c",
"{\n\t\t\tint work = c;\n\t\t\tc = b;\n\t\t\tb = work;\n\t\t\t\n\t\t\tif(a > b){\n\t\t\t\twork = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}",
"int work = c;",
"work",
"c",
"c = b",
"c",
"b",
"b = work",
"b",
"work",
"if(a > b){\n\t\t\t\twork = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\t\twork = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}",
"work = b",
"work",
"b",
"b = a",
"b",
"a",
"a = work",
"a",
"work",
"if(c > a && c > b){\n\t\t\tif(a > b){\n\t\t\t\tint work = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}",
"c > a && c > b",
"c > a",
"c",
"a",
"c > b",
"c",
"b",
"{\n\t\t\tif(a > b){\n\t\t\t\tint work = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}\n\t\t}",
"if(a > b){\n\t\t\t\tint work = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\t\tint work = b;\n\t\t\t\tb = a;\n\t\t\t\ta = work;\n\t\t\t}",
"int work = b;",
"work",
"b",
"b = a",
"b",
"a",
"a = work",
"a",
"work",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"public static void main(String[] args) {\n new Main().kami();\n\t}",
"main",
"{\n new Main().kami();\n\t}",
"new Main().kami()",
"new Main().kami",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public void kami() {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if(a > b && a > c){
int work = c;
c = a;
a = work;
if(a > b){
work = a;
a = b;
b = work;
}
}else if(b > a && b > c){
int work = c;
c = b;
b = work;
if(a > b){
work = b;
b = a;
a = work;
}
}else if(c > a && c > b){
if(a > b){
int work = b;
b = a;
a = work;
}
}
System.out.println(a + " " + b + " " + c);
}
public static void main(String[] args) {
new Main().kami();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
13,
13,
41,
13,
17,
28,
13,
13,
30,
30,
0,
13,
2,
4,
18,
13,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
4,
18,
13,
1,
40,
13,
30,
30,
41,
13,
4,
18,
13,
13,
41,
13,
2,
13,
17,
42,
2,
2,
13,
17,
2,
4,
18,
13,
13,
13,
30,
4,
18,
13,
2,
13,
17,
4,
18,
13,
13,
40,
13,
4,
18,
13,
2,
13,
17,
13,
29,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
137,
11
],
[
137,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
21,
26
],
[
26,
27
],
[
26,
28
],
[
21,
29
],
[
29,
30
],
[
30,
31
],
[
21,
32
],
[
33,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
38,
39
],
[
14,
40
],
[
40,
41
],
[
41,
42
],
[
14,
43
],
[
43,
44
],
[
43,
45
],
[
14,
46
],
[
46,
47
],
[
46,
48
],
[
14,
49
],
[
49,
50
],
[
49,
51
],
[
49,
52
],
[
53,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
56,
61
],
[
14,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
67,
68
],
[
68,
69
],
[
12,
70
],
[
70,
71
],
[
137,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
83,
84
],
[
75,
85
],
[
85,
86
],
[
86,
87
],
[
75,
88
],
[
89,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
93,
94
],
[
92,
95
],
[
89,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
98,
100
],
[
89,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
107,
110
],
[
106,
111
],
[
101,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
113,
116
],
[
116,
117
],
[
116,
118
],
[
113,
119
],
[
119,
120
],
[
120,
121
],
[
119,
122
],
[
112,
123
],
[
123,
124
],
[
89,
125
],
[
125,
126
],
[
126,
127
],
[
125,
128
],
[
128,
129
],
[
128,
130
],
[
125,
131
],
[
74,
132
],
[
132,
133
],
[
72,
134
],
[
134,
135
],
[
0,
136
],
[
136,
137
],
[
136,
138
]
] | [
"import java.util.ArrayList;\nimport java.util.List;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<>();\n\t\t\n\t\tfor (int i=0; i<3; i++) {\n\t\t\tlist.add(sc.nextInt());\n\t\t}\n\t\t\n\t\tsc.close();\n\t\t\n\t\tinsertionSort(list);\n\t\t\n\t\tString str = \"\";\n\t\tfor (int i : list) {\n\t\t\tstr += String.valueOf(i) + \" \";\n\t\t}\n\t\tSystem.out.println(str.trim());\n\t}\n\t\n\tstatic List<Integer> insertionSort(List<Integer> list) {\n\t\tfor (int i=1; i<list.size(); i++) {\n\t\t\tint v = list.get(i);\n\t\t\tint j = i - 1;\n\t\t\twhile (j >= 0 && list.get(j) > v) {\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}\n\t\t\tlist.set(j + 1, v);\n\t\t}\n\t\treturn list;\n\t}\n}",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.List;",
"List",
"java.util",
"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\tList<Integer> list = new ArrayList<>();\n\t\t\n\t\tfor (int i=0; i<3; i++) {\n\t\t\tlist.add(sc.nextInt());\n\t\t}\n\t\t\n\t\tsc.close();\n\t\t\n\t\tinsertionSort(list);\n\t\t\n\t\tString str = \"\";\n\t\tfor (int i : list) {\n\t\t\tstr += String.valueOf(i) + \" \";\n\t\t}\n\t\tSystem.out.println(str.trim());\n\t}\n\t\n\tstatic List<Integer> insertionSort(List<Integer> list) {\n\t\tfor (int i=1; i<list.size(); i++) {\n\t\t\tint v = list.get(i);\n\t\t\tint j = i - 1;\n\t\t\twhile (j >= 0 && list.get(j) > v) {\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}\n\t\t\tlist.set(j + 1, v);\n\t\t}\n\t\treturn list;\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<>();\n\t\t\n\t\tfor (int i=0; i<3; i++) {\n\t\t\tlist.add(sc.nextInt());\n\t\t}\n\t\t\n\t\tsc.close();\n\t\t\n\t\tinsertionSort(list);\n\t\t\n\t\tString str = \"\";\n\t\tfor (int i : list) {\n\t\t\tstr += String.valueOf(i) + \" \";\n\t\t}\n\t\tSystem.out.println(str.trim());\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<>();\n\t\t\n\t\tfor (int i=0; i<3; i++) {\n\t\t\tlist.add(sc.nextInt());\n\t\t}\n\t\t\n\t\tsc.close();\n\t\t\n\t\tinsertionSort(list);\n\t\t\n\t\tString str = \"\";\n\t\tfor (int i : list) {\n\t\t\tstr += String.valueOf(i) + \" \";\n\t\t}\n\t\tSystem.out.println(str.trim());\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"List<Integer> list = new ArrayList<>();",
"list",
"new ArrayList<>()",
"for (int i=0; i<3; i++) {\n\t\t\tlist.add(sc.nextInt());\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tlist.add(sc.nextInt());\n\t\t}",
"{\n\t\t\tlist.add(sc.nextInt());\n\t\t}",
"list.add(sc.nextInt())",
"list.add",
"list",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"insertionSort(list)",
"insertionSort",
"list",
"String str = \"\";",
"str",
"\"\"",
"for (int i : list) {\n\t\t\tstr += String.valueOf(i) + \" \";\n\t\t}",
"int i",
"list",
"{\n\t\t\tstr += String.valueOf(i) + \" \";\n\t\t}",
"{\n\t\t\tstr += String.valueOf(i) + \" \";\n\t\t}",
"str += String.valueOf(i) + \" \"",
"str",
"String.valueOf(i) + \" \"",
"String.valueOf(i)",
"String.valueOf",
"String",
"i",
"\" \"",
"System.out.println(str.trim())",
"System.out.println",
"System.out",
"System",
"System.out",
"str.trim()",
"str.trim",
"str",
"String[] args",
"args",
"static List<Integer> insertionSort(List<Integer> list) {\n\t\tfor (int i=1; i<list.size(); i++) {\n\t\t\tint v = list.get(i);\n\t\t\tint j = i - 1;\n\t\t\twhile (j >= 0 && list.get(j) > v) {\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}\n\t\t\tlist.set(j + 1, v);\n\t\t}\n\t\treturn list;\n\t}",
"insertionSort",
"{\n\t\tfor (int i=1; i<list.size(); i++) {\n\t\t\tint v = list.get(i);\n\t\t\tint j = i - 1;\n\t\t\twhile (j >= 0 && list.get(j) > v) {\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}\n\t\t\tlist.set(j + 1, v);\n\t\t}\n\t\treturn list;\n\t}",
"for (int i=1; i<list.size(); i++) {\n\t\t\tint v = list.get(i);\n\t\t\tint j = i - 1;\n\t\t\twhile (j >= 0 && list.get(j) > v) {\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}\n\t\t\tlist.set(j + 1, v);\n\t\t}",
"int i=1;",
"int i=1;",
"i",
"1",
"i<list.size()",
"i",
"list.size()",
"list.size",
"list",
"i++",
"i++",
"i",
"{\n\t\t\tint v = list.get(i);\n\t\t\tint j = i - 1;\n\t\t\twhile (j >= 0 && list.get(j) > v) {\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}\n\t\t\tlist.set(j + 1, v);\n\t\t}",
"{\n\t\t\tint v = list.get(i);\n\t\t\tint j = i - 1;\n\t\t\twhile (j >= 0 && list.get(j) > v) {\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}\n\t\t\tlist.set(j + 1, v);\n\t\t}",
"int v = list.get(i);",
"v",
"list.get(i)",
"list.get",
"list",
"i",
"int j = i - 1;",
"j",
"i - 1",
"i",
"1",
"while (j >= 0 && list.get(j) > v) {\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}",
"j >= 0 && list.get(j) > v",
"j >= 0",
"j",
"0",
"list.get(j) > v",
"list.get(j)",
"list.get",
"list",
"j",
"v",
"{\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}",
"list.set(j + 1, list.get(j))",
"list.set",
"list",
"j + 1",
"j",
"1",
"list.get(j)",
"list.get",
"list",
"j",
"j--",
"j",
"list.set(j + 1, v)",
"list.set",
"list",
"j + 1",
"j",
"1",
"v",
"return list;",
"list",
"List<Integer> list",
"list",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<>();\n\t\t\n\t\tfor (int i=0; i<3; i++) {\n\t\t\tlist.add(sc.nextInt());\n\t\t}\n\t\t\n\t\tsc.close();\n\t\t\n\t\tinsertionSort(list);\n\t\t\n\t\tString str = \"\";\n\t\tfor (int i : list) {\n\t\t\tstr += String.valueOf(i) + \" \";\n\t\t}\n\t\tSystem.out.println(str.trim());\n\t}\n\t\n\tstatic List<Integer> insertionSort(List<Integer> list) {\n\t\tfor (int i=1; i<list.size(); i++) {\n\t\t\tint v = list.get(i);\n\t\t\tint j = i - 1;\n\t\t\twhile (j >= 0 && list.get(j) > v) {\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}\n\t\t\tlist.set(j + 1, v);\n\t\t}\n\t\treturn list;\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<>();\n\t\t\n\t\tfor (int i=0; i<3; i++) {\n\t\t\tlist.add(sc.nextInt());\n\t\t}\n\t\t\n\t\tsc.close();\n\t\t\n\t\tinsertionSort(list);\n\t\t\n\t\tString str = \"\";\n\t\tfor (int i : list) {\n\t\t\tstr += String.valueOf(i) + \" \";\n\t\t}\n\t\tSystem.out.println(str.trim());\n\t}\n\t\n\tstatic List<Integer> insertionSort(List<Integer> list) {\n\t\tfor (int i=1; i<list.size(); i++) {\n\t\t\tint v = list.get(i);\n\t\t\tint j = i - 1;\n\t\t\twhile (j >= 0 && list.get(j) > v) {\n\t\t\t\tlist.set(j + 1, list.get(j));\n\t\t\t\tj--;\n\t\t\t}\n\t\t\tlist.set(j + 1, v);\n\t\t}\n\t\treturn list;\n\t}\n}",
"Main"
] | import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
List<Integer> list = new ArrayList<>();
for (int i=0; i<3; i++) {
list.add(sc.nextInt());
}
sc.close();
insertionSort(list);
String str = "";
for (int i : list) {
str += String.valueOf(i) + " ";
}
System.out.println(str.trim());
}
static List<Integer> insertionSort(List<Integer> list) {
for (int i=1; i<list.size(); i++) {
int v = list.get(i);
int j = i - 1;
while (j >= 0 && list.get(j) > v) {
list.set(j + 1, list.get(j));
j--;
}
list.set(j + 1, v);
}
return list;
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
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
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
27,
28
],
[
28,
29
],
[
17,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
17,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
17,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
17,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
51,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
15,
67
],
[
67,
68
]
] | [
"import java.lang.Math;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n ArrayList<Integer> nums = new ArrayList<Integer>();\n nums.add(sn.nextInt());\n nums.add(sn.nextInt());\n nums.add(sn.nextInt());\n Collections.sort(nums);\n System.out.println(String.format(\"%d %d %d\", nums.get(0), nums.get(1), nums.get(2)));\n }\n}",
"import java.lang.Math;",
"Math",
"java.lang",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"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 ArrayList<Integer> nums = new ArrayList<Integer>();\n nums.add(sn.nextInt());\n nums.add(sn.nextInt());\n nums.add(sn.nextInt());\n Collections.sort(nums);\n System.out.println(String.format(\"%d %d %d\", nums.get(0), nums.get(1), nums.get(2)));\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n ArrayList<Integer> nums = new ArrayList<Integer>();\n nums.add(sn.nextInt());\n nums.add(sn.nextInt());\n nums.add(sn.nextInt());\n Collections.sort(nums);\n System.out.println(String.format(\"%d %d %d\", nums.get(0), nums.get(1), nums.get(2)));\n }",
"main",
"{\n Scanner sn = new Scanner(System.in);\n ArrayList<Integer> nums = new ArrayList<Integer>();\n nums.add(sn.nextInt());\n nums.add(sn.nextInt());\n nums.add(sn.nextInt());\n Collections.sort(nums);\n System.out.println(String.format(\"%d %d %d\", nums.get(0), nums.get(1), nums.get(2)));\n }",
"Scanner sn = new Scanner(System.in);",
"sn",
"new Scanner(System.in)",
"ArrayList<Integer> nums = new ArrayList<Integer>();",
"nums",
"new ArrayList<Integer>()",
"nums.add(sn.nextInt())",
"nums.add",
"nums",
"sn.nextInt()",
"sn.nextInt",
"sn",
"nums.add(sn.nextInt())",
"nums.add",
"nums",
"sn.nextInt()",
"sn.nextInt",
"sn",
"nums.add(sn.nextInt())",
"nums.add",
"nums",
"sn.nextInt()",
"sn.nextInt",
"sn",
"Collections.sort(nums)",
"Collections.sort",
"Collections",
"nums",
"System.out.println(String.format(\"%d %d %d\", nums.get(0), nums.get(1), nums.get(2)))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(\"%d %d %d\", nums.get(0), nums.get(1), nums.get(2))",
"String.format",
"String",
"\"%d %d %d\"",
"nums.get(0)",
"nums.get",
"nums",
"0",
"nums.get(1)",
"nums.get",
"nums",
"1",
"nums.get(2)",
"nums.get",
"nums",
"2",
"String[] args",
"args"
] | import java.lang.Math;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sn = new Scanner(System.in);
ArrayList<Integer> nums = new ArrayList<Integer>();
nums.add(sn.nextInt());
nums.add(sn.nextInt());
nums.add(sn.nextInt());
Collections.sort(nums);
System.out.println(String.format("%d %d %d", nums.get(0), nums.get(1), nums.get(2)));
}
} |
[
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,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
102,
5
],
[
102,
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
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
31,
38
],
[
38,
39
],
[
38,
40
],
[
8,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
45,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
59,
66
],
[
66,
67
],
[
66,
68
],
[
8,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
8,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
8,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
8,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
8,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
6,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint c = scan.nextInt();\n\t\t\t//????????¶??\\???\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tif(b>c){\n\t\t\t\tint x = b;\n\t\t\t\tb = c;\n\t\t\t\tc = x;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tSystem.out.print(a);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.print(b);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.println(c);\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint c = scan.nextInt();\n\t\t\t//????????¶??\\???\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tif(b>c){\n\t\t\t\tint x = b;\n\t\t\t\tb = c;\n\t\t\t\tc = x;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tSystem.out.print(a);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.print(b);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.println(c);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint c = scan.nextInt();\n\t\t\t//????????¶??\\???\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tif(b>c){\n\t\t\t\tint x = b;\n\t\t\t\tb = c;\n\t\t\t\tc = x;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tSystem.out.print(a);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.print(b);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.println(c);\n\t}",
"main",
"{\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint c = scan.nextInt();\n\t\t\t//????????¶??\\???\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tif(b>c){\n\t\t\t\tint x = b;\n\t\t\t\tb = c;\n\t\t\t\tc = x;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tSystem.out.print(a);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.print(b);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.println(c);\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",
"int c = scan.nextInt();",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}",
"int x = a;",
"x",
"a",
"a = b",
"a",
"b",
"b = x",
"b",
"x",
"if(b>c){\n\t\t\t\tint x = b;\n\t\t\t\tb = c;\n\t\t\t\tc = x;\n\t\t\t}",
"b>c",
"b",
"c",
"{\n\t\t\t\tint x = b;\n\t\t\t\tb = c;\n\t\t\t\tc = x;\n\t\t\t}",
"int x = b;",
"x",
"b",
"b = c",
"b",
"c",
"c = x",
"c",
"x",
"if(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}",
"int x = a;",
"x",
"a",
"a = b",
"a",
"b",
"b = x",
"b",
"x",
"System.out.print(a)",
"System.out.print",
"System.out",
"System",
"System.out",
"a",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(b)",
"System.out.print",
"System.out",
"System",
"System.out",
"b",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(c)",
"System.out.println",
"System.out",
"System",
"System.out",
"c",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint c = scan.nextInt();\n\t\t\t//????????¶??\\???\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tif(b>c){\n\t\t\t\tint x = b;\n\t\t\t\tb = c;\n\t\t\t\tc = x;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tSystem.out.print(a);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.print(b);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.println(c);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint c = scan.nextInt();\n\t\t\t//????????¶??\\???\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tif(b>c){\n\t\t\t\tint x = b;\n\t\t\t\tb = c;\n\t\t\t\tc = x;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint x = a;\n\t\t\t\ta = b;\n\t\t\t\tb = x;\n\t\t\t}\n\t\t\tSystem.out.print(a);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.print(b);\n\t\t\tSystem.out.print(\" \");\n\t\t\tSystem.out.println(c);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
//????????¶??\???
if(a>b){
int x = a;
a = b;
b = x;
}
if(b>c){
int x = b;
b = c;
c = x;
}
if(a>b){
int x = a;
a = b;
b = x;
}
System.out.print(a);
System.out.print(" ");
System.out.print(b);
System.out.print(" ");
System.out.println(c);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
143,
5
],
[
143,
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
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
36,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
56,
58
],
[
48,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
8,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
71,
73
],
[
66,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
78,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
93,
95
],
[
8,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
101,
103
],
[
96,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
116,
117
],
[
116,
118
],
[
108,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
119,
123
],
[
123,
124
],
[
123,
125
],
[
8,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
126,
131
],
[
134,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
132,
138
],
[
134,
139
],
[
6,
140
],
[
140,
141
],
[
0,
142
],
[
142,
143
],
[
142,
144
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main (String[] args){\n\t\t\n\t\tint big=0, min=0, half=0;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\n\t\tif(a>b && a>c){\n\t\t\tbig = a;\n\t\t\tif(b>c){\n\t\t\t\thalf = b;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = b;\n\t\t\t}\n\t\t}\n\t\tif(a<b && b>c){\n\t\t\tbig = b;\n\t\t\tif(a>c){\n\t\t\t\thalf = a;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tif(a<c && c>b){\t\n\t\t\tbig = c;\n\t\t\tif(a>b){\n\t\t\t\thalf = a;\n\t\t\t\tmin = b;\n\t\t\t}else{\n\t\t\t\thalf = b;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(min+\" \"+half+\" \"+big);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main (String[] args){\n\t\t\n\t\tint big=0, min=0, half=0;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\n\t\tif(a>b && a>c){\n\t\t\tbig = a;\n\t\t\tif(b>c){\n\t\t\t\thalf = b;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = b;\n\t\t\t}\n\t\t}\n\t\tif(a<b && b>c){\n\t\t\tbig = b;\n\t\t\tif(a>c){\n\t\t\t\thalf = a;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tif(a<c && c>b){\t\n\t\t\tbig = c;\n\t\t\tif(a>b){\n\t\t\t\thalf = a;\n\t\t\t\tmin = b;\n\t\t\t}else{\n\t\t\t\thalf = b;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(min+\" \"+half+\" \"+big);\n\t}\n}",
"Main",
"public static void main (String[] args){\n\t\t\n\t\tint big=0, min=0, half=0;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\n\t\tif(a>b && a>c){\n\t\t\tbig = a;\n\t\t\tif(b>c){\n\t\t\t\thalf = b;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = b;\n\t\t\t}\n\t\t}\n\t\tif(a<b && b>c){\n\t\t\tbig = b;\n\t\t\tif(a>c){\n\t\t\t\thalf = a;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tif(a<c && c>b){\t\n\t\t\tbig = c;\n\t\t\tif(a>b){\n\t\t\t\thalf = a;\n\t\t\t\tmin = b;\n\t\t\t}else{\n\t\t\t\thalf = b;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(min+\" \"+half+\" \"+big);\n\t}",
"main",
"{\n\t\t\n\t\tint big=0, min=0, half=0;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\n\t\tif(a>b && a>c){\n\t\t\tbig = a;\n\t\t\tif(b>c){\n\t\t\t\thalf = b;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = b;\n\t\t\t}\n\t\t}\n\t\tif(a<b && b>c){\n\t\t\tbig = b;\n\t\t\tif(a>c){\n\t\t\t\thalf = a;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tif(a<c && c>b){\t\n\t\t\tbig = c;\n\t\t\tif(a>b){\n\t\t\t\thalf = a;\n\t\t\t\tmin = b;\n\t\t\t}else{\n\t\t\t\thalf = b;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(min+\" \"+half+\" \"+big);\n\t}",
"int big=0",
"big",
"0",
"min=0",
"min",
"0",
"half=0;",
"half",
"0",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int a = in.nextInt();",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"int b = in.nextInt();",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"int c = in.nextInt();",
"c",
"in.nextInt()",
"in.nextInt",
"in",
"if(a>b && a>c){\n\t\t\tbig = a;\n\t\t\tif(b>c){\n\t\t\t\thalf = b;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = b;\n\t\t\t}\n\t\t}",
"a>b && a>c",
"a>b",
"a",
"b",
"a>c",
"a",
"c",
"{\n\t\t\tbig = a;\n\t\t\tif(b>c){\n\t\t\t\thalf = b;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = b;\n\t\t\t}\n\t\t}",
"big = a",
"big",
"a",
"if(b>c){\n\t\t\t\thalf = b;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = b;\n\t\t\t}",
"b>c",
"b",
"c",
"{\n\t\t\t\thalf = b;\n\t\t\t\tmin = c;\n\t\t\t}",
"half = b",
"half",
"b",
"min = c",
"min",
"c",
"{\n\t\t\t\thalf = c;\n\t\t\t\tmin = b;\n\t\t\t}",
"half = c",
"half",
"c",
"min = b",
"min",
"b",
"if(a<b && b>c){\n\t\t\tbig = b;\n\t\t\tif(a>c){\n\t\t\t\thalf = a;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}",
"a<b && b>c",
"a<b",
"a",
"b",
"b>c",
"b",
"c",
"{\n\t\t\tbig = b;\n\t\t\tif(a>c){\n\t\t\t\thalf = a;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}",
"big = b",
"big",
"b",
"if(a>c){\n\t\t\t\thalf = a;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = a;\n\t\t\t}",
"a>c",
"a",
"c",
"{\n\t\t\t\thalf = a;\n\t\t\t\tmin = c;\n\t\t\t}",
"half = a",
"half",
"a",
"min = c",
"min",
"c",
"{\n\t\t\t\thalf = c;\n\t\t\t\tmin = a;\n\t\t\t}",
"half = c",
"half",
"c",
"min = a",
"min",
"a",
"if(a<c && c>b){\t\n\t\t\tbig = c;\n\t\t\tif(a>b){\n\t\t\t\thalf = a;\n\t\t\t\tmin = b;\n\t\t\t}else{\n\t\t\t\thalf = b;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}",
"a<c && c>b",
"a<c",
"a",
"c",
"c>b",
"c",
"b",
"{\t\n\t\t\tbig = c;\n\t\t\tif(a>b){\n\t\t\t\thalf = a;\n\t\t\t\tmin = b;\n\t\t\t}else{\n\t\t\t\thalf = b;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}",
"big = c",
"big",
"c",
"if(a>b){\n\t\t\t\thalf = a;\n\t\t\t\tmin = b;\n\t\t\t}else{\n\t\t\t\thalf = b;\n\t\t\t\tmin = a;\n\t\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\t\thalf = a;\n\t\t\t\tmin = b;\n\t\t\t}",
"half = a",
"half",
"a",
"min = b",
"min",
"b",
"{\n\t\t\t\thalf = b;\n\t\t\t\tmin = a;\n\t\t\t}",
"half = b",
"half",
"b",
"min = a",
"min",
"a",
"System.out.println(min+\" \"+half+\" \"+big)",
"System.out.println",
"System.out",
"System",
"System.out",
"min+\" \"+half+\" \"+big",
"\" \"",
"half",
"min+\" \"+half+\" \"+big",
"min",
"\" \"",
"half",
"\" \"",
"big",
"String[] args",
"args",
"public class Main {\n\tpublic static void main (String[] args){\n\t\t\n\t\tint big=0, min=0, half=0;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\n\t\tif(a>b && a>c){\n\t\t\tbig = a;\n\t\t\tif(b>c){\n\t\t\t\thalf = b;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = b;\n\t\t\t}\n\t\t}\n\t\tif(a<b && b>c){\n\t\t\tbig = b;\n\t\t\tif(a>c){\n\t\t\t\thalf = a;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tif(a<c && c>b){\t\n\t\t\tbig = c;\n\t\t\tif(a>b){\n\t\t\t\thalf = a;\n\t\t\t\tmin = b;\n\t\t\t}else{\n\t\t\t\thalf = b;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(min+\" \"+half+\" \"+big);\n\t}\n}",
"public class Main {\n\tpublic static void main (String[] args){\n\t\t\n\t\tint big=0, min=0, half=0;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\n\t\tif(a>b && a>c){\n\t\t\tbig = a;\n\t\t\tif(b>c){\n\t\t\t\thalf = b;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = b;\n\t\t\t}\n\t\t}\n\t\tif(a<b && b>c){\n\t\t\tbig = b;\n\t\t\tif(a>c){\n\t\t\t\thalf = a;\n\t\t\t\tmin = c;\n\t\t\t}else{\n\t\t\t\thalf = c;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tif(a<c && c>b){\t\n\t\t\tbig = c;\n\t\t\tif(a>b){\n\t\t\t\thalf = a;\n\t\t\t\tmin = b;\n\t\t\t}else{\n\t\t\t\thalf = b;\n\t\t\t\tmin = a;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(min+\" \"+half+\" \"+big);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main (String[] args){
int big=0, min=0, half=0;
Scanner in = new Scanner(System.in);
int a = in.nextInt();
int b = in.nextInt();
int c = in.nextInt();
if(a>b && a>c){
big = a;
if(b>c){
half = b;
min = c;
}else{
half = c;
min = b;
}
}
if(a<b && b>c){
big = b;
if(a>c){
half = a;
min = c;
}else{
half = c;
min = a;
}
}
if(a<c && c>b){
big = c;
if(a>b){
half = a;
min = b;
}else{
half = b;
min = a;
}
}
System.out.println(min+" "+half+" "+big);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
103,
5
],
[
103,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
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
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
39,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
53,
60
],
[
60,
61
],
[
60,
62
],
[
8,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
71,
73
],
[
67,
74
],
[
74,
75
],
[
74,
76
],
[
8,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
85,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
83,
89
],
[
85,
90
],
[
103,
91
],
[
91,
92
],
[
91,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
97,
98
],
[
98,
99
],
[
91,
100
],
[
100,
101
],
[
0,
102
],
[
102,
103
],
[
102,
104
]
] | [
"import java.util.Scanner;\npublic class Main{\n \n public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n int a,b,c,hozon;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\t\n\t\tif(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}if(b > c){\n\t\t\thozon = b;\n\t\t\tb = c;\n\t\t\tc = hozon;\n\t\t}if(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n }\t\t\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",
"public class Main{\n \n public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n int a,b,c,hozon;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\t\n\t\tif(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}if(b > c){\n\t\t\thozon = b;\n\t\t\tb = c;\n\t\t\tc = hozon;\n\t\t}if(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n }\t\t\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\t\t\n int a,b,c,hozon;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\t\n\t\tif(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}if(b > c){\n\t\t\thozon = b;\n\t\t\tb = c;\n\t\t\tc = hozon;\n\t\t}if(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n }",
"solve",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n int a,b,c,hozon;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\t\n\t\tif(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}if(b > c){\n\t\t\thozon = b;\n\t\t\tb = c;\n\t\t\tc = hozon;\n\t\t}if(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c",
"c",
"hozon;",
"hozon",
"a = sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b = sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"c = sc.nextInt()",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}",
"hozon = a",
"hozon",
"a",
"a = b",
"a",
"b",
"b = hozon",
"b",
"hozon",
"if(b > c){\n\t\t\thozon = b;\n\t\t\tb = c;\n\t\t\tc = hozon;\n\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\thozon = b;\n\t\t\tb = c;\n\t\t\tc = hozon;\n\t\t}",
"hozon = b",
"hozon",
"b",
"b = c",
"b",
"c",
"c = hozon",
"c",
"hozon",
"if(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}",
"hozon = a",
"hozon",
"a",
"a = b",
"a",
"b",
"b = hozon",
"b",
"hozon",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"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",
"public class Main{\n \n public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n int a,b,c,hozon;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\t\n\t\tif(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}if(b > c){\n\t\t\thozon = b;\n\t\t\tb = c;\n\t\t\tc = hozon;\n\t\t}if(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n }\t\t\t\n public static void main(String[]args){\n Main obj = new Main();\n obj.solve();\n }\n}",
"public class Main{\n \n public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n int a,b,c,hozon;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\t\n\t\tif(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}if(b > c){\n\t\t\thozon = b;\n\t\t\tb = c;\n\t\t\tc = hozon;\n\t\t}if(a > b){\n\t\t\thozon = a;\n\t\t\ta = b;\n\t\t\tb = hozon;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n }\t\t\t\n public static void main(String[]args){\n Main obj = new Main();\n obj.solve();\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public void solve(){
Scanner sc = new Scanner(System.in);
int a,b,c,hozon;
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
if(a > b){
hozon = a;
a = b;
b = hozon;
}if(b > c){
hozon = b;
b = c;
c = hozon;
}if(a > b){
hozon = a;
a = b;
b = hozon;
}
System.out.println(a+" "+b+" "+c);
}
public static void main(String[]args){
Main obj = new Main();
obj.solve();
}
} |
[
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,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
88,
5
],
[
88,
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
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
61,
68
],
[
68,
69
],
[
68,
70
],
[
8,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
79,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
77,
83
],
[
79,
84
],
[
6,
85
],
[
85,
86
],
[
0,
87
],
[
87,
88
],
[
87,
89
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int tmp;\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n if(b > c) {\n \ttmp = b;\n \tb = c;\n \tc = tmp;\n \t}\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n System.out.println( a + \" \" + b + \" \" + c );\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int tmp;\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n if(b > c) {\n \ttmp = b;\n \tb = c;\n \tc = tmp;\n \t}\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n System.out.println( a + \" \" + b + \" \" + c );\n\t}\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 int c = sc.nextInt();\n int tmp;\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n if(b > c) {\n \ttmp = b;\n \tb = c;\n \tc = tmp;\n \t}\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n System.out.println( a + \" \" + b + \" \" + c );\n\t}",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int tmp;\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n if(b > c) {\n \ttmp = b;\n \tb = c;\n \tc = tmp;\n \t}\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n System.out.println( a + \" \" + b + \" \" + c );\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",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int tmp;",
"tmp",
"if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}",
"a > b",
"a",
"b",
"{\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}",
"tmp = a",
"tmp",
"a",
"a = b",
"a",
"b",
"b = tmp",
"b",
"tmp",
"if(b > c) {\n \ttmp = b;\n \tb = c;\n \tc = tmp;\n \t}",
"b > c",
"b",
"c",
"{\n \ttmp = b;\n \tb = c;\n \tc = tmp;\n \t}",
"tmp = b",
"tmp",
"b",
"b = c",
"b",
"c",
"c = tmp",
"c",
"tmp",
"if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}",
"a > b",
"a",
"b",
"{\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}",
"tmp = a",
"tmp",
"a",
"a = b",
"a",
"b",
"b = tmp",
"b",
"tmp",
"System.out.println( a + \" \" + b + \" \" + c )",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int tmp;\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n if(b > c) {\n \ttmp = b;\n \tb = c;\n \tc = tmp;\n \t}\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n System.out.println( a + \" \" + b + \" \" + c );\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int tmp;\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n if(b > c) {\n \ttmp = b;\n \tb = c;\n \tc = tmp;\n \t}\n if(a > b) {\n \ttmp = a;\n \ta = b;\n \tb = tmp;\n \t}\n System.out.println( a + \" \" + b + \" \" + c );\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int tmp;
if(a > b) {
tmp = a;
a = b;
b = tmp;
}
if(b > c) {
tmp = b;
b = c;
c = tmp;
}
if(a > b) {
tmp = a;
a = b;
b = tmp;
}
System.out.println( a + " " + b + " " + c );
}
}
|
[
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,
20,
18,
13,
13,
38,
5,
13,
30,
4,
18,
13,
30,
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,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
13,
41,
13,
17,
28,
13,
13,
30,
30,
14,
13,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
0,
13,
17,
4,
18,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
162,
5
],
[
162,
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
],
[
26,
27
],
[
26,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
29,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
37,
47
],
[
47,
48
],
[
48,
49
],
[
37,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
59,
61
],
[
36,
62
],
[
62,
63
],
[
36,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
64,
74
],
[
74,
75
],
[
75,
76
],
[
64,
77
],
[
78,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
79,
91
],
[
91,
92
],
[
92,
93
],
[
79,
94
],
[
95,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
101,
103
],
[
103,
104
],
[
103,
105
],
[
96,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
109,
110
],
[
109,
111
],
[
106,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
116,
117
],
[
116,
118
],
[
118,
119
],
[
118,
120
],
[
106,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
124,
125
],
[
124,
126
],
[
121,
127
],
[
36,
128
],
[
128,
129
],
[
128,
130
],
[
36,
131
],
[
131,
132
],
[
131,
133
],
[
131,
134
],
[
135,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
138,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
139,
144
],
[
135,
145
],
[
145,
146
],
[
146,
147
],
[
147,
148
],
[
147,
149
],
[
145,
150
],
[
135,
151
],
[
151,
152
],
[
151,
153
],
[
36,
154
],
[
154,
155
],
[
155,
156
],
[
156,
157
],
[
156,
158
],
[
6,
159
],
[
159,
160
],
[
0,
161
],
[
161,
162
],
[
161,
163
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\t\t\tint tmp;\n\n\t\t\tfor (int i = 0; i < inputIntArray.length; i++) {\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tboolean firstFlg = false;\n\t\t\tfor (int i : inputIntArray) {\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}\n\t\t\tSystem.out.println();\n\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\t\t\tint tmp;\n\n\t\t\tfor (int i = 0; i < inputIntArray.length; i++) {\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tboolean firstFlg = false;\n\t\t\tfor (int i : inputIntArray) {\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}\n\t\t\tSystem.out.println();\n\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\t\t\tint tmp;\n\n\t\t\tfor (int i = 0; i < inputIntArray.length; i++) {\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tboolean firstFlg = false;\n\t\t\tfor (int i : inputIntArray) {\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}\n\t\t\tSystem.out.println();\n\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"main",
"{\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\t\t\tint tmp;\n\n\t\t\tfor (int i = 0; i < inputIntArray.length; i++) {\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tboolean firstFlg = false;\n\t\t\tfor (int i : inputIntArray) {\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}\n\t\t\tSystem.out.println();\n\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String inputStr = sc.nextLine();",
"inputStr",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] inputStrArray = inputStr.split(\" \");",
"inputStrArray",
"inputStr.split(\" \")",
"inputStr.split",
"inputStr",
"\" \"",
"int[] inputIntArray = new int[inputStrArray.length];",
"inputIntArray",
"new int[inputStrArray.length]",
"inputStrArray.length",
"inputStrArray",
"inputStrArray.length",
"try {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\t\t\tint tmp;\n\n\t\t\tfor (int i = 0; i < inputIntArray.length; i++) {\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tboolean firstFlg = false;\n\t\t\tfor (int i : inputIntArray) {\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}\n\t\t\tSystem.out.println();\n\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"NumberFormatException e",
"{\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\t\t\tint tmp;\n\n\t\t\tfor (int i = 0; i < inputIntArray.length; i++) {\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tboolean firstFlg = false;\n\t\t\tfor (int i : inputIntArray) {\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}\n\t\t\tSystem.out.println();\n\n\t\t}",
"for (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}",
"int index = 0;",
"int index = 0;",
"index",
"0",
"index < inputIntArray.length",
"index",
"inputIntArray.length",
"inputIntArray",
"inputIntArray.length",
"index++",
"index++",
"index",
"{\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}",
"{\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}",
"inputIntArray[index] = Integer.parseInt(inputStrArray[index])",
"inputIntArray[index]",
"inputIntArray",
"index",
"Integer.parseInt(inputStrArray[index])",
"Integer.parseInt",
"Integer",
"inputStrArray[index]",
"inputStrArray",
"index",
"int tmp;",
"tmp",
"for (int i = 0; i < inputIntArray.length; i++) {\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < inputIntArray.length",
"i",
"inputIntArray.length",
"inputIntArray",
"inputIntArray.length",
"i++",
"i++",
"i",
"{\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}",
"for (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}",
"int j = 0;",
"int j = 0;",
"j",
"0",
"j < inputIntArray.length -1",
"j",
"inputIntArray.length -1",
"inputIntArray.length",
"inputIntArray",
"inputIntArray.length",
"1",
"j++",
"j++",
"j",
"{\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}",
"{\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}",
"if (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}",
"inputIntArray[j] > inputIntArray[j +1]",
"inputIntArray[j]",
"inputIntArray",
"j",
"inputIntArray[j +1]",
"inputIntArray",
"j +1",
"j",
"1",
"{\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}",
"tmp = inputIntArray[j]",
"tmp",
"inputIntArray[j]",
"inputIntArray",
"j",
"inputIntArray[j] = inputIntArray[j +1]",
"inputIntArray[j]",
"inputIntArray",
"j",
"inputIntArray[j +1]",
"inputIntArray",
"j +1",
"j",
"1",
"inputIntArray[j +1] = tmp",
"inputIntArray[j +1]",
"inputIntArray",
"j +1",
"j",
"1",
"tmp",
"boolean firstFlg = false;",
"firstFlg",
"false",
"for (int i : inputIntArray) {\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}",
"int i",
"inputIntArray",
"{\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}",
"{\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}",
"if (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}",
"firstFlg",
"{\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(i)",
"System.out.print",
"System.out",
"System",
"System.out",
"i",
"firstFlg = true",
"firstFlg",
"true",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\t\t\tint tmp;\n\n\t\t\tfor (int i = 0; i < inputIntArray.length; i++) {\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tboolean firstFlg = false;\n\t\t\tfor (int i : inputIntArray) {\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}\n\t\t\tSystem.out.println();\n\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\t\t\tint tmp;\n\n\t\t\tfor (int i = 0; i < inputIntArray.length; i++) {\n\t\t\t\tfor (int j = 0; j < inputIntArray.length -1; j++) {\n\t\t\t\t\tif (inputIntArray[j] > inputIntArray[j +1]) {\n\t\t\t\t\t\ttmp = inputIntArray[j];\n\t\t\t\t\t\tinputIntArray[j] = inputIntArray[j +1];\n\t\t\t\t\t\tinputIntArray[j +1] = tmp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tboolean firstFlg = false;\n\t\t\tfor (int i : inputIntArray) {\n\t\t\t\tif (firstFlg) {\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t\tSystem.out.print(i);\n\t\t\t\tfirstFlg = true;\n\t\t\t}\n\t\t\tSystem.out.println();\n\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String inputStr = sc.nextLine();
String[] inputStrArray = inputStr.split(" ");
int[] inputIntArray = new int[inputStrArray.length];
try {
for (int index = 0; index < inputIntArray.length; index++) {
inputIntArray[index] = Integer.parseInt(inputStrArray[index]);
}
int tmp;
for (int i = 0; i < inputIntArray.length; i++) {
for (int j = 0; j < inputIntArray.length -1; j++) {
if (inputIntArray[j] > inputIntArray[j +1]) {
tmp = inputIntArray[j];
inputIntArray[j] = inputIntArray[j +1];
inputIntArray[j +1] = tmp;
}
}
}
boolean firstFlg = false;
for (int i : inputIntArray) {
if (firstFlg) {
System.out.print(" ");
}
System.out.print(i);
firstFlg = true;
}
System.out.println();
} catch (NumberFormatException e) {
// TODO 自動生成された catch ブロック
e.printStackTrace();
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
97,
5
],
[
97,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
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
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
36,
38
],
[
28,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
8,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
59,
61
],
[
55,
62
],
[
62,
63
],
[
62,
64
],
[
51,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
65,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
77,
79
],
[
8,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
88,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
86,
92
],
[
88,
93
],
[
6,
94
],
[
94,
95
],
[
0,
96
],
[
96,
97
],
[
96,
98
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tint num1, num2, num3;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tif (a < b) {\n\t\t\tnum1 = a;\n\t\t\tnum2 = b;\n\t\t} else {\n\t\t\tnum1 = b;\n\t\t\tnum2 = a;\n\t\t}\n\t\t\n\t\tint c = in.nextInt();\n\t\tif (c < num1) {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = num1;\n\t\t\tnum1 = c;\n\t\t} else if (c > num2) {\n\t\t\tnum3 = c;\n\t\t} else {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = c;\n\t\t}\n\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tint num1, num2, num3;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tif (a < b) {\n\t\t\tnum1 = a;\n\t\t\tnum2 = b;\n\t\t} else {\n\t\t\tnum1 = b;\n\t\t\tnum2 = a;\n\t\t}\n\t\t\n\t\tint c = in.nextInt();\n\t\tif (c < num1) {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = num1;\n\t\t\tnum1 = c;\n\t\t} else if (c > num2) {\n\t\t\tnum3 = c;\n\t\t} else {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = c;\n\t\t}\n\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tint num1, num2, num3;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tif (a < b) {\n\t\t\tnum1 = a;\n\t\t\tnum2 = b;\n\t\t} else {\n\t\t\tnum1 = b;\n\t\t\tnum2 = a;\n\t\t}\n\t\t\n\t\tint c = in.nextInt();\n\t\tif (c < num1) {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = num1;\n\t\t\tnum1 = c;\n\t\t} else if (c > num2) {\n\t\t\tnum3 = c;\n\t\t} else {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = c;\n\t\t}\n\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}",
"main",
"{\n\t\tint num1, num2, num3;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tif (a < b) {\n\t\t\tnum1 = a;\n\t\t\tnum2 = b;\n\t\t} else {\n\t\t\tnum1 = b;\n\t\t\tnum2 = a;\n\t\t}\n\t\t\n\t\tint c = in.nextInt();\n\t\tif (c < num1) {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = num1;\n\t\t\tnum1 = c;\n\t\t} else if (c > num2) {\n\t\t\tnum3 = c;\n\t\t} else {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = c;\n\t\t}\n\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}",
"int num1",
"num1",
"num2",
"num2",
"num3;",
"num3",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int a = in.nextInt();",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"int b = in.nextInt();",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"if (a < b) {\n\t\t\tnum1 = a;\n\t\t\tnum2 = b;\n\t\t} else {\n\t\t\tnum1 = b;\n\t\t\tnum2 = a;\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tnum1 = a;\n\t\t\tnum2 = b;\n\t\t}",
"num1 = a",
"num1",
"a",
"num2 = b",
"num2",
"b",
"{\n\t\t\tnum1 = b;\n\t\t\tnum2 = a;\n\t\t}",
"num1 = b",
"num1",
"b",
"num2 = a",
"num2",
"a",
"int c = in.nextInt();",
"c",
"in.nextInt()",
"in.nextInt",
"in",
"if (c < num1) {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = num1;\n\t\t\tnum1 = c;\n\t\t} else if (c > num2) {\n\t\t\tnum3 = c;\n\t\t} else {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = c;\n\t\t}",
"c < num1",
"c",
"num1",
"{\n\t\t\tnum3 = num2;\n\t\t\tnum2 = num1;\n\t\t\tnum1 = c;\n\t\t}",
"num3 = num2",
"num3",
"num2",
"num2 = num1",
"num2",
"num1",
"num1 = c",
"num1",
"c",
"if (c > num2) {\n\t\t\tnum3 = c;\n\t\t} else {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = c;\n\t\t}",
"c > num2",
"c",
"num2",
"{\n\t\t\tnum3 = c;\n\t\t}",
"num3 = c",
"num3",
"c",
"{\n\t\t\tnum3 = num2;\n\t\t\tnum2 = c;\n\t\t}",
"num3 = num2",
"num3",
"num2",
"num2 = c",
"num2",
"c",
"System.out.println(num1 + \" \" + num2 + \" \" + num3)",
"System.out.println",
"System.out",
"System",
"System.out",
"num1 + \" \" + num2 + \" \" + num3",
"\" \"",
"num2",
"num1 + \" \" + num2 + \" \" + num3",
"num1",
"\" \"",
"num2",
"\" \"",
"num3",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tint num1, num2, num3;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tif (a < b) {\n\t\t\tnum1 = a;\n\t\t\tnum2 = b;\n\t\t} else {\n\t\t\tnum1 = b;\n\t\t\tnum2 = a;\n\t\t}\n\t\t\n\t\tint c = in.nextInt();\n\t\tif (c < num1) {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = num1;\n\t\t\tnum1 = c;\n\t\t} else if (c > num2) {\n\t\t\tnum3 = c;\n\t\t} else {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = c;\n\t\t}\n\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tint num1, num2, num3;\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tif (a < b) {\n\t\t\tnum1 = a;\n\t\t\tnum2 = b;\n\t\t} else {\n\t\t\tnum1 = b;\n\t\t\tnum2 = a;\n\t\t}\n\t\t\n\t\tint c = in.nextInt();\n\t\tif (c < num1) {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = num1;\n\t\t\tnum1 = c;\n\t\t} else if (c > num2) {\n\t\t\tnum3 = c;\n\t\t} else {\n\t\t\tnum3 = num2;\n\t\t\tnum2 = c;\n\t\t}\n\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int num1, num2, num3;
Scanner in = new Scanner(System.in);
int a = in.nextInt();
int b = in.nextInt();
if (a < b) {
num1 = a;
num2 = b;
} else {
num1 = b;
num2 = a;
}
int c = in.nextInt();
if (c < num1) {
num3 = num2;
num2 = num1;
num1 = c;
} else if (c > num2) {
num3 = c;
} else {
num3 = num2;
num2 = c;
}
System.out.println(num1 + " " + num2 + " " + num3);
}
} |
[
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,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
39,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
28,
29
],
[
18,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
30,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
30,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
47,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
30,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
30,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
78,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
77,
83
],
[
83,
84
],
[
83,
85
],
[
76,
86
],
[
78,
87
],
[
87,
88
],
[
87,
89
],
[
15,
90
],
[
90,
91
]
] | [
"import java.util.Arrays;\n\nimport 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[] x = {Integer.parseInt(str2[0]), Integer.parseInt(str2[1]), Integer.parseInt(str2[2])};\n Arrays.sort(x);\n System.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\n } catch (IOException e){\n System.err.println(e.toString());\n }\n }\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"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[] x = {Integer.parseInt(str2[0]), Integer.parseInt(str2[1]), Integer.parseInt(str2[2])};\n Arrays.sort(x);\n System.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\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[] x = {Integer.parseInt(str2[0]), Integer.parseInt(str2[1]), Integer.parseInt(str2[2])};\n Arrays.sort(x);\n System.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\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[] x = {Integer.parseInt(str2[0]), Integer.parseInt(str2[1]), Integer.parseInt(str2[2])};\n Arrays.sort(x);\n System.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\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[] x = {Integer.parseInt(str2[0]), Integer.parseInt(str2[1]), Integer.parseInt(str2[2])};\n Arrays.sort(x);\n System.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\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[] x = {Integer.parseInt(str2[0]), Integer.parseInt(str2[1]), Integer.parseInt(str2[2])};\n Arrays.sort(x);\n System.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\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[] x = {Integer.parseInt(str2[0]), Integer.parseInt(str2[1]), Integer.parseInt(str2[2])};",
"x",
"{Integer.parseInt(str2[0]), Integer.parseInt(str2[1]), Integer.parseInt(str2[2])}",
"Integer.parseInt(str2[0])",
"Integer.parseInt",
"Integer",
"str2[0]",
"str2",
"0",
"Integer.parseInt(str2[1])",
"Integer.parseInt",
"Integer",
"str2[1]",
"str2",
"1",
"Integer.parseInt(str2[2])",
"Integer.parseInt",
"Integer",
"str2[2]",
"str2",
"2",
"Arrays.sort(x)",
"Arrays.sort",
"Arrays",
"x",
"System.out.println(x[0] + \" \" + x[1] + \" \" + x[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"x[0] + \" \" + x[1] + \" \" + x[2]",
"\" \"",
"x[1]",
"x[0] + \" \" + x[1] + \" \" + x[2]",
"x[0]",
"x",
"0",
"\" \"",
"x[1]",
"x",
"1",
"\" \"",
"x[2]",
"x",
"2",
"String[] args",
"args"
] | import java.util.Arrays;
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[] x = {Integer.parseInt(str2[0]), Integer.parseInt(str2[1]), Integer.parseInt(str2[2])};
Arrays.sort(x);
System.out.println(x[0] + " " + x[1] + " " + x[2]);
} catch (IOException e){
System.err.println(e.toString());
}
}
}
|
[
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,
41,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
41,
13,
2,
2,
2,
2,
2,
17,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
68,
8
],
[
68,
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
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
32,
35
],
[
11,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
11,
40
],
[
40,
41
],
[
40,
42
],
[
46,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
45,
51
],
[
44,
52
],
[
52,
53
],
[
52,
54
],
[
43,
55
],
[
46,
56
],
[
56,
57
],
[
56,
58
],
[
11,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
9,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\n/**\n *\n * @author lenovo\n */\npublic class Main {\n\n public static void main(String[] args) {\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n\n int[] array = {a, b, c};\n Arrays.sort(array);\n String s=\"\"+array[0]+\" \"+array[1]+\" \"+array[2];\n System.out.println(s);\n }\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n\n int[] array = {a, b, c};\n Arrays.sort(array);\n String s=\"\"+array[0]+\" \"+array[1]+\" \"+array[2];\n System.out.println(s);\n }\n}",
"Main",
"public static void main(String[] args) {\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n\n int[] array = {a, b, c};\n Arrays.sort(array);\n String s=\"\"+array[0]+\" \"+array[1]+\" \"+array[2];\n System.out.println(s);\n }",
"main",
"{\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n\n int[] array = {a, b, c};\n Arrays.sort(array);\n String s=\"\"+array[0]+\" \"+array[1]+\" \"+array[2];\n System.out.println(s);\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",
"int c = scanner.nextInt();",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int[] array = {a, b, c};",
"array",
"{a, b, c}",
"a",
"b",
"c",
"Arrays.sort(array)",
"Arrays.sort",
"Arrays",
"array",
"String s=\"\"+array[0]+\" \"+array[1]+\" \"+array[2];",
"s",
"\"\"+array[0]+\" \"+array[1]+\" \"+array[2]",
"\" \"",
"array[1]",
"\" \"",
"\"\"+array[0]+\" \"+array[1]+\" \"+array[2]",
"\"\"",
"array[0]",
"array",
"0",
"\" \"",
"array[1]",
"array",
"1",
"\" \"",
"array[2]",
"array",
"2",
"System.out.println(s)",
"System.out.println",
"System.out",
"System",
"System.out",
"s",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n\n int[] array = {a, b, c};\n Arrays.sort(array);\n String s=\"\"+array[0]+\" \"+array[1]+\" \"+array[2];\n System.out.println(s);\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n\n int[] array = {a, b, c};\n Arrays.sort(array);\n String s=\"\"+array[0]+\" \"+array[1]+\" \"+array[2];\n System.out.println(s);\n }\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
/**
*
* @author lenovo
*/
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
int[] array = {a, b, c};
Arrays.sort(array);
String s=""+array[0]+" "+array[1]+" "+array[2];
System.out.println(s);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
26,
27
],
[
27,
28
],
[
11,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
37,
38
],
[
11,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
47,
48
],
[
11,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
11,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
61,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
60,
66
],
[
66,
67
],
[
66,
68
],
[
59,
69
],
[
61,
70
],
[
70,
71
],
[
70,
72
],
[
9,
73
],
[
73,
74
]
] | [
"import java.util.Scanner;\nimport java.util.Arrays;\n\nclass Main {\n\tpublic static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int[] input_number = new int[3];\n input_number[0] = Integer.parseInt(scan.next());\n input_number[1] = Integer.parseInt(scan.next());\n input_number[2] = Integer.parseInt(scan.next());\n Arrays.sort(input_number);\n System.out.println(input_number[0] + \" \" + input_number[1] + \" \" + input_number[2]);\n\t}\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main {\n\tpublic static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int[] input_number = new int[3];\n input_number[0] = Integer.parseInt(scan.next());\n input_number[1] = Integer.parseInt(scan.next());\n input_number[2] = Integer.parseInt(scan.next());\n Arrays.sort(input_number);\n System.out.println(input_number[0] + \" \" + input_number[1] + \" \" + input_number[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int[] input_number = new int[3];\n input_number[0] = Integer.parseInt(scan.next());\n input_number[1] = Integer.parseInt(scan.next());\n input_number[2] = Integer.parseInt(scan.next());\n Arrays.sort(input_number);\n System.out.println(input_number[0] + \" \" + input_number[1] + \" \" + input_number[2]);\n\t}",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int[] input_number = new int[3];\n input_number[0] = Integer.parseInt(scan.next());\n input_number[1] = Integer.parseInt(scan.next());\n input_number[2] = Integer.parseInt(scan.next());\n Arrays.sort(input_number);\n System.out.println(input_number[0] + \" \" + input_number[1] + \" \" + input_number[2]);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int[] input_number = new int[3];",
"input_number",
"new int[3]",
"3",
"input_number[0] = Integer.parseInt(scan.next())",
"input_number[0]",
"input_number",
"0",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"input_number[1] = Integer.parseInt(scan.next())",
"input_number[1]",
"input_number",
"1",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"input_number[2] = Integer.parseInt(scan.next())",
"input_number[2]",
"input_number",
"2",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"Arrays.sort(input_number)",
"Arrays.sort",
"Arrays",
"input_number",
"System.out.println(input_number[0] + \" \" + input_number[1] + \" \" + input_number[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"input_number[0] + \" \" + input_number[1] + \" \" + input_number[2]",
"\" \"",
"input_number[1]",
"input_number[0] + \" \" + input_number[1] + \" \" + input_number[2]",
"input_number[0]",
"input_number",
"0",
"\" \"",
"input_number[1]",
"input_number",
"1",
"\" \"",
"input_number[2]",
"input_number",
"2",
"String[] args",
"args"
] | import java.util.Scanner;
import java.util.Arrays;
class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int[] input_number = new int[3];
input_number[0] = Integer.parseInt(scan.next());
input_number[1] = Integer.parseInt(scan.next());
input_number[2] = Integer.parseInt(scan.next());
Arrays.sort(input_number);
System.out.println(input_number[0] + " " + input_number[1] + " " + input_number[2]);
}
}
|
[
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,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
17,
42,
2,
13,
17,
30,
0,
13,
17,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
0,
13,
17,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
0,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
110,
5
],
[
110,
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
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
8,
45
],
[
45,
46
],
[
45,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
60,
67
],
[
67,
68
],
[
67,
69
],
[
60,
70
],
[
70,
71
],
[
70,
72
],
[
52,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
81,
83
],
[
77,
84
],
[
84,
85
],
[
84,
86
],
[
77,
87
],
[
87,
88
],
[
87,
89
],
[
8,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
98,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
96,
102
],
[
98,
103
],
[
8,
104
],
[
104,
105
],
[
105,
106
],
[
6,
107
],
[
107,
108
],
[
0,
109
],
[
109,
110
],
[
109,
111
]
] | [
"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 nStr0 = sc.next();\n\t\tString nStr1 = sc.next();\n\t\tString nStr2 = sc.next();\n\t\tint n0 = Integer.parseInt(nStr0);\n\t\tint n1 = Integer.parseInt(nStr1);\n\t\tint n2 = Integer.parseInt(nStr2);\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tif (n1 > n2) {\n\t\t\t\tint tmp = n1;\n\t\t\t\tn1 = n2;\n\t\t\t\tn2 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}\n\t\t\tif (n0 > n1) {\n\t\t\t\tint tmp = n0;\n\t\t\t\tn0 = n1;\n\t\t\t\tn1 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t} \n\t\t}\n\t\tSystem.out.println(n0 + \" \" + n1 + \" \" + n2);\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 nStr0 = sc.next();\n\t\tString nStr1 = sc.next();\n\t\tString nStr2 = sc.next();\n\t\tint n0 = Integer.parseInt(nStr0);\n\t\tint n1 = Integer.parseInt(nStr1);\n\t\tint n2 = Integer.parseInt(nStr2);\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tif (n1 > n2) {\n\t\t\t\tint tmp = n1;\n\t\t\t\tn1 = n2;\n\t\t\t\tn2 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}\n\t\t\tif (n0 > n1) {\n\t\t\t\tint tmp = n0;\n\t\t\t\tn0 = n1;\n\t\t\t\tn1 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t} \n\t\t}\n\t\tSystem.out.println(n0 + \" \" + n1 + \" \" + n2);\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 nStr0 = sc.next();\n\t\tString nStr1 = sc.next();\n\t\tString nStr2 = sc.next();\n\t\tint n0 = Integer.parseInt(nStr0);\n\t\tint n1 = Integer.parseInt(nStr1);\n\t\tint n2 = Integer.parseInt(nStr2);\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tif (n1 > n2) {\n\t\t\t\tint tmp = n1;\n\t\t\t\tn1 = n2;\n\t\t\t\tn2 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}\n\t\t\tif (n0 > n1) {\n\t\t\t\tint tmp = n0;\n\t\t\t\tn0 = n1;\n\t\t\t\tn1 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t} \n\t\t}\n\t\tSystem.out.println(n0 + \" \" + n1 + \" \" + n2);\n\t\tsc.close();\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString nStr0 = sc.next();\n\t\tString nStr1 = sc.next();\n\t\tString nStr2 = sc.next();\n\t\tint n0 = Integer.parseInt(nStr0);\n\t\tint n1 = Integer.parseInt(nStr1);\n\t\tint n2 = Integer.parseInt(nStr2);\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tif (n1 > n2) {\n\t\t\t\tint tmp = n1;\n\t\t\t\tn1 = n2;\n\t\t\t\tn2 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}\n\t\t\tif (n0 > n1) {\n\t\t\t\tint tmp = n0;\n\t\t\t\tn0 = n1;\n\t\t\t\tn1 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t} \n\t\t}\n\t\tSystem.out.println(n0 + \" \" + n1 + \" \" + n2);\n\t\tsc.close();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String nStr0 = sc.next();",
"nStr0",
"sc.next()",
"sc.next",
"sc",
"String nStr1 = sc.next();",
"nStr1",
"sc.next()",
"sc.next",
"sc",
"String nStr2 = sc.next();",
"nStr2",
"sc.next()",
"sc.next",
"sc",
"int n0 = Integer.parseInt(nStr0);",
"n0",
"Integer.parseInt(nStr0)",
"Integer.parseInt",
"Integer",
"nStr0",
"int n1 = Integer.parseInt(nStr1);",
"n1",
"Integer.parseInt(nStr1)",
"Integer.parseInt",
"Integer",
"nStr1",
"int n2 = Integer.parseInt(nStr2);",
"n2",
"Integer.parseInt(nStr2)",
"Integer.parseInt",
"Integer",
"nStr2",
"int flg = 1;",
"flg",
"1",
"while (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tif (n1 > n2) {\n\t\t\t\tint tmp = n1;\n\t\t\t\tn1 = n2;\n\t\t\t\tn2 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}\n\t\t\tif (n0 > n1) {\n\t\t\t\tint tmp = n0;\n\t\t\t\tn0 = n1;\n\t\t\t\tn1 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t} \n\t\t}",
"flg == 1",
"flg",
"1",
"{\n\t\t\tflg = 0;\n\t\t\tif (n1 > n2) {\n\t\t\t\tint tmp = n1;\n\t\t\t\tn1 = n2;\n\t\t\t\tn2 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}\n\t\t\tif (n0 > n1) {\n\t\t\t\tint tmp = n0;\n\t\t\t\tn0 = n1;\n\t\t\t\tn1 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t} \n\t\t}",
"flg = 0",
"flg",
"0",
"if (n1 > n2) {\n\t\t\t\tint tmp = n1;\n\t\t\t\tn1 = n2;\n\t\t\t\tn2 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}",
"n1 > n2",
"n1",
"n2",
"{\n\t\t\t\tint tmp = n1;\n\t\t\t\tn1 = n2;\n\t\t\t\tn2 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}",
"int tmp = n1;",
"tmp",
"n1",
"n1 = n2",
"n1",
"n2",
"n2 = tmp",
"n2",
"tmp",
"flg = 1",
"flg",
"1",
"if (n0 > n1) {\n\t\t\t\tint tmp = n0;\n\t\t\t\tn0 = n1;\n\t\t\t\tn1 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}",
"n0 > n1",
"n0",
"n1",
"{\n\t\t\t\tint tmp = n0;\n\t\t\t\tn0 = n1;\n\t\t\t\tn1 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}",
"int tmp = n0;",
"tmp",
"n0",
"n0 = n1",
"n0",
"n1",
"n1 = tmp",
"n1",
"tmp",
"flg = 1",
"flg",
"1",
"System.out.println(n0 + \" \" + n1 + \" \" + n2)",
"System.out.println",
"System.out",
"System",
"System.out",
"n0 + \" \" + n1 + \" \" + n2",
"\" \"",
"n1",
"n0 + \" \" + n1 + \" \" + n2",
"n0",
"\" \"",
"n1",
"\" \"",
"n2",
"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 nStr0 = sc.next();\n\t\tString nStr1 = sc.next();\n\t\tString nStr2 = sc.next();\n\t\tint n0 = Integer.parseInt(nStr0);\n\t\tint n1 = Integer.parseInt(nStr1);\n\t\tint n2 = Integer.parseInt(nStr2);\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tif (n1 > n2) {\n\t\t\t\tint tmp = n1;\n\t\t\t\tn1 = n2;\n\t\t\t\tn2 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}\n\t\t\tif (n0 > n1) {\n\t\t\t\tint tmp = n0;\n\t\t\t\tn0 = n1;\n\t\t\t\tn1 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t} \n\t\t}\n\t\tSystem.out.println(n0 + \" \" + n1 + \" \" + n2);\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 nStr0 = sc.next();\n\t\tString nStr1 = sc.next();\n\t\tString nStr2 = sc.next();\n\t\tint n0 = Integer.parseInt(nStr0);\n\t\tint n1 = Integer.parseInt(nStr1);\n\t\tint n2 = Integer.parseInt(nStr2);\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tif (n1 > n2) {\n\t\t\t\tint tmp = n1;\n\t\t\t\tn1 = n2;\n\t\t\t\tn2 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t}\n\t\t\tif (n0 > n1) {\n\t\t\t\tint tmp = n0;\n\t\t\t\tn0 = n1;\n\t\t\t\tn1 = tmp;\n\t\t\t\tflg = 1;\n\t\t\t} \n\t\t}\n\t\tSystem.out.println(n0 + \" \" + n1 + \" \" + n2);\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 nStr0 = sc.next();
String nStr1 = sc.next();
String nStr2 = sc.next();
int n0 = Integer.parseInt(nStr0);
int n1 = Integer.parseInt(nStr1);
int n2 = Integer.parseInt(nStr2);
int flg = 1;
while (flg == 1) {
flg = 0;
if (n1 > n2) {
int tmp = n1;
n1 = n2;
n2 = tmp;
flg = 1;
}
if (n0 > n1) {
int tmp = n0;
n0 = n1;
n1 = tmp;
flg = 1;
}
}
System.out.println(n0 + " " + n1 + " " + n2);
sc.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
41,
13,
13,
11,
1,
41,
13,
2,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
13,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
137,
5
],
[
137,
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
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
59,
60
],
[
59,
61
],
[
54,
62
],
[
62,
63
],
[
63,
64
],
[
54,
65
],
[
66,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
74,
76
],
[
70,
77
],
[
77,
78
],
[
77,
79
],
[
70,
80
],
[
80,
81
],
[
81,
82
],
[
70,
83
],
[
84,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
91
],
[
90,
92
],
[
85,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
66,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
99,
101
],
[
66,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
106,
107
],
[
106,
108
],
[
66,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
109,
113
],
[
8,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
114,
119
],
[
122,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
122,
126
],
[
121,
127
],
[
127,
128
],
[
127,
129
],
[
120,
130
],
[
122,
131
],
[
131,
132
],
[
131,
133
],
[
6,
134
],
[
134,
135
],
[
0,
136
],
[
136,
137
],
[
136,
138
]
] | [
"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[] str = br.readLine().split(\" \");\n int[] num = new int[3];\n num[0] = Integer.parseInt(str[0]);\n num[1] = Integer.parseInt(str[1]);\n num[2] = Integer.parseInt(str[2]);\n for(int i = 0; i<3; i++){\n int indexMin = i;\n for(int k = i + 1; k<3; k++){\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }\n int swp = num[i];\n num[i] = num[indexMin];\n num[indexMin] = swp;\n }\n System.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\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[] str = br.readLine().split(\" \");\n int[] num = new int[3];\n num[0] = Integer.parseInt(str[0]);\n num[1] = Integer.parseInt(str[1]);\n num[2] = Integer.parseInt(str[2]);\n for(int i = 0; i<3; i++){\n int indexMin = i;\n for(int k = i + 1; k<3; k++){\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }\n int swp = num[i];\n num[i] = num[indexMin];\n num[indexMin] = swp;\n }\n System.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\n\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().split(\" \");\n int[] num = new int[3];\n num[0] = Integer.parseInt(str[0]);\n num[1] = Integer.parseInt(str[1]);\n num[2] = Integer.parseInt(str[2]);\n for(int i = 0; i<3; i++){\n int indexMin = i;\n for(int k = i + 1; k<3; k++){\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }\n int swp = num[i];\n num[i] = num[indexMin];\n num[indexMin] = swp;\n }\n System.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\n\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n int[] num = new int[3];\n num[0] = Integer.parseInt(str[0]);\n num[1] = Integer.parseInt(str[1]);\n num[2] = Integer.parseInt(str[2]);\n for(int i = 0; i<3; i++){\n int indexMin = i;\n for(int k = i + 1; k<3; k++){\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }\n int swp = num[i];\n num[i] = num[indexMin];\n num[indexMin] = swp;\n }\n System.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\n\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int[] num = new int[3];",
"num",
"new int[3]",
"3",
"num[0] = Integer.parseInt(str[0])",
"num[0]",
"num",
"0",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"num[1] = Integer.parseInt(str[1])",
"num[1]",
"num",
"1",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"num[2] = Integer.parseInt(str[2])",
"num[2]",
"num",
"2",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"for(int i = 0; i<3; i++){\n int indexMin = i;\n for(int k = i + 1; k<3; k++){\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }\n int swp = num[i];\n num[i] = num[indexMin];\n num[indexMin] = swp;\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n int indexMin = i;\n for(int k = i + 1; k<3; k++){\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }\n int swp = num[i];\n num[i] = num[indexMin];\n num[indexMin] = swp;\n }",
"{\n int indexMin = i;\n for(int k = i + 1; k<3; k++){\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }\n int swp = num[i];\n num[i] = num[indexMin];\n num[indexMin] = swp;\n }",
"int indexMin = i;",
"indexMin",
"i",
"for(int k = i + 1; k<3; k++){\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }",
"int k = i + 1;",
"int k = i + 1;",
"k",
"i + 1",
"i",
"1",
"k<3",
"k",
"3",
"k++",
"k++",
"k",
"{\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }",
"{\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }",
"if(num[k] < num[indexMin]){\n indexMin = k;\n }",
"num[k] < num[indexMin]",
"num[k]",
"num",
"k",
"num[indexMin]",
"num",
"indexMin",
"{\n indexMin = k;\n }",
"indexMin = k",
"indexMin",
"k",
"int swp = num[i];",
"swp",
"num[i]",
"num",
"i",
"num[i] = num[indexMin]",
"num[i]",
"num",
"i",
"num[indexMin]",
"num",
"indexMin",
"num[indexMin] = swp",
"num[indexMin]",
"num",
"indexMin",
"swp",
"System.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"num[0] +\" \"+ num[1] +\" \"+ num[2]",
"\" \"",
"num[1]",
"num[0] +\" \"+ num[1] +\" \"+ num[2]",
"num[0]",
"num",
"0",
"\" \"",
"num[1]",
"num",
"1",
"\" \"",
"num[2]",
"num",
"2",
"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[] str = br.readLine().split(\" \");\n int[] num = new int[3];\n num[0] = Integer.parseInt(str[0]);\n num[1] = Integer.parseInt(str[1]);\n num[2] = Integer.parseInt(str[2]);\n for(int i = 0; i<3; i++){\n int indexMin = i;\n for(int k = i + 1; k<3; k++){\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }\n int swp = num[i];\n num[i] = num[indexMin];\n num[indexMin] = swp;\n }\n System.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\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[] str = br.readLine().split(\" \");\n int[] num = new int[3];\n num[0] = Integer.parseInt(str[0]);\n num[1] = Integer.parseInt(str[1]);\n num[2] = Integer.parseInt(str[2]);\n for(int i = 0; i<3; i++){\n int indexMin = i;\n for(int k = i + 1; k<3; k++){\n if(num[k] < num[indexMin]){\n indexMin = k;\n }\n }\n int swp = num[i];\n num[i] = num[indexMin];\n num[indexMin] = swp;\n }\n System.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\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[] str = br.readLine().split(" ");
int[] num = new int[3];
num[0] = Integer.parseInt(str[0]);
num[1] = Integer.parseInt(str[1]);
num[2] = Integer.parseInt(str[2]);
for(int i = 0; i<3; i++){
int indexMin = i;
for(int k = i + 1; k<3; k++){
if(num[k] < num[indexMin]){
indexMin = k;
}
}
int swp = num[i];
num[i] = num[indexMin];
num[indexMin] = swp;
}
System.out.println(num[0] +" "+ num[1] +" "+ num[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
0,
18,
13,
13,
4,
18,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
41,
13,
18,
13,
13,
41,
13,
11,
1,
0,
13,
13,
2,
2,
13,
17,
2,
18,
13,
2,
13,
17,
13,
1,
40,
13,
30,
0,
18,
13,
13,
18,
13,
2,
13,
17,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
21,
22
],
[
21,
23
],
[
16,
24
],
[
24,
25
],
[
25,
26
],
[
16,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
35,
46
],
[
47,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
47,
53
],
[
53,
54
],
[
47,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
64,
70
],
[
55,
71
],
[
71,
72
],
[
72,
73
],
[
55,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
81,
82
],
[
81,
83
],
[
47,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
8,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
97,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
96,
102
],
[
102,
103
],
[
102,
104
],
[
95,
105
],
[
97,
106
],
[
106,
107
],
[
106,
108
],
[
6,
109
],
[
109,
110
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] x = new int[3];\n\n\t\tfor(int i = 0;i < 3;i++)\tx[i] = scan.nextInt();\n\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\tint tmp = x[i];\n\t\t\tint j;\n\t\t\tfor(j = i;j > 0 && x[j-1] > tmp;j--)\n\t\t\t\tx[j] = x[j-1];\n\t\t\tx[j] = tmp;\n\t\t}\n\n\t\tSystem.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\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\t\tint[] x = new int[3];\n\n\t\tfor(int i = 0;i < 3;i++)\tx[i] = scan.nextInt();\n\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\tint tmp = x[i];\n\t\t\tint j;\n\t\t\tfor(j = i;j > 0 && x[j-1] > tmp;j--)\n\t\t\t\tx[j] = x[j-1];\n\t\t\tx[j] = tmp;\n\t\t}\n\n\t\tSystem.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] x = new int[3];\n\n\t\tfor(int i = 0;i < 3;i++)\tx[i] = scan.nextInt();\n\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\tint tmp = x[i];\n\t\t\tint j;\n\t\t\tfor(j = i;j > 0 && x[j-1] > tmp;j--)\n\t\t\t\tx[j] = x[j-1];\n\t\t\tx[j] = tmp;\n\t\t}\n\n\t\tSystem.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] x = new int[3];\n\n\t\tfor(int i = 0;i < 3;i++)\tx[i] = scan.nextInt();\n\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\tint tmp = x[i];\n\t\t\tint j;\n\t\t\tfor(j = i;j > 0 && x[j-1] > tmp;j--)\n\t\t\t\tx[j] = x[j-1];\n\t\t\tx[j] = tmp;\n\t\t}\n\n\t\tSystem.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int[] x = new int[3];",
"x",
"new int[3]",
"3",
"for(int i = 0;i < 3;i++)\tx[i] = scan.nextInt();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"x[i] = scan.nextInt();",
"x[i] = scan.nextInt()",
"x[i]",
"x",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"for(int i = 0;i < 3;i++){\n\t\t\tint tmp = x[i];\n\t\t\tint j;\n\t\t\tfor(j = i;j > 0 && x[j-1] > tmp;j--)\n\t\t\t\tx[j] = x[j-1];\n\t\t\tx[j] = tmp;\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tint tmp = x[i];\n\t\t\tint j;\n\t\t\tfor(j = i;j > 0 && x[j-1] > tmp;j--)\n\t\t\t\tx[j] = x[j-1];\n\t\t\tx[j] = tmp;\n\t\t}",
"{\n\t\t\tint tmp = x[i];\n\t\t\tint j;\n\t\t\tfor(j = i;j > 0 && x[j-1] > tmp;j--)\n\t\t\t\tx[j] = x[j-1];\n\t\t\tx[j] = tmp;\n\t\t}",
"int tmp = x[i];",
"tmp",
"x[i]",
"x",
"i",
"int j;",
"j",
"for(j = i;j > 0 && x[j-1] > tmp;j--)\n\t\t\t\tx[j] = x[j-1];",
"j = i;",
"j = i",
"j",
"i",
"j > 0 && x[j-1] > tmp",
"j > 0",
"j",
"0",
"x[j-1] > tmp",
"x[j-1]",
"x",
"j-1",
"j",
"1",
"tmp",
"j--",
"j--",
"j",
"x[j] = x[j-1];",
"x[j] = x[j-1]",
"x[j]",
"x",
"j",
"x[j-1]",
"x",
"j-1",
"j",
"1",
"x[j] = tmp",
"x[j]",
"x",
"j",
"tmp",
"System.out.println(x[0] + \" \" + x[1] + \" \" + x[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"x[0] + \" \" + x[1] + \" \" + x[2]",
"\" \"",
"x[1]",
"x[0] + \" \" + x[1] + \" \" + x[2]",
"x[0]",
"x",
"0",
"\" \"",
"x[1]",
"x",
"1",
"\" \"",
"x[2]",
"x",
"2",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int[] x = new int[3];
for(int i = 0;i < 3;i++) x[i] = scan.nextInt();
for(int i = 0;i < 3;i++){
int tmp = x[i];
int j;
for(j = i;j > 0 && x[j-1] > tmp;j--)
x[j] = x[j-1];
x[j] = tmp;
}
System.out.println(x[0] + " " + x[1] + " " + x[2]);
}
} |
[
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,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
17,
13,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
87,
5
],
[
87,
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
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
31,
38
],
[
38,
39
],
[
38,
40
],
[
8,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
45,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
59,
66
],
[
66,
67
],
[
66,
68
],
[
8,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
74,
75
],
[
75,
76
],
[
74,
77
],
[
74,
78
],
[
74,
79
],
[
74,
80
],
[
8,
81
],
[
81,
82
],
[
82,
83
],
[
6,
84
],
[
84,
85
],
[
0,
86
],
[
86,
87
],
[
86,
88
]
] | [
"import java.util.Scanner;\n\n\npublic class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n if (b > c) {\n int tmp = b;\n b = c;\n c = tmp;\n }\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(String.format(\"%d %d %d\", a, b, c));\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\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n if (b > c) {\n int tmp = b;\n b = c;\n c = tmp;\n }\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(String.format(\"%d %d %d\", a, b, c));\n sc.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n if (b > c) {\n int tmp = b;\n b = c;\n c = tmp;\n }\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(String.format(\"%d %d %d\", a, b, c));\n sc.close();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n if (b > c) {\n int tmp = b;\n b = c;\n c = tmp;\n }\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(String.format(\"%d %d %d\", a, b, c));\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",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }",
"a > b",
"a",
"b",
"{\n int tmp = a;\n a = b;\n b = tmp;\n }",
"int tmp = a;",
"tmp",
"a",
"a = b",
"a",
"b",
"b = tmp",
"b",
"tmp",
"if (b > c) {\n int tmp = b;\n b = c;\n c = tmp;\n }",
"b > c",
"b",
"c",
"{\n int tmp = b;\n b = c;\n c = tmp;\n }",
"int tmp = b;",
"tmp",
"b",
"b = c",
"b",
"c",
"c = tmp",
"c",
"tmp",
"if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }",
"a > b",
"a",
"b",
"{\n int tmp = a;\n a = b;\n b = tmp;\n }",
"int tmp = a;",
"tmp",
"a",
"a = b",
"a",
"b",
"b = tmp",
"b",
"tmp",
"System.out.println(String.format(\"%d %d %d\", a, b, c))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(\"%d %d %d\", a, b, c)",
"String.format",
"String",
"\"%d %d %d\"",
"a",
"b",
"c",
"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\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n if (b > c) {\n int tmp = b;\n b = c;\n c = tmp;\n }\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(String.format(\"%d %d %d\", a, b, c));\n sc.close();\n }\n}",
"public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n if (b > c) {\n int tmp = b;\n b = c;\n c = tmp;\n }\n\n if (a > b) {\n int tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(String.format(\"%d %d %d\", a, b, c));\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();
int c = sc.nextInt();
if (a > b) {
int tmp = a;
a = b;
b = tmp;
}
if (b > c) {
int tmp = b;
b = c;
c = tmp;
}
if (a > b) {
int tmp = a;
a = b;
b = tmp;
}
System.out.println(String.format("%d %d %d", a, b, c));
sc.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
41,
13,
17,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
30,
14,
2,
13,
13,
30,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
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
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
49,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
41,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
71,
73
],
[
67,
74
],
[
74,
75
],
[
74,
76
],
[
36,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
94,
96
],
[
86,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
101,
103
],
[
78,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
108,
109
],
[
108,
110
],
[
104,
111
],
[
111,
112
],
[
111,
113
],
[
8,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
114,
119
],
[
122,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
120,
126
],
[
122,
127
],
[
6,
128
],
[
128,
129
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args) {\n \n\t Scanner sc = new Scanner(System.in);\n\t \n\t int a = sc.nextInt();\n\t \n\t int b = sc.nextInt();\n\t \n\t int c = sc.nextInt();\n\t \n\t int min = 0;\n\t int chuu = 0;\n\t int max = 0;\n\t \n\t if(a>=b){\n\t\t if(a>=c){min=a;if(b>=c){chuu=b;max=c;}\n\t\t else{chuu=c;max=b;}\n\t\t }else{min=c;chuu=a;max=b;}\n\t\t }else{if(b>=c){min=b;if(a>=c){chuu=a;max=c;}\n\t\t else{chuu=c;max=a;}\n\t\t }else{min=c;chuu=b;max=a;}\n\t\t }\n\t\n\t System.out.println(max+\" \"+chuu+\" \"+min);\n\t \n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args) {\n \n\t Scanner sc = new Scanner(System.in);\n\t \n\t int a = sc.nextInt();\n\t \n\t int b = sc.nextInt();\n\t \n\t int c = sc.nextInt();\n\t \n\t int min = 0;\n\t int chuu = 0;\n\t int max = 0;\n\t \n\t if(a>=b){\n\t\t if(a>=c){min=a;if(b>=c){chuu=b;max=c;}\n\t\t else{chuu=c;max=b;}\n\t\t }else{min=c;chuu=a;max=b;}\n\t\t }else{if(b>=c){min=b;if(a>=c){chuu=a;max=c;}\n\t\t else{chuu=c;max=a;}\n\t\t }else{min=c;chuu=b;max=a;}\n\t\t }\n\t\n\t System.out.println(max+\" \"+chuu+\" \"+min);\n\t \n }\n}",
"Main",
"public static void main(String[] args) {\n \n\t Scanner sc = new Scanner(System.in);\n\t \n\t int a = sc.nextInt();\n\t \n\t int b = sc.nextInt();\n\t \n\t int c = sc.nextInt();\n\t \n\t int min = 0;\n\t int chuu = 0;\n\t int max = 0;\n\t \n\t if(a>=b){\n\t\t if(a>=c){min=a;if(b>=c){chuu=b;max=c;}\n\t\t else{chuu=c;max=b;}\n\t\t }else{min=c;chuu=a;max=b;}\n\t\t }else{if(b>=c){min=b;if(a>=c){chuu=a;max=c;}\n\t\t else{chuu=c;max=a;}\n\t\t }else{min=c;chuu=b;max=a;}\n\t\t }\n\t\n\t System.out.println(max+\" \"+chuu+\" \"+min);\n\t \n }",
"main",
"{\n \n\t Scanner sc = new Scanner(System.in);\n\t \n\t int a = sc.nextInt();\n\t \n\t int b = sc.nextInt();\n\t \n\t int c = sc.nextInt();\n\t \n\t int min = 0;\n\t int chuu = 0;\n\t int max = 0;\n\t \n\t if(a>=b){\n\t\t if(a>=c){min=a;if(b>=c){chuu=b;max=c;}\n\t\t else{chuu=c;max=b;}\n\t\t }else{min=c;chuu=a;max=b;}\n\t\t }else{if(b>=c){min=b;if(a>=c){chuu=a;max=c;}\n\t\t else{chuu=c;max=a;}\n\t\t }else{min=c;chuu=b;max=a;}\n\t\t }\n\t\n\t System.out.println(max+\" \"+chuu+\" \"+min);\n\t \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",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int min = 0;",
"min",
"0",
"int chuu = 0;",
"chuu",
"0",
"int max = 0;",
"max",
"0",
"if(a>=b){\n\t\t if(a>=c){min=a;if(b>=c){chuu=b;max=c;}\n\t\t else{chuu=c;max=b;}\n\t\t }else{min=c;chuu=a;max=b;}\n\t\t }else{if(b>=c){min=b;if(a>=c){chuu=a;max=c;}\n\t\t else{chuu=c;max=a;}\n\t\t }else{min=c;chuu=b;max=a;}\n\t\t }",
"a>=b",
"a",
"b",
"{\n\t\t if(a>=c){min=a;if(b>=c){chuu=b;max=c;}\n\t\t else{chuu=c;max=b;}\n\t\t }else{min=c;chuu=a;max=b;}\n\t\t }",
"if(a>=c){min=a;if(b>=c){chuu=b;max=c;}\n\t\t else{chuu=c;max=b;}\n\t\t }else{min=c;chuu=a;max=b;}",
"a>=c",
"a",
"c",
"{min=a;if(b>=c){chuu=b;max=c;}\n\t\t else{chuu=c;max=b;}\n\t\t }",
"min=a",
"min",
"a",
"if(b>=c){chuu=b;max=c;}\n\t\t else{chuu=c;max=b;}",
"b>=c",
"b",
"c",
"{chuu=b;max=c;}",
"chuu=b",
"chuu",
"b",
"max=c",
"max",
"c",
"{chuu=c;max=b;}",
"chuu=c",
"chuu",
"c",
"max=b",
"max",
"b",
"{min=c;chuu=a;max=b;}",
"min=c",
"min",
"c",
"chuu=a",
"chuu",
"a",
"max=b",
"max",
"b",
"{if(b>=c){min=b;if(a>=c){chuu=a;max=c;}\n\t\t else{chuu=c;max=a;}\n\t\t }else{min=c;chuu=b;max=a;}\n\t\t }",
"if(b>=c){min=b;if(a>=c){chuu=a;max=c;}\n\t\t else{chuu=c;max=a;}\n\t\t }else{min=c;chuu=b;max=a;}",
"b>=c",
"b",
"c",
"{min=b;if(a>=c){chuu=a;max=c;}\n\t\t else{chuu=c;max=a;}\n\t\t }",
"min=b",
"min",
"b",
"if(a>=c){chuu=a;max=c;}\n\t\t else{chuu=c;max=a;}",
"a>=c",
"a",
"c",
"{chuu=a;max=c;}",
"chuu=a",
"chuu",
"a",
"max=c",
"max",
"c",
"{chuu=c;max=a;}",
"chuu=c",
"chuu",
"c",
"max=a",
"max",
"a",
"{min=c;chuu=b;max=a;}",
"min=c",
"min",
"c",
"chuu=b",
"chuu",
"b",
"max=a",
"max",
"a",
"System.out.println(max+\" \"+chuu+\" \"+min)",
"System.out.println",
"System.out",
"System",
"System.out",
"max+\" \"+chuu+\" \"+min",
"\" \"",
"chuu",
"max+\" \"+chuu+\" \"+min",
"max",
"\" \"",
"chuu",
"\" \"",
"min",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int min = 0;
int chuu = 0;
int max = 0;
if(a>=b){
if(a>=c){min=a;if(b>=c){chuu=b;max=c;}
else{chuu=c;max=b;}
}else{min=c;chuu=a;max=b;}
}else{if(b>=c){min=b;if(a>=c){chuu=a;max=c;}
else{chuu=c;max=a;}
}else{min=c;chuu=b;max=a;}
}
System.out.println(max+" "+chuu+" "+min);
}
} |
[
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,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
128,
14
],
[
128,
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
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
64,
65
],
[
65,
66
],
[
28,
67
],
[
67,
68
],
[
28,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
77,
79
],
[
73,
80
],
[
80,
81
],
[
80,
82
],
[
28,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
91,
92
],
[
91,
93
],
[
87,
94
],
[
94,
95
],
[
94,
96
],
[
28,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
105,
106
],
[
105,
107
],
[
101,
108
],
[
108,
109
],
[
108,
110
],
[
28,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
111,
116
],
[
119,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
117,
123
],
[
119,
124
],
[
15,
125
],
[
125,
126
],
[
0,
127
],
[
127,
128
],
[
127,
129
]
] | [
"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 \t\tint c = Integer.parseInt(st.nextToken());\n \t\tint x;\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tif(b > c){\n \t\t\tx=c;\n \t\t\tc=b;\n \t\t\tb=x;\n \t\t}\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tSystem.out.println(a+\" \"+b+\" \"+c);\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 \t\tint c = Integer.parseInt(st.nextToken());\n \t\tint x;\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tif(b > c){\n \t\t\tx=c;\n \t\t\tc=b;\n \t\t\tb=x;\n \t\t}\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tSystem.out.println(a+\" \"+b+\" \"+c);\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 \t\tint c = Integer.parseInt(st.nextToken());\n \t\tint x;\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tif(b > c){\n \t\t\tx=c;\n \t\t\tc=b;\n \t\t\tb=x;\n \t\t}\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tSystem.out.println(a+\" \"+b+\" \"+c);\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 \t\tint c = Integer.parseInt(st.nextToken());\n \t\tint x;\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tif(b > c){\n \t\t\tx=c;\n \t\t\tc=b;\n \t\t\tb=x;\n \t\t}\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tSystem.out.println(a+\" \"+b+\" \"+c);\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 \t\tint c = Integer.parseInt(st.nextToken());\n \t\tint x;\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tif(b > c){\n \t\t\tx=c;\n \t\t\tc=b;\n \t\t\tb=x;\n \t\t}\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tSystem.out.println(a+\" \"+b+\" \"+c);\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 \t\tint c = Integer.parseInt(st.nextToken());\n \t\tint x;\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tif(b > c){\n \t\t\tx=c;\n \t\t\tc=b;\n \t\t\tb=x;\n \t\t}\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tSystem.out.println(a+\" \"+b+\" \"+c);\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",
"int c = Integer.parseInt(st.nextToken());",
"c",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int x;",
"x",
"if(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}",
"a > b",
"a",
"b",
"{\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}",
"x=b",
"x",
"b",
"b=a",
"b",
"a",
"a=x",
"a",
"x",
"if(b > c){\n \t\t\tx=c;\n \t\t\tc=b;\n \t\t\tb=x;\n \t\t}",
"b > c",
"b",
"c",
"{\n \t\t\tx=c;\n \t\t\tc=b;\n \t\t\tb=x;\n \t\t}",
"x=c",
"x",
"c",
"c=b",
"c",
"b",
"b=x",
"b",
"x",
"if(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}",
"a > b",
"a",
"b",
"{\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}",
"x=b",
"x",
"b",
"b=a",
"b",
"a",
"a=x",
"a",
"x",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"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 \t\tint c = Integer.parseInt(st.nextToken());\n \t\tint x;\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tif(b > c){\n \t\t\tx=c;\n \t\t\tc=b;\n \t\t\tb=x;\n \t\t}\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tSystem.out.println(a+\" \"+b+\" \"+c);\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 \t\tint c = Integer.parseInt(st.nextToken());\n \t\tint x;\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tif(b > c){\n \t\t\tx=c;\n \t\t\tc=b;\n \t\t\tb=x;\n \t\t}\n \t\tif(a > b){\n \t\t\tx=b;\n \t\t\tb=a;\n \t\t\ta=x;\n \t\t}\n \t\tSystem.out.println(a+\" \"+b+\" \"+c);\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());
int c = Integer.parseInt(st.nextToken());
int x;
if(a > b){
x=b;
b=a;
a=x;
}
if(b > c){
x=c;
c=b;
b=x;
}
if(a > b){
x=b;
b=a;
a=x;
}
System.out.println(a+" "+b+" "+c);
} catch(IOException e) {
System.err.println(e);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
11,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
26,
28
],
[
19,
29
],
[
29,
30
],
[
30,
31
],
[
19,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
11,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
11,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
52,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
51,
57
],
[
57,
58
],
[
57,
59
],
[
50,
60
],
[
52,
61
],
[
61,
62
],
[
61,
63
],
[
9,
64
],
[
64,
65
],
[
0,
66
],
[
66,
67
],
[
66,
68
]
] | [
"import java.util.Scanner;\nimport java.util.Arrays;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //3つの配列aの宣言\n int[] a = new int[3];\n \n //3つの配列の入力\n for(int i = 0; i < a.length; i++) a[i] = sc.nextInt();\n \n //昇順にソート(並べ変える)\n Arrays.sort(a);\n \n //3つの配列の出力\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\n \n }\n}\n\n\n\n/*覚えよう!!\n \n〇import java.util.Arrays;は重要↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓\n\n・Arrays:ソート(並べ変え)や検索など、配列を操作するための機能\n\n・並べ変えするとき\n import java.util.Arrays;を上に書く\n class Main内に Arrays.sort(a); と書く ← このとき()内は配列の変数名\n \n〇配列とは、同じ変数名に複数の値を入力できる箱\n\n ※イメージ\n 前回まで、a = 1, b = 2, c = 3など各変数名は1箱に値を代入できない\n 今回の配列はa[0] = 1, a[1] = 2, a[2] = 3 のように変数名aは3つの箱に値を代入できる。\n 注意:配列の箱は「 0 」から開始する\n \n*/\n \n \n/*前回の内容!!\n\n\n・複数のif(条件):かつ「 && 」とまたは「 || 」の2つを使用する\n ※かつ「 && 」:「真 && 真 = 真」, 「真 && 偽 = 偽」, 「偽 && 真 = 偽」 ,「偽 && 偽 = 偽」の4つの条件\n または「 || 」:「真 && 真 = 真」, 「真 && 偽 = 真」, 「偽 && 真 = 真」 ,「偽 && 偽 = 偽」の4つの条件\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 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*/\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //3つの配列aの宣言\n int[] a = new int[3];\n \n //3つの配列の入力\n for(int i = 0; i < a.length; i++) a[i] = sc.nextInt();\n \n //昇順にソート(並べ変える)\n Arrays.sort(a);\n \n //3つの配列の出力\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\n \n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //3つの配列aの宣言\n int[] a = new int[3];\n \n //3つの配列の入力\n for(int i = 0; i < a.length; i++) a[i] = sc.nextInt();\n \n //昇順にソート(並べ変える)\n Arrays.sort(a);\n \n //3つの配列の出力\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\n \n }",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n \n //3つの配列aの宣言\n int[] a = new int[3];\n \n //3つの配列の入力\n for(int i = 0; i < a.length; i++) a[i] = sc.nextInt();\n \n //昇順にソート(並べ変える)\n Arrays.sort(a);\n \n //3つの配列の出力\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"for(int i = 0; i < a.length; i++) a[i] = sc.nextInt();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < a.length",
"i",
"a.length",
"a",
"a.length",
"i++",
"i++",
"i",
"a[i] = sc.nextInt();",
"a[i] = sc.nextInt()",
"a[i]",
"a",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Arrays.sort(a)",
"Arrays.sort",
"Arrays",
"a",
"System.out.println(a[0] + \" \" + a[1] + \" \" + a[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[0] + \" \" + a[1] + \" \" + a[2]",
"\" \"",
"a[1]",
"a[0] + \" \" + a[1] + \" \" + a[2]",
"a[0]",
"a",
"0",
"\" \"",
"a[1]",
"a",
"1",
"\" \"",
"a[2]",
"a",
"2",
"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 //3つの配列aの宣言\n int[] a = new int[3];\n \n //3つの配列の入力\n for(int i = 0; i < a.length; i++) a[i] = sc.nextInt();\n \n //昇順にソート(並べ変える)\n Arrays.sort(a);\n \n //3つの配列の出力\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\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 //3つの配列aの宣言\n int[] a = new int[3];\n \n //3つの配列の入力\n for(int i = 0; i < a.length; i++) a[i] = sc.nextInt();\n \n //昇順にソート(並べ変える)\n Arrays.sort(a);\n \n //3つの配列の出力\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\n \n }\n}",
"Main"
] | import java.util.Scanner;
import java.util.Arrays;
public class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
//3つの配列aの宣言
int[] a = new int[3];
//3つの配列の入力
for(int i = 0; i < a.length; i++) a[i] = sc.nextInt();
//昇順にソート(並べ変える)
Arrays.sort(a);
//3つの配列の出力
System.out.println(a[0] + " " + a[1] + " " + a[2]);
}
}
/*覚えよう!!
〇import java.util.Arrays;は重要↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
・Arrays:ソート(並べ変え)や検索など、配列を操作するための機能
・並べ変えするとき
import java.util.Arrays;を上に書く
class Main内に Arrays.sort(a); と書く ← このとき()内は配列の変数名
〇配列とは、同じ変数名に複数の値を入力できる箱
※イメージ
前回まで、a = 1, b = 2, c = 3など各変数名は1箱に値を代入できない
今回の配列はa[0] = 1, a[1] = 2, a[2] = 3 のように変数名aは3つの箱に値を代入できる。
注意:配列の箱は「 0 」から開始する
*/
/*前回の内容!!
・複数のif(条件):かつ「 && 」とまたは「 || 」の2つを使用する
※かつ「 && 」:「真 && 真 = 真」, 「真 && 偽 = 偽」, 「偽 && 真 = 偽」 ,「偽 && 偽 = 偽」の4つの条件
または「 || 」:「真 && 真 = 真」, 「真 && 偽 = 真」, 「偽 && 真 = 真」 ,「偽 && 偽 = 偽」の4つの条件
・関係を比較する: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,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
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,
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,
0,
13,
4,
18,
13,
18,
13,
17,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
14,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
24,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
24,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
43,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
43,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
43,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
68,
71
],
[
71,
72
],
[
71,
73
],
[
43,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
76,
79
],
[
79,
80
],
[
79,
81
],
[
43,
82
],
[
82,
83
],
[
82,
84
],
[
43,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
93,
95
],
[
89,
96
],
[
96,
97
],
[
96,
98
],
[
43,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
107,
108
],
[
107,
109
],
[
103,
110
],
[
110,
111
],
[
110,
112
],
[
43,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
117,
121
],
[
121,
122
],
[
121,
123
],
[
117,
124
],
[
124,
125
],
[
124,
126
],
[
43,
127
],
[
127,
128
],
[
128,
129
],
[
129,
130
],
[
129,
131
],
[
127,
132
],
[
135,
133
],
[
133,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
134,
138
],
[
133,
139
],
[
135,
140
],
[
12,
141
],
[
141,
142
]
] | [
"/**\n * 3つの整数を読み込み、それらを値が小さい順に並べて出力するプログラム\n * @author 前島佑介\n *@version 2014/12/1\n */\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n\n// 2-C 3つの整数を読み込み、それらを値が小さい順に並べて出力するプログラム\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\t//入力値2つ目\n\t\tint intNum3 = 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//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//入れ替えする為の場所\n\t\t\tint intChange = 0;\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//intNum2よりintNum3のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum2 > intNum3) {\n\t\t\t\tintChange = intNum2;\n\t\t\t\tintNum2 = intNum3;\n\t\t\t\tintNum3 = intChange;\n\t\t\t}\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intNum1 + \" \" + intNum2 + \" \" + intNum3);\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\t//入力値2つ目\n\t\tint intNum3 = 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//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//入れ替えする為の場所\n\t\t\tint intChange = 0;\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//intNum2よりintNum3のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum2 > intNum3) {\n\t\t\t\tintChange = intNum2;\n\t\t\t\tintNum2 = intNum3;\n\t\t\t\tintNum3 = intChange;\n\t\t\t}\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intNum1 + \" \" + intNum2 + \" \" + intNum3);\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\t//入力値2つ目\n\t\tint intNum3 = 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//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//入れ替えする為の場所\n\t\t\tint intChange = 0;\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//intNum2よりintNum3のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum2 > intNum3) {\n\t\t\t\tintChange = intNum2;\n\t\t\t\tintNum2 = intNum3;\n\t\t\t\tintNum3 = intChange;\n\t\t\t}\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intNum1 + \" \" + intNum2 + \" \" + intNum3);\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\t//入力値2つ目\n\t\tint intNum3 = 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//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//入れ替えする為の場所\n\t\t\tint intChange = 0;\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//intNum2よりintNum3のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum2 > intNum3) {\n\t\t\t\tintChange = intNum2;\n\t\t\t\tintNum2 = intNum3;\n\t\t\t\tintNum3 = intChange;\n\t\t\t}\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intNum1 + \" \" + intNum2 + \" \" + intNum3);\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",
"int intNum3 = 0;",
"intNum3",
"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//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//入れ替えする為の場所\n\t\t\tint intChange = 0;\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//intNum2よりintNum3のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum2 > intNum3) {\n\t\t\t\tintChange = intNum2;\n\t\t\t\tintNum2 = intNum3;\n\t\t\t\tintNum3 = intChange;\n\t\t\t}\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intNum1 + \" \" + intNum2 + \" \" + intNum3);\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//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//入れ替えする為の場所\n\t\t\tint intChange = 0;\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//intNum2よりintNum3のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum2 > intNum3) {\n\t\t\t\tintChange = intNum2;\n\t\t\t\tintNum2 = intNum3;\n\t\t\t\tintNum3 = intChange;\n\t\t\t}\n\n\t\t\t//intNum1よりintNum2のほうが小さいなら\n\t\t\t//intNum1とintNum2を入れ替える\n\t\t\tif(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intNum1 + \" \" + intNum2 + \" \" + intNum3);\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",
"intNum3 = Integer.parseInt(strLineAry[2])",
"intNum3",
"Integer.parseInt(strLineAry[2])",
"Integer.parseInt",
"Integer",
"strLineAry[2]",
"strLineAry",
"2",
"int intChange = 0;",
"intChange",
"0",
"if(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}",
"intNum1 > intNum2",
"intNum1",
"intNum2",
"{\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}",
"intChange = intNum1",
"intChange",
"intNum1",
"intNum1 = intNum2",
"intNum1",
"intNum2",
"intNum2 = intChange",
"intNum2",
"intChange",
"if(intNum2 > intNum3) {\n\t\t\t\tintChange = intNum2;\n\t\t\t\tintNum2 = intNum3;\n\t\t\t\tintNum3 = intChange;\n\t\t\t}",
"intNum2 > intNum3",
"intNum2",
"intNum3",
"{\n\t\t\t\tintChange = intNum2;\n\t\t\t\tintNum2 = intNum3;\n\t\t\t\tintNum3 = intChange;\n\t\t\t}",
"intChange = intNum2",
"intChange",
"intNum2",
"intNum2 = intNum3",
"intNum2",
"intNum3",
"intNum3 = intChange",
"intNum3",
"intChange",
"if(intNum1 > intNum2) {\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}",
"intNum1 > intNum2",
"intNum1",
"intNum2",
"{\n\t\t\t\tintChange = intNum1;\n\t\t\t\tintNum1 = intNum2;\n\t\t\t\tintNum2 = intChange;\n\t\t\t}",
"intChange = intNum1",
"intChange",
"intNum1",
"intNum1 = intNum2",
"intNum1",
"intNum2",
"intNum2 = intChange",
"intNum2",
"intChange",
"System.out.println(intNum1 + \" \" + intNum2 + \" \" + intNum3)",
"System.out.println",
"System.out",
"System",
"System.out",
"intNum1 + \" \" + intNum2 + \" \" + intNum3",
"\" \"",
"intNum2",
"intNum1 + \" \" + intNum2 + \" \" + intNum3",
"intNum1",
"\" \"",
"intNum2",
"\" \"",
"intNum3",
"String[] args",
"args"
] | /**
* 3つの整数を読み込み、それらを値が小さい順に並べて出力するプログラム
* @author 前島佑介
*@version 2014/12/1
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
// 2-C 3つの整数を読み込み、それらを値が小さい順に並べて出力するプログラム
class Main {
// プログラムのエントリポイント
public static void main(String[] args) {
//入力値1つ目
int intNum1 = 0;
//入力値2つ目
int intNum2 = 0;
//入力値2つ目
int intNum3 = 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]);
//3つ目の値
intNum3 = Integer.parseInt(strLineAry[2]);
//入れ替えする為の場所
int intChange = 0;
//intNum1よりintNum2のほうが小さいなら
//intNum1とintNum2を入れ替える
if(intNum1 > intNum2) {
intChange = intNum1;
intNum1 = intNum2;
intNum2 = intChange;
}
//intNum2よりintNum3のほうが小さいなら
//intNum1とintNum2を入れ替える
if(intNum2 > intNum3) {
intChange = intNum2;
intNum2 = intNum3;
intNum3 = intChange;
}
//intNum1よりintNum2のほうが小さいなら
//intNum1とintNum2を入れ替える
if(intNum1 > intNum2) {
intChange = intNum1;
intNum1 = intNum2;
intNum2 = intChange;
}
//結果を出力
System.out.println(intNum1 + " " + intNum2 + " " + intNum3);
//例外処理
}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,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
4,
18,
13,
13,
17,
4,
18,
13,
13,
17,
4,
18,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
100,
5
],
[
100,
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
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
61,
68
],
[
68,
69
],
[
68,
70
],
[
8,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
79,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
79,
84
],
[
78,
85
],
[
85,
86
],
[
86,
87
],
[
85,
88
],
[
77,
89
],
[
79,
90
],
[
90,
91
],
[
91,
92
],
[
90,
93
],
[
8,
94
],
[
94,
95
],
[
95,
96
],
[
6,
97
],
[
97,
98
],
[
0,
99
],
[
99,
100
],
[
99,
101
]
] | [
"import java.util.Scanner;\n\n\npublic class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tint temp;\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tif(b>c){\n\t\t\ttemp=b;\n\t\t\tb=c;\n\t\t\tc=temp;\n\t\t}\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tSystem.out.println(Integer.toString(a)+\" \"+Integer.toString(b)+\" \"+Integer.toString(c));\n\t\tscanner.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tint temp;\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tif(b>c){\n\t\t\ttemp=b;\n\t\t\tb=c;\n\t\t\tc=temp;\n\t\t}\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tSystem.out.println(Integer.toString(a)+\" \"+Integer.toString(b)+\" \"+Integer.toString(c));\n\t\tscanner.close();\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tint temp;\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tif(b>c){\n\t\t\ttemp=b;\n\t\t\tb=c;\n\t\t\tc=temp;\n\t\t}\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tSystem.out.println(Integer.toString(a)+\" \"+Integer.toString(b)+\" \"+Integer.toString(c));\n\t\tscanner.close();\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tint temp;\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tif(b>c){\n\t\t\ttemp=b;\n\t\t\tb=c;\n\t\t\tc=temp;\n\t\t}\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tSystem.out.println(Integer.toString(a)+\" \"+Integer.toString(b)+\" \"+Integer.toString(c));\n\t\tscanner.close();\n\t}",
"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",
"int c = scanner.nextInt();",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int temp;",
"temp",
"if(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}",
"temp=a",
"temp",
"a",
"a=b",
"a",
"b",
"b=temp",
"b",
"temp",
"if(b>c){\n\t\t\ttemp=b;\n\t\t\tb=c;\n\t\t\tc=temp;\n\t\t}",
"b>c",
"b",
"c",
"{\n\t\t\ttemp=b;\n\t\t\tb=c;\n\t\t\tc=temp;\n\t\t}",
"temp=b",
"temp",
"b",
"b=c",
"b",
"c",
"c=temp",
"c",
"temp",
"if(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}",
"temp=a",
"temp",
"a",
"a=b",
"a",
"b",
"b=temp",
"b",
"temp",
"System.out.println(Integer.toString(a)+\" \"+Integer.toString(b)+\" \"+Integer.toString(c))",
"System.out.println",
"System.out",
"System",
"System.out",
"Integer.toString(a)+\" \"+Integer.toString(b)+\" \"+Integer.toString(c)",
"\" \"",
"Integer.toString(b)",
"Integer.toString(a)+\" \"+Integer.toString(b)+\" \"+Integer.toString(c)",
"Integer.toString(a)",
"Integer.toString",
"Integer",
"a",
"\" \"",
"Integer.toString(b)",
"Integer.toString",
"Integer",
"b",
"\" \"",
"Integer.toString(c)",
"Integer.toString",
"Integer",
"c",
"scanner.close()",
"scanner.close",
"scanner",
"String args[]",
"args",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tint temp;\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tif(b>c){\n\t\t\ttemp=b;\n\t\t\tb=c;\n\t\t\tc=temp;\n\t\t}\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tSystem.out.println(Integer.toString(a)+\" \"+Integer.toString(b)+\" \"+Integer.toString(c));\n\t\tscanner.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tint temp;\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tif(b>c){\n\t\t\ttemp=b;\n\t\t\tb=c;\n\t\t\tc=temp;\n\t\t}\n\t\t\n\t\tif(a>b){\n\t\t\ttemp=a;\n\t\t\ta=b;\n\t\t\tb=temp;\n\t\t}\n\t\t\n\t\tSystem.out.println(Integer.toString(a)+\" \"+Integer.toString(b)+\" \"+Integer.toString(c));\n\t\tscanner.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String args[]){
Scanner scanner = new Scanner(System.in);
int a= scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
int temp;
if(a>b){
temp=a;
a=b;
b=temp;
}
if(b>c){
temp=b;
b=c;
c=temp;
}
if(a>b){
temp=a;
a=b;
b=temp;
}
System.out.println(Integer.toString(a)+" "+Integer.toString(b)+" "+Integer.toString(c));
scanner.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
0,
13,
20,
17,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
0,
13,
2,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
0,
13,
8,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
18,
13,
17,
0,
13,
8,
2,
18,
13,
17,
13,
18,
13,
17,
13,
0,
13,
8,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
18,
13,
17,
0,
13,
8,
2,
18,
13,
17,
13,
13,
18,
13,
17,
0,
13,
2,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
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
],
[
8,
11
],
[
11,
12
],
[
11,
13
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
36,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
8,
45
],
[
45,
46
],
[
45,
47
],
[
48,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
48,
55
],
[
55,
56
],
[
55,
57
],
[
8,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
60,
68
],
[
68,
69
],
[
68,
70
],
[
60,
71
],
[
71,
72
],
[
71,
73
],
[
8,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
82,
83
],
[
82,
84
],
[
76,
85
],
[
8,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
93,
95
],
[
88,
96
],
[
96,
97
],
[
96,
98
],
[
88,
99
],
[
99,
100
],
[
99,
101
],
[
8,
102
],
[
102,
103
],
[
102,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
104,
110
],
[
104,
111
],
[
111,
112
],
[
111,
113
],
[
8,
114
],
[
114,
115
],
[
114,
116
],
[
116,
117
],
[
116,
118
],
[
118,
119
],
[
118,
120
],
[
8,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
121,
126
],
[
129,
127
],
[
127,
128
],
[
128,
129
],
[
129,
130
],
[
129,
131
],
[
128,
132
],
[
127,
133
],
[
129,
134
],
[
8,
135
],
[
135,
136
],
[
136,
137
],
[
6,
138
],
[
138,
139
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\n\tpublic static void main(String[] args) {\n\n\tint[] n;\n\tn = new int[3];\n\t\n\tint min, mid, max;\n\n\tScanner scan = new Scanner(System.in);\n\n\tn[0] = scan.nextInt();\n\tn[1] = scan.nextInt();\n\tn[2] = scan.nextInt();\n\t\n\tmid = n[0]+n[1]+n[2];\n\t\n\tmin = (n[1] < n[2]) ? n[1] : n[2];\n\tmin = (n[0] < min) ? n[0] : min;\n\t\n\tmax = (n[1] < n[2]) ? n[2] : n[1];\n\tmax = (n[0] < max) ? max : n[0];\n\t\n\tmid = mid - (min + max);\n\n\tSystem.out.println(min + \" \" + mid + \" \" + max);\n\n\tscan.close();\n\t\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\n\tpublic static void main(String[] args) {\n\n\tint[] n;\n\tn = new int[3];\n\t\n\tint min, mid, max;\n\n\tScanner scan = new Scanner(System.in);\n\n\tn[0] = scan.nextInt();\n\tn[1] = scan.nextInt();\n\tn[2] = scan.nextInt();\n\t\n\tmid = n[0]+n[1]+n[2];\n\t\n\tmin = (n[1] < n[2]) ? n[1] : n[2];\n\tmin = (n[0] < min) ? n[0] : min;\n\t\n\tmax = (n[1] < n[2]) ? n[2] : n[1];\n\tmax = (n[0] < max) ? max : n[0];\n\t\n\tmid = mid - (min + max);\n\n\tSystem.out.println(min + \" \" + mid + \" \" + max);\n\n\tscan.close();\n\t\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\n\tint[] n;\n\tn = new int[3];\n\t\n\tint min, mid, max;\n\n\tScanner scan = new Scanner(System.in);\n\n\tn[0] = scan.nextInt();\n\tn[1] = scan.nextInt();\n\tn[2] = scan.nextInt();\n\t\n\tmid = n[0]+n[1]+n[2];\n\t\n\tmin = (n[1] < n[2]) ? n[1] : n[2];\n\tmin = (n[0] < min) ? n[0] : min;\n\t\n\tmax = (n[1] < n[2]) ? n[2] : n[1];\n\tmax = (n[0] < max) ? max : n[0];\n\t\n\tmid = mid - (min + max);\n\n\tSystem.out.println(min + \" \" + mid + \" \" + max);\n\n\tscan.close();\n\t\n\t}",
"main",
"{\n\n\tint[] n;\n\tn = new int[3];\n\t\n\tint min, mid, max;\n\n\tScanner scan = new Scanner(System.in);\n\n\tn[0] = scan.nextInt();\n\tn[1] = scan.nextInt();\n\tn[2] = scan.nextInt();\n\t\n\tmid = n[0]+n[1]+n[2];\n\t\n\tmin = (n[1] < n[2]) ? n[1] : n[2];\n\tmin = (n[0] < min) ? n[0] : min;\n\t\n\tmax = (n[1] < n[2]) ? n[2] : n[1];\n\tmax = (n[0] < max) ? max : n[0];\n\t\n\tmid = mid - (min + max);\n\n\tSystem.out.println(min + \" \" + mid + \" \" + max);\n\n\tscan.close();\n\t\n\t}",
"int[] n;",
"n",
"n = new int[3]",
"n",
"new int[3]",
"3",
"int min",
"min",
"mid",
"mid",
"max;",
"max",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"n[0] = scan.nextInt()",
"n[0]",
"n",
"0",
"scan.nextInt()",
"scan.nextInt",
"scan",
"n[1] = scan.nextInt()",
"n[1]",
"n",
"1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"n[2] = scan.nextInt()",
"n[2]",
"n",
"2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"mid = n[0]+n[1]+n[2]",
"mid",
"n[0]+n[1]+n[2]",
"n[0]+n[1]+n[2]",
"n[0]",
"n",
"0",
"n[1]",
"n",
"1",
"n[2]",
"n",
"2",
"min = (n[1] < n[2]) ? n[1] : n[2]",
"min",
"(n[1] < n[2]) ? n[1] : n[2]",
"(n[1] < n[2])",
"n[1]",
"n",
"1",
"n[2]",
"n",
"2",
"n[1]",
"n",
"1",
"n[2]",
"n",
"2",
"min = (n[0] < min) ? n[0] : min",
"min",
"(n[0] < min) ? n[0] : min",
"(n[0] < min)",
"n[0]",
"n",
"0",
"min",
"n[0]",
"n",
"0",
"min",
"max = (n[1] < n[2]) ? n[2] : n[1]",
"max",
"(n[1] < n[2]) ? n[2] : n[1]",
"(n[1] < n[2])",
"n[1]",
"n",
"1",
"n[2]",
"n",
"2",
"n[2]",
"n",
"2",
"n[1]",
"n",
"1",
"max = (n[0] < max) ? max : n[0]",
"max",
"(n[0] < max) ? max : n[0]",
"(n[0] < max)",
"n[0]",
"n",
"0",
"max",
"max",
"n[0]",
"n",
"0",
"mid = mid - (min + max)",
"mid",
"mid - (min + max)",
"mid",
"(min + max)",
"min",
"max",
"System.out.println(min + \" \" + mid + \" \" + max)",
"System.out.println",
"System.out",
"System",
"System.out",
"min + \" \" + mid + \" \" + max",
"\" \"",
"mid",
"min + \" \" + mid + \" \" + max",
"min",
"\" \"",
"mid",
"\" \"",
"max",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args) {
int[] n;
n = new int[3];
int min, mid, max;
Scanner scan = new Scanner(System.in);
n[0] = scan.nextInt();
n[1] = scan.nextInt();
n[2] = scan.nextInt();
mid = n[0]+n[1]+n[2];
min = (n[1] < n[2]) ? n[1] : n[2];
min = (n[0] < min) ? n[0] : min;
max = (n[1] < n[2]) ? n[2] : n[1];
max = (n[0] < max) ? max : n[0];
mid = mid - (min + max);
System.out.println(min + " " + mid + " " + max);
scan.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,
4,
18,
13,
41,
13,
39,
13,
13,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
0,
18,
13,
17,
18,
13,
13,
0,
18,
13,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
119,
5
],
[
119,
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
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
29,
32
],
[
29,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
39,
41
],
[
34,
42
],
[
42,
43
],
[
43,
44
],
[
34,
45
],
[
46,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
52,
53
],
[
52,
54
],
[
47,
55
],
[
55,
56
],
[
56,
57
],
[
47,
58
],
[
59,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
60,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
75,
77
],
[
70,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
84,
86
],
[
70,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
90,
92
],
[
87,
93
],
[
93,
94
],
[
93,
95
],
[
8,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
104,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
103,
109
],
[
109,
110
],
[
109,
111
],
[
102,
112
],
[
104,
113
],
[
113,
114
],
[
113,
115
],
[
6,
116
],
[
116,
117
],
[
0,
118
],
[
118,
119
],
[
118,
120
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner x = new Scanner(System.in);\n\t\tint a = x.nextInt();\n\t\tint b = x.nextInt();\n\t\tint c = x.nextInt();\n\t\tint[] price = {a,b,c,0};\n\t\tfor (int n = 3 ; n >= 0 ; n--){\n\t\tfor (int i = 0 ; i < n ; i++){\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}\n\t }\n\t\tSystem.out.println(price[0]+\" \" + price[1]+\" \" + price[2]);\t\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner x = new Scanner(System.in);\n\t\tint a = x.nextInt();\n\t\tint b = x.nextInt();\n\t\tint c = x.nextInt();\n\t\tint[] price = {a,b,c,0};\n\t\tfor (int n = 3 ; n >= 0 ; n--){\n\t\tfor (int i = 0 ; i < n ; i++){\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}\n\t }\n\t\tSystem.out.println(price[0]+\" \" + price[1]+\" \" + price[2]);\t\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner x = new Scanner(System.in);\n\t\tint a = x.nextInt();\n\t\tint b = x.nextInt();\n\t\tint c = x.nextInt();\n\t\tint[] price = {a,b,c,0};\n\t\tfor (int n = 3 ; n >= 0 ; n--){\n\t\tfor (int i = 0 ; i < n ; i++){\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}\n\t }\n\t\tSystem.out.println(price[0]+\" \" + price[1]+\" \" + price[2]);\t\n\t}",
"main",
"{\n\t\tScanner x = new Scanner(System.in);\n\t\tint a = x.nextInt();\n\t\tint b = x.nextInt();\n\t\tint c = x.nextInt();\n\t\tint[] price = {a,b,c,0};\n\t\tfor (int n = 3 ; n >= 0 ; n--){\n\t\tfor (int i = 0 ; i < n ; i++){\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}\n\t }\n\t\tSystem.out.println(price[0]+\" \" + price[1]+\" \" + price[2]);\t\n\t}",
"Scanner x = new Scanner(System.in);",
"x",
"new Scanner(System.in)",
"int a = x.nextInt();",
"a",
"x.nextInt()",
"x.nextInt",
"x",
"int b = x.nextInt();",
"b",
"x.nextInt()",
"x.nextInt",
"x",
"int c = x.nextInt();",
"c",
"x.nextInt()",
"x.nextInt",
"x",
"int[] price = {a,b,c,0};",
"price",
"{a,b,c,0}",
"a",
"b",
"c",
"0",
"for (int n = 3 ; n >= 0 ; n--){\n\t\tfor (int i = 0 ; i < n ; i++){\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}\n\t }",
"int n = 3 ;",
"int n = 3 ;",
"n",
"3",
"n >= 0",
"n",
"0",
"n--",
"n--",
"n",
"{\n\t\tfor (int i = 0 ; i < n ; i++){\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}\n\t }",
"{\n\t\tfor (int i = 0 ; i < n ; i++){\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}\n\t }",
"for (int i = 0 ; i < n ; i++){\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}",
"int i = 0 ;",
"int i = 0 ;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"{\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}",
"if(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}",
"price[i] > price[i+1]",
"price[i]",
"price",
"i",
"price[i+1]",
"price",
"i+1",
"i",
"1",
"{\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}",
"price[3] = price[i]",
"price[3]",
"price",
"3",
"price[i]",
"price",
"i",
"price[i] = price[i+1]",
"price[i]",
"price",
"i",
"price[i+1]",
"price",
"i+1",
"i",
"1",
"price[i+1] = price[3]",
"price[i+1]",
"price",
"i+1",
"i",
"1",
"price[3]",
"price",
"3",
"System.out.println(price[0]+\" \" + price[1]+\" \" + price[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"price[0]+\" \" + price[1]+\" \" + price[2]",
"\" \"",
"price[1]",
"price[0]+\" \" + price[1]+\" \" + price[2]",
"price[0]",
"price",
"0",
"\" \"",
"price[1]",
"price",
"1",
"\" \"",
"price[2]",
"price",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner x = new Scanner(System.in);\n\t\tint a = x.nextInt();\n\t\tint b = x.nextInt();\n\t\tint c = x.nextInt();\n\t\tint[] price = {a,b,c,0};\n\t\tfor (int n = 3 ; n >= 0 ; n--){\n\t\tfor (int i = 0 ; i < n ; i++){\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}\n\t }\n\t\tSystem.out.println(price[0]+\" \" + price[1]+\" \" + price[2]);\t\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner x = new Scanner(System.in);\n\t\tint a = x.nextInt();\n\t\tint b = x.nextInt();\n\t\tint c = x.nextInt();\n\t\tint[] price = {a,b,c,0};\n\t\tfor (int n = 3 ; n >= 0 ; n--){\n\t\tfor (int i = 0 ; i < n ; i++){\n\t\t\tif(price[i] > price[i+1]){\n\t\t\t\tprice[3] = price[i];\n\t\t\t\tprice[i] = price[i+1];\n\t\t\t\tprice[i+1] = price[3];\n\t\t\t}\n\t\t}\n\t }\n\t\tSystem.out.println(price[0]+\" \" + price[1]+\" \" + price[2]);\t\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner x = new Scanner(System.in);
int a = x.nextInt();
int b = x.nextInt();
int c = x.nextInt();
int[] price = {a,b,c,0};
for (int n = 3 ; n >= 0 ; n--){
for (int i = 0 ; i < n ; i++){
if(price[i] > price[i+1]){
price[3] = price[i];
price[i] = price[i+1];
price[i+1] = price[3];
}
}
}
System.out.println(price[0]+" " + price[1]+" " + price[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
13,
13,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
2,
13,
17,
18,
13,
13,
30,
41,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
18,
13,
13,
0,
18,
13,
13,
13,
29,
13,
23,
13,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
41,
13,
17,
42,
4,
18,
13,
30,
0,
18,
13,
13,
4,
18,
13,
40,
13,
41,
13,
20,
28,
13,
4,
18,
13,
13,
30,
30,
4,
18,
13,
2,
4,
18,
13,
13,
17,
4,
18,
13,
2,
4,
18,
13,
17,
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
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
14,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
31,
33
],
[
24,
34
],
[
34,
35
],
[
35,
36
],
[
24,
37
],
[
38,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
39,
51
],
[
51,
52
],
[
52,
53
],
[
39,
54
],
[
55,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
57,
63
],
[
63,
64
],
[
63,
65
],
[
56,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
66,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
77,
79
],
[
74,
80
],
[
80,
81
],
[
80,
82
],
[
66,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
14,
88
],
[
88,
89
],
[
12,
90
],
[
90,
91
],
[
0,
92
],
[
156,
93
],
[
156,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
100,
101
],
[
100,
102
],
[
96,
104
],
[
104,
105
],
[
104,
106
],
[
96,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
107,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
116,
117
],
[
117,
118
],
[
111,
119
],
[
119,
120
],
[
96,
121
],
[
121,
122
],
[
121,
123
],
[
96,
124
],
[
124,
125
],
[
124,
126
],
[
126,
127
],
[
127,
128
],
[
126,
129
],
[
124,
130
],
[
131,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
132,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
136,
139
],
[
135,
140
],
[
96,
141
],
[
141,
142
],
[
142,
143
],
[
141,
144
],
[
144,
145
],
[
145,
146
],
[
146,
147
],
[
144,
148
],
[
96,
149
],
[
149,
150
],
[
150,
151
],
[
149,
152
],
[
94,
153
],
[
153,
154
],
[
0,
155
],
[
155,
156
],
[
155,
157
]
] | [
"import java.util.Scanner;\nimport java.util.Arrays;\nimport static java.lang.System.out;\n\nclass SortingThreeNumbers {\n\n public static int[] sorted( int[] inputs) {\n int[] res = Arrays.copyOf( inputs, inputs.length );\n\n for ( int i = 0; i < res.length; i++ ) {\n for ( int j = 1; j < res.length - i; j++ ) {\n if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }\n }\n }\n\n return res;\n }\n\n}\n\npublic class Main {\n public static void main( String... args) {\n Scanner scan = new Scanner( System.in);\n int[] inputs = new int[3];\n int i = 0;\n while ( scan.hasNext() ) {\n inputs[i] = scan.nextInt();\n i++;\n }\n\n StringBuilder output = new StringBuilder();\n for ( int num : SortingThreeNumbers.sorted( inputs ) ) {\n output.append( String.valueOf( num ) + \" \");\n }\n output.deleteCharAt( output.length() - 1);\n out.println( output );\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"class SortingThreeNumbers {\n\n public static int[] sorted( int[] inputs) {\n int[] res = Arrays.copyOf( inputs, inputs.length );\n\n for ( int i = 0; i < res.length; i++ ) {\n for ( int j = 1; j < res.length - i; j++ ) {\n if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }\n }\n }\n\n return res;\n }\n\n}",
"SortingThreeNumbers",
"public static int[] sorted( int[] inputs) {\n int[] res = Arrays.copyOf( inputs, inputs.length );\n\n for ( int i = 0; i < res.length; i++ ) {\n for ( int j = 1; j < res.length - i; j++ ) {\n if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }\n }\n }\n\n return res;\n }",
"sorted",
"{\n int[] res = Arrays.copyOf( inputs, inputs.length );\n\n for ( int i = 0; i < res.length; i++ ) {\n for ( int j = 1; j < res.length - i; j++ ) {\n if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }\n }\n }\n\n return res;\n }",
"int[] res = Arrays.copyOf( inputs, inputs.length );",
"res",
"Arrays.copyOf( inputs, inputs.length )",
"Arrays.copyOf",
"Arrays",
"inputs",
"inputs.length",
"inputs",
"inputs.length",
"for ( int i = 0; i < res.length; i++ ) {\n for ( int j = 1; j < res.length - i; j++ ) {\n if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < res.length",
"i",
"res.length",
"res",
"res.length",
"i++",
"i++",
"i",
"{\n for ( int j = 1; j < res.length - i; j++ ) {\n if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }\n }\n }",
"{\n for ( int j = 1; j < res.length - i; j++ ) {\n if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }\n }\n }",
"for ( int j = 1; j < res.length - i; j++ ) {\n if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }\n }",
"int j = 1;",
"int j = 1;",
"j",
"1",
"j < res.length - i",
"j",
"res.length - i",
"res.length",
"res",
"res.length",
"i",
"j++",
"j++",
"j",
"{\n if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }\n }",
"{\n if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }\n }",
"if ( res[j - 1] > res[j] ) {\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }",
"res[j - 1] > res[j]",
"res[j - 1]",
"res",
"j - 1",
"j",
"1",
"res[j]",
"res",
"j",
"{\n int tmp = res[j - 1];\n res[j - 1] = res[j];\n res[j] = tmp;\n }",
"int tmp = res[j - 1];",
"tmp",
"res[j - 1]",
"res",
"j - 1",
"j",
"1",
"res[j - 1] = res[j]",
"res[j - 1]",
"res",
"j - 1",
"j",
"1",
"res[j]",
"res",
"j",
"res[j] = tmp",
"res[j]",
"res",
"j",
"tmp",
"return res;",
"res",
"int[] inputs",
"inputs",
"public class Main {\n public static void main( String... args) {\n Scanner scan = new Scanner( System.in);\n int[] inputs = new int[3];\n int i = 0;\n while ( scan.hasNext() ) {\n inputs[i] = scan.nextInt();\n i++;\n }\n\n StringBuilder output = new StringBuilder();\n for ( int num : SortingThreeNumbers.sorted( inputs ) ) {\n output.append( String.valueOf( num ) + \" \");\n }\n output.deleteCharAt( output.length() - 1);\n out.println( output );\n }\n}",
"Main",
"public static void main( String... args) {\n Scanner scan = new Scanner( System.in);\n int[] inputs = new int[3];\n int i = 0;\n while ( scan.hasNext() ) {\n inputs[i] = scan.nextInt();\n i++;\n }\n\n StringBuilder output = new StringBuilder();\n for ( int num : SortingThreeNumbers.sorted( inputs ) ) {\n output.append( String.valueOf( num ) + \" \");\n }\n output.deleteCharAt( output.length() - 1);\n out.println( output );\n }",
"main",
"{\n Scanner scan = new Scanner( System.in);\n int[] inputs = new int[3];\n int i = 0;\n while ( scan.hasNext() ) {\n inputs[i] = scan.nextInt();\n i++;\n }\n\n StringBuilder output = new StringBuilder();\n for ( int num : SortingThreeNumbers.sorted( inputs ) ) {\n output.append( String.valueOf( num ) + \" \");\n }\n output.deleteCharAt( output.length() - 1);\n out.println( output );\n }",
"Scanner scan = new Scanner( System.in);",
"scan",
"new Scanner( System.in)",
"int[] inputs = new int[3];",
"inputs",
"new int[3]",
"3",
"int i = 0;",
"i",
"0",
"while ( scan.hasNext() ) {\n inputs[i] = scan.nextInt();\n i++;\n }",
"scan.hasNext()",
"scan.hasNext",
"scan",
"{\n inputs[i] = scan.nextInt();\n i++;\n }",
"inputs[i] = scan.nextInt()",
"inputs[i]",
"inputs",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"i++",
"i",
"StringBuilder output = new StringBuilder();",
"output",
"new StringBuilder()",
"for ( int num : SortingThreeNumbers.sorted( inputs ) ) {\n output.append( String.valueOf( num ) + \" \");\n }",
"int num",
"SortingThreeNumbers.sorted( inputs )",
"SortingThreeNumbers.sorted",
"SortingThreeNumbers",
"inputs",
"{\n output.append( String.valueOf( num ) + \" \");\n }",
"{\n output.append( String.valueOf( num ) + \" \");\n }",
"output.append( String.valueOf( num ) + \" \")",
"output.append",
"output",
"String.valueOf( num ) + \" \"",
"String.valueOf( num )",
"String.valueOf",
"String",
"num",
"\" \"",
"output.deleteCharAt( output.length() - 1)",
"output.deleteCharAt",
"output",
"output.length() - 1",
"output.length()",
"output.length",
"output",
"1",
"out.println( output )",
"out.println",
"out",
"output",
"String... args",
"args",
"public class Main {\n public static void main( String... args) {\n Scanner scan = new Scanner( System.in);\n int[] inputs = new int[3];\n int i = 0;\n while ( scan.hasNext() ) {\n inputs[i] = scan.nextInt();\n i++;\n }\n\n StringBuilder output = new StringBuilder();\n for ( int num : SortingThreeNumbers.sorted( inputs ) ) {\n output.append( String.valueOf( num ) + \" \");\n }\n output.deleteCharAt( output.length() - 1);\n out.println( output );\n }\n}",
"public class Main {\n public static void main( String... args) {\n Scanner scan = new Scanner( System.in);\n int[] inputs = new int[3];\n int i = 0;\n while ( scan.hasNext() ) {\n inputs[i] = scan.nextInt();\n i++;\n }\n\n StringBuilder output = new StringBuilder();\n for ( int num : SortingThreeNumbers.sorted( inputs ) ) {\n output.append( String.valueOf( num ) + \" \");\n }\n output.deleteCharAt( output.length() - 1);\n out.println( output );\n }\n}",
"Main"
] | import java.util.Scanner;
import java.util.Arrays;
import static java.lang.System.out;
class SortingThreeNumbers {
public static int[] sorted( int[] inputs) {
int[] res = Arrays.copyOf( inputs, inputs.length );
for ( int i = 0; i < res.length; i++ ) {
for ( int j = 1; j < res.length - i; j++ ) {
if ( res[j - 1] > res[j] ) {
int tmp = res[j - 1];
res[j - 1] = res[j];
res[j] = tmp;
}
}
}
return res;
}
}
public class Main {
public static void main( String... args) {
Scanner scan = new Scanner( System.in);
int[] inputs = new int[3];
int i = 0;
while ( scan.hasNext() ) {
inputs[i] = scan.nextInt();
i++;
}
StringBuilder output = new StringBuilder();
for ( int num : SortingThreeNumbers.sorted( inputs ) ) {
output.append( String.valueOf( num ) + " ");
}
output.deleteCharAt( output.length() - 1);
out.println( output );
}
} |
[
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,
41,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
17,
18,
13,
17,
18,
13,
17,
18,
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
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
32,
35
],
[
11,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
11,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
45,
52
],
[
52,
53
],
[
52,
54
],
[
45,
55
],
[
55,
56
],
[
55,
57
],
[
9,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"\nimport java.util.Arrays;\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\tint num3 = scanner.nextInt();\n\t\tint[] nums = {num1,num2,num3};\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s %s\", nums[0],nums[1],nums[2]));\n\t\t\n\t}\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"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\tint num3 = scanner.nextInt();\n\t\tint[] nums = {num1,num2,num3};\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s %s\", nums[0],nums[1],nums[2]));\n\t\t\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\tint num3 = scanner.nextInt();\n\t\tint[] nums = {num1,num2,num3};\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s %s\", nums[0],nums[1],nums[2]));\n\t\t\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\tint num3 = scanner.nextInt();\n\t\tint[] nums = {num1,num2,num3};\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s %s\", nums[0],nums[1],nums[2]));\n\t\t\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",
"int num3 = scanner.nextInt();",
"num3",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int[] nums = {num1,num2,num3};",
"nums",
"{num1,num2,num3}",
"num1",
"num2",
"num3",
"Arrays.sort(nums)",
"Arrays.sort",
"Arrays",
"nums",
"System.out.println(String.format(\"%s %s %s\", nums[0],nums[1],nums[2]))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(\"%s %s %s\", nums[0],nums[1],nums[2])",
"String.format",
"String",
"\"%s %s %s\"",
"nums[0]",
"nums",
"0",
"nums[1]",
"nums",
"1",
"nums[2]",
"nums",
"2",
"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\tint num3 = scanner.nextInt();\n\t\tint[] nums = {num1,num2,num3};\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s %s\", nums[0],nums[1],nums[2]));\n\t\t\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\tint num3 = scanner.nextInt();\n\t\tint[] nums = {num1,num2,num3};\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s %s\", nums[0],nums[1],nums[2]));\n\t\t\n\t}\n}",
"Main"
] |
import java.util.Arrays;
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();
int num3 = scanner.nextInt();
int[] nums = {num1,num2,num3};
Arrays.sort(nums);
System.out.println(String.format("%s %s %s", nums[0],nums[1],nums[2]));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
17,
41,
13,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
11,
1,
41,
13,
17,
2,
13,
2,
17,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
120,
5
],
[
120,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
18,
23
],
[
23,
24
],
[
23,
25
],
[
18,
26
],
[
26,
27
],
[
27,
28
],
[
18,
29
],
[
30,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
36,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
38,
48
],
[
48,
49
],
[
49,
50
],
[
38,
51
],
[
52,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
53,
60
],
[
60,
61
],
[
60,
62
],
[
53,
63
],
[
63,
64
],
[
64,
65
],
[
53,
66
],
[
67,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
73,
75
],
[
68,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
79,
81
],
[
76,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
76,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
8,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
102,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
101,
107
],
[
107,
108
],
[
107,
109
],
[
100,
110
],
[
102,
111
],
[
111,
112
],
[
111,
113
],
[
8,
114
],
[
114,
115
],
[
115,
116
],
[
6,
117
],
[
117,
118
],
[
0,
119
],
[
119,
120
],
[
119,
121
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint[] num = new int[3];\n\t\tint wk;\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<3;i++){\n\t\t\tnum[i] = sc.nextInt();\n\t\t}\n\t\tfor(int j=0;j<3-1;j++){\n\t\t\tfor(int i=j+1;i<3;i++){\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\n\t\tsc.close();\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint[] num = new int[3];\n\t\tint wk;\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<3;i++){\n\t\t\tnum[i] = sc.nextInt();\n\t\t}\n\t\tfor(int j=0;j<3-1;j++){\n\t\t\tfor(int i=j+1;i<3;i++){\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\n\t\tsc.close();\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint[] num = new int[3];\n\t\tint wk;\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<3;i++){\n\t\t\tnum[i] = sc.nextInt();\n\t\t}\n\t\tfor(int j=0;j<3-1;j++){\n\t\t\tfor(int i=j+1;i<3;i++){\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\n\t\tsc.close();\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint[] num = new int[3];\n\t\tint wk;\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<3;i++){\n\t\t\tnum[i] = sc.nextInt();\n\t\t}\n\t\tfor(int j=0;j<3-1;j++){\n\t\t\tfor(int i=j+1;i<3;i++){\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\n\t\tsc.close();\n\t}",
"int[] num = new int[3];",
"num",
"new int[3]",
"3",
"int wk;",
"wk",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"for(int i=0;i<3;i++){\n\t\t\tnum[i] = sc.nextInt();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tnum[i] = sc.nextInt();\n\t\t}",
"{\n\t\t\tnum[i] = sc.nextInt();\n\t\t}",
"num[i] = sc.nextInt()",
"num[i]",
"num",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"for(int j=0;j<3-1;j++){\n\t\t\tfor(int i=j+1;i<3;i++){\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int j=0;",
"int j=0;",
"j",
"0",
"j<3-1",
"j",
"3-1",
"3",
"1",
"j++",
"j++",
"j",
"{\n\t\t\tfor(int i=j+1;i<3;i++){\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int i=j+1;i<3;i++){\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int i=j+1;i<3;i++){\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}",
"int i=j+1;",
"int i=j+1;",
"i",
"j+1",
"j",
"1",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}",
"if(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}",
"num[j]>num[i]",
"num[j]",
"num",
"j",
"num[i]",
"num",
"i",
"{\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}",
"wk = num[i]",
"wk",
"num[i]",
"num",
"i",
"num[i] = num[j]",
"num[i]",
"num",
"i",
"num[j]",
"num",
"j",
"num[j] = wk",
"num[j]",
"num",
"j",
"wk",
"System.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"num[0] +\" \"+ num[1] +\" \"+ num[2]",
"\" \"",
"num[1]",
"num[0] +\" \"+ num[1] +\" \"+ num[2]",
"num[0]",
"num",
"0",
"\" \"",
"num[1]",
"num",
"1",
"\" \"",
"num[2]",
"num",
"2",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint[] num = new int[3];\n\t\tint wk;\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<3;i++){\n\t\t\tnum[i] = sc.nextInt();\n\t\t}\n\t\tfor(int j=0;j<3-1;j++){\n\t\t\tfor(int i=j+1;i<3;i++){\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\n\t\tsc.close();\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint[] num = new int[3];\n\t\tint wk;\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<3;i++){\n\t\t\tnum[i] = sc.nextInt();\n\t\t}\n\t\tfor(int j=0;j<3-1;j++){\n\t\t\tfor(int i=j+1;i<3;i++){\n\t\t\t\tif(num[j]>num[i]){\n\t\t\t\t\twk = num[i];\n\t\t\t\t\tnum[i] = num[j];\n\t\t\t\t\tnum[j] = wk;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(num[0] +\" \"+ num[1] +\" \"+ num[2]);\n\t\tsc.close();\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
int[] num = new int[3];
int wk;
Scanner sc = new Scanner(System.in);
for(int i=0;i<3;i++){
num[i] = sc.nextInt();
}
for(int j=0;j<3-1;j++){
for(int i=j+1;i<3;i++){
if(num[j]>num[i]){
wk = num[i];
num[i] = num[j];
num[j] = wk;
}
}
}
System.out.println(num[0] +" "+ num[1] +" "+ num[2]);
sc.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
186,
5
],
[
186,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
8,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
38,
40
],
[
31,
41
],
[
41,
42
],
[
42,
43
],
[
31,
44
],
[
45,
45
],
[
8,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
59,
61
],
[
8,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
64,
67
],
[
67,
68
],
[
67,
69
],
[
8,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
88,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
86,
92
],
[
88,
93
],
[
75,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
103,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
101,
107
],
[
103,
108
],
[
70,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
109,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
114,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
119,
124
],
[
127,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
126,
130
],
[
125,
131
],
[
127,
132
],
[
114,
133
],
[
133,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
134,
139
],
[
142,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
142,
144
],
[
141,
145
],
[
140,
146
],
[
142,
147
],
[
109,
148
],
[
148,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
149,
153
],
[
153,
154
],
[
154,
155
],
[
155,
156
],
[
156,
157
],
[
156,
158
],
[
154,
159
],
[
162,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
162,
164
],
[
161,
165
],
[
160,
166
],
[
162,
167
],
[
149,
168
],
[
168,
169
],
[
169,
170
],
[
170,
171
],
[
171,
172
],
[
171,
173
],
[
169,
174
],
[
177,
175
],
[
175,
176
],
[
176,
177
],
[
177,
178
],
[
177,
179
],
[
176,
180
],
[
175,
181
],
[
177,
182
],
[
6,
183
],
[
183,
184
],
[
0,
185
],
[
185,
186
],
[
185,
187
]
] | [
"import java.io.*;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b,c,v;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tc= Integer.parseInt(strlAry[2]);\n\n\tif(a<b){\n\t\tif(b<c){\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t}\n\t}\n\telse if(b<c){\n\t\tif(c<a){\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}\n\t}\n\telse{\n\t\tif(a<c){\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}\n\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b,c,v;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tc= Integer.parseInt(strlAry[2]);\n\n\tif(a<b){\n\t\tif(b<c){\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t}\n\t}\n\telse if(b<c){\n\t\tif(c<a){\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}\n\t}\n\telse{\n\t\tif(a<c){\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}\n\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b,c,v;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tc= Integer.parseInt(strlAry[2]);\n\n\tif(a<b){\n\t\tif(b<c){\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t}\n\t}\n\telse if(b<c){\n\t\tif(c<a){\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}\n\t}\n\telse{\n\t\tif(a<c){\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}\n\t}\n\t}",
"main",
"{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b,c,v;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tc= Integer.parseInt(strlAry[2]);\n\n\tif(a<b){\n\t\tif(b<c){\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t}\n\t}\n\telse if(b<c){\n\t\tif(c<a){\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}\n\t}\n\telse{\n\t\tif(a<c){\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}\n\t}\n\t}",
"BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));",
"buf",
"new BufferedReader(new InputStreamReader(System.in))",
"int a",
"a",
"b",
"b",
"c",
"c",
"v;",
"v",
"String s = buf.readLine();",
"s",
"buf.readLine()",
"buf.readLine",
"buf",
"String[] strlAry =s.split(\" \");",
"strlAry",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"for(int i=0;i<strlAry.length;i++){\n\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<strlAry.length",
"i",
"strlAry.length",
"strlAry",
"strlAry.length",
"i++",
"i++",
"i",
"{\n\t}",
"{\n\t}",
"a= Integer.parseInt(strlAry[0])",
"a",
"Integer.parseInt(strlAry[0])",
"Integer.parseInt",
"Integer",
"strlAry[0]",
"strlAry",
"0",
"b= Integer.parseInt(strlAry[1])",
"b",
"Integer.parseInt(strlAry[1])",
"Integer.parseInt",
"Integer",
"strlAry[1]",
"strlAry",
"1",
"c= Integer.parseInt(strlAry[2])",
"c",
"Integer.parseInt(strlAry[2])",
"Integer.parseInt",
"Integer",
"strlAry[2]",
"strlAry",
"2",
"if(a<b){\n\t\tif(b<c){\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t}\n\t}\n\telse if(b<c){\n\t\tif(c<a){\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}\n\t}\n\telse{\n\t\tif(a<c){\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}\n\t}",
"a<b",
"a",
"b",
"{\n\t\tif(b<c){\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t}\n\t}",
"if(b<c){\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t}",
"b<c",
"b",
"c",
"{\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"{\n\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t}",
"System.out.println(c+\" \"+a+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+a+\" \"+b",
"\" \"",
"a",
"c+\" \"+a+\" \"+b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"if(b<c){\n\t\tif(c<a){\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}\n\t}\n\telse{\n\t\tif(a<c){\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}\n\t}",
"b<c",
"b",
"c",
"{\n\t\tif(c<a){\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}\n\t}",
"if(c<a){\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}",
"c<a",
"c",
"a",
"{\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}",
"System.out.println(b+\" \"+c+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+c+\" \"+a",
"\" \"",
"c",
"b+\" \"+c+\" \"+a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}",
"System.out.println(b+\" \"+a+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+a+\" \"+c",
"\" \"",
"a",
"b+\" \"+a+\" \"+c",
"b",
"\" \"",
"a",
"\" \"",
"c",
"{\n\t\tif(a<c){\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}\n\t}",
"if(a<c){\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}",
"a<c",
"a",
"c",
"{\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}",
"System.out.println(a+\" \"+c+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+c+\" \"+b",
"\" \"",
"c",
"a+\" \"+c+\" \"+b",
"a",
"\" \"",
"c",
"\" \"",
"b",
"{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}",
"System.out.println(c+\" \"+b+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+b+\" \"+a",
"\" \"",
"b",
"c+\" \"+b+\" \"+a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b,c,v;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tc= Integer.parseInt(strlAry[2]);\n\n\tif(a<b){\n\t\tif(b<c){\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t}\n\t}\n\telse if(b<c){\n\t\tif(c<a){\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}\n\t}\n\telse{\n\t\tif(a<c){\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}\n\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b,c,v;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tc= Integer.parseInt(strlAry[2]);\n\n\tif(a<b){\n\t\tif(b<c){\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t}\n\t}\n\telse if(b<c){\n\t\tif(c<a){\n\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t}\n\t}\n\telse{\n\t\tif(a<c){\n\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t}\n\t}\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException{
BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));
int a,b,c,v;
String s = buf.readLine();
String[] strlAry =s.split(" ");
for(int i=0;i<strlAry.length;i++){
}
a= Integer.parseInt(strlAry[0]);
b= Integer.parseInt(strlAry[1]);
c= Integer.parseInt(strlAry[2]);
if(a<b){
if(b<c){
System.out.println(a+" "+b+" "+c);
}
else{
System.out.println(c+" "+a+" "+b);
}
}
else if(b<c){
if(c<a){
System.out.println(b+" "+c+" "+a);
}
else{
System.out.println(b+" "+a+" "+c);
}
}
else{
if(a<c){
System.out.println(a+" "+c+" "+b);
}
else{
System.out.println(c+" "+b+" "+a);
}
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
17,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
68,
8
],
[
68,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
16
],
[
16,
17
],
[
16,
18
],
[
11,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
26,
28
],
[
19,
29
],
[
29,
30
],
[
30,
31
],
[
19,
32
],
[
33,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
11,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
11,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
53,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
52,
58
],
[
58,
59
],
[
58,
60
],
[
51,
61
],
[
53,
62
],
[
62,
63
],
[
62,
64
],
[
9,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args){\n int[] nums = new int [3];\n\n Scanner in = new Scanner(System.in);\n for(int x = 0; x < nums.length; x++){\n nums[x] = in.nextInt();\n }\n Arrays.sort(nums);\n System.out.println(nums[0] + \" \"+ nums[1] + \" \" + nums[2]);\n }\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args){\n int[] nums = new int [3];\n\n Scanner in = new Scanner(System.in);\n for(int x = 0; x < nums.length; x++){\n nums[x] = in.nextInt();\n }\n Arrays.sort(nums);\n System.out.println(nums[0] + \" \"+ nums[1] + \" \" + nums[2]);\n }\n}",
"Main",
"public static void main(String[] args){\n int[] nums = new int [3];\n\n Scanner in = new Scanner(System.in);\n for(int x = 0; x < nums.length; x++){\n nums[x] = in.nextInt();\n }\n Arrays.sort(nums);\n System.out.println(nums[0] + \" \"+ nums[1] + \" \" + nums[2]);\n }",
"main",
"{\n int[] nums = new int [3];\n\n Scanner in = new Scanner(System.in);\n for(int x = 0; x < nums.length; x++){\n nums[x] = in.nextInt();\n }\n Arrays.sort(nums);\n System.out.println(nums[0] + \" \"+ nums[1] + \" \" + nums[2]);\n }",
"int[] nums = new int [3];",
"nums",
"new int [3]",
"3",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"for(int x = 0; x < nums.length; x++){\n nums[x] = in.nextInt();\n }",
"int x = 0;",
"int x = 0;",
"x",
"0",
"x < nums.length",
"x",
"nums.length",
"nums",
"nums.length",
"x++",
"x++",
"x",
"{\n nums[x] = in.nextInt();\n }",
"{\n nums[x] = in.nextInt();\n }",
"nums[x] = in.nextInt()",
"nums[x]",
"nums",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"Arrays.sort(nums)",
"Arrays.sort",
"Arrays",
"nums",
"System.out.println(nums[0] + \" \"+ nums[1] + \" \" + nums[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"nums[0] + \" \"+ nums[1] + \" \" + nums[2]",
"\" \"",
"nums[1]",
"nums[0] + \" \"+ nums[1] + \" \" + nums[2]",
"nums[0]",
"nums",
"0",
"\" \"",
"nums[1]",
"nums",
"1",
"\" \"",
"nums[2]",
"nums",
"2",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n int[] nums = new int [3];\n\n Scanner in = new Scanner(System.in);\n for(int x = 0; x < nums.length; x++){\n nums[x] = in.nextInt();\n }\n Arrays.sort(nums);\n System.out.println(nums[0] + \" \"+ nums[1] + \" \" + nums[2]);\n }\n}",
"public class Main {\n public static void main(String[] args){\n int[] nums = new int [3];\n\n Scanner in = new Scanner(System.in);\n for(int x = 0; x < nums.length; x++){\n nums[x] = in.nextInt();\n }\n Arrays.sort(nums);\n System.out.println(nums[0] + \" \"+ nums[1] + \" \" + nums[2]);\n }\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args){
int[] nums = new int [3];
Scanner in = new Scanner(System.in);
for(int x = 0; x < nums.length; x++){
nums[x] = in.nextInt();
}
Arrays.sort(nums);
System.out.println(nums[0] + " "+ nums[1] + " " + nums[2]);
}
} |
[
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,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
153,
5
],
[
153,
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
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
21,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
58,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
56,
62
],
[
58,
63
],
[
45,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
77,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
75,
81
],
[
77,
82
],
[
64,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
92,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
90,
96
],
[
92,
97
],
[
40,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
112,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
110,
116
],
[
112,
117
],
[
99,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
131,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
129,
135
],
[
131,
136
],
[
118,
137
],
[
137,
138
],
[
138,
139
],
[
139,
140
],
[
140,
141
],
[
140,
142
],
[
138,
143
],
[
146,
144
],
[
144,
145
],
[
145,
146
],
[
146,
147
],
[
146,
148
],
[
145,
149
],
[
144,
150
],
[
146,
151
],
[
0,
152
],
[
152,
153
],
[
152,
154
]
] | [
"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\tint c = s.nextInt();\n\t\tif (a < b) {\t\t\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\t} else if (a < c){\n\t\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t\t}\n\t\t} else {\n\t\t\tif (c < b) {\n\t\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t\t} else if (a < c) {\n\t\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t\t}\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\tint c = s.nextInt();\n\t\tif (a < b) {\t\t\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\t} else if (a < c){\n\t\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t\t}\n\t\t} else {\n\t\t\tif (c < b) {\n\t\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t\t} else if (a < c) {\n\t\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t\t}\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\tint c = s.nextInt();\n\t\tif (a < b) {\t\t\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\t} else if (a < c){\n\t\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t\t}\n\t\t} else {\n\t\t\tif (c < b) {\n\t\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t\t} else if (a < c) {\n\t\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t\t}\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\tint c = s.nextInt();\n\t\tif (a < b) {\t\t\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\t} else if (a < c){\n\t\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t\t}\n\t\t} else {\n\t\t\tif (c < b) {\n\t\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t\t} else if (a < c) {\n\t\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t\t}\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",
"int c = s.nextInt();",
"c",
"s.nextInt()",
"s.nextInt",
"s",
"if (a < b) {\t\t\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\t} else if (a < c){\n\t\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t\t}\n\t\t} else {\n\t\t\tif (c < b) {\n\t\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t\t} else if (a < c) {\n\t\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t\t}\n\t\t}",
"a < b",
"a",
"b",
"{\t\t\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\t} else if (a < c){\n\t\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t\t}\n\t\t}",
"if (b < c) {\n\t\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\t} else if (a < c){\n\t\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t\t}",
"b < c",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\t}",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"if (a < c){\n\t\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t\t}",
"a < c",
"a",
"c",
"{\n\t\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t\t}",
"System.out.println(a + \" \" + c + \" \" + b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + c + \" \" + b",
"\" \"",
"c",
"a + \" \" + c + \" \" + b",
"a",
"\" \"",
"c",
"\" \"",
"b",
"{\n\t\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t\t}",
"System.out.println(c + \" \" + a + \" \" + b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + a + \" \" + b",
"\" \"",
"a",
"c + \" \" + a + \" \" + b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"{\n\t\t\tif (c < b) {\n\t\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t\t} else if (a < c) {\n\t\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t\t}\n\t\t}",
"if (c < b) {\n\t\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t\t} else if (a < c) {\n\t\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t\t}",
"c < b",
"c",
"b",
"{\n\t\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t\t}",
"System.out.println(c + \" \" + b + \" \" + a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + b + \" \" + a",
"\" \"",
"b",
"c + \" \" + b + \" \" + a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"if (a < c) {\n\t\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t\t}",
"a < c",
"a",
"c",
"{\n\t\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t\t}",
"System.out.println(b + \" \" + a + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"b + \" \" + a + \" \" + c",
"\" \"",
"a",
"b + \" \" + a + \" \" + c",
"b",
"\" \"",
"a",
"\" \"",
"c",
"{\n\t\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t\t}",
"System.out.println(b + \" \" + c + \" \" + a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b + \" \" + c + \" \" + a",
"\" \"",
"c",
"b + \" \" + c + \" \" + a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"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();
int c = s.nextInt();
if (a < b) {
if (b < c) {
System.out.println(a + " " + b + " " + c);
} else if (a < c){
System.out.println(a + " " + c + " " + b);
} else {
System.out.println(c + " " + a + " " + b);
}
} else {
if (c < b) {
System.out.println(c + " " + b + " " + a);
} else if (a < c) {
System.out.println(b + " " + a + " " + c);
} else {
System.out.println(b + " " + c + " " + a);
}
}
}
} |
[
7,
15,
13,
17,
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,
4,
18,
13,
13,
41,
13,
20,
28,
13,
13,
30,
30,
14,
2,
4,
18,
13,
17,
30,
4,
18,
13,
17,
4,
18,
13,
13,
29,
4,
18,
13,
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
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
133,
5
],
[
133,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
13,
18
],
[
18,
19
],
[
18,
20
],
[
6,
21
],
[
21,
22
],
[
133,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
28,
30
],
[
25,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
25,
35
],
[
35,
36
],
[
35,
37
],
[
25,
38
],
[
38,
39
],
[
38,
40
],
[
38,
41
],
[
42,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
44,
48
],
[
43,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
42,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
25,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
23,
62
],
[
62,
63
],
[
133,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
66,
73
],
[
73,
74
],
[
73,
75
],
[
76,
77
],
[
76,
78
],
[
66,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
86,
88
],
[
79,
89
],
[
89,
90
],
[
90,
91
],
[
79,
92
],
[
93,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
98,
99
],
[
99,
100
],
[
98,
101
],
[
101,
102
],
[
101,
103
],
[
66,
104
],
[
104,
105
],
[
64,
106
],
[
106,
107
],
[
133,
108
],
[
108,
109
],
[
108,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
110,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
116,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
114,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
0,
132
],
[
132,
133
],
[
132,
134
]
] | [
"import java.util.Arrays;\n\npublic 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[] intArray = split(input);\n\n Arrays.sort(intArray);\n\n StringBuffer sb = new StringBuffer();\n\n for (int i : intArray) {\n if (sb.length() > 0) {\n sb.append(' ');\n }\n sb.append(i);\n }\n\n return sb.toString();\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}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"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[] intArray = split(input);\n\n Arrays.sort(intArray);\n\n StringBuffer sb = new StringBuffer();\n\n for (int i : intArray) {\n if (sb.length() > 0) {\n sb.append(' ');\n }\n sb.append(i);\n }\n\n return sb.toString();\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[] intArray = split(input);\n\n Arrays.sort(intArray);\n\n StringBuffer sb = new StringBuffer();\n\n for (int i : intArray) {\n if (sb.length() > 0) {\n sb.append(' ');\n }\n sb.append(i);\n }\n\n return sb.toString();\n }",
"calc",
"{\n final int[] intArray = split(input);\n\n Arrays.sort(intArray);\n\n StringBuffer sb = new StringBuffer();\n\n for (int i : intArray) {\n if (sb.length() > 0) {\n sb.append(' ');\n }\n sb.append(i);\n }\n\n return sb.toString();\n }",
"final int[] intArray = split(input);",
"intArray",
"split(input)",
"split",
"input",
"Arrays.sort(intArray)",
"Arrays.sort",
"Arrays",
"intArray",
"StringBuffer sb = new StringBuffer();",
"sb",
"new StringBuffer()",
"for (int i : intArray) {\n if (sb.length() > 0) {\n sb.append(' ');\n }\n sb.append(i);\n }",
"int i",
"intArray",
"{\n if (sb.length() > 0) {\n sb.append(' ');\n }\n sb.append(i);\n }",
"{\n if (sb.length() > 0) {\n sb.append(' ');\n }\n sb.append(i);\n }",
"if (sb.length() > 0) {\n sb.append(' ');\n }",
"sb.length() > 0",
"sb.length()",
"sb.length",
"sb",
"0",
"{\n sb.append(' ');\n }",
"sb.append(' ')",
"sb.append",
"sb",
"' '",
"sb.append(i)",
"sb.append",
"sb",
"i",
"return sb.toString();",
"sb.toString()",
"sb.toString",
"sb",
"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[] intArray = split(input);\n\n Arrays.sort(intArray);\n\n StringBuffer sb = new StringBuffer();\n\n for (int i : intArray) {\n if (sb.length() > 0) {\n sb.append(' ');\n }\n sb.append(i);\n }\n\n return sb.toString();\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[] intArray = split(input);\n\n Arrays.sort(intArray);\n\n StringBuffer sb = new StringBuffer();\n\n for (int i : intArray) {\n if (sb.length() > 0) {\n sb.append(' ');\n }\n sb.append(i);\n }\n\n return sb.toString();\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"
] | import java.util.Arrays;
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[] intArray = split(input);
Arrays.sort(intArray);
StringBuffer sb = new StringBuffer();
for (int i : intArray) {
if (sb.length() > 0) {
sb.append(' ');
}
sb.append(i);
}
return sb.toString();
}
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,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
86,
5
],
[
86,
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
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
31,
38
],
[
38,
39
],
[
38,
40
],
[
8,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
45,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
59,
66
],
[
66,
67
],
[
66,
68
],
[
8,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
77,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
75,
81
],
[
77,
82
],
[
6,
83
],
[
83,
84
],
[
0,
85
],
[
85,
86
],
[
85,
87
]
] | [
"import java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tint d = a;\n\t\t\ta = b;\n\t\t\tb = d;\n\t\t}\n\t\tif (a > c) {\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tint d = a;\n\t\t\ta = b;\n\t\t\tb = d;\n\t\t}\n\t\tif (a > c) {\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tint d = a;\n\t\t\ta = b;\n\t\t\tb = d;\n\t\t}\n\t\tif (a > c) {\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}",
"main",
"{\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tint d = a;\n\t\t\ta = b;\n\t\t\tb = d;\n\t\t}\n\t\tif (a > c) {\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}",
"@SuppressWarnings(\"resource\")\n\t\tScanner 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",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (a > b) {\n\t\t\tint d = a;\n\t\t\ta = b;\n\t\t\tb = d;\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tint d = a;\n\t\t\ta = b;\n\t\t\tb = d;\n\t\t}",
"int d = a;",
"d",
"a",
"a = b",
"a",
"b",
"b = d",
"b",
"d",
"if (a > c) {\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}",
"a > c",
"a",
"c",
"{\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}",
"int d = a;",
"d",
"a",
"a = c",
"a",
"c",
"c = d",
"c",
"d",
"if (b > c) {\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}",
"int d = b;",
"d",
"b",
"b = c",
"b",
"c",
"c = d",
"c",
"d",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tint d = a;\n\t\t\ta = b;\n\t\t\tb = d;\n\t\t}\n\t\tif (a > c) {\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a > b) {\n\t\t\tint d = a;\n\t\t\ta = b;\n\t\t\tb = d;\n\t\t}\n\t\tif (a > c) {\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
@SuppressWarnings("resource")
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if (a > b) {
int d = a;
a = b;
b = d;
}
if (a > c) {
int d = a;
a = c;
c = d;
}
if (b > c) {
int d = b;
b = c;
c = d;
}
System.out.println(a + " " + b + " " + c);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
14,
2,
2,
18,
13,
13,
17,
2,
18,
13,
13,
17,
30,
4,
18,
13,
17,
4,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
17,
18,
13,
17,
18,
13,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
85,
8
],
[
85,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
13,
17
],
[
17,
18
],
[
17,
19
],
[
13,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
21,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
28,
30
],
[
21,
31
],
[
31,
32
],
[
32,
33
],
[
21,
34
],
[
35,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
44,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
43,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
13,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
13,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
69,
73
],
[
73,
74
],
[
73,
75
],
[
69,
76
],
[
76,
77
],
[
76,
78
],
[
69,
79
],
[
79,
80
],
[
79,
81
],
[
9,
82
],
[
82,
83
],
[
0,
84
],
[
84,
85
],
[
84,
86
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint[] ary = new int[3];\n\t\t\tfor(int i=0; i< ary.length ; i++) {\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}\n\t\t\tArrays.sort(ary);\n\t\t\tSystem.out.println(String.format(\"%d %d %d\", ary[0],ary[1],ary[2]));\n\t\t}\n\t}\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint[] ary = new int[3];\n\t\t\tfor(int i=0; i< ary.length ; i++) {\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}\n\t\t\tArrays.sort(ary);\n\t\t\tSystem.out.println(String.format(\"%d %d %d\", ary[0],ary[1],ary[2]));\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint[] ary = new int[3];\n\t\t\tfor(int i=0; i< ary.length ; i++) {\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}\n\t\t\tArrays.sort(ary);\n\t\t\tSystem.out.println(String.format(\"%d %d %d\", ary[0],ary[1],ary[2]));\n\t\t}\n\t}",
"main",
"{\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint[] ary = new int[3];\n\t\t\tfor(int i=0; i< ary.length ; i++) {\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}\n\t\t\tArrays.sort(ary);\n\t\t\tSystem.out.println(String.format(\"%d %d %d\", ary[0],ary[1],ary[2]));\n\t\t}\n\t}",
"try(Scanner sc = new Scanner(System.in)){\n\t\t\tint[] ary = new int[3];\n\t\t\tfor(int i=0; i< ary.length ; i++) {\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}\n\t\t\tArrays.sort(ary);\n\t\t\tSystem.out.println(String.format(\"%d %d %d\", ary[0],ary[1],ary[2]));\n\t\t}",
"{\n\t\t\tint[] ary = new int[3];\n\t\t\tfor(int i=0; i< ary.length ; i++) {\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}\n\t\t\tArrays.sort(ary);\n\t\t\tSystem.out.println(String.format(\"%d %d %d\", ary[0],ary[1],ary[2]));\n\t\t}",
"Scanner sc = new Scanner(System.in)",
"Scanner sc = new Scanner(System.in)",
"new Scanner(System.in)",
"int[] ary = new int[3];",
"ary",
"new int[3]",
"3",
"for(int i=0; i< ary.length ; i++) {\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i< ary.length",
"i",
"ary.length",
"ary",
"ary.length",
"i++",
"i++",
"i",
"{\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}",
"ary[i]= sc.nextInt()",
"ary[i]",
"ary",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}",
"ary[i] < 1 || ary[i] > 10000",
"ary[i] < 1",
"ary[i]",
"ary",
"i",
"1",
"ary[i] > 10000",
"ary[i]",
"ary",
"i",
"10000",
"{\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}",
"System.exit(0)",
"System.exit",
"System",
"0",
"Arrays.sort(ary)",
"Arrays.sort",
"Arrays",
"ary",
"System.out.println(String.format(\"%d %d %d\", ary[0],ary[1],ary[2]))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(\"%d %d %d\", ary[0],ary[1],ary[2])",
"String.format",
"String",
"\"%d %d %d\"",
"ary[0]",
"ary",
"0",
"ary[1]",
"ary",
"1",
"ary[2]",
"ary",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint[] ary = new int[3];\n\t\t\tfor(int i=0; i< ary.length ; i++) {\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}\n\t\t\tArrays.sort(ary);\n\t\t\tSystem.out.println(String.format(\"%d %d %d\", ary[0],ary[1],ary[2]));\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry(Scanner sc = new Scanner(System.in)){\n\t\t\tint[] ary = new int[3];\n\t\t\tfor(int i=0; i< ary.length ; i++) {\n\t\t\t\tary[i]= sc.nextInt();\n\t\t\t\tif(ary[i] < 1 || ary[i] > 10000){\n\t\t\t\t\tSystem.exit(0);\n\t\t\t\t}\n\t\t\t}\n\t\t\tArrays.sort(ary);\n\t\t\tSystem.out.println(String.format(\"%d %d %d\", ary[0],ary[1],ary[2]));\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
try(Scanner sc = new Scanner(System.in)){
int[] ary = new int[3];
for(int i=0; i< ary.length ; i++) {
ary[i]= sc.nextInt();
if(ary[i] < 1 || ary[i] > 10000){
System.exit(0);
}
}
Arrays.sort(ary);
System.out.println(String.format("%d %d %d", ary[0],ary[1],ary[2]));
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
42,
2,
0,
13,
4,
18,
13,
17,
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,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
18,
13,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
13,
2,
18,
13,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
17,
2,
4,
18,
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
],
[
14,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
24,
30
],
[
23,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
31,
38
],
[
38,
39
],
[
38,
40
],
[
41,
42
],
[
41,
43
],
[
31,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
44,
54
],
[
54,
55
],
[
55,
56
],
[
44,
57
],
[
58,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
66,
68
],
[
31,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
69,
81
],
[
81,
82
],
[
82,
83
],
[
69,
84
],
[
85,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
86,
95
],
[
95,
96
],
[
95,
97
],
[
86,
98
],
[
98,
99
],
[
99,
100
],
[
86,
101
],
[
102,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
108,
109
],
[
108,
110
],
[
110,
111
],
[
110,
112
],
[
103,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
116,
117
],
[
116,
118
],
[
113,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
119,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
125,
127
],
[
113,
128
],
[
128,
129
],
[
129,
130
],
[
129,
131
],
[
131,
132
],
[
131,
133
],
[
128,
134
],
[
31,
135
],
[
135,
136
],
[
135,
137
],
[
31,
138
],
[
138,
139
],
[
139,
140
],
[
140,
141
],
[
140,
142
],
[
138,
143
],
[
143,
144
],
[
143,
145
],
[
145,
146
],
[
145,
147
],
[
138,
148
],
[
148,
149
],
[
149,
150
],
[
138,
151
],
[
152,
152
],
[
152,
153
],
[
153,
154
],
[
153,
155
],
[
155,
156
],
[
156,
157
],
[
156,
158
],
[
155,
159
],
[
31,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
162,
164
],
[
160,
165
],
[
165,
166
],
[
166,
167
],
[
165,
168
],
[
165,
169
],
[
169,
170
],
[
170,
171
],
[
171,
172
],
[
169,
173
],
[
12,
174
],
[
174,
175
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main{\n public static void main(String[] args) throws IOException {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n String line;\n // ????????\\???\n while((line=br.readLine()) != null) {\n // ??\\???????????????????§???????????????§????????????\n String[] input = line.split(\" \");\n int[] in = new int[input.length];\n \n // ??????????????°????????????\n for(int i = 0; i < input.length; i++) {\n in[i] = Integer.parseInt(input[i]);\n }\n \n // ?????????????????????????????????\n for(int i = 0; i < in.length-1; i++) {\n for(int j = in.length - 1; j > i; j--) {\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }\n }\n String out = \"\";\n for(int k = 0; k < in.length; k++) {\n out += in[k] + \" \";\n }\n System.out.println(out.substring(0, out.length()-1));\n }\n }\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 public static void main(String[] args) throws IOException {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n String line;\n // ????????\\???\n while((line=br.readLine()) != null) {\n // ??\\???????????????????§???????????????§????????????\n String[] input = line.split(\" \");\n int[] in = new int[input.length];\n \n // ??????????????°????????????\n for(int i = 0; i < input.length; i++) {\n in[i] = Integer.parseInt(input[i]);\n }\n \n // ?????????????????????????????????\n for(int i = 0; i < in.length-1; i++) {\n for(int j = in.length - 1; j > i; j--) {\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }\n }\n String out = \"\";\n for(int k = 0; k < in.length; k++) {\n out += in[k] + \" \";\n }\n System.out.println(out.substring(0, out.length()-1));\n }\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n String line;\n // ????????\\???\n while((line=br.readLine()) != null) {\n // ??\\???????????????????§???????????????§????????????\n String[] input = line.split(\" \");\n int[] in = new int[input.length];\n \n // ??????????????°????????????\n for(int i = 0; i < input.length; i++) {\n in[i] = Integer.parseInt(input[i]);\n }\n \n // ?????????????????????????????????\n for(int i = 0; i < in.length-1; i++) {\n for(int j = in.length - 1; j > i; j--) {\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }\n }\n String out = \"\";\n for(int k = 0; k < in.length; k++) {\n out += in[k] + \" \";\n }\n System.out.println(out.substring(0, out.length()-1));\n }\n }",
"main",
"{\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n String line;\n // ????????\\???\n while((line=br.readLine()) != null) {\n // ??\\???????????????????§???????????????§????????????\n String[] input = line.split(\" \");\n int[] in = new int[input.length];\n \n // ??????????????°????????????\n for(int i = 0; i < input.length; i++) {\n in[i] = Integer.parseInt(input[i]);\n }\n \n // ?????????????????????????????????\n for(int i = 0; i < in.length-1; i++) {\n for(int j = in.length - 1; j > i; j--) {\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }\n }\n String out = \"\";\n for(int k = 0; k < in.length; k++) {\n out += in[k] + \" \";\n }\n System.out.println(out.substring(0, out.length()-1));\n }\n }",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"String line;",
"line",
"while((line=br.readLine()) != null) {\n // ??\\???????????????????§???????????????§????????????\n String[] input = line.split(\" \");\n int[] in = new int[input.length];\n \n // ??????????????°????????????\n for(int i = 0; i < input.length; i++) {\n in[i] = Integer.parseInt(input[i]);\n }\n \n // ?????????????????????????????????\n for(int i = 0; i < in.length-1; i++) {\n for(int j = in.length - 1; j > i; j--) {\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }\n }\n String out = \"\";\n for(int k = 0; k < in.length; k++) {\n out += in[k] + \" \";\n }\n System.out.println(out.substring(0, out.length()-1));\n }",
"(line=br.readLine()) != null",
"(line=br.readLine())",
"line",
"br.readLine()",
"br.readLine",
"br",
"null",
"{\n // ??\\???????????????????§???????????????§????????????\n String[] input = line.split(\" \");\n int[] in = new int[input.length];\n \n // ??????????????°????????????\n for(int i = 0; i < input.length; i++) {\n in[i] = Integer.parseInt(input[i]);\n }\n \n // ?????????????????????????????????\n for(int i = 0; i < in.length-1; i++) {\n for(int j = in.length - 1; j > i; j--) {\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }\n }\n String out = \"\";\n for(int k = 0; k < in.length; k++) {\n out += in[k] + \" \";\n }\n System.out.println(out.substring(0, out.length()-1));\n }",
"String[] input = line.split(\" \");",
"input",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int[] in = new int[input.length];",
"in",
"new int[input.length]",
"input.length",
"input",
"input.length",
"for(int i = 0; i < input.length; i++) {\n in[i] = Integer.parseInt(input[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < input.length",
"i",
"input.length",
"input",
"input.length",
"i++",
"i++",
"i",
"{\n in[i] = Integer.parseInt(input[i]);\n }",
"{\n in[i] = Integer.parseInt(input[i]);\n }",
"in[i] = Integer.parseInt(input[i])",
"in[i]",
"in",
"i",
"Integer.parseInt(input[i])",
"Integer.parseInt",
"Integer",
"input[i]",
"input",
"i",
"for(int i = 0; i < in.length-1; i++) {\n for(int j = in.length - 1; j > i; j--) {\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < in.length-1",
"i",
"in.length-1",
"in.length",
"in",
"in.length",
"1",
"i++",
"i++",
"i",
"{\n for(int j = in.length - 1; j > i; j--) {\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }\n }",
"{\n for(int j = in.length - 1; j > i; j--) {\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }\n }",
"for(int j = in.length - 1; j > i; j--) {\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }",
"int j = in.length - 1;",
"int j = in.length - 1;",
"j",
"in.length - 1",
"in.length",
"in",
"in.length",
"1",
"j > i",
"j",
"i",
"j--",
"j--",
"j",
"{\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }",
"{\n if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }\n }",
"if(in[j] < in[j-1]) {\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }",
"in[j] < in[j-1]",
"in[j]",
"in",
"j",
"in[j-1]",
"in",
"j-1",
"j",
"1",
"{\n int temp = in[j];\n in[j] = in[j-1];\n in[j-1] = temp;\n }",
"int temp = in[j];",
"temp",
"in[j]",
"in",
"j",
"in[j] = in[j-1]",
"in[j]",
"in",
"j",
"in[j-1]",
"in",
"j-1",
"j",
"1",
"in[j-1] = temp",
"in[j-1]",
"in",
"j-1",
"j",
"1",
"temp",
"String out = \"\";",
"out",
"\"\"",
"for(int k = 0; k < in.length; k++) {\n out += in[k] + \" \";\n }",
"int k = 0;",
"int k = 0;",
"k",
"0",
"k < in.length",
"k",
"in.length",
"in",
"in.length",
"k++",
"k++",
"k",
"{\n out += in[k] + \" \";\n }",
"{\n out += in[k] + \" \";\n }",
"out += in[k] + \" \"",
"out",
"in[k] + \" \"",
"in[k]",
"in",
"k",
"\" \"",
"System.out.println(out.substring(0, out.length()-1))",
"System.out.println",
"System.out",
"System",
"System.out",
"out.substring(0, out.length()-1)",
"out.substring",
"out",
"0",
"out.length()-1",
"out.length()",
"out.length",
"out",
"1",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main{
public static void main(String[] args) throws IOException {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
String line;
// ????????\???
while((line=br.readLine()) != null) {
// ??\???????????????????§???????????????§????????????
String[] input = line.split(" ");
int[] in = new int[input.length];
// ??????????????°????????????
for(int i = 0; i < input.length; i++) {
in[i] = Integer.parseInt(input[i]);
}
// ?????????????????????????????????
for(int i = 0; i < in.length-1; i++) {
for(int j = in.length - 1; j > i; j--) {
if(in[j] < in[j-1]) {
int temp = in[j];
in[j] = in[j-1];
in[j-1] = temp;
}
}
}
String out = "";
for(int k = 0; k < in.length; k++) {
out += in[k] + " ";
}
System.out.println(out.substring(0, out.length()-1));
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
20,
17,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
13,
4,
13,
13,
17,
17,
0,
13,
4,
13,
13,
17,
17,
0,
13,
4,
13,
13,
17,
17,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
12,
13,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
41,
13,
18,
13,
13,
41,
13,
18,
13,
13,
0,
18,
13,
13,
13,
0,
18,
13,
13,
13,
29,
13,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
148,
5
],
[
148,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
26,
27
],
[
26,
28
],
[
8,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
45,
47
],
[
8,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
8,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
8,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
8,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
66,
68
],
[
66,
69
],
[
66,
70
],
[
8,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
73,
75
],
[
73,
76
],
[
73,
77
],
[
8,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
80,
82
],
[
80,
83
],
[
80,
84
],
[
8,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
85,
90
],
[
93,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
92,
98
],
[
98,
99
],
[
98,
100
],
[
91,
101
],
[
93,
102
],
[
102,
103
],
[
102,
104
],
[
6,
105
],
[
105,
106
],
[
148,
107
],
[
107,
108
],
[
107,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
115,
116
],
[
115,
117
],
[
110,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
121,
122
],
[
121,
123
],
[
118,
124
],
[
124,
125
],
[
124,
126
],
[
126,
127
],
[
126,
128
],
[
118,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
129,
133
],
[
118,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
134,
138
],
[
109,
139
],
[
139,
140
],
[
107,
141
],
[
141,
142
],
[
107,
143
],
[
143,
144
],
[
107,
145
],
[
145,
146
],
[
0,
147
],
[
147,
148
],
[
147,
149
]
] | [
"import java.io.*;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tint[] intvalue = new int[3];\n\t\tintvalue[0] = first;\n\t\tintvalue[1] = second;\n\t\tintvalue[2] = third;\n\n\t\tintvalue = sort(intvalue, 0, 1);\n\t\tintvalue = sort(intvalue, 1, 2);\n\t\tintvalue = sort(intvalue, 0, 1);\n\n\t\tSystem.out.println(intvalue[0] + \" \" + intvalue[1] + \" \" + intvalue[2]);\n\n\n\n\n\t}\n\tpublic static int[] sort(int[] array, int number, int number2) {\n\t\tif (array[number] > array[number2]) {\n\t\t\tint pos1 = array[number];\n\t\t\tint pos2 = array[number2];\n\n\t\t\tarray[number] = pos2;\n\t\t\tarray[number2] = pos1;\n\t\t}\n\n\t\t\treturn array;\n\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tint[] intvalue = new int[3];\n\t\tintvalue[0] = first;\n\t\tintvalue[1] = second;\n\t\tintvalue[2] = third;\n\n\t\tintvalue = sort(intvalue, 0, 1);\n\t\tintvalue = sort(intvalue, 1, 2);\n\t\tintvalue = sort(intvalue, 0, 1);\n\n\t\tSystem.out.println(intvalue[0] + \" \" + intvalue[1] + \" \" + intvalue[2]);\n\n\n\n\n\t}\n\tpublic static int[] sort(int[] array, int number, int number2) {\n\t\tif (array[number] > array[number2]) {\n\t\t\tint pos1 = array[number];\n\t\t\tint pos2 = array[number2];\n\n\t\t\tarray[number] = pos2;\n\t\t\tarray[number2] = pos1;\n\t\t}\n\n\t\t\treturn array;\n\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tint[] intvalue = new int[3];\n\t\tintvalue[0] = first;\n\t\tintvalue[1] = second;\n\t\tintvalue[2] = third;\n\n\t\tintvalue = sort(intvalue, 0, 1);\n\t\tintvalue = sort(intvalue, 1, 2);\n\t\tintvalue = sort(intvalue, 0, 1);\n\n\t\tSystem.out.println(intvalue[0] + \" \" + intvalue[1] + \" \" + intvalue[2]);\n\n\n\n\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tint[] intvalue = new int[3];\n\t\tintvalue[0] = first;\n\t\tintvalue[1] = second;\n\t\tintvalue[2] = third;\n\n\t\tintvalue = sort(intvalue, 0, 1);\n\t\tintvalue = sort(intvalue, 1, 2);\n\t\tintvalue = sort(intvalue, 0, 1);\n\n\t\tSystem.out.println(intvalue[0] + \" \" + intvalue[1] + \" \" + intvalue[2]);\n\n\n\n\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String inputed = new String(in.readLine());",
"inputed",
"new String(in.readLine())",
"String value[] = inputed.split(\"[\\\\s]+\");",
"value",
"inputed.split(\"[\\\\s]+\")",
"inputed.split",
"inputed",
"\"[\\\\s]+\"",
"int first = Integer.parseInt(value[0]);",
"first",
"Integer.parseInt(value[0])",
"Integer.parseInt",
"Integer",
"value[0]",
"value",
"0",
"int second = Integer.parseInt(value[1]);",
"second",
"Integer.parseInt(value[1])",
"Integer.parseInt",
"Integer",
"value[1]",
"value",
"1",
"int third = Integer.parseInt(value[2]);",
"third",
"Integer.parseInt(value[2])",
"Integer.parseInt",
"Integer",
"value[2]",
"value",
"2",
"int[] intvalue = new int[3];",
"intvalue",
"new int[3]",
"3",
"intvalue[0] = first",
"intvalue[0]",
"intvalue",
"0",
"first",
"intvalue[1] = second",
"intvalue[1]",
"intvalue",
"1",
"second",
"intvalue[2] = third",
"intvalue[2]",
"intvalue",
"2",
"third",
"intvalue = sort(intvalue, 0, 1)",
"intvalue",
"sort(intvalue, 0, 1)",
"sort",
"intvalue",
"0",
"1",
"intvalue = sort(intvalue, 1, 2)",
"intvalue",
"sort(intvalue, 1, 2)",
"sort",
"intvalue",
"1",
"2",
"intvalue = sort(intvalue, 0, 1)",
"intvalue",
"sort(intvalue, 0, 1)",
"sort",
"intvalue",
"0",
"1",
"System.out.println(intvalue[0] + \" \" + intvalue[1] + \" \" + intvalue[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"intvalue[0] + \" \" + intvalue[1] + \" \" + intvalue[2]",
"\" \"",
"intvalue[1]",
"intvalue[0] + \" \" + intvalue[1] + \" \" + intvalue[2]",
"intvalue[0]",
"intvalue",
"0",
"\" \"",
"intvalue[1]",
"intvalue",
"1",
"\" \"",
"intvalue[2]",
"intvalue",
"2",
"String[] args",
"args",
"public static int[] sort(int[] array, int number, int number2) {\n\t\tif (array[number] > array[number2]) {\n\t\t\tint pos1 = array[number];\n\t\t\tint pos2 = array[number2];\n\n\t\t\tarray[number] = pos2;\n\t\t\tarray[number2] = pos1;\n\t\t}\n\n\t\t\treturn array;\n\n\n\t}",
"sort",
"{\n\t\tif (array[number] > array[number2]) {\n\t\t\tint pos1 = array[number];\n\t\t\tint pos2 = array[number2];\n\n\t\t\tarray[number] = pos2;\n\t\t\tarray[number2] = pos1;\n\t\t}\n\n\t\t\treturn array;\n\n\n\t}",
"if (array[number] > array[number2]) {\n\t\t\tint pos1 = array[number];\n\t\t\tint pos2 = array[number2];\n\n\t\t\tarray[number] = pos2;\n\t\t\tarray[number2] = pos1;\n\t\t}",
"array[number] > array[number2]",
"array[number]",
"array",
"number",
"array[number2]",
"array",
"number2",
"{\n\t\t\tint pos1 = array[number];\n\t\t\tint pos2 = array[number2];\n\n\t\t\tarray[number] = pos2;\n\t\t\tarray[number2] = pos1;\n\t\t}",
"int pos1 = array[number];",
"pos1",
"array[number]",
"array",
"number",
"int pos2 = array[number2];",
"pos2",
"array[number2]",
"array",
"number2",
"array[number] = pos2",
"array[number]",
"array",
"number",
"pos2",
"array[number2] = pos1",
"array[number2]",
"array",
"number2",
"pos1",
"return array;",
"array",
"int[] array",
"array",
"int number",
"number",
"int number2",
"number2",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tint[] intvalue = new int[3];\n\t\tintvalue[0] = first;\n\t\tintvalue[1] = second;\n\t\tintvalue[2] = third;\n\n\t\tintvalue = sort(intvalue, 0, 1);\n\t\tintvalue = sort(intvalue, 1, 2);\n\t\tintvalue = sort(intvalue, 0, 1);\n\n\t\tSystem.out.println(intvalue[0] + \" \" + intvalue[1] + \" \" + intvalue[2]);\n\n\n\n\n\t}\n\tpublic static int[] sort(int[] array, int number, int number2) {\n\t\tif (array[number] > array[number2]) {\n\t\t\tint pos1 = array[number];\n\t\t\tint pos2 = array[number2];\n\n\t\t\tarray[number] = pos2;\n\t\t\tarray[number2] = pos1;\n\t\t}\n\n\t\t\treturn array;\n\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tint[] intvalue = new int[3];\n\t\tintvalue[0] = first;\n\t\tintvalue[1] = second;\n\t\tintvalue[2] = third;\n\n\t\tintvalue = sort(intvalue, 0, 1);\n\t\tintvalue = sort(intvalue, 1, 2);\n\t\tintvalue = sort(intvalue, 0, 1);\n\n\t\tSystem.out.println(intvalue[0] + \" \" + intvalue[1] + \" \" + intvalue[2]);\n\n\n\n\n\t}\n\tpublic static int[] sort(int[] array, int number, int number2) {\n\t\tif (array[number] > array[number2]) {\n\t\t\tint pos1 = array[number];\n\t\t\tint pos2 = array[number2];\n\n\t\t\tarray[number] = pos2;\n\t\t\tarray[number2] = pos1;\n\t\t}\n\n\t\t\treturn array;\n\n\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String inputed = new String(in.readLine());
String value[] = inputed.split("[\\s]+");
//int intInputed = Integer.parseInt(inputed);
int first = Integer.parseInt(value[0]);
int second = Integer.parseInt(value[1]);
int third = Integer.parseInt(value[2]);
int[] intvalue = new int[3];
intvalue[0] = first;
intvalue[1] = second;
intvalue[2] = third;
intvalue = sort(intvalue, 0, 1);
intvalue = sort(intvalue, 1, 2);
intvalue = sort(intvalue, 0, 1);
System.out.println(intvalue[0] + " " + intvalue[1] + " " + intvalue[2]);
}
public static int[] sort(int[] array, int number, int number2) {
if (array[number] > array[number2]) {
int pos1 = array[number];
int pos2 = array[number2];
array[number] = pos2;
array[number2] = pos1;
}
return array;
}
} |
[
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,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
137,
8
],
[
137,
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
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
11,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
58,
60
],
[
54,
61
],
[
61,
62
],
[
61,
63
],
[
54,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
68,
75
],
[
75,
76
],
[
75,
77
],
[
68,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
82,
89
],
[
89,
90
],
[
89,
91
],
[
50,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
100,
101
],
[
100,
102
],
[
96,
103
],
[
103,
104
],
[
103,
105
],
[
96,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
110,
114
],
[
114,
115
],
[
114,
116
],
[
110,
117
],
[
117,
118
],
[
117,
119
],
[
11,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
120,
125
],
[
128,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
126,
132
],
[
128,
133
],
[
9,
134
],
[
134,
135
],
[
0,
136
],
[
136,
137
],
[
136,
138
]
] | [
"import static java.lang.System.out;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String...args) {\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n int c = Integer.parseInt(list[2]);\n\n int tmp = 0;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n } else if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n\n\n\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 String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n int c = Integer.parseInt(list[2]);\n\n int tmp = 0;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n } else if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n\n\n\n\n }\n\n}",
"Main",
"public static void main(String...args) {\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n int c = Integer.parseInt(list[2]);\n\n int tmp = 0;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n } else if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n\n\n\n\n }",
"main",
"{\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n int c = Integer.parseInt(list[2]);\n\n int tmp = 0;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n } else if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n\n\n\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",
"int c = Integer.parseInt(list[2]);",
"c",
"Integer.parseInt(list[2])",
"Integer.parseInt",
"Integer",
"list[2]",
"list",
"2",
"int tmp = 0;",
"tmp",
"0",
"if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n } else if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }",
"c < b",
"c",
"b",
"{\n tmp = b;\n b = c;\n c = tmp;\n\n if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n }",
"tmp = b",
"tmp",
"b",
"b = c",
"b",
"c",
"c = tmp",
"c",
"tmp",
"if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }",
"b < a",
"b",
"a",
"{\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }",
"tmp = a",
"tmp",
"a",
"a = b",
"a",
"b",
"b = tmp",
"b",
"tmp",
"if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }",
"c < b",
"c",
"b",
"{\n tmp = b;\n b = c;\n c = tmp;\n\n }",
"tmp = b",
"tmp",
"b",
"b = c",
"b",
"c",
"c = tmp",
"c",
"tmp",
"if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }",
"b < a",
"b",
"a",
"{\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }",
"tmp = a",
"tmp",
"a",
"a = b",
"a",
"b",
"b = tmp",
"b",
"tmp",
"if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }",
"c < b",
"c",
"b",
"{\n tmp = b;\n b = c;\n c = tmp;\n\n }",
"tmp = b",
"tmp",
"b",
"b = c",
"b",
"c",
"c = tmp",
"c",
"tmp",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String...args",
"args",
"public class Main {\n public static void main(String...args) {\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n int c = Integer.parseInt(list[2]);\n\n int tmp = 0;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n } else if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n\n\n\n\n }\n\n}",
"public class Main {\n public static void main(String...args) {\n String str = new Scanner(System.in).nextLine();\n String[] list = str.split(\" \");\n\n int a = Integer.parseInt(list[0]);\n int b = Integer.parseInt(list[1]);\n int c = Integer.parseInt(list[2]);\n\n int tmp = 0;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n } else if (b < a) {\n tmp = a;\n a = b;\n b = tmp;\n\n if (c < b) {\n tmp = b;\n b = c;\n c = tmp;\n\n }\n }\n\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n\n\n\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]);
int c = Integer.parseInt(list[2]);
int tmp = 0;
if (c < b) {
tmp = b;
b = c;
c = tmp;
if (b < a) {
tmp = a;
a = b;
b = tmp;
if (c < b) {
tmp = b;
b = c;
c = tmp;
}
}
} else if (b < a) {
tmp = a;
a = b;
b = tmp;
if (c < b) {
tmp = b;
b = c;
c = tmp;
}
}
System.out.println(a + " " + b + " " + c);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
0,
13,
4,
13,
41,
13,
0,
13,
4,
18,
13,
17,
41,
13,
39,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
17,
1,
40,
13,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
12,
13,
30,
41,
13,
20,
29,
4,
18,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
132,
8
],
[
132,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
11,
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
],
[
30,
31
],
[
29,
32
],
[
32,
33
],
[
32,
34
],
[
28,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
28,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
11,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
52,
53
],
[
52,
54
],
[
47,
55
],
[
55,
56
],
[
56,
57
],
[
47,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
63,
65
],
[
59,
66
],
[
66,
67
],
[
66,
68
],
[
59,
69
],
[
69,
70
],
[
70,
71
],
[
59,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
73,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
84,
86
],
[
81,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
91,
92
],
[
91,
93
],
[
81,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
11,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
107,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
106,
112
],
[
112,
113
],
[
112,
114
],
[
105,
115
],
[
107,
116
],
[
116,
117
],
[
116,
118
],
[
9,
119
],
[
119,
120
],
[
132,
121
],
[
121,
122
],
[
121,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
123,
127
],
[
127,
128
],
[
128,
129
],
[
129,
130
],
[
0,
131
],
[
131,
132
],
[
131,
133
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint[] e = { Integer.valueOf(in[0]), Integer.valueOf(in[1]), Integer.valueOf(in[2]) };\n\n\t\tfor (int i = 0; i < 2; i++)\n\t\t\tfor (int j = i + 1; j < 3; j++)\n\t\t\t\tif (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}\n\n\t\tSystem.out.println(e[0] + \" \" + e[1] + \" \" + e[2]);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint[] e = { Integer.valueOf(in[0]), Integer.valueOf(in[1]), Integer.valueOf(in[2]) };\n\n\t\tfor (int i = 0; i < 2; i++)\n\t\t\tfor (int j = i + 1; j < 3; j++)\n\t\t\t\tif (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}\n\n\t\tSystem.out.println(e[0] + \" \" + e[1] + \" \" + e[2]);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint[] e = { Integer.valueOf(in[0]), Integer.valueOf(in[1]), Integer.valueOf(in[2]) };\n\n\t\tfor (int i = 0; i < 2; i++)\n\t\t\tfor (int j = i + 1; j < 3; j++)\n\t\t\t\tif (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}\n\n\t\tSystem.out.println(e[0] + \" \" + e[1] + \" \" + e[2]);\n\n\t}",
"main",
"{\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint[] e = { Integer.valueOf(in[0]), Integer.valueOf(in[1]), Integer.valueOf(in[2]) };\n\n\t\tfor (int i = 0; i < 2; i++)\n\t\t\tfor (int j = i + 1; j < 3; j++)\n\t\t\t\tif (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}\n\n\t\tSystem.out.println(e[0] + \" \" + e[1] + \" \" + e[2]);\n\n\t}",
"String inStr;",
"inStr",
"inStr = inp()",
"inStr",
"inp()",
"inp",
"String[] in;",
"in",
"in = inStr.split(\" \")",
"in",
"inStr.split(\" \")",
"inStr.split",
"inStr",
"\" \"",
"int[] e = { Integer.valueOf(in[0]), Integer.valueOf(in[1]), Integer.valueOf(in[2]) };",
"e",
"{ Integer.valueOf(in[0]), Integer.valueOf(in[1]), Integer.valueOf(in[2]) }",
"Integer.valueOf(in[0])",
"Integer.valueOf",
"Integer",
"in[0]",
"in",
"0",
"Integer.valueOf(in[1])",
"Integer.valueOf",
"Integer",
"in[1]",
"in",
"1",
"Integer.valueOf(in[2])",
"Integer.valueOf",
"Integer",
"in[2]",
"in",
"2",
"for (int i = 0; i < 2; i++)\n\t\t\tfor (int j = i + 1; j < 3; j++)\n\t\t\t\tif (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 2",
"i",
"2",
"i++",
"i++",
"i",
"for (int j = i + 1; j < 3; j++)\n\t\t\t\tif (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}",
"for (int j = i + 1; j < 3; j++)\n\t\t\t\tif (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}",
"int j = i + 1;",
"int j = i + 1;",
"j",
"i + 1",
"i",
"1",
"j < 3",
"j",
"3",
"j++",
"j++",
"j",
"if (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}",
"if (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}",
"e[i] > e[j]",
"e[i]",
"e",
"i",
"e[j]",
"e",
"j",
"{\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}",
"int tmp = e[i];",
"tmp",
"e[i]",
"e",
"i",
"e[i] = e[j]",
"e[i]",
"e",
"i",
"e[j]",
"e",
"j",
"e[j] = tmp",
"e[j]",
"e",
"j",
"tmp",
"System.out.println(e[0] + \" \" + e[1] + \" \" + e[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"e[0] + \" \" + e[1] + \" \" + e[2]",
"\" \"",
"e[1]",
"e[0] + \" \" + e[1] + \" \" + e[2]",
"e[0]",
"e",
"0",
"\" \"",
"e[1]",
"e",
"1",
"\" \"",
"e[2]",
"e",
"2",
"String[] args",
"args",
"private static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}",
"inp",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"return br.readLine();",
"br.readLine()",
"br.readLine",
"br",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint[] e = { Integer.valueOf(in[0]), Integer.valueOf(in[1]), Integer.valueOf(in[2]) };\n\n\t\tfor (int i = 0; i < 2; i++)\n\t\t\tfor (int j = i + 1; j < 3; j++)\n\t\t\t\tif (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}\n\n\t\tSystem.out.println(e[0] + \" \" + e[1] + \" \" + e[2]);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tString inStr;\n\t\tinStr = inp();\n\t\tString[] in;\n\t\tin = inStr.split(\" \");\n\n\t\tint[] e = { Integer.valueOf(in[0]), Integer.valueOf(in[1]), Integer.valueOf(in[2]) };\n\n\t\tfor (int i = 0; i < 2; i++)\n\t\t\tfor (int j = i + 1; j < 3; j++)\n\t\t\t\tif (e[i] > e[j]) {\n\t\t\t\t\tint tmp = e[i];\n\t\t\t\t\te[i] = e[j];\n\t\t\t\t\te[j] = tmp;\n\t\t\t\t}\n\n\t\tSystem.out.println(e[0] + \" \" + e[1] + \" \" + e[2]);\n\n\t}\n\n\tprivate static String inp() throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\treturn br.readLine();\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
String inStr;
inStr = inp();
String[] in;
in = inStr.split(" ");
int[] e = { Integer.valueOf(in[0]), Integer.valueOf(in[1]), Integer.valueOf(in[2]) };
for (int i = 0; i < 2; i++)
for (int j = i + 1; j < 3; j++)
if (e[i] > e[j]) {
int tmp = e[i];
e[i] = e[j];
e[j] = tmp;
}
System.out.println(e[0] + " " + e[1] + " " + e[2]);
}
private static String inp() throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
return br.readLine();
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
17,
41,
13,
12,
13,
30,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
18,
13,
13,
14,
2,
13,
2,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
12,
13,
30,
11,
1,
41,
13,
2,
18,
13,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
0,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
18,
13,
13,
0,
18,
13,
13,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
4,
18,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
170,
5
],
[
170,
6
],
[
6,
7
],
[
6,
8
],
[
170,
10
],
[
10,
11
],
[
170,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
18,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
25,
27
],
[
18,
28
],
[
28,
29
],
[
29,
30
],
[
18,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
170,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
43,
53
],
[
53,
54
],
[
54,
55
],
[
43,
56
],
[
57,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
63,
64
],
[
63,
65
],
[
57,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
66,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
42,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
170,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
90,
99
],
[
99,
100
],
[
99,
101
],
[
90,
102
],
[
102,
103
],
[
103,
104
],
[
90,
105
],
[
106,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
112,
113
],
[
112,
114
],
[
107,
115
],
[
115,
116
],
[
116,
117
],
[
107,
118
],
[
119,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
125,
126
],
[
125,
127
],
[
127,
128
],
[
127,
129
],
[
120,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
133,
134
],
[
133,
135
],
[
135,
136
],
[
135,
137
],
[
130,
138
],
[
138,
139
],
[
139,
140
],
[
139,
141
],
[
141,
142
],
[
141,
143
],
[
138,
144
],
[
144,
145
],
[
144,
146
],
[
130,
147
],
[
147,
148
],
[
148,
149
],
[
148,
150
],
[
147,
151
],
[
170,
152
],
[
152,
153
],
[
152,
154
],
[
154,
155
],
[
155,
156
],
[
155,
157
],
[
154,
158
],
[
158,
159
],
[
159,
160
],
[
154,
161
],
[
161,
162
],
[
162,
163
],
[
154,
164
],
[
164,
165
],
[
165,
166
],
[
152,
167
],
[
167,
168
],
[
0,
169
],
[
169,
170
],
[
169,
171
]
] | [
"import java.util.Scanner;\npublic class Main{\n\tint [] data =new int[3];\n\tint hozon;\n\t\n\tpublic void Input(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<data.length;i++){\n\t\t\tdata[i]= sc.nextInt();\n\t\t}\n\t}\n\t\n\tpublic void Output(){\n\t\tfor(int n =0;n<data.length;n++){\n\t\t\tSystem.out.print(data[n]);\n\t\t\tif(n!=data.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}\n\t\n\tpublic void SortA(){\n\t\tfor(int j=data.length-1;j>=1;j--){\n\t\t\tfor(int k=0;k<j;k++){\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t\t\t\t\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.Input();\n\t\tobj.SortA();\n\t\tobj.Output();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tint [] data =new int[3];\n\tint hozon;\n\t\n\tpublic void Input(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<data.length;i++){\n\t\t\tdata[i]= sc.nextInt();\n\t\t}\n\t}\n\t\n\tpublic void Output(){\n\t\tfor(int n =0;n<data.length;n++){\n\t\t\tSystem.out.print(data[n]);\n\t\t\tif(n!=data.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}\n\t\n\tpublic void SortA(){\n\t\tfor(int j=data.length-1;j>=1;j--){\n\t\t\tfor(int k=0;k<j;k++){\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t\t\t\t\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.Input();\n\t\tobj.SortA();\n\t\tobj.Output();\n\t}\n}",
"Main",
"int [] data =new int[3];",
"data",
"new int[3]",
"3",
"int hozon;",
"hozon",
"public void Input(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<data.length;i++){\n\t\t\tdata[i]= sc.nextInt();\n\t\t}\n\t}",
"Input",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<data.length;i++){\n\t\t\tdata[i]= sc.nextInt();\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"for(int i=0;i<data.length;i++){\n\t\t\tdata[i]= sc.nextInt();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<data.length",
"i",
"data.length",
"data",
"data.length",
"i++",
"i++",
"i",
"{\n\t\t\tdata[i]= sc.nextInt();\n\t\t}",
"{\n\t\t\tdata[i]= sc.nextInt();\n\t\t}",
"data[i]= sc.nextInt()",
"data[i]",
"data",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"public void Output(){\n\t\tfor(int n =0;n<data.length;n++){\n\t\t\tSystem.out.print(data[n]);\n\t\t\tif(n!=data.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}",
"Output",
"{\n\t\tfor(int n =0;n<data.length;n++){\n\t\t\tSystem.out.print(data[n]);\n\t\t\tif(n!=data.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}",
"for(int n =0;n<data.length;n++){\n\t\t\tSystem.out.print(data[n]);\n\t\t\tif(n!=data.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"int n =0;",
"int n =0;",
"n",
"0",
"n<data.length",
"n",
"data.length",
"data",
"data.length",
"n++",
"n++",
"n",
"{\n\t\t\tSystem.out.print(data[n]);\n\t\t\tif(n!=data.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"{\n\t\t\tSystem.out.print(data[n]);\n\t\t\tif(n!=data.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"System.out.print(data[n])",
"System.out.print",
"System.out",
"System",
"System.out",
"data[n]",
"data",
"n",
"if(n!=data.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}",
"n!=data.length-1",
"n",
"data.length-1",
"data.length",
"data",
"data.length",
"1",
"{\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(\"\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"",
"public void SortA(){\n\t\tfor(int j=data.length-1;j>=1;j--){\n\t\t\tfor(int k=0;k<j;k++){\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"SortA",
"{\n\t\tfor(int j=data.length-1;j>=1;j--){\n\t\t\tfor(int k=0;k<j;k++){\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"for(int j=data.length-1;j>=1;j--){\n\t\t\tfor(int k=0;k<j;k++){\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int j=data.length-1;",
"int j=data.length-1;",
"j",
"data.length-1",
"data.length",
"data",
"data.length",
"1",
"j>=1",
"j",
"1",
"j--",
"j--",
"j",
"{\n\t\t\tfor(int k=0;k<j;k++){\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int k=0;k<j;k++){\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int k=0;k<j;k++){\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}",
"int k=0;",
"int k=0;",
"k",
"0",
"k<j",
"k",
"j",
"k++",
"k++",
"k",
"{\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}",
"if(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}",
"data[k]>data[k+1]",
"data[k]",
"data",
"k",
"data[k+1]",
"data",
"k+1",
"k",
"1",
"{\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}",
"hozon=data[k+1]",
"hozon",
"data[k+1]",
"data",
"k+1",
"k",
"1",
"data[k+1]=data[k]",
"data[k+1]",
"data",
"k+1",
"k",
"1",
"data[k]",
"data",
"k",
"data[k]=hozon",
"data[k]",
"data",
"k",
"hozon",
"public static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.Input();\n\t\tobj.SortA();\n\t\tobj.Output();\n\t}",
"main",
"{\n\t\tMain obj = new Main();\n\t\tobj.Input();\n\t\tobj.SortA();\n\t\tobj.Output();\n\t}",
"Main obj = new Main();",
"obj",
"new Main()",
"obj.Input()",
"obj.Input",
"obj",
"obj.SortA()",
"obj.SortA",
"obj",
"obj.Output()",
"obj.Output",
"obj",
"String[] args",
"args",
"public class Main{\n\tint [] data =new int[3];\n\tint hozon;\n\t\n\tpublic void Input(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<data.length;i++){\n\t\t\tdata[i]= sc.nextInt();\n\t\t}\n\t}\n\t\n\tpublic void Output(){\n\t\tfor(int n =0;n<data.length;n++){\n\t\t\tSystem.out.print(data[n]);\n\t\t\tif(n!=data.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}\n\t\n\tpublic void SortA(){\n\t\tfor(int j=data.length-1;j>=1;j--){\n\t\t\tfor(int k=0;k<j;k++){\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t\t\t\t\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.Input();\n\t\tobj.SortA();\n\t\tobj.Output();\n\t}\n}",
"public class Main{\n\tint [] data =new int[3];\n\tint hozon;\n\t\n\tpublic void Input(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tfor(int i=0;i<data.length;i++){\n\t\t\tdata[i]= sc.nextInt();\n\t\t}\n\t}\n\t\n\tpublic void Output(){\n\t\tfor(int n =0;n<data.length;n++){\n\t\t\tSystem.out.print(data[n]);\n\t\t\tif(n!=data.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}\n\t\n\tpublic void SortA(){\n\t\tfor(int j=data.length-1;j>=1;j--){\n\t\t\tfor(int k=0;k<j;k++){\n\t\t\t\tif(data[k]>data[k+1]){\n\t\t\t\t\thozon=data[k+1];\n\t\t\t\t\tdata[k+1]=data[k];\n\t\t\t\t\tdata[k]=hozon;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t\t\t\t\t\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.Input();\n\t\tobj.SortA();\n\t\tobj.Output();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
int [] data =new int[3];
int hozon;
public void Input(){
Scanner sc = new Scanner(System.in);
for(int i=0;i<data.length;i++){
data[i]= sc.nextInt();
}
}
public void Output(){
for(int n =0;n<data.length;n++){
System.out.print(data[n]);
if(n!=data.length-1){
System.out.print(" ");
}
}
System.out.println("");
}
public void SortA(){
for(int j=data.length-1;j>=1;j--){
for(int k=0;k<j;k++){
if(data[k]>data[k+1]){
hozon=data[k+1];
data[k+1]=data[k];
data[k]=hozon;
}
}
}
}
public static void main(String[] args){
Main obj = new Main();
obj.Input();
obj.SortA();
obj.Output();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
39,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
80,
14
],
[
80,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
26,
31
],
[
17,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
34,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
34,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
17,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
17,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
65,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
64,
70
],
[
70,
71
],
[
70,
72
],
[
63,
73
],
[
65,
74
],
[
74,
75
],
[
74,
76
],
[
15,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] | [
"import java.io.InputStreamReader;\nimport java.util.Arrays;\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[] intAry = {Integer.parseInt(strAry[0]), Integer.parseInt(strAry[1]), Integer.parseInt(strAry[2])};\n\t\tArrays.sort(intAry);\n\t\tSystem.out.println(intAry[0] + \" \" + intAry[1] + \" \" + intAry[2]);\n\t}\n}",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Arrays;",
"Arrays",
"java.util",
"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[] intAry = {Integer.parseInt(strAry[0]), Integer.parseInt(strAry[1]), Integer.parseInt(strAry[2])};\n\t\tArrays.sort(intAry);\n\t\tSystem.out.println(intAry[0] + \" \" + intAry[1] + \" \" + intAry[2]);\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[] intAry = {Integer.parseInt(strAry[0]), Integer.parseInt(strAry[1]), Integer.parseInt(strAry[2])};\n\t\tArrays.sort(intAry);\n\t\tSystem.out.println(intAry[0] + \" \" + intAry[1] + \" \" + intAry[2]);\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[] intAry = {Integer.parseInt(strAry[0]), Integer.parseInt(strAry[1]), Integer.parseInt(strAry[2])};\n\t\tArrays.sort(intAry);\n\t\tSystem.out.println(intAry[0] + \" \" + intAry[1] + \" \" + intAry[2]);\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[] intAry = {Integer.parseInt(strAry[0]), Integer.parseInt(strAry[1]), Integer.parseInt(strAry[2])};",
"intAry",
"{Integer.parseInt(strAry[0]), Integer.parseInt(strAry[1]), Integer.parseInt(strAry[2])}",
"Integer.parseInt(strAry[0])",
"Integer.parseInt",
"Integer",
"strAry[0]",
"strAry",
"0",
"Integer.parseInt(strAry[1])",
"Integer.parseInt",
"Integer",
"strAry[1]",
"strAry",
"1",
"Integer.parseInt(strAry[2])",
"Integer.parseInt",
"Integer",
"strAry[2]",
"strAry",
"2",
"Arrays.sort(intAry)",
"Arrays.sort",
"Arrays",
"intAry",
"System.out.println(intAry[0] + \" \" + intAry[1] + \" \" + intAry[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"intAry[0] + \" \" + intAry[1] + \" \" + intAry[2]",
"\" \"",
"intAry[1]",
"intAry[0] + \" \" + intAry[1] + \" \" + intAry[2]",
"intAry[0]",
"intAry",
"0",
"\" \"",
"intAry[1]",
"intAry",
"1",
"\" \"",
"intAry[2]",
"intAry",
"2",
"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[] intAry = {Integer.parseInt(strAry[0]), Integer.parseInt(strAry[1]), Integer.parseInt(strAry[2])};\n\t\tArrays.sort(intAry);\n\t\tSystem.out.println(intAry[0] + \" \" + intAry[1] + \" \" + intAry[2]);\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[] intAry = {Integer.parseInt(strAry[0]), Integer.parseInt(strAry[1]), Integer.parseInt(strAry[2])};\n\t\tArrays.sort(intAry);\n\t\tSystem.out.println(intAry[0] + \" \" + intAry[1] + \" \" + intAry[2]);\n\t}\n}",
"Main"
] | import java.io.InputStreamReader;
import java.util.Arrays;
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[] intAry = {Integer.parseInt(strAry[0]), Integer.parseInt(strAry[1]), Integer.parseInt(strAry[2])};
Arrays.sort(intAry);
System.out.println(intAry[0] + " " + intAry[1] + " " + intAry[2]);
}
} |
[
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,
14,
2,
2,
13,
13,
2,
13,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
145,
5
],
[
145,
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
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
27,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
48,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
46,
52
],
[
48,
53
],
[
36,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
62,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
60,
66
],
[
62,
67
],
[
27,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
73,
75
],
[
68,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
89,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
87,
93
],
[
89,
94
],
[
77,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
103,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
101,
107
],
[
103,
108
],
[
68,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
110,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
114,
119
],
[
122,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
120,
126
],
[
122,
127
],
[
110,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
128,
133
],
[
136,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
135,
139
],
[
134,
140
],
[
136,
141
],
[
6,
142
],
[
142,
143
],
[
0,
144
],
[
144,
145
],
[
144,
146
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n\tScanner s = new Scanner(System.in);\n\tint a = s.nextInt();\n\tint b = s.nextInt();\n\tint c = s.nextInt();\n\n\tif(a < b && a < c){\n\t if(b < c) System.out.println(a+\" \"+b+\" \"+c);\n\t else System.out.println(a+\" \"+c+\" \"+b);\n\t}\n\telse if(b < a && b < c){\n\t if(a < c) System.out.println(b+\" \"+a+\" \"+c);\n\t else System.out.println(b+\" \"+c+\" \"+a);\n\t}\n\telse{\n\t if(a < b) System.out.println(c+\" \"+a+\" \"+b);\n\t else System.out.println(c+\" \"+b+\" \"+a);\n\t}\n }\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n\tScanner s = new Scanner(System.in);\n\tint a = s.nextInt();\n\tint b = s.nextInt();\n\tint c = s.nextInt();\n\n\tif(a < b && a < c){\n\t if(b < c) System.out.println(a+\" \"+b+\" \"+c);\n\t else System.out.println(a+\" \"+c+\" \"+b);\n\t}\n\telse if(b < a && b < c){\n\t if(a < c) System.out.println(b+\" \"+a+\" \"+c);\n\t else System.out.println(b+\" \"+c+\" \"+a);\n\t}\n\telse{\n\t if(a < b) System.out.println(c+\" \"+a+\" \"+b);\n\t else System.out.println(c+\" \"+b+\" \"+a);\n\t}\n }\n}",
"Main",
"public static void main(String[] args){\n\tScanner s = new Scanner(System.in);\n\tint a = s.nextInt();\n\tint b = s.nextInt();\n\tint c = s.nextInt();\n\n\tif(a < b && a < c){\n\t if(b < c) System.out.println(a+\" \"+b+\" \"+c);\n\t else System.out.println(a+\" \"+c+\" \"+b);\n\t}\n\telse if(b < a && b < c){\n\t if(a < c) System.out.println(b+\" \"+a+\" \"+c);\n\t else System.out.println(b+\" \"+c+\" \"+a);\n\t}\n\telse{\n\t if(a < b) System.out.println(c+\" \"+a+\" \"+b);\n\t else System.out.println(c+\" \"+b+\" \"+a);\n\t}\n }",
"main",
"{\n\tScanner s = new Scanner(System.in);\n\tint a = s.nextInt();\n\tint b = s.nextInt();\n\tint c = s.nextInt();\n\n\tif(a < b && a < c){\n\t if(b < c) System.out.println(a+\" \"+b+\" \"+c);\n\t else System.out.println(a+\" \"+c+\" \"+b);\n\t}\n\telse if(b < a && b < c){\n\t if(a < c) System.out.println(b+\" \"+a+\" \"+c);\n\t else System.out.println(b+\" \"+c+\" \"+a);\n\t}\n\telse{\n\t if(a < b) System.out.println(c+\" \"+a+\" \"+b);\n\t else System.out.println(c+\" \"+b+\" \"+a);\n\t}\n }",
"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",
"int c = s.nextInt();",
"c",
"s.nextInt()",
"s.nextInt",
"s",
"if(a < b && a < c){\n\t if(b < c) System.out.println(a+\" \"+b+\" \"+c);\n\t else System.out.println(a+\" \"+c+\" \"+b);\n\t}\n\telse if(b < a && b < c){\n\t if(a < c) System.out.println(b+\" \"+a+\" \"+c);\n\t else System.out.println(b+\" \"+c+\" \"+a);\n\t}\n\telse{\n\t if(a < b) System.out.println(c+\" \"+a+\" \"+b);\n\t else System.out.println(c+\" \"+b+\" \"+a);\n\t}",
"a < b && a < c",
"a < b",
"a",
"b",
"a < c",
"a",
"c",
"{\n\t if(b < c) System.out.println(a+\" \"+b+\" \"+c);\n\t else System.out.println(a+\" \"+c+\" \"+b);\n\t}",
"if(b < c) System.out.println(a+\" \"+b+\" \"+c);\n\t else System.out.println(a+\" \"+c+\" \"+b);",
"b < c",
"b",
"c",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"System.out.println(a+\" \"+c+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+c+\" \"+b",
"\" \"",
"c",
"a+\" \"+c+\" \"+b",
"a",
"\" \"",
"c",
"\" \"",
"b",
"if(b < a && b < c){\n\t if(a < c) System.out.println(b+\" \"+a+\" \"+c);\n\t else System.out.println(b+\" \"+c+\" \"+a);\n\t}\n\telse{\n\t if(a < b) System.out.println(c+\" \"+a+\" \"+b);\n\t else System.out.println(c+\" \"+b+\" \"+a);\n\t}",
"b < a && b < c",
"b < a",
"b",
"a",
"b < c",
"b",
"c",
"{\n\t if(a < c) System.out.println(b+\" \"+a+\" \"+c);\n\t else System.out.println(b+\" \"+c+\" \"+a);\n\t}",
"if(a < c) System.out.println(b+\" \"+a+\" \"+c);\n\t else System.out.println(b+\" \"+c+\" \"+a);",
"a < c",
"a",
"c",
"System.out.println(b+\" \"+a+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+a+\" \"+c",
"\" \"",
"a",
"b+\" \"+a+\" \"+c",
"b",
"\" \"",
"a",
"\" \"",
"c",
"System.out.println(b+\" \"+c+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+c+\" \"+a",
"\" \"",
"c",
"b+\" \"+c+\" \"+a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"{\n\t if(a < b) System.out.println(c+\" \"+a+\" \"+b);\n\t else System.out.println(c+\" \"+b+\" \"+a);\n\t}",
"if(a < b) System.out.println(c+\" \"+a+\" \"+b);\n\t else System.out.println(c+\" \"+b+\" \"+a);",
"a < b",
"a",
"b",
"System.out.println(c+\" \"+a+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+a+\" \"+b",
"\" \"",
"a",
"c+\" \"+a+\" \"+b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"System.out.println(c+\" \"+b+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+b+\" \"+a",
"\" \"",
"b",
"c+\" \"+b+\" \"+a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n\tScanner s = new Scanner(System.in);\n\tint a = s.nextInt();\n\tint b = s.nextInt();\n\tint c = s.nextInt();\n\n\tif(a < b && a < c){\n\t if(b < c) System.out.println(a+\" \"+b+\" \"+c);\n\t else System.out.println(a+\" \"+c+\" \"+b);\n\t}\n\telse if(b < a && b < c){\n\t if(a < c) System.out.println(b+\" \"+a+\" \"+c);\n\t else System.out.println(b+\" \"+c+\" \"+a);\n\t}\n\telse{\n\t if(a < b) System.out.println(c+\" \"+a+\" \"+b);\n\t else System.out.println(c+\" \"+b+\" \"+a);\n\t}\n }\n}",
"public class Main{\n public static void main(String[] args){\n\tScanner s = new Scanner(System.in);\n\tint a = s.nextInt();\n\tint b = s.nextInt();\n\tint c = s.nextInt();\n\n\tif(a < b && a < c){\n\t if(b < c) System.out.println(a+\" \"+b+\" \"+c);\n\t else System.out.println(a+\" \"+c+\" \"+b);\n\t}\n\telse if(b < a && b < c){\n\t if(a < c) System.out.println(b+\" \"+a+\" \"+c);\n\t else System.out.println(b+\" \"+c+\" \"+a);\n\t}\n\telse{\n\t if(a < b) System.out.println(c+\" \"+a+\" \"+b);\n\t else System.out.println(c+\" \"+b+\" \"+a);\n\t}\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner s = new Scanner(System.in);
int a = s.nextInt();
int b = s.nextInt();
int c = s.nextInt();
if(a < b && a < c){
if(b < c) System.out.println(a+" "+b+" "+c);
else System.out.println(a+" "+c+" "+b);
}
else if(b < a && b < c){
if(a < c) System.out.println(b+" "+a+" "+c);
else System.out.println(b+" "+c+" "+a);
}
else{
if(a < b) System.out.println(c+" "+a+" "+b);
else System.out.println(c+" "+b+" "+a);
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
11,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
26,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
11,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
11,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
52,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
51,
57
],
[
57,
58
],
[
57,
59
],
[
50,
60
],
[
52,
61
],
[
61,
62
],
[
61,
63
],
[
9,
64
],
[
64,
65
],
[
0,
66
],
[
66,
67
],
[
66,
68
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] array = new int[3]; \n\t\tarray[0] = sc.nextInt();\n\t\tarray[1] = sc.nextInt();\n\t\tarray[2] = sc.nextInt();\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] array = new int[3]; \n\t\tarray[0] = sc.nextInt();\n\t\tarray[1] = sc.nextInt();\n\t\tarray[2] = sc.nextInt();\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] array = new int[3]; \n\t\tarray[0] = sc.nextInt();\n\t\tarray[1] = sc.nextInt();\n\t\tarray[2] = sc.nextInt();\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] array = new int[3]; \n\t\tarray[0] = sc.nextInt();\n\t\tarray[1] = sc.nextInt();\n\t\tarray[2] = sc.nextInt();\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int[] array = new int[3];",
"array",
"new int[3]",
"3",
"array[0] = sc.nextInt()",
"array[0]",
"array",
"0",
"sc.nextInt()",
"sc.nextInt",
"sc",
"array[1] = sc.nextInt()",
"array[1]",
"array",
"1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"array[2] = sc.nextInt()",
"array[2]",
"array",
"2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Arrays.sort(array)",
"Arrays.sort",
"Arrays",
"array",
"System.out.println(array[0] + \" \" + array[1] + \" \" + array[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"array[0] + \" \" + array[1] + \" \" + array[2]",
"\" \"",
"array[1]",
"array[0] + \" \" + array[1] + \" \" + array[2]",
"array[0]",
"array",
"0",
"\" \"",
"array[1]",
"array",
"1",
"\" \"",
"array[2]",
"array",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] array = new int[3]; \n\t\tarray[0] = sc.nextInt();\n\t\tarray[1] = sc.nextInt();\n\t\tarray[2] = sc.nextInt();\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] array = new int[3]; \n\t\tarray[0] = sc.nextInt();\n\t\tarray[1] = sc.nextInt();\n\t\tarray[2] = sc.nextInt();\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int[] array = new int[3];
array[0] = sc.nextInt();
array[1] = sc.nextInt();
array[2] = sc.nextInt();
Arrays.sort(array);
System.out.println(array[0] + " " + array[1] + " " + array[2]);
}
} |
[
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,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
114,
11
],
[
114,
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
],
[
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
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
14,
53
],
[
53,
54
],
[
14,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
59,
66
],
[
66,
67
],
[
66,
68
],
[
14,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
77,
79
],
[
73,
80
],
[
80,
81
],
[
80,
82
],
[
14,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
91,
92
],
[
91,
93
],
[
87,
94
],
[
94,
95
],
[
94,
96
],
[
14,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
97,
102
],
[
105,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
103,
109
],
[
105,
110
],
[
12,
111
],
[
111,
112
],
[
0,
113
],
[
113,
114
],
[
113,
115
]
] | [
"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\n BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n String input = bf.readLine();\n\n String[] strArray = input.split(\" \");\n\n int num1 = Integer.parseInt(strArray[0]);\n int num2 = Integer.parseInt(strArray[1]);\n int num3 = Integer.parseInt(strArray[2]);\n\n// ??°????????\\??????????????????????????±\n int changeBox;\n\n// num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n// num2??????num3??????????°?????????´????????°????????\\????????????\n if(num3 < num2){\n changeBox = num2;\n num2 = num3;\n num3 = changeBox;\n }\n\n// ?????????num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n System.out.println(num1 + \" \" + num2 + \" \" + num3);\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\n BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n String input = bf.readLine();\n\n String[] strArray = input.split(\" \");\n\n int num1 = Integer.parseInt(strArray[0]);\n int num2 = Integer.parseInt(strArray[1]);\n int num3 = Integer.parseInt(strArray[2]);\n\n// ??°????????\\??????????????????????????±\n int changeBox;\n\n// num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n// num2??????num3??????????°?????????´????????°????????\\????????????\n if(num3 < num2){\n changeBox = num2;\n num2 = num3;\n num3 = changeBox;\n }\n\n// ?????????num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n System.out.println(num1 + \" \" + num2 + \" \" + num3);\n\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\n BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n String input = bf.readLine();\n\n String[] strArray = input.split(\" \");\n\n int num1 = Integer.parseInt(strArray[0]);\n int num2 = Integer.parseInt(strArray[1]);\n int num3 = Integer.parseInt(strArray[2]);\n\n// ??°????????\\??????????????????????????±\n int changeBox;\n\n// num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n// num2??????num3??????????°?????????´????????°????????\\????????????\n if(num3 < num2){\n changeBox = num2;\n num2 = num3;\n num3 = changeBox;\n }\n\n// ?????????num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n System.out.println(num1 + \" \" + num2 + \" \" + num3);\n\n }",
"main",
"{\n\n BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n String input = bf.readLine();\n\n String[] strArray = input.split(\" \");\n\n int num1 = Integer.parseInt(strArray[0]);\n int num2 = Integer.parseInt(strArray[1]);\n int num3 = Integer.parseInt(strArray[2]);\n\n// ??°????????\\??????????????????????????±\n int changeBox;\n\n// num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n// num2??????num3??????????°?????????´????????°????????\\????????????\n if(num3 < num2){\n changeBox = num2;\n num2 = num3;\n num3 = changeBox;\n }\n\n// ?????????num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n System.out.println(num1 + \" \" + num2 + \" \" + num3);\n\n }",
"BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));",
"bf",
"new BufferedReader(new InputStreamReader(System.in))",
"String input = bf.readLine();",
"input",
"bf.readLine()",
"bf.readLine",
"bf",
"String[] strArray = input.split(\" \");",
"strArray",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int num1 = Integer.parseInt(strArray[0]);",
"num1",
"Integer.parseInt(strArray[0])",
"Integer.parseInt",
"Integer",
"strArray[0]",
"strArray",
"0",
"int num2 = Integer.parseInt(strArray[1]);",
"num2",
"Integer.parseInt(strArray[1])",
"Integer.parseInt",
"Integer",
"strArray[1]",
"strArray",
"1",
"int num3 = Integer.parseInt(strArray[2]);",
"num3",
"Integer.parseInt(strArray[2])",
"Integer.parseInt",
"Integer",
"strArray[2]",
"strArray",
"2",
"int changeBox;",
"changeBox",
"if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }",
"num2 < num1",
"num2",
"num1",
"{\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }",
"changeBox = num1",
"changeBox",
"num1",
"num1 = num2",
"num1",
"num2",
"num2 = changeBox",
"num2",
"changeBox",
"if(num3 < num2){\n changeBox = num2;\n num2 = num3;\n num3 = changeBox;\n }",
"num3 < num2",
"num3",
"num2",
"{\n changeBox = num2;\n num2 = num3;\n num3 = changeBox;\n }",
"changeBox = num2",
"changeBox",
"num2",
"num2 = num3",
"num2",
"num3",
"num3 = changeBox",
"num3",
"changeBox",
"if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }",
"num2 < num1",
"num2",
"num1",
"{\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }",
"changeBox = num1",
"changeBox",
"num1",
"num1 = num2",
"num1",
"num2",
"num2 = changeBox",
"num2",
"changeBox",
"System.out.println(num1 + \" \" + num2 + \" \" + num3)",
"System.out.println",
"System.out",
"System",
"System.out",
"num1 + \" \" + num2 + \" \" + num3",
"\" \"",
"num2",
"num1 + \" \" + num2 + \" \" + num3",
"num1",
"\" \"",
"num2",
"\" \"",
"num3",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n\n BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n String input = bf.readLine();\n\n String[] strArray = input.split(\" \");\n\n int num1 = Integer.parseInt(strArray[0]);\n int num2 = Integer.parseInt(strArray[1]);\n int num3 = Integer.parseInt(strArray[2]);\n\n// ??°????????\\??????????????????????????±\n int changeBox;\n\n// num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n// num2??????num3??????????°?????????´????????°????????\\????????????\n if(num3 < num2){\n changeBox = num2;\n num2 = num3;\n num3 = changeBox;\n }\n\n// ?????????num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n System.out.println(num1 + \" \" + num2 + \" \" + num3);\n\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n\n BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n String input = bf.readLine();\n\n String[] strArray = input.split(\" \");\n\n int num1 = Integer.parseInt(strArray[0]);\n int num2 = Integer.parseInt(strArray[1]);\n int num3 = Integer.parseInt(strArray[2]);\n\n// ??°????????\\??????????????????????????±\n int changeBox;\n\n// num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n// num2??????num3??????????°?????????´????????°????????\\????????????\n if(num3 < num2){\n changeBox = num2;\n num2 = num3;\n num3 = changeBox;\n }\n\n// ?????????num1??????num2??????????°?????????´????????°????????\\????????????\n if(num2 < num1){\n changeBox = num1;\n num1 = num2;\n num2 = changeBox;\n }\n\n System.out.println(num1 + \" \" + num2 + \" \" + num3);\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 bf = new BufferedReader(new InputStreamReader(System.in));
String input = bf.readLine();
String[] strArray = input.split(" ");
int num1 = Integer.parseInt(strArray[0]);
int num2 = Integer.parseInt(strArray[1]);
int num3 = Integer.parseInt(strArray[2]);
// ??°????????\??????????????????????????±
int changeBox;
// num1??????num2??????????°?????????´????????°????????\????????????
if(num2 < num1){
changeBox = num1;
num1 = num2;
num2 = changeBox;
}
// num2??????num3??????????°?????????´????????°????????\????????????
if(num3 < num2){
changeBox = num2;
num2 = num3;
num3 = changeBox;
}
// ?????????num1??????num2??????????°?????????´????????°????????\????????????
if(num2 < num1){
changeBox = num1;
num1 = num2;
num2 = changeBox;
}
System.out.println(num1 + " " + num2 + " " + num3);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
17,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
90,
5
],
[
90,
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
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
61,
68
],
[
68,
69
],
[
68,
70
],
[
8,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
80,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
78,
84
],
[
77,
85
],
[
80,
86
],
[
6,
87
],
[
87,
88
],
[
0,
89
],
[
89,
90
],
[
89,
91
]
] | [
"import java.util.Scanner;\npublic class Main{\n public static void main(String args[]){\n int n;\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n \n if(b<c){\n n = b;\n b = c;\n c = n;\n }\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n\n System.out.println(\"\"+c+\" \"+b+\" \"+a);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String args[]){\n int n;\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n \n if(b<c){\n n = b;\n b = c;\n c = n;\n }\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n\n System.out.println(\"\"+c+\" \"+b+\" \"+a);\n }\n}",
"Main",
"public static void main(String args[]){\n int n;\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n \n if(b<c){\n n = b;\n b = c;\n c = n;\n }\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n\n System.out.println(\"\"+c+\" \"+b+\" \"+a);\n }",
"main",
"{\n int n;\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n \n if(b<c){\n n = b;\n b = c;\n c = n;\n }\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n\n System.out.println(\"\"+c+\" \"+b+\" \"+a);\n }",
"int 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",
"int c = scan.nextInt();",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(a<b){\n n = a;\n a = b;\n b = n;\n }",
"a<b",
"a",
"b",
"{\n n = a;\n a = b;\n b = n;\n }",
"n = a",
"n",
"a",
"a = b",
"a",
"b",
"b = n",
"b",
"n",
"if(b<c){\n n = b;\n b = c;\n c = n;\n }",
"b<c",
"b",
"c",
"{\n n = b;\n b = c;\n c = n;\n }",
"n = b",
"n",
"b",
"b = c",
"b",
"c",
"c = n",
"c",
"n",
"if(a<b){\n n = a;\n a = b;\n b = n;\n }",
"a<b",
"a",
"b",
"{\n n = a;\n a = b;\n b = n;\n }",
"n = a",
"n",
"a",
"a = b",
"a",
"b",
"b = n",
"b",
"n",
"System.out.println(\"\"+c+\" \"+b+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"+c+\" \"+b+\" \"+a",
"\" \"",
"b",
"\" \"",
"\"\"+c+\" \"+b+\" \"+a",
"\"\"",
"c",
"\" \"",
"b",
"\" \"",
"a",
"String args[]",
"args",
"public class Main{\n public static void main(String args[]){\n int n;\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n \n if(b<c){\n n = b;\n b = c;\n c = n;\n }\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n\n System.out.println(\"\"+c+\" \"+b+\" \"+a);\n }\n}",
"public class Main{\n public static void main(String args[]){\n int n;\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n \n if(b<c){\n n = b;\n b = c;\n c = n;\n }\n \n if(a<b){\n n = a;\n a = b;\n b = n;\n }\n\n System.out.println(\"\"+c+\" \"+b+\" \"+a);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String args[]){
int n;
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
if(a<b){
n = a;
a = b;
b = n;
}
if(b<c){
n = b;
b = c;
c = n;
}
if(a<b){
n = a;
a = b;
b = n;
}
System.out.println(""+c+" "+b+" "+a);
}
}
|
[
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,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
88,
5
],
[
88,
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
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
61,
68
],
[
68,
69
],
[
68,
70
],
[
8,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
79,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
77,
83
],
[
79,
84
],
[
6,
85
],
[
85,
86
],
[
0,
87
],
[
87,
88
],
[
87,
89
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanNum = new Scanner(System.in);\n\t\tint a = scanNum.nextInt();\n\t\tint b = scanNum.nextInt();\n\t\tint c = scanNum.nextInt();\n\t\tint ch;\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tif (b>c) {\n\t\t\tch=b;\n\t\t\tb=c;\n\t\t\tc=ch;\n\t\t}\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanNum = new Scanner(System.in);\n\t\tint a = scanNum.nextInt();\n\t\tint b = scanNum.nextInt();\n\t\tint c = scanNum.nextInt();\n\t\tint ch;\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tif (b>c) {\n\t\t\tch=b;\n\t\t\tb=c;\n\t\t\tc=ch;\n\t\t}\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scanNum = new Scanner(System.in);\n\t\tint a = scanNum.nextInt();\n\t\tint b = scanNum.nextInt();\n\t\tint c = scanNum.nextInt();\n\t\tint ch;\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tif (b>c) {\n\t\t\tch=b;\n\t\t\tb=c;\n\t\t\tc=ch;\n\t\t}\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}",
"main",
"{\n\t\tScanner scanNum = new Scanner(System.in);\n\t\tint a = scanNum.nextInt();\n\t\tint b = scanNum.nextInt();\n\t\tint c = scanNum.nextInt();\n\t\tint ch;\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tif (b>c) {\n\t\t\tch=b;\n\t\t\tb=c;\n\t\t\tc=ch;\n\t\t}\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}",
"Scanner scanNum = new Scanner(System.in);",
"scanNum",
"new Scanner(System.in)",
"int a = scanNum.nextInt();",
"a",
"scanNum.nextInt()",
"scanNum.nextInt",
"scanNum",
"int b = scanNum.nextInt();",
"b",
"scanNum.nextInt()",
"scanNum.nextInt",
"scanNum",
"int c = scanNum.nextInt();",
"c",
"scanNum.nextInt()",
"scanNum.nextInt",
"scanNum",
"int ch;",
"ch",
"if (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}",
"ch=a",
"ch",
"a",
"a=b",
"a",
"b",
"b=ch",
"b",
"ch",
"if (b>c) {\n\t\t\tch=b;\n\t\t\tb=c;\n\t\t\tc=ch;\n\t\t}",
"b>c",
"b",
"c",
"{\n\t\t\tch=b;\n\t\t\tb=c;\n\t\t\tc=ch;\n\t\t}",
"ch=b",
"ch",
"b",
"b=c",
"b",
"c",
"c=ch",
"c",
"ch",
"if (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}",
"ch=a",
"ch",
"a",
"a=b",
"a",
"b",
"b=ch",
"b",
"ch",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanNum = new Scanner(System.in);\n\t\tint a = scanNum.nextInt();\n\t\tint b = scanNum.nextInt();\n\t\tint c = scanNum.nextInt();\n\t\tint ch;\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tif (b>c) {\n\t\t\tch=b;\n\t\t\tb=c;\n\t\t\tc=ch;\n\t\t}\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanNum = new Scanner(System.in);\n\t\tint a = scanNum.nextInt();\n\t\tint b = scanNum.nextInt();\n\t\tint c = scanNum.nextInt();\n\t\tint ch;\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tif (b>c) {\n\t\t\tch=b;\n\t\t\tb=c;\n\t\t\tc=ch;\n\t\t}\n\t\tif (a>b) {\n\t\t\tch=a;\n\t\t\ta=b;\n\t\t\tb=ch;\n\t\t}\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanNum = new Scanner(System.in);
int a = scanNum.nextInt();
int b = scanNum.nextInt();
int c = scanNum.nextInt();
int ch;
if (a>b) {
ch=a;
a=b;
b=ch;
}
if (b>c) {
ch=b;
b=c;
c=ch;
}
if (a>b) {
ch=a;
a=b;
b=ch;
}
System.out.println(a+" "+b+" "+c);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
14,
2,
13,
13,
30,
29,
41,
13,
18,
13,
2,
2,
13,
13,
17,
41,
13,
13,
41,
13,
13,
41,
13,
42,
2,
13,
13,
30,
42,
2,
18,
13,
13,
13,
30,
40,
13,
42,
2,
18,
13,
13,
13,
30,
40,
13,
14,
2,
13,
13,
30,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
40,
13,
40,
13,
4,
13,
13,
13,
13,
4,
13,
13,
13,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
14,
2,
13,
2,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
18,
13,
13,
30,
4,
18,
18,
13,
13,
2,
18,
13,
13,
17,
23,
13,
12,
13,
30,
41,
13,
20,
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,
4,
13,
13,
17,
2,
18,
13,
13,
17,
4,
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
],
[
217,
11
],
[
217,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
15,
19
],
[
19,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
14,
30
],
[
30,
31
],
[
30,
32
],
[
14,
33
],
[
33,
34
],
[
33,
35
],
[
14,
36
],
[
36,
37
],
[
14,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
43,
49
],
[
49,
50
],
[
50,
51
],
[
42,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
52,
58
],
[
58,
59
],
[
59,
60
],
[
42,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
65,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
75,
77
],
[
65,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
65,
83
],
[
83,
84
],
[
65,
85
],
[
85,
86
],
[
14,
87
],
[
87,
88
],
[
87,
89
],
[
87,
90
],
[
87,
91
],
[
14,
92
],
[
92,
93
],
[
92,
94
],
[
92,
95
],
[
92,
96
],
[
12,
97
],
[
97,
98
],
[
12,
99
],
[
99,
100
],
[
12,
101
],
[
101,
102
],
[
217,
103
],
[
103,
104
],
[
103,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
106,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
113,
115
],
[
106,
116
],
[
116,
117
],
[
117,
118
],
[
106,
119
],
[
120,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
121,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
130,
135
],
[
135,
136
],
[
135,
137
],
[
121,
138
],
[
138,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
139,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
144,
148
],
[
103,
149
],
[
149,
150
],
[
217,
151
],
[
151,
152
],
[
151,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
153,
157
],
[
157,
158
],
[
157,
159
],
[
153,
160
],
[
160,
161
],
[
160,
162
],
[
162,
163
],
[
163,
164
],
[
153,
165
],
[
165,
166
],
[
165,
167
],
[
167,
168
],
[
168,
169
],
[
167,
170
],
[
153,
171
],
[
171,
172
],
[
171,
173
],
[
174,
175
],
[
174,
176
],
[
153,
177
],
[
177,
178
],
[
178,
179
],
[
179,
180
],
[
179,
181
],
[
177,
182
],
[
182,
183
],
[
182,
184
],
[
184,
185
],
[
184,
186
],
[
177,
187
],
[
187,
188
],
[
188,
189
],
[
177,
190
],
[
191,
191
],
[
191,
192
],
[
192,
193
],
[
193,
194
],
[
193,
195
],
[
192,
196
],
[
196,
197
],
[
197,
198
],
[
196,
199
],
[
199,
200
],
[
199,
201
],
[
153,
202
],
[
202,
203
],
[
202,
204
],
[
202,
205
],
[
202,
206
],
[
206,
207
],
[
207,
208
],
[
207,
209
],
[
206,
210
],
[
153,
211
],
[
211,
212
],
[
211,
213
],
[
151,
214
],
[
214,
215
],
[
0,
216
],
[
216,
217
],
[
216,
218
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\t// ??????d???left??????right?????§???????????????????????????????????????????????????\n\tstatic void quick_sort(int[] d, int left, int right) {\n\t\tif (left >= right) {\n\t\t\treturn;\n\t\t}\n\t\tint p = d[(left + right) / 2];\n\t\tint l = left, r = right, tmp;\n\t\twhile (l <= r) {\n\t\t\twhile (d[l] < p) {\n\t\t\t\tl++;\n\t\t\t}\n\t\t\twhile (d[r] > p) {\n\t\t\t\tr--;\n\t\t\t}\n\t\t\tif (l <= r) {\n\t\t\t\ttmp = d[l];\n\t\t\t\td[l] = d[r];\n\t\t\t\td[r] = tmp;\n\t\t\t\tl++;\n\t\t\t\tr--;\n\t\t\t}\n\t\t}\n\t\tquick_sort(d, left, r); // ???????????????????????´????????????????????????\n\t\tquick_sort(d, l, right); // ???????????????????????´????????????????????????\n\t}\n\n\t// ?????????????????????????????¨?????????\n\tstatic void print_data(int[] d) {\n\t\tfor (int i = 0; i < d.length; i++){\n\t\t\tif(i==d.length-1){\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}\n\t\t}\n//\t\tSystem.out.println();\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// int[] data = {5, 10, 3, 7, 8, 1, 9, 2};\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\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\tfor(int i=0;i<inputData.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\n//\t\tprint_data(data);\n\t\tquick_sort(data, 0, data.length - 1);\n\t\tprint_data(data);\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\t// ??????d???left??????right?????§???????????????????????????????????????????????????\n\tstatic void quick_sort(int[] d, int left, int right) {\n\t\tif (left >= right) {\n\t\t\treturn;\n\t\t}\n\t\tint p = d[(left + right) / 2];\n\t\tint l = left, r = right, tmp;\n\t\twhile (l <= r) {\n\t\t\twhile (d[l] < p) {\n\t\t\t\tl++;\n\t\t\t}\n\t\t\twhile (d[r] > p) {\n\t\t\t\tr--;\n\t\t\t}\n\t\t\tif (l <= r) {\n\t\t\t\ttmp = d[l];\n\t\t\t\td[l] = d[r];\n\t\t\t\td[r] = tmp;\n\t\t\t\tl++;\n\t\t\t\tr--;\n\t\t\t}\n\t\t}\n\t\tquick_sort(d, left, r); // ???????????????????????´????????????????????????\n\t\tquick_sort(d, l, right); // ???????????????????????´????????????????????????\n\t}\n\n\t// ?????????????????????????????¨?????????\n\tstatic void print_data(int[] d) {\n\t\tfor (int i = 0; i < d.length; i++){\n\t\t\tif(i==d.length-1){\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}\n\t\t}\n//\t\tSystem.out.println();\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// int[] data = {5, 10, 3, 7, 8, 1, 9, 2};\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\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\tfor(int i=0;i<inputData.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\n//\t\tprint_data(data);\n\t\tquick_sort(data, 0, data.length - 1);\n\t\tprint_data(data);\n\t}\n}",
"Main",
"// ??????d???left??????right?????§???????????????????????????????????????????????????\n\tstatic void quick_sort(int[] d, int left, int right) {\n\t\tif (left >= right) {\n\t\t\treturn;\n\t\t}\n\t\tint p = d[(left + right) / 2];\n\t\tint l = left, r = right, tmp;\n\t\twhile (l <= r) {\n\t\t\twhile (d[l] < p) {\n\t\t\t\tl++;\n\t\t\t}\n\t\t\twhile (d[r] > p) {\n\t\t\t\tr--;\n\t\t\t}\n\t\t\tif (l <= r) {\n\t\t\t\ttmp = d[l];\n\t\t\t\td[l] = d[r];\n\t\t\t\td[r] = tmp;\n\t\t\t\tl++;\n\t\t\t\tr--;\n\t\t\t}\n\t\t}\n\t\tquick_sort(d, left, r); // ???????????????????????´????????????????????????\n\t\tquick_sort(d, l, right); // ???????????????????????´????????????????????????\n\t}",
"quick_sort",
"{\n\t\tif (left >= right) {\n\t\t\treturn;\n\t\t}\n\t\tint p = d[(left + right) / 2];\n\t\tint l = left, r = right, tmp;\n\t\twhile (l <= r) {\n\t\t\twhile (d[l] < p) {\n\t\t\t\tl++;\n\t\t\t}\n\t\t\twhile (d[r] > p) {\n\t\t\t\tr--;\n\t\t\t}\n\t\t\tif (l <= r) {\n\t\t\t\ttmp = d[l];\n\t\t\t\td[l] = d[r];\n\t\t\t\td[r] = tmp;\n\t\t\t\tl++;\n\t\t\t\tr--;\n\t\t\t}\n\t\t}\n\t\tquick_sort(d, left, r); // ???????????????????????´????????????????????????\n\t\tquick_sort(d, l, right); // ???????????????????????´????????????????????????\n\t}",
"if (left >= right) {\n\t\t\treturn;\n\t\t}",
"left >= right",
"left",
"right",
"{\n\t\t\treturn;\n\t\t}",
"return;",
"int p = d[(left + right) / 2];",
"p",
"d[(left + right) / 2]",
"d",
"(left + right) / 2",
"(left + right)",
"left",
"right",
"2",
"int l = left",
"l",
"left",
"r = right",
"r",
"right",
"tmp;",
"tmp",
"while (l <= r) {\n\t\t\twhile (d[l] < p) {\n\t\t\t\tl++;\n\t\t\t}\n\t\t\twhile (d[r] > p) {\n\t\t\t\tr--;\n\t\t\t}\n\t\t\tif (l <= r) {\n\t\t\t\ttmp = d[l];\n\t\t\t\td[l] = d[r];\n\t\t\t\td[r] = tmp;\n\t\t\t\tl++;\n\t\t\t\tr--;\n\t\t\t}\n\t\t}",
"l <= r",
"l",
"r",
"{\n\t\t\twhile (d[l] < p) {\n\t\t\t\tl++;\n\t\t\t}\n\t\t\twhile (d[r] > p) {\n\t\t\t\tr--;\n\t\t\t}\n\t\t\tif (l <= r) {\n\t\t\t\ttmp = d[l];\n\t\t\t\td[l] = d[r];\n\t\t\t\td[r] = tmp;\n\t\t\t\tl++;\n\t\t\t\tr--;\n\t\t\t}\n\t\t}",
"while (d[l] < p) {\n\t\t\t\tl++;\n\t\t\t}",
"d[l] < p",
"d[l]",
"d",
"l",
"p",
"{\n\t\t\t\tl++;\n\t\t\t}",
"l++",
"l",
"while (d[r] > p) {\n\t\t\t\tr--;\n\t\t\t}",
"d[r] > p",
"d[r]",
"d",
"r",
"p",
"{\n\t\t\t\tr--;\n\t\t\t}",
"r--",
"r",
"if (l <= r) {\n\t\t\t\ttmp = d[l];\n\t\t\t\td[l] = d[r];\n\t\t\t\td[r] = tmp;\n\t\t\t\tl++;\n\t\t\t\tr--;\n\t\t\t}",
"l <= r",
"l",
"r",
"{\n\t\t\t\ttmp = d[l];\n\t\t\t\td[l] = d[r];\n\t\t\t\td[r] = tmp;\n\t\t\t\tl++;\n\t\t\t\tr--;\n\t\t\t}",
"tmp = d[l]",
"tmp",
"d[l]",
"d",
"l",
"d[l] = d[r]",
"d[l]",
"d",
"l",
"d[r]",
"d",
"r",
"d[r] = tmp",
"d[r]",
"d",
"r",
"tmp",
"l++",
"l",
"r--",
"r",
"quick_sort(d, left, r)",
"quick_sort",
"d",
"left",
"r",
"quick_sort(d, l, right)",
"quick_sort",
"d",
"l",
"right",
"int[] d",
"d",
"int left",
"left",
"int right",
"right",
"// ?????????????????????????????¨?????????\n\tstatic void print_data(int[] d) {\n\t\tfor (int i = 0; i < d.length; i++){\n\t\t\tif(i==d.length-1){\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}\n\t\t}\n//\t\tSystem.out.println();\n\t}",
"print_data",
"{\n\t\tfor (int i = 0; i < d.length; i++){\n\t\t\tif(i==d.length-1){\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}\n\t\t}\n//\t\tSystem.out.println();\n\t}",
"for (int i = 0; i < d.length; i++){\n\t\t\tif(i==d.length-1){\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < d.length",
"i",
"d.length",
"d",
"d.length",
"i++",
"i++",
"i",
"{\n\t\t\tif(i==d.length-1){\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(i==d.length-1){\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}\n\t\t}",
"if(i==d.length-1){\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}",
"i==d.length-1",
"i",
"d.length-1",
"d.length",
"d",
"d.length",
"1",
"{\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}",
"System.out.println(d[i])",
"System.out.println",
"System.out",
"System",
"System.out",
"d[i]",
"d",
"i",
"{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}",
"System.out.print(d[i] + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d[i] + \" \"",
"d[i]",
"d",
"i",
"\" \"",
"int[] d",
"d",
"public static void main(String[] args) throws IOException {\n\t\t// int[] data = {5, 10, 3, 7, 8, 1, 9, 2};\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\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\tfor(int i=0;i<inputData.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\n//\t\tprint_data(data);\n\t\tquick_sort(data, 0, data.length - 1);\n\t\tprint_data(data);\n\t}",
"main",
"{\n\t\t// int[] data = {5, 10, 3, 7, 8, 1, 9, 2};\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\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\tfor(int i=0;i<inputData.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\n//\t\tprint_data(data);\n\t\tquick_sort(data, 0, data.length - 1);\n\t\tprint_data(data);\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",
"String[] inputData = str.split(\" \");",
"inputData",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int data[] = new int[inputData.length];",
"data",
"new int[inputData.length]",
"inputData.length",
"inputData",
"inputData.length",
"for(int i=0;i<inputData.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<inputData.length",
"i",
"inputData.length",
"inputData",
"inputData.length",
"i++",
"i++",
"i",
"{\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}",
"{\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}",
"data[i] = Integer.parseInt(inputData[i])",
"data[i]",
"data",
"i",
"Integer.parseInt(inputData[i])",
"Integer.parseInt",
"Integer",
"inputData[i]",
"inputData",
"i",
"quick_sort(data, 0, data.length - 1)",
"quick_sort",
"data",
"0",
"data.length - 1",
"data.length",
"data",
"data.length",
"1",
"print_data(data)",
"print_data",
"data",
"String[] args",
"args",
"public class Main {\n\t// ??????d???left??????right?????§???????????????????????????????????????????????????\n\tstatic void quick_sort(int[] d, int left, int right) {\n\t\tif (left >= right) {\n\t\t\treturn;\n\t\t}\n\t\tint p = d[(left + right) / 2];\n\t\tint l = left, r = right, tmp;\n\t\twhile (l <= r) {\n\t\t\twhile (d[l] < p) {\n\t\t\t\tl++;\n\t\t\t}\n\t\t\twhile (d[r] > p) {\n\t\t\t\tr--;\n\t\t\t}\n\t\t\tif (l <= r) {\n\t\t\t\ttmp = d[l];\n\t\t\t\td[l] = d[r];\n\t\t\t\td[r] = tmp;\n\t\t\t\tl++;\n\t\t\t\tr--;\n\t\t\t}\n\t\t}\n\t\tquick_sort(d, left, r); // ???????????????????????´????????????????????????\n\t\tquick_sort(d, l, right); // ???????????????????????´????????????????????????\n\t}\n\n\t// ?????????????????????????????¨?????????\n\tstatic void print_data(int[] d) {\n\t\tfor (int i = 0; i < d.length; i++){\n\t\t\tif(i==d.length-1){\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}\n\t\t}\n//\t\tSystem.out.println();\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// int[] data = {5, 10, 3, 7, 8, 1, 9, 2};\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\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\tfor(int i=0;i<inputData.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\n//\t\tprint_data(data);\n\t\tquick_sort(data, 0, data.length - 1);\n\t\tprint_data(data);\n\t}\n}",
"public class Main {\n\t// ??????d???left??????right?????§???????????????????????????????????????????????????\n\tstatic void quick_sort(int[] d, int left, int right) {\n\t\tif (left >= right) {\n\t\t\treturn;\n\t\t}\n\t\tint p = d[(left + right) / 2];\n\t\tint l = left, r = right, tmp;\n\t\twhile (l <= r) {\n\t\t\twhile (d[l] < p) {\n\t\t\t\tl++;\n\t\t\t}\n\t\t\twhile (d[r] > p) {\n\t\t\t\tr--;\n\t\t\t}\n\t\t\tif (l <= r) {\n\t\t\t\ttmp = d[l];\n\t\t\t\td[l] = d[r];\n\t\t\t\td[r] = tmp;\n\t\t\t\tl++;\n\t\t\t\tr--;\n\t\t\t}\n\t\t}\n\t\tquick_sort(d, left, r); // ???????????????????????´????????????????????????\n\t\tquick_sort(d, l, right); // ???????????????????????´????????????????????????\n\t}\n\n\t// ?????????????????????????????¨?????????\n\tstatic void print_data(int[] d) {\n\t\tfor (int i = 0; i < d.length; i++){\n\t\t\tif(i==d.length-1){\n\t\t\t\tSystem.out.println(d[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(d[i] + \" \");\n\t\t\t}\n\t\t}\n//\t\tSystem.out.println();\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// int[] data = {5, 10, 3, 7, 8, 1, 9, 2};\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\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\tfor(int i=0;i<inputData.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\n//\t\tprint_data(data);\n\t\tquick_sort(data, 0, data.length - 1);\n\t\tprint_data(data);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
// ??????d???left??????right?????§???????????????????????????????????????????????????
static void quick_sort(int[] d, int left, int right) {
if (left >= right) {
return;
}
int p = d[(left + right) / 2];
int l = left, r = right, tmp;
while (l <= r) {
while (d[l] < p) {
l++;
}
while (d[r] > p) {
r--;
}
if (l <= r) {
tmp = d[l];
d[l] = d[r];
d[r] = tmp;
l++;
r--;
}
}
quick_sort(d, left, r); // ???????????????????????´????????????????????????
quick_sort(d, l, right); // ???????????????????????´????????????????????????
}
// ?????????????????????????????¨?????????
static void print_data(int[] d) {
for (int i = 0; i < d.length; i++){
if(i==d.length-1){
System.out.println(d[i]);
}else{
System.out.print(d[i] + " ");
}
}
// System.out.println();
}
public static void main(String[] args) throws IOException {
// int[] data = {5, 10, 3, 7, 8, 1, 9, 2};
InputStreamReader is = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(is);
String str = br.readLine();
String[] inputData = str.split(" ");
int data[] = new int[inputData.length];
for(int i=0;i<inputData.length;i++){
data[i] = Integer.parseInt(inputData[i]);
}
// print_data(data);
quick_sort(data, 0, data.length - 1);
print_data(data);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
101,
20
],
[
101,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
23,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
23,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
23,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
46,
53
],
[
53,
54
],
[
53,
55
],
[
23,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
60,
67
],
[
67,
68
],
[
67,
69
],
[
23,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
74,
81
],
[
81,
82
],
[
81,
83
],
[
23,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
92,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
90,
96
],
[
92,
97
],
[
21,
98
],
[
98,
99
],
[
0,
100
],
[
100,
101
],
[
100,
102
]
] | [
"import java.io.File;\nimport java.io.IOException;\nimport java.util.ArrayDeque;\nimport java.util.ArrayList;\nimport java.util.Deque;\nimport java.util.Scanner;\n \n/*\n * メモ\n * Scanner:nextは空白か改行までの単語\n * String[][] c = new String[h][w];\n * TemplateMain,\"template_input.txt\"\n * 0.5 == 1.0/2\n * Integer.valueOf(char)はダメ、(String)\n */\n \npublic class Main {\n \n\tpublic static void main(String[] args) throws IOException {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif(a > b){\n\t\t\tint d = b;\n\t\t\tb = a;\n\t\t\ta = d;\n\t\t}\n\t\tif(a > c){\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif(b > c){\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\n\t}\n}",
"import java.io.File;",
"File",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.ArrayDeque;",
"ArrayDeque",
"java.util",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Deque;",
"Deque",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n \n\tpublic static void main(String[] args) throws IOException {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif(a > b){\n\t\t\tint d = b;\n\t\t\tb = a;\n\t\t\ta = d;\n\t\t}\n\t\tif(a > c){\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif(b > c){\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif(a > b){\n\t\t\tint d = b;\n\t\t\tb = a;\n\t\t\ta = d;\n\t\t}\n\t\tif(a > c){\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif(b > c){\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\n\t}",
"main",
"{\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif(a > b){\n\t\t\tint d = b;\n\t\t\tb = a;\n\t\t\ta = d;\n\t\t}\n\t\tif(a > c){\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif(b > c){\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a > b){\n\t\t\tint d = b;\n\t\t\tb = a;\n\t\t\ta = d;\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tint d = b;\n\t\t\tb = a;\n\t\t\ta = d;\n\t\t}",
"int d = b;",
"d",
"b",
"b = a",
"b",
"a",
"a = d",
"a",
"d",
"if(a > c){\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}",
"a > c",
"a",
"c",
"{\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}",
"int d = a;",
"d",
"a",
"a = c",
"a",
"c",
"c = d",
"c",
"d",
"if(b > c){\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}",
"int d = b;",
"d",
"b",
"b = c",
"b",
"c",
"c = d",
"c",
"d",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String[] args",
"args",
"public class Main {\n \n\tpublic static void main(String[] args) throws IOException {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif(a > b){\n\t\t\tint d = b;\n\t\t\tb = a;\n\t\t\ta = d;\n\t\t}\n\t\tif(a > c){\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif(b > c){\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\n\t}\n}",
"public class Main {\n \n\tpublic static void main(String[] args) throws IOException {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif(a > b){\n\t\t\tint d = b;\n\t\t\tb = a;\n\t\t\ta = d;\n\t\t}\n\t\tif(a > c){\n\t\t\tint d = a;\n\t\t\ta = c;\n\t\t\tc = d;\n\t\t}\n\t\tif(b > c){\n\t\t\tint d = b;\n\t\t\tb = c;\n\t\t\tc = d;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\n\t}\n}",
"Main"
] | import java.io.File;
import java.io.IOException;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Deque;
import java.util.Scanner;
/*
* メモ
* Scanner:nextは空白か改行までの単語
* String[][] c = new String[h][w];
* TemplateMain,"template_input.txt"
* 0.5 == 1.0/2
* Integer.valueOf(char)はダメ、(String)
*/
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();
int c = sc.nextInt();
if(a > b){
int d = b;
b = a;
a = d;
}
if(a > c){
int d = a;
a = c;
c = d;
}
if(b > c){
int d = b;
b = c;
c = d;
}
System.out.println(a + " " + b + " " + c);
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
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
],
[
4,
12
],
[
12,
13
],
[
4,
14
],
[
14,
15
],
[
4,
16
],
[
16,
17
],
[
4,
18
],
[
18,
19
],
[
4,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
22,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
22,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
64,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
62,
68
],
[
64,
69
],
[
51,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
79,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
77,
83
],
[
79,
84
],
[
46,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
94,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
92,
98
],
[
94,
99
],
[
41,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
111,
116
],
[
119,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
117,
123
],
[
119,
124
],
[
106,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
126,
131
],
[
134,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
132,
138
],
[
134,
139
],
[
101,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
141,
146
],
[
149,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
148,
152
],
[
147,
153
],
[
149,
154
],
[
4,
155
],
[
155,
156
],
[
155,
157
],
[
157,
158
],
[
158,
159
],
[
159,
160
],
[
155,
161
],
[
161,
162
]
] | [
"import java.util.Scanner;\nclass Main{\n int a,b,c,d,e,f,g;\n public void Germany() {\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n if(a<b){\n \tif(a<c){\n \t\tif(b<c){\n \t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n \t\t}else{\n \t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + a + \" \" + b);\n \t}\n }else{\n \tif(b<c){\n \t\tif(a<c){\n \t\t\tSystem.out.println(b + \" \" + a + \" \" + b);\n \t\t}else{\n \t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + b + \" \" + a);\n \t}\n }\n \t}\n \n public static void main(String[] args) {\n new Main().Germany();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n int a,b,c,d,e,f,g;\n public void Germany() {\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n if(a<b){\n \tif(a<c){\n \t\tif(b<c){\n \t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n \t\t}else{\n \t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + a + \" \" + b);\n \t}\n }else{\n \tif(b<c){\n \t\tif(a<c){\n \t\t\tSystem.out.println(b + \" \" + a + \" \" + b);\n \t\t}else{\n \t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + b + \" \" + a);\n \t}\n }\n \t}\n \n public static void main(String[] args) {\n new Main().Germany();\n }\n}",
"Main",
"int a",
"a",
"b",
"b",
"c",
"c",
"d",
"d",
"e",
"e",
"f",
"f",
"g;",
"g",
"public void Germany() {\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n if(a<b){\n \tif(a<c){\n \t\tif(b<c){\n \t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n \t\t}else{\n \t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + a + \" \" + b);\n \t}\n }else{\n \tif(b<c){\n \t\tif(a<c){\n \t\t\tSystem.out.println(b + \" \" + a + \" \" + b);\n \t\t}else{\n \t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + b + \" \" + a);\n \t}\n }\n \t}",
"Germany",
"{\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n if(a<b){\n \tif(a<c){\n \t\tif(b<c){\n \t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n \t\t}else{\n \t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + a + \" \" + b);\n \t}\n }else{\n \tif(b<c){\n \t\tif(a<c){\n \t\t\tSystem.out.println(b + \" \" + a + \" \" + b);\n \t\t}else{\n \t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + b + \" \" + a);\n \t}\n }\n \t}",
"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",
"c = sc.nextInt()",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<b){\n \tif(a<c){\n \t\tif(b<c){\n \t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n \t\t}else{\n \t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + a + \" \" + b);\n \t}\n }else{\n \tif(b<c){\n \t\tif(a<c){\n \t\t\tSystem.out.println(b + \" \" + a + \" \" + b);\n \t\t}else{\n \t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + b + \" \" + a);\n \t}\n }",
"a<b",
"a",
"b",
"{\n \tif(a<c){\n \t\tif(b<c){\n \t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n \t\t}else{\n \t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + a + \" \" + b);\n \t}\n }",
"if(a<c){\n \t\tif(b<c){\n \t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n \t\t}else{\n \t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + a + \" \" + b);\n \t}",
"a<c",
"a",
"c",
"{\n \t\tif(b<c){\n \t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n \t\t}else{\n \t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n \t\t}\n \t}",
"if(b<c){\n \t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n \t\t}else{\n \t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n \t\t}",
"b<c",
"b",
"c",
"{\n \t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n \t\t}",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"{\n \t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n \t\t}",
"System.out.println(a + \" \" + c + \" \" + b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + c + \" \" + b",
"\" \"",
"c",
"a + \" \" + c + \" \" + b",
"a",
"\" \"",
"c",
"\" \"",
"b",
"{\n \t\tSystem.out.println(c + \" \" + a + \" \" + b);\n \t}",
"System.out.println(c + \" \" + a + \" \" + b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + a + \" \" + b",
"\" \"",
"a",
"c + \" \" + a + \" \" + b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"{\n \tif(b<c){\n \t\tif(a<c){\n \t\t\tSystem.out.println(b + \" \" + a + \" \" + b);\n \t\t}else{\n \t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + b + \" \" + a);\n \t}\n }",
"if(b<c){\n \t\tif(a<c){\n \t\t\tSystem.out.println(b + \" \" + a + \" \" + b);\n \t\t}else{\n \t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n \t\t}\n \t}else{\n \t\tSystem.out.println(c + \" \" + b + \" \" + a);\n \t}",
"b<c",
"b",
"c",
"{\n \t\tif(a<c){\n \t\t\tSystem.out.println(b + \" \" + a + \" \" + b);\n \t\t}else{\n \t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n \t\t}\n \t}",
"if(a<c){\n \t\t\tSystem.out.println(b + \" \" + a + \" \" + b);\n \t\t}else{\n \t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n \t\t}",
"a<c",
"a",
"c",
"{\n \t\t\tSystem.out.println(b + \" \" + a + \" \" + b);\n \t\t}",
"System.out.println(b + \" \" + a + \" \" + b)",
"System.out.println",
"System.out",
"System",
"System.out",
"b + \" \" + a + \" \" + b",
"\" \"",
"a",
"b + \" \" + a + \" \" + b",
"b",
"\" \"",
"a",
"\" \"",
"b",
"{\n \t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n \t\t}",
"System.out.println(b + \" \" + c + \" \" + a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b + \" \" + c + \" \" + a",
"\" \"",
"c",
"b + \" \" + c + \" \" + a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"{\n \t\tSystem.out.println(c + \" \" + b + \" \" + a);\n \t}",
"System.out.println(c + \" \" + b + \" \" + a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + b + \" \" + a",
"\" \"",
"b",
"c + \" \" + b + \" \" + a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"public static void main(String[] args) {\n new Main().Germany();\n }",
"main",
"{\n new Main().Germany();\n }",
"new Main().Germany()",
"new Main().Germany",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
int a,b,c,d,e,f,g;
public void Germany() {
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
if(a<b){
if(a<c){
if(b<c){
System.out.println(a + " " + b + " " + c);
}else{
System.out.println(a + " " + c + " " + b);
}
}else{
System.out.println(c + " " + a + " " + b);
}
}else{
if(b<c){
if(a<c){
System.out.println(b + " " + a + " " + b);
}else{
System.out.println(b + " " + c + " " + a);
}
}else{
System.out.println(c + " " + b + " " + a);
}
}
}
public static void main(String[] args) {
new Main().Germany();
}
} |
[
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,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
104,
5
],
[
104,
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
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
49,
56
],
[
56,
57
],
[
56,
58
],
[
8,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
67,
69
],
[
63,
70
],
[
70,
71
],
[
70,
72
],
[
8,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
81,
83
],
[
77,
84
],
[
84,
85
],
[
84,
86
],
[
8,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
95,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
93,
99
],
[
95,
100
],
[
6,
101
],
[
101,
102
],
[
0,
103
],
[
103,
104
],
[
103,
105
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\n\t\tif (bi > ci){\n\t\t\tint z = bi;\n\t\t\tbi = ci;\n\t\t\tci = z;\n\t\t}\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\t\t\n\t\tSystem.out.println(ai + \" \" + bi + \" \" + ci);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\n\t\tif (bi > ci){\n\t\t\tint z = bi;\n\t\t\tbi = ci;\n\t\t\tci = z;\n\t\t}\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\t\t\n\t\tSystem.out.println(ai + \" \" + bi + \" \" + ci);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\n\t\tif (bi > ci){\n\t\t\tint z = bi;\n\t\t\tbi = ci;\n\t\t\tci = z;\n\t\t}\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\t\t\n\t\tSystem.out.println(ai + \" \" + bi + \" \" + ci);\n\t}",
"main",
"{\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\n\t\tif (bi > ci){\n\t\t\tint z = bi;\n\t\t\tbi = ci;\n\t\t\tci = z;\n\t\t}\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\t\t\n\t\tSystem.out.println(ai + \" \" + bi + \" \" + ci);\n\t}",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"String a = input.next();",
"a",
"input.next()",
"input.next",
"input",
"String b = input.next();",
"b",
"input.next()",
"input.next",
"input",
"String c = input.next();",
"c",
"input.next()",
"input.next",
"input",
"int ai = Integer.parseInt(a);",
"ai",
"Integer.parseInt(a)",
"Integer.parseInt",
"Integer",
"a",
"int bi = Integer.parseInt(b);",
"bi",
"Integer.parseInt(b)",
"Integer.parseInt",
"Integer",
"b",
"int ci = Integer.parseInt(c);",
"ci",
"Integer.parseInt(c)",
"Integer.parseInt",
"Integer",
"c",
"if (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}",
"ai > bi",
"ai",
"bi",
"{\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}",
"int z = ai;",
"z",
"ai",
"ai = bi",
"ai",
"bi",
"bi = z",
"bi",
"z",
"if (bi > ci){\n\t\t\tint z = bi;\n\t\t\tbi = ci;\n\t\t\tci = z;\n\t\t}",
"bi > ci",
"bi",
"ci",
"{\n\t\t\tint z = bi;\n\t\t\tbi = ci;\n\t\t\tci = z;\n\t\t}",
"int z = bi;",
"z",
"bi",
"bi = ci",
"bi",
"ci",
"ci = z",
"ci",
"z",
"if (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}",
"ai > bi",
"ai",
"bi",
"{\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}",
"int z = ai;",
"z",
"ai",
"ai = bi",
"ai",
"bi",
"bi = z",
"bi",
"z",
"System.out.println(ai + \" \" + bi + \" \" + ci)",
"System.out.println",
"System.out",
"System",
"System.out",
"ai + \" \" + bi + \" \" + ci",
"\" \"",
"bi",
"ai + \" \" + bi + \" \" + ci",
"ai",
"\" \"",
"bi",
"\" \"",
"ci",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\n\t\tif (bi > ci){\n\t\t\tint z = bi;\n\t\t\tbi = ci;\n\t\t\tci = z;\n\t\t}\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\t\t\n\t\tSystem.out.println(ai + \" \" + bi + \" \" + ci);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\n\t\tif (bi > ci){\n\t\t\tint z = bi;\n\t\t\tbi = ci;\n\t\t\tci = z;\n\t\t}\n\n\t\tif (ai > bi) {\n\t\t\tint z = ai;\n\t\t\tai = bi;\n\t\t\tbi = z;\n\t\t}\n\t\t\n\t\tSystem.out.println(ai + \" \" + bi + \" \" + ci);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner input = new Scanner(System.in);
String a = input.next();
String b = input.next();
String c = input.next();
int ai = Integer.parseInt(a);
int bi = Integer.parseInt(b);
int ci = Integer.parseInt(c);
if (ai > bi) {
int z = ai;
ai = bi;
bi = z;
}
if (bi > ci){
int z = bi;
bi = ci;
ci = z;
}
if (ai > bi) {
int z = ai;
ai = bi;
bi = z;
}
System.out.println(ai + " " + bi + " " + ci);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
17,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
2,
18,
13,
13,
17,
4,
18,
18,
13,
13,
18,
13,
2,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
90,
8
],
[
90,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
16
],
[
16,
17
],
[
16,
18
],
[
11,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
26,
28
],
[
19,
29
],
[
29,
30
],
[
30,
31
],
[
19,
32
],
[
33,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
11,
41
],
[
41,
42
],
[
42,
43
],
[
11,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
11,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
48,
60
],
[
60,
61
],
[
61,
62
],
[
48,
63
],
[
64,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
11,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
9,
87
],
[
87,
88
],
[
0,
89
],
[
89,
90
],
[
89,
91
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\n/**\n * @author ??\\???\n *\n */\npublic class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tint[] ary = new int[3];\n\t\t\n\t\tScanner scanner = new Scanner(System.in);\n\t\tfor (int i = 0; i < ary.length; i++) {\n\t\t\tary[i] = scanner.nextInt();\n\t\t}\n\t\tscanner.close();\n\t\t\n\t\tArrays.sort(ary);\n\t\t\n\t\tfor (int i = 0; i < ary.length - 1; i++) {\n\t\t\tSystem.out.print(ary[i] + \" \");\n\t\t}\n\t\tSystem.out.println(ary[ary.length - 1]);\n\t}\n\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tint[] ary = new int[3];\n\t\t\n\t\tScanner scanner = new Scanner(System.in);\n\t\tfor (int i = 0; i < ary.length; i++) {\n\t\t\tary[i] = scanner.nextInt();\n\t\t}\n\t\tscanner.close();\n\t\t\n\t\tArrays.sort(ary);\n\t\t\n\t\tfor (int i = 0; i < ary.length - 1; i++) {\n\t\t\tSystem.out.print(ary[i] + \" \");\n\t\t}\n\t\tSystem.out.println(ary[ary.length - 1]);\n\t}\n\n}",
"Main",
"/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tint[] ary = new int[3];\n\t\t\n\t\tScanner scanner = new Scanner(System.in);\n\t\tfor (int i = 0; i < ary.length; i++) {\n\t\t\tary[i] = scanner.nextInt();\n\t\t}\n\t\tscanner.close();\n\t\t\n\t\tArrays.sort(ary);\n\t\t\n\t\tfor (int i = 0; i < ary.length - 1; i++) {\n\t\t\tSystem.out.print(ary[i] + \" \");\n\t\t}\n\t\tSystem.out.println(ary[ary.length - 1]);\n\t}",
"main",
"{\n\t\tint[] ary = new int[3];\n\t\t\n\t\tScanner scanner = new Scanner(System.in);\n\t\tfor (int i = 0; i < ary.length; i++) {\n\t\t\tary[i] = scanner.nextInt();\n\t\t}\n\t\tscanner.close();\n\t\t\n\t\tArrays.sort(ary);\n\t\t\n\t\tfor (int i = 0; i < ary.length - 1; i++) {\n\t\t\tSystem.out.print(ary[i] + \" \");\n\t\t}\n\t\tSystem.out.println(ary[ary.length - 1]);\n\t}",
"int[] ary = new int[3];",
"ary",
"new int[3]",
"3",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"for (int i = 0; i < ary.length; i++) {\n\t\t\tary[i] = scanner.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < ary.length",
"i",
"ary.length",
"ary",
"ary.length",
"i++",
"i++",
"i",
"{\n\t\t\tary[i] = scanner.nextInt();\n\t\t}",
"{\n\t\t\tary[i] = scanner.nextInt();\n\t\t}",
"ary[i] = scanner.nextInt()",
"ary[i]",
"ary",
"i",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"scanner.close()",
"scanner.close",
"scanner",
"Arrays.sort(ary)",
"Arrays.sort",
"Arrays",
"ary",
"for (int i = 0; i < ary.length - 1; i++) {\n\t\t\tSystem.out.print(ary[i] + \" \");\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < ary.length - 1",
"i",
"ary.length - 1",
"ary.length",
"ary",
"ary.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.print(ary[i] + \" \");\n\t\t}",
"{\n\t\t\tSystem.out.print(ary[i] + \" \");\n\t\t}",
"System.out.print(ary[i] + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"ary[i] + \" \"",
"ary[i]",
"ary",
"i",
"\" \"",
"System.out.println(ary[ary.length - 1])",
"System.out.println",
"System.out",
"System",
"System.out",
"ary[ary.length - 1]",
"ary",
"ary.length - 1",
"ary.length",
"ary",
"ary.length",
"1",
"String[] args",
"args",
"public class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tint[] ary = new int[3];\n\t\t\n\t\tScanner scanner = new Scanner(System.in);\n\t\tfor (int i = 0; i < ary.length; i++) {\n\t\t\tary[i] = scanner.nextInt();\n\t\t}\n\t\tscanner.close();\n\t\t\n\t\tArrays.sort(ary);\n\t\t\n\t\tfor (int i = 0; i < ary.length - 1; i++) {\n\t\t\tSystem.out.print(ary[i] + \" \");\n\t\t}\n\t\tSystem.out.println(ary[ary.length - 1]);\n\t}\n\n}",
"public class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tint[] ary = new int[3];\n\t\t\n\t\tScanner scanner = new Scanner(System.in);\n\t\tfor (int i = 0; i < ary.length; i++) {\n\t\t\tary[i] = scanner.nextInt();\n\t\t}\n\t\tscanner.close();\n\t\t\n\t\tArrays.sort(ary);\n\t\t\n\t\tfor (int i = 0; i < ary.length - 1; i++) {\n\t\t\tSystem.out.print(ary[i] + \" \");\n\t\t}\n\t\tSystem.out.println(ary[ary.length - 1]);\n\t}\n\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
/**
* @author ??\???
*
*/
public class Main {
/**
* @param args
*/
public static void main(String[] args) {
int[] ary = new int[3];
Scanner scanner = new Scanner(System.in);
for (int i = 0; i < ary.length; i++) {
ary[i] = scanner.nextInt();
}
scanner.close();
Arrays.sort(ary);
for (int i = 0; i < ary.length - 1; i++) {
System.out.print(ary[i] + " ");
}
System.out.println(ary[ary.length - 1]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
4,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
4,
18,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
18,
13,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
4,
13,
13,
13,
2,
13,
17,
23,
13,
12,
13,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
154,
5
],
[
154,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
38,
40
],
[
38,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
53,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
52,
58
],
[
58,
59
],
[
58,
60
],
[
51,
61
],
[
53,
62
],
[
62,
63
],
[
62,
64
],
[
8,
65
],
[
65,
66
],
[
66,
67
],
[
6,
68
],
[
68,
69
],
[
154,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
73,
85
],
[
85,
86
],
[
86,
87
],
[
73,
88
],
[
89,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
90,
99
],
[
99,
100
],
[
99,
101
],
[
90,
102
],
[
102,
103
],
[
103,
104
],
[
90,
105
],
[
106,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
112,
113
],
[
112,
114
],
[
114,
115
],
[
114,
116
],
[
107,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
118,
121
],
[
118,
122
],
[
122,
123
],
[
122,
124
],
[
70,
125
],
[
125,
126
],
[
154,
127
],
[
127,
128
],
[
127,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
132,
133
],
[
132,
134
],
[
129,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
135,
139
],
[
139,
140
],
[
139,
141
],
[
129,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
142,
146
],
[
127,
147
],
[
147,
148
],
[
127,
149
],
[
149,
150
],
[
127,
151
],
[
151,
152
],
[
0,
153
],
[
153,
154
],
[
153,
155
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tint [] nums = { first, second, third };\n\n\t\tbobleSort( nums );\n\n\t System.out.println( nums[0] + \" \" + nums[1] + \" \" + nums[2] );\n\n\t\tscaner.close();\n\t}\n\n\tpublic static void bobleSort( int [] nums ) {\n\n\t\tfor ( int i = 0; i < nums.length - 1; i++ ) {\n\t\t\tfor ( int j = nums.length - 1; j > i; j-- ) {\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\tpublic static void swap( int [] nums, int i , int j ) {\n\t\tint remain = nums[ i ];\n\t\tnums[ i ] = nums[ j ];\n\t\tnums[ j ] = remain;\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tint [] nums = { first, second, third };\n\n\t\tbobleSort( nums );\n\n\t System.out.println( nums[0] + \" \" + nums[1] + \" \" + nums[2] );\n\n\t\tscaner.close();\n\t}\n\n\tpublic static void bobleSort( int [] nums ) {\n\n\t\tfor ( int i = 0; i < nums.length - 1; i++ ) {\n\t\t\tfor ( int j = nums.length - 1; j > i; j-- ) {\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\tpublic static void swap( int [] nums, int i , int j ) {\n\t\tint remain = nums[ i ];\n\t\tnums[ i ] = nums[ j ];\n\t\tnums[ j ] = remain;\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tint [] nums = { first, second, third };\n\n\t\tbobleSort( nums );\n\n\t System.out.println( nums[0] + \" \" + nums[1] + \" \" + nums[2] );\n\n\t\tscaner.close();\n\t}",
"main",
"{\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tint [] nums = { first, second, third };\n\n\t\tbobleSort( nums );\n\n\t System.out.println( nums[0] + \" \" + nums[1] + \" \" + nums[2] );\n\n\t\tscaner.close();\n\t}",
"Scanner scaner = new Scanner( System.in );",
"scaner",
"new Scanner( System.in )",
"int first = Integer.parseInt( scaner.next() );",
"first",
"Integer.parseInt( scaner.next() )",
"Integer.parseInt",
"Integer",
"scaner.next()",
"scaner.next",
"scaner",
"int second= Integer.parseInt( scaner.next() );",
"second",
"Integer.parseInt( scaner.next() )",
"Integer.parseInt",
"Integer",
"scaner.next()",
"scaner.next",
"scaner",
"int third = Integer.parseInt( scaner.next() );",
"third",
"Integer.parseInt( scaner.next() )",
"Integer.parseInt",
"Integer",
"scaner.next()",
"scaner.next",
"scaner",
"int [] nums = { first, second, third };",
"nums",
"{ first, second, third }",
"first",
"second",
"third",
"bobleSort( nums )",
"bobleSort",
"nums",
"System.out.println( nums[0] + \" \" + nums[1] + \" \" + nums[2] )",
"System.out.println",
"System.out",
"System",
"System.out",
"nums[0] + \" \" + nums[1] + \" \" + nums[2]",
"\" \"",
"nums[1]",
"nums[0] + \" \" + nums[1] + \" \" + nums[2]",
"nums[0]",
"nums",
"0",
"\" \"",
"nums[1]",
"nums",
"1",
"\" \"",
"nums[2]",
"nums",
"2",
"scaner.close()",
"scaner.close",
"scaner",
"String[] args",
"args",
"public static void bobleSort( int [] nums ) {\n\n\t\tfor ( int i = 0; i < nums.length - 1; i++ ) {\n\t\t\tfor ( int j = nums.length - 1; j > i; j-- ) {\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"bobleSort",
"{\n\n\t\tfor ( int i = 0; i < nums.length - 1; i++ ) {\n\t\t\tfor ( int j = nums.length - 1; j > i; j-- ) {\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"for ( int i = 0; i < nums.length - 1; i++ ) {\n\t\t\tfor ( int j = nums.length - 1; j > i; j-- ) {\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < nums.length - 1",
"i",
"nums.length - 1",
"nums.length",
"nums",
"nums.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\tfor ( int j = nums.length - 1; j > i; j-- ) {\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor ( int j = nums.length - 1; j > i; j-- ) {\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for ( int j = nums.length - 1; j > i; j-- ) {\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}",
"int j = nums.length - 1;",
"int j = nums.length - 1;",
"j",
"nums.length - 1",
"nums.length",
"nums",
"nums.length",
"1",
"j > i",
"j",
"i",
"j--",
"j--",
"j",
"{\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}",
"if ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}",
"nums[ j ] < nums[ j - 1 ]",
"nums[ j ]",
"nums",
"j",
"nums[ j - 1 ]",
"nums",
"j - 1",
"j",
"1",
"{\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}",
"swap( nums, j, j - 1 )",
"swap",
"nums",
"j",
"j - 1",
"j",
"1",
"int [] nums",
"nums",
"public static void swap( int [] nums, int i , int j ) {\n\t\tint remain = nums[ i ];\n\t\tnums[ i ] = nums[ j ];\n\t\tnums[ j ] = remain;\n\t}",
"swap",
"{\n\t\tint remain = nums[ i ];\n\t\tnums[ i ] = nums[ j ];\n\t\tnums[ j ] = remain;\n\t}",
"int remain = nums[ i ];",
"remain",
"nums[ i ]",
"nums",
"i",
"nums[ i ] = nums[ j ]",
"nums[ i ]",
"nums",
"i",
"nums[ j ]",
"nums",
"j",
"nums[ j ] = remain",
"nums[ j ]",
"nums",
"j",
"remain",
"int [] nums",
"nums",
"int i",
"i",
"int j",
"j",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tint [] nums = { first, second, third };\n\n\t\tbobleSort( nums );\n\n\t System.out.println( nums[0] + \" \" + nums[1] + \" \" + nums[2] );\n\n\t\tscaner.close();\n\t}\n\n\tpublic static void bobleSort( int [] nums ) {\n\n\t\tfor ( int i = 0; i < nums.length - 1; i++ ) {\n\t\t\tfor ( int j = nums.length - 1; j > i; j-- ) {\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\tpublic static void swap( int [] nums, int i , int j ) {\n\t\tint remain = nums[ i ];\n\t\tnums[ i ] = nums[ j ];\n\t\tnums[ j ] = remain;\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tint [] nums = { first, second, third };\n\n\t\tbobleSort( nums );\n\n\t System.out.println( nums[0] + \" \" + nums[1] + \" \" + nums[2] );\n\n\t\tscaner.close();\n\t}\n\n\tpublic static void bobleSort( int [] nums ) {\n\n\t\tfor ( int i = 0; i < nums.length - 1; i++ ) {\n\t\t\tfor ( int j = nums.length - 1; j > i; j-- ) {\n\t\t\t\tif ( nums[ j ] < nums[ j - 1 ] ) {\n\t\t\t\t\tswap( nums, j, j - 1 );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\tpublic static void swap( int [] nums, int i , int j ) {\n\t\tint remain = nums[ i ];\n\t\tnums[ i ] = nums[ j ];\n\t\tnums[ j ] = remain;\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scaner = new Scanner( System.in );
int first = Integer.parseInt( scaner.next() );
int second= Integer.parseInt( scaner.next() );
int third = Integer.parseInt( scaner.next() );
int [] nums = { first, second, third };
bobleSort( nums );
System.out.println( nums[0] + " " + nums[1] + " " + nums[2] );
scaner.close();
}
public static void bobleSort( int [] nums ) {
for ( int i = 0; i < nums.length - 1; i++ ) {
for ( int j = nums.length - 1; j > i; j-- ) {
if ( nums[ j ] < nums[ j - 1 ] ) {
swap( nums, j, j - 1 );
}
}
}
}
public static void swap( int [] nums, int i , int j ) {
int remain = nums[ i ];
nums[ i ] = nums[ j ];
nums[ j ] = remain;
}
} |
[
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,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
17,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
29,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
46,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
45,
51
],
[
44,
52
],
[
52,
53
],
[
52,
54
],
[
43,
55
],
[
46,
56
],
[
56,
57
],
[
56,
58
],
[
6,
59
],
[
59,
60
]
] | [
"import java.util.*;\n \nclass Main{\n public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt(); \n\t\t int b = stdId.nextInt();\n\t\t int c = stdId.nextInt();\n int[] num = {a,b,c};\n Arrays.sort(num);\n System.out.println(\"\" + num[0] + \" \" + num[1] + \" \" + num[2]);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt(); \n\t\t int b = stdId.nextInt();\n\t\t int c = stdId.nextInt();\n int[] num = {a,b,c};\n Arrays.sort(num);\n System.out.println(\"\" + num[0] + \" \" + num[1] + \" \" + num[2]);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt(); \n\t\t int b = stdId.nextInt();\n\t\t int c = stdId.nextInt();\n int[] num = {a,b,c};\n Arrays.sort(num);\n System.out.println(\"\" + num[0] + \" \" + num[1] + \" \" + num[2]);\n }",
"main",
"{\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt(); \n\t\t int b = stdId.nextInt();\n\t\t int c = stdId.nextInt();\n int[] num = {a,b,c};\n Arrays.sort(num);\n System.out.println(\"\" + num[0] + \" \" + num[1] + \" \" + num[2]);\n }",
"Scanner stdId = new Scanner(System.in);",
"stdId",
"new Scanner(System.in)",
"int a = stdId.nextInt();",
"a",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int b = stdId.nextInt();",
"b",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int c = stdId.nextInt();",
"c",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int[] num = {a,b,c};",
"num",
"{a,b,c}",
"a",
"b",
"c",
"Arrays.sort(num)",
"Arrays.sort",
"Arrays",
"num",
"System.out.println(\"\" + num[0] + \" \" + num[1] + \" \" + num[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\" + num[0] + \" \" + num[1] + \" \" + num[2]",
"\" \"",
"num[1]",
"\" \"",
"\"\" + num[0] + \" \" + num[1] + \" \" + num[2]",
"\"\"",
"num[0]",
"num",
"0",
"\" \"",
"num[1]",
"num",
"1",
"\" \"",
"num[2]",
"num",
"2",
"String[] args",
"args"
] | import java.util.*;
class Main{
public static void main(String[] args){
Scanner stdId = new Scanner(System.in);
int a = stdId.nextInt();
int b = stdId.nextInt();
int c = stdId.nextInt();
int[] num = {a,b,c};
Arrays.sort(num);
System.out.println("" + num[0] + " " + num[1] + " " + num[2]);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
107,
2
],
[
107,
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
],
[
21,
22
],
[
22,
23
],
[
5,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
26,
28
],
[
26,
29
],
[
5,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
35,
36
],
[
35,
37
],
[
30,
38
],
[
38,
39
],
[
39,
40
],
[
30,
41
],
[
42,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
43,
50
],
[
50,
51
],
[
50,
52
],
[
43,
53
],
[
53,
54
],
[
54,
55
],
[
43,
56
],
[
57,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
58,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
69,
71
],
[
66,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
76,
78
],
[
66,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
5,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
92,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
91,
97
],
[
97,
98
],
[
97,
99
],
[
90,
100
],
[
92,
101
],
[
101,
102
],
[
101,
103
],
[
3,
104
],
[
104,
105
],
[
0,
106
],
[
106,
107
],
[
106,
108
]
] | [
"public class Main {\n\tpublic static void main(String[] args){\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint[] arr = {a,b,c};\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tfor(int j = i+1; j < 3; j++){\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint[] arr = {a,b,c};\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tfor(int j = i+1; j < 3; j++){\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint[] arr = {a,b,c};\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tfor(int j = i+1; j < 3; j++){\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}",
"main",
"{\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint[] arr = {a,b,c};\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tfor(int j = i+1; j < 3; j++){\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}",
"java.util.Scanner scan = new java.util.Scanner(System.in);",
"scan",
"new java.util.Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int c = scan.nextInt();",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int[] arr = {a,b,c};",
"arr",
"{a,b,c}",
"a",
"b",
"c",
"for(int i = 0; i < 3; i++){\n\t\t\tfor(int j = i+1; j < 3; j++){\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j = i+1; j < 3; j++){\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j = i+1; j < 3; j++){\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j = i+1; j < 3; j++){\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"int j = i+1;",
"int j = i+1;",
"j",
"i+1",
"i",
"1",
"j < 3",
"j",
"3",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"if(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}",
"arr[i] > arr[j]",
"arr[i]",
"arr",
"i",
"arr[j]",
"arr",
"j",
"{\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}",
"int temp = arr[i];",
"temp",
"arr[i]",
"arr",
"i",
"arr[i] = arr[j]",
"arr[i]",
"arr",
"i",
"arr[j]",
"arr",
"j",
"arr[j] = temp",
"arr[j]",
"arr",
"j",
"temp",
"System.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"arr[0] + \" \" + arr[1] + \" \" + arr[2]",
"\" \"",
"arr[1]",
"arr[0] + \" \" + arr[1] + \" \" + arr[2]",
"arr[0]",
"arr",
"0",
"\" \"",
"arr[1]",
"arr",
"1",
"\" \"",
"arr[2]",
"arr",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint[] arr = {a,b,c};\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tfor(int j = i+1; j < 3; j++){\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint[] arr = {a,b,c};\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tfor(int j = i+1; j < 3; j++){\n\t\t\t\tif(arr[i] > arr[j]){\n\t\t\t\t\tint temp = arr[i];\n\t\t\t\t\tarr[i] = arr[j];\n\t\t\t\t\tarr[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}\n\n}",
"Main"
] | public class Main {
public static void main(String[] args){
java.util.Scanner scan = new java.util.Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
int[] arr = {a,b,c};
for(int i = 0; i < 3; i++){
for(int j = i+1; j < 3; j++){
if(arr[i] > arr[j]){
int temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
}
}
}
System.out.println(arr[0] + " " + arr[1] + " " + arr[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
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,
4,
18,
13,
23,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
29,
2,
2,
2,
2,
4,
18,
13,
17,
17,
4,
18,
13,
17,
17,
4,
18,
13,
17,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
89,
14
],
[
89,
15
],
[
15,
16
],
[
89,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
23,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
28,
36
],
[
36,
37
],
[
37,
38
],
[
17,
39
],
[
39,
40
],
[
89,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
43,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
43,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
43,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
43,
63
],
[
63,
64
],
[
67,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
68,
71
],
[
67,
72
],
[
66,
73
],
[
73,
74
],
[
74,
75
],
[
73,
76
],
[
65,
77
],
[
67,
78
],
[
78,
79
],
[
79,
80
],
[
78,
81
],
[
41,
82
],
[
82,
83
],
[
41,
84
],
[
84,
85
],
[
41,
86
],
[
86,
87
],
[
0,
88
],
[
88,
89
],
[
88,
90
]
] | [
"import java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.List;\nimport 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(sort(scan.nextInt() , scan.nextInt(), scan.nextInt()));\n }\n\n /**\n * ソートして返します。\n */\n private static String sort(int a, int b, int c) {\n List<Integer> list = new ArrayList<Integer>();\n list.add(a);\n list.add(b);\n list.add(c);\n Collections.sort(list);\n return list.get(0) + \" \" + list.get(1) + \" \" + list.get(2);\n }\n}",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.List;",
"List",
"java.util",
"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(sort(scan.nextInt() , scan.nextInt(), scan.nextInt()));\n }\n\n /**\n * ソートして返します。\n */\n private static String sort(int a, int b, int c) {\n List<Integer> list = new ArrayList<Integer>();\n list.add(a);\n list.add(b);\n list.add(c);\n Collections.sort(list);\n return list.get(0) + \" \" + list.get(1) + \" \" + list.get(2);\n }\n}",
"Main",
"private static Scanner scan;",
"scan",
"public static void main(String[] args) {\n scan = new Scanner(System.in);\n System.out.println(sort(scan.nextInt() , scan.nextInt(), scan.nextInt()));\n }",
"main",
"{\n scan = new Scanner(System.in);\n System.out.println(sort(scan.nextInt() , scan.nextInt(), scan.nextInt()));\n }",
"scan = new Scanner(System.in)",
"scan",
"new Scanner(System.in)",
"System.out.println(sort(scan.nextInt() , scan.nextInt(), scan.nextInt()))",
"System.out.println",
"System.out",
"System",
"System.out",
"sort(scan.nextInt() , scan.nextInt(), scan.nextInt())",
"sort",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.nextInt()",
"scan.nextInt",
"scan",
"String[] args",
"args",
"/**\n * ソートして返します。\n */\n private static String sort(int a, int b, int c) {\n List<Integer> list = new ArrayList<Integer>();\n list.add(a);\n list.add(b);\n list.add(c);\n Collections.sort(list);\n return list.get(0) + \" \" + list.get(1) + \" \" + list.get(2);\n }",
"sort",
"{\n List<Integer> list = new ArrayList<Integer>();\n list.add(a);\n list.add(b);\n list.add(c);\n Collections.sort(list);\n return list.get(0) + \" \" + list.get(1) + \" \" + list.get(2);\n }",
"List<Integer> list = new ArrayList<Integer>();",
"list",
"new ArrayList<Integer>()",
"list.add(a)",
"list.add",
"list",
"a",
"list.add(b)",
"list.add",
"list",
"b",
"list.add(c)",
"list.add",
"list",
"c",
"Collections.sort(list)",
"Collections.sort",
"Collections",
"list",
"return list.get(0) + \" \" + list.get(1) + \" \" + list.get(2);",
"list.get(0) + \" \" + list.get(1) + \" \" + list.get(2)",
"\" \"",
"list.get(1)",
"list.get(0) + \" \" + list.get(1) + \" \" + list.get(2)",
"list.get(0)",
"list.get",
"list",
"0",
"\" \"",
"list.get(1)",
"list.get",
"list",
"1",
"\" \"",
"list.get(2)",
"list.get",
"list",
"2",
"int a",
"a",
"int b",
"b",
"int c",
"c",
"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(sort(scan.nextInt() , scan.nextInt(), scan.nextInt()));\n }\n\n /**\n * ソートして返します。\n */\n private static String sort(int a, int b, int c) {\n List<Integer> list = new ArrayList<Integer>();\n list.add(a);\n list.add(b);\n list.add(c);\n Collections.sort(list);\n return list.get(0) + \" \" + list.get(1) + \" \" + list.get(2);\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(sort(scan.nextInt() , scan.nextInt(), scan.nextInt()));\n }\n\n /**\n * ソートして返します。\n */\n private static String sort(int a, int b, int c) {\n List<Integer> list = new ArrayList<Integer>();\n list.add(a);\n list.add(b);\n list.add(c);\n Collections.sort(list);\n return list.get(0) + \" \" + list.get(1) + \" \" + list.get(2);\n }\n}",
"Main"
] | import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
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(sort(scan.nextInt() , scan.nextInt(), scan.nextInt()));
}
/**
* ソートして返します。
*/
private static String sort(int a, int b, int c) {
List<Integer> list = new ArrayList<Integer>();
list.add(a);
list.add(b);
list.add(c);
Collections.sort(list);
return list.get(0) + " " + list.get(1) + " " + list.get(2);
}
} |
[
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,
17,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
4,
18,
13,
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
],
[
22,
26
],
[
11,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
11,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
39,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
38,
44
],
[
44,
45
],
[
44,
46
],
[
37,
47
],
[
39,
48
],
[
48,
49
],
[
48,
50
],
[
11,
51
],
[
51,
52
],
[
52,
53
],
[
9,
54
],
[
54,
55
]
] | [
"import java.io.*;\nimport java.util.Arrays;\nclass Main{\n public static void main(String[] args) throws NumberFormatException,IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n String[] w = line.split(\" \",0);\n Arrays.sort(w);\n System.out.println(w[0]+\" \"+w[1]+\" \"+w[2]);\n r.close();\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main{\n public static void main(String[] args) throws NumberFormatException,IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n String[] w = line.split(\" \",0);\n Arrays.sort(w);\n System.out.println(w[0]+\" \"+w[1]+\" \"+w[2]);\n r.close();\n }\n}",
"Main",
"public static void main(String[] args) throws NumberFormatException,IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n String[] w = line.split(\" \",0);\n Arrays.sort(w);\n System.out.println(w[0]+\" \"+w[1]+\" \"+w[2]);\n r.close();\n }",
"main",
"{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n String[] w = line.split(\" \",0);\n Arrays.sort(w);\n System.out.println(w[0]+\" \"+w[1]+\" \"+w[2]);\n r.close();\n }",
"BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);",
"r",
"new BufferedReader(new InputStreamReader(System.in), 1)",
"String line = r.readLine();",
"line",
"r.readLine()",
"r.readLine",
"r",
"String[] w = line.split(\" \",0);",
"w",
"line.split(\" \",0)",
"line.split",
"line",
"\" \"",
"0",
"Arrays.sort(w)",
"Arrays.sort",
"Arrays",
"w",
"System.out.println(w[0]+\" \"+w[1]+\" \"+w[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"w[0]+\" \"+w[1]+\" \"+w[2]",
"\" \"",
"w[1]",
"w[0]+\" \"+w[1]+\" \"+w[2]",
"w[0]",
"w",
"0",
"\" \"",
"w[1]",
"w",
"1",
"\" \"",
"w[2]",
"w",
"2",
"r.close()",
"r.close",
"r",
"String[] args",
"args"
] | import java.io.*;
import java.util.Arrays;
class Main{
public static void main(String[] args) throws NumberFormatException,IOException{
BufferedReader r =
new BufferedReader(new InputStreamReader(System.in), 1);
String line = r.readLine();
String[] w = line.split(" ",0);
Arrays.sort(w);
System.out.println(w[0]+" "+w[1]+" "+w[2]);
r.close();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
4,
18,
13,
17,
17,
4,
18,
13,
17,
17,
4,
18,
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
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
21,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
27,
28
],
[
28,
29
],
[
14,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
37,
38
],
[
14,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
46,
47
],
[
14,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
14,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
60,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
60,
65
],
[
59,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
58,
70
],
[
60,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
12,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] | [
"import java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t// ArrayList???????????????\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\t// Integer????????°??????????????????\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\n\t\t// ????????§???????????????\n\t\tCollections.sort(list);\n\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\n\t}\n}",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t// ArrayList???????????????\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\t// Integer????????°??????????????????\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\n\t\t// ????????§???????????????\n\t\tCollections.sort(list);\n\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t// ArrayList???????????????\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\t// Integer????????°??????????????????\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\n\t\t// ????????§???????????????\n\t\tCollections.sort(list);\n\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\n\t}",
"main",
"{\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t// ArrayList???????????????\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\t// Integer????????°??????????????????\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\n\t\t// ????????§???????????????\n\t\tCollections.sort(list);\n\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"ArrayList<Integer> list = new ArrayList<Integer>();",
"list",
"new ArrayList<Integer>()",
"list.add(Integer.valueOf(scanner.nextInt()))",
"list.add",
"list",
"Integer.valueOf(scanner.nextInt())",
"Integer.valueOf",
"Integer",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"list.add(Integer.valueOf(scanner.nextInt()))",
"list.add",
"list",
"Integer.valueOf(scanner.nextInt())",
"Integer.valueOf",
"Integer",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"list.add(Integer.valueOf(scanner.nextInt()))",
"list.add",
"list",
"Integer.valueOf(scanner.nextInt())",
"Integer.valueOf",
"Integer",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"Collections.sort(list)",
"Collections.sort",
"Collections",
"list",
"System.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2))",
"System.out.println",
"System.out",
"System",
"System.out",
"list.get(0) + \" \" + list.get(1) + \" \" + list.get(2)",
"\" \"",
"list.get(1)",
"list.get(0) + \" \" + list.get(1) + \" \" + list.get(2)",
"list.get(0)",
"list.get",
"list",
"0",
"\" \"",
"list.get(1)",
"list.get",
"list",
"1",
"\" \"",
"list.get(2)",
"list.get",
"list",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t// ArrayList???????????????\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\t// Integer????????°??????????????????\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\n\t\t// ????????§???????????????\n\t\tCollections.sort(list);\n\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t// ArrayList???????????????\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\t// Integer????????°??????????????????\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\t\tlist.add(Integer.valueOf(scanner.nextInt()));\n\n\t\t// ????????§???????????????\n\t\tCollections.sort(list);\n\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\n\t}\n}",
"Main"
] | import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
// ArrayList???????????????
ArrayList<Integer> list = new ArrayList<Integer>();
// Integer????????°??????????????????
list.add(Integer.valueOf(scanner.nextInt()));
list.add(Integer.valueOf(scanner.nextInt()));
list.add(Integer.valueOf(scanner.nextInt()));
// ????????§???????????????
Collections.sort(list);
System.out.println(list.get(0) + " " + list.get(1) + " " + list.get(2));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
18,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
2,
17,
18,
13,
13,
4,
18,
18,
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
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
30,
31
],
[
30,
32
],
[
25,
33
],
[
33,
34
],
[
34,
35
],
[
25,
36
],
[
37,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
17,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
17,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
54,
55
],
[
54,
56
],
[
17,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
62,
63
],
[
62,
64
],
[
57,
65
],
[
65,
66
],
[
66,
67
],
[
57,
68
],
[
69,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
77,
79
],
[
17,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
15,
85
],
[
85,
86
]
] | [
"import java.awt.*;\nimport java.awt.geom.*;\nimport java.io.*;\n\nimport java.util.*;\nclass Main {\n\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tlist[i] = sc.nextInt();\n\t\t}\n\t\tArrays.sort(list);\n\t\tSystem.out.print(list[0]);\n\t\tfor(int i = 1; i < 3; i++) {\n\t\t\tSystem.out.print(\" \" + list[i]);\n\t\t}\n\t\tSystem.out.println();\n\t}\n}",
"import java.awt.*;",
"awt.*",
"java",
"import java.awt.geom.*;",
"geom.*",
"java.awt",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tlist[i] = sc.nextInt();\n\t\t}\n\t\tArrays.sort(list);\n\t\tSystem.out.print(list[0]);\n\t\tfor(int i = 1; i < 3; i++) {\n\t\t\tSystem.out.print(\" \" + list[i]);\n\t\t}\n\t\tSystem.out.println();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tlist[i] = sc.nextInt();\n\t\t}\n\t\tArrays.sort(list);\n\t\tSystem.out.print(list[0]);\n\t\tfor(int i = 1; i < 3; i++) {\n\t\t\tSystem.out.print(\" \" + list[i]);\n\t\t}\n\t\tSystem.out.println();\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tlist[i] = sc.nextInt();\n\t\t}\n\t\tArrays.sort(list);\n\t\tSystem.out.print(list[0]);\n\t\tfor(int i = 1; i < 3; i++) {\n\t\t\tSystem.out.print(\" \" + list[i]);\n\t\t}\n\t\tSystem.out.println();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int[] list = new int[3];",
"list",
"new int[3]",
"3",
"for(int i = 0; i < 3; i++) {\n\t\t\tlist[i] = sc.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tlist[i] = sc.nextInt();\n\t\t}",
"{\n\t\t\tlist[i] = sc.nextInt();\n\t\t}",
"list[i] = sc.nextInt()",
"list[i]",
"list",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Arrays.sort(list)",
"Arrays.sort",
"Arrays",
"list",
"System.out.print(list[0])",
"System.out.print",
"System.out",
"System",
"System.out",
"list[0]",
"list",
"0",
"for(int i = 1; i < 3; i++) {\n\t\t\tSystem.out.print(\" \" + list[i]);\n\t\t}",
"int i = 1;",
"int i = 1;",
"i",
"1",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.print(\" \" + list[i]);\n\t\t}",
"{\n\t\t\tSystem.out.print(\" \" + list[i]);\n\t\t}",
"System.out.print(\" \" + list[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \" + list[i]",
"\" \"",
"list[i]",
"list",
"i",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[] args",
"args"
] | import java.awt.*;
import java.awt.geom.*;
import java.io.*;
import java.util.*;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int[] list = new int[3];
for(int i = 0; i < 3; i++) {
list[i] = sc.nextInt();
}
Arrays.sort(list);
System.out.print(list[0]);
for(int i = 1; i < 3; i++) {
System.out.print(" " + list[i]);
}
System.out.println();
}
} |
[
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,
41,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
66,
11
],
[
66,
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
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
14,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
35,
38
],
[
14,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
14,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
51,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
50,
56
],
[
56,
57
],
[
56,
58
],
[
49,
59
],
[
51,
60
],
[
60,
61
],
[
60,
62
],
[
12,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.io.IOException;\nimport java.util.Arrays;\nimport java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n int []d = {a,b,c};\n Arrays.sort(d);\n \n System.out.println(d[0] +\" \"+ d[1] + \" \" +d[2]);\n \n \n \n\t}}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n int []d = {a,b,c};\n Arrays.sort(d);\n \n System.out.println(d[0] +\" \"+ d[1] + \" \" +d[2]);\n \n \n \n\t}}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n int []d = {a,b,c};\n Arrays.sort(d);\n \n System.out.println(d[0] +\" \"+ d[1] + \" \" +d[2]);\n \n \n \n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n int []d = {a,b,c};\n Arrays.sort(d);\n \n System.out.println(d[0] +\" \"+ d[1] + \" \" +d[2]);\n \n \n \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",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int []d = {a,b,c};",
"d",
"{a,b,c}",
"a",
"b",
"c",
"Arrays.sort(d)",
"Arrays.sort",
"Arrays",
"d",
"System.out.println(d[0] +\" \"+ d[1] + \" \" +d[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"d[0] +\" \"+ d[1] + \" \" +d[2]",
"\" \"",
"d[1]",
"d[0] +\" \"+ d[1] + \" \" +d[2]",
"d[0]",
"d",
"0",
"\" \"",
"d[1]",
"d",
"1",
"\" \"",
"d[2]",
"d",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n int []d = {a,b,c};\n Arrays.sort(d);\n \n System.out.println(d[0] +\" \"+ d[1] + \" \" +d[2]);\n \n \n \n\t}}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n int []d = {a,b,c};\n Arrays.sort(d);\n \n System.out.println(d[0] +\" \"+ d[1] + \" \" +d[2]);\n \n \n \n\t}}",
"Main"
] | import java.io.IOException;
import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
// TODO ?????????????????????????????????????????????
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int []d = {a,b,c};
Arrays.sort(d);
System.out.println(d[0] +" "+ d[1] + " " +d[2]);
}} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
26,
28
],
[
19,
29
],
[
29,
30
],
[
30,
31
],
[
19,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
11,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
11,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
52,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
51,
57
],
[
57,
58
],
[
57,
59
],
[
50,
60
],
[
52,
61
],
[
61,
62
],
[
61,
63
],
[
9,
64
],
[
64,
65
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\n\t\tfor (int i = 0; i < list.length; i++)\n\t\t\tlist[i] = scanner.nextInt();\n\n\t\tArrays.sort(list);\n\t\tSystem.out.println(list[0] + \" \" + list[1] + \" \" + list[2]);\n\t}\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\n\t\tfor (int i = 0; i < list.length; i++)\n\t\t\tlist[i] = scanner.nextInt();\n\n\t\tArrays.sort(list);\n\t\tSystem.out.println(list[0] + \" \" + list[1] + \" \" + list[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\n\t\tfor (int i = 0; i < list.length; i++)\n\t\t\tlist[i] = scanner.nextInt();\n\n\t\tArrays.sort(list);\n\t\tSystem.out.println(list[0] + \" \" + list[1] + \" \" + list[2]);\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\n\t\tfor (int i = 0; i < list.length; i++)\n\t\t\tlist[i] = scanner.nextInt();\n\n\t\tArrays.sort(list);\n\t\tSystem.out.println(list[0] + \" \" + list[1] + \" \" + list[2]);\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int[] list = new int[3];",
"list",
"new int[3]",
"3",
"for (int i = 0; i < list.length; i++)\n\t\t\tlist[i] = scanner.nextInt();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < list.length",
"i",
"list.length",
"list",
"list.length",
"i++",
"i++",
"i",
"list[i] = scanner.nextInt();",
"list[i] = scanner.nextInt()",
"list[i]",
"list",
"i",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"Arrays.sort(list)",
"Arrays.sort",
"Arrays",
"list",
"System.out.println(list[0] + \" \" + list[1] + \" \" + list[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"list[0] + \" \" + list[1] + \" \" + list[2]",
"\" \"",
"list[1]",
"list[0] + \" \" + list[1] + \" \" + list[2]",
"list[0]",
"list",
"0",
"\" \"",
"list[1]",
"list",
"1",
"\" \"",
"list[2]",
"list",
"2",
"String[] args",
"args"
] | import java.util.Arrays;
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int[] list = new int[3];
for (int i = 0; i < list.length; i++)
list[i] = scanner.nextInt();
Arrays.sort(list);
System.out.println(list[0] + " " + list[1] + " " + list[2]);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
41,
13,
41,
13,
17,
42,
13,
30,
0,
13,
17,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
13,
0,
13,
17,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
14,
2,
13,
2,
18,
13,
13,
17,
30,
0,
13,
2,
18,
13,
13,
17,
30,
0,
13,
18,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
159,
2
],
[
159,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
5,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
11,
16
],
[
5,
17
],
[
17,
18
],
[
17,
19
],
[
20,
21
],
[
20,
22
],
[
5,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
23,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
30,
32
],
[
23,
33
],
[
33,
34
],
[
34,
35
],
[
23,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
5,
47
],
[
47,
48
],
[
5,
49
],
[
49,
50
],
[
49,
51
],
[
5,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
58,
70
],
[
70,
71
],
[
71,
72
],
[
58,
73
],
[
74,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
82,
84
],
[
75,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
88,
90
],
[
85,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
97,
99
],
[
85,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
103,
104
],
[
103,
105
],
[
100,
106
],
[
85,
107
],
[
107,
108
],
[
107,
109
],
[
5,
110
],
[
110,
111
],
[
110,
112
],
[
5,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
113,
118
],
[
118,
119
],
[
118,
120
],
[
120,
121
],
[
120,
122
],
[
113,
123
],
[
123,
124
],
[
124,
125
],
[
113,
126
],
[
127,
127
],
[
127,
128
],
[
128,
129
],
[
129,
130
],
[
129,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
131,
135
],
[
128,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
139,
140
],
[
140,
141
],
[
140,
142
],
[
139,
143
],
[
128,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
147,
148
],
[
147,
149
],
[
5,
150
],
[
150,
151
],
[
151,
152
],
[
152,
153
],
[
152,
154
],
[
150,
155
],
[
3,
156
],
[
156,
157
],
[
0,
158
],
[
158,
159
],
[
158,
160
]
] | [
"public class Main\n{\n\tpublic static void main(String[] args) throws java.io.IOException\n\t{\n\t\tjava.io.BufferedReader br = new java.io.BufferedReader( new java.io.InputStreamReader( System.in ) );\n\t\t\n\t\tString[] st = br.readLine().split(\" \");\n\t\tint[] nums = new int[st.length];\n\t\tfor( int i = 0 ; i < nums.length ; i++ ) nums[i] = Integer.parseInt( st[i] );\n\t\t\n\t\t\n\t\tint x;\n\t\tboolean exchange = true;\n\t\twhile( exchange )\n\t\t{\n\t\t\texchange = false;\n\t\t\tfor( int i = 0 ; i < (nums.length - 1) ; i++ )\n\t\t\t{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tString result = \"\";\n\t\tfor( int i = 0 ; i < nums.length ; i++ )\n\t\t{\n\t\t\t if( i < (nums.length -1) ){\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}else{\n\t\t\t\tresult += nums[i];\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( result );\n\t}\n}",
"public class Main\n{\n\tpublic static void main(String[] args) throws java.io.IOException\n\t{\n\t\tjava.io.BufferedReader br = new java.io.BufferedReader( new java.io.InputStreamReader( System.in ) );\n\t\t\n\t\tString[] st = br.readLine().split(\" \");\n\t\tint[] nums = new int[st.length];\n\t\tfor( int i = 0 ; i < nums.length ; i++ ) nums[i] = Integer.parseInt( st[i] );\n\t\t\n\t\t\n\t\tint x;\n\t\tboolean exchange = true;\n\t\twhile( exchange )\n\t\t{\n\t\t\texchange = false;\n\t\t\tfor( int i = 0 ; i < (nums.length - 1) ; i++ )\n\t\t\t{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tString result = \"\";\n\t\tfor( int i = 0 ; i < nums.length ; i++ )\n\t\t{\n\t\t\t if( i < (nums.length -1) ){\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}else{\n\t\t\t\tresult += nums[i];\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( result );\n\t}\n}",
"Main",
"public static void main(String[] args) throws java.io.IOException\n\t{\n\t\tjava.io.BufferedReader br = new java.io.BufferedReader( new java.io.InputStreamReader( System.in ) );\n\t\t\n\t\tString[] st = br.readLine().split(\" \");\n\t\tint[] nums = new int[st.length];\n\t\tfor( int i = 0 ; i < nums.length ; i++ ) nums[i] = Integer.parseInt( st[i] );\n\t\t\n\t\t\n\t\tint x;\n\t\tboolean exchange = true;\n\t\twhile( exchange )\n\t\t{\n\t\t\texchange = false;\n\t\t\tfor( int i = 0 ; i < (nums.length - 1) ; i++ )\n\t\t\t{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tString result = \"\";\n\t\tfor( int i = 0 ; i < nums.length ; i++ )\n\t\t{\n\t\t\t if( i < (nums.length -1) ){\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}else{\n\t\t\t\tresult += nums[i];\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( result );\n\t}",
"main",
"{\n\t\tjava.io.BufferedReader br = new java.io.BufferedReader( new java.io.InputStreamReader( System.in ) );\n\t\t\n\t\tString[] st = br.readLine().split(\" \");\n\t\tint[] nums = new int[st.length];\n\t\tfor( int i = 0 ; i < nums.length ; i++ ) nums[i] = Integer.parseInt( st[i] );\n\t\t\n\t\t\n\t\tint x;\n\t\tboolean exchange = true;\n\t\twhile( exchange )\n\t\t{\n\t\t\texchange = false;\n\t\t\tfor( int i = 0 ; i < (nums.length - 1) ; i++ )\n\t\t\t{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tString result = \"\";\n\t\tfor( int i = 0 ; i < nums.length ; i++ )\n\t\t{\n\t\t\t if( i < (nums.length -1) ){\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}else{\n\t\t\t\tresult += nums[i];\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( result );\n\t}",
"java.io.BufferedReader br = new java.io.BufferedReader( new java.io.InputStreamReader( System.in ) );",
"br",
"new java.io.BufferedReader( new java.io.InputStreamReader( System.in ) )",
"String[] st = br.readLine().split(\" \");",
"st",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int[] nums = new int[st.length];",
"nums",
"new int[st.length]",
"st.length",
"st",
"st.length",
"for( int i = 0 ; i < nums.length ; i++ ) nums[i] = Integer.parseInt( st[i] );",
"int i = 0 ;",
"int i = 0 ;",
"i",
"0",
"i < nums.length",
"i",
"nums.length",
"nums",
"nums.length",
"i++",
"i++",
"i",
"nums[i] = Integer.parseInt( st[i] );",
"nums[i] = Integer.parseInt( st[i] )",
"nums[i]",
"nums",
"i",
"Integer.parseInt( st[i] )",
"Integer.parseInt",
"Integer",
"st[i]",
"st",
"i",
"int x;",
"x",
"boolean exchange = true;",
"exchange",
"true",
"while( exchange )\n\t\t{\n\t\t\texchange = false;\n\t\t\tfor( int i = 0 ; i < (nums.length - 1) ; i++ )\n\t\t\t{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"exchange",
"{\n\t\t\texchange = false;\n\t\t\tfor( int i = 0 ; i < (nums.length - 1) ; i++ )\n\t\t\t{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"exchange = false",
"exchange",
"false",
"for( int i = 0 ; i < (nums.length - 1) ; i++ )\n\t\t\t{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}",
"int i = 0 ;",
"int i = 0 ;",
"i",
"0",
"i < (nums.length - 1)",
"i",
"(nums.length - 1)",
"nums.length",
"nums",
"nums.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}",
"if( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}",
"nums[i] > nums[i+1]",
"nums[i]",
"nums",
"i",
"nums[i+1]",
"nums",
"i+1",
"i",
"1",
"{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}",
"x = nums[i]",
"x",
"nums[i]",
"nums",
"i",
"nums[i] = nums[i+1]",
"nums[i]",
"nums",
"i",
"nums[i+1]",
"nums",
"i+1",
"i",
"1",
"nums[i+1] = x",
"nums[i+1]",
"nums",
"i+1",
"i",
"1",
"x",
"exchange = true",
"exchange",
"true",
"String result = \"\";",
"result",
"\"\"",
"for( int i = 0 ; i < nums.length ; i++ )\n\t\t{\n\t\t\t if( i < (nums.length -1) ){\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}else{\n\t\t\t\tresult += nums[i];\n\t\t\t}\n\t\t}",
"int i = 0 ;",
"int i = 0 ;",
"i",
"0",
"i < nums.length",
"i",
"nums.length",
"nums",
"nums.length",
"i++",
"i++",
"i",
"{\n\t\t\t if( i < (nums.length -1) ){\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}else{\n\t\t\t\tresult += nums[i];\n\t\t\t}\n\t\t}",
"{\n\t\t\t if( i < (nums.length -1) ){\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}else{\n\t\t\t\tresult += nums[i];\n\t\t\t}\n\t\t}",
"if( i < (nums.length -1) ){\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}else{\n\t\t\t\tresult += nums[i];\n\t\t\t}",
"i < (nums.length -1)",
"i",
"(nums.length -1)",
"nums.length",
"nums",
"nums.length",
"1",
"{\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}",
"result += ( nums[i] + \" \" )",
"result",
"( nums[i] + \" \" )",
"nums[i]",
"nums",
"i",
"\" \"",
"{\n\t\t\t\tresult += nums[i];\n\t\t\t}",
"result += nums[i]",
"result",
"nums[i]",
"nums",
"i",
"System.out.println( result )",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main\n{\n\tpublic static void main(String[] args) throws java.io.IOException\n\t{\n\t\tjava.io.BufferedReader br = new java.io.BufferedReader( new java.io.InputStreamReader( System.in ) );\n\t\t\n\t\tString[] st = br.readLine().split(\" \");\n\t\tint[] nums = new int[st.length];\n\t\tfor( int i = 0 ; i < nums.length ; i++ ) nums[i] = Integer.parseInt( st[i] );\n\t\t\n\t\t\n\t\tint x;\n\t\tboolean exchange = true;\n\t\twhile( exchange )\n\t\t{\n\t\t\texchange = false;\n\t\t\tfor( int i = 0 ; i < (nums.length - 1) ; i++ )\n\t\t\t{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tString result = \"\";\n\t\tfor( int i = 0 ; i < nums.length ; i++ )\n\t\t{\n\t\t\t if( i < (nums.length -1) ){\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}else{\n\t\t\t\tresult += nums[i];\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( result );\n\t}\n}",
"public class Main\n{\n\tpublic static void main(String[] args) throws java.io.IOException\n\t{\n\t\tjava.io.BufferedReader br = new java.io.BufferedReader( new java.io.InputStreamReader( System.in ) );\n\t\t\n\t\tString[] st = br.readLine().split(\" \");\n\t\tint[] nums = new int[st.length];\n\t\tfor( int i = 0 ; i < nums.length ; i++ ) nums[i] = Integer.parseInt( st[i] );\n\t\t\n\t\t\n\t\tint x;\n\t\tboolean exchange = true;\n\t\twhile( exchange )\n\t\t{\n\t\t\texchange = false;\n\t\t\tfor( int i = 0 ; i < (nums.length - 1) ; i++ )\n\t\t\t{\n\t\t\t\tif( nums[i] > nums[i+1] )\n\t\t\t\t{\n\t\t\t\t\tx = nums[i];\n\t\t\t\t\tnums[i] = nums[i+1];\n\t\t\t\t\tnums[i+1] = x;\n\t\t\t\t\texchange = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tString result = \"\";\n\t\tfor( int i = 0 ; i < nums.length ; i++ )\n\t\t{\n\t\t\t if( i < (nums.length -1) ){\n\t\t\t\t result += ( nums[i] + \" \" );\n\t\t\t}else{\n\t\t\t\tresult += nums[i];\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( result );\n\t}\n}",
"Main"
] | public class Main
{
public static void main(String[] args) throws java.io.IOException
{
java.io.BufferedReader br = new java.io.BufferedReader( new java.io.InputStreamReader( System.in ) );
String[] st = br.readLine().split(" ");
int[] nums = new int[st.length];
for( int i = 0 ; i < nums.length ; i++ ) nums[i] = Integer.parseInt( st[i] );
int x;
boolean exchange = true;
while( exchange )
{
exchange = false;
for( int i = 0 ; i < (nums.length - 1) ; i++ )
{
if( nums[i] > nums[i+1] )
{
x = nums[i];
nums[i] = nums[i+1];
nums[i+1] = x;
exchange = true;
}
}
}
String result = "";
for( int i = 0 ; i < nums.length ; i++ )
{
if( i < (nums.length -1) ){
result += ( nums[i] + " " );
}else{
result += nums[i];
}
}
System.out.println( result );
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
2,
13,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
13,
30,
30,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
2,
13,
13,
0,
18,
13,
2,
13,
13,
13,
4,
18,
18,
13,
13,
2,
18,
13,
13,
17,
4,
18,
18,
13,
13,
18,
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,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
40,
51
],
[
52,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
53,
63
],
[
63,
64
],
[
64,
65
],
[
53,
66
],
[
67,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
75,
77
],
[
68,
78
],
[
68,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
82,
84
],
[
79,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
91,
92
],
[
91,
93
],
[
79,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
97,
99
],
[
94,
100
],
[
52,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
8,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
111,
116
],
[
116,
117
],
[
116,
118
],
[
6,
119
],
[
119,
120
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint num[] = new int[3];\n\t\tnum[0] = sc.nextInt();\n\t\tnum[1] = sc.nextInt();\n\t\tnum[2] = sc.nextInt();\n\t\tint a = 0;\n\t\tfor(int i=0;i<2;i++){\n\t\t\tfor(int j=1;i+j<3;j++){\n\t\t\t\tif(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}\n\t\t\t}\n\t\tSystem.out.print(num[i]+\" \");\n\t\t}\n\t\tSystem.out.println(num[2]);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint num[] = new int[3];\n\t\tnum[0] = sc.nextInt();\n\t\tnum[1] = sc.nextInt();\n\t\tnum[2] = sc.nextInt();\n\t\tint a = 0;\n\t\tfor(int i=0;i<2;i++){\n\t\t\tfor(int j=1;i+j<3;j++){\n\t\t\t\tif(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}\n\t\t\t}\n\t\tSystem.out.print(num[i]+\" \");\n\t\t}\n\t\tSystem.out.println(num[2]);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint num[] = new int[3];\n\t\tnum[0] = sc.nextInt();\n\t\tnum[1] = sc.nextInt();\n\t\tnum[2] = sc.nextInt();\n\t\tint a = 0;\n\t\tfor(int i=0;i<2;i++){\n\t\t\tfor(int j=1;i+j<3;j++){\n\t\t\t\tif(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}\n\t\t\t}\n\t\tSystem.out.print(num[i]+\" \");\n\t\t}\n\t\tSystem.out.println(num[2]);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint num[] = new int[3];\n\t\tnum[0] = sc.nextInt();\n\t\tnum[1] = sc.nextInt();\n\t\tnum[2] = sc.nextInt();\n\t\tint a = 0;\n\t\tfor(int i=0;i<2;i++){\n\t\t\tfor(int j=1;i+j<3;j++){\n\t\t\t\tif(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}\n\t\t\t}\n\t\tSystem.out.print(num[i]+\" \");\n\t\t}\n\t\tSystem.out.println(num[2]);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int num[] = new int[3];",
"num",
"new int[3]",
"3",
"num[0] = sc.nextInt()",
"num[0]",
"num",
"0",
"sc.nextInt()",
"sc.nextInt",
"sc",
"num[1] = sc.nextInt()",
"num[1]",
"num",
"1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"num[2] = sc.nextInt()",
"num[2]",
"num",
"2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int a = 0;",
"a",
"0",
"for(int i=0;i<2;i++){\n\t\t\tfor(int j=1;i+j<3;j++){\n\t\t\t\tif(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}\n\t\t\t}\n\t\tSystem.out.print(num[i]+\" \");\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<2",
"i",
"2",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j=1;i+j<3;j++){\n\t\t\t\tif(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}\n\t\t\t}\n\t\tSystem.out.print(num[i]+\" \");\n\t\t}",
"{\n\t\t\tfor(int j=1;i+j<3;j++){\n\t\t\t\tif(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}\n\t\t\t}\n\t\tSystem.out.print(num[i]+\" \");\n\t\t}",
"for(int j=1;i+j<3;j++){\n\t\t\t\tif(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}\n\t\t\t}",
"int j=1;",
"int j=1;",
"j",
"1",
"i+j<3",
"i+j",
"i",
"j",
"3",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}\n\t\t\t}",
"if(num[i] < num[i+j]){\n\t\t\t\t}else\t{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}",
"num[i] < num[i+j]",
"num[i]",
"num",
"i",
"num[i+j]",
"num",
"i+j",
"i",
"j",
"{\n\t\t\t\t}",
"{\n\t\t\t\t\ta = num[i];\n\t\t\t\t\tnum[i] = num[i+j];\n\t\t\t\t\tnum[i+j] = a;\n\t\t\t\t}",
"a = num[i]",
"a",
"num[i]",
"num",
"i",
"num[i] = num[i+j]",
"num[i]",
"num",
"i",
"num[i+j]",
"num",
"i+j",
"i",
"j",
"num[i+j] = a",
"num[i+j]",
"num",
"i+j",
"i",
"j",
"a",
"System.out.print(num[i]+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"num[i]+\" \"",
"num[i]",
"num",
"i",
"\" \"",
"System.out.println(num[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"num[2]",
"num",
"2",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int num[] = new int[3];
num[0] = sc.nextInt();
num[1] = sc.nextInt();
num[2] = sc.nextInt();
int a = 0;
for(int i=0;i<2;i++){
for(int j=1;i+j<3;j++){
if(num[i] < num[i+j]){
}else {
a = num[i];
num[i] = num[i+j];
num[i+j] = a;
}
}
System.out.print(num[i]+" ");
}
System.out.println(num[2]);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
0,
13,
20,
41,
13,
20,
4,
18,
13,
4,
18,
13,
23,
13,
6,
13,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
4,
18,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
4,
18,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
4,
18,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
19,
20
],
[
19,
21
],
[
0,
22
],
[
22,
23
],
[
22,
24
],
[
0,
25
],
[
25,
26
],
[
25,
27
],
[
0,
28
],
[
28,
29
],
[
28,
30
],
[
0,
31
],
[
238,
32
],
[
238,
33
],
[
33,
34
],
[
238,
35
],
[
35,
36
],
[
238,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
39,
46
],
[
46,
47
],
[
46,
48
],
[
39,
49
],
[
49,
50
],
[
50,
51
],
[
39,
52
],
[
52,
53
],
[
53,
54
],
[
37,
55
],
[
55,
56
],
[
238,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
61,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
61,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
61,
77
],
[
77,
78
],
[
77,
79
],
[
61,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
88,
90
],
[
84,
91
],
[
91,
92
],
[
91,
93
],
[
61,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
102,
103
],
[
102,
104
],
[
98,
105
],
[
105,
106
],
[
105,
107
],
[
61,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
116,
117
],
[
116,
118
],
[
112,
119
],
[
119,
120
],
[
119,
121
],
[
61,
122
],
[
122,
123
],
[
123,
124
],
[
122,
125
],
[
128,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
126,
132
],
[
128,
133
],
[
238,
134
],
[
134,
135
],
[
134,
136
],
[
136,
137
],
[
134,
138
],
[
138,
139
],
[
134,
140
],
[
140,
141
],
[
140,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
140,
146
],
[
146,
147
],
[
134,
148
],
[
148,
149
],
[
148,
150
],
[
150,
151
],
[
151,
152
],
[
152,
153
],
[
153,
154
],
[
153,
155
],
[
152,
156
],
[
156,
157
],
[
157,
158
],
[
158,
159
],
[
151,
160
],
[
160,
161
],
[
161,
162
],
[
161,
163
],
[
150,
164
],
[
164,
165
],
[
165,
166
],
[
166,
167
],
[
165,
168
],
[
168,
169
],
[
169,
170
],
[
134,
171
],
[
171,
172
],
[
171,
173
],
[
173,
174
],
[
174,
175
],
[
175,
176
],
[
176,
177
],
[
176,
178
],
[
175,
179
],
[
179,
180
],
[
180,
181
],
[
181,
182
],
[
174,
183
],
[
183,
184
],
[
184,
185
],
[
184,
186
],
[
173,
187
],
[
187,
188
],
[
188,
189
],
[
189,
190
],
[
188,
191
],
[
191,
192
],
[
192,
193
],
[
134,
194
],
[
194,
195
],
[
194,
196
],
[
196,
197
],
[
197,
198
],
[
198,
199
],
[
199,
200
],
[
199,
201
],
[
198,
202
],
[
202,
203
],
[
203,
204
],
[
204,
205
],
[
197,
206
],
[
206,
207
],
[
207,
208
],
[
207,
209
],
[
196,
210
],
[
210,
211
],
[
211,
212
],
[
212,
213
],
[
134,
214
],
[
214,
215
],
[
214,
216
],
[
216,
217
],
[
217,
218
],
[
218,
219
],
[
219,
220
],
[
219,
221
],
[
218,
222
],
[
222,
223
],
[
223,
224
],
[
224,
225
],
[
217,
226
],
[
226,
227
],
[
227,
228
],
[
227,
229
],
[
216,
230
],
[
230,
231
],
[
231,
232
],
[
232,
233
],
[
231,
234
],
[
234,
235
],
[
235,
236
],
[
0,
237
],
[
237,
238
],
[
237,
239
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.util.Arrays;\nimport java.util.StringTokenizer;\nimport java.math.BigInteger;\nimport java.time.chrono.MinguoChronology;\n\npublic class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int min = in.nextInt();\n int second = in.nextInt();\n int max = in.nextInt();\n int swap = 0;\n \n if (min > second) {\n swap = min;\n min = second;\n second = swap;\n }\n if (min > max) {\n swap = min;\n min = max;\n max = swap;\n }\n if (second > max) {\n swap = max;\n max = second;\n second = swap;\n }\n out.println(min+\" \"+second+\" \"+max);\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.io.OutputStream;",
"OutputStream",
"java.io",
"import java.io.PrintWriter;",
"PrintWriter",
"java.io",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"import java.math.BigInteger;",
"BigInteger",
"java.math",
"import java.time.chrono.MinguoChronology;",
"MinguoChronology",
"java.time.chrono",
"public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int min = in.nextInt();\n int second = in.nextInt();\n int max = in.nextInt();\n int swap = 0;\n \n if (min > second) {\n swap = min;\n min = second;\n second = swap;\n }\n if (min > max) {\n swap = min;\n min = max;\n max = swap;\n }\n if (second > max) {\n swap = max;\n max = second;\n second = swap;\n }\n out.println(min+\" \"+second+\" \"+max);\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}",
"Main",
"static InputReader in;",
"in",
"static PrintWriter out;",
"out",
"public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}",
"main",
"{\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}",
"in = new InputReader(System.in)",
"in",
"new InputReader(System.in)",
"out = new PrintWriter(System.out)",
"out",
"new PrintWriter(System.out)",
"Solution solver = new Solution();",
"solver",
"new Solution()",
"solver.solve()",
"solver.solve",
"solver",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static class Solution {\n void solve() throws IOException {\n int min = in.nextInt();\n int second = in.nextInt();\n int max = in.nextInt();\n int swap = 0;\n \n if (min > second) {\n swap = min;\n min = second;\n second = swap;\n }\n if (min > max) {\n swap = min;\n min = max;\n max = swap;\n }\n if (second > max) {\n swap = max;\n max = second;\n second = swap;\n }\n out.println(min+\" \"+second+\" \"+max);\n }\n }",
"Solution",
"void solve() throws IOException {\n int min = in.nextInt();\n int second = in.nextInt();\n int max = in.nextInt();\n int swap = 0;\n \n if (min > second) {\n swap = min;\n min = second;\n second = swap;\n }\n if (min > max) {\n swap = min;\n min = max;\n max = swap;\n }\n if (second > max) {\n swap = max;\n max = second;\n second = swap;\n }\n out.println(min+\" \"+second+\" \"+max);\n }",
"solve",
"{\n int min = in.nextInt();\n int second = in.nextInt();\n int max = in.nextInt();\n int swap = 0;\n \n if (min > second) {\n swap = min;\n min = second;\n second = swap;\n }\n if (min > max) {\n swap = min;\n min = max;\n max = swap;\n }\n if (second > max) {\n swap = max;\n max = second;\n second = swap;\n }\n out.println(min+\" \"+second+\" \"+max);\n }",
"int min = in.nextInt();",
"min",
"in.nextInt()",
"in.nextInt",
"in",
"int second = in.nextInt();",
"second",
"in.nextInt()",
"in.nextInt",
"in",
"int max = in.nextInt();",
"max",
"in.nextInt()",
"in.nextInt",
"in",
"int swap = 0;",
"swap",
"0",
"if (min > second) {\n swap = min;\n min = second;\n second = swap;\n }",
"min > second",
"min",
"second",
"{\n swap = min;\n min = second;\n second = swap;\n }",
"swap = min",
"swap",
"min",
"min = second",
"min",
"second",
"second = swap",
"second",
"swap",
"if (min > max) {\n swap = min;\n min = max;\n max = swap;\n }",
"min > max",
"min",
"max",
"{\n swap = min;\n min = max;\n max = swap;\n }",
"swap = min",
"swap",
"min",
"min = max",
"min",
"max",
"max = swap",
"max",
"swap",
"if (second > max) {\n swap = max;\n max = second;\n second = swap;\n }",
"second > max",
"second",
"max",
"{\n swap = max;\n max = second;\n second = swap;\n }",
"swap = max",
"swap",
"max",
"max = second",
"max",
"second",
"second = swap",
"second",
"swap",
"out.println(min+\" \"+second+\" \"+max)",
"out.println",
"out",
"min+\" \"+second+\" \"+max",
"\" \"",
"second",
"min+\" \"+second+\" \"+max",
"min",
"\" \"",
"second",
"\" \"",
"max",
"static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }",
"InputReader",
"public BufferedReader br;",
"br",
"public StringTokenizer st;",
"st",
"public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }",
"InputReader",
"{\n br = new BufferedReader(new InputStreamReader(stream));\n }",
"br = new BufferedReader(new InputStreamReader(stream))",
"br",
"new BufferedReader(new InputStreamReader(stream))",
"InputStream stream",
"stream",
"public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }",
"nextInt",
"{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }",
"while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"{\n st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return Integer.parseInt(st.nextToken());",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }",
"nextLong",
"{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }",
"while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"{\n st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return Long.parseLong(st.nextToken());",
"Long.parseLong(st.nextToken())",
"Long.parseLong",
"Long",
"st.nextToken()",
"st.nextToken",
"st",
"public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }",
"next",
"{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }",
"while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"{\n st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }",
"nextDouble",
"{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }",
"while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"{\n st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return Double.parseDouble(st.nextToken());",
"Double.parseDouble(st.nextToken())",
"Double.parseDouble",
"Double",
"st.nextToken()",
"st.nextToken",
"st",
"public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int min = in.nextInt();\n int second = in.nextInt();\n int max = in.nextInt();\n int swap = 0;\n \n if (min > second) {\n swap = min;\n min = second;\n second = swap;\n }\n if (min > max) {\n swap = min;\n min = max;\n max = swap;\n }\n if (second > max) {\n swap = max;\n max = second;\n second = swap;\n }\n out.println(min+\" \"+second+\" \"+max);\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}",
"public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int min = in.nextInt();\n int second = in.nextInt();\n int max = in.nextInt();\n int swap = 0;\n \n if (min > second) {\n swap = min;\n min = second;\n second = swap;\n }\n if (min > max) {\n swap = min;\n min = max;\n max = swap;\n }\n if (second > max) {\n swap = max;\n max = second;\n second = swap;\n }\n out.println(min+\" \"+second+\" \"+max);\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.util.Arrays;
import java.util.StringTokenizer;
import java.math.BigInteger;
import java.time.chrono.MinguoChronology;
public class Main {
static InputReader in;
static PrintWriter out;
static class Solution {
void solve() throws IOException {
int min = in.nextInt();
int second = in.nextInt();
int max = in.nextInt();
int swap = 0;
if (min > second) {
swap = min;
min = second;
second = swap;
}
if (min > max) {
swap = min;
min = max;
max = swap;
}
if (second > max) {
swap = max;
max = second;
second = swap;
}
out.println(min+" "+second+" "+max);
}
}
public static void main(String[] args) throws IOException {
// ??????
in = new InputReader(System.in);
out = new PrintWriter(System.out);
Solution solver = new Solution();
solver.solve();
out.close();
}
static class InputReader {
public BufferedReader br;
public StringTokenizer st;
public InputReader(InputStream stream) {
br = new BufferedReader(new InputStreamReader(stream));
}
public int nextInt() throws IOException {
while (st == null || !st.hasMoreTokens()) {
st = new StringTokenizer(br.readLine());
}
return Integer.parseInt(st.nextToken());
}
public long nextLong() throws IOException {
while (st == null || !st.hasMoreTokens()) {
st = new StringTokenizer(br.readLine());
}
return Long.parseLong(st.nextToken());
}
public String next() throws IOException {
while (st == null || !st.hasMoreTokens()) {
st = new StringTokenizer(br.readLine());
}
return st.nextToken();
}
public double nextDouble() throws IOException {
while (st == null || !st.hasMoreTokens()) {
st = new StringTokenizer(br.readLine());
}
return Double.parseDouble(st.nextToken());
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
41,
13,
4,
18,
13,
0,
18,
13,
13,
4,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
41,
13,
13,
11,
1,
41,
13,
13,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
13,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
125,
5
],
[
125,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
23,
25
],
[
16,
26
],
[
26,
27
],
[
27,
28
],
[
16,
29
],
[
30,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
30,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
49,
50
],
[
49,
51
],
[
44,
52
],
[
52,
53
],
[
53,
54
],
[
44,
55
],
[
56,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
65,
66
],
[
65,
67
],
[
60,
68
],
[
68,
69
],
[
69,
70
],
[
60,
71
],
[
72,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
73,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
56,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
87,
89
],
[
56,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
94,
96
],
[
56,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
8,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
102,
107
],
[
110,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
110,
114
],
[
109,
115
],
[
115,
116
],
[
115,
117
],
[
108,
118
],
[
110,
119
],
[
119,
120
],
[
119,
121
],
[
6,
122
],
[
122,
123
],
[
0,
124
],
[
124,
125
],
[
124,
126
]
] | [
"import java.util.Scanner;\npublic class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint[] numbers = new int[3];\n\tfor (int i = 0; i < numbers.length; i++) {\n\t String input = scan.next();\n\t numbers[i] = Integer.parseInt(input);\n\t}\n\tfor (int i = 0; i < 3; i++) {\n\t int point = i;\n\t for (int j = point; j < 3; j++) {\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }\n\t int tmp = numbers[point];\n\t numbers[point] = numbers[i];\n\t numbers[i] = tmp;\n\t}\n\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint[] numbers = new int[3];\n\tfor (int i = 0; i < numbers.length; i++) {\n\t String input = scan.next();\n\t numbers[i] = Integer.parseInt(input);\n\t}\n\tfor (int i = 0; i < 3; i++) {\n\t int point = i;\n\t for (int j = point; j < 3; j++) {\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }\n\t int tmp = numbers[point];\n\t numbers[point] = numbers[i];\n\t numbers[i] = tmp;\n\t}\n\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n }\n}",
"Main",
"public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint[] numbers = new int[3];\n\tfor (int i = 0; i < numbers.length; i++) {\n\t String input = scan.next();\n\t numbers[i] = Integer.parseInt(input);\n\t}\n\tfor (int i = 0; i < 3; i++) {\n\t int point = i;\n\t for (int j = point; j < 3; j++) {\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }\n\t int tmp = numbers[point];\n\t numbers[point] = numbers[i];\n\t numbers[i] = tmp;\n\t}\n\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n }",
"main",
"{\n\tScanner scan = new Scanner(System.in);\n\tint[] numbers = new int[3];\n\tfor (int i = 0; i < numbers.length; i++) {\n\t String input = scan.next();\n\t numbers[i] = Integer.parseInt(input);\n\t}\n\tfor (int i = 0; i < 3; i++) {\n\t int point = i;\n\t for (int j = point; j < 3; j++) {\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }\n\t int tmp = numbers[point];\n\t numbers[point] = numbers[i];\n\t numbers[i] = tmp;\n\t}\n\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int[] numbers = new int[3];",
"numbers",
"new int[3]",
"3",
"for (int i = 0; i < numbers.length; i++) {\n\t String input = scan.next();\n\t numbers[i] = Integer.parseInt(input);\n\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < numbers.length",
"i",
"numbers.length",
"numbers",
"numbers.length",
"i++",
"i++",
"i",
"{\n\t String input = scan.next();\n\t numbers[i] = Integer.parseInt(input);\n\t}",
"{\n\t String input = scan.next();\n\t numbers[i] = Integer.parseInt(input);\n\t}",
"String input = scan.next();",
"input",
"scan.next()",
"scan.next",
"scan",
"numbers[i] = Integer.parseInt(input)",
"numbers[i]",
"numbers",
"i",
"Integer.parseInt(input)",
"Integer.parseInt",
"Integer",
"input",
"for (int i = 0; i < 3; i++) {\n\t int point = i;\n\t for (int j = point; j < 3; j++) {\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }\n\t int tmp = numbers[point];\n\t numbers[point] = numbers[i];\n\t numbers[i] = tmp;\n\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t int point = i;\n\t for (int j = point; j < 3; j++) {\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }\n\t int tmp = numbers[point];\n\t numbers[point] = numbers[i];\n\t numbers[i] = tmp;\n\t}",
"{\n\t int point = i;\n\t for (int j = point; j < 3; j++) {\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }\n\t int tmp = numbers[point];\n\t numbers[point] = numbers[i];\n\t numbers[i] = tmp;\n\t}",
"int point = i;",
"point",
"i",
"for (int j = point; j < 3; j++) {\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }",
"int j = point;",
"int j = point;",
"j",
"point",
"j < 3",
"j",
"3",
"j++",
"j++",
"j",
"{\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }",
"{\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }",
"if (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}",
"numbers[point] > numbers[j]",
"numbers[point]",
"numbers",
"point",
"numbers[j]",
"numbers",
"j",
"{\n\t\t point = j;\n\t\t}",
"point = j",
"point",
"j",
"int tmp = numbers[point];",
"tmp",
"numbers[point]",
"numbers",
"point",
"numbers[point] = numbers[i]",
"numbers[point]",
"numbers",
"point",
"numbers[i]",
"numbers",
"i",
"numbers[i] = tmp",
"numbers[i]",
"numbers",
"i",
"tmp",
"System.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]",
"\" \"",
"numbers[1]",
"numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]",
"numbers[0]",
"numbers",
"0",
"\" \"",
"numbers[1]",
"numbers",
"1",
"\" \"",
"numbers[2]",
"numbers",
"2",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint[] numbers = new int[3];\n\tfor (int i = 0; i < numbers.length; i++) {\n\t String input = scan.next();\n\t numbers[i] = Integer.parseInt(input);\n\t}\n\tfor (int i = 0; i < 3; i++) {\n\t int point = i;\n\t for (int j = point; j < 3; j++) {\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }\n\t int tmp = numbers[point];\n\t numbers[point] = numbers[i];\n\t numbers[i] = tmp;\n\t}\n\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n }\n}",
"public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint[] numbers = new int[3];\n\tfor (int i = 0; i < numbers.length; i++) {\n\t String input = scan.next();\n\t numbers[i] = Integer.parseInt(input);\n\t}\n\tfor (int i = 0; i < 3; i++) {\n\t int point = i;\n\t for (int j = point; j < 3; j++) {\n\t\tif (numbers[point] > numbers[j]) {\n\t\t point = j;\n\t\t}\n\t }\n\t int tmp = numbers[point];\n\t numbers[point] = numbers[i];\n\t numbers[i] = tmp;\n\t}\n\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int[] numbers = new int[3];
for (int i = 0; i < numbers.length; i++) {
String input = scan.next();
numbers[i] = Integer.parseInt(input);
}
for (int i = 0; i < 3; i++) {
int point = i;
for (int j = point; j < 3; j++) {
if (numbers[point] > numbers[j]) {
point = j;
}
}
int tmp = numbers[point];
numbers[point] = numbers[i];
numbers[i] = tmp;
}
System.out.println(numbers[0] + " " + numbers[1] + " " + numbers[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
13,
4,
13,
18,
13,
17,
18,
13,
17,
18,
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
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
15,
20
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
21,
26
],
[
14,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
14,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
14,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
12,
45
],
[
45,
46
],
[
12,
47
],
[
47,
48
],
[
12,
49
],
[
49,
50
],
[
100,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
53,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
53,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
73,
74
],
[
53,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
80,
81
],
[
53,
82
],
[
82,
83
],
[
83,
84
],
[
82,
85
],
[
53,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
91,
92
],
[
91,
93
],
[
86,
94
],
[
94,
95
],
[
94,
96
],
[
51,
97
],
[
97,
98
],
[
0,
99
],
[
99,
100
],
[
99,
101
]
] | [
"import java.io.IOException;\nimport java.util.Arrays;\nimport java.util.Scanner;\n \npublic class Main {\n public static void print(int a,int b,int c){\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }\n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int []a=new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n \n Arrays.sort(a);\n print(a[0],a[1],a[2]); }\n \n } \n ",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void print(int a,int b,int c){\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }\n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int []a=new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n \n Arrays.sort(a);\n print(a[0],a[1],a[2]); }\n \n }",
"Main",
"public static void print(int a,int b,int c){\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }",
"print",
"{\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }",
"System.out.print(a)",
"System.out.print",
"System.out",
"System",
"System.out",
"a",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(b)",
"System.out.print",
"System.out",
"System",
"System.out",
"b",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(c)",
"System.out.println",
"System.out",
"System",
"System.out",
"c",
"int a",
"a",
"int b",
"b",
"int c",
"c",
"public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int []a=new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n \n Arrays.sort(a);\n print(a[0],a[1],a[2]); }",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n int []a=new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n \n Arrays.sort(a);\n print(a[0],a[1],a[2]); }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int []a=new int[3];",
"a",
"new int[3]",
"3",
"a[0] = sc.nextInt()",
"a[0]",
"a",
"0",
"sc.nextInt()",
"sc.nextInt",
"sc",
"a[1] = sc.nextInt()",
"a[1]",
"a",
"1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"a[2] = sc.nextInt()",
"a[2]",
"a",
"2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Arrays.sort(a)",
"Arrays.sort",
"Arrays",
"a",
"print(a[0],a[1],a[2])",
"print",
"a[0]",
"a",
"0",
"a[1]",
"a",
"1",
"a[2]",
"a",
"2",
"String[] args",
"args",
"public class Main {\n public static void print(int a,int b,int c){\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }\n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int []a=new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n \n Arrays.sort(a);\n print(a[0],a[1],a[2]); }\n \n }",
"public class Main {\n public static void print(int a,int b,int c){\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }\n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int []a=new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n \n Arrays.sort(a);\n print(a[0],a[1],a[2]); }\n \n }",
"Main"
] | import java.io.IOException;
import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void print(int a,int b,int c){
System.out.print(a);
System.out.print(" ");
System.out.print(b);
System.out.print(" ");
System.out.println(c);
}
public static void main(String[] args) throws IOException {
Scanner sc = new Scanner(System.in);
int []a=new int[3];
a[0] = sc.nextInt();
a[1] = sc.nextInt();
a[2] = sc.nextInt();
Arrays.sort(a);
print(a[0],a[1],a[2]); }
}
|
[
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,
20,
41,
13,
4,
18,
13,
17,
41,
13,
20,
4,
18,
13,
4,
18,
13,
18,
13,
17,
4,
18,
13,
4,
18,
13,
18,
13,
17,
4,
18,
13,
4,
18,
13,
18,
13,
17,
4,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
4,
18,
13,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
4,
18,
13,
13,
14,
2,
13,
2,
4,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
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
],
[
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
],
[
20,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
20,
33
],
[
33,
34
],
[
33,
35
],
[
20,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
20,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
20,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
60,
62
],
[
20,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
20,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
67,
77
],
[
77,
78
],
[
78,
79
],
[
67,
80
],
[
81,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
87,
88
],
[
88,
89
],
[
87,
90
],
[
81,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
94,
98
],
[
91,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
100,
105
],
[
20,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
18,
111
],
[
111,
112
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.Collections;\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tArrayList<Integer> al = new ArrayList<Integer>();\n\t\tal.add(Integer.parseInt(ss[0]));\n\t\tal.add(Integer.parseInt(ss[1]));\n\t\tal.add(Integer.parseInt(ss[2]));\n\t\tCollections.sort(al);\n\t\tfor(int i = 0;i < al.size();i++){\n\t\t\tSystem.out.print(al.get(i));\n\t\t\tif(i < al.size()-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\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",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tArrayList<Integer> al = new ArrayList<Integer>();\n\t\tal.add(Integer.parseInt(ss[0]));\n\t\tal.add(Integer.parseInt(ss[1]));\n\t\tal.add(Integer.parseInt(ss[2]));\n\t\tCollections.sort(al);\n\t\tfor(int i = 0;i < al.size();i++){\n\t\t\tSystem.out.print(al.get(i));\n\t\t\tif(i < al.size()-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tArrayList<Integer> al = new ArrayList<Integer>();\n\t\tal.add(Integer.parseInt(ss[0]));\n\t\tal.add(Integer.parseInt(ss[1]));\n\t\tal.add(Integer.parseInt(ss[2]));\n\t\tCollections.sort(al);\n\t\tfor(int i = 0;i < al.size();i++){\n\t\t\tSystem.out.print(al.get(i));\n\t\t\tif(i < al.size()-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tArrayList<Integer> al = new ArrayList<Integer>();\n\t\tal.add(Integer.parseInt(ss[0]));\n\t\tal.add(Integer.parseInt(ss[1]));\n\t\tal.add(Integer.parseInt(ss[2]));\n\t\tCollections.sort(al);\n\t\tfor(int i = 0;i < al.size();i++){\n\t\t\tSystem.out.print(al.get(i));\n\t\t\tif(i < al.size()-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String s = new String(in.readLine());",
"s",
"new String(in.readLine())",
"String[] ss = s.split(\" \");",
"ss",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"ArrayList<Integer> al = new ArrayList<Integer>();",
"al",
"new ArrayList<Integer>()",
"al.add(Integer.parseInt(ss[0]))",
"al.add",
"al",
"Integer.parseInt(ss[0])",
"Integer.parseInt",
"Integer",
"ss[0]",
"ss",
"0",
"al.add(Integer.parseInt(ss[1]))",
"al.add",
"al",
"Integer.parseInt(ss[1])",
"Integer.parseInt",
"Integer",
"ss[1]",
"ss",
"1",
"al.add(Integer.parseInt(ss[2]))",
"al.add",
"al",
"Integer.parseInt(ss[2])",
"Integer.parseInt",
"Integer",
"ss[2]",
"ss",
"2",
"Collections.sort(al)",
"Collections.sort",
"Collections",
"al",
"for(int i = 0;i < al.size();i++){\n\t\t\tSystem.out.print(al.get(i));\n\t\t\tif(i < al.size()-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < al.size()",
"i",
"al.size()",
"al.size",
"al",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.print(al.get(i));\n\t\t\tif(i < al.size()-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"{\n\t\t\tSystem.out.print(al.get(i));\n\t\t\tif(i < al.size()-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"System.out.print(al.get(i))",
"System.out.print",
"System.out",
"System",
"System.out",
"al.get(i)",
"al.get",
"al",
"i",
"if(i < al.size()-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}",
"i < al.size()-1",
"i",
"al.size()-1",
"al.size()",
"al.size",
"al",
"1",
"{\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String s = new String(in.readLine());
String[] ss = s.split(" ");
ArrayList<Integer> al = new ArrayList<Integer>();
al.add(Integer.parseInt(ss[0]));
al.add(Integer.parseInt(ss[1]));
al.add(Integer.parseInt(ss[2]));
Collections.sort(al);
for(int i = 0;i < al.size();i++){
System.out.print(al.get(i));
if(i < al.size()-1){
System.out.print(" ");
}
}
System.out.println();
}
} |
[
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,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
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
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
20,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
78,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
78,
83
],
[
65,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
97,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
95,
101
],
[
97,
102
],
[
84,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
112,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
110,
116
],
[
112,
117
],
[
60,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
119,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
124,
129
],
[
132,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
131,
135
],
[
130,
136
],
[
132,
137
],
[
119,
138
],
[
138,
139
],
[
139,
140
],
[
139,
141
],
[
138,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
143,
148
],
[
151,
149
],
[
149,
150
],
[
150,
151
],
[
151,
152
],
[
151,
153
],
[
150,
154
],
[
149,
155
],
[
151,
156
],
[
138,
157
],
[
157,
158
],
[
158,
159
],
[
159,
160
],
[
160,
161
],
[
160,
162
],
[
158,
163
],
[
166,
164
],
[
164,
165
],
[
165,
166
],
[
166,
167
],
[
166,
168
],
[
165,
169
],
[
164,
170
],
[
166,
171
],
[
18,
172
],
[
172,
173
]
] | [
"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[] abc = str.split(\" \", 0);\n int a = Integer.parseInt(abc[0]);\n int b = Integer.parseInt(abc[1]);\n int c = Integer.parseInt(abc[2]);\n\n if(a < b){\n \t if (b<c){ \t \n System.out.println(a+\" \"+b+\" \"+c);}\n \t else if(a<c){\n \t\t System.out.println(a+\" \"+c+\" \"+b);}\n \t else{\n \t\t System.out.println(c+\" \"+a+\" \"+b);}\n \t } \t \n else {\n \t if (a<c){ \t \n System.out.println(b+\" \"+a+\" \"+c);}\n \t else if(b<c){\n \t\t System.out.println(b+\" \"+c+\" \"+a);}\n \t else{\n \t\t System.out.println(c+\" \"+b+\" \"+a);}\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[] abc = str.split(\" \", 0);\n int a = Integer.parseInt(abc[0]);\n int b = Integer.parseInt(abc[1]);\n int c = Integer.parseInt(abc[2]);\n\n if(a < b){\n \t if (b<c){ \t \n System.out.println(a+\" \"+b+\" \"+c);}\n \t else if(a<c){\n \t\t System.out.println(a+\" \"+c+\" \"+b);}\n \t else{\n \t\t System.out.println(c+\" \"+a+\" \"+b);}\n \t } \t \n else {\n \t if (a<c){ \t \n System.out.println(b+\" \"+a+\" \"+c);}\n \t else if(b<c){\n \t\t System.out.println(b+\" \"+c+\" \"+a);}\n \t else{\n \t\t System.out.println(c+\" \"+b+\" \"+a);}\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[] abc = str.split(\" \", 0);\n int a = Integer.parseInt(abc[0]);\n int b = Integer.parseInt(abc[1]);\n int c = Integer.parseInt(abc[2]);\n\n if(a < b){\n \t if (b<c){ \t \n System.out.println(a+\" \"+b+\" \"+c);}\n \t else if(a<c){\n \t\t System.out.println(a+\" \"+c+\" \"+b);}\n \t else{\n \t\t System.out.println(c+\" \"+a+\" \"+b);}\n \t } \t \n else {\n \t if (a<c){ \t \n System.out.println(b+\" \"+a+\" \"+c);}\n \t else if(b<c){\n \t\t System.out.println(b+\" \"+c+\" \"+a);}\n \t else{\n \t\t System.out.println(c+\" \"+b+\" \"+a);}\n }\n}",
"main",
"{\n\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] abc = str.split(\" \", 0);\n int a = Integer.parseInt(abc[0]);\n int b = Integer.parseInt(abc[1]);\n int c = Integer.parseInt(abc[2]);\n\n if(a < b){\n \t if (b<c){ \t \n System.out.println(a+\" \"+b+\" \"+c);}\n \t else if(a<c){\n \t\t System.out.println(a+\" \"+c+\" \"+b);}\n \t else{\n \t\t System.out.println(c+\" \"+a+\" \"+b);}\n \t } \t \n else {\n \t if (a<c){ \t \n System.out.println(b+\" \"+a+\" \"+c);}\n \t else if(b<c){\n \t\t System.out.println(b+\" \"+c+\" \"+a);}\n \t else{\n \t\t System.out.println(c+\" \"+b+\" \"+a);}\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[] abc = str.split(\" \", 0);",
"abc",
"str.split(\" \", 0)",
"str.split",
"str",
"\" \"",
"0",
"int a = Integer.parseInt(abc[0]);",
"a",
"Integer.parseInt(abc[0])",
"Integer.parseInt",
"Integer",
"abc[0]",
"abc",
"0",
"int b = Integer.parseInt(abc[1]);",
"b",
"Integer.parseInt(abc[1])",
"Integer.parseInt",
"Integer",
"abc[1]",
"abc",
"1",
"int c = Integer.parseInt(abc[2]);",
"c",
"Integer.parseInt(abc[2])",
"Integer.parseInt",
"Integer",
"abc[2]",
"abc",
"2",
"if(a < b){\n \t if (b<c){ \t \n System.out.println(a+\" \"+b+\" \"+c);}\n \t else if(a<c){\n \t\t System.out.println(a+\" \"+c+\" \"+b);}\n \t else{\n \t\t System.out.println(c+\" \"+a+\" \"+b);}\n \t } \t \n else {\n \t if (a<c){ \t \n System.out.println(b+\" \"+a+\" \"+c);}\n \t else if(b<c){\n \t\t System.out.println(b+\" \"+c+\" \"+a);}\n \t else{\n \t\t System.out.println(c+\" \"+b+\" \"+a);}\n }",
"a < b",
"a",
"b",
"{\n \t if (b<c){ \t \n System.out.println(a+\" \"+b+\" \"+c);}\n \t else if(a<c){\n \t\t System.out.println(a+\" \"+c+\" \"+b);}\n \t else{\n \t\t System.out.println(c+\" \"+a+\" \"+b);}\n \t }",
"if (b<c){ \t \n System.out.println(a+\" \"+b+\" \"+c);}\n \t else if(a<c){\n \t\t System.out.println(a+\" \"+c+\" \"+b);}\n \t else{\n \t\t System.out.println(c+\" \"+a+\" \"+b);}",
"b<c",
"b",
"c",
"{ \t \n System.out.println(a+\" \"+b+\" \"+c);}",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"if(a<c){\n \t\t System.out.println(a+\" \"+c+\" \"+b);}\n \t else{\n \t\t System.out.println(c+\" \"+a+\" \"+b);}",
"a<c",
"a",
"c",
"{\n \t\t System.out.println(a+\" \"+c+\" \"+b);}",
"System.out.println(a+\" \"+c+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+c+\" \"+b",
"\" \"",
"c",
"a+\" \"+c+\" \"+b",
"a",
"\" \"",
"c",
"\" \"",
"b",
"{\n \t\t System.out.println(c+\" \"+a+\" \"+b);}",
"System.out.println(c+\" \"+a+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+a+\" \"+b",
"\" \"",
"a",
"c+\" \"+a+\" \"+b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"{\n \t if (a<c){ \t \n System.out.println(b+\" \"+a+\" \"+c);}\n \t else if(b<c){\n \t\t System.out.println(b+\" \"+c+\" \"+a);}\n \t else{\n \t\t System.out.println(c+\" \"+b+\" \"+a);}\n }",
"if (a<c){ \t \n System.out.println(b+\" \"+a+\" \"+c);}\n \t else if(b<c){\n \t\t System.out.println(b+\" \"+c+\" \"+a);}\n \t else{\n \t\t System.out.println(c+\" \"+b+\" \"+a);}",
"a<c",
"a",
"c",
"{ \t \n System.out.println(b+\" \"+a+\" \"+c);}",
"System.out.println(b+\" \"+a+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+a+\" \"+c",
"\" \"",
"a",
"b+\" \"+a+\" \"+c",
"b",
"\" \"",
"a",
"\" \"",
"c",
"if(b<c){\n \t\t System.out.println(b+\" \"+c+\" \"+a);}\n \t else{\n \t\t System.out.println(c+\" \"+b+\" \"+a);}",
"b<c",
"b",
"c",
"{\n \t\t System.out.println(b+\" \"+c+\" \"+a);}",
"System.out.println(b+\" \"+c+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+c+\" \"+a",
"\" \"",
"c",
"b+\" \"+c+\" \"+a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"{\n \t\t System.out.println(c+\" \"+b+\" \"+a);}",
"System.out.println(c+\" \"+b+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+b+\" \"+a",
"\" \"",
"b",
"c+\" \"+b+\" \"+a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"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[] abc = str.split(" ", 0);
int a = Integer.parseInt(abc[0]);
int b = Integer.parseInt(abc[1]);
int c = Integer.parseInt(abc[2]);
if(a < b){
if (b<c){
System.out.println(a+" "+b+" "+c);}
else if(a<c){
System.out.println(a+" "+c+" "+b);}
else{
System.out.println(c+" "+a+" "+b);}
}
else {
if (a<c){
System.out.println(b+" "+a+" "+c);}
else if(b<c){
System.out.println(b+" "+c+" "+a);}
else{
System.out.println(c+" "+b+" "+a);}
}
}
} |
[
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,
4,
18,
13,
13,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
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
],
[
27,
28
],
[
26,
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
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
14,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
62,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
60,
66
],
[
62,
67
],
[
12,
68
],
[
68,
69
]
] | [
"import java.io.*;\nimport java.lang.*; \nimport java.util.*; \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().split(\" \");\n Arrays.sort(str);\n int x = Integer.parseInt(str[0]);\n int y = Integer.parseInt(str[1]);\n int z = Integer.parseInt(str[2]);\n System.out.println(x + \" \" + y + \" \" + z);\n }\n}\n ",
"import java.io.*;",
"io.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"import java.util.*;",
"util.*",
"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().split(\" \");\n Arrays.sort(str);\n int x = Integer.parseInt(str[0]);\n int y = Integer.parseInt(str[1]);\n int z = Integer.parseInt(str[2]);\n System.out.println(x + \" \" + y + \" \" + z);\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().split(\" \");\n Arrays.sort(str);\n int x = Integer.parseInt(str[0]);\n int y = Integer.parseInt(str[1]);\n int z = Integer.parseInt(str[2]);\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n Arrays.sort(str);\n int x = Integer.parseInt(str[0]);\n int y = Integer.parseInt(str[1]);\n int z = Integer.parseInt(str[2]);\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"Arrays.sort(str)",
"Arrays.sort",
"Arrays",
"str",
"int x = Integer.parseInt(str[0]);",
"x",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int y = Integer.parseInt(str[1]);",
"y",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"int z = Integer.parseInt(str[2]);",
"z",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"System.out.println(x + \" \" + y + \" \" + z)",
"System.out.println",
"System.out",
"System",
"System.out",
"x + \" \" + y + \" \" + z",
"\" \"",
"y",
"x + \" \" + y + \" \" + z",
"x",
"\" \"",
"y",
"\" \"",
"z",
"String[] args",
"args"
] | import java.io.*;
import java.lang.*;
import java.util.*;
class Main{
public static void main(String[] args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] str = br.readLine().split(" ");
Arrays.sort(str);
int x = Integer.parseInt(str[0]);
int y = Integer.parseInt(str[1]);
int z = Integer.parseInt(str[2]);
System.out.println(x + " " + y + " " + z);
}
}
|
[
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,
14,
2,
13,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
156,
5
],
[
156,
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
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
44,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
42,
48
],
[
44,
49
],
[
32,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
62,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
60,
66
],
[
62,
67
],
[
50,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
73,
75
],
[
68,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
84,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
82,
88
],
[
84,
89
],
[
27,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
107,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
105,
111
],
[
107,
112
],
[
95,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
117,
122
],
[
125,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
123,
129
],
[
125,
130
],
[
113,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
132,
136
],
[
136,
137
],
[
136,
138
],
[
131,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
139,
144
],
[
147,
145
],
[
145,
146
],
[
146,
147
],
[
147,
148
],
[
147,
149
],
[
146,
150
],
[
145,
151
],
[
147,
152
],
[
6,
153
],
[
153,
154
],
[
0,
155
],
[
155,
156
],
[
155,
157
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\n public static void main(String argv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint num1 = scan.nextInt();\n\tint num2 = scan.nextInt();\n\tint num3 = scan.nextInt();\n\n\tif( num1 <= num2 )\n\t {\n\t\tif( num2 <= num3)\n\t\t System.out.println(num1+\" \"+num2+\" \"+num3);\n\t\telse if( num3 <= num1)\n\t\t System.out.println(num3+\" \"+num1+\" \"+num2);\n\t\telse if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);\n\t\t\n\t }\n\telse if( num2 <= num1 )\n\t {\n\n\t\tif( num1 <= num3)\n\t\t System.out.println(num2+\" \"+num1+\" \"+num3);\n\t\telse if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);\n\t }\n \n\n }\n\t\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\n public static void main(String argv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint num1 = scan.nextInt();\n\tint num2 = scan.nextInt();\n\tint num3 = scan.nextInt();\n\n\tif( num1 <= num2 )\n\t {\n\t\tif( num2 <= num3)\n\t\t System.out.println(num1+\" \"+num2+\" \"+num3);\n\t\telse if( num3 <= num1)\n\t\t System.out.println(num3+\" \"+num1+\" \"+num2);\n\t\telse if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);\n\t\t\n\t }\n\telse if( num2 <= num1 )\n\t {\n\n\t\tif( num1 <= num3)\n\t\t System.out.println(num2+\" \"+num1+\" \"+num3);\n\t\telse if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);\n\t }\n \n\n }\n\t\n\n}",
"Main",
"public static void main(String argv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint num1 = scan.nextInt();\n\tint num2 = scan.nextInt();\n\tint num3 = scan.nextInt();\n\n\tif( num1 <= num2 )\n\t {\n\t\tif( num2 <= num3)\n\t\t System.out.println(num1+\" \"+num2+\" \"+num3);\n\t\telse if( num3 <= num1)\n\t\t System.out.println(num3+\" \"+num1+\" \"+num2);\n\t\telse if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);\n\t\t\n\t }\n\telse if( num2 <= num1 )\n\t {\n\n\t\tif( num1 <= num3)\n\t\t System.out.println(num2+\" \"+num1+\" \"+num3);\n\t\telse if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);\n\t }\n \n\n }",
"main",
"{\n\tScanner scan = new Scanner(System.in);\n\n\tint num1 = scan.nextInt();\n\tint num2 = scan.nextInt();\n\tint num3 = scan.nextInt();\n\n\tif( num1 <= num2 )\n\t {\n\t\tif( num2 <= num3)\n\t\t System.out.println(num1+\" \"+num2+\" \"+num3);\n\t\telse if( num3 <= num1)\n\t\t System.out.println(num3+\" \"+num1+\" \"+num2);\n\t\telse if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);\n\t\t\n\t }\n\telse if( num2 <= num1 )\n\t {\n\n\t\tif( num1 <= num3)\n\t\t System.out.println(num2+\" \"+num1+\" \"+num3);\n\t\telse if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);\n\t }\n \n\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int num1 = scan.nextInt();",
"num1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int num2 = scan.nextInt();",
"num2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int num3 = scan.nextInt();",
"num3",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if( num1 <= num2 )\n\t {\n\t\tif( num2 <= num3)\n\t\t System.out.println(num1+\" \"+num2+\" \"+num3);\n\t\telse if( num3 <= num1)\n\t\t System.out.println(num3+\" \"+num1+\" \"+num2);\n\t\telse if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);\n\t\t\n\t }\n\telse if( num2 <= num1 )\n\t {\n\n\t\tif( num1 <= num3)\n\t\t System.out.println(num2+\" \"+num1+\" \"+num3);\n\t\telse if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);\n\t }",
"num1 <= num2",
"num1",
"num2",
"{\n\t\tif( num2 <= num3)\n\t\t System.out.println(num1+\" \"+num2+\" \"+num3);\n\t\telse if( num3 <= num1)\n\t\t System.out.println(num3+\" \"+num1+\" \"+num2);\n\t\telse if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);\n\t\t\n\t }",
"if( num2 <= num3)\n\t\t System.out.println(num1+\" \"+num2+\" \"+num3);\n\t\telse if( num3 <= num1)\n\t\t System.out.println(num3+\" \"+num1+\" \"+num2);\n\t\telse if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);",
"num2 <= num3",
"num2",
"num3",
"System.out.println(num1+\" \"+num2+\" \"+num3)",
"System.out.println",
"System.out",
"System",
"System.out",
"num1+\" \"+num2+\" \"+num3",
"\" \"",
"num2",
"num1+\" \"+num2+\" \"+num3",
"num1",
"\" \"",
"num2",
"\" \"",
"num3",
"if( num3 <= num1)\n\t\t System.out.println(num3+\" \"+num1+\" \"+num2);\n\t\telse if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);",
"num3 <= num1",
"num3",
"num1",
"System.out.println(num3+\" \"+num1+\" \"+num2)",
"System.out.println",
"System.out",
"System",
"System.out",
"num3+\" \"+num1+\" \"+num2",
"\" \"",
"num1",
"num3+\" \"+num1+\" \"+num2",
"num3",
"\" \"",
"num1",
"\" \"",
"num2",
"if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);",
"num1 <= num3 && num3 <= num2",
"num1 <= num3",
"num1",
"num3",
"num3 <= num2",
"num3",
"num2",
"System.out.println(num1+\" \"+num3+\" \"+num2)",
"System.out.println",
"System.out",
"System",
"System.out",
"num1+\" \"+num3+\" \"+num2",
"\" \"",
"num3",
"num1+\" \"+num3+\" \"+num2",
"num1",
"\" \"",
"num3",
"\" \"",
"num2",
"if( num2 <= num1 )\n\t {\n\n\t\tif( num1 <= num3)\n\t\t System.out.println(num2+\" \"+num1+\" \"+num3);\n\t\telse if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);\n\t }",
"num2 <= num1",
"num2",
"num1",
"{\n\n\t\tif( num1 <= num3)\n\t\t System.out.println(num2+\" \"+num1+\" \"+num3);\n\t\telse if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);\n\t }",
"if( num1 <= num3)\n\t\t System.out.println(num2+\" \"+num1+\" \"+num3);\n\t\telse if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);",
"num1 <= num3",
"num1",
"num3",
"System.out.println(num2+\" \"+num1+\" \"+num3)",
"System.out.println",
"System.out",
"System",
"System.out",
"num2+\" \"+num1+\" \"+num3",
"\" \"",
"num1",
"num2+\" \"+num1+\" \"+num3",
"num2",
"\" \"",
"num1",
"\" \"",
"num3",
"if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);",
"num3 <= num2",
"num3",
"num2",
"System.out.println(num3+\" \"+num2+\" \"+num1)",
"System.out.println",
"System.out",
"System",
"System.out",
"num3+\" \"+num2+\" \"+num1",
"\" \"",
"num2",
"num3+\" \"+num2+\" \"+num1",
"num3",
"\" \"",
"num2",
"\" \"",
"num1",
"if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);",
"num2 <= num3 && num3 <= num1",
"num2 <= num3",
"num2",
"num3",
"num3 <= num1",
"num3",
"num1",
"System.out.println(num2+\" \"+num3+\" \"+num1)",
"System.out.println",
"System.out",
"System",
"System.out",
"num2+\" \"+num3+\" \"+num1",
"\" \"",
"num3",
"num2+\" \"+num3+\" \"+num1",
"num2",
"\" \"",
"num3",
"\" \"",
"num1",
"String argv[]",
"argv",
"public class Main{\n\n public static void main(String argv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint num1 = scan.nextInt();\n\tint num2 = scan.nextInt();\n\tint num3 = scan.nextInt();\n\n\tif( num1 <= num2 )\n\t {\n\t\tif( num2 <= num3)\n\t\t System.out.println(num1+\" \"+num2+\" \"+num3);\n\t\telse if( num3 <= num1)\n\t\t System.out.println(num3+\" \"+num1+\" \"+num2);\n\t\telse if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);\n\t\t\n\t }\n\telse if( num2 <= num1 )\n\t {\n\n\t\tif( num1 <= num3)\n\t\t System.out.println(num2+\" \"+num1+\" \"+num3);\n\t\telse if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);\n\t }\n \n\n }\n\t\n\n}",
"public class Main{\n\n public static void main(String argv[])\n {\n\tScanner scan = new Scanner(System.in);\n\n\tint num1 = scan.nextInt();\n\tint num2 = scan.nextInt();\n\tint num3 = scan.nextInt();\n\n\tif( num1 <= num2 )\n\t {\n\t\tif( num2 <= num3)\n\t\t System.out.println(num1+\" \"+num2+\" \"+num3);\n\t\telse if( num3 <= num1)\n\t\t System.out.println(num3+\" \"+num1+\" \"+num2);\n\t\telse if( num1 <= num3 && num3 <= num2 )\n\t\t System.out.println(num1+\" \"+num3+\" \"+num2);\n\t\t\n\t }\n\telse if( num2 <= num1 )\n\t {\n\n\t\tif( num1 <= num3)\n\t\t System.out.println(num2+\" \"+num1+\" \"+num3);\n\t\telse if( num3 <= num2)\n\t\t System.out.println(num3+\" \"+num2+\" \"+num1);\n\t\telse if( num2 <= num3 && num3 <= num1 )\n\t\t System.out.println(num2+\" \"+num3+\" \"+num1);\n\t }\n \n\n }\n\t\n\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String argv[])
{
Scanner scan = new Scanner(System.in);
int num1 = scan.nextInt();
int num2 = scan.nextInt();
int num3 = scan.nextInt();
if( num1 <= num2 )
{
if( num2 <= num3)
System.out.println(num1+" "+num2+" "+num3);
else if( num3 <= num1)
System.out.println(num3+" "+num1+" "+num2);
else if( num1 <= num3 && num3 <= num2 )
System.out.println(num1+" "+num3+" "+num2);
}
else if( num2 <= num1 )
{
if( num1 <= num3)
System.out.println(num2+" "+num1+" "+num3);
else if( num3 <= num2)
System.out.println(num3+" "+num2+" "+num1);
else if( num2 <= num3 && num3 <= num1 )
System.out.println(num2+" "+num3+" "+num1);
}
}
} |
[
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,
41,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
63,
8
],
[
63,
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
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
32,
35
],
[
11,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
11,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
48,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
47,
53
],
[
53,
54
],
[
53,
55
],
[
46,
56
],
[
48,
57
],
[
57,
58
],
[
57,
59
],
[
9,
60
],
[
60,
61
],
[
0,
62
],
[
62,
63
],
[
62,
64
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\n//import java.io.*;\n \n//class Main{\n// public static void main(String[] args) throws Exception{\n// int x, ans;\n// \n// BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n// x = Integer.parseInt(br.readLine());\n// \n// ans = x*x*x;\n// System.out.println(ans);\n// }\n//}\n\n//class Main {\n// public static void main(String[] arg)throws IOException{\n// BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n// String str = br.readLine();\n// String[] div = str.split(\" \");\n// int s = Integer.parseInt(div[0]);\n// int l = Integer.parseInt(div[1]);\n// System.out.println(s*l + \" \"+ 2*(s+l));\n// } \n//}\n\n//import java.io.BufferedReader;\n//import java.io.InputStreamReader;\n// \n//public class Main{\n// public static void main(String args[])throws java.lang.Exception{\n// BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n// String line = br.readLine();\n// //変数に配列を代入\n// int s =Integer.parseInt(line);\n// int h = s / 3600;\n// int m = (s % 3600) / 60;\n// s = s % 60;\n// System.out.println(h+\":\"+m+\":\"+s);\n// \n// }\n//}\n\n//import java.io.*;\n//\n//public class Main\n//{\n//\tpublic static void main(String[] args) throws Exception\n//\t{\n//\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n//\t\tString str = br.readLine();\n//\t\tString[] div = str.split(\" \");\n//\t\tint a = Integer.parseInt(div[0]);\n//\t\tint b = Integer.parseInt(div[1]);\n//\t\tif (a > b)\n//\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//}\n\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\tString str = br.readLine();\n//\t\tString[] div = str.split(\" \");\n//\t\tint a = Integer.parseInt(div[0]);\n//\t\tint b = Integer.parseInt(div[1]);\n//\t\tint c = Integer.parseInt(div[2]);\n//\t\tif (a < b && b < c)\n//\t\t{\n//\t\t\tSystem.out.println(\"Yes\");\n//\t\t}else{\n//\t\t\tSystem.out.println(\"No\");\n//\t\t}\n//\t}\n//}\n\npublic class Main\n{\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint first = sc.nextInt();\n\t\tint second = sc.nextInt();\n\t\tint third = sc.nextInt();\n\t\t\n\t\tint[] sort = {first, second, third};\n\t\t\n\t\tArrays.sort(sort);\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t}\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"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\t\n\t\tint first = sc.nextInt();\n\t\tint second = sc.nextInt();\n\t\tint third = sc.nextInt();\n\t\t\n\t\tint[] sort = {first, second, third};\n\t\t\n\t\tArrays.sort(sort);\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint first = sc.nextInt();\n\t\tint second = sc.nextInt();\n\t\tint third = sc.nextInt();\n\t\t\n\t\tint[] sort = {first, second, third};\n\t\t\n\t\tArrays.sort(sort);\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint first = sc.nextInt();\n\t\tint second = sc.nextInt();\n\t\tint third = sc.nextInt();\n\t\t\n\t\tint[] sort = {first, second, third};\n\t\t\n\t\tArrays.sort(sort);\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int first = sc.nextInt();",
"first",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int second = sc.nextInt();",
"second",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int third = sc.nextInt();",
"third",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int[] sort = {first, second, third};",
"sort",
"{first, second, third}",
"first",
"second",
"third",
"Arrays.sort(sort)",
"Arrays.sort",
"Arrays",
"sort",
"System.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"sort[0] + \" \" + sort[1] + \" \" + sort[2]",
"\" \"",
"sort[1]",
"sort[0] + \" \" + sort[1] + \" \" + sort[2]",
"sort[0]",
"sort",
"0",
"\" \"",
"sort[1]",
"sort",
"1",
"\" \"",
"sort[2]",
"sort",
"2",
"String[] args",
"args",
"public class Main\n{\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint first = sc.nextInt();\n\t\tint second = sc.nextInt();\n\t\tint third = sc.nextInt();\n\t\t\n\t\tint[] sort = {first, second, third};\n\t\t\n\t\tArrays.sort(sort);\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t}\n}",
"public class Main\n{\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint first = sc.nextInt();\n\t\tint second = sc.nextInt();\n\t\tint third = sc.nextInt();\n\t\t\n\t\tint[] sort = {first, second, third};\n\t\t\n\t\tArrays.sort(sort);\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t}\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
//import java.io.*;
//class Main{
// public static void main(String[] args) throws Exception{
// int x, ans;
//
// BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
// x = Integer.parseInt(br.readLine());
//
// ans = x*x*x;
// System.out.println(ans);
// }
//}
//class Main {
// public static void main(String[] arg)throws IOException{
// BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
// String str = br.readLine();
// String[] div = str.split(" ");
// int s = Integer.parseInt(div[0]);
// int l = Integer.parseInt(div[1]);
// System.out.println(s*l + " "+ 2*(s+l));
// }
//}
//import java.io.BufferedReader;
//import java.io.InputStreamReader;
//
//public class Main{
// public static void main(String args[])throws java.lang.Exception{
// BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
// String line = br.readLine();
// //変数に配列を代入
// int s =Integer.parseInt(line);
// int h = s / 3600;
// int m = (s % 3600) / 60;
// s = s % 60;
// System.out.println(h+":"+m+":"+s);
//
// }
//}
//import java.io.*;
//
//public class Main
//{
// public static void main(String[] args) throws Exception
// {
// BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
// String str = br.readLine();
// String[] div = str.split(" ");
// int a = Integer.parseInt(div[0]);
// int b = Integer.parseInt(div[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 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 a = Integer.parseInt(div[0]);
// int b = Integer.parseInt(div[1]);
// int c = Integer.parseInt(div[2]);
// if (a < b && b < c)
// {
// System.out.println("Yes");
// }else{
// System.out.println("No");
// }
// }
//}
public class Main
{
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int first = sc.nextInt();
int second = sc.nextInt();
int third = sc.nextInt();
int[] sort = {first, second, third};
Arrays.sort(sort);
System.out.println(sort[0] + " " + sort[1] + " " + sort[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
17,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
17,
41,
13,
11,
1,
0,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
40,
13,
11,
1,
0,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
13,
13,
11,
1,
0,
13,
2,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
13,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
11,
1,
0,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
17,
18,
13,
13,
14,
2,
13,
2,
13,
17,
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
],
[
155,
8
],
[
155,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
16
],
[
16,
17
],
[
16,
18
],
[
11,
19
],
[
19,
20
],
[
11,
21
],
[
21,
22
],
[
11,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
11,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
35,
36
],
[
35,
37
],
[
30,
38
],
[
38,
39
],
[
39,
40
],
[
30,
41
],
[
42,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
42,
50
],
[
50,
51
],
[
11,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
57,
58
],
[
57,
59
],
[
52,
60
],
[
60,
61
],
[
61,
62
],
[
52,
63
],
[
64,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
72,
74
],
[
68,
75
],
[
75,
76
],
[
75,
77
],
[
68,
78
],
[
78,
79
],
[
79,
80
],
[
68,
81
],
[
82,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
88,
90
],
[
83,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
64,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
97,
99
],
[
64,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
104,
105
],
[
104,
106
],
[
64,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
11,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
112,
117
],
[
117,
118
],
[
117,
119
],
[
112,
120
],
[
120,
121
],
[
121,
122
],
[
112,
123
],
[
124,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
125,
130
],
[
125,
131
],
[
131,
132
],
[
131,
133
],
[
124,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
137,
138
],
[
137,
139
],
[
134,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
142,
144
],
[
140,
145
],
[
11,
146
],
[
146,
147
],
[
147,
148
],
[
148,
149
],
[
148,
150
],
[
146,
151
],
[
9,
152
],
[
152,
153
],
[
0,
154
],
[
154,
155
],
[
154,
156
]
] | [
"import java.io.*;\nimport java.util.*;\n\npublic class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tint[] num = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i,temp,sorted,count=0,minimum;\n\t\tfor(i=0;i<3;i++)\n\t\t{\n\t\t\tnum[i] = sc.nextInt();\n\t\t\tcount++;\n\t\t}\n\n\t\tfor(sorted=0;sorted<count;sorted++)\n\t\t{\n\t\t\tminimum = sorted;\n\t\t\tfor(i=sorted+1;i<count;i++)\n\t\t\t{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}\n\t\t\ttemp = num[minimum];\n\t\t\tnum[minimum] = num[sorted];\n\t\t\tnum[sorted] = temp;\n\t\t}\n\n\t\tfor(i=0;i<count;i++)\n\t\t{\n\t\t\tSystem.out.printf(\"%d\",num[i]);\n\t\t\tif(i<count-1)System.out.printf(\" \");\n\t\t}\n\t\tSystem.out.printf(\"\\n\");\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tint[] num = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i,temp,sorted,count=0,minimum;\n\t\tfor(i=0;i<3;i++)\n\t\t{\n\t\t\tnum[i] = sc.nextInt();\n\t\t\tcount++;\n\t\t}\n\n\t\tfor(sorted=0;sorted<count;sorted++)\n\t\t{\n\t\t\tminimum = sorted;\n\t\t\tfor(i=sorted+1;i<count;i++)\n\t\t\t{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}\n\t\t\ttemp = num[minimum];\n\t\t\tnum[minimum] = num[sorted];\n\t\t\tnum[sorted] = temp;\n\t\t}\n\n\t\tfor(i=0;i<count;i++)\n\t\t{\n\t\t\tSystem.out.printf(\"%d\",num[i]);\n\t\t\tif(i<count-1)System.out.printf(\" \");\n\t\t}\n\t\tSystem.out.printf(\"\\n\");\n\t}\n}",
"Main",
"public static void main(String[] args)\n\t{\n\t\tint[] num = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i,temp,sorted,count=0,minimum;\n\t\tfor(i=0;i<3;i++)\n\t\t{\n\t\t\tnum[i] = sc.nextInt();\n\t\t\tcount++;\n\t\t}\n\n\t\tfor(sorted=0;sorted<count;sorted++)\n\t\t{\n\t\t\tminimum = sorted;\n\t\t\tfor(i=sorted+1;i<count;i++)\n\t\t\t{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}\n\t\t\ttemp = num[minimum];\n\t\t\tnum[minimum] = num[sorted];\n\t\t\tnum[sorted] = temp;\n\t\t}\n\n\t\tfor(i=0;i<count;i++)\n\t\t{\n\t\t\tSystem.out.printf(\"%d\",num[i]);\n\t\t\tif(i<count-1)System.out.printf(\" \");\n\t\t}\n\t\tSystem.out.printf(\"\\n\");\n\t}",
"main",
"{\n\t\tint[] num = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i,temp,sorted,count=0,minimum;\n\t\tfor(i=0;i<3;i++)\n\t\t{\n\t\t\tnum[i] = sc.nextInt();\n\t\t\tcount++;\n\t\t}\n\n\t\tfor(sorted=0;sorted<count;sorted++)\n\t\t{\n\t\t\tminimum = sorted;\n\t\t\tfor(i=sorted+1;i<count;i++)\n\t\t\t{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}\n\t\t\ttemp = num[minimum];\n\t\t\tnum[minimum] = num[sorted];\n\t\t\tnum[sorted] = temp;\n\t\t}\n\n\t\tfor(i=0;i<count;i++)\n\t\t{\n\t\t\tSystem.out.printf(\"%d\",num[i]);\n\t\t\tif(i<count-1)System.out.printf(\" \");\n\t\t}\n\t\tSystem.out.printf(\"\\n\");\n\t}",
"int[] num = new int[3];",
"num",
"new int[3]",
"3",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int i",
"i",
"temp",
"temp",
"sorted",
"sorted",
"count=0",
"count",
"0",
"minimum;",
"minimum",
"for(i=0;i<3;i++)\n\t\t{\n\t\t\tnum[i] = sc.nextInt();\n\t\t\tcount++;\n\t\t}",
"i=0;",
"i=0",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tnum[i] = sc.nextInt();\n\t\t\tcount++;\n\t\t}",
"{\n\t\t\tnum[i] = sc.nextInt();\n\t\t\tcount++;\n\t\t}",
"num[i] = sc.nextInt()",
"num[i]",
"num",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"count++",
"count",
"for(sorted=0;sorted<count;sorted++)\n\t\t{\n\t\t\tminimum = sorted;\n\t\t\tfor(i=sorted+1;i<count;i++)\n\t\t\t{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}\n\t\t\ttemp = num[minimum];\n\t\t\tnum[minimum] = num[sorted];\n\t\t\tnum[sorted] = temp;\n\t\t}",
"sorted=0;",
"sorted=0",
"sorted",
"0",
"sorted<count",
"sorted",
"count",
"sorted++",
"sorted++",
"sorted",
"{\n\t\t\tminimum = sorted;\n\t\t\tfor(i=sorted+1;i<count;i++)\n\t\t\t{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}\n\t\t\ttemp = num[minimum];\n\t\t\tnum[minimum] = num[sorted];\n\t\t\tnum[sorted] = temp;\n\t\t}",
"{\n\t\t\tminimum = sorted;\n\t\t\tfor(i=sorted+1;i<count;i++)\n\t\t\t{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}\n\t\t\ttemp = num[minimum];\n\t\t\tnum[minimum] = num[sorted];\n\t\t\tnum[sorted] = temp;\n\t\t}",
"minimum = sorted",
"minimum",
"sorted",
"for(i=sorted+1;i<count;i++)\n\t\t\t{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}",
"i=sorted+1;",
"i=sorted+1",
"i",
"sorted+1",
"sorted",
"1",
"i<count",
"i",
"count",
"i++",
"i++",
"i",
"{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}",
"if(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}",
"num[i]<num[minimum]",
"num[i]",
"num",
"i",
"num[minimum]",
"num",
"minimum",
"{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}",
"minimum = i",
"minimum",
"i",
"temp = num[minimum]",
"temp",
"num[minimum]",
"num",
"minimum",
"num[minimum] = num[sorted]",
"num[minimum]",
"num",
"minimum",
"num[sorted]",
"num",
"sorted",
"num[sorted] = temp",
"num[sorted]",
"num",
"sorted",
"temp",
"for(i=0;i<count;i++)\n\t\t{\n\t\t\tSystem.out.printf(\"%d\",num[i]);\n\t\t\tif(i<count-1)System.out.printf(\" \");\n\t\t}",
"i=0;",
"i=0",
"i",
"0",
"i<count",
"i",
"count",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.printf(\"%d\",num[i]);\n\t\t\tif(i<count-1)System.out.printf(\" \");\n\t\t}",
"{\n\t\t\tSystem.out.printf(\"%d\",num[i]);\n\t\t\tif(i<count-1)System.out.printf(\" \");\n\t\t}",
"System.out.printf(\"%d\",num[i])",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d\"",
"num[i]",
"num",
"i",
"if(i<count-1)System.out.printf(\" \");",
"i<count-1",
"i",
"count-1",
"count",
"1",
"System.out.printf(\" \")",
"System.out.printf",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.printf(\"\\n\")",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"\\n\"",
"String[] args",
"args",
"public class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tint[] num = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i,temp,sorted,count=0,minimum;\n\t\tfor(i=0;i<3;i++)\n\t\t{\n\t\t\tnum[i] = sc.nextInt();\n\t\t\tcount++;\n\t\t}\n\n\t\tfor(sorted=0;sorted<count;sorted++)\n\t\t{\n\t\t\tminimum = sorted;\n\t\t\tfor(i=sorted+1;i<count;i++)\n\t\t\t{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}\n\t\t\ttemp = num[minimum];\n\t\t\tnum[minimum] = num[sorted];\n\t\t\tnum[sorted] = temp;\n\t\t}\n\n\t\tfor(i=0;i<count;i++)\n\t\t{\n\t\t\tSystem.out.printf(\"%d\",num[i]);\n\t\t\tif(i<count-1)System.out.printf(\" \");\n\t\t}\n\t\tSystem.out.printf(\"\\n\");\n\t}\n}",
"public class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tint[] num = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i,temp,sorted,count=0,minimum;\n\t\tfor(i=0;i<3;i++)\n\t\t{\n\t\t\tnum[i] = sc.nextInt();\n\t\t\tcount++;\n\t\t}\n\n\t\tfor(sorted=0;sorted<count;sorted++)\n\t\t{\n\t\t\tminimum = sorted;\n\t\t\tfor(i=sorted+1;i<count;i++)\n\t\t\t{\n\t\t\t\tif(num[i]<num[minimum])\n\t\t\t\t{\n\t\t\t\t\tminimum = i;\n\t\t\t\t}\n\t\t\t}\n\t\t\ttemp = num[minimum];\n\t\t\tnum[minimum] = num[sorted];\n\t\t\tnum[sorted] = temp;\n\t\t}\n\n\t\tfor(i=0;i<count;i++)\n\t\t{\n\t\t\tSystem.out.printf(\"%d\",num[i]);\n\t\t\tif(i<count-1)System.out.printf(\" \");\n\t\t}\n\t\tSystem.out.printf(\"\\n\");\n\t}\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main
{
public static void main(String[] args)
{
int[] num = new int[3];
Scanner sc = new Scanner(System.in);
int i,temp,sorted,count=0,minimum;
for(i=0;i<3;i++)
{
num[i] = sc.nextInt();
count++;
}
for(sorted=0;sorted<count;sorted++)
{
minimum = sorted;
for(i=sorted+1;i<count;i++)
{
if(num[i]<num[minimum])
{
minimum = i;
}
}
temp = num[minimum];
num[minimum] = num[sorted];
num[sorted] = temp;
}
for(i=0;i<count;i++)
{
System.out.printf("%d",num[i]);
if(i<count-1)System.out.printf(" ");
}
System.out.printf("\n");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
2,
18,
13,
13,
17,
4,
18,
18,
13,
13,
18,
13,
17,
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
],
[
8,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
21,
22
],
[
21,
23
],
[
16,
24
],
[
24,
25
],
[
25,
26
],
[
16,
27
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
40,
51
],
[
52,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
8,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
68,
69
],
[
68,
70
],
[
6,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"import java.util.*;\npublic class Main {\n\tpublic static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint a[]=new int[3];\n\tfor(int i=0;i<3;i++){\n\t\ta[i]=sc.nextInt();\n\t}\n\t\tArrays.sort(a);\n\t\tfor(int i=0;i<2;i++){\n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}System.out.println(a[2]);\n\t\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint a[]=new int[3];\n\tfor(int i=0;i<3;i++){\n\t\ta[i]=sc.nextInt();\n\t}\n\t\tArrays.sort(a);\n\t\tfor(int i=0;i<2;i++){\n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}System.out.println(a[2]);\n\t\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint a[]=new int[3];\n\tfor(int i=0;i<3;i++){\n\t\ta[i]=sc.nextInt();\n\t}\n\t\tArrays.sort(a);\n\t\tfor(int i=0;i<2;i++){\n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}System.out.println(a[2]);\n\t\n\t}",
"main",
"{\n\tScanner sc = new Scanner(System.in);\n\tint a[]=new int[3];\n\tfor(int i=0;i<3;i++){\n\t\ta[i]=sc.nextInt();\n\t}\n\t\tArrays.sort(a);\n\t\tfor(int i=0;i<2;i++){\n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}System.out.println(a[2]);\n\t\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a[]=new int[3];",
"a",
"new int[3]",
"3",
"for(int i=0;i<3;i++){\n\t\ta[i]=sc.nextInt();\n\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\ta[i]=sc.nextInt();\n\t}",
"{\n\t\ta[i]=sc.nextInt();\n\t}",
"a[i]=sc.nextInt()",
"a[i]",
"a",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Arrays.sort(a)",
"Arrays.sort",
"Arrays",
"a",
"for(int i=0;i<2;i++){\n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<2",
"i",
"2",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}",
"{\n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}",
"System.out.print(a[i]+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"a[i]+\" \"",
"a[i]",
"a",
"i",
"\" \"",
"System.out.println(a[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[2]",
"a",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint a[]=new int[3];\n\tfor(int i=0;i<3;i++){\n\t\ta[i]=sc.nextInt();\n\t}\n\t\tArrays.sort(a);\n\t\tfor(int i=0;i<2;i++){\n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}System.out.println(a[2]);\n\t\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint a[]=new int[3];\n\tfor(int i=0;i<3;i++){\n\t\ta[i]=sc.nextInt();\n\t}\n\t\tArrays.sort(a);\n\t\tfor(int i=0;i<2;i++){\n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}System.out.println(a[2]);\n\t\n\t}\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a[]=new int[3];
for(int i=0;i<3;i++){
a[i]=sc.nextInt();
}
Arrays.sort(a);
for(int i=0;i<2;i++){
System.out.print(a[i]+" ");
}System.out.println(a[2]);
}
} |
[
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,
41,
13,
4,
18,
13,
41,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
93,
8
],
[
93,
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
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
11,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
44,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
59,
61
],
[
11,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
70,
71
],
[
70,
72
],
[
66,
73
],
[
73,
74
],
[
73,
75
],
[
11,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
84,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
82,
88
],
[
84,
89
],
[
9,
90
],
[
90,
91
],
[
0,
92
],
[
92,
93
],
[
92,
94
]
] | [
"import java.io.*;\nimport java.util.*;\npublic class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\tint c= cin.nextInt();\n\t\t\n\t\tint buf;\n\t\t\n\t\tif( a>b || a>c ){\n\t\t\tbuf= a;\n\t\t\tif(\tb<c ){\n\t\t\t\ta=b;\n\t\t\t\tb=buf;\n\t\t\t}\n\t\t\telse{\n\t\t\t\ta=c;\n\t\t\t\tc=buf;\n\t\t\t}\n\t\t}\n\t\tif( b>c ){\n\t\t\tbuf=b;\n\t\t\tb=c;\n\t\t\tc=buf;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\tint c= cin.nextInt();\n\t\t\n\t\tint buf;\n\t\t\n\t\tif( a>b || a>c ){\n\t\t\tbuf= a;\n\t\t\tif(\tb<c ){\n\t\t\t\ta=b;\n\t\t\t\tb=buf;\n\t\t\t}\n\t\t\telse{\n\t\t\t\ta=c;\n\t\t\t\tc=buf;\n\t\t\t}\n\t\t}\n\t\tif( b>c ){\n\t\t\tbuf=b;\n\t\t\tb=c;\n\t\t\tc=buf;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"Main",
"public static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\tint c= cin.nextInt();\n\t\t\n\t\tint buf;\n\t\t\n\t\tif( a>b || a>c ){\n\t\t\tbuf= a;\n\t\t\tif(\tb<c ){\n\t\t\t\ta=b;\n\t\t\t\tb=buf;\n\t\t\t}\n\t\t\telse{\n\t\t\t\ta=c;\n\t\t\t\tc=buf;\n\t\t\t}\n\t\t}\n\t\tif( b>c ){\n\t\t\tbuf=b;\n\t\t\tb=c;\n\t\t\tc=buf;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}",
"main",
"{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\tint c= cin.nextInt();\n\t\t\n\t\tint buf;\n\t\t\n\t\tif( a>b || a>c ){\n\t\t\tbuf= a;\n\t\t\tif(\tb<c ){\n\t\t\t\ta=b;\n\t\t\t\tb=buf;\n\t\t\t}\n\t\t\telse{\n\t\t\t\ta=c;\n\t\t\t\tc=buf;\n\t\t\t}\n\t\t}\n\t\tif( b>c ){\n\t\t\tbuf=b;\n\t\t\tb=c;\n\t\t\tc=buf;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}",
"Scanner cin= new Scanner(System.in);",
"cin",
"new Scanner(System.in)",
"int a= cin.nextInt();",
"a",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int b= cin.nextInt();",
"b",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int c= cin.nextInt();",
"c",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int buf;",
"buf",
"if( a>b || a>c ){\n\t\t\tbuf= a;\n\t\t\tif(\tb<c ){\n\t\t\t\ta=b;\n\t\t\t\tb=buf;\n\t\t\t}\n\t\t\telse{\n\t\t\t\ta=c;\n\t\t\t\tc=buf;\n\t\t\t}\n\t\t}",
"a>b || a>c",
"a>b",
"a",
"b",
"a>c",
"a",
"c",
"{\n\t\t\tbuf= a;\n\t\t\tif(\tb<c ){\n\t\t\t\ta=b;\n\t\t\t\tb=buf;\n\t\t\t}\n\t\t\telse{\n\t\t\t\ta=c;\n\t\t\t\tc=buf;\n\t\t\t}\n\t\t}",
"buf= a",
"buf",
"a",
"if(\tb<c ){\n\t\t\t\ta=b;\n\t\t\t\tb=buf;\n\t\t\t}\n\t\t\telse{\n\t\t\t\ta=c;\n\t\t\t\tc=buf;\n\t\t\t}",
"b<c",
"b",
"c",
"{\n\t\t\t\ta=b;\n\t\t\t\tb=buf;\n\t\t\t}",
"a=b",
"a",
"b",
"b=buf",
"b",
"buf",
"{\n\t\t\t\ta=c;\n\t\t\t\tc=buf;\n\t\t\t}",
"a=c",
"a",
"c",
"c=buf",
"c",
"buf",
"if( b>c ){\n\t\t\tbuf=b;\n\t\t\tb=c;\n\t\t\tc=buf;\n\t\t}",
"b>c",
"b",
"c",
"{\n\t\t\tbuf=b;\n\t\t\tb=c;\n\t\t\tc=buf;\n\t\t}",
"buf=b",
"buf",
"b",
"b=c",
"b",
"c",
"c=buf",
"c",
"buf",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String args[]",
"args",
"public class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\tint c= cin.nextInt();\n\t\t\n\t\tint buf;\n\t\t\n\t\tif( a>b || a>c ){\n\t\t\tbuf= a;\n\t\t\tif(\tb<c ){\n\t\t\t\ta=b;\n\t\t\t\tb=buf;\n\t\t\t}\n\t\t\telse{\n\t\t\t\ta=c;\n\t\t\t\tc=buf;\n\t\t\t}\n\t\t}\n\t\tif( b>c ){\n\t\t\tbuf=b;\n\t\t\tb=c;\n\t\t\tc=buf;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"public class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\tint c= cin.nextInt();\n\t\t\n\t\tint buf;\n\t\t\n\t\tif( a>b || a>c ){\n\t\t\tbuf= a;\n\t\t\tif(\tb<c ){\n\t\t\t\ta=b;\n\t\t\t\tb=buf;\n\t\t\t}\n\t\t\telse{\n\t\t\t\ta=c;\n\t\t\t\tc=buf;\n\t\t\t}\n\t\t}\n\t\tif( b>c ){\n\t\t\tbuf=b;\n\t\t\tb=c;\n\t\t\tc=buf;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main{
public static void main(String args[]) throws Exception{
Scanner cin= new Scanner(System.in);
int a= cin.nextInt();
int b= cin.nextInt();
int c= cin.nextInt();
int buf;
if( a>b || a>c ){
buf= a;
if( b<c ){
a=b;
b=buf;
}
else{
a=c;
c=buf;
}
}
if( b>c ){
buf=b;
b=c;
c=buf;
}
System.out.println(a+" "+b+" "+c);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
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,
0,
13,
4,
18,
13,
18,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
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
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
22,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
49,
51
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
57,
58
],
[
57,
59
],
[
52,
60
],
[
60,
61
],
[
61,
62
],
[
52,
63
],
[
64,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
73,
75
],
[
69,
76
],
[
76,
77
],
[
76,
78
],
[
65,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
87,
88
],
[
87,
89
],
[
83,
90
],
[
90,
91
],
[
90,
92
],
[
8,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
101,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
99,
105
],
[
101,
106
],
[
6,
107
],
[
107,
108
]
] | [
"import java.io.*;\n \nclass Main{\n public static void main(String[] args) throws IOException{\n \n int x,y,z,temp;\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \");\n x = Integer.parseInt(str[0]);\n y = Integer.parseInt(str[1]);\n\tz = Integer.parseInt(str[2]);\n\n\tfor(int i=0; i<3; i++){\n\t\tif(z<y){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}else if(y<x){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t}\n\n\tSystem.out.println(x + \" \" + y + \" \" + z);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args) throws IOException{\n \n int x,y,z,temp;\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \");\n x = Integer.parseInt(str[0]);\n y = Integer.parseInt(str[1]);\n\tz = Integer.parseInt(str[2]);\n\n\tfor(int i=0; i<3; i++){\n\t\tif(z<y){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}else if(y<x){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t}\n\n\tSystem.out.println(x + \" \" + y + \" \" + z);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n \n int x,y,z,temp;\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \");\n x = Integer.parseInt(str[0]);\n y = Integer.parseInt(str[1]);\n\tz = Integer.parseInt(str[2]);\n\n\tfor(int i=0; i<3; i++){\n\t\tif(z<y){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}else if(y<x){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t}\n\n\tSystem.out.println(x + \" \" + y + \" \" + z);\n }",
"main",
"{\n \n int x,y,z,temp;\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \");\n x = Integer.parseInt(str[0]);\n y = Integer.parseInt(str[1]);\n\tz = Integer.parseInt(str[2]);\n\n\tfor(int i=0; i<3; i++){\n\t\tif(z<y){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}else if(y<x){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t}\n\n\tSystem.out.println(x + \" \" + y + \" \" + z);\n }",
"int x",
"x",
"y",
"y",
"z",
"z",
"temp;",
"temp",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str[] = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"x = Integer.parseInt(str[0])",
"x",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"y = Integer.parseInt(str[1])",
"y",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"z = Integer.parseInt(str[2])",
"z",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"for(int i=0; i<3; i++){\n\t\tif(z<y){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}else if(y<x){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\tif(z<y){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}else if(y<x){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t}",
"{\n\t\tif(z<y){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}else if(y<x){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t}",
"if(z<y){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}else if(y<x){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}",
"z<y",
"z",
"y",
"{\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}",
"temp=y",
"temp",
"y",
"y=z",
"y",
"z",
"z=temp",
"z",
"temp",
"if(y<x){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}",
"y<x",
"y",
"x",
"{\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}",
"temp=x",
"temp",
"x",
"x=y",
"x",
"y",
"y=temp",
"y",
"temp",
"System.out.println(x + \" \" + y + \" \" + z)",
"System.out.println",
"System.out",
"System",
"System.out",
"x + \" \" + y + \" \" + z",
"\" \"",
"y",
"x + \" \" + y + \" \" + z",
"x",
"\" \"",
"y",
"\" \"",
"z",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args) throws IOException{
int x,y,z,temp;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str[] = br.readLine().split(" ");
x = Integer.parseInt(str[0]);
y = Integer.parseInt(str[1]);
z = Integer.parseInt(str[2]);
for(int i=0; i<3; i++){
if(z<y){
temp=y;
y=z;
z=temp;
}else if(y<x){
temp=x;
x=y;
y=temp;
}
}
System.out.println(x + " " + y + " " + z);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
116,
5
],
[
116,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
8,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
19,
27
],
[
27,
28
],
[
28,
29
],
[
19,
30
],
[
31,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
39,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
56,
58
],
[
52,
59
],
[
59,
60
],
[
59,
61
],
[
52,
62
],
[
62,
63
],
[
63,
64
],
[
52,
65
],
[
66,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
67,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
78,
80
],
[
75,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
75,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
8,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
101,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
100,
106
],
[
106,
107
],
[
106,
108
],
[
99,
109
],
[
101,
110
],
[
110,
111
],
[
110,
112
],
[
6,
113
],
[
113,
114
],
[
0,
115
],
[
115,
116
],
[
115,
117
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = new int[3];\n\t\tint box = 0;\n\t\tfor(int i = 0;i < 3;i++)\n\t\t{\n\t\t\tarray[i] = scan.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 2;i++)\n\t\t{\n\t\t\tfor(int j = i + 1;j < 3;j++)\n\t\t\t{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = new int[3];\n\t\tint box = 0;\n\t\tfor(int i = 0;i < 3;i++)\n\t\t{\n\t\t\tarray[i] = scan.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 2;i++)\n\t\t{\n\t\t\tfor(int j = i + 1;j < 3;j++)\n\t\t\t{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}\n}",
"Main",
"public static void main(String[] args)\n\t{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = new int[3];\n\t\tint box = 0;\n\t\tfor(int i = 0;i < 3;i++)\n\t\t{\n\t\t\tarray[i] = scan.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 2;i++)\n\t\t{\n\t\t\tfor(int j = i + 1;j < 3;j++)\n\t\t\t{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = new int[3];\n\t\tint box = 0;\n\t\tfor(int i = 0;i < 3;i++)\n\t\t{\n\t\t\tarray[i] = scan.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 2;i++)\n\t\t{\n\t\t\tfor(int j = i + 1;j < 3;j++)\n\t\t\t{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int[] array = new int[3];",
"array",
"new int[3]",
"3",
"int box = 0;",
"box",
"0",
"for(int i = 0;i < 3;i++)\n\t\t{\n\t\t\tarray[i] = scan.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tarray[i] = scan.nextInt();\n\t\t}",
"{\n\t\t\tarray[i] = scan.nextInt();\n\t\t}",
"array[i] = scan.nextInt()",
"array[i]",
"array",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"for(int i = 0;i < 2;i++)\n\t\t{\n\t\t\tfor(int j = i + 1;j < 3;j++)\n\t\t\t{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 2",
"i",
"2",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j = i + 1;j < 3;j++)\n\t\t\t{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j = i + 1;j < 3;j++)\n\t\t\t{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j = i + 1;j < 3;j++)\n\t\t\t{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}",
"int j = i + 1;",
"int j = i + 1;",
"j",
"i + 1",
"i",
"1",
"j < 3",
"j",
"3",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}",
"if(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}",
"array[i] > array[j]",
"array[i]",
"array",
"i",
"array[j]",
"array",
"j",
"{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}",
"box = array[i]",
"box",
"array[i]",
"array",
"i",
"array[i] = array[j]",
"array[i]",
"array",
"i",
"array[j]",
"array",
"j",
"array[j] = box",
"array[j]",
"array",
"j",
"box",
"System.out.println(array[0] + \" \" + array[1] + \" \" + array[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"array[0] + \" \" + array[1] + \" \" + array[2]",
"\" \"",
"array[1]",
"array[0] + \" \" + array[1] + \" \" + array[2]",
"array[0]",
"array",
"0",
"\" \"",
"array[1]",
"array",
"1",
"\" \"",
"array[2]",
"array",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = new int[3];\n\t\tint box = 0;\n\t\tfor(int i = 0;i < 3;i++)\n\t\t{\n\t\t\tarray[i] = scan.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 2;i++)\n\t\t{\n\t\t\tfor(int j = i + 1;j < 3;j++)\n\t\t\t{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = new int[3];\n\t\tint box = 0;\n\t\tfor(int i = 0;i < 3;i++)\n\t\t{\n\t\t\tarray[i] = scan.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 2;i++)\n\t\t{\n\t\t\tfor(int j = i + 1;j < 3;j++)\n\t\t\t{\n\t\t\t\tif(array[i] > array[j])\n\t\t\t\t{\n\t\t\t\t\tbox = array[i];\n\t\t\t\t\tarray[i] = array[j];\n\t\t\t\t\tarray[j] = box;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args)
{
Scanner scan = new Scanner(System.in);
int[] array = new int[3];
int box = 0;
for(int i = 0;i < 3;i++)
{
array[i] = scan.nextInt();
}
for(int i = 0;i < 2;i++)
{
for(int j = i + 1;j < 3;j++)
{
if(array[i] > array[j])
{
box = array[i];
array[i] = array[j];
array[j] = box;
}
}
}
System.out.println(array[0] + " " + array[1] + " " + array[2]);
}
} |
[
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,
41,
13,
41,
13,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
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
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
37,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
55,
57
],
[
51,
58
],
[
58,
59
],
[
58,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
69,
71
],
[
65,
72
],
[
72,
73
],
[
72,
74
],
[
8,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
83,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
81,
87
],
[
83,
88
],
[
6,
89
],
[
89,
90
]
] | [
"import java.util.Scanner;\n\nclass 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 int c = sc.nextInt();\n int w,y,z;\n if ( a > b ){\n w = a;\n a = b;\n b = w;\n }\n if ( b > c ){\n y = b;\n b = c;\n c = y;\n }\n if ( a > b ){\n z = a;\n a = b;\n b = z;\n }\n System.out.println(a + \" \" + b + \" \" + c);\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 int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int w,y,z;\n if ( a > b ){\n w = a;\n a = b;\n b = w;\n }\n if ( b > c ){\n y = b;\n b = c;\n c = y;\n }\n if ( a > b ){\n z = a;\n a = b;\n b = z;\n }\n System.out.println(a + \" \" + b + \" \" + c);\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 int c = sc.nextInt();\n int w,y,z;\n if ( a > b ){\n w = a;\n a = b;\n b = w;\n }\n if ( b > c ){\n y = b;\n b = c;\n c = y;\n }\n if ( a > b ){\n z = a;\n a = b;\n b = z;\n }\n System.out.println(a + \" \" + b + \" \" + c);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int w,y,z;\n if ( a > b ){\n w = a;\n a = b;\n b = w;\n }\n if ( b > c ){\n y = b;\n b = c;\n c = y;\n }\n if ( a > b ){\n z = a;\n a = b;\n b = z;\n }\n System.out.println(a + \" \" + b + \" \" + c);\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",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int w",
"w",
"y",
"y",
"z;",
"z",
"if ( a > b ){\n w = a;\n a = b;\n b = w;\n }",
"a > b",
"a",
"b",
"{\n w = a;\n a = b;\n b = w;\n }",
"w = a",
"w",
"a",
"a = b",
"a",
"b",
"b = w",
"b",
"w",
"if ( b > c ){\n y = b;\n b = c;\n c = y;\n }",
"b > c",
"b",
"c",
"{\n y = b;\n b = c;\n c = y;\n }",
"y = b",
"y",
"b",
"b = c",
"b",
"c",
"c = y",
"c",
"y",
"if ( a > b ){\n z = a;\n a = b;\n b = z;\n }",
"a > b",
"a",
"b",
"{\n z = a;\n a = b;\n b = z;\n }",
"z = a",
"z",
"a",
"a = b",
"a",
"b",
"b = z",
"b",
"z",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int w,y,z;
if ( a > b ){
w = a;
a = b;
b = w;
}
if ( b > c ){
y = b;
b = c;
c = y;
}
if ( a > b ){
z = a;
a = b;
b = z;
}
System.out.println(a + " " + b + " " + c);
}
}
|
[
7,
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,
17,
41,
13,
17,
41,
13,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
235,
5
],
[
235,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
8,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
36,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
48
],
[
35,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
51,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
61,
62
],
[
61,
63
],
[
50,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
73,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
72,
78
],
[
78,
79
],
[
78,
80
],
[
71,
81
],
[
73,
82
],
[
82,
83
],
[
82,
84
],
[
50,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
87,
90
],
[
90,
91
],
[
90,
92
],
[
86,
93
],
[
93,
94
],
[
94,
95
],
[
93,
96
],
[
96,
97
],
[
96,
98
],
[
85,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
100,
105
],
[
108,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
107,
113
],
[
113,
114
],
[
113,
115
],
[
106,
116
],
[
108,
117
],
[
117,
118
],
[
117,
119
],
[
85,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
121,
126
],
[
129,
127
],
[
127,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
129,
133
],
[
128,
134
],
[
134,
135
],
[
134,
136
],
[
127,
137
],
[
129,
138
],
[
138,
139
],
[
138,
140
],
[
35,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
143,
146
],
[
146,
147
],
[
146,
148
],
[
142,
149
],
[
149,
150
],
[
150,
151
],
[
149,
152
],
[
152,
153
],
[
152,
154
],
[
141,
155
],
[
155,
156
],
[
156,
157
],
[
157,
158
],
[
158,
159
],
[
158,
160
],
[
156,
161
],
[
164,
162
],
[
162,
163
],
[
163,
164
],
[
164,
165
],
[
165,
166
],
[
165,
167
],
[
164,
168
],
[
163,
169
],
[
169,
170
],
[
169,
171
],
[
162,
172
],
[
164,
173
],
[
173,
174
],
[
173,
175
],
[
141,
176
],
[
176,
177
],
[
177,
178
],
[
178,
179
],
[
179,
180
],
[
178,
181
],
[
181,
182
],
[
181,
183
],
[
177,
184
],
[
184,
185
],
[
185,
186
],
[
184,
187
],
[
187,
188
],
[
187,
189
],
[
176,
190
],
[
190,
191
],
[
191,
192
],
[
192,
193
],
[
193,
194
],
[
193,
195
],
[
191,
196
],
[
199,
197
],
[
197,
198
],
[
198,
199
],
[
199,
200
],
[
200,
201
],
[
200,
202
],
[
199,
203
],
[
198,
204
],
[
204,
205
],
[
204,
206
],
[
197,
207
],
[
199,
208
],
[
208,
209
],
[
208,
210
],
[
176,
211
],
[
211,
212
],
[
212,
213
],
[
213,
214
],
[
214,
215
],
[
214,
216
],
[
212,
217
],
[
220,
218
],
[
218,
219
],
[
219,
220
],
[
220,
221
],
[
221,
222
],
[
221,
223
],
[
220,
224
],
[
219,
225
],
[
225,
226
],
[
225,
227
],
[
218,
228
],
[
220,
229
],
[
229,
230
],
[
229,
231
],
[
6,
232
],
[
232,
233
],
[
0,
234
],
[
234,
235
],
[
234,
236
]
] | [
"import java.io.*;\npublic class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint first = 0;\n\t\t\tint second = 1;\n\t\t\tint thrid = 2;\n\t\t\tif(Integer.parseInt(spl[0]) < Integer.parseInt(spl[1])){\n\t\t\t\tif(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n\t\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}\n\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[0]+\" \"+spl[2]);\n\t\t\t}else if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0]);\n\t\t\t}else{\n\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0]);\n\t\t\t}\n\t}\n\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint first = 0;\n\t\t\tint second = 1;\n\t\t\tint thrid = 2;\n\t\t\tif(Integer.parseInt(spl[0]) < Integer.parseInt(spl[1])){\n\t\t\t\tif(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n\t\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}\n\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[0]+\" \"+spl[2]);\n\t\t\t}else if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0]);\n\t\t\t}else{\n\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0]);\n\t\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint first = 0;\n\t\t\tint second = 1;\n\t\t\tint thrid = 2;\n\t\t\tif(Integer.parseInt(spl[0]) < Integer.parseInt(spl[1])){\n\t\t\t\tif(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n\t\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}\n\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[0]+\" \"+spl[2]);\n\t\t\t}else if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0]);\n\t\t\t}else{\n\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0]);\n\t\t\t}\n\t}",
"main",
"{\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint first = 0;\n\t\t\tint second = 1;\n\t\t\tint thrid = 2;\n\t\t\tif(Integer.parseInt(spl[0]) < Integer.parseInt(spl[1])){\n\t\t\t\tif(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n\t\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}\n\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[0]+\" \"+spl[2]);\n\t\t\t}else if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0]);\n\t\t\t}else{\n\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0]);\n\t\t\t}\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",
"String[] spl = str.split(\" \");",
"spl",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int first = 0;",
"first",
"0",
"int second = 1;",
"second",
"1",
"int thrid = 2;",
"thrid",
"2",
"if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[1])){\n\t\t\t\tif(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n\t\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}\n\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[0]+\" \"+spl[2]);\n\t\t\t}else if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0]);\n\t\t\t}else{\n\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0]);\n\t\t\t}",
"Integer.parseInt(spl[0]) < Integer.parseInt(spl[1])",
"Integer.parseInt(spl[0])",
"Integer.parseInt",
"Integer",
"spl[0]",
"spl",
"0",
"Integer.parseInt(spl[1])",
"Integer.parseInt",
"Integer",
"spl[1]",
"spl",
"1",
"{\n\t\t\t\tif(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n\t\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}\n\t\t\t}",
"if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n\t\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}",
"Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])",
"Integer.parseInt(spl[1])",
"Integer.parseInt",
"Integer",
"spl[1]",
"spl",
"1",
"Integer.parseInt(spl[2])",
"Integer.parseInt",
"Integer",
"spl[2]",
"spl",
"2",
"{\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n\t\t\t\t}",
"System.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"spl[0]+\" \"+spl[1]+\" \"+spl[2]",
"\" \"",
"spl[1]",
"spl[0]+\" \"+spl[1]+\" \"+spl[2]",
"spl[0]",
"spl",
"0",
"\" \"",
"spl[1]",
"spl",
"1",
"\" \"",
"spl[2]",
"spl",
"2",
"if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}",
"Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])",
"Integer.parseInt(spl[0])",
"Integer.parseInt",
"Integer",
"spl[0]",
"spl",
"0",
"Integer.parseInt(spl[2])",
"Integer.parseInt",
"Integer",
"spl[2]",
"spl",
"2",
"{\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}",
"System.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1])",
"System.out.println",
"System.out",
"System",
"System.out",
"spl[0]+\" \"+spl[2]+\" \"+spl[1]",
"\" \"",
"spl[2]",
"spl[0]+\" \"+spl[2]+\" \"+spl[1]",
"spl[0]",
"spl",
"0",
"\" \"",
"spl[2]",
"spl",
"2",
"\" \"",
"spl[1]",
"spl",
"1",
"{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}",
"System.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1])",
"System.out.println",
"System.out",
"System",
"System.out",
"spl[2]+\" \"+spl[0]+\" \"+spl[1]",
"\" \"",
"spl[0]",
"spl[2]+\" \"+spl[0]+\" \"+spl[1]",
"spl[2]",
"spl",
"2",
"\" \"",
"spl[0]",
"spl",
"0",
"\" \"",
"spl[1]",
"spl",
"1",
"if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[0]+\" \"+spl[2]);\n\t\t\t}else if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0]);\n\t\t\t}else{\n\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0]);\n\t\t\t}",
"Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])",
"Integer.parseInt(spl[0])",
"Integer.parseInt",
"Integer",
"spl[0]",
"spl",
"0",
"Integer.parseInt(spl[2])",
"Integer.parseInt",
"Integer",
"spl[2]",
"spl",
"2",
"{\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[0]+\" \"+spl[2]);\n\t\t\t}",
"System.out.println(spl[1]+\" \"+spl[0]+\" \"+spl[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"spl[1]+\" \"+spl[0]+\" \"+spl[2]",
"\" \"",
"spl[0]",
"spl[1]+\" \"+spl[0]+\" \"+spl[2]",
"spl[1]",
"spl",
"1",
"\" \"",
"spl[0]",
"spl",
"0",
"\" \"",
"spl[2]",
"spl",
"2",
"if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0]);\n\t\t\t}else{\n\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0]);\n\t\t\t}",
"Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])",
"Integer.parseInt(spl[1])",
"Integer.parseInt",
"Integer",
"spl[1]",
"spl",
"1",
"Integer.parseInt(spl[2])",
"Integer.parseInt",
"Integer",
"spl[2]",
"spl",
"2",
"{\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0]);\n\t\t\t}",
"System.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0])",
"System.out.println",
"System.out",
"System",
"System.out",
"spl[1]+\" \"+spl[2]+\" \"+spl[0]",
"\" \"",
"spl[2]",
"spl[1]+\" \"+spl[2]+\" \"+spl[0]",
"spl[1]",
"spl",
"1",
"\" \"",
"spl[2]",
"spl",
"2",
"\" \"",
"spl[0]",
"spl",
"0",
"{\n\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0]);\n\t\t\t}",
"System.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0])",
"System.out.println",
"System.out",
"System",
"System.out",
"spl[2]+\" \"+spl[1]+\" \"+spl[0]",
"\" \"",
"spl[1]",
"spl[2]+\" \"+spl[1]+\" \"+spl[0]",
"spl[2]",
"spl",
"2",
"\" \"",
"spl[1]",
"spl",
"1",
"\" \"",
"spl[0]",
"spl",
"0",
"String[] arg",
"arg",
"public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint first = 0;\n\t\t\tint second = 1;\n\t\t\tint thrid = 2;\n\t\t\tif(Integer.parseInt(spl[0]) < Integer.parseInt(spl[1])){\n\t\t\t\tif(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n\t\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}\n\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[0]+\" \"+spl[2]);\n\t\t\t}else if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0]);\n\t\t\t}else{\n\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0]);\n\t\t\t}\n\t}\n\n}",
"public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint first = 0;\n\t\t\tint second = 1;\n\t\t\tint thrid = 2;\n\t\t\tif(Integer.parseInt(spl[0]) < Integer.parseInt(spl[1])){\n\t\t\t\tif(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n\t\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\t\tSystem.out.println(spl[0]+\" \"+spl[2]+\" \"+spl[1]);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[0]+\" \"+spl[1]);\n\t\t\t\t}\n\t\t\t}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[0]+\" \"+spl[2]);\n\t\t\t}else if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){\n\t\t\t\tSystem.out.println(spl[1]+\" \"+spl[2]+\" \"+spl[0]);\n\t\t\t}else{\n\t\t\t\tSystem.out.println(spl[2]+\" \"+spl[1]+\" \"+spl[0]);\n\t\t\t}\n\t}\n\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] arg) throws IOException {
InputStreamReader is = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(is);
String str = br.readLine();
String[] spl = str.split(" ");
int first = 0;
int second = 1;
int thrid = 2;
if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[1])){
if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){
System.out.println(spl[0]+" "+spl[1]+" "+spl[2]);
}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){
System.out.println(spl[0]+" "+spl[2]+" "+spl[1]);
}else{
System.out.println(spl[2]+" "+spl[0]+" "+spl[1]);
}
}else if(Integer.parseInt(spl[0]) < Integer.parseInt(spl[2])){
System.out.println(spl[1]+" "+spl[0]+" "+spl[2]);
}else if(Integer.parseInt(spl[1]) < Integer.parseInt(spl[2])){
System.out.println(spl[1]+" "+spl[2]+" "+spl[0]);
}else{
System.out.println(spl[2]+" "+spl[1]+" "+spl[0]);
}
}
} |
[
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,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
13,
2,
13,
17,
4,
18,
13,
2,
13,
17,
4,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
106,
5
],
[
106,
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
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
8,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
51,
52
],
[
51,
53
],
[
46,
54
],
[
54,
55
],
[
55,
56
],
[
46,
57
],
[
58,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
67,
69
],
[
63,
70
],
[
70,
71
],
[
70,
72
],
[
58,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
81,
83
],
[
77,
84
],
[
84,
85
],
[
84,
86
],
[
8,
87
],
[
87,
88
],
[
88,
89
],
[
87,
90
],
[
90,
91
],
[
90,
92
],
[
8,
93
],
[
93,
94
],
[
94,
95
],
[
93,
96
],
[
96,
97
],
[
96,
98
],
[
8,
99
],
[
99,
100
],
[
100,
101
],
[
99,
102
],
[
6,
103
],
[
103,
104
],
[
0,
105
],
[
105,
106
],
[
105,
107
]
] | [
"import static java.lang.System.out;\n public class Main {\n public static void main(String[] args){\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n int tmprun;\n \n for(int i = 0;i <= 2;i++){\n if(c < b){\n tmprun = c;\n c = b;\n b = tmprun;\n }\n if(b < a){\n tmprun = b;\n b = a;\n a = tmprun;\n }\n }\n out.print(a + \" \");\n out.print(b + \" \"); \n out.println(c);\n }\n }",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"public class Main {\n public static void main(String[] args){\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n int tmprun;\n \n for(int i = 0;i <= 2;i++){\n if(c < b){\n tmprun = c;\n c = b;\n b = tmprun;\n }\n if(b < a){\n tmprun = b;\n b = a;\n a = tmprun;\n }\n }\n out.print(a + \" \");\n out.print(b + \" \"); \n out.println(c);\n }\n }",
"Main",
"public static void main(String[] args){\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n int tmprun;\n \n for(int i = 0;i <= 2;i++){\n if(c < b){\n tmprun = c;\n c = b;\n b = tmprun;\n }\n if(b < a){\n tmprun = b;\n b = a;\n a = tmprun;\n }\n }\n out.print(a + \" \");\n out.print(b + \" \"); \n out.println(c);\n }",
"main",
"{\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n int tmprun;\n \n for(int i = 0;i <= 2;i++){\n if(c < b){\n tmprun = c;\n c = b;\n b = tmprun;\n }\n if(b < a){\n tmprun = b;\n b = a;\n a = tmprun;\n }\n }\n out.print(a + \" \");\n out.print(b + \" \"); \n out.println(c);\n }",
"String str = new java.util.Scanner(System.in).nextLine();",
"str",
"new java.util.Scanner(System.in).nextLine()",
"new java.util.Scanner(System.in).nextLine",
"new java.util.Scanner(System.in)",
"String[] tmp = str.split(\" \");",
"tmp",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(tmp[0]);",
"a",
"Integer.parseInt(tmp[0])",
"Integer.parseInt",
"Integer",
"tmp[0]",
"tmp",
"0",
"int b = Integer.parseInt(tmp[1]);",
"b",
"Integer.parseInt(tmp[1])",
"Integer.parseInt",
"Integer",
"tmp[1]",
"tmp",
"1",
"int c = Integer.parseInt(tmp[2]);",
"c",
"Integer.parseInt(tmp[2])",
"Integer.parseInt",
"Integer",
"tmp[2]",
"tmp",
"2",
"int tmprun;",
"tmprun",
"for(int i = 0;i <= 2;i++){\n if(c < b){\n tmprun = c;\n c = b;\n b = tmprun;\n }\n if(b < a){\n tmprun = b;\n b = a;\n a = tmprun;\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i <= 2",
"i",
"2",
"i++",
"i++",
"i",
"{\n if(c < b){\n tmprun = c;\n c = b;\n b = tmprun;\n }\n if(b < a){\n tmprun = b;\n b = a;\n a = tmprun;\n }\n }",
"{\n if(c < b){\n tmprun = c;\n c = b;\n b = tmprun;\n }\n if(b < a){\n tmprun = b;\n b = a;\n a = tmprun;\n }\n }",
"if(c < b){\n tmprun = c;\n c = b;\n b = tmprun;\n }",
"c < b",
"c",
"b",
"{\n tmprun = c;\n c = b;\n b = tmprun;\n }",
"tmprun = c",
"tmprun",
"c",
"c = b",
"c",
"b",
"b = tmprun",
"b",
"tmprun",
"if(b < a){\n tmprun = b;\n b = a;\n a = tmprun;\n }",
"b < a",
"b",
"a",
"{\n tmprun = b;\n b = a;\n a = tmprun;\n }",
"tmprun = b",
"tmprun",
"b",
"b = a",
"b",
"a",
"a = tmprun",
"a",
"tmprun",
"out.print(a + \" \")",
"out.print",
"out",
"a + \" \"",
"a",
"\" \"",
"out.print(b + \" \")",
"out.print",
"out",
"b + \" \"",
"b",
"\" \"",
"out.println(c)",
"out.println",
"out",
"c",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n int tmprun;\n \n for(int i = 0;i <= 2;i++){\n if(c < b){\n tmprun = c;\n c = b;\n b = tmprun;\n }\n if(b < a){\n tmprun = b;\n b = a;\n a = tmprun;\n }\n }\n out.print(a + \" \");\n out.print(b + \" \"); \n out.println(c);\n }\n }",
"public class Main {\n public static void main(String[] args){\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n int tmprun;\n \n for(int i = 0;i <= 2;i++){\n if(c < b){\n tmprun = c;\n c = b;\n b = tmprun;\n }\n if(b < a){\n tmprun = b;\n b = a;\n a = tmprun;\n }\n }\n out.print(a + \" \");\n out.print(b + \" \"); \n out.println(c);\n }\n }",
"Main"
] | import static java.lang.System.out;
public class Main {
public static void main(String[] args){
String str = new java.util.Scanner(System.in).nextLine();
String[] tmp = str.split(" ");
int a = Integer.parseInt(tmp[0]);
int b = Integer.parseInt(tmp[1]);
int c = Integer.parseInt(tmp[2]);
int tmprun;
for(int i = 0;i <= 2;i++){
if(c < b){
tmprun = c;
c = b;
b = tmprun;
}
if(b < a){
tmprun = b;
b = a;
a = tmprun;
}
}
out.print(a + " ");
out.print(b + " ");
out.println(c);
}
} |
[
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,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
17,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
90,
5
],
[
90,
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
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
61,
68
],
[
68,
69
],
[
68,
70
],
[
8,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
80,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
78,
84
],
[
77,
85
],
[
80,
86
],
[
6,
87
],
[
87,
88
],
[
0,
89
],
[
89,
90
],
[
89,
91
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n // AOJ の Hint によると、こうやるらしい。\n // 1. 1番目と2番目の数を比べて、逆順ならば交換する。\n // 2. 2番目と3番目の数を比べて、逆順ならば交換する。\n // 3. 1番目と2番目の数を比べて、逆順ならば交換する。\n // いわゆるバブルソートである。\n // まず、一番大きな数を一番下に持っていく。\n // これで一番大きな数は決まったので、その上について同じ手順を繰り返していく。\n\n // a < b < c の順に並ぶようにする。\n int tmp; // swap 用の補助の変数\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n if (b > c) {\n tmp = c;\n c = b;\n b = tmp;\n }\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n System.out.println(\"\"+a+' '+b+' '+c);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n // AOJ の Hint によると、こうやるらしい。\n // 1. 1番目と2番目の数を比べて、逆順ならば交換する。\n // 2. 2番目と3番目の数を比べて、逆順ならば交換する。\n // 3. 1番目と2番目の数を比べて、逆順ならば交換する。\n // いわゆるバブルソートである。\n // まず、一番大きな数を一番下に持っていく。\n // これで一番大きな数は決まったので、その上について同じ手順を繰り返していく。\n\n // a < b < c の順に並ぶようにする。\n int tmp; // swap 用の補助の変数\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n if (b > c) {\n tmp = c;\n c = b;\n b = tmp;\n }\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n System.out.println(\"\"+a+' '+b+' '+c);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n // AOJ の Hint によると、こうやるらしい。\n // 1. 1番目と2番目の数を比べて、逆順ならば交換する。\n // 2. 2番目と3番目の数を比べて、逆順ならば交換する。\n // 3. 1番目と2番目の数を比べて、逆順ならば交換する。\n // いわゆるバブルソートである。\n // まず、一番大きな数を一番下に持っていく。\n // これで一番大きな数は決まったので、その上について同じ手順を繰り返していく。\n\n // a < b < c の順に並ぶようにする。\n int tmp; // swap 用の補助の変数\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n if (b > c) {\n tmp = c;\n c = b;\n b = tmp;\n }\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n System.out.println(\"\"+a+' '+b+' '+c);\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n // AOJ の Hint によると、こうやるらしい。\n // 1. 1番目と2番目の数を比べて、逆順ならば交換する。\n // 2. 2番目と3番目の数を比べて、逆順ならば交換する。\n // 3. 1番目と2番目の数を比べて、逆順ならば交換する。\n // いわゆるバブルソートである。\n // まず、一番大きな数を一番下に持っていく。\n // これで一番大きな数は決まったので、その上について同じ手順を繰り返していく。\n\n // a < b < c の順に並ぶようにする。\n int tmp; // swap 用の補助の変数\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n if (b > c) {\n tmp = c;\n c = b;\n b = tmp;\n }\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n System.out.println(\"\"+a+' '+b+' '+c);\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",
"int c = scanner.nextInt();",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int tmp;",
"tmp",
"if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }",
"a > b",
"a",
"b",
"{\n tmp = b;\n b = a;\n a = tmp;\n }",
"tmp = b",
"tmp",
"b",
"b = a",
"b",
"a",
"a = tmp",
"a",
"tmp",
"if (b > c) {\n tmp = c;\n c = b;\n b = tmp;\n }",
"b > c",
"b",
"c",
"{\n tmp = c;\n c = b;\n b = tmp;\n }",
"tmp = c",
"tmp",
"c",
"c = b",
"c",
"b",
"b = tmp",
"b",
"tmp",
"if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }",
"a > b",
"a",
"b",
"{\n tmp = b;\n b = a;\n a = tmp;\n }",
"tmp = b",
"tmp",
"b",
"b = a",
"b",
"a",
"a = tmp",
"a",
"tmp",
"System.out.println(\"\"+a+' '+b+' '+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"+a+' '+b+' '+c",
"' '",
"b",
"' '",
"\"\"+a+' '+b+' '+c",
"\"\"",
"a",
"' '",
"b",
"' '",
"c",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n // AOJ の Hint によると、こうやるらしい。\n // 1. 1番目と2番目の数を比べて、逆順ならば交換する。\n // 2. 2番目と3番目の数を比べて、逆順ならば交換する。\n // 3. 1番目と2番目の数を比べて、逆順ならば交換する。\n // いわゆるバブルソートである。\n // まず、一番大きな数を一番下に持っていく。\n // これで一番大きな数は決まったので、その上について同じ手順を繰り返していく。\n\n // a < b < c の順に並ぶようにする。\n int tmp; // swap 用の補助の変数\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n if (b > c) {\n tmp = c;\n c = b;\n b = tmp;\n }\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n System.out.println(\"\"+a+' '+b+' '+c);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n // AOJ の Hint によると、こうやるらしい。\n // 1. 1番目と2番目の数を比べて、逆順ならば交換する。\n // 2. 2番目と3番目の数を比べて、逆順ならば交換する。\n // 3. 1番目と2番目の数を比べて、逆順ならば交換する。\n // いわゆるバブルソートである。\n // まず、一番大きな数を一番下に持っていく。\n // これで一番大きな数は決まったので、その上について同じ手順を繰り返していく。\n\n // a < b < c の順に並ぶようにする。\n int tmp; // swap 用の補助の変数\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n if (b > c) {\n tmp = c;\n c = b;\n b = tmp;\n }\n if (a > b) {\n tmp = b;\n b = a;\n a = tmp;\n }\n System.out.println(\"\"+a+' '+b+' '+c);\n }\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();
int b = scanner.nextInt();
int c = scanner.nextInt();
// AOJ の Hint によると、こうやるらしい。
// 1. 1番目と2番目の数を比べて、逆順ならば交換する。
// 2. 2番目と3番目の数を比べて、逆順ならば交換する。
// 3. 1番目と2番目の数を比べて、逆順ならば交換する。
// いわゆるバブルソートである。
// まず、一番大きな数を一番下に持っていく。
// これで一番大きな数は決まったので、その上について同じ手順を繰り返していく。
// a < b < c の順に並ぶようにする。
int tmp; // swap 用の補助の変数
if (a > b) {
tmp = b;
b = a;
a = tmp;
}
if (b > c) {
tmp = c;
c = b;
b = tmp;
}
if (a > b) {
tmp = b;
b = a;
a = tmp;
}
System.out.println(""+a+' '+b+' '+c);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
114,
5
],
[
114,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
8,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
19,
27
],
[
27,
28
],
[
28,
29
],
[
19,
30
],
[
31,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
39,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
57,
58
],
[
57,
59
],
[
52,
60
],
[
60,
61
],
[
61,
62
],
[
52,
63
],
[
64,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
70,
71
],
[
70,
72
],
[
65,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
76,
78
],
[
73,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
83,
85
],
[
73,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
8,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
91,
96
],
[
99,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
98,
104
],
[
104,
105
],
[
104,
106
],
[
97,
107
],
[
99,
108
],
[
108,
109
],
[
108,
110
],
[
6,
111
],
[
111,
112
],
[
0,
113
],
[
113,
114
],
[
113,
115
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner r = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tint l = 0;\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = r.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\tfor(int j = 0;j < 3;j++){\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner r = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tint l = 0;\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = r.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\tfor(int j = 0;j < 3;j++){\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner r = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tint l = 0;\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = r.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\tfor(int j = 0;j < 3;j++){\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}",
"main",
"{\n\t\tScanner r = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tint l = 0;\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = r.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\tfor(int j = 0;j < 3;j++){\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}",
"Scanner r = new Scanner(System.in);",
"r",
"new Scanner(System.in)",
"int a[] = new int[3];",
"a",
"new int[3]",
"3",
"int l = 0;",
"l",
"0",
"for(int i = 0;i < 3;i++){\n\t\t\ta[i] = r.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\ta[i] = r.nextInt();\n\t\t}",
"{\n\t\t\ta[i] = r.nextInt();\n\t\t}",
"a[i] = r.nextInt()",
"a[i]",
"a",
"i",
"r.nextInt()",
"r.nextInt",
"r",
"for(int i = 0;i < 3;i++){\n\t\t\tfor(int j = 0;j < 3;j++){\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j = 0;j < 3;j++){\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}",
"{\n\t\t\tfor(int j = 0;j < 3;j++){\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}",
"for(int j = 0;j < 3;j++){\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}",
"int j = 0;",
"int j = 0;",
"j",
"0",
"j < 3",
"j",
"3",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}",
"if(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}",
"a[i] < a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"{\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}",
"l = a[i]",
"l",
"a[i]",
"a",
"i",
"a[i] = a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"a[j] = l",
"a[j]",
"a",
"j",
"l",
"System.out.println(a[0]+\" \"+a[1]+\" \"+a[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[0]+\" \"+a[1]+\" \"+a[2]",
"\" \"",
"a[1]",
"a[0]+\" \"+a[1]+\" \"+a[2]",
"a[0]",
"a",
"0",
"\" \"",
"a[1]",
"a",
"1",
"\" \"",
"a[2]",
"a",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner r = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tint l = 0;\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = r.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\tfor(int j = 0;j < 3;j++){\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner r = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tint l = 0;\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = r.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\tfor(int j = 0;j < 3;j++){\n\t\t\t\tif(a[i] < a[j]){\n\t\t\t\t\tl = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = l;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner r = new Scanner(System.in);
int a[] = new int[3];
int l = 0;
for(int i = 0;i < 3;i++){
a[i] = r.nextInt();
}
for(int i = 0;i < 3;i++){
for(int j = 0;j < 3;j++){
if(a[i] < a[j]){
l = a[i];
a[i] = a[j];
a[j] = l;
}
}
}
System.out.println(a[0]+" "+a[1]+" "+a[2]);
}
} |
[
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,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
13,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
4,
18,
13,
17,
17,
4,
18,
13,
17,
17,
4,
18,
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
],
[
74,
14
],
[
74,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
17,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
17,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
38,
42
],
[
38,
43
],
[
17,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
17,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
56,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
56,
61
],
[
55,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
54,
66
],
[
56,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
15,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"import java.util.Arrays;\nimport java.util.Collections;\nimport java.util.List;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tList<Integer> list = Arrays.asList(a, b,c);\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}\n\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.List;",
"List",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tList<Integer> list = Arrays.asList(a, b,c);\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tList<Integer> list = Arrays.asList(a, b,c);\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tList<Integer> list = Arrays.asList(a, b,c);\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\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",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"List<Integer> list = Arrays.asList(a, b,c);",
"list",
"Arrays.asList(a, b,c)",
"Arrays.asList",
"Arrays",
"a",
"b",
"c",
"Collections.sort(list)",
"Collections.sort",
"Collections",
"list",
"System.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2))",
"System.out.println",
"System.out",
"System",
"System.out",
"list.get(0) + \" \" + list.get(1) + \" \" + list.get(2)",
"\" \"",
"list.get(1)",
"list.get(0) + \" \" + list.get(1) + \" \" + list.get(2)",
"list.get(0)",
"list.get",
"list",
"0",
"\" \"",
"list.get(1)",
"list.get",
"list",
"1",
"\" \"",
"list.get(2)",
"list.get",
"list",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tList<Integer> list = Arrays.asList(a, b,c);\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tList<Integer> list = Arrays.asList(a, b,c);\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}\n\n}",
"Main"
] | import java.util.Arrays;
import java.util.Collections;
import java.util.List;
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();
int c = sc.nextInt();
List<Integer> list = Arrays.asList(a, b,c);
Collections.sort(list);
System.out.println(list.get(0) + " " + list.get(1) + " " + list.get(2));
}
} |
[
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,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
130,
14
],
[
130,
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
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
17,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
17,
54
],
[
54,
55
],
[
54,
56
],
[
17,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
61,
68
],
[
68,
69
],
[
68,
70
],
[
17,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
75,
82
],
[
82,
83
],
[
82,
84
],
[
17,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
93,
95
],
[
89,
96
],
[
96,
97
],
[
96,
98
],
[
17,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
107,
108
],
[
107,
109
],
[
103,
110
],
[
110,
111
],
[
110,
112
],
[
17,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
113,
118
],
[
121,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
120,
124
],
[
119,
125
],
[
121,
126
],
[
15,
127
],
[
127,
128
],
[
0,
129
],
[
129,
130
],
[
129,
131
]
] | [
"import 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 s = scan.next();\n int c = Integer.parseInt(s);\n int change = 0;\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n }\n \n if (b > c){\n \tchange = b;\n \tb = c;\n \tc = change;\n }\n \n if(a > c){\n \tchange = a;\n \ta = c;\n \tc = change;\n }\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n } \n \n System.out.println(a + \" \" + b + \" \" + c);\n \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 s = scan.next();\n int c = Integer.parseInt(s);\n int change = 0;\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n }\n \n if (b > c){\n \tchange = b;\n \tb = c;\n \tc = change;\n }\n \n if(a > c){\n \tchange = a;\n \ta = c;\n \tc = change;\n }\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n } \n \n System.out.println(a + \" \" + b + \" \" + c);\n \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 s = scan.next();\n int c = Integer.parseInt(s);\n int change = 0;\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n }\n \n if (b > c){\n \tchange = b;\n \tb = c;\n \tc = change;\n }\n \n if(a > c){\n \tchange = a;\n \ta = c;\n \tc = change;\n }\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n } \n \n System.out.println(a + \" \" + b + \" \" + c);\n \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 s = scan.next();\n int c = Integer.parseInt(s);\n int change = 0;\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n }\n \n if (b > c){\n \tchange = b;\n \tb = c;\n \tc = change;\n }\n \n if(a > c){\n \tchange = a;\n \ta = c;\n \tc = change;\n }\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n } \n \n System.out.println(a + \" \" + b + \" \" + c);\n \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",
"s = scan.next()",
"s",
"scan.next()",
"scan.next",
"scan",
"int c = Integer.parseInt(s);",
"c",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"int change = 0;",
"change",
"0",
"if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n }",
"a > b",
"a",
"b",
"{\n \tchange = a;\n \ta = b;\n \tb = change;\n }",
"change = a",
"change",
"a",
"a = b",
"a",
"b",
"b = change",
"b",
"change",
"if (b > c){\n \tchange = b;\n \tb = c;\n \tc = change;\n }",
"b > c",
"b",
"c",
"{\n \tchange = b;\n \tb = c;\n \tc = change;\n }",
"change = b",
"change",
"b",
"b = c",
"b",
"c",
"c = change",
"c",
"change",
"if(a > c){\n \tchange = a;\n \ta = c;\n \tc = change;\n }",
"a > c",
"a",
"c",
"{\n \tchange = a;\n \ta = c;\n \tc = change;\n }",
"change = a",
"change",
"a",
"a = c",
"a",
"c",
"c = change",
"c",
"change",
"if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n }",
"a > b",
"a",
"b",
"{\n \tchange = a;\n \ta = b;\n \tb = change;\n }",
"change = a",
"change",
"a",
"a = b",
"a",
"b",
"b = change",
"b",
"change",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"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 s = scan.next();\n int c = Integer.parseInt(s);\n int change = 0;\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n }\n \n if (b > c){\n \tchange = b;\n \tb = c;\n \tc = change;\n }\n \n if(a > c){\n \tchange = a;\n \ta = c;\n \tc = change;\n }\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n } \n \n System.out.println(a + \" \" + b + \" \" + c);\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\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 s = scan.next();\n int c = Integer.parseInt(s);\n int change = 0;\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n }\n \n if (b > c){\n \tchange = b;\n \tb = c;\n \tc = change;\n }\n \n if(a > c){\n \tchange = a;\n \ta = c;\n \tc = change;\n }\n \n if (a > b){\n \tchange = a;\n \ta = b;\n \tb = change;\n } \n \n System.out.println(a + \" \" + b + \" \" + c);\n \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);
s = scan.next();
int c = Integer.parseInt(s);
int change = 0;
if (a > b){
change = a;
a = b;
b = change;
}
if (b > c){
change = b;
b = c;
c = change;
}
if(a > c){
change = a;
a = c;
c = change;
}
if (a > b){
change = a;
a = b;
b = change;
}
System.out.println(a + " " + b + " " + c);
}
} |
[
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,
41,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
66,
8
],
[
66,
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
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
32,
35
],
[
11,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
11,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
48,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
47,
53
],
[
53,
54
],
[
53,
55
],
[
46,
56
],
[
48,
57
],
[
57,
58
],
[
57,
59
],
[
11,
60
],
[
60,
61
],
[
61,
62
],
[
9,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint num[] = {a, b, c};\n\t\t\n\t\tArrays.sort(num);\n\t\t\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}\n\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"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);\t\t\n\t\t\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint num[] = {a, b, c};\n\t\t\n\t\tArrays.sort(num);\n\t\t\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint num[] = {a, b, c};\n\t\t\n\t\tArrays.sort(num);\n\t\t\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint num[] = {a, b, c};\n\t\t\n\t\tArrays.sort(num);\n\t\t\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\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",
"int c = scan.nextInt();",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int num[] = {a, b, c};",
"num",
"{a, b, c}",
"a",
"b",
"c",
"Arrays.sort(num)",
"Arrays.sort",
"Arrays",
"num",
"System.out.println(num[0] + \" \" + num[1] + \" \" + num[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"num[0] + \" \" + num[1] + \" \" + num[2]",
"\" \"",
"num[1]",
"num[0] + \" \" + num[1] + \" \" + num[2]",
"num[0]",
"num",
"0",
"\" \"",
"num[1]",
"num",
"1",
"\" \"",
"num[2]",
"num",
"2",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint num[] = {a, b, c};\n\t\t\n\t\tArrays.sort(num);\n\t\t\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint num[] = {a, b, c};\n\t\t\n\t\tArrays.sort(num);\n\t\t\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}\n\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
int num[] = {a, b, c};
Arrays.sort(num);
System.out.println(num[0] + " " + num[1] + " " + num[2]);
scan.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,
4,
18,
13,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
97,
5
],
[
97,
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
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
61,
68
],
[
68,
69
],
[
68,
70
],
[
8,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
79,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
77,
83
],
[
79,
84
],
[
97,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
91,
92
],
[
92,
93
],
[
85,
94
],
[
94,
95
],
[
0,
96
],
[
96,
97
],
[
96,
98
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x =scanner.nextInt();\n\t\tint y =scanner.nextInt();\n\t\tint z =scanner.nextInt();\n\t\tint temp;\n\t\t\n\t\tif(x>y){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t\tif(x>z){\n\t\t\ttemp=x;\n\t\t\tx=z;\n\t\t\tz=temp;\n\t\t}\n\t\tif(y>z){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x =scanner.nextInt();\n\t\tint y =scanner.nextInt();\n\t\tint z =scanner.nextInt();\n\t\tint temp;\n\t\t\n\t\tif(x>y){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t\tif(x>z){\n\t\t\ttemp=x;\n\t\t\tx=z;\n\t\t\tz=temp;\n\t\t}\n\t\tif(y>z){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}",
"Main",
"private void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x =scanner.nextInt();\n\t\tint y =scanner.nextInt();\n\t\tint z =scanner.nextInt();\n\t\tint temp;\n\t\t\n\t\tif(x>y){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t\tif(x>z){\n\t\t\ttemp=x;\n\t\t\tx=z;\n\t\t\tz=temp;\n\t\t}\n\t\tif(y>z){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\t}",
"calc",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x =scanner.nextInt();\n\t\tint y =scanner.nextInt();\n\t\tint z =scanner.nextInt();\n\t\tint temp;\n\t\t\n\t\tif(x>y){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t\tif(x>z){\n\t\t\ttemp=x;\n\t\t\tx=z;\n\t\t\tz=temp;\n\t\t}\n\t\tif(y>z){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int x =scanner.nextInt();",
"x",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int y =scanner.nextInt();",
"y",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int z =scanner.nextInt();",
"z",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int temp;",
"temp",
"if(x>y){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}",
"x>y",
"x",
"y",
"{\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}",
"temp=x",
"temp",
"x",
"x=y",
"x",
"y",
"y=temp",
"y",
"temp",
"if(x>z){\n\t\t\ttemp=x;\n\t\t\tx=z;\n\t\t\tz=temp;\n\t\t}",
"x>z",
"x",
"z",
"{\n\t\t\ttemp=x;\n\t\t\tx=z;\n\t\t\tz=temp;\n\t\t}",
"temp=x",
"temp",
"x",
"x=z",
"x",
"z",
"z=temp",
"z",
"temp",
"if(y>z){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}",
"y>z",
"y",
"z",
"{\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}",
"temp=y",
"temp",
"y",
"y=z",
"y",
"z",
"z=temp",
"z",
"temp",
"System.out.println(x + \" \" + y + \" \" + z)",
"System.out.println",
"System.out",
"System",
"System.out",
"x + \" \" + y + \" \" + z",
"\" \"",
"y",
"x + \" \" + y + \" \" + z",
"x",
"\" \"",
"y",
"\" \"",
"z",
"public static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}",
"main",
"{\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}",
"Main run =new Main();",
"run",
"new Main()",
"run.calc()",
"run.calc",
"run",
"String[] args",
"args",
"public class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x =scanner.nextInt();\n\t\tint y =scanner.nextInt();\n\t\tint z =scanner.nextInt();\n\t\tint temp;\n\t\t\n\t\tif(x>y){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t\tif(x>z){\n\t\t\ttemp=x;\n\t\t\tx=z;\n\t\t\tz=temp;\n\t\t}\n\t\tif(y>z){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}",
"public class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x =scanner.nextInt();\n\t\tint y =scanner.nextInt();\n\t\tint z =scanner.nextInt();\n\t\tint temp;\n\t\t\n\t\tif(x>y){\n\t\t\ttemp=x;\n\t\t\tx=y;\n\t\t\ty=temp;\n\t\t}\n\t\tif(x>z){\n\t\t\ttemp=x;\n\t\t\tx=z;\n\t\t\tz=temp;\n\t\t}\n\t\tif(y>z){\n\t\t\ttemp=y;\n\t\t\ty=z;\n\t\t\tz=temp;\n\t\t}\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
private void calc(){
Scanner scanner = new Scanner(System.in);
int x =scanner.nextInt();
int y =scanner.nextInt();
int z =scanner.nextInt();
int temp;
if(x>y){
temp=x;
x=y;
y=temp;
}
if(x>z){
temp=x;
x=z;
z=temp;
}
if(y>z){
temp=y;
y=z;
z=temp;
}
System.out.println(x + " " + y + " " + z);
}
public static void main(String[] args) {
Main run =new Main();
run.calc();
}
} |
[
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,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
83,
5
],
[
83,
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
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
61,
68
],
[
68,
69
],
[
68,
70
],
[
8,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
71,
77
],
[
71,
78
],
[
71,
79
],
[
6,
80
],
[
80,
81
],
[
0,
82
],
[
82,
83
],
[
82,
84
]
] | [
"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\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint swap;\n\t\tif (a > b) {swap = a; a = b; b = swap;}\n\t\tif (a > c) {swap = a; a = c; c = swap;}\n\t\tif (b > c) {swap = b; b = c; c = swap;}\n\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint swap;\n\t\tif (a > b) {swap = a; a = b; b = swap;}\n\t\tif (a > c) {swap = a; a = c; c = swap;}\n\t\tif (b > c) {swap = b; b = c; c = swap;}\n\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint swap;\n\t\tif (a > b) {swap = a; a = b; b = swap;}\n\t\tif (a > c) {swap = a; a = c; c = swap;}\n\t\tif (b > c) {swap = b; b = c; c = swap;}\n\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint swap;\n\t\tif (a > b) {swap = a; a = b; b = swap;}\n\t\tif (a > c) {swap = a; a = c; c = swap;}\n\t\tif (b > c) {swap = b; b = c; c = swap;}\n\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\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",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int swap;",
"swap",
"if (a > b) {swap = a; a = b; b = swap;}",
"a > b",
"a",
"b",
"{swap = a; a = b; b = swap;}",
"swap = a",
"swap",
"a",
"a = b",
"a",
"b",
"b = swap",
"b",
"swap",
"if (a > c) {swap = a; a = c; c = swap;}",
"a > c",
"a",
"c",
"{swap = a; a = c; c = swap;}",
"swap = a",
"swap",
"a",
"a = c",
"a",
"c",
"c = swap",
"c",
"swap",
"if (b > c) {swap = b; b = c; c = swap;}",
"b > c",
"b",
"c",
"{swap = b; b = c; c = swap;}",
"swap = b",
"swap",
"b",
"b = c",
"b",
"c",
"c = swap",
"c",
"swap",
"System.out.printf(\"%d %d %d\\n\", a, b, c)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"a",
"b",
"c",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint swap;\n\t\tif (a > b) {swap = a; a = b; b = swap;}\n\t\tif (a > c) {swap = a; a = c; c = swap;}\n\t\tif (b > c) {swap = b; b = c; c = swap;}\n\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint swap;\n\t\tif (a > b) {swap = a; a = b; b = swap;}\n\t\tif (a > c) {swap = a; a = c; c = swap;}\n\t\tif (b > c) {swap = b; b = c; c = swap;}\n\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int swap;
if (a > b) {swap = a; a = b; b = swap;}
if (a > c) {swap = a; a = c; c = swap;}
if (b > c) {swap = b; b = c; c = swap;}
System.out.printf("%d %d %d\n", a, b, c);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
124,
5
],
[
124,
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
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
29,
30
],
[
29,
31
],
[
24,
32
],
[
32,
33
],
[
33,
34
],
[
24,
35
],
[
36,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
52,
53
],
[
52,
54
],
[
47,
55
],
[
55,
56
],
[
56,
57
],
[
47,
58
],
[
59,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
64,
66
],
[
60,
67
],
[
67,
68
],
[
67,
69
],
[
60,
70
],
[
70,
71
],
[
71,
72
],
[
60,
73
],
[
74,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
75,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
86,
88
],
[
83,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
93,
95
],
[
83,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
8,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
109,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
109,
113
],
[
108,
114
],
[
114,
115
],
[
114,
116
],
[
107,
117
],
[
109,
118
],
[
118,
119
],
[
118,
120
],
[
6,
121
],
[
121,
122
],
[
0,
123
],
[
123,
124
],
[
123,
125
]
] | [
"import java.io.*;\npublic class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint[] in=new int[3];\n\t\tfor(int i=0;i<3;i++){\n\t\tin[i]=Integer.parseInt(st[i]);}\n\t\tfor(int i=0;i<2;i++){\n\t\t\tfor(int j=i+1;j<3;j++){\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}System.out.println(in[0]+\" \"+in[1]+\" \"+in[2]);\n\t}}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint[] in=new int[3];\n\t\tfor(int i=0;i<3;i++){\n\t\tin[i]=Integer.parseInt(st[i]);}\n\t\tfor(int i=0;i<2;i++){\n\t\t\tfor(int j=i+1;j<3;j++){\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}System.out.println(in[0]+\" \"+in[1]+\" \"+in[2]);\n\t}}",
"Main",
"public static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint[] in=new int[3];\n\t\tfor(int i=0;i<3;i++){\n\t\tin[i]=Integer.parseInt(st[i]);}\n\t\tfor(int i=0;i<2;i++){\n\t\t\tfor(int j=i+1;j<3;j++){\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}System.out.println(in[0]+\" \"+in[1]+\" \"+in[2]);\n\t}",
"main",
"{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint[] in=new int[3];\n\t\tfor(int i=0;i<3;i++){\n\t\tin[i]=Integer.parseInt(st[i]);}\n\t\tfor(int i=0;i<2;i++){\n\t\t\tfor(int j=i+1;j<3;j++){\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}System.out.println(in[0]+\" \"+in[1]+\" \"+in[2]);\n\t}",
"BufferedReader br=new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] st=br.readLine().split(\" \");",
"st",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int[] in=new int[3];",
"in",
"new int[3]",
"3",
"for(int i=0;i<3;i++){\n\t\tin[i]=Integer.parseInt(st[i]);}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\tin[i]=Integer.parseInt(st[i]);}",
"{\n\t\tin[i]=Integer.parseInt(st[i]);}",
"in[i]=Integer.parseInt(st[i])",
"in[i]",
"in",
"i",
"Integer.parseInt(st[i])",
"Integer.parseInt",
"Integer",
"st[i]",
"st",
"i",
"for(int i=0;i<2;i++){\n\t\t\tfor(int j=i+1;j<3;j++){\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<2",
"i",
"2",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j=i+1;j<3;j++){\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j=i+1;j<3;j++){\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j=i+1;j<3;j++){\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}",
"int j=i+1;",
"int j=i+1;",
"j",
"i+1",
"i",
"1",
"j<3",
"j",
"3",
"j++",
"j++",
"j",
"{\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}",
"{\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}",
"if(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}",
"in[i]>in[j]",
"in[i]",
"in",
"i",
"in[j]",
"in",
"j",
"{int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}",
"int tmp=in[i];",
"tmp",
"in[i]",
"in",
"i",
"in[i]=in[j]",
"in[i]",
"in",
"i",
"in[j]",
"in",
"j",
"in[j]=tmp",
"in[j]",
"in",
"j",
"tmp",
"System.out.println(in[0]+\" \"+in[1]+\" \"+in[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"in[0]+\" \"+in[1]+\" \"+in[2]",
"\" \"",
"in[1]",
"in[0]+\" \"+in[1]+\" \"+in[2]",
"in[0]",
"in",
"0",
"\" \"",
"in[1]",
"in",
"1",
"\" \"",
"in[2]",
"in",
"2",
"String [] args",
"args",
"public class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint[] in=new int[3];\n\t\tfor(int i=0;i<3;i++){\n\t\tin[i]=Integer.parseInt(st[i]);}\n\t\tfor(int i=0;i<2;i++){\n\t\t\tfor(int j=i+1;j<3;j++){\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}System.out.println(in[0]+\" \"+in[1]+\" \"+in[2]);\n\t}}",
"public class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint[] in=new int[3];\n\t\tfor(int i=0;i<3;i++){\n\t\tin[i]=Integer.parseInt(st[i]);}\n\t\tfor(int i=0;i<2;i++){\n\t\t\tfor(int j=i+1;j<3;j++){\t\t\t\t\n\t\t\t\tif(in[i]>in[j]){int tmp=in[i];\n\t\t\t\t\tin[i]=in[j];\n\t\t\t\t\tin[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}System.out.println(in[0]+\" \"+in[1]+\" \"+in[2]);\n\t}}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String [] args) throws NumberFormatException, IOException{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
String[] st=br.readLine().split(" ");
int[] in=new int[3];
for(int i=0;i<3;i++){
in[i]=Integer.parseInt(st[i]);}
for(int i=0;i<2;i++){
for(int j=i+1;j<3;j++){
if(in[i]>in[j]){int tmp=in[i];
in[i]=in[j];
in[j]=tmp;
}
}
}System.out.println(in[0]+" "+in[1]+" "+in[2]);
}} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
95,
11
],
[
95,
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
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
14,
34
],
[
34,
35
],
[
34,
36
],
[
14,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
14,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
14,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
65,
66
],
[
65,
67
],
[
14,
68
],
[
68,
69
],
[
69,
70
],
[
68,
71
],
[
14,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
80,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
79,
85
],
[
85,
86
],
[
85,
87
],
[
78,
88
],
[
80,
89
],
[
89,
90
],
[
89,
91
],
[
12,
92
],
[
92,
93
],
[
0,
94
],
[
94,
95
],
[
94,
96
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\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 line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n\n int[] threeNum = new int[3];\n threeNum[0] = Integer.parseInt(readLineArray[0]);\n threeNum[1] = Integer.parseInt(readLineArray[1]);\n threeNum[2] = Integer.parseInt(readLineArray[2]);\n\n Arrays.sort(threeNum);\n\n System.out.println(threeNum[0]+\" \"+threeNum[1]+\" \"+threeNum[2]);\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n\n int[] threeNum = new int[3];\n threeNum[0] = Integer.parseInt(readLineArray[0]);\n threeNum[1] = Integer.parseInt(readLineArray[1]);\n threeNum[2] = Integer.parseInt(readLineArray[2]);\n\n Arrays.sort(threeNum);\n\n System.out.println(threeNum[0]+\" \"+threeNum[1]+\" \"+threeNum[2]);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n\n int[] threeNum = new int[3];\n threeNum[0] = Integer.parseInt(readLineArray[0]);\n threeNum[1] = Integer.parseInt(readLineArray[1]);\n threeNum[2] = Integer.parseInt(readLineArray[2]);\n\n Arrays.sort(threeNum);\n\n System.out.println(threeNum[0]+\" \"+threeNum[1]+\" \"+threeNum[2]);\n }",
"main",
"{\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n\n int[] threeNum = new int[3];\n threeNum[0] = Integer.parseInt(readLineArray[0]);\n threeNum[1] = Integer.parseInt(readLineArray[1]);\n threeNum[2] = Integer.parseInt(readLineArray[2]);\n\n Arrays.sort(threeNum);\n\n System.out.println(threeNum[0]+\" \"+threeNum[1]+\" \"+threeNum[2]);\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",
"line = line.trim()",
"line",
"line.trim()",
"line.trim",
"line",
"String[] readLineArray = line.split(\"[\\\\s+]\");",
"readLineArray",
"line.split(\"[\\\\s+]\")",
"line.split",
"line",
"\"[\\\\s+]\"",
"int[] threeNum = new int[3];",
"threeNum",
"new int[3]",
"3",
"threeNum[0] = Integer.parseInt(readLineArray[0])",
"threeNum[0]",
"threeNum",
"0",
"Integer.parseInt(readLineArray[0])",
"Integer.parseInt",
"Integer",
"readLineArray[0]",
"readLineArray",
"0",
"threeNum[1] = Integer.parseInt(readLineArray[1])",
"threeNum[1]",
"threeNum",
"1",
"Integer.parseInt(readLineArray[1])",
"Integer.parseInt",
"Integer",
"readLineArray[1]",
"readLineArray",
"1",
"threeNum[2] = Integer.parseInt(readLineArray[2])",
"threeNum[2]",
"threeNum",
"2",
"Integer.parseInt(readLineArray[2])",
"Integer.parseInt",
"Integer",
"readLineArray[2]",
"readLineArray",
"2",
"Arrays.sort(threeNum)",
"Arrays.sort",
"Arrays",
"threeNum",
"System.out.println(threeNum[0]+\" \"+threeNum[1]+\" \"+threeNum[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"threeNum[0]+\" \"+threeNum[1]+\" \"+threeNum[2]",
"\" \"",
"threeNum[1]",
"threeNum[0]+\" \"+threeNum[1]+\" \"+threeNum[2]",
"threeNum[0]",
"threeNum",
"0",
"\" \"",
"threeNum[1]",
"threeNum",
"1",
"\" \"",
"threeNum[2]",
"threeNum",
"2",
"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 line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n\n int[] threeNum = new int[3];\n threeNum[0] = Integer.parseInt(readLineArray[0]);\n threeNum[1] = Integer.parseInt(readLineArray[1]);\n threeNum[2] = Integer.parseInt(readLineArray[2]);\n\n Arrays.sort(threeNum);\n\n System.out.println(threeNum[0]+\" \"+threeNum[1]+\" \"+threeNum[2]);\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 line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n\n int[] threeNum = new int[3];\n threeNum[0] = Integer.parseInt(readLineArray[0]);\n threeNum[1] = Integer.parseInt(readLineArray[1]);\n threeNum[2] = Integer.parseInt(readLineArray[2]);\n\n Arrays.sort(threeNum);\n\n System.out.println(threeNum[0]+\" \"+threeNum[1]+\" \"+threeNum[2]);\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Arrays;
public class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
//文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。
line = line.trim();
//半角スペースを区切り文字として扱う
String[] readLineArray = line.split("[\\s+]");
int[] threeNum = new int[3];
threeNum[0] = Integer.parseInt(readLineArray[0]);
threeNum[1] = Integer.parseInt(readLineArray[1]);
threeNum[2] = Integer.parseInt(readLineArray[2]);
Arrays.sort(threeNum);
System.out.println(threeNum[0]+" "+threeNum[1]+" "+threeNum[2]);
}
} |
[
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,
41,
13,
4,
18,
13,
17,
17,
41,
13,
4,
18,
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,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
115,
11
],
[
115,
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
],
[
14,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
27,
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
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
14,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
60,
67
],
[
67,
68
],
[
67,
69
],
[
14,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
74,
81
],
[
81,
82
],
[
81,
83
],
[
14,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
92,
93
],
[
92,
94
],
[
88,
95
],
[
95,
96
],
[
95,
97
],
[
14,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
106,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
104,
110
],
[
106,
111
],
[
12,
112
],
[
112,
113
],
[
0,
114
],
[
114,
115
],
[
114,
116
]
] | [
"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\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\t//String str = \"10 9 4\";\n\t\tint x;\n\t\tString[] num = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(num[0]); //3\n\t\tint b = Integer.parseInt(num[1]); //8\n\t\tint c = Integer.parseInt(num[2]); //1\n\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tif (b > c){\n\t\t\tx = b;\n\t\t\tb = c;\n\t\t\tc = x;\n\t\t}\t\t\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\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\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\t//String str = \"10 9 4\";\n\t\tint x;\n\t\tString[] num = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(num[0]); //3\n\t\tint b = Integer.parseInt(num[1]); //8\n\t\tint c = Integer.parseInt(num[2]); //1\n\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tif (b > c){\n\t\t\tx = b;\n\t\t\tb = c;\n\t\t\tc = x;\n\t\t}\t\t\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\t//String str = \"10 9 4\";\n\t\tint x;\n\t\tString[] num = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(num[0]); //3\n\t\tint b = Integer.parseInt(num[1]); //8\n\t\tint c = Integer.parseInt(num[2]); //1\n\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tif (b > c){\n\t\t\tx = b;\n\t\t\tb = c;\n\t\t\tc = x;\n\t\t}\t\t\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n }",
"main",
"{\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\t//String str = \"10 9 4\";\n\t\tint x;\n\t\tString[] num = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(num[0]); //3\n\t\tint b = Integer.parseInt(num[1]); //8\n\t\tint c = Integer.parseInt(num[2]); //1\n\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tif (b > c){\n\t\t\tx = b;\n\t\t\tb = c;\n\t\t\tc = x;\n\t\t}\t\t\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\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",
"int x;",
"x",
"String[] num = str.split(\" \", 0);",
"num",
"str.split(\" \", 0)",
"str.split",
"str",
"\" \"",
"0",
"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",
"int c = Integer.parseInt(num[2]);",
"c",
"Integer.parseInt(num[2])",
"Integer.parseInt",
"Integer",
"num[2]",
"num",
"2",
"if (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}",
"x = a",
"x",
"a",
"a = b",
"a",
"b",
"b = x",
"b",
"x",
"if (b > c){\n\t\t\tx = b;\n\t\t\tb = c;\n\t\t\tc = x;\n\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\tx = b;\n\t\t\tb = c;\n\t\t\tc = x;\n\t\t}",
"x = b",
"x",
"b",
"b = c",
"b",
"c",
"c = x",
"c",
"x",
"if (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}",
"x = a",
"x",
"a",
"a = b",
"a",
"b",
"b = x",
"b",
"x",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\t//String str = \"10 9 4\";\n\t\tint x;\n\t\tString[] num = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(num[0]); //3\n\t\tint b = Integer.parseInt(num[1]); //8\n\t\tint c = Integer.parseInt(num[2]); //1\n\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tif (b > c){\n\t\t\tx = b;\n\t\t\tb = c;\n\t\t\tc = x;\n\t\t}\t\t\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n }\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\t//String str = \"10 9 4\";\n\t\tint x;\n\t\tString[] num = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(num[0]); //3\n\t\tint b = Integer.parseInt(num[1]); //8\n\t\tint c = Integer.parseInt(num[2]); //1\n\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tif (b > c){\n\t\t\tx = b;\n\t\t\tb = c;\n\t\t\tc = x;\n\t\t}\t\t\n\t\tif (a > b) {\n\t\t\tx = a;\n\t\t\ta = b;\n\t\t\tb = x;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\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 str = br.readLine();
//String str = "10 9 4";
int x;
String[] num = str.split(" ", 0);
int a = Integer.parseInt(num[0]); //3
int b = Integer.parseInt(num[1]); //8
int c = Integer.parseInt(num[2]); //1
if (a > b) {
x = a;
a = b;
b = x;
}
if (b > c){
x = b;
b = c;
c = x;
}
if (a > b) {
x = a;
a = b;
b = x;
}
System.out.println(a + " " + b + " " + c);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
0,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
41,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
8,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
18,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
8,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
46,
47
],
[
46,
48
],
[
41,
49
],
[
49,
50
],
[
50,
51
],
[
41,
52
],
[
53,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
54,
61
],
[
61,
62
],
[
61,
63
],
[
54,
64
],
[
64,
65
],
[
65,
66
],
[
54,
67
],
[
68,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
74,
76
],
[
69,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
80,
82
],
[
77,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
87,
88
],
[
87,
89
],
[
77,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
8,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
103,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
102,
108
],
[
108,
109
],
[
108,
110
],
[
101,
111
],
[
103,
112
],
[
112,
113
],
[
112,
114
],
[
6,
115
],
[
115,
116
]
] | [
"import java.util.Scanner;\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kb = new Scanner( System.in);\n\t\tint eles[];\n\t\teles=new int[3];\n\n\t\teles[0] = kb.nextInt();\n\t\teles[1] = kb.nextInt();\n\t\teles[2] = kb.nextInt();\n\t\t\n\t\tint tmp;\n\t\tfor( int i=0; i<3; i++) {\n\t\t\tfor( int j=i+1; j<3; j++) {\n\t\t\t\tif( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( eles[0]+\" \"+eles[1]+\" \"+eles[2] );\t\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kb = new Scanner( System.in);\n\t\tint eles[];\n\t\teles=new int[3];\n\n\t\teles[0] = kb.nextInt();\n\t\teles[1] = kb.nextInt();\n\t\teles[2] = kb.nextInt();\n\t\t\n\t\tint tmp;\n\t\tfor( int i=0; i<3; i++) {\n\t\t\tfor( int j=i+1; j<3; j++) {\n\t\t\t\tif( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( eles[0]+\" \"+eles[1]+\" \"+eles[2] );\t\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner kb = new Scanner( System.in);\n\t\tint eles[];\n\t\teles=new int[3];\n\n\t\teles[0] = kb.nextInt();\n\t\teles[1] = kb.nextInt();\n\t\teles[2] = kb.nextInt();\n\t\t\n\t\tint tmp;\n\t\tfor( int i=0; i<3; i++) {\n\t\t\tfor( int j=i+1; j<3; j++) {\n\t\t\t\tif( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( eles[0]+\" \"+eles[1]+\" \"+eles[2] );\t\n\t}",
"main",
"{\n\t\tScanner kb = new Scanner( System.in);\n\t\tint eles[];\n\t\teles=new int[3];\n\n\t\teles[0] = kb.nextInt();\n\t\teles[1] = kb.nextInt();\n\t\teles[2] = kb.nextInt();\n\t\t\n\t\tint tmp;\n\t\tfor( int i=0; i<3; i++) {\n\t\t\tfor( int j=i+1; j<3; j++) {\n\t\t\t\tif( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( eles[0]+\" \"+eles[1]+\" \"+eles[2] );\t\n\t}",
"Scanner kb = new Scanner( System.in);",
"kb",
"new Scanner( System.in)",
"int eles[];",
"eles",
"eles=new int[3]",
"eles",
"new int[3]",
"3",
"eles[0] = kb.nextInt()",
"eles[0]",
"eles",
"0",
"kb.nextInt()",
"kb.nextInt",
"kb",
"eles[1] = kb.nextInt()",
"eles[1]",
"eles",
"1",
"kb.nextInt()",
"kb.nextInt",
"kb",
"eles[2] = kb.nextInt()",
"eles[2]",
"eles",
"2",
"kb.nextInt()",
"kb.nextInt",
"kb",
"int tmp;",
"tmp",
"for( int i=0; i<3; i++) {\n\t\t\tfor( int j=i+1; j<3; j++) {\n\t\t\t\tif( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tfor( int j=i+1; j<3; j++) {\n\t\t\t\tif( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor( int j=i+1; j<3; j++) {\n\t\t\t\tif( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for( int j=i+1; j<3; j++) {\n\t\t\t\tif( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}\n\t\t\t}",
"int j=i+1;",
"int j=i+1;",
"j",
"i+1",
"i",
"1",
"j<3",
"j",
"3",
"j++",
"j++",
"j",
"{\n\t\t\t\tif( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}\n\t\t\t}",
"if( eles[j] < eles[i] ) {\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}",
"eles[j] < eles[i]",
"eles[j]",
"eles",
"j",
"eles[i]",
"eles",
"i",
"{\n\t\t\t\t\ttmp=eles[i];\n\t\t\t\t\teles[i]=eles[j];\n\t\t\t\t\teles[j]=tmp;\n\t\t\t\t}",
"tmp=eles[i]",
"tmp",
"eles[i]",
"eles",
"i",
"eles[i]=eles[j]",
"eles[i]",
"eles",
"i",
"eles[j]",
"eles",
"j",
"eles[j]=tmp",
"eles[j]",
"eles",
"j",
"tmp",
"System.out.println( eles[0]+\" \"+eles[1]+\" \"+eles[2] )",
"System.out.println",
"System.out",
"System",
"System.out",
"eles[0]+\" \"+eles[1]+\" \"+eles[2]",
"\" \"",
"eles[1]",
"eles[0]+\" \"+eles[1]+\" \"+eles[2]",
"eles[0]",
"eles",
"0",
"\" \"",
"eles[1]",
"eles",
"1",
"\" \"",
"eles[2]",
"eles",
"2",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner kb = new Scanner( System.in);
int eles[];
eles=new int[3];
eles[0] = kb.nextInt();
eles[1] = kb.nextInt();
eles[2] = kb.nextInt();
int tmp;
for( int i=0; i<3; i++) {
for( int j=i+1; j<3; j++) {
if( eles[j] < eles[i] ) {
tmp=eles[i];
eles[i]=eles[j];
eles[j]=tmp;
}
}
}
System.out.println( eles[0]+" "+eles[1]+" "+eles[2] );
}
} |
[
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,
41,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
2,
17,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
32,
35
],
[
11,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
41,
42
],
[
41,
43
],
[
36,
44
],
[
44,
45
],
[
45,
46
],
[
36,
47
],
[
48,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
56,
58
],
[
49,
59
],
[
59,
60
],
[
60,
61
],
[
49,
62
],
[
63,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
64,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
77,
79
],
[
74,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
86,
88
],
[
74,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
92,
94
],
[
89,
95
],
[
11,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
104,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
103,
109
],
[
109,
110
],
[
109,
111
],
[
102,
112
],
[
104,
113
],
[
113,
114
],
[
113,
115
],
[
9,
116
],
[
116,
117
]
] | [
"import java.util.Scanner; \nimport java.util.*;\n \nclass Main{\n public static void main(String[] args){\n Scanner in = new Scanner(System.in);\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int[] sort = {a,b,c,};\n for(int i=0; i<2; i++){\n for(int j=0; j<2-i; j++){\n if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }\n }\n }\n \n System.out.println(sort[2] + \" \" + sort[1] + \" \" + sort[0]);\n\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args){\n Scanner in = new Scanner(System.in);\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int[] sort = {a,b,c,};\n for(int i=0; i<2; i++){\n for(int j=0; j<2-i; j++){\n if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }\n }\n }\n \n System.out.println(sort[2] + \" \" + sort[1] + \" \" + sort[0]);\n\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner in = new Scanner(System.in);\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int[] sort = {a,b,c,};\n for(int i=0; i<2; i++){\n for(int j=0; j<2-i; j++){\n if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }\n }\n }\n \n System.out.println(sort[2] + \" \" + sort[1] + \" \" + sort[0]);\n\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int[] sort = {a,b,c,};\n for(int i=0; i<2; i++){\n for(int j=0; j<2-i; j++){\n if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }\n }\n }\n \n System.out.println(sort[2] + \" \" + sort[1] + \" \" + sort[0]);\n\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int a = in.nextInt();",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"int b = in.nextInt();",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"int c = in.nextInt();",
"c",
"in.nextInt()",
"in.nextInt",
"in",
"int[] sort = {a,b,c,};",
"sort",
"{a,b,c,}",
"a",
"b",
"c",
"for(int i=0; i<2; i++){\n for(int j=0; j<2-i; j++){\n if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }\n }\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<2",
"i",
"2",
"i++",
"i++",
"i",
"{\n for(int j=0; j<2-i; j++){\n if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }\n }\n }",
"{\n for(int j=0; j<2-i; j++){\n if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }\n }\n }",
"for(int j=0; j<2-i; j++){\n if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }\n }",
"int j=0;",
"int j=0;",
"j",
"0",
"j<2-i",
"j",
"2-i",
"2",
"i",
"j++",
"j++",
"j",
"{\n if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }\n }",
"{\n if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }\n }",
"if(sort[j]<sort[j+1]){\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }",
"sort[j]<sort[j+1]",
"sort[j]",
"sort",
"j",
"sort[j+1]",
"sort",
"j+1",
"j",
"1",
"{\n int temp=sort[j];\n sort[j]=sort[j+1];\n sort[j+1]=temp;\n }",
"int temp=sort[j];",
"temp",
"sort[j]",
"sort",
"j",
"sort[j]=sort[j+1]",
"sort[j]",
"sort",
"j",
"sort[j+1]",
"sort",
"j+1",
"j",
"1",
"sort[j+1]=temp",
"sort[j+1]",
"sort",
"j+1",
"j",
"1",
"temp",
"System.out.println(sort[2] + \" \" + sort[1] + \" \" + sort[0])",
"System.out.println",
"System.out",
"System",
"System.out",
"sort[2] + \" \" + sort[1] + \" \" + sort[0]",
"\" \"",
"sort[1]",
"sort[2] + \" \" + sort[1] + \" \" + sort[0]",
"sort[2]",
"sort",
"2",
"\" \"",
"sort[1]",
"sort",
"1",
"\" \"",
"sort[0]",
"sort",
"0",
"String[] args",
"args"
] | import java.util.Scanner;
import java.util.*;
class Main{
public static void main(String[] args){
Scanner in = new Scanner(System.in);
int a = in.nextInt();
int b = in.nextInt();
int c = in.nextInt();
int[] sort = {a,b,c,};
for(int i=0; i<2; i++){
for(int j=0; j<2-i; j++){
if(sort[j]<sort[j+1]){
int temp=sort[j];
sort[j]=sort[j+1];
sort[j+1]=temp;
}
}
}
System.out.println(sort[2] + " " + sort[1] + " " + sort[0]);
}
} |
[
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,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
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
],
[
267,
8
],
[
267,
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
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
30,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
38,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
38,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
38,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
38,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
30,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
74,
76
],
[
69,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
77,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
77,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
77,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
77,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
102,
107
],
[
69,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
109,
113
],
[
113,
114
],
[
113,
115
],
[
108,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
117,
122
],
[
116,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
116,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
129,
134
],
[
116,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
135,
140
],
[
116,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
141,
146
],
[
108,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
148,
152
],
[
152,
153
],
[
152,
154
],
[
147,
155
],
[
155,
156
],
[
156,
157
],
[
157,
158
],
[
158,
159
],
[
158,
160
],
[
156,
161
],
[
155,
162
],
[
162,
163
],
[
163,
164
],
[
164,
165
],
[
164,
166
],
[
162,
167
],
[
155,
168
],
[
168,
169
],
[
169,
170
],
[
170,
171
],
[
170,
172
],
[
168,
173
],
[
155,
174
],
[
174,
175
],
[
175,
176
],
[
176,
177
],
[
176,
178
],
[
174,
179
],
[
155,
180
],
[
180,
181
],
[
181,
182
],
[
182,
183
],
[
182,
184
],
[
180,
185
],
[
147,
186
],
[
186,
187
],
[
187,
188
],
[
188,
189
],
[
188,
190
],
[
187,
191
],
[
191,
192
],
[
191,
193
],
[
186,
194
],
[
194,
195
],
[
195,
196
],
[
196,
197
],
[
197,
198
],
[
197,
199
],
[
195,
200
],
[
194,
201
],
[
201,
202
],
[
202,
203
],
[
203,
204
],
[
203,
205
],
[
201,
206
],
[
194,
207
],
[
207,
208
],
[
208,
209
],
[
209,
210
],
[
209,
211
],
[
207,
212
],
[
194,
213
],
[
213,
214
],
[
214,
215
],
[
215,
216
],
[
215,
217
],
[
213,
218
],
[
194,
219
],
[
219,
220
],
[
220,
221
],
[
221,
222
],
[
221,
223
],
[
219,
224
],
[
186,
225
],
[
225,
226
],
[
226,
227
],
[
227,
228
],
[
227,
229
],
[
226,
230
],
[
230,
231
],
[
230,
232
],
[
225,
233
],
[
233,
234
],
[
234,
235
],
[
235,
236
],
[
236,
237
],
[
236,
238
],
[
234,
239
],
[
233,
240
],
[
240,
241
],
[
241,
242
],
[
242,
243
],
[
242,
244
],
[
240,
245
],
[
233,
246
],
[
246,
247
],
[
247,
248
],
[
248,
249
],
[
248,
250
],
[
246,
251
],
[
233,
252
],
[
252,
253
],
[
253,
254
],
[
254,
255
],
[
254,
256
],
[
252,
257
],
[
233,
258
],
[
258,
259
],
[
259,
260
],
[
260,
261
],
[
260,
262
],
[
258,
263
],
[
9,
264
],
[
264,
265
],
[
0,
266
],
[
266,
267
],
[
266,
268
]
] | [
"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 int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(c);\n }\n else if(b<=c && c<=a){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n else if(c<=a && a<=b){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(a<=c && c<=b){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n \t \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 int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(c);\n }\n else if(b<=c && c<=a){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n else if(c<=a && a<=b){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(a<=c && c<=b){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n \t \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 int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(c);\n }\n else if(b<=c && c<=a){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n else if(c<=a && a<=b){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(a<=c && c<=b){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n \t \n }",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(c);\n }\n else if(b<=c && c<=a){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n else if(c<=a && a<=b){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(a<=c && c<=b){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n \t \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",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<=b && b<=c){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(c);\n }\n else if(b<=c && c<=a){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n else if(c<=a && a<=b){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(a<=c && c<=b){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }",
"a<=b && b<=c",
"a<=b",
"a",
"b",
"b<=c",
"b",
"c",
"{\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(c);\n }",
"System.out.print(a)",
"System.out.print",
"System.out",
"System",
"System.out",
"a",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(b)",
"System.out.print",
"System.out",
"System",
"System.out",
"b",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(c)",
"System.out.println",
"System.out",
"System",
"System.out",
"c",
"if(b<=c && c<=a){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n else if(c<=a && a<=b){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(a<=c && c<=b){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }",
"b<=c && c<=a",
"b<=c",
"b",
"c",
"c<=a",
"c",
"a",
"{\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }",
"System.out.print(b)",
"System.out.print",
"System.out",
"System",
"System.out",
"b",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(c)",
"System.out.print",
"System.out",
"System",
"System.out",
"c",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(a)",
"System.out.println",
"System.out",
"System",
"System.out",
"a",
"if(c<=a && a<=b){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(a<=c && c<=b){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }",
"c<=a && a<=b",
"c<=a",
"c",
"a",
"a<=b",
"a",
"b",
"{\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }",
"System.out.print(c)",
"System.out.print",
"System.out",
"System",
"System.out",
"c",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(a)",
"System.out.print",
"System.out",
"System",
"System.out",
"a",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(b)",
"System.out.println",
"System.out",
"System",
"System.out",
"b",
"if(a<=c && c<=b){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }",
"a<=c && c<=b",
"a<=c",
"a",
"c",
"c<=b",
"c",
"b",
"{\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }",
"System.out.print(a)",
"System.out.print",
"System.out",
"System",
"System.out",
"a",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(c)",
"System.out.print",
"System.out",
"System",
"System.out",
"c",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(b)",
"System.out.println",
"System.out",
"System",
"System.out",
"b",
"if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }",
"b<=a && a<=c",
"b<=a",
"b",
"a",
"a<=c",
"a",
"c",
"{\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }",
"System.out.print(b)",
"System.out.print",
"System.out",
"System",
"System.out",
"b",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(a)",
"System.out.print",
"System.out",
"System",
"System.out",
"a",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(c)",
"System.out.println",
"System.out",
"System",
"System.out",
"c",
"if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }",
"c<=b && b<=a",
"c<=b",
"c",
"b",
"b<=a",
"b",
"a",
"{\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }",
"System.out.print(c)",
"System.out.print",
"System.out",
"System",
"System.out",
"c",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(b)",
"System.out.print",
"System.out",
"System",
"System.out",
"b",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(a)",
"System.out.println",
"System.out",
"System",
"System.out",
"a",
"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 int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(c);\n }\n else if(b<=c && c<=a){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n else if(c<=a && a<=b){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(a<=c && c<=b){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n \t \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 int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(c);\n }\n else if(b<=c && c<=a){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n else if(c<=a && a<=b){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(a<=c && c<=b){\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.println(b);\n \t\n }\n else if(b<=a && a<=c){\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.print(a);\n \t System.out.print(\" \");\n \t System.out.println(c);\n \t\n }\n else if(c<=b && b<=a){\n \t System.out.print(c);\n \t System.out.print(\" \");\n \t System.out.print(b);\n \t System.out.print(\" \");\n \t System.out.println(a);\n \t\n }\n \t \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();
int c = sc.nextInt();
if(a<=b && b<=c){
System.out.print(a);
System.out.print(" ");
System.out.print(b);
System.out.print(" ");
System.out.println(c);
}
else if(b<=c && c<=a){
System.out.print(b);
System.out.print(" ");
System.out.print(c);
System.out.print(" ");
System.out.println(a);
}
else if(c<=a && a<=b){
System.out.print(c);
System.out.print(" ");
System.out.print(a);
System.out.print(" ");
System.out.println(b);
}
else if(a<=c && c<=b){
System.out.print(a);
System.out.print(" ");
System.out.print(c);
System.out.print(" ");
System.out.println(b);
}
else if(b<=a && a<=c){
System.out.print(b);
System.out.print(" ");
System.out.print(a);
System.out.print(" ");
System.out.println(c);
}
else if(c<=b && b<=a){
System.out.print(c);
System.out.print(" ");
System.out.print(b);
System.out.print(" ");
System.out.println(a);
}
}
} |
[
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,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
86,
14
],
[
86,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
23,
28
],
[
17,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
17,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
17,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
17,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
55,
58
],
[
17,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
17,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
71,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
70,
76
],
[
76,
77
],
[
76,
78
],
[
69,
79
],
[
71,
80
],
[
80,
81
],
[
80,
82
],
[
15,
83
],
[
83,
84
],
[
0,
85
],
[
85,
86
],
[
85,
87
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\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\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tint num[] = {a , b , c};\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\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.Arrays;",
"Arrays",
"java.util",
"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\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tint num[] = {a , b , c};\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\n\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tint num[] = {a , b , c};\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\n\n\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tint num[] = {a , b , c};\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\n\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] inputNum = br.readLine().split(\" \");",
"inputNum",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a = Integer.parseInt(inputNum[0]);",
"a",
"Integer.parseInt(inputNum[0])",
"Integer.parseInt",
"Integer",
"inputNum[0]",
"inputNum",
"0",
"int b = Integer.parseInt(inputNum[1]);",
"b",
"Integer.parseInt(inputNum[1])",
"Integer.parseInt",
"Integer",
"inputNum[1]",
"inputNum",
"1",
"int c = Integer.parseInt(inputNum[2]);",
"c",
"Integer.parseInt(inputNum[2])",
"Integer.parseInt",
"Integer",
"inputNum[2]",
"inputNum",
"2",
"int num[] = {a , b , c};",
"num",
"{a , b , c}",
"a",
"b",
"c",
"Arrays.sort(num)",
"Arrays.sort",
"Arrays",
"num",
"System.out.println(num[0] + \" \" + num[1] + \" \" + num[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"num[0] + \" \" + num[1] + \" \" + num[2]",
"\" \"",
"num[1]",
"num[0] + \" \" + num[1] + \" \" + num[2]",
"num[0]",
"num",
"0",
"\" \"",
"num[1]",
"num",
"1",
"\" \"",
"num[2]",
"num",
"2",
"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\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tint num[] = {a , b , c};\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\n\n\n\t}\n\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\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tint num[] = {a , b , c};\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\n\n\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
public class Main {
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] inputNum = br.readLine().split(" ");
int a = Integer.parseInt(inputNum[0]);
int b = Integer.parseInt(inputNum[1]);
int c = Integer.parseInt(inputNum[2]);
int num[] = {a , b , c};
Arrays.sort(num);
System.out.println(num[0] + " " + num[1] + " " + num[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
17,
12,
13,
30,
41,
13,
20,
41,
13,
20,
2,
13,
17,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
74,
8
],
[
74,
9
],
[
9,
10
],
[
9,
11
],
[
74,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
21,
22
],
[
21,
23
],
[
14,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
29,
30
],
[
29,
31
],
[
24,
32
],
[
32,
33
],
[
33,
34
],
[
24,
35
],
[
36,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
14,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
14,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
56,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
55,
61
],
[
61,
62
],
[
61,
63
],
[
54,
64
],
[
56,
65
],
[
65,
66
],
[
65,
67
],
[
14,
68
],
[
68,
69
],
[
69,
70
],
[
12,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tfinal static int INPUT_COUNT = 2;\n\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint num[] = new int[INPUT_COUNT+1];\n\n\t\tfor(int i=0;i<=INPUT_COUNT;i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tfinal static int INPUT_COUNT = 2;\n\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint num[] = new int[INPUT_COUNT+1];\n\n\t\tfor(int i=0;i<=INPUT_COUNT;i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}\n}",
"Main",
"final static int INPUT_COUNT = 2;",
"INPUT_COUNT",
"2",
"public static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint num[] = new int[INPUT_COUNT+1];\n\n\t\tfor(int i=0;i<=INPUT_COUNT;i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint num[] = new int[INPUT_COUNT+1];\n\n\t\tfor(int i=0;i<=INPUT_COUNT;i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int num[] = new int[INPUT_COUNT+1];",
"num",
"new int[INPUT_COUNT+1]",
"INPUT_COUNT+1",
"INPUT_COUNT",
"1",
"for(int i=0;i<=INPUT_COUNT;i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<=INPUT_COUNT",
"i",
"INPUT_COUNT",
"i++",
"i++",
"i",
"{\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"{\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"num[i] = scan.nextInt()",
"num[i]",
"num",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"Arrays.sort(num)",
"Arrays.sort",
"Arrays",
"num",
"System.out.println(num[0] + \" \" + num[1] + \" \" + num[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"num[0] + \" \" + num[1] + \" \" + num[2]",
"\" \"",
"num[1]",
"num[0] + \" \" + num[1] + \" \" + num[2]",
"num[0]",
"num",
"0",
"\" \"",
"num[1]",
"num",
"1",
"\" \"",
"num[2]",
"num",
"2",
"scan.close()",
"scan.close",
"scan",
"String args[]",
"args",
"public class Main {\n\n\tfinal static int INPUT_COUNT = 2;\n\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint num[] = new int[INPUT_COUNT+1];\n\n\t\tfor(int i=0;i<=INPUT_COUNT;i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}\n}",
"public class Main {\n\n\tfinal static int INPUT_COUNT = 2;\n\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint num[] = new int[INPUT_COUNT+1];\n\n\t\tfor(int i=0;i<=INPUT_COUNT;i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tArrays.sort(num);\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t\tscan.close();\n\n\t}\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
final static int INPUT_COUNT = 2;
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
int num[] = new int[INPUT_COUNT+1];
for(int i=0;i<=INPUT_COUNT;i++){
num[i] = scan.nextInt();
}
Arrays.sort(num);
System.out.println(num[0] + " " + num[1] + " " + num[2]);
scan.close();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
19,
27
],
[
27,
28
],
[
28,
29
],
[
19,
30
],
[
31,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
11,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
11,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
51,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
50,
56
],
[
56,
57
],
[
56,
58
],
[
49,
59
],
[
51,
60
],
[
60,
61
],
[
60,
62
],
[
9,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tArrays.sort(a);\n\t\t\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t\t\n\t}\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tArrays.sort(a);\n\t\t\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tArrays.sort(a);\n\t\t\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t\t\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tArrays.sort(a);\n\t\t\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t\t\n\t}",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"for (int i = 0; i < 3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}",
"{\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}",
"a[i] = stdIn.nextInt()",
"a[i]",
"a",
"i",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"Arrays.sort(a)",
"Arrays.sort",
"Arrays",
"a",
"System.out.println(a[0] + \" \" + a[1] + \" \" + a[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[0] + \" \" + a[1] + \" \" + a[2]",
"\" \"",
"a[1]",
"a[0] + \" \" + a[1] + \" \" + a[2]",
"a[0]",
"a",
"0",
"\" \"",
"a[1]",
"a",
"1",
"\" \"",
"a[2]",
"a",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tArrays.sort(a);\n\t\t\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t\t\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tArrays.sort(a);\n\t\t\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t\t\n\t}\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
int[] a = new int[3];
for (int i = 0; i < 3; i++) {
a[i] = stdIn.nextInt();
}
Arrays.sort(a);
System.out.println(a[0] + " " + a[1] + " " + a[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
19,
20
],
[
20,
21
],
[
17,
22
],
[
11,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
11,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
35,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
34,
40
],
[
40,
41
],
[
40,
42
],
[
33,
43
],
[
35,
44
],
[
44,
45
],
[
44,
46
],
[
9,
47
],
[
47,
48
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] ary = br.readLine().split(\" \");\n\t\tArrays.sort(ary);\n \tSystem.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[2]);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] ary = br.readLine().split(\" \");\n\t\tArrays.sort(ary);\n \tSystem.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[2]);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] ary = br.readLine().split(\" \");\n\t\tArrays.sort(ary);\n \tSystem.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[2]);\n }",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] ary = br.readLine().split(\" \");\n\t\tArrays.sort(ary);\n \tSystem.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[2]);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] ary = br.readLine().split(\" \");",
"ary",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"Arrays.sort(ary)",
"Arrays.sort",
"Arrays",
"ary",
"System.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"ary[0]+\" \"+ary[1]+\" \"+ary[2]",
"\" \"",
"ary[1]",
"ary[0]+\" \"+ary[1]+\" \"+ary[2]",
"ary[0]",
"ary",
"0",
"\" \"",
"ary[1]",
"ary",
"1",
"\" \"",
"ary[2]",
"ary",
"2",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] ary = br.readLine().split(" ");
Arrays.sort(ary);
System.out.println(ary[0]+" "+ary[1]+" "+ary[2]);
}
} |
[
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,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
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
],
[
81,
5
],
[
81,
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
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
51,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
40,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
37,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
37,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
8,
75
],
[
75,
76
],
[
76,
77
],
[
6,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint w = scan.nextInt();\n\t\tint h = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\n\t\tif (0 <= y-r && y+r <= h && 0 <= x-r && x+r <= w) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\t\n\t\tscan.close();\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint w = scan.nextInt();\n\t\tint h = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\n\t\tif (0 <= y-r && y+r <= h && 0 <= x-r && x+r <= w) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\t\n\t\tscan.close();\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint w = scan.nextInt();\n\t\tint h = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\n\t\tif (0 <= y-r && y+r <= h && 0 <= x-r && x+r <= w) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\t\n\t\tscan.close();\n\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint w = scan.nextInt();\n\t\tint h = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\n\t\tif (0 <= y-r && y+r <= h && 0 <= x-r && x+r <= w) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\t\n\t\tscan.close();\n\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int w = scan.nextInt();",
"w",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int h = scan.nextInt();",
"h",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y = scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int r = scan.nextInt();",
"r",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if (0 <= y-r && y+r <= h && 0 <= x-r && x+r <= w) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"0 <= y-r && y+r <= h && 0 <= x-r && x+r <= w",
"0 <= x-r",
"0 <= y-r && y+r <= h && 0 <= x-r && x+r <= w",
"0 <= y-r",
"0",
"y-r",
"y",
"r",
"y+r <= h",
"y+r",
"y",
"r",
"h",
"0 <= x-r",
"0",
"x-r",
"x",
"r",
"x+r <= w",
"x+r",
"x",
"r",
"w",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint w = scan.nextInt();\n\t\tint h = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\n\t\tif (0 <= y-r && y+r <= h && 0 <= x-r && x+r <= w) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\t\n\t\tscan.close();\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\t\t\n\t\t\n\t\tint w = scan.nextInt();\n\t\tint h = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\n\t\tif (0 <= y-r && y+r <= h && 0 <= x-r && x+r <= w) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\t\n\t\tscan.close();\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int w = scan.nextInt();
int h = scan.nextInt();
int x = scan.nextInt();
int y = scan.nextInt();
int r = scan.nextInt();
if (0 <= y-r && y+r <= h && 0 <= x-r && x+r <= w) {
System.out.println("Yes");
}
else {
System.out.println("No");
}
scan.close();
}
} |
[
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,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
2,
13,
17,
2,
13,
17,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
102,
2
],
[
102,
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
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
5,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
48
],
[
5,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
5,
57
],
[
57,
58
],
[
62,
59
],
[
79,
60
],
[
76,
61
],
[
73,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
62,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
73,
73
],
[
73,
74
],
[
73,
75
],
[
76,
76
],
[
76,
77
],
[
76,
78
],
[
79,
79
],
[
79,
80
],
[
79,
81
],
[
62,
82
],
[
82,
83
],
[
82,
84
],
[
57,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
57,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
3,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] | [
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] input2 = input.split(\" \");\n\t\tint W = Integer.parseInt(input2[0]);\n\t\tint H = Integer.parseInt(input2[1]);\n\t\tint x = Integer.parseInt(input2[2]);\n\t\tint y = Integer.parseInt(input2[3]);\n\t\tint r = Integer.parseInt(input2[4]);\n\t\tif((x + r) <= W && (y + r) <= H && x > 0 && y > 0 && r <= x && r <= y)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] input2 = input.split(\" \");\n\t\tint W = Integer.parseInt(input2[0]);\n\t\tint H = Integer.parseInt(input2[1]);\n\t\tint x = Integer.parseInt(input2[2]);\n\t\tint y = Integer.parseInt(input2[3]);\n\t\tint r = Integer.parseInt(input2[4]);\n\t\tif((x + r) <= W && (y + r) <= H && x > 0 && y > 0 && r <= x && r <= y)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] input2 = input.split(\" \");\n\t\tint W = Integer.parseInt(input2[0]);\n\t\tint H = Integer.parseInt(input2[1]);\n\t\tint x = Integer.parseInt(input2[2]);\n\t\tint y = Integer.parseInt(input2[3]);\n\t\tint r = Integer.parseInt(input2[4]);\n\t\tif((x + r) <= W && (y + r) <= H && x > 0 && y > 0 && r <= x && r <= y)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] input2 = input.split(\" \");\n\t\tint W = Integer.parseInt(input2[0]);\n\t\tint H = Integer.parseInt(input2[1]);\n\t\tint x = Integer.parseInt(input2[2]);\n\t\tint y = Integer.parseInt(input2[3]);\n\t\tint r = Integer.parseInt(input2[4]);\n\t\tif((x + r) <= W && (y + r) <= H && x > 0 && y > 0 && r <= x && r <= y)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\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[] input2 = input.split(\" \");",
"input2",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int W = Integer.parseInt(input2[0]);",
"W",
"Integer.parseInt(input2[0])",
"Integer.parseInt",
"Integer",
"input2[0]",
"input2",
"0",
"int H = Integer.parseInt(input2[1]);",
"H",
"Integer.parseInt(input2[1])",
"Integer.parseInt",
"Integer",
"input2[1]",
"input2",
"1",
"int x = Integer.parseInt(input2[2]);",
"x",
"Integer.parseInt(input2[2])",
"Integer.parseInt",
"Integer",
"input2[2]",
"input2",
"2",
"int y = Integer.parseInt(input2[3]);",
"y",
"Integer.parseInt(input2[3])",
"Integer.parseInt",
"Integer",
"input2[3]",
"input2",
"3",
"int r = Integer.parseInt(input2[4]);",
"r",
"Integer.parseInt(input2[4])",
"Integer.parseInt",
"Integer",
"input2[4]",
"input2",
"4",
"if((x + r) <= W && (y + r) <= H && x > 0 && y > 0 && r <= x && r <= y)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"(x + r) <= W && (y + r) <= H && x > 0 && y > 0 && r <= x && r <= y",
"r <= x",
"y > 0",
"x > 0",
"(x + r) <= W && (y + r) <= H && x > 0 && y > 0 && r <= x && r <= y",
"(x + r) <= W",
"(x + r)",
"x",
"r",
"W",
"(y + r) <= H",
"(y + r)",
"y",
"r",
"H",
"x > 0",
"x",
"0",
"y > 0",
"y",
"0",
"r <= x",
"r",
"x",
"r <= y",
"r",
"y",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] input2 = input.split(\" \");\n\t\tint W = Integer.parseInt(input2[0]);\n\t\tint H = Integer.parseInt(input2[1]);\n\t\tint x = Integer.parseInt(input2[2]);\n\t\tint y = Integer.parseInt(input2[3]);\n\t\tint r = Integer.parseInt(input2[4]);\n\t\tif((x + r) <= W && (y + r) <= H && x > 0 && y > 0 && r <= x && r <= y)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] input2 = input.split(\" \");\n\t\tint W = Integer.parseInt(input2[0]);\n\t\tint H = Integer.parseInt(input2[1]);\n\t\tint x = Integer.parseInt(input2[2]);\n\t\tint y = Integer.parseInt(input2[3]);\n\t\tint r = Integer.parseInt(input2[4]);\n\t\tif((x + r) <= W && (y + r) <= H && x > 0 && y > 0 && r <= x && r <= y)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\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[] input2 = input.split(" ");
int W = Integer.parseInt(input2[0]);
int H = Integer.parseInt(input2[1]);
int x = Integer.parseInt(input2[2]);
int y = Integer.parseInt(input2[3]);
int r = Integer.parseInt(input2[4]);
if((x + r) <= W && (y + r) <= H && x > 0 && y > 0 && r <= x && r <= y)
{
System.out.println("Yes");
}
else
{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
30,
14,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
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
],
[
4,
12
],
[
12,
13
],
[
4,
14
],
[
14,
15
],
[
4,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
18,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
18,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
18,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
18,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
18,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
18,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
48,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
47,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
61,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
60,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
60,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
47,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
4,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
93,
99
],
[
99,
100
]
] | [
"import java.util.Scanner;\nclass Main{\n int W,H,x,y,r;\n public void yatary() { \n Scanner sc = new Scanner(System.in);\n W = sc.nextInt();\n H = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n if(x - r >= 0 && y - r >= 0 ){ \n if(x + r <= W && y + r <= H){ \n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }\n public static void main(String[] args){ \n new Main().yatary(); \n }\n} ",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n int W,H,x,y,r;\n public void yatary() { \n Scanner sc = new Scanner(System.in);\n W = sc.nextInt();\n H = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n if(x - r >= 0 && y - r >= 0 ){ \n if(x + r <= W && y + r <= H){ \n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }\n public static void main(String[] args){ \n new Main().yatary(); \n }\n}",
"Main",
"int W",
"W",
"H",
"H",
"x",
"x",
"y",
"y",
"r;",
"r",
"public void yatary() { \n Scanner sc = new Scanner(System.in);\n W = sc.nextInt();\n H = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n if(x - r >= 0 && y - r >= 0 ){ \n if(x + r <= W && y + r <= H){ \n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }",
"yatary",
"{ \n Scanner sc = new Scanner(System.in);\n W = sc.nextInt();\n H = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n if(x - r >= 0 && y - r >= 0 ){ \n if(x + r <= W && y + r <= H){ \n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"W = sc.nextInt()",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"H = sc.nextInt()",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"x = sc.nextInt()",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"y = sc.nextInt()",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"r = sc.nextInt()",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(x - r >= 0 && y - r >= 0 ){ \n if(x + r <= W && y + r <= H){ \n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }",
"x - r >= 0 && y - r >= 0",
"x - r >= 0",
"x - r",
"x",
"r",
"0",
"y - r >= 0",
"y - r",
"y",
"r",
"0",
"{ \n if(x + r <= W && y + r <= H){ \n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }",
"if(x + r <= W && y + r <= H){ \n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"x + r <= W && y + r <= H",
"x + r <= W",
"x + r",
"x",
"r",
"W",
"y + r <= H",
"y + r",
"y",
"r",
"H",
"{ \n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"public static void main(String[] args){ \n new Main().yatary(); \n }",
"main",
"{ \n new Main().yatary(); \n }",
"new Main().yatary()",
"new Main().yatary",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
int W,H,x,y,r;
public void yatary() {
Scanner sc = new Scanner(System.in);
W = sc.nextInt();
H = sc.nextInt();
x = sc.nextInt();
y = sc.nextInt();
r = sc.nextInt();
if(x - r >= 0 && y - r >= 0 ){
if(x + r <= W && y + r <= H){
System.out.println("Yes");
}else{
System.out.println("No");
}
}else{
System.out.println("No");
}
}
public static void main(String[] args){
new Main().yatary();
}
} |
[
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,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
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
],
[
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
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
11,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
11,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
11,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
73,
75
],
[
11,
76
],
[
76,
77
],
[
79,
78
],
[
86,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
83,
85
],
[
86,
86
],
[
86,
87
],
[
86,
88
],
[
79,
89
],
[
89,
90
],
[
89,
91
],
[
76,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
76,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
9,
105
],
[
105,
106
]
] | [
"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 An = sc.nextLine();\n String[] max = An.split(\" \");\n \n\n int W = Integer.parseInt(max[0]);\n int H = Integer.parseInt(max[1]);\n int x = Integer.parseInt(max[2]);\n int y = Integer.parseInt(max[3]);\n int r = Integer.parseInt(max[4]);\n \n int A = W - x;\n int B = H - y;\n if (x >= r && y >= r && A >= r && B >= r){\n System.out.println(\"Yes\");\n }else\n System.out.println(\"No\");\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 An = sc.nextLine();\n String[] max = An.split(\" \");\n \n\n int W = Integer.parseInt(max[0]);\n int H = Integer.parseInt(max[1]);\n int x = Integer.parseInt(max[2]);\n int y = Integer.parseInt(max[3]);\n int r = Integer.parseInt(max[4]);\n \n int A = W - x;\n int B = H - y;\n if (x >= r && y >= r && A >= r && B >= r){\n System.out.println(\"Yes\");\n }else\n System.out.println(\"No\");\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String An = sc.nextLine();\n String[] max = An.split(\" \");\n \n\n int W = Integer.parseInt(max[0]);\n int H = Integer.parseInt(max[1]);\n int x = Integer.parseInt(max[2]);\n int y = Integer.parseInt(max[3]);\n int r = Integer.parseInt(max[4]);\n \n int A = W - x;\n int B = H - y;\n if (x >= r && y >= r && A >= r && B >= r){\n System.out.println(\"Yes\");\n }else\n System.out.println(\"No\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n String An = sc.nextLine();\n String[] max = An.split(\" \");\n \n\n int W = Integer.parseInt(max[0]);\n int H = Integer.parseInt(max[1]);\n int x = Integer.parseInt(max[2]);\n int y = Integer.parseInt(max[3]);\n int r = Integer.parseInt(max[4]);\n \n int A = W - x;\n int B = H - y;\n if (x >= r && y >= r && A >= r && B >= r){\n System.out.println(\"Yes\");\n }else\n System.out.println(\"No\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String An = sc.nextLine();",
"An",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] max = An.split(\" \");",
"max",
"An.split(\" \")",
"An.split",
"An",
"\" \"",
"int W = Integer.parseInt(max[0]);",
"W",
"Integer.parseInt(max[0])",
"Integer.parseInt",
"Integer",
"max[0]",
"max",
"0",
"int H = Integer.parseInt(max[1]);",
"H",
"Integer.parseInt(max[1])",
"Integer.parseInt",
"Integer",
"max[1]",
"max",
"1",
"int x = Integer.parseInt(max[2]);",
"x",
"Integer.parseInt(max[2])",
"Integer.parseInt",
"Integer",
"max[2]",
"max",
"2",
"int y = Integer.parseInt(max[3]);",
"y",
"Integer.parseInt(max[3])",
"Integer.parseInt",
"Integer",
"max[3]",
"max",
"3",
"int r = Integer.parseInt(max[4]);",
"r",
"Integer.parseInt(max[4])",
"Integer.parseInt",
"Integer",
"max[4]",
"max",
"4",
"int A = W - x;",
"A",
"W - x",
"W",
"x",
"int B = H - y;",
"B",
"H - y",
"H",
"y",
"if (x >= r && y >= r && A >= r && B >= r){\n System.out.println(\"Yes\");\n }else\n System.out.println(\"No\");",
"x >= r && y >= r && A >= r && B >= r",
"A >= r",
"x >= r && y >= r && A >= r && B >= r",
"x >= r",
"x",
"r",
"y >= r",
"y",
"r",
"A >= r",
"A",
"r",
"B >= r",
"B",
"r",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"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 An = sc.nextLine();
String[] max = An.split(" ");
int W = Integer.parseInt(max[0]);
int H = Integer.parseInt(max[1]);
int x = Integer.parseInt(max[2]);
int y = Integer.parseInt(max[3]);
int r = Integer.parseInt(max[4]);
int A = W - x;
int B = H - y;
if (x >= r && y >= r && A >= r && B >= r){
System.out.println("Yes");
}else
System.out.println("No");
}
} |
[
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,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
104,
5
],
[
104,
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
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
60,
62
],
[
8,
63
],
[
63,
64
],
[
66,
65
],
[
77,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
66,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
77,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
66,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
63,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
88,
93
],
[
63,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
6,
101
],
[
101,
102
],
[
0,
103
],
[
103,
104
],
[
103,
105
]
] | [
"import java.util.*; \n\npublic class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n String[] l = line.split(\" \");\n int W = Integer.parseInt(l[0]); //rectangle width\n int H = Integer.parseInt(l[1]); //rectangle height\n int x = Integer.parseInt(l[2]); //circle x\n int y = Integer.parseInt(l[3]); //circle y\n int r = Integer.parseInt(l[4]); //circle radius.\n\n if(x + r > W || x - r < 0 || y + r > H || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n } \n } \n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n String[] l = line.split(\" \");\n int W = Integer.parseInt(l[0]); //rectangle width\n int H = Integer.parseInt(l[1]); //rectangle height\n int x = Integer.parseInt(l[2]); //circle x\n int y = Integer.parseInt(l[3]); //circle y\n int r = Integer.parseInt(l[4]); //circle radius.\n\n if(x + r > W || x - r < 0 || y + r > H || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n } \n } \n}",
"Main",
"public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n String[] l = line.split(\" \");\n int W = Integer.parseInt(l[0]); //rectangle width\n int H = Integer.parseInt(l[1]); //rectangle height\n int x = Integer.parseInt(l[2]); //circle x\n int y = Integer.parseInt(l[3]); //circle y\n int r = Integer.parseInt(l[4]); //circle radius.\n\n if(x + r > W || x - r < 0 || y + r > H || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n } \n }",
"main",
"{\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n String[] l = line.split(\" \");\n int W = Integer.parseInt(l[0]); //rectangle width\n int H = Integer.parseInt(l[1]); //rectangle height\n int x = Integer.parseInt(l[2]); //circle x\n int y = Integer.parseInt(l[3]); //circle y\n int r = Integer.parseInt(l[4]); //circle radius.\n\n if(x + r > W || x - r < 0 || y + r > H || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n } \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String line = sc.nextLine();",
"line",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] l = line.split(\" \");",
"l",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int W = Integer.parseInt(l[0]);",
"W",
"Integer.parseInt(l[0])",
"Integer.parseInt",
"Integer",
"l[0]",
"l",
"0",
"int H = Integer.parseInt(l[1]);",
"H",
"Integer.parseInt(l[1])",
"Integer.parseInt",
"Integer",
"l[1]",
"l",
"1",
"int x = Integer.parseInt(l[2]);",
"x",
"Integer.parseInt(l[2])",
"Integer.parseInt",
"Integer",
"l[2]",
"l",
"2",
"int y = Integer.parseInt(l[3]);",
"y",
"Integer.parseInt(l[3])",
"Integer.parseInt",
"Integer",
"l[3]",
"l",
"3",
"int r = Integer.parseInt(l[4]);",
"r",
"Integer.parseInt(l[4])",
"Integer.parseInt",
"Integer",
"l[4]",
"l",
"4",
"if(x + r > W || x - r < 0 || y + r > H || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }",
"x + r > W || x - r < 0 || y + r > H || y - r < 0",
"y + r > H",
"x + r > W || x - r < 0 || y + r > H || y - r < 0",
"x + r > W",
"x + r",
"x",
"r",
"W",
"x - r < 0",
"x - r",
"x",
"r",
"0",
"y + r > H",
"y + r",
"y",
"r",
"H",
"y - r < 0",
"y - r",
"y",
"r",
"0",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n String[] l = line.split(\" \");\n int W = Integer.parseInt(l[0]); //rectangle width\n int H = Integer.parseInt(l[1]); //rectangle height\n int x = Integer.parseInt(l[2]); //circle x\n int y = Integer.parseInt(l[3]); //circle y\n int r = Integer.parseInt(l[4]); //circle radius.\n\n if(x + r > W || x - r < 0 || y + r > H || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n } \n } \n}",
"public class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n String[] l = line.split(\" \");\n int W = Integer.parseInt(l[0]); //rectangle width\n int H = Integer.parseInt(l[1]); //rectangle height\n int x = Integer.parseInt(l[2]); //circle x\n int y = Integer.parseInt(l[3]); //circle y\n int r = Integer.parseInt(l[4]); //circle radius.\n\n if(x + r > W || x - r < 0 || y + r > H || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n } \n } \n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String line = sc.nextLine();
String[] l = line.split(" ");
int W = Integer.parseInt(l[0]); //rectangle width
int H = Integer.parseInt(l[1]); //rectangle height
int x = Integer.parseInt(l[2]); //circle x
int y = Integer.parseInt(l[3]); //circle y
int r = Integer.parseInt(l[4]); //circle radius.
if(x + r > W || x - r < 0 || y + r > H || y - r < 0) {
System.out.println("No");
} else {
System.out.println("Yes");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
2,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
14,
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
],
[
96,
5
],
[
96,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
50,
51
],
[
8,
52
],
[
52,
53
],
[
52,
54
],
[
56,
55
],
[
67,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
56,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
67,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
69,
71
],
[
56,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
8,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
77,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
6,
93
],
[
93,
94
],
[
0,
95
],
[
95,
96
],
[
95,
97
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int w = Integer.parseInt(std.next());\n\t int h = Integer.parseInt(std.next());\n\t int x = Integer.parseInt(std.next());\n\t int y = Integer.parseInt(std.next());\n\t int r = Integer.parseInt(std.next());\n\t boolean ret = 0<=x-r && x+r<=w && 0<=y-r && y+r<=h;\n\t if(ret){\n\t \tSystem.out.println(\"Yes\");\n\t }else{\n\t \tSystem.out.println(\"No\");\n\t }\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int w = Integer.parseInt(std.next());\n\t int h = Integer.parseInt(std.next());\n\t int x = Integer.parseInt(std.next());\n\t int y = Integer.parseInt(std.next());\n\t int r = Integer.parseInt(std.next());\n\t boolean ret = 0<=x-r && x+r<=w && 0<=y-r && y+r<=h;\n\t if(ret){\n\t \tSystem.out.println(\"Yes\");\n\t }else{\n\t \tSystem.out.println(\"No\");\n\t }\n\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int w = Integer.parseInt(std.next());\n\t int h = Integer.parseInt(std.next());\n\t int x = Integer.parseInt(std.next());\n\t int y = Integer.parseInt(std.next());\n\t int r = Integer.parseInt(std.next());\n\t boolean ret = 0<=x-r && x+r<=w && 0<=y-r && y+r<=h;\n\t if(ret){\n\t \tSystem.out.println(\"Yes\");\n\t }else{\n\t \tSystem.out.println(\"No\");\n\t }\n\n\t}",
"main",
"{\n\t Scanner std = new Scanner(System.in);\n\t int w = Integer.parseInt(std.next());\n\t int h = Integer.parseInt(std.next());\n\t int x = Integer.parseInt(std.next());\n\t int y = Integer.parseInt(std.next());\n\t int r = Integer.parseInt(std.next());\n\t boolean ret = 0<=x-r && x+r<=w && 0<=y-r && y+r<=h;\n\t if(ret){\n\t \tSystem.out.println(\"Yes\");\n\t }else{\n\t \tSystem.out.println(\"No\");\n\t }\n\n\t}",
"Scanner std = new Scanner(System.in);",
"std",
"new Scanner(System.in)",
"int w = Integer.parseInt(std.next());",
"w",
"Integer.parseInt(std.next())",
"Integer.parseInt",
"Integer",
"std.next()",
"std.next",
"std",
"int h = Integer.parseInt(std.next());",
"h",
"Integer.parseInt(std.next())",
"Integer.parseInt",
"Integer",
"std.next()",
"std.next",
"std",
"int x = Integer.parseInt(std.next());",
"x",
"Integer.parseInt(std.next())",
"Integer.parseInt",
"Integer",
"std.next()",
"std.next",
"std",
"int y = Integer.parseInt(std.next());",
"y",
"Integer.parseInt(std.next())",
"Integer.parseInt",
"Integer",
"std.next()",
"std.next",
"std",
"int r = Integer.parseInt(std.next());",
"r",
"Integer.parseInt(std.next())",
"Integer.parseInt",
"Integer",
"std.next()",
"std.next",
"std",
"boolean ret = 0<=x-r && x+r<=w && 0<=y-r && y+r<=h;",
"ret",
"0<=x-r && x+r<=w && 0<=y-r && y+r<=h",
"0<=y-r",
"0<=x-r && x+r<=w && 0<=y-r && y+r<=h",
"0<=x-r",
"0",
"x-r",
"x",
"r",
"x+r<=w",
"x+r",
"x",
"r",
"w",
"0<=y-r",
"0",
"y-r",
"y",
"r",
"y+r<=h",
"y+r",
"y",
"r",
"h",
"if(ret){\n\t \tSystem.out.println(\"Yes\");\n\t }else{\n\t \tSystem.out.println(\"No\");\n\t }",
"ret",
"{\n\t \tSystem.out.println(\"Yes\");\n\t }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t \tSystem.out.println(\"No\");\n\t }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int w = Integer.parseInt(std.next());\n\t int h = Integer.parseInt(std.next());\n\t int x = Integer.parseInt(std.next());\n\t int y = Integer.parseInt(std.next());\n\t int r = Integer.parseInt(std.next());\n\t boolean ret = 0<=x-r && x+r<=w && 0<=y-r && y+r<=h;\n\t if(ret){\n\t \tSystem.out.println(\"Yes\");\n\t }else{\n\t \tSystem.out.println(\"No\");\n\t }\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int w = Integer.parseInt(std.next());\n\t int h = Integer.parseInt(std.next());\n\t int x = Integer.parseInt(std.next());\n\t int y = Integer.parseInt(std.next());\n\t int r = Integer.parseInt(std.next());\n\t boolean ret = 0<=x-r && x+r<=w && 0<=y-r && y+r<=h;\n\t if(ret){\n\t \tSystem.out.println(\"Yes\");\n\t }else{\n\t \tSystem.out.println(\"No\");\n\t }\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner std = new Scanner(System.in);
int w = Integer.parseInt(std.next());
int h = Integer.parseInt(std.next());
int x = Integer.parseInt(std.next());
int y = Integer.parseInt(std.next());
int r = Integer.parseInt(std.next());
boolean ret = 0<=x-r && x+r<=w && 0<=y-r && y+r<=h;
if(ret){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
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,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
2,
2,
2,
13,
17,
2,
13,
13,
2,
13,
17,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
17,
2,
13,
13,
30,
14,
2,
2,
13,
17,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
107,
5
],
[
107,
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
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
8,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
60,
59
],
[
67,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
67,
67
],
[
67,
68
],
[
67,
69
],
[
60,
70
],
[
70,
71
],
[
70,
72
],
[
57,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
57,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
80,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
94,
96
],
[
89,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
6,
104
],
[
104,
105
],
[
0,
106
],
[
106,
107
],
[
106,
108
]
] | [
"import java.util.*;\n\npublic class Main { // クラス名はMain\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint w = sc.nextInt();\n\n\t\tint h = sc.nextInt();\n\n\t\tint x = sc.nextInt();\n\n\t\tint y = sc.nextInt();\n\n\t\tint r = sc.nextInt();\n\n\t\tint mainasux = x - r;\n\t\tint plasx = x + r;\n\n\t\tint mainasuy = y - r;\n\t\tint plasy = y + r;\n\n\t\tif (mainasux < 0 || plasx > w || mainasuy < 0 || plasy > h ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (mainasux >= 0 && plasx <= w) {\n\n\t\t\tif (mainasuy >= 0 && plasy <= w) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t}\n\n\t}\n\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main { // クラス名はMain\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint w = sc.nextInt();\n\n\t\tint h = sc.nextInt();\n\n\t\tint x = sc.nextInt();\n\n\t\tint y = sc.nextInt();\n\n\t\tint r = sc.nextInt();\n\n\t\tint mainasux = x - r;\n\t\tint plasx = x + r;\n\n\t\tint mainasuy = y - r;\n\t\tint plasy = y + r;\n\n\t\tif (mainasux < 0 || plasx > w || mainasuy < 0 || plasy > h ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (mainasux >= 0 && plasx <= w) {\n\n\t\t\tif (mainasuy >= 0 && plasy <= w) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint w = sc.nextInt();\n\n\t\tint h = sc.nextInt();\n\n\t\tint x = sc.nextInt();\n\n\t\tint y = sc.nextInt();\n\n\t\tint r = sc.nextInt();\n\n\t\tint mainasux = x - r;\n\t\tint plasx = x + r;\n\n\t\tint mainasuy = y - r;\n\t\tint plasy = y + r;\n\n\t\tif (mainasux < 0 || plasx > w || mainasuy < 0 || plasy > h ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (mainasux >= 0 && plasx <= w) {\n\n\t\t\tif (mainasuy >= 0 && plasy <= w) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t}\n\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint w = sc.nextInt();\n\n\t\tint h = sc.nextInt();\n\n\t\tint x = sc.nextInt();\n\n\t\tint y = sc.nextInt();\n\n\t\tint r = sc.nextInt();\n\n\t\tint mainasux = x - r;\n\t\tint plasx = x + r;\n\n\t\tint mainasuy = y - r;\n\t\tint plasy = y + r;\n\n\t\tif (mainasux < 0 || plasx > w || mainasuy < 0 || plasy > h ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (mainasux >= 0 && plasx <= w) {\n\n\t\t\tif (mainasuy >= 0 && plasy <= w) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t}\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int h = sc.nextInt();",
"h",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int mainasux = x - r;",
"mainasux",
"x - r",
"x",
"r",
"int plasx = x + r;",
"plasx",
"x + r",
"x",
"r",
"int mainasuy = y - r;",
"mainasuy",
"y - r",
"y",
"r",
"int plasy = y + r;",
"plasy",
"y + r",
"y",
"r",
"if (mainasux < 0 || plasx > w || mainasuy < 0 || plasy > h ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (mainasux >= 0 && plasx <= w) {\n\n\t\t\tif (mainasuy >= 0 && plasy <= w) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t}",
"mainasux < 0 || plasx > w || mainasuy < 0 || plasy > h",
"mainasuy < 0",
"mainasux < 0 || plasx > w || mainasuy < 0 || plasy > h",
"mainasux < 0",
"mainasux",
"0",
"plasx > w",
"plasx",
"w",
"mainasuy < 0",
"mainasuy",
"0",
"plasy > h",
"plasy",
"h",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (mainasux >= 0 && plasx <= w) {\n\n\t\t\tif (mainasuy >= 0 && plasy <= w) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t}",
"mainasux >= 0 && plasx <= w",
"mainasux >= 0",
"mainasux",
"0",
"plasx <= w",
"plasx",
"w",
"{\n\n\t\t\tif (mainasuy >= 0 && plasy <= w) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t}",
"if (mainasuy >= 0 && plasy <= w) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}",
"mainasuy >= 0 && plasy <= w",
"mainasuy >= 0",
"mainasuy",
"0",
"plasy <= w",
"plasy",
"w",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main { // クラス名はMain\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint w = sc.nextInt();\n\n\t\tint h = sc.nextInt();\n\n\t\tint x = sc.nextInt();\n\n\t\tint y = sc.nextInt();\n\n\t\tint r = sc.nextInt();\n\n\t\tint mainasux = x - r;\n\t\tint plasx = x + r;\n\n\t\tint mainasuy = y - r;\n\t\tint plasy = y + r;\n\n\t\tif (mainasux < 0 || plasx > w || mainasuy < 0 || plasy > h ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (mainasux >= 0 && plasx <= w) {\n\n\t\t\tif (mainasuy >= 0 && plasy <= w) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t}\n\n\t}\n\n}",
"public class Main { // クラス名はMain\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint w = sc.nextInt();\n\n\t\tint h = sc.nextInt();\n\n\t\tint x = sc.nextInt();\n\n\t\tint y = sc.nextInt();\n\n\t\tint r = sc.nextInt();\n\n\t\tint mainasux = x - r;\n\t\tint plasx = x + r;\n\n\t\tint mainasuy = y - r;\n\t\tint plasy = y + r;\n\n\t\tif (mainasux < 0 || plasx > w || mainasuy < 0 || plasy > h ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (mainasux >= 0 && plasx <= w) {\n\n\t\t\tif (mainasuy >= 0 && plasy <= w) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t}\n\n\t}\n\n}",
"Main"
] | import java.util.*;
public class Main { // クラス名はMain
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int w = sc.nextInt();
int h = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
int mainasux = x - r;
int plasx = x + r;
int mainasuy = y - r;
int plasy = y + r;
if (mainasux < 0 || plasx > w || mainasuy < 0 || plasy > h ) {
System.out.println("No");
} else if (mainasux >= 0 && plasx <= w) {
if (mainasuy >= 0 && plasy <= w) {
System.out.println("Yes");
}
}
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.