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,
41,
13,
41,
13,
41,
13,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
30,
41,
13,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
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
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
11,
16
],
[
16,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
21
],
[
21,
22
],
[
21,
23
],
[
11,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
11,
29
],
[
29,
30
],
[
29,
31
],
[
11,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
38,
39
],
[
11,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
46,
47
],
[
11,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
54,
55
],
[
11,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
60,
66
],
[
66,
67
],
[
66,
68
],
[
60,
69
],
[
69,
70
],
[
69,
71
],
[
11,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
76,
79
],
[
79,
80
],
[
79,
81
],
[
76,
82
],
[
82,
83
],
[
82,
84
],
[
76,
85
],
[
85,
86
],
[
85,
87
],
[
11,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
92,
93
],
[
93,
94
],
[
92,
95
],
[
95,
96
],
[
95,
97
],
[
92,
98
],
[
98,
99
],
[
98,
100
],
[
92,
101
],
[
101,
102
],
[
101,
103
],
[
11,
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
],
[
9,
118
],
[
118,
119
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main{\n public static void main(String[] args)throws IOException{\n \tint a, b, c;\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if (c < b) {\n int z;\n z = c;\n c = b;\n b = z;\n }\n if (b < a) {\n int z;\n z = b;\n b = a;\n a = z;\n }\n if (c < b) {\n int z;\n z = c;\n c = b;\n b = z;\n }\n System.out.println(a + \" \" + b + \" \" + c);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args)throws IOException{\n \tint a, b, c;\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if (c < b) {\n int z;\n z = c;\n c = b;\n b = z;\n }\n if (b < a) {\n int z;\n z = b;\n b = a;\n a = z;\n }\n if (c < b) {\n int z;\n z = c;\n c = b;\n b = z;\n }\n System.out.println(a + \" \" + b + \" \" + c);\n }\n}",
"Main",
"public static void main(String[] args)throws IOException{\n \tint a, b, c;\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if (c < b) {\n int z;\n z = c;\n c = b;\n b = z;\n }\n if (b < a) {\n int z;\n z = b;\n b = a;\n a = z;\n }\n if (c < b) {\n int z;\n z = c;\n c = b;\n b = z;\n }\n System.out.println(a + \" \" + b + \" \" + c);\n }",
"main",
"{\n \tint a, b, c;\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if (c < b) {\n int z;\n z = c;\n c = b;\n b = z;\n }\n if (b < a) {\n int z;\n z = b;\n b = a;\n a = z;\n }\n if (c < b) {\n int z;\n z = c;\n c = b;\n b = z;\n }\n System.out.println(a + \" \" + b + \" \" + c);\n }",
"int a",
"a",
"b",
"b",
"c;",
"c",
"InputStreamReader isr =new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br =new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(buf,\" \");",
"st",
"new StringTokenizer(buf,\" \")",
"a = Integer.parseInt(st.nextToken())",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"b = Integer.parseInt(st.nextToken())",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"c = Integer.parseInt(st.nextToken())",
"c",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if (c < b) {\n int z;\n z = c;\n c = b;\n b = z;\n }",
"c < b",
"c",
"b",
"{\n int z;\n z = c;\n c = b;\n b = z;\n }",
"int z;",
"z",
"z = c",
"z",
"c",
"c = b",
"c",
"b",
"b = z",
"b",
"z",
"if (b < a) {\n int z;\n z = b;\n b = a;\n a = z;\n }",
"b < a",
"b",
"a",
"{\n int z;\n z = b;\n b = a;\n a = z;\n }",
"int z;",
"z",
"z = b",
"z",
"b",
"b = a",
"b",
"a",
"a = z",
"a",
"z",
"if (c < b) {\n int z;\n z = c;\n c = b;\n b = z;\n }",
"c < b",
"c",
"b",
"{\n int z;\n z = c;\n c = b;\n b = z;\n }",
"int z;",
"z",
"z = c",
"z",
"c",
"c = b",
"c",
"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.io.*;
import java.util.*;
class Main{
public static void main(String[] args)throws IOException{
int a, b, c;
InputStreamReader isr =new InputStreamReader(System.in);
BufferedReader br =new BufferedReader(isr);
String buf = br.readLine();
StringTokenizer st = new StringTokenizer(buf," ");
a = Integer.parseInt(st.nextToken());
b = Integer.parseInt(st.nextToken());
c = Integer.parseInt(st.nextToken());
if (c < b) {
int z;
z = c;
c = b;
b = z;
}
if (b < a) {
int z;
z = b;
b = a;
a = z;
}
if (c < b) {
int z;
z = c;
c = b;
b = z;
}
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,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
187,
8
],
[
187,
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
],
[
47,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
45,
51
],
[
47,
52
],
[
30,
53
],
[
53,
54
],
[
55,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
59,
61
],
[
55,
62
],
[
62,
63
],
[
62,
64
],
[
53,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
74,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
72,
78
],
[
74,
79
],
[
53,
80
],
[
80,
81
],
[
82,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
82,
89
],
[
89,
90
],
[
89,
91
],
[
80,
92
],
[
92,
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
],
[
80,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
112,
113
],
[
112,
114
],
[
107,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
116,
121
],
[
124,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
123,
127
],
[
122,
128
],
[
124,
129
],
[
107,
130
],
[
130,
131
],
[
132,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
132,
136
],
[
136,
137
],
[
136,
138
],
[
132,
139
],
[
139,
140
],
[
139,
141
],
[
130,
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
],
[
130,
157
],
[
157,
158
],
[
159,
159
],
[
159,
160
],
[
160,
161
],
[
160,
162
],
[
159,
163
],
[
163,
164
],
[
163,
165
],
[
159,
166
],
[
166,
167
],
[
166,
168
],
[
157,
169
],
[
169,
170
],
[
170,
171
],
[
171,
172
],
[
172,
173
],
[
172,
174
],
[
170,
175
],
[
178,
176
],
[
176,
177
],
[
177,
178
],
[
178,
179
],
[
178,
180
],
[
177,
181
],
[
176,
182
],
[
178,
183
],
[
9,
184
],
[
184,
185
],
[
0,
186
],
[
186,
187
],
[
186,
188
]
] | [
"import java.io.IOException;\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 if(a<=b && b<=c){System.out.println(a+\" \"+b+\" \"+c);}\n else if(a<=b && b>=c && a>=c){System.out.println(c+\" \"+a+\" \"+b);}\n else if(a<=b && b>=c && a<=c){System.out.println(a+\" \"+c+\" \"+b);}\n else if(a>=b && b>=c){System.out.println(c+\" \"+b+\" \"+a);}\n else if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}\n\t}\n\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\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 if(a<=b && b<=c){System.out.println(a+\" \"+b+\" \"+c);}\n else if(a<=b && b>=c && a>=c){System.out.println(c+\" \"+a+\" \"+b);}\n else if(a<=b && b>=c && a<=c){System.out.println(a+\" \"+c+\" \"+b);}\n else if(a>=b && b>=c){System.out.println(c+\" \"+b+\" \"+a);}\n else if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}\n\t}\n\n}",
"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 if(a<=b && b<=c){System.out.println(a+\" \"+b+\" \"+c);}\n else if(a<=b && b>=c && a>=c){System.out.println(c+\" \"+a+\" \"+b);}\n else if(a<=b && b>=c && a<=c){System.out.println(a+\" \"+c+\" \"+b);}\n else if(a>=b && b>=c){System.out.println(c+\" \"+b+\" \"+a);}\n else if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}\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 if(a<=b && b<=c){System.out.println(a+\" \"+b+\" \"+c);}\n else if(a<=b && b>=c && a>=c){System.out.println(c+\" \"+a+\" \"+b);}\n else if(a<=b && b>=c && a<=c){System.out.println(a+\" \"+c+\" \"+b);}\n else if(a>=b && b>=c){System.out.println(c+\" \"+b+\" \"+a);}\n else if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+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",
"if(a<=b && b<=c){System.out.println(a+\" \"+b+\" \"+c);}\n else if(a<=b && b>=c && a>=c){System.out.println(c+\" \"+a+\" \"+b);}\n else if(a<=b && b>=c && a<=c){System.out.println(a+\" \"+c+\" \"+b);}\n else if(a>=b && b>=c){System.out.println(c+\" \"+b+\" \"+a);}\n else if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}",
"a<=b && b<=c",
"a<=b",
"a",
"b",
"b<=c",
"b",
"c",
"{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<=b && b>=c && a>=c){System.out.println(c+\" \"+a+\" \"+b);}\n else if(a<=b && b>=c && a<=c){System.out.println(a+\" \"+c+\" \"+b);}\n else if(a>=b && b>=c){System.out.println(c+\" \"+b+\" \"+a);}\n else if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}",
"a<=b && b>=c && a>=c",
"a<=b && b>=c && a>=c",
"a<=b",
"a",
"b",
"b>=c",
"b",
"c",
"a>=c",
"a",
"c",
"{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",
"if(a<=b && b>=c && a<=c){System.out.println(a+\" \"+c+\" \"+b);}\n else if(a>=b && b>=c){System.out.println(c+\" \"+b+\" \"+a);}\n else if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}",
"a<=b && b>=c && a<=c",
"a<=b && b>=c && a<=c",
"a<=b",
"a",
"b",
"b>=c",
"b",
"c",
"a<=c",
"a",
"c",
"{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",
"if(a>=b && b>=c){System.out.println(c+\" \"+b+\" \"+a);}\n else if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}",
"a>=b && b>=c",
"a>=b",
"a",
"b",
"b>=c",
"b",
"c",
"{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",
"if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}",
"a>=b && b<=c && a>=c",
"a>=b && b<=c && a>=c",
"a>=b",
"a",
"b",
"b<=c",
"b",
"c",
"a>=c",
"a",
"c",
"{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",
"if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}",
"a>=b && b<=c && a<=c",
"a>=b && b<=c && a<=c",
"a>=b",
"a",
"b",
"b<=c",
"b",
"c",
"a<=c",
"a",
"c",
"{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",
"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 if(a<=b && b<=c){System.out.println(a+\" \"+b+\" \"+c);}\n else if(a<=b && b>=c && a>=c){System.out.println(c+\" \"+a+\" \"+b);}\n else if(a<=b && b>=c && a<=c){System.out.println(a+\" \"+c+\" \"+b);}\n else if(a>=b && b>=c){System.out.println(c+\" \"+b+\" \"+a);}\n else if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}\n\t}\n\n}",
"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 if(a<=b && b<=c){System.out.println(a+\" \"+b+\" \"+c);}\n else if(a<=b && b>=c && a>=c){System.out.println(c+\" \"+a+\" \"+b);}\n else if(a<=b && b>=c && a<=c){System.out.println(a+\" \"+c+\" \"+b);}\n else if(a>=b && b>=c){System.out.println(c+\" \"+b+\" \"+a);}\n else if(a>=b && b<=c && a>=c){System.out.println(b+\" \"+c+\" \"+a);}\n else if(a>=b && b<=c && a<=c){System.out.println(b+\" \"+a+\" \"+c);}\n\t}\n\n}",
"Main"
] | import java.io.IOException;
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();
if(a<=b && b<=c){System.out.println(a+" "+b+" "+c);}
else if(a<=b && b>=c && a>=c){System.out.println(c+" "+a+" "+b);}
else if(a<=b && b>=c && a<=c){System.out.println(a+" "+c+" "+b);}
else if(a>=b && b>=c){System.out.println(c+" "+b+" "+a);}
else if(a>=b && b<=c && a>=c){System.out.println(b+" "+c+" "+a);}
else if(a>=b && b<=c && a<=c){System.out.println(b+" "+a+" "+c);}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
0,
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,
4,
13,
13,
17,
2,
18,
13,
13,
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,
13,
13,
30,
41,
13,
18,
13,
2,
2,
13,
13,
17,
41,
13,
13,
41,
13,
13,
42,
2,
13,
13,
30,
42,
2,
18,
13,
13,
13,
40,
13,
42,
2,
18,
13,
13,
13,
40,
13,
14,
2,
13,
13,
30,
41,
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
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
7,
11
],
[
11,
12
],
[
11,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
13,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
19,
24
],
[
13,
25
],
[
25,
26
],
[
25,
27
],
[
28,
29
],
[
28,
30
],
[
13,
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
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
13,
55
],
[
55,
56
],
[
55,
57
],
[
55,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
13,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
72,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
71,
77
],
[
77,
78
],
[
77,
79
],
[
70,
80
],
[
72,
81
],
[
81,
82
],
[
81,
83
],
[
11,
84
],
[
84,
85
],
[
7,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
93,
103
],
[
103,
104
],
[
103,
105
],
[
93,
106
],
[
106,
107
],
[
106,
108
],
[
93,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
109,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
115,
119
],
[
114,
120
],
[
120,
121
],
[
113,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
123,
127
],
[
122,
128
],
[
128,
129
],
[
113,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
137,
138
],
[
137,
139
],
[
134,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
144,
145
],
[
144,
146
],
[
134,
147
],
[
147,
148
],
[
148,
149
],
[
148,
150
],
[
147,
151
],
[
134,
152
],
[
152,
153
],
[
134,
154
],
[
154,
155
],
[
93,
156
],
[
156,
157
],
[
156,
158
],
[
156,
159
],
[
156,
160
],
[
93,
161
],
[
161,
162
],
[
161,
163
],
[
161,
164
],
[
161,
165
],
[
86,
166
],
[
166,
167
],
[
86,
168
],
[
168,
169
],
[
86,
170
],
[
170,
171
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tstatic int [] nums;\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n\t\tnums = new int[array.length];\n\t\tfor(int i=0;i<nums.length;i++) nums[i]=Integer.parseInt(array[i]);\n\t\tqsort(nums, 0, nums.length-1);\n \tSystem.out.println(nums[0]+\" \"+nums[1]+\" \"+nums[2]);\n }\n\t\n\tstatic void qsort(int[] numbers, int left, int right){\n\t\tif (left<=right) {\n\t\t\tint center=numbers[(left+right)/2];\n\t\t\tint l=left;\n\t\t\tint r=right;\n\t\t\twhile(l<=r){\n\t\t\t\twhile(numbers[l]<center) l++;\n\t\t\t\twhile(numbers[r]>center) r--;\n\t\t\t\tif(l<=r){\n\t\t\t\t\tint tmp=numbers[l];\n\t\t\t\t\tnumbers[l]=numbers[r];\n\t\t\t\t\tnumbers[r]=tmp;\n\t\t\t\t\tl++;\n\t\t\t\t\tr--;\n\t\t\t\t}\n\t\t\t}\n\t\t\tqsort(numbers, left, r);\n\t\t\tqsort(numbers, l, right);\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\tstatic int [] nums;\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n\t\tnums = new int[array.length];\n\t\tfor(int i=0;i<nums.length;i++) nums[i]=Integer.parseInt(array[i]);\n\t\tqsort(nums, 0, nums.length-1);\n \tSystem.out.println(nums[0]+\" \"+nums[1]+\" \"+nums[2]);\n }\n\t\n\tstatic void qsort(int[] numbers, int left, int right){\n\t\tif (left<=right) {\n\t\t\tint center=numbers[(left+right)/2];\n\t\t\tint l=left;\n\t\t\tint r=right;\n\t\t\twhile(l<=r){\n\t\t\t\twhile(numbers[l]<center) l++;\n\t\t\t\twhile(numbers[r]>center) r--;\n\t\t\t\tif(l<=r){\n\t\t\t\t\tint tmp=numbers[l];\n\t\t\t\t\tnumbers[l]=numbers[r];\n\t\t\t\t\tnumbers[r]=tmp;\n\t\t\t\t\tl++;\n\t\t\t\t\tr--;\n\t\t\t\t}\n\t\t\t}\n\t\t\tqsort(numbers, left, r);\n\t\t\tqsort(numbers, l, right);\n\t\t}\n\t}\n}",
"Main",
"static int [] nums;",
"nums",
"public static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n\t\tnums = new int[array.length];\n\t\tfor(int i=0;i<nums.length;i++) nums[i]=Integer.parseInt(array[i]);\n\t\tqsort(nums, 0, nums.length-1);\n \tSystem.out.println(nums[0]+\" \"+nums[1]+\" \"+nums[2]);\n }",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n\t\tnums = new int[array.length];\n\t\tfor(int i=0;i<nums.length;i++) nums[i]=Integer.parseInt(array[i]);\n\t\tqsort(nums, 0, nums.length-1);\n \tSystem.out.println(nums[0]+\" \"+nums[1]+\" \"+nums[2]);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] array = br.readLine().split(\" \");",
"array",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"nums = new int[array.length]",
"nums",
"new int[array.length]",
"array.length",
"array",
"array.length",
"for(int i=0;i<nums.length;i++) nums[i]=Integer.parseInt(array[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(array[i]);",
"nums[i]=Integer.parseInt(array[i])",
"nums[i]",
"nums",
"i",
"Integer.parseInt(array[i])",
"Integer.parseInt",
"Integer",
"array[i]",
"array",
"i",
"qsort(nums, 0, nums.length-1)",
"qsort",
"nums",
"0",
"nums.length-1",
"nums.length",
"nums",
"nums.length",
"1",
"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",
"static void qsort(int[] numbers, int left, int right){\n\t\tif (left<=right) {\n\t\t\tint center=numbers[(left+right)/2];\n\t\t\tint l=left;\n\t\t\tint r=right;\n\t\t\twhile(l<=r){\n\t\t\t\twhile(numbers[l]<center) l++;\n\t\t\t\twhile(numbers[r]>center) r--;\n\t\t\t\tif(l<=r){\n\t\t\t\t\tint tmp=numbers[l];\n\t\t\t\t\tnumbers[l]=numbers[r];\n\t\t\t\t\tnumbers[r]=tmp;\n\t\t\t\t\tl++;\n\t\t\t\t\tr--;\n\t\t\t\t}\n\t\t\t}\n\t\t\tqsort(numbers, left, r);\n\t\t\tqsort(numbers, l, right);\n\t\t}\n\t}",
"qsort",
"{\n\t\tif (left<=right) {\n\t\t\tint center=numbers[(left+right)/2];\n\t\t\tint l=left;\n\t\t\tint r=right;\n\t\t\twhile(l<=r){\n\t\t\t\twhile(numbers[l]<center) l++;\n\t\t\t\twhile(numbers[r]>center) r--;\n\t\t\t\tif(l<=r){\n\t\t\t\t\tint tmp=numbers[l];\n\t\t\t\t\tnumbers[l]=numbers[r];\n\t\t\t\t\tnumbers[r]=tmp;\n\t\t\t\t\tl++;\n\t\t\t\t\tr--;\n\t\t\t\t}\n\t\t\t}\n\t\t\tqsort(numbers, left, r);\n\t\t\tqsort(numbers, l, right);\n\t\t}\n\t}",
"if (left<=right) {\n\t\t\tint center=numbers[(left+right)/2];\n\t\t\tint l=left;\n\t\t\tint r=right;\n\t\t\twhile(l<=r){\n\t\t\t\twhile(numbers[l]<center) l++;\n\t\t\t\twhile(numbers[r]>center) r--;\n\t\t\t\tif(l<=r){\n\t\t\t\t\tint tmp=numbers[l];\n\t\t\t\t\tnumbers[l]=numbers[r];\n\t\t\t\t\tnumbers[r]=tmp;\n\t\t\t\t\tl++;\n\t\t\t\t\tr--;\n\t\t\t\t}\n\t\t\t}\n\t\t\tqsort(numbers, left, r);\n\t\t\tqsort(numbers, l, right);\n\t\t}",
"left<=right",
"left",
"right",
"{\n\t\t\tint center=numbers[(left+right)/2];\n\t\t\tint l=left;\n\t\t\tint r=right;\n\t\t\twhile(l<=r){\n\t\t\t\twhile(numbers[l]<center) l++;\n\t\t\t\twhile(numbers[r]>center) r--;\n\t\t\t\tif(l<=r){\n\t\t\t\t\tint tmp=numbers[l];\n\t\t\t\t\tnumbers[l]=numbers[r];\n\t\t\t\t\tnumbers[r]=tmp;\n\t\t\t\t\tl++;\n\t\t\t\t\tr--;\n\t\t\t\t}\n\t\t\t}\n\t\t\tqsort(numbers, left, r);\n\t\t\tqsort(numbers, l, right);\n\t\t}",
"int center=numbers[(left+right)/2];",
"center",
"numbers[(left+right)/2]",
"numbers",
"(left+right)/2",
"(left+right)",
"left",
"right",
"2",
"int l=left;",
"l",
"left",
"int r=right;",
"r",
"right",
"while(l<=r){\n\t\t\t\twhile(numbers[l]<center) l++;\n\t\t\t\twhile(numbers[r]>center) r--;\n\t\t\t\tif(l<=r){\n\t\t\t\t\tint tmp=numbers[l];\n\t\t\t\t\tnumbers[l]=numbers[r];\n\t\t\t\t\tnumbers[r]=tmp;\n\t\t\t\t\tl++;\n\t\t\t\t\tr--;\n\t\t\t\t}\n\t\t\t}",
"l<=r",
"l",
"r",
"{\n\t\t\t\twhile(numbers[l]<center) l++;\n\t\t\t\twhile(numbers[r]>center) r--;\n\t\t\t\tif(l<=r){\n\t\t\t\t\tint tmp=numbers[l];\n\t\t\t\t\tnumbers[l]=numbers[r];\n\t\t\t\t\tnumbers[r]=tmp;\n\t\t\t\t\tl++;\n\t\t\t\t\tr--;\n\t\t\t\t}\n\t\t\t}",
"while(numbers[l]<center) l++;",
"numbers[l]<center",
"numbers[l]",
"numbers",
"l",
"center",
"l++",
"l",
"while(numbers[r]>center) r--;",
"numbers[r]>center",
"numbers[r]",
"numbers",
"r",
"center",
"r--",
"r",
"if(l<=r){\n\t\t\t\t\tint tmp=numbers[l];\n\t\t\t\t\tnumbers[l]=numbers[r];\n\t\t\t\t\tnumbers[r]=tmp;\n\t\t\t\t\tl++;\n\t\t\t\t\tr--;\n\t\t\t\t}",
"l<=r",
"l",
"r",
"{\n\t\t\t\t\tint tmp=numbers[l];\n\t\t\t\t\tnumbers[l]=numbers[r];\n\t\t\t\t\tnumbers[r]=tmp;\n\t\t\t\t\tl++;\n\t\t\t\t\tr--;\n\t\t\t\t}",
"int tmp=numbers[l];",
"tmp",
"numbers[l]",
"numbers",
"l",
"numbers[l]=numbers[r]",
"numbers[l]",
"numbers",
"l",
"numbers[r]",
"numbers",
"r",
"numbers[r]=tmp",
"numbers[r]",
"numbers",
"r",
"tmp",
"l++",
"l",
"r--",
"r",
"qsort(numbers, left, r)",
"qsort",
"numbers",
"left",
"r",
"qsort(numbers, l, right)",
"qsort",
"numbers",
"l",
"right",
"int[] numbers",
"numbers",
"int left",
"left",
"int right",
"right"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
class Main {
static int [] nums;
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] array = br.readLine().split(" ");
nums = new int[array.length];
for(int i=0;i<nums.length;i++) nums[i]=Integer.parseInt(array[i]);
qsort(nums, 0, nums.length-1);
System.out.println(nums[0]+" "+nums[1]+" "+nums[2]);
}
static void qsort(int[] numbers, int left, int right){
if (left<=right) {
int center=numbers[(left+right)/2];
int l=left;
int r=right;
while(l<=r){
while(numbers[l]<center) l++;
while(numbers[r]>center) r--;
if(l<=r){
int tmp=numbers[l];
numbers[l]=numbers[r];
numbers[r]=tmp;
l++;
r--;
}
}
qsort(numbers, left, r);
qsort(numbers, l, right);
}
}
} |
[
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,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
140,
5
],
[
140,
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
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
47,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
47,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
8,
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
],
[
92,
96
],
[
96,
97
],
[
96,
98
],
[
91,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
102,
104
],
[
99,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
109,
110
],
[
109,
111
],
[
99,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
8,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
117,
122
],
[
125,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
124,
130
],
[
130,
131
],
[
130,
132
],
[
123,
133
],
[
125,
134
],
[
134,
135
],
[
134,
136
],
[
6,
137
],
[
137,
138
],
[
0,
139
],
[
139,
140
],
[
139,
141
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint input[] = new int[3];\n\t\t\n\t\tinput[0] = scan.nextInt();\n\t\tinput[1] = scan.nextInt();\n\t\tinput[2] = scan.nextInt();\n\t\t\n\t\tint tmp;\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[0];\n\t\t\tinput[0] = input[1];\n\t\t\tinput[1] = tmp;\n\t\t}\n\t\tif(input[1] > input[2]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[2];\n\t\t\tinput[2] = tmp;\n\t\t}\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[0];\n\t\t\tinput[0] = tmp;\n\t\t}\n\t\t\n\t\tSystem.out.println(input[0] + \" \" + input[1] + \" \" + input[2]);\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\n\t\tScanner scan = new Scanner(System.in);\n\t\tint input[] = new int[3];\n\t\t\n\t\tinput[0] = scan.nextInt();\n\t\tinput[1] = scan.nextInt();\n\t\tinput[2] = scan.nextInt();\n\t\t\n\t\tint tmp;\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[0];\n\t\t\tinput[0] = input[1];\n\t\t\tinput[1] = tmp;\n\t\t}\n\t\tif(input[1] > input[2]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[2];\n\t\t\tinput[2] = tmp;\n\t\t}\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[0];\n\t\t\tinput[0] = tmp;\n\t\t}\n\t\t\n\t\tSystem.out.println(input[0] + \" \" + input[1] + \" \" + input[2]);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint input[] = new int[3];\n\t\t\n\t\tinput[0] = scan.nextInt();\n\t\tinput[1] = scan.nextInt();\n\t\tinput[2] = scan.nextInt();\n\t\t\n\t\tint tmp;\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[0];\n\t\t\tinput[0] = input[1];\n\t\t\tinput[1] = tmp;\n\t\t}\n\t\tif(input[1] > input[2]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[2];\n\t\t\tinput[2] = tmp;\n\t\t}\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[0];\n\t\t\tinput[0] = tmp;\n\t\t}\n\t\t\n\t\tSystem.out.println(input[0] + \" \" + input[1] + \" \" + input[2]);\n\t}",
"main",
"{\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint input[] = new int[3];\n\t\t\n\t\tinput[0] = scan.nextInt();\n\t\tinput[1] = scan.nextInt();\n\t\tinput[2] = scan.nextInt();\n\t\t\n\t\tint tmp;\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[0];\n\t\t\tinput[0] = input[1];\n\t\t\tinput[1] = tmp;\n\t\t}\n\t\tif(input[1] > input[2]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[2];\n\t\t\tinput[2] = tmp;\n\t\t}\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[0];\n\t\t\tinput[0] = tmp;\n\t\t}\n\t\t\n\t\tSystem.out.println(input[0] + \" \" + input[1] + \" \" + input[2]);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int input[] = new int[3];",
"input",
"new int[3]",
"3",
"input[0] = scan.nextInt()",
"input[0]",
"input",
"0",
"scan.nextInt()",
"scan.nextInt",
"scan",
"input[1] = scan.nextInt()",
"input[1]",
"input",
"1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"input[2] = scan.nextInt()",
"input[2]",
"input",
"2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int tmp;",
"tmp",
"if(input[0] > input[1]){\n\t\t\ttmp = input[0];\n\t\t\tinput[0] = input[1];\n\t\t\tinput[1] = tmp;\n\t\t}",
"input[0] > input[1]",
"input[0]",
"input",
"0",
"input[1]",
"input",
"1",
"{\n\t\t\ttmp = input[0];\n\t\t\tinput[0] = input[1];\n\t\t\tinput[1] = tmp;\n\t\t}",
"tmp = input[0]",
"tmp",
"input[0]",
"input",
"0",
"input[0] = input[1]",
"input[0]",
"input",
"0",
"input[1]",
"input",
"1",
"input[1] = tmp",
"input[1]",
"input",
"1",
"tmp",
"if(input[1] > input[2]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[2];\n\t\t\tinput[2] = tmp;\n\t\t}",
"input[1] > input[2]",
"input[1]",
"input",
"1",
"input[2]",
"input",
"2",
"{\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[2];\n\t\t\tinput[2] = tmp;\n\t\t}",
"tmp = input[1]",
"tmp",
"input[1]",
"input",
"1",
"input[1] = input[2]",
"input[1]",
"input",
"1",
"input[2]",
"input",
"2",
"input[2] = tmp",
"input[2]",
"input",
"2",
"tmp",
"if(input[0] > input[1]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[0];\n\t\t\tinput[0] = tmp;\n\t\t}",
"input[0] > input[1]",
"input[0]",
"input",
"0",
"input[1]",
"input",
"1",
"{\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[0];\n\t\t\tinput[0] = tmp;\n\t\t}",
"tmp = input[1]",
"tmp",
"input[1]",
"input",
"1",
"input[1] = input[0]",
"input[1]",
"input",
"1",
"input[0]",
"input",
"0",
"input[0] = tmp",
"input[0]",
"input",
"0",
"tmp",
"System.out.println(input[0] + \" \" + input[1] + \" \" + input[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"input[0] + \" \" + input[1] + \" \" + input[2]",
"\" \"",
"input[1]",
"input[0] + \" \" + input[1] + \" \" + input[2]",
"input[0]",
"input",
"0",
"\" \"",
"input[1]",
"input",
"1",
"\" \"",
"input[2]",
"input",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint input[] = new int[3];\n\t\t\n\t\tinput[0] = scan.nextInt();\n\t\tinput[1] = scan.nextInt();\n\t\tinput[2] = scan.nextInt();\n\t\t\n\t\tint tmp;\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[0];\n\t\t\tinput[0] = input[1];\n\t\t\tinput[1] = tmp;\n\t\t}\n\t\tif(input[1] > input[2]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[2];\n\t\t\tinput[2] = tmp;\n\t\t}\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[0];\n\t\t\tinput[0] = tmp;\n\t\t}\n\t\t\n\t\tSystem.out.println(input[0] + \" \" + input[1] + \" \" + input[2]);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint input[] = new int[3];\n\t\t\n\t\tinput[0] = scan.nextInt();\n\t\tinput[1] = scan.nextInt();\n\t\tinput[2] = scan.nextInt();\n\t\t\n\t\tint tmp;\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[0];\n\t\t\tinput[0] = input[1];\n\t\t\tinput[1] = tmp;\n\t\t}\n\t\tif(input[1] > input[2]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[2];\n\t\t\tinput[2] = tmp;\n\t\t}\n\t\tif(input[0] > input[1]){\n\t\t\ttmp = input[1];\n\t\t\tinput[1] = input[0];\n\t\t\tinput[0] = tmp;\n\t\t}\n\t\t\n\t\tSystem.out.println(input[0] + \" \" + input[1] + \" \" + input[2]);\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 input[] = new int[3];
input[0] = scan.nextInt();
input[1] = scan.nextInt();
input[2] = scan.nextInt();
int tmp;
if(input[0] > input[1]){
tmp = input[0];
input[0] = input[1];
input[1] = tmp;
}
if(input[1] > input[2]){
tmp = input[1];
input[1] = input[2];
input[2] = tmp;
}
if(input[0] > input[1]){
tmp = input[1];
input[1] = input[0];
input[0] = tmp;
}
System.out.println(input[0] + " " + input[1] + " " + input[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,
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,
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
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
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
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
11,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
11,
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
],
[
9,
77
],
[
77,
78
]
] | [
"import java.io.*;\nimport java.util.Arrays;\n\nclass Main{\n public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int[] intarr = new int[3];\n\n for(int i=0; i<3; i++)\n {\n intarr[i] = Integer.parseInt(strarr[i]);\n }\n \n Arrays.sort(intarr);\n \n System.out.println(intarr[0] + \" \" + intarr[1] + \" \" + intarr[2]);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main{\n public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int[] intarr = new int[3];\n\n for(int i=0; i<3; i++)\n {\n intarr[i] = Integer.parseInt(strarr[i]);\n }\n \n Arrays.sort(intarr);\n \n System.out.println(intarr[0] + \" \" + intarr[1] + \" \" + intarr[2]);\n }\n}",
"Main",
"public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int[] intarr = new int[3];\n\n for(int i=0; i<3; i++)\n {\n intarr[i] = Integer.parseInt(strarr[i]);\n }\n \n Arrays.sort(intarr);\n \n System.out.println(intarr[0] + \" \" + intarr[1] + \" \" + intarr[2]);\n }",
"main",
"{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int[] intarr = new int[3];\n\n for(int i=0; i<3; i++)\n {\n intarr[i] = Integer.parseInt(strarr[i]);\n }\n \n Arrays.sort(intarr);\n \n System.out.println(intarr[0] + \" \" + intarr[1] + \" \" + intarr[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[] strarr = str.split(\" \");",
"strarr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int[] intarr = new int[3];",
"intarr",
"new int[3]",
"3",
"for(int i=0; i<3; i++)\n {\n intarr[i] = Integer.parseInt(strarr[i]);\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n intarr[i] = Integer.parseInt(strarr[i]);\n }",
"{\n intarr[i] = Integer.parseInt(strarr[i]);\n }",
"intarr[i] = Integer.parseInt(strarr[i])",
"intarr[i]",
"intarr",
"i",
"Integer.parseInt(strarr[i])",
"Integer.parseInt",
"Integer",
"strarr[i]",
"strarr",
"i",
"Arrays.sort(intarr)",
"Arrays.sort",
"Arrays",
"intarr",
"System.out.println(intarr[0] + \" \" + intarr[1] + \" \" + intarr[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"intarr[0] + \" \" + intarr[1] + \" \" + intarr[2]",
"\" \"",
"intarr[1]",
"intarr[0] + \" \" + intarr[1] + \" \" + intarr[2]",
"intarr[0]",
"intarr",
"0",
"\" \"",
"intarr[1]",
"intarr",
"1",
"\" \"",
"intarr[2]",
"intarr",
"2",
"String[ ] args",
"args"
] | import java.io.*;
import java.util.Arrays;
class Main{
public static void main (String[ ] args) throws Exception{
BufferedReader br = new BufferedReader (new InputStreamReader (System.in));
String str = br.readLine();
String[] strarr = str.split(" ");
int[] intarr = new int[3];
for(int i=0; i<3; i++)
{
intarr[i] = Integer.parseInt(strarr[i]);
}
Arrays.sort(intarr);
System.out.println(intarr[0] + " " + intarr[1] + " " + intarr[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
20,
28,
13,
13,
30,
30,
4,
18,
13,
4,
18,
13,
13,
4,
18,
13,
13,
41,
13,
20,
28,
13,
13,
30,
30,
4,
18,
13,
13,
4,
18,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
17,
2,
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
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
92,
17
],
[
92,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
21,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
34,
39
],
[
28,
40
],
[
40,
41
],
[
40,
42
],
[
28,
43
],
[
43,
44
],
[
43,
45
],
[
43,
46
],
[
47,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
28,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
28,
59
],
[
59,
60
],
[
59,
61
],
[
28,
62
],
[
62,
63
],
[
62,
64
],
[
62,
65
],
[
66,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
66,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
28,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
80,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
84,
88
],
[
18,
89
],
[
89,
90
],
[
0,
91
],
[
91,
92
],
[
91,
93
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.List;\n\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tList<Integer> l = new ArrayList<Integer>();\n\t\t\tfor(String s:strs){\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}\n\t\t\tCollections.sort(l);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tfor(int i:l){\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}\n\t\t\tSystem.out.println(sb.substring(0,sb.length()-1));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.List;",
"List",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tList<Integer> l = new ArrayList<Integer>();\n\t\t\tfor(String s:strs){\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}\n\t\t\tCollections.sort(l);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tfor(int i:l){\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}\n\t\t\tSystem.out.println(sb.substring(0,sb.length()-1));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tList<Integer> l = new ArrayList<Integer>();\n\t\t\tfor(String s:strs){\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}\n\t\t\tCollections.sort(l);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tfor(int i:l){\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}\n\t\t\tSystem.out.println(sb.substring(0,sb.length()-1));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tList<Integer> l = new ArrayList<Integer>();\n\t\t\tfor(String s:strs){\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}\n\t\t\tCollections.sort(l);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tfor(int i:l){\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}\n\t\t\tSystem.out.println(sb.substring(0,sb.length()-1));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"try {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tList<Integer> l = new ArrayList<Integer>();\n\t\t\tfor(String s:strs){\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}\n\t\t\tCollections.sort(l);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tfor(int i:l){\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}\n\t\t\tSystem.out.println(sb.substring(0,sb.length()-1));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"Exception e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tList<Integer> l = new ArrayList<Integer>();\n\t\t\tfor(String s:strs){\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}\n\t\t\tCollections.sort(l);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tfor(int i:l){\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}\n\t\t\tSystem.out.println(sb.substring(0,sb.length()-1));\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));",
"br",
"new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in))",
"String[] strs = br.readLine().split(\" \");",
"strs",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"List<Integer> l = new ArrayList<Integer>();",
"l",
"new ArrayList<Integer>()",
"for(String s:strs){\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}",
"String s",
"strs",
"{\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}",
"{\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}",
"l.add(Integer.parseInt(s))",
"l.add",
"l",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"Collections.sort(l)",
"Collections.sort",
"Collections",
"l",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"for(int i:l){\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}",
"int i",
"l",
"{\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}",
"{\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}",
"sb.append(i)",
"sb.append",
"sb",
"i",
"sb.append(\" \")",
"sb.append",
"sb",
"\" \"",
"System.out.println(sb.substring(0,sb.length()-1))",
"System.out.println",
"System.out",
"System",
"System.out",
"sb.substring(0,sb.length()-1)",
"sb.substring",
"sb",
"0",
"sb.length()-1",
"sb.length()",
"sb.length",
"sb",
"1",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tList<Integer> l = new ArrayList<Integer>();\n\t\t\tfor(String s:strs){\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}\n\t\t\tCollections.sort(l);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tfor(int i:l){\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}\n\t\t\tSystem.out.println(sb.substring(0,sb.length()-1));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tList<Integer> l = new ArrayList<Integer>();\n\t\t\tfor(String s:strs){\n\t\t\t\tl.add(Integer.parseInt(s));\n\t\t\t}\n\t\t\tCollections.sort(l);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tfor(int i:l){\n\t\t\t\tsb.append(i);\n\t\t\t\tsb.append(\" \");\n\t\t\t}\n\t\t\tSystem.out.println(sb.substring(0,sb.length()-1));\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class Main {
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(
System.in));
String[] strs = br.readLine().split(" ");
List<Integer> l = new ArrayList<Integer>();
for(String s:strs){
l.add(Integer.parseInt(s));
}
Collections.sort(l);
StringBuilder sb = new StringBuilder();
for(int i:l){
sb.append(i);
sb.append(" ");
}
System.out.println(sb.substring(0,sb.length()-1));
} catch (Exception e) {
e.printStackTrace();
}
}
} |
[
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,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
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,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
2,
18,
13,
13,
8,
2,
13,
2,
18,
13,
13,
17,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
132,
5
],
[
132,
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
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
37,
49
],
[
49,
50
],
[
50,
51
],
[
37,
52
],
[
53,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
59,
60
],
[
59,
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
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
102,
104
],
[
95,
105
],
[
105,
106
],
[
106,
107
],
[
95,
108
],
[
109,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
115,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
122,
126
],
[
119,
127
],
[
119,
128
],
[
6,
129
],
[
129,
130
],
[
0,
131
],
[
131,
132
],
[
131,
133
]
] | [
"import java.util.Scanner;\n\n\npublic class Main {\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = scanner.nextInt();\n\t\ta[1] = scanner.nextInt();\n\t\ta[2] = scanner.nextInt();\n\t\t\n\t\tfor(int i=0; i<a.length-1; i++)\n\t\t{\n\t\t\tfor(int j=1; j<a.length; j++)\n\t\t\t{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(int i=0; i<a.length; i++)\n\t\t{\n\t\t\tSystem.out.print(a[i]+(i<a.length-1?\" \":\"\\n\"));\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{\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = scanner.nextInt();\n\t\ta[1] = scanner.nextInt();\n\t\ta[2] = scanner.nextInt();\n\t\t\n\t\tfor(int i=0; i<a.length-1; i++)\n\t\t{\n\t\t\tfor(int j=1; j<a.length; j++)\n\t\t\t{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(int i=0; i<a.length; i++)\n\t\t{\n\t\t\tSystem.out.print(a[i]+(i<a.length-1?\" \":\"\\n\"));\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args)\n\t{\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = scanner.nextInt();\n\t\ta[1] = scanner.nextInt();\n\t\ta[2] = scanner.nextInt();\n\t\t\n\t\tfor(int i=0; i<a.length-1; i++)\n\t\t{\n\t\t\tfor(int j=1; j<a.length; j++)\n\t\t\t{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(int i=0; i<a.length; i++)\n\t\t{\n\t\t\tSystem.out.print(a[i]+(i<a.length-1?\" \":\"\\n\"));\n\t\t}\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = scanner.nextInt();\n\t\ta[1] = scanner.nextInt();\n\t\ta[2] = scanner.nextInt();\n\t\t\n\t\tfor(int i=0; i<a.length-1; i++)\n\t\t{\n\t\t\tfor(int j=1; j<a.length; j++)\n\t\t\t{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(int i=0; i<a.length; i++)\n\t\t{\n\t\t\tSystem.out.print(a[i]+(i<a.length-1?\" \":\"\\n\"));\n\t\t}\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"a[0] = scanner.nextInt()",
"a[0]",
"a",
"0",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"a[1] = scanner.nextInt()",
"a[1]",
"a",
"1",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"a[2] = scanner.nextInt()",
"a[2]",
"a",
"2",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"for(int i=0; i<a.length-1; i++)\n\t\t{\n\t\t\tfor(int j=1; j<a.length; j++)\n\t\t\t{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<a.length-1",
"i",
"a.length-1",
"a.length",
"a",
"a.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j=1; j<a.length; j++)\n\t\t\t{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j=1; j<a.length; j++)\n\t\t\t{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j=1; j<a.length; j++)\n\t\t\t{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}",
"int j=1;",
"int j=1;",
"j",
"1",
"j<a.length",
"j",
"a.length",
"a",
"a.length",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}",
"if(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}",
"a[i] > a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}",
"int buf = a[i];",
"buf",
"a[i]",
"a",
"i",
"a[i] = a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"a[j] = buf",
"a[j]",
"a",
"j",
"buf",
"for(int i=0; i<a.length; i++)\n\t\t{\n\t\t\tSystem.out.print(a[i]+(i<a.length-1?\" \":\"\\n\"));\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<a.length",
"i",
"a.length",
"a",
"a.length",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.print(a[i]+(i<a.length-1?\" \":\"\\n\"));\n\t\t}",
"{\n\t\t\tSystem.out.print(a[i]+(i<a.length-1?\" \":\"\\n\"));\n\t\t}",
"System.out.print(a[i]+(i<a.length-1?\" \":\"\\n\"))",
"System.out.print",
"System.out",
"System",
"System.out",
"a[i]+(i<a.length-1?\" \":\"\\n\")",
"a[i]",
"a",
"i",
"(i<a.length-1?\" \":\"\\n\")",
"i<a.length-1",
"i",
"a.length-1",
"a.length",
"a",
"a.length",
"1",
"\" \"",
"\"\\n\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = scanner.nextInt();\n\t\ta[1] = scanner.nextInt();\n\t\ta[2] = scanner.nextInt();\n\t\t\n\t\tfor(int i=0; i<a.length-1; i++)\n\t\t{\n\t\t\tfor(int j=1; j<a.length; j++)\n\t\t\t{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(int i=0; i<a.length; i++)\n\t\t{\n\t\t\tSystem.out.print(a[i]+(i<a.length-1?\" \":\"\\n\"));\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = scanner.nextInt();\n\t\ta[1] = scanner.nextInt();\n\t\ta[2] = scanner.nextInt();\n\t\t\n\t\tfor(int i=0; i<a.length-1; i++)\n\t\t{\n\t\t\tfor(int j=1; j<a.length; j++)\n\t\t\t{\n\t\t\t\tif(a[i] > a[j])\n\t\t\t\t{\n\t\t\t\t\tint buf = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(int i=0; i<a.length; i++)\n\t\t{\n\t\t\tSystem.out.print(a[i]+(i<a.length-1?\" \":\"\\n\"));\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args)
{
Scanner scanner = new Scanner(System.in);
int[] a = new int[3];
a[0] = scanner.nextInt();
a[1] = scanner.nextInt();
a[2] = scanner.nextInt();
for(int i=0; i<a.length-1; i++)
{
for(int j=1; j<a.length; j++)
{
if(a[i] > a[j])
{
int buf = a[i];
a[i] = a[j];
a[j] = buf;
}
}
}
for(int i=0; i<a.length; i++)
{
System.out.print(a[i]+(i<a.length-1?" ":"\n"));
}
}
} |
[
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\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[] data = { a, b, c };\n\t\tArrays.sort(data);\n\t\tSystem.out.println(data[0] + \" \" + data[1] + \" \" + data[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 a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint[] data = { a, b, c };\n\t\tArrays.sort(data);\n\t\tSystem.out.println(data[0] + \" \" + data[1] + \" \" + data[2]);\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[] data = { a, b, c };\n\t\tArrays.sort(data);\n\t\tSystem.out.println(data[0] + \" \" + data[1] + \" \" + data[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\tint[] data = { a, b, c };\n\t\tArrays.sort(data);\n\t\tSystem.out.println(data[0] + \" \" + data[1] + \" \" + data[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",
"int[] data = { a, b, c };",
"data",
"{ a, b, c }",
"a",
"b",
"c",
"Arrays.sort(data)",
"Arrays.sort",
"Arrays",
"data",
"System.out.println(data[0] + \" \" + data[1] + \" \" + data[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"data[0] + \" \" + data[1] + \" \" + data[2]",
"\" \"",
"data[1]",
"data[0] + \" \" + data[1] + \" \" + data[2]",
"data[0]",
"data",
"0",
"\" \"",
"data[1]",
"data",
"1",
"\" \"",
"data[2]",
"data",
"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 a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint[] data = { a, b, c };\n\t\tArrays.sort(data);\n\t\tSystem.out.println(data[0] + \" \" + data[1] + \" \" + data[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 a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint[] data = { a, b, c };\n\t\tArrays.sort(data);\n\t\tSystem.out.println(data[0] + \" \" + data[1] + \" \" + data[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 a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int[] data = { a, b, c };
Arrays.sort(data);
System.out.println(data[0] + " " + data[1] + " " + data[2]);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
17,
41,
13,
39,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
41,
13,
17,
41,
13,
17,
41,
13,
39,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
41,
13,
39,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
41,
13,
17,
42,
2,
0,
13,
4,
18,
18,
13,
13,
40,
17,
30,
14,
2,
2,
13,
17,
2,
13,
17,
30,
0,
18,
13,
13,
2,
13,
17,
40,
13,
40,
13,
14,
2,
13,
17,
30,
0,
18,
13,
13,
40,
17,
14,
2,
13,
17,
30,
0,
18,
13,
13,
13,
40,
13,
40,
13,
14,
2,
13,
17,
30,
0,
18,
13,
13,
13,
0,
13,
17,
40,
13,
14,
2,
13,
17,
30,
3,
41,
13,
39,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
42,
2,
13,
2,
13,
17,
30,
42,
2,
2,
13,
17,
2,
18,
13,
13,
17,
30,
0,
18,
13,
13,
2,
2,
18,
13,
13,
17,
18,
13,
13,
0,
18,
13,
13,
2,
18,
13,
13,
17,
40,
13,
14,
2,
18,
13,
13,
17,
30,
14,
2,
18,
13,
13,
40,
17,
30,
0,
18,
13,
13,
2,
18,
13,
13,
40,
17,
40,
13,
40,
13,
41,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
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
],
[
367,
5
],
[
367,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
11,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
16,
18
],
[
16,
19
],
[
16,
20
],
[
16,
21
],
[
16,
22
],
[
16,
23
],
[
16,
24
],
[
16,
25
],
[
16,
26
],
[
16,
27
],
[
16,
28
],
[
16,
29
],
[
16,
30
],
[
16,
31
],
[
16,
32
],
[
16,
33
],
[
16,
34
],
[
16,
35
],
[
16,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
45,
48
],
[
45,
49
],
[
45,
50
],
[
45,
51
],
[
45,
52
],
[
45,
53
],
[
45,
54
],
[
45,
55
],
[
45,
56
],
[
45,
57
],
[
45,
58
],
[
45,
59
],
[
45,
60
],
[
45,
61
],
[
45,
62
],
[
45,
63
],
[
45,
64
],
[
45,
65
],
[
8,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
68,
71
],
[
68,
72
],
[
68,
73
],
[
68,
74
],
[
68,
75
],
[
68,
76
],
[
68,
77
],
[
68,
78
],
[
68,
79
],
[
68,
80
],
[
68,
81
],
[
68,
82
],
[
68,
83
],
[
68,
84
],
[
68,
85
],
[
68,
86
],
[
68,
87
],
[
68,
88
],
[
8,
89
],
[
89,
90
],
[
89,
91
],
[
8,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
93,
101
],
[
101,
102
],
[
92,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
109,
110
],
[
109,
111
],
[
104,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
117,
118
],
[
117,
119
],
[
112,
120
],
[
120,
121
],
[
112,
122
],
[
122,
123
],
[
103,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
129,
133
],
[
133,
134
],
[
103,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
135,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
139,
145
],
[
145,
146
],
[
139,
147
],
[
147,
148
],
[
103,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
149,
153
],
[
153,
154
],
[
154,
155
],
[
155,
156
],
[
155,
157
],
[
154,
158
],
[
153,
159
],
[
159,
160
],
[
159,
161
],
[
153,
162
],
[
162,
163
],
[
103,
164
],
[
164,
165
],
[
165,
166
],
[
165,
167
],
[
164,
168
],
[
168,
169
],
[
8,
170
],
[
170,
171
],
[
170,
172
],
[
172,
173
],
[
172,
174
],
[
172,
175
],
[
172,
176
],
[
172,
177
],
[
172,
178
],
[
172,
179
],
[
172,
180
],
[
172,
181
],
[
172,
182
],
[
8,
183
],
[
183,
184
],
[
183,
185
],
[
8,
186
],
[
186,
187
],
[
186,
188
],
[
8,
189
],
[
189,
190
],
[
189,
191
],
[
8,
192
],
[
192,
193
],
[
193,
194
],
[
193,
195
],
[
195,
196
],
[
195,
197
],
[
192,
198
],
[
198,
199
],
[
199,
200
],
[
200,
201
],
[
201,
202
],
[
201,
203
],
[
200,
204
],
[
204,
205
],
[
205,
206
],
[
205,
207
],
[
204,
208
],
[
199,
209
],
[
209,
210
],
[
210,
211
],
[
211,
212
],
[
211,
213
],
[
210,
214
],
[
214,
215
],
[
215,
216
],
[
216,
217
],
[
216,
218
],
[
215,
219
],
[
214,
220
],
[
220,
221
],
[
220,
222
],
[
209,
223
],
[
223,
224
],
[
224,
225
],
[
224,
226
],
[
223,
227
],
[
227,
228
],
[
228,
229
],
[
228,
230
],
[
227,
231
],
[
209,
232
],
[
232,
233
],
[
198,
234
],
[
234,
235
],
[
235,
236
],
[
236,
237
],
[
236,
238
],
[
235,
239
],
[
234,
240
],
[
240,
241
],
[
241,
242
],
[
242,
243
],
[
243,
244
],
[
243,
245
],
[
242,
246
],
[
246,
247
],
[
241,
248
],
[
248,
249
],
[
249,
250
],
[
250,
251
],
[
250,
252
],
[
249,
253
],
[
253,
254
],
[
254,
255
],
[
254,
256
],
[
253,
257
],
[
257,
258
],
[
240,
259
],
[
259,
260
],
[
240,
261
],
[
261,
262
],
[
8,
263
],
[
263,
264
],
[
8,
265
],
[
265,
266
],
[
266,
267
],
[
267,
268
],
[
267,
269
],
[
266,
270
],
[
270,
271
],
[
270,
272
],
[
265,
273
],
[
273,
274
],
[
274,
275
],
[
274,
276
],
[
276,
277
],
[
276,
278
],
[
273,
279
],
[
279,
280
],
[
280,
281
],
[
280,
282
],
[
279,
283
],
[
283,
284
],
[
283,
285
],
[
273,
286
],
[
286,
287
],
[
287,
288
],
[
287,
289
],
[
286,
290
],
[
8,
291
],
[
291,
292
],
[
292,
293
],
[
293,
294
],
[
293,
295
],
[
292,
296
],
[
296,
297
],
[
296,
298
],
[
291,
299
],
[
299,
300
],
[
300,
301
],
[
300,
302
],
[
302,
303
],
[
302,
304
],
[
299,
305
],
[
305,
306
],
[
306,
307
],
[
306,
308
],
[
305,
309
],
[
309,
310
],
[
309,
311
],
[
299,
312
],
[
312,
313
],
[
313,
314
],
[
313,
315
],
[
312,
316
],
[
8,
317
],
[
317,
318
],
[
318,
319
],
[
319,
320
],
[
319,
321
],
[
318,
322
],
[
322,
323
],
[
322,
324
],
[
317,
325
],
[
325,
326
],
[
326,
327
],
[
326,
328
],
[
328,
329
],
[
328,
330
],
[
325,
331
],
[
331,
332
],
[
332,
333
],
[
332,
334
],
[
331,
335
],
[
335,
336
],
[
335,
337
],
[
325,
338
],
[
338,
339
],
[
339,
340
],
[
339,
341
],
[
338,
342
],
[
8,
343
],
[
343,
344
],
[
344,
345
],
[
345,
346
],
[
346,
347
],
[
346,
348
],
[
344,
349
],
[
352,
350
],
[
350,
351
],
[
351,
352
],
[
352,
353
],
[
353,
354
],
[
353,
355
],
[
352,
356
],
[
351,
357
],
[
357,
358
],
[
357,
359
],
[
350,
360
],
[
352,
361
],
[
361,
362
],
[
361,
363
],
[
6,
364
],
[
364,
365
],
[
0,
366
],
[
366,
367
],
[
366,
368
]
] | [
"\nimport java.io.*;\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int a1;\n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n\n if( hairetsu_suuchi[0] > hairetsu_suuchi[1] )\n {\n \ta1 = hairetsu_suuchi[0];\n \thairetsu_suuchi[0] = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = a1;\n }\n \n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n {\n System.out.println( hairetsu_suuchi[0] + \" \" + hairetsu_suuchi[1] + \" \" + hairetsu_suuchi[2] ); \n }\n }\n \n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int a1;\n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n\n if( hairetsu_suuchi[0] > hairetsu_suuchi[1] )\n {\n \ta1 = hairetsu_suuchi[0];\n \thairetsu_suuchi[0] = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = a1;\n }\n \n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n {\n System.out.println( hairetsu_suuchi[0] + \" \" + hairetsu_suuchi[1] + \" \" + hairetsu_suuchi[2] ); \n }\n }\n \n}",
"Main",
"public static void main(String[] args) throws IOException {\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int a1;\n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n\n if( hairetsu_suuchi[0] > hairetsu_suuchi[1] )\n {\n \ta1 = hairetsu_suuchi[0];\n \thairetsu_suuchi[0] = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = a1;\n }\n \n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n {\n System.out.println( hairetsu_suuchi[0] + \" \" + hairetsu_suuchi[1] + \" \" + hairetsu_suuchi[2] ); \n }\n }",
"main",
"{\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int a1;\n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n\n if( hairetsu_suuchi[0] > hairetsu_suuchi[1] )\n {\n \ta1 = hairetsu_suuchi[0];\n \thairetsu_suuchi[0] = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = a1;\n }\n \n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n {\n System.out.println( hairetsu_suuchi[0] + \" \" + hairetsu_suuchi[1] + \" \" + hairetsu_suuchi[2] ); \n }\n }",
"int c;",
"c",
"int keta = 0;",
"keta",
"0",
"int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};",
"hairetsu_keta",
"{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"int j = 0;",
"j",
"0",
"int deru = 0;",
"deru",
"0",
"int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};",
"hairetsu",
"{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};",
"hairetsu_fugou",
"{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"int i= 0;",
"i",
"0",
"while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }",
"(c = System.in.read()) != -1",
"(c = System.in.read())",
"c",
"System.in.read()",
"System.in.read",
"System.in",
"System",
"System.in",
"-1",
"1",
"{\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }",
"if ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }",
"c > 47 && c < 58",
"c > 47",
"c",
"47",
"c < 58",
"c",
"58",
"{\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }",
"hairetsu[i] = c-48",
"hairetsu[i]",
"hairetsu",
"i",
"c-48",
"c",
"48",
"i++",
"i",
"keta++",
"keta",
"if ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t }",
"c == 45",
"c",
"45",
"{\n \t\thairetsu_fugou[j] = -1;\n \t }",
"hairetsu_fugou[j] = -1",
"hairetsu_fugou[j]",
"hairetsu_fugou",
"j",
"-1",
"1",
"if ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}",
"c == 10",
"c",
"10",
"{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}",
"hairetsu_keta[j] = keta",
"hairetsu_keta[j]",
"hairetsu_keta",
"j",
"keta",
"deru++",
"deru",
"j++",
"j",
"if ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}",
"c == 32",
"c",
"32",
"{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}",
"hairetsu_keta[j] = keta",
"hairetsu_keta[j]",
"hairetsu_keta",
"j",
"keta",
"keta = 0",
"keta",
"0",
"j++",
"j",
"if (deru > 0)\n \t{\n \t\tbreak;\n \t}",
"deru > 0",
"deru",
"0",
"{\n \t\tbreak;\n \t}",
"break;",
"int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};",
"hairetsu_suuchi",
"{0,0,0,0,0,0,0,0,0,0}",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"int k = 0;",
"k",
"0",
"int m = 0;",
"m",
"0",
"int n = 0;",
"n",
"0",
"while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n }",
"n < (j + 1)",
"n",
"(j + 1)",
"j",
"1",
"{\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n }",
"while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }",
"j > 0 && hairetsu_keta[n] > 0",
"j > 0",
"j",
"0",
"hairetsu_keta[n] > 0",
"hairetsu_keta[n]",
"hairetsu_keta",
"n",
"0",
"{\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }",
"hairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m]",
"hairetsu_suuchi[k]",
"hairetsu_suuchi",
"k",
"hairetsu_suuchi[k]*10 + hairetsu[m]",
"hairetsu_suuchi[k]*10",
"hairetsu_suuchi[k]",
"hairetsu_suuchi",
"k",
"10",
"hairetsu[m]",
"hairetsu",
"m",
"hairetsu_keta[n] = hairetsu_keta[n] - 1",
"hairetsu_keta[n]",
"hairetsu_keta",
"n",
"hairetsu_keta[n] - 1",
"hairetsu_keta[n]",
"hairetsu_keta",
"n",
"1",
"m++",
"m",
"if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }",
"hairetsu_keta[n] == 0",
"hairetsu_keta[n]",
"hairetsu_keta",
"n",
"0",
"{\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }",
"if(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}",
"hairetsu_fugou[n] == -1",
"hairetsu_fugou[n]",
"hairetsu_fugou",
"n",
"-1",
"1",
"{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}",
"hairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1)",
"hairetsu_suuchi[k]",
"hairetsu_suuchi",
"k",
"hairetsu_suuchi[k]*(-1)",
"hairetsu_suuchi[k]",
"hairetsu_suuchi",
"k",
"(-1)",
"1",
"n++",
"n",
"k++",
"k",
"int a1;",
"a1",
"if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }",
"hairetsu_suuchi[1] > hairetsu_suuchi[2]",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"hairetsu_suuchi[2]",
"hairetsu_suuchi",
"2",
"{\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }",
"a1 = hairetsu_suuchi[1]",
"a1",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"hairetsu_suuchi[1] = hairetsu_suuchi[2]",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"hairetsu_suuchi[2]",
"hairetsu_suuchi",
"2",
"hairetsu_suuchi[2] = a1",
"hairetsu_suuchi[2]",
"hairetsu_suuchi",
"2",
"a1",
"if( hairetsu_suuchi[0] > hairetsu_suuchi[1] )\n {\n \ta1 = hairetsu_suuchi[0];\n \thairetsu_suuchi[0] = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = a1;\n }",
"hairetsu_suuchi[0] > hairetsu_suuchi[1]",
"hairetsu_suuchi[0]",
"hairetsu_suuchi",
"0",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"{\n \ta1 = hairetsu_suuchi[0];\n \thairetsu_suuchi[0] = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = a1;\n }",
"a1 = hairetsu_suuchi[0]",
"a1",
"hairetsu_suuchi[0]",
"hairetsu_suuchi",
"0",
"hairetsu_suuchi[0] = hairetsu_suuchi[1]",
"hairetsu_suuchi[0]",
"hairetsu_suuchi",
"0",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"hairetsu_suuchi[1] = a1",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"a1",
"if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }",
"hairetsu_suuchi[1] > hairetsu_suuchi[2]",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"hairetsu_suuchi[2]",
"hairetsu_suuchi",
"2",
"{\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }",
"a1 = hairetsu_suuchi[1]",
"a1",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"hairetsu_suuchi[1] = hairetsu_suuchi[2]",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"hairetsu_suuchi[2]",
"hairetsu_suuchi",
"2",
"hairetsu_suuchi[2] = a1",
"hairetsu_suuchi[2]",
"hairetsu_suuchi",
"2",
"a1",
"{\n System.out.println( hairetsu_suuchi[0] + \" \" + hairetsu_suuchi[1] + \" \" + hairetsu_suuchi[2] ); \n }",
"System.out.println( hairetsu_suuchi[0] + \" \" + hairetsu_suuchi[1] + \" \" + hairetsu_suuchi[2] )",
"System.out.println",
"System.out",
"System",
"System.out",
"hairetsu_suuchi[0] + \" \" + hairetsu_suuchi[1] + \" \" + hairetsu_suuchi[2]",
"\" \"",
"hairetsu_suuchi[1]",
"hairetsu_suuchi[0] + \" \" + hairetsu_suuchi[1] + \" \" + hairetsu_suuchi[2]",
"hairetsu_suuchi[0]",
"hairetsu_suuchi",
"0",
"\" \"",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"\" \"",
"hairetsu_suuchi[2]",
"hairetsu_suuchi",
"2",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int a1;\n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n\n if( hairetsu_suuchi[0] > hairetsu_suuchi[1] )\n {\n \ta1 = hairetsu_suuchi[0];\n \thairetsu_suuchi[0] = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = a1;\n }\n \n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n {\n System.out.println( hairetsu_suuchi[0] + \" \" + hairetsu_suuchi[1] + \" \" + hairetsu_suuchi[2] ); \n }\n }\n \n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int a1;\n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n\n if( hairetsu_suuchi[0] > hairetsu_suuchi[1] )\n {\n \ta1 = hairetsu_suuchi[0];\n \thairetsu_suuchi[0] = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = a1;\n }\n \n if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )\n {\n \ta1 = hairetsu_suuchi[1];\n \thairetsu_suuchi[1] = hairetsu_suuchi[2];\n \thairetsu_suuchi[2] = a1;\n }\n {\n System.out.println( hairetsu_suuchi[0] + \" \" + hairetsu_suuchi[1] + \" \" + hairetsu_suuchi[2] ); \n }\n }\n \n}",
"Main"
] |
import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
// ?¨??????\??????????????????????????????
int c;
int keta = 0;
// int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;
int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????
int j = 0;
int deru = 0;
// int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;
int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???
int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\???
int i= 0;
while ((c = System.in.read()) != -1 )
{
// System.out.println(c);
if ( c > 47 && c < 58) // suuji ga kita
{
hairetsu[i] = c-48;
i++;
keta++;
// System.out.println("Qurege_no_kazu_keta_hantaikara:" + Qurage_no_kazu);
}
if ( c == 45) // minus ga kita
{
hairetsu_fugou[j] = -1;
}
if ( c == 10) // return ga kita
{
hairetsu_keta[j] = keta;
deru++; //return ga kitara while wo deru
j++;
}
if ( c == 32) //space ga kita
{
hairetsu_keta[j] = keta;
keta = 0;//space ga kitara tsugi no moji no tame keta ha sokomade
j++;
}
if (deru > 0)
{
break;
}
}
// ?¨??????\?????????????????????????????????????????????
// ??°??????????????\??????
//int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;
int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????
int k = 0;
int m = 0;
int n = 0;
while( n < (j + 1))
{
while(j > 0 && hairetsu_keta[n] > 0 )
{
hairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];
hairetsu_keta[n] = hairetsu_keta[n] - 1;
m++;
}
if (hairetsu_keta[n] == 0)
{
if(hairetsu_fugou[n] == -1)
{
hairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);
}
n++;
k++;
}
}
//??°??????????????\???????????????
/*
for (int p = 0; p < k - 1 ; p++)
{
System.out.println("???????????°??????" + hairetsu_suuchi[p]);
}
*/
int a1;
if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )
{
a1 = hairetsu_suuchi[1];
hairetsu_suuchi[1] = hairetsu_suuchi[2];
hairetsu_suuchi[2] = a1;
}
if( hairetsu_suuchi[0] > hairetsu_suuchi[1] )
{
a1 = hairetsu_suuchi[0];
hairetsu_suuchi[0] = hairetsu_suuchi[1];
hairetsu_suuchi[1] = a1;
}
if( hairetsu_suuchi[1] > hairetsu_suuchi[2] )
{
a1 = hairetsu_suuchi[1];
hairetsu_suuchi[1] = hairetsu_suuchi[2];
hairetsu_suuchi[2] = a1;
}
{
System.out.println( hairetsu_suuchi[0] + " " + hairetsu_suuchi[1] + " " + hairetsu_suuchi[2] );
}
}
} |
[
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,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
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
],
[
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
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
39,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
55,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
55,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
55,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
39,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
81,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
93,
95
],
[
80,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
99,
101
],
[
96,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
106,
107
],
[
106,
108
],
[
96,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
109,
113
],
[
8,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
115,
119
],
[
119,
120
],
[
119,
121
],
[
114,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
125,
127
],
[
122,
128
],
[
128,
129
],
[
129,
130
],
[
129,
131
],
[
128,
132
],
[
132,
133
],
[
132,
134
],
[
122,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
135,
139
],
[
8,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
142,
144
],
[
140,
145
],
[
148,
146
],
[
146,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
148,
152
],
[
147,
153
],
[
153,
154
],
[
153,
155
],
[
146,
156
],
[
148,
157
],
[
157,
158
],
[
157,
159
],
[
6,
160
],
[
160,
161
]
] | [
"import java.util.*;\n\nclass Main{\n\n\tpublic static void main(String[] args) {\n\t\tScanner hoge = new Scanner(System.in);\n\n\t\tint[] a = new int [3];\n\t \n\t\ta[0] = hoge.nextInt();\n\t\ta[1] = hoge.nextInt();\n\t\ta[2] = hoge.nextInt();\n\n\t\tint h;\n\t\t\n\t\tif(a[0]>a[1]&&a[0]>a[2]){\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\t\t\t \n\t\t}else if(a[1]>a[0]&&a[1]>a[2]){\n\t\t\th=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\n\t\t}\n\t\t//a[2] became the maximum\n\n\t\tif(a[0]>a[1]){\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=h;\t\t \n\t\t}\n\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\n\t}\n\n\n\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\n\tpublic static void main(String[] args) {\n\t\tScanner hoge = new Scanner(System.in);\n\n\t\tint[] a = new int [3];\n\t \n\t\ta[0] = hoge.nextInt();\n\t\ta[1] = hoge.nextInt();\n\t\ta[2] = hoge.nextInt();\n\n\t\tint h;\n\t\t\n\t\tif(a[0]>a[1]&&a[0]>a[2]){\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\t\t\t \n\t\t}else if(a[1]>a[0]&&a[1]>a[2]){\n\t\t\th=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\n\t\t}\n\t\t//a[2] became the maximum\n\n\t\tif(a[0]>a[1]){\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=h;\t\t \n\t\t}\n\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\n\t}\n\n\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner hoge = new Scanner(System.in);\n\n\t\tint[] a = new int [3];\n\t \n\t\ta[0] = hoge.nextInt();\n\t\ta[1] = hoge.nextInt();\n\t\ta[2] = hoge.nextInt();\n\n\t\tint h;\n\t\t\n\t\tif(a[0]>a[1]&&a[0]>a[2]){\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\t\t\t \n\t\t}else if(a[1]>a[0]&&a[1]>a[2]){\n\t\t\th=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\n\t\t}\n\t\t//a[2] became the maximum\n\n\t\tif(a[0]>a[1]){\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=h;\t\t \n\t\t}\n\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\n\t}",
"main",
"{\n\t\tScanner hoge = new Scanner(System.in);\n\n\t\tint[] a = new int [3];\n\t \n\t\ta[0] = hoge.nextInt();\n\t\ta[1] = hoge.nextInt();\n\t\ta[2] = hoge.nextInt();\n\n\t\tint h;\n\t\t\n\t\tif(a[0]>a[1]&&a[0]>a[2]){\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\t\t\t \n\t\t}else if(a[1]>a[0]&&a[1]>a[2]){\n\t\t\th=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\n\t\t}\n\t\t//a[2] became the maximum\n\n\t\tif(a[0]>a[1]){\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=h;\t\t \n\t\t}\n\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\n\t}",
"Scanner hoge = new Scanner(System.in);",
"hoge",
"new Scanner(System.in)",
"int[] a = new int [3];",
"a",
"new int [3]",
"3",
"a[0] = hoge.nextInt()",
"a[0]",
"a",
"0",
"hoge.nextInt()",
"hoge.nextInt",
"hoge",
"a[1] = hoge.nextInt()",
"a[1]",
"a",
"1",
"hoge.nextInt()",
"hoge.nextInt",
"hoge",
"a[2] = hoge.nextInt()",
"a[2]",
"a",
"2",
"hoge.nextInt()",
"hoge.nextInt",
"hoge",
"int h;",
"h",
"if(a[0]>a[1]&&a[0]>a[2]){\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\t\t\t \n\t\t}else if(a[1]>a[0]&&a[1]>a[2]){\n\t\t\th=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\n\t\t}",
"a[0]>a[1]&&a[0]>a[2]",
"a[0]>a[1]",
"a[0]",
"a",
"0",
"a[1]",
"a",
"1",
"a[0]>a[2]",
"a[0]",
"a",
"0",
"a[2]",
"a",
"2",
"{\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\t\t\t \n\t\t}",
"h = a[0]",
"h",
"a[0]",
"a",
"0",
"a[0]=a[1]",
"a[0]",
"a",
"0",
"a[1]",
"a",
"1",
"a[1]=a[2]",
"a[1]",
"a",
"1",
"a[2]",
"a",
"2",
"a[2]=h",
"a[2]",
"a",
"2",
"h",
"if(a[1]>a[0]&&a[1]>a[2]){\n\t\t\th=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\n\t\t}",
"a[1]>a[0]&&a[1]>a[2]",
"a[1]>a[0]",
"a[1]",
"a",
"1",
"a[0]",
"a",
"0",
"a[1]>a[2]",
"a[1]",
"a",
"1",
"a[2]",
"a",
"2",
"{\n\t\t\th=a[1];\n\t\t\ta[1]=a[2];\n\t\t\ta[2]=h;\n\t\t}",
"h=a[1]",
"h",
"a[1]",
"a",
"1",
"a[1]=a[2]",
"a[1]",
"a",
"1",
"a[2]",
"a",
"2",
"a[2]=h",
"a[2]",
"a",
"2",
"h",
"if(a[0]>a[1]){\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=h;\t\t \n\t\t}",
"a[0]>a[1]",
"a[0]",
"a",
"0",
"a[1]",
"a",
"1",
"{\n\t\t\th = a[0];\n\t\t\ta[0]=a[1];\n\t\t\ta[1]=h;\t\t \n\t\t}",
"h = a[0]",
"h",
"a[0]",
"a",
"0",
"a[0]=a[1]",
"a[0]",
"a",
"0",
"a[1]",
"a",
"1",
"a[1]=h",
"a[1]",
"a",
"1",
"h",
"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"
] | import java.util.*;
class Main{
public static void main(String[] args) {
Scanner hoge = new Scanner(System.in);
int[] a = new int [3];
a[0] = hoge.nextInt();
a[1] = hoge.nextInt();
a[2] = hoge.nextInt();
int h;
if(a[0]>a[1]&&a[0]>a[2]){
h = a[0];
a[0]=a[1];
a[1]=a[2];
a[2]=h;
}else if(a[1]>a[0]&&a[1]>a[2]){
h=a[1];
a[1]=a[2];
a[2]=h;
}
//a[2] became the maximum
if(a[0]>a[1]){
h = a[0];
a[0]=a[1];
a[1]=h;
}
System.out.println(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,
13,
13,
30,
14,
2,
13,
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,
30,
14,
2,
13,
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
],
[
144,
5
],
[
144,
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
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
45,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
43,
49
],
[
45,
50
],
[
32,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
65,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
63,
69
],
[
65,
70
],
[
52,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
80,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
78,
84
],
[
80,
85
],
[
27,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
100,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
98,
104
],
[
100,
105
],
[
87,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
112,
117
],
[
120,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
119,
123
],
[
118,
124
],
[
120,
125
],
[
107,
126
],
[
126,
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
],
[
6,
141
],
[
141,
142
],
[
0,
143
],
[
143,
144
],
[
143,
145
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\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 if (a <= b) {\n if (b <= c) {\n System.out.println(a+\" \"+b+\" \"+c);\n } else {\n if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n } \n } \n }else {\n if (b >= c) {\n System.out.println(c+\" \"+b+\" \"+a);\n } else {\n if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n } \n } \n \n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\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 if (a <= b) {\n if (b <= c) {\n System.out.println(a+\" \"+b+\" \"+c);\n } else {\n if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n } \n } \n }else {\n if (b >= c) {\n System.out.println(c+\" \"+b+\" \"+a);\n } else {\n if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n } \n } \n \n }\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 if (a <= b) {\n if (b <= c) {\n System.out.println(a+\" \"+b+\" \"+c);\n } else {\n if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n } \n } \n }else {\n if (b >= c) {\n System.out.println(c+\" \"+b+\" \"+a);\n } else {\n if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n } \n } \n \n }\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 if (a <= b) {\n if (b <= c) {\n System.out.println(a+\" \"+b+\" \"+c);\n } else {\n if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n } \n } \n }else {\n if (b >= c) {\n System.out.println(c+\" \"+b+\" \"+a);\n } else {\n if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n } \n } \n \n }\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",
"if (a <= b) {\n if (b <= c) {\n System.out.println(a+\" \"+b+\" \"+c);\n } else {\n if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n } \n } \n }else {\n if (b >= c) {\n System.out.println(c+\" \"+b+\" \"+a);\n } else {\n if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n } \n } \n \n }",
"a <= b",
"a",
"b",
"{\n if (b <= c) {\n System.out.println(a+\" \"+b+\" \"+c);\n } else {\n if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n } \n } \n }",
"if (b <= c) {\n System.out.println(a+\" \"+b+\" \"+c);\n } else {\n if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n } \n }",
"b <= c",
"b",
"c",
"{\n System.out.println(a+\" \"+b+\" \"+c);\n }",
"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 if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n } \n }",
"if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n }",
"a<=c",
"a",
"c",
"{\n System.out.println(a+\" \"+c+\" \"+b);\n }",
"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 System.out.println(c+\" \"+a+\" \"+b);\n }",
"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 if (b >= c) {\n System.out.println(c+\" \"+b+\" \"+a);\n } else {\n if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n } \n } \n \n }",
"if (b >= c) {\n System.out.println(c+\" \"+b+\" \"+a);\n } else {\n if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n } \n }",
"b >= c",
"b",
"c",
"{\n System.out.println(c+\" \"+b+\" \"+a);\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",
"{\n if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n } \n }",
"if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n }",
"a<=c",
"a",
"c",
"{\n System.out.println(b+\" \"+a+\" \"+c);\n }",
"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 System.out.println(b+\" \"+c+\" \"+a);\n }",
"System.out.println(b+\" \"+c+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+c+\" \"+a",
"\" \"",
"c",
"b+\" \"+c+\" \"+a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"String[] args",
"args",
"public class Main {\n\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 if (a <= b) {\n if (b <= c) {\n System.out.println(a+\" \"+b+\" \"+c);\n } else {\n if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n } \n } \n }else {\n if (b >= c) {\n System.out.println(c+\" \"+b+\" \"+a);\n } else {\n if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n } \n } \n \n }\n }\n}",
"public class Main {\n\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 if (a <= b) {\n if (b <= c) {\n System.out.println(a+\" \"+b+\" \"+c);\n } else {\n if(a<=c){\n System.out.println(a+\" \"+c+\" \"+b);\n }else{\n System.out.println(c+\" \"+a+\" \"+b);\n } \n } \n }else {\n if (b >= c) {\n System.out.println(c+\" \"+b+\" \"+a);\n } else {\n if(a<=c){\n System.out.println(b+\" \"+a+\" \"+c);\n }else{\n System.out.println(b+\" \"+c+\" \"+a);\n } \n } \n \n }\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();
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 (b >= c) {
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,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
17,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
14,
2,
18,
13,
13,
17,
30,
4,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
20,
4,
18,
13,
13,
13,
13,
23,
13,
12,
13,
30,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
4,
18,
13,
17,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
13,
13,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
13,
13,
13,
13,
23,
13,
23,
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
],
[
10,
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
],
[
35,
36
],
[
35,
37
],
[
17,
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
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
60,
62
],
[
17,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
63,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
70,
73
],
[
17,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
76,
78
],
[
17,
79
],
[
79,
80
],
[
79,
81
],
[
81,
82
],
[
81,
83
],
[
17,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
86,
88
],
[
17,
89
],
[
89,
90
],
[
89,
91
],
[
17,
92
],
[
92,
93
],
[
93,
94
],
[
92,
95
],
[
92,
96
],
[
92,
97
],
[
15,
98
],
[
98,
99
],
[
10,
100
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
108,
109
],
[
108,
110
],
[
103,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
112,
117
],
[
120,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
119,
123
],
[
118,
124
],
[
120,
125
],
[
111,
126
],
[
126,
127
],
[
127,
128
],
[
126,
129
],
[
102,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
134,
138
],
[
138,
139
],
[
138,
140
],
[
134,
141
],
[
141,
142
],
[
141,
143
],
[
134,
144
],
[
144,
145
],
[
144,
146
],
[
144,
147
],
[
144,
148
],
[
130,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
149,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
153,
157
],
[
157,
158
],
[
157,
159
],
[
153,
160
],
[
160,
161
],
[
160,
162
],
[
153,
163
],
[
163,
164
],
[
163,
165
],
[
163,
166
],
[
163,
167
],
[
100,
168
],
[
168,
169
],
[
100,
170
],
[
170,
171
],
[
100,
172
],
[
172,
173
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic int n = 0;\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\t\tint[] n = new int[s.length];\n\t\tfor (int i = 0; i < s.length; i++) {\n\t\t\tn[i] = Integer.parseInt(s[i]);\n\t\t}\n\t\tif(n.length > 3){\n\t\t\tSystem.exit(0);\n\t\t}\n\t\tint a = n[0];\n\t\tint b = n[1];\n\t\tint c = n[2];\n\t\tMain main = new Main();\n\t\tmain.calculate(a, b, c);\n\t}\n\tpublic void calculate(int a, int b, int c){\n\t\tif(a <= b && b <= c ) {\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\tSystem.exit(0);\n\t\t}\n\t\tif(a > b) {\n\t\t\tn = a;\n\t\t\ta = b;\n\t\t\tb = n;\n\t\t\tcalculate(a, b, c);\n\t\t} else if(b > c) {\n\t\t\tn = b;\n\t\t\tb = c;\n\t\t\tc = n;\n\t\t\tcalculate(a, b, c);\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\tpublic int n = 0;\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\t\tint[] n = new int[s.length];\n\t\tfor (int i = 0; i < s.length; i++) {\n\t\t\tn[i] = Integer.parseInt(s[i]);\n\t\t}\n\t\tif(n.length > 3){\n\t\t\tSystem.exit(0);\n\t\t}\n\t\tint a = n[0];\n\t\tint b = n[1];\n\t\tint c = n[2];\n\t\tMain main = new Main();\n\t\tmain.calculate(a, b, c);\n\t}\n\tpublic void calculate(int a, int b, int c){\n\t\tif(a <= b && b <= c ) {\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\tSystem.exit(0);\n\t\t}\n\t\tif(a > b) {\n\t\t\tn = a;\n\t\t\ta = b;\n\t\t\tb = n;\n\t\t\tcalculate(a, b, c);\n\t\t} else if(b > c) {\n\t\t\tn = b;\n\t\t\tb = c;\n\t\t\tc = n;\n\t\t\tcalculate(a, b, c);\n\t\t}\n\t}\n}",
"Main",
"public int n = 0;",
"n",
"0",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\t\tint[] n = new int[s.length];\n\t\tfor (int i = 0; i < s.length; i++) {\n\t\t\tn[i] = Integer.parseInt(s[i]);\n\t\t}\n\t\tif(n.length > 3){\n\t\t\tSystem.exit(0);\n\t\t}\n\t\tint a = n[0];\n\t\tint b = n[1];\n\t\tint c = n[2];\n\t\tMain main = new Main();\n\t\tmain.calculate(a, b, c);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\t\tint[] n = new int[s.length];\n\t\tfor (int i = 0; i < s.length; i++) {\n\t\t\tn[i] = Integer.parseInt(s[i]);\n\t\t}\n\t\tif(n.length > 3){\n\t\t\tSystem.exit(0);\n\t\t}\n\t\tint a = n[0];\n\t\tint b = n[1];\n\t\tint c = n[2];\n\t\tMain main = new Main();\n\t\tmain.calculate(a, b, c);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] s = str.split(\" \");",
"s",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int[] n = new int[s.length];",
"n",
"new int[s.length]",
"s.length",
"s",
"s.length",
"for (int i = 0; i < s.length; i++) {\n\t\t\tn[i] = Integer.parseInt(s[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < s.length",
"i",
"s.length",
"s",
"s.length",
"i++",
"i++",
"i",
"{\n\t\t\tn[i] = Integer.parseInt(s[i]);\n\t\t}",
"{\n\t\t\tn[i] = Integer.parseInt(s[i]);\n\t\t}",
"n[i] = Integer.parseInt(s[i])",
"n[i]",
"n",
"i",
"Integer.parseInt(s[i])",
"Integer.parseInt",
"Integer",
"s[i]",
"s",
"i",
"if(n.length > 3){\n\t\t\tSystem.exit(0);\n\t\t}",
"n.length > 3",
"n.length",
"n",
"n.length",
"3",
"{\n\t\t\tSystem.exit(0);\n\t\t}",
"System.exit(0)",
"System.exit",
"System",
"0",
"int a = n[0];",
"a",
"n[0]",
"n",
"0",
"int b = n[1];",
"b",
"n[1]",
"n",
"1",
"int c = n[2];",
"c",
"n[2]",
"n",
"2",
"Main main = new Main();",
"main",
"new Main()",
"main.calculate(a, b, c)",
"main.calculate",
"main",
"a",
"b",
"c",
"String[] args",
"args",
"public void calculate(int a, int b, int c){\n\t\tif(a <= b && b <= c ) {\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\tSystem.exit(0);\n\t\t}\n\t\tif(a > b) {\n\t\t\tn = a;\n\t\t\ta = b;\n\t\t\tb = n;\n\t\t\tcalculate(a, b, c);\n\t\t} else if(b > c) {\n\t\t\tn = b;\n\t\t\tb = c;\n\t\t\tc = n;\n\t\t\tcalculate(a, b, c);\n\t\t}\n\t}",
"calculate",
"{\n\t\tif(a <= b && b <= c ) {\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\tSystem.exit(0);\n\t\t}\n\t\tif(a > b) {\n\t\t\tn = a;\n\t\t\ta = b;\n\t\t\tb = n;\n\t\t\tcalculate(a, b, c);\n\t\t} else if(b > c) {\n\t\t\tn = b;\n\t\t\tb = c;\n\t\t\tc = n;\n\t\t\tcalculate(a, b, c);\n\t\t}\n\t}",
"if(a <= b && b <= c ) {\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\tSystem.exit(0);\n\t\t}",
"a <= b && b <= c",
"a <= b",
"a",
"b",
"b <= c",
"b",
"c",
"{\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t\tSystem.exit(0);\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",
"System.exit(0)",
"System.exit",
"System",
"0",
"if(a > b) {\n\t\t\tn = a;\n\t\t\ta = b;\n\t\t\tb = n;\n\t\t\tcalculate(a, b, c);\n\t\t} else if(b > c) {\n\t\t\tn = b;\n\t\t\tb = c;\n\t\t\tc = n;\n\t\t\tcalculate(a, b, c);\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tn = a;\n\t\t\ta = b;\n\t\t\tb = n;\n\t\t\tcalculate(a, b, c);\n\t\t}",
"n = a",
"n",
"a",
"a = b",
"a",
"b",
"b = n",
"b",
"n",
"calculate(a, b, c)",
"calculate",
"a",
"b",
"c",
"if(b > c) {\n\t\t\tn = b;\n\t\t\tb = c;\n\t\t\tc = n;\n\t\t\tcalculate(a, b, c);\n\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\tn = b;\n\t\t\tb = c;\n\t\t\tc = n;\n\t\t\tcalculate(a, b, c);\n\t\t}",
"n = b",
"n",
"b",
"b = c",
"b",
"c",
"c = n",
"c",
"n",
"calculate(a, b, c)",
"calculate",
"a",
"b",
"c",
"int a",
"a",
"int b",
"b",
"int c",
"c"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public int n = 0;
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] s = str.split(" ");
int[] n = new int[s.length];
for (int i = 0; i < s.length; i++) {
n[i] = Integer.parseInt(s[i]);
}
if(n.length > 3){
System.exit(0);
}
int a = n[0];
int b = n[1];
int c = n[2];
Main main = new Main();
main.calculate(a, b, c);
}
public void calculate(int a, int b, int c){
if(a <= b && b <= c ) {
System.out.println(a + " " + b + " " + c);
System.exit(0);
}
if(a > b) {
n = a;
a = b;
b = n;
calculate(a, b, c);
} else if(b > c) {
n = b;
b = c;
c = n;
calculate(a, b, c);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
0,
13,
20,
17,
41,
13,
0,
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,
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,
17,
2,
13,
2,
17,
13,
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,
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
],
[
140,
5
],
[
140,
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
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
8,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
32,
33
],
[
32,
34
],
[
27,
35
],
[
35,
36
],
[
36,
37
],
[
27,
38
],
[
39,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
8,
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
],
[
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
],
[
92,
93
],
[
92,
94
],
[
85,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
98,
100
],
[
95,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
105,
106
],
[
105,
107
],
[
107,
108
],
[
107,
109
],
[
95,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
113,
115
],
[
110,
116
],
[
8,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
117,
122
],
[
125,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
124,
130
],
[
130,
131
],
[
130,
132
],
[
123,
133
],
[
125,
134
],
[
134,
135
],
[
134,
136
],
[
6,
137
],
[
137,
138
],
[
0,
139
],
[
139,
140
],
[
139,
141
]
] | [
"import java.util.Scanner;\npublic class Main {\npublic static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[3];\n int num[];\n num = new int[3];\n int num_yobi = 0;\n for(int i=0; i<=2; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n for(int j=0; j<=1; j++)\n {\n for(int i=0; i<=1-j; i++)\n {if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }\n }\n System.out.println(num[0]+\" \"+num[1]+\" \"+num[2]);\n }\n \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\npublic static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[3];\n int num[];\n num = new int[3];\n int num_yobi = 0;\n for(int i=0; i<=2; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n for(int j=0; j<=1; j++)\n {\n for(int i=0; i<=1-j; i++)\n {if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }\n }\n System.out.println(num[0]+\" \"+num[1]+\" \"+num[2]);\n }\n \n}",
"Main",
"public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[3];\n int num[];\n num = new int[3];\n int num_yobi = 0;\n for(int i=0; i<=2; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n for(int j=0; j<=1; j++)\n {\n for(int i=0; i<=1-j; i++)\n {if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }\n }\n System.out.println(num[0]+\" \"+num[1]+\" \"+num[2]);\n }",
"main",
"{\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[3];\n int num[];\n num = new int[3];\n int num_yobi = 0;\n for(int i=0; i<=2; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n for(int j=0; j<=1; j++)\n {\n for(int i=0; i<=1-j; i++)\n {if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }\n }\n System.out.println(num[0]+\" \"+num[1]+\" \"+num[2]);\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"String str[];",
"str",
"str = new String[3]",
"str",
"new String[3]",
"3",
"int num[];",
"num",
"num = new int[3]",
"num",
"new int[3]",
"3",
"int num_yobi = 0;",
"num_yobi",
"0",
"for(int i=0; i<=2; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<=2",
"i",
"2",
"i++",
"i++",
"i",
"{\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }",
"{\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }",
"str[i] = in.next()",
"str[i]",
"str",
"i",
"in.next()",
"in.next",
"in",
"num[i] = Integer.parseInt(str[i])",
"num[i]",
"num",
"i",
"Integer.parseInt(str[i])",
"Integer.parseInt",
"Integer",
"str[i]",
"str",
"i",
"for(int j=0; j<=1; j++)\n {\n for(int i=0; i<=1-j; i++)\n {if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }\n }",
"int j=0;",
"int j=0;",
"j",
"0",
"j<=1",
"j",
"1",
"j++",
"j++",
"j",
"{\n for(int i=0; i<=1-j; i++)\n {if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }\n }",
"{\n for(int i=0; i<=1-j; i++)\n {if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }\n }",
"for(int i=0; i<=1-j; i++)\n {if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<=1-j",
"i",
"1-j",
"1",
"j",
"i++",
"i++",
"i",
"{if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }",
"{if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }",
"if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }",
"num[i] > num[i+1]",
"num[i]",
"num",
"i",
"num[i+1]",
"num",
"i+1",
"i",
"1",
"{\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }",
"num_yobi = num[i]",
"num_yobi",
"num[i]",
"num",
"i",
"num[i] = num[i+1]",
"num[i]",
"num",
"i",
"num[i+1]",
"num",
"i+1",
"i",
"1",
"num[i+1] = num_yobi",
"num[i+1]",
"num",
"i+1",
"i",
"1",
"num_yobi",
"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 {\npublic static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[3];\n int num[];\n num = new int[3];\n int num_yobi = 0;\n for(int i=0; i<=2; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n for(int j=0; j<=1; j++)\n {\n for(int i=0; i<=1-j; i++)\n {if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }\n }\n System.out.println(num[0]+\" \"+num[1]+\" \"+num[2]);\n }\n \n}",
"public class Main {\npublic static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[3];\n int num[];\n num = new int[3];\n int num_yobi = 0;\n for(int i=0; i<=2; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n for(int j=0; j<=1; j++)\n {\n for(int i=0; i<=1-j; i++)\n {if(num[i] > num[i+1])\n {\n num_yobi = num[i];\n num[i] = num[i+1];\n num[i+1] = num_yobi;\n }\n }\n }\n System.out.println(num[0]+\" \"+num[1]+\" \"+num[2]);\n }\n \n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
String str[];
str = new String[3];
int num[];
num = new int[3];
int num_yobi = 0;
for(int i=0; i<=2; i++)
{
str[i] = in.next();
num[i] = Integer.parseInt(str[i]);
}
for(int j=0; j<=1; j++)
{
for(int i=0; i<=1-j; i++)
{if(num[i] > num[i+1])
{
num_yobi = num[i];
num[i] = num[i+1];
num[i+1] = num_yobi;
}
}
}
System.out.println(num[0]+" "+num[1]+" "+num[2]);
}
} |
[
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,
41,
13,
17,
42,
40,
13,
30,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
41,
13,
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,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
17,
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
],
[
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
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
61,
73
],
[
73,
74
],
[
74,
75
],
[
61,
76
],
[
77,
77
],
[
77,
78
],
[
78,
79
],
[
77,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
87,
89
],
[
80,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
95,
97
],
[
90,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
101,
102
],
[
101,
103
],
[
98,
104
],
[
104,
105
],
[
104,
106
],
[
90,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
60,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
114,
118
],
[
118,
119
],
[
118,
120
],
[
113,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
125,
126
],
[
125,
127
],
[
112,
128
],
[
128,
129
],
[
129,
130
],
[
129,
131
],
[
8,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
132,
137
],
[
140,
138
],
[
138,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
139,
145
],
[
145,
146
],
[
145,
147
],
[
138,
148
],
[
140,
149
],
[
149,
150
],
[
149,
151
],
[
6,
152
],
[
152,
153
]
] | [
"import java.io.*;\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint[] list = new int[3];\n\t\t\tlist[0] = Integer.parseInt(line[0]);\n\t\t\tlist[1] = Integer.parseInt(line[1]);\n\t\t\tlist[2] = Integer.parseInt(line[2]);\n\n\t\t\tboolean isSorted = false;\n\t\t\twhile(!isSorted) {\n\t\t\t\tfor(int i = 0; i < list.length - 1; i++) {\n\t\t\t\t\tint temp;\n\t\t\t\t\tif(list[i] > list[i+1]) {\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(list[0] <= list[1] && list[1] <= list[2]) {\n\t\t\t\t\tisSorted = true;\n\t\t\t\t}\n\t\t\t} \n\t\t\tSystem.out.println(list[0] + \" \" + list[1] + \" \" + list[2]);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint[] list = new int[3];\n\t\t\tlist[0] = Integer.parseInt(line[0]);\n\t\t\tlist[1] = Integer.parseInt(line[1]);\n\t\t\tlist[2] = Integer.parseInt(line[2]);\n\n\t\t\tboolean isSorted = false;\n\t\t\twhile(!isSorted) {\n\t\t\t\tfor(int i = 0; i < list.length - 1; i++) {\n\t\t\t\t\tint temp;\n\t\t\t\t\tif(list[i] > list[i+1]) {\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(list[0] <= list[1] && list[1] <= list[2]) {\n\t\t\t\t\tisSorted = true;\n\t\t\t\t}\n\t\t\t} \n\t\t\tSystem.out.println(list[0] + \" \" + list[1] + \" \" + list[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint[] list = new int[3];\n\t\t\tlist[0] = Integer.parseInt(line[0]);\n\t\t\tlist[1] = Integer.parseInt(line[1]);\n\t\t\tlist[2] = Integer.parseInt(line[2]);\n\n\t\t\tboolean isSorted = false;\n\t\t\twhile(!isSorted) {\n\t\t\t\tfor(int i = 0; i < list.length - 1; i++) {\n\t\t\t\t\tint temp;\n\t\t\t\t\tif(list[i] > list[i+1]) {\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(list[0] <= list[1] && list[1] <= list[2]) {\n\t\t\t\t\tisSorted = true;\n\t\t\t\t}\n\t\t\t} \n\t\t\tSystem.out.println(list[0] + \" \" + list[1] + \" \" + list[2]);\n\t}",
"main",
"{\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint[] list = new int[3];\n\t\t\tlist[0] = Integer.parseInt(line[0]);\n\t\t\tlist[1] = Integer.parseInt(line[1]);\n\t\t\tlist[2] = Integer.parseInt(line[2]);\n\n\t\t\tboolean isSorted = false;\n\t\t\twhile(!isSorted) {\n\t\t\t\tfor(int i = 0; i < list.length - 1; i++) {\n\t\t\t\t\tint temp;\n\t\t\t\t\tif(list[i] > list[i+1]) {\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(list[0] <= list[1] && list[1] <= list[2]) {\n\t\t\t\t\tisSorted = true;\n\t\t\t\t}\n\t\t\t} \n\t\t\tSystem.out.println(list[0] + \" \" + list[1] + \" \" + list[2]);\n\t}",
"BufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] line = br.readLine().split(\" \");",
"line",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int[] list = new int[3];",
"list",
"new int[3]",
"3",
"list[0] = Integer.parseInt(line[0])",
"list[0]",
"list",
"0",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"list[1] = Integer.parseInt(line[1])",
"list[1]",
"list",
"1",
"Integer.parseInt(line[1])",
"Integer.parseInt",
"Integer",
"line[1]",
"line",
"1",
"list[2] = Integer.parseInt(line[2])",
"list[2]",
"list",
"2",
"Integer.parseInt(line[2])",
"Integer.parseInt",
"Integer",
"line[2]",
"line",
"2",
"boolean isSorted = false;",
"isSorted",
"false",
"while(!isSorted) {\n\t\t\t\tfor(int i = 0; i < list.length - 1; i++) {\n\t\t\t\t\tint temp;\n\t\t\t\t\tif(list[i] > list[i+1]) {\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(list[0] <= list[1] && list[1] <= list[2]) {\n\t\t\t\t\tisSorted = true;\n\t\t\t\t}\n\t\t\t}",
"!isSorted",
"isSorted",
"{\n\t\t\t\tfor(int i = 0; i < list.length - 1; i++) {\n\t\t\t\t\tint temp;\n\t\t\t\t\tif(list[i] > list[i+1]) {\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(list[0] <= list[1] && list[1] <= list[2]) {\n\t\t\t\t\tisSorted = true;\n\t\t\t\t}\n\t\t\t}",
"for(int i = 0; i < list.length - 1; i++) {\n\t\t\t\t\tint temp;\n\t\t\t\t\tif(list[i] > list[i+1]) {\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}\n\t\t\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < list.length - 1",
"i",
"list.length - 1",
"list.length",
"list",
"list.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\t\t\tint temp;\n\t\t\t\t\tif(list[i] > list[i+1]) {\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}\n\t\t\t\t}",
"{\n\t\t\t\t\tint temp;\n\t\t\t\t\tif(list[i] > list[i+1]) {\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}\n\t\t\t\t}",
"int temp;",
"temp",
"if(list[i] > list[i+1]) {\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}",
"list[i] > list[i+1]",
"list[i]",
"list",
"i",
"list[i+1]",
"list",
"i+1",
"i",
"1",
"{\n\t\t\t\t\t\ttemp = list[i+1];\n\t\t\t\t\t\tlist [i+1] = list [i];\n\t\t\t\t\t\tlist [i] = temp;\n\t\t\t\t\t}",
"temp = list[i+1]",
"temp",
"list[i+1]",
"list",
"i+1",
"i",
"1",
"list [i+1] = list [i]",
"list [i+1]",
"list",
"i+1",
"i",
"1",
"list [i]",
"list",
"i",
"list [i] = temp",
"list [i]",
"list",
"i",
"temp",
"if(list[0] <= list[1] && list[1] <= list[2]) {\n\t\t\t\t\tisSorted = true;\n\t\t\t\t}",
"list[0] <= list[1] && list[1] <= list[2]",
"list[0] <= list[1]",
"list[0]",
"list",
"0",
"list[1]",
"list",
"1",
"list[1] <= list[2]",
"list[1]",
"list",
"1",
"list[2]",
"list",
"2",
"{\n\t\t\t\t\tisSorted = true;\n\t\t\t\t}",
"isSorted = true",
"isSorted",
"true",
"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.io.*;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader br =
new BufferedReader(new InputStreamReader(System.in));
String[] line = br.readLine().split(" ");
int[] list = new int[3];
list[0] = Integer.parseInt(line[0]);
list[1] = Integer.parseInt(line[1]);
list[2] = Integer.parseInt(line[2]);
boolean isSorted = false;
while(!isSorted) {
for(int i = 0; i < list.length - 1; i++) {
int temp;
if(list[i] > list[i+1]) {
temp = list[i+1];
list [i+1] = list [i];
list [i] = temp;
}
}
if(list[0] <= list[1] && list[1] <= list[2]) {
isSorted = true;
}
}
System.out.println(list[0] + " " + list[1] + " " + list[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
41,
13,
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,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
13,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
13,
18,
13,
17,
14,
2,
13,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
13,
13,
0,
13,
13,
14,
2,
2,
13,
18,
13,
17,
2,
18,
13,
17,
13,
30,
0,
13,
13,
0,
13,
18,
13,
17,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
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
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
19,
23
],
[
8,
24
],
[
24,
25
],
[
24,
26
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
33,
34
],
[
33,
35
],
[
28,
36
],
[
36,
37
],
[
37,
38
],
[
28,
39
],
[
40,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
8,
51
],
[
51,
52
],
[
8,
53
],
[
53,
54
],
[
8,
55
],
[
55,
56
],
[
8,
57
],
[
57,
58
],
[
8,
59
],
[
59,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
61,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
72,
74
],
[
69,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
77,
79
],
[
61,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
83,
84
],
[
83,
85
],
[
80,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
88,
90
],
[
8,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
94,
96
],
[
91,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
100,
101
],
[
100,
102
],
[
97,
103
],
[
103,
104
],
[
103,
105
],
[
97,
106
],
[
106,
107
],
[
106,
108
],
[
91,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
113,
115
],
[
110,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
116,
120
],
[
109,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
125,
126
],
[
125,
127
],
[
127,
128
],
[
127,
129
],
[
121,
130
],
[
130,
131
],
[
130,
132
],
[
109,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
137,
138
],
[
137,
139
],
[
133,
140
],
[
140,
141
],
[
140,
142
],
[
142,
143
],
[
142,
144
],
[
8,
145
],
[
145,
146
],
[
146,
147
],
[
147,
148
],
[
147,
149
],
[
145,
150
],
[
153,
151
],
[
151,
152
],
[
152,
153
],
[
153,
154
],
[
153,
155
],
[
152,
156
],
[
151,
157
],
[
153,
158
],
[
6,
159
],
[
159,
160
]
] | [
"\nimport java.io.*;\n\n\nclass Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str2 = str.split(\" \",0);\n\tint[] num = new int[3];\n\tfor (int i = 0; i < 3; i++) {\n\t num[i] = Integer.parseInt(str2[i]);\n\t}\n\tint a,b,c,temp1,temp2;\n\tif (num[0]<=num[1]) {\n\t temp1 = num[1];\n\t temp2 = num[0];\n\t}\n\telse{\n\t temp1 = num[0];\n\t temp2 = num[1];\n\t}\n\tif (temp1<=num[2]) {\n\t a = num[2];\n\t b = temp1;\n\t c = temp2;\n\t}\n\telse if (temp1>=num[2] && num[2] >=temp2) {\n\t a = temp1;\n\t b = num[2];\n\t c = temp2;\n\t}\n\telse{\n\t a = temp1;\n\t b = temp2;\n\t c = num[2];\n\t}\n\tSystem.out.println(c+\" \"+b+\" \"+a);\t\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str2 = str.split(\" \",0);\n\tint[] num = new int[3];\n\tfor (int i = 0; i < 3; i++) {\n\t num[i] = Integer.parseInt(str2[i]);\n\t}\n\tint a,b,c,temp1,temp2;\n\tif (num[0]<=num[1]) {\n\t temp1 = num[1];\n\t temp2 = num[0];\n\t}\n\telse{\n\t temp1 = num[0];\n\t temp2 = num[1];\n\t}\n\tif (temp1<=num[2]) {\n\t a = num[2];\n\t b = temp1;\n\t c = temp2;\n\t}\n\telse if (temp1>=num[2] && num[2] >=temp2) {\n\t a = temp1;\n\t b = num[2];\n\t c = temp2;\n\t}\n\telse{\n\t a = temp1;\n\t b = temp2;\n\t c = num[2];\n\t}\n\tSystem.out.println(c+\" \"+b+\" \"+a);\t\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str2 = str.split(\" \",0);\n\tint[] num = new int[3];\n\tfor (int i = 0; i < 3; i++) {\n\t num[i] = Integer.parseInt(str2[i]);\n\t}\n\tint a,b,c,temp1,temp2;\n\tif (num[0]<=num[1]) {\n\t temp1 = num[1];\n\t temp2 = num[0];\n\t}\n\telse{\n\t temp1 = num[0];\n\t temp2 = num[1];\n\t}\n\tif (temp1<=num[2]) {\n\t a = num[2];\n\t b = temp1;\n\t c = temp2;\n\t}\n\telse if (temp1>=num[2] && num[2] >=temp2) {\n\t a = temp1;\n\t b = num[2];\n\t c = temp2;\n\t}\n\telse{\n\t a = temp1;\n\t b = temp2;\n\t c = num[2];\n\t}\n\tSystem.out.println(c+\" \"+b+\" \"+a);\t\n }",
"main",
"{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str2 = str.split(\" \",0);\n\tint[] num = new int[3];\n\tfor (int i = 0; i < 3; i++) {\n\t num[i] = Integer.parseInt(str2[i]);\n\t}\n\tint a,b,c,temp1,temp2;\n\tif (num[0]<=num[1]) {\n\t temp1 = num[1];\n\t temp2 = num[0];\n\t}\n\telse{\n\t temp1 = num[0];\n\t temp2 = num[1];\n\t}\n\tif (temp1<=num[2]) {\n\t a = num[2];\n\t b = temp1;\n\t c = temp2;\n\t}\n\telse if (temp1>=num[2] && num[2] >=temp2) {\n\t a = temp1;\n\t b = num[2];\n\t c = temp2;\n\t}\n\telse{\n\t a = temp1;\n\t b = temp2;\n\t c = num[2];\n\t}\n\tSystem.out.println(c+\" \"+b+\" \"+a);\t\n }",
"BufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] str2 = str.split(\" \",0);",
"str2",
"str.split(\" \",0)",
"str.split",
"str",
"\" \"",
"0",
"int[] num = new int[3];",
"num",
"new int[3]",
"3",
"for (int i = 0; i < 3; i++) {\n\t num[i] = Integer.parseInt(str2[i]);\n\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t num[i] = Integer.parseInt(str2[i]);\n\t}",
"{\n\t num[i] = Integer.parseInt(str2[i]);\n\t}",
"num[i] = Integer.parseInt(str2[i])",
"num[i]",
"num",
"i",
"Integer.parseInt(str2[i])",
"Integer.parseInt",
"Integer",
"str2[i]",
"str2",
"i",
"int a",
"a",
"b",
"b",
"c",
"c",
"temp1",
"temp1",
"temp2;",
"temp2",
"if (num[0]<=num[1]) {\n\t temp1 = num[1];\n\t temp2 = num[0];\n\t}\n\telse{\n\t temp1 = num[0];\n\t temp2 = num[1];\n\t}",
"num[0]<=num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"{\n\t temp1 = num[1];\n\t temp2 = num[0];\n\t}",
"temp1 = num[1]",
"temp1",
"num[1]",
"num",
"1",
"temp2 = num[0]",
"temp2",
"num[0]",
"num",
"0",
"{\n\t temp1 = num[0];\n\t temp2 = num[1];\n\t}",
"temp1 = num[0]",
"temp1",
"num[0]",
"num",
"0",
"temp2 = num[1]",
"temp2",
"num[1]",
"num",
"1",
"if (temp1<=num[2]) {\n\t a = num[2];\n\t b = temp1;\n\t c = temp2;\n\t}\n\telse if (temp1>=num[2] && num[2] >=temp2) {\n\t a = temp1;\n\t b = num[2];\n\t c = temp2;\n\t}\n\telse{\n\t a = temp1;\n\t b = temp2;\n\t c = num[2];\n\t}",
"temp1<=num[2]",
"temp1",
"num[2]",
"num",
"2",
"{\n\t a = num[2];\n\t b = temp1;\n\t c = temp2;\n\t}",
"a = num[2]",
"a",
"num[2]",
"num",
"2",
"b = temp1",
"b",
"temp1",
"c = temp2",
"c",
"temp2",
"if (temp1>=num[2] && num[2] >=temp2) {\n\t a = temp1;\n\t b = num[2];\n\t c = temp2;\n\t}\n\telse{\n\t a = temp1;\n\t b = temp2;\n\t c = num[2];\n\t}",
"temp1>=num[2] && num[2] >=temp2",
"temp1>=num[2]",
"temp1",
"num[2]",
"num",
"2",
"num[2] >=temp2",
"num[2]",
"num",
"2",
"temp2",
"{\n\t a = temp1;\n\t b = num[2];\n\t c = temp2;\n\t}",
"a = temp1",
"a",
"temp1",
"b = num[2]",
"b",
"num[2]",
"num",
"2",
"c = temp2",
"c",
"temp2",
"{\n\t a = temp1;\n\t b = temp2;\n\t c = num[2];\n\t}",
"a = temp1",
"a",
"temp1",
"b = temp2",
"b",
"temp2",
"c = num[2]",
"c",
"num[2]",
"num",
"2",
"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.*;
class Main {
public static void main(String[] args) throws IOException{
BufferedReader br =
new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] str2 = str.split(" ",0);
int[] num = new int[3];
for (int i = 0; i < 3; i++) {
num[i] = Integer.parseInt(str2[i]);
}
int a,b,c,temp1,temp2;
if (num[0]<=num[1]) {
temp1 = num[1];
temp2 = num[0];
}
else{
temp1 = num[0];
temp2 = num[1];
}
if (temp1<=num[2]) {
a = num[2];
b = temp1;
c = temp2;
}
else if (temp1>=num[2] && num[2] >=temp2) {
a = temp1;
b = num[2];
c = temp2;
}
else{
a = temp1;
b = temp2;
c = num[2];
}
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,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
138,
5
],
[
138,
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
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
36,
42
],
[
36,
43
],
[
36,
44
],
[
27,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
45,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
54,
60
],
[
54,
61
],
[
54,
62
],
[
45,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
63,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
72,
78
],
[
72,
79
],
[
72,
80
],
[
63,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
81,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
90,
96
],
[
90,
97
],
[
90,
98
],
[
81,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
104,
105
],
[
104,
106
],
[
99,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
108,
113
],
[
108,
114
],
[
108,
115
],
[
108,
116
],
[
99,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
122,
123
],
[
122,
124
],
[
117,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
126,
131
],
[
126,
132
],
[
126,
133
],
[
126,
134
],
[
6,
135
],
[
135,
136
],
[
0,
137
],
[
137,
138
],
[
137,
139
]
] | [
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b&&b<=c){\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }else if(a<=c&&c<=b){\n System.out.printf(\"%d %d %d\\n\",a,c,b);\n }else if(b<=a&&a<=c){\n System.out.printf(\"%d %d %d\\n\",b,a,c);\n }else if(b<=c&&c<=a){\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }else if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }\n \n \n \n }\n}\n\n",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b&&b<=c){\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }else if(a<=c&&c<=b){\n System.out.printf(\"%d %d %d\\n\",a,c,b);\n }else if(b<=a&&a<=c){\n System.out.printf(\"%d %d %d\\n\",b,a,c);\n }else if(b<=c&&c<=a){\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }else if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }\n \n \n \n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b&&b<=c){\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }else if(a<=c&&c<=b){\n System.out.printf(\"%d %d %d\\n\",a,c,b);\n }else if(b<=a&&a<=c){\n System.out.printf(\"%d %d %d\\n\",b,a,c);\n }else if(b<=c&&c<=a){\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }else if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }\n \n \n \n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b&&b<=c){\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }else if(a<=c&&c<=b){\n System.out.printf(\"%d %d %d\\n\",a,c,b);\n }else if(b<=a&&a<=c){\n System.out.printf(\"%d %d %d\\n\",b,a,c);\n }else if(b<=c&&c<=a){\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }else if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }\n \n \n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<=b&&b<=c){\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }else if(a<=c&&c<=b){\n System.out.printf(\"%d %d %d\\n\",a,c,b);\n }else if(b<=a&&a<=c){\n System.out.printf(\"%d %d %d\\n\",b,a,c);\n }else if(b<=c&&c<=a){\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }else if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }",
"a<=b&&b<=c",
"a<=b",
"a",
"b",
"b<=c",
"b",
"c",
"{\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }",
"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",
"if(a<=c&&c<=b){\n System.out.printf(\"%d %d %d\\n\",a,c,b);\n }else if(b<=a&&a<=c){\n System.out.printf(\"%d %d %d\\n\",b,a,c);\n }else if(b<=c&&c<=a){\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }else if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }",
"a<=c&&c<=b",
"a<=c",
"a",
"c",
"c<=b",
"c",
"b",
"{\n System.out.printf(\"%d %d %d\\n\",a,c,b);\n }",
"System.out.printf(\"%d %d %d\\n\",a,c,b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"a",
"c",
"b",
"if(b<=a&&a<=c){\n System.out.printf(\"%d %d %d\\n\",b,a,c);\n }else if(b<=c&&c<=a){\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }else if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }",
"b<=a&&a<=c",
"b<=a",
"b",
"a",
"a<=c",
"a",
"c",
"{\n System.out.printf(\"%d %d %d\\n\",b,a,c);\n }",
"System.out.printf(\"%d %d %d\\n\",b,a,c)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"b",
"a",
"c",
"if(b<=c&&c<=a){\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }else if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }",
"b<=c&&c<=a",
"b<=c",
"b",
"c",
"c<=a",
"c",
"a",
"{\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }",
"System.out.printf(\"%d %d %d\\n\",b,c,a)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"b",
"c",
"a",
"if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }",
"c<=a&&a<=b",
"c<=a",
"c",
"a",
"a<=b",
"a",
"b",
"{\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }",
"System.out.printf(\"%d %d %d\\n\",c,a,b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"c",
"a",
"b",
"if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }",
"c<=b&&b<=a",
"c<=b",
"c",
"b",
"b<=a",
"b",
"a",
"{\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }",
"System.out.printf(\"%d %d %d\\n\",c,b,a)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"c",
"b",
"a",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b&&b<=c){\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }else if(a<=c&&c<=b){\n System.out.printf(\"%d %d %d\\n\",a,c,b);\n }else if(b<=a&&a<=c){\n System.out.printf(\"%d %d %d\\n\",b,a,c);\n }else if(b<=c&&c<=a){\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }else if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }\n \n \n \n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b&&b<=c){\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }else if(a<=c&&c<=b){\n System.out.printf(\"%d %d %d\\n\",a,c,b);\n }else if(b<=a&&a<=c){\n System.out.printf(\"%d %d %d\\n\",b,a,c);\n }else if(b<=c&&c<=a){\n System.out.printf(\"%d %d %d\\n\",b,c,a);\n }else if(c<=a&&a<=b){\n System.out.printf(\"%d %d %d\\n\",c,a,b);\n }else if(c<=b&&b<=a){\n System.out.printf(\"%d %d %d\\n\",c,b,a);\n }\n \n \n \n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
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.printf("%d %d %d\n",a,b,c);
}else if(a<=c&&c<=b){
System.out.printf("%d %d %d\n",a,c,b);
}else if(b<=a&&a<=c){
System.out.printf("%d %d %d\n",b,a,c);
}else if(b<=c&&c<=a){
System.out.printf("%d %d %d\n",b,c,a);
}else if(c<=a&&a<=b){
System.out.printf("%d %d %d\n",c,a,b);
}else if(c<=b&&b<=a){
System.out.printf("%d %d %d\n",c,b,a);
}
}
}
|
[
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,
4,
18,
13,
17,
4,
18,
13,
13,
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,
2,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
82,
17
],
[
82,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
26,
31
],
[
20,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
20,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
36,
46
],
[
46,
47
],
[
47,
48
],
[
36,
49
],
[
50,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
51,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
76,
77
],
[
76,
78
],
[
18,
79
],
[
79,
80
],
[
0,
81
],
[
81,
82
],
[
81,
83
]
] | [
"\nimport java.util.Scanner;\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\npublic class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String a[] = br.readLine().split(\" \");\n Arrays.sort(a);\n for(int i=0;i<a.length;i++){\n if(i!=a.length-1){\n System.out.print(a[i]+\" \");\n }else{\n System.out.println(a[i]);\n }\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"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 public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String a[] = br.readLine().split(\" \");\n Arrays.sort(a);\n for(int i=0;i<a.length;i++){\n if(i!=a.length-1){\n System.out.print(a[i]+\" \");\n }else{\n System.out.println(a[i]);\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String a[] = br.readLine().split(\" \");\n Arrays.sort(a);\n for(int i=0;i<a.length;i++){\n if(i!=a.length-1){\n System.out.print(a[i]+\" \");\n }else{\n System.out.println(a[i]);\n }\n }\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String a[] = br.readLine().split(\" \");\n Arrays.sort(a);\n for(int i=0;i<a.length;i++){\n if(i!=a.length-1){\n System.out.print(a[i]+\" \");\n }else{\n System.out.println(a[i]);\n }\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String a[] = br.readLine().split(\" \");",
"a",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"Arrays.sort(a)",
"Arrays.sort",
"Arrays",
"a",
"for(int i=0;i<a.length;i++){\n if(i!=a.length-1){\n System.out.print(a[i]+\" \");\n }else{\n System.out.println(a[i]);\n }\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<a.length",
"i",
"a.length",
"a",
"a.length",
"i++",
"i++",
"i",
"{\n if(i!=a.length-1){\n System.out.print(a[i]+\" \");\n }else{\n System.out.println(a[i]);\n }\n }",
"{\n if(i!=a.length-1){\n System.out.print(a[i]+\" \");\n }else{\n System.out.println(a[i]);\n }\n }",
"if(i!=a.length-1){\n System.out.print(a[i]+\" \");\n }else{\n System.out.println(a[i]);\n }",
"i!=a.length-1",
"i",
"a.length-1",
"a.length",
"a",
"a.length",
"1",
"{\n System.out.print(a[i]+\" \");\n }",
"System.out.print(a[i]+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"a[i]+\" \"",
"a[i]",
"a",
"i",
"\" \"",
"{\n System.out.println(a[i]);\n }",
"System.out.println(a[i])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[i]",
"a",
"i",
"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 a[] = br.readLine().split(\" \");\n Arrays.sort(a);\n for(int i=0;i<a.length;i++){\n if(i!=a.length-1){\n System.out.print(a[i]+\" \");\n }else{\n System.out.println(a[i]);\n }\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 a[] = br.readLine().split(\" \");\n Arrays.sort(a);\n for(int i=0;i<a.length;i++){\n if(i!=a.length-1){\n System.out.print(a[i]+\" \");\n }else{\n System.out.println(a[i]);\n }\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
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 a[] = br.readLine().split(" ");
Arrays.sort(a);
for(int i=0;i<a.length;i++){
if(i!=a.length-1){
System.out.print(a[i]+" ");
}else{
System.out.println(a[i]);
}
}
}
} |
[
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,
4,
18,
18,
18,
13,
13,
13,
13,
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
],
[
104,
2
],
[
104,
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
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
47,
54
],
[
5,
55
],
[
55,
56
],
[
55,
57
],
[
5,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
65,
67
],
[
58,
68
],
[
68,
69
],
[
69,
70
],
[
58,
71
],
[
72,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
73,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
73,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
92,
94
],
[
5,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
3,
101
],
[
101,
102
],
[
0,
103
],
[
103,
104
],
[
103,
105
]
] | [
"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\tjava.util.Arrays.sort(nums);\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\tjava.util.Arrays.sort(nums);\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\tjava.util.Arrays.sort(nums);\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\tjava.util.Arrays.sort(nums);\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",
"java.util.Arrays.sort(nums)",
"java.util.Arrays.sort",
"java.util.Arrays",
"java.util",
"java",
"java.util",
"java.util.Arrays",
"nums",
"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\tjava.util.Arrays.sort(nums);\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\tjava.util.Arrays.sort(nums);\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] );
java.util.Arrays.sort(nums);
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,
15,
13,
17,
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,
20,
41,
13,
20,
4,
18,
18,
13,
13,
4,
18,
13,
23,
13,
6,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
4,
18,
4,
18,
13,
41,
13,
4,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
6,
13,
41,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
41,
13,
17,
41,
13,
20,
4,
18,
13,
4,
18,
18,
36,
13,
4,
18,
13,
4,
18,
18,
36,
13,
4,
18,
13,
4,
18,
18,
36,
13,
4,
18,
13,
13,
41,
13,
20,
28,
13,
13,
30,
30,
4,
18,
13,
13,
4,
18,
13,
17,
0,
13,
4,
18,
4,
18,
13,
29,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
234,
20
],
[
234,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
24,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
36,
43
],
[
43,
44
],
[
43,
45
],
[
36,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
51,
52
],
[
52,
53
],
[
21,
54
],
[
54,
55
],
[
0,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
56,
60
],
[
60,
61
],
[
56,
62
],
[
62,
63
],
[
56,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
66,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
76,
79
],
[
66,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
85,
86
],
[
84,
87
],
[
87,
88
],
[
87,
89
],
[
66,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
95,
96
],
[
94,
97
],
[
97,
98
],
[
97,
99
],
[
66,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
104,
105
],
[
105,
106
],
[
104,
107
],
[
107,
108
],
[
107,
109
],
[
64,
110
],
[
110,
111
],
[
56,
112
],
[
112,
113
],
[
112,
114
],
[
114,
115
],
[
115,
116
],
[
56,
117
],
[
117,
118
],
[
117,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
120,
124
],
[
117,
125
],
[
125,
126
],
[
56,
127
],
[
127,
128
],
[
127,
129
],
[
129,
130
],
[
130,
131
],
[
56,
132
],
[
132,
133
],
[
132,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
135,
139
],
[
132,
140
],
[
140,
141
],
[
56,
142
],
[
142,
143
],
[
142,
144
],
[
144,
145
],
[
145,
146
],
[
56,
147
],
[
147,
148
],
[
147,
149
],
[
149,
150
],
[
150,
151
],
[
151,
152
],
[
151,
153
],
[
150,
154
],
[
147,
155
],
[
155,
156
],
[
0,
157
],
[
157,
158
],
[
157,
159
],
[
159,
160
],
[
157,
161
],
[
161,
162
],
[
161,
163
],
[
163,
164
],
[
164,
165
],
[
165,
166
],
[
165,
167
],
[
164,
168
],
[
161,
169
],
[
169,
170
],
[
157,
171
],
[
171,
172
],
[
171,
173
],
[
173,
174
],
[
174,
175
],
[
174,
176
],
[
173,
177
],
[
177,
178
],
[
177,
179
],
[
173,
180
],
[
180,
181
],
[
181,
182
],
[
180,
183
],
[
183,
184
],
[
184,
185
],
[
185,
186
],
[
185,
187
],
[
173,
188
],
[
188,
189
],
[
189,
190
],
[
188,
191
],
[
191,
192
],
[
192,
193
],
[
193,
194
],
[
193,
195
],
[
173,
196
],
[
196,
197
],
[
197,
198
],
[
196,
199
],
[
199,
200
],
[
200,
201
],
[
201,
202
],
[
201,
203
],
[
173,
204
],
[
204,
205
],
[
205,
206
],
[
204,
207
],
[
173,
208
],
[
208,
209
],
[
208,
210
],
[
173,
211
],
[
211,
212
],
[
211,
213
],
[
211,
214
],
[
215,
215
],
[
215,
216
],
[
216,
217
],
[
217,
218
],
[
216,
219
],
[
215,
220
],
[
220,
221
],
[
221,
222
],
[
220,
223
],
[
173,
224
],
[
224,
225
],
[
224,
226
],
[
226,
227
],
[
227,
228
],
[
228,
229
],
[
229,
230
],
[
173,
231
],
[
231,
232
],
[
0,
233
],
[
233,
234
],
[
233,
235
]
] | [
"/*\n * Aizu Online Judge\n */\n\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.List;\n\n/**\n *\n * @author yoshkur\n */\npublic class Main {\n\n\t/**\n\t * @param args the command line arguments\n\t */\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}\n\nclass InputData {\n\n\tprivate Integer a;\n\tprivate Integer b;\n\tprivate Integer c;\n\n\tpublic InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.a = Integer.valueOf(values[0]);\n\t\tthis.b = Integer.valueOf(values[1]);\n\t\tthis.c = Integer.valueOf(values[2]);\n\t}\n\n\tpublic Integer getA() {\n\t\treturn a;\n\t}\n\n\tpublic void setA(Integer a) {\n\t\tthis.a = a;\n\t}\n\n\tpublic Integer getB() {\n\t\treturn b;\n\t}\n\n\tpublic void setB(Integer b) {\n\t\tthis.b = b;\n\t}\n\n\tpublic Integer getC() {\n\t\treturn c;\n\t}\n\n\tpublic void setC(Integer c) {\n\t\tthis.c = c;\n\t}\n}\n\nclass Processing {\n\n\tprivate InputData inputData;\n\n\tpublic Processing(InputData inputData) {\n\t\tthis.inputData = inputData;\n\t}\n\n\tpublic String getResult() {\n\t\tString result = null;\n\t\tList<Integer> list = new ArrayList<>();\n\t\tlist.add(this.inputData.getA());\n\t\tlist.add(this.inputData.getB());\n\t\tlist.add(this.inputData.getC());\n\t\tCollections.sort(list);\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (Integer i : list) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}\n\t\tresult = sb.toString().trim();\n\t\treturn result;\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.List;",
"List",
"java.util",
"public class Main {\n\n\t/**\n\t * @param args the command line arguments\n\t */\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}",
"Main",
"/**\n\t * @param args the command line arguments\n\t */\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}",
"try {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}",
"catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}",
"IOException | NumberFormatException e",
"{\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}",
"System.err.println(e.getLocalizedMessage())",
"System.err.println",
"System.err",
"System",
"System.err",
"e.getLocalizedMessage()",
"e.getLocalizedMessage",
"e",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"InputData inputData = new InputData(br);",
"inputData",
"new InputData(br)",
"Processing processing = new Processing(inputData);",
"processing",
"new Processing(inputData)",
"System.out.println(processing.getResult())",
"System.out.println",
"System.out",
"System",
"System.out",
"processing.getResult()",
"processing.getResult",
"processing",
"String[] args",
"args",
"class InputData {\n\n\tprivate Integer a;\n\tprivate Integer b;\n\tprivate Integer c;\n\n\tpublic InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.a = Integer.valueOf(values[0]);\n\t\tthis.b = Integer.valueOf(values[1]);\n\t\tthis.c = Integer.valueOf(values[2]);\n\t}\n\n\tpublic Integer getA() {\n\t\treturn a;\n\t}\n\n\tpublic void setA(Integer a) {\n\t\tthis.a = a;\n\t}\n\n\tpublic Integer getB() {\n\t\treturn b;\n\t}\n\n\tpublic void setB(Integer b) {\n\t\tthis.b = b;\n\t}\n\n\tpublic Integer getC() {\n\t\treturn c;\n\t}\n\n\tpublic void setC(Integer c) {\n\t\tthis.c = c;\n\t}\n}",
"InputData",
"private Integer a;",
"a",
"private Integer b;",
"b",
"private Integer c;",
"c",
"public InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.a = Integer.valueOf(values[0]);\n\t\tthis.b = Integer.valueOf(values[1]);\n\t\tthis.c = Integer.valueOf(values[2]);\n\t}",
"InputData",
"{\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.a = Integer.valueOf(values[0]);\n\t\tthis.b = Integer.valueOf(values[1]);\n\t\tthis.c = Integer.valueOf(values[2]);\n\t}",
"String line = br.readLine().trim();",
"line",
"br.readLine().trim()",
"br.readLine().trim",
"br.readLine()",
"br.readLine",
"br",
"String[] values = line.split(\" \");",
"values",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"this.a = Integer.valueOf(values[0])",
"this.a",
"this",
"this.a",
"Integer.valueOf(values[0])",
"Integer.valueOf",
"Integer",
"values[0]",
"values",
"0",
"this.b = Integer.valueOf(values[1])",
"this.b",
"this",
"this.b",
"Integer.valueOf(values[1])",
"Integer.valueOf",
"Integer",
"values[1]",
"values",
"1",
"this.c = Integer.valueOf(values[2])",
"this.c",
"this",
"this.c",
"Integer.valueOf(values[2])",
"Integer.valueOf",
"Integer",
"values[2]",
"values",
"2",
"BufferedReader br",
"br",
"public Integer getA() {\n\t\treturn a;\n\t}",
"getA",
"{\n\t\treturn a;\n\t}",
"return a;",
"a",
"public void setA(Integer a) {\n\t\tthis.a = a;\n\t}",
"setA",
"{\n\t\tthis.a = a;\n\t}",
"this.a = a",
"this.a",
"this",
"this.a",
"a",
"Integer a",
"a",
"public Integer getB() {\n\t\treturn b;\n\t}",
"getB",
"{\n\t\treturn b;\n\t}",
"return b;",
"b",
"public void setB(Integer b) {\n\t\tthis.b = b;\n\t}",
"setB",
"{\n\t\tthis.b = b;\n\t}",
"this.b = b",
"this.b",
"this",
"this.b",
"b",
"Integer b",
"b",
"public Integer getC() {\n\t\treturn c;\n\t}",
"getC",
"{\n\t\treturn c;\n\t}",
"return c;",
"c",
"public void setC(Integer c) {\n\t\tthis.c = c;\n\t}",
"setC",
"{\n\t\tthis.c = c;\n\t}",
"this.c = c",
"this.c",
"this",
"this.c",
"c",
"Integer c",
"c",
"class Processing {\n\n\tprivate InputData inputData;\n\n\tpublic Processing(InputData inputData) {\n\t\tthis.inputData = inputData;\n\t}\n\n\tpublic String getResult() {\n\t\tString result = null;\n\t\tList<Integer> list = new ArrayList<>();\n\t\tlist.add(this.inputData.getA());\n\t\tlist.add(this.inputData.getB());\n\t\tlist.add(this.inputData.getC());\n\t\tCollections.sort(list);\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (Integer i : list) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}\n\t\tresult = sb.toString().trim();\n\t\treturn result;\n\t}\n}",
"Processing",
"private InputData inputData;",
"inputData",
"public Processing(InputData inputData) {\n\t\tthis.inputData = inputData;\n\t}",
"Processing",
"{\n\t\tthis.inputData = inputData;\n\t}",
"this.inputData = inputData",
"this.inputData",
"this",
"this.inputData",
"inputData",
"InputData inputData",
"inputData",
"public String getResult() {\n\t\tString result = null;\n\t\tList<Integer> list = new ArrayList<>();\n\t\tlist.add(this.inputData.getA());\n\t\tlist.add(this.inputData.getB());\n\t\tlist.add(this.inputData.getC());\n\t\tCollections.sort(list);\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (Integer i : list) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}\n\t\tresult = sb.toString().trim();\n\t\treturn result;\n\t}",
"getResult",
"{\n\t\tString result = null;\n\t\tList<Integer> list = new ArrayList<>();\n\t\tlist.add(this.inputData.getA());\n\t\tlist.add(this.inputData.getB());\n\t\tlist.add(this.inputData.getC());\n\t\tCollections.sort(list);\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (Integer i : list) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}\n\t\tresult = sb.toString().trim();\n\t\treturn result;\n\t}",
"String result = null;",
"result",
"null",
"List<Integer> list = new ArrayList<>();",
"list",
"new ArrayList<>()",
"list.add(this.inputData.getA())",
"list.add",
"list",
"this.inputData.getA()",
"this.inputData.getA",
"this.inputData",
"this",
"this.inputData",
"list.add(this.inputData.getB())",
"list.add",
"list",
"this.inputData.getB()",
"this.inputData.getB",
"this.inputData",
"this",
"this.inputData",
"list.add(this.inputData.getC())",
"list.add",
"list",
"this.inputData.getC()",
"this.inputData.getC",
"this.inputData",
"this",
"this.inputData",
"Collections.sort(list)",
"Collections.sort",
"Collections",
"list",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"for (Integer i : list) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}",
"Integer i",
"list",
"{\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}",
"{\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}",
"sb.append(i)",
"sb.append",
"sb",
"i",
"sb.append(\" \")",
"sb.append",
"sb",
"\" \"",
"result = sb.toString().trim()",
"result",
"sb.toString().trim()",
"sb.toString().trim",
"sb.toString()",
"sb.toString",
"sb",
"return result;",
"result",
"public class Main {\n\n\t/**\n\t * @param args the command line arguments\n\t */\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}",
"public class Main {\n\n\t/**\n\t * @param args the command line arguments\n\t */\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}",
"Main"
] | /*
* Aizu Online Judge
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
*
* @author yoshkur
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
InputData inputData = new InputData(br);
Processing processing = new Processing(inputData);
System.out.println(processing.getResult());
} catch (IOException | NumberFormatException e) {
System.err.println(e.getLocalizedMessage());
}
}
}
class InputData {
private Integer a;
private Integer b;
private Integer c;
public InputData(BufferedReader br) throws IOException {
String line = br.readLine().trim();
String[] values = line.split(" ");
this.a = Integer.valueOf(values[0]);
this.b = Integer.valueOf(values[1]);
this.c = Integer.valueOf(values[2]);
}
public Integer getA() {
return a;
}
public void setA(Integer a) {
this.a = a;
}
public Integer getB() {
return b;
}
public void setB(Integer b) {
this.b = b;
}
public Integer getC() {
return c;
}
public void setC(Integer c) {
this.c = c;
}
}
class Processing {
private InputData inputData;
public Processing(InputData inputData) {
this.inputData = inputData;
}
public String getResult() {
String result = null;
List<Integer> list = new ArrayList<>();
list.add(this.inputData.getA());
list.add(this.inputData.getB());
list.add(this.inputData.getC());
Collections.sort(list);
StringBuilder sb = new StringBuilder();
for (Integer i : list) {
sb.append(i);
sb.append(" ");
}
result = sb.toString().trim();
return result;
}
} |
[
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,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
71,
8
],
[
71,
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
],
[
27,
28
],
[
26,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
35,
37
],
[
11,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
11,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
11,
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
],
[
9,
68
],
[
68,
69
],
[
0,
70
],
[
70,
71
],
[
70,
72
]
] | [
"import java.io.*;\nimport java.util.Arrays;\n\npublic class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tArrays.sort(str);\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tArrays.sort(str);\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tArrays.sort(str);\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tArrays.sort(str);\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}",
"BufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));",
"br",
"new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in))",
"String line=br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] str = line.split(\" \");",
"str",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"Arrays.sort(str)",
"Arrays.sort",
"Arrays",
"str",
"int a=Integer.parseInt(str[0]);",
"a",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int b=Integer.parseInt(str[1]);",
"b",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"int c=Integer.parseInt(str[2]);",
"c",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"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\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tArrays.sort(str);\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\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\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tArrays.sort(str);\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"Main"
] | import java.io.*;
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();
String[] str = line.split(" ");
Arrays.sort(str);
int a=Integer.parseInt(str[0]);
int b=Integer.parseInt(str[1]);
int c=Integer.parseInt(str[2]);
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,
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
] | [
[
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
],
[
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
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\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 work;\n if(c < a) {\n work = a;\n a = c;\n c = work;\n }\n if(c < b) {\n work = b;\n b = c;\n c = work;\n }\n if(b < a) {\n work = a;\n a = b;\n b = work;\n }\n System.out.println(a + \" \" + b + \" \" + c);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\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 work;\n if(c < a) {\n work = a;\n a = c;\n c = work;\n }\n if(c < b) {\n work = b;\n b = c;\n c = work;\n }\n if(b < a) {\n work = a;\n a = b;\n b = work;\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 work;\n if(c < a) {\n work = a;\n a = c;\n c = work;\n }\n if(c < b) {\n work = b;\n b = c;\n c = work;\n }\n if(b < a) {\n work = a;\n a = b;\n b = work;\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 work;\n if(c < a) {\n work = a;\n a = c;\n c = work;\n }\n if(c < b) {\n work = b;\n b = c;\n c = work;\n }\n if(b < a) {\n work = a;\n a = b;\n b = work;\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 work;",
"work",
"if(c < a) {\n work = a;\n a = c;\n c = work;\n }",
"c < a",
"c",
"a",
"{\n work = a;\n a = c;\n c = work;\n }",
"work = a",
"work",
"a",
"a = c",
"a",
"c",
"c = work",
"c",
"work",
"if(c < b) {\n work = b;\n b = c;\n c = work;\n }",
"c < b",
"c",
"b",
"{\n work = b;\n b = c;\n c = work;\n }",
"work = b",
"work",
"b",
"b = c",
"b",
"c",
"c = work",
"c",
"work",
"if(b < a) {\n work = a;\n a = b;\n b = work;\n }",
"b < a",
"b",
"a",
"{\n work = a;\n a = b;\n b = work;\n }",
"work = a",
"work",
"a",
"a = b",
"a",
"b",
"b = work",
"b",
"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",
"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 work;
if(c < a) {
work = a;
a = c;
c = work;
}
if(c < b) {
work = b;
b = c;
c = work;
}
if(b < a) {
work = a;
a = b;
b = work;
}
System.out.println(a + " " + b + " " + c);
}
} |
[
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,
13,
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,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
109,
5
],
[
109,
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
],
[
30,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
43,
44
],
[
43,
45
],
[
38,
46
],
[
46,
47
],
[
47,
48
],
[
38,
49
],
[
50,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
56,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
59,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
69,
71
],
[
59,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
8,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
85,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
84,
90
],
[
90,
91
],
[
90,
92
],
[
83,
93
],
[
85,
94
],
[
94,
95
],
[
94,
96
],
[
109,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
103,
104
],
[
104,
105
],
[
97,
106
],
[
106,
107
],
[
0,
108
],
[
108,
109
],
[
108,
110
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tvoid sort(){\n\t\tint a[] = new int[3];\n\t\tint tmp;\n\t\tScanner s = new Scanner(System.in);\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = s.nextInt();\n\t\t\tfor(int j = 0;j < i;j++){\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.sort();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tvoid sort(){\n\t\tint a[] = new int[3];\n\t\tint tmp;\n\t\tScanner s = new Scanner(System.in);\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = s.nextInt();\n\t\t\tfor(int j = 0;j < i;j++){\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.sort();\n\t}\n}",
"Main",
"void sort(){\n\t\tint a[] = new int[3];\n\t\tint tmp;\n\t\tScanner s = new Scanner(System.in);\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = s.nextInt();\n\t\t\tfor(int j = 0;j < i;j++){\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"sort",
"{\n\t\tint a[] = new int[3];\n\t\tint tmp;\n\t\tScanner s = new Scanner(System.in);\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = s.nextInt();\n\t\t\tfor(int j = 0;j < i;j++){\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"int a[] = new int[3];",
"a",
"new int[3]",
"3",
"int tmp;",
"tmp",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"for(int i = 0;i < 3;i++){\n\t\t\ta[i] = s.nextInt();\n\t\t\tfor(int j = 0;j < i;j++){\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = 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\ta[i] = s.nextInt();\n\t\t\tfor(int j = 0;j < i;j++){\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\ta[i] = s.nextInt();\n\t\t\tfor(int j = 0;j < i;j++){\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"a[i] = s.nextInt()",
"a[i]",
"a",
"i",
"s.nextInt()",
"s.nextInt",
"s",
"for(int j = 0;j < i;j++){\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}",
"int j = 0;",
"int j = 0;",
"j",
"0",
"j < i",
"j",
"i",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}",
"if(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}",
"a[j] > a[i]",
"a[j]",
"a",
"j",
"a[i]",
"a",
"i",
"{\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}",
"tmp = a[j]",
"tmp",
"a[j]",
"a",
"j",
"a[j] = a[i]",
"a[j]",
"a",
"j",
"a[i]",
"a",
"i",
"a[i] = tmp",
"a[i]",
"a",
"i",
"tmp",
"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 static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.sort();\n\t}",
"main",
"{\n\t\tMain m = new Main();\n\t\tm.sort();\n\t}",
"Main m = new Main();",
"m",
"new Main()",
"m.sort()",
"m.sort",
"m",
"String args[]",
"args",
"public class Main {\n\tvoid sort(){\n\t\tint a[] = new int[3];\n\t\tint tmp;\n\t\tScanner s = new Scanner(System.in);\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = s.nextInt();\n\t\t\tfor(int j = 0;j < i;j++){\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.sort();\n\t}\n}",
"public class Main {\n\tvoid sort(){\n\t\tint a[] = new int[3];\n\t\tint tmp;\n\t\tScanner s = new Scanner(System.in);\n\t\tfor(int i = 0;i < 3;i++){\n\t\t\ta[i] = s.nextInt();\n\t\t\tfor(int j = 0;j < i;j++){\n\t\t\t\tif(a[j] > a[i]){\n\t\t\t\t\ttmp = a[j];\n\t\t\t\t\ta[j] = a[i];\n\t\t\t\t\ta[i] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.sort();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
void sort(){
int a[] = new int[3];
int tmp;
Scanner s = new Scanner(System.in);
for(int i = 0;i < 3;i++){
a[i] = s.nextInt();
for(int j = 0;j < i;j++){
if(a[j] > a[i]){
tmp = a[j];
a[j] = a[i];
a[i] = tmp;
}
}
}
System.out.println(a[0] + " " + a[1] + " " + a[2]);
}
public static void main(String args[]){
Main m = new Main();
m.sort();
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
39,
4,
18,
13,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
51,
5
],
[
51,
6
],
[
6,
7
],
[
6,
8
],
[
51,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
11,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
11,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
36,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
35,
41
],
[
41,
42
],
[
41,
43
],
[
34,
44
],
[
36,
45
],
[
45,
46
],
[
45,
47
],
[
9,
48
],
[
48,
49
],
[
0,
50
],
[
50,
51
],
[
50,
52
]
] | [
"import java.util.*;\n\npublic class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int[] ary = {scn.nextInt(), scn.nextInt(), scn.nextInt()};\n Arrays.sort(ary);\n System.out.println(ary[0] + \" \" + ary[1] + \" \" + ary[2]);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int[] ary = {scn.nextInt(), scn.nextInt(), scn.nextInt()};\n Arrays.sort(ary);\n System.out.println(ary[0] + \" \" + ary[1] + \" \" + ary[2]);\n }\n}",
"Main",
"private static final Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"public static void main(String[] args) {\n int[] ary = {scn.nextInt(), scn.nextInt(), scn.nextInt()};\n Arrays.sort(ary);\n System.out.println(ary[0] + \" \" + ary[1] + \" \" + ary[2]);\n }",
"main",
"{\n int[] ary = {scn.nextInt(), scn.nextInt(), scn.nextInt()};\n Arrays.sort(ary);\n System.out.println(ary[0] + \" \" + ary[1] + \" \" + ary[2]);\n }",
"int[] ary = {scn.nextInt(), scn.nextInt(), scn.nextInt()};",
"ary",
"{scn.nextInt(), scn.nextInt(), scn.nextInt()}",
"scn.nextInt()",
"scn.nextInt",
"scn",
"scn.nextInt()",
"scn.nextInt",
"scn",
"scn.nextInt()",
"scn.nextInt",
"scn",
"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",
"public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int[] ary = {scn.nextInt(), scn.nextInt(), scn.nextInt()};\n Arrays.sort(ary);\n System.out.println(ary[0] + \" \" + ary[1] + \" \" + ary[2]);\n }\n}",
"public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int[] ary = {scn.nextInt(), scn.nextInt(), scn.nextInt()};\n Arrays.sort(ary);\n System.out.println(ary[0] + \" \" + ary[1] + \" \" + ary[2]);\n }\n}",
"Main"
] | import java.util.*;
public class Main {
private static final Scanner scn = new Scanner(System.in);
public static void main(String[] args) {
int[] ary = {scn.nextInt(), scn.nextInt(), scn.nextInt()};
Arrays.sort(ary);
System.out.println(ary[0] + " " + ary[1] + " " + ary[2]);
}
} |
[
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,
20,
17,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
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
],
[
90,
5
],
[
90,
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
],
[
44,
46
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
8,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
8,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
8,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
75,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
74,
80
],
[
80,
81
],
[
80,
82
],
[
73,
83
],
[
75,
84
],
[
84,
85
],
[
84,
86
],
[
6,
87
],
[
87,
88
],
[
0,
89
],
[
89,
90
],
[
89,
91
]
] | [
"import java.util.Arrays;\n\npublic 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 a = Integer.parseInt(input2[0]);\n\t\tint b = Integer.parseInt(input2[1]);\n\t\tint c = Integer.parseInt(input2[2]);\n\t\tint[] s = new int[3];\n\t\ts[0] = a;\n\t\ts[1] = b;\n\t\ts[2] = c;\n\t\tArrays.sort(s);\n\t\tSystem.out.println(s[0] + \" \" + s[1] + \" \" + s[2]);\n\t}\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"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 a = Integer.parseInt(input2[0]);\n\t\tint b = Integer.parseInt(input2[1]);\n\t\tint c = Integer.parseInt(input2[2]);\n\t\tint[] s = new int[3];\n\t\ts[0] = a;\n\t\ts[1] = b;\n\t\ts[2] = c;\n\t\tArrays.sort(s);\n\t\tSystem.out.println(s[0] + \" \" + s[1] + \" \" + s[2]);\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 a = Integer.parseInt(input2[0]);\n\t\tint b = Integer.parseInt(input2[1]);\n\t\tint c = Integer.parseInt(input2[2]);\n\t\tint[] s = new int[3];\n\t\ts[0] = a;\n\t\ts[1] = b;\n\t\ts[2] = c;\n\t\tArrays.sort(s);\n\t\tSystem.out.println(s[0] + \" \" + s[1] + \" \" + s[2]);\n\t}",
"main",
"{\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] input2 = input.split(\" \");\n\t\tint a = Integer.parseInt(input2[0]);\n\t\tint b = Integer.parseInt(input2[1]);\n\t\tint c = Integer.parseInt(input2[2]);\n\t\tint[] s = new int[3];\n\t\ts[0] = a;\n\t\ts[1] = b;\n\t\ts[2] = c;\n\t\tArrays.sort(s);\n\t\tSystem.out.println(s[0] + \" \" + s[1] + \" \" + s[2]);\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 a = Integer.parseInt(input2[0]);",
"a",
"Integer.parseInt(input2[0])",
"Integer.parseInt",
"Integer",
"input2[0]",
"input2",
"0",
"int b = Integer.parseInt(input2[1]);",
"b",
"Integer.parseInt(input2[1])",
"Integer.parseInt",
"Integer",
"input2[1]",
"input2",
"1",
"int c = Integer.parseInt(input2[2]);",
"c",
"Integer.parseInt(input2[2])",
"Integer.parseInt",
"Integer",
"input2[2]",
"input2",
"2",
"int[] s = new int[3];",
"s",
"new int[3]",
"3",
"s[0] = a",
"s[0]",
"s",
"0",
"a",
"s[1] = b",
"s[1]",
"s",
"1",
"b",
"s[2] = c",
"s[2]",
"s",
"2",
"c",
"Arrays.sort(s)",
"Arrays.sort",
"Arrays",
"s",
"System.out.println(s[0] + \" \" + s[1] + \" \" + s[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"s[0] + \" \" + s[1] + \" \" + s[2]",
"\" \"",
"s[1]",
"s[0] + \" \" + s[1] + \" \" + s[2]",
"s[0]",
"s",
"0",
"\" \"",
"s[1]",
"s",
"1",
"\" \"",
"s[2]",
"s",
"2",
"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 a = Integer.parseInt(input2[0]);\n\t\tint b = Integer.parseInt(input2[1]);\n\t\tint c = Integer.parseInt(input2[2]);\n\t\tint[] s = new int[3];\n\t\ts[0] = a;\n\t\ts[1] = b;\n\t\ts[2] = c;\n\t\tArrays.sort(s);\n\t\tSystem.out.println(s[0] + \" \" + s[1] + \" \" + s[2]);\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 a = Integer.parseInt(input2[0]);\n\t\tint b = Integer.parseInt(input2[1]);\n\t\tint c = Integer.parseInt(input2[2]);\n\t\tint[] s = new int[3];\n\t\ts[0] = a;\n\t\ts[1] = b;\n\t\ts[2] = c;\n\t\tArrays.sort(s);\n\t\tSystem.out.println(s[0] + \" \" + s[1] + \" \" + s[2]);\n\t}\n}",
"Main"
] | import java.util.Arrays;
public class Main {
public static void main(String[] args) {
String input = new java.util.Scanner(System.in).nextLine();
String[] input2 = input.split(" ");
int a = Integer.parseInt(input2[0]);
int b = Integer.parseInt(input2[1]);
int c = Integer.parseInt(input2[2]);
int[] s = new int[3];
s[0] = a;
s[1] = b;
s[2] = c;
Arrays.sort(s);
System.out.println(s[0] + " " + s[1] + " " + s[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,
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,
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
],
[
77,
8
],
[
77,
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
],
[
51,
52
],
[
50,
53
],
[
11,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
62,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
61,
67
],
[
67,
68
],
[
67,
69
],
[
60,
70
],
[
62,
71
],
[
71,
72
],
[
71,
73
],
[
9,
74
],
[
74,
75
],
[
0,
76
],
[
76,
77
],
[
76,
78
]
] | [
"import java.io.*;\nimport java.util.*;\n \npublic class Main{\n public static void main(String[] args) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s=br.readLine();\n String[] spl=s.split(\" \");\n int a=Integer.parseInt(spl[0]);\n int b=Integer.parseInt(spl[1]);\n int c=Integer.parseInt(spl[2]);\n \n \t\tArrays.sort(spl);\n \t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n \n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s=br.readLine();\n String[] spl=s.split(\" \");\n int a=Integer.parseInt(spl[0]);\n int b=Integer.parseInt(spl[1]);\n int c=Integer.parseInt(spl[2]);\n \n \t\tArrays.sort(spl);\n \t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n \n }\n}",
"Main",
"public static void main(String[] args) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s=br.readLine();\n String[] spl=s.split(\" \");\n int a=Integer.parseInt(spl[0]);\n int b=Integer.parseInt(spl[1]);\n int c=Integer.parseInt(spl[2]);\n \n \t\tArrays.sort(spl);\n \t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n \n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s=br.readLine();\n String[] spl=s.split(\" \");\n int a=Integer.parseInt(spl[0]);\n int b=Integer.parseInt(spl[1]);\n int c=Integer.parseInt(spl[2]);\n \n \t\tArrays.sort(spl);\n \t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n \n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String s=br.readLine();",
"s",
"br.readLine()",
"br.readLine",
"br",
"String[] spl=s.split(\" \");",
"spl",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"int a=Integer.parseInt(spl[0]);",
"a",
"Integer.parseInt(spl[0])",
"Integer.parseInt",
"Integer",
"spl[0]",
"spl",
"0",
"int b=Integer.parseInt(spl[1]);",
"b",
"Integer.parseInt(spl[1])",
"Integer.parseInt",
"Integer",
"spl[1]",
"spl",
"1",
"int c=Integer.parseInt(spl[2]);",
"c",
"Integer.parseInt(spl[2])",
"Integer.parseInt",
"Integer",
"spl[2]",
"spl",
"2",
"Arrays.sort(spl)",
"Arrays.sort",
"Arrays",
"spl",
"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",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s=br.readLine();\n String[] spl=s.split(\" \");\n int a=Integer.parseInt(spl[0]);\n int b=Integer.parseInt(spl[1]);\n int c=Integer.parseInt(spl[2]);\n \n \t\tArrays.sort(spl);\n \t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n \n }\n}",
"public class Main{\n public static void main(String[] args) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s=br.readLine();\n String[] spl=s.split(\" \");\n int a=Integer.parseInt(spl[0]);\n int b=Integer.parseInt(spl[1]);\n int c=Integer.parseInt(spl[2]);\n \n \t\tArrays.sort(spl);\n \t\tSystem.out.println(spl[0]+\" \"+spl[1]+\" \"+spl[2]);\n \n }\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main{
public static void main(String[] args) throws Exception{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String s=br.readLine();
String[] spl=s.split(" ");
int a=Integer.parseInt(spl[0]);
int b=Integer.parseInt(spl[1]);
int c=Integer.parseInt(spl[2]);
Arrays.sort(spl);
System.out.println(spl[0]+" "+spl[1]+" "+spl[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
40,
17,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
4,
18,
13,
18,
13,
17,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
41,
13,
20,
28,
13,
13,
30,
30,
4,
18,
13,
17,
4,
18,
13,
13,
4,
18,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
113,
11
],
[
113,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
22,
23
],
[
15,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
24,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
24,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
48
],
[
24,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
56,
58
],
[
24,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
66,
68
],
[
24,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
71,
74
],
[
24,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
24,
79
],
[
79,
80
],
[
79,
81
],
[
24,
82
],
[
82,
83
],
[
82,
84
],
[
82,
85
],
[
86,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
87,
90
],
[
86,
91
],
[
91,
92
],
[
92,
93
],
[
91,
94
],
[
24,
95
],
[
95,
96
],
[
96,
97
],
[
95,
98
],
[
24,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
104,
105
],
[
105,
106
],
[
24,
107
],
[
107,
108
],
[
108,
109
],
[
12,
110
],
[
110,
111
],
[
0,
112
],
[
112,
113
],
[
112,
114
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\npublic class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int input1 = Integer.valueOf(inputStr[0]).intValue();\n int input2 = Integer.valueOf(inputStr[1]).intValue();\n int input3 = Integer.valueOf(inputStr[2]).intValue();\n\n int[] unsortedInt = {input1, input2, input3};\n Arrays.sort(unsortedInt);\n \n StringBuilder sb = new StringBuilder();\n for(int i: unsortedInt) {\n sb.append(\" \");\n sb.append(i);\n }\n sb.deleteCharAt(0);\n System.out.println(sb.toString());\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \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\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int input1 = Integer.valueOf(inputStr[0]).intValue();\n int input2 = Integer.valueOf(inputStr[1]).intValue();\n int input3 = Integer.valueOf(inputStr[2]).intValue();\n\n int[] unsortedInt = {input1, input2, input3};\n Arrays.sort(unsortedInt);\n \n StringBuilder sb = new StringBuilder();\n for(int i: unsortedInt) {\n sb.append(\" \");\n sb.append(i);\n }\n sb.deleteCharAt(0);\n System.out.println(sb.toString());\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }\n}",
"Main",
"public static void main(String[] args) {\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int input1 = Integer.valueOf(inputStr[0]).intValue();\n int input2 = Integer.valueOf(inputStr[1]).intValue();\n int input3 = Integer.valueOf(inputStr[2]).intValue();\n\n int[] unsortedInt = {input1, input2, input3};\n Arrays.sort(unsortedInt);\n \n StringBuilder sb = new StringBuilder();\n for(int i: unsortedInt) {\n sb.append(\" \");\n sb.append(i);\n }\n sb.deleteCharAt(0);\n System.out.println(sb.toString());\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }",
"main",
"{\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int input1 = Integer.valueOf(inputStr[0]).intValue();\n int input2 = Integer.valueOf(inputStr[1]).intValue();\n int input3 = Integer.valueOf(inputStr[2]).intValue();\n\n int[] unsortedInt = {input1, input2, input3};\n Arrays.sort(unsortedInt);\n \n StringBuilder sb = new StringBuilder();\n for(int i: unsortedInt) {\n sb.append(\" \");\n sb.append(i);\n }\n sb.deleteCharAt(0);\n System.out.println(sb.toString());\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }",
"try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int input1 = Integer.valueOf(inputStr[0]).intValue();\n int input2 = Integer.valueOf(inputStr[1]).intValue();\n int input3 = Integer.valueOf(inputStr[2]).intValue();\n\n int[] unsortedInt = {input1, input2, input3};\n Arrays.sort(unsortedInt);\n \n StringBuilder sb = new StringBuilder();\n for(int i: unsortedInt) {\n sb.append(\" \");\n sb.append(i);\n }\n sb.deleteCharAt(0);\n System.out.println(sb.toString());\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n }",
"catch (Exception e) {\n System.exit(-1);\n }",
"Exception e",
"{\n System.exit(-1);\n }",
"System.exit(-1)",
"System.exit",
"System",
"-1",
"1",
"{\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int input1 = Integer.valueOf(inputStr[0]).intValue();\n int input2 = Integer.valueOf(inputStr[1]).intValue();\n int input3 = Integer.valueOf(inputStr[2]).intValue();\n\n int[] unsortedInt = {input1, input2, input3};\n Arrays.sort(unsortedInt);\n \n StringBuilder sb = new StringBuilder();\n for(int i: unsortedInt) {\n sb.append(\" \");\n sb.append(i);\n }\n sb.deleteCharAt(0);\n System.out.println(sb.toString());\n\n stdReader.close();\n }",
"BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));",
"stdReader",
"new BufferedReader( new InputStreamReader(System.in))",
"String sStr = stdReader.readLine();",
"sStr",
"stdReader.readLine()",
"stdReader.readLine",
"stdReader",
"String[] inputStr = sStr.split(\" \");",
"inputStr",
"sStr.split(\" \")",
"sStr.split",
"sStr",
"\" \"",
"int input1 = Integer.valueOf(inputStr[0]).intValue();",
"input1",
"Integer.valueOf(inputStr[0]).intValue()",
"Integer.valueOf(inputStr[0]).intValue",
"Integer.valueOf(inputStr[0])",
"Integer.valueOf",
"Integer",
"inputStr[0]",
"inputStr",
"0",
"int input2 = Integer.valueOf(inputStr[1]).intValue();",
"input2",
"Integer.valueOf(inputStr[1]).intValue()",
"Integer.valueOf(inputStr[1]).intValue",
"Integer.valueOf(inputStr[1])",
"Integer.valueOf",
"Integer",
"inputStr[1]",
"inputStr",
"1",
"int input3 = Integer.valueOf(inputStr[2]).intValue();",
"input3",
"Integer.valueOf(inputStr[2]).intValue()",
"Integer.valueOf(inputStr[2]).intValue",
"Integer.valueOf(inputStr[2])",
"Integer.valueOf",
"Integer",
"inputStr[2]",
"inputStr",
"2",
"int[] unsortedInt = {input1, input2, input3};",
"unsortedInt",
"{input1, input2, input3}",
"input1",
"input2",
"input3",
"Arrays.sort(unsortedInt)",
"Arrays.sort",
"Arrays",
"unsortedInt",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"for(int i: unsortedInt) {\n sb.append(\" \");\n sb.append(i);\n }",
"int i",
"unsortedInt",
"{\n sb.append(\" \");\n sb.append(i);\n }",
"{\n sb.append(\" \");\n sb.append(i);\n }",
"sb.append(\" \")",
"sb.append",
"sb",
"\" \"",
"sb.append(i)",
"sb.append",
"sb",
"i",
"sb.deleteCharAt(0)",
"sb.deleteCharAt",
"sb",
"0",
"System.out.println(sb.toString())",
"System.out.println",
"System.out",
"System",
"System.out",
"sb.toString()",
"sb.toString",
"sb",
"stdReader.close()",
"stdReader.close",
"stdReader",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int input1 = Integer.valueOf(inputStr[0]).intValue();\n int input2 = Integer.valueOf(inputStr[1]).intValue();\n int input3 = Integer.valueOf(inputStr[2]).intValue();\n\n int[] unsortedInt = {input1, input2, input3};\n Arrays.sort(unsortedInt);\n \n StringBuilder sb = new StringBuilder();\n for(int i: unsortedInt) {\n sb.append(\" \");\n sb.append(i);\n }\n sb.deleteCharAt(0);\n System.out.println(sb.toString());\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int input1 = Integer.valueOf(inputStr[0]).intValue();\n int input2 = Integer.valueOf(inputStr[1]).intValue();\n int input3 = Integer.valueOf(inputStr[2]).intValue();\n\n int[] unsortedInt = {input1, input2, input3};\n Arrays.sort(unsortedInt);\n \n StringBuilder sb = new StringBuilder();\n for(int i: unsortedInt) {\n sb.append(\" \");\n sb.append(i);\n }\n sb.deleteCharAt(0);\n System.out.println(sb.toString());\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
try {
BufferedReader stdReader =
new BufferedReader( new InputStreamReader(System.in));
String sStr = stdReader.readLine();
String[] inputStr = sStr.split(" ");
int input1 = Integer.valueOf(inputStr[0]).intValue();
int input2 = Integer.valueOf(inputStr[1]).intValue();
int input3 = Integer.valueOf(inputStr[2]).intValue();
int[] unsortedInt = {input1, input2, input3};
Arrays.sort(unsortedInt);
StringBuilder sb = new StringBuilder();
for(int i: unsortedInt) {
sb.append(" ");
sb.append(i);
}
sb.deleteCharAt(0);
System.out.println(sb.toString());
stdReader.close();
} catch (Exception e) {
System.exit(-1);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
39,
13,
13,
13,
4,
18,
18,
18,
13,
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
],
[
81,
5
],
[
81,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
14,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
46,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
50,
57
],
[
8,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
66,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
65,
71
],
[
71,
72
],
[
71,
73
],
[
64,
74
],
[
66,
75
],
[
75,
76
],
[
75,
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\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] three = sc.nextLine().split(\" \");\n\t\tint n1 = Integer.parseInt(three[0]);\n\t\tint n2 = Integer.parseInt(three[1]);\n\t\tint n3 = Integer.parseInt(three[2]);\n\n\t\tint[] nArray = {n1, n2, n3,};\n\n\t\tjava.util.Arrays.sort(nArray);\n\n\t\tSystem.out.println(nArray[0] + \" \" + nArray[1] + \" \" + nArray[2]);\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\tScanner sc = new Scanner(System.in);\n\n\t\tString[] three = sc.nextLine().split(\" \");\n\t\tint n1 = Integer.parseInt(three[0]);\n\t\tint n2 = Integer.parseInt(three[1]);\n\t\tint n3 = Integer.parseInt(three[2]);\n\n\t\tint[] nArray = {n1, n2, n3,};\n\n\t\tjava.util.Arrays.sort(nArray);\n\n\t\tSystem.out.println(nArray[0] + \" \" + nArray[1] + \" \" + nArray[2]);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] three = sc.nextLine().split(\" \");\n\t\tint n1 = Integer.parseInt(three[0]);\n\t\tint n2 = Integer.parseInt(three[1]);\n\t\tint n3 = Integer.parseInt(three[2]);\n\n\t\tint[] nArray = {n1, n2, n3,};\n\n\t\tjava.util.Arrays.sort(nArray);\n\n\t\tSystem.out.println(nArray[0] + \" \" + nArray[1] + \" \" + nArray[2]);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] three = sc.nextLine().split(\" \");\n\t\tint n1 = Integer.parseInt(three[0]);\n\t\tint n2 = Integer.parseInt(three[1]);\n\t\tint n3 = Integer.parseInt(three[2]);\n\n\t\tint[] nArray = {n1, n2, n3,};\n\n\t\tjava.util.Arrays.sort(nArray);\n\n\t\tSystem.out.println(nArray[0] + \" \" + nArray[1] + \" \" + nArray[2]);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String[] three = sc.nextLine().split(\" \");",
"three",
"sc.nextLine().split(\" \")",
"sc.nextLine().split",
"sc.nextLine()",
"sc.nextLine",
"sc",
"\" \"",
"int n1 = Integer.parseInt(three[0]);",
"n1",
"Integer.parseInt(three[0])",
"Integer.parseInt",
"Integer",
"three[0]",
"three",
"0",
"int n2 = Integer.parseInt(three[1]);",
"n2",
"Integer.parseInt(three[1])",
"Integer.parseInt",
"Integer",
"three[1]",
"three",
"1",
"int n3 = Integer.parseInt(three[2]);",
"n3",
"Integer.parseInt(three[2])",
"Integer.parseInt",
"Integer",
"three[2]",
"three",
"2",
"int[] nArray = {n1, n2, n3,};",
"nArray",
"{n1, n2, n3,}",
"n1",
"n2",
"n3",
"java.util.Arrays.sort(nArray)",
"java.util.Arrays.sort",
"java.util.Arrays",
"java.util",
"java",
"java.util",
"java.util.Arrays",
"nArray",
"System.out.println(nArray[0] + \" \" + nArray[1] + \" \" + nArray[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"nArray[0] + \" \" + nArray[1] + \" \" + nArray[2]",
"\" \"",
"nArray[1]",
"nArray[0] + \" \" + nArray[1] + \" \" + nArray[2]",
"nArray[0]",
"nArray",
"0",
"\" \"",
"nArray[1]",
"nArray",
"1",
"\" \"",
"nArray[2]",
"nArray",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] three = sc.nextLine().split(\" \");\n\t\tint n1 = Integer.parseInt(three[0]);\n\t\tint n2 = Integer.parseInt(three[1]);\n\t\tint n3 = Integer.parseInt(three[2]);\n\n\t\tint[] nArray = {n1, n2, n3,};\n\n\t\tjava.util.Arrays.sort(nArray);\n\n\t\tSystem.out.println(nArray[0] + \" \" + nArray[1] + \" \" + nArray[2]);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] three = sc.nextLine().split(\" \");\n\t\tint n1 = Integer.parseInt(three[0]);\n\t\tint n2 = Integer.parseInt(three[1]);\n\t\tint n3 = Integer.parseInt(three[2]);\n\n\t\tint[] nArray = {n1, n2, n3,};\n\n\t\tjava.util.Arrays.sort(nArray);\n\n\t\tSystem.out.println(nArray[0] + \" \" + nArray[1] + \" \" + nArray[2]);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
Scanner sc = new Scanner(System.in);
String[] three = sc.nextLine().split(" ");
int n1 = Integer.parseInt(three[0]);
int n2 = Integer.parseInt(three[1]);
int n3 = Integer.parseInt(three[2]);
int[] nArray = {n1, n2, n3,};
java.util.Arrays.sort(nArray);
System.out.println(nArray[0] + " " + nArray[1] + " " + nArray[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
20,
41,
13,
20,
17,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
41,
13,
4,
18,
13,
14,
2,
2,
17,
13,
2,
13,
17,
30,
0,
18,
13,
13,
13,
40,
13,
30,
4,
18,
18,
13,
13,
17,
3,
14,
2,
18,
13,
13,
17,
30,
41,
13,
11,
1,
0,
13,
2,
18,
13,
13,
17,
2,
17,
13,
1,
40,
13,
30,
30,
11,
1,
0,
13,
13,
2,
13,
2,
18,
13,
13,
17,
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,
11,
1,
0,
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
],
[
189,
5
],
[
189,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
13,
18
],
[
9,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
19,
27
],
[
27,
28
],
[
27,
29
],
[
19,
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
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
42,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
48,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
56,
62
],
[
62,
63
],
[
48,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
64,
71
],
[
19,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
72,
78
],
[
78,
79
],
[
79,
80
],
[
78,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
81,
90
],
[
90,
91
],
[
90,
92
],
[
81,
93
],
[
93,
94
],
[
94,
95
],
[
81,
96
],
[
97,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
103,
104
],
[
103,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
98,
110
],
[
110,
111
],
[
111,
112
],
[
98,
113
],
[
114,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
116,
120
],
[
120,
121
],
[
120,
122
],
[
122,
123
],
[
122,
124
],
[
115,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
128,
129
],
[
128,
130
],
[
125,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
131,
135
],
[
135,
136
],
[
135,
137
],
[
137,
138
],
[
137,
139
],
[
125,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
143,
144
],
[
143,
145
],
[
140,
146
],
[
78,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
147,
152
],
[
152,
153
],
[
152,
154
],
[
154,
155
],
[
155,
156
],
[
155,
157
],
[
154,
158
],
[
147,
159
],
[
159,
160
],
[
160,
161
],
[
147,
162
],
[
163,
163
],
[
163,
164
],
[
164,
165
],
[
165,
166
],
[
166,
167
],
[
166,
168
],
[
164,
169
],
[
169,
170
],
[
170,
171
],
[
170,
172
],
[
169,
173
],
[
78,
174
],
[
174,
175
],
[
175,
176
],
[
176,
177
],
[
176,
178
],
[
174,
179
],
[
179,
180
],
[
179,
181
],
[
181,
182
],
[
182,
183
],
[
182,
184
],
[
181,
185
],
[
6,
186
],
[
186,
187
],
[
0,
188
],
[
188,
189
],
[
188,
190
]
] | [
"import java.util.*;\n\npublic class Main {\n\n public static void main(String arg[]) {\n try {\n Scanner scan = new Scanner(System.in);\n int x[] = new int[3];\n int i = 0;\n for (int k = 0; k < 3; k++) {\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }\n if (x.length == 3) {\n int j;\n for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }\n for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }\n System.out.println(x[x.length - 1]);\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n public static void main(String arg[]) {\n try {\n Scanner scan = new Scanner(System.in);\n int x[] = new int[3];\n int i = 0;\n for (int k = 0; k < 3; k++) {\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }\n if (x.length == 3) {\n int j;\n for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }\n for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }\n System.out.println(x[x.length - 1]);\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}",
"Main",
"public static void main(String arg[]) {\n try {\n Scanner scan = new Scanner(System.in);\n int x[] = new int[3];\n int i = 0;\n for (int k = 0; k < 3; k++) {\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }\n if (x.length == 3) {\n int j;\n for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }\n for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }\n System.out.println(x[x.length - 1]);\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }",
"main",
"{\n try {\n Scanner scan = new Scanner(System.in);\n int x[] = new int[3];\n int i = 0;\n for (int k = 0; k < 3; k++) {\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }\n if (x.length == 3) {\n int j;\n for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }\n for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }\n System.out.println(x[x.length - 1]);\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }",
"try {\n Scanner scan = new Scanner(System.in);\n int x[] = new int[3];\n int i = 0;\n for (int k = 0; k < 3; k++) {\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }\n if (x.length == 3) {\n int j;\n for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }\n for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }\n System.out.println(x[x.length - 1]);\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }",
"catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }",
"InputMismatchException ex",
"{\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }",
"System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"1??????100?????§????????¶??°?????\\?????????????????????\"",
"{\n Scanner scan = new Scanner(System.in);\n int x[] = new int[3];\n int i = 0;\n for (int k = 0; k < 3; k++) {\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }\n if (x.length == 3) {\n int j;\n for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }\n for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }\n System.out.println(x[x.length - 1]);\n }\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int x[] = new int[3];",
"x",
"new int[3]",
"3",
"int i = 0;",
"i",
"0",
"for (int k = 0; k < 3; k++) {\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }",
"int k = 0;",
"int k = 0;",
"k",
"0",
"k < 3",
"k",
"3",
"k++",
"k++",
"k",
"{\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }",
"{\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }",
"int y = scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }",
"0 < y && y < 10001",
"0 < y",
"0",
"y",
"y < 10001",
"y",
"10001",
"{\n x[i] = y;\n i++;\n }",
"x[i] = y",
"x[i]",
"x",
"i",
"y",
"i++",
"i",
"{\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }",
"System.out.println(\"1??????10000?????§???????????§???\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"1??????10000?????§???????????§???\"",
"break;",
"if (x.length == 3) {\n int j;\n for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }\n for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }\n System.out.println(x[x.length - 1]);\n }",
"x.length == 3",
"x.length",
"x",
"x.length",
"3",
"{\n int j;\n for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }\n for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }\n System.out.println(x[x.length - 1]);\n }",
"int j;",
"j",
"for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }",
"i = x.length - 1;",
"i = x.length - 1",
"i",
"x.length - 1",
"x.length",
"x",
"x.length",
"1",
"0 <= i",
"0",
"i",
"i--",
"i--",
"i",
"{\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }",
"{\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }",
"for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }",
"j = i;",
"j = i",
"j",
"i",
"j < x.length - 1",
"j",
"x.length - 1",
"x.length",
"x",
"x.length",
"1",
"j++",
"j++",
"j",
"{\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }",
"{\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }",
"if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }",
"x[j] > x[j + 1]",
"x[j]",
"x",
"j",
"x[j + 1]",
"x",
"j + 1",
"j",
"1",
"{\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }",
"int y = x[j];",
"y",
"x[j]",
"x",
"j",
"x[j] = x[j + 1]",
"x[j]",
"x",
"j",
"x[j + 1]",
"x",
"j + 1",
"j",
"1",
"x[j + 1] = y",
"x[j + 1]",
"x",
"j + 1",
"j",
"1",
"y",
"for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }",
"i = 0;",
"i = 0",
"i",
"0",
"i < x.length - 1",
"i",
"x.length - 1",
"x.length",
"x",
"x.length",
"1",
"i++",
"i++",
"i",
"{\n System.out.print(x[i]+ \" \");\n }",
"{\n System.out.print(x[i]+ \" \");\n }",
"System.out.print(x[i]+ \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"x[i]+ \" \"",
"x[i]",
"x",
"i",
"\" \"",
"System.out.println(x[x.length - 1])",
"System.out.println",
"System.out",
"System",
"System.out",
"x[x.length - 1]",
"x",
"x.length - 1",
"x.length",
"x",
"x.length",
"1",
"String arg[]",
"arg",
"public class Main {\n\n public static void main(String arg[]) {\n try {\n Scanner scan = new Scanner(System.in);\n int x[] = new int[3];\n int i = 0;\n for (int k = 0; k < 3; k++) {\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }\n if (x.length == 3) {\n int j;\n for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }\n for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }\n System.out.println(x[x.length - 1]);\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}",
"public class Main {\n\n public static void main(String arg[]) {\n try {\n Scanner scan = new Scanner(System.in);\n int x[] = new int[3];\n int i = 0;\n for (int k = 0; k < 3; k++) {\n int y = scan.nextInt();\n if (0 < y && y < 10001) {\n x[i] = y;\n i++;\n } else {\n System.out.println(\"1??????10000?????§???????????§???\");\n break;\n }\n }\n if (x.length == 3) {\n int j;\n for (i = x.length - 1; 0 <= i; i--) {\n for (j = i; j < x.length - 1; j++) {\n if (x[j] > x[j + 1]) {\n int y = x[j];\n x[j] = x[j + 1];\n x[j + 1] = y;\n }\n }\n }\n for (i = 0; i < x.length - 1; i++) {\n System.out.print(x[i]+ \" \");\n }\n System.out.println(x[x.length - 1]);\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String arg[]) {
try {
Scanner scan = new Scanner(System.in);
int x[] = new int[3];
int i = 0;
for (int k = 0; k < 3; k++) {
int y = scan.nextInt();
if (0 < y && y < 10001) {
x[i] = y;
i++;
} else {
System.out.println("1??????10000?????§???????????§???");
break;
}
}
if (x.length == 3) {
int j;
for (i = x.length - 1; 0 <= i; i--) {
for (j = i; j < x.length - 1; j++) {
if (x[j] > x[j + 1]) {
int y = x[j];
x[j] = x[j + 1];
x[j + 1] = y;
}
}
}
for (i = 0; i < x.length - 1; i++) {
System.out.print(x[i]+ " ");
}
System.out.println(x[x.length - 1]);
}
} catch (InputMismatchException ex) {
System.out.println("1??????100?????§????????¶??°?????\?????????????????????");
}
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
17,
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,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
14,
2,
13,
13,
30,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
30,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
14,
2,
13,
13,
30,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
14,
2,
13,
13,
30,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
30,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
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
],
[
14,
16
],
[
4,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
20,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
20,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
20,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
48,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
48,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
48,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
72,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
71,
77
],
[
77,
78
],
[
77,
79
],
[
70,
80
],
[
72,
81
],
[
81,
82
],
[
81,
83
],
[
44,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
88,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
88,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
88,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
112,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
111,
117
],
[
117,
118
],
[
117,
119
],
[
110,
120
],
[
112,
121
],
[
121,
122
],
[
121,
123
],
[
84,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
124,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
124,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
135,
139
],
[
124,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
142,
144
],
[
140,
145
],
[
148,
146
],
[
146,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
148,
152
],
[
147,
153
],
[
153,
154
],
[
153,
155
],
[
146,
156
],
[
148,
157
],
[
157,
158
],
[
157,
159
],
[
39,
160
],
[
160,
161
],
[
161,
162
],
[
161,
163
],
[
160,
164
],
[
164,
165
],
[
165,
166
],
[
166,
167
],
[
166,
168
],
[
165,
169
],
[
164,
170
],
[
170,
171
],
[
171,
172
],
[
171,
173
],
[
170,
174
],
[
164,
175
],
[
175,
176
],
[
176,
177
],
[
176,
178
],
[
175,
179
],
[
164,
180
],
[
180,
181
],
[
181,
182
],
[
182,
183
],
[
182,
184
],
[
180,
185
],
[
188,
186
],
[
186,
187
],
[
187,
188
],
[
188,
189
],
[
189,
190
],
[
189,
191
],
[
188,
192
],
[
187,
193
],
[
193,
194
],
[
193,
195
],
[
186,
196
],
[
188,
197
],
[
197,
198
],
[
197,
199
],
[
160,
200
],
[
200,
201
],
[
201,
202
],
[
201,
203
],
[
200,
204
],
[
204,
205
],
[
205,
206
],
[
206,
207
],
[
206,
208
],
[
205,
209
],
[
204,
210
],
[
210,
211
],
[
211,
212
],
[
211,
213
],
[
210,
214
],
[
204,
215
],
[
215,
216
],
[
216,
217
],
[
216,
218
],
[
215,
219
],
[
204,
220
],
[
220,
221
],
[
221,
222
],
[
222,
223
],
[
222,
224
],
[
220,
225
],
[
228,
226
],
[
226,
227
],
[
227,
228
],
[
228,
229
],
[
229,
230
],
[
229,
231
],
[
228,
232
],
[
227,
233
],
[
233,
234
],
[
233,
235
],
[
226,
236
],
[
228,
237
],
[
237,
238
],
[
237,
239
],
[
200,
240
],
[
240,
241
],
[
241,
242
],
[
242,
243
],
[
242,
244
],
[
241,
245
],
[
240,
246
],
[
246,
247
],
[
247,
248
],
[
247,
249
],
[
246,
250
],
[
240,
251
],
[
251,
252
],
[
252,
253
],
[
252,
254
],
[
251,
255
],
[
240,
256
],
[
256,
257
],
[
257,
258
],
[
258,
259
],
[
258,
260
],
[
256,
261
],
[
264,
262
],
[
262,
263
],
[
263,
264
],
[
264,
265
],
[
265,
266
],
[
265,
267
],
[
264,
268
],
[
263,
269
],
[
269,
270
],
[
269,
271
],
[
262,
272
],
[
264,
273
],
[
273,
274
],
[
273,
275
],
[
4,
276
],
[
276,
277
],
[
276,
278
],
[
278,
279
],
[
279,
280
],
[
280,
281
],
[
276,
282
],
[
282,
283
]
] | [
"import java.util.Scanner;\nclass Main {\n\tint a,b,c,i;\n\tprivate int[] sei = new int[3];\n\tpublic void suzuki(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = b;\n\t\t\t\tsei[2] = c;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else if(a < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = c;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else{\n\t\t\t\tsei[0] = c;\n\t\t\t\tsei[1] = a;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}\n\t\t}else if(a < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = a;\n\t\t\tsei[2] = c;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else if(b < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = c;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else{\n\t\t\tsei[0] = c;\n\t\t\tsei[1] = b;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}\n\t}\n\tpublic static void main(String[] args){\n\t\tnew Main().suzuki();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tint a,b,c,i;\n\tprivate int[] sei = new int[3];\n\tpublic void suzuki(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = b;\n\t\t\t\tsei[2] = c;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else if(a < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = c;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else{\n\t\t\t\tsei[0] = c;\n\t\t\t\tsei[1] = a;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}\n\t\t}else if(a < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = a;\n\t\t\tsei[2] = c;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else if(b < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = c;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else{\n\t\t\tsei[0] = c;\n\t\t\tsei[1] = b;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}\n\t}\n\tpublic static void main(String[] args){\n\t\tnew Main().suzuki();\n\t}\n}",
"Main",
"int a",
"a",
"b",
"b",
"c",
"c",
"i;",
"i",
"private int[] sei = new int[3];",
"sei",
"new int[3]",
"3",
"public void suzuki(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = b;\n\t\t\t\tsei[2] = c;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else if(a < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = c;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else{\n\t\t\t\tsei[0] = c;\n\t\t\t\tsei[1] = a;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}\n\t\t}else if(a < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = a;\n\t\t\tsei[2] = c;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else if(b < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = c;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else{\n\t\t\tsei[0] = c;\n\t\t\tsei[1] = b;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}\n\t}",
"suzuki",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = b;\n\t\t\t\tsei[2] = c;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else if(a < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = c;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else{\n\t\t\t\tsei[0] = c;\n\t\t\t\tsei[1] = a;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}\n\t\t}else if(a < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = a;\n\t\t\tsei[2] = c;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else if(b < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = c;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else{\n\t\t\tsei[0] = c;\n\t\t\tsei[1] = b;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}\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\t\t\tif(b < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = b;\n\t\t\t\tsei[2] = c;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else if(a < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = c;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else{\n\t\t\t\tsei[0] = c;\n\t\t\t\tsei[1] = a;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}\n\t\t}else if(a < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = a;\n\t\t\tsei[2] = c;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else if(b < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = c;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else{\n\t\t\tsei[0] = c;\n\t\t\tsei[1] = b;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tif(b < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = b;\n\t\t\t\tsei[2] = c;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else if(a < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = c;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else{\n\t\t\t\tsei[0] = c;\n\t\t\t\tsei[1] = a;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}\n\t\t}",
"if(b < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = b;\n\t\t\t\tsei[2] = c;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else if(a < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = c;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else{\n\t\t\t\tsei[0] = c;\n\t\t\t\tsei[1] = a;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}",
"b < c",
"b",
"c",
"{\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = b;\n\t\t\t\tsei[2] = c;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}",
"sei[0] = a",
"sei[0]",
"sei",
"0",
"a",
"sei[1] = b",
"sei[1]",
"sei",
"1",
"b",
"sei[2] = c",
"sei[2]",
"sei",
"2",
"c",
"System.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"\" \"",
"sei[1]",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"sei[0]",
"sei",
"0",
"\" \"",
"sei[1]",
"sei",
"1",
"\" \"",
"sei[2]",
"sei",
"2",
"if(a < c){\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = c;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}else{\n\t\t\t\tsei[0] = c;\n\t\t\t\tsei[1] = a;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}",
"a < c",
"a",
"c",
"{\n\t\t\t\tsei[0] = a;\n\t\t\t\tsei[1] = c;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}",
"sei[0] = a",
"sei[0]",
"sei",
"0",
"a",
"sei[1] = c",
"sei[1]",
"sei",
"1",
"c",
"sei[2] = b",
"sei[2]",
"sei",
"2",
"b",
"System.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"\" \"",
"sei[1]",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"sei[0]",
"sei",
"0",
"\" \"",
"sei[1]",
"sei",
"1",
"\" \"",
"sei[2]",
"sei",
"2",
"{\n\t\t\t\tsei[0] = c;\n\t\t\t\tsei[1] = a;\n\t\t\t\tsei[2] = b;\n\t\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t\t}",
"sei[0] = c",
"sei[0]",
"sei",
"0",
"c",
"sei[1] = a",
"sei[1]",
"sei",
"1",
"a",
"sei[2] = b",
"sei[2]",
"sei",
"2",
"b",
"System.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"\" \"",
"sei[1]",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"sei[0]",
"sei",
"0",
"\" \"",
"sei[1]",
"sei",
"1",
"\" \"",
"sei[2]",
"sei",
"2",
"if(a < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = a;\n\t\t\tsei[2] = c;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else if(b < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = c;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else{\n\t\t\tsei[0] = c;\n\t\t\tsei[1] = b;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}",
"a < c",
"a",
"c",
"{\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = a;\n\t\t\tsei[2] = c;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}",
"sei[0] = b",
"sei[0]",
"sei",
"0",
"b",
"sei[1] = a",
"sei[1]",
"sei",
"1",
"a",
"sei[2] = c",
"sei[2]",
"sei",
"2",
"c",
"System.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"\" \"",
"sei[1]",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"sei[0]",
"sei",
"0",
"\" \"",
"sei[1]",
"sei",
"1",
"\" \"",
"sei[2]",
"sei",
"2",
"if(b < c){\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = c;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}else{\n\t\t\tsei[0] = c;\n\t\t\tsei[1] = b;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}",
"b < c",
"b",
"c",
"{\n\t\t\tsei[0] = b;\n\t\t\tsei[1] = c;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}",
"sei[0] = b",
"sei[0]",
"sei",
"0",
"b",
"sei[1] = c",
"sei[1]",
"sei",
"1",
"c",
"sei[2] = a",
"sei[2]",
"sei",
"2",
"a",
"System.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"\" \"",
"sei[1]",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"sei[0]",
"sei",
"0",
"\" \"",
"sei[1]",
"sei",
"1",
"\" \"",
"sei[2]",
"sei",
"2",
"{\n\t\t\tsei[0] = c;\n\t\t\tsei[1] = b;\n\t\t\tsei[2] = a;\n\t\t\tSystem.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2]);\n\t\t}",
"sei[0] = c",
"sei[0]",
"sei",
"0",
"c",
"sei[1] = b",
"sei[1]",
"sei",
"1",
"b",
"sei[2] = a",
"sei[2]",
"sei",
"2",
"a",
"System.out.println(sei[0] + \" \" + sei[1] + \" \" + sei[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"\" \"",
"sei[1]",
"sei[0] + \" \" + sei[1] + \" \" + sei[2]",
"sei[0]",
"sei",
"0",
"\" \"",
"sei[1]",
"sei",
"1",
"\" \"",
"sei[2]",
"sei",
"2",
"public static void main(String[] args){\n\t\tnew Main().suzuki();\n\t}",
"main",
"{\n\t\tnew Main().suzuki();\n\t}",
"new Main().suzuki()",
"new Main().suzuki",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
int a,b,c,i;
private int[] sei = new int[3];
public void suzuki(){
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
if(a < b){
if(b < c){
sei[0] = a;
sei[1] = b;
sei[2] = c;
System.out.println(sei[0] + " " + sei[1] + " " + sei[2]);
}else if(a < c){
sei[0] = a;
sei[1] = c;
sei[2] = b;
System.out.println(sei[0] + " " + sei[1] + " " + sei[2]);
}else{
sei[0] = c;
sei[1] = a;
sei[2] = b;
System.out.println(sei[0] + " " + sei[1] + " " + sei[2]);
}
}else if(a < c){
sei[0] = b;
sei[1] = a;
sei[2] = c;
System.out.println(sei[0] + " " + sei[1] + " " + sei[2]);
}else if(b < c){
sei[0] = b;
sei[1] = c;
sei[2] = a;
System.out.println(sei[0] + " " + sei[1] + " " + sei[2]);
}else{
sei[0] = c;
sei[1] = b;
sei[2] = a;
System.out.println(sei[0] + " " + sei[1] + " " + sei[2]);
}
}
public static void main(String[] args){
new Main().suzuki();
}
} |
[
7,
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,
41,
13,
41,
13,
41,
13,
12,
13,
30,
4,
13,
41,
13,
20,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
2,
4,
18,
13,
13,
17,
0,
13,
4,
18,
13,
17,
4,
18,
18,
13,
13,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
20,
0,
13,
20,
0,
13,
4,
13,
0,
13,
4,
13,
0,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
14,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
41,
13,
20,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
19,
20
],
[
19,
21
],
[
0,
22
],
[
160,
23
],
[
160,
24
],
[
24,
25
],
[
160,
26
],
[
26,
27
],
[
160,
28
],
[
28,
29
],
[
160,
30
],
[
30,
31
],
[
160,
32
],
[
32,
33
],
[
160,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
36,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
36,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
36,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
36,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
36,
58
],
[
58,
59
],
[
58,
60
],
[
36,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
66,
67
],
[
66,
68
],
[
61,
69
],
[
69,
70
],
[
70,
71
],
[
61,
72
],
[
73,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
77,
80
],
[
76,
81
],
[
36,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
85,
86
],
[
84,
87
],
[
36,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
88,
93
],
[
160,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
97,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
108,
109
],
[
108,
110
],
[
104,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
104,
115
],
[
115,
116
],
[
115,
117
],
[
117,
118
],
[
104,
119
],
[
119,
120
],
[
119,
121
],
[
121,
122
],
[
160,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
127,
130
],
[
130,
131
],
[
160,
132
],
[
132,
133
],
[
132,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
136,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
135,
144
],
[
144,
145
],
[
144,
146
],
[
134,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
160,
151
],
[
151,
152
],
[
151,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
151,
157
],
[
157,
158
],
[
0,
159
],
[
159,
160
],
[
159,
161
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\n\nimport java.util.Collections;\nimport java.util.List;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\tprivate int k;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tList<Integer> a = new ArrayList<Integer>();\n\t\t\n\t\ta.add(n);\n\t\ta.add(m);\n\t\ta.add(k);\n\t\tCollections.sort(a);\n\t\t\n\t\tString s = \"\";\n\t\tfor (int i = 0;i < 2; i++) {\n\t\t\ts += a.get(i) + \" \";\n\t\t}\n\t\ts += a.get(2);\n\t\t\n\t\tSystem.out.println(s);\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\tk = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.List;",
"List",
"java.util",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\tprivate int k;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tList<Integer> a = new ArrayList<Integer>();\n\t\t\n\t\ta.add(n);\n\t\ta.add(m);\n\t\ta.add(k);\n\t\tCollections.sort(a);\n\t\t\n\t\tString s = \"\";\n\t\tfor (int i = 0;i < 2; i++) {\n\t\t\ts += a.get(i) + \" \";\n\t\t}\n\t\ts += a.get(2);\n\t\t\n\t\tSystem.out.println(s);\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\tk = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"Main",
"private StringTokenizer st;",
"st",
"private BufferedReader bf;",
"bf",
"private int n;",
"n",
"private int m;",
"m",
"private int k;",
"k",
"Main() {\n\t\treadData();\n\t\t\n\t\tList<Integer> a = new ArrayList<Integer>();\n\t\t\n\t\ta.add(n);\n\t\ta.add(m);\n\t\ta.add(k);\n\t\tCollections.sort(a);\n\t\t\n\t\tString s = \"\";\n\t\tfor (int i = 0;i < 2; i++) {\n\t\t\ts += a.get(i) + \" \";\n\t\t}\n\t\ts += a.get(2);\n\t\t\n\t\tSystem.out.println(s);\n\t}",
"Main",
"{\n\t\treadData();\n\t\t\n\t\tList<Integer> a = new ArrayList<Integer>();\n\t\t\n\t\ta.add(n);\n\t\ta.add(m);\n\t\ta.add(k);\n\t\tCollections.sort(a);\n\t\t\n\t\tString s = \"\";\n\t\tfor (int i = 0;i < 2; i++) {\n\t\t\ts += a.get(i) + \" \";\n\t\t}\n\t\ts += a.get(2);\n\t\t\n\t\tSystem.out.println(s);\n\t}",
"readData()",
"readData",
"List<Integer> a = new ArrayList<Integer>();",
"a",
"new ArrayList<Integer>()",
"a.add(n)",
"a.add",
"a",
"n",
"a.add(m)",
"a.add",
"a",
"m",
"a.add(k)",
"a.add",
"a",
"k",
"Collections.sort(a)",
"Collections.sort",
"Collections",
"a",
"String s = \"\";",
"s",
"\"\"",
"for (int i = 0;i < 2; i++) {\n\t\t\ts += a.get(i) + \" \";\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 2",
"i",
"2",
"i++",
"i++",
"i",
"{\n\t\t\ts += a.get(i) + \" \";\n\t\t}",
"{\n\t\t\ts += a.get(i) + \" \";\n\t\t}",
"s += a.get(i) + \" \"",
"s",
"a.get(i) + \" \"",
"a.get(i)",
"a.get",
"a",
"i",
"\" \"",
"s += a.get(2)",
"s",
"a.get(2)",
"a.get",
"a",
"2",
"System.out.println(s)",
"System.out.println",
"System.out",
"System",
"System.out",
"s",
"private void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\tk = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"readData",
"{\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\tk = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"try {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\tk = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"Exception e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\tk = nextInt();\n\t\t\t\n\t\t}",
"bf = new BufferedReader(new InputStreamReader(System.in))",
"bf",
"new BufferedReader(new InputStreamReader(System.in))",
"st = new StringTokenizer(bf.readLine())",
"st",
"new StringTokenizer(bf.readLine())",
"n = nextInt()",
"n",
"nextInt()",
"nextInt",
"m = nextInt()",
"m",
"nextInt()",
"nextInt",
"k = nextInt()",
"k",
"nextInt()",
"nextInt",
"private int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}",
"nextInt",
"{\n\t\treturn Integer.parseInt(next());\n\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"private String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}",
"next",
"{\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}",
"if (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(bf.readLine())",
"st",
"new StringTokenizer(bf.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}",
"Main m = new Main();",
"m",
"new Main()",
"String[] args",
"args",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\tprivate int k;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tList<Integer> a = new ArrayList<Integer>();\n\t\t\n\t\ta.add(n);\n\t\ta.add(m);\n\t\ta.add(k);\n\t\tCollections.sort(a);\n\t\t\n\t\tString s = \"\";\n\t\tfor (int i = 0;i < 2; i++) {\n\t\t\ts += a.get(i) + \" \";\n\t\t}\n\t\ts += a.get(2);\n\t\t\n\t\tSystem.out.println(s);\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\tk = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\tprivate int k;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tList<Integer> a = new ArrayList<Integer>();\n\t\t\n\t\ta.add(n);\n\t\ta.add(m);\n\t\ta.add(k);\n\t\tCollections.sort(a);\n\t\t\n\t\tString s = \"\";\n\t\tfor (int i = 0;i < 2; i++) {\n\t\t\ts += a.get(i) + \" \";\n\t\t}\n\t\ts += a.get(2);\n\t\t\n\t\tSystem.out.println(s);\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\tk = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.StringTokenizer;
public class Main {
private StringTokenizer st;
private BufferedReader bf;
private int n;
private int m;
private int k;
Main() {
readData();
List<Integer> a = new ArrayList<Integer>();
a.add(n);
a.add(m);
a.add(k);
Collections.sort(a);
String s = "";
for (int i = 0;i < 2; i++) {
s += a.get(i) + " ";
}
s += a.get(2);
System.out.println(s);
}
private void readData() {
try {
bf = new BufferedReader(new InputStreamReader(System.in));
st = new StringTokenizer(bf.readLine());
n = nextInt();
m = nextInt();
k = nextInt();
} catch (Exception e) {
e.printStackTrace();
}
}
private int nextInt() throws IOException {
return Integer.parseInt(next());
}
private String next() throws IOException {
if (st == null || !st.hasMoreTokens())
st = new StringTokenizer(bf.readLine());
return st.nextToken();
}
public static void main(String[] args) {
// TODO Auto-generated method stub
Main m = new Main();
}
} |
[
7,
15,
13,
17,
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,
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
],
[
83,
14
],
[
83,
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
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
17,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
17,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
17,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
17,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
68,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
67,
73
],
[
73,
74
],
[
73,
75
],
[
66,
76
],
[
68,
77
],
[
77,
78
],
[
77,
79
],
[
15,
80
],
[
80,
81
],
[
0,
82
],
[
82,
83
],
[
82,
84
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\npublic class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //今回は昇順用のメソッドを呼び出しています。\n\t\t Arrays.sort(strAry);\n\n\t\t //表示は並び替えた3つの数値を配列の順番に表示。\n\t\t System.out.println(strAry[0] + \" \" +strAry[1] + \" \" +strAry[2]);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //今回は昇順用のメソッドを呼び出しています。\n\t\t Arrays.sort(strAry);\n\n\t\t //表示は並び替えた3つの数値を配列の順番に表示。\n\t\t System.out.println(strAry[0] + \" \" +strAry[1] + \" \" +strAry[2]);\n\t}\n}",
"Main",
"public static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //今回は昇順用のメソッドを呼び出しています。\n\t\t Arrays.sort(strAry);\n\n\t\t //表示は並び替えた3つの数値を配列の順番に表示。\n\t\t System.out.println(strAry[0] + \" \" +strAry[1] + \" \" +strAry[2]);\n\t}",
"main",
"{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //今回は昇順用のメソッドを呼び出しています。\n\t\t Arrays.sort(strAry);\n\n\t\t //表示は並び替えた3つの数値を配列の順番に表示。\n\t\t System.out.println(strAry[0] + \" \" +strAry[1] + \" \" +strAry[2]);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strAry = str.split(\" \");",
"strAry",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(strAry[0]);",
"a",
"Integer.parseInt(strAry[0])",
"Integer.parseInt",
"Integer",
"strAry[0]",
"strAry",
"0",
"int b = Integer.parseInt(strAry[1]);",
"b",
"Integer.parseInt(strAry[1])",
"Integer.parseInt",
"Integer",
"strAry[1]",
"strAry",
"1",
"int c = Integer.parseInt(strAry[2]);",
"c",
"Integer.parseInt(strAry[2])",
"Integer.parseInt",
"Integer",
"strAry[2]",
"strAry",
"2",
"Arrays.sort(strAry)",
"Arrays.sort",
"Arrays",
"strAry",
"System.out.println(strAry[0] + \" \" +strAry[1] + \" \" +strAry[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"strAry[0] + \" \" +strAry[1] + \" \" +strAry[2]",
"\" \"",
"strAry[1]",
"strAry[0] + \" \" +strAry[1] + \" \" +strAry[2]",
"strAry[0]",
"strAry",
"0",
"\" \"",
"strAry[1]",
"strAry",
"1",
"\" \"",
"strAry[2]",
"strAry",
"2",
"String[] arg",
"arg",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //今回は昇順用のメソッドを呼び出しています。\n\t\t Arrays.sort(strAry);\n\n\t\t //表示は並び替えた3つの数値を配列の順番に表示。\n\t\t System.out.println(strAry[0] + \" \" +strAry[1] + \" \" +strAry[2]);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //今回は昇順用のメソッドを呼び出しています。\n\t\t Arrays.sort(strAry);\n\n\t\t //表示は並び替えた3つの数値を配列の順番に表示。\n\t\t System.out.println(strAry[0] + \" \" +strAry[1] + \" \" +strAry[2]);\n\t}\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[] arg)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
//br.readline(); = 入力された1行分を日本語変換して返してくれる。
String str = br.readLine();
/*配列の型(intとかStringとか) [] 配列名 = 配列を用意
*今回はstrAryって配列にstrを入れてる。
*str.split = splitってのはString内に用意されてるメソッド
*文字列を分割するときに使用。今回は空白で区切ってって仕様なので
*split(" ")としてます。*/
String[] strAry = str.split(" ");
/*おなじみの文字列から数値への変換。
*ただし今回は指定先が配列の何番って風になってる。*/
int a = Integer.parseInt(strAry[0]);
int b = Integer.parseInt(strAry[1]);
int c = Integer.parseInt(strAry[2]);
//今回は昇順用のメソッドを呼び出しています。
Arrays.sort(strAry);
//表示は並び替えた3つの数値を配列の順番に表示。
System.out.println(strAry[0] + " " +strAry[1] + " " +strAry[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
41,
13,
39,
17,
17,
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,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
2,
17,
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,
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
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
19,
23
],
[
8,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
26,
28
],
[
26,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
8,
60
],
[
60,
61
],
[
60,
62
],
[
8,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
63,
73
],
[
73,
74
],
[
74,
75
],
[
63,
76
],
[
77,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
83,
84
],
[
83,
85
],
[
78,
86
],
[
86,
87
],
[
87,
88
],
[
78,
89
],
[
90,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
98,
100
],
[
91,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
106,
108
],
[
101,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
112,
113
],
[
112,
114
],
[
109,
115
],
[
115,
116
],
[
115,
117
],
[
101,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
8,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
131,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
131,
135
],
[
130,
136
],
[
136,
137
],
[
136,
138
],
[
129,
139
],
[
131,
140
],
[
140,
141
],
[
140,
142
],
[
8,
143
],
[
143,
144
],
[
144,
145
],
[
6,
146
],
[
146,
147
]
] | [
"import java.io.*;\n\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 int ret[]={0,0,0};\n ret[0]=Integer.parseInt(w[0]);\n ret[1]=Integer.parseInt(w[1]);\n ret[2]=Integer.parseInt(w[2]);\n \n int buf = 0;\n for (int j=0;j<=2-1 ;j++){\n for (int i =2;i>j;i--){\n if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }\n }\n } \n System.out.println(ret[0]+\" \"+ret[1]+\" \"+ret[2]);\n r.close();\n }\n}",
"import java.io.*;",
"io.*",
"java",
"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 int ret[]={0,0,0};\n ret[0]=Integer.parseInt(w[0]);\n ret[1]=Integer.parseInt(w[1]);\n ret[2]=Integer.parseInt(w[2]);\n \n int buf = 0;\n for (int j=0;j<=2-1 ;j++){\n for (int i =2;i>j;i--){\n if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }\n }\n } \n System.out.println(ret[0]+\" \"+ret[1]+\" \"+ret[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 int ret[]={0,0,0};\n ret[0]=Integer.parseInt(w[0]);\n ret[1]=Integer.parseInt(w[1]);\n ret[2]=Integer.parseInt(w[2]);\n \n int buf = 0;\n for (int j=0;j<=2-1 ;j++){\n for (int i =2;i>j;i--){\n if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }\n }\n } \n System.out.println(ret[0]+\" \"+ret[1]+\" \"+ret[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 int ret[]={0,0,0};\n ret[0]=Integer.parseInt(w[0]);\n ret[1]=Integer.parseInt(w[1]);\n ret[2]=Integer.parseInt(w[2]);\n \n int buf = 0;\n for (int j=0;j<=2-1 ;j++){\n for (int i =2;i>j;i--){\n if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }\n }\n } \n System.out.println(ret[0]+\" \"+ret[1]+\" \"+ret[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",
"int ret[]={0,0,0};",
"ret",
"{0,0,0}",
"0",
"0",
"0",
"ret[0]=Integer.parseInt(w[0])",
"ret[0]",
"ret",
"0",
"Integer.parseInt(w[0])",
"Integer.parseInt",
"Integer",
"w[0]",
"w",
"0",
"ret[1]=Integer.parseInt(w[1])",
"ret[1]",
"ret",
"1",
"Integer.parseInt(w[1])",
"Integer.parseInt",
"Integer",
"w[1]",
"w",
"1",
"ret[2]=Integer.parseInt(w[2])",
"ret[2]",
"ret",
"2",
"Integer.parseInt(w[2])",
"Integer.parseInt",
"Integer",
"w[2]",
"w",
"2",
"int buf = 0;",
"buf",
"0",
"for (int j=0;j<=2-1 ;j++){\n for (int i =2;i>j;i--){\n if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }\n }\n }",
"int j=0;",
"int j=0;",
"j",
"0",
"j<=2-1",
"j",
"2-1",
"2",
"1",
"j++",
"j++",
"j",
"{\n for (int i =2;i>j;i--){\n if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }\n }\n }",
"{\n for (int i =2;i>j;i--){\n if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }\n }\n }",
"for (int i =2;i>j;i--){\n if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }\n }",
"int i =2;",
"int i =2;",
"i",
"2",
"i>j",
"i",
"j",
"i--",
"i--",
"i",
"{\n if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }\n }",
"{\n if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }\n }",
"if(ret[i] < ret[i-1]) {\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }",
"ret[i] < ret[i-1]",
"ret[i]",
"ret",
"i",
"ret[i-1]",
"ret",
"i-1",
"i",
"1",
"{\n buf = ret[i-1];\n ret[i-1]=ret[i];\n ret[i]=buf;\n }",
"buf = ret[i-1]",
"buf",
"ret[i-1]",
"ret",
"i-1",
"i",
"1",
"ret[i-1]=ret[i]",
"ret[i-1]",
"ret",
"i-1",
"i",
"1",
"ret[i]",
"ret",
"i",
"ret[i]=buf",
"ret[i]",
"ret",
"i",
"buf",
"System.out.println(ret[0]+\" \"+ret[1]+\" \"+ret[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"ret[0]+\" \"+ret[1]+\" \"+ret[2]",
"\" \"",
"ret[1]",
"ret[0]+\" \"+ret[1]+\" \"+ret[2]",
"ret[0]",
"ret",
"0",
"\" \"",
"ret[1]",
"ret",
"1",
"\" \"",
"ret[2]",
"ret",
"2",
"r.close()",
"r.close",
"r",
"String[] args",
"args"
] | import java.io.*;
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);
int ret[]={0,0,0};
ret[0]=Integer.parseInt(w[0]);
ret[1]=Integer.parseInt(w[1]);
ret[2]=Integer.parseInt(w[2]);
int buf = 0;
for (int j=0;j<=2-1 ;j++){
for (int i =2;i>j;i--){
if(ret[i] < ret[i-1]) {
buf = ret[i-1];
ret[i-1]=ret[i];
ret[i]=buf;
}
}
}
System.out.println(ret[0]+" "+ret[1]+" "+ret[2]);
r.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,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
2,
18,
13,
13,
8,
2,
13,
17,
17,
17,
4,
18,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
79,
8
],
[
79,
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
],
[
48,
49
],
[
48,
50
],
[
43,
51
],
[
51,
52
],
[
52,
53
],
[
43,
54
],
[
55,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
65,
70
],
[
11,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
9,
76
],
[
76,
77
],
[
0,
78
],
[
78,
79
],
[
78,
80
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\n\npublic class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tlong[] inputs = new long[3];\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tinputs[i] = sc.nextLong();\n\t\t}\n\t\t\n\t\tArrays.sort(inputs);\n\t\t\n\t\t\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tSystem.out.print(inputs[i] + ((i != 2) ? \" \" : \"\"));\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}\n\t\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tlong[] inputs = new long[3];\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tinputs[i] = sc.nextLong();\n\t\t}\n\t\t\n\t\tArrays.sort(inputs);\n\t\t\n\t\t\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tSystem.out.print(inputs[i] + ((i != 2) ? \" \" : \"\"));\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}\n\t\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tlong[] inputs = new long[3];\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tinputs[i] = sc.nextLong();\n\t\t}\n\t\t\n\t\tArrays.sort(inputs);\n\t\t\n\t\t\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tSystem.out.print(inputs[i] + ((i != 2) ? \" \" : \"\"));\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tlong[] inputs = new long[3];\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tinputs[i] = sc.nextLong();\n\t\t}\n\t\t\n\t\tArrays.sort(inputs);\n\t\t\n\t\t\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tSystem.out.print(inputs[i] + ((i != 2) ? \" \" : \"\"));\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"long[] inputs = new long[3];",
"inputs",
"new long[3]",
"3",
"for(int i = 0; i < 3; i++){\n\t\t\tinputs[i] = sc.nextLong();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tinputs[i] = sc.nextLong();\n\t\t}",
"{\n\t\t\tinputs[i] = sc.nextLong();\n\t\t}",
"inputs[i] = sc.nextLong()",
"inputs[i]",
"inputs",
"i",
"sc.nextLong()",
"sc.nextLong",
"sc",
"Arrays.sort(inputs)",
"Arrays.sort",
"Arrays",
"inputs",
"for(int i = 0; i < 3; i++){\n\t\t\tSystem.out.print(inputs[i] + ((i != 2) ? \" \" : \"\"));\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.print(inputs[i] + ((i != 2) ? \" \" : \"\"));\n\t\t}",
"{\n\t\t\tSystem.out.print(inputs[i] + ((i != 2) ? \" \" : \"\"));\n\t\t}",
"System.out.print(inputs[i] + ((i != 2) ? \" \" : \"\"))",
"System.out.print",
"System.out",
"System",
"System.out",
"inputs[i] + ((i != 2) ? \" \" : \"\")",
"inputs[i]",
"inputs",
"i",
"((i != 2) ? \" \" : \"\")",
"(i != 2)",
"i",
"2",
"\" \"",
"\"\"",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String args[]",
"args",
"public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tlong[] inputs = new long[3];\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tinputs[i] = sc.nextLong();\n\t\t}\n\t\t\n\t\tArrays.sort(inputs);\n\t\t\n\t\t\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tSystem.out.print(inputs[i] + ((i != 2) ? \" \" : \"\"));\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}\n\t\n}",
"public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tlong[] inputs = new long[3];\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tinputs[i] = sc.nextLong();\n\t\t}\n\t\t\n\t\tArrays.sort(inputs);\n\t\t\n\t\t\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tSystem.out.print(inputs[i] + ((i != 2) ? \" \" : \"\"));\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}\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);
long[] inputs = new long[3];
for(int i = 0; i < 3; i++){
inputs[i] = sc.nextLong();
}
Arrays.sort(inputs);
for(int i = 0; i < 3; i++){
System.out.print(inputs[i] + ((i != 2) ? " " : ""));
}
System.out.println();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
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
],
[
103,
5
],
[
103,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
14,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
36,
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
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
48,
55
],
[
55,
56
],
[
55,
57
],
[
8,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
62,
69
],
[
69,
70
],
[
69,
71
],
[
8,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
76,
83
],
[
83,
84
],
[
83,
85
],
[
8,
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
],
[
6,
100
],
[
100,
101
],
[
0,
102
],
[
102,
103
],
[
102,
104
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] abc = sc.nextLine().split(\" \");\n\t\tint a = Integer.parseInt(abc[0]);\n\t\tint b = Integer.parseInt(abc[1]);\n\t\tint c = Integer.parseInt(abc[2]);\n\n//\t\tInteger ia = new Integer(a);\n\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint temp = b;\n\t\t\tb = c;\n\t\t\tc = temp;\n\t\t}\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\n\t\tSystem.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\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] abc = sc.nextLine().split(\" \");\n\t\tint a = Integer.parseInt(abc[0]);\n\t\tint b = Integer.parseInt(abc[1]);\n\t\tint c = Integer.parseInt(abc[2]);\n\n//\t\tInteger ia = new Integer(a);\n\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint temp = b;\n\t\t\tb = c;\n\t\t\tc = temp;\n\t\t}\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] abc = sc.nextLine().split(\" \");\n\t\tint a = Integer.parseInt(abc[0]);\n\t\tint b = Integer.parseInt(abc[1]);\n\t\tint c = Integer.parseInt(abc[2]);\n\n//\t\tInteger ia = new Integer(a);\n\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint temp = b;\n\t\t\tb = c;\n\t\t\tc = temp;\n\t\t}\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] abc = sc.nextLine().split(\" \");\n\t\tint a = Integer.parseInt(abc[0]);\n\t\tint b = Integer.parseInt(abc[1]);\n\t\tint c = Integer.parseInt(abc[2]);\n\n//\t\tInteger ia = new Integer(a);\n\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint temp = b;\n\t\t\tb = c;\n\t\t\tc = temp;\n\t\t}\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String[] abc = sc.nextLine().split(\" \");",
"abc",
"sc.nextLine().split(\" \")",
"sc.nextLine().split",
"sc.nextLine()",
"sc.nextLine",
"sc",
"\" \"",
"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\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}",
"int temp = a;",
"temp",
"a",
"a = b",
"a",
"b",
"b = temp",
"b",
"temp",
"if (b > c) {\n\t\t\tint temp = b;\n\t\t\tb = c;\n\t\t\tc = temp;\n\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\tint temp = b;\n\t\t\tb = c;\n\t\t\tc = temp;\n\t\t}",
"int temp = b;",
"temp",
"b",
"b = c",
"b",
"c",
"c = temp",
"c",
"temp",
"if (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}",
"int temp = a;",
"temp",
"a",
"a = b",
"a",
"b",
"b = temp",
"b",
"temp",
"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\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] abc = sc.nextLine().split(\" \");\n\t\tint a = Integer.parseInt(abc[0]);\n\t\tint b = Integer.parseInt(abc[1]);\n\t\tint c = Integer.parseInt(abc[2]);\n\n//\t\tInteger ia = new Integer(a);\n\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint temp = b;\n\t\t\tb = c;\n\t\t\tc = temp;\n\t\t}\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] abc = sc.nextLine().split(\" \");\n\t\tint a = Integer.parseInt(abc[0]);\n\t\tint b = Integer.parseInt(abc[1]);\n\t\tint c = Integer.parseInt(abc[2]);\n\n//\t\tInteger ia = new Integer(a);\n\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\t\tif (b > c) {\n\t\t\tint temp = b;\n\t\t\tb = c;\n\t\t\tc = temp;\n\t\t}\n\t\tif (a > b) {\n\t\t\tint temp = a;\n\t\t\ta = b;\n\t\t\tb = temp;\n\t\t}\n\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
Scanner sc = new Scanner(System.in);
String[] abc = sc.nextLine().split(" ");
int a = Integer.parseInt(abc[0]);
int b = Integer.parseInt(abc[1]);
int c = Integer.parseInt(abc[2]);
// Integer ia = new Integer(a);
if (a > b) {
int temp = a;
a = b;
b = temp;
}
if (b > c) {
int temp = b;
b = c;
c = temp;
}
if (a > b) {
int temp = a;
a = b;
b = temp;
}
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,
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,
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
],
[
106,
5
],
[
106,
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
],
[
37,
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
],
[
51,
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
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
83,
85
],
[
79,
86
],
[
86,
87
],
[
86,
88
],
[
8,
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
],
[
6,
103
],
[
103,
104
],
[
0,
105
],
[
105,
106
],
[
105,
107
]
] | [
"import java.util.*;\n\npublic class Main{\n public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\tint t,s,y;\n\n\n\tif(a>b){\n\t t = a;\n\t a = b;\n\t b = t;\n\n\t if(b>c){\n\t s = b;\n\t b = c;\n\t c = s;\n\n\t if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }\n }\n }\n\n\tif(a==c){\n\t t = b;\n\t b = c;\n\t c = t;\n\t } \n\n\tSystem.out.println(a+\" \"+b+\" \"+c);\n\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\tint t,s,y;\n\n\n\tif(a>b){\n\t t = a;\n\t a = b;\n\t b = t;\n\n\t if(b>c){\n\t s = b;\n\t b = c;\n\t c = s;\n\n\t if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }\n }\n }\n\n\tif(a==c){\n\t t = b;\n\t b = c;\n\t c = t;\n\t } \n\n\tSystem.out.println(a+\" \"+b+\" \"+c);\n\n }\n}",
"Main",
"public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\tint t,s,y;\n\n\n\tif(a>b){\n\t t = a;\n\t a = b;\n\t b = t;\n\n\t if(b>c){\n\t s = b;\n\t b = c;\n\t c = s;\n\n\t if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }\n }\n }\n\n\tif(a==c){\n\t t = b;\n\t b = c;\n\t c = t;\n\t } \n\n\tSystem.out.println(a+\" \"+b+\" \"+c);\n\n }",
"main",
"{\n\tScanner sc = new Scanner(System.in);\n\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\tint t,s,y;\n\n\n\tif(a>b){\n\t t = a;\n\t a = b;\n\t b = t;\n\n\t if(b>c){\n\t s = b;\n\t b = c;\n\t c = s;\n\n\t if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }\n }\n }\n\n\tif(a==c){\n\t t = b;\n\t b = c;\n\t c = t;\n\t } \n\n\tSystem.out.println(a+\" \"+b+\" \"+c);\n\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int t",
"t",
"s",
"s",
"y;",
"y",
"if(a>b){\n\t t = a;\n\t a = b;\n\t b = t;\n\n\t if(b>c){\n\t s = b;\n\t b = c;\n\t c = s;\n\n\t if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }\n }\n }",
"a>b",
"a",
"b",
"{\n\t t = a;\n\t a = b;\n\t b = t;\n\n\t if(b>c){\n\t s = b;\n\t b = c;\n\t c = s;\n\n\t if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }\n }\n }",
"t = a",
"t",
"a",
"a = b",
"a",
"b",
"b = t",
"b",
"t",
"if(b>c){\n\t s = b;\n\t b = c;\n\t c = s;\n\n\t if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }\n }",
"b>c",
"b",
"c",
"{\n\t s = b;\n\t b = c;\n\t c = s;\n\n\t if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }\n }",
"s = b",
"s",
"b",
"b = c",
"b",
"c",
"c = s",
"c",
"s",
"if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }",
"a>b",
"a",
"b",
"{\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }",
"y = b",
"y",
"b",
"b = a",
"b",
"a",
"a = y",
"a",
"y",
"if(a==c){\n\t t = b;\n\t b = c;\n\t c = t;\n\t }",
"a==c",
"a",
"c",
"{\n\t t = b;\n\t b = c;\n\t c = t;\n\t }",
"t = b",
"t",
"b",
"b = c",
"b",
"c",
"c = t",
"c",
"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",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\tint t,s,y;\n\n\n\tif(a>b){\n\t t = a;\n\t a = b;\n\t b = t;\n\n\t if(b>c){\n\t s = b;\n\t b = c;\n\t c = s;\n\n\t if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }\n }\n }\n\n\tif(a==c){\n\t t = b;\n\t b = c;\n\t c = t;\n\t } \n\n\tSystem.out.println(a+\" \"+b+\" \"+c);\n\n }\n}",
"public class Main{\n public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\tint t,s,y;\n\n\n\tif(a>b){\n\t t = a;\n\t a = b;\n\t b = t;\n\n\t if(b>c){\n\t s = b;\n\t b = c;\n\t c = s;\n\n\t if(a>b){\n \t y = b;\n\t \t b = a;\n\t \t a = y;\n\t }\n }\n }\n\n\tif(a==c){\n\t t = b;\n\t b = c;\n\t c = t;\n\t } \n\n\tSystem.out.println(a+\" \"+b+\" \"+c);\n\n }\n}",
"Main"
] | import java.util.*;
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 t,s,y;
if(a>b){
t = a;
a = b;
b = t;
if(b>c){
s = b;
b = c;
c = s;
if(a>b){
y = b;
b = a;
a = y;
}
}
}
if(a==c){
t = b;
b = c;
c = t;
}
System.out.println(a+" "+b+" "+c);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
20,
42,
4,
18,
13,
30,
41,
13,
4,
18,
13,
14,
2,
13,
17,
0,
13,
4,
18,
13,
13,
14,
2,
13,
17,
0,
13,
4,
18,
13,
13,
14,
2,
13,
17,
0,
13,
4,
18,
13,
13,
40,
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
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
21
],
[
21,
22
],
[
21,
23
],
[
11,
24
],
[
24,
25
],
[
24,
26
],
[
11,
27
],
[
27,
28
],
[
27,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
11,
38
],
[
38,
39
],
[
38,
40
],
[
11,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
45,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
45,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
45,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
78,
79
],
[
77,
80
],
[
45,
81
],
[
81,
82
],
[
11,
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
],
[
11,
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
],
[
11,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
115,
119
],
[
119,
120
],
[
119,
121
],
[
115,
122
],
[
122,
123
],
[
122,
124
],
[
11,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
125,
130
],
[
133,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
132,
136
],
[
131,
137
],
[
133,
138
],
[
9,
139
],
[
139,
140
]
] | [
"import java.io.*;\nimport java.util.*;\nclass Main{\n public static void main(String args[]) throws IOException{\n\n\tint a=0;\n\tint b=0;\n\tint c=0;\n\tint i=0;\n\tint tmp=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tString delimiter = \" \";\n StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );\n\twhile(stringTokenizer.hasMoreTokens())\n\t{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}\n\tif(a>c){\n\t tmp=a;\n\t a=c;\n\t c=tmp;\n\t}\n\tif(a>b){\n\t tmp=a;\n\t a=b;\n\t b=tmp;\n\t}\n\tif(b>c){\n\t tmp=b;\n\t b=c;\n\t c=tmp;\n\t}\n System.out.println(a+\" \"+b+\" \"+c);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String args[]) throws IOException{\n\n\tint a=0;\n\tint b=0;\n\tint c=0;\n\tint i=0;\n\tint tmp=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tString delimiter = \" \";\n StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );\n\twhile(stringTokenizer.hasMoreTokens())\n\t{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}\n\tif(a>c){\n\t tmp=a;\n\t a=c;\n\t c=tmp;\n\t}\n\tif(a>b){\n\t tmp=a;\n\t a=b;\n\t b=tmp;\n\t}\n\tif(b>c){\n\t tmp=b;\n\t b=c;\n\t c=tmp;\n\t}\n System.out.println(a+\" \"+b+\" \"+c);\n }\n}",
"Main",
"public static void main(String args[]) throws IOException{\n\n\tint a=0;\n\tint b=0;\n\tint c=0;\n\tint i=0;\n\tint tmp=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tString delimiter = \" \";\n StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );\n\twhile(stringTokenizer.hasMoreTokens())\n\t{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}\n\tif(a>c){\n\t tmp=a;\n\t a=c;\n\t c=tmp;\n\t}\n\tif(a>b){\n\t tmp=a;\n\t a=b;\n\t b=tmp;\n\t}\n\tif(b>c){\n\t tmp=b;\n\t b=c;\n\t c=tmp;\n\t}\n System.out.println(a+\" \"+b+\" \"+c);\n }",
"main",
"{\n\n\tint a=0;\n\tint b=0;\n\tint c=0;\n\tint i=0;\n\tint tmp=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tString delimiter = \" \";\n StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );\n\twhile(stringTokenizer.hasMoreTokens())\n\t{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}\n\tif(a>c){\n\t tmp=a;\n\t a=c;\n\t c=tmp;\n\t}\n\tif(a>b){\n\t tmp=a;\n\t a=b;\n\t b=tmp;\n\t}\n\tif(b>c){\n\t tmp=b;\n\t b=c;\n\t c=tmp;\n\t}\n System.out.println(a+\" \"+b+\" \"+c);\n }",
"int a=0;",
"a",
"0",
"int b=0;",
"b",
"0",
"int c=0;",
"c",
"0",
"int i=0;",
"i",
"0",
"int tmp=0;",
"tmp",
"0",
"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 delimiter = \" \";",
"delimiter",
"\" \"",
"StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );",
"stringTokenizer",
"new StringTokenizer( str, delimiter )",
"while(stringTokenizer.hasMoreTokens())\n\t{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}",
"stringTokenizer.hasMoreTokens()",
"stringTokenizer.hasMoreTokens",
"stringTokenizer",
"{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}",
"String current = stringTokenizer.nextToken();",
"current",
"stringTokenizer.nextToken()",
"stringTokenizer.nextToken",
"stringTokenizer",
"if(i==0)a=Integer.parseInt(current);",
"i==0",
"i",
"0",
"a=Integer.parseInt(current)",
"a",
"Integer.parseInt(current)",
"Integer.parseInt",
"Integer",
"current",
"if(i==1)b=Integer.parseInt(current);",
"i==1",
"i",
"1",
"b=Integer.parseInt(current)",
"b",
"Integer.parseInt(current)",
"Integer.parseInt",
"Integer",
"current",
"if(i==2)c=Integer.parseInt(current);",
"i==2",
"i",
"2",
"c=Integer.parseInt(current)",
"c",
"Integer.parseInt(current)",
"Integer.parseInt",
"Integer",
"current",
"i++",
"i",
"if(a>c){\n\t tmp=a;\n\t a=c;\n\t c=tmp;\n\t}",
"a>c",
"a",
"c",
"{\n\t tmp=a;\n\t a=c;\n\t c=tmp;\n\t}",
"tmp=a",
"tmp",
"a",
"a=c",
"a",
"c",
"c=tmp",
"c",
"tmp",
"if(a>b){\n\t tmp=a;\n\t a=b;\n\t b=tmp;\n\t}",
"a>b",
"a",
"b",
"{\n\t tmp=a;\n\t a=b;\n\t b=tmp;\n\t}",
"tmp=a",
"tmp",
"a",
"a=b",
"a",
"b",
"b=tmp",
"b",
"tmp",
"if(b>c){\n\t tmp=b;\n\t b=c;\n\t c=tmp;\n\t}",
"b>c",
"b",
"c",
"{\n\t tmp=b;\n\t b=c;\n\t c=tmp;\n\t}",
"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"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String args[]) throws IOException{
int a=0;
int b=0;
int c=0;
int i=0;
int tmp=0;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String delimiter = " ";
StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );
while(stringTokenizer.hasMoreTokens())
{
String current = stringTokenizer.nextToken();
if(i==0)a=Integer.parseInt(current);
if(i==1)b=Integer.parseInt(current);
if(i==2)c=Integer.parseInt(current);
i++;
}
if(a>c){
tmp=a;
a=c;
c=tmp;
}
if(a>b){
tmp=a;
a=b;
b=tmp;
}
if(b>c){
tmp=b;
b=c;
c=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,
41,
13,
17,
41,
13,
17,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
11,
1,
0,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
0,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
2,
13,
17,
18,
13,
13,
30,
0,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
18,
13,
17,
18,
13,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
122,
5
],
[
122,
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
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
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
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
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
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
64,
65
],
[
64,
66
],
[
59,
67
],
[
67,
68
],
[
68,
69
],
[
59,
70
],
[
71,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
76,
78
],
[
73,
79
],
[
79,
80
],
[
79,
81
],
[
72,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
87,
89
],
[
82,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
93,
94
],
[
93,
95
],
[
90,
96
],
[
96,
97
],
[
96,
98
],
[
82,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
8,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
104,
110
],
[
110,
111
],
[
110,
112
],
[
104,
113
],
[
113,
114
],
[
113,
115
],
[
104,
116
],
[
116,
117
],
[
116,
118
],
[
6,
119
],
[
119,
120
],
[
0,
121
],
[
121,
122
],
[
121,
123
]
] | [
"import java.util.Scanner;\npublic class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int num[] = new int[3];\n int i=0,j=0;\n int tmp = 0;\n num[0] = sc.nextInt();\n num[1] = sc.nextInt();\n num[2] = sc.nextInt();\n for(i = 0 ; i < 2 ; i++)\n {\n for(j = 2 ; j > i ; j--)\n {\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }\n }\n System.out.printf(\"%d %d %d\\n\",num[0],num[1],num[2]);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int num[] = new int[3];\n int i=0,j=0;\n int tmp = 0;\n num[0] = sc.nextInt();\n num[1] = sc.nextInt();\n num[2] = sc.nextInt();\n for(i = 0 ; i < 2 ; i++)\n {\n for(j = 2 ; j > i ; j--)\n {\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }\n }\n System.out.printf(\"%d %d %d\\n\",num[0],num[1],num[2]);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int num[] = new int[3];\n int i=0,j=0;\n int tmp = 0;\n num[0] = sc.nextInt();\n num[1] = sc.nextInt();\n num[2] = sc.nextInt();\n for(i = 0 ; i < 2 ; i++)\n {\n for(j = 2 ; j > i ; j--)\n {\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }\n }\n System.out.printf(\"%d %d %d\\n\",num[0],num[1],num[2]);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int num[] = new int[3];\n int i=0,j=0;\n int tmp = 0;\n num[0] = sc.nextInt();\n num[1] = sc.nextInt();\n num[2] = sc.nextInt();\n for(i = 0 ; i < 2 ; i++)\n {\n for(j = 2 ; j > i ; j--)\n {\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }\n }\n System.out.printf(\"%d %d %d\\n\",num[0],num[1],num[2]);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int num[] = new int[3];",
"num",
"new int[3]",
"3",
"int i=0",
"i",
"0",
"j=0;",
"j",
"0",
"int tmp = 0;",
"tmp",
"0",
"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",
"for(i = 0 ; i < 2 ; i++)\n {\n for(j = 2 ; j > i ; j--)\n {\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }\n }",
"i = 0 ;",
"i = 0",
"i",
"0",
"i < 2",
"i",
"2",
"i++",
"i++",
"i",
"{\n for(j = 2 ; j > i ; j--)\n {\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }\n }",
"{\n for(j = 2 ; j > i ; j--)\n {\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }\n }",
"for(j = 2 ; j > i ; j--)\n {\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }",
"j = 2 ;",
"j = 2",
"j",
"2",
"j > i",
"j",
"i",
"j--",
"j--",
"j",
"{\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }",
"{\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }",
"if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }",
"num[j - 1] > num[j]",
"num[j - 1]",
"num",
"j - 1",
"j",
"1",
"num[j]",
"num",
"j",
"{\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }",
"tmp = num[j - 1]",
"tmp",
"num[j - 1]",
"num",
"j - 1",
"j",
"1",
"num[j - 1] = num[j]",
"num[j - 1]",
"num",
"j - 1",
"j",
"1",
"num[j]",
"num",
"j",
"num[j] = tmp",
"num[j]",
"num",
"j",
"tmp",
"System.out.printf(\"%d %d %d\\n\",num[0],num[1],num[2])",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"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){\n Scanner sc = new Scanner(System.in);\n int num[] = new int[3];\n int i=0,j=0;\n int tmp = 0;\n num[0] = sc.nextInt();\n num[1] = sc.nextInt();\n num[2] = sc.nextInt();\n for(i = 0 ; i < 2 ; i++)\n {\n for(j = 2 ; j > i ; j--)\n {\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }\n }\n System.out.printf(\"%d %d %d\\n\",num[0],num[1],num[2]);\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int num[] = new int[3];\n int i=0,j=0;\n int tmp = 0;\n num[0] = sc.nextInt();\n num[1] = sc.nextInt();\n num[2] = sc.nextInt();\n for(i = 0 ; i < 2 ; i++)\n {\n for(j = 2 ; j > i ; j--)\n {\n if(num[j - 1] > num[j])\n {\n tmp = num[j - 1];\n num[j - 1] = num[j];\n num[j] = tmp;\n }\n }\n }\n System.out.printf(\"%d %d %d\\n\",num[0],num[1],num[2]);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int num[] = new int[3];
int i=0,j=0;
int tmp = 0;
num[0] = sc.nextInt();
num[1] = sc.nextInt();
num[2] = sc.nextInt();
for(i = 0 ; i < 2 ; i++)
{
for(j = 2 ; j > i ; j--)
{
if(num[j - 1] > num[j])
{
tmp = num[j - 1];
num[j - 1] = num[j];
num[j] = tmp;
}
}
}
System.out.printf("%d %d %d\n",num[0],num[1],num[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,
0,
13,
20,
17,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
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
],
[
75,
5
],
[
75,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
29,
31
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
60,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
59,
65
],
[
65,
66
],
[
65,
67
],
[
58,
68
],
[
60,
69
],
[
69,
70
],
[
69,
71
],
[
6,
72
],
[
72,
73
],
[
0,
74
],
[
74,
75
],
[
74,
76
]
] | [
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n\n\n Scanner sc = new Scanner(System.in);\nint a = sc.nextInt();\nint b = sc.nextInt();\nint c = sc.nextInt();\n\nint[] nums;\n\nnums = new int[3];\n\nnums[0]=a;\n\nnums[1]=b;\n\nnums[2]=c;\n\n\nArrays.sort(nums);\n\n\nSystem.out.println(nums[0]+\" \"+nums[1]+\" \"+nums[2]);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n\n\n Scanner sc = new Scanner(System.in);\nint a = sc.nextInt();\nint b = sc.nextInt();\nint c = sc.nextInt();\n\nint[] nums;\n\nnums = new int[3];\n\nnums[0]=a;\n\nnums[1]=b;\n\nnums[2]=c;\n\n\nArrays.sort(nums);\n\n\nSystem.out.println(nums[0]+\" \"+nums[1]+\" \"+nums[2]);\n }\n}",
"Main",
"public static void main(String[] args) {\n\n\n Scanner sc = new Scanner(System.in);\nint a = sc.nextInt();\nint b = sc.nextInt();\nint c = sc.nextInt();\n\nint[] nums;\n\nnums = new int[3];\n\nnums[0]=a;\n\nnums[1]=b;\n\nnums[2]=c;\n\n\nArrays.sort(nums);\n\n\nSystem.out.println(nums[0]+\" \"+nums[1]+\" \"+nums[2]);\n }",
"main",
"{\n\n\n Scanner sc = new Scanner(System.in);\nint a = sc.nextInt();\nint b = sc.nextInt();\nint c = sc.nextInt();\n\nint[] nums;\n\nnums = new int[3];\n\nnums[0]=a;\n\nnums[1]=b;\n\nnums[2]=c;\n\n\nArrays.sort(nums);\n\n\nSystem.out.println(nums[0]+\" \"+nums[1]+\" \"+nums[2]);\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[] nums;",
"nums",
"nums = new int[3]",
"nums",
"new int[3]",
"3",
"nums[0]=a",
"nums[0]",
"nums",
"0",
"a",
"nums[1]=b",
"nums[1]",
"nums",
"1",
"b",
"nums[2]=c",
"nums[2]",
"nums",
"2",
"c",
"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\n\n Scanner sc = new Scanner(System.in);\nint a = sc.nextInt();\nint b = sc.nextInt();\nint c = sc.nextInt();\n\nint[] nums;\n\nnums = new int[3];\n\nnums[0]=a;\n\nnums[1]=b;\n\nnums[2]=c;\n\n\nArrays.sort(nums);\n\n\nSystem.out.println(nums[0]+\" \"+nums[1]+\" \"+nums[2]);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n\n\n Scanner sc = new Scanner(System.in);\nint a = sc.nextInt();\nint b = sc.nextInt();\nint c = sc.nextInt();\n\nint[] nums;\n\nnums = new int[3];\n\nnums[0]=a;\n\nnums[1]=b;\n\nnums[2]=c;\n\n\nArrays.sort(nums);\n\n\nSystem.out.println(nums[0]+\" \"+nums[1]+\" \"+nums[2]);\n }\n}",
"Main"
] | import java.util.*;
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[] nums;
nums = new int[3];
nums[0]=a;
nums[1]=b;
nums[2]=c;
Arrays.sort(nums);
System.out.println(nums[0]+" "+nums[1]+" "+nums[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,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
20,
4,
18,
13,
13,
4,
18,
18,
13,
13,
17,
18,
13,
17,
18,
13,
17,
18,
13,
17,
12,
13,
30,
4,
18,
20,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
65,
8
],
[
65,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
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
],
[
11,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
11,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
41,
47
],
[
47,
48
],
[
47,
49
],
[
41,
50
],
[
50,
51
],
[
50,
52
],
[
41,
53
],
[
53,
54
],
[
53,
55
],
[
65,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
56,
62
],
[
62,
63
],
[
0,
64
],
[
64,
65
],
[
64,
66
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tInteger[] array = new Integer[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tarray[i] = new Integer(scan.nextInt());\n\t\t}\n\t\tArrays.sort(array);\n\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tInteger[] array = new Integer[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tarray[i] = new Integer(scan.nextInt());\n\t\t}\n\t\tArrays.sort(array);\n\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}",
"Main",
"void run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tInteger[] array = new Integer[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tarray[i] = new Integer(scan.nextInt());\n\t\t}\n\t\tArrays.sort(array);\n\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t}",
"run",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tInteger[] array = new Integer[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tarray[i] = new Integer(scan.nextInt());\n\t\t}\n\t\tArrays.sort(array);\n\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"Integer[] array = new Integer[3];",
"array",
"new Integer[3]",
"3",
"for (int i = 0; i < 3; i++) {\n\t\t\tarray[i] = new Integer(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] = new Integer(scan.nextInt());\n\t\t}",
"{\n\t\t\tarray[i] = new Integer(scan.nextInt());\n\t\t}",
"array[i] = new Integer(scan.nextInt())",
"array[i]",
"array",
"i",
"new Integer(scan.nextInt())",
"Arrays.sort(array)",
"Arrays.sort",
"Arrays",
"array",
"System.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2])",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"array[0]",
"array",
"0",
"array[1]",
"array",
"1",
"array[2]",
"array",
"2",
"public static void main(String[] args) {\n\t\tnew Main().run();\n\t}",
"main",
"{\n\t\tnew Main().run();\n\t}",
"new Main().run()",
"new Main().run",
"new Main()",
"String[] args",
"args",
"public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tInteger[] array = new Integer[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tarray[i] = new Integer(scan.nextInt());\n\t\t}\n\t\tArrays.sort(array);\n\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}",
"public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tInteger[] array = new Integer[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tarray[i] = new Integer(scan.nextInt());\n\t\t}\n\t\tArrays.sort(array);\n\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
void run() {
Scanner scan = new Scanner(System.in);
Integer[] array = new Integer[3];
for (int i = 0; i < 3; i++) {
array[i] = new Integer(scan.nextInt());
}
Arrays.sort(array);
System.out.printf("%d %d %d\n", array[0], array[1], array[2]);
}
public static void main(String[] args) {
new Main().run();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
20,
17,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
13,
0,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
13,
0,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
13,
11,
1,
0,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
18,
13,
13,
14,
2,
18,
13,
2,
13,
17,
13,
30,
0,
13,
13,
42,
2,
2,
13,
17,
2,
18,
13,
2,
13,
17,
13,
30,
0,
18,
13,
13,
18,
13,
2,
13,
17,
40,
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
],
[
145,
5
],
[
145,
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
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
8,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
8,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
8,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
68,
69
],
[
68,
70
],
[
63,
71
],
[
71,
72
],
[
72,
73
],
[
63,
74
],
[
75,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
78,
80
],
[
75,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
85,
87
],
[
82,
88
],
[
81,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
101,
102
],
[
101,
103
],
[
98,
104
],
[
93,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
110,
111
],
[
110,
112
],
[
112,
113
],
[
112,
114
],
[
105,
115
],
[
115,
116
],
[
89,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
117,
121
],
[
8,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
122,
127
],
[
130,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
129,
135
],
[
135,
136
],
[
135,
137
],
[
128,
138
],
[
130,
139
],
[
139,
140
],
[
139,
141
],
[
6,
142
],
[
142,
143
],
[
0,
144
],
[
144,
145
],
[
144,
146
]
] | [
"import java.util.Scanner;\n\npublic class Main { \n\tpublic static void main(String[] args){\n\t\tString str;\n int[] arr = new int[3];\n int i, j, temp;\n \n // 3????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n\n // selection sort\n for(i=1; i<3; i++){\n temp = arr[i];\n if(arr[i-1] > temp){\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }\n }\n\n System.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main { \n\tpublic static void main(String[] args){\n\t\tString str;\n int[] arr = new int[3];\n int i, j, temp;\n \n // 3????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n\n // selection sort\n for(i=1; i<3; i++){\n temp = arr[i];\n if(arr[i-1] > temp){\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }\n }\n\n System.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tString str;\n int[] arr = new int[3];\n int i, j, temp;\n \n // 3????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n\n // selection sort\n for(i=1; i<3; i++){\n temp = arr[i];\n if(arr[i-1] > temp){\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }\n }\n\n System.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}",
"main",
"{\n\t\tString str;\n int[] arr = new int[3];\n int i, j, temp;\n \n // 3????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n\n // selection sort\n for(i=1; i<3; i++){\n temp = arr[i];\n if(arr[i-1] > temp){\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }\n }\n\n System.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}",
"String str;",
"str",
"int[] arr = new int[3];",
"arr",
"new int[3]",
"3",
"int i",
"i",
"j",
"j",
"temp;",
"temp",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"str = scan.next()",
"str",
"scan.next()",
"scan.next",
"scan",
"arr[0] = Integer.parseInt(str)",
"arr[0]",
"arr",
"0",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"str = scan.next()",
"str",
"scan.next()",
"scan.next",
"scan",
"arr[1] = Integer.parseInt(str)",
"arr[1]",
"arr",
"1",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"str = scan.next()",
"str",
"scan.next()",
"scan.next",
"scan",
"arr[2] = Integer.parseInt(str)",
"arr[2]",
"arr",
"2",
"Integer.parseInt(str)",
"Integer.parseInt",
"Integer",
"str",
"for(i=1; i<3; i++){\n temp = arr[i];\n if(arr[i-1] > temp){\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }\n }",
"i=1;",
"i=1",
"i",
"1",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n temp = arr[i];\n if(arr[i-1] > temp){\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }\n }",
"{\n temp = arr[i];\n if(arr[i-1] > temp){\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }\n }",
"temp = arr[i]",
"temp",
"arr[i]",
"arr",
"i",
"if(arr[i-1] > temp){\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }",
"arr[i-1] > temp",
"arr[i-1]",
"arr",
"i-1",
"i",
"1",
"temp",
"{\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }",
"j = i",
"j",
"i",
"do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);",
"j > 0 && arr[j-1] > temp",
"j > 0",
"j",
"0",
"arr[j-1] > temp",
"arr[j-1]",
"arr",
"j-1",
"j",
"1",
"temp",
"{\n arr[j] = arr[j-1];\n --j;\n }",
"arr[j] = arr[j-1]",
"arr[j]",
"arr",
"j",
"arr[j-1]",
"arr",
"j-1",
"j",
"1",
"--j",
"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\tString str;\n int[] arr = new int[3];\n int i, j, temp;\n \n // 3????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n\n // selection sort\n for(i=1; i<3; i++){\n temp = arr[i];\n if(arr[i-1] > temp){\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }\n }\n\n System.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}\n}",
"public class Main { \n\tpublic static void main(String[] args){\n\t\tString str;\n int[] arr = new int[3];\n int i, j, temp;\n \n // 3????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n\n // selection sort\n for(i=1; i<3; i++){\n temp = arr[i];\n if(arr[i-1] > temp){\n j = i;\n do{\n arr[j] = arr[j-1];\n --j;\n }while(j > 0 && arr[j-1] > temp);\n arr[j] = temp;\n }\n }\n\n System.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
String str;
int[] arr = new int[3];
int i, j, temp;
// 3????????°??????????????????
Scanner scan = new Scanner(System.in);
str = scan.next();
arr[0] = Integer.parseInt(str);
str = scan.next();
arr[1] = Integer.parseInt(str);
str = scan.next();
arr[2] = Integer.parseInt(str);
// selection sort
for(i=1; i<3; i++){
temp = arr[i];
if(arr[i-1] > temp){
j = i;
do{
arr[j] = arr[j-1];
--j;
}while(j > 0 && arr[j-1] > temp);
arr[j] = temp;
}
}
System.out.println(arr[0] + " " + arr[1] + " " + arr[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
18,
13,
13,
4,
18,
4,
18,
13,
4,
18,
4,
18,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
49,
11
],
[
49,
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
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
36,
37
],
[
32,
38
],
[
38,
39
],
[
39,
40
],
[
32,
41
],
[
41,
42
],
[
42,
43
],
[
23,
44
],
[
23,
45
],
[
12,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\nimport java.util.stream.IntStream;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner s = new Scanner(System.in);\n System.out.println(Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()).replaceAll(\"[\\\\[\\\\],]\", \"\"));\n }\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.stream.IntStream;",
"IntStream",
"java.util.stream",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner s = new Scanner(System.in);\n System.out.println(Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()).replaceAll(\"[\\\\[\\\\],]\", \"\"));\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner s = new Scanner(System.in);\n System.out.println(Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()).replaceAll(\"[\\\\[\\\\],]\", \"\"));\n }",
"main",
"{\n Scanner s = new Scanner(System.in);\n System.out.println(Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()).replaceAll(\"[\\\\[\\\\],]\", \"\"));\n }",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"System.out.println(Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()).replaceAll(\"[\\\\[\\\\],]\", \"\"))",
"System.out.println",
"System.out",
"System",
"System.out",
"Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()).replaceAll(\"[\\\\[\\\\],]\", \"\")",
"Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()).replaceAll",
"Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray())",
"Arrays.toString",
"Arrays",
"IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()",
"IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray",
"IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted()",
"IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted",
"IntStream.of(s.nextInt(), s.nextInt(), s.nextInt())",
"IntStream.of",
"IntStream",
"s.nextInt()",
"s.nextInt",
"s",
"s.nextInt()",
"s.nextInt",
"s",
"s.nextInt()",
"s.nextInt",
"s",
"\"[\\\\[\\\\],]\"",
"\"\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner s = new Scanner(System.in);\n System.out.println(Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()).replaceAll(\"[\\\\[\\\\],]\", \"\"));\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner s = new Scanner(System.in);\n System.out.println(Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()).replaceAll(\"[\\\\[\\\\],]\", \"\"));\n }\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
import java.util.stream.IntStream;
public class Main {
public static void main(String[] args) throws Exception {
Scanner s = new Scanner(System.in);
System.out.println(Arrays.toString(IntStream.of(s.nextInt(), s.nextInt(), s.nextInt()).sorted().toArray()).replaceAll("[\\[\\],]", ""));
}
} |
[
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,
42,
40,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
14,
2,
18,
13,
17,
18,
13,
17,
30,
41,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
41,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
30,
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
],
[
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
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
37,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
55,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
66,
68
],
[
63,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
73,
75
],
[
63,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
55,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
81,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
92,
94
],
[
89,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
99,
100
],
[
99,
101
],
[
89,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
81,
107
],
[
8,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
108,
113
],
[
116,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
116,
120
],
[
115,
121
],
[
121,
122
],
[
121,
123
],
[
114,
124
],
[
116,
125
],
[
125,
126
],
[
125,
127
],
[
6,
128
],
[
128,
129
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n \n int[] num = new int[3];\n num[0] = stdIn.nextInt();\n num[1] = stdIn.nextInt();\n num[2] = stdIn.nextInt();\n \n do {\n if (num[0] > num[1]) {\n int n = num[0];\n num[0] = num[1];\n num[1] = n;\n } else if (num[1] > num[2]) {\n int m = num[1];\n num[1] = num[2];\n num[2] = m;\n } else {\n }\n } while(!(num[0]<=num[1] && num[1]<=num[2]));\n \n System.out.println(num[0]+\" \"+num[1]+\" \"+num[2]);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n \n int[] num = new int[3];\n num[0] = stdIn.nextInt();\n num[1] = stdIn.nextInt();\n num[2] = stdIn.nextInt();\n \n do {\n if (num[0] > num[1]) {\n int n = num[0];\n num[0] = num[1];\n num[1] = n;\n } else if (num[1] > num[2]) {\n int m = num[1];\n num[1] = num[2];\n num[2] = m;\n } else {\n }\n } while(!(num[0]<=num[1] && num[1]<=num[2]));\n \n System.out.println(num[0]+\" \"+num[1]+\" \"+num[2]);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n \n int[] num = new int[3];\n num[0] = stdIn.nextInt();\n num[1] = stdIn.nextInt();\n num[2] = stdIn.nextInt();\n \n do {\n if (num[0] > num[1]) {\n int n = num[0];\n num[0] = num[1];\n num[1] = n;\n } else if (num[1] > num[2]) {\n int m = num[1];\n num[1] = num[2];\n num[2] = m;\n } else {\n }\n } while(!(num[0]<=num[1] && num[1]<=num[2]));\n \n System.out.println(num[0]+\" \"+num[1]+\" \"+num[2]);\n }",
"main",
"{\n Scanner stdIn = new Scanner(System.in);\n \n int[] num = new int[3];\n num[0] = stdIn.nextInt();\n num[1] = stdIn.nextInt();\n num[2] = stdIn.nextInt();\n \n do {\n if (num[0] > num[1]) {\n int n = num[0];\n num[0] = num[1];\n num[1] = n;\n } else if (num[1] > num[2]) {\n int m = num[1];\n num[1] = num[2];\n num[2] = m;\n } else {\n }\n } while(!(num[0]<=num[1] && num[1]<=num[2]));\n \n System.out.println(num[0]+\" \"+num[1]+\" \"+num[2]);\n }",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int[] num = new int[3];",
"num",
"new int[3]",
"3",
"num[0] = stdIn.nextInt()",
"num[0]",
"num",
"0",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"num[1] = stdIn.nextInt()",
"num[1]",
"num",
"1",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"num[2] = stdIn.nextInt()",
"num[2]",
"num",
"2",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"do {\n if (num[0] > num[1]) {\n int n = num[0];\n num[0] = num[1];\n num[1] = n;\n } else if (num[1] > num[2]) {\n int m = num[1];\n num[1] = num[2];\n num[2] = m;\n } else {\n }\n } while(!(num[0]<=num[1] && num[1]<=num[2]));",
"!(num[0]<=num[1] && num[1]<=num[2])",
"(num[0]<=num[1] && num[1]<=num[2])",
"num[0]<=num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"num[1]<=num[2]",
"num[1]",
"num",
"1",
"num[2]",
"num",
"2",
"{\n if (num[0] > num[1]) {\n int n = num[0];\n num[0] = num[1];\n num[1] = n;\n } else if (num[1] > num[2]) {\n int m = num[1];\n num[1] = num[2];\n num[2] = m;\n } else {\n }\n }",
"if (num[0] > num[1]) {\n int n = num[0];\n num[0] = num[1];\n num[1] = n;\n } else if (num[1] > num[2]) {\n int m = num[1];\n num[1] = num[2];\n num[2] = m;\n } else {\n }",
"num[0] > num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"{\n int n = num[0];\n num[0] = num[1];\n num[1] = n;\n }",
"int n = num[0];",
"n",
"num[0]",
"num",
"0",
"num[0] = num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"num[1] = n",
"num[1]",
"num",
"1",
"n",
"if (num[1] > num[2]) {\n int m = num[1];\n num[1] = num[2];\n num[2] = m;\n } else {\n }",
"num[1] > num[2]",
"num[1]",
"num",
"1",
"num[2]",
"num",
"2",
"{\n int m = num[1];\n num[1] = num[2];\n num[2] = m;\n }",
"int m = num[1];",
"m",
"num[1]",
"num",
"1",
"num[1] = num[2]",
"num[1]",
"num",
"1",
"num[2]",
"num",
"2",
"num[2] = m",
"num[2]",
"num",
"2",
"m",
"{\n }",
"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.Scanner;
class Main {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
int[] num = new int[3];
num[0] = stdIn.nextInt();
num[1] = stdIn.nextInt();
num[2] = stdIn.nextInt();
do {
if (num[0] > num[1]) {
int n = num[0];
num[0] = num[1];
num[1] = n;
} else if (num[1] > num[2]) {
int m = num[1];
num[1] = num[2];
num[2] = m;
} else {
}
} while(!(num[0]<=num[1] && num[1]<=num[2]));
System.out.println(num[0]+" "+num[1]+" "+num[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,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
92,
5
],
[
92,
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
],
[
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
],
[
0,
91
],
[
91,
92
],
[
91,
93
]
] | [
"import java.util.*;\n\npublic class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n int tmp = 0;\n\n String j = \"No\";\n\n if (a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }\n if (a > c) {\n tmp = a;\n a = c;\n c = tmp;\n }\n if (b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n int tmp = 0;\n\n String j = \"No\";\n\n if (a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }\n if (a > c) {\n tmp = a;\n a = c;\n c = tmp;\n }\n if (b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n int tmp = 0;\n\n String j = \"No\";\n\n if (a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }\n if (a > c) {\n tmp = a;\n a = c;\n c = tmp;\n }\n if (b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n }",
"main",
"{\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n int tmp = 0;\n\n String j = \"No\";\n\n if (a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }\n if (a > c) {\n tmp = a;\n a = c;\n c = tmp;\n }\n if (b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n\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 tmp = 0;",
"tmp",
"0",
"String j = \"No\";",
"j",
"\"No\"",
"if (a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }",
"a > b",
"a",
"b",
"{\n tmp = a;\n a = b;\n b = tmp;\n }",
"tmp = a",
"tmp",
"a",
"a = b",
"a",
"b",
"b = tmp",
"b",
"tmp",
"if (a > c) {\n tmp = a;\n a = c;\n c = tmp;\n }",
"a > c",
"a",
"c",
"{\n tmp = a;\n a = c;\n c = tmp;\n }",
"tmp = a",
"tmp",
"a",
"a = c",
"a",
"c",
"c = tmp",
"c",
"tmp",
"if (b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }",
"b > c",
"b",
"c",
"{\n tmp = b;\n b = c;\n c = tmp;\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\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n int tmp = 0;\n\n String j = \"No\";\n\n if (a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }\n if (a > c) {\n tmp = a;\n a = c;\n c = tmp;\n }\n if (b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n int tmp = 0;\n\n String j = \"No\";\n\n if (a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }\n if (a > c) {\n tmp = a;\n a = c;\n c = tmp;\n }\n if (b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
Scanner stdId = new Scanner(System.in);
int a = stdId.nextInt();
int b = stdId.nextInt();
int c = stdId.nextInt();
int tmp = 0;
String j = "No";
if (a > b) {
tmp = a;
a = b;
b = tmp;
}
if (a > c) {
tmp = a;
a = c;
c = tmp;
}
if (b > c) {
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,
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,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
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
],
[
83,
8
],
[
83,
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
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
66,
68
],
[
59,
69
],
[
69,
70
],
[
70,
71
],
[
59,
72
],
[
73,
73
],
[
11,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
9,
80
],
[
80,
81
],
[
0,
82
],
[
82,
83
],
[
82,
84
]
] | [
"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\n for (int i = 0; i < array.length; i++) {\n \n }\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\n for (int i = 0; i < array.length; i++) {\n \n }\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\n for (int i = 0; i < array.length; i++) {\n \n }\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\n for (int i = 0; i < array.length; i++) {\n \n }\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",
"for (int i = 0; i < array.length; i++) {\n \n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < array.length",
"i",
"array.length",
"array",
"array.length",
"i++",
"i++",
"i",
"{\n \n }",
"{\n \n }",
"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\n for (int i = 0; i < array.length; i++) {\n \n }\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\n for (int i = 0; i < array.length; i++) {\n \n }\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];
for (int i = 0; i < array.length; i++) {
}
System.out.println(s);
}
} |
[
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,
20,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
14,
2,
13,
13,
30,
40,
13,
30,
40,
13,
14,
2,
13,
13,
30,
40,
13,
30,
40,
13,
14,
2,
13,
13,
30,
40,
13,
30,
40,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
40,
13,
40,
13,
0,
18,
13,
13,
13,
0,
18,
13,
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
],
[
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
],
[
8,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
57,
59
],
[
8,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
60,
67
],
[
67,
68
],
[
68,
69
],
[
8,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
75,
76
],
[
70,
77
],
[
77,
78
],
[
78,
79
],
[
8,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
85,
86
],
[
80,
87
],
[
87,
88
],
[
88,
89
],
[
8,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
95,
97
],
[
90,
98
],
[
98,
99
],
[
99,
100
],
[
98,
101
],
[
101,
102
],
[
8,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
8,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
8,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
8,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
118,
123
],
[
126,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
126,
130
],
[
125,
131
],
[
131,
132
],
[
131,
133
],
[
124,
134
],
[
126,
135
],
[
135,
136
],
[
135,
137
],
[
6,
138
],
[
138,
139
]
] | [
"import java.io.*;\n\nclass Main\n{\n\tpublic static void main (String[] args) throws java.lang.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\tint c = Integer.parseInt(div[2]);\n\t\tint num[] = new int[3];\n\t\tint x = 0;\n\t\tint y = 0;\n\t\tint z = 0;\n\n\t\tif (a > b){\n\t\t\tx++;\n\t\t} else {\n\t\t\ty++;\n\t\t}\n\t\t\n\t\tif (b > c){\n\t\t\ty++;\n\t\t} else {\n\t\t\tz++;\n\t\t}\n\t\t\n\t\tif (c > a){\n\t\t\tz++;\n\t\t} else {\n\t\t\tx++;\n\t\t}\n\t\t\n\t\tif (a == b && b == c){\n\t\t\tx++;\n\t\t\tz--;\n\t\t}\n\t\t\n\t\tnum[x] = a;\n\t\tnum[y] = b;\n\t\tnum[z] = c;\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n\tpublic static void main (String[] args) throws java.lang.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\tint c = Integer.parseInt(div[2]);\n\t\tint num[] = new int[3];\n\t\tint x = 0;\n\t\tint y = 0;\n\t\tint z = 0;\n\n\t\tif (a > b){\n\t\t\tx++;\n\t\t} else {\n\t\t\ty++;\n\t\t}\n\t\t\n\t\tif (b > c){\n\t\t\ty++;\n\t\t} else {\n\t\t\tz++;\n\t\t}\n\t\t\n\t\tif (c > a){\n\t\t\tz++;\n\t\t} else {\n\t\t\tx++;\n\t\t}\n\t\t\n\t\tif (a == b && b == c){\n\t\t\tx++;\n\t\t\tz--;\n\t\t}\n\t\t\n\t\tnum[x] = a;\n\t\tnum[y] = b;\n\t\tnum[z] = c;\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.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\tint c = Integer.parseInt(div[2]);\n\t\tint num[] = new int[3];\n\t\tint x = 0;\n\t\tint y = 0;\n\t\tint z = 0;\n\n\t\tif (a > b){\n\t\t\tx++;\n\t\t} else {\n\t\t\ty++;\n\t\t}\n\t\t\n\t\tif (b > c){\n\t\t\ty++;\n\t\t} else {\n\t\t\tz++;\n\t\t}\n\t\t\n\t\tif (c > a){\n\t\t\tz++;\n\t\t} else {\n\t\t\tx++;\n\t\t}\n\t\t\n\t\tif (a == b && b == c){\n\t\t\tx++;\n\t\t\tz--;\n\t\t}\n\t\t\n\t\tnum[x] = a;\n\t\tnum[y] = b;\n\t\tnum[z] = c;\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t}",
"main",
"{\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\tint num[] = new int[3];\n\t\tint x = 0;\n\t\tint y = 0;\n\t\tint z = 0;\n\n\t\tif (a > b){\n\t\t\tx++;\n\t\t} else {\n\t\t\ty++;\n\t\t}\n\t\t\n\t\tif (b > c){\n\t\t\ty++;\n\t\t} else {\n\t\t\tz++;\n\t\t}\n\t\t\n\t\tif (c > a){\n\t\t\tz++;\n\t\t} else {\n\t\t\tx++;\n\t\t}\n\t\t\n\t\tif (a == b && b == c){\n\t\t\tx++;\n\t\t\tz--;\n\t\t}\n\t\t\n\t\tnum[x] = a;\n\t\tnum[y] = b;\n\t\tnum[z] = c;\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] div = str.split(\" \");",
"div",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(div[0]);",
"a",
"Integer.parseInt(div[0])",
"Integer.parseInt",
"Integer",
"div[0]",
"div",
"0",
"int b = Integer.parseInt(div[1]);",
"b",
"Integer.parseInt(div[1])",
"Integer.parseInt",
"Integer",
"div[1]",
"div",
"1",
"int c = Integer.parseInt(div[2]);",
"c",
"Integer.parseInt(div[2])",
"Integer.parseInt",
"Integer",
"div[2]",
"div",
"2",
"int num[] = new int[3];",
"num",
"new int[3]",
"3",
"int x = 0;",
"x",
"0",
"int y = 0;",
"y",
"0",
"int z = 0;",
"z",
"0",
"if (a > b){\n\t\t\tx++;\n\t\t} else {\n\t\t\ty++;\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tx++;\n\t\t}",
"x++",
"x",
"{\n\t\t\ty++;\n\t\t}",
"y++",
"y",
"if (b > c){\n\t\t\ty++;\n\t\t} else {\n\t\t\tz++;\n\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\ty++;\n\t\t}",
"y++",
"y",
"{\n\t\t\tz++;\n\t\t}",
"z++",
"z",
"if (c > a){\n\t\t\tz++;\n\t\t} else {\n\t\t\tx++;\n\t\t}",
"c > a",
"c",
"a",
"{\n\t\t\tz++;\n\t\t}",
"z++",
"z",
"{\n\t\t\tx++;\n\t\t}",
"x++",
"x",
"if (a == b && b == c){\n\t\t\tx++;\n\t\t\tz--;\n\t\t}",
"a == b && b == c",
"a == b",
"a",
"b",
"b == c",
"b",
"c",
"{\n\t\t\tx++;\n\t\t\tz--;\n\t\t}",
"x++",
"x",
"z--",
"z",
"num[x] = a",
"num[x]",
"num",
"x",
"a",
"num[y] = b",
"num[y]",
"num",
"y",
"b",
"num[z] = c",
"num[z]",
"num",
"z",
"c",
"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.io.*;
class Main
{
public static void main (String[] args) throws java.lang.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]);
int c = Integer.parseInt(div[2]);
int num[] = new int[3];
int x = 0;
int y = 0;
int z = 0;
if (a > b){
x++;
} else {
y++;
}
if (b > c){
y++;
} else {
z++;
}
if (c > a){
z++;
} else {
x++;
}
if (a == b && b == c){
x++;
z--;
}
num[x] = a;
num[y] = b;
num[z] = c;
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,
4,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
4,
18,
18,
13,
13,
2,
8,
2,
13,
17,
17,
17,
18,
13,
13,
4,
18,
18,
13,
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
],
[
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
],
[
35,
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
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
57,
62
],
[
56,
63
],
[
63,
64
],
[
63,
65
],
[
8,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
6,
71
],
[
71,
72
]
] | [
"import java.util.*;\nclass Main {\npublic static void main(String[]args)throws Exception {\nScanner sc = new Scanner(System.in);\nint [] as = new int[3];\nfor(int i = 0; i < 3; i++) as[i] = sc.nextInt();\nArrays.sort(as);\nfor(int i = 0; i < 3; i++) System.out.print((i>0 ? \" \":\"\") + as[i]);\nSystem.out.println();\n}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\npublic static void main(String[]args)throws Exception {\nScanner sc = new Scanner(System.in);\nint [] as = new int[3];\nfor(int i = 0; i < 3; i++) as[i] = sc.nextInt();\nArrays.sort(as);\nfor(int i = 0; i < 3; i++) System.out.print((i>0 ? \" \":\"\") + as[i]);\nSystem.out.println();\n}\n}",
"Main",
"public static void main(String[]args)throws Exception {\nScanner sc = new Scanner(System.in);\nint [] as = new int[3];\nfor(int i = 0; i < 3; i++) as[i] = sc.nextInt();\nArrays.sort(as);\nfor(int i = 0; i < 3; i++) System.out.print((i>0 ? \" \":\"\") + as[i]);\nSystem.out.println();\n}",
"main",
"{\nScanner sc = new Scanner(System.in);\nint [] as = new int[3];\nfor(int i = 0; i < 3; i++) as[i] = sc.nextInt();\nArrays.sort(as);\nfor(int i = 0; i < 3; i++) System.out.print((i>0 ? \" \":\"\") + as[i]);\nSystem.out.println();\n}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int [] as = new int[3];",
"as",
"new int[3]",
"3",
"for(int i = 0; i < 3; i++) as[i] = sc.nextInt();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"as[i] = sc.nextInt();",
"as[i] = sc.nextInt()",
"as[i]",
"as",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Arrays.sort(as)",
"Arrays.sort",
"Arrays",
"as",
"for(int i = 0; i < 3; i++) System.out.print((i>0 ? \" \":\"\") + as[i]);",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"System.out.print((i>0 ? \" \":\"\") + as[i]);",
"System.out.print((i>0 ? \" \":\"\") + as[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"(i>0 ? \" \":\"\") + as[i]",
"(i>0 ? \" \":\"\")",
"i>0",
"i",
"0",
"\" \"",
"\"\"",
"as[i]",
"as",
"i",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[]args",
"args"
] | import java.util.*;
class Main {
public static void main(String[]args)throws Exception {
Scanner sc = new Scanner(System.in);
int [] as = new int[3];
for(int i = 0; i < 3; i++) as[i] = sc.nextInt();
Arrays.sort(as);
for(int i = 0; i < 3; i++) System.out.print((i>0 ? " ":"") + as[i]);
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,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
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
] | [
[
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
],
[
27,
32
],
[
32,
33
],
[
32,
34
],
[
27,
35
],
[
35,
36
],
[
36,
37
],
[
27,
38
],
[
39,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
48,
50
],
[
44,
51
],
[
51,
52
],
[
51,
53
],
[
39,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
62,
64
],
[
58,
65
],
[
65,
66
],
[
65,
67
],
[
8,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
76,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
74,
80
],
[
76,
81
],
[
6,
82
],
[
82,
83
]
] | [
"import java.util.Scanner;\nclass Main {\n\n\tpublic static void main(String[] args) {\n\tScanner src = new Scanner(System.in);\n\t\n\tint a = src.nextInt();\n\tint b = src.nextInt();\n\tint c = src.nextInt();\n\t\tfor(int i=0; i<2; i++){\n\t\t\tif(b>c){\n\t\t\t\tint t = b;\n\t\t\t\tb = c;\n\t\t\t\tc = t;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint t = a;\n\t\t\t\ta = b;\n\t\t\t\tb = t;\n\t\t\t}\n\t\t}\n\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n\tpublic static void main(String[] args) {\n\tScanner src = new Scanner(System.in);\n\t\n\tint a = src.nextInt();\n\tint b = src.nextInt();\n\tint c = src.nextInt();\n\t\tfor(int i=0; i<2; i++){\n\t\t\tif(b>c){\n\t\t\t\tint t = b;\n\t\t\t\tb = c;\n\t\t\t\tc = t;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint t = a;\n\t\t\t\ta = b;\n\t\t\t\tb = t;\n\t\t\t}\n\t\t}\n\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\tScanner src = new Scanner(System.in);\n\t\n\tint a = src.nextInt();\n\tint b = src.nextInt();\n\tint c = src.nextInt();\n\t\tfor(int i=0; i<2; i++){\n\t\t\tif(b>c){\n\t\t\t\tint t = b;\n\t\t\t\tb = c;\n\t\t\t\tc = t;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint t = a;\n\t\t\t\ta = b;\n\t\t\t\tb = t;\n\t\t\t}\n\t\t}\n\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}",
"main",
"{\n\tScanner src = new Scanner(System.in);\n\t\n\tint a = src.nextInt();\n\tint b = src.nextInt();\n\tint c = src.nextInt();\n\t\tfor(int i=0; i<2; i++){\n\t\t\tif(b>c){\n\t\t\t\tint t = b;\n\t\t\t\tb = c;\n\t\t\t\tc = t;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint t = a;\n\t\t\t\ta = b;\n\t\t\t\tb = t;\n\t\t\t}\n\t\t}\n\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t}",
"Scanner src = new Scanner(System.in);",
"src",
"new Scanner(System.in)",
"int a = src.nextInt();",
"a",
"src.nextInt()",
"src.nextInt",
"src",
"int b = src.nextInt();",
"b",
"src.nextInt()",
"src.nextInt",
"src",
"int c = src.nextInt();",
"c",
"src.nextInt()",
"src.nextInt",
"src",
"for(int i=0; i<2; i++){\n\t\t\tif(b>c){\n\t\t\t\tint t = b;\n\t\t\t\tb = c;\n\t\t\t\tc = t;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint t = a;\n\t\t\t\ta = b;\n\t\t\t\tb = 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\tif(b>c){\n\t\t\t\tint t = b;\n\t\t\t\tb = c;\n\t\t\t\tc = t;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint t = a;\n\t\t\t\ta = b;\n\t\t\t\tb = t;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(b>c){\n\t\t\t\tint t = b;\n\t\t\t\tb = c;\n\t\t\t\tc = t;\n\t\t\t}\n\t\t\tif(a>b){\n\t\t\t\tint t = a;\n\t\t\t\ta = b;\n\t\t\t\tb = t;\n\t\t\t}\n\t\t}",
"if(b>c){\n\t\t\t\tint t = b;\n\t\t\t\tb = c;\n\t\t\t\tc = t;\n\t\t\t}",
"b>c",
"b",
"c",
"{\n\t\t\t\tint t = b;\n\t\t\t\tb = c;\n\t\t\t\tc = t;\n\t\t\t}",
"int t = b;",
"t",
"b",
"b = c",
"b",
"c",
"c = t",
"c",
"t",
"if(a>b){\n\t\t\t\tint t = a;\n\t\t\t\ta = b;\n\t\t\t\tb = t;\n\t\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\t\tint t = a;\n\t\t\t\ta = b;\n\t\t\t\tb = t;\n\t\t\t}",
"int t = a;",
"t",
"a",
"a = b",
"a",
"b",
"b = t",
"b",
"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",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner src = new Scanner(System.in);
int a = src.nextInt();
int b = src.nextInt();
int c = src.nextInt();
for(int i=0; i<2; i++){
if(b>c){
int t = b;
b = c;
c = t;
}
if(a>b){
int t = a;
a = b;
b = t;
}
}
System.out.println(a+" "+b+" "+c);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
4,
18,
20,
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,
4,
18,
13,
13,
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,
17,
4,
18,
18,
13,
13,
17,
14,
2,
13,
17,
4,
18,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
93,
5
],
[
93,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
11,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
30,
31
],
[
30,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
8,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
48,
58
],
[
58,
59
],
[
59,
60
],
[
48,
61
],
[
62,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
68,
69
],
[
68,
70
],
[
62,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
62,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
6,
90
],
[
90,
91
],
[
0,
92
],
[
92,
93
],
[
92,
94
]
] | [
"import java.util.Arrays;\n\npublic class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\tint c = Integer.parseInt(input[2]);\n\tint[] an = new int[]{a, b, c};\n\tArrays.sort(an);\n\tfor (int i = 0; i < an.length; i++)\n\t{\n\t\tSystem.out.print(an[i]);\n\t\tif (i != 2)\n\t\t\tSystem.out.print(\" \");\n\t\tif (i == 2)\n\t\t\tSystem.out.println();\n\t}\n\t\n\t\n\t\n\t\n}\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\tint c = Integer.parseInt(input[2]);\n\tint[] an = new int[]{a, b, c};\n\tArrays.sort(an);\n\tfor (int i = 0; i < an.length; i++)\n\t{\n\t\tSystem.out.print(an[i]);\n\t\tif (i != 2)\n\t\t\tSystem.out.print(\" \");\n\t\tif (i == 2)\n\t\t\tSystem.out.println();\n\t}\n\t\n\t\n\t\n\t\n}\n}",
"Main",
"public static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\tint c = Integer.parseInt(input[2]);\n\tint[] an = new int[]{a, b, c};\n\tArrays.sort(an);\n\tfor (int i = 0; i < an.length; i++)\n\t{\n\t\tSystem.out.print(an[i]);\n\t\tif (i != 2)\n\t\t\tSystem.out.print(\" \");\n\t\tif (i == 2)\n\t\t\tSystem.out.println();\n\t}\n\t\n\t\n\t\n\t\n}",
"main",
"{\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\tint c = Integer.parseInt(input[2]);\n\tint[] an = new int[]{a, b, c};\n\tArrays.sort(an);\n\tfor (int i = 0; i < an.length; i++)\n\t{\n\t\tSystem.out.print(an[i]);\n\t\tif (i != 2)\n\t\t\tSystem.out.print(\" \");\n\t\tif (i == 2)\n\t\t\tSystem.out.println();\n\t}\n\t\n\t\n\t\n\t\n}",
"String[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");",
"input",
"new java.util.Scanner ( System.in ). nextLine().split(\" \")",
"new java.util.Scanner ( System.in ). nextLine().split",
"new java.util.Scanner ( System.in ). nextLine()",
"new java.util.Scanner ( System.in ). nextLine",
"new java.util.Scanner ( System.in )",
"\" \"",
"int a = Integer.parseInt(input[0]);",
"a",
"Integer.parseInt(input[0])",
"Integer.parseInt",
"Integer",
"input[0]",
"input",
"0",
"int b = Integer.parseInt(input[1]);",
"b",
"Integer.parseInt(input[1])",
"Integer.parseInt",
"Integer",
"input[1]",
"input",
"1",
"int c = Integer.parseInt(input[2]);",
"c",
"Integer.parseInt(input[2])",
"Integer.parseInt",
"Integer",
"input[2]",
"input",
"2",
"int[] an = new int[]{a, b, c};",
"an",
"new int[]{a, b, c}",
"Arrays.sort(an)",
"Arrays.sort",
"Arrays",
"an",
"for (int i = 0; i < an.length; i++)\n\t{\n\t\tSystem.out.print(an[i]);\n\t\tif (i != 2)\n\t\t\tSystem.out.print(\" \");\n\t\tif (i == 2)\n\t\t\tSystem.out.println();\n\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < an.length",
"i",
"an.length",
"an",
"an.length",
"i++",
"i++",
"i",
"{\n\t\tSystem.out.print(an[i]);\n\t\tif (i != 2)\n\t\t\tSystem.out.print(\" \");\n\t\tif (i == 2)\n\t\t\tSystem.out.println();\n\t}",
"{\n\t\tSystem.out.print(an[i]);\n\t\tif (i != 2)\n\t\t\tSystem.out.print(\" \");\n\t\tif (i == 2)\n\t\t\tSystem.out.println();\n\t}",
"System.out.print(an[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"an[i]",
"an",
"i",
"if (i != 2)\n\t\t\tSystem.out.print(\" \");",
"i != 2",
"i",
"2",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"if (i == 2)\n\t\t\tSystem.out.println();",
"i == 2",
"i",
"2",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[] args",
"args",
"public class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\tint c = Integer.parseInt(input[2]);\n\tint[] an = new int[]{a, b, c};\n\tArrays.sort(an);\n\tfor (int i = 0; i < an.length; i++)\n\t{\n\t\tSystem.out.print(an[i]);\n\t\tif (i != 2)\n\t\t\tSystem.out.print(\" \");\n\t\tif (i == 2)\n\t\t\tSystem.out.println();\n\t}\n\t\n\t\n\t\n\t\n}\n}",
"public class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\tint c = Integer.parseInt(input[2]);\n\tint[] an = new int[]{a, b, c};\n\tArrays.sort(an);\n\tfor (int i = 0; i < an.length; i++)\n\t{\n\t\tSystem.out.print(an[i]);\n\t\tif (i != 2)\n\t\t\tSystem.out.print(\" \");\n\t\tif (i == 2)\n\t\t\tSystem.out.println();\n\t}\n\t\n\t\n\t\n\t\n}\n}",
"Main"
] | import java.util.Arrays;
public class Main {
public static void main(String[] args){
String[] input = new java.util.Scanner ( System.in ). nextLine().split(" ");
int a = Integer.parseInt(input[0]);
int b = Integer.parseInt(input[1]);
int c = Integer.parseInt(input[2]);
int[] an = new int[]{a, b, c};
Arrays.sort(an);
for (int i = 0; i < an.length; i++)
{
System.out.print(an[i]);
if (i != 2)
System.out.print(" ");
if (i == 2)
System.out.println();
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
38,
5,
13,
30,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
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
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
11,
16
],
[
16,
17
],
[
11,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
11,
22
],
[
22,
23
],
[
11,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
34,
39
],
[
28,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
28,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
28,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
61,
62
],
[
61,
63
],
[
28,
64
],
[
64,
65
],
[
65,
66
],
[
64,
67
],
[
28,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
76,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
75,
81
],
[
81,
82
],
[
81,
83
],
[
74,
84
],
[
76,
85
],
[
85,
86
],
[
85,
87
],
[
9,
88
],
[
88,
89
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tint a, b, c, max, middle, bottom;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tArrays.sort(line);\n\t\t\t\n\t\t\tSystem.out.println(line[0]+\" \"+line[1]+\" \"+line[2]);\n\t\t} catch(Exception e){\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tpublic static void main(String[] args){\n\t\tint a, b, c, max, middle, bottom;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tArrays.sort(line);\n\t\t\t\n\t\t\tSystem.out.println(line[0]+\" \"+line[1]+\" \"+line[2]);\n\t\t} catch(Exception e){\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint a, b, c, max, middle, bottom;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tArrays.sort(line);\n\t\t\t\n\t\t\tSystem.out.println(line[0]+\" \"+line[1]+\" \"+line[2]);\n\t\t} catch(Exception e){\n\t\t}\n\t}",
"main",
"{\n\t\tint a, b, c, max, middle, bottom;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tArrays.sort(line);\n\t\t\t\n\t\t\tSystem.out.println(line[0]+\" \"+line[1]+\" \"+line[2]);\n\t\t} catch(Exception e){\n\t\t}\n\t}",
"int a",
"a",
"b",
"b",
"c",
"c",
"max",
"max",
"middle",
"middle",
"bottom;",
"bottom",
"try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tArrays.sort(line);\n\t\t\t\n\t\t\tSystem.out.println(line[0]+\" \"+line[1]+\" \"+line[2]);\n\t\t} catch(Exception e){\n\t\t}",
"catch(Exception e){\n\t\t}",
"Exception e",
"{\n\t\t}",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tArrays.sort(line);\n\t\t\t\n\t\t\tSystem.out.println(line[0]+\" \"+line[1]+\" \"+line[2]);\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] line = br.readLine().split(\" \");",
"line",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"a = Integer.parseInt(line[0])",
"a",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"b = Integer.parseInt(line[1])",
"b",
"Integer.parseInt(line[1])",
"Integer.parseInt",
"Integer",
"line[1]",
"line",
"1",
"c = Integer.parseInt(line[2])",
"c",
"Integer.parseInt(line[2])",
"Integer.parseInt",
"Integer",
"line[2]",
"line",
"2",
"Arrays.sort(line)",
"Arrays.sort",
"Arrays",
"line",
"System.out.println(line[0]+\" \"+line[1]+\" \"+line[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"line[0]+\" \"+line[1]+\" \"+line[2]",
"\" \"",
"line[1]",
"line[0]+\" \"+line[1]+\" \"+line[2]",
"line[0]",
"line",
"0",
"\" \"",
"line[1]",
"line",
"1",
"\" \"",
"line[2]",
"line",
"2",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String[] args){
int a, b, c, max, middle, bottom;
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] line = br.readLine().split(" ");
a = Integer.parseInt(line[0]);
b = Integer.parseInt(line[1]);
c = Integer.parseInt(line[2]);
Arrays.sort(line);
System.out.println(line[0]+" "+line[1]+" "+line[2]);
} catch(Exception e){
}
}
} |
[
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,
0,
18,
13,
13,
4,
18,
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,
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
],
[
127,
5
],
[
127,
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
],
[
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
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
38,
50
],
[
50,
51
],
[
51,
52
],
[
38,
53
],
[
54,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
55,
64
],
[
64,
65
],
[
64,
66
],
[
55,
67
],
[
67,
68
],
[
68,
69
],
[
55,
70
],
[
71,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
79,
81
],
[
72,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
85,
87
],
[
82,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
94,
96
],
[
82,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
100,
101
],
[
100,
102
],
[
97,
103
],
[
8,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
112,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
111,
117
],
[
117,
118
],
[
117,
119
],
[
110,
120
],
[
112,
121
],
[
121,
122
],
[
121,
123
],
[
6,
124
],
[
124,
125
],
[
0,
126
],
[
126,
127
],
[
126,
128
]
] | [
"import java.util.Scanner;\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor(int i=0;i<a.length;i++){\n\t\ta[i] = scan.nextInt();\n\t\t}\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=a.length-1;j>i;j--){\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor(int i=0;i<a.length;i++){\n\t\ta[i] = scan.nextInt();\n\t\t}\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=a.length-1;j>i;j--){\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor(int i=0;i<a.length;i++){\n\t\ta[i] = scan.nextInt();\n\t\t}\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=a.length-1;j>i;j--){\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor(int i=0;i<a.length;i++){\n\t\ta[i] = scan.nextInt();\n\t\t}\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=a.length-1;j>i;j--){\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a[] = new int[3];",
"a",
"new int[3]",
"3",
"for(int i=0;i<a.length;i++){\n\t\ta[i] = scan.nextInt();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<a.length",
"i",
"a.length",
"a",
"a.length",
"i++",
"i++",
"i",
"{\n\t\ta[i] = scan.nextInt();\n\t\t}",
"{\n\t\ta[i] = scan.nextInt();\n\t\t}",
"a[i] = scan.nextInt()",
"a[i]",
"a",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"for(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=a.length-1;j>i;j--){\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<a.length-1",
"i",
"a.length-1",
"a.length",
"a",
"a.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j=a.length-1;j>i;j--){\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j=a.length-1;j>i;j--){\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j=a.length-1;j>i;j--){\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}",
"int j=a.length-1;",
"int j=a.length-1;",
"j",
"a.length-1",
"a.length",
"a",
"a.length",
"1",
"j>i",
"j",
"i",
"j--",
"j--",
"j",
"{\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}",
"if(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}",
"a[j]<a[j-1]",
"a[j]",
"a",
"j",
"a[j-1]",
"a",
"j-1",
"j",
"1",
"{\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}",
"int t=a[j];",
"t",
"a[j]",
"a",
"j",
"a[j]=a[j-1]",
"a[j]",
"a",
"j",
"a[j-1]",
"a",
"j-1",
"j",
"1",
"a[j-1]=t",
"a[j-1]",
"a",
"j-1",
"j",
"1",
"t",
"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 scan = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor(int i=0;i<a.length;i++){\n\t\ta[i] = scan.nextInt();\n\t\t}\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=a.length-1;j>i;j--){\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor(int i=0;i<a.length;i++){\n\t\ta[i] = scan.nextInt();\n\t\t}\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=a.length-1;j>i;j--){\n\t\t\t\tif(a[j]<a[j-1]){\n\t\t\t\t\tint t=a[j];\n\t\t\t\t\ta[j]=a[j-1];\n\t\t\t\t\ta[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[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 a[] = new int[3];
for(int i=0;i<a.length;i++){
a[i] = scan.nextInt();
}
for(int i=0;i<a.length-1;i++){
for(int j=a.length-1;j>i;j--){
if(a[j]<a[j-1]){
int t=a[j];
a[j]=a[j-1];
a[j-1]=t;
}
}
}
System.out.println(a[0]+" "+a[1]+" "+a[2]);
}
} |
[
7,
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,
13,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
15,
20
],
[
20,
21
],
[
20,
22
],
[
15,
23
],
[
23,
24
],
[
24,
25
],
[
15,
26
],
[
27,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
32,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
38,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
38,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
38,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
6,
59
],
[
59,
60
]
] | [
"import java.util.*;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n List<Integer> a = new ArrayList<Integer>(3);\n for(int i = 0; i < 3; i++) {\n a.add(sc.nextInt());\n }\n Collections.sort(a);\n System.out.printf(\"%d %d %d\\n\", a.get(0), a.get(1), a.get(2));\n sc.close();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n List<Integer> a = new ArrayList<Integer>(3);\n for(int i = 0; i < 3; i++) {\n a.add(sc.nextInt());\n }\n Collections.sort(a);\n System.out.printf(\"%d %d %d\\n\", a.get(0), a.get(1), a.get(2));\n sc.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n List<Integer> a = new ArrayList<Integer>(3);\n for(int i = 0; i < 3; i++) {\n a.add(sc.nextInt());\n }\n Collections.sort(a);\n System.out.printf(\"%d %d %d\\n\", a.get(0), a.get(1), a.get(2));\n sc.close();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n List<Integer> a = new ArrayList<Integer>(3);\n for(int i = 0; i < 3; i++) {\n a.add(sc.nextInt());\n }\n Collections.sort(a);\n System.out.printf(\"%d %d %d\\n\", a.get(0), a.get(1), a.get(2));\n sc.close();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"List<Integer> a = new ArrayList<Integer>(3);",
"a",
"new ArrayList<Integer>(3)",
"for(int i = 0; i < 3; i++) {\n a.add(sc.nextInt());\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n a.add(sc.nextInt());\n }",
"{\n a.add(sc.nextInt());\n }",
"a.add(sc.nextInt())",
"a.add",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Collections.sort(a)",
"Collections.sort",
"Collections",
"a",
"System.out.printf(\"%d %d %d\\n\", a.get(0), a.get(1), a.get(2))",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"a.get(0)",
"a.get",
"a",
"0",
"a.get(1)",
"a.get",
"a",
"1",
"a.get(2)",
"a.get",
"a",
"2",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args"
] | import java.util.*;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
List<Integer> a = new ArrayList<Integer>(3);
for(int i = 0; i < 3; i++) {
a.add(sc.nextInt());
}
Collections.sort(a);
System.out.printf("%d %d %d\n", a.get(0), a.get(1), a.get(2));
sc.close();
}
}
|
[
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,
41,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
17,
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
],
[
81,
5
],
[
81,
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
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
8,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
8,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
8,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
8,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
72,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
70,
76
],
[
72,
77
],
[
6,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] | [
"import java.util.*;\n\n\npublic class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<Integer>();\n\t\t\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t\t\n\t list.add(a);\n\t list.add(b);\n\t list.add(c);\n\n\t Collections.sort(list);\n\n\t int ans1 = list.get(0);\n\t int ans2 = list.get(1);\n\t int ans3 = list.get(2);\n\n\t System.out.println(ans1 + \" \" + ans2 + \" \" + ans3);\n\t}\n\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<Integer>();\n\t\t\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t\t\n\t list.add(a);\n\t list.add(b);\n\t list.add(c);\n\n\t Collections.sort(list);\n\n\t int ans1 = list.get(0);\n\t int ans2 = list.get(1);\n\t int ans3 = list.get(2);\n\n\t System.out.println(ans1 + \" \" + ans2 + \" \" + ans3);\n\t}\n\n}",
"Main",
"public static void main(String[] args)\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<Integer>();\n\t\t\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t\t\n\t list.add(a);\n\t list.add(b);\n\t list.add(c);\n\n\t Collections.sort(list);\n\n\t int ans1 = list.get(0);\n\t int ans2 = list.get(1);\n\t int ans3 = list.get(2);\n\n\t System.out.println(ans1 + \" \" + ans2 + \" \" + ans3);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<Integer>();\n\t\t\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t\t\n\t list.add(a);\n\t list.add(b);\n\t list.add(c);\n\n\t Collections.sort(list);\n\n\t int ans1 = list.get(0);\n\t int ans2 = list.get(1);\n\t int ans3 = list.get(2);\n\n\t System.out.println(ans1 + \" \" + ans2 + \" \" + ans3);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"List<Integer> list = new ArrayList<Integer>();",
"list",
"new ArrayList<Integer>()",
"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.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",
"int ans1 = list.get(0);",
"ans1",
"list.get(0)",
"list.get",
"list",
"0",
"int ans2 = list.get(1);",
"ans2",
"list.get(1)",
"list.get",
"list",
"1",
"int ans3 = list.get(2);",
"ans3",
"list.get(2)",
"list.get",
"list",
"2",
"System.out.println(ans1 + \" \" + ans2 + \" \" + ans3)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans1 + \" \" + ans2 + \" \" + ans3",
"\" \"",
"ans2",
"ans1 + \" \" + ans2 + \" \" + ans3",
"ans1",
"\" \"",
"ans2",
"\" \"",
"ans3",
"String[] args",
"args",
"public class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<Integer>();\n\t\t\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t\t\n\t list.add(a);\n\t list.add(b);\n\t list.add(c);\n\n\t Collections.sort(list);\n\n\t int ans1 = list.get(0);\n\t int ans2 = list.get(1);\n\t int ans3 = list.get(2);\n\n\t System.out.println(ans1 + \" \" + ans2 + \" \" + ans3);\n\t}\n\n}",
"public class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> list = new ArrayList<Integer>();\n\t\t\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t\t\n\t list.add(a);\n\t list.add(b);\n\t list.add(c);\n\n\t Collections.sort(list);\n\n\t int ans1 = list.get(0);\n\t int ans2 = list.get(1);\n\t int ans3 = list.get(2);\n\n\t System.out.println(ans1 + \" \" + ans2 + \" \" + ans3);\n\t}\n\n}",
"Main"
] | import java.util.*;
public class Main
{
public static void main(String[] args)
{
Scanner sc = new Scanner(System.in);
List<Integer> list = new ArrayList<Integer>();
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
list.add(a);
list.add(b);
list.add(c);
Collections.sort(list);
int ans1 = list.get(0);
int ans2 = list.get(1);
int ans3 = list.get(2);
System.out.println(ans1 + " " + ans2 + " " + ans3);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
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,
18,
13,
13,
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,
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
],
[
138,
5
],
[
138,
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
],
[
23,
24
],
[
23,
25
],
[
8,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
33,
35
],
[
26,
36
],
[
36,
37
],
[
37,
38
],
[
26,
39
],
[
40,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
51,
61
],
[
61,
62
],
[
62,
63
],
[
51,
64
],
[
65,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
66,
75
],
[
75,
76
],
[
75,
77
],
[
66,
78
],
[
78,
79
],
[
79,
80
],
[
66,
81
],
[
82,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
90,
92
],
[
83,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
93,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
103,
104
],
[
103,
105
],
[
105,
106
],
[
105,
107
],
[
93,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
111,
112
],
[
111,
113
],
[
108,
114
],
[
8,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
115,
120
],
[
123,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
123,
127
],
[
122,
128
],
[
128,
129
],
[
128,
130
],
[
121,
131
],
[
123,
132
],
[
132,
133
],
[
132,
134
],
[
6,
135
],
[
135,
136
],
[
0,
137
],
[
137,
138
],
[
137,
139
]
] | [
"import java.util.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\n\t\tint[] numb = new int[num.length];\n\n\t\tfor(int i = 0; i < numb.length; i++){\n\t\t\tnumb[i] = Integer.parseInt(num[i]);\n\t\t}\n\n\t\tfor(int i = 0; i <numb.length; i++){\n\t\t\tfor(int j = numb.length - 1; j > i; j--){\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numb[0] + \" \" + numb[1] + \" \" + numb[2]);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\n\t\tint[] numb = new int[num.length];\n\n\t\tfor(int i = 0; i < numb.length; i++){\n\t\t\tnumb[i] = Integer.parseInt(num[i]);\n\t\t}\n\n\t\tfor(int i = 0; i <numb.length; i++){\n\t\t\tfor(int j = numb.length - 1; j > i; j--){\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numb[0] + \" \" + numb[1] + \" \" + numb[2]);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\n\t\tint[] numb = new int[num.length];\n\n\t\tfor(int i = 0; i < numb.length; i++){\n\t\t\tnumb[i] = Integer.parseInt(num[i]);\n\t\t}\n\n\t\tfor(int i = 0; i <numb.length; i++){\n\t\t\tfor(int j = numb.length - 1; j > i; j--){\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numb[0] + \" \" + numb[1] + \" \" + numb[2]);\n\t}",
"main",
"{\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\n\t\tint[] numb = new int[num.length];\n\n\t\tfor(int i = 0; i < numb.length; i++){\n\t\t\tnumb[i] = Integer.parseInt(num[i]);\n\t\t}\n\n\t\tfor(int i = 0; i <numb.length; i++){\n\t\t\tfor(int j = numb.length - 1; j > i; j--){\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numb[0] + \" \" + numb[1] + \" \" + numb[2]);\n\t}",
"String input = new Scanner(System.in).nextLine();",
"input",
"new Scanner(System.in).nextLine()",
"new Scanner(System.in).nextLine",
"new Scanner(System.in)",
"String[] num = input.split(\"\\\\s\");",
"num",
"input.split(\"\\\\s\")",
"input.split",
"input",
"\"\\\\s\"",
"int[] numb = new int[num.length];",
"numb",
"new int[num.length]",
"num.length",
"num",
"num.length",
"for(int i = 0; i < numb.length; i++){\n\t\t\tnumb[i] = Integer.parseInt(num[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < numb.length",
"i",
"numb.length",
"numb",
"numb.length",
"i++",
"i++",
"i",
"{\n\t\t\tnumb[i] = Integer.parseInt(num[i]);\n\t\t}",
"{\n\t\t\tnumb[i] = Integer.parseInt(num[i]);\n\t\t}",
"numb[i] = Integer.parseInt(num[i])",
"numb[i]",
"numb",
"i",
"Integer.parseInt(num[i])",
"Integer.parseInt",
"Integer",
"num[i]",
"num",
"i",
"for(int i = 0; i <numb.length; i++){\n\t\t\tfor(int j = numb.length - 1; j > i; j--){\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i <numb.length",
"i",
"numb.length",
"numb",
"numb.length",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j = numb.length - 1; j > i; j--){\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j = numb.length - 1; j > i; j--){\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j = numb.length - 1; j > i; j--){\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}",
"int j = numb.length - 1;",
"int j = numb.length - 1;",
"j",
"numb.length - 1",
"numb.length",
"numb",
"numb.length",
"1",
"j > i",
"j",
"i",
"j--",
"j--",
"j",
"{\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}",
"if(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}",
"numb[j] < numb[j-1]",
"numb[j]",
"numb",
"j",
"numb[j-1]",
"numb",
"j-1",
"j",
"1",
"{\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}",
"int s = numb[j];",
"s",
"numb[j]",
"numb",
"j",
"numb[j] = numb[j-1]",
"numb[j]",
"numb",
"j",
"numb[j-1]",
"numb",
"j-1",
"j",
"1",
"numb[j-1] = s",
"numb[j-1]",
"numb",
"j-1",
"j",
"1",
"s",
"System.out.println(numb[0] + \" \" + numb[1] + \" \" + numb[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"numb[0] + \" \" + numb[1] + \" \" + numb[2]",
"\" \"",
"numb[1]",
"numb[0] + \" \" + numb[1] + \" \" + numb[2]",
"numb[0]",
"numb",
"0",
"\" \"",
"numb[1]",
"numb",
"1",
"\" \"",
"numb[2]",
"numb",
"2",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\n\t\tint[] numb = new int[num.length];\n\n\t\tfor(int i = 0; i < numb.length; i++){\n\t\t\tnumb[i] = Integer.parseInt(num[i]);\n\t\t}\n\n\t\tfor(int i = 0; i <numb.length; i++){\n\t\t\tfor(int j = numb.length - 1; j > i; j--){\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numb[0] + \" \" + numb[1] + \" \" + numb[2]);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\n\t\tint[] numb = new int[num.length];\n\n\t\tfor(int i = 0; i < numb.length; i++){\n\t\t\tnumb[i] = Integer.parseInt(num[i]);\n\t\t}\n\n\t\tfor(int i = 0; i <numb.length; i++){\n\t\t\tfor(int j = numb.length - 1; j > i; j--){\n\t\t\t\tif(numb[j] < numb[j-1]){\n\t\t\t\t\tint s = numb[j];\n\t\t\t\t\tnumb[j] = numb[j-1];\n\t\t\t\t\tnumb[j-1] = s;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numb[0] + \" \" + numb[1] + \" \" + numb[2]);\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
String input = new Scanner(System.in).nextLine();
String[] num = input.split("\\s");
int[] numb = new int[num.length];
for(int i = 0; i < numb.length; i++){
numb[i] = Integer.parseInt(num[i]);
}
for(int i = 0; i <numb.length; i++){
for(int j = numb.length - 1; j > i; j--){
if(numb[j] < numb[j-1]){
int s = numb[j];
numb[j] = numb[j-1];
numb[j-1] = s;
}
}
}
System.out.println(numb[0] + " " + numb[1] + " " + numb[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,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
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
],
[
168,
5
],
[
168,
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
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
44,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
42,
48
],
[
44,
49
],
[
27,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
55,
57
],
[
50,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
67,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
65,
71
],
[
67,
72
],
[
50,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
73,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
90,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
88,
94
],
[
90,
95
],
[
73,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
101,
103
],
[
96,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
113,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
111,
117
],
[
113,
118
],
[
96,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
120,
124
],
[
124,
125
],
[
124,
126
],
[
119,
127
],
[
127,
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
],
[
119,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
143,
147
],
[
147,
148
],
[
147,
149
],
[
142,
150
],
[
150,
151
],
[
151,
152
],
[
152,
153
],
[
153,
154
],
[
153,
155
],
[
151,
156
],
[
159,
157
],
[
157,
158
],
[
158,
159
],
[
159,
160
],
[
159,
161
],
[
158,
162
],
[
157,
163
],
[
159,
164
],
[
6,
165
],
[
165,
166
],
[
0,
167
],
[
167,
168
],
[
167,
169
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t \n\t if(a<=b&&b<=c){\n\t \t System.out.println(a + \" \" + b + \" \" + c);\n\n\t }\n\t else if(b<=a&&a<=c){\n\t \t System.out.println(b + \" \" + a + \" \" + c);\n\n\t }\n\t \n\t else if(c<=a&&a<=b){\n\t \t System.out.println(c + \" \" + a + \" \" + b);\n\n\t }\n\t else if(a<=c&&c<=b){\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\t }\n\n\t else if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t \n\t if(a<=b&&b<=c){\n\t \t System.out.println(a + \" \" + b + \" \" + c);\n\n\t }\n\t else if(b<=a&&a<=c){\n\t \t System.out.println(b + \" \" + a + \" \" + c);\n\n\t }\n\t \n\t else if(c<=a&&a<=b){\n\t \t System.out.println(c + \" \" + a + \" \" + b);\n\n\t }\n\t else if(a<=c&&c<=b){\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\t }\n\n\t else if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t \n\t if(a<=b&&b<=c){\n\t \t System.out.println(a + \" \" + b + \" \" + c);\n\n\t }\n\t else if(b<=a&&a<=c){\n\t \t System.out.println(b + \" \" + a + \" \" + c);\n\n\t }\n\t \n\t else if(c<=a&&a<=b){\n\t \t System.out.println(c + \" \" + a + \" \" + b);\n\n\t }\n\t else if(a<=c&&c<=b){\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\t }\n\n\t else if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }\n\t}",
"main",
"{\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t \n\t if(a<=b&&b<=c){\n\t \t System.out.println(a + \" \" + b + \" \" + c);\n\n\t }\n\t else if(b<=a&&a<=c){\n\t \t System.out.println(b + \" \" + a + \" \" + c);\n\n\t }\n\t \n\t else if(c<=a&&a<=b){\n\t \t System.out.println(c + \" \" + a + \" \" + b);\n\n\t }\n\t else if(a<=c&&c<=b){\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\t }\n\n\t else if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<=b&&b<=c){\n\t \t System.out.println(a + \" \" + b + \" \" + c);\n\n\t }\n\t else if(b<=a&&a<=c){\n\t \t System.out.println(b + \" \" + a + \" \" + c);\n\n\t }\n\t \n\t else if(c<=a&&a<=b){\n\t \t System.out.println(c + \" \" + a + \" \" + b);\n\n\t }\n\t else if(a<=c&&c<=b){\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\t }\n\n\t else if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }",
"a<=b&&b<=c",
"a<=b",
"a",
"b",
"b<=c",
"b",
"c",
"{\n\t \t System.out.println(a + \" \" + b + \" \" + c);\n\n\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(b<=a&&a<=c){\n\t \t System.out.println(b + \" \" + a + \" \" + c);\n\n\t }\n\t \n\t else if(c<=a&&a<=b){\n\t \t System.out.println(c + \" \" + a + \" \" + b);\n\n\t }\n\t else if(a<=c&&c<=b){\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\t }\n\n\t else if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }",
"b<=a&&a<=c",
"b<=a",
"b",
"a",
"a<=c",
"a",
"c",
"{\n\t \t System.out.println(b + \" \" + a + \" \" + c);\n\n\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",
"if(c<=a&&a<=b){\n\t \t System.out.println(c + \" \" + a + \" \" + b);\n\n\t }\n\t else if(a<=c&&c<=b){\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\t }\n\n\t else if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }",
"c<=a&&a<=b",
"c<=a",
"c",
"a",
"a<=b",
"a",
"b",
"{\n\t \t System.out.println(c + \" \" + a + \" \" + b);\n\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",
"if(a<=c&&c<=b){\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\t }\n\n\t else if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }",
"a<=c&&c<=b",
"a<=c",
"a",
"c",
"c<=b",
"c",
"b",
"{\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\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",
"if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }",
"c<=b&&b<=a",
"c<=b",
"c",
"b",
"b<=a",
"b",
"a",
"{\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\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",
"if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }",
"b<=c&&c<=a",
"b<=c",
"b",
"c",
"c<=a",
"c",
"a",
"{\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\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",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t \n\t if(a<=b&&b<=c){\n\t \t System.out.println(a + \" \" + b + \" \" + c);\n\n\t }\n\t else if(b<=a&&a<=c){\n\t \t System.out.println(b + \" \" + a + \" \" + c);\n\n\t }\n\t \n\t else if(c<=a&&a<=b){\n\t \t System.out.println(c + \" \" + a + \" \" + b);\n\n\t }\n\t else if(a<=c&&c<=b){\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\t }\n\n\t else if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t int c = sc.nextInt();\n\t \n\t if(a<=b&&b<=c){\n\t \t System.out.println(a + \" \" + b + \" \" + c);\n\n\t }\n\t else if(b<=a&&a<=c){\n\t \t System.out.println(b + \" \" + a + \" \" + c);\n\n\t }\n\t \n\t else if(c<=a&&a<=b){\n\t \t System.out.println(c + \" \" + a + \" \" + b);\n\n\t }\n\t else if(a<=c&&c<=b){\n\t \t System.out.println(a + \" \" + c + \" \" + b);\n\n\t }\n\n\t else if(c<=b&&b<=a){\n\t \t System.out.println(c + \" \" + b + \" \" + a);\n\n\t }\n\n\t else if(b<=c&&c<=a){\n\t \t System.out.println(b + \" \" + c + \" \" + a);\n\n\t }\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if(a<=b&&b<=c){
System.out.println(a + " " + b + " " + c);
}
else if(b<=a&&a<=c){
System.out.println(b + " " + a + " " + c);
}
else if(c<=a&&a<=b){
System.out.println(c + " " + a + " " + b);
}
else if(a<=c&&c<=b){
System.out.println(a + " " + c + " " + b);
}
else if(c<=b&&b<=a){
System.out.println(c + " " + b + " " + a);
}
else if(b<=c&&c<=a){
System.out.println(b + " " + c + " " + a);
}
}
}
|
[
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,
0,
18,
13,
13,
4,
18,
13,
11,
1,
41,
13,
2,
18,
13,
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,
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
],
[
137,
5
],
[
137,
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
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
37,
46
],
[
46,
47
],
[
46,
48
],
[
37,
49
],
[
49,
50
],
[
50,
51
],
[
37,
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
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
95,
107
],
[
107,
108
],
[
108,
109
],
[
95,
110
],
[
111,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
112,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
117,
121
],
[
8,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
122,
127
],
[
127,
128
],
[
127,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
129,
133
],
[
6,
134
],
[
134,
135
],
[
0,
136
],
[
136,
137
],
[
136,
138
]
] | [
"import java.util.Scanner;\n\npublic class Main\n{\n\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner in = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor (int i = 0; i < a.length; i++)\n\t\t\ta[i] = in.nextInt();\n\n\t\tfor (int i = a.length - 1; i > 0; i--)\n\t\t{\n\t\t\tfor (int j = i - 1; j >= 0; j--)\n\t\t\t{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t\tfor (int q = 0; q < a.length-1; q++)\n\t\t{\n\t\t\tSystem.out.print(a[q] + \" \");\n\t\t}\n\t\tSystem.out.println(a[a.length-1]);\n\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main\n{\n\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner in = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor (int i = 0; i < a.length; i++)\n\t\t\ta[i] = in.nextInt();\n\n\t\tfor (int i = a.length - 1; i > 0; i--)\n\t\t{\n\t\t\tfor (int j = i - 1; j >= 0; j--)\n\t\t\t{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t\tfor (int q = 0; q < a.length-1; q++)\n\t\t{\n\t\t\tSystem.out.print(a[q] + \" \");\n\t\t}\n\t\tSystem.out.println(a[a.length-1]);\n\n\n\t}\n\n}",
"Main",
"public static void main(String[] args)\n\t{\n\t\tScanner in = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor (int i = 0; i < a.length; i++)\n\t\t\ta[i] = in.nextInt();\n\n\t\tfor (int i = a.length - 1; i > 0; i--)\n\t\t{\n\t\t\tfor (int j = i - 1; j >= 0; j--)\n\t\t\t{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t\tfor (int q = 0; q < a.length-1; q++)\n\t\t{\n\t\t\tSystem.out.print(a[q] + \" \");\n\t\t}\n\t\tSystem.out.println(a[a.length-1]);\n\n\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor (int i = 0; i < a.length; i++)\n\t\t\ta[i] = in.nextInt();\n\n\t\tfor (int i = a.length - 1; i > 0; i--)\n\t\t{\n\t\t\tfor (int j = i - 1; j >= 0; j--)\n\t\t\t{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t\tfor (int q = 0; q < a.length-1; q++)\n\t\t{\n\t\t\tSystem.out.print(a[q] + \" \");\n\t\t}\n\t\tSystem.out.println(a[a.length-1]);\n\n\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int a[] = new int[3];",
"a",
"new int[3]",
"3",
"for (int i = 0; i < a.length; i++)\n\t\t\ta[i] = in.nextInt();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < a.length",
"i",
"a.length",
"a",
"a.length",
"i++",
"i++",
"i",
"a[i] = in.nextInt();",
"a[i] = in.nextInt()",
"a[i]",
"a",
"i",
"in.nextInt()",
"in.nextInt",
"in",
"for (int i = a.length - 1; i > 0; i--)\n\t\t{\n\t\t\tfor (int j = i - 1; j >= 0; j--)\n\t\t\t{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i = a.length - 1;",
"int i = a.length - 1;",
"i",
"a.length - 1",
"a.length",
"a",
"a.length",
"1",
"i > 0",
"i",
"0",
"i--",
"i--",
"i",
"{\n\t\t\tfor (int j = i - 1; j >= 0; j--)\n\t\t\t{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor (int j = i - 1; j >= 0; j--)\n\t\t\t{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for (int j = i - 1; j >= 0; j--)\n\t\t\t{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[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 >= 0",
"j",
"0",
"j--",
"j--",
"j",
"{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"if (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}",
"a[j] > a[i]",
"a[j]",
"a",
"j",
"a[i]",
"a",
"i",
"{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}",
"int temp = a[i];",
"temp",
"a[i]",
"a",
"i",
"a[i] = a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"a[j] = temp",
"a[j]",
"a",
"j",
"temp",
"for (int q = 0; q < a.length-1; q++)\n\t\t{\n\t\t\tSystem.out.print(a[q] + \" \");\n\t\t}",
"int q = 0;",
"int q = 0;",
"q",
"0",
"q < a.length-1",
"q",
"a.length-1",
"a.length",
"a",
"a.length",
"1",
"q++",
"q++",
"q",
"{\n\t\t\tSystem.out.print(a[q] + \" \");\n\t\t}",
"{\n\t\t\tSystem.out.print(a[q] + \" \");\n\t\t}",
"System.out.print(a[q] + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"a[q] + \" \"",
"a[q]",
"a",
"q",
"\" \"",
"System.out.println(a[a.length-1])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[a.length-1]",
"a",
"a.length-1",
"a.length",
"a",
"a.length",
"1",
"String[] args",
"args",
"public class Main\n{\n\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner in = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor (int i = 0; i < a.length; i++)\n\t\t\ta[i] = in.nextInt();\n\n\t\tfor (int i = a.length - 1; i > 0; i--)\n\t\t{\n\t\t\tfor (int j = i - 1; j >= 0; j--)\n\t\t\t{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t\tfor (int q = 0; q < a.length-1; q++)\n\t\t{\n\t\t\tSystem.out.print(a[q] + \" \");\n\t\t}\n\t\tSystem.out.println(a[a.length-1]);\n\n\n\t}\n\n}",
"public class Main\n{\n\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner in = new Scanner(System.in);\n\t\tint a[] = new int[3];\n\t\tfor (int i = 0; i < a.length; i++)\n\t\t\ta[i] = in.nextInt();\n\n\t\tfor (int i = a.length - 1; i > 0; i--)\n\t\t{\n\t\t\tfor (int j = i - 1; j >= 0; j--)\n\t\t\t{\n\t\t\t\tif (a[j] > a[i])\n\t\t\t\t{\n\t\t\t\t\tint temp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t\tfor (int q = 0; q < a.length-1; q++)\n\t\t{\n\t\t\tSystem.out.print(a[q] + \" \");\n\t\t}\n\t\tSystem.out.println(a[a.length-1]);\n\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
int a[] = new int[3];
for (int i = 0; i < a.length; i++)
a[i] = in.nextInt();
for (int i = a.length - 1; i > 0; i--)
{
for (int j = i - 1; j >= 0; j--)
{
if (a[j] > a[i])
{
int temp = a[i];
a[i] = a[j];
a[j] = temp;
}
}
}
for (int q = 0; q < a.length-1; q++)
{
System.out.print(a[q] + " ");
}
System.out.println(a[a.length-1]);
}
} |
[
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,
17,
13,
13,
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
],
[
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
],
[
69,
75
],
[
69,
76
],
[
69,
77
],
[
6,
78
],
[
78,
79
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n \tScanner scan = new Scanner(System.in);\n \tint a = scan.nextInt();\n \tint b = scan.nextInt();\n \tint c = scan.nextInt();\n\n \tif(a > b){\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}\n \tif(b > c){\n \t\tint buf = c;\n \t\tc = b;\n \t\tb = buf;\n \t}\n \tif(a > b){\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}\n\n \tSystem.out.printf(\"%d %d %d\\n\", a,b,c);\n\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n \tScanner scan = new Scanner(System.in);\n \tint a = scan.nextInt();\n \tint b = scan.nextInt();\n \tint c = scan.nextInt();\n\n \tif(a > b){\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}\n \tif(b > c){\n \t\tint buf = c;\n \t\tc = b;\n \t\tb = buf;\n \t}\n \tif(a > b){\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}\n\n \tSystem.out.printf(\"%d %d %d\\n\", a,b,c);\n\n }\n}",
"Main",
"public static void main(String[] args){\n \tScanner scan = new Scanner(System.in);\n \tint a = scan.nextInt();\n \tint b = scan.nextInt();\n \tint c = scan.nextInt();\n\n \tif(a > b){\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}\n \tif(b > c){\n \t\tint buf = c;\n \t\tc = b;\n \t\tb = buf;\n \t}\n \tif(a > b){\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}\n\n \tSystem.out.printf(\"%d %d %d\\n\", a,b,c);\n\n }",
"main",
"{\n \tScanner scan = new Scanner(System.in);\n \tint a = scan.nextInt();\n \tint b = scan.nextInt();\n \tint c = scan.nextInt();\n\n \tif(a > b){\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}\n \tif(b > c){\n \t\tint buf = c;\n \t\tc = b;\n \t\tb = buf;\n \t}\n \tif(a > b){\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}\n\n \tSystem.out.printf(\"%d %d %d\\n\", a,b,c);\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 \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}",
"a > b",
"a",
"b",
"{\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}",
"int buf = b;",
"buf",
"b",
"b = a",
"b",
"a",
"a = buf",
"a",
"buf",
"if(b > c){\n \t\tint buf = c;\n \t\tc = b;\n \t\tb = buf;\n \t}",
"b > c",
"b",
"c",
"{\n \t\tint buf = c;\n \t\tc = b;\n \t\tb = buf;\n \t}",
"int buf = c;",
"buf",
"c",
"c = b",
"c",
"b",
"b = buf",
"b",
"buf",
"if(a > b){\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}",
"a > b",
"a",
"b",
"{\n \t\tint buf = b;\n \t\tb = a;\n \t\ta = buf;\n \t}",
"int buf = b;",
"buf",
"b",
"b = a",
"b",
"a",
"a = buf",
"a",
"buf",
"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"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
if(a > b){
int buf = b;
b = a;
a = buf;
}
if(b > c){
int buf = c;
c = b;
b = buf;
}
if(a > b){
int buf = b;
b = a;
a = buf;
}
System.out.printf("%d %d %d\n", a,b,c);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
20,
41,
13,
20,
17,
11,
1,
0,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
11,
1,
0,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
0,
13,
13,
11,
1,
0,
13,
2,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
41,
13,
17,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
11,
1,
0,
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,
2,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
158,
5
],
[
158,
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
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
27,
29
],
[
22,
30
],
[
30,
31
],
[
31,
32
],
[
22,
33
],
[
34,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
45,
57
],
[
57,
58
],
[
58,
59
],
[
45,
60
],
[
61,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
69,
71
],
[
65,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
74,
76
],
[
65,
77
],
[
77,
78
],
[
78,
79
],
[
65,
80
],
[
81,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
87,
88
],
[
87,
89
],
[
82,
90
],
[
90,
91
],
[
90,
92
],
[
61,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
101,
103
],
[
103,
104
],
[
103,
105
],
[
97,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
110,
111
],
[
110,
112
],
[
97,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
8,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
118,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
118,
130
],
[
130,
131
],
[
131,
132
],
[
118,
133
],
[
134,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
135,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
8,
145
],
[
145,
146
],
[
146,
147
],
[
147,
148
],
[
147,
149
],
[
145,
150
],
[
150,
151
],
[
151,
152
],
[
151,
153
],
[
150,
154
],
[
6,
155
],
[
155,
156
],
[
0,
157
],
[
157,
158
],
[
157,
159
]
] | [
"import java.util.Scanner;\npublic class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\tint i,j,wk;\n\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a[]=new int [3];\n\t\t\n\t\tfor( i=0;i<3;i++){\n\t\t\t a[i]=scan.nextInt();\n\t\t}\n\t\t\n\t\tscan.close();\n\t\t\n\t\tfor( i=0;i<a.length-1;i++){\n\t\t\twk=i;\n\t\t\tfor( j=i+1;j<a.length;j++){\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}\n\t\t\tif(wk!=i){\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(i=0;i<a.length-1;i++){ \n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}\n\t System.out.print(a[i]+\"\\n\");\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\tint i,j,wk;\n\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a[]=new int [3];\n\t\t\n\t\tfor( i=0;i<3;i++){\n\t\t\t a[i]=scan.nextInt();\n\t\t}\n\t\t\n\t\tscan.close();\n\t\t\n\t\tfor( i=0;i<a.length-1;i++){\n\t\t\twk=i;\n\t\t\tfor( j=i+1;j<a.length;j++){\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}\n\t\t\tif(wk!=i){\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(i=0;i<a.length-1;i++){ \n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}\n\t System.out.print(a[i]+\"\\n\");\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tint i,j,wk;\n\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a[]=new int [3];\n\t\t\n\t\tfor( i=0;i<3;i++){\n\t\t\t a[i]=scan.nextInt();\n\t\t}\n\t\t\n\t\tscan.close();\n\t\t\n\t\tfor( i=0;i<a.length-1;i++){\n\t\t\twk=i;\n\t\t\tfor( j=i+1;j<a.length;j++){\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}\n\t\t\tif(wk!=i){\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(i=0;i<a.length-1;i++){ \n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}\n\t System.out.print(a[i]+\"\\n\");\n\t}",
"main",
"{\n\t\tint i,j,wk;\n\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a[]=new int [3];\n\t\t\n\t\tfor( i=0;i<3;i++){\n\t\t\t a[i]=scan.nextInt();\n\t\t}\n\t\t\n\t\tscan.close();\n\t\t\n\t\tfor( i=0;i<a.length-1;i++){\n\t\t\twk=i;\n\t\t\tfor( j=i+1;j<a.length;j++){\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}\n\t\t\tif(wk!=i){\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(i=0;i<a.length-1;i++){ \n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}\n\t System.out.print(a[i]+\"\\n\");\n\t}",
"int i",
"i",
"j",
"j",
"wk;",
"wk",
"Scanner scan=new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a[]=new int [3];",
"a",
"new int [3]",
"3",
"for( i=0;i<3;i++){\n\t\t\t a[i]=scan.nextInt();\n\t\t}",
"i=0;",
"i=0",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\t a[i]=scan.nextInt();\n\t\t}",
"{\n\t\t\t a[i]=scan.nextInt();\n\t\t}",
"a[i]=scan.nextInt()",
"a[i]",
"a",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.close()",
"scan.close",
"scan",
"for( i=0;i<a.length-1;i++){\n\t\t\twk=i;\n\t\t\tfor( j=i+1;j<a.length;j++){\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}\n\t\t\tif(wk!=i){\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}\n\t\t}",
"i=0;",
"i=0",
"i",
"0",
"i<a.length-1",
"i",
"a.length-1",
"a.length",
"a",
"a.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\twk=i;\n\t\t\tfor( j=i+1;j<a.length;j++){\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}\n\t\t\tif(wk!=i){\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}\n\t\t}",
"{\n\t\t\twk=i;\n\t\t\tfor( j=i+1;j<a.length;j++){\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}\n\t\t\tif(wk!=i){\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}\n\t\t}",
"wk=i",
"wk",
"i",
"for( j=i+1;j<a.length;j++){\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}",
"j=i+1;",
"j=i+1",
"j",
"i+1",
"i",
"1",
"j<a.length",
"j",
"a.length",
"a",
"a.length",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}",
"{\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}",
"if(a[wk]>a[j])\n\t\t\t\t\twk=j;",
"a[wk]>a[j]",
"a[wk]",
"a",
"wk",
"a[j]",
"a",
"j",
"wk=j",
"wk",
"j",
"if(wk!=i){\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}",
"wk!=i",
"wk",
"i",
"{\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}",
"int temp=0;",
"temp",
"0",
"temp=a[wk]",
"temp",
"a[wk]",
"a",
"wk",
"a[wk]=a[i]",
"a[wk]",
"a",
"wk",
"a[i]",
"a",
"i",
"a[i]=temp",
"a[i]",
"a",
"i",
"temp",
"for(i=0;i<a.length-1;i++){ \n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}",
"i=0;",
"i=0",
"i",
"0",
"i<a.length-1",
"i",
"a.length-1",
"a.length",
"a",
"a.length",
"1",
"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.print(a[i]+\"\\n\")",
"System.out.print",
"System.out",
"System",
"System.out",
"a[i]+\"\\n\"",
"a[i]",
"a",
"i",
"\"\\n\"",
"String[] args",
"args",
"public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\tint i,j,wk;\n\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a[]=new int [3];\n\t\t\n\t\tfor( i=0;i<3;i++){\n\t\t\t a[i]=scan.nextInt();\n\t\t}\n\t\t\n\t\tscan.close();\n\t\t\n\t\tfor( i=0;i<a.length-1;i++){\n\t\t\twk=i;\n\t\t\tfor( j=i+1;j<a.length;j++){\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}\n\t\t\tif(wk!=i){\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(i=0;i<a.length-1;i++){ \n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}\n\t System.out.print(a[i]+\"\\n\");\n\t}\n\n}",
"public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\tint i,j,wk;\n\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a[]=new int [3];\n\t\t\n\t\tfor( i=0;i<3;i++){\n\t\t\t a[i]=scan.nextInt();\n\t\t}\n\t\t\n\t\tscan.close();\n\t\t\n\t\tfor( i=0;i<a.length-1;i++){\n\t\t\twk=i;\n\t\t\tfor( j=i+1;j<a.length;j++){\n\t\t\t\tif(a[wk]>a[j])\n\t\t\t\t\twk=j;\n\t\t\t}\n\t\t\tif(wk!=i){\n\t\t\t\tint temp=0;\n\t\t\t\ttemp=a[wk];\n\t\t\t\ta[wk]=a[i];\n\t\t\t\ta[i]=temp;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(i=0;i<a.length-1;i++){ \n\t\t\tSystem.out.print(a[i]+\" \");\n\t\t}\n\t System.out.print(a[i]+\"\\n\");\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int i,j,wk;
Scanner scan=new Scanner(System.in);
int a[]=new int [3];
for( i=0;i<3;i++){
a[i]=scan.nextInt();
}
scan.close();
for( i=0;i<a.length-1;i++){
wk=i;
for( j=i+1;j<a.length;j++){
if(a[wk]>a[j])
wk=j;
}
if(wk!=i){
int temp=0;
temp=a[wk];
a[wk]=a[i];
a[i]=temp;
}
}
for(i=0;i<a.length-1;i++){
System.out.print(a[i]+" ");
}
System.out.print(a[i]+"\n");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
20,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
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
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
8,
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
],
[
6,
75
],
[
75,
76
]
] | [
"import java.util.*;\n\nclass Main {\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tString a,b,c;\n\t\ta = scan.next();\n\t\tb = scan.next();\n\t\tc = scan.next();\n\t\t\n\t\tList<String> list = new ArrayList<String>();\n\t\tlist.add (a);\n\t\tlist.add (b);\n\t\tlist.add (c);\n\t\t\n\t\tCollections.sort(list);\n\t\t\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t\t\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tString a,b,c;\n\t\ta = scan.next();\n\t\tb = scan.next();\n\t\tc = scan.next();\n\t\t\n\t\tList<String> list = new ArrayList<String>();\n\t\tlist.add (a);\n\t\tlist.add (b);\n\t\tlist.add (c);\n\t\t\n\t\tCollections.sort(list);\n\t\t\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t\t\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tString a,b,c;\n\t\ta = scan.next();\n\t\tb = scan.next();\n\t\tc = scan.next();\n\t\t\n\t\tList<String> list = new ArrayList<String>();\n\t\tlist.add (a);\n\t\tlist.add (b);\n\t\tlist.add (c);\n\t\t\n\t\tCollections.sort(list);\n\t\t\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t\t\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tString a,b,c;\n\t\ta = scan.next();\n\t\tb = scan.next();\n\t\tc = scan.next();\n\t\t\n\t\tList<String> list = new ArrayList<String>();\n\t\tlist.add (a);\n\t\tlist.add (b);\n\t\tlist.add (c);\n\t\t\n\t\tCollections.sort(list);\n\t\t\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t\t\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"String a",
"a",
"b",
"b",
"c;",
"c",
"a = scan.next()",
"a",
"scan.next()",
"scan.next",
"scan",
"b = scan.next()",
"b",
"scan.next()",
"scan.next",
"scan",
"c = scan.next()",
"c",
"scan.next()",
"scan.next",
"scan",
"List<String> list = new ArrayList<String>();",
"list",
"new ArrayList<String>()",
"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",
"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"
] | import java.util.*;
class Main {
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
String a,b,c;
a = scan.next();
b = scan.next();
c = scan.next();
List<String> list = new ArrayList<String>();
list.add (a);
list.add (b);
list.add (c);
Collections.sort(list);
System.out.println(list.get(0) + " " + list.get(1) + " " + list.get(2));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
0,
13,
20,
17,
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,
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,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
121,
5
],
[
121,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
13,
15
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
25,
26
],
[
25,
27
],
[
20,
28
],
[
28,
29
],
[
29,
30
],
[
20,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
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
],
[
58,
60
],
[
53,
61
],
[
61,
62
],
[
62,
63
],
[
53,
64
],
[
65,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
73,
75
],
[
66,
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
],
[
88,
89
],
[
88,
90
],
[
76,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
94,
96
],
[
91,
97
],
[
8,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
106,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
105,
111
],
[
111,
112
],
[
111,
113
],
[
104,
114
],
[
106,
115
],
[
115,
116
],
[
115,
117
],
[
6,
118
],
[
118,
119
],
[
0,
120
],
[
120,
121
],
[
120,
122
]
] | [
"import java.util.*;\n\npublic class Main{\n\n\tpublic static void main(String[] args) throws java.io.IOException{\n\t\tint tmp;\n\t\tint[] x;\n\t\tx = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tfor(int a = 2; a > 0; a--){\n\t\t\tfor(int b = 0; b < a; b++){\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\n\tpublic static void main(String[] args) throws java.io.IOException{\n\t\tint tmp;\n\t\tint[] x;\n\t\tx = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tfor(int a = 2; a > 0; a--){\n\t\t\tfor(int b = 0; b < a; b++){\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) throws java.io.IOException{\n\t\tint tmp;\n\t\tint[] x;\n\t\tx = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tfor(int a = 2; a > 0; a--){\n\t\t\tfor(int b = 0; b < a; b++){\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\n\t}",
"main",
"{\n\t\tint tmp;\n\t\tint[] x;\n\t\tx = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tfor(int a = 2; a > 0; a--){\n\t\t\tfor(int b = 0; b < a; b++){\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\n\t}",
"int tmp;",
"tmp",
"int[] x;",
"x",
"x = new int[3]",
"x",
"new int[3]",
"3",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"for(int i = 0; i < 3; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tx[i] = in.nextInt();\n\t\t}",
"{\n\t\t\tx[i] = in.nextInt();\n\t\t}",
"x[i] = in.nextInt()",
"x[i]",
"x",
"i",
"in.nextInt()",
"in.nextInt",
"in",
"for(int a = 2; a > 0; a--){\n\t\t\tfor(int b = 0; b < a; b++){\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int a = 2;",
"int a = 2;",
"a",
"2",
"a > 0",
"a",
"0",
"a--",
"a--",
"a",
"{\n\t\t\tfor(int b = 0; b < a; b++){\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int b = 0; b < a; b++){\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int b = 0; b < a; b++){\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}",
"int b = 0;",
"int b = 0;",
"b",
"0",
"b < a",
"b",
"a",
"b++",
"b++",
"b",
"{\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}",
"if(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}",
"x[b] > x[b+1]",
"x[b]",
"x",
"b",
"x[b+1]",
"x",
"b+1",
"b",
"1",
"{\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}",
"tmp = x[b]",
"tmp",
"x[b]",
"x",
"b",
"x[b] = x[b+1]",
"x[b]",
"x",
"b",
"x[b+1]",
"x",
"b+1",
"b",
"1",
"x[b+1] = tmp",
"x[b+1]",
"x",
"b+1",
"b",
"1",
"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",
"public class Main{\n\n\tpublic static void main(String[] args) throws java.io.IOException{\n\t\tint tmp;\n\t\tint[] x;\n\t\tx = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tfor(int a = 2; a > 0; a--){\n\t\t\tfor(int b = 0; b < a; b++){\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\n\t}\n}",
"public class Main{\n\n\tpublic static void main(String[] args) throws java.io.IOException{\n\t\tint tmp;\n\t\tint[] x;\n\t\tx = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tfor(int a = 2; a > 0; a--){\n\t\t\tfor(int b = 0; b < a; b++){\n\t\t\t\tif(x[b] > x[b+1]){\n\t\t\t\t\ttmp = x[b];\n\t\t\t\t\tx[b] = x[b+1];\n\t\t\t\t\tx[b+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(x[0] + \" \" + x[1] + \" \" + x[2]);\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args) throws java.io.IOException{
int tmp;
int[] x;
x = new int[3];
Scanner in = new Scanner(System.in);
for(int i = 0; i < 3; i++){
x[i] = in.nextInt();
}
for(int a = 2; a > 0; a--){
for(int b = 0; b < a; b++){
if(x[b] > x[b+1]){
tmp = x[b];
x[b] = x[b+1];
x[b+1] = tmp;
}
}
}
System.out.println(x[0] + " " + x[1] + " " + x[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,
17,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
151,
11
],
[
151,
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
],
[
14,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
32,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
46,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
56,
58
],
[
46,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
14,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
69,
70
],
[
69,
71
],
[
65,
72
],
[
72,
73
],
[
73,
74
],
[
72,
75
],
[
75,
76
],
[
75,
77
],
[
64,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
81,
82
],
[
81,
83
],
[
78,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
88,
90
],
[
78,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
14,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
98,
101
],
[
101,
102
],
[
101,
103
],
[
97,
104
],
[
104,
105
],
[
105,
106
],
[
104,
107
],
[
107,
108
],
[
107,
109
],
[
96,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
113,
115
],
[
110,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
116,
120
],
[
120,
121
],
[
120,
122
],
[
110,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
123,
127
],
[
14,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
128,
133
],
[
136,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
136,
140
],
[
135,
141
],
[
141,
142
],
[
141,
143
],
[
134,
144
],
[
136,
145
],
[
145,
146
],
[
145,
147
],
[
12,
148
],
[
148,
149
],
[
0,
150
],
[
150,
151
],
[
150,
152
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\t\n\t\tString c = null;\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[1]) > Integer.parseInt(res1[2])){\n\t\t\tc = res1[1];\n\t\t\tres1[1] = res1[2];\n\t\t\tres1[2] = c;\t\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\tSystem.out.println(res1[0] + \" \" + res1[1] + \" \" + res1[2]);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\t\n\t\tString c = null;\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[1]) > Integer.parseInt(res1[2])){\n\t\t\tc = res1[1];\n\t\t\tres1[1] = res1[2];\n\t\t\tres1[2] = c;\t\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\tSystem.out.println(res1[0] + \" \" + res1[1] + \" \" + res1[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\t\n\t\tString c = null;\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[1]) > Integer.parseInt(res1[2])){\n\t\t\tc = res1[1];\n\t\t\tres1[1] = res1[2];\n\t\t\tres1[2] = c;\t\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\tSystem.out.println(res1[0] + \" \" + res1[1] + \" \" + res1[2]);\n\t}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\t\n\t\tString c = null;\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[1]) > Integer.parseInt(res1[2])){\n\t\t\tc = res1[1];\n\t\t\tres1[1] = res1[2];\n\t\t\tres1[2] = c;\t\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\tSystem.out.println(res1[0] + \" \" + res1[1] + \" \" + res1[2]);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String test = br.readLine();",
"test",
"br.readLine()",
"br.readLine",
"br",
"String[] res1 = test.split(\" \");",
"res1",
"test.split(\" \")",
"test.split",
"test",
"\" \"",
"String c = null;",
"c",
"null",
"if(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}",
"Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])",
"Integer.parseInt(res1[0])",
"Integer.parseInt",
"Integer",
"res1[0]",
"res1",
"0",
"Integer.parseInt(res1[1])",
"Integer.parseInt",
"Integer",
"res1[1]",
"res1",
"1",
"{\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}",
"c = res1[0]",
"c",
"res1[0]",
"res1",
"0",
"res1[0] = res1[1]",
"res1[0]",
"res1",
"0",
"res1[1]",
"res1",
"1",
"res1[1] = c",
"res1[1]",
"res1",
"1",
"c",
"if(Integer.parseInt(res1[1]) > Integer.parseInt(res1[2])){\n\t\t\tc = res1[1];\n\t\t\tres1[1] = res1[2];\n\t\t\tres1[2] = c;\t\n\t\t}",
"Integer.parseInt(res1[1]) > Integer.parseInt(res1[2])",
"Integer.parseInt(res1[1])",
"Integer.parseInt",
"Integer",
"res1[1]",
"res1",
"1",
"Integer.parseInt(res1[2])",
"Integer.parseInt",
"Integer",
"res1[2]",
"res1",
"2",
"{\n\t\t\tc = res1[1];\n\t\t\tres1[1] = res1[2];\n\t\t\tres1[2] = c;\t\n\t\t}",
"c = res1[1]",
"c",
"res1[1]",
"res1",
"1",
"res1[1] = res1[2]",
"res1[1]",
"res1",
"1",
"res1[2]",
"res1",
"2",
"res1[2] = c",
"res1[2]",
"res1",
"2",
"c",
"if(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}",
"Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])",
"Integer.parseInt(res1[0])",
"Integer.parseInt",
"Integer",
"res1[0]",
"res1",
"0",
"Integer.parseInt(res1[1])",
"Integer.parseInt",
"Integer",
"res1[1]",
"res1",
"1",
"{\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}",
"c = res1[0]",
"c",
"res1[0]",
"res1",
"0",
"res1[0] = res1[1]",
"res1[0]",
"res1",
"0",
"res1[1]",
"res1",
"1",
"res1[1] = c",
"res1[1]",
"res1",
"1",
"c",
"System.out.println(res1[0] + \" \" + res1[1] + \" \" + res1[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"res1[0] + \" \" + res1[1] + \" \" + res1[2]",
"\" \"",
"res1[1]",
"res1[0] + \" \" + res1[1] + \" \" + res1[2]",
"res1[0]",
"res1",
"0",
"\" \"",
"res1[1]",
"res1",
"1",
"\" \"",
"res1[2]",
"res1",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\t\n\t\tString c = null;\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[1]) > Integer.parseInt(res1[2])){\n\t\t\tc = res1[1];\n\t\t\tres1[1] = res1[2];\n\t\t\tres1[2] = c;\t\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\tSystem.out.println(res1[0] + \" \" + res1[1] + \" \" + res1[2]);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\t\t\n\t\tString test = br.readLine();\n\t\t\n\t\tString[] res1 = test.split(\" \");\n\t\t\n\t\tString c = null;\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[1]) > Integer.parseInt(res1[2])){\n\t\t\tc = res1[1];\n\t\t\tres1[1] = res1[2];\n\t\t\tres1[2] = c;\t\n\t\t}\n\t\t\n\t\tif(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){\n\t\t\tc = res1[0];\n\t\t\tres1[0] = res1[1];\n\t\t\tres1[1] = c;\n\t\t}\n\t\tSystem.out.println(res1[0] + \" \" + res1[1] + \" \" + res1[2]);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String test = br.readLine();
String[] res1 = test.split(" ");
String c = null;
if(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){
c = res1[0];
res1[0] = res1[1];
res1[1] = c;
}
if(Integer.parseInt(res1[1]) > Integer.parseInt(res1[2])){
c = res1[1];
res1[1] = res1[2];
res1[2] = c;
}
if(Integer.parseInt(res1[0]) > Integer.parseInt(res1[1])){
c = res1[0];
res1[0] = res1[1];
res1[1] = c;
}
System.out.println(res1[0] + " " + res1[1] + " " + res1[2]);
}
} |
[
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,
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,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
69,
8
],
[
69,
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
],
[
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
],
[
11,
63
],
[
63,
64
],
[
64,
65
],
[
9,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.util.Scanner;\nimport java.util.Arrays;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tint[] a = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tfor(int i=0; i<3; i++){\n\t\t\ta[i] = in.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\tin.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tint[] a = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tfor(int i=0; i<3; i++){\n\t\t\ta[i] = in.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\tin.close();\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint[] a = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tfor(int i=0; i<3; i++){\n\t\t\ta[i] = in.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\tin.close();\n\t}",
"main",
"{\n\t\tint[] a = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tfor(int i=0; i<3; i++){\n\t\t\ta[i] = in.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\tin.close();\n\t}",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"for(int i=0; i<3; i++){\n\t\t\ta[i] = in.nextInt();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\ta[i] = in.nextInt();\n\t\t}",
"{\n\t\t\ta[i] = in.nextInt();\n\t\t}",
"a[i] = in.nextInt()",
"a[i]",
"a",
"i",
"in.nextInt()",
"in.nextInt",
"in",
"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",
"in.close()",
"in.close",
"in",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tint[] a = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tfor(int i=0; i<3; i++){\n\t\t\ta[i] = in.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\tin.close();\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tint[] a = new int[3];\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tfor(int i=0; i<3; i++){\n\t\t\ta[i] = in.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\tin.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
import java.util.Arrays;
public class Main{
public static void main(String[] args){
int[] a = new int[3];
Scanner in = new Scanner(System.in);
for(int i=0; i<3; i++){
a[i] = in.nextInt();
}
Arrays.sort(a);
System.out.println(a[0]+" "+a[1]+" "+a[2]);
in.close();
}
} |
[
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,
41,
13,
42,
2,
13,
17,
30,
11,
1,
41,
13,
17,
2,
13,
2,
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,
40,
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
],
[
119,
5
],
[
119,
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
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
47,
57
],
[
57,
58
],
[
58,
59
],
[
47,
60
],
[
61,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
69,
71
],
[
62,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
75,
77
],
[
72,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
84,
86
],
[
72,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
90,
92
],
[
87,
93
],
[
46,
94
],
[
94,
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; // ?????¨?????????????????????\n\npublic class Main {\n public static void main(String[] args) {\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨?????? 1 ?????\\???????????????.\n int a[] = new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n\n // ????????????????????????.\n int nokori = 3;\n int hinan;\n while (nokori > 0) {\n for (int i = 0; i < nokori - 1; i ++) {\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }\n nokori --;\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n }\n}",
"import java.util.Scanner; // ?????¨?????????????????????",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨?????? 1 ?????\\???????????????.\n int a[] = new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n\n // ????????????????????????.\n int nokori = 3;\n int hinan;\n while (nokori > 0) {\n for (int i = 0; i < nokori - 1; i ++) {\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }\n nokori --;\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n }\n}",
"Main",
"public static void main(String[] args) {\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨?????? 1 ?????\\???????????????.\n int a[] = new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n\n // ????????????????????????.\n int nokori = 3;\n int hinan;\n while (nokori > 0) {\n for (int i = 0; i < nokori - 1; i ++) {\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }\n nokori --;\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n }",
"main",
"{\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨?????? 1 ?????\\???????????????.\n int a[] = new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n\n // ????????????????????????.\n int nokori = 3;\n int hinan;\n while (nokori > 0) {\n for (int i = 0; i < nokori - 1; i ++) {\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }\n nokori --;\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n }",
"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",
"int nokori = 3;",
"nokori",
"3",
"int hinan;",
"hinan",
"while (nokori > 0) {\n for (int i = 0; i < nokori - 1; i ++) {\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }\n nokori --;\n }",
"nokori > 0",
"nokori",
"0",
"{\n for (int i = 0; i < nokori - 1; i ++) {\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }\n nokori --;\n }",
"for (int i = 0; i < nokori - 1; i ++) {\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < nokori - 1",
"i",
"nokori - 1",
"nokori",
"1",
"i ++",
"i ++",
"i",
"{\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }",
"{\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }",
"if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }",
"a[i] > a[i + 1]",
"a[i]",
"a",
"i",
"a[i + 1]",
"a",
"i + 1",
"i",
"1",
"{\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }",
"hinan = a[i]",
"hinan",
"a[i]",
"a",
"i",
"a[i] = a[i + 1]",
"a[i]",
"a",
"i",
"a[i + 1]",
"a",
"i + 1",
"i",
"1",
"a[i + 1] = hinan",
"a[i + 1]",
"a",
"i + 1",
"i",
"1",
"hinan",
"nokori --",
"nokori",
"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) {\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨?????? 1 ?????\\???????????????.\n int a[] = new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n\n // ????????????????????????.\n int nokori = 3;\n int hinan;\n while (nokori > 0) {\n for (int i = 0; i < nokori - 1; i ++) {\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }\n nokori --;\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n // ?????????????????\\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).\n Scanner sc = new Scanner(System.in);\n\n // ????????? sc ??? int ?????¨?????? 1 ?????\\???????????????.\n int a[] = new int[3];\n a[0] = sc.nextInt();\n a[1] = sc.nextInt();\n a[2] = sc.nextInt();\n\n // ????????????????????????.\n int nokori = 3;\n int hinan;\n while (nokori > 0) {\n for (int i = 0; i < nokori - 1; i ++) {\n if (a[i] > a[i + 1]) {\n hinan = a[i];\n a[i] = a[i + 1];\n a[i + 1] = hinan;\n }\n }\n nokori --;\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n }\n}",
"Main"
] | import java.util.Scanner; // ?????¨?????????????????????
public class Main {
public static void main(String[] args) {
// ?????????????????\?????????????????¨?????? sc ??????????????? (???????????????????????????????????????????????°???????????????).
Scanner sc = new Scanner(System.in);
// ????????? sc ??? int ?????¨?????? 1 ?????\???????????????.
int a[] = new int[3];
a[0] = sc.nextInt();
a[1] = sc.nextInt();
a[2] = sc.nextInt();
// ????????????????????????.
int nokori = 3;
int hinan;
while (nokori > 0) {
for (int i = 0; i < nokori - 1; i ++) {
if (a[i] > a[i + 1]) {
hinan = a[i];
a[i] = a[i + 1];
a[i + 1] = hinan;
}
}
nokori --;
}
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,
41,
13,
41,
13,
17,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
18,
13,
17,
17,
4,
18,
18,
13,
13,
2,
18,
13,
17,
17,
4,
18,
18,
13,
13,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
78,
8
],
[
78,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
11,
19
],
[
19,
20
],
[
19,
21
],
[
11,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
11,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
11,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
11,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
39,
42
],
[
11,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
11,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
11,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
11,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
72,
73
],
[
72,
74
],
[
9,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\n\n\n\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a,b,c = 0;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint[] aaa = {a,b,c};\n\n\t\tArrays.sort(aaa);\n\n System.out.print(aaa[0] + \" \");\n System.out.print(aaa[1] + \" \");\n System.out.println(aaa[2]);\n /*\n\t\tfor(int i : aaa) {\n System.out.print(i + \" \");\n\t\t}\n\t\t*/\n\t}\n\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 sc = new Scanner(System.in);\n\t\tint a,b,c = 0;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint[] aaa = {a,b,c};\n\n\t\tArrays.sort(aaa);\n\n System.out.print(aaa[0] + \" \");\n System.out.print(aaa[1] + \" \");\n System.out.println(aaa[2]);\n /*\n\t\tfor(int i : aaa) {\n System.out.print(i + \" \");\n\t\t}\n\t\t*/\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a,b,c = 0;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint[] aaa = {a,b,c};\n\n\t\tArrays.sort(aaa);\n\n System.out.print(aaa[0] + \" \");\n System.out.print(aaa[1] + \" \");\n System.out.println(aaa[2]);\n /*\n\t\tfor(int i : aaa) {\n System.out.print(i + \" \");\n\t\t}\n\t\t*/\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a,b,c = 0;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint[] aaa = {a,b,c};\n\n\t\tArrays.sort(aaa);\n\n System.out.print(aaa[0] + \" \");\n System.out.print(aaa[1] + \" \");\n System.out.println(aaa[2]);\n /*\n\t\tfor(int i : aaa) {\n System.out.print(i + \" \");\n\t\t}\n\t\t*/\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c = 0;",
"c",
"0",
"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",
"int[] aaa = {a,b,c};",
"aaa",
"{a,b,c}",
"a",
"b",
"c",
"Arrays.sort(aaa)",
"Arrays.sort",
"Arrays",
"aaa",
"System.out.print(aaa[0] + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"aaa[0] + \" \"",
"aaa[0]",
"aaa",
"0",
"\" \"",
"System.out.print(aaa[1] + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"aaa[1] + \" \"",
"aaa[1]",
"aaa",
"1",
"\" \"",
"System.out.println(aaa[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"aaa[2]",
"aaa",
"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,b,c = 0;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint[] aaa = {a,b,c};\n\n\t\tArrays.sort(aaa);\n\n System.out.print(aaa[0] + \" \");\n System.out.print(aaa[1] + \" \");\n System.out.println(aaa[2]);\n /*\n\t\tfor(int i : aaa) {\n System.out.print(i + \" \");\n\t\t}\n\t\t*/\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a,b,c = 0;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint[] aaa = {a,b,c};\n\n\t\tArrays.sort(aaa);\n\n System.out.print(aaa[0] + \" \");\n System.out.print(aaa[1] + \" \");\n System.out.println(aaa[2]);\n /*\n\t\tfor(int i : aaa) {\n System.out.print(i + \" \");\n\t\t}\n\t\t*/\n\t}\n\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 a,b,c = 0;
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
int[] aaa = {a,b,c};
Arrays.sort(aaa);
System.out.print(aaa[0] + " ");
System.out.print(aaa[1] + " ");
System.out.println(aaa[2]);
/*
for(int i : aaa) {
System.out.print(i + " ");
}
*/
}
}
|
[
7,
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,
4,
18,
13,
23,
13,
23,
13,
12,
13,
30,
4,
18,
20,
18,
13,
13,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
110,
2
],
[
110,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
5,
9
],
[
9,
10
],
[
5,
11
],
[
11,
12
],
[
5,
13
],
[
13,
14
],
[
5,
15
],
[
15,
16
],
[
5,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
5,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
5,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
5,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
36,
43
],
[
43,
44
],
[
43,
45
],
[
5,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
54,
56
],
[
50,
57
],
[
57,
58
],
[
57,
59
],
[
5,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
64,
71
],
[
71,
72
],
[
71,
73
],
[
5,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
82,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
80,
86
],
[
82,
87
],
[
5,
88
],
[
88,
89
],
[
89,
90
],
[
3,
91
],
[
91,
92
],
[
3,
93
],
[
93,
94
],
[
110,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
98,
101
],
[
101,
102
],
[
101,
103
],
[
98,
104
],
[
104,
105
],
[
104,
106
],
[
95,
107
],
[
107,
108
],
[
0,
109
],
[
109,
110
],
[
109,
111
]
] | [
"public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b, c, tmp;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n if(b > c){\n tmp = b;\n b = c;\n c = tmp;\n }\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}",
"public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b, c, tmp;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n if(b > c){\n tmp = b;\n b = c;\n c = tmp;\n }\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}",
"Main",
"public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b, c, tmp;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n if(b > c){\n tmp = b;\n b = c;\n c = tmp;\n }\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n/*fin*/\n sc.close();\n }",
"run",
"{\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b, c, tmp;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n if(b > c){\n tmp = b;\n b = c;\n c = tmp;\n }\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n/*fin*/\n sc.close();\n }",
"java.util.Scanner sc = new java.util.Scanner(in);",
"sc",
"new java.util.Scanner(in)",
"int a",
"a",
"b",
"b",
"c",
"c",
"tmp;",
"tmp",
"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 tmp = a;\n a = b;\n b = tmp;\n }",
"a > b",
"a",
"b",
"{\n tmp = a;\n a = b;\n b = tmp;\n }",
"tmp = a",
"tmp",
"a",
"a = b",
"a",
"b",
"b = tmp",
"b",
"tmp",
"if(b > c){\n tmp = b;\n b = c;\n c = tmp;\n }",
"b > c",
"b",
"c",
"{\n tmp = b;\n b = c;\n c = tmp;\n }",
"tmp = b",
"tmp",
"b",
"b = c",
"b",
"c",
"c = tmp",
"c",
"tmp",
"if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }",
"a > b",
"a",
"b",
"{\n tmp = a;\n a = b;\n b = tmp;\n }",
"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",
"sc.close()",
"sc.close",
"sc",
"java.io.InputStream in",
"in",
"java.io.PrintStream out",
"out",
"public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }",
"main",
"{\n (new Main()).run(System.in, System.out);\n }",
"(new Main()).run(System.in, System.out)",
"(new Main()).run",
"(new Main())",
"System.in",
"System",
"System.in",
"System.out",
"System",
"System.out",
"String[] args",
"args",
"public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b, c, tmp;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n if(b > c){\n tmp = b;\n b = c;\n c = tmp;\n }\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}",
"public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int a, b, c, tmp;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n if(b > c){\n tmp = b;\n b = c;\n c = tmp;\n }\n\n if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n\n System.out.println(a + \" \" + b + \" \" + c);\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}",
"Main"
] | public class Main{
public void run(java.io.InputStream in, java.io.PrintStream out){
java.util.Scanner sc = new java.util.Scanner(in);
/*answer*/
int a, b, c, tmp;
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
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);
/*fin*/
sc.close();
}
public static void main(String[] args){
(new Main()).run(System.in, System.out);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
41,
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,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
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
],
[
128,
5
],
[
128,
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
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
33,
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
],
[
53,
55
],
[
45,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
33,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
71,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
63,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
101,
103
],
[
93,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
108,
109
],
[
108,
110
],
[
8,
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
],
[
6,
125
],
[
125,
126
],
[
0,
127
],
[
127,
128
],
[
127,
129
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\t\n\t\tint x;\n\t\tint y;\n\t\tint z;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tx = a;\n\t\t\tif (b < c) {\n\t\t\t\ty = b;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t}\n\t\telse if (b<c) {\n\t\t\tx = b;\n\t\t\tif (a < c) {\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tx = c;\n\t\t\tif (a < b){\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\t\n\t\tint x;\n\t\tint y;\n\t\tint z;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tx = a;\n\t\t\tif (b < c) {\n\t\t\t\ty = b;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t}\n\t\telse if (b<c) {\n\t\t\tx = b;\n\t\t\tif (a < c) {\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tx = c;\n\t\t\tif (a < b){\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\t\n\t\tint x;\n\t\tint y;\n\t\tint z;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tx = a;\n\t\t\tif (b < c) {\n\t\t\t\ty = b;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t}\n\t\telse if (b<c) {\n\t\t\tx = b;\n\t\t\tif (a < c) {\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tx = c;\n\t\t\tif (a < b){\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\t\n\t\tint x;\n\t\tint y;\n\t\tint z;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tx = a;\n\t\t\tif (b < c) {\n\t\t\t\ty = b;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t}\n\t\telse if (b<c) {\n\t\t\tx = b;\n\t\t\tif (a < c) {\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tx = c;\n\t\t\tif (a < b){\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\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 x;",
"x",
"int y;",
"y",
"int z;",
"z",
"if ((a < b) && (a < c)) {\n\t\t\tx = a;\n\t\t\tif (b < c) {\n\t\t\t\ty = b;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t}\n\t\telse if (b<c) {\n\t\t\tx = b;\n\t\t\tif (a < c) {\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tx = c;\n\t\t\tif (a < b){\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}",
"(a < b) && (a < c)",
"(a < b)",
"a",
"b",
"(a < c)",
"a",
"c",
"{\n\t\t\tx = a;\n\t\t\tif (b < c) {\n\t\t\t\ty = b;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t}",
"x = a",
"x",
"a",
"if (b < c) {\n\t\t\t\ty = b;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = b;\n\t\t\t}",
"b < c",
"b",
"c",
"{\n\t\t\t\ty = b;\n\t\t\t\tz = c;\n\t\t\t}",
"y = b",
"y",
"b",
"z = c",
"z",
"c",
"{\n\t\t\t\ty = c;\n\t\t\t\tz = b;\n\t\t\t}",
"y = c",
"y",
"c",
"z = b",
"z",
"b",
"if (b<c) {\n\t\t\tx = b;\n\t\t\tif (a < c) {\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tx = c;\n\t\t\tif (a < b){\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}",
"b<c",
"b",
"c",
"{\n\t\t\tx = b;\n\t\t\tif (a < c) {\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}",
"x = b",
"x",
"b",
"if (a < c) {\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}",
"a < c",
"a",
"c",
"{\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}",
"y = a",
"y",
"a",
"z = c",
"z",
"c",
"{\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}",
"y = c",
"y",
"c",
"z = a",
"z",
"a",
"{\n\t\t\tx = c;\n\t\t\tif (a < b){\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}",
"x = c",
"x",
"c",
"if (a < b){\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}",
"y = a",
"y",
"a",
"z = b",
"z",
"b",
"{\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}",
"y = b",
"y",
"b",
"z = a",
"z",
"a",
"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",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\t\n\t\tint x;\n\t\tint y;\n\t\tint z;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tx = a;\n\t\t\tif (b < c) {\n\t\t\t\ty = b;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t}\n\t\telse if (b<c) {\n\t\t\tx = b;\n\t\t\tif (a < c) {\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tx = c;\n\t\t\tif (a < b){\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\t\n\t\tint x;\n\t\tint y;\n\t\tint z;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tx = a;\n\t\t\tif (b < c) {\n\t\t\t\ty = b;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t}\n\t\telse if (b<c) {\n\t\t\tx = b;\n\t\t\tif (a < c) {\n\t\t\t\ty = a;\n\t\t\t\tz = c;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = c;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tx = c;\n\t\t\tif (a < b){\n\t\t\t\ty = a;\n\t\t\t\tz = b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ty = b;\n\t\t\t\tz = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(x + \" \" + y + \" \" + z);\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
int x;
int y;
int z;
if ((a < b) && (a < c)) {
x = a;
if (b < c) {
y = b;
z = c;
}
else {
y = c;
z = b;
}
}
else if (b<c) {
x = b;
if (a < c) {
y = a;
z = c;
}
else {
y = c;
z = a;
}
}
else {
x = c;
if (a < b){
y = a;
z = b;
}
else {
y = b;
z = a;
}
}
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,
41,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
42,
2,
13,
17,
30,
41,
13,
17,
42,
2,
13,
13,
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,
40,
13,
40,
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
],
[
113,
5
],
[
113,
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
],
[
8,
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
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
8,
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
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
61,
63
],
[
54,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
64,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
76,
78
],
[
64,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
82,
84
],
[
79,
85
],
[
53,
86
],
[
86,
87
],
[
45,
88
],
[
88,
89
],
[
8,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
98,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
97,
103
],
[
103,
104
],
[
103,
105
],
[
96,
106
],
[
98,
107
],
[
107,
108
],
[
107,
109
],
[
6,
110
],
[
110,
111
],
[
0,
112
],
[
112,
113
],
[
112,
114
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint tblData[] = new int[3];\n\t\tint k = 2;\n\t\tint tmp;\n\t\t\n\t\t//?????????????´?\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\ttblData[i] = sc.nextInt();\n\t\t}\n\t\t\n\t\t//??´???(??????)\n\t\twhile(k > 0) {\n\t\t\tint i = 0;\n\t\t\twhile(i < k) {\n\t\t\t\tif(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}\n\t\t\t\ti++;\n\t\t\t}\n\t\t\tk--;\n\t\t}\n\t\t\n\t\tSystem.out.println(tblData[0] + \" \" + tblData[1] + \" \" + tblData[2]);\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\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint tblData[] = new int[3];\n\t\tint k = 2;\n\t\tint tmp;\n\t\t\n\t\t//?????????????´?\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\ttblData[i] = sc.nextInt();\n\t\t}\n\t\t\n\t\t//??´???(??????)\n\t\twhile(k > 0) {\n\t\t\tint i = 0;\n\t\t\twhile(i < k) {\n\t\t\t\tif(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}\n\t\t\t\ti++;\n\t\t\t}\n\t\t\tk--;\n\t\t}\n\t\t\n\t\tSystem.out.println(tblData[0] + \" \" + tblData[1] + \" \" + tblData[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint tblData[] = new int[3];\n\t\tint k = 2;\n\t\tint tmp;\n\t\t\n\t\t//?????????????´?\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\ttblData[i] = sc.nextInt();\n\t\t}\n\t\t\n\t\t//??´???(??????)\n\t\twhile(k > 0) {\n\t\t\tint i = 0;\n\t\t\twhile(i < k) {\n\t\t\t\tif(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}\n\t\t\t\ti++;\n\t\t\t}\n\t\t\tk--;\n\t\t}\n\t\t\n\t\tSystem.out.println(tblData[0] + \" \" + tblData[1] + \" \" + tblData[2]);\n\t}",
"main",
"{\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint tblData[] = new int[3];\n\t\tint k = 2;\n\t\tint tmp;\n\t\t\n\t\t//?????????????´?\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\ttblData[i] = sc.nextInt();\n\t\t}\n\t\t\n\t\t//??´???(??????)\n\t\twhile(k > 0) {\n\t\t\tint i = 0;\n\t\t\twhile(i < k) {\n\t\t\t\tif(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}\n\t\t\t\ti++;\n\t\t\t}\n\t\t\tk--;\n\t\t}\n\t\t\n\t\tSystem.out.println(tblData[0] + \" \" + tblData[1] + \" \" + tblData[2]);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int tblData[] = new int[3];",
"tblData",
"new int[3]",
"3",
"int k = 2;",
"k",
"2",
"int tmp;",
"tmp",
"for(int i = 0; i < 3; i++) {\n\t\t\ttblData[i] = sc.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\ttblData[i] = sc.nextInt();\n\t\t}",
"{\n\t\t\ttblData[i] = sc.nextInt();\n\t\t}",
"tblData[i] = sc.nextInt()",
"tblData[i]",
"tblData",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while(k > 0) {\n\t\t\tint i = 0;\n\t\t\twhile(i < k) {\n\t\t\t\tif(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}\n\t\t\t\ti++;\n\t\t\t}\n\t\t\tk--;\n\t\t}",
"k > 0",
"k",
"0",
"{\n\t\t\tint i = 0;\n\t\t\twhile(i < k) {\n\t\t\t\tif(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}\n\t\t\t\ti++;\n\t\t\t}\n\t\t\tk--;\n\t\t}",
"int i = 0;",
"i",
"0",
"while(i < k) {\n\t\t\t\tif(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}\n\t\t\t\ti++;\n\t\t\t}",
"i < k",
"i",
"k",
"{\n\t\t\t\tif(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}\n\t\t\t\ti++;\n\t\t\t}",
"if(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}",
"tblData[i] > tblData[i+1]",
"tblData[i]",
"tblData",
"i",
"tblData[i+1]",
"tblData",
"i+1",
"i",
"1",
"{\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}",
"tmp = tblData[i]",
"tmp",
"tblData[i]",
"tblData",
"i",
"tblData[i] = tblData[i+1]",
"tblData[i]",
"tblData",
"i",
"tblData[i+1]",
"tblData",
"i+1",
"i",
"1",
"tblData[i+1] = tmp",
"tblData[i+1]",
"tblData",
"i+1",
"i",
"1",
"tmp",
"i++",
"i",
"k--",
"k",
"System.out.println(tblData[0] + \" \" + tblData[1] + \" \" + tblData[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"tblData[0] + \" \" + tblData[1] + \" \" + tblData[2]",
"\" \"",
"tblData[1]",
"tblData[0] + \" \" + tblData[1] + \" \" + tblData[2]",
"tblData[0]",
"tblData",
"0",
"\" \"",
"tblData[1]",
"tblData",
"1",
"\" \"",
"tblData[2]",
"tblData",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint tblData[] = new int[3];\n\t\tint k = 2;\n\t\tint tmp;\n\t\t\n\t\t//?????????????´?\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\ttblData[i] = sc.nextInt();\n\t\t}\n\t\t\n\t\t//??´???(??????)\n\t\twhile(k > 0) {\n\t\t\tint i = 0;\n\t\t\twhile(i < k) {\n\t\t\t\tif(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}\n\t\t\t\ti++;\n\t\t\t}\n\t\t\tk--;\n\t\t}\n\t\t\n\t\tSystem.out.println(tblData[0] + \" \" + tblData[1] + \" \" + tblData[2]);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint tblData[] = new int[3];\n\t\tint k = 2;\n\t\tint tmp;\n\t\t\n\t\t//?????????????´?\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\ttblData[i] = sc.nextInt();\n\t\t}\n\t\t\n\t\t//??´???(??????)\n\t\twhile(k > 0) {\n\t\t\tint i = 0;\n\t\t\twhile(i < k) {\n\t\t\t\tif(tblData[i] > tblData[i+1]) {\n\t\t\t\t\ttmp = tblData[i];\n\t\t\t\t\ttblData[i] = tblData[i+1];\n\t\t\t\t\ttblData[i+1] = tmp;\n\t\t\t\t}\n\t\t\t\ti++;\n\t\t\t}\n\t\t\tk--;\n\t\t}\n\t\t\n\t\tSystem.out.println(tblData[0] + \" \" + tblData[1] + \" \" + tblData[2]);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int tblData[] = new int[3];
int k = 2;
int tmp;
//?????????????´?
for(int i = 0; i < 3; i++) {
tblData[i] = sc.nextInt();
}
//??´???(??????)
while(k > 0) {
int i = 0;
while(i < k) {
if(tblData[i] > tblData[i+1]) {
tmp = tblData[i];
tblData[i] = tblData[i+1];
tblData[i+1] = tmp;
}
i++;
}
k--;
}
System.out.println(tblData[0] + " " + tblData[1] + " " + tblData[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,
4,
18,
13,
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,
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
] | [
[
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
],
[
20,
35
],
[
35,
36
],
[
35,
37
],
[
20,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
20,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
20,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
62,
64
],
[
20,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
20,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
77,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
78,
81
],
[
77,
82
],
[
76,
83
],
[
83,
84
],
[
84,
85
],
[
83,
86
],
[
75,
87
],
[
77,
88
],
[
88,
89
],
[
89,
90
],
[
88,
91
],
[
18,
92
],
[
92,
93
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.Collections;\nclass Main {\n public static void main(String[] args) throws IOException {\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n String is = r.readLine();\n String[] sp = is.split(\" \");\n //ArrayList???????????????\n ArrayList<Integer> al = new ArrayList<Integer>();\n\n //Integer????????°??????????????????\n al.add(Integer.parseInt(sp[0]));\n al.add(Integer.parseInt(sp[1]));\n al.add(Integer.parseInt(sp[2]));\n\n //????????§???????????????\n Collections.sort(al);\n System.out.println(al.get(0) + \" \" + al.get(1) + \" \" + al.get(2));\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 public static void main(String[] args) throws IOException {\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n String is = r.readLine();\n String[] sp = is.split(\" \");\n //ArrayList???????????????\n ArrayList<Integer> al = new ArrayList<Integer>();\n\n //Integer????????°??????????????????\n al.add(Integer.parseInt(sp[0]));\n al.add(Integer.parseInt(sp[1]));\n al.add(Integer.parseInt(sp[2]));\n\n //????????§???????????????\n Collections.sort(al);\n System.out.println(al.get(0) + \" \" + al.get(1) + \" \" + al.get(2));\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n String is = r.readLine();\n String[] sp = is.split(\" \");\n //ArrayList???????????????\n ArrayList<Integer> al = new ArrayList<Integer>();\n\n //Integer????????°??????????????????\n al.add(Integer.parseInt(sp[0]));\n al.add(Integer.parseInt(sp[1]));\n al.add(Integer.parseInt(sp[2]));\n\n //????????§???????????????\n Collections.sort(al);\n System.out.println(al.get(0) + \" \" + al.get(1) + \" \" + al.get(2));\n }",
"main",
"{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n String is = r.readLine();\n String[] sp = is.split(\" \");\n //ArrayList???????????????\n ArrayList<Integer> al = new ArrayList<Integer>();\n\n //Integer????????°??????????????????\n al.add(Integer.parseInt(sp[0]));\n al.add(Integer.parseInt(sp[1]));\n al.add(Integer.parseInt(sp[2]));\n\n //????????§???????????????\n Collections.sort(al);\n System.out.println(al.get(0) + \" \" + al.get(1) + \" \" + al.get(2));\n }",
"BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);",
"r",
"new BufferedReader(new InputStreamReader(System.in), 1)",
"String is = r.readLine();",
"is",
"r.readLine()",
"r.readLine",
"r",
"String[] sp = is.split(\" \");",
"sp",
"is.split(\" \")",
"is.split",
"is",
"\" \"",
"ArrayList<Integer> al = new ArrayList<Integer>();",
"al",
"new ArrayList<Integer>()",
"al.add(Integer.parseInt(sp[0]))",
"al.add",
"al",
"Integer.parseInt(sp[0])",
"Integer.parseInt",
"Integer",
"sp[0]",
"sp",
"0",
"al.add(Integer.parseInt(sp[1]))",
"al.add",
"al",
"Integer.parseInt(sp[1])",
"Integer.parseInt",
"Integer",
"sp[1]",
"sp",
"1",
"al.add(Integer.parseInt(sp[2]))",
"al.add",
"al",
"Integer.parseInt(sp[2])",
"Integer.parseInt",
"Integer",
"sp[2]",
"sp",
"2",
"Collections.sort(al)",
"Collections.sort",
"Collections",
"al",
"System.out.println(al.get(0) + \" \" + al.get(1) + \" \" + al.get(2))",
"System.out.println",
"System.out",
"System",
"System.out",
"al.get(0) + \" \" + al.get(1) + \" \" + al.get(2)",
"\" \"",
"al.get(1)",
"al.get(0) + \" \" + al.get(1) + \" \" + al.get(2)",
"al.get(0)",
"al.get",
"al",
"0",
"\" \"",
"al.get(1)",
"al.get",
"al",
"1",
"\" \"",
"al.get(2)",
"al.get",
"al",
"2",
"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 r =
new BufferedReader(new InputStreamReader(System.in), 1);
String is = r.readLine();
String[] sp = is.split(" ");
//ArrayList???????????????
ArrayList<Integer> al = new ArrayList<Integer>();
//Integer????????°??????????????????
al.add(Integer.parseInt(sp[0]));
al.add(Integer.parseInt(sp[1]));
al.add(Integer.parseInt(sp[2]));
//????????§???????????????
Collections.sort(al);
System.out.println(al.get(0) + " " + al.get(1) + " " + al.get(2));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
0,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
42,
2,
2,
13,
17,
2,
17,
13,
42,
2,
2,
13,
17,
2,
17,
13,
42,
2,
2,
13,
17,
2,
17,
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
],
[
89,
8
],
[
89,
9
],
[
9,
10
],
[
89,
11
],
[
11,
12
],
[
11,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
13,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
13,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
13,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
13,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
13,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
45,
47
],
[
13,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
13,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
58,
61
],
[
13,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
13,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
74,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
73,
79
],
[
79,
80
],
[
79,
81
],
[
72,
82
],
[
74,
83
],
[
83,
84
],
[
83,
85
],
[
11,
86
],
[
86,
87
],
[
0,
88
],
[
88,
89
],
[
88,
90
]
] | [
"\nimport java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tprivate static Scanner scanner;\n\n\tpublic static void main(String[] args) {\n\n\t\tscanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\n\t\twhile(a < 1 || 10000 < a);\n\t\twhile(b < 1 || 10000 < b);\n\t\twhile(c < 1 || 10000 < c);\n\n\t\tint[] list1 = {a,b,c};\n\t\tArrays.sort(list1);\n\t\tSystem.out.println(list1[0]+\" \"+list1[1]+\" \"+list1[2]);\n}\n\n}\n",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tprivate static Scanner scanner;\n\n\tpublic static void main(String[] args) {\n\n\t\tscanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\n\t\twhile(a < 1 || 10000 < a);\n\t\twhile(b < 1 || 10000 < b);\n\t\twhile(c < 1 || 10000 < c);\n\n\t\tint[] list1 = {a,b,c};\n\t\tArrays.sort(list1);\n\t\tSystem.out.println(list1[0]+\" \"+list1[1]+\" \"+list1[2]);\n}\n\n}",
"Main",
"private static Scanner scanner;",
"scanner",
"public static void main(String[] args) {\n\n\t\tscanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\n\t\twhile(a < 1 || 10000 < a);\n\t\twhile(b < 1 || 10000 < b);\n\t\twhile(c < 1 || 10000 < c);\n\n\t\tint[] list1 = {a,b,c};\n\t\tArrays.sort(list1);\n\t\tSystem.out.println(list1[0]+\" \"+list1[1]+\" \"+list1[2]);\n}",
"main",
"{\n\n\t\tscanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\n\t\twhile(a < 1 || 10000 < a);\n\t\twhile(b < 1 || 10000 < b);\n\t\twhile(c < 1 || 10000 < c);\n\n\t\tint[] list1 = {a,b,c};\n\t\tArrays.sort(list1);\n\t\tSystem.out.println(list1[0]+\" \"+list1[1]+\" \"+list1[2]);\n}",
"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",
"while(a < 1 || 10000 < a);",
"a < 1 || 10000 < a",
"a < 1",
"a",
"1",
"10000 < a",
"10000",
"a",
"while(b < 1 || 10000 < b);",
"b < 1 || 10000 < b",
"b < 1",
"b",
"1",
"10000 < b",
"10000",
"b",
"while(c < 1 || 10000 < c);",
"c < 1 || 10000 < c",
"c < 1",
"c",
"1",
"10000 < c",
"10000",
"c",
"int[] list1 = {a,b,c};",
"list1",
"{a,b,c}",
"a",
"b",
"c",
"Arrays.sort(list1)",
"Arrays.sort",
"Arrays",
"list1",
"System.out.println(list1[0]+\" \"+list1[1]+\" \"+list1[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"list1[0]+\" \"+list1[1]+\" \"+list1[2]",
"\" \"",
"list1[1]",
"list1[0]+\" \"+list1[1]+\" \"+list1[2]",
"list1[0]",
"list1",
"0",
"\" \"",
"list1[1]",
"list1",
"1",
"\" \"",
"list1[2]",
"list1",
"2",
"String[] args",
"args",
"public class Main {\n\n\tprivate static Scanner scanner;\n\n\tpublic static void main(String[] args) {\n\n\t\tscanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\n\t\twhile(a < 1 || 10000 < a);\n\t\twhile(b < 1 || 10000 < b);\n\t\twhile(c < 1 || 10000 < c);\n\n\t\tint[] list1 = {a,b,c};\n\t\tArrays.sort(list1);\n\t\tSystem.out.println(list1[0]+\" \"+list1[1]+\" \"+list1[2]);\n}\n\n}",
"public class Main {\n\n\tprivate static Scanner scanner;\n\n\tpublic static void main(String[] args) {\n\n\t\tscanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\n\t\twhile(a < 1 || 10000 < a);\n\t\twhile(b < 1 || 10000 < b);\n\t\twhile(c < 1 || 10000 < c);\n\n\t\tint[] list1 = {a,b,c};\n\t\tArrays.sort(list1);\n\t\tSystem.out.println(list1[0]+\" \"+list1[1]+\" \"+list1[2]);\n}\n\n}",
"Main"
] |
import java.util.Arrays;
import java.util.Scanner;
public class Main {
private static Scanner scanner;
public static void main(String[] args) {
scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
while(a < 1 || 10000 < a);
while(b < 1 || 10000 < b);
while(c < 1 || 10000 < c);
int[] list1 = {a,b,c};
Arrays.sort(list1);
System.out.println(list1[0]+" "+list1[1]+" "+list1[2]);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
4,
18,
20,
23,
13,
12,
13,
30,
4,
18,
18,
13,
13,
17,
12,
13,
30,
29,
2,
2,
13,
13,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
17,
2,
13,
13,
12,
13,
30,
41,
13,
4,
18,
20,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
17,
17,
2,
2,
13,
17,
17,
17,
2,
2,
13,
17,
17,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
8,
2,
13,
13,
17,
17,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
2,
13,
13,
2,
13,
13,
17,
17,
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,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
18,
13,
13,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
278,
5
],
[
278,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
6,
12
],
[
12,
13
],
[
278,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
278,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
28,
28
],
[
28,
29
],
[
28,
30
],
[
28,
31
],
[
23,
32
],
[
32,
33
],
[
278,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
36,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
36,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
56,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
56,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
63,
65
],
[
278,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
68,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
82,
80
],
[
80,
81
],
[
87,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
87,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
80,
92
],
[
82,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
278,
98
],
[
98,
99
],
[
98,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
107,
108
],
[
100,
109
],
[
109,
110
],
[
109,
111
],
[
111,
112
],
[
112,
113
],
[
100,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
114,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
119,
123
],
[
119,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
124,
129
],
[
278,
130
],
[
130,
131
],
[
130,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
132,
136
],
[
136,
137
],
[
136,
138
],
[
138,
139
],
[
139,
140
],
[
132,
141
],
[
141,
142
],
[
141,
143
],
[
143,
144
],
[
144,
145
],
[
132,
146
],
[
146,
147
],
[
146,
148
],
[
148,
149
],
[
149,
150
],
[
132,
151
],
[
151,
152
],
[
152,
153
],
[
153,
154
],
[
153,
155
],
[
151,
156
],
[
156,
157
],
[
157,
158
],
[
158,
159
],
[
158,
160
],
[
157,
161
],
[
161,
162
],
[
161,
163
],
[
156,
164
],
[
156,
165
],
[
278,
166
],
[
166,
167
],
[
166,
168
],
[
168,
169
],
[
169,
170
],
[
169,
171
],
[
168,
172
],
[
172,
173
],
[
172,
174
],
[
168,
176
],
[
176,
177
],
[
177,
178
],
[
177,
179
],
[
176,
180
],
[
180,
181
],
[
181,
182
],
[
168,
183
],
[
183,
184
],
[
184,
185
],
[
184,
186
],
[
183,
187
],
[
187,
188
],
[
188,
189
],
[
168,
190
],
[
190,
191
],
[
191,
192
],
[
191,
193
],
[
190,
194
],
[
194,
195
],
[
195,
196
],
[
168,
197
],
[
197,
198
],
[
198,
199
],
[
199,
200
],
[
199,
201
],
[
197,
202
],
[
202,
203
],
[
202,
204
],
[
204,
205
],
[
205,
206
],
[
205,
207
],
[
204,
208
],
[
197,
209
],
[
209,
210
],
[
210,
211
],
[
197,
212
],
[
213,
213
],
[
213,
214
],
[
214,
215
],
[
215,
216
],
[
216,
217
],
[
216,
218
],
[
218,
219
],
[
218,
220
],
[
214,
221
],
[
221,
222
],
[
221,
223
],
[
223,
224
],
[
223,
225
],
[
214,
226
],
[
226,
227
],
[
227,
228
],
[
214,
229
],
[
230,
230
],
[
230,
231
],
[
231,
232
],
[
232,
233
],
[
233,
234
],
[
233,
235
],
[
232,
236
],
[
236,
237
],
[
236,
238
],
[
231,
239
],
[
239,
240
],
[
240,
241
],
[
240,
242
],
[
242,
243
],
[
242,
244
],
[
239,
245
],
[
245,
246
],
[
246,
247
],
[
246,
248
],
[
245,
249
],
[
249,
250
],
[
249,
251
],
[
239,
252
],
[
252,
253
],
[
253,
254
],
[
253,
255
],
[
252,
256
],
[
168,
257
],
[
257,
258
],
[
258,
259
],
[
259,
260
],
[
259,
261
],
[
257,
262
],
[
265,
263
],
[
263,
264
],
[
264,
265
],
[
265,
266
],
[
266,
267
],
[
266,
268
],
[
265,
269
],
[
264,
270
],
[
270,
271
],
[
270,
272
],
[
263,
273
],
[
265,
274
],
[
274,
275
],
[
274,
276
],
[
0,
277
],
[
277,
278
],
[
277,
279
]
] | [
"import java.util.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\t//new Main().ITP1_1_C();\n\t\t//new Main().ITP1_1_D();\n\t\t//new Main().ITP1_2_A();\n\t\t//new Main().ITP1_2_B();\n\t\tnew Main().ITP1_2_C();\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n\n\tpublic void ITP1_1_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}\n\n\tpublic void ITP1_1_D(){\n\t\tint seconds = new Scanner(System.in).nextInt();\n\t\tSystem.out.println(seconds/3600 + \":\" + (seconds%3600)/60 + \":\" + (seconds%3600)%60);\n\t}\n\n\tpublic void ITP1_2_A(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println((a==b)?\"a == b\":(a > b)?\"a > b\":\"a < b\");\n\t}\n\n\tpublic void ITP1_2_B(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tSystem.out.println((a < b && b < c)?\"Yes\":\"No\");\n\t}\n\n\tpublic void ITP1_2_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\ta[0] = scan.nextInt();\n\t\ta[1] = scan.nextInt();\n\t\ta[2] = scan.nextInt();\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=i+1;j<a.length;j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\t//new Main().ITP1_1_C();\n\t\t//new Main().ITP1_1_D();\n\t\t//new Main().ITP1_2_A();\n\t\t//new Main().ITP1_2_B();\n\t\tnew Main().ITP1_2_C();\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n\n\tpublic void ITP1_1_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}\n\n\tpublic void ITP1_1_D(){\n\t\tint seconds = new Scanner(System.in).nextInt();\n\t\tSystem.out.println(seconds/3600 + \":\" + (seconds%3600)/60 + \":\" + (seconds%3600)%60);\n\t}\n\n\tpublic void ITP1_2_A(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println((a==b)?\"a == b\":(a > b)?\"a > b\":\"a < b\");\n\t}\n\n\tpublic void ITP1_2_B(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tSystem.out.println((a < b && b < c)?\"Yes\":\"No\");\n\t}\n\n\tpublic void ITP1_2_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\ta[0] = scan.nextInt();\n\t\ta[1] = scan.nextInt();\n\t\ta[2] = scan.nextInt();\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=i+1;j<a.length;j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\t//new Main().ITP1_1_C();\n\t\t//new Main().ITP1_1_D();\n\t\t//new Main().ITP1_2_A();\n\t\t//new Main().ITP1_2_B();\n\t\tnew Main().ITP1_2_C();\n\t}",
"main",
"{\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\t//new Main().ITP1_1_C();\n\t\t//new Main().ITP1_1_D();\n\t\t//new Main().ITP1_2_A();\n\t\t//new Main().ITP1_2_B();\n\t\tnew Main().ITP1_2_C();\n\t}",
"new Main().ITP1_2_C()",
"new Main().ITP1_2_C",
"new Main()",
"String[] args",
"args",
"public void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}",
"printHelloWorld",
"{\n\t\tSystem.out.println(\"Hello World\");\n\t}",
"System.out.println(\"Hello World\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Hello World\"",
"public int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}",
"ITP1_1_B",
"{\n\t\treturn x*x*x;\n\t}",
"return x*x*x;",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"int x",
"x",
"public void ITP1_1_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}",
"ITP1_1_C",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.println(a*b + \" \" + 2*(a+b))",
"System.out.println",
"System.out",
"System",
"System.out",
"a*b + \" \" + 2*(a+b)",
"a*b + \" \" + 2*(a+b)",
"a*b",
"a",
"b",
"\" \"",
"2*(a+b)",
"2",
"(a+b)",
"a",
"b",
"public void ITP1_1_D(){\n\t\tint seconds = new Scanner(System.in).nextInt();\n\t\tSystem.out.println(seconds/3600 + \":\" + (seconds%3600)/60 + \":\" + (seconds%3600)%60);\n\t}",
"ITP1_1_D",
"{\n\t\tint seconds = new Scanner(System.in).nextInt();\n\t\tSystem.out.println(seconds/3600 + \":\" + (seconds%3600)/60 + \":\" + (seconds%3600)%60);\n\t}",
"int seconds = new Scanner(System.in).nextInt();",
"seconds",
"new Scanner(System.in).nextInt()",
"new Scanner(System.in).nextInt",
"new Scanner(System.in)",
"System.out.println(seconds/3600 + \":\" + (seconds%3600)/60 + \":\" + (seconds%3600)%60)",
"System.out.println",
"System.out",
"System",
"System.out",
"seconds/3600 + \":\" + (seconds%3600)/60 + \":\" + (seconds%3600)%60",
"\":\"",
"(seconds%3600)/60",
"seconds/3600 + \":\" + (seconds%3600)/60 + \":\" + (seconds%3600)%60",
"seconds/3600",
"seconds",
"3600",
"\":\"",
"(seconds%3600)/60",
"(seconds%3600)",
"seconds",
"3600",
"60",
"\":\"",
"(seconds%3600)%60",
"(seconds%3600)",
"seconds",
"3600",
"60",
"public void ITP1_2_A(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println((a==b)?\"a == b\":(a > b)?\"a > b\":\"a < b\");\n\t}",
"ITP1_2_A",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println((a==b)?\"a == b\":(a > b)?\"a > b\":\"a < b\");\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.println((a==b)?\"a == b\":(a > b)?\"a > b\":\"a < b\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(a==b)?\"a == b\":(a > b)?\"a > b\":\"a < b\"",
"(a==b)",
"a",
"b",
"\"a == b\"",
"(a > b)?\"a > b\":\"a < b\"",
"(a > b)",
"a",
"b",
"\"a > b\"",
"\"a < b\"",
"public void ITP1_2_B(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tSystem.out.println((a < b && b < c)?\"Yes\":\"No\");\n\t}",
"ITP1_2_B",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tSystem.out.println((a < b && b < c)?\"Yes\":\"No\");\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",
"System.out.println((a < b && b < c)?\"Yes\":\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(a < b && b < c)?\"Yes\":\"No\"",
"(a < b && b < c)",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"\"Yes\"",
"\"No\"",
"public void ITP1_2_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\ta[0] = scan.nextInt();\n\t\ta[1] = scan.nextInt();\n\t\ta[2] = scan.nextInt();\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=i+1;j<a.length;j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"ITP1_2_C",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\ta[0] = scan.nextInt();\n\t\ta[1] = scan.nextInt();\n\t\ta[2] = scan.nextInt();\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=i+1;j<a.length;j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"a[0] = scan.nextInt()",
"a[0]",
"a",
"0",
"scan.nextInt()",
"scan.nextInt",
"scan",
"a[1] = scan.nextInt()",
"a[1]",
"a",
"1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"a[2] = scan.nextInt()",
"a[2]",
"a",
"2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"for(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=i+1;j<a.length;j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<a.length-1",
"i",
"a.length-1",
"a.length",
"a",
"a.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j=i+1;j<a.length;j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j=i+1;j<a.length;j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j=i+1;j<a.length;j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}",
"int j=i+1;",
"int j=i+1;",
"j",
"i+1",
"i",
"1",
"j<a.length",
"j",
"a.length",
"a",
"a.length",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}",
"if(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}",
"a[i] > a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"{\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}",
"int t=a[i];",
"t",
"a[i]",
"a",
"i",
"a[i]=a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"a[j]=t",
"a[j]",
"a",
"j",
"t",
"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\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\t//new Main().ITP1_1_C();\n\t\t//new Main().ITP1_1_D();\n\t\t//new Main().ITP1_2_A();\n\t\t//new Main().ITP1_2_B();\n\t\tnew Main().ITP1_2_C();\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n\n\tpublic void ITP1_1_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}\n\n\tpublic void ITP1_1_D(){\n\t\tint seconds = new Scanner(System.in).nextInt();\n\t\tSystem.out.println(seconds/3600 + \":\" + (seconds%3600)/60 + \":\" + (seconds%3600)%60);\n\t}\n\n\tpublic void ITP1_2_A(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println((a==b)?\"a == b\":(a > b)?\"a > b\":\"a < b\");\n\t}\n\n\tpublic void ITP1_2_B(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tSystem.out.println((a < b && b < c)?\"Yes\":\"No\");\n\t}\n\n\tpublic void ITP1_2_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\ta[0] = scan.nextInt();\n\t\ta[1] = scan.nextInt();\n\t\ta[2] = scan.nextInt();\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=i+1;j<a.length;j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\t//new Main().ITP1_1_C();\n\t\t//new Main().ITP1_1_D();\n\t\t//new Main().ITP1_2_A();\n\t\t//new Main().ITP1_2_B();\n\t\tnew Main().ITP1_2_C();\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n\n\tpublic void ITP1_1_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}\n\n\tpublic void ITP1_1_D(){\n\t\tint seconds = new Scanner(System.in).nextInt();\n\t\tSystem.out.println(seconds/3600 + \":\" + (seconds%3600)/60 + \":\" + (seconds%3600)%60);\n\t}\n\n\tpublic void ITP1_2_A(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println((a==b)?\"a == b\":(a > b)?\"a > b\":\"a < b\");\n\t}\n\n\tpublic void ITP1_2_B(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tSystem.out.println((a < b && b < c)?\"Yes\":\"No\");\n\t}\n\n\tpublic void ITP1_2_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\ta[0] = scan.nextInt();\n\t\ta[1] = scan.nextInt();\n\t\ta[2] = scan.nextInt();\n\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\tfor(int j=i+1;j<a.length;j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\tint t=a[i];a[i]=a[j];a[j]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
//new Main().printHelloWorld();
//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));
//new Main().ITP1_1_C();
//new Main().ITP1_1_D();
//new Main().ITP1_2_A();
//new Main().ITP1_2_B();
new Main().ITP1_2_C();
}
public void printHelloWorld(){
System.out.println("Hello World");
}
public int ITP1_1_B(int x){
return x*x*x;
}
public void ITP1_1_C(){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
System.out.println(a*b + " " + 2*(a+b));
}
public void ITP1_1_D(){
int seconds = new Scanner(System.in).nextInt();
System.out.println(seconds/3600 + ":" + (seconds%3600)/60 + ":" + (seconds%3600)%60);
}
public void ITP1_2_A(){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
System.out.println((a==b)?"a == b":(a > b)?"a > b":"a < b");
}
public void ITP1_2_B(){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
System.out.println((a < b && b < c)?"Yes":"No");
}
public void ITP1_2_C(){
Scanner scan = new Scanner(System.in);
int[] a = new int[3];
a[0] = scan.nextInt();
a[1] = scan.nextInt();
a[2] = scan.nextInt();
for(int i=0;i<a.length-1;i++){
for(int j=i+1;j<a.length;j++){
if(a[i] > a[j]){
int t=a[i];a[i]=a[j];a[j]=t;
}
}
}
System.out.println(a[0] + " " + a[1] + " " + a[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
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,
12,
13,
30,
29,
4,
18,
13,
4,
18,
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
],
[
10,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
27,
29
],
[
22,
30
],
[
30,
31
],
[
31,
32
],
[
22,
33
],
[
34,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
17,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
17,
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
],
[
15,
65
],
[
65,
66
],
[
10,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
74,
75
],
[
75,
76
]
] | [
"import java.io.*;\nimport java.util.Scanner;\nimport java.util.Arrays;\n\nclass Main {\n static Scanner sc = new Scanner(System.in);\n public static void main(String[] args) throws IOException {\n int[] v = new int[3];\n for(int i = 0; i < 3; ++i) {\n v[i] = ReadInt();\n }\n Arrays.sort(v);\n System.out.println(v[0] + \" \" + v[1] + \" \" + v[2]);\n }\n static int ReadInt() throws IOException {\n return Integer.parseInt(sc.next());\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main {\n static Scanner sc = new Scanner(System.in);\n public static void main(String[] args) throws IOException {\n int[] v = new int[3];\n for(int i = 0; i < 3; ++i) {\n v[i] = ReadInt();\n }\n Arrays.sort(v);\n System.out.println(v[0] + \" \" + v[1] + \" \" + v[2]);\n }\n static int ReadInt() throws IOException {\n return Integer.parseInt(sc.next());\n }\n}",
"Main",
"static Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"public static void main(String[] args) throws IOException {\n int[] v = new int[3];\n for(int i = 0; i < 3; ++i) {\n v[i] = ReadInt();\n }\n Arrays.sort(v);\n System.out.println(v[0] + \" \" + v[1] + \" \" + v[2]);\n }",
"main",
"{\n int[] v = new int[3];\n for(int i = 0; i < 3; ++i) {\n v[i] = ReadInt();\n }\n Arrays.sort(v);\n System.out.println(v[0] + \" \" + v[1] + \" \" + v[2]);\n }",
"int[] v = new int[3];",
"v",
"new int[3]",
"3",
"for(int i = 0; i < 3; ++i) {\n v[i] = ReadInt();\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"++i",
"++i",
"i",
"{\n v[i] = ReadInt();\n }",
"{\n v[i] = ReadInt();\n }",
"v[i] = ReadInt()",
"v[i]",
"v",
"i",
"ReadInt()",
"ReadInt",
"Arrays.sort(v)",
"Arrays.sort",
"Arrays",
"v",
"System.out.println(v[0] + \" \" + v[1] + \" \" + v[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"v[0] + \" \" + v[1] + \" \" + v[2]",
"\" \"",
"v[1]",
"v[0] + \" \" + v[1] + \" \" + v[2]",
"v[0]",
"v",
"0",
"\" \"",
"v[1]",
"v",
"1",
"\" \"",
"v[2]",
"v",
"2",
"String[] args",
"args",
"static int ReadInt() throws IOException {\n return Integer.parseInt(sc.next());\n }",
"ReadInt",
"{\n return Integer.parseInt(sc.next());\n }",
"return Integer.parseInt(sc.next());",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc"
] | import java.io.*;
import java.util.Scanner;
import java.util.Arrays;
class Main {
static Scanner sc = new Scanner(System.in);
public static void main(String[] args) throws IOException {
int[] v = new int[3];
for(int i = 0; i < 3; ++i) {
v[i] = ReadInt();
}
Arrays.sort(v);
System.out.println(v[0] + " " + v[1] + " " + v[2]);
}
static int ReadInt() throws IOException {
return Integer.parseInt(sc.next());
}
} |
[
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,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
18,
13,
13,
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
] | [
[
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
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
39,
49
],
[
49,
50
],
[
50,
51
],
[
39,
52
],
[
53,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
54,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
63,
65
],
[
54,
66
],
[
66,
67
],
[
67,
68
],
[
54,
69
],
[
70,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
76,
78
],
[
71,
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
],
[
79,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
8,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
97,
102
],
[
105,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
104,
110
],
[
110,
111
],
[
110,
112
],
[
103,
113
],
[
105,
114
],
[
114,
115
],
[
114,
116
],
[
6,
117
],
[
117,
118
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] num = new int[3];\n\t\tfor(int i=0; i<3; i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\t\tscan.close();\n\n\t\tfor(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] num = new int[3];\n\t\tfor(int i=0; i<3; i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\t\tscan.close();\n\n\t\tfor(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] num = new int[3];\n\t\tfor(int i=0; i<3; i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\t\tscan.close();\n\n\t\tfor(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\t}",
"main",
"{\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] num = new int[3];\n\t\tfor(int i=0; i<3; i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\t\tscan.close();\n\n\t\tfor(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int[] num = new int[3];",
"num",
"new int[3]",
"3",
"for(int i=0; i<3; i++){\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"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",
"scan.close()",
"scan.close",
"scan",
"for(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int s=0;",
"int s=0;",
"s",
"0",
"s<num.length",
"s",
"num.length",
"num",
"num.length",
"s++",
"s++",
"s",
"{\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}\n\t\t\t}",
"int t=s+1;",
"int t=s+1;",
"t",
"s+1",
"s",
"1",
"t<num.length",
"t",
"num.length",
"num",
"num.length",
"t++",
"t++",
"t",
"{\n\t\t\t\tif(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}\n\t\t\t}",
"if(num[t]<num[s]){\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}",
"num[t]<num[s]",
"num[t]",
"num",
"t",
"num[s]",
"num",
"s",
"{\n\t\t\t\t\tint tmp = num[s];\n\t\t\t\t\tnum[s] = num[t];\n\t\t\t\t\tnum[t] = tmp;\n\t\t\t\t}",
"int tmp = num[s];",
"tmp",
"num[s]",
"num",
"s",
"num[s] = num[t]",
"num[s]",
"num",
"s",
"num[t]",
"num",
"t",
"num[t] = tmp",
"num[t]",
"num",
"t",
"tmp",
"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.Scanner;
class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int[] num = new int[3];
for(int i=0; i<3; i++){
num[i] = scan.nextInt();
}
scan.close();
for(int s=0; s<num.length; s++){
for(int t=s+1; t<num.length; t++){
if(num[t]<num[s]){
int tmp = num[s];
num[s] = num[t];
num[t] = tmp;
}
}
}
System.out.println(num[0] + " " + num[1] + " " + num[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,
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
],
[
117,
5
],
[
117,
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
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
34,
41
],
[
41,
42
],
[
41,
43
],
[
34,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
48,
55
],
[
55,
56
],
[
55,
57
],
[
30,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
62,
69
],
[
69,
70
],
[
69,
71
],
[
8,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
76,
83
],
[
83,
84
],
[
83,
85
],
[
76,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
94,
96
],
[
90,
97
],
[
97,
98
],
[
97,
99
],
[
8,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
100,
105
],
[
108,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
106,
112
],
[
108,
113
],
[
6,
114
],
[
114,
115
],
[
0,
116
],
[
116,
117
],
[
116,
118
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intInput1 = scan.nextInt();\n\t\tint intInput2 = scan.nextInt();\n\t\tint intInput3 = scan.nextInt();\n\t\tint intSub = 0;\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 = intSub;\n\t\t\t}\n\t\t}else if(intInput2 > intInput3){\n\t\t\tintSub = intInput2;\n\t\t\tintInput2 = intInput3;\n\t\t\tintInput3 = intSub;\n\t\t}\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 =intInput2;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intInput1 + \" \" + intInput2 + \" \" + intInput3);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intInput1 = scan.nextInt();\n\t\tint intInput2 = scan.nextInt();\n\t\tint intInput3 = scan.nextInt();\n\t\tint intSub = 0;\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 = intSub;\n\t\t\t}\n\t\t}else if(intInput2 > intInput3){\n\t\t\tintSub = intInput2;\n\t\t\tintInput2 = intInput3;\n\t\t\tintInput3 = intSub;\n\t\t}\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 =intInput2;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intInput1 + \" \" + intInput2 + \" \" + intInput3);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intInput1 = scan.nextInt();\n\t\tint intInput2 = scan.nextInt();\n\t\tint intInput3 = scan.nextInt();\n\t\tint intSub = 0;\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 = intSub;\n\t\t\t}\n\t\t}else if(intInput2 > intInput3){\n\t\t\tintSub = intInput2;\n\t\t\tintInput2 = intInput3;\n\t\t\tintInput3 = intSub;\n\t\t}\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 =intInput2;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intInput1 + \" \" + intInput2 + \" \" + intInput3);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intInput1 = scan.nextInt();\n\t\tint intInput2 = scan.nextInt();\n\t\tint intInput3 = scan.nextInt();\n\t\tint intSub = 0;\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 = intSub;\n\t\t\t}\n\t\t}else if(intInput2 > intInput3){\n\t\t\tintSub = intInput2;\n\t\t\tintInput2 = intInput3;\n\t\t\tintInput3 = intSub;\n\t\t}\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 =intInput2;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intInput1 + \" \" + intInput2 + \" \" + intInput3);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int intInput1 = scan.nextInt();",
"intInput1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intInput2 = scan.nextInt();",
"intInput2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intInput3 = scan.nextInt();",
"intInput3",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intSub = 0;",
"intSub",
"0",
"if(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 = intSub;\n\t\t\t}\n\t\t}else if(intInput2 > intInput3){\n\t\t\tintSub = intInput2;\n\t\t\tintInput2 = intInput3;\n\t\t\tintInput3 = intSub;\n\t\t}",
"intInput1 > intInput2",
"intInput1",
"intInput2",
"{\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 = intSub;\n\t\t\t}\n\t\t}",
"intSub = intInput1",
"intSub",
"intInput1",
"intInput1 = intInput2",
"intInput1",
"intInput2",
"intInput2 = intSub",
"intInput2",
"intSub",
"if(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 = intSub;\n\t\t\t}",
"intInput2 > intInput3",
"intInput2",
"intInput3",
"{\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 = intSub;\n\t\t\t}",
"intSub = intInput2",
"intSub",
"intInput2",
"intInput2 = intInput3",
"intInput2",
"intInput3",
"intInput3 = intSub",
"intInput3",
"intSub",
"if(intInput2 > intInput3){\n\t\t\tintSub = intInput2;\n\t\t\tintInput2 = intInput3;\n\t\t\tintInput3 = intSub;\n\t\t}",
"intInput2 > intInput3",
"intInput2",
"intInput3",
"{\n\t\t\tintSub = intInput2;\n\t\t\tintInput2 = intInput3;\n\t\t\tintInput3 = intSub;\n\t\t}",
"intSub = intInput2",
"intSub",
"intInput2",
"intInput2 = intInput3",
"intInput2",
"intInput3",
"intInput3 = intSub",
"intInput3",
"intSub",
"if(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 =intInput2;\n\t\t\t}\n\t\t}",
"intInput1 > intInput2",
"intInput1",
"intInput2",
"{\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 =intInput2;\n\t\t\t}\n\t\t}",
"intSub = intInput1",
"intSub",
"intInput1",
"intInput1 = intInput2",
"intInput1",
"intInput2",
"intInput2 = intSub",
"intInput2",
"intSub",
"if(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 =intInput2;\n\t\t\t}",
"intInput2 > intInput3",
"intInput2",
"intInput3",
"{\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 =intInput2;\n\t\t\t}",
"intSub = intInput2",
"intSub",
"intInput2",
"intInput2 = intInput3",
"intInput2",
"intInput3",
"intInput3 =intInput2",
"intInput3",
"intInput2",
"System.out.println(intInput1 + \" \" + intInput2 + \" \" + intInput3)",
"System.out.println",
"System.out",
"System",
"System.out",
"intInput1 + \" \" + intInput2 + \" \" + intInput3",
"\" \"",
"intInput2",
"intInput1 + \" \" + intInput2 + \" \" + intInput3",
"intInput1",
"\" \"",
"intInput2",
"\" \"",
"intInput3",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intInput1 = scan.nextInt();\n\t\tint intInput2 = scan.nextInt();\n\t\tint intInput3 = scan.nextInt();\n\t\tint intSub = 0;\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 = intSub;\n\t\t\t}\n\t\t}else if(intInput2 > intInput3){\n\t\t\tintSub = intInput2;\n\t\t\tintInput2 = intInput3;\n\t\t\tintInput3 = intSub;\n\t\t}\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 =intInput2;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intInput1 + \" \" + intInput2 + \" \" + intInput3);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intInput1 = scan.nextInt();\n\t\tint intInput2 = scan.nextInt();\n\t\tint intInput3 = scan.nextInt();\n\t\tint intSub = 0;\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 = intSub;\n\t\t\t}\n\t\t}else if(intInput2 > intInput3){\n\t\t\tintSub = intInput2;\n\t\t\tintInput2 = intInput3;\n\t\t\tintInput3 = intSub;\n\t\t}\n\t\tif(intInput1 > intInput2){\n\t\t\tintSub = intInput1;\n\t\t\tintInput1 = intInput2;\n\t\t\tintInput2 = intSub;\n\t\t\tif(intInput2 > intInput3){\n\t\t\t\tintSub = intInput2;\n\t\t\t\tintInput2 = intInput3;\n\t\t\t\tintInput3 =intInput2;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intInput1 + \" \" + intInput2 + \" \" + intInput3);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int intInput1 = scan.nextInt();
int intInput2 = scan.nextInt();
int intInput3 = scan.nextInt();
int intSub = 0;
if(intInput1 > intInput2){
intSub = intInput1;
intInput1 = intInput2;
intInput2 = intSub;
if(intInput2 > intInput3){
intSub = intInput2;
intInput2 = intInput3;
intInput3 = intSub;
}
}else if(intInput2 > intInput3){
intSub = intInput2;
intInput2 = intInput3;
intInput3 = intSub;
}
if(intInput1 > intInput2){
intSub = intInput1;
intInput1 = intInput2;
intInput2 = intSub;
if(intInput2 > intInput3){
intSub = intInput2;
intInput2 = intInput3;
intInput3 =intInput2;
}
}
System.out.println(intInput1 + " " + intInput2 + " " + intInput3);
}
} |
[
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,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
18,
13,
13,
3,
30,
4,
18,
18,
13,
13,
18,
13,
13,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
85,
8
],
[
85,
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
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
40,
51
],
[
52,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
63,
64
],
[
63,
65
],
[
57,
66
],
[
53,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
73,
74
],
[
73,
75
],
[
67,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
9,
82
],
[
82,
83
],
[
0,
84
],
[
84,
85
],
[
84,
86
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\npublic class Main {\n\n public static void main(String[] args) {\n Scanner a = new Scanner(System.in);\n int x = a.nextInt();\n int y = a.nextInt();\n int z = a.nextInt();\n\n int Arr[] = {x, y, z};\n Arrays.sort(Arr);\n for (int i = 0; i < 3; i++) {\n if (i == 2){\n System.out.println(Arr[i]);\n break;\n }else{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }\n }\n }\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner a = new Scanner(System.in);\n int x = a.nextInt();\n int y = a.nextInt();\n int z = a.nextInt();\n\n int Arr[] = {x, y, z};\n Arrays.sort(Arr);\n for (int i = 0; i < 3; i++) {\n if (i == 2){\n System.out.println(Arr[i]);\n break;\n }else{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner a = new Scanner(System.in);\n int x = a.nextInt();\n int y = a.nextInt();\n int z = a.nextInt();\n\n int Arr[] = {x, y, z};\n Arrays.sort(Arr);\n for (int i = 0; i < 3; i++) {\n if (i == 2){\n System.out.println(Arr[i]);\n break;\n }else{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }\n }\n }",
"main",
"{\n Scanner a = new Scanner(System.in);\n int x = a.nextInt();\n int y = a.nextInt();\n int z = a.nextInt();\n\n int Arr[] = {x, y, z};\n Arrays.sort(Arr);\n for (int i = 0; i < 3; i++) {\n if (i == 2){\n System.out.println(Arr[i]);\n break;\n }else{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }\n }\n }",
"Scanner a = new Scanner(System.in);",
"a",
"new Scanner(System.in)",
"int x = a.nextInt();",
"x",
"a.nextInt()",
"a.nextInt",
"a",
"int y = a.nextInt();",
"y",
"a.nextInt()",
"a.nextInt",
"a",
"int z = a.nextInt();",
"z",
"a.nextInt()",
"a.nextInt",
"a",
"int Arr[] = {x, y, z};",
"Arr",
"{x, y, z}",
"x",
"y",
"z",
"Arrays.sort(Arr)",
"Arrays.sort",
"Arrays",
"Arr",
"for (int i = 0; i < 3; i++) {\n if (i == 2){\n System.out.println(Arr[i]);\n break;\n }else{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n if (i == 2){\n System.out.println(Arr[i]);\n break;\n }else{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }\n }",
"{\n if (i == 2){\n System.out.println(Arr[i]);\n break;\n }else{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }\n }",
"if (i == 2){\n System.out.println(Arr[i]);\n break;\n }else{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }",
"i == 2",
"i",
"2",
"{\n System.out.println(Arr[i]);\n break;\n }",
"System.out.println(Arr[i])",
"System.out.println",
"System.out",
"System",
"System.out",
"Arr[i]",
"Arr",
"i",
"break;",
"{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }",
"System.out.print(Arr[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"Arr[i]",
"Arr",
"i",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner a = new Scanner(System.in);\n int x = a.nextInt();\n int y = a.nextInt();\n int z = a.nextInt();\n\n int Arr[] = {x, y, z};\n Arrays.sort(Arr);\n for (int i = 0; i < 3; i++) {\n if (i == 2){\n System.out.println(Arr[i]);\n break;\n }else{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }\n }\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner a = new Scanner(System.in);\n int x = a.nextInt();\n int y = a.nextInt();\n int z = a.nextInt();\n\n int Arr[] = {x, y, z};\n Arrays.sort(Arr);\n for (int i = 0; i < 3; i++) {\n if (i == 2){\n System.out.println(Arr[i]);\n break;\n }else{\n System.out.print(Arr[i]);\n System.out.print(\" \");\n }\n }\n }\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner a = new Scanner(System.in);
int x = a.nextInt();
int y = a.nextInt();
int z = a.nextInt();
int Arr[] = {x, y, z};
Arrays.sort(Arr);
for (int i = 0; i < 3; i++) {
if (i == 2){
System.out.println(Arr[i]);
break;
}else{
System.out.print(Arr[i]);
System.out.print(" ");
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
20,
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,
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
],
[
11,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
46,
48
],
[
42,
49
],
[
49,
50
],
[
49,
51
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
56,
63
],
[
63,
64
],
[
63,
65
],
[
8,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
74,
76
],
[
70,
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;\npublic class Main{\n\tpublic static void main(String[] args) {\n int a;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint s = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}\n\t\tif(b>c){\n\t\t\ts = b;\n\t\t\tb = c;\n\t\t\tc = s;\n\t\t}\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\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 int a;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint s = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}\n\t\tif(b>c){\n\t\t\ts = b;\n\t\t\tb = c;\n\t\t\tc = s;\n\t\t}\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n int a;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint s = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}\n\t\tif(b>c){\n\t\t\ts = b;\n\t\t\tb = c;\n\t\t\tc = s;\n\t\t}\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}",
"main",
"{\n int a;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint s = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}\n\t\tif(b>c){\n\t\t\ts = b;\n\t\t\tb = c;\n\t\t\tc = s;\n\t\t}\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}",
"int a;",
"a",
"int b = 0;",
"b",
"0",
"int c = 0;",
"c",
"0",
"int s = 0;",
"s",
"0",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"a = scan.nextInt()",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"b = scan.nextInt()",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"c = scan.nextInt()",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}",
"s = a",
"s",
"a",
"a = b",
"a",
"b",
"b = s",
"b",
"s",
"if(b>c){\n\t\t\ts = b;\n\t\t\tb = c;\n\t\t\tc = s;\n\t\t}",
"b>c",
"b",
"c",
"{\n\t\t\ts = b;\n\t\t\tb = c;\n\t\t\tc = s;\n\t\t}",
"s = b",
"s",
"b",
"b = c",
"b",
"c",
"c = s",
"c",
"s",
"if(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}",
"s = a",
"s",
"a",
"a = b",
"a",
"b",
"b = s",
"b",
"s",
"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 int a;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint s = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}\n\t\tif(b>c){\n\t\t\ts = b;\n\t\t\tb = c;\n\t\t\tc = s;\n\t\t}\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\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 int a;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint s = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\n\t\t}\n\t\tif(b>c){\n\t\t\ts = b;\n\t\t\tb = c;\n\t\t\tc = s;\n\t\t}\n\t\tif(a>b){\n\t\t\ts = a;\n\t\t\ta = b;\n\t\t\tb = s;\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) {
int a;
int b = 0;
int c = 0;
int s = 0;
Scanner scan = new Scanner(System.in);
a = scan.nextInt();
b = scan.nextInt();
c = scan.nextInt();
if(a>b){
s = a;
a = b;
b = s;
}
if(b>c){
s = b;
b = c;
c = s;
}
if(a>b){
s = a;
a = b;
b = s;
}
System.out.println(a + " " + b + " " + c);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
13,
41,
13,
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,
4,
18,
13,
13,
17,
4,
18,
13,
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
],
[
131,
11
],
[
131,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
18,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
25,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
25,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
25,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
25,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
25,
61
],
[
61,
62
],
[
25,
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
],
[
25,
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
],
[
25,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
99,
100
],
[
99,
101
],
[
95,
102
],
[
102,
103
],
[
102,
104
],
[
25,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
113,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
114,
117
],
[
113,
118
],
[
112,
119
],
[
119,
120
],
[
120,
121
],
[
119,
122
],
[
111,
123
],
[
113,
124
],
[
124,
125
],
[
125,
126
],
[
124,
127
],
[
12,
128
],
[
128,
129
],
[
0,
130
],
[
130,
131
],
[
130,
132
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint temp;\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (b < c);\n\t\t\telse {\n\t\t\t\ttemp = b;\n\t\t\t\tb = c;\n\t\t\t\tc = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c));\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint temp;\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (b < c);\n\t\t\telse {\n\t\t\t\ttemp = b;\n\t\t\t\tb = c;\n\t\t\t\tc = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c));\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint temp;\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (b < c);\n\t\t\telse {\n\t\t\t\ttemp = b;\n\t\t\t\tb = c;\n\t\t\t\tc = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c));\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint temp;\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (b < c);\n\t\t\telse {\n\t\t\t\ttemp = b;\n\t\t\t\tb = c;\n\t\t\t\tc = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c));\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"try {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint temp;\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (b < c);\n\t\t\telse {\n\t\t\t\ttemp = b;\n\t\t\t\tb = c;\n\t\t\t\tc = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c));\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint temp;\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (b < c);\n\t\t\telse {\n\t\t\t\ttemp = b;\n\t\t\t\tb = c;\n\t\t\t\tc = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c));\n\t\t\t\n\t\t}",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] arr = str.split(\" \");",
"arr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(arr[0]);",
"a",
"Integer.parseInt(arr[0])",
"Integer.parseInt",
"Integer",
"arr[0]",
"arr",
"0",
"int b = Integer.parseInt(arr[1]);",
"b",
"Integer.parseInt(arr[1])",
"Integer.parseInt",
"Integer",
"arr[1]",
"arr",
"1",
"int c = Integer.parseInt(arr[2]);",
"c",
"Integer.parseInt(arr[2])",
"Integer.parseInt",
"Integer",
"arr[2]",
"arr",
"2",
"int temp;",
"temp",
"if (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}",
"temp = a",
"temp",
"a",
"a = b",
"a",
"b",
"b = temp",
"b",
"temp",
"if (b < c);\n\t\t\telse {\n\t\t\t\ttemp = b;\n\t\t\t\tb = c;\n\t\t\t\tc = temp;\n\t\t\t}",
"b < c",
"b",
"c",
"{\n\t\t\t\ttemp = b;\n\t\t\t\tb = c;\n\t\t\t\tc = temp;\n\t\t\t}",
"temp = b",
"temp",
"b",
"b = c",
"b",
"c",
"c = temp",
"c",
"temp",
"if (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}",
"temp = a",
"temp",
"a",
"a = b",
"a",
"b",
"b = temp",
"b",
"temp",
"System.out.println(String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c)",
"\" \"",
"String.valueOf(b)",
"String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c)",
"String.valueOf(a)",
"String.valueOf",
"String",
"a",
"\" \"",
"String.valueOf(b)",
"String.valueOf",
"String",
"b",
"\" \"",
"String.valueOf(c)",
"String.valueOf",
"String",
"c",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint temp;\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (b < c);\n\t\t\telse {\n\t\t\t\ttemp = b;\n\t\t\t\tb = c;\n\t\t\t\tc = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c));\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint temp;\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (b < c);\n\t\t\telse {\n\t\t\t\ttemp = b;\n\t\t\t\tb = c;\n\t\t\t\tc = temp;\n\t\t\t}\n\t\t\t\n\t\t\tif (a < b);\n\t\t\telse {\n\t\t\t\ttemp = a;\n\t\t\t\ta = b;\n\t\t\t\tb = temp;\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(a) + \" \" + String.valueOf(b) + \" \" + String.valueOf(c));\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
try {
String str = br.readLine();
String[] arr = str.split(" ");
int a = Integer.parseInt(arr[0]);
int b = Integer.parseInt(arr[1]);
int c = Integer.parseInt(arr[2]);
int temp;
if (a < b);
else {
temp = a;
a = b;
b = temp;
}
if (b < c);
else {
temp = b;
b = c;
c = temp;
}
if (a < b);
else {
temp = a;
a = b;
b = temp;
}
System.out.println(String.valueOf(a) + " " + String.valueOf(b) + " " + String.valueOf(c));
} catch (IOException e) {
// TODO 自動生成された catch ブロック
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
20,
17,
11,
1,
0,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
11,
1,
0,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
11,
1,
0,
13,
2,
13,
17,
2,
13,
18,
13,
13,
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
],
[
125,
5
],
[
125,
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
],
[
18,
20
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
22,
32
],
[
32,
33
],
[
33,
34
],
[
22,
35
],
[
36,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
8,
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
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
63,
65
],
[
59,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
59,
71
],
[
71,
72
],
[
72,
73
],
[
59,
74
],
[
75,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
81,
83
],
[
76,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
87,
89
],
[
84,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
94,
96
],
[
84,
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;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner stdIn = new Scanner (System.in);\n\t\tint i,j,tmp;\n\t\tint[] a = new int[3];\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\tfor(j = i+1; j < a.length; j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\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\n\t\tScanner stdIn = new Scanner (System.in);\n\t\tint i,j,tmp;\n\t\tint[] a = new int[3];\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\tfor(j = i+1; j < a.length; j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner stdIn = new Scanner (System.in);\n\t\tint i,j,tmp;\n\t\tint[] a = new int[3];\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\tfor(j = i+1; j < a.length; j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"main",
"{\n\n\t\tScanner stdIn = new Scanner (System.in);\n\t\tint i,j,tmp;\n\t\tint[] a = new int[3];\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\tfor(j = i+1; j < a.length; j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"Scanner stdIn = new Scanner (System.in);",
"stdIn",
"new Scanner (System.in)",
"int i",
"i",
"j",
"j",
"tmp;",
"tmp",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"for(i = 0; i < a.length; i++){\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}",
"i = 0;",
"i = 0",
"i",
"0",
"i < a.length",
"i",
"a.length",
"a",
"a.length",
"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",
"for(i = 0; i < a.length; i++){\n\t\t\tfor(j = i+1; j < a.length; j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}\n\t\t}",
"i = 0;",
"i = 0",
"i",
"0",
"i < a.length",
"i",
"a.length",
"a",
"a.length",
"i++",
"i++",
"i",
"{\n\t\t\tfor(j = i+1; j < a.length; j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(j = i+1; j < a.length; j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}\n\t\t}",
"for(j = i+1; j < a.length; j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}",
"j = i+1;",
"j = i+1",
"j",
"i+1",
"i",
"1",
"j < a.length",
"j",
"a.length",
"a",
"a.length",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}",
"{\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}",
"if(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}",
"a[i] > a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"{\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}",
"tmp = a[i]",
"tmp",
"a[i]",
"a",
"i",
"a[i] = a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"a[j] = tmp",
"a[j]",
"a",
"j",
"tmp",
"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\n\t\tScanner stdIn = new Scanner (System.in);\n\t\tint i,j,tmp;\n\t\tint[] a = new int[3];\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\tfor(j = i+1; j < a.length; j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\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\n\t\tScanner stdIn = new Scanner (System.in);\n\t\tint i,j,tmp;\n\t\tint[] a = new int[3];\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\tfor(i = 0; i < a.length; i++){\n\t\t\tfor(j = i+1; j < a.length; j++){\n\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\ttmp = a[i];\n\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\ta[j] = tmp;\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\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 stdIn = new Scanner (System.in);
int i,j,tmp;
int[] a = new int[3];
for(i = 0; i < a.length; i++){
a[i] = stdIn.nextInt();
}
for(i = 0; i < a.length; i++){
for(j = i+1; j < a.length; j++){
if(a[i] > a[j]){
tmp = a[i];
a[i] = a[j];
a[j] = tmp;
}
}
}
System.out.println(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,
41,
13,
20,
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,
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
],
[
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
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
30,
42
],
[
42,
43
],
[
43,
44
],
[
30,
45
],
[
46,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
47,
56
],
[
56,
57
],
[
56,
58
],
[
47,
59
],
[
59,
60
],
[
60,
61
],
[
47,
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
],
[
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
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\n\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint[] hako = new int[] {a, b, c};\n\t\t\n\t\tfor(int i=0;i<hako.length-1;i++){\n\t\t\tfor(int j=hako.length-1;j>i;j--){\n\t\t\t\tif(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(hako[0] + \" \" + hako[1] + \" \" + hako[2]);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint[] hako = new int[] {a, b, c};\n\t\t\n\t\tfor(int i=0;i<hako.length-1;i++){\n\t\t\tfor(int j=hako.length-1;j>i;j--){\n\t\t\t\tif(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(hako[0] + \" \" + hako[1] + \" \" + hako[2]);\n\t}\n}",
"Main",
"@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint[] hako = new int[] {a, b, c};\n\t\t\n\t\tfor(int i=0;i<hako.length-1;i++){\n\t\t\tfor(int j=hako.length-1;j>i;j--){\n\t\t\t\tif(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(hako[0] + \" \" + hako[1] + \" \" + hako[2]);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint[] hako = new int[] {a, b, c};\n\t\t\n\t\tfor(int i=0;i<hako.length-1;i++){\n\t\t\tfor(int j=hako.length-1;j>i;j--){\n\t\t\t\tif(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(hako[0] + \" \" + hako[1] + \" \" + hako[2]);\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[] hako = new int[] {a, b, c};",
"hako",
"new int[] {a, b, c}",
"for(int i=0;i<hako.length-1;i++){\n\t\t\tfor(int j=hako.length-1;j>i;j--){\n\t\t\t\tif(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<hako.length-1",
"i",
"hako.length-1",
"hako.length",
"hako",
"hako.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j=hako.length-1;j>i;j--){\n\t\t\t\tif(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j=hako.length-1;j>i;j--){\n\t\t\t\tif(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j=hako.length-1;j>i;j--){\n\t\t\t\tif(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}\n\t\t\t}",
"int j=hako.length-1;",
"int j=hako.length-1;",
"j",
"hako.length-1",
"hako.length",
"hako",
"hako.length",
"1",
"j>i",
"j",
"i",
"j--",
"j--",
"j",
"{\n\t\t\t\tif(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}\n\t\t\t}",
"if(hako[j]<hako[j-1]){\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}",
"hako[j]<hako[j-1]",
"hako[j]",
"hako",
"j",
"hako[j-1]",
"hako",
"j-1",
"j",
"1",
"{\n\t\t\t\t\t int t=hako[j];\n\t\t\t\t\t hako[j]=hako[j-1];\n\t\t\t\t\t hako[j-1]=t;\n\t\t\t\t}",
"int t=hako[j];",
"t",
"hako[j]",
"hako",
"j",
"hako[j]=hako[j-1]",
"hako[j]",
"hako",
"j",
"hako[j-1]",
"hako",
"j-1",
"j",
"1",
"hako[j-1]=t",
"hako[j-1]",
"hako",
"j-1",
"j",
"1",
"t",
"System.out.println(hako[0] + \" \" + hako[1] + \" \" + hako[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"hako[0] + \" \" + hako[1] + \" \" + hako[2]",
"\" \"",
"hako[1]",
"hako[0] + \" \" + hako[1] + \" \" + hako[2]",
"hako[0]",
"hako",
"0",
"\" \"",
"hako[1]",
"hako",
"1",
"\" \"",
"hako[2]",
"hako",
"2",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
@SuppressWarnings("resource")
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[] hako = new int[] {a, b, c};
for(int i=0;i<hako.length-1;i++){
for(int j=hako.length-1;j>i;j--){
if(hako[j]<hako[j-1]){
int t=hako[j];
hako[j]=hako[j-1];
hako[j-1]=t;
}
}
}
System.out.println(hako[0] + " " + hako[1] + " " + hako[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
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,
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
],
[
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
],
[
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
]
] | [
"\nimport java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int x;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }\n if (a > b) {\n //a と b を入れ替える\n x = a;\n a = b;\n b = x;\n }\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }\n System.out.println(a+\" \"+b+\" \"+c);\n }\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int x;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }\n if (a > b) {\n //a と b を入れ替える\n x = a;\n a = b;\n b = x;\n }\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\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\n int x;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }\n if (a > b) {\n //a と b を入れ替える\n x = a;\n a = b;\n b = x;\n }\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }\n System.out.println(a+\" \"+b+\" \"+c);\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n\n int x;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }\n if (a > b) {\n //a と b を入れ替える\n x = a;\n a = b;\n b = x;\n }\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }\n System.out.println(a+\" \"+b+\" \"+c);\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int x;",
"x",
"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",
"if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }",
"b > c",
"b",
"c",
"{\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }",
"x = b",
"x",
"b",
"b = c",
"b",
"c",
"c = x",
"c",
"x",
"if (a > b) {\n //a と b を入れ替える\n x = a;\n a = b;\n b = x;\n }",
"a > b",
"a",
"b",
"{\n //a と b を入れ替える\n x = a;\n a = b;\n b = x;\n }",
"x = a",
"x",
"a",
"a = b",
"a",
"b",
"b = x",
"b",
"x",
"if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }",
"b > c",
"b",
"c",
"{\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }",
"x = b",
"x",
"b",
"b = c",
"b",
"c",
"c = x",
"c",
"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\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int x;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }\n if (a > b) {\n //a と b を入れ替える\n x = a;\n a = b;\n b = x;\n }\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }\n System.out.println(a+\" \"+b+\" \"+c);\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int x;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\n }\n if (a > b) {\n //a と b を入れ替える\n x = a;\n a = b;\n b = x;\n }\n if (b > c) {\n // b と c を入れ替える\n x = b;\n b = c;\n c = x;\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 x;
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
if (b > c) {
// b と c を入れ替える
x = b;
b = c;
c = x;
}
if (a > b) {
//a と b を入れ替える
x = a;
a = b;
b = x;
}
if (b > c) {
// b と c を入れ替える
x = b;
b = c;
c = x;
}
System.out.println(a+" "+b+" "+c);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
2,
17,
13,
30,
41,
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
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
106,
14
],
[
106,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
30,
31
],
[
30,
32
],
[
21,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
33,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
33,
45
],
[
45,
46
],
[
45,
47
],
[
33,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
56,
58
],
[
33,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
66,
68
],
[
33,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
74,
75
],
[
73,
76
],
[
76,
77
],
[
76,
78
],
[
33,
79
],
[
79,
80
],
[
80,
81
],
[
79,
82
],
[
33,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
91,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
90,
96
],
[
96,
97
],
[
96,
98
],
[
89,
99
],
[
91,
100
],
[
100,
101
],
[
100,
102
],
[
15,
103
],
[
103,
104
],
[
0,
105
],
[
105,
106
],
[
105,
107
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\npublic class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString str=reader.readLine();\n\t\tString[] spl =str.split(\" \");\n\t\tint[] intArray=new int[3];\n\t\tintArray[0]=Integer.parseInt(spl[0]);\n\t\tintArray[1]=Integer.parseInt(spl[1]);\n\t\tintArray[2]=Integer.parseInt(spl[2]);\n\n\n\t\tArrays.sort(intArray);\n\t\tSystem.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\t\t}\n\n\n\t}\n\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\n\tpublic static void main(String[] args){\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString str=reader.readLine();\n\t\tString[] spl =str.split(\" \");\n\t\tint[] intArray=new int[3];\n\t\tintArray[0]=Integer.parseInt(spl[0]);\n\t\tintArray[1]=Integer.parseInt(spl[1]);\n\t\tintArray[2]=Integer.parseInt(spl[2]);\n\n\n\t\tArrays.sort(intArray);\n\t\tSystem.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\t\t}\n\n\n\t}\n\n\n}",
"Main",
"public static void main(String[] args){\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString str=reader.readLine();\n\t\tString[] spl =str.split(\" \");\n\t\tint[] intArray=new int[3];\n\t\tintArray[0]=Integer.parseInt(spl[0]);\n\t\tintArray[1]=Integer.parseInt(spl[1]);\n\t\tintArray[2]=Integer.parseInt(spl[2]);\n\n\n\t\tArrays.sort(intArray);\n\t\tSystem.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\t\t}\n\n\n\t}",
"main",
"{\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString str=reader.readLine();\n\t\tString[] spl =str.split(\" \");\n\t\tint[] intArray=new int[3];\n\t\tintArray[0]=Integer.parseInt(spl[0]);\n\t\tintArray[1]=Integer.parseInt(spl[1]);\n\t\tintArray[2]=Integer.parseInt(spl[2]);\n\n\n\t\tArrays.sort(intArray);\n\t\tSystem.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\t\t}\n\n\n\t}",
"BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"try{\n\t\tString str=reader.readLine();\n\t\tString[] spl =str.split(\" \");\n\t\tint[] intArray=new int[3];\n\t\tintArray[0]=Integer.parseInt(spl[0]);\n\t\tintArray[1]=Integer.parseInt(spl[1]);\n\t\tintArray[2]=Integer.parseInt(spl[2]);\n\n\n\t\tArrays.sort(intArray);\n\t\tSystem.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\t\t}",
"catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\t\t}",
"System.out.println(\"??¨??????:\"+e)",
"System.out.println",
"System.out",
"System",
"System.out",
"\"??¨??????:\"+e",
"\"??¨??????:\"",
"e",
"{\n\t\tString str=reader.readLine();\n\t\tString[] spl =str.split(\" \");\n\t\tint[] intArray=new int[3];\n\t\tintArray[0]=Integer.parseInt(spl[0]);\n\t\tintArray[1]=Integer.parseInt(spl[1]);\n\t\tintArray[2]=Integer.parseInt(spl[2]);\n\n\n\t\tArrays.sort(intArray);\n\t\tSystem.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n\n\t\t}",
"String str=reader.readLine();",
"str",
"reader.readLine()",
"reader.readLine",
"reader",
"String[] spl =str.split(\" \");",
"spl",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int[] intArray=new int[3];",
"intArray",
"new int[3]",
"3",
"intArray[0]=Integer.parseInt(spl[0])",
"intArray[0]",
"intArray",
"0",
"Integer.parseInt(spl[0])",
"Integer.parseInt",
"Integer",
"spl[0]",
"spl",
"0",
"intArray[1]=Integer.parseInt(spl[1])",
"intArray[1]",
"intArray",
"1",
"Integer.parseInt(spl[1])",
"Integer.parseInt",
"Integer",
"spl[1]",
"spl",
"1",
"intArray[2]=Integer.parseInt(spl[2])",
"intArray[2]",
"intArray",
"2",
"Integer.parseInt(spl[2])",
"Integer.parseInt",
"Integer",
"spl[2]",
"spl",
"2",
"Arrays.sort(intArray)",
"Arrays.sort",
"Arrays",
"intArray",
"System.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]",
"\" \"",
"intArray[1]",
"intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]",
"intArray[0]",
"intArray",
"0",
"\" \"",
"intArray[1]",
"intArray",
"1",
"\" \"",
"intArray[2]",
"intArray",
"2",
"String[] args",
"args",
"public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString str=reader.readLine();\n\t\tString[] spl =str.split(\" \");\n\t\tint[] intArray=new int[3];\n\t\tintArray[0]=Integer.parseInt(spl[0]);\n\t\tintArray[1]=Integer.parseInt(spl[1]);\n\t\tintArray[2]=Integer.parseInt(spl[2]);\n\n\n\t\tArrays.sort(intArray);\n\t\tSystem.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\t\t}\n\n\n\t}\n\n\n}",
"public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString str=reader.readLine();\n\t\tString[] spl =str.split(\" \");\n\t\tint[] intArray=new int[3];\n\t\tintArray[0]=Integer.parseInt(spl[0]);\n\t\tintArray[1]=Integer.parseInt(spl[1]);\n\t\tintArray[2]=Integer.parseInt(spl[2]);\n\n\n\t\tArrays.sort(intArray);\n\t\tSystem.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\t\t}\n\n\n\t}\n\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){
BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));
try{
String str=reader.readLine();
String[] spl =str.split(" ");
int[] intArray=new int[3];
intArray[0]=Integer.parseInt(spl[0]);
intArray[1]=Integer.parseInt(spl[1]);
intArray[2]=Integer.parseInt(spl[2]);
Arrays.sort(intArray);
System.out.println(intArray[0]+" "+intArray[1]+" "+intArray[2]);
}catch(IOException e){
System.out.println("??¨??????:"+e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
0,
13,
4,
13,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
13,
2,
13,
17,
4,
18,
18,
13,
13,
2,
18,
13,
13,
17,
4,
18,
18,
13,
13,
18,
13,
13,
23,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
18,
13,
13,
11,
1,
41,
13,
2,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
13,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
17,
13,
3,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
3,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
0,
13,
18,
13,
2,
13,
17,
0,
13,
18,
13,
13,
0,
18,
13,
13,
13,
0,
18,
13,
2,
13,
17,
13,
29,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
182,
5
],
[
182,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
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
],
[
39,
41
],
[
41,
42
],
[
41,
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
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
57,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
57,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
78,
79
],
[
78,
80
],
[
6,
81
],
[
81,
82
],
[
182,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
86,
87
],
[
85,
88
],
[
88,
89
],
[
85,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
92,
94
],
[
85,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
99,
101
],
[
95,
102
],
[
102,
103
],
[
102,
104
],
[
95,
105
],
[
105,
106
],
[
106,
107
],
[
95,
108
],
[
109,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
115,
116
],
[
115,
117
],
[
110,
118
],
[
118,
119
],
[
119,
120
],
[
110,
121
],
[
122,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
123,
129
],
[
122,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
131,
135
],
[
135,
136
],
[
135,
137
],
[
137,
138
],
[
137,
139
],
[
130,
140
],
[
140,
141
],
[
122,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
143,
147
],
[
147,
148
],
[
147,
149
],
[
149,
150
],
[
149,
151
],
[
142,
152
],
[
152,
153
],
[
153,
154
],
[
153,
155
],
[
155,
156
],
[
155,
157
],
[
157,
158
],
[
157,
159
],
[
152,
160
],
[
160,
161
],
[
160,
162
],
[
162,
163
],
[
162,
164
],
[
152,
165
],
[
165,
166
],
[
166,
167
],
[
166,
168
],
[
165,
169
],
[
152,
170
],
[
170,
171
],
[
171,
172
],
[
171,
173
],
[
173,
174
],
[
173,
175
],
[
170,
176
],
[
85,
177
],
[
177,
178
],
[
83,
179
],
[
179,
180
],
[
0,
181
],
[
181,
182
],
[
181,
183
]
] | [
"import java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 3;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\t\tnum = up_down_sort(num);\n\t\tfor(int i = 0 ; i < kaisu ; i++) {\n\t\t\tif(i != kaisu - 1) System.out.print(num[i] + \" \");\n\t\t\telse System.out.println(num[i]);\n\t\t}\n\t}\n\t\n\tpublic static int[] up_down_sort (int[] numbers) {\n\t\tint up_number ;\n\t\tint down_number ;\n\t\tint yousosu = numbers.length;\n\t\tfor(int i = yousosu-1 ; i >= 0 ; i--) {\n\t\t\tfor(int j = i ; j <= yousosu ; ++j) {\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn numbers;\n\t\n\t\t/*else System.out.println(\"No\");\n\t\tif(a < b) System.out.println(\"a < b\");\n\t\telse if(a > b) System.out.println(\"a > b\");\n\t\telse System.out.println(\"a == b\");\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}\n\n\tstatic int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;*/\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 3;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\t\tnum = up_down_sort(num);\n\t\tfor(int i = 0 ; i < kaisu ; i++) {\n\t\t\tif(i != kaisu - 1) System.out.print(num[i] + \" \");\n\t\t\telse System.out.println(num[i]);\n\t\t}\n\t}\n\t\n\tpublic static int[] up_down_sort (int[] numbers) {\n\t\tint up_number ;\n\t\tint down_number ;\n\t\tint yousosu = numbers.length;\n\t\tfor(int i = yousosu-1 ; i >= 0 ; i--) {\n\t\t\tfor(int j = i ; j <= yousosu ; ++j) {\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn numbers;\n\t\n\t\t/*else System.out.println(\"No\");\n\t\tif(a < b) System.out.println(\"a < b\");\n\t\telse if(a > b) System.out.println(\"a > b\");\n\t\telse System.out.println(\"a == b\");\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}\n\n\tstatic int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;*/\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 3;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\t\tnum = up_down_sort(num);\n\t\tfor(int i = 0 ; i < kaisu ; i++) {\n\t\t\tif(i != kaisu - 1) System.out.print(num[i] + \" \");\n\t\t\telse System.out.println(num[i]);\n\t\t}\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 3;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\t\tnum = up_down_sort(num);\n\t\tfor(int i = 0 ; i < kaisu ; i++) {\n\t\t\tif(i != kaisu - 1) System.out.print(num[i] + \" \");\n\t\t\telse System.out.println(num[i]);\n\t\t}\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int kaisu = 3;",
"kaisu",
"3",
"int[] num = new int[kaisu];",
"num",
"new int[kaisu]",
"kaisu",
"for(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < kaisu",
"i",
"kaisu",
"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",
"num = up_down_sort(num)",
"num",
"up_down_sort(num)",
"up_down_sort",
"num",
"for(int i = 0 ; i < kaisu ; i++) {\n\t\t\tif(i != kaisu - 1) System.out.print(num[i] + \" \");\n\t\t\telse System.out.println(num[i]);\n\t\t}",
"int i = 0 ;",
"int i = 0 ;",
"i",
"0",
"i < kaisu",
"i",
"kaisu",
"i++",
"i++",
"i",
"{\n\t\t\tif(i != kaisu - 1) System.out.print(num[i] + \" \");\n\t\t\telse System.out.println(num[i]);\n\t\t}",
"{\n\t\t\tif(i != kaisu - 1) System.out.print(num[i] + \" \");\n\t\t\telse System.out.println(num[i]);\n\t\t}",
"if(i != kaisu - 1) System.out.print(num[i] + \" \");\n\t\t\telse System.out.println(num[i]);",
"i != kaisu - 1",
"i",
"kaisu - 1",
"kaisu",
"1",
"System.out.print(num[i] + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"num[i] + \" \"",
"num[i]",
"num",
"i",
"\" \"",
"System.out.println(num[i])",
"System.out.println",
"System.out",
"System",
"System.out",
"num[i]",
"num",
"i",
"String[] args",
"args",
"public static int[] up_down_sort (int[] numbers) {\n\t\tint up_number ;\n\t\tint down_number ;\n\t\tint yousosu = numbers.length;\n\t\tfor(int i = yousosu-1 ; i >= 0 ; i--) {\n\t\t\tfor(int j = i ; j <= yousosu ; ++j) {\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn numbers;\n\t\n\t\t/*else System.out.println(\"No\");\n\t\tif(a < b) System.out.println(\"a < b\");\n\t\telse if(a > b) System.out.println(\"a > b\");\n\t\telse System.out.println(\"a == b\");\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}\n\n\tstatic int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;*/\n\t}",
"up_down_sort",
"{\n\t\tint up_number ;\n\t\tint down_number ;\n\t\tint yousosu = numbers.length;\n\t\tfor(int i = yousosu-1 ; i >= 0 ; i--) {\n\t\t\tfor(int j = i ; j <= yousosu ; ++j) {\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn numbers;\n\t\n\t\t/*else System.out.println(\"No\");\n\t\tif(a < b) System.out.println(\"a < b\");\n\t\telse if(a > b) System.out.println(\"a > b\");\n\t\telse System.out.println(\"a == b\");\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}\n\n\tstatic int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;*/\n\t}",
"int up_number ;",
"up_number",
"int down_number ;",
"down_number",
"int yousosu = numbers.length;",
"yousosu",
"numbers.length",
"numbers",
"numbers.length",
"for(int i = yousosu-1 ; i >= 0 ; i--) {\n\t\t\tfor(int j = i ; j <= yousosu ; ++j) {\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i = yousosu-1 ;",
"int i = yousosu-1 ;",
"i",
"yousosu-1",
"yousosu",
"1",
"i >= 0",
"i",
"0",
"i--",
"i--",
"i",
"{\n\t\t\tfor(int j = i ; j <= yousosu ; ++j) {\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j = i ; j <= yousosu ; ++j) {\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j = i ; j <= yousosu ; ++j) {\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}",
"int j = i ;",
"int j = i ;",
"j",
"i",
"j <= yousosu",
"j",
"yousosu",
"++j",
"++j",
"j",
"{\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}",
"if(j+1 == yousosu) break;",
"j+1 == yousosu",
"j+1",
"j",
"1",
"yousosu",
"break;",
"if(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}",
"numbers[j] < numbers[j+1]",
"numbers[j]",
"numbers",
"j",
"numbers[j+1]",
"numbers",
"j+1",
"j",
"1",
"{\n\t\t\t\t\tbreak;\n\t\t\t\t}",
"break;",
"if(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}",
"numbers[j] > numbers[j+1]",
"numbers[j]",
"numbers",
"j",
"numbers[j+1]",
"numbers",
"j+1",
"j",
"1",
"{\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}",
"up_number = numbers[j+1]",
"up_number",
"numbers[j+1]",
"numbers",
"j+1",
"j",
"1",
"down_number = numbers[j]",
"down_number",
"numbers[j]",
"numbers",
"j",
"numbers[j] = up_number",
"numbers[j]",
"numbers",
"j",
"up_number",
"numbers[j+1] = down_number",
"numbers[j+1]",
"numbers",
"j+1",
"j",
"1",
"down_number",
"return numbers;",
"numbers",
"int[] numbers",
"numbers",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 3;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\t\tnum = up_down_sort(num);\n\t\tfor(int i = 0 ; i < kaisu ; i++) {\n\t\t\tif(i != kaisu - 1) System.out.print(num[i] + \" \");\n\t\t\telse System.out.println(num[i]);\n\t\t}\n\t}\n\t\n\tpublic static int[] up_down_sort (int[] numbers) {\n\t\tint up_number ;\n\t\tint down_number ;\n\t\tint yousosu = numbers.length;\n\t\tfor(int i = yousosu-1 ; i >= 0 ; i--) {\n\t\t\tfor(int j = i ; j <= yousosu ; ++j) {\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn numbers;\n\t\n\t\t/*else System.out.println(\"No\");\n\t\tif(a < b) System.out.println(\"a < b\");\n\t\telse if(a > b) System.out.println(\"a > b\");\n\t\telse System.out.println(\"a == b\");\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}\n\n\tstatic int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;*/\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 3;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\t\tnum = up_down_sort(num);\n\t\tfor(int i = 0 ; i < kaisu ; i++) {\n\t\t\tif(i != kaisu - 1) System.out.print(num[i] + \" \");\n\t\t\telse System.out.println(num[i]);\n\t\t}\n\t}\n\t\n\tpublic static int[] up_down_sort (int[] numbers) {\n\t\tint up_number ;\n\t\tint down_number ;\n\t\tint yousosu = numbers.length;\n\t\tfor(int i = yousosu-1 ; i >= 0 ; i--) {\n\t\t\tfor(int j = i ; j <= yousosu ; ++j) {\n\t\t\t\tif(j+1 == yousosu) break;\n\t\t\t\tif(numbers[j] < numbers[j+1]) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(numbers[j] > numbers[j+1]) {\n\t\t\t\t\tup_number = numbers[j+1];\n\t\t\t\t\tdown_number = numbers[j];\n\t\t\t\t\tnumbers[j] = up_number;\n\t\t\t\t\tnumbers[j+1] = down_number;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn numbers;\n\t\n\t\t/*else System.out.println(\"No\");\n\t\tif(a < b) System.out.println(\"a < b\");\n\t\telse if(a > b) System.out.println(\"a > b\");\n\t\telse System.out.println(\"a == b\");\n\t\tint[] time_get = henkan(scan.nextInt());\n\t\n\t\tfor(int i = 0; i < 3; i++) {\n\t\t\tif(i != 2) System.out.print(time_get[i] + \":\" );\n\t\t\telse System.out.println(time_get[i]);\n\t\t}\n\n\t}\n\n\tstatic int[] henkan(int time_input) {\n\t\tint[] times = new int[3];\n\t\ttimes[0] = time_input / 3600;\n\t\ttime_input = time_input - times[0] * 3600;\n\t\ttimes[1] = time_input /60;\n\t\ttimes[2] = time_input - times[1] * 60;\n\t\t\n\t\treturn times;*/\n\t}\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int kaisu = 3;
int[] num = new int[kaisu];
for(int i = 0; i < kaisu ; i++) {
num[i] = scan.nextInt();
}
num = up_down_sort(num);
for(int i = 0 ; i < kaisu ; i++) {
if(i != kaisu - 1) System.out.print(num[i] + " ");
else System.out.println(num[i]);
}
}
public static int[] up_down_sort (int[] numbers) {
int up_number ;
int down_number ;
int yousosu = numbers.length;
for(int i = yousosu-1 ; i >= 0 ; i--) {
for(int j = i ; j <= yousosu ; ++j) {
if(j+1 == yousosu) break;
if(numbers[j] < numbers[j+1]) {
break;
}
if(numbers[j] > numbers[j+1]) {
up_number = numbers[j+1];
down_number = numbers[j];
numbers[j] = up_number;
numbers[j+1] = down_number;
}
}
}
return numbers;
/*else System.out.println("No");
if(a < b) System.out.println("a < b");
else if(a > b) System.out.println("a > b");
else System.out.println("a == b");
int[] time_get = henkan(scan.nextInt());
for(int i = 0; i < 3; i++) {
if(i != 2) System.out.print(time_get[i] + ":" );
else System.out.println(time_get[i]);
}
}
static int[] henkan(int time_input) {
int[] times = new int[3];
times[0] = time_input / 3600;
time_input = time_input - times[0] * 3600;
times[1] = time_input /60;
times[2] = time_input - times[1] * 60;
return times;*/
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
20,
42,
4,
18,
13,
30,
4,
18,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
4,
18,
4,
18,
13,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
50,
5
],
[
50,
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
],
[
19,
20
],
[
20,
21
],
[
18,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
26,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
40,
45
],
[
40,
46
],
[
6,
47
],
[
47,
48
],
[
0,
49
],
[
49,
50
],
[
49,
51
]
] | [
"import java.util.*;\n\npublic class Main\n{\n public static void main(String... args)\n {\n final Scanner lineScanner = new Scanner(System.in);\n final Scanner scanner = new Scanner(lineScanner.nextLine());\n final List<Integer> integers = new ArrayList<Integer>();\n while (scanner.hasNextInt()) {\n integers.add(scanner.nextInt());\n }\n Collections.sort(integers);\n System.out.println(integers.toString().replaceAll(\"[^0-9]+\", \" \").trim());\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main\n{\n public static void main(String... args)\n {\n final Scanner lineScanner = new Scanner(System.in);\n final Scanner scanner = new Scanner(lineScanner.nextLine());\n final List<Integer> integers = new ArrayList<Integer>();\n while (scanner.hasNextInt()) {\n integers.add(scanner.nextInt());\n }\n Collections.sort(integers);\n System.out.println(integers.toString().replaceAll(\"[^0-9]+\", \" \").trim());\n }\n}",
"Main",
"public static void main(String... args)\n {\n final Scanner lineScanner = new Scanner(System.in);\n final Scanner scanner = new Scanner(lineScanner.nextLine());\n final List<Integer> integers = new ArrayList<Integer>();\n while (scanner.hasNextInt()) {\n integers.add(scanner.nextInt());\n }\n Collections.sort(integers);\n System.out.println(integers.toString().replaceAll(\"[^0-9]+\", \" \").trim());\n }",
"main",
"{\n final Scanner lineScanner = new Scanner(System.in);\n final Scanner scanner = new Scanner(lineScanner.nextLine());\n final List<Integer> integers = new ArrayList<Integer>();\n while (scanner.hasNextInt()) {\n integers.add(scanner.nextInt());\n }\n Collections.sort(integers);\n System.out.println(integers.toString().replaceAll(\"[^0-9]+\", \" \").trim());\n }",
"final Scanner lineScanner = new Scanner(System.in);",
"lineScanner",
"new Scanner(System.in)",
"final Scanner scanner = new Scanner(lineScanner.nextLine());",
"scanner",
"new Scanner(lineScanner.nextLine())",
"final List<Integer> integers = new ArrayList<Integer>();",
"integers",
"new ArrayList<Integer>()",
"while (scanner.hasNextInt()) {\n integers.add(scanner.nextInt());\n }",
"scanner.hasNextInt()",
"scanner.hasNextInt",
"scanner",
"{\n integers.add(scanner.nextInt());\n }",
"integers.add(scanner.nextInt())",
"integers.add",
"integers",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"Collections.sort(integers)",
"Collections.sort",
"Collections",
"integers",
"System.out.println(integers.toString().replaceAll(\"[^0-9]+\", \" \").trim())",
"System.out.println",
"System.out",
"System",
"System.out",
"integers.toString().replaceAll(\"[^0-9]+\", \" \").trim()",
"integers.toString().replaceAll(\"[^0-9]+\", \" \").trim",
"integers.toString().replaceAll(\"[^0-9]+\", \" \")",
"integers.toString().replaceAll",
"integers.toString()",
"integers.toString",
"integers",
"\"[^0-9]+\"",
"\" \"",
"String... args",
"args",
"public class Main\n{\n public static void main(String... args)\n {\n final Scanner lineScanner = new Scanner(System.in);\n final Scanner scanner = new Scanner(lineScanner.nextLine());\n final List<Integer> integers = new ArrayList<Integer>();\n while (scanner.hasNextInt()) {\n integers.add(scanner.nextInt());\n }\n Collections.sort(integers);\n System.out.println(integers.toString().replaceAll(\"[^0-9]+\", \" \").trim());\n }\n}",
"public class Main\n{\n public static void main(String... args)\n {\n final Scanner lineScanner = new Scanner(System.in);\n final Scanner scanner = new Scanner(lineScanner.nextLine());\n final List<Integer> integers = new ArrayList<Integer>();\n while (scanner.hasNextInt()) {\n integers.add(scanner.nextInt());\n }\n Collections.sort(integers);\n System.out.println(integers.toString().replaceAll(\"[^0-9]+\", \" \").trim());\n }\n}",
"Main"
] | import java.util.*;
public class Main
{
public static void main(String... args)
{
final Scanner lineScanner = new Scanner(System.in);
final Scanner scanner = new Scanner(lineScanner.nextLine());
final List<Integer> integers = new ArrayList<Integer>();
while (scanner.hasNextInt()) {
integers.add(scanner.nextInt());
}
Collections.sort(integers);
System.out.println(integers.toString().replaceAll("[^0-9]+", " ").trim());
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
17,
41,
13,
20,
41,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
13,
41,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
13,
41,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
13,
41,
13,
17,
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,
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,
13
],
[
13,
14
],
[
13,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
21,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
8,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
8,
55
],
[
55,
56
],
[
55,
57
],
[
8,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
65,
67
],
[
58,
68
],
[
68,
69
],
[
69,
70
],
[
58,
71
],
[
72,
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
],
[
91,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
97,
99
],
[
90,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
103,
104
],
[
103,
105
],
[
100,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
110,
111
],
[
110,
112
],
[
112,
113
],
[
112,
114
],
[
100,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
118,
119
],
[
118,
120
],
[
115,
121
],
[
8,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
122,
127
],
[
130,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
129,
135
],
[
135,
136
],
[
135,
137
],
[
128,
138
],
[
130,
139
],
[
139,
140
],
[
139,
141
],
[
6,
142
],
[
142,
143
]
] | [
"import java.util.Scanner;\n\n\nclass Main {\n\tpublic static void main(String args[]) {\n\t\tint i[] = new int[3];\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t i[0] = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t i[1] = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t i[2] = Integer.parseInt(s3);\n\t int w = 0;\n\t for( int j = 0; j < i.length; j++ ){\n\t for( int k = 0; k < i.length - 1; k++ ){\n\t if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }\n \t }\n\t }\n\t System.out.println( i[0] + \" \" + i[1] + \" \" + i[2] );\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String args[]) {\n\t\tint i[] = new int[3];\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t i[0] = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t i[1] = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t i[2] = Integer.parseInt(s3);\n\t int w = 0;\n\t for( int j = 0; j < i.length; j++ ){\n\t for( int k = 0; k < i.length - 1; k++ ){\n\t if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }\n \t }\n\t }\n\t System.out.println( i[0] + \" \" + i[1] + \" \" + i[2] );\n\t}\n\n}",
"Main",
"public static void main(String args[]) {\n\t\tint i[] = new int[3];\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t i[0] = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t i[1] = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t i[2] = Integer.parseInt(s3);\n\t int w = 0;\n\t for( int j = 0; j < i.length; j++ ){\n\t for( int k = 0; k < i.length - 1; k++ ){\n\t if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }\n \t }\n\t }\n\t System.out.println( i[0] + \" \" + i[1] + \" \" + i[2] );\n\t}",
"main",
"{\n\t\tint i[] = new int[3];\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t i[0] = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t i[1] = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t i[2] = Integer.parseInt(s3);\n\t int w = 0;\n\t for( int j = 0; j < i.length; j++ ){\n\t for( int k = 0; k < i.length - 1; k++ ){\n\t if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }\n \t }\n\t }\n\t System.out.println( i[0] + \" \" + i[1] + \" \" + i[2] );\n\t}",
"int i[] = new int[3];",
"i",
"new int[3]",
"3",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String s1 = sc.next();",
"s1",
"sc.next()",
"sc.next",
"sc",
"i[0] = Integer.parseInt(s1)",
"i[0]",
"i",
"0",
"Integer.parseInt(s1)",
"Integer.parseInt",
"Integer",
"s1",
"String s2 = sc.next();",
"s2",
"sc.next()",
"sc.next",
"sc",
"i[1] = Integer.parseInt(s2)",
"i[1]",
"i",
"1",
"Integer.parseInt(s2)",
"Integer.parseInt",
"Integer",
"s2",
"String s3 = sc.next();",
"s3",
"sc.next()",
"sc.next",
"sc",
"i[2] = Integer.parseInt(s3)",
"i[2]",
"i",
"2",
"Integer.parseInt(s3)",
"Integer.parseInt",
"Integer",
"s3",
"int w = 0;",
"w",
"0",
"for( int j = 0; j < i.length; j++ ){\n\t for( int k = 0; k < i.length - 1; k++ ){\n\t if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }\n \t }\n\t }",
"int j = 0;",
"int j = 0;",
"j",
"0",
"j < i.length",
"j",
"i.length",
"i",
"i.length",
"j++",
"j++",
"j",
"{\n\t for( int k = 0; k < i.length - 1; k++ ){\n\t if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }\n \t }\n\t }",
"{\n\t for( int k = 0; k < i.length - 1; k++ ){\n\t if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }\n \t }\n\t }",
"for( int k = 0; k < i.length - 1; k++ ){\n\t if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }\n \t }",
"int k = 0;",
"int k = 0;",
"k",
"0",
"k < i.length - 1",
"k",
"i.length - 1",
"i.length",
"i",
"i.length",
"1",
"k++",
"k++",
"k",
"{\n\t if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }\n \t }",
"{\n\t if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }\n \t }",
"if( i[k] > i[(k + 1)] ){\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }",
"i[k] > i[(k + 1)]",
"i[k]",
"i",
"k",
"i[(k + 1)]",
"i",
"(k + 1)",
"k",
"1",
"{\n\t \t w = i[k];\n\t \t i[k] = i[(k + 1)];\n\t \t i[(k + 1)] = w;\n\t }",
"w = i[k]",
"w",
"i[k]",
"i",
"k",
"i[k] = i[(k + 1)]",
"i[k]",
"i",
"k",
"i[(k + 1)]",
"i",
"(k + 1)",
"k",
"1",
"i[(k + 1)] = w",
"i[(k + 1)]",
"i",
"(k + 1)",
"k",
"1",
"w",
"System.out.println( i[0] + \" \" + i[1] + \" \" + i[2] )",
"System.out.println",
"System.out",
"System",
"System.out",
"i[0] + \" \" + i[1] + \" \" + i[2]",
"\" \"",
"i[1]",
"i[0] + \" \" + i[1] + \" \" + i[2]",
"i[0]",
"i",
"0",
"\" \"",
"i[1]",
"i",
"1",
"\" \"",
"i[2]",
"i",
"2",
"String args[]",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String args[]) {
int i[] = new int[3];
Scanner sc = new Scanner(System.in);
String s1 = sc.next();
i[0] = Integer.parseInt(s1);
String s2 = sc.next();
i[1] = Integer.parseInt(s2);
String s3 = sc.next();
i[2] = Integer.parseInt(s3);
int w = 0;
for( int j = 0; j < i.length; j++ ){
for( int k = 0; k < i.length - 1; k++ ){
if( i[k] > i[(k + 1)] ){
w = i[k];
i[k] = i[(k + 1)];
i[(k + 1)] = w;
}
}
}
System.out.println( i[0] + " " + i[1] + " " + i[2] );
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
42,
4,
18,
13,
30,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
73,
8
],
[
73,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
15,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
22,
27
],
[
19,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
19,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
19,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
19,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
19,
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
],
[
9,
70
],
[
70,
71
],
[
0,
72
],
[
72,
73
],
[
72,
74
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner (System.in);\n while(sc.hasNext()){\n String[] inputstr = sc.nextLine().split(\" \");\n Arrays.sort(inputstr);\n int inputnum = Integer.parseInt(inputstr[0]);\n int inputnum2 = Integer.parseInt(inputstr[1]);\n int inputnum3 = Integer.parseInt(inputstr[2]);\n System.out.println(inputnum+\" \"+inputnum2+\" \"+inputnum3);\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 Scanner sc = new Scanner (System.in);\n while(sc.hasNext()){\n String[] inputstr = sc.nextLine().split(\" \");\n Arrays.sort(inputstr);\n int inputnum = Integer.parseInt(inputstr[0]);\n int inputnum2 = Integer.parseInt(inputstr[1]);\n int inputnum3 = Integer.parseInt(inputstr[2]);\n System.out.println(inputnum+\" \"+inputnum2+\" \"+inputnum3);\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner (System.in);\n while(sc.hasNext()){\n String[] inputstr = sc.nextLine().split(\" \");\n Arrays.sort(inputstr);\n int inputnum = Integer.parseInt(inputstr[0]);\n int inputnum2 = Integer.parseInt(inputstr[1]);\n int inputnum3 = Integer.parseInt(inputstr[2]);\n System.out.println(inputnum+\" \"+inputnum2+\" \"+inputnum3);\n }\n }",
"main",
"{\n Scanner sc = new Scanner (System.in);\n while(sc.hasNext()){\n String[] inputstr = sc.nextLine().split(\" \");\n Arrays.sort(inputstr);\n int inputnum = Integer.parseInt(inputstr[0]);\n int inputnum2 = Integer.parseInt(inputstr[1]);\n int inputnum3 = Integer.parseInt(inputstr[2]);\n System.out.println(inputnum+\" \"+inputnum2+\" \"+inputnum3);\n }\n }",
"Scanner sc = new Scanner (System.in);",
"sc",
"new Scanner (System.in)",
"while(sc.hasNext()){\n String[] inputstr = sc.nextLine().split(\" \");\n Arrays.sort(inputstr);\n int inputnum = Integer.parseInt(inputstr[0]);\n int inputnum2 = Integer.parseInt(inputstr[1]);\n int inputnum3 = Integer.parseInt(inputstr[2]);\n System.out.println(inputnum+\" \"+inputnum2+\" \"+inputnum3);\n }",
"sc.hasNext()",
"sc.hasNext",
"sc",
"{\n String[] inputstr = sc.nextLine().split(\" \");\n Arrays.sort(inputstr);\n int inputnum = Integer.parseInt(inputstr[0]);\n int inputnum2 = Integer.parseInt(inputstr[1]);\n int inputnum3 = Integer.parseInt(inputstr[2]);\n System.out.println(inputnum+\" \"+inputnum2+\" \"+inputnum3);\n }",
"String[] inputstr = sc.nextLine().split(\" \");",
"inputstr",
"sc.nextLine().split(\" \")",
"sc.nextLine().split",
"sc.nextLine()",
"sc.nextLine",
"sc",
"\" \"",
"Arrays.sort(inputstr)",
"Arrays.sort",
"Arrays",
"inputstr",
"int inputnum = Integer.parseInt(inputstr[0]);",
"inputnum",
"Integer.parseInt(inputstr[0])",
"Integer.parseInt",
"Integer",
"inputstr[0]",
"inputstr",
"0",
"int inputnum2 = Integer.parseInt(inputstr[1]);",
"inputnum2",
"Integer.parseInt(inputstr[1])",
"Integer.parseInt",
"Integer",
"inputstr[1]",
"inputstr",
"1",
"int inputnum3 = Integer.parseInt(inputstr[2]);",
"inputnum3",
"Integer.parseInt(inputstr[2])",
"Integer.parseInt",
"Integer",
"inputstr[2]",
"inputstr",
"2",
"System.out.println(inputnum+\" \"+inputnum2+\" \"+inputnum3)",
"System.out.println",
"System.out",
"System",
"System.out",
"inputnum+\" \"+inputnum2+\" \"+inputnum3",
"\" \"",
"inputnum2",
"inputnum+\" \"+inputnum2+\" \"+inputnum3",
"inputnum",
"\" \"",
"inputnum2",
"\" \"",
"inputnum3",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner (System.in);\n while(sc.hasNext()){\n String[] inputstr = sc.nextLine().split(\" \");\n Arrays.sort(inputstr);\n int inputnum = Integer.parseInt(inputstr[0]);\n int inputnum2 = Integer.parseInt(inputstr[1]);\n int inputnum3 = Integer.parseInt(inputstr[2]);\n System.out.println(inputnum+\" \"+inputnum2+\" \"+inputnum3);\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner (System.in);\n while(sc.hasNext()){\n String[] inputstr = sc.nextLine().split(\" \");\n Arrays.sort(inputstr);\n int inputnum = Integer.parseInt(inputstr[0]);\n int inputnum2 = Integer.parseInt(inputstr[1]);\n int inputnum3 = Integer.parseInt(inputstr[2]);\n System.out.println(inputnum+\" \"+inputnum2+\" \"+inputnum3);\n }\n }\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);
while(sc.hasNext()){
String[] inputstr = sc.nextLine().split(" ");
Arrays.sort(inputstr);
int inputnum = Integer.parseInt(inputstr[0]);
int inputnum2 = Integer.parseInt(inputstr[1]);
int inputnum3 = Integer.parseInt(inputstr[2]);
System.out.println(inputnum+" "+inputnum2+" "+inputnum3);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
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,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
18,
13,
17,
18,
13,
17,
0,
18,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
140,
5
],
[
140,
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
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
47,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
47,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
8,
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
],
[
92,
96
],
[
96,
97
],
[
96,
98
],
[
91,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
102,
104
],
[
99,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
109,
110
],
[
109,
111
],
[
99,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
8,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
117,
122
],
[
125,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
124,
130
],
[
130,
131
],
[
130,
132
],
[
123,
133
],
[
125,
134
],
[
134,
135
],
[
134,
136
],
[
6,
137
],
[
137,
138
],
[
0,
139
],
[
139,
140
],
[
139,
141
]
] | [
"import java.util.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint memory;\n\t\t\n\t\tint[] numbers = new int[3];\n\t\tnumbers[0] = in.nextInt();\n\t\tnumbers[1] = in.nextInt();\n\t\tnumbers[2] = in.nextInt();\n\t\t\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\tif(numbers[1] >= numbers[2]){\n\t\t\tmemory = numbers[1];\n\t\t\tnumbers[1] = numbers[2];\n\t\t\tnumbers[2] = memory;\n\t\t}\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\t\n\t\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint memory;\n\t\t\n\t\tint[] numbers = new int[3];\n\t\tnumbers[0] = in.nextInt();\n\t\tnumbers[1] = in.nextInt();\n\t\tnumbers[2] = in.nextInt();\n\t\t\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\tif(numbers[1] >= numbers[2]){\n\t\t\tmemory = numbers[1];\n\t\t\tnumbers[1] = numbers[2];\n\t\t\tnumbers[2] = memory;\n\t\t}\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\t\n\t\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint memory;\n\t\t\n\t\tint[] numbers = new int[3];\n\t\tnumbers[0] = in.nextInt();\n\t\tnumbers[1] = in.nextInt();\n\t\tnumbers[2] = in.nextInt();\n\t\t\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\tif(numbers[1] >= numbers[2]){\n\t\t\tmemory = numbers[1];\n\t\t\tnumbers[1] = numbers[2];\n\t\t\tnumbers[2] = memory;\n\t\t}\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\t\n\t\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint memory;\n\t\t\n\t\tint[] numbers = new int[3];\n\t\tnumbers[0] = in.nextInt();\n\t\tnumbers[1] = in.nextInt();\n\t\tnumbers[2] = in.nextInt();\n\t\t\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\tif(numbers[1] >= numbers[2]){\n\t\t\tmemory = numbers[1];\n\t\t\tnumbers[1] = numbers[2];\n\t\t\tnumbers[2] = memory;\n\t\t}\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\t\n\t\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int memory;",
"memory",
"int[] numbers = new int[3];",
"numbers",
"new int[3]",
"3",
"numbers[0] = in.nextInt()",
"numbers[0]",
"numbers",
"0",
"in.nextInt()",
"in.nextInt",
"in",
"numbers[1] = in.nextInt()",
"numbers[1]",
"numbers",
"1",
"in.nextInt()",
"in.nextInt",
"in",
"numbers[2] = in.nextInt()",
"numbers[2]",
"numbers",
"2",
"in.nextInt()",
"in.nextInt",
"in",
"if(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}",
"numbers[0] >= numbers[1]",
"numbers[0]",
"numbers",
"0",
"numbers[1]",
"numbers",
"1",
"{\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}",
"memory = numbers[0]",
"memory",
"numbers[0]",
"numbers",
"0",
"numbers[0] = numbers[1]",
"numbers[0]",
"numbers",
"0",
"numbers[1]",
"numbers",
"1",
"numbers[1] = memory",
"numbers[1]",
"numbers",
"1",
"memory",
"if(numbers[1] >= numbers[2]){\n\t\t\tmemory = numbers[1];\n\t\t\tnumbers[1] = numbers[2];\n\t\t\tnumbers[2] = memory;\n\t\t}",
"numbers[1] >= numbers[2]",
"numbers[1]",
"numbers",
"1",
"numbers[2]",
"numbers",
"2",
"{\n\t\t\tmemory = numbers[1];\n\t\t\tnumbers[1] = numbers[2];\n\t\t\tnumbers[2] = memory;\n\t\t}",
"memory = numbers[1]",
"memory",
"numbers[1]",
"numbers",
"1",
"numbers[1] = numbers[2]",
"numbers[1]",
"numbers",
"1",
"numbers[2]",
"numbers",
"2",
"numbers[2] = memory",
"numbers[2]",
"numbers",
"2",
"memory",
"if(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}",
"numbers[0] >= numbers[1]",
"numbers[0]",
"numbers",
"0",
"numbers[1]",
"numbers",
"1",
"{\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}",
"memory = numbers[0]",
"memory",
"numbers[0]",
"numbers",
"0",
"numbers[0] = numbers[1]",
"numbers[0]",
"numbers",
"0",
"numbers[1]",
"numbers",
"1",
"numbers[1] = memory",
"numbers[1]",
"numbers",
"1",
"memory",
"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\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint memory;\n\t\t\n\t\tint[] numbers = new int[3];\n\t\tnumbers[0] = in.nextInt();\n\t\tnumbers[1] = in.nextInt();\n\t\tnumbers[2] = in.nextInt();\n\t\t\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\tif(numbers[1] >= numbers[2]){\n\t\t\tmemory = numbers[1];\n\t\t\tnumbers[1] = numbers[2];\n\t\t\tnumbers[2] = memory;\n\t\t}\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\t\n\t\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint memory;\n\t\t\n\t\tint[] numbers = new int[3];\n\t\tnumbers[0] = in.nextInt();\n\t\tnumbers[1] = in.nextInt();\n\t\tnumbers[2] = in.nextInt();\n\t\t\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\tif(numbers[1] >= numbers[2]){\n\t\t\tmemory = numbers[1];\n\t\t\tnumbers[1] = numbers[2];\n\t\t\tnumbers[2] = memory;\n\t\t}\n\t\tif(numbers[0] >= numbers[1]){\n\t\t\tmemory = numbers[0];\n\t\t\tnumbers[0] = numbers[1];\n\t\t\tnumbers[1] = memory;\n\t\t}\n\t\t\n\t\tSystem.out.println(numbers[0] + \" \" + numbers[1] + \" \" + numbers[2]);\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
Scanner in = new Scanner(System.in);
int memory;
int[] numbers = new int[3];
numbers[0] = in.nextInt();
numbers[1] = in.nextInt();
numbers[2] = in.nextInt();
if(numbers[0] >= numbers[1]){
memory = numbers[0];
numbers[0] = numbers[1];
numbers[1] = memory;
}
if(numbers[1] >= numbers[2]){
memory = numbers[1];
numbers[1] = numbers[2];
numbers[2] = memory;
}
if(numbers[0] >= numbers[1]){
memory = numbers[0];
numbers[0] = numbers[1];
numbers[1] = memory;
}
System.out.println(numbers[0] + " " + numbers[1] + " " + numbers[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,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
18,
13,
13,
41,
13,
18,
13,
13,
41,
13,
20,
41,
13,
20,
41,
13,
20,
4,
18,
13,
17,
13,
13,
4,
18,
13,
23,
13,
6,
13,
12,
13,
30,
41,
13,
20,
17,
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,
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,
13,
2,
18,
13,
13,
17,
30,
4,
18,
13,
18,
13,
13,
23,
13,
23,
13,
23,
13,
6,
13,
41,
13,
41,
13,
20,
17,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
14,
2,
13,
40,
17,
30,
37,
20,
14,
2,
13,
13,
30,
0,
13,
17,
38,
5,
13,
30,
37,
20,
30,
0,
13,
4,
18,
13,
13,
14,
2,
13,
17,
30,
29,
40,
17,
29,
18,
13,
40,
13,
12,
13,
30,
41,
13,
4,
13,
42,
4,
13,
13,
30,
0,
13,
4,
13,
41,
13,
17,
14,
2,
13,
17,
30,
0,
13,
40,
17,
0,
13,
4,
13,
41,
13,
17,
42,
40,
4,
13,
13,
30,
14,
2,
2,
13,
17,
2,
13,
17,
30,
37,
20,
0,
13,
17,
0,
13,
2,
13,
17,
0,
13,
4,
13,
29,
2,
13,
13,
12,
13,
30,
14,
2,
13,
17,
30,
29,
4,
18,
13,
13,
29,
4,
13,
13,
23,
13,
12,
13,
30,
29,
2,
2,
2,
2,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
40,
17,
23,
13,
6,
13,
12,
13,
23,
13,
6,
13,
41,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
0,
18,
36,
13,
20,
23,
13,
12,
13,
30,
4,
18,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
4,
18,
13,
12,
13,
30,
4,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
19,
20
],
[
19,
21
],
[
0,
22
],
[
22,
23
],
[
22,
24
],
[
0,
25
],
[
25,
26
],
[
25,
27
],
[
0,
28
],
[
28,
29
],
[
28,
30
],
[
0,
31
],
[
31,
32
],
[
31,
33
],
[
0,
34
],
[
34,
35
],
[
34,
36
],
[
0,
37
],
[
390,
38
],
[
390,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
41,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
41,
52
],
[
52,
53
],
[
52,
54
],
[
41,
55
],
[
55,
56
],
[
55,
57
],
[
41,
58
],
[
58,
59
],
[
58,
60
],
[
41,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
61,
65
],
[
61,
66
],
[
41,
67
],
[
67,
68
],
[
68,
69
],
[
39,
70
],
[
70,
71
],
[
390,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
88,
90
],
[
81,
91
],
[
91,
92
],
[
92,
93
],
[
81,
94
],
[
95,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
100,
101
],
[
101,
102
],
[
76,
103
],
[
103,
104
],
[
104,
105
],
[
103,
106
],
[
76,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
112,
113
],
[
112,
114
],
[
114,
115
],
[
114,
116
],
[
107,
117
],
[
117,
118
],
[
118,
119
],
[
107,
120
],
[
121,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
122,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
131,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
134,
138
],
[
122,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
140,
143
],
[
143,
144
],
[
143,
145
],
[
74,
146
],
[
146,
147
],
[
74,
148
],
[
148,
149
],
[
74,
150
],
[
150,
151
],
[
390,
152
],
[
152,
153
],
[
152,
154
],
[
154,
155
],
[
152,
156
],
[
156,
157
],
[
156,
158
],
[
152,
160
],
[
160,
161
],
[
152,
162
],
[
162,
163
],
[
152,
164
],
[
164,
165
],
[
152,
166
],
[
166,
167
],
[
166,
168
],
[
168,
169
],
[
169,
170
],
[
170,
171
],
[
170,
172
],
[
169,
173
],
[
166,
174
],
[
174,
175
],
[
152,
176
],
[
176,
177
],
[
176,
178
],
[
178,
179
],
[
179,
180
],
[
180,
181
],
[
180,
182
],
[
182,
183
],
[
179,
184
],
[
184,
185
],
[
185,
186
],
[
178,
187
],
[
187,
188
],
[
188,
189
],
[
188,
190
],
[
187,
191
],
[
191,
192
],
[
192,
193
],
[
192,
194
],
[
191,
195
],
[
195,
196
],
[
196,
197
],
[
196,
198
],
[
198,
199
],
[
199,
200
],
[
195,
201
],
[
201,
202
],
[
202,
203
],
[
202,
204
],
[
204,
205
],
[
205,
206
],
[
204,
207
],
[
191,
208
],
[
208,
209
],
[
209,
210
],
[
209,
211
],
[
208,
212
],
[
212,
213
],
[
213,
214
],
[
214,
215
],
[
178,
216
],
[
216,
217
],
[
217,
218
],
[
217,
219
],
[
219,
220
],
[
152,
221
],
[
221,
222
],
[
221,
223
],
[
223,
224
],
[
224,
225
],
[
224,
226
],
[
226,
227
],
[
223,
228
],
[
228,
229
],
[
229,
230
],
[
229,
231
],
[
228,
232
],
[
232,
233
],
[
233,
234
],
[
233,
235
],
[
235,
236
],
[
223,
237
],
[
237,
238
],
[
237,
239
],
[
223,
240
],
[
240,
241
],
[
241,
242
],
[
241,
243
],
[
240,
244
],
[
244,
245
],
[
245,
246
],
[
245,
247
],
[
247,
248
],
[
244,
249
],
[
249,
250
],
[
249,
251
],
[
251,
252
],
[
223,
253
],
[
253,
254
],
[
253,
255
],
[
223,
256
],
[
256,
257
],
[
257,
258
],
[
258,
259
],
[
258,
260
],
[
256,
261
],
[
261,
262
],
[
262,
263
],
[
263,
264
],
[
264,
265
],
[
264,
266
],
[
263,
267
],
[
267,
268
],
[
267,
269
],
[
262,
270
],
[
270,
271
],
[
271,
272
],
[
261,
273
],
[
273,
274
],
[
273,
275
],
[
261,
276
],
[
276,
277
],
[
276,
278
],
[
278,
279
],
[
278,
280
],
[
261,
281
],
[
281,
282
],
[
281,
283
],
[
283,
284
],
[
223,
285
],
[
285,
286
],
[
286,
287
],
[
286,
288
],
[
152,
289
],
[
289,
290
],
[
289,
291
],
[
291,
292
],
[
292,
293
],
[
293,
294
],
[
293,
295
],
[
292,
296
],
[
296,
297
],
[
297,
298
],
[
298,
299
],
[
299,
300
],
[
298,
301
],
[
291,
302
],
[
302,
303
],
[
303,
304
],
[
303,
305
],
[
289,
306
],
[
306,
307
],
[
152,
308
],
[
308,
309
],
[
308,
310
],
[
310,
311
],
[
311,
312
],
[
315,
313
],
[
325,
314
],
[
322,
315
],
[
315,
316
],
[
316,
317
],
[
316,
318
],
[
315,
319
],
[
319,
320
],
[
319,
321
],
[
322,
322
],
[
322,
323
],
[
322,
324
],
[
325,
325
],
[
325,
326
],
[
325,
327
],
[
315,
328
],
[
328,
329
],
[
328,
330
],
[
330,
331
],
[
308,
332
],
[
332,
333
],
[
152,
334
],
[
334,
335
],
[
334,
336
],
[
336,
337
],
[
336,
338
],
[
338,
339
],
[
390,
340
],
[
340,
341
],
[
340,
342
],
[
342,
343
],
[
340,
344
],
[
344,
345
],
[
344,
346
],
[
346,
347
],
[
347,
348
],
[
347,
349
],
[
344,
350
],
[
350,
351
],
[
340,
352
],
[
352,
353
],
[
352,
354
],
[
354,
355
],
[
355,
356
],
[
356,
357
],
[
356,
358
],
[
355,
359
],
[
352,
360
],
[
360,
361
],
[
340,
362
],
[
362,
363
],
[
362,
364
],
[
364,
365
],
[
365,
366
],
[
366,
367
],
[
365,
368
],
[
365,
369
],
[
362,
370
],
[
370,
371
],
[
362,
372
],
[
372,
373
],
[
340,
374
],
[
374,
375
],
[
374,
376
],
[
376,
377
],
[
377,
378
],
[
378,
379
],
[
340,
380
],
[
380,
381
],
[
380,
382
],
[
382,
383
],
[
383,
384
],
[
384,
385
],
[
383,
386
],
[
380,
387
],
[
387,
388
],
[
0,
389
],
[
389,
390
],
[
389,
391
]
] | [
"import java.io.OutputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.util.Arrays;\nimport java.io.BufferedWriter;\nimport java.io.Writer;\nimport java.io.OutputStreamWriter;\nimport java.util.InputMismatchException;\nimport java.io.IOException;\nimport java.io.InputStream;\n\n/**\n * Built using CHelper plug-in\n * Actual solution is at the top\n */\npublic class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskD solver = new TaskD();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskD {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int[] arr = new int[3];\n for (int i = 0; i < arr.length; i++) {\n arr[i] = in.nextInt();\n }\n Arrays.sort(arr);\n for (int i = 0; i < arr.length; i++) {\n if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }\n }\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void printf(String format, Object... objects) {\n writer.printf(format, objects);\n }\n\n public void close() {\n writer.close();\n }\n\n public void println(int i) {\n writer.println(i);\n }\n\n }\n}\n\n",
"import java.io.OutputStream;",
"OutputStream",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.io.OutputStream;",
"OutputStream",
"java.io",
"import java.io.PrintWriter;",
"PrintWriter",
"java.io",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.io.BufferedWriter;",
"BufferedWriter",
"java.io",
"import java.io.Writer;",
"Writer",
"java.io",
"import java.io.OutputStreamWriter;",
"OutputStreamWriter",
"java.io",
"import java.util.InputMismatchException;",
"InputMismatchException",
"java.util",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskD solver = new TaskD();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskD {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int[] arr = new int[3];\n for (int i = 0; i < arr.length; i++) {\n arr[i] = in.nextInt();\n }\n Arrays.sort(arr);\n for (int i = 0; i < arr.length; i++) {\n if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }\n }\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void printf(String format, Object... objects) {\n writer.printf(format, objects);\n }\n\n public void close() {\n writer.close();\n }\n\n public void println(int i) {\n writer.println(i);\n }\n\n }\n}",
"Main",
"public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskD solver = new TaskD();\n solver.solve(1, in, out);\n out.close();\n }",
"main",
"{\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskD solver = new TaskD();\n solver.solve(1, in, out);\n out.close();\n }",
"InputStream inputStream = System.in;",
"inputStream",
"System.in",
"System",
"System.in",
"OutputStream outputStream = System.out;",
"outputStream",
"System.out",
"System",
"System.out",
"InputReader in = new InputReader(inputStream);",
"in",
"new InputReader(inputStream)",
"OutputWriter out = new OutputWriter(outputStream);",
"out",
"new OutputWriter(outputStream)",
"TaskD solver = new TaskD();",
"solver",
"new TaskD()",
"solver.solve(1, in, out)",
"solver.solve",
"solver",
"1",
"in",
"out",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static class TaskD {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int[] arr = new int[3];\n for (int i = 0; i < arr.length; i++) {\n arr[i] = in.nextInt();\n }\n Arrays.sort(arr);\n for (int i = 0; i < arr.length; i++) {\n if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }\n }\n }\n\n }",
"TaskD",
"public void solve(int testNumber, InputReader in, OutputWriter out) {\n int[] arr = new int[3];\n for (int i = 0; i < arr.length; i++) {\n arr[i] = in.nextInt();\n }\n Arrays.sort(arr);\n for (int i = 0; i < arr.length; i++) {\n if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }\n }\n }",
"solve",
"{\n int[] arr = new int[3];\n for (int i = 0; i < arr.length; i++) {\n arr[i] = in.nextInt();\n }\n Arrays.sort(arr);\n for (int i = 0; i < arr.length; i++) {\n if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }\n }\n }",
"int[] arr = new int[3];",
"arr",
"new int[3]",
"3",
"for (int i = 0; i < arr.length; i++) {\n arr[i] = in.nextInt();\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < arr.length",
"i",
"arr.length",
"arr",
"arr.length",
"i++",
"i++",
"i",
"{\n arr[i] = in.nextInt();\n }",
"{\n arr[i] = in.nextInt();\n }",
"arr[i] = in.nextInt()",
"arr[i]",
"arr",
"i",
"in.nextInt()",
"in.nextInt",
"in",
"Arrays.sort(arr)",
"Arrays.sort",
"Arrays",
"arr",
"for (int i = 0; i < arr.length; i++) {\n if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < arr.length",
"i",
"arr.length",
"arr",
"arr.length",
"i++",
"i++",
"i",
"{\n if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }\n }",
"{\n if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }\n }",
"if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }",
"i != arr.length - 1",
"i",
"arr.length - 1",
"arr.length",
"arr",
"arr.length",
"1",
"{\n out.printf(arr[i] + \" \");\n }",
"out.printf(arr[i] + \" \")",
"out.printf",
"out",
"arr[i] + \" \"",
"arr[i]",
"arr",
"i",
"\" \"",
"{\n out.println(arr[i]);\n }",
"out.println(arr[i])",
"out.println",
"out",
"arr[i]",
"arr",
"i",
"int testNumber",
"testNumber",
"InputReader in",
"in",
"OutputWriter out",
"out",
"static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }",
"InputReader",
"private InputStream stream;",
"stream",
"private byte[] buf = new byte[1024];",
"buf",
"new byte[1024]",
"1024",
"private int curChar;",
"curChar",
"private int numChars;",
"numChars",
"private InputReader.SpaceCharFilter filter;",
"filter",
"public InputReader(InputStream stream) {\n this.stream = stream;\n }",
"InputReader",
"{\n this.stream = stream;\n }",
"this.stream = stream",
"this.stream",
"this",
"this.stream",
"stream",
"InputStream stream",
"stream",
"public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }",
"read",
"{\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }",
"if (numChars == -1) {\n throw new InputMismatchException();\n }",
"numChars == -1",
"numChars",
"-1",
"1",
"{\n throw new InputMismatchException();\n }",
"throw new InputMismatchException();",
"new InputMismatchException()",
"if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }",
"curChar >= numChars",
"curChar",
"numChars",
"{\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }",
"curChar = 0",
"curChar",
"0",
"try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }",
"catch (IOException e) {\n throw new InputMismatchException();\n }",
"IOException e",
"{\n throw new InputMismatchException();\n }",
"throw new InputMismatchException();",
"new InputMismatchException()",
"{\n numChars = stream.read(buf);\n }",
"numChars = stream.read(buf)",
"numChars",
"stream.read(buf)",
"stream.read",
"stream",
"buf",
"if (numChars <= 0) {\n return -1;\n }",
"numChars <= 0",
"numChars",
"0",
"{\n return -1;\n }",
"return -1;",
"-1",
"1",
"return buf[curChar++];",
"buf[curChar++]",
"buf",
"curChar++",
"curChar",
"public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }",
"nextInt",
"{\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }",
"int c = read();",
"c",
"read()",
"read",
"while (isSpaceChar(c)) {\n c = read();\n }",
"isSpaceChar(c)",
"isSpaceChar",
"c",
"{\n c = read();\n }",
"c = read()",
"c",
"read()",
"read",
"int sgn = 1;",
"sgn",
"1",
"if (c == '-') {\n sgn = -1;\n c = read();\n }",
"c == '-'",
"c",
"'-'",
"{\n sgn = -1;\n c = read();\n }",
"sgn = -1",
"sgn",
"-1",
"1",
"c = read()",
"c",
"read()",
"read",
"int res = 0;",
"res",
"0",
"do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));",
"!isSpaceChar(c)",
"isSpaceChar(c)",
"isSpaceChar",
"c",
"{\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n }",
"if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }",
"c < '0' || c > '9'",
"c < '0'",
"c",
"'0'",
"c > '9'",
"c",
"'9'",
"{\n throw new InputMismatchException();\n }",
"throw new InputMismatchException();",
"new InputMismatchException()",
"res *= 10",
"res",
"10",
"res += c - '0'",
"res",
"c - '0'",
"c",
"'0'",
"c = read()",
"c",
"read()",
"read",
"return res * sgn;",
"res * sgn",
"res",
"sgn",
"public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }",
"isSpaceChar",
"{\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }",
"if (filter != null) {\n return filter.isSpaceChar(c);\n }",
"filter != null",
"filter",
"null",
"{\n return filter.isSpaceChar(c);\n }",
"return filter.isSpaceChar(c);",
"filter.isSpaceChar(c)",
"filter.isSpaceChar",
"filter",
"c",
"return isWhitespace(c);",
"isWhitespace(c)",
"isWhitespace",
"c",
"int c",
"c",
"public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }",
"isWhitespace",
"{\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }",
"return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;",
"c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1",
"c == '\\t'",
"c == '\\r'",
"c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1",
"c == ' '",
"c",
"' '",
"c == '\\n'",
"c",
"'\\n'",
"c == '\\r'",
"c",
"'\\r'",
"c == '\\t'",
"c",
"'\\t'",
"c == -1",
"c",
"-1",
"1",
"int c",
"c",
"public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }",
"SpaceCharFilter",
"public boolean isSpaceChar(int ch);",
"isSpaceChar",
"int ch",
"ch",
"static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void printf(String format, Object... objects) {\n writer.printf(format, objects);\n }\n\n public void close() {\n writer.close();\n }\n\n public void println(int i) {\n writer.println(i);\n }\n\n }",
"OutputWriter",
"private final PrintWriter writer;",
"writer",
"public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }",
"OutputWriter",
"{\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }",
"writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))",
"writer",
"new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))",
"OutputStream outputStream",
"outputStream",
"public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }",
"OutputWriter",
"{\n this.writer = new PrintWriter(writer);\n }",
"this.writer = new PrintWriter(writer)",
"this.writer",
"this",
"this.writer",
"new PrintWriter(writer)",
"Writer writer",
"writer",
"public void printf(String format, Object... objects) {\n writer.printf(format, objects);\n }",
"printf",
"{\n writer.printf(format, objects);\n }",
"writer.printf(format, objects)",
"writer.printf",
"writer",
"format",
"objects",
"String format",
"format",
"Object... objects",
"objects",
"public void close() {\n writer.close();\n }",
"close",
"{\n writer.close();\n }",
"writer.close()",
"writer.close",
"writer",
"public void println(int i) {\n writer.println(i);\n }",
"println",
"{\n writer.println(i);\n }",
"writer.println(i)",
"writer.println",
"writer",
"i",
"int i",
"i",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskD solver = new TaskD();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskD {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int[] arr = new int[3];\n for (int i = 0; i < arr.length; i++) {\n arr[i] = in.nextInt();\n }\n Arrays.sort(arr);\n for (int i = 0; i < arr.length; i++) {\n if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }\n }\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void printf(String format, Object... objects) {\n writer.printf(format, objects);\n }\n\n public void close() {\n writer.close();\n }\n\n public void println(int i) {\n writer.println(i);\n }\n\n }\n}",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskD solver = new TaskD();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskD {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int[] arr = new int[3];\n for (int i = 0; i < arr.length; i++) {\n arr[i] = in.nextInt();\n }\n Arrays.sort(arr);\n for (int i = 0; i < arr.length; i++) {\n if (i != arr.length - 1) {\n out.printf(arr[i] + \" \");\n } else {\n out.println(arr[i]);\n }\n }\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void printf(String format, Object... objects) {\n writer.printf(format, objects);\n }\n\n public void close() {\n writer.close();\n }\n\n public void println(int i) {\n writer.println(i);\n }\n\n }\n}",
"Main"
] | import java.io.OutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.util.Arrays;
import java.io.BufferedWriter;
import java.io.Writer;
import java.io.OutputStreamWriter;
import java.util.InputMismatchException;
import java.io.IOException;
import java.io.InputStream;
/**
* Built using CHelper plug-in
* Actual solution is at the top
*/
public class Main {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = System.out;
InputReader in = new InputReader(inputStream);
OutputWriter out = new OutputWriter(outputStream);
TaskD solver = new TaskD();
solver.solve(1, in, out);
out.close();
}
static class TaskD {
public void solve(int testNumber, InputReader in, OutputWriter out) {
int[] arr = new int[3];
for (int i = 0; i < arr.length; i++) {
arr[i] = in.nextInt();
}
Arrays.sort(arr);
for (int i = 0; i < arr.length; i++) {
if (i != arr.length - 1) {
out.printf(arr[i] + " ");
} else {
out.println(arr[i]);
}
}
}
}
static class InputReader {
private InputStream stream;
private byte[] buf = new byte[1024];
private int curChar;
private int numChars;
private InputReader.SpaceCharFilter filter;
public InputReader(InputStream stream) {
this.stream = stream;
}
public int read() {
if (numChars == -1) {
throw new InputMismatchException();
}
if (curChar >= numChars) {
curChar = 0;
try {
numChars = stream.read(buf);
} catch (IOException e) {
throw new InputMismatchException();
}
if (numChars <= 0) {
return -1;
}
}
return buf[curChar++];
}
public int nextInt() {
int c = read();
while (isSpaceChar(c)) {
c = read();
}
int sgn = 1;
if (c == '-') {
sgn = -1;
c = read();
}
int res = 0;
do {
if (c < '0' || c > '9') {
throw new InputMismatchException();
}
res *= 10;
res += c - '0';
c = read();
} while (!isSpaceChar(c));
return res * sgn;
}
public boolean isSpaceChar(int c) {
if (filter != null) {
return filter.isSpaceChar(c);
}
return isWhitespace(c);
}
public static boolean isWhitespace(int c) {
return c == ' ' || c == '\n' || c == '\r' || c == '\t' || c == -1;
}
public interface SpaceCharFilter {
public boolean isSpaceChar(int ch);
}
}
static class OutputWriter {
private final PrintWriter writer;
public OutputWriter(OutputStream outputStream) {
writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));
}
public OutputWriter(Writer writer) {
this.writer = new PrintWriter(writer);
}
public void printf(String format, Object... objects) {
writer.printf(format, objects);
}
public void close() {
writer.close();
}
public void println(int i) {
writer.println(i);
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
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
],
[
74,
11
],
[
74,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
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
],
[
14,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
14,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
59,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
58,
64
],
[
64,
65
],
[
64,
66
],
[
57,
67
],
[
59,
68
],
[
68,
69
],
[
68,
70
],
[
12,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"import java.util.*;\nimport java.lang.*;\nimport java.io.*;\n\n/* Name of the class has to be \"Main\" only if the class is public. */\npublic class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int[] a = {Integer.parseInt(nums[0]), Integer.parseInt(nums[1]), Integer.parseInt(nums[2])};\n \n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int[] a = {Integer.parseInt(nums[0]), Integer.parseInt(nums[1]), Integer.parseInt(nums[2])};\n \n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int[] a = {Integer.parseInt(nums[0]), Integer.parseInt(nums[1]), Integer.parseInt(nums[2])};\n \n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"main",
"{\n\t\t// your code goes here\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int[] a = {Integer.parseInt(nums[0]), Integer.parseInt(nums[1]), Integer.parseInt(nums[2])};\n \n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));",
"stdReader",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] nums = stdReader.readLine().split(\" \");",
"nums",
"stdReader.readLine().split(\" \")",
"stdReader.readLine().split",
"stdReader.readLine()",
"stdReader.readLine",
"stdReader",
"\" \"",
"int[] a = {Integer.parseInt(nums[0]), Integer.parseInt(nums[1]), Integer.parseInt(nums[2])};",
"a",
"{Integer.parseInt(nums[0]), Integer.parseInt(nums[1]), Integer.parseInt(nums[2])}",
"Integer.parseInt(nums[0])",
"Integer.parseInt",
"Integer",
"nums[0]",
"nums",
"0",
"Integer.parseInt(nums[1])",
"Integer.parseInt",
"Integer",
"nums[1]",
"nums",
"1",
"Integer.parseInt(nums[2])",
"Integer.parseInt",
"Integer",
"nums[2]",
"nums",
"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",
"String[] args",
"args",
"public class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int[] a = {Integer.parseInt(nums[0]), Integer.parseInt(nums[1]), Integer.parseInt(nums[2])};\n \n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"public class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int[] a = {Integer.parseInt(nums[0]), Integer.parseInt(nums[1]), Integer.parseInt(nums[2])};\n \n Arrays.sort(a);\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"Main"
] | import java.util.*;
import java.lang.*;
import java.io.*;
/* Name of the class has to be "Main" only if the class is public. */
public class Main
//class Ideone
{
public static void main (String[] args) throws java.lang.Exception
{
// your code goes here
BufferedReader stdReader =
new BufferedReader(new InputStreamReader(System.in));
String[] nums = stdReader.readLine().split(" ");
int[] a = {Integer.parseInt(nums[0]), Integer.parseInt(nums[1]), Integer.parseInt(nums[2])};
Arrays.sort(a);
System.out.println(a[0] + " " + a[1] + " " + a[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
20,
17,
11,
1,
0,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
11,
1,
0,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
11,
1,
0,
13,
17,
2,
13,
2,
2,
18,
13,
13,
17,
13,
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,
11,
1,
0,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
14,
2,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
18,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
22,
32
],
[
32,
33
],
[
33,
34
],
[
22,
35
],
[
36,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
8,
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
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
64,
65
],
[
64,
66
],
[
67,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
67,
72
],
[
59,
73
],
[
73,
74
],
[
74,
75
],
[
59,
76
],
[
77,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
85,
87
],
[
78,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
91,
92
],
[
91,
93
],
[
88,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
98,
99
],
[
98,
100
],
[
100,
101
],
[
100,
102
],
[
88,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
106,
108
],
[
103,
109
],
[
8,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
115,
116
],
[
115,
117
],
[
117,
118
],
[
117,
119
],
[
110,
120
],
[
120,
121
],
[
121,
122
],
[
110,
123
],
[
124,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
129,
134
],
[
124,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
135,
140
],
[
140,
141
],
[
140,
142
],
[
8,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
143,
148
],
[
8,
149
],
[
149,
150
],
[
150,
151
],
[
6,
152
],
[
152,
153
]
] | [
"import java.util.Scanner;\n \nclass Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int i, j;\n int work;\n int[] x = new int[3];\n \n for (i = 0; i < x.length; i++) {\n x[i] = scanner.nextInt();\n }\n \n for (i = 0; i < x.length; i++) {\n for (j = 0; j < x.length-1 - i; j++) {\n if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }\n }\n }\n \n for (i = 0; i < x.length; i++) {\n if (i != 0)\n System.out.print(\" \");\n System.out.print(x[i]);\n }\n System.out.print(\"\\n\");\n scanner.close();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int i, j;\n int work;\n int[] x = new int[3];\n \n for (i = 0; i < x.length; i++) {\n x[i] = scanner.nextInt();\n }\n \n for (i = 0; i < x.length; i++) {\n for (j = 0; j < x.length-1 - i; j++) {\n if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }\n }\n }\n \n for (i = 0; i < x.length; i++) {\n if (i != 0)\n System.out.print(\" \");\n System.out.print(x[i]);\n }\n System.out.print(\"\\n\");\n scanner.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int i, j;\n int work;\n int[] x = new int[3];\n \n for (i = 0; i < x.length; i++) {\n x[i] = scanner.nextInt();\n }\n \n for (i = 0; i < x.length; i++) {\n for (j = 0; j < x.length-1 - i; j++) {\n if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }\n }\n }\n \n for (i = 0; i < x.length; i++) {\n if (i != 0)\n System.out.print(\" \");\n System.out.print(x[i]);\n }\n System.out.print(\"\\n\");\n scanner.close();\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int i, j;\n int work;\n int[] x = new int[3];\n \n for (i = 0; i < x.length; i++) {\n x[i] = scanner.nextInt();\n }\n \n for (i = 0; i < x.length; i++) {\n for (j = 0; j < x.length-1 - i; j++) {\n if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }\n }\n }\n \n for (i = 0; i < x.length; i++) {\n if (i != 0)\n System.out.print(\" \");\n System.out.print(x[i]);\n }\n System.out.print(\"\\n\");\n scanner.close();\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int i",
"i",
"j;",
"j",
"int work;",
"work",
"int[] x = new int[3];",
"x",
"new int[3]",
"3",
"for (i = 0; i < x.length; i++) {\n x[i] = scanner.nextInt();\n }",
"i = 0;",
"i = 0",
"i",
"0",
"i < x.length",
"i",
"x.length",
"x",
"x.length",
"i++",
"i++",
"i",
"{\n x[i] = scanner.nextInt();\n }",
"{\n x[i] = scanner.nextInt();\n }",
"x[i] = scanner.nextInt()",
"x[i]",
"x",
"i",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"for (i = 0; i < x.length; i++) {\n for (j = 0; j < x.length-1 - i; j++) {\n if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }\n }\n }",
"i = 0;",
"i = 0",
"i",
"0",
"i < x.length",
"i",
"x.length",
"x",
"x.length",
"i++",
"i++",
"i",
"{\n for (j = 0; j < x.length-1 - i; j++) {\n if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }\n }\n }",
"{\n for (j = 0; j < x.length-1 - i; j++) {\n if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }\n }\n }",
"for (j = 0; j < x.length-1 - i; j++) {\n if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }\n }",
"j = 0;",
"j = 0",
"j",
"0",
"j < x.length-1 - i",
"j",
"x.length-1 - i",
"x.length-1 - i",
"x.length",
"x",
"x.length",
"1",
"i",
"j++",
"j++",
"j",
"{\n if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }\n }",
"{\n if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }\n }",
"if (x[j] > x[j+1]) {\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }",
"x[j] > x[j+1]",
"x[j]",
"x",
"j",
"x[j+1]",
"x",
"j+1",
"j",
"1",
"{\n work = x[j];\n x[j] = x[j+1];\n x[j+1] = work;\n }",
"work = x[j]",
"work",
"x[j]",
"x",
"j",
"x[j] = x[j+1]",
"x[j]",
"x",
"j",
"x[j+1]",
"x",
"j+1",
"j",
"1",
"x[j+1] = work",
"x[j+1]",
"x",
"j+1",
"j",
"1",
"work",
"for (i = 0; i < x.length; i++) {\n if (i != 0)\n System.out.print(\" \");\n System.out.print(x[i]);\n }",
"i = 0;",
"i = 0",
"i",
"0",
"i < x.length",
"i",
"x.length",
"x",
"x.length",
"i++",
"i++",
"i",
"{\n if (i != 0)\n System.out.print(\" \");\n System.out.print(x[i]);\n }",
"{\n if (i != 0)\n System.out.print(\" \");\n System.out.print(x[i]);\n }",
"if (i != 0)\n System.out.print(\" \");",
"i != 0",
"i",
"0",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(x[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"x[i]",
"x",
"i",
"System.out.print(\"\\n\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"\\n\"",
"scanner.close()",
"scanner.close",
"scanner",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int i, j;
int work;
int[] x = new int[3];
for (i = 0; i < x.length; i++) {
x[i] = scanner.nextInt();
}
for (i = 0; i < x.length; i++) {
for (j = 0; j < x.length-1 - i; j++) {
if (x[j] > x[j+1]) {
work = x[j];
x[j] = x[j+1];
x[j+1] = work;
}
}
}
for (i = 0; i < x.length; i++) {
if (i != 0)
System.out.print(" ");
System.out.print(x[i]);
}
System.out.print("\n");
scanner.close();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
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,
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
],
[
108,
8
],
[
108,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
14,
16
],
[
11,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
11,
22
],
[
22,
23
],
[
22,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
39,
40
],
[
11,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
47,
48
],
[
11,
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
],
[
11,
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
],
[
11,
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
],
[
11,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
91,
96
],
[
99,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
97,
103
],
[
99,
104
],
[
9,
105
],
[
105,
106
],
[
0,
107
],
[
107,
108
],
[
107,
109
]
] | [
"import java.io.*;\nimport java.util.StringTokenizer;\n \npublic class Main {\n public static void main(String[] args) throws IOException\n {\n \n int tmp;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String s = br.readLine();\n StringTokenizer st = new StringTokenizer(s, \" \");\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n int c = Integer.parseInt(st.nextToken());\n if(a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }if(b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n System.out.println(a +\" \"+ b +\" \"+ c);\n } \n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n public static void main(String[] args) throws IOException\n {\n \n int tmp;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String s = br.readLine();\n StringTokenizer st = new StringTokenizer(s, \" \");\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n int c = Integer.parseInt(st.nextToken());\n if(a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }if(b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n System.out.println(a +\" \"+ b +\" \"+ c);\n } \n}",
"Main",
"public static void main(String[] args) throws IOException\n {\n \n int tmp;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String s = br.readLine();\n StringTokenizer st = new StringTokenizer(s, \" \");\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n int c = Integer.parseInt(st.nextToken());\n if(a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }if(b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"main",
"{\n \n int tmp;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String s = br.readLine();\n StringTokenizer st = new StringTokenizer(s, \" \");\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n int c = Integer.parseInt(st.nextToken());\n if(a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }if(b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"int tmp;",
"tmp",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String s = br.readLine();",
"s",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(s, \" \");",
"st",
"new StringTokenizer(s, \" \")",
"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",
"if(a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }",
"a > b",
"a",
"b",
"{\n tmp = a;\n a = b;\n b = tmp;\n }",
"tmp = a",
"tmp",
"a",
"a = b",
"a",
"b",
"b = tmp",
"b",
"tmp",
"if(b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }",
"b > c",
"b",
"c",
"{\n tmp = b;\n b = c;\n c = tmp;\n }",
"tmp = b",
"tmp",
"b",
"b = c",
"b",
"c",
"c = tmp",
"c",
"tmp",
"if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }",
"a > b",
"a",
"b",
"{\n tmp = a;\n a = b;\n b = tmp;\n }",
"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 public static void main(String[] args) throws IOException\n {\n \n int tmp;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String s = br.readLine();\n StringTokenizer st = new StringTokenizer(s, \" \");\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n int c = Integer.parseInt(st.nextToken());\n if(a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }if(b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n System.out.println(a +\" \"+ b +\" \"+ c);\n } \n}",
"public class Main {\n public static void main(String[] args) throws IOException\n {\n \n int tmp;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String s = br.readLine();\n StringTokenizer st = new StringTokenizer(s, \" \");\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n int c = Integer.parseInt(st.nextToken());\n if(a > b) {\n tmp = a;\n a = b;\n b = tmp;\n }if(b > c) {\n tmp = b;\n b = c;\n c = tmp;\n }if(a > b){\n tmp = a;\n a = b;\n b = tmp;\n }\n System.out.println(a +\" \"+ b +\" \"+ c);\n } \n}",
"Main"
] | import java.io.*;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args) throws IOException
{
int tmp;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String s = br.readLine();
StringTokenizer st = new StringTokenizer(s, " ");
int a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
int c = Integer.parseInt(st.nextToken());
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,
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,
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
],
[
117,
5
],
[
117,
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
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
34,
41
],
[
41,
42
],
[
41,
43
],
[
34,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
48,
55
],
[
55,
56
],
[
55,
57
],
[
48,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
62,
69
],
[
69,
70
],
[
69,
71
],
[
30,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
76,
83
],
[
83,
84
],
[
83,
85
],
[
76,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
94,
96
],
[
90,
97
],
[
97,
98
],
[
97,
99
],
[
8,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
100,
105
],
[
108,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
106,
112
],
[
108,
113
],
[
6,
114
],
[
114,
115
],
[
0,
116
],
[
116,
117
],
[
116,
118
]
] | [
"import java.util.Scanner;\npublic class Main{\n public static void main(String[]args){\n\n Scanner 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 hoz = 0;\n\t\tif(a > b){\n\t\t\thoz = a;\n\t\t\ta = b;\n\t\t\tb = hoz;\n\t\t\tif(b > c){\n\t\t\t\thoz = b;\n\t\t\t\tb = c;\n\t\t\t\tc = hoz;\n\t\t\t\tif(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}\n\t\t\t}\n\t\t}else if(b > c){\n\t\t\thoz = b;\n\t\t\tb = c;\n\t\t\tc = hoz;\n\t\t\tif(a > b){\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\n\t\t\t}\n\t\t}\n\t\tSystem.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\n Scanner 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 hoz = 0;\n\t\tif(a > b){\n\t\t\thoz = a;\n\t\t\ta = b;\n\t\t\tb = hoz;\n\t\t\tif(b > c){\n\t\t\t\thoz = b;\n\t\t\t\tb = c;\n\t\t\t\tc = hoz;\n\t\t\t\tif(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}\n\t\t\t}\n\t\t}else if(b > c){\n\t\t\thoz = b;\n\t\t\tb = c;\n\t\t\tc = hoz;\n\t\t\tif(a > b){\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n }\n}",
"Main",
"public static void main(String[]args){\n\n Scanner 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 hoz = 0;\n\t\tif(a > b){\n\t\t\thoz = a;\n\t\t\ta = b;\n\t\t\tb = hoz;\n\t\t\tif(b > c){\n\t\t\t\thoz = b;\n\t\t\t\tb = c;\n\t\t\t\tc = hoz;\n\t\t\t\tif(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}\n\t\t\t}\n\t\t}else if(b > c){\n\t\t\thoz = b;\n\t\t\tb = c;\n\t\t\tc = hoz;\n\t\t\tif(a > b){\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n }",
"main",
"{\n\n Scanner 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 hoz = 0;\n\t\tif(a > b){\n\t\t\thoz = a;\n\t\t\ta = b;\n\t\t\tb = hoz;\n\t\t\tif(b > c){\n\t\t\t\thoz = b;\n\t\t\t\tb = c;\n\t\t\t\tc = hoz;\n\t\t\t\tif(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}\n\t\t\t}\n\t\t}else if(b > c){\n\t\t\thoz = b;\n\t\t\tb = c;\n\t\t\tc = hoz;\n\t\t\tif(a > b){\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\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",
"int hoz = 0;",
"hoz",
"0",
"if(a > b){\n\t\t\thoz = a;\n\t\t\ta = b;\n\t\t\tb = hoz;\n\t\t\tif(b > c){\n\t\t\t\thoz = b;\n\t\t\t\tb = c;\n\t\t\t\tc = hoz;\n\t\t\t\tif(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}\n\t\t\t}\n\t\t}else if(b > c){\n\t\t\thoz = b;\n\t\t\tb = c;\n\t\t\tc = hoz;\n\t\t\tif(a > b){\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\n\t\t\t}\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\thoz = a;\n\t\t\ta = b;\n\t\t\tb = hoz;\n\t\t\tif(b > c){\n\t\t\t\thoz = b;\n\t\t\t\tb = c;\n\t\t\t\tc = hoz;\n\t\t\t\tif(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"hoz = a",
"hoz",
"a",
"a = b",
"a",
"b",
"b = hoz",
"b",
"hoz",
"if(b > c){\n\t\t\t\thoz = b;\n\t\t\t\tb = c;\n\t\t\t\tc = hoz;\n\t\t\t\tif(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}\n\t\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\t\thoz = b;\n\t\t\t\tb = c;\n\t\t\t\tc = hoz;\n\t\t\t\tif(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}\n\t\t\t}",
"hoz = b",
"hoz",
"b",
"b = c",
"b",
"c",
"c = hoz",
"c",
"hoz",
"if(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}",
"a > b",
"a",
"b",
"{\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}",
"hoz = a",
"hoz",
"a",
"a = b",
"a",
"b",
"b = hoz",
"b",
"hoz",
"if(b > c){\n\t\t\thoz = b;\n\t\t\tb = c;\n\t\t\tc = hoz;\n\t\t\tif(a > b){\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\n\t\t\t}\n\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\thoz = b;\n\t\t\tb = c;\n\t\t\tc = hoz;\n\t\t\tif(a > b){\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\n\t\t\t}\n\t\t}",
"hoz = b",
"hoz",
"b",
"b = c",
"b",
"c",
"c = hoz",
"c",
"hoz",
"if(a > b){\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\n\t\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\n\t\t\t}",
"hoz = a",
"hoz",
"a",
"a = b",
"a",
"b",
"b = hoz",
"b",
"hoz",
"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\n Scanner 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 hoz = 0;\n\t\tif(a > b){\n\t\t\thoz = a;\n\t\t\ta = b;\n\t\t\tb = hoz;\n\t\t\tif(b > c){\n\t\t\t\thoz = b;\n\t\t\t\tb = c;\n\t\t\t\tc = hoz;\n\t\t\t\tif(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}\n\t\t\t}\n\t\t}else if(b > c){\n\t\t\thoz = b;\n\t\t\tb = c;\n\t\t\tc = hoz;\n\t\t\tif(a > b){\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n }\n}",
"public class Main{\n public static void main(String[]args){\n\n Scanner 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 hoz = 0;\n\t\tif(a > b){\n\t\t\thoz = a;\n\t\t\ta = b;\n\t\t\tb = hoz;\n\t\t\tif(b > c){\n\t\t\t\thoz = b;\n\t\t\t\tb = c;\n\t\t\t\tc = hoz;\n\t\t\t\tif(a > b){\t\n\t\t\t\t\thoz = a;\n\t\t\t\t\ta = b;\n\t\t\t\t\tb = hoz;\n\t\t\t\t}\n\t\t\t}\n\t\t}else if(b > c){\n\t\t\thoz = b;\n\t\t\tb = c;\n\t\t\tc = hoz;\n\t\t\tif(a > b){\n\t\t\t\thoz = a;\n\t\t\t\ta = b;\n\t\t\t\tb = hoz;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\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 hoz = 0;
if(a > b){
hoz = a;
a = b;
b = hoz;
if(b > c){
hoz = b;
b = c;
c = hoz;
if(a > b){
hoz = a;
a = b;
b = hoz;
}
}
}else if(b > c){
hoz = b;
b = c;
c = hoz;
if(a > b){
hoz = a;
a = b;
b = hoz;
}
}
System.out.println(a+" "+b+" "+c);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
17,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
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,
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,
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
],
[
142,
5
],
[
142,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
12,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
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
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
67,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
65,
71
],
[
67,
72
],
[
55,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
81,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
79,
85
],
[
81,
86
],
[
31,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
100,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
98,
104
],
[
100,
105
],
[
88,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
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
],
[
107,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
125,
130
],
[
133,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
132,
136
],
[
131,
137
],
[
133,
138
],
[
6,
139
],
[
139,
140
],
[
0,
141
],
[
141,
142
],
[
141,
143
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\tstatic public void main (String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif(a>b){\n\t\t\tif(b>c)\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\telse{\n\t\t\t\tif(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t} else {\n\t\t\tif(a>c)\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\telse{\n\t\t\t\tif(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tstatic public void main (String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif(a>b){\n\t\t\tif(b>c)\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\telse{\n\t\t\t\tif(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t} else {\n\t\t\tif(a>c)\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\telse{\n\t\t\t\tif(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t}\n\t}\n}",
"Main",
"static public void main (String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif(a>b){\n\t\t\tif(b>c)\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\telse{\n\t\t\t\tif(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t} else {\n\t\t\tif(a>c)\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\telse{\n\t\t\t\tif(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif(a>b){\n\t\t\tif(b>c)\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\telse{\n\t\t\t\tif(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t} else {\n\t\t\tif(a>c)\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\telse{\n\t\t\t\tif(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"sc.useDelimiter(\"\\\\s\")",
"sc.useDelimiter",
"sc",
"\"\\\\s\"",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a>b){\n\t\t\tif(b>c)\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\telse{\n\t\t\t\tif(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t} else {\n\t\t\tif(a>c)\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\telse{\n\t\t\t\tif(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\tif(b>c)\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\telse{\n\t\t\t\tif(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t}",
"if(b>c)\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\telse{\n\t\t\t\tif(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}",
"b>c",
"b",
"c",
"System.out.println(c+\" \"+b+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+b+\" \"+a",
"\" \"",
"b",
"c+\" \"+b+\" \"+a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"{\n\t\t\t\tif(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}",
"if(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);",
"a>c",
"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",
"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\tif(a>c)\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\telse{\n\t\t\t\tif(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t}",
"if(a>c)\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\telse{\n\t\t\t\tif(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}",
"a>c",
"a",
"c",
"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\t\tif(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}",
"if(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);",
"b>c",
"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",
"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\tstatic public void main (String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif(a>b){\n\t\t\tif(b>c)\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\telse{\n\t\t\t\tif(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t} else {\n\t\t\tif(a>c)\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\telse{\n\t\t\t\tif(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t}\n\t}\n}",
"public class Main{\n\tstatic public void main (String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif(a>b){\n\t\t\tif(b>c)\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\telse{\n\t\t\t\tif(a>c)\n\t\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t} else {\n\t\t\tif(a>c)\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\telse{\n\t\t\t\tif(b>c)\n\t\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t\telse\n\t\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
static public void main (String args[]){
Scanner sc = new Scanner(System.in);
sc.useDelimiter("\\s");
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if(a>b){
if(b>c)
System.out.println(c+" "+b+" "+a);
else{
if(a>c)
System.out.println(b+" "+c+" "+a);
else
System.out.println(b+" "+a+" "+c);
}
} else {
if(a>c)
System.out.println(c+" "+a+" "+b);
else{
if(b>c)
System.out.println(a+" "+c+" "+b);
else
System.out.println(a+" "+b+" "+c);
}
}
}
} |
[
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,
13,
13,
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,
17,
30,
9,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
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,
17,
2,
13,
2,
2,
18,
13,
13,
13,
17,
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,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
159,
8
],
[
159,
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
],
[
40,
42
],
[
11,
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
],
[
66,
70
],
[
70,
71
],
[
57,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
11,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
9,
83
],
[
83,
84
],
[
159,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
88,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
88,
100
],
[
100,
101
],
[
101,
102
],
[
88,
103
],
[
104,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
110,
111
],
[
110,
112
],
[
113,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
113,
118
],
[
105,
119
],
[
119,
120
],
[
120,
121
],
[
105,
122
],
[
123,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
129,
130
],
[
129,
131
],
[
131,
132
],
[
131,
133
],
[
124,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
137,
138
],
[
137,
139
],
[
134,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
144,
145
],
[
144,
146
],
[
146,
147
],
[
146,
148
],
[
134,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
152,
153
],
[
152,
154
],
[
149,
155
],
[
85,
156
],
[
156,
157
],
[
0,
158
],
[
158,
159
],
[
158,
160
]
] | [
"import java.util.Scanner;\nimport java.util.ArrayList;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\t\tlist[0] = sc.nextInt();\n\t\tlist[1] = sc.nextInt();\n\t\tlist[2] = sc.nextInt();\n\t\t\n\t\tchange(list);\n\t\tfor (int i = 0; i < list.length; i++){\n\t\t\tSystem.out.print(list[i]);\n\t\t\tif (i == 2){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tSystem.out.print(\" \");\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t}\n\t\n\tpublic static void change(int[] li){\n\t\tfor (int j = 0; j < li.length - 1; j++){\n\t\t\tfor (int i = 0; i < li.length - j - 1; i++){\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\t\tlist[0] = sc.nextInt();\n\t\tlist[1] = sc.nextInt();\n\t\tlist[2] = sc.nextInt();\n\t\t\n\t\tchange(list);\n\t\tfor (int i = 0; i < list.length; i++){\n\t\t\tSystem.out.print(list[i]);\n\t\t\tif (i == 2){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tSystem.out.print(\" \");\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t}\n\t\n\tpublic static void change(int[] li){\n\t\tfor (int j = 0; j < li.length - 1; j++){\n\t\t\tfor (int i = 0; i < li.length - j - 1; i++){\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\t\tlist[0] = sc.nextInt();\n\t\tlist[1] = sc.nextInt();\n\t\tlist[2] = sc.nextInt();\n\t\t\n\t\tchange(list);\n\t\tfor (int i = 0; i < list.length; i++){\n\t\t\tSystem.out.print(list[i]);\n\t\t\tif (i == 2){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tSystem.out.print(\" \");\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t}",
"main",
"{\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\t\tlist[0] = sc.nextInt();\n\t\tlist[1] = sc.nextInt();\n\t\tlist[2] = sc.nextInt();\n\t\t\n\t\tchange(list);\n\t\tfor (int i = 0; i < list.length; i++){\n\t\t\tSystem.out.print(list[i]);\n\t\t\tif (i == 2){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tSystem.out.print(\" \");\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int[] list = new int[3];",
"list",
"new int[3]",
"3",
"list[0] = sc.nextInt()",
"list[0]",
"list",
"0",
"sc.nextInt()",
"sc.nextInt",
"sc",
"list[1] = sc.nextInt()",
"list[1]",
"list",
"1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"list[2] = sc.nextInt()",
"list[2]",
"list",
"2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"change(list)",
"change",
"list",
"for (int i = 0; i < list.length; i++){\n\t\t\tSystem.out.print(list[i]);\n\t\t\tif (i == 2){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tSystem.out.print(\" \");\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < list.length",
"i",
"list.length",
"list",
"list.length",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.print(list[i]);\n\t\t\tif (i == 2){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tSystem.out.print(\" \");\n\t\t}",
"{\n\t\t\tSystem.out.print(list[i]);\n\t\t\tif (i == 2){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tSystem.out.print(\" \");\n\t\t}",
"System.out.print(list[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"list[i]",
"list",
"i",
"if (i == 2){\n\t\t\t\tcontinue;\n\t\t\t}",
"i == 2",
"i",
"2",
"{\n\t\t\t\tcontinue;\n\t\t\t}",
"continue;",
"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",
"public static void change(int[] li){\n\t\tfor (int j = 0; j < li.length - 1; j++){\n\t\t\tfor (int i = 0; i < li.length - j - 1; i++){\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"change",
"{\n\t\tfor (int j = 0; j < li.length - 1; j++){\n\t\t\tfor (int i = 0; i < li.length - j - 1; i++){\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"for (int j = 0; j < li.length - 1; j++){\n\t\t\tfor (int i = 0; i < li.length - j - 1; i++){\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int j = 0;",
"int j = 0;",
"j",
"0",
"j < li.length - 1",
"j",
"li.length - 1",
"li.length",
"li",
"li.length",
"1",
"j++",
"j++",
"j",
"{\n\t\t\tfor (int i = 0; i < li.length - j - 1; i++){\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor (int i = 0; i < li.length - j - 1; i++){\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for (int i = 0; i < li.length - j - 1; i++){\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < li.length - j - 1",
"i",
"li.length - j - 1",
"li.length - j - 1",
"li.length",
"li",
"li.length",
"j",
"1",
"i++",
"i++",
"i",
"{\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}",
"if(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}",
"li[i] > li[i+1]",
"li[i]",
"li",
"i",
"li[i+1]",
"li",
"i+1",
"i",
"1",
"{\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}",
"int tmp = li[i];",
"tmp",
"li[i]",
"li",
"i",
"li[i] = li[i+1]",
"li[i]",
"li",
"i",
"li[i+1]",
"li",
"i+1",
"i",
"1",
"li[i+1] = tmp",
"li[i+1]",
"li",
"i+1",
"i",
"1",
"tmp",
"int[] li",
"li",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\t\tlist[0] = sc.nextInt();\n\t\tlist[1] = sc.nextInt();\n\t\tlist[2] = sc.nextInt();\n\t\t\n\t\tchange(list);\n\t\tfor (int i = 0; i < list.length; i++){\n\t\t\tSystem.out.print(list[i]);\n\t\t\tif (i == 2){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tSystem.out.print(\" \");\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t}\n\t\n\tpublic static void change(int[] li){\n\t\tfor (int j = 0; j < li.length - 1; j++){\n\t\t\tfor (int i = 0; i < li.length - j - 1; i++){\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] list = new int[3];\n\t\tlist[0] = sc.nextInt();\n\t\tlist[1] = sc.nextInt();\n\t\tlist[2] = sc.nextInt();\n\t\t\n\t\tchange(list);\n\t\tfor (int i = 0; i < list.length; i++){\n\t\t\tSystem.out.print(list[i]);\n\t\t\tif (i == 2){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tSystem.out.print(\" \");\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t}\n\t\n\tpublic static void change(int[] li){\n\t\tfor (int j = 0; j < li.length - 1; j++){\n\t\t\tfor (int i = 0; i < li.length - j - 1; i++){\n\t\t\t\tif(li[i] > li[i+1]){\n\t\t\t\t\tint tmp = li[i];\n\t\t\t\t\tli[i] = li[i+1];\n\t\t\t\t\tli[i+1] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int[] list = new int[3];
list[0] = sc.nextInt();
list[1] = sc.nextInt();
list[2] = sc.nextInt();
change(list);
for (int i = 0; i < list.length; i++){
System.out.print(list[i]);
if (i == 2){
continue;
}
System.out.print(" ");
}
System.out.println();
}
public static void change(int[] li){
for (int j = 0; j < li.length - 1; j++){
for (int i = 0; i < li.length - j - 1; i++){
if(li[i] > li[i+1]){
int tmp = li[i];
li[i] = li[i+1];
li[i+1] = tmp;
}
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
0,
13,
17,
30,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
18,
13,
13,
1,
0,
13,
17,
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,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
0,
13,
17,
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
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
35,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
39,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
39,
53
],
[
54,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
55,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
64,
66
],
[
55,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
55,
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
],
[
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
],
[
8,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
106,
108
],
[
99,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
99,
113
],
[
114,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
115,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
124,
129
],
[
129,
130
],
[
129,
131
],
[
115,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
133,
138
],
[
138,
139
],
[
139,
140
],
[
139,
141
],
[
138,
142
],
[
6,
143
],
[
143,
144
]
] | [
"import java.util.Scanner;\n\n class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a, b, c;\n a = scan.nextInt();\n b = scan.nextInt();\n c = scan.nextInt();\n int[] array = { a, b, c };\n for (int i = 0; i < array.length; i += 1) {\n for (int j = i + 1; j < array.length; j += 1) {\n if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n }\n }\n for (int n = 0; n < array.length; n += 1) {\n if (n == array.length - 1) {\n System.out.println(array[n]);\n } else {\n System.out.print(array[n] + \" \");\n }\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a, b, c;\n a = scan.nextInt();\n b = scan.nextInt();\n c = scan.nextInt();\n int[] array = { a, b, c };\n for (int i = 0; i < array.length; i += 1) {\n for (int j = i + 1; j < array.length; j += 1) {\n if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n }\n }\n for (int n = 0; n < array.length; n += 1) {\n if (n == array.length - 1) {\n System.out.println(array[n]);\n } else {\n System.out.print(array[n] + \" \");\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a, b, c;\n a = scan.nextInt();\n b = scan.nextInt();\n c = scan.nextInt();\n int[] array = { a, b, c };\n for (int i = 0; i < array.length; i += 1) {\n for (int j = i + 1; j < array.length; j += 1) {\n if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n }\n }\n for (int n = 0; n < array.length; n += 1) {\n if (n == array.length - 1) {\n System.out.println(array[n]);\n } else {\n System.out.print(array[n] + \" \");\n }\n }\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int a, b, c;\n a = scan.nextInt();\n b = scan.nextInt();\n c = scan.nextInt();\n int[] array = { a, b, c };\n for (int i = 0; i < array.length; i += 1) {\n for (int j = i + 1; j < array.length; j += 1) {\n if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n }\n }\n for (int n = 0; n < array.length; n += 1) {\n if (n == array.length - 1) {\n System.out.println(array[n]);\n } else {\n System.out.print(array[n] + \" \");\n }\n }\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"a = scan.nextInt()",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"b = scan.nextInt()",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"c = scan.nextInt()",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int[] array = { a, b, c };",
"array",
"{ a, b, c }",
"a",
"b",
"c",
"for (int i = 0; i < array.length; i += 1) {\n for (int j = i + 1; j < array.length; j += 1) {\n if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < array.length",
"i",
"array.length",
"array",
"array.length",
"i += 1",
"i += 1",
"i",
"1",
"{\n for (int j = i + 1; j < array.length; j += 1) {\n if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n }\n }",
"{\n for (int j = i + 1; j < array.length; j += 1) {\n if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n }\n }",
"for (int j = i + 1; j < array.length; j += 1) {\n if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n }",
"int j = i + 1;",
"int j = i + 1;",
"j",
"i + 1",
"i",
"1",
"j < array.length",
"j",
"array.length",
"array",
"array.length",
"j += 1",
"j += 1",
"j",
"1",
"{\n if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n }",
"{\n if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }\n }",
"if (array[j] < array[i]) {\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }",
"array[j] < array[i]",
"array[j]",
"array",
"j",
"array[i]",
"array",
"i",
"{\n int temp = array[i];\n array[i] = array[j];\n array[j] = temp;\n }",
"int temp = array[i];",
"temp",
"array[i]",
"array",
"i",
"array[i] = array[j]",
"array[i]",
"array",
"i",
"array[j]",
"array",
"j",
"array[j] = temp",
"array[j]",
"array",
"j",
"temp",
"for (int n = 0; n < array.length; n += 1) {\n if (n == array.length - 1) {\n System.out.println(array[n]);\n } else {\n System.out.print(array[n] + \" \");\n }\n }",
"int n = 0;",
"int n = 0;",
"n",
"0",
"n < array.length",
"n",
"array.length",
"array",
"array.length",
"n += 1",
"n += 1",
"n",
"1",
"{\n if (n == array.length - 1) {\n System.out.println(array[n]);\n } else {\n System.out.print(array[n] + \" \");\n }\n }",
"{\n if (n == array.length - 1) {\n System.out.println(array[n]);\n } else {\n System.out.print(array[n] + \" \");\n }\n }",
"if (n == array.length - 1) {\n System.out.println(array[n]);\n } else {\n System.out.print(array[n] + \" \");\n }",
"n == array.length - 1",
"n",
"array.length - 1",
"array.length",
"array",
"array.length",
"1",
"{\n System.out.println(array[n]);\n }",
"System.out.println(array[n])",
"System.out.println",
"System.out",
"System",
"System.out",
"array[n]",
"array",
"n",
"{\n System.out.print(array[n] + \" \");\n }",
"System.out.print(array[n] + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"array[n] + \" \"",
"array[n]",
"array",
"n",
"\" \"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a, b, c;
a = scan.nextInt();
b = scan.nextInt();
c = scan.nextInt();
int[] array = { a, b, c };
for (int i = 0; i < array.length; i += 1) {
for (int j = i + 1; j < array.length; j += 1) {
if (array[j] < array[i]) {
int temp = array[i];
array[i] = array[j];
array[j] = temp;
}
}
}
for (int n = 0; n < array.length; n += 1) {
if (n == array.length - 1) {
System.out.println(array[n]);
} else {
System.out.print(array[n] + " ");
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
17,
41,
13,
20,
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
],
[
64,
5
],
[
64,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
13
],
[
13,
14
],
[
13,
15
],
[
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
],
[
38,
39
],
[
37,
40
],
[
8,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
49,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
48,
54
],
[
54,
55
],
[
54,
56
],
[
47,
57
],
[
49,
58
],
[
58,
59
],
[
58,
60
],
[
6,
61
],
[
61,
62
],
[
0,
63
],
[
63,
64
],
[
63,
65
]
] | [
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args){\n \n int table[] = new int[3];\n \n Scanner sc = new Scanner(System.in);\n \n table[0] = sc.nextInt();\n table[1] = sc.nextInt();\n table[2] = sc.nextInt();\n \n Arrays.sort(table);\n \n System.out.println(table[0]+\" \"+table[1]+\" \"+table[2]);\n }\n}\n",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args){\n \n int table[] = new int[3];\n \n Scanner sc = new Scanner(System.in);\n \n table[0] = sc.nextInt();\n table[1] = sc.nextInt();\n table[2] = sc.nextInt();\n \n Arrays.sort(table);\n \n System.out.println(table[0]+\" \"+table[1]+\" \"+table[2]);\n }\n}",
"Main",
"public static void main(String[] args){\n \n int table[] = new int[3];\n \n Scanner sc = new Scanner(System.in);\n \n table[0] = sc.nextInt();\n table[1] = sc.nextInt();\n table[2] = sc.nextInt();\n \n Arrays.sort(table);\n \n System.out.println(table[0]+\" \"+table[1]+\" \"+table[2]);\n }",
"main",
"{\n \n int table[] = new int[3];\n \n Scanner sc = new Scanner(System.in);\n \n table[0] = sc.nextInt();\n table[1] = sc.nextInt();\n table[2] = sc.nextInt();\n \n Arrays.sort(table);\n \n System.out.println(table[0]+\" \"+table[1]+\" \"+table[2]);\n }",
"int table[] = new int[3];",
"table",
"new int[3]",
"3",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"table[0] = sc.nextInt()",
"table[0]",
"table",
"0",
"sc.nextInt()",
"sc.nextInt",
"sc",
"table[1] = sc.nextInt()",
"table[1]",
"table",
"1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"table[2] = sc.nextInt()",
"table[2]",
"table",
"2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Arrays.sort(table)",
"Arrays.sort",
"Arrays",
"table",
"System.out.println(table[0]+\" \"+table[1]+\" \"+table[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"table[0]+\" \"+table[1]+\" \"+table[2]",
"\" \"",
"table[1]",
"table[0]+\" \"+table[1]+\" \"+table[2]",
"table[0]",
"table",
"0",
"\" \"",
"table[1]",
"table",
"1",
"\" \"",
"table[2]",
"table",
"2",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n \n int table[] = new int[3];\n \n Scanner sc = new Scanner(System.in);\n \n table[0] = sc.nextInt();\n table[1] = sc.nextInt();\n table[2] = sc.nextInt();\n \n Arrays.sort(table);\n \n System.out.println(table[0]+\" \"+table[1]+\" \"+table[2]);\n }\n}",
"public class Main {\n public static void main(String[] args){\n \n int table[] = new int[3];\n \n Scanner sc = new Scanner(System.in);\n \n table[0] = sc.nextInt();\n table[1] = sc.nextInt();\n table[2] = sc.nextInt();\n \n Arrays.sort(table);\n \n System.out.println(table[0]+\" \"+table[1]+\" \"+table[2]);\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args){
int table[] = new int[3];
Scanner sc = new Scanner(System.in);
table[0] = sc.nextInt();
table[1] = sc.nextInt();
table[2] = sc.nextInt();
Arrays.sort(table);
System.out.println(table[0]+" "+table[1]+" "+table[2]);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
41,
13,
4,
18,
13,
17,
17,
41,
13,
0,
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,
41,
13,
4,
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,
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,
29,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
139,
5
],
[
139,
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
],
[
16,
20
],
[
8,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
32,
33
],
[
32,
34
],
[
27,
35
],
[
35,
36
],
[
36,
37
],
[
27,
38
],
[
39,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
63,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
62,
68
],
[
68,
69
],
[
68,
70
],
[
61,
71
],
[
63,
72
],
[
72,
73
],
[
72,
74
],
[
6,
75
],
[
75,
76
],
[
139,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
80,
81
],
[
79,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
87,
88
],
[
87,
89
],
[
82,
90
],
[
90,
91
],
[
91,
92
],
[
82,
93
],
[
94,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
100,
101
],
[
100,
102
],
[
95,
103
],
[
103,
104
],
[
104,
105
],
[
95,
106
],
[
107,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
109,
113
],
[
113,
114
],
[
113,
115
],
[
108,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
119,
120
],
[
119,
121
],
[
116,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
122,
126
],
[
126,
127
],
[
126,
128
],
[
116,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
129,
133
],
[
79,
134
],
[
134,
135
],
[
77,
136
],
[
136,
137
],
[
0,
138
],
[
138,
139
],
[
138,
140
]
] | [
"\nimport static java.lang.Integer.parseInt;\n\npublic class Main {\n public static void main (String[] args) {\n String line = new java.util.Scanner ( System.in ).nextLine();\n String[] number = line.split(\" \", 0);\n int[] numbers;\n numbers = new int[3];\n\n // ???????????????\n for (int i = 0;i <= 2; i++ ) {\n numbers[i] = Integer.parseInt(number[i]);\n }\n int[] ans = Sort (numbers);\n \n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n }\n public static int[] Sort(int[] number) {\n int c;\n for (int i = 0; i < 2 ;i++) {\n for (int x = 1; x <= 2 ;x++) {\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }\n }\n return number;\n }\n}",
"import static java.lang.Integer.parseInt;",
"import static java.lang.Integer.parseInt;",
"import static java.lang.Integer.parseInt;",
"public class Main {\n public static void main (String[] args) {\n String line = new java.util.Scanner ( System.in ).nextLine();\n String[] number = line.split(\" \", 0);\n int[] numbers;\n numbers = new int[3];\n\n // ???????????????\n for (int i = 0;i <= 2; i++ ) {\n numbers[i] = Integer.parseInt(number[i]);\n }\n int[] ans = Sort (numbers);\n \n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n }\n public static int[] Sort(int[] number) {\n int c;\n for (int i = 0; i < 2 ;i++) {\n for (int x = 1; x <= 2 ;x++) {\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }\n }\n return number;\n }\n}",
"Main",
"public static void main (String[] args) {\n String line = new java.util.Scanner ( System.in ).nextLine();\n String[] number = line.split(\" \", 0);\n int[] numbers;\n numbers = new int[3];\n\n // ???????????????\n for (int i = 0;i <= 2; i++ ) {\n numbers[i] = Integer.parseInt(number[i]);\n }\n int[] ans = Sort (numbers);\n \n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n }",
"main",
"{\n String line = new java.util.Scanner ( System.in ).nextLine();\n String[] number = line.split(\" \", 0);\n int[] numbers;\n numbers = new int[3];\n\n // ???????????????\n for (int i = 0;i <= 2; i++ ) {\n numbers[i] = Integer.parseInt(number[i]);\n }\n int[] ans = Sort (numbers);\n \n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n }",
"String line = new java.util.Scanner ( System.in ).nextLine();",
"line",
"new java.util.Scanner ( System.in ).nextLine()",
"new java.util.Scanner ( System.in ).nextLine",
"new java.util.Scanner ( System.in )",
"String[] number = line.split(\" \", 0);",
"number",
"line.split(\" \", 0)",
"line.split",
"line",
"\" \"",
"0",
"int[] numbers;",
"numbers",
"numbers = new int[3]",
"numbers",
"new int[3]",
"3",
"for (int i = 0;i <= 2; i++ ) {\n numbers[i] = Integer.parseInt(number[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i <= 2",
"i",
"2",
"i++",
"i++",
"i",
"{\n numbers[i] = Integer.parseInt(number[i]);\n }",
"{\n numbers[i] = Integer.parseInt(number[i]);\n }",
"numbers[i] = Integer.parseInt(number[i])",
"numbers[i]",
"numbers",
"i",
"Integer.parseInt(number[i])",
"Integer.parseInt",
"Integer",
"number[i]",
"number",
"i",
"int[] ans = Sort (numbers);",
"ans",
"Sort (numbers)",
"Sort",
"numbers",
"System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"ans[0] + \" \" + ans[1] + \" \" + ans[2]",
"\" \"",
"ans[1]",
"ans[0] + \" \" + ans[1] + \" \" + ans[2]",
"ans[0]",
"ans",
"0",
"\" \"",
"ans[1]",
"ans",
"1",
"\" \"",
"ans[2]",
"ans",
"2",
"String[] args",
"args",
"public static int[] Sort(int[] number) {\n int c;\n for (int i = 0; i < 2 ;i++) {\n for (int x = 1; x <= 2 ;x++) {\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }\n }\n return number;\n }",
"Sort",
"{\n int c;\n for (int i = 0; i < 2 ;i++) {\n for (int x = 1; x <= 2 ;x++) {\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }\n }\n return number;\n }",
"int c;",
"c",
"for (int i = 0; i < 2 ;i++) {\n for (int x = 1; x <= 2 ;x++) {\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 2",
"i",
"2",
"i++",
"i++",
"i",
"{\n for (int x = 1; x <= 2 ;x++) {\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }\n }",
"{\n for (int x = 1; x <= 2 ;x++) {\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }\n }",
"for (int x = 1; x <= 2 ;x++) {\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }",
"int x = 1;",
"int x = 1;",
"x",
"1",
"x <= 2",
"x",
"2",
"x++",
"x++",
"x",
"{\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }",
"{\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }",
"if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }",
"number[i] > number[x]",
"number[i]",
"number",
"i",
"number[x]",
"number",
"x",
"{\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }",
"c = number[i]",
"c",
"number[i]",
"number",
"i",
"number[i] = number[x]",
"number[i]",
"number",
"i",
"number[x]",
"number",
"x",
"number[x] = c",
"number[x]",
"number",
"x",
"c",
"return number;",
"number",
"int[] number",
"number",
"public class Main {\n public static void main (String[] args) {\n String line = new java.util.Scanner ( System.in ).nextLine();\n String[] number = line.split(\" \", 0);\n int[] numbers;\n numbers = new int[3];\n\n // ???????????????\n for (int i = 0;i <= 2; i++ ) {\n numbers[i] = Integer.parseInt(number[i]);\n }\n int[] ans = Sort (numbers);\n \n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n }\n public static int[] Sort(int[] number) {\n int c;\n for (int i = 0; i < 2 ;i++) {\n for (int x = 1; x <= 2 ;x++) {\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }\n }\n return number;\n }\n}",
"public class Main {\n public static void main (String[] args) {\n String line = new java.util.Scanner ( System.in ).nextLine();\n String[] number = line.split(\" \", 0);\n int[] numbers;\n numbers = new int[3];\n\n // ???????????????\n for (int i = 0;i <= 2; i++ ) {\n numbers[i] = Integer.parseInt(number[i]);\n }\n int[] ans = Sort (numbers);\n \n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n }\n public static int[] Sort(int[] number) {\n int c;\n for (int i = 0; i < 2 ;i++) {\n for (int x = 1; x <= 2 ;x++) {\n if (number[i] > number[x]) {\n c = number[i];\n number[i] = number[x];\n number[x] = c;\n }\n }\n }\n return number;\n }\n}",
"Main"
] |
import static java.lang.Integer.parseInt;
public class Main {
public static void main (String[] args) {
String line = new java.util.Scanner ( System.in ).nextLine();
String[] number = line.split(" ", 0);
int[] numbers;
numbers = new int[3];
// ???????????????
for (int i = 0;i <= 2; i++ ) {
numbers[i] = Integer.parseInt(number[i]);
}
int[] ans = Sort (numbers);
System.out.println(ans[0] + " " + ans[1] + " " + ans[2]);
}
public static int[] Sort(int[] number) {
int c;
for (int i = 0; i < 2 ;i++) {
for (int x = 1; x <= 2 ;x++) {
if (number[i] > number[x]) {
c = number[i];
number[i] = number[x];
number[x] = c;
}
}
}
return number;
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
39,
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,
18,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
18,
13,
17,
4,
18,
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
],
[
4,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
15,
18
],
[
18,
19
],
[
19,
20
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
21,
24
],
[
24,
25
],
[
25,
26
],
[
14,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
11,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
42,
44
],
[
11,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
11,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
56,
57
],
[
56,
58
],
[
11,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
11,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
70,
71
],
[
70,
72
],
[
9,
73
],
[
73,
74
]
] | [
"import java.util.*;\nclass Main{\n\tstatic Scanner s = new Scanner(System.in);\n\tpublic static void main(String[] args) {\n\t\tint[] i = {\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next())\n\t\t\t\t};\n\t\tArrays.sort(i);\n\t\tSystem.out.print (i[0]);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.print (i[1]);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.println(i[2]);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tstatic Scanner s = new Scanner(System.in);\n\tpublic static void main(String[] args) {\n\t\tint[] i = {\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next())\n\t\t\t\t};\n\t\tArrays.sort(i);\n\t\tSystem.out.print (i[0]);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.print (i[1]);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.println(i[2]);\n\t}\n}",
"Main",
"static Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"public static void main(String[] args) {\n\t\tint[] i = {\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next())\n\t\t\t\t};\n\t\tArrays.sort(i);\n\t\tSystem.out.print (i[0]);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.print (i[1]);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.println(i[2]);\n\t}",
"main",
"{\n\t\tint[] i = {\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next())\n\t\t\t\t};\n\t\tArrays.sort(i);\n\t\tSystem.out.print (i[0]);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.print (i[1]);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.println(i[2]);\n\t}",
"int[] i = {\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next())\n\t\t\t\t};",
"i",
"{\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next()),\n\t\t\t\tInteger.parseInt(s.next())\n\t\t\t\t}",
"Integer.parseInt(s.next())",
"Integer.parseInt",
"Integer",
"s.next()",
"s.next",
"s",
"Integer.parseInt(s.next())",
"Integer.parseInt",
"Integer",
"s.next()",
"s.next",
"s",
"Integer.parseInt(s.next())",
"Integer.parseInt",
"Integer",
"s.next()",
"s.next",
"s",
"Arrays.sort(i)",
"Arrays.sort",
"Arrays",
"i",
"System.out.print (i[0])",
"System.out.print",
"System.out",
"System",
"System.out",
"i[0]",
"i",
"0",
"System.out.print (\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print (i[1])",
"System.out.print",
"System.out",
"System",
"System.out",
"i[1]",
"i",
"1",
"System.out.print (\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(i[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"i[2]",
"i",
"2",
"String[] args",
"args"
] | import java.util.*;
class Main{
static Scanner s = new Scanner(System.in);
public static void main(String[] args) {
int[] i = {
Integer.parseInt(s.next()),
Integer.parseInt(s.next()),
Integer.parseInt(s.next())
};
Arrays.sort(i);
System.out.print (i[0]);
System.out.print (" ");
System.out.print (i[1]);
System.out.print (" ");
System.out.println(i[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
13,
13,
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,
2,
13,
13,
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
] | [
[
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
],
[
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
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
55,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
53,
59
],
[
55,
60
],
[
42,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
70,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
68,
74
],
[
70,
75
],
[
33,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
81,
83
],
[
76,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
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
],
[
85,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
113,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
111,
117
],
[
113,
118
],
[
76,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
120,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
125,
130
],
[
133,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
132,
136
],
[
131,
137
],
[
133,
138
],
[
120,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
142,
144
],
[
140,
145
],
[
148,
146
],
[
146,
147
],
[
147,
148
],
[
148,
149
],
[
148,
150
],
[
147,
151
],
[
146,
152
],
[
148,
153
],
[
6,
154
],
[
154,
155
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n int a,b,c;\n //?¨??????\\??????????????????????????§????????????\n \tScanner scanner = new Scanner(System.in);\n \t//??\\????????????int??????????????????\n \ta = scanner.nextInt();\n \tb = scanner.nextInt();\n \tc = scanner.nextInt();\n \t//a????????§??????\n \tif(a > b && a > c){\n \t\tif(b > c){\n \t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n \t\t}\n \t}\n \t//b????????§??????\n \telse if(b > a && b >c){\n \t\tif(a > c){\n \t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n \t\t}\n \t}\n \t//c????????§??????\n \telse{\n \t\tif(a > b){\n \t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n \t\t}\n \t}\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n int a,b,c;\n //?¨??????\\??????????????????????????§????????????\n \tScanner scanner = new Scanner(System.in);\n \t//??\\????????????int??????????????????\n \ta = scanner.nextInt();\n \tb = scanner.nextInt();\n \tc = scanner.nextInt();\n \t//a????????§??????\n \tif(a > b && a > c){\n \t\tif(b > c){\n \t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n \t\t}\n \t}\n \t//b????????§??????\n \telse if(b > a && b >c){\n \t\tif(a > c){\n \t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n \t\t}\n \t}\n \t//c????????§??????\n \telse{\n \t\tif(a > b){\n \t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n \t\t}\n \t}\n }\n}",
"Main",
"public static void main(String[] args){\n int a,b,c;\n //?¨??????\\??????????????????????????§????????????\n \tScanner scanner = new Scanner(System.in);\n \t//??\\????????????int??????????????????\n \ta = scanner.nextInt();\n \tb = scanner.nextInt();\n \tc = scanner.nextInt();\n \t//a????????§??????\n \tif(a > b && a > c){\n \t\tif(b > c){\n \t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n \t\t}\n \t}\n \t//b????????§??????\n \telse if(b > a && b >c){\n \t\tif(a > c){\n \t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n \t\t}\n \t}\n \t//c????????§??????\n \telse{\n \t\tif(a > b){\n \t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n \t\t}\n \t}\n }",
"main",
"{\n int a,b,c;\n //?¨??????\\??????????????????????????§????????????\n \tScanner scanner = new Scanner(System.in);\n \t//??\\????????????int??????????????????\n \ta = scanner.nextInt();\n \tb = scanner.nextInt();\n \tc = scanner.nextInt();\n \t//a????????§??????\n \tif(a > b && a > c){\n \t\tif(b > c){\n \t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n \t\t}\n \t}\n \t//b????????§??????\n \telse if(b > a && b >c){\n \t\tif(a > c){\n \t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n \t\t}\n \t}\n \t//c????????§??????\n \telse{\n \t\tif(a > b){\n \t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n \t\t}\n \t}\n }",
"int a",
"a",
"b",
"b",
"c;",
"c",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"a = scanner.nextInt()",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"b = scanner.nextInt()",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"c = scanner.nextInt()",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if(a > b && a > c){\n \t\tif(b > c){\n \t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n \t\t}\n \t}\n \t//b????????§??????\n \telse if(b > a && b >c){\n \t\tif(a > c){\n \t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n \t\t}\n \t}\n \t//c????????§??????\n \telse{\n \t\tif(a > b){\n \t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n \t\t}\n \t}",
"a > b && a > c",
"a > b",
"a",
"b",
"a > c",
"a",
"c",
"{\n \t\tif(b > c){\n \t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n \t\t}\n \t}",
"if(b > c){\n \t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n \t\t}",
"b > c",
"b",
"c",
"{\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",
"{\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",
"if(b > a && b >c){\n \t\tif(a > c){\n \t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n \t\t}\n \t}\n \t//c????????§??????\n \telse{\n \t\tif(a > b){\n \t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n \t\t}\n \t}",
"b > a && b >c",
"b > a",
"b",
"a",
"b >c",
"b",
"c",
"{\n \t\tif(a > c){\n \t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n \t\t}\n \t}",
"if(a > c){\n \t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n \t\t}",
"a > c",
"a",
"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",
"{\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\tif(a > b){\n \t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n \t\t}\n \t}",
"if(a > b){\n \t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n \t\t}\n \t\telse{\n \t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n \t\t}",
"a > b",
"a",
"b",
"{\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\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",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
int a,b,c;
//?¨??????\??????????????????????????§????????????
Scanner scanner = new Scanner(System.in);
//??\????????????int??????????????????
a = scanner.nextInt();
b = scanner.nextInt();
c = scanner.nextInt();
//a????????§??????
if(a > b && a > c){
if(b > c){
System.out.println(c+" "+b+" "+a);
}
else{
System.out.println(b+" "+c+" "+a);
}
}
//b????????§??????
else if(b > a && b >c){
if(a > c){
System.out.println(c+" "+a+" "+b);
}
else{
System.out.println(a+" "+c+" "+b);
}
}
//c????????§??????
else{
if(a > b){
System.out.println(b+" "+a+" "+c);
}
else{
System.out.println(a+" "+b+" "+c);
}
}
}
} |
[
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,
14,
2,
2,
2,
2,
2,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
30,
14,
2,
2,
13,
13,
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,
2,
13,
13,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
202,
11
],
[
202,
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
],
[
58,
55
],
[
71,
56
],
[
68,
57
],
[
65,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
62,
64
],
[
65,
65
],
[
65,
66
],
[
65,
67
],
[
68,
68
],
[
68,
69
],
[
68,
70
],
[
71,
71
],
[
71,
72
],
[
71,
73
],
[
58,
74
],
[
74,
75
],
[
74,
76
],
[
53,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
83,
85
],
[
78,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
100,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
98,
104
],
[
100,
105
],
[
87,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
115,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
114,
118
],
[
113,
119
],
[
115,
120
],
[
78,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
122,
126
],
[
126,
127
],
[
126,
128
],
[
121,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
135,
140
],
[
143,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
142,
146
],
[
141,
147
],
[
143,
148
],
[
130,
149
],
[
149,
150
],
[
150,
151
],
[
151,
152
],
[
152,
153
],
[
152,
154
],
[
150,
155
],
[
158,
156
],
[
156,
157
],
[
157,
158
],
[
158,
159
],
[
158,
160
],
[
157,
161
],
[
156,
162
],
[
158,
163
],
[
121,
164
],
[
164,
165
],
[
165,
166
],
[
166,
167
],
[
166,
168
],
[
165,
169
],
[
169,
170
],
[
170,
171
],
[
171,
172
],
[
172,
173
],
[
172,
174
],
[
170,
175
],
[
178,
176
],
[
176,
177
],
[
177,
178
],
[
178,
179
],
[
178,
180
],
[
177,
181
],
[
176,
182
],
[
178,
183
],
[
165,
184
],
[
184,
185
],
[
185,
186
],
[
186,
187
],
[
187,
188
],
[
187,
189
],
[
185,
190
],
[
193,
191
],
[
191,
192
],
[
192,
193
],
[
193,
194
],
[
193,
195
],
[
192,
196
],
[
191,
197
],
[
193,
198
],
[
12,
199
],
[
199,
200
],
[
0,
201
],
[
201,
202
],
[
201,
203
]
] | [
"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\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tif((a <= 10000) && (a >= 1) && (b <= 10000) && (b >= 1) && (c <= 10000) && (c >= 1)){\n\n\t\t\tif((b < c) && (a < c)){\n\t\t\t\tif(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}\n\t\t\t}else if((a < b)&&(c < b)){\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\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[] s = str.split(\" \");\n\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tif((a <= 10000) && (a >= 1) && (b <= 10000) && (b >= 1) && (c <= 10000) && (c >= 1)){\n\n\t\t\tif((b < c) && (a < c)){\n\t\t\t\tif(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}\n\t\t\t}else if((a < b)&&(c < b)){\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tif((a <= 10000) && (a >= 1) && (b <= 10000) && (b >= 1) && (c <= 10000) && (c >= 1)){\n\n\t\t\tif((b < c) && (a < c)){\n\t\t\t\tif(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}\n\t\t\t}else if((a < b)&&(c < b)){\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tif((a <= 10000) && (a >= 1) && (b <= 10000) && (b >= 1) && (c <= 10000) && (c >= 1)){\n\n\t\t\tif((b < c) && (a < c)){\n\t\t\t\tif(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}\n\t\t\t}else if((a < b)&&(c < b)){\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] s = str.split(\" \");",
"s",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(s[0]);",
"a",
"Integer.parseInt(s[0])",
"Integer.parseInt",
"Integer",
"s[0]",
"s",
"0",
"int b = Integer.parseInt(s[1]);",
"b",
"Integer.parseInt(s[1])",
"Integer.parseInt",
"Integer",
"s[1]",
"s",
"1",
"int c = Integer.parseInt(s[2]);",
"c",
"Integer.parseInt(s[2])",
"Integer.parseInt",
"Integer",
"s[2]",
"s",
"2",
"if((a <= 10000) && (a >= 1) && (b <= 10000) && (b >= 1) && (c <= 10000) && (c >= 1)){\n\n\t\t\tif((b < c) && (a < c)){\n\t\t\t\tif(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}\n\t\t\t}else if((a < b)&&(c < b)){\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"(a <= 10000) && (a >= 1) && (b <= 10000) && (b >= 1) && (c <= 10000) && (c >= 1)",
"(c <= 10000)",
"(b >= 1)",
"(b <= 10000)",
"(a <= 10000) && (a >= 1) && (b <= 10000) && (b >= 1) && (c <= 10000) && (c >= 1)",
"(a <= 10000)",
"a",
"10000",
"(a >= 1)",
"a",
"1",
"(b <= 10000)",
"b",
"10000",
"(b >= 1)",
"b",
"1",
"(c <= 10000)",
"c",
"10000",
"(c >= 1)",
"c",
"1",
"{\n\n\t\t\tif((b < c) && (a < c)){\n\t\t\t\tif(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}\n\t\t\t}else if((a < b)&&(c < b)){\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"if((b < c) && (a < c)){\n\t\t\t\tif(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}\n\t\t\t}else if((a < b)&&(c < b)){\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}",
"(b < c) && (a < c)",
"(b < c)",
"b",
"c",
"(a < c)",
"a",
"c",
"{\n\t\t\t\tif(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}\n\t\t\t}",
"if(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\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\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\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 < b)&&(c < b)){\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}",
"(a < b)&&(c < b)",
"(a < b)",
"a",
"b",
"(c < b)",
"c",
"b",
"{\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}",
"if(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}",
"a > c",
"a",
"c",
"{\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\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\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\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\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}",
"if(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\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",
"{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\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",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tif((a <= 10000) && (a >= 1) && (b <= 10000) && (b >= 1) && (c <= 10000) && (c >= 1)){\n\n\t\t\tif((b < c) && (a < c)){\n\t\t\t\tif(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}\n\t\t\t}else if((a < b)&&(c < b)){\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tif((a <= 10000) && (a >= 1) && (b <= 10000) && (b >= 1) && (c <= 10000) && (c >= 1)){\n\n\t\t\tif((b < c) && (a < c)){\n\t\t\t\tif(a > b){\n\t\t\t\t\tSystem.out.println(b +\" \"+ a +\" \"+ c);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ b +\" \"+ c);\n\t\t\t\t}\n\t\t\t}else if((a < b)&&(c < b)){\n\t\t\t\tif(a > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ a +\" \"+ b);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(a +\" \"+ c +\" \"+ b);\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(b > c){\n\t\t\t\t\tSystem.out.println(c +\" \"+ b +\" \"+ a);\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(b +\" \"+ c +\" \"+ a);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] s = str.split(" ");
int a = Integer.parseInt(s[0]);
int b = Integer.parseInt(s[1]);
int c = Integer.parseInt(s[2]);
if((a <= 10000) && (a >= 1) && (b <= 10000) && (b >= 1) && (c <= 10000) && (c >= 1)){
if((b < c) && (a < c)){
if(a > b){
System.out.println(b +" "+ a +" "+ c);
}else{
System.out.println(a +" "+ b +" "+ c);
}
}else if((a < b)&&(c < b)){
if(a > c){
System.out.println(c +" "+ a +" "+ b);
}else{
System.out.println(a +" "+ c +" "+ b);
}
}else{
if(b > c){
System.out.println(c +" "+ b +" "+ a);
}else{
System.out.println(b +" "+ c +" "+ 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,
41,
13,
11,
1,
0,
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,
2,
17,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
91,
5
],
[
91,
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
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
36,
37
],
[
36,
38
],
[
31,
39
],
[
39,
40
],
[
40,
41
],
[
31,
42
],
[
43,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
48,
55
],
[
55,
56
],
[
55,
57
],
[
44,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
62,
69
],
[
69,
70
],
[
69,
71
],
[
8,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
81,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
79,
85
],
[
78,
86
],
[
81,
87
],
[
6,
88
],
[
88,
89
],
[
0,
90
],
[
90,
91
],
[
90,
92
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int c = scan.nextInt();\n\t\t int tmp,i;\n\t\t\tfor (i = 0; i <= 2; ++i){\n\t\t if(a > b){\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }\n\t\t\t else if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }\n\t\t}\n\t\t System.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\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int c = scan.nextInt();\n\t\t int tmp,i;\n\t\t\tfor (i = 0; i <= 2; ++i){\n\t\t if(a > b){\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }\n\t\t\t else if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }\n\t\t}\n\t\t System.out.println(\"\"+a+\" \"+b+\" \"+c);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int c = scan.nextInt();\n\t\t int tmp,i;\n\t\t\tfor (i = 0; i <= 2; ++i){\n\t\t if(a > b){\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }\n\t\t\t else if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }\n\t\t}\n\t\t System.out.println(\"\"+a+\" \"+b+\" \"+c);\n\t}",
"main",
"{\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int c = scan.nextInt();\n\t\t int tmp,i;\n\t\t\tfor (i = 0; i <= 2; ++i){\n\t\t if(a > b){\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }\n\t\t\t else if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }\n\t\t}\n\t\t System.out.println(\"\"+a+\" \"+b+\" \"+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",
"int tmp",
"tmp",
"i;",
"i",
"for (i = 0; i <= 2; ++i){\n\t\t if(a > b){\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }\n\t\t\t else if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }\n\t\t}",
"i = 0;",
"i = 0",
"i",
"0",
"i <= 2",
"i",
"2",
"++i",
"++i",
"i",
"{\n\t\t if(a > b){\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }\n\t\t\t else if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }\n\t\t}",
"{\n\t\t if(a > b){\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }\n\t\t\t else if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }\n\t\t}",
"if(a > b){\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }\n\t\t\t else if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }",
"a > b",
"a",
"b",
"{\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }",
"tmp = a",
"tmp",
"a",
"a = b",
"a",
"b",
"b = tmp",
"b",
"tmp",
"if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }",
"b > c",
"b",
"c",
"{\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }",
"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\tpublic static void main(String[] args){\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int c = scan.nextInt();\n\t\t int tmp,i;\n\t\t\tfor (i = 0; i <= 2; ++i){\n\t\t if(a > b){\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }\n\t\t\t else if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }\n\t\t}\n\t\t System.out.println(\"\"+a+\" \"+b+\" \"+c);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int c = scan.nextInt();\n\t\t int tmp,i;\n\t\t\tfor (i = 0; i <= 2; ++i){\n\t\t if(a > b){\n\t\t\t\t tmp = a;\n\t\t\t\t a = b;\n\t\t\t\t b = tmp;\n\t\t\t }\n\t\t\t else if(b > c){\n\t\t\t\t tmp = b;\n\t\t\t\t b = c;\n\t\t\t\t c = tmp;\n\t\t\t }\n\t\t}\n\t\t System.out.println(\"\"+a+\" \"+b+\" \"+c);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
int tmp,i;
for (i = 0; i <= 2; ++i){
if(a > b){
tmp = a;
a = b;
b = tmp;
}
else if(b > c){
tmp = b;
b = c;
c = tmp;
}
}
System.out.println(""+a+" "+b+" "+c);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
41,
13,
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,
18,
13,
13,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
18,
13,
13,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
142,
11
],
[
142,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
14,
30
],
[
30,
31
],
[
30,
32
],
[
33,
34
],
[
33,
35
],
[
14,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
36,
46
],
[
46,
47
],
[
47,
48
],
[
36,
49
],
[
50,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
14,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
61,
71
],
[
71,
72
],
[
72,
73
],
[
61,
74
],
[
75,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
80,
82
],
[
76,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
85,
87
],
[
76,
88
],
[
88,
89
],
[
89,
90
],
[
76,
91
],
[
92,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
98,
99
],
[
98,
100
],
[
93,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
104,
105
],
[
104,
106
],
[
101,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
111,
112
],
[
111,
113
],
[
101,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
114,
118
],
[
14,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
119,
124
],
[
127,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
126,
132
],
[
132,
133
],
[
132,
134
],
[
125,
135
],
[
127,
136
],
[
136,
137
],
[
136,
138
],
[
12,
139
],
[
139,
140
],
[
0,
141
],
[
141,
142
],
[
141,
143
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint num[] = new int[strArray.length];\n\n\t\tfor(int i=0; i<strArray.length; i++){\n\t\t\tnum[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\tfor(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\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}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint num[] = new int[strArray.length];\n\n\t\tfor(int i=0; i<strArray.length; i++){\n\t\t\tnum[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\tfor(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\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}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint num[] = new int[strArray.length];\n\n\t\tfor(int i=0; i<strArray.length; i++){\n\t\t\tnum[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\tfor(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\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}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint num[] = new int[strArray.length];\n\n\t\tfor(int i=0; i<strArray.length; i++){\n\t\t\tnum[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\tfor(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\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}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String strArray[] = str.split(\" \", 0);",
"strArray",
"str.split(\" \", 0)",
"str.split",
"str",
"\" \"",
"0",
"int num[] = new int[strArray.length];",
"num",
"new int[strArray.length]",
"strArray.length",
"strArray",
"strArray.length",
"for(int i=0; i<strArray.length; i++){\n\t\t\tnum[i] = Integer.parseInt(strArray[i]);\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<strArray.length",
"i",
"strArray.length",
"strArray",
"strArray.length",
"i++",
"i++",
"i",
"{\n\t\t\tnum[i] = Integer.parseInt(strArray[i]);\n\t\t}",
"{\n\t\t\tnum[i] = Integer.parseInt(strArray[i]);\n\t\t}",
"num[i] = Integer.parseInt(strArray[i])",
"num[i]",
"num",
"i",
"Integer.parseInt(strArray[i])",
"Integer.parseInt",
"Integer",
"strArray[i]",
"strArray",
"i",
"for(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int s=0;",
"int s=0;",
"s",
"0",
"s<num.length",
"s",
"num.length",
"num",
"num.length",
"s++",
"s++",
"s",
"{\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\n\t\t\t\t}\n\t\t\t}",
"int t=s+1;",
"int t=s+1;",
"t",
"s+1",
"s",
"1",
"t<num.length",
"t",
"num.length",
"num",
"num.length",
"t++",
"t++",
"t",
"{\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\n\t\t\t\t}\n\t\t\t}",
"if(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\n\t\t\t\t}",
"num[t] < num[s]",
"num[t]",
"num",
"t",
"num[s]",
"num",
"s",
"{\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\n\t\t\t\t}",
"int tmp = num[t];",
"tmp",
"num[t]",
"num",
"t",
"num[t] = num[s]",
"num[t]",
"num",
"t",
"num[s]",
"num",
"s",
"num[s] = tmp",
"num[s]",
"num",
"s",
"tmp",
"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\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint num[] = new int[strArray.length];\n\n\t\tfor(int i=0; i<strArray.length; i++){\n\t\t\tnum[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\tfor(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\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}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint num[] = new int[strArray.length];\n\n\t\tfor(int i=0; i<strArray.length; i++){\n\t\t\tnum[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\tfor(int s=0; s<num.length; s++){\n\t\t\tfor(int t=s+1; t<num.length; t++){\n\t\t\t\tif(num[t] < num[s]){\n\t\t\t\t\tint tmp = num[t];\n\t\t\t\t\tnum[t] = num[s];\n\t\t\t\t\tnum[s] = tmp;\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}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String strArray[] = str.split(" ", 0);
int num[] = new int[strArray.length];
for(int i=0; i<strArray.length; i++){
num[i] = Integer.parseInt(strArray[i]);
}
for(int s=0; s<num.length; s++){
for(int t=s+1; t<num.length; t++){
if(num[t] < num[s]){
int tmp = num[t];
num[t] = num[s];
num[s] = tmp;
}
}
}
System.out.println(num[0] + " " + num[1] + " " + num[2]);
}
} |
[
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,
14,
2,
2,
13,
13,
2,
13,
13,
30,
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
],
[
115,
5
],
[
115,
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
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
47,
55
],
[
55,
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
],
[
55,
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
],
[
55,
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
],
[
8,
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
],
[
6,
112
],
[
112,
113
],
[
0,
114
],
[
114,
115
],
[
114,
116
]
] | [
"import java.io.*;\n \npublic class Main {\n public static void main(String[] args)throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n int noThree = Integer.parseInt(cut[2]);\n \n \n if(noOne > noTwo || noTwo > noThree) {\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n if(noTwo > noThree){\n int temp = noTwo;\n noTwo = noThree;\n noThree = temp;\n }\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n }\n System.out.println(noOne + \" \" + noTwo + \" \" + noThree);\n \n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n public static void main(String[] args)throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n int noThree = Integer.parseInt(cut[2]);\n \n \n if(noOne > noTwo || noTwo > noThree) {\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n if(noTwo > noThree){\n int temp = noTwo;\n noTwo = noThree;\n noThree = temp;\n }\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n }\n System.out.println(noOne + \" \" + noTwo + \" \" + noThree);\n \n }\n}",
"Main",
"public static void main(String[] args)throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n int noThree = Integer.parseInt(cut[2]);\n \n \n if(noOne > noTwo || noTwo > noThree) {\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n if(noTwo > noThree){\n int temp = noTwo;\n noTwo = noThree;\n noThree = temp;\n }\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n }\n System.out.println(noOne + \" \" + noTwo + \" \" + noThree);\n \n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n int noThree = Integer.parseInt(cut[2]);\n \n \n if(noOne > noTwo || noTwo > noThree) {\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n if(noTwo > noThree){\n int temp = noTwo;\n noTwo = noThree;\n noThree = temp;\n }\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n }\n System.out.println(noOne + \" \" + noTwo + \" \" + noThree);\n \n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String input = br.readLine();",
"input",
"br.readLine()",
"br.readLine",
"br",
"String[] cut = input.split(\" \");",
"cut",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int noOne = Integer.parseInt(cut[0]);",
"noOne",
"Integer.parseInt(cut[0])",
"Integer.parseInt",
"Integer",
"cut[0]",
"cut",
"0",
"int noTwo = Integer.parseInt(cut[1]);",
"noTwo",
"Integer.parseInt(cut[1])",
"Integer.parseInt",
"Integer",
"cut[1]",
"cut",
"1",
"int noThree = Integer.parseInt(cut[2]);",
"noThree",
"Integer.parseInt(cut[2])",
"Integer.parseInt",
"Integer",
"cut[2]",
"cut",
"2",
"if(noOne > noTwo || noTwo > noThree) {\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n if(noTwo > noThree){\n int temp = noTwo;\n noTwo = noThree;\n noThree = temp;\n }\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n }",
"noOne > noTwo || noTwo > noThree",
"noOne > noTwo",
"noOne",
"noTwo",
"noTwo > noThree",
"noTwo",
"noThree",
"{\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n if(noTwo > noThree){\n int temp = noTwo;\n noTwo = noThree;\n noThree = temp;\n }\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n }",
"if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }",
"noOne > noTwo",
"noOne",
"noTwo",
"{\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }",
"int temp = noOne;",
"temp",
"noOne",
"noOne = noTwo",
"noOne",
"noTwo",
"noTwo = temp",
"noTwo",
"temp",
"if(noTwo > noThree){\n int temp = noTwo;\n noTwo = noThree;\n noThree = temp;\n }",
"noTwo > noThree",
"noTwo",
"noThree",
"{\n int temp = noTwo;\n noTwo = noThree;\n noThree = temp;\n }",
"int temp = noTwo;",
"temp",
"noTwo",
"noTwo = noThree",
"noTwo",
"noThree",
"noThree = temp",
"noThree",
"temp",
"if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }",
"noOne > noTwo",
"noOne",
"noTwo",
"{\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }",
"int temp = noOne;",
"temp",
"noOne",
"noOne = noTwo",
"noOne",
"noTwo",
"noTwo = temp",
"noTwo",
"temp",
"System.out.println(noOne + \" \" + noTwo + \" \" + noThree)",
"System.out.println",
"System.out",
"System",
"System.out",
"noOne + \" \" + noTwo + \" \" + noThree",
"\" \"",
"noTwo",
"noOne + \" \" + noTwo + \" \" + noThree",
"noOne",
"\" \"",
"noTwo",
"\" \"",
"noThree",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args)throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n int noThree = Integer.parseInt(cut[2]);\n \n \n if(noOne > noTwo || noTwo > noThree) {\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n if(noTwo > noThree){\n int temp = noTwo;\n noTwo = noThree;\n noThree = temp;\n }\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n }\n System.out.println(noOne + \" \" + noTwo + \" \" + noThree);\n \n }\n}",
"public class Main {\n public static void main(String[] args)throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String[] cut = input.split(\" \");\n int noOne = Integer.parseInt(cut[0]);\n int noTwo = Integer.parseInt(cut[1]);\n int noThree = Integer.parseInt(cut[2]);\n \n \n if(noOne > noTwo || noTwo > noThree) {\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n if(noTwo > noThree){\n int temp = noTwo;\n noTwo = noThree;\n noThree = temp;\n }\n if(noOne > noTwo){\n int temp = noOne;\n noOne = noTwo;\n noTwo = temp;\n }\n }\n System.out.println(noOne + \" \" + noTwo + \" \" + noThree);\n \n }\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args)throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String input = br.readLine();
String[] cut = input.split(" ");
int noOne = Integer.parseInt(cut[0]);
int noTwo = Integer.parseInt(cut[1]);
int noThree = Integer.parseInt(cut[2]);
if(noOne > noTwo || noTwo > noThree) {
if(noOne > noTwo){
int temp = noOne;
noOne = noTwo;
noTwo = temp;
}
if(noTwo > noThree){
int temp = noTwo;
noTwo = noThree;
noThree = temp;
}
if(noOne > noTwo){
int temp = noOne;
noOne = noTwo;
noTwo = temp;
}
}
System.out.println(noOne + " " + noTwo + " " + noThree);
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.