node_ids
sequencelengths 4
1.4k
| edge_index
sequencelengths 1
2.22k
| text
sequencelengths 4
1.4k
| source
stringlengths 14
427k
|
---|---|---|---|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
8,
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
],
[
45,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
6,
67
],
[
67,
68
]
] | [
"import java.util.Scanner;\n\n\nclass Main {\n\tpublic static void main(String args[]) {\n\t\t\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int a = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int b = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int c = Integer.parseInt(s3);\n\t if( a < b && b < c){\n\t System.out.println( \"Yes\" );\n \t}\n\t else{\n\t \tSystem.out.println( \"No\" );\n\t }\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String args[]) {\n\t\t\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int a = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int b = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int c = Integer.parseInt(s3);\n\t if( a < b && b < c){\n\t System.out.println( \"Yes\" );\n \t}\n\t else{\n\t \tSystem.out.println( \"No\" );\n\t }\n\t}\n\n}",
"Main",
"public static void main(String args[]) {\n\t\t\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int a = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int b = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int c = Integer.parseInt(s3);\n\t if( a < b && b < c){\n\t System.out.println( \"Yes\" );\n \t}\n\t else{\n\t \tSystem.out.println( \"No\" );\n\t }\n\t}",
"main",
"{\n\t\t\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int a = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int b = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int c = Integer.parseInt(s3);\n\t if( a < b && b < c){\n\t System.out.println( \"Yes\" );\n \t}\n\t else{\n\t \tSystem.out.println( \"No\" );\n\t }\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String s1 = sc.next();",
"s1",
"sc.next()",
"sc.next",
"sc",
"int a = Integer.parseInt(s1);",
"a",
"Integer.parseInt(s1)",
"Integer.parseInt",
"Integer",
"s1",
"String s2 = sc.next();",
"s2",
"sc.next()",
"sc.next",
"sc",
"int b = Integer.parseInt(s2);",
"b",
"Integer.parseInt(s2)",
"Integer.parseInt",
"Integer",
"s2",
"String s3 = sc.next();",
"s3",
"sc.next()",
"sc.next",
"sc",
"int c = Integer.parseInt(s3);",
"c",
"Integer.parseInt(s3)",
"Integer.parseInt",
"Integer",
"s3",
"if( a < b && b < c){\n\t System.out.println( \"Yes\" );\n \t}\n\t else{\n\t \tSystem.out.println( \"No\" );\n\t }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t System.out.println( \"Yes\" );\n \t}",
"System.out.println( \"Yes\" )",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t \tSystem.out.println( \"No\" );\n\t }",
"System.out.println( \"No\" )",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String args[]",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String args[]) {
Scanner sc = new Scanner(System.in);
String s1 = sc.next();
int a = Integer.parseInt(s1);
String s2 = sc.next();
int b = Integer.parseInt(s2);
String s3 = sc.next();
int c = Integer.parseInt(s3);
if( a < b && b < c){
System.out.println( "Yes" );
}
else{
System.out.println( "No" );
}
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
17,
12,
13,
30,
0,
13,
20,
0,
13,
20,
0,
13,
17,
28,
13,
13,
30,
30,
0,
13,
17,
12,
13,
30,
41,
13,
17,
0,
13,
17,
14,
2,
2,
4,
18,
13,
18,
13,
13,
4,
18,
13,
18,
13,
40,
13,
17,
14,
2,
2,
4,
18,
13,
18,
13,
13,
4,
18,
13,
18,
13,
40,
13,
17,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
12,
13,
30,
4,
13,
38,
5,
13,
30,
30,
38,
5,
13,
30,
30,
4,
18,
13,
30,
0,
13,
4,
18,
4,
18,
13,
17,
4,
13,
13,
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
],
[
4,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
18,
22
],
[
22,
23
],
[
22,
24
],
[
18,
25
],
[
25,
26
],
[
25,
27
],
[
18,
28
],
[
28,
29
],
[
28,
30
],
[
28,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
4,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
42,
44
],
[
38,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
46,
61
],
[
45,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
68,
69
],
[
68,
70
],
[
64,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
63,
78
],
[
62,
79
],
[
79,
80
],
[
79,
81
],
[
38,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
36,
88
],
[
88,
89
],
[
4,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
93,
94
],
[
92,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
95,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
111,
116
],
[
108,
117
],
[
117,
118
],
[
117,
119
],
[
90,
120
],
[
120,
121
]
] | [
"import java.io.*;\n \nclass Main\n{\n static InputStreamReader isr;\n static BufferedReader br;\n static String output;\n static String[] data = new String[3];\n \n static void initialize ()\n {\n isr = new InputStreamReader(System.in);\n br = new BufferedReader(isr);\n output = null;\n for (String d : data)\n {\n d = null;\n }\n }\n\n static void output (String[] data)\n {\n int i = 0;\n output = \"No\";\n if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) output = \"Yes\";\n System.out.println(output);\n }\n \n public static void main (String[] args)\n {\n initialize();\n try {\n data = (br.readLine()).split(\" \");\n output(data);\n } catch (IOException e) {\n } finally {\n try {\n br.close();\n } catch (IOException e) {\n }\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n static InputStreamReader isr;\n static BufferedReader br;\n static String output;\n static String[] data = new String[3];\n \n static void initialize ()\n {\n isr = new InputStreamReader(System.in);\n br = new BufferedReader(isr);\n output = null;\n for (String d : data)\n {\n d = null;\n }\n }\n\n static void output (String[] data)\n {\n int i = 0;\n output = \"No\";\n if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) output = \"Yes\";\n System.out.println(output);\n }\n \n public static void main (String[] args)\n {\n initialize();\n try {\n data = (br.readLine()).split(\" \");\n output(data);\n } catch (IOException e) {\n } finally {\n try {\n br.close();\n } catch (IOException e) {\n }\n }\n }\n}",
"Main",
"static InputStreamReader isr;",
"isr",
"static BufferedReader br;",
"br",
"static String output;",
"output",
"static String[] data = new String[3];",
"data",
"new String[3]",
"3",
"static void initialize ()\n {\n isr = new InputStreamReader(System.in);\n br = new BufferedReader(isr);\n output = null;\n for (String d : data)\n {\n d = null;\n }\n }",
"initialize",
"{\n isr = new InputStreamReader(System.in);\n br = new BufferedReader(isr);\n output = null;\n for (String d : data)\n {\n d = null;\n }\n }",
"isr = new InputStreamReader(System.in)",
"isr",
"new InputStreamReader(System.in)",
"br = new BufferedReader(isr)",
"br",
"new BufferedReader(isr)",
"output = null",
"output",
"null",
"for (String d : data)\n {\n d = null;\n }",
"String d",
"data",
"{\n d = null;\n }",
"{\n d = null;\n }",
"d = null",
"d",
"null",
"static void output (String[] data)\n {\n int i = 0;\n output = \"No\";\n if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) output = \"Yes\";\n System.out.println(output);\n }",
"output",
"{\n int i = 0;\n output = \"No\";\n if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) output = \"Yes\";\n System.out.println(output);\n }",
"int i = 0;",
"i",
"0",
"output = \"No\"",
"output",
"\"No\"",
"if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) output = \"Yes\";",
"Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0",
"Integer.parseInt(data[i])-Integer.parseInt(data[++i])",
"Integer.parseInt(data[i])",
"Integer.parseInt",
"Integer",
"data[i]",
"data",
"i",
"Integer.parseInt(data[++i])",
"Integer.parseInt",
"Integer",
"data[++i]",
"data",
"++i",
"i",
"0",
"if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) output = \"Yes\";",
"Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0",
"Integer.parseInt(data[i])-Integer.parseInt(data[++i])",
"Integer.parseInt(data[i])",
"Integer.parseInt",
"Integer",
"data[i]",
"data",
"i",
"Integer.parseInt(data[++i])",
"Integer.parseInt",
"Integer",
"data[++i]",
"data",
"++i",
"i",
"0",
"output = \"Yes\"",
"output",
"\"Yes\"",
"System.out.println(output)",
"System.out.println",
"System.out",
"System",
"System.out",
"output",
"String[] data",
"data",
"public static void main (String[] args)\n {\n initialize();\n try {\n data = (br.readLine()).split(\" \");\n output(data);\n } catch (IOException e) {\n } finally {\n try {\n br.close();\n } catch (IOException e) {\n }\n }\n }",
"main",
"{\n initialize();\n try {\n data = (br.readLine()).split(\" \");\n output(data);\n } catch (IOException e) {\n } finally {\n try {\n br.close();\n } catch (IOException e) {\n }\n }\n }",
"initialize()",
"initialize",
"try {\n data = (br.readLine()).split(\" \");\n output(data);\n } catch (IOException e) {\n } finally {\n try {\n br.close();\n } catch (IOException e) {\n }\n }",
"catch (IOException e) {\n }",
"IOException e",
"{\n }",
"{\n try {\n br.close();\n } catch (IOException e) {\n }\n }",
"try {\n br.close();\n } catch (IOException e) {\n }",
"catch (IOException e) {\n }",
"IOException e",
"{\n }",
"{\n br.close();\n }",
"br.close()",
"br.close",
"br",
"{\n data = (br.readLine()).split(\" \");\n output(data);\n }",
"data = (br.readLine()).split(\" \")",
"data",
"(br.readLine()).split(\" \")",
"(br.readLine()).split",
"(br.readLine())",
"br.readLine",
"br",
"\" \"",
"output(data)",
"output",
"data",
"String[] args",
"args"
] | import java.io.*;
class Main
{
static InputStreamReader isr;
static BufferedReader br;
static String output;
static String[] data = new String[3];
static void initialize ()
{
isr = new InputStreamReader(System.in);
br = new BufferedReader(isr);
output = null;
for (String d : data)
{
d = null;
}
}
static void output (String[] data)
{
int i = 0;
output = "No";
if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) if (Integer.parseInt(data[i])-Integer.parseInt(data[++i]) < 0) output = "Yes";
System.out.println(output);
}
public static void main (String[] args)
{
initialize();
try {
data = (br.readLine()).split(" ");
output(data);
} catch (IOException e) {
} finally {
try {
br.close();
} catch (IOException 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,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
4,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
49,
55
],
[
55,
56
]
] | [
"//Range\nimport java.util.Scanner;\n\nclass Main {\n public void cubic() {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n String out = \"No\";\n if (a < b) {\n if(b < c) {\n out = \"Yes\";\n }\n }\n \n System.out.println(out);\n }\n \n public static void main(String[] args){\n new Main().cubic();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public void cubic() {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n String out = \"No\";\n if (a < b) {\n if(b < c) {\n out = \"Yes\";\n }\n }\n \n System.out.println(out);\n }\n \n public static void main(String[] args){\n new Main().cubic();\n }\n}",
"Main",
"public void cubic() {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n String out = \"No\";\n if (a < b) {\n if(b < c) {\n out = \"Yes\";\n }\n }\n \n System.out.println(out);\n }",
"cubic",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n String out = \"No\";\n if (a < b) {\n if(b < c) {\n out = \"Yes\";\n }\n }\n \n System.out.println(out);\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",
"String out = \"No\";",
"out",
"\"No\"",
"if (a < b) {\n if(b < c) {\n out = \"Yes\";\n }\n }",
"a < b",
"a",
"b",
"{\n if(b < c) {\n out = \"Yes\";\n }\n }",
"if(b < c) {\n out = \"Yes\";\n }",
"b < c",
"b",
"c",
"{\n out = \"Yes\";\n }",
"out = \"Yes\"",
"out",
"\"Yes\"",
"System.out.println(out)",
"System.out.println",
"System.out",
"System",
"System.out",
"out",
"public static void main(String[] args){\n new Main().cubic();\n }",
"main",
"{\n new Main().cubic();\n }",
"new Main().cubic()",
"new Main().cubic",
"new Main()",
"String[] args",
"args"
] | //Range
import java.util.Scanner;
class Main {
public void cubic() {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
String out = "No";
if (a < b) {
if(b < c) {
out = "Yes";
}
}
System.out.println(out);
}
public static void main(String[] args){
new Main().cubic();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
20,
4,
18,
18,
13,
13,
4,
18,
13,
23,
13,
6,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
4,
18,
4,
18,
13,
41,
13,
4,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
6,
13,
41,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
41,
13,
17,
14,
2,
2,
4,
18,
18,
36,
13,
4,
18,
18,
36,
13,
2,
4,
18,
18,
36,
13,
4,
18,
18,
36,
13,
30,
0,
13,
17,
30,
0,
13,
17,
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
],
[
203,
11
],
[
203,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
25,
26
],
[
15,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
31,
33
],
[
27,
34
],
[
34,
35
],
[
34,
36
],
[
27,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
43,
44
],
[
12,
45
],
[
45,
46
],
[
0,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
47,
51
],
[
51,
52
],
[
47,
53
],
[
53,
54
],
[
47,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
57,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
57,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
78,
79
],
[
78,
80
],
[
57,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
86,
87
],
[
85,
88
],
[
88,
89
],
[
88,
90
],
[
57,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
96,
97
],
[
95,
98
],
[
98,
99
],
[
98,
100
],
[
55,
101
],
[
101,
102
],
[
47,
103
],
[
103,
104
],
[
103,
105
],
[
105,
106
],
[
106,
107
],
[
47,
108
],
[
108,
109
],
[
108,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
108,
116
],
[
116,
117
],
[
47,
118
],
[
118,
119
],
[
118,
120
],
[
120,
121
],
[
121,
122
],
[
47,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
126,
130
],
[
123,
131
],
[
131,
132
],
[
47,
133
],
[
133,
134
],
[
133,
135
],
[
135,
136
],
[
136,
137
],
[
47,
138
],
[
138,
139
],
[
138,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
142,
144
],
[
141,
145
],
[
138,
146
],
[
146,
147
],
[
0,
148
],
[
148,
149
],
[
148,
150
],
[
150,
151
],
[
148,
152
],
[
152,
153
],
[
152,
154
],
[
154,
155
],
[
155,
156
],
[
156,
157
],
[
156,
158
],
[
155,
159
],
[
152,
160
],
[
160,
161
],
[
148,
162
],
[
162,
163
],
[
162,
164
],
[
164,
165
],
[
165,
166
],
[
165,
167
],
[
164,
168
],
[
168,
169
],
[
169,
170
],
[
170,
171
],
[
171,
172
],
[
172,
173
],
[
173,
174
],
[
173,
175
],
[
170,
176
],
[
176,
177
],
[
177,
178
],
[
178,
179
],
[
178,
180
],
[
169,
181
],
[
181,
182
],
[
182,
183
],
[
183,
184
],
[
184,
185
],
[
184,
186
],
[
181,
187
],
[
187,
188
],
[
188,
189
],
[
189,
190
],
[
189,
191
],
[
168,
192
],
[
192,
193
],
[
193,
194
],
[
193,
195
],
[
168,
196
],
[
196,
197
],
[
197,
198
],
[
197,
199
],
[
164,
200
],
[
200,
201
],
[
0,
202
],
[
202,
203
],
[
202,
204
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n/**\n *\n * @author yoshkur\n */\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}\n\nclass InputData {\n\n\tprivate Integer a;\n\tprivate Integer b;\n\tprivate Integer c;\n\n\tpublic InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.a = Integer.valueOf(values[0]);\n\t\tthis.b = Integer.valueOf(values[1]);\n\t\tthis.c = Integer.valueOf(values[2]);\n\t}\n\n\tpublic Integer getA() {\n\t\treturn a;\n\t}\n\n\tpublic void setA(Integer a) {\n\t\tthis.a = a;\n\t}\n\n\tpublic Integer getB() {\n\t\treturn b;\n\t}\n\n\tpublic void setB(Integer b) {\n\t\tthis.b = b;\n\t}\n\n\tpublic Integer getC() {\n\t\treturn c;\n\t}\n\n\tpublic void setC(Integer c) {\n\t\tthis.c = c;\n\t}\n}\n\nclass Processing {\n\n\tprivate InputData inputData;\n\n\tpublic Processing(InputData inputData) {\n\t\tthis.inputData = inputData;\n\t}\n\n\tpublic String getResult() {\n\t\tString result = null;\n\t\tif (this.inputData.getA() < this.inputData.getB()\n\t\t\t\t&& this.inputData.getB() < this.inputData.getC()) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\t\treturn result;\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}",
"try {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}",
"catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}",
"IOException | NumberFormatException e",
"{\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}",
"System.err.println(e.getLocalizedMessage())",
"System.err.println",
"System.err",
"System",
"System.err",
"e.getLocalizedMessage()",
"e.getLocalizedMessage",
"e",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"InputData inputData = new InputData(br);",
"inputData",
"new InputData(br)",
"Processing processing = new Processing(inputData);",
"processing",
"new Processing(inputData)",
"System.out.println(processing.getResult())",
"System.out.println",
"System.out",
"System",
"System.out",
"processing.getResult()",
"processing.getResult",
"processing",
"String[] args",
"args",
"class InputData {\n\n\tprivate Integer a;\n\tprivate Integer b;\n\tprivate Integer c;\n\n\tpublic InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.a = Integer.valueOf(values[0]);\n\t\tthis.b = Integer.valueOf(values[1]);\n\t\tthis.c = Integer.valueOf(values[2]);\n\t}\n\n\tpublic Integer getA() {\n\t\treturn a;\n\t}\n\n\tpublic void setA(Integer a) {\n\t\tthis.a = a;\n\t}\n\n\tpublic Integer getB() {\n\t\treturn b;\n\t}\n\n\tpublic void setB(Integer b) {\n\t\tthis.b = b;\n\t}\n\n\tpublic Integer getC() {\n\t\treturn c;\n\t}\n\n\tpublic void setC(Integer c) {\n\t\tthis.c = c;\n\t}\n}",
"InputData",
"private Integer a;",
"a",
"private Integer b;",
"b",
"private Integer c;",
"c",
"public InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.a = Integer.valueOf(values[0]);\n\t\tthis.b = Integer.valueOf(values[1]);\n\t\tthis.c = Integer.valueOf(values[2]);\n\t}",
"InputData",
"{\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.a = Integer.valueOf(values[0]);\n\t\tthis.b = Integer.valueOf(values[1]);\n\t\tthis.c = Integer.valueOf(values[2]);\n\t}",
"String line = br.readLine().trim();",
"line",
"br.readLine().trim()",
"br.readLine().trim",
"br.readLine()",
"br.readLine",
"br",
"String[] values = line.split(\" \");",
"values",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"this.a = Integer.valueOf(values[0])",
"this.a",
"this",
"this.a",
"Integer.valueOf(values[0])",
"Integer.valueOf",
"Integer",
"values[0]",
"values",
"0",
"this.b = Integer.valueOf(values[1])",
"this.b",
"this",
"this.b",
"Integer.valueOf(values[1])",
"Integer.valueOf",
"Integer",
"values[1]",
"values",
"1",
"this.c = Integer.valueOf(values[2])",
"this.c",
"this",
"this.c",
"Integer.valueOf(values[2])",
"Integer.valueOf",
"Integer",
"values[2]",
"values",
"2",
"BufferedReader br",
"br",
"public Integer getA() {\n\t\treturn a;\n\t}",
"getA",
"{\n\t\treturn a;\n\t}",
"return a;",
"a",
"public void setA(Integer a) {\n\t\tthis.a = a;\n\t}",
"setA",
"{\n\t\tthis.a = a;\n\t}",
"this.a = a",
"this.a",
"this",
"this.a",
"a",
"Integer a",
"a",
"public Integer getB() {\n\t\treturn b;\n\t}",
"getB",
"{\n\t\treturn b;\n\t}",
"return b;",
"b",
"public void setB(Integer b) {\n\t\tthis.b = b;\n\t}",
"setB",
"{\n\t\tthis.b = b;\n\t}",
"this.b = b",
"this.b",
"this",
"this.b",
"b",
"Integer b",
"b",
"public Integer getC() {\n\t\treturn c;\n\t}",
"getC",
"{\n\t\treturn c;\n\t}",
"return c;",
"c",
"public void setC(Integer c) {\n\t\tthis.c = c;\n\t}",
"setC",
"{\n\t\tthis.c = c;\n\t}",
"this.c = c",
"this.c",
"this",
"this.c",
"c",
"Integer c",
"c",
"class Processing {\n\n\tprivate InputData inputData;\n\n\tpublic Processing(InputData inputData) {\n\t\tthis.inputData = inputData;\n\t}\n\n\tpublic String getResult() {\n\t\tString result = null;\n\t\tif (this.inputData.getA() < this.inputData.getB()\n\t\t\t\t&& this.inputData.getB() < this.inputData.getC()) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\t\treturn result;\n\t}\n}",
"Processing",
"private InputData inputData;",
"inputData",
"public Processing(InputData inputData) {\n\t\tthis.inputData = inputData;\n\t}",
"Processing",
"{\n\t\tthis.inputData = inputData;\n\t}",
"this.inputData = inputData",
"this.inputData",
"this",
"this.inputData",
"inputData",
"InputData inputData",
"inputData",
"public String getResult() {\n\t\tString result = null;\n\t\tif (this.inputData.getA() < this.inputData.getB()\n\t\t\t\t&& this.inputData.getB() < this.inputData.getC()) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\t\treturn result;\n\t}",
"getResult",
"{\n\t\tString result = null;\n\t\tif (this.inputData.getA() < this.inputData.getB()\n\t\t\t\t&& this.inputData.getB() < this.inputData.getC()) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\t\treturn result;\n\t}",
"String result = null;",
"result",
"null",
"if (this.inputData.getA() < this.inputData.getB()\n\t\t\t\t&& this.inputData.getB() < this.inputData.getC()) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}",
"this.inputData.getA() < this.inputData.getB()\n\t\t\t\t&& this.inputData.getB() < this.inputData.getC()",
"this.inputData.getA() < this.inputData.getB()",
"this.inputData.getA()",
"this.inputData.getA",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getB()",
"this.inputData.getB",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getB() < this.inputData.getC()",
"this.inputData.getB()",
"this.inputData.getB",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getC()",
"this.inputData.getC",
"this.inputData",
"this",
"this.inputData",
"{\n\t\t\tresult = \"Yes\";\n\t\t}",
"result = \"Yes\"",
"result",
"\"Yes\"",
"{\n\t\t\tresult = \"No\";\n\t\t}",
"result = \"No\"",
"result",
"\"No\"",
"return result;",
"result",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/**
*
* @author yoshkur
*/
public class Main {
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
InputData inputData = new InputData(br);
Processing processing = new Processing(inputData);
System.out.println(processing.getResult());
} catch (IOException | NumberFormatException e) {
System.err.println(e.getLocalizedMessage());
}
}
}
class InputData {
private Integer a;
private Integer b;
private Integer c;
public InputData(BufferedReader br) throws IOException {
String line = br.readLine().trim();
String[] values = line.split(" ");
this.a = Integer.valueOf(values[0]);
this.b = Integer.valueOf(values[1]);
this.c = Integer.valueOf(values[2]);
}
public Integer getA() {
return a;
}
public void setA(Integer a) {
this.a = a;
}
public Integer getB() {
return b;
}
public void setB(Integer b) {
this.b = b;
}
public Integer getC() {
return c;
}
public void setC(Integer c) {
this.c = c;
}
}
class Processing {
private InputData inputData;
public Processing(InputData inputData) {
this.inputData = inputData;
}
public String getResult() {
String result = null;
if (this.inputData.getA() < this.inputData.getB()
&& this.inputData.getB() < this.inputData.getC()) {
result = "Yes";
} else {
result = "No";
}
return result;
}
} |
[
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,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
83,
5
],
[
83,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
32,
33
],
[
32,
34
],
[
27,
35
],
[
35,
36
],
[
36,
37
],
[
27,
38
],
[
39,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
56,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
50,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
50,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
6,
80
],
[
80,
81
],
[
0,
82
],
[
82,
83
],
[
82,
84
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\t\tint[] ints = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tints[i] = Integer.parseInt(st[i]);\n\t\t}\n\t\tif (ints[0] < ints[1] && ints[1] < ints[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\t\tint[] ints = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tints[i] = Integer.parseInt(st[i]);\n\t\t}\n\t\tif (ints[0] < ints[1] && ints[1] < ints[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\t\tint[] ints = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tints[i] = Integer.parseInt(st[i]);\n\t\t}\n\t\tif (ints[0] < ints[1] && ints[1] < ints[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\t\tint[] ints = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tints[i] = Integer.parseInt(st[i]);\n\t\t}\n\t\tif (ints[0] < ints[1] && ints[1] < ints[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String s = sc.nextLine();",
"s",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] st = s.split(\" \");",
"st",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"int[] ints = new int[3];",
"ints",
"new int[3]",
"3",
"for (int i = 0; i < 3; i++) {\n\t\t\tints[i] = Integer.parseInt(st[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tints[i] = Integer.parseInt(st[i]);\n\t\t}",
"{\n\t\t\tints[i] = Integer.parseInt(st[i]);\n\t\t}",
"ints[i] = Integer.parseInt(st[i])",
"ints[i]",
"ints",
"i",
"Integer.parseInt(st[i])",
"Integer.parseInt",
"Integer",
"st[i]",
"st",
"i",
"if (ints[0] < ints[1] && ints[1] < ints[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}",
"ints[0] < ints[1] && ints[1] < ints[2]",
"ints[0] < ints[1]",
"ints[0]",
"ints",
"0",
"ints[1]",
"ints",
"1",
"ints[1] < ints[2]",
"ints[1]",
"ints",
"1",
"ints[2]",
"ints",
"2",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\t\tint[] ints = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tints[i] = Integer.parseInt(st[i]);\n\t\t}\n\t\tif (ints[0] < ints[1] && ints[1] < ints[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\t\tint[] ints = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tints[i] = Integer.parseInt(st[i]);\n\t\t}\n\t\tif (ints[0] < ints[1] && ints[1] < ints[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String s = sc.nextLine();
String[] st = s.split(" ");
int[] ints = new int[3];
for (int i = 0; i < 3; i++) {
ints[i] = Integer.parseInt(st[i]);
}
if (ints[0] < ints[1] && ints[1] < ints[2]) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
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,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
14,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
44,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
44,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
6,
64
],
[
64,
65
]
] | [
"import java.io.*;\n\nclass Main\n{\n public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String[] str=br.readLine().split(\" \");\n\n int a=Integer.parseInt(str[0]),b=Integer.parseInt(str[1]),c=Integer.parseInt(str[2]);\n\n if(a<b && b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String[] str=br.readLine().split(\" \");\n\n int a=Integer.parseInt(str[0]),b=Integer.parseInt(str[1]),c=Integer.parseInt(str[2]);\n\n if(a<b && b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}",
"Main",
"public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String[] str=br.readLine().split(\" \");\n\n int a=Integer.parseInt(str[0]),b=Integer.parseInt(str[1]),c=Integer.parseInt(str[2]);\n\n if(a<b && b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String[] str=br.readLine().split(\" \");\n\n int a=Integer.parseInt(str[0]),b=Integer.parseInt(str[1]),c=Integer.parseInt(str[2]);\n\n if(a<b && b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str=br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a=Integer.parseInt(str[0])",
"a",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"b=Integer.parseInt(str[1])",
"b",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"c=Integer.parseInt(str[2]);",
"c",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"if(a<b && b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");",
"a<b && b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.io.*;
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]),b=Integer.parseInt(str[1]),c=Integer.parseInt(str[2]);
if(a<b && b<c)
System.out.println("Yes");
else
System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
13,
13,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
12,
13,
30,
41,
13,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
2,
13,
17,
1,
40,
13,
30,
30,
4,
18,
18,
13,
13,
2,
18,
13,
13,
17,
4,
18,
18,
13,
13,
18,
13,
2,
13,
17,
23,
13,
12,
13,
30,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
18,
13,
13,
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,
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,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
35,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
6,
57
],
[
57,
58
],
[
4,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
64,
66
],
[
61,
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
],
[
82,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
61,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
99,
101
],
[
59,
102
],
[
102,
103
],
[
4,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
109,
114
],
[
106,
115
],
[
115,
116
],
[
115,
117
],
[
117,
118
],
[
117,
119
],
[
106,
120
],
[
120,
121
],
[
120,
122
],
[
106,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
124,
129
],
[
129,
130
],
[
129,
131
],
[
124,
132
],
[
132,
133
],
[
133,
134
],
[
124,
135
],
[
136,
136
],
[
136,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
137,
141
],
[
141,
142
],
[
142,
143
],
[
141,
144
],
[
144,
145
],
[
144,
146
],
[
106,
147
],
[
147,
148
],
[
104,
149
],
[
149,
150
]
] | [
"import java.io.*;\n\nclass Main{\n public static void main(String[] args) throws IOException\n {\n InputStreamReader is = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(is);\n Integer[] data = makeint(br);\n Integer a = data[0], b = data[1], c = data[2];\n if(a < b && b < c){ System.out.println(\"Yes\"); }\n else{ System.out.println(\"No\"); }\n\n }\n public static void show(Integer[] a){\n int n = a.length;\n for(int i = 0; i < n - 1; i++){ System.out.print(a[i] + \" \"); }\n System.out.println(a[n - 1]);\n }\n public static Integer[] makeint(BufferedReader br) throws IOException\n {\n String[] str = br.readLine().split(\" \");\n int n = str.length;\n Integer[] a = new Integer[n];\n for(int i = 0; i < n; i++){ a[i] = Integer.parseInt(str[i]); }\n return a;\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args) throws IOException\n {\n InputStreamReader is = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(is);\n Integer[] data = makeint(br);\n Integer a = data[0], b = data[1], c = data[2];\n if(a < b && b < c){ System.out.println(\"Yes\"); }\n else{ System.out.println(\"No\"); }\n\n }\n public static void show(Integer[] a){\n int n = a.length;\n for(int i = 0; i < n - 1; i++){ System.out.print(a[i] + \" \"); }\n System.out.println(a[n - 1]);\n }\n public static Integer[] makeint(BufferedReader br) throws IOException\n {\n String[] str = br.readLine().split(\" \");\n int n = str.length;\n Integer[] a = new Integer[n];\n for(int i = 0; i < n; i++){ a[i] = Integer.parseInt(str[i]); }\n return a;\n }\n}",
"Main",
"public static void main(String[] args) throws IOException\n {\n InputStreamReader is = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(is);\n Integer[] data = makeint(br);\n Integer a = data[0], b = data[1], c = data[2];\n if(a < b && b < c){ System.out.println(\"Yes\"); }\n else{ System.out.println(\"No\"); }\n\n }",
"main",
"{\n InputStreamReader is = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(is);\n Integer[] data = makeint(br);\n Integer a = data[0], b = data[1], c = data[2];\n if(a < b && b < c){ System.out.println(\"Yes\"); }\n else{ System.out.println(\"No\"); }\n\n }",
"InputStreamReader is = new InputStreamReader(System.in);",
"is",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(is);",
"br",
"new BufferedReader(is)",
"Integer[] data = makeint(br);",
"data",
"makeint(br)",
"makeint",
"br",
"Integer a = data[0]",
"a",
"data[0]",
"data",
"0",
"b = data[1]",
"b",
"data[1]",
"data",
"1",
"c = data[2];",
"c",
"data[2]",
"data",
"2",
"if(a < b && b < c){ System.out.println(\"Yes\"); }\n else{ System.out.println(\"No\"); }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{ System.out.println(\"Yes\"); }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{ System.out.println(\"No\"); }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public static void show(Integer[] a){\n int n = a.length;\n for(int i = 0; i < n - 1; i++){ System.out.print(a[i] + \" \"); }\n System.out.println(a[n - 1]);\n }",
"show",
"{\n int n = a.length;\n for(int i = 0; i < n - 1; i++){ System.out.print(a[i] + \" \"); }\n System.out.println(a[n - 1]);\n }",
"int n = a.length;",
"n",
"a.length",
"a",
"a.length",
"for(int i = 0; i < n - 1; i++){ System.out.print(a[i] + \" \"); }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n - 1",
"i",
"n - 1",
"n",
"1",
"i++",
"i++",
"i",
"{ System.out.print(a[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[n - 1])",
"System.out.println",
"System.out",
"System",
"System.out",
"a[n - 1]",
"a",
"n - 1",
"n",
"1",
"Integer[] a",
"a",
"public static Integer[] makeint(BufferedReader br) throws IOException\n {\n String[] str = br.readLine().split(\" \");\n int n = str.length;\n Integer[] a = new Integer[n];\n for(int i = 0; i < n; i++){ a[i] = Integer.parseInt(str[i]); }\n return a;\n }",
"makeint",
"{\n String[] str = br.readLine().split(\" \");\n int n = str.length;\n Integer[] a = new Integer[n];\n for(int i = 0; i < n; i++){ a[i] = Integer.parseInt(str[i]); }\n return a;\n }",
"String[] str = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int n = str.length;",
"n",
"str.length",
"str",
"str.length",
"Integer[] a = new Integer[n];",
"a",
"new Integer[n]",
"n",
"for(int i = 0; i < n; i++){ a[i] = Integer.parseInt(str[i]); }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"{ a[i] = Integer.parseInt(str[i]); }",
"{ a[i] = Integer.parseInt(str[i]); }",
"a[i] = Integer.parseInt(str[i])",
"a[i]",
"a",
"i",
"Integer.parseInt(str[i])",
"Integer.parseInt",
"Integer",
"str[i]",
"str",
"i",
"return a;",
"a",
"BufferedReader br",
"br"
] | import java.io.*;
class Main{
public static void main(String[] args) throws IOException
{
InputStreamReader is = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(is);
Integer[] data = makeint(br);
Integer a = data[0], b = data[1], c = data[2];
if(a < b && b < c){ System.out.println("Yes"); }
else{ System.out.println("No"); }
}
public static void show(Integer[] a){
int n = a.length;
for(int i = 0; i < n - 1; i++){ System.out.print(a[i] + " "); }
System.out.println(a[n - 1]);
}
public static Integer[] makeint(BufferedReader br) throws IOException
{
String[] str = br.readLine().split(" ");
int n = str.length;
Integer[] a = new Integer[n];
for(int i = 0; i < n; i++){ a[i] = Integer.parseInt(str[i]); }
return a;
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
13,
13,
13,
13,
23,
13,
12,
13,
30,
41,
13,
0,
13,
8,
2,
2,
13,
13,
2,
13,
13,
17,
17,
29,
13,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
65,
5
],
[
65,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
32,
33
],
[
32,
34
],
[
32,
35
],
[
32,
36
],
[
6,
37
],
[
37,
38
],
[
65,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
46,
54
],
[
46,
55
],
[
41,
56
],
[
56,
57
],
[
39,
58
],
[
58,
59
],
[
39,
60
],
[
60,
61
],
[
39,
62
],
[
62,
63
],
[
0,
64
],
[
64,
65
],
[
64,
66
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tSystem.out.println(Range(a,b,c));\n\t}\n\t\n\tpublic static String Range(int a, int b, int c){\n\t\tString word;\n\t\tword = (a < b && b < c) ? \"Yes\" : \"No\";\n\t\treturn word;\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tSystem.out.println(Range(a,b,c));\n\t}\n\t\n\tpublic static String Range(int a, int b, int c){\n\t\tString word;\n\t\tword = (a < b && b < c) ? \"Yes\" : \"No\";\n\t\treturn word;\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tSystem.out.println(Range(a,b,c));\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tSystem.out.println(Range(a,b,c));\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(Range(a,b,c))",
"System.out.println",
"System.out",
"System",
"System.out",
"Range(a,b,c)",
"Range",
"a",
"b",
"c",
"String[] args",
"args",
"public static String Range(int a, int b, int c){\n\t\tString word;\n\t\tword = (a < b && b < c) ? \"Yes\" : \"No\";\n\t\treturn word;\n\t}",
"Range",
"{\n\t\tString word;\n\t\tword = (a < b && b < c) ? \"Yes\" : \"No\";\n\t\treturn word;\n\t}",
"String word;",
"word",
"word = (a < b && b < c) ? \"Yes\" : \"No\"",
"word",
"(a < b && b < c) ? \"Yes\" : \"No\"",
"(a < b && b < c)",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"\"Yes\"",
"\"No\"",
"return word;",
"word",
"int a",
"a",
"int b",
"b",
"int c",
"c",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tSystem.out.println(Range(a,b,c));\n\t}\n\t\n\tpublic static String Range(int a, int b, int c){\n\t\tString word;\n\t\tword = (a < b && b < c) ? \"Yes\" : \"No\";\n\t\treturn word;\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tSystem.out.println(Range(a,b,c));\n\t}\n\t\n\tpublic static String Range(int a, int b, int c){\n\t\tString word;\n\t\tword = (a < b && b < c) ? \"Yes\" : \"No\";\n\t\treturn word;\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
System.out.println(Range(a,b,c));
}
public static String Range(int a, int b, int c){
String word;
word = (a < b && b < c) ? "Yes" : "No";
return word;
}
} |
[
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,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
66,
5
],
[
66,
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
],
[
32,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
27,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
8,
60
],
[
60,
61
],
[
61,
62
],
[
6,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args){\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\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse if(b > c){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t\tsc.close();\n\t\t}\n\t}",
"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\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse if(b > c){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t\tsc.close();\n\t\t}\n\t}",
"Main",
"public static void main(String[] args){\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\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse if(b > c){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t\tsc.close();\n\t\t}",
"main",
"{\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\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse if(b > c){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t\tsc.close();\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){\n\t\t\tif(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse if(b > c){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");",
"a < b",
"a",
"b",
"{\n\t\t\tif(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse if(b > c){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}",
"if(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse if(b > c){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"b < c",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"if(b > c){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"b > c",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"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\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse if(b > c){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t\tsc.close();\n\t\t}\n\t}",
"public class Main {\n\tpublic static void main(String[] args){\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\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse if(b > c){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t\tsc.close();\n\t\t}\n\t}",
"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){
if(b < c){
System.out.println("Yes");
}
else if(b > c){
System.out.println("No");
}
}
else
System.out.println("No");
sc.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
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,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
61,
5
],
[
61,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
6,
15
],
[
15,
16
],
[
61,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
19,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
19,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
19,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
38,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
38,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tMain main = new Main();\n\t\tmain.start();\n\t\t\n\t\t\n\t}\n\n\tprivate void start() {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\t\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tMain main = new Main();\n\t\tmain.start();\n\t\t\n\t\t\n\t}\n\n\tprivate void start() {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\t\tMain main = new Main();\n\t\tmain.start();\n\t\t\n\t\t\n\t}",
"main",
"{\n\t\tMain main = new Main();\n\t\tmain.start();\n\t\t\n\t\t\n\t}",
"Main main = new Main();",
"main",
"new Main()",
"main.start()",
"main.start",
"main",
"String[] args",
"args",
"private void start() {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\t\n\t}",
"start",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\t\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int c = scanner.nextInt();",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tMain main = new Main();\n\t\tmain.start();\n\t\t\n\t\t\n\t}\n\n\tprivate void start() {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\t\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tMain main = new Main();\n\t\tmain.start();\n\t\t\n\t\t\n\t}\n\n\tprivate void start() {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\t\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\t\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Main main = new Main();
main.start();
}
private void start() {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
if(a < b && b < c){
System.out.println("Yes");
}else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
70,
5
],
[
70,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
45,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
45,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
6,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif(ai < bi && bi < ci){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif(ai < bi && bi < ci){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif(ai < bi && bi < ci){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\t}",
"main",
"{\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif(ai < bi && bi < ci){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\t}",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"String a = input.next();",
"a",
"input.next()",
"input.next",
"input",
"String b = input.next();",
"b",
"input.next()",
"input.next",
"input",
"String c = input.next();",
"c",
"input.next()",
"input.next",
"input",
"int ai = Integer.parseInt(a);",
"ai",
"Integer.parseInt(a)",
"Integer.parseInt",
"Integer",
"a",
"int bi = Integer.parseInt(b);",
"bi",
"Integer.parseInt(b)",
"Integer.parseInt",
"Integer",
"b",
"int ci = Integer.parseInt(c);",
"ci",
"Integer.parseInt(c)",
"Integer.parseInt",
"Integer",
"c",
"if(ai < bi && bi < ci){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}",
"ai < bi && bi < ci",
"ai < bi",
"ai",
"bi",
"bi < ci",
"bi",
"ci",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif(ai < bi && bi < ci){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tString a = input.next();\n\t\tString b = input.next();\n\t\tString c = input.next();\n\n\t\tint ai = Integer.parseInt(a);\n\t\tint bi = Integer.parseInt(b);\n\t\tint ci = Integer.parseInt(c);\n\n\t\tif(ai < bi && bi < ci){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner input = new Scanner(System.in);
String a = input.next();
String b = input.next();
String c = input.next();
int ai = Integer.parseInt(a);
int bi = Integer.parseInt(b);
int ci = Integer.parseInt(c);
if(ai < bi && bi < ci){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
71,
5
],
[
71,
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
],
[
8,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
46,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
46,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
8,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
6,
68
],
[
68,
69
],
[
0,
70
],
[
70,
71
],
[
70,
72
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(lines[0]);\n\t\tint num2 = Integer.parseInt(lines[1]);\n\t\tint num3 = Integer.parseInt(lines[2]);\n\t\t//???????????£??\\??????result?????£?¨????\n\t\tString result;\n\n\t\t//????????¶??????????????????????????£??\\???\n\t\tif(num1 < num2 && num2 < num3){\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\t//???????????¨??????\n\t\tSystem.out.println(result);\n\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\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(lines[0]);\n\t\tint num2 = Integer.parseInt(lines[1]);\n\t\tint num3 = Integer.parseInt(lines[2]);\n\t\t//???????????£??\\??????result?????£?¨????\n\t\tString result;\n\n\t\t//????????¶??????????????????????????£??\\???\n\t\tif(num1 < num2 && num2 < num3){\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\t//???????????¨??????\n\t\tSystem.out.println(result);\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(lines[0]);\n\t\tint num2 = Integer.parseInt(lines[1]);\n\t\tint num3 = Integer.parseInt(lines[2]);\n\t\t//???????????£??\\??????result?????£?¨????\n\t\tString result;\n\n\t\t//????????¶??????????????????????????£??\\???\n\t\tif(num1 < num2 && num2 < num3){\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\t//???????????¨??????\n\t\tSystem.out.println(result);\n\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(lines[0]);\n\t\tint num2 = Integer.parseInt(lines[1]);\n\t\tint num3 = Integer.parseInt(lines[2]);\n\t\t//???????????£??\\??????result?????£?¨????\n\t\tString result;\n\n\t\t//????????¶??????????????????????????£??\\???\n\t\tif(num1 < num2 && num2 < num3){\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\t//???????????¨??????\n\t\tSystem.out.println(result);\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String[] lines = sc.nextLine().split(\" \");",
"lines",
"sc.nextLine().split(\" \")",
"sc.nextLine().split",
"sc.nextLine()",
"sc.nextLine",
"sc",
"\" \"",
"int num1 = Integer.parseInt(lines[0]);",
"num1",
"Integer.parseInt(lines[0])",
"Integer.parseInt",
"Integer",
"lines[0]",
"lines",
"0",
"int num2 = Integer.parseInt(lines[1]);",
"num2",
"Integer.parseInt(lines[1])",
"Integer.parseInt",
"Integer",
"lines[1]",
"lines",
"1",
"int num3 = Integer.parseInt(lines[2]);",
"num3",
"Integer.parseInt(lines[2])",
"Integer.parseInt",
"Integer",
"lines[2]",
"lines",
"2",
"String result;",
"result",
"if(num1 < num2 && num2 < num3){\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}",
"num1 < num2 && num2 < num3",
"num1 < num2",
"num1",
"num2",
"num2 < num3",
"num2",
"num3",
"{\n\t\t\tresult = \"Yes\";\n\t\t}",
"result = \"Yes\"",
"result",
"\"Yes\"",
"{\n\t\t\tresult = \"No\";\n\t\t}",
"result = \"No\"",
"result",
"\"No\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(lines[0]);\n\t\tint num2 = Integer.parseInt(lines[1]);\n\t\tint num3 = Integer.parseInt(lines[2]);\n\t\t//???????????£??\\??????result?????£?¨????\n\t\tString result;\n\n\t\t//????????¶??????????????????????????£??\\???\n\t\tif(num1 < num2 && num2 < num3){\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\t//???????????¨??????\n\t\tSystem.out.println(result);\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(lines[0]);\n\t\tint num2 = Integer.parseInt(lines[1]);\n\t\tint num3 = Integer.parseInt(lines[2]);\n\t\t//???????????£??\\??????result?????£?¨????\n\t\tString result;\n\n\t\t//????????¶??????????????????????????£??\\???\n\t\tif(num1 < num2 && num2 < num3){\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\t//???????????¨??????\n\t\tSystem.out.println(result);\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
//split??????????????§????????????????§£????????£??\
String[] lines = sc.nextLine().split(" ");
int num1 = Integer.parseInt(lines[0]);
int num2 = Integer.parseInt(lines[1]);
int num3 = Integer.parseInt(lines[2]);
//???????????£??\??????result?????£?¨????
String result;
//????????¶??????????????????????????£??\???
if(num1 < num2 && num2 < num3){
result = "Yes";
} else {
result = "No";
}
//???????????¨??????
System.out.println(result);
}
} |
[
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,
2,
13,
13,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
29,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
33,
35
],
[
29,
36
],
[
36,
37
],
[
36,
38
],
[
27,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
27,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
46,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
46,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
61,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
6,
79
],
[
79,
80
]
] | [
"import java.util.Scanner;\nclass Main{\npublic static void main (String[] args){\nScanner scan = new Scanner(System.in);\nint a=scan.nextInt();\nint b=scan.nextInt();\nint c=scan.nextInt();\nif(a==b||b==c||a==c){\nSystem.out.println(\"No\");\n}else if(a>b||a>c){\nSystem.out.println(\"No\");\n}else if(b>c){\nSystem.out.println(\"No\");\n}else{\nSystem.out.println(\"Yes\");\n}\n}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\npublic static void main (String[] args){\nScanner scan = new Scanner(System.in);\nint a=scan.nextInt();\nint b=scan.nextInt();\nint c=scan.nextInt();\nif(a==b||b==c||a==c){\nSystem.out.println(\"No\");\n}else if(a>b||a>c){\nSystem.out.println(\"No\");\n}else if(b>c){\nSystem.out.println(\"No\");\n}else{\nSystem.out.println(\"Yes\");\n}\n}\n}",
"Main",
"public static void main (String[] args){\nScanner scan = new Scanner(System.in);\nint a=scan.nextInt();\nint b=scan.nextInt();\nint c=scan.nextInt();\nif(a==b||b==c||a==c){\nSystem.out.println(\"No\");\n}else if(a>b||a>c){\nSystem.out.println(\"No\");\n}else if(b>c){\nSystem.out.println(\"No\");\n}else{\nSystem.out.println(\"Yes\");\n}\n}",
"main",
"{\nScanner scan = new Scanner(System.in);\nint a=scan.nextInt();\nint b=scan.nextInt();\nint c=scan.nextInt();\nif(a==b||b==c||a==c){\nSystem.out.println(\"No\");\n}else if(a>b||a>c){\nSystem.out.println(\"No\");\n}else if(b>c){\nSystem.out.println(\"No\");\n}else{\nSystem.out.println(\"Yes\");\n}\n}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a=scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b=scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int c=scan.nextInt();",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(a==b||b==c||a==c){\nSystem.out.println(\"No\");\n}else if(a>b||a>c){\nSystem.out.println(\"No\");\n}else if(b>c){\nSystem.out.println(\"No\");\n}else{\nSystem.out.println(\"Yes\");\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",
"{\nSystem.out.println(\"No\");\n}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(a>b||a>c){\nSystem.out.println(\"No\");\n}else if(b>c){\nSystem.out.println(\"No\");\n}else{\nSystem.out.println(\"Yes\");\n}",
"a>b||a>c",
"a>b",
"a",
"b",
"a>c",
"a",
"c",
"{\nSystem.out.println(\"No\");\n}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(b>c){\nSystem.out.println(\"No\");\n}else{\nSystem.out.println(\"Yes\");\n}",
"b>c",
"b",
"c",
"{\nSystem.out.println(\"No\");\n}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\nSystem.out.println(\"Yes\");\n}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main (String[] args){
Scanner scan = new Scanner(System.in);
int a=scan.nextInt();
int b=scan.nextInt();
int c=scan.nextInt();
if(a==b||b==c||a==c){
System.out.println("No");
}else if(a>b||a>c){
System.out.println("No");
}else if(b>c){
System.out.println("No");
}else{
System.out.println("Yes");
}
}
} |
[
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,
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,
2,
13,
13,
2,
13,
13,
30,
4,
18,
13,
17,
30,
4,
18,
13,
17,
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
],
[
196,
29
],
[
196,
30
],
[
30,
31
],
[
196,
32
],
[
32,
33
],
[
196,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
36,
43
],
[
43,
44
],
[
43,
45
],
[
36,
46
],
[
46,
47
],
[
47,
48
],
[
36,
49
],
[
49,
50
],
[
50,
51
],
[
34,
52
],
[
52,
53
],
[
196,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
58,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
58,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
58,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
74,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
83,
86
],
[
74,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
88,
91
],
[
196,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
92,
96
],
[
96,
97
],
[
92,
98
],
[
98,
99
],
[
98,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
98,
104
],
[
104,
105
],
[
92,
106
],
[
106,
107
],
[
106,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
110,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
109,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
108,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
123,
126
],
[
126,
127
],
[
127,
128
],
[
92,
129
],
[
129,
130
],
[
129,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
137,
138
],
[
138,
139
],
[
139,
140
],
[
132,
141
],
[
141,
142
],
[
142,
143
],
[
142,
144
],
[
131,
145
],
[
145,
146
],
[
146,
147
],
[
147,
148
],
[
146,
149
],
[
149,
150
],
[
150,
151
],
[
92,
152
],
[
152,
153
],
[
152,
154
],
[
154,
155
],
[
155,
156
],
[
156,
157
],
[
157,
158
],
[
157,
159
],
[
156,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
155,
164
],
[
164,
165
],
[
165,
166
],
[
165,
167
],
[
154,
168
],
[
168,
169
],
[
169,
170
],
[
170,
171
],
[
92,
172
],
[
172,
173
],
[
172,
174
],
[
174,
175
],
[
175,
176
],
[
176,
177
],
[
177,
178
],
[
177,
179
],
[
176,
180
],
[
180,
181
],
[
181,
182
],
[
182,
183
],
[
175,
184
],
[
184,
185
],
[
185,
186
],
[
185,
187
],
[
174,
188
],
[
188,
189
],
[
189,
190
],
[
190,
191
],
[
189,
192
],
[
192,
193
],
[
193,
194
],
[
0,
195
],
[
195,
196
],
[
195,
197
]
] | [
"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;\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 if (a < b && b < c) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\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",
"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 if (a < b && b < c) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\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 if (a < b && b < c) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }",
"Solution",
"void solve() throws IOException {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n if (a < b && b < c) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }",
"solve",
"{\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n if (a < b && b < c) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\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 && b < c) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n out.println(\"Yes\");\n }",
"out.println(\"Yes\")",
"out.println",
"out",
"\"Yes\"",
"{\n out.println(\"No\");\n }",
"out.println(\"No\")",
"out.println",
"out",
"\"No\"",
"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 if (a < b && b < c) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\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 if (a < b && b < c) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\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;
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 && b < c) {
out.println("Yes");
} else {
out.println("No");
}
}
}
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,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
2,
13,
13,
2,
13,
13,
17,
17,
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
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
32,
41
],
[
6,
42
],
[
42,
43
],
[
0,
44
],
[
55,
45
],
[
55,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
46,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"import java.util.*;\n\nclass Range {\n public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int a = sc.nextInt();\n final int b = sc.nextInt();\n final int c = sc.nextInt();\n System.out.println(a < b && b < c ? \"Yes\" : \"No\");\n }\n}\npublic class Main {\n public static void main(String... args) {\n Range.main();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Range {\n public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int a = sc.nextInt();\n final int b = sc.nextInt();\n final int c = sc.nextInt();\n System.out.println(a < b && b < c ? \"Yes\" : \"No\");\n }\n}",
"Range",
"public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int a = sc.nextInt();\n final int b = sc.nextInt();\n final int c = sc.nextInt();\n System.out.println(a < b && b < c ? \"Yes\" : \"No\");\n }",
"main",
"{\n final Scanner sc = new Scanner(System.in);\n final int a = sc.nextInt();\n final int b = sc.nextInt();\n final int c = sc.nextInt();\n System.out.println(a < b && b < c ? \"Yes\" : \"No\");\n }",
"final Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"final int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"final int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"final int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(a < b && b < c ? \"Yes\" : \"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"a < b && b < c ? \"Yes\" : \"No\"",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"\"Yes\"",
"\"No\"",
"String...args",
"args",
"public class Main {\n public static void main(String... args) {\n Range.main();\n }\n}",
"Main",
"public static void main(String... args) {\n Range.main();\n }",
"main",
"{\n Range.main();\n }",
"Range.main()",
"Range.main",
"Range",
"String... args",
"args",
"public class Main {\n public static void main(String... args) {\n Range.main();\n }\n}",
"public class Main {\n public static void main(String... args) {\n Range.main();\n }\n}",
"Main"
] | import java.util.*;
class Range {
public static void main(String...args) {
final Scanner sc = new Scanner(System.in);
final int a = sc.nextInt();
final int b = sc.nextInt();
final int c = sc.nextInt();
System.out.println(a < b && b < c ? "Yes" : "No");
}
}
public class Main {
public static void main(String... args) {
Range.main();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
14,
2,
13,
13,
29,
17,
14,
2,
13,
13,
29,
17,
29,
17,
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,
4,
13,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
76,
8
],
[
76,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
11,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
18,
22
],
[
22,
23
],
[
11,
24
],
[
24,
25
],
[
9,
26
],
[
26,
27
],
[
9,
28
],
[
28,
29
],
[
9,
30
],
[
30,
31
],
[
76,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
34,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
34,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
34,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
54,
57
],
[
54,
58
],
[
53,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
53,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
32,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] | [
"import java.io.*;\nimport java.util.Scanner;\n \npublic class Main {\n public static boolean range(int a, int b, int c) {\n if (a >= b) return false;\n if (b >= c) return false;\n return true;\n }\n \n public static void main (String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (range(a, b, c)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static boolean range(int a, int b, int c) {\n if (a >= b) return false;\n if (b >= c) return false;\n return true;\n }\n \n public static void main (String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (range(a, b, c)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static boolean range(int a, int b, int c) {\n if (a >= b) return false;\n if (b >= c) return false;\n return true;\n }",
"range",
"{\n if (a >= b) return false;\n if (b >= c) return false;\n return true;\n }",
"if (a >= b) return false;",
"a >= b",
"a",
"b",
"return false;",
"false",
"if (b >= c) return false;",
"b >= c",
"b",
"c",
"return false;",
"false",
"return true;",
"true",
"int a",
"a",
"int b",
"b",
"int c",
"c",
"public static void main (String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (range(a, b, c)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (range(a, b, c)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (range(a, b, c)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"range(a, b, c)",
"range",
"a",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static boolean range(int a, int b, int c) {\n if (a >= b) return false;\n if (b >= c) return false;\n return true;\n }\n \n public static void main (String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (range(a, b, c)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"public class Main {\n public static boolean range(int a, int b, int c) {\n if (a >= b) return false;\n if (b >= c) return false;\n return true;\n }\n \n public static void main (String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (range(a, b, c)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] | import java.io.*;
import java.util.Scanner;
public class Main {
public static boolean range(int a, int b, int c) {
if (a >= b) return false;
if (b >= c) return false;
return true;
}
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 (range(a, b, c)) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
30,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
38,
35
],
[
51,
36
],
[
48,
37
],
[
45,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
42,
44
],
[
45,
45
],
[
45,
46
],
[
45,
47
],
[
48,
48
],
[
48,
49
],
[
48,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
38,
54
],
[
54,
55
],
[
54,
56
],
[
33,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
58,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
58,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
6,
80
],
[
80,
81
]
] | [
"import java.util.Scanner;\nclass Main {\n\n \n public static void main(String[] args) {\n Scanner x = new Scanner(System.in);\n int a, b, c;\n a = x.nextInt(); b = x.nextInt(); c = x.nextInt();\n if(a >= 0 && a<= 1000 && b >= 0 && b<= 1000 && c >= 0 && b<= 1000){\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n \n public static void main(String[] args) {\n Scanner x = new Scanner(System.in);\n int a, b, c;\n a = x.nextInt(); b = x.nextInt(); c = x.nextInt();\n if(a >= 0 && a<= 1000 && b >= 0 && b<= 1000 && c >= 0 && b<= 1000){\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner x = new Scanner(System.in);\n int a, b, c;\n a = x.nextInt(); b = x.nextInt(); c = x.nextInt();\n if(a >= 0 && a<= 1000 && b >= 0 && b<= 1000 && c >= 0 && b<= 1000){\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n }",
"main",
"{\n Scanner x = new Scanner(System.in);\n int a, b, c;\n a = x.nextInt(); b = x.nextInt(); c = x.nextInt();\n if(a >= 0 && a<= 1000 && b >= 0 && b<= 1000 && c >= 0 && b<= 1000){\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n }",
"Scanner x = new Scanner(System.in);",
"x",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"a = x.nextInt()",
"a",
"x.nextInt()",
"x.nextInt",
"x",
"b = x.nextInt()",
"b",
"x.nextInt()",
"x.nextInt",
"x",
"c = x.nextInt()",
"c",
"x.nextInt()",
"x.nextInt",
"x",
"if(a >= 0 && a<= 1000 && b >= 0 && b<= 1000 && c >= 0 && b<= 1000){\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }",
"a >= 0 && a<= 1000 && b >= 0 && b<= 1000 && c >= 0 && b<= 1000",
"c >= 0",
"b<= 1000",
"b >= 0",
"a >= 0 && a<= 1000 && b >= 0 && b<= 1000 && c >= 0 && b<= 1000",
"a >= 0",
"a",
"0",
"a<= 1000",
"a",
"1000",
"b >= 0",
"b",
"0",
"b<= 1000",
"b",
"1000",
"c >= 0",
"c",
"0",
"b<= 1000",
"b",
"1000",
"{\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }",
"if(a < b && b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner x = new Scanner(System.in);
int a, b, c;
a = x.nextInt(); b = x.nextInt(); c = x.nextInt();
if(a >= 0 && a<= 1000 && b >= 0 && b<= 1000 && c >= 0 && b<= 1000){
if(a < b && b < c){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
45,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
45,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
6,
65
],
[
65,
66
]
] | [
"import java.util.*;\nclass Main{\n\tpublic static void main(String args[]){\n\t\tScanner s = new Scanner(System.in);\n\t\tString indata = s.next();\n\t\tint a = Integer.parseInt(indata);\n\t\tindata=s.next();\n\t\tint b = Integer.parseInt(indata);\n\t\tindata = s.next();\n\t\tint c = Integer.parseInt(indata);\n\t\tif(a<b&&b<c)System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tpublic static void main(String args[]){\n\t\tScanner s = new Scanner(System.in);\n\t\tString indata = s.next();\n\t\tint a = Integer.parseInt(indata);\n\t\tindata=s.next();\n\t\tint b = Integer.parseInt(indata);\n\t\tindata = s.next();\n\t\tint c = Integer.parseInt(indata);\n\t\tif(a<b&&b<c)System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner s = new Scanner(System.in);\n\t\tString indata = s.next();\n\t\tint a = Integer.parseInt(indata);\n\t\tindata=s.next();\n\t\tint b = Integer.parseInt(indata);\n\t\tindata = s.next();\n\t\tint c = Integer.parseInt(indata);\n\t\tif(a<b&&b<c)System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}",
"main",
"{\n\t\tScanner s = new Scanner(System.in);\n\t\tString indata = s.next();\n\t\tint a = Integer.parseInt(indata);\n\t\tindata=s.next();\n\t\tint b = Integer.parseInt(indata);\n\t\tindata = s.next();\n\t\tint c = Integer.parseInt(indata);\n\t\tif(a<b&&b<c)System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"String indata = s.next();",
"indata",
"s.next()",
"s.next",
"s",
"int a = Integer.parseInt(indata);",
"a",
"Integer.parseInt(indata)",
"Integer.parseInt",
"Integer",
"indata",
"indata=s.next()",
"indata",
"s.next()",
"s.next",
"s",
"int b = Integer.parseInt(indata);",
"b",
"Integer.parseInt(indata)",
"Integer.parseInt",
"Integer",
"indata",
"indata = s.next()",
"indata",
"s.next()",
"s.next",
"s",
"int c = Integer.parseInt(indata);",
"c",
"Integer.parseInt(indata)",
"Integer.parseInt",
"Integer",
"indata",
"if(a<b&&b<c)System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");",
"a<b&&b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String args[]",
"args"
] | import java.util.*;
class Main{
public static void main(String args[]){
Scanner s = new Scanner(System.in);
String indata = s.next();
int a = Integer.parseInt(indata);
indata=s.next();
int b = Integer.parseInt(indata);
indata = s.next();
int c = Integer.parseInt(indata);
if(a<b&&b<c)System.out.println("Yes");
else System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
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
],
[
27,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
6,
47
],
[
47,
48
]
] | [
"import java.util.*;\n\nclass Main{\n\t\n\tpublic static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt(),b=sc.nextInt(),c=sc.nextInt();\n\t\t\t\t\n\t\tif(a<b&&b<c)System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\t\n\tpublic static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt(),b=sc.nextInt(),c=sc.nextInt();\n\t\t\t\t\n\t\tif(a<b&&b<c)System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt(),b=sc.nextInt(),c=sc.nextInt();\n\t\t\t\t\n\t\tif(a<b&&b<c)System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t\n\t}",
"main",
"{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt(),b=sc.nextInt(),c=sc.nextInt();\n\t\t\t\t\n\t\tif(a<b&&b<c)System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t\n\t}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b=sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"c=sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<b&&b<c)System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");",
"a<b&&b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.*;
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&&b<c)System.out.println("Yes");
else System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
171,
5
],
[
171,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
48,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
8,
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
],
[
8,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
83,
85
],
[
78,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
8,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
98,
99
],
[
98,
100
],
[
93,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
102,
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
],
[
8,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
128,
129
],
[
128,
130
],
[
123,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
132,
137
],
[
8,
138
],
[
138,
139
],
[
139,
140
],
[
140,
141
],
[
140,
142
],
[
139,
143
],
[
143,
144
],
[
143,
145
],
[
138,
146
],
[
146,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
147,
152
],
[
8,
153
],
[
153,
154
],
[
154,
155
],
[
155,
156
],
[
155,
157
],
[
154,
158
],
[
158,
159
],
[
158,
160
],
[
153,
161
],
[
161,
162
],
[
162,
163
],
[
163,
164
],
[
164,
165
],
[
164,
166
],
[
162,
167
],
[
6,
168
],
[
168,
169
],
[
0,
170
],
[
170,
171
],
[
170,
172
]
] | [
"import java.util.*;\npublic class Main {\n\n public static void main(String[] args) {\n Scanner stdIn =new Scanner(System.in);\n int a,b,c;\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n if (a < b && b < c) {\n System.out.println(\"Yes\");\n }\n if (a > b && b > c){\n System.out.println(\"No\");\n }\n if (a < b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b < c){\n System.out.println(\"No\");\n }\n if (a == b && b < c){\n System.out.println(\"No\");\n }\n if (a < b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b == c){\n System.out.println(\"No\");\n }\n\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n public static void main(String[] args) {\n Scanner stdIn =new Scanner(System.in);\n int a,b,c;\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n if (a < b && b < c) {\n System.out.println(\"Yes\");\n }\n if (a > b && b > c){\n System.out.println(\"No\");\n }\n if (a < b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b < c){\n System.out.println(\"No\");\n }\n if (a == b && b < c){\n System.out.println(\"No\");\n }\n if (a < b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b == c){\n System.out.println(\"No\");\n }\n\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner stdIn =new Scanner(System.in);\n int a,b,c;\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n if (a < b && b < c) {\n System.out.println(\"Yes\");\n }\n if (a > b && b > c){\n System.out.println(\"No\");\n }\n if (a < b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b < c){\n System.out.println(\"No\");\n }\n if (a == b && b < c){\n System.out.println(\"No\");\n }\n if (a < b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b == c){\n System.out.println(\"No\");\n }\n\n }",
"main",
"{\n Scanner stdIn =new Scanner(System.in);\n int a,b,c;\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n if (a < b && b < c) {\n System.out.println(\"Yes\");\n }\n if (a > b && b > c){\n System.out.println(\"No\");\n }\n if (a < b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b < c){\n System.out.println(\"No\");\n }\n if (a == b && b < c){\n System.out.println(\"No\");\n }\n if (a < b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b == c){\n System.out.println(\"No\");\n }\n\n }",
"Scanner stdIn =new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"a = stdIn.nextInt()",
"a",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"b = stdIn.nextInt()",
"b",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"c = stdIn.nextInt()",
"c",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"if (a < b && b < c) {\n System.out.println(\"Yes\");\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"if (a > b && b > c){\n System.out.println(\"No\");\n }",
"a > b && b > c",
"a > b",
"a",
"b",
"b > c",
"b",
"c",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (a < b && b > c){\n System.out.println(\"No\");\n }",
"a < b && b > c",
"a < b",
"a",
"b",
"b > c",
"b",
"c",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (a > b && b < c){\n System.out.println(\"No\");\n }",
"a > b && b < c",
"a > b",
"a",
"b",
"b < c",
"b",
"c",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (a == b && b < c){\n System.out.println(\"No\");\n }",
"a == b && b < c",
"a == b",
"a",
"b",
"b < c",
"b",
"c",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (a < b && b ==c){\n System.out.println(\"No\");\n }",
"a < b && b ==c",
"a < b",
"a",
"b",
"b ==c",
"b",
"c",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (a == b && b > c){\n System.out.println(\"No\");\n }",
"a == b && b > c",
"a == b",
"a",
"b",
"b > c",
"b",
"c",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (a > b && b ==c){\n System.out.println(\"No\");\n }",
"a > b && b ==c",
"a > b",
"a",
"b",
"b ==c",
"b",
"c",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (a == b && b == c){\n System.out.println(\"No\");\n }",
"a == b && b == c",
"a == b",
"a",
"b",
"b == c",
"b",
"c",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner stdIn =new Scanner(System.in);\n int a,b,c;\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n if (a < b && b < c) {\n System.out.println(\"Yes\");\n }\n if (a > b && b > c){\n System.out.println(\"No\");\n }\n if (a < b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b < c){\n System.out.println(\"No\");\n }\n if (a == b && b < c){\n System.out.println(\"No\");\n }\n if (a < b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b == c){\n System.out.println(\"No\");\n }\n\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner stdIn =new Scanner(System.in);\n int a,b,c;\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n if (a < b && b < c) {\n System.out.println(\"Yes\");\n }\n if (a > b && b > c){\n System.out.println(\"No\");\n }\n if (a < b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b < c){\n System.out.println(\"No\");\n }\n if (a == b && b < c){\n System.out.println(\"No\");\n }\n if (a < b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b > c){\n System.out.println(\"No\");\n }\n if (a > b && b ==c){\n System.out.println(\"No\");\n }\n if (a == b && b == c){\n System.out.println(\"No\");\n }\n\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner stdIn =new Scanner(System.in);
int a,b,c;
a = stdIn.nextInt();
b = stdIn.nextInt();
c = stdIn.nextInt();
if (a < b && b < c) {
System.out.println("Yes");
}
if (a > b && b > c){
System.out.println("No");
}
if (a < b && b > c){
System.out.println("No");
}
if (a > b && b < c){
System.out.println("No");
}
if (a == b && b < c){
System.out.println("No");
}
if (a < b && b ==c){
System.out.println("No");
}
if (a == b && b > c){
System.out.println("No");
}
if (a > b && b ==c){
System.out.println("No");
}
if (a == b && b == c){
System.out.println("No");
}
}
} |
[
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,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
69,
5
],
[
69,
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
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
41,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
36,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
6,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.util.Scanner;\n \npublic class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t int c=Integer.parseInt(sc.next());\n\t if(a<b){\n\t\t if(b<c){\n\t\t System.out.println(\"Yes\");\n\t }\n\t\t else{\nSystem.out.println(\"No\");\n\t\t }\n\t }\n\t else{\n\t\t System.out.println(\"No\");\n\t }\n\t \n \n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t int c=Integer.parseInt(sc.next());\n\t if(a<b){\n\t\t if(b<c){\n\t\t System.out.println(\"Yes\");\n\t }\n\t\t else{\nSystem.out.println(\"No\");\n\t\t }\n\t }\n\t else{\n\t\t System.out.println(\"No\");\n\t }\n\t \n \n }\n}",
"Main",
"public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t int c=Integer.parseInt(sc.next());\n\t if(a<b){\n\t\t if(b<c){\n\t\t System.out.println(\"Yes\");\n\t }\n\t\t else{\nSystem.out.println(\"No\");\n\t\t }\n\t }\n\t else{\n\t\t System.out.println(\"No\");\n\t }\n\t \n \n }",
"main",
"{\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t int c=Integer.parseInt(sc.next());\n\t if(a<b){\n\t\t if(b<c){\n\t\t System.out.println(\"Yes\");\n\t }\n\t\t else{\nSystem.out.println(\"No\");\n\t\t }\n\t }\n\t else{\n\t\t System.out.println(\"No\");\n\t }\n\t \n \n }",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=Integer.parseInt(sc.next());",
"a",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int b=Integer.parseInt(sc.next());",
"b",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int c=Integer.parseInt(sc.next());",
"c",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if(a<b){\n\t\t if(b<c){\n\t\t System.out.println(\"Yes\");\n\t }\n\t\t else{\nSystem.out.println(\"No\");\n\t\t }\n\t }\n\t else{\n\t\t System.out.println(\"No\");\n\t }",
"a<b",
"a",
"b",
"{\n\t\t if(b<c){\n\t\t System.out.println(\"Yes\");\n\t }\n\t\t else{\nSystem.out.println(\"No\");\n\t\t }\n\t }",
"if(b<c){\n\t\t System.out.println(\"Yes\");\n\t }\n\t\t else{\nSystem.out.println(\"No\");\n\t\t }",
"b<c",
"b",
"c",
"{\n\t\t System.out.println(\"Yes\");\n\t }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\nSystem.out.println(\"No\");\n\t\t }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t System.out.println(\"No\");\n\t }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t int c=Integer.parseInt(sc.next());\n\t if(a<b){\n\t\t if(b<c){\n\t\t System.out.println(\"Yes\");\n\t }\n\t\t else{\nSystem.out.println(\"No\");\n\t\t }\n\t }\n\t else{\n\t\t System.out.println(\"No\");\n\t }\n\t \n \n }\n}",
"public class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int a=Integer.parseInt(sc.next());\n\t int b=Integer.parseInt(sc.next());\n\t int c=Integer.parseInt(sc.next());\n\t if(a<b){\n\t\t if(b<c){\n\t\t System.out.println(\"Yes\");\n\t }\n\t\t else{\nSystem.out.println(\"No\");\n\t\t }\n\t }\n\t else{\n\t\t System.out.println(\"No\");\n\t }\n\t \n \n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int a=Integer.parseInt(sc.next());
int b=Integer.parseInt(sc.next());
int c=Integer.parseInt(sc.next());
if(a<b){
if(b<c){
System.out.println("Yes");
}
else{
System.out.println("No");
}
}
else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
17,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
64,
5
],
[
64,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
12,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
36,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
31,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
6,
61
],
[
61,
62
],
[
0,
63
],
[
63,
64
],
[
63,
65
]
] | [
"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 if(b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else {\n System.out.println(\"No\");\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 if(b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else {\n System.out.println(\"No\");\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 if(b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else {\n System.out.println(\"No\");\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 if(b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else {\n System.out.println(\"No\");\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 if(b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else {\n System.out.println(\"No\");\n }",
"a < b",
"a",
"b",
"{\n if(b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }",
"if(b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"b < c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"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 if(b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else {\n System.out.println(\"No\");\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 if(b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else {\n System.out.println(\"No\");\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 ){
if(b < c){
System.out.println("Yes");
}else{
System.out.println("No");
}
}else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
13,
30,
4,
18,
13,
17,
30,
4,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
69,
5
],
[
69,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
16,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
46,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
46,
53
],
[
53,
54
],
[
53,
55
],
[
44,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
44,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
6,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import static java.lang.System.out;\n public class Main {\n public static void main(String[] args){\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n \n if(a < b && a < c && b < c){ \n out.println(\"Yes\");\n }\n else{\n out.println(\"No\");\n }\n \n }\n }",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"public class Main {\n public static void main(String[] args){\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n \n if(a < b && a < c && b < c){ \n out.println(\"Yes\");\n }\n else{\n out.println(\"No\");\n }\n \n }\n }",
"Main",
"public static void main(String[] args){\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n \n if(a < b && a < c && b < c){ \n out.println(\"Yes\");\n }\n else{\n out.println(\"No\");\n }\n \n }",
"main",
"{\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n \n if(a < b && a < c && b < c){ \n out.println(\"Yes\");\n }\n else{\n out.println(\"No\");\n }\n \n }",
"String str = new java.util.Scanner(System.in).nextLine();",
"str",
"new java.util.Scanner(System.in).nextLine()",
"new java.util.Scanner(System.in).nextLine",
"new java.util.Scanner(System.in)",
"String[] tmp = str.split(\" \");",
"tmp",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(tmp[0]);",
"a",
"Integer.parseInt(tmp[0])",
"Integer.parseInt",
"Integer",
"tmp[0]",
"tmp",
"0",
"int b = Integer.parseInt(tmp[1]);",
"b",
"Integer.parseInt(tmp[1])",
"Integer.parseInt",
"Integer",
"tmp[1]",
"tmp",
"1",
"int c = Integer.parseInt(tmp[2]);",
"c",
"Integer.parseInt(tmp[2])",
"Integer.parseInt",
"Integer",
"tmp[2]",
"tmp",
"2",
"if(a < b && a < c && b < c){ \n out.println(\"Yes\");\n }\n else{\n out.println(\"No\");\n }",
"a < b && a < c && b < c",
"a < b && a < c && b < c",
"a < b",
"a",
"b",
"a < c",
"a",
"c",
"b < c",
"b",
"c",
"{ \n out.println(\"Yes\");\n }",
"out.println(\"Yes\")",
"out.println",
"out",
"\"Yes\"",
"{\n out.println(\"No\");\n }",
"out.println(\"No\")",
"out.println",
"out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n \n if(a < b && a < c && b < c){ \n out.println(\"Yes\");\n }\n else{\n out.println(\"No\");\n }\n \n }\n }",
"public class Main {\n public static void main(String[] args){\n String str = new java.util.Scanner(System.in).nextLine();\n String[] tmp = str.split(\" \");\n int a = Integer.parseInt(tmp[0]);\n int b = Integer.parseInt(tmp[1]);\n int c = Integer.parseInt(tmp[2]);\n \n if(a < b && a < c && b < c){ \n out.println(\"Yes\");\n }\n else{\n out.println(\"No\");\n }\n \n }\n }",
"Main"
] | import static java.lang.System.out;
public class Main {
public static void main(String[] args){
String str = new java.util.Scanner(System.in).nextLine();
String[] tmp = str.split(" ");
int a = Integer.parseInt(tmp[0]);
int b = Integer.parseInt(tmp[1]);
int c = Integer.parseInt(tmp[2]);
if(a < b && a < c && b < c){
out.println("Yes");
}
else{
out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
17,
41,
13,
17,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
38,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
42,
44
],
[
38,
45
],
[
45,
46
],
[
45,
47
],
[
36,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
36,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
6,
62
],
[
62,
63
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tif ( a < b && b < c && a < c ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tif ( a < b && b < c && a < c ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tif ( a < b && b < c && a < c ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tif ( a < b && b < c && a < c ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = 0;",
"a",
"0",
"int b = 0;",
"b",
"0",
"int c = 0;",
"c",
"0",
"a = sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b = sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"c = sc.nextInt()",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if ( a < b && b < c && a < c ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"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\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = 0;
int b = 0;
int c = 0;
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
if ( a < b && b < c && a < c ) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
4,
18,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
8,
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
],
[
50,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
6,
72
],
[
72,
73
]
] | [
"import java.util.*;\n\nclass Main {\n public static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint a, b, c;\n\tString[] line = sc.nextLine().split(\" \");\n\ta = Integer.parseInt(line[0]);\n\tb = Integer.parseInt(line[1]);\n\tc = Integer.parseInt(line[2]);\n\n\tif (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n public static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint a, b, c;\n\tString[] line = sc.nextLine().split(\" \");\n\ta = Integer.parseInt(line[0]);\n\tb = Integer.parseInt(line[1]);\n\tc = Integer.parseInt(line[2]);\n\n\tif (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}\n }\n}",
"Main",
"public static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint a, b, c;\n\tString[] line = sc.nextLine().split(\" \");\n\ta = Integer.parseInt(line[0]);\n\tb = Integer.parseInt(line[1]);\n\tc = Integer.parseInt(line[2]);\n\n\tif (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}\n }",
"main",
"{\n\tScanner sc = new Scanner(System.in);\n\tint a, b, c;\n\tString[] line = sc.nextLine().split(\" \");\n\ta = Integer.parseInt(line[0]);\n\tb = Integer.parseInt(line[1]);\n\tc = Integer.parseInt(line[2]);\n\n\tif (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"String[] line = sc.nextLine().split(\" \");",
"line",
"sc.nextLine().split(\" \")",
"sc.nextLine().split",
"sc.nextLine()",
"sc.nextLine",
"sc",
"\" \"",
"a = Integer.parseInt(line[0])",
"a",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"b = Integer.parseInt(line[1])",
"b",
"Integer.parseInt(line[1])",
"Integer.parseInt",
"Integer",
"line[1]",
"line",
"1",
"c = Integer.parseInt(line[2])",
"c",
"Integer.parseInt(line[2])",
"Integer.parseInt",
"Integer",
"line[2]",
"line",
"2",
"if (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t System.out.println(\"Yes\");\n\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t System.out.println(\"No\");\n\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.*;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a, b, c;
String[] line = sc.nextLine().split(" ");
a = Integer.parseInt(line[0]);
b = Integer.parseInt(line[1]);
c = Integer.parseInt(line[2]);
if (a < b && b < c) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
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,
12,
13,
30,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
12,
13,
30,
41,
13,
20,
4,
18,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
73,
5
],
[
73,
6
],
[
6,
7
],
[
73,
8
],
[
8,
9
],
[
73,
10
],
[
10,
11
],
[
73,
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
],
[
73,
33
],
[
33,
34
],
[
33,
35
],
[
35,
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
],
[
36,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
73,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
60,
67
],
[
67,
68
],
[
68,
69
],
[
58,
70
],
[
70,
71
],
[
0,
72
],
[
72,
73
],
[
72,
74
]
] | [
"import java.util.Scanner;\npublic class Main{\n\n int a,b,c;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\ta = scan.nextInt();\n b = scan.nextInt();\n\tc = scan.nextInt(); \n \n }\n \n\n\n public void output(){\n\tif(a < b && b < c){\n \n\t System.out.println(\"Yes\");\n }else{\n\t System.out.println(\"No\");\n\t}\n\n \n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.output();\n }\n}\n ",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\n int a,b,c;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\ta = scan.nextInt();\n b = scan.nextInt();\n\tc = scan.nextInt(); \n \n }\n \n\n\n public void output(){\n\tif(a < b && b < c){\n \n\t System.out.println(\"Yes\");\n }else{\n\t System.out.println(\"No\");\n\t}\n\n \n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.output();\n }\n}",
"Main",
"int a",
"a",
"b",
"b",
"c;",
"c",
"public void input(){\n\tScanner scan = new Scanner(System.in);\n\ta = scan.nextInt();\n b = scan.nextInt();\n\tc = scan.nextInt(); \n \n }",
"input",
"{\n\tScanner scan = new Scanner(System.in);\n\ta = scan.nextInt();\n b = scan.nextInt();\n\tc = scan.nextInt(); \n \n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"a = scan.nextInt()",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"b = scan.nextInt()",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"c = scan.nextInt()",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"public void output(){\n\tif(a < b && b < c){\n \n\t System.out.println(\"Yes\");\n }else{\n\t System.out.println(\"No\");\n\t}\n\n \n }",
"output",
"{\n\tif(a < b && b < c){\n \n\t System.out.println(\"Yes\");\n }else{\n\t System.out.println(\"No\");\n\t}\n\n \n }",
"if(a < b && b < c){\n \n\t System.out.println(\"Yes\");\n }else{\n\t System.out.println(\"No\");\n\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n \n\t System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t System.out.println(\"No\");\n\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.output();\n }",
"main",
"{\n Main p = new Main();\n p.input();\n p.output();\n }",
"Main p = new Main();",
"p",
"new Main()",
"p.input()",
"p.input",
"p",
"p.output()",
"p.output",
"p",
"String[] args",
"args",
"public class Main{\n\n int a,b,c;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\ta = scan.nextInt();\n b = scan.nextInt();\n\tc = scan.nextInt(); \n \n }\n \n\n\n public void output(){\n\tif(a < b && b < c){\n \n\t System.out.println(\"Yes\");\n }else{\n\t System.out.println(\"No\");\n\t}\n\n \n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.output();\n }\n}",
"public class Main{\n\n int a,b,c;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\ta = scan.nextInt();\n b = scan.nextInt();\n\tc = scan.nextInt(); \n \n }\n \n\n\n public void output(){\n\tif(a < b && b < c){\n \n\t System.out.println(\"Yes\");\n }else{\n\t System.out.println(\"No\");\n\t}\n\n \n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.output();\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
int a,b,c;
public void input(){
Scanner scan = new Scanner(System.in);
a = scan.nextInt();
b = scan.nextInt();
c = scan.nextInt();
}
public void output(){
if(a < b && b < c){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
public static void main(String[] args){
Main p = new Main();
p.input();
p.output();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
87,
5
],
[
87,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
26,
27
],
[
26,
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
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
55,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
67,
69
],
[
54,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
54,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
6,
84
],
[
84,
85
],
[
0,
86
],
[
86,
87
],
[
86,
88
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] arges) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\n\t\tif (v[0] < v[1] && v[1] < v[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] arges) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\n\t\tif (v[0] < v[1] && v[1] < v[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] arges) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\n\t\tif (v[0] < v[1] && v[1] < v[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\n\t\tif (v[0] < v[1] && v[1] < v[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String line = sc.nextLine();",
"line",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] k = line.split(\" \");",
"k",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int[] v = new int[k.length];",
"v",
"new int[k.length]",
"k.length",
"k",
"k.length",
"for (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < v.length",
"i",
"v.length",
"v",
"v.length",
"i++",
"i++",
"i",
"{\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}",
"{\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}",
"v[i] = Integer.parseInt(k[i])",
"v[i]",
"v",
"i",
"Integer.parseInt(k[i])",
"Integer.parseInt",
"Integer",
"k[i]",
"k",
"i",
"if (v[0] < v[1] && v[1] < v[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"v[0] < v[1] && v[1] < v[2]",
"v[0] < v[1]",
"v[0]",
"v",
"0",
"v[1]",
"v",
"1",
"v[1] < v[2]",
"v[1]",
"v",
"1",
"v[2]",
"v",
"2",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] arges",
"arges",
"public class Main {\n\n\tpublic static void main(String[] arges) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\n\t\tif (v[0] < v[1] && v[1] < v[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] arges) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\n\t\tif (v[0] < v[1] && v[1] < v[2]) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] arges) {
Scanner sc = new Scanner(System.in);
String line = sc.nextLine();
String[] k = line.split(" ");
int[] v = new int[k.length];
for (int i = 0; i < v.length; i++) {
v[i] = Integer.parseInt(k[i]);
}
if (v[0] < v[1] && v[1] < v[2]) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
13,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
12,
13,
30,
41,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
0,
13,
17,
29,
13,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
69,
5
],
[
69,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
29,
32
],
[
29,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
6,
40
],
[
40,
41
],
[
69,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
48,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
44,
60
],
[
60,
61
],
[
42,
62
],
[
62,
63
],
[
42,
64
],
[
64,
65
],
[
42,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scanner = new Scanner(System.in); \n\t\t//int型の値を返す\n\t\tint a = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint b = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint c = scanner.nextInt();\n\t\t//入力された3つのint型が「a<b<c」になるか否かを判定する\n\t\tString ans = extent(a, b, c);\n\t\tSystem.out.println(ans);\n\t}\n\t\n\t/**\n\t * 入力された3つのint型が「a<b<c」になるか否かを判定する\n\t * @param int a\n\t * @param int b\n\t * @param int c\n\t * @return ans\n\t */\n\tpublic static String extent(int a, int b, int c) {\n\t\tString ans = \"No\";\n\t\tif(a < b && b < c){\n\t\t\tans = \"Yes\";\n\t\t}\n\t\treturn ans;\n\t}\n\t\n}\n\n/**\n * 3つのint型のa,b,c値を入力する\n * 入力された3つのint型が「a<b<c」になるか否かを判定する\n * (「a<b<c」だとしたら\"Yes\")\n * (「a<b<c」じゃなかったら\"No\")\n * 返されたString型を出力をする\n */",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scanner = new Scanner(System.in); \n\t\t//int型の値を返す\n\t\tint a = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint b = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint c = scanner.nextInt();\n\t\t//入力された3つのint型が「a<b<c」になるか否かを判定する\n\t\tString ans = extent(a, b, c);\n\t\tSystem.out.println(ans);\n\t}\n\t\n\t/**\n\t * 入力された3つのint型が「a<b<c」になるか否かを判定する\n\t * @param int a\n\t * @param int b\n\t * @param int c\n\t * @return ans\n\t */\n\tpublic static String extent(int a, int b, int c) {\n\t\tString ans = \"No\";\n\t\tif(a < b && b < c){\n\t\t\tans = \"Yes\";\n\t\t}\n\t\treturn ans;\n\t}\n\t\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scanner = new Scanner(System.in); \n\t\t//int型の値を返す\n\t\tint a = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint b = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint c = scanner.nextInt();\n\t\t//入力された3つのint型が「a<b<c」になるか否かを判定する\n\t\tString ans = extent(a, b, c);\n\t\tSystem.out.println(ans);\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in); \n\t\t//int型の値を返す\n\t\tint a = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint b = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint c = scanner.nextInt();\n\t\t//入力された3つのint型が「a<b<c」になるか否かを判定する\n\t\tString ans = extent(a, b, c);\n\t\tSystem.out.println(ans);\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int c = scanner.nextInt();",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"String ans = extent(a, b, c);",
"ans",
"extent(a, b, c)",
"extent",
"a",
"b",
"c",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"/**\n\t * 入力された3つのint型が「a<b<c」になるか否かを判定する\n\t * @param int a\n\t * @param int b\n\t * @param int c\n\t * @return ans\n\t */\n\tpublic static String extent(int a, int b, int c) {\n\t\tString ans = \"No\";\n\t\tif(a < b && b < c){\n\t\t\tans = \"Yes\";\n\t\t}\n\t\treturn ans;\n\t}",
"extent",
"{\n\t\tString ans = \"No\";\n\t\tif(a < b && b < c){\n\t\t\tans = \"Yes\";\n\t\t}\n\t\treturn ans;\n\t}",
"String ans = \"No\";",
"ans",
"\"No\"",
"if(a < b && b < c){\n\t\t\tans = \"Yes\";\n\t\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t\t\tans = \"Yes\";\n\t\t}",
"ans = \"Yes\"",
"ans",
"\"Yes\"",
"return ans;",
"ans",
"int a",
"a",
"int b",
"b",
"int c",
"c",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scanner = new Scanner(System.in); \n\t\t//int型の値を返す\n\t\tint a = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint b = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint c = scanner.nextInt();\n\t\t//入力された3つのint型が「a<b<c」になるか否かを判定する\n\t\tString ans = extent(a, b, c);\n\t\tSystem.out.println(ans);\n\t}\n\t\n\t/**\n\t * 入力された3つのint型が「a<b<c」になるか否かを判定する\n\t * @param int a\n\t * @param int b\n\t * @param int c\n\t * @return ans\n\t */\n\tpublic static String extent(int a, int b, int c) {\n\t\tString ans = \"No\";\n\t\tif(a < b && b < c){\n\t\t\tans = \"Yes\";\n\t\t}\n\t\treturn ans;\n\t}\n\t\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scanner = new Scanner(System.in); \n\t\t//int型の値を返す\n\t\tint a = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint b = scanner.nextInt();\n\t\t//int型の値を返す\n\t\tint c = scanner.nextInt();\n\t\t//入力された3つのint型が「a<b<c」になるか否かを判定する\n\t\tString ans = extent(a, b, c);\n\t\tSystem.out.println(ans);\n\t}\n\t\n\t/**\n\t * 入力された3つのint型が「a<b<c」になるか否かを判定する\n\t * @param int a\n\t * @param int b\n\t * @param int c\n\t * @return ans\n\t */\n\tpublic static String extent(int a, int b, int c) {\n\t\tString ans = \"No\";\n\t\tif(a < b && b < c){\n\t\t\tans = \"Yes\";\n\t\t}\n\t\treturn ans;\n\t}\n\t\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner scanner = new Scanner(System.in);
//int型の値を返す
int a = scanner.nextInt();
//int型の値を返す
int b = scanner.nextInt();
//int型の値を返す
int c = scanner.nextInt();
//入力された3つのint型が「a<b<c」になるか否かを判定する
String ans = extent(a, b, c);
System.out.println(ans);
}
/**
* 入力された3つのint型が「a<b<c」になるか否かを判定する
* @param int a
* @param int b
* @param int c
* @return ans
*/
public static String extent(int a, int b, int c) {
String ans = "No";
if(a < b && b < c){
ans = "Yes";
}
return ans;
}
}
/**
* 3つのint型のa,b,c値を入力する
* 入力された3つのint型が「a<b<c」になるか否かを判定する
* (「a<b<c」だとしたら"Yes")
* (「a<b<c」じゃなかったら"No")
* 返されたString型を出力をする
*/ |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
20,
18,
13,
13,
38,
5,
13,
30,
4,
18,
13,
30,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
41,
13,
17,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
98,
5
],
[
98,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
26,
27
],
[
26,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
29,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
37,
47
],
[
47,
48
],
[
48,
49
],
[
37,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
59,
61
],
[
36,
62
],
[
62,
63
],
[
62,
64
],
[
36,
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
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
65,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
65,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
36,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
6,
95
],
[
95,
96
],
[
0,
97
],
[
97,
98
],
[
97,
99
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\n\t\t\tString inequality = \"\";\n\t\t\tif (inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]) {\n\t\t\t\tinequality = \"Yes\";\n\t\t\t} else {\n\t\t\t\tinequality = \"No\";\n\t\t\t}\n\t\t\tSystem.out.println(inequality);\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\n\t\t\tString inequality = \"\";\n\t\t\tif (inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]) {\n\t\t\t\tinequality = \"Yes\";\n\t\t\t} else {\n\t\t\t\tinequality = \"No\";\n\t\t\t}\n\t\t\tSystem.out.println(inequality);\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\n\t\t\tString inequality = \"\";\n\t\t\tif (inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]) {\n\t\t\t\tinequality = \"Yes\";\n\t\t\t} else {\n\t\t\t\tinequality = \"No\";\n\t\t\t}\n\t\t\tSystem.out.println(inequality);\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"main",
"{\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\n\t\t\tString inequality = \"\";\n\t\t\tif (inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]) {\n\t\t\t\tinequality = \"Yes\";\n\t\t\t} else {\n\t\t\t\tinequality = \"No\";\n\t\t\t}\n\t\t\tSystem.out.println(inequality);\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String inputStr = sc.nextLine();",
"inputStr",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] inputStrArray = inputStr.split(\" \");",
"inputStrArray",
"inputStr.split(\" \")",
"inputStr.split",
"inputStr",
"\" \"",
"int[] inputIntArray = new int[inputStrArray.length];",
"inputIntArray",
"new int[inputStrArray.length]",
"inputStrArray.length",
"inputStrArray",
"inputStrArray.length",
"try {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\n\t\t\tString inequality = \"\";\n\t\t\tif (inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]) {\n\t\t\t\tinequality = \"Yes\";\n\t\t\t} else {\n\t\t\t\tinequality = \"No\";\n\t\t\t}\n\t\t\tSystem.out.println(inequality);\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"NumberFormatException e",
"{\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\n\t\t\tString inequality = \"\";\n\t\t\tif (inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]) {\n\t\t\t\tinequality = \"Yes\";\n\t\t\t} else {\n\t\t\t\tinequality = \"No\";\n\t\t\t}\n\t\t\tSystem.out.println(inequality);\n\t\t}",
"for (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}",
"int index = 0;",
"int index = 0;",
"index",
"0",
"index < inputIntArray.length",
"index",
"inputIntArray.length",
"inputIntArray",
"inputIntArray.length",
"index++",
"index++",
"index",
"{\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}",
"{\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}",
"inputIntArray[index] = Integer.parseInt(inputStrArray[index])",
"inputIntArray[index]",
"inputIntArray",
"index",
"Integer.parseInt(inputStrArray[index])",
"Integer.parseInt",
"Integer",
"inputStrArray[index]",
"inputStrArray",
"index",
"String inequality = \"\";",
"inequality",
"\"\"",
"if (inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]) {\n\t\t\t\tinequality = \"Yes\";\n\t\t\t} else {\n\t\t\t\tinequality = \"No\";\n\t\t\t}",
"inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]",
"inputIntArray[0] < inputIntArray[1]",
"inputIntArray[0]",
"inputIntArray",
"0",
"inputIntArray[1]",
"inputIntArray",
"1",
"inputIntArray[1] < inputIntArray[2]",
"inputIntArray[1]",
"inputIntArray",
"1",
"inputIntArray[2]",
"inputIntArray",
"2",
"{\n\t\t\t\tinequality = \"Yes\";\n\t\t\t}",
"inequality = \"Yes\"",
"inequality",
"\"Yes\"",
"{\n\t\t\t\tinequality = \"No\";\n\t\t\t}",
"inequality = \"No\"",
"inequality",
"\"No\"",
"System.out.println(inequality)",
"System.out.println",
"System.out",
"System",
"System.out",
"inequality",
"String[] args",
"args",
"public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\n\t\t\tString inequality = \"\";\n\t\t\tif (inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]) {\n\t\t\t\tinequality = \"Yes\";\n\t\t\t} else {\n\t\t\t\tinequality = \"No\";\n\t\t\t}\n\t\t\tSystem.out.println(inequality);\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n\n}",
"public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString inputStr = sc.nextLine();\n\n\t\tString[] inputStrArray = inputStr.split(\" \");\n\t\tint[] inputIntArray = new int[inputStrArray.length];\n\n\t\ttry {\n\t\t\tfor (int index = 0; index < inputIntArray.length; index++) {\n\t\t\t\tinputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n\t\t\t}\n\n\t\t\tString inequality = \"\";\n\t\t\tif (inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]) {\n\t\t\t\tinequality = \"Yes\";\n\t\t\t} else {\n\t\t\t\tinequality = \"No\";\n\t\t\t}\n\t\t\tSystem.out.println(inequality);\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String inputStr = sc.nextLine();
String[] inputStrArray = inputStr.split(" ");
int[] inputIntArray = new int[inputStrArray.length];
try {
for (int index = 0; index < inputIntArray.length; index++) {
inputIntArray[index] = Integer.parseInt(inputStrArray[index]);
}
String inequality = "";
if (inputIntArray[0] < inputIntArray[1] && inputIntArray[1] < inputIntArray[2]) {
inequality = "Yes";
} else {
inequality = "No";
}
System.out.println(inequality);
} catch (NumberFormatException e) {
// TODO 自動生成された catch ブロック
e.printStackTrace();
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
70,
5
],
[
70,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
26,
27
],
[
26,
28
],
[
8,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
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
],
[
45,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
6,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"import java.io.*;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tif ((first < second) && (second < third)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tif ((first < second) && (second < third)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tif ((first < second) && (second < third)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tif ((first < second) && (second < third)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String inputed = new String(in.readLine());",
"inputed",
"new String(in.readLine())",
"String value[] = inputed.split(\"[\\\\s]+\");",
"value",
"inputed.split(\"[\\\\s]+\")",
"inputed.split",
"inputed",
"\"[\\\\s]+\"",
"int first = Integer.parseInt(value[0]);",
"first",
"Integer.parseInt(value[0])",
"Integer.parseInt",
"Integer",
"value[0]",
"value",
"0",
"int second = Integer.parseInt(value[1]);",
"second",
"Integer.parseInt(value[1])",
"Integer.parseInt",
"Integer",
"value[1]",
"value",
"1",
"int third = Integer.parseInt(value[2]);",
"third",
"Integer.parseInt(value[2])",
"Integer.parseInt",
"Integer",
"value[2]",
"value",
"2",
"if ((first < second) && (second < third)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"(first < second) && (second < third)",
"(first < second)",
"first",
"second",
"(second < third)",
"second",
"third",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tif ((first < second) && (second < third)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString inputed = new String(in.readLine());\n\n\t\tString value[] = inputed.split(\"[\\\\s]+\");\n\t\t//int intInputed = Integer.parseInt(inputed);\n\n\t\tint first = Integer.parseInt(value[0]);\n\t\tint second = Integer.parseInt(value[1]);\n\t\tint third = Integer.parseInt(value[2]);\n\n\t\tif ((first < second) && (second < third)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String inputed = new String(in.readLine());
String value[] = inputed.split("[\\s]+");
//int intInputed = Integer.parseInt(inputed);
int first = Integer.parseInt(value[0]);
int second = Integer.parseInt(value[1]);
int third = Integer.parseInt(value[2]);
if ((first < second) && (second < third)) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
27,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
38,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
6,
56
],
[
56,
57
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n\n Scanner as = new Scanner(System.in);\n int a = as.nextInt();\n int b = as.nextInt();\n int c = as.nextInt();\n\n if(a>=b){\n \n \n System.out.println(\"No\");\n }\n else if(b>=c){\n \n System.out.println(\"No\");\n \n }\n else{\n \n System.out.println(\"Yes\");\n }\n \n \n }\n \n \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n\n Scanner as = new Scanner(System.in);\n int a = as.nextInt();\n int b = as.nextInt();\n int c = as.nextInt();\n\n if(a>=b){\n \n \n System.out.println(\"No\");\n }\n else if(b>=c){\n \n System.out.println(\"No\");\n \n }\n else{\n \n System.out.println(\"Yes\");\n }\n \n \n }\n \n \n}",
"Main",
"public static void main(String[] args){\n\n Scanner as = new Scanner(System.in);\n int a = as.nextInt();\n int b = as.nextInt();\n int c = as.nextInt();\n\n if(a>=b){\n \n \n System.out.println(\"No\");\n }\n else if(b>=c){\n \n System.out.println(\"No\");\n \n }\n else{\n \n System.out.println(\"Yes\");\n }\n \n \n }",
"main",
"{\n\n Scanner as = new Scanner(System.in);\n int a = as.nextInt();\n int b = as.nextInt();\n int c = as.nextInt();\n\n if(a>=b){\n \n \n System.out.println(\"No\");\n }\n else if(b>=c){\n \n System.out.println(\"No\");\n \n }\n else{\n \n System.out.println(\"Yes\");\n }\n \n \n }",
"Scanner as = new Scanner(System.in);",
"as",
"new Scanner(System.in)",
"int a = as.nextInt();",
"a",
"as.nextInt()",
"as.nextInt",
"as",
"int b = as.nextInt();",
"b",
"as.nextInt()",
"as.nextInt",
"as",
"int c = as.nextInt();",
"c",
"as.nextInt()",
"as.nextInt",
"as",
"if(a>=b){\n \n \n System.out.println(\"No\");\n }\n else if(b>=c){\n \n System.out.println(\"No\");\n \n }\n else{\n \n System.out.println(\"Yes\");\n }",
"a>=b",
"a",
"b",
"{\n \n \n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(b>=c){\n \n System.out.println(\"No\");\n \n }\n else{\n \n System.out.println(\"Yes\");\n }",
"b>=c",
"b",
"c",
"{\n \n System.out.println(\"No\");\n \n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n \n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner as = new Scanner(System.in);
int a = as.nextInt();
int b = as.nextInt();
int c = as.nextInt();
if(a>=b){
System.out.println("No");
}
else if(b>=c){
System.out.println("No");
}
else{
System.out.println("Yes");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
17,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
4,
18,
20,
23,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
0,
18,
36,
13,
4,
18,
13,
0,
18,
36,
13,
4,
18,
18,
36,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
18,
36,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
18,
36,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
18,
36,
13,
17,
14,
2,
2,
2,
18,
36,
13,
18,
36,
13,
2,
18,
36,
13,
18,
36,
13,
2,
18,
36,
13,
18,
36,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
137,
11
],
[
137,
12
],
[
12,
13
],
[
12,
14
],
[
137,
15
],
[
15,
16
],
[
15,
17
],
[
137,
18
],
[
18,
19
],
[
137,
20
],
[
20,
21
],
[
137,
22
],
[
22,
23
],
[
137,
24
],
[
24,
25
],
[
137,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
26,
32
],
[
32,
33
],
[
137,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
37,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
36,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
36,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
36,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
79,
80
],
[
78,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
36,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
91
],
[
91,
92
],
[
90,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
36,
98
],
[
98,
99
],
[
100,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
105,
106
],
[
105,
107
],
[
100,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
112,
113
],
[
112,
114
],
[
100,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
115,
119
],
[
119,
120
],
[
119,
121
],
[
98,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
98,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
130,
135
],
[
0,
136
],
[
136,
137
],
[
136,
138
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n private BufferedReader reader = new BufferedReader(new InputStreamReader(System.in), 1);\n\n private String inputData = null;\n\n private String[] data;\n\n private int left;\n\n private int center;\n\n private int right;\n\n public static void main(String args[]) {\n new Main().start();\n }\n\n public void start() {\n try {\n this.inputData = reader.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n this.data = this.inputData.split(\" \");\n\n this.left = Integer.parseInt(this.data[0]);\n this.center = Integer.parseInt(this.data[1]);\n this.right = Integer.parseInt(this.data[2]);\n\n if (this.left < this.center &&\n this.center < this.right &&\n this.left < this.right) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\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",
"public class Main {\n\n private BufferedReader reader = new BufferedReader(new InputStreamReader(System.in), 1);\n\n private String inputData = null;\n\n private String[] data;\n\n private int left;\n\n private int center;\n\n private int right;\n\n public static void main(String args[]) {\n new Main().start();\n }\n\n public void start() {\n try {\n this.inputData = reader.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n this.data = this.inputData.split(\" \");\n\n this.left = Integer.parseInt(this.data[0]);\n this.center = Integer.parseInt(this.data[1]);\n this.right = Integer.parseInt(this.data[2]);\n\n if (this.left < this.center &&\n this.center < this.right &&\n this.left < this.right) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n }\n\n}",
"Main",
"private BufferedReader reader = new BufferedReader(new InputStreamReader(System.in), 1);",
"reader",
"new BufferedReader(new InputStreamReader(System.in), 1)",
"private String inputData = null;",
"inputData",
"null",
"private String[] data;",
"data",
"private int left;",
"left",
"private int center;",
"center",
"private int right;",
"right",
"public static void main(String args[]) {\n new Main().start();\n }",
"main",
"{\n new Main().start();\n }",
"new Main().start()",
"new Main().start",
"new Main()",
"String args[]",
"args",
"public void start() {\n try {\n this.inputData = reader.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n this.data = this.inputData.split(\" \");\n\n this.left = Integer.parseInt(this.data[0]);\n this.center = Integer.parseInt(this.data[1]);\n this.right = Integer.parseInt(this.data[2]);\n\n if (this.left < this.center &&\n this.center < this.right &&\n this.left < this.right) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n }",
"start",
"{\n try {\n this.inputData = reader.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n this.data = this.inputData.split(\" \");\n\n this.left = Integer.parseInt(this.data[0]);\n this.center = Integer.parseInt(this.data[1]);\n this.right = Integer.parseInt(this.data[2]);\n\n if (this.left < this.center &&\n this.center < this.right &&\n this.left < this.right) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n }",
"try {\n this.inputData = reader.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }",
"catch (IOException e) {\n e.printStackTrace();\n }",
"IOException e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n this.inputData = reader.readLine();\n }",
"this.inputData = reader.readLine()",
"this.inputData",
"this",
"this.inputData",
"reader.readLine()",
"reader.readLine",
"reader",
"this.data = this.inputData.split(\" \")",
"this.data",
"this",
"this.data",
"this.inputData.split(\" \")",
"this.inputData.split",
"this.inputData",
"this",
"this.inputData",
"\" \"",
"this.left = Integer.parseInt(this.data[0])",
"this.left",
"this",
"this.left",
"Integer.parseInt(this.data[0])",
"Integer.parseInt",
"Integer",
"this.data[0]",
"this.data",
"this",
"this.data",
"0",
"this.center = Integer.parseInt(this.data[1])",
"this.center",
"this",
"this.center",
"Integer.parseInt(this.data[1])",
"Integer.parseInt",
"Integer",
"this.data[1]",
"this.data",
"this",
"this.data",
"1",
"this.right = Integer.parseInt(this.data[2])",
"this.right",
"this",
"this.right",
"Integer.parseInt(this.data[2])",
"Integer.parseInt",
"Integer",
"this.data[2]",
"this.data",
"this",
"this.data",
"2",
"if (this.left < this.center &&\n this.center < this.right &&\n this.left < this.right) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"this.left < this.center &&\n this.center < this.right &&\n this.left < this.right",
"this.left < this.center &&\n this.center < this.right &&\n this.left < this.right",
"this.left < this.center",
"this.left",
"this",
"this.left",
"this.center",
"this",
"this.center",
"this.center < this.right",
"this.center",
"this",
"this.center",
"this.right",
"this",
"this.right",
"this.left < this.right",
"this.left",
"this",
"this.left",
"this.right",
"this",
"this.right",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"public class Main {\n\n private BufferedReader reader = new BufferedReader(new InputStreamReader(System.in), 1);\n\n private String inputData = null;\n\n private String[] data;\n\n private int left;\n\n private int center;\n\n private int right;\n\n public static void main(String args[]) {\n new Main().start();\n }\n\n public void start() {\n try {\n this.inputData = reader.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n this.data = this.inputData.split(\" \");\n\n this.left = Integer.parseInt(this.data[0]);\n this.center = Integer.parseInt(this.data[1]);\n this.right = Integer.parseInt(this.data[2]);\n\n if (this.left < this.center &&\n this.center < this.right &&\n this.left < this.right) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n }\n\n}",
"public class Main {\n\n private BufferedReader reader = new BufferedReader(new InputStreamReader(System.in), 1);\n\n private String inputData = null;\n\n private String[] data;\n\n private int left;\n\n private int center;\n\n private int right;\n\n public static void main(String args[]) {\n new Main().start();\n }\n\n public void start() {\n try {\n this.inputData = reader.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n this.data = this.inputData.split(\" \");\n\n this.left = Integer.parseInt(this.data[0]);\n this.center = Integer.parseInt(this.data[1]);\n this.right = Integer.parseInt(this.data[2]);\n\n if (this.left < this.center &&\n this.center < this.right &&\n this.left < this.right) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n }\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
private BufferedReader reader = new BufferedReader(new InputStreamReader(System.in), 1);
private String inputData = null;
private String[] data;
private int left;
private int center;
private int right;
public static void main(String args[]) {
new Main().start();
}
public void start() {
try {
this.inputData = reader.readLine();
} catch (IOException e) {
e.printStackTrace();
}
this.data = this.inputData.split(" ");
this.left = Integer.parseInt(this.data[0]);
this.center = Integer.parseInt(this.data[1]);
this.right = Integer.parseInt(this.data[2]);
if (this.left < this.center &&
this.center < this.right &&
this.left < this.right) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
4,
18,
18,
13,
13,
17,
12,
13,
30,
4,
18,
20,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
59,
5
],
[
59,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
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
],
[
36,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
59,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
50,
56
],
[
56,
57
],
[
0,
58
],
[
58,
59
],
[
58,
60
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tvoid run() {\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\tif (a < b) {\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tvoid run() {\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\tif (a < b) {\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}",
"Main",
"void run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tif (a < b) {\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}",
"run",
"{\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\tif (a < b) {\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int c = scan.nextInt();",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if (a < b) {\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}",
"if (b < c) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}",
"b < c",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"return;",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"public static void main(String[] args) {\n\t\tnew Main().run();\n\t}",
"main",
"{\n\t\tnew Main().run();\n\t}",
"new Main().run()",
"new Main().run",
"new Main()",
"String[] args",
"args",
"public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tif (a < b) {\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}",
"public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tif (a < b) {\n\t\t\tif (b < c) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
void run() {
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
if (a < b) {
if (b < c) {
System.out.println("Yes");
return;
}
}
System.out.println("No");
}
public static void main(String[] args) {
new Main().run();
}
} |
[
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,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
76,
5
],
[
76,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
27,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
35,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
35,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
56,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
51,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
6,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String [] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\t\n\t\twhile(a < 0 || c > 100) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t\t\n\t\t}\n\t\t\n\t\tif( a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String [] args) {\n\t\tScanner 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\t\n\t\twhile(a < 0 || c > 100) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t\t\n\t\t}\n\t\t\n\t\tif( a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String [] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\t\n\t\twhile(a < 0 || c > 100) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t\t\n\t\t}\n\t\t\n\t\tif( a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\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\t\n\t\twhile(a < 0 || c > 100) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t\t\n\t\t}\n\t\t\n\t\tif( a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\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",
"while(a < 0 || c > 100) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t\t\n\t\t}",
"a < 0 || c > 100",
"a < 0",
"a",
"0",
"c > 100",
"c",
"100",
"{\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t\t\n\t\t}",
"a = stdIn.nextInt()",
"a",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"b = stdIn.nextInt()",
"b",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"c = stdIn.nextInt()",
"c",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"if( a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String [] args",
"args",
"public class Main {\n\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\t\n\t\twhile(a < 0 || c > 100) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t\t\n\t\t}\n\t\t\n\t\tif( a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String [] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\t\n\t\twhile(a < 0 || c > 100) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t\t\n\t\t}\n\t\t\n\t\tif( a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\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();
while(a < 0 || c > 100) {
a = stdIn.nextInt();
b = stdIn.nextInt();
c = stdIn.nextInt();
}
if( a < b && b < c) {
System.out.println("Yes");
}else {
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
70,
5
],
[
70,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
8,
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
],
[
45,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
6,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"import java.util.Scanner;\npublic class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tString input3 = scan.next();\n\tint c = Integer.parseInt(input3);\n\tif (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tString input3 = scan.next();\n\tint c = Integer.parseInt(input3);\n\tif (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}\n }\n}",
"Main",
"public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tString input3 = scan.next();\n\tint c = Integer.parseInt(input3);\n\tif (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}\n }",
"main",
"{\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tString input3 = scan.next();\n\tint c = Integer.parseInt(input3);\n\tif (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"String input1 = scan.next();",
"input1",
"scan.next()",
"scan.next",
"scan",
"int a = Integer.parseInt(input1);",
"a",
"Integer.parseInt(input1)",
"Integer.parseInt",
"Integer",
"input1",
"String input2 = scan.next();",
"input2",
"scan.next()",
"scan.next",
"scan",
"int b = Integer.parseInt(input2);",
"b",
"Integer.parseInt(input2)",
"Integer.parseInt",
"Integer",
"input2",
"String input3 = scan.next();",
"input3",
"scan.next()",
"scan.next",
"scan",
"int c = Integer.parseInt(input3);",
"c",
"Integer.parseInt(input3)",
"Integer.parseInt",
"Integer",
"input3",
"if (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t System.out.println(\"Yes\");\n\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t System.out.println(\"No\");\n\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tString input3 = scan.next();\n\tint c = Integer.parseInt(input3);\n\tif (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}\n }\n}",
"public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tString input3 = scan.next();\n\tint c = Integer.parseInt(input3);\n\tif (a < b && b < c) {\n\t System.out.println(\"Yes\");\n\t} else {\n\t System.out.println(\"No\");\n\t}\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
String input1 = scan.next();
int a = Integer.parseInt(input1);
String input2 = scan.next();
int b = Integer.parseInt(input2);
String input3 = scan.next();
int c = Integer.parseInt(input3);
if (a < b && b < c) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
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,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
62,
14
],
[
62,
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
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
39,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
15,
59
],
[
59,
60
],
[
0,
61
],
[
61,
62
],
[
61,
63
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\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 scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tif(x<y && y<z)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\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.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 scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tif(x<y && y<z)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tif(x<y && y<z)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}",
"main",
"{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tif(x<y && y<z)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}",
"BufferedReader br=new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"Scanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));",
"scan",
"new Scanner(new BufferedReader(new InputStreamReader(System.in)))",
"int x=scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y=scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int z=scan.nextInt();",
"z",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(x<y && y<z)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");",
"x<y && y<z",
"x<y",
"x",
"y",
"y<z",
"y",
"z",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"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 scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tif(x<y && y<z)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tif(x<y && y<z)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\n}",
"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 scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));
int x=scan.nextInt();
int y=scan.nextInt();
int z=scan.nextInt();
if(x<y && y<z)
System.out.println("Yes");
else
System.out.println("No");
}
} |
[
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,
30,
0,
18,
13,
13,
4,
13,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
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
],
[
88,
5
],
[
88,
6
],
[
6,
7
],
[
6,
8
],
[
88,
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
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
11,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
36,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
48,
50
],
[
35,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
35,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
11,
65
],
[
65,
66
],
[
9,
67
],
[
67,
68
],
[
88,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
88,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
0,
87
],
[
87,
88
],
[
87,
89
]
] | [
"import 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\tint[] number = new int[3];\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tnumber[i] = input();\n\n\t\t}\n\n\t\tif (number[0] < number[1] && number[1] < number[2]) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\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.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\tint[] number = new int[3];\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tnumber[i] = input();\n\n\t\t}\n\n\t\tif (number[0] < number[1] && number[1] < number[2]) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\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\tint[] number = new int[3];\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tnumber[i] = input();\n\n\t\t}\n\n\t\tif (number[0] < number[1] && number[1] < number[2]) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t\tclose();\n\n\t}",
"main",
"{\n\n\t\tint[] number = new int[3];\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tnumber[i] = input();\n\n\t\t}\n\n\t\tif (number[0] < number[1] && number[1] < number[2]) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t\tclose();\n\n\t}",
"int[] number = new int[3];",
"number",
"new int[3]",
"3",
"for (int i = 0; i < 3;i++) {\n\n\t\t\tnumber[i] = input();\n\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\n\t\t\tnumber[i] = input();\n\n\t\t}",
"{\n\n\t\t\tnumber[i] = input();\n\n\t\t}",
"number[i] = input()",
"number[i]",
"number",
"i",
"input()",
"input",
"if (number[0] < number[1] && number[1] < number[2]) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}",
"number[0] < number[1] && number[1] < number[2]",
"number[0] < number[1]",
"number[0]",
"number",
"0",
"number[1]",
"number",
"1",
"number[1] < number[2]",
"number[1]",
"number",
"1",
"number[2]",
"number",
"2",
"{\n\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"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\tint[] number = new int[3];\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tnumber[i] = input();\n\n\t\t}\n\n\t\tif (number[0] < number[1] && number[1] < number[2]) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\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\tint[] number = new int[3];\n\n\t\tfor (int i = 0; i < 3;i++) {\n\n\t\t\tnumber[i] = input();\n\n\t\t}\n\n\t\tif (number[0] < number[1] && number[1] < number[2]) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\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.Scanner;
public class Main {
public static Scanner scanner = new Scanner(System.in);
public static void main(String[] args) {
int[] number = new int[3];
for (int i = 0; i < 3;i++) {
number[i] = input();
}
if (number[0] < number[1] && number[1] < number[2]) {
System.out.println("Yes");
} else {
System.out.println("No");
}
close();
}
public static int input() {
return scanner.nextInt();
}
public static void close() {
if (scanner != null) {
scanner.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,
2,
13,
13,
2,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
54,
5
],
[
54,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
34,
36
],
[
29,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
29,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
6,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int a = s.nextInt();\n int b = s.nextInt();\n int c = s.nextInt();\n\n String result;\n if(c > b && b > a) {\n result = \"Yes\";\n } else {\n result = \"No\";\n }\n\n System.out.println(result);\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int a = s.nextInt();\n int b = s.nextInt();\n int c = s.nextInt();\n\n String result;\n if(c > b && b > a) {\n result = \"Yes\";\n } else {\n result = \"No\";\n }\n\n System.out.println(result);\n }\n\n}",
"Main",
"public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int a = s.nextInt();\n int b = s.nextInt();\n int c = s.nextInt();\n\n String result;\n if(c > b && b > a) {\n result = \"Yes\";\n } else {\n result = \"No\";\n }\n\n System.out.println(result);\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\n String result;\n if(c > b && b > a) {\n result = \"Yes\";\n } else {\n result = \"No\";\n }\n\n System.out.println(result);\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",
"String result;",
"result",
"if(c > b && b > a) {\n result = \"Yes\";\n } else {\n result = \"No\";\n }",
"c > b && b > a",
"c > b",
"c",
"b",
"b > a",
"b",
"a",
"{\n result = \"Yes\";\n }",
"result = \"Yes\"",
"result",
"\"Yes\"",
"{\n result = \"No\";\n }",
"result = \"No\"",
"result",
"\"No\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int a = s.nextInt();\n int b = s.nextInt();\n int c = s.nextInt();\n\n String result;\n if(c > b && b > a) {\n result = \"Yes\";\n } else {\n result = \"No\";\n }\n\n System.out.println(result);\n }\n\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int a = s.nextInt();\n int b = s.nextInt();\n int c = s.nextInt();\n\n String result;\n if(c > b && b > a) {\n result = \"Yes\";\n } else {\n result = \"No\";\n }\n\n System.out.println(result);\n }\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int a = s.nextInt();
int b = s.nextInt();
int c = s.nextInt();
String result;
if(c > b && b > a) {
result = "Yes";
} else {
result = "No";
}
System.out.println(result);
}
} |
[
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,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
55,
5
],
[
55,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
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
],
[
27,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
8,
49
],
[
49,
50
],
[
50,
51
],
[
6,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner=new Scanner(System.in);\n\t\tint min=scanner.nextInt();\n\t\tint midium=scanner.nextInt();\n\t\tint max=scanner.nextInt();\n\t\tif(min<midium&&midium<max){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\tscanner.close();\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner=new Scanner(System.in);\n\t\tint min=scanner.nextInt();\n\t\tint midium=scanner.nextInt();\n\t\tint max=scanner.nextInt();\n\t\tif(min<midium&&midium<max){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\tscanner.close();\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scanner=new Scanner(System.in);\n\t\tint min=scanner.nextInt();\n\t\tint midium=scanner.nextInt();\n\t\tint max=scanner.nextInt();\n\t\tif(min<midium&&midium<max){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\tscanner.close();\n\t}",
"main",
"{\n\t\tScanner scanner=new Scanner(System.in);\n\t\tint min=scanner.nextInt();\n\t\tint midium=scanner.nextInt();\n\t\tint max=scanner.nextInt();\n\t\tif(min<midium&&midium<max){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\tscanner.close();\n\t}",
"Scanner scanner=new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int min=scanner.nextInt();",
"min",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int midium=scanner.nextInt();",
"midium",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int max=scanner.nextInt();",
"max",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if(min<midium&&midium<max){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"min<midium&&midium<max",
"min<midium",
"min",
"midium",
"midium<max",
"midium",
"max",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"scanner.close()",
"scanner.close",
"scanner",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner=new Scanner(System.in);\n\t\tint min=scanner.nextInt();\n\t\tint midium=scanner.nextInt();\n\t\tint max=scanner.nextInt();\n\t\tif(min<midium&&midium<max){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\tscanner.close();\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner=new Scanner(System.in);\n\t\tint min=scanner.nextInt();\n\t\tint midium=scanner.nextInt();\n\t\tint max=scanner.nextInt();\n\t\tif(min<midium&&midium<max){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\tscanner.close();\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner=new Scanner(System.in);
int min=scanner.nextInt();
int midium=scanner.nextInt();
int max=scanner.nextInt();
if(min<midium&&midium<max){
System.out.println("Yes");
}else
{
System.out.println("No");
}
scanner.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
8,
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
],
[
50,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
6,
72
],
[
72,
73
]
] | [
"import java.io.*;\n \nclass Main{\n public static void main(String[] args) throws IOException{\n \n int x,y,z;\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \");\n x = Integer.parseInt(str[0]);\n y = Integer.parseInt(str[1]);\n\tz = Integer.parseInt(str[2]);\n\n\tif(x<y && y<z){\n \tSystem.out.println(\"Yes\");\n\n\t}else{\n\t\tSystem.out.println(\"No\");\n\t}\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args) throws IOException{\n \n int x,y,z;\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \");\n x = Integer.parseInt(str[0]);\n y = Integer.parseInt(str[1]);\n\tz = Integer.parseInt(str[2]);\n\n\tif(x<y && y<z){\n \tSystem.out.println(\"Yes\");\n\n\t}else{\n\t\tSystem.out.println(\"No\");\n\t}\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n \n int x,y,z;\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \");\n x = Integer.parseInt(str[0]);\n y = Integer.parseInt(str[1]);\n\tz = Integer.parseInt(str[2]);\n\n\tif(x<y && y<z){\n \tSystem.out.println(\"Yes\");\n\n\t}else{\n\t\tSystem.out.println(\"No\");\n\t}\n }",
"main",
"{\n \n int x,y,z;\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \");\n x = Integer.parseInt(str[0]);\n y = Integer.parseInt(str[1]);\n\tz = Integer.parseInt(str[2]);\n\n\tif(x<y && y<z){\n \tSystem.out.println(\"Yes\");\n\n\t}else{\n\t\tSystem.out.println(\"No\");\n\t}\n }",
"int x",
"x",
"y",
"y",
"z;",
"z",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str[] = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"x = Integer.parseInt(str[0])",
"x",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"y = Integer.parseInt(str[1])",
"y",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"z = Integer.parseInt(str[2])",
"z",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"if(x<y && y<z){\n \tSystem.out.println(\"Yes\");\n\n\t}else{\n\t\tSystem.out.println(\"No\");\n\t}",
"x<y && y<z",
"x<y",
"x",
"y",
"y<z",
"y",
"z",
"{\n \tSystem.out.println(\"Yes\");\n\n\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\tSystem.out.println(\"No\");\n\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args) throws IOException{
int x,y,z;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str[] = br.readLine().split(" ");
x = Integer.parseInt(str[0]);
y = Integer.parseInt(str[1]);
z = Integer.parseInt(str[2]);
if(x<y && y<z){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
12,
13,
30,
4,
18,
20,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
64,
5
],
[
64,
6
],
[
6,
7
],
[
6,
8
],
[
64,
9
],
[
9,
10
],
[
64,
11
],
[
11,
12
],
[
64,
13
],
[
13,
14
],
[
64,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
17,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
17,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
17,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
33,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
64,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
55,
61
],
[
61,
62
],
[
0,
63
],
[
63,
64
],
[
63,
65
]
] | [
"import java.util.*;\npublic class Main{\n\tScanner sc = new Scanner(System.in);\n\tint a,b,c;\n\t\n\tvoid bc(){\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tc=sc.nextInt();\n\t\t\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\t\n\tpublic static void main(String[] args){ \n\t\tnew Main().bc(); \n\t\t} \n\t}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tScanner sc = new Scanner(System.in);\n\tint a,b,c;\n\t\n\tvoid bc(){\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tc=sc.nextInt();\n\t\t\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\t\n\tpublic static void main(String[] args){ \n\t\tnew Main().bc(); \n\t\t} \n\t}",
"Main",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"void bc(){\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tc=sc.nextInt();\n\t\t\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"bc",
"{\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tc=sc.nextInt();\n\t\t\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\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",
"if(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a<b && b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"public static void main(String[] args){ \n\t\tnew Main().bc(); \n\t\t}",
"main",
"{ \n\t\tnew Main().bc(); \n\t\t}",
"new Main().bc()",
"new Main().bc",
"new Main()",
"String[] args",
"args",
"public class Main{\n\tScanner sc = new Scanner(System.in);\n\tint a,b,c;\n\t\n\tvoid bc(){\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tc=sc.nextInt();\n\t\t\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\t\n\tpublic static void main(String[] args){ \n\t\tnew Main().bc(); \n\t\t} \n\t}",
"public class Main{\n\tScanner sc = new Scanner(System.in);\n\tint a,b,c;\n\t\n\tvoid bc(){\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tc=sc.nextInt();\n\t\t\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\t\n\tpublic static void main(String[] args){ \n\t\tnew Main().bc(); \n\t\t} \n\t}",
"Main"
] | import java.util.*;
public class Main{
Scanner sc = new Scanner(System.in);
int a,b,c;
void bc(){
a=sc.nextInt();
b=sc.nextInt();
c=sc.nextInt();
if(a<b && b<c){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
public static void main(String[] args){
new Main().bc();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
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,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
80,
8
],
[
80,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
12,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
25,
30
],
[
19,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
19,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
19,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
19,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
55,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
55,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
9,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] | [
"\nimport java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = (String[]) br.readLine().split(\" \");\n\t\t\tint num1 = Integer.parseInt(strs[0]);\n\t\t\tint num2 = Integer.parseInt(strs[1]);\n\t\t\tint num3 = Integer.parseInt(strs[2]);\n\n\t\t\tif (num1 < num2 && num2< num3) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = (String[]) br.readLine().split(\" \");\n\t\t\tint num1 = Integer.parseInt(strs[0]);\n\t\t\tint num2 = Integer.parseInt(strs[1]);\n\t\t\tint num3 = Integer.parseInt(strs[2]);\n\n\t\t\tif (num1 < num2 && num2< num3) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = (String[]) br.readLine().split(\" \");\n\t\t\tint num1 = Integer.parseInt(strs[0]);\n\t\t\tint num2 = Integer.parseInt(strs[1]);\n\t\t\tint num3 = Integer.parseInt(strs[2]);\n\n\t\t\tif (num1 < num2 && num2< num3) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = (String[]) br.readLine().split(\" \");\n\t\t\tint num1 = Integer.parseInt(strs[0]);\n\t\t\tint num2 = Integer.parseInt(strs[1]);\n\t\t\tint num3 = Integer.parseInt(strs[2]);\n\n\t\t\tif (num1 < num2 && num2< num3) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"try {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = (String[]) br.readLine().split(\" \");\n\t\t\tint num1 = Integer.parseInt(strs[0]);\n\t\t\tint num2 = Integer.parseInt(strs[1]);\n\t\t\tint num3 = Integer.parseInt(strs[2]);\n\n\t\t\tif (num1 < num2 && num2< num3) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"Exception e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = (String[]) br.readLine().split(\" \");\n\t\t\tint num1 = Integer.parseInt(strs[0]);\n\t\t\tint num2 = Integer.parseInt(strs[1]);\n\t\t\tint num3 = Integer.parseInt(strs[2]);\n\n\t\t\tif (num1 < num2 && num2< num3) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));",
"br",
"new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in))",
"String[] strs = (String[]) br.readLine().split(\" \");",
"strs",
"(String[]) br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int num1 = Integer.parseInt(strs[0]);",
"num1",
"Integer.parseInt(strs[0])",
"Integer.parseInt",
"Integer",
"strs[0]",
"strs",
"0",
"int num2 = Integer.parseInt(strs[1]);",
"num2",
"Integer.parseInt(strs[1])",
"Integer.parseInt",
"Integer",
"strs[1]",
"strs",
"1",
"int num3 = Integer.parseInt(strs[2]);",
"num3",
"Integer.parseInt(strs[2])",
"Integer.parseInt",
"Integer",
"strs[2]",
"strs",
"2",
"if (num1 < num2 && num2< num3) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"num1 < num2 && num2< num3",
"num1 < num2",
"num1",
"num2",
"num2< num3",
"num2",
"num3",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = (String[]) br.readLine().split(\" \");\n\t\t\tint num1 = Integer.parseInt(strs[0]);\n\t\t\tint num2 = Integer.parseInt(strs[1]);\n\t\t\tint num3 = Integer.parseInt(strs[2]);\n\n\t\t\tif (num1 < num2 && num2< num3) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = (String[]) br.readLine().split(\" \");\n\t\t\tint num1 = Integer.parseInt(strs[0]);\n\t\t\tint num2 = Integer.parseInt(strs[1]);\n\t\t\tint num3 = Integer.parseInt(strs[2]);\n\n\t\t\tif (num1 < num2 && num2< num3) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(
System.in));
String[] strs = (String[]) br.readLine().split(" ");
int num1 = Integer.parseInt(strs[0]);
int num2 = Integer.parseInt(strs[1]);
int num3 = Integer.parseInt(strs[2]);
if (num1 < num2 && num2< num3) {
System.out.println("Yes");
} else {
System.out.println("No");
}
} catch (Exception e) {
e.printStackTrace();
}
}
} |
[
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,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
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
],
[
50,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
9,
71
],
[
71,
72
]
] | [
"import java.util.Scanner;\nimport java.util.Arrays;\n\nclass Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String A = sc.nextLine();\n String[] max = A.split(\" \");\n \n\n int a = Integer.parseInt(max[0]);\n int b = Integer.parseInt(max[1]);\n int c = Integer.parseInt(max[2]);\n\n if (a < b && b < c){\n System.out.println(\"Yes\");\n }else \n System.out.println(\"No\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String A = sc.nextLine();\n String[] max = A.split(\" \");\n \n\n int a = Integer.parseInt(max[0]);\n int b = Integer.parseInt(max[1]);\n int c = Integer.parseInt(max[2]);\n\n if (a < b && b < c){\n System.out.println(\"Yes\");\n }else \n System.out.println(\"No\");\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String A = sc.nextLine();\n String[] max = A.split(\" \");\n \n\n int a = Integer.parseInt(max[0]);\n int b = Integer.parseInt(max[1]);\n int c = Integer.parseInt(max[2]);\n\n if (a < b && b < c){\n System.out.println(\"Yes\");\n }else \n System.out.println(\"No\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n String A = sc.nextLine();\n String[] max = A.split(\" \");\n \n\n int a = Integer.parseInt(max[0]);\n int b = Integer.parseInt(max[1]);\n int c = Integer.parseInt(max[2]);\n\n if (a < b && b < c){\n System.out.println(\"Yes\");\n }else \n System.out.println(\"No\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String A = sc.nextLine();",
"A",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] max = A.split(\" \");",
"max",
"A.split(\" \")",
"A.split",
"A",
"\" \"",
"int a = Integer.parseInt(max[0]);",
"a",
"Integer.parseInt(max[0])",
"Integer.parseInt",
"Integer",
"max[0]",
"max",
"0",
"int b = Integer.parseInt(max[1]);",
"b",
"Integer.parseInt(max[1])",
"Integer.parseInt",
"Integer",
"max[1]",
"max",
"1",
"int c = Integer.parseInt(max[2]);",
"c",
"Integer.parseInt(max[2])",
"Integer.parseInt",
"Integer",
"max[2]",
"max",
"2",
"if (a < b && b < c){\n System.out.println(\"Yes\");\n }else \n System.out.println(\"No\");",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.Scanner;
import java.util.Arrays;
class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
String A = sc.nextLine();
String[] max = A.split(" ");
int a = Integer.parseInt(max[0]);
int b = Integer.parseInt(max[1]);
int c = Integer.parseInt(max[2]);
if (a < b && b < c){
System.out.println("Yes");
}else
System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
47,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
47,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
6,
69
],
[
69,
70
]
] | [
"import java.io.*;\n\nclass Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] div = str.split(\" \");\n\t\tint a = Integer.parseInt(div[0]);\n\t\tint b = Integer.parseInt(div[1]);\n\t\tint c = Integer.parseInt(div[2]);\n\t\tif (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] div = str.split(\" \");\n\t\tint a = Integer.parseInt(div[0]);\n\t\tint b = Integer.parseInt(div[1]);\n\t\tint c = Integer.parseInt(div[2]);\n\t\tif (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception\n\t{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] div = str.split(\" \");\n\t\tint a = Integer.parseInt(div[0]);\n\t\tint b = Integer.parseInt(div[1]);\n\t\tint c = Integer.parseInt(div[2]);\n\t\tif (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] div = str.split(\" \");\n\t\tint a = Integer.parseInt(div[0]);\n\t\tint b = Integer.parseInt(div[1]);\n\t\tint c = Integer.parseInt(div[2]);\n\t\tif (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] div = str.split(\" \");",
"div",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(div[0]);",
"a",
"Integer.parseInt(div[0])",
"Integer.parseInt",
"Integer",
"div[0]",
"div",
"0",
"int b = Integer.parseInt(div[1]);",
"b",
"Integer.parseInt(div[1])",
"Integer.parseInt",
"Integer",
"div[1]",
"div",
"1",
"int c = Integer.parseInt(div[2]);",
"c",
"Integer.parseInt(div[2])",
"Integer.parseInt",
"Integer",
"div[2]",
"div",
"2",
"if (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.io.*;
class Main
{
public static void main (String[] args) throws java.lang.Exception
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] div = str.split(" ");
int a = Integer.parseInt(div[0]);
int b = Integer.parseInt(div[1]);
int c = Integer.parseInt(div[2]);
if (a < b && b < c){
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
102,
11
],
[
102,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
32,
33
],
[
32,
34
],
[
14,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
35,
45
],
[
45,
46
],
[
46,
47
],
[
35,
48
],
[
49,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
14,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
14,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
14,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
72,
74
],
[
14,
75
],
[
75,
76
],
[
14,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
82,
84
],
[
77,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
77,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
14,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
12,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] | [
"\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int a = inputIntArray[0];\n int b = inputIntArray[1];\n int c = inputIntArray[2];\n String retStr;\n\n if (a < b && b < c) {\n retStr = \"Yes\";\n } else {\n retStr = \"No\";\n }\n System.out.println(retStr);\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int a = inputIntArray[0];\n int b = inputIntArray[1];\n int c = inputIntArray[2];\n String retStr;\n\n if (a < b && b < c) {\n retStr = \"Yes\";\n } else {\n retStr = \"No\";\n }\n System.out.println(retStr);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int a = inputIntArray[0];\n int b = inputIntArray[1];\n int c = inputIntArray[2];\n String retStr;\n\n if (a < b && b < c) {\n retStr = \"Yes\";\n } else {\n retStr = \"No\";\n }\n System.out.println(retStr);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int a = inputIntArray[0];\n int b = inputIntArray[1];\n int c = inputIntArray[2];\n String retStr;\n\n if (a < b && b < c) {\n retStr = \"Yes\";\n } else {\n retStr = \"No\";\n }\n System.out.println(retStr);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String arg = br.readLine();",
"arg",
"br.readLine()",
"br.readLine",
"br",
"String[] inputArray = arg.split(\" \");",
"inputArray",
"arg.split(\" \")",
"arg.split",
"arg",
"\" \"",
"int[] inputIntArray = new int[inputArray.length];",
"inputIntArray",
"new int[inputArray.length]",
"inputArray.length",
"inputArray",
"inputArray.length",
"for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }",
"int count = 0;",
"int count = 0;",
"count",
"0",
"count < inputIntArray.length",
"count",
"inputIntArray.length",
"inputIntArray",
"inputIntArray.length",
"count++",
"count++",
"count",
"{\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }",
"{\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }",
"inputIntArray[count] = Integer.parseInt(inputArray[count])",
"inputIntArray[count]",
"inputIntArray",
"count",
"Integer.parseInt(inputArray[count])",
"Integer.parseInt",
"Integer",
"inputArray[count]",
"inputArray",
"count",
"int a = inputIntArray[0];",
"a",
"inputIntArray[0]",
"inputIntArray",
"0",
"int b = inputIntArray[1];",
"b",
"inputIntArray[1]",
"inputIntArray",
"1",
"int c = inputIntArray[2];",
"c",
"inputIntArray[2]",
"inputIntArray",
"2",
"String retStr;",
"retStr",
"if (a < b && b < c) {\n retStr = \"Yes\";\n } else {\n retStr = \"No\";\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n retStr = \"Yes\";\n }",
"retStr = \"Yes\"",
"retStr",
"\"Yes\"",
"{\n retStr = \"No\";\n }",
"retStr = \"No\"",
"retStr",
"\"No\"",
"System.out.println(retStr)",
"System.out.println",
"System.out",
"System",
"System.out",
"retStr",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int a = inputIntArray[0];\n int b = inputIntArray[1];\n int c = inputIntArray[2];\n String retStr;\n\n if (a < b && b < c) {\n retStr = \"Yes\";\n } else {\n retStr = \"No\";\n }\n System.out.println(retStr);\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String arg = br.readLine();\n String[] inputArray = arg.split(\" \");\n int[] inputIntArray = new int[inputArray.length];\n\n for (int count = 0; count < inputIntArray.length; count++) {\n inputIntArray[count] = Integer.parseInt(inputArray[count]);\n }\n int a = inputIntArray[0];\n int b = inputIntArray[1];\n int c = inputIntArray[2];\n String retStr;\n\n if (a < b && b < c) {\n retStr = \"Yes\";\n } else {\n retStr = \"No\";\n }\n System.out.println(retStr);\n }\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String arg = br.readLine();
String[] inputArray = arg.split(" ");
int[] inputIntArray = new int[inputArray.length];
for (int count = 0; count < inputIntArray.length; count++) {
inputIntArray[count] = Integer.parseInt(inputArray[count]);
}
int a = inputIntArray[0];
int b = inputIntArray[1];
int c = inputIntArray[2];
String retStr;
if (a < b && b < c) {
retStr = "Yes";
} else {
retStr = "No";
}
System.out.println(retStr);
}
} |
[
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,
4,
18,
18,
13,
13,
8,
2,
2,
13,
13,
2,
13,
13,
17,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
57,
5
],
[
57,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
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
],
[
36,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
46,
48
],
[
41,
49
],
[
41,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
6,
54
],
[
54,
55
],
[
0,
56
],
[
56,
57
],
[
56,
58
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tSystem.out.println(((a < b && b < c) ? \"Yes\" : \"No\"));\n\t\tscan.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tSystem.out.println(((a < b && b < c) ? \"Yes\" : \"No\"));\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 a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tSystem.out.println(((a < b && b < c) ? \"Yes\" : \"No\"));\n\t\tscan.close();\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tSystem.out.println(((a < b && b < c) ? \"Yes\" : \"No\"));\n\t\tscan.close();\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = Integer.parseInt(scan.next());",
"a",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"int b = Integer.parseInt(scan.next());",
"b",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"int c = Integer.parseInt(scan.next());",
"c",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"System.out.println(((a < b && b < c) ? \"Yes\" : \"No\"))",
"System.out.println",
"System.out",
"System",
"System.out",
"((a < b && b < c) ? \"Yes\" : \"No\")",
"(a < b && b < c)",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"\"Yes\"",
"\"No\"",
"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 a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tSystem.out.println(((a < b && b < c) ? \"Yes\" : \"No\"));\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 a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tSystem.out.println(((a < b && b < c) ? \"Yes\" : \"No\"));\n\t\tscan.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a = Integer.parseInt(scan.next());
int b = Integer.parseInt(scan.next());
int c = Integer.parseInt(scan.next());
System.out.println(((a < b && b < c) ? "Yes" : "No"));
scan.close();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
55,
8
],
[
55,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
30,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
30,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
9,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"import java.util.*;\nimport java.lang.*;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\n\t\tScanner scn = new Scanner(System.in);\n\t\t\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tint c = scn.nextInt();\n\t\t\n\t\tif (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"public class Main {\n\tpublic static void main(String[] args){\n\n\t\tScanner scn = new Scanner(System.in);\n\t\t\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tint c = scn.nextInt();\n\t\t\n\t\tif (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\n\t\tScanner scn = new Scanner(System.in);\n\t\t\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tint c = scn.nextInt();\n\t\t\n\t\tif (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\n\t\tScanner scn = new Scanner(System.in);\n\t\t\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tint c = scn.nextInt();\n\t\t\n\t\tif (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"int a = scn.nextInt();",
"a",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int b = scn.nextInt();",
"b",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int c = scn.nextInt();",
"c",
"scn.nextInt()",
"scn.nextInt",
"scn",
"if (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\n\t\tScanner scn = new Scanner(System.in);\n\t\t\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tint c = scn.nextInt();\n\t\t\n\t\tif (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\n\t\tScanner scn = new Scanner(System.in);\n\t\t\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tint c = scn.nextInt();\n\t\t\n\t\tif (a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main"
] | import java.util.*;
import java.lang.*;
public class Main {
public static void main(String[] args){
Scanner scn = new Scanner(System.in);
int a = scn.nextInt();
int b = scn.nextInt();
int c = scn.nextInt();
if (a < b && b < c){
System.out.println("Yes");
}
else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
13,
13,
13,
13,
23,
13,
12,
13,
30,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
23,
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
],
[
27,
30
],
[
27,
31
],
[
6,
32
],
[
32,
33
],
[
4,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
42,
44
],
[
37,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
37,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
34,
59
],
[
59,
60
],
[
34,
61
],
[
61,
62
],
[
34,
63
],
[
63,
64
]
] | [
"import java.util.Scanner;\n\nclass\tMain{\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\t\t\t\n\t\tint b = scanner.nextInt();\t\t\t\n\t\tint c = scanner.nextInt();\t\t\t\n\t\thikaku(a,b,c);\n\n\t}\n\n\tpublic static void hikaku(int a, int b , int c){\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class\tMain{\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\t\t\t\n\t\tint b = scanner.nextInt();\t\t\t\n\t\tint c = scanner.nextInt();\t\t\t\n\t\thikaku(a,b,c);\n\n\t}\n\n\tpublic static void hikaku(int a, int b , int c){\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\t\t\t\n\t\tint b = scanner.nextInt();\t\t\t\n\t\tint c = scanner.nextInt();\t\t\t\n\t\thikaku(a,b,c);\n\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\t\t\t\n\t\tint b = scanner.nextInt();\t\t\t\n\t\tint c = scanner.nextInt();\t\t\t\n\t\thikaku(a,b,c);\n\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int c = scanner.nextInt();",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"hikaku(a,b,c)",
"hikaku",
"a",
"b",
"c",
"String args[]",
"args",
"public static void hikaku(int a, int b , int c){\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"hikaku",
"{\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"if(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a<b && b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"int a",
"a",
"int b",
"b",
"int c",
"c"
] | 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();
hikaku(a,b,c);
}
public static void hikaku(int a, int b , int c){
if(a<b && b<c){
System.out.println("Yes");
}
else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
11,
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
],
[
36,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
9,
58
],
[
58,
59
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main\n{\n public static void main (String args[]) throws IOException //?????????\n {\n InputStreamReader is = new InputStreamReader(System.in); //?????????\n BufferedReader br = new BufferedReader(is); //?????????\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n if((a < b) && (b < c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}\n ",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main\n{\n public static void main (String args[]) throws IOException //?????????\n {\n InputStreamReader is = new InputStreamReader(System.in); //?????????\n BufferedReader br = new BufferedReader(is); //?????????\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n if((a < b) && (b < c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main (String args[]) throws IOException //?????????\n {\n InputStreamReader is = new InputStreamReader(System.in); //?????????\n BufferedReader br = new BufferedReader(is); //?????????\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n if((a < b) && (b < c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }",
"main",
"{\n InputStreamReader is = new InputStreamReader(System.in); //?????????\n BufferedReader br = new BufferedReader(is); //?????????\n Scanner sc = new Scanner(System.in);\n\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n\n if((a < b) && (b < c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }",
"InputStreamReader is = new InputStreamReader(System.in);",
"is",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(is);",
"br",
"new BufferedReader(is)",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if((a < b) && (b < c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }",
"(a < b) && (b < c)",
"(a < b)",
"a",
"b",
"(b < c)",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String args[]",
"args"
] | import java.io.*;
import java.util.*;
class Main
{
public static void main (String args[]) throws IOException //?????????
{
InputStreamReader is = new InputStreamReader(System.in); //?????????
BufferedReader br = new BufferedReader(is); //?????????
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if((a < b) && (b < c)){
System.out.println("Yes");
}
else{
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
12,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
22,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
22,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
22,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
22,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
22,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
22,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
22,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
67,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
67,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
9,
89
],
[
89,
90
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main{\n public static void main(String args[]){\n try{\n BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n String s=reader.readLine();\n StringTokenizer st=new StringTokenizer(s,\" \");\n \n String a=st.nextToken();\n String b=st.nextToken();\n String c=st.nextToken();\n \n int an=Integer.parseInt(a);\n int bn=Integer.parseInt(b);\n int cn=Integer.parseInt(c);\n \n if(an<bn && bn<cn){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }catch(IOException e){\n System.out.println(e);\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String args[]){\n try{\n BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n String s=reader.readLine();\n StringTokenizer st=new StringTokenizer(s,\" \");\n \n String a=st.nextToken();\n String b=st.nextToken();\n String c=st.nextToken();\n \n int an=Integer.parseInt(a);\n int bn=Integer.parseInt(b);\n int cn=Integer.parseInt(c);\n \n if(an<bn && bn<cn){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }catch(IOException e){\n System.out.println(e);\n }\n }\n}",
"Main",
"public static void main(String args[]){\n try{\n BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n String s=reader.readLine();\n StringTokenizer st=new StringTokenizer(s,\" \");\n \n String a=st.nextToken();\n String b=st.nextToken();\n String c=st.nextToken();\n \n int an=Integer.parseInt(a);\n int bn=Integer.parseInt(b);\n int cn=Integer.parseInt(c);\n \n if(an<bn && bn<cn){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }catch(IOException e){\n System.out.println(e);\n }\n }",
"main",
"{\n try{\n BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n String s=reader.readLine();\n StringTokenizer st=new StringTokenizer(s,\" \");\n \n String a=st.nextToken();\n String b=st.nextToken();\n String c=st.nextToken();\n \n int an=Integer.parseInt(a);\n int bn=Integer.parseInt(b);\n int cn=Integer.parseInt(c);\n \n if(an<bn && bn<cn){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }catch(IOException e){\n System.out.println(e);\n }\n }",
"try{\n BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n String s=reader.readLine();\n StringTokenizer st=new StringTokenizer(s,\" \");\n \n String a=st.nextToken();\n String b=st.nextToken();\n String c=st.nextToken();\n \n int an=Integer.parseInt(a);\n int bn=Integer.parseInt(b);\n int cn=Integer.parseInt(c);\n \n if(an<bn && bn<cn){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }catch(IOException e){\n System.out.println(e);\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",
"{\n BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n String s=reader.readLine();\n StringTokenizer st=new StringTokenizer(s,\" \");\n \n String a=st.nextToken();\n String b=st.nextToken();\n String c=st.nextToken();\n \n int an=Integer.parseInt(a);\n int bn=Integer.parseInt(b);\n int cn=Integer.parseInt(c);\n \n if(an<bn && bn<cn){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }",
"BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"String s=reader.readLine();",
"s",
"reader.readLine()",
"reader.readLine",
"reader",
"StringTokenizer st=new StringTokenizer(s,\" \");",
"st",
"new StringTokenizer(s,\" \")",
"String a=st.nextToken();",
"a",
"st.nextToken()",
"st.nextToken",
"st",
"String b=st.nextToken();",
"b",
"st.nextToken()",
"st.nextToken",
"st",
"String c=st.nextToken();",
"c",
"st.nextToken()",
"st.nextToken",
"st",
"int an=Integer.parseInt(a);",
"an",
"Integer.parseInt(a)",
"Integer.parseInt",
"Integer",
"a",
"int bn=Integer.parseInt(b);",
"bn",
"Integer.parseInt(b)",
"Integer.parseInt",
"Integer",
"b",
"int cn=Integer.parseInt(c);",
"cn",
"Integer.parseInt(c)",
"Integer.parseInt",
"Integer",
"c",
"if(an<bn && bn<cn){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"an<bn && bn<cn",
"an<bn",
"an",
"bn",
"bn<cn",
"bn",
"cn",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String args[]",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String args[]){
try{
BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));
String s=reader.readLine();
StringTokenizer st=new StringTokenizer(s," ");
String a=st.nextToken();
String b=st.nextToken();
String c=st.nextToken();
int an=Integer.parseInt(a);
int bn=Integer.parseInt(b);
int cn=Integer.parseInt(c);
if(an<bn && bn<cn){
System.out.println("Yes");
}else{
System.out.println("No");
}
}catch(IOException 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,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
50,
5
],
[
50,
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
],
[
27,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
6,
47
],
[
47,
48
],
[
0,
49
],
[
49,
50
],
[
49,
51
]
] | [
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a < b && b < c) System.out.printf(\"Yes\\n\");\n else System.out.printf(\"No\\n\");\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a < b && b < c) System.out.printf(\"Yes\\n\");\n else System.out.printf(\"No\\n\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a < b && b < c) System.out.printf(\"Yes\\n\");\n else System.out.printf(\"No\\n\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a < b && b < c) System.out.printf(\"Yes\\n\");\n else System.out.printf(\"No\\n\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a < b && b < c) System.out.printf(\"Yes\\n\");\n else System.out.printf(\"No\\n\");",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"System.out.printf(\"Yes\\n\")",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"Yes\\n\"",
"System.out.printf(\"No\\n\")",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"No\\n\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a < b && b < c) System.out.printf(\"Yes\\n\");\n else System.out.printf(\"No\\n\");\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n \n if(a < b && b < c) System.out.printf(\"Yes\\n\");\n else System.out.printf(\"No\\n\");\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if(a < b && b < c) System.out.printf("Yes\n");
else System.out.printf("No\n");
}
}
|
[
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,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
66,
11
],
[
66,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
14,
33
],
[
33,
34
],
[
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
],
[
38,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
33,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
12,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.io.*;\nimport java.util.Scanner;\nimport java.util.Arrays;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\n\t\tif(a<b){\n\t\t\tif(b<c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\n\t\tif(a<b){\n\t\t\tif(b<c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\n\t\tif(a<b){\n\t\t\tif(b<c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\n\t\tif(a<b){\n\t\t\tif(b<c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<b){\n\t\t\tif(b<c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a<b",
"a",
"b",
"{\n\t\t\tif(b<c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}",
"if(b<c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"b<c",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\n\t\tif(a<b){\n\t\t\tif(b<c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\n\t\tif(a<b){\n\t\t\tif(b<c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main"
] | import java.io.*;
import java.util.Scanner;
import java.util.Arrays;
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){
if(b<c){
System.out.println("Yes");
}else{
System.out.println("No");
}
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
2,
13,
13,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
48,
5
],
[
48,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
35,
44
],
[
6,
45
],
[
45,
46
],
[
0,
47
],
[
47,
48
],
[
47,
49
]
] | [
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tsc.close();\n\t\tSystem.out.println(a<b&&b<c?\"Yes\":\"No\");\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\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tsc.close();\n\t\tSystem.out.println(a<b&&b<c?\"Yes\":\"No\");\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tsc.close();\n\t\tSystem.out.println(a<b&&b<c?\"Yes\":\"No\");\n\t\t\n\t}",
"main",
"{\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tsc.close();\n\t\tSystem.out.println(a<b&&b<c?\"Yes\":\"No\");\n\t\t\n\t}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b=sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c=sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"System.out.println(a<b&&b<c?\"Yes\":\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"a<b&&b<c?\"Yes\":\"No\"",
"a<b&&b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"\"Yes\"",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tsc.close();\n\t\tSystem.out.println(a<b&&b<c?\"Yes\":\"No\");\n\t\t\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tsc.close();\n\t\tSystem.out.println(a<b&&b<c?\"Yes\":\"No\");\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);
int a=sc.nextInt();
int b=sc.nextInt();
int c=sc.nextInt();
sc.close();
System.out.println(a<b&&b<c?"Yes":"No");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
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,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
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
],
[
27,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
11,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
11,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
11,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
55,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
55,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
9,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main{\n public static void main(String args[]) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n //変数に配列を代入\n int a = Integer.parseInt(readLineArray[0]);\n int b = Integer.parseInt(readLineArray[1]);\n int c = Integer.parseInt(readLineArray[2]);\n if((a<b)&&(b<c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main{\n public static void main(String args[]) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n //変数に配列を代入\n int a = Integer.parseInt(readLineArray[0]);\n int b = Integer.parseInt(readLineArray[1]);\n int c = Integer.parseInt(readLineArray[2]);\n if((a<b)&&(b<c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String args[]) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n //変数に配列を代入\n int a = Integer.parseInt(readLineArray[0]);\n int b = Integer.parseInt(readLineArray[1]);\n int c = Integer.parseInt(readLineArray[2]);\n if((a<b)&&(b<c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n //変数に配列を代入\n int a = Integer.parseInt(readLineArray[0]);\n int b = Integer.parseInt(readLineArray[1]);\n int c = Integer.parseInt(readLineArray[2]);\n if((a<b)&&(b<c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\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",
"line = line.trim()",
"line",
"line.trim()",
"line.trim",
"line",
"String[] readLineArray = line.split(\"[\\\\s+]\");",
"readLineArray",
"line.split(\"[\\\\s+]\")",
"line.split",
"line",
"\"[\\\\s+]\"",
"int a = Integer.parseInt(readLineArray[0]);",
"a",
"Integer.parseInt(readLineArray[0])",
"Integer.parseInt",
"Integer",
"readLineArray[0]",
"readLineArray",
"0",
"int b = Integer.parseInt(readLineArray[1]);",
"b",
"Integer.parseInt(readLineArray[1])",
"Integer.parseInt",
"Integer",
"readLineArray[1]",
"readLineArray",
"1",
"int c = Integer.parseInt(readLineArray[2]);",
"c",
"Integer.parseInt(readLineArray[2])",
"Integer.parseInt",
"Integer",
"readLineArray[2]",
"readLineArray",
"2",
"if((a<b)&&(b<c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }",
"(a<b)&&(b<c)",
"(a<b)",
"a",
"b",
"(b<c)",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String args[]",
"args",
"public class Main{\n public static void main(String args[]) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n //変数に配列を代入\n int a = Integer.parseInt(readLineArray[0]);\n int b = Integer.parseInt(readLineArray[1]);\n int c = Integer.parseInt(readLineArray[2]);\n if((a<b)&&(b<c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"public class Main{\n public static void main(String args[]) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n //変数に配列を代入\n int a = Integer.parseInt(readLineArray[0]);\n int b = Integer.parseInt(readLineArray[1]);\n int c = Integer.parseInt(readLineArray[2]);\n if((a<b)&&(b<c)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main{
public static void main(String args[]) throws Exception{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
//文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。
line = line.trim();
//半角スペースを区切り文字として扱う
String[] readLineArray = line.split("[\\s+]");
//変数に配列を代入
int a = Integer.parseInt(readLineArray[0]);
int b = Integer.parseInt(readLineArray[1]);
int c = Integer.parseInt(readLineArray[2]);
if((a<b)&&(b<c)){
System.out.println("Yes");
}
else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
76,
5
],
[
76,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
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
],
[
49,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
49,
56
],
[
56,
57
],
[
56,
58
],
[
47,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
47,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
6,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] | [
"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 a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tif(a<b&&b<c&&a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tString line = in.nextLine();\n\t\tString[] Array = line.split(\" \");\n\t\tint a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tif(a<b&&b<c&&a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\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 a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tif(a<b&&b<c&&a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\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 a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tif(a<b&&b<c&&a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\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 a = Integer.parseInt(Array[0]);",
"a",
"Integer.parseInt(Array[0])",
"Integer.parseInt",
"Integer",
"Array[0]",
"Array",
"0",
"int b = Integer.parseInt(Array[1]);",
"b",
"Integer.parseInt(Array[1])",
"Integer.parseInt",
"Integer",
"Array[1]",
"Array",
"1",
"int c = Integer.parseInt(Array[2]);",
"c",
"Integer.parseInt(Array[2])",
"Integer.parseInt",
"Integer",
"Array[2]",
"Array",
"2",
"if(a<b&&b<c&&a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"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\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\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 a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tif(a<b&&b<c&&a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\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 a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tif(a<b&&b<c&&a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\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 a = Integer.parseInt(Array[0]);
int b = Integer.parseInt(Array[1]);
int c = Integer.parseInt(Array[2]);
if(a<b&&b<c&&a<c){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
13,
13,
13,
13,
23,
13,
12,
13,
30,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
66,
5
],
[
66,
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
],
[
27,
30
],
[
27,
31
],
[
6,
32
],
[
32,
33
],
[
66,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
42,
44
],
[
37,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
37,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
34,
59
],
[
59,
60
],
[
34,
61
],
[
61,
62
],
[
34,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tint b=scan.nextInt();\n\t\tint c=scan.nextInt();\n\t\tresult(a,b,c);\n\n\t}\n\n\t//???????????¨?????????????????????\n\tprivate static void result(int a, int b, int c){\n\t\tif(a<b&&b<c){\n\t\t\tSystem.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}\n\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tint b=scan.nextInt();\n\t\tint c=scan.nextInt();\n\t\tresult(a,b,c);\n\n\t}\n\n\t//???????????¨?????????????????????\n\tprivate static void result(int a, int b, int c){\n\t\tif(a<b&&b<c){\n\t\t\tSystem.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}\n\n\n}",
"Main",
"public static void main(String[] args){\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tint b=scan.nextInt();\n\t\tint c=scan.nextInt();\n\t\tresult(a,b,c);\n\n\t}",
"main",
"{\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tint b=scan.nextInt();\n\t\tint c=scan.nextInt();\n\t\tresult(a,b,c);\n\n\t}",
"Scanner scan=new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a=scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b=scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int c=scan.nextInt();",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"result(a,b,c)",
"result",
"a",
"b",
"c",
"String[] args",
"args",
"//???????????¨?????????????????????\n\tprivate static void result(int a, int b, int c){\n\t\tif(a<b&&b<c){\n\t\t\tSystem.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}",
"result",
"{\n\t\tif(a<b&&b<c){\n\t\t\tSystem.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}",
"if(a<b&&b<c){\n\t\t\tSystem.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}",
"a<b&&b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{System.out.println(\"No\");}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"int a",
"a",
"int b",
"b",
"int c",
"c",
"public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tint b=scan.nextInt();\n\t\tint c=scan.nextInt();\n\t\tresult(a,b,c);\n\n\t}\n\n\t//???????????¨?????????????????????\n\tprivate static void result(int a, int b, int c){\n\t\tif(a<b&&b<c){\n\t\t\tSystem.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}\n\n\n}",
"public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\t//?¨??????\\???\n\t\tScanner scan=new Scanner(System.in);\n\t\tint a=scan.nextInt();\n\t\tint b=scan.nextInt();\n\t\tint c=scan.nextInt();\n\t\tresult(a,b,c);\n\n\t}\n\n\t//???????????¨?????????????????????\n\tprivate static void result(int a, int b, int c){\n\t\tif(a<b&&b<c){\n\t\t\tSystem.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}\n\n\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
//?¨??????\???
Scanner scan=new Scanner(System.in);
int a=scan.nextInt();
int b=scan.nextInt();
int c=scan.nextInt();
result(a,b,c);
}
//???????????¨?????????????????????
private static void result(int a, int b, int c){
if(a<b&&b<c){
System.out.println("Yes");}
else{System.out.println("No");}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
4,
18,
18,
13,
13,
8,
2,
2,
13,
13,
2,
13,
13,
17,
17,
4,
18,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
19,
23
],
[
8,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
58,
60
],
[
53,
61
],
[
53,
62
],
[
8,
63
],
[
63,
64
],
[
64,
65
],
[
6,
66
],
[
66,
67
]
] | [
"import java.io.*;\nclass Main{\n public static void main(String[] args) throws NumberFormatException,IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n String[] w = line.split(\" \",0); \n int a=Integer.parseInt(w[0]);\n int b=Integer.parseInt(w[1]);\n int c=Integer.parseInt(w[2]);\n System.out.println(a<b&&b<c?\"Yes\":\"No\");\n r.close();\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args) throws NumberFormatException,IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n String[] w = line.split(\" \",0); \n int a=Integer.parseInt(w[0]);\n int b=Integer.parseInt(w[1]);\n int c=Integer.parseInt(w[2]);\n System.out.println(a<b&&b<c?\"Yes\":\"No\");\n r.close();\n }\n}",
"Main",
"public static void main(String[] args) throws NumberFormatException,IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n String[] w = line.split(\" \",0); \n int a=Integer.parseInt(w[0]);\n int b=Integer.parseInt(w[1]);\n int c=Integer.parseInt(w[2]);\n System.out.println(a<b&&b<c?\"Yes\":\"No\");\n r.close();\n }",
"main",
"{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = r.readLine(); \n String[] w = line.split(\" \",0); \n int a=Integer.parseInt(w[0]);\n int b=Integer.parseInt(w[1]);\n int c=Integer.parseInt(w[2]);\n System.out.println(a<b&&b<c?\"Yes\":\"No\");\n r.close();\n }",
"BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);",
"r",
"new BufferedReader(new InputStreamReader(System.in), 1)",
"String line = r.readLine();",
"line",
"r.readLine()",
"r.readLine",
"r",
"String[] w = line.split(\" \",0);",
"w",
"line.split(\" \",0)",
"line.split",
"line",
"\" \"",
"0",
"int a=Integer.parseInt(w[0]);",
"a",
"Integer.parseInt(w[0])",
"Integer.parseInt",
"Integer",
"w[0]",
"w",
"0",
"int b=Integer.parseInt(w[1]);",
"b",
"Integer.parseInt(w[1])",
"Integer.parseInt",
"Integer",
"w[1]",
"w",
"1",
"int c=Integer.parseInt(w[2]);",
"c",
"Integer.parseInt(w[2])",
"Integer.parseInt",
"Integer",
"w[2]",
"w",
"2",
"System.out.println(a<b&&b<c?\"Yes\":\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"a<b&&b<c?\"Yes\":\"No\"",
"a<b&&b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"\"Yes\"",
"\"No\"",
"r.close()",
"r.close",
"r",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args) throws NumberFormatException,IOException{
BufferedReader r =
new BufferedReader(new InputStreamReader(System.in), 1);
String line = r.readLine();
String[] w = line.split(" ",0);
int a=Integer.parseInt(w[0]);
int b=Integer.parseInt(w[1]);
int c=Integer.parseInt(w[2]);
System.out.println(a<b&&b<c?"Yes":"No");
r.close();
}
} |
[
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,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
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
],
[
60,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
9,
82
],
[
82,
83
]
] | [
"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(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\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(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\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(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\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(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\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(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | 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("Yes");
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
47,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
47,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
6,
67
],
[
67,
68
]
] | [
"import java.io.*;\n\nclass Main{\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n\n if (a < b && b < c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n\n if (a < b && b < c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n\n if (a < b && b < c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n\n if (a < b && b < c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str1 = br.readLine();",
"str1",
"br.readLine()",
"br.readLine",
"br",
"String[] str2 = str1.split(\" \");",
"str2",
"str1.split(\" \")",
"str1.split",
"str1",
"\" \"",
"int a = Integer.parseInt(str2[0]);",
"a",
"Integer.parseInt(str2[0])",
"Integer.parseInt",
"Integer",
"str2[0]",
"str2",
"0",
"int b = Integer.parseInt(str2[1]);",
"b",
"Integer.parseInt(str2[1])",
"Integer.parseInt",
"Integer",
"str2[1]",
"str2",
"1",
"int c = Integer.parseInt(str2[2]);",
"c",
"Integer.parseInt(str2[2])",
"Integer.parseInt",
"Integer",
"str2[2]",
"str2",
"2",
"if (a < b && b < c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str1 = br.readLine();
String[] str2 = str1.split(" ");
int a = Integer.parseInt(str2[0]);
int b = Integer.parseInt(str2[1]);
int c = Integer.parseInt(str2[2]);
if (a < b && b < c)
System.out.println("Yes");
else
System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
60,
5
],
[
60,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
30,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
6,
57
],
[
57,
58
],
[
0,
59
],
[
59,
60
],
[
59,
61
]
] | [
"import java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tresult = \"Yes\";\n\t\t\t}else{\n\t\t\t\tresult = \"No\";\n\t\t\t}\n\t\t}else{\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tresult = \"Yes\";\n\t\t\t}else{\n\t\t\t\tresult = \"No\";\n\t\t\t}\n\t\t}else{\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tresult = \"Yes\";\n\t\t\t}else{\n\t\t\t\tresult = \"No\";\n\t\t\t}\n\t\t}else{\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tresult = \"Yes\";\n\t\t\t}else{\n\t\t\t\tresult = \"No\";\n\t\t\t}\n\t\t}else{\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\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",
"String result = \"\";",
"result",
"\"\"",
"if(a < b){\n\t\t\tif(b < c){\n\t\t\t\tresult = \"Yes\";\n\t\t\t}else{\n\t\t\t\tresult = \"No\";\n\t\t\t}\n\t\t}else{\n\t\t\tresult = \"No\";\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\tif(b < c){\n\t\t\t\tresult = \"Yes\";\n\t\t\t}else{\n\t\t\t\tresult = \"No\";\n\t\t\t}\n\t\t}",
"if(b < c){\n\t\t\t\tresult = \"Yes\";\n\t\t\t}else{\n\t\t\t\tresult = \"No\";\n\t\t\t}",
"b < c",
"b",
"c",
"{\n\t\t\t\tresult = \"Yes\";\n\t\t\t}",
"result = \"Yes\"",
"result",
"\"Yes\"",
"{\n\t\t\t\tresult = \"No\";\n\t\t\t}",
"result = \"No\"",
"result",
"\"No\"",
"{\n\t\t\tresult = \"No\";\n\t\t}",
"result = \"No\"",
"result",
"\"No\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tresult = \"Yes\";\n\t\t\t}else{\n\t\t\t\tresult = \"No\";\n\t\t\t}\n\t\t}else{\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tString result = \"\";\n\t\t\n\t\tif(a < b){\n\t\t\tif(b < c){\n\t\t\t\tresult = \"Yes\";\n\t\t\t}else{\n\t\t\t\tresult = \"No\";\n\t\t\t}\n\t\t}else{\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
String result = "";
if(a < b){
if(b < c){
result = "Yes";
}else{
result = "No";
}
}else{
result = "No";
}
System.out.println(result);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
58,
5
],
[
58,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
33,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
6,
55
],
[
55,
56
],
[
0,
57
],
[
57,
58
],
[
57,
59
]
] | [
"import java.util.*;\n\npublic class Main{\n\n\tpublic static void main (String[] args) throws java.io.IOException{\n\n\t\tint x,y,z;\n\t\tScanner in = new Scanner(System.in);\n\t\tx = in.nextInt();\n\t\ty = in.nextInt();\n\t\tz = in.nextInt();\n\t\tif(x < y && y < z){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\n\tpublic static void main (String[] args) throws java.io.IOException{\n\n\t\tint x,y,z;\n\t\tScanner in = new Scanner(System.in);\n\t\tx = in.nextInt();\n\t\ty = in.nextInt();\n\t\tz = in.nextInt();\n\t\tif(x < y && y < z){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.io.IOException{\n\n\t\tint x,y,z;\n\t\tScanner in = new Scanner(System.in);\n\t\tx = in.nextInt();\n\t\ty = in.nextInt();\n\t\tz = in.nextInt();\n\t\tif(x < y && y < z){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\n\t\tint x,y,z;\n\t\tScanner in = new Scanner(System.in);\n\t\tx = in.nextInt();\n\t\ty = in.nextInt();\n\t\tz = in.nextInt();\n\t\tif(x < y && y < z){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"int x",
"x",
"y",
"y",
"z;",
"z",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"x = in.nextInt()",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"y = in.nextInt()",
"y",
"in.nextInt()",
"in.nextInt",
"in",
"z = in.nextInt()",
"z",
"in.nextInt()",
"in.nextInt",
"in",
"if(x < y && y < z){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"x < y && y < z",
"x < y",
"x",
"y",
"y < z",
"y",
"z",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main{\n\n\tpublic static void main (String[] args) throws java.io.IOException{\n\n\t\tint x,y,z;\n\t\tScanner in = new Scanner(System.in);\n\t\tx = in.nextInt();\n\t\ty = in.nextInt();\n\t\tz = in.nextInt();\n\t\tif(x < y && y < z){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main{\n\n\tpublic static void main (String[] args) throws java.io.IOException{\n\n\t\tint x,y,z;\n\t\tScanner in = new Scanner(System.in);\n\t\tx = in.nextInt();\n\t\ty = in.nextInt();\n\t\tz = in.nextInt();\n\t\tif(x < y && y < z){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main (String[] args) throws java.io.IOException{
int x,y,z;
Scanner in = new Scanner(System.in);
x = in.nextInt();
y = in.nextInt();
z = in.nextInt();
if(x < y && y < z){
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
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,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
90,
14
],
[
90,
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
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
67,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
67,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
15,
87
],
[
87,
88
],
[
0,
89
],
[
89,
90
],
[
89,
91
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n public static void main(String[] args){\n \n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n \t\tint c = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b && b < c)\n \t\t\tSystem.out.println(\"Yes\");\n \t\telse\n \t\t\tSystem.out.println(\"No\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n public static void main(String[] args){\n \n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n \t\tint c = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b && b < c)\n \t\t\tSystem.out.println(\"Yes\");\n \t\telse\n \t\t\tSystem.out.println(\"No\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }\n}",
"Main",
"public static void main(String[] args){\n \n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n \t\tint c = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b && b < c)\n \t\t\tSystem.out.println(\"Yes\");\n \t\telse\n \t\t\tSystem.out.println(\"No\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }",
"main",
"{\n \n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n \t\tint c = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b && b < c)\n \t\t\tSystem.out.println(\"Yes\");\n \t\telse\n \t\t\tSystem.out.println(\"No\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }",
"try {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n \t\tint c = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b && b < c)\n \t\t\tSystem.out.println(\"Yes\");\n \t\telse\n \t\t\tSystem.out.println(\"No\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}",
"catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}",
"IOException e",
"{\n\t\t System.err.println(e);\n\t\t}",
"System.err.println(e)",
"System.err.println",
"System.err",
"System",
"System.err",
"e",
"{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n \t\tint c = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b && b < c)\n \t\t\tSystem.out.println(\"Yes\");\n \t\telse\n \t\t\tSystem.out.println(\"No\");\n\n \t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st=new StringTokenizer(buf,\" \");",
"st",
"new StringTokenizer(buf,\" \")",
"int a = Integer.parseInt(st.nextToken());",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int b = Integer.parseInt(st.nextToken());",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int c = Integer.parseInt(st.nextToken());",
"c",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if(a < b && b < c)\n \t\t\tSystem.out.println(\"Yes\");\n \t\telse\n \t\t\tSystem.out.println(\"No\");",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n \n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n \t\tint c = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b && b < c)\n \t\t\tSystem.out.println(\"Yes\");\n \t\telse\n \t\t\tSystem.out.println(\"No\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }\n}",
"public class Main {\n public static void main(String[] args){\n \n \ttry {\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n \t\tBufferedReader br = new BufferedReader(isr);\n \t\tString buf = br.readLine();\n \t\tStringTokenizer st=new StringTokenizer(buf,\" \");\n \t\tint a = Integer.parseInt(st.nextToken());\n \t\tint b = Integer.parseInt(st.nextToken());\n \t\tint c = Integer.parseInt(st.nextToken());\n\n \t\tif(a < b && b < c)\n \t\t\tSystem.out.println(\"Yes\");\n \t\telse\n \t\t\tSystem.out.println(\"No\");\n\n \t} catch(IOException e) {\n\t\t System.err.println(e);\n\t\t}\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args){
try {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
String buf = br.readLine();
StringTokenizer st=new StringTokenizer(buf," ");
int a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
int c = Integer.parseInt(st.nextToken());
if(a < b && b < c)
System.out.println("Yes");
else
System.out.println("No");
} catch(IOException e) {
System.err.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
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,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
32,
33
],
[
32,
34
],
[
27,
35
],
[
35,
36
],
[
36,
37
],
[
27,
38
],
[
39,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
56,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
50,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
50,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
6,
80
],
[
80,
81
]
] | [
"import java.io.*;\n \nclass Main{\n public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int[] intarr = new int[3];\n\n for(int i=0; i<3; i++)\n {\n intarr[i] = Integer.parseInt(strarr[i]);\n }\n \n if(intarr[0] < intarr[1] && intarr[1] < intarr[2])\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int[] intarr = new int[3];\n\n for(int i=0; i<3; i++)\n {\n intarr[i] = Integer.parseInt(strarr[i]);\n }\n \n if(intarr[0] < intarr[1] && intarr[1] < intarr[2])\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int[] intarr = new int[3];\n\n for(int i=0; i<3; i++)\n {\n intarr[i] = Integer.parseInt(strarr[i]);\n }\n \n if(intarr[0] < intarr[1] && intarr[1] < intarr[2])\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int[] intarr = new int[3];\n\n for(int i=0; i<3; i++)\n {\n intarr[i] = Integer.parseInt(strarr[i]);\n }\n \n if(intarr[0] < intarr[1] && intarr[1] < intarr[2])\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\n }",
"BufferedReader br = new BufferedReader (new InputStreamReader (System.in));",
"br",
"new BufferedReader (new InputStreamReader (System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strarr = str.split(\" \");",
"strarr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int[] intarr = new int[3];",
"intarr",
"new int[3]",
"3",
"for(int i=0; i<3; i++)\n {\n intarr[i] = Integer.parseInt(strarr[i]);\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{\n intarr[i] = Integer.parseInt(strarr[i]);\n }",
"{\n intarr[i] = Integer.parseInt(strarr[i]);\n }",
"intarr[i] = Integer.parseInt(strarr[i])",
"intarr[i]",
"intarr",
"i",
"Integer.parseInt(strarr[i])",
"Integer.parseInt",
"Integer",
"strarr[i]",
"strarr",
"i",
"if(intarr[0] < intarr[1] && intarr[1] < intarr[2])\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }",
"intarr[0] < intarr[1] && intarr[1] < intarr[2]",
"intarr[0] < intarr[1]",
"intarr[0]",
"intarr",
"0",
"intarr[1]",
"intarr",
"1",
"intarr[1] < intarr[2]",
"intarr[1]",
"intarr",
"1",
"intarr[2]",
"intarr",
"2",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[ ] args",
"args"
] | import java.io.*;
class Main{
public static void main (String[ ] args) throws Exception{
BufferedReader br = new BufferedReader (new InputStreamReader (System.in));
String str = br.readLine();
String[] strarr = str.split(" ");
int[] intarr = new int[3];
for(int i=0; i<3; i++)
{
intarr[i] = Integer.parseInt(strarr[i]);
}
if(intarr[0] < intarr[1] && intarr[1] < intarr[2])
{
System.out.println("Yes");
}
else
{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
13,
17,
30,
4,
18,
13,
17,
12,
13,
30,
41,
13,
4,
18,
13,
4,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
13,
23,
13,
12,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
98,
14
],
[
98,
15
],
[
15,
16
],
[
15,
17
],
[
98,
18
],
[
18,
19
],
[
18,
20
],
[
98,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
23,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
23,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
23,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
39,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
98,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
59,
65
],
[
65,
66
],
[
59,
67
],
[
67,
68
],
[
68,
69
],
[
59,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
59,
75
],
[
75,
76
],
[
76,
77
],
[
59,
78
],
[
78,
79
],
[
79,
80
],
[
57,
81
],
[
81,
82
],
[
98,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
91,
92
],
[
92,
93
],
[
91,
94
],
[
83,
95
],
[
95,
96
],
[
0,
97
],
[
97,
98
],
[
97,
99
]
] | [
"import java.util.*;\nimport java.io.*;\nimport static java.util.Arrays.*;\nimport static java.lang.Math.*;\n\npublic class Main {\n\n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\n\tstatic void solve() {\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tif (a < b && b < c) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n\n\tstatic void trace(Object... o) { System.out.println(Arrays.deepToString(o));}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"import static java.util.Arrays.*;",
"import static java.util.Arrays.*;",
"import static java.util.Arrays.*;",
"import static java.lang.Math.*;",
"import static java.lang.Math.*;",
"import static java.lang.Math.*;",
"public class Main {\n\n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\n\tstatic void solve() {\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tif (a < b && b < c) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n\n\tstatic void trace(Object... o) { System.out.println(Arrays.deepToString(o));}\n}",
"Main",
"static final Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"static final PrintWriter out = new PrintWriter(System.out,false);",
"out",
"new PrintWriter(System.out,false)",
"static void solve() {\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tif (a < b && b < c) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\t}",
"solve",
"{\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tif (a < b && b < c) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\t}",
"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 && b < c) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t\t\tout.println(\"Yes\");\n\t\t}",
"out.println(\"Yes\")",
"out.println",
"out",
"\"Yes\"",
"{\n\t\t\tout.println(\"No\");\n\t\t}",
"out.println(\"No\")",
"out.println",
"out",
"\"No\"",
"public static void main(String[] args) {\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}",
"main",
"{\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}",
"long start = System.currentTimeMillis();",
"start",
"System.currentTimeMillis()",
"System.currentTimeMillis",
"System",
"solve()",
"solve",
"out.flush()",
"out.flush",
"out",
"long end = System.currentTimeMillis();",
"end",
"System.currentTimeMillis()",
"System.currentTimeMillis",
"System",
"in.close()",
"in.close",
"in",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static void trace(Object... o) { System.out.println(Arrays.deepToString(o));}",
"trace",
"{ System.out.println(Arrays.deepToString(o));}",
"System.out.println(Arrays.deepToString(o))",
"System.out.println",
"System.out",
"System",
"System.out",
"Arrays.deepToString(o)",
"Arrays.deepToString",
"Arrays",
"o",
"Object... o",
"o",
"public class Main {\n\n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\n\tstatic void solve() {\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tif (a < b && b < c) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n\n\tstatic void trace(Object... o) { System.out.println(Arrays.deepToString(o));}\n}",
"public class Main {\n\n\tstatic final Scanner in = new Scanner(System.in);\n\tstatic final PrintWriter out = new PrintWriter(System.out,false);\n\n\tstatic void solve() {\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tint c = in.nextInt();\n\t\tif (a < b && b < c) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tlong start = System.currentTimeMillis();\n\n\t\tsolve();\n\t\tout.flush();\n\n\t\tlong end = System.currentTimeMillis();\n\t\t//trace(end-start + \"ms\");\n\t\tin.close();\n\t\tout.close();\n\t}\n\n\tstatic void trace(Object... o) { System.out.println(Arrays.deepToString(o));}\n}",
"Main"
] | import java.util.*;
import java.io.*;
import static java.util.Arrays.*;
import static java.lang.Math.*;
public class Main {
static final Scanner in = new Scanner(System.in);
static final PrintWriter out = new PrintWriter(System.out,false);
static void solve() {
int a = in.nextInt();
int b = in.nextInt();
int c = in.nextInt();
if (a < b && b < c) {
out.println("Yes");
} else {
out.println("No");
}
}
public static void main(String[] args) {
long start = System.currentTimeMillis();
solve();
out.flush();
long end = System.currentTimeMillis();
//trace(end-start + "ms");
in.close();
out.close();
}
static void trace(Object... o) { System.out.println(Arrays.deepToString(o));}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
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
],
[
70,
5
],
[
70,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
47,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
47,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
6,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tif(a<b && b<c) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tif(a<b && b<c) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tif(a<b && b<c) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tif(a<b && b<c) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}",
"BufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));",
"br",
"new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in))",
"String line=br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] str = line.split(\" \");",
"str",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"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",
"if(a<b && b<c) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");",
"a<b && b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tif(a<b && b<c) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\tint c=Integer.parseInt(str[2]);\n\t\tif(a<b && b<c) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws Exception{
BufferedReader br = new BufferedReader(
new InputStreamReader (System.in));
String line=br.readLine();
String[] str = line.split(" ");
int a=Integer.parseInt(str[0]);
int b=Integer.parseInt(str[1]);
int c=Integer.parseInt(str[2]);
if(a<b && b<c) System.out.println("Yes");
else System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
73,
5
],
[
73,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
45,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
45,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
8,
67
],
[
67,
68
],
[
68,
69
],
[
6,
70
],
[
70,
71
],
[
0,
72
],
[
72,
73
],
[
72,
74
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tString cStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tint c = Integer.parseInt(cStr);\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tString cStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tint c = Integer.parseInt(cStr);\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tString cStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tint c = Integer.parseInt(cStr);\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tString cStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tint c = Integer.parseInt(cStr);\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String aStr = sc.next();",
"aStr",
"sc.next()",
"sc.next",
"sc",
"String bStr = sc.next();",
"bStr",
"sc.next()",
"sc.next",
"sc",
"String cStr = sc.next();",
"cStr",
"sc.next()",
"sc.next",
"sc",
"int a = Integer.parseInt(aStr);",
"a",
"Integer.parseInt(aStr)",
"Integer.parseInt",
"Integer",
"aStr",
"int b = Integer.parseInt(bStr);",
"b",
"Integer.parseInt(bStr)",
"Integer.parseInt",
"Integer",
"bStr",
"int c = Integer.parseInt(cStr);",
"c",
"Integer.parseInt(cStr)",
"Integer.parseInt",
"Integer",
"cStr",
"if(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tString cStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tint c = Integer.parseInt(cStr);\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr = sc.next();\n\t\tString cStr = sc.next();\n\t\tint a = Integer.parseInt(aStr);\n\t\tint b = Integer.parseInt(bStr);\n\t\tint c = Integer.parseInt(cStr);\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String aStr = sc.next();
String bStr = sc.next();
String cStr = sc.next();
int a = Integer.parseInt(aStr);
int b = Integer.parseInt(bStr);
int c = Integer.parseInt(cStr);
if(a < b && b < c) {
System.out.println("Yes");
} else {
System.out.println("No");
}
sc.close();
}
} |
[
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,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
4,
8
],
[
8,
9
],
[
4,
10
],
[
10,
11
],
[
4,
12
],
[
12,
13
],
[
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
],
[
38,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
33,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
4,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
63,
69
],
[
69,
70
]
] | [
"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(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }\n public static void main(String[] args){\n new Main().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(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }\n public static void main(String[] args){\n new Main().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(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\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(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"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(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }",
"a < b",
"a",
"b",
"{\n if (b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }",
"if (b < c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"b < c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"public static void main(String[] args){\n new Main().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("Yes");
}else{
System.out.println("No");
}
}else{
System.out.println("No");
}
}
public static void main(String[] args){
new Main().solve();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
2,
13,
13,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
48,
8
],
[
48,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
35,
44
],
[
9,
45
],
[
45,
46
],
[
0,
47
],
[
47,
48
],
[
47,
49
]
] | [
"import java.util.*;\nimport java.math.*;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner input = new Scanner(System.in);\n int a = input.nextInt();\n int b = input.nextInt();\n int c = input.nextInt();\n System.out.println(a<b&&b<c?\"Yes\":\"No\");\n }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.math.*;",
"math.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner input = new Scanner(System.in);\n int a = input.nextInt();\n int b = input.nextInt();\n int c = input.nextInt();\n System.out.println(a<b&&b<c?\"Yes\":\"No\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner input = new Scanner(System.in);\n int a = input.nextInt();\n int b = input.nextInt();\n int c = input.nextInt();\n System.out.println(a<b&&b<c?\"Yes\":\"No\");\n }",
"main",
"{\n Scanner input = new Scanner(System.in);\n int a = input.nextInt();\n int b = input.nextInt();\n int c = input.nextInt();\n System.out.println(a<b&&b<c?\"Yes\":\"No\");\n }",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"int a = input.nextInt();",
"a",
"input.nextInt()",
"input.nextInt",
"input",
"int b = input.nextInt();",
"b",
"input.nextInt()",
"input.nextInt",
"input",
"int c = input.nextInt();",
"c",
"input.nextInt()",
"input.nextInt",
"input",
"System.out.println(a<b&&b<c?\"Yes\":\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"a<b&&b<c?\"Yes\":\"No\"",
"a<b&&b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"\"Yes\"",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner input = new Scanner(System.in);\n int a = input.nextInt();\n int b = input.nextInt();\n int c = input.nextInt();\n System.out.println(a<b&&b<c?\"Yes\":\"No\");\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner input = new Scanner(System.in);\n int a = input.nextInt();\n int b = input.nextInt();\n int c = input.nextInt();\n System.out.println(a<b&&b<c?\"Yes\":\"No\");\n }\n}",
"Main"
] | import java.util.*;
import java.math.*;
public class Main {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int a = input.nextInt();
int b = input.nextInt();
int c = input.nextInt();
System.out.println(a<b&&b<c?"Yes":"No");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
17,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
65,
11
],
[
65,
12
],
[
12,
13
],
[
12,
14
],
[
65,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
17,
23
],
[
23,
24
],
[
17,
25
],
[
25,
26
],
[
17,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
17,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
17,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
17,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
47,
49
],
[
42,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
42,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
15,
62
],
[
62,
63
],
[
0,
64
],
[
64,
65
],
[
64,
66
]
] | [
"import java.util.*;\nimport java.io.*;\nimport java.lang.*;\n\npublic class Main {\n static final int INF = 1000000000; \n \n public static void main(String[] args) throws Exception { \n Scanner input = new Scanner(System.in);\n int a, b, c;\n a = input.nextInt();\n b = input.nextInt();\n c = input.nextInt();\n if (a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n } \n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"public class Main {\n static final int INF = 1000000000; \n \n public static void main(String[] args) throws Exception { \n Scanner input = new Scanner(System.in);\n int a, b, c;\n a = input.nextInt();\n b = input.nextInt();\n c = input.nextInt();\n if (a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n } \n}",
"Main",
"static final int INF = 1000000000;",
"INF",
"1000000000",
"public static void main(String[] args) throws Exception { \n Scanner input = new Scanner(System.in);\n int a, b, c;\n a = input.nextInt();\n b = input.nextInt();\n c = input.nextInt();\n if (a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }",
"main",
"{ \n Scanner input = new Scanner(System.in);\n int a, b, c;\n a = input.nextInt();\n b = input.nextInt();\n c = input.nextInt();\n if (a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"a = input.nextInt()",
"a",
"input.nextInt()",
"input.nextInt",
"input",
"b = input.nextInt()",
"b",
"input.nextInt()",
"input.nextInt",
"input",
"c = input.nextInt()",
"c",
"input.nextInt()",
"input.nextInt",
"input",
"if (a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n static final int INF = 1000000000; \n \n public static void main(String[] args) throws Exception { \n Scanner input = new Scanner(System.in);\n int a, b, c;\n a = input.nextInt();\n b = input.nextInt();\n c = input.nextInt();\n if (a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n } \n}",
"public class Main {\n static final int INF = 1000000000; \n \n public static void main(String[] args) throws Exception { \n Scanner input = new Scanner(System.in);\n int a, b, c;\n a = input.nextInt();\n b = input.nextInt();\n c = input.nextInt();\n if (a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n } \n}",
"Main"
] | import java.util.*;
import java.io.*;
import java.lang.*;
public class Main {
static final int INF = 1000000000;
public static void main(String[] args) throws Exception {
Scanner input = new Scanner(System.in);
int a, b, c;
a = input.nextInt();
b = input.nextInt();
c = input.nextInt();
if (a < b && b < c) System.out.println("Yes");
else System.out.println("No");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
17,
41,
13,
17,
41,
13,
17,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
13,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
4,
18,
18,
13,
13,
8,
2,
4,
13,
13,
13,
4,
13,
13,
13,
13,
13,
23,
13,
12,
13,
30,
29,
2,
13,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
90,
11
],
[
90,
12
],
[
12,
13
],
[
12,
14
],
[
90,
15
],
[
15,
16
],
[
15,
17
],
[
90,
18
],
[
18,
19
],
[
18,
20
],
[
90,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
29,
34
],
[
23,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
23,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
23,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
56,
58
],
[
23,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
66,
69
],
[
65,
70
],
[
70,
71
],
[
70,
72
],
[
70,
73
],
[
64,
74
],
[
64,
75
],
[
21,
76
],
[
76,
77
],
[
90,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
78,
85
],
[
85,
86
],
[
78,
87
],
[
87,
88
],
[
0,
89
],
[
89,
90
],
[
89,
91
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n private static final String YES = \"Yes\";\n private static final String NO = \"No\";\n private static String REGIX = \" \";\n\n\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] numArray = br.readLine().split(REGIX);\n\n int a = Integer.parseInt(numArray[0]);\n int b = Integer.parseInt(numArray[1]);\n int c = Integer.parseInt(numArray[2]);\n\n System.out.println((isSmallNumber(a, b) && isSmallNumber(b, c)) ? YES : NO);\n\n }\n\n private static boolean isSmallNumber(int a, int b) {\n return a < b;\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 private static final String YES = \"Yes\";\n private static final String NO = \"No\";\n private static String REGIX = \" \";\n\n\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] numArray = br.readLine().split(REGIX);\n\n int a = Integer.parseInt(numArray[0]);\n int b = Integer.parseInt(numArray[1]);\n int c = Integer.parseInt(numArray[2]);\n\n System.out.println((isSmallNumber(a, b) && isSmallNumber(b, c)) ? YES : NO);\n\n }\n\n private static boolean isSmallNumber(int a, int b) {\n return a < b;\n }\n}",
"Main",
"private static final String YES = \"Yes\";",
"YES",
"\"Yes\"",
"private static final String NO = \"No\";",
"NO",
"\"No\"",
"private static String REGIX = \" \";",
"REGIX",
"\" \"",
"public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] numArray = br.readLine().split(REGIX);\n\n int a = Integer.parseInt(numArray[0]);\n int b = Integer.parseInt(numArray[1]);\n int c = Integer.parseInt(numArray[2]);\n\n System.out.println((isSmallNumber(a, b) && isSmallNumber(b, c)) ? YES : NO);\n\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] numArray = br.readLine().split(REGIX);\n\n int a = Integer.parseInt(numArray[0]);\n int b = Integer.parseInt(numArray[1]);\n int c = Integer.parseInt(numArray[2]);\n\n System.out.println((isSmallNumber(a, b) && isSmallNumber(b, c)) ? YES : NO);\n\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] numArray = br.readLine().split(REGIX);",
"numArray",
"br.readLine().split(REGIX)",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"REGIX",
"int a = Integer.parseInt(numArray[0]);",
"a",
"Integer.parseInt(numArray[0])",
"Integer.parseInt",
"Integer",
"numArray[0]",
"numArray",
"0",
"int b = Integer.parseInt(numArray[1]);",
"b",
"Integer.parseInt(numArray[1])",
"Integer.parseInt",
"Integer",
"numArray[1]",
"numArray",
"1",
"int c = Integer.parseInt(numArray[2]);",
"c",
"Integer.parseInt(numArray[2])",
"Integer.parseInt",
"Integer",
"numArray[2]",
"numArray",
"2",
"System.out.println((isSmallNumber(a, b) && isSmallNumber(b, c)) ? YES : NO)",
"System.out.println",
"System.out",
"System",
"System.out",
"(isSmallNumber(a, b) && isSmallNumber(b, c)) ? YES : NO",
"(isSmallNumber(a, b) && isSmallNumber(b, c))",
"isSmallNumber(a, b)",
"isSmallNumber",
"a",
"b",
"isSmallNumber(b, c)",
"isSmallNumber",
"b",
"c",
"YES",
"NO",
"String[] args",
"args",
"private static boolean isSmallNumber(int a, int b) {\n return a < b;\n }",
"isSmallNumber",
"{\n return a < b;\n }",
"return a < b;",
"a < b",
"a",
"b",
"int a",
"a",
"int b",
"b",
"public class Main {\n\n private static final String YES = \"Yes\";\n private static final String NO = \"No\";\n private static String REGIX = \" \";\n\n\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] numArray = br.readLine().split(REGIX);\n\n int a = Integer.parseInt(numArray[0]);\n int b = Integer.parseInt(numArray[1]);\n int c = Integer.parseInt(numArray[2]);\n\n System.out.println((isSmallNumber(a, b) && isSmallNumber(b, c)) ? YES : NO);\n\n }\n\n private static boolean isSmallNumber(int a, int b) {\n return a < b;\n }\n}",
"public class Main {\n\n private static final String YES = \"Yes\";\n private static final String NO = \"No\";\n private static String REGIX = \" \";\n\n\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] numArray = br.readLine().split(REGIX);\n\n int a = Integer.parseInt(numArray[0]);\n int b = Integer.parseInt(numArray[1]);\n int c = Integer.parseInt(numArray[2]);\n\n System.out.println((isSmallNumber(a, b) && isSmallNumber(b, c)) ? YES : NO);\n\n }\n\n private static boolean isSmallNumber(int a, int b) {\n return a < b;\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
private static final String YES = "Yes";
private static final String NO = "No";
private static String REGIX = " ";
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] numArray = br.readLine().split(REGIX);
int a = Integer.parseInt(numArray[0]);
int b = Integer.parseInt(numArray[1]);
int c = Integer.parseInt(numArray[2]);
System.out.println((isSmallNumber(a, b) && isSmallNumber(b, c)) ? YES : NO);
}
private static boolean isSmallNumber(int a, int b) {
return a < b;
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
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,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
75,
8
],
[
75,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
55,
57
],
[
50,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
50,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
9,
72
],
[
72,
73
],
[
0,
74
],
[
74,
75
],
[
74,
76
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\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 input = br.readLine();\n String param[] = input.split(\" \");\n \n int a = Integer.parseInt(param[0]);\n int b = Integer.parseInt(param[1]);\n int c = Integer.parseInt(param[2]);\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String param[] = input.split(\" \");\n \n int a = Integer.parseInt(param[0]);\n int b = Integer.parseInt(param[1]);\n int c = Integer.parseInt(param[2]);\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\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 input = br.readLine();\n String param[] = input.split(\" \");\n \n int a = Integer.parseInt(param[0]);\n int b = Integer.parseInt(param[1]);\n int c = Integer.parseInt(param[2]);\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String input = br.readLine();\n String param[] = input.split(\" \");\n \n int a = Integer.parseInt(param[0]);\n int b = Integer.parseInt(param[1]);\n int c = Integer.parseInt(param[2]);\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String input = br.readLine();",
"input",
"br.readLine()",
"br.readLine",
"br",
"String param[] = input.split(\" \");",
"param",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int a = Integer.parseInt(param[0]);",
"a",
"Integer.parseInt(param[0])",
"Integer.parseInt",
"Integer",
"param[0]",
"param",
"0",
"int b = Integer.parseInt(param[1]);",
"b",
"Integer.parseInt(param[1])",
"Integer.parseInt",
"Integer",
"param[1]",
"param",
"1",
"int c = Integer.parseInt(param[2]);",
"c",
"Integer.parseInt(param[2])",
"Integer.parseInt",
"Integer",
"param[2]",
"param",
"2",
"if(a < b && b < c){\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"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 input = br.readLine();\n String param[] = input.split(\" \");\n \n int a = Integer.parseInt(param[0]);\n int b = Integer.parseInt(param[1]);\n int c = Integer.parseInt(param[2]);\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\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 input = br.readLine();\n String param[] = input.split(\" \");\n \n int a = Integer.parseInt(param[0]);\n int b = Integer.parseInt(param[1]);\n int c = Integer.parseInt(param[2]);\n if(a < b && b < c){\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
// Here your code !
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String input = br.readLine();
String param[] = input.split(" ");
int a = Integer.parseInt(param[0]);
int b = Integer.parseInt(param[1]);
int c = Integer.parseInt(param[2]);
if(a < b && b < c){
System.out.println("Yes");
}else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
4,
9
],
[
9,
10
],
[
4,
11
],
[
11,
12
],
[
4,
13
],
[
13,
14
],
[
4,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
17,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
17,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
17,
33
],
[
33,
34
],
[
35,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
39,
41
],
[
35,
42
],
[
42,
43
],
[
42,
44
],
[
33,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
33,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
4,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
59,
65
],
[
65,
66
]
] | [
"import java.util.Scanner;\nclass Main{\n Scanner sc = new Scanner(System.in);\n\t\n\tint a;\n\tint b;\n\tint c;\n\t\n\tvoid bc2(){\n\t\ta = sc.nextInt();\n\t b = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\t\n\t\tif(a<b && b<c && a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n\tpublic static void main(String[]agrs){\n\t\t\tnew Main().bc2();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n Scanner sc = new Scanner(System.in);\n\t\n\tint a;\n\tint b;\n\tint c;\n\t\n\tvoid bc2(){\n\t\ta = sc.nextInt();\n\t b = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\t\n\t\tif(a<b && b<c && a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n\tpublic static void main(String[]agrs){\n\t\t\tnew Main().bc2();\n\t}\n}",
"Main",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a;",
"a",
"int b;",
"b",
"int c;",
"c",
"void bc2(){\n\t\ta = sc.nextInt();\n\t b = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\t\n\t\tif(a<b && b<c && a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"bc2",
"{\n\t\ta = sc.nextInt();\n\t b = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\t\n\t\tif(a<b && b<c && a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\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",
"if(a<b && b<c && a<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"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\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"public static void main(String[]agrs){\n\t\t\tnew Main().bc2();\n\t}",
"main",
"{\n\t\t\tnew Main().bc2();\n\t}",
"new Main().bc2()",
"new Main().bc2",
"new Main()",
"String[]agrs",
"agrs"
] | import java.util.Scanner;
class Main{
Scanner sc = new Scanner(System.in);
int a;
int b;
int c;
void bc2(){
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
if(a<b && b<c && a<c){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
public static void main(String[]agrs){
new Main().bc2();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
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
],
[
84,
11
],
[
84,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
14,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
14,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
14,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
58,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
53,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
12,
81
],
[
81,
82
],
[
0,
83
],
[
83,
84
],
[
83,
85
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t /*if文で条件分岐\n\t\t * a<b、b<cを行いどちらともtrueならYesを表示\n\t\t * a<bがfalse、もしくはb<cがfalse、またはどちらもfalseならNoを表示\n\t\t */\n\n\t\t if(a < b){\n\t\t\t if(b < c){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t } else System.out.println(\"No\");\n\t\t } else System.out.println(\"No\");\n\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t /*if文で条件分岐\n\t\t * a<b、b<cを行いどちらともtrueならYesを表示\n\t\t * a<bがfalse、もしくはb<cがfalse、またはどちらもfalseならNoを表示\n\t\t */\n\n\t\t if(a < b){\n\t\t\t if(b < c){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t } else System.out.println(\"No\");\n\t\t } else System.out.println(\"No\");\n\n\t}\n}",
"Main",
"public static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t /*if文で条件分岐\n\t\t * a<b、b<cを行いどちらともtrueならYesを表示\n\t\t * a<bがfalse、もしくはb<cがfalse、またはどちらもfalseならNoを表示\n\t\t */\n\n\t\t if(a < b){\n\t\t\t if(b < c){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t } else System.out.println(\"No\");\n\t\t } else System.out.println(\"No\");\n\n\t}",
"main",
"{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t /*if文で条件分岐\n\t\t * a<b、b<cを行いどちらともtrueならYesを表示\n\t\t * a<bがfalse、もしくはb<cがfalse、またはどちらもfalseならNoを表示\n\t\t */\n\n\t\t if(a < b){\n\t\t\t if(b < c){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t } else System.out.println(\"No\");\n\t\t } else System.out.println(\"No\");\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[] 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",
"if(a < b){\n\t\t\t if(b < c){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t } else System.out.println(\"No\");\n\t\t } else System.out.println(\"No\");",
"a < b",
"a",
"b",
"{\n\t\t\t if(b < c){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t } else System.out.println(\"No\");\n\t\t }",
"if(b < c){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t } else System.out.println(\"No\");",
"b < c",
"b",
"c",
"{\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] arg",
"arg",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t /*if文で条件分岐\n\t\t * a<b、b<cを行いどちらともtrueならYesを表示\n\t\t * a<bがfalse、もしくはb<cがfalse、またはどちらもfalseならNoを表示\n\t\t */\n\n\t\t if(a < b){\n\t\t\t if(b < c){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t } else System.out.println(\"No\");\n\t\t } else System.out.println(\"No\");\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t /*if文で条件分岐\n\t\t * a<b、b<cを行いどちらともtrueならYesを表示\n\t\t * a<bがfalse、もしくはb<cがfalse、またはどちらもfalseならNoを表示\n\t\t */\n\n\t\t if(a < b){\n\t\t\t if(b < c){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t } else System.out.println(\"No\");\n\t\t } else System.out.println(\"No\");\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] arg)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
//br.readline(); = 入力された1行分を日本語変換して返してくれる。
String str = br.readLine();
/*配列の型(intとかStringとか) [] 配列名 = 配列を用意
*今回はstrAryって配列にstrを入れてる。
*str.split = splitってのはString内に用意されてるメソッド
*文字列を分割するときに使用。今回は空白で区切ってって仕様なので
*split(" ")としてます。*/
String[] strAry = str.split(" ");
/*おなじみの文字列から数値への変換。
*ただし今回は指定先が配列の何番って風になってる。*/
int a = Integer.parseInt(strAry[0]);
int b = Integer.parseInt(strAry[1]);
int c = Integer.parseInt(strAry[2]);
/*if文で条件分岐
* a<b、b<cを行いどちらともtrueならYesを表示
* a<bがfalse、もしくはb<cがfalse、またはどちらもfalseならNoを表示
*/
if(a < b){
if(b < c){
System.out.println("Yes");
} else System.out.println("No");
} else System.out.println("No");
}
} |
[
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,
18,
13,
13,
8,
2,
2,
13,
13,
2,
13,
13,
17,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
14,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
33,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
38,
46
],
[
38,
47
],
[
12,
48
],
[
48,
49
]
] | [
"import java.lang.Math;\nimport java.util.ArrayList;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n int c = sn.nextInt();\n System.out.println((a < b && b < c) ? \"Yes\" : \"No\");\n }\n}",
"import java.lang.Math;",
"Math",
"java.lang",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n int c = sn.nextInt();\n System.out.println((a < b && b < c) ? \"Yes\" : \"No\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n int c = sn.nextInt();\n System.out.println((a < b && b < c) ? \"Yes\" : \"No\");\n }",
"main",
"{\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n int c = sn.nextInt();\n System.out.println((a < b && b < c) ? \"Yes\" : \"No\");\n }",
"Scanner sn = new Scanner(System.in);",
"sn",
"new Scanner(System.in)",
"int a = sn.nextInt();",
"a",
"sn.nextInt()",
"sn.nextInt",
"sn",
"int b = sn.nextInt();",
"b",
"sn.nextInt()",
"sn.nextInt",
"sn",
"int c = sn.nextInt();",
"c",
"sn.nextInt()",
"sn.nextInt",
"sn",
"System.out.println((a < b && b < c) ? \"Yes\" : \"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(a < b && b < c) ? \"Yes\" : \"No\"",
"(a < b && b < c)",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"\"Yes\"",
"\"No\"",
"String[] args",
"args"
] | import java.lang.Math;
import java.util.ArrayList;
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sn = new Scanner(System.in);
int a = sn.nextInt();
int b = sn.nextInt();
int c = sn.nextInt();
System.out.println((a < b && b < c) ? "Yes" : "No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
41,
13,
41,
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,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
76,
5
],
[
76,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
8,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
56,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
51,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
6,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n String str3 = in.next();\n int a, b, c;\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n c = Integer.parseInt(str3);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n String str3 = in.next();\n int a, b, c;\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n c = Integer.parseInt(str3);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n \n}",
"Main",
"public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n String str3 = in.next();\n int a, b, c;\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n c = Integer.parseInt(str3);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }",
"main",
"{\n\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n String str3 = in.next();\n int a, b, c;\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n c = Integer.parseInt(str3);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"String str1 = in.next();",
"str1",
"in.next()",
"in.next",
"in",
"String str2 = in.next();",
"str2",
"in.next()",
"in.next",
"in",
"String str3 = in.next();",
"str3",
"in.next()",
"in.next",
"in",
"int a",
"a",
"b",
"b",
"c;",
"c",
"a = Integer.parseInt(str1)",
"a",
"Integer.parseInt(str1)",
"Integer.parseInt",
"Integer",
"str1",
"b = Integer.parseInt(str2)",
"b",
"Integer.parseInt(str2)",
"Integer.parseInt",
"Integer",
"str2",
"c = Integer.parseInt(str3)",
"c",
"Integer.parseInt(str3)",
"Integer.parseInt",
"Integer",
"str3",
"if(a < b && b < c) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n String str3 = in.next();\n int a, b, c;\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n c = Integer.parseInt(str3);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n \n}",
"public class Main {\n\n public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n String str3 = in.next();\n int a, b, c;\n a = Integer.parseInt(str1);\n b = Integer.parseInt(str2);\n c = Integer.parseInt(str3);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n \n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
String str1 = in.next();
String str2 = in.next();
String str3 = in.next();
int a, b, c;
a = Integer.parseInt(str1);
b = Integer.parseInt(str2);
c = Integer.parseInt(str3);
if(a < b && b < c) {
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
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,
18,
13,
13,
41,
13,
20,
18,
13,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
4,
18,
13,
13,
17,
13,
17,
18,
13,
13,
4,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
2,
18,
13,
13,
17,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
0,
13,
17,
3,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
17,
3,
4,
18,
18,
13,
13,
8,
13,
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
],
[
290,
11
],
[
290,
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
],
[
29,
30
],
[
29,
31
],
[
14,
32
],
[
32,
33
],
[
32,
34
],
[
35,
36
],
[
35,
37
],
[
14,
38
],
[
38,
39
],
[
38,
40
],
[
14,
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
],
[
14,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
66,
70
],
[
66,
71
],
[
66,
72
],
[
66,
73
],
[
73,
74
],
[
73,
75
],
[
14,
76
],
[
76,
77
],
[
76,
78
],
[
14,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
86,
88
],
[
79,
89
],
[
89,
90
],
[
90,
91
],
[
79,
92
],
[
93,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
95,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
107,
108
],
[
107,
109
],
[
109,
110
],
[
109,
111
],
[
94,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
93,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
122,
123
],
[
122,
124
],
[
117,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
14,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
130,
135
],
[
135,
136
],
[
135,
137
],
[
135,
138
],
[
12,
139
],
[
139,
140
],
[
290,
141
],
[
141,
142
],
[
141,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
146,
147
],
[
146,
148
],
[
144,
149
],
[
149,
150
],
[
149,
151
],
[
151,
152
],
[
151,
153
],
[
144,
154
],
[
154,
155
],
[
155,
156
],
[
144,
157
],
[
158,
158
],
[
158,
159
],
[
159,
160
],
[
160,
161
],
[
161,
162
],
[
161,
163
],
[
159,
164
],
[
164,
165
],
[
164,
166
],
[
167,
167
],
[
167,
168
],
[
168,
169
],
[
168,
170
],
[
167,
171
],
[
167,
172
],
[
159,
173
],
[
173,
174
],
[
174,
175
],
[
159,
176
],
[
177,
177
],
[
177,
178
],
[
178,
179
],
[
179,
180
],
[
180,
181
],
[
180,
182
],
[
179,
183
],
[
183,
184
],
[
183,
185
],
[
185,
186
],
[
185,
187
],
[
178,
188
],
[
188,
189
],
[
189,
190
],
[
189,
191
],
[
191,
192
],
[
191,
193
],
[
188,
194
],
[
194,
195
],
[
195,
196
],
[
195,
197
],
[
194,
198
],
[
198,
199
],
[
198,
200
],
[
200,
201
],
[
200,
202
],
[
188,
203
],
[
203,
204
],
[
204,
205
],
[
204,
206
],
[
206,
207
],
[
206,
208
],
[
203,
209
],
[
141,
210
],
[
210,
211
],
[
290,
212
],
[
212,
213
],
[
212,
214
],
[
214,
215
],
[
215,
216
],
[
216,
217
],
[
217,
218
],
[
217,
219
],
[
219,
220
],
[
220,
221
],
[
220,
222
],
[
219,
223
],
[
215,
224
],
[
224,
225
],
[
224,
226
],
[
215,
227
],
[
227,
228
],
[
228,
229
],
[
215,
230
],
[
231,
231
],
[
231,
232
],
[
232,
233
],
[
233,
234
],
[
234,
235
],
[
234,
236
],
[
236,
237
],
[
237,
238
],
[
237,
239
],
[
236,
240
],
[
232,
241
],
[
241,
242
],
[
241,
243
],
[
244,
244
],
[
244,
245
],
[
245,
246
],
[
245,
247
],
[
244,
248
],
[
244,
249
],
[
232,
250
],
[
250,
251
],
[
251,
252
],
[
232,
253
],
[
254,
254
],
[
254,
255
],
[
255,
256
],
[
256,
257
],
[
257,
258
],
[
257,
259
],
[
256,
260
],
[
260,
261
],
[
260,
262
],
[
262,
263
],
[
262,
264
],
[
255,
265
],
[
265,
266
],
[
266,
267
],
[
266,
268
],
[
268,
269
],
[
268,
270
],
[
265,
271
],
[
271,
272
],
[
272,
273
],
[
272,
274
],
[
271,
275
],
[
275,
276
],
[
275,
277
],
[
277,
278
],
[
277,
279
],
[
265,
280
],
[
280,
281
],
[
281,
282
],
[
281,
283
],
[
283,
284
],
[
283,
285
],
[
280,
286
],
[
212,
287
],
[
287,
288
],
[
0,
289
],
[
289,
290
],
[
289,
291
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int[] list = new int[listStr.length];\n int[] copyList = new int[listStr.length];\n boolean flag = true;\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n System.arraycopy(list, 0, copyList, 0, list.length);\n\n ascendingSort(list);\n\n for (int i = 0; i < list.length; i++) {\n if (i < list.length - 2 && list[i] == copyList[i + 1]) {\n flag = false;\n break;\n }\n if (list[i] != copyList[i]) {\n flag = false;\n break;\n }\n }\n\n System.out.println(flag ? \"Yes\" : \"No\");\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",
"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 int[] copyList = new int[listStr.length];\n boolean flag = true;\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n System.arraycopy(list, 0, copyList, 0, list.length);\n\n ascendingSort(list);\n\n for (int i = 0; i < list.length; i++) {\n if (i < list.length - 2 && list[i] == copyList[i + 1]) {\n flag = false;\n break;\n }\n if (list[i] != copyList[i]) {\n flag = false;\n break;\n }\n }\n\n System.out.println(flag ? \"Yes\" : \"No\");\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 int[] copyList = new int[listStr.length];\n boolean flag = true;\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n System.arraycopy(list, 0, copyList, 0, list.length);\n\n ascendingSort(list);\n\n for (int i = 0; i < list.length; i++) {\n if (i < list.length - 2 && list[i] == copyList[i + 1]) {\n flag = false;\n break;\n }\n if (list[i] != copyList[i]) {\n flag = false;\n break;\n }\n }\n\n System.out.println(flag ? \"Yes\" : \"No\");\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 int[] copyList = new int[listStr.length];\n boolean flag = true;\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n System.arraycopy(list, 0, copyList, 0, list.length);\n\n ascendingSort(list);\n\n for (int i = 0; i < list.length; i++) {\n if (i < list.length - 2 && list[i] == copyList[i + 1]) {\n flag = false;\n break;\n }\n if (list[i] != copyList[i]) {\n flag = false;\n break;\n }\n }\n\n System.out.println(flag ? \"Yes\" : \"No\");\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",
"int[] copyList = new int[listStr.length];",
"copyList",
"new int[listStr.length]",
"listStr.length",
"listStr",
"listStr.length",
"boolean flag = true;",
"flag",
"true",
"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",
"System.arraycopy(list, 0, copyList, 0, list.length)",
"System.arraycopy",
"System",
"list",
"0",
"copyList",
"0",
"list.length",
"list",
"list.length",
"ascendingSort(list)",
"ascendingSort",
"list",
"for (int i = 0; i < list.length; i++) {\n if (i < list.length - 2 && list[i] == copyList[i + 1]) {\n flag = false;\n break;\n }\n if (list[i] != copyList[i]) {\n flag = false;\n break;\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < list.length",
"i",
"list.length",
"list",
"list.length",
"i++",
"i++",
"i",
"{\n if (i < list.length - 2 && list[i] == copyList[i + 1]) {\n flag = false;\n break;\n }\n if (list[i] != copyList[i]) {\n flag = false;\n break;\n }\n }",
"{\n if (i < list.length - 2 && list[i] == copyList[i + 1]) {\n flag = false;\n break;\n }\n if (list[i] != copyList[i]) {\n flag = false;\n break;\n }\n }",
"if (i < list.length - 2 && list[i] == copyList[i + 1]) {\n flag = false;\n break;\n }",
"i < list.length - 2 && list[i] == copyList[i + 1]",
"i < list.length - 2",
"i",
"list.length - 2",
"list.length",
"list",
"list.length",
"2",
"list[i] == copyList[i + 1]",
"list[i]",
"list",
"i",
"copyList[i + 1]",
"copyList",
"i + 1",
"i",
"1",
"{\n flag = false;\n break;\n }",
"flag = false",
"flag",
"false",
"break;",
"if (list[i] != copyList[i]) {\n flag = false;\n break;\n }",
"list[i] != copyList[i]",
"list[i]",
"list",
"i",
"copyList[i]",
"copyList",
"i",
"{\n flag = false;\n break;\n }",
"flag = false",
"flag",
"false",
"break;",
"System.out.println(flag ? \"Yes\" : \"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"flag ? \"Yes\" : \"No\"",
"flag",
"\"Yes\"",
"\"No\"",
"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 int[] copyList = new int[listStr.length];\n boolean flag = true;\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n System.arraycopy(list, 0, copyList, 0, list.length);\n\n ascendingSort(list);\n\n for (int i = 0; i < list.length; i++) {\n if (i < list.length - 2 && list[i] == copyList[i + 1]) {\n flag = false;\n break;\n }\n if (list[i] != copyList[i]) {\n flag = false;\n break;\n }\n }\n\n System.out.println(flag ? \"Yes\" : \"No\");\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 int[] copyList = new int[listStr.length];\n boolean flag = true;\n\n for (int i = 0; i < listStr.length; i++) {\n list[i] = Integer.parseInt(listStr[i]);\n }\n System.arraycopy(list, 0, copyList, 0, list.length);\n\n ascendingSort(list);\n\n for (int i = 0; i < list.length; i++) {\n if (i < list.length - 2 && list[i] == copyList[i + 1]) {\n flag = false;\n break;\n }\n if (list[i] != copyList[i]) {\n flag = false;\n break;\n }\n }\n\n System.out.println(flag ? \"Yes\" : \"No\");\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;
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];
int[] copyList = new int[listStr.length];
boolean flag = true;
for (int i = 0; i < listStr.length; i++) {
list[i] = Integer.parseInt(listStr[i]);
}
System.arraycopy(list, 0, copyList, 0, list.length);
ascendingSort(list);
for (int i = 0; i < list.length; i++) {
if (i < list.length - 2 && list[i] == copyList[i + 1]) {
flag = false;
break;
}
if (list[i] != copyList[i]) {
flag = false;
break;
}
}
System.out.println(flag ? "Yes" : "No");
}
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,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
84,
11
],
[
84,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
18,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
25,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
25,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
25,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
25,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
25,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
61,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
61,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
12,
81
],
[
81,
82
],
[
0,
83
],
[
83,
84
],
[
83,
85
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\t\n\t\t\tif (a < b && b < c) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\t\n\t\t\tif (a < b && b < c) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\t\n\t\t\tif (a < b && b < c) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\t\n\t\t\tif (a < b && b < c) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"try {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\t\n\t\t\tif (a < b && b < c) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\t\n\t\t\tif (a < b && b < c) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] arr = str.split(\" \");",
"arr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(arr[0]);",
"a",
"Integer.parseInt(arr[0])",
"Integer.parseInt",
"Integer",
"arr[0]",
"arr",
"0",
"int b = Integer.parseInt(arr[1]);",
"b",
"Integer.parseInt(arr[1])",
"Integer.parseInt",
"Integer",
"arr[1]",
"arr",
"1",
"int c = Integer.parseInt(arr[2]);",
"c",
"Integer.parseInt(arr[2])",
"Integer.parseInt",
"Integer",
"arr[2]",
"arr",
"2",
"if (a < b && b < c) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\t\n\t\t\tif (a < b && b < c) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\t\n\t\t\tif (a < b && b < c) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
try {
String str = br.readLine();
String[] arr = str.split(" ");
int a = Integer.parseInt(arr[0]);
int b = Integer.parseInt(arr[1]);
int c = Integer.parseInt(arr[2]);
if (a < b && b < c) System.out.println("Yes");
else System.out.println("No");
} catch (IOException e) {
// TODO 自動生成された catch ブロック
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
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,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
73,
8
],
[
73,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
11,
16
],
[
16,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
26,
27
],
[
27,
28
],
[
11,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
35,
36
],
[
11,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
43,
44
],
[
11,
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
],
[
45,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
11,
67
],
[
67,
68
],
[
68,
69
],
[
9,
70
],
[
70,
71
],
[
0,
72
],
[
72,
73
],
[
72,
74
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tint a, b, c;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = Integer.parseInt(sc.next());\n\t\tb = Integer.parseInt(sc.next());\n\t\tc = Integer.parseInt(sc.next());\n\n\t\tif ((a < b) && (b < c)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\t\n\t\tsc.close();\n\t}\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tint a, b, c;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = Integer.parseInt(sc.next());\n\t\tb = Integer.parseInt(sc.next());\n\t\tc = Integer.parseInt(sc.next());\n\n\t\tif ((a < b) && (b < c)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\t\n\t\tsc.close();\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tint a, b, c;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = Integer.parseInt(sc.next());\n\t\tb = Integer.parseInt(sc.next());\n\t\tc = Integer.parseInt(sc.next());\n\n\t\tif ((a < b) && (b < c)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\t\n\t\tsc.close();\n\t}",
"main",
"{\n\t\tint a, b, c;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = Integer.parseInt(sc.next());\n\t\tb = Integer.parseInt(sc.next());\n\t\tc = Integer.parseInt(sc.next());\n\n\t\tif ((a < b) && (b < c)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\t\n\t\tsc.close();\n\t}",
"int a",
"a",
"b",
"b",
"c;",
"c",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"a = Integer.parseInt(sc.next())",
"a",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"b = Integer.parseInt(sc.next())",
"b",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"c = Integer.parseInt(sc.next())",
"c",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if ((a < b) && (b < c)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"(a < b) && (b < c)",
"(a < b)",
"a",
"b",
"(b < c)",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tint a, b, c;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = Integer.parseInt(sc.next());\n\t\tb = Integer.parseInt(sc.next());\n\t\tc = Integer.parseInt(sc.next());\n\n\t\tif ((a < b) && (b < c)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\t\n\t\tsc.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tint a, b, c;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = Integer.parseInt(sc.next());\n\t\tb = Integer.parseInt(sc.next());\n\t\tc = Integer.parseInt(sc.next());\n\n\t\tif ((a < b) && (b < c)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\t\n\t\tsc.close();\n\t}\n}",
"Main"
] | import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
int a, b, c;
Scanner sc = new Scanner(System.in);
a = Integer.parseInt(sc.next());
b = Integer.parseInt(sc.next());
c = Integer.parseInt(sc.next());
if ((a < b) && (b < c)) {
System.out.println("Yes");
} else {
System.out.println("No");
}
sc.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
0,
18,
13,
17,
4,
18,
13,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
70,
5
],
[
70,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
38,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
37,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
37,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
6,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"import java.util.*;\npublic class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint[] ary = new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tif(ary[0]<ary[1]&&ary[1]<ary[2]){\n \t\tSystem.out.println(\"Yes\");\n \t}else{\n \t\tSystem.out.println(\"No\");\n \t}\n }\n}\n",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint[] ary = new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tif(ary[0]<ary[1]&&ary[1]<ary[2]){\n \t\tSystem.out.println(\"Yes\");\n \t}else{\n \t\tSystem.out.println(\"No\");\n \t}\n }\n}",
"Main",
"public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint[] ary = new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tif(ary[0]<ary[1]&&ary[1]<ary[2]){\n \t\tSystem.out.println(\"Yes\");\n \t}else{\n \t\tSystem.out.println(\"No\");\n \t}\n }",
"main",
"{\n \tScanner sc = new Scanner(System.in);\n \tint[] ary = new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tif(ary[0]<ary[1]&&ary[1]<ary[2]){\n \t\tSystem.out.println(\"Yes\");\n \t}else{\n \t\tSystem.out.println(\"No\");\n \t}\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int[] ary = new int[3];",
"ary",
"new int[3]",
"3",
"ary[0]=sc.nextInt()",
"ary[0]",
"ary",
"0",
"sc.nextInt()",
"sc.nextInt",
"sc",
"ary[1]=sc.nextInt()",
"ary[1]",
"ary",
"1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"ary[2]=sc.nextInt()",
"ary[2]",
"ary",
"2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(ary[0]<ary[1]&&ary[1]<ary[2]){\n \t\tSystem.out.println(\"Yes\");\n \t}else{\n \t\tSystem.out.println(\"No\");\n \t}",
"ary[0]<ary[1]&&ary[1]<ary[2]",
"ary[0]<ary[1]",
"ary[0]",
"ary",
"0",
"ary[1]",
"ary",
"1",
"ary[1]<ary[2]",
"ary[1]",
"ary",
"1",
"ary[2]",
"ary",
"2",
"{\n \t\tSystem.out.println(\"Yes\");\n \t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n \t\tSystem.out.println(\"No\");\n \t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint[] ary = new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tif(ary[0]<ary[1]&&ary[1]<ary[2]){\n \t\tSystem.out.println(\"Yes\");\n \t}else{\n \t\tSystem.out.println(\"No\");\n \t}\n }\n}",
"public class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint[] ary = new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tif(ary[0]<ary[1]&&ary[1]<ary[2]){\n \t\tSystem.out.println(\"Yes\");\n \t}else{\n \t\tSystem.out.println(\"No\");\n \t}\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int[] ary = new int[3];
ary[0]=sc.nextInt();
ary[1]=sc.nextInt();
ary[2]=sc.nextInt();
if(ary[0]<ary[1]&&ary[1]<ary[2]){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
63,
5
],
[
63,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
6,
60
],
[
60,
61
],
[
0,
62
],
[
62,
63
],
[
62,
64
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tString resultMessage = \"No\";\n\n\t\tif ( first < second && second < third ) {\n\t\t\tresultMessage = \"Yes\";\n\t\t}\n\n\t\tSystem.out.println( resultMessage );\n\n\n\t\tscaner.close();\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tString resultMessage = \"No\";\n\n\t\tif ( first < second && second < third ) {\n\t\t\tresultMessage = \"Yes\";\n\t\t}\n\n\t\tSystem.out.println( resultMessage );\n\n\n\t\tscaner.close();\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tString resultMessage = \"No\";\n\n\t\tif ( first < second && second < third ) {\n\t\t\tresultMessage = \"Yes\";\n\t\t}\n\n\t\tSystem.out.println( resultMessage );\n\n\n\t\tscaner.close();\n\t}",
"main",
"{\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tString resultMessage = \"No\";\n\n\t\tif ( first < second && second < third ) {\n\t\t\tresultMessage = \"Yes\";\n\t\t}\n\n\t\tSystem.out.println( resultMessage );\n\n\n\t\tscaner.close();\n\t}",
"Scanner scaner = new Scanner( System.in );",
"scaner",
"new Scanner( System.in )",
"int first = Integer.parseInt( scaner.next() );",
"first",
"Integer.parseInt( scaner.next() )",
"Integer.parseInt",
"Integer",
"scaner.next()",
"scaner.next",
"scaner",
"int second= Integer.parseInt( scaner.next() );",
"second",
"Integer.parseInt( scaner.next() )",
"Integer.parseInt",
"Integer",
"scaner.next()",
"scaner.next",
"scaner",
"int third = Integer.parseInt( scaner.next() );",
"third",
"Integer.parseInt( scaner.next() )",
"Integer.parseInt",
"Integer",
"scaner.next()",
"scaner.next",
"scaner",
"String resultMessage = \"No\";",
"resultMessage",
"\"No\"",
"if ( first < second && second < third ) {\n\t\t\tresultMessage = \"Yes\";\n\t\t}",
"first < second && second < third",
"first < second",
"first",
"second",
"second < third",
"second",
"third",
"{\n\t\t\tresultMessage = \"Yes\";\n\t\t}",
"resultMessage = \"Yes\"",
"resultMessage",
"\"Yes\"",
"System.out.println( resultMessage )",
"System.out.println",
"System.out",
"System",
"System.out",
"resultMessage",
"scaner.close()",
"scaner.close",
"scaner",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tString resultMessage = \"No\";\n\n\t\tif ( first < second && second < third ) {\n\t\t\tresultMessage = \"Yes\";\n\t\t}\n\n\t\tSystem.out.println( resultMessage );\n\n\n\t\tscaner.close();\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint first = Integer.parseInt( scaner.next() );\n\t\tint second= Integer.parseInt( scaner.next() );\n\t\tint third = Integer.parseInt( scaner.next() );\n\n\t\tString resultMessage = \"No\";\n\n\t\tif ( first < second && second < third ) {\n\t\t\tresultMessage = \"Yes\";\n\t\t}\n\n\t\tSystem.out.println( resultMessage );\n\n\n\t\tscaner.close();\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scaner = new Scanner( System.in );
int first = Integer.parseInt( scaner.next() );
int second= Integer.parseInt( scaner.next() );
int third = Integer.parseInt( scaner.next() );
String resultMessage = "No";
if ( first < second && second < third ) {
resultMessage = "Yes";
}
System.out.println( resultMessage );
scaner.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
14,
2,
13,
13,
29,
17,
29,
17,
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,
4,
13,
13,
13,
4,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
10,
12
],
[
9,
13
],
[
13,
14
],
[
9,
15
],
[
15,
16
],
[
6,
17
],
[
17,
18
],
[
6,
19
],
[
19,
20
],
[
4,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
23,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
23,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
23,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
44,
47
],
[
43,
48
],
[
48,
49
],
[
48,
50
],
[
48,
51
],
[
42,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
42,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
21,
64
],
[
64,
65
]
] | [
"import java.util.Scanner;\n\nclass Main{\n static boolean hikaku(int a,int b){\n\tif(a < b)\n\t return (true);\n\telse\n\t return(false);\n }\n\n public static void main(String[] args){\n\tScanner stdIn = new Scanner(System.in);\n\tint x = stdIn.nextInt();\n\tint y = stdIn.nextInt();\n\tint z = stdIn.nextInt();\n\tif(hikaku(x,y) && hikaku(y,z))\n\t System.out.println(\"Yes\");\n\telse\n\t System.out.println(\"No\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n static boolean hikaku(int a,int b){\n\tif(a < b)\n\t return (true);\n\telse\n\t return(false);\n }\n\n public static void main(String[] args){\n\tScanner stdIn = new Scanner(System.in);\n\tint x = stdIn.nextInt();\n\tint y = stdIn.nextInt();\n\tint z = stdIn.nextInt();\n\tif(hikaku(x,y) && hikaku(y,z))\n\t System.out.println(\"Yes\");\n\telse\n\t System.out.println(\"No\");\n }\n}",
"Main",
"static boolean hikaku(int a,int b){\n\tif(a < b)\n\t return (true);\n\telse\n\t return(false);\n }",
"hikaku",
"{\n\tif(a < b)\n\t return (true);\n\telse\n\t return(false);\n }",
"if(a < b)\n\t return (true);\n\telse\n\t return(false);",
"a < b",
"a",
"b",
"return (true);",
"(true)",
"return(false);",
"(false)",
"int a",
"a",
"int b",
"b",
"public static void main(String[] args){\n\tScanner stdIn = new Scanner(System.in);\n\tint x = stdIn.nextInt();\n\tint y = stdIn.nextInt();\n\tint z = stdIn.nextInt();\n\tif(hikaku(x,y) && hikaku(y,z))\n\t System.out.println(\"Yes\");\n\telse\n\t System.out.println(\"No\");\n }",
"main",
"{\n\tScanner stdIn = new Scanner(System.in);\n\tint x = stdIn.nextInt();\n\tint y = stdIn.nextInt();\n\tint z = stdIn.nextInt();\n\tif(hikaku(x,y) && hikaku(y,z))\n\t System.out.println(\"Yes\");\n\telse\n\t System.out.println(\"No\");\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",
"if(hikaku(x,y) && hikaku(y,z))\n\t System.out.println(\"Yes\");\n\telse\n\t System.out.println(\"No\");",
"hikaku(x,y) && hikaku(y,z)",
"hikaku(x,y)",
"hikaku",
"x",
"y",
"hikaku(y,z)",
"hikaku",
"y",
"z",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
static boolean hikaku(int a,int b){
if(a < b)
return (true);
else
return(false);
}
public static void main(String[] args){
Scanner stdIn = new Scanner(System.in);
int x = stdIn.nextInt();
int y = stdIn.nextInt();
int z = stdIn.nextInt();
if(hikaku(x,y) && hikaku(y,z))
System.out.println("Yes");
else
System.out.println("No");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
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,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
14,
2,
13,
17,
4,
18,
18,
13,
13,
17,
14,
2,
13,
17,
4,
18,
18,
13,
13,
17,
14,
2,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
162,
8
],
[
162,
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
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
11,
29
],
[
29,
30
],
[
29,
31
],
[
11,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
36,
45
],
[
45,
46
],
[
45,
47
],
[
36,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
54,
55
],
[
36,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
61,
62
],
[
62,
63
],
[
36,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
69,
70
],
[
70,
71
],
[
36,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
73,
78
],
[
78,
79
],
[
78,
80
],
[
72,
81
],
[
81,
82
],
[
81,
83
],
[
83,
84
],
[
72,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
86,
91
],
[
91,
92
],
[
91,
93
],
[
85,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
85,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
99,
104
],
[
104,
105
],
[
104,
106
],
[
98,
107
],
[
107,
108
],
[
107,
109
],
[
109,
110
],
[
98,
111
],
[
111,
112
],
[
111,
113
],
[
11,
114
],
[
114,
115
],
[
114,
116
],
[
116,
117
],
[
116,
118
],
[
11,
119
],
[
119,
120
],
[
119,
121
],
[
121,
122
],
[
121,
123
],
[
11,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
129,
133
],
[
133,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
133,
138
],
[
129,
139
],
[
139,
140
],
[
140,
141
],
[
140,
142
],
[
139,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
143,
148
],
[
124,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
149,
153
],
[
153,
154
],
[
154,
155
],
[
155,
156
],
[
155,
157
],
[
153,
158
],
[
9,
159
],
[
159,
160
],
[
0,
161
],
[
161,
162
],
[
161,
163
]
] | [
"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 i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 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 = a-b;\n sub2 = b-c;\n if(sub1<0){\n if(sub2<0)\n System.out.println(\"Yes\");\n else if(sub2>=0)\n System.out.println(\"No\");\n }\n else if(sub1>=0)\n System.out.println(\"No\");\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 i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 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 = a-b;\n sub2 = b-c;\n if(sub1<0){\n if(sub2<0)\n System.out.println(\"Yes\");\n else if(sub2>=0)\n System.out.println(\"No\");\n }\n else if(sub1>=0)\n System.out.println(\"No\");\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n int sub1 = 0;\n int sub2 = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 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 = a-b;\n sub2 = b-c;\n if(sub1<0){\n if(sub2<0)\n System.out.println(\"Yes\");\n else if(sub2>=0)\n System.out.println(\"No\");\n }\n else if(sub1>=0)\n System.out.println(\"No\");\n }",
"main",
"{\n int sub1 = 0;\n int sub2 = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 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 = a-b;\n sub2 = b-c;\n if(sub1<0){\n if(sub2<0)\n System.out.println(\"Yes\");\n else if(sub2>=0)\n System.out.println(\"No\");\n }\n else if(sub1>=0)\n System.out.println(\"No\");\n }",
"int sub1 = 0;",
"sub1",
"0",
"int sub2 = 0;",
"sub2",
"0",
"int i = 1;",
"i",
"1",
"String s;",
"s",
"int a = 0;",
"a",
"0",
"int b = 0;",
"b",
"0",
"int c = 0;",
"c",
"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 = a-b",
"sub1",
"a-b",
"a",
"b",
"sub2 = b-c",
"sub2",
"b-c",
"b",
"c",
"if(sub1<0){\n if(sub2<0)\n System.out.println(\"Yes\");\n else if(sub2>=0)\n System.out.println(\"No\");\n }\n else if(sub1>=0)\n System.out.println(\"No\");",
"sub1<0",
"sub1",
"0",
"{\n if(sub2<0)\n System.out.println(\"Yes\");\n else if(sub2>=0)\n System.out.println(\"No\");\n }",
"if(sub2<0)\n System.out.println(\"Yes\");\n else if(sub2>=0)\n System.out.println(\"No\");",
"sub2<0",
"sub2",
"0",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"if(sub2>=0)\n System.out.println(\"No\");",
"sub2>=0",
"sub2",
"0",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(sub1>=0)\n System.out.println(\"No\");",
"sub1>=0",
"sub1",
"0",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"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 i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 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 = a-b;\n sub2 = b-c;\n if(sub1<0){\n if(sub2<0)\n System.out.println(\"Yes\");\n else if(sub2>=0)\n System.out.println(\"No\");\n }\n else if(sub1>=0)\n System.out.println(\"No\");\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 i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 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 = a-b;\n sub2 = b-c;\n if(sub1<0){\n if(sub2<0)\n System.out.println(\"Yes\");\n else if(sub2>=0)\n System.out.println(\"No\");\n }\n else if(sub1>=0)\n System.out.println(\"No\");\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 i = 1;
String s;
int a = 0;
int b = 0;
int c = 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 = a-b;
sub2 = b-c;
if(sub1<0){
if(sub2<0)
System.out.println("Yes");
else if(sub2>=0)
System.out.println("No");
}
else if(sub1>=0)
System.out.println("No");
}
} |
[
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,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
66,
11
],
[
66,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
14,
33
],
[
33,
34
],
[
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
],
[
38,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
33,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
12,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int a =sc.nextInt();\n int b=sc.nextInt();\n int c = sc.nextInt();\n if (a< b){ if (b<c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n } }else{System.out.println(\"No\");}\n \n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //String line = br.readLine();\n }\n}\n",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int a =sc.nextInt();\n int b=sc.nextInt();\n int c = sc.nextInt();\n if (a< b){ if (b<c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n } }else{System.out.println(\"No\");}\n \n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //String line = br.readLine();\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int a =sc.nextInt();\n int b=sc.nextInt();\n int c = sc.nextInt();\n if (a< b){ if (b<c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n } }else{System.out.println(\"No\");}\n \n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //String line = br.readLine();\n }",
"main",
"{\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int a =sc.nextInt();\n int b=sc.nextInt();\n int c = sc.nextInt();\n if (a< b){ if (b<c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n } }else{System.out.println(\"No\");}\n \n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //String line = br.readLine();\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){ if (b<c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n } }else{System.out.println(\"No\");}",
"a< b",
"a",
"b",
"{ if (b<c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n } }",
"if (b<c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"b<c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{System.out.println(\"No\");}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int a =sc.nextInt();\n int b=sc.nextInt();\n int c = sc.nextInt();\n if (a< b){ if (b<c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n } }else{System.out.println(\"No\");}\n \n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //String line = br.readLine();\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner sc = new Scanner(System.in);\n int a =sc.nextInt();\n int b=sc.nextInt();\n int c = sc.nextInt();\n if (a< b){ if (b<c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n } }else{System.out.println(\"No\");}\n \n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //String line = br.readLine();\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws Exception {
// Your code here!
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("Yes");
} else {
System.out.println("No");
} }else{System.out.println("No");}
//BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
//String line = br.readLine();
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
17,
41,
13,
17,
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,
28,
13,
13,
30,
30,
14,
2,
2,
17,
13,
2,
13,
17,
30,
4,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
8,
2,
13,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
8,
2,
13,
13,
13,
13,
30,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
107,
5
],
[
107,
6
],
[
6,
7
],
[
6,
8
],
[
107,
9
],
[
9,
10
],
[
9,
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
],
[
14,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
14,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
35,
38
],
[
14,
39
],
[
39,
40
],
[
39,
41
],
[
39,
42
],
[
43,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
44,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
14,
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
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
71,
76
],
[
57,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
82,
84
],
[
77,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
91,
96
],
[
77,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
12,
104
],
[
104,
105
],
[
0,
106
],
[
106,
107
],
[
106,
108
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n private final static String YES = \"Yes\";\n private final static String NO = \"No\";\n\n public static void main(String args[]) {\n Scanner scan = new Scanner(System.in);\n\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int[] array = { a, b, c };\n\n for (int i : array) {\n if (0 > i && i > 100) {\n System.exit(0);\n }\n }\n\n if (a < b && a < c) {\n System.out.println(b < c ? YES : NO);\n } else if (a < c && b < c) {\n System.out.println(a < b ? YES : NO);\n } else {\n System.out.println(NO);\n }\n\n }\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n private final static String YES = \"Yes\";\n private final static String NO = \"No\";\n\n public static void main(String args[]) {\n Scanner scan = new Scanner(System.in);\n\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int[] array = { a, b, c };\n\n for (int i : array) {\n if (0 > i && i > 100) {\n System.exit(0);\n }\n }\n\n if (a < b && a < c) {\n System.out.println(b < c ? YES : NO);\n } else if (a < c && b < c) {\n System.out.println(a < b ? YES : NO);\n } else {\n System.out.println(NO);\n }\n\n }\n}",
"Main",
"private final static String YES = \"Yes\";",
"YES",
"\"Yes\"",
"private final static String NO = \"No\";",
"NO",
"\"No\"",
"public static void main(String args[]) {\n Scanner scan = new Scanner(System.in);\n\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int[] array = { a, b, c };\n\n for (int i : array) {\n if (0 > i && i > 100) {\n System.exit(0);\n }\n }\n\n if (a < b && a < c) {\n System.out.println(b < c ? YES : NO);\n } else if (a < c && b < c) {\n System.out.println(a < b ? YES : NO);\n } else {\n System.out.println(NO);\n }\n\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int[] array = { a, b, c };\n\n for (int i : array) {\n if (0 > i && i > 100) {\n System.exit(0);\n }\n }\n\n if (a < b && a < c) {\n System.out.println(b < c ? YES : NO);\n } else if (a < c && b < c) {\n System.out.println(a < b ? YES : NO);\n } else {\n System.out.println(NO);\n }\n\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int c = scan.nextInt();",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int[] array = { a, b, c };",
"array",
"{ a, b, c }",
"a",
"b",
"c",
"for (int i : array) {\n if (0 > i && i > 100) {\n System.exit(0);\n }\n }",
"int i",
"array",
"{\n if (0 > i && i > 100) {\n System.exit(0);\n }\n }",
"{\n if (0 > i && i > 100) {\n System.exit(0);\n }\n }",
"if (0 > i && i > 100) {\n System.exit(0);\n }",
"0 > i && i > 100",
"0 > i",
"0",
"i",
"i > 100",
"i",
"100",
"{\n System.exit(0);\n }",
"System.exit(0)",
"System.exit",
"System",
"0",
"if (a < b && a < c) {\n System.out.println(b < c ? YES : NO);\n } else if (a < c && b < c) {\n System.out.println(a < b ? YES : NO);\n } else {\n System.out.println(NO);\n }",
"a < b && a < c",
"a < b",
"a",
"b",
"a < c",
"a",
"c",
"{\n System.out.println(b < c ? YES : NO);\n }",
"System.out.println(b < c ? YES : NO)",
"System.out.println",
"System.out",
"System",
"System.out",
"b < c ? YES : NO",
"b < c",
"b",
"c",
"YES",
"NO",
"if (a < c && b < c) {\n System.out.println(a < b ? YES : NO);\n } else {\n System.out.println(NO);\n }",
"a < c && b < c",
"a < c",
"a",
"c",
"b < c",
"b",
"c",
"{\n System.out.println(a < b ? YES : NO);\n }",
"System.out.println(a < b ? YES : NO)",
"System.out.println",
"System.out",
"System",
"System.out",
"a < b ? YES : NO",
"a < b",
"a",
"b",
"YES",
"NO",
"{\n System.out.println(NO);\n }",
"System.out.println(NO)",
"System.out.println",
"System.out",
"System",
"System.out",
"NO",
"String args[]",
"args",
"public class Main {\n\n private final static String YES = \"Yes\";\n private final static String NO = \"No\";\n\n public static void main(String args[]) {\n Scanner scan = new Scanner(System.in);\n\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int[] array = { a, b, c };\n\n for (int i : array) {\n if (0 > i && i > 100) {\n System.exit(0);\n }\n }\n\n if (a < b && a < c) {\n System.out.println(b < c ? YES : NO);\n } else if (a < c && b < c) {\n System.out.println(a < b ? YES : NO);\n } else {\n System.out.println(NO);\n }\n\n }\n}",
"public class Main {\n\n private final static String YES = \"Yes\";\n private final static String NO = \"No\";\n\n public static void main(String args[]) {\n Scanner scan = new Scanner(System.in);\n\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int[] array = { a, b, c };\n\n for (int i : array) {\n if (0 > i && i > 100) {\n System.exit(0);\n }\n }\n\n if (a < b && a < c) {\n System.out.println(b < c ? YES : NO);\n } else if (a < c && b < c) {\n System.out.println(a < b ? YES : NO);\n } else {\n System.out.println(NO);\n }\n\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
private final static String YES = "Yes";
private final static String NO = "No";
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[] array = { a, b, c };
for (int i : array) {
if (0 > i && i > 100) {
System.exit(0);
}
}
if (a < b && a < c) {
System.out.println(b < c ? YES : NO);
} else if (a < c && b < c) {
System.out.println(a < b ? YES : NO);
} else {
System.out.println(NO);
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
18,
13,
13,
17,
2,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
23,
13,
23,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
18,
13,
13,
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,
0,
13,
18,
13,
17,
0,
13,
18,
13,
17,
0,
13,
18,
13,
17,
4,
13,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
154,
11
],
[
154,
12
],
[
12,
13
],
[
12,
14
],
[
14,
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
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
29,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
28,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
40,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
12,
51
],
[
51,
52
],
[
12,
53
],
[
53,
54
],
[
154,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
57,
62
],
[
62,
63
],
[
57,
64
],
[
64,
65
],
[
57,
66
],
[
66,
67
],
[
66,
68
],
[
57,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
57,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
76,
79
],
[
57,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
82,
84
],
[
57,
85
],
[
85,
86
],
[
85,
87
],
[
57,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
94,
95
],
[
94,
96
],
[
89,
97
],
[
97,
98
],
[
98,
99
],
[
89,
100
],
[
101,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
106,
107
],
[
107,
108
],
[
106,
109
],
[
109,
110
],
[
109,
111
],
[
57,
112
],
[
112,
113
],
[
112,
114
],
[
114,
115
],
[
114,
116
],
[
57,
117
],
[
117,
118
],
[
117,
119
],
[
119,
120
],
[
119,
121
],
[
57,
122
],
[
122,
123
],
[
122,
124
],
[
124,
125
],
[
124,
126
],
[
57,
127
],
[
127,
128
],
[
127,
129
],
[
127,
130
],
[
57,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
132,
136
],
[
136,
137
],
[
136,
138
],
[
131,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
139,
144
],
[
131,
145
],
[
145,
146
],
[
146,
147
],
[
147,
148
],
[
147,
149
],
[
145,
150
],
[
55,
151
],
[
151,
152
],
[
0,
153
],
[
153,
154
],
[
153,
155
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\t/*??¶?´???????????????????*/\n\tpublic static void judge(int parse[],int leng){\n\t\tfor(int j=0;j<leng;j++){\n\t\t\tif(parse[j]<0||parse[j]>100){\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t}\n\t}\n\n\t public static void main(String[] args) throws IOException{\n\t\tint a,b,c;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t/*???????????£?¨?*/\n\t\tString[] st = str.split(\" \");\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\ta=parse[0]; b=parse[1]; c=parse[2];\n\n\t\tjudge(parse,len); //??¶?????????.????????????????????°????????????\n\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\t\t\tif(a<b&&b<c)\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\n\n\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\t/*??¶?´???????????????????*/\n\tpublic static void judge(int parse[],int leng){\n\t\tfor(int j=0;j<leng;j++){\n\t\t\tif(parse[j]<0||parse[j]>100){\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t}\n\t}\n\n\t public static void main(String[] args) throws IOException{\n\t\tint a,b,c;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t/*???????????£?¨?*/\n\t\tString[] st = str.split(\" \");\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\ta=parse[0]; b=parse[1]; c=parse[2];\n\n\t\tjudge(parse,len); //??¶?????????.????????????????????°????????????\n\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\t\t\tif(a<b&&b<c)\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\n\n\n\t}\n\n}",
"Main",
"/*??¶?´???????????????????*/\n\tpublic static void judge(int parse[],int leng){\n\t\tfor(int j=0;j<leng;j++){\n\t\t\tif(parse[j]<0||parse[j]>100){\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t}\n\t}",
"judge",
"{\n\t\tfor(int j=0;j<leng;j++){\n\t\t\tif(parse[j]<0||parse[j]>100){\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t}\n\t}",
"for(int j=0;j<leng;j++){\n\t\t\tif(parse[j]<0||parse[j]>100){\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t}",
"int j=0;",
"int j=0;",
"j",
"0",
"j<leng",
"j",
"leng",
"j++",
"j++",
"j",
"{\n\t\t\tif(parse[j]<0||parse[j]>100){\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(parse[j]<0||parse[j]>100){\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t}",
"if(parse[j]<0||parse[j]>100){\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}",
"parse[j]<0||parse[j]>100",
"parse[j]<0",
"parse[j]",
"parse",
"j",
"0",
"parse[j]>100",
"parse[j]",
"parse",
"j",
"100",
"{\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}",
"System.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"??\\?????????0~100??\\???????????§???.???????????????.\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"int parse[]",
"parse",
"int leng",
"leng",
"public static void main(String[] args) throws IOException{\n\t\tint a,b,c;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t/*???????????£?¨?*/\n\t\tString[] st = str.split(\" \");\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\ta=parse[0]; b=parse[1]; c=parse[2];\n\n\t\tjudge(parse,len); //??¶?????????.????????????????????°????????????\n\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\t\t\tif(a<b&&b<c)\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\n\n\n\t}",
"main",
"{\n\t\tint a,b,c;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t/*???????????£?¨?*/\n\t\tString[] st = str.split(\" \");\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\ta=parse[0]; b=parse[1]; c=parse[2];\n\n\t\tjudge(parse,len); //??¶?????????.????????????????????°????????????\n\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\t\t\tif(a<b&&b<c)\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\n\n\n\t}",
"int a",
"a",
"b",
"b",
"c;",
"c",
"String str;",
"str",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"str = br.readLine()",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] st = str.split(\" \");",
"st",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int len=st.length;",
"len",
"st.length",
"st",
"st.length",
"int parse[] = new int[len];",
"parse",
"new int[len]",
"len",
"for(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}",
"int p=0;",
"int p=0;",
"p",
"0",
"p<len",
"p",
"len",
"p++",
"p++",
"p",
"{\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}",
"{\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}",
"parse[p]=Integer.parseInt(st[p])",
"parse[p]",
"parse",
"p",
"Integer.parseInt(st[p])",
"Integer.parseInt",
"Integer",
"st[p]",
"st",
"p",
"a=parse[0]",
"a",
"parse[0]",
"parse",
"0",
"b=parse[1]",
"b",
"parse[1]",
"parse",
"1",
"c=parse[2]",
"c",
"parse[2]",
"parse",
"2",
"judge(parse,len)",
"judge",
"parse",
"len",
"if(a<b&&b<c)\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");",
"a<b&&b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\t/*??¶?´???????????????????*/\n\tpublic static void judge(int parse[],int leng){\n\t\tfor(int j=0;j<leng;j++){\n\t\t\tif(parse[j]<0||parse[j]>100){\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t}\n\t}\n\n\t public static void main(String[] args) throws IOException{\n\t\tint a,b,c;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t/*???????????£?¨?*/\n\t\tString[] st = str.split(\" \");\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\ta=parse[0]; b=parse[1]; c=parse[2];\n\n\t\tjudge(parse,len); //??¶?????????.????????????????????°????????????\n\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\t\t\tif(a<b&&b<c)\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\n\n\n\t}\n\n}",
"public class Main {\n\t/*??¶?´???????????????????*/\n\tpublic static void judge(int parse[],int leng){\n\t\tfor(int j=0;j<leng;j++){\n\t\t\tif(parse[j]<0||parse[j]>100){\n\t\t\t\tSystem.out.println(\"??\\?????????0~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t}\n\t}\n\n\t public static void main(String[] args) throws IOException{\n\t\tint a,b,c;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\t/*???????????£?¨?*/\n\t\tString[] st = str.split(\" \");\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\ta=parse[0]; b=parse[1]; c=parse[2];\n\n\t\tjudge(parse,len); //??¶?????????.????????????????????°????????????\n\n\n\t\t /*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\t\t\tif(a<b&&b<c)\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\n\n\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
/*??¶?´???????????????????*/
public static void judge(int parse[],int leng){
for(int j=0;j<leng;j++){
if(parse[j]<0||parse[j]>100){
System.out.println("??\?????????0~100??\???????????§???.???????????????.");
System.exit(0);
}
}
}
public static void main(String[] args) throws IOException{
int a,b,c;
String str;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
str = br.readLine();
/*???????????£?¨?*/
String[] st = str.split(" ");
int len=st.length; //?????????????´???°
int parse[] = new int[len]; //String???int????????¨??????
for(int p=0;p<len;p++){
parse[p]=Integer.parseInt(st[p]); //String???int??????
}
a=parse[0]; b=parse[1]; c=parse[2];
judge(parse,len); //??¶?????????.????????????????????°????????????
/*for(int i=0;i<st.length;i++){
System.out.println("st["+i+"]="+st[i]); //?????????????´??¢????
}*/
/*????????¨????????????*/
if(a<b&&b<c)
System.out.println("Yes");
else
System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
13,
13,
30,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
60,
5
],
[
60,
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
],
[
32,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
27,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
8,
54
],
[
54,
55
],
[
55,
56
],
[
6,
57
],
[
57,
58
],
[
0,
59
],
[
59,
60
],
[
59,
61
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String [] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if(a<b){\n if(b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n sc.close();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String [] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if(a<b){\n if(b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n sc.close();\n }\n}",
"Main",
"public static void main(String [] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if(a<b){\n if(b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n sc.close();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if(a<b){\n if(b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n sc.close();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<b){\n if(b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");",
"a<b",
"a",
"b",
"{\n if(b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }",
"if(b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");",
"b<c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"sc.close()",
"sc.close",
"sc",
"String [] args",
"args",
"public class Main{\n public static void main(String [] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if(a<b){\n if(b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n sc.close();\n }\n}",
"public class Main{\n public static void main(String [] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if(a<b){\n if(b<c)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n sc.close();\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String [] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if(a<b){
if(b<c)
System.out.println("Yes");
else
System.out.println("No");
}
else
System.out.println("No");
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,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
2,
13,
17,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
62,
5
],
[
62,
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
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
42,
44
],
[
37,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
37,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
6,
59
],
[
59,
60
],
[
0,
61
],
[
61,
62
],
[
61,
63
]
] | [
"import java.util.Scanner;\npublic class Main{\n public static void main(String[] args){\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tint d=c-b;\n\tint e=b-a;\n\n\tif(d>0 && e>0){\n\t System.out.println( \"Yes\" );\n\t}else{\n\t System.out.println(\"No\");\n\t}\n\t\t\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tint d=c-b;\n\tint e=b-a;\n\n\tif(d>0 && e>0){\n\t System.out.println( \"Yes\" );\n\t}else{\n\t System.out.println(\"No\");\n\t}\n\t\t\n }\n\n}",
"Main",
"public static void main(String[] args){\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tint d=c-b;\n\tint e=b-a;\n\n\tif(d>0 && e>0){\n\t System.out.println( \"Yes\" );\n\t}else{\n\t System.out.println(\"No\");\n\t}\n\t\t\n }",
"main",
"{\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tint d=c-b;\n\tint e=b-a;\n\n\tif(d>0 && e>0){\n\t System.out.println( \"Yes\" );\n\t}else{\n\t System.out.println(\"No\");\n\t}\n\t\t\n }",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b=sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c=sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d=c-b;",
"d",
"c-b",
"c",
"b",
"int e=b-a;",
"e",
"b-a",
"b",
"a",
"if(d>0 && e>0){\n\t System.out.println( \"Yes\" );\n\t}else{\n\t System.out.println(\"No\");\n\t}",
"d>0 && e>0",
"d>0",
"d",
"0",
"e>0",
"e",
"0",
"{\n\t System.out.println( \"Yes\" );\n\t}",
"System.out.println( \"Yes\" )",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t System.out.println(\"No\");\n\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tint d=c-b;\n\tint e=b-a;\n\n\tif(d>0 && e>0){\n\t System.out.println( \"Yes\" );\n\t}else{\n\t System.out.println(\"No\");\n\t}\n\t\t\n }\n\n}",
"public class Main{\n public static void main(String[] args){\n\n\tScanner sc=new Scanner(System.in);\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tint d=c-b;\n\tint e=b-a;\n\n\tif(d>0 && e>0){\n\t System.out.println( \"Yes\" );\n\t}else{\n\t System.out.println(\"No\");\n\t}\n\t\t\n }\n\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner sc=new Scanner(System.in);
int a=sc.nextInt();
int b=sc.nextInt();
int c=sc.nextInt();
int d=c-b;
int e=b-a;
if(d>0 && e>0){
System.out.println( "Yes" );
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
41,
13,
41,
13,
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,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
58,
60
],
[
53,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
53,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
]
] | [
"import java.io.*;\n\nclass Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\tint a, b, c;\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\t\tc = Integer.parseInt(strArr[2]);\n\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\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 a, b, c;\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\t\tc = Integer.parseInt(strArr[2]);\n\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\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 a, b, c;\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\t\tc = Integer.parseInt(strArr[2]);\n\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"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 a, b, c;\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\t\tc = Integer.parseInt(strArr[2]);\n\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"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 a",
"a",
"b",
"b",
"c;",
"c",
"a = Integer.parseInt(strArr[0])",
"a",
"Integer.parseInt(strArr[0])",
"Integer.parseInt",
"Integer",
"strArr[0]",
"strArr",
"0",
"b = Integer.parseInt(strArr[1])",
"b",
"Integer.parseInt(strArr[1])",
"Integer.parseInt",
"Integer",
"strArr[1]",
"strArr",
"1",
"c = Integer.parseInt(strArr[2])",
"c",
"Integer.parseInt(strArr[2])",
"Integer.parseInt",
"Integer",
"strArr[2]",
"strArr",
"2",
"if(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a<b && b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | 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 a, b, c;
a = Integer.parseInt(strArr[0]);
b = Integer.parseInt(strArr[1]);
c = Integer.parseInt(strArr[2]);
if(a<b && b<c){
System.out.println("Yes");
}
else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
25,
26
],
[
15,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
27,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
27,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
27,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
27,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
27,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
71,
73
],
[
66,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
66,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
12,
88
],
[
88,
89
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\n\nclass Main{\n public static void main(String[] args){\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n if (a < b && b < c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e) {\n System.err.println(e.toString());\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"class Main{\n public static void main(String[] args){\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n if (a < b && b < c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e) {\n System.err.println(e.toString());\n }\n }\n}",
"Main",
"public static void main(String[] args){\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n if (a < b && b < c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e) {\n System.err.println(e.toString());\n }\n }",
"main",
"{\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n if (a < b && b < c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e) {\n System.err.println(e.toString());\n }\n }",
"try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n if (a < b && b < c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e) {\n System.err.println(e.toString());\n }",
"catch(IOException e) {\n System.err.println(e.toString());\n }",
"IOException e",
"{\n System.err.println(e.toString());\n }",
"System.err.println(e.toString())",
"System.err.println",
"System.err",
"System",
"System.err",
"e.toString()",
"e.toString",
"e",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n if (a < b && b < c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] str2 = str.split(\" \");",
"str2",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(str2[0]);",
"a",
"Integer.parseInt(str2[0])",
"Integer.parseInt",
"Integer",
"str2[0]",
"str2",
"0",
"int b = Integer.parseInt(str2[1]);",
"b",
"Integer.parseInt(str2[1])",
"Integer.parseInt",
"Integer",
"str2[1]",
"str2",
"1",
"int c = Integer.parseInt(str2[2]);",
"c",
"Integer.parseInt(str2[2])",
"Integer.parseInt",
"Integer",
"str2[2]",
"str2",
"2",
"if (a < b && b < c){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
class Main{
public static void main(String[] args){
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] str2 = str.split(" ");
int a = Integer.parseInt(str2[0]);
int b = Integer.parseInt(str2[1]);
int c = Integer.parseInt(str2[2]);
if (a < b && b < c){
System.out.println("Yes");
} else {
System.out.println("No");
}
} catch(IOException e) {
System.err.println(e.toString());
}
}
}
|
[
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,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
60,
5
],
[
60,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
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
],
[
32,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
27,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
6,
57
],
[
57,
58
],
[
0,
59
],
[
59,
60
],
[
59,
61
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\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 intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint intC = scan.nextInt();\n\n\t\tif(intA < intB ){\n\t\t\t\n\t\t\tif(intB < intC){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\t\t\t\t\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\n\t\t}else{\n\t\t\t\n\t\t\tSystem.out.println(\"No\");\n\t\t} \n\t\t\t\n\t\t\n\t\t\t\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint intC = scan.nextInt();\n\n\t\tif(intA < intB ){\n\t\t\t\n\t\t\tif(intB < intC){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\t\t\t\t\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\n\t\t}else{\n\t\t\t\n\t\t\tSystem.out.println(\"No\");\n\t\t} \n\t\t\t\n\t\t\n\t\t\t\n\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 intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint intC = scan.nextInt();\n\n\t\tif(intA < intB ){\n\t\t\t\n\t\t\tif(intB < intC){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\t\t\t\t\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\n\t\t}else{\n\t\t\t\n\t\t\tSystem.out.println(\"No\");\n\t\t} \n\t\t\t\n\t\t\n\t\t\t\n\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 intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint intC = scan.nextInt();\n\n\t\tif(intA < intB ){\n\t\t\t\n\t\t\tif(intB < intC){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\t\t\t\t\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\n\t\t}else{\n\t\t\t\n\t\t\tSystem.out.println(\"No\");\n\t\t} \n\t\t\t\n\t\t\n\t\t\t\n\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int intA = scan.nextInt();",
"intA",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intB = scan.nextInt();",
"intB",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intC = scan.nextInt();",
"intC",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(intA < intB ){\n\t\t\t\n\t\t\tif(intB < intC){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\t\t\t\t\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\n\t\t}else{\n\t\t\t\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"intA < intB",
"intA",
"intB",
"{\n\t\t\t\n\t\t\tif(intB < intC){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\t\t\t\t\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\n\t\t}",
"if(intB < intC){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\t\t\t\t\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"intB < intC",
"intB",
"intC",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\t\t\t\t\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\t\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint intC = scan.nextInt();\n\n\t\tif(intA < intB ){\n\t\t\t\n\t\t\tif(intB < intC){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\t\t\t\t\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\n\t\t}else{\n\t\t\t\n\t\t\tSystem.out.println(\"No\");\n\t\t} \n\t\t\t\n\t\t\n\t\t\t\n\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 intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint intC = scan.nextInt();\n\n\t\tif(intA < intB ){\n\t\t\t\n\t\t\tif(intB < intC){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\t\t\t\t\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\n\t\t}else{\n\t\t\t\n\t\t\tSystem.out.println(\"No\");\n\t\t} \n\t\t\t\n\t\t\n\t\t\t\n\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 intA = scan.nextInt();
int intB = scan.nextInt();
int intC = scan.nextInt();
if(intA < intB ){
if(intB < intC){
System.out.println("Yes");
}else{
System.out.println("No");
}
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
29,
2,
13,
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,
4,
13,
13,
13,
30,
14,
4,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
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
],
[
69,
8
],
[
69,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
9,
16
],
[
16,
17
],
[
9,
18
],
[
18,
19
],
[
69,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
22,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
22,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
42,
45
],
[
41,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
48,
51
],
[
47,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
52,
59
],
[
22,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
20,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"\nimport java.io.IOException;\nimport java.util.Scanner;\n\n\npublic class Main {\n\n\tpublic static boolean isMT (int a, int b) {\n\t\treturn b > a;\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (isMT(a, b)) {\n\t\t\tif (isMT(b, c)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static boolean isMT (int a, int b) {\n\t\treturn b > a;\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (isMT(a, b)) {\n\t\t\tif (isMT(b, c)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}\n}",
"Main",
"public static boolean isMT (int a, int b) {\n\t\treturn b > a;\n\t}",
"isMT",
"{\n\t\treturn b > a;\n\t}",
"return b > a;",
"b > a",
"b",
"a",
"int a",
"a",
"int b",
"b",
"public static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (isMT(a, b)) {\n\t\t\tif (isMT(b, c)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (isMT(a, b)) {\n\t\t\tif (isMT(b, c)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (isMT(a, b)) {\n\t\t\tif (isMT(b, c)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}",
"isMT(a, b)",
"isMT",
"a",
"b",
"{\n\t\t\tif (isMT(b, c)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}",
"if (isMT(b, c)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}",
"isMT(b, c)",
"isMT",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"return;",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static boolean isMT (int a, int b) {\n\t\treturn b > a;\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (isMT(a, b)) {\n\t\t\tif (isMT(b, c)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}\n}",
"public class Main {\n\n\tpublic static boolean isMT (int a, int b) {\n\t\treturn b > a;\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (isMT(a, b)) {\n\t\t\tif (isMT(b, c)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(\"No\");\n\t}\n}",
"Main"
] |
import java.io.IOException;
import java.util.Scanner;
public class Main {
public static boolean isMT (int a, int b) {
return b > a;
}
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 (isMT(a, b)) {
if (isMT(b, c)) {
System.out.println("Yes");
return;
}
}
System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
47,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
47,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
6,
69
],
[
69,
70
]
] | [
"import java.util.*;\nclass Main\n{\n public static void main(String[] args)\n {\n Scanner a = new Scanner(System.in);\n String input = a.nextLine();\n String[] spt = input.split(\" \");\n int num1 = Integer.parseInt(spt[0]);\n int num2 = Integer.parseInt(spt[1]);\n int num3 = Integer.parseInt(spt[2]);\n \n if(num1 < num2 && num2 < num3) \n {\n System.out.println(\"Yes\");\n }\n else \n {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main\n{\n public static void main(String[] args)\n {\n Scanner a = new Scanner(System.in);\n String input = a.nextLine();\n String[] spt = input.split(\" \");\n int num1 = Integer.parseInt(spt[0]);\n int num2 = Integer.parseInt(spt[1]);\n int num3 = Integer.parseInt(spt[2]);\n \n if(num1 < num2 && num2 < num3) \n {\n System.out.println(\"Yes\");\n }\n else \n {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args)\n {\n Scanner a = new Scanner(System.in);\n String input = a.nextLine();\n String[] spt = input.split(\" \");\n int num1 = Integer.parseInt(spt[0]);\n int num2 = Integer.parseInt(spt[1]);\n int num3 = Integer.parseInt(spt[2]);\n \n if(num1 < num2 && num2 < num3) \n {\n System.out.println(\"Yes\");\n }\n else \n {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner a = new Scanner(System.in);\n String input = a.nextLine();\n String[] spt = input.split(\" \");\n int num1 = Integer.parseInt(spt[0]);\n int num2 = Integer.parseInt(spt[1]);\n int num3 = Integer.parseInt(spt[2]);\n \n if(num1 < num2 && num2 < num3) \n {\n System.out.println(\"Yes\");\n }\n else \n {\n System.out.println(\"No\");\n }\n }",
"Scanner a = new Scanner(System.in);",
"a",
"new Scanner(System.in)",
"String input = a.nextLine();",
"input",
"a.nextLine()",
"a.nextLine",
"a",
"String[] spt = input.split(\" \");",
"spt",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int num1 = Integer.parseInt(spt[0]);",
"num1",
"Integer.parseInt(spt[0])",
"Integer.parseInt",
"Integer",
"spt[0]",
"spt",
"0",
"int num2 = Integer.parseInt(spt[1]);",
"num2",
"Integer.parseInt(spt[1])",
"Integer.parseInt",
"Integer",
"spt[1]",
"spt",
"1",
"int num3 = Integer.parseInt(spt[2]);",
"num3",
"Integer.parseInt(spt[2])",
"Integer.parseInt",
"Integer",
"spt[2]",
"spt",
"2",
"if(num1 < num2 && num2 < num3) \n {\n System.out.println(\"Yes\");\n }\n else \n {\n System.out.println(\"No\");\n }",
"num1 < num2 && num2 < num3",
"num1 < num2",
"num1",
"num2",
"num2 < num3",
"num2",
"num3",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.*;
class Main
{
public static void main(String[] args)
{
Scanner a = new Scanner(System.in);
String input = a.nextLine();
String[] spt = input.split(" ");
int num1 = Integer.parseInt(spt[0]);
int num2 = Integer.parseInt(spt[1]);
int num3 = Integer.parseInt(spt[2]);
if(num1 < num2 && num2 < num3)
{
System.out.println("Yes");
}
else
{
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
51,
5
],
[
51,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
30,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
6,
48
],
[
48,
49
],
[
0,
50
],
[
50,
51
],
[
50,
52
]
] | [
"import java.util.*;\n\npublic class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n\n String j = \"No\";\n\n if (a < b && b < c) {\n j = \"Yes\";\n }\n\n System.out.println(j);\n\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n\n String j = \"No\";\n\n if (a < b && b < c) {\n j = \"Yes\";\n }\n\n System.out.println(j);\n\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n\n String j = \"No\";\n\n if (a < b && b < c) {\n j = \"Yes\";\n }\n\n System.out.println(j);\n\n }",
"main",
"{\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n\n String j = \"No\";\n\n if (a < b && b < c) {\n j = \"Yes\";\n }\n\n System.out.println(j);\n\n }",
"Scanner stdId = new Scanner(System.in);",
"stdId",
"new Scanner(System.in)",
"int a = stdId.nextInt();",
"a",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int b = stdId.nextInt();",
"b",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int c = stdId.nextInt();",
"c",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"String j = \"No\";",
"j",
"\"No\"",
"if (a < b && b < c) {\n j = \"Yes\";\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n j = \"Yes\";\n }",
"j = \"Yes\"",
"j",
"\"Yes\"",
"System.out.println(j)",
"System.out.println",
"System.out",
"System",
"System.out",
"j",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n\n String j = \"No\";\n\n if (a < b && b < c) {\n j = \"Yes\";\n }\n\n System.out.println(j);\n\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt();\n int b = stdId.nextInt();\n int c = stdId.nextInt();\n\n String j = \"No\";\n\n if (a < b && b < c) {\n j = \"Yes\";\n }\n\n System.out.println(j);\n\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
Scanner stdId = new Scanner(System.in);
int a = stdId.nextInt();
int b = stdId.nextInt();
int c = stdId.nextInt();
String j = "No";
if (a < b && b < c) {
j = "Yes";
}
System.out.println(j);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
38,
5,
13,
30,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
15,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
25,
30
],
[
19,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
19,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
19,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
19,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
60,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
55,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
6,
85
],
[
85,
86
]
] | [
"import java.io.*;\n\nclass Main {\n\tpublic static void main(String[] args){\n\t\tint a, b, c;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tif(a < b ){\n\t\t\t if(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t } else {\n\t\t\t \tSystem.out.println(\"No\");\n\t\t\t \t}\n\t\t\t } else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t }\n\t\t} catch(Exception e){\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String[] args){\n\t\tint a, b, c;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tif(a < b ){\n\t\t\t if(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t } else {\n\t\t\t \tSystem.out.println(\"No\");\n\t\t\t \t}\n\t\t\t } else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t }\n\t\t} catch(Exception e){\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint a, b, c;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tif(a < b ){\n\t\t\t if(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t } else {\n\t\t\t \tSystem.out.println(\"No\");\n\t\t\t \t}\n\t\t\t } else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t }\n\t\t} catch(Exception e){\n\t\t}\n\t}",
"main",
"{\n\t\tint a, b, c;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tif(a < b ){\n\t\t\t if(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t } else {\n\t\t\t \tSystem.out.println(\"No\");\n\t\t\t \t}\n\t\t\t } else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t }\n\t\t} catch(Exception e){\n\t\t}\n\t}",
"int a",
"a",
"b",
"b",
"c;",
"c",
"try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tif(a < b ){\n\t\t\t if(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t } else {\n\t\t\t \tSystem.out.println(\"No\");\n\t\t\t \t}\n\t\t\t } else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t }\n\t\t} catch(Exception e){\n\t\t}",
"catch(Exception e){\n\t\t}",
"Exception e",
"{\n\t\t}",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\tc = Integer.parseInt(line[2]);\n\t\t\t\n\t\t\tif(a < b ){\n\t\t\t if(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t } else {\n\t\t\t \tSystem.out.println(\"No\");\n\t\t\t \t}\n\t\t\t } else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t }\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] line = br.readLine().split(\" \");",
"line",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"a = Integer.parseInt(line[0])",
"a",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"b = Integer.parseInt(line[1])",
"b",
"Integer.parseInt(line[1])",
"Integer.parseInt",
"Integer",
"line[1]",
"line",
"1",
"c = Integer.parseInt(line[2])",
"c",
"Integer.parseInt(line[2])",
"Integer.parseInt",
"Integer",
"line[2]",
"line",
"2",
"if(a < b ){\n\t\t\t if(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t } else {\n\t\t\t \tSystem.out.println(\"No\");\n\t\t\t \t}\n\t\t\t } else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t }",
"a < b",
"a",
"b",
"{\n\t\t\t if(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t } else {\n\t\t\t \tSystem.out.println(\"No\");\n\t\t\t \t}\n\t\t\t }",
"if(b < c){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t } else {\n\t\t\t \tSystem.out.println(\"No\");\n\t\t\t \t}",
"b < c",
"b",
"c",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\t \tSystem.out.println(\"No\");\n\t\t\t \t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.io.*;
class Main {
public static void main(String[] args){
int a, b, c;
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] line = br.readLine().split(" ");
a = Integer.parseInt(line[0]);
b = Integer.parseInt(line[1]);
c = Integer.parseInt(line[2]);
if(a < b ){
if(b < c){
System.out.println("Yes");
} else {
System.out.println("No");
}
} else {
System.out.println("No");
}
} catch(Exception e){
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
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,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
78,
14
],
[
78,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
17,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
35,
36
],
[
17,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
43,
44
],
[
17,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
51,
52
],
[
17,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
58,
60
],
[
53,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
53,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
15,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] | [
"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) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t String str = br.readLine();\n\t StringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t String str = br.readLine();\n\t StringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t String str = br.readLine();\n\t StringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t String str = br.readLine();\n\t StringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\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",
"StringTokenizer st = new StringTokenizer(str, \" \");",
"st",
"new StringTokenizer(str, \" \")",
"int a = Integer.parseInt(st.nextToken());",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int b = Integer.parseInt(st.nextToken());",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int c = Integer.parseInt(st.nextToken());",
"c",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t String str = br.readLine();\n\t StringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t String str = br.readLine();\n\t StringTokenizer st = new StringTokenizer(str, \" \");\n\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\n\t\tif(a < b && b < c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
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 a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
int c = Integer.parseInt(st.nextToken());
if(a < b && b < c) {
System.out.println("Yes");
}else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
13,
13,
13,
13,
23,
13,
12,
13,
30,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
66,
5
],
[
66,
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
],
[
27,
30
],
[
27,
31
],
[
6,
32
],
[
32,
33
],
[
66,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
42,
44
],
[
37,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
37,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
34,
59
],
[
59,
60
],
[
34,
61
],
[
61,
62
],
[
34,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.util.*;\n\npublic class Main{\n\tstatic public void main(String[] args){\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tisRange(a,b,c);\n\t}\n\n\tstatic public void isRange(int a,int b,int c){\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tstatic public void main(String[] args){\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tisRange(a,b,c);\n\t}\n\n\tstatic public void isRange(int a,int b,int c){\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"static public void main(String[] args){\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tisRange(a,b,c);\n\t}",
"main",
"{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tisRange(a,b,c);\n\t}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b=sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c=sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"isRange(a,b,c)",
"isRange",
"a",
"b",
"c",
"String[] args",
"args",
"static public void isRange(int a,int b,int c){\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"isRange",
"{\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"if(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a<b && b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"int a",
"a",
"int b",
"b",
"int c",
"c",
"public class Main{\n\tstatic public void main(String[] args){\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tisRange(a,b,c);\n\t}\n\n\tstatic public void isRange(int a,int b,int c){\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main{\n\tstatic public void main(String[] args){\n\t\tScanner sc=new Scanner(System.in);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tint c=sc.nextInt();\n\t\tisRange(a,b,c);\n\t}\n\n\tstatic public void isRange(int a,int b,int c){\n\t\tif(a<b && b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
static public void main(String[] args){
Scanner sc=new Scanner(System.in);
int a=sc.nextInt();
int b=sc.nextInt();
int c=sc.nextInt();
isRange(a,b,c);
}
static public void isRange(int a,int b,int c){
if(a<b && b<c){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
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
],
[
27,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
6,
49
],
[
49,
50
]
] | [
"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 = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tif(a<b & b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tif(a<b & b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tif(a<b & b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\t\n\t\tif(a<b & b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(a<b & b<c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"a<b & b<c",
"a<b",
"a",
"b",
"b<c",
"b",
"c",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
if(a<b & b<c){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
}
|
[
7,
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,
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,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
80,
5
],
[
80,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
15,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
25,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
22,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
22,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
22,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
55,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
55,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
6,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] | [
"import java.io.*;\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 a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}",
"import java.io.*;",
"io.*",
"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 a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\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 a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\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 a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\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 a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\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 a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"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",
"if(a < b && b < c) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"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 a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\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 a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e) {\n e.printStackTrace();\n }\n }\n}",
"Main"
] | import java.io.*;
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 a = Integer.parseInt(str[0]);
int b = Integer.parseInt(str[1]);
int c = Integer.parseInt(str[2]);
if(a < b && b < c) {
System.out.println("Yes");
} else {
System.out.println("No");
}
} catch(IOException e) {
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
56,
5
],
[
56,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
33,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
6,
53
],
[
53,
54
],
[
0,
55
],
[
55,
56
],
[
55,
57
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, b, cを宣言\n int a, b, c;\n \n //a, b, cを入力\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n \n //a < b < c が成立しているか判定\n if(a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n \n }\n}\n\n\n\n/*覚えよう!!\n \n・複数のif(条件):かつ「 && 」とまたは「 || 」の2つを使用する\n ※かつ「 && 」:「真 && 真 = 真」, 「真 && 偽 = 偽」, 「偽 && 真 = 偽」 ,「偽 && 偽 = 偽」の4つの条件\n または「 || 」:「真 && 真 = 真」, 「真 && 偽 = 真」, 「偽 && 真 = 真」 ,「偽 && 偽 = 偽」の4つの条件\n\n*/\n \n \n/*前回の内容!!\n\n\n・関係を比較する:if(条件式)\n 例:if(2 < 3) この条件は「真(成立)」 → 何か命令があれば実行する\n if(5 < 3) この条件は「偽(不成立)」 → 何か命令があれば実行しない\n \n・比較の条件式:等しいか比較「==」、等しくないか比較「!=」 \n 大きいか比較「<」、小さいか比較「>」\n 以上の比較「<=」、以下の比較「>=」\n \n \n・else;ifの条件以外の場合に使用する。\n 例:if(雨 == 降っている) System.out.println(\"傘を持って行く\");\n else System.out.println(\"傘を持って行かない\");\n \n \n・else if:詳細な場合分けしたいときに使用\n 例:if(雨 == 降っている) System.out.println(\"傘を持って行く\");\n else if(雨 == 午後から降るかも) System.out.println(\"念のため傘を持って行く\");\n else System.out.println(\"傘を持って行かない\");\n \n\n \n・変数に計算結果を代入する:面積 = 縦 × 横\n ※計算は変数名でも数値でもいける\n \n・四則演算:足し算「+」、引き算「-」、掛け算「*」、割り算「/」\n 1 + 2 = 3;\n 4 - 3 = 1;\n 2 * 5 = 10;\n 8 / 2 = 4;\n \n・余りの計算:割り算の余り「%」\n 5 % 3 = 2;\n \n \n・printlnの複数表示:「+」を使用\n 例:println(\"Kobe\" + \"Kagikou\"); = KobeKajikou\n println(\"明治 + 20 + \"年\"); = 明治20年 数値が入ってもOK!\n \n \n \n・変数の宣言は「型」と「変数名」の2つ必要\n 例:型_変数名 → int x;\n \n・キーボードから入力するときは・・・「 import java.util.Scanner; 」 と 「 Scanner sc = new Scanner(System.in) ; 」が必要\n \n・入力するとき・・・変数名 = sc.nextInt(); nextの後は型を書く、頭文字は大文字 \n ※ scは変更しても大丈夫しかし全て変更後の文字に統一 例:nyuryoku\n \n・println・・・画面に出力するときに使用\n \n・文字列の表示・・・\"〇〇〇の間に入力\"ことが約束\n \n*/\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, b, cを宣言\n int a, b, c;\n \n //a, b, cを入力\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n \n //a < b < c が成立しているか判定\n if(a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n \n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, b, cを宣言\n int a, b, c;\n \n //a, b, cを入力\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n \n //a < b < c が成立しているか判定\n if(a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n \n }",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, b, cを宣言\n int a, b, c;\n \n //a, b, cを入力\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n \n //a < b < c が成立しているか判定\n if(a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"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 && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, b, cを宣言\n int a, b, c;\n \n //a, b, cを入力\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n \n //a < b < c が成立しているか判定\n if(a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n \n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数a, b, cを宣言\n int a, b, c;\n \n //a, b, cを入力\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n \n //a < b < c が成立しているか判定\n if(a < b && b < c) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n \n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
//変数a, b, cを宣言
int a, b, c;
//a, b, cを入力
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
//a < b < c が成立しているか判定
if(a < b && b < c) System.out.println("Yes");
else System.out.println("No");
}
}
/*覚えよう!!
・複数のif(条件):かつ「 && 」とまたは「 || 」の2つを使用する
※かつ「 && 」:「真 && 真 = 真」, 「真 && 偽 = 偽」, 「偽 && 真 = 偽」 ,「偽 && 偽 = 偽」の4つの条件
または「 || 」:「真 && 真 = 真」, 「真 && 偽 = 真」, 「偽 && 真 = 真」 ,「偽 && 偽 = 偽」の4つの条件
*/
/*前回の内容!!
・関係を比較する:if(条件式)
例:if(2 < 3) この条件は「真(成立)」 → 何か命令があれば実行する
if(5 < 3) この条件は「偽(不成立)」 → 何か命令があれば実行しない
・比較の条件式:等しいか比較「==」、等しくないか比較「!=」
大きいか比較「<」、小さいか比較「>」
以上の比較「<=」、以下の比較「>=」
・else;ifの条件以外の場合に使用する。
例:if(雨 == 降っている) System.out.println("傘を持って行く");
else System.out.println("傘を持って行かない");
・else if:詳細な場合分けしたいときに使用
例:if(雨 == 降っている) System.out.println("傘を持って行く");
else if(雨 == 午後から降るかも) System.out.println("念のため傘を持って行く");
else System.out.println("傘を持って行かない");
・変数に計算結果を代入する:面積 = 縦 × 横
※計算は変数名でも数値でもいける
・四則演算:足し算「+」、引き算「-」、掛け算「*」、割り算「/」
1 + 2 = 3;
4 - 3 = 1;
2 * 5 = 10;
8 / 2 = 4;
・余りの計算:割り算の余り「%」
5 % 3 = 2;
・printlnの複数表示:「+」を使用
例:println("Kobe" + "Kagikou"); = KobeKajikou
println("明治 + 20 + "年"); = 明治20年 数値が入ってもOK!
・変数の宣言は「型」と「変数名」の2つ必要
例:型_変数名 → int x;
・キーボードから入力するときは・・・「 import java.util.Scanner; 」 と 「 Scanner sc = new Scanner(System.in) ; 」が必要
・入力するとき・・・変数名 = sc.nextInt(); nextの後は型を書く、頭文字は大文字
※ scは変更しても大丈夫しかし全て変更後の文字に統一 例:nyuryoku
・println・・・画面に出力するときに使用
・文字列の表示・・・"〇〇〇の間に入力"ことが約束
*/
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
78,
11
],
[
78,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
23,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
14,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
14,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
14,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
58,
60
],
[
53,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
53,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
12,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder line = new StringBuilder(br.readLine());\n\n String[] input = line.toString().split(\" \");\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\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 public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder line = new StringBuilder(br.readLine());\n\n String[] input = line.toString().split(\" \");\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder line = new StringBuilder(br.readLine());\n\n String[] input = line.toString().split(\" \");\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder line = new StringBuilder(br.readLine());\n\n String[] input = line.toString().split(\" \");\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringBuilder line = new StringBuilder(br.readLine());",
"line",
"new StringBuilder(br.readLine())",
"String[] input = line.toString().split(\" \");",
"input",
"line.toString().split(\" \")",
"line.toString().split",
"line.toString()",
"line.toString",
"line",
"\" \"",
"int a = Integer.parseInt(input[0]);",
"a",
"Integer.parseInt(input[0])",
"Integer.parseInt",
"Integer",
"input[0]",
"input",
"0",
"int b = Integer.parseInt(input[1]);",
"b",
"Integer.parseInt(input[1])",
"Integer.parseInt",
"Integer",
"input[1]",
"input",
"1",
"int c = Integer.parseInt(input[2]);",
"c",
"Integer.parseInt(input[2])",
"Integer.parseInt",
"Integer",
"input[2]",
"input",
"2",
"if(a < b && b < c) {\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }",
"a < b && b < c",
"a < b",
"a",
"b",
"b < c",
"b",
"c",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"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 StringBuilder line = new StringBuilder(br.readLine());\n\n String[] input = line.toString().split(\" \");\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder line = new StringBuilder(br.readLine());\n\n String[] input = line.toString().split(\" \");\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n\n if(a < b && b < c) {\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringBuilder line = new StringBuilder(br.readLine());
String[] input = line.toString().split(" ");
int a = Integer.parseInt(input[0]);
int b = Integer.parseInt(input[1]);
int c = Integer.parseInt(input[2]);
if(a < b && b < c) {
System.out.println("Yes");
}
else {
System.out.println("No");
}
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.