node_ids
sequencelengths 4
1.4k
| edge_index
sequencelengths 1
2.22k
| text
sequencelengths 4
1.4k
| source
stringlengths 14
427k
|
---|---|---|---|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
20,
17,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
4,
18,
13,
30,
0,
13,
20,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
4,
18,
13,
18,
13,
13,
14,
2,
13,
2,
18,
13,
13,
17,
30,
4,
18,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
106,
5
],
[
106,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
16,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
16,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
41,
43
],
[
34,
44
],
[
44,
45
],
[
45,
46
],
[
34,
47
],
[
48,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
30,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
30,
60
],
[
60,
61
],
[
60,
62
],
[
30,
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
],
[
78,
81
],
[
81,
82
],
[
81,
83
],
[
77,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
84,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
93,
96
],
[
30,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
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 Scanner scan = null;\n\tint[] num = new int[3];\n\ttry {\n\t scan = new Scanner(System.in);\n\t for (int i = 0; i < num.length; i++) {\n\t\tnum[i] = scan.nextInt();\n\t }\n\t Arrays.sort(num);\n\t StringBuffer sortlist = new StringBuffer();\n\t\tfor (int i = 0; i < num.length; i++) {\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}\n\t System.out.println(sortlist);\n\t} catch (InputMismatchException e) {\n\t System.out.println(e);\n\t} finally {\n\t scan.close();\n\t}\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = null;\n\tint[] num = new int[3];\n\ttry {\n\t scan = new Scanner(System.in);\n\t for (int i = 0; i < num.length; i++) {\n\t\tnum[i] = scan.nextInt();\n\t }\n\t Arrays.sort(num);\n\t StringBuffer sortlist = new StringBuffer();\n\t\tfor (int i = 0; i < num.length; i++) {\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}\n\t System.out.println(sortlist);\n\t} catch (InputMismatchException e) {\n\t System.out.println(e);\n\t} finally {\n\t scan.close();\n\t}\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = null;\n\tint[] num = new int[3];\n\ttry {\n\t scan = new Scanner(System.in);\n\t for (int i = 0; i < num.length; i++) {\n\t\tnum[i] = scan.nextInt();\n\t }\n\t Arrays.sort(num);\n\t StringBuffer sortlist = new StringBuffer();\n\t\tfor (int i = 0; i < num.length; i++) {\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}\n\t System.out.println(sortlist);\n\t} catch (InputMismatchException e) {\n\t System.out.println(e);\n\t} finally {\n\t scan.close();\n\t}\n }",
"main",
"{\n Scanner scan = null;\n\tint[] num = new int[3];\n\ttry {\n\t scan = new Scanner(System.in);\n\t for (int i = 0; i < num.length; i++) {\n\t\tnum[i] = scan.nextInt();\n\t }\n\t Arrays.sort(num);\n\t StringBuffer sortlist = new StringBuffer();\n\t\tfor (int i = 0; i < num.length; i++) {\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}\n\t System.out.println(sortlist);\n\t} catch (InputMismatchException e) {\n\t System.out.println(e);\n\t} finally {\n\t scan.close();\n\t}\n }",
"Scanner scan = null;",
"scan",
"null",
"int[] num = new int[3];",
"num",
"new int[3]",
"3",
"try {\n\t scan = new Scanner(System.in);\n\t for (int i = 0; i < num.length; i++) {\n\t\tnum[i] = scan.nextInt();\n\t }\n\t Arrays.sort(num);\n\t StringBuffer sortlist = new StringBuffer();\n\t\tfor (int i = 0; i < num.length; i++) {\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}\n\t System.out.println(sortlist);\n\t} catch (InputMismatchException e) {\n\t System.out.println(e);\n\t} finally {\n\t scan.close();\n\t}",
"catch (InputMismatchException e) {\n\t System.out.println(e);\n\t}",
"InputMismatchException e",
"{\n\t System.out.println(e);\n\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n\t scan.close();\n\t}",
"scan.close()",
"scan.close",
"scan",
"{\n\t scan = new Scanner(System.in);\n\t for (int i = 0; i < num.length; i++) {\n\t\tnum[i] = scan.nextInt();\n\t }\n\t Arrays.sort(num);\n\t StringBuffer sortlist = new StringBuffer();\n\t\tfor (int i = 0; i < num.length; i++) {\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}\n\t System.out.println(sortlist);\n\t}",
"scan = new Scanner(System.in)",
"scan",
"new Scanner(System.in)",
"for (int i = 0; i < num.length; i++) {\n\t\tnum[i] = scan.nextInt();\n\t }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < num.length",
"i",
"num.length",
"num",
"num.length",
"i++",
"i++",
"i",
"{\n\t\tnum[i] = scan.nextInt();\n\t }",
"{\n\t\tnum[i] = scan.nextInt();\n\t }",
"num[i] = scan.nextInt()",
"num[i]",
"num",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"Arrays.sort(num)",
"Arrays.sort",
"Arrays",
"num",
"StringBuffer sortlist = new StringBuffer();",
"sortlist",
"new StringBuffer()",
"for (int i = 0; i < num.length; i++) {\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < num.length",
"i",
"num.length",
"num",
"num.length",
"i++",
"i++",
"i",
"{\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}",
"{\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}",
"sortlist.append(num[i])",
"sortlist.append",
"sortlist",
"num[i]",
"num",
"i",
"if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }",
"i < num.length - 1",
"i",
"num.length - 1",
"num.length",
"num",
"num.length",
"1",
"{\n\t\t\tsortlist.append(\" \");\n\t\t }",
"sortlist.append(\" \")",
"sortlist.append",
"sortlist",
"\" \"",
"System.out.println(sortlist)",
"System.out.println",
"System.out",
"System",
"System.out",
"sortlist",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = null;\n\tint[] num = new int[3];\n\ttry {\n\t scan = new Scanner(System.in);\n\t for (int i = 0; i < num.length; i++) {\n\t\tnum[i] = scan.nextInt();\n\t }\n\t Arrays.sort(num);\n\t StringBuffer sortlist = new StringBuffer();\n\t\tfor (int i = 0; i < num.length; i++) {\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}\n\t System.out.println(sortlist);\n\t} catch (InputMismatchException e) {\n\t System.out.println(e);\n\t} finally {\n\t scan.close();\n\t}\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = null;\n\tint[] num = new int[3];\n\ttry {\n\t scan = new Scanner(System.in);\n\t for (int i = 0; i < num.length; i++) {\n\t\tnum[i] = scan.nextInt();\n\t }\n\t Arrays.sort(num);\n\t StringBuffer sortlist = new StringBuffer();\n\t\tfor (int i = 0; i < num.length; i++) {\n\t\t sortlist.append(num[i]);\n\t\t if (i < num.length - 1) {\n\t\t\tsortlist.append(\" \");\n\t\t }\n\t\t}\n\t System.out.println(sortlist);\n\t} catch (InputMismatchException e) {\n\t System.out.println(e);\n\t} finally {\n\t scan.close();\n\t}\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner scan = null;
int[] num = new int[3];
try {
scan = new Scanner(System.in);
for (int i = 0; i < num.length; i++) {
num[i] = scan.nextInt();
}
Arrays.sort(num);
StringBuffer sortlist = new StringBuffer();
for (int i = 0; i < num.length; i++) {
sortlist.append(num[i]);
if (i < num.length - 1) {
sortlist.append(" ");
}
}
System.out.println(sortlist);
} catch (InputMismatchException e) {
System.out.println(e);
} finally {
scan.close();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
41,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
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
],
[
8,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
18,
23
],
[
23,
24
],
[
23,
25
],
[
18,
26
],
[
26,
27
],
[
27,
28
],
[
18,
29
],
[
30,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
36,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
43,
44
],
[
43,
45
],
[
38,
46
],
[
46,
47
],
[
47,
48
],
[
38,
49
],
[
50,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
56,
57
],
[
56,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
51,
62
],
[
63,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
69,
71
],
[
64,
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
],
[
72,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
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
]
] | [
"import java.util.Scanner;\nclass Main{\n\n\tpublic static void main(String[] args){\nScanner sc=new Scanner(System.in);\nint num[]=new int[3];\nint tai;\n\n\nfor(int i=0;i<3;i++){\n\tnum[i]=sc.nextInt();\n}\n\nfor(int i=0;i<3;i++){\n\tfor(int j=0;j<3;j++){\n\t\tif(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}\n\t}\n}\n\nSystem.out.println(num[2]+\" \"+num[1]+\" \"+num[0]);\n\n\n}\n}\n ",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\n\tpublic static void main(String[] args){\nScanner sc=new Scanner(System.in);\nint num[]=new int[3];\nint tai;\n\n\nfor(int i=0;i<3;i++){\n\tnum[i]=sc.nextInt();\n}\n\nfor(int i=0;i<3;i++){\n\tfor(int j=0;j<3;j++){\n\t\tif(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}\n\t}\n}\n\nSystem.out.println(num[2]+\" \"+num[1]+\" \"+num[0]);\n\n\n}\n}",
"Main",
"public static void main(String[] args){\nScanner sc=new Scanner(System.in);\nint num[]=new int[3];\nint tai;\n\n\nfor(int i=0;i<3;i++){\n\tnum[i]=sc.nextInt();\n}\n\nfor(int i=0;i<3;i++){\n\tfor(int j=0;j<3;j++){\n\t\tif(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}\n\t}\n}\n\nSystem.out.println(num[2]+\" \"+num[1]+\" \"+num[0]);\n\n\n}",
"main",
"{\nScanner sc=new Scanner(System.in);\nint num[]=new int[3];\nint tai;\n\n\nfor(int i=0;i<3;i++){\n\tnum[i]=sc.nextInt();\n}\n\nfor(int i=0;i<3;i++){\n\tfor(int j=0;j<3;j++){\n\t\tif(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}\n\t}\n}\n\nSystem.out.println(num[2]+\" \"+num[1]+\" \"+num[0]);\n\n\n}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int num[]=new int[3];",
"num",
"new int[3]",
"3",
"int tai;",
"tai",
"for(int i=0;i<3;i++){\n\tnum[i]=sc.nextInt();\n}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\tnum[i]=sc.nextInt();\n}",
"{\n\tnum[i]=sc.nextInt();\n}",
"num[i]=sc.nextInt()",
"num[i]",
"num",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"for(int i=0;i<3;i++){\n\tfor(int j=0;j<3;j++){\n\t\tif(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}\n\t}\n}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\tfor(int j=0;j<3;j++){\n\t\tif(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}\n\t}\n}",
"{\n\tfor(int j=0;j<3;j++){\n\t\tif(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}\n\t}\n}",
"for(int j=0;j<3;j++){\n\t\tif(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}\n\t}",
"int j=0;",
"int j=0;",
"j",
"0",
"j<3",
"j",
"3",
"j++",
"j++",
"j",
"{\n\t\tif(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}\n\t}",
"{\n\t\tif(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}\n\t}",
"if(num[i]>num[j]){\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}",
"num[i]>num[j]",
"num[i]",
"num",
"i",
"num[j]",
"num",
"j",
"{\n\t\t\ttai=num[i];\n\t\t\tnum[i]=num[j];\n\t\t\tnum[j]=tai;\n\t\t\t\n\t\t}",
"tai=num[i]",
"tai",
"num[i]",
"num",
"i",
"num[i]=num[j]",
"num[i]",
"num",
"i",
"num[j]",
"num",
"j",
"num[j]=tai",
"num[j]",
"num",
"j",
"tai",
"System.out.println(num[2]+\" \"+num[1]+\" \"+num[0])",
"System.out.println",
"System.out",
"System",
"System.out",
"num[2]+\" \"+num[1]+\" \"+num[0]",
"\" \"",
"num[1]",
"num[2]+\" \"+num[1]+\" \"+num[0]",
"num[2]",
"num",
"2",
"\" \"",
"num[1]",
"num",
"1",
"\" \"",
"num[0]",
"num",
"0",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner sc=new Scanner(System.in);
int num[]=new int[3];
int tai;
for(int i=0;i<3;i++){
num[i]=sc.nextInt();
}
for(int i=0;i<3;i++){
for(int j=0;j<3;j++){
if(num[i]>num[j]){
tai=num[i];
num[i]=num[j];
num[j]=tai;
}
}
}
System.out.println(num[2]+" "+num[1]+" "+num[0]);
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
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
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
14,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
51,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
49,
55
],
[
51,
56
],
[
38,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
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
],
[
57,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
85,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
83,
89
],
[
85,
90
],
[
33,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
109,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
107,
113
],
[
109,
114
],
[
96,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
115,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
120,
125
],
[
128,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
126,
132
],
[
128,
133
],
[
115,
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
],
[
4,
149
],
[
149,
150
],
[
149,
151
],
[
151,
152
],
[
152,
153
],
[
153,
154
],
[
149,
155
],
[
155,
156
]
] | [
"import java.util.Scanner;\nclass Main{\n int a,b,c;\n public void solve(){\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n if (a < b){\n if (b < c){\n System.out.println(a + \" \" + b + \" \" + c);\n }else if(a < c){\n System.out.println(a + \" \" + c + \" \" + b);\n }else{\n System.out.println(c + \" \" + a + \" \" + b);\n }\n }else if(b < a){\n if(a < c){\n System.out.println(b + \" \" + a + \" \" + c);\n }else if(b < c){\n System.out.println(b + \" \" + c + \" \" + a);\n }else{\n System.out.println(c + \" \" + b + \" \" + a);\n }\n }\n }\n public static void main(String[] args){\n new Main().solve(); \n }\n \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n int a,b,c;\n public void solve(){\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n if (a < b){\n if (b < c){\n System.out.println(a + \" \" + b + \" \" + c);\n }else if(a < c){\n System.out.println(a + \" \" + c + \" \" + b);\n }else{\n System.out.println(c + \" \" + a + \" \" + b);\n }\n }else if(b < a){\n if(a < c){\n System.out.println(b + \" \" + a + \" \" + c);\n }else if(b < c){\n System.out.println(b + \" \" + c + \" \" + a);\n }else{\n System.out.println(c + \" \" + b + \" \" + a);\n }\n }\n }\n public static void main(String[] args){\n new Main().solve(); \n }\n \n}",
"Main",
"int a",
"a",
"b",
"b",
"c;",
"c",
"public void solve(){\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n if (a < b){\n if (b < c){\n System.out.println(a + \" \" + b + \" \" + c);\n }else if(a < c){\n System.out.println(a + \" \" + c + \" \" + b);\n }else{\n System.out.println(c + \" \" + a + \" \" + b);\n }\n }else if(b < a){\n if(a < c){\n System.out.println(b + \" \" + a + \" \" + c);\n }else if(b < c){\n System.out.println(b + \" \" + c + \" \" + a);\n }else{\n System.out.println(c + \" \" + b + \" \" + a);\n }\n }\n }",
"solve",
"{\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n if (a < b){\n if (b < c){\n System.out.println(a + \" \" + b + \" \" + c);\n }else if(a < c){\n System.out.println(a + \" \" + c + \" \" + b);\n }else{\n System.out.println(c + \" \" + a + \" \" + b);\n }\n }else if(b < a){\n if(a < c){\n System.out.println(b + \" \" + a + \" \" + c);\n }else if(b < c){\n System.out.println(b + \" \" + c + \" \" + a);\n }else{\n System.out.println(c + \" \" + b + \" \" + a);\n }\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"a = sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b = sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"c = sc.nextInt()",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (a < b){\n if (b < c){\n System.out.println(a + \" \" + b + \" \" + c);\n }else if(a < c){\n System.out.println(a + \" \" + c + \" \" + b);\n }else{\n System.out.println(c + \" \" + a + \" \" + b);\n }\n }else if(b < a){\n if(a < c){\n System.out.println(b + \" \" + a + \" \" + c);\n }else if(b < c){\n System.out.println(b + \" \" + c + \" \" + a);\n }else{\n System.out.println(c + \" \" + b + \" \" + a);\n }\n }",
"a < b",
"a",
"b",
"{\n if (b < c){\n System.out.println(a + \" \" + b + \" \" + c);\n }else if(a < c){\n System.out.println(a + \" \" + c + \" \" + b);\n }else{\n System.out.println(c + \" \" + a + \" \" + b);\n }\n }",
"if (b < c){\n System.out.println(a + \" \" + b + \" \" + c);\n }else if(a < c){\n System.out.println(a + \" \" + c + \" \" + b);\n }else{\n System.out.println(c + \" \" + a + \" \" + b);\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",
"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",
"if(b < a){\n if(a < c){\n System.out.println(b + \" \" + a + \" \" + c);\n }else if(b < c){\n System.out.println(b + \" \" + c + \" \" + a);\n }else{\n System.out.println(c + \" \" + b + \" \" + a);\n }\n }",
"b < a",
"b",
"a",
"{\n if(a < c){\n System.out.println(b + \" \" + a + \" \" + c);\n }else if(b < c){\n System.out.println(b + \" \" + c + \" \" + a);\n }else{\n System.out.println(c + \" \" + b + \" \" + a);\n }\n }",
"if(a < c){\n System.out.println(b + \" \" + a + \" \" + c);\n }else if(b < c){\n System.out.println(b + \" \" + c + \" \" + a);\n }else{\n System.out.println(c + \" \" + b + \" \" + 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",
"if(b < c){\n System.out.println(b + \" \" + c + \" \" + a);\n }else{\n System.out.println(c + \" \" + b + \" \" + a);\n }",
"b < c",
"b",
"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",
"{\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",
"public static void main(String[] args){\n new Main().solve(); \n }",
"main",
"{\n new Main().solve(); \n }",
"new Main().solve()",
"new Main().solve",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
int a,b,c;
public void solve(){
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
c = sc.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 < a){
if(a < c){
System.out.println(b + " " + a + " " + c);
}else if(b < c){
System.out.println(b + " " + c + " " + a);
}else{
System.out.println(c + " " + b + " " + a);
}
}
}
public static void main(String[] args){
new Main().solve();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
110,
14
],
[
110,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
24,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
24,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
17,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
17,
49
],
[
49,
50
],
[
49,
51
],
[
17,
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
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
70,
71
],
[
70,
72
],
[
17,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
77,
80
],
[
80,
81
],
[
80,
82
],
[
17,
83
],
[
83,
84
],
[
84,
85
],
[
83,
86
],
[
17,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
95,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
94,
100
],
[
100,
101
],
[
100,
102
],
[
93,
103
],
[
95,
104
],
[
104,
105
],
[
104,
106
],
[
15,
107
],
[
107,
108
],
[
0,
109
],
[
109,
110
],
[
109,
111
]
] | [
"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[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] ab = x.split(\" \");\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = Integer.parseInt(ab[0]);\n\t\ta[1] = Integer.parseInt(ab[1]);\n\t\ta[2] = Integer.parseInt(ab[2]);\n\t\t\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[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[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] ab = x.split(\" \");\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = Integer.parseInt(ab[0]);\n\t\ta[1] = Integer.parseInt(ab[1]);\n\t\ta[2] = Integer.parseInt(ab[2]);\n\t\t\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] ab = x.split(\" \");\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = Integer.parseInt(ab[0]);\n\t\ta[1] = Integer.parseInt(ab[1]);\n\t\ta[2] = Integer.parseInt(ab[2]);\n\t\t\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] ab = x.split(\" \");\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = Integer.parseInt(ab[0]);\n\t\ta[1] = Integer.parseInt(ab[1]);\n\t\ta[2] = Integer.parseInt(ab[2]);\n\t\t\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String x = \"\";",
"x",
"\"\"",
"try {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"NumberFormatException e",
"{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tx = in.readLine();\n\t\t}",
"x = in.readLine()",
"x",
"in.readLine()",
"in.readLine",
"in",
"String[] ab = x.split(\" \");",
"ab",
"x.split(\" \")",
"x.split",
"x",
"\" \"",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"a[0] = Integer.parseInt(ab[0])",
"a[0]",
"a",
"0",
"Integer.parseInt(ab[0])",
"Integer.parseInt",
"Integer",
"ab[0]",
"ab",
"0",
"a[1] = Integer.parseInt(ab[1])",
"a[1]",
"a",
"1",
"Integer.parseInt(ab[1])",
"Integer.parseInt",
"Integer",
"ab[1]",
"ab",
"1",
"a[2] = Integer.parseInt(ab[2])",
"a[2]",
"a",
"2",
"Integer.parseInt(ab[2])",
"Integer.parseInt",
"Integer",
"ab[2]",
"ab",
"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\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] ab = x.split(\" \");\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = Integer.parseInt(ab[0]);\n\t\ta[1] = Integer.parseInt(ab[1]);\n\t\ta[2] = Integer.parseInt(ab[2]);\n\t\t\n\t\tArrays.sort(a);\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\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] ab = x.split(\" \");\n\t\t\n\t\tint[] a = new int[3];\n\t\ta[0] = Integer.parseInt(ab[0]);\n\t\ta[1] = Integer.parseInt(ab[1]);\n\t\ta[2] = Integer.parseInt(ab[2]);\n\t\t\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[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[] args) {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String x = "";
try {
x = in.readLine();
} catch (NumberFormatException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
String[] ab = x.split(" ");
int[] a = new int[3];
a[0] = Integer.parseInt(ab[0]);
a[1] = Integer.parseInt(ab[1]);
a[2] = Integer.parseInt(ab[2]);
Arrays.sort(a);
System.out.println(a[0] + " " + a[1] + " " + a[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
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,
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
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
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
],
[
48,
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
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main{\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\n\t\tStringTokenizer st = new StringTokenizer(str,\" \");\n\n\t\tint ar[] = new int[3];\n\n\t\tfor (int i=0;i<3;i++){\n\t\t\t ar[i] = Integer.parseInt(st.nextToken());\n\t\t}\n\t\t\n\t\tArrays.sort(ar);\t\t\t\n\t\tSystem.out.println(ar[0] +\" \"+ar[1]+\" \"+ar[2] );\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\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\n\t\tStringTokenizer st = new StringTokenizer(str,\" \");\n\n\t\tint ar[] = new int[3];\n\n\t\tfor (int i=0;i<3;i++){\n\t\t\t ar[i] = Integer.parseInt(st.nextToken());\n\t\t}\n\t\t\n\t\tArrays.sort(ar);\t\t\t\n\t\tSystem.out.println(ar[0] +\" \"+ar[1]+\" \"+ar[2] );\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\n\t\tStringTokenizer st = new StringTokenizer(str,\" \");\n\n\t\tint ar[] = new int[3];\n\n\t\tfor (int i=0;i<3;i++){\n\t\t\t ar[i] = Integer.parseInt(st.nextToken());\n\t\t}\n\t\t\n\t\tArrays.sort(ar);\t\t\t\n\t\tSystem.out.println(ar[0] +\" \"+ar[1]+\" \"+ar[2] );\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\n\t\tStringTokenizer st = new StringTokenizer(str,\" \");\n\n\t\tint ar[] = new int[3];\n\n\t\tfor (int i=0;i<3;i++){\n\t\t\t ar[i] = Integer.parseInt(st.nextToken());\n\t\t}\n\t\t\n\t\tArrays.sort(ar);\t\t\t\n\t\tSystem.out.println(ar[0] +\" \"+ar[1]+\" \"+ar[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",
"StringTokenizer st = new StringTokenizer(str,\" \");",
"st",
"new StringTokenizer(str,\" \")",
"int ar[] = new int[3];",
"ar",
"new int[3]",
"3",
"for (int i=0;i<3;i++){\n\t\t\t ar[i] = Integer.parseInt(st.nextToken());\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\t ar[i] = Integer.parseInt(st.nextToken());\n\t\t}",
"{\n\t\t\t ar[i] = Integer.parseInt(st.nextToken());\n\t\t}",
"ar[i] = Integer.parseInt(st.nextToken())",
"ar[i]",
"ar",
"i",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"Arrays.sort(ar)",
"Arrays.sort",
"Arrays",
"ar",
"System.out.println(ar[0] +\" \"+ar[1]+\" \"+ar[2] )",
"System.out.println",
"System.out",
"System",
"System.out",
"ar[0] +\" \"+ar[1]+\" \"+ar[2]",
"\" \"",
"ar[1]",
"ar[0] +\" \"+ar[1]+\" \"+ar[2]",
"ar[0]",
"ar",
"0",
"\" \"",
"ar[1]",
"ar",
"1",
"\" \"",
"ar[2]",
"ar",
"2",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
StringTokenizer st = new StringTokenizer(str," ");
int ar[] = new int[3];
for (int i=0;i<3;i++){
ar[i] = Integer.parseInt(st.nextToken());
}
Arrays.sort(ar);
System.out.println(ar[0] +" "+ar[1]+" "+ar[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,
17,
13,
13,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
13,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
13,
13,
13,
30,
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
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
37,
43
],
[
37,
44
],
[
37,
45
],
[
32,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
51,
57
],
[
51,
58
],
[
51,
59
],
[
46,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
61,
67
],
[
61,
68
],
[
61,
69
],
[
27,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
76,
82
],
[
76,
83
],
[
76,
84
],
[
71,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
90,
96
],
[
90,
97
],
[
90,
98
],
[
85,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
100,
105
],
[
100,
106
],
[
100,
107
],
[
100,
108
],
[
6,
109
],
[
109,
110
]
] | [
"import java.util.Scanner;\n class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n \n if (a < b){\n \tif(b<c){\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,b,c);\n\n \t}\n \telse if(c<a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,a,b);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,c,b);\n\n \t}\n \t \n }\n else{\n \t \tif(c<b){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,b,a);\n\n \t}\n \telse if(c>a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,a,c);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,c,a);\n\n \t}\n\n }\n }\n }",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n \n if (a < b){\n \tif(b<c){\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,b,c);\n\n \t}\n \telse if(c<a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,a,b);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,c,b);\n\n \t}\n \t \n }\n else{\n \t \tif(c<b){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,b,a);\n\n \t}\n \telse if(c>a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,a,c);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,c,a);\n\n \t}\n\n }\n }\n }",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n \n if (a < b){\n \tif(b<c){\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,b,c);\n\n \t}\n \telse if(c<a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,a,b);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,c,b);\n\n \t}\n \t \n }\n else{\n \t \tif(c<b){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,b,a);\n\n \t}\n \telse if(c>a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,a,c);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,c,a);\n\n \t}\n\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n \n if (a < b){\n \tif(b<c){\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,b,c);\n\n \t}\n \telse if(c<a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,a,b);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,c,b);\n\n \t}\n \t \n }\n else{\n \t \tif(c<b){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,b,a);\n\n \t}\n \telse if(c>a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,a,c);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,c,a);\n\n \t}\n\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b = sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (a < b){\n \tif(b<c){\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,b,c);\n\n \t}\n \telse if(c<a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,a,b);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,c,b);\n\n \t}\n \t \n }\n else{\n \t \tif(c<b){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,b,a);\n\n \t}\n \telse if(c>a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,a,c);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,c,a);\n\n \t}\n\n }",
"a < b",
"a",
"b",
"{\n \tif(b<c){\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,b,c);\n\n \t}\n \telse if(c<a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,a,b);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,c,b);\n\n \t}\n \t \n }",
"if(b<c){\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,b,c);\n\n \t}\n \telse if(c<a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,a,b);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,c,b);\n\n \t}",
"b<c",
"b",
"c",
"{\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,b,c);\n\n \t}",
"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(c<a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,a,b);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,c,b);\n\n \t}",
"c<a",
"c",
"a",
"{\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,a,b);\n\n \t}",
"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",
"{\n \t\tSystem.out.printf(\"%d %d %d\\n\",a,c,b);\n\n \t}",
"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",
"{\n \t \tif(c<b){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,b,a);\n\n \t}\n \telse if(c>a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,a,c);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,c,a);\n\n \t}\n\n }",
"if(c<b){\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,b,a);\n\n \t}\n \telse if(c>a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,a,c);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,c,a);\n\n \t}",
"c<b",
"c",
"b",
"{\n \t\tSystem.out.printf(\"%d %d %d\\n\",c,b,a);\n\n \t}",
"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",
"if(c>a){\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,a,c);\n\n \t}\n \telse{\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,c,a);\n\n \t}",
"c>a",
"c",
"a",
"{\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,a,c);\n\n \t}",
"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",
"{\n \t\tSystem.out.printf(\"%d %d %d\\n\",b,c,a);\n\n \t}",
"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",
"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(), b = sc.nextInt(), c = sc.nextInt();
if (a < b){
if(b<c){
System.out.printf("%d %d %d\n",a,b,c);
}
else if(c<a){
System.out.printf("%d %d %d\n",c,a,b);
}
else{
System.out.printf("%d %d %d\n",a,c,b);
}
}
else{
if(c<b){
System.out.printf("%d %d %d\n",c,b,a);
}
else if(c>a){
System.out.printf("%d %d %d\n",b,a,c);
}
else{
System.out.printf("%d %d %d\n",b,c,a);
}
}
}
} |
[
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,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
73,
5
],
[
73,
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
],
[
43,
44
],
[
43,
45
],
[
38,
46
],
[
46,
47
],
[
47,
48
],
[
38,
49
],
[
50,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
51,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
6,
70
],
[
70,
71
],
[
0,
72
],
[
72,
73
],
[
72,
74
]
] | [
"import java.util.*;\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> a = new ArrayList<Integer>();\t\n\t\tfor(int i = 0; i < 3; ++i)\n\t\t{\n\t\t\ta.add(sc.nextInt());\n\t\t}\n\t\tCollections.sort(a);\n\t\tfor(int i = 0; i < 2; ++i)\n\t\t{\n\t\t\tSystem.out.printf(\"%d \", a.get(i));\n\t\t}\n\t\tSystem.out.println(a.get(2));\n\t}\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> a = new ArrayList<Integer>();\t\n\t\tfor(int i = 0; i < 3; ++i)\n\t\t{\n\t\t\ta.add(sc.nextInt());\n\t\t}\n\t\tCollections.sort(a);\n\t\tfor(int i = 0; i < 2; ++i)\n\t\t{\n\t\t\tSystem.out.printf(\"%d \", a.get(i));\n\t\t}\n\t\tSystem.out.println(a.get(2));\n\t}\n}",
"Main",
"public static void main(String[] args) \n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> a = new ArrayList<Integer>();\t\n\t\tfor(int i = 0; i < 3; ++i)\n\t\t{\n\t\t\ta.add(sc.nextInt());\n\t\t}\n\t\tCollections.sort(a);\n\t\tfor(int i = 0; i < 2; ++i)\n\t\t{\n\t\t\tSystem.out.printf(\"%d \", a.get(i));\n\t\t}\n\t\tSystem.out.println(a.get(2));\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tList<Integer> a = new ArrayList<Integer>();\t\n\t\tfor(int i = 0; i < 3; ++i)\n\t\t{\n\t\t\ta.add(sc.nextInt());\n\t\t}\n\t\tCollections.sort(a);\n\t\tfor(int i = 0; i < 2; ++i)\n\t\t{\n\t\t\tSystem.out.printf(\"%d \", a.get(i));\n\t\t}\n\t\tSystem.out.println(a.get(2));\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"List<Integer> a = new ArrayList<Integer>();",
"a",
"new ArrayList<Integer>()",
"for(int i = 0; i < 3; ++i)\n\t\t{\n\t\t\ta.add(sc.nextInt());\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"++i",
"++i",
"i",
"{\n\t\t\ta.add(sc.nextInt());\n\t\t}",
"{\n\t\t\ta.add(sc.nextInt());\n\t\t}",
"a.add(sc.nextInt())",
"a.add",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Collections.sort(a)",
"Collections.sort",
"Collections",
"a",
"for(int i = 0; i < 2; ++i)\n\t\t{\n\t\t\tSystem.out.printf(\"%d \", a.get(i));\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 2",
"i",
"2",
"++i",
"++i",
"i",
"{\n\t\t\tSystem.out.printf(\"%d \", a.get(i));\n\t\t}",
"{\n\t\t\tSystem.out.printf(\"%d \", a.get(i));\n\t\t}",
"System.out.printf(\"%d \", a.get(i))",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d \"",
"a.get(i)",
"a.get",
"a",
"i",
"System.out.println(a.get(2))",
"System.out.println",
"System.out",
"System",
"System.out",
"a.get(2)",
"a.get",
"a",
"2",
"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> a = new ArrayList<Integer>();\t\n\t\tfor(int i = 0; i < 3; ++i)\n\t\t{\n\t\t\ta.add(sc.nextInt());\n\t\t}\n\t\tCollections.sort(a);\n\t\tfor(int i = 0; i < 2; ++i)\n\t\t{\n\t\t\tSystem.out.printf(\"%d \", a.get(i));\n\t\t}\n\t\tSystem.out.println(a.get(2));\n\t}\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> a = new ArrayList<Integer>();\t\n\t\tfor(int i = 0; i < 3; ++i)\n\t\t{\n\t\t\ta.add(sc.nextInt());\n\t\t}\n\t\tCollections.sort(a);\n\t\tfor(int i = 0; i < 2; ++i)\n\t\t{\n\t\t\tSystem.out.printf(\"%d \", a.get(i));\n\t\t}\n\t\tSystem.out.println(a.get(2));\n\t}\n}",
"Main"
] | import java.util.*;
public class Main
{
public static void main(String[] args)
{
Scanner sc = new Scanner(System.in);
List<Integer> a = new ArrayList<Integer>();
for(int i = 0; i < 3; ++i)
{
a.add(sc.nextInt());
}
Collections.sort(a);
for(int i = 0; i < 2; ++i)
{
System.out.printf("%d ", a.get(i));
}
System.out.println(a.get(2));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
52,
55
],
[
11,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
11,
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
],
[
9,
80
],
[
80,
81
]
] | [
"import java.io.*;\nimport java.util.Arrays;\n\nclass 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[] numb = str.split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(numb[0]);\n\t\tint b = Integer.parseInt(numb[1]);\n\t\tint c = Integer.parseInt(numb[2]);\n\t\t\n\t\tint num[] = {a, b, c};\n\t\t\n\t\tArrays.sort(num);\n\t\t\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Arrays;",
"Arrays",
"java.util",
"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[] numb = str.split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(numb[0]);\n\t\tint b = Integer.parseInt(numb[1]);\n\t\tint c = Integer.parseInt(numb[2]);\n\t\t\n\t\tint num[] = {a, b, c};\n\t\t\n\t\tArrays.sort(num);\n\t\t\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\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[] numb = str.split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(numb[0]);\n\t\tint b = Integer.parseInt(numb[1]);\n\t\tint c = Integer.parseInt(numb[2]);\n\t\t\n\t\tint num[] = {a, b, c};\n\t\t\n\t\tArrays.sort(num);\n\t\t\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] numb = str.split(\" \");\n\t\t\n\t\tint a = Integer.parseInt(numb[0]);\n\t\tint b = Integer.parseInt(numb[1]);\n\t\tint c = Integer.parseInt(numb[2]);\n\t\t\n\t\tint num[] = {a, b, c};\n\t\t\n\t\tArrays.sort(num);\n\t\t\n\t\tSystem.out.println(num[0] + \" \" + num[1] + \" \" + num[2]);\n\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[] numb = str.split(\" \");",
"numb",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(numb[0]);",
"a",
"Integer.parseInt(numb[0])",
"Integer.parseInt",
"Integer",
"numb[0]",
"numb",
"0",
"int b = Integer.parseInt(numb[1]);",
"b",
"Integer.parseInt(numb[1])",
"Integer.parseInt",
"Integer",
"numb[1]",
"numb",
"1",
"int c = Integer.parseInt(numb[2]);",
"c",
"Integer.parseInt(numb[2])",
"Integer.parseInt",
"Integer",
"numb[2]",
"numb",
"2",
"int num[] = {a, b, c};",
"num",
"{a, b, c}",
"a",
"b",
"c",
"Arrays.sort(num)",
"Arrays.sort",
"Arrays",
"num",
"System.out.println(num[0] + \" \" + num[1] + \" \" + num[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"num[0] + \" \" + num[1] + \" \" + num[2]",
"\" \"",
"num[1]",
"num[0] + \" \" + num[1] + \" \" + num[2]",
"num[0]",
"num",
"0",
"\" \"",
"num[1]",
"num",
"1",
"\" \"",
"num[2]",
"num",
"2",
"String[] args",
"args"
] | import java.io.*;
import java.util.Arrays;
class Main {
public static void main(String[] args)throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] numb = str.split(" ");
int a = Integer.parseInt(numb[0]);
int b = Integer.parseInt(numb[1]);
int c = Integer.parseInt(numb[2]);
int num[] = {a, b, c};
Arrays.sort(num);
System.out.println(num[0] + " " + num[1] + " " + num[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
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
] | [
[
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
],
[
24,
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
],
[
40,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
11,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
11,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
11,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
60,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
77,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
75,
81
],
[
77,
82
],
[
60,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
88,
90
],
[
83,
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
],
[
83,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
111,
112
],
[
111,
113
],
[
106,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
115,
120
],
[
123,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
122,
126
],
[
121,
127
],
[
123,
128
],
[
106,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
134,
135
],
[
134,
136
],
[
129,
137
],
[
137,
138
],
[
138,
139
],
[
139,
140
],
[
140,
141
],
[
140,
142
],
[
138,
143
],
[
146,
144
],
[
144,
145
],
[
145,
146
],
[
146,
147
],
[
146,
148
],
[
145,
149
],
[
144,
150
],
[
146,
151
],
[
129,
152
],
[
152,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
153,
157
],
[
157,
158
],
[
157,
159
],
[
152,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
163,
164
],
[
163,
165
],
[
161,
166
],
[
169,
167
],
[
167,
168
],
[
168,
169
],
[
169,
170
],
[
169,
171
],
[
168,
172
],
[
167,
173
],
[
169,
174
],
[
152,
175
],
[
175,
176
],
[
176,
177
],
[
177,
178
],
[
177,
179
],
[
176,
180
],
[
180,
181
],
[
180,
182
],
[
175,
183
],
[
183,
184
],
[
184,
185
],
[
185,
186
],
[
186,
187
],
[
186,
188
],
[
184,
189
],
[
192,
190
],
[
190,
191
],
[
191,
192
],
[
192,
193
],
[
192,
194
],
[
191,
195
],
[
190,
196
],
[
192,
197
],
[
9,
198
],
[
198,
199
]
] | [
"import java.io.*;\nimport java.util.Scanner;\n\nclass Main\n{\n\tpublic static void main (String[] args) throws IOException\n\t{\n\t\tString A,B,C;\n\t\tint a,b,c;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\tC = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\t\tc = Integer.parseInt(C);\n\t\t\n\t\tif(a <= b && b <= c){\n\t\t\tSystem.out.println(a + \" \" + b + \" \" +c);\n\t\t}else if(a <= c && c <= b){\n\t\t\tSystem.out.println(a + \" \" + c + \" \" +b);\n\t\t}else if(b <= a && a <= c){\n\t\t\tSystem.out.println(b + \" \" + a + \" \" +c);\n\t\t}else if(b <= c && c <= a){\n\t\t\tSystem.out.println(b + \" \" + c + \" \" +a);\n\t\t}else if(c <= a && a <= b){\n\t\t\tSystem.out.println(c + \" \" + a + \" \" +b);\n\t\t}else if(c <= b && b <= a){\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n\tpublic static void main (String[] args) throws IOException\n\t{\n\t\tString A,B,C;\n\t\tint a,b,c;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\tC = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\t\tc = Integer.parseInt(C);\n\t\t\n\t\tif(a <= b && b <= c){\n\t\t\tSystem.out.println(a + \" \" + b + \" \" +c);\n\t\t}else if(a <= c && c <= b){\n\t\t\tSystem.out.println(a + \" \" + c + \" \" +b);\n\t\t}else if(b <= a && a <= c){\n\t\t\tSystem.out.println(b + \" \" + a + \" \" +c);\n\t\t}else if(b <= c && c <= a){\n\t\t\tSystem.out.println(b + \" \" + c + \" \" +a);\n\t\t}else if(c <= a && a <= b){\n\t\t\tSystem.out.println(c + \" \" + a + \" \" +b);\n\t\t}else if(c <= b && b <= a){\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\n\t\t}\n\t}\n}",
"Main",
"public static void main (String[] args) throws IOException\n\t{\n\t\tString A,B,C;\n\t\tint a,b,c;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\tC = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\t\tc = Integer.parseInt(C);\n\t\t\n\t\tif(a <= b && b <= c){\n\t\t\tSystem.out.println(a + \" \" + b + \" \" +c);\n\t\t}else if(a <= c && c <= b){\n\t\t\tSystem.out.println(a + \" \" + c + \" \" +b);\n\t\t}else if(b <= a && a <= c){\n\t\t\tSystem.out.println(b + \" \" + a + \" \" +c);\n\t\t}else if(b <= c && c <= a){\n\t\t\tSystem.out.println(b + \" \" + c + \" \" +a);\n\t\t}else if(c <= a && a <= b){\n\t\t\tSystem.out.println(c + \" \" + a + \" \" +b);\n\t\t}else if(c <= b && b <= a){\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\n\t\t}\n\t}",
"main",
"{\n\t\tString A,B,C;\n\t\tint a,b,c;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\tC = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\t\tc = Integer.parseInt(C);\n\t\t\n\t\tif(a <= b && b <= c){\n\t\t\tSystem.out.println(a + \" \" + b + \" \" +c);\n\t\t}else if(a <= c && c <= b){\n\t\t\tSystem.out.println(a + \" \" + c + \" \" +b);\n\t\t}else if(b <= a && a <= c){\n\t\t\tSystem.out.println(b + \" \" + a + \" \" +c);\n\t\t}else if(b <= c && c <= a){\n\t\t\tSystem.out.println(b + \" \" + c + \" \" +a);\n\t\t}else if(c <= a && a <= b){\n\t\t\tSystem.out.println(c + \" \" + a + \" \" +b);\n\t\t}else if(c <= b && b <= a){\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\n\t\t}\n\t}",
"String A",
"A",
"B",
"B",
"C;",
"C",
"int a",
"a",
"b",
"b",
"c;",
"c",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"A = in.next()",
"A",
"in.next()",
"in.next",
"in",
"B = in.next()",
"B",
"in.next()",
"in.next",
"in",
"C = in.next()",
"C",
"in.next()",
"in.next",
"in",
"a = Integer.parseInt(A)",
"a",
"Integer.parseInt(A)",
"Integer.parseInt",
"Integer",
"A",
"b = Integer.parseInt(B)",
"b",
"Integer.parseInt(B)",
"Integer.parseInt",
"Integer",
"B",
"c = Integer.parseInt(C)",
"c",
"Integer.parseInt(C)",
"Integer.parseInt",
"Integer",
"C",
"if(a <= b && b <= c){\n\t\t\tSystem.out.println(a + \" \" + b + \" \" +c);\n\t\t}else if(a <= c && c <= b){\n\t\t\tSystem.out.println(a + \" \" + c + \" \" +b);\n\t\t}else if(b <= a && a <= c){\n\t\t\tSystem.out.println(b + \" \" + a + \" \" +c);\n\t\t}else if(b <= c && c <= a){\n\t\t\tSystem.out.println(b + \" \" + c + \" \" +a);\n\t\t}else if(c <= a && a <= b){\n\t\t\tSystem.out.println(c + \" \" + a + \" \" +b);\n\t\t}else if(c <= b && b <= a){\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\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}",
"System.out.println(a + \" \" + b + \" \" +c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" +c",
"\" \"",
"b",
"a + \" \" + b + \" \" +c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"if(a <= c && c <= b){\n\t\t\tSystem.out.println(a + \" \" + c + \" \" +b);\n\t\t}else if(b <= a && a <= c){\n\t\t\tSystem.out.println(b + \" \" + a + \" \" +c);\n\t\t}else if(b <= c && c <= a){\n\t\t\tSystem.out.println(b + \" \" + c + \" \" +a);\n\t\t}else if(c <= a && a <= b){\n\t\t\tSystem.out.println(c + \" \" + a + \" \" +b);\n\t\t}else if(c <= b && b <= a){\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\n\t\t}",
"a <= c && c <= b",
"a <= c",
"a",
"c",
"c <= b",
"c",
"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",
"if(b <= a && a <= c){\n\t\t\tSystem.out.println(b + \" \" + a + \" \" +c);\n\t\t}else if(b <= c && c <= a){\n\t\t\tSystem.out.println(b + \" \" + c + \" \" +a);\n\t\t}else if(c <= a && a <= b){\n\t\t\tSystem.out.println(c + \" \" + a + \" \" +b);\n\t\t}else if(c <= b && b <= a){\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\n\t\t}",
"b <= a && a <= c",
"b <= a",
"b",
"a",
"a <= c",
"a",
"c",
"{\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",
"if(b <= c && c <= a){\n\t\t\tSystem.out.println(b + \" \" + c + \" \" +a);\n\t\t}else if(c <= a && a <= b){\n\t\t\tSystem.out.println(c + \" \" + a + \" \" +b);\n\t\t}else if(c <= b && b <= a){\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\n\t\t}",
"b <= c && c <= a",
"b <= c",
"b",
"c",
"c <= a",
"c",
"a",
"{\n\t\t\tSystem.out.println(b + \" \" + c + \" \" +a);\n\t\t}",
"System.out.println(b + \" \" + c + \" \" +a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b + \" \" + c + \" \" +a",
"\" \"",
"c",
"b + \" \" + c + \" \" +a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"if(c <= a && a <= b){\n\t\t\tSystem.out.println(c + \" \" + a + \" \" +b);\n\t\t}else if(c <= b && b <= a){\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\n\t\t}",
"c <= a && a <= b",
"c <= a",
"c",
"a",
"a <= b",
"a",
"b",
"{\n\t\t\tSystem.out.println(c + \" \" + a + \" \" +b);\n\t\t}",
"System.out.println(c + \" \" + a + \" \" +b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + a + \" \" +b",
"\" \"",
"a",
"c + \" \" + a + \" \" +b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"if(c <= b && b <= a){\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\n\t\t}",
"c <= b && b <= a",
"c <= b",
"c",
"b",
"b <= a",
"b",
"a",
"{\n\t\t\tSystem.out.println(c + \" \" + b + \" \" +a);\n\t\t}",
"System.out.println(c + \" \" + b + \" \" +a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + b + \" \" +a",
"\" \"",
"b",
"c + \" \" + b + \" \" +a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"String[] args",
"args"
] | import java.io.*;
import java.util.Scanner;
class Main
{
public static void main (String[] args) throws IOException
{
String A,B,C;
int a,b,c;
Scanner in = new Scanner(System.in);
A = in.next();
B = in.next();
C = in.next();
a = Integer.parseInt(A);
b = Integer.parseInt(B);
c = Integer.parseInt(C);
if(a <= b && b <= c){
System.out.println(a + " " + b + " " +c);
}else if(a <= c && c <= b){
System.out.println(a + " " + c + " " +b);
}else if(b <= a && a <= c){
System.out.println(b + " " + a + " " +c);
}else if(b <= c && c <= a){
System.out.println(b + " " + c + " " +a);
}else if(c <= a && a <= b){
System.out.println(c + " " + a + " " +b);
}else if(c <= b && b <= a){
System.out.println(c + " " + b + " " +a);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
20,
17,
41,
13,
41,
13,
20,
0,
13,
4,
18,
4,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
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,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
142,
8
],
[
142,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
14,
16
],
[
11,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
25,
30
],
[
11,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
11,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
11,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
11,
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
],
[
11,
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
],
[
9,
139
],
[
139,
140
],
[
0,
141
],
[
141,
142
],
[
141,
143
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[];\n\t\tint ans[] = new int[3];\n\t\tint stock;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n ans[0] = Integer.parseInt(str[0]);\n ans[1] = Integer.parseInt(str[1]);\n ans[2] = Integer.parseInt(str[2]);\n for(int i = 0; i < str.length; i++){\n \tfor(int j = i + 1; j < str.length; j++){\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }\n }\n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[];\n\t\tint ans[] = new int[3];\n\t\tint stock;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n ans[0] = Integer.parseInt(str[0]);\n ans[1] = Integer.parseInt(str[1]);\n ans[2] = Integer.parseInt(str[2]);\n for(int i = 0; i < str.length; i++){\n \tfor(int j = i + 1; j < str.length; j++){\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }\n }\n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[];\n\t\tint ans[] = new int[3];\n\t\tint stock;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n ans[0] = Integer.parseInt(str[0]);\n ans[1] = Integer.parseInt(str[1]);\n ans[2] = Integer.parseInt(str[2]);\n for(int i = 0; i < str.length; i++){\n \tfor(int j = i + 1; j < str.length; j++){\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }\n }\n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[];\n\t\tint ans[] = new int[3];\n\t\tint stock;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n ans[0] = Integer.parseInt(str[0]);\n ans[1] = Integer.parseInt(str[1]);\n ans[2] = Integer.parseInt(str[2]);\n for(int i = 0; i < str.length; i++){\n \tfor(int j = i + 1; j < str.length; j++){\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }\n }\n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\n\t}",
"String str[];",
"str",
"int ans[] = new int[3];",
"ans",
"new int[3]",
"3",
"int stock;",
"stock",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"str = br.readLine().split(\" \")",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"ans[0] = Integer.parseInt(str[0])",
"ans[0]",
"ans",
"0",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"ans[1] = Integer.parseInt(str[1])",
"ans[1]",
"ans",
"1",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"ans[2] = Integer.parseInt(str[2])",
"ans[2]",
"ans",
"2",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"for(int i = 0; i < str.length; i++){\n \tfor(int j = i + 1; j < str.length; j++){\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < str.length",
"i",
"str.length",
"str",
"str.length",
"i++",
"i++",
"i",
"{\n \tfor(int j = i + 1; j < str.length; j++){\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }\n }",
"{\n \tfor(int j = i + 1; j < str.length; j++){\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }\n }",
"for(int j = i + 1; j < str.length; j++){\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }",
"int j = i + 1;",
"int j = i + 1;",
"j",
"i + 1",
"i",
"1",
"j < str.length",
"j",
"str.length",
"str",
"str.length",
"j++",
"j++",
"j",
"{\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }",
"{\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }",
"if(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}",
"ans[j] < ans[i]",
"ans[j]",
"ans",
"j",
"ans[i]",
"ans",
"i",
"{\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}",
"stock = ans[i]",
"stock",
"ans[i]",
"ans",
"i",
"ans[i] = ans[j]",
"ans[i]",
"ans",
"i",
"ans[j]",
"ans",
"j",
"ans[j] = stock",
"ans[j]",
"ans",
"j",
"stock",
"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 class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[];\n\t\tint ans[] = new int[3];\n\t\tint stock;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n ans[0] = Integer.parseInt(str[0]);\n ans[1] = Integer.parseInt(str[1]);\n ans[2] = Integer.parseInt(str[2]);\n for(int i = 0; i < str.length; i++){\n \tfor(int j = i + 1; j < str.length; j++){\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }\n }\n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[];\n\t\tint ans[] = new int[3];\n\t\tint stock;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n ans[0] = Integer.parseInt(str[0]);\n ans[1] = Integer.parseInt(str[1]);\n ans[2] = Integer.parseInt(str[2]);\n for(int i = 0; i < str.length; i++){\n \tfor(int j = i + 1; j < str.length; j++){\n \tif(ans[j] < ans[i]){\n \t\tstock = ans[i];\n \t\tans[i] = ans[j];\n \t\tans[j] = stock;\n \t}\n }\n }\n System.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception{
// TODO ?????????????????????????????????????????????
String str[];
int ans[] = new int[3];
int stock;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
str = br.readLine().split(" ");
ans[0] = Integer.parseInt(str[0]);
ans[1] = Integer.parseInt(str[1]);
ans[2] = Integer.parseInt(str[2]);
for(int i = 0; i < str.length; i++){
for(int j = i + 1; j < str.length; j++){
if(ans[j] < ans[i]){
stock = ans[i];
ans[i] = ans[j];
ans[j] = stock;
}
}
}
System.out.println(ans[0] + " " + ans[1] + " " + ans[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,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
17,
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,
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
],
[
107,
17
],
[
107,
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
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
20,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
20,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
56,
58
],
[
20,
59
],
[
59,
60
],
[
59,
61
],
[
20,
62
],
[
62,
63
],
[
62,
64
],
[
20,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
20,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
20,
73
],
[
73,
74
],
[
74,
75
],
[
73,
76
],
[
20,
77
],
[
77,
78
],
[
78,
79
],
[
77,
80
],
[
20,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
89,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
90,
93
],
[
89,
94
],
[
88,
95
],
[
95,
96
],
[
96,
97
],
[
95,
98
],
[
87,
99
],
[
89,
100
],
[
100,
101
],
[
101,
102
],
[
100,
103
],
[
18,
104
],
[
104,
105
],
[
0,
106
],
[
106,
107
],
[
106,
108
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.Collections;\npublic class Main {\n\n\tpublic static void main(String[] args)throws IOException {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\tint a = Integer.parseInt(strARY[0]);\n\t\tint b = Integer.parseInt(strARY[1]);\n\t\tint c = Integer.parseInt(strARY[2]);\n\t\tint x = 0;\n\t\t\n\t\tArrayList<Integer> ary = new ArrayList<Integer>();\n\t\t\n\t\tary.add(a);\n\t\tary.add(b);\n\t\tary.add(c);\n\t\t\n\t\tCollections.sort(ary);\n\t\t\n\t\tSystem.out.println(ary.get(0) + \" \" + ary.get(1) + \" \" + ary.get(2));\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",
"public class Main {\n\n\tpublic static void main(String[] args)throws IOException {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\tint a = Integer.parseInt(strARY[0]);\n\t\tint b = Integer.parseInt(strARY[1]);\n\t\tint c = Integer.parseInt(strARY[2]);\n\t\tint x = 0;\n\t\t\n\t\tArrayList<Integer> ary = new ArrayList<Integer>();\n\t\t\n\t\tary.add(a);\n\t\tary.add(b);\n\t\tary.add(c);\n\t\t\n\t\tCollections.sort(ary);\n\t\t\n\t\tSystem.out.println(ary.get(0) + \" \" + ary.get(1) + \" \" + ary.get(2));\n\t}\n\n}",
"Main",
"public static void main(String[] args)throws IOException {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\tint a = Integer.parseInt(strARY[0]);\n\t\tint b = Integer.parseInt(strARY[1]);\n\t\tint c = Integer.parseInt(strARY[2]);\n\t\tint x = 0;\n\t\t\n\t\tArrayList<Integer> ary = new ArrayList<Integer>();\n\t\t\n\t\tary.add(a);\n\t\tary.add(b);\n\t\tary.add(c);\n\t\t\n\t\tCollections.sort(ary);\n\t\t\n\t\tSystem.out.println(ary.get(0) + \" \" + ary.get(1) + \" \" + ary.get(2));\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\tint a = Integer.parseInt(strARY[0]);\n\t\tint b = Integer.parseInt(strARY[1]);\n\t\tint c = Integer.parseInt(strARY[2]);\n\t\tint x = 0;\n\t\t\n\t\tArrayList<Integer> ary = new ArrayList<Integer>();\n\t\t\n\t\tary.add(a);\n\t\tary.add(b);\n\t\tary.add(c);\n\t\t\n\t\tCollections.sort(ary);\n\t\t\n\t\tSystem.out.println(ary.get(0) + \" \" + ary.get(1) + \" \" + ary.get(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",
"int x = 0;",
"x",
"0",
"ArrayList<Integer> ary = new ArrayList<Integer>();",
"ary",
"new ArrayList<Integer>()",
"ary.add(a)",
"ary.add",
"ary",
"a",
"ary.add(b)",
"ary.add",
"ary",
"b",
"ary.add(c)",
"ary.add",
"ary",
"c",
"Collections.sort(ary)",
"Collections.sort",
"Collections",
"ary",
"System.out.println(ary.get(0) + \" \" + ary.get(1) + \" \" + ary.get(2))",
"System.out.println",
"System.out",
"System",
"System.out",
"ary.get(0) + \" \" + ary.get(1) + \" \" + ary.get(2)",
"\" \"",
"ary.get(1)",
"ary.get(0) + \" \" + ary.get(1) + \" \" + ary.get(2)",
"ary.get(0)",
"ary.get",
"ary",
"0",
"\" \"",
"ary.get(1)",
"ary.get",
"ary",
"1",
"\" \"",
"ary.get(2)",
"ary.get",
"ary",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args)throws IOException {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\tint a = Integer.parseInt(strARY[0]);\n\t\tint b = Integer.parseInt(strARY[1]);\n\t\tint c = Integer.parseInt(strARY[2]);\n\t\tint x = 0;\n\t\t\n\t\tArrayList<Integer> ary = new ArrayList<Integer>();\n\t\t\n\t\tary.add(a);\n\t\tary.add(b);\n\t\tary.add(c);\n\t\t\n\t\tCollections.sort(ary);\n\t\t\n\t\tSystem.out.println(ary.get(0) + \" \" + ary.get(1) + \" \" + ary.get(2));\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args)throws IOException {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strARY[] = str.split(\" \");\n\t\tint a = Integer.parseInt(strARY[0]);\n\t\tint b = Integer.parseInt(strARY[1]);\n\t\tint c = Integer.parseInt(strARY[2]);\n\t\tint x = 0;\n\t\t\n\t\tArrayList<Integer> ary = new ArrayList<Integer>();\n\t\t\n\t\tary.add(a);\n\t\tary.add(b);\n\t\tary.add(c);\n\t\t\n\t\tCollections.sort(ary);\n\t\t\n\t\tSystem.out.println(ary.get(0) + \" \" + ary.get(1) + \" \" + ary.get(2));\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;
public class Main {
public static void main(String[] args)throws IOException {
// TODO ?????????????????????????????????????????????
BufferedReader br =new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String strARY[] = str.split(" ");
int a = Integer.parseInt(strARY[0]);
int b = Integer.parseInt(strARY[1]);
int c = Integer.parseInt(strARY[2]);
int x = 0;
ArrayList<Integer> ary = new ArrayList<Integer>();
ary.add(a);
ary.add(b);
ary.add(c);
Collections.sort(ary);
System.out.println(ary.get(0) + " " + ary.get(1) + " " + ary.get(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,
20,
17,
41,
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,
13,
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
] | [
[
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
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
36,
38
],
[
29,
39
],
[
39,
40
],
[
40,
41
],
[
29,
42
],
[
43,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
61,
63
],
[
54,
64
],
[
64,
65
],
[
65,
66
],
[
54,
67
],
[
68,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
76,
78
],
[
69,
79
],
[
79,
80
],
[
80,
81
],
[
69,
82
],
[
83,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
84,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
95,
97
],
[
92,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
102,
103
],
[
102,
104
],
[
92,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
8,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
118,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
117,
123
],
[
123,
124
],
[
123,
125
],
[
116,
126
],
[
118,
127
],
[
127,
128
],
[
127,
129
],
[
6,
130
],
[
130,
131
]
] | [
"import java.io.*;\n\nclass Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\tint numArr[] = new int[3];\n\t\tint tmp;\n\n\n\t\tfor(int i=0; i<numArr.length; i++){\n\t\t\tnumArr[i] = Integer.parseInt(strArr[i]);\n\t\t}\n\n\t\tfor(int i=0; i<numArr.length; i++){\n\t\t\tfor(int t=i; t<numArr.length; t++){\n\t\t\t\tif(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(numArr[0] + \" \" + numArr[1] + \" \" + numArr[2]);\n\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\tint numArr[] = new int[3];\n\t\tint tmp;\n\n\n\t\tfor(int i=0; i<numArr.length; i++){\n\t\t\tnumArr[i] = Integer.parseInt(strArr[i]);\n\t\t}\n\n\t\tfor(int i=0; i<numArr.length; i++){\n\t\t\tfor(int t=i; t<numArr.length; t++){\n\t\t\t\tif(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(numArr[0] + \" \" + numArr[1] + \" \" + numArr[2]);\n\n\n\t}\n}",
"Main",
"public static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\tint numArr[] = new int[3];\n\t\tint tmp;\n\n\n\t\tfor(int i=0; i<numArr.length; i++){\n\t\t\tnumArr[i] = Integer.parseInt(strArr[i]);\n\t\t}\n\n\t\tfor(int i=0; i<numArr.length; i++){\n\t\t\tfor(int t=i; t<numArr.length; t++){\n\t\t\t\tif(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(numArr[0] + \" \" + numArr[1] + \" \" + numArr[2]);\n\n\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\tint numArr[] = new int[3];\n\t\tint tmp;\n\n\n\t\tfor(int i=0; i<numArr.length; i++){\n\t\t\tnumArr[i] = Integer.parseInt(strArr[i]);\n\t\t}\n\n\t\tfor(int i=0; i<numArr.length; i++){\n\t\t\tfor(int t=i; t<numArr.length; t++){\n\t\t\t\tif(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(numArr[0] + \" \" + numArr[1] + \" \" + numArr[2]);\n\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 strArr[] = str.split(\" \");",
"strArr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int numArr[] = new int[3];",
"numArr",
"new int[3]",
"3",
"int tmp;",
"tmp",
"for(int i=0; i<numArr.length; i++){\n\t\t\tnumArr[i] = Integer.parseInt(strArr[i]);\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<numArr.length",
"i",
"numArr.length",
"numArr",
"numArr.length",
"i++",
"i++",
"i",
"{\n\t\t\tnumArr[i] = Integer.parseInt(strArr[i]);\n\t\t}",
"{\n\t\t\tnumArr[i] = Integer.parseInt(strArr[i]);\n\t\t}",
"numArr[i] = Integer.parseInt(strArr[i])",
"numArr[i]",
"numArr",
"i",
"Integer.parseInt(strArr[i])",
"Integer.parseInt",
"Integer",
"strArr[i]",
"strArr",
"i",
"for(int i=0; i<numArr.length; i++){\n\t\t\tfor(int t=i; t<numArr.length; t++){\n\t\t\t\tif(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<numArr.length",
"i",
"numArr.length",
"numArr",
"numArr.length",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int t=i; t<numArr.length; t++){\n\t\t\t\tif(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int t=i; t<numArr.length; t++){\n\t\t\t\tif(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int t=i; t<numArr.length; t++){\n\t\t\t\tif(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}\n\t\t\t}",
"int t=i;",
"int t=i;",
"t",
"i",
"t<numArr.length",
"t",
"numArr.length",
"numArr",
"numArr.length",
"t++",
"t++",
"t",
"{\n\t\t\t\tif(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}\n\t\t\t}",
"if(numArr[i] > numArr[t]){\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}",
"numArr[i] > numArr[t]",
"numArr[i]",
"numArr",
"i",
"numArr[t]",
"numArr",
"t",
"{\n\t\t\t\t\ttmp = numArr[i];\n\t\t\t\t\tnumArr[i] = numArr[t];\n\t\t\t\t\tnumArr[t] = tmp;\n\t\t\t\t}",
"tmp = numArr[i]",
"tmp",
"numArr[i]",
"numArr",
"i",
"numArr[i] = numArr[t]",
"numArr[i]",
"numArr",
"i",
"numArr[t]",
"numArr",
"t",
"numArr[t] = tmp",
"numArr[t]",
"numArr",
"t",
"tmp",
"System.out.println(numArr[0] + \" \" + numArr[1] + \" \" + numArr[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"numArr[0] + \" \" + numArr[1] + \" \" + numArr[2]",
"\" \"",
"numArr[1]",
"numArr[0] + \" \" + numArr[1] + \" \" + numArr[2]",
"numArr[0]",
"numArr",
"0",
"\" \"",
"numArr[1]",
"numArr",
"1",
"\" \"",
"numArr[2]",
"numArr",
"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 str = br.readLine();
String strArr[] = str.split(" ");
int numArr[] = new int[3];
int tmp;
for(int i=0; i<numArr.length; i++){
numArr[i] = Integer.parseInt(strArr[i]);
}
for(int i=0; i<numArr.length; i++){
for(int t=i; t<numArr.length; t++){
if(numArr[i] > numArr[t]){
tmp = numArr[i];
numArr[i] = numArr[t];
numArr[t] = tmp;
}
}
}
System.out.println(numArr[0] + " " + numArr[1] + " " + numArr[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
12,
13,
30,
41,
13,
20,
0,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
2,
13,
17,
1,
40,
13,
30,
30,
41,
13,
13,
11,
1,
41,
13,
2,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
13,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
12,
13,
30,
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,
4,
18,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
153,
5
],
[
153,
6
],
[
6,
7
],
[
153,
8
],
[
8,
9
],
[
153,
10
],
[
10,
11
],
[
153,
12
],
[
12,
13
],
[
153,
14
],
[
14,
15
],
[
14,
16
],
[
153,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
19,
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
],
[
153,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
50,
60
],
[
60,
61
],
[
61,
62
],
[
50,
63
],
[
64,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
72,
74
],
[
68,
75
],
[
75,
76
],
[
75,
77
],
[
68,
78
],
[
78,
79
],
[
79,
80
],
[
68,
81
],
[
82,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
88,
90
],
[
83,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
64,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
97,
99
],
[
64,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
104,
105
],
[
104,
106
],
[
64,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
153,
112
],
[
112,
113
],
[
112,
114
],
[
114,
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
],
[
153,
135
],
[
135,
136
],
[
135,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
137,
141
],
[
141,
142
],
[
142,
143
],
[
137,
144
],
[
144,
145
],
[
145,
146
],
[
137,
147
],
[
147,
148
],
[
148,
149
],
[
135,
150
],
[
150,
151
],
[
0,
152
],
[
152,
153
],
[
152,
154
]
] | [
"import java.util.Scanner;\npublic class Main{\n\n int a,b,c;\n int[] data;\n int size = 3;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n data = new int[3];\n\tfor ( int i = 0; i < 3; i++ ){\n\t data[i] = scan.nextInt();\n\t}\n }\n \n public void selsort(){\n\tfor (int front = 0;front < size - 1;front++){\n\n\t int minIndex = front;\n for (int j = front + 1;j < size;j++){\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }\n \n\t int tmp = data[front];\n data[front] = data[minIndex];\n data[minIndex] = tmp;\n\t}\n }\n\n public void output(){\n\tSystem.out.println(data[0]+\" \"+data[1]+\" \"+data[2]);\n\n \n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.selsort();\n p.output();\n }\n}\n ",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\n int a,b,c;\n int[] data;\n int size = 3;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n data = new int[3];\n\tfor ( int i = 0; i < 3; i++ ){\n\t data[i] = scan.nextInt();\n\t}\n }\n \n public void selsort(){\n\tfor (int front = 0;front < size - 1;front++){\n\n\t int minIndex = front;\n for (int j = front + 1;j < size;j++){\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }\n \n\t int tmp = data[front];\n data[front] = data[minIndex];\n data[minIndex] = tmp;\n\t}\n }\n\n public void output(){\n\tSystem.out.println(data[0]+\" \"+data[1]+\" \"+data[2]);\n\n \n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.selsort();\n p.output();\n }\n}",
"Main",
"int a",
"a",
"b",
"b",
"c;",
"c",
"int[] data;",
"data",
"int size = 3;",
"size",
"3",
"public void input(){\n\tScanner scan = new Scanner(System.in);\n data = new int[3];\n\tfor ( int i = 0; i < 3; i++ ){\n\t data[i] = scan.nextInt();\n\t}\n }",
"input",
"{\n\tScanner scan = new Scanner(System.in);\n data = new int[3];\n\tfor ( int i = 0; i < 3; i++ ){\n\t data[i] = scan.nextInt();\n\t}\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"data = new int[3]",
"data",
"new int[3]",
"3",
"for ( int i = 0; i < 3; i++ ){\n\t data[i] = scan.nextInt();\n\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t data[i] = scan.nextInt();\n\t}",
"{\n\t data[i] = scan.nextInt();\n\t}",
"data[i] = scan.nextInt()",
"data[i]",
"data",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"public void selsort(){\n\tfor (int front = 0;front < size - 1;front++){\n\n\t int minIndex = front;\n for (int j = front + 1;j < size;j++){\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }\n \n\t int tmp = data[front];\n data[front] = data[minIndex];\n data[minIndex] = tmp;\n\t}\n }",
"selsort",
"{\n\tfor (int front = 0;front < size - 1;front++){\n\n\t int minIndex = front;\n for (int j = front + 1;j < size;j++){\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }\n \n\t int tmp = data[front];\n data[front] = data[minIndex];\n data[minIndex] = tmp;\n\t}\n }",
"for (int front = 0;front < size - 1;front++){\n\n\t int minIndex = front;\n for (int j = front + 1;j < size;j++){\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }\n \n\t int tmp = data[front];\n data[front] = data[minIndex];\n data[minIndex] = tmp;\n\t}",
"int front = 0;",
"int front = 0;",
"front",
"0",
"front < size - 1",
"front",
"size - 1",
"size",
"1",
"front++",
"front++",
"front",
"{\n\n\t int minIndex = front;\n for (int j = front + 1;j < size;j++){\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }\n \n\t int tmp = data[front];\n data[front] = data[minIndex];\n data[minIndex] = tmp;\n\t}",
"{\n\n\t int minIndex = front;\n for (int j = front + 1;j < size;j++){\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }\n \n\t int tmp = data[front];\n data[front] = data[minIndex];\n data[minIndex] = tmp;\n\t}",
"int minIndex = front;",
"minIndex",
"front",
"for (int j = front + 1;j < size;j++){\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }",
"int j = front + 1;",
"int j = front + 1;",
"j",
"front + 1",
"front",
"1",
"j < size",
"j",
"size",
"j++",
"j++",
"j",
"{\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }",
"{\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }",
"if (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}",
"data[j] < data[minIndex]",
"data[j]",
"data",
"j",
"data[minIndex]",
"data",
"minIndex",
"{\n minIndex = j;\n\t\t}",
"minIndex = j",
"minIndex",
"j",
"int tmp = data[front];",
"tmp",
"data[front]",
"data",
"front",
"data[front] = data[minIndex]",
"data[front]",
"data",
"front",
"data[minIndex]",
"data",
"minIndex",
"data[minIndex] = tmp",
"data[minIndex]",
"data",
"minIndex",
"tmp",
"public void output(){\n\tSystem.out.println(data[0]+\" \"+data[1]+\" \"+data[2]);\n\n \n }",
"output",
"{\n\tSystem.out.println(data[0]+\" \"+data[1]+\" \"+data[2]);\n\n \n }",
"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",
"public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.selsort();\n p.output();\n }",
"main",
"{\n Main p = new Main();\n p.input();\n p.selsort();\n p.output();\n }",
"Main p = new Main();",
"p",
"new Main()",
"p.input()",
"p.input",
"p",
"p.selsort()",
"p.selsort",
"p",
"p.output()",
"p.output",
"p",
"String[] args",
"args",
"public class Main{\n\n int a,b,c;\n int[] data;\n int size = 3;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n data = new int[3];\n\tfor ( int i = 0; i < 3; i++ ){\n\t data[i] = scan.nextInt();\n\t}\n }\n \n public void selsort(){\n\tfor (int front = 0;front < size - 1;front++){\n\n\t int minIndex = front;\n for (int j = front + 1;j < size;j++){\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }\n \n\t int tmp = data[front];\n data[front] = data[minIndex];\n data[minIndex] = tmp;\n\t}\n }\n\n public void output(){\n\tSystem.out.println(data[0]+\" \"+data[1]+\" \"+data[2]);\n\n \n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.selsort();\n p.output();\n }\n}",
"public class Main{\n\n int a,b,c;\n int[] data;\n int size = 3;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n data = new int[3];\n\tfor ( int i = 0; i < 3; i++ ){\n\t data[i] = scan.nextInt();\n\t}\n }\n \n public void selsort(){\n\tfor (int front = 0;front < size - 1;front++){\n\n\t int minIndex = front;\n for (int j = front + 1;j < size;j++){\n\t\tif (data[j] < data[minIndex]){\n minIndex = j;\n\t\t}\n\t }\n \n\t int tmp = data[front];\n data[front] = data[minIndex];\n data[minIndex] = tmp;\n\t}\n }\n\n public void output(){\n\tSystem.out.println(data[0]+\" \"+data[1]+\" \"+data[2]);\n\n \n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.selsort();\n p.output();\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
int a,b,c;
int[] data;
int size = 3;
public void input(){
Scanner scan = new Scanner(System.in);
data = new int[3];
for ( int i = 0; i < 3; i++ ){
data[i] = scan.nextInt();
}
}
public void selsort(){
for (int front = 0;front < size - 1;front++){
int minIndex = front;
for (int j = front + 1;j < size;j++){
if (data[j] < data[minIndex]){
minIndex = j;
}
}
int tmp = data[front];
data[front] = data[minIndex];
data[minIndex] = tmp;
}
}
public void output(){
System.out.println(data[0]+" "+data[1]+" "+data[2]);
}
public static void main(String[] args){
Main p = new Main();
p.input();
p.selsort();
p.output();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
30,
31
],
[
11,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
11,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
50,
51
],
[
11,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
11,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
64,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
63,
69
],
[
69,
70
],
[
69,
71
],
[
62,
72
],
[
64,
73
],
[
73,
74
],
[
73,
75
],
[
9,
76
],
[
76,
77
]
] | [
"import java.io.*;\nimport java.util.*;\nclass Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int[] data=new int[3];\n data[0]=Integer.parseInt(st.nextToken());\n data[1]=Integer.parseInt(st.nextToken());\n data[2]=Integer.parseInt(st.nextToken());\n Arrays.sort(data);\n System.out.println(data[0]+\" \"+data[1]+\" \"+data[2]);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int[] data=new int[3];\n data[0]=Integer.parseInt(st.nextToken());\n data[1]=Integer.parseInt(st.nextToken());\n data[2]=Integer.parseInt(st.nextToken());\n Arrays.sort(data);\n System.out.println(data[0]+\" \"+data[1]+\" \"+data[2]);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int[] data=new int[3];\n data[0]=Integer.parseInt(st.nextToken());\n data[1]=Integer.parseInt(st.nextToken());\n data[2]=Integer.parseInt(st.nextToken());\n Arrays.sort(data);\n System.out.println(data[0]+\" \"+data[1]+\" \"+data[2]);\n }",
"main",
"{\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int[] data=new int[3];\n data[0]=Integer.parseInt(st.nextToken());\n data[1]=Integer.parseInt(st.nextToken());\n data[2]=Integer.parseInt(st.nextToken());\n Arrays.sort(data);\n System.out.println(data[0]+\" \"+data[1]+\" \"+data[2]);\n }",
"BufferedReader br=new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer st=new StringTokenizer(br.readLine());",
"st",
"new StringTokenizer(br.readLine())",
"int[] data=new int[3];",
"data",
"new int[3]",
"3",
"data[0]=Integer.parseInt(st.nextToken())",
"data[0]",
"data",
"0",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"data[1]=Integer.parseInt(st.nextToken())",
"data[1]",
"data",
"1",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"data[2]=Integer.parseInt(st.nextToken())",
"data[2]",
"data",
"2",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"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"
] | import java.io.*;
import java.util.*;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st=new StringTokenizer(br.readLine());
int[] data=new int[3];
data[0]=Integer.parseInt(st.nextToken());
data[1]=Integer.parseInt(st.nextToken());
data[2]=Integer.parseInt(st.nextToken());
Arrays.sort(data);
System.out.println(data[0]+" "+data[1]+" "+data[2]);
}
} |
[
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,
4,
18,
13,
41,
13,
17,
42,
2,
13,
17,
30,
0,
13,
17,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
13,
0,
13,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
18,
13,
13,
14,
2,
13,
2,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
153,
5
],
[
153,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
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
],
[
35,
38
],
[
38,
39
],
[
39,
40
],
[
8,
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
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
52,
64
],
[
64,
65
],
[
65,
66
],
[
52,
67
],
[
68,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
76,
78
],
[
69,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
82,
84
],
[
79,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
91,
92
],
[
91,
93
],
[
79,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
97,
99
],
[
94,
100
],
[
79,
101
],
[
101,
102
],
[
101,
103
],
[
8,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
109,
110
],
[
109,
111
],
[
111,
112
],
[
111,
113
],
[
104,
114
],
[
114,
115
],
[
115,
116
],
[
104,
117
],
[
118,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
119,
124
],
[
124,
125
],
[
124,
126
],
[
118,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
127,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
136,
141
],
[
8,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
8,
147
],
[
147,
148
],
[
148,
149
],
[
6,
150
],
[
150,
151
],
[
0,
152
],
[
152,
153
],
[
152,
154
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] n = new int[3];\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tn[i] = Integer.parseInt(sc.next());\n\t\t}\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tfor (int i = 0; i < n.length - 1; i++) {\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tSystem.out.print(n[i]);\n\t\t\tif (i < n.length - 1) {\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\n\t\tsc.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] n = new int[3];\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tn[i] = Integer.parseInt(sc.next());\n\t\t}\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tfor (int i = 0; i < n.length - 1; i++) {\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tSystem.out.print(n[i]);\n\t\t\tif (i < n.length - 1) {\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\n\t\tsc.close();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] n = new int[3];\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tn[i] = Integer.parseInt(sc.next());\n\t\t}\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tfor (int i = 0; i < n.length - 1; i++) {\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tSystem.out.print(n[i]);\n\t\t\tif (i < n.length - 1) {\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\n\t\tsc.close();\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] n = new int[3];\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tn[i] = Integer.parseInt(sc.next());\n\t\t}\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tfor (int i = 0; i < n.length - 1; i++) {\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tSystem.out.print(n[i]);\n\t\t\tif (i < n.length - 1) {\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\n\t\tsc.close();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int[] n = new int[3];",
"n",
"new int[3]",
"3",
"for (int i = 0; i < n.length; i++) {\n\t\t\tn[i] = Integer.parseInt(sc.next());\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n.length",
"i",
"n.length",
"n",
"n.length",
"i++",
"i++",
"i",
"{\n\t\t\tn[i] = Integer.parseInt(sc.next());\n\t\t}",
"{\n\t\t\tn[i] = Integer.parseInt(sc.next());\n\t\t}",
"n[i] = Integer.parseInt(sc.next())",
"n[i]",
"n",
"i",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int flg = 1;",
"flg",
"1",
"while (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tfor (int i = 0; i < n.length - 1; i++) {\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"flg == 1",
"flg",
"1",
"{\n\t\t\tflg = 0;\n\t\t\tfor (int i = 0; i < n.length - 1; i++) {\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"flg = 0",
"flg",
"0",
"for (int i = 0; i < n.length - 1; i++) {\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n.length - 1",
"i",
"n.length - 1",
"n.length",
"n",
"n.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}",
"if(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}",
"n[i] > n[i +1]",
"n[i]",
"n",
"i",
"n[i +1]",
"n",
"i +1",
"i",
"1",
"{\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}",
"int tmp = n[i];",
"tmp",
"n[i]",
"n",
"i",
"n[i] = n[i + 1]",
"n[i]",
"n",
"i",
"n[i + 1]",
"n",
"i + 1",
"i",
"1",
"n[i + 1] = tmp",
"n[i + 1]",
"n",
"i + 1",
"i",
"1",
"tmp",
"flg = 1",
"flg",
"1",
"for (int i = 0; i < n.length; i++) {\n\t\t\tSystem.out.print(n[i]);\n\t\t\tif (i < n.length - 1) {\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n.length",
"i",
"n.length",
"n",
"n.length",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.print(n[i]);\n\t\t\tif (i < n.length - 1) {\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"{\n\t\t\tSystem.out.print(n[i]);\n\t\t\tif (i < n.length - 1) {\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"System.out.print(n[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"n[i]",
"n",
"i",
"if (i < n.length - 1) {\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}",
"i < n.length - 1",
"i",
"n.length - 1",
"n.length",
"n",
"n.length",
"1",
"{\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] n = new int[3];\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tn[i] = Integer.parseInt(sc.next());\n\t\t}\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tfor (int i = 0; i < n.length - 1; i++) {\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tSystem.out.print(n[i]);\n\t\t\tif (i < n.length - 1) {\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\n\t\tsc.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] n = new int[3];\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tn[i] = Integer.parseInt(sc.next());\n\t\t}\n\n\t\tint flg = 1;\n\t\twhile (flg == 1) {\n\t\t\tflg = 0;\n\t\t\tfor (int i = 0; i < n.length - 1; i++) {\n\t\t\t\tif(n[i] > n[i +1]) {\n\t\t\t\t\tint tmp = n[i];\n\t\t\t\t\tn[i] = n[i + 1];\n\t\t\t\t\tn[i + 1] = tmp;\n\t\t\t\t\tflg = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor (int i = 0; i < n.length; i++) {\n\t\t\tSystem.out.print(n[i]);\n\t\t\tif (i < n.length - 1) {\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\n\t\tsc.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int[] n = new int[3];
for (int i = 0; i < n.length; i++) {
n[i] = Integer.parseInt(sc.next());
}
int flg = 1;
while (flg == 1) {
flg = 0;
for (int i = 0; i < n.length - 1; i++) {
if(n[i] > n[i +1]) {
int tmp = n[i];
n[i] = n[i + 1];
n[i + 1] = tmp;
flg = 1;
}
}
}
for (int i = 0; i < n.length; i++) {
System.out.print(n[i]);
if (i < n.length - 1) {
System.out.print(" ");
}
}
System.out.println();
sc.close();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
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,
0,
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,
2,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
12,
13,
30,
41,
13,
13,
41,
13,
17,
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,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
183,
11
],
[
183,
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
],
[
14,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
14,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
14,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
14,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
14,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
72,
74
],
[
65,
75
],
[
75,
76
],
[
76,
77
],
[
65,
78
],
[
79,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
85,
86
],
[
85,
87
],
[
79,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
88,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
97,
102
],
[
14,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
103,
108
],
[
12,
109
],
[
109,
110
],
[
183,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
117,
118
],
[
117,
119
],
[
113,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
120,
125
],
[
125,
126
],
[
125,
127
],
[
127,
128
],
[
127,
129
],
[
120,
130
],
[
130,
131
],
[
131,
132
],
[
120,
133
],
[
134,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
139,
140
],
[
139,
141
],
[
135,
142
],
[
142,
143
],
[
142,
144
],
[
144,
145
],
[
144,
146
],
[
135,
147
],
[
147,
148
],
[
148,
149
],
[
135,
150
],
[
151,
151
],
[
151,
152
],
[
152,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
153,
157
],
[
157,
158
],
[
157,
159
],
[
152,
160
],
[
160,
161
],
[
161,
162
],
[
161,
163
],
[
163,
164
],
[
163,
165
],
[
160,
166
],
[
166,
167
],
[
167,
168
],
[
167,
169
],
[
166,
170
],
[
170,
171
],
[
170,
172
],
[
160,
173
],
[
173,
174
],
[
174,
175
],
[
174,
176
],
[
173,
177
],
[
113,
178
],
[
178,
179
],
[
111,
180
],
[
180,
181
],
[
0,
182
],
[
182,
183
],
[
182,
184
]
] | [
"\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\npublic class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint[] arr = new int[3];\n\t\tarr[0] = Integer.parseInt(s[0]);\n\t\tarr[1] = Integer.parseInt(s[1]);\n\t\tarr[2] = Integer.parseInt(s[2]);\n\t\tarr = sorted(arr);\n\t\tfor(int i = 0 ; i < arr.length; i++){\n\t\t\tSystem.out.print(arr[i]);\n\t\t\tif(i!= arr.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}\n\tpublic static int[] sorted(int[] array){\n\t\tint[] ar = array;\n\t\tint temp = 0;\n\t\tfor(int i = 0 ; i < array.length; i++){\n\t\t\tfor(int j = i+1 ; j < array.length;j++){\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn ar;\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint[] arr = new int[3];\n\t\tarr[0] = Integer.parseInt(s[0]);\n\t\tarr[1] = Integer.parseInt(s[1]);\n\t\tarr[2] = Integer.parseInt(s[2]);\n\t\tarr = sorted(arr);\n\t\tfor(int i = 0 ; i < arr.length; i++){\n\t\t\tSystem.out.print(arr[i]);\n\t\t\tif(i!= arr.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}\n\tpublic static int[] sorted(int[] array){\n\t\tint[] ar = array;\n\t\tint temp = 0;\n\t\tfor(int i = 0 ; i < array.length; i++){\n\t\t\tfor(int j = i+1 ; j < array.length;j++){\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn ar;\n\t}\n\n}",
"Main",
"/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint[] arr = new int[3];\n\t\tarr[0] = Integer.parseInt(s[0]);\n\t\tarr[1] = Integer.parseInt(s[1]);\n\t\tarr[2] = Integer.parseInt(s[2]);\n\t\tarr = sorted(arr);\n\t\tfor(int i = 0 ; i < arr.length; i++){\n\t\t\tSystem.out.print(arr[i]);\n\t\t\tif(i!= arr.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint[] arr = new int[3];\n\t\tarr[0] = Integer.parseInt(s[0]);\n\t\tarr[1] = Integer.parseInt(s[1]);\n\t\tarr[2] = Integer.parseInt(s[2]);\n\t\tarr = sorted(arr);\n\t\tfor(int i = 0 ; i < arr.length; i++){\n\t\t\tSystem.out.print(arr[i]);\n\t\t\tif(i!= arr.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] s = br.readLine().split(\" \");",
"s",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int[] arr = new int[3];",
"arr",
"new int[3]",
"3",
"arr[0] = Integer.parseInt(s[0])",
"arr[0]",
"arr",
"0",
"Integer.parseInt(s[0])",
"Integer.parseInt",
"Integer",
"s[0]",
"s",
"0",
"arr[1] = Integer.parseInt(s[1])",
"arr[1]",
"arr",
"1",
"Integer.parseInt(s[1])",
"Integer.parseInt",
"Integer",
"s[1]",
"s",
"1",
"arr[2] = Integer.parseInt(s[2])",
"arr[2]",
"arr",
"2",
"Integer.parseInt(s[2])",
"Integer.parseInt",
"Integer",
"s[2]",
"s",
"2",
"arr = sorted(arr)",
"arr",
"sorted(arr)",
"sorted",
"arr",
"for(int i = 0 ; i < arr.length; i++){\n\t\t\tSystem.out.print(arr[i]);\n\t\t\tif(i!= arr.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"int i = 0 ;",
"int i = 0 ;",
"i",
"0",
"i < arr.length",
"i",
"arr.length",
"arr",
"arr.length",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.print(arr[i]);\n\t\t\tif(i!= arr.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"{\n\t\t\tSystem.out.print(arr[i]);\n\t\t\tif(i!= arr.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}",
"System.out.print(arr[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"arr[i]",
"arr",
"i",
"if(i!= arr.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}",
"i!= arr.length-1",
"i",
"arr.length-1",
"arr.length",
"arr",
"arr.length",
"1",
"{\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(\"\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"",
"String[] args",
"args",
"public static int[] sorted(int[] array){\n\t\tint[] ar = array;\n\t\tint temp = 0;\n\t\tfor(int i = 0 ; i < array.length; i++){\n\t\t\tfor(int j = i+1 ; j < array.length;j++){\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn ar;\n\t}",
"sorted",
"{\n\t\tint[] ar = array;\n\t\tint temp = 0;\n\t\tfor(int i = 0 ; i < array.length; i++){\n\t\t\tfor(int j = i+1 ; j < array.length;j++){\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn ar;\n\t}",
"int[] ar = array;",
"ar",
"array",
"int temp = 0;",
"temp",
"0",
"for(int i = 0 ; i < array.length; i++){\n\t\t\tfor(int j = i+1 ; j < array.length;j++){\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i = 0 ;",
"int i = 0 ;",
"i",
"0",
"i < array.length",
"i",
"array.length",
"array",
"array.length",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j = i+1 ; j < array.length;j++){\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j = i+1 ; j < array.length;j++){\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j = i+1 ; j < array.length;j++){\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[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 < array.length",
"j",
"array.length",
"array",
"array.length",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"if(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}",
"ar[i] > ar[j]",
"ar[i]",
"ar",
"i",
"ar[j]",
"ar",
"j",
"{\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}",
"temp = ar[i]",
"temp",
"ar[i]",
"ar",
"i",
"ar[i] = ar[j]",
"ar[i]",
"ar",
"i",
"ar[j]",
"ar",
"j",
"ar[j] = temp",
"ar[j]",
"ar",
"j",
"temp",
"return ar;",
"ar",
"int[] array",
"array",
"public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint[] arr = new int[3];\n\t\tarr[0] = Integer.parseInt(s[0]);\n\t\tarr[1] = Integer.parseInt(s[1]);\n\t\tarr[2] = Integer.parseInt(s[2]);\n\t\tarr = sorted(arr);\n\t\tfor(int i = 0 ; i < arr.length; i++){\n\t\t\tSystem.out.print(arr[i]);\n\t\t\tif(i!= arr.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}\n\tpublic static int[] sorted(int[] array){\n\t\tint[] ar = array;\n\t\tint temp = 0;\n\t\tfor(int i = 0 ; i < array.length; i++){\n\t\t\tfor(int j = i+1 ; j < array.length;j++){\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn ar;\n\t}\n\n}",
"public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint[] arr = new int[3];\n\t\tarr[0] = Integer.parseInt(s[0]);\n\t\tarr[1] = Integer.parseInt(s[1]);\n\t\tarr[2] = Integer.parseInt(s[2]);\n\t\tarr = sorted(arr);\n\t\tfor(int i = 0 ; i < arr.length; i++){\n\t\t\tSystem.out.print(arr[i]);\n\t\t\tif(i!= arr.length-1){\n\t\t\t\tSystem.out.print(\" \");\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}\n\tpublic static int[] sorted(int[] array){\n\t\tint[] ar = array;\n\t\tint temp = 0;\n\t\tfor(int i = 0 ; i < array.length; i++){\n\t\t\tfor(int j = i+1 ; j < array.length;j++){\n\t\t\t\tif(ar[i] > ar[j]){\n\t\t\t\t\ttemp = ar[i];\n\t\t\t\t\tar[i] = ar[j];\n\t\t\t\t\tar[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn ar;\n\t}\n\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
/**
* @param args
* @throws IOException
*/
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] s = br.readLine().split(" ");
int[] arr = new int[3];
arr[0] = Integer.parseInt(s[0]);
arr[1] = Integer.parseInt(s[1]);
arr[2] = Integer.parseInt(s[2]);
arr = sorted(arr);
for(int i = 0 ; i < arr.length; i++){
System.out.print(arr[i]);
if(i!= arr.length-1){
System.out.print(" ");
}
}
System.out.println("");
}
public static int[] sorted(int[] array){
int[] ar = array;
int temp = 0;
for(int i = 0 ; i < array.length; i++){
for(int j = i+1 ; j < array.length;j++){
if(ar[i] > ar[j]){
temp = ar[i];
ar[i] = ar[j];
ar[j] = temp;
}
}
}
return ar;
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
4,
13,
23,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
13,
13,
13,
13,
12,
13,
30,
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,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
109,
17
],
[
109,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
18,
23
],
[
23,
24
],
[
109,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
30,
31
],
[
27,
32
],
[
32,
33
],
[
27,
34
],
[
34,
35
],
[
34,
36
],
[
27,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
27,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
27,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
27,
52
],
[
52,
53
],
[
52,
54
],
[
52,
55
],
[
52,
56
],
[
109,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
59,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
59,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
59,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
59,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
87,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
88,
91
],
[
87,
92
],
[
86,
93
],
[
93,
94
],
[
94,
95
],
[
93,
96
],
[
85,
97
],
[
87,
98
],
[
98,
99
],
[
99,
100
],
[
98,
101
],
[
57,
102
],
[
102,
103
],
[
57,
104
],
[
104,
105
],
[
57,
106
],
[
106,
107
],
[
0,
108
],
[
108,
109
],
[
108,
110
]
] | [
"import java.io.IOException;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.List;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\t\tint c;\n\n\t\tScanner scn = new Scanner(System.in);\n\t\ta = scn.nextInt();\n\t\tb = scn.nextInt();\n\t\tc = scn.nextInt();\n\t\tsort(a, b, c);\n\t}\n\n\tprivate static void sort(int a, int b, int c) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tList<Integer> list = new ArrayList<>();\n\t\tlist.add(a);\n\t\tlist.add(b);\n\t\tlist.add(c);\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}\n\n}",
"import java.io.IOException;",
"IOException",
"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.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\t\tint c;\n\n\t\tScanner scn = new Scanner(System.in);\n\t\ta = scn.nextInt();\n\t\tb = scn.nextInt();\n\t\tc = scn.nextInt();\n\t\tsort(a, b, c);\n\t}\n\n\tprivate static void sort(int a, int b, int c) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tList<Integer> list = new ArrayList<>();\n\t\tlist.add(a);\n\t\tlist.add(b);\n\t\tlist.add(c);\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tprint();\n\t}",
"main",
"{\n\t\tprint();\n\t}",
"print()",
"print",
"String[] args",
"args",
"private static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\t\tint c;\n\n\t\tScanner scn = new Scanner(System.in);\n\t\ta = scn.nextInt();\n\t\tb = scn.nextInt();\n\t\tc = scn.nextInt();\n\t\tsort(a, b, c);\n\t}",
"print",
"{\n\t\tint a;\n\t\tint b;\n\t\tint c;\n\n\t\tScanner scn = new Scanner(System.in);\n\t\ta = scn.nextInt();\n\t\tb = scn.nextInt();\n\t\tc = scn.nextInt();\n\t\tsort(a, b, c);\n\t}",
"int a;",
"a",
"int b;",
"b",
"int c;",
"c",
"Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"a = scn.nextInt()",
"a",
"scn.nextInt()",
"scn.nextInt",
"scn",
"b = scn.nextInt()",
"b",
"scn.nextInt()",
"scn.nextInt",
"scn",
"c = scn.nextInt()",
"c",
"scn.nextInt()",
"scn.nextInt",
"scn",
"sort(a, b, c)",
"sort",
"a",
"b",
"c",
"private static void sort(int a, int b, int c) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tList<Integer> list = new ArrayList<>();\n\t\tlist.add(a);\n\t\tlist.add(b);\n\t\tlist.add(c);\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}",
"sort",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tList<Integer> list = new ArrayList<>();\n\t\tlist.add(a);\n\t\tlist.add(b);\n\t\tlist.add(c);\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}",
"List<Integer> list = new ArrayList<>();",
"list",
"new ArrayList<>()",
"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",
"int a",
"a",
"int b",
"b",
"int c",
"c",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\t\tint c;\n\n\t\tScanner scn = new Scanner(System.in);\n\t\ta = scn.nextInt();\n\t\tb = scn.nextInt();\n\t\tc = scn.nextInt();\n\t\tsort(a, b, c);\n\t}\n\n\tprivate static void sort(int a, int b, int c) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tList<Integer> list = new ArrayList<>();\n\t\tlist.add(a);\n\t\tlist.add(b);\n\t\tlist.add(c);\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\t\tint c;\n\n\t\tScanner scn = new Scanner(System.in);\n\t\ta = scn.nextInt();\n\t\tb = scn.nextInt();\n\t\tc = scn.nextInt();\n\t\tsort(a, b, c);\n\t}\n\n\tprivate static void sort(int a, int b, int c) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tList<Integer> list = new ArrayList<>();\n\t\tlist.add(a);\n\t\tlist.add(b);\n\t\tlist.add(c);\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t}\n\n}",
"Main"
] | import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
print();
}
private static void print() throws IOException {
int a;
int b;
int c;
Scanner scn = new Scanner(System.in);
a = scn.nextInt();
b = scn.nextInt();
c = scn.nextInt();
sort(a, b, c);
}
private static void sort(int a, int b, int c) {
// TODO ?????????????????????????????????????????????
List<Integer> list = new ArrayList<>();
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,
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,
17,
41,
13,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
17,
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,
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
],
[
147,
11
],
[
147,
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
],
[
14,
34
],
[
34,
35
],
[
14,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
14,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
14,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
14,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
71,
72
],
[
71,
73
],
[
66,
74
],
[
74,
75
],
[
75,
76
],
[
66,
77
],
[
78,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
84,
85
],
[
84,
86
],
[
79,
87
],
[
87,
88
],
[
88,
89
],
[
79,
90
],
[
91,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
93,
99
],
[
99,
100
],
[
99,
101
],
[
92,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
105,
106
],
[
105,
107
],
[
107,
108
],
[
107,
109
],
[
102,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
113,
115
],
[
110,
116
],
[
116,
117
],
[
116,
118
],
[
102,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
119,
123
],
[
14,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
124,
129
],
[
132,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
132,
136
],
[
131,
137
],
[
137,
138
],
[
137,
139
],
[
130,
140
],
[
132,
141
],
[
141,
142
],
[
141,
143
],
[
12,
144
],
[
144,
145
],
[
0,
146
],
[
146,
147
],
[
146,
148
]
] | [
"\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String split[] = line.split(\" \", 0);\n int sort[] = new int[3];\n int temp;\n\n sort[0] = Integer.parseInt(split[0]);\n sort[1] = Integer.parseInt(split[1]);\n sort[2] = Integer.parseInt(split[2]);\n\n for (int j = 0; j < 3; j++) {\n for (int i = 1; i < 3; i++) {\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }\n }\n\n System.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String split[] = line.split(\" \", 0);\n int sort[] = new int[3];\n int temp;\n\n sort[0] = Integer.parseInt(split[0]);\n sort[1] = Integer.parseInt(split[1]);\n sort[2] = Integer.parseInt(split[2]);\n\n for (int j = 0; j < 3; j++) {\n for (int i = 1; i < 3; i++) {\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }\n }\n\n System.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String split[] = line.split(\" \", 0);\n int sort[] = new int[3];\n int temp;\n\n sort[0] = Integer.parseInt(split[0]);\n sort[1] = Integer.parseInt(split[1]);\n sort[2] = Integer.parseInt(split[2]);\n\n for (int j = 0; j < 3; j++) {\n for (int i = 1; i < 3; i++) {\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }\n }\n\n System.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String split[] = line.split(\" \", 0);\n int sort[] = new int[3];\n int temp;\n\n sort[0] = Integer.parseInt(split[0]);\n sort[1] = Integer.parseInt(split[1]);\n sort[2] = Integer.parseInt(split[2]);\n\n for (int j = 0; j < 3; j++) {\n for (int i = 1; i < 3; i++) {\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }\n }\n\n System.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String split[] = line.split(\" \", 0);",
"split",
"line.split(\" \", 0)",
"line.split",
"line",
"\" \"",
"0",
"int sort[] = new int[3];",
"sort",
"new int[3]",
"3",
"int temp;",
"temp",
"sort[0] = Integer.parseInt(split[0])",
"sort[0]",
"sort",
"0",
"Integer.parseInt(split[0])",
"Integer.parseInt",
"Integer",
"split[0]",
"split",
"0",
"sort[1] = Integer.parseInt(split[1])",
"sort[1]",
"sort",
"1",
"Integer.parseInt(split[1])",
"Integer.parseInt",
"Integer",
"split[1]",
"split",
"1",
"sort[2] = Integer.parseInt(split[2])",
"sort[2]",
"sort",
"2",
"Integer.parseInt(split[2])",
"Integer.parseInt",
"Integer",
"split[2]",
"split",
"2",
"for (int j = 0; j < 3; j++) {\n for (int i = 1; i < 3; i++) {\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }\n }",
"int j = 0;",
"int j = 0;",
"j",
"0",
"j < 3",
"j",
"3",
"j++",
"j++",
"j",
"{\n for (int i = 1; i < 3; i++) {\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }\n }",
"{\n for (int i = 1; i < 3; i++) {\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }\n }",
"for (int i = 1; i < 3; i++) {\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }",
"int i = 1;",
"int i = 1;",
"i",
"1",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }",
"{\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }",
"if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }",
"sort[i - 1] > sort[i]",
"sort[i - 1]",
"sort",
"i - 1",
"i",
"1",
"sort[i]",
"sort",
"i",
"{\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }",
"temp = sort[i - 1]",
"temp",
"sort[i - 1]",
"sort",
"i - 1",
"i",
"1",
"sort[i - 1] = sort[i]",
"sort[i - 1]",
"sort",
"i - 1",
"i",
"1",
"sort[i]",
"sort",
"i",
"sort[i] = temp",
"sort[i]",
"sort",
"i",
"temp",
"System.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"sort[0] + \" \" + sort[1] + \" \" + sort[2]",
"\" \"",
"sort[1]",
"sort[0] + \" \" + sort[1] + \" \" + sort[2]",
"sort[0]",
"sort",
"0",
"\" \"",
"sort[1]",
"sort",
"1",
"\" \"",
"sort[2]",
"sort",
"2",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String split[] = line.split(\" \", 0);\n int sort[] = new int[3];\n int temp;\n\n sort[0] = Integer.parseInt(split[0]);\n sort[1] = Integer.parseInt(split[1]);\n sort[2] = Integer.parseInt(split[2]);\n\n for (int j = 0; j < 3; j++) {\n for (int i = 1; i < 3; i++) {\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }\n }\n\n System.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String split[] = line.split(\" \", 0);\n int sort[] = new int[3];\n int temp;\n\n sort[0] = Integer.parseInt(split[0]);\n sort[1] = Integer.parseInt(split[1]);\n sort[2] = Integer.parseInt(split[2]);\n\n for (int j = 0; j < 3; j++) {\n for (int i = 1; i < 3; i++) {\n if (sort[i - 1] > sort[i]) {\n temp = sort[i - 1];\n sort[i - 1] = sort[i];\n sort[i] = temp;\n }\n }\n }\n\n System.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n }\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
String split[] = line.split(" ", 0);
int sort[] = new int[3];
int temp;
sort[0] = Integer.parseInt(split[0]);
sort[1] = Integer.parseInt(split[1]);
sort[2] = Integer.parseInt(split[2]);
for (int j = 0; j < 3; j++) {
for (int i = 1; i < 3; i++) {
if (sort[i - 1] > sort[i]) {
temp = sort[i - 1];
sort[i - 1] = sort[i];
sort[i] = temp;
}
}
}
System.out.println(sort[0] + " " + sort[1] + " " + sort[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,
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,
30,
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
],
[
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
],
[
120,
121
],
[
120,
122
],
[
118,
123
],
[
118,
124
],
[
118,
125
],
[
118,
126
],
[
6,
127
],
[
127,
128
]
] | [
"import java.util.Scanner;\nclass Main\n {\n public static void main(String[] args)\n {\n Scanner S = new Scanner(System.in);\n int a = S.nextInt();\n int b = S.nextInt();\n int c = S.nextInt();\n if(a<b && b<c){\n System.out.printf(\"%d %d %d\\n\", a, b, c);\n }\n else if(a<b && c<b){\n System.out.printf(\"%d %d %d\\n\", a, c, b);\n }\n else if(b < a && a < c){\n System.out.printf(\"%d %d %d\\n\", b, a, c);\n }\n else if(b < c && c < a){\n System.out.printf(\"%d %d %d\\n\", b, c, a);\n }\n else if(c < a && a < b){\n System.out.printf(\"%d %d %d\\n\", c, a, b);\n }\n else{\n System.out.printf(\"%d %d %d\\n\", c, b, a);\n }\n}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n {\n public static void main(String[] args)\n {\n Scanner S = new Scanner(System.in);\n int a = S.nextInt();\n int b = S.nextInt();\n int c = S.nextInt();\n if(a<b && b<c){\n System.out.printf(\"%d %d %d\\n\", a, b, c);\n }\n else if(a<b && c<b){\n System.out.printf(\"%d %d %d\\n\", a, c, b);\n }\n else if(b < a && a < c){\n System.out.printf(\"%d %d %d\\n\", b, a, c);\n }\n else if(b < c && c < a){\n System.out.printf(\"%d %d %d\\n\", b, c, a);\n }\n else if(c < a && a < b){\n System.out.printf(\"%d %d %d\\n\", c, a, b);\n }\n else{\n System.out.printf(\"%d %d %d\\n\", c, b, a);\n }\n}\n}",
"Main",
"public static void main(String[] args)\n {\n Scanner S = new Scanner(System.in);\n int a = S.nextInt();\n int b = S.nextInt();\n int c = S.nextInt();\n if(a<b && b<c){\n System.out.printf(\"%d %d %d\\n\", a, b, c);\n }\n else if(a<b && c<b){\n System.out.printf(\"%d %d %d\\n\", a, c, b);\n }\n else if(b < a && a < c){\n System.out.printf(\"%d %d %d\\n\", b, a, c);\n }\n else if(b < c && c < a){\n System.out.printf(\"%d %d %d\\n\", b, c, a);\n }\n else if(c < a && a < b){\n System.out.printf(\"%d %d %d\\n\", c, a, b);\n }\n else{\n System.out.printf(\"%d %d %d\\n\", c, b, a);\n }\n}",
"main",
"{\n Scanner S = new Scanner(System.in);\n int a = S.nextInt();\n int b = S.nextInt();\n int c = S.nextInt();\n if(a<b && b<c){\n System.out.printf(\"%d %d %d\\n\", a, b, c);\n }\n else if(a<b && c<b){\n System.out.printf(\"%d %d %d\\n\", a, c, b);\n }\n else if(b < a && a < c){\n System.out.printf(\"%d %d %d\\n\", b, a, c);\n }\n else if(b < c && c < a){\n System.out.printf(\"%d %d %d\\n\", b, c, a);\n }\n else if(c < a && a < b){\n System.out.printf(\"%d %d %d\\n\", c, a, b);\n }\n else{\n System.out.printf(\"%d %d %d\\n\", c, b, a);\n }\n}",
"Scanner S = new Scanner(System.in);",
"S",
"new Scanner(System.in)",
"int a = S.nextInt();",
"a",
"S.nextInt()",
"S.nextInt",
"S",
"int b = S.nextInt();",
"b",
"S.nextInt()",
"S.nextInt",
"S",
"int c = S.nextInt();",
"c",
"S.nextInt()",
"S.nextInt",
"S",
"if(a<b && b<c){\n System.out.printf(\"%d %d %d\\n\", a, b, c);\n }\n else if(a<b && c<b){\n System.out.printf(\"%d %d %d\\n\", a, c, b);\n }\n else if(b < a && a < c){\n System.out.printf(\"%d %d %d\\n\", b, a, c);\n }\n else if(b < c && c < a){\n System.out.printf(\"%d %d %d\\n\", b, c, a);\n }\n else if(c < a && a < b){\n System.out.printf(\"%d %d %d\\n\", c, a, b);\n }\n else{\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<b && c<b){\n System.out.printf(\"%d %d %d\\n\", a, c, b);\n }\n else if(b < a && a < c){\n System.out.printf(\"%d %d %d\\n\", b, a, c);\n }\n else if(b < c && c < a){\n System.out.printf(\"%d %d %d\\n\", b, c, a);\n }\n else if(c < a && a < b){\n System.out.printf(\"%d %d %d\\n\", c, a, b);\n }\n else{\n System.out.printf(\"%d %d %d\\n\", c, b, a);\n }",
"a<b && c<b",
"a<b",
"a",
"b",
"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 }\n else if(b < c && c < a){\n System.out.printf(\"%d %d %d\\n\", b, c, a);\n }\n else if(c < a && a < b){\n System.out.printf(\"%d %d %d\\n\", c, a, b);\n }\n else{\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 }\n else if(c < a && a < b){\n System.out.printf(\"%d %d %d\\n\", c, a, b);\n }\n else{\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 }\n else{\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",
"{\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"
] | import java.util.Scanner;
class Main
{
public static void main(String[] args)
{
Scanner S = new Scanner(System.in);
int a = S.nextInt();
int b = S.nextInt();
int c = S.nextInt();
if(a<b && b<c){
System.out.printf("%d %d %d\n", a, b, c);
}
else if(a<b && 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{
System.out.printf("%d %d %d\n", c, b, a);
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
17,
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
] | [
[
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,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
40,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
58,
60
],
[
54,
61
],
[
61,
62
],
[
61,
63
],
[
8,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
68,
75
],
[
75,
76
],
[
75,
77
],
[
8,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
86,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
84,
90
],
[
86,
91
],
[
6,
92
],
[
92,
93
]
] | [
"import java.util.*;\n\nclass Main{\npublic static void main(String[] args){\nScanner sc = new Scanner(System.in);\nint a,b,c;\nint temp =0;\na =sc.nextInt();\nb =sc.nextInt();\nc =sc.nextInt();\nif(a>b){ temp = a; a = b; b = temp;}\nif(b>c){ temp = b; b = c; c = temp;}\nif(a>b){ temp = a; a = b; b = temp;}\nSystem.out.println(a+\" \"+b+\" \"+c);\n}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\npublic static void main(String[] args){\nScanner sc = new Scanner(System.in);\nint a,b,c;\nint temp =0;\na =sc.nextInt();\nb =sc.nextInt();\nc =sc.nextInt();\nif(a>b){ temp = a; a = b; b = temp;}\nif(b>c){ temp = b; b = c; c = temp;}\nif(a>b){ temp = a; a = b; b = temp;}\nSystem.out.println(a+\" \"+b+\" \"+c);\n}\n}",
"Main",
"public static void main(String[] args){\nScanner sc = new Scanner(System.in);\nint a,b,c;\nint temp =0;\na =sc.nextInt();\nb =sc.nextInt();\nc =sc.nextInt();\nif(a>b){ temp = a; a = b; b = temp;}\nif(b>c){ temp = b; b = c; c = temp;}\nif(a>b){ temp = a; a = b; b = temp;}\nSystem.out.println(a+\" \"+b+\" \"+c);\n}",
"main",
"{\nScanner sc = new Scanner(System.in);\nint a,b,c;\nint temp =0;\na =sc.nextInt();\nb =sc.nextInt();\nc =sc.nextInt();\nif(a>b){ temp = a; a = b; b = temp;}\nif(b>c){ temp = b; b = c; c = temp;}\nif(a>b){ temp = a; a = b; b = temp;}\nSystem.out.println(a+\" \"+b+\" \"+c);\n}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"int temp =0;",
"temp",
"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",
"if(a>b){ temp = a; a = b; b = temp;}",
"a>b",
"a",
"b",
"{ temp = a; a = b; b = temp;}",
"temp = a",
"temp",
"a",
"a = b",
"a",
"b",
"b = temp",
"b",
"temp",
"if(b>c){ temp = b; b = c; c = temp;}",
"b>c",
"b",
"c",
"{ temp = b; b = c; c = temp;}",
"temp = b",
"temp",
"b",
"b = c",
"b",
"c",
"c = temp",
"c",
"temp",
"if(a>b){ temp = a; a = b; b = temp;}",
"a>b",
"a",
"b",
"{ temp = a; a = b; b = temp;}",
"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"
] | import java.util.*;
class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a,b,c;
int temp =0;
a =sc.nextInt();
b =sc.nextInt();
c =sc.nextInt();
if(a>b){ temp = a; a = b; b = temp;}
if(b>c){ temp = b; b = c; c = temp;}
if(a>b){ temp = a; a = b; b = temp;}
System.out.println(a+" "+b+" "+c);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
13,
13,
13,
13,
23,
13,
12,
13,
30,
41,
13,
17,
41,
13,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
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,
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
],
[
136,
14
],
[
136,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
17,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
17,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
17,
39
],
[
39,
40
],
[
39,
41
],
[
39,
42
],
[
39,
43
],
[
15,
44
],
[
44,
45
],
[
136,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
48,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
64,
66
],
[
57,
67
],
[
67,
68
],
[
68,
69
],
[
57,
70
],
[
71,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
76,
78
],
[
72,
79
],
[
79,
80
],
[
79,
81
],
[
72,
82
],
[
82,
83
],
[
83,
84
],
[
72,
85
],
[
86,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
92,
93
],
[
92,
94
],
[
87,
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
],
[
95,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
48,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
113,
118
],
[
121,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
120,
126
],
[
126,
127
],
[
126,
128
],
[
119,
129
],
[
121,
130
],
[
130,
131
],
[
130,
132
],
[
46,
133
],
[
133,
134
],
[
0,
135
],
[
135,
136
],
[
135,
137
]
] | [
"\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner sc = new Scanner(br.readLine());\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tshou(a,b,c);\n\t}\n\tstatic void shou(int...is ){int tmp=0;\n\t\tint l=is.length;\n\t\tfor(int i=0;i<l-1;i++){\n\t\t\tfor(int n=i+1;n<l;n++){\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t\t}System.out.println(is[0]+\" \"+is[1]+\" \"+is[2]);\n\t\t}}\n\t",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner sc = new Scanner(br.readLine());\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tshou(a,b,c);\n\t}\n\tstatic void shou(int...is ){int tmp=0;\n\t\tint l=is.length;\n\t\tfor(int i=0;i<l-1;i++){\n\t\t\tfor(int n=i+1;n<l;n++){\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t\t}System.out.println(is[0]+\" \"+is[1]+\" \"+is[2]);\n\t\t}}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner sc = new Scanner(br.readLine());\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tshou(a,b,c);\n\t}",
"main",
"{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner sc = new Scanner(br.readLine());\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tshou(a,b,c);\n\t}",
"BufferedReader br=new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"Scanner sc = new Scanner(br.readLine());",
"sc",
"new Scanner(br.readLine())",
"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",
"shou(a,b,c)",
"shou",
"a",
"b",
"c",
"String[] args",
"args",
"static void shou(int...is ){int tmp=0;\n\t\tint l=is.length;\n\t\tfor(int i=0;i<l-1;i++){\n\t\t\tfor(int n=i+1;n<l;n++){\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t\t}System.out.println(is[0]+\" \"+is[1]+\" \"+is[2]);\n\t\t}",
"shou",
"{int tmp=0;\n\t\tint l=is.length;\n\t\tfor(int i=0;i<l-1;i++){\n\t\t\tfor(int n=i+1;n<l;n++){\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t\t}System.out.println(is[0]+\" \"+is[1]+\" \"+is[2]);\n\t\t}",
"int tmp=0;",
"tmp",
"0",
"int l=is.length;",
"l",
"is.length",
"is",
"is.length",
"for(int i=0;i<l-1;i++){\n\t\t\tfor(int n=i+1;n<l;n++){\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<l-1",
"i",
"l-1",
"l",
"1",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int n=i+1;n<l;n++){\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t\t}",
"{\n\t\t\tfor(int n=i+1;n<l;n++){\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t\t}",
"for(int n=i+1;n<l;n++){\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}",
"int n=i+1;",
"int n=i+1;",
"n",
"i+1",
"i",
"1",
"n<l",
"n",
"l",
"n++",
"n++",
"n",
"{\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}",
"if(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}",
"is[i]>is[n]",
"is[i]",
"is",
"i",
"is[n]",
"is",
"n",
"{\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}",
"tmp=is[i]",
"tmp",
"is[i]",
"is",
"i",
"is[i]=is[n]",
"is[i]",
"is",
"i",
"is[n]",
"is",
"n",
"is[n]=tmp",
"is[n]",
"is",
"n",
"tmp",
"System.out.println(is[0]+\" \"+is[1]+\" \"+is[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"is[0]+\" \"+is[1]+\" \"+is[2]",
"\" \"",
"is[1]",
"is[0]+\" \"+is[1]+\" \"+is[2]",
"is[0]",
"is",
"0",
"\" \"",
"is[1]",
"is",
"1",
"\" \"",
"is[2]",
"is",
"2",
"int...is",
"is",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner sc = new Scanner(br.readLine());\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tshou(a,b,c);\n\t}\n\tstatic void shou(int...is ){int tmp=0;\n\t\tint l=is.length;\n\t\tfor(int i=0;i<l-1;i++){\n\t\t\tfor(int n=i+1;n<l;n++){\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t\t}System.out.println(is[0]+\" \"+is[1]+\" \"+is[2]);\n\t\t}}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner sc = new Scanner(br.readLine());\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tshou(a,b,c);\n\t}\n\tstatic void shou(int...is ){int tmp=0;\n\t\tint l=is.length;\n\t\tfor(int i=0;i<l-1;i++){\n\t\t\tfor(int n=i+1;n<l;n++){\n\t\t\t\tif(is[i]>is[n]){\n\t\t\t\t\ttmp=is[i];\n\t\t\t\t\tis[i]=is[n];\n\t\t\t\t\tis[n]=tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t\t}System.out.println(is[0]+\" \"+is[1]+\" \"+is[2]);\n\t\t}}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
Scanner sc = new Scanner(br.readLine());
int a=sc.nextInt();
int b=sc.nextInt();
int c=sc.nextInt();
shou(a,b,c);
}
static void shou(int...is ){int tmp=0;
int l=is.length;
for(int i=0;i<l-1;i++){
for(int n=i+1;n<l;n++){
if(is[i]>is[n]){
tmp=is[i];
is[i]=is[n];
is[n]=tmp;
}
}
}System.out.println(is[0]+" "+is[1]+" "+is[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,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
21,
22
],
[
21,
23
],
[
16,
24
],
[
24,
25
],
[
25,
26
],
[
16,
27
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
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
],
[
6,
60
],
[
60,
61
]
] | [
"import java.util.*;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor (int i=0; i<3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor (int i=0; i<3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor (int i=0; i<3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor (int i=0; i<3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}\n\t\tArrays.sort(a);\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[] a = new int[3];",
"a",
"new int[3]",
"3",
"for (int i=0; i<3; i++) {\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}",
"{\n\t\t\ta[i] = stdIn.nextInt();\n\t\t}",
"a[i] = stdIn.nextInt()",
"a[i]",
"a",
"i",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"Arrays.sort(a)",
"Arrays.sort",
"Arrays",
"a",
"System.out.println(a[0]+\" \"+a[1]+\" \"+a[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[0]+\" \"+a[1]+\" \"+a[2]",
"\" \"",
"a[1]",
"a[0]+\" \"+a[1]+\" \"+a[2]",
"a[0]",
"a",
"0",
"\" \"",
"a[1]",
"a",
"1",
"\" \"",
"a[2]",
"a",
"2",
"String[] args",
"args"
] | import java.util.*;
class Main {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
int[] a = new int[3];
for (int i=0; i<3; i++) {
a[i] = stdIn.nextInt();
}
Arrays.sort(a);
System.out.println(a[0]+" "+a[1]+" "+a[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
40,
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,
13,
13,
2,
13,
13,
2,
13,
13,
30,
41,
13,
13,
41,
13,
13,
41,
13,
13,
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,
41,
13,
13,
41,
13,
13,
41,
13,
13,
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,
41,
13,
13,
41,
13,
13,
41,
13,
13,
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,
41,
13,
13,
41,
13,
13,
41,
13,
13,
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,
41,
13,
13,
41,
13,
13,
41,
13,
13,
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,
41,
13,
13,
41,
13,
13,
41,
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
],
[
288,
5
],
[
288,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
12,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
12,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
31,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
39,
43
],
[
43,
44
],
[
31,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
31,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
31,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
66,
68
],
[
31,
69
],
[
69,
70
],
[
71,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
75,
77
],
[
71,
78
],
[
78,
79
],
[
78,
80
],
[
69,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
81,
88
],
[
88,
89
],
[
88,
90
],
[
81,
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
],
[
69,
105
],
[
105,
106
],
[
107,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
111,
112
],
[
111,
113
],
[
107,
114
],
[
114,
115
],
[
114,
116
],
[
105,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
117,
121
],
[
121,
122
],
[
121,
123
],
[
117,
124
],
[
124,
125
],
[
124,
126
],
[
117,
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
],
[
105,
141
],
[
141,
142
],
[
143,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
143,
147
],
[
147,
148
],
[
147,
149
],
[
143,
150
],
[
150,
151
],
[
150,
152
],
[
141,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
153,
157
],
[
157,
158
],
[
157,
159
],
[
153,
160
],
[
160,
161
],
[
160,
162
],
[
153,
163
],
[
163,
164
],
[
164,
165
],
[
165,
166
],
[
165,
167
],
[
163,
168
],
[
171,
169
],
[
169,
170
],
[
170,
171
],
[
171,
172
],
[
171,
173
],
[
170,
174
],
[
169,
175
],
[
171,
176
],
[
141,
177
],
[
177,
178
],
[
178,
179
],
[
179,
180
],
[
180,
181
],
[
180,
182
],
[
179,
183
],
[
183,
184
],
[
183,
185
],
[
178,
186
],
[
186,
187
],
[
186,
188
],
[
177,
189
],
[
189,
190
],
[
190,
191
],
[
190,
192
],
[
189,
193
],
[
193,
194
],
[
193,
195
],
[
189,
196
],
[
196,
197
],
[
196,
198
],
[
189,
199
],
[
199,
200
],
[
200,
201
],
[
201,
202
],
[
201,
203
],
[
199,
204
],
[
207,
205
],
[
205,
206
],
[
206,
207
],
[
207,
208
],
[
207,
209
],
[
206,
210
],
[
205,
211
],
[
207,
212
],
[
177,
213
],
[
213,
214
],
[
215,
215
],
[
215,
216
],
[
216,
217
],
[
216,
218
],
[
215,
219
],
[
219,
220
],
[
219,
221
],
[
215,
222
],
[
222,
223
],
[
222,
224
],
[
213,
225
],
[
225,
226
],
[
226,
227
],
[
226,
228
],
[
225,
229
],
[
229,
230
],
[
229,
231
],
[
225,
232
],
[
232,
233
],
[
232,
234
],
[
225,
235
],
[
235,
236
],
[
236,
237
],
[
237,
238
],
[
237,
239
],
[
235,
240
],
[
243,
241
],
[
241,
242
],
[
242,
243
],
[
243,
244
],
[
243,
245
],
[
242,
246
],
[
241,
247
],
[
243,
248
],
[
213,
249
],
[
249,
250
],
[
251,
251
],
[
251,
252
],
[
252,
253
],
[
252,
254
],
[
251,
255
],
[
255,
256
],
[
255,
257
],
[
251,
258
],
[
258,
259
],
[
258,
260
],
[
249,
261
],
[
261,
262
],
[
262,
263
],
[
262,
264
],
[
261,
265
],
[
265,
266
],
[
265,
267
],
[
261,
268
],
[
268,
269
],
[
268,
270
],
[
261,
271
],
[
271,
272
],
[
272,
273
],
[
273,
274
],
[
273,
275
],
[
271,
276
],
[
279,
277
],
[
277,
278
],
[
278,
279
],
[
279,
280
],
[
279,
281
],
[
278,
282
],
[
277,
283
],
[
279,
284
],
[
6,
285
],
[
285,
286
],
[
0,
287
],
[
287,
288
],
[
287,
289
]
] | [
"import java.io.*;\n\npublic class Main {\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] num = line.split(\" \", -1);\n int a = Integer.parseInt(num[0]);\n int b = Integer.parseInt(num[1]);\n int c = Integer.parseInt(num[2]);\n if (a <= b && b <= c && a <= c) {\n int x = a;\n int y = b;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b && b >= c && a <= c) {\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] num = line.split(\" \", -1);\n int a = Integer.parseInt(num[0]);\n int b = Integer.parseInt(num[1]);\n int c = Integer.parseInt(num[2]);\n if (a <= b && b <= c && a <= c) {\n int x = a;\n int y = b;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b && b >= c && a <= c) {\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] num = line.split(\" \", -1);\n int a = Integer.parseInt(num[0]);\n int b = Integer.parseInt(num[1]);\n int c = Integer.parseInt(num[2]);\n if (a <= b && b <= c && a <= c) {\n int x = a;\n int y = b;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b && b >= c && a <= c) {\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }",
"main",
"{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] num = line.split(\" \", -1);\n int a = Integer.parseInt(num[0]);\n int b = Integer.parseInt(num[1]);\n int c = Integer.parseInt(num[2]);\n if (a <= b && b <= c && a <= c) {\n int x = a;\n int y = b;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b && b >= c && a <= c) {\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"try {\n String line = reader.readLine();\n String[] num = line.split(\" \", -1);\n int a = Integer.parseInt(num[0]);\n int b = Integer.parseInt(num[1]);\n int c = Integer.parseInt(num[2]);\n if (a <= b && b <= c && a <= c) {\n int x = a;\n int y = b;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b && b >= c && a <= c) {\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }",
"catch (IOException e) {\n System.out.println(e);\n }",
"IOException e",
"{\n System.out.println(e);\n }",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"catch (NumberFormatException e) {\n System.out.println(\"error\");\n }",
"NumberFormatException e",
"{\n System.out.println(\"error\");\n }",
"System.out.println(\"error\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"error\"",
"{\n String line = reader.readLine();\n String[] num = line.split(\" \", -1);\n int a = Integer.parseInt(num[0]);\n int b = Integer.parseInt(num[1]);\n int c = Integer.parseInt(num[2]);\n if (a <= b && b <= c && a <= c) {\n int x = a;\n int y = b;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b && b >= c && a <= c) {\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }\n }",
"String line = reader.readLine();",
"line",
"reader.readLine()",
"reader.readLine",
"reader",
"String[] num = line.split(\" \", -1);",
"num",
"line.split(\" \", -1)",
"line.split",
"line",
"\" \"",
"-1",
"1",
"int a = Integer.parseInt(num[0]);",
"a",
"Integer.parseInt(num[0])",
"Integer.parseInt",
"Integer",
"num[0]",
"num",
"0",
"int b = Integer.parseInt(num[1]);",
"b",
"Integer.parseInt(num[1])",
"Integer.parseInt",
"Integer",
"num[1]",
"num",
"1",
"int c = Integer.parseInt(num[2]);",
"c",
"Integer.parseInt(num[2])",
"Integer.parseInt",
"Integer",
"num[2]",
"num",
"2",
"if (a <= b && b <= c && a <= c) {\n int x = a;\n int y = b;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b && b >= c && a <= c) {\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"a <= b && b <= c && a <= c",
"a <= b && b <= c && a <= c",
"a <= b",
"a",
"b",
"b <= c",
"b",
"c",
"a <= c",
"a",
"c",
"{\n int x = a;\n int y = b;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"int x = a;",
"x",
"a",
"int y = b;",
"y",
"b",
"int z = c;",
"z",
"c",
"System.out.println(x + \" \" + y + \" \" + z)",
"System.out.println",
"System.out",
"System",
"System.out",
"x + \" \" + y + \" \" + z",
"\" \"",
"y",
"x + \" \" + y + \" \" + z",
"x",
"\" \"",
"y",
"\" \"",
"z",
"if (a <= b && b >= c && a <= c) {\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"a <= b && b >= c && a <= c",
"a <= b && b >= c && a <= c",
"a <= b",
"a",
"b",
"b >= c",
"b",
"c",
"a <= c",
"a",
"c",
"{\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"int x = a;",
"x",
"a",
"int y = c;",
"y",
"c",
"int z = b;",
"z",
"b",
"System.out.println(x + \" \" + y + \" \" + z)",
"System.out.println",
"System.out",
"System",
"System.out",
"x + \" \" + y + \" \" + z",
"\" \"",
"y",
"x + \" \" + y + \" \" + z",
"x",
"\" \"",
"y",
"\" \"",
"z",
"if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"a >= b && b <= c && a <= c",
"a >= b && b <= c && a <= c",
"a >= b",
"a",
"b",
"b <= c",
"b",
"c",
"a <= c",
"a",
"c",
"{\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"int x = b;",
"x",
"b",
"int y = a;",
"y",
"a",
"int z = c;",
"z",
"c",
"System.out.println(x + \" \" + y + \" \" + z)",
"System.out.println",
"System.out",
"System",
"System.out",
"x + \" \" + y + \" \" + z",
"\" \"",
"y",
"x + \" \" + y + \" \" + z",
"x",
"\" \"",
"y",
"\" \"",
"z",
"if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"a <= b & b >= c && a >= c",
"a <= b & b >= c",
"a <= b",
"a",
"b",
"b >= c",
"b",
"c",
"a >= c",
"a",
"c",
"{\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"int x = c;",
"x",
"c",
"int y = a;",
"y",
"a",
"int z = b;",
"z",
"b",
"System.out.println(x + \" \" + y + \" \" + z)",
"System.out.println",
"System.out",
"System",
"System.out",
"x + \" \" + y + \" \" + z",
"\" \"",
"y",
"x + \" \" + y + \" \" + z",
"x",
"\" \"",
"y",
"\" \"",
"z",
"if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"a >= b && b <= c && a >= c",
"a >= b && b <= c && a >= c",
"a >= b",
"a",
"b",
"b <= c",
"b",
"c",
"a >= c",
"a",
"c",
"{\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"int x = b;",
"x",
"b",
"int y = c;",
"y",
"c",
"int 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",
"if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"a >= b && b >= c && a >= c",
"a >= b && b >= c && a >= c",
"a >= b",
"a",
"b",
"b >= c",
"b",
"c",
"a >= c",
"a",
"c",
"{\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"int x = c;",
"x",
"c",
"int y = b;",
"y",
"b",
"int 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 public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] num = line.split(\" \", -1);\n int a = Integer.parseInt(num[0]);\n int b = Integer.parseInt(num[1]);\n int c = Integer.parseInt(num[2]);\n if (a <= b && b <= c && a <= c) {\n int x = a;\n int y = b;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b && b >= c && a <= c) {\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] num = line.split(\" \", -1);\n int a = Integer.parseInt(num[0]);\n int b = Integer.parseInt(num[1]);\n int c = Integer.parseInt(num[2]);\n if (a <= b && b <= c && a <= c) {\n int x = a;\n int y = b;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b && b >= c && a <= c) {\n int x = a;\n int y = c;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a <= c) {\n int x = b;\n int y = a;\n int z = c;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a <= b & b >= c && a >= c) {\n int x = c;\n int y = a;\n int z = b;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b <= c && a >= c) {\n int x = b;\n int y = c;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n } else if (a >= b && b >= c && a >= c) {\n int x = c;\n int y = b;\n int z = a;\n System.out.println(x + \" \" + y + \" \" + z);\n }\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
try {
String line = reader.readLine();
String[] num = line.split(" ", -1);
int a = Integer.parseInt(num[0]);
int b = Integer.parseInt(num[1]);
int c = Integer.parseInt(num[2]);
if (a <= b && b <= c && a <= c) {
int x = a;
int y = b;
int z = c;
System.out.println(x + " " + y + " " + z);
} else if (a <= b && b >= c && a <= c) {
int x = a;
int y = c;
int z = b;
System.out.println(x + " " + y + " " + z);
} else if (a >= b && b <= c && a <= c) {
int x = b;
int y = a;
int z = c;
System.out.println(x + " " + y + " " + z);
} else if (a <= b & b >= c && a >= c) {
int x = c;
int y = a;
int z = b;
System.out.println(x + " " + y + " " + z);
} else if (a >= b && b <= c && a >= c) {
int x = b;
int y = c;
int z = a;
System.out.println(x + " " + y + " " + z);
} else if (a >= b && b >= c && a >= c) {
int x = c;
int y = b;
int z = a;
System.out.println(x + " " + y + " " + z);
}
} catch (IOException e) {
System.out.println(e);
} catch (NumberFormatException e) {
System.out.println("error");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
39,
13,
13,
13,
41,
13,
17,
14,
40,
2,
2,
2,
2,
2,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
30,
4,
18,
13,
17,
11,
1,
41,
13,
17,
2,
13,
18,
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,
11,
1,
41,
13,
17,
2,
13,
18,
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,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
14,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
14,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
14,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
52,
55
],
[
14,
56
],
[
56,
57
],
[
56,
58
],
[
14,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
78,
63
],
[
75,
64
],
[
72,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
69,
71
],
[
72,
72
],
[
72,
73
],
[
72,
74
],
[
75,
75
],
[
75,
76
],
[
75,
77
],
[
78,
78
],
[
78,
79
],
[
78,
80
],
[
61,
81
],
[
81,
82
],
[
81,
83
],
[
59,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
85,
88
],
[
14,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
89,
99
],
[
99,
100
],
[
100,
101
],
[
89,
102
],
[
103,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
108,
109
],
[
108,
110
],
[
105,
111
],
[
111,
112
],
[
111,
113
],
[
104,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
117,
118
],
[
117,
119
],
[
119,
120
],
[
119,
121
],
[
114,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
125,
127
],
[
122,
128
],
[
128,
129
],
[
128,
130
],
[
114,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
131,
135
],
[
14,
136
],
[
136,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
136,
141
],
[
141,
142
],
[
141,
143
],
[
143,
144
],
[
143,
145
],
[
136,
146
],
[
146,
147
],
[
147,
148
],
[
136,
149
],
[
150,
150
],
[
150,
151
],
[
151,
152
],
[
152,
153
],
[
153,
154
],
[
153,
155
],
[
155,
156
],
[
155,
157
],
[
152,
158
],
[
158,
159
],
[
158,
160
],
[
151,
161
],
[
161,
162
],
[
162,
163
],
[
162,
164
],
[
164,
165
],
[
164,
166
],
[
166,
167
],
[
166,
168
],
[
161,
169
],
[
169,
170
],
[
170,
171
],
[
170,
172
],
[
172,
173
],
[
172,
174
],
[
169,
175
],
[
175,
176
],
[
175,
177
],
[
161,
178
],
[
178,
179
],
[
179,
180
],
[
179,
181
],
[
178,
182
],
[
14,
183
],
[
183,
184
],
[
184,
185
],
[
185,
186
],
[
185,
187
],
[
183,
188
],
[
191,
189
],
[
189,
190
],
[
190,
191
],
[
191,
192
],
[
192,
193
],
[
192,
194
],
[
191,
195
],
[
190,
196
],
[
196,
197
],
[
196,
198
],
[
189,
199
],
[
191,
200
],
[
200,
201
],
[
200,
202
],
[
12,
203
],
[
203,
204
]
] | [
"/*AOJ-ITP-2-2*/\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n \nclass 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().split(\" \");\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\tint[] sort = {a,b,c}; \n\t\tint v=0;\n\t\t\n\t\tif(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}\n\t\t\n\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t\t\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main{\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str = br.readLine().split(\" \");\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\tint[] sort = {a,b,c}; \n\t\tint v=0;\n\t\t\n\t\tif(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}\n\t\t\n\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\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().split(\" \");\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\tint[] sort = {a,b,c}; \n\t\tint v=0;\n\t\t\n\t\tif(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}\n\t\t\n\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t\t\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str = br.readLine().split(\" \");\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\tint[] sort = {a,b,c}; \n\t\tint v=0;\n\t\t\n\t\tif(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}\n\t\t\n\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t\t\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int 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",
"int[] sort = {a,b,c};",
"sort",
"{a,b,c}",
"a",
"b",
"c",
"int v=0;",
"v",
"0",
"if(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}",
"!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)",
"(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)",
"b <= 10000",
"a <= 10000",
"c >= 1",
"a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000",
"a >= 1",
"a",
"1",
"b >= 1",
"b",
"1",
"c >= 1",
"c",
"1",
"a <= 10000",
"a",
"10000",
"b <= 10000",
"b",
"10000",
"c <= 10000",
"c",
"10000",
"{System.exit(1);}",
"System.exit(1)",
"System.exit",
"System",
"1",
"for(int i = 1 ; i < sort.length ; i++){\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}",
"int i = 1 ;",
"int i = 1 ;",
"i",
"1",
"i < sort.length",
"i",
"sort.length",
"sort",
"sort.length",
"i++",
"i++",
"i",
"{\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}",
"if(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}",
"sort[i-1] > sort[i]",
"sort[i-1]",
"sort",
"i-1",
"i",
"1",
"sort[i]",
"sort",
"i",
"{\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}",
"v = sort[i-1]",
"v",
"sort[i-1]",
"sort",
"i-1",
"i",
"1",
"sort[i-1] = sort[i]",
"sort[i-1]",
"sort",
"i-1",
"i",
"1",
"sort[i]",
"sort",
"i",
"sort[i] = v",
"sort[i]",
"sort",
"i",
"v",
"for(int i = 1 ; i < sort.length ; i++){\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}",
"int i = 1 ;",
"int i = 1 ;",
"i",
"1",
"i < sort.length",
"i",
"sort.length",
"sort",
"sort.length",
"i++",
"i++",
"i",
"{\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}\n\t\t}",
"if(sort[i-1] > sort[i]){\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}",
"sort[i-1] > sort[i]",
"sort[i-1]",
"sort",
"i-1",
"i",
"1",
"sort[i]",
"sort",
"i",
"{\n\t\t\t\tv = sort[i-1];\n\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\tsort[i] = v;\n\t\t\t}",
"v = sort[i-1]",
"v",
"sort[i-1]",
"sort",
"i-1",
"i",
"1",
"sort[i-1] = sort[i]",
"sort[i-1]",
"sort",
"i-1",
"i",
"1",
"sort[i]",
"sort",
"i",
"sort[i] = v",
"sort[i]",
"sort",
"i",
"v",
"System.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"sort[0] + \" \" + sort[1] + \" \" + sort[2]",
"\" \"",
"sort[1]",
"sort[0] + \" \" + sort[1] + \" \" + sort[2]",
"sort[0]",
"sort",
"0",
"\" \"",
"sort[1]",
"sort",
"1",
"\" \"",
"sort[2]",
"sort",
"2",
"String[] args",
"args"
] | /*AOJ-ITP-2-2*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main{
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] str = br.readLine().split(" ");
int a = Integer.parseInt(str[0]);
int b = Integer.parseInt(str[1]);
int c = Integer.parseInt(str[2]);
int[] sort = {a,b,c};
int v=0;
if(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}
for(int i = 1 ; i < sort.length ; i++){
if(sort[i-1] > sort[i]){
v = sort[i-1];
sort[i-1] = sort[i];
sort[i] = v;
}
}
for(int i = 1 ; i < sort.length ; i++){
if(sort[i-1] > sort[i]){
v = sort[i-1];
sort[i-1] = sort[i];
sort[i] = v;
}
}
System.out.println(sort[0] + " " + sort[1] + " " + sort[2]);
}
} |
[
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,
17,
41,
13,
17,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
123,
5
],
[
123,
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
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
50,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
61,
63
],
[
53,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
8,
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
],
[
8,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
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
],
[
86,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
106,
111
],
[
114,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
112,
118
],
[
114,
119
],
[
6,
120
],
[
120,
121
],
[
0,
122
],
[
122,
123
],
[
122,
124
]
] | [
"import java.io.*;\n\npublic class Main {\n\n public static void main(String[] args) throws NumberFormatException, IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] order =br.readLine().split(\" \");\n int a = Integer.parseInt(order[0]);\n int b = Integer.parseInt(order[1]);\n int c = Integer.parseInt(order[2]);\n \n int n1=0,n2=0,n3=0;\n if(a<b){n1=b;n2=a;}else{n1=a;n2=b;}\n if(n1<c){n3=n1;n1=c;}else{n3=c;}\n if(n2<n3){System.out.println(n2+\" \"+n3+\" \"+n1);\n }else{System.out.println(n3+\" \"+n2+\" \"+n1);}\n \n }\n \n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\n public static void main(String[] args) throws NumberFormatException, IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] order =br.readLine().split(\" \");\n int a = Integer.parseInt(order[0]);\n int b = Integer.parseInt(order[1]);\n int c = Integer.parseInt(order[2]);\n \n int n1=0,n2=0,n3=0;\n if(a<b){n1=b;n2=a;}else{n1=a;n2=b;}\n if(n1<c){n3=n1;n1=c;}else{n3=c;}\n if(n2<n3){System.out.println(n2+\" \"+n3+\" \"+n1);\n }else{System.out.println(n3+\" \"+n2+\" \"+n1);}\n \n }\n \n}",
"Main",
"public static void main(String[] args) throws NumberFormatException, IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] order =br.readLine().split(\" \");\n int a = Integer.parseInt(order[0]);\n int b = Integer.parseInt(order[1]);\n int c = Integer.parseInt(order[2]);\n \n int n1=0,n2=0,n3=0;\n if(a<b){n1=b;n2=a;}else{n1=a;n2=b;}\n if(n1<c){n3=n1;n1=c;}else{n3=c;}\n if(n2<n3){System.out.println(n2+\" \"+n3+\" \"+n1);\n }else{System.out.println(n3+\" \"+n2+\" \"+n1);}\n \n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] order =br.readLine().split(\" \");\n int a = Integer.parseInt(order[0]);\n int b = Integer.parseInt(order[1]);\n int c = Integer.parseInt(order[2]);\n \n int n1=0,n2=0,n3=0;\n if(a<b){n1=b;n2=a;}else{n1=a;n2=b;}\n if(n1<c){n3=n1;n1=c;}else{n3=c;}\n if(n2<n3){System.out.println(n2+\" \"+n3+\" \"+n1);\n }else{System.out.println(n3+\" \"+n2+\" \"+n1);}\n \n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] order =br.readLine().split(\" \");",
"order",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a = Integer.parseInt(order[0]);",
"a",
"Integer.parseInt(order[0])",
"Integer.parseInt",
"Integer",
"order[0]",
"order",
"0",
"int b = Integer.parseInt(order[1]);",
"b",
"Integer.parseInt(order[1])",
"Integer.parseInt",
"Integer",
"order[1]",
"order",
"1",
"int c = Integer.parseInt(order[2]);",
"c",
"Integer.parseInt(order[2])",
"Integer.parseInt",
"Integer",
"order[2]",
"order",
"2",
"int n1=0",
"n1",
"0",
"n2=0",
"n2",
"0",
"n3=0;",
"n3",
"0",
"if(a<b){n1=b;n2=a;}else{n1=a;n2=b;}",
"a<b",
"a",
"b",
"{n1=b;n2=a;}",
"n1=b",
"n1",
"b",
"n2=a",
"n2",
"a",
"{n1=a;n2=b;}",
"n1=a",
"n1",
"a",
"n2=b",
"n2",
"b",
"if(n1<c){n3=n1;n1=c;}else{n3=c;}",
"n1<c",
"n1",
"c",
"{n3=n1;n1=c;}",
"n3=n1",
"n3",
"n1",
"n1=c",
"n1",
"c",
"{n3=c;}",
"n3=c",
"n3",
"c",
"if(n2<n3){System.out.println(n2+\" \"+n3+\" \"+n1);\n }else{System.out.println(n3+\" \"+n2+\" \"+n1);}",
"n2<n3",
"n2",
"n3",
"{System.out.println(n2+\" \"+n3+\" \"+n1);\n }",
"System.out.println(n2+\" \"+n3+\" \"+n1)",
"System.out.println",
"System.out",
"System",
"System.out",
"n2+\" \"+n3+\" \"+n1",
"\" \"",
"n3",
"n2+\" \"+n3+\" \"+n1",
"n2",
"\" \"",
"n3",
"\" \"",
"n1",
"{System.out.println(n3+\" \"+n2+\" \"+n1);}",
"System.out.println(n3+\" \"+n2+\" \"+n1)",
"System.out.println",
"System.out",
"System",
"System.out",
"n3+\" \"+n2+\" \"+n1",
"\" \"",
"n2",
"n3+\" \"+n2+\" \"+n1",
"n3",
"\" \"",
"n2",
"\" \"",
"n1",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws NumberFormatException, IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] order =br.readLine().split(\" \");\n int a = Integer.parseInt(order[0]);\n int b = Integer.parseInt(order[1]);\n int c = Integer.parseInt(order[2]);\n \n int n1=0,n2=0,n3=0;\n if(a<b){n1=b;n2=a;}else{n1=a;n2=b;}\n if(n1<c){n3=n1;n1=c;}else{n3=c;}\n if(n2<n3){System.out.println(n2+\" \"+n3+\" \"+n1);\n }else{System.out.println(n3+\" \"+n2+\" \"+n1);}\n \n }\n \n}",
"public class Main {\n\n public static void main(String[] args) throws NumberFormatException, IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] order =br.readLine().split(\" \");\n int a = Integer.parseInt(order[0]);\n int b = Integer.parseInt(order[1]);\n int c = Integer.parseInt(order[2]);\n \n int n1=0,n2=0,n3=0;\n if(a<b){n1=b;n2=a;}else{n1=a;n2=b;}\n if(n1<c){n3=n1;n1=c;}else{n3=c;}\n if(n2<n3){System.out.println(n2+\" \"+n3+\" \"+n1);\n }else{System.out.println(n3+\" \"+n2+\" \"+n1);}\n \n }\n \n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws NumberFormatException, IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] order =br.readLine().split(" ");
int a = Integer.parseInt(order[0]);
int b = Integer.parseInt(order[1]);
int c = Integer.parseInt(order[2]);
int n1=0,n2=0,n3=0;
if(a<b){n1=b;n2=a;}else{n1=a;n2=b;}
if(n1<c){n3=n1;n1=c;}else{n3=c;}
if(n2<n3){System.out.println(n2+" "+n3+" "+n1);
}else{System.out.println(n3+" "+n2+" "+n1);}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
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,
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
],
[
82,
8
],
[
82,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
17,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
11,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
32,
43
],
[
44,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
11,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
11,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
67,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
66,
72
],
[
72,
73
],
[
72,
74
],
[
65,
75
],
[
67,
76
],
[
76,
77
],
[
76,
78
],
[
9,
79
],
[
79,
80
],
[
0,
81
],
[
81,
82
],
[
81,
83
]
] | [
"import java.io.*;\nimport java.util.Arrays;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int a = 0;\n int[] list;\n list = new int[3];\n \n for(int i = 0; i < 3; i++) { \n list[i] = Integer.parseInt(line[i]);\n }\n \n Arrays.sort(list);\n \n System.out.println(list[0]+\" \"+list[1]+\" \"+list[2]);\n \n \n }\n \n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int a = 0;\n int[] list;\n list = new int[3];\n \n for(int i = 0; i < 3; i++) { \n list[i] = Integer.parseInt(line[i]);\n }\n \n Arrays.sort(list);\n \n System.out.println(list[0]+\" \"+list[1]+\" \"+list[2]);\n \n \n }\n \n}",
"Main",
"public static void main(String[] args) throws IOException {\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int a = 0;\n int[] list;\n list = new int[3];\n \n for(int i = 0; i < 3; i++) { \n list[i] = Integer.parseInt(line[i]);\n }\n \n Arrays.sort(list);\n \n System.out.println(list[0]+\" \"+list[1]+\" \"+list[2]);\n \n \n }",
"main",
"{\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int a = 0;\n int[] list;\n list = new int[3];\n \n for(int i = 0; i < 3; i++) { \n list[i] = Integer.parseInt(line[i]);\n }\n \n Arrays.sort(list);\n \n System.out.println(list[0]+\" \"+list[1]+\" \"+list[2]);\n \n \n }",
"BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] line = reader.readLine().split(\" \");",
"line",
"reader.readLine().split(\" \")",
"reader.readLine().split",
"reader.readLine()",
"reader.readLine",
"reader",
"\" \"",
"int a = 0;",
"a",
"0",
"int[] list;",
"list",
"list = new int[3]",
"list",
"new int[3]",
"3",
"for(int i = 0; i < 3; i++) { \n list[i] = Integer.parseInt(line[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{ \n list[i] = Integer.parseInt(line[i]);\n }",
"{ \n list[i] = Integer.parseInt(line[i]);\n }",
"list[i] = Integer.parseInt(line[i])",
"list[i]",
"list",
"i",
"Integer.parseInt(line[i])",
"Integer.parseInt",
"Integer",
"line[i]",
"line",
"i",
"Arrays.sort(list)",
"Arrays.sort",
"Arrays",
"list",
"System.out.println(list[0]+\" \"+list[1]+\" \"+list[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"list[0]+\" \"+list[1]+\" \"+list[2]",
"\" \"",
"list[1]",
"list[0]+\" \"+list[1]+\" \"+list[2]",
"list[0]",
"list",
"0",
"\" \"",
"list[1]",
"list",
"1",
"\" \"",
"list[2]",
"list",
"2",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int a = 0;\n int[] list;\n list = new int[3];\n \n for(int i = 0; i < 3; i++) { \n list[i] = Integer.parseInt(line[i]);\n }\n \n Arrays.sort(list);\n \n System.out.println(list[0]+\" \"+list[1]+\" \"+list[2]);\n \n \n }\n \n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int a = 0;\n int[] list;\n list = new int[3];\n \n for(int i = 0; i < 3; i++) { \n list[i] = Integer.parseInt(line[i]);\n }\n \n Arrays.sort(list);\n \n System.out.println(list[0]+\" \"+list[1]+\" \"+list[2]);\n \n \n }\n \n}",
"Main"
] | import java.io.*;
import java.util.Arrays;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader reader =
new BufferedReader(new InputStreamReader(System.in));
String[] line = reader.readLine().split(" ");
int a = 0;
int[] list;
list = new int[3];
for(int i = 0; i < 3; i++) {
list[i] = Integer.parseInt(line[i]);
}
Arrays.sort(list);
System.out.println(list[0]+" "+list[1]+" "+list[2]);
}
} |
[
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,
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,
2,
13,
17,
30,
0,
18,
13,
17,
18,
13,
13,
0,
18,
13,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
122,
5
],
[
122,
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
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
42,
44
],
[
37,
45
],
[
45,
46
],
[
46,
47
],
[
37,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
55,
56
],
[
55,
57
],
[
50,
58
],
[
58,
59
],
[
59,
60
],
[
50,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
63,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
73,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
87,
89
],
[
73,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
93,
94
],
[
93,
95
],
[
90,
96
],
[
96,
97
],
[
96,
98
],
[
8,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
107,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
106,
112
],
[
112,
113
],
[
112,
114
],
[
105,
115
],
[
107,
116
],
[
116,
117
],
[
116,
118
],
[
6,
119
],
[
119,
120
],
[
0,
121
],
[
121,
122
],
[
121,
123
]
] | [
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint[] Num = new int[4];\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tNum[0]=n.nextInt();\n\t\tNum[1]=n.nextInt();\n\t\tNum[2]=n.nextInt();\n\t\t\n\t\tfor (int a = 1; a >= 0; a--){\n\t\t\tfor (int b = 0; b <= 1; b++){\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了\n\t\t}//外ループ終了\n\t\tSystem.out.println(Num[0]+\" \"+Num[1]+\" \"+Num[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\tint[] Num = new int[4];\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tNum[0]=n.nextInt();\n\t\tNum[1]=n.nextInt();\n\t\tNum[2]=n.nextInt();\n\t\t\n\t\tfor (int a = 1; a >= 0; a--){\n\t\t\tfor (int b = 0; b <= 1; b++){\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了\n\t\t}//外ループ終了\n\t\tSystem.out.println(Num[0]+\" \"+Num[1]+\" \"+Num[2]);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tint[] Num = new int[4];\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tNum[0]=n.nextInt();\n\t\tNum[1]=n.nextInt();\n\t\tNum[2]=n.nextInt();\n\t\t\n\t\tfor (int a = 1; a >= 0; a--){\n\t\t\tfor (int b = 0; b <= 1; b++){\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了\n\t\t}//外ループ終了\n\t\tSystem.out.println(Num[0]+\" \"+Num[1]+\" \"+Num[2]);\n\t}",
"main",
"{\n\t\tint[] Num = new int[4];\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tNum[0]=n.nextInt();\n\t\tNum[1]=n.nextInt();\n\t\tNum[2]=n.nextInt();\n\t\t\n\t\tfor (int a = 1; a >= 0; a--){\n\t\t\tfor (int b = 0; b <= 1; b++){\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了\n\t\t}//外ループ終了\n\t\tSystem.out.println(Num[0]+\" \"+Num[1]+\" \"+Num[2]);\n\t}",
"int[] Num = new int[4];",
"Num",
"new int[4]",
"4",
"Scanner n=new Scanner(System.in);",
"n",
"new Scanner(System.in)",
"Num[0]=n.nextInt()",
"Num[0]",
"Num",
"0",
"n.nextInt()",
"n.nextInt",
"n",
"Num[1]=n.nextInt()",
"Num[1]",
"Num",
"1",
"n.nextInt()",
"n.nextInt",
"n",
"Num[2]=n.nextInt()",
"Num[2]",
"Num",
"2",
"n.nextInt()",
"n.nextInt",
"n",
"for (int a = 1; a >= 0; a--){\n\t\t\tfor (int b = 0; b <= 1; b++){\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了\n\t\t}//外ループ終了",
"int a = 1;",
"int a = 1;",
"a",
"1",
"a >= 0",
"a",
"0",
"a--",
"a--",
"a",
"{\n\t\t\tfor (int b = 0; b <= 1; b++){\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了\n\t\t}//外ループ終了",
"{\n\t\t\tfor (int b = 0; b <= 1; b++){\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了\n\t\t}",
"for (int b = 0; b <= 1; b++){\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了",
"int b = 0;",
"int b = 0;",
"b",
"0",
"b <= 1",
"b",
"1",
"b++",
"b++",
"b",
"{\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了",
"{\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}",
"if (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了",
"Num[b] > Num[b+1]",
"Num[b]",
"Num",
"b",
"Num[b+1]",
"Num",
"b+1",
"b",
"1",
"{\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}",
"Num[3]=Num[b]",
"Num[3]",
"Num",
"3",
"Num[b]",
"Num",
"b",
"Num[b]=Num[b+1]",
"Num[b]",
"Num",
"b",
"Num[b+1]",
"Num",
"b+1",
"b",
"1",
"Num[b+1]=Num[3]",
"Num[b+1]",
"Num",
"b+1",
"b",
"1",
"Num[3]",
"Num",
"3",
"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) {\n\t\tint[] Num = new int[4];\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tNum[0]=n.nextInt();\n\t\tNum[1]=n.nextInt();\n\t\tNum[2]=n.nextInt();\n\t\t\n\t\tfor (int a = 1; a >= 0; a--){\n\t\t\tfor (int b = 0; b <= 1; b++){\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了\n\t\t}//外ループ終了\n\t\tSystem.out.println(Num[0]+\" \"+Num[1]+\" \"+Num[2]);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint[] Num = new int[4];\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tNum[0]=n.nextInt();\n\t\tNum[1]=n.nextInt();\n\t\tNum[2]=n.nextInt();\n\t\t\n\t\tfor (int a = 1; a >= 0; a--){\n\t\t\tfor (int b = 0; b <= 1; b++){\n\t\t\t\t\tif (Num[b] > Num[b+1]){\n\t\t\t\t\tNum[3]=Num[b];\n\t\t\t\t\tNum[b]=Num[b+1];\n\t\t\t\t\tNum[b+1]=Num[3];\n\t\t\t\t\t}//if終了\n\t\t\t}//内ループ終了\n\t\t}//外ループ終了\n\t\tSystem.out.println(Num[0]+\" \"+Num[1]+\" \"+Num[2]);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int[] Num = new int[4];
Scanner n=new Scanner(System.in);
Num[0]=n.nextInt();
Num[1]=n.nextInt();
Num[2]=n.nextInt();
for (int a = 1; a >= 0; a--){
for (int b = 0; b <= 1; b++){
if (Num[b] > Num[b+1]){
Num[3]=Num[b];
Num[b]=Num[b+1];
Num[b+1]=Num[3];
}//if終了
}//内ループ終了
}//外ループ終了
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,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
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
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
27,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
35,
41
],
[
35,
42
],
[
35,
43
],
[
27,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
44,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
52,
58
],
[
52,
59
],
[
52,
60
],
[
44,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
61,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
69,
75
],
[
69,
76
],
[
69,
77
],
[
61,
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
],
[
86,
91
],
[
86,
92
],
[
86,
93
],
[
86,
94
],
[
78,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
100,
101
],
[
100,
102
],
[
95,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
103,
108
],
[
103,
109
],
[
103,
110
],
[
103,
111
],
[
95,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
117,
118
],
[
117,
119
],
[
112,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
120,
125
],
[
120,
126
],
[
120,
127
],
[
120,
128
],
[
6,
129
],
[
129,
130
],
[
0,
131
],
[
131,
132
],
[
131,
133
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\t\tpublic static void main(String[] args) {\n\t\t\tScanner sc = new Scanner(System.in);\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint c = sc.nextInt();\n\t\t\tif (a <= b && b <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t\t\telse if (a <= c && c <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, c, b);\n\t\t\telse if (b <= a && a <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, a, c);\n\t\t\telse if (b <= c && c <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, c, a);\n\t\t\telse if (c <= a && a <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);\n\t\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\tpublic static void main(String[] args) {\n\t\t\tScanner sc = new Scanner(System.in);\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint c = sc.nextInt();\n\t\t\tif (a <= b && b <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t\t\telse if (a <= c && c <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, c, b);\n\t\t\telse if (b <= a && a <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, a, c);\n\t\t\telse if (b <= c && c <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, c, a);\n\t\t\telse if (c <= a && a <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);\n\t\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\t\tScanner sc = new Scanner(System.in);\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint c = sc.nextInt();\n\t\t\tif (a <= b && b <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t\t\telse if (a <= c && c <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, c, b);\n\t\t\telse if (b <= a && a <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, a, c);\n\t\t\telse if (b <= c && c <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, c, a);\n\t\t\telse if (c <= a && a <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);\n\t\t}",
"main",
"{\n\t\t\tScanner sc = new Scanner(System.in);\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint c = sc.nextInt();\n\t\t\tif (a <= b && b <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t\t\telse if (a <= c && c <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, c, b);\n\t\t\telse if (b <= a && a <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, a, c);\n\t\t\telse if (b <= c && c <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, c, a);\n\t\t\telse if (c <= a && a <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);\n\t\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\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t\t\telse if (a <= c && c <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, c, b);\n\t\t\telse if (b <= a && a <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, a, c);\n\t\t\telse if (b <= c && c <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, c, a);\n\t\t\telse if (c <= a && a <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);",
"a <= b && b <= c",
"a <= b",
"a",
"b",
"b <= c",
"b",
"c",
"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\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, c, b);\n\t\t\telse if (b <= a && a <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, a, c);\n\t\t\telse if (b <= c && c <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, c, a);\n\t\t\telse if (c <= a && a <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);",
"a <= c && c <= b",
"a <= c",
"a",
"c",
"c <= b",
"c",
"b",
"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\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, a, c);\n\t\t\telse if (b <= c && c <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, c, a);\n\t\t\telse if (c <= a && a <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);",
"b <= a && a <= c",
"b <= a",
"b",
"a",
"a <= c",
"a",
"c",
"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\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, c, a);\n\t\t\telse if (c <= a && a <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);",
"b <= c && c <= a",
"b <= c",
"b",
"c",
"c <= a",
"c",
"a",
"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\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);",
"c <= a && a <= b",
"c <= a",
"c",
"a",
"a <= b",
"a",
"b",
"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\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);",
"c <= b && b <= a",
"c <= b",
"c",
"b",
"b <= a",
"b",
"a",
"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\t\tpublic static void main(String[] args) {\n\t\t\tScanner sc = new Scanner(System.in);\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint c = sc.nextInt();\n\t\t\tif (a <= b && b <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t\t\telse if (a <= c && c <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, c, b);\n\t\t\telse if (b <= a && a <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, a, c);\n\t\t\telse if (b <= c && c <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, c, a);\n\t\t\telse if (c <= a && a <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);\n\t\t}\n}",
"public class Main {\n\t\tpublic static void main(String[] args) {\n\t\t\tScanner sc = new Scanner(System.in);\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint c = sc.nextInt();\n\t\t\tif (a <= b && b <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, b, c);\n\t\t\telse if (a <= c && c <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", a, c, b);\n\t\t\telse if (b <= a && a <= c)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, a, c);\n\t\t\telse if (b <= c && c <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", b, c, a);\n\t\t\telse if (c <= a && a <= b)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, a, b);\n\t\t\telse if (c <= b && b <= a)\n\t\t\t\tSystem.out.printf(\"%d %d %d\\n\", c, b, a);\n\t\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
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,
6,
13,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
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,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
4,
9
],
[
9,
10
],
[
4,
11
],
[
11,
12
],
[
4,
13
],
[
13,
14
],
[
4,
15
],
[
15,
16
],
[
4,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
19,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
19,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
19,
35
],
[
35,
36
],
[
35,
37
],
[
19,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
19,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
42,
52
],
[
52,
53
],
[
53,
54
],
[
42,
55
],
[
56,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
62,
63
],
[
62,
64
],
[
56,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
19,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
17,
81
],
[
81,
82
]
] | [
"import java.util.*;\n\nclass Main {\n\tstatic Scanner sc =new Scanner(System.in);\n\tstatic int a;\n\tstatic int b;\n\tstatic int c;\n static int [] x;\n\t\tpublic static void main (String[]agrs){\n\t\t\ta=sc.nextInt();\n\t\t\tb=sc.nextInt();\n\t\t\tc=sc.nextInt();\n\t\t\tint[]x=new int[]{a,b,c};\n\t\t\t\n\t\t\tArrays.sort(x);\n\t\t\tfor(int i = 0;i<x.length;i++){\n\t\t\t\tSystem.out.print(x[i]);\n\t\t\t\tif(i<2){\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tstatic Scanner sc =new Scanner(System.in);\n\tstatic int a;\n\tstatic int b;\n\tstatic int c;\n static int [] x;\n\t\tpublic static void main (String[]agrs){\n\t\t\ta=sc.nextInt();\n\t\t\tb=sc.nextInt();\n\t\t\tc=sc.nextInt();\n\t\t\tint[]x=new int[]{a,b,c};\n\t\t\t\n\t\t\tArrays.sort(x);\n\t\t\tfor(int i = 0;i<x.length;i++){\n\t\t\t\tSystem.out.print(x[i]);\n\t\t\t\tif(i<2){\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t}\n}",
"Main",
"static Scanner sc =new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"static int a;",
"a",
"static int b;",
"b",
"static int c;",
"c",
"static int [] x;",
"x",
"public static void main (String[]agrs){\n\t\t\ta=sc.nextInt();\n\t\t\tb=sc.nextInt();\n\t\t\tc=sc.nextInt();\n\t\t\tint[]x=new int[]{a,b,c};\n\t\t\t\n\t\t\tArrays.sort(x);\n\t\t\tfor(int i = 0;i<x.length;i++){\n\t\t\t\tSystem.out.print(x[i]);\n\t\t\t\tif(i<2){\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t}",
"main",
"{\n\t\t\ta=sc.nextInt();\n\t\t\tb=sc.nextInt();\n\t\t\tc=sc.nextInt();\n\t\t\tint[]x=new int[]{a,b,c};\n\t\t\t\n\t\t\tArrays.sort(x);\n\t\t\tfor(int i = 0;i<x.length;i++){\n\t\t\t\tSystem.out.print(x[i]);\n\t\t\t\tif(i<2){\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t}",
"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[]x=new int[]{a,b,c};",
"x",
"new int[]{a,b,c}",
"Arrays.sort(x)",
"Arrays.sort",
"Arrays",
"x",
"for(int i = 0;i<x.length;i++){\n\t\t\t\tSystem.out.print(x[i]);\n\t\t\t\tif(i<2){\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i<x.length",
"i",
"x.length",
"x",
"x.length",
"i++",
"i++",
"i",
"{\n\t\t\t\tSystem.out.print(x[i]);\n\t\t\t\tif(i<2){\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tSystem.out.print(x[i]);\n\t\t\t\tif(i<2){\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}\n\t\t\t}",
"System.out.print(x[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"x[i]",
"x",
"i",
"if(i<2){\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}",
"i<2",
"i",
"2",
"{\n\t\t\t\t\tSystem.out.print(\" \");\n\t\t\t\t}",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[]agrs",
"agrs"
] | import java.util.*;
class Main {
static Scanner sc =new Scanner(System.in);
static int a;
static int b;
static int c;
static int [] x;
public static void main (String[]agrs){
a=sc.nextInt();
b=sc.nextInt();
c=sc.nextInt();
int[]x=new int[]{a,b,c};
Arrays.sort(x);
for(int i = 0;i<x.length;i++){
System.out.print(x[i]);
if(i<2){
System.out.print(" ");
}
}
System.out.println();
}
} |
[
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,
20,
4,
18,
13,
13,
4,
18,
18,
13,
13,
18,
13,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
4,
18,
18,
13,
13,
2,
17,
18,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
80,
8
],
[
80,
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
],
[
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
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
45,
55
],
[
55,
56
],
[
56,
57
],
[
45,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
66,
68
],
[
11,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
11,
74
],
[
74,
75
],
[
75,
76
],
[
9,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main (String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tint[] nums = new int[]{a,b,c};\n\t\t\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.print(nums[0]);\n\t\tfor (int i = 1; i < nums.length; i++)\n\t\t\tSystem.out.print(\" \" + nums[i]);\n\t\t\n\t\tSystem.out.println();\n\t\t\n\t\tsc.close();\n\n\t}\n\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main (String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tint[] nums = new int[]{a,b,c};\n\t\t\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.print(nums[0]);\n\t\tfor (int i = 1; i < nums.length; i++)\n\t\t\tSystem.out.print(\" \" + nums[i]);\n\t\t\n\t\tSystem.out.println();\n\t\t\n\t\tsc.close();\n\n\t}\n\n}",
"Main",
"public static void main (String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tint[] nums = new int[]{a,b,c};\n\t\t\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.print(nums[0]);\n\t\tfor (int i = 1; i < nums.length; i++)\n\t\t\tSystem.out.print(\" \" + nums[i]);\n\t\t\n\t\tSystem.out.println();\n\t\t\n\t\tsc.close();\n\n\t}",
"main",
"{\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tint[] nums = new int[]{a,b,c};\n\t\t\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.print(nums[0]);\n\t\tfor (int i = 1; i < nums.length; i++)\n\t\t\tSystem.out.print(\" \" + nums[i]);\n\t\t\n\t\tSystem.out.println();\n\t\t\n\t\tsc.close();\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int[] nums = new int[]{a,b,c};",
"nums",
"new int[]{a,b,c}",
"Arrays.sort(nums)",
"Arrays.sort",
"Arrays",
"nums",
"System.out.print(nums[0])",
"System.out.print",
"System.out",
"System",
"System.out",
"nums[0]",
"nums",
"0",
"for (int i = 1; i < nums.length; i++)\n\t\t\tSystem.out.print(\" \" + nums[i]);",
"int i = 1;",
"int i = 1;",
"i",
"1",
"i < nums.length",
"i",
"nums.length",
"nums",
"nums.length",
"i++",
"i++",
"i",
"System.out.print(\" \" + nums[i]);",
"System.out.print(\" \" + nums[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \" + nums[i]",
"\" \"",
"nums[i]",
"nums",
"i",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main (String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tint[] nums = new int[]{a,b,c};\n\t\t\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.print(nums[0]);\n\t\tfor (int i = 1; i < nums.length; i++)\n\t\t\tSystem.out.print(\" \" + nums[i]);\n\t\t\n\t\tSystem.out.println();\n\t\t\n\t\tsc.close();\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main (String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tint[] nums = new int[]{a,b,c};\n\t\t\n\t\tArrays.sort(nums);\n\t\t\n\t\tSystem.out.print(nums[0]);\n\t\tfor (int i = 1; i < nums.length; i++)\n\t\t\tSystem.out.print(\" \" + nums[i]);\n\t\t\n\t\tSystem.out.println();\n\t\t\n\t\tsc.close();\n\n\t}\n\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main (String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int[] nums = new int[]{a,b,c};
Arrays.sort(nums);
System.out.print(nums[0]);
for (int i = 1; i < nums.length; i++)
System.out.print(" " + nums[i]);
System.out.println();
sc.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
39,
17,
17,
17,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
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,
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,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
152,
5
],
[
152,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
14,
16
],
[
14,
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
],
[
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
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
48,
60
],
[
60,
61
],
[
61,
62
],
[
48,
63
],
[
64,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
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
],
[
91,
92
],
[
91,
93
],
[
93,
94
],
[
93,
95
],
[
90,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
100,
101
],
[
100,
102
],
[
90,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
8,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
108,
113
],
[
113,
114
],
[
113,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
115,
119
],
[
108,
120
],
[
120,
121
],
[
121,
122
],
[
108,
123
],
[
124,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
125,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
8,
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
],
[
6,
149
],
[
149,
150
],
[
0,
151
],
[
151,
152
],
[
151,
153
]
] | [
"import java.util.*;\n\npublic class Main{\n public static void main(String[] args){\n\n Scanner sc = new Scanner(System.in);\n int[] data = {0,0,0};\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n data[0] = a;\n data[1] = b;\n data[2] = c;\n for(int i = 0; i <data.length-1; i++){\n for(int j = i+1; j <data.length; j++){\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }\n }\n for(int i = 0; i < data.length-1; i++){\n System.out.print(data[i] + \" \");\n }\n System.out.print(data[2]);\n System.out.print(\"\\n\");\n }\n }\n\n",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n\n Scanner sc = new Scanner(System.in);\n int[] data = {0,0,0};\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n data[0] = a;\n data[1] = b;\n data[2] = c;\n for(int i = 0; i <data.length-1; i++){\n for(int j = i+1; j <data.length; j++){\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }\n }\n for(int i = 0; i < data.length-1; i++){\n System.out.print(data[i] + \" \");\n }\n System.out.print(data[2]);\n System.out.print(\"\\n\");\n }\n }",
"Main",
"public static void main(String[] args){\n\n Scanner sc = new Scanner(System.in);\n int[] data = {0,0,0};\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n data[0] = a;\n data[1] = b;\n data[2] = c;\n for(int i = 0; i <data.length-1; i++){\n for(int j = i+1; j <data.length; j++){\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }\n }\n for(int i = 0; i < data.length-1; i++){\n System.out.print(data[i] + \" \");\n }\n System.out.print(data[2]);\n System.out.print(\"\\n\");\n }",
"main",
"{\n\n Scanner sc = new Scanner(System.in);\n int[] data = {0,0,0};\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n data[0] = a;\n data[1] = b;\n data[2] = c;\n for(int i = 0; i <data.length-1; i++){\n for(int j = i+1; j <data.length; j++){\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }\n }\n for(int i = 0; i < data.length-1; i++){\n System.out.print(data[i] + \" \");\n }\n System.out.print(data[2]);\n System.out.print(\"\\n\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int[] data = {0,0,0};",
"data",
"{0,0,0}",
"0",
"0",
"0",
"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",
"data[0] = a",
"data[0]",
"data",
"0",
"a",
"data[1] = b",
"data[1]",
"data",
"1",
"b",
"data[2] = c",
"data[2]",
"data",
"2",
"c",
"for(int i = 0; i <data.length-1; i++){\n for(int j = i+1; j <data.length; j++){\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i <data.length-1",
"i",
"data.length-1",
"data.length",
"data",
"data.length",
"1",
"i++",
"i++",
"i",
"{\n for(int j = i+1; j <data.length; j++){\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }\n }",
"{\n for(int j = i+1; j <data.length; j++){\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }\n }",
"for(int j = i+1; j <data.length; j++){\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }",
"int j = i+1;",
"int j = i+1;",
"j",
"i+1",
"i",
"1",
"j <data.length",
"j",
"data.length",
"data",
"data.length",
"j++",
"j++",
"j",
"{\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }",
"{\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }",
"if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }",
"data[i] > data[j]",
"data[i]",
"data",
"i",
"data[j]",
"data",
"j",
"{\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }",
"int k = data[i];",
"k",
"data[i]",
"data",
"i",
"data[i] = data[j]",
"data[i]",
"data",
"i",
"data[j]",
"data",
"j",
"data[j] = k",
"data[j]",
"data",
"j",
"k",
"for(int i = 0; i < data.length-1; i++){\n System.out.print(data[i] + \" \");\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < data.length-1",
"i",
"data.length-1",
"data.length",
"data",
"data.length",
"1",
"i++",
"i++",
"i",
"{\n System.out.print(data[i] + \" \");\n }",
"{\n System.out.print(data[i] + \" \");\n }",
"System.out.print(data[i] + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"data[i] + \" \"",
"data[i]",
"data",
"i",
"\" \"",
"System.out.print(data[2])",
"System.out.print",
"System.out",
"System",
"System.out",
"data[2]",
"data",
"2",
"System.out.print(\"\\n\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"\\n\"",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n\n Scanner sc = new Scanner(System.in);\n int[] data = {0,0,0};\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n data[0] = a;\n data[1] = b;\n data[2] = c;\n for(int i = 0; i <data.length-1; i++){\n for(int j = i+1; j <data.length; j++){\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }\n }\n for(int i = 0; i < data.length-1; i++){\n System.out.print(data[i] + \" \");\n }\n System.out.print(data[2]);\n System.out.print(\"\\n\");\n }\n }",
"public class Main{\n public static void main(String[] args){\n\n Scanner sc = new Scanner(System.in);\n int[] data = {0,0,0};\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n data[0] = a;\n data[1] = b;\n data[2] = c;\n for(int i = 0; i <data.length-1; i++){\n for(int j = i+1; j <data.length; j++){\n if(data[i] > data[j]){\n int k = data[i];\n data[i] = data[j];\n data[j] = k;\n }\n }\n }\n for(int i = 0; i < data.length-1; i++){\n System.out.print(data[i] + \" \");\n }\n System.out.print(data[2]);\n System.out.print(\"\\n\");\n }\n }",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int[] data = {0,0,0};
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
data[0] = a;
data[1] = b;
data[2] = c;
for(int i = 0; i <data.length-1; i++){
for(int j = i+1; j <data.length; j++){
if(data[i] > data[j]){
int k = data[i];
data[i] = data[j];
data[j] = k;
}
}
}
for(int i = 0; i < data.length-1; i++){
System.out.print(data[i] + " ");
}
System.out.print(data[2]);
System.out.print("\n");
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
4,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
18,
13,
13,
4,
18,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
111,
8
],
[
111,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
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
],
[
30,
31
],
[
31,
32
],
[
28,
33
],
[
25,
34
],
[
34,
35
],
[
34,
36
],
[
37,
38
],
[
37,
39
],
[
25,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
40,
50
],
[
50,
51
],
[
51,
52
],
[
40,
53
],
[
54,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
62,
64
],
[
25,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
25,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
76,
78
],
[
69,
79
],
[
79,
80
],
[
80,
81
],
[
69,
82
],
[
83,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
83,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
100,
101
],
[
100,
102
],
[
25,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
9,
108
],
[
108,
109
],
[
0,
110
],
[
110,
111
],
[
110,
112
]
] | [
"import java.io.*;\nimport java.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n String[] str = br.readLine().split(\" \");\n int[] ary = new int[str.length];\n for(int i = 0; i < ary.length; i++) {\n ary[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(ary);\n for(int i = 0; i < ary.length; i++) {\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }\n System.out.println();\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n String[] str = br.readLine().split(\" \");\n int[] ary = new int[str.length];\n for(int i = 0; i < ary.length; i++) {\n ary[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(ary);\n for(int i = 0; i < ary.length; i++) {\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }\n System.out.println();\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n String[] str = br.readLine().split(\" \");\n int[] ary = new int[str.length];\n for(int i = 0; i < ary.length; i++) {\n ary[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(ary);\n for(int i = 0; i < ary.length; i++) {\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }\n System.out.println();\n } catch(IOException e) {\n e.printStackTrace();\n }\n }",
"main",
"{\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n String[] str = br.readLine().split(\" \");\n int[] ary = new int[str.length];\n for(int i = 0; i < ary.length; i++) {\n ary[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(ary);\n for(int i = 0; i < ary.length; i++) {\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }\n System.out.println();\n } catch(IOException e) {\n e.printStackTrace();\n }\n }",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"try {\n String[] str = br.readLine().split(\" \");\n int[] ary = new int[str.length];\n for(int i = 0; i < ary.length; i++) {\n ary[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(ary);\n for(int i = 0; i < ary.length; i++) {\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }\n System.out.println();\n } catch(IOException e) {\n e.printStackTrace();\n }",
"catch(IOException e) {\n e.printStackTrace();\n }",
"IOException e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n String[] str = br.readLine().split(\" \");\n int[] ary = new int[str.length];\n for(int i = 0; i < ary.length; i++) {\n ary[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(ary);\n for(int i = 0; i < ary.length; i++) {\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }\n System.out.println();\n }",
"String[] str = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int[] ary = new int[str.length];",
"ary",
"new int[str.length]",
"str.length",
"str",
"str.length",
"for(int i = 0; i < ary.length; i++) {\n ary[i] = Integer.parseInt(str[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < ary.length",
"i",
"ary.length",
"ary",
"ary.length",
"i++",
"i++",
"i",
"{\n ary[i] = Integer.parseInt(str[i]);\n }",
"{\n ary[i] = Integer.parseInt(str[i]);\n }",
"ary[i] = Integer.parseInt(str[i])",
"ary[i]",
"ary",
"i",
"Integer.parseInt(str[i])",
"Integer.parseInt",
"Integer",
"str[i]",
"str",
"i",
"Arrays.sort(ary)",
"Arrays.sort",
"Arrays",
"ary",
"for(int i = 0; i < ary.length; i++) {\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < ary.length",
"i",
"ary.length",
"ary",
"ary.length",
"i++",
"i++",
"i",
"{\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }",
"{\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }",
"if(i > 0) {\n System.out.print(\" \");\n }",
"i > 0",
"i",
"0",
"{\n System.out.print(\" \");\n }",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(ary[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"ary[i]",
"ary",
"i",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n String[] str = br.readLine().split(\" \");\n int[] ary = new int[str.length];\n for(int i = 0; i < ary.length; i++) {\n ary[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(ary);\n for(int i = 0; i < ary.length; i++) {\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }\n System.out.println();\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n InputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n try {\n String[] str = br.readLine().split(\" \");\n int[] ary = new int[str.length];\n for(int i = 0; i < ary.length; i++) {\n ary[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(ary);\n for(int i = 0; i < ary.length; i++) {\n if(i > 0) {\n System.out.print(\" \");\n }\n System.out.print(ary[i]);\n }\n System.out.println();\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
try {
String[] str = br.readLine().split(" ");
int[] ary = new int[str.length];
for(int i = 0; i < ary.length; i++) {
ary[i] = Integer.parseInt(str[i]);
}
Arrays.sort(ary);
for(int i = 0; i < ary.length; i++) {
if(i > 0) {
System.out.print(" ");
}
System.out.print(ary[i]);
}
System.out.println();
} catch(IOException e) {
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
17,
38,
5,
13,
30,
30,
0,
13,
4,
18,
4,
18,
13,
17,
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,
14,
2,
2,
13,
13,
2,
13,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
177,
5
],
[
177,
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,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
21,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
28,
33
],
[
28,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
8,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
56,
58
],
[
8,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
59,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
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
],
[
68,
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
],
[
59,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
105,
106
],
[
105,
107
],
[
100,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
109,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
113,
118
],
[
121,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
120,
124
],
[
119,
125
],
[
121,
126
],
[
109,
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
],
[
100,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
142,
146
],
[
146,
147
],
[
147,
148
],
[
148,
149
],
[
148,
150
],
[
146,
151
],
[
154,
152
],
[
152,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
153,
157
],
[
152,
158
],
[
154,
159
],
[
142,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
162,
164
],
[
160,
165
],
[
168,
166
],
[
166,
167
],
[
167,
168
],
[
168,
169
],
[
168,
170
],
[
167,
171
],
[
166,
172
],
[
168,
173
],
[
6,
174
],
[
174,
175
],
[
0,
176
],
[
176,
177
],
[
176,
178
]
] | [
"import java.io.*;\n\npublic class Main{\n public static void main(String [] args){\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n int a,b,c;\n String[] arange=null;\n try{ \n arange = in.readLine().split(\" \", 0);\n }catch (Exception e){\n }\n a = Integer.parseInt(arange[0]);\n b = Integer.parseInt(arange[1]);\n c = Integer.parseInt(arange[2]);\n if(a<=b&&a<=c){\n if(b<c)\n System.out.println(a+\" \"+b+\" \"+c);\n else\n System.out.println(a+\" \"+c+\" \"+b);\n }else if(b<=a&&b<=c){\n if(a<c)\n System.out.println(b+\" \"+a+\" \"+c);\n else\n System.out.println(b+\" \"+c+\" \"+a);\n }else{\n if(a<b)\n System.out.println(c+\" \"+a+\" \"+b);\n else\n System.out.println(c+\" \"+b+\" \"+a);\n }\n\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n public static void main(String [] args){\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n int a,b,c;\n String[] arange=null;\n try{ \n arange = in.readLine().split(\" \", 0);\n }catch (Exception e){\n }\n a = Integer.parseInt(arange[0]);\n b = Integer.parseInt(arange[1]);\n c = Integer.parseInt(arange[2]);\n if(a<=b&&a<=c){\n if(b<c)\n System.out.println(a+\" \"+b+\" \"+c);\n else\n System.out.println(a+\" \"+c+\" \"+b);\n }else if(b<=a&&b<=c){\n if(a<c)\n System.out.println(b+\" \"+a+\" \"+c);\n else\n System.out.println(b+\" \"+c+\" \"+a);\n }else{\n if(a<b)\n System.out.println(c+\" \"+a+\" \"+b);\n else\n System.out.println(c+\" \"+b+\" \"+a);\n }\n\n }\n}",
"Main",
"public static void main(String [] args){\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n int a,b,c;\n String[] arange=null;\n try{ \n arange = in.readLine().split(\" \", 0);\n }catch (Exception e){\n }\n a = Integer.parseInt(arange[0]);\n b = Integer.parseInt(arange[1]);\n c = Integer.parseInt(arange[2]);\n if(a<=b&&a<=c){\n if(b<c)\n System.out.println(a+\" \"+b+\" \"+c);\n else\n System.out.println(a+\" \"+c+\" \"+b);\n }else if(b<=a&&b<=c){\n if(a<c)\n System.out.println(b+\" \"+a+\" \"+c);\n else\n System.out.println(b+\" \"+c+\" \"+a);\n }else{\n if(a<b)\n System.out.println(c+\" \"+a+\" \"+b);\n else\n System.out.println(c+\" \"+b+\" \"+a);\n }\n\n }",
"main",
"{\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n int a,b,c;\n String[] arange=null;\n try{ \n arange = in.readLine().split(\" \", 0);\n }catch (Exception e){\n }\n a = Integer.parseInt(arange[0]);\n b = Integer.parseInt(arange[1]);\n c = Integer.parseInt(arange[2]);\n if(a<=b&&a<=c){\n if(b<c)\n System.out.println(a+\" \"+b+\" \"+c);\n else\n System.out.println(a+\" \"+c+\" \"+b);\n }else if(b<=a&&b<=c){\n if(a<c)\n System.out.println(b+\" \"+a+\" \"+c);\n else\n System.out.println(b+\" \"+c+\" \"+a);\n }else{\n if(a<b)\n System.out.println(c+\" \"+a+\" \"+b);\n else\n System.out.println(c+\" \"+b+\" \"+a);\n }\n\n }",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"int a",
"a",
"b",
"b",
"c;",
"c",
"String[] arange=null;",
"arange",
"null",
"try{ \n arange = in.readLine().split(\" \", 0);\n }catch (Exception e){\n }",
"catch (Exception e){\n }",
"Exception e",
"{\n }",
"{ \n arange = in.readLine().split(\" \", 0);\n }",
"arange = in.readLine().split(\" \", 0)",
"arange",
"in.readLine().split(\" \", 0)",
"in.readLine().split",
"in.readLine()",
"in.readLine",
"in",
"\" \"",
"0",
"a = Integer.parseInt(arange[0])",
"a",
"Integer.parseInt(arange[0])",
"Integer.parseInt",
"Integer",
"arange[0]",
"arange",
"0",
"b = Integer.parseInt(arange[1])",
"b",
"Integer.parseInt(arange[1])",
"Integer.parseInt",
"Integer",
"arange[1]",
"arange",
"1",
"c = Integer.parseInt(arange[2])",
"c",
"Integer.parseInt(arange[2])",
"Integer.parseInt",
"Integer",
"arange[2]",
"arange",
"2",
"if(a<=b&&a<=c){\n if(b<c)\n System.out.println(a+\" \"+b+\" \"+c);\n else\n System.out.println(a+\" \"+c+\" \"+b);\n }else if(b<=a&&b<=c){\n if(a<c)\n System.out.println(b+\" \"+a+\" \"+c);\n else\n System.out.println(b+\" \"+c+\" \"+a);\n }else{\n if(a<b)\n System.out.println(c+\" \"+a+\" \"+b);\n else\n System.out.println(c+\" \"+b+\" \"+a);\n }",
"a<=b&&a<=c",
"a<=b",
"a",
"b",
"a<=c",
"a",
"c",
"{\n if(b<c)\n System.out.println(a+\" \"+b+\" \"+c);\n else\n System.out.println(a+\" \"+c+\" \"+b);\n }",
"if(b<c)\n System.out.println(a+\" \"+b+\" \"+c);\n else\n System.out.println(a+\" \"+c+\" \"+b);",
"b<c",
"b",
"c",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"System.out.println(a+\" \"+c+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+c+\" \"+b",
"\" \"",
"c",
"a+\" \"+c+\" \"+b",
"a",
"\" \"",
"c",
"\" \"",
"b",
"if(b<=a&&b<=c){\n if(a<c)\n System.out.println(b+\" \"+a+\" \"+c);\n else\n System.out.println(b+\" \"+c+\" \"+a);\n }else{\n if(a<b)\n System.out.println(c+\" \"+a+\" \"+b);\n else\n System.out.println(c+\" \"+b+\" \"+a);\n }",
"b<=a&&b<=c",
"b<=a",
"b",
"a",
"b<=c",
"b",
"c",
"{\n if(a<c)\n System.out.println(b+\" \"+a+\" \"+c);\n else\n System.out.println(b+\" \"+c+\" \"+a);\n }",
"if(a<c)\n System.out.println(b+\" \"+a+\" \"+c);\n else\n System.out.println(b+\" \"+c+\" \"+a);",
"a<c",
"a",
"c",
"System.out.println(b+\" \"+a+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+a+\" \"+c",
"\" \"",
"a",
"b+\" \"+a+\" \"+c",
"b",
"\" \"",
"a",
"\" \"",
"c",
"System.out.println(b+\" \"+c+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+c+\" \"+a",
"\" \"",
"c",
"b+\" \"+c+\" \"+a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"{\n if(a<b)\n System.out.println(c+\" \"+a+\" \"+b);\n else\n System.out.println(c+\" \"+b+\" \"+a);\n }",
"if(a<b)\n System.out.println(c+\" \"+a+\" \"+b);\n else\n System.out.println(c+\" \"+b+\" \"+a);",
"a<b",
"a",
"b",
"System.out.println(c+\" \"+a+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+a+\" \"+b",
"\" \"",
"a",
"c+\" \"+a+\" \"+b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"System.out.println(c+\" \"+b+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+b+\" \"+a",
"\" \"",
"b",
"c+\" \"+b+\" \"+a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"String [] args",
"args",
"public class Main{\n public static void main(String [] args){\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n int a,b,c;\n String[] arange=null;\n try{ \n arange = in.readLine().split(\" \", 0);\n }catch (Exception e){\n }\n a = Integer.parseInt(arange[0]);\n b = Integer.parseInt(arange[1]);\n c = Integer.parseInt(arange[2]);\n if(a<=b&&a<=c){\n if(b<c)\n System.out.println(a+\" \"+b+\" \"+c);\n else\n System.out.println(a+\" \"+c+\" \"+b);\n }else if(b<=a&&b<=c){\n if(a<c)\n System.out.println(b+\" \"+a+\" \"+c);\n else\n System.out.println(b+\" \"+c+\" \"+a);\n }else{\n if(a<b)\n System.out.println(c+\" \"+a+\" \"+b);\n else\n System.out.println(c+\" \"+b+\" \"+a);\n }\n\n }\n}",
"public class Main{\n public static void main(String [] args){\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n int a,b,c;\n String[] arange=null;\n try{ \n arange = in.readLine().split(\" \", 0);\n }catch (Exception e){\n }\n a = Integer.parseInt(arange[0]);\n b = Integer.parseInt(arange[1]);\n c = Integer.parseInt(arange[2]);\n if(a<=b&&a<=c){\n if(b<c)\n System.out.println(a+\" \"+b+\" \"+c);\n else\n System.out.println(a+\" \"+c+\" \"+b);\n }else if(b<=a&&b<=c){\n if(a<c)\n System.out.println(b+\" \"+a+\" \"+c);\n else\n System.out.println(b+\" \"+c+\" \"+a);\n }else{\n if(a<b)\n System.out.println(c+\" \"+a+\" \"+b);\n else\n System.out.println(c+\" \"+b+\" \"+a);\n }\n\n }\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String [] args){
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
int a,b,c;
String[] arange=null;
try{
arange = in.readLine().split(" ", 0);
}catch (Exception e){
}
a = Integer.parseInt(arange[0]);
b = Integer.parseInt(arange[1]);
c = Integer.parseInt(arange[2]);
if(a<=b&&a<=c){
if(b<c)
System.out.println(a+" "+b+" "+c);
else
System.out.println(a+" "+c+" "+b);
}else if(b<=a&&b<=c){
if(a<c)
System.out.println(b+" "+a+" "+c);
else
System.out.println(b+" "+c+" "+a);
}else{
if(a<b)
System.out.println(c+" "+a+" "+b);
else
System.out.println(c+" "+b+" "+a);
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
39,
4,
18,
13,
4,
18,
13,
4,
18,
13,
41,
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,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
41,
13,
20,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
96,
5
],
[
96,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
8,
24
],
[
24,
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
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
41,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
41,
53
],
[
53,
54
],
[
54,
55
],
[
41,
56
],
[
57,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
58,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
69,
71
],
[
66,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
76,
78
],
[
66,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
8,
84
],
[
84,
85
],
[
84,
86
],
[
8,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
6,
93
],
[
93,
94
],
[
0,
95
],
[
95,
96
],
[
95,
97
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int input[] = { sc.nextInt(), sc.nextInt(), sc.nextInt() };\n int tmp;\n\n for (int i = 0; i < input.length; i++) {\n for (int j = i + 1; j < input.length; j++) {\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }\n }\n StringBuffer sb = new StringBuffer(input[0] + \" \" + input[1] + \" \"\n + input[2]);\n System.out.println(sb);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int input[] = { sc.nextInt(), sc.nextInt(), sc.nextInt() };\n int tmp;\n\n for (int i = 0; i < input.length; i++) {\n for (int j = i + 1; j < input.length; j++) {\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }\n }\n StringBuffer sb = new StringBuffer(input[0] + \" \" + input[1] + \" \"\n + input[2]);\n System.out.println(sb);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int input[] = { sc.nextInt(), sc.nextInt(), sc.nextInt() };\n int tmp;\n\n for (int i = 0; i < input.length; i++) {\n for (int j = i + 1; j < input.length; j++) {\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }\n }\n StringBuffer sb = new StringBuffer(input[0] + \" \" + input[1] + \" \"\n + input[2]);\n System.out.println(sb);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int input[] = { sc.nextInt(), sc.nextInt(), sc.nextInt() };\n int tmp;\n\n for (int i = 0; i < input.length; i++) {\n for (int j = i + 1; j < input.length; j++) {\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }\n }\n StringBuffer sb = new StringBuffer(input[0] + \" \" + input[1] + \" \"\n + input[2]);\n System.out.println(sb);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int input[] = { sc.nextInt(), sc.nextInt(), sc.nextInt() };",
"input",
"{ sc.nextInt(), sc.nextInt(), sc.nextInt() }",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int tmp;",
"tmp",
"for (int i = 0; i < input.length; i++) {\n for (int j = i + 1; j < input.length; j++) {\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < input.length",
"i",
"input.length",
"input",
"input.length",
"i++",
"i++",
"i",
"{\n for (int j = i + 1; j < input.length; j++) {\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }\n }",
"{\n for (int j = i + 1; j < input.length; j++) {\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }\n }",
"for (int j = i + 1; j < input.length; j++) {\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }",
"int j = i + 1;",
"int j = i + 1;",
"j",
"i + 1",
"i",
"1",
"j < input.length",
"j",
"input.length",
"input",
"input.length",
"j++",
"j++",
"j",
"{\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }",
"{\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }",
"if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }",
"input[i] > input[j]",
"input[i]",
"input",
"i",
"input[j]",
"input",
"j",
"{\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }",
"tmp = input[i]",
"tmp",
"input[i]",
"input",
"i",
"input[i] = input[j]",
"input[i]",
"input",
"i",
"input[j]",
"input",
"j",
"input[j] = tmp",
"input[j]",
"input",
"j",
"tmp",
"StringBuffer sb = new StringBuffer(input[0] + \" \" + input[1] + \" \"\n + input[2]);",
"sb",
"new StringBuffer(input[0] + \" \" + input[1] + \" \"\n + input[2])",
"System.out.println(sb)",
"System.out.println",
"System.out",
"System",
"System.out",
"sb",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int input[] = { sc.nextInt(), sc.nextInt(), sc.nextInt() };\n int tmp;\n\n for (int i = 0; i < input.length; i++) {\n for (int j = i + 1; j < input.length; j++) {\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }\n }\n StringBuffer sb = new StringBuffer(input[0] + \" \" + input[1] + \" \"\n + input[2]);\n System.out.println(sb);\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int input[] = { sc.nextInt(), sc.nextInt(), sc.nextInt() };\n int tmp;\n\n for (int i = 0; i < input.length; i++) {\n for (int j = i + 1; j < input.length; j++) {\n if (input[i] > input[j]) {\n tmp = input[i];\n input[i] = input[j];\n input[j] = tmp;\n }\n }\n }\n StringBuffer sb = new StringBuffer(input[0] + \" \" + input[1] + \" \"\n + input[2]);\n System.out.println(sb);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int input[] = { sc.nextInt(), sc.nextInt(), sc.nextInt() };
int tmp;
for (int i = 0; i < input.length; i++) {
for (int j = i + 1; j < input.length; j++) {
if (input[i] > input[j]) {
tmp = input[i];
input[i] = input[j];
input[j] = tmp;
}
}
}
StringBuffer sb = new StringBuffer(input[0] + " " + input[1] + " "
+ input[2]);
System.out.println(sb);
}
} |
[
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,
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,
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
],
[
132,
5
],
[
132,
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
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
63,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
83,
85
],
[
75,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
91
],
[
90,
92
],
[
63,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
105,
106
],
[
105,
107
],
[
97,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
112,
113
],
[
112,
114
],
[
8,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
115,
120
],
[
123,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
122,
126
],
[
121,
127
],
[
123,
128
],
[
6,
129
],
[
129,
130
],
[
0,
131
],
[
131,
132
],
[
131,
133
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tint num1, num2, num3;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tnum1 = a;\n\t\t\tif (b < c) {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = b;\n\t\t\t}\n\t\t} else if ((b < a) && (b < c)) {\n\t\t\tnum1 = b;\n\t\t\tif (a < c) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t} else {\n\t\t\tnum1 = c;\n\t\t\tif (a < b) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t} else {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tint num1, num2, num3;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tnum1 = a;\n\t\t\tif (b < c) {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = b;\n\t\t\t}\n\t\t} else if ((b < a) && (b < c)) {\n\t\t\tnum1 = b;\n\t\t\tif (a < c) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t} else {\n\t\t\tnum1 = c;\n\t\t\tif (a < b) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t} else {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tint num1, num2, num3;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tnum1 = a;\n\t\t\tif (b < c) {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = b;\n\t\t\t}\n\t\t} else if ((b < a) && (b < c)) {\n\t\t\tnum1 = b;\n\t\t\tif (a < c) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t} else {\n\t\t\tnum1 = c;\n\t\t\tif (a < b) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t} else {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tint num1, num2, num3;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tnum1 = a;\n\t\t\tif (b < c) {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = b;\n\t\t\t}\n\t\t} else if ((b < a) && (b < c)) {\n\t\t\tnum1 = b;\n\t\t\tif (a < c) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t} else {\n\t\t\tnum1 = c;\n\t\t\tif (a < b) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t} else {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int a = in.nextInt();",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"int b = in.nextInt();",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"int c = in.nextInt();",
"c",
"in.nextInt()",
"in.nextInt",
"in",
"int num1",
"num1",
"num2",
"num2",
"num3;",
"num3",
"if ((a < b) && (a < c)) {\n\t\t\tnum1 = a;\n\t\t\tif (b < c) {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = b;\n\t\t\t}\n\t\t} else if ((b < a) && (b < c)) {\n\t\t\tnum1 = b;\n\t\t\tif (a < c) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t} else {\n\t\t\tnum1 = c;\n\t\t\tif (a < b) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t} else {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t}",
"(a < b) && (a < c)",
"(a < b)",
"a",
"b",
"(a < c)",
"a",
"c",
"{\n\t\t\tnum1 = a;\n\t\t\tif (b < c) {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = b;\n\t\t\t}\n\t\t}",
"num1 = a",
"num1",
"a",
"if (b < c) {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = b;\n\t\t\t}",
"b < c",
"b",
"c",
"{\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = c;\n\t\t\t}",
"num2 = b",
"num2",
"b",
"num3 = c",
"num3",
"c",
"{\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = b;\n\t\t\t}",
"num2 = c",
"num2",
"c",
"num3 = b",
"num3",
"b",
"if ((b < a) && (b < c)) {\n\t\t\tnum1 = b;\n\t\t\tif (a < c) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t} else {\n\t\t\tnum1 = c;\n\t\t\tif (a < b) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t} else {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t}",
"(b < a) && (b < c)",
"(b < a)",
"b",
"a",
"(b < c)",
"b",
"c",
"{\n\t\t\tnum1 = b;\n\t\t\tif (a < c) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t}",
"num1 = b",
"num1",
"b",
"if (a < c) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}",
"a < c",
"a",
"c",
"{\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t}",
"num2 = a",
"num2",
"a",
"num3 = c",
"num3",
"c",
"{\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}",
"num2 = c",
"num2",
"c",
"num3 = a",
"num3",
"a",
"{\n\t\t\tnum1 = c;\n\t\t\tif (a < b) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t} else {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t}",
"num1 = c",
"num1",
"c",
"if (a < b) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t} else {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t}",
"num2 = a",
"num2",
"a",
"num3 = b",
"num3",
"b",
"{\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}",
"num2 = b",
"num2",
"b",
"num3 = a",
"num3",
"a",
"System.out.println(num1 + \" \" + num2 + \" \" + num3)",
"System.out.println",
"System.out",
"System",
"System.out",
"num1 + \" \" + num2 + \" \" + num3",
"\" \"",
"num2",
"num1 + \" \" + num2 + \" \" + num3",
"num1",
"\" \"",
"num2",
"\" \"",
"num3",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tint num1, num2, num3;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tnum1 = a;\n\t\t\tif (b < c) {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = b;\n\t\t\t}\n\t\t} else if ((b < a) && (b < c)) {\n\t\t\tnum1 = b;\n\t\t\tif (a < c) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t} else {\n\t\t\tnum1 = c;\n\t\t\tif (a < b) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t} else {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tint num1, num2, num3;\n\t\t\n\t\tif ((a < b) && (a < c)) {\n\t\t\tnum1 = a;\n\t\t\tif (b < c) {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = b;\n\t\t\t}\n\t\t} else if ((b < a) && (b < c)) {\n\t\t\tnum1 = b;\n\t\t\tif (a < c) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = c;\n\t\t\t} else {\n\t\t\t\tnum2 = c;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t} else {\n\t\t\tnum1 = c;\n\t\t\tif (a < b) {\n\t\t\t\tnum2 = a;\n\t\t\t\tnum3 = b;\n\t\t\t} else {\n\t\t\t\tnum2 = b;\n\t\t\t\tnum3 = a;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(num1 + \" \" + num2 + \" \" + num3);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int a = in.nextInt();
int b = in.nextInt();
int c = in.nextInt();
int num1, num2, num3;
if ((a < b) && (a < c)) {
num1 = a;
if (b < c) {
num2 = b;
num3 = c;
} else {
num2 = c;
num3 = b;
}
} else if ((b < a) && (b < c)) {
num1 = b;
if (a < c) {
num2 = a;
num3 = c;
} else {
num2 = c;
num3 = a;
}
} else {
num1 = c;
if (a < b) {
num2 = a;
num3 = b;
} else {
num2 = b;
num3 = a;
}
}
System.out.println(num1 + " " + num2 + " " + num3);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
18,
18,
13,
13,
13,
13,
13,
41,
13,
4,
18,
18,
18,
13,
13,
13,
13,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
102,
2
],
[
102,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
5,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
5,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
5,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
5,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
26,
33
],
[
26,
34
],
[
5,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
37,
44
],
[
37,
45
],
[
5,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
59,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
57,
63
],
[
59,
64
],
[
46,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
78,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
78,
83
],
[
65,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
85,
90
],
[
93,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
91,
97
],
[
93,
98
],
[
3,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] | [
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint m1 = java.lang.Math.min(a,b);\n\t\tint m2 = java.lang.Math.max(a,b);\n\n\t\tif (c < m1) {\n\t\t\tSystem.out.println(c + \" \" + m1 + \" \" + m2);\n\t\t}else if (m2 < c) {\n\t\t\tSystem.out.println(m1 + \" \" + m2 + \" \" + c);\n\t\t}else {\n\t\t\tSystem.out.println(m1 + \" \" + c + \" \" + m2);\n\t\t}\n\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint m1 = java.lang.Math.min(a,b);\n\t\tint m2 = java.lang.Math.max(a,b);\n\n\t\tif (c < m1) {\n\t\t\tSystem.out.println(c + \" \" + m1 + \" \" + m2);\n\t\t}else if (m2 < c) {\n\t\t\tSystem.out.println(m1 + \" \" + m2 + \" \" + c);\n\t\t}else {\n\t\t\tSystem.out.println(m1 + \" \" + c + \" \" + m2);\n\t\t}\n\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint m1 = java.lang.Math.min(a,b);\n\t\tint m2 = java.lang.Math.max(a,b);\n\n\t\tif (c < m1) {\n\t\t\tSystem.out.println(c + \" \" + m1 + \" \" + m2);\n\t\t}else if (m2 < c) {\n\t\t\tSystem.out.println(m1 + \" \" + m2 + \" \" + c);\n\t\t}else {\n\t\t\tSystem.out.println(m1 + \" \" + c + \" \" + m2);\n\t\t}\n\n\n\t}",
"main",
"{\n\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint m1 = java.lang.Math.min(a,b);\n\t\tint m2 = java.lang.Math.max(a,b);\n\n\t\tif (c < m1) {\n\t\t\tSystem.out.println(c + \" \" + m1 + \" \" + m2);\n\t\t}else if (m2 < c) {\n\t\t\tSystem.out.println(m1 + \" \" + m2 + \" \" + c);\n\t\t}else {\n\t\t\tSystem.out.println(m1 + \" \" + c + \" \" + m2);\n\t\t}\n\n\n\t}",
"java.util.Scanner sc = new java.util.Scanner(System.in);",
"sc",
"new java.util.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 m1 = java.lang.Math.min(a,b);",
"m1",
"java.lang.Math.min(a,b)",
"java.lang.Math.min",
"java.lang.Math",
"java.lang",
"java",
"java.lang",
"java.lang.Math",
"a",
"b",
"int m2 = java.lang.Math.max(a,b);",
"m2",
"java.lang.Math.max(a,b)",
"java.lang.Math.max",
"java.lang.Math",
"java.lang",
"java",
"java.lang",
"java.lang.Math",
"a",
"b",
"if (c < m1) {\n\t\t\tSystem.out.println(c + \" \" + m1 + \" \" + m2);\n\t\t}else if (m2 < c) {\n\t\t\tSystem.out.println(m1 + \" \" + m2 + \" \" + c);\n\t\t}else {\n\t\t\tSystem.out.println(m1 + \" \" + c + \" \" + m2);\n\t\t}",
"c < m1",
"c",
"m1",
"{\n\t\t\tSystem.out.println(c + \" \" + m1 + \" \" + m2);\n\t\t}",
"System.out.println(c + \" \" + m1 + \" \" + m2)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + m1 + \" \" + m2",
"\" \"",
"m1",
"c + \" \" + m1 + \" \" + m2",
"c",
"\" \"",
"m1",
"\" \"",
"m2",
"if (m2 < c) {\n\t\t\tSystem.out.println(m1 + \" \" + m2 + \" \" + c);\n\t\t}else {\n\t\t\tSystem.out.println(m1 + \" \" + c + \" \" + m2);\n\t\t}",
"m2 < c",
"m2",
"c",
"{\n\t\t\tSystem.out.println(m1 + \" \" + m2 + \" \" + c);\n\t\t}",
"System.out.println(m1 + \" \" + m2 + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"m1 + \" \" + m2 + \" \" + c",
"\" \"",
"m2",
"m1 + \" \" + m2 + \" \" + c",
"m1",
"\" \"",
"m2",
"\" \"",
"c",
"{\n\t\t\tSystem.out.println(m1 + \" \" + c + \" \" + m2);\n\t\t}",
"System.out.println(m1 + \" \" + c + \" \" + m2)",
"System.out.println",
"System.out",
"System",
"System.out",
"m1 + \" \" + c + \" \" + m2",
"\" \"",
"c",
"m1 + \" \" + c + \" \" + m2",
"m1",
"\" \"",
"c",
"\" \"",
"m2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint m1 = java.lang.Math.min(a,b);\n\t\tint m2 = java.lang.Math.max(a,b);\n\n\t\tif (c < m1) {\n\t\t\tSystem.out.println(c + \" \" + m1 + \" \" + m2);\n\t\t}else if (m2 < c) {\n\t\t\tSystem.out.println(m1 + \" \" + m2 + \" \" + c);\n\t\t}else {\n\t\t\tSystem.out.println(m1 + \" \" + c + \" \" + m2);\n\t\t}\n\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint m1 = java.lang.Math.min(a,b);\n\t\tint m2 = java.lang.Math.max(a,b);\n\n\t\tif (c < m1) {\n\t\t\tSystem.out.println(c + \" \" + m1 + \" \" + m2);\n\t\t}else if (m2 < c) {\n\t\t\tSystem.out.println(m1 + \" \" + m2 + \" \" + c);\n\t\t}else {\n\t\t\tSystem.out.println(m1 + \" \" + c + \" \" + m2);\n\t\t}\n\n\n\t}\n}",
"Main"
] | public class Main {
public static void main(String[] args) {
java.util.Scanner sc = new java.util.Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int m1 = java.lang.Math.min(a,b);
int m2 = java.lang.Math.max(a,b);
if (c < m1) {
System.out.println(c + " " + m1 + " " + m2);
}else if (m2 < c) {
System.out.println(m1 + " " + m2 + " " + c);
}else {
System.out.println(m1 + " " + c + " " + m2);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
11,
1,
41,
13,
18,
13,
13,
2,
13,
17,
1,
40,
13,
30,
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,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
137,
8
],
[
137,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
30,
31
],
[
11,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
11,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
50,
51
],
[
11,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
56,
58
],
[
52,
59
],
[
59,
60
],
[
59,
61
],
[
52,
62
],
[
62,
63
],
[
63,
64
],
[
52,
65
],
[
66,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
74,
76
],
[
67,
77
],
[
77,
78
],
[
78,
79
],
[
67,
80
],
[
81,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
89,
91
],
[
82,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
95,
97
],
[
92,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
102,
103
],
[
102,
104
],
[
104,
105
],
[
104,
106
],
[
92,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
110,
111
],
[
110,
112
],
[
107,
113
],
[
11,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
114,
119
],
[
122,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
122,
126
],
[
121,
127
],
[
127,
128
],
[
127,
129
],
[
120,
130
],
[
122,
131
],
[
131,
132
],
[
131,
133
],
[
9,
134
],
[
134,
135
],
[
0,
136
],
[
136,
137
],
[
136,
138
]
] | [
"import java.io.*;\nimport java.util.*;\npublic class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint[] input = new int[3];\n\tinput[0] = Integer.parseInt(s.nextToken());\n\tinput[1] = Integer.parseInt(s.nextToken());\n\tinput[2] = Integer.parseInt(s.nextToken());\n\n\tfor(int i=input.length;i>1;i--){\n\t\tfor(int j=0;j<i-1;j++){\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}\n\t}\n\tSystem.out.println(input[0] + \" \" + input[1] +\" \" + input[2]);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint[] input = new int[3];\n\tinput[0] = Integer.parseInt(s.nextToken());\n\tinput[1] = Integer.parseInt(s.nextToken());\n\tinput[2] = Integer.parseInt(s.nextToken());\n\n\tfor(int i=input.length;i>1;i--){\n\t\tfor(int j=0;j<i-1;j++){\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}\n\t}\n\tSystem.out.println(input[0] + \" \" + input[1] +\" \" + input[2]);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint[] input = new int[3];\n\tinput[0] = Integer.parseInt(s.nextToken());\n\tinput[1] = Integer.parseInt(s.nextToken());\n\tinput[2] = Integer.parseInt(s.nextToken());\n\n\tfor(int i=input.length;i>1;i--){\n\t\tfor(int j=0;j<i-1;j++){\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}\n\t}\n\tSystem.out.println(input[0] + \" \" + input[1] +\" \" + input[2]);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint[] input = new int[3];\n\tinput[0] = Integer.parseInt(s.nextToken());\n\tinput[1] = Integer.parseInt(s.nextToken());\n\tinput[2] = Integer.parseInt(s.nextToken());\n\n\tfor(int i=input.length;i>1;i--){\n\t\tfor(int j=0;j<i-1;j++){\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}\n\t}\n\tSystem.out.println(input[0] + \" \" + input[1] +\" \" + input[2]);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer s = new StringTokenizer(br.readLine(),\" \");",
"s",
"new StringTokenizer(br.readLine(),\" \")",
"int[] input = new int[3];",
"input",
"new int[3]",
"3",
"input[0] = Integer.parseInt(s.nextToken())",
"input[0]",
"input",
"0",
"Integer.parseInt(s.nextToken())",
"Integer.parseInt",
"Integer",
"s.nextToken()",
"s.nextToken",
"s",
"input[1] = Integer.parseInt(s.nextToken())",
"input[1]",
"input",
"1",
"Integer.parseInt(s.nextToken())",
"Integer.parseInt",
"Integer",
"s.nextToken()",
"s.nextToken",
"s",
"input[2] = Integer.parseInt(s.nextToken())",
"input[2]",
"input",
"2",
"Integer.parseInt(s.nextToken())",
"Integer.parseInt",
"Integer",
"s.nextToken()",
"s.nextToken",
"s",
"for(int i=input.length;i>1;i--){\n\t\tfor(int j=0;j<i-1;j++){\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}\n\t}",
"int i=input.length;",
"int i=input.length;",
"i",
"input.length",
"input",
"input.length",
"i>1",
"i",
"1",
"i--",
"i--",
"i",
"{\n\t\tfor(int j=0;j<i-1;j++){\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}\n\t}",
"{\n\t\tfor(int j=0;j<i-1;j++){\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}\n\t}",
"for(int j=0;j<i-1;j++){\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}",
"int j=0;",
"int j=0;",
"j",
"0",
"j<i-1",
"j",
"i-1",
"i",
"1",
"j++",
"j++",
"j",
"{\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}",
"{\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}",
"if(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}",
"input[j]>input[j+1]",
"input[j]",
"input",
"j",
"input[j+1]",
"input",
"j+1",
"j",
"1",
"{\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}",
"int temp = input[j];",
"temp",
"input[j]",
"input",
"j",
"input[j] = input[j+1]",
"input[j]",
"input",
"j",
"input[j+1]",
"input",
"j+1",
"j",
"1",
"input[j+1] = temp",
"input[j+1]",
"input",
"j+1",
"j",
"1",
"temp",
"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 public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint[] input = new int[3];\n\tinput[0] = Integer.parseInt(s.nextToken());\n\tinput[1] = Integer.parseInt(s.nextToken());\n\tinput[2] = Integer.parseInt(s.nextToken());\n\n\tfor(int i=input.length;i>1;i--){\n\t\tfor(int j=0;j<i-1;j++){\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}\n\t}\n\tSystem.out.println(input[0] + \" \" + input[1] +\" \" + input[2]);\n }\n}",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tStringTokenizer s = new StringTokenizer(br.readLine(),\" \");\n\tint[] input = new int[3];\n\tinput[0] = Integer.parseInt(s.nextToken());\n\tinput[1] = Integer.parseInt(s.nextToken());\n\tinput[2] = Integer.parseInt(s.nextToken());\n\n\tfor(int i=input.length;i>1;i--){\n\t\tfor(int j=0;j<i-1;j++){\n\t\tif(input[j]>input[j+1]){\n\t\t\tint temp = input[j];\n\t\t\tinput[j] = input[j+1];\n\t\t\tinput[j+1] = temp;\n\t\t\t}\n\t\t}\n\t}\n\tSystem.out.println(input[0] + \" \" + input[1] +\" \" + input[2]);\n }\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer s = new StringTokenizer(br.readLine()," ");
int[] input = new int[3];
input[0] = Integer.parseInt(s.nextToken());
input[1] = Integer.parseInt(s.nextToken());
input[2] = Integer.parseInt(s.nextToken());
for(int i=input.length;i>1;i--){
for(int j=0;j<i-1;j++){
if(input[j]>input[j+1]){
int temp = input[j];
input[j] = input[j+1];
input[j+1] = temp;
}
}
}
System.out.println(input[0] + " " + input[1] +" " + input[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
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,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
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,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
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
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
27,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
49,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
47,
53
],
[
49,
54
],
[
36,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
68,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
66,
72
],
[
68,
73
],
[
55,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
87,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
85,
91
],
[
87,
92
],
[
27,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
98,
99
],
[
98,
100
],
[
93,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
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
],
[
102,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
126,
131
],
[
134,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
132,
138
],
[
134,
139
],
[
121,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
144,
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
],
[
93,
159
],
[
159,
160
],
[
160,
161
],
[
161,
162
],
[
161,
163
],
[
160,
164
],
[
164,
165
],
[
164,
166
],
[
159,
167
],
[
167,
168
],
[
168,
169
],
[
169,
170
],
[
169,
171
],
[
168,
172
],
[
172,
173
],
[
173,
174
],
[
174,
175
],
[
175,
176
],
[
175,
177
],
[
173,
178
],
[
181,
179
],
[
179,
180
],
[
180,
181
],
[
181,
182
],
[
181,
183
],
[
180,
184
],
[
179,
185
],
[
181,
186
],
[
168,
187
],
[
187,
188
],
[
188,
189
],
[
188,
190
],
[
187,
191
],
[
191,
192
],
[
192,
193
],
[
193,
194
],
[
194,
195
],
[
194,
196
],
[
192,
197
],
[
200,
198
],
[
198,
199
],
[
199,
200
],
[
200,
201
],
[
200,
202
],
[
199,
203
],
[
198,
204
],
[
200,
205
],
[
187,
206
],
[
206,
207
],
[
207,
208
],
[
207,
209
],
[
206,
210
],
[
210,
211
],
[
211,
212
],
[
212,
213
],
[
213,
214
],
[
213,
215
],
[
211,
216
],
[
219,
217
],
[
217,
218
],
[
218,
219
],
[
219,
220
],
[
219,
221
],
[
218,
222
],
[
217,
223
],
[
219,
224
],
[
6,
225
],
[
225,
226
]
] | [
"import java.util.Scanner;\nclass Main\n{\n\tpublic static void main(String[] args)throws Exception\n\t{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint a=scan.nextInt();\n\t\tint b=scan.nextInt();\n\t\tint c=scan.nextInt();\n\t\t\n\t\tif(a>b&&a>c)\n\t\t{\n\t\t\tif(b>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\t}\n\t\t\telse if(b<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t\telse if(b==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t}\n\t\telse if(b>a&&b>c)\n\t\t{\n\t\t\tif(a>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\t}\n\t\t\telse if(a<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\telse if(a==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\telse if(c>a&&c>b)\n\t\t{\t\n\t\t\tif(a>b)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t\telse if(a<b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t\telse if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n\tpublic static void main(String[] args)throws Exception\n\t{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint a=scan.nextInt();\n\t\tint b=scan.nextInt();\n\t\tint c=scan.nextInt();\n\t\t\n\t\tif(a>b&&a>c)\n\t\t{\n\t\t\tif(b>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\t}\n\t\t\telse if(b<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t\telse if(b==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t}\n\t\telse if(b>a&&b>c)\n\t\t{\n\t\t\tif(a>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\t}\n\t\t\telse if(a<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\telse if(a==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\telse if(c>a&&c>b)\n\t\t{\t\n\t\t\tif(a>b)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t\telse if(a<b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t\telse if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args)throws Exception\n\t{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint a=scan.nextInt();\n\t\tint b=scan.nextInt();\n\t\tint c=scan.nextInt();\n\t\t\n\t\tif(a>b&&a>c)\n\t\t{\n\t\t\tif(b>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\t}\n\t\t\telse if(b<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t\telse if(b==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t}\n\t\telse if(b>a&&b>c)\n\t\t{\n\t\t\tif(a>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\t}\n\t\t\telse if(a<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\telse if(a==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\telse if(c>a&&c>b)\n\t\t{\t\n\t\t\tif(a>b)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t\telse if(a<b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t\telse if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\n\t\t}\n\t}",
"main",
"{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint a=scan.nextInt();\n\t\tint b=scan.nextInt();\n\t\tint c=scan.nextInt();\n\t\t\n\t\tif(a>b&&a>c)\n\t\t{\n\t\t\tif(b>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\t}\n\t\t\telse if(b<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t\telse if(b==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t}\n\t\telse if(b>a&&b>c)\n\t\t{\n\t\t\tif(a>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\t}\n\t\t\telse if(a<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\telse if(a==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\telse if(c>a&&c>b)\n\t\t{\t\n\t\t\tif(a>b)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t\telse if(a<b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t\telse if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\n\t\t}\n\t}",
"Scanner scan=new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a=scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b=scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int c=scan.nextInt();",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(a>b&&a>c)\n\t\t{\n\t\t\tif(b>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\t}\n\t\t\telse if(b<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t\telse if(b==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t}\n\t\telse if(b>a&&b>c)\n\t\t{\n\t\t\tif(a>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\t}\n\t\t\telse if(a<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\telse if(a==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\telse if(c>a&&c>b)\n\t\t{\t\n\t\t\tif(a>b)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t\telse if(a<b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t\telse if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\n\t\t}",
"a>b&&a>c",
"a>b",
"a",
"b",
"a>c",
"a",
"c",
"{\n\t\t\tif(b>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\t}\n\t\t\telse if(b<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t\telse if(b==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t}",
"if(b>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\t}\n\t\t\telse if(b<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t\telse if(b==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}",
"b>c",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(c+\" \"+b+\" \"+a);\n\t\t\t}",
"System.out.println(c+\" \"+b+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+b+\" \"+a",
"\" \"",
"b",
"c+\" \"+b+\" \"+a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"if(b<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}\n\t\t\telse if(b==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}",
"b<c",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}",
"System.out.println(b+\" \"+c+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+c+\" \"+a",
"\" \"",
"c",
"b+\" \"+c+\" \"+a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"if(b==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}",
"b==c",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(b+\" \"+c+\" \"+a);\n\t\t\t}",
"System.out.println(b+\" \"+c+\" \"+a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+c+\" \"+a",
"\" \"",
"c",
"b+\" \"+c+\" \"+a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"if(b>a&&b>c)\n\t\t{\n\t\t\tif(a>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\t}\n\t\t\telse if(a<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\telse if(a==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\t\n\t\t}\n\t\telse if(c>a&&c>b)\n\t\t{\t\n\t\t\tif(a>b)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t\telse if(a<b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t\telse if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\n\t\t}",
"b>a&&b>c",
"b>a",
"b",
"a",
"b>c",
"b",
"c",
"{\n\t\t\tif(a>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\t}\n\t\t\telse if(a<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\telse if(a==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\t\n\t\t}",
"if(a>c)\n\t\t\t{\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\t}\n\t\t\telse if(a<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\telse if(a==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}",
"a>c",
"a",
"c",
"{\n\t\t\t\tSystem.out.println(c+\" \"+a+\" \"+b);\n\t\t\t}",
"System.out.println(c+\" \"+a+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+a+\" \"+b",
"\" \"",
"a",
"c+\" \"+a+\" \"+b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"if(a<c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}\n\t\t\telse if(a==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}",
"a<c",
"a",
"c",
"{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}",
"System.out.println(a+\" \"+c+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+c+\" \"+b",
"\" \"",
"c",
"a+\" \"+c+\" \"+b",
"a",
"\" \"",
"c",
"\" \"",
"b",
"if(a==c)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}",
"a==c",
"a",
"c",
"{\n\t\t\t\tSystem.out.println(a+\" \"+c+\" \"+b);\n\t\t\t}",
"System.out.println(a+\" \"+c+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+c+\" \"+b",
"\" \"",
"c",
"a+\" \"+c+\" \"+b",
"a",
"\" \"",
"c",
"\" \"",
"b",
"if(c>a&&c>b)\n\t\t{\t\n\t\t\tif(a>b)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t\telse if(a<b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t\telse if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\n\t\t}",
"c>a&&c>b",
"c>a",
"c",
"a",
"c>b",
"c",
"b",
"{\t\n\t\t\tif(a>b)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t\telse if(a<b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t\telse if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\n\t\t}",
"if(a>b)\n\t\t\t{\n\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}\n\t\t\telse if(a<b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t\telse if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(b+\" \"+a+\" \"+c);\n\t\t\t}",
"System.out.println(b+\" \"+a+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"b+\" \"+a+\" \"+c",
"\" \"",
"a",
"b+\" \"+a+\" \"+c",
"b",
"\" \"",
"a",
"\" \"",
"c",
"if(a<b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}\n\t\t\telse if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}",
"a<b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"if(a==b)\n\t\t\t{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}",
"a==b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t\t}",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String[] args",
"args"
] | import java.util.Scanner;
class Main
{
public static void main(String[] args)throws Exception
{
Scanner scan=new Scanner(System.in);
int a=scan.nextInt();
int b=scan.nextInt();
int c=scan.nextInt();
if(a>b&&a>c)
{
if(b>c)
{
System.out.println(c+" "+b+" "+a);
}
else if(b<c)
{
System.out.println(b+" "+c+" "+a);
}
else if(b==c)
{
System.out.println(b+" "+c+" "+a);
}
}
else if(b>a&&b>c)
{
if(a>c)
{
System.out.println(c+" "+a+" "+b);
}
else if(a<c)
{
System.out.println(a+" "+c+" "+b);
}
else if(a==c)
{
System.out.println(a+" "+c+" "+b);
}
}
else if(c>a&&c>b)
{
if(a>b)
{
System.out.println(b+" "+a+" "+c);
}
else if(a<b)
{
System.out.println(a+" "+b+" "+c);
}
else if(a==b)
{
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,
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,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
4,
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
],
[
113,
14
],
[
113,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
23,
28
],
[
17,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
17,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
17,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
17,
53
],
[
53,
54
],
[
17,
55
],
[
55,
56
],
[
55,
57
],
[
58,
59
],
[
58,
60
],
[
17,
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
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
83,
84
],
[
83,
85
],
[
17,
86
],
[
86,
87
],
[
87,
88
],
[
86,
89
],
[
17,
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
],
[
15,
110
],
[
110,
111
],
[
0,
112
],
[
112,
113
],
[
112,
114
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] str = bufferedReader.readLine().split(\" \");\n\t\tInteger a = Integer.parseInt(str[0]);\n\t\tInteger b = Integer.parseInt(str[1]);\n\t\tInteger c = Integer.parseInt(str[2]);\n\t\tInteger tmp;\n\t\t\n\t\tInteger [] inlist = new Integer[str.length];\n\t\t\n\t\tfor(int i = 0; i < str.length; i++){\n\t\t\tinlist[i] = Integer.parseInt(str[i]);\n\t\t}\n\t\tArrays.sort(inlist);\n\t\n\t\tSystem.out.println(inlist[0] + \" \"+ inlist[1] + \" \" + inlist[2]);\n\t\t\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] str = bufferedReader.readLine().split(\" \");\n\t\tInteger a = Integer.parseInt(str[0]);\n\t\tInteger b = Integer.parseInt(str[1]);\n\t\tInteger c = Integer.parseInt(str[2]);\n\t\tInteger tmp;\n\t\t\n\t\tInteger [] inlist = new Integer[str.length];\n\t\t\n\t\tfor(int i = 0; i < str.length; i++){\n\t\t\tinlist[i] = Integer.parseInt(str[i]);\n\t\t}\n\t\tArrays.sort(inlist);\n\t\n\t\tSystem.out.println(inlist[0] + \" \"+ inlist[1] + \" \" + inlist[2]);\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] str = bufferedReader.readLine().split(\" \");\n\t\tInteger a = Integer.parseInt(str[0]);\n\t\tInteger b = Integer.parseInt(str[1]);\n\t\tInteger c = Integer.parseInt(str[2]);\n\t\tInteger tmp;\n\t\t\n\t\tInteger [] inlist = new Integer[str.length];\n\t\t\n\t\tfor(int i = 0; i < str.length; i++){\n\t\t\tinlist[i] = Integer.parseInt(str[i]);\n\t\t}\n\t\tArrays.sort(inlist);\n\t\n\t\tSystem.out.println(inlist[0] + \" \"+ inlist[1] + \" \" + inlist[2]);\n\t\t\n\t}",
"main",
"{\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] str = bufferedReader.readLine().split(\" \");\n\t\tInteger a = Integer.parseInt(str[0]);\n\t\tInteger b = Integer.parseInt(str[1]);\n\t\tInteger c = Integer.parseInt(str[2]);\n\t\tInteger tmp;\n\t\t\n\t\tInteger [] inlist = new Integer[str.length];\n\t\t\n\t\tfor(int i = 0; i < str.length; i++){\n\t\t\tinlist[i] = Integer.parseInt(str[i]);\n\t\t}\n\t\tArrays.sort(inlist);\n\t\n\t\tSystem.out.println(inlist[0] + \" \"+ inlist[1] + \" \" + inlist[2]);\n\t\t\n\t}",
"BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));",
"bufferedReader",
"new BufferedReader(new InputStreamReader(System.in))",
"String [] str = bufferedReader.readLine().split(\" \");",
"str",
"bufferedReader.readLine().split(\" \")",
"bufferedReader.readLine().split",
"bufferedReader.readLine()",
"bufferedReader.readLine",
"bufferedReader",
"\" \"",
"Integer a = Integer.parseInt(str[0]);",
"a",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"Integer b = Integer.parseInt(str[1]);",
"b",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"Integer c = Integer.parseInt(str[2]);",
"c",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"Integer tmp;",
"tmp",
"Integer [] inlist = new Integer[str.length];",
"inlist",
"new Integer[str.length]",
"str.length",
"str",
"str.length",
"for(int i = 0; i < str.length; i++){\n\t\t\tinlist[i] = Integer.parseInt(str[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < str.length",
"i",
"str.length",
"str",
"str.length",
"i++",
"i++",
"i",
"{\n\t\t\tinlist[i] = Integer.parseInt(str[i]);\n\t\t}",
"{\n\t\t\tinlist[i] = Integer.parseInt(str[i]);\n\t\t}",
"inlist[i] = Integer.parseInt(str[i])",
"inlist[i]",
"inlist",
"i",
"Integer.parseInt(str[i])",
"Integer.parseInt",
"Integer",
"str[i]",
"str",
"i",
"Arrays.sort(inlist)",
"Arrays.sort",
"Arrays",
"inlist",
"System.out.println(inlist[0] + \" \"+ inlist[1] + \" \" + inlist[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"inlist[0] + \" \"+ inlist[1] + \" \" + inlist[2]",
"\" \"",
"inlist[1]",
"inlist[0] + \" \"+ inlist[1] + \" \" + inlist[2]",
"inlist[0]",
"inlist",
"0",
"\" \"",
"inlist[1]",
"inlist",
"1",
"\" \"",
"inlist[2]",
"inlist",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] str = bufferedReader.readLine().split(\" \");\n\t\tInteger a = Integer.parseInt(str[0]);\n\t\tInteger b = Integer.parseInt(str[1]);\n\t\tInteger c = Integer.parseInt(str[2]);\n\t\tInteger tmp;\n\t\t\n\t\tInteger [] inlist = new Integer[str.length];\n\t\t\n\t\tfor(int i = 0; i < str.length; i++){\n\t\t\tinlist[i] = Integer.parseInt(str[i]);\n\t\t}\n\t\tArrays.sort(inlist);\n\t\n\t\tSystem.out.println(inlist[0] + \" \"+ inlist[1] + \" \" + inlist[2]);\n\t\t\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] str = bufferedReader.readLine().split(\" \");\n\t\tInteger a = Integer.parseInt(str[0]);\n\t\tInteger b = Integer.parseInt(str[1]);\n\t\tInteger c = Integer.parseInt(str[2]);\n\t\tInteger tmp;\n\t\t\n\t\tInteger [] inlist = new Integer[str.length];\n\t\t\n\t\tfor(int i = 0; i < str.length; i++){\n\t\t\tinlist[i] = Integer.parseInt(str[i]);\n\t\t}\n\t\tArrays.sort(inlist);\n\t\n\t\tSystem.out.println(inlist[0] + \" \"+ inlist[1] + \" \" + inlist[2]);\n\t\t\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[] args) throws IOException {
BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));
String [] str = bufferedReader.readLine().split(" ");
Integer a = Integer.parseInt(str[0]);
Integer b = Integer.parseInt(str[1]);
Integer c = Integer.parseInt(str[2]);
Integer tmp;
Integer [] inlist = new Integer[str.length];
for(int i = 0; i < str.length; i++){
inlist[i] = Integer.parseInt(str[i]);
}
Arrays.sort(inlist);
System.out.println(inlist[0] + " "+ inlist[1] + " " + inlist[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
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,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
2,
13,
17,
18,
13,
13,
30,
41,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
18,
13,
13,
0,
18,
13,
13,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
13,
2,
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
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
17,
22
],
[
11,
23
],
[
23,
24
],
[
23,
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
],
[
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
],
[
70,
71
],
[
70,
72
],
[
66,
73
],
[
73,
74
],
[
73,
75
],
[
66,
76
],
[
76,
77
],
[
77,
78
],
[
66,
79
],
[
80,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
85,
87
],
[
82,
88
],
[
88,
89
],
[
88,
90
],
[
81,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
91,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
102,
104
],
[
99,
105
],
[
105,
106
],
[
105,
107
],
[
91,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
11,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
113,
118
],
[
118,
119
],
[
118,
120
],
[
113,
121
],
[
121,
122
],
[
122,
123
],
[
113,
124
],
[
125,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
129,
130
],
[
129,
131
],
[
126,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
133,
138
],
[
138,
139
],
[
138,
140
],
[
126,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
142,
147
],
[
147,
148
],
[
148,
149
],
[
148,
150
],
[
147,
151
],
[
9,
152
],
[
152,
153
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main{\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint len = 3;\n\t\tint[] num = new int[len];\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tnum[i] = Integer.parseInt(line[i]);\n\t\t}\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tfor(int j = len - 1; j > i; j--){\n\t\t\t\tif(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tif(i == len - 1){\n\t\t\t\tSystem.out.println(num[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(num[i] + \" \");\n\t\t\t}\n\n\t\t}\n\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main{\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint len = 3;\n\t\tint[] num = new int[len];\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tnum[i] = Integer.parseInt(line[i]);\n\t\t}\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tfor(int j = len - 1; j > i; j--){\n\t\t\t\tif(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tif(i == len - 1){\n\t\t\t\tSystem.out.println(num[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(num[i] + \" \");\n\t\t\t}\n\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint len = 3;\n\t\tint[] num = new int[len];\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tnum[i] = Integer.parseInt(line[i]);\n\t\t}\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tfor(int j = len - 1; j > i; j--){\n\t\t\t\tif(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tif(i == len - 1){\n\t\t\t\tSystem.out.println(num[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(num[i] + \" \");\n\t\t\t}\n\n\t\t}\n\n\t}",
"main",
"{\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint len = 3;\n\t\tint[] num = new int[len];\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tnum[i] = Integer.parseInt(line[i]);\n\t\t}\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tfor(int j = len - 1; j > i; j--){\n\t\t\t\tif(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfor(int i = 0; i < len; i++){\n\t\t\tif(i == len - 1){\n\t\t\t\tSystem.out.println(num[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(num[i] + \" \");\n\t\t\t}\n\n\t\t}\n\n\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",
"\" \"",
"int len = 3;",
"len",
"3",
"int[] num = new int[len];",
"num",
"new int[len]",
"len",
"for(int i = 0; i < len; i++){\n\t\t\tnum[i] = Integer.parseInt(line[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < len",
"i",
"len",
"i++",
"i++",
"i",
"{\n\t\t\tnum[i] = Integer.parseInt(line[i]);\n\t\t}",
"{\n\t\t\tnum[i] = Integer.parseInt(line[i]);\n\t\t}",
"num[i] = Integer.parseInt(line[i])",
"num[i]",
"num",
"i",
"Integer.parseInt(line[i])",
"Integer.parseInt",
"Integer",
"line[i]",
"line",
"i",
"for(int i = 0; i < len; i++){\n\t\t\tfor(int j = len - 1; j > i; j--){\n\t\t\t\tif(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < len",
"i",
"len",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j = len - 1; j > i; j--){\n\t\t\t\tif(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j = len - 1; j > i; j--){\n\t\t\t\tif(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j = len - 1; j > i; j--){\n\t\t\t\tif(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"int j = len - 1;",
"int j = len - 1;",
"j",
"len - 1",
"len",
"1",
"j > i",
"j",
"i",
"j--",
"j--",
"j",
"{\n\t\t\t\tif(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"if(num[j - 1] > num[j]){\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}",
"num[j - 1] > num[j]",
"num[j - 1]",
"num",
"j - 1",
"j",
"1",
"num[j]",
"num",
"j",
"{\n\t\t\t\t\tint temp = num[j - 1];\n\t\t\t\t\tnum[j - 1] = num[j];\n\t\t\t\t\tnum[j] = temp;\n\t\t\t\t}",
"int temp = num[j - 1];",
"temp",
"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] = temp",
"num[j]",
"num",
"j",
"temp",
"for(int i = 0; i < len; i++){\n\t\t\tif(i == len - 1){\n\t\t\t\tSystem.out.println(num[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(num[i] + \" \");\n\t\t\t}\n\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < len",
"i",
"len",
"i++",
"i++",
"i",
"{\n\t\t\tif(i == len - 1){\n\t\t\t\tSystem.out.println(num[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(num[i] + \" \");\n\t\t\t}\n\n\t\t}",
"{\n\t\t\tif(i == len - 1){\n\t\t\t\tSystem.out.println(num[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(num[i] + \" \");\n\t\t\t}\n\n\t\t}",
"if(i == len - 1){\n\t\t\t\tSystem.out.println(num[i]);\n\t\t\t}else{\n\t\t\t\tSystem.out.print(num[i] + \" \");\n\t\t\t}",
"i == len - 1",
"i",
"len - 1",
"len",
"1",
"{\n\t\t\t\tSystem.out.println(num[i]);\n\t\t\t}",
"System.out.println(num[i])",
"System.out.println",
"System.out",
"System",
"System.out",
"num[i]",
"num",
"i",
"{\n\t\t\t\tSystem.out.print(num[i] + \" \");\n\t\t\t}",
"System.out.print(num[i] + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"num[i] + \" \"",
"num[i]",
"num",
"i",
"\" \"",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
class Main{
public static void main(String[] args) throws Exception{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] line = br.readLine().split(" ");
int len = 3;
int[] num = new int[len];
for(int i = 0; i < len; i++){
num[i] = Integer.parseInt(line[i]);
}
for(int i = 0; i < len; i++){
for(int j = len - 1; j > i; j--){
if(num[j - 1] > num[j]){
int temp = num[j - 1];
num[j - 1] = num[j];
num[j] = temp;
}
}
}
for(int i = 0; i < len; i++){
if(i == len - 1){
System.out.println(num[i]);
}else{
System.out.print(num[i] + " ");
}
}
}
} |
[
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
]
] | [
"\nimport java.util.Scanner;\n\nclass Main {\n\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int d;\n if (a > b) {\n // a(=X) と b(=Y) を交換\n d = a;\n a = b;\n b = d;\n }\n if (b > c) {\n // b と c を交換\n d = b;\n b = c;\n c = d;\n }\n if (a > b) {\n // a と b を交換\n d = a;\n a = b;\n b = d;\n }\n System.out.println(a + \" \" + b + \" \" + c);\n }\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int d;\n if (a > b) {\n // a(=X) と b(=Y) を交換\n d = a;\n a = b;\n b = d;\n }\n if (b > c) {\n // b と c を交換\n d = b;\n b = c;\n c = d;\n }\n if (a > b) {\n // a と b を交換\n d = a;\n a = b;\n b = d;\n }\n System.out.println(a + \" \" + b + \" \" + c);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int d;\n if (a > b) {\n // a(=X) と b(=Y) を交換\n d = a;\n a = b;\n b = d;\n }\n if (b > c) {\n // b と c を交換\n d = b;\n b = c;\n c = d;\n }\n if (a > b) {\n // a と b を交換\n d = a;\n a = b;\n b = d;\n }\n System.out.println(a + \" \" + b + \" \" + c);\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int d;\n if (a > b) {\n // a(=X) と b(=Y) を交換\n d = a;\n a = b;\n b = d;\n }\n if (b > c) {\n // b と c を交換\n d = b;\n b = c;\n c = d;\n }\n if (a > b) {\n // a と b を交換\n d = a;\n a = b;\n b = d;\n }\n System.out.println(a + \" \" + b + \" \" + c);\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",
"int d;",
"d",
"if (a > b) {\n // a(=X) と b(=Y) を交換\n d = a;\n a = b;\n b = d;\n }",
"a > b",
"a",
"b",
"{\n // a(=X) と b(=Y) を交換\n d = a;\n a = b;\n b = d;\n }",
"d = a",
"d",
"a",
"a = b",
"a",
"b",
"b = d",
"b",
"d",
"if (b > c) {\n // b と c を交換\n d = b;\n b = c;\n c = d;\n }",
"b > c",
"b",
"c",
"{\n // b と c を交換\n d = b;\n b = c;\n c = d;\n }",
"d = b",
"d",
"b",
"b = c",
"b",
"c",
"c = d",
"c",
"d",
"if (a > b) {\n // a と b を交換\n d = a;\n a = b;\n b = d;\n }",
"a > b",
"a",
"b",
"{\n // a と b を交換\n d = a;\n a = b;\n b = d;\n }",
"d = a",
"d",
"a",
"a = b",
"a",
"b",
"b = d",
"b",
"d",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String[] args",
"args"
] |
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();
int d;
if (a > b) {
// a(=X) と b(=Y) を交換
d = a;
a = b;
b = d;
}
if (b > c) {
// b と c を交換
d = b;
b = c;
c = d;
}
if (a > b) {
// a と b を交換
d = a;
a = b;
b = d;
}
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,
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,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
4,
13,
13,
4,
18,
18,
13,
13,
4,
18,
4,
18,
4,
18,
4,
18,
13,
13,
17,
17,
17,
17,
17,
17,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
11,
1,
41,
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,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
2,
18,
13,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
18,
13,
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,
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
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
235,
14
],
[
235,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
23,
28
],
[
17,
29
],
[
29,
30
],
[
29,
31
],
[
32,
33
],
[
32,
34
],
[
17,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
35,
45
],
[
45,
46
],
[
46,
47
],
[
35,
48
],
[
49,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
17,
60
],
[
60,
61
],
[
60,
62
],
[
17,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
74,
77
],
[
72,
78
],
[
72,
79
],
[
70,
80
],
[
70,
81
],
[
68,
82
],
[
68,
83
],
[
15,
84
],
[
84,
85
],
[
235,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
89,
99
],
[
99,
100
],
[
100,
101
],
[
89,
102
],
[
103,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
109,
110
],
[
109,
111
],
[
112,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
112,
117
],
[
104,
118
],
[
118,
119
],
[
119,
120
],
[
104,
121
],
[
122,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
128,
129
],
[
128,
130
],
[
130,
131
],
[
130,
132
],
[
123,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
136,
137
],
[
136,
138
],
[
133,
139
],
[
139,
140
],
[
140,
141
],
[
140,
142
],
[
139,
143
],
[
143,
144
],
[
143,
145
],
[
145,
146
],
[
145,
147
],
[
133,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
151,
152
],
[
151,
153
],
[
148,
154
],
[
86,
155
],
[
155,
156
],
[
235,
157
],
[
157,
158
],
[
157,
159
],
[
159,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
162,
164
],
[
164,
165
],
[
165,
166
],
[
165,
167
],
[
164,
168
],
[
160,
169
],
[
169,
170
],
[
169,
171
],
[
160,
172
],
[
172,
173
],
[
173,
174
],
[
160,
175
],
[
176,
176
],
[
176,
177
],
[
177,
178
],
[
178,
179
],
[
179,
180
],
[
179,
181
],
[
181,
182
],
[
182,
183
],
[
182,
184
],
[
181,
185
],
[
177,
186
],
[
186,
187
],
[
186,
188
],
[
189,
189
],
[
189,
190
],
[
190,
191
],
[
190,
192
],
[
189,
193
],
[
189,
194
],
[
177,
195
],
[
195,
196
],
[
196,
197
],
[
177,
198
],
[
199,
199
],
[
199,
200
],
[
200,
201
],
[
201,
202
],
[
202,
203
],
[
202,
204
],
[
201,
205
],
[
205,
206
],
[
205,
207
],
[
207,
208
],
[
207,
209
],
[
200,
210
],
[
210,
211
],
[
211,
212
],
[
211,
213
],
[
213,
214
],
[
213,
215
],
[
210,
216
],
[
216,
217
],
[
217,
218
],
[
217,
219
],
[
216,
220
],
[
220,
221
],
[
220,
222
],
[
222,
223
],
[
222,
224
],
[
210,
225
],
[
225,
226
],
[
226,
227
],
[
226,
228
],
[
228,
229
],
[
228,
230
],
[
225,
231
],
[
157,
232
],
[
232,
233
],
[
0,
234
],
[
234,
235
],
[
234,
236
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int[] list = new int[listStr.length];\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n\n ascendingSort(list);\n\n System.out.println(Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll(\"\\\\]\", \"\").replaceAll(\",\", \"\"));\n\n }\n\n public static void ascendingSort(int[] array) {\n for (int i = 0; i < array.length; i++) {\n for (int j = 0; j < array.length - 1 - i; j++) {\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }\n }\n }\n\n public static void descendingSort(int[] array) {\n for (int i = array.length - 1; i >= 0; i--) {\n for (int j = array.length - 1; j > array.length - 1 - i; j--) {\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }\n }\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 public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int[] list = new int[listStr.length];\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n\n ascendingSort(list);\n\n System.out.println(Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll(\"\\\\]\", \"\").replaceAll(\",\", \"\"));\n\n }\n\n public static void ascendingSort(int[] array) {\n for (int i = 0; i < array.length; i++) {\n for (int j = 0; j < array.length - 1 - i; j++) {\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }\n }\n }\n\n public static void descendingSort(int[] array) {\n for (int i = array.length - 1; i >= 0; i--) {\n for (int j = array.length - 1; j > array.length - 1 - i; j--) {\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }\n }\n }\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int[] list = new int[listStr.length];\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n\n ascendingSort(list);\n\n System.out.println(Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll(\"\\\\]\", \"\").replaceAll(\",\", \"\"));\n\n }",
"main",
"{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int[] list = new int[listStr.length];\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n\n ascendingSort(list);\n\n System.out.println(Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll(\"\\\\]\", \"\").replaceAll(\",\", \"\"));\n\n }",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] listStr = reader.readLine().split(\" \");",
"listStr",
"reader.readLine().split(\" \")",
"reader.readLine().split",
"reader.readLine()",
"reader.readLine",
"reader",
"\" \"",
"int[] list = new int[listStr.length];",
"list",
"new int[listStr.length]",
"listStr.length",
"listStr",
"listStr.length",
"for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < listStr.length",
"i",
"listStr.length",
"listStr",
"listStr.length",
"i++",
"i++",
"i",
"{\n list[i] = Integer.parseInt(listStr[i]);\n }",
"{\n list[i] = Integer.parseInt(listStr[i]);\n }",
"list[i] = Integer.parseInt(listStr[i])",
"list[i]",
"list",
"i",
"Integer.parseInt(listStr[i])",
"Integer.parseInt",
"Integer",
"listStr[i]",
"listStr",
"i",
"ascendingSort(list)",
"ascendingSort",
"list",
"System.out.println(Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll(\"\\\\]\", \"\").replaceAll(\",\", \"\"))",
"System.out.println",
"System.out",
"System",
"System.out",
"Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll(\"\\\\]\", \"\").replaceAll(\",\", \"\")",
"Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll(\"\\\\]\", \"\").replaceAll",
"Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll(\"\\\\]\", \"\")",
"Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll",
"Arrays.toString(list).replaceAll(\"\\\\[\", \"\")",
"Arrays.toString(list).replaceAll",
"Arrays.toString(list)",
"Arrays.toString",
"Arrays",
"list",
"\"\\\\[\"",
"\"\"",
"\"\\\\]\"",
"\"\"",
"\",\"",
"\"\"",
"String[] args",
"args",
"public static void ascendingSort(int[] array) {\n for (int i = 0; i < array.length; i++) {\n for (int j = 0; j < array.length - 1 - i; j++) {\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }\n }\n }",
"ascendingSort",
"{\n for (int i = 0; i < array.length; i++) {\n for (int j = 0; j < array.length - 1 - i; j++) {\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }\n }\n }",
"for (int i = 0; i < array.length; i++) {\n for (int j = 0; j < array.length - 1 - i; j++) {\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < array.length",
"i",
"array.length",
"array",
"array.length",
"i++",
"i++",
"i",
"{\n for (int j = 0; j < array.length - 1 - i; j++) {\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }\n }",
"{\n for (int j = 0; j < array.length - 1 - i; j++) {\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }\n }",
"for (int j = 0; j < array.length - 1 - i; j++) {\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }",
"int j = 0;",
"int j = 0;",
"j",
"0",
"j < array.length - 1 - i",
"j",
"array.length - 1 - i",
"array.length - 1 - i",
"array.length",
"array",
"array.length",
"1",
"i",
"j++",
"j++",
"j",
"{\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }",
"{\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }",
"if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }",
"array[j] > array[j + 1]",
"array[j]",
"array",
"j",
"array[j + 1]",
"array",
"j + 1",
"j",
"1",
"{\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }",
"int tmp = array[j];",
"tmp",
"array[j]",
"array",
"j",
"array[j] = array[j + 1]",
"array[j]",
"array",
"j",
"array[j + 1]",
"array",
"j + 1",
"j",
"1",
"array[j + 1] = tmp",
"array[j + 1]",
"array",
"j + 1",
"j",
"1",
"tmp",
"int[] array",
"array",
"public static void descendingSort(int[] array) {\n for (int i = array.length - 1; i >= 0; i--) {\n for (int j = array.length - 1; j > array.length - 1 - i; j--) {\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }\n }\n }",
"descendingSort",
"{\n for (int i = array.length - 1; i >= 0; i--) {\n for (int j = array.length - 1; j > array.length - 1 - i; j--) {\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }\n }\n }",
"for (int i = array.length - 1; i >= 0; i--) {\n for (int j = array.length - 1; j > array.length - 1 - i; j--) {\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }\n }",
"int i = array.length - 1;",
"int i = array.length - 1;",
"i",
"array.length - 1",
"array.length",
"array",
"array.length",
"1",
"i >= 0",
"i",
"0",
"i--",
"i--",
"i",
"{\n for (int j = array.length - 1; j > array.length - 1 - i; j--) {\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }\n }",
"{\n for (int j = array.length - 1; j > array.length - 1 - i; j--) {\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }\n }",
"for (int j = array.length - 1; j > array.length - 1 - i; j--) {\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }",
"int j = array.length - 1;",
"int j = array.length - 1;",
"j",
"array.length - 1",
"array.length",
"array",
"array.length",
"1",
"j > array.length - 1 - i",
"j",
"array.length - 1 - i",
"array.length - 1 - i",
"array.length",
"array",
"array.length",
"1",
"i",
"j--",
"j--",
"j",
"{\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }",
"{\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }",
"if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }",
"array[j] > array[j - 1]",
"array[j]",
"array",
"j",
"array[j - 1]",
"array",
"j - 1",
"j",
"1",
"{\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }",
"int tmp = array[j];",
"tmp",
"array[j]",
"array",
"j",
"array[j] = array[j - 1]",
"array[j]",
"array",
"j",
"array[j - 1]",
"array",
"j - 1",
"j",
"1",
"array[j - 1] = tmp",
"array[j - 1]",
"array",
"j - 1",
"j",
"1",
"tmp",
"int[] array",
"array",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int[] list = new int[listStr.length];\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n\n ascendingSort(list);\n\n System.out.println(Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll(\"\\\\]\", \"\").replaceAll(\",\", \"\"));\n\n }\n\n public static void ascendingSort(int[] array) {\n for (int i = 0; i < array.length; i++) {\n for (int j = 0; j < array.length - 1 - i; j++) {\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }\n }\n }\n\n public static void descendingSort(int[] array) {\n for (int i = array.length - 1; i >= 0; i--) {\n for (int j = array.length - 1; j > array.length - 1 - i; j--) {\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }\n }\n }\n\n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int[] list = new int[listStr.length];\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n\n ascendingSort(list);\n\n System.out.println(Arrays.toString(list).replaceAll(\"\\\\[\", \"\").replaceAll(\"\\\\]\", \"\").replaceAll(\",\", \"\"));\n\n }\n\n public static void ascendingSort(int[] array) {\n for (int i = 0; i < array.length; i++) {\n for (int j = 0; j < array.length - 1 - i; j++) {\n if (array[j] > array[j + 1]) {\n int tmp = array[j];\n array[j] = array[j + 1];\n array[j + 1] = tmp;\n }\n }\n }\n }\n\n public static void descendingSort(int[] array) {\n for (int i = array.length - 1; i >= 0; i--) {\n for (int j = array.length - 1; j > array.length - 1 - i; j--) {\n if (array[j] > array[j - 1]) {\n int tmp = array[j];\n array[j] = array[j - 1];\n array[j - 1] = tmp;\n }\n }\n }\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) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
String[] listStr = reader.readLine().split(" ");
int[] list = new int[listStr.length];
for (int i = 0; i < listStr.length; i++) {
list[i] = Integer.parseInt(listStr[i]);
}
ascendingSort(list);
System.out.println(Arrays.toString(list).replaceAll("\\[", "").replaceAll("\\]", "").replaceAll(",", ""));
}
public static void ascendingSort(int[] array) {
for (int i = 0; i < array.length; i++) {
for (int j = 0; j < array.length - 1 - i; j++) {
if (array[j] > array[j + 1]) {
int tmp = array[j];
array[j] = array[j + 1];
array[j + 1] = tmp;
}
}
}
}
public static void descendingSort(int[] array) {
for (int i = array.length - 1; i >= 0; i--) {
for (int j = array.length - 1; j > array.length - 1 - i; j--) {
if (array[j] > array[j - 1]) {
int tmp = array[j];
array[j] = array[j - 1];
array[j - 1] = tmp;
}
}
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
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
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
14,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
14,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
14,
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
],
[
142,
165
],
[
165,
166
],
[
166,
167
],
[
167,
168
],
[
167,
169
],
[
166,
170
],
[
170,
171
],
[
170,
172
],
[
165,
173
],
[
173,
174
],
[
174,
175
],
[
175,
176
],
[
176,
177
],
[
176,
178
],
[
174,
179
],
[
182,
180
],
[
180,
181
],
[
181,
182
],
[
182,
183
],
[
182,
184
],
[
181,
185
],
[
180,
186
],
[
182,
187
],
[
12,
188
],
[
188,
189
]
] | [
"//Sorting Three Numbers\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] abc = in.readLine().split(\" \");\n\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\tif (a <= b && b <= c) {\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t} else if (a <= c && c <= b) {\n\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t} else if (b <= a && a <= c) {\n\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t} else if (b <= c && c <= a) {\n\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t} else if (c <= a && a <= b) {\n\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t} else if (c <= b && b <= a) {\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\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\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] abc = in.readLine().split(\" \");\n\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\tif (a <= b && b <= c) {\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t} else if (a <= c && c <= b) {\n\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t} else if (b <= a && a <= c) {\n\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t} else if (b <= c && c <= a) {\n\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t} else if (c <= a && a <= b) {\n\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t} else if (c <= b && b <= a) {\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] abc = in.readLine().split(\" \");\n\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\tif (a <= b && b <= c) {\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t} else if (a <= c && c <= b) {\n\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t} else if (b <= a && a <= c) {\n\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t} else if (b <= c && c <= a) {\n\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t} else if (c <= a && a <= b) {\n\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t} else if (c <= b && b <= a) {\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t}\n\t}",
"main",
"{\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] abc = in.readLine().split(\" \");\n\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\tif (a <= b && b <= c) {\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t} else if (a <= c && c <= b) {\n\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t} else if (b <= a && a <= c) {\n\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t} else if (b <= c && c <= a) {\n\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t} else if (c <= a && a <= b) {\n\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t} else if (c <= b && b <= a) {\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t}\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] abc = in.readLine().split(\" \");",
"abc",
"in.readLine().split(\" \")",
"in.readLine().split",
"in.readLine()",
"in.readLine",
"in",
"\" \"",
"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 && b <= c) {\n\t\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t\t} else if (a <= c && c <= b) {\n\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t} else if (b <= a && a <= c) {\n\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t} else if (b <= c && c <= a) {\n\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t} else if (c <= a && a <= b) {\n\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t} else if (c <= b && b <= a) {\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\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}",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"if (a <= c && c <= b) {\n\t\t\tSystem.out.println(a + \" \" + c + \" \" + b);\n\t\t} else if (b <= a && a <= c) {\n\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t} else if (b <= c && c <= a) {\n\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t} else if (c <= a && a <= b) {\n\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t} else if (c <= b && b <= a) {\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t}",
"a <= c && c <= b",
"a <= c",
"a",
"c",
"c <= b",
"c",
"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",
"if (b <= a && a <= c) {\n\t\t\tSystem.out.println(b + \" \" + a + \" \" + c);\n\t\t} else if (b <= c && c <= a) {\n\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t} else if (c <= a && a <= b) {\n\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t} else if (c <= b && b <= a) {\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t}",
"b <= a && a <= c",
"b <= a",
"b",
"a",
"a <= c",
"a",
"c",
"{\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",
"if (b <= c && c <= a) {\n\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t} else if (c <= a && a <= b) {\n\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t} else if (c <= b && b <= a) {\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t}",
"b <= c && c <= a",
"b <= c",
"b",
"c",
"c <= a",
"c",
"a",
"{\n\t\t\tSystem.out.println(b + \" \" + c + \" \" + a);\n\t\t}",
"System.out.println(b + \" \" + c + \" \" + a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b + \" \" + c + \" \" + a",
"\" \"",
"c",
"b + \" \" + c + \" \" + a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"if (c <= a && a <= b) {\n\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t} else if (c <= b && b <= a) {\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t}",
"c <= a && a <= b",
"c <= a",
"c",
"a",
"a <= b",
"a",
"b",
"{\n\t\t\tSystem.out.println(c + \" \" + a + \" \" + b);\n\t\t}",
"System.out.println(c + \" \" + a + \" \" + b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + a + \" \" + b",
"\" \"",
"a",
"c + \" \" + a + \" \" + b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"if (c <= b && b <= a) {\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t}",
"c <= b && b <= a",
"c <= b",
"c",
"b",
"b <= a",
"b",
"a",
"{\n\t\t\tSystem.out.println(c + \" \" + b + \" \" + a);\n\t\t}",
"System.out.println(c + \" \" + b + \" \" + a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + b + \" \" + a",
"\" \"",
"b",
"c + \" \" + b + \" \" + a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"String[] args",
"args"
] | //Sorting Three Numbers
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String[] abc = in.readLine().split(" ");
int a = Integer.parseInt(abc[0]);
int b = Integer.parseInt(abc[1]);
int c = Integer.parseInt(abc[2]);
if (a <= b && b <= c) {
System.out.println(a + " " + b + " " + c);
} else if (a <= c && c <= b) {
System.out.println(a + " " + c + " " + b);
} else if (b <= a && a <= c) {
System.out.println(b + " " + a + " " + c);
} else if (b <= c && c <= a) {
System.out.println(b + " " + c + " " + a);
} else if (c <= a && a <= b) {
System.out.println(c + " " + a + " " + b);
} else if (c <= b && b <= a) {
System.out.println(c + " " + b + " " + a);
}
}
} |
[
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,
0,
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,
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,
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,
29,
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
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
38,
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
],
[
4,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
66,
78
],
[
78,
79
],
[
79,
80
],
[
66,
81
],
[
82,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
83,
95
],
[
95,
96
],
[
96,
97
],
[
83,
98
],
[
99,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
105,
106
],
[
105,
107
],
[
107,
108
],
[
107,
109
],
[
100,
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
],
[
122,
123
],
[
122,
124
],
[
110,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
128,
129
],
[
128,
130
],
[
125,
131
],
[
65,
132
],
[
132,
133
],
[
63,
134
],
[
134,
135
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String args[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint[] number = new int[3];\n\t\tfor(int i=0; i<3; i++){\n\t\t\t\tnumber[i] = in.nextInt();\t\n\t\t}\n\n\t\tnumber = bubbleSort(number);\n\t\tSystem.out.println(number[0]+\" \"+number[1]+\" \"+number[2]);\n\t}\n\n\tpublic static int[] bubbleSort(int[] number){\n\t\tfor(int i=0; i<number.length-1; i++){\n\t\t\tfor(int j=0; j<number.length-1; j++){\n\t\t\t\tif(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn number;\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tpublic static void main(String args[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint[] number = new int[3];\n\t\tfor(int i=0; i<3; i++){\n\t\t\t\tnumber[i] = in.nextInt();\t\n\t\t}\n\n\t\tnumber = bubbleSort(number);\n\t\tSystem.out.println(number[0]+\" \"+number[1]+\" \"+number[2]);\n\t}\n\n\tpublic static int[] bubbleSort(int[] number){\n\t\tfor(int i=0; i<number.length-1; i++){\n\t\t\tfor(int j=0; j<number.length-1; j++){\n\t\t\t\tif(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn number;\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint[] number = new int[3];\n\t\tfor(int i=0; i<3; i++){\n\t\t\t\tnumber[i] = in.nextInt();\t\n\t\t}\n\n\t\tnumber = bubbleSort(number);\n\t\tSystem.out.println(number[0]+\" \"+number[1]+\" \"+number[2]);\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\tint[] number = new int[3];\n\t\tfor(int i=0; i<3; i++){\n\t\t\t\tnumber[i] = in.nextInt();\t\n\t\t}\n\n\t\tnumber = bubbleSort(number);\n\t\tSystem.out.println(number[0]+\" \"+number[1]+\" \"+number[2]);\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int[] number = new int[3];",
"number",
"new int[3]",
"3",
"for(int i=0; i<3; i++){\n\t\t\t\tnumber[i] = in.nextInt();\t\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\t\tnumber[i] = in.nextInt();\t\n\t\t}",
"{\n\t\t\t\tnumber[i] = in.nextInt();\t\n\t\t}",
"number[i] = in.nextInt()",
"number[i]",
"number",
"i",
"in.nextInt()",
"in.nextInt",
"in",
"number = bubbleSort(number)",
"number",
"bubbleSort(number)",
"bubbleSort",
"number",
"System.out.println(number[0]+\" \"+number[1]+\" \"+number[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"number[0]+\" \"+number[1]+\" \"+number[2]",
"\" \"",
"number[1]",
"number[0]+\" \"+number[1]+\" \"+number[2]",
"number[0]",
"number",
"0",
"\" \"",
"number[1]",
"number",
"1",
"\" \"",
"number[2]",
"number",
"2",
"String args[]",
"args",
"public static int[] bubbleSort(int[] number){\n\t\tfor(int i=0; i<number.length-1; i++){\n\t\t\tfor(int j=0; j<number.length-1; j++){\n\t\t\t\tif(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn number;\n\t}",
"bubbleSort",
"{\n\t\tfor(int i=0; i<number.length-1; i++){\n\t\t\tfor(int j=0; j<number.length-1; j++){\n\t\t\t\tif(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn number;\n\t}",
"for(int i=0; i<number.length-1; i++){\n\t\t\tfor(int j=0; j<number.length-1; j++){\n\t\t\t\tif(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<number.length-1",
"i",
"number.length-1",
"number.length",
"number",
"number.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j=0; j<number.length-1; j++){\n\t\t\t\tif(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j=0; j<number.length-1; j++){\n\t\t\t\tif(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j=0; j<number.length-1; j++){\n\t\t\t\tif(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}\n\t\t\t}",
"int j=0;",
"int j=0;",
"j",
"0",
"j<number.length-1",
"j",
"number.length-1",
"number.length",
"number",
"number.length",
"1",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}\n\t\t\t}",
"if(number[j] > number[j+1]){\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}",
"number[j] > number[j+1]",
"number[j]",
"number",
"j",
"number[j+1]",
"number",
"j+1",
"j",
"1",
"{\n\t\t\t\t\tint temp = number[j];\n\t\t\t\t\tnumber[j] = number[j+1];\n\t\t\t\t\tnumber[j+1] = temp;\n\t\t\t\t}",
"int temp = number[j];",
"temp",
"number[j]",
"number",
"j",
"number[j] = number[j+1]",
"number[j]",
"number",
"j",
"number[j+1]",
"number",
"j+1",
"j",
"1",
"number[j+1] = temp",
"number[j+1]",
"number",
"j+1",
"j",
"1",
"temp",
"return number;",
"number",
"int[] number",
"number"
] | import java.util.Scanner;
class Main{
public static void main(String args[]){
Scanner in = new Scanner(System.in);
int[] number = new int[3];
for(int i=0; i<3; i++){
number[i] = in.nextInt();
}
number = bubbleSort(number);
System.out.println(number[0]+" "+number[1]+" "+number[2]);
}
public static int[] bubbleSort(int[] number){
for(int i=0; i<number.length-1; i++){
for(int j=0; j<number.length-1; j++){
if(number[j] > number[j+1]){
int temp = number[j];
number[j] = number[j+1];
number[j+1] = temp;
}
}
}
return number;
}
} |
[
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,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
42,
2,
13,
17,
30,
41,
13,
20,
0,
13,
4,
18,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
13,
40,
17,
2,
13,
17,
0,
13,
40,
17,
14,
2,
2,
13,
40,
17,
2,
13,
17,
0,
13,
40,
17,
14,
2,
2,
13,
40,
17,
2,
13,
17,
0,
13,
40,
17,
0,
13,
17,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
2,
17,
13,
17,
13,
17,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
237,
8
],
[
237,
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
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
11,
29
],
[
29,
30
],
[
29,
31
],
[
11,
32
],
[
32,
33
],
[
32,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
11,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
42,
51
],
[
51,
52
],
[
51,
53
],
[
42,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
60,
61
],
[
42,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
64,
67
],
[
67,
68
],
[
68,
69
],
[
42,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
72,
75
],
[
75,
76
],
[
76,
77
],
[
42,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
79,
84
],
[
84,
85
],
[
84,
86
],
[
78,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
78,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
92,
97
],
[
97,
98
],
[
97,
99
],
[
91,
100
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
91,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
108,
109
],
[
105,
110
],
[
110,
111
],
[
110,
112
],
[
104,
113
],
[
113,
114
],
[
113,
115
],
[
115,
116
],
[
104,
117
],
[
117,
118
],
[
117,
119
],
[
11,
120
],
[
120,
121
],
[
120,
122
],
[
122,
123
],
[
122,
124
],
[
11,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
129,
133
],
[
133,
134
],
[
133,
135
],
[
129,
136
],
[
136,
137
],
[
136,
138
],
[
129,
139
],
[
139,
140
],
[
139,
141
],
[
141,
142
],
[
141,
143
],
[
129,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
144,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
148,
152
],
[
152,
153
],
[
152,
154
],
[
148,
155
],
[
155,
156
],
[
155,
157
],
[
148,
158
],
[
158,
159
],
[
158,
160
],
[
160,
161
],
[
160,
162
],
[
148,
163
],
[
163,
164
],
[
164,
165
],
[
164,
166
],
[
163,
167
],
[
167,
168
],
[
168,
169
],
[
168,
170
],
[
167,
171
],
[
171,
172
],
[
171,
173
],
[
167,
174
],
[
174,
175
],
[
174,
176
],
[
125,
177
],
[
177,
178
],
[
178,
179
],
[
178,
180
],
[
180,
181
],
[
180,
182
],
[
177,
183
],
[
183,
184
],
[
184,
185
],
[
184,
186
],
[
183,
187
],
[
187,
188
],
[
188,
189
],
[
188,
190
],
[
187,
191
],
[
191,
192
],
[
191,
193
],
[
187,
194
],
[
194,
195
],
[
194,
196
],
[
187,
197
],
[
197,
198
],
[
197,
199
],
[
199,
200
],
[
199,
201
],
[
187,
202
],
[
202,
203
],
[
203,
204
],
[
203,
205
],
[
202,
206
],
[
206,
207
],
[
207,
208
],
[
207,
209
],
[
206,
210
],
[
210,
211
],
[
210,
212
],
[
206,
213
],
[
213,
214
],
[
213,
215
],
[
11,
216
],
[
216,
217
],
[
217,
218
],
[
218,
219
],
[
218,
220
],
[
216,
221
],
[
226,
222
],
[
222,
223
],
[
223,
224
],
[
224,
225
],
[
225,
226
],
[
226,
227
],
[
226,
228
],
[
225,
229
],
[
224,
230
],
[
223,
231
],
[
222,
232
],
[
226,
233
],
[
9,
234
],
[
234,
235
],
[
0,
236
],
[
236,
237
],
[
236,
238
]
] | [
"import java.io.*;\nimport java.util.*;\npublic class Main\n{\n public static void main(String[] args) throws IOException{\n int sub1 = 0;\n int sub2 = 0;\n int sub3 = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n int cn = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub1 = b-c;\n if(sub1>0){\n cn = b;\n b = c;\n c = cn;\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n }\n else{\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n } \n System.out.println(\"\"+a+\" \"+b+\" \"+c+\"\");\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main\n{\n public static void main(String[] args) throws IOException{\n int sub1 = 0;\n int sub2 = 0;\n int sub3 = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n int cn = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub1 = b-c;\n if(sub1>0){\n cn = b;\n b = c;\n c = cn;\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n }\n else{\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n } \n System.out.println(\"\"+a+\" \"+b+\" \"+c+\"\");\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n int sub1 = 0;\n int sub2 = 0;\n int sub3 = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n int cn = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub1 = b-c;\n if(sub1>0){\n cn = b;\n b = c;\n c = cn;\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n }\n else{\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n } \n System.out.println(\"\"+a+\" \"+b+\" \"+c+\"\");\n }",
"main",
"{\n int sub1 = 0;\n int sub2 = 0;\n int sub3 = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n int cn = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub1 = b-c;\n if(sub1>0){\n cn = b;\n b = c;\n c = cn;\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n }\n else{\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n } \n System.out.println(\"\"+a+\" \"+b+\" \"+c+\"\");\n }",
"int sub1 = 0;",
"sub1",
"0",
"int sub2 = 0;",
"sub2",
"0",
"int sub3 = 0;",
"sub3",
"0",
"int i = 1;",
"i",
"1",
"String s;",
"s",
"int a = 0;",
"a",
"0",
"int b = 0;",
"b",
"0",
"int c = 0;",
"c",
"0",
"int cn = 0;",
"cn",
"0",
"while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;\n }",
"i>0",
"i",
"0",
"{\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;\n }",
"BufferedReader x = new BufferedReader(new InputStreamReader(System.in));",
"x",
"new BufferedReader(new InputStreamReader(System.in))",
"s = x.readLine()",
"s",
"x.readLine()",
"x.readLine",
"x",
"StringTokenizer st = new StringTokenizer(s,\" \");",
"st",
"new StringTokenizer(s,\" \")",
"a = Integer.parseInt(st.nextToken())",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"b = Integer.parseInt(st.nextToken())",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"c = Integer.parseInt(st.nextToken())",
"c",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;",
"a >= -1000 && a <= 1000",
"a >= -1000",
"a",
"-1000",
"1000",
"a <= 1000",
"a",
"1000",
"i = -1",
"i",
"-1",
"1",
"if(b >= -1000 && b <= 1000)\n i = -1;\n else if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;",
"b >= -1000 && b <= 1000",
"b >= -1000",
"b",
"-1000",
"1000",
"b <= 1000",
"b",
"1000",
"i = -1",
"i",
"-1",
"1",
"if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;",
"c >= -1000 && c <= 1000",
"c >= -1000",
"c",
"-1000",
"1000",
"c <= 1000",
"c",
"1000",
"i = -1",
"i",
"-1",
"1",
"i = 1",
"i",
"1",
"sub1 = b-c",
"sub1",
"b-c",
"b",
"c",
"if(sub1>0){\n cn = b;\n b = c;\n c = cn;\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n }\n else{\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n }",
"sub1>0",
"sub1",
"0",
"{\n cn = b;\n b = c;\n c = cn;\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n }",
"cn = b",
"cn",
"b",
"b = c",
"b",
"c",
"c = cn",
"c",
"cn",
"sub2 = a-b",
"sub2",
"a-b",
"a",
"b",
"if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }",
"sub2>0",
"sub2",
"0",
"{\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }",
"cn = a",
"cn",
"a",
"a = b",
"a",
"b",
"b = cn",
"b",
"cn",
"sub3 = b-c",
"sub3",
"b-c",
"b",
"c",
"if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }",
"sub3>0",
"sub3",
"0",
"{\n cn = b;\n b = c;\n c = cn;\n }",
"cn = b",
"cn",
"b",
"b = c",
"b",
"c",
"c = cn",
"c",
"cn",
"{\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n }",
"sub2 = a-b",
"sub2",
"a-b",
"a",
"b",
"if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }",
"sub2>0",
"sub2",
"0",
"{\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }",
"cn = a",
"cn",
"a",
"a = b",
"a",
"b",
"b = cn",
"b",
"cn",
"sub3 = b-c",
"sub3",
"b-c",
"b",
"c",
"if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }",
"sub3>0",
"sub3",
"0",
"{\n cn = b;\n b = c;\n c = cn;\n }",
"cn = b",
"cn",
"b",
"b = c",
"b",
"c",
"c = cn",
"c",
"cn",
"System.out.println(\"\"+a+\" \"+b+\" \"+c+\"\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"+a+\" \"+b+\" \"+c+\"\"",
"c",
"\" \"",
"b",
"\" \"",
"\"\"+a+\" \"+b+\" \"+c+\"\"",
"\"\"",
"a",
"\" \"",
"b",
"\" \"",
"c",
"\"\"",
"String[] args",
"args",
"public class Main\n{\n public static void main(String[] args) throws IOException{\n int sub1 = 0;\n int sub2 = 0;\n int sub3 = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n int cn = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub1 = b-c;\n if(sub1>0){\n cn = b;\n b = c;\n c = cn;\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n }\n else{\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n } \n System.out.println(\"\"+a+\" \"+b+\" \"+c+\"\");\n }\n}",
"public class Main\n{\n public static void main(String[] args) throws IOException{\n int sub1 = 0;\n int sub2 = 0;\n int sub3 = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n int cn = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= -1000 && a <= 1000 )\n i = -1;\n else if(b >= -1000 && b <= 1000)\n i = -1;\n else if(c >= -1000 && c <= 1000)\n i = -1;\n else\n i = 1;\n }\n sub1 = b-c;\n if(sub1>0){\n cn = b;\n b = c;\n c = cn;\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n }\n else{\n sub2 = a-b;\n if(sub2>0){\n cn = a;\n a = b;\n b = cn;\n sub3 = b-c;\n if(sub3>0){\n cn = b;\n b = c;\n c = cn;\n }\n }\n } \n System.out.println(\"\"+a+\" \"+b+\" \"+c+\"\");\n }\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main
{
public static void main(String[] args) throws IOException{
int sub1 = 0;
int sub2 = 0;
int sub3 = 0;
int i = 1;
String s;
int a = 0;
int b = 0;
int c = 0;
int cn = 0;
while(i>0){
BufferedReader x = new BufferedReader(new InputStreamReader(System.in));
s = x.readLine();
StringTokenizer st = new StringTokenizer(s," ");
a = Integer.parseInt(st.nextToken());
b = Integer.parseInt(st.nextToken());
c = Integer.parseInt(st.nextToken());
if(a >= -1000 && a <= 1000 )
i = -1;
else if(b >= -1000 && b <= 1000)
i = -1;
else if(c >= -1000 && c <= 1000)
i = -1;
else
i = 1;
}
sub1 = b-c;
if(sub1>0){
cn = b;
b = c;
c = cn;
sub2 = a-b;
if(sub2>0){
cn = a;
a = b;
b = cn;
sub3 = b-c;
if(sub3>0){
cn = b;
b = c;
c = cn;
}
}
}
else{
sub2 = a-b;
if(sub2>0){
cn = a;
a = b;
b = cn;
sub3 = b-c;
if(sub3>0){
cn = b;
b = c;
c = cn;
}
}
}
System.out.println(""+a+" "+b+" "+c+"");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
0,
13,
20,
13,
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,
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,
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,
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,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
21,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
28,
30
],
[
21,
31
],
[
31,
32
],
[
32,
33
],
[
21,
34
],
[
35,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
8,
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
],
[
62,
63
],
[
62,
64
],
[
58,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
58,
70
],
[
70,
71
],
[
71,
72
],
[
58,
73
],
[
74,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
75,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
86,
88
],
[
83,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
93,
95
],
[
83,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
8,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
106,
107
],
[
106,
108
],
[
8,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
109,
114
],
[
8,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
115,
120
],
[
120,
121
],
[
120,
122
],
[
8,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
8,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
129,
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// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint box = 3;\n\t\tint ary[];\n\t\tary = new int[box];\n\t\tfor(int i = 0; i < ary.length ; i++){\n\n\t\t\tary[i] = scan.nextInt();\n\t\t\t//System.out.println(i + \":\" + ary[i]);\n\t\t}\n\n\n\t\tfor(int i = 0; i < ary.length; i++ ){\n\n\t\t\tfor(int j = i + 1; j < ary.length; j++){\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.print(ary[0]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.print(ary[1]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(ary[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\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint box = 3;\n\t\tint ary[];\n\t\tary = new int[box];\n\t\tfor(int i = 0; i < ary.length ; i++){\n\n\t\t\tary[i] = scan.nextInt();\n\t\t\t//System.out.println(i + \":\" + ary[i]);\n\t\t}\n\n\n\t\tfor(int i = 0; i < ary.length; i++ ){\n\n\t\t\tfor(int j = i + 1; j < ary.length; j++){\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.print(ary[0]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.print(ary[1]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(ary[2]);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint box = 3;\n\t\tint ary[];\n\t\tary = new int[box];\n\t\tfor(int i = 0; i < ary.length ; i++){\n\n\t\t\tary[i] = scan.nextInt();\n\t\t\t//System.out.println(i + \":\" + ary[i]);\n\t\t}\n\n\n\t\tfor(int i = 0; i < ary.length; i++ ){\n\n\t\t\tfor(int j = i + 1; j < ary.length; j++){\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.print(ary[0]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.print(ary[1]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(ary[2]);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint box = 3;\n\t\tint ary[];\n\t\tary = new int[box];\n\t\tfor(int i = 0; i < ary.length ; i++){\n\n\t\t\tary[i] = scan.nextInt();\n\t\t\t//System.out.println(i + \":\" + ary[i]);\n\t\t}\n\n\n\t\tfor(int i = 0; i < ary.length; i++ ){\n\n\t\t\tfor(int j = i + 1; j < ary.length; j++){\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.print(ary[0]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.print(ary[1]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(ary[2]);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int box = 3;",
"box",
"3",
"int ary[];",
"ary",
"ary = new int[box]",
"ary",
"new int[box]",
"box",
"for(int i = 0; i < ary.length ; i++){\n\n\t\t\tary[i] = scan.nextInt();\n\t\t\t//System.out.println(i + \":\" + ary[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < ary.length",
"i",
"ary.length",
"ary",
"ary.length",
"i++",
"i++",
"i",
"{\n\n\t\t\tary[i] = scan.nextInt();\n\t\t\t//System.out.println(i + \":\" + ary[i]);\n\t\t}",
"{\n\n\t\t\tary[i] = scan.nextInt();\n\t\t\t//System.out.println(i + \":\" + ary[i]);\n\t\t}",
"ary[i] = scan.nextInt()",
"ary[i]",
"ary",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"for(int i = 0; i < ary.length; i++ ){\n\n\t\t\tfor(int j = i + 1; j < ary.length; j++){\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < ary.length",
"i",
"ary.length",
"ary",
"ary.length",
"i++",
"i++",
"i",
"{\n\n\t\t\tfor(int j = i + 1; j < ary.length; j++){\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}",
"{\n\n\t\t\tfor(int j = i + 1; j < ary.length; j++){\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}",
"for(int j = i + 1; j < ary.length; j++){\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[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 < ary.length",
"j",
"ary.length",
"ary",
"ary.length",
"j++",
"j++",
"j",
"{\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"{\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}",
"if(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}",
"ary[i] > ary[j]",
"ary[i]",
"ary",
"i",
"ary[j]",
"ary",
"j",
"{\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}",
"int temp = ary[i];",
"temp",
"ary[i]",
"ary",
"i",
"ary[i] = ary[j]",
"ary[i]",
"ary",
"i",
"ary[j]",
"ary",
"j",
"ary[j] = temp",
"ary[j]",
"ary",
"j",
"temp",
"System.out.print(ary[0])",
"System.out.print",
"System.out",
"System",
"System.out",
"ary[0]",
"ary",
"0",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(ary[1])",
"System.out.print",
"System.out",
"System",
"System.out",
"ary[1]",
"ary",
"1",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(ary[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"ary[2]",
"ary",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint box = 3;\n\t\tint ary[];\n\t\tary = new int[box];\n\t\tfor(int i = 0; i < ary.length ; i++){\n\n\t\t\tary[i] = scan.nextInt();\n\t\t\t//System.out.println(i + \":\" + ary[i]);\n\t\t}\n\n\n\t\tfor(int i = 0; i < ary.length; i++ ){\n\n\t\t\tfor(int j = i + 1; j < ary.length; j++){\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.print(ary[0]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.print(ary[1]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(ary[2]);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint box = 3;\n\t\tint ary[];\n\t\tary = new int[box];\n\t\tfor(int i = 0; i < ary.length ; i++){\n\n\t\t\tary[i] = scan.nextInt();\n\t\t\t//System.out.println(i + \":\" + ary[i]);\n\t\t}\n\n\n\t\tfor(int i = 0; i < ary.length; i++ ){\n\n\t\t\tfor(int j = i + 1; j < ary.length; j++){\n\n\t\t\t\tif(ary[i] > ary[j]){\n\t\t\t\t\tint temp = ary[i];\n\t\t\t\t\tary[i] = ary[j];\n\t\t\t\t\tary[j] = temp;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.print(ary[0]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.print(ary[1]);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(ary[2]);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
//System.out.println("??\???>>");
Scanner scan = new Scanner(System.in);
int box = 3;
int ary[];
ary = new int[box];
for(int i = 0; i < ary.length ; i++){
ary[i] = scan.nextInt();
//System.out.println(i + ":" + ary[i]);
}
for(int i = 0; i < ary.length; i++ ){
for(int j = i + 1; j < ary.length; j++){
if(ary[i] > ary[j]){
int temp = ary[i];
ary[i] = ary[j];
ary[j] = temp;
}
}
}
System.out.print(ary[0]);
System.out.print(" ");
System.out.print(ary[1]);
System.out.print(" ");
System.out.println(ary[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
4,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
11,
36
],
[
36,
37
],
[
11,
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
],
[
11,
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
],
[
11,
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
],
[
11,
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
],
[
9,
94
],
[
94,
95
]
] | [
"import java.util.Scanner;\n\nclass Main {\n private static final Scanner sc = new Scanner(System.in);\n public static void main(String[] args) {\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int t;\n if(a>b) {\n t = a;\n a = b;\n b = t;\n }\n if(b>c) {\n t = b;\n b = c;\n c = t;\n }\n if(a>b) {\n t = a;\n a = b;\n b = t;\n }\n System.out.println(a+\" \"+b+\" \"+c);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n private static final Scanner sc = new Scanner(System.in);\n public static void main(String[] args) {\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int t;\n if(a>b) {\n t = a;\n a = b;\n b = t;\n }\n if(b>c) {\n t = b;\n b = c;\n c = t;\n }\n if(a>b) {\n t = a;\n a = b;\n b = t;\n }\n System.out.println(a+\" \"+b+\" \"+c);\n }\n}",
"Main",
"private static final Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"public static void main(String[] args) {\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int t;\n if(a>b) {\n t = a;\n a = b;\n b = t;\n }\n if(b>c) {\n t = b;\n b = c;\n c = t;\n }\n if(a>b) {\n t = a;\n a = b;\n b = t;\n }\n System.out.println(a+\" \"+b+\" \"+c);\n }",
"main",
"{\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int t;\n if(a>b) {\n t = a;\n a = b;\n b = t;\n }\n if(b>c) {\n t = b;\n b = c;\n c = t;\n }\n if(a>b) {\n t = a;\n a = b;\n b = t;\n }\n System.out.println(a+\" \"+b+\" \"+c);\n }",
"int a = Integer.parseInt(sc.next());",
"a",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int b = Integer.parseInt(sc.next());",
"b",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int c = Integer.parseInt(sc.next());",
"c",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int t;",
"t",
"if(a>b) {\n t = a;\n a = b;\n b = t;\n }",
"a>b",
"a",
"b",
"{\n t = a;\n a = b;\n b = t;\n }",
"t = a",
"t",
"a",
"a = b",
"a",
"b",
"b = t",
"b",
"t",
"if(b>c) {\n t = b;\n b = c;\n c = t;\n }",
"b>c",
"b",
"c",
"{\n t = b;\n b = c;\n c = t;\n }",
"t = b",
"t",
"b",
"b = c",
"b",
"c",
"c = t",
"c",
"t",
"if(a>b) {\n t = a;\n a = b;\n b = t;\n }",
"a>b",
"a",
"b",
"{\n t = a;\n a = b;\n b = t;\n }",
"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 {
private static final Scanner sc = new Scanner(System.in);
public static void main(String[] args) {
int a = Integer.parseInt(sc.next());
int b = Integer.parseInt(sc.next());
int c = Integer.parseInt(sc.next());
int t;
if(a>b) {
t = a;
a = b;
b = t;
}
if(b>c) {
t = b;
b = c;
c = t;
}
if(a>b) {
t = a;
a = b;
b = t;
}
System.out.println(a+" "+b+" "+c);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
20,
41,
13,
11,
1,
0,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
4,
18,
13,
4,
18,
13,
18,
13,
13,
4,
18,
13,
13,
41,
13,
17,
28,
13,
13,
30,
30,
0,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
17,
2,
4,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
23,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
30,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
40,
45
],
[
37,
46
],
[
46,
47
],
[
46,
48
],
[
37,
49
],
[
49,
50
],
[
37,
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
],
[
66,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
72,
73
],
[
72,
74
],
[
37,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
37,
79
],
[
79,
80
],
[
79,
81
],
[
37,
82
],
[
82,
83
],
[
82,
84
],
[
82,
85
],
[
86,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
90,
90
],
[
90,
91
],
[
90,
92
],
[
90,
93
],
[
37,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
99,
100
],
[
100,
101
],
[
99,
102
],
[
99,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
103,
107
],
[
21,
108
],
[
108,
109
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.List;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString[] list = br.readLine().split(\" \");\n\t\t\tList<Integer> ret = new ArrayList<Integer>();\n\t\t\tint i;\n\t\t\tfor (i = 0; i < list.length; i++) {\n\t\t\t\tret.add(Integer.parseInt(list[i]));\n\t\t\t}\n\t\t\tCollections.sort(ret);\n\t\t\tString output = \"\";\n\t\t\tfor (int num : ret) {\n\t\t\t\toutput = output + num + \" \";\n\t\t\t}\n\t\t\tSystem.out.println(output.substring(0, output.length() - 1));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.List;",
"List",
"java.util",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString[] list = br.readLine().split(\" \");\n\t\t\tList<Integer> ret = new ArrayList<Integer>();\n\t\t\tint i;\n\t\t\tfor (i = 0; i < list.length; i++) {\n\t\t\t\tret.add(Integer.parseInt(list[i]));\n\t\t\t}\n\t\t\tCollections.sort(ret);\n\t\t\tString output = \"\";\n\t\t\tfor (int num : ret) {\n\t\t\t\toutput = output + num + \" \";\n\t\t\t}\n\t\t\tSystem.out.println(output.substring(0, output.length() - 1));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString[] list = br.readLine().split(\" \");\n\t\t\tList<Integer> ret = new ArrayList<Integer>();\n\t\t\tint i;\n\t\t\tfor (i = 0; i < list.length; i++) {\n\t\t\t\tret.add(Integer.parseInt(list[i]));\n\t\t\t}\n\t\t\tCollections.sort(ret);\n\t\t\tString output = \"\";\n\t\t\tfor (int num : ret) {\n\t\t\t\toutput = output + num + \" \";\n\t\t\t}\n\t\t\tSystem.out.println(output.substring(0, output.length() - 1));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\t\ttry {\n\t\t\tString[] list = br.readLine().split(\" \");\n\t\t\tList<Integer> ret = new ArrayList<Integer>();\n\t\t\tint i;\n\t\t\tfor (i = 0; i < list.length; i++) {\n\t\t\t\tret.add(Integer.parseInt(list[i]));\n\t\t\t}\n\t\t\tCollections.sort(ret);\n\t\t\tString output = \"\";\n\t\t\tfor (int num : ret) {\n\t\t\t\toutput = output + num + \" \";\n\t\t\t}\n\t\t\tSystem.out.println(output.substring(0, output.length() - 1));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"try {\n\t\t\tString[] list = br.readLine().split(\" \");\n\t\t\tList<Integer> ret = new ArrayList<Integer>();\n\t\t\tint i;\n\t\t\tfor (i = 0; i < list.length; i++) {\n\t\t\t\tret.add(Integer.parseInt(list[i]));\n\t\t\t}\n\t\t\tCollections.sort(ret);\n\t\t\tString output = \"\";\n\t\t\tfor (int num : ret) {\n\t\t\t\toutput = output + num + \" \";\n\t\t\t}\n\t\t\tSystem.out.println(output.substring(0, output.length() - 1));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tString[] list = br.readLine().split(\" \");\n\t\t\tList<Integer> ret = new ArrayList<Integer>();\n\t\t\tint i;\n\t\t\tfor (i = 0; i < list.length; i++) {\n\t\t\t\tret.add(Integer.parseInt(list[i]));\n\t\t\t}\n\t\t\tCollections.sort(ret);\n\t\t\tString output = \"\";\n\t\t\tfor (int num : ret) {\n\t\t\t\toutput = output + num + \" \";\n\t\t\t}\n\t\t\tSystem.out.println(output.substring(0, output.length() - 1));\n\t\t}",
"String[] list = br.readLine().split(\" \");",
"list",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"List<Integer> ret = new ArrayList<Integer>();",
"ret",
"new ArrayList<Integer>()",
"int i;",
"i",
"for (i = 0; i < list.length; i++) {\n\t\t\t\tret.add(Integer.parseInt(list[i]));\n\t\t\t}",
"i = 0;",
"i = 0",
"i",
"0",
"i < list.length",
"i",
"list.length",
"list",
"list.length",
"i++",
"i++",
"i",
"{\n\t\t\t\tret.add(Integer.parseInt(list[i]));\n\t\t\t}",
"{\n\t\t\t\tret.add(Integer.parseInt(list[i]));\n\t\t\t}",
"ret.add(Integer.parseInt(list[i]))",
"ret.add",
"ret",
"Integer.parseInt(list[i])",
"Integer.parseInt",
"Integer",
"list[i]",
"list",
"i",
"Collections.sort(ret)",
"Collections.sort",
"Collections",
"ret",
"String output = \"\";",
"output",
"\"\"",
"for (int num : ret) {\n\t\t\t\toutput = output + num + \" \";\n\t\t\t}",
"int num",
"ret",
"{\n\t\t\t\toutput = output + num + \" \";\n\t\t\t}",
"{\n\t\t\t\toutput = output + num + \" \";\n\t\t\t}",
"output = output + num + \" \"",
"output",
"output + num + \" \"",
"output + num + \" \"",
"output",
"num",
"\" \"",
"System.out.println(output.substring(0, output.length() - 1))",
"System.out.println",
"System.out",
"System",
"System.out",
"output.substring(0, output.length() - 1)",
"output.substring",
"output",
"0",
"output.length() - 1",
"output.length()",
"output.length",
"output",
"1",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
class Main {
public static void main(String[] args) {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
try {
String[] list = br.readLine().split(" ");
List<Integer> ret = new ArrayList<Integer>();
int i;
for (i = 0; i < list.length; i++) {
ret.add(Integer.parseInt(list[i]));
}
Collections.sort(ret);
String output = "";
for (int num : ret) {
output = output + num + " ";
}
System.out.println(output.substring(0, output.length() - 1));
} catch (IOException 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,
41,
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,
0,
13,
18,
13,
13,
0,
18,
13,
13,
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
],
[
115,
5
],
[
115,
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
],
[
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
],
[
97,
103
],
[
103,
104
],
[
103,
105
],
[
97,
106
],
[
106,
107
],
[
106,
108
],
[
97,
109
],
[
109,
110
],
[
109,
111
],
[
6,
112
],
[
112,
113
],
[
0,
114
],
[
114,
115
],
[
114,
116
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint[] data = new int[3];\n\t\tdata[0] = in.nextInt();//a\n\t\tdata[1] = in.nextInt();//b\n\t\tdata[2] = in.nextInt();//c\n\t\t\n\t\tint tmp;\n\t\tfor(int i=0; i<data.length; i++) {\n\t\t\tfor(int j=i+1; j< data.length; j++) {\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.printf(\"%d %d %d\\n\", data[0], data[1], data[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\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint[] data = new int[3];\n\t\tdata[0] = in.nextInt();//a\n\t\tdata[1] = in.nextInt();//b\n\t\tdata[2] = in.nextInt();//c\n\t\t\n\t\tint tmp;\n\t\tfor(int i=0; i<data.length; i++) {\n\t\t\tfor(int j=i+1; j< data.length; j++) {\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.printf(\"%d %d %d\\n\", data[0], data[1], data[2]);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint[] data = new int[3];\n\t\tdata[0] = in.nextInt();//a\n\t\tdata[1] = in.nextInt();//b\n\t\tdata[2] = in.nextInt();//c\n\t\t\n\t\tint tmp;\n\t\tfor(int i=0; i<data.length; i++) {\n\t\t\tfor(int j=i+1; j< data.length; j++) {\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.printf(\"%d %d %d\\n\", data[0], data[1], data[2]);\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint[] data = new int[3];\n\t\tdata[0] = in.nextInt();//a\n\t\tdata[1] = in.nextInt();//b\n\t\tdata[2] = in.nextInt();//c\n\t\t\n\t\tint tmp;\n\t\tfor(int i=0; i<data.length; i++) {\n\t\t\tfor(int j=i+1; j< data.length; j++) {\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.printf(\"%d %d %d\\n\", data[0], data[1], data[2]);\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int[] data = new int[3];",
"data",
"new int[3]",
"3",
"data[0] = in.nextInt()",
"data[0]",
"data",
"0",
"in.nextInt()",
"in.nextInt",
"in",
"data[1] = in.nextInt()",
"data[1]",
"data",
"1",
"in.nextInt()",
"in.nextInt",
"in",
"data[2] = in.nextInt()",
"data[2]",
"data",
"2",
"in.nextInt()",
"in.nextInt",
"in",
"int tmp;",
"tmp",
"for(int i=0; i<data.length; i++) {\n\t\t\tfor(int j=i+1; j< data.length; j++) {\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<data.length",
"i",
"data.length",
"data",
"data.length",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j=i+1; j< data.length; j++) {\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j=i+1; j< data.length; j++) {\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j=i+1; j< data.length; j++) {\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}",
"int j=i+1;",
"int j=i+1;",
"j",
"i+1",
"i",
"1",
"j< data.length",
"j",
"data.length",
"data",
"data.length",
"j++",
"j++",
"j",
"{\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}",
"if(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}",
"data[i]>data[j]",
"data[i]",
"data",
"i",
"data[j]",
"data",
"j",
"{\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}",
"tmp = data[i]",
"tmp",
"data[i]",
"data",
"i",
"data[i] = data[j]",
"data[i]",
"data",
"i",
"data[j]",
"data",
"j",
"data[j] = tmp",
"data[j]",
"data",
"j",
"tmp",
"System.out.printf(\"%d %d %d\\n\", data[0], data[1], data[2])",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"data[0]",
"data",
"0",
"data[1]",
"data",
"1",
"data[2]",
"data",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint[] data = new int[3];\n\t\tdata[0] = in.nextInt();//a\n\t\tdata[1] = in.nextInt();//b\n\t\tdata[2] = in.nextInt();//c\n\t\t\n\t\tint tmp;\n\t\tfor(int i=0; i<data.length; i++) {\n\t\t\tfor(int j=i+1; j< data.length; j++) {\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.printf(\"%d %d %d\\n\", data[0], data[1], data[2]);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint[] data = new int[3];\n\t\tdata[0] = in.nextInt();//a\n\t\tdata[1] = in.nextInt();//b\n\t\tdata[2] = in.nextInt();//c\n\t\t\n\t\tint tmp;\n\t\tfor(int i=0; i<data.length; i++) {\n\t\t\tfor(int j=i+1; j< data.length; j++) {\n\t\t\t\tif(data[i]>data[j]) {\n\t\t\t\t\ttmp = data[i];\n\t\t\t\t\tdata[i] = data[j];\n\t\t\t\t\tdata[j] = tmp;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.printf(\"%d %d %d\\n\", data[0], data[1], data[2]);\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[] data = new int[3];
data[0] = in.nextInt();//a
data[1] = in.nextInt();//b
data[2] = in.nextInt();//c
int tmp;
for(int i=0; i<data.length; i++) {
for(int j=i+1; j< data.length; j++) {
if(data[i]>data[j]) {
tmp = data[i];
data[i] = data[j];
data[j] = tmp;
}
}
}
System.out.printf("%d %d %d\n", data[0], data[1], data[2]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
13,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
13,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
13,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
13,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
13,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
13,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
156,
8
],
[
156,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
12,
17
],
[
11,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
18,
23
],
[
11,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
11,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
11,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
9,
42
],
[
42,
43
],
[
9,
44
],
[
44,
45
],
[
9,
46
],
[
46,
47
],
[
156,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
50,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
50,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
50,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
74,
76
],
[
69,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
78,
81
],
[
78,
82
],
[
69,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
88,
90
],
[
83,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
92,
95
],
[
92,
96
],
[
83,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
102,
103
],
[
102,
104
],
[
97,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
106,
109
],
[
106,
110
],
[
97,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
116,
117
],
[
116,
118
],
[
111,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
120,
123
],
[
120,
124
],
[
111,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
126,
130
],
[
130,
131
],
[
130,
132
],
[
125,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
134,
137
],
[
134,
138
],
[
125,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
144,
145
],
[
144,
146
],
[
139,
147
],
[
147,
148
],
[
148,
149
],
[
148,
150
],
[
148,
151
],
[
148,
152
],
[
48,
153
],
[
153,
154
],
[
0,
155
],
[
155,
156
],
[
155,
157
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\n \npublic class Main {\n public static void print(int a,int b,int c){\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }\n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \tprint(a,b,c);\n }\n else if(b<=c && c<=a){\n \t print(b,c,a);\n }\n else if(c<=a && a<=b){\n \t print(c,a,b);\n }\n else if(a<=c && c<=b){\n \t print(a,c,b);\n }\n else if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }\n \t \n } \n \n }",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void print(int a,int b,int c){\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }\n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \tprint(a,b,c);\n }\n else if(b<=c && c<=a){\n \t print(b,c,a);\n }\n else if(c<=a && a<=b){\n \t print(c,a,b);\n }\n else if(a<=c && c<=b){\n \t print(a,c,b);\n }\n else if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }\n \t \n } \n \n }",
"Main",
"public static void print(int a,int b,int c){\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }",
"print",
"{\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }",
"System.out.print(a)",
"System.out.print",
"System.out",
"System",
"System.out",
"a",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(b)",
"System.out.print",
"System.out",
"System",
"System.out",
"b",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(c)",
"System.out.println",
"System.out",
"System",
"System.out",
"c",
"int a",
"a",
"int b",
"b",
"int c",
"c",
"public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \tprint(a,b,c);\n }\n else if(b<=c && c<=a){\n \t print(b,c,a);\n }\n else if(c<=a && a<=b){\n \t print(c,a,b);\n }\n else if(a<=c && c<=b){\n \t print(a,c,b);\n }\n else if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }\n \t \n }",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \tprint(a,b,c);\n }\n else if(b<=c && c<=a){\n \t print(b,c,a);\n }\n else if(c<=a && a<=b){\n \t print(c,a,b);\n }\n else if(a<=c && c<=b){\n \t print(a,c,b);\n }\n else if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }\n \t \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<=b && b<=c){\n \tprint(a,b,c);\n }\n else if(b<=c && c<=a){\n \t print(b,c,a);\n }\n else if(c<=a && a<=b){\n \t print(c,a,b);\n }\n else if(a<=c && c<=b){\n \t print(a,c,b);\n }\n else if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }",
"a<=b && b<=c",
"a<=b",
"a",
"b",
"b<=c",
"b",
"c",
"{\n \tprint(a,b,c);\n }",
"print(a,b,c)",
"print",
"a",
"b",
"c",
"if(b<=c && c<=a){\n \t print(b,c,a);\n }\n else if(c<=a && a<=b){\n \t print(c,a,b);\n }\n else if(a<=c && c<=b){\n \t print(a,c,b);\n }\n else if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }",
"b<=c && c<=a",
"b<=c",
"b",
"c",
"c<=a",
"c",
"a",
"{\n \t print(b,c,a);\n }",
"print(b,c,a)",
"print",
"b",
"c",
"a",
"if(c<=a && a<=b){\n \t print(c,a,b);\n }\n else if(a<=c && c<=b){\n \t print(a,c,b);\n }\n else if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }",
"c<=a && a<=b",
"c<=a",
"c",
"a",
"a<=b",
"a",
"b",
"{\n \t print(c,a,b);\n }",
"print(c,a,b)",
"print",
"c",
"a",
"b",
"if(a<=c && c<=b){\n \t print(a,c,b);\n }\n else if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }",
"a<=c && c<=b",
"a<=c",
"a",
"c",
"c<=b",
"c",
"b",
"{\n \t print(a,c,b);\n }",
"print(a,c,b)",
"print",
"a",
"c",
"b",
"if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }",
"b<=a && a<=c",
"b<=a",
"b",
"a",
"a<=c",
"a",
"c",
"{\n \t print(b,a,c);\n }",
"print(b,a,c)",
"print",
"b",
"a",
"c",
"if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }",
"c<=b && b<=a",
"c<=b",
"c",
"b",
"b<=a",
"b",
"a",
"{\n \t print(c,b,a);\n \t\n }",
"print(c,b,a)",
"print",
"c",
"b",
"a",
"String[] args",
"args",
"public class Main {\n public static void print(int a,int b,int c){\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }\n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \tprint(a,b,c);\n }\n else if(b<=c && c<=a){\n \t print(b,c,a);\n }\n else if(c<=a && a<=b){\n \t print(c,a,b);\n }\n else if(a<=c && c<=b){\n \t print(a,c,b);\n }\n else if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }\n \t \n } \n \n }",
"public class Main {\n public static void print(int a,int b,int c){\n\t System.out.print(a);\n\t System.out.print(\" \");\n\t System.out.print(b);\n\t System.out.print(\" \");\n\t System.out.println(c);\n }\n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a<=b && b<=c){\n \tprint(a,b,c);\n }\n else if(b<=c && c<=a){\n \t print(b,c,a);\n }\n else if(c<=a && a<=b){\n \t print(c,a,b);\n }\n else if(a<=c && c<=b){\n \t print(a,c,b);\n }\n else if(b<=a && a<=c){\n \t print(b,a,c);\n }\n else if(c<=b && b<=a){\n \t print(c,b,a);\n \t\n }\n \t \n } \n \n }",
"Main"
] | import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void print(int a,int b,int c){
System.out.print(a);
System.out.print(" ");
System.out.print(b);
System.out.print(" ");
System.out.println(c);
}
public static void main(String[] args) throws IOException {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if(a<=b && b<=c){
print(a,b,c);
}
else if(b<=c && c<=a){
print(b,c,a);
}
else if(c<=a && a<=b){
print(c,a,b);
}
else if(a<=c && c<=b){
print(a,c,b);
}
else if(b<=a && a<=c){
print(b,a,c);
}
else if(c<=b && b<=a){
print(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,
17,
41,
13,
4,
13,
13,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
18,
13,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
41,
13,
18,
13,
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,
23,
13,
12,
13,
30,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
29,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
155,
5
],
[
155,
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
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
28,
40
],
[
40,
41
],
[
41,
42
],
[
28,
43
],
[
44,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
45,
54
],
[
54,
55
],
[
54,
56
],
[
45,
57
],
[
57,
58
],
[
58,
59
],
[
45,
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
],
[
77,
78
],
[
77,
79
],
[
72,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
83,
84
],
[
83,
85
],
[
80,
86
],
[
86,
87
],
[
86,
88
],
[
72,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
8,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
102,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
101,
107
],
[
107,
108
],
[
107,
109
],
[
100,
110
],
[
102,
111
],
[
111,
112
],
[
111,
113
],
[
6,
114
],
[
114,
115
],
[
155,
116
],
[
116,
117
],
[
116,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
122,
123
],
[
122,
124
],
[
118,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
125,
130
],
[
130,
131
],
[
130,
132
],
[
132,
133
],
[
132,
134
],
[
125,
135
],
[
135,
136
],
[
136,
137
],
[
125,
138
],
[
139,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
144,
145
],
[
145,
146
],
[
144,
147
],
[
147,
148
],
[
147,
149
],
[
118,
150
],
[
150,
151
],
[
116,
152
],
[
152,
153
],
[
0,
154
],
[
154,
155
],
[
154,
156
]
] | [
"import java.util.Scanner; \npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tString line = in.nextLine();\n\t\tString[] Array = line.split(\" \");\n\t\tint[] numArray = parseInt(Array);\n\t\tfor(int i = 0; i<numArray.length-1;i++){\n\t\t\tfor(int j = numArray.length-1 ; j>i;j--){\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numArray[0]+\" \"+numArray[1]+\" \"+numArray[2]);\n\t\t/*for(int i=0; i<numArray.length;i++){\n\t\t\tif(i==0){\n\t\t\tSystem.out.print(numArray[i]);\n\t\t}else{\n\t\t\tSystem.out.print(\" \"+numArray[i]);\n\t\t}\n\t}*/\n\t}\n\tpublic static int[] parseInt(String[] Array){\n\t\tint[] numArray = new int[Array.length];\n\t\tfor(int i = 0; i<Array.length ; i++){\n\t\t\tnumArray[i] = Integer.parseInt(Array[i]);\n\t\t}\n\t\treturn numArray; \n\t} \n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tString line = in.nextLine();\n\t\tString[] Array = line.split(\" \");\n\t\tint[] numArray = parseInt(Array);\n\t\tfor(int i = 0; i<numArray.length-1;i++){\n\t\t\tfor(int j = numArray.length-1 ; j>i;j--){\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numArray[0]+\" \"+numArray[1]+\" \"+numArray[2]);\n\t\t/*for(int i=0; i<numArray.length;i++){\n\t\t\tif(i==0){\n\t\t\tSystem.out.print(numArray[i]);\n\t\t}else{\n\t\t\tSystem.out.print(\" \"+numArray[i]);\n\t\t}\n\t}*/\n\t}\n\tpublic static int[] parseInt(String[] Array){\n\t\tint[] numArray = new int[Array.length];\n\t\tfor(int i = 0; i<Array.length ; i++){\n\t\t\tnumArray[i] = Integer.parseInt(Array[i]);\n\t\t}\n\t\treturn numArray; \n\t} \n\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tString line = in.nextLine();\n\t\tString[] Array = line.split(\" \");\n\t\tint[] numArray = parseInt(Array);\n\t\tfor(int i = 0; i<numArray.length-1;i++){\n\t\t\tfor(int j = numArray.length-1 ; j>i;j--){\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numArray[0]+\" \"+numArray[1]+\" \"+numArray[2]);\n\t\t/*for(int i=0; i<numArray.length;i++){\n\t\t\tif(i==0){\n\t\t\tSystem.out.print(numArray[i]);\n\t\t}else{\n\t\t\tSystem.out.print(\" \"+numArray[i]);\n\t\t}\n\t}*/\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\tString line = in.nextLine();\n\t\tString[] Array = line.split(\" \");\n\t\tint[] numArray = parseInt(Array);\n\t\tfor(int i = 0; i<numArray.length-1;i++){\n\t\t\tfor(int j = numArray.length-1 ; j>i;j--){\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numArray[0]+\" \"+numArray[1]+\" \"+numArray[2]);\n\t\t/*for(int i=0; i<numArray.length;i++){\n\t\t\tif(i==0){\n\t\t\tSystem.out.print(numArray[i]);\n\t\t}else{\n\t\t\tSystem.out.print(\" \"+numArray[i]);\n\t\t}\n\t}*/\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"String line = in.nextLine();",
"line",
"in.nextLine()",
"in.nextLine",
"in",
"String[] Array = line.split(\" \");",
"Array",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int[] numArray = parseInt(Array);",
"numArray",
"parseInt(Array)",
"parseInt",
"Array",
"for(int i = 0; i<numArray.length-1;i++){\n\t\t\tfor(int j = numArray.length-1 ; j>i;j--){\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i<numArray.length-1",
"i",
"numArray.length-1",
"numArray.length",
"numArray",
"numArray.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j = numArray.length-1 ; j>i;j--){\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j = numArray.length-1 ; j>i;j--){\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int j = numArray.length-1 ; j>i;j--){\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}",
"int j = numArray.length-1 ;",
"int j = numArray.length-1 ;",
"j",
"numArray.length-1",
"numArray.length",
"numArray",
"numArray.length",
"1",
"j>i",
"j",
"i",
"j--",
"j--",
"j",
"{\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}",
"if(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}",
"numArray[j]<numArray[j-1]",
"numArray[j]",
"numArray",
"j",
"numArray[j-1]",
"numArray",
"j-1",
"j",
"1",
"{\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}",
"int number = numArray[j-1];",
"number",
"numArray[j-1]",
"numArray",
"j-1",
"j",
"1",
"numArray[j-1] = numArray[j]",
"numArray[j-1]",
"numArray",
"j-1",
"j",
"1",
"numArray[j]",
"numArray",
"j",
"numArray[j] = number",
"numArray[j]",
"numArray",
"j",
"number",
"System.out.println(numArray[0]+\" \"+numArray[1]+\" \"+numArray[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"numArray[0]+\" \"+numArray[1]+\" \"+numArray[2]",
"\" \"",
"numArray[1]",
"numArray[0]+\" \"+numArray[1]+\" \"+numArray[2]",
"numArray[0]",
"numArray",
"0",
"\" \"",
"numArray[1]",
"numArray",
"1",
"\" \"",
"numArray[2]",
"numArray",
"2",
"String[] args",
"args",
"public static int[] parseInt(String[] Array){\n\t\tint[] numArray = new int[Array.length];\n\t\tfor(int i = 0; i<Array.length ; i++){\n\t\t\tnumArray[i] = Integer.parseInt(Array[i]);\n\t\t}\n\t\treturn numArray; \n\t}",
"parseInt",
"{\n\t\tint[] numArray = new int[Array.length];\n\t\tfor(int i = 0; i<Array.length ; i++){\n\t\t\tnumArray[i] = Integer.parseInt(Array[i]);\n\t\t}\n\t\treturn numArray; \n\t}",
"int[] numArray = new int[Array.length];",
"numArray",
"new int[Array.length]",
"Array.length",
"Array",
"Array.length",
"for(int i = 0; i<Array.length ; i++){\n\t\t\tnumArray[i] = Integer.parseInt(Array[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i<Array.length",
"i",
"Array.length",
"Array",
"Array.length",
"i++",
"i++",
"i",
"{\n\t\t\tnumArray[i] = Integer.parseInt(Array[i]);\n\t\t}",
"{\n\t\t\tnumArray[i] = Integer.parseInt(Array[i]);\n\t\t}",
"numArray[i] = Integer.parseInt(Array[i])",
"numArray[i]",
"numArray",
"i",
"Integer.parseInt(Array[i])",
"Integer.parseInt",
"Integer",
"Array[i]",
"Array",
"i",
"return numArray;",
"numArray",
"String[] Array",
"Array",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tString line = in.nextLine();\n\t\tString[] Array = line.split(\" \");\n\t\tint[] numArray = parseInt(Array);\n\t\tfor(int i = 0; i<numArray.length-1;i++){\n\t\t\tfor(int j = numArray.length-1 ; j>i;j--){\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numArray[0]+\" \"+numArray[1]+\" \"+numArray[2]);\n\t\t/*for(int i=0; i<numArray.length;i++){\n\t\t\tif(i==0){\n\t\t\tSystem.out.print(numArray[i]);\n\t\t}else{\n\t\t\tSystem.out.print(\" \"+numArray[i]);\n\t\t}\n\t}*/\n\t}\n\tpublic static int[] parseInt(String[] Array){\n\t\tint[] numArray = new int[Array.length];\n\t\tfor(int i = 0; i<Array.length ; i++){\n\t\t\tnumArray[i] = Integer.parseInt(Array[i]);\n\t\t}\n\t\treturn numArray; \n\t} \n\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tString line = in.nextLine();\n\t\tString[] Array = line.split(\" \");\n\t\tint[] numArray = parseInt(Array);\n\t\tfor(int i = 0; i<numArray.length-1;i++){\n\t\t\tfor(int j = numArray.length-1 ; j>i;j--){\n\t\t\t\tif(numArray[j]<numArray[j-1]){\n\t\t\t\t\tint number = numArray[j-1];\n\t\t\t\t\tnumArray[j-1] = numArray[j];\n\t\t\t\t\tnumArray[j] = number;\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(numArray[0]+\" \"+numArray[1]+\" \"+numArray[2]);\n\t\t/*for(int i=0; i<numArray.length;i++){\n\t\t\tif(i==0){\n\t\t\tSystem.out.print(numArray[i]);\n\t\t}else{\n\t\t\tSystem.out.print(\" \"+numArray[i]);\n\t\t}\n\t}*/\n\t}\n\tpublic static int[] parseInt(String[] Array){\n\t\tint[] numArray = new int[Array.length];\n\t\tfor(int i = 0; i<Array.length ; i++){\n\t\t\tnumArray[i] = Integer.parseInt(Array[i]);\n\t\t}\n\t\treturn numArray; \n\t} \n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner in = new Scanner(System.in);
String line = in.nextLine();
String[] Array = line.split(" ");
int[] numArray = parseInt(Array);
for(int i = 0; i<numArray.length-1;i++){
for(int j = numArray.length-1 ; j>i;j--){
if(numArray[j]<numArray[j-1]){
int number = numArray[j-1];
numArray[j-1] = numArray[j];
numArray[j] = number;
}
}
}
System.out.println(numArray[0]+" "+numArray[1]+" "+numArray[2]);
/*for(int i=0; i<numArray.length;i++){
if(i==0){
System.out.print(numArray[i]);
}else{
System.out.print(" "+numArray[i]);
}
}*/
}
public static int[] parseInt(String[] Array){
int[] numArray = new int[Array.length];
for(int i = 0; i<Array.length ; i++){
numArray[i] = Integer.parseInt(Array[i]);
}
return numArray;
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
4,
18,
13,
4,
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,
4,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
14,
2,
13,
17,
30,
4,
18,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
89,
11
],
[
89,
12
],
[
12,
13
],
[
12,
14
],
[
89,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
21,
26
],
[
26,
27
],
[
26,
28
],
[
21,
29
],
[
29,
30
],
[
30,
31
],
[
21,
32
],
[
33,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
17,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
17,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
51,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
51,
56
],
[
50,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
49,
61
],
[
51,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
17,
66
],
[
66,
67
],
[
15,
68
],
[
68,
69
],
[
89,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
89,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
0,
88
],
[
88,
89
],
[
88,
90
]
] | [
"import java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tlist.add(input());\n\n\t\t}\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tlist.add(input());\n\n\t\t}\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}",
"Main",
"public static Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"public static void main(String[] args) {\n\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tlist.add(input());\n\n\t\t}\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t\tclose();\n\n\t}",
"main",
"{\n\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tlist.add(input());\n\n\t\t}\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t\tclose();\n\n\t}",
"ArrayList<Integer> list = new ArrayList<Integer>();",
"list",
"new ArrayList<Integer>()",
"for (int i = 0; i < 3;i++) {\n\n\t\t\tlist.add(input());\n\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\n\t\t\tlist.add(input());\n\n\t\t}",
"{\n\n\t\t\tlist.add(input());\n\n\t\t}",
"list.add(input())",
"list.add",
"list",
"input()",
"input",
"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",
"close()",
"close",
"String[] args",
"args",
"public static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}",
"input",
"{\n\n\t\treturn scanner.nextInt();\n\n\t}",
"return scanner.nextInt();",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"public static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}",
"close",
"{\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}",
"if (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}",
"scanner != null",
"scanner",
"null",
"{\n\n\t\t\tscanner.close();\n\n\t\t}",
"scanner.close()",
"scanner.close",
"scanner",
"public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tlist.add(input());\n\n\t\t}\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tlist.add(input());\n\n\t\t}\n\n\t\tCollections.sort(list);\n\t\tSystem.out.println(list.get(0) + \" \" + list.get(1) + \" \" + list.get(2));\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}",
"Main"
] | import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
public class Main {
public static Scanner scanner = new Scanner(System.in);
public static void main(String[] args) {
ArrayList<Integer> list = new ArrayList<Integer>();
for (int i = 0; i < 3;i++) {
list.add(input());
}
Collections.sort(list);
System.out.println(list.get(0) + " " + list.get(1) + " " + list.get(2));
close();
}
public static int input() {
return scanner.nextInt();
}
public static void close() {
if (scanner != null) {
scanner.close();
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
17,
41,
13,
41,
13,
0,
13,
17,
41,
13,
20,
11,
1,
0,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
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,
16
],
[
16,
17
],
[
11,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
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
],
[
11,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
11,
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
],
[
9,
72
],
[
72,
73
]
] | [
"import java.util.Scanner;\nimport java.util.Arrays;\n\nclass Main{\n\t\n\tpublic static void main(String[] args){\n\n\t\tint s[]=new int[3];\n\t\tint i,j;\n\t\tj = 0;\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfor(i=0;i<s.length;i++){\n\t\ts[i]= sc.nextInt();\n\t\t}\n\t\t\n\t\tArrays.sort(s);\n\t\t\n\t\tSystem.out.println(s[0] + \" \" + s[1] + \" \" + s[2]);\n\t\t\n\t\t\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main{\n\t\n\tpublic static void main(String[] args){\n\n\t\tint s[]=new int[3];\n\t\tint i,j;\n\t\tj = 0;\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfor(i=0;i<s.length;i++){\n\t\ts[i]= sc.nextInt();\n\t\t}\n\t\t\n\t\tArrays.sort(s);\n\t\t\n\t\tSystem.out.println(s[0] + \" \" + s[1] + \" \" + s[2]);\n\t\t\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\n\t\tint s[]=new int[3];\n\t\tint i,j;\n\t\tj = 0;\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfor(i=0;i<s.length;i++){\n\t\ts[i]= sc.nextInt();\n\t\t}\n\t\t\n\t\tArrays.sort(s);\n\t\t\n\t\tSystem.out.println(s[0] + \" \" + s[1] + \" \" + s[2]);\n\t\t\n\t\t\n\t}",
"main",
"{\n\n\t\tint s[]=new int[3];\n\t\tint i,j;\n\t\tj = 0;\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfor(i=0;i<s.length;i++){\n\t\ts[i]= sc.nextInt();\n\t\t}\n\t\t\n\t\tArrays.sort(s);\n\t\t\n\t\tSystem.out.println(s[0] + \" \" + s[1] + \" \" + s[2]);\n\t\t\n\t\t\n\t}",
"int s[]=new int[3];",
"s",
"new int[3]",
"3",
"int i",
"i",
"j;",
"j",
"j = 0",
"j",
"0",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"for(i=0;i<s.length;i++){\n\t\ts[i]= sc.nextInt();\n\t\t}",
"i=0;",
"i=0",
"i",
"0",
"i<s.length",
"i",
"s.length",
"s",
"s.length",
"i++",
"i++",
"i",
"{\n\t\ts[i]= sc.nextInt();\n\t\t}",
"{\n\t\ts[i]= sc.nextInt();\n\t\t}",
"s[i]= sc.nextInt()",
"s[i]",
"s",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"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"
] | import java.util.Scanner;
import java.util.Arrays;
class Main{
public static void main(String[] args){
int s[]=new int[3];
int i,j;
j = 0;
Scanner sc = new Scanner(System.in);
for(i=0;i<s.length;i++){
s[i]= sc.nextInt();
}
Arrays.sort(s);
System.out.println(s[0] + " " + s[1] + " " + s[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
11,
1,
41,
13,
17,
2,
17,
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,
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
],
[
16,
18
],
[
8,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
19,
27
],
[
27,
28
],
[
28,
29
],
[
19,
30
],
[
31,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
39,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
56,
58
],
[
53,
59
],
[
59,
60
],
[
59,
61
],
[
52,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
62,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
73,
75
],
[
70,
76
],
[
76,
77
],
[
76,
78
],
[
62,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
8,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
84,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
95,
97
],
[
92,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
102,
103
],
[
102,
104
],
[
92,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
8,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
118,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
117,
123
],
[
123,
124
],
[
123,
125
],
[
116,
126
],
[
118,
127
],
[
127,
128
],
[
127,
129
],
[
6,
130
],
[
130,
131
]
] | [
"import java.util.Scanner;\n\nclass Main\n{\n\tpublic static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\t\tint a[] = new int[ 3 ];\n\t\tint tmp = 0;\n\n\t\tfor ( int i = 0; i < 3; i++ ) {\n\t\t\ta[ i ] = sc.nextInt ();\n\t\t}\n\t\t\n\t\tfor ( int j = 1; 0 <= j; j-- ) {\n\t\t\tif ( a[ j + 1 ] < a[ j ] ) {\n\t\t\t\ttmp = a[ j + 1 ];\n\t\t\t\ta[ j + 1 ] = a[ j ];\n\t\t\t\ta[ j ] = tmp;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif ( a[ 2 ] < a[ 1 ] ) {\n\t\t\ttmp = a[ 2 ];\n\t\t\ta[ 2 ] = a[ 1 ];\n\t\t\ta[ 1 ] = tmp;\n\t\t}\n\n\t\tSystem.out.println ( a[ 0 ] + \" \" + a[ 1 ] + \" \" + a[ 2 ] );\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n\tpublic static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\t\tint a[] = new int[ 3 ];\n\t\tint tmp = 0;\n\n\t\tfor ( int i = 0; i < 3; i++ ) {\n\t\t\ta[ i ] = sc.nextInt ();\n\t\t}\n\t\t\n\t\tfor ( int j = 1; 0 <= j; j-- ) {\n\t\t\tif ( a[ j + 1 ] < a[ j ] ) {\n\t\t\t\ttmp = a[ j + 1 ];\n\t\t\t\ta[ j + 1 ] = a[ j ];\n\t\t\t\ta[ j ] = tmp;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif ( a[ 2 ] < a[ 1 ] ) {\n\t\t\ttmp = a[ 2 ];\n\t\t\ta[ 2 ] = a[ 1 ];\n\t\t\ta[ 1 ] = tmp;\n\t\t}\n\n\t\tSystem.out.println ( a[ 0 ] + \" \" + a[ 1 ] + \" \" + a[ 2 ] );\n\t}\n}",
"Main",
"public static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\t\tint a[] = new int[ 3 ];\n\t\tint tmp = 0;\n\n\t\tfor ( int i = 0; i < 3; i++ ) {\n\t\t\ta[ i ] = sc.nextInt ();\n\t\t}\n\t\t\n\t\tfor ( int j = 1; 0 <= j; j-- ) {\n\t\t\tif ( a[ j + 1 ] < a[ j ] ) {\n\t\t\t\ttmp = a[ j + 1 ];\n\t\t\t\ta[ j + 1 ] = a[ j ];\n\t\t\t\ta[ j ] = tmp;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif ( a[ 2 ] < a[ 1 ] ) {\n\t\t\ttmp = a[ 2 ];\n\t\t\ta[ 2 ] = a[ 1 ];\n\t\t\ta[ 1 ] = tmp;\n\t\t}\n\n\t\tSystem.out.println ( a[ 0 ] + \" \" + a[ 1 ] + \" \" + a[ 2 ] );\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner ( System.in );\n\t\tint a[] = new int[ 3 ];\n\t\tint tmp = 0;\n\n\t\tfor ( int i = 0; i < 3; i++ ) {\n\t\t\ta[ i ] = sc.nextInt ();\n\t\t}\n\t\t\n\t\tfor ( int j = 1; 0 <= j; j-- ) {\n\t\t\tif ( a[ j + 1 ] < a[ j ] ) {\n\t\t\t\ttmp = a[ j + 1 ];\n\t\t\t\ta[ j + 1 ] = a[ j ];\n\t\t\t\ta[ j ] = tmp;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif ( a[ 2 ] < a[ 1 ] ) {\n\t\t\ttmp = a[ 2 ];\n\t\t\ta[ 2 ] = a[ 1 ];\n\t\t\ta[ 1 ] = tmp;\n\t\t}\n\n\t\tSystem.out.println ( a[ 0 ] + \" \" + a[ 1 ] + \" \" + a[ 2 ] );\n\t}",
"Scanner sc = new Scanner ( System.in );",
"sc",
"new Scanner ( System.in )",
"int a[] = new int[ 3 ];",
"a",
"new int[ 3 ]",
"3",
"int tmp = 0;",
"tmp",
"0",
"for ( int i = 0; i < 3; i++ ) {\n\t\t\ta[ i ] = sc.nextInt ();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\ta[ i ] = sc.nextInt ();\n\t\t}",
"{\n\t\t\ta[ i ] = sc.nextInt ();\n\t\t}",
"a[ i ] = sc.nextInt ()",
"a[ i ]",
"a",
"i",
"sc.nextInt ()",
"sc.nextInt",
"sc",
"for ( int j = 1; 0 <= j; j-- ) {\n\t\t\tif ( a[ j + 1 ] < a[ j ] ) {\n\t\t\t\ttmp = a[ j + 1 ];\n\t\t\t\ta[ j + 1 ] = a[ j ];\n\t\t\t\ta[ j ] = tmp;\n\t\t\t}\n\t\t}",
"int j = 1;",
"int j = 1;",
"j",
"1",
"0 <= j",
"0",
"j",
"j--",
"j--",
"j",
"{\n\t\t\tif ( a[ j + 1 ] < a[ j ] ) {\n\t\t\t\ttmp = a[ j + 1 ];\n\t\t\t\ta[ j + 1 ] = a[ j ];\n\t\t\t\ta[ j ] = tmp;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif ( a[ j + 1 ] < a[ j ] ) {\n\t\t\t\ttmp = a[ j + 1 ];\n\t\t\t\ta[ j + 1 ] = a[ j ];\n\t\t\t\ta[ j ] = tmp;\n\t\t\t}\n\t\t}",
"if ( a[ j + 1 ] < a[ j ] ) {\n\t\t\t\ttmp = a[ j + 1 ];\n\t\t\t\ta[ j + 1 ] = a[ j ];\n\t\t\t\ta[ j ] = tmp;\n\t\t\t}",
"a[ j + 1 ] < a[ j ]",
"a[ j + 1 ]",
"a",
"j + 1",
"j",
"1",
"a[ j ]",
"a",
"j",
"{\n\t\t\t\ttmp = a[ j + 1 ];\n\t\t\t\ta[ j + 1 ] = a[ j ];\n\t\t\t\ta[ j ] = tmp;\n\t\t\t}",
"tmp = a[ j + 1 ]",
"tmp",
"a[ j + 1 ]",
"a",
"j + 1",
"j",
"1",
"a[ j + 1 ] = a[ j ]",
"a[ j + 1 ]",
"a",
"j + 1",
"j",
"1",
"a[ j ]",
"a",
"j",
"a[ j ] = tmp",
"a[ j ]",
"a",
"j",
"tmp",
"if ( a[ 2 ] < a[ 1 ] ) {\n\t\t\ttmp = a[ 2 ];\n\t\t\ta[ 2 ] = a[ 1 ];\n\t\t\ta[ 1 ] = tmp;\n\t\t}",
"a[ 2 ] < a[ 1 ]",
"a[ 2 ]",
"a",
"2",
"a[ 1 ]",
"a",
"1",
"{\n\t\t\ttmp = a[ 2 ];\n\t\t\ta[ 2 ] = a[ 1 ];\n\t\t\ta[ 1 ] = tmp;\n\t\t}",
"tmp = a[ 2 ]",
"tmp",
"a[ 2 ]",
"a",
"2",
"a[ 2 ] = a[ 1 ]",
"a[ 2 ]",
"a",
"2",
"a[ 1 ]",
"a",
"1",
"a[ 1 ] = tmp",
"a[ 1 ]",
"a",
"1",
"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"
] | import java.util.Scanner;
class Main
{
public static void main ( String[] args ) {
Scanner sc = new Scanner ( System.in );
int a[] = new int[ 3 ];
int tmp = 0;
for ( int i = 0; i < 3; i++ ) {
a[ i ] = sc.nextInt ();
}
for ( int j = 1; 0 <= j; j-- ) {
if ( a[ j + 1 ] < a[ j ] ) {
tmp = a[ j + 1 ];
a[ j + 1 ] = a[ j ];
a[ j ] = tmp;
}
}
if ( a[ 2 ] < a[ 1 ] ) {
tmp = a[ 2 ];
a[ 2 ] = a[ 1 ];
a[ 1 ] = tmp;
}
System.out.println ( a[ 0 ] + " " + a[ 1 ] + " " + a[ 2 ] );
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
20,
17,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
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,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
14,
16
],
[
11,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
18,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
28,
37
],
[
37,
38
],
[
37,
39
],
[
28,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
40,
50
],
[
50,
51
],
[
51,
52
],
[
40,
53
],
[
54,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
63,
64
],
[
28,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
65,
77
],
[
77,
78
],
[
78,
79
],
[
65,
80
],
[
81,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
89,
91
],
[
82,
92
],
[
92,
93
],
[
93,
94
],
[
82,
95
],
[
96,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
102,
103
],
[
102,
104
],
[
97,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
108,
109
],
[
108,
110
],
[
105,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
115,
116
],
[
115,
117
],
[
105,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
28,
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
],
[
9,
143
],
[
143,
144
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tint num;\n\t\tint[] a = new int[3];\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tfor(int i=0;i<a.length;i++){\n\t\t\t\ta[i] = Integer.parseInt(st.nextToken());\n\t\t\t}\n\t\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\t\tfor(int j=1;j<a.length;j++){\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t\t}\n\t\tcatch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tpublic static void main(String[] args){\n\t\tint num;\n\t\tint[] a = new int[3];\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tfor(int i=0;i<a.length;i++){\n\t\t\t\ta[i] = Integer.parseInt(st.nextToken());\n\t\t\t}\n\t\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\t\tfor(int j=1;j<a.length;j++){\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t\t}\n\t\tcatch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint num;\n\t\tint[] a = new int[3];\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tfor(int i=0;i<a.length;i++){\n\t\t\t\ta[i] = Integer.parseInt(st.nextToken());\n\t\t\t}\n\t\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\t\tfor(int j=1;j<a.length;j++){\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t\t}\n\t\tcatch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}",
"main",
"{\n\t\tint num;\n\t\tint[] a = new int[3];\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tfor(int i=0;i<a.length;i++){\n\t\t\t\ta[i] = Integer.parseInt(st.nextToken());\n\t\t\t}\n\t\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\t\tfor(int j=1;j<a.length;j++){\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t\t}\n\t\tcatch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}",
"int num;",
"num",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tfor(int i=0;i<a.length;i++){\n\t\t\t\ta[i] = Integer.parseInt(st.nextToken());\n\t\t\t}\n\t\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\t\tfor(int j=1;j<a.length;j++){\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t\t}\n\t\tcatch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}",
"catch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}",
"Exception e",
"{\n\t\t\tSystem.out.println(e);\n\t\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tfor(int i=0;i<a.length;i++){\n\t\t\t\ta[i] = Integer.parseInt(st.nextToken());\n\t\t\t}\n\t\t\tfor(int i=0;i<a.length-1;i++){\n\t\t\t\tfor(int j=1;j<a.length;j++){\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(a[0]+\" \"+a[1]+\" \"+a[2]);\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(line,\" \");",
"st",
"new StringTokenizer(line,\" \")",
"for(int i=0;i<a.length;i++){\n\t\t\t\ta[i] = Integer.parseInt(st.nextToken());\n\t\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\t\ta[i] = Integer.parseInt(st.nextToken());\n\t\t\t}",
"{\n\t\t\t\ta[i] = Integer.parseInt(st.nextToken());\n\t\t\t}",
"a[i] = Integer.parseInt(st.nextToken())",
"a[i]",
"a",
"i",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"for(int i=0;i<a.length-1;i++){\n\t\t\t\tfor(int j=1;j<a.length;j++){\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\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\t\tfor(int j=1;j<a.length;j++){\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tfor(int j=1;j<a.length;j++){\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}",
"for(int j=1;j<a.length;j++){\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\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\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}",
"{\n\t\t\t\t\tif(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}\n\t\t\t\t}",
"if(a[i] > a[j]){\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}",
"a[i] > a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"{\n\t\t\t\t\t\tnum = a[i];\n\t\t\t\t\t\ta[i] = a[j];\n\t\t\t\t\t\ta[j] = num;\n\t\t\t\t\t}",
"num = a[i]",
"num",
"a[i]",
"a",
"i",
"a[i] = a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"a[j] = num",
"a[j]",
"a",
"j",
"num",
"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.io.*;
import java.util.*;
class Main{
public static void main(String[] args){
int num;
int[] a = new int[3];
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
StringTokenizer st = new StringTokenizer(line," ");
for(int i=0;i<a.length;i++){
a[i] = Integer.parseInt(st.nextToken());
}
for(int i=0;i<a.length-1;i++){
for(int j=1;j<a.length;j++){
if(a[i] > a[j]){
num = a[i];
a[i] = a[j];
a[j] = num;
}
}
}
System.out.println(a[0]+" "+a[1]+" "+a[2]);
}
catch(Exception e){
System.out.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
41,
13,
17,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
30,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
30,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
30,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
45,
52
],
[
52,
53
],
[
52,
54
],
[
41,
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
],
[
56,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
74,
76
],
[
70,
77
],
[
77,
78
],
[
77,
79
],
[
36,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
85,
92
],
[
92,
93
],
[
92,
94
],
[
81,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
104,
105
],
[
104,
106
],
[
100,
107
],
[
107,
108
],
[
107,
109
],
[
96,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
110,
114
],
[
114,
115
],
[
114,
116
],
[
110,
117
],
[
117,
118
],
[
117,
119
],
[
8,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
120,
125
],
[
128,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
126,
132
],
[
128,
133
],
[
6,
134
],
[
134,
135
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n\n int _a = 0;\n int _b = 0;\n int _c = 0;\n\n if (a < b) {\n if (b < c) {\n _a = a; _b = b; _c = c;\n } else {\n if (a < c) {\n _a = a; _b = c; _c = b;\n } else {\n _a = c; _b = a; _c = b;\n }\n }\n } else {\n if (a < c) {\n _a = b; _b = a; _c = c;\n } else {\n if (b < c) {\n _a = b; _b = c; _c = a;\n } else {\n _a = c; _b = b; _c = a;\n }\n }\n }\n\n System.out.println(_a + \" \" + _b + \" \" + _c);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n\n int _a = 0;\n int _b = 0;\n int _c = 0;\n\n if (a < b) {\n if (b < c) {\n _a = a; _b = b; _c = c;\n } else {\n if (a < c) {\n _a = a; _b = c; _c = b;\n } else {\n _a = c; _b = a; _c = b;\n }\n }\n } else {\n if (a < c) {\n _a = b; _b = a; _c = c;\n } else {\n if (b < c) {\n _a = b; _b = c; _c = a;\n } else {\n _a = c; _b = b; _c = a;\n }\n }\n }\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 a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n\n int _a = 0;\n int _b = 0;\n int _c = 0;\n\n if (a < b) {\n if (b < c) {\n _a = a; _b = b; _c = c;\n } else {\n if (a < c) {\n _a = a; _b = c; _c = b;\n } else {\n _a = c; _b = a; _c = b;\n }\n }\n } else {\n if (a < c) {\n _a = b; _b = a; _c = c;\n } else {\n if (b < c) {\n _a = b; _b = c; _c = a;\n } else {\n _a = c; _b = b; _c = a;\n }\n }\n }\n\n System.out.println(_a + \" \" + _b + \" \" + _c);\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n\n int _a = 0;\n int _b = 0;\n int _c = 0;\n\n if (a < b) {\n if (b < c) {\n _a = a; _b = b; _c = c;\n } else {\n if (a < c) {\n _a = a; _b = c; _c = b;\n } else {\n _a = c; _b = a; _c = b;\n }\n }\n } else {\n if (a < c) {\n _a = b; _b = a; _c = c;\n } else {\n if (b < c) {\n _a = b; _b = c; _c = a;\n } else {\n _a = c; _b = b; _c = a;\n }\n }\n }\n\n System.out.println(_a + \" \" + _b + \" \" + _c);\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int c = scanner.nextInt();",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int _a = 0;",
"_a",
"0",
"int _b = 0;",
"_b",
"0",
"int _c = 0;",
"_c",
"0",
"if (a < b) {\n if (b < c) {\n _a = a; _b = b; _c = c;\n } else {\n if (a < c) {\n _a = a; _b = c; _c = b;\n } else {\n _a = c; _b = a; _c = b;\n }\n }\n } else {\n if (a < c) {\n _a = b; _b = a; _c = c;\n } else {\n if (b < c) {\n _a = b; _b = c; _c = a;\n } else {\n _a = c; _b = b; _c = a;\n }\n }\n }",
"a < b",
"a",
"b",
"{\n if (b < c) {\n _a = a; _b = b; _c = c;\n } else {\n if (a < c) {\n _a = a; _b = c; _c = b;\n } else {\n _a = c; _b = a; _c = b;\n }\n }\n }",
"if (b < c) {\n _a = a; _b = b; _c = c;\n } else {\n if (a < c) {\n _a = a; _b = c; _c = b;\n } else {\n _a = c; _b = a; _c = b;\n }\n }",
"b < c",
"b",
"c",
"{\n _a = a; _b = b; _c = c;\n }",
"_a = a",
"_a",
"a",
"_b = b",
"_b",
"b",
"_c = c",
"_c",
"c",
"{\n if (a < c) {\n _a = a; _b = c; _c = b;\n } else {\n _a = c; _b = a; _c = b;\n }\n }",
"if (a < c) {\n _a = a; _b = c; _c = b;\n } else {\n _a = c; _b = a; _c = b;\n }",
"a < c",
"a",
"c",
"{\n _a = a; _b = c; _c = b;\n }",
"_a = a",
"_a",
"a",
"_b = c",
"_b",
"c",
"_c = b",
"_c",
"b",
"{\n _a = c; _b = a; _c = b;\n }",
"_a = c",
"_a",
"c",
"_b = a",
"_b",
"a",
"_c = b",
"_c",
"b",
"{\n if (a < c) {\n _a = b; _b = a; _c = c;\n } else {\n if (b < c) {\n _a = b; _b = c; _c = a;\n } else {\n _a = c; _b = b; _c = a;\n }\n }\n }",
"if (a < c) {\n _a = b; _b = a; _c = c;\n } else {\n if (b < c) {\n _a = b; _b = c; _c = a;\n } else {\n _a = c; _b = b; _c = a;\n }\n }",
"a < c",
"a",
"c",
"{\n _a = b; _b = a; _c = c;\n }",
"_a = b",
"_a",
"b",
"_b = a",
"_b",
"a",
"_c = c",
"_c",
"c",
"{\n if (b < c) {\n _a = b; _b = c; _c = a;\n } else {\n _a = c; _b = b; _c = a;\n }\n }",
"if (b < c) {\n _a = b; _b = c; _c = a;\n } else {\n _a = c; _b = b; _c = a;\n }",
"b < c",
"b",
"c",
"{\n _a = b; _b = c; _c = a;\n }",
"_a = b",
"_a",
"b",
"_b = c",
"_b",
"c",
"_c = a",
"_c",
"a",
"{\n _a = c; _b = b; _c = a;\n }",
"_a = c",
"_a",
"c",
"_b = b",
"_b",
"b",
"_c = a",
"_c",
"a",
"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 scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
int _a = 0;
int _b = 0;
int _c = 0;
if (a < b) {
if (b < c) {
_a = a; _b = b; _c = c;
} else {
if (a < c) {
_a = a; _b = c; _c = b;
} else {
_a = c; _b = a; _c = b;
}
}
} else {
if (a < c) {
_a = b; _b = a; _c = c;
} else {
if (b < c) {
_a = b; _b = c; _c = a;
} else {
_a = c; _b = b; _c = a;
}
}
}
System.out.println(_a + " " + _b + " " + _c);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
0,
13,
20,
41,
13,
20,
4,
18,
13,
4,
18,
13,
23,
13,
6,
13,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
14,
2,
13,
13,
30,
4,
18,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
4,
18,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
4,
18,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
4,
18,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
19,
20
],
[
19,
21
],
[
0,
22
],
[
22,
23
],
[
22,
24
],
[
0,
25
],
[
25,
26
],
[
25,
27
],
[
0,
28
],
[
28,
29
],
[
28,
30
],
[
0,
31
],
[
281,
32
],
[
281,
33
],
[
33,
34
],
[
281,
35
],
[
35,
36
],
[
281,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
39,
46
],
[
46,
47
],
[
46,
48
],
[
39,
49
],
[
49,
50
],
[
50,
51
],
[
39,
52
],
[
52,
53
],
[
53,
54
],
[
37,
55
],
[
55,
56
],
[
281,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
61,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
61,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
61,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
87,
90
],
[
93,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
91,
97
],
[
93,
98
],
[
82,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
104,
107
],
[
110,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
109,
113
],
[
108,
114
],
[
110,
115
],
[
99,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
117,
120
],
[
123,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
122,
126
],
[
121,
127
],
[
123,
128
],
[
77,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
135,
138
],
[
141,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
139,
145
],
[
141,
146
],
[
130,
147
],
[
147,
148
],
[
148,
149
],
[
148,
150
],
[
147,
151
],
[
151,
152
],
[
152,
153
],
[
153,
154
],
[
152,
155
],
[
158,
156
],
[
156,
157
],
[
157,
158
],
[
158,
159
],
[
158,
160
],
[
157,
161
],
[
156,
162
],
[
158,
163
],
[
147,
164
],
[
164,
165
],
[
165,
166
],
[
166,
167
],
[
165,
168
],
[
171,
169
],
[
169,
170
],
[
170,
171
],
[
171,
172
],
[
171,
173
],
[
170,
174
],
[
169,
175
],
[
171,
176
],
[
281,
177
],
[
177,
178
],
[
177,
179
],
[
179,
180
],
[
177,
181
],
[
181,
182
],
[
177,
183
],
[
183,
184
],
[
183,
185
],
[
185,
186
],
[
186,
187
],
[
186,
188
],
[
183,
189
],
[
189,
190
],
[
177,
191
],
[
191,
192
],
[
191,
193
],
[
193,
194
],
[
194,
195
],
[
195,
196
],
[
196,
197
],
[
196,
198
],
[
195,
199
],
[
199,
200
],
[
200,
201
],
[
201,
202
],
[
194,
203
],
[
203,
204
],
[
204,
205
],
[
204,
206
],
[
193,
207
],
[
207,
208
],
[
208,
209
],
[
209,
210
],
[
208,
211
],
[
211,
212
],
[
212,
213
],
[
177,
214
],
[
214,
215
],
[
214,
216
],
[
216,
217
],
[
217,
218
],
[
218,
219
],
[
219,
220
],
[
219,
221
],
[
218,
222
],
[
222,
223
],
[
223,
224
],
[
224,
225
],
[
217,
226
],
[
226,
227
],
[
227,
228
],
[
227,
229
],
[
216,
230
],
[
230,
231
],
[
231,
232
],
[
232,
233
],
[
231,
234
],
[
234,
235
],
[
235,
236
],
[
177,
237
],
[
237,
238
],
[
237,
239
],
[
239,
240
],
[
240,
241
],
[
241,
242
],
[
242,
243
],
[
242,
244
],
[
241,
245
],
[
245,
246
],
[
246,
247
],
[
247,
248
],
[
240,
249
],
[
249,
250
],
[
250,
251
],
[
250,
252
],
[
239,
253
],
[
253,
254
],
[
254,
255
],
[
255,
256
],
[
177,
257
],
[
257,
258
],
[
257,
259
],
[
259,
260
],
[
260,
261
],
[
261,
262
],
[
262,
263
],
[
262,
264
],
[
261,
265
],
[
265,
266
],
[
266,
267
],
[
267,
268
],
[
260,
269
],
[
269,
270
],
[
270,
271
],
[
270,
272
],
[
259,
273
],
[
273,
274
],
[
274,
275
],
[
275,
276
],
[
274,
277
],
[
277,
278
],
[
278,
279
],
[
0,
280
],
[
280,
281
],
[
280,
282
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.util.Arrays;\nimport java.util.StringTokenizer;\nimport java.math.BigInteger;\nimport java.time.chrono.MinguoChronology;\n\npublic class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n \n if (a <= b) {\n if (b <= c) {\n out.println(a+\" \"+b+\" \"+c);\n } else if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }\n } else {\n if (a <= c) {\n out.println(b+\" \"+a+\" \"+c);\n } else if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }\n } \n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.io.OutputStream;",
"OutputStream",
"java.io",
"import java.io.PrintWriter;",
"PrintWriter",
"java.io",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"import java.math.BigInteger;",
"BigInteger",
"java.math",
"import java.time.chrono.MinguoChronology;",
"MinguoChronology",
"java.time.chrono",
"public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n \n if (a <= b) {\n if (b <= c) {\n out.println(a+\" \"+b+\" \"+c);\n } else if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }\n } else {\n if (a <= c) {\n out.println(b+\" \"+a+\" \"+c);\n } else if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }\n } \n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}",
"Main",
"static InputReader in;",
"in",
"static PrintWriter out;",
"out",
"public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}",
"main",
"{\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}",
"in = new InputReader(System.in)",
"in",
"new InputReader(System.in)",
"out = new PrintWriter(System.out)",
"out",
"new PrintWriter(System.out)",
"Solution solver = new Solution();",
"solver",
"new Solution()",
"solver.solve()",
"solver.solve",
"solver",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static class Solution {\n void solve() throws IOException {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n \n if (a <= b) {\n if (b <= c) {\n out.println(a+\" \"+b+\" \"+c);\n } else if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }\n } else {\n if (a <= c) {\n out.println(b+\" \"+a+\" \"+c);\n } else if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }\n } \n }\n }",
"Solution",
"void solve() throws IOException {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n \n if (a <= b) {\n if (b <= c) {\n out.println(a+\" \"+b+\" \"+c);\n } else if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }\n } else {\n if (a <= c) {\n out.println(b+\" \"+a+\" \"+c);\n } else if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }\n } \n }",
"solve",
"{\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n \n if (a <= b) {\n if (b <= c) {\n out.println(a+\" \"+b+\" \"+c);\n } else if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }\n } else {\n if (a <= c) {\n out.println(b+\" \"+a+\" \"+c);\n } else if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }\n } \n }",
"int a = in.nextInt();",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"int b = in.nextInt();",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"int c = in.nextInt();",
"c",
"in.nextInt()",
"in.nextInt",
"in",
"if (a <= b) {\n if (b <= c) {\n out.println(a+\" \"+b+\" \"+c);\n } else if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }\n } else {\n if (a <= c) {\n out.println(b+\" \"+a+\" \"+c);\n } else if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }\n }",
"a <= b",
"a",
"b",
"{\n if (b <= c) {\n out.println(a+\" \"+b+\" \"+c);\n } else if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }\n }",
"if (b <= c) {\n out.println(a+\" \"+b+\" \"+c);\n } else if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }",
"b <= c",
"b",
"c",
"{\n out.println(a+\" \"+b+\" \"+c);\n }",
"out.println(a+\" \"+b+\" \"+c)",
"out.println",
"out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }",
"c <= a",
"c",
"a",
"{\n out.println(c+\" \"+a+\" \"+b);\n }",
"out.println(c+\" \"+a+\" \"+b)",
"out.println",
"out",
"c+\" \"+a+\" \"+b",
"\" \"",
"a",
"c+\" \"+a+\" \"+b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"{\n out.println(a+\" \"+c+\" \"+b);\n }",
"out.println(a+\" \"+c+\" \"+b)",
"out.println",
"out",
"a+\" \"+c+\" \"+b",
"\" \"",
"c",
"a+\" \"+c+\" \"+b",
"a",
"\" \"",
"c",
"\" \"",
"b",
"{\n if (a <= c) {\n out.println(b+\" \"+a+\" \"+c);\n } else if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }\n }",
"if (a <= c) {\n out.println(b+\" \"+a+\" \"+c);\n } else if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }",
"a <= c",
"a",
"c",
"{\n out.println(b+\" \"+a+\" \"+c);\n }",
"out.println(b+\" \"+a+\" \"+c)",
"out.println",
"out",
"b+\" \"+a+\" \"+c",
"\" \"",
"a",
"b+\" \"+a+\" \"+c",
"b",
"\" \"",
"a",
"\" \"",
"c",
"if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }",
"c <= b",
"c",
"b",
"{\n out.println(c+\" \"+b+\" \"+a);\n }",
"out.println(c+\" \"+b+\" \"+a)",
"out.println",
"out",
"c+\" \"+b+\" \"+a",
"\" \"",
"b",
"c+\" \"+b+\" \"+a",
"c",
"\" \"",
"b",
"\" \"",
"a",
"{\n out.println(b+\" \"+c+\" \"+a);\n }",
"out.println(b+\" \"+c+\" \"+a)",
"out.println",
"out",
"b+\" \"+c+\" \"+a",
"\" \"",
"c",
"b+\" \"+c+\" \"+a",
"b",
"\" \"",
"c",
"\" \"",
"a",
"static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }",
"InputReader",
"public BufferedReader br;",
"br",
"public StringTokenizer st;",
"st",
"public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }",
"InputReader",
"{\n br = new BufferedReader(new InputStreamReader(stream));\n }",
"br = new BufferedReader(new InputStreamReader(stream))",
"br",
"new BufferedReader(new InputStreamReader(stream))",
"InputStream stream",
"stream",
"public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }",
"nextInt",
"{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }",
"while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"{\n st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return Integer.parseInt(st.nextToken());",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }",
"nextLong",
"{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }",
"while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"{\n st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return Long.parseLong(st.nextToken());",
"Long.parseLong(st.nextToken())",
"Long.parseLong",
"Long",
"st.nextToken()",
"st.nextToken",
"st",
"public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }",
"next",
"{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }",
"while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"{\n st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }",
"nextDouble",
"{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }",
"while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"{\n st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return Double.parseDouble(st.nextToken());",
"Double.parseDouble(st.nextToken())",
"Double.parseDouble",
"Double",
"st.nextToken()",
"st.nextToken",
"st",
"public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n \n if (a <= b) {\n if (b <= c) {\n out.println(a+\" \"+b+\" \"+c);\n } else if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }\n } else {\n if (a <= c) {\n out.println(b+\" \"+a+\" \"+c);\n } else if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }\n } \n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}",
"public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n \n if (a <= b) {\n if (b <= c) {\n out.println(a+\" \"+b+\" \"+c);\n } else if (c <= a) {\n out.println(c+\" \"+a+\" \"+b);\n } else {\n out.println(a+\" \"+c+\" \"+b);\n }\n } else {\n if (a <= c) {\n out.println(b+\" \"+a+\" \"+c);\n } else if (c <= b) {\n out.println(c+\" \"+b+\" \"+a);\n } else {\n out.println(b+\" \"+c+\" \"+a);\n }\n } \n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.util.Arrays;
import java.util.StringTokenizer;
import java.math.BigInteger;
import java.time.chrono.MinguoChronology;
public class Main {
static InputReader in;
static PrintWriter out;
static class Solution {
void solve() throws IOException {
int a = in.nextInt();
int b = in.nextInt();
int c = in.nextInt();
if (a <= b) {
if (b <= c) {
out.println(a+" "+b+" "+c);
} else if (c <= a) {
out.println(c+" "+a+" "+b);
} else {
out.println(a+" "+c+" "+b);
}
} else {
if (a <= c) {
out.println(b+" "+a+" "+c);
} else if (c <= b) {
out.println(c+" "+b+" "+a);
} else {
out.println(b+" "+c+" "+a);
}
}
}
}
public static void main(String[] args) throws IOException {
// ??????
in = new InputReader(System.in);
out = new PrintWriter(System.out);
Solution solver = new Solution();
solver.solve();
out.close();
}
static class InputReader {
public BufferedReader br;
public StringTokenizer st;
public InputReader(InputStream stream) {
br = new BufferedReader(new InputStreamReader(stream));
}
public int nextInt() throws IOException {
while (st == null || !st.hasMoreTokens()) {
st = new StringTokenizer(br.readLine());
}
return Integer.parseInt(st.nextToken());
}
public long nextLong() throws IOException {
while (st == null || !st.hasMoreTokens()) {
st = new StringTokenizer(br.readLine());
}
return Long.parseLong(st.nextToken());
}
public String next() throws IOException {
while (st == null || !st.hasMoreTokens()) {
st = new StringTokenizer(br.readLine());
}
return st.nextToken();
}
public double nextDouble() throws IOException {
while (st == null || !st.hasMoreTokens()) {
st = new StringTokenizer(br.readLine());
}
return Double.parseDouble(st.nextToken());
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
11,
1,
0,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
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,
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
],
[
135,
5
],
[
135,
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
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
8,
43
],
[
43,
44
],
[
43,
45
],
[
8,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
46,
58
],
[
58,
59
],
[
59,
60
],
[
46,
61
],
[
62,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
63,
75
],
[
75,
76
],
[
76,
77
],
[
63,
78
],
[
79,
79
],
[
79,
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
],
[
90,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
102,
104
],
[
90,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
108,
109
],
[
108,
110
],
[
105,
111
],
[
8,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
112,
117
],
[
120,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
120,
124
],
[
119,
125
],
[
125,
126
],
[
125,
127
],
[
118,
128
],
[
120,
129
],
[
129,
130
],
[
129,
131
],
[
6,
132
],
[
132,
133
],
[
0,
134
],
[
134,
135
],
[
134,
136
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint[] input = new int[3];\n\t\tfor(int i = 0; i < input.length; i++){\n\t\t\tinput[i] = kbScanner.nextInt();\n\t\t}\n\t\t\n\t\tint[] output = input.clone();\n\t\tint p = 0;//???????????? \n\t\tfor(p = 0; p < output.length - 1; p++){\n\t\t\tfor(int i = p; i < output.length - 1; i++){\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(output[0] + \" \" + output[1] + \" \" + output[2]);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint[] input = new int[3];\n\t\tfor(int i = 0; i < input.length; i++){\n\t\t\tinput[i] = kbScanner.nextInt();\n\t\t}\n\t\t\n\t\tint[] output = input.clone();\n\t\tint p = 0;//???????????? \n\t\tfor(p = 0; p < output.length - 1; p++){\n\t\t\tfor(int i = p; i < output.length - 1; i++){\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(output[0] + \" \" + output[1] + \" \" + output[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint[] input = new int[3];\n\t\tfor(int i = 0; i < input.length; i++){\n\t\t\tinput[i] = kbScanner.nextInt();\n\t\t}\n\t\t\n\t\tint[] output = input.clone();\n\t\tint p = 0;//???????????? \n\t\tfor(p = 0; p < output.length - 1; p++){\n\t\t\tfor(int i = p; i < output.length - 1; i++){\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(output[0] + \" \" + output[1] + \" \" + output[2]);\n\t}",
"main",
"{\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint[] input = new int[3];\n\t\tfor(int i = 0; i < input.length; i++){\n\t\t\tinput[i] = kbScanner.nextInt();\n\t\t}\n\t\t\n\t\tint[] output = input.clone();\n\t\tint p = 0;//???????????? \n\t\tfor(p = 0; p < output.length - 1; p++){\n\t\t\tfor(int i = p; i < output.length - 1; i++){\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(output[0] + \" \" + output[1] + \" \" + output[2]);\n\t}",
"Scanner kbScanner = new Scanner(System.in);",
"kbScanner",
"new Scanner(System.in)",
"int[] input = new int[3];",
"input",
"new int[3]",
"3",
"for(int i = 0; i < input.length; i++){\n\t\t\tinput[i] = kbScanner.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < input.length",
"i",
"input.length",
"input",
"input.length",
"i++",
"i++",
"i",
"{\n\t\t\tinput[i] = kbScanner.nextInt();\n\t\t}",
"{\n\t\t\tinput[i] = kbScanner.nextInt();\n\t\t}",
"input[i] = kbScanner.nextInt()",
"input[i]",
"input",
"i",
"kbScanner.nextInt()",
"kbScanner.nextInt",
"kbScanner",
"int[] output = input.clone();",
"output",
"input.clone()",
"input.clone",
"input",
"int p = 0;",
"p",
"0",
"for(p = 0; p < output.length - 1; p++){\n\t\t\tfor(int i = p; i < output.length - 1; i++){\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"p = 0;",
"p = 0",
"p",
"0",
"p < output.length - 1",
"p",
"output.length - 1",
"output.length",
"output",
"output.length",
"1",
"p++",
"p++",
"p",
"{\n\t\t\tfor(int i = p; i < output.length - 1; i++){\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int i = p; i < output.length - 1; i++){\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int i = p; i < output.length - 1; i++){\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}",
"int i = p;",
"int i = p;",
"i",
"p",
"i < output.length - 1",
"i",
"output.length - 1",
"output.length",
"output",
"output.length",
"1",
"i++",
"i++",
"i",
"{\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}",
"if(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}",
"output[p] > output[i + 1]",
"output[p]",
"output",
"p",
"output[i + 1]",
"output",
"i + 1",
"i",
"1",
"{\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}",
"int oki = output[p];",
"oki",
"output[p]",
"output",
"p",
"output[p] = output[i + 1]",
"output[p]",
"output",
"p",
"output[i + 1]",
"output",
"i + 1",
"i",
"1",
"output[i + 1] = oki",
"output[i + 1]",
"output",
"i + 1",
"i",
"1",
"oki",
"System.out.println(output[0] + \" \" + output[1] + \" \" + output[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"output[0] + \" \" + output[1] + \" \" + output[2]",
"\" \"",
"output[1]",
"output[0] + \" \" + output[1] + \" \" + output[2]",
"output[0]",
"output",
"0",
"\" \"",
"output[1]",
"output",
"1",
"\" \"",
"output[2]",
"output",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint[] input = new int[3];\n\t\tfor(int i = 0; i < input.length; i++){\n\t\t\tinput[i] = kbScanner.nextInt();\n\t\t}\n\t\t\n\t\tint[] output = input.clone();\n\t\tint p = 0;//???????????? \n\t\tfor(p = 0; p < output.length - 1; p++){\n\t\t\tfor(int i = p; i < output.length - 1; i++){\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(output[0] + \" \" + output[1] + \" \" + output[2]);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint[] input = new int[3];\n\t\tfor(int i = 0; i < input.length; i++){\n\t\t\tinput[i] = kbScanner.nextInt();\n\t\t}\n\t\t\n\t\tint[] output = input.clone();\n\t\tint p = 0;//???????????? \n\t\tfor(p = 0; p < output.length - 1; p++){\n\t\t\tfor(int i = p; i < output.length - 1; i++){\n\t\t\t\tif(output[p] > output[i + 1]){\n\t\t\t\t\tint oki = output[p];\n\t\t\t\t\toutput[p] = output[i + 1];\n\t\t\t\t\toutput[i + 1] = oki;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(output[0] + \" \" + output[1] + \" \" + output[2]);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner kbScanner = new Scanner(System.in);
int[] input = new int[3];
for(int i = 0; i < input.length; i++){
input[i] = kbScanner.nextInt();
}
int[] output = input.clone();
int p = 0;//????????????
for(p = 0; p < output.length - 1; p++){
for(int i = p; i < output.length - 1; i++){
if(output[p] > output[i + 1]){
int oki = output[p];
output[p] = output[i + 1];
output[i + 1] = oki;
}
}
}
System.out.println(output[0] + " " + output[1] + " " + output[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,
30,
0,
18,
13,
13,
4,
18,
13,
41,
13,
41,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
2,
13,
17,
18,
13,
13,
30,
0,
13,
18,
13,
13,
0,
13,
18,
13,
2,
13,
17,
0,
18,
13,
13,
13,
0,
18,
13,
2,
13,
17,
13,
14,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
18,
13,
17,
0,
13,
18,
13,
17,
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,
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
],
[
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
],
[
8,
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
],
[
57,
58
],
[
57,
59
],
[
54,
60
],
[
60,
61
],
[
60,
62
],
[
53,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
66,
68
],
[
63,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
73,
75
],
[
63,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
63,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
84,
86
],
[
81,
87
],
[
8,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
93,
95
],
[
88,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
99,
101
],
[
96,
102
],
[
102,
103
],
[
102,
104
],
[
104,
105
],
[
104,
106
],
[
96,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
96,
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\tpublic static void main(String args[]){\n\n\t\tScanner sc = new Scanner (System.in);\n\t\tint ary[]= new int[3];\n\t\tfor (int i=0;i<=2;++i){\n\t\t\tary[i]= sc.nextInt();\n\t\t}\n\t\tint a,b;\n\n\t\tfor ( int i =1;i>=0;--i){\n\t\tif (ary[i+1]<ary[i]){\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}\n\t\t}\n\t\tif (ary[2]<ary[1]){\n\t\t\ta=ary[1];\n\t\t\tb=ary[2];\n\t\t\tary[1]=b;\n\t\t\tary[2]=a;\n\t\t}\n\t\tSystem.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[2]);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String args[]){\n\n\t\tScanner sc = new Scanner (System.in);\n\t\tint ary[]= new int[3];\n\t\tfor (int i=0;i<=2;++i){\n\t\t\tary[i]= sc.nextInt();\n\t\t}\n\t\tint a,b;\n\n\t\tfor ( int i =1;i>=0;--i){\n\t\tif (ary[i+1]<ary[i]){\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}\n\t\t}\n\t\tif (ary[2]<ary[1]){\n\t\t\ta=ary[1];\n\t\t\tb=ary[2];\n\t\t\tary[1]=b;\n\t\t\tary[2]=a;\n\t\t}\n\t\tSystem.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[2]);\n\t}\n}",
"Main",
"public static void main(String args[]){\n\n\t\tScanner sc = new Scanner (System.in);\n\t\tint ary[]= new int[3];\n\t\tfor (int i=0;i<=2;++i){\n\t\t\tary[i]= sc.nextInt();\n\t\t}\n\t\tint a,b;\n\n\t\tfor ( int i =1;i>=0;--i){\n\t\tif (ary[i+1]<ary[i]){\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}\n\t\t}\n\t\tif (ary[2]<ary[1]){\n\t\t\ta=ary[1];\n\t\t\tb=ary[2];\n\t\t\tary[1]=b;\n\t\t\tary[2]=a;\n\t\t}\n\t\tSystem.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[2]);\n\t}",
"main",
"{\n\n\t\tScanner sc = new Scanner (System.in);\n\t\tint ary[]= new int[3];\n\t\tfor (int i=0;i<=2;++i){\n\t\t\tary[i]= sc.nextInt();\n\t\t}\n\t\tint a,b;\n\n\t\tfor ( int i =1;i>=0;--i){\n\t\tif (ary[i+1]<ary[i]){\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}\n\t\t}\n\t\tif (ary[2]<ary[1]){\n\t\t\ta=ary[1];\n\t\t\tb=ary[2];\n\t\t\tary[1]=b;\n\t\t\tary[2]=a;\n\t\t}\n\t\tSystem.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[2]);\n\t}",
"Scanner sc = new Scanner (System.in);",
"sc",
"new Scanner (System.in)",
"int ary[]= new int[3];",
"ary",
"new int[3]",
"3",
"for (int i=0;i<=2;++i){\n\t\t\tary[i]= sc.nextInt();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<=2",
"i",
"2",
"++i",
"++i",
"i",
"{\n\t\t\tary[i]= sc.nextInt();\n\t\t}",
"{\n\t\t\tary[i]= sc.nextInt();\n\t\t}",
"ary[i]= sc.nextInt()",
"ary[i]",
"ary",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int a",
"a",
"b;",
"b",
"for ( int i =1;i>=0;--i){\n\t\tif (ary[i+1]<ary[i]){\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}\n\t\t}",
"int i =1;",
"int i =1;",
"i",
"1",
"i>=0",
"i",
"0",
"--i",
"--i",
"i",
"{\n\t\tif (ary[i+1]<ary[i]){\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}\n\t\t}",
"{\n\t\tif (ary[i+1]<ary[i]){\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}\n\t\t}",
"if (ary[i+1]<ary[i]){\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}",
"ary[i+1]<ary[i]",
"ary[i+1]",
"ary",
"i+1",
"i",
"1",
"ary[i]",
"ary",
"i",
"{\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}",
"a=ary[i]",
"a",
"ary[i]",
"ary",
"i",
"b=ary[i+1]",
"b",
"ary[i+1]",
"ary",
"i+1",
"i",
"1",
"ary[i]=b",
"ary[i]",
"ary",
"i",
"b",
"ary[i+1]=a",
"ary[i+1]",
"ary",
"i+1",
"i",
"1",
"a",
"if (ary[2]<ary[1]){\n\t\t\ta=ary[1];\n\t\t\tb=ary[2];\n\t\t\tary[1]=b;\n\t\t\tary[2]=a;\n\t\t}",
"ary[2]<ary[1]",
"ary[2]",
"ary",
"2",
"ary[1]",
"ary",
"1",
"{\n\t\t\ta=ary[1];\n\t\t\tb=ary[2];\n\t\t\tary[1]=b;\n\t\t\tary[2]=a;\n\t\t}",
"a=ary[1]",
"a",
"ary[1]",
"ary",
"1",
"b=ary[2]",
"b",
"ary[2]",
"ary",
"2",
"ary[1]=b",
"ary[1]",
"ary",
"1",
"b",
"ary[2]=a",
"ary[2]",
"ary",
"2",
"a",
"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\tpublic static void main(String args[]){\n\n\t\tScanner sc = new Scanner (System.in);\n\t\tint ary[]= new int[3];\n\t\tfor (int i=0;i<=2;++i){\n\t\t\tary[i]= sc.nextInt();\n\t\t}\n\t\tint a,b;\n\n\t\tfor ( int i =1;i>=0;--i){\n\t\tif (ary[i+1]<ary[i]){\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}\n\t\t}\n\t\tif (ary[2]<ary[1]){\n\t\t\ta=ary[1];\n\t\t\tb=ary[2];\n\t\t\tary[1]=b;\n\t\t\tary[2]=a;\n\t\t}\n\t\tSystem.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[2]);\n\t}\n}",
"public class Main{\n\tpublic static void main(String args[]){\n\n\t\tScanner sc = new Scanner (System.in);\n\t\tint ary[]= new int[3];\n\t\tfor (int i=0;i<=2;++i){\n\t\t\tary[i]= sc.nextInt();\n\t\t}\n\t\tint a,b;\n\n\t\tfor ( int i =1;i>=0;--i){\n\t\tif (ary[i+1]<ary[i]){\n\t\t\ta=ary[i];\n\t\t\tb=ary[i+1];\n\t\t\tary[i]=b;\n\t\t\tary[i+1]=a;\n\t\t}\n\t\t}\n\t\tif (ary[2]<ary[1]){\n\t\t\ta=ary[1];\n\t\t\tb=ary[2];\n\t\t\tary[1]=b;\n\t\t\tary[2]=a;\n\t\t}\n\t\tSystem.out.println(ary[0]+\" \"+ary[1]+\" \"+ary[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 ary[]= new int[3];
for (int i=0;i<=2;++i){
ary[i]= sc.nextInt();
}
int a,b;
for ( int i =1;i>=0;--i){
if (ary[i+1]<ary[i]){
a=ary[i];
b=ary[i+1];
ary[i]=b;
ary[i+1]=a;
}
}
if (ary[2]<ary[1]){
a=ary[1];
b=ary[2];
ary[1]=b;
ary[2]=a;
}
System.out.println(ary[0]+" "+ary[1]+" "+ary[2]);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
41,
13,
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,
17,
1,
40,
13,
30,
11,
1,
41,
13,
2,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
118,
5
],
[
118,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
16
],
[
16,
17
],
[
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
],
[
39,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
39,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
51,
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
],
[
67,
71
],
[
71,
72
],
[
71,
73
],
[
66,
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
],
[
74,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
8,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
100,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
99,
105
],
[
105,
106
],
[
105,
107
],
[
98,
108
],
[
100,
109
],
[
109,
110
],
[
109,
111
],
[
8,
112
],
[
112,
113
],
[
113,
114
],
[
6,
115
],
[
115,
116
],
[
0,
117
],
[
117,
118
],
[
117,
119
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a[] = new int[3], work;\n \ta[0] = sc.nextInt();\n \ta[1] = sc.nextInt();\n \ta[2] = sc.nextInt();\n \tfor(int i = 0; i < 2; i++)\n \tfor(int j = i + 1; j < 3; j++)\n {\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n sc.close();\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a[] = new int[3], work;\n \ta[0] = sc.nextInt();\n \ta[1] = sc.nextInt();\n \ta[2] = sc.nextInt();\n \tfor(int i = 0; i < 2; i++)\n \tfor(int j = i + 1; j < 3; j++)\n {\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n sc.close();\n }\n\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a[] = new int[3], work;\n \ta[0] = sc.nextInt();\n \ta[1] = sc.nextInt();\n \ta[2] = sc.nextInt();\n \tfor(int i = 0; i < 2; i++)\n \tfor(int j = i + 1; j < 3; j++)\n {\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n sc.close();\n }",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a[] = new int[3], work;\n \ta[0] = sc.nextInt();\n \ta[1] = sc.nextInt();\n \ta[2] = sc.nextInt();\n \tfor(int i = 0; i < 2; i++)\n \tfor(int j = i + 1; j < 3; j++)\n {\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n sc.close();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a[] = new int[3]",
"a",
"new int[3]",
"3",
"work;",
"work",
"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",
"for(int i = 0; i < 2; i++)\n \tfor(int j = i + 1; j < 3; j++)\n {\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 2",
"i",
"2",
"i++",
"i++",
"i",
"for(int j = i + 1; j < 3; j++)\n {\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }",
"for(int j = i + 1; j < 3; j++)\n {\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }",
"int j = i + 1;",
"int j = i + 1;",
"j",
"i + 1",
"i",
"1",
"j < 3",
"j",
"3",
"j++",
"j++",
"j",
"{\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }",
"{\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }",
"if(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }",
"a[i] > a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"{\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }",
"work = a[i]",
"work",
"a[i]",
"a",
"i",
"a[i] = a[j]",
"a[i]",
"a",
"i",
"a[j]",
"a",
"j",
"a[j] = work",
"a[j]",
"a",
"j",
"work",
"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",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n\n\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a[] = new int[3], work;\n \ta[0] = sc.nextInt();\n \ta[1] = sc.nextInt();\n \ta[2] = sc.nextInt();\n \tfor(int i = 0; i < 2; i++)\n \tfor(int j = i + 1; j < 3; j++)\n {\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n sc.close();\n }\n\n}",
"public class Main {\n\n\n public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a[] = new int[3], work;\n \ta[0] = sc.nextInt();\n \ta[1] = sc.nextInt();\n \ta[2] = sc.nextInt();\n \tfor(int i = 0; i < 2; i++)\n \tfor(int j = i + 1; j < 3; j++)\n {\n \t\t\tif(a[i] > a[j])\n \t {\n \t work = a[i];\n \t a[i] = a[j];\n \t a[j] = work;\n \t }\n }\n System.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n sc.close();\n }\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a[] = new int[3], work;
a[0] = sc.nextInt();
a[1] = sc.nextInt();
a[2] = sc.nextInt();
for(int i = 0; i < 2; i++)
for(int j = i + 1; j < 3; j++)
{
if(a[i] > a[j])
{
work = a[i];
a[i] = a[j];
a[j] = work;
}
}
System.out.println(a[0] + " " + a[1] + " " + a[2]);
sc.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
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.*;\nclass Main {\n\tpublic static void main (String[] args) throws java.lang.Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt(), t;\n\t\tif(a > b) { t = a; a = b; b = t; }\n\t\tif(a > c) { t = a; a = c; c = t; }\n\t\tif(b > c) { t = b; b = c; c = t; }\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tpublic static void main (String[] args) throws java.lang.Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt(), t;\n\t\tif(a > b) { t = a; a = b; b = t; }\n\t\tif(a > c) { t = a; a = c; c = t; }\n\t\tif(b > c) { t = b; b = c; c = t; }\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt(), t;\n\t\tif(a > b) { t = a; a = b; b = t; }\n\t\tif(a > c) { t = a; a = c; c = t; }\n\t\tif(b > c) { t = b; b = c; c = t; }\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt(), t;\n\t\tif(a > b) { t = a; a = b; b = t; }\n\t\tif(a > c) { t = a; a = c; c = t; }\n\t\tif(b > c) { t = b; b = c; c = t; }\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b = sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"c = sc.nextInt()",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"t;",
"t",
"if(a > b) { t = a; a = b; b = t; }",
"a > b",
"a",
"b",
"{ t = a; a = b; b = t; }",
"t = a",
"t",
"a",
"a = b",
"a",
"b",
"b = t",
"b",
"t",
"if(a > c) { t = a; a = c; c = t; }",
"a > c",
"a",
"c",
"{ t = a; a = c; c = t; }",
"t = a",
"t",
"a",
"a = c",
"a",
"c",
"c = t",
"c",
"t",
"if(b > c) { t = b; b = c; c = t; }",
"b > c",
"b",
"c",
"{ t = b; b = c; c = 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"
] | import java.util.*;
class Main {
public static void main (String[] args) throws java.lang.Exception {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt(), t;
if(a > b) { t = a; a = b; b = t; }
if(a > c) { t = a; a = c; c = t; }
if(b > c) { t = b; b = c; c = t; }
System.out.println(a + " " + b + " " + c);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
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
] | [
[
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
],
[
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
],
[
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
]
] | [
"import java.util.*;\n\nclass Main { \n public static void main(String[] args)\n\n{\n\tScanner sc=new Scanner(System.in); \n\tString input=sc.nextLine();\n\tString[] inputArray =input.split(\" \");\n\t\n\t\tint a = Integer.parseInt(inputArray[0]); \n \tint b = Integer.parseInt(inputArray[1]);\n \tint c = Integer.parseInt(inputArray[2]);\n\t\t\n\t\t\n\t\tif(a>b)\n\t\t{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tif(b>c)\n\t\t{\n\t\t\tint t=c;\n\t\t\tc=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tif(a>b)\n\t\t{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n}\n\n}",
"import java.util.*;",
"util.*",
"java",
"class Main { \n public static void main(String[] args)\n\n{\n\tScanner sc=new Scanner(System.in); \n\tString input=sc.nextLine();\n\tString[] inputArray =input.split(\" \");\n\t\n\t\tint a = Integer.parseInt(inputArray[0]); \n \tint b = Integer.parseInt(inputArray[1]);\n \tint c = Integer.parseInt(inputArray[2]);\n\t\t\n\t\t\n\t\tif(a>b)\n\t\t{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tif(b>c)\n\t\t{\n\t\t\tint t=c;\n\t\t\tc=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tif(a>b)\n\t\t{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n}\n\n}",
"Main",
"public static void main(String[] args)\n\n{\n\tScanner sc=new Scanner(System.in); \n\tString input=sc.nextLine();\n\tString[] inputArray =input.split(\" \");\n\t\n\t\tint a = Integer.parseInt(inputArray[0]); \n \tint b = Integer.parseInt(inputArray[1]);\n \tint c = Integer.parseInt(inputArray[2]);\n\t\t\n\t\t\n\t\tif(a>b)\n\t\t{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tif(b>c)\n\t\t{\n\t\t\tint t=c;\n\t\t\tc=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tif(a>b)\n\t\t{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n}",
"main",
"{\n\tScanner sc=new Scanner(System.in); \n\tString input=sc.nextLine();\n\tString[] inputArray =input.split(\" \");\n\t\n\t\tint a = Integer.parseInt(inputArray[0]); \n \tint b = Integer.parseInt(inputArray[1]);\n \tint c = Integer.parseInt(inputArray[2]);\n\t\t\n\t\t\n\t\tif(a>b)\n\t\t{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tif(b>c)\n\t\t{\n\t\t\tint t=c;\n\t\t\tc=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tif(a>b)\n\t\t{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}\n\t\t\n\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String input=sc.nextLine();",
"input",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] inputArray =input.split(\" \");",
"inputArray",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int a = Integer.parseInt(inputArray[0]);",
"a",
"Integer.parseInt(inputArray[0])",
"Integer.parseInt",
"Integer",
"inputArray[0]",
"inputArray",
"0",
"int b = Integer.parseInt(inputArray[1]);",
"b",
"Integer.parseInt(inputArray[1])",
"Integer.parseInt",
"Integer",
"inputArray[1]",
"inputArray",
"1",
"int c = Integer.parseInt(inputArray[2]);",
"c",
"Integer.parseInt(inputArray[2])",
"Integer.parseInt",
"Integer",
"inputArray[2]",
"inputArray",
"2",
"if(a>b)\n\t\t{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}",
"int t=a;",
"t",
"a",
"a=b",
"a",
"b",
"b=t",
"b",
"t",
"if(b>c)\n\t\t{\n\t\t\tint t=c;\n\t\t\tc=b;\n\t\t\tb=t;\n\t\t}",
"b>c",
"b",
"c",
"{\n\t\t\tint t=c;\n\t\t\tc=b;\n\t\t\tb=t;\n\t\t}",
"int t=c;",
"t",
"c",
"c=b",
"c",
"b",
"b=t",
"b",
"t",
"if(a>b)\n\t\t{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\t\t}",
"a>b",
"a",
"b",
"{\n\t\t\tint t=a;\n\t\t\ta=b;\n\t\t\tb=t;\n\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.*;
class Main {
public static void main(String[] args)
{
Scanner sc=new Scanner(System.in);
String input=sc.nextLine();
String[] inputArray =input.split(" ");
int a = Integer.parseInt(inputArray[0]);
int b = Integer.parseInt(inputArray[1]);
int c = Integer.parseInt(inputArray[2]);
if(a>b)
{
int t=a;
a=b;
b=t;
}
if(b>c)
{
int t=c;
c=b;
b=t;
}
if(a>b)
{
int t=a;
a=b;
b=t;
}
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,
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,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
4,
18,
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
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
82,
14
],
[
82,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
23,
28
],
[
17,
29
],
[
29,
30
],
[
29,
31
],
[
32,
33
],
[
32,
34
],
[
17,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
35,
45
],
[
45,
46
],
[
46,
47
],
[
35,
48
],
[
49,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
17,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
17,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
64,
70
],
[
70,
71
],
[
70,
72
],
[
64,
73
],
[
73,
74
],
[
73,
75
],
[
64,
76
],
[
76,
77
],
[
76,
78
],
[
15,
79
],
[
79,
80
],
[
0,
81
],
[
81,
82
],
[
81,
83
]
] | [
"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[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArr = br.readLine().split(\" \");\n\t\tlong[] arr = new long[strArr.length];\n\t\tfor(int i = 0; i < strArr.length; i++){\n\t\t\tarr[i] = Long.parseLong(strArr[i]);\n\t\t}\n\t\tArrays.sort(arr);\n\t\tSystem.out.printf(\"%d %d %d%n\",arr[0], arr[1], arr[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[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArr = br.readLine().split(\" \");\n\t\tlong[] arr = new long[strArr.length];\n\t\tfor(int i = 0; i < strArr.length; i++){\n\t\t\tarr[i] = Long.parseLong(strArr[i]);\n\t\t}\n\t\tArrays.sort(arr);\n\t\tSystem.out.printf(\"%d %d %d%n\",arr[0], arr[1], arr[2]);\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[] strArr = br.readLine().split(\" \");\n\t\tlong[] arr = new long[strArr.length];\n\t\tfor(int i = 0; i < strArr.length; i++){\n\t\t\tarr[i] = Long.parseLong(strArr[i]);\n\t\t}\n\t\tArrays.sort(arr);\n\t\tSystem.out.printf(\"%d %d %d%n\",arr[0], arr[1], arr[2]);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArr = br.readLine().split(\" \");\n\t\tlong[] arr = new long[strArr.length];\n\t\tfor(int i = 0; i < strArr.length; i++){\n\t\t\tarr[i] = Long.parseLong(strArr[i]);\n\t\t}\n\t\tArrays.sort(arr);\n\t\tSystem.out.printf(\"%d %d %d%n\",arr[0], arr[1], arr[2]);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] strArr = br.readLine().split(\" \");",
"strArr",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"long[] arr = new long[strArr.length];",
"arr",
"new long[strArr.length]",
"strArr.length",
"strArr",
"strArr.length",
"for(int i = 0; i < strArr.length; i++){\n\t\t\tarr[i] = Long.parseLong(strArr[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < strArr.length",
"i",
"strArr.length",
"strArr",
"strArr.length",
"i++",
"i++",
"i",
"{\n\t\t\tarr[i] = Long.parseLong(strArr[i]);\n\t\t}",
"{\n\t\t\tarr[i] = Long.parseLong(strArr[i]);\n\t\t}",
"arr[i] = Long.parseLong(strArr[i])",
"arr[i]",
"arr",
"i",
"Long.parseLong(strArr[i])",
"Long.parseLong",
"Long",
"strArr[i]",
"strArr",
"i",
"Arrays.sort(arr)",
"Arrays.sort",
"Arrays",
"arr",
"System.out.printf(\"%d %d %d%n\",arr[0], arr[1], arr[2])",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d%n\"",
"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) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArr = br.readLine().split(\" \");\n\t\tlong[] arr = new long[strArr.length];\n\t\tfor(int i = 0; i < strArr.length; i++){\n\t\t\tarr[i] = Long.parseLong(strArr[i]);\n\t\t}\n\t\tArrays.sort(arr);\n\t\tSystem.out.printf(\"%d %d %d%n\",arr[0], arr[1], arr[2]);\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[] strArr = br.readLine().split(\" \");\n\t\tlong[] arr = new long[strArr.length];\n\t\tfor(int i = 0; i < strArr.length; i++){\n\t\t\tarr[i] = Long.parseLong(strArr[i]);\n\t\t}\n\t\tArrays.sort(arr);\n\t\tSystem.out.printf(\"%d %d %d%n\",arr[0], arr[1], arr[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[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] strArr = br.readLine().split(" ");
long[] arr = new long[strArr.length];
for(int i = 0; i < strArr.length; i++){
arr[i] = Long.parseLong(strArr[i]);
}
Arrays.sort(arr);
System.out.printf("%d %d %d%n",arr[0], arr[1], arr[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,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13,
6,
13,
12,
13,
30,
4,
18,
13,
23,
13,
10,
6,
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
],
[
36,
39
],
[
8,
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
],
[
6,
60
],
[
60,
61
],
[
0,
62
],
[
73,
63
],
[
73,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
64,
70
],
[
70,
71
],
[
0,
72
],
[
72,
73
],
[
72,
74
]
] | [
"import java.util.*;\n\nclass SortingThreeNumbers {\n public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int[] nums = new int[3];\n for (int i = 0; i < 3; i++) {\n nums[i] = sc.nextInt();\n }\n Arrays.sort(nums);\n System.out.println(nums[0] + \" \" + nums[1] + \" \" + nums[2]);\n }\n}\npublic class Main {\n public static void main(String... args) {\n SortingThreeNumbers.main();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class SortingThreeNumbers {\n public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int[] nums = new int[3];\n for (int i = 0; i < 3; i++) {\n nums[i] = sc.nextInt();\n }\n Arrays.sort(nums);\n System.out.println(nums[0] + \" \" + nums[1] + \" \" + nums[2]);\n }\n}",
"SortingThreeNumbers",
"public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int[] nums = new int[3];\n for (int i = 0; i < 3; i++) {\n nums[i] = sc.nextInt();\n }\n Arrays.sort(nums);\n System.out.println(nums[0] + \" \" + nums[1] + \" \" + nums[2]);\n }",
"main",
"{\n final Scanner sc = new Scanner(System.in);\n final int[] nums = new int[3];\n for (int i = 0; i < 3; i++) {\n nums[i] = sc.nextInt();\n }\n Arrays.sort(nums);\n System.out.println(nums[0] + \" \" + nums[1] + \" \" + nums[2]);\n }",
"final Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"final int[] nums = new int[3];",
"nums",
"new int[3]",
"3",
"for (int i = 0; i < 3; i++) {\n nums[i] = sc.nextInt();\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n nums[i] = sc.nextInt();\n }",
"{\n nums[i] = sc.nextInt();\n }",
"nums[i] = sc.nextInt()",
"nums[i]",
"nums",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"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 SortingThreeNumbers.main();\n }\n}",
"Main",
"public static void main(String... args) {\n SortingThreeNumbers.main();\n }",
"main",
"{\n SortingThreeNumbers.main();\n }",
"SortingThreeNumbers.main()",
"SortingThreeNumbers.main",
"SortingThreeNumbers",
"String... args",
"args",
"public class Main {\n public static void main(String... args) {\n SortingThreeNumbers.main();\n }\n}",
"public class Main {\n public static void main(String... args) {\n SortingThreeNumbers.main();\n }\n}",
"Main"
] | import java.util.*;
class SortingThreeNumbers {
public static void main(String...args) {
final Scanner sc = new Scanner(System.in);
final int[] nums = new int[3];
for (int i = 0; i < 3; i++) {
nums[i] = sc.nextInt();
}
Arrays.sort(nums);
System.out.println(nums[0] + " " + nums[1] + " " + nums[2]);
}
}
public class Main {
public static void main(String... args) {
SortingThreeNumbers.main();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
39,
13,
13,
13,
41,
13,
17,
14,
40,
2,
2,
2,
2,
2,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
30,
4,
18,
13,
17,
42,
40,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
11,
1,
41,
13,
17,
2,
13,
18,
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,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
14,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
14,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
14,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
52,
55
],
[
14,
56
],
[
56,
57
],
[
56,
58
],
[
14,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
78,
63
],
[
75,
64
],
[
72,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
69,
71
],
[
72,
72
],
[
72,
73
],
[
72,
74
],
[
75,
75
],
[
75,
76
],
[
75,
77
],
[
78,
78
],
[
78,
79
],
[
78,
80
],
[
61,
81
],
[
81,
82
],
[
81,
83
],
[
59,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
85,
88
],
[
14,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
96,
97
],
[
96,
98
],
[
91,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
103,
104
],
[
103,
105
],
[
89,
106
],
[
106,
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
],
[
124,
125
],
[
124,
126
],
[
126,
127
],
[
126,
128
],
[
123,
129
],
[
129,
130
],
[
129,
131
],
[
122,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
135,
136
],
[
135,
137
],
[
137,
138
],
[
137,
139
],
[
132,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
143,
144
],
[
143,
145
],
[
140,
146
],
[
146,
147
],
[
146,
148
],
[
132,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
149,
153
],
[
14,
154
],
[
154,
155
],
[
155,
156
],
[
156,
157
],
[
156,
158
],
[
154,
159
],
[
162,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
163,
164
],
[
163,
165
],
[
162,
166
],
[
161,
167
],
[
167,
168
],
[
167,
169
],
[
160,
170
],
[
162,
171
],
[
171,
172
],
[
171,
173
],
[
12,
174
],
[
174,
175
]
] | [
"/*AOJ-ITP-2-2*/\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n \nclass 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().split(\" \");\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\tint[] sort = {a,b,c}; \n\t\tint v=0;\n\t\t\n\t\tif(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}\n\t\t\n\t\twhile(!(sort[0] <= sort[1] && sort[1] <= sort[2])){\n\t\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t\t\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main{\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str = br.readLine().split(\" \");\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\tint[] sort = {a,b,c}; \n\t\tint v=0;\n\t\t\n\t\tif(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}\n\t\t\n\t\twhile(!(sort[0] <= sort[1] && sort[1] <= sort[2])){\n\t\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\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().split(\" \");\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\tint[] sort = {a,b,c}; \n\t\tint v=0;\n\t\t\n\t\tif(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}\n\t\t\n\t\twhile(!(sort[0] <= sort[1] && sort[1] <= sort[2])){\n\t\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t\t\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str = br.readLine().split(\" \");\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\tint[] sort = {a,b,c}; \n\t\tint v=0;\n\t\t\n\t\tif(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}\n\t\t\n\t\twhile(!(sort[0] <= sort[1] && sort[1] <= sort[2])){\n\t\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2]);\n\t\t\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int 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",
"int[] sort = {a,b,c};",
"sort",
"{a,b,c}",
"a",
"b",
"c",
"int v=0;",
"v",
"0",
"if(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}",
"!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)",
"(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)",
"b <= 10000",
"a <= 10000",
"c >= 1",
"a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000",
"a >= 1",
"a",
"1",
"b >= 1",
"b",
"1",
"c >= 1",
"c",
"1",
"a <= 10000",
"a",
"10000",
"b <= 10000",
"b",
"10000",
"c <= 10000",
"c",
"10000",
"{System.exit(1);}",
"System.exit(1)",
"System.exit",
"System",
"1",
"while(!(sort[0] <= sort[1] && sort[1] <= sort[2])){\n\t\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"!(sort[0] <= sort[1] && sort[1] <= sort[2])",
"(sort[0] <= sort[1] && sort[1] <= sort[2])",
"sort[0] <= sort[1]",
"sort[0]",
"sort",
"0",
"sort[1]",
"sort",
"1",
"sort[1] <= sort[2]",
"sort[1]",
"sort",
"1",
"sort[2]",
"sort",
"2",
"{\n\t\t\tfor(int i = 1 ; i < sort.length ; i++){\n\t\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for(int i = 1 ; i < sort.length ; i++){\n\t\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}\n\t\t\t}",
"int i = 1 ;",
"int i = 1 ;",
"i",
"1",
"i < sort.length",
"i",
"sort.length",
"sort",
"sort.length",
"i++",
"i++",
"i",
"{\n\t\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif(sort[i-1] > sort[i]){\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}\n\t\t\t}",
"if(sort[i-1] > sort[i]){\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}",
"sort[i-1] > sort[i]",
"sort[i-1]",
"sort",
"i-1",
"i",
"1",
"sort[i]",
"sort",
"i",
"{\n\t\t\t\t\tv = sort[i-1];\n\t\t\t\t\tsort[i-1] = sort[i];\n\t\t\t\t\tsort[i] = v;\n\t\t\t\t}",
"v = sort[i-1]",
"v",
"sort[i-1]",
"sort",
"i-1",
"i",
"1",
"sort[i-1] = sort[i]",
"sort[i-1]",
"sort",
"i-1",
"i",
"1",
"sort[i]",
"sort",
"i",
"sort[i] = v",
"sort[i]",
"sort",
"i",
"v",
"System.out.println(sort[0] + \" \" + sort[1] + \" \" + sort[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"sort[0] + \" \" + sort[1] + \" \" + sort[2]",
"\" \"",
"sort[1]",
"sort[0] + \" \" + sort[1] + \" \" + sort[2]",
"sort[0]",
"sort",
"0",
"\" \"",
"sort[1]",
"sort",
"1",
"\" \"",
"sort[2]",
"sort",
"2",
"String[] args",
"args"
] | /*AOJ-ITP-2-2*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main{
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] str = br.readLine().split(" ");
int a = Integer.parseInt(str[0]);
int b = Integer.parseInt(str[1]);
int c = Integer.parseInt(str[2]);
int[] sort = {a,b,c};
int v=0;
if(!(a >= 1 || b >= 1 || c >= 1 || a <= 10000 || b <= 10000 || c <= 10000)){System.exit(1);}
while(!(sort[0] <= sort[1] && sort[1] <= sort[2])){
for(int i = 1 ; i < sort.length ; i++){
if(sort[i-1] > sort[i]){
v = sort[i-1];
sort[i-1] = sort[i];
sort[i] = v;
}
}
}
System.out.println(sort[0] + " " + sort[1] + " " + sort[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
13,
13,
0,
13,
4,
18,
13,
13,
13,
0,
13,
4,
18,
13,
13,
13,
41,
13,
4,
18,
13,
13,
13,
41,
13,
4,
18,
13,
13,
13,
41,
13,
4,
18,
13,
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
],
[
101,
5
],
[
101,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
8,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
44,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
51,
55
],
[
8,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
58,
62
],
[
8,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
65,
69
],
[
8,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
72,
75
],
[
72,
76
],
[
8,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
80,
81
],
[
79,
82
],
[
79,
83
],
[
8,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
92,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
90,
96
],
[
92,
97
],
[
6,
98
],
[
98,
99
],
[
0,
100
],
[
100,
101
],
[
100,
102
]
] | [
"import java.util.Scanner;\n\n \npublic class Main {\n\t\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int x,y,z;\n\t\t \n\t\t x=Math.max(a,b);\n\t\t z=Math.min(a, b);\n\t\t y=Math.max(x, c);\n\t\t int q=Math.min(x, c);\n\t\t int p=Math.max(z, q);\n\t\t int r=Math.min(z, q);\n\n\t\t System.out.println(r +\" \"+ p +\" \"+ y);;\n\t\t \n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int x,y,z;\n\t\t \n\t\t x=Math.max(a,b);\n\t\t z=Math.min(a, b);\n\t\t y=Math.max(x, c);\n\t\t int q=Math.min(x, c);\n\t\t int p=Math.max(z, q);\n\t\t int r=Math.min(z, q);\n\n\t\t System.out.println(r +\" \"+ p +\" \"+ y);;\n\t\t \n }\n}",
"Main",
"public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int x,y,z;\n\t\t \n\t\t x=Math.max(a,b);\n\t\t z=Math.min(a, b);\n\t\t y=Math.max(x, c);\n\t\t int q=Math.min(x, c);\n\t\t int p=Math.max(z, q);\n\t\t int r=Math.min(z, q);\n\n\t\t System.out.println(r +\" \"+ p +\" \"+ y);;\n\t\t \n }",
"main",
"{\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int x,y,z;\n\t\t \n\t\t x=Math.max(a,b);\n\t\t z=Math.min(a, b);\n\t\t y=Math.max(x, c);\n\t\t int q=Math.min(x, c);\n\t\t int p=Math.max(z, q);\n\t\t int r=Math.min(z, q);\n\n\t\t System.out.println(r +\" \"+ p +\" \"+ y);;\n\t\t \n }",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=Integer.parseInt(sc.next());",
"a",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int b=Integer.parseInt(sc.next());",
"b",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int c=Integer.parseInt(sc.next());",
"c",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int x",
"x",
"y",
"y",
"z;",
"z",
"x=Math.max(a,b)",
"x",
"Math.max(a,b)",
"Math.max",
"Math",
"a",
"b",
"z=Math.min(a, b)",
"z",
"Math.min(a, b)",
"Math.min",
"Math",
"a",
"b",
"y=Math.max(x, c)",
"y",
"Math.max(x, c)",
"Math.max",
"Math",
"x",
"c",
"int q=Math.min(x, c);",
"q",
"Math.min(x, c)",
"Math.min",
"Math",
"x",
"c",
"int p=Math.max(z, q);",
"p",
"Math.max(z, q)",
"Math.max",
"Math",
"z",
"q",
"int r=Math.min(z, q);",
"r",
"Math.min(z, q)",
"Math.min",
"Math",
"z",
"q",
"System.out.println(r +\" \"+ p +\" \"+ y)",
"System.out.println",
"System.out",
"System",
"System.out",
"r +\" \"+ p +\" \"+ y",
"\" \"",
"p",
"r +\" \"+ p +\" \"+ y",
"r",
"\" \"",
"p",
"\" \"",
"y",
"String[] args",
"args",
"public class Main {\n\t\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int x,y,z;\n\t\t \n\t\t x=Math.max(a,b);\n\t\t z=Math.min(a, b);\n\t\t y=Math.max(x, c);\n\t\t int q=Math.min(x, c);\n\t\t int p=Math.max(z, q);\n\t\t int r=Math.min(z, q);\n\n\t\t System.out.println(r +\" \"+ p +\" \"+ y);;\n\t\t \n }\n}",
"public class Main {\n\t\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int x,y,z;\n\t\t \n\t\t x=Math.max(a,b);\n\t\t z=Math.min(a, b);\n\t\t y=Math.max(x, c);\n\t\t int q=Math.min(x, c);\n\t\t int p=Math.max(z, q);\n\t\t int r=Math.min(z, q);\n\n\t\t System.out.println(r +\" \"+ p +\" \"+ y);;\n\t\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=Integer.parseInt(sc.next());
int b=Integer.parseInt(sc.next());
int c=Integer.parseInt(sc.next());
int x,y,z;
x=Math.max(a,b);
z=Math.min(a, b);
y=Math.max(x, c);
int q=Math.min(x, c);
int p=Math.max(z, q);
int r=Math.min(z, q);
System.out.println(r +" "+ p +" "+ y);;
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
17,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
4,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
2,
18,
13,
13,
17,
4,
18,
18,
13,
13,
18,
13,
2,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
11,
32
],
[
32,
33
],
[
32,
34
],
[
35,
36
],
[
35,
37
],
[
11,
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
],
[
11,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
11,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
67,
79
],
[
79,
80
],
[
80,
81
],
[
67,
82
],
[
83,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
11,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
99,
100
],
[
99,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
9,
106
],
[
106,
107
]
] | [
"import java.util.*;\nimport java.io.*;\n\nclass Main{\n public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int num1=0,num2=0;\n String s = br.readLine();\n String[] str = s.split(\" \");\n int[] x = new int[str.length];\n for(int i=0; i<str.length; i++){\n x[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(x);\n for(int i=0; i<str.length-1; i++){\n System.out.print(x[i] +\" \");\n }\n System.out.println(x[str.length-1]);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int num1=0,num2=0;\n String s = br.readLine();\n String[] str = s.split(\" \");\n int[] x = new int[str.length];\n for(int i=0; i<str.length; i++){\n x[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(x);\n for(int i=0; i<str.length-1; i++){\n System.out.print(x[i] +\" \");\n }\n System.out.println(x[str.length-1]);\n }\n}",
"Main",
"public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int num1=0,num2=0;\n String s = br.readLine();\n String[] str = s.split(\" \");\n int[] x = new int[str.length];\n for(int i=0; i<str.length; i++){\n x[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(x);\n for(int i=0; i<str.length-1; i++){\n System.out.print(x[i] +\" \");\n }\n System.out.println(x[str.length-1]);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int num1=0,num2=0;\n String s = br.readLine();\n String[] str = s.split(\" \");\n int[] x = new int[str.length];\n for(int i=0; i<str.length; i++){\n x[i] = Integer.parseInt(str[i]);\n }\n Arrays.sort(x);\n for(int i=0; i<str.length-1; i++){\n System.out.print(x[i] +\" \");\n }\n System.out.println(x[str.length-1]);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int num1=0",
"num1",
"0",
"num2=0;",
"num2",
"0",
"String s = br.readLine();",
"s",
"br.readLine()",
"br.readLine",
"br",
"String[] str = s.split(\" \");",
"str",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"int[] x = new int[str.length];",
"x",
"new int[str.length]",
"str.length",
"str",
"str.length",
"for(int i=0; i<str.length; i++){\n x[i] = Integer.parseInt(str[i]);\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<str.length",
"i",
"str.length",
"str",
"str.length",
"i++",
"i++",
"i",
"{\n x[i] = Integer.parseInt(str[i]);\n }",
"{\n x[i] = Integer.parseInt(str[i]);\n }",
"x[i] = Integer.parseInt(str[i])",
"x[i]",
"x",
"i",
"Integer.parseInt(str[i])",
"Integer.parseInt",
"Integer",
"str[i]",
"str",
"i",
"Arrays.sort(x)",
"Arrays.sort",
"Arrays",
"x",
"for(int i=0; i<str.length-1; i++){\n System.out.print(x[i] +\" \");\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<str.length-1",
"i",
"str.length-1",
"str.length",
"str",
"str.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[str.length-1])",
"System.out.println",
"System.out",
"System",
"System.out",
"x[str.length-1]",
"x",
"str.length-1",
"str.length",
"str",
"str.length",
"1",
"String args[]",
"args"
] | import java.util.*;
import java.io.*;
class Main{
public static void main(String args[])throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int num1=0,num2=0;
String s = br.readLine();
String[] str = s.split(" ");
int[] x = new int[str.length];
for(int i=0; i<str.length; i++){
x[i] = Integer.parseInt(str[i]);
}
Arrays.sort(x);
for(int i=0; i<str.length-1; i++){
System.out.print(x[i] +" ");
}
System.out.println(x[str.length-1]);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
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,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
2,
18,
13,
13,
17,
1,
40,
13,
30,
30,
11,
1,
41,
13,
2,
18,
13,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
2,
13,
17,
0,
18,
13,
2,
13,
17,
13,
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
],
[
155,
11
],
[
155,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
15,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
31,
36
],
[
25,
37
],
[
37,
38
],
[
37,
39
],
[
25,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
41,
51
],
[
51,
52
],
[
52,
53
],
[
41,
54
],
[
55,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
25,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
66,
78
],
[
78,
79
],
[
79,
80
],
[
66,
81
],
[
82,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
83,
92
],
[
92,
93
],
[
92,
94
],
[
83,
95
],
[
95,
96
],
[
96,
97
],
[
83,
98
],
[
99,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
105,
106
],
[
105,
107
],
[
107,
108
],
[
107,
109
],
[
100,
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
],
[
122,
123
],
[
122,
124
],
[
110,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
128,
129
],
[
128,
130
],
[
125,
131
],
[
25,
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
],
[
12,
152
],
[
152,
153
],
[
0,
154
],
[
154,
155
],
[
154,
156
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n Integer[] intArray = new Integer[3];\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.valueOf(strArray[i]);\n }\n for (int i = 0; i < intArray.length - 1; i++) {\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }\n System.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n } catch (IOException e) {\n System.err.println(e);\n }\n\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n Integer[] intArray = new Integer[3];\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.valueOf(strArray[i]);\n }\n for (int i = 0; i < intArray.length - 1; i++) {\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }\n System.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n } catch (IOException e) {\n System.err.println(e);\n }\n\n }\n}",
"Main",
"public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n Integer[] intArray = new Integer[3];\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.valueOf(strArray[i]);\n }\n for (int i = 0; i < intArray.length - 1; i++) {\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }\n System.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n } catch (IOException e) {\n System.err.println(e);\n }\n\n }",
"main",
"{\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n Integer[] intArray = new Integer[3];\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.valueOf(strArray[i]);\n }\n for (int i = 0; i < intArray.length - 1; i++) {\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }\n System.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n } catch (IOException e) {\n System.err.println(e);\n }\n\n }",
"try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n Integer[] intArray = new Integer[3];\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.valueOf(strArray[i]);\n }\n for (int i = 0; i < intArray.length - 1; i++) {\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }\n System.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n } catch (IOException e) {\n System.err.println(e);\n }",
"catch (IOException e) {\n System.err.println(e);\n }",
"IOException e",
"{\n System.err.println(e);\n }",
"System.err.println(e)",
"System.err.println",
"System.err",
"System",
"System.err",
"e",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n Integer[] intArray = new Integer[3];\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.valueOf(strArray[i]);\n }\n for (int i = 0; i < intArray.length - 1; i++) {\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }\n System.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] strArray = br.readLine().split(\"\\\\s\");",
"strArray",
"br.readLine().split(\"\\\\s\")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\"\\\\s\"",
"Integer[] intArray = new Integer[3];",
"intArray",
"new Integer[3]",
"3",
"for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.valueOf(strArray[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < strArray.length",
"i",
"strArray.length",
"strArray",
"strArray.length",
"i++",
"i++",
"i",
"{\n intArray[i] = Integer.valueOf(strArray[i]);\n }",
"{\n intArray[i] = Integer.valueOf(strArray[i]);\n }",
"intArray[i] = Integer.valueOf(strArray[i])",
"intArray[i]",
"intArray",
"i",
"Integer.valueOf(strArray[i])",
"Integer.valueOf",
"Integer",
"strArray[i]",
"strArray",
"i",
"for (int i = 0; i < intArray.length - 1; i++) {\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < intArray.length - 1",
"i",
"intArray.length - 1",
"intArray.length",
"intArray",
"intArray.length",
"1",
"i++",
"i++",
"i",
"{\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }",
"{\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }",
"for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }",
"int j = intArray.length - 1;",
"int j = intArray.length - 1;",
"j",
"intArray.length - 1",
"intArray.length",
"intArray",
"intArray.length",
"1",
"j > i",
"j",
"i",
"j--",
"j--",
"j",
"{\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }",
"{\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }",
"if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }",
"intArray[j] < intArray[j - 1]",
"intArray[j]",
"intArray",
"j",
"intArray[j - 1]",
"intArray",
"j - 1",
"j",
"1",
"{\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }",
"int t = intArray[j];",
"t",
"intArray[j]",
"intArray",
"j",
"intArray[j] = intArray[j - 1]",
"intArray[j]",
"intArray",
"j",
"intArray[j - 1]",
"intArray",
"j - 1",
"j",
"1",
"intArray[j - 1] = t",
"intArray[j - 1]",
"intArray",
"j - 1",
"j",
"1",
"t",
"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 public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n Integer[] intArray = new Integer[3];\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.valueOf(strArray[i]);\n }\n for (int i = 0; i < intArray.length - 1; i++) {\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }\n System.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n } catch (IOException e) {\n System.err.println(e);\n }\n\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArray = br.readLine().split(\"\\\\s\");\n Integer[] intArray = new Integer[3];\n for (int i = 0; i < strArray.length; i++) {\n intArray[i] = Integer.valueOf(strArray[i]);\n }\n for (int i = 0; i < intArray.length - 1; i++) {\n for (int j = intArray.length - 1; j > i; j--) {\n if (intArray[j] < intArray[j - 1]) {\n int t = intArray[j];\n intArray[j] = intArray[j - 1];\n intArray[j - 1] = t;\n }\n }\n }\n System.out.println(intArray[0]+\" \"+intArray[1]+\" \"+intArray[2]);\n } catch (IOException e) {\n System.err.println(e);\n }\n\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] strArray = br.readLine().split("\\s");
Integer[] intArray = new Integer[3];
for (int i = 0; i < strArray.length; i++) {
intArray[i] = Integer.valueOf(strArray[i]);
}
for (int i = 0; i < intArray.length - 1; i++) {
for (int j = intArray.length - 1; j > i; j--) {
if (intArray[j] < intArray[j - 1]) {
int t = intArray[j];
intArray[j] = intArray[j - 1];
intArray[j - 1] = t;
}
}
}
System.out.println(intArray[0]+" "+intArray[1]+" "+intArray[2]);
} catch (IOException e) {
System.err.println(e);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
41,
13,
41,
13,
14,
2,
13,
13,
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,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
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,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
172,
14
],
[
172,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
18,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
28,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
28,
40
],
[
40,
41
],
[
40,
42
],
[
28,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
49,
50
],
[
28,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
57,
58
],
[
28,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
64,
65
],
[
65,
66
],
[
28,
67
],
[
67,
68
],
[
28,
69
],
[
69,
70
],
[
28,
71
],
[
71,
72
],
[
28,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
82,
89
],
[
89,
90
],
[
89,
91
],
[
78,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
100,
101
],
[
100,
102
],
[
96,
103
],
[
103,
104
],
[
103,
105
],
[
92,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
110,
111
],
[
110,
112
],
[
106,
113
],
[
113,
114
],
[
113,
115
],
[
73,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
117,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
125,
126
],
[
125,
127
],
[
121,
128
],
[
128,
129
],
[
128,
130
],
[
117,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
131,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
135,
139
],
[
139,
140
],
[
139,
141
],
[
135,
142
],
[
142,
143
],
[
142,
144
],
[
131,
145
],
[
145,
146
],
[
146,
147
],
[
146,
148
],
[
145,
149
],
[
149,
150
],
[
149,
151
],
[
145,
152
],
[
152,
153
],
[
152,
154
],
[
28,
155
],
[
155,
156
],
[
156,
157
],
[
157,
158
],
[
157,
159
],
[
155,
160
],
[
163,
161
],
[
161,
162
],
[
162,
163
],
[
163,
164
],
[
163,
165
],
[
162,
166
],
[
161,
167
],
[
163,
168
],
[
15,
169
],
[
169,
170
],
[
0,
171
],
[
171,
172
],
[
171,
173
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\n\tpublic static void main(String[] args){\n\n\t\ttry {\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\t\tint max ;\n\t\t\tint mid ;\n\t\t\tint min ;\n\n\t\t\tif(a <= b ){\n\t\t\t\tif(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(min + \" \"+ mid + \" \"+ max);\n\t\t} catch(IOException e) {\n\t\t\tSystem.err.println(e);\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",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\ttry {\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\t\tint max ;\n\t\t\tint mid ;\n\t\t\tint min ;\n\n\t\t\tif(a <= b ){\n\t\t\t\tif(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(min + \" \"+ mid + \" \"+ max);\n\t\t} catch(IOException e) {\n\t\t\tSystem.err.println(e);\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args){\n\n\t\ttry {\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\t\tint max ;\n\t\t\tint mid ;\n\t\t\tint min ;\n\n\t\t\tif(a <= b ){\n\t\t\t\tif(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(min + \" \"+ mid + \" \"+ max);\n\t\t} catch(IOException e) {\n\t\t\tSystem.err.println(e);\n\t\t}\n\n\t}",
"main",
"{\n\n\t\ttry {\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\t\tint max ;\n\t\t\tint mid ;\n\t\t\tint min ;\n\n\t\t\tif(a <= b ){\n\t\t\t\tif(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(min + \" \"+ mid + \" \"+ max);\n\t\t} catch(IOException e) {\n\t\t\tSystem.err.println(e);\n\t\t}\n\n\t}",
"try {\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\t\tint max ;\n\t\t\tint mid ;\n\t\t\tint min ;\n\n\t\t\tif(a <= b ){\n\t\t\t\tif(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(min + \" \"+ mid + \" \"+ max);\n\t\t} catch(IOException e) {\n\t\t\tSystem.err.println(e);\n\t\t}",
"catch(IOException e) {\n\t\t\tSystem.err.println(e);\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.err.println(e);\n\t\t}",
"System.err.println(e)",
"System.err.println",
"System.err",
"System",
"System.err",
"e",
"{\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\t\tint max ;\n\t\t\tint mid ;\n\t\t\tint min ;\n\n\t\t\tif(a <= b ){\n\t\t\t\tif(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(min + \" \"+ mid + \" \"+ max);\n\t\t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st=new StringTokenizer(buf,\" \");",
"st",
"new StringTokenizer(buf,\" \")",
"int a = Integer.parseInt(st.nextToken());",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int b = Integer.parseInt(st.nextToken());",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int c = Integer.parseInt(st.nextToken());",
"c",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int max ;",
"max",
"int mid ;",
"mid",
"int min ;",
"min",
"if(a <= b ){\n\t\t\t\tif(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}\n\t\t\t}",
"a <= b",
"a",
"b",
"{\n\t\t\t\tif(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}\n\t\t\t}",
"if(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}",
"b <= c",
"b",
"c",
"{\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}",
"max = c",
"max",
"c",
"mid = b",
"mid",
"b",
"min = a",
"min",
"a",
"if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}",
"c <= a",
"c",
"a",
"{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}",
"max = b",
"max",
"b",
"mid = a",
"mid",
"a",
"min = c",
"min",
"c",
"{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}",
"max = b",
"max",
"b",
"mid = c",
"mid",
"c",
"min = a",
"min",
"a",
"{\n\t\t\t\tif(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}\n\t\t\t}",
"if(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}",
"a <= c",
"a",
"c",
"{\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}",
"max = c",
"max",
"c",
"mid = a",
"mid",
"a",
"min = b",
"min",
"b",
"if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}",
"c <= b",
"c",
"b",
"{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}",
"max = a",
"max",
"a",
"mid = b",
"mid",
"b",
"min = c",
"min",
"c",
"{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}",
"max = a",
"max",
"a",
"mid = c",
"mid",
"c",
"min = b",
"min",
"b",
"System.out.println(min + \" \"+ mid + \" \"+ max)",
"System.out.println",
"System.out",
"System",
"System.out",
"min + \" \"+ mid + \" \"+ max",
"\" \"",
"mid",
"min + \" \"+ mid + \" \"+ max",
"min",
"\" \"",
"mid",
"\" \"",
"max",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\ttry {\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\t\tint max ;\n\t\t\tint mid ;\n\t\t\tint min ;\n\n\t\t\tif(a <= b ){\n\t\t\t\tif(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(min + \" \"+ mid + \" \"+ max);\n\t\t} catch(IOException e) {\n\t\t\tSystem.err.println(e);\n\t\t}\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\ttry {\n\t\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\t\tint max ;\n\t\t\tint mid ;\n\t\t\tint min ;\n\n\t\t\tif(a <= b ){\n\t\t\t\tif(b <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = a;\n\t\t\t\t}else if(c <= a){\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = b;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = a;\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tif(a <= c){\n\t\t\t\t\tmax = c;\n\t\t\t\t\tmid = a;\n\t\t\t\t\tmin = b;\n\t\t\t\t}else if(c <= b){\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = b;\n\t\t\t\t\tmin = c;\n\t\t\t\t}else{\n\t\t\t\t\tmax = a;\n\t\t\t\t\tmid = c;\n\t\t\t\t\tmin = b;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(min + \" \"+ mid + \" \"+ max);\n\t\t} catch(IOException e) {\n\t\t\tSystem.err.println(e);\n\t\t}\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args){
try {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
String buf = br.readLine();
StringTokenizer st=new StringTokenizer(buf," ");
int a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
int c = Integer.parseInt(st.nextToken());
int max ;
int mid ;
int min ;
if(a <= b ){
if(b <= c){
max = c;
mid = b;
min = a;
}else if(c <= a){
max = b;
mid = a;
min = c;
}else{
max = b;
mid = c;
min = a;
}
}else{
if(a <= c){
max = c;
mid = a;
min = b;
}else if(c <= b){
max = a;
mid = b;
min = c;
}else{
max = a;
mid = c;
min = b;
}
}
System.out.println(min + " "+ mid + " "+ max);
} catch(IOException e) {
System.err.println(e);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
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,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
29,
30
],
[
29,
31
],
[
24,
32
],
[
32,
33
],
[
33,
34
],
[
24,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
17,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
17,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
46,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
46,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
46,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
15,
64
],
[
64,
65
]
] | [
"import java.io.*;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n ArrayList<Integer> intArr = new ArrayList<Integer>();\n for(int i=0;i<3;i++) intArr.add(in.nextInt());\n Collections.sort(intArr);\n System.out.printf(\"%d %d %d\\n\",\n\t\t intArr.get(0), intArr.get(1), intArr.get(2));\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n ArrayList<Integer> intArr = new ArrayList<Integer>();\n for(int i=0;i<3;i++) intArr.add(in.nextInt());\n Collections.sort(intArr);\n System.out.printf(\"%d %d %d\\n\",\n\t\t intArr.get(0), intArr.get(1), intArr.get(2));\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n ArrayList<Integer> intArr = new ArrayList<Integer>();\n for(int i=0;i<3;i++) intArr.add(in.nextInt());\n Collections.sort(intArr);\n System.out.printf(\"%d %d %d\\n\",\n\t\t intArr.get(0), intArr.get(1), intArr.get(2));\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n ArrayList<Integer> intArr = new ArrayList<Integer>();\n for(int i=0;i<3;i++) intArr.add(in.nextInt());\n Collections.sort(intArr);\n System.out.printf(\"%d %d %d\\n\",\n\t\t intArr.get(0), intArr.get(1), intArr.get(2));\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"ArrayList<Integer> intArr = new ArrayList<Integer>();",
"intArr",
"new ArrayList<Integer>()",
"for(int i=0;i<3;i++) intArr.add(in.nextInt());",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"intArr.add(in.nextInt());",
"intArr.add(in.nextInt())",
"intArr.add",
"intArr",
"in.nextInt()",
"in.nextInt",
"in",
"Collections.sort(intArr)",
"Collections.sort",
"Collections",
"intArr",
"System.out.printf(\"%d %d %d\\n\",\n\t\t intArr.get(0), intArr.get(1), intArr.get(2))",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"intArr.get(0)",
"intArr.get",
"intArr",
"0",
"intArr.get(1)",
"intArr.get",
"intArr",
"1",
"intArr.get(2)",
"intArr.get",
"intArr",
"2",
"String[] args",
"args"
] | import java.io.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
class Main {
public static void main(String[] args) throws IOException {
Scanner in = new Scanner(System.in);
ArrayList<Integer> intArr = new ArrayList<Integer>();
for(int i=0;i<3;i++) intArr.add(in.nextInt());
Collections.sort(intArr);
System.out.printf("%d %d %d\n",
intArr.get(0), intArr.get(1), intArr.get(2));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13
] | [
[
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
],
[
71,
77
],
[
71,
78
],
[
71,
79
],
[
6,
80
],
[
80,
81
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n\tScanner stdIn = new Scanner(System.in);\n\n\tint x = stdIn.nextInt();\n\n\tint y = stdIn.nextInt();\n\t\n\tint z = stdIn.nextInt();\n\tint temp;\n\n\tif(x > y ){\n\t temp = x;\n\t x = y;\n\t y = temp;\n\t}\n if(x > z ){\n\t temp = x;\n\t x = z;\n\t z = temp;\n\t}\n\tif(y > z ){\n\t temp = z;\n\t z = y;\n\t y = temp;\n\t}\n\tSystem.out.printf(\"%d %d %d\\n\",x,y,z);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n\tScanner stdIn = new Scanner(System.in);\n\n\tint x = stdIn.nextInt();\n\n\tint y = stdIn.nextInt();\n\t\n\tint z = stdIn.nextInt();\n\tint temp;\n\n\tif(x > y ){\n\t temp = x;\n\t x = y;\n\t y = temp;\n\t}\n if(x > z ){\n\t temp = x;\n\t x = z;\n\t z = temp;\n\t}\n\tif(y > z ){\n\t temp = z;\n\t z = y;\n\t y = temp;\n\t}\n\tSystem.out.printf(\"%d %d %d\\n\",x,y,z);\n }\n}",
"Main",
"public static void main(String[] args){\n\tScanner stdIn = new Scanner(System.in);\n\n\tint x = stdIn.nextInt();\n\n\tint y = stdIn.nextInt();\n\t\n\tint z = stdIn.nextInt();\n\tint temp;\n\n\tif(x > y ){\n\t temp = x;\n\t x = y;\n\t y = temp;\n\t}\n if(x > z ){\n\t temp = x;\n\t x = z;\n\t z = temp;\n\t}\n\tif(y > z ){\n\t temp = z;\n\t z = y;\n\t y = temp;\n\t}\n\tSystem.out.printf(\"%d %d %d\\n\",x,y,z);\n }",
"main",
"{\n\tScanner stdIn = new Scanner(System.in);\n\n\tint x = stdIn.nextInt();\n\n\tint y = stdIn.nextInt();\n\t\n\tint z = stdIn.nextInt();\n\tint temp;\n\n\tif(x > y ){\n\t temp = x;\n\t x = y;\n\t y = temp;\n\t}\n if(x > z ){\n\t temp = x;\n\t x = z;\n\t z = temp;\n\t}\n\tif(y > z ){\n\t temp = z;\n\t z = y;\n\t y = temp;\n\t}\n\tSystem.out.printf(\"%d %d %d\\n\",x,y,z);\n }",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int x = stdIn.nextInt();",
"x",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int y = stdIn.nextInt();",
"y",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int z = stdIn.nextInt();",
"z",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int temp;",
"temp",
"if(x > y ){\n\t temp = x;\n\t x = y;\n\t y = temp;\n\t}",
"x > y",
"x",
"y",
"{\n\t temp = x;\n\t x = y;\n\t y = temp;\n\t}",
"temp = x",
"temp",
"x",
"x = y",
"x",
"y",
"y = temp",
"y",
"temp",
"if(x > z ){\n\t temp = x;\n\t x = z;\n\t z = temp;\n\t}",
"x > z",
"x",
"z",
"{\n\t temp = x;\n\t x = z;\n\t z = temp;\n\t}",
"temp = x",
"temp",
"x",
"x = z",
"x",
"z",
"z = temp",
"z",
"temp",
"if(y > z ){\n\t temp = z;\n\t z = y;\n\t y = temp;\n\t}",
"y > z",
"y",
"z",
"{\n\t temp = z;\n\t z = y;\n\t y = temp;\n\t}",
"temp = z",
"temp",
"z",
"z = y",
"z",
"y",
"y = temp",
"y",
"temp",
"System.out.printf(\"%d %d %d\\n\",x,y,z)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"x",
"y",
"z",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner stdIn = new Scanner(System.in);
int x = stdIn.nextInt();
int y = stdIn.nextInt();
int z = stdIn.nextInt();
int temp;
if(x > y ){
temp = x;
x = y;
y = temp;
}
if(x > z ){
temp = x;
x = z;
z = temp;
}
if(y > z ){
temp = z;
z = y;
y = temp;
}
System.out.printf("%d %d %d\n",x,y,z);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
88,
5
],
[
88,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
61,
68
],
[
68,
69
],
[
68,
70
],
[
8,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
79,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
77,
83
],
[
79,
84
],
[
6,
85
],
[
85,
86
],
[
0,
87
],
[
87,
88
],
[
87,
89
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint t;\n\t\t\n\t\tif (a > b) {\n\t\t\tt = a;\n\t\t\ta = b;\n\t\t\tb = t;\n\t\t} \n\t\t\n\t\tif (b > c) {\n\t\t\tt = b;\n\t\t\tb = c;\n\t\t\tc = t;\n\t\t}\n\t\t\n\t\tif (b < a) {\n\t\t\tt = b;\n\t\t\tb = a;\n\t\t\ta = t;\n\t\t}\n\t\t\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint t;\n\t\t\n\t\tif (a > b) {\n\t\t\tt = a;\n\t\t\ta = b;\n\t\t\tb = t;\n\t\t} \n\t\t\n\t\tif (b > c) {\n\t\t\tt = b;\n\t\t\tb = c;\n\t\t\tc = t;\n\t\t}\n\t\t\n\t\tif (b < a) {\n\t\t\tt = b;\n\t\t\tb = a;\n\t\t\ta = t;\n\t\t}\n\t\t\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint t;\n\t\t\n\t\tif (a > b) {\n\t\t\tt = a;\n\t\t\ta = b;\n\t\t\tb = t;\n\t\t} \n\t\t\n\t\tif (b > c) {\n\t\t\tt = b;\n\t\t\tb = c;\n\t\t\tc = t;\n\t\t}\n\t\t\n\t\tif (b < a) {\n\t\t\tt = b;\n\t\t\tb = a;\n\t\t\ta = t;\n\t\t}\n\t\t\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint t;\n\t\t\n\t\tif (a > b) {\n\t\t\tt = a;\n\t\t\ta = b;\n\t\t\tb = t;\n\t\t} \n\t\t\n\t\tif (b > c) {\n\t\t\tt = b;\n\t\t\tb = c;\n\t\t\tc = t;\n\t\t}\n\t\t\n\t\tif (b < a) {\n\t\t\tt = b;\n\t\t\tb = a;\n\t\t\ta = t;\n\t\t}\n\t\t\n\t\tSystem.out.println(a + \" \" + b + \" \" + c);\n\t}",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int a = stdIn.nextInt();",
"a",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int b = stdIn.nextInt();",
"b",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int c = stdIn.nextInt();",
"c",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int t;",
"t",
"if (a > b) {\n\t\t\tt = a;\n\t\t\ta = b;\n\t\t\tb = t;\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tt = a;\n\t\t\ta = b;\n\t\t\tb = t;\n\t\t}",
"t = a",
"t",
"a",
"a = b",
"a",
"b",
"b = t",
"b",
"t",
"if (b > c) {\n\t\t\tt = b;\n\t\t\tb = c;\n\t\t\tc = t;\n\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\tt = b;\n\t\t\tb = c;\n\t\t\tc = t;\n\t\t}",
"t = b",
"t",
"b",
"b = c",
"b",
"c",
"c = t",
"c",
"t",
"if (b < a) {\n\t\t\tt = b;\n\t\t\tb = a;\n\t\t\ta = t;\n\t\t}",
"b < a",
"b",
"a",
"{\n\t\t\tt = b;\n\t\t\tb = a;\n\t\t\ta = t;\n\t\t}",
"t = b",
"t",
"b",
"b = a",
"b",
"a",
"a = t",
"a",
"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\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint t;\n\t\t\n\t\tif (a > b) {\n\t\t\tt = a;\n\t\t\ta = b;\n\t\t\tb = t;\n\t\t} \n\t\t\n\t\tif (b > c) {\n\t\t\tt = b;\n\t\t\tb = c;\n\t\t\tc = t;\n\t\t}\n\t\t\n\t\tif (b < a) {\n\t\t\tt = b;\n\t\t\tb = a;\n\t\t\ta = t;\n\t\t}\n\t\t\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\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint t;\n\t\t\n\t\tif (a > b) {\n\t\t\tt = a;\n\t\t\ta = b;\n\t\t\tb = t;\n\t\t} \n\t\t\n\t\tif (b > c) {\n\t\t\tt = b;\n\t\t\tb = c;\n\t\t\tc = t;\n\t\t}\n\t\t\n\t\tif (b < a) {\n\t\t\tt = b;\n\t\t\tb = a;\n\t\t\ta = t;\n\t\t}\n\t\t\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) {
Scanner stdIn = new Scanner(System.in);
int a = stdIn.nextInt();
int b = stdIn.nextInt();
int c = stdIn.nextInt();
int t;
if (a > b) {
t = a;
a = b;
b = t;
}
if (b > c) {
t = b;
b = c;
c = t;
}
if (b < a) {
t = b;
b = a;
a = t;
}
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,
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.*;\n\nclass Main{\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\n//\t\tStringTokenizer st = new StringTokenizer(str,\" \");\n\t\t\n\t\tString[] strAry = str.split(\" \");\n\t\t\n\t\tint ar[] = new int[3];\n\n\t\tfor (int i=0;i<3;i++){\n\t\t\t ar[i] = Integer.parseInt(strAry[i]);\n\t\t}\n\t\t\n\t\tArrays.sort(ar);\t\t\t\n\t\tSystem.out.println(ar[0] +\" \"+ar[1]+\" \"+ar[2] );\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\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\n//\t\tStringTokenizer st = new StringTokenizer(str,\" \");\n\t\t\n\t\tString[] strAry = str.split(\" \");\n\t\t\n\t\tint ar[] = new int[3];\n\n\t\tfor (int i=0;i<3;i++){\n\t\t\t ar[i] = Integer.parseInt(strAry[i]);\n\t\t}\n\t\t\n\t\tArrays.sort(ar);\t\t\t\n\t\tSystem.out.println(ar[0] +\" \"+ar[1]+\" \"+ar[2] );\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\n//\t\tStringTokenizer st = new StringTokenizer(str,\" \");\n\t\t\n\t\tString[] strAry = str.split(\" \");\n\t\t\n\t\tint ar[] = new int[3];\n\n\t\tfor (int i=0;i<3;i++){\n\t\t\t ar[i] = Integer.parseInt(strAry[i]);\n\t\t}\n\t\t\n\t\tArrays.sort(ar);\t\t\t\n\t\tSystem.out.println(ar[0] +\" \"+ar[1]+\" \"+ar[2] );\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\n//\t\tStringTokenizer st = new StringTokenizer(str,\" \");\n\t\t\n\t\tString[] strAry = str.split(\" \");\n\t\t\n\t\tint ar[] = new int[3];\n\n\t\tfor (int i=0;i<3;i++){\n\t\t\t ar[i] = Integer.parseInt(strAry[i]);\n\t\t}\n\t\t\n\t\tArrays.sort(ar);\t\t\t\n\t\tSystem.out.println(ar[0] +\" \"+ar[1]+\" \"+ar[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 ar[] = new int[3];",
"ar",
"new int[3]",
"3",
"for (int i=0;i<3;i++){\n\t\t\t ar[i] = Integer.parseInt(strAry[i]);\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\t ar[i] = Integer.parseInt(strAry[i]);\n\t\t}",
"{\n\t\t\t ar[i] = Integer.parseInt(strAry[i]);\n\t\t}",
"ar[i] = Integer.parseInt(strAry[i])",
"ar[i]",
"ar",
"i",
"Integer.parseInt(strAry[i])",
"Integer.parseInt",
"Integer",
"strAry[i]",
"strAry",
"i",
"Arrays.sort(ar)",
"Arrays.sort",
"Arrays",
"ar",
"System.out.println(ar[0] +\" \"+ar[1]+\" \"+ar[2] )",
"System.out.println",
"System.out",
"System",
"System.out",
"ar[0] +\" \"+ar[1]+\" \"+ar[2]",
"\" \"",
"ar[1]",
"ar[0] +\" \"+ar[1]+\" \"+ar[2]",
"ar[0]",
"ar",
"0",
"\" \"",
"ar[1]",
"ar",
"1",
"\" \"",
"ar[2]",
"ar",
"2",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
// StringTokenizer st = new StringTokenizer(str," ");
String[] strAry = str.split(" ");
int ar[] = new int[3];
for (int i=0;i<3;i++){
ar[i] = Integer.parseInt(strAry[i]);
}
Arrays.sort(ar);
System.out.println(ar[0] +" "+ar[1]+" "+ar[2] );
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
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,
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,
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
],
[
351,
8
],
[
351,
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
],
[
26,
27
],
[
27,
28
],
[
11,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
11,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
11,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
11,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
11,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
62,
64
],
[
57,
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
],
[
57,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
80,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
97,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
95,
101
],
[
97,
102
],
[
80,
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
],
[
103,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
131,
132
],
[
131,
133
],
[
126,
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
],
[
126,
149
],
[
149,
150
],
[
150,
151
],
[
151,
152
],
[
151,
153
],
[
150,
154
],
[
154,
155
],
[
154,
156
],
[
149,
157
],
[
157,
158
],
[
158,
159
],
[
159,
160
],
[
160,
161
],
[
160,
162
],
[
158,
163
],
[
166,
164
],
[
164,
165
],
[
165,
166
],
[
166,
167
],
[
166,
168
],
[
165,
169
],
[
164,
170
],
[
166,
171
],
[
149,
172
],
[
172,
173
],
[
173,
174
],
[
174,
175
],
[
174,
176
],
[
173,
177
],
[
177,
178
],
[
177,
179
],
[
172,
180
],
[
180,
181
],
[
181,
182
],
[
182,
183
],
[
183,
184
],
[
183,
185
],
[
181,
186
],
[
189,
187
],
[
187,
188
],
[
188,
189
],
[
189,
190
],
[
189,
191
],
[
188,
192
],
[
187,
193
],
[
189,
194
],
[
172,
195
],
[
195,
196
],
[
196,
197
],
[
197,
198
],
[
197,
199
],
[
196,
200
],
[
200,
201
],
[
200,
202
],
[
195,
203
],
[
203,
204
],
[
204,
205
],
[
205,
206
],
[
206,
207
],
[
206,
208
],
[
204,
209
],
[
212,
210
],
[
210,
211
],
[
211,
212
],
[
212,
213
],
[
212,
214
],
[
211,
215
],
[
210,
216
],
[
212,
217
],
[
195,
218
],
[
218,
219
],
[
219,
220
],
[
220,
221
],
[
220,
222
],
[
219,
223
],
[
223,
224
],
[
223,
225
],
[
218,
226
],
[
226,
227
],
[
227,
228
],
[
228,
229
],
[
229,
230
],
[
229,
231
],
[
227,
232
],
[
235,
233
],
[
233,
234
],
[
234,
235
],
[
235,
236
],
[
235,
237
],
[
234,
238
],
[
233,
239
],
[
235,
240
],
[
218,
241
],
[
241,
242
],
[
242,
243
],
[
243,
244
],
[
243,
245
],
[
242,
246
],
[
246,
247
],
[
246,
248
],
[
241,
249
],
[
249,
250
],
[
250,
251
],
[
251,
252
],
[
252,
253
],
[
252,
254
],
[
250,
255
],
[
258,
256
],
[
256,
257
],
[
257,
258
],
[
258,
259
],
[
258,
260
],
[
257,
261
],
[
256,
262
],
[
258,
263
],
[
241,
264
],
[
264,
265
],
[
265,
266
],
[
266,
267
],
[
266,
268
],
[
265,
269
],
[
269,
270
],
[
269,
271
],
[
264,
272
],
[
272,
273
],
[
273,
274
],
[
274,
275
],
[
275,
276
],
[
275,
277
],
[
273,
278
],
[
281,
279
],
[
279,
280
],
[
280,
281
],
[
281,
282
],
[
281,
283
],
[
280,
284
],
[
279,
285
],
[
281,
286
],
[
264,
287
],
[
287,
288
],
[
288,
289
],
[
289,
290
],
[
289,
291
],
[
288,
292
],
[
292,
293
],
[
292,
294
],
[
287,
295
],
[
295,
296
],
[
296,
297
],
[
297,
298
],
[
298,
299
],
[
298,
300
],
[
296,
301
],
[
304,
302
],
[
302,
303
],
[
303,
304
],
[
304,
305
],
[
304,
306
],
[
303,
307
],
[
302,
308
],
[
304,
309
],
[
287,
310
],
[
310,
311
],
[
311,
312
],
[
312,
313
],
[
312,
314
],
[
311,
315
],
[
315,
316
],
[
315,
317
],
[
310,
318
],
[
318,
319
],
[
319,
320
],
[
320,
321
],
[
321,
322
],
[
321,
323
],
[
319,
324
],
[
327,
325
],
[
325,
326
],
[
326,
327
],
[
327,
328
],
[
327,
329
],
[
326,
330
],
[
325,
331
],
[
327,
332
],
[
310,
333
],
[
333,
334
],
[
334,
335
],
[
335,
336
],
[
336,
337
],
[
336,
338
],
[
334,
339
],
[
342,
340
],
[
340,
341
],
[
341,
342
],
[
342,
343
],
[
342,
344
],
[
341,
345
],
[
340,
346
],
[
342,
347
],
[
9,
348
],
[
348,
349
],
[
0,
350
],
[
350,
351
],
[
350,
352
]
] | [
"\nimport java.io.*;\nimport java.util.Scanner;\n\npublic class Main{\n public static void main(String args[]) throws IOException{\n int a = 0;\n int b = 0;\n int c = 0;\n \n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n \n a = Integer.parseInt(buf1);\n b = Integer.parseInt(buf2);\n c = Integer.parseInt(buf3);\n \n if(a < b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a < c && c < b){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(b < a && a < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b < c && c < a){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }\n \n }\n }",
"import java.io.*;",
"io.*",
"java",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String args[]) throws IOException{\n int a = 0;\n int b = 0;\n int c = 0;\n \n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n \n a = Integer.parseInt(buf1);\n b = Integer.parseInt(buf2);\n c = Integer.parseInt(buf3);\n \n if(a < b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a < c && c < b){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(b < a && a < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b < c && c < a){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }\n \n }\n }",
"Main",
"public static void main(String args[]) throws IOException{\n int a = 0;\n int b = 0;\n int c = 0;\n \n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n \n a = Integer.parseInt(buf1);\n b = Integer.parseInt(buf2);\n c = Integer.parseInt(buf3);\n \n if(a < b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a < c && c < b){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(b < a && a < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b < c && c < a){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }\n \n }",
"main",
"{\n int a = 0;\n int b = 0;\n int c = 0;\n \n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n \n a = Integer.parseInt(buf1);\n b = Integer.parseInt(buf2);\n c = Integer.parseInt(buf3);\n \n if(a < b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a < c && c < b){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(b < a && a < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b < c && c < a){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }\n \n }",
"int a = 0;",
"a",
"0",
"int b = 0;",
"b",
"0",
"int c = 0;",
"c",
"0",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"String buf1 = in.next();",
"buf1",
"in.next()",
"in.next",
"in",
"String buf2 = in.next();",
"buf2",
"in.next()",
"in.next",
"in",
"String buf3 = in.next();",
"buf3",
"in.next()",
"in.next",
"in",
"a = Integer.parseInt(buf1)",
"a",
"Integer.parseInt(buf1)",
"Integer.parseInt",
"Integer",
"buf1",
"b = Integer.parseInt(buf2)",
"b",
"Integer.parseInt(buf2)",
"Integer.parseInt",
"Integer",
"buf2",
"c = Integer.parseInt(buf3)",
"c",
"Integer.parseInt(buf3)",
"Integer.parseInt",
"Integer",
"buf3",
"if(a < b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a < c && c < b){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(b < a && a < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b < c && c < a){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"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",
"if(a < c && c < b){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(b < a && a < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b < c && c < a){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"a < c && c < b",
"a < c",
"a",
"c",
"c < b",
"c",
"b",
"{\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",
"if(b < a && a < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b < c && c < a){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"b < a && a < c",
"b < a",
"b",
"a",
"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",
"if(b < c && c < a){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"b < c && c < a",
"b < c",
"b",
"c",
"c < a",
"c",
"a",
"{\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",
"if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"c < a && a < b",
"c < a",
"c",
"a",
"a < b",
"a",
"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",
"if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"c < b && b < a",
"c < b",
"c",
"b",
"b < a",
"b",
"a",
"{\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",
"if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"a == b && b < c",
"a == b",
"a",
"b",
"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",
"if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"a == b && b > c",
"a == b",
"a",
"b",
"b > c",
"b",
"c",
"{\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",
"if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"a == c && b > c",
"a == c",
"a",
"c",
"b > c",
"b",
"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",
"if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"a == c && b < c",
"a == c",
"a",
"c",
"b < c",
"b",
"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",
"if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"b == c && a > c",
"b == c",
"b",
"c",
"a > c",
"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",
"if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }",
"b == c && a < c",
"b == c",
"b",
"c",
"a < c",
"a",
"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 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",
"String args[]",
"args",
"public class Main{\n public static void main(String args[]) throws IOException{\n int a = 0;\n int b = 0;\n int c = 0;\n \n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n \n a = Integer.parseInt(buf1);\n b = Integer.parseInt(buf2);\n c = Integer.parseInt(buf3);\n \n if(a < b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a < c && c < b){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(b < a && a < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b < c && c < a){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }\n \n }\n }",
"public class Main{\n public static void main(String args[]) throws IOException{\n int a = 0;\n int b = 0;\n int c = 0;\n \n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n \n a = Integer.parseInt(buf1);\n b = Integer.parseInt(buf2);\n c = Integer.parseInt(buf3);\n \n if(a < b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a < c && c < b){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(b < a && a < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b < c && c < a){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(c < a && a < b){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(c < b && b < a){\n System.out.println(c +\" \"+ b +\" \"+ a);\n }else if(a == b && b < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else if(a == b && b > c){\n System.out.println(c +\" \"+ a +\" \"+ b);\n }else if(a == c && b > c){\n System.out.println(a +\" \"+ c +\" \"+ b);\n }else if(a == c && b < c){\n System.out.println(b +\" \"+ a +\" \"+ c);\n }else if(b == c && a > c){\n System.out.println(b +\" \"+ c +\" \"+ a);\n }else if(b == c && a < c){\n System.out.println(a +\" \"+ b +\" \"+ c);\n }else{\n System.out.println(a +\" \"+ b +\" \"+ c);\n }\n \n }\n }",
"Main"
] |
import java.io.*;
import java.util.Scanner;
public class Main{
public static void main(String args[]) throws IOException{
int a = 0;
int b = 0;
int c = 0;
Scanner in = new Scanner(System.in);
String buf1 = in.next();
String buf2 = in.next();
String buf3 = in.next();
a = Integer.parseInt(buf1);
b = Integer.parseInt(buf2);
c = Integer.parseInt(buf3);
if(a < b && b < c){
System.out.println(a +" "+ b +" "+ c);
}else if(a < c && c < b){
System.out.println(a +" "+ c +" "+ b);
}else if(b < a && a < c){
System.out.println(b +" "+ a +" "+ c);
}else if(b < c && c < a){
System.out.println(b +" "+ c +" "+ a);
}else if(c < a && a < b){
System.out.println(c +" "+ a +" "+ b);
}else if(c < b && b < a){
System.out.println(c +" "+ b +" "+ a);
}else if(a == b && b < c){
System.out.println(a +" "+ b +" "+ c);
}else if(a == b && b > c){
System.out.println(c +" "+ a +" "+ b);
}else if(a == c && b > c){
System.out.println(a +" "+ c +" "+ b);
}else if(a == c && b < c){
System.out.println(b +" "+ a +" "+ c);
}else if(b == c && a > c){
System.out.println(b +" "+ c +" "+ a);
}else if(b == c && a < c){
System.out.println(a +" "+ b +" "+ c);
}else{
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,
4,
13,
18,
13,
13,
41,
13,
4,
18,
13,
17,
41,
13,
39,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
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,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
18,
13,
13,
4,
18,
18,
13,
13,
23,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
38,
5,
13,
30,
37,
20,
30,
14,
2,
13,
17,
30,
38,
5,
13,
30,
37,
20,
30,
4,
18,
13,
30,
0,
13,
20,
0,
13,
4,
18,
13,
29,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
22,
24
],
[
17,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
17,
31
],
[
31,
32
],
[
31,
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
],
[
33,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
49,
51
],
[
17,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
52,
62
],
[
62,
63
],
[
63,
64
],
[
52,
65
],
[
66,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
67,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
76,
78
],
[
67,
79
],
[
79,
80
],
[
80,
81
],
[
67,
82
],
[
83,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
84,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
95,
97
],
[
92,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
102,
103
],
[
102,
104
],
[
92,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
17,
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
],
[
132,
133
],
[
132,
134
],
[
130,
135
],
[
124,
136
],
[
136,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
136,
141
],
[
141,
142
],
[
141,
143
],
[
17,
144
],
[
144,
145
],
[
145,
146
],
[
146,
147
],
[
146,
148
],
[
15,
149
],
[
149,
150
],
[
13,
151
],
[
151,
152
],
[
151,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
153,
157
],
[
157,
158
],
[
157,
159
],
[
153,
160
],
[
160,
161
],
[
161,
162
],
[
161,
163
],
[
163,
164
],
[
164,
165
],
[
160,
166
],
[
166,
167
],
[
167,
168
],
[
168,
169
],
[
168,
170
],
[
167,
171
],
[
171,
172
],
[
172,
173
],
[
173,
174
],
[
173,
175
],
[
175,
176
],
[
176,
177
],
[
172,
178
],
[
178,
179
],
[
179,
180
],
[
180,
181
],
[
160,
182
],
[
182,
183
],
[
183,
184
],
[
183,
185
],
[
182,
186
],
[
186,
187
],
[
186,
188
],
[
188,
189
],
[
189,
190
],
[
153,
191
],
[
191,
192
],
[
151,
193
],
[
193,
194
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.InputStreamReader;\n\nclass Main {\n public static void main(String[] args) {\n String line = readLine(System.in);\n String[] input = line.split(\" \");\n int[] n = { Integer.parseInt(input[0]), Integer.parseInt(input[1]), Integer.parseInt(input[2]) };\n\n for (int i = 0; i < n.length; i++) {\n for (int j = i + 1; j < n.length; j++) {\n if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }\n }\n }\n\n for (int i = 0; i < n.length; i++) {\n if (i > 0) {\n System.out.print(\" \");\n }\n System.out.print(n[i]);\n }\n System.out.println();\n }\n\n private static String readLine(InputStream in) {\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n public static void main(String[] args) {\n String line = readLine(System.in);\n String[] input = line.split(\" \");\n int[] n = { Integer.parseInt(input[0]), Integer.parseInt(input[1]), Integer.parseInt(input[2]) };\n\n for (int i = 0; i < n.length; i++) {\n for (int j = i + 1; j < n.length; j++) {\n if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }\n }\n }\n\n for (int i = 0; i < n.length; i++) {\n if (i > 0) {\n System.out.print(\" \");\n }\n System.out.print(n[i]);\n }\n System.out.println();\n }\n\n private static String readLine(InputStream in) {\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }\n}",
"Main",
"public static void main(String[] args) {\n String line = readLine(System.in);\n String[] input = line.split(\" \");\n int[] n = { Integer.parseInt(input[0]), Integer.parseInt(input[1]), Integer.parseInt(input[2]) };\n\n for (int i = 0; i < n.length; i++) {\n for (int j = i + 1; j < n.length; j++) {\n if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }\n }\n }\n\n for (int i = 0; i < n.length; i++) {\n if (i > 0) {\n System.out.print(\" \");\n }\n System.out.print(n[i]);\n }\n System.out.println();\n }",
"main",
"{\n String line = readLine(System.in);\n String[] input = line.split(\" \");\n int[] n = { Integer.parseInt(input[0]), Integer.parseInt(input[1]), Integer.parseInt(input[2]) };\n\n for (int i = 0; i < n.length; i++) {\n for (int j = i + 1; j < n.length; j++) {\n if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }\n }\n }\n\n for (int i = 0; i < n.length; i++) {\n if (i > 0) {\n System.out.print(\" \");\n }\n System.out.print(n[i]);\n }\n System.out.println();\n }",
"String line = readLine(System.in);",
"line",
"readLine(System.in)",
"readLine",
"System.in",
"System",
"System.in",
"String[] input = line.split(\" \");",
"input",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int[] n = { Integer.parseInt(input[0]), Integer.parseInt(input[1]), Integer.parseInt(input[2]) };",
"n",
"{ Integer.parseInt(input[0]), Integer.parseInt(input[1]), Integer.parseInt(input[2]) }",
"Integer.parseInt(input[0])",
"Integer.parseInt",
"Integer",
"input[0]",
"input",
"0",
"Integer.parseInt(input[1])",
"Integer.parseInt",
"Integer",
"input[1]",
"input",
"1",
"Integer.parseInt(input[2])",
"Integer.parseInt",
"Integer",
"input[2]",
"input",
"2",
"for (int i = 0; i < n.length; i++) {\n for (int j = i + 1; j < n.length; j++) {\n if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n.length",
"i",
"n.length",
"n",
"n.length",
"i++",
"i++",
"i",
"{\n for (int j = i + 1; j < n.length; j++) {\n if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }\n }\n }",
"{\n for (int j = i + 1; j < n.length; j++) {\n if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }\n }\n }",
"for (int j = i + 1; j < n.length; j++) {\n if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }\n }",
"int j = i + 1;",
"int j = i + 1;",
"j",
"i + 1",
"i",
"1",
"j < n.length",
"j",
"n.length",
"n",
"n.length",
"j++",
"j++",
"j",
"{\n if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }\n }",
"{\n if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }\n }",
"if (n[i] > n[j]) {\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }",
"n[i] > n[j]",
"n[i]",
"n",
"i",
"n[j]",
"n",
"j",
"{\n int tmp = n[i];\n n[i] = n[j];\n n[j] = tmp;\n }",
"int tmp = n[i];",
"tmp",
"n[i]",
"n",
"i",
"n[i] = n[j]",
"n[i]",
"n",
"i",
"n[j]",
"n",
"j",
"n[j] = tmp",
"n[j]",
"n",
"j",
"tmp",
"for (int i = 0; i < n.length; i++) {\n if (i > 0) {\n System.out.print(\" \");\n }\n System.out.print(n[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n.length",
"i",
"n.length",
"n",
"n.length",
"i++",
"i++",
"i",
"{\n if (i > 0) {\n System.out.print(\" \");\n }\n System.out.print(n[i]);\n }",
"{\n if (i > 0) {\n System.out.print(\" \");\n }\n System.out.print(n[i]);\n }",
"if (i > 0) {\n System.out.print(\" \");\n }",
"i > 0",
"i",
"0",
"{\n System.out.print(\" \");\n }",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.print(n[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"n[i]",
"n",
"i",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[] args",
"args",
"private static String readLine(InputStream in) {\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }",
"readLine",
"{\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }",
"String line = null;",
"line",
"null",
"BufferedReader reader = null;",
"reader",
"null",
"try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }",
"catch (IOException e) {\n throw new RuntimeException(e);\n }",
"IOException e",
"{\n throw new RuntimeException(e);\n }",
"throw new RuntimeException(e);",
"new RuntimeException(e)",
"{\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }",
"if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }",
"reader != null",
"reader",
"null",
"{\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }",
"try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }",
"catch (IOException e) {\n throw new RuntimeException(e);\n }",
"IOException e",
"{\n throw new RuntimeException(e);\n }",
"throw new RuntimeException(e);",
"new RuntimeException(e)",
"{\n reader.close();\n }",
"reader.close()",
"reader.close",
"reader",
"{\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n }",
"reader = new BufferedReader(new InputStreamReader(in))",
"reader",
"new BufferedReader(new InputStreamReader(in))",
"line = reader.readLine()",
"line",
"reader.readLine()",
"reader.readLine",
"reader",
"return line;",
"line",
"InputStream in",
"in"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) {
String line = readLine(System.in);
String[] input = line.split(" ");
int[] n = { Integer.parseInt(input[0]), Integer.parseInt(input[1]), Integer.parseInt(input[2]) };
for (int i = 0; i < n.length; i++) {
for (int j = i + 1; j < n.length; j++) {
if (n[i] > n[j]) {
int tmp = n[i];
n[i] = n[j];
n[j] = tmp;
}
}
}
for (int i = 0; i < n.length; i++) {
if (i > 0) {
System.out.print(" ");
}
System.out.print(n[i]);
}
System.out.println();
}
private static String readLine(InputStream in) {
String line = null;
BufferedReader reader = null;
try {
reader = new BufferedReader(new InputStreamReader(in));
line = reader.readLine();
} catch (IOException e) {
throw new RuntimeException(e);
} finally {
if (reader != null) {
try {
reader.close();
} catch (IOException e) {
throw new RuntimeException(e);
}
}
}
return line;
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
39,
13,
13,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
29,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
45,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
44,
50
],
[
50,
51
],
[
50,
52
],
[
43,
53
],
[
45,
54
],
[
54,
55
],
[
54,
56
],
[
6,
57
],
[
57,
58
]
] | [
"import java.util.*;\n\nclass Main {\n public static void main(String[] args) throws Exception{\n Scanner input = new Scanner(System.in);\n int x = input.nextInt();\n int y = input.nextInt();\n int z = input.nextInt();\n int[] ar = {x,y,z};\n Arrays.sort(ar);\n System.out.println(ar[0]+\" \"+ar[1]+\" \"+ar[2]);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n public static void main(String[] args) throws Exception{\n Scanner input = new Scanner(System.in);\n int x = input.nextInt();\n int y = input.nextInt();\n int z = input.nextInt();\n int[] ar = {x,y,z};\n Arrays.sort(ar);\n System.out.println(ar[0]+\" \"+ar[1]+\" \"+ar[2]);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception{\n Scanner input = new Scanner(System.in);\n int x = input.nextInt();\n int y = input.nextInt();\n int z = input.nextInt();\n int[] ar = {x,y,z};\n Arrays.sort(ar);\n System.out.println(ar[0]+\" \"+ar[1]+\" \"+ar[2]);\n }",
"main",
"{\n Scanner input = new Scanner(System.in);\n int x = input.nextInt();\n int y = input.nextInt();\n int z = input.nextInt();\n int[] ar = {x,y,z};\n Arrays.sort(ar);\n System.out.println(ar[0]+\" \"+ar[1]+\" \"+ar[2]);\n }",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"int x = input.nextInt();",
"x",
"input.nextInt()",
"input.nextInt",
"input",
"int y = input.nextInt();",
"y",
"input.nextInt()",
"input.nextInt",
"input",
"int z = input.nextInt();",
"z",
"input.nextInt()",
"input.nextInt",
"input",
"int[] ar = {x,y,z};",
"ar",
"{x,y,z}",
"x",
"y",
"z",
"Arrays.sort(ar)",
"Arrays.sort",
"Arrays",
"ar",
"System.out.println(ar[0]+\" \"+ar[1]+\" \"+ar[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"ar[0]+\" \"+ar[1]+\" \"+ar[2]",
"\" \"",
"ar[1]",
"ar[0]+\" \"+ar[1]+\" \"+ar[2]",
"ar[0]",
"ar",
"0",
"\" \"",
"ar[1]",
"ar",
"1",
"\" \"",
"ar[2]",
"ar",
"2",
"String[] args",
"args"
] | import java.util.*;
class Main {
public static void main(String[] args) throws Exception{
Scanner input = new Scanner(System.in);
int x = input.nextInt();
int y = input.nextInt();
int z = input.nextInt();
int[] ar = {x,y,z};
Arrays.sort(ar);
System.out.println(ar[0]+" "+ar[1]+" "+ar[2]);
}
} |
[
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,
20,
41,
13,
20,
41,
13,
20,
4,
13,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
13,
17,
18,
13,
13,
17,
18,
13,
13,
23,
13,
12,
13,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
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,
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,
23,
13,
23,
13,
23,
13,
6,
13,
41,
13,
12,
13,
30,
0,
18,
36,
13,
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
],
[
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
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
50,
52
],
[
8,
53
],
[
53,
54
],
[
53,
55
],
[
53,
56
],
[
53,
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
],
[
182,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
88,
90
],
[
83,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
94,
96
],
[
91,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
101,
103
],
[
91,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
82,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
110,
114
],
[
114,
115
],
[
114,
116
],
[
109,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
120,
121
],
[
120,
122
],
[
117,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
123,
127
],
[
127,
128
],
[
127,
129
],
[
117,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
82,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
136,
140
],
[
140,
141
],
[
140,
142
],
[
135,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
146,
147
],
[
146,
148
],
[
143,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
149,
153
],
[
153,
154
],
[
153,
155
],
[
143,
156
],
[
156,
157
],
[
157,
158
],
[
157,
159
],
[
156,
160
],
[
80,
161
],
[
161,
162
],
[
80,
163
],
[
163,
164
],
[
80,
165
],
[
165,
166
],
[
0,
167
],
[
167,
168
],
[
167,
169
],
[
169,
170
],
[
167,
171
],
[
171,
172
],
[
171,
173
],
[
173,
174
],
[
174,
175
],
[
175,
176
],
[
175,
177
],
[
174,
178
],
[
171,
179
],
[
179,
180
],
[
0,
181
],
[
181,
182
],
[
181,
183
]
] | [
"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\tIntPointer pa = new IntPointer(a);\n\t\tIntPointer pb = new IntPointer(b);\n\t\tIntPointer pc = new IntPointer(c);\n\n\t\tsorting3(pa, pb, pc);\n\n\t\tSystem.out.println(pa.ast + \" \" + pb.ast + \" \" + pc.ast);\n\t}\n\n\tstatic void sorting3(IntPointer pa, IntPointer pb, IntPointer pc) {\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\t\tif (pb.ast > pc.ast) {\n\t\t\tint temp = pb.ast;\n\t\t\tpb.ast = pc.ast;\n\t\t\tpc.ast = temp;\n\t\t}\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\n\t}\n}\n\nclass IntPointer {\n\tint ast; //value\n\tIntPointer(int n) {\n\t\tthis.ast = n;\n\t}\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\tIntPointer pa = new IntPointer(a);\n\t\tIntPointer pb = new IntPointer(b);\n\t\tIntPointer pc = new IntPointer(c);\n\n\t\tsorting3(pa, pb, pc);\n\n\t\tSystem.out.println(pa.ast + \" \" + pb.ast + \" \" + pc.ast);\n\t}\n\n\tstatic void sorting3(IntPointer pa, IntPointer pb, IntPointer pc) {\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\t\tif (pb.ast > pc.ast) {\n\t\t\tint temp = pb.ast;\n\t\t\tpb.ast = pc.ast;\n\t\t\tpc.ast = temp;\n\t\t}\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\n\t}\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\tIntPointer pa = new IntPointer(a);\n\t\tIntPointer pb = new IntPointer(b);\n\t\tIntPointer pc = new IntPointer(c);\n\n\t\tsorting3(pa, pb, pc);\n\n\t\tSystem.out.println(pa.ast + \" \" + pb.ast + \" \" + pc.ast);\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\tIntPointer pa = new IntPointer(a);\n\t\tIntPointer pb = new IntPointer(b);\n\t\tIntPointer pc = new IntPointer(c);\n\n\t\tsorting3(pa, pb, pc);\n\n\t\tSystem.out.println(pa.ast + \" \" + pb.ast + \" \" + pc.ast);\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",
"IntPointer pa = new IntPointer(a);",
"pa",
"new IntPointer(a)",
"IntPointer pb = new IntPointer(b);",
"pb",
"new IntPointer(b)",
"IntPointer pc = new IntPointer(c);",
"pc",
"new IntPointer(c)",
"sorting3(pa, pb, pc)",
"sorting3",
"pa",
"pb",
"pc",
"System.out.println(pa.ast + \" \" + pb.ast + \" \" + pc.ast)",
"System.out.println",
"System.out",
"System",
"System.out",
"pa.ast + \" \" + pb.ast + \" \" + pc.ast",
"\" \"",
"pb.ast",
"pa.ast + \" \" + pb.ast + \" \" + pc.ast",
"pa.ast",
"pa",
"pa.ast",
"\" \"",
"pb.ast",
"pb",
"pb.ast",
"\" \"",
"pc.ast",
"pc",
"pc.ast",
"String[] args",
"args",
"static void sorting3(IntPointer pa, IntPointer pb, IntPointer pc) {\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\t\tif (pb.ast > pc.ast) {\n\t\t\tint temp = pb.ast;\n\t\t\tpb.ast = pc.ast;\n\t\t\tpc.ast = temp;\n\t\t}\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\n\t}",
"sorting3",
"{\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\t\tif (pb.ast > pc.ast) {\n\t\t\tint temp = pb.ast;\n\t\t\tpb.ast = pc.ast;\n\t\t\tpc.ast = temp;\n\t\t}\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\n\t}",
"if (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}",
"pa.ast > pb.ast",
"pa.ast",
"pa",
"pa.ast",
"pb.ast",
"pb",
"pb.ast",
"{\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}",
"int temp = pa.ast;",
"temp",
"pa.ast",
"pa",
"pa.ast",
"pa.ast = pb.ast",
"pa.ast",
"pa",
"pa.ast",
"pb.ast",
"pb",
"pb.ast",
"pb.ast = temp",
"pb.ast",
"pb",
"pb.ast",
"temp",
"if (pb.ast > pc.ast) {\n\t\t\tint temp = pb.ast;\n\t\t\tpb.ast = pc.ast;\n\t\t\tpc.ast = temp;\n\t\t}",
"pb.ast > pc.ast",
"pb.ast",
"pb",
"pb.ast",
"pc.ast",
"pc",
"pc.ast",
"{\n\t\t\tint temp = pb.ast;\n\t\t\tpb.ast = pc.ast;\n\t\t\tpc.ast = temp;\n\t\t}",
"int temp = pb.ast;",
"temp",
"pb.ast",
"pb",
"pb.ast",
"pb.ast = pc.ast",
"pb.ast",
"pb",
"pb.ast",
"pc.ast",
"pc",
"pc.ast",
"pc.ast = temp",
"pc.ast",
"pc",
"pc.ast",
"temp",
"if (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}",
"pa.ast > pb.ast",
"pa.ast",
"pa",
"pa.ast",
"pb.ast",
"pb",
"pb.ast",
"{\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}",
"int temp = pa.ast;",
"temp",
"pa.ast",
"pa",
"pa.ast",
"pa.ast = pb.ast",
"pa.ast",
"pa",
"pa.ast",
"pb.ast",
"pb",
"pb.ast",
"pb.ast = temp",
"pb.ast",
"pb",
"pb.ast",
"temp",
"IntPointer pa",
"pa",
"IntPointer pb",
"pb",
"IntPointer pc",
"pc",
"class IntPointer {\n\tint ast; //value\n\tIntPointer(int n) {\n\t\tthis.ast = n;\n\t}\n}",
"IntPointer",
"int ast; //value",
"ast",
"IntPointer(int n) {\n\t\tthis.ast = n;\n\t}",
"IntPointer",
"{\n\t\tthis.ast = n;\n\t}",
"this.ast = n",
"this.ast",
"this",
"this.ast",
"n",
"int 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\tIntPointer pa = new IntPointer(a);\n\t\tIntPointer pb = new IntPointer(b);\n\t\tIntPointer pc = new IntPointer(c);\n\n\t\tsorting3(pa, pb, pc);\n\n\t\tSystem.out.println(pa.ast + \" \" + pb.ast + \" \" + pc.ast);\n\t}\n\n\tstatic void sorting3(IntPointer pa, IntPointer pb, IntPointer pc) {\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\t\tif (pb.ast > pc.ast) {\n\t\t\tint temp = pb.ast;\n\t\t\tpb.ast = pc.ast;\n\t\t\tpc.ast = temp;\n\t\t}\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\n\t}\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\tIntPointer pa = new IntPointer(a);\n\t\tIntPointer pb = new IntPointer(b);\n\t\tIntPointer pc = new IntPointer(c);\n\n\t\tsorting3(pa, pb, pc);\n\n\t\tSystem.out.println(pa.ast + \" \" + pb.ast + \" \" + pc.ast);\n\t}\n\n\tstatic void sorting3(IntPointer pa, IntPointer pb, IntPointer pc) {\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\t\tif (pb.ast > pc.ast) {\n\t\t\tint temp = pb.ast;\n\t\t\tpb.ast = pc.ast;\n\t\t\tpc.ast = temp;\n\t\t}\n\t\tif (pa.ast > pb.ast) {\n\t\t\tint temp = pa.ast;\n\t\t\tpa.ast = pb.ast;\n\t\t\tpb.ast = temp;\n\t\t}\n\n\t}\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]);
IntPointer pa = new IntPointer(a);
IntPointer pb = new IntPointer(b);
IntPointer pc = new IntPointer(c);
sorting3(pa, pb, pc);
System.out.println(pa.ast + " " + pb.ast + " " + pc.ast);
}
static void sorting3(IntPointer pa, IntPointer pb, IntPointer pc) {
if (pa.ast > pb.ast) {
int temp = pa.ast;
pa.ast = pb.ast;
pb.ast = temp;
}
if (pb.ast > pc.ast) {
int temp = pb.ast;
pb.ast = pc.ast;
pc.ast = temp;
}
if (pa.ast > pb.ast) {
int temp = pa.ast;
pa.ast = pb.ast;
pb.ast = temp;
}
}
}
class IntPointer {
int ast; //value
IntPointer(int n) {
this.ast = n;
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
29,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
29,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
29,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
29,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
29,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
29,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
183,
5
],
[
183,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
36,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
53,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
51,
57
],
[
53,
58
],
[
44,
59
],
[
8,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
60,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
77,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
75,
81
],
[
77,
82
],
[
68,
83
],
[
8,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
84,
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
],
[
92,
107
],
[
8,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
109,
113
],
[
113,
114
],
[
113,
115
],
[
108,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
117,
122
],
[
125,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
123,
129
],
[
125,
130
],
[
116,
131
],
[
8,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
137,
138
],
[
137,
139
],
[
132,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
141,
146
],
[
149,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
148,
152
],
[
147,
153
],
[
149,
154
],
[
140,
155
],
[
8,
156
],
[
156,
157
],
[
157,
158
],
[
158,
159
],
[
158,
160
],
[
157,
161
],
[
161,
162
],
[
161,
163
],
[
156,
164
],
[
164,
165
],
[
165,
166
],
[
166,
167
],
[
166,
168
],
[
164,
169
],
[
172,
170
],
[
170,
171
],
[
171,
172
],
[
172,
173
],
[
172,
174
],
[
171,
175
],
[
170,
176
],
[
172,
177
],
[
8,
178
],
[
178,
179
],
[
6,
180
],
[
180,
181
],
[
0,
182
],
[
182,
183
],
[
182,
184
]
] | [
"import java.util.Scanner;\npublic class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = Integer.parseInt(scan.next());\n int b = Integer.parseInt(scan.next());\n int c = Integer.parseInt(scan.next());\n if(a <= b && b <= c){\n System.out.println(a+\" \"+b+\" \"+c);\n return;\n }\n if(a <= c && c <= b){\n System.out.println(a+\" \"+c+\" \"+b);\n return;\n }\n if(b <= a && a <= c){\n System.out.println(b+\" \"+a+\" \"+c);\n return;\n }\n if(b <= c && c <= a){\n System.out.println(b+\" \"+c+\" \"+a);\n return;\n }\n if(c <= a && a <= b){\n System.out.println(a+\" \"+a+\" \"+b);\n return;\n }\n if(c <= b && b <= a)\n System.out.println(c+\" \"+b+\" \"+a);{\n return;\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = Integer.parseInt(scan.next());\n int b = Integer.parseInt(scan.next());\n int c = Integer.parseInt(scan.next());\n if(a <= b && b <= c){\n System.out.println(a+\" \"+b+\" \"+c);\n return;\n }\n if(a <= c && c <= b){\n System.out.println(a+\" \"+c+\" \"+b);\n return;\n }\n if(b <= a && a <= c){\n System.out.println(b+\" \"+a+\" \"+c);\n return;\n }\n if(b <= c && c <= a){\n System.out.println(b+\" \"+c+\" \"+a);\n return;\n }\n if(c <= a && a <= b){\n System.out.println(a+\" \"+a+\" \"+b);\n return;\n }\n if(c <= b && b <= a)\n System.out.println(c+\" \"+b+\" \"+a);{\n return;\n }\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = Integer.parseInt(scan.next());\n int b = Integer.parseInt(scan.next());\n int c = Integer.parseInt(scan.next());\n if(a <= b && b <= c){\n System.out.println(a+\" \"+b+\" \"+c);\n return;\n }\n if(a <= c && c <= b){\n System.out.println(a+\" \"+c+\" \"+b);\n return;\n }\n if(b <= a && a <= c){\n System.out.println(b+\" \"+a+\" \"+c);\n return;\n }\n if(b <= c && c <= a){\n System.out.println(b+\" \"+c+\" \"+a);\n return;\n }\n if(c <= a && a <= b){\n System.out.println(a+\" \"+a+\" \"+b);\n return;\n }\n if(c <= b && b <= a)\n System.out.println(c+\" \"+b+\" \"+a);{\n return;\n }\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int a = Integer.parseInt(scan.next());\n int b = Integer.parseInt(scan.next());\n int c = Integer.parseInt(scan.next());\n if(a <= b && b <= c){\n System.out.println(a+\" \"+b+\" \"+c);\n return;\n }\n if(a <= c && c <= b){\n System.out.println(a+\" \"+c+\" \"+b);\n return;\n }\n if(b <= a && a <= c){\n System.out.println(b+\" \"+a+\" \"+c);\n return;\n }\n if(b <= c && c <= a){\n System.out.println(b+\" \"+c+\" \"+a);\n return;\n }\n if(c <= a && a <= b){\n System.out.println(a+\" \"+a+\" \"+b);\n return;\n }\n if(c <= b && b <= a)\n System.out.println(c+\" \"+b+\" \"+a);{\n return;\n }\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = Integer.parseInt(scan.next());",
"a",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"int b = Integer.parseInt(scan.next());",
"b",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"int c = Integer.parseInt(scan.next());",
"c",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"if(a <= b && b <= c){\n System.out.println(a+\" \"+b+\" \"+c);\n return;\n }",
"a <= b && b <= c",
"a <= b",
"a",
"b",
"b <= c",
"b",
"c",
"{\n System.out.println(a+\" \"+b+\" \"+c);\n return;\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",
"return;",
"if(a <= c && c <= b){\n System.out.println(a+\" \"+c+\" \"+b);\n return;\n }",
"a <= c && c <= b",
"a <= c",
"a",
"c",
"c <= b",
"c",
"b",
"{\n System.out.println(a+\" \"+c+\" \"+b);\n return;\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",
"return;",
"if(b <= a && a <= c){\n System.out.println(b+\" \"+a+\" \"+c);\n return;\n }",
"b <= a && a <= c",
"b <= a",
"b",
"a",
"a <= c",
"a",
"c",
"{\n System.out.println(b+\" \"+a+\" \"+c);\n return;\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",
"return;",
"if(b <= c && c <= a){\n System.out.println(b+\" \"+c+\" \"+a);\n return;\n }",
"b <= c && c <= a",
"b <= c",
"b",
"c",
"c <= a",
"c",
"a",
"{\n System.out.println(b+\" \"+c+\" \"+a);\n return;\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",
"return;",
"if(c <= a && a <= b){\n System.out.println(a+\" \"+a+\" \"+b);\n return;\n }",
"c <= a && a <= b",
"c <= a",
"c",
"a",
"a <= b",
"a",
"b",
"{\n System.out.println(a+\" \"+a+\" \"+b);\n return;\n }",
"System.out.println(a+\" \"+a+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+a+\" \"+b",
"\" \"",
"a",
"a+\" \"+a+\" \"+b",
"a",
"\" \"",
"a",
"\" \"",
"b",
"return;",
"if(c <= b && b <= a)\n System.out.println(c+\" \"+b+\" \"+a);",
"c <= b && b <= a",
"c <= b",
"c",
"b",
"b <= a",
"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",
"{\n return;\n }",
"return;",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = Integer.parseInt(scan.next());\n int b = Integer.parseInt(scan.next());\n int c = Integer.parseInt(scan.next());\n if(a <= b && b <= c){\n System.out.println(a+\" \"+b+\" \"+c);\n return;\n }\n if(a <= c && c <= b){\n System.out.println(a+\" \"+c+\" \"+b);\n return;\n }\n if(b <= a && a <= c){\n System.out.println(b+\" \"+a+\" \"+c);\n return;\n }\n if(b <= c && c <= a){\n System.out.println(b+\" \"+c+\" \"+a);\n return;\n }\n if(c <= a && a <= b){\n System.out.println(a+\" \"+a+\" \"+b);\n return;\n }\n if(c <= b && b <= a)\n System.out.println(c+\" \"+b+\" \"+a);{\n return;\n }\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = Integer.parseInt(scan.next());\n int b = Integer.parseInt(scan.next());\n int c = Integer.parseInt(scan.next());\n if(a <= b && b <= c){\n System.out.println(a+\" \"+b+\" \"+c);\n return;\n }\n if(a <= c && c <= b){\n System.out.println(a+\" \"+c+\" \"+b);\n return;\n }\n if(b <= a && a <= c){\n System.out.println(b+\" \"+a+\" \"+c);\n return;\n }\n if(b <= c && c <= a){\n System.out.println(b+\" \"+c+\" \"+a);\n return;\n }\n if(c <= a && a <= b){\n System.out.println(a+\" \"+a+\" \"+b);\n return;\n }\n if(c <= b && b <= a)\n System.out.println(c+\" \"+b+\" \"+a);{\n return;\n }\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int a = Integer.parseInt(scan.next());
int b = Integer.parseInt(scan.next());
int c = Integer.parseInt(scan.next());
if(a <= b && b <= c){
System.out.println(a+" "+b+" "+c);
return;
}
if(a <= c && c <= b){
System.out.println(a+" "+c+" "+b);
return;
}
if(b <= a && a <= c){
System.out.println(b+" "+a+" "+c);
return;
}
if(b <= c && c <= a){
System.out.println(b+" "+c+" "+a);
return;
}
if(c <= a && a <= b){
System.out.println(a+" "+a+" "+b);
return;
}
if(c <= b && b <= a)
System.out.println(c+" "+b+" "+a);{
return;
}
}
} |
[
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,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
155,
5
],
[
155,
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
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
36,
38
],
[
31,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
45,
47
],
[
39,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
59,
59
],
[
59,
60
],
[
59,
61
],
[
59,
62
],
[
48,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
70,
70
],
[
70,
71
],
[
70,
72
],
[
70,
73
],
[
31,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
74,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
88,
89
],
[
88,
90
],
[
82,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
102,
102
],
[
102,
103
],
[
102,
104
],
[
102,
105
],
[
91,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
113,
113
],
[
113,
114
],
[
113,
115
],
[
113,
116
],
[
74,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
118,
123
],
[
123,
124
],
[
123,
125
],
[
117,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
126,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
131,
136
],
[
137,
137
],
[
137,
138
],
[
137,
139
],
[
137,
140
],
[
126,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
142,
147
],
[
148,
148
],
[
148,
149
],
[
148,
150
],
[
148,
151
],
[
6,
152
],
[
152,
153
],
[
0,
154
],
[
154,
155
],
[
154,
156
]
] | [
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a < b && a < c) {\n\t\t\tSystem.out.print(a + \" \");\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(b + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + b);\n\t\t\t}\n\t\t} else if (b < a && b < c) {\n\t\t\tSystem.out.print(b + \" \");\n\t\t\tif (a < c) {\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.print(c + \" \");\n\t\t\tif (a < b) {\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + a);\n\t\t\t}\n\t\t}\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a < b && a < c) {\n\t\t\tSystem.out.print(a + \" \");\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(b + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + b);\n\t\t\t}\n\t\t} else if (b < a && b < c) {\n\t\t\tSystem.out.print(b + \" \");\n\t\t\tif (a < c) {\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.print(c + \" \");\n\t\t\tif (a < b) {\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + a);\n\t\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\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a < b && a < c) {\n\t\t\tSystem.out.print(a + \" \");\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(b + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + b);\n\t\t\t}\n\t\t} else if (b < a && b < c) {\n\t\t\tSystem.out.print(b + \" \");\n\t\t\tif (a < c) {\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.print(c + \" \");\n\t\t\tif (a < b) {\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + a);\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\t\tif (a < b && a < c) {\n\t\t\tSystem.out.print(a + \" \");\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(b + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + b);\n\t\t\t}\n\t\t} else if (b < a && b < c) {\n\t\t\tSystem.out.print(b + \" \");\n\t\t\tif (a < c) {\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.print(c + \" \");\n\t\t\tif (a < b) {\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + a);\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 && a < c) {\n\t\t\tSystem.out.print(a + \" \");\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(b + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + b);\n\t\t\t}\n\t\t} else if (b < a && b < c) {\n\t\t\tSystem.out.print(b + \" \");\n\t\t\tif (a < c) {\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.print(c + \" \");\n\t\t\tif (a < b) {\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + a);\n\t\t\t}\n\t\t}",
"a < b && a < c",
"a < b",
"a",
"b",
"a < c",
"a",
"c",
"{\n\t\t\tSystem.out.print(a + \" \");\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(b + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + b);\n\t\t\t}\n\t\t}",
"System.out.print(a + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"a + \" \"",
"a",
"\" \"",
"if (b < c) {\n\t\t\t\tSystem.out.println(b + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + b);\n\t\t\t}",
"b < c",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(b + \" \" + c);\n\t\t\t}",
"System.out.println(b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"b + \" \" + c",
"b + \" \" + c",
"b",
"\" \"",
"c",
"{\n\t\t\t\tSystem.out.println(c + \" \" + b);\n\t\t\t}",
"System.out.println(c + \" \" + b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + b",
"c + \" \" + b",
"c",
"\" \"",
"b",
"if (b < a && b < c) {\n\t\t\tSystem.out.print(b + \" \");\n\t\t\tif (a < c) {\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.print(c + \" \");\n\t\t\tif (a < b) {\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + a);\n\t\t\t}\n\t\t}",
"b < a && b < c",
"b < a",
"b",
"a",
"b < c",
"b",
"c",
"{\n\t\t\tSystem.out.print(b + \" \");\n\t\t\tif (a < c) {\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}\n\t\t}",
"System.out.print(b + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"b + \" \"",
"b",
"\" \"",
"if (a < c) {\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}",
"a < c",
"a",
"c",
"{\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t}",
"System.out.println(a + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + c",
"a + \" \" + c",
"a",
"\" \"",
"c",
"{\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}",
"System.out.println(c + \" \" + a)",
"System.out.println",
"System.out",
"System",
"System.out",
"c + \" \" + a",
"c + \" \" + a",
"c",
"\" \"",
"a",
"{\n\t\t\tSystem.out.print(c + \" \");\n\t\t\tif (a < b) {\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + a);\n\t\t\t}\n\t\t}",
"System.out.print(c + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"c + \" \"",
"c",
"\" \"",
"if (a < b) {\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + a);\n\t\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t}",
"System.out.println(a + \" \" + b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b",
"a + \" \" + b",
"a",
"\" \"",
"b",
"{\n\t\t\t\tSystem.out.println(b + \" \" + a);\n\t\t\t}",
"System.out.println(b + \" \" + a)",
"System.out.println",
"System.out",
"System",
"System.out",
"b + \" \" + a",
"b + \" \" + a",
"b",
"\" \"",
"a",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a < b && a < c) {\n\t\t\tSystem.out.print(a + \" \");\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(b + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + b);\n\t\t\t}\n\t\t} else if (b < a && b < c) {\n\t\t\tSystem.out.print(b + \" \");\n\t\t\tif (a < c) {\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.print(c + \" \");\n\t\t\tif (a < b) {\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + a);\n\t\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\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tif (a < b && a < c) {\n\t\t\tSystem.out.print(a + \" \");\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(b + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + b);\n\t\t\t}\n\t\t} else if (b < a && b < c) {\n\t\t\tSystem.out.print(b + \" \");\n\t\t\tif (a < c) {\n\t\t\t\tSystem.out.println(a + \" \" + c);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(c + \" \" + a);\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.print(c + \" \");\n\t\t\tif (a < b) {\n\t\t\t\tSystem.out.println(a + \" \" + b);\n\t\t\t} else {\n\t\t\t\tSystem.out.println(b + \" \" + a);\n\t\t\t}\n\t\t}\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
sc.useDelimiter("\\s");
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if (a < b && a < c) {
System.out.print(a + " ");
if (b < c) {
System.out.println(b + " " + c);
} else {
System.out.println(c + " " + b);
}
} else if (b < a && b < c) {
System.out.print(b + " ");
if (a < c) {
System.out.println(a + " " + c);
} else {
System.out.println(c + " " + a);
}
} else {
System.out.print(c + " ");
if (a < b) {
System.out.println(a + " " + b);
} else {
System.out.println(b + " " + a);
}
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
4,
18,
13,
13,
41,
13,
20,
28,
13,
13,
30,
30,
4,
18,
13,
13,
4,
18,
13,
17,
4,
18,
18,
13,
13,
4,
18,
4,
18,
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
],
[
15,
17
],
[
11,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
26,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
11,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
11,
44
],
[
44,
45
],
[
44,
46
],
[
11,
47
],
[
47,
48
],
[
47,
49
],
[
47,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
51,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
11,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
9,
70
],
[
70,
71
],
[
0,
72
],
[
72,
73
],
[
72,
74
]
] | [
"\nimport 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\n\t\tint[] intArray = new int[3];\n\t\tintArray[0] = sc.nextInt();\n\t\tintArray[1] = sc.nextInt();\n\t\tintArray[2] = sc.nextInt();\n\t\tArrays.sort(intArray);\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (int i : intArray) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}\n\t\tSystem.out.println(sb.toString().trim());\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\n\t\tint[] intArray = new int[3];\n\t\tintArray[0] = sc.nextInt();\n\t\tintArray[1] = sc.nextInt();\n\t\tintArray[2] = sc.nextInt();\n\t\tArrays.sort(intArray);\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (int i : intArray) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}\n\t\tSystem.out.println(sb.toString().trim());\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint[] intArray = new int[3];\n\t\tintArray[0] = sc.nextInt();\n\t\tintArray[1] = sc.nextInt();\n\t\tintArray[2] = sc.nextInt();\n\t\tArrays.sort(intArray);\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (int i : intArray) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}\n\t\tSystem.out.println(sb.toString().trim());\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint[] intArray = new int[3];\n\t\tintArray[0] = sc.nextInt();\n\t\tintArray[1] = sc.nextInt();\n\t\tintArray[2] = sc.nextInt();\n\t\tArrays.sort(intArray);\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (int i : intArray) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}\n\t\tSystem.out.println(sb.toString().trim());\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int[] intArray = new int[3];",
"intArray",
"new int[3]",
"3",
"intArray[0] = sc.nextInt()",
"intArray[0]",
"intArray",
"0",
"sc.nextInt()",
"sc.nextInt",
"sc",
"intArray[1] = sc.nextInt()",
"intArray[1]",
"intArray",
"1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"intArray[2] = sc.nextInt()",
"intArray[2]",
"intArray",
"2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Arrays.sort(intArray)",
"Arrays.sort",
"Arrays",
"intArray",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"for (int i : intArray) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}",
"int i",
"intArray",
"{\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",
"\" \"",
"System.out.println(sb.toString().trim())",
"System.out.println",
"System.out",
"System",
"System.out",
"sb.toString().trim()",
"sb.toString().trim",
"sb.toString()",
"sb.toString",
"sb",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint[] intArray = new int[3];\n\t\tintArray[0] = sc.nextInt();\n\t\tintArray[1] = sc.nextInt();\n\t\tintArray[2] = sc.nextInt();\n\t\tArrays.sort(intArray);\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (int i : intArray) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}\n\t\tSystem.out.println(sb.toString().trim());\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint[] intArray = new int[3];\n\t\tintArray[0] = sc.nextInt();\n\t\tintArray[1] = sc.nextInt();\n\t\tintArray[2] = sc.nextInt();\n\t\tArrays.sort(intArray);\n\t\tStringBuilder sb = new StringBuilder();\n\t\tfor (int i : intArray) {\n\t\t\tsb.append(i);\n\t\t\tsb.append(\" \");\n\t\t}\n\t\tSystem.out.println(sb.toString().trim());\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[] intArray = new int[3];
intArray[0] = sc.nextInt();
intArray[1] = sc.nextInt();
intArray[2] = sc.nextInt();
Arrays.sort(intArray);
StringBuilder sb = new StringBuilder();
for (int i : intArray) {
sb.append(i);
sb.append(" ");
}
System.out.println(sb.toString().trim());
}
} |
[
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,
4,
18,
13,
13,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
13,
17,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
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
],
[
81,
17
],
[
81,
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
],
[
30,
31
],
[
29,
32
],
[
20,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
33,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
18,
49
],
[
49,
50
],
[
81,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
53,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
64,
65
],
[
53,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
69,
70
],
[
70,
71
],
[
53,
72
],
[
72,
73
],
[
73,
74
],
[
72,
75
],
[
75,
76
],
[
76,
77
],
[
53,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] | [
"import static java.lang.System.out;\nimport java.util.Scanner;\nimport java.util.List;\nimport java.util.ArrayList;\nimport java.util.Collections;\n\npublic class Main {\n public static void main(String[] args) {\n Main test = new Main();\n List<Integer> list = test.makeList();\n Collections.sort(list);\n out.printf(\"%d %d %d%n\", list.get(0), list.get(1), list.get(2));\n\n }\n\n public List<Integer> makeList() {\n Scanner scan = new Scanner(System.in);\n List<Integer> nums = new ArrayList<>();\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n\n return nums;\n } \n}",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.List;",
"List",
"java.util",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Main test = new Main();\n List<Integer> list = test.makeList();\n Collections.sort(list);\n out.printf(\"%d %d %d%n\", list.get(0), list.get(1), list.get(2));\n\n }\n\n public List<Integer> makeList() {\n Scanner scan = new Scanner(System.in);\n List<Integer> nums = new ArrayList<>();\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n\n return nums;\n } \n}",
"Main",
"public static void main(String[] args) {\n Main test = new Main();\n List<Integer> list = test.makeList();\n Collections.sort(list);\n out.printf(\"%d %d %d%n\", list.get(0), list.get(1), list.get(2));\n\n }",
"main",
"{\n Main test = new Main();\n List<Integer> list = test.makeList();\n Collections.sort(list);\n out.printf(\"%d %d %d%n\", list.get(0), list.get(1), list.get(2));\n\n }",
"Main test = new Main();",
"test",
"new Main()",
"List<Integer> list = test.makeList();",
"list",
"test.makeList()",
"test.makeList",
"test",
"Collections.sort(list)",
"Collections.sort",
"Collections",
"list",
"out.printf(\"%d %d %d%n\", list.get(0), list.get(1), list.get(2))",
"out.printf",
"out",
"\"%d %d %d%n\"",
"list.get(0)",
"list.get",
"list",
"0",
"list.get(1)",
"list.get",
"list",
"1",
"list.get(2)",
"list.get",
"list",
"2",
"String[] args",
"args",
"public List<Integer> makeList() {\n Scanner scan = new Scanner(System.in);\n List<Integer> nums = new ArrayList<>();\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n\n return nums;\n }",
"makeList",
"{\n Scanner scan = new Scanner(System.in);\n List<Integer> nums = new ArrayList<>();\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n\n return nums;\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"List<Integer> nums = new ArrayList<>();",
"nums",
"new ArrayList<>()",
"nums.add(scan.nextInt())",
"nums.add",
"nums",
"scan.nextInt()",
"scan.nextInt",
"scan",
"nums.add(scan.nextInt())",
"nums.add",
"nums",
"scan.nextInt()",
"scan.nextInt",
"scan",
"nums.add(scan.nextInt())",
"nums.add",
"nums",
"scan.nextInt()",
"scan.nextInt",
"scan",
"return nums;",
"nums",
"public class Main {\n public static void main(String[] args) {\n Main test = new Main();\n List<Integer> list = test.makeList();\n Collections.sort(list);\n out.printf(\"%d %d %d%n\", list.get(0), list.get(1), list.get(2));\n\n }\n\n public List<Integer> makeList() {\n Scanner scan = new Scanner(System.in);\n List<Integer> nums = new ArrayList<>();\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n\n return nums;\n } \n}",
"public class Main {\n public static void main(String[] args) {\n Main test = new Main();\n List<Integer> list = test.makeList();\n Collections.sort(list);\n out.printf(\"%d %d %d%n\", list.get(0), list.get(1), list.get(2));\n\n }\n\n public List<Integer> makeList() {\n Scanner scan = new Scanner(System.in);\n List<Integer> nums = new ArrayList<>();\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n nums.add(scan.nextInt());\n\n return nums;\n } \n}",
"Main"
] | import static java.lang.System.out;
import java.util.Scanner;
import java.util.List;
import java.util.ArrayList;
import java.util.Collections;
public class Main {
public static void main(String[] args) {
Main test = new Main();
List<Integer> list = test.makeList();
Collections.sort(list);
out.printf("%d %d %d%n", list.get(0), list.get(1), list.get(2));
}
public List<Integer> makeList() {
Scanner scan = new Scanner(System.in);
List<Integer> nums = new ArrayList<>();
nums.add(scan.nextInt());
nums.add(scan.nextInt());
nums.add(scan.nextInt());
return nums;
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
20,
17,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
0,
18,
13,
17,
13,
41,
13,
17,
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,
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,
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
],
[
159,
8
],
[
159,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
50,
52
],
[
11,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
11,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
11,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
11,
69
],
[
69,
70
],
[
69,
71
],
[
11,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
72,
84
],
[
84,
85
],
[
85,
86
],
[
72,
87
],
[
88,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
89,
99
],
[
99,
100
],
[
100,
101
],
[
89,
102
],
[
103,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
108,
109
],
[
108,
110
],
[
105,
111
],
[
111,
112
],
[
111,
113
],
[
104,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
117,
118
],
[
117,
119
],
[
119,
120
],
[
119,
121
],
[
114,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
125,
127
],
[
122,
128
],
[
128,
129
],
[
128,
130
],
[
114,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
131,
135
],
[
11,
136
],
[
136,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
136,
141
],
[
144,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
144,
148
],
[
143,
149
],
[
149,
150
],
[
149,
151
],
[
142,
152
],
[
144,
153
],
[
153,
154
],
[
153,
155
],
[
9,
156
],
[
156,
157
],
[
0,
158
],
[
158,
159
],
[
158,
160
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] hikakuStr = line.split(\"[\\\\s]+\");\n\n\t\tint a = Integer.parseInt(hikakuStr[0]);\n\t\tint b = Integer.parseInt(hikakuStr[1]);\n\t\tint c = Integer.parseInt(hikakuStr[2]);\n\t\tint[] hikakuInt = new int[3];\n\n\t\thikakuInt[0] = a;\n\t\thikakuInt[1] = b;\n\t\thikakuInt[2] = c;\n\t\tint buf = 0;\n\n\t\tfor (int w = 0; w < hikakuInt.length - 1; w++) {\n\t\t\tfor (int i = 1; i < hikakuInt.length; i++) {\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out\n\t\t\t\t.println(hikakuInt[0] + \" \" + hikakuInt[1] + \" \" + hikakuInt[2]);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] hikakuStr = line.split(\"[\\\\s]+\");\n\n\t\tint a = Integer.parseInt(hikakuStr[0]);\n\t\tint b = Integer.parseInt(hikakuStr[1]);\n\t\tint c = Integer.parseInt(hikakuStr[2]);\n\t\tint[] hikakuInt = new int[3];\n\n\t\thikakuInt[0] = a;\n\t\thikakuInt[1] = b;\n\t\thikakuInt[2] = c;\n\t\tint buf = 0;\n\n\t\tfor (int w = 0; w < hikakuInt.length - 1; w++) {\n\t\t\tfor (int i = 1; i < hikakuInt.length; i++) {\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out\n\t\t\t\t.println(hikakuInt[0] + \" \" + hikakuInt[1] + \" \" + hikakuInt[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] hikakuStr = line.split(\"[\\\\s]+\");\n\n\t\tint a = Integer.parseInt(hikakuStr[0]);\n\t\tint b = Integer.parseInt(hikakuStr[1]);\n\t\tint c = Integer.parseInt(hikakuStr[2]);\n\t\tint[] hikakuInt = new int[3];\n\n\t\thikakuInt[0] = a;\n\t\thikakuInt[1] = b;\n\t\thikakuInt[2] = c;\n\t\tint buf = 0;\n\n\t\tfor (int w = 0; w < hikakuInt.length - 1; w++) {\n\t\t\tfor (int i = 1; i < hikakuInt.length; i++) {\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out\n\t\t\t\t.println(hikakuInt[0] + \" \" + hikakuInt[1] + \" \" + hikakuInt[2]);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] hikakuStr = line.split(\"[\\\\s]+\");\n\n\t\tint a = Integer.parseInt(hikakuStr[0]);\n\t\tint b = Integer.parseInt(hikakuStr[1]);\n\t\tint c = Integer.parseInt(hikakuStr[2]);\n\t\tint[] hikakuInt = new int[3];\n\n\t\thikakuInt[0] = a;\n\t\thikakuInt[1] = b;\n\t\thikakuInt[2] = c;\n\t\tint buf = 0;\n\n\t\tfor (int w = 0; w < hikakuInt.length - 1; w++) {\n\t\t\tfor (int i = 1; i < hikakuInt.length; i++) {\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out\n\t\t\t\t.println(hikakuInt[0] + \" \" + hikakuInt[1] + \" \" + hikakuInt[2]);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] hikakuStr = line.split(\"[\\\\s]+\");",
"hikakuStr",
"line.split(\"[\\\\s]+\")",
"line.split",
"line",
"\"[\\\\s]+\"",
"int a = Integer.parseInt(hikakuStr[0]);",
"a",
"Integer.parseInt(hikakuStr[0])",
"Integer.parseInt",
"Integer",
"hikakuStr[0]",
"hikakuStr",
"0",
"int b = Integer.parseInt(hikakuStr[1]);",
"b",
"Integer.parseInt(hikakuStr[1])",
"Integer.parseInt",
"Integer",
"hikakuStr[1]",
"hikakuStr",
"1",
"int c = Integer.parseInt(hikakuStr[2]);",
"c",
"Integer.parseInt(hikakuStr[2])",
"Integer.parseInt",
"Integer",
"hikakuStr[2]",
"hikakuStr",
"2",
"int[] hikakuInt = new int[3];",
"hikakuInt",
"new int[3]",
"3",
"hikakuInt[0] = a",
"hikakuInt[0]",
"hikakuInt",
"0",
"a",
"hikakuInt[1] = b",
"hikakuInt[1]",
"hikakuInt",
"1",
"b",
"hikakuInt[2] = c",
"hikakuInt[2]",
"hikakuInt",
"2",
"c",
"int buf = 0;",
"buf",
"0",
"for (int w = 0; w < hikakuInt.length - 1; w++) {\n\t\t\tfor (int i = 1; i < hikakuInt.length; i++) {\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int w = 0;",
"int w = 0;",
"w",
"0",
"w < hikakuInt.length - 1",
"w",
"hikakuInt.length - 1",
"hikakuInt.length",
"hikakuInt",
"hikakuInt.length",
"1",
"w++",
"w++",
"w",
"{\n\t\t\tfor (int i = 1; i < hikakuInt.length; i++) {\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor (int i = 1; i < hikakuInt.length; i++) {\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"for (int i = 1; i < hikakuInt.length; i++) {\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}",
"int i = 1;",
"int i = 1;",
"i",
"1",
"i < hikakuInt.length",
"i",
"hikakuInt.length",
"hikakuInt",
"hikakuInt.length",
"i++",
"i++",
"i",
"{\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}",
"if (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}",
"hikakuInt[i - 1] > hikakuInt[i]",
"hikakuInt[i - 1]",
"hikakuInt",
"i - 1",
"i",
"1",
"hikakuInt[i]",
"hikakuInt",
"i",
"{\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}",
"buf = hikakuInt[i - 1]",
"buf",
"hikakuInt[i - 1]",
"hikakuInt",
"i - 1",
"i",
"1",
"hikakuInt[i - 1] = hikakuInt[i]",
"hikakuInt[i - 1]",
"hikakuInt",
"i - 1",
"i",
"1",
"hikakuInt[i]",
"hikakuInt",
"i",
"hikakuInt[i] = buf",
"hikakuInt[i]",
"hikakuInt",
"i",
"buf",
"System.out\n\t\t\t\t.println(hikakuInt[0] + \" \" + hikakuInt[1] + \" \" + hikakuInt[2])",
"System.out\n\t\t\t\t.println",
"System.out",
"System",
"System.out",
"hikakuInt[0] + \" \" + hikakuInt[1] + \" \" + hikakuInt[2]",
"\" \"",
"hikakuInt[1]",
"hikakuInt[0] + \" \" + hikakuInt[1] + \" \" + hikakuInt[2]",
"hikakuInt[0]",
"hikakuInt",
"0",
"\" \"",
"hikakuInt[1]",
"hikakuInt",
"1",
"\" \"",
"hikakuInt[2]",
"hikakuInt",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] hikakuStr = line.split(\"[\\\\s]+\");\n\n\t\tint a = Integer.parseInt(hikakuStr[0]);\n\t\tint b = Integer.parseInt(hikakuStr[1]);\n\t\tint c = Integer.parseInt(hikakuStr[2]);\n\t\tint[] hikakuInt = new int[3];\n\n\t\thikakuInt[0] = a;\n\t\thikakuInt[1] = b;\n\t\thikakuInt[2] = c;\n\t\tint buf = 0;\n\n\t\tfor (int w = 0; w < hikakuInt.length - 1; w++) {\n\t\t\tfor (int i = 1; i < hikakuInt.length; i++) {\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out\n\t\t\t\t.println(hikakuInt[0] + \" \" + hikakuInt[1] + \" \" + hikakuInt[2]);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] hikakuStr = line.split(\"[\\\\s]+\");\n\n\t\tint a = Integer.parseInt(hikakuStr[0]);\n\t\tint b = Integer.parseInt(hikakuStr[1]);\n\t\tint c = Integer.parseInt(hikakuStr[2]);\n\t\tint[] hikakuInt = new int[3];\n\n\t\thikakuInt[0] = a;\n\t\thikakuInt[1] = b;\n\t\thikakuInt[2] = c;\n\t\tint buf = 0;\n\n\t\tfor (int w = 0; w < hikakuInt.length - 1; w++) {\n\t\t\tfor (int i = 1; i < hikakuInt.length; i++) {\n\t\t\t\tif (hikakuInt[i - 1] > hikakuInt[i]) {\n\t\t\t\t\tbuf = hikakuInt[i - 1];\n\t\t\t\t\thikakuInt[i - 1] = hikakuInt[i];\n\t\t\t\t\thikakuInt[i] = buf;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out\n\t\t\t\t.println(hikakuInt[0] + \" \" + hikakuInt[1] + \" \" + hikakuInt[2]);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
String[] hikakuStr = line.split("[\\s]+");
int a = Integer.parseInt(hikakuStr[0]);
int b = Integer.parseInt(hikakuStr[1]);
int c = Integer.parseInt(hikakuStr[2]);
int[] hikakuInt = new int[3];
hikakuInt[0] = a;
hikakuInt[1] = b;
hikakuInt[2] = c;
int buf = 0;
for (int w = 0; w < hikakuInt.length - 1; w++) {
for (int i = 1; i < hikakuInt.length; i++) {
if (hikakuInt[i - 1] > hikakuInt[i]) {
buf = hikakuInt[i - 1];
hikakuInt[i - 1] = hikakuInt[i];
hikakuInt[i] = buf;
}
}
}
System.out
.println(hikakuInt[0] + " " + hikakuInt[1] + " " + hikakuInt[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,
41,
13,
39,
13,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
11,
1,
41,
13,
13,
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,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
135,
5
],
[
135,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
49,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
53,
63
],
[
63,
64
],
[
64,
65
],
[
53,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
75,
77
],
[
68,
78
],
[
78,
79
],
[
79,
80
],
[
68,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
88,
90
],
[
83,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
94,
96
],
[
91,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
101,
103
],
[
91,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
8,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
109,
114
],
[
117,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
117,
121
],
[
116,
122
],
[
122,
123
],
[
122,
124
],
[
115,
125
],
[
117,
126
],
[
126,
127
],
[
126,
128
],
[
8,
129
],
[
129,
130
],
[
130,
131
],
[
6,
132
],
[
132,
133
],
[
0,
134
],
[
134,
135
],
[
134,
136
]
] | [
"import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint[] ans = {a, b, c};\n\t\tfor(int i = 0; i < ans.length; i++){\n\t\t\tfor(int x = i; x < ans.length; x++){\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for\n\t\t}//for\n\t\tSystem.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\t\tbr.close();\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint[] ans = {a, b, c};\n\t\tfor(int i = 0; i < ans.length; i++){\n\t\t\tfor(int x = i; x < ans.length; x++){\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for\n\t\t}//for\n\t\tSystem.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\t\tbr.close();\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint[] ans = {a, b, c};\n\t\tfor(int i = 0; i < ans.length; i++){\n\t\t\tfor(int x = i; x < ans.length; x++){\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for\n\t\t}//for\n\t\tSystem.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\t\tbr.close();\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint[] ans = {a, b, c};\n\t\tfor(int i = 0; i < ans.length; i++){\n\t\t\tfor(int x = i; x < ans.length; x++){\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for\n\t\t}//for\n\t\tSystem.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\t\tbr.close();\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strs = str.split(\" \");",
"strs",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(strs[0]);",
"a",
"Integer.parseInt(strs[0])",
"Integer.parseInt",
"Integer",
"strs[0]",
"strs",
"0",
"int b = Integer.parseInt(strs[1]);",
"b",
"Integer.parseInt(strs[1])",
"Integer.parseInt",
"Integer",
"strs[1]",
"strs",
"1",
"int c = Integer.parseInt(strs[2]);",
"c",
"Integer.parseInt(strs[2])",
"Integer.parseInt",
"Integer",
"strs[2]",
"strs",
"2",
"int[] ans = {a, b, c};",
"ans",
"{a, b, c}",
"a",
"b",
"c",
"for(int i = 0; i < ans.length; i++){\n\t\t\tfor(int x = i; x < ans.length; x++){\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for\n\t\t}//for",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < ans.length",
"i",
"ans.length",
"ans",
"ans.length",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int x = i; x < ans.length; x++){\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for\n\t\t}//for",
"{\n\t\t\tfor(int x = i; x < ans.length; x++){\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for\n\t\t}",
"for(int x = i; x < ans.length; x++){\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for",
"int x = i;",
"int x = i;",
"x",
"i",
"x < ans.length",
"x",
"ans.length",
"ans",
"ans.length",
"x++",
"x++",
"x",
"{\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for",
"{\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}",
"if(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if",
"ans[x] < ans[i]",
"ans[x]",
"ans",
"x",
"ans[i]",
"ans",
"i",
"{\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}",
"int w = ans[x];",
"w",
"ans[x]",
"ans",
"x",
"ans[x] = ans[i]",
"ans[x]",
"ans",
"x",
"ans[i]",
"ans",
"i",
"ans[i] = w",
"ans[i]",
"ans",
"i",
"w",
"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",
"br.close()",
"br.close",
"br",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint[] ans = {a, b, c};\n\t\tfor(int i = 0; i < ans.length; i++){\n\t\t\tfor(int x = i; x < ans.length; x++){\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for\n\t\t}//for\n\t\tSystem.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\t\tbr.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint[] ans = {a, b, c};\n\t\tfor(int i = 0; i < ans.length; i++){\n\t\t\tfor(int x = i; x < ans.length; x++){\n\t\t\t\tif(ans[x] < ans[i]){\n\t\t\t\t\tint w = ans[x];\n\t\t\t\t\tans[x] = ans[i];\n\t\t\t\t\tans[i] = w;\n\t\t\t\t}//if\n\t\t\t}//for\n\t\t}//for\n\t\tSystem.out.println(ans[0] + \" \" + ans[1] + \" \" + ans[2]);\n\t\tbr.close();\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] strs = str.split(" ");
int a = Integer.parseInt(strs[0]);
int b = Integer.parseInt(strs[1]);
int c = Integer.parseInt(strs[2]);
int[] ans = {a, b, c};
for(int i = 0; i < ans.length; i++){
for(int x = i; x < ans.length; x++){
if(ans[x] < ans[i]){
int w = ans[x];
ans[x] = ans[i];
ans[i] = w;
}//if
}//for
}//for
System.out.println(ans[0] + " " + ans[1] + " " + ans[2]);
br.close();
}
} |
[
7,
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,
0,
18,
13,
13,
4,
18,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
41,
13,
13,
11,
1,
41,
13,
13,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
4,
18,
18,
13,
13,
2,
18,
13,
13,
17,
4,
18,
18,
13,
13,
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
],
[
6,
8
],
[
4,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
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
],
[
11,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
35,
46
],
[
47,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
56,
57
],
[
56,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
51,
62
],
[
63,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
69,
71
],
[
64,
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
],
[
72,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
11,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
95,
96
],
[
95,
97
],
[
90,
98
],
[
98,
99
],
[
99,
100
],
[
90,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
102,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
11,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
112,
117
],
[
117,
118
],
[
117,
119
],
[
4,
120
],
[
120,
121
],
[
120,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
120,
126
],
[
126,
127
]
] | [
"import java.util.*;\nclass Main{\n Scanner sc=new Scanner(System.in);\n void main(){\n\tint[]a=new int[3];\n\tfor(int i=0;i<3;i++)a[i]=sc.nextInt();\n\tfor(int i=0;i<2;i++){\n\t int min=i;\n\t for(int j=i;j<3;j++){\n\t\tif(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}\n\t }\n\t}\n\tfor(int i=0;i<2;i++)System.out.print(a[i]+\" \");\n\tSystem.out.println(a[2]);\n }\n public static void main(String[]ag){\n\tnew Main().main();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n Scanner sc=new Scanner(System.in);\n void main(){\n\tint[]a=new int[3];\n\tfor(int i=0;i<3;i++)a[i]=sc.nextInt();\n\tfor(int i=0;i<2;i++){\n\t int min=i;\n\t for(int j=i;j<3;j++){\n\t\tif(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}\n\t }\n\t}\n\tfor(int i=0;i<2;i++)System.out.print(a[i]+\" \");\n\tSystem.out.println(a[2]);\n }\n public static void main(String[]ag){\n\tnew Main().main();\n }\n}",
"Main",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"void main(){\n\tint[]a=new int[3];\n\tfor(int i=0;i<3;i++)a[i]=sc.nextInt();\n\tfor(int i=0;i<2;i++){\n\t int min=i;\n\t for(int j=i;j<3;j++){\n\t\tif(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}\n\t }\n\t}\n\tfor(int i=0;i<2;i++)System.out.print(a[i]+\" \");\n\tSystem.out.println(a[2]);\n }",
"main",
"{\n\tint[]a=new int[3];\n\tfor(int i=0;i<3;i++)a[i]=sc.nextInt();\n\tfor(int i=0;i<2;i++){\n\t int min=i;\n\t for(int j=i;j<3;j++){\n\t\tif(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}\n\t }\n\t}\n\tfor(int i=0;i<2;i++)System.out.print(a[i]+\" \");\n\tSystem.out.println(a[2]);\n }",
"int[]a=new int[3];",
"a",
"new int[3]",
"3",
"for(int i=0;i<3;i++)a[i]=sc.nextInt();",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"a[i]=sc.nextInt();",
"a[i]=sc.nextInt()",
"a[i]",
"a",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"for(int i=0;i<2;i++){\n\t int min=i;\n\t for(int j=i;j<3;j++){\n\t\tif(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}\n\t }\n\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<2",
"i",
"2",
"i++",
"i++",
"i",
"{\n\t int min=i;\n\t for(int j=i;j<3;j++){\n\t\tif(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}\n\t }\n\t}",
"{\n\t int min=i;\n\t for(int j=i;j<3;j++){\n\t\tif(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}\n\t }\n\t}",
"int min=i;",
"min",
"i",
"for(int j=i;j<3;j++){\n\t\tif(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}\n\t }",
"int j=i;",
"int j=i;",
"j",
"i",
"j<3",
"j",
"3",
"j++",
"j++",
"j",
"{\n\t\tif(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}\n\t }",
"{\n\t\tif(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}\n\t }",
"if(a[min]>a[j]){\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}",
"a[min]>a[j]",
"a[min]",
"a",
"min",
"a[j]",
"a",
"j",
"{\n\t\t int c=a[min];\n\t\t a[min]=a[j];\n\t\t a[j]=c;\n\t\t}",
"int c=a[min];",
"c",
"a[min]",
"a",
"min",
"a[min]=a[j]",
"a[min]",
"a",
"min",
"a[j]",
"a",
"j",
"a[j]=c",
"a[j]",
"a",
"j",
"c",
"for(int i=0;i<2;i++)System.out.print(a[i]+\" \");",
"int i=0;",
"int i=0;",
"i",
"0",
"i<2",
"i",
"2",
"i++",
"i++",
"i",
"System.out.print(a[i]+\" \");",
"System.out.print(a[i]+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"a[i]+\" \"",
"a[i]",
"a",
"i",
"\" \"",
"System.out.println(a[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[2]",
"a",
"2",
"public static void main(String[]ag){\n\tnew Main().main();\n }",
"main",
"{\n\tnew Main().main();\n }",
"new Main().main()",
"new Main().main",
"new Main()",
"String[]ag",
"ag"
] | import java.util.*;
class Main{
Scanner sc=new Scanner(System.in);
void main(){
int[]a=new int[3];
for(int i=0;i<3;i++)a[i]=sc.nextInt();
for(int i=0;i<2;i++){
int min=i;
for(int j=i;j<3;j++){
if(a[min]>a[j]){
int c=a[min];
a[min]=a[j];
a[j]=c;
}
}
}
for(int i=0;i<2;i++)System.out.print(a[i]+" ");
System.out.println(a[2]);
}
public static void main(String[]ag){
new Main().main();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
84,
5
],
[
84,
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
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
34,
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
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
72,
78
],
[
72,
79
],
[
72,
80
],
[
6,
81
],
[
81,
82
],
[
0,
83
],
[
83,
84
],
[
83,
85
]
] | [
"import java.util.Scanner;\n\npublic class Main{ \n public static void main(String[] args){\n int temp = 0;\n Scanner num = new Scanner(System.in);\n int a = num.nextInt();\n int b = num.nextInt();\n int c = num.nextInt();\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n if(b>c){\n temp = b;\n b = c;\n c = temp;\n }\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }\n }",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{ \n public static void main(String[] args){\n int temp = 0;\n Scanner num = new Scanner(System.in);\n int a = num.nextInt();\n int b = num.nextInt();\n int c = num.nextInt();\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n if(b>c){\n temp = b;\n b = c;\n c = temp;\n }\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }\n }",
"Main",
"public static void main(String[] args){\n int temp = 0;\n Scanner num = new Scanner(System.in);\n int a = num.nextInt();\n int b = num.nextInt();\n int c = num.nextInt();\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n if(b>c){\n temp = b;\n b = c;\n c = temp;\n }\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }",
"main",
"{\n int temp = 0;\n Scanner num = new Scanner(System.in);\n int a = num.nextInt();\n int b = num.nextInt();\n int c = num.nextInt();\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n if(b>c){\n temp = b;\n b = c;\n c = temp;\n }\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }",
"int temp = 0;",
"temp",
"0",
"Scanner num = new Scanner(System.in);",
"num",
"new Scanner(System.in)",
"int a = num.nextInt();",
"a",
"num.nextInt()",
"num.nextInt",
"num",
"int b = num.nextInt();",
"b",
"num.nextInt()",
"num.nextInt",
"num",
"int c = num.nextInt();",
"c",
"num.nextInt()",
"num.nextInt",
"num",
"if(a>b){\n temp = a;\n a = b;\n b = temp;\n }",
"a>b",
"a",
"b",
"{\n temp = a;\n a = b;\n b = temp;\n }",
"temp = a",
"temp",
"a",
"a = b",
"a",
"b",
"b = temp",
"b",
"temp",
"if(b>c){\n temp = b;\n b = c;\n c = temp;\n }",
"b>c",
"b",
"c",
"{\n temp = b;\n b = c;\n c = temp;\n }",
"temp = b",
"temp",
"b",
"b = c",
"b",
"c",
"c = temp",
"c",
"temp",
"if(a>b){\n temp = a;\n a = b;\n b = temp;\n }",
"a>b",
"a",
"b",
"{\n temp = a;\n a = b;\n b = temp;\n }",
"temp = a",
"temp",
"a",
"a = b",
"a",
"b",
"b = temp",
"b",
"temp",
"System.out.printf(\"%d %d %d\\n\",a,b,c)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %d\\n\"",
"a",
"b",
"c",
"String[] args",
"args",
"public class Main{ \n public static void main(String[] args){\n int temp = 0;\n Scanner num = new Scanner(System.in);\n int a = num.nextInt();\n int b = num.nextInt();\n int c = num.nextInt();\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n if(b>c){\n temp = b;\n b = c;\n c = temp;\n }\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }\n }",
"public class Main{ \n public static void main(String[] args){\n int temp = 0;\n Scanner num = new Scanner(System.in);\n int a = num.nextInt();\n int b = num.nextInt();\n int c = num.nextInt();\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n if(b>c){\n temp = b;\n b = c;\n c = temp;\n }\n if(a>b){\n temp = a;\n a = b;\n b = temp;\n }\n System.out.printf(\"%d %d %d\\n\",a,b,c);\n }\n }",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
int temp = 0;
Scanner num = new Scanner(System.in);
int a = num.nextInt();
int b = num.nextInt();
int c = num.nextInt();
if(a>b){
temp = a;
a = b;
b = temp;
}
if(b>c){
temp = b;
b = c;
c = temp;
}
if(a>b){
temp = a;
a = b;
b = temp;
}
System.out.printf("%d %d %d\n",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 public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int y = in.nextInt();\n int z = in.nextInt();\n int w;\n \n if(x>y){\n\tw = x;\n x = y;\n y = w;\n\t}\n\n\tif(x>z){\n\tw = x;\n\tx = z;\n\tz = w;\n\t}\n\n\tif(y>z){\n\tw = y;\n\ty = z;\n\tz = w;\n\t}\n\n\n\n System.out.println(x + \" \" + y + \" \" + z);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int y = in.nextInt();\n int z = in.nextInt();\n int w;\n \n if(x>y){\n\tw = x;\n x = y;\n y = w;\n\t}\n\n\tif(x>z){\n\tw = x;\n\tx = z;\n\tz = w;\n\t}\n\n\tif(y>z){\n\tw = y;\n\ty = z;\n\tz = w;\n\t}\n\n\n\n System.out.println(x + \" \" + y + \" \" + z);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int y = in.nextInt();\n int z = in.nextInt();\n int w;\n \n if(x>y){\n\tw = x;\n x = y;\n y = w;\n\t}\n\n\tif(x>z){\n\tw = x;\n\tx = z;\n\tz = w;\n\t}\n\n\tif(y>z){\n\tw = y;\n\ty = z;\n\tz = w;\n\t}\n\n\n\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int y = in.nextInt();\n int z = in.nextInt();\n int w;\n \n if(x>y){\n\tw = x;\n x = y;\n y = w;\n\t}\n\n\tif(x>z){\n\tw = x;\n\tx = z;\n\tz = w;\n\t}\n\n\tif(y>z){\n\tw = y;\n\ty = z;\n\tz = w;\n\t}\n\n\n\n System.out.println(x + \" \" + y + \" \" + z);\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int x = in.nextInt();",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"int y = in.nextInt();",
"y",
"in.nextInt()",
"in.nextInt",
"in",
"int z = in.nextInt();",
"z",
"in.nextInt()",
"in.nextInt",
"in",
"int w;",
"w",
"if(x>y){\n\tw = x;\n x = y;\n y = w;\n\t}",
"x>y",
"x",
"y",
"{\n\tw = x;\n x = y;\n y = w;\n\t}",
"w = x",
"w",
"x",
"x = y",
"x",
"y",
"y = w",
"y",
"w",
"if(x>z){\n\tw = x;\n\tx = z;\n\tz = w;\n\t}",
"x>z",
"x",
"z",
"{\n\tw = x;\n\tx = z;\n\tz = w;\n\t}",
"w = x",
"w",
"x",
"x = z",
"x",
"z",
"z = w",
"z",
"w",
"if(y>z){\n\tw = y;\n\ty = z;\n\tz = w;\n\t}",
"y>z",
"y",
"z",
"{\n\tw = y;\n\ty = z;\n\tz = w;\n\t}",
"w = y",
"w",
"y",
"y = z",
"y",
"z",
"z = w",
"z",
"w",
"System.out.println(x + \" \" + y + \" \" + z)",
"System.out.println",
"System.out",
"System",
"System.out",
"x + \" \" + y + \" \" + z",
"\" \"",
"y",
"x + \" \" + y + \" \" + z",
"x",
"\" \"",
"y",
"\" \"",
"z",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int x = in.nextInt();
int y = in.nextInt();
int z = in.nextInt();
int w;
if(x>y){
w = x;
x = y;
y = w;
}
if(x>z){
w = x;
x = z;
z = w;
}
if(y>z){
w = y;
y = z;
z = w;
}
System.out.println(x + " " + y + " " + z);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
20,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
41,
13,
20,
0,
13,
2,
2,
2,
2,
4,
18,
13,
17,
17,
4,
18,
13,
17,
17,
4,
18,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
87,
11
],
[
87,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
14,
33
],
[
33,
34
],
[
34,
35
],
[
14,
36
],
[
36,
37
],
[
36,
38
],
[
14,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
14,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
14,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
14,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
14,
55
],
[
55,
56
],
[
55,
57
],
[
14,
58
],
[
58,
59
],
[
58,
60
],
[
63,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
64,
67
],
[
63,
68
],
[
62,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
61,
73
],
[
63,
74
],
[
74,
75
],
[
75,
76
],
[
74,
77
],
[
14,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
12,
84
],
[
84,
85
],
[
0,
86
],
[
86,
87
],
[
86,
88
]
] | [
"import java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tscan.close();\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\t\tnums.add(a);\n\t\tnums.add(b);\n\t\tnums.add(c);\n\t\tCollections.sort(nums);\n\t\tString answer = new String();\n\t\tanswer += nums.get(0) + \" \" + nums.get(1) + \" \" + nums.get(2);\n\t\tSystem.out.println(answer);\n\t}\n\n}",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\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\tscan.close();\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\t\tnums.add(a);\n\t\tnums.add(b);\n\t\tnums.add(c);\n\t\tCollections.sort(nums);\n\t\tString answer = new String();\n\t\tanswer += nums.get(0) + \" \" + nums.get(1) + \" \" + nums.get(2);\n\t\tSystem.out.println(answer);\n\t}\n\n}",
"Main",
"public 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\tscan.close();\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\t\tnums.add(a);\n\t\tnums.add(b);\n\t\tnums.add(c);\n\t\tCollections.sort(nums);\n\t\tString answer = new String();\n\t\tanswer += nums.get(0) + \" \" + nums.get(1) + \" \" + nums.get(2);\n\t\tSystem.out.println(answer);\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\tscan.close();\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\t\tnums.add(a);\n\t\tnums.add(b);\n\t\tnums.add(c);\n\t\tCollections.sort(nums);\n\t\tString answer = new String();\n\t\tanswer += nums.get(0) + \" \" + nums.get(1) + \" \" + nums.get(2);\n\t\tSystem.out.println(answer);\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",
"scan.close()",
"scan.close",
"scan",
"ArrayList<Integer> nums = new ArrayList<Integer>();",
"nums",
"new ArrayList<Integer>()",
"nums.add(a)",
"nums.add",
"nums",
"a",
"nums.add(b)",
"nums.add",
"nums",
"b",
"nums.add(c)",
"nums.add",
"nums",
"c",
"Collections.sort(nums)",
"Collections.sort",
"Collections",
"nums",
"String answer = new String();",
"answer",
"new String()",
"answer += nums.get(0) + \" \" + nums.get(1) + \" \" + nums.get(2)",
"answer",
"nums.get(0) + \" \" + nums.get(1) + \" \" + nums.get(2)",
"\" \"",
"nums.get(1)",
"nums.get(0) + \" \" + nums.get(1) + \" \" + nums.get(2)",
"nums.get(0)",
"nums.get",
"nums",
"0",
"\" \"",
"nums.get(1)",
"nums.get",
"nums",
"1",
"\" \"",
"nums.get(2)",
"nums.get",
"nums",
"2",
"System.out.println(answer)",
"System.out.println",
"System.out",
"System",
"System.out",
"answer",
"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 = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tscan.close();\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\t\tnums.add(a);\n\t\tnums.add(b);\n\t\tnums.add(c);\n\t\tCollections.sort(nums);\n\t\tString answer = new String();\n\t\tanswer += nums.get(0) + \" \" + nums.get(1) + \" \" + nums.get(2);\n\t\tSystem.out.println(answer);\n\t}\n\n}",
"public class Main {\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\tscan.close();\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\t\tnums.add(a);\n\t\tnums.add(b);\n\t\tnums.add(c);\n\t\tCollections.sort(nums);\n\t\tString answer = new String();\n\t\tanswer += nums.get(0) + \" \" + nums.get(1) + \" \" + nums.get(2);\n\t\tSystem.out.println(answer);\n\t}\n\n}",
"Main"
] | import java.util.ArrayList;
import java.util.Collections;
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();
scan.close();
ArrayList<Integer> nums = new ArrayList<Integer>();
nums.add(a);
nums.add(b);
nums.add(c);
Collections.sort(nums);
String answer = new String();
answer += nums.get(0) + " " + nums.get(1) + " " + nums.get(2);
System.out.println(answer);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
23,
13,
6,
13,
41,
13,
12,
13,
30,
0,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
14,
2,
18,
13,
2,
13,
13,
18,
13,
2,
2,
13,
13,
17,
4,
13,
2,
13,
13,
2,
2,
13,
13,
17,
23,
13,
12,
13,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
18,
13,
13,
14,
2,
13,
2,
18,
13,
13,
17,
3,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
175,
8
],
[
175,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
19,
20
],
[
18,
21
],
[
21,
22
],
[
22,
23
],
[
18,
24
],
[
24,
25
],
[
25,
26
],
[
18,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
31,
32
],
[
9,
33
],
[
33,
34
],
[
0,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
35,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
45,
46
],
[
45,
47
],
[
41,
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
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
67,
69
],
[
62,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
75,
76
],
[
75,
77
],
[
70,
78
],
[
78,
79
],
[
79,
80
],
[
70,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
86,
88
],
[
83,
89
],
[
89,
90
],
[
89,
91
],
[
92,
92
],
[
92,
93
],
[
92,
94
],
[
92,
95
],
[
82,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
102,
102
],
[
102,
103
],
[
102,
104
],
[
102,
105
],
[
39,
106
],
[
106,
107
],
[
35,
108
],
[
108,
109
],
[
108,
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
],
[
108,
128
],
[
128,
129
],
[
108,
130
],
[
130,
131
],
[
35,
132
],
[
132,
133
],
[
132,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
135,
140
],
[
140,
141
],
[
141,
142
],
[
135,
143
],
[
144,
144
],
[
144,
145
],
[
145,
146
],
[
146,
147
],
[
147,
148
],
[
147,
149
],
[
145,
150
],
[
150,
151
],
[
150,
152
],
[
144,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
156,
157
],
[
157,
158
],
[
157,
159
],
[
156,
160
],
[
153,
161
],
[
144,
162
],
[
162,
163
],
[
163,
164
],
[
164,
165
],
[
164,
166
],
[
162,
167
],
[
134,
168
],
[
168,
169
],
[
169,
170
],
[
170,
171
],
[
170,
172
],
[
168,
173
],
[
0,
174
],
[
174,
175
],
[
174,
176
]
] | [
"\nimport java.io.*;\nimport java.util.*;\n\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\tAoj aoj = new Aoj();\n\t\taoj.Load(scan.nextInt(),scan.nextInt(),scan.nextInt());\n\t\taoj.show();\n\t}\n}\n\nclass Aoj{\n\tint[] num;\n\tpublic void Load(int... x){\n\t\tnum = new int[x.length];\n\t\tfor(int i=0; i<num.length;i++){\n\t\t\tnum[i]=x[i];\n\t\t\tfor(int j=0; j<i;j++)\n\t\t\t\tif(num[i-j]<num[i-j-1])\n\t\t\t\t\tswap(i-j,i-j-1);\n\t\t}\n\t}\n\tvoid swap(int x, int y){\n\t\tint tmp=num[x];\n\t\tnum[x]=num[y];\n\t\tnum[y]=tmp;\n\t}\n\tpublic void show(){\n\t\tfor(int i=0; ;i++){\n\t\t\tSystem.out.print(num[i]);\n\t\t\tif(i==num.length-1)\n\t\t\t\tbreak;\n\t\t\tSystem.out.print(\" \");\n\t\t\t\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}\n\t\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main{ \n\n\tpublic static void main(String args[]){\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tAoj aoj = new Aoj();\n\t\taoj.Load(scan.nextInt(),scan.nextInt(),scan.nextInt());\n\t\taoj.show();\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tAoj aoj = new Aoj();\n\t\taoj.Load(scan.nextInt(),scan.nextInt(),scan.nextInt());\n\t\taoj.show();\n\t}",
"main",
"{\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tAoj aoj = new Aoj();\n\t\taoj.Load(scan.nextInt(),scan.nextInt(),scan.nextInt());\n\t\taoj.show();\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"Aoj aoj = new Aoj();",
"aoj",
"new Aoj()",
"aoj.Load(scan.nextInt(),scan.nextInt(),scan.nextInt())",
"aoj.Load",
"aoj",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.nextInt()",
"scan.nextInt",
"scan",
"aoj.show()",
"aoj.show",
"aoj",
"String args[]",
"args",
"class Aoj{\n\tint[] num;\n\tpublic void Load(int... x){\n\t\tnum = new int[x.length];\n\t\tfor(int i=0; i<num.length;i++){\n\t\t\tnum[i]=x[i];\n\t\t\tfor(int j=0; j<i;j++)\n\t\t\t\tif(num[i-j]<num[i-j-1])\n\t\t\t\t\tswap(i-j,i-j-1);\n\t\t}\n\t}\n\tvoid swap(int x, int y){\n\t\tint tmp=num[x];\n\t\tnum[x]=num[y];\n\t\tnum[y]=tmp;\n\t}\n\tpublic void show(){\n\t\tfor(int i=0; ;i++){\n\t\t\tSystem.out.print(num[i]);\n\t\t\tif(i==num.length-1)\n\t\t\t\tbreak;\n\t\t\tSystem.out.print(\" \");\n\t\t\t\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}\n\t\n}",
"Aoj",
"int[] num;",
"num",
"public void Load(int... x){\n\t\tnum = new int[x.length];\n\t\tfor(int i=0; i<num.length;i++){\n\t\t\tnum[i]=x[i];\n\t\t\tfor(int j=0; j<i;j++)\n\t\t\t\tif(num[i-j]<num[i-j-1])\n\t\t\t\t\tswap(i-j,i-j-1);\n\t\t}\n\t}",
"Load",
"{\n\t\tnum = new int[x.length];\n\t\tfor(int i=0; i<num.length;i++){\n\t\t\tnum[i]=x[i];\n\t\t\tfor(int j=0; j<i;j++)\n\t\t\t\tif(num[i-j]<num[i-j-1])\n\t\t\t\t\tswap(i-j,i-j-1);\n\t\t}\n\t}",
"num = new int[x.length]",
"num",
"new int[x.length]",
"x.length",
"x",
"x.length",
"for(int i=0; i<num.length;i++){\n\t\t\tnum[i]=x[i];\n\t\t\tfor(int j=0; j<i;j++)\n\t\t\t\tif(num[i-j]<num[i-j-1])\n\t\t\t\t\tswap(i-j,i-j-1);\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<num.length",
"i",
"num.length",
"num",
"num.length",
"i++",
"i++",
"i",
"{\n\t\t\tnum[i]=x[i];\n\t\t\tfor(int j=0; j<i;j++)\n\t\t\t\tif(num[i-j]<num[i-j-1])\n\t\t\t\t\tswap(i-j,i-j-1);\n\t\t}",
"{\n\t\t\tnum[i]=x[i];\n\t\t\tfor(int j=0; j<i;j++)\n\t\t\t\tif(num[i-j]<num[i-j-1])\n\t\t\t\t\tswap(i-j,i-j-1);\n\t\t}",
"num[i]=x[i]",
"num[i]",
"num",
"i",
"x[i]",
"x",
"i",
"for(int j=0; j<i;j++)\n\t\t\t\tif(num[i-j]<num[i-j-1])\n\t\t\t\t\tswap(i-j,i-j-1);",
"int j=0;",
"int j=0;",
"j",
"0",
"j<i",
"j",
"i",
"j++",
"j++",
"j",
"if(num[i-j]<num[i-j-1])\n\t\t\t\t\tswap(i-j,i-j-1);",
"if(num[i-j]<num[i-j-1])\n\t\t\t\t\tswap(i-j,i-j-1);",
"num[i-j]<num[i-j-1]",
"num[i-j]",
"num",
"i-j",
"i",
"j",
"num[i-j-1]",
"num",
"i-j-1",
"i-j-1",
"i",
"j",
"1",
"swap(i-j,i-j-1)",
"swap",
"i-j",
"i",
"j",
"i-j-1",
"i-j-1",
"i",
"j",
"1",
"int... x",
"x",
"void swap(int x, int y){\n\t\tint tmp=num[x];\n\t\tnum[x]=num[y];\n\t\tnum[y]=tmp;\n\t}",
"swap",
"{\n\t\tint tmp=num[x];\n\t\tnum[x]=num[y];\n\t\tnum[y]=tmp;\n\t}",
"int tmp=num[x];",
"tmp",
"num[x]",
"num",
"x",
"num[x]=num[y]",
"num[x]",
"num",
"x",
"num[y]",
"num",
"y",
"num[y]=tmp",
"num[y]",
"num",
"y",
"tmp",
"int x",
"x",
"int y",
"y",
"public void show(){\n\t\tfor(int i=0; ;i++){\n\t\t\tSystem.out.print(num[i]);\n\t\t\tif(i==num.length-1)\n\t\t\t\tbreak;\n\t\t\tSystem.out.print(\" \");\n\t\t\t\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}",
"show",
"{\n\t\tfor(int i=0; ;i++){\n\t\t\tSystem.out.print(num[i]);\n\t\t\tif(i==num.length-1)\n\t\t\t\tbreak;\n\t\t\tSystem.out.print(\" \");\n\t\t\t\n\t\t}\n\t\tSystem.out.println(\"\");\n\t}",
"for(int i=0; ;i++){\n\t\t\tSystem.out.print(num[i]);\n\t\t\tif(i==num.length-1)\n\t\t\t\tbreak;\n\t\t\tSystem.out.print(\" \");\n\t\t\t\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i++",
"i++",
"i",
"{\n\t\t\tSystem.out.print(num[i]);\n\t\t\tif(i==num.length-1)\n\t\t\t\tbreak;\n\t\t\tSystem.out.print(\" \");\n\t\t\t\n\t\t}",
"{\n\t\t\tSystem.out.print(num[i]);\n\t\t\tif(i==num.length-1)\n\t\t\t\tbreak;\n\t\t\tSystem.out.print(\" \");\n\t\t\t\n\t\t}",
"System.out.print(num[i])",
"System.out.print",
"System.out",
"System",
"System.out",
"num[i]",
"num",
"i",
"if(i==num.length-1)\n\t\t\t\tbreak;",
"i==num.length-1",
"i",
"num.length-1",
"num.length",
"num",
"num.length",
"1",
"break;",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(\"\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"",
"public class Main{ \n\n\tpublic static void main(String args[]){\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tAoj aoj = new Aoj();\n\t\taoj.Load(scan.nextInt(),scan.nextInt(),scan.nextInt());\n\t\taoj.show();\n\t}\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\tAoj aoj = new Aoj();\n\t\taoj.Load(scan.nextInt(),scan.nextInt(),scan.nextInt());\n\t\taoj.show();\n\t}\n}",
"Main"
] |
import java.io.*;
import java.util.*;
public class Main{
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
Aoj aoj = new Aoj();
aoj.Load(scan.nextInt(),scan.nextInt(),scan.nextInt());
aoj.show();
}
}
class Aoj{
int[] num;
public void Load(int... x){
num = new int[x.length];
for(int i=0; i<num.length;i++){
num[i]=x[i];
for(int j=0; j<i;j++)
if(num[i-j]<num[i-j-1])
swap(i-j,i-j-1);
}
}
void swap(int x, int y){
int tmp=num[x];
num[x]=num[y];
num[y]=tmp;
}
public void show(){
for(int i=0; ;i++){
System.out.print(num[i]);
if(i==num.length-1)
break;
System.out.print(" ");
}
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,
14,
2,
13,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
30,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
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
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
44,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
42,
48
],
[
44,
49
],
[
32,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
59,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
57,
63
],
[
59,
64
],
[
27,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
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
],
[
70,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
97,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
95,
101
],
[
97,
102
],
[
65,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
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
],
[
108,
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
]
] | [
"import java.util.*;\n\nclass Main{\n public static void main(String[] args){\n\tfinal Scanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tif(a<b){\n\t if(b<c) System.out.println(a+\" \"+b+\" \"+c);\n\t else{ System.out.println(a+\" \"+c+\" \"+b);\n\t }\n\t}\n\telse if(b<c){\n\t if(c<a) System.out.println(b+\" \"+c+\" \"+a);\n\t else{ System.out.println(b+\" \"+a+\" \"+c);\n\t }\n\t}\n\telse if(c<a){\n\t if(a<b) System.out.println(c+\" \"+a+\" \"+b);\n\t else{ System.out.println(c+\" \"+b+\" \"+a);\n\t }\n\t}\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args){\n\tfinal Scanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tif(a<b){\n\t if(b<c) System.out.println(a+\" \"+b+\" \"+c);\n\t else{ System.out.println(a+\" \"+c+\" \"+b);\n\t }\n\t}\n\telse if(b<c){\n\t if(c<a) System.out.println(b+\" \"+c+\" \"+a);\n\t else{ System.out.println(b+\" \"+a+\" \"+c);\n\t }\n\t}\n\telse if(c<a){\n\t if(a<b) System.out.println(c+\" \"+a+\" \"+b);\n\t else{ System.out.println(c+\" \"+b+\" \"+a);\n\t }\n\t}\n }\n}",
"Main",
"public static void main(String[] args){\n\tfinal Scanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tif(a<b){\n\t if(b<c) System.out.println(a+\" \"+b+\" \"+c);\n\t else{ System.out.println(a+\" \"+c+\" \"+b);\n\t }\n\t}\n\telse if(b<c){\n\t if(c<a) System.out.println(b+\" \"+c+\" \"+a);\n\t else{ System.out.println(b+\" \"+a+\" \"+c);\n\t }\n\t}\n\telse if(c<a){\n\t if(a<b) System.out.println(c+\" \"+a+\" \"+b);\n\t else{ System.out.println(c+\" \"+b+\" \"+a);\n\t }\n\t}\n }",
"main",
"{\n\tfinal Scanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tif(a<b){\n\t if(b<c) System.out.println(a+\" \"+b+\" \"+c);\n\t else{ System.out.println(a+\" \"+c+\" \"+b);\n\t }\n\t}\n\telse if(b<c){\n\t if(c<a) System.out.println(b+\" \"+c+\" \"+a);\n\t else{ System.out.println(b+\" \"+a+\" \"+c);\n\t }\n\t}\n\telse if(c<a){\n\t if(a<b) System.out.println(c+\" \"+a+\" \"+b);\n\t else{ System.out.println(c+\" \"+b+\" \"+a);\n\t }\n\t}\n }",
"final Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b=sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c=sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<b){\n\t if(b<c) System.out.println(a+\" \"+b+\" \"+c);\n\t else{ System.out.println(a+\" \"+c+\" \"+b);\n\t }\n\t}\n\telse if(b<c){\n\t if(c<a) System.out.println(b+\" \"+c+\" \"+a);\n\t else{ System.out.println(b+\" \"+a+\" \"+c);\n\t }\n\t}\n\telse if(c<a){\n\t if(a<b) System.out.println(c+\" \"+a+\" \"+b);\n\t else{ System.out.println(c+\" \"+b+\" \"+a);\n\t }\n\t}",
"a<b",
"a",
"b",
"{\n\t if(b<c) System.out.println(a+\" \"+b+\" \"+c);\n\t else{ System.out.println(a+\" \"+c+\" \"+b);\n\t }\n\t}",
"if(b<c) System.out.println(a+\" \"+b+\" \"+c);\n\t else{ System.out.println(a+\" \"+c+\" \"+b);\n\t }",
"b<c",
"b",
"c",
"System.out.println(a+\" \"+b+\" \"+c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b+\" \"+c",
"\" \"",
"b",
"a+\" \"+b+\" \"+c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"{ System.out.println(a+\" \"+c+\" \"+b);\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(b<c){\n\t if(c<a) System.out.println(b+\" \"+c+\" \"+a);\n\t else{ System.out.println(b+\" \"+a+\" \"+c);\n\t }\n\t}\n\telse if(c<a){\n\t if(a<b) System.out.println(c+\" \"+a+\" \"+b);\n\t else{ System.out.println(c+\" \"+b+\" \"+a);\n\t }\n\t}",
"b<c",
"b",
"c",
"{\n\t if(c<a) System.out.println(b+\" \"+c+\" \"+a);\n\t else{ System.out.println(b+\" \"+a+\" \"+c);\n\t }\n\t}",
"if(c<a) System.out.println(b+\" \"+c+\" \"+a);\n\t else{ System.out.println(b+\" \"+a+\" \"+c);\n\t }",
"c<a",
"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",
"{ System.out.println(b+\" \"+a+\" \"+c);\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){\n\t if(a<b) System.out.println(c+\" \"+a+\" \"+b);\n\t else{ System.out.println(c+\" \"+b+\" \"+a);\n\t }\n\t}",
"c<a",
"c",
"a",
"{\n\t if(a<b) System.out.println(c+\" \"+a+\" \"+b);\n\t else{ System.out.println(c+\" \"+b+\" \"+a);\n\t }\n\t}",
"if(a<b) System.out.println(c+\" \"+a+\" \"+b);\n\t else{ System.out.println(c+\" \"+b+\" \"+a);\n\t }",
"a<b",
"a",
"b",
"System.out.println(c+\" \"+a+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"c+\" \"+a+\" \"+b",
"\" \"",
"a",
"c+\" \"+a+\" \"+b",
"c",
"\" \"",
"a",
"\" \"",
"b",
"{ System.out.println(c+\" \"+b+\" \"+a);\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",
"String[] args",
"args"
] | import java.util.*;
class Main{
public static void main(String[] args){
final Scanner sc=new Scanner(System.in);
int a=sc.nextInt();
int b=sc.nextInt();
int c=sc.nextInt();
if(a<b){
if(b<c) System.out.println(a+" "+b+" "+c);
else{ System.out.println(a+" "+c+" "+b);
}
}
else if(b<c){
if(c<a) System.out.println(b+" "+c+" "+a);
else{ System.out.println(b+" "+a+" "+c);
}
}
else if(c<a){
if(a<b) System.out.println(c+" "+a+" "+b);
else{ System.out.println(c+" "+b+" "+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,
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
],
[
118,
5
],
[
118,
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
],
[
103,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
102,
108
],
[
108,
109
],
[
108,
110
],
[
101,
111
],
[
103,
112
],
[
112,
113
],
[
112,
114
],
[
6,
115
],
[
115,
116
],
[
0,
117
],
[
117,
118
],
[
117,
119
]
] | [
"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}\nSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\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}\nSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\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}\nSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\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}\nSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\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",
"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{\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}\nSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\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}\nSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\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;
}
}
}
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,
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,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
66,
8
],
[
66,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
18,
21
],
[
21,
22
],
[
22,
23
],
[
17,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
27,
28
],
[
28,
29
],
[
17,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
11,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
11,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
48,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
47,
53
],
[
53,
54
],
[
53,
55
],
[
46,
56
],
[
48,
57
],
[
57,
58
],
[
57,
59
],
[
11,
60
],
[
60,
61
],
[
61,
62
],
[
9,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = {Integer.parseInt(scan.next()), Integer.parseInt(scan.next()), Integer.parseInt(scan.next())};\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t\tscan.close();\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 scan = new Scanner(System.in);\n\t\tint[] array = {Integer.parseInt(scan.next()), Integer.parseInt(scan.next()), Integer.parseInt(scan.next())};\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t\tscan.close();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = {Integer.parseInt(scan.next()), Integer.parseInt(scan.next()), Integer.parseInt(scan.next())};\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t\tscan.close();\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = {Integer.parseInt(scan.next()), Integer.parseInt(scan.next()), Integer.parseInt(scan.next())};\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t\tscan.close();\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int[] array = {Integer.parseInt(scan.next()), Integer.parseInt(scan.next()), Integer.parseInt(scan.next())};",
"array",
"{Integer.parseInt(scan.next()), Integer.parseInt(scan.next()), Integer.parseInt(scan.next())}",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"Arrays.sort(array)",
"Arrays.sort",
"Arrays",
"array",
"System.out.println(array[0] + \" \" + array[1] + \" \" + array[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"array[0] + \" \" + array[1] + \" \" + array[2]",
"\" \"",
"array[1]",
"array[0] + \" \" + array[1] + \" \" + array[2]",
"array[0]",
"array",
"0",
"\" \"",
"array[1]",
"array",
"1",
"\" \"",
"array[2]",
"array",
"2",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = {Integer.parseInt(scan.next()), Integer.parseInt(scan.next()), Integer.parseInt(scan.next())};\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t\tscan.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] array = {Integer.parseInt(scan.next()), Integer.parseInt(scan.next()), Integer.parseInt(scan.next())};\n\t\tArrays.sort(array);\n\t\tSystem.out.println(array[0] + \" \" + array[1] + \" \" + array[2]);\n\t\tscan.close();\n\t}\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int[] array = {Integer.parseInt(scan.next()), Integer.parseInt(scan.next()), Integer.parseInt(scan.next())};
Arrays.sort(array);
System.out.println(array[0] + " " + array[1] + " " + array[2]);
scan.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13
] | [
[
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
],
[
57,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
75,
82
],
[
82,
83
],
[
82,
84
],
[
8,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
93,
95
],
[
89,
96
],
[
96,
97
],
[
96,
98
],
[
8,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
107,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
105,
111
],
[
107,
112
],
[
4,
113
],
[
113,
114
],
[
113,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
115,
119
],
[
119,
120
],
[
120,
121
],
[
113,
122
],
[
122,
123
]
] | [
"import java.util.Scanner;\nclass Main{\n\n\tpublic void solve(){\n Scanner sc=new Scanner(System.in);\n\t\t\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tint hoz;\n\t\t\n\t\tif(a > b){\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\n\t\t}if(b > c){\n\t\t\thoz=b;\n\t\t\tb=c;\n\t\t\tc=hoz;\n\t\t}if(a > b){\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\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}if(a > b){\n hoz = a;\n a = b;\n b = hoz;\n\t}\n\t\t\t\t\n System.out.println(a+\" \"+b+\" \"+c);\n}\n\t\n\tpublic static void main(String[] args){\n Main obj =new Main();\n obj.solve();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\n\tpublic void solve(){\n Scanner sc=new Scanner(System.in);\n\t\t\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tint hoz;\n\t\t\n\t\tif(a > b){\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\n\t\t}if(b > c){\n\t\t\thoz=b;\n\t\t\tb=c;\n\t\t\tc=hoz;\n\t\t}if(a > b){\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\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}if(a > b){\n hoz = a;\n a = b;\n b = hoz;\n\t}\n\t\t\t\t\n System.out.println(a+\" \"+b+\" \"+c);\n}\n\t\n\tpublic static void main(String[] args){\n Main obj =new Main();\n obj.solve();\n }\n}",
"Main",
"public void solve(){\n Scanner sc=new Scanner(System.in);\n\t\t\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tint hoz;\n\t\t\n\t\tif(a > b){\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\n\t\t}if(b > c){\n\t\t\thoz=b;\n\t\t\tb=c;\n\t\t\tc=hoz;\n\t\t}if(a > b){\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\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}if(a > b){\n hoz = a;\n a = b;\n b = hoz;\n\t}\n\t\t\t\t\n System.out.println(a+\" \"+b+\" \"+c);\n}",
"solve",
"{\n Scanner sc=new Scanner(System.in);\n\t\t\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tint hoz;\n\t\t\n\t\tif(a > b){\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\n\t\t}if(b > c){\n\t\t\thoz=b;\n\t\t\tb=c;\n\t\t\tc=hoz;\n\t\t}if(a > b){\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\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}if(a > b){\n hoz = a;\n a = b;\n b = hoz;\n\t}\n\t\t\t\t\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 hoz;",
"hoz",
"if(a > b){\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\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}",
"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}",
"b > c",
"b",
"c",
"{\n\t\t\thoz=b;\n\t\t\tb=c;\n\t\t\tc=hoz;\n\t\t}",
"hoz=b",
"hoz",
"b",
"b=c",
"b",
"c",
"c=hoz",
"c",
"hoz",
"if(a > b){\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\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}",
"a > b",
"a",
"b",
"{\n\t\t\thoz=a;\n\t\t\ta=b;\n\t\t\tb=hoz;\n\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}",
"b > c",
"b",
"c",
"{\n\t\t\thoz=b;\n\t\t\tb=c;\n\t\t\tc=hoz;\n\t\t}",
"hoz=b",
"hoz",
"b",
"b=c",
"b",
"c",
"c=hoz",
"c",
"hoz",
"if(a > b){\n hoz = a;\n a = b;\n b = hoz;\n\t}",
"a > b",
"a",
"b",
"{\n hoz = a;\n a = b;\n b = hoz;\n\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",
"public static void main(String[] args){\n Main obj =new Main();\n obj.solve();\n }",
"main",
"{\n Main obj =new Main();\n obj.solve();\n }",
"Main obj =new Main();",
"obj",
"new Main()",
"obj.solve()",
"obj.solve",
"obj",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public void solve(){
Scanner sc=new Scanner(System.in);
int a=sc.nextInt();
int b=sc.nextInt();
int c=sc.nextInt();
int hoz;
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);
}
public static void main(String[] args){
Main obj =new Main();
obj.solve();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
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
] | [
[
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
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
8,
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
],
[
6,
48
],
[
48,
49
]
] | [
"import java.util.*;\n\nclass Main{\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] arr = {scan.nextInt(),scan.nextInt(),scan.nextInt()};\n\t\tArrays.sort(arr);\n\t\tSystem.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\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\tint[] arr = {scan.nextInt(),scan.nextInt(),scan.nextInt()};\n\t\tArrays.sort(arr);\n\t\tSystem.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] arr = {scan.nextInt(),scan.nextInt(),scan.nextInt()};\n\t\tArrays.sort(arr);\n\t\tSystem.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint[] arr = {scan.nextInt(),scan.nextInt(),scan.nextInt()};\n\t\tArrays.sort(arr);\n\t\tSystem.out.println(arr[0] + \" \" + arr[1] + \" \" + arr[2]);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int[] arr = {scan.nextInt(),scan.nextInt(),scan.nextInt()};",
"arr",
"{scan.nextInt(),scan.nextInt(),scan.nextInt()}",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.nextInt()",
"scan.nextInt",
"scan",
"Arrays.sort(arr)",
"Arrays.sort",
"Arrays",
"arr",
"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"
] | import java.util.*;
class Main{
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
int[] arr = {scan.nextInt(),scan.nextInt(),scan.nextInt()};
Arrays.sort(arr);
System.out.println(arr[0] + " " + arr[1] + " " + arr[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
41,
13,
17,
42,
2,
13,
17,
30,
0,
18,
13,
13,
4,
18,
13,
40,
13,
41,
13,
17,
42,
2,
13,
17,
30,
41,
13,
2,
13,
17,
42,
2,
13,
17,
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,
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
],
[
104,
5
],
[
104,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
8,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
29,
30
],
[
23,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
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
],
[
50,
77
],
[
77,
78
],
[
40,
79
],
[
79,
80
],
[
8,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
89,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
88,
94
],
[
94,
95
],
[
94,
96
],
[
87,
97
],
[
89,
98
],
[
98,
99
],
[
98,
100
],
[
6,
101
],
[
101,
102
],
[
0,
103
],
[
103,
104
],
[
103,
105
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner i=new Scanner(System.in);\n\t\tint[] x=new int[3];\n\t\tint s=0;\n\t\twhile (s<=2){\n\t\t\tx[s]=i.nextInt();\n\t\t\ts++;}\n\t\tint n=0;\n\t\twhile (n<=1){\n\t\t\tint m=n+1;\n\t\t\twhile (m<=2){\n\t\t\t\tif (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}\n\t\t\t\tm++;}\n\t\t\tn++;}\n\t\tSystem.out.println(x[0]+\" \"+x[1]+\" \"+x[2]);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner i=new Scanner(System.in);\n\t\tint[] x=new int[3];\n\t\tint s=0;\n\t\twhile (s<=2){\n\t\t\tx[s]=i.nextInt();\n\t\t\ts++;}\n\t\tint n=0;\n\t\twhile (n<=1){\n\t\t\tint m=n+1;\n\t\t\twhile (m<=2){\n\t\t\t\tif (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}\n\t\t\t\tm++;}\n\t\t\tn++;}\n\t\tSystem.out.println(x[0]+\" \"+x[1]+\" \"+x[2]);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner i=new Scanner(System.in);\n\t\tint[] x=new int[3];\n\t\tint s=0;\n\t\twhile (s<=2){\n\t\t\tx[s]=i.nextInt();\n\t\t\ts++;}\n\t\tint n=0;\n\t\twhile (n<=1){\n\t\t\tint m=n+1;\n\t\t\twhile (m<=2){\n\t\t\t\tif (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}\n\t\t\t\tm++;}\n\t\t\tn++;}\n\t\tSystem.out.println(x[0]+\" \"+x[1]+\" \"+x[2]);\n\t}",
"main",
"{\n\t\tScanner i=new Scanner(System.in);\n\t\tint[] x=new int[3];\n\t\tint s=0;\n\t\twhile (s<=2){\n\t\t\tx[s]=i.nextInt();\n\t\t\ts++;}\n\t\tint n=0;\n\t\twhile (n<=1){\n\t\t\tint m=n+1;\n\t\t\twhile (m<=2){\n\t\t\t\tif (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}\n\t\t\t\tm++;}\n\t\t\tn++;}\n\t\tSystem.out.println(x[0]+\" \"+x[1]+\" \"+x[2]);\n\t}",
"Scanner i=new Scanner(System.in);",
"i",
"new Scanner(System.in)",
"int[] x=new int[3];",
"x",
"new int[3]",
"3",
"int s=0;",
"s",
"0",
"while (s<=2){\n\t\t\tx[s]=i.nextInt();\n\t\t\ts++;}",
"s<=2",
"s",
"2",
"{\n\t\t\tx[s]=i.nextInt();\n\t\t\ts++;}",
"x[s]=i.nextInt()",
"x[s]",
"x",
"s",
"i.nextInt()",
"i.nextInt",
"i",
"s++",
"s",
"int n=0;",
"n",
"0",
"while (n<=1){\n\t\t\tint m=n+1;\n\t\t\twhile (m<=2){\n\t\t\t\tif (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}\n\t\t\t\tm++;}\n\t\t\tn++;}",
"n<=1",
"n",
"1",
"{\n\t\t\tint m=n+1;\n\t\t\twhile (m<=2){\n\t\t\t\tif (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}\n\t\t\t\tm++;}\n\t\t\tn++;}",
"int m=n+1;",
"m",
"n+1",
"n",
"1",
"while (m<=2){\n\t\t\t\tif (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}\n\t\t\t\tm++;}",
"m<=2",
"m",
"2",
"{\n\t\t\t\tif (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}\n\t\t\t\tm++;}",
"if (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}",
"x[n]>x[m]",
"x[n]",
"x",
"n",
"x[m]",
"x",
"m",
"{s=x[n];x[n]=x[m];x[m]=s;}",
"s=x[n]",
"s",
"x[n]",
"x",
"n",
"x[n]=x[m]",
"x[n]",
"x",
"n",
"x[m]",
"x",
"m",
"x[m]=s",
"x[m]",
"x",
"m",
"s",
"m++",
"m",
"n++",
"n",
"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\tpublic static void main(String[] args) {\n\t\tScanner i=new Scanner(System.in);\n\t\tint[] x=new int[3];\n\t\tint s=0;\n\t\twhile (s<=2){\n\t\t\tx[s]=i.nextInt();\n\t\t\ts++;}\n\t\tint n=0;\n\t\twhile (n<=1){\n\t\t\tint m=n+1;\n\t\t\twhile (m<=2){\n\t\t\t\tif (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}\n\t\t\t\tm++;}\n\t\t\tn++;}\n\t\tSystem.out.println(x[0]+\" \"+x[1]+\" \"+x[2]);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner i=new Scanner(System.in);\n\t\tint[] x=new int[3];\n\t\tint s=0;\n\t\twhile (s<=2){\n\t\t\tx[s]=i.nextInt();\n\t\t\ts++;}\n\t\tint n=0;\n\t\twhile (n<=1){\n\t\t\tint m=n+1;\n\t\t\twhile (m<=2){\n\t\t\t\tif (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}\n\t\t\t\tm++;}\n\t\t\tn++;}\n\t\tSystem.out.println(x[0]+\" \"+x[1]+\" \"+x[2]);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner i=new Scanner(System.in);
int[] x=new int[3];
int s=0;
while (s<=2){
x[s]=i.nextInt();
s++;}
int n=0;
while (n<=1){
int m=n+1;
while (m<=2){
if (x[n]>x[m]){s=x[n];x[n]=x[m];x[m]=s;}
m++;}
n++;}
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,
20,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
4,
18,
13,
4,
18,
13,
18,
13,
13,
4,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
4,
18,
13,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
4,
18,
13,
13,
14,
2,
13,
2,
4,
18,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
107,
11
],
[
107,
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
],
[
34,
36
],
[
32,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
32,
42
],
[
42,
43
],
[
43,
44
],
[
32,
45
],
[
46,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
14,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
14,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
60,
70
],
[
70,
71
],
[
71,
72
],
[
60,
73
],
[
74,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
74,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
87,
91
],
[
84,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
84,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
12,
104
],
[
104,
105
],
[
0,
106
],
[
106,
107
],
[
106,
108
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.*;\npublic class Main {\n public static void main(String[] args) throws Exception {\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] str_ar = line.split(\" \");\n List<Integer> list = new ArrayList<Integer>();\n for(int i=0;i<str_ar.length;i++) {\n\t list.add(Integer.valueOf(str_ar[i]));\n }\n Collections.sort(list);\n for(int i=0;i < list.size();i++) {\n \tSystem.out.print(list.get(i));\n if(i==list.size()-1)\n \tSystem.out.println(\"\");\n else\n \tSystem.out.print(\" \");\n\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] str_ar = line.split(\" \");\n List<Integer> list = new ArrayList<Integer>();\n for(int i=0;i<str_ar.length;i++) {\n\t list.add(Integer.valueOf(str_ar[i]));\n }\n Collections.sort(list);\n for(int i=0;i < list.size();i++) {\n \tSystem.out.print(list.get(i));\n if(i==list.size()-1)\n \tSystem.out.println(\"\");\n else\n \tSystem.out.print(\" \");\n\n }\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] str_ar = line.split(\" \");\n List<Integer> list = new ArrayList<Integer>();\n for(int i=0;i<str_ar.length;i++) {\n\t list.add(Integer.valueOf(str_ar[i]));\n }\n Collections.sort(list);\n for(int i=0;i < list.size();i++) {\n \tSystem.out.print(list.get(i));\n if(i==list.size()-1)\n \tSystem.out.println(\"\");\n else\n \tSystem.out.print(\" \");\n\n }\n }",
"main",
"{\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] str_ar = line.split(\" \");\n List<Integer> list = new ArrayList<Integer>();\n for(int i=0;i<str_ar.length;i++) {\n\t list.add(Integer.valueOf(str_ar[i]));\n }\n Collections.sort(list);\n for(int i=0;i < list.size();i++) {\n \tSystem.out.print(list.get(i));\n if(i==list.size()-1)\n \tSystem.out.println(\"\");\n else\n \tSystem.out.print(\" \");\n\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] str_ar = line.split(\" \");",
"str_ar",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"List<Integer> list = new ArrayList<Integer>();",
"list",
"new ArrayList<Integer>()",
"for(int i=0;i<str_ar.length;i++) {\n\t list.add(Integer.valueOf(str_ar[i]));\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<str_ar.length",
"i",
"str_ar.length",
"str_ar",
"str_ar.length",
"i++",
"i++",
"i",
"{\n\t list.add(Integer.valueOf(str_ar[i]));\n }",
"{\n\t list.add(Integer.valueOf(str_ar[i]));\n }",
"list.add(Integer.valueOf(str_ar[i]))",
"list.add",
"list",
"Integer.valueOf(str_ar[i])",
"Integer.valueOf",
"Integer",
"str_ar[i]",
"str_ar",
"i",
"Collections.sort(list)",
"Collections.sort",
"Collections",
"list",
"for(int i=0;i < list.size();i++) {\n \tSystem.out.print(list.get(i));\n if(i==list.size()-1)\n \tSystem.out.println(\"\");\n else\n \tSystem.out.print(\" \");\n\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i < list.size()",
"i",
"list.size()",
"list.size",
"list",
"i++",
"i++",
"i",
"{\n \tSystem.out.print(list.get(i));\n if(i==list.size()-1)\n \tSystem.out.println(\"\");\n else\n \tSystem.out.print(\" \");\n\n }",
"{\n \tSystem.out.print(list.get(i));\n if(i==list.size()-1)\n \tSystem.out.println(\"\");\n else\n \tSystem.out.print(\" \");\n\n }",
"System.out.print(list.get(i))",
"System.out.print",
"System.out",
"System",
"System.out",
"list.get(i)",
"list.get",
"list",
"i",
"if(i==list.size()-1)\n \tSystem.out.println(\"\");\n else\n \tSystem.out.print(\" \");",
"i==list.size()-1",
"i",
"list.size()-1",
"list.size()",
"list.size",
"list",
"1",
"System.out.println(\"\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] str_ar = line.split(\" \");\n List<Integer> list = new ArrayList<Integer>();\n for(int i=0;i<str_ar.length;i++) {\n\t list.add(Integer.valueOf(str_ar[i]));\n }\n Collections.sort(list);\n for(int i=0;i < list.size();i++) {\n \tSystem.out.print(list.get(i));\n if(i==list.size()-1)\n \tSystem.out.println(\"\");\n else\n \tSystem.out.print(\" \");\n\n }\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] str_ar = line.split(\" \");\n List<Integer> list = new ArrayList<Integer>();\n for(int i=0;i<str_ar.length;i++) {\n\t list.add(Integer.valueOf(str_ar[i]));\n }\n Collections.sort(list);\n for(int i=0;i < list.size();i++) {\n \tSystem.out.print(list.get(i));\n if(i==list.size()-1)\n \tSystem.out.println(\"\");\n else\n \tSystem.out.print(\" \");\n\n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
// Here your code !
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
String[] str_ar = line.split(" ");
List<Integer> list = new ArrayList<Integer>();
for(int i=0;i<str_ar.length;i++) {
list.add(Integer.valueOf(str_ar[i]));
}
Collections.sort(list);
for(int i=0;i < list.size();i++) {
System.out.print(list.get(i));
if(i==list.size()-1)
System.out.println("");
else
System.out.print(" ");
}
}
} |
[
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,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
21,
22
],
[
21,
23
],
[
16,
24
],
[
24,
25
],
[
25,
26
],
[
16,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
47,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
46,
52
],
[
52,
53
],
[
52,
54
],
[
45,
55
],
[
47,
56
],
[
56,
57
],
[
56,
58
],
[
6,
59
],
[
59,
60
]
] | [
"import java.util.*;\nclass Main {\n\tpublic static void main (String[] args) throws java.lang.Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor(int i = 0; i < 3; i++) a[i] = sc.nextInt();\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tpublic static void main (String[] args) throws java.lang.Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor(int i = 0; i < 3; i++) a[i] = sc.nextInt();\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor(int i = 0; i < 3; i++) a[i] = sc.nextInt();\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] a = new int[3];\n\t\tfor(int i = 0; i < 3; i++) a[i] = sc.nextInt();\n\t\tArrays.sort(a);\n\t\tSystem.out.println(a[0] + \" \" + a[1] + \" \" + a[2]);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"for(int i = 0; i < 3; i++) a[i] = sc.nextInt();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"a[i] = sc.nextInt();",
"a[i] = sc.nextInt()",
"a[i]",
"a",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Arrays.sort(a)",
"Arrays.sort",
"Arrays",
"a",
"System.out.println(a[0] + \" \" + a[1] + \" \" + a[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[0] + \" \" + a[1] + \" \" + a[2]",
"\" \"",
"a[1]",
"a[0] + \" \" + a[1] + \" \" + a[2]",
"a[0]",
"a",
"0",
"\" \"",
"a[1]",
"a",
"1",
"\" \"",
"a[2]",
"a",
"2",
"String[] args",
"args"
] | import java.util.*;
class Main {
public static void main (String[] args) throws java.lang.Exception {
Scanner sc = new Scanner(System.in);
int[] a = new int[3];
for(int i = 0; i < 3; i++) a[i] = sc.nextInt();
Arrays.sort(a);
System.out.println(a[0] + " " + a[1] + " " + a[2]);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
17,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
18,
13,
17,
17,
18,
13,
17,
17,
18,
13,
17,
23,
13
] | [
[
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
],
[
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
],
[
38,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
50,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
49,
55
],
[
55,
56
],
[
55,
57
],
[
48,
58
],
[
50,
59
],
[
59,
60
],
[
59,
61
],
[
6,
62
],
[
62,
63
]
] | [
"import java.util.*;\n \nclass Main{\n public static void main(String[] args){\n \t\n\tint[] len = new int[3];\n \t Scanner input = new Scanner(System.in);\n \t\n \tfor(int i=0; i<len.length;i++){\t\n len[i] = input.nextInt();\n \t}\n \t\n \tArrays.sort(len);\n \tSystem.out.println(len[0]+\" \"+len[1]+\" \"+len[2]);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args){\n \t\n\tint[] len = new int[3];\n \t Scanner input = new Scanner(System.in);\n \t\n \tfor(int i=0; i<len.length;i++){\t\n len[i] = input.nextInt();\n \t}\n \t\n \tArrays.sort(len);\n \tSystem.out.println(len[0]+\" \"+len[1]+\" \"+len[2]);\n }\n}",
"Main",
"public static void main(String[] args){\n \t\n\tint[] len = new int[3];\n \t Scanner input = new Scanner(System.in);\n \t\n \tfor(int i=0; i<len.length;i++){\t\n len[i] = input.nextInt();\n \t}\n \t\n \tArrays.sort(len);\n \tSystem.out.println(len[0]+\" \"+len[1]+\" \"+len[2]);\n }",
"main",
"{\n \t\n\tint[] len = new int[3];\n \t Scanner input = new Scanner(System.in);\n \t\n \tfor(int i=0; i<len.length;i++){\t\n len[i] = input.nextInt();\n \t}\n \t\n \tArrays.sort(len);\n \tSystem.out.println(len[0]+\" \"+len[1]+\" \"+len[2]);\n }",
"int[] len = new int[3];",
"len",
"new int[3]",
"3",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"for(int i=0; i<len.length;i++){\t\n len[i] = input.nextInt();\n \t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<len.length",
"i",
"len.length",
"len",
"len.length",
"i++",
"i++",
"i",
"{\t\n len[i] = input.nextInt();\n \t}",
"{\t\n len[i] = input.nextInt();\n \t}",
"len[i] = input.nextInt()",
"len[i]",
"len",
"i",
"input.nextInt()",
"input.nextInt",
"input",
"Arrays.sort(len)",
"Arrays.sort",
"Arrays",
"len",
"System.out.println(len[0]+\" \"+len[1]+\" \"+len[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"len[0]+\" \"+len[1]+\" \"+len[2]",
"\" \"",
"len[1]",
"len[0]+\" \"+len[1]+\" \"+len[2]",
"len[0]",
"len",
"0",
"\" \"",
"len[1]",
"len",
"1",
"\" \"",
"len[2]",
"len",
"2",
"String[] args",
"args"
] | import java.util.*;
class Main{
public static void main(String[] args){
int[] len = new int[3];
Scanner input = new Scanner(System.in);
for(int i=0; i<len.length;i++){
len[i] = input.nextInt();
}
Arrays.sort(len);
System.out.println(len[0]+" "+len[1]+" "+len[2]);
}
} |
[
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,
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,
14,
2,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
104,
5
],
[
104,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
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
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
39,
41
],
[
35,
42
],
[
42,
43
],
[
42,
44
],
[
35,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
49,
56
],
[
56,
57
],
[
56,
58
],
[
49,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
67,
69
],
[
63,
70
],
[
70,
71
],
[
70,
72
],
[
8,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
81,
83
],
[
77,
84
],
[
84,
85
],
[
84,
86
],
[
8,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
95,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
93,
99
],
[
95,
100
],
[
6,
101
],
[
101,
102
],
[
0,
103
],
[
103,
104
],
[
103,
105
]
] | [
"import java.util.*;\npublic class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n if(a > b ){\n int t = a; \n a = b;\n b = t; \n if(b > c){\n int y = b;\n b = c;\n c = y;\n\n if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }\n }\n }\n \n if(a == c){\n int i = b;\n b = c;\n c = i;\n }\n\n\tSystem.out.println(a + \" \" + b + \" \" + c);\n\n \n\n \n \n }\n\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n if(a > b ){\n int t = a; \n a = b;\n b = t; \n if(b > c){\n int y = b;\n b = c;\n c = y;\n\n if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }\n }\n }\n \n if(a == c){\n int i = b;\n b = c;\n c = i;\n }\n\n\tSystem.out.println(a + \" \" + b + \" \" + c);\n\n \n\n \n \n }\n\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n if(a > b ){\n int t = a; \n a = b;\n b = t; \n if(b > c){\n int y = b;\n b = c;\n c = y;\n\n if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }\n }\n }\n \n if(a == c){\n int i = b;\n b = c;\n c = i;\n }\n\n\tSystem.out.println(a + \" \" + b + \" \" + c);\n\n \n\n \n \n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n if(a > b ){\n int t = a; \n a = b;\n b = t; \n if(b > c){\n int y = b;\n b = c;\n c = y;\n\n if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }\n }\n }\n \n if(a == c){\n int i = b;\n b = c;\n c = i;\n }\n\n\tSystem.out.println(a + \" \" + b + \" \" + c);\n\n \n\n \n \n }",
"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 int t = a; \n a = b;\n b = t; \n if(b > c){\n int y = b;\n b = c;\n c = y;\n\n if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }\n }\n }",
"a > b",
"a",
"b",
"{\n int t = a; \n a = b;\n b = t; \n if(b > c){\n int y = b;\n b = c;\n c = y;\n\n if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }\n }\n }",
"int t = a;",
"t",
"a",
"a = b",
"a",
"b",
"b = t",
"b",
"t",
"if(b > c){\n int y = b;\n b = c;\n c = y;\n\n if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }\n }",
"b > c",
"b",
"c",
"{\n int y = b;\n b = c;\n c = y;\n\n if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }\n }",
"int y = b;",
"y",
"b",
"b = c",
"b",
"c",
"c = y",
"c",
"y",
"if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }",
"a > b",
"a",
"b",
"{\n int u = b;\n b = a;\n a = u;\n\n\n }",
"int u = b;",
"u",
"b",
"b = a",
"b",
"a",
"a = u",
"a",
"u",
"if(a == c){\n int i = b;\n b = c;\n c = i;\n }",
"a == c",
"a",
"c",
"{\n int i = b;\n b = c;\n c = i;\n }",
"int i = b;",
"i",
"b",
"b = c",
"b",
"c",
"c = i",
"c",
"i",
"System.out.println(a + \" \" + b + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"a + \" \" + b + \" \" + c",
"\" \"",
"b",
"a + \" \" + b + \" \" + c",
"a",
"\" \"",
"b",
"\" \"",
"c",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n if(a > b ){\n int t = a; \n a = b;\n b = t; \n if(b > c){\n int y = b;\n b = c;\n c = y;\n\n if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }\n }\n }\n \n if(a == c){\n int i = b;\n b = c;\n c = i;\n }\n\n\tSystem.out.println(a + \" \" + b + \" \" + c);\n\n \n\n \n \n }\n\n}",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n if(a > b ){\n int t = a; \n a = b;\n b = t; \n if(b > c){\n int y = b;\n b = c;\n c = y;\n\n if(a > b){\n int u = b;\n b = a;\n a = u;\n\n\n }\n }\n }\n \n if(a == c){\n int i = b;\n b = c;\n c = i;\n }\n\n\tSystem.out.println(a + \" \" + b + \" \" + c);\n\n \n\n \n \n }\n\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
sc.useDelimiter("\\s");
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if(a > b ){
int t = a;
a = b;
b = t;
if(b > c){
int y = b;
b = c;
c = y;
if(a > b){
int u = b;
b = a;
a = u;
}
}
}
if(a == c){
int i = b;
b = c;
c = i;
}
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,
20,
17,
0,
13,
4,
18,
13,
17,
41,
13,
39,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
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
],
[
11,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
32,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
32,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
11,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
11,
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
],
[
9,
75
],
[
75,
76
]
] | [
"import java.util.Scanner;\nimport java.util.Arrays;\n\nclass Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[3];\n str = strInput.split(\" \");\n int[] check = {Integer.parseInt(str[0]),Integer.parseInt(str[1]),Integer.parseInt(str[2])};\n Arrays.sort(check);\n System.out.println(check[0] + \" \" + check[1] + \" \" + check[2]);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[3];\n str = strInput.split(\" \");\n int[] check = {Integer.parseInt(str[0]),Integer.parseInt(str[1]),Integer.parseInt(str[2])};\n Arrays.sort(check);\n System.out.println(check[0] + \" \" + check[1] + \" \" + check[2]);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[3];\n str = strInput.split(\" \");\n int[] check = {Integer.parseInt(str[0]),Integer.parseInt(str[1]),Integer.parseInt(str[2])};\n Arrays.sort(check);\n System.out.println(check[0] + \" \" + check[1] + \" \" + check[2]);\n }",
"main",
"{\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[3];\n str = strInput.split(\" \");\n int[] check = {Integer.parseInt(str[0]),Integer.parseInt(str[1]),Integer.parseInt(str[2])};\n Arrays.sort(check);\n System.out.println(check[0] + \" \" + check[1] + \" \" + check[2]);\n }",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"String strInput = input.nextLine();",
"strInput",
"input.nextLine()",
"input.nextLine",
"input",
"String[] str = new String[3];",
"str",
"new String[3]",
"3",
"str = strInput.split(\" \")",
"str",
"strInput.split(\" \")",
"strInput.split",
"strInput",
"\" \"",
"int[] check = {Integer.parseInt(str[0]),Integer.parseInt(str[1]),Integer.parseInt(str[2])};",
"check",
"{Integer.parseInt(str[0]),Integer.parseInt(str[1]),Integer.parseInt(str[2])}",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"Arrays.sort(check)",
"Arrays.sort",
"Arrays",
"check",
"System.out.println(check[0] + \" \" + check[1] + \" \" + check[2])",
"System.out.println",
"System.out",
"System",
"System.out",
"check[0] + \" \" + check[1] + \" \" + check[2]",
"\" \"",
"check[1]",
"check[0] + \" \" + check[1] + \" \" + check[2]",
"check[0]",
"check",
"0",
"\" \"",
"check[1]",
"check",
"1",
"\" \"",
"check[2]",
"check",
"2",
"String[] args",
"args"
] | import java.util.Scanner;
import java.util.Arrays;
class Main{
public static void main(String[] args){
Scanner input = new Scanner(System.in);
String strInput = input.nextLine();
String[] str = new String[3];
str = strInput.split(" ");
int[] check = {Integer.parseInt(str[0]),Integer.parseInt(str[1]),Integer.parseInt(str[2])};
Arrays.sort(check);
System.out.println(check[0] + " " + check[1] + " " + check[2]);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
4,
18,
13,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
13,
30,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
13,
30,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
13,
30,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
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
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
18,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
28,
34
],
[
34,
35
],
[
34,
36
],
[
28,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
43,
44
],
[
28,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
51,
52
],
[
28,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
59,
60
],
[
28,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
65,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
73,
75
],
[
65,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
78,
80
],
[
28,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
88,
90
],
[
85,
91
],
[
91,
92
],
[
91,
93
],
[
93,
94
],
[
93,
95
],
[
85,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
98,
100
],
[
28,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
108,
109
],
[
108,
110
],
[
105,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
113,
115
],
[
105,
116
],
[
116,
117
],
[
116,
118
],
[
118,
119
],
[
118,
120
],
[
28,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
121,
126
],
[
129,
127
],
[
127,
128
],
[
128,
129
],
[
129,
130
],
[
129,
131
],
[
128,
132
],
[
127,
133
],
[
129,
134
],
[
9,
135
],
[
135,
136
]
] | [
"import java.io.*;\nimport java.util.StringTokenizer;\n\nclass Main {\n\tpublic static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tif (b>c) {b=b^c;c=b^c;b=b^c;}\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"class Main {\n\tpublic static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tif (b>c) {b=b^c;c=b^c;b=b^c;}\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tif (b>c) {b=b^c;c=b^c;b=b^c;}\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}",
"main",
"{\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tif (b>c) {b=b^c;c=b^c;b=b^c;}\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"try {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tif (b>c) {b=b^c;c=b^c;b=b^c;}\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}",
"catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}",
"System.out.println(\"IOException!\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"IOException!\"",
"{\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tif (b>c) {b=b^c;c=b^c;b=b^c;}\n\t\t\tif (a>b) {a=a^b;b=a^b;a=a^b;}\n\t\t\tSystem.out.println(a+\" \"+b+\" \"+c);\n\t\t}",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(buf);",
"st",
"new StringTokenizer(buf)",
"int a = Integer.parseInt(st.nextToken());",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int b = Integer.parseInt(st.nextToken());",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int c = Integer.parseInt(st.nextToken());",
"c",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if (a>b) {a=a^b;b=a^b;a=a^b;}",
"a>b",
"a",
"b",
"{a=a^b;b=a^b;a=a^b;}",
"a=a^b",
"a",
"a^b",
"a",
"b",
"b=a^b",
"b",
"a^b",
"a",
"b",
"a=a^b",
"a",
"a^b",
"a",
"b",
"if (b>c) {b=b^c;c=b^c;b=b^c;}",
"b>c",
"b",
"c",
"{b=b^c;c=b^c;b=b^c;}",
"b=b^c",
"b",
"b^c",
"b",
"c",
"c=b^c",
"c",
"b^c",
"b",
"c",
"b=b^c",
"b",
"b^c",
"b",
"c",
"if (a>b) {a=a^b;b=a^b;a=a^b;}",
"a>b",
"a",
"b",
"{a=a^b;b=a^b;a=a^b;}",
"a=a^b",
"a",
"a^b",
"a",
"b",
"b=a^b",
"b",
"a^b",
"a",
"b",
"a=a^b",
"a",
"a^b",
"a",
"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"
] | import java.io.*;
import java.util.StringTokenizer;
class Main {
public static void main(String args[]) {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
try {
String buf = br.readLine();
StringTokenizer st = new StringTokenizer(buf);
int a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
int c = Integer.parseInt(st.nextToken());
if (a>b) {a=a^b;b=a^b;a=a^b;}
if (b>c) {b=b^c;c=b^c;b=b^c;}
if (a>b) {a=a^b;b=a^b;a=a^b;}
System.out.println(a+" "+b+" "+c);
} catch (IOException e) {
System.out.println("IOException!");
}
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.