node_ids
listlengths 4
1.4k
| edge_index
listlengths 1
2.22k
| text
listlengths 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,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
2,
13,
13,
17,
30,
40,
13,
14,
2,
2,
13,
13,
17,
30,
40,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
81,
5
],
[
81,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
42,
48
],
[
48,
49
],
[
49,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
51,
57
],
[
57,
58
],
[
58,
59
],
[
8,
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
],
[
6,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] |
[
"import java.util.Scanner;\npublic class Main {\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(), d = sc.nextInt();\n\t\tint x = a/d, y = c/b;\n\t\tif(a%d != 0) {\n\t\t\tx++;\n\t\t}\n\t\tif(c%b != 0) {\n\t\t\ty++;\n\t\t}\n\t\tif(x >= y) {\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 sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(),b = sc.nextInt(), c = sc.nextInt(), d = sc.nextInt();\n\t\tint x = a/d, y = c/b;\n\t\tif(a%d != 0) {\n\t\t\tx++;\n\t\t}\n\t\tif(c%b != 0) {\n\t\t\ty++;\n\t\t}\n\t\tif(x >= y) {\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(),b = sc.nextInt(), c = sc.nextInt(), d = sc.nextInt();\n\t\tint x = a/d, y = c/b;\n\t\tif(a%d != 0) {\n\t\t\tx++;\n\t\t}\n\t\tif(c%b != 0) {\n\t\t\ty++;\n\t\t}\n\t\tif(x >= y) {\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(),b = sc.nextInt(), c = sc.nextInt(), d = sc.nextInt();\n\t\tint x = a/d, y = c/b;\n\t\tif(a%d != 0) {\n\t\t\tx++;\n\t\t}\n\t\tif(c%b != 0) {\n\t\t\ty++;\n\t\t}\n\t\tif(x >= y) {\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",
"b = sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"c = sc.nextInt()",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = a/d",
"x",
"a/d",
"a",
"d",
"y = c/b;",
"y",
"c/b",
"c",
"b",
"if(a%d != 0) {\n\t\t\tx++;\n\t\t}",
"a%d != 0",
"a%d",
"a",
"d",
"0",
"{\n\t\t\tx++;\n\t\t}",
"x++",
"x",
"if(c%b != 0) {\n\t\t\ty++;\n\t\t}",
"c%b != 0",
"c%b",
"c",
"b",
"0",
"{\n\t\t\ty++;\n\t\t}",
"y++",
"y",
"if(x >= y) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"x >= y",
"x",
"y",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\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(), d = sc.nextInt();\n\t\tint x = a/d, y = c/b;\n\t\tif(a%d != 0) {\n\t\t\tx++;\n\t\t}\n\t\tif(c%b != 0) {\n\t\t\ty++;\n\t\t}\n\t\tif(x >= y) {\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 sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(),b = sc.nextInt(), c = sc.nextInt(), d = sc.nextInt();\n\t\tint x = a/d, y = c/b;\n\t\tif(a%d != 0) {\n\t\t\tx++;\n\t\t}\n\t\tif(c%b != 0) {\n\t\t\ty++;\n\t\t}\n\t\tif(x >= y) {\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 sc = new Scanner(System.in);
int a = sc.nextInt(),b = sc.nextInt(), c = sc.nextInt(), d = sc.nextInt();
int x = a/d, y = c/b;
if(a%d != 0) {
x++;
}
if(c%b != 0) {
y++;
}
if(x >= y) {
System.out.println("Yes");
}else {
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
42,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
14,
4,
18,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
81,
5
],
[
81,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
36,
49
],
[
49,
50
],
[
49,
51
],
[
36,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
61,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
61,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
6,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] |
[
"\nimport java.util.*;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n int A = sc.nextInt();\n\n int B = sc.nextInt();\n\n int C = sc.nextInt();\n\n int D = sc.nextInt();\n\n String flag;\n while (true) {\n C -= B;\n if (C <= 0) {\n flag = \"t\";\n break;\n }\n A -= D;\n if (A <= 0) {\n flag = \"a\";\n break;\n }\n }\n if (flag.equals(\"t\")) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n int A = sc.nextInt();\n\n int B = sc.nextInt();\n\n int C = sc.nextInt();\n\n int D = sc.nextInt();\n\n String flag;\n while (true) {\n C -= B;\n if (C <= 0) {\n flag = \"t\";\n break;\n }\n A -= D;\n if (A <= 0) {\n flag = \"a\";\n break;\n }\n }\n if (flag.equals(\"t\")) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n int A = sc.nextInt();\n\n int B = sc.nextInt();\n\n int C = sc.nextInt();\n\n int D = sc.nextInt();\n\n String flag;\n while (true) {\n C -= B;\n if (C <= 0) {\n flag = \"t\";\n break;\n }\n A -= D;\n if (A <= 0) {\n flag = \"a\";\n break;\n }\n }\n if (flag.equals(\"t\")) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n\n int A = sc.nextInt();\n\n int B = sc.nextInt();\n\n int C = sc.nextInt();\n\n int D = sc.nextInt();\n\n String flag;\n while (true) {\n C -= B;\n if (C <= 0) {\n flag = \"t\";\n break;\n }\n A -= D;\n if (A <= 0) {\n flag = \"a\";\n break;\n }\n }\n if (flag.equals(\"t\")) System.out.println(\"Yes\");\n else System.out.println(\"No\");\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 = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"String flag;",
"flag",
"while (true) {\n C -= B;\n if (C <= 0) {\n flag = \"t\";\n break;\n }\n A -= D;\n if (A <= 0) {\n flag = \"a\";\n break;\n }\n }",
"true",
"{\n C -= B;\n if (C <= 0) {\n flag = \"t\";\n break;\n }\n A -= D;\n if (A <= 0) {\n flag = \"a\";\n break;\n }\n }",
"C -= B",
"C",
"B",
"if (C <= 0) {\n flag = \"t\";\n break;\n }",
"C <= 0",
"C",
"0",
"{\n flag = \"t\";\n break;\n }",
"flag = \"t\"",
"flag",
"\"t\"",
"break;",
"A -= D",
"A",
"D",
"if (A <= 0) {\n flag = \"a\";\n break;\n }",
"A <= 0",
"A",
"0",
"{\n flag = \"a\";\n break;\n }",
"flag = \"a\"",
"flag",
"\"a\"",
"break;",
"if (flag.equals(\"t\")) System.out.println(\"Yes\");\n else System.out.println(\"No\");",
"flag.equals(\"t\")",
"flag.equals",
"flag",
"\"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\"",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n int A = sc.nextInt();\n\n int B = sc.nextInt();\n\n int C = sc.nextInt();\n\n int D = sc.nextInt();\n\n String flag;\n while (true) {\n C -= B;\n if (C <= 0) {\n flag = \"t\";\n break;\n }\n A -= D;\n if (A <= 0) {\n flag = \"a\";\n break;\n }\n }\n if (flag.equals(\"t\")) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n int A = sc.nextInt();\n\n int B = sc.nextInt();\n\n int C = sc.nextInt();\n\n int D = sc.nextInt();\n\n String flag;\n while (true) {\n C -= B;\n if (C <= 0) {\n flag = \"t\";\n break;\n }\n A -= D;\n if (A <= 0) {\n flag = \"a\";\n break;\n }\n }\n if (flag.equals(\"t\")) System.out.println(\"Yes\");\n else System.out.println(\"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();
int D = sc.nextInt();
String flag;
while (true) {
C -= B;
if (C <= 0) {
flag = "t";
break;
}
A -= D;
if (A <= 0) {
flag = "a";
break;
}
}
if (flag.equals("t")) 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,
4,
18,
13,
18,
13,
17,
41,
13,
17,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
40,
13,
3,
0,
13,
13,
14,
2,
13,
17,
30,
40,
13,
3,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
110,
5
],
[
110,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
14,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
49,
51
],
[
8,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
55,
57
],
[
8,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
58,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
75,
76
],
[
74,
77
],
[
66,
78
],
[
78,
79
],
[
78,
80
],
[
66,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
86,
87
],
[
85,
88
],
[
8,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
89,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
6,
107
],
[
107,
108
],
[
0,
109
],
[
109,
110
],
[
109,
111
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tString[] list = scanner.nextLine().split(\" \");\n\n\t\tint t_v = Integer.parseInt(list[0]);\n\t\tint t_a = Integer.parseInt(list[1]);\n\t\tint a_v = Integer.parseInt(list[2]);\n\t\tint a_a = Integer.parseInt(list[3]);\n\t\tint t_flag = 0;\n\t\tint a_flag = 0;\n\n\n\t\twhile(t_v > 0 || a_v > 0) {\n\t\t\ta_v -= t_a;\n\t\t\tif(a_v <= 0) {\n\t\t\t\tt_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tt_v -= a_a;\n\t\t\tif(t_v <= 0) {\n\t\t\t\ta_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif(t_flag == 1) {\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[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tString[] list = scanner.nextLine().split(\" \");\n\n\t\tint t_v = Integer.parseInt(list[0]);\n\t\tint t_a = Integer.parseInt(list[1]);\n\t\tint a_v = Integer.parseInt(list[2]);\n\t\tint a_a = Integer.parseInt(list[3]);\n\t\tint t_flag = 0;\n\t\tint a_flag = 0;\n\n\n\t\twhile(t_v > 0 || a_v > 0) {\n\t\t\ta_v -= t_a;\n\t\t\tif(a_v <= 0) {\n\t\t\t\tt_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tt_v -= a_a;\n\t\t\tif(t_v <= 0) {\n\t\t\t\ta_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif(t_flag == 1) {\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) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tString[] list = scanner.nextLine().split(\" \");\n\n\t\tint t_v = Integer.parseInt(list[0]);\n\t\tint t_a = Integer.parseInt(list[1]);\n\t\tint a_v = Integer.parseInt(list[2]);\n\t\tint a_a = Integer.parseInt(list[3]);\n\t\tint t_flag = 0;\n\t\tint a_flag = 0;\n\n\n\t\twhile(t_v > 0 || a_v > 0) {\n\t\t\ta_v -= t_a;\n\t\t\tif(a_v <= 0) {\n\t\t\t\tt_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tt_v -= a_a;\n\t\t\tif(t_v <= 0) {\n\t\t\t\ta_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif(t_flag == 1) {\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\tScanner scanner = new Scanner(System.in);\n\t\tString[] list = scanner.nextLine().split(\" \");\n\n\t\tint t_v = Integer.parseInt(list[0]);\n\t\tint t_a = Integer.parseInt(list[1]);\n\t\tint a_v = Integer.parseInt(list[2]);\n\t\tint a_a = Integer.parseInt(list[3]);\n\t\tint t_flag = 0;\n\t\tint a_flag = 0;\n\n\n\t\twhile(t_v > 0 || a_v > 0) {\n\t\t\ta_v -= t_a;\n\t\t\tif(a_v <= 0) {\n\t\t\t\tt_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tt_v -= a_a;\n\t\t\tif(t_v <= 0) {\n\t\t\t\ta_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif(t_flag == 1) {\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 scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"String[] list = scanner.nextLine().split(\" \");",
"list",
"scanner.nextLine().split(\" \")",
"scanner.nextLine().split",
"scanner.nextLine()",
"scanner.nextLine",
"scanner",
"\" \"",
"int t_v = Integer.parseInt(list[0]);",
"t_v",
"Integer.parseInt(list[0])",
"Integer.parseInt",
"Integer",
"list[0]",
"list",
"0",
"int t_a = Integer.parseInt(list[1]);",
"t_a",
"Integer.parseInt(list[1])",
"Integer.parseInt",
"Integer",
"list[1]",
"list",
"1",
"int a_v = Integer.parseInt(list[2]);",
"a_v",
"Integer.parseInt(list[2])",
"Integer.parseInt",
"Integer",
"list[2]",
"list",
"2",
"int a_a = Integer.parseInt(list[3]);",
"a_a",
"Integer.parseInt(list[3])",
"Integer.parseInt",
"Integer",
"list[3]",
"list",
"3",
"int t_flag = 0;",
"t_flag",
"0",
"int a_flag = 0;",
"a_flag",
"0",
"while(t_v > 0 || a_v > 0) {\n\t\t\ta_v -= t_a;\n\t\t\tif(a_v <= 0) {\n\t\t\t\tt_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tt_v -= a_a;\n\t\t\tif(t_v <= 0) {\n\t\t\t\ta_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"t_v > 0 || a_v > 0",
"t_v > 0",
"t_v",
"0",
"a_v > 0",
"a_v",
"0",
"{\n\t\t\ta_v -= t_a;\n\t\t\tif(a_v <= 0) {\n\t\t\t\tt_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tt_v -= a_a;\n\t\t\tif(t_v <= 0) {\n\t\t\t\ta_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"a_v -= t_a",
"a_v",
"t_a",
"if(a_v <= 0) {\n\t\t\t\tt_flag ++;\n\t\t\t\tbreak;\n\t\t\t}",
"a_v <= 0",
"a_v",
"0",
"{\n\t\t\t\tt_flag ++;\n\t\t\t\tbreak;\n\t\t\t}",
"t_flag ++",
"t_flag",
"break;",
"t_v -= a_a",
"t_v",
"a_a",
"if(t_v <= 0) {\n\t\t\t\ta_flag ++;\n\t\t\t\tbreak;\n\t\t\t}",
"t_v <= 0",
"t_v",
"0",
"{\n\t\t\t\ta_flag ++;\n\t\t\t\tbreak;\n\t\t\t}",
"a_flag ++",
"a_flag",
"break;",
"if(t_flag == 1) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"t_flag == 1",
"t_flag",
"1",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tString[] list = scanner.nextLine().split(\" \");\n\n\t\tint t_v = Integer.parseInt(list[0]);\n\t\tint t_a = Integer.parseInt(list[1]);\n\t\tint a_v = Integer.parseInt(list[2]);\n\t\tint a_a = Integer.parseInt(list[3]);\n\t\tint t_flag = 0;\n\t\tint a_flag = 0;\n\n\n\t\twhile(t_v > 0 || a_v > 0) {\n\t\t\ta_v -= t_a;\n\t\t\tif(a_v <= 0) {\n\t\t\t\tt_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tt_v -= a_a;\n\t\t\tif(t_v <= 0) {\n\t\t\t\ta_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif(t_flag == 1) {\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[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tString[] list = scanner.nextLine().split(\" \");\n\n\t\tint t_v = Integer.parseInt(list[0]);\n\t\tint t_a = Integer.parseInt(list[1]);\n\t\tint a_v = Integer.parseInt(list[2]);\n\t\tint a_a = Integer.parseInt(list[3]);\n\t\tint t_flag = 0;\n\t\tint a_flag = 0;\n\n\n\t\twhile(t_v > 0 || a_v > 0) {\n\t\t\ta_v -= t_a;\n\t\t\tif(a_v <= 0) {\n\t\t\t\tt_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tt_v -= a_a;\n\t\t\tif(t_v <= 0) {\n\t\t\t\ta_flag ++;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif(t_flag == 1) {\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[] args) {
Scanner scanner = new Scanner(System.in);
String[] list = scanner.nextLine().split(" ");
int t_v = Integer.parseInt(list[0]);
int t_a = Integer.parseInt(list[1]);
int a_v = Integer.parseInt(list[2]);
int a_a = Integer.parseInt(list[3]);
int t_flag = 0;
int a_flag = 0;
while(t_v > 0 || a_v > 0) {
a_v -= t_a;
if(a_v <= 0) {
t_flag ++;
break;
}
t_v -= a_a;
if(t_v <= 0) {
a_flag ++;
break;
}
}
if(t_flag == 1) {
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,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
13,
0,
13,
13,
14,
2,
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
],
[
93,
11
],
[
93,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
14,
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
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
14,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
61,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
73,
75
],
[
14,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
14,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
12,
90
],
[
90,
91
],
[
0,
92
],
[
92,
93
],
[
92,
94
]
] |
[
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n String result = \"Yes\";\n\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n\n while (a > 0 && c > 0) {\n c -= b;\n a -= d;\n }\n if (c > 0) {\n result = \"No\";\n }\n\n System.out.println(result);\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n String result = \"Yes\";\n\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n\n while (a > 0 && c > 0) {\n c -= b;\n a -= d;\n }\n if (c > 0) {\n result = \"No\";\n }\n\n System.out.println(result);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n String result = \"Yes\";\n\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n\n while (a > 0 && c > 0) {\n c -= b;\n a -= d;\n }\n if (c > 0) {\n result = \"No\";\n }\n\n System.out.println(result);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n String result = \"Yes\";\n\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n\n while (a > 0 && c > 0) {\n c -= b;\n a -= d;\n }\n if (c > 0) {\n result = \"No\";\n }\n\n System.out.println(result);\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",
"\" \"",
"String result = \"Yes\";",
"result",
"\"Yes\"",
"int a = Integer.parseInt(str[0]);",
"a",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int b = Integer.parseInt(str[1]);",
"b",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"int c = Integer.parseInt(str[2]);",
"c",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"int d = Integer.parseInt(str[3]);",
"d",
"Integer.parseInt(str[3])",
"Integer.parseInt",
"Integer",
"str[3]",
"str",
"3",
"while (a > 0 && c > 0) {\n c -= b;\n a -= d;\n }",
"a > 0 && c > 0",
"a > 0",
"a",
"0",
"c > 0",
"c",
"0",
"{\n c -= b;\n a -= d;\n }",
"c -= b",
"c",
"b",
"a -= d",
"a",
"d",
"if (c > 0) {\n result = \"No\";\n }",
"c > 0",
"c",
"0",
"{\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) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n String result = \"Yes\";\n\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n\n while (a > 0 && c > 0) {\n c -= b;\n a -= d;\n }\n if (c > 0) {\n result = \"No\";\n }\n\n System.out.println(result);\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n String result = \"Yes\";\n\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n\n while (a > 0 && c > 0) {\n c -= b;\n a -= d;\n }\n if (c > 0) {\n result = \"No\";\n }\n\n System.out.println(result);\n }\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] str = br.readLine().split(" ");
String result = "Yes";
int a = Integer.parseInt(str[0]);
int b = Integer.parseInt(str[1]);
int c = Integer.parseInt(str[2]);
int d = Integer.parseInt(str[3]);
while (a > 0 && c > 0) {
c -= b;
a -= d;
}
if (c > 0) {
result = "No";
}
System.out.println(result);
}
}
|
[
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,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
4,
18,
13,
2,
13,
13,
4,
18,
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
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
80,
14
],
[
80,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
30,
31
],
[
17,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
38,
39
],
[
17,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
46,
47
],
[
17,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
54,
55
],
[
17,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
66,
68
],
[
62,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
72,
73
],
[
72,
74
],
[
61,
75
],
[
61,
76
],
[
15,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] |
[
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tdouble th = Integer.parseInt(st.nextToken());\n\t\tdouble ts = Integer.parseInt(st.nextToken());\n\t\tdouble ah = Integer.parseInt(st.nextToken());\n\t\tdouble as = Integer.parseInt(st.nextToken());\n\t\tSystem.out.println(Math.ceil(th / as) >= Math.ceil(ah / ts) ? \"Yes\" : \"No\");\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tdouble th = Integer.parseInt(st.nextToken());\n\t\tdouble ts = Integer.parseInt(st.nextToken());\n\t\tdouble ah = Integer.parseInt(st.nextToken());\n\t\tdouble as = Integer.parseInt(st.nextToken());\n\t\tSystem.out.println(Math.ceil(th / as) >= Math.ceil(ah / ts) ? \"Yes\" : \"No\");\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tdouble th = Integer.parseInt(st.nextToken());\n\t\tdouble ts = Integer.parseInt(st.nextToken());\n\t\tdouble ah = Integer.parseInt(st.nextToken());\n\t\tdouble as = Integer.parseInt(st.nextToken());\n\t\tSystem.out.println(Math.ceil(th / as) >= Math.ceil(ah / ts) ? \"Yes\" : \"No\");\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tdouble th = Integer.parseInt(st.nextToken());\n\t\tdouble ts = Integer.parseInt(st.nextToken());\n\t\tdouble ah = Integer.parseInt(st.nextToken());\n\t\tdouble as = Integer.parseInt(st.nextToken());\n\t\tSystem.out.println(Math.ceil(th / as) >= Math.ceil(ah / ts) ? \"Yes\" : \"No\");\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer st = new StringTokenizer(br.readLine());",
"st",
"new StringTokenizer(br.readLine())",
"double th = Integer.parseInt(st.nextToken());",
"th",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"double ts = Integer.parseInt(st.nextToken());",
"ts",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"double ah = Integer.parseInt(st.nextToken());",
"ah",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"double as = Integer.parseInt(st.nextToken());",
"as",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"System.out.println(Math.ceil(th / as) >= Math.ceil(ah / ts) ? \"Yes\" : \"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"Math.ceil(th / as) >= Math.ceil(ah / ts) ? \"Yes\" : \"No\"",
"Math.ceil(th / as) >= Math.ceil(ah / ts)",
"Math.ceil(th / as)",
"Math.ceil",
"Math",
"th / as",
"th",
"as",
"Math.ceil(ah / ts)",
"Math.ceil",
"Math",
"ah / ts",
"ah",
"ts",
"\"Yes\"",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tdouble th = Integer.parseInt(st.nextToken());\n\t\tdouble ts = Integer.parseInt(st.nextToken());\n\t\tdouble ah = Integer.parseInt(st.nextToken());\n\t\tdouble as = Integer.parseInt(st.nextToken());\n\t\tSystem.out.println(Math.ceil(th / as) >= Math.ceil(ah / ts) ? \"Yes\" : \"No\");\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tdouble th = Integer.parseInt(st.nextToken());\n\t\tdouble ts = Integer.parseInt(st.nextToken());\n\t\tdouble ah = Integer.parseInt(st.nextToken());\n\t\tdouble as = Integer.parseInt(st.nextToken());\n\t\tSystem.out.println(Math.ceil(th / as) >= Math.ceil(ah / ts) ? \"Yes\" : \"No\");\n\t}\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new StringTokenizer(br.readLine());
double th = Integer.parseInt(st.nextToken());
double ts = Integer.parseInt(st.nextToken());
double ah = Integer.parseInt(st.nextToken());
double as = Integer.parseInt(st.nextToken());
System.out.println(Math.ceil(th / as) >= Math.ceil(ah / ts) ? "Yes" : "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,
4,
18,
13,
4,
18,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
13,
14,
2,
13,
17,
3,
40,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
13,
14,
2,
13,
17,
3,
40,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
117,
5
],
[
117,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
52,
53
],
[
52,
54
],
[
47,
55
],
[
55,
56
],
[
56,
57
],
[
47,
58
],
[
59,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
59,
68
],
[
68,
69
],
[
8,
70
],
[
70,
71
],
[
70,
72
],
[
8,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
78,
79
],
[
78,
80
],
[
73,
81
],
[
81,
82
],
[
82,
83
],
[
73,
84
],
[
85,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
85,
94
],
[
94,
95
],
[
8,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
96,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
108,
113
],
[
6,
114
],
[
114,
115
],
[
0,
116
],
[
116,
117
],
[
116,
118
]
] |
[
"\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n //コード\n Scanner scanner = new Scanner(System.in);\n Integer a = Integer.parseInt(scanner.next());\n Integer b = Integer.parseInt(scanner.next());\n Integer c = Integer.parseInt(scanner.next());\n Integer d = Integer.parseInt(scanner.next());\n\n int count_a = 0;\n for(int i =0; i < 101; i++) {\n a -= d;\n if(a <= 0) break;\n count_a++;\n }\n\n int count_b = 0;\n for(int j =0; j < 101; j++) {\n c -= b;\n if(c <= 0) break;\n count_b++;\n }\n\n if(count_a >= count_b) {\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 public static void main(String[] args) {\n //コード\n Scanner scanner = new Scanner(System.in);\n Integer a = Integer.parseInt(scanner.next());\n Integer b = Integer.parseInt(scanner.next());\n Integer c = Integer.parseInt(scanner.next());\n Integer d = Integer.parseInt(scanner.next());\n\n int count_a = 0;\n for(int i =0; i < 101; i++) {\n a -= d;\n if(a <= 0) break;\n count_a++;\n }\n\n int count_b = 0;\n for(int j =0; j < 101; j++) {\n c -= b;\n if(c <= 0) break;\n count_b++;\n }\n\n if(count_a >= count_b) {\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 scanner = new Scanner(System.in);\n Integer a = Integer.parseInt(scanner.next());\n Integer b = Integer.parseInt(scanner.next());\n Integer c = Integer.parseInt(scanner.next());\n Integer d = Integer.parseInt(scanner.next());\n\n int count_a = 0;\n for(int i =0; i < 101; i++) {\n a -= d;\n if(a <= 0) break;\n count_a++;\n }\n\n int count_b = 0;\n for(int j =0; j < 101; j++) {\n c -= b;\n if(c <= 0) break;\n count_b++;\n }\n\n if(count_a >= count_b) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n\n }\n }",
"main",
"{\n //コード\n Scanner scanner = new Scanner(System.in);\n Integer a = Integer.parseInt(scanner.next());\n Integer b = Integer.parseInt(scanner.next());\n Integer c = Integer.parseInt(scanner.next());\n Integer d = Integer.parseInt(scanner.next());\n\n int count_a = 0;\n for(int i =0; i < 101; i++) {\n a -= d;\n if(a <= 0) break;\n count_a++;\n }\n\n int count_b = 0;\n for(int j =0; j < 101; j++) {\n c -= b;\n if(c <= 0) break;\n count_b++;\n }\n\n if(count_a >= count_b) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n\n }\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"Integer a = Integer.parseInt(scanner.next());",
"a",
"Integer.parseInt(scanner.next())",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"Integer b = Integer.parseInt(scanner.next());",
"b",
"Integer.parseInt(scanner.next())",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"Integer c = Integer.parseInt(scanner.next());",
"c",
"Integer.parseInt(scanner.next())",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"Integer d = Integer.parseInt(scanner.next());",
"d",
"Integer.parseInt(scanner.next())",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"int count_a = 0;",
"count_a",
"0",
"for(int i =0; i < 101; i++) {\n a -= d;\n if(a <= 0) break;\n count_a++;\n }",
"int i =0;",
"int i =0;",
"i",
"0",
"i < 101",
"i",
"101",
"i++",
"i++",
"i",
"{\n a -= d;\n if(a <= 0) break;\n count_a++;\n }",
"{\n a -= d;\n if(a <= 0) break;\n count_a++;\n }",
"a -= d",
"a",
"d",
"if(a <= 0) break;",
"a <= 0",
"a",
"0",
"break;",
"count_a++",
"count_a",
"int count_b = 0;",
"count_b",
"0",
"for(int j =0; j < 101; j++) {\n c -= b;\n if(c <= 0) break;\n count_b++;\n }",
"int j =0;",
"int j =0;",
"j",
"0",
"j < 101",
"j",
"101",
"j++",
"j++",
"j",
"{\n c -= b;\n if(c <= 0) break;\n count_b++;\n }",
"{\n c -= b;\n if(c <= 0) break;\n count_b++;\n }",
"c -= b",
"c",
"b",
"if(c <= 0) break;",
"c <= 0",
"c",
"0",
"break;",
"count_b++",
"count_b",
"if(count_a >= count_b) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n\n }",
"count_a >= count_b",
"count_a",
"count_b",
"{\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\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 //コード\n Scanner scanner = new Scanner(System.in);\n Integer a = Integer.parseInt(scanner.next());\n Integer b = Integer.parseInt(scanner.next());\n Integer c = Integer.parseInt(scanner.next());\n Integer d = Integer.parseInt(scanner.next());\n\n int count_a = 0;\n for(int i =0; i < 101; i++) {\n a -= d;\n if(a <= 0) break;\n count_a++;\n }\n\n int count_b = 0;\n for(int j =0; j < 101; j++) {\n c -= b;\n if(c <= 0) break;\n count_b++;\n }\n\n if(count_a >= count_b) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n //コード\n Scanner scanner = new Scanner(System.in);\n Integer a = Integer.parseInt(scanner.next());\n Integer b = Integer.parseInt(scanner.next());\n Integer c = Integer.parseInt(scanner.next());\n Integer d = Integer.parseInt(scanner.next());\n\n int count_a = 0;\n for(int i =0; i < 101; i++) {\n a -= d;\n if(a <= 0) break;\n count_a++;\n }\n\n int count_b = 0;\n for(int j =0; j < 101; j++) {\n c -= b;\n if(c <= 0) break;\n count_b++;\n }\n\n if(count_a >= count_b) {\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 scanner = new Scanner(System.in);
Integer a = Integer.parseInt(scanner.next());
Integer b = Integer.parseInt(scanner.next());
Integer c = Integer.parseInt(scanner.next());
Integer d = Integer.parseInt(scanner.next());
int count_a = 0;
for(int i =0; i < 101; i++) {
a -= d;
if(a <= 0) break;
count_a++;
}
int count_b = 0;
for(int j =0; j < 101; j++) {
c -= b;
if(c <= 0) break;
count_b++;
}
if(count_a >= count_b) {
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,
20,
41,
13,
4,
18,
13,
42,
2,
13,
17,
30,
4,
18,
13,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
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,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
17,
41,
13,
17,
42,
13,
30,
14,
13,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
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
],
[
139,
14
],
[
139,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
24,
26
],
[
17,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
17,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
36,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
17,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
48,
54
],
[
17,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
60,
62
],
[
17,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
68,
69
],
[
68,
70
],
[
17,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
73,
76
],
[
76,
77
],
[
76,
78
],
[
17,
79
],
[
79,
80
],
[
79,
81
],
[
81,
82
],
[
82,
83
],
[
81,
84
],
[
84,
85
],
[
84,
86
],
[
17,
87
],
[
87,
88
],
[
87,
89
],
[
17,
90
],
[
90,
91
],
[
90,
92
],
[
17,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
102,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
106,
113
],
[
98,
114
],
[
114,
115
],
[
114,
116
],
[
96,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
117,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
126,
131
],
[
125,
132
],
[
117,
133
],
[
133,
134
],
[
133,
135
],
[
15,
136
],
[
136,
137
],
[
0,
138
],
[
138,
139
],
[
138,
140
]
] |
[
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.List;\n\npublic class Main {\n\n public static void main(String[] args) throws Exception {\n InputStreamReader is = new InputStreamReader(System.in);\n BufferedReader reader = new BufferedReader(is);\n\n List<String> mylist = new ArrayList<>();\n\n // 標準入力からの値を変数strinputに代入\n String strinput = reader.readLine();\n\n while (strinput != null) {\n\n mylist.add(strinput);\n strinput = reader.readLine();\n\n }\n\n String arr01[] = mylist.get(0).split(\" \");\n\n int a = Integer.valueOf(arr01[0]);\n int b = Integer.valueOf(arr01[1]);\n int c = Integer.valueOf(arr01[2]);\n int d = Integer.valueOf(arr01[3]);\n\n Boolean chkflg = true;\n Boolean isT = true;\n\n while (chkflg) {\n if (isT) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n\n isT = false;\n } else {\n\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n\n isT = true;\n }\n }\n\n }\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.List;",
"List",
"java.util",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n InputStreamReader is = new InputStreamReader(System.in);\n BufferedReader reader = new BufferedReader(is);\n\n List<String> mylist = new ArrayList<>();\n\n // 標準入力からの値を変数strinputに代入\n String strinput = reader.readLine();\n\n while (strinput != null) {\n\n mylist.add(strinput);\n strinput = reader.readLine();\n\n }\n\n String arr01[] = mylist.get(0).split(\" \");\n\n int a = Integer.valueOf(arr01[0]);\n int b = Integer.valueOf(arr01[1]);\n int c = Integer.valueOf(arr01[2]);\n int d = Integer.valueOf(arr01[3]);\n\n Boolean chkflg = true;\n Boolean isT = true;\n\n while (chkflg) {\n if (isT) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n\n isT = false;\n } else {\n\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n\n isT = true;\n }\n }\n\n }\n\n}",
"Main",
"public static void main(String[] args) throws Exception {\n InputStreamReader is = new InputStreamReader(System.in);\n BufferedReader reader = new BufferedReader(is);\n\n List<String> mylist = new ArrayList<>();\n\n // 標準入力からの値を変数strinputに代入\n String strinput = reader.readLine();\n\n while (strinput != null) {\n\n mylist.add(strinput);\n strinput = reader.readLine();\n\n }\n\n String arr01[] = mylist.get(0).split(\" \");\n\n int a = Integer.valueOf(arr01[0]);\n int b = Integer.valueOf(arr01[1]);\n int c = Integer.valueOf(arr01[2]);\n int d = Integer.valueOf(arr01[3]);\n\n Boolean chkflg = true;\n Boolean isT = true;\n\n while (chkflg) {\n if (isT) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n\n isT = false;\n } else {\n\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n\n isT = true;\n }\n }\n\n }",
"main",
"{\n InputStreamReader is = new InputStreamReader(System.in);\n BufferedReader reader = new BufferedReader(is);\n\n List<String> mylist = new ArrayList<>();\n\n // 標準入力からの値を変数strinputに代入\n String strinput = reader.readLine();\n\n while (strinput != null) {\n\n mylist.add(strinput);\n strinput = reader.readLine();\n\n }\n\n String arr01[] = mylist.get(0).split(\" \");\n\n int a = Integer.valueOf(arr01[0]);\n int b = Integer.valueOf(arr01[1]);\n int c = Integer.valueOf(arr01[2]);\n int d = Integer.valueOf(arr01[3]);\n\n Boolean chkflg = true;\n Boolean isT = true;\n\n while (chkflg) {\n if (isT) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n\n isT = false;\n } else {\n\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n\n isT = true;\n }\n }\n\n }",
"InputStreamReader is = new InputStreamReader(System.in);",
"is",
"new InputStreamReader(System.in)",
"BufferedReader reader = new BufferedReader(is);",
"reader",
"new BufferedReader(is)",
"List<String> mylist = new ArrayList<>();",
"mylist",
"new ArrayList<>()",
"String strinput = reader.readLine();",
"strinput",
"reader.readLine()",
"reader.readLine",
"reader",
"while (strinput != null) {\n\n mylist.add(strinput);\n strinput = reader.readLine();\n\n }",
"strinput != null",
"strinput",
"null",
"{\n\n mylist.add(strinput);\n strinput = reader.readLine();\n\n }",
"mylist.add(strinput)",
"mylist.add",
"mylist",
"strinput",
"strinput = reader.readLine()",
"strinput",
"reader.readLine()",
"reader.readLine",
"reader",
"String arr01[] = mylist.get(0).split(\" \");",
"arr01",
"mylist.get(0).split(\" \")",
"mylist.get(0).split",
"mylist.get(0)",
"mylist.get",
"mylist",
"0",
"\" \"",
"int a = Integer.valueOf(arr01[0]);",
"a",
"Integer.valueOf(arr01[0])",
"Integer.valueOf",
"Integer",
"arr01[0]",
"arr01",
"0",
"int b = Integer.valueOf(arr01[1]);",
"b",
"Integer.valueOf(arr01[1])",
"Integer.valueOf",
"Integer",
"arr01[1]",
"arr01",
"1",
"int c = Integer.valueOf(arr01[2]);",
"c",
"Integer.valueOf(arr01[2])",
"Integer.valueOf",
"Integer",
"arr01[2]",
"arr01",
"2",
"int d = Integer.valueOf(arr01[3]);",
"d",
"Integer.valueOf(arr01[3])",
"Integer.valueOf",
"Integer",
"arr01[3]",
"arr01",
"3",
"Boolean chkflg = true;",
"chkflg",
"true",
"Boolean isT = true;",
"isT",
"true",
"while (chkflg) {\n if (isT) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n\n isT = false;\n } else {\n\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n\n isT = true;\n }\n }",
"chkflg",
"{\n if (isT) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n\n isT = false;\n } else {\n\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n\n isT = true;\n }\n }",
"if (isT) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n\n isT = false;\n } else {\n\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n\n isT = true;\n }",
"isT",
"{\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n\n isT = false;\n }",
"c -= b",
"c",
"b",
"if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }",
"c <= 0",
"c",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"isT = false",
"isT",
"false",
"{\n\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n\n isT = true;\n }",
"a -= d",
"a",
"d",
"if (a <= 0) {\n System.out.println(\"No\");\n break;\n }",
"a <= 0",
"a",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"isT = true",
"isT",
"true",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n InputStreamReader is = new InputStreamReader(System.in);\n BufferedReader reader = new BufferedReader(is);\n\n List<String> mylist = new ArrayList<>();\n\n // 標準入力からの値を変数strinputに代入\n String strinput = reader.readLine();\n\n while (strinput != null) {\n\n mylist.add(strinput);\n strinput = reader.readLine();\n\n }\n\n String arr01[] = mylist.get(0).split(\" \");\n\n int a = Integer.valueOf(arr01[0]);\n int b = Integer.valueOf(arr01[1]);\n int c = Integer.valueOf(arr01[2]);\n int d = Integer.valueOf(arr01[3]);\n\n Boolean chkflg = true;\n Boolean isT = true;\n\n while (chkflg) {\n if (isT) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n\n isT = false;\n } else {\n\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n\n isT = true;\n }\n }\n\n }\n\n}",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n InputStreamReader is = new InputStreamReader(System.in);\n BufferedReader reader = new BufferedReader(is);\n\n List<String> mylist = new ArrayList<>();\n\n // 標準入力からの値を変数strinputに代入\n String strinput = reader.readLine();\n\n while (strinput != null) {\n\n mylist.add(strinput);\n strinput = reader.readLine();\n\n }\n\n String arr01[] = mylist.get(0).split(\" \");\n\n int a = Integer.valueOf(arr01[0]);\n int b = Integer.valueOf(arr01[1]);\n int c = Integer.valueOf(arr01[2]);\n int d = Integer.valueOf(arr01[3]);\n\n Boolean chkflg = true;\n Boolean isT = true;\n\n while (chkflg) {\n if (isT) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n\n isT = false;\n } else {\n\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n\n isT = true;\n }\n }\n\n }\n\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] args) throws Exception {
InputStreamReader is = new InputStreamReader(System.in);
BufferedReader reader = new BufferedReader(is);
List<String> mylist = new ArrayList<>();
// 標準入力からの値を変数strinputに代入
String strinput = reader.readLine();
while (strinput != null) {
mylist.add(strinput);
strinput = reader.readLine();
}
String arr01[] = mylist.get(0).split(" ");
int a = Integer.valueOf(arr01[0]);
int b = Integer.valueOf(arr01[1]);
int c = Integer.valueOf(arr01[2]);
int d = Integer.valueOf(arr01[3]);
Boolean chkflg = true;
Boolean isT = true;
while (chkflg) {
if (isT) {
c -= b;
if (c <= 0) {
System.out.println("Yes");
break;
}
isT = false;
} else {
a -= d;
if (a <= 0) {
System.out.println("No");
break;
}
isT = true;
}
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
41,
13,
41,
13,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
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,
0,
13,
4,
18,
13,
4,
18,
13,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
14,
4,
13,
40,
13,
30,
0,
13,
13,
30,
0,
13,
13,
4,
18,
13,
8,
2,
13,
17,
17,
17,
4,
18,
13,
23,
13,
12,
13,
30,
14,
2,
13,
17,
30,
0,
13,
17,
0,
13,
17,
0,
13,
13,
29,
4,
13,
13,
2,
13,
13,
41,
13,
13,
41,
13,
2,
13,
2,
2,
13,
13,
13,
0,
13,
13,
0,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
2,
13,
17,
17,
23,
13,
12,
13,
30,
29,
2,
2,
13,
17,
17,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
18,
36,
13,
13,
0,
18,
36,
13,
13,
23,
13,
23,
13,
6,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
18,
36,
13,
13,
0,
18,
36,
13,
13,
0,
18,
36,
13,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
13,
18,
13,
13,
23,
13,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
13,
0,
13,
20,
13,
23,
13,
12,
13,
30,
14,
2,
13,
18,
13,
13,
29,
13,
29,
0,
18,
13,
13,
4,
13,
18,
13,
13,
23,
13,
12,
13,
30,
0,
13,
4,
13,
13,
0,
13,
4,
13,
13,
14,
2,
13,
13,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
41,
13,
13,
0,
13,
13,
0,
13,
13,
0,
18,
13,
13,
13,
14,
2,
18,
13,
13,
18,
13,
13,
40,
18,
13,
13,
23,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
408,
8
],
[
408,
9
],
[
9,
10
],
[
9,
11
],
[
408,
12
],
[
12,
13
],
[
12,
14
],
[
408,
15
],
[
15,
16
],
[
408,
17
],
[
17,
18
],
[
408,
19
],
[
19,
20
],
[
408,
21
],
[
21,
22
],
[
408,
23
],
[
23,
24
],
[
408,
25
],
[
25,
26
],
[
408,
27
],
[
27,
28
],
[
408,
29
],
[
29,
30
],
[
408,
31
],
[
31,
32
],
[
408,
33
],
[
33,
34
],
[
408,
35
],
[
35,
36
],
[
408,
37
],
[
37,
38
],
[
408,
39
],
[
39,
40
],
[
408,
41
],
[
41,
42
],
[
408,
43
],
[
43,
44
],
[
408,
45
],
[
45,
46
],
[
408,
47
],
[
47,
48
],
[
408,
49
],
[
49,
50
],
[
408,
51
],
[
51,
52
],
[
408,
53
],
[
53,
54
],
[
408,
55
],
[
55,
56
],
[
408,
57
],
[
57,
58
],
[
408,
59
],
[
59,
60
],
[
408,
61
],
[
61,
62
],
[
61,
63
],
[
408,
64
],
[
64,
65
],
[
408,
66
],
[
66,
67
],
[
408,
68
],
[
68,
69
],
[
68,
70
],
[
408,
71
],
[
71,
72
],
[
408,
73
],
[
73,
74
],
[
408,
75
],
[
75,
76
],
[
408,
77
],
[
77,
78
],
[
408,
79
],
[
79,
80
],
[
79,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
88,
89
],
[
87,
90
],
[
90,
91
],
[
91,
92
],
[
81,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
96,
97
],
[
95,
98
],
[
98,
99
],
[
99,
100
],
[
81,
101
],
[
101,
102
],
[
101,
103
],
[
103,
104
],
[
104,
105
],
[
103,
106
],
[
106,
107
],
[
107,
108
],
[
81,
109
],
[
109,
110
],
[
109,
111
],
[
111,
112
],
[
112,
113
],
[
111,
114
],
[
114,
115
],
[
115,
116
],
[
81,
117
],
[
117,
118
],
[
117,
119
],
[
81,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
125,
126
],
[
125,
127
],
[
120,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
132,
133
],
[
129,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
129,
138
],
[
138,
139
],
[
139,
140
],
[
139,
141
],
[
81,
142
],
[
142,
143
],
[
143,
144
],
[
142,
145
],
[
145,
146
],
[
146,
147
],
[
146,
148
],
[
145,
149
],
[
145,
150
],
[
81,
151
],
[
151,
152
],
[
152,
153
],
[
79,
154
],
[
154,
155
],
[
408,
156
],
[
156,
157
],
[
156,
158
],
[
158,
159
],
[
159,
160
],
[
160,
161
],
[
160,
162
],
[
159,
163
],
[
163,
164
],
[
164,
165
],
[
164,
166
],
[
163,
167
],
[
167,
168
],
[
167,
169
],
[
163,
170
],
[
170,
171
],
[
170,
172
],
[
163,
173
],
[
158,
174
],
[
174,
175
],
[
174,
176
],
[
174,
177
],
[
177,
178
],
[
177,
179
],
[
158,
180
],
[
180,
181
],
[
180,
182
],
[
158,
183
],
[
183,
184
],
[
183,
185
],
[
185,
186
],
[
185,
187
],
[
187,
188
],
[
188,
189
],
[
188,
190
],
[
187,
191
],
[
158,
192
],
[
192,
193
],
[
192,
194
],
[
158,
195
],
[
195,
196
],
[
195,
197
],
[
156,
198
],
[
198,
199
],
[
156,
200
],
[
200,
201
],
[
408,
202
],
[
202,
203
],
[
202,
204
],
[
204,
205
],
[
205,
206
],
[
206,
207
],
[
207,
208
],
[
207,
209
],
[
206,
210
],
[
202,
211
],
[
211,
212
],
[
408,
213
],
[
213,
214
],
[
213,
215
],
[
215,
216
],
[
216,
217
],
[
217,
218
],
[
218,
219
],
[
218,
220
],
[
217,
221
],
[
213,
222
],
[
222,
223
],
[
408,
224
],
[
224,
225
],
[
224,
226
],
[
226,
227
],
[
224,
228
],
[
228,
229
],
[
224,
230
],
[
230,
231
],
[
230,
232
],
[
232,
233
],
[
233,
234
],
[
234,
235
],
[
234,
236
],
[
233,
237
],
[
232,
238
],
[
238,
239
],
[
239,
240
],
[
239,
241
],
[
238,
242
],
[
230,
243
],
[
243,
244
],
[
230,
245
],
[
245,
246
],
[
408,
247
],
[
247,
248
],
[
247,
249
],
[
249,
250
],
[
247,
251
],
[
251,
252
],
[
247,
253
],
[
253,
254
],
[
247,
255
],
[
255,
256
],
[
255,
257
],
[
257,
258
],
[
258,
259
],
[
259,
260
],
[
259,
261
],
[
258,
262
],
[
257,
263
],
[
263,
264
],
[
264,
265
],
[
264,
266
],
[
263,
267
],
[
257,
268
],
[
268,
269
],
[
269,
270
],
[
269,
271
],
[
268,
272
],
[
255,
273
],
[
273,
274
],
[
255,
275
],
[
275,
276
],
[
255,
277
],
[
277,
278
],
[
247,
279
],
[
279,
280
],
[
279,
281
],
[
281,
282
],
[
282,
283
],
[
283,
284
],
[
283,
285
],
[
285,
286
],
[
285,
287
],
[
279,
288
],
[
288,
289
],
[
247,
290
],
[
408,
291
],
[
291,
292
],
[
291,
293
],
[
293,
294
],
[
291,
295
],
[
295,
296
],
[
291,
297
],
[
297,
298
],
[
297,
299
],
[
299,
300
],
[
300,
301
],
[
300,
302
],
[
299,
304
],
[
304,
305
],
[
305,
306
],
[
306,
307
],
[
306,
308
],
[
304,
309
],
[
309,
310
],
[
309,
311
],
[
304,
312
],
[
312,
313
],
[
313,
314
],
[
304,
315
],
[
315,
316
],
[
316,
317
],
[
317,
318
],
[
317,
319
],
[
316,
320
],
[
299,
321
],
[
321,
322
],
[
321,
323
],
[
297,
325
],
[
325,
326
],
[
291,
327
],
[
327,
328
],
[
327,
329
],
[
329,
330
],
[
330,
331
],
[
331,
332
],
[
331,
333
],
[
333,
334
],
[
333,
335
],
[
330,
336
],
[
336,
337
],
[
329,
338
],
[
338,
339
],
[
339,
340
],
[
340,
341
],
[
340,
342
],
[
339,
343
],
[
343,
344
],
[
343,
345
],
[
345,
346
],
[
345,
347
],
[
327,
348
],
[
348,
349
],
[
291,
350
],
[
350,
351
],
[
350,
352
],
[
352,
353
],
[
353,
354
],
[
353,
355
],
[
355,
356
],
[
355,
357
],
[
352,
358
],
[
358,
359
],
[
358,
360
],
[
360,
361
],
[
360,
362
],
[
352,
363
],
[
363,
364
],
[
364,
365
],
[
364,
366
],
[
363,
367
],
[
367,
368
],
[
368,
369
],
[
369,
370
],
[
370,
371
],
[
370,
372
],
[
369,
373
],
[
373,
374
],
[
373,
375
],
[
368,
376
],
[
376,
377
],
[
377,
378
],
[
377,
379
],
[
376,
380
],
[
380,
381
],
[
380,
382
],
[
376,
383
],
[
383,
384
],
[
383,
385
],
[
367,
386
],
[
386,
387
],
[
387,
388
],
[
387,
389
],
[
386,
390
],
[
367,
391
],
[
391,
392
],
[
392,
393
],
[
393,
394
],
[
393,
395
],
[
392,
396
],
[
396,
397
],
[
396,
398
],
[
391,
399
],
[
399,
400
],
[
400,
401
],
[
400,
402
],
[
350,
403
],
[
403,
404
],
[
350,
405
],
[
405,
406
],
[
0,
407
],
[
407,
408
],
[
407,
409
]
] |
[
"import java.io.*;\nimport java.util.*;\npublic class Main {\n static PrintWriter pw = new PrintWriter(new OutputStreamWriter(System.out));\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n static String line;\n static int n, k, T, N, m, Q, q, R, C, x, M, id, x0, y0, g, y, d, SCC,A,B,D;\n static StringTokenizer st;\n static Scanner in = new Scanner(System.in);\n static char[][] word;\n static IP[][] parent;\n static BitSet onStack = new BitSet(100000);\n static ArrayList<Integer> graph[];\n static int[] low, ids;\n static Stack<Integer> stack;\n\n public static void main(String[] args) throws IOException {\n st = new StringTokenizer(br.readLine());\n A = Integer.parseInt(st.nextToken());B = Integer.parseInt(st.nextToken());\n C = Integer.parseInt(st.nextToken()); D = Integer.parseInt(st.nextToken());\n int i=0;\n while (A>0&&C>0){\n if(isEven(i++)){\n C-=B;\n\n }else{\n A-=D;\n }\n }\n pw.println (A>0?\"Yes\":\"No\");\n pw.flush();\n\n }\n static class IP {\n int row, col;\n\n public IP(int row, int col) {\n this.row = row;\n this.col = col;\n }\n }\n static void extendedEuclid ( int a, int b){\n if (b == 0) {\n x = 1;\n y = 0;\n d = a;\n return;\n }\n extendedEuclid(b, a % b);\n int x1 = y;\n int y1 = x - (a / b) * y;\n x = x1;\n y = y1;\n }\n static boolean isEven ( int i){\n return (i & 1) == 0;\n }\n static boolean isOdd ( int i){\n return (i & 1) == 1;\n }\n static class Edge implements Comparable<Edge> {\n int u, v;\n double weight;\n\n Edge(int u, int v, double weight) {\n this.u = u;\n this.v = v;\n this.weight = weight;\n }\n\n @Override\n public int compareTo(Edge edge) {\n return (int) (weight - (int) edge.weight);\n }\n }\n static class DisjointSet {\n int[] parent, rank;\n\n void make_set(int v) {\n parent = new int[v];\n for (int i = 0; i < v; i++)\n parent[i] = i;\n rank = new int[v];\n }\n\n int find_set(int v) {\n if (v == parent[v])\n return v;\n return parent[v] = find_set(parent[v]);//compress the step\n }\n\n void union_set(int a, int b) {\n a = find_set(a);\n b = find_set(b);\n if (a != b) {\n if (rank[a] < rank[b]) {\n int c = a;\n a = b;\n b = c;\n }\n parent[b] = a;\n if (rank[a] == rank[b])\n rank[a]++;\n }\n }\n }\n }\n",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n static PrintWriter pw = new PrintWriter(new OutputStreamWriter(System.out));\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n static String line;\n static int n, k, T, N, m, Q, q, R, C, x, M, id, x0, y0, g, y, d, SCC,A,B,D;\n static StringTokenizer st;\n static Scanner in = new Scanner(System.in);\n static char[][] word;\n static IP[][] parent;\n static BitSet onStack = new BitSet(100000);\n static ArrayList<Integer> graph[];\n static int[] low, ids;\n static Stack<Integer> stack;\n\n public static void main(String[] args) throws IOException {\n st = new StringTokenizer(br.readLine());\n A = Integer.parseInt(st.nextToken());B = Integer.parseInt(st.nextToken());\n C = Integer.parseInt(st.nextToken()); D = Integer.parseInt(st.nextToken());\n int i=0;\n while (A>0&&C>0){\n if(isEven(i++)){\n C-=B;\n\n }else{\n A-=D;\n }\n }\n pw.println (A>0?\"Yes\":\"No\");\n pw.flush();\n\n }\n static class IP {\n int row, col;\n\n public IP(int row, int col) {\n this.row = row;\n this.col = col;\n }\n }\n static void extendedEuclid ( int a, int b){\n if (b == 0) {\n x = 1;\n y = 0;\n d = a;\n return;\n }\n extendedEuclid(b, a % b);\n int x1 = y;\n int y1 = x - (a / b) * y;\n x = x1;\n y = y1;\n }\n static boolean isEven ( int i){\n return (i & 1) == 0;\n }\n static boolean isOdd ( int i){\n return (i & 1) == 1;\n }\n static class Edge implements Comparable<Edge> {\n int u, v;\n double weight;\n\n Edge(int u, int v, double weight) {\n this.u = u;\n this.v = v;\n this.weight = weight;\n }\n\n @Override\n public int compareTo(Edge edge) {\n return (int) (weight - (int) edge.weight);\n }\n }\n static class DisjointSet {\n int[] parent, rank;\n\n void make_set(int v) {\n parent = new int[v];\n for (int i = 0; i < v; i++)\n parent[i] = i;\n rank = new int[v];\n }\n\n int find_set(int v) {\n if (v == parent[v])\n return v;\n return parent[v] = find_set(parent[v]);//compress the step\n }\n\n void union_set(int a, int b) {\n a = find_set(a);\n b = find_set(b);\n if (a != b) {\n if (rank[a] < rank[b]) {\n int c = a;\n a = b;\n b = c;\n }\n parent[b] = a;\n if (rank[a] == rank[b])\n rank[a]++;\n }\n }\n }\n }",
"Main",
"static PrintWriter pw = new PrintWriter(new OutputStreamWriter(System.out));",
"pw",
"new PrintWriter(new OutputStreamWriter(System.out))",
"static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"static String line;",
"line",
"static int n",
"n",
"k",
"k",
"T",
"T",
"N",
"N",
"m",
"m",
"Q",
"Q",
"q",
"q",
"R",
"R",
"C",
"C",
"x",
"x",
"M",
"M",
"id",
"id",
"x0",
"x0",
"y0",
"y0",
"g",
"g",
"y",
"y",
"d",
"d",
"SCC",
"SCC",
"A",
"A",
"B",
"B",
"D;",
"D",
"static StringTokenizer st;",
"st",
"static Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"static char[][] word;",
"word",
"static IP[][] parent;",
"parent",
"static BitSet onStack = new BitSet(100000);",
"onStack",
"new BitSet(100000)",
"static ArrayList<Integer> graph[];",
"graph",
"static int[] low",
"low",
"ids;",
"ids",
"static Stack<Integer> stack;",
"stack",
"public static void main(String[] args) throws IOException {\n st = new StringTokenizer(br.readLine());\n A = Integer.parseInt(st.nextToken());B = Integer.parseInt(st.nextToken());\n C = Integer.parseInt(st.nextToken()); D = Integer.parseInt(st.nextToken());\n int i=0;\n while (A>0&&C>0){\n if(isEven(i++)){\n C-=B;\n\n }else{\n A-=D;\n }\n }\n pw.println (A>0?\"Yes\":\"No\");\n pw.flush();\n\n }",
"main",
"{\n st = new StringTokenizer(br.readLine());\n A = Integer.parseInt(st.nextToken());B = Integer.parseInt(st.nextToken());\n C = Integer.parseInt(st.nextToken()); D = Integer.parseInt(st.nextToken());\n int i=0;\n while (A>0&&C>0){\n if(isEven(i++)){\n C-=B;\n\n }else{\n A-=D;\n }\n }\n pw.println (A>0?\"Yes\":\"No\");\n pw.flush();\n\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"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",
"D = Integer.parseInt(st.nextToken())",
"D",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int i=0;",
"i",
"0",
"while (A>0&&C>0){\n if(isEven(i++)){\n C-=B;\n\n }else{\n A-=D;\n }\n }",
"A>0&&C>0",
"A>0",
"A",
"0",
"C>0",
"C",
"0",
"{\n if(isEven(i++)){\n C-=B;\n\n }else{\n A-=D;\n }\n }",
"if(isEven(i++)){\n C-=B;\n\n }else{\n A-=D;\n }",
"isEven(i++)",
"isEven",
"i++",
"i",
"{\n C-=B;\n\n }",
"C-=B",
"C",
"B",
"{\n A-=D;\n }",
"A-=D",
"A",
"D",
"pw.println (A>0?\"Yes\":\"No\")",
"pw.println",
"pw",
"A>0?\"Yes\":\"No\"",
"A>0",
"A",
"0",
"\"Yes\"",
"\"No\"",
"pw.flush()",
"pw.flush",
"pw",
"String[] args",
"args",
"static void extendedEuclid ( int a, int b){\n if (b == 0) {\n x = 1;\n y = 0;\n d = a;\n return;\n }\n extendedEuclid(b, a % b);\n int x1 = y;\n int y1 = x - (a / b) * y;\n x = x1;\n y = y1;\n }",
"extendedEuclid",
"{\n if (b == 0) {\n x = 1;\n y = 0;\n d = a;\n return;\n }\n extendedEuclid(b, a % b);\n int x1 = y;\n int y1 = x - (a / b) * y;\n x = x1;\n y = y1;\n }",
"if (b == 0) {\n x = 1;\n y = 0;\n d = a;\n return;\n }",
"b == 0",
"b",
"0",
"{\n x = 1;\n y = 0;\n d = a;\n return;\n }",
"x = 1",
"x",
"1",
"y = 0",
"y",
"0",
"d = a",
"d",
"a",
"return;",
"extendedEuclid(b, a % b)",
"extendedEuclid",
"b",
"a % b",
"a",
"b",
"int x1 = y;",
"x1",
"y",
"int y1 = x - (a / b) * y;",
"y1",
"x - (a / b) * y",
"x",
"(a / b) * y",
"(a / b)",
"a",
"b",
"y",
"x = x1",
"x",
"x1",
"y = y1",
"y",
"y1",
"int a",
"a",
"int b",
"b",
"static boolean isEven ( int i){\n return (i & 1) == 0;\n }",
"isEven",
"{\n return (i & 1) == 0;\n }",
"return (i & 1) == 0;",
"(i & 1) == 0",
"(i & 1)",
"i",
"1",
"0",
"int i",
"i",
"static boolean isOdd ( int i){\n return (i & 1) == 1;\n }",
"isOdd",
"{\n return (i & 1) == 1;\n }",
"return (i & 1) == 1;",
"(i & 1) == 1",
"(i & 1)",
"i",
"1",
"1",
"int i",
"i",
"static class IP {\n int row, col;\n\n public IP(int row, int col) {\n this.row = row;\n this.col = col;\n }\n }",
"IP",
"int row",
"row",
"col;",
"col",
"public IP(int row, int col) {\n this.row = row;\n this.col = col;\n }",
"IP",
"{\n this.row = row;\n this.col = col;\n }",
"this.row = row",
"this.row",
"this",
"this.row",
"row",
"this.col = col",
"this.col",
"this",
"this.col",
"col",
"int row",
"row",
"int col",
"col",
"static class Edge implements Comparable<Edge> {\n int u, v;\n double weight;\n\n Edge(int u, int v, double weight) {\n this.u = u;\n this.v = v;\n this.weight = weight;\n }\n\n @Override\n public int compareTo(Edge edge) {\n return (int) (weight - (int) edge.weight);\n }\n }",
"Edge",
"int u",
"u",
"v;",
"v",
"double weight;",
"weight",
"Edge(int u, int v, double weight) {\n this.u = u;\n this.v = v;\n this.weight = weight;\n }",
"Edge",
"{\n this.u = u;\n this.v = v;\n this.weight = weight;\n }",
"this.u = u",
"this.u",
"this",
"this.u",
"u",
"this.v = v",
"this.v",
"this",
"this.v",
"v",
"this.weight = weight",
"this.weight",
"this",
"this.weight",
"weight",
"int u",
"u",
"int v",
"v",
"double weight",
"weight",
"@Override\n public int compareTo(Edge edge) {\n return (int) (weight - (int) edge.weight);\n }",
"compareTo",
"{\n return (int) (weight - (int) edge.weight);\n }",
"return (int) (weight - (int) edge.weight);",
"(int) (weight - (int) edge.weight)",
"weight",
"(int) edge.weight",
"edge",
"edge.weight",
"Edge edge",
"edge",
"Comparable",
"static class DisjointSet {\n int[] parent, rank;\n\n void make_set(int v) {\n parent = new int[v];\n for (int i = 0; i < v; i++)\n parent[i] = i;\n rank = new int[v];\n }\n\n int find_set(int v) {\n if (v == parent[v])\n return v;\n return parent[v] = find_set(parent[v]);//compress the step\n }\n\n void union_set(int a, int b) {\n a = find_set(a);\n b = find_set(b);\n if (a != b) {\n if (rank[a] < rank[b]) {\n int c = a;\n a = b;\n b = c;\n }\n parent[b] = a;\n if (rank[a] == rank[b])\n rank[a]++;\n }\n }\n }",
"DisjointSet",
"int[] parent",
"parent",
"rank;",
"rank",
"void make_set(int v) {\n parent = new int[v];\n for (int i = 0; i < v; i++)\n parent[i] = i;\n rank = new int[v];\n }",
"make_set",
"{\n parent = new int[v];\n for (int i = 0; i < v; i++)\n parent[i] = i;\n rank = new int[v];\n }",
"parent = new int[v]",
"parent",
"new int[v]",
"v",
"for (int i = 0; i < v; i++)\n parent[i] = i;",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < v",
"i",
"v",
"i++",
"i++",
"i",
"parent[i] = i;",
"parent[i] = i",
"parent[i]",
"parent",
"i",
"i",
"rank = new int[v]",
"rank",
"new int[v]",
"v",
"int v",
"v",
"int find_set(int v) {\n if (v == parent[v])\n return v;\n return parent[v] = find_set(parent[v]);//compress the step\n }",
"find_set",
"{\n if (v == parent[v])\n return v;\n return parent[v] = find_set(parent[v]);//compress the step\n }",
"if (v == parent[v])\n return v;",
"v == parent[v]",
"v",
"parent[v]",
"parent",
"v",
"return v;",
"v",
"return parent[v] = find_set(parent[v]);//compress the step",
"parent[v] = find_set(parent[v])",
"parent[v]",
"parent",
"v",
"find_set(parent[v])",
"find_set",
"parent[v]",
"parent",
"v",
"int v",
"v",
"void union_set(int a, int b) {\n a = find_set(a);\n b = find_set(b);\n if (a != b) {\n if (rank[a] < rank[b]) {\n int c = a;\n a = b;\n b = c;\n }\n parent[b] = a;\n if (rank[a] == rank[b])\n rank[a]++;\n }\n }",
"union_set",
"{\n a = find_set(a);\n b = find_set(b);\n if (a != b) {\n if (rank[a] < rank[b]) {\n int c = a;\n a = b;\n b = c;\n }\n parent[b] = a;\n if (rank[a] == rank[b])\n rank[a]++;\n }\n }",
"a = find_set(a)",
"a",
"find_set(a)",
"find_set",
"a",
"b = find_set(b)",
"b",
"find_set(b)",
"find_set",
"b",
"if (a != b) {\n if (rank[a] < rank[b]) {\n int c = a;\n a = b;\n b = c;\n }\n parent[b] = a;\n if (rank[a] == rank[b])\n rank[a]++;\n }",
"a != b",
"a",
"b",
"{\n if (rank[a] < rank[b]) {\n int c = a;\n a = b;\n b = c;\n }\n parent[b] = a;\n if (rank[a] == rank[b])\n rank[a]++;\n }",
"if (rank[a] < rank[b]) {\n int c = a;\n a = b;\n b = c;\n }",
"rank[a] < rank[b]",
"rank[a]",
"rank",
"a",
"rank[b]",
"rank",
"b",
"{\n int c = a;\n a = b;\n b = c;\n }",
"int c = a;",
"c",
"a",
"a = b",
"a",
"b",
"b = c",
"b",
"c",
"parent[b] = a",
"parent[b]",
"parent",
"b",
"a",
"if (rank[a] == rank[b])\n rank[a]++;",
"rank[a] == rank[b]",
"rank[a]",
"rank",
"a",
"rank[b]",
"rank",
"b",
"rank[a]++",
"rank[a]",
"rank",
"a",
"int a",
"a",
"int b",
"b",
"public class Main {\n static PrintWriter pw = new PrintWriter(new OutputStreamWriter(System.out));\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n static String line;\n static int n, k, T, N, m, Q, q, R, C, x, M, id, x0, y0, g, y, d, SCC,A,B,D;\n static StringTokenizer st;\n static Scanner in = new Scanner(System.in);\n static char[][] word;\n static IP[][] parent;\n static BitSet onStack = new BitSet(100000);\n static ArrayList<Integer> graph[];\n static int[] low, ids;\n static Stack<Integer> stack;\n\n public static void main(String[] args) throws IOException {\n st = new StringTokenizer(br.readLine());\n A = Integer.parseInt(st.nextToken());B = Integer.parseInt(st.nextToken());\n C = Integer.parseInt(st.nextToken()); D = Integer.parseInt(st.nextToken());\n int i=0;\n while (A>0&&C>0){\n if(isEven(i++)){\n C-=B;\n\n }else{\n A-=D;\n }\n }\n pw.println (A>0?\"Yes\":\"No\");\n pw.flush();\n\n }\n static class IP {\n int row, col;\n\n public IP(int row, int col) {\n this.row = row;\n this.col = col;\n }\n }\n static void extendedEuclid ( int a, int b){\n if (b == 0) {\n x = 1;\n y = 0;\n d = a;\n return;\n }\n extendedEuclid(b, a % b);\n int x1 = y;\n int y1 = x - (a / b) * y;\n x = x1;\n y = y1;\n }\n static boolean isEven ( int i){\n return (i & 1) == 0;\n }\n static boolean isOdd ( int i){\n return (i & 1) == 1;\n }\n static class Edge implements Comparable<Edge> {\n int u, v;\n double weight;\n\n Edge(int u, int v, double weight) {\n this.u = u;\n this.v = v;\n this.weight = weight;\n }\n\n @Override\n public int compareTo(Edge edge) {\n return (int) (weight - (int) edge.weight);\n }\n }\n static class DisjointSet {\n int[] parent, rank;\n\n void make_set(int v) {\n parent = new int[v];\n for (int i = 0; i < v; i++)\n parent[i] = i;\n rank = new int[v];\n }\n\n int find_set(int v) {\n if (v == parent[v])\n return v;\n return parent[v] = find_set(parent[v]);//compress the step\n }\n\n void union_set(int a, int b) {\n a = find_set(a);\n b = find_set(b);\n if (a != b) {\n if (rank[a] < rank[b]) {\n int c = a;\n a = b;\n b = c;\n }\n parent[b] = a;\n if (rank[a] == rank[b])\n rank[a]++;\n }\n }\n }\n }",
"public class Main {\n static PrintWriter pw = new PrintWriter(new OutputStreamWriter(System.out));\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n static String line;\n static int n, k, T, N, m, Q, q, R, C, x, M, id, x0, y0, g, y, d, SCC,A,B,D;\n static StringTokenizer st;\n static Scanner in = new Scanner(System.in);\n static char[][] word;\n static IP[][] parent;\n static BitSet onStack = new BitSet(100000);\n static ArrayList<Integer> graph[];\n static int[] low, ids;\n static Stack<Integer> stack;\n\n public static void main(String[] args) throws IOException {\n st = new StringTokenizer(br.readLine());\n A = Integer.parseInt(st.nextToken());B = Integer.parseInt(st.nextToken());\n C = Integer.parseInt(st.nextToken()); D = Integer.parseInt(st.nextToken());\n int i=0;\n while (A>0&&C>0){\n if(isEven(i++)){\n C-=B;\n\n }else{\n A-=D;\n }\n }\n pw.println (A>0?\"Yes\":\"No\");\n pw.flush();\n\n }\n static class IP {\n int row, col;\n\n public IP(int row, int col) {\n this.row = row;\n this.col = col;\n }\n }\n static void extendedEuclid ( int a, int b){\n if (b == 0) {\n x = 1;\n y = 0;\n d = a;\n return;\n }\n extendedEuclid(b, a % b);\n int x1 = y;\n int y1 = x - (a / b) * y;\n x = x1;\n y = y1;\n }\n static boolean isEven ( int i){\n return (i & 1) == 0;\n }\n static boolean isOdd ( int i){\n return (i & 1) == 1;\n }\n static class Edge implements Comparable<Edge> {\n int u, v;\n double weight;\n\n Edge(int u, int v, double weight) {\n this.u = u;\n this.v = v;\n this.weight = weight;\n }\n\n @Override\n public int compareTo(Edge edge) {\n return (int) (weight - (int) edge.weight);\n }\n }\n static class DisjointSet {\n int[] parent, rank;\n\n void make_set(int v) {\n parent = new int[v];\n for (int i = 0; i < v; i++)\n parent[i] = i;\n rank = new int[v];\n }\n\n int find_set(int v) {\n if (v == parent[v])\n return v;\n return parent[v] = find_set(parent[v]);//compress the step\n }\n\n void union_set(int a, int b) {\n a = find_set(a);\n b = find_set(b);\n if (a != b) {\n if (rank[a] < rank[b]) {\n int c = a;\n a = b;\n b = c;\n }\n parent[b] = a;\n if (rank[a] == rank[b])\n rank[a]++;\n }\n }\n }\n }",
"Main"
] |
import java.io.*;
import java.util.*;
public class Main {
static PrintWriter pw = new PrintWriter(new OutputStreamWriter(System.out));
static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
static String line;
static int n, k, T, N, m, Q, q, R, C, x, M, id, x0, y0, g, y, d, SCC,A,B,D;
static StringTokenizer st;
static Scanner in = new Scanner(System.in);
static char[][] word;
static IP[][] parent;
static BitSet onStack = new BitSet(100000);
static ArrayList<Integer> graph[];
static int[] low, ids;
static Stack<Integer> stack;
public static void main(String[] args) throws IOException {
st = new StringTokenizer(br.readLine());
A = Integer.parseInt(st.nextToken());B = Integer.parseInt(st.nextToken());
C = Integer.parseInt(st.nextToken()); D = Integer.parseInt(st.nextToken());
int i=0;
while (A>0&&C>0){
if(isEven(i++)){
C-=B;
}else{
A-=D;
}
}
pw.println (A>0?"Yes":"No");
pw.flush();
}
static class IP {
int row, col;
public IP(int row, int col) {
this.row = row;
this.col = col;
}
}
static void extendedEuclid ( int a, int b){
if (b == 0) {
x = 1;
y = 0;
d = a;
return;
}
extendedEuclid(b, a % b);
int x1 = y;
int y1 = x - (a / b) * y;
x = x1;
y = y1;
}
static boolean isEven ( int i){
return (i & 1) == 0;
}
static boolean isOdd ( int i){
return (i & 1) == 1;
}
static class Edge implements Comparable<Edge> {
int u, v;
double weight;
Edge(int u, int v, double weight) {
this.u = u;
this.v = v;
this.weight = weight;
}
@Override
public int compareTo(Edge edge) {
return (int) (weight - (int) edge.weight);
}
}
static class DisjointSet {
int[] parent, rank;
void make_set(int v) {
parent = new int[v];
for (int i = 0; i < v; i++)
parent[i] = i;
rank = new int[v];
}
int find_set(int v) {
if (v == parent[v])
return v;
return parent[v] = find_set(parent[v]);//compress the step
}
void union_set(int a, int b) {
a = find_set(a);
b = find_set(b);
if (a != b) {
if (rank[a] < rank[b]) {
int c = a;
a = b;
b = c;
}
parent[b] = a;
if (rank[a] == rank[b])
rank[a]++;
}
}
}
}
|
[
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,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
14,
13,
0,
13,
13,
0,
13,
13,
0,
13,
40,
13,
4,
18,
18,
13,
13,
8,
2,
13,
17,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
94,
14
],
[
94,
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
],
[
26,
29
],
[
29,
30
],
[
30,
31
],
[
17,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
38,
39
],
[
17,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
46,
47
],
[
17,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
54,
55
],
[
17,
56
],
[
56,
57
],
[
56,
58
],
[
17,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
59,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
73,
74
],
[
73,
75
],
[
67,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
17,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
85,
90
],
[
15,
91
],
[
91,
92
],
[
0,
93
],
[
93,
94
],
[
93,
95
]
] |
[
"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[] Arguments) throws IOException \n\t{\n\t\tBufferedReader BR = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer ST = new StringTokenizer(BR.readLine());\n\t\tint A = Integer.parseInt(ST.nextToken()), B = Integer.parseInt(ST.nextToken()), C = Integer.parseInt(ST.nextToken()), D = Integer.parseInt(ST.nextToken());\n\t\tboolean takaTurn = true;\n\t\twhile (A > 0 && C > 0)\n\t\t{\n\t\t\tif (takaTurn) C -= B;\n\t\t\telse A -= D;\n\t\t\ttakaTurn = !takaTurn;\n\t\t}\n\t\tSystem.out.println((A > 0) ? \"Yes\" : \"No\");\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main\n{\n\tpublic static void main(String[] Arguments) throws IOException \n\t{\n\t\tBufferedReader BR = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer ST = new StringTokenizer(BR.readLine());\n\t\tint A = Integer.parseInt(ST.nextToken()), B = Integer.parseInt(ST.nextToken()), C = Integer.parseInt(ST.nextToken()), D = Integer.parseInt(ST.nextToken());\n\t\tboolean takaTurn = true;\n\t\twhile (A > 0 && C > 0)\n\t\t{\n\t\t\tif (takaTurn) C -= B;\n\t\t\telse A -= D;\n\t\t\ttakaTurn = !takaTurn;\n\t\t}\n\t\tSystem.out.println((A > 0) ? \"Yes\" : \"No\");\n\t}\n}",
"Main",
"public static void main(String[] Arguments) throws IOException \n\t{\n\t\tBufferedReader BR = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer ST = new StringTokenizer(BR.readLine());\n\t\tint A = Integer.parseInt(ST.nextToken()), B = Integer.parseInt(ST.nextToken()), C = Integer.parseInt(ST.nextToken()), D = Integer.parseInt(ST.nextToken());\n\t\tboolean takaTurn = true;\n\t\twhile (A > 0 && C > 0)\n\t\t{\n\t\t\tif (takaTurn) C -= B;\n\t\t\telse A -= D;\n\t\t\ttakaTurn = !takaTurn;\n\t\t}\n\t\tSystem.out.println((A > 0) ? \"Yes\" : \"No\");\n\t}",
"main",
"{\n\t\tBufferedReader BR = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer ST = new StringTokenizer(BR.readLine());\n\t\tint A = Integer.parseInt(ST.nextToken()), B = Integer.parseInt(ST.nextToken()), C = Integer.parseInt(ST.nextToken()), D = Integer.parseInt(ST.nextToken());\n\t\tboolean takaTurn = true;\n\t\twhile (A > 0 && C > 0)\n\t\t{\n\t\t\tif (takaTurn) C -= B;\n\t\t\telse A -= D;\n\t\t\ttakaTurn = !takaTurn;\n\t\t}\n\t\tSystem.out.println((A > 0) ? \"Yes\" : \"No\");\n\t}",
"BufferedReader BR = new BufferedReader(new InputStreamReader(System.in));",
"BR",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer ST = new StringTokenizer(BR.readLine());",
"ST",
"new StringTokenizer(BR.readLine())",
"int A = Integer.parseInt(ST.nextToken())",
"A",
"Integer.parseInt(ST.nextToken())",
"Integer.parseInt",
"Integer",
"ST.nextToken()",
"ST.nextToken",
"ST",
"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",
"D = Integer.parseInt(ST.nextToken());",
"D",
"Integer.parseInt(ST.nextToken())",
"Integer.parseInt",
"Integer",
"ST.nextToken()",
"ST.nextToken",
"ST",
"boolean takaTurn = true;",
"takaTurn",
"true",
"while (A > 0 && C > 0)\n\t\t{\n\t\t\tif (takaTurn) C -= B;\n\t\t\telse A -= D;\n\t\t\ttakaTurn = !takaTurn;\n\t\t}",
"A > 0 && C > 0",
"A > 0",
"A",
"0",
"C > 0",
"C",
"0",
"{\n\t\t\tif (takaTurn) C -= B;\n\t\t\telse A -= D;\n\t\t\ttakaTurn = !takaTurn;\n\t\t}",
"if (takaTurn) C -= B;\n\t\t\telse A -= D;",
"takaTurn",
"C -= B",
"C",
"B",
"A -= D",
"A",
"D",
"takaTurn = !takaTurn",
"takaTurn",
"!takaTurn",
"takaTurn",
"System.out.println((A > 0) ? \"Yes\" : \"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(A > 0) ? \"Yes\" : \"No\"",
"(A > 0)",
"A",
"0",
"\"Yes\"",
"\"No\"",
"String[] Arguments",
"Arguments",
"public class Main\n{\n\tpublic static void main(String[] Arguments) throws IOException \n\t{\n\t\tBufferedReader BR = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer ST = new StringTokenizer(BR.readLine());\n\t\tint A = Integer.parseInt(ST.nextToken()), B = Integer.parseInt(ST.nextToken()), C = Integer.parseInt(ST.nextToken()), D = Integer.parseInt(ST.nextToken());\n\t\tboolean takaTurn = true;\n\t\twhile (A > 0 && C > 0)\n\t\t{\n\t\t\tif (takaTurn) C -= B;\n\t\t\telse A -= D;\n\t\t\ttakaTurn = !takaTurn;\n\t\t}\n\t\tSystem.out.println((A > 0) ? \"Yes\" : \"No\");\n\t}\n}",
"public class Main\n{\n\tpublic static void main(String[] Arguments) throws IOException \n\t{\n\t\tBufferedReader BR = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer ST = new StringTokenizer(BR.readLine());\n\t\tint A = Integer.parseInt(ST.nextToken()), B = Integer.parseInt(ST.nextToken()), C = Integer.parseInt(ST.nextToken()), D = Integer.parseInt(ST.nextToken());\n\t\tboolean takaTurn = true;\n\t\twhile (A > 0 && C > 0)\n\t\t{\n\t\t\tif (takaTurn) C -= B;\n\t\t\telse A -= D;\n\t\t\ttakaTurn = !takaTurn;\n\t\t}\n\t\tSystem.out.println((A > 0) ? \"Yes\" : \"No\");\n\t}\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main
{
public static void main(String[] Arguments) throws IOException
{
BufferedReader BR = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer ST = new StringTokenizer(BR.readLine());
int A = Integer.parseInt(ST.nextToken()), B = Integer.parseInt(ST.nextToken()), C = Integer.parseInt(ST.nextToken()), D = Integer.parseInt(ST.nextToken());
boolean takaTurn = true;
while (A > 0 && C > 0)
{
if (takaTurn) C -= B;
else A -= D;
takaTurn = !takaTurn;
}
System.out.println((A > 0) ? "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,
4,
18,
13,
42,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
68,
5
],
[
68,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
42,
49
],
[
34,
50
],
[
50,
51
],
[
50,
52
],
[
34,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
57,
64
],
[
6,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] |
[
"import java.util.*;\npublic class Main{\n\tpublic static void main(String[] args){\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 = sc.nextInt();\n \n \twhile(true){\n \tc -= b;\n \tif(c <= 0){\n \tSystem.out.println(\"Yes\");\n \tbreak;\n }\n a -= d;\n if(a <= 0){\n \tSystem.out.println(\"No\");\n \tbreak;\n } \n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint a = sc.nextInt();\n \tint b = sc.nextInt();\n \tint c = sc.nextInt();\n \tint d = sc.nextInt();\n \n \twhile(true){\n \tc -= b;\n \tif(c <= 0){\n \tSystem.out.println(\"Yes\");\n \tbreak;\n }\n a -= d;\n if(a <= 0){\n \tSystem.out.println(\"No\");\n \tbreak;\n } \n }\n }\n}",
"Main",
"public static void main(String[] args){\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 = sc.nextInt();\n \n \twhile(true){\n \tc -= b;\n \tif(c <= 0){\n \tSystem.out.println(\"Yes\");\n \tbreak;\n }\n a -= d;\n if(a <= 0){\n \tSystem.out.println(\"No\");\n \tbreak;\n } \n }\n }",
"main",
"{\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 = sc.nextInt();\n \n \twhile(true){\n \tc -= b;\n \tif(c <= 0){\n \tSystem.out.println(\"Yes\");\n \tbreak;\n }\n a -= d;\n if(a <= 0){\n \tSystem.out.println(\"No\");\n \tbreak;\n } \n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while(true){\n \tc -= b;\n \tif(c <= 0){\n \tSystem.out.println(\"Yes\");\n \tbreak;\n }\n a -= d;\n if(a <= 0){\n \tSystem.out.println(\"No\");\n \tbreak;\n } \n }",
"true",
"{\n \tc -= b;\n \tif(c <= 0){\n \tSystem.out.println(\"Yes\");\n \tbreak;\n }\n a -= d;\n if(a <= 0){\n \tSystem.out.println(\"No\");\n \tbreak;\n } \n }",
"c -= b",
"c",
"b",
"if(c <= 0){\n \tSystem.out.println(\"Yes\");\n \tbreak;\n }",
"c <= 0",
"c",
"0",
"{\n \tSystem.out.println(\"Yes\");\n \tbreak;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"a -= d",
"a",
"d",
"if(a <= 0){\n \tSystem.out.println(\"No\");\n \tbreak;\n }",
"a <= 0",
"a",
"0",
"{\n \tSystem.out.println(\"No\");\n \tbreak;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\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 = sc.nextInt();\n \n \twhile(true){\n \tc -= b;\n \tif(c <= 0){\n \tSystem.out.println(\"Yes\");\n \tbreak;\n }\n a -= d;\n if(a <= 0){\n \tSystem.out.println(\"No\");\n \tbreak;\n } \n }\n }\n}",
"public class Main{\n\tpublic static void main(String[] args){\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 = sc.nextInt();\n \n \twhile(true){\n \tc -= b;\n \tif(c <= 0){\n \tSystem.out.println(\"Yes\");\n \tbreak;\n }\n a -= d;\n if(a <= 0){\n \tSystem.out.println(\"No\");\n \tbreak;\n } \n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
while(true){
c -= b;
if(c <= 0){
System.out.println("Yes");
break;
}
a -= d;
if(a <= 0){
System.out.println("No");
break;
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
42,
2,
13,
17,
30,
0,
13,
13,
40,
13,
41,
13,
17,
42,
2,
13,
17,
30,
0,
13,
13,
40,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
79,
5
],
[
79,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
8,
45
],
[
45,
46
],
[
45,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
8,
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
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
6,
76
],
[
76,
77
],
[
0,
78
],
[
78,
79
],
[
78,
80
]
] |
[
"import java.util.*;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n \t//数値の入力\n\t\tint a = sc.nextInt();\n \tint b = sc.nextInt();\n \tint c = sc.nextInt();\n \tint d = sc.nextInt();\n \t\n \t//高橋が青木に攻撃\n \tint AoCount =0;\n \twhile(c > 0){\n c -= b; \n AoCount ++; \n }\n \t\n \t//青木が高橋に攻撃\n \tint TkCount =0;\n \twhile(a > 0){\n a -= d; \n TkCount ++; \n }\n\n \tif(TkCount<AoCount){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\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//数値の入力\n\t\tint a = sc.nextInt();\n \tint b = sc.nextInt();\n \tint c = sc.nextInt();\n \tint d = sc.nextInt();\n \t\n \t//高橋が青木に攻撃\n \tint AoCount =0;\n \twhile(c > 0){\n c -= b; \n AoCount ++; \n }\n \t\n \t//青木が高橋に攻撃\n \tint TkCount =0;\n \twhile(a > 0){\n a -= d; \n TkCount ++; \n }\n\n \tif(TkCount<AoCount){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n \t//数値の入力\n\t\tint a = sc.nextInt();\n \tint b = sc.nextInt();\n \tint c = sc.nextInt();\n \tint d = sc.nextInt();\n \t\n \t//高橋が青木に攻撃\n \tint AoCount =0;\n \twhile(c > 0){\n c -= b; \n AoCount ++; \n }\n \t\n \t//青木が高橋に攻撃\n \tint TkCount =0;\n \twhile(a > 0){\n a -= d; \n TkCount ++; \n }\n\n \tif(TkCount<AoCount){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n \t//数値の入力\n\t\tint a = sc.nextInt();\n \tint b = sc.nextInt();\n \tint c = sc.nextInt();\n \tint d = sc.nextInt();\n \t\n \t//高橋が青木に攻撃\n \tint AoCount =0;\n \twhile(c > 0){\n c -= b; \n AoCount ++; \n }\n \t\n \t//青木が高橋に攻撃\n \tint TkCount =0;\n \twhile(a > 0){\n a -= d; \n TkCount ++; \n }\n\n \tif(TkCount<AoCount){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"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 = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int AoCount =0;",
"AoCount",
"0",
"while(c > 0){\n c -= b; \n AoCount ++; \n }",
"c > 0",
"c",
"0",
"{\n c -= b; \n AoCount ++; \n }",
"c -= b",
"c",
"b",
"AoCount ++",
"AoCount",
"int TkCount =0;",
"TkCount",
"0",
"while(a > 0){\n a -= d; \n TkCount ++; \n }",
"a > 0",
"a",
"0",
"{\n a -= d; \n TkCount ++; \n }",
"a -= d",
"a",
"d",
"TkCount ++",
"TkCount",
"if(TkCount<AoCount){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }",
"TkCount<AoCount",
"TkCount",
"AoCount",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n \t//数値の入力\n\t\tint a = sc.nextInt();\n \tint b = sc.nextInt();\n \tint c = sc.nextInt();\n \tint d = sc.nextInt();\n \t\n \t//高橋が青木に攻撃\n \tint AoCount =0;\n \twhile(c > 0){\n c -= b; \n AoCount ++; \n }\n \t\n \t//青木が高橋に攻撃\n \tint TkCount =0;\n \twhile(a > 0){\n a -= d; \n TkCount ++; \n }\n\n \tif(TkCount<AoCount){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n \t//数値の入力\n\t\tint a = sc.nextInt();\n \tint b = sc.nextInt();\n \tint c = sc.nextInt();\n \tint d = sc.nextInt();\n \t\n \t//高橋が青木に攻撃\n \tint AoCount =0;\n \twhile(c > 0){\n c -= b; \n AoCount ++; \n }\n \t\n \t//青木が高橋に攻撃\n \tint TkCount =0;\n \twhile(a > 0){\n a -= d; \n TkCount ++; \n }\n\n \tif(TkCount<AoCount){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
//数値の入力
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
//高橋が青木に攻撃
int AoCount =0;
while(c > 0){
c -= b;
AoCount ++;
}
//青木が高橋に攻撃
int TkCount =0;
while(a > 0){
a -= d;
TkCount ++;
}
if(TkCount<AoCount){
System.out.println("No");
}else{
System.out.println("Yes");
}
}
}
|
[
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,
41,
13,
4,
18,
13,
41,
13,
2,
2,
2,
13,
13,
17,
13,
41,
13,
2,
2,
2,
13,
13,
17,
13,
4,
18,
13,
8,
2,
13,
13,
17,
17,
4,
18,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
41,
13,
2,
4,
18,
13,
18,
13,
13,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
41,
13,
2,
4,
18,
13,
18,
13,
13,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
13,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
4,
13,
13,
4,
18,
13,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
4,
13,
13,
4,
18,
13,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
4,
13,
17,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
4,
18,
13,
17,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
492,
8
],
[
492,
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
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
11,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
43,
49
],
[
11,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
52,
58
],
[
11,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
62,
67
],
[
11,
68
],
[
68,
69
],
[
69,
70
],
[
9,
71
],
[
71,
72
],
[
492,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
81,
82
],
[
81,
83
],
[
83,
84
],
[
83,
85
],
[
76,
86
],
[
86,
87
],
[
87,
88
],
[
76,
89
],
[
90,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
93,
97
],
[
97,
98
],
[
97,
99
],
[
90,
100
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
102,
104
],
[
90,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
109,
110
],
[
109,
111
],
[
90,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
73,
117
],
[
117,
118
],
[
492,
119
],
[
119,
120
],
[
119,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
122,
127
],
[
127,
128
],
[
127,
129
],
[
129,
130
],
[
129,
131
],
[
122,
132
],
[
132,
133
],
[
133,
134
],
[
122,
135
],
[
136,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
139,
143
],
[
143,
144
],
[
143,
145
],
[
136,
146
],
[
146,
147
],
[
146,
148
],
[
148,
149
],
[
148,
150
],
[
136,
151
],
[
151,
152
],
[
152,
153
],
[
152,
154
],
[
151,
155
],
[
155,
156
],
[
155,
157
],
[
136,
158
],
[
158,
159
],
[
159,
160
],
[
159,
161
],
[
158,
162
],
[
119,
163
],
[
163,
164
],
[
492,
165
],
[
165,
166
],
[
165,
167
],
[
167,
168
],
[
168,
169
],
[
169,
170
],
[
170,
171
],
[
169,
172
],
[
165,
173
],
[
173,
174
],
[
492,
175
],
[
175,
176
],
[
175,
177
],
[
177,
178
],
[
178,
179
],
[
179,
180
],
[
180,
181
],
[
179,
182
],
[
175,
183
],
[
183,
184
],
[
492,
185
],
[
185,
186
],
[
185,
187
],
[
187,
188
],
[
188,
189
],
[
189,
190
],
[
190,
191
],
[
189,
192
],
[
185,
193
],
[
193,
194
],
[
492,
195
],
[
195,
196
],
[
195,
197
],
[
197,
198
],
[
198,
199
],
[
199,
200
],
[
200,
201
],
[
199,
202
],
[
195,
203
],
[
203,
204
],
[
492,
205
],
[
205,
206
],
[
205,
207
],
[
207,
208
],
[
205,
209
],
[
209,
210
],
[
205,
211
],
[
211,
212
],
[
211,
213
],
[
213,
214
],
[
214,
215
],
[
214,
216
],
[
211,
217
],
[
217,
218
],
[
205,
219
],
[
219,
220
],
[
219,
221
],
[
221,
222
],
[
222,
223
],
[
222,
224
],
[
219,
225
],
[
225,
226
],
[
205,
227
],
[
227,
228
],
[
227,
229
],
[
229,
230
],
[
230,
231
],
[
231,
232
],
[
232,
233
],
[
232,
234
],
[
231,
235
],
[
235,
236
],
[
236,
237
],
[
237,
238
],
[
230,
239
],
[
239,
240
],
[
239,
241
],
[
229,
242
],
[
242,
243
],
[
243,
244
],
[
244,
245
],
[
205,
246
],
[
246,
247
],
[
246,
248
],
[
248,
249
],
[
249,
250
],
[
249,
251
],
[
248,
253
],
[
253,
254
],
[
254,
255
],
[
255,
256
],
[
255,
257
],
[
253,
258
],
[
258,
259
],
[
258,
260
],
[
253,
261
],
[
261,
262
],
[
262,
263
],
[
253,
264
],
[
264,
265
],
[
265,
266
],
[
266,
267
],
[
266,
268
],
[
265,
269
],
[
269,
270
],
[
248,
271
],
[
271,
272
],
[
246,
273
],
[
273,
274
],
[
205,
275
],
[
275,
276
],
[
275,
277
],
[
277,
278
],
[
278,
279
],
[
278,
280
],
[
277,
282
],
[
282,
283
],
[
283,
284
],
[
284,
285
],
[
284,
286
],
[
282,
287
],
[
287,
288
],
[
287,
289
],
[
282,
290
],
[
290,
291
],
[
291,
292
],
[
282,
293
],
[
293,
294
],
[
294,
295
],
[
295,
296
],
[
295,
297
],
[
294,
298
],
[
298,
299
],
[
277,
300
],
[
300,
301
],
[
275,
302
],
[
302,
303
],
[
205,
304
],
[
304,
305
],
[
304,
306
],
[
306,
307
],
[
307,
308
],
[
307,
309
],
[
306,
311
],
[
311,
312
],
[
312,
313
],
[
313,
314
],
[
313,
315
],
[
311,
316
],
[
316,
317
],
[
316,
318
],
[
311,
319
],
[
319,
320
],
[
320,
321
],
[
311,
322
],
[
322,
323
],
[
323,
324
],
[
324,
325
],
[
324,
326
],
[
323,
327
],
[
327,
328
],
[
306,
329
],
[
329,
330
],
[
329,
331
],
[
306,
332
],
[
332,
333
],
[
333,
334
],
[
332,
335
],
[
306,
336
],
[
336,
337
],
[
304,
338
],
[
338,
339
],
[
205,
340
],
[
340,
341
],
[
340,
342
],
[
342,
343
],
[
343,
344
],
[
343,
345
],
[
342,
347
],
[
347,
348
],
[
348,
349
],
[
349,
350
],
[
349,
351
],
[
347,
352
],
[
352,
353
],
[
352,
354
],
[
347,
355
],
[
355,
356
],
[
356,
357
],
[
347,
358
],
[
358,
359
],
[
359,
360
],
[
360,
361
],
[
360,
362
],
[
359,
363
],
[
363,
364
],
[
342,
365
],
[
365,
366
],
[
365,
367
],
[
342,
368
],
[
368,
369
],
[
369,
370
],
[
368,
371
],
[
342,
372
],
[
372,
373
],
[
340,
374
],
[
374,
375
],
[
205,
376
],
[
376,
377
],
[
376,
378
],
[
378,
379
],
[
379,
380
],
[
379,
381
],
[
378,
383
],
[
383,
384
],
[
384,
385
],
[
385,
386
],
[
385,
387
],
[
383,
388
],
[
388,
389
],
[
388,
390
],
[
383,
391
],
[
391,
392
],
[
392,
393
],
[
383,
394
],
[
394,
395
],
[
395,
396
],
[
396,
397
],
[
396,
398
],
[
395,
399
],
[
399,
400
],
[
378,
401
],
[
401,
402
],
[
376,
403
],
[
403,
404
],
[
205,
405
],
[
405,
406
],
[
405,
407
],
[
407,
408
],
[
408,
409
],
[
408,
410
],
[
407,
412
],
[
412,
413
],
[
413,
414
],
[
414,
415
],
[
414,
416
],
[
412,
417
],
[
417,
418
],
[
417,
419
],
[
412,
420
],
[
420,
421
],
[
421,
422
],
[
412,
423
],
[
423,
424
],
[
424,
425
],
[
425,
426
],
[
425,
427
],
[
424,
428
],
[
428,
429
],
[
407,
430
],
[
430,
431
],
[
405,
432
],
[
432,
433
],
[
205,
434
],
[
434,
435
],
[
434,
436
],
[
436,
437
],
[
437,
438
],
[
438,
439
],
[
439,
440
],
[
205,
441
],
[
441,
442
],
[
441,
443
],
[
443,
444
],
[
444,
445
],
[
445,
446
],
[
446,
447
],
[
445,
448
],
[
448,
449
],
[
205,
450
],
[
450,
451
],
[
450,
452
],
[
452,
453
],
[
453,
454
],
[
454,
455
],
[
455,
456
],
[
454,
457
],
[
457,
458
],
[
205,
459
],
[
459,
460
],
[
459,
461
],
[
461,
462
],
[
462,
463
],
[
463,
464
],
[
464,
465
],
[
465,
466
],
[
463,
467
],
[
205,
468
],
[
468,
469
],
[
468,
470
],
[
470,
471
],
[
471,
472
],
[
472,
473
],
[
473,
474
],
[
472,
475
],
[
475,
476
],
[
205,
477
],
[
477,
478
],
[
477,
479
],
[
479,
480
],
[
480,
481
],
[
481,
482
],
[
482,
483
],
[
205,
484
],
[
484,
485
],
[
484,
486
],
[
486,
487
],
[
487,
488
],
[
488,
489
],
[
487,
490
],
[
0,
491
],
[
491,
492
],
[
491,
493
]
] |
[
"import java.io.*;\nimport java.util.*;\n\npublic class Main{\n\tpublic static void main(String[] args) throws Exception{\n\t\tPrintWriter pw=new PrintWriter(System.out);\n\t\tMScanner sc = new MScanner(System.in);\n\t\tHashSet<String>set=new HashSet<>();\n\t\tint h1=sc.nextInt(),a1=sc.nextInt();\n\t\tint h2=sc.nextInt(),a2=sc.nextInt();\n\t\t\n\t\tint t1=(h2+a1-1)/a1,t2=(h1+a2-1)/a2;\n\t\tpw.println(t1<=t2?\"Yes\":\"No\");\n\t\tpw.flush();\n\t}\n\tstatic class MScanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\t\tpublic MScanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}\n \n\t\tpublic MScanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n \n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic int[] intArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}\n\t\tpublic long[] longArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}\n\t\tpublic int[] intSortedArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}\n\t\tpublic long[] longSortedArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}\n\t\tpublic Integer[] IntegerArr(int n) throws IOException {\n\t Integer[]in=new Integer[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}\n\t\tpublic Long[] LongArr(int n) throws IOException {\n\t Long[]in=new Long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n \n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n \n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n \n\t\tpublic char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}\n \n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n \n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n \n\t\tpublic void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}\n\t}\n\tstatic void shuffle(int[]in) {\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tint tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}\n\tstatic void shuffle(long[]in) {\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tlong tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}\n\tstatic String arrToString(int[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(long[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(Integer[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(Long[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args) throws Exception{\n\t\tPrintWriter pw=new PrintWriter(System.out);\n\t\tMScanner sc = new MScanner(System.in);\n\t\tHashSet<String>set=new HashSet<>();\n\t\tint h1=sc.nextInt(),a1=sc.nextInt();\n\t\tint h2=sc.nextInt(),a2=sc.nextInt();\n\t\t\n\t\tint t1=(h2+a1-1)/a1,t2=(h1+a2-1)/a2;\n\t\tpw.println(t1<=t2?\"Yes\":\"No\");\n\t\tpw.flush();\n\t}\n\tstatic class MScanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\t\tpublic MScanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}\n \n\t\tpublic MScanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n \n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic int[] intArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}\n\t\tpublic long[] longArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}\n\t\tpublic int[] intSortedArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}\n\t\tpublic long[] longSortedArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}\n\t\tpublic Integer[] IntegerArr(int n) throws IOException {\n\t Integer[]in=new Integer[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}\n\t\tpublic Long[] LongArr(int n) throws IOException {\n\t Long[]in=new Long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n \n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n \n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n \n\t\tpublic char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}\n \n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n \n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n \n\t\tpublic void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}\n\t}\n\tstatic void shuffle(int[]in) {\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tint tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}\n\tstatic void shuffle(long[]in) {\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tlong tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}\n\tstatic String arrToString(int[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(long[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(Integer[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(Long[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\t\tPrintWriter pw=new PrintWriter(System.out);\n\t\tMScanner sc = new MScanner(System.in);\n\t\tHashSet<String>set=new HashSet<>();\n\t\tint h1=sc.nextInt(),a1=sc.nextInt();\n\t\tint h2=sc.nextInt(),a2=sc.nextInt();\n\t\t\n\t\tint t1=(h2+a1-1)/a1,t2=(h1+a2-1)/a2;\n\t\tpw.println(t1<=t2?\"Yes\":\"No\");\n\t\tpw.flush();\n\t}",
"main",
"{\n\t\tPrintWriter pw=new PrintWriter(System.out);\n\t\tMScanner sc = new MScanner(System.in);\n\t\tHashSet<String>set=new HashSet<>();\n\t\tint h1=sc.nextInt(),a1=sc.nextInt();\n\t\tint h2=sc.nextInt(),a2=sc.nextInt();\n\t\t\n\t\tint t1=(h2+a1-1)/a1,t2=(h1+a2-1)/a2;\n\t\tpw.println(t1<=t2?\"Yes\":\"No\");\n\t\tpw.flush();\n\t}",
"PrintWriter pw=new PrintWriter(System.out);",
"pw",
"new PrintWriter(System.out)",
"MScanner sc = new MScanner(System.in);",
"sc",
"new MScanner(System.in)",
"HashSet<String>set=new HashSet<>();",
"set",
"new HashSet<>()",
"int h1=sc.nextInt()",
"h1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"a1=sc.nextInt();",
"a1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int h2=sc.nextInt()",
"h2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"a2=sc.nextInt();",
"a2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int t1=(h2+a1-1)/a1",
"t1",
"(h2+a1-1)/a1",
"(h2+a1-1)",
"h2+a1",
"h2",
"a1",
"1",
"a1",
"t2=(h1+a2-1)/a2;",
"t2",
"(h1+a2-1)/a2",
"(h1+a2-1)",
"h1+a2",
"h1",
"a2",
"1",
"a2",
"pw.println(t1<=t2?\"Yes\":\"No\")",
"pw.println",
"pw",
"t1<=t2?\"Yes\":\"No\"",
"t1<=t2",
"t1",
"t2",
"\"Yes\"",
"\"No\"",
"pw.flush()",
"pw.flush",
"pw",
"String[] args",
"args",
"static void shuffle(int[]in) {\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tint tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}",
"shuffle",
"{\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tint tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}",
"for(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tint tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<in.length",
"i",
"in.length",
"in",
"in.length",
"i++",
"i++",
"i",
"{\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tint tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}",
"{\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tint tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}",
"int idx=(int)(Math.random()*in.length);",
"idx",
"(int)(Math.random()*in.length)",
"Math.random()",
"Math.random",
"Math",
"in.length",
"in",
"in.length",
"int tmp=in[i];",
"tmp",
"in[i]",
"in",
"i",
"in[i]=in[idx]",
"in[i]",
"in",
"i",
"in[idx]",
"in",
"idx",
"in[idx]=tmp",
"in[idx]",
"in",
"idx",
"tmp",
"int[]in",
"in",
"static void shuffle(long[]in) {\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tlong tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}",
"shuffle",
"{\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tlong tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}",
"for(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tlong tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<in.length",
"i",
"in.length",
"in",
"in.length",
"i++",
"i++",
"i",
"{\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tlong tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}",
"{\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tlong tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}",
"int idx=(int)(Math.random()*in.length);",
"idx",
"(int)(Math.random()*in.length)",
"Math.random()",
"Math.random",
"Math",
"in.length",
"in",
"in.length",
"long tmp=in[i];",
"tmp",
"in[i]",
"in",
"i",
"in[i]=in[idx]",
"in[i]",
"in",
"i",
"in[idx]",
"in",
"idx",
"in[idx]=tmp",
"in[idx]",
"in",
"idx",
"tmp",
"long[]in",
"in",
"static String arrToString(int[]x) {\n\t\treturn Arrays.toString(x);\n\t}",
"arrToString",
"{\n\t\treturn Arrays.toString(x);\n\t}",
"return Arrays.toString(x);",
"Arrays.toString(x)",
"Arrays.toString",
"Arrays",
"x",
"int[]x",
"x",
"static String arrToString(long[]x) {\n\t\treturn Arrays.toString(x);\n\t}",
"arrToString",
"{\n\t\treturn Arrays.toString(x);\n\t}",
"return Arrays.toString(x);",
"Arrays.toString(x)",
"Arrays.toString",
"Arrays",
"x",
"long[]x",
"x",
"static String arrToString(Integer[]x) {\n\t\treturn Arrays.toString(x);\n\t}",
"arrToString",
"{\n\t\treturn Arrays.toString(x);\n\t}",
"return Arrays.toString(x);",
"Arrays.toString(x)",
"Arrays.toString",
"Arrays",
"x",
"Integer[]x",
"x",
"static String arrToString(Long[]x) {\n\t\treturn Arrays.toString(x);\n\t}",
"arrToString",
"{\n\t\treturn Arrays.toString(x);\n\t}",
"return Arrays.toString(x);",
"Arrays.toString(x)",
"Arrays.toString",
"Arrays",
"x",
"Long[]x",
"x",
"static class MScanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\t\tpublic MScanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}\n \n\t\tpublic MScanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n \n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic int[] intArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}\n\t\tpublic long[] longArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}\n\t\tpublic int[] intSortedArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}\n\t\tpublic long[] longSortedArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}\n\t\tpublic Integer[] IntegerArr(int n) throws IOException {\n\t Integer[]in=new Integer[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}\n\t\tpublic Long[] LongArr(int n) throws IOException {\n\t Long[]in=new Long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n \n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n \n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n \n\t\tpublic char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}\n \n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n \n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n \n\t\tpublic void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}\n\t}",
"MScanner",
"StringTokenizer st;",
"st",
"BufferedReader br;",
"br",
"public MScanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}",
"MScanner",
"{\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}",
"br = new BufferedReader(new InputStreamReader(system))",
"br",
"new BufferedReader(new InputStreamReader(system))",
"InputStream system",
"system",
"public MScanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}",
"MScanner",
"{\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}",
"br = new BufferedReader(new FileReader(file))",
"br",
"new BufferedReader(new FileReader(file))",
"String file",
"file",
"public String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}",
"next",
"{\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}",
"while (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public int[] intArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}",
"intArr",
"{\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}",
"int[]in=new int[n];",
"in",
"new int[n]",
"n",
"for(int i=0;i<n;i++)in[i]=nextInt();",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"in[i]=nextInt();",
"in[i]=nextInt()",
"in[i]",
"in",
"i",
"nextInt()",
"nextInt",
"return in;",
"in",
"int n",
"n",
"public long[] longArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}",
"longArr",
"{\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}",
"long[]in=new long[n];",
"in",
"new long[n]",
"n",
"for(int i=0;i<n;i++)in[i]=nextLong();",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"in[i]=nextLong();",
"in[i]=nextLong()",
"in[i]",
"in",
"i",
"nextLong()",
"nextLong",
"return in;",
"in",
"int n",
"n",
"public int[] intSortedArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}",
"intSortedArr",
"{\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}",
"int[]in=new int[n];",
"in",
"new int[n]",
"n",
"for(int i=0;i<n;i++)in[i]=nextInt();",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"in[i]=nextInt();",
"in[i]=nextInt()",
"in[i]",
"in",
"i",
"nextInt()",
"nextInt",
"shuffle(in)",
"shuffle",
"in",
"Arrays.sort(in)",
"Arrays.sort",
"Arrays",
"in",
"return in;",
"in",
"int n",
"n",
"public long[] longSortedArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}",
"longSortedArr",
"{\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}",
"long[]in=new long[n];",
"in",
"new long[n]",
"n",
"for(int i=0;i<n;i++)in[i]=nextLong();",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"in[i]=nextLong();",
"in[i]=nextLong()",
"in[i]",
"in",
"i",
"nextLong()",
"nextLong",
"shuffle(in)",
"shuffle",
"in",
"Arrays.sort(in)",
"Arrays.sort",
"Arrays",
"in",
"return in;",
"in",
"int n",
"n",
"public Integer[] IntegerArr(int n) throws IOException {\n\t Integer[]in=new Integer[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}",
"IntegerArr",
"{\n\t Integer[]in=new Integer[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}",
"Integer[]in=new Integer[n];",
"in",
"new Integer[n]",
"n",
"for(int i=0;i<n;i++)in[i]=nextInt();",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"in[i]=nextInt();",
"in[i]=nextInt()",
"in[i]",
"in",
"i",
"nextInt()",
"nextInt",
"return in;",
"in",
"int n",
"n",
"public Long[] LongArr(int n) throws IOException {\n\t Long[]in=new Long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}",
"LongArr",
"{\n\t Long[]in=new Long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}",
"Long[]in=new Long[n];",
"in",
"new Long[n]",
"n",
"for(int i=0;i<n;i++)in[i]=nextLong();",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"in[i]=nextLong();",
"in[i]=nextLong()",
"in[i]",
"in",
"i",
"nextLong()",
"nextLong",
"return in;",
"in",
"int n",
"n",
"public String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}",
"nextLine",
"{\n\t\t\treturn br.readLine();\n\t\t}",
"return br.readLine();",
"br.readLine()",
"br.readLine",
"br",
"public int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"nextInt",
"{\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"public double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}",
"nextDouble",
"{\n\t\t\treturn Double.parseDouble(next());\n\t\t}",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"public char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}",
"nextChar",
"{\n\t\t\treturn next().charAt(0);\n\t\t}",
"return next().charAt(0);",
"next().charAt(0)",
"next().charAt",
"next()",
"next",
"0",
"public long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"nextLong",
"{\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"public boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}",
"ready",
"{\n\t\t\treturn br.ready();\n\t\t}",
"return br.ready();",
"br.ready()",
"br.ready",
"br",
"public void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}",
"waitForInput",
"{\n\t\t\tThread.sleep(3000);\n\t\t}",
"Thread.sleep(3000)",
"Thread.sleep",
"Thread",
"3000",
"public class Main{\n\tpublic static void main(String[] args) throws Exception{\n\t\tPrintWriter pw=new PrintWriter(System.out);\n\t\tMScanner sc = new MScanner(System.in);\n\t\tHashSet<String>set=new HashSet<>();\n\t\tint h1=sc.nextInt(),a1=sc.nextInt();\n\t\tint h2=sc.nextInt(),a2=sc.nextInt();\n\t\t\n\t\tint t1=(h2+a1-1)/a1,t2=(h1+a2-1)/a2;\n\t\tpw.println(t1<=t2?\"Yes\":\"No\");\n\t\tpw.flush();\n\t}\n\tstatic class MScanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\t\tpublic MScanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}\n \n\t\tpublic MScanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n \n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic int[] intArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}\n\t\tpublic long[] longArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}\n\t\tpublic int[] intSortedArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}\n\t\tpublic long[] longSortedArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}\n\t\tpublic Integer[] IntegerArr(int n) throws IOException {\n\t Integer[]in=new Integer[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}\n\t\tpublic Long[] LongArr(int n) throws IOException {\n\t Long[]in=new Long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n \n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n \n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n \n\t\tpublic char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}\n \n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n \n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n \n\t\tpublic void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}\n\t}\n\tstatic void shuffle(int[]in) {\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tint tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}\n\tstatic void shuffle(long[]in) {\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tlong tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}\n\tstatic String arrToString(int[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(long[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(Integer[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(Long[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args) throws Exception{\n\t\tPrintWriter pw=new PrintWriter(System.out);\n\t\tMScanner sc = new MScanner(System.in);\n\t\tHashSet<String>set=new HashSet<>();\n\t\tint h1=sc.nextInt(),a1=sc.nextInt();\n\t\tint h2=sc.nextInt(),a2=sc.nextInt();\n\t\t\n\t\tint t1=(h2+a1-1)/a1,t2=(h1+a2-1)/a2;\n\t\tpw.println(t1<=t2?\"Yes\":\"No\");\n\t\tpw.flush();\n\t}\n\tstatic class MScanner {\n\t\tStringTokenizer st;\n\t\tBufferedReader br;\n\t\tpublic MScanner(InputStream system) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(system));\n\t\t}\n \n\t\tpublic MScanner(String file) throws Exception {\n\t\t\tbr = new BufferedReader(new FileReader(file));\n\t\t}\n \n\t\tpublic String next() throws IOException {\n\t\t\twhile (st == null || !st.hasMoreTokens())\n\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic int[] intArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}\n\t\tpublic long[] longArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}\n\t\tpublic int[] intSortedArr(int n) throws IOException {\n\t int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}\n\t\tpublic long[] longSortedArr(int n) throws IOException {\n\t long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t shuffle(in);\n\t Arrays.sort(in);\n\t return in;\n\t\t}\n\t\tpublic Integer[] IntegerArr(int n) throws IOException {\n\t Integer[]in=new Integer[n];for(int i=0;i<n;i++)in[i]=nextInt();\n\t return in;\n\t\t}\n\t\tpublic Long[] LongArr(int n) throws IOException {\n\t Long[]in=new Long[n];for(int i=0;i<n;i++)in[i]=nextLong();\n\t return in;\n\t\t}\n\t\tpublic String nextLine() throws IOException {\n\t\t\treturn br.readLine();\n\t\t}\n \n\t\tpublic int nextInt() throws IOException {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n \n\t\tpublic double nextDouble() throws IOException {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n \n\t\tpublic char nextChar() throws IOException {\n\t\t\treturn next().charAt(0);\n\t\t}\n \n\t\tpublic long nextLong() throws IOException {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n \n\t\tpublic boolean ready() throws IOException {\n\t\t\treturn br.ready();\n\t\t}\n \n\t\tpublic void waitForInput() throws InterruptedException {\n\t\t\tThread.sleep(3000);\n\t\t}\n\t}\n\tstatic void shuffle(int[]in) {\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tint tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}\n\tstatic void shuffle(long[]in) {\n\t\tfor(int i=0;i<in.length;i++) {\n\t\t\tint idx=(int)(Math.random()*in.length);\n\t\t\tlong tmp=in[i];\n\t\t\tin[i]=in[idx];\n\t\t\tin[idx]=tmp;\n\t\t}\n\t}\n\tstatic String arrToString(int[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(long[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(Integer[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n\tstatic String arrToString(Long[]x) {\n\t\treturn Arrays.toString(x);\n\t}\n}",
"Main"
] |
import java.io.*;
import java.util.*;
public class Main{
public static void main(String[] args) throws Exception{
PrintWriter pw=new PrintWriter(System.out);
MScanner sc = new MScanner(System.in);
HashSet<String>set=new HashSet<>();
int h1=sc.nextInt(),a1=sc.nextInt();
int h2=sc.nextInt(),a2=sc.nextInt();
int t1=(h2+a1-1)/a1,t2=(h1+a2-1)/a2;
pw.println(t1<=t2?"Yes":"No");
pw.flush();
}
static class MScanner {
StringTokenizer st;
BufferedReader br;
public MScanner(InputStream system) {
br = new BufferedReader(new InputStreamReader(system));
}
public MScanner(String file) throws Exception {
br = new BufferedReader(new FileReader(file));
}
public String next() throws IOException {
while (st == null || !st.hasMoreTokens())
st = new StringTokenizer(br.readLine());
return st.nextToken();
}
public int[] intArr(int n) throws IOException {
int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();
return in;
}
public long[] longArr(int n) throws IOException {
long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();
return in;
}
public int[] intSortedArr(int n) throws IOException {
int[]in=new int[n];for(int i=0;i<n;i++)in[i]=nextInt();
shuffle(in);
Arrays.sort(in);
return in;
}
public long[] longSortedArr(int n) throws IOException {
long[]in=new long[n];for(int i=0;i<n;i++)in[i]=nextLong();
shuffle(in);
Arrays.sort(in);
return in;
}
public Integer[] IntegerArr(int n) throws IOException {
Integer[]in=new Integer[n];for(int i=0;i<n;i++)in[i]=nextInt();
return in;
}
public Long[] LongArr(int n) throws IOException {
Long[]in=new Long[n];for(int i=0;i<n;i++)in[i]=nextLong();
return in;
}
public String nextLine() throws IOException {
return br.readLine();
}
public int nextInt() throws IOException {
return Integer.parseInt(next());
}
public double nextDouble() throws IOException {
return Double.parseDouble(next());
}
public char nextChar() throws IOException {
return next().charAt(0);
}
public long nextLong() throws IOException {
return Long.parseLong(next());
}
public boolean ready() throws IOException {
return br.ready();
}
public void waitForInput() throws InterruptedException {
Thread.sleep(3000);
}
}
static void shuffle(int[]in) {
for(int i=0;i<in.length;i++) {
int idx=(int)(Math.random()*in.length);
int tmp=in[i];
in[i]=in[idx];
in[idx]=tmp;
}
}
static void shuffle(long[]in) {
for(int i=0;i<in.length;i++) {
int idx=(int)(Math.random()*in.length);
long tmp=in[i];
in[i]=in[idx];
in[idx]=tmp;
}
}
static String arrToString(int[]x) {
return Arrays.toString(x);
}
static String arrToString(long[]x) {
return Arrays.toString(x);
}
static String arrToString(Integer[]x) {
return Arrays.toString(x);
}
static String arrToString(Long[]x) {
return Arrays.toString(x);
}
}
|
[
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,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
2,
13,
17,
17,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
88,
5
],
[
88,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
32,
43
],
[
44,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
45,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
45,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
44,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
65,
72
],
[
61,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
77,
84
],
[
6,
85
],
[
85,
86
],
[
0,
87
],
[
87,
88
],
[
87,
89
]
] |
[
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n \n int tHp = scan.nextInt();\n int tAt = scan.nextInt();\n int aHp = scan.nextInt();\n int aAt = scan.nextInt();\n \n for(int i = 0; i <200; i++){\n if(i%2 == 0)\n aHp = aHp - tAt;\n else\n tHp = tHp - aAt;\n \n if(aHp <=0 ){\n System.out.println(\"Yes\");\n break;\n }\n else if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }\n}\n ",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n \n int tHp = scan.nextInt();\n int tAt = scan.nextInt();\n int aHp = scan.nextInt();\n int aAt = scan.nextInt();\n \n for(int i = 0; i <200; i++){\n if(i%2 == 0)\n aHp = aHp - tAt;\n else\n tHp = tHp - aAt;\n \n if(aHp <=0 ){\n System.out.println(\"Yes\");\n break;\n }\n else if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n \n int tHp = scan.nextInt();\n int tAt = scan.nextInt();\n int aHp = scan.nextInt();\n int aAt = scan.nextInt();\n \n for(int i = 0; i <200; i++){\n if(i%2 == 0)\n aHp = aHp - tAt;\n else\n tHp = tHp - aAt;\n \n if(aHp <=0 ){\n System.out.println(\"Yes\");\n break;\n }\n else if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n \n int tHp = scan.nextInt();\n int tAt = scan.nextInt();\n int aHp = scan.nextInt();\n int aAt = scan.nextInt();\n \n for(int i = 0; i <200; i++){\n if(i%2 == 0)\n aHp = aHp - tAt;\n else\n tHp = tHp - aAt;\n \n if(aHp <=0 ){\n System.out.println(\"Yes\");\n break;\n }\n else if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int tHp = scan.nextInt();",
"tHp",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int tAt = scan.nextInt();",
"tAt",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int aHp = scan.nextInt();",
"aHp",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int aAt = scan.nextInt();",
"aAt",
"scan.nextInt()",
"scan.nextInt",
"scan",
"for(int i = 0; i <200; i++){\n if(i%2 == 0)\n aHp = aHp - tAt;\n else\n tHp = tHp - aAt;\n \n if(aHp <=0 ){\n System.out.println(\"Yes\");\n break;\n }\n else if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i <200",
"i",
"200",
"i++",
"i++",
"i",
"{\n if(i%2 == 0)\n aHp = aHp - tAt;\n else\n tHp = tHp - aAt;\n \n if(aHp <=0 ){\n System.out.println(\"Yes\");\n break;\n }\n else if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }\n }",
"{\n if(i%2 == 0)\n aHp = aHp - tAt;\n else\n tHp = tHp - aAt;\n \n if(aHp <=0 ){\n System.out.println(\"Yes\");\n break;\n }\n else if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }\n }",
"if(i%2 == 0)\n aHp = aHp - tAt;\n else\n tHp = tHp - aAt;",
"i%2 == 0",
"i%2",
"i",
"2",
"0",
"aHp = aHp - tAt",
"aHp",
"aHp - tAt",
"aHp",
"tAt",
"tHp = tHp - aAt",
"tHp",
"tHp - aAt",
"tHp",
"aAt",
"if(aHp <=0 ){\n System.out.println(\"Yes\");\n break;\n }\n else if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }",
"aHp <=0",
"aHp",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }",
"tHp <= 0",
"tHp",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n \n int tHp = scan.nextInt();\n int tAt = scan.nextInt();\n int aHp = scan.nextInt();\n int aAt = scan.nextInt();\n \n for(int i = 0; i <200; i++){\n if(i%2 == 0)\n aHp = aHp - tAt;\n else\n tHp = tHp - aAt;\n \n if(aHp <=0 ){\n System.out.println(\"Yes\");\n break;\n }\n else if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n \n int tHp = scan.nextInt();\n int tAt = scan.nextInt();\n int aHp = scan.nextInt();\n int aAt = scan.nextInt();\n \n for(int i = 0; i <200; i++){\n if(i%2 == 0)\n aHp = aHp - tAt;\n else\n tHp = tHp - aAt;\n \n if(aHp <=0 ){\n System.out.println(\"Yes\");\n break;\n }\n else if(tHp <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int tHp = scan.nextInt();
int tAt = scan.nextInt();
int aHp = scan.nextInt();
int aAt = scan.nextInt();
for(int i = 0; i <200; i++){
if(i%2 == 0)
aHp = aHp - tAt;
else
tHp = tHp - aAt;
if(aHp <=0 ){
System.out.println("Yes");
break;
}
else if(tHp <= 0){
System.out.println("No");
break;
}
}
}
}
|
[
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,
42,
2,
2,
13,
17,
2,
13,
17,
30,
14,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
78,
5
],
[
78,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
40,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
57,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] |
[
"import java.util.*;\n\n\n\t\t public class Main {\n\n\t\t public static void main(String args[]) {\n\t\t \t Scanner sc =new Scanner(System.in);\n\t\t \t int lifeA = sc.nextInt();\n\t\t \t int attackA = sc.nextInt();\n\t\t \t int lifeB = sc.nextInt();\n\t\t \t int attackB = sc.nextInt();\t\n while(lifeA>0 && lifeB>0) {\n \t if(lifeA>0) {\n \t\t lifeB -= attackA;\n \t }\n \t if(lifeB>0){\n \t\t lifeA -=attackB;\n \t }\n\n }\n if(lifeA <lifeB) {\n \t System.out.println(\"No\");\n }else {\n \t System.out.println(\"Yes\");\n }\n\n\t\t }\n\t\t }\n\n",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n\t\t public static void main(String args[]) {\n\t\t \t Scanner sc =new Scanner(System.in);\n\t\t \t int lifeA = sc.nextInt();\n\t\t \t int attackA = sc.nextInt();\n\t\t \t int lifeB = sc.nextInt();\n\t\t \t int attackB = sc.nextInt();\t\n while(lifeA>0 && lifeB>0) {\n \t if(lifeA>0) {\n \t\t lifeB -= attackA;\n \t }\n \t if(lifeB>0){\n \t\t lifeA -=attackB;\n \t }\n\n }\n if(lifeA <lifeB) {\n \t System.out.println(\"No\");\n }else {\n \t System.out.println(\"Yes\");\n }\n\n\t\t }\n\t\t }",
"Main",
"public static void main(String args[]) {\n\t\t \t Scanner sc =new Scanner(System.in);\n\t\t \t int lifeA = sc.nextInt();\n\t\t \t int attackA = sc.nextInt();\n\t\t \t int lifeB = sc.nextInt();\n\t\t \t int attackB = sc.nextInt();\t\n while(lifeA>0 && lifeB>0) {\n \t if(lifeA>0) {\n \t\t lifeB -= attackA;\n \t }\n \t if(lifeB>0){\n \t\t lifeA -=attackB;\n \t }\n\n }\n if(lifeA <lifeB) {\n \t System.out.println(\"No\");\n }else {\n \t System.out.println(\"Yes\");\n }\n\n\t\t }",
"main",
"{\n\t\t \t Scanner sc =new Scanner(System.in);\n\t\t \t int lifeA = sc.nextInt();\n\t\t \t int attackA = sc.nextInt();\n\t\t \t int lifeB = sc.nextInt();\n\t\t \t int attackB = sc.nextInt();\t\n while(lifeA>0 && lifeB>0) {\n \t if(lifeA>0) {\n \t\t lifeB -= attackA;\n \t }\n \t if(lifeB>0){\n \t\t lifeA -=attackB;\n \t }\n\n }\n if(lifeA <lifeB) {\n \t System.out.println(\"No\");\n }else {\n \t System.out.println(\"Yes\");\n }\n\n\t\t }",
"Scanner sc =new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int lifeA = sc.nextInt();",
"lifeA",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int attackA = sc.nextInt();",
"attackA",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int lifeB = sc.nextInt();",
"lifeB",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int attackB = sc.nextInt();",
"attackB",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while(lifeA>0 && lifeB>0) {\n \t if(lifeA>0) {\n \t\t lifeB -= attackA;\n \t }\n \t if(lifeB>0){\n \t\t lifeA -=attackB;\n \t }\n\n }",
"lifeA>0 && lifeB>0",
"lifeA>0",
"lifeA",
"0",
"lifeB>0",
"lifeB",
"0",
"{\n \t if(lifeA>0) {\n \t\t lifeB -= attackA;\n \t }\n \t if(lifeB>0){\n \t\t lifeA -=attackB;\n \t }\n\n }",
"if(lifeA>0) {\n \t\t lifeB -= attackA;\n \t }",
"lifeA>0",
"lifeA",
"0",
"{\n \t\t lifeB -= attackA;\n \t }",
"lifeB -= attackA",
"lifeB",
"attackA",
"if(lifeB>0){\n \t\t lifeA -=attackB;\n \t }",
"lifeB>0",
"lifeB",
"0",
"{\n \t\t lifeA -=attackB;\n \t }",
"lifeA -=attackB",
"lifeA",
"attackB",
"if(lifeA <lifeB) {\n \t System.out.println(\"No\");\n }else {\n \t System.out.println(\"Yes\");\n }",
"lifeA <lifeB",
"lifeA",
"lifeB",
"{\n \t System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n \t System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String args[]",
"args",
"public class Main {\n\n\t\t public static void main(String args[]) {\n\t\t \t Scanner sc =new Scanner(System.in);\n\t\t \t int lifeA = sc.nextInt();\n\t\t \t int attackA = sc.nextInt();\n\t\t \t int lifeB = sc.nextInt();\n\t\t \t int attackB = sc.nextInt();\t\n while(lifeA>0 && lifeB>0) {\n \t if(lifeA>0) {\n \t\t lifeB -= attackA;\n \t }\n \t if(lifeB>0){\n \t\t lifeA -=attackB;\n \t }\n\n }\n if(lifeA <lifeB) {\n \t System.out.println(\"No\");\n }else {\n \t System.out.println(\"Yes\");\n }\n\n\t\t }\n\t\t }",
"public class Main {\n\n\t\t public static void main(String args[]) {\n\t\t \t Scanner sc =new Scanner(System.in);\n\t\t \t int lifeA = sc.nextInt();\n\t\t \t int attackA = sc.nextInt();\n\t\t \t int lifeB = sc.nextInt();\n\t\t \t int attackB = sc.nextInt();\t\n while(lifeA>0 && lifeB>0) {\n \t if(lifeA>0) {\n \t\t lifeB -= attackA;\n \t }\n \t if(lifeB>0){\n \t\t lifeA -=attackB;\n \t }\n\n }\n if(lifeA <lifeB) {\n \t System.out.println(\"No\");\n }else {\n \t System.out.println(\"Yes\");\n }\n\n\t\t }\n\t\t }",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String args[]) {
Scanner sc =new Scanner(System.in);
int lifeA = sc.nextInt();
int attackA = sc.nextInt();
int lifeB = sc.nextInt();
int attackB = sc.nextInt();
while(lifeA>0 && lifeB>0) {
if(lifeA>0) {
lifeB -= attackA;
}
if(lifeB>0){
lifeA -=attackB;
}
}
if(lifeA <lifeB) {
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,
20,
41,
13,
17,
12,
13,
30,
41,
13,
20,
41,
13,
17,
42,
2,
13,
17,
30,
4,
18,
13,
40,
13,
4,
18,
13,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
0,
13,
17,
23,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
38,
5,
13,
30,
37,
20,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
18,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
18,
13,
29,
13,
23,
13,
6,
13,
41,
13,
20,
41,
13,
17,
41,
13,
40,
17,
41,
13,
2,
17,
17,
41,
13,
17,
12,
13,
30,
29,
2,
2,
2,
2,
13,
13,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
2,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
2,
2,
2,
13,
13,
2,
13,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
2,
2,
13,
2,
13,
17,
2,
13,
17,
17,
23,
13,
12,
13,
30,
29,
2,
2,
13,
2,
13,
17,
17,
23,
13,
12,
13,
30,
41,
13,
17,
11,
1,
41,
13,
13,
41,
13,
13,
2,
13,
2,
13,
13,
1,
40,
13,
40,
13,
30,
30,
0,
13,
2,
2,
13,
17,
13,
29,
4,
18,
13,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
17,
0,
13,
2,
13,
13,
42,
2,
13,
17,
30,
14,
2,
2,
13,
17,
17,
0,
13,
4,
13,
13,
13,
0,
13,
4,
13,
13,
13,
0,
13,
2,
13,
17,
29,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
13,
17,
29,
13,
29,
4,
13,
13,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
42,
17,
30,
14,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
30,
0,
13,
13,
14,
2,
13,
17,
3,
0,
13,
2,
2,
13,
17,
17,
14,
13,
4,
18,
13,
17,
4,
18,
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
],
[
465,
11
],
[
465,
12
],
[
12,
13
],
[
12,
14
],
[
465,
15
],
[
15,
16
],
[
15,
17
],
[
465,
18
],
[
18,
19
],
[
18,
20
],
[
465,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
23,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
34,
38
],
[
38,
39
],
[
23,
40
],
[
40,
41
],
[
41,
42
],
[
21,
43
],
[
43,
44
],
[
465,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
45,
49
],
[
49,
50
],
[
45,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
51,
60
],
[
60,
61
],
[
45,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
65,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
79,
80
],
[
75,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
64,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
45,
89
],
[
89,
90
],
[
89,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
93,
96
],
[
96,
97
],
[
45,
98
],
[
98,
99
],
[
98,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
45,
105
],
[
105,
106
],
[
105,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
109,
112
],
[
112,
113
],
[
45,
114
],
[
114,
115
],
[
114,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
118,
121
],
[
121,
122
],
[
45,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
130,
135
],
[
135,
136
],
[
135,
137
],
[
130,
138
],
[
138,
139
],
[
139,
140
],
[
130,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
142,
146
],
[
146,
147
],
[
147,
148
],
[
125,
149
],
[
149,
150
],
[
123,
151
],
[
151,
152
],
[
45,
153
],
[
153,
154
],
[
153,
155
],
[
155,
156
],
[
156,
157
],
[
156,
158
],
[
155,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
162,
164
],
[
160,
165
],
[
165,
166
],
[
165,
167
],
[
160,
168
],
[
168,
169
],
[
169,
170
],
[
160,
171
],
[
171,
172
],
[
172,
173
],
[
173,
174
],
[
173,
175
],
[
172,
176
],
[
176,
177
],
[
177,
178
],
[
155,
179
],
[
179,
180
],
[
153,
181
],
[
181,
182
],
[
465,
183
],
[
183,
184
],
[
183,
185
],
[
185,
186
],
[
185,
187
],
[
183,
188
],
[
188,
189
],
[
188,
190
],
[
183,
191
],
[
191,
192
],
[
191,
193
],
[
193,
194
],
[
183,
195
],
[
195,
196
],
[
195,
197
],
[
197,
198
],
[
197,
199
],
[
183,
200
],
[
200,
201
],
[
200,
202
],
[
183,
203
],
[
203,
204
],
[
203,
205
],
[
205,
206
],
[
206,
207
],
[
207,
208
],
[
208,
209
],
[
209,
210
],
[
210,
211
],
[
210,
212
],
[
209,
213
],
[
208,
214
],
[
207,
215
],
[
203,
216
],
[
216,
217
],
[
203,
218
],
[
218,
219
],
[
183,
220
],
[
220,
221
],
[
220,
222
],
[
222,
223
],
[
223,
224
],
[
224,
225
],
[
225,
226
],
[
225,
227
],
[
224,
228
],
[
220,
229
],
[
229,
230
],
[
220,
231
],
[
231,
232
],
[
183,
233
],
[
233,
234
],
[
233,
235
],
[
235,
236
],
[
236,
237
],
[
237,
238
],
[
238,
239
],
[
239,
240
],
[
240,
241
],
[
240,
242
],
[
239,
243
],
[
243,
244
],
[
243,
245
],
[
238,
246
],
[
237,
247
],
[
233,
248
],
[
248,
249
],
[
233,
250
],
[
250,
251
],
[
183,
252
],
[
252,
253
],
[
252,
254
],
[
254,
255
],
[
255,
256
],
[
256,
257
],
[
257,
258
],
[
258,
259
],
[
258,
260
],
[
260,
261
],
[
260,
262
],
[
257,
263
],
[
263,
264
],
[
263,
265
],
[
256,
266
],
[
252,
267
],
[
267,
268
],
[
183,
269
],
[
269,
270
],
[
269,
271
],
[
271,
272
],
[
272,
273
],
[
273,
274
],
[
274,
275
],
[
274,
276
],
[
276,
277
],
[
276,
278
],
[
273,
279
],
[
269,
280
],
[
280,
281
],
[
183,
282
],
[
282,
283
],
[
282,
284
],
[
284,
285
],
[
285,
286
],
[
285,
287
],
[
284,
288
],
[
288,
289
],
[
289,
290
],
[
290,
291
],
[
290,
292
],
[
289,
293
],
[
293,
294
],
[
293,
295
],
[
288,
296
],
[
296,
297
],
[
296,
298
],
[
298,
299
],
[
298,
300
],
[
288,
301
],
[
301,
302
],
[
302,
303
],
[
301,
304
],
[
304,
305
],
[
288,
306
],
[
307,
307
],
[
307,
308
],
[
308,
309
],
[
308,
310
],
[
310,
311
],
[
311,
312
],
[
311,
313
],
[
310,
314
],
[
284,
315
],
[
315,
316
],
[
316,
317
],
[
317,
318
],
[
316,
319
],
[
282,
320
],
[
320,
321
],
[
282,
322
],
[
322,
323
],
[
183,
324
],
[
324,
325
],
[
324,
326
],
[
326,
327
],
[
327,
328
],
[
327,
329
],
[
326,
330
],
[
330,
331
],
[
330,
332
],
[
332,
333
],
[
332,
334
],
[
326,
335
],
[
335,
336
],
[
336,
337
],
[
336,
338
],
[
335,
339
],
[
339,
340
],
[
340,
341
],
[
341,
342
],
[
342,
343
],
[
342,
344
],
[
341,
345
],
[
340,
346
],
[
346,
347
],
[
346,
348
],
[
348,
349
],
[
348,
350
],
[
348,
351
],
[
339,
352
],
[
352,
353
],
[
352,
354
],
[
354,
355
],
[
354,
356
],
[
354,
357
],
[
339,
358
],
[
358,
359
],
[
358,
360
],
[
360,
361
],
[
360,
362
],
[
326,
363
],
[
363,
364
],
[
324,
365
],
[
365,
366
],
[
324,
367
],
[
367,
368
],
[
183,
369
],
[
369,
370
],
[
369,
371
],
[
371,
372
],
[
372,
373
],
[
373,
374
],
[
373,
375
],
[
372,
376
],
[
376,
377
],
[
371,
378
],
[
378,
379
],
[
379,
380
],
[
379,
381
],
[
379,
382
],
[
382,
383
],
[
382,
384
],
[
369,
385
],
[
385,
386
],
[
369,
387
],
[
387,
388
],
[
183,
389
],
[
389,
390
],
[
389,
391
],
[
391,
392
],
[
392,
393
],
[
392,
394
],
[
394,
395
],
[
395,
396
],
[
391,
397
],
[
397,
398
],
[
397,
399
],
[
399,
400
],
[
400,
401
],
[
391,
402
],
[
402,
403
],
[
402,
404
],
[
404,
405
],
[
405,
406
],
[
391,
407
],
[
407,
408
],
[
407,
409
],
[
409,
410
],
[
410,
411
],
[
391,
412
],
[
412,
413
],
[
412,
414
],
[
391,
415
],
[
415,
416
],
[
415,
417
],
[
391,
418
],
[
418,
419
],
[
418,
420
],
[
420,
421
],
[
421,
422
],
[
422,
423
],
[
422,
424
],
[
421,
425
],
[
425,
426
],
[
426,
427
],
[
426,
428
],
[
425,
429
],
[
429,
430
],
[
430,
431
],
[
430,
432
],
[
429,
433
],
[
433,
434
],
[
434,
435
],
[
434,
436
],
[
433,
437
],
[
421,
438
],
[
438,
439
],
[
439,
440
],
[
439,
441
],
[
438,
442
],
[
442,
443
],
[
443,
444
],
[
443,
445
],
[
442,
446
],
[
420,
447
],
[
447,
448
],
[
447,
449
],
[
449,
450
],
[
450,
451
],
[
450,
452
],
[
449,
453
],
[
391,
454
],
[
454,
455
],
[
454,
456
],
[
456,
457
],
[
457,
458
],
[
456,
459
],
[
454,
460
],
[
460,
461
],
[
461,
462
],
[
460,
463
],
[
0,
464
],
[
464,
465
],
[
464,
466
]
] |
[
"\n\nimport java.io.*;\nimport java.text.*;\nimport java.util.*;\n\npublic class Main {\n\n static InputReader sc = new InputReader(System.in);\n static PrintWriter out = new PrintWriter(System.out);\n\n public static void main(String[] args) throws IOException {\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }\n\n static class InputReader {\n\n public BufferedReader br;\n public StringTokenizer token;\n\n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }\n\n public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }\n\n public int ni() {\n return Integer.parseInt(sn());\n }\n\n public String snl() throws IOException {\n return br.readLine();\n }\n\n public long nlo() {\n return Long.parseLong(sn());\n }\n\n public double nd() {\n return Double.parseDouble(sn());\n }\n\n public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }\n\n public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }\n }\n\n static int inf = 5000013;\n\n static class solver {\n DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");\n long max = 1000000000000000l, min = -10000000000000000l;\n long mod = (long) 1e9 + 7;\n\n long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }\n\n long add(long a, long b) {\n return (a + b) % mod;\n }\n\n long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }\n\n long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }\n\n long ncr2(long n) {\n return n * (n - 1) / 2l;\n }\n\n long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }\n\n long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }\n\n int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }\n\n final int maxn = 5005;\n\n void solve() throws IOException {\n int a = sc.ni();\n int b = sc.ni();\n int c = sc.ni();\n int d = sc.ni();\n int t = 0;\n boolean ans = false;\n while (true) {\n if (t == 0) {\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n } else {\n a -= d;\n if (a <= 0)\n break;\n }\n t = (t + 1) % 2;\n }\n if (ans)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.text.*;",
"text.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n static InputReader sc = new InputReader(System.in);\n static PrintWriter out = new PrintWriter(System.out);\n\n public static void main(String[] args) throws IOException {\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }\n\n static class InputReader {\n\n public BufferedReader br;\n public StringTokenizer token;\n\n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }\n\n public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }\n\n public int ni() {\n return Integer.parseInt(sn());\n }\n\n public String snl() throws IOException {\n return br.readLine();\n }\n\n public long nlo() {\n return Long.parseLong(sn());\n }\n\n public double nd() {\n return Double.parseDouble(sn());\n }\n\n public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }\n\n public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }\n }\n\n static int inf = 5000013;\n\n static class solver {\n DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");\n long max = 1000000000000000l, min = -10000000000000000l;\n long mod = (long) 1e9 + 7;\n\n long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }\n\n long add(long a, long b) {\n return (a + b) % mod;\n }\n\n long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }\n\n long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }\n\n long ncr2(long n) {\n return n * (n - 1) / 2l;\n }\n\n long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }\n\n long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }\n\n int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }\n\n final int maxn = 5005;\n\n void solve() throws IOException {\n int a = sc.ni();\n int b = sc.ni();\n int c = sc.ni();\n int d = sc.ni();\n int t = 0;\n boolean ans = false;\n while (true) {\n if (t == 0) {\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n } else {\n a -= d;\n if (a <= 0)\n break;\n }\n t = (t + 1) % 2;\n }\n if (ans)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }\n }\n}",
"Main",
"static InputReader sc = new InputReader(System.in);",
"sc",
"new InputReader(System.in)",
"static PrintWriter out = new PrintWriter(System.out);",
"out",
"new PrintWriter(System.out)",
"static int inf = 5000013;",
"inf",
"5000013",
"public static void main(String[] args) throws IOException {\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }",
"main",
"{\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }",
"solver s = new solver();",
"s",
"new solver()",
"int t = 1;",
"t",
"1",
"while (t > 0) {\n s.solve();\n t--;\n }",
"t > 0",
"t",
"0",
"{\n s.solve();\n t--;\n }",
"s.solve()",
"s.solve",
"s",
"t--",
"t",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static class InputReader {\n\n public BufferedReader br;\n public StringTokenizer token;\n\n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }\n\n public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }\n\n public int ni() {\n return Integer.parseInt(sn());\n }\n\n public String snl() throws IOException {\n return br.readLine();\n }\n\n public long nlo() {\n return Long.parseLong(sn());\n }\n\n public double nd() {\n return Double.parseDouble(sn());\n }\n\n public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }\n\n public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }\n }",
"InputReader",
"public BufferedReader br;",
"br",
"public StringTokenizer token;",
"token",
"public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }",
"InputReader",
"{\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }",
"br = new BufferedReader(new InputStreamReader(stream), 32768)",
"br",
"new BufferedReader(new InputStreamReader(stream), 32768)",
"token = null",
"token",
"null",
"InputStream stream",
"stream",
"public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }",
"sn",
"{\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }",
"while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }",
"token == null || !token.hasMoreTokens()",
"token == null",
"token",
"null",
"!token.hasMoreTokens()",
"token.hasMoreTokens()",
"token.hasMoreTokens",
"token",
"{\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }",
"try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }",
"catch (IOException e) {\n throw new RuntimeException(e);\n }",
"IOException e",
"{\n throw new RuntimeException(e);\n }",
"throw new RuntimeException(e);",
"new RuntimeException(e)",
"{\n token = new StringTokenizer(br.readLine());\n }",
"token = new StringTokenizer(br.readLine())",
"token",
"new StringTokenizer(br.readLine())",
"return token.nextToken();",
"token.nextToken()",
"token.nextToken",
"token",
"public int ni() {\n return Integer.parseInt(sn());\n }",
"ni",
"{\n return Integer.parseInt(sn());\n }",
"return Integer.parseInt(sn());",
"Integer.parseInt(sn())",
"Integer.parseInt",
"Integer",
"sn()",
"sn",
"public String snl() throws IOException {\n return br.readLine();\n }",
"snl",
"{\n return br.readLine();\n }",
"return br.readLine();",
"br.readLine()",
"br.readLine",
"br",
"public long nlo() {\n return Long.parseLong(sn());\n }",
"nlo",
"{\n return Long.parseLong(sn());\n }",
"return Long.parseLong(sn());",
"Long.parseLong(sn())",
"Long.parseLong",
"Long",
"sn()",
"sn",
"public double nd() {\n return Double.parseDouble(sn());\n }",
"nd",
"{\n return Double.parseDouble(sn());\n }",
"return Double.parseDouble(sn());",
"Double.parseDouble(sn())",
"Double.parseDouble",
"Double",
"sn()",
"sn",
"public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }",
"na",
"{\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }",
"int a[] = new int[n];",
"a",
"new int[n]",
"n",
"for (int i = 0; i < n; i++)\n a[i] = sc.ni();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"a[i] = sc.ni();",
"a[i] = sc.ni()",
"a[i]",
"a",
"i",
"sc.ni()",
"sc.ni",
"sc",
"return a;",
"a",
"int n",
"n",
"public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }",
"nal",
"{\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }",
"long a[] = new long[n];",
"a",
"new long[n]",
"n",
"for (int i = 0; i < n; i++)\n a[i] = sc.nlo();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"a[i] = sc.nlo();",
"a[i] = sc.nlo()",
"a[i]",
"a",
"i",
"sc.nlo()",
"sc.nlo",
"sc",
"return a;",
"a",
"int n",
"n",
"static class solver {\n DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");\n long max = 1000000000000000l, min = -10000000000000000l;\n long mod = (long) 1e9 + 7;\n\n long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }\n\n long add(long a, long b) {\n return (a + b) % mod;\n }\n\n long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }\n\n long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }\n\n long ncr2(long n) {\n return n * (n - 1) / 2l;\n }\n\n long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }\n\n long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }\n\n int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }\n\n final int maxn = 5005;\n\n void solve() throws IOException {\n int a = sc.ni();\n int b = sc.ni();\n int c = sc.ni();\n int d = sc.ni();\n int t = 0;\n boolean ans = false;\n while (true) {\n if (t == 0) {\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n } else {\n a -= d;\n if (a <= 0)\n break;\n }\n t = (t + 1) % 2;\n }\n if (ans)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }\n }",
"solver",
"DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");",
"df",
"new DecimalFormat(\"0.00000000000000000000\")",
"long max = 1000000000000000l",
"max",
"1000000000000000l",
"min = -10000000000000000l;",
"min",
"-10000000000000000l",
"10000000000000000l",
"long mod = (long) 1e9 + 7;",
"mod",
"(long) 1e9 + 7",
"(long) 1e9",
"7",
"final int maxn = 5005;",
"maxn",
"5005",
"long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }",
"pro",
"{\n return (a % mod * b % mod) % mod;\n }",
"return (a % mod * b % mod) % mod;",
"(a % mod * b % mod) % mod",
"(a % mod * b % mod)",
"a % mod * b",
"a % mod",
"a",
"mod",
"b",
"mod",
"mod",
"long a",
"a",
"long b",
"b",
"long add(long a, long b) {\n return (a + b) % mod;\n }",
"add",
"{\n return (a + b) % mod;\n }",
"return (a + b) % mod;",
"(a + b) % mod",
"(a + b)",
"a",
"b",
"mod",
"long a",
"a",
"long b",
"b",
"long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }",
"sub",
"{\n return ((a % mod - b % mod) + mod) % mod;\n }",
"return ((a % mod - b % mod) + mod) % mod;",
"((a % mod - b % mod) + mod) % mod",
"((a % mod - b % mod) + mod)",
"(a % mod - b % mod)",
"a % mod",
"a",
"mod",
"b % mod",
"b",
"mod",
"mod",
"mod",
"long a",
"a",
"long b",
"b",
"long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }",
"ncr3",
"{\n return (n * (n - 1) * (n - 2)) / 6l;\n }",
"return (n * (n - 1) * (n - 2)) / 6l;",
"(n * (n - 1) * (n - 2)) / 6l",
"(n * (n - 1) * (n - 2))",
"n * (n - 1) * (n - 2)",
"n",
"(n - 1)",
"n",
"1",
"(n - 2)",
"n",
"2",
"6l",
"long n",
"n",
"long ncr2(long n) {\n return n * (n - 1) / 2l;\n }",
"ncr2",
"{\n return n * (n - 1) / 2l;\n }",
"return n * (n - 1) / 2l;",
"n * (n - 1) / 2l",
"n * (n - 1)",
"n",
"(n - 1)",
"n",
"1",
"2l",
"long n",
"n",
"long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }",
"ncr",
"{\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }",
"double res = 1.0;",
"res",
"1.0",
"for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }",
"long i = n, j = r;",
"long i = n",
"i",
"n",
"j = r;",
"j",
"r",
"i > (n - r)",
"i",
"(n - r)",
"n",
"r",
"i--, j--",
"i--",
"i",
"j--",
"j",
"{\n res *= (i * 1.0) / j;\n }",
"{\n res *= (i * 1.0) / j;\n }",
"res *= (i * 1.0) / j",
"res",
"(i * 1.0) / j",
"(i * 1.0)",
"i",
"1.0",
"j",
"return (long) Math.ceil(res);",
"(long) Math.ceil(res)",
"Math.ceil",
"Math",
"res",
"long n",
"n",
"long r",
"r",
"long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }",
"modPow",
"{\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }",
"long res = 1;",
"res",
"1",
"x = x % mod",
"x",
"x % mod",
"x",
"mod",
"while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }",
"y > 0",
"y",
"0",
"{\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }",
"if (y % 2 != 0)\n res = pro(res, x);",
"y % 2 != 0",
"y % 2",
"y",
"2",
"0",
"res = pro(res, x)",
"res",
"pro(res, x)",
"pro",
"res",
"x",
"x = pro(x, x)",
"x",
"pro(x, x)",
"pro",
"x",
"x",
"y = y >> 1",
"y",
"y >> 1",
"y",
"1",
"return res;",
"res",
"long x",
"x",
"long y",
"y",
"int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }",
"gcd",
"{\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }",
"if (b == 0)\n return a;",
"b == 0",
"b",
"0",
"return a;",
"a",
"return gcd(b, a % b);",
"gcd(b, a % b)",
"gcd",
"b",
"a % b",
"a",
"b",
"int a",
"a",
"int b",
"b",
"void solve() throws IOException {\n int a = sc.ni();\n int b = sc.ni();\n int c = sc.ni();\n int d = sc.ni();\n int t = 0;\n boolean ans = false;\n while (true) {\n if (t == 0) {\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n } else {\n a -= d;\n if (a <= 0)\n break;\n }\n t = (t + 1) % 2;\n }\n if (ans)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }",
"solve",
"{\n int a = sc.ni();\n int b = sc.ni();\n int c = sc.ni();\n int d = sc.ni();\n int t = 0;\n boolean ans = false;\n while (true) {\n if (t == 0) {\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n } else {\n a -= d;\n if (a <= 0)\n break;\n }\n t = (t + 1) % 2;\n }\n if (ans)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }",
"int a = sc.ni();",
"a",
"sc.ni()",
"sc.ni",
"sc",
"int b = sc.ni();",
"b",
"sc.ni()",
"sc.ni",
"sc",
"int c = sc.ni();",
"c",
"sc.ni()",
"sc.ni",
"sc",
"int d = sc.ni();",
"d",
"sc.ni()",
"sc.ni",
"sc",
"int t = 0;",
"t",
"0",
"boolean ans = false;",
"ans",
"false",
"while (true) {\n if (t == 0) {\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n } else {\n a -= d;\n if (a <= 0)\n break;\n }\n t = (t + 1) % 2;\n }",
"true",
"{\n if (t == 0) {\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n } else {\n a -= d;\n if (a <= 0)\n break;\n }\n t = (t + 1) % 2;\n }",
"if (t == 0) {\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n } else {\n a -= d;\n if (a <= 0)\n break;\n }",
"t == 0",
"t",
"0",
"{\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n }",
"c -= b",
"c",
"b",
"if (c <= 0) {\n ans = true;\n break;\n }",
"c <= 0",
"c",
"0",
"{\n ans = true;\n break;\n }",
"ans = true",
"ans",
"true",
"break;",
"{\n a -= d;\n if (a <= 0)\n break;\n }",
"a -= d",
"a",
"d",
"if (a <= 0)\n break;",
"a <= 0",
"a",
"0",
"break;",
"t = (t + 1) % 2",
"t",
"(t + 1) % 2",
"(t + 1)",
"t",
"1",
"2",
"if (ans)\n out.println(\"Yes\");\n else\n out.println(\"No\");",
"ans",
"out.println(\"Yes\")",
"out.println",
"out",
"\"Yes\"",
"out.println(\"No\")",
"out.println",
"out",
"\"No\"",
"public class Main {\n\n static InputReader sc = new InputReader(System.in);\n static PrintWriter out = new PrintWriter(System.out);\n\n public static void main(String[] args) throws IOException {\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }\n\n static class InputReader {\n\n public BufferedReader br;\n public StringTokenizer token;\n\n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }\n\n public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }\n\n public int ni() {\n return Integer.parseInt(sn());\n }\n\n public String snl() throws IOException {\n return br.readLine();\n }\n\n public long nlo() {\n return Long.parseLong(sn());\n }\n\n public double nd() {\n return Double.parseDouble(sn());\n }\n\n public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }\n\n public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }\n }\n\n static int inf = 5000013;\n\n static class solver {\n DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");\n long max = 1000000000000000l, min = -10000000000000000l;\n long mod = (long) 1e9 + 7;\n\n long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }\n\n long add(long a, long b) {\n return (a + b) % mod;\n }\n\n long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }\n\n long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }\n\n long ncr2(long n) {\n return n * (n - 1) / 2l;\n }\n\n long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }\n\n long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }\n\n int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }\n\n final int maxn = 5005;\n\n void solve() throws IOException {\n int a = sc.ni();\n int b = sc.ni();\n int c = sc.ni();\n int d = sc.ni();\n int t = 0;\n boolean ans = false;\n while (true) {\n if (t == 0) {\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n } else {\n a -= d;\n if (a <= 0)\n break;\n }\n t = (t + 1) % 2;\n }\n if (ans)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }\n }\n}",
"public class Main {\n\n static InputReader sc = new InputReader(System.in);\n static PrintWriter out = new PrintWriter(System.out);\n\n public static void main(String[] args) throws IOException {\n solver s = new solver();\n int t = 1;\n while (t > 0) {\n s.solve();\n t--;\n }\n out.close();\n }\n\n static class InputReader {\n\n public BufferedReader br;\n public StringTokenizer token;\n\n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream), 32768);\n token = null;\n }\n\n public String sn() {\n while (token == null || !token.hasMoreTokens()) {\n try {\n token = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return token.nextToken();\n }\n\n public int ni() {\n return Integer.parseInt(sn());\n }\n\n public String snl() throws IOException {\n return br.readLine();\n }\n\n public long nlo() {\n return Long.parseLong(sn());\n }\n\n public double nd() {\n return Double.parseDouble(sn());\n }\n\n public int[] na(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.ni();\n return a;\n }\n\n public long[] nal(int n) {\n long a[] = new long[n];\n for (int i = 0; i < n; i++)\n a[i] = sc.nlo();\n return a;\n }\n }\n\n static int inf = 5000013;\n\n static class solver {\n DecimalFormat df = new DecimalFormat(\"0.00000000000000000000\");\n long max = 1000000000000000l, min = -10000000000000000l;\n long mod = (long) 1e9 + 7;\n\n long pro(long a, long b) {\n return (a % mod * b % mod) % mod;\n }\n\n long add(long a, long b) {\n return (a + b) % mod;\n }\n\n long sub(long a, long b) {\n return ((a % mod - b % mod) + mod) % mod;\n }\n\n long ncr3(long n) {\n return (n * (n - 1) * (n - 2)) / 6l;\n }\n\n long ncr2(long n) {\n return n * (n - 1) / 2l;\n }\n\n long ncr(long n, long r) {\n double res = 1.0;\n for (long i = n, j = r; i > (n - r); i--, j--) {\n res *= (i * 1.0) / j;\n }\n return (long) Math.ceil(res);\n }\n\n long modPow(long x, long y) {\n long res = 1;\n x = x % mod;\n while (y > 0) {\n if (y % 2 != 0)\n res = pro(res, x);\n x = pro(x, x);\n y = y >> 1;\n }\n return res;\n }\n\n int gcd(int a, int b) {\n if (b == 0)\n return a;\n return gcd(b, a % b);\n }\n\n final int maxn = 5005;\n\n void solve() throws IOException {\n int a = sc.ni();\n int b = sc.ni();\n int c = sc.ni();\n int d = sc.ni();\n int t = 0;\n boolean ans = false;\n while (true) {\n if (t == 0) {\n c -= b;\n if (c <= 0) {\n ans = true;\n break;\n }\n } else {\n a -= d;\n if (a <= 0)\n break;\n }\n t = (t + 1) % 2;\n }\n if (ans)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }\n }\n}",
"Main"
] |
import java.io.*;
import java.text.*;
import java.util.*;
public class Main {
static InputReader sc = new InputReader(System.in);
static PrintWriter out = new PrintWriter(System.out);
public static void main(String[] args) throws IOException {
solver s = new solver();
int t = 1;
while (t > 0) {
s.solve();
t--;
}
out.close();
}
static class InputReader {
public BufferedReader br;
public StringTokenizer token;
public InputReader(InputStream stream) {
br = new BufferedReader(new InputStreamReader(stream), 32768);
token = null;
}
public String sn() {
while (token == null || !token.hasMoreTokens()) {
try {
token = new StringTokenizer(br.readLine());
} catch (IOException e) {
throw new RuntimeException(e);
}
}
return token.nextToken();
}
public int ni() {
return Integer.parseInt(sn());
}
public String snl() throws IOException {
return br.readLine();
}
public long nlo() {
return Long.parseLong(sn());
}
public double nd() {
return Double.parseDouble(sn());
}
public int[] na(int n) {
int a[] = new int[n];
for (int i = 0; i < n; i++)
a[i] = sc.ni();
return a;
}
public long[] nal(int n) {
long a[] = new long[n];
for (int i = 0; i < n; i++)
a[i] = sc.nlo();
return a;
}
}
static int inf = 5000013;
static class solver {
DecimalFormat df = new DecimalFormat("0.00000000000000000000");
long max = 1000000000000000l, min = -10000000000000000l;
long mod = (long) 1e9 + 7;
long pro(long a, long b) {
return (a % mod * b % mod) % mod;
}
long add(long a, long b) {
return (a + b) % mod;
}
long sub(long a, long b) {
return ((a % mod - b % mod) + mod) % mod;
}
long ncr3(long n) {
return (n * (n - 1) * (n - 2)) / 6l;
}
long ncr2(long n) {
return n * (n - 1) / 2l;
}
long ncr(long n, long r) {
double res = 1.0;
for (long i = n, j = r; i > (n - r); i--, j--) {
res *= (i * 1.0) / j;
}
return (long) Math.ceil(res);
}
long modPow(long x, long y) {
long res = 1;
x = x % mod;
while (y > 0) {
if (y % 2 != 0)
res = pro(res, x);
x = pro(x, x);
y = y >> 1;
}
return res;
}
int gcd(int a, int b) {
if (b == 0)
return a;
return gcd(b, a % b);
}
final int maxn = 5005;
void solve() throws IOException {
int a = sc.ni();
int b = sc.ni();
int c = sc.ni();
int d = sc.ni();
int t = 0;
boolean ans = false;
while (true) {
if (t == 0) {
c -= b;
if (c <= 0) {
ans = true;
break;
}
} else {
a -= d;
if (a <= 0)
break;
}
t = (t + 1) % 2;
}
if (ans)
out.println("Yes");
else
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,
4,
18,
13,
41,
13,
8,
2,
4,
13,
13,
13,
4,
13,
13,
13,
17,
17,
4,
18,
18,
13,
13,
13,
23,
13,
12,
13,
30,
29,
2,
2,
13,
13,
8,
2,
2,
13,
13,
17,
17,
17,
23,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
78,
5
],
[
78,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
39,
42
],
[
38,
43
],
[
43,
44
],
[
43,
45
],
[
43,
46
],
[
37,
47
],
[
37,
48
],
[
8,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
6,
55
],
[
55,
56
],
[
78,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
65,
71
],
[
65,
72
],
[
57,
73
],
[
73,
74
],
[
57,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int d = scan.nextInt();\n scan.close();\n\n String message = turn(a,d) >= turn(c, b) ? \"Yes\" : \"No\";\n System.out.println(message);\n }\n static int turn(int hp, int atk) {\n return hp / atk + (hp % atk == 0 ? 0 : 1);\n }\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int d = scan.nextInt();\n scan.close();\n\n String message = turn(a,d) >= turn(c, b) ? \"Yes\" : \"No\";\n System.out.println(message);\n }\n static int turn(int hp, int atk) {\n return hp / atk + (hp % atk == 0 ? 0 : 1);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int d = scan.nextInt();\n scan.close();\n\n String message = turn(a,d) >= turn(c, b) ? \"Yes\" : \"No\";\n System.out.println(message);\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int d = scan.nextInt();\n scan.close();\n\n String message = turn(a,d) >= turn(c, b) ? \"Yes\" : \"No\";\n System.out.println(message);\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int c = scan.nextInt();",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int d = scan.nextInt();",
"d",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.close()",
"scan.close",
"scan",
"String message = turn(a,d) >= turn(c, b) ? \"Yes\" : \"No\";",
"message",
"turn(a,d) >= turn(c, b) ? \"Yes\" : \"No\"",
"turn(a,d) >= turn(c, b)",
"turn(a,d)",
"turn",
"a",
"d",
"turn(c, b)",
"turn",
"c",
"b",
"\"Yes\"",
"\"No\"",
"System.out.println(message)",
"System.out.println",
"System.out",
"System",
"System.out",
"message",
"String[] args",
"args",
"static int turn(int hp, int atk) {\n return hp / atk + (hp % atk == 0 ? 0 : 1);\n }",
"turn",
"{\n return hp / atk + (hp % atk == 0 ? 0 : 1);\n }",
"return hp / atk + (hp % atk == 0 ? 0 : 1);",
"hp / atk + (hp % atk == 0 ? 0 : 1)",
"hp / atk",
"hp",
"atk",
"(hp % atk == 0 ? 0 : 1)",
"hp % atk == 0",
"hp % atk",
"hp",
"atk",
"0",
"0",
"1",
"int hp",
"hp",
"int atk",
"atk",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int d = scan.nextInt();\n scan.close();\n\n String message = turn(a,d) >= turn(c, b) ? \"Yes\" : \"No\";\n System.out.println(message);\n }\n static int turn(int hp, int atk) {\n return hp / atk + (hp % atk == 0 ? 0 : 1);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int d = scan.nextInt();\n scan.close();\n\n String message = turn(a,d) >= turn(c, b) ? \"Yes\" : \"No\";\n System.out.println(message);\n }\n static int turn(int hp, int atk) {\n return hp / atk + (hp % atk == 0 ? 0 : 1);\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();
int d = scan.nextInt();
scan.close();
String message = turn(a,d) >= turn(c, b) ? "Yes" : "No";
System.out.println(message);
}
static int turn(int hp, int atk) {
return hp / atk + (hp % atk == 0 ? 0 : 1);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
38,
5,
13,
30,
3,
30,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
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,
41,
13,
4,
18,
13,
18,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
131,
5
],
[
131,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
15,
20
],
[
20,
21
],
[
20,
22
],
[
15,
23
],
[
23,
24
],
[
24,
25
],
[
15,
26
],
[
27,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
42,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
62,
64
],
[
8,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
70,
71
],
[
70,
72
],
[
8,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
78,
79
],
[
78,
80
],
[
8,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
86,
87
],
[
86,
88
],
[
81,
89
],
[
89,
90
],
[
90,
91
],
[
81,
92
],
[
93,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
93,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
103,
110
],
[
93,
111
],
[
111,
112
],
[
111,
113
],
[
113,
114
],
[
113,
115
],
[
93,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
116,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
121,
126
],
[
120,
127
],
[
6,
128
],
[
128,
129
],
[
0,
130
],
[
130,
131
],
[
130,
132
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n // 標準入力から取得\n Scanner scan = new Scanner(System.in);\n // 取得した文字を格納する可変長リスト\n ArrayList<String> scList = new ArrayList<>();\n \n for (int i = 0; i >= 0; i++) {\n try {\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n } catch (Exception e) {\n break;\n }\n }\n \n String[] numlist = scList.get(0).split(\" \");\n \n int numA = Integer.parseInt(numlist[0]);\n int numB = Integer.parseInt(numlist[1]);\n int numC = Integer.parseInt(numlist[2]);\n int numD = Integer.parseInt(numlist[3]);\n \n for (int i = 0; i >= 0; i++) {\n numC = numC - numB;\n if(numC <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n numA = numA - numD;\n if (numA <= 0) {\n System.out.println(\"No\");\n break;\n } \n } \n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n // 標準入力から取得\n Scanner scan = new Scanner(System.in);\n // 取得した文字を格納する可変長リスト\n ArrayList<String> scList = new ArrayList<>();\n \n for (int i = 0; i >= 0; i++) {\n try {\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n } catch (Exception e) {\n break;\n }\n }\n \n String[] numlist = scList.get(0).split(\" \");\n \n int numA = Integer.parseInt(numlist[0]);\n int numB = Integer.parseInt(numlist[1]);\n int numC = Integer.parseInt(numlist[2]);\n int numD = Integer.parseInt(numlist[3]);\n \n for (int i = 0; i >= 0; i++) {\n numC = numC - numB;\n if(numC <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n numA = numA - numD;\n if (numA <= 0) {\n System.out.println(\"No\");\n break;\n } \n } \n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n // 標準入力から取得\n Scanner scan = new Scanner(System.in);\n // 取得した文字を格納する可変長リスト\n ArrayList<String> scList = new ArrayList<>();\n \n for (int i = 0; i >= 0; i++) {\n try {\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n } catch (Exception e) {\n break;\n }\n }\n \n String[] numlist = scList.get(0).split(\" \");\n \n int numA = Integer.parseInt(numlist[0]);\n int numB = Integer.parseInt(numlist[1]);\n int numC = Integer.parseInt(numlist[2]);\n int numD = Integer.parseInt(numlist[3]);\n \n for (int i = 0; i >= 0; i++) {\n numC = numC - numB;\n if(numC <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n numA = numA - numD;\n if (numA <= 0) {\n System.out.println(\"No\");\n break;\n } \n } \n }",
"main",
"{\n // 標準入力から取得\n Scanner scan = new Scanner(System.in);\n // 取得した文字を格納する可変長リスト\n ArrayList<String> scList = new ArrayList<>();\n \n for (int i = 0; i >= 0; i++) {\n try {\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n } catch (Exception e) {\n break;\n }\n }\n \n String[] numlist = scList.get(0).split(\" \");\n \n int numA = Integer.parseInt(numlist[0]);\n int numB = Integer.parseInt(numlist[1]);\n int numC = Integer.parseInt(numlist[2]);\n int numD = Integer.parseInt(numlist[3]);\n \n for (int i = 0; i >= 0; i++) {\n numC = numC - numB;\n if(numC <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n numA = numA - numD;\n if (numA <= 0) {\n System.out.println(\"No\");\n break;\n } \n } \n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"ArrayList<String> scList = new ArrayList<>();",
"scList",
"new ArrayList<>()",
"for (int i = 0; i >= 0; i++) {\n try {\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n } catch (Exception e) {\n break;\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i >= 0",
"i",
"0",
"i++",
"i++",
"i",
"{\n try {\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n } catch (Exception e) {\n break;\n }\n }",
"{\n try {\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n } catch (Exception e) {\n break;\n }\n }",
"try {\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n } catch (Exception e) {\n break;\n }",
"catch (Exception e) {\n break;\n }",
"Exception e",
"{\n break;\n }",
"break;",
"{\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n }",
"scList.add(scan.nextLine())",
"scList.add",
"scList",
"scan.nextLine()",
"scan.nextLine",
"scan",
"String[] numlist = scList.get(0).split(\" \");",
"numlist",
"scList.get(0).split(\" \")",
"scList.get(0).split",
"scList.get(0)",
"scList.get",
"scList",
"0",
"\" \"",
"int numA = Integer.parseInt(numlist[0]);",
"numA",
"Integer.parseInt(numlist[0])",
"Integer.parseInt",
"Integer",
"numlist[0]",
"numlist",
"0",
"int numB = Integer.parseInt(numlist[1]);",
"numB",
"Integer.parseInt(numlist[1])",
"Integer.parseInt",
"Integer",
"numlist[1]",
"numlist",
"1",
"int numC = Integer.parseInt(numlist[2]);",
"numC",
"Integer.parseInt(numlist[2])",
"Integer.parseInt",
"Integer",
"numlist[2]",
"numlist",
"2",
"int numD = Integer.parseInt(numlist[3]);",
"numD",
"Integer.parseInt(numlist[3])",
"Integer.parseInt",
"Integer",
"numlist[3]",
"numlist",
"3",
"for (int i = 0; i >= 0; i++) {\n numC = numC - numB;\n if(numC <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n numA = numA - numD;\n if (numA <= 0) {\n System.out.println(\"No\");\n break;\n } \n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i >= 0",
"i",
"0",
"i++",
"i++",
"i",
"{\n numC = numC - numB;\n if(numC <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n numA = numA - numD;\n if (numA <= 0) {\n System.out.println(\"No\");\n break;\n } \n }",
"{\n numC = numC - numB;\n if(numC <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n numA = numA - numD;\n if (numA <= 0) {\n System.out.println(\"No\");\n break;\n } \n }",
"numC = numC - numB",
"numC",
"numC - numB",
"numC",
"numB",
"if(numC <= 0) {\n System.out.println(\"Yes\");\n break;\n }",
"numC <= 0",
"numC",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"numA = numA - numD",
"numA",
"numA - numD",
"numA",
"numD",
"if (numA <= 0) {\n System.out.println(\"No\");\n break;\n }",
"numA <= 0",
"numA",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n // 標準入力から取得\n Scanner scan = new Scanner(System.in);\n // 取得した文字を格納する可変長リスト\n ArrayList<String> scList = new ArrayList<>();\n \n for (int i = 0; i >= 0; i++) {\n try {\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n } catch (Exception e) {\n break;\n }\n }\n \n String[] numlist = scList.get(0).split(\" \");\n \n int numA = Integer.parseInt(numlist[0]);\n int numB = Integer.parseInt(numlist[1]);\n int numC = Integer.parseInt(numlist[2]);\n int numD = Integer.parseInt(numlist[3]);\n \n for (int i = 0; i >= 0; i++) {\n numC = numC - numB;\n if(numC <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n numA = numA - numD;\n if (numA <= 0) {\n System.out.println(\"No\");\n break;\n } \n } \n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n // 標準入力から取得\n Scanner scan = new Scanner(System.in);\n // 取得した文字を格納する可変長リスト\n ArrayList<String> scList = new ArrayList<>();\n \n for (int i = 0; i >= 0; i++) {\n try {\n // 可変長リストに標準入力の値を格納\n scList.add(scan.nextLine());\n } catch (Exception e) {\n break;\n }\n }\n \n String[] numlist = scList.get(0).split(\" \");\n \n int numA = Integer.parseInt(numlist[0]);\n int numB = Integer.parseInt(numlist[1]);\n int numC = Integer.parseInt(numlist[2]);\n int numD = Integer.parseInt(numlist[3]);\n \n for (int i = 0; i >= 0; i++) {\n numC = numC - numB;\n if(numC <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n numA = numA - numD;\n if (numA <= 0) {\n System.out.println(\"No\");\n break;\n } \n } \n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
// 標準入力から取得
Scanner scan = new Scanner(System.in);
// 取得した文字を格納する可変長リスト
ArrayList<String> scList = new ArrayList<>();
for (int i = 0; i >= 0; i++) {
try {
// 可変長リストに標準入力の値を格納
scList.add(scan.nextLine());
} catch (Exception e) {
break;
}
}
String[] numlist = scList.get(0).split(" ");
int numA = Integer.parseInt(numlist[0]);
int numB = Integer.parseInt(numlist[1]);
int numC = Integer.parseInt(numlist[2]);
int numD = Integer.parseInt(numlist[3]);
for (int i = 0; i >= 0; i++) {
numC = numC - numB;
if(numC <= 0) {
System.out.println("Yes");
break;
}
numA = numA - numD;
if (numA <= 0) {
System.out.println("No");
break;
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
13,
41,
13,
13,
42,
17,
30,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
40,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
55,
62
],
[
51,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
67,
74
],
[
6,
75
],
[
75,
76
]
] |
[
"import java.util.*;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n int t_hit = a;\n int a_hit = c;\n\n while (true) {\n a_hit = a_hit - b;\n t_hit = t_hit - d; //後\n if (a_hit <= 0) {\n System.out.println(\"Yes\");\n break;\n }else if (t_hit <= 0) {\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n int t_hit = a;\n int a_hit = c;\n\n while (true) {\n a_hit = a_hit - b;\n t_hit = t_hit - d; //後\n if (a_hit <= 0) {\n System.out.println(\"Yes\");\n break;\n }else if (t_hit <= 0) {\n System.out.println(\"No\");\n break;\n }\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 int d = sc.nextInt();\n int t_hit = a;\n int a_hit = c;\n\n while (true) {\n a_hit = a_hit - b;\n t_hit = t_hit - d; //後\n if (a_hit <= 0) {\n System.out.println(\"Yes\");\n break;\n }else if (t_hit <= 0) {\n System.out.println(\"No\");\n break;\n }\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 int d = sc.nextInt();\n int t_hit = a;\n int a_hit = c;\n\n while (true) {\n a_hit = a_hit - b;\n t_hit = t_hit - d; //後\n if (a_hit <= 0) {\n System.out.println(\"Yes\");\n break;\n }else if (t_hit <= 0) {\n System.out.println(\"No\");\n break;\n }\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int t_hit = a;",
"t_hit",
"a",
"int a_hit = c;",
"a_hit",
"c",
"while (true) {\n a_hit = a_hit - b;\n t_hit = t_hit - d; //後\n if (a_hit <= 0) {\n System.out.println(\"Yes\");\n break;\n }else if (t_hit <= 0) {\n System.out.println(\"No\");\n break;\n }\n }",
"true",
"{\n a_hit = a_hit - b;\n t_hit = t_hit - d; //後\n if (a_hit <= 0) {\n System.out.println(\"Yes\");\n break;\n }else if (t_hit <= 0) {\n System.out.println(\"No\");\n break;\n }\n }",
"a_hit = a_hit - b",
"a_hit",
"a_hit - b",
"a_hit",
"b",
"t_hit = t_hit - d",
"t_hit",
"t_hit - d",
"t_hit",
"d",
"if (a_hit <= 0) {\n System.out.println(\"Yes\");\n break;\n }else if (t_hit <= 0) {\n System.out.println(\"No\");\n break;\n }",
"a_hit <= 0",
"a_hit",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"if (t_hit <= 0) {\n System.out.println(\"No\");\n break;\n }",
"t_hit <= 0",
"t_hit",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args"
] |
import java.util.*;
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 = sc.nextInt();
int t_hit = a;
int a_hit = c;
while (true) {
a_hit = a_hit - b;
t_hit = t_hit - d; //後
if (a_hit <= 0) {
System.out.println("Yes");
break;
}else if (t_hit <= 0) {
System.out.println("No");
break;
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
42,
17,
30,
0,
13,
13,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
77,
5
],
[
77,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
37,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
48,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
37,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
63,
70
],
[
70,
71
],
[
71,
72
],
[
70,
73
],
[
6,
74
],
[
74,
75
],
[
0,
76
],
[
76,
77
],
[
76,
78
]
] |
[
"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(),b = sc.nextInt(),c = sc.nextInt(),d = sc.nextInt(),z = 0;\n while(true){\n c -= b;\n a -= d;\n if(c <= 0) {\n System.out.println(\"Yes\");\n System.exit(0);\n }if(a <= 0){\n System.out.println(\"No\");\n System.exit(0);\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 int a = sc.nextInt(),b = sc.nextInt(),c = sc.nextInt(),d = sc.nextInt(),z = 0;\n while(true){\n c -= b;\n a -= d;\n if(c <= 0) {\n System.out.println(\"Yes\");\n System.exit(0);\n }if(a <= 0){\n System.out.println(\"No\");\n System.exit(0);\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(),b = sc.nextInt(),c = sc.nextInt(),d = sc.nextInt(),z = 0;\n while(true){\n c -= b;\n a -= d;\n if(c <= 0) {\n System.out.println(\"Yes\");\n System.exit(0);\n }if(a <= 0){\n System.out.println(\"No\");\n System.exit(0);\n }\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(),b = sc.nextInt(),c = sc.nextInt(),d = sc.nextInt(),z = 0;\n while(true){\n c -= b;\n a -= d;\n if(c <= 0) {\n System.out.println(\"Yes\");\n System.exit(0);\n }if(a <= 0){\n System.out.println(\"No\");\n System.exit(0);\n }\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b = sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"c = sc.nextInt()",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"d = sc.nextInt()",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"z = 0;",
"z",
"0",
"while(true){\n c -= b;\n a -= d;\n if(c <= 0) {\n System.out.println(\"Yes\");\n System.exit(0);\n }if(a <= 0){\n System.out.println(\"No\");\n System.exit(0);\n }\n }",
"true",
"{\n c -= b;\n a -= d;\n if(c <= 0) {\n System.out.println(\"Yes\");\n System.exit(0);\n }if(a <= 0){\n System.out.println(\"No\");\n System.exit(0);\n }\n }",
"c -= b",
"c",
"b",
"a -= d",
"a",
"d",
"if(c <= 0) {\n System.out.println(\"Yes\");\n System.exit(0);\n }",
"c <= 0",
"c",
"0",
"{\n System.out.println(\"Yes\");\n System.exit(0);\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"if(a <= 0){\n System.out.println(\"No\");\n System.exit(0);\n }",
"a <= 0",
"a",
"0",
"{\n System.out.println(\"No\");\n System.exit(0);\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"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(),b = sc.nextInt(),c = sc.nextInt(),d = sc.nextInt(),z = 0;\n while(true){\n c -= b;\n a -= d;\n if(c <= 0) {\n System.out.println(\"Yes\");\n System.exit(0);\n }if(a <= 0){\n System.out.println(\"No\");\n System.exit(0);\n }\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(),b = sc.nextInt(),c = sc.nextInt(),d = sc.nextInt(),z = 0;\n while(true){\n c -= b;\n a -= d;\n if(c <= 0) {\n System.out.println(\"Yes\");\n System.exit(0);\n }if(a <= 0){\n System.out.println(\"No\");\n System.exit(0);\n }\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(),b = sc.nextInt(),c = sc.nextInt(),d = sc.nextInt(),z = 0;
while(true){
c -= b;
a -= d;
if(c <= 0) {
System.out.println("Yes");
System.exit(0);
}if(a <= 0){
System.out.println("No");
System.exit(0);
}
}
}
}
|
[
7,
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,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
2,
13,
13,
41,
13,
4,
18,
13,
2,
13,
13,
14,
2,
13,
13,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
13,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
95,
8
],
[
95,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
11,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
11,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
68,
71
],
[
71,
72
],
[
71,
73
],
[
11,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
79,
80
],
[
78,
81
],
[
74,
82
],
[
82,
83
],
[
83,
84
],
[
82,
85
],
[
11,
86
],
[
86,
87
],
[
87,
88
],
[
11,
89
],
[
89,
90
],
[
90,
91
],
[
9,
92
],
[
92,
93
],
[
0,
94
],
[
94,
95
],
[
94,
96
]
] |
[
"import java.util.*;\nimport java.io.*;\npublic class Main\n{\n public static void main(String args[])throws Exception\n {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n PrintWriter pw=new PrintWriter(System.out);\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 int d=Integer.parseInt(str[3]);\n int tak=(int)Math.ceil((double)c/b);\n int aok=(int)Math.ceil((double)a/d);\n if(tak<=aok)\n pw.println(\"Yes\");\n else\n pw.println(\"No\");\n pw.flush();\n pw.close();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main\n{\n public static void main(String args[])throws Exception\n {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n PrintWriter pw=new PrintWriter(System.out);\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 int d=Integer.parseInt(str[3]);\n int tak=(int)Math.ceil((double)c/b);\n int aok=(int)Math.ceil((double)a/d);\n if(tak<=aok)\n pw.println(\"Yes\");\n else\n pw.println(\"No\");\n pw.flush();\n pw.close();\n }\n}",
"Main",
"public static void main(String args[])throws Exception\n {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n PrintWriter pw=new PrintWriter(System.out);\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 int d=Integer.parseInt(str[3]);\n int tak=(int)Math.ceil((double)c/b);\n int aok=(int)Math.ceil((double)a/d);\n if(tak<=aok)\n pw.println(\"Yes\");\n else\n pw.println(\"No\");\n pw.flush();\n pw.close();\n }",
"main",
"{\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n PrintWriter pw=new PrintWriter(System.out);\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 int d=Integer.parseInt(str[3]);\n int tak=(int)Math.ceil((double)c/b);\n int aok=(int)Math.ceil((double)a/d);\n if(tak<=aok)\n pw.println(\"Yes\");\n else\n pw.println(\"No\");\n pw.flush();\n pw.close();\n }",
"BufferedReader br=new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"PrintWriter pw=new PrintWriter(System.out);",
"pw",
"new PrintWriter(System.out)",
"String str[]=br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a=Integer.parseInt(str[0]);",
"a",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int b=Integer.parseInt(str[1]);",
"b",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"int c=Integer.parseInt(str[2]);",
"c",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"int d=Integer.parseInt(str[3]);",
"d",
"Integer.parseInt(str[3])",
"Integer.parseInt",
"Integer",
"str[3]",
"str",
"3",
"int tak=(int)Math.ceil((double)c/b);",
"tak",
"(int)Math.ceil((double)c/b)",
"Math.ceil",
"Math",
"(double)c/b",
"(double)c",
"b",
"int aok=(int)Math.ceil((double)a/d);",
"aok",
"(int)Math.ceil((double)a/d)",
"Math.ceil",
"Math",
"(double)a/d",
"(double)a",
"d",
"if(tak<=aok)\n pw.println(\"Yes\");\n else\n pw.println(\"No\");",
"tak<=aok",
"tak",
"aok",
"pw.println(\"Yes\")",
"pw.println",
"pw",
"\"Yes\"",
"pw.println(\"No\")",
"pw.println",
"pw",
"\"No\"",
"pw.flush()",
"pw.flush",
"pw",
"pw.close()",
"pw.close",
"pw",
"String args[]",
"args",
"public class Main\n{\n public static void main(String args[])throws Exception\n {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n PrintWriter pw=new PrintWriter(System.out);\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 int d=Integer.parseInt(str[3]);\n int tak=(int)Math.ceil((double)c/b);\n int aok=(int)Math.ceil((double)a/d);\n if(tak<=aok)\n pw.println(\"Yes\");\n else\n pw.println(\"No\");\n pw.flush();\n pw.close();\n }\n}",
"public class Main\n{\n public static void main(String args[])throws Exception\n {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n PrintWriter pw=new PrintWriter(System.out);\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 int d=Integer.parseInt(str[3]);\n int tak=(int)Math.ceil((double)c/b);\n int aok=(int)Math.ceil((double)a/d);\n if(tak<=aok)\n pw.println(\"Yes\");\n else\n pw.println(\"No\");\n pw.flush();\n pw.close();\n }\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main
{
public static void main(String args[])throws Exception
{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
PrintWriter pw=new PrintWriter(System.out);
String str[]=br.readLine().split(" ");
int a=Integer.parseInt(str[0]);
int b=Integer.parseInt(str[1]);
int c=Integer.parseInt(str[2]);
int d=Integer.parseInt(str[3]);
int tak=(int)Math.ceil((double)c/b);
int aok=(int)Math.ceil((double)a/d);
if(tak<=aok)
pw.println("Yes");
else
pw.println("No");
pw.flush();
pw.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,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
13,
17,
30,
40,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
13,
17,
30,
40,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
90,
5
],
[
90,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
56,
58
],
[
8,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
8,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
66,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
8,
84
],
[
84,
85
],
[
85,
86
],
[
6,
87
],
[
87,
88
],
[
0,
89
],
[
89,
90
],
[
89,
91
]
] |
[
"import java.util.Scanner;\n\npublic class Main \n{\n\tpublic static void main(String[] args) \n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint th = sc.nextInt();\n\t\tint ts = sc.nextInt();\n\t\t\n\t\tint ah = sc.nextInt();\n\t\tint as = sc.nextInt();\n\t\t\n\t\tint tm = ah%ts;\n\t\tint t = ah/ts;\n\t\tif(tm > 0)\n\t\t{\n\t\t\tt++;\n\t\t}\n\t\t\n\t\tint am = th%as;\n\t\tint a = th/as;\n\t\tif(am > 0)\n\t\t{\n\t\t\ta++;\n\t\t}\n\t\t\n\t\tif(t <= a)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\n\t\t\n\t\tsc.close();\n\t\t\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{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint th = sc.nextInt();\n\t\tint ts = sc.nextInt();\n\t\t\n\t\tint ah = sc.nextInt();\n\t\tint as = sc.nextInt();\n\t\t\n\t\tint tm = ah%ts;\n\t\tint t = ah/ts;\n\t\tif(tm > 0)\n\t\t{\n\t\t\tt++;\n\t\t}\n\t\t\n\t\tint am = th%as;\n\t\tint a = th/as;\n\t\tif(am > 0)\n\t\t{\n\t\t\ta++;\n\t\t}\n\t\t\n\t\tif(t <= a)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\n\t\t\n\t\tsc.close();\n\t\t\n\t\t\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) \n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint th = sc.nextInt();\n\t\tint ts = sc.nextInt();\n\t\t\n\t\tint ah = sc.nextInt();\n\t\tint as = sc.nextInt();\n\t\t\n\t\tint tm = ah%ts;\n\t\tint t = ah/ts;\n\t\tif(tm > 0)\n\t\t{\n\t\t\tt++;\n\t\t}\n\t\t\n\t\tint am = th%as;\n\t\tint a = th/as;\n\t\tif(am > 0)\n\t\t{\n\t\t\ta++;\n\t\t}\n\t\t\n\t\tif(t <= a)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\n\t\t\n\t\tsc.close();\n\t\t\n\t\t\n\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint th = sc.nextInt();\n\t\tint ts = sc.nextInt();\n\t\t\n\t\tint ah = sc.nextInt();\n\t\tint as = sc.nextInt();\n\t\t\n\t\tint tm = ah%ts;\n\t\tint t = ah/ts;\n\t\tif(tm > 0)\n\t\t{\n\t\t\tt++;\n\t\t}\n\t\t\n\t\tint am = th%as;\n\t\tint a = th/as;\n\t\tif(am > 0)\n\t\t{\n\t\t\ta++;\n\t\t}\n\t\t\n\t\tif(t <= a)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\n\t\t\n\t\tsc.close();\n\t\t\n\t\t\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int th = sc.nextInt();",
"th",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int ts = sc.nextInt();",
"ts",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int ah = sc.nextInt();",
"ah",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int as = sc.nextInt();",
"as",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int tm = ah%ts;",
"tm",
"ah%ts",
"ah",
"ts",
"int t = ah/ts;",
"t",
"ah/ts",
"ah",
"ts",
"if(tm > 0)\n\t\t{\n\t\t\tt++;\n\t\t}",
"tm > 0",
"tm",
"0",
"{\n\t\t\tt++;\n\t\t}",
"t++",
"t",
"int am = th%as;",
"am",
"th%as",
"th",
"as",
"int a = th/as;",
"a",
"th/as",
"th",
"as",
"if(am > 0)\n\t\t{\n\t\t\ta++;\n\t\t}",
"am > 0",
"am",
"0",
"{\n\t\t\ta++;\n\t\t}",
"a++",
"a",
"if(t <= a)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"t <= a",
"t",
"a",
"{\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{\n\tpublic static void main(String[] args) \n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint th = sc.nextInt();\n\t\tint ts = sc.nextInt();\n\t\t\n\t\tint ah = sc.nextInt();\n\t\tint as = sc.nextInt();\n\t\t\n\t\tint tm = ah%ts;\n\t\tint t = ah/ts;\n\t\tif(tm > 0)\n\t\t{\n\t\t\tt++;\n\t\t}\n\t\t\n\t\tint am = th%as;\n\t\tint a = th/as;\n\t\tif(am > 0)\n\t\t{\n\t\t\ta++;\n\t\t}\n\t\t\n\t\tif(t <= a)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\n\t\t\n\t\tsc.close();\n\t\t\n\t\t\n\n\t}\n\n}",
"public class Main \n{\n\tpublic static void main(String[] args) \n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint th = sc.nextInt();\n\t\tint ts = sc.nextInt();\n\t\t\n\t\tint ah = sc.nextInt();\n\t\tint as = sc.nextInt();\n\t\t\n\t\tint tm = ah%ts;\n\t\tint t = ah/ts;\n\t\tif(tm > 0)\n\t\t{\n\t\t\tt++;\n\t\t}\n\t\t\n\t\tint am = th%as;\n\t\tint a = th/as;\n\t\tif(am > 0)\n\t\t{\n\t\t\ta++;\n\t\t}\n\t\t\n\t\tif(t <= a)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t\n\t\n\t\t\n\t\tsc.close();\n\t\t\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);
int th = sc.nextInt();
int ts = sc.nextInt();
int ah = sc.nextInt();
int as = sc.nextInt();
int tm = ah%ts;
int t = ah/ts;
if(tm > 0)
{
t++;
}
int am = th%as;
int a = th/as;
if(am > 0)
{
a++;
}
if(t <= a)
{
System.out.println("Yes");
}
else
{
System.out.println("No");
}
sc.close();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
2,
17,
17,
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,
4,
18,
13,
41,
13,
17,
41,
13,
17,
0,
13,
8,
2,
2,
13,
13,
17,
2,
13,
13,
2,
2,
13,
13,
17,
0,
13,
8,
2,
2,
13,
13,
17,
2,
13,
13,
2,
2,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
6,
13,
41,
13,
20,
41,
13,
20,
12,
13,
30,
42,
40,
4,
18,
13,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
41,
13,
17,
42,
2,
13,
17,
30,
14,
2,
2,
13,
17,
17,
30,
0,
13,
2,
13,
13,
40,
13,
30,
0,
13,
2,
13,
13,
0,
13,
17,
29,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
13,
17,
30,
29,
13,
29,
4,
13,
13,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
13,
17,
30,
29,
13,
29,
4,
13,
13,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
20,
28,
13,
13,
30,
4,
18,
13,
13,
4,
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,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
28,
13,
13,
30,
4,
18,
13,
13,
4,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
4,
18,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
20,
28,
13,
13,
30,
4,
18,
13,
13,
4,
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,
13,
29,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
429,
8
],
[
429,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
11,
13
],
[
429,
14
],
[
14,
15
],
[
14,
16
],
[
429,
17
],
[
17,
18
],
[
17,
19
],
[
429,
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
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
22,
46
],
[
46,
47
],
[
46,
48
],
[
22,
49
],
[
49,
50
],
[
49,
51
],
[
22,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
54,
60
],
[
60,
61
],
[
60,
62
],
[
54,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
22,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
70,
76
],
[
76,
77
],
[
76,
78
],
[
70,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
22,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
84,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
20,
102
],
[
102,
103
],
[
0,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
109,
110
],
[
109,
111
],
[
104,
112
],
[
112,
113
],
[
112,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
115,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
120,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
114,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
104,
135
],
[
135,
136
],
[
135,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
137,
141
],
[
141,
142
],
[
142,
143
],
[
142,
144
],
[
141,
145
],
[
145,
146
],
[
146,
147
],
[
147,
148
],
[
148,
149
],
[
148,
150
],
[
147,
151
],
[
146,
152
],
[
152,
153
],
[
153,
154
],
[
153,
155
],
[
155,
156
],
[
155,
157
],
[
152,
158
],
[
158,
159
],
[
146,
160
],
[
160,
161
],
[
161,
162
],
[
161,
163
],
[
163,
164
],
[
163,
165
],
[
160,
166
],
[
166,
167
],
[
166,
168
],
[
137,
169
],
[
169,
170
],
[
135,
171
],
[
171,
172
],
[
135,
173
],
[
173,
174
],
[
104,
175
],
[
175,
176
],
[
175,
177
],
[
177,
178
],
[
178,
179
],
[
179,
180
],
[
179,
181
],
[
178,
182
],
[
182,
183
],
[
183,
184
],
[
177,
185
],
[
185,
186
],
[
186,
187
],
[
186,
188
],
[
186,
189
],
[
189,
190
],
[
189,
191
],
[
175,
192
],
[
192,
193
],
[
175,
194
],
[
194,
195
],
[
104,
196
],
[
196,
197
],
[
196,
198
],
[
198,
199
],
[
199,
200
],
[
200,
201
],
[
200,
202
],
[
199,
203
],
[
203,
204
],
[
204,
205
],
[
198,
206
],
[
206,
207
],
[
207,
208
],
[
207,
209
],
[
207,
210
],
[
210,
211
],
[
210,
212
],
[
196,
213
],
[
213,
214
],
[
196,
215
],
[
215,
216
],
[
104,
217
],
[
217,
218
],
[
217,
219
],
[
219,
220
],
[
220,
221
],
[
220,
222
],
[
219,
223
],
[
223,
224
],
[
223,
225
],
[
223,
226
],
[
226,
227
],
[
227,
228
],
[
228,
229
],
[
227,
230
],
[
219,
231
],
[
231,
232
],
[
232,
233
],
[
231,
234
],
[
219,
235
],
[
235,
236
],
[
236,
237
],
[
237,
238
],
[
237,
239
],
[
235,
240
],
[
240,
241
],
[
240,
242
],
[
242,
243
],
[
242,
244
],
[
235,
245
],
[
245,
246
],
[
246,
247
],
[
235,
248
],
[
249,
249
],
[
249,
250
],
[
250,
251
],
[
251,
252
],
[
251,
253
],
[
250,
254
],
[
254,
255
],
[
255,
256
],
[
254,
257
],
[
219,
258
],
[
258,
259
],
[
217,
260
],
[
260,
261
],
[
104,
262
],
[
262,
263
],
[
262,
264
],
[
264,
265
],
[
265,
266
],
[
265,
267
],
[
264,
268
],
[
268,
269
],
[
268,
270
],
[
268,
271
],
[
271,
272
],
[
272,
273
],
[
273,
274
],
[
272,
275
],
[
264,
276
],
[
276,
277
],
[
277,
278
],
[
276,
279
],
[
264,
280
],
[
280,
281
],
[
281,
282
],
[
282,
283
],
[
282,
284
],
[
280,
285
],
[
285,
286
],
[
285,
287
],
[
287,
288
],
[
288,
289
],
[
280,
290
],
[
290,
291
],
[
291,
292
],
[
280,
293
],
[
294,
294
],
[
294,
295
],
[
295,
296
],
[
296,
297
],
[
296,
298
],
[
295,
299
],
[
299,
300
],
[
300,
301
],
[
299,
302
],
[
264,
303
],
[
303,
304
],
[
262,
305
],
[
305,
306
],
[
104,
307
],
[
307,
308
],
[
307,
309
],
[
309,
310
],
[
310,
311
],
[
310,
312
],
[
309,
313
],
[
313,
314
],
[
313,
315
],
[
313,
316
],
[
316,
317
],
[
317,
318
],
[
318,
319
],
[
317,
320
],
[
309,
321
],
[
321,
322
],
[
322,
323
],
[
321,
324
],
[
309,
325
],
[
325,
326
],
[
326,
327
],
[
327,
328
],
[
327,
329
],
[
325,
330
],
[
330,
331
],
[
330,
332
],
[
332,
333
],
[
332,
334
],
[
325,
335
],
[
335,
336
],
[
336,
337
],
[
325,
338
],
[
339,
339
],
[
339,
340
],
[
340,
341
],
[
341,
342
],
[
341,
343
],
[
340,
344
],
[
344,
345
],
[
345,
346
],
[
344,
347
],
[
309,
348
],
[
348,
349
],
[
307,
350
],
[
350,
351
],
[
104,
352
],
[
352,
353
],
[
352,
354
],
[
354,
355
],
[
355,
356
],
[
356,
357
],
[
357,
358
],
[
356,
359
],
[
359,
360
],
[
104,
361
],
[
361,
362
],
[
361,
363
],
[
363,
364
],
[
364,
365
],
[
364,
366
],
[
363,
368
],
[
368,
369
],
[
369,
370
],
[
370,
371
],
[
370,
372
],
[
368,
373
],
[
373,
374
],
[
373,
375
],
[
368,
376
],
[
376,
377
],
[
377,
378
],
[
368,
379
],
[
379,
380
],
[
380,
381
],
[
381,
382
],
[
381,
383
],
[
380,
384
],
[
384,
385
],
[
363,
386
],
[
386,
387
],
[
361,
388
],
[
388,
389
],
[
104,
390
],
[
390,
391
],
[
390,
392
],
[
392,
393
],
[
393,
394
],
[
394,
395
],
[
395,
396
],
[
394,
397
],
[
397,
398
],
[
104,
399
],
[
399,
400
],
[
399,
401
],
[
401,
402
],
[
402,
403
],
[
402,
404
],
[
401,
406
],
[
406,
407
],
[
407,
408
],
[
408,
409
],
[
408,
410
],
[
406,
411
],
[
411,
412
],
[
411,
413
],
[
406,
414
],
[
414,
415
],
[
415,
416
],
[
406,
417
],
[
417,
418
],
[
418,
419
],
[
419,
420
],
[
419,
421
],
[
418,
422
],
[
422,
423
],
[
401,
424
],
[
424,
425
],
[
399,
426
],
[
426,
427
],
[
0,
428
],
[
428,
429
],
[
428,
430
]
] |
[
"//package Atcoder;\n\nimport java.util.*;\nimport java.io.*;\npublic class Main\n{\n\tstatic final int mod=(int)1e9+7;\n\tstatic final int inf=(int)1e9;\n\tstatic final long INF=(long)1e18;\n\tpublic static void main(String[] args)\n\t{\n\t\tFastScanner fs=new FastScanner();\n\t\tint health1=fs.nextInt();\n\t\tint strength1=fs.nextInt();\n\t\tint health2=fs.nextInt();\n\t\tint strength2=fs.nextInt();\n\t\tint ans1=0,ans2=0;\n\t\tans1=health2%strength1==0 ? health2/strength1:health2/strength1+1;\n\t\tans2=health1%strength2==0 ? health1/strength2:health1/strength2+1;\n\t\tif(ans1<=ans2)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}\nclass FastScanner \n{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(\"\");\n\t\tpublic String next() \n\t\t{\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t\t\n\t\t}\n\t\t\n\t\tlong pow(long x,long n)\n\t\t{\n\t\t\tlong res=1;\n\t\t\twhile(n>0)\n\t\t\t{\n\t\t\t \tif(n%2!=0)\n\t\t\t \t{\n\t\t\t \t\tres=(res*x);n--;\n\t\t\t \t}\n\t\t\t \telse\n\t\t\t \t{\n\t\t\t \t\tx=(x*x);n/=2;\n\t\t\t \t}\n\t\t\t}\n\t\t\treturn res;\n\t\t}\n\t\tint gcd(int a,int b)\n\t\t{\n\t\t\tif(b==0)\n\t\t\t{\n\t\t\t\treturn a;\n\t\t\t}\n\t\t\treturn gcd(b,a%b);\n\t\t}\n\t\tlong longgcd(long a,long b)\n\t\t{\n\t\t\tif(b==0)\n\t\t\t{\n\t\t\t\treturn a;\n\t\t\t}\n\t\t\treturn longgcd(b,a%b);\n\t\t}\n\t\tint[] sort(int arr[])\n\t\t{\n\t\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\t\t\tfor(int i:arr)list.add(i);\n\t\t\tCollections.sort(list);\n\t\t\tfor(int i=0;i<arr.length;i++)\n\t\t\t{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}\n\t\t\treturn arr;\n\t\t}\n\t\tchar[] charsort(char arr[])\n\t {\n\t \tArrayList<Character> list = new ArrayList<>();\n\t \tfor(char c:arr)list.add(c);\n\t \tCollections.sort(list);\n\t \tfor(int i=0;i<list.size();i++)\n\t \t{\n\t \t\tarr[i]=list.get(i);\n\t \t}\n\t \treturn arr;\n\t }\n\t\tlong[] longsort(long arr[])\n\t\t{\n\t\t\tArrayList<Long> list = new ArrayList<Long>();\n\t\t\tfor(long i:arr)list.add(i);\n\t\t\tCollections.sort(list);\n\t\t\tfor(int i=0;i<arr.length;i++)\n\t\t\t{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}\n\t\t\treturn arr;\n\t\t}\n\t\tpublic int nextInt() \n\t\t{\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\tpublic int[] readArray(int n)\n\t\t{\n\t\t\tint[] arr=new int[n];\n\t\t\tfor (int i=0; i<n; i++) arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}\t\n\t\tpublic long nextLong()\n\t\t{\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\tpublic long[] longreadArray(int n) \n\t\t{\n\t\t\tlong[] a=new long[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextLong();\n\t\t\treturn a;\n\t\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main\n{\n\tstatic final int mod=(int)1e9+7;\n\tstatic final int inf=(int)1e9;\n\tstatic final long INF=(long)1e18;\n\tpublic static void main(String[] args)\n\t{\n\t\tFastScanner fs=new FastScanner();\n\t\tint health1=fs.nextInt();\n\t\tint strength1=fs.nextInt();\n\t\tint health2=fs.nextInt();\n\t\tint strength2=fs.nextInt();\n\t\tint ans1=0,ans2=0;\n\t\tans1=health2%strength1==0 ? health2/strength1:health2/strength1+1;\n\t\tans2=health1%strength2==0 ? health1/strength2:health1/strength2+1;\n\t\tif(ans1<=ans2)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"static final int mod=(int)1e9+7;",
"mod",
"(int)1e9+7",
"(int)1e9",
"7",
"static final int inf=(int)1e9;",
"inf",
"(int)1e9",
"static final long INF=(long)1e18;",
"INF",
"(long)1e18",
"public static void main(String[] args)\n\t{\n\t\tFastScanner fs=new FastScanner();\n\t\tint health1=fs.nextInt();\n\t\tint strength1=fs.nextInt();\n\t\tint health2=fs.nextInt();\n\t\tint strength2=fs.nextInt();\n\t\tint ans1=0,ans2=0;\n\t\tans1=health2%strength1==0 ? health2/strength1:health2/strength1+1;\n\t\tans2=health1%strength2==0 ? health1/strength2:health1/strength2+1;\n\t\tif(ans1<=ans2)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tFastScanner fs=new FastScanner();\n\t\tint health1=fs.nextInt();\n\t\tint strength1=fs.nextInt();\n\t\tint health2=fs.nextInt();\n\t\tint strength2=fs.nextInt();\n\t\tint ans1=0,ans2=0;\n\t\tans1=health2%strength1==0 ? health2/strength1:health2/strength1+1;\n\t\tans2=health1%strength2==0 ? health1/strength2:health1/strength2+1;\n\t\tif(ans1<=ans2)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"FastScanner fs=new FastScanner();",
"fs",
"new FastScanner()",
"int health1=fs.nextInt();",
"health1",
"fs.nextInt()",
"fs.nextInt",
"fs",
"int strength1=fs.nextInt();",
"strength1",
"fs.nextInt()",
"fs.nextInt",
"fs",
"int health2=fs.nextInt();",
"health2",
"fs.nextInt()",
"fs.nextInt",
"fs",
"int strength2=fs.nextInt();",
"strength2",
"fs.nextInt()",
"fs.nextInt",
"fs",
"int ans1=0",
"ans1",
"0",
"ans2=0;",
"ans2",
"0",
"ans1=health2%strength1==0 ? health2/strength1:health2/strength1+1",
"ans1",
"health2%strength1==0 ? health2/strength1:health2/strength1+1",
"health2%strength1==0",
"health2%strength1",
"health2",
"strength1",
"0",
"health2/strength1",
"health2",
"strength1",
"health2/strength1+1",
"health2/strength1",
"health2",
"strength1",
"1",
"ans2=health1%strength2==0 ? health1/strength2:health1/strength2+1",
"ans2",
"health1%strength2==0 ? health1/strength2:health1/strength2+1",
"health1%strength2==0",
"health1%strength2",
"health1",
"strength2",
"0",
"health1/strength2",
"health1",
"strength2",
"health1/strength2+1",
"health1/strength2",
"health1",
"strength2",
"1",
"if(ans1<=ans2)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"ans1<=ans2",
"ans1",
"ans2",
"{\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",
"class FastScanner \n{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(\"\");\n\t\tpublic String next() \n\t\t{\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t\t\n\t\t}\n\t\t\n\t\tlong pow(long x,long n)\n\t\t{\n\t\t\tlong res=1;\n\t\t\twhile(n>0)\n\t\t\t{\n\t\t\t \tif(n%2!=0)\n\t\t\t \t{\n\t\t\t \t\tres=(res*x);n--;\n\t\t\t \t}\n\t\t\t \telse\n\t\t\t \t{\n\t\t\t \t\tx=(x*x);n/=2;\n\t\t\t \t}\n\t\t\t}\n\t\t\treturn res;\n\t\t}\n\t\tint gcd(int a,int b)\n\t\t{\n\t\t\tif(b==0)\n\t\t\t{\n\t\t\t\treturn a;\n\t\t\t}\n\t\t\treturn gcd(b,a%b);\n\t\t}\n\t\tlong longgcd(long a,long b)\n\t\t{\n\t\t\tif(b==0)\n\t\t\t{\n\t\t\t\treturn a;\n\t\t\t}\n\t\t\treturn longgcd(b,a%b);\n\t\t}\n\t\tint[] sort(int arr[])\n\t\t{\n\t\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\t\t\tfor(int i:arr)list.add(i);\n\t\t\tCollections.sort(list);\n\t\t\tfor(int i=0;i<arr.length;i++)\n\t\t\t{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}\n\t\t\treturn arr;\n\t\t}\n\t\tchar[] charsort(char arr[])\n\t {\n\t \tArrayList<Character> list = new ArrayList<>();\n\t \tfor(char c:arr)list.add(c);\n\t \tCollections.sort(list);\n\t \tfor(int i=0;i<list.size();i++)\n\t \t{\n\t \t\tarr[i]=list.get(i);\n\t \t}\n\t \treturn arr;\n\t }\n\t\tlong[] longsort(long arr[])\n\t\t{\n\t\t\tArrayList<Long> list = new ArrayList<Long>();\n\t\t\tfor(long i:arr)list.add(i);\n\t\t\tCollections.sort(list);\n\t\t\tfor(int i=0;i<arr.length;i++)\n\t\t\t{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}\n\t\t\treturn arr;\n\t\t}\n\t\tpublic int nextInt() \n\t\t{\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\tpublic int[] readArray(int n)\n\t\t{\n\t\t\tint[] arr=new int[n];\n\t\t\tfor (int i=0; i<n; i++) arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}\t\n\t\tpublic long nextLong()\n\t\t{\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\tpublic long[] longreadArray(int n) \n\t\t{\n\t\t\tlong[] a=new long[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextLong();\n\t\t\treturn a;\n\t\t}\n}",
"FastScanner",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer st = new StringTokenizer(\"\");",
"st",
"new StringTokenizer(\"\")",
"public String next() \n\t\t{\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t\t\n\t\t}",
"next",
"{\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t\t\n\t\t}",
"while (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"try {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"IOException e",
"{\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t}",
"st=new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"long pow(long x,long n)\n\t\t{\n\t\t\tlong res=1;\n\t\t\twhile(n>0)\n\t\t\t{\n\t\t\t \tif(n%2!=0)\n\t\t\t \t{\n\t\t\t \t\tres=(res*x);n--;\n\t\t\t \t}\n\t\t\t \telse\n\t\t\t \t{\n\t\t\t \t\tx=(x*x);n/=2;\n\t\t\t \t}\n\t\t\t}\n\t\t\treturn res;\n\t\t}",
"pow",
"{\n\t\t\tlong res=1;\n\t\t\twhile(n>0)\n\t\t\t{\n\t\t\t \tif(n%2!=0)\n\t\t\t \t{\n\t\t\t \t\tres=(res*x);n--;\n\t\t\t \t}\n\t\t\t \telse\n\t\t\t \t{\n\t\t\t \t\tx=(x*x);n/=2;\n\t\t\t \t}\n\t\t\t}\n\t\t\treturn res;\n\t\t}",
"long res=1;",
"res",
"1",
"while(n>0)\n\t\t\t{\n\t\t\t \tif(n%2!=0)\n\t\t\t \t{\n\t\t\t \t\tres=(res*x);n--;\n\t\t\t \t}\n\t\t\t \telse\n\t\t\t \t{\n\t\t\t \t\tx=(x*x);n/=2;\n\t\t\t \t}\n\t\t\t}",
"n>0",
"n",
"0",
"{\n\t\t\t \tif(n%2!=0)\n\t\t\t \t{\n\t\t\t \t\tres=(res*x);n--;\n\t\t\t \t}\n\t\t\t \telse\n\t\t\t \t{\n\t\t\t \t\tx=(x*x);n/=2;\n\t\t\t \t}\n\t\t\t}",
"if(n%2!=0)\n\t\t\t \t{\n\t\t\t \t\tres=(res*x);n--;\n\t\t\t \t}\n\t\t\t \telse\n\t\t\t \t{\n\t\t\t \t\tx=(x*x);n/=2;\n\t\t\t \t}",
"n%2!=0",
"n%2",
"n",
"2",
"0",
"{\n\t\t\t \t\tres=(res*x);n--;\n\t\t\t \t}",
"res=(res*x)",
"res",
"(res*x)",
"res",
"x",
"n--",
"n",
"{\n\t\t\t \t\tx=(x*x);n/=2;\n\t\t\t \t}",
"x=(x*x)",
"x",
"(x*x)",
"x",
"x",
"n/=2",
"n",
"2",
"return res;",
"res",
"long x",
"x",
"long n",
"n",
"int gcd(int a,int b)\n\t\t{\n\t\t\tif(b==0)\n\t\t\t{\n\t\t\t\treturn a;\n\t\t\t}\n\t\t\treturn gcd(b,a%b);\n\t\t}",
"gcd",
"{\n\t\t\tif(b==0)\n\t\t\t{\n\t\t\t\treturn a;\n\t\t\t}\n\t\t\treturn gcd(b,a%b);\n\t\t}",
"if(b==0)\n\t\t\t{\n\t\t\t\treturn a;\n\t\t\t}",
"b==0",
"b",
"0",
"{\n\t\t\t\treturn a;\n\t\t\t}",
"return a;",
"a",
"return gcd(b,a%b);",
"gcd(b,a%b)",
"gcd",
"b",
"a%b",
"a",
"b",
"int a",
"a",
"int b",
"b",
"long longgcd(long a,long b)\n\t\t{\n\t\t\tif(b==0)\n\t\t\t{\n\t\t\t\treturn a;\n\t\t\t}\n\t\t\treturn longgcd(b,a%b);\n\t\t}",
"longgcd",
"{\n\t\t\tif(b==0)\n\t\t\t{\n\t\t\t\treturn a;\n\t\t\t}\n\t\t\treturn longgcd(b,a%b);\n\t\t}",
"if(b==0)\n\t\t\t{\n\t\t\t\treturn a;\n\t\t\t}",
"b==0",
"b",
"0",
"{\n\t\t\t\treturn a;\n\t\t\t}",
"return a;",
"a",
"return longgcd(b,a%b);",
"longgcd(b,a%b)",
"longgcd",
"b",
"a%b",
"a",
"b",
"long a",
"a",
"long b",
"b",
"int[] sort(int arr[])\n\t\t{\n\t\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\t\t\tfor(int i:arr)list.add(i);\n\t\t\tCollections.sort(list);\n\t\t\tfor(int i=0;i<arr.length;i++)\n\t\t\t{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}\n\t\t\treturn arr;\n\t\t}",
"sort",
"{\n\t\t\tArrayList<Integer> list = new ArrayList<Integer>();\n\t\t\tfor(int i:arr)list.add(i);\n\t\t\tCollections.sort(list);\n\t\t\tfor(int i=0;i<arr.length;i++)\n\t\t\t{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}\n\t\t\treturn arr;\n\t\t}",
"ArrayList<Integer> list = new ArrayList<Integer>();",
"list",
"new ArrayList<Integer>()",
"for(int i:arr)list.add(i);",
"int i",
"arr",
"list.add(i);",
"list.add(i)",
"list.add",
"list",
"i",
"Collections.sort(list)",
"Collections.sort",
"Collections",
"list",
"for(int i=0;i<arr.length;i++)\n\t\t\t{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<arr.length",
"i",
"arr.length",
"arr",
"arr.length",
"i++",
"i++",
"i",
"{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}",
"{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}",
"arr[i]=list.get(i)",
"arr[i]",
"arr",
"i",
"list.get(i)",
"list.get",
"list",
"i",
"return arr;",
"arr",
"int arr[]",
"arr",
"char[] charsort(char arr[])\n\t {\n\t \tArrayList<Character> list = new ArrayList<>();\n\t \tfor(char c:arr)list.add(c);\n\t \tCollections.sort(list);\n\t \tfor(int i=0;i<list.size();i++)\n\t \t{\n\t \t\tarr[i]=list.get(i);\n\t \t}\n\t \treturn arr;\n\t }",
"charsort",
"{\n\t \tArrayList<Character> list = new ArrayList<>();\n\t \tfor(char c:arr)list.add(c);\n\t \tCollections.sort(list);\n\t \tfor(int i=0;i<list.size();i++)\n\t \t{\n\t \t\tarr[i]=list.get(i);\n\t \t}\n\t \treturn arr;\n\t }",
"ArrayList<Character> list = new ArrayList<>();",
"list",
"new ArrayList<>()",
"for(char c:arr)list.add(c);",
"char c",
"arr",
"list.add(c);",
"list.add(c)",
"list.add",
"list",
"c",
"Collections.sort(list)",
"Collections.sort",
"Collections",
"list",
"for(int i=0;i<list.size();i++)\n\t \t{\n\t \t\tarr[i]=list.get(i);\n\t \t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<list.size()",
"i",
"list.size()",
"list.size",
"list",
"i++",
"i++",
"i",
"{\n\t \t\tarr[i]=list.get(i);\n\t \t}",
"{\n\t \t\tarr[i]=list.get(i);\n\t \t}",
"arr[i]=list.get(i)",
"arr[i]",
"arr",
"i",
"list.get(i)",
"list.get",
"list",
"i",
"return arr;",
"arr",
"char arr[]",
"arr",
"long[] longsort(long arr[])\n\t\t{\n\t\t\tArrayList<Long> list = new ArrayList<Long>();\n\t\t\tfor(long i:arr)list.add(i);\n\t\t\tCollections.sort(list);\n\t\t\tfor(int i=0;i<arr.length;i++)\n\t\t\t{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}\n\t\t\treturn arr;\n\t\t}",
"longsort",
"{\n\t\t\tArrayList<Long> list = new ArrayList<Long>();\n\t\t\tfor(long i:arr)list.add(i);\n\t\t\tCollections.sort(list);\n\t\t\tfor(int i=0;i<arr.length;i++)\n\t\t\t{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}\n\t\t\treturn arr;\n\t\t}",
"ArrayList<Long> list = new ArrayList<Long>();",
"list",
"new ArrayList<Long>()",
"for(long i:arr)list.add(i);",
"long i",
"arr",
"list.add(i);",
"list.add(i)",
"list.add",
"list",
"i",
"Collections.sort(list)",
"Collections.sort",
"Collections",
"list",
"for(int i=0;i<arr.length;i++)\n\t\t\t{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<arr.length",
"i",
"arr.length",
"arr",
"arr.length",
"i++",
"i++",
"i",
"{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}",
"{\n\t\t\t\tarr[i]=list.get(i);\n\t\t\t}",
"arr[i]=list.get(i)",
"arr[i]",
"arr",
"i",
"list.get(i)",
"list.get",
"list",
"i",
"return arr;",
"arr",
"long arr[]",
"arr",
"public int nextInt() \n\t\t{\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"nextInt",
"{\n\t\t\treturn Integer.parseInt(next());\n\t\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"public int[] readArray(int n)\n\t\t{\n\t\t\tint[] arr=new int[n];\n\t\t\tfor (int i=0; i<n; i++) arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}",
"readArray",
"{\n\t\t\tint[] arr=new int[n];\n\t\t\tfor (int i=0; i<n; i++) arr[i]=nextInt();\n\t\t\treturn arr;\n\t\t}",
"int[] arr=new int[n];",
"arr",
"new int[n]",
"n",
"for (int i=0; i<n; i++) arr[i]=nextInt();",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"arr[i]=nextInt();",
"arr[i]=nextInt()",
"arr[i]",
"arr",
"i",
"nextInt()",
"nextInt",
"return arr;",
"arr",
"int n",
"n",
"public long nextLong()\n\t\t{\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"nextLong",
"{\n\t\t\treturn Long.parseLong(next());\n\t\t}",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"public long[] longreadArray(int n) \n\t\t{\n\t\t\tlong[] a=new long[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextLong();\n\t\t\treturn a;\n\t\t}",
"longreadArray",
"{\n\t\t\tlong[] a=new long[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextLong();\n\t\t\treturn a;\n\t\t}",
"long[] a=new long[n];",
"a",
"new long[n]",
"n",
"for (int i=0; i<n; i++) a[i]=nextLong();",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"a[i]=nextLong();",
"a[i]=nextLong()",
"a[i]",
"a",
"i",
"nextLong()",
"nextLong",
"return a;",
"a",
"int n",
"n",
"public class Main\n{\n\tstatic final int mod=(int)1e9+7;\n\tstatic final int inf=(int)1e9;\n\tstatic final long INF=(long)1e18;\n\tpublic static void main(String[] args)\n\t{\n\t\tFastScanner fs=new FastScanner();\n\t\tint health1=fs.nextInt();\n\t\tint strength1=fs.nextInt();\n\t\tint health2=fs.nextInt();\n\t\tint strength2=fs.nextInt();\n\t\tint ans1=0,ans2=0;\n\t\tans1=health2%strength1==0 ? health2/strength1:health2/strength1+1;\n\t\tans2=health1%strength2==0 ? health1/strength2:health1/strength2+1;\n\t\tif(ans1<=ans2)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main\n{\n\tstatic final int mod=(int)1e9+7;\n\tstatic final int inf=(int)1e9;\n\tstatic final long INF=(long)1e18;\n\tpublic static void main(String[] args)\n\t{\n\t\tFastScanner fs=new FastScanner();\n\t\tint health1=fs.nextInt();\n\t\tint strength1=fs.nextInt();\n\t\tint health2=fs.nextInt();\n\t\tint strength2=fs.nextInt();\n\t\tint ans1=0,ans2=0;\n\t\tans1=health2%strength1==0 ? health2/strength1:health2/strength1+1;\n\t\tans2=health1%strength2==0 ? health1/strength2:health1/strength2+1;\n\t\tif(ans1<=ans2)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main"
] |
//package Atcoder;
import java.util.*;
import java.io.*;
public class Main
{
static final int mod=(int)1e9+7;
static final int inf=(int)1e9;
static final long INF=(long)1e18;
public static void main(String[] args)
{
FastScanner fs=new FastScanner();
int health1=fs.nextInt();
int strength1=fs.nextInt();
int health2=fs.nextInt();
int strength2=fs.nextInt();
int ans1=0,ans2=0;
ans1=health2%strength1==0 ? health2/strength1:health2/strength1+1;
ans2=health1%strength2==0 ? health1/strength2:health1/strength2+1;
if(ans1<=ans2)
{
System.out.println("Yes");
}
else
{
System.out.println("No");
}
}
}
class FastScanner
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new StringTokenizer("");
public String next()
{
while (!st.hasMoreTokens())
try {
st=new StringTokenizer(br.readLine());
} catch (IOException e) {
e.printStackTrace();
}
return st.nextToken();
}
long pow(long x,long n)
{
long res=1;
while(n>0)
{
if(n%2!=0)
{
res=(res*x);n--;
}
else
{
x=(x*x);n/=2;
}
}
return res;
}
int gcd(int a,int b)
{
if(b==0)
{
return a;
}
return gcd(b,a%b);
}
long longgcd(long a,long b)
{
if(b==0)
{
return a;
}
return longgcd(b,a%b);
}
int[] sort(int arr[])
{
ArrayList<Integer> list = new ArrayList<Integer>();
for(int i:arr)list.add(i);
Collections.sort(list);
for(int i=0;i<arr.length;i++)
{
arr[i]=list.get(i);
}
return arr;
}
char[] charsort(char arr[])
{
ArrayList<Character> list = new ArrayList<>();
for(char c:arr)list.add(c);
Collections.sort(list);
for(int i=0;i<list.size();i++)
{
arr[i]=list.get(i);
}
return arr;
}
long[] longsort(long arr[])
{
ArrayList<Long> list = new ArrayList<Long>();
for(long i:arr)list.add(i);
Collections.sort(list);
for(int i=0;i<arr.length;i++)
{
arr[i]=list.get(i);
}
return arr;
}
public int nextInt()
{
return Integer.parseInt(next());
}
public int[] readArray(int n)
{
int[] arr=new int[n];
for (int i=0; i<n; i++) arr[i]=nextInt();
return arr;
}
public long nextLong()
{
return Long.parseLong(next());
}
public long[] longreadArray(int n)
{
long[] a=new long[n];
for (int i=0; i<n; i++) a[i]=nextLong();
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,
41,
13,
4,
18,
13,
14,
2,
4,
18,
13,
2,
13,
13,
4,
18,
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
],
[
63,
5
],
[
63,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
32,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
32,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
6,
60
],
[
60,
61
],
[
0,
62
],
[
62,
63
],
[
62,
64
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n float hp = sc.nextInt();\n float at = sc.nextInt();\n float hp2 = sc.nextInt();\n float at2 = sc.nextInt();\n if(Math.ceil(hp/at2) >= Math.ceil(hp2/at)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\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 float hp = sc.nextInt();\n float at = sc.nextInt();\n float hp2 = sc.nextInt();\n float at2 = sc.nextInt();\n if(Math.ceil(hp/at2) >= Math.ceil(hp2/at)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n float hp = sc.nextInt();\n float at = sc.nextInt();\n float hp2 = sc.nextInt();\n float at2 = sc.nextInt();\n if(Math.ceil(hp/at2) >= Math.ceil(hp2/at)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n float hp = sc.nextInt();\n float at = sc.nextInt();\n float hp2 = sc.nextInt();\n float at2 = sc.nextInt();\n if(Math.ceil(hp/at2) >= Math.ceil(hp2/at)){\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)",
"float hp = sc.nextInt();",
"hp",
"sc.nextInt()",
"sc.nextInt",
"sc",
"float at = sc.nextInt();",
"at",
"sc.nextInt()",
"sc.nextInt",
"sc",
"float hp2 = sc.nextInt();",
"hp2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"float at2 = sc.nextInt();",
"at2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(Math.ceil(hp/at2) >= Math.ceil(hp2/at)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"Math.ceil(hp/at2) >= Math.ceil(hp2/at)",
"Math.ceil(hp/at2)",
"Math.ceil",
"Math",
"hp/at2",
"hp",
"at2",
"Math.ceil(hp2/at)",
"Math.ceil",
"Math",
"hp2/at",
"hp2",
"at",
"{\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 Scanner sc = new Scanner(System.in);\n float hp = sc.nextInt();\n float at = sc.nextInt();\n float hp2 = sc.nextInt();\n float at2 = sc.nextInt();\n if(Math.ceil(hp/at2) >= Math.ceil(hp2/at)){\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){\n Scanner sc = new Scanner(System.in);\n float hp = sc.nextInt();\n float at = sc.nextInt();\n float hp2 = sc.nextInt();\n float at2 = sc.nextInt();\n if(Math.ceil(hp/at2) >= Math.ceil(hp2/at)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
float hp = sc.nextInt();
float at = sc.nextInt();
float hp2 = sc.nextInt();
float at2 = sc.nextInt();
if(Math.ceil(hp/at2) >= Math.ceil(hp2/at)){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
42,
17,
30,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
84,
5
],
[
84,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
8,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
46,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
46,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
61,
68
],
[
57,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
73,
80
],
[
6,
81
],
[
81,
82
],
[
0,
83
],
[
83,
84
],
[
83,
85
]
] |
[
"import java.util.*;\npublic class Main {\n public static void main(String[] args) {\n int a=0;\n int b=0;\n int c=0;\n int d=0;\n Scanner scan = new Scanner(System.in);\n a=scan.nextInt();\n b=scan.nextInt();\n c=scan.nextInt();\n d=scan.nextInt();\n while (true){\n c=c-b;\n a=a-d;\n //System.out.println(\"aoki:=\"+c);\n //System.out.println(\"takahasi:=\"+a);\n //System.out.println(\" \");\n\n\n\n\n\n\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n else if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n\n\n }\n\n\n}\n",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n int a=0;\n int b=0;\n int c=0;\n int d=0;\n Scanner scan = new Scanner(System.in);\n a=scan.nextInt();\n b=scan.nextInt();\n c=scan.nextInt();\n d=scan.nextInt();\n while (true){\n c=c-b;\n a=a-d;\n //System.out.println(\"aoki:=\"+c);\n //System.out.println(\"takahasi:=\"+a);\n //System.out.println(\" \");\n\n\n\n\n\n\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n else if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n\n\n }\n\n\n}",
"Main",
"public static void main(String[] args) {\n int a=0;\n int b=0;\n int c=0;\n int d=0;\n Scanner scan = new Scanner(System.in);\n a=scan.nextInt();\n b=scan.nextInt();\n c=scan.nextInt();\n d=scan.nextInt();\n while (true){\n c=c-b;\n a=a-d;\n //System.out.println(\"aoki:=\"+c);\n //System.out.println(\"takahasi:=\"+a);\n //System.out.println(\" \");\n\n\n\n\n\n\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n else if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n\n\n }",
"main",
"{\n int a=0;\n int b=0;\n int c=0;\n int d=0;\n Scanner scan = new Scanner(System.in);\n a=scan.nextInt();\n b=scan.nextInt();\n c=scan.nextInt();\n d=scan.nextInt();\n while (true){\n c=c-b;\n a=a-d;\n //System.out.println(\"aoki:=\"+c);\n //System.out.println(\"takahasi:=\"+a);\n //System.out.println(\" \");\n\n\n\n\n\n\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n else if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n\n\n }",
"int a=0;",
"a",
"0",
"int b=0;",
"b",
"0",
"int c=0;",
"c",
"0",
"int d=0;",
"d",
"0",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"a=scan.nextInt()",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"b=scan.nextInt()",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"c=scan.nextInt()",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"d=scan.nextInt()",
"d",
"scan.nextInt()",
"scan.nextInt",
"scan",
"while (true){\n c=c-b;\n a=a-d;\n //System.out.println(\"aoki:=\"+c);\n //System.out.println(\"takahasi:=\"+a);\n //System.out.println(\" \");\n\n\n\n\n\n\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n else if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }",
"true",
"{\n c=c-b;\n a=a-d;\n //System.out.println(\"aoki:=\"+c);\n //System.out.println(\"takahasi:=\"+a);\n //System.out.println(\" \");\n\n\n\n\n\n\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n else if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }",
"c=c-b",
"c",
"c-b",
"c",
"b",
"a=a-d",
"a",
"a-d",
"a",
"d",
"if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n else if(a<=0){\n System.out.println(\"No\");\n break;\n }",
"c<=0",
"c",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"if(a<=0){\n System.out.println(\"No\");\n break;\n }",
"a<=0",
"a",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n int a=0;\n int b=0;\n int c=0;\n int d=0;\n Scanner scan = new Scanner(System.in);\n a=scan.nextInt();\n b=scan.nextInt();\n c=scan.nextInt();\n d=scan.nextInt();\n while (true){\n c=c-b;\n a=a-d;\n //System.out.println(\"aoki:=\"+c);\n //System.out.println(\"takahasi:=\"+a);\n //System.out.println(\" \");\n\n\n\n\n\n\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n else if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n\n\n }\n\n\n}",
"public class Main {\n public static void main(String[] args) {\n int a=0;\n int b=0;\n int c=0;\n int d=0;\n Scanner scan = new Scanner(System.in);\n a=scan.nextInt();\n b=scan.nextInt();\n c=scan.nextInt();\n d=scan.nextInt();\n while (true){\n c=c-b;\n a=a-d;\n //System.out.println(\"aoki:=\"+c);\n //System.out.println(\"takahasi:=\"+a);\n //System.out.println(\" \");\n\n\n\n\n\n\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n else if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n\n\n }\n\n\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
int a=0;
int b=0;
int c=0;
int d=0;
Scanner scan = new Scanner(System.in);
a=scan.nextInt();
b=scan.nextInt();
c=scan.nextInt();
d=scan.nextInt();
while (true){
c=c-b;
a=a-d;
//System.out.println("aoki:="+c);
//System.out.println("takahasi:="+a);
//System.out.println(" ");
if(c<=0){
System.out.println("Yes");
break;
}
else if(a<=0){
System.out.println("No");
break;
}
}
}
}
|
[
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,
14,
2,
2,
2,
2,
13,
13,
17,
13,
2,
2,
2,
13,
13,
17,
13,
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
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
34,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
41,
47
],
[
32,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
32,
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.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n if ((A + D - 1) / D >= (C + B - 1) / B) System.out.println(\"Yes\");\n else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n if ((A + D - 1) / D >= (C + B - 1) / B) System.out.println(\"Yes\");\n else {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n if ((A + D - 1) / D >= (C + B - 1) / B) System.out.println(\"Yes\");\n else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n if ((A + D - 1) / D >= (C + B - 1) / B) System.out.println(\"Yes\");\n else {\n System.out.println(\"No\");\n }\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int A = scanner.nextInt();",
"A",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int B = scanner.nextInt();",
"B",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int C = scanner.nextInt();",
"C",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int D = scanner.nextInt();",
"D",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if ((A + D - 1) / D >= (C + B - 1) / B) System.out.println(\"Yes\");\n else {\n System.out.println(\"No\");\n }",
"(A + D - 1) / D >= (C + B - 1) / B",
"(A + D - 1) / D",
"(A + D - 1)",
"A + D",
"A",
"D",
"1",
"D",
"(C + B - 1) / B",
"(C + B - 1)",
"C + B",
"C",
"B",
"1",
"B",
"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 Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n if ((A + D - 1) / D >= (C + B - 1) / B) System.out.println(\"Yes\");\n else {\n System.out.println(\"No\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n if ((A + D - 1) / D >= (C + B - 1) / B) System.out.println(\"Yes\");\n else {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int A = scanner.nextInt();
int B = scanner.nextInt();
int C = scanner.nextInt();
int D = scanner.nextInt();
if ((A + D - 1) / D >= (C + B - 1) / B) 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,
42,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
72,
5
],
[
72,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
34,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
44,
51
],
[
34,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
34,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
61,
68
],
[
6,
69
],
[
69,
70
],
[
0,
71
],
[
71,
72
],
[
71,
73
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner scan = new Scanner(System.in);\n int A1=scan.nextInt();\n int A2=scan.nextInt();\n int B1=scan.nextInt();\n int B2=scan.nextInt();\n while(true){\n B1=B1-A2;\n if(B1<=0){\n System.out.println(\"Yes\");\n break;\n }\n A1=A1-B2;\n if(A1<=0){\n System.out.println(\"No\");\n break;\n }\n }\n \n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner scan = new Scanner(System.in);\n int A1=scan.nextInt();\n int A2=scan.nextInt();\n int B1=scan.nextInt();\n int B2=scan.nextInt();\n while(true){\n B1=B1-A2;\n if(B1<=0){\n System.out.println(\"Yes\");\n break;\n }\n A1=A1-B2;\n if(A1<=0){\n System.out.println(\"No\");\n break;\n }\n }\n \n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner scan = new Scanner(System.in);\n int A1=scan.nextInt();\n int A2=scan.nextInt();\n int B1=scan.nextInt();\n int B2=scan.nextInt();\n while(true){\n B1=B1-A2;\n if(B1<=0){\n System.out.println(\"Yes\");\n break;\n }\n A1=A1-B2;\n if(A1<=0){\n System.out.println(\"No\");\n break;\n }\n }\n \n }",
"main",
"{\n // Your code here!\n Scanner scan = new Scanner(System.in);\n int A1=scan.nextInt();\n int A2=scan.nextInt();\n int B1=scan.nextInt();\n int B2=scan.nextInt();\n while(true){\n B1=B1-A2;\n if(B1<=0){\n System.out.println(\"Yes\");\n break;\n }\n A1=A1-B2;\n if(A1<=0){\n System.out.println(\"No\");\n break;\n }\n }\n \n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int A1=scan.nextInt();",
"A1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int A2=scan.nextInt();",
"A2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int B1=scan.nextInt();",
"B1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int B2=scan.nextInt();",
"B2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"while(true){\n B1=B1-A2;\n if(B1<=0){\n System.out.println(\"Yes\");\n break;\n }\n A1=A1-B2;\n if(A1<=0){\n System.out.println(\"No\");\n break;\n }\n }",
"true",
"{\n B1=B1-A2;\n if(B1<=0){\n System.out.println(\"Yes\");\n break;\n }\n A1=A1-B2;\n if(A1<=0){\n System.out.println(\"No\");\n break;\n }\n }",
"B1=B1-A2",
"B1",
"B1-A2",
"B1",
"A2",
"if(B1<=0){\n System.out.println(\"Yes\");\n break;\n }",
"B1<=0",
"B1",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"A1=A1-B2",
"A1",
"A1-B2",
"A1",
"B2",
"if(A1<=0){\n System.out.println(\"No\");\n break;\n }",
"A1<=0",
"A1",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner scan = new Scanner(System.in);\n int A1=scan.nextInt();\n int A2=scan.nextInt();\n int B1=scan.nextInt();\n int B2=scan.nextInt();\n while(true){\n B1=B1-A2;\n if(B1<=0){\n System.out.println(\"Yes\");\n break;\n }\n A1=A1-B2;\n if(A1<=0){\n System.out.println(\"No\");\n break;\n }\n }\n \n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n // Your code here!\n Scanner scan = new Scanner(System.in);\n int A1=scan.nextInt();\n int A2=scan.nextInt();\n int B1=scan.nextInt();\n int B2=scan.nextInt();\n while(true){\n B1=B1-A2;\n if(B1<=0){\n System.out.println(\"Yes\");\n break;\n }\n A1=A1-B2;\n if(A1<=0){\n System.out.println(\"No\");\n break;\n }\n }\n \n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
// Your code here!
Scanner scan = new Scanner(System.in);
int A1=scan.nextInt();
int A2=scan.nextInt();
int B1=scan.nextInt();
int B2=scan.nextInt();
while(true){
B1=B1-A2;
if(B1<=0){
System.out.println("Yes");
break;
}
A1=A1-B2;
if(A1<=0){
System.out.println("No");
break;
}
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
18,
13,
13,
41,
13,
20,
17,
41,
13,
17,
41,
13,
17,
12,
13,
30,
14,
2,
13,
13,
30,
29,
17,
30,
0,
13,
17,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
13,
14,
2,
13,
17,
30,
29,
17,
29,
17,
12,
13,
30,
14,
4,
13,
29,
18,
13,
40,
13,
29,
40,
17,
12,
13,
30,
29,
2,
2,
17,
13,
2,
13,
17,
23,
13,
12,
13,
30,
42,
2,
4,
13,
40,
4,
13,
18,
13,
13,
40,
13,
29,
4,
13,
12,
13,
30,
14,
40,
4,
13,
37,
20,
41,
13,
20,
41,
13,
4,
13,
42,
4,
13,
13,
30,
4,
18,
13,
13,
0,
13,
4,
13,
29,
4,
18,
13,
12,
13,
30,
14,
40,
4,
13,
37,
20,
41,
13,
17,
41,
13,
17,
41,
13,
4,
13,
14,
2,
13,
17,
30,
0,
13,
17,
0,
13,
4,
13,
14,
2,
2,
13,
17,
2,
17,
13,
30,
37,
20,
42,
17,
30,
14,
2,
2,
17,
13,
2,
13,
17,
30,
0,
13,
17,
0,
13,
2,
13,
17,
14,
2,
2,
13,
40,
17,
40,
4,
13,
13,
30,
29,
8,
13,
40,
13,
13,
30,
37,
20,
0,
13,
4,
13,
12,
13,
30,
41,
13,
4,
13,
14,
2,
2,
13,
18,
13,
13,
2,
13,
18,
13,
13,
37,
20,
29,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
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,
11,
1,
41,
13,
17,
1,
40,
13,
30,
30,
14,
2,
2,
13,
17,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
14,
16
],
[
10,
17
],
[
17,
18
],
[
17,
19
],
[
10,
21
],
[
21,
22
],
[
21,
23
],
[
10,
24
],
[
24,
25
],
[
24,
26
],
[
10,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
30,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
41,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
37,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
29,
62
],
[
62,
63
],
[
10,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
67,
75
],
[
75,
76
],
[
76,
77
],
[
10,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
78,
89
],
[
89,
90
],
[
10,
91
],
[
91,
92
],
[
91,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
95,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
101,
102
],
[
101,
103
],
[
94,
104
],
[
104,
105
],
[
93,
106
],
[
106,
107
],
[
107,
108
],
[
10,
109
],
[
109,
110
],
[
109,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
112,
116
],
[
116,
117
],
[
111,
118
],
[
118,
119
],
[
118,
120
],
[
111,
121
],
[
121,
122
],
[
121,
123
],
[
123,
124
],
[
111,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
130,
133
],
[
129,
134
],
[
134,
135
],
[
134,
136
],
[
136,
137
],
[
111,
138
],
[
138,
139
],
[
139,
140
],
[
140,
141
],
[
10,
142
],
[
142,
143
],
[
142,
144
],
[
144,
145
],
[
145,
146
],
[
146,
147
],
[
147,
148
],
[
145,
149
],
[
149,
150
],
[
144,
151
],
[
151,
152
],
[
151,
153
],
[
144,
154
],
[
154,
155
],
[
154,
156
],
[
144,
157
],
[
157,
158
],
[
157,
159
],
[
159,
160
],
[
144,
161
],
[
161,
162
],
[
162,
163
],
[
162,
164
],
[
161,
165
],
[
165,
166
],
[
166,
167
],
[
166,
168
],
[
165,
169
],
[
169,
170
],
[
169,
171
],
[
171,
172
],
[
144,
173
],
[
173,
174
],
[
174,
175
],
[
175,
176
],
[
175,
177
],
[
174,
178
],
[
178,
179
],
[
178,
180
],
[
173,
181
],
[
181,
182
],
[
182,
183
],
[
144,
184
],
[
184,
185
],
[
184,
186
],
[
186,
187
],
[
187,
188
],
[
188,
189
],
[
189,
190
],
[
189,
191
],
[
188,
192
],
[
192,
193
],
[
192,
194
],
[
187,
195
],
[
195,
196
],
[
196,
197
],
[
196,
198
],
[
195,
199
],
[
199,
200
],
[
199,
201
],
[
201,
202
],
[
201,
203
],
[
187,
204
],
[
204,
205
],
[
205,
206
],
[
206,
207
],
[
206,
208
],
[
208,
209
],
[
205,
210
],
[
210,
211
],
[
211,
212
],
[
211,
213
],
[
204,
214
],
[
214,
215
],
[
215,
216
],
[
216,
217
],
[
216,
218
],
[
218,
219
],
[
216,
220
],
[
204,
221
],
[
221,
222
],
[
222,
223
],
[
186,
224
],
[
224,
225
],
[
224,
226
],
[
226,
227
],
[
10,
228
],
[
228,
229
],
[
228,
230
],
[
230,
231
],
[
231,
232
],
[
231,
233
],
[
233,
234
],
[
230,
235
],
[
235,
236
],
[
236,
237
],
[
237,
238
],
[
237,
239
],
[
239,
240
],
[
239,
241
],
[
236,
242
],
[
242,
243
],
[
242,
244
],
[
244,
245
],
[
244,
246
],
[
235,
247
],
[
247,
248
],
[
230,
249
],
[
249,
250
],
[
10,
251
],
[
251,
252
],
[
251,
253
],
[
253,
254
],
[
254,
255
],
[
255,
256
],
[
256,
257
],
[
255,
258
],
[
258,
259
],
[
0,
260
],
[
343,
261
],
[
343,
262
],
[
262,
263
],
[
262,
264
],
[
264,
265
],
[
265,
266
],
[
265,
267
],
[
264,
268
],
[
268,
269
],
[
268,
270
],
[
270,
271
],
[
271,
272
],
[
264,
273
],
[
273,
274
],
[
273,
275
],
[
275,
276
],
[
276,
277
],
[
264,
278
],
[
278,
279
],
[
278,
280
],
[
280,
281
],
[
281,
282
],
[
264,
283
],
[
283,
284
],
[
283,
285
],
[
285,
286
],
[
286,
287
],
[
264,
288
],
[
288,
289
],
[
289,
290
],
[
290,
291
],
[
290,
292
],
[
288,
293
],
[
293,
294
],
[
294,
295
],
[
288,
296
],
[
297,
297
],
[
297,
298
],
[
298,
299
],
[
299,
300
],
[
300,
301
],
[
300,
302
],
[
299,
303
],
[
298,
304
],
[
304,
305
],
[
305,
306
],
[
305,
307
],
[
307,
308
],
[
307,
309
],
[
304,
310
],
[
310,
311
],
[
311,
312
],
[
311,
313
],
[
310,
314
],
[
314,
315
],
[
315,
316
],
[
316,
317
],
[
317,
318
],
[
317,
319
],
[
315,
320
],
[
314,
321
],
[
298,
322
],
[
322,
323
],
[
323,
324
],
[
323,
325
],
[
325,
326
],
[
325,
327
],
[
322,
328
],
[
328,
329
],
[
329,
330
],
[
329,
331
],
[
328,
332
],
[
332,
333
],
[
333,
334
],
[
334,
335
],
[
335,
336
],
[
335,
337
],
[
333,
338
],
[
332,
339
],
[
262,
340
],
[
340,
341
],
[
0,
342
],
[
342,
343
],
[
342,
344
]
] |
[
"import java.io.IOException;\nimport java.io.InputStream;\nimport java.util.NoSuchElementException;\n\nclass FastScanner {\n private final InputStream in = System.in;\n private final byte[] buffer = new byte[1024];\n private int ptr = 0;\n private int buflen = 0;\n private boolean hasNextByte() {\n if (ptr < buflen) {\n return true;\n }else{\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }\n private int readByte() { if (hasNextByte()) return buffer[ptr++]; else return -1;}\n private static boolean isPrintableChar(int c) { return 33 <= c && c <= 126;}\n public boolean hasNext() { while(hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++; return hasNextByte();}\n public String next() {\n if (!hasNext()) throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while(isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }\n public long nextLong() {\n if (!hasNext()) throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while(true){\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n }else if(b == -1 || !isPrintableChar(b)){\n return minus ? -n : n;\n }else{\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }\n public int nextInt() {\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE) throw new NumberFormatException();\n return (int) nl;\n }\n public double nextDouble() { return Double.parseDouble(next());}\n}\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tFastScanner fs = new FastScanner();\n\t\tint A = fs.nextInt();\n\t\tint B = fs.nextInt();\n\t\tint C = fs.nextInt();\n\t\tint D = fs.nextInt();\n\n\t\tfor(int i = 0; ; i++) {\n\t\t\tif(i % 2 != 0) {\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}else {\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.util.NoSuchElementException;",
"NoSuchElementException",
"java.util",
"class FastScanner {\n private final InputStream in = System.in;\n private final byte[] buffer = new byte[1024];\n private int ptr = 0;\n private int buflen = 0;\n private boolean hasNextByte() {\n if (ptr < buflen) {\n return true;\n }else{\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }\n private int readByte() { if (hasNextByte()) return buffer[ptr++]; else return -1;}\n private static boolean isPrintableChar(int c) { return 33 <= c && c <= 126;}\n public boolean hasNext() { while(hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++; return hasNextByte();}\n public String next() {\n if (!hasNext()) throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while(isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }\n public long nextLong() {\n if (!hasNext()) throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while(true){\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n }else if(b == -1 || !isPrintableChar(b)){\n return minus ? -n : n;\n }else{\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }\n public int nextInt() {\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE) throw new NumberFormatException();\n return (int) nl;\n }\n public double nextDouble() { return Double.parseDouble(next());}\n}",
"FastScanner",
"private final InputStream in = System.in;",
"in",
"System.in",
"System",
"System.in",
"private final byte[] buffer = new byte[1024];",
"buffer",
"new byte[1024]",
"1024",
"private int ptr = 0;",
"ptr",
"0",
"private int buflen = 0;",
"buflen",
"0",
"private boolean hasNextByte() {\n if (ptr < buflen) {\n return true;\n }else{\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }",
"hasNextByte",
"{\n if (ptr < buflen) {\n return true;\n }else{\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }",
"if (ptr < buflen) {\n return true;\n }else{\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }",
"ptr < buflen",
"ptr",
"buflen",
"{\n return true;\n }",
"return true;",
"true",
"{\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }",
"ptr = 0",
"ptr",
"0",
"try {\n buflen = in.read(buffer);\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 buflen = in.read(buffer);\n }",
"buflen = in.read(buffer)",
"buflen",
"in.read(buffer)",
"in.read",
"in",
"buffer",
"if (buflen <= 0) {\n return false;\n }",
"buflen <= 0",
"buflen",
"0",
"{\n return false;\n }",
"return false;",
"false",
"return true;",
"true",
"private int readByte() { if (hasNextByte()) return buffer[ptr++]; else return -1;}",
"readByte",
"{ if (hasNextByte()) return buffer[ptr++]; else return -1;}",
"if (hasNextByte()) return buffer[ptr++]; else return -1;",
"hasNextByte()",
"hasNextByte",
"return buffer[ptr++];",
"buffer[ptr++]",
"buffer",
"ptr++",
"ptr",
"return -1;",
"-1",
"1",
"private static boolean isPrintableChar(int c) { return 33 <= c && c <= 126;}",
"isPrintableChar",
"{ return 33 <= c && c <= 126;}",
"return 33 <= c && c <= 126;",
"33 <= c && c <= 126",
"33 <= c",
"33",
"c",
"c <= 126",
"c",
"126",
"int c",
"c",
"public boolean hasNext() { while(hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++; return hasNextByte();}",
"hasNext",
"{ while(hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++; return hasNextByte();}",
"while(hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++;",
"hasNextByte() && !isPrintableChar(buffer[ptr])",
"hasNextByte()",
"hasNextByte",
"!isPrintableChar(buffer[ptr])",
"isPrintableChar(buffer[ptr])",
"isPrintableChar",
"buffer[ptr]",
"buffer",
"ptr",
"ptr++",
"ptr",
"return hasNextByte();",
"hasNextByte()",
"hasNextByte",
"public String next() {\n if (!hasNext()) throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while(isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }",
"next",
"{\n if (!hasNext()) throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while(isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }",
"if (!hasNext()) throw new NoSuchElementException();",
"!hasNext()",
"hasNext()",
"hasNext",
"throw new NoSuchElementException();",
"new NoSuchElementException()",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"int b = readByte();",
"b",
"readByte()",
"readByte",
"while(isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }",
"isPrintableChar(b)",
"isPrintableChar",
"b",
"{\n sb.appendCodePoint(b);\n b = readByte();\n }",
"sb.appendCodePoint(b)",
"sb.appendCodePoint",
"sb",
"b",
"b = readByte()",
"b",
"readByte()",
"readByte",
"return sb.toString();",
"sb.toString()",
"sb.toString",
"sb",
"public long nextLong() {\n if (!hasNext()) throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while(true){\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n }else if(b == -1 || !isPrintableChar(b)){\n return minus ? -n : n;\n }else{\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }",
"nextLong",
"{\n if (!hasNext()) throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while(true){\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n }else if(b == -1 || !isPrintableChar(b)){\n return minus ? -n : n;\n }else{\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }",
"if (!hasNext()) throw new NoSuchElementException();",
"!hasNext()",
"hasNext()",
"hasNext",
"throw new NoSuchElementException();",
"new NoSuchElementException()",
"long n = 0;",
"n",
"0",
"boolean minus = false;",
"minus",
"false",
"int b = readByte();",
"b",
"readByte()",
"readByte",
"if (b == '-') {\n minus = true;\n b = readByte();\n }",
"b == '-'",
"b",
"'-'",
"{\n minus = true;\n b = readByte();\n }",
"minus = true",
"minus",
"true",
"b = readByte()",
"b",
"readByte()",
"readByte",
"if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }",
"b < '0' || '9' < b",
"b < '0'",
"b",
"'0'",
"'9' < b",
"'9'",
"b",
"{\n throw new NumberFormatException();\n }",
"throw new NumberFormatException();",
"new NumberFormatException()",
"while(true){\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n }else if(b == -1 || !isPrintableChar(b)){\n return minus ? -n : n;\n }else{\n throw new NumberFormatException();\n }\n b = readByte();\n }",
"true",
"{\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n }else if(b == -1 || !isPrintableChar(b)){\n return minus ? -n : n;\n }else{\n throw new NumberFormatException();\n }\n b = readByte();\n }",
"if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n }else if(b == -1 || !isPrintableChar(b)){\n return minus ? -n : n;\n }else{\n throw new NumberFormatException();\n }",
"'0' <= b && b <= '9'",
"'0' <= b",
"'0'",
"b",
"b <= '9'",
"b",
"'9'",
"{\n n *= 10;\n n += b - '0';\n }",
"n *= 10",
"n",
"10",
"n += b - '0'",
"n",
"b - '0'",
"b",
"'0'",
"if(b == -1 || !isPrintableChar(b)){\n return minus ? -n : n;\n }else{\n throw new NumberFormatException();\n }",
"b == -1 || !isPrintableChar(b)",
"b == -1",
"b",
"-1",
"1",
"!isPrintableChar(b)",
"isPrintableChar(b)",
"isPrintableChar",
"b",
"{\n return minus ? -n : n;\n }",
"return minus ? -n : n;",
"minus ? -n : n",
"minus",
"-n",
"n",
"n",
"{\n throw new NumberFormatException();\n }",
"throw new NumberFormatException();",
"new NumberFormatException()",
"b = readByte()",
"b",
"readByte()",
"readByte",
"public int nextInt() {\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE) throw new NumberFormatException();\n return (int) nl;\n }",
"nextInt",
"{\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE) throw new NumberFormatException();\n return (int) nl;\n }",
"long nl = nextLong();",
"nl",
"nextLong()",
"nextLong",
"if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE) throw new NumberFormatException();",
"nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE",
"nl < Integer.MIN_VALUE",
"nl",
"Integer.MIN_VALUE",
"Integer",
"Integer.MIN_VALUE",
"nl > Integer.MAX_VALUE",
"nl",
"Integer.MAX_VALUE",
"Integer",
"Integer.MAX_VALUE",
"throw new NumberFormatException();",
"new NumberFormatException()",
"return (int) nl;",
"(int) nl",
"public double nextDouble() { return Double.parseDouble(next());}",
"nextDouble",
"{ return Double.parseDouble(next());}",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tFastScanner fs = new FastScanner();\n\t\tint A = fs.nextInt();\n\t\tint B = fs.nextInt();\n\t\tint C = fs.nextInt();\n\t\tint D = fs.nextInt();\n\n\t\tfor(int i = 0; ; i++) {\n\t\t\tif(i % 2 != 0) {\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}else {\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tFastScanner fs = new FastScanner();\n\t\tint A = fs.nextInt();\n\t\tint B = fs.nextInt();\n\t\tint C = fs.nextInt();\n\t\tint D = fs.nextInt();\n\n\t\tfor(int i = 0; ; i++) {\n\t\t\tif(i % 2 != 0) {\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}else {\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"main",
"{\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tFastScanner fs = new FastScanner();\n\t\tint A = fs.nextInt();\n\t\tint B = fs.nextInt();\n\t\tint C = fs.nextInt();\n\t\tint D = fs.nextInt();\n\n\t\tfor(int i = 0; ; i++) {\n\t\t\tif(i % 2 != 0) {\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}else {\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"FastScanner fs = new FastScanner();",
"fs",
"new FastScanner()",
"int A = fs.nextInt();",
"A",
"fs.nextInt()",
"fs.nextInt",
"fs",
"int B = fs.nextInt();",
"B",
"fs.nextInt()",
"fs.nextInt",
"fs",
"int C = fs.nextInt();",
"C",
"fs.nextInt()",
"fs.nextInt",
"fs",
"int D = fs.nextInt();",
"D",
"fs.nextInt()",
"fs.nextInt",
"fs",
"for(int i = 0; ; i++) {\n\t\t\tif(i % 2 != 0) {\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}else {\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i++",
"i++",
"i",
"{\n\t\t\tif(i % 2 != 0) {\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}else {\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(i % 2 != 0) {\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}else {\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"if(i % 2 != 0) {\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}else {\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}",
"i % 2 != 0",
"i % 2",
"i",
"2",
"0",
"{\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}",
"A = A - D",
"A",
"A - D",
"A",
"D",
"if(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}",
"A <= 0",
"A",
"0",
"{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"{\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}",
"C = C - B",
"C",
"C - B",
"C",
"B",
"if(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}",
"C <= 0",
"C",
"0",
"{\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tFastScanner fs = new FastScanner();\n\t\tint A = fs.nextInt();\n\t\tint B = fs.nextInt();\n\t\tint C = fs.nextInt();\n\t\tint D = fs.nextInt();\n\n\t\tfor(int i = 0; ; i++) {\n\t\t\tif(i % 2 != 0) {\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}else {\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tFastScanner fs = new FastScanner();\n\t\tint A = fs.nextInt();\n\t\tint B = fs.nextInt();\n\t\tint C = fs.nextInt();\n\t\tint D = fs.nextInt();\n\n\t\tfor(int i = 0; ; i++) {\n\t\t\tif(i % 2 != 0) {\n\t\t\t\tA = A - D;\n\t\t\t\tif(A <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}else {\n\t\t\t\tC = C - B;\n\t\t\t\tif(C <= 0 ) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n}",
"Main"
] |
import java.io.IOException;
import java.io.InputStream;
import java.util.NoSuchElementException;
class FastScanner {
private final InputStream in = System.in;
private final byte[] buffer = new byte[1024];
private int ptr = 0;
private int buflen = 0;
private boolean hasNextByte() {
if (ptr < buflen) {
return true;
}else{
ptr = 0;
try {
buflen = in.read(buffer);
} catch (IOException e) {
e.printStackTrace();
}
if (buflen <= 0) {
return false;
}
}
return true;
}
private int readByte() { if (hasNextByte()) return buffer[ptr++]; else return -1;}
private static boolean isPrintableChar(int c) { return 33 <= c && c <= 126;}
public boolean hasNext() { while(hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++; return hasNextByte();}
public String next() {
if (!hasNext()) throw new NoSuchElementException();
StringBuilder sb = new StringBuilder();
int b = readByte();
while(isPrintableChar(b)) {
sb.appendCodePoint(b);
b = readByte();
}
return sb.toString();
}
public long nextLong() {
if (!hasNext()) throw new NoSuchElementException();
long n = 0;
boolean minus = false;
int b = readByte();
if (b == '-') {
minus = true;
b = readByte();
}
if (b < '0' || '9' < b) {
throw new NumberFormatException();
}
while(true){
if ('0' <= b && b <= '9') {
n *= 10;
n += b - '0';
}else if(b == -1 || !isPrintableChar(b)){
return minus ? -n : n;
}else{
throw new NumberFormatException();
}
b = readByte();
}
}
public int nextInt() {
long nl = nextLong();
if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE) throw new NumberFormatException();
return (int) nl;
}
public double nextDouble() { return Double.parseDouble(next());}
}
public class Main {
public static void main(String[] args) {
// TODO 自動生成されたメソッド・スタブ
FastScanner fs = new FastScanner();
int A = fs.nextInt();
int B = fs.nextInt();
int C = fs.nextInt();
int D = fs.nextInt();
for(int i = 0; ; i++) {
if(i % 2 != 0) {
A = A - D;
if(A <= 0 ) {
System.out.println("No");
break;
}
}else {
C = C - B;
if(C <= 0 ) {
System.out.println("Yes");
break;
}
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
42,
17,
30,
14,
2,
2,
13,
17,
2,
13,
17,
3,
0,
13,
13,
14,
2,
2,
13,
17,
2,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
88,
5
],
[
88,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
48,
50
],
[
43,
51
],
[
42,
52
],
[
52,
53
],
[
52,
54
],
[
42,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
55,
63
],
[
42,
64
],
[
64,
65
],
[
64,
66
],
[
8,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
67,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
6,
85
],
[
85,
86
],
[
0,
87
],
[
87,
88
],
[
87,
89
]
] |
[
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint A,B,C,D;\n\t\tScanner scan = new Scanner(System.in);\n\t\tA = scan.nextInt();\n\t\tB = scan.nextInt();\n\t\tC = scan.nextInt();\n\t\tD = scan.nextInt();\n\t\t\n\t\twhile(true) {\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tC -= B;\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tA -= D; \n\t\t}\n\t\tif(C <= 0) {\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}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint A,B,C,D;\n\t\tScanner scan = new Scanner(System.in);\n\t\tA = scan.nextInt();\n\t\tB = scan.nextInt();\n\t\tC = scan.nextInt();\n\t\tD = scan.nextInt();\n\t\t\n\t\twhile(true) {\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tC -= B;\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tA -= D; \n\t\t}\n\t\tif(C <= 0) {\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}",
"Main",
"public static void main(String[] args) {\n\t\tint A,B,C,D;\n\t\tScanner scan = new Scanner(System.in);\n\t\tA = scan.nextInt();\n\t\tB = scan.nextInt();\n\t\tC = scan.nextInt();\n\t\tD = scan.nextInt();\n\t\t\n\t\twhile(true) {\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tC -= B;\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tA -= D; \n\t\t}\n\t\tif(C <= 0) {\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\tint A,B,C,D;\n\t\tScanner scan = new Scanner(System.in);\n\t\tA = scan.nextInt();\n\t\tB = scan.nextInt();\n\t\tC = scan.nextInt();\n\t\tD = scan.nextInt();\n\t\t\n\t\twhile(true) {\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tC -= B;\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tA -= D; \n\t\t}\n\t\tif(C <= 0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"int A",
"A",
"B",
"B",
"C",
"C",
"D;",
"D",
"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",
"D = scan.nextInt()",
"D",
"scan.nextInt()",
"scan.nextInt",
"scan",
"while(true) {\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tC -= B;\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tA -= D; \n\t\t}",
"true",
"{\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tC -= B;\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tA -= D; \n\t\t}",
"if(A <= 0 || C <= 0) break;",
"A <= 0 || C <= 0",
"A <= 0",
"A",
"0",
"C <= 0",
"C",
"0",
"break;",
"C -= B",
"C",
"B",
"if(A <= 0 || C <= 0) break;",
"A <= 0 || C <= 0",
"A <= 0",
"A",
"0",
"C <= 0",
"C",
"0",
"break;",
"A -= D",
"A",
"D",
"if(C <= 0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"C <= 0",
"C",
"0",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint A,B,C,D;\n\t\tScanner scan = new Scanner(System.in);\n\t\tA = scan.nextInt();\n\t\tB = scan.nextInt();\n\t\tC = scan.nextInt();\n\t\tD = scan.nextInt();\n\t\t\n\t\twhile(true) {\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tC -= B;\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tA -= D; \n\t\t}\n\t\tif(C <= 0) {\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}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint A,B,C,D;\n\t\tScanner scan = new Scanner(System.in);\n\t\tA = scan.nextInt();\n\t\tB = scan.nextInt();\n\t\tC = scan.nextInt();\n\t\tD = scan.nextInt();\n\t\t\n\t\twhile(true) {\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tC -= B;\n\t\t\tif(A <= 0 || C <= 0) break;\n\t\t\tA -= D; \n\t\t}\n\t\tif(C <= 0) {\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}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int A,B,C,D;
Scanner scan = new Scanner(System.in);
A = scan.nextInt();
B = scan.nextInt();
C = scan.nextInt();
D = scan.nextInt();
while(true) {
if(A <= 0 || C <= 0) break;
C -= B;
if(A <= 0 || C <= 0) break;
A -= D;
}
if(C <= 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,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
11,
1,
30,
30,
14,
2,
13,
17,
30,
40,
13,
3,
14,
2,
13,
17,
30,
40,
13,
3,
0,
13,
2,
13,
13,
40,
13,
0,
13,
2,
13,
13,
40,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
93,
5
],
[
93,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
41,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
41,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
41,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
41,
63
],
[
63,
64
],
[
41,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
41,
70
],
[
70,
71
],
[
8,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
72,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
6,
90
],
[
90,
91
],
[
0,
92
],
[
92,
93
],
[
92,
94
]
] |
[
"import java.util.*;\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 int D = sc.nextInt();\n int T = 0;\n int K = 0;\n for(;;)\n {\n if(C<=0)\n {\n T++;\n break;\n }\n if(A<=0)\n {\n K++;\n break;\n }\n A = A - D;\n K++;\n C = C - B;\n T++;\n }\n if(T>K)\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"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 int D = sc.nextInt();\n int T = 0;\n int K = 0;\n for(;;)\n {\n if(C<=0)\n {\n T++;\n break;\n }\n if(A<=0)\n {\n K++;\n break;\n }\n A = A - D;\n K++;\n C = C - B;\n T++;\n }\n if(T>K)\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 // 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 int D = sc.nextInt();\n int T = 0;\n int K = 0;\n for(;;)\n {\n if(C<=0)\n {\n T++;\n break;\n }\n if(A<=0)\n {\n K++;\n break;\n }\n A = A - D;\n K++;\n C = C - B;\n T++;\n }\n if(T>K)\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\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 int D = sc.nextInt();\n int T = 0;\n int K = 0;\n for(;;)\n {\n if(C<=0)\n {\n T++;\n break;\n }\n if(A<=0)\n {\n K++;\n break;\n }\n A = A - D;\n K++;\n C = C - B;\n T++;\n }\n if(T>K)\n {\n System.out.println(\"Yes\");\n }\n else\n {\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",
"int D = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int T = 0;",
"T",
"0",
"int K = 0;",
"K",
"0",
"for(;;)\n {\n if(C<=0)\n {\n T++;\n break;\n }\n if(A<=0)\n {\n K++;\n break;\n }\n A = A - D;\n K++;\n C = C - B;\n T++;\n }",
";",
"{\n if(C<=0)\n {\n T++;\n break;\n }\n if(A<=0)\n {\n K++;\n break;\n }\n A = A - D;\n K++;\n C = C - B;\n T++;\n }",
"{\n if(C<=0)\n {\n T++;\n break;\n }\n if(A<=0)\n {\n K++;\n break;\n }\n A = A - D;\n K++;\n C = C - B;\n T++;\n }",
"if(C<=0)\n {\n T++;\n break;\n }",
"C<=0",
"C",
"0",
"{\n T++;\n break;\n }",
"T++",
"T",
"break;",
"if(A<=0)\n {\n K++;\n break;\n }",
"A<=0",
"A",
"0",
"{\n K++;\n break;\n }",
"K++",
"K",
"break;",
"A = A - D",
"A",
"A - D",
"A",
"D",
"K++",
"K",
"C = C - B",
"C",
"C - B",
"C",
"B",
"T++",
"T",
"if(T>K)\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }",
"T>K",
"T",
"K",
"{\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 // 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 int D = sc.nextInt();\n int T = 0;\n int K = 0;\n for(;;)\n {\n if(C<=0)\n {\n T++;\n break;\n }\n if(A<=0)\n {\n K++;\n break;\n }\n A = A - D;\n K++;\n C = C - B;\n T++;\n }\n if(T>K)\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\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 int D = sc.nextInt();\n int T = 0;\n int K = 0;\n for(;;)\n {\n if(C<=0)\n {\n T++;\n break;\n }\n if(A<=0)\n {\n K++;\n break;\n }\n A = A - D;\n K++;\n C = C - B;\n T++;\n }\n if(T>K)\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] |
import java.util.*;
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();
int D = sc.nextInt();
int T = 0;
int K = 0;
for(;;)
{
if(C<=0)
{
T++;
break;
}
if(A<=0)
{
K++;
break;
}
A = A - D;
K++;
C = C - B;
T++;
}
if(T>K)
{
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,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
2,
13,
13,
14,
2,
2,
13,
13,
17,
40,
13,
41,
13,
2,
13,
13,
14,
2,
2,
13,
13,
17,
40,
13,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
88,
8
],
[
88,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
11,
19
],
[
19,
20
],
[
11,
21
],
[
21,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
11,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
11,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
11,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
48,
54
],
[
54,
55
],
[
11,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
11,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
61,
67
],
[
67,
68
],
[
11,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
69,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
9,
85
],
[
85,
86
],
[
0,
87
],
[
87,
88
],
[
87,
89
]
] |
[
"import java.util.*;\nimport java.io.*;\npublic class Main\n{\n public static void main(String[] args)\n {\n Scanner in = new Scanner(System.in);\n // int T;\n // T=in.nextInt();\n // while((T--)>0)\n // {\n // //code comes here\n\n // } \n int TH,TS,HH,HS;\n TH=in.nextInt();\n TS=in.nextInt();\n HH=in.nextInt();\n HS=in.nextInt();\n int turnTaka=TH/HS;\n if(TH%HS!=0)\n ++turnTaka;\n int turnHaya=HH/TS;\n if(HH%TS!=0)\n ++turnHaya;\n if(turnHaya<=turnTaka)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }\n\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main\n{\n public static void main(String[] args)\n {\n Scanner in = new Scanner(System.in);\n // int T;\n // T=in.nextInt();\n // while((T--)>0)\n // {\n // //code comes here\n\n // } \n int TH,TS,HH,HS;\n TH=in.nextInt();\n TS=in.nextInt();\n HH=in.nextInt();\n HS=in.nextInt();\n int turnTaka=TH/HS;\n if(TH%HS!=0)\n ++turnTaka;\n int turnHaya=HH/TS;\n if(HH%TS!=0)\n ++turnHaya;\n if(turnHaya<=turnTaka)\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 // int T;\n // T=in.nextInt();\n // while((T--)>0)\n // {\n // //code comes here\n\n // } \n int TH,TS,HH,HS;\n TH=in.nextInt();\n TS=in.nextInt();\n HH=in.nextInt();\n HS=in.nextInt();\n int turnTaka=TH/HS;\n if(TH%HS!=0)\n ++turnTaka;\n int turnHaya=HH/TS;\n if(HH%TS!=0)\n ++turnHaya;\n if(turnHaya<=turnTaka)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n // int T;\n // T=in.nextInt();\n // while((T--)>0)\n // {\n // //code comes here\n\n // } \n int TH,TS,HH,HS;\n TH=in.nextInt();\n TS=in.nextInt();\n HH=in.nextInt();\n HS=in.nextInt();\n int turnTaka=TH/HS;\n if(TH%HS!=0)\n ++turnTaka;\n int turnHaya=HH/TS;\n if(HH%TS!=0)\n ++turnHaya;\n if(turnHaya<=turnTaka)\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)",
"int TH",
"TH",
"TS",
"TS",
"HH",
"HH",
"HS;",
"HS",
"TH=in.nextInt()",
"TH",
"in.nextInt()",
"in.nextInt",
"in",
"TS=in.nextInt()",
"TS",
"in.nextInt()",
"in.nextInt",
"in",
"HH=in.nextInt()",
"HH",
"in.nextInt()",
"in.nextInt",
"in",
"HS=in.nextInt()",
"HS",
"in.nextInt()",
"in.nextInt",
"in",
"int turnTaka=TH/HS;",
"turnTaka",
"TH/HS",
"TH",
"HS",
"if(TH%HS!=0)\n ++turnTaka;",
"TH%HS!=0",
"TH%HS",
"TH",
"HS",
"0",
"++turnTaka",
"turnTaka",
"int turnHaya=HH/TS;",
"turnHaya",
"HH/TS",
"HH",
"TS",
"if(HH%TS!=0)\n ++turnHaya;",
"HH%TS!=0",
"HH%TS",
"HH",
"TS",
"0",
"++turnHaya",
"turnHaya",
"if(turnHaya<=turnTaka)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");",
"turnHaya<=turnTaka",
"turnHaya",
"turnTaka",
"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 public static void main(String[] args)\n {\n Scanner in = new Scanner(System.in);\n // int T;\n // T=in.nextInt();\n // while((T--)>0)\n // {\n // //code comes here\n\n // } \n int TH,TS,HH,HS;\n TH=in.nextInt();\n TS=in.nextInt();\n HH=in.nextInt();\n HS=in.nextInt();\n int turnTaka=TH/HS;\n if(TH%HS!=0)\n ++turnTaka;\n int turnHaya=HH/TS;\n if(HH%TS!=0)\n ++turnHaya;\n if(turnHaya<=turnTaka)\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 // int T;\n // T=in.nextInt();\n // while((T--)>0)\n // {\n // //code comes here\n\n // } \n int TH,TS,HH,HS;\n TH=in.nextInt();\n TS=in.nextInt();\n HH=in.nextInt();\n HS=in.nextInt();\n int turnTaka=TH/HS;\n if(TH%HS!=0)\n ++turnTaka;\n int turnHaya=HH/TS;\n if(HH%TS!=0)\n ++turnHaya;\n if(turnHaya<=turnTaka)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }\n\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
// int T;
// T=in.nextInt();
// while((T--)>0)
// {
// //code comes here
// }
int TH,TS,HH,HS;
TH=in.nextInt();
TS=in.nextInt();
HH=in.nextInt();
HS=in.nextInt();
int turnTaka=TH/HS;
if(TH%HS!=0)
++turnTaka;
int turnHaya=HH/TS;
if(HH%TS!=0)
++turnHaya;
if(turnHaya<=turnTaka)
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,
11,
1,
30,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
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
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
35,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
38,
40
],
[
35,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
45,
52
],
[
35,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
35,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
62,
69
],
[
6,
70
],
[
70,
71
],
[
0,
72
],
[
72,
73
],
[
72,
74
]
] |
[
"import java.util.Scanner;\npublic class Main{\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n \n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n\n for(;;){\n c = c - b;\n if(c <= 0){\n System.out.println(\"Yes\");\n break;\n }\n a = a - d;\n if(a <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n \n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n\n for(;;){\n c = c - b;\n if(c <= 0){\n System.out.println(\"Yes\");\n break;\n }\n a = a - d;\n if(a <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n \n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n\n for(;;){\n c = c - b;\n if(c <= 0){\n System.out.println(\"Yes\");\n break;\n }\n a = a - d;\n if(a <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n \n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n\n for(;;){\n c = c - b;\n if(c <= 0){\n System.out.println(\"Yes\");\n break;\n }\n a = a - d;\n if(a <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int c = scanner.nextInt();",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int d = scanner.nextInt();",
"d",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"for(;;){\n c = c - b;\n if(c <= 0){\n System.out.println(\"Yes\");\n break;\n }\n a = a - d;\n if(a <= 0){\n System.out.println(\"No\");\n break;\n }\n }",
";",
"{\n c = c - b;\n if(c <= 0){\n System.out.println(\"Yes\");\n break;\n }\n a = a - d;\n if(a <= 0){\n System.out.println(\"No\");\n break;\n }\n }",
"{\n c = c - b;\n if(c <= 0){\n System.out.println(\"Yes\");\n break;\n }\n a = a - d;\n if(a <= 0){\n System.out.println(\"No\");\n break;\n }\n }",
"c = c - b",
"c",
"c - b",
"c",
"b",
"if(c <= 0){\n System.out.println(\"Yes\");\n break;\n }",
"c <= 0",
"c",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"a = a - d",
"a",
"a - d",
"a",
"d",
"if(a <= 0){\n System.out.println(\"No\");\n break;\n }",
"a <= 0",
"a",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n \n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n\n for(;;){\n c = c - b;\n if(c <= 0){\n System.out.println(\"Yes\");\n break;\n }\n a = a - d;\n if(a <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n \n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n\n for(;;){\n c = c - b;\n if(c <= 0){\n System.out.println(\"Yes\");\n break;\n }\n a = a - d;\n if(a <= 0){\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
int d = scanner.nextInt();
for(;;){
c = c - b;
if(c <= 0){
System.out.println("Yes");
break;
}
a = a - d;
if(a <= 0){
System.out.println("No");
break;
}
}
}
}
|
[
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,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
80,
5
],
[
80,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
56,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
8,
74
],
[
74,
75
],
[
75,
76
],
[
6,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\n\t\tdo {\n\t\t\tC = C-B;\n\t\t\tif(C > 0) {\n\t\t\t\tA = A-D;\n\t\t\t}\n\t\t}while (A > 0 && C > 0);\n\t\t\t\t\n\t\tif(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\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\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\n\t\tdo {\n\t\t\tC = C-B;\n\t\t\tif(C > 0) {\n\t\t\t\tA = A-D;\n\t\t\t}\n\t\t}while (A > 0 && C > 0);\n\t\t\t\t\n\t\tif(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\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\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\n\t\tdo {\n\t\t\tC = C-B;\n\t\t\tif(C > 0) {\n\t\t\t\tA = A-D;\n\t\t\t}\n\t\t}while (A > 0 && C > 0);\n\t\t\t\t\n\t\tif(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\t\n\t\tsc.close();\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\n\t\tdo {\n\t\t\tC = C-B;\n\t\t\tif(C > 0) {\n\t\t\t\tA = A-D;\n\t\t\t}\n\t\t}while (A > 0 && C > 0);\n\t\t\t\t\n\t\tif(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\t\n\t\tsc.close();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int A = sc.nextInt();",
"A",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int B = sc.nextInt();",
"B",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int C = sc.nextInt();",
"C",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int D = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"do {\n\t\t\tC = C-B;\n\t\t\tif(C > 0) {\n\t\t\t\tA = A-D;\n\t\t\t}\n\t\t}while (A > 0 && C > 0);",
"A > 0 && C > 0",
"A > 0",
"A",
"0",
"C > 0",
"C",
"0",
"{\n\t\t\tC = C-B;\n\t\t\tif(C > 0) {\n\t\t\t\tA = A-D;\n\t\t\t}\n\t\t}",
"C = C-B",
"C",
"C-B",
"C",
"B",
"if(C > 0) {\n\t\t\t\tA = A-D;\n\t\t\t}",
"C > 0",
"C",
"0",
"{\n\t\t\t\tA = A-D;\n\t\t\t}",
"A = A-D",
"A",
"A-D",
"A",
"D",
"if(A > C) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"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\"",
"sc.close()",
"sc.close",
"sc",
"String args[]",
"args",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\n\t\tdo {\n\t\t\tC = C-B;\n\t\t\tif(C > 0) {\n\t\t\t\tA = A-D;\n\t\t\t}\n\t\t}while (A > 0 && C > 0);\n\t\t\t\t\n\t\tif(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\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\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\n\t\tdo {\n\t\t\tC = C-B;\n\t\t\tif(C > 0) {\n\t\t\t\tA = A-D;\n\t\t\t}\n\t\t}while (A > 0 && C > 0);\n\t\t\t\t\n\t\tif(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\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);
int A = sc.nextInt();
int B = sc.nextInt();
int C = sc.nextInt();
int D = sc.nextInt();
do {
C = C-B;
if(C > 0) {
A = A-D;
}
}while (A > 0 && C > 0);
if(A > 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,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
81,
5
],
[
81,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
43,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
43,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
43,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
8,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
6,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] |
[
"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 tA = scan.nextInt();\n\t\tint tB = scan.nextInt();\n\t\tint aC = scan.nextInt();\n\t\tint aD = scan.nextInt();\n\t\tString ans = \"Yes\";\n\t\t\n\t\twhile(tA>0 && aC>0){\n //高橋君の攻撃\n aC = aC - tB;\n if(aC <= 0){\n ans=\"Yes\";\n break;\n }\n\n //青木君の攻撃\n tA = tA - aD;\n if(tA <= 0){\n ans = \"No\";\n break;\n }\n }\n \n //回答表示\n System.out.println(ans);\n }\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 tA = scan.nextInt();\n\t\tint tB = scan.nextInt();\n\t\tint aC = scan.nextInt();\n\t\tint aD = scan.nextInt();\n\t\tString ans = \"Yes\";\n\t\t\n\t\twhile(tA>0 && aC>0){\n //高橋君の攻撃\n aC = aC - tB;\n if(aC <= 0){\n ans=\"Yes\";\n break;\n }\n\n //青木君の攻撃\n tA = tA - aD;\n if(tA <= 0){\n ans = \"No\";\n break;\n }\n }\n \n //回答表示\n System.out.println(ans);\n }\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint tA = scan.nextInt();\n\t\tint tB = scan.nextInt();\n\t\tint aC = scan.nextInt();\n\t\tint aD = scan.nextInt();\n\t\tString ans = \"Yes\";\n\t\t\n\t\twhile(tA>0 && aC>0){\n //高橋君の攻撃\n aC = aC - tB;\n if(aC <= 0){\n ans=\"Yes\";\n break;\n }\n\n //青木君の攻撃\n tA = tA - aD;\n if(tA <= 0){\n ans = \"No\";\n break;\n }\n }\n \n //回答表示\n System.out.println(ans);\n }",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint tA = scan.nextInt();\n\t\tint tB = scan.nextInt();\n\t\tint aC = scan.nextInt();\n\t\tint aD = scan.nextInt();\n\t\tString ans = \"Yes\";\n\t\t\n\t\twhile(tA>0 && aC>0){\n //高橋君の攻撃\n aC = aC - tB;\n if(aC <= 0){\n ans=\"Yes\";\n break;\n }\n\n //青木君の攻撃\n tA = tA - aD;\n if(tA <= 0){\n ans = \"No\";\n break;\n }\n }\n \n //回答表示\n System.out.println(ans);\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int tA = scan.nextInt();",
"tA",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int tB = scan.nextInt();",
"tB",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int aC = scan.nextInt();",
"aC",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int aD = scan.nextInt();",
"aD",
"scan.nextInt()",
"scan.nextInt",
"scan",
"String ans = \"Yes\";",
"ans",
"\"Yes\"",
"while(tA>0 && aC>0){\n //高橋君の攻撃\n aC = aC - tB;\n if(aC <= 0){\n ans=\"Yes\";\n break;\n }\n\n //青木君の攻撃\n tA = tA - aD;\n if(tA <= 0){\n ans = \"No\";\n break;\n }\n }",
"tA>0 && aC>0",
"tA>0",
"tA",
"0",
"aC>0",
"aC",
"0",
"{\n //高橋君の攻撃\n aC = aC - tB;\n if(aC <= 0){\n ans=\"Yes\";\n break;\n }\n\n //青木君の攻撃\n tA = tA - aD;\n if(tA <= 0){\n ans = \"No\";\n break;\n }\n }",
"aC = aC - tB",
"aC",
"aC - tB",
"aC",
"tB",
"if(aC <= 0){\n ans=\"Yes\";\n break;\n }",
"aC <= 0",
"aC",
"0",
"{\n ans=\"Yes\";\n break;\n }",
"ans=\"Yes\"",
"ans",
"\"Yes\"",
"break;",
"tA = tA - aD",
"tA",
"tA - aD",
"tA",
"aD",
"if(tA <= 0){\n ans = \"No\";\n break;\n }",
"tA <= 0",
"tA",
"0",
"{\n ans = \"No\";\n break;\n }",
"ans = \"No\"",
"ans",
"\"No\"",
"break;",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint tA = scan.nextInt();\n\t\tint tB = scan.nextInt();\n\t\tint aC = scan.nextInt();\n\t\tint aD = scan.nextInt();\n\t\tString ans = \"Yes\";\n\t\t\n\t\twhile(tA>0 && aC>0){\n //高橋君の攻撃\n aC = aC - tB;\n if(aC <= 0){\n ans=\"Yes\";\n break;\n }\n\n //青木君の攻撃\n tA = tA - aD;\n if(tA <= 0){\n ans = \"No\";\n break;\n }\n }\n \n //回答表示\n System.out.println(ans);\n }\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint tA = scan.nextInt();\n\t\tint tB = scan.nextInt();\n\t\tint aC = scan.nextInt();\n\t\tint aD = scan.nextInt();\n\t\tString ans = \"Yes\";\n\t\t\n\t\twhile(tA>0 && aC>0){\n //高橋君の攻撃\n aC = aC - tB;\n if(aC <= 0){\n ans=\"Yes\";\n break;\n }\n\n //青木君の攻撃\n tA = tA - aD;\n if(tA <= 0){\n ans = \"No\";\n break;\n }\n }\n \n //回答表示\n System.out.println(ans);\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int tA = scan.nextInt();
int tB = scan.nextInt();
int aC = scan.nextInt();
int aD = scan.nextInt();
String ans = "Yes";
while(tA>0 && aC>0){
//高橋君の攻撃
aC = aC - tB;
if(aC <= 0){
ans="Yes";
break;
}
//青木君の攻撃
tA = tA - aD;
if(tA <= 0){
ans = "No";
break;
}
}
//回答表示
System.out.println(ans);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
2,
2,
13,
13,
17,
41,
13,
2,
13,
13,
41,
13,
20,
13,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
18,
13,
2,
13,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
18,
13,
2,
2,
13,
17,
13,
41,
13,
17,
41,
13,
17,
41,
13,
13,
42,
2,
2,
13,
13,
2,
13,
13,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
18,
13,
13,
18,
13,
13,
40,
13,
30,
0,
18,
13,
13,
18,
13,
13,
40,
13,
40,
13,
42,
2,
13,
13,
30,
0,
18,
13,
13,
18,
13,
13,
40,
13,
40,
13,
42,
2,
13,
13,
30,
0,
18,
13,
13,
18,
13,
13,
40,
13,
40,
13,
23,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
13,
13,
30,
41,
13,
2,
2,
13,
13,
17,
4,
13,
13,
13,
13,
4,
13,
13,
2,
13,
17,
13,
4,
13,
13,
13,
13,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
13,
17,
29,
13,
29,
4,
13,
13,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
13,
17,
29,
17,
41,
13,
17,
42,
2,
13,
17,
30,
0,
13,
2,
13,
13,
40,
13,
29,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
17,
41,
13,
2,
4,
18,
13,
17,
41,
13,
2,
13,
2,
2,
13,
13,
17,
42,
2,
13,
13,
30,
0,
13,
2,
13,
2,
2,
13,
13,
17,
14,
2,
4,
18,
13,
13,
13,
29,
13,
14,
2,
4,
18,
13,
13,
13,
0,
13,
2,
13,
17,
0,
13,
2,
13,
17,
29,
4,
18,
13,
13,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
4,
18,
13,
2,
13,
13,
4,
18,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
4,
18,
18,
13,
13,
17,
23,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
14,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
14,
27
],
[
27,
28
],
[
27,
29
],
[
14,
31
],
[
31,
32
],
[
31,
33
],
[
14,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
35,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
14,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
61,
62
],
[
61,
63
],
[
56,
64
],
[
64,
65
],
[
65,
66
],
[
56,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
75,
75
],
[
75,
76
],
[
75,
77
],
[
75,
78
],
[
14,
79
],
[
79,
80
],
[
79,
81
],
[
14,
82
],
[
82,
83
],
[
82,
84
],
[
14,
85
],
[
85,
86
],
[
85,
87
],
[
14,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
93,
94
],
[
93,
95
],
[
88,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
102,
103
],
[
102,
104
],
[
97,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
106,
110
],
[
110,
111
],
[
110,
112
],
[
105,
113
],
[
113,
114
],
[
97,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
116,
120
],
[
120,
121
],
[
120,
122
],
[
115,
123
],
[
123,
124
],
[
96,
125
],
[
125,
126
],
[
14,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
133,
135
],
[
132,
136
],
[
136,
137
],
[
136,
138
],
[
131,
139
],
[
139,
140
],
[
131,
141
],
[
141,
142
],
[
14,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
143,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
148,
152
],
[
152,
153
],
[
152,
154
],
[
147,
155
],
[
155,
156
],
[
147,
157
],
[
157,
158
],
[
12,
159
],
[
159,
160
],
[
12,
161
],
[
161,
162
],
[
12,
163
],
[
163,
164
],
[
12,
165
],
[
165,
166
],
[
10,
167
],
[
167,
168
],
[
167,
169
],
[
169,
170
],
[
170,
171
],
[
171,
172
],
[
171,
173
],
[
170,
174
],
[
174,
175
],
[
175,
176
],
[
175,
177
],
[
177,
178
],
[
178,
179
],
[
178,
180
],
[
177,
181
],
[
174,
182
],
[
182,
183
],
[
182,
184
],
[
182,
185
],
[
182,
186
],
[
174,
187
],
[
187,
188
],
[
187,
189
],
[
187,
190
],
[
190,
191
],
[
190,
192
],
[
187,
193
],
[
174,
194
],
[
194,
195
],
[
194,
196
],
[
194,
197
],
[
194,
198
],
[
194,
199
],
[
167,
200
],
[
200,
201
],
[
167,
202
],
[
202,
203
],
[
167,
204
],
[
204,
205
],
[
10,
206
],
[
206,
207
],
[
206,
208
],
[
208,
209
],
[
209,
210
],
[
210,
211
],
[
210,
212
],
[
209,
213
],
[
213,
214
],
[
208,
215
],
[
215,
216
],
[
216,
217
],
[
216,
218
],
[
216,
219
],
[
219,
220
],
[
219,
221
],
[
206,
222
],
[
222,
223
],
[
206,
224
],
[
224,
225
],
[
10,
226
],
[
226,
227
],
[
226,
228
],
[
228,
229
],
[
229,
230
],
[
230,
231
],
[
230,
232
],
[
229,
233
],
[
233,
234
],
[
228,
235
],
[
235,
236
],
[
235,
237
],
[
228,
238
],
[
238,
239
],
[
239,
240
],
[
239,
241
],
[
238,
242
],
[
242,
243
],
[
243,
244
],
[
243,
245
],
[
245,
246
],
[
245,
247
],
[
242,
248
],
[
248,
249
],
[
228,
250
],
[
250,
251
],
[
226,
252
],
[
252,
253
],
[
226,
254
],
[
254,
255
],
[
10,
256
],
[
256,
257
],
[
256,
258
],
[
258,
259
],
[
259,
260
],
[
259,
261
],
[
258,
262
],
[
262,
263
],
[
262,
264
],
[
264,
265
],
[
265,
266
],
[
266,
267
],
[
264,
268
],
[
258,
269
],
[
269,
270
],
[
269,
271
],
[
271,
272
],
[
271,
273
],
[
273,
274
],
[
274,
275
],
[
274,
276
],
[
273,
277
],
[
258,
278
],
[
278,
279
],
[
279,
280
],
[
279,
281
],
[
278,
282
],
[
282,
283
],
[
283,
284
],
[
283,
285
],
[
285,
286
],
[
285,
287
],
[
287,
288
],
[
288,
289
],
[
288,
290
],
[
287,
291
],
[
282,
292
],
[
292,
293
],
[
293,
294
],
[
294,
295
],
[
295,
296
],
[
294,
297
],
[
293,
298
],
[
292,
299
],
[
299,
300
],
[
282,
301
],
[
301,
302
],
[
302,
303
],
[
303,
304
],
[
304,
305
],
[
303,
306
],
[
302,
307
],
[
301,
308
],
[
308,
309
],
[
308,
310
],
[
310,
311
],
[
310,
312
],
[
301,
313
],
[
313,
314
],
[
313,
315
],
[
315,
316
],
[
315,
317
],
[
258,
318
],
[
318,
319
],
[
319,
320
],
[
320,
321
],
[
319,
322
],
[
319,
323
],
[
256,
324
],
[
324,
325
],
[
256,
326
],
[
326,
327
],
[
10,
328
],
[
328,
329
],
[
328,
330
],
[
330,
331
],
[
331,
332
],
[
331,
333
],
[
330,
334
],
[
334,
335
],
[
334,
336
],
[
330,
337
],
[
337,
338
],
[
338,
339
],
[
339,
340
],
[
339,
341
],
[
337,
342
],
[
342,
343
],
[
342,
344
],
[
337,
345
],
[
345,
346
],
[
346,
347
],
[
337,
348
],
[
349,
349
],
[
349,
350
],
[
350,
351
],
[
349,
352
],
[
352,
353
],
[
349,
354
],
[
354,
355
],
[
349,
356
],
[
356,
357
],
[
349,
358
],
[
358,
359
],
[
358,
360
],
[
360,
361
],
[
361,
362
],
[
349,
363
],
[
363,
364
],
[
363,
365
],
[
365,
366
],
[
366,
367
],
[
365,
368
],
[
349,
369
],
[
369,
370
],
[
369,
371
],
[
371,
372
],
[
372,
373
],
[
371,
374
],
[
374,
375
],
[
374,
376
],
[
349,
377
],
[
377,
378
],
[
377,
379
],
[
379,
380
],
[
380,
381
],
[
379,
382
],
[
382,
383
],
[
382,
384
],
[
349,
385
],
[
385,
386
],
[
385,
387
],
[
387,
388
],
[
388,
389
],
[
387,
390
],
[
390,
391
],
[
390,
392
],
[
349,
393
],
[
393,
394
],
[
393,
395
],
[
395,
396
],
[
396,
397
],
[
395,
398
],
[
398,
399
],
[
398,
400
],
[
349,
401
],
[
401,
402
],
[
402,
403
],
[
403,
404
],
[
404,
405
],
[
403,
406
],
[
406,
407
],
[
406,
408
],
[
402,
409
],
[
409,
410
],
[
410,
411
],
[
409,
412
],
[
412,
413
],
[
412,
414
],
[
401,
415
],
[
415,
416
],
[
416,
417
],
[
417,
418
],
[
418,
419
],
[
418,
420
],
[
416,
421
],
[
415,
422
],
[
401,
423
],
[
423,
424
],
[
424,
425
],
[
425,
426
],
[
425,
427
],
[
423,
428
],
[
328,
429
],
[
429,
430
]
] |
[
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.*;\nclass Main\n{\n\tstatic void merge(int arr[], int l, int m, int r) \n { \n int n1 = m - l + 1; \n int n2 = r - m; \n int L[] = new int [n1]; \n int R[] = new int [n2]; \n for (int i=0; i<n1; ++i) \n L[i] = arr[l + i]; \n for (int j=0; j<n2; ++j) \n R[j] = arr[m + 1+ j]; \n int i = 0, j = 0; \n int k = l; \n while (i < n1 && j < n2) \n { \n if (L[i] <= R[j]) \n { \n arr[k] = L[i]; \n i++; \n } \n else\n { \n arr[k] = R[j]; \n j++; \n } \n k++; \n } \n while (i < n1) \n { \n arr[k] = L[i]; \n i++; \n k++; \n } \n while (j < n2) \n { \n arr[k] = R[j]; \n j++; \n k++; \n } \n } \n static void sort(int arr[], int l, int r) \n { \n if (l < r) \n { \n int m = (l+r)/2; \n sort(arr, l, m); \n sort(arr , m+1, r); \n merge(arr, l, m, r); \n } \n } \n static int gcd(int a, int b) \n { \n if (b == 0) \n return a; \n return gcd(b, a % b); \n } \n static long power(long n,long m)\n {\n \tif(m==0)\n \t\treturn 1;\n \tlong ans=1;\n \twhile(m>0)\n \t{\n \t\tans=ans*n;\n \t\tm--;\n \t}\n \treturn ans;\n }\n\tstatic int binarySearch(ArrayList<Integer> arr, int x) \n { \n int l = 0, r = arr.size() - 1,m=l + (r - l) / 2; \n while (l <= r) { \n m = l + (r - l) / 2; \n if (arr.get(m) == x) \n return m; \n if (arr.get(m) < x) \n l = m + 1; \n else\n r = m - 1; \n } \n return (int)Math.max(l, m); \n } \n\tpublic static void main(String args[])throws Exception\n\t{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tint t=1;//Integer.parseInt(br.readLine());\n\t for(int i=1;i<=t;i++)\n\t {\n\t double aa,bb,cc,dd;\n\t String s=br.readLine();\n\t String ss[]=s.split(\" \");\n\t aa=Integer.parseInt(ss[0]);\n\t bb=Integer.parseInt(ss[1]);\n\t cc=Integer.parseInt(ss[2]);\n\t dd=Integer.parseInt(ss[3]);\n\t if(Math.ceil(cc/bb)<=Math.ceil(aa/dd))\n\t {\n\t \tSystem.out.println(\"Yes\");\n\t \treturn;\n\t }\n\t else\n\t System.out.println(\"No\");\n\t }\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.*;",
"util.*",
"java",
"class Main\n{\n\tstatic void merge(int arr[], int l, int m, int r) \n { \n int n1 = m - l + 1; \n int n2 = r - m; \n int L[] = new int [n1]; \n int R[] = new int [n2]; \n for (int i=0; i<n1; ++i) \n L[i] = arr[l + i]; \n for (int j=0; j<n2; ++j) \n R[j] = arr[m + 1+ j]; \n int i = 0, j = 0; \n int k = l; \n while (i < n1 && j < n2) \n { \n if (L[i] <= R[j]) \n { \n arr[k] = L[i]; \n i++; \n } \n else\n { \n arr[k] = R[j]; \n j++; \n } \n k++; \n } \n while (i < n1) \n { \n arr[k] = L[i]; \n i++; \n k++; \n } \n while (j < n2) \n { \n arr[k] = R[j]; \n j++; \n k++; \n } \n } \n static void sort(int arr[], int l, int r) \n { \n if (l < r) \n { \n int m = (l+r)/2; \n sort(arr, l, m); \n sort(arr , m+1, r); \n merge(arr, l, m, r); \n } \n } \n static int gcd(int a, int b) \n { \n if (b == 0) \n return a; \n return gcd(b, a % b); \n } \n static long power(long n,long m)\n {\n \tif(m==0)\n \t\treturn 1;\n \tlong ans=1;\n \twhile(m>0)\n \t{\n \t\tans=ans*n;\n \t\tm--;\n \t}\n \treturn ans;\n }\n\tstatic int binarySearch(ArrayList<Integer> arr, int x) \n { \n int l = 0, r = arr.size() - 1,m=l + (r - l) / 2; \n while (l <= r) { \n m = l + (r - l) / 2; \n if (arr.get(m) == x) \n return m; \n if (arr.get(m) < x) \n l = m + 1; \n else\n r = m - 1; \n } \n return (int)Math.max(l, m); \n } \n\tpublic static void main(String args[])throws Exception\n\t{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tint t=1;//Integer.parseInt(br.readLine());\n\t for(int i=1;i<=t;i++)\n\t {\n\t double aa,bb,cc,dd;\n\t String s=br.readLine();\n\t String ss[]=s.split(\" \");\n\t aa=Integer.parseInt(ss[0]);\n\t bb=Integer.parseInt(ss[1]);\n\t cc=Integer.parseInt(ss[2]);\n\t dd=Integer.parseInt(ss[3]);\n\t if(Math.ceil(cc/bb)<=Math.ceil(aa/dd))\n\t {\n\t \tSystem.out.println(\"Yes\");\n\t \treturn;\n\t }\n\t else\n\t System.out.println(\"No\");\n\t }\n\t}\n}",
"Main",
"static void merge(int arr[], int l, int m, int r) \n { \n int n1 = m - l + 1; \n int n2 = r - m; \n int L[] = new int [n1]; \n int R[] = new int [n2]; \n for (int i=0; i<n1; ++i) \n L[i] = arr[l + i]; \n for (int j=0; j<n2; ++j) \n R[j] = arr[m + 1+ j]; \n int i = 0, j = 0; \n int k = l; \n while (i < n1 && j < n2) \n { \n if (L[i] <= R[j]) \n { \n arr[k] = L[i]; \n i++; \n } \n else\n { \n arr[k] = R[j]; \n j++; \n } \n k++; \n } \n while (i < n1) \n { \n arr[k] = L[i]; \n i++; \n k++; \n } \n while (j < n2) \n { \n arr[k] = R[j]; \n j++; \n k++; \n } \n }",
"merge",
"{ \n int n1 = m - l + 1; \n int n2 = r - m; \n int L[] = new int [n1]; \n int R[] = new int [n2]; \n for (int i=0; i<n1; ++i) \n L[i] = arr[l + i]; \n for (int j=0; j<n2; ++j) \n R[j] = arr[m + 1+ j]; \n int i = 0, j = 0; \n int k = l; \n while (i < n1 && j < n2) \n { \n if (L[i] <= R[j]) \n { \n arr[k] = L[i]; \n i++; \n } \n else\n { \n arr[k] = R[j]; \n j++; \n } \n k++; \n } \n while (i < n1) \n { \n arr[k] = L[i]; \n i++; \n k++; \n } \n while (j < n2) \n { \n arr[k] = R[j]; \n j++; \n k++; \n } \n }",
"int n1 = m - l + 1;",
"n1",
"m - l + 1",
"m - l",
"m",
"l",
"1",
"int n2 = r - m;",
"n2",
"r - m",
"r",
"m",
"int L[] = new int [n1];",
"L",
"new int [n1]",
"n1",
"int R[] = new int [n2];",
"R",
"new int [n2]",
"n2",
"for (int i=0; i<n1; ++i) \n L[i] = arr[l + i];",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n1",
"i",
"n1",
"++i",
"++i",
"i",
"L[i] = arr[l + i];",
"L[i] = arr[l + i]",
"L[i]",
"L",
"i",
"arr[l + i]",
"arr",
"l + i",
"l",
"i",
"for (int j=0; j<n2; ++j) \n R[j] = arr[m + 1+ j];",
"int j=0;",
"int j=0;",
"j",
"0",
"j<n2",
"j",
"n2",
"++j",
"++j",
"j",
"R[j] = arr[m + 1+ j];",
"R[j] = arr[m + 1+ j]",
"R[j]",
"R",
"j",
"arr[m + 1+ j]",
"arr",
"m + 1+ j",
"m + 1+ j",
"m",
"1",
"j",
"int i = 0",
"i",
"0",
"j = 0;",
"j",
"0",
"int k = l;",
"k",
"l",
"while (i < n1 && j < n2) \n { \n if (L[i] <= R[j]) \n { \n arr[k] = L[i]; \n i++; \n } \n else\n { \n arr[k] = R[j]; \n j++; \n } \n k++; \n }",
"i < n1 && j < n2",
"i < n1",
"i",
"n1",
"j < n2",
"j",
"n2",
"{ \n if (L[i] <= R[j]) \n { \n arr[k] = L[i]; \n i++; \n } \n else\n { \n arr[k] = R[j]; \n j++; \n } \n k++; \n }",
"if (L[i] <= R[j]) \n { \n arr[k] = L[i]; \n i++; \n } \n else\n { \n arr[k] = R[j]; \n j++; \n }",
"L[i] <= R[j]",
"L[i]",
"L",
"i",
"R[j]",
"R",
"j",
"{ \n arr[k] = L[i]; \n i++; \n }",
"arr[k] = L[i]",
"arr[k]",
"arr",
"k",
"L[i]",
"L",
"i",
"i++",
"i",
"{ \n arr[k] = R[j]; \n j++; \n }",
"arr[k] = R[j]",
"arr[k]",
"arr",
"k",
"R[j]",
"R",
"j",
"j++",
"j",
"k++",
"k",
"while (i < n1) \n { \n arr[k] = L[i]; \n i++; \n k++; \n }",
"i < n1",
"i",
"n1",
"{ \n arr[k] = L[i]; \n i++; \n k++; \n }",
"arr[k] = L[i]",
"arr[k]",
"arr",
"k",
"L[i]",
"L",
"i",
"i++",
"i",
"k++",
"k",
"while (j < n2) \n { \n arr[k] = R[j]; \n j++; \n k++; \n }",
"j < n2",
"j",
"n2",
"{ \n arr[k] = R[j]; \n j++; \n k++; \n }",
"arr[k] = R[j]",
"arr[k]",
"arr",
"k",
"R[j]",
"R",
"j",
"j++",
"j",
"k++",
"k",
"int arr[]",
"arr",
"int l",
"l",
"int m",
"m",
"int r",
"r",
"static void sort(int arr[], int l, int r) \n { \n if (l < r) \n { \n int m = (l+r)/2; \n sort(arr, l, m); \n sort(arr , m+1, r); \n merge(arr, l, m, r); \n } \n }",
"sort",
"{ \n if (l < r) \n { \n int m = (l+r)/2; \n sort(arr, l, m); \n sort(arr , m+1, r); \n merge(arr, l, m, r); \n } \n }",
"if (l < r) \n { \n int m = (l+r)/2; \n sort(arr, l, m); \n sort(arr , m+1, r); \n merge(arr, l, m, r); \n }",
"l < r",
"l",
"r",
"{ \n int m = (l+r)/2; \n sort(arr, l, m); \n sort(arr , m+1, r); \n merge(arr, l, m, r); \n }",
"int m = (l+r)/2;",
"m",
"(l+r)/2",
"(l+r)",
"l",
"r",
"2",
"sort(arr, l, m)",
"sort",
"arr",
"l",
"m",
"sort(arr , m+1, r)",
"sort",
"arr",
"m+1",
"m",
"1",
"r",
"merge(arr, l, m, r)",
"merge",
"arr",
"l",
"m",
"r",
"int arr[]",
"arr",
"int l",
"l",
"int r",
"r",
"static int gcd(int a, int b) \n { \n if (b == 0) \n return a; \n return gcd(b, a % b); \n }",
"gcd",
"{ \n if (b == 0) \n return a; \n return gcd(b, a % b); \n }",
"if (b == 0) \n return a;",
"b == 0",
"b",
"0",
"return a;",
"a",
"return gcd(b, a % b);",
"gcd(b, a % b)",
"gcd",
"b",
"a % b",
"a",
"b",
"int a",
"a",
"int b",
"b",
"static long power(long n,long m)\n {\n \tif(m==0)\n \t\treturn 1;\n \tlong ans=1;\n \twhile(m>0)\n \t{\n \t\tans=ans*n;\n \t\tm--;\n \t}\n \treturn ans;\n }",
"power",
"{\n \tif(m==0)\n \t\treturn 1;\n \tlong ans=1;\n \twhile(m>0)\n \t{\n \t\tans=ans*n;\n \t\tm--;\n \t}\n \treturn ans;\n }",
"if(m==0)\n \t\treturn 1;",
"m==0",
"m",
"0",
"return 1;",
"1",
"long ans=1;",
"ans",
"1",
"while(m>0)\n \t{\n \t\tans=ans*n;\n \t\tm--;\n \t}",
"m>0",
"m",
"0",
"{\n \t\tans=ans*n;\n \t\tm--;\n \t}",
"ans=ans*n",
"ans",
"ans*n",
"ans",
"n",
"m--",
"m",
"return ans;",
"ans",
"long n",
"n",
"long m",
"m",
"static int binarySearch(ArrayList<Integer> arr, int x) \n { \n int l = 0, r = arr.size() - 1,m=l + (r - l) / 2; \n while (l <= r) { \n m = l + (r - l) / 2; \n if (arr.get(m) == x) \n return m; \n if (arr.get(m) < x) \n l = m + 1; \n else\n r = m - 1; \n } \n return (int)Math.max(l, m); \n }",
"binarySearch",
"{ \n int l = 0, r = arr.size() - 1,m=l + (r - l) / 2; \n while (l <= r) { \n m = l + (r - l) / 2; \n if (arr.get(m) == x) \n return m; \n if (arr.get(m) < x) \n l = m + 1; \n else\n r = m - 1; \n } \n return (int)Math.max(l, m); \n }",
"int l = 0",
"l",
"0",
"r = arr.size() - 1",
"r",
"arr.size() - 1",
"arr.size()",
"arr.size",
"arr",
"1",
"m=l + (r - l) / 2;",
"m",
"l + (r - l) / 2",
"l",
"(r - l) / 2",
"(r - l)",
"r",
"l",
"2",
"while (l <= r) { \n m = l + (r - l) / 2; \n if (arr.get(m) == x) \n return m; \n if (arr.get(m) < x) \n l = m + 1; \n else\n r = m - 1; \n }",
"l <= r",
"l",
"r",
"{ \n m = l + (r - l) / 2; \n if (arr.get(m) == x) \n return m; \n if (arr.get(m) < x) \n l = m + 1; \n else\n r = m - 1; \n }",
"m = l + (r - l) / 2",
"m",
"l + (r - l) / 2",
"l",
"(r - l) / 2",
"(r - l)",
"r",
"l",
"2",
"if (arr.get(m) == x) \n return m;",
"arr.get(m) == x",
"arr.get(m)",
"arr.get",
"arr",
"m",
"x",
"return m;",
"m",
"if (arr.get(m) < x) \n l = m + 1; \n else\n r = m - 1;",
"arr.get(m) < x",
"arr.get(m)",
"arr.get",
"arr",
"m",
"x",
"l = m + 1",
"l",
"m + 1",
"m",
"1",
"r = m - 1",
"r",
"m - 1",
"m",
"1",
"return (int)Math.max(l, m);",
"(int)Math.max(l, m)",
"Math.max",
"Math",
"l",
"m",
"ArrayList<Integer> arr",
"arr",
"int x",
"x",
"public static void main(String args[])throws Exception\n\t{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tint t=1;//Integer.parseInt(br.readLine());\n\t for(int i=1;i<=t;i++)\n\t {\n\t double aa,bb,cc,dd;\n\t String s=br.readLine();\n\t String ss[]=s.split(\" \");\n\t aa=Integer.parseInt(ss[0]);\n\t bb=Integer.parseInt(ss[1]);\n\t cc=Integer.parseInt(ss[2]);\n\t dd=Integer.parseInt(ss[3]);\n\t if(Math.ceil(cc/bb)<=Math.ceil(aa/dd))\n\t {\n\t \tSystem.out.println(\"Yes\");\n\t \treturn;\n\t }\n\t else\n\t System.out.println(\"No\");\n\t }\n\t}",
"main",
"{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tint t=1;//Integer.parseInt(br.readLine());\n\t for(int i=1;i<=t;i++)\n\t {\n\t double aa,bb,cc,dd;\n\t String s=br.readLine();\n\t String ss[]=s.split(\" \");\n\t aa=Integer.parseInt(ss[0]);\n\t bb=Integer.parseInt(ss[1]);\n\t cc=Integer.parseInt(ss[2]);\n\t dd=Integer.parseInt(ss[3]);\n\t if(Math.ceil(cc/bb)<=Math.ceil(aa/dd))\n\t {\n\t \tSystem.out.println(\"Yes\");\n\t \treturn;\n\t }\n\t else\n\t System.out.println(\"No\");\n\t }\n\t}",
"BufferedReader br=new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int t=1;",
"t",
"1",
"for(int i=1;i<=t;i++)\n\t {\n\t double aa,bb,cc,dd;\n\t String s=br.readLine();\n\t String ss[]=s.split(\" \");\n\t aa=Integer.parseInt(ss[0]);\n\t bb=Integer.parseInt(ss[1]);\n\t cc=Integer.parseInt(ss[2]);\n\t dd=Integer.parseInt(ss[3]);\n\t if(Math.ceil(cc/bb)<=Math.ceil(aa/dd))\n\t {\n\t \tSystem.out.println(\"Yes\");\n\t \treturn;\n\t }\n\t else\n\t System.out.println(\"No\");\n\t }",
"int i=1;",
"int i=1;",
"i",
"1",
"i<=t",
"i",
"t",
"i++",
"i++",
"i",
"{\n\t double aa,bb,cc,dd;\n\t String s=br.readLine();\n\t String ss[]=s.split(\" \");\n\t aa=Integer.parseInt(ss[0]);\n\t bb=Integer.parseInt(ss[1]);\n\t cc=Integer.parseInt(ss[2]);\n\t dd=Integer.parseInt(ss[3]);\n\t if(Math.ceil(cc/bb)<=Math.ceil(aa/dd))\n\t {\n\t \tSystem.out.println(\"Yes\");\n\t \treturn;\n\t }\n\t else\n\t System.out.println(\"No\");\n\t }",
"{\n\t double aa,bb,cc,dd;\n\t String s=br.readLine();\n\t String ss[]=s.split(\" \");\n\t aa=Integer.parseInt(ss[0]);\n\t bb=Integer.parseInt(ss[1]);\n\t cc=Integer.parseInt(ss[2]);\n\t dd=Integer.parseInt(ss[3]);\n\t if(Math.ceil(cc/bb)<=Math.ceil(aa/dd))\n\t {\n\t \tSystem.out.println(\"Yes\");\n\t \treturn;\n\t }\n\t else\n\t System.out.println(\"No\");\n\t }",
"double aa",
"aa",
"bb",
"bb",
"cc",
"cc",
"dd;",
"dd",
"String s=br.readLine();",
"s",
"br.readLine()",
"br.readLine",
"br",
"String ss[]=s.split(\" \");",
"ss",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"aa=Integer.parseInt(ss[0])",
"aa",
"Integer.parseInt(ss[0])",
"Integer.parseInt",
"Integer",
"ss[0]",
"ss",
"0",
"bb=Integer.parseInt(ss[1])",
"bb",
"Integer.parseInt(ss[1])",
"Integer.parseInt",
"Integer",
"ss[1]",
"ss",
"1",
"cc=Integer.parseInt(ss[2])",
"cc",
"Integer.parseInt(ss[2])",
"Integer.parseInt",
"Integer",
"ss[2]",
"ss",
"2",
"dd=Integer.parseInt(ss[3])",
"dd",
"Integer.parseInt(ss[3])",
"Integer.parseInt",
"Integer",
"ss[3]",
"ss",
"3",
"if(Math.ceil(cc/bb)<=Math.ceil(aa/dd))\n\t {\n\t \tSystem.out.println(\"Yes\");\n\t \treturn;\n\t }\n\t else\n\t System.out.println(\"No\");",
"Math.ceil(cc/bb)<=Math.ceil(aa/dd)",
"Math.ceil(cc/bb)",
"Math.ceil",
"Math",
"cc/bb",
"cc",
"bb",
"Math.ceil(aa/dd)",
"Math.ceil",
"Math",
"aa/dd",
"aa",
"dd",
"{\n\t \tSystem.out.println(\"Yes\");\n\t \treturn;\n\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"
] |
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
class Main
{
static void merge(int arr[], int l, int m, int r)
{
int n1 = m - l + 1;
int n2 = r - m;
int L[] = new int [n1];
int R[] = new int [n2];
for (int i=0; i<n1; ++i)
L[i] = arr[l + i];
for (int j=0; j<n2; ++j)
R[j] = arr[m + 1+ j];
int i = 0, j = 0;
int k = l;
while (i < n1 && j < n2)
{
if (L[i] <= R[j])
{
arr[k] = L[i];
i++;
}
else
{
arr[k] = R[j];
j++;
}
k++;
}
while (i < n1)
{
arr[k] = L[i];
i++;
k++;
}
while (j < n2)
{
arr[k] = R[j];
j++;
k++;
}
}
static void sort(int arr[], int l, int r)
{
if (l < r)
{
int m = (l+r)/2;
sort(arr, l, m);
sort(arr , m+1, r);
merge(arr, l, m, r);
}
}
static int gcd(int a, int b)
{
if (b == 0)
return a;
return gcd(b, a % b);
}
static long power(long n,long m)
{
if(m==0)
return 1;
long ans=1;
while(m>0)
{
ans=ans*n;
m--;
}
return ans;
}
static int binarySearch(ArrayList<Integer> arr, int x)
{
int l = 0, r = arr.size() - 1,m=l + (r - l) / 2;
while (l <= r) {
m = l + (r - l) / 2;
if (arr.get(m) == x)
return m;
if (arr.get(m) < x)
l = m + 1;
else
r = m - 1;
}
return (int)Math.max(l, m);
}
public static void main(String args[])throws Exception
{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
int t=1;//Integer.parseInt(br.readLine());
for(int i=1;i<=t;i++)
{
double aa,bb,cc,dd;
String s=br.readLine();
String ss[]=s.split(" ");
aa=Integer.parseInt(ss[0]);
bb=Integer.parseInt(ss[1]);
cc=Integer.parseInt(ss[2]);
dd=Integer.parseInt(ss[3]);
if(Math.ceil(cc/bb)<=Math.ceil(aa/dd))
{
System.out.println("Yes");
return;
}
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,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
3,
0,
13,
13,
41,
13,
14,
2,
13,
17,
30,
0,
13,
17,
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
],
[
79,
5
],
[
79,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
40,
50
],
[
50,
51
],
[
50,
52
],
[
8,
53
],
[
53,
54
],
[
8,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
55,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
8,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
8,
73
],
[
73,
74
],
[
74,
75
],
[
6,
76
],
[
76,
77
],
[
0,
78
],
[
78,
79
],
[
78,
80
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main (String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n\n while (C > 0 && A > 0) {\n C -= B;\n if (C <= 0) {break;}\n A -= D;\n }\n\n String ans;\n if (C <= 0) {ans = \"Yes\";}\n else {ans = \"No\";}\n\n System.out.println(ans);\n\n scanner.close();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main (String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n\n while (C > 0 && A > 0) {\n C -= B;\n if (C <= 0) {break;}\n A -= D;\n }\n\n String ans;\n if (C <= 0) {ans = \"Yes\";}\n else {ans = \"No\";}\n\n System.out.println(ans);\n\n scanner.close();\n }\n}",
"Main",
"public static void main (String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n\n while (C > 0 && A > 0) {\n C -= B;\n if (C <= 0) {break;}\n A -= D;\n }\n\n String ans;\n if (C <= 0) {ans = \"Yes\";}\n else {ans = \"No\";}\n\n System.out.println(ans);\n\n scanner.close();\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n\n while (C > 0 && A > 0) {\n C -= B;\n if (C <= 0) {break;}\n A -= D;\n }\n\n String ans;\n if (C <= 0) {ans = \"Yes\";}\n else {ans = \"No\";}\n\n System.out.println(ans);\n\n scanner.close();\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int A = scanner.nextInt();",
"A",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int B = scanner.nextInt();",
"B",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int C = scanner.nextInt();",
"C",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int D = scanner.nextInt();",
"D",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"while (C > 0 && A > 0) {\n C -= B;\n if (C <= 0) {break;}\n A -= D;\n }",
"C > 0 && A > 0",
"C > 0",
"C",
"0",
"A > 0",
"A",
"0",
"{\n C -= B;\n if (C <= 0) {break;}\n A -= D;\n }",
"C -= B",
"C",
"B",
"if (C <= 0) {break;}",
"C <= 0",
"C",
"0",
"{break;}",
"break;",
"A -= D",
"A",
"D",
"String ans;",
"ans",
"if (C <= 0) {ans = \"Yes\";}\n else {ans = \"No\";}",
"C <= 0",
"C",
"0",
"{ans = \"Yes\";}",
"ans = \"Yes\"",
"ans",
"\"Yes\"",
"{ans = \"No\";}",
"ans = \"No\"",
"ans",
"\"No\"",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"scanner.close()",
"scanner.close",
"scanner",
"String[] args",
"args",
"public class Main {\n public static void main (String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n\n while (C > 0 && A > 0) {\n C -= B;\n if (C <= 0) {break;}\n A -= D;\n }\n\n String ans;\n if (C <= 0) {ans = \"Yes\";}\n else {ans = \"No\";}\n\n System.out.println(ans);\n\n scanner.close();\n }\n}",
"public class Main {\n public static void main (String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n\n while (C > 0 && A > 0) {\n C -= B;\n if (C <= 0) {break;}\n A -= D;\n }\n\n String ans;\n if (C <= 0) {ans = \"Yes\";}\n else {ans = \"No\";}\n\n System.out.println(ans);\n\n scanner.close();\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main (String[] args) {
Scanner scanner = new Scanner(System.in);
int A = scanner.nextInt();
int B = scanner.nextInt();
int C = scanner.nextInt();
int D = scanner.nextInt();
while (C > 0 && A > 0) {
C -= B;
if (C <= 0) {break;}
A -= D;
}
String ans;
if (C <= 0) {ans = "Yes";}
else {ans = "No";}
System.out.println(ans);
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,
4,
18,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
2,
13,
17,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
30,
0,
13,
13,
14,
2,
13,
17,
3,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
85,
5
],
[
85,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
35,
46
],
[
47,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
48,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
48,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
8,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
6,
82
],
[
82,
83
],
[
0,
84
],
[
84,
85
],
[
84,
86
]
] |
[
"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 int d = sc.nextInt();\n String ans = \"No\";\n for(int i = 0; i < 200; i++) {\n if((i % 2) == 0) {\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n } else {\n a -= d;\n if(a <= 0) break;\n }\n }\n System.out.println(ans);\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 int d = sc.nextInt();\n String ans = \"No\";\n for(int i = 0; i < 200; i++) {\n if((i % 2) == 0) {\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n } else {\n a -= d;\n if(a <= 0) break;\n }\n }\n System.out.println(ans);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n String ans = \"No\";\n for(int i = 0; i < 200; i++) {\n if((i % 2) == 0) {\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n } else {\n a -= d;\n if(a <= 0) break;\n }\n }\n System.out.println(ans);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n String ans = \"No\";\n for(int i = 0; i < 200; i++) {\n if((i % 2) == 0) {\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n } else {\n a -= d;\n if(a <= 0) break;\n }\n }\n System.out.println(ans);\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 = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"String ans = \"No\";",
"ans",
"\"No\"",
"for(int i = 0; i < 200; i++) {\n if((i % 2) == 0) {\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n } else {\n a -= d;\n if(a <= 0) break;\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 200",
"i",
"200",
"i++",
"i++",
"i",
"{\n if((i % 2) == 0) {\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n } else {\n a -= d;\n if(a <= 0) break;\n }\n }",
"{\n if((i % 2) == 0) {\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n } else {\n a -= d;\n if(a <= 0) break;\n }\n }",
"if((i % 2) == 0) {\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n } else {\n a -= d;\n if(a <= 0) break;\n }",
"(i % 2) == 0",
"(i % 2)",
"i",
"2",
"0",
"{\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n }",
"c -= b",
"c",
"b",
"if(c <= 0) {\n ans = \"Yes\";\n break;\n }",
"c <= 0",
"c",
"0",
"{\n ans = \"Yes\";\n break;\n }",
"ans = \"Yes\"",
"ans",
"\"Yes\"",
"break;",
"{\n a -= d;\n if(a <= 0) break;\n }",
"a -= d",
"a",
"d",
"if(a <= 0) break;",
"a <= 0",
"a",
"0",
"break;",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"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 int d = sc.nextInt();\n String ans = \"No\";\n for(int i = 0; i < 200; i++) {\n if((i % 2) == 0) {\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n } else {\n a -= d;\n if(a <= 0) break;\n }\n }\n System.out.println(ans);\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 int d = sc.nextInt();\n String ans = \"No\";\n for(int i = 0; i < 200; i++) {\n if((i % 2) == 0) {\n c -= b;\n if(c <= 0) {\n ans = \"Yes\";\n break;\n }\n } else {\n a -= d;\n if(a <= 0) break;\n }\n }\n System.out.println(ans);\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
String ans = "No";
for(int i = 0; i < 200; i++) {
if((i % 2) == 0) {
c -= b;
if(c <= 0) {
ans = "Yes";
break;
}
} else {
a -= d;
if(a <= 0) break;
}
}
System.out.println(ans);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
2,
13,
13,
41,
13,
4,
18,
13,
2,
13,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
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
],
[
54,
56
],
[
53,
57
],
[
53,
58
],
[
6,
59
],
[
59,
60
]
] |
[
"import java.util.*;\nclass Main\n{\n public static void main(String args[])\n {\n Scanner ob=new Scanner(System.in);\n int ah=ob.nextInt();int as=ob.nextInt();\n int bh=ob.nextInt();int bs=ob.nextInt();\n int tak=(int)Math.ceil((double)bh/as);\n int akoi=(int)Math.ceil((double)ah/bs);\n System.out.println(tak<=akoi?\"Yes\":\"No\");\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main\n{\n public static void main(String args[])\n {\n Scanner ob=new Scanner(System.in);\n int ah=ob.nextInt();int as=ob.nextInt();\n int bh=ob.nextInt();int bs=ob.nextInt();\n int tak=(int)Math.ceil((double)bh/as);\n int akoi=(int)Math.ceil((double)ah/bs);\n System.out.println(tak<=akoi?\"Yes\":\"No\");\n }\n}",
"Main",
"public static void main(String args[])\n {\n Scanner ob=new Scanner(System.in);\n int ah=ob.nextInt();int as=ob.nextInt();\n int bh=ob.nextInt();int bs=ob.nextInt();\n int tak=(int)Math.ceil((double)bh/as);\n int akoi=(int)Math.ceil((double)ah/bs);\n System.out.println(tak<=akoi?\"Yes\":\"No\");\n }",
"main",
"{\n Scanner ob=new Scanner(System.in);\n int ah=ob.nextInt();int as=ob.nextInt();\n int bh=ob.nextInt();int bs=ob.nextInt();\n int tak=(int)Math.ceil((double)bh/as);\n int akoi=(int)Math.ceil((double)ah/bs);\n System.out.println(tak<=akoi?\"Yes\":\"No\");\n }",
"Scanner ob=new Scanner(System.in);",
"ob",
"new Scanner(System.in)",
"int ah=ob.nextInt();",
"ah",
"ob.nextInt()",
"ob.nextInt",
"ob",
"int as=ob.nextInt();",
"as",
"ob.nextInt()",
"ob.nextInt",
"ob",
"int bh=ob.nextInt();",
"bh",
"ob.nextInt()",
"ob.nextInt",
"ob",
"int bs=ob.nextInt();",
"bs",
"ob.nextInt()",
"ob.nextInt",
"ob",
"int tak=(int)Math.ceil((double)bh/as);",
"tak",
"(int)Math.ceil((double)bh/as)",
"Math.ceil",
"Math",
"(double)bh/as",
"(double)bh",
"as",
"int akoi=(int)Math.ceil((double)ah/bs);",
"akoi",
"(int)Math.ceil((double)ah/bs)",
"Math.ceil",
"Math",
"(double)ah/bs",
"(double)ah",
"bs",
"System.out.println(tak<=akoi?\"Yes\":\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"tak<=akoi?\"Yes\":\"No\"",
"tak<=akoi",
"tak",
"akoi",
"\"Yes\"",
"\"No\"",
"String args[]",
"args"
] |
import java.util.*;
class Main
{
public static void main(String args[])
{
Scanner ob=new Scanner(System.in);
int ah=ob.nextInt();int as=ob.nextInt();
int bh=ob.nextInt();int bs=ob.nextInt();
int tak=(int)Math.ceil((double)bh/as);
int akoi=(int)Math.ceil((double)ah/bs);
System.out.println(tak<=akoi?"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,
4,
18,
13,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
17,
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
],
[
75,
5
],
[
75,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
51,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
8,
69
],
[
69,
70
],
[
70,
71
],
[
6,
72
],
[
72,
73
],
[
0,
74
],
[
74,
75
],
[
74,
76
]
] |
[
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc=new Scanner(System.in);\n\t\t\n\t\tint a=sc.nextInt();\t\t//たかはし体力\n\t\tint b=sc.nextInt();\t\t//たかはし攻撃\n\t\tint c=sc.nextInt();\t\t//あおき体力\n\t\tint d=sc.nextInt();\t\t//あおき攻撃\n\t\t\n\t\twhile(a>0&&c>0) {\n\t\t\ta=a-d;\n\t\t\tc=c-b;\n\t\t}\n\t\tif(c<=0) {\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\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc=new Scanner(System.in);\n\t\t\n\t\tint a=sc.nextInt();\t\t//たかはし体力\n\t\tint b=sc.nextInt();\t\t//たかはし攻撃\n\t\tint c=sc.nextInt();\t\t//あおき体力\n\t\tint d=sc.nextInt();\t\t//あおき攻撃\n\t\t\n\t\twhile(a>0&&c>0) {\n\t\t\ta=a-d;\n\t\t\tc=c-b;\n\t\t}\n\t\tif(c<=0) {\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\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc=new Scanner(System.in);\n\t\t\n\t\tint a=sc.nextInt();\t\t//たかはし体力\n\t\tint b=sc.nextInt();\t\t//たかはし攻撃\n\t\tint c=sc.nextInt();\t\t//あおき体力\n\t\tint d=sc.nextInt();\t\t//あおき攻撃\n\t\t\n\t\twhile(a>0&&c>0) {\n\t\t\ta=a-d;\n\t\t\tc=c-b;\n\t\t}\n\t\tif(c<=0) {\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\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc=new Scanner(System.in);\n\t\t\n\t\tint a=sc.nextInt();\t\t//たかはし体力\n\t\tint b=sc.nextInt();\t\t//たかはし攻撃\n\t\tint c=sc.nextInt();\t\t//あおき体力\n\t\tint d=sc.nextInt();\t\t//あおき攻撃\n\t\t\n\t\twhile(a>0&&c>0) {\n\t\t\ta=a-d;\n\t\t\tc=c-b;\n\t\t}\n\t\tif(c<=0) {\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)",
"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=sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while(a>0&&c>0) {\n\t\t\ta=a-d;\n\t\t\tc=c-b;\n\t\t}",
"a>0&&c>0",
"a>0",
"a",
"0",
"c>0",
"c",
"0",
"{\n\t\t\ta=a-d;\n\t\t\tc=c-b;\n\t\t}",
"a=a-d",
"a",
"a-d",
"a",
"d",
"c=c-b",
"c",
"c-b",
"c",
"b",
"if(c<=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"c<=0",
"c",
"0",
"{\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\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc=new Scanner(System.in);\n\t\t\n\t\tint a=sc.nextInt();\t\t//たかはし体力\n\t\tint b=sc.nextInt();\t\t//たかはし攻撃\n\t\tint c=sc.nextInt();\t\t//あおき体力\n\t\tint d=sc.nextInt();\t\t//あおき攻撃\n\t\t\n\t\twhile(a>0&&c>0) {\n\t\t\ta=a-d;\n\t\t\tc=c-b;\n\t\t}\n\t\tif(c<=0) {\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\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc=new Scanner(System.in);\n\t\t\n\t\tint a=sc.nextInt();\t\t//たかはし体力\n\t\tint b=sc.nextInt();\t\t//たかはし攻撃\n\t\tint c=sc.nextInt();\t\t//あおき体力\n\t\tint d=sc.nextInt();\t\t//あおき攻撃\n\t\t\n\t\twhile(a>0&&c>0) {\n\t\t\ta=a-d;\n\t\t\tc=c-b;\n\t\t}\n\t\tif(c<=0) {\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) {
// TODO 自動生成されたメソッド・スタブ
Scanner sc=new Scanner(System.in);
int a=sc.nextInt(); //たかはし体力
int b=sc.nextInt(); //たかはし攻撃
int c=sc.nextInt(); //あおき体力
int d=sc.nextInt(); //あおき攻撃
while(a>0&&c>0) {
a=a-d;
c=c-b;
}
if(c<=0) {
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,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
11,
1,
30,
30,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
14,
2,
13,
17,
30,
0,
13,
17,
3,
14,
2,
13,
17,
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
],
[
91,
5
],
[
91,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
38,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
41,
43
],
[
38,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
38,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
49,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
8,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
67,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
8,
85
],
[
85,
86
],
[
86,
87
],
[
6,
88
],
[
88,
89
],
[
0,
90
],
[
90,
91
],
[
90,
92
]
] |
[
"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\tint D = stdIn.nextInt();\n\t\tint ans = 0;\n\t\tfor(;;){\n\t\t\tC = C - B;\n\t\t\tA = A - D;\n\t\t\tif(C <= 0){\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(ans == 0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\t\t}\n\t\tstdIn.close();\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\tint D = stdIn.nextInt();\n\t\tint ans = 0;\n\t\tfor(;;){\n\t\t\tC = C - B;\n\t\t\tA = A - D;\n\t\t\tif(C <= 0){\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(ans == 0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\t\t}\n\t\tstdIn.close();\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\tint D = stdIn.nextInt();\n\t\tint ans = 0;\n\t\tfor(;;){\n\t\t\tC = C - B;\n\t\t\tA = A - D;\n\t\t\tif(C <= 0){\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(ans == 0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\t\t}\n\t\tstdIn.close();\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint A = stdIn.nextInt();\n\t\tint B = stdIn.nextInt();\n\t\tint C = stdIn.nextInt();\n\t\tint D = stdIn.nextInt();\n\t\tint ans = 0;\n\t\tfor(;;){\n\t\t\tC = C - B;\n\t\t\tA = A - D;\n\t\t\tif(C <= 0){\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(ans == 0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\t\t}\n\t\tstdIn.close();\n\t}",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int A = stdIn.nextInt();",
"A",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int B = stdIn.nextInt();",
"B",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int C = stdIn.nextInt();",
"C",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int D = stdIn.nextInt();",
"D",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int ans = 0;",
"ans",
"0",
"for(;;){\n\t\t\tC = C - B;\n\t\t\tA = A - D;\n\t\t\tif(C <= 0){\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
";",
"{\n\t\t\tC = C - B;\n\t\t\tA = A - D;\n\t\t\tif(C <= 0){\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"{\n\t\t\tC = C - B;\n\t\t\tA = A - D;\n\t\t\tif(C <= 0){\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"C = C - B",
"C",
"C - B",
"C",
"B",
"A = A - D",
"A",
"A - D",
"A",
"D",
"if(C <= 0){\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}",
"C <= 0",
"C",
"0",
"{\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}",
"ans = 0",
"ans",
"0",
"break;",
"if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}",
"A <= 0",
"A",
"0",
"{\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}",
"ans = 1",
"ans",
"1",
"break;",
"if(ans == 0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\t\t}",
"ans == 0",
"ans",
"0",
"{\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\");\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"stdIn.close()",
"stdIn.close",
"stdIn",
"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\tint D = stdIn.nextInt();\n\t\tint ans = 0;\n\t\tfor(;;){\n\t\t\tC = C - B;\n\t\t\tA = A - D;\n\t\t\tif(C <= 0){\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(ans == 0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\t\t}\n\t\tstdIn.close();\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\tint D = stdIn.nextInt();\n\t\tint ans = 0;\n\t\tfor(;;){\n\t\t\tC = C - B;\n\t\t\tA = A - D;\n\t\t\tif(C <= 0){\n\t\t\t\tans = 0;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\telse if(A <= 0){\n\t\t\t\tans = 1;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(ans == 0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\t\t}\n\t\tstdIn.close();\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();
int D = stdIn.nextInt();
int ans = 0;
for(;;){
C = C - B;
A = A - D;
if(C <= 0){
ans = 0;
break;
}
else if(A <= 0){
ans = 1;
break;
}
}
if(ans == 0){
System.out.println("Yes");
}
else{
System.out.println("No"); }
stdIn.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,
4,
18,
13,
41,
13,
2,
13,
13,
14,
2,
2,
13,
13,
17,
30,
40,
13,
41,
13,
2,
13,
13,
14,
2,
2,
13,
13,
17,
30,
40,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
81,
5
],
[
81,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
37,
43
],
[
43,
44
],
[
44,
45
],
[
8,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
51,
57
],
[
57,
58
],
[
58,
59
],
[
8,
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
],
[
6,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] |
[
"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 int d =sc.nextInt();\n int taka = c / b;\n if (c % b != 0) {\n taka++;\n }\n int ao = a / d;\n if (a % d != 0) {\n ao++;\n }\n \n if (taka <= ao) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"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 int d =sc.nextInt();\n int taka = c / b;\n if (c % b != 0) {\n taka++;\n }\n int ao = a / d;\n if (a % d != 0) {\n ao++;\n }\n \n if (taka <= ao) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"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 int d =sc.nextInt();\n int taka = c / b;\n if (c % b != 0) {\n taka++;\n }\n int ao = a / d;\n if (a % d != 0) {\n ao++;\n }\n \n if (taka <= ao) {\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 int d =sc.nextInt();\n int taka = c / b;\n if (c % b != 0) {\n taka++;\n }\n int ao = a / d;\n if (a % d != 0) {\n ao++;\n }\n \n if (taka <= ao) {\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",
"int d =sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int taka = c / b;",
"taka",
"c / b",
"c",
"b",
"if (c % b != 0) {\n taka++;\n }",
"c % b != 0",
"c % b",
"c",
"b",
"0",
"{\n taka++;\n }",
"taka++",
"taka",
"int ao = a / d;",
"ao",
"a / d",
"a",
"d",
"if (a % d != 0) {\n ao++;\n }",
"a % d != 0",
"a % d",
"a",
"d",
"0",
"{\n ao++;\n }",
"ao++",
"ao",
"if (taka <= ao) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"taka <= ao",
"taka",
"ao",
"{\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 Scanner sc = new Scanner(System.in);\n int a =sc.nextInt();\n int b =sc.nextInt();\n int c =sc.nextInt();\n int d =sc.nextInt();\n int taka = c / b;\n if (c % b != 0) {\n taka++;\n }\n int ao = a / d;\n if (a % d != 0) {\n ao++;\n }\n \n if (taka <= ao) {\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) {\n Scanner sc = new Scanner(System.in);\n int a =sc.nextInt();\n int b =sc.nextInt();\n int c =sc.nextInt();\n int d =sc.nextInt();\n int taka = c / b;\n if (c % b != 0) {\n taka++;\n }\n int ao = a / d;\n if (a % d != 0) {\n ao++;\n }\n \n if (taka <= ao) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"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();
int d =sc.nextInt();
int taka = c / b;
if (c % b != 0) {
taka++;
}
int ao = a / d;
if (a % d != 0) {
ao++;
}
if (taka <= ao) {
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,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
13,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
68,
5
],
[
68,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
47,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
6,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] |
[
"import java.util.*;\n\npublic class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a1 = scan.nextInt();\n int a2 = scan.nextInt();\n int b1 = scan.nextInt();\n int b2 = scan.nextInt();\n while ((b1>0)&&(a1>0)){\n b1-=a2;\n a1-=b2;\n }\n if (b1<=0){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a1 = scan.nextInt();\n int a2 = scan.nextInt();\n int b1 = scan.nextInt();\n int b2 = scan.nextInt();\n while ((b1>0)&&(a1>0)){\n b1-=a2;\n a1-=b2;\n }\n if (b1<=0){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a1 = scan.nextInt();\n int a2 = scan.nextInt();\n int b1 = scan.nextInt();\n int b2 = scan.nextInt();\n while ((b1>0)&&(a1>0)){\n b1-=a2;\n a1-=b2;\n }\n if (b1<=0){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int a1 = scan.nextInt();\n int a2 = scan.nextInt();\n int b1 = scan.nextInt();\n int b2 = scan.nextInt();\n while ((b1>0)&&(a1>0)){\n b1-=a2;\n a1-=b2;\n }\n if (b1<=0){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a1 = scan.nextInt();",
"a1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int a2 = scan.nextInt();",
"a2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b1 = scan.nextInt();",
"b1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b2 = scan.nextInt();",
"b2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"while ((b1>0)&&(a1>0)){\n b1-=a2;\n a1-=b2;\n }",
"(b1>0)&&(a1>0)",
"(b1>0)",
"b1",
"0",
"(a1>0)",
"a1",
"0",
"{\n b1-=a2;\n a1-=b2;\n }",
"b1-=a2",
"b1",
"a2",
"a1-=b2",
"a1",
"b2",
"if (b1<=0){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }",
"b1<=0",
"b1",
"0",
"{\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 Scanner scan = new Scanner(System.in);\n int a1 = scan.nextInt();\n int a2 = scan.nextInt();\n int b1 = scan.nextInt();\n int b2 = scan.nextInt();\n while ((b1>0)&&(a1>0)){\n b1-=a2;\n a1-=b2;\n }\n if (b1<=0){\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){\n Scanner scan = new Scanner(System.in);\n int a1 = scan.nextInt();\n int a2 = scan.nextInt();\n int b1 = scan.nextInt();\n int b2 = scan.nextInt();\n while ((b1>0)&&(a1>0)){\n b1-=a2;\n a1-=b2;\n }\n if (b1<=0){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int a1 = scan.nextInt();
int a2 = scan.nextInt();
int b1 = scan.nextInt();
int b2 = scan.nextInt();
while ((b1>0)&&(a1>0)){
b1-=a2;
a1-=b2;
}
if (b1<=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,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
42,
17,
30,
14,
2,
2,
13,
17,
17,
30,
0,
13,
13,
30,
0,
13,
13,
14,
2,
2,
13,
17,
2,
13,
17,
30,
3,
0,
13,
17,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
86,
5
],
[
86,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
38,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
38,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
37,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
52,
60
],
[
60,
61
],
[
37,
62
],
[
62,
63
],
[
62,
64
],
[
8,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
65,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
6,
83
],
[
83,
84
],
[
0,
85
],
[
85,
86
],
[
85,
87
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n\n // 高橋、青木モンスター設定\n int takaMHp = s.nextInt();\n final int TAKA_M_ATK = s.nextInt();\n int aokiMHp = s.nextInt();\n final int AOKI_M_ATK = s.nextInt();\n\n int x = 1;\n while (true) {\n if (x % 2 == 1) {\n // 高橋ターン\n aokiMHp -= TAKA_M_ATK;\n } else {\n // 青木ターン\n takaMHp -= AOKI_M_ATK;\n }\n\n if (aokiMHp <= 0 || takaMHp <= 0) {\n break;\n }\n x += 1;\n }\n\n if (takaMHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n\n // 高橋、青木モンスター設定\n int takaMHp = s.nextInt();\n final int TAKA_M_ATK = s.nextInt();\n int aokiMHp = s.nextInt();\n final int AOKI_M_ATK = s.nextInt();\n\n int x = 1;\n while (true) {\n if (x % 2 == 1) {\n // 高橋ターン\n aokiMHp -= TAKA_M_ATK;\n } else {\n // 青木ターン\n takaMHp -= AOKI_M_ATK;\n }\n\n if (aokiMHp <= 0 || takaMHp <= 0) {\n break;\n }\n x += 1;\n }\n\n if (takaMHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n\n // 高橋、青木モンスター設定\n int takaMHp = s.nextInt();\n final int TAKA_M_ATK = s.nextInt();\n int aokiMHp = s.nextInt();\n final int AOKI_M_ATK = s.nextInt();\n\n int x = 1;\n while (true) {\n if (x % 2 == 1) {\n // 高橋ターン\n aokiMHp -= TAKA_M_ATK;\n } else {\n // 青木ターン\n takaMHp -= AOKI_M_ATK;\n }\n\n if (aokiMHp <= 0 || takaMHp <= 0) {\n break;\n }\n x += 1;\n }\n\n if (takaMHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner s = new Scanner(System.in);\n\n // 高橋、青木モンスター設定\n int takaMHp = s.nextInt();\n final int TAKA_M_ATK = s.nextInt();\n int aokiMHp = s.nextInt();\n final int AOKI_M_ATK = s.nextInt();\n\n int x = 1;\n while (true) {\n if (x % 2 == 1) {\n // 高橋ターン\n aokiMHp -= TAKA_M_ATK;\n } else {\n // 青木ターン\n takaMHp -= AOKI_M_ATK;\n }\n\n if (aokiMHp <= 0 || takaMHp <= 0) {\n break;\n }\n x += 1;\n }\n\n if (takaMHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int takaMHp = s.nextInt();",
"takaMHp",
"s.nextInt()",
"s.nextInt",
"s",
"final int TAKA_M_ATK = s.nextInt();",
"TAKA_M_ATK",
"s.nextInt()",
"s.nextInt",
"s",
"int aokiMHp = s.nextInt();",
"aokiMHp",
"s.nextInt()",
"s.nextInt",
"s",
"final int AOKI_M_ATK = s.nextInt();",
"AOKI_M_ATK",
"s.nextInt()",
"s.nextInt",
"s",
"int x = 1;",
"x",
"1",
"while (true) {\n if (x % 2 == 1) {\n // 高橋ターン\n aokiMHp -= TAKA_M_ATK;\n } else {\n // 青木ターン\n takaMHp -= AOKI_M_ATK;\n }\n\n if (aokiMHp <= 0 || takaMHp <= 0) {\n break;\n }\n x += 1;\n }",
"true",
"{\n if (x % 2 == 1) {\n // 高橋ターン\n aokiMHp -= TAKA_M_ATK;\n } else {\n // 青木ターン\n takaMHp -= AOKI_M_ATK;\n }\n\n if (aokiMHp <= 0 || takaMHp <= 0) {\n break;\n }\n x += 1;\n }",
"if (x % 2 == 1) {\n // 高橋ターン\n aokiMHp -= TAKA_M_ATK;\n } else {\n // 青木ターン\n takaMHp -= AOKI_M_ATK;\n }",
"x % 2 == 1",
"x % 2",
"x",
"2",
"1",
"{\n // 高橋ターン\n aokiMHp -= TAKA_M_ATK;\n }",
"aokiMHp -= TAKA_M_ATK",
"aokiMHp",
"TAKA_M_ATK",
"{\n // 青木ターン\n takaMHp -= AOKI_M_ATK;\n }",
"takaMHp -= AOKI_M_ATK",
"takaMHp",
"AOKI_M_ATK",
"if (aokiMHp <= 0 || takaMHp <= 0) {\n break;\n }",
"aokiMHp <= 0 || takaMHp <= 0",
"aokiMHp <= 0",
"aokiMHp",
"0",
"takaMHp <= 0",
"takaMHp",
"0",
"{\n break;\n }",
"break;",
"x += 1",
"x",
"1",
"if (takaMHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"takaMHp > 0",
"takaMHp",
"0",
"{\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 Scanner s = new Scanner(System.in);\n\n // 高橋、青木モンスター設定\n int takaMHp = s.nextInt();\n final int TAKA_M_ATK = s.nextInt();\n int aokiMHp = s.nextInt();\n final int AOKI_M_ATK = s.nextInt();\n\n int x = 1;\n while (true) {\n if (x % 2 == 1) {\n // 高橋ターン\n aokiMHp -= TAKA_M_ATK;\n } else {\n // 青木ターン\n takaMHp -= AOKI_M_ATK;\n }\n\n if (aokiMHp <= 0 || takaMHp <= 0) {\n break;\n }\n x += 1;\n }\n\n if (takaMHp > 0) {\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) {\n Scanner s = new Scanner(System.in);\n\n // 高橋、青木モンスター設定\n int takaMHp = s.nextInt();\n final int TAKA_M_ATK = s.nextInt();\n int aokiMHp = s.nextInt();\n final int AOKI_M_ATK = s.nextInt();\n\n int x = 1;\n while (true) {\n if (x % 2 == 1) {\n // 高橋ターン\n aokiMHp -= TAKA_M_ATK;\n } else {\n // 青木ターン\n takaMHp -= AOKI_M_ATK;\n }\n\n if (aokiMHp <= 0 || takaMHp <= 0) {\n break;\n }\n x += 1;\n }\n\n if (takaMHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
// 高橋、青木モンスター設定
int takaMHp = s.nextInt();
final int TAKA_M_ATK = s.nextInt();
int aokiMHp = s.nextInt();
final int AOKI_M_ATK = s.nextInt();
int x = 1;
while (true) {
if (x % 2 == 1) {
// 高橋ターン
aokiMHp -= TAKA_M_ATK;
} else {
// 青木ターン
takaMHp -= AOKI_M_ATK;
}
if (aokiMHp <= 0 || takaMHp <= 0) {
break;
}
x += 1;
}
if (takaMHp > 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,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
14,
13,
30,
0,
13,
13,
0,
13,
17,
30,
0,
13,
13,
0,
13,
17,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
81,
5
],
[
81,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
44,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
8,
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
],
[
6,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n int tHp = sc.nextInt();\n int tAtk = sc.nextInt();\n int aHP = sc.nextInt();\n int aAtk = sc.nextInt();\n boolean Tattack = true;\n\n while (tHp > 0 && aHP > 0) {\n if (Tattack) {\n aHP -= tAtk;\n Tattack = false;\n } else {\n tHp -= aAtk;\n Tattack = true;\n }\n }\n if (tHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n int tHp = sc.nextInt();\n int tAtk = sc.nextInt();\n int aHP = sc.nextInt();\n int aAtk = sc.nextInt();\n boolean Tattack = true;\n\n while (tHp > 0 && aHP > 0) {\n if (Tattack) {\n aHP -= tAtk;\n Tattack = false;\n } else {\n tHp -= aAtk;\n Tattack = true;\n }\n }\n if (tHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n int tHp = sc.nextInt();\n int tAtk = sc.nextInt();\n int aHP = sc.nextInt();\n int aAtk = sc.nextInt();\n boolean Tattack = true;\n\n while (tHp > 0 && aHP > 0) {\n if (Tattack) {\n aHP -= tAtk;\n Tattack = false;\n } else {\n tHp -= aAtk;\n Tattack = true;\n }\n }\n if (tHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n\n int tHp = sc.nextInt();\n int tAtk = sc.nextInt();\n int aHP = sc.nextInt();\n int aAtk = sc.nextInt();\n boolean Tattack = true;\n\n while (tHp > 0 && aHP > 0) {\n if (Tattack) {\n aHP -= tAtk;\n Tattack = false;\n } else {\n tHp -= aAtk;\n Tattack = true;\n }\n }\n if (tHp > 0) {\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 tHp = sc.nextInt();",
"tHp",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int tAtk = sc.nextInt();",
"tAtk",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int aHP = sc.nextInt();",
"aHP",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int aAtk = sc.nextInt();",
"aAtk",
"sc.nextInt()",
"sc.nextInt",
"sc",
"boolean Tattack = true;",
"Tattack",
"true",
"while (tHp > 0 && aHP > 0) {\n if (Tattack) {\n aHP -= tAtk;\n Tattack = false;\n } else {\n tHp -= aAtk;\n Tattack = true;\n }\n }",
"tHp > 0 && aHP > 0",
"tHp > 0",
"tHp",
"0",
"aHP > 0",
"aHP",
"0",
"{\n if (Tattack) {\n aHP -= tAtk;\n Tattack = false;\n } else {\n tHp -= aAtk;\n Tattack = true;\n }\n }",
"if (Tattack) {\n aHP -= tAtk;\n Tattack = false;\n } else {\n tHp -= aAtk;\n Tattack = true;\n }",
"Tattack",
"{\n aHP -= tAtk;\n Tattack = false;\n }",
"aHP -= tAtk",
"aHP",
"tAtk",
"Tattack = false",
"Tattack",
"false",
"{\n tHp -= aAtk;\n Tattack = true;\n }",
"tHp -= aAtk",
"tHp",
"aAtk",
"Tattack = true",
"Tattack",
"true",
"if (tHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"tHp > 0",
"tHp",
"0",
"{\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 Scanner sc = new Scanner(System.in);\n\n int tHp = sc.nextInt();\n int tAtk = sc.nextInt();\n int aHP = sc.nextInt();\n int aAtk = sc.nextInt();\n boolean Tattack = true;\n\n while (tHp > 0 && aHP > 0) {\n if (Tattack) {\n aHP -= tAtk;\n Tattack = false;\n } else {\n tHp -= aAtk;\n Tattack = true;\n }\n }\n if (tHp > 0) {\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) {\n Scanner sc = new Scanner(System.in);\n\n int tHp = sc.nextInt();\n int tAtk = sc.nextInt();\n int aHP = sc.nextInt();\n int aAtk = sc.nextInt();\n boolean Tattack = true;\n\n while (tHp > 0 && aHP > 0) {\n if (Tattack) {\n aHP -= tAtk;\n Tattack = false;\n } else {\n tHp -= aAtk;\n Tattack = true;\n }\n }\n if (tHp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int tHp = sc.nextInt();
int tAtk = sc.nextInt();
int aHP = sc.nextInt();
int aAtk = sc.nextInt();
boolean Tattack = true;
while (tHp > 0 && aHP > 0) {
if (Tattack) {
aHP -= tAtk;
Tattack = false;
} else {
tHp -= aAtk;
Tattack = true;
}
}
if (tHp > 0) {
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,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
42,
17,
30,
0,
13,
13,
14,
2,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
3,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
81,
14
],
[
81,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
17,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
17,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
17,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
43,
52
],
[
52,
53
],
[
52,
54
],
[
43,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
17,
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
],
[
15,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] |
[
"import java.util.Arrays;\nimport java.util.Collections;\nimport java.util.LinkedList;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int health1 = sc.nextInt();\n int strength1 = sc.nextInt();\n int health2 = sc.nextInt();\n int strength2 = sc.nextInt();\n while (true) {\n health2 -= strength1;\n if ( health2 <= 0) break;\n health1 -= strength2;\n if (health1 <=0) break;\n }\n if (health1 > health2) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.LinkedList;",
"LinkedList",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int health1 = sc.nextInt();\n int strength1 = sc.nextInt();\n int health2 = sc.nextInt();\n int strength2 = sc.nextInt();\n while (true) {\n health2 -= strength1;\n if ( health2 <= 0) break;\n health1 -= strength2;\n if (health1 <=0) break;\n }\n if (health1 > health2) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int health1 = sc.nextInt();\n int strength1 = sc.nextInt();\n int health2 = sc.nextInt();\n int strength2 = sc.nextInt();\n while (true) {\n health2 -= strength1;\n if ( health2 <= 0) break;\n health1 -= strength2;\n if (health1 <=0) break;\n }\n if (health1 > health2) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int health1 = sc.nextInt();\n int strength1 = sc.nextInt();\n int health2 = sc.nextInt();\n int strength2 = sc.nextInt();\n while (true) {\n health2 -= strength1;\n if ( health2 <= 0) break;\n health1 -= strength2;\n if (health1 <=0) break;\n }\n if (health1 > health2) {\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 health1 = sc.nextInt();",
"health1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int strength1 = sc.nextInt();",
"strength1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int health2 = sc.nextInt();",
"health2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int strength2 = sc.nextInt();",
"strength2",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while (true) {\n health2 -= strength1;\n if ( health2 <= 0) break;\n health1 -= strength2;\n if (health1 <=0) break;\n }",
"true",
"{\n health2 -= strength1;\n if ( health2 <= 0) break;\n health1 -= strength2;\n if (health1 <=0) break;\n }",
"health2 -= strength1",
"health2",
"strength1",
"if ( health2 <= 0) break;",
"health2 <= 0",
"health2",
"0",
"break;",
"health1 -= strength2",
"health1",
"strength2",
"if (health1 <=0) break;",
"health1 <=0",
"health1",
"0",
"break;",
"if (health1 > health2) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"health1 > health2",
"health1",
"health2",
"{\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 Scanner sc = new Scanner(System.in);\n int health1 = sc.nextInt();\n int strength1 = sc.nextInt();\n int health2 = sc.nextInt();\n int strength2 = sc.nextInt();\n while (true) {\n health2 -= strength1;\n if ( health2 <= 0) break;\n health1 -= strength2;\n if (health1 <=0) break;\n }\n if (health1 > health2) {\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) {\n Scanner sc = new Scanner(System.in);\n int health1 = sc.nextInt();\n int strength1 = sc.nextInt();\n int health2 = sc.nextInt();\n int strength2 = sc.nextInt();\n while (true) {\n health2 -= strength1;\n if ( health2 <= 0) break;\n health1 -= strength2;\n if (health1 <=0) break;\n }\n if (health1 > health2) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] |
import java.util.Arrays;
import java.util.Collections;
import java.util.LinkedList;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int health1 = sc.nextInt();
int strength1 = sc.nextInt();
int health2 = sc.nextInt();
int strength2 = sc.nextInt();
while (true) {
health2 -= strength1;
if ( health2 <= 0) break;
health1 -= strength2;
if (health1 <=0) break;
}
if (health1 > health2) {
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,
0,
13,
13,
42,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
0,
13,
13,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
67,
5
],
[
67,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
47,
54
],
[
39,
55
],
[
55,
56
],
[
55,
57
],
[
8,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
6,
64
],
[
64,
65
],
[
0,
66
],
[
66,
67
],
[
66,
68
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int aHP = scanner.nextInt();\n int aPower = scanner.nextInt();\n int bHP = scanner.nextInt();\n int bPower = scanner.nextInt();\n bHP -= aPower;\n while(bHP > 0) {\n aHP -= bPower;\n if (aHP < 1) {\n System.out.println(\"No\");\n return;\n }\n bHP -= aPower;\n }\n System.out.println(\"Yes\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int aHP = scanner.nextInt();\n int aPower = scanner.nextInt();\n int bHP = scanner.nextInt();\n int bPower = scanner.nextInt();\n bHP -= aPower;\n while(bHP > 0) {\n aHP -= bPower;\n if (aHP < 1) {\n System.out.println(\"No\");\n return;\n }\n bHP -= aPower;\n }\n System.out.println(\"Yes\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int aHP = scanner.nextInt();\n int aPower = scanner.nextInt();\n int bHP = scanner.nextInt();\n int bPower = scanner.nextInt();\n bHP -= aPower;\n while(bHP > 0) {\n aHP -= bPower;\n if (aHP < 1) {\n System.out.println(\"No\");\n return;\n }\n bHP -= aPower;\n }\n System.out.println(\"Yes\");\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int aHP = scanner.nextInt();\n int aPower = scanner.nextInt();\n int bHP = scanner.nextInt();\n int bPower = scanner.nextInt();\n bHP -= aPower;\n while(bHP > 0) {\n aHP -= bPower;\n if (aHP < 1) {\n System.out.println(\"No\");\n return;\n }\n bHP -= aPower;\n }\n System.out.println(\"Yes\");\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int aHP = scanner.nextInt();",
"aHP",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int aPower = scanner.nextInt();",
"aPower",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int bHP = scanner.nextInt();",
"bHP",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int bPower = scanner.nextInt();",
"bPower",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"bHP -= aPower",
"bHP",
"aPower",
"while(bHP > 0) {\n aHP -= bPower;\n if (aHP < 1) {\n System.out.println(\"No\");\n return;\n }\n bHP -= aPower;\n }",
"bHP > 0",
"bHP",
"0",
"{\n aHP -= bPower;\n if (aHP < 1) {\n System.out.println(\"No\");\n return;\n }\n bHP -= aPower;\n }",
"aHP -= bPower",
"aHP",
"bPower",
"if (aHP < 1) {\n System.out.println(\"No\");\n return;\n }",
"aHP < 1",
"aHP",
"1",
"{\n System.out.println(\"No\");\n return;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"bHP -= aPower",
"bHP",
"aPower",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int aHP = scanner.nextInt();\n int aPower = scanner.nextInt();\n int bHP = scanner.nextInt();\n int bPower = scanner.nextInt();\n bHP -= aPower;\n while(bHP > 0) {\n aHP -= bPower;\n if (aHP < 1) {\n System.out.println(\"No\");\n return;\n }\n bHP -= aPower;\n }\n System.out.println(\"Yes\");\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int aHP = scanner.nextInt();\n int aPower = scanner.nextInt();\n int bHP = scanner.nextInt();\n int bPower = scanner.nextInt();\n bHP -= aPower;\n while(bHP > 0) {\n aHP -= bPower;\n if (aHP < 1) {\n System.out.println(\"No\");\n return;\n }\n bHP -= aPower;\n }\n System.out.println(\"Yes\");\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int aHP = scanner.nextInt();
int aPower = scanner.nextInt();
int bHP = scanner.nextInt();
int bPower = scanner.nextInt();
bHP -= aPower;
while(bHP > 0) {
aHP -= bPower;
if (aHP < 1) {
System.out.println("No");
return;
}
bHP -= aPower;
}
System.out.println("Yes");
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
18,
13,
13,
41,
13,
18,
13,
13,
41,
13,
20,
41,
13,
20,
41,
13,
20,
4,
18,
13,
17,
13,
13,
4,
18,
13,
23,
13,
6,
13,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
2,
13,
13,
41,
13,
4,
18,
13,
2,
13,
13,
14,
2,
13,
13,
30,
4,
18,
13,
17,
30,
4,
18,
13,
17,
23,
13,
23,
13,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
0,
13,
17,
23,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
38,
5,
13,
30,
37,
20,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
157,
8
],
[
157,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
14,
16
],
[
11,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
19,
21
],
[
11,
22
],
[
22,
23
],
[
22,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
11,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
31,
35
],
[
31,
36
],
[
11,
37
],
[
37,
38
],
[
38,
39
],
[
9,
40
],
[
40,
41
],
[
157,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
46,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
46,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
46,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
46,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
72,
73
],
[
72,
74
],
[
46,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
78,
79
],
[
77,
80
],
[
80,
81
],
[
80,
82
],
[
46,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
88,
91
],
[
83,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
93,
96
],
[
44,
97
],
[
97,
98
],
[
44,
99
],
[
99,
100
],
[
44,
101
],
[
101,
102
],
[
157,
103
],
[
103,
104
],
[
103,
105
],
[
105,
106
],
[
103,
107
],
[
107,
108
],
[
103,
109
],
[
109,
110
],
[
109,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
115,
116
],
[
115,
117
],
[
109,
118
],
[
118,
119
],
[
103,
120
],
[
120,
121
],
[
120,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
123,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
136,
137
],
[
137,
138
],
[
133,
139
],
[
139,
140
],
[
140,
141
],
[
140,
142
],
[
122,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
103,
147
],
[
147,
148
],
[
147,
149
],
[
149,
150
],
[
150,
151
],
[
151,
152
],
[
152,
153
],
[
151,
154
],
[
154,
155
],
[
0,
156
],
[
156,
157
],
[
156,
158
]
] |
[
"//package beginner164.b;\n\nimport java.io.*;\nimport java.util.StringTokenizer;\n\npublic class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskB solver = new TaskB();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskB {\n public void solve(int testNumber, InputReader in, PrintWriter out) {\n int tHealth = in.nextInt();\n int tStrength = in.nextInt();\n int aHealth = in.nextInt();\n int aStrength = in.nextInt();\n\n // T, A, T, A, T, A...\n\n double turnsNeededForT = Math.ceil((double)aHealth / tStrength);\n double turnsNeededForA = Math.ceil((double)tHealth / aStrength);\n\n if (turnsNeededForT <= turnsNeededForA) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }\n\n static class InputReader {\n public BufferedReader reader;\n public StringTokenizer tokenizer;\n\n public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }\n\n public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(next());\n }\n\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskB solver = new TaskB();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskB {\n public void solve(int testNumber, InputReader in, PrintWriter out) {\n int tHealth = in.nextInt();\n int tStrength = in.nextInt();\n int aHealth = in.nextInt();\n int aStrength = in.nextInt();\n\n // T, A, T, A, T, A...\n\n double turnsNeededForT = Math.ceil((double)aHealth / tStrength);\n double turnsNeededForA = Math.ceil((double)tHealth / aStrength);\n\n if (turnsNeededForT <= turnsNeededForA) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }\n\n static class InputReader {\n public BufferedReader reader;\n public StringTokenizer tokenizer;\n\n public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }\n\n public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(next());\n }\n\n }\n}",
"Main",
"public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskB solver = new TaskB();\n solver.solve(1, in, out);\n out.close();\n }",
"main",
"{\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskB solver = new TaskB();\n solver.solve(1, in, out);\n out.close();\n }",
"InputStream inputStream = System.in;",
"inputStream",
"System.in",
"System",
"System.in",
"OutputStream outputStream = System.out;",
"outputStream",
"System.out",
"System",
"System.out",
"InputReader in = new InputReader(inputStream);",
"in",
"new InputReader(inputStream)",
"PrintWriter out = new PrintWriter(outputStream);",
"out",
"new PrintWriter(outputStream)",
"TaskB solver = new TaskB();",
"solver",
"new TaskB()",
"solver.solve(1, in, out)",
"solver.solve",
"solver",
"1",
"in",
"out",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static class TaskB {\n public void solve(int testNumber, InputReader in, PrintWriter out) {\n int tHealth = in.nextInt();\n int tStrength = in.nextInt();\n int aHealth = in.nextInt();\n int aStrength = in.nextInt();\n\n // T, A, T, A, T, A...\n\n double turnsNeededForT = Math.ceil((double)aHealth / tStrength);\n double turnsNeededForA = Math.ceil((double)tHealth / aStrength);\n\n if (turnsNeededForT <= turnsNeededForA) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }",
"TaskB",
"public void solve(int testNumber, InputReader in, PrintWriter out) {\n int tHealth = in.nextInt();\n int tStrength = in.nextInt();\n int aHealth = in.nextInt();\n int aStrength = in.nextInt();\n\n // T, A, T, A, T, A...\n\n double turnsNeededForT = Math.ceil((double)aHealth / tStrength);\n double turnsNeededForA = Math.ceil((double)tHealth / aStrength);\n\n if (turnsNeededForT <= turnsNeededForA) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }",
"solve",
"{\n int tHealth = in.nextInt();\n int tStrength = in.nextInt();\n int aHealth = in.nextInt();\n int aStrength = in.nextInt();\n\n // T, A, T, A, T, A...\n\n double turnsNeededForT = Math.ceil((double)aHealth / tStrength);\n double turnsNeededForA = Math.ceil((double)tHealth / aStrength);\n\n if (turnsNeededForT <= turnsNeededForA) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }",
"int tHealth = in.nextInt();",
"tHealth",
"in.nextInt()",
"in.nextInt",
"in",
"int tStrength = in.nextInt();",
"tStrength",
"in.nextInt()",
"in.nextInt",
"in",
"int aHealth = in.nextInt();",
"aHealth",
"in.nextInt()",
"in.nextInt",
"in",
"int aStrength = in.nextInt();",
"aStrength",
"in.nextInt()",
"in.nextInt",
"in",
"double turnsNeededForT = Math.ceil((double)aHealth / tStrength);",
"turnsNeededForT",
"Math.ceil((double)aHealth / tStrength)",
"Math.ceil",
"Math",
"(double)aHealth / tStrength",
"(double)aHealth",
"tStrength",
"double turnsNeededForA = Math.ceil((double)tHealth / aStrength);",
"turnsNeededForA",
"Math.ceil((double)tHealth / aStrength)",
"Math.ceil",
"Math",
"(double)tHealth / aStrength",
"(double)tHealth",
"aStrength",
"if (turnsNeededForT <= turnsNeededForA) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }",
"turnsNeededForT <= turnsNeededForA",
"turnsNeededForT",
"turnsNeededForA",
"{\n out.println(\"Yes\");\n }",
"out.println(\"Yes\")",
"out.println",
"out",
"\"Yes\"",
"{\n out.println(\"No\");\n }",
"out.println(\"No\")",
"out.println",
"out",
"\"No\"",
"int testNumber",
"testNumber",
"InputReader in",
"in",
"PrintWriter out",
"out",
"static class InputReader {\n public BufferedReader reader;\n public StringTokenizer tokenizer;\n\n public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }\n\n public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(next());\n }\n\n }",
"InputReader",
"public BufferedReader reader;",
"reader",
"public StringTokenizer tokenizer;",
"tokenizer",
"public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }",
"InputReader",
"{\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }",
"reader = new BufferedReader(new InputStreamReader(stream), 32768)",
"reader",
"new BufferedReader(new InputStreamReader(stream), 32768)",
"tokenizer = null",
"tokenizer",
"null",
"InputStream stream",
"stream",
"public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }",
"next",
"{\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }",
"while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }",
"tokenizer == null || !tokenizer.hasMoreTokens()",
"tokenizer == null",
"tokenizer",
"null",
"!tokenizer.hasMoreTokens()",
"tokenizer.hasMoreTokens()",
"tokenizer.hasMoreTokens",
"tokenizer",
"{\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }",
"try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }",
"catch (IOException e) {\n throw new RuntimeException(e);\n }",
"IOException e",
"{\n throw new RuntimeException(e);\n }",
"throw new RuntimeException(e);",
"new RuntimeException(e)",
"{\n tokenizer = new StringTokenizer(reader.readLine());\n }",
"tokenizer = new StringTokenizer(reader.readLine())",
"tokenizer",
"new StringTokenizer(reader.readLine())",
"return tokenizer.nextToken();",
"tokenizer.nextToken()",
"tokenizer.nextToken",
"tokenizer",
"public int nextInt() {\n return Integer.parseInt(next());\n }",
"nextInt",
"{\n return Integer.parseInt(next());\n }",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskB solver = new TaskB();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskB {\n public void solve(int testNumber, InputReader in, PrintWriter out) {\n int tHealth = in.nextInt();\n int tStrength = in.nextInt();\n int aHealth = in.nextInt();\n int aStrength = in.nextInt();\n\n // T, A, T, A, T, A...\n\n double turnsNeededForT = Math.ceil((double)aHealth / tStrength);\n double turnsNeededForA = Math.ceil((double)tHealth / aStrength);\n\n if (turnsNeededForT <= turnsNeededForA) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }\n\n static class InputReader {\n public BufferedReader reader;\n public StringTokenizer tokenizer;\n\n public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }\n\n public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(next());\n }\n\n }\n}",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskB solver = new TaskB();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskB {\n public void solve(int testNumber, InputReader in, PrintWriter out) {\n int tHealth = in.nextInt();\n int tStrength = in.nextInt();\n int aHealth = in.nextInt();\n int aStrength = in.nextInt();\n\n // T, A, T, A, T, A...\n\n double turnsNeededForT = Math.ceil((double)aHealth / tStrength);\n double turnsNeededForA = Math.ceil((double)tHealth / aStrength);\n\n if (turnsNeededForT <= turnsNeededForA) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }\n\n static class InputReader {\n public BufferedReader reader;\n public StringTokenizer tokenizer;\n\n public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }\n\n public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(next());\n }\n\n }\n}",
"Main"
] |
//package beginner164.b;
import java.io.*;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = System.out;
InputReader in = new InputReader(inputStream);
PrintWriter out = new PrintWriter(outputStream);
TaskB solver = new TaskB();
solver.solve(1, in, out);
out.close();
}
static class TaskB {
public void solve(int testNumber, InputReader in, PrintWriter out) {
int tHealth = in.nextInt();
int tStrength = in.nextInt();
int aHealth = in.nextInt();
int aStrength = in.nextInt();
// T, A, T, A, T, A...
double turnsNeededForT = Math.ceil((double)aHealth / tStrength);
double turnsNeededForA = Math.ceil((double)tHealth / aStrength);
if (turnsNeededForT <= turnsNeededForA) {
out.println("Yes");
} else {
out.println("No");
}
}
}
static class InputReader {
public BufferedReader reader;
public StringTokenizer tokenizer;
public InputReader(InputStream stream) {
reader = new BufferedReader(new InputStreamReader(stream), 32768);
tokenizer = null;
}
public String next() {
while (tokenizer == null || !tokenizer.hasMoreTokens()) {
try {
tokenizer = new StringTokenizer(reader.readLine());
} catch (IOException e) {
throw new RuntimeException(e);
}
}
return tokenizer.nextToken();
}
public int nextInt() {
return Integer.parseInt(next());
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
14,
2,
2,
13,
13,
17,
30,
0,
13,
2,
13,
13,
30,
0,
13,
2,
2,
13,
13,
17,
14,
2,
2,
13,
13,
17,
30,
0,
13,
2,
13,
13,
30,
0,
13,
2,
2,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
102,
8
],
[
102,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
11,
38
],
[
38,
39
],
[
38,
40
],
[
11,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
41,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
41,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
11,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
61,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
61,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
11,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
81,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
9,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] |
[
"import java.util.ArrayList;\nimport java.util.Scanner;\n\npublic class Main {\n\t\n\n\t\n\tpublic static void main(String[] args) {\n\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\t\tint a = s.nextInt();\n\t\t\tint b = s.nextInt();\n\t\t\tint c = s.nextInt();\n\t\t\tint d = s.nextInt();\n\t\t\t\n\t\t\tint ans1=0,ans2=0;\n\t\t\tif(a%d==0) {\n\t\t\t\tans1=a/d;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans1=a/d+1;\n\t\t\t}\n\t\t\tif(c%b==0) {\n\t\t\t\tans2 = c/b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans2 = c/b+1;\n\t\t\t}\n\t\t\tif(ans1>=ans2) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\t\n\n\t\t\n\t\t\n\t}\n}",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\n\n\t\n\tpublic static void main(String[] args) {\n\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\t\tint a = s.nextInt();\n\t\t\tint b = s.nextInt();\n\t\t\tint c = s.nextInt();\n\t\t\tint d = s.nextInt();\n\t\t\t\n\t\t\tint ans1=0,ans2=0;\n\t\t\tif(a%d==0) {\n\t\t\t\tans1=a/d;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans1=a/d+1;\n\t\t\t}\n\t\t\tif(c%b==0) {\n\t\t\t\tans2 = c/b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans2 = c/b+1;\n\t\t\t}\n\t\t\tif(ans1>=ans2) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\t\n\n\t\t\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\t\tint a = s.nextInt();\n\t\t\tint b = s.nextInt();\n\t\t\tint c = s.nextInt();\n\t\t\tint d = s.nextInt();\n\t\t\t\n\t\t\tint ans1=0,ans2=0;\n\t\t\tif(a%d==0) {\n\t\t\t\tans1=a/d;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans1=a/d+1;\n\t\t\t}\n\t\t\tif(c%b==0) {\n\t\t\t\tans2 = c/b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans2 = c/b+1;\n\t\t\t}\n\t\t\tif(ans1>=ans2) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\t\n\n\t\t\n\t\t\n\t}",
"main",
"{\n\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\t\tint a = s.nextInt();\n\t\t\tint b = s.nextInt();\n\t\t\tint c = s.nextInt();\n\t\t\tint d = s.nextInt();\n\t\t\t\n\t\t\tint ans1=0,ans2=0;\n\t\t\tif(a%d==0) {\n\t\t\t\tans1=a/d;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans1=a/d+1;\n\t\t\t}\n\t\t\tif(c%b==0) {\n\t\t\t\tans2 = c/b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans2 = c/b+1;\n\t\t\t}\n\t\t\tif(ans1>=ans2) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\t\n\n\t\t\n\t\t\n\t}",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int a = s.nextInt();",
"a",
"s.nextInt()",
"s.nextInt",
"s",
"int b = s.nextInt();",
"b",
"s.nextInt()",
"s.nextInt",
"s",
"int c = s.nextInt();",
"c",
"s.nextInt()",
"s.nextInt",
"s",
"int d = s.nextInt();",
"d",
"s.nextInt()",
"s.nextInt",
"s",
"int ans1=0",
"ans1",
"0",
"ans2=0;",
"ans2",
"0",
"if(a%d==0) {\n\t\t\t\tans1=a/d;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans1=a/d+1;\n\t\t\t}",
"a%d==0",
"a%d",
"a",
"d",
"0",
"{\n\t\t\t\tans1=a/d;\n\t\t\t}",
"ans1=a/d",
"ans1",
"a/d",
"a",
"d",
"{\n\t\t\t\tans1=a/d+1;\n\t\t\t}",
"ans1=a/d+1",
"ans1",
"a/d+1",
"a/d",
"a",
"d",
"1",
"if(c%b==0) {\n\t\t\t\tans2 = c/b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans2 = c/b+1;\n\t\t\t}",
"c%b==0",
"c%b",
"c",
"b",
"0",
"{\n\t\t\t\tans2 = c/b;\n\t\t\t}",
"ans2 = c/b",
"ans2",
"c/b",
"c",
"b",
"{\n\t\t\t\tans2 = c/b+1;\n\t\t\t}",
"ans2 = c/b+1",
"ans2",
"c/b+1",
"c/b",
"c",
"b",
"1",
"if(ans1>=ans2) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"ans1>=ans2",
"ans1",
"ans2",
"{\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\t\n\n\t\n\tpublic static void main(String[] args) {\n\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\t\tint a = s.nextInt();\n\t\t\tint b = s.nextInt();\n\t\t\tint c = s.nextInt();\n\t\t\tint d = s.nextInt();\n\t\t\t\n\t\t\tint ans1=0,ans2=0;\n\t\t\tif(a%d==0) {\n\t\t\t\tans1=a/d;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans1=a/d+1;\n\t\t\t}\n\t\t\tif(c%b==0) {\n\t\t\t\tans2 = c/b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans2 = c/b+1;\n\t\t\t}\n\t\t\tif(ans1>=ans2) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\t\n\n\t\t\n\t\t\n\t}\n}",
"public class Main {\n\t\n\n\t\n\tpublic static void main(String[] args) {\n\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\t\tint a = s.nextInt();\n\t\t\tint b = s.nextInt();\n\t\t\tint c = s.nextInt();\n\t\t\tint d = s.nextInt();\n\t\t\t\n\t\t\tint ans1=0,ans2=0;\n\t\t\tif(a%d==0) {\n\t\t\t\tans1=a/d;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans1=a/d+1;\n\t\t\t}\n\t\t\tif(c%b==0) {\n\t\t\t\tans2 = c/b;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tans2 = c/b+1;\n\t\t\t}\n\t\t\tif(ans1>=ans2) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\t\n\n\t\t\n\t\t\n\t}\n}",
"Main"
] |
import java.util.ArrayList;
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();
int d = s.nextInt();
int ans1=0,ans2=0;
if(a%d==0) {
ans1=a/d;
}
else {
ans1=a/d+1;
}
if(c%b==0) {
ans2 = c/b;
}
else {
ans2 = c/b+1;
}
if(ans1>=ans2) {
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,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
75,
5
],
[
75,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
48,
55
],
[
44,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
64,
71
],
[
6,
72
],
[
72,
73
],
[
0,
74
],
[
74,
75
],
[
74,
76
]
] |
[
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\tdo {\n\t\t\tc -= b;\n\t\t\tif(c <= 0) {\n\t\t\t\tSystem.out.print(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ta -= d;\n\t\t\t\tif(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}while(a != 0 && c != 0);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\tdo {\n\t\t\tc -= b;\n\t\t\tif(c <= 0) {\n\t\t\t\tSystem.out.print(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ta -= d;\n\t\t\t\tif(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}while(a != 0 && c != 0);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\tdo {\n\t\t\tc -= b;\n\t\t\tif(c <= 0) {\n\t\t\t\tSystem.out.print(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ta -= d;\n\t\t\t\tif(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}while(a != 0 && c != 0);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\tdo {\n\t\t\tc -= b;\n\t\t\tif(c <= 0) {\n\t\t\t\tSystem.out.print(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ta -= d;\n\t\t\t\tif(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}while(a != 0 && c != 0);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"do {\n\t\t\tc -= b;\n\t\t\tif(c <= 0) {\n\t\t\t\tSystem.out.print(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ta -= d;\n\t\t\t\tif(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}while(a != 0 && c != 0);",
"a != 0 && c != 0",
"a != 0",
"a",
"0",
"c != 0",
"c",
"0",
"{\n\t\t\tc -= b;\n\t\t\tif(c <= 0) {\n\t\t\t\tSystem.out.print(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ta -= d;\n\t\t\t\tif(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"c -= b",
"c",
"b",
"if(c <= 0) {\n\t\t\t\tSystem.out.print(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ta -= d;\n\t\t\t\tif(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}",
"c <= 0",
"c",
"0",
"{\n\t\t\t\tSystem.out.print(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}",
"System.out.print(\"Yes\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"Yes\"",
"return;",
"{\n\t\t\t\ta -= d;\n\t\t\t\tif(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}",
"a -= d",
"a",
"d",
"if(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}",
"a <= 0",
"a",
"0",
"{\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}",
"System.out.print(\"No\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\tdo {\n\t\t\tc -= b;\n\t\t\tif(c <= 0) {\n\t\t\t\tSystem.out.print(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ta -= d;\n\t\t\t\tif(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}while(a != 0 && c != 0);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\tdo {\n\t\t\tc -= b;\n\t\t\tif(c <= 0) {\n\t\t\t\tSystem.out.print(\"Yes\");\n\t\t\t\treturn;\n\t\t\t}\n\t\t\telse {\n\t\t\t\ta -= d;\n\t\t\t\tif(a <= 0) {\n\t\t\t\t\tSystem.out.print(\"No\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}while(a != 0 && c != 0);\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
do {
c -= b;
if(c <= 0) {
System.out.print("Yes");
return;
}
else {
a -= d;
if(a <= 0) {
System.out.print("No");
return;
}
}
}while(a != 0 && c != 0);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
4,
18,
13,
2,
13,
13,
17,
41,
13,
2,
4,
18,
13,
2,
13,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
34,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
44,
51
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
52,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
8,
70
],
[
70,
71
],
[
71,
72
],
[
6,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] |
[
"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\n\t\tint a = sc.nextInt(); //高橋体力\n\t\tint b = sc.nextInt(); //高橋攻撃力\n\t\tint c = sc.nextInt(); //青木体力\n\t\tint d = sc.nextInt(); //青木攻撃力\n\n\t\tdouble num1 = Math.ceil((double)a / d) + 1;\n\t\tdouble num2 = Math.ceil((double)c / b) + 1;\n\n\t\tif(num2 <= num1) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\tsc.close();\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt(); //高橋体力\n\t\tint b = sc.nextInt(); //高橋攻撃力\n\t\tint c = sc.nextInt(); //青木体力\n\t\tint d = sc.nextInt(); //青木攻撃力\n\n\t\tdouble num1 = Math.ceil((double)a / d) + 1;\n\t\tdouble num2 = Math.ceil((double)c / b) + 1;\n\n\t\tif(num2 <= num1) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\tsc.close();\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt(); //高橋体力\n\t\tint b = sc.nextInt(); //高橋攻撃力\n\t\tint c = sc.nextInt(); //青木体力\n\t\tint d = sc.nextInt(); //青木攻撃力\n\n\t\tdouble num1 = Math.ceil((double)a / d) + 1;\n\t\tdouble num2 = Math.ceil((double)c / b) + 1;\n\n\t\tif(num2 <= num1) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\tsc.close();\n\n\t}",
"main",
"{\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt(); //高橋体力\n\t\tint b = sc.nextInt(); //高橋攻撃力\n\t\tint c = sc.nextInt(); //青木体力\n\t\tint d = sc.nextInt(); //青木攻撃力\n\n\t\tdouble num1 = Math.ceil((double)a / d) + 1;\n\t\tdouble num2 = Math.ceil((double)c / b) + 1;\n\n\t\tif(num2 <= num1) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\tsc.close();\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"double num1 = Math.ceil((double)a / d) + 1;",
"num1",
"Math.ceil((double)a / d) + 1",
"Math.ceil((double)a / d)",
"Math.ceil",
"Math",
"(double)a / d",
"(double)a",
"d",
"1",
"double num2 = Math.ceil((double)c / b) + 1;",
"num2",
"Math.ceil((double)c / b) + 1",
"Math.ceil((double)c / b)",
"Math.ceil",
"Math",
"(double)c / b",
"(double)c",
"b",
"1",
"if(num2 <= num1) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"num2 <= num1",
"num2",
"num1",
"{\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\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt(); //高橋体力\n\t\tint b = sc.nextInt(); //高橋攻撃力\n\t\tint c = sc.nextInt(); //青木体力\n\t\tint d = sc.nextInt(); //青木攻撃力\n\n\t\tdouble num1 = Math.ceil((double)a / d) + 1;\n\t\tdouble num2 = Math.ceil((double)c / b) + 1;\n\n\t\tif(num2 <= num1) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\tsc.close();\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt(); //高橋体力\n\t\tint b = sc.nextInt(); //高橋攻撃力\n\t\tint c = sc.nextInt(); //青木体力\n\t\tint d = sc.nextInt(); //青木攻撃力\n\n\t\tdouble num1 = Math.ceil((double)a / d) + 1;\n\t\tdouble num2 = Math.ceil((double)c / b) + 1;\n\n\t\tif(num2 <= num1) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\tsc.close();\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);
int a = sc.nextInt(); //高橋体力
int b = sc.nextInt(); //高橋攻撃力
int c = sc.nextInt(); //青木体力
int d = sc.nextInt(); //青木攻撃力
double num1 = Math.ceil((double)a / d) + 1;
double num2 = Math.ceil((double)c / b) + 1;
if(num2 <= num1) {
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,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
13,
2,
13,
17,
13,
2,
2,
13,
2,
13,
17,
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
],
[
63,
5
],
[
63,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
34,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
41,
47
],
[
32,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
32,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
6,
60
],
[
60,
61
],
[
0,
62
],
[
62,
63
],
[
62,
64
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n if((c+(b-1))/b>(a+(d-1))/d) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n if((c+(b-1))/b>(a+(d-1))/d) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n if((c+(b-1))/b>(a+(d-1))/d) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n if((c+(b-1))/b>(a+(d-1))/d) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int c = scanner.nextInt();",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int d = scanner.nextInt();",
"d",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if((c+(b-1))/b>(a+(d-1))/d) System.out.println(\"No\");\n else System.out.println(\"Yes\");",
"(c+(b-1))/b>(a+(d-1))/d",
"(c+(b-1))/b",
"(c+(b-1))",
"c",
"(b-1)",
"b",
"1",
"b",
"(a+(d-1))/d",
"(a+(d-1))",
"a",
"(d-1)",
"d",
"1",
"d",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n if((c+(b-1))/b>(a+(d-1))/d) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int d = scanner.nextInt();\n if((c+(b-1))/b>(a+(d-1))/d) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
int d = scanner.nextInt();
if((c+(b-1))/b>(a+(d-1))/d) 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,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
18,
13,
13,
41,
13,
18,
13,
13,
41,
13,
20,
41,
13,
20,
41,
13,
20,
4,
18,
13,
17,
13,
13,
4,
18,
13,
23,
13,
6,
13,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
42,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
23,
13,
23,
13,
23,
13,
6,
13,
41,
13,
12,
13,
30,
0,
13,
20,
23,
13,
12,
13,
30,
0,
18,
36,
13,
20,
23,
13,
12,
13,
30,
4,
18,
13,
6,
13,
41,
13,
41,
13,
20,
17,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
14,
2,
13,
40,
17,
30,
37,
20,
14,
2,
13,
13,
30,
0,
13,
17,
38,
5,
13,
30,
37,
20,
30,
0,
13,
4,
18,
13,
13,
14,
2,
13,
17,
30,
29,
40,
17,
29,
18,
13,
40,
13,
12,
13,
30,
41,
13,
4,
13,
42,
4,
13,
13,
30,
0,
13,
4,
13,
41,
13,
17,
14,
2,
13,
17,
30,
0,
13,
40,
17,
0,
13,
4,
13,
41,
13,
17,
42,
40,
4,
13,
13,
30,
14,
2,
2,
13,
17,
2,
13,
17,
30,
37,
20,
0,
13,
17,
0,
13,
2,
13,
17,
0,
13,
4,
13,
29,
2,
13,
13,
12,
13,
30,
14,
2,
13,
17,
30,
29,
4,
18,
13,
13,
29,
4,
13,
13,
23,
13,
12,
13,
30,
29,
2,
2,
2,
2,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
40,
17,
23,
13,
6,
13,
12,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
19,
20
],
[
19,
21
],
[
0,
22
],
[
22,
23
],
[
22,
24
],
[
0,
25
],
[
25,
26
],
[
25,
27
],
[
0,
28
],
[
28,
29
],
[
28,
30
],
[
0,
31
],
[
31,
32
],
[
31,
33
],
[
0,
34
],
[
34,
35
],
[
34,
36
],
[
0,
37
],
[
353,
38
],
[
353,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
41,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
41,
52
],
[
52,
53
],
[
52,
54
],
[
41,
55
],
[
55,
56
],
[
55,
57
],
[
41,
58
],
[
58,
59
],
[
58,
60
],
[
41,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
61,
65
],
[
61,
66
],
[
41,
67
],
[
67,
68
],
[
68,
69
],
[
39,
70
],
[
70,
71
],
[
353,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
80,
81
],
[
76,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
85,
86
],
[
76,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
90,
91
],
[
76,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
95,
96
],
[
76,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
108,
113
],
[
107,
114
],
[
99,
115
],
[
115,
116
],
[
115,
117
],
[
99,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
122,
129
],
[
74,
130
],
[
130,
131
],
[
74,
132
],
[
132,
133
],
[
74,
134
],
[
134,
135
],
[
353,
136
],
[
136,
137
],
[
136,
138
],
[
138,
139
],
[
136,
140
],
[
140,
141
],
[
140,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
140,
146
],
[
146,
147
],
[
136,
148
],
[
148,
149
],
[
148,
150
],
[
150,
151
],
[
151,
152
],
[
152,
153
],
[
152,
154
],
[
151,
155
],
[
148,
156
],
[
156,
157
],
[
136,
158
],
[
158,
159
],
[
158,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
353,
164
],
[
164,
165
],
[
164,
166
],
[
166,
167
],
[
164,
168
],
[
168,
169
],
[
168,
170
],
[
164,
172
],
[
172,
173
],
[
164,
174
],
[
174,
175
],
[
164,
176
],
[
176,
177
],
[
164,
178
],
[
178,
179
],
[
178,
180
],
[
180,
181
],
[
181,
182
],
[
182,
183
],
[
182,
184
],
[
181,
185
],
[
178,
186
],
[
186,
187
],
[
164,
188
],
[
188,
189
],
[
188,
190
],
[
190,
191
],
[
191,
192
],
[
192,
193
],
[
192,
194
],
[
194,
195
],
[
191,
196
],
[
196,
197
],
[
197,
198
],
[
190,
199
],
[
199,
200
],
[
200,
201
],
[
200,
202
],
[
199,
203
],
[
203,
204
],
[
204,
205
],
[
204,
206
],
[
203,
207
],
[
207,
208
],
[
208,
209
],
[
208,
210
],
[
210,
211
],
[
211,
212
],
[
207,
213
],
[
213,
214
],
[
214,
215
],
[
214,
216
],
[
216,
217
],
[
217,
218
],
[
216,
219
],
[
203,
220
],
[
220,
221
],
[
221,
222
],
[
221,
223
],
[
220,
224
],
[
224,
225
],
[
225,
226
],
[
226,
227
],
[
190,
228
],
[
228,
229
],
[
229,
230
],
[
229,
231
],
[
231,
232
],
[
164,
233
],
[
233,
234
],
[
233,
235
],
[
235,
236
],
[
236,
237
],
[
236,
238
],
[
238,
239
],
[
235,
240
],
[
240,
241
],
[
241,
242
],
[
241,
243
],
[
240,
244
],
[
244,
245
],
[
245,
246
],
[
245,
247
],
[
247,
248
],
[
235,
249
],
[
249,
250
],
[
249,
251
],
[
235,
252
],
[
252,
253
],
[
253,
254
],
[
253,
255
],
[
252,
256
],
[
256,
257
],
[
257,
258
],
[
257,
259
],
[
259,
260
],
[
256,
261
],
[
261,
262
],
[
261,
263
],
[
263,
264
],
[
235,
265
],
[
265,
266
],
[
265,
267
],
[
235,
268
],
[
268,
269
],
[
269,
270
],
[
270,
271
],
[
270,
272
],
[
268,
273
],
[
273,
274
],
[
274,
275
],
[
275,
276
],
[
276,
277
],
[
276,
278
],
[
275,
279
],
[
279,
280
],
[
279,
281
],
[
274,
282
],
[
282,
283
],
[
283,
284
],
[
273,
285
],
[
285,
286
],
[
285,
287
],
[
273,
288
],
[
288,
289
],
[
288,
290
],
[
290,
291
],
[
290,
292
],
[
273,
293
],
[
293,
294
],
[
293,
295
],
[
295,
296
],
[
235,
297
],
[
297,
298
],
[
298,
299
],
[
298,
300
],
[
164,
301
],
[
301,
302
],
[
301,
303
],
[
303,
304
],
[
304,
305
],
[
305,
306
],
[
305,
307
],
[
304,
308
],
[
308,
309
],
[
309,
310
],
[
310,
311
],
[
311,
312
],
[
310,
313
],
[
303,
314
],
[
314,
315
],
[
315,
316
],
[
315,
317
],
[
301,
318
],
[
318,
319
],
[
164,
320
],
[
320,
321
],
[
320,
322
],
[
322,
323
],
[
323,
324
],
[
327,
325
],
[
337,
326
],
[
334,
327
],
[
327,
328
],
[
328,
329
],
[
328,
330
],
[
327,
331
],
[
331,
332
],
[
331,
333
],
[
334,
334
],
[
334,
335
],
[
334,
336
],
[
337,
337
],
[
337,
338
],
[
337,
339
],
[
327,
340
],
[
340,
341
],
[
340,
342
],
[
342,
343
],
[
320,
344
],
[
344,
345
],
[
164,
346
],
[
346,
347
],
[
346,
348
],
[
348,
349
],
[
348,
350
],
[
350,
351
],
[
0,
352
],
[
352,
353
],
[
352,
354
]
] |
[
"import java.io.OutputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.PrintStream;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.io.BufferedWriter;\nimport java.io.Writer;\nimport java.io.OutputStreamWriter;\nimport java.util.InputMismatchException;\nimport java.io.IOException;\nimport java.io.InputStream;\n\n/**\n * Built using CHelper plug-in\n * Actual solution is at the top\n *\n * @author srikanth\n */\npublic class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_b solver = new abc164_b();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_b {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int d = in.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}\n",
"import java.io.OutputStream;",
"OutputStream",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.io.PrintStream;",
"PrintStream",
"java.io",
"import java.io.OutputStream;",
"OutputStream",
"java.io",
"import java.io.PrintWriter;",
"PrintWriter",
"java.io",
"import java.io.BufferedWriter;",
"BufferedWriter",
"java.io",
"import java.io.Writer;",
"Writer",
"java.io",
"import java.io.OutputStreamWriter;",
"OutputStreamWriter",
"java.io",
"import java.util.InputMismatchException;",
"InputMismatchException",
"java.util",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_b solver = new abc164_b();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_b {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int d = in.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}",
"Main",
"public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_b solver = new abc164_b();\n solver.solve(1, in, out);\n out.close();\n }",
"main",
"{\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_b solver = new abc164_b();\n solver.solve(1, in, out);\n out.close();\n }",
"InputStream inputStream = System.in;",
"inputStream",
"System.in",
"System",
"System.in",
"OutputStream outputStream = System.out;",
"outputStream",
"System.out",
"System",
"System.out",
"InputReader in = new InputReader(inputStream);",
"in",
"new InputReader(inputStream)",
"OutputWriter out = new OutputWriter(outputStream);",
"out",
"new OutputWriter(outputStream)",
"abc164_b solver = new abc164_b();",
"solver",
"new abc164_b()",
"solver.solve(1, in, out)",
"solver.solve",
"solver",
"1",
"in",
"out",
"out.close()",
"out.close",
"out",
"String[] args",
"args",
"static class abc164_b {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int d = in.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }\n\n }",
"abc164_b",
"public void solve(int testNumber, InputReader in, OutputWriter out) {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int d = in.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }",
"solve",
"{\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int d = in.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }",
"int a = in.nextInt();",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"int b = in.nextInt();",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"int c = in.nextInt();",
"c",
"in.nextInt()",
"in.nextInt",
"in",
"int d = in.nextInt();",
"d",
"in.nextInt()",
"in.nextInt",
"in",
"while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n return;\n }\n }",
"true",
"{\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n return;\n }\n }",
"c -= b",
"c",
"b",
"if (c <= 0) {\n System.out.println(\"Yes\");\n return;\n }",
"c <= 0",
"c",
"0",
"{\n System.out.println(\"Yes\");\n return;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"return;",
"a -= d",
"a",
"d",
"if (a <= 0) {\n System.out.println(\"No\");\n return;\n }",
"a <= 0",
"a",
"0",
"{\n System.out.println(\"No\");\n return;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"int testNumber",
"testNumber",
"InputReader in",
"in",
"OutputWriter out",
"out",
"static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void close() {\n writer.close();\n }\n\n }",
"OutputWriter",
"private final PrintWriter writer;",
"writer",
"public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }",
"OutputWriter",
"{\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }",
"writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))",
"writer",
"new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))",
"OutputStream outputStream",
"outputStream",
"public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }",
"OutputWriter",
"{\n this.writer = new PrintWriter(writer);\n }",
"this.writer = new PrintWriter(writer)",
"this.writer",
"this",
"this.writer",
"new PrintWriter(writer)",
"Writer writer",
"writer",
"public void close() {\n writer.close();\n }",
"close",
"{\n writer.close();\n }",
"writer.close()",
"writer.close",
"writer",
"static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }",
"InputReader",
"private InputStream stream;",
"stream",
"private byte[] buf = new byte[1024];",
"buf",
"new byte[1024]",
"1024",
"private int curChar;",
"curChar",
"private int numChars;",
"numChars",
"private InputReader.SpaceCharFilter filter;",
"filter",
"public InputReader(InputStream stream) {\n this.stream = stream;\n }",
"InputReader",
"{\n this.stream = stream;\n }",
"this.stream = stream",
"this.stream",
"this",
"this.stream",
"stream",
"InputStream stream",
"stream",
"public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }",
"read",
"{\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }",
"if (numChars == -1) {\n throw new InputMismatchException();\n }",
"numChars == -1",
"numChars",
"-1",
"1",
"{\n throw new InputMismatchException();\n }",
"throw new InputMismatchException();",
"new InputMismatchException()",
"if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }",
"curChar >= numChars",
"curChar",
"numChars",
"{\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }",
"curChar = 0",
"curChar",
"0",
"try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }",
"catch (IOException e) {\n throw new InputMismatchException();\n }",
"IOException e",
"{\n throw new InputMismatchException();\n }",
"throw new InputMismatchException();",
"new InputMismatchException()",
"{\n numChars = stream.read(buf);\n }",
"numChars = stream.read(buf)",
"numChars",
"stream.read(buf)",
"stream.read",
"stream",
"buf",
"if (numChars <= 0) {\n return -1;\n }",
"numChars <= 0",
"numChars",
"0",
"{\n return -1;\n }",
"return -1;",
"-1",
"1",
"return buf[curChar++];",
"buf[curChar++]",
"buf",
"curChar++",
"curChar",
"public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }",
"nextInt",
"{\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }",
"int c = read();",
"c",
"read()",
"read",
"while (isSpaceChar(c)) {\n c = read();\n }",
"isSpaceChar(c)",
"isSpaceChar",
"c",
"{\n c = read();\n }",
"c = read()",
"c",
"read()",
"read",
"int sgn = 1;",
"sgn",
"1",
"if (c == '-') {\n sgn = -1;\n c = read();\n }",
"c == '-'",
"c",
"'-'",
"{\n sgn = -1;\n c = read();\n }",
"sgn = -1",
"sgn",
"-1",
"1",
"c = read()",
"c",
"read()",
"read",
"int res = 0;",
"res",
"0",
"do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));",
"!isSpaceChar(c)",
"isSpaceChar(c)",
"isSpaceChar",
"c",
"{\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n }",
"if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }",
"c < '0' || c > '9'",
"c < '0'",
"c",
"'0'",
"c > '9'",
"c",
"'9'",
"{\n throw new InputMismatchException();\n }",
"throw new InputMismatchException();",
"new InputMismatchException()",
"res *= 10",
"res",
"10",
"res += c - '0'",
"res",
"c - '0'",
"c",
"'0'",
"c = read()",
"c",
"read()",
"read",
"return res * sgn;",
"res * sgn",
"res",
"sgn",
"public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }",
"isSpaceChar",
"{\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }",
"if (filter != null) {\n return filter.isSpaceChar(c);\n }",
"filter != null",
"filter",
"null",
"{\n return filter.isSpaceChar(c);\n }",
"return filter.isSpaceChar(c);",
"filter.isSpaceChar(c)",
"filter.isSpaceChar",
"filter",
"c",
"return isWhitespace(c);",
"isWhitespace(c)",
"isWhitespace",
"c",
"int c",
"c",
"public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }",
"isWhitespace",
"{\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }",
"return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;",
"c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1",
"c == '\\t'",
"c == '\\r'",
"c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1",
"c == ' '",
"c",
"' '",
"c == '\\n'",
"c",
"'\\n'",
"c == '\\r'",
"c",
"'\\r'",
"c == '\\t'",
"c",
"'\\t'",
"c == -1",
"c",
"-1",
"1",
"int c",
"c",
"public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }",
"SpaceCharFilter",
"public boolean isSpaceChar(int ch);",
"isSpaceChar",
"int ch",
"ch",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_b solver = new abc164_b();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_b {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int d = in.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}",
"public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n abc164_b solver = new abc164_b();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class abc164_b {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int d = in.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n// System.out.println(\"numchars \"+numChars);\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}",
"Main"
] |
import java.io.OutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.io.BufferedWriter;
import java.io.Writer;
import java.io.OutputStreamWriter;
import java.util.InputMismatchException;
import java.io.IOException;
import java.io.InputStream;
/**
* Built using CHelper plug-in
* Actual solution is at the top
*
* @author srikanth
*/
public class Main {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = System.out;
InputReader in = new InputReader(inputStream);
OutputWriter out = new OutputWriter(outputStream);
abc164_b solver = new abc164_b();
solver.solve(1, in, out);
out.close();
}
static class abc164_b {
public void solve(int testNumber, InputReader in, OutputWriter out) {
int a = in.nextInt();
int b = in.nextInt();
int c = in.nextInt();
int d = in.nextInt();
while (true) {
c -= b;
if (c <= 0) {
System.out.println("Yes");
return;
}
a -= d;
if (a <= 0) {
System.out.println("No");
return;
}
}
}
}
static class OutputWriter {
private final PrintWriter writer;
public OutputWriter(OutputStream outputStream) {
writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));
}
public OutputWriter(Writer writer) {
this.writer = new PrintWriter(writer);
}
public void close() {
writer.close();
}
}
static class InputReader {
private InputStream stream;
private byte[] buf = new byte[1024];
private int curChar;
private int numChars;
private InputReader.SpaceCharFilter filter;
public InputReader(InputStream stream) {
this.stream = stream;
}
public int read() {
// System.out.println("numchars "+numChars);
if (numChars == -1) {
throw new InputMismatchException();
}
if (curChar >= numChars) {
curChar = 0;
try {
numChars = stream.read(buf);
} catch (IOException e) {
throw new InputMismatchException();
}
if (numChars <= 0) {
return -1;
}
}
return buf[curChar++];
}
public int nextInt() {
int c = read();
while (isSpaceChar(c)) {
c = read();
}
int sgn = 1;
if (c == '-') {
sgn = -1;
c = read();
}
int res = 0;
do {
if (c < '0' || c > '9') {
throw new InputMismatchException();
}
res *= 10;
res += c - '0';
c = read();
} while (!isSpaceChar(c));
return res * sgn;
}
public boolean isSpaceChar(int c) {
if (filter != null) {
return filter.isSpaceChar(c);
}
return isWhitespace(c);
}
public static boolean isWhitespace(int c) {
return c == ' ' || c == '\n' || c == '\r' || c == '\t' || c == -1;
}
public interface SpaceCharFilter {
public boolean isSpaceChar(int ch);
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
14,
2,
2,
13,
17,
17,
30,
0,
13,
2,
13,
13,
30,
0,
13,
2,
13,
13,
40,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
85,
5
],
[
85,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
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
],
[
45,
49
],
[
44,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
44,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
43,
62
],
[
62,
63
],
[
8,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
64,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
6,
82
],
[
82,
83
],
[
0,
84
],
[
84,
85
],
[
84,
86
]
] |
[
"import java.util.*;\npublic class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n int count = 0;\n while (A > 0 && C > 0) {\n if (count % 2 == 0) {\n C = C - B;\n } else {\n A = A - D;\n }\n count++;\n }\n\n if (A>0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n int count = 0;\n while (A > 0 && C > 0) {\n if (count % 2 == 0) {\n C = C - B;\n } else {\n A = A - D;\n }\n count++;\n }\n\n if (A>0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n int count = 0;\n while (A > 0 && C > 0) {\n if (count % 2 == 0) {\n C = C - B;\n } else {\n A = A - D;\n }\n count++;\n }\n\n if (A>0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n int count = 0;\n while (A > 0 && C > 0) {\n if (count % 2 == 0) {\n C = C - B;\n } else {\n A = A - D;\n }\n count++;\n }\n\n if (A>0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int A = scanner.nextInt();",
"A",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int B = scanner.nextInt();",
"B",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int C = scanner.nextInt();",
"C",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int D = scanner.nextInt();",
"D",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int count = 0;",
"count",
"0",
"while (A > 0 && C > 0) {\n if (count % 2 == 0) {\n C = C - B;\n } else {\n A = A - D;\n }\n count++;\n }",
"A > 0 && C > 0",
"A > 0",
"A",
"0",
"C > 0",
"C",
"0",
"{\n if (count % 2 == 0) {\n C = C - B;\n } else {\n A = A - D;\n }\n count++;\n }",
"if (count % 2 == 0) {\n C = C - B;\n } else {\n A = A - D;\n }",
"count % 2 == 0",
"count % 2",
"count",
"2",
"0",
"{\n C = C - B;\n }",
"C = C - B",
"C",
"C - B",
"C",
"B",
"{\n A = A - D;\n }",
"A = A - D",
"A",
"A - D",
"A",
"D",
"count++",
"count",
"if (A>0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"A>0",
"A",
"0",
"{\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 Scanner scanner = new Scanner(System.in);\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n int count = 0;\n while (A > 0 && C > 0) {\n if (count % 2 == 0) {\n C = C - B;\n } else {\n A = A - D;\n }\n count++;\n }\n\n if (A>0) {\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) {\n Scanner scanner = new Scanner(System.in);\n int A = scanner.nextInt();\n int B = scanner.nextInt();\n int C = scanner.nextInt();\n int D = scanner.nextInt();\n int count = 0;\n while (A > 0 && C > 0) {\n if (count % 2 == 0) {\n C = C - B;\n } else {\n A = A - D;\n }\n count++;\n }\n\n if (A>0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int A = scanner.nextInt();
int B = scanner.nextInt();
int C = scanner.nextInt();
int D = scanner.nextInt();
int count = 0;
while (A > 0 && C > 0) {
if (count % 2 == 0) {
C = C - B;
} else {
A = A - D;
}
count++;
}
if (A>0) {
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,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
11,
1,
41,
13,
17,
1,
40,
13,
30,
30,
14,
2,
2,
13,
17,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
95,
5
],
[
95,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
46,
47
],
[
40,
48
],
[
49,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
50,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
56,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
66,
73
],
[
50,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
77,
79
],
[
74,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
85,
90
],
[
84,
91
],
[
6,
92
],
[
92,
93
],
[
0,
94
],
[
94,
95
],
[
94,
96
]
] |
[
"import java.util.*;\n\npublic class Main {\n\tpublic static void main(final String[] args) {\n final Scanner sc = new Scanner(System.in);\n int a, b,c,d;\n a = sc.nextInt(); // 高橋体力\n b = sc.nextInt(); // 高橋攻撃\n c = sc.nextInt(); // 青木体力\n d = sc.nextInt(); // 青木攻撃\n for(int i=0;;i++){\n if(i%2==0){\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }else{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n }\n\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(final String[] args) {\n final Scanner sc = new Scanner(System.in);\n int a, b,c,d;\n a = sc.nextInt(); // 高橋体力\n b = sc.nextInt(); // 高橋攻撃\n c = sc.nextInt(); // 青木体力\n d = sc.nextInt(); // 青木攻撃\n for(int i=0;;i++){\n if(i%2==0){\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }else{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n }\n\n }\n}",
"Main",
"public static void main(final String[] args) {\n final Scanner sc = new Scanner(System.in);\n int a, b,c,d;\n a = sc.nextInt(); // 高橋体力\n b = sc.nextInt(); // 高橋攻撃\n c = sc.nextInt(); // 青木体力\n d = sc.nextInt(); // 青木攻撃\n for(int i=0;;i++){\n if(i%2==0){\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }else{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n }\n\n }",
"main",
"{\n final Scanner sc = new Scanner(System.in);\n int a, b,c,d;\n a = sc.nextInt(); // 高橋体力\n b = sc.nextInt(); // 高橋攻撃\n c = sc.nextInt(); // 青木体力\n d = sc.nextInt(); // 青木攻撃\n for(int i=0;;i++){\n if(i%2==0){\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }else{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n }\n\n }",
"final Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c",
"c",
"d;",
"d",
"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",
"d = sc.nextInt()",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"for(int i=0;;i++){\n if(i%2==0){\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }else{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i++",
"i++",
"i",
"{\n if(i%2==0){\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }else{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n }",
"{\n if(i%2==0){\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }else{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n }",
"if(i%2==0){\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }else{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }",
"i%2==0",
"i%2",
"i",
"2",
"0",
"{\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }",
"c=c-b",
"c",
"c-b",
"c",
"b",
"if(c<=0){\n System.out.println(\"Yes\");\n break;\n }",
"c<=0",
"c",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }",
"a=a-d",
"a",
"a-d",
"a",
"d",
"if(a<=0){\n System.out.println(\"No\");\n break;\n }",
"a<=0",
"a",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"final String[] args",
"args",
"public class Main {\n\tpublic static void main(final String[] args) {\n final Scanner sc = new Scanner(System.in);\n int a, b,c,d;\n a = sc.nextInt(); // 高橋体力\n b = sc.nextInt(); // 高橋攻撃\n c = sc.nextInt(); // 青木体力\n d = sc.nextInt(); // 青木攻撃\n for(int i=0;;i++){\n if(i%2==0){\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }else{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n }\n\n }\n}",
"public class Main {\n\tpublic static void main(final String[] args) {\n final Scanner sc = new Scanner(System.in);\n int a, b,c,d;\n a = sc.nextInt(); // 高橋体力\n b = sc.nextInt(); // 高橋攻撃\n c = sc.nextInt(); // 青木体力\n d = sc.nextInt(); // 青木攻撃\n for(int i=0;;i++){\n if(i%2==0){\n //高橋が青木攻撃\n c=c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n break;\n }\n }else{\n //青木が高橋攻撃\n a=a-d;\n if(a<=0){\n System.out.println(\"No\");\n break;\n }\n\n }\n }\n\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(final String[] args) {
final Scanner sc = new Scanner(System.in);
int a, b,c,d;
a = sc.nextInt(); // 高橋体力
b = sc.nextInt(); // 高橋攻撃
c = sc.nextInt(); // 青木体力
d = sc.nextInt(); // 青木攻撃
for(int i=0;;i++){
if(i%2==0){
//高橋が青木攻撃
c=c-b;
if(c<=0){
System.out.println("Yes");
break;
}
}else{
//青木が高橋攻撃
a=a-d;
if(a<=0){
System.out.println("No");
break;
}
}
}
}
}
|
[
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,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
3,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
74,
5
],
[
74,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
40,
50
],
[
50,
51
],
[
50,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
53,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
6,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\t\twhile (A > 0 && C > 0) {\n\t\t\tC -= B;\n\t\t\tif(C<=0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t}\n\t\tif (A <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\t\twhile (A > 0 && C > 0) {\n\t\t\tC -= B;\n\t\t\tif(C<=0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t}\n\t\tif (A <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\t\twhile (A > 0 && C > 0) {\n\t\t\tC -= B;\n\t\t\tif(C<=0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t}\n\t\tif (A <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\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\tint D = sc.nextInt();\n\t\twhile (A > 0 && C > 0) {\n\t\t\tC -= B;\n\t\t\tif(C<=0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t}\n\t\tif (A <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\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",
"int D = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while (A > 0 && C > 0) {\n\t\t\tC -= B;\n\t\t\tif(C<=0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t}",
"A > 0 && C > 0",
"A > 0",
"A",
"0",
"C > 0",
"C",
"0",
"{\n\t\t\tC -= B;\n\t\t\tif(C<=0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t}",
"C -= B",
"C",
"B",
"if(C<=0) {\n\t\t\t\tbreak;\n\t\t\t}",
"C<=0",
"C",
"0",
"{\n\t\t\t\tbreak;\n\t\t\t}",
"break;",
"A -= D",
"A",
"D",
"if (A <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"A <= 0",
"A",
"0",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\t\twhile (A > 0 && C > 0) {\n\t\t\tC -= B;\n\t\t\tif(C<=0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t}\n\t\tif (A <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\t\twhile (A > 0 && C > 0) {\n\t\t\tC -= B;\n\t\t\tif(C<=0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t}\n\t\tif (A <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
int A = sc.nextInt();
int B = sc.nextInt();
int C = sc.nextInt();
int D = sc.nextInt();
while (A > 0 && C > 0) {
C -= B;
if(C<=0) {
break;
}
A -= D;
}
if (A <= 0) {
System.out.println("No");
} else {
System.out.println("Yes");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
42,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
71,
8
],
[
71,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
45,
52
],
[
37,
53
],
[
53,
54
],
[
53,
55
],
[
37,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
60,
67
],
[
9,
68
],
[
68,
69
],
[
0,
70
],
[
70,
71
],
[
70,
72
]
] |
[
"import java.util.*;\nimport java.math.BigInteger;\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 int d = sc.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.math.BigInteger;",
"BigInteger",
"java.math",
"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 int d = sc.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\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 int d = sc.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\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 int d = sc.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n }",
"true",
"{\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n }",
"c -= b",
"c",
"b",
"if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }",
"c <= 0",
"c",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"a -= d",
"a",
"d",
"if (a <= 0) {\n System.out.println(\"No\");\n break;\n }",
"a <= 0",
"a",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"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 int d = sc.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\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 int d = sc.nextInt();\n while (true) {\n c -= b;\n if (c <= 0) {\n System.out.println(\"Yes\");\n break;\n }\n a -= d;\n if (a <= 0) {\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"Main"
] |
import java.util.*;
import java.math.BigInteger;
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 = sc.nextInt();
while (true) {
c -= b;
if (c <= 0) {
System.out.println("Yes");
break;
}
a -= d;
if (a <= 0) {
System.out.println("No");
break;
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
2,
2,
2,
13,
13,
17,
13,
2,
2,
2,
13,
13,
17,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
68,
5
],
[
68,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
37,
43
],
[
36,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
44,
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
],
[
6,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] |
[
"import java.util.*;\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 int d = sc.nextInt();\n int z =0;\n if((a+d-1)/d>=(c+b-1)/b){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"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 int d = sc.nextInt();\n int z =0;\n if((a+d-1)/d>=(c+b-1)/b){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"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 int d = sc.nextInt();\n int z =0;\n if((a+d-1)/d>=(c+b-1)/b){\n System.out.println(\"Yes\");\n }\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 int d = sc.nextInt();\n int z =0;\n if((a+d-1)/d>=(c+b-1)/b){\n System.out.println(\"Yes\");\n }\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",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int z =0;",
"z",
"0",
"if((a+d-1)/d>=(c+b-1)/b){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }",
"(a+d-1)/d>=(c+b-1)/b",
"(a+d-1)/d",
"(a+d-1)",
"a+d",
"a",
"d",
"1",
"d",
"(c+b-1)/b",
"(c+b-1)",
"c+b",
"c",
"b",
"1",
"b",
"{\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 Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n int z =0;\n if((a+d-1)/d>=(c+b-1)/b){\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){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n int z =0;\n if((a+d-1)/d>=(c+b-1)/b){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"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();
int d = sc.nextInt();
int z =0;
if((a+d-1)/d>=(c+b-1)/b){
System.out.println("Yes");
}
else{
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
2,
13,
2,
13,
13,
17,
30,
40,
13,
14,
2,
2,
13,
2,
13,
13,
17,
30,
40,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
94,
5
],
[
94,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
43,
44
],
[
43,
45
],
[
38,
46
],
[
46,
47
],
[
47,
48
],
[
38,
49
],
[
50,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
52,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
50,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
66,
68
],
[
63,
69
],
[
62,
70
],
[
70,
71
],
[
71,
72
],
[
8,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
73,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
85,
90
],
[
6,
91
],
[
91,
92
],
[
0,
93
],
[
93,
94
],
[
93,
95
]
] |
[
"import java.util.*;\npublic class Main {\n public static void main(String[] args){\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n int t = 0;\n int ao = 0;\n for(int i=0; i<100; i++){\n if(c-b*i>0){\n t++;\n }\n if(a-d*i>0){\n ao++;\n }\n}\n if(t<=ao){\n \tSystem.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args){\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n int t = 0;\n int ao = 0;\n for(int i=0; i<100; i++){\n if(c-b*i>0){\n t++;\n }\n if(a-d*i>0){\n ao++;\n }\n}\n if(t<=ao){\n \tSystem.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n}\n}",
"Main",
"public static void main(String[] args){\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n int t = 0;\n int ao = 0;\n for(int i=0; i<100; i++){\n if(c-b*i>0){\n t++;\n }\n if(a-d*i>0){\n ao++;\n }\n}\n if(t<=ao){\n \tSystem.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n}",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n int t = 0;\n int ao = 0;\n for(int i=0; i<100; i++){\n if(c-b*i>0){\n t++;\n }\n if(a-d*i>0){\n ao++;\n }\n}\n if(t<=ao){\n \tSystem.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",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int t = 0;",
"t",
"0",
"int ao = 0;",
"ao",
"0",
"for(int i=0; i<100; i++){\n if(c-b*i>0){\n t++;\n }\n if(a-d*i>0){\n ao++;\n }\n}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<100",
"i",
"100",
"i++",
"i++",
"i",
"{\n if(c-b*i>0){\n t++;\n }\n if(a-d*i>0){\n ao++;\n }\n}",
"{\n if(c-b*i>0){\n t++;\n }\n if(a-d*i>0){\n ao++;\n }\n}",
"if(c-b*i>0){\n t++;\n }",
"c-b*i>0",
"c-b*i",
"c",
"b*i",
"b",
"i",
"0",
"{\n t++;\n }",
"t++",
"t",
"if(a-d*i>0){\n ao++;\n }",
"a-d*i>0",
"a-d*i",
"a",
"d*i",
"d",
"i",
"0",
"{\n ao++;\n }",
"ao++",
"ao",
"if(t<=ao){\n \tSystem.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"t<=ao",
"t",
"ao",
"{\n \tSystem.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 \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n int t = 0;\n int ao = 0;\n for(int i=0; i<100; i++){\n if(c-b*i>0){\n t++;\n }\n if(a-d*i>0){\n ao++;\n }\n}\n if(t<=ao){\n \tSystem.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n}\n}",
"public class Main {\n public static void main(String[] args){\n \n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n int t = 0;\n int ao = 0;\n for(int i=0; i<100; i++){\n if(c-b*i>0){\n t++;\n }\n if(a-d*i>0){\n ao++;\n }\n}\n if(t<=ao){\n \tSystem.out.println(\"Yes\");\n }else{\n System.out.println(\"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();
int d = sc.nextInt();
int t = 0;
int ao = 0;
for(int i=0; i<100; i++){
if(c-b*i>0){
t++;
}
if(a-d*i>0){
ao++;
}
}
if(t<=ao){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
42,
2,
13,
17,
30,
0,
13,
13,
40,
13,
42,
2,
13,
17,
30,
0,
13,
13,
40,
13,
14,
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
],
[
101,
5
],
[
101,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
55,
57
],
[
8,
58
],
[
58,
59
],
[
58,
60
],
[
8,
61
],
[
61,
62
],
[
61,
63
],
[
8,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
8,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
8,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
8,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
6,
98
],
[
98,
99
],
[
0,
100
],
[
100,
101
],
[
100,
102
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n String data = sc.nextLine();\n \n String[] array = data.split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n int c = Integer.parseInt(array[2]);\n int d = Integer.parseInt(array[3]);\n \n String result = \"No\";\n \n int count_a = 0;\n int count_c = 0;\n while(a > 0)\n {\n a -= d;\n count_a++;\n }\n while(c > 0)\n {\n c -= b;\n count_c++;\n }\n \n if(count_a >= count_c)\n {\n result = \"Yes\";\n }\n \n System.out.println(result);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n String data = sc.nextLine();\n \n String[] array = data.split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n int c = Integer.parseInt(array[2]);\n int d = Integer.parseInt(array[3]);\n \n String result = \"No\";\n \n int count_a = 0;\n int count_c = 0;\n while(a > 0)\n {\n a -= d;\n count_a++;\n }\n while(c > 0)\n {\n c -= b;\n count_c++;\n }\n \n if(count_a >= count_c)\n {\n result = \"Yes\";\n }\n \n System.out.println(result);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n String data = sc.nextLine();\n \n String[] array = data.split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n int c = Integer.parseInt(array[2]);\n int d = Integer.parseInt(array[3]);\n \n String result = \"No\";\n \n int count_a = 0;\n int count_c = 0;\n while(a > 0)\n {\n a -= d;\n count_a++;\n }\n while(c > 0)\n {\n c -= b;\n count_c++;\n }\n \n if(count_a >= count_c)\n {\n result = \"Yes\";\n }\n \n System.out.println(result);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n String data = sc.nextLine();\n \n String[] array = data.split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n int c = Integer.parseInt(array[2]);\n int d = Integer.parseInt(array[3]);\n \n String result = \"No\";\n \n int count_a = 0;\n int count_c = 0;\n while(a > 0)\n {\n a -= d;\n count_a++;\n }\n while(c > 0)\n {\n c -= b;\n count_c++;\n }\n \n if(count_a >= count_c)\n {\n result = \"Yes\";\n }\n \n System.out.println(result);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String data = sc.nextLine();",
"data",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] array = data.split(\" \");",
"array",
"data.split(\" \")",
"data.split",
"data",
"\" \"",
"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",
"int d = Integer.parseInt(array[3]);",
"d",
"Integer.parseInt(array[3])",
"Integer.parseInt",
"Integer",
"array[3]",
"array",
"3",
"String result = \"No\";",
"result",
"\"No\"",
"int count_a = 0;",
"count_a",
"0",
"int count_c = 0;",
"count_c",
"0",
"while(a > 0)\n {\n a -= d;\n count_a++;\n }",
"a > 0",
"a",
"0",
"{\n a -= d;\n count_a++;\n }",
"a -= d",
"a",
"d",
"count_a++",
"count_a",
"while(c > 0)\n {\n c -= b;\n count_c++;\n }",
"c > 0",
"c",
"0",
"{\n c -= b;\n count_c++;\n }",
"c -= b",
"c",
"b",
"count_c++",
"count_c",
"if(count_a >= count_c)\n {\n result = \"Yes\";\n }",
"count_a >= count_c",
"count_a",
"count_c",
"{\n result = \"Yes\";\n }",
"result = \"Yes\"",
"result",
"\"Yes\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n String data = sc.nextLine();\n \n String[] array = data.split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n int c = Integer.parseInt(array[2]);\n int d = Integer.parseInt(array[3]);\n \n String result = \"No\";\n \n int count_a = 0;\n int count_c = 0;\n while(a > 0)\n {\n a -= d;\n count_a++;\n }\n while(c > 0)\n {\n c -= b;\n count_c++;\n }\n \n if(count_a >= count_c)\n {\n result = \"Yes\";\n }\n \n System.out.println(result);\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n String data = sc.nextLine();\n \n String[] array = data.split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n int c = Integer.parseInt(array[2]);\n int d = Integer.parseInt(array[3]);\n \n String result = \"No\";\n \n int count_a = 0;\n int count_c = 0;\n while(a > 0)\n {\n a -= d;\n count_a++;\n }\n while(c > 0)\n {\n c -= b;\n count_c++;\n }\n \n if(count_a >= count_c)\n {\n result = \"Yes\";\n }\n \n System.out.println(result);\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
String data = sc.nextLine();
String[] array = data.split(" ");
int a = Integer.parseInt(array[0]);
int b = Integer.parseInt(array[1]);
int c = Integer.parseInt(array[2]);
int d = Integer.parseInt(array[3]);
String result = "No";
int count_a = 0;
int count_c = 0;
while(a > 0)
{
a -= d;
count_a++;
}
while(c > 0)
{
c -= b;
count_c++;
}
if(count_a >= count_c)
{
result = "Yes";
}
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,
41,
13,
4,
18,
13,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
14,
2,
13,
17,
0,
13,
13,
0,
13,
13,
0,
13,
2,
17,
13,
4,
18,
18,
13,
13,
8,
2,
13,
17,
17,
17,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
76,
5
],
[
76,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
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
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
48,
50
],
[
44,
51
],
[
51,
52
],
[
51,
53
],
[
43,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
56,
58
],
[
8,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
64,
69
],
[
8,
70
],
[
70,
71
],
[
71,
72
],
[
6,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] |
[
"import java.util.*;\n \npublic class Main{\n\tpublic static void main(String[] args){\n \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\tint d = sc.nextInt();\n\t\tint p = 0;\n\t\twhile(a > 0 && c > 0){\n\t\t\tif(p == 0)\n\t\t\t\tc -= b;\n\t\t\telse\n\t\t\t\ta -= d;\n\t\t\tp = 1 - p;\n\t\t}\n\t\tSystem.out.println((a > 0)?\"Yes\":\"No\");\n\t\t\n\t\tsc.close();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n \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\tint d = sc.nextInt();\n\t\tint p = 0;\n\t\twhile(a > 0 && c > 0){\n\t\t\tif(p == 0)\n\t\t\t\tc -= b;\n\t\t\telse\n\t\t\t\ta -= d;\n\t\t\tp = 1 - p;\n\t\t}\n\t\tSystem.out.println((a > 0)?\"Yes\":\"No\");\n\t\t\n\t\tsc.close();\n }\n}",
"Main",
"public static void main(String[] args){\n \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\tint d = sc.nextInt();\n\t\tint p = 0;\n\t\twhile(a > 0 && c > 0){\n\t\t\tif(p == 0)\n\t\t\t\tc -= b;\n\t\t\telse\n\t\t\t\ta -= d;\n\t\t\tp = 1 - p;\n\t\t}\n\t\tSystem.out.println((a > 0)?\"Yes\":\"No\");\n\t\t\n\t\tsc.close();\n }",
"main",
"{\n \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\tint d = sc.nextInt();\n\t\tint p = 0;\n\t\twhile(a > 0 && c > 0){\n\t\t\tif(p == 0)\n\t\t\t\tc -= b;\n\t\t\telse\n\t\t\t\ta -= d;\n\t\t\tp = 1 - p;\n\t\t}\n\t\tSystem.out.println((a > 0)?\"Yes\":\"No\");\n\t\t\n\t\tsc.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",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int p = 0;",
"p",
"0",
"while(a > 0 && c > 0){\n\t\t\tif(p == 0)\n\t\t\t\tc -= b;\n\t\t\telse\n\t\t\t\ta -= d;\n\t\t\tp = 1 - p;\n\t\t}",
"a > 0 && c > 0",
"a > 0",
"a",
"0",
"c > 0",
"c",
"0",
"{\n\t\t\tif(p == 0)\n\t\t\t\tc -= b;\n\t\t\telse\n\t\t\t\ta -= d;\n\t\t\tp = 1 - p;\n\t\t}",
"if(p == 0)\n\t\t\t\tc -= b;\n\t\t\telse\n\t\t\t\ta -= d;",
"p == 0",
"p",
"0",
"c -= b",
"c",
"b",
"a -= d",
"a",
"d",
"p = 1 - p",
"p",
"1 - p",
"1",
"p",
"System.out.println((a > 0)?\"Yes\":\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(a > 0)?\"Yes\":\"No\"",
"(a > 0)",
"a",
"0",
"\"Yes\"",
"\"No\"",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n \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\tint d = sc.nextInt();\n\t\tint p = 0;\n\t\twhile(a > 0 && c > 0){\n\t\t\tif(p == 0)\n\t\t\t\tc -= b;\n\t\t\telse\n\t\t\t\ta -= d;\n\t\t\tp = 1 - p;\n\t\t}\n\t\tSystem.out.println((a > 0)?\"Yes\":\"No\");\n\t\t\n\t\tsc.close();\n }\n}",
"public class Main{\n\tpublic static void main(String[] args){\n \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\tint d = sc.nextInt();\n\t\tint p = 0;\n\t\twhile(a > 0 && c > 0){\n\t\t\tif(p == 0)\n\t\t\t\tc -= b;\n\t\t\telse\n\t\t\t\ta -= d;\n\t\t\tp = 1 - p;\n\t\t}\n\t\tSystem.out.println((a > 0)?\"Yes\":\"No\");\n\t\t\n\t\tsc.close();\n }\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
int p = 0;
while(a > 0 && c > 0){
if(p == 0)
c -= b;
else
a -= d;
p = 1 - p;
}
System.out.println((a > 0)?"Yes":"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,
4,
18,
13,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
3,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
82,
5
],
[
82,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
40,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
57,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
6,
79
],
[
79,
80
],
[
0,
81
],
[
81,
82
],
[
81,
83
]
] |
[
"import java.util.*;\n \npublic class Main {\n public static void main(String[] args){\n Scanner scn = new Scanner(System.in);\n int A = scn.nextInt();\n int B = scn.nextInt();\n int C = scn.nextInt();\n int D = scn.nextInt();\n \n while(C>0 && A>0){\n C = C-B;\n \n if(C<=0){\n break;\n }\n \n A = A-D;\n } \n \n if(C<=0){\n System.out.println(\"Yes\");\n }\n else if(A<=0){ \n System.out.println(\"No\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args){\n Scanner scn = new Scanner(System.in);\n int A = scn.nextInt();\n int B = scn.nextInt();\n int C = scn.nextInt();\n int D = scn.nextInt();\n \n while(C>0 && A>0){\n C = C-B;\n \n if(C<=0){\n break;\n }\n \n A = A-D;\n } \n \n if(C<=0){\n System.out.println(\"Yes\");\n }\n else if(A<=0){ \n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scn = new Scanner(System.in);\n int A = scn.nextInt();\n int B = scn.nextInt();\n int C = scn.nextInt();\n int D = scn.nextInt();\n \n while(C>0 && A>0){\n C = C-B;\n \n if(C<=0){\n break;\n }\n \n A = A-D;\n } \n \n if(C<=0){\n System.out.println(\"Yes\");\n }\n else if(A<=0){ \n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner scn = new Scanner(System.in);\n int A = scn.nextInt();\n int B = scn.nextInt();\n int C = scn.nextInt();\n int D = scn.nextInt();\n \n while(C>0 && A>0){\n C = C-B;\n \n if(C<=0){\n break;\n }\n \n A = A-D;\n } \n \n if(C<=0){\n System.out.println(\"Yes\");\n }\n else if(A<=0){ \n System.out.println(\"No\");\n }\n }",
"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",
"int D = scn.nextInt();",
"D",
"scn.nextInt()",
"scn.nextInt",
"scn",
"while(C>0 && A>0){\n C = C-B;\n \n if(C<=0){\n break;\n }\n \n A = A-D;\n }",
"C>0 && A>0",
"C>0",
"C",
"0",
"A>0",
"A",
"0",
"{\n C = C-B;\n \n if(C<=0){\n break;\n }\n \n A = A-D;\n }",
"C = C-B",
"C",
"C-B",
"C",
"B",
"if(C<=0){\n break;\n }",
"C<=0",
"C",
"0",
"{\n break;\n }",
"break;",
"A = A-D",
"A",
"A-D",
"A",
"D",
"if(C<=0){\n System.out.println(\"Yes\");\n }\n else if(A<=0){ \n System.out.println(\"No\");\n }",
"C<=0",
"C",
"0",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"if(A<=0){ \n System.out.println(\"No\");\n }",
"A<=0",
"A",
"0",
"{ \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 scn = new Scanner(System.in);\n int A = scn.nextInt();\n int B = scn.nextInt();\n int C = scn.nextInt();\n int D = scn.nextInt();\n \n while(C>0 && A>0){\n C = C-B;\n \n if(C<=0){\n break;\n }\n \n A = A-D;\n } \n \n if(C<=0){\n System.out.println(\"Yes\");\n }\n else if(A<=0){ \n System.out.println(\"No\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args){\n Scanner scn = new Scanner(System.in);\n int A = scn.nextInt();\n int B = scn.nextInt();\n int C = scn.nextInt();\n int D = scn.nextInt();\n \n while(C>0 && A>0){\n C = C-B;\n \n if(C<=0){\n break;\n }\n \n A = A-D;\n } \n \n if(C<=0){\n System.out.println(\"Yes\");\n }\n else if(A<=0){ \n System.out.println(\"No\");\n }\n }\n}",
"Main"
] |
import java.util.*;
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();
int D = scn.nextInt();
while(C>0 && A>0){
C = C-B;
if(C<=0){
break;
}
A = A-D;
}
if(C<=0){
System.out.println("Yes");
}
else if(A<=0){
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
18,
13,
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,
42,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
13,
17,
3,
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
],
[
75,
11
],
[
75,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
14,
16
],
[
75,
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
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
19,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
53,
58
],
[
45,
59
],
[
59,
60
],
[
59,
61
],
[
45,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
66,
71
],
[
17,
72
],
[
72,
73
],
[
0,
74
],
[
74,
75
],
[
74,
76
]
] |
[
"import java.io.IOException;\nimport java.io.PrintStream;\nimport java.util.Scanner;\n\npublic class Main {\n\tstatic PrintStream o = System.out;\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\tshort thealth = sc.nextShort();\n\t\tshort tattack = sc.nextShort();\n\t\tshort ahealth = sc.nextShort();\n\t\tshort aattack = sc.nextShort();\n\t\twhile (true) {\n\t\t\tahealth -= tattack;\n\t\t\tif (ahealth <= 0) {\n\t\t\t\to.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tthealth -= aattack;\n\t\t\tif (thealth <= 0) {\n\t\t\t\to.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.PrintStream;",
"PrintStream",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tstatic PrintStream o = System.out;\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\tshort thealth = sc.nextShort();\n\t\tshort tattack = sc.nextShort();\n\t\tshort ahealth = sc.nextShort();\n\t\tshort aattack = sc.nextShort();\n\t\twhile (true) {\n\t\t\tahealth -= tattack;\n\t\t\tif (ahealth <= 0) {\n\t\t\t\to.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tthealth -= aattack;\n\t\t\tif (thealth <= 0) {\n\t\t\t\to.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n}",
"Main",
"static PrintStream o = System.out;",
"o",
"System.out",
"System",
"System.out",
"public static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\tshort thealth = sc.nextShort();\n\t\tshort tattack = sc.nextShort();\n\t\tshort ahealth = sc.nextShort();\n\t\tshort aattack = sc.nextShort();\n\t\twhile (true) {\n\t\t\tahealth -= tattack;\n\t\t\tif (ahealth <= 0) {\n\t\t\t\to.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tthealth -= aattack;\n\t\t\tif (thealth <= 0) {\n\t\t\t\to.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tshort thealth = sc.nextShort();\n\t\tshort tattack = sc.nextShort();\n\t\tshort ahealth = sc.nextShort();\n\t\tshort aattack = sc.nextShort();\n\t\twhile (true) {\n\t\t\tahealth -= tattack;\n\t\t\tif (ahealth <= 0) {\n\t\t\t\to.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tthealth -= aattack;\n\t\t\tif (thealth <= 0) {\n\t\t\t\to.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"short thealth = sc.nextShort();",
"thealth",
"sc.nextShort()",
"sc.nextShort",
"sc",
"short tattack = sc.nextShort();",
"tattack",
"sc.nextShort()",
"sc.nextShort",
"sc",
"short ahealth = sc.nextShort();",
"ahealth",
"sc.nextShort()",
"sc.nextShort",
"sc",
"short aattack = sc.nextShort();",
"aattack",
"sc.nextShort()",
"sc.nextShort",
"sc",
"while (true) {\n\t\t\tahealth -= tattack;\n\t\t\tif (ahealth <= 0) {\n\t\t\t\to.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tthealth -= aattack;\n\t\t\tif (thealth <= 0) {\n\t\t\t\to.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"true",
"{\n\t\t\tahealth -= tattack;\n\t\t\tif (ahealth <= 0) {\n\t\t\t\to.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tthealth -= aattack;\n\t\t\tif (thealth <= 0) {\n\t\t\t\to.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"ahealth -= tattack",
"ahealth",
"tattack",
"if (ahealth <= 0) {\n\t\t\t\to.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}",
"ahealth <= 0",
"ahealth",
"0",
"{\n\t\t\t\to.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}",
"o.println(\"Yes\")",
"o.println",
"o",
"\"Yes\"",
"break;",
"thealth -= aattack",
"thealth",
"aattack",
"if (thealth <= 0) {\n\t\t\t\to.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}",
"thealth <= 0",
"thealth",
"0",
"{\n\t\t\t\to.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}",
"o.println(\"No\")",
"o.println",
"o",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main {\n\tstatic PrintStream o = System.out;\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\tshort thealth = sc.nextShort();\n\t\tshort tattack = sc.nextShort();\n\t\tshort ahealth = sc.nextShort();\n\t\tshort aattack = sc.nextShort();\n\t\twhile (true) {\n\t\t\tahealth -= tattack;\n\t\t\tif (ahealth <= 0) {\n\t\t\t\to.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tthealth -= aattack;\n\t\t\tif (thealth <= 0) {\n\t\t\t\to.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n}",
"public class Main {\n\tstatic PrintStream o = System.out;\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\tshort thealth = sc.nextShort();\n\t\tshort tattack = sc.nextShort();\n\t\tshort ahealth = sc.nextShort();\n\t\tshort aattack = sc.nextShort();\n\t\twhile (true) {\n\t\t\tahealth -= tattack;\n\t\t\tif (ahealth <= 0) {\n\t\t\t\to.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tthealth -= aattack;\n\t\t\tif (thealth <= 0) {\n\t\t\t\to.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n}",
"Main"
] |
import java.io.IOException;
import java.io.PrintStream;
import java.util.Scanner;
public class Main {
static PrintStream o = System.out;
public static void main(String[] args) throws IOException {
Scanner sc = new Scanner(System.in);
short thealth = sc.nextShort();
short tattack = sc.nextShort();
short ahealth = sc.nextShort();
short aattack = sc.nextShort();
while (true) {
ahealth -= tattack;
if (ahealth <= 0) {
o.println("Yes");
break;
}
thealth -= aattack;
if (thealth <= 0) {
o.println("No");
break;
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
20,
42,
2,
2,
18,
13,
13,
17,
2,
18,
13,
13,
17,
30,
0,
18,
13,
13,
18,
13,
13,
14,
2,
18,
13,
13,
17,
30,
0,
18,
13,
13,
18,
13,
13,
14,
2,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
29,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
79,
5
],
[
79,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
19,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
18,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
30,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
38,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
52,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
52,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
8,
72
],
[
72,
73
],
[
73,
74
],
[
8,
75
],
[
6,
76
],
[
76,
77
],
[
0,
78
],
[
78,
79
],
[
78,
80
]
] |
[
"import java.util.Scanner;\n \npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n \n class Monster {\n int hp;\n int attack;\n\n Monster(int hp0, int attack0) {\n hp = hp0;\n attack = attack0;\n }\n }\n\n Monster takahashiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n Monster aokiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n\n while(takahashiMonster.hp > 0 && aokiMonster.hp > 0) {\n aokiMonster.hp -= takahashiMonster.attack;\n\n if(aokiMonster.hp > 0) {\n takahashiMonster.hp -= aokiMonster.attack;\n }\n }\n\n if(takahashiMonster.hp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n scan.close();\n return;\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n \n class Monster {\n int hp;\n int attack;\n\n Monster(int hp0, int attack0) {\n hp = hp0;\n attack = attack0;\n }\n }\n\n Monster takahashiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n Monster aokiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n\n while(takahashiMonster.hp > 0 && aokiMonster.hp > 0) {\n aokiMonster.hp -= takahashiMonster.attack;\n\n if(aokiMonster.hp > 0) {\n takahashiMonster.hp -= aokiMonster.attack;\n }\n }\n\n if(takahashiMonster.hp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n scan.close();\n return;\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n \n class Monster {\n int hp;\n int attack;\n\n Monster(int hp0, int attack0) {\n hp = hp0;\n attack = attack0;\n }\n }\n\n Monster takahashiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n Monster aokiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n\n while(takahashiMonster.hp > 0 && aokiMonster.hp > 0) {\n aokiMonster.hp -= takahashiMonster.attack;\n\n if(aokiMonster.hp > 0) {\n takahashiMonster.hp -= aokiMonster.attack;\n }\n }\n\n if(takahashiMonster.hp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n scan.close();\n return;\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n \n class Monster {\n int hp;\n int attack;\n\n Monster(int hp0, int attack0) {\n hp = hp0;\n attack = attack0;\n }\n }\n\n Monster takahashiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n Monster aokiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n\n while(takahashiMonster.hp > 0 && aokiMonster.hp > 0) {\n aokiMonster.hp -= takahashiMonster.attack;\n\n if(aokiMonster.hp > 0) {\n takahashiMonster.hp -= aokiMonster.attack;\n }\n }\n\n if(takahashiMonster.hp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n scan.close();\n return;\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"Monster takahashiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );",
"takahashiMonster",
"new Monster(\n scan.nextInt(),\n scan.nextInt()\n )",
"Monster aokiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );",
"aokiMonster",
"new Monster(\n scan.nextInt(),\n scan.nextInt()\n )",
"while(takahashiMonster.hp > 0 && aokiMonster.hp > 0) {\n aokiMonster.hp -= takahashiMonster.attack;\n\n if(aokiMonster.hp > 0) {\n takahashiMonster.hp -= aokiMonster.attack;\n }\n }",
"takahashiMonster.hp > 0 && aokiMonster.hp > 0",
"takahashiMonster.hp > 0",
"takahashiMonster.hp",
"takahashiMonster",
"takahashiMonster.hp",
"0",
"aokiMonster.hp > 0",
"aokiMonster.hp",
"aokiMonster",
"aokiMonster.hp",
"0",
"{\n aokiMonster.hp -= takahashiMonster.attack;\n\n if(aokiMonster.hp > 0) {\n takahashiMonster.hp -= aokiMonster.attack;\n }\n }",
"aokiMonster.hp -= takahashiMonster.attack",
"aokiMonster.hp",
"aokiMonster",
"aokiMonster.hp",
"takahashiMonster.attack",
"takahashiMonster",
"takahashiMonster.attack",
"if(aokiMonster.hp > 0) {\n takahashiMonster.hp -= aokiMonster.attack;\n }",
"aokiMonster.hp > 0",
"aokiMonster.hp",
"aokiMonster",
"aokiMonster.hp",
"0",
"{\n takahashiMonster.hp -= aokiMonster.attack;\n }",
"takahashiMonster.hp -= aokiMonster.attack",
"takahashiMonster.hp",
"takahashiMonster",
"takahashiMonster.hp",
"aokiMonster.attack",
"aokiMonster",
"aokiMonster.attack",
"if(takahashiMonster.hp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"takahashiMonster.hp > 0",
"takahashiMonster.hp",
"takahashiMonster",
"takahashiMonster.hp",
"0",
"{\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\"",
"scan.close()",
"scan.close",
"scan",
"return;",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n \n class Monster {\n int hp;\n int attack;\n\n Monster(int hp0, int attack0) {\n hp = hp0;\n attack = attack0;\n }\n }\n\n Monster takahashiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n Monster aokiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n\n while(takahashiMonster.hp > 0 && aokiMonster.hp > 0) {\n aokiMonster.hp -= takahashiMonster.attack;\n\n if(aokiMonster.hp > 0) {\n takahashiMonster.hp -= aokiMonster.attack;\n }\n }\n\n if(takahashiMonster.hp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n scan.close();\n return;\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n \n class Monster {\n int hp;\n int attack;\n\n Monster(int hp0, int attack0) {\n hp = hp0;\n attack = attack0;\n }\n }\n\n Monster takahashiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n Monster aokiMonster = new Monster(\n scan.nextInt(),\n scan.nextInt()\n );\n\n while(takahashiMonster.hp > 0 && aokiMonster.hp > 0) {\n aokiMonster.hp -= takahashiMonster.attack;\n\n if(aokiMonster.hp > 0) {\n takahashiMonster.hp -= aokiMonster.attack;\n }\n }\n\n if(takahashiMonster.hp > 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n scan.close();\n return;\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
class Monster {
int hp;
int attack;
Monster(int hp0, int attack0) {
hp = hp0;
attack = attack0;
}
}
Monster takahashiMonster = new Monster(
scan.nextInt(),
scan.nextInt()
);
Monster aokiMonster = new Monster(
scan.nextInt(),
scan.nextInt()
);
while(takahashiMonster.hp > 0 && aokiMonster.hp > 0) {
aokiMonster.hp -= takahashiMonster.attack;
if(aokiMonster.hp > 0) {
takahashiMonster.hp -= aokiMonster.attack;
}
}
if(takahashiMonster.hp > 0) {
System.out.println("Yes");
} else {
System.out.println("No");
}
scan.close();
return;
}
}
|
[
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,
42,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
42,
49
],
[
34,
50
],
[
50,
51
],
[
50,
52
],
[
34,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
57,
64
],
[
6,
65
],
[
65,
66
]
] |
[
"import java.util.*;\n\nclass Main{\n public static void main(String[] args){\n // 入力受付\n Scanner sc = new Scanner(System.in); //scanner\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n\n // バトル\n while(true){\n // 高橋くんの攻撃\n C-=B;\n if(C<=0){\n System.out.println(\"Yes\");\n break;\n }\n // 青木くんの攻撃\n A-=D;\n if(A<=0){\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args){\n // 入力受付\n Scanner sc = new Scanner(System.in); //scanner\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n\n // バトル\n while(true){\n // 高橋くんの攻撃\n C-=B;\n if(C<=0){\n System.out.println(\"Yes\");\n break;\n }\n // 青木くんの攻撃\n A-=D;\n if(A<=0){\n System.out.println(\"No\");\n break;\n }\n }\n }\n}",
"Main",
"public static void main(String[] args){\n // 入力受付\n Scanner sc = new Scanner(System.in); //scanner\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n\n // バトル\n while(true){\n // 高橋くんの攻撃\n C-=B;\n if(C<=0){\n System.out.println(\"Yes\");\n break;\n }\n // 青木くんの攻撃\n A-=D;\n if(A<=0){\n System.out.println(\"No\");\n break;\n }\n }\n }",
"main",
"{\n // 入力受付\n Scanner sc = new Scanner(System.in); //scanner\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n\n // バトル\n while(true){\n // 高橋くんの攻撃\n C-=B;\n if(C<=0){\n System.out.println(\"Yes\");\n break;\n }\n // 青木くんの攻撃\n A-=D;\n if(A<=0){\n System.out.println(\"No\");\n break;\n }\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int A = sc.nextInt();",
"A",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int B = sc.nextInt();",
"B",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int C = sc.nextInt();",
"C",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int D = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while(true){\n // 高橋くんの攻撃\n C-=B;\n if(C<=0){\n System.out.println(\"Yes\");\n break;\n }\n // 青木くんの攻撃\n A-=D;\n if(A<=0){\n System.out.println(\"No\");\n break;\n }\n }",
"true",
"{\n // 高橋くんの攻撃\n C-=B;\n if(C<=0){\n System.out.println(\"Yes\");\n break;\n }\n // 青木くんの攻撃\n A-=D;\n if(A<=0){\n System.out.println(\"No\");\n break;\n }\n }",
"C-=B",
"C",
"B",
"if(C<=0){\n System.out.println(\"Yes\");\n break;\n }",
"C<=0",
"C",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"A-=D",
"A",
"D",
"if(A<=0){\n System.out.println(\"No\");\n break;\n }",
"A<=0",
"A",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args"
] |
import java.util.*;
class Main{
public static void main(String[] args){
// 入力受付
Scanner sc = new Scanner(System.in); //scanner
int A = sc.nextInt();
int B = sc.nextInt();
int C = sc.nextInt();
int D = sc.nextInt();
// バトル
while(true){
// 高橋くんの攻撃
C-=B;
if(C<=0){
System.out.println("Yes");
break;
}
// 青木くんの攻撃
A-=D;
if(A<=0){
System.out.println("No");
break;
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
2,
2,
13,
17,
13,
17,
41,
13,
2,
2,
2,
13,
17,
13,
17,
14,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
34,
40
],
[
8,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
43,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
50,
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\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n Scanner sc = new Scanner(System.in);\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n \n int T_time = (A-1)/D+1;\n int A_time = (C-1)/B+1;\n\n \n if (T_time < A_time)\n \tSystem.out.println(\"No\");\n else\n \tSystem.out.println(\"Yes\");\n \n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n Scanner sc = new Scanner(System.in);\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n \n int T_time = (A-1)/D+1;\n int A_time = (C-1)/B+1;\n\n \n if (T_time < A_time)\n \tSystem.out.println(\"No\");\n else\n \tSystem.out.println(\"Yes\");\n \n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n Scanner sc = new Scanner(System.in);\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n \n int T_time = (A-1)/D+1;\n int A_time = (C-1)/B+1;\n\n \n if (T_time < A_time)\n \tSystem.out.println(\"No\");\n else\n \tSystem.out.println(\"Yes\");\n \n\n\t}",
"main",
"{\n\t\t// TODO 自動生成されたメソッド・スタブ\n Scanner sc = new Scanner(System.in);\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n \n int T_time = (A-1)/D+1;\n int A_time = (C-1)/B+1;\n\n \n if (T_time < A_time)\n \tSystem.out.println(\"No\");\n else\n \tSystem.out.println(\"Yes\");\n \n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int A = sc.nextInt();",
"A",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int B = sc.nextInt();",
"B",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int C = sc.nextInt();",
"C",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int D = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int T_time = (A-1)/D+1;",
"T_time",
"(A-1)/D+1",
"(A-1)/D",
"(A-1)",
"A",
"1",
"D",
"1",
"int A_time = (C-1)/B+1;",
"A_time",
"(C-1)/B+1",
"(C-1)/B",
"(C-1)",
"C",
"1",
"B",
"1",
"if (T_time < A_time)\n \tSystem.out.println(\"No\");\n else\n \tSystem.out.println(\"Yes\");",
"T_time < A_time",
"T_time",
"A_time",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n Scanner sc = new Scanner(System.in);\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n \n int T_time = (A-1)/D+1;\n int A_time = (C-1)/B+1;\n\n \n if (T_time < A_time)\n \tSystem.out.println(\"No\");\n else\n \tSystem.out.println(\"Yes\");\n \n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n Scanner sc = new Scanner(System.in);\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n \n int T_time = (A-1)/D+1;\n int A_time = (C-1)/B+1;\n\n \n if (T_time < A_time)\n \tSystem.out.println(\"No\");\n else\n \tSystem.out.println(\"Yes\");\n \n\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO 自動生成されたメソッド・スタブ
Scanner sc = new Scanner(System.in);
int A = sc.nextInt();
int B = sc.nextInt();
int C = sc.nextInt();
int D = sc.nextInt();
int T_time = (A-1)/D+1;
int A_time = (C-1)/B+1;
if (T_time < A_time)
System.out.println("No");
else
System.out.println("Yes");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
42,
2,
13,
17,
30,
0,
13,
2,
13,
13,
40,
13,
42,
2,
13,
17,
30,
0,
13,
2,
13,
13,
40,
13,
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
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
42,
48
],
[
48,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
54,
60
],
[
60,
61
],
[
8,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
62,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
6,
80
],
[
80,
81
]
] |
[
"import java.util.*;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n int x = 0;\n int y = 0;\n\n while(A > 0) {\n A = A - D;\n x++;\n }\n while(C > 0) {\n C = C - B;\n y++;\n }\n if (x >= y) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int A = sc.nextInt();\n int B = sc.nextInt();\n int C = sc.nextInt();\n int D = sc.nextInt();\n int x = 0;\n int y = 0;\n\n while(A > 0) {\n A = A - D;\n x++;\n }\n while(C > 0) {\n C = C - B;\n y++;\n }\n if (x >= y) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"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 int D = sc.nextInt();\n int x = 0;\n int y = 0;\n\n while(A > 0) {\n A = A - D;\n x++;\n }\n while(C > 0) {\n C = C - B;\n y++;\n }\n if (x >= y) {\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 int D = sc.nextInt();\n int x = 0;\n int y = 0;\n\n while(A > 0) {\n A = A - D;\n x++;\n }\n while(C > 0) {\n C = C - B;\n y++;\n }\n if (x >= y) {\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",
"int D = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = 0;",
"x",
"0",
"int y = 0;",
"y",
"0",
"while(A > 0) {\n A = A - D;\n x++;\n }",
"A > 0",
"A",
"0",
"{\n A = A - D;\n x++;\n }",
"A = A - D",
"A",
"A - D",
"A",
"D",
"x++",
"x",
"while(C > 0) {\n C = C - B;\n y++;\n }",
"C > 0",
"C",
"0",
"{\n C = C - B;\n y++;\n }",
"C = C - B",
"C",
"C - B",
"C",
"B",
"y++",
"y",
"if (x >= y) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"x >= y",
"x",
"y",
"{\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 sc = new Scanner(System.in);
int A = sc.nextInt();
int B = sc.nextInt();
int C = sc.nextInt();
int D = sc.nextInt();
int x = 0;
int y = 0;
while(A > 0) {
A = A - D;
x++;
}
while(C > 0) {
C = C - B;
y++;
}
if (x >= y) {
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,
4,
18,
13,
4,
18,
13,
4,
18,
13,
42,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
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
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
57,
64
],
[
49,
65
],
[
65,
66
],
[
65,
67
],
[
49,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
72,
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\tint A = Integer.parseInt(sc.next());\n\t\tint B = Integer.parseInt(sc.next());\n\t\tint C = Integer.parseInt(sc.next());\n\t\tint D = Integer.parseInt(sc.next());\n\t\tsc.close();\n\n\t\twhile (true) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\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\tint A = Integer.parseInt(sc.next());\n\t\tint B = Integer.parseInt(sc.next());\n\t\tint C = Integer.parseInt(sc.next());\n\t\tint D = Integer.parseInt(sc.next());\n\t\tsc.close();\n\n\t\twhile (true) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\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\tint A = Integer.parseInt(sc.next());\n\t\tint B = Integer.parseInt(sc.next());\n\t\tint C = Integer.parseInt(sc.next());\n\t\tint D = Integer.parseInt(sc.next());\n\t\tsc.close();\n\n\t\twhile (true) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = Integer.parseInt(sc.next());\n\t\tint B = Integer.parseInt(sc.next());\n\t\tint C = Integer.parseInt(sc.next());\n\t\tint D = Integer.parseInt(sc.next());\n\t\tsc.close();\n\n\t\twhile (true) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int A = Integer.parseInt(sc.next());",
"A",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int B = Integer.parseInt(sc.next());",
"B",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int C = Integer.parseInt(sc.next());",
"C",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int D = Integer.parseInt(sc.next());",
"D",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"sc.close()",
"sc.close",
"sc",
"while (true) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"true",
"{\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"C -= B",
"C",
"B",
"if (C <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}",
"C <= 0",
"C",
"0",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"A -= D",
"A",
"D",
"if (A <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}",
"A <= 0",
"A",
"0",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = Integer.parseInt(sc.next());\n\t\tint B = Integer.parseInt(sc.next());\n\t\tint C = Integer.parseInt(sc.next());\n\t\tint D = Integer.parseInt(sc.next());\n\t\tsc.close();\n\n\t\twhile (true) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\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\tint A = Integer.parseInt(sc.next());\n\t\tint B = Integer.parseInt(sc.next());\n\t\tint C = Integer.parseInt(sc.next());\n\t\tint D = Integer.parseInt(sc.next());\n\t\tsc.close();\n\n\t\twhile (true) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\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);
int A = Integer.parseInt(sc.next());
int B = Integer.parseInt(sc.next());
int C = Integer.parseInt(sc.next());
int D = Integer.parseInt(sc.next());
sc.close();
while (true) {
C -= B;
if (C <= 0) {
System.out.println("Yes");
break;
}
A -= D;
if (A <= 0) {
System.out.println("No");
break;
}
}
}
}
|
[
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,
42,
17,
30,
14,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
30,
0,
13,
13,
14,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
30,
0,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
74,
5
],
[
74,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
35,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
41,
48
],
[
35,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
34,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
53,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
59,
66
],
[
53,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
6,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n while(true){\n if(c-b <= 0){\n System.out.println(\"Yes\");\n break;\n }else{\n c -= b;\n }\n if(a-d <= 0){\n System.out.println(\"No\");\n break;\n }else{\n a -= d;\n }\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n while(true){\n if(c-b <= 0){\n System.out.println(\"Yes\");\n break;\n }else{\n c -= b;\n }\n if(a-d <= 0){\n System.out.println(\"No\");\n break;\n }else{\n a -= d;\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n while(true){\n if(c-b <= 0){\n System.out.println(\"Yes\");\n break;\n }else{\n c -= b;\n }\n if(a-d <= 0){\n System.out.println(\"No\");\n break;\n }else{\n a -= d;\n }\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 int d = sc.nextInt();\n \n while(true){\n if(c-b <= 0){\n System.out.println(\"Yes\");\n break;\n }else{\n c -= b;\n }\n if(a-d <= 0){\n System.out.println(\"No\");\n break;\n }else{\n a -= d;\n }\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while(true){\n if(c-b <= 0){\n System.out.println(\"Yes\");\n break;\n }else{\n c -= b;\n }\n if(a-d <= 0){\n System.out.println(\"No\");\n break;\n }else{\n a -= d;\n }\n }",
"true",
"{\n if(c-b <= 0){\n System.out.println(\"Yes\");\n break;\n }else{\n c -= b;\n }\n if(a-d <= 0){\n System.out.println(\"No\");\n break;\n }else{\n a -= d;\n }\n }",
"if(c-b <= 0){\n System.out.println(\"Yes\");\n break;\n }else{\n c -= b;\n }",
"c-b <= 0",
"c-b",
"c",
"b",
"0",
"{\n System.out.println(\"Yes\");\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"{\n c -= b;\n }",
"c -= b",
"c",
"b",
"if(a-d <= 0){\n System.out.println(\"No\");\n break;\n }else{\n a -= d;\n }",
"a-d <= 0",
"a-d",
"a",
"d",
"0",
"{\n System.out.println(\"No\");\n break;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"{\n a -= d;\n }",
"a -= d",
"a",
"d",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n while(true){\n if(c-b <= 0){\n System.out.println(\"Yes\");\n break;\n }else{\n c -= b;\n }\n if(a-d <= 0){\n System.out.println(\"No\");\n break;\n }else{\n a -= d;\n }\n }\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n \n while(true){\n if(c-b <= 0){\n System.out.println(\"Yes\");\n break;\n }else{\n c -= b;\n }\n if(a-d <= 0){\n System.out.println(\"No\");\n break;\n }else{\n a -= d;\n }\n }\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
while(true){
if(c-b <= 0){
System.out.println("Yes");
break;
}else{
c -= b;
}
if(a-d <= 0){
System.out.println("No");
break;
}else{
a -= d;
}
}
}
}
|
[
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,
4,
18,
13,
41,
13,
17,
42,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
0,
13,
13,
14,
2,
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
],
[
75,
5
],
[
75,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
42,
55
],
[
55,
56
],
[
55,
57
],
[
42,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
8,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
6,
72
],
[
72,
73
],
[
0,
74
],
[
74,
75
],
[
74,
76
]
] |
[
"import java.util.*;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint A = sc.nextInt();\n\t\tint B = sc.nextInt();\n\t\tint C = sc.nextInt();\n\t\tint D = sc.nextInt();\n\n\t\tsc.close();\n\t\t\n\t\tString result = null;\n\t\twhile (result == null) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tresult = \"No\";\n\t\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\tint D = sc.nextInt();\n\n\t\tsc.close();\n\t\t\n\t\tString result = null;\n\t\twhile (result == null) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tresult = \"No\";\n\t\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\tint D = sc.nextInt();\n\n\t\tsc.close();\n\t\t\n\t\tString result = null;\n\t\twhile (result == null) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tresult = \"No\";\n\t\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\tint D = sc.nextInt();\n\n\t\tsc.close();\n\t\t\n\t\tString result = null;\n\t\twhile (result == null) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tresult = \"No\";\n\t\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",
"int D = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"String result = null;",
"result",
"null",
"while (result == null) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tresult = \"No\";\n\t\t\t}\n\t\t}",
"result == null",
"result",
"null",
"{\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tresult = \"No\";\n\t\t\t}\n\t\t}",
"C -= B",
"C",
"B",
"if (C <= 0) {\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}",
"C <= 0",
"C",
"0",
"{\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}",
"result = \"Yes\"",
"result",
"\"Yes\"",
"break;",
"A -= D",
"A",
"D",
"if (A <= 0) {\n\t\t\t\tresult = \"No\";\n\t\t\t}",
"A <= 0",
"A",
"0",
"{\n\t\t\t\tresult = \"No\";\n\t\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\tint D = sc.nextInt();\n\n\t\tsc.close();\n\t\t\n\t\tString result = null;\n\t\twhile (result == null) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tresult = \"No\";\n\t\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\tint D = sc.nextInt();\n\n\t\tsc.close();\n\t\t\n\t\tString result = null;\n\t\twhile (result == null) {\n\t\t\tC -= B;\n\t\t\tif (C <= 0) {\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA -= D;\n\t\t\tif (A <= 0) {\n\t\t\t\tresult = \"No\";\n\t\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();
int D = sc.nextInt();
sc.close();
String result = null;
while (result == null) {
C -= B;
if (C <= 0) {
result = "Yes";
break;
}
A -= D;
if (A <= 0) {
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,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
17,
14,
2,
2,
13,
17,
17,
30,
0,
13,
13,
30,
0,
13,
13,
0,
13,
8,
2,
2,
13,
17,
17,
17,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
83,
5
],
[
83,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
8,
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
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
50,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
50,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
8,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
66,
72
],
[
66,
73
],
[
8,
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\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n \tString result = \"\";\n\t\tint battleCount = 0;\n\n \twhile(a > 0 && c > 0){\n battleCount += 1;\n if(battleCount % 2 == 0){\n a -= d;\n }\n else{\n c -= b;\n }\n }\n\n\t\tresult = battleCount % 2 == 0 ? \"No\" : \"Yes\";\n\t\tSystem.out.println(result);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n \tString result = \"\";\n\t\tint battleCount = 0;\n\n \twhile(a > 0 && c > 0){\n battleCount += 1;\n if(battleCount % 2 == 0){\n a -= d;\n }\n else{\n c -= b;\n }\n }\n\n\t\tresult = battleCount % 2 == 0 ? \"No\" : \"Yes\";\n\t\tSystem.out.println(result);\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\tint d = sc.nextInt();\n \tString result = \"\";\n\t\tint battleCount = 0;\n\n \twhile(a > 0 && c > 0){\n battleCount += 1;\n if(battleCount % 2 == 0){\n a -= d;\n }\n else{\n c -= b;\n }\n }\n\n\t\tresult = battleCount % 2 == 0 ? \"No\" : \"Yes\";\n\t\tSystem.out.println(result);\n }",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n \tString result = \"\";\n\t\tint battleCount = 0;\n\n \twhile(a > 0 && c > 0){\n battleCount += 1;\n if(battleCount % 2 == 0){\n a -= d;\n }\n else{\n c -= b;\n }\n }\n\n\t\tresult = battleCount % 2 == 0 ? \"No\" : \"Yes\";\n\t\tSystem.out.println(result);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"String result = \"\";",
"result",
"\"\"",
"int battleCount = 0;",
"battleCount",
"0",
"while(a > 0 && c > 0){\n battleCount += 1;\n if(battleCount % 2 == 0){\n a -= d;\n }\n else{\n c -= b;\n }\n }",
"a > 0 && c > 0",
"a > 0",
"a",
"0",
"c > 0",
"c",
"0",
"{\n battleCount += 1;\n if(battleCount % 2 == 0){\n a -= d;\n }\n else{\n c -= b;\n }\n }",
"battleCount += 1",
"battleCount",
"1",
"if(battleCount % 2 == 0){\n a -= d;\n }\n else{\n c -= b;\n }",
"battleCount % 2 == 0",
"battleCount % 2",
"battleCount",
"2",
"0",
"{\n a -= d;\n }",
"a -= d",
"a",
"d",
"{\n c -= b;\n }",
"c -= b",
"c",
"b",
"result = battleCount % 2 == 0 ? \"No\" : \"Yes\"",
"result",
"battleCount % 2 == 0 ? \"No\" : \"Yes\"",
"battleCount % 2 == 0",
"battleCount % 2",
"battleCount",
"2",
"0",
"\"No\"",
"\"Yes\"",
"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\tint d = sc.nextInt();\n \tString result = \"\";\n\t\tint battleCount = 0;\n\n \twhile(a > 0 && c > 0){\n battleCount += 1;\n if(battleCount % 2 == 0){\n a -= d;\n }\n else{\n c -= b;\n }\n }\n\n\t\tresult = battleCount % 2 == 0 ? \"No\" : \"Yes\";\n\t\tSystem.out.println(result);\n }\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n \tString result = \"\";\n\t\tint battleCount = 0;\n\n \twhile(a > 0 && c > 0){\n battleCount += 1;\n if(battleCount % 2 == 0){\n a -= d;\n }\n else{\n c -= b;\n }\n }\n\n\t\tresult = battleCount % 2 == 0 ? \"No\" : \"Yes\";\n\t\tSystem.out.println(result);\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
String result = "";
int battleCount = 0;
while(a > 0 && c > 0){
battleCount += 1;
if(battleCount % 2 == 0){
a -= d;
}
else{
c -= b;
}
}
result = battleCount % 2 == 0 ? "No" : "Yes";
System.out.println(result);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
17,
41,
13,
17,
41,
13,
20,
41,
13,
20,
12,
13,
30,
41,
13,
20,
4,
18,
13,
4,
18,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
14,
13,
30,
0,
13,
13,
30,
0,
13,
13,
0,
13,
40,
13,
4,
18,
13,
8,
2,
13,
17,
17,
17,
12,
13,
30,
29,
8,
2,
13,
17,
13,
4,
13,
13,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
8,
2,
13,
17,
13,
4,
13,
13,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
13,
41,
13,
2,
13,
17,
42,
2,
13,
13,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
40,
13,
40,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
13,
41,
13,
2,
13,
17,
42,
2,
13,
13,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
40,
13,
40,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
23,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
23,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
23,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
18,
13,
13,
13,
4,
18,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
18,
13,
13,
13,
4,
18,
13,
23,
13,
23,
13,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
12,
13,
30,
0,
18,
36,
13,
13,
0,
18,
36,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
8,
2,
2,
13,
18,
13,
13,
17,
2,
13,
18,
13,
13,
2,
13,
18,
13,
13,
23,
13,
13,
6,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
12,
13,
30,
0,
18,
36,
13,
13,
0,
18,
36,
13,
13,
0,
18,
36,
13,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
29,
8,
2,
2,
13,
18,
13,
13,
17,
2,
13,
18,
13,
13,
2,
13,
18,
13,
13,
23,
13,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
29,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
586,
8
],
[
586,
9
],
[
9,
10
],
[
9,
11
],
[
586,
12
],
[
12,
13
],
[
12,
14
],
[
586,
15
],
[
15,
16
],
[
15,
17
],
[
586,
18
],
[
18,
19
],
[
18,
20
],
[
586,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
28,
29
],
[
23,
30
],
[
30,
31
],
[
31,
32
],
[
21,
33
],
[
33,
34
],
[
586,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
37,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
37,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
37,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
37,
58
],
[
58,
59
],
[
58,
60
],
[
37,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
61,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
70,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
69,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
37,
84
],
[
84,
85
],
[
85,
86
],
[
84,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
87,
92
],
[
586,
93
],
[
93,
94
],
[
93,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
97,
102
],
[
102,
103
],
[
102,
104
],
[
102,
105
],
[
105,
106
],
[
105,
107
],
[
93,
108
],
[
108,
109
],
[
93,
110
],
[
110,
111
],
[
586,
112
],
[
112,
113
],
[
112,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
116,
120
],
[
116,
121
],
[
121,
122
],
[
121,
123
],
[
121,
124
],
[
124,
125
],
[
124,
126
],
[
112,
127
],
[
127,
128
],
[
112,
129
],
[
129,
130
],
[
586,
131
],
[
131,
132
],
[
131,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
137,
138
],
[
137,
139
],
[
139,
140
],
[
139,
141
],
[
133,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
142,
146
],
[
146,
147
],
[
147,
148
],
[
147,
149
],
[
149,
150
],
[
149,
151
],
[
146,
152
],
[
152,
153
],
[
153,
154
],
[
153,
155
],
[
152,
156
],
[
156,
157
],
[
156,
158
],
[
146,
159
],
[
159,
160
],
[
160,
161
],
[
160,
162
],
[
159,
163
],
[
146,
164
],
[
164,
165
],
[
146,
166
],
[
166,
167
],
[
131,
168
],
[
168,
169
],
[
131,
170
],
[
170,
171
],
[
131,
172
],
[
172,
173
],
[
586,
174
],
[
174,
175
],
[
174,
176
],
[
176,
177
],
[
177,
178
],
[
177,
179
],
[
176,
180
],
[
180,
181
],
[
180,
182
],
[
182,
183
],
[
182,
184
],
[
176,
185
],
[
185,
186
],
[
186,
187
],
[
186,
188
],
[
185,
189
],
[
189,
190
],
[
190,
191
],
[
190,
192
],
[
192,
193
],
[
192,
194
],
[
189,
195
],
[
195,
196
],
[
196,
197
],
[
196,
198
],
[
195,
199
],
[
199,
200
],
[
199,
201
],
[
189,
202
],
[
202,
203
],
[
203,
204
],
[
203,
205
],
[
202,
206
],
[
189,
207
],
[
207,
208
],
[
189,
209
],
[
209,
210
],
[
174,
211
],
[
211,
212
],
[
174,
213
],
[
213,
214
],
[
174,
215
],
[
215,
216
],
[
586,
217
],
[
217,
218
],
[
217,
219
],
[
219,
220
],
[
220,
221
],
[
221,
222
],
[
222,
223
],
[
222,
224
],
[
220,
225
],
[
225,
226
],
[
225,
227
],
[
220,
228
],
[
228,
229
],
[
229,
230
],
[
220,
231
],
[
232,
232
],
[
232,
233
],
[
233,
234
],
[
234,
235
],
[
234,
236
],
[
233,
237
],
[
237,
238
],
[
238,
239
],
[
217,
240
],
[
240,
241
],
[
217,
242
],
[
242,
243
],
[
586,
244
],
[
244,
245
],
[
244,
246
],
[
246,
247
],
[
247,
248
],
[
248,
249
],
[
249,
250
],
[
249,
251
],
[
247,
252
],
[
252,
253
],
[
252,
254
],
[
247,
255
],
[
255,
256
],
[
256,
257
],
[
247,
258
],
[
259,
259
],
[
259,
260
],
[
260,
261
],
[
261,
262
],
[
261,
263
],
[
260,
264
],
[
264,
265
],
[
265,
266
],
[
244,
267
],
[
267,
268
],
[
244,
269
],
[
269,
270
],
[
586,
271
],
[
271,
272
],
[
271,
273
],
[
273,
274
],
[
274,
275
],
[
275,
276
],
[
276,
277
],
[
276,
278
],
[
274,
279
],
[
279,
280
],
[
279,
281
],
[
274,
282
],
[
282,
283
],
[
283,
284
],
[
274,
285
],
[
286,
286
],
[
286,
287
],
[
287,
288
],
[
288,
289
],
[
288,
290
],
[
287,
291
],
[
291,
292
],
[
292,
293
],
[
271,
294
],
[
294,
295
],
[
271,
296
],
[
296,
297
],
[
586,
298
],
[
298,
299
],
[
298,
300
],
[
300,
301
],
[
301,
302
],
[
302,
303
],
[
303,
304
],
[
303,
305
],
[
301,
306
],
[
306,
307
],
[
306,
308
],
[
301,
309
],
[
309,
310
],
[
310,
311
],
[
301,
312
],
[
313,
313
],
[
313,
314
],
[
314,
315
],
[
315,
316
],
[
316,
317
],
[
316,
318
],
[
314,
319
],
[
319,
320
],
[
319,
321
],
[
314,
322
],
[
322,
323
],
[
323,
324
],
[
314,
325
],
[
326,
326
],
[
326,
327
],
[
327,
328
],
[
328,
329
],
[
329,
330
],
[
329,
331
],
[
328,
332
],
[
327,
333
],
[
333,
334
],
[
334,
335
],
[
298,
336
],
[
336,
337
],
[
298,
338
],
[
338,
339
],
[
298,
340
],
[
340,
341
],
[
586,
342
],
[
342,
343
],
[
342,
344
],
[
344,
345
],
[
345,
346
],
[
346,
347
],
[
347,
348
],
[
347,
349
],
[
345,
350
],
[
350,
351
],
[
350,
352
],
[
345,
353
],
[
353,
354
],
[
354,
355
],
[
345,
356
],
[
357,
357
],
[
357,
358
],
[
358,
359
],
[
359,
360
],
[
360,
361
],
[
360,
362
],
[
358,
363
],
[
363,
364
],
[
363,
365
],
[
358,
366
],
[
366,
367
],
[
367,
368
],
[
358,
369
],
[
370,
370
],
[
370,
371
],
[
371,
372
],
[
372,
373
],
[
373,
374
],
[
373,
375
],
[
372,
376
],
[
371,
377
],
[
377,
378
],
[
378,
379
],
[
342,
380
],
[
380,
381
],
[
342,
382
],
[
382,
383
],
[
342,
384
],
[
384,
385
],
[
586,
386
],
[
386,
387
],
[
386,
388
],
[
388,
389
],
[
386,
390
],
[
390,
391
],
[
386,
392
],
[
392,
393
],
[
392,
394
],
[
386,
395
],
[
395,
396
],
[
395,
397
],
[
397,
398
],
[
398,
399
],
[
399,
400
],
[
399,
401
],
[
398,
402
],
[
397,
403
],
[
403,
404
],
[
404,
405
],
[
404,
406
],
[
403,
407
],
[
395,
408
],
[
408,
409
],
[
395,
410
],
[
410,
411
],
[
386,
412
],
[
412,
413
],
[
412,
414
],
[
414,
415
],
[
415,
416
],
[
416,
417
],
[
417,
418
],
[
418,
419
],
[
418,
420
],
[
420,
421
],
[
420,
422
],
[
417,
423
],
[
416,
424
],
[
424,
425
],
[
424,
426
],
[
426,
427
],
[
426,
428
],
[
416,
429
],
[
429,
430
],
[
429,
431
],
[
431,
432
],
[
431,
433
],
[
412,
434
],
[
434,
435
],
[
386,
436
],
[
586,
437
],
[
437,
438
],
[
437,
439
],
[
439,
440
],
[
437,
441
],
[
441,
442
],
[
437,
443
],
[
443,
444
],
[
437,
445
],
[
445,
446
],
[
445,
447
],
[
437,
448
],
[
448,
449
],
[
448,
450
],
[
450,
451
],
[
451,
452
],
[
452,
453
],
[
452,
454
],
[
451,
455
],
[
450,
456
],
[
456,
457
],
[
457,
458
],
[
457,
459
],
[
456,
460
],
[
450,
461
],
[
461,
462
],
[
462,
463
],
[
462,
464
],
[
461,
465
],
[
448,
466
],
[
466,
467
],
[
448,
468
],
[
468,
469
],
[
448,
470
],
[
470,
471
],
[
437,
472
],
[
472,
473
],
[
472,
474
],
[
474,
475
],
[
475,
476
],
[
476,
477
],
[
477,
478
],
[
478,
479
],
[
478,
480
],
[
480,
481
],
[
480,
482
],
[
477,
483
],
[
476,
484
],
[
484,
485
],
[
484,
486
],
[
486,
487
],
[
486,
488
],
[
476,
489
],
[
489,
490
],
[
489,
491
],
[
491,
492
],
[
491,
493
],
[
472,
494
],
[
494,
495
],
[
437,
496
],
[
586,
497
],
[
497,
498
],
[
497,
499
],
[
499,
500
],
[
497,
501
],
[
501,
502
],
[
497,
503
],
[
503,
504
],
[
503,
505
],
[
505,
506
],
[
506,
507
],
[
506,
508
],
[
497,
509
],
[
509,
510
],
[
509,
511
],
[
511,
512
],
[
512,
513
],
[
513,
514
],
[
514,
515
],
[
514,
516
],
[
513,
517
],
[
517,
518
],
[
518,
519
],
[
519,
520
],
[
512,
521
],
[
521,
522
],
[
522,
523
],
[
523,
524
],
[
523,
525
],
[
525,
526
],
[
526,
527
],
[
527,
528
],
[
522,
529
],
[
529,
530
],
[
530,
531
],
[
530,
532
],
[
511,
533
],
[
533,
534
],
[
534,
535
],
[
535,
536
],
[
497,
537
],
[
537,
538
],
[
537,
539
],
[
539,
540
],
[
540,
541
],
[
541,
542
],
[
542,
543
],
[
541,
544
],
[
544,
545
],
[
497,
546
],
[
546,
547
],
[
546,
548
],
[
548,
549
],
[
549,
550
],
[
550,
551
],
[
551,
552
],
[
550,
553
],
[
553,
554
],
[
497,
555
],
[
555,
556
],
[
555,
557
],
[
557,
558
],
[
558,
559
],
[
559,
560
],
[
560,
561
],
[
559,
562
],
[
562,
563
],
[
497,
564
],
[
564,
565
],
[
564,
566
],
[
566,
567
],
[
567,
568
],
[
567,
569
],
[
566,
570
],
[
570,
571
],
[
571,
572
],
[
571,
573
],
[
573,
574
],
[
574,
575
],
[
575,
576
],
[
570,
577
],
[
577,
578
],
[
578,
579
],
[
578,
580
],
[
580,
581
],
[
581,
582
],
[
566,
583
],
[
583,
584
],
[
0,
585
],
[
585,
586
],
[
585,
587
]
] |
[
"// No sorceries shall prevail. // \nimport java.util.*;\nimport java.io.*;\npublic class Main {\n\t//Variables\n\tstatic long mod = 1000000007;\n\tstatic long mod2 = 998244353;\n\tstatic FastReader inp= new FastReader();\n\tstatic PrintWriter out= new PrintWriter(System.out);\n\tpublic static void main(String args[]) {\t\t \t\n\t \tMain g=new Main();\n\t \tg.main();\n\t \tout.close();\n\t}\n\t\n\t//Main\n\tvoid main() {\n\t\t\n\t\tint a=inp.nextInt();\n\t\tint b=inp.nextInt();\n\t\tint c=inp.nextInt();\n\t\tint d=inp.nextInt();\n\t\tboolean aturn=true;\n\t\twhile(a>0 && c>0) {\n\t\t\tif(aturn) {\n\t\t\t\tc-=b;\n\t\t\t}else {\n\t\t\t\ta-=d;\n\t\t\t}\n\t\t\taturn=!aturn;\n\t\t}\n\t\tout.println(a>0?\"Yes\":\"No\");\n\t}\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t// Classes\n\tstatic class Edge implements Comparable<Edge>{\n\t\tint l,r;\n\t\tEdge(){}\n\t\tEdge(int l,int r){\n\t\t\tthis.l=l;\n\t\t\tthis.r=r;\n\t\t}\n\t\t@Override\n\t\tpublic int compareTo(Edge e) {\n\t\t\treturn (l-e.l)!=0?l-e.l:r-e.r;\n\t\t}\n\t}\n\t\n static class Segment implements Comparable<Segment> {\n\t\tlong l, r, initialIndex;\n\t\tSegment () {}\n\t\tSegment (long l_, long r_, long d_) {\n\t\t this.l = l_;\n\t\t this.r = r_;\n\t\t this.initialIndex = d_;\n\t\t}\n\t\t@Override\n\t\tpublic int compareTo(Segment o) {\n\t\t return (int)((l - o.l) !=0 ? l-o.l : initialIndex - o.initialIndex);\n\t\t}\n }\n \n static class FastReader { \n BufferedReader br; \n StringTokenizer st; \n \n public FastReader() { \n br = new BufferedReader(new InputStreamReader(System.in)); \n } \n String next() { \n while (st==null || !st.hasMoreElements()) { \n try { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n int nextInt() { \n return Integer.parseInt(next()); \n } \n long nextLong() { \n return Long.parseLong(next()); \n } \n double nextDouble() { \n return Double.parseDouble(next()); \n } \n String nextLine() { \n String s=\"\"; \n try { \n s=br.readLine(); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n return s; \n } \n } \n \n // Functions\n\tstatic long gcd(long a, long b) { \n\t\treturn b==0?a:gcd(b,a%b);\n\t}\n\tstatic int gcd(int a, int b) { \n\t\treturn b==0?a:gcd(b,a%b);\n\t}\n\t\n\tvoid reverse(long[] A,int l,int r) {\n int i=l,j=r-1;\n while(i<j) {\n long t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }\n void reverse(int[] A,int l,int r) {\n int i=l,j=r-1;\n while(i<j) {\n int t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }\n \n //Input Arrays\n static void input(long a[], int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextLong();\n\t\t}\n\t}\n\tstatic void input(int a[], int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextInt();\n\t\t}\n\t}\t\n\tstatic void input(String s[],int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ts[i]=inp.next();\n\t\t}\n\t}\n\tstatic void input(int a[][], int n, int m) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}\n\t\t}\n\t}\n\tstatic void input(long a[][], int n, int m) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}\n\t\t}\n\t}\n\t\t\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\t//Variables\n\tstatic long mod = 1000000007;\n\tstatic long mod2 = 998244353;\n\tstatic FastReader inp= new FastReader();\n\tstatic PrintWriter out= new PrintWriter(System.out);\n\tpublic static void main(String args[]) {\t\t \t\n\t \tMain g=new Main();\n\t \tg.main();\n\t \tout.close();\n\t}\n\t\n\t//Main\n\tvoid main() {\n\t\t\n\t\tint a=inp.nextInt();\n\t\tint b=inp.nextInt();\n\t\tint c=inp.nextInt();\n\t\tint d=inp.nextInt();\n\t\tboolean aturn=true;\n\t\twhile(a>0 && c>0) {\n\t\t\tif(aturn) {\n\t\t\t\tc-=b;\n\t\t\t}else {\n\t\t\t\ta-=d;\n\t\t\t}\n\t\t\taturn=!aturn;\n\t\t}\n\t\tout.println(a>0?\"Yes\":\"No\");\n\t}\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t// Classes\n\tstatic class Edge implements Comparable<Edge>{\n\t\tint l,r;\n\t\tEdge(){}\n\t\tEdge(int l,int r){\n\t\t\tthis.l=l;\n\t\t\tthis.r=r;\n\t\t}\n\t\t@Override\n\t\tpublic int compareTo(Edge e) {\n\t\t\treturn (l-e.l)!=0?l-e.l:r-e.r;\n\t\t}\n\t}\n\t\n static class Segment implements Comparable<Segment> {\n\t\tlong l, r, initialIndex;\n\t\tSegment () {}\n\t\tSegment (long l_, long r_, long d_) {\n\t\t this.l = l_;\n\t\t this.r = r_;\n\t\t this.initialIndex = d_;\n\t\t}\n\t\t@Override\n\t\tpublic int compareTo(Segment o) {\n\t\t return (int)((l - o.l) !=0 ? l-o.l : initialIndex - o.initialIndex);\n\t\t}\n }\n \n static class FastReader { \n BufferedReader br; \n StringTokenizer st; \n \n public FastReader() { \n br = new BufferedReader(new InputStreamReader(System.in)); \n } \n String next() { \n while (st==null || !st.hasMoreElements()) { \n try { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n int nextInt() { \n return Integer.parseInt(next()); \n } \n long nextLong() { \n return Long.parseLong(next()); \n } \n double nextDouble() { \n return Double.parseDouble(next()); \n } \n String nextLine() { \n String s=\"\"; \n try { \n s=br.readLine(); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n return s; \n } \n } \n \n // Functions\n\tstatic long gcd(long a, long b) { \n\t\treturn b==0?a:gcd(b,a%b);\n\t}\n\tstatic int gcd(int a, int b) { \n\t\treturn b==0?a:gcd(b,a%b);\n\t}\n\t\n\tvoid reverse(long[] A,int l,int r) {\n int i=l,j=r-1;\n while(i<j) {\n long t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }\n void reverse(int[] A,int l,int r) {\n int i=l,j=r-1;\n while(i<j) {\n int t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }\n \n //Input Arrays\n static void input(long a[], int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextLong();\n\t\t}\n\t}\n\tstatic void input(int a[], int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextInt();\n\t\t}\n\t}\t\n\tstatic void input(String s[],int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ts[i]=inp.next();\n\t\t}\n\t}\n\tstatic void input(int a[][], int n, int m) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}\n\t\t}\n\t}\n\tstatic void input(long a[][], int n, int m) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}\n\t\t}\n\t}\n\t\t\n}",
"Main",
"//Variables\n\tstatic long mod = 1000000007;",
"mod",
"1000000007",
"static long mod2 = 998244353;",
"mod2",
"998244353",
"static FastReader inp= new FastReader();",
"inp",
"new FastReader()",
"static PrintWriter out= new PrintWriter(System.out);",
"out",
"new PrintWriter(System.out)",
"public static void main(String args[]) {\t\t \t\n\t \tMain g=new Main();\n\t \tg.main();\n\t \tout.close();\n\t}",
"main",
"{\t\t \t\n\t \tMain g=new Main();\n\t \tg.main();\n\t \tout.close();\n\t}",
"Main g=new Main();",
"g",
"new Main()",
"g.main()",
"g.main",
"g",
"out.close()",
"out.close",
"out",
"String args[]",
"args",
"//Main\n\tvoid main() {\n\t\t\n\t\tint a=inp.nextInt();\n\t\tint b=inp.nextInt();\n\t\tint c=inp.nextInt();\n\t\tint d=inp.nextInt();\n\t\tboolean aturn=true;\n\t\twhile(a>0 && c>0) {\n\t\t\tif(aturn) {\n\t\t\t\tc-=b;\n\t\t\t}else {\n\t\t\t\ta-=d;\n\t\t\t}\n\t\t\taturn=!aturn;\n\t\t}\n\t\tout.println(a>0?\"Yes\":\"No\");\n\t}",
"main",
"{\n\t\t\n\t\tint a=inp.nextInt();\n\t\tint b=inp.nextInt();\n\t\tint c=inp.nextInt();\n\t\tint d=inp.nextInt();\n\t\tboolean aturn=true;\n\t\twhile(a>0 && c>0) {\n\t\t\tif(aturn) {\n\t\t\t\tc-=b;\n\t\t\t}else {\n\t\t\t\ta-=d;\n\t\t\t}\n\t\t\taturn=!aturn;\n\t\t}\n\t\tout.println(a>0?\"Yes\":\"No\");\n\t}",
"int a=inp.nextInt();",
"a",
"inp.nextInt()",
"inp.nextInt",
"inp",
"int b=inp.nextInt();",
"b",
"inp.nextInt()",
"inp.nextInt",
"inp",
"int c=inp.nextInt();",
"c",
"inp.nextInt()",
"inp.nextInt",
"inp",
"int d=inp.nextInt();",
"d",
"inp.nextInt()",
"inp.nextInt",
"inp",
"boolean aturn=true;",
"aturn",
"true",
"while(a>0 && c>0) {\n\t\t\tif(aturn) {\n\t\t\t\tc-=b;\n\t\t\t}else {\n\t\t\t\ta-=d;\n\t\t\t}\n\t\t\taturn=!aturn;\n\t\t}",
"a>0 && c>0",
"a>0",
"a",
"0",
"c>0",
"c",
"0",
"{\n\t\t\tif(aturn) {\n\t\t\t\tc-=b;\n\t\t\t}else {\n\t\t\t\ta-=d;\n\t\t\t}\n\t\t\taturn=!aturn;\n\t\t}",
"if(aturn) {\n\t\t\t\tc-=b;\n\t\t\t}else {\n\t\t\t\ta-=d;\n\t\t\t}",
"aturn",
"{\n\t\t\t\tc-=b;\n\t\t\t}",
"c-=b",
"c",
"b",
"{\n\t\t\t\ta-=d;\n\t\t\t}",
"a-=d",
"a",
"d",
"aturn=!aturn",
"aturn",
"!aturn",
"aturn",
"out.println(a>0?\"Yes\":\"No\")",
"out.println",
"out",
"a>0?\"Yes\":\"No\"",
"a>0",
"a",
"0",
"\"Yes\"",
"\"No\"",
"// Functions\n\tstatic long gcd(long a, long b) { \n\t\treturn b==0?a:gcd(b,a%b);\n\t}",
"gcd",
"{ \n\t\treturn b==0?a:gcd(b,a%b);\n\t}",
"return b==0?a:gcd(b,a%b);",
"b==0?a:gcd(b,a%b)",
"b==0",
"b",
"0",
"a",
"gcd(b,a%b)",
"gcd",
"b",
"a%b",
"a",
"b",
"long a",
"a",
"long b",
"b",
"static int gcd(int a, int b) { \n\t\treturn b==0?a:gcd(b,a%b);\n\t}",
"gcd",
"{ \n\t\treturn b==0?a:gcd(b,a%b);\n\t}",
"return b==0?a:gcd(b,a%b);",
"b==0?a:gcd(b,a%b)",
"b==0",
"b",
"0",
"a",
"gcd(b,a%b)",
"gcd",
"b",
"a%b",
"a",
"b",
"int a",
"a",
"int b",
"b",
"void reverse(long[] A,int l,int r) {\n int i=l,j=r-1;\n while(i<j) {\n long t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }",
"reverse",
"{\n int i=l,j=r-1;\n while(i<j) {\n long t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }",
"int i=l",
"i",
"l",
"j=r-1;",
"j",
"r-1",
"r",
"1",
"while(i<j) {\n long t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }",
"i<j",
"i",
"j",
"{\n long t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }",
"long t=A[i];",
"t",
"A[i]",
"A",
"i",
"A[i]=A[j]",
"A[i]",
"A",
"i",
"A[j]",
"A",
"j",
"A[j]=t",
"A[j]",
"A",
"j",
"t",
"i++",
"i",
"j--",
"j",
"long[] A",
"A",
"int l",
"l",
"int r",
"r",
"void reverse(int[] A,int l,int r) {\n int i=l,j=r-1;\n while(i<j) {\n int t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }",
"reverse",
"{\n int i=l,j=r-1;\n while(i<j) {\n int t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }",
"int i=l",
"i",
"l",
"j=r-1;",
"j",
"r-1",
"r",
"1",
"while(i<j) {\n int t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }",
"i<j",
"i",
"j",
"{\n int t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }",
"int t=A[i];",
"t",
"A[i]",
"A",
"i",
"A[i]=A[j]",
"A[i]",
"A",
"i",
"A[j]",
"A",
"j",
"A[j]=t",
"A[j]",
"A",
"j",
"t",
"i++",
"i",
"j--",
"j",
"int[] A",
"A",
"int l",
"l",
"int r",
"r",
"//Input Arrays\n static void input(long a[], int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextLong();\n\t\t}\n\t}",
"input",
"{\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextLong();\n\t\t}\n\t}",
"for(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextLong();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"{\n\t\t\ta[i]=inp.nextLong();\n\t\t}",
"{\n\t\t\ta[i]=inp.nextLong();\n\t\t}",
"a[i]=inp.nextLong()",
"a[i]",
"a",
"i",
"inp.nextLong()",
"inp.nextLong",
"inp",
"long a[]",
"a",
"int n",
"n",
"static void input(int a[], int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextInt();\n\t\t}\n\t}",
"input",
"{\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextInt();\n\t\t}\n\t}",
"for(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextInt();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"{\n\t\t\ta[i]=inp.nextInt();\n\t\t}",
"{\n\t\t\ta[i]=inp.nextInt();\n\t\t}",
"a[i]=inp.nextInt()",
"a[i]",
"a",
"i",
"inp.nextInt()",
"inp.nextInt",
"inp",
"int a[]",
"a",
"int n",
"n",
"static void input(String s[],int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ts[i]=inp.next();\n\t\t}\n\t}",
"input",
"{\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ts[i]=inp.next();\n\t\t}\n\t}",
"for(int i=0;i<n;i++) {\n\t\t\ts[i]=inp.next();\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"{\n\t\t\ts[i]=inp.next();\n\t\t}",
"{\n\t\t\ts[i]=inp.next();\n\t\t}",
"s[i]=inp.next()",
"s[i]",
"s",
"i",
"inp.next()",
"inp.next",
"inp",
"String s[]",
"s",
"int n",
"n",
"static void input(int a[][], int n, int m) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}\n\t\t}\n\t}",
"input",
"{\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}\n\t\t}\n\t}",
"for(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}\n\t\t}",
"for(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}",
"int j=0;",
"int j=0;",
"j",
"0",
"j<m",
"j",
"m",
"j++",
"j++",
"j",
"{\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}",
"{\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}",
"a[i][j]=inp.nextInt()",
"a[i][j]",
"a[i]",
"a",
"i",
"j",
"inp.nextInt()",
"inp.nextInt",
"inp",
"int a[][]",
"a",
"int n",
"n",
"int m",
"m",
"static void input(long a[][], int n, int m) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}\n\t\t}\n\t}",
"input",
"{\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}\n\t\t}\n\t}",
"for(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<n",
"i",
"n",
"i++",
"i++",
"i",
"{\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}\n\t\t}",
"for(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}",
"int j=0;",
"int j=0;",
"j",
"0",
"j<m",
"j",
"m",
"j++",
"j++",
"j",
"{\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}",
"{\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}",
"a[i][j]=inp.nextLong()",
"a[i][j]",
"a[i]",
"a",
"i",
"j",
"inp.nextLong()",
"inp.nextLong",
"inp",
"long a[][]",
"a",
"int n",
"n",
"int m",
"m",
"static class Edge implements Comparable<Edge>{\n\t\tint l,r;\n\t\tEdge(){}\n\t\tEdge(int l,int r){\n\t\t\tthis.l=l;\n\t\t\tthis.r=r;\n\t\t}\n\t\t@Override\n\t\tpublic int compareTo(Edge e) {\n\t\t\treturn (l-e.l)!=0?l-e.l:r-e.r;\n\t\t}\n\t}",
"Edge",
"int l",
"l",
"r;",
"r",
"Edge(){}",
"Edge",
"{}",
"Edge(int l,int r){\n\t\t\tthis.l=l;\n\t\t\tthis.r=r;\n\t\t}",
"Edge",
"{\n\t\t\tthis.l=l;\n\t\t\tthis.r=r;\n\t\t}",
"this.l=l",
"this.l",
"this",
"this.l",
"l",
"this.r=r",
"this.r",
"this",
"this.r",
"r",
"int l",
"l",
"int r",
"r",
"@Override\n\t\tpublic int compareTo(Edge e) {\n\t\t\treturn (l-e.l)!=0?l-e.l:r-e.r;\n\t\t}",
"compareTo",
"{\n\t\t\treturn (l-e.l)!=0?l-e.l:r-e.r;\n\t\t}",
"return (l-e.l)!=0?l-e.l:r-e.r;",
"(l-e.l)!=0?l-e.l:r-e.r",
"(l-e.l)!=0",
"(l-e.l)",
"l",
"e.l",
"e",
"e.l",
"0",
"l-e.l",
"l",
"e.l",
"e",
"e.l",
"r-e.r",
"r",
"e.r",
"e",
"e.r",
"Edge e",
"e",
"Comparable",
"static class Segment implements Comparable<Segment> {\n\t\tlong l, r, initialIndex;\n\t\tSegment () {}\n\t\tSegment (long l_, long r_, long d_) {\n\t\t this.l = l_;\n\t\t this.r = r_;\n\t\t this.initialIndex = d_;\n\t\t}\n\t\t@Override\n\t\tpublic int compareTo(Segment o) {\n\t\t return (int)((l - o.l) !=0 ? l-o.l : initialIndex - o.initialIndex);\n\t\t}\n }",
"Segment",
"long l",
"l",
"r",
"r",
"initialIndex;",
"initialIndex",
"Segment () {}",
"Segment",
"{}",
"Segment (long l_, long r_, long d_) {\n\t\t this.l = l_;\n\t\t this.r = r_;\n\t\t this.initialIndex = d_;\n\t\t}",
"Segment",
"{\n\t\t this.l = l_;\n\t\t this.r = r_;\n\t\t this.initialIndex = d_;\n\t\t}",
"this.l = l_",
"this.l",
"this",
"this.l",
"l_",
"this.r = r_",
"this.r",
"this",
"this.r",
"r_",
"this.initialIndex = d_",
"this.initialIndex",
"this",
"this.initialIndex",
"d_",
"long l_",
"l_",
"long r_",
"r_",
"long d_",
"d_",
"@Override\n\t\tpublic int compareTo(Segment o) {\n\t\t return (int)((l - o.l) !=0 ? l-o.l : initialIndex - o.initialIndex);\n\t\t}",
"compareTo",
"{\n\t\t return (int)((l - o.l) !=0 ? l-o.l : initialIndex - o.initialIndex);\n\t\t}",
"return (int)((l - o.l) !=0 ? l-o.l : initialIndex - o.initialIndex);",
"(int)((l - o.l) !=0 ? l-o.l : initialIndex - o.initialIndex)",
"(l - o.l) !=0",
"(l - o.l)",
"l",
"o.l",
"o",
"o.l",
"0",
"l-o.l",
"l",
"o.l",
"o",
"o.l",
"initialIndex - o.initialIndex",
"initialIndex",
"o.initialIndex",
"o",
"o.initialIndex",
"Segment o",
"o",
"Comparable",
"static class FastReader { \n BufferedReader br; \n StringTokenizer st; \n \n public FastReader() { \n br = new BufferedReader(new InputStreamReader(System.in)); \n } \n String next() { \n while (st==null || !st.hasMoreElements()) { \n try { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n int nextInt() { \n return Integer.parseInt(next()); \n } \n long nextLong() { \n return Long.parseLong(next()); \n } \n double nextDouble() { \n return Double.parseDouble(next()); \n } \n String nextLine() { \n String s=\"\"; \n try { \n s=br.readLine(); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n return s; \n } \n }",
"FastReader",
"BufferedReader br;",
"br",
"StringTokenizer st;",
"st",
"public FastReader() { \n br = new BufferedReader(new InputStreamReader(System.in)); \n }",
"FastReader",
"{ \n br = new BufferedReader(new InputStreamReader(System.in)); \n }",
"br = new BufferedReader(new InputStreamReader(System.in))",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String next() { \n while (st==null || !st.hasMoreElements()) { \n try { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n }",
"next",
"{ \n while (st==null || !st.hasMoreElements()) { \n try { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n }",
"while (st==null || !st.hasMoreElements()) { \n try { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n }",
"st==null || !st.hasMoreElements()",
"st==null",
"st",
"null",
"!st.hasMoreElements()",
"st.hasMoreElements()",
"st.hasMoreElements",
"st",
"{ \n try { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n }",
"try { \n st = new StringTokenizer(br.readLine()); \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 st = new StringTokenizer(br.readLine()); \n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"int nextInt() { \n return Integer.parseInt(next()); \n }",
"nextInt",
"{ \n return Integer.parseInt(next()); \n }",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"long nextLong() { \n return Long.parseLong(next()); \n }",
"nextLong",
"{ \n return Long.parseLong(next()); \n }",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"double nextDouble() { \n return Double.parseDouble(next()); \n }",
"nextDouble",
"{ \n return Double.parseDouble(next()); \n }",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"String nextLine() { \n String s=\"\"; \n try { \n s=br.readLine(); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n return s; \n }",
"nextLine",
"{ \n String s=\"\"; \n try { \n s=br.readLine(); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n return s; \n }",
"String s=\"\";",
"s",
"\"\"",
"try { \n s=br.readLine(); \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 s=br.readLine(); \n }",
"s=br.readLine()",
"s",
"br.readLine()",
"br.readLine",
"br",
"return s;",
"s",
"public class Main {\n\t//Variables\n\tstatic long mod = 1000000007;\n\tstatic long mod2 = 998244353;\n\tstatic FastReader inp= new FastReader();\n\tstatic PrintWriter out= new PrintWriter(System.out);\n\tpublic static void main(String args[]) {\t\t \t\n\t \tMain g=new Main();\n\t \tg.main();\n\t \tout.close();\n\t}\n\t\n\t//Main\n\tvoid main() {\n\t\t\n\t\tint a=inp.nextInt();\n\t\tint b=inp.nextInt();\n\t\tint c=inp.nextInt();\n\t\tint d=inp.nextInt();\n\t\tboolean aturn=true;\n\t\twhile(a>0 && c>0) {\n\t\t\tif(aturn) {\n\t\t\t\tc-=b;\n\t\t\t}else {\n\t\t\t\ta-=d;\n\t\t\t}\n\t\t\taturn=!aturn;\n\t\t}\n\t\tout.println(a>0?\"Yes\":\"No\");\n\t}\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t// Classes\n\tstatic class Edge implements Comparable<Edge>{\n\t\tint l,r;\n\t\tEdge(){}\n\t\tEdge(int l,int r){\n\t\t\tthis.l=l;\n\t\t\tthis.r=r;\n\t\t}\n\t\t@Override\n\t\tpublic int compareTo(Edge e) {\n\t\t\treturn (l-e.l)!=0?l-e.l:r-e.r;\n\t\t}\n\t}\n\t\n static class Segment implements Comparable<Segment> {\n\t\tlong l, r, initialIndex;\n\t\tSegment () {}\n\t\tSegment (long l_, long r_, long d_) {\n\t\t this.l = l_;\n\t\t this.r = r_;\n\t\t this.initialIndex = d_;\n\t\t}\n\t\t@Override\n\t\tpublic int compareTo(Segment o) {\n\t\t return (int)((l - o.l) !=0 ? l-o.l : initialIndex - o.initialIndex);\n\t\t}\n }\n \n static class FastReader { \n BufferedReader br; \n StringTokenizer st; \n \n public FastReader() { \n br = new BufferedReader(new InputStreamReader(System.in)); \n } \n String next() { \n while (st==null || !st.hasMoreElements()) { \n try { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n int nextInt() { \n return Integer.parseInt(next()); \n } \n long nextLong() { \n return Long.parseLong(next()); \n } \n double nextDouble() { \n return Double.parseDouble(next()); \n } \n String nextLine() { \n String s=\"\"; \n try { \n s=br.readLine(); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n return s; \n } \n } \n \n // Functions\n\tstatic long gcd(long a, long b) { \n\t\treturn b==0?a:gcd(b,a%b);\n\t}\n\tstatic int gcd(int a, int b) { \n\t\treturn b==0?a:gcd(b,a%b);\n\t}\n\t\n\tvoid reverse(long[] A,int l,int r) {\n int i=l,j=r-1;\n while(i<j) {\n long t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }\n void reverse(int[] A,int l,int r) {\n int i=l,j=r-1;\n while(i<j) {\n int t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }\n \n //Input Arrays\n static void input(long a[], int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextLong();\n\t\t}\n\t}\n\tstatic void input(int a[], int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextInt();\n\t\t}\n\t}\t\n\tstatic void input(String s[],int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ts[i]=inp.next();\n\t\t}\n\t}\n\tstatic void input(int a[][], int n, int m) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}\n\t\t}\n\t}\n\tstatic void input(long a[][], int n, int m) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}\n\t\t}\n\t}\n\t\t\n}",
"public class Main {\n\t//Variables\n\tstatic long mod = 1000000007;\n\tstatic long mod2 = 998244353;\n\tstatic FastReader inp= new FastReader();\n\tstatic PrintWriter out= new PrintWriter(System.out);\n\tpublic static void main(String args[]) {\t\t \t\n\t \tMain g=new Main();\n\t \tg.main();\n\t \tout.close();\n\t}\n\t\n\t//Main\n\tvoid main() {\n\t\t\n\t\tint a=inp.nextInt();\n\t\tint b=inp.nextInt();\n\t\tint c=inp.nextInt();\n\t\tint d=inp.nextInt();\n\t\tboolean aturn=true;\n\t\twhile(a>0 && c>0) {\n\t\t\tif(aturn) {\n\t\t\t\tc-=b;\n\t\t\t}else {\n\t\t\t\ta-=d;\n\t\t\t}\n\t\t\taturn=!aturn;\n\t\t}\n\t\tout.println(a>0?\"Yes\":\"No\");\n\t}\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t// Classes\n\tstatic class Edge implements Comparable<Edge>{\n\t\tint l,r;\n\t\tEdge(){}\n\t\tEdge(int l,int r){\n\t\t\tthis.l=l;\n\t\t\tthis.r=r;\n\t\t}\n\t\t@Override\n\t\tpublic int compareTo(Edge e) {\n\t\t\treturn (l-e.l)!=0?l-e.l:r-e.r;\n\t\t}\n\t}\n\t\n static class Segment implements Comparable<Segment> {\n\t\tlong l, r, initialIndex;\n\t\tSegment () {}\n\t\tSegment (long l_, long r_, long d_) {\n\t\t this.l = l_;\n\t\t this.r = r_;\n\t\t this.initialIndex = d_;\n\t\t}\n\t\t@Override\n\t\tpublic int compareTo(Segment o) {\n\t\t return (int)((l - o.l) !=0 ? l-o.l : initialIndex - o.initialIndex);\n\t\t}\n }\n \n static class FastReader { \n BufferedReader br; \n StringTokenizer st; \n \n public FastReader() { \n br = new BufferedReader(new InputStreamReader(System.in)); \n } \n String next() { \n while (st==null || !st.hasMoreElements()) { \n try { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n int nextInt() { \n return Integer.parseInt(next()); \n } \n long nextLong() { \n return Long.parseLong(next()); \n } \n double nextDouble() { \n return Double.parseDouble(next()); \n } \n String nextLine() { \n String s=\"\"; \n try { \n s=br.readLine(); \n } \n catch (IOException e) { \n e.printStackTrace(); \n } \n return s; \n } \n } \n \n // Functions\n\tstatic long gcd(long a, long b) { \n\t\treturn b==0?a:gcd(b,a%b);\n\t}\n\tstatic int gcd(int a, int b) { \n\t\treturn b==0?a:gcd(b,a%b);\n\t}\n\t\n\tvoid reverse(long[] A,int l,int r) {\n int i=l,j=r-1;\n while(i<j) {\n long t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }\n void reverse(int[] A,int l,int r) {\n int i=l,j=r-1;\n while(i<j) {\n int t=A[i];\n A[i]=A[j];\n A[j]=t;\n i++;j--;\n }\n }\n \n //Input Arrays\n static void input(long a[], int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextLong();\n\t\t}\n\t}\n\tstatic void input(int a[], int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ta[i]=inp.nextInt();\n\t\t}\n\t}\t\n\tstatic void input(String s[],int n) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\ts[i]=inp.next();\n\t\t}\n\t}\n\tstatic void input(int a[][], int n, int m) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextInt();\n\t\t\t}\n\t\t}\n\t}\n\tstatic void input(long a[][], int n, int m) {\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tfor(int j=0;j<m;j++) {\n\t\t\t\ta[i][j]=inp.nextLong();\n\t\t\t}\n\t\t}\n\t}\n\t\t\n}",
"Main"
] |
// No sorceries shall prevail. //
import java.util.*;
import java.io.*;
public class Main {
//Variables
static long mod = 1000000007;
static long mod2 = 998244353;
static FastReader inp= new FastReader();
static PrintWriter out= new PrintWriter(System.out);
public static void main(String args[]) {
Main g=new Main();
g.main();
out.close();
}
//Main
void main() {
int a=inp.nextInt();
int b=inp.nextInt();
int c=inp.nextInt();
int d=inp.nextInt();
boolean aturn=true;
while(a>0 && c>0) {
if(aturn) {
c-=b;
}else {
a-=d;
}
aturn=!aturn;
}
out.println(a>0?"Yes":"No");
}
// Classes
static class Edge implements Comparable<Edge>{
int l,r;
Edge(){}
Edge(int l,int r){
this.l=l;
this.r=r;
}
@Override
public int compareTo(Edge e) {
return (l-e.l)!=0?l-e.l:r-e.r;
}
}
static class Segment implements Comparable<Segment> {
long l, r, initialIndex;
Segment () {}
Segment (long l_, long r_, long d_) {
this.l = l_;
this.r = r_;
this.initialIndex = d_;
}
@Override
public int compareTo(Segment o) {
return (int)((l - o.l) !=0 ? l-o.l : initialIndex - o.initialIndex);
}
}
static class FastReader {
BufferedReader br;
StringTokenizer st;
public FastReader() {
br = new BufferedReader(new InputStreamReader(System.in));
}
String next() {
while (st==null || !st.hasMoreElements()) {
try {
st = new StringTokenizer(br.readLine());
}
catch (IOException e) {
e.printStackTrace();
}
}
return st.nextToken();
}
int nextInt() {
return Integer.parseInt(next());
}
long nextLong() {
return Long.parseLong(next());
}
double nextDouble() {
return Double.parseDouble(next());
}
String nextLine() {
String s="";
try {
s=br.readLine();
}
catch (IOException e) {
e.printStackTrace();
}
return s;
}
}
// Functions
static long gcd(long a, long b) {
return b==0?a:gcd(b,a%b);
}
static int gcd(int a, int b) {
return b==0?a:gcd(b,a%b);
}
void reverse(long[] A,int l,int r) {
int i=l,j=r-1;
while(i<j) {
long t=A[i];
A[i]=A[j];
A[j]=t;
i++;j--;
}
}
void reverse(int[] A,int l,int r) {
int i=l,j=r-1;
while(i<j) {
int t=A[i];
A[i]=A[j];
A[j]=t;
i++;j--;
}
}
//Input Arrays
static void input(long a[], int n) {
for(int i=0;i<n;i++) {
a[i]=inp.nextLong();
}
}
static void input(int a[], int n) {
for(int i=0;i<n;i++) {
a[i]=inp.nextInt();
}
}
static void input(String s[],int n) {
for(int i=0;i<n;i++) {
s[i]=inp.next();
}
}
static void input(int a[][], int n, int m) {
for(int i=0;i<n;i++) {
for(int j=0;j<m;j++) {
a[i][j]=inp.nextInt();
}
}
}
static void input(long a[][], int n, int m) {
for(int i=0;i<n;i++) {
for(int j=0;j<m;j++) {
a[i][j]=inp.nextLong();
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
42,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
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
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
54,
61
],
[
46,
62
],
[
62,
63
],
[
62,
64
],
[
46,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
69,
76
],
[
6,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] |
[
"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 t_HP = Integer.parseInt(sc.next());\n\t\tint t_atk = Integer.parseInt(sc.next());\n\t\tint a_HP = Integer.parseInt(sc.next());\n\t\tint a_atk = Integer.parseInt(sc.next());\n\n\t\twhile (true) {\n\t\t\ta_HP -= t_atk;\n\t\t\tif (a_HP <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tt_HP -= a_atk;\n\t\t\tif (t_HP <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint t_HP = Integer.parseInt(sc.next());\n\t\tint t_atk = Integer.parseInt(sc.next());\n\t\tint a_HP = Integer.parseInt(sc.next());\n\t\tint a_atk = Integer.parseInt(sc.next());\n\n\t\twhile (true) {\n\t\t\ta_HP -= t_atk;\n\t\t\tif (a_HP <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tt_HP -= a_atk;\n\t\t\tif (t_HP <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint t_HP = Integer.parseInt(sc.next());\n\t\tint t_atk = Integer.parseInt(sc.next());\n\t\tint a_HP = Integer.parseInt(sc.next());\n\t\tint a_atk = Integer.parseInt(sc.next());\n\n\t\twhile (true) {\n\t\t\ta_HP -= t_atk;\n\t\t\tif (a_HP <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tt_HP -= a_atk;\n\t\t\tif (t_HP <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint t_HP = Integer.parseInt(sc.next());\n\t\tint t_atk = Integer.parseInt(sc.next());\n\t\tint a_HP = Integer.parseInt(sc.next());\n\t\tint a_atk = Integer.parseInt(sc.next());\n\n\t\twhile (true) {\n\t\t\ta_HP -= t_atk;\n\t\t\tif (a_HP <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tt_HP -= a_atk;\n\t\t\tif (t_HP <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int t_HP = Integer.parseInt(sc.next());",
"t_HP",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int t_atk = Integer.parseInt(sc.next());",
"t_atk",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int a_HP = Integer.parseInt(sc.next());",
"a_HP",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int a_atk = Integer.parseInt(sc.next());",
"a_atk",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"while (true) {\n\t\t\ta_HP -= t_atk;\n\t\t\tif (a_HP <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tt_HP -= a_atk;\n\t\t\tif (t_HP <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"true",
"{\n\t\t\ta_HP -= t_atk;\n\t\t\tif (a_HP <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tt_HP -= a_atk;\n\t\t\tif (t_HP <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"a_HP -= t_atk",
"a_HP",
"t_atk",
"if (a_HP <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}",
"a_HP <= 0",
"a_HP",
"0",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"t_HP -= a_atk",
"t_HP",
"a_atk",
"if (t_HP <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}",
"t_HP <= 0",
"t_HP",
"0",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint t_HP = Integer.parseInt(sc.next());\n\t\tint t_atk = Integer.parseInt(sc.next());\n\t\tint a_HP = Integer.parseInt(sc.next());\n\t\tint a_atk = Integer.parseInt(sc.next());\n\n\t\twhile (true) {\n\t\t\ta_HP -= t_atk;\n\t\t\tif (a_HP <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tt_HP -= a_atk;\n\t\t\tif (t_HP <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint t_HP = Integer.parseInt(sc.next());\n\t\tint t_atk = Integer.parseInt(sc.next());\n\t\tint a_HP = Integer.parseInt(sc.next());\n\t\tint a_atk = Integer.parseInt(sc.next());\n\n\t\twhile (true) {\n\t\t\ta_HP -= t_atk;\n\t\t\tif (a_HP <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tt_HP -= a_atk;\n\t\t\tif (t_HP <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int t_HP = Integer.parseInt(sc.next());
int t_atk = Integer.parseInt(sc.next());
int a_HP = Integer.parseInt(sc.next());
int a_atk = Integer.parseInt(sc.next());
while (true) {
a_HP -= t_atk;
if (a_HP <= 0) {
System.out.println("Yes");
break;
}
t_HP -= a_atk;
if (t_HP <= 0) {
System.out.println("No");
break;
}
}
}
}
|
[
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,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
2,
2,
13,
17,
13,
2,
2,
13,
17,
13,
17,
17,
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
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
41,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
40,
52
],
[
40,
53
],
[
6,
54
],
[
54,
55
],
[
0,
56
],
[
56,
57
],
[
56,
58
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int A = scan.nextInt();\n int B = scan.nextInt();\n int C = scan.nextInt();\n int D = scan.nextInt();\n scan.close();\n\n System.out.println((C-1)/B<=(A-1)/D ? \"Yes\" : \"No\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int A = scan.nextInt();\n int B = scan.nextInt();\n int C = scan.nextInt();\n int D = scan.nextInt();\n scan.close();\n\n System.out.println((C-1)/B<=(A-1)/D ? \"Yes\" : \"No\");\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int A = scan.nextInt();\n int B = scan.nextInt();\n int C = scan.nextInt();\n int D = scan.nextInt();\n scan.close();\n\n System.out.println((C-1)/B<=(A-1)/D ? \"Yes\" : \"No\");\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int A = scan.nextInt();\n int B = scan.nextInt();\n int C = scan.nextInt();\n int D = scan.nextInt();\n scan.close();\n\n System.out.println((C-1)/B<=(A-1)/D ? \"Yes\" : \"No\");\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int A = scan.nextInt();",
"A",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int B = scan.nextInt();",
"B",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int C = scan.nextInt();",
"C",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int D = scan.nextInt();",
"D",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.close()",
"scan.close",
"scan",
"System.out.println((C-1)/B<=(A-1)/D ? \"Yes\" : \"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(C-1)/B<=(A-1)/D ? \"Yes\" : \"No\"",
"(C-1)/B<=(A-1)/D",
"(C-1)/B",
"(C-1)",
"C",
"1",
"B",
"(A-1)/D",
"(A-1)",
"A",
"1",
"D",
"\"Yes\"",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int A = scan.nextInt();\n int B = scan.nextInt();\n int C = scan.nextInt();\n int D = scan.nextInt();\n scan.close();\n\n System.out.println((C-1)/B<=(A-1)/D ? \"Yes\" : \"No\");\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int A = scan.nextInt();\n int B = scan.nextInt();\n int C = scan.nextInt();\n int D = scan.nextInt();\n scan.close();\n\n System.out.println((C-1)/B<=(A-1)/D ? \"Yes\" : \"No\");\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();
int D = scan.nextInt();
scan.close();
System.out.println((C-1)/B<=(A-1)/D ? "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,
4,
18,
13,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
14,
2,
2,
13,
17,
17,
30,
0,
13,
2,
13,
13,
30,
0,
13,
2,
13,
13,
40,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
85,
5
],
[
85,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
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
],
[
45,
49
],
[
44,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
44,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
43,
62
],
[
62,
63
],
[
8,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
64,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
6,
82
],
[
82,
83
],
[
0,
84
],
[
84,
85
],
[
84,
86
]
] |
[
"import java.util.*;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\t\tint i=0;\n\t\t\n\t\twhile(a>0 && c>0){\n\t\t if(i%2==0){\n\t\t c = c-b;\n\t\t }else{\n\t\t a = a-d;\n\t\t }\n\t\t i++;\n\t\t}\n\t\t\n\t\tif(a<=0){\n \t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t System.out.println(\"Yes\");\n\t\t}\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\tint d = sc.nextInt();\n\t\tint i=0;\n\t\t\n\t\twhile(a>0 && c>0){\n\t\t if(i%2==0){\n\t\t c = c-b;\n\t\t }else{\n\t\t a = a-d;\n\t\t }\n\t\t i++;\n\t\t}\n\t\t\n\t\tif(a<=0){\n \t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t System.out.println(\"Yes\");\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\tint d = sc.nextInt();\n\t\tint i=0;\n\t\t\n\t\twhile(a>0 && c>0){\n\t\t if(i%2==0){\n\t\t c = c-b;\n\t\t }else{\n\t\t a = a-d;\n\t\t }\n\t\t i++;\n\t\t}\n\t\t\n\t\tif(a<=0){\n \t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t System.out.println(\"Yes\");\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\tint d = sc.nextInt();\n\t\tint i=0;\n\t\t\n\t\twhile(a>0 && c>0){\n\t\t if(i%2==0){\n\t\t c = c-b;\n\t\t }else{\n\t\t a = a-d;\n\t\t }\n\t\t i++;\n\t\t}\n\t\t\n\t\tif(a<=0){\n \t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t System.out.println(\"Yes\");\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",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int i=0;",
"i",
"0",
"while(a>0 && c>0){\n\t\t if(i%2==0){\n\t\t c = c-b;\n\t\t }else{\n\t\t a = a-d;\n\t\t }\n\t\t i++;\n\t\t}",
"a>0 && c>0",
"a>0",
"a",
"0",
"c>0",
"c",
"0",
"{\n\t\t if(i%2==0){\n\t\t c = c-b;\n\t\t }else{\n\t\t a = a-d;\n\t\t }\n\t\t i++;\n\t\t}",
"if(i%2==0){\n\t\t c = c-b;\n\t\t }else{\n\t\t a = a-d;\n\t\t }",
"i%2==0",
"i%2",
"i",
"2",
"0",
"{\n\t\t c = c-b;\n\t\t }",
"c = c-b",
"c",
"c-b",
"c",
"b",
"{\n\t\t a = a-d;\n\t\t }",
"a = a-d",
"a",
"a-d",
"a",
"d",
"i++",
"i",
"if(a<=0){\n \t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t System.out.println(\"Yes\");\n\t\t}",
"a<=0",
"a",
"0",
"{\n \t\tSystem.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(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\t\tint i=0;\n\t\t\n\t\twhile(a>0 && c>0){\n\t\t if(i%2==0){\n\t\t c = c-b;\n\t\t }else{\n\t\t a = a-d;\n\t\t }\n\t\t i++;\n\t\t}\n\t\t\n\t\tif(a<=0){\n \t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t System.out.println(\"Yes\");\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\tint d = sc.nextInt();\n\t\tint i=0;\n\t\t\n\t\twhile(a>0 && c>0){\n\t\t if(i%2==0){\n\t\t c = c-b;\n\t\t }else{\n\t\t a = a-d;\n\t\t }\n\t\t i++;\n\t\t}\n\t\t\n\t\tif(a<=0){\n \t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t System.out.println(\"Yes\");\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
int i=0;
while(a>0 && c>0){
if(i%2==0){
c = c-b;
}else{
a = a-d;
}
i++;
}
if(a<=0){
System.out.println("No");
}else{
System.out.println("Yes");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
3,
0,
13,
2,
13,
13,
14,
2,
13,
17,
3,
14,
2,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
13,
23,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
11,
19
],
[
19,
20
],
[
11,
21
],
[
21,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
11,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
11,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
48,
50
],
[
43,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
51,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
51,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
64,
66
],
[
51,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
11,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
72,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
11,
88
],
[
88,
89
],
[
89,
90
],
[
9,
91
],
[
91,
92
]
] |
[
"import java.util.*;\nimport java.io.*;\n\nclass Main {\n\tpublic static void main (String[] args) {\n\t\tScanner input=new Scanner(System.in);\n\t\tint a,b,c,d;\n\t\ta=input.nextInt();\n\t\tb=input.nextInt();\n\t\tc=input.nextInt();\n\t\td=input.nextInt();\n\t\tdo{\n\t\t c=c-b;\n\t\t // System.out.println(\"c\" + c);\n\t\t if(c<=0)\n\t\t break;\n\t\t a=a-d;\n\t\t // System.out.println(\"a\" + a);\n\t\t if(a<=0)\n\t\t break;\n\t\t}while(c>0 && a>0);\n\t\tif(c<=0)\n\t\t System.out.println(\"Yes\");\n\t\t else\n\t\t System.out.println(\"No\");\n\t\tinput.close();\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main (String[] args) {\n\t\tScanner input=new Scanner(System.in);\n\t\tint a,b,c,d;\n\t\ta=input.nextInt();\n\t\tb=input.nextInt();\n\t\tc=input.nextInt();\n\t\td=input.nextInt();\n\t\tdo{\n\t\t c=c-b;\n\t\t // System.out.println(\"c\" + c);\n\t\t if(c<=0)\n\t\t break;\n\t\t a=a-d;\n\t\t // System.out.println(\"a\" + a);\n\t\t if(a<=0)\n\t\t break;\n\t\t}while(c>0 && a>0);\n\t\tif(c<=0)\n\t\t System.out.println(\"Yes\");\n\t\t else\n\t\t System.out.println(\"No\");\n\t\tinput.close();\n\t}\n}",
"Main",
"public static void main (String[] args) {\n\t\tScanner input=new Scanner(System.in);\n\t\tint a,b,c,d;\n\t\ta=input.nextInt();\n\t\tb=input.nextInt();\n\t\tc=input.nextInt();\n\t\td=input.nextInt();\n\t\tdo{\n\t\t c=c-b;\n\t\t // System.out.println(\"c\" + c);\n\t\t if(c<=0)\n\t\t break;\n\t\t a=a-d;\n\t\t // System.out.println(\"a\" + a);\n\t\t if(a<=0)\n\t\t break;\n\t\t}while(c>0 && a>0);\n\t\tif(c<=0)\n\t\t System.out.println(\"Yes\");\n\t\t else\n\t\t System.out.println(\"No\");\n\t\tinput.close();\n\t}",
"main",
"{\n\t\tScanner input=new Scanner(System.in);\n\t\tint a,b,c,d;\n\t\ta=input.nextInt();\n\t\tb=input.nextInt();\n\t\tc=input.nextInt();\n\t\td=input.nextInt();\n\t\tdo{\n\t\t c=c-b;\n\t\t // System.out.println(\"c\" + c);\n\t\t if(c<=0)\n\t\t break;\n\t\t a=a-d;\n\t\t // System.out.println(\"a\" + a);\n\t\t if(a<=0)\n\t\t break;\n\t\t}while(c>0 && a>0);\n\t\tif(c<=0)\n\t\t System.out.println(\"Yes\");\n\t\t else\n\t\t System.out.println(\"No\");\n\t\tinput.close();\n\t}",
"Scanner input=new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c",
"c",
"d;",
"d",
"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",
"d=input.nextInt()",
"d",
"input.nextInt()",
"input.nextInt",
"input",
"do{\n\t\t c=c-b;\n\t\t // System.out.println(\"c\" + c);\n\t\t if(c<=0)\n\t\t break;\n\t\t a=a-d;\n\t\t // System.out.println(\"a\" + a);\n\t\t if(a<=0)\n\t\t break;\n\t\t}while(c>0 && a>0);",
"c>0 && a>0",
"c>0",
"c",
"0",
"a>0",
"a",
"0",
"{\n\t\t c=c-b;\n\t\t // System.out.println(\"c\" + c);\n\t\t if(c<=0)\n\t\t break;\n\t\t a=a-d;\n\t\t // System.out.println(\"a\" + a);\n\t\t if(a<=0)\n\t\t break;\n\t\t}",
"c=c-b",
"c",
"c-b",
"c",
"b",
"if(c<=0)\n\t\t break;",
"c<=0",
"c",
"0",
"break;",
"a=a-d",
"a",
"a-d",
"a",
"d",
"if(a<=0)\n\t\t break;",
"a<=0",
"a",
"0",
"break;",
"if(c<=0)\n\t\t System.out.println(\"Yes\");\n\t\t else\n\t\t System.out.println(\"No\");",
"c<=0",
"c",
"0",
"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\"",
"input.close()",
"input.close",
"input",
"String[] args",
"args"
] |
import java.util.*;
import java.io.*;
class Main {
public static void main (String[] args) {
Scanner input=new Scanner(System.in);
int a,b,c,d;
a=input.nextInt();
b=input.nextInt();
c=input.nextInt();
d=input.nextInt();
do{
c=c-b;
// System.out.println("c" + c);
if(c<=0)
break;
a=a-d;
// System.out.println("a" + a);
if(a<=0)
break;
}while(c>0 && a>0);
if(c<=0)
System.out.println("Yes");
else
System.out.println("No");
input.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,
4,
18,
13,
41,
13,
17,
42,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
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
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
37,
50
],
[
50,
51
],
[
50,
52
],
[
37,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
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//import java.util.Arrays;\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint tHp = sc.nextInt();\n\t\tint tAttack = sc.nextInt();\n\t\tint aHp = sc.nextInt();\n\t\tint aAttack = sc.nextInt();\n\t\tString result = \"\";\n\t\twhile(true){\n\t\t\taHp -= tAttack;\n\t\t\tif(aHp <= 0){\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\ttHp -= aAttack;\n\t\t\tif(tHp <= 0){\n\t\t\t\tresult = \"No\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(result);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint tHp = sc.nextInt();\n\t\tint tAttack = sc.nextInt();\n\t\tint aHp = sc.nextInt();\n\t\tint aAttack = sc.nextInt();\n\t\tString result = \"\";\n\t\twhile(true){\n\t\t\taHp -= tAttack;\n\t\t\tif(aHp <= 0){\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\ttHp -= aAttack;\n\t\t\tif(tHp <= 0){\n\t\t\t\tresult = \"No\";\n\t\t\t\tbreak;\n\t\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 tHp = sc.nextInt();\n\t\tint tAttack = sc.nextInt();\n\t\tint aHp = sc.nextInt();\n\t\tint aAttack = sc.nextInt();\n\t\tString result = \"\";\n\t\twhile(true){\n\t\t\taHp -= tAttack;\n\t\t\tif(aHp <= 0){\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\ttHp -= aAttack;\n\t\t\tif(tHp <= 0){\n\t\t\t\tresult = \"No\";\n\t\t\t\tbreak;\n\t\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 tHp = sc.nextInt();\n\t\tint tAttack = sc.nextInt();\n\t\tint aHp = sc.nextInt();\n\t\tint aAttack = sc.nextInt();\n\t\tString result = \"\";\n\t\twhile(true){\n\t\t\taHp -= tAttack;\n\t\t\tif(aHp <= 0){\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\ttHp -= aAttack;\n\t\t\tif(tHp <= 0){\n\t\t\t\tresult = \"No\";\n\t\t\t\tbreak;\n\t\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 tHp = sc.nextInt();",
"tHp",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int tAttack = sc.nextInt();",
"tAttack",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int aHp = sc.nextInt();",
"aHp",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int aAttack = sc.nextInt();",
"aAttack",
"sc.nextInt()",
"sc.nextInt",
"sc",
"String result = \"\";",
"result",
"\"\"",
"while(true){\n\t\t\taHp -= tAttack;\n\t\t\tif(aHp <= 0){\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\ttHp -= aAttack;\n\t\t\tif(tHp <= 0){\n\t\t\t\tresult = \"No\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"true",
"{\n\t\t\taHp -= tAttack;\n\t\t\tif(aHp <= 0){\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\ttHp -= aAttack;\n\t\t\tif(tHp <= 0){\n\t\t\t\tresult = \"No\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"aHp -= tAttack",
"aHp",
"tAttack",
"if(aHp <= 0){\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}",
"aHp <= 0",
"aHp",
"0",
"{\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}",
"result = \"Yes\"",
"result",
"\"Yes\"",
"break;",
"tHp -= aAttack",
"tHp",
"aAttack",
"if(tHp <= 0){\n\t\t\t\tresult = \"No\";\n\t\t\t\tbreak;\n\t\t\t}",
"tHp <= 0",
"tHp",
"0",
"{\n\t\t\t\tresult = \"No\";\n\t\t\t\tbreak;\n\t\t\t}",
"result = \"No\"",
"result",
"\"No\"",
"break;",
"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 tHp = sc.nextInt();\n\t\tint tAttack = sc.nextInt();\n\t\tint aHp = sc.nextInt();\n\t\tint aAttack = sc.nextInt();\n\t\tString result = \"\";\n\t\twhile(true){\n\t\t\taHp -= tAttack;\n\t\t\tif(aHp <= 0){\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\ttHp -= aAttack;\n\t\t\tif(tHp <= 0){\n\t\t\t\tresult = \"No\";\n\t\t\t\tbreak;\n\t\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 tHp = sc.nextInt();\n\t\tint tAttack = sc.nextInt();\n\t\tint aHp = sc.nextInt();\n\t\tint aAttack = sc.nextInt();\n\t\tString result = \"\";\n\t\twhile(true){\n\t\t\taHp -= tAttack;\n\t\t\tif(aHp <= 0){\n\t\t\t\tresult = \"Yes\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\ttHp -= aAttack;\n\t\t\tif(tHp <= 0){\n\t\t\t\tresult = \"No\";\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(result);\n\t}\n}",
"Main"
] |
import java.util.Scanner;
//import java.util.Arrays;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int tHp = sc.nextInt();
int tAttack = sc.nextInt();
int aHp = sc.nextInt();
int aAttack = sc.nextInt();
String result = "";
while(true){
aHp -= tAttack;
if(aHp <= 0){
result = "Yes";
break;
}
tHp -= aAttack;
if(tHp <= 0){
result = "No";
break;
}
}
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,
41,
13,
4,
18,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
2,
2,
13,
2,
13,
13,
17,
2,
2,
13,
2,
13,
2,
13,
17,
17,
0,
13,
17,
4,
18,
18,
13,
13,
8,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
81,
5
],
[
81,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
35,
46
],
[
47,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
50,
56
],
[
49,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
57,
65
],
[
48,
66
],
[
66,
67
],
[
66,
68
],
[
8,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
74,
75
],
[
74,
76
],
[
74,
77
],
[
6,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] |
[
"import java.util.Scanner;\npublic class Main\n{\n public static void main(String [] args)\n {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int d = sc.nextInt(); boolean ans = false;\n for (int i = 0; i <= 100; i++) {\n if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;\n }\n System.out.println(ans ? \"Yes\" : \"No\");\n }\n\n\n\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main\n{\n public static void main(String [] args)\n {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int d = sc.nextInt(); boolean ans = false;\n for (int i = 0; i <= 100; i++) {\n if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;\n }\n System.out.println(ans ? \"Yes\" : \"No\");\n }\n\n\n\n\n}",
"Main",
"public static void main(String [] args)\n {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int d = sc.nextInt(); boolean ans = false;\n for (int i = 0; i <= 100; i++) {\n if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;\n }\n System.out.println(ans ? \"Yes\" : \"No\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int d = sc.nextInt(); boolean ans = false;\n for (int i = 0; i <= 100; i++) {\n if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;\n }\n System.out.println(ans ? \"Yes\" : \"No\");\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 = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"boolean ans = false;",
"ans",
"false",
"for (int i = 0; i <= 100; i++) {\n if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i <= 100",
"i",
"100",
"i++",
"i++",
"i",
"{\n if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;\n }",
"{\n if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;\n }",
"if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;",
"a - d * i > 0 && c - b * (i + 1) <= 0",
"a - d * i > 0",
"a - d * i",
"a",
"d * i",
"d",
"i",
"0",
"c - b * (i + 1) <= 0",
"c - b * (i + 1)",
"c",
"b * (i + 1)",
"b",
"(i + 1)",
"i",
"1",
"0",
"ans = true",
"ans",
"true",
"System.out.println(ans ? \"Yes\" : \"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"ans ? \"Yes\" : \"No\"",
"ans",
"\"Yes\"",
"\"No\"",
"String [] args",
"args",
"public class Main\n{\n public static void main(String [] args)\n {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int d = sc.nextInt(); boolean ans = false;\n for (int i = 0; i <= 100; i++) {\n if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;\n }\n System.out.println(ans ? \"Yes\" : \"No\");\n }\n\n\n\n\n}",
"public class Main\n{\n public static void main(String [] args)\n {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int d = sc.nextInt(); boolean ans = false;\n for (int i = 0; i <= 100; i++) {\n if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;\n }\n System.out.println(ans ? \"Yes\" : \"No\");\n }\n\n\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 = sc.nextInt(); boolean ans = false;
for (int i = 0; i <= 100; i++) {
if (a - d * i > 0 && c - b * (i + 1) <= 0) ans = true;
}
System.out.println(ans ? "Yes" : "No");
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
20,
12,
13,
30,
41,
13,
4,
13,
41,
13,
4,
13,
41,
13,
4,
13,
41,
13,
4,
13,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
143,
8
],
[
143,
9
],
[
9,
10
],
[
143,
11
],
[
11,
12
],
[
11,
13
],
[
143,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
16,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
16,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
16,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
16,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
38,
39
],
[
38,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
49,
56
],
[
41,
57
],
[
57,
58
],
[
57,
59
],
[
41,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
64,
71
],
[
16,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
72,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
88,
93
],
[
14,
94
],
[
94,
95
],
[
143,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
100,
103
],
[
103,
104
],
[
143,
105
],
[
105,
106
],
[
105,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
109,
112
],
[
112,
113
],
[
143,
114
],
[
114,
115
],
[
114,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
118,
121
],
[
121,
122
],
[
143,
123
],
[
123,
124
],
[
123,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
126,
135
],
[
135,
136
],
[
135,
137
],
[
125,
138
],
[
138,
139
],
[
139,
140
],
[
140,
141
],
[
0,
142
],
[
142,
143
],
[
142,
144
]
] |
[
"import java.util.*;\nimport java.io.*;\n\npublic class Main {\n static StringTokenizer st;\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n public static void main(String[] args) throws IOException {\n int health1 = nextInt();\n int attack1 = nextInt();\n int health2 = nextInt();\n int attack2 = nextInt();\n while (health1>0 && health2>0) {\n health2-=attack1;\n if (health2<=0) {\n System.out.println(\"Yes\");\n return;\n }\n health1-=attack2;\n if (health1<=0) {\n System.out.println(\"No\");\n return;\n }\n }\n if (health1<=0) { //reee captialization\n System.out.println(\"No\");\n }\n else if (health2<=0) {\n System.out.println(\"Yes\");\n }\n }\n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}\n\n",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n static StringTokenizer st;\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n public static void main(String[] args) throws IOException {\n int health1 = nextInt();\n int attack1 = nextInt();\n int health2 = nextInt();\n int attack2 = nextInt();\n while (health1>0 && health2>0) {\n health2-=attack1;\n if (health2<=0) {\n System.out.println(\"Yes\");\n return;\n }\n health1-=attack2;\n if (health1<=0) {\n System.out.println(\"No\");\n return;\n }\n }\n if (health1<=0) { //reee captialization\n System.out.println(\"No\");\n }\n else if (health2<=0) {\n System.out.println(\"Yes\");\n }\n }\n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}",
"Main",
"static StringTokenizer st;",
"st",
"static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"public static void main(String[] args) throws IOException {\n int health1 = nextInt();\n int attack1 = nextInt();\n int health2 = nextInt();\n int attack2 = nextInt();\n while (health1>0 && health2>0) {\n health2-=attack1;\n if (health2<=0) {\n System.out.println(\"Yes\");\n return;\n }\n health1-=attack2;\n if (health1<=0) {\n System.out.println(\"No\");\n return;\n }\n }\n if (health1<=0) { //reee captialization\n System.out.println(\"No\");\n }\n else if (health2<=0) {\n System.out.println(\"Yes\");\n }\n }",
"main",
"{\n int health1 = nextInt();\n int attack1 = nextInt();\n int health2 = nextInt();\n int attack2 = nextInt();\n while (health1>0 && health2>0) {\n health2-=attack1;\n if (health2<=0) {\n System.out.println(\"Yes\");\n return;\n }\n health1-=attack2;\n if (health1<=0) {\n System.out.println(\"No\");\n return;\n }\n }\n if (health1<=0) { //reee captialization\n System.out.println(\"No\");\n }\n else if (health2<=0) {\n System.out.println(\"Yes\");\n }\n }",
"int health1 = nextInt();",
"health1",
"nextInt()",
"nextInt",
"int attack1 = nextInt();",
"attack1",
"nextInt()",
"nextInt",
"int health2 = nextInt();",
"health2",
"nextInt()",
"nextInt",
"int attack2 = nextInt();",
"attack2",
"nextInt()",
"nextInt",
"while (health1>0 && health2>0) {\n health2-=attack1;\n if (health2<=0) {\n System.out.println(\"Yes\");\n return;\n }\n health1-=attack2;\n if (health1<=0) {\n System.out.println(\"No\");\n return;\n }\n }",
"health1>0 && health2>0",
"health1>0",
"health1",
"0",
"health2>0",
"health2",
"0",
"{\n health2-=attack1;\n if (health2<=0) {\n System.out.println(\"Yes\");\n return;\n }\n health1-=attack2;\n if (health1<=0) {\n System.out.println(\"No\");\n return;\n }\n }",
"health2-=attack1",
"health2",
"attack1",
"if (health2<=0) {\n System.out.println(\"Yes\");\n return;\n }",
"health2<=0",
"health2",
"0",
"{\n System.out.println(\"Yes\");\n return;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"return;",
"health1-=attack2",
"health1",
"attack2",
"if (health1<=0) {\n System.out.println(\"No\");\n return;\n }",
"health1<=0",
"health1",
"0",
"{\n System.out.println(\"No\");\n return;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"if (health1<=0) { //reee captialization\n System.out.println(\"No\");\n }\n else if (health2<=0) {\n System.out.println(\"Yes\");\n }",
"health1<=0",
"health1",
"0",
"{ //reee captialization\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (health2<=0) {\n System.out.println(\"Yes\");\n }",
"health2<=0",
"health2",
"0",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }",
"nextInt",
"{\n return Integer.parseInt(next());\n }",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }",
"nextLong",
"{\n return Long.parseLong(next());\n }",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }",
"nextDouble",
"{\n return Double.parseDouble(next());\n }",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }",
"next",
"{\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }",
"while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(br.readLine().trim())",
"st",
"new StringTokenizer(br.readLine().trim())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public class Main {\n static StringTokenizer st;\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n public static void main(String[] args) throws IOException {\n int health1 = nextInt();\n int attack1 = nextInt();\n int health2 = nextInt();\n int attack2 = nextInt();\n while (health1>0 && health2>0) {\n health2-=attack1;\n if (health2<=0) {\n System.out.println(\"Yes\");\n return;\n }\n health1-=attack2;\n if (health1<=0) {\n System.out.println(\"No\");\n return;\n }\n }\n if (health1<=0) { //reee captialization\n System.out.println(\"No\");\n }\n else if (health2<=0) {\n System.out.println(\"Yes\");\n }\n }\n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}",
"public class Main {\n static StringTokenizer st;\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n public static void main(String[] args) throws IOException {\n int health1 = nextInt();\n int attack1 = nextInt();\n int health2 = nextInt();\n int attack2 = nextInt();\n while (health1>0 && health2>0) {\n health2-=attack1;\n if (health2<=0) {\n System.out.println(\"Yes\");\n return;\n }\n health1-=attack2;\n if (health1<=0) {\n System.out.println(\"No\");\n return;\n }\n }\n if (health1<=0) { //reee captialization\n System.out.println(\"No\");\n }\n else if (health2<=0) {\n System.out.println(\"Yes\");\n }\n }\n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main {
static StringTokenizer st;
static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
public static void main(String[] args) throws IOException {
int health1 = nextInt();
int attack1 = nextInt();
int health2 = nextInt();
int attack2 = nextInt();
while (health1>0 && health2>0) {
health2-=attack1;
if (health2<=0) {
System.out.println("Yes");
return;
}
health1-=attack2;
if (health1<=0) {
System.out.println("No");
return;
}
}
if (health1<=0) { //reee captialization
System.out.println("No");
}
else if (health2<=0) {
System.out.println("Yes");
}
}
public static int nextInt() throws IOException {
return Integer.parseInt(next());
}
public static long nextLong() throws IOException {
return Long.parseLong(next());
}
public static double nextDouble() throws IOException {
return Double.parseDouble(next());
}
static String next() throws IOException {
while (st == null || !st.hasMoreTokens())
st = new StringTokenizer(br.readLine().trim());
return st.nextToken();
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
13,
23,
13,
12,
13,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
87,
5
],
[
87,
6
],
[
6,
7
],
[
87,
8
],
[
8,
9
],
[
87,
10
],
[
10,
11
],
[
87,
12
],
[
12,
13
],
[
87,
14
],
[
14,
15
],
[
14,
16
],
[
87,
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
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
19,
43
],
[
43,
44
],
[
17,
45
],
[
45,
46
],
[
87,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
49,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
55,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
69,
71
],
[
66,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
72,
83
],
[
83,
84
],
[
84,
85
],
[
0,
86
],
[
86,
87
],
[
86,
88
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\tstatic int A;\n\tstatic int B;\n\tstatic int C;\n\tstatic int D;\n\tstatic int a=0;\n\tpublic static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tA=sc.nextInt();\n\t\tB=sc.nextInt();\n\t\tC=sc.nextInt();\n\t\tD=sc.nextInt();\n\t\tfight();\n\t}\n\tstatic void fight() {\n\t\tC=C-B;\n\t\tif(C<=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tA=A-D;\n\t\t\tif(A<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tfight();\n\t\t\t}\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tstatic int A;\n\tstatic int B;\n\tstatic int C;\n\tstatic int D;\n\tstatic int a=0;\n\tpublic static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tA=sc.nextInt();\n\t\tB=sc.nextInt();\n\t\tC=sc.nextInt();\n\t\tD=sc.nextInt();\n\t\tfight();\n\t}\n\tstatic void fight() {\n\t\tC=C-B;\n\t\tif(C<=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tA=A-D;\n\t\t\tif(A<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tfight();\n\t\t\t}\n\t\t}\n\t}\n}",
"Main",
"static int A;",
"A",
"static int B;",
"B",
"static int C;",
"C",
"static int D;",
"D",
"static int a=0;",
"a",
"0",
"public static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tA=sc.nextInt();\n\t\tB=sc.nextInt();\n\t\tC=sc.nextInt();\n\t\tD=sc.nextInt();\n\t\tfight();\n\t}",
"main",
"{\n\t\tScanner sc=new Scanner(System.in);\n\t\tA=sc.nextInt();\n\t\tB=sc.nextInt();\n\t\tC=sc.nextInt();\n\t\tD=sc.nextInt();\n\t\tfight();\n\t}",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"A=sc.nextInt()",
"A",
"sc.nextInt()",
"sc.nextInt",
"sc",
"B=sc.nextInt()",
"B",
"sc.nextInt()",
"sc.nextInt",
"sc",
"C=sc.nextInt()",
"C",
"sc.nextInt()",
"sc.nextInt",
"sc",
"D=sc.nextInt()",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"fight()",
"fight",
"String[] args",
"args",
"static void fight() {\n\t\tC=C-B;\n\t\tif(C<=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tA=A-D;\n\t\t\tif(A<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tfight();\n\t\t\t}\n\t\t}\n\t}",
"fight",
"{\n\t\tC=C-B;\n\t\tif(C<=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tA=A-D;\n\t\t\tif(A<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tfight();\n\t\t\t}\n\t\t}\n\t}",
"C=C-B",
"C",
"C-B",
"C",
"B",
"if(C<=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tA=A-D;\n\t\t\tif(A<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tfight();\n\t\t\t}\n\t\t}",
"C<=0",
"C",
"0",
"{\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\tA=A-D;\n\t\t\tif(A<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tfight();\n\t\t\t}\n\t\t}",
"A=A-D",
"A",
"A-D",
"A",
"D",
"if(A<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tfight();\n\t\t\t}",
"A<=0",
"A",
"0",
"{\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\tfight();\n\t\t\t}",
"fight()",
"fight",
"public class Main {\n\tstatic int A;\n\tstatic int B;\n\tstatic int C;\n\tstatic int D;\n\tstatic int a=0;\n\tpublic static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tA=sc.nextInt();\n\t\tB=sc.nextInt();\n\t\tC=sc.nextInt();\n\t\tD=sc.nextInt();\n\t\tfight();\n\t}\n\tstatic void fight() {\n\t\tC=C-B;\n\t\tif(C<=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tA=A-D;\n\t\t\tif(A<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tfight();\n\t\t\t}\n\t\t}\n\t}\n}",
"public class Main {\n\tstatic int A;\n\tstatic int B;\n\tstatic int C;\n\tstatic int D;\n\tstatic int a=0;\n\tpublic static void main(String[] args) {\n\t\tScanner sc=new Scanner(System.in);\n\t\tA=sc.nextInt();\n\t\tB=sc.nextInt();\n\t\tC=sc.nextInt();\n\t\tD=sc.nextInt();\n\t\tfight();\n\t}\n\tstatic void fight() {\n\t\tC=C-B;\n\t\tif(C<=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tA=A-D;\n\t\t\tif(A<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tfight();\n\t\t\t}\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
static int A;
static int B;
static int C;
static int D;
static int a=0;
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
A=sc.nextInt();
B=sc.nextInt();
C=sc.nextInt();
D=sc.nextInt();
fight();
}
static void fight() {
C=C-B;
if(C<=0) {
System.out.println("Yes");
}
else {
A=A-D;
if(A<=0) {
System.out.println("No");
}
else {
fight();
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
42,
2,
2,
13,
13,
17,
30,
14,
2,
2,
13,
17,
17,
30,
0,
13,
2,
13,
13,
30,
0,
13,
2,
13,
13,
40,
13,
14,
2,
13,
17,
4,
18,
18,
13,
13,
17,
30,
14,
2,
13,
17,
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
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
35,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
42,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
42,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
41,
60
],
[
60,
61
],
[
8,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
62,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
73,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
6,
89
],
[
89,
90
]
] |
[
"import java.util.*;\n\nclass Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n //高橋君のモンスター\n int A = sc.nextInt(); //体力\n int B = sc.nextInt(); //攻撃力\n //青木君のモンスター\n int C = sc.nextInt(); //体力\n int D = sc.nextInt(); //攻撃力\n //高橋君→青木君→・・・と攻撃を繰り返す\n int count = 0;\n do{\n if (count % 2 == 0){\n \tC = C - B;\n //System.out.println( \"青木君の体力=\" + C);\n }\n else{\n A = A - D;\n //System.out.println( \"高橋君の体力=\" + A);\n }\n count++ ;\n }while(A*C > 0);\n //高橋君が勝てばYes、青木君が勝てばNo.\n if (A <= 0)\n System.out.println(\"No\");\n else{\n if (C <= 0) \n System.out.println(\"Yes\");\n else\n System.out.println(\"ERROR\");\n }\n \n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n //高橋君のモンスター\n int A = sc.nextInt(); //体力\n int B = sc.nextInt(); //攻撃力\n //青木君のモンスター\n int C = sc.nextInt(); //体力\n int D = sc.nextInt(); //攻撃力\n //高橋君→青木君→・・・と攻撃を繰り返す\n int count = 0;\n do{\n if (count % 2 == 0){\n \tC = C - B;\n //System.out.println( \"青木君の体力=\" + C);\n }\n else{\n A = A - D;\n //System.out.println( \"高橋君の体力=\" + A);\n }\n count++ ;\n }while(A*C > 0);\n //高橋君が勝てばYes、青木君が勝てばNo.\n if (A <= 0)\n System.out.println(\"No\");\n else{\n if (C <= 0) \n System.out.println(\"Yes\");\n else\n System.out.println(\"ERROR\");\n }\n \n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n //高橋君のモンスター\n int A = sc.nextInt(); //体力\n int B = sc.nextInt(); //攻撃力\n //青木君のモンスター\n int C = sc.nextInt(); //体力\n int D = sc.nextInt(); //攻撃力\n //高橋君→青木君→・・・と攻撃を繰り返す\n int count = 0;\n do{\n if (count % 2 == 0){\n \tC = C - B;\n //System.out.println( \"青木君の体力=\" + C);\n }\n else{\n A = A - D;\n //System.out.println( \"高橋君の体力=\" + A);\n }\n count++ ;\n }while(A*C > 0);\n //高橋君が勝てばYes、青木君が勝てばNo.\n if (A <= 0)\n System.out.println(\"No\");\n else{\n if (C <= 0) \n System.out.println(\"Yes\");\n else\n System.out.println(\"ERROR\");\n }\n \n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n //高橋君のモンスター\n int A = sc.nextInt(); //体力\n int B = sc.nextInt(); //攻撃力\n //青木君のモンスター\n int C = sc.nextInt(); //体力\n int D = sc.nextInt(); //攻撃力\n //高橋君→青木君→・・・と攻撃を繰り返す\n int count = 0;\n do{\n if (count % 2 == 0){\n \tC = C - B;\n //System.out.println( \"青木君の体力=\" + C);\n }\n else{\n A = A - D;\n //System.out.println( \"高橋君の体力=\" + A);\n }\n count++ ;\n }while(A*C > 0);\n //高橋君が勝てばYes、青木君が勝てばNo.\n if (A <= 0)\n System.out.println(\"No\");\n else{\n if (C <= 0) \n System.out.println(\"Yes\");\n else\n System.out.println(\"ERROR\");\n }\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int A = sc.nextInt();",
"A",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int B = sc.nextInt();",
"B",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int C = sc.nextInt();",
"C",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int D = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int count = 0;",
"count",
"0",
"do{\n if (count % 2 == 0){\n \tC = C - B;\n //System.out.println( \"青木君の体力=\" + C);\n }\n else{\n A = A - D;\n //System.out.println( \"高橋君の体力=\" + A);\n }\n count++ ;\n }while(A*C > 0);",
"A*C > 0",
"A*C",
"A",
"C",
"0",
"{\n if (count % 2 == 0){\n \tC = C - B;\n //System.out.println( \"青木君の体力=\" + C);\n }\n else{\n A = A - D;\n //System.out.println( \"高橋君の体力=\" + A);\n }\n count++ ;\n }",
"if (count % 2 == 0){\n \tC = C - B;\n //System.out.println( \"青木君の体力=\" + C);\n }\n else{\n A = A - D;\n //System.out.println( \"高橋君の体力=\" + A);\n }",
"count % 2 == 0",
"count % 2",
"count",
"2",
"0",
"{\n \tC = C - B;\n //System.out.println( \"青木君の体力=\" + C);\n }",
"C = C - B",
"C",
"C - B",
"C",
"B",
"{\n A = A - D;\n //System.out.println( \"高橋君の体力=\" + A);\n }",
"A = A - D",
"A",
"A - D",
"A",
"D",
"count++",
"count",
"if (A <= 0)\n System.out.println(\"No\");\n else{\n if (C <= 0) \n System.out.println(\"Yes\");\n else\n System.out.println(\"ERROR\");\n }",
"A <= 0",
"A",
"0",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n if (C <= 0) \n System.out.println(\"Yes\");\n else\n System.out.println(\"ERROR\");\n }",
"if (C <= 0) \n System.out.println(\"Yes\");\n else\n System.out.println(\"ERROR\");",
"C <= 0",
"C",
"0",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"ERROR\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"ERROR\"",
"String[] args",
"args"
] |
import java.util.*;
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 = sc.nextInt(); //攻撃力
//高橋君→青木君→・・・と攻撃を繰り返す
int count = 0;
do{
if (count % 2 == 0){
C = C - B;
//System.out.println( "青木君の体力=" + C);
}
else{
A = A - D;
//System.out.println( "高橋君の体力=" + A);
}
count++ ;
}while(A*C > 0);
//高橋君が勝てばYes、青木君が勝てばNo.
if (A <= 0)
System.out.println("No");
else{
if (C <= 0)
System.out.println("Yes");
else
System.out.println("ERROR");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
40,
17,
42,
17,
30,
40,
13,
14,
2,
2,
13,
17,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
82,
5
],
[
82,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
41,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
55,
62
],
[
41,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
71,
78
],
[
6,
79
],
[
79,
80
],
[
0,
81
],
[
81,
82
],
[
81,
83
]
] |
[
"import java.util.*;\npublic class Main{\n\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tlong s =sc.nextLong();\n\t\tlong w =sc.nextLong();\n\t\tlong c =sc.nextLong();\n\t\tlong d =sc.nextLong();\n\t int i =-1; \n\t\twhile(true) {\ni++;\n\t\t\tif(i%2==0) {\n\t\t\t\tc-=w;\n\t\t\t\tif(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}else {\n\t\t\t\ts-=d;\n\t\t\t\tif(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}\n\t\t\t}\n\t\t\t\n\t\t\n\t\t}\n\t}\n\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tlong s =sc.nextLong();\n\t\tlong w =sc.nextLong();\n\t\tlong c =sc.nextLong();\n\t\tlong d =sc.nextLong();\n\t int i =-1; \n\t\twhile(true) {\ni++;\n\t\t\tif(i%2==0) {\n\t\t\t\tc-=w;\n\t\t\t\tif(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}else {\n\t\t\t\ts-=d;\n\t\t\t\tif(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}\n\t\t\t}\n\t\t\t\n\t\t\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tlong s =sc.nextLong();\n\t\tlong w =sc.nextLong();\n\t\tlong c =sc.nextLong();\n\t\tlong d =sc.nextLong();\n\t int i =-1; \n\t\twhile(true) {\ni++;\n\t\t\tif(i%2==0) {\n\t\t\t\tc-=w;\n\t\t\t\tif(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}else {\n\t\t\t\ts-=d;\n\t\t\t\tif(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}\n\t\t\t}\n\t\t\t\n\t\t\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tlong s =sc.nextLong();\n\t\tlong w =sc.nextLong();\n\t\tlong c =sc.nextLong();\n\t\tlong d =sc.nextLong();\n\t int i =-1; \n\t\twhile(true) {\ni++;\n\t\t\tif(i%2==0) {\n\t\t\t\tc-=w;\n\t\t\t\tif(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}else {\n\t\t\t\ts-=d;\n\t\t\t\tif(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}\n\t\t\t}\n\t\t\t\n\t\t\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"long s =sc.nextLong();",
"s",
"sc.nextLong()",
"sc.nextLong",
"sc",
"long w =sc.nextLong();",
"w",
"sc.nextLong()",
"sc.nextLong",
"sc",
"long c =sc.nextLong();",
"c",
"sc.nextLong()",
"sc.nextLong",
"sc",
"long d =sc.nextLong();",
"d",
"sc.nextLong()",
"sc.nextLong",
"sc",
"int i =-1;",
"i",
"-1",
"1",
"while(true) {\ni++;\n\t\t\tif(i%2==0) {\n\t\t\t\tc-=w;\n\t\t\t\tif(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}else {\n\t\t\t\ts-=d;\n\t\t\t\tif(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}\n\t\t\t}\n\t\t\t\n\t\t\n\t\t}",
"true",
"{\ni++;\n\t\t\tif(i%2==0) {\n\t\t\t\tc-=w;\n\t\t\t\tif(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}else {\n\t\t\t\ts-=d;\n\t\t\t\tif(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}\n\t\t\t}\n\t\t\t\n\t\t\n\t\t}",
"i++",
"i",
"if(i%2==0) {\n\t\t\t\tc-=w;\n\t\t\t\tif(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}else {\n\t\t\t\ts-=d;\n\t\t\t\tif(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}\n\t\t\t}",
"i%2==0",
"i%2",
"i",
"2",
"0",
"{\n\t\t\t\tc-=w;\n\t\t\t\tif(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}",
"c-=w",
"c",
"w",
"if(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}",
"c<=0",
"c",
"0",
"{\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}",
"System.out.println(\" Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\" Yes\"",
"break;",
"{\n\t\t\t\ts-=d;\n\t\t\t\tif(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}\n\t\t\t}",
"s-=d",
"s",
"d",
"if(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}",
"s<=0",
"s",
"0",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main{\n\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tlong s =sc.nextLong();\n\t\tlong w =sc.nextLong();\n\t\tlong c =sc.nextLong();\n\t\tlong d =sc.nextLong();\n\t int i =-1; \n\t\twhile(true) {\ni++;\n\t\t\tif(i%2==0) {\n\t\t\t\tc-=w;\n\t\t\t\tif(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}else {\n\t\t\t\ts-=d;\n\t\t\t\tif(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}\n\t\t\t}\n\t\t\t\n\t\t\n\t\t}\n\t}\n\n}",
"public class Main{\n\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tlong s =sc.nextLong();\n\t\tlong w =sc.nextLong();\n\t\tlong c =sc.nextLong();\n\t\tlong d =sc.nextLong();\n\t int i =-1; \n\t\twhile(true) {\ni++;\n\t\t\tif(i%2==0) {\n\t\t\t\tc-=w;\n\t\t\t\tif(c<=0) {\n\t\t\t\t\tSystem.out.println(\" Yes\");\nbreak;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}else {\n\t\t\t\ts-=d;\n\t\t\t\tif(s<=0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;}\n\t\t\t}\n\t\t\t\n\t\t\n\t\t}\n\t}\n\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
long s =sc.nextLong();
long w =sc.nextLong();
long c =sc.nextLong();
long d =sc.nextLong();
int i =-1;
while(true) {
i++;
if(i%2==0) {
c-=w;
if(c<=0) {
System.out.println(" Yes");
break;
}
}else {
s-=d;
if(s<=0) {
System.out.println("No");
break;}
}
}
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
4,
13,
12,
13,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
4,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
92,
5
],
[
92,
6
],
[
6,
7
],
[
92,
8
],
[
8,
9
],
[
92,
10
],
[
10,
11
],
[
92,
12
],
[
12,
13
],
[
92,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
92,
25
],
[
25,
26
],
[
25,
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
],
[
27,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
27,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
27,
51
],
[
51,
52
],
[
52,
53
],
[
27,
54
],
[
54,
55
],
[
92,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
66,
73
],
[
58,
74
],
[
74,
75
],
[
74,
76
],
[
58,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
81,
88
],
[
58,
89
],
[
89,
90
],
[
0,
91
],
[
91,
92
],
[
91,
93
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n Main main = new Main();\n main.run();\n }\n \n // 変数一覧\n int a;\n int b;\n int c;\n int d;\n\n public void run() {\n // 入力情報取得\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n d = sc.nextInt();\n sc.close();\n\n // 解答処理\n solve();\n }\n \n private void solve() {\n c -= b;\n if (c < 1) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a < 1) {\n System.out.println(\"No\");\n return;\n }\n solve();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Main main = new Main();\n main.run();\n }\n \n // 変数一覧\n int a;\n int b;\n int c;\n int d;\n\n public void run() {\n // 入力情報取得\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n d = sc.nextInt();\n sc.close();\n\n // 解答処理\n solve();\n }\n \n private void solve() {\n c -= b;\n if (c < 1) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a < 1) {\n System.out.println(\"No\");\n return;\n }\n solve();\n }\n}",
"Main",
"// 変数一覧\n int a;",
"a",
"int b;",
"b",
"int c;",
"c",
"int d;",
"d",
"public static void main(String[] args) {\n Main main = new Main();\n main.run();\n }",
"main",
"{\n Main main = new Main();\n main.run();\n }",
"Main main = new Main();",
"main",
"new Main()",
"main.run()",
"main.run",
"main",
"String[] args",
"args",
"public void run() {\n // 入力情報取得\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n d = sc.nextInt();\n sc.close();\n\n // 解答処理\n solve();\n }",
"run",
"{\n // 入力情報取得\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n d = sc.nextInt();\n sc.close();\n\n // 解答処理\n solve();\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",
"d = sc.nextInt()",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"solve()",
"solve",
"private void solve() {\n c -= b;\n if (c < 1) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a < 1) {\n System.out.println(\"No\");\n return;\n }\n solve();\n }",
"solve",
"{\n c -= b;\n if (c < 1) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a < 1) {\n System.out.println(\"No\");\n return;\n }\n solve();\n }",
"c -= b",
"c",
"b",
"if (c < 1) {\n System.out.println(\"Yes\");\n return;\n }",
"c < 1",
"c",
"1",
"{\n System.out.println(\"Yes\");\n return;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"return;",
"a -= d",
"a",
"d",
"if (a < 1) {\n System.out.println(\"No\");\n return;\n }",
"a < 1",
"a",
"1",
"{\n System.out.println(\"No\");\n return;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"solve()",
"solve",
"public class Main {\n public static void main(String[] args) {\n Main main = new Main();\n main.run();\n }\n \n // 変数一覧\n int a;\n int b;\n int c;\n int d;\n\n public void run() {\n // 入力情報取得\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n d = sc.nextInt();\n sc.close();\n\n // 解答処理\n solve();\n }\n \n private void solve() {\n c -= b;\n if (c < 1) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a < 1) {\n System.out.println(\"No\");\n return;\n }\n solve();\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Main main = new Main();\n main.run();\n }\n \n // 変数一覧\n int a;\n int b;\n int c;\n int d;\n\n public void run() {\n // 入力情報取得\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n d = sc.nextInt();\n sc.close();\n\n // 解答処理\n solve();\n }\n \n private void solve() {\n c -= b;\n if (c < 1) {\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n if (a < 1) {\n System.out.println(\"No\");\n return;\n }\n solve();\n }\n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) {
Main main = new Main();
main.run();
}
// 変数一覧
int a;
int b;
int c;
int d;
public void run() {
// 入力情報取得
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
d = sc.nextInt();
sc.close();
// 解答処理
solve();
}
private void solve() {
c -= b;
if (c < 1) {
System.out.println("Yes");
return;
}
a -= d;
if (a < 1) {
System.out.println("No");
return;
}
solve();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
17,
11,
1,
2,
13,
17,
30,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
0,
13,
17,
3,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
0,
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
],
[
110,
11
],
[
110,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
14,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
14,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
14,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
14,
58
],
[
58,
59
],
[
58,
60
],
[
14,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
67,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
67,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
77,
84
],
[
84,
85
],
[
84,
86
],
[
77,
87
],
[
67,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
90,
92
],
[
67,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
97,
104
],
[
104,
105
],
[
104,
106
],
[
12,
107
],
[
107,
108
],
[
0,
109
],
[
109,
110
],
[
109,
111
]
] |
[
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\n\npublic class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n String[] str = in.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n boolean flg = true;\n for(; flg == true;){\n c = c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n flg = false;\n break;\n }\n a = a-d;\n if(a<=0){\n System.out.println(\"No\");\n flg = false;\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",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n String[] str = in.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n boolean flg = true;\n for(; flg == true;){\n c = c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n flg = false;\n break;\n }\n a = a-d;\n if(a<=0){\n System.out.println(\"No\");\n flg = false;\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n String[] str = in.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n boolean flg = true;\n for(; flg == true;){\n c = c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n flg = false;\n break;\n }\n a = a-d;\n if(a<=0){\n System.out.println(\"No\");\n flg = false;\n }\n }\n }",
"main",
"{\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n String[] str = in.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n boolean flg = true;\n for(; flg == true;){\n c = c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n flg = false;\n break;\n }\n a = a-d;\n if(a<=0){\n System.out.println(\"No\");\n flg = false;\n }\n }\n }",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str = in.readLine().split(\" \");",
"str",
"in.readLine().split(\" \")",
"in.readLine().split",
"in.readLine()",
"in.readLine",
"in",
"\" \"",
"int a = Integer.parseInt(str[0]);",
"a",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int b = Integer.parseInt(str[1]);",
"b",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"int c = Integer.parseInt(str[2]);",
"c",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"int d = Integer.parseInt(str[3]);",
"d",
"Integer.parseInt(str[3])",
"Integer.parseInt",
"Integer",
"str[3]",
"str",
"3",
"boolean flg = true;",
"flg",
"true",
"for(; flg == true;){\n c = c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n flg = false;\n break;\n }\n a = a-d;\n if(a<=0){\n System.out.println(\"No\");\n flg = false;\n }\n }",
";",
"flg == true",
"flg",
"true",
"{\n c = c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n flg = false;\n break;\n }\n a = a-d;\n if(a<=0){\n System.out.println(\"No\");\n flg = false;\n }\n }",
"{\n c = c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n flg = false;\n break;\n }\n a = a-d;\n if(a<=0){\n System.out.println(\"No\");\n flg = false;\n }\n }",
"c = c-b",
"c",
"c-b",
"c",
"b",
"if(c<=0){\n System.out.println(\"Yes\");\n flg = false;\n break;\n }",
"c<=0",
"c",
"0",
"{\n System.out.println(\"Yes\");\n flg = false;\n break;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"flg = false",
"flg",
"false",
"break;",
"a = a-d",
"a",
"a-d",
"a",
"d",
"if(a<=0){\n System.out.println(\"No\");\n flg = false;\n }",
"a<=0",
"a",
"0",
"{\n System.out.println(\"No\");\n flg = false;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"flg = false",
"flg",
"false",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n String[] str = in.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n boolean flg = true;\n for(; flg == true;){\n c = c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n flg = false;\n break;\n }\n a = a-d;\n if(a<=0){\n System.out.println(\"No\");\n flg = false;\n }\n }\n }\n}",
"public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n String[] str = in.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int d = Integer.parseInt(str[3]);\n boolean flg = true;\n for(; flg == true;){\n c = c-b;\n if(c<=0){\n System.out.println(\"Yes\");\n flg = false;\n break;\n }\n a = a-d;\n if(a<=0){\n System.out.println(\"No\");\n flg = false;\n }\n }\n }\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String[] str = in.readLine().split(" ");
int a = Integer.parseInt(str[0]);
int b = Integer.parseInt(str[1]);
int c = Integer.parseInt(str[2]);
int d = Integer.parseInt(str[3]);
boolean flg = true;
for(; flg == true;){
c = c-b;
if(c<=0){
System.out.println("Yes");
flg = false;
break;
}
a = a-d;
if(a<=0){
System.out.println("No");
flg = false;
}
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
42,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
0,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
13,
13,
13,
13,
13,
12,
13,
30,
4,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
105,
8
],
[
105,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
13,
17
],
[
17,
18
],
[
17,
19
],
[
12,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
28,
35
],
[
20,
36
],
[
36,
37
],
[
36,
38
],
[
11,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
39,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
9,
57
],
[
57,
58
],
[
9,
59
],
[
59,
60
],
[
9,
61
],
[
61,
62
],
[
9,
63
],
[
63,
64
],
[
105,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
67,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
79,
80
],
[
67,
81
],
[
81,
82
],
[
81,
83
],
[
83,
84
],
[
84,
85
],
[
67,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
89,
90
],
[
67,
91
],
[
91,
92
],
[
91,
93
],
[
91,
94
],
[
91,
95
],
[
91,
96
],
[
105,
97
],
[
97,
98
],
[
97,
99
],
[
99,
100
],
[
100,
101
],
[
97,
102
],
[
102,
103
],
[
0,
104
],
[
104,
105
],
[
104,
106
]
] |
[
"import java.util.*;\nimport java.lang.*;\n\npublic class Main{\n\n public static void solve(long a , long b,long c , long d){//healt , str\n while(a > 0 && c > 0){\n c -= b;\n if(c <= 0){\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n }\n\n if(c == 0){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n\n public static void gora(){\n Scanner scn = new Scanner(System.in);\n\n // long test = scn.nextLong();\n\n long a = scn.nextLong();\n\n long b = scn.nextLong();\n\n\n long c = scn.nextLong();\n\n long d = scn.nextLong();\n // long arr[] = new long[n];\n\n // for(int i = 0 ; i < arr.length ; i++){\n // arr[i] = scn.nextLong();\n // }\n\n solve(a,b,c,d );\n }\n\n public static void main(String args[]){\n gora();\n }\n}\n\n",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"public class Main{\n\n public static void solve(long a , long b,long c , long d){//healt , str\n while(a > 0 && c > 0){\n c -= b;\n if(c <= 0){\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n }\n\n if(c == 0){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n\n public static void gora(){\n Scanner scn = new Scanner(System.in);\n\n // long test = scn.nextLong();\n\n long a = scn.nextLong();\n\n long b = scn.nextLong();\n\n\n long c = scn.nextLong();\n\n long d = scn.nextLong();\n // long arr[] = new long[n];\n\n // for(int i = 0 ; i < arr.length ; i++){\n // arr[i] = scn.nextLong();\n // }\n\n solve(a,b,c,d );\n }\n\n public static void main(String args[]){\n gora();\n }\n}",
"Main",
"public static void solve(long a , long b,long c , long d){//healt , str\n while(a > 0 && c > 0){\n c -= b;\n if(c <= 0){\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n }\n\n if(c == 0){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }",
"solve",
"{//healt , str\n while(a > 0 && c > 0){\n c -= b;\n if(c <= 0){\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n }\n\n if(c == 0){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }",
"while(a > 0 && c > 0){\n c -= b;\n if(c <= 0){\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n }",
"a > 0 && c > 0",
"a > 0",
"a",
"0",
"c > 0",
"c",
"0",
"{\n c -= b;\n if(c <= 0){\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n }",
"c -= b",
"c",
"b",
"if(c <= 0){\n System.out.println(\"Yes\");\n return;\n }",
"c <= 0",
"c",
"0",
"{\n System.out.println(\"Yes\");\n return;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"return;",
"a -= d",
"a",
"d",
"if(c == 0){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"c == 0",
"c",
"0",
"{\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\"",
"long a",
"a",
"long b",
"b",
"long c",
"c",
"long d",
"d",
"public static void gora(){\n Scanner scn = new Scanner(System.in);\n\n // long test = scn.nextLong();\n\n long a = scn.nextLong();\n\n long b = scn.nextLong();\n\n\n long c = scn.nextLong();\n\n long d = scn.nextLong();\n // long arr[] = new long[n];\n\n // for(int i = 0 ; i < arr.length ; i++){\n // arr[i] = scn.nextLong();\n // }\n\n solve(a,b,c,d );\n }",
"gora",
"{\n Scanner scn = new Scanner(System.in);\n\n // long test = scn.nextLong();\n\n long a = scn.nextLong();\n\n long b = scn.nextLong();\n\n\n long c = scn.nextLong();\n\n long d = scn.nextLong();\n // long arr[] = new long[n];\n\n // for(int i = 0 ; i < arr.length ; i++){\n // arr[i] = scn.nextLong();\n // }\n\n solve(a,b,c,d );\n }",
"Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"long a = scn.nextLong();",
"a",
"scn.nextLong()",
"scn.nextLong",
"scn",
"long b = scn.nextLong();",
"b",
"scn.nextLong()",
"scn.nextLong",
"scn",
"long c = scn.nextLong();",
"c",
"scn.nextLong()",
"scn.nextLong",
"scn",
"long d = scn.nextLong();",
"d",
"scn.nextLong()",
"scn.nextLong",
"scn",
"solve(a,b,c,d )",
"solve",
"a",
"b",
"c",
"d",
"public static void main(String args[]){\n gora();\n }",
"main",
"{\n gora();\n }",
"gora()",
"gora",
"String args[]",
"args",
"public class Main{\n\n public static void solve(long a , long b,long c , long d){//healt , str\n while(a > 0 && c > 0){\n c -= b;\n if(c <= 0){\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n }\n\n if(c == 0){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n\n public static void gora(){\n Scanner scn = new Scanner(System.in);\n\n // long test = scn.nextLong();\n\n long a = scn.nextLong();\n\n long b = scn.nextLong();\n\n\n long c = scn.nextLong();\n\n long d = scn.nextLong();\n // long arr[] = new long[n];\n\n // for(int i = 0 ; i < arr.length ; i++){\n // arr[i] = scn.nextLong();\n // }\n\n solve(a,b,c,d );\n }\n\n public static void main(String args[]){\n gora();\n }\n}",
"public class Main{\n\n public static void solve(long a , long b,long c , long d){//healt , str\n while(a > 0 && c > 0){\n c -= b;\n if(c <= 0){\n System.out.println(\"Yes\");\n return;\n }\n a -= d;\n }\n\n if(c == 0){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n\n public static void gora(){\n Scanner scn = new Scanner(System.in);\n\n // long test = scn.nextLong();\n\n long a = scn.nextLong();\n\n long b = scn.nextLong();\n\n\n long c = scn.nextLong();\n\n long d = scn.nextLong();\n // long arr[] = new long[n];\n\n // for(int i = 0 ; i < arr.length ; i++){\n // arr[i] = scn.nextLong();\n // }\n\n solve(a,b,c,d );\n }\n\n public static void main(String args[]){\n gora();\n }\n}",
"Main"
] |
import java.util.*;
import java.lang.*;
public class Main{
public static void solve(long a , long b,long c , long d){//healt , str
while(a > 0 && c > 0){
c -= b;
if(c <= 0){
System.out.println("Yes");
return;
}
a -= d;
}
if(c == 0){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
public static void gora(){
Scanner scn = new Scanner(System.in);
// long test = scn.nextLong();
long a = scn.nextLong();
long b = scn.nextLong();
long c = scn.nextLong();
long d = scn.nextLong();
// long arr[] = new long[n];
// for(int i = 0 ; i < arr.length ; i++){
// arr[i] = scn.nextLong();
// }
solve(a,b,c,d );
}
public static void main(String args[]){
gora();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
13,
41,
13,
18,
13,
17,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
42,
4,
18,
13,
30,
4,
18,
13,
4,
18,
13,
29,
4,
18,
13,
20,
4,
18,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
134,
5
],
[
134,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
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
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
61,
62
],
[
61,
63
],
[
56,
64
],
[
64,
65
],
[
65,
66
],
[
56,
67
],
[
68,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
68,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
78,
85
],
[
68,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
88,
90
],
[
68,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
95,
102
],
[
6,
103
],
[
103,
104
],
[
134,
105
],
[
105,
106
],
[
105,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
111,
112
],
[
111,
113
],
[
107,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
114,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
119,
122
],
[
122,
123
],
[
123,
124
],
[
107,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
126,
129
],
[
130,
131
],
[
131,
132
],
[
0,
133
],
[
133,
134
],
[
133,
135
]
] |
[
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n String[] lines = getStdin();\n String number = lines[0];\n String[] line = number.split(\" \");\n int T_hp = Integer.parseInt(line[0]);\n int T_attack = Integer.parseInt(line[1]);\n int A_hp = Integer.parseInt(line[2]);\n int A_attack = Integer.parseInt(line[3]);\n\n for (int i = 0; i < 100; i++){\n A_hp = A_hp - T_attack;\n if (A_hp <= 0){\n System.out.println(\"Yes\");\n return;\n }\n T_hp = T_hp - A_attack;\n if (T_hp <= 0){\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }\n \n private static String[] getStdin() {\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }\n \n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n String[] lines = getStdin();\n String number = lines[0];\n String[] line = number.split(\" \");\n int T_hp = Integer.parseInt(line[0]);\n int T_attack = Integer.parseInt(line[1]);\n int A_hp = Integer.parseInt(line[2]);\n int A_attack = Integer.parseInt(line[3]);\n\n for (int i = 0; i < 100; i++){\n A_hp = A_hp - T_attack;\n if (A_hp <= 0){\n System.out.println(\"Yes\");\n return;\n }\n T_hp = T_hp - A_attack;\n if (T_hp <= 0){\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }\n \n private static String[] getStdin() {\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }\n \n}",
"Main",
"public static void main(String[] args) throws Exception {\n String[] lines = getStdin();\n String number = lines[0];\n String[] line = number.split(\" \");\n int T_hp = Integer.parseInt(line[0]);\n int T_attack = Integer.parseInt(line[1]);\n int A_hp = Integer.parseInt(line[2]);\n int A_attack = Integer.parseInt(line[3]);\n\n for (int i = 0; i < 100; i++){\n A_hp = A_hp - T_attack;\n if (A_hp <= 0){\n System.out.println(\"Yes\");\n return;\n }\n T_hp = T_hp - A_attack;\n if (T_hp <= 0){\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }",
"main",
"{\n String[] lines = getStdin();\n String number = lines[0];\n String[] line = number.split(\" \");\n int T_hp = Integer.parseInt(line[0]);\n int T_attack = Integer.parseInt(line[1]);\n int A_hp = Integer.parseInt(line[2]);\n int A_attack = Integer.parseInt(line[3]);\n\n for (int i = 0; i < 100; i++){\n A_hp = A_hp - T_attack;\n if (A_hp <= 0){\n System.out.println(\"Yes\");\n return;\n }\n T_hp = T_hp - A_attack;\n if (T_hp <= 0){\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }",
"String[] lines = getStdin();",
"lines",
"getStdin()",
"getStdin",
"String number = lines[0];",
"number",
"lines[0]",
"lines",
"0",
"String[] line = number.split(\" \");",
"line",
"number.split(\" \")",
"number.split",
"number",
"\" \"",
"int T_hp = Integer.parseInt(line[0]);",
"T_hp",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"int T_attack = Integer.parseInt(line[1]);",
"T_attack",
"Integer.parseInt(line[1])",
"Integer.parseInt",
"Integer",
"line[1]",
"line",
"1",
"int A_hp = Integer.parseInt(line[2]);",
"A_hp",
"Integer.parseInt(line[2])",
"Integer.parseInt",
"Integer",
"line[2]",
"line",
"2",
"int A_attack = Integer.parseInt(line[3]);",
"A_attack",
"Integer.parseInt(line[3])",
"Integer.parseInt",
"Integer",
"line[3]",
"line",
"3",
"for (int i = 0; i < 100; i++){\n A_hp = A_hp - T_attack;\n if (A_hp <= 0){\n System.out.println(\"Yes\");\n return;\n }\n T_hp = T_hp - A_attack;\n if (T_hp <= 0){\n System.out.println(\"No\");\n return;\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 100",
"i",
"100",
"i++",
"i++",
"i",
"{\n A_hp = A_hp - T_attack;\n if (A_hp <= 0){\n System.out.println(\"Yes\");\n return;\n }\n T_hp = T_hp - A_attack;\n if (T_hp <= 0){\n System.out.println(\"No\");\n return;\n }\n }",
"{\n A_hp = A_hp - T_attack;\n if (A_hp <= 0){\n System.out.println(\"Yes\");\n return;\n }\n T_hp = T_hp - A_attack;\n if (T_hp <= 0){\n System.out.println(\"No\");\n return;\n }\n }",
"A_hp = A_hp - T_attack",
"A_hp",
"A_hp - T_attack",
"A_hp",
"T_attack",
"if (A_hp <= 0){\n System.out.println(\"Yes\");\n return;\n }",
"A_hp <= 0",
"A_hp",
"0",
"{\n System.out.println(\"Yes\");\n return;\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"return;",
"T_hp = T_hp - A_attack",
"T_hp",
"T_hp - A_attack",
"T_hp",
"A_attack",
"if (T_hp <= 0){\n System.out.println(\"No\");\n return;\n }",
"T_hp <= 0",
"T_hp",
"0",
"{\n System.out.println(\"No\");\n return;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"String[] args",
"args",
"private static String[] getStdin() {\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }",
"getStdin",
"{\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"ArrayList<String> lines = new ArrayList<>();",
"lines",
"new ArrayList<>()",
"while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }",
"scanner.hasNext()",
"scanner.hasNext",
"scanner",
"{\n lines.add(scanner.nextLine());\n }",
"lines.add(scanner.nextLine())",
"lines.add",
"lines",
"scanner.nextLine()",
"scanner.nextLine",
"scanner",
"return lines.toArray(new String[lines.size()]);",
"lines.toArray(new String[lines.size()])",
"lines.toArray",
"lines",
"new String[lines.size()]",
"lines.size()",
"lines.size",
"lines",
"public class Main {\n public static void main(String[] args) throws Exception {\n String[] lines = getStdin();\n String number = lines[0];\n String[] line = number.split(\" \");\n int T_hp = Integer.parseInt(line[0]);\n int T_attack = Integer.parseInt(line[1]);\n int A_hp = Integer.parseInt(line[2]);\n int A_attack = Integer.parseInt(line[3]);\n\n for (int i = 0; i < 100; i++){\n A_hp = A_hp - T_attack;\n if (A_hp <= 0){\n System.out.println(\"Yes\");\n return;\n }\n T_hp = T_hp - A_attack;\n if (T_hp <= 0){\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }\n \n private static String[] getStdin() {\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }\n \n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n String[] lines = getStdin();\n String number = lines[0];\n String[] line = number.split(\" \");\n int T_hp = Integer.parseInt(line[0]);\n int T_attack = Integer.parseInt(line[1]);\n int A_hp = Integer.parseInt(line[2]);\n int A_attack = Integer.parseInt(line[3]);\n\n for (int i = 0; i < 100; i++){\n A_hp = A_hp - T_attack;\n if (A_hp <= 0){\n System.out.println(\"Yes\");\n return;\n }\n T_hp = T_hp - A_attack;\n if (T_hp <= 0){\n System.out.println(\"No\");\n return;\n }\n }\n\n\n }\n \n private static String[] getStdin() {\n Scanner scanner = new Scanner(System.in);\n ArrayList<String> lines = new ArrayList<>();\n while (scanner.hasNext()) {\n lines.add(scanner.nextLine());\n }\n return lines.toArray(new String[lines.size()]);\n }\n \n}",
"Main"
] |
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
String[] lines = getStdin();
String number = lines[0];
String[] line = number.split(" ");
int T_hp = Integer.parseInt(line[0]);
int T_attack = Integer.parseInt(line[1]);
int A_hp = Integer.parseInt(line[2]);
int A_attack = Integer.parseInt(line[3]);
for (int i = 0; i < 100; i++){
A_hp = A_hp - T_attack;
if (A_hp <= 0){
System.out.println("Yes");
return;
}
T_hp = T_hp - A_attack;
if (T_hp <= 0){
System.out.println("No");
return;
}
}
}
private static String[] getStdin() {
Scanner scanner = new Scanner(System.in);
ArrayList<String> lines = new ArrayList<>();
while (scanner.hasNext()) {
lines.add(scanner.nextLine());
}
return lines.toArray(new String[lines.size()]);
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
12,
13,
30,
12,
13,
30,
12,
13,
30,
41,
13,
20,
17,
11,
1,
0,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
42,
17,
30,
0,
18,
13,
17,
18,
13,
17,
14,
2,
18,
13,
17,
17,
30,
4,
18,
18,
13,
13,
17,
3,
30,
0,
18,
13,
17,
18,
13,
17,
14,
2,
18,
13,
17,
17,
30,
4,
18,
18,
13,
13,
17,
3,
12,
13,
30,
41,
13,
20,
4,
18,
13,
4,
18,
13,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
166,
5
],
[
166,
6
],
[
6,
7
],
[
166,
8
],
[
8,
9
],
[
166,
10
],
[
10,
11
],
[
166,
12
],
[
12,
13
],
[
166,
14
],
[
14,
15
],
[
166,
16
],
[
16,
17
],
[
166,
18
],
[
18,
19
],
[
166,
20
],
[
20,
21
],
[
166,
22
],
[
22,
23
],
[
166,
24
],
[
24,
25
],
[
166,
26
],
[
26,
27
],
[
166,
28
],
[
28,
29
],
[
166,
30
],
[
30,
31
],
[
166,
32
],
[
32,
33
],
[
166,
34
],
[
34,
35
],
[
166,
36
],
[
36,
37
],
[
166,
38
],
[
38,
39
],
[
166,
40
],
[
40,
41
],
[
166,
42
],
[
42,
43
],
[
166,
44
],
[
44,
45
],
[
166,
46
],
[
46,
47
],
[
166,
48
],
[
48,
49
],
[
166,
50
],
[
50,
51
],
[
166,
52
],
[
52,
53
],
[
166,
54
],
[
54,
55
],
[
166,
56
],
[
56,
57
],
[
166,
58
],
[
58,
59
],
[
166,
60
],
[
60,
61
],
[
166,
62
],
[
62,
63
],
[
166,
64
],
[
64,
65
],
[
166,
66
],
[
66,
67
],
[
66,
68
],
[
166,
69
],
[
69,
70
],
[
69,
71
],
[
166,
72
],
[
72,
73
],
[
72,
74
],
[
166,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
87,
88
],
[
87,
89
],
[
82,
90
],
[
90,
91
],
[
91,
92
],
[
82,
93
],
[
94,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
99,
100
],
[
100,
101
],
[
77,
102
],
[
102,
103
],
[
102,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
109,
110
],
[
109,
111
],
[
104,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
112,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
119,
124
],
[
118,
125
],
[
112,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
131,
132
],
[
131,
133
],
[
104,
134
],
[
134,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
135,
139
],
[
134,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
141,
146
],
[
140,
147
],
[
166,
148
],
[
148,
149
],
[
148,
150
],
[
150,
151
],
[
151,
152
],
[
151,
153
],
[
150,
154
],
[
154,
155
],
[
155,
156
],
[
150,
157
],
[
157,
158
],
[
158,
159
],
[
150,
160
],
[
160,
161
],
[
161,
162
],
[
148,
163
],
[
163,
164
],
[
0,
165
],
[
165,
166
],
[
165,
167
]
] |
[
"import java.util.Scanner;\n//int[] date=new int[2];\npublic class Main {\nint i,o,sum,h,s,e,u,ty,yu,ui,n,num,qw;\ndouble m,t,r,j,k,f,d,g,w;\nstatic double l;\nString b,c,z,x,v,a,q;\nScanner scan =new Scanner(System.in);\n//入力\n\tpublic void input() {\t\n\t\n\t}\n\t//演算\n\tpublic void compute() {\n\t\n\t\t}\n//出力\n\tpublic void output() {\n\tint[] date=new int[4];\n\tfor(o=0;o<4;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\nwhile(true) {\n\tdate[2]-=date[1];\n\tif(date[2]<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tbreak;\n\t}else {\n\t\tdate[0]-=date[3];\n\t}\n\tif(date[0]<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tbreak;\n\t}\n}\n\t\t}\n\tpublic static void main(String [ ] args) {\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}\n\t}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\nint i,o,sum,h,s,e,u,ty,yu,ui,n,num,qw;\ndouble m,t,r,j,k,f,d,g,w;\nstatic double l;\nString b,c,z,x,v,a,q;\nScanner scan =new Scanner(System.in);\n//入力\n\tpublic void input() {\t\n\t\n\t}\n\t//演算\n\tpublic void compute() {\n\t\n\t\t}\n//出力\n\tpublic void output() {\n\tint[] date=new int[4];\n\tfor(o=0;o<4;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\nwhile(true) {\n\tdate[2]-=date[1];\n\tif(date[2]<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tbreak;\n\t}else {\n\t\tdate[0]-=date[3];\n\t}\n\tif(date[0]<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tbreak;\n\t}\n}\n\t\t}\n\tpublic static void main(String [ ] args) {\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}\n\t}",
"Main",
"int i",
"i",
"o",
"o",
"sum",
"sum",
"h",
"h",
"s",
"s",
"e",
"e",
"u",
"u",
"ty",
"ty",
"yu",
"yu",
"ui",
"ui",
"n",
"n",
"num",
"num",
"qw;",
"qw",
"double m",
"m",
"t",
"t",
"r",
"r",
"j",
"j",
"k",
"k",
"f",
"f",
"d",
"d",
"g",
"g",
"w;",
"w",
"static double l;",
"l",
"String b",
"b",
"c",
"c",
"z",
"z",
"x",
"x",
"v",
"v",
"a",
"a",
"q;",
"q",
"Scanner scan =new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"//入力\n\tpublic void input() {\t\n\t\n\t}",
"input",
"{\t\n\t\n\t}",
"//演算\n\tpublic void compute() {\n\t\n\t\t}",
"compute",
"{\n\t\n\t\t}",
"//出力\n\tpublic void output() {\n\tint[] date=new int[4];\n\tfor(o=0;o<4;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\nwhile(true) {\n\tdate[2]-=date[1];\n\tif(date[2]<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tbreak;\n\t}else {\n\t\tdate[0]-=date[3];\n\t}\n\tif(date[0]<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tbreak;\n\t}\n}\n\t\t}",
"output",
"{\n\tint[] date=new int[4];\n\tfor(o=0;o<4;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\nwhile(true) {\n\tdate[2]-=date[1];\n\tif(date[2]<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tbreak;\n\t}else {\n\t\tdate[0]-=date[3];\n\t}\n\tif(date[0]<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tbreak;\n\t}\n}\n\t\t}",
"int[] date=new int[4];",
"date",
"new int[4]",
"4",
"for(o=0;o<4;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}",
"o=0;",
"o=0",
"o",
"0",
"o<4",
"o",
"4",
"o++",
"o++",
"o",
"{\n\t\tdate[o]=scan.nextInt();\n\t}",
"{\n\t\tdate[o]=scan.nextInt();\n\t}",
"date[o]=scan.nextInt()",
"date[o]",
"date",
"o",
"scan.nextInt()",
"scan.nextInt",
"scan",
"while(true) {\n\tdate[2]-=date[1];\n\tif(date[2]<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tbreak;\n\t}else {\n\t\tdate[0]-=date[3];\n\t}\n\tif(date[0]<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tbreak;\n\t}\n}",
"true",
"{\n\tdate[2]-=date[1];\n\tif(date[2]<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tbreak;\n\t}else {\n\t\tdate[0]-=date[3];\n\t}\n\tif(date[0]<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tbreak;\n\t}\n}",
"date[2]-=date[1]",
"date[2]",
"date",
"2",
"date[1]",
"date",
"1",
"if(date[2]<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tbreak;\n\t}else {\n\t\tdate[0]-=date[3];\n\t}",
"date[2]<=0",
"date[2]",
"date",
"2",
"0",
"{\n\t\tSystem.out.println(\"Yes\");\n\t\tbreak;\n\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"{\n\t\tdate[0]-=date[3];\n\t}",
"date[0]-=date[3]",
"date[0]",
"date",
"0",
"date[3]",
"date",
"3",
"if(date[0]<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tbreak;\n\t}",
"date[0]<=0",
"date[0]",
"date",
"0",
"0",
"{\n\t\tSystem.out.println(\"No\");\n\t\tbreak;\n\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"public static void main(String [ ] args) {\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}",
"main",
"{\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}",
"Main p = new Main ();",
"p",
"new Main ()",
"p.input()",
"p.input",
"p",
"p.compute()",
"p.compute",
"p",
"p.output()",
"p.output",
"p",
"String [ ] args",
"args",
"public class Main {\nint i,o,sum,h,s,e,u,ty,yu,ui,n,num,qw;\ndouble m,t,r,j,k,f,d,g,w;\nstatic double l;\nString b,c,z,x,v,a,q;\nScanner scan =new Scanner(System.in);\n//入力\n\tpublic void input() {\t\n\t\n\t}\n\t//演算\n\tpublic void compute() {\n\t\n\t\t}\n//出力\n\tpublic void output() {\n\tint[] date=new int[4];\n\tfor(o=0;o<4;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\nwhile(true) {\n\tdate[2]-=date[1];\n\tif(date[2]<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tbreak;\n\t}else {\n\t\tdate[0]-=date[3];\n\t}\n\tif(date[0]<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tbreak;\n\t}\n}\n\t\t}\n\tpublic static void main(String [ ] args) {\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}\n\t}",
"public class Main {\nint i,o,sum,h,s,e,u,ty,yu,ui,n,num,qw;\ndouble m,t,r,j,k,f,d,g,w;\nstatic double l;\nString b,c,z,x,v,a,q;\nScanner scan =new Scanner(System.in);\n//入力\n\tpublic void input() {\t\n\t\n\t}\n\t//演算\n\tpublic void compute() {\n\t\n\t\t}\n//出力\n\tpublic void output() {\n\tint[] date=new int[4];\n\tfor(o=0;o<4;o++) {\n\t\tdate[o]=scan.nextInt();\n\t}\nwhile(true) {\n\tdate[2]-=date[1];\n\tif(date[2]<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tbreak;\n\t}else {\n\t\tdate[0]-=date[3];\n\t}\n\tif(date[0]<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tbreak;\n\t}\n}\n\t\t}\n\tpublic static void main(String [ ] args) {\n\t\tMain p = new Main ();\n\t\tp.input();\n\t\tp.compute();\n\t\tp.output();\n\t\t}\n\t}",
"Main"
] |
import java.util.Scanner;
//int[] date=new int[2];
public class Main {
int i,o,sum,h,s,e,u,ty,yu,ui,n,num,qw;
double m,t,r,j,k,f,d,g,w;
static double l;
String b,c,z,x,v,a,q;
Scanner scan =new Scanner(System.in);
//入力
public void input() {
}
//演算
public void compute() {
}
//出力
public void output() {
int[] date=new int[4];
for(o=0;o<4;o++) {
date[o]=scan.nextInt();
}
while(true) {
date[2]-=date[1];
if(date[2]<=0) {
System.out.println("Yes");
break;
}else {
date[0]-=date[3];
}
if(date[0]<=0) {
System.out.println("No");
break;
}
}
}
public static void main(String [ ] args) {
Main p = new Main ();
p.input();
p.compute();
p.output();
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
0,
13,
2,
2,
2,
13,
13,
17,
13,
0,
13,
2,
2,
2,
13,
13,
17,
13,
14,
2,
2,
13,
13,
17,
29,
17,
29,
17,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
12,
13,
30,
4,
13,
4,
18,
18,
13,
13,
4,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
92,
5
],
[
92,
6
],
[
6,
7
],
[
92,
8
],
[
8,
9
],
[
92,
10
],
[
10,
11
],
[
92,
12
],
[
12,
13
],
[
92,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
20,
22
],
[
16,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
26,
30
],
[
25,
31
],
[
16,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
34,
40
],
[
16,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
41,
47
],
[
47,
48
],
[
16,
49
],
[
49,
50
],
[
92,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
53,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
53,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
53,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
92,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
80,
81
],
[
79,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
87,
88
],
[
77,
89
],
[
89,
90
],
[
0,
91
],
[
91,
92
],
[
91,
93
]
] |
[
"import java.util.Scanner;\n\n\npublic class Main{\n \n public static int a,b,c,d;\n \n public static String solve(){\n int tak = 0,aok = 0;\n tak = ((c+b-1)/b);\n aok = ((a+d-1)/d);\n if( tak - aok <= 0 ) return \"Yes\";\n return \"No\";\n }\n \t public static void read(){\n Scanner x = new Scanner(System.in);\n a = x.nextInt();\n b = x.nextInt();\n c = x.nextInt();\n d = x.nextInt(); \n }\n\n public static void main(String []args){\n\n read();\n System.out.println(solve());\n \n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n \n public static int a,b,c,d;\n \n public static String solve(){\n int tak = 0,aok = 0;\n tak = ((c+b-1)/b);\n aok = ((a+d-1)/d);\n if( tak - aok <= 0 ) return \"Yes\";\n return \"No\";\n }\n \t public static void read(){\n Scanner x = new Scanner(System.in);\n a = x.nextInt();\n b = x.nextInt();\n c = x.nextInt();\n d = x.nextInt(); \n }\n\n public static void main(String []args){\n\n read();\n System.out.println(solve());\n \n }\n}",
"Main",
"public static int a",
"a",
"b",
"b",
"c",
"c",
"d;",
"d",
"public static String solve(){\n int tak = 0,aok = 0;\n tak = ((c+b-1)/b);\n aok = ((a+d-1)/d);\n if( tak - aok <= 0 ) return \"Yes\";\n return \"No\";\n }",
"solve",
"{\n int tak = 0,aok = 0;\n tak = ((c+b-1)/b);\n aok = ((a+d-1)/d);\n if( tak - aok <= 0 ) return \"Yes\";\n return \"No\";\n }",
"int tak = 0",
"tak",
"0",
"aok = 0;",
"aok",
"0",
"tak = ((c+b-1)/b)",
"tak",
"((c+b-1)/b)",
"(c+b-1)",
"c+b",
"c",
"b",
"1",
"b",
"aok = ((a+d-1)/d)",
"aok",
"((a+d-1)/d)",
"(a+d-1)",
"a+d",
"a",
"d",
"1",
"d",
"if( tak - aok <= 0 ) return \"Yes\";",
"tak - aok <= 0",
"tak - aok",
"tak",
"aok",
"0",
"return \"Yes\";",
"\"Yes\"",
"return \"No\";",
"\"No\"",
"public static void read(){\n Scanner x = new Scanner(System.in);\n a = x.nextInt();\n b = x.nextInt();\n c = x.nextInt();\n d = x.nextInt(); \n }",
"read",
"{\n Scanner x = new Scanner(System.in);\n a = x.nextInt();\n b = x.nextInt();\n c = x.nextInt();\n d = x.nextInt(); \n }",
"Scanner x = new Scanner(System.in);",
"x",
"new Scanner(System.in)",
"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",
"d = x.nextInt()",
"d",
"x.nextInt()",
"x.nextInt",
"x",
"public static void main(String []args){\n\n read();\n System.out.println(solve());\n \n }",
"main",
"{\n\n read();\n System.out.println(solve());\n \n }",
"read()",
"read",
"System.out.println(solve())",
"System.out.println",
"System.out",
"System",
"System.out",
"solve()",
"solve",
"String []args",
"args",
"public class Main{\n \n public static int a,b,c,d;\n \n public static String solve(){\n int tak = 0,aok = 0;\n tak = ((c+b-1)/b);\n aok = ((a+d-1)/d);\n if( tak - aok <= 0 ) return \"Yes\";\n return \"No\";\n }\n \t public static void read(){\n Scanner x = new Scanner(System.in);\n a = x.nextInt();\n b = x.nextInt();\n c = x.nextInt();\n d = x.nextInt(); \n }\n\n public static void main(String []args){\n\n read();\n System.out.println(solve());\n \n }\n}",
"public class Main{\n \n public static int a,b,c,d;\n \n public static String solve(){\n int tak = 0,aok = 0;\n tak = ((c+b-1)/b);\n aok = ((a+d-1)/d);\n if( tak - aok <= 0 ) return \"Yes\";\n return \"No\";\n }\n \t public static void read(){\n Scanner x = new Scanner(System.in);\n a = x.nextInt();\n b = x.nextInt();\n c = x.nextInt();\n d = x.nextInt(); \n }\n\n public static void main(String []args){\n\n read();\n System.out.println(solve());\n \n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
public static int a,b,c,d;
public static String solve(){
int tak = 0,aok = 0;
tak = ((c+b-1)/b);
aok = ((a+d-1)/d);
if( tak - aok <= 0 ) return "Yes";
return "No";
}
public static void read(){
Scanner x = new Scanner(System.in);
a = x.nextInt();
b = x.nextInt();
c = x.nextInt();
d = x.nextInt();
}
public static void main(String []args){
read();
System.out.println(solve());
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
2,
2,
2,
13,
13,
17,
13,
41,
13,
2,
2,
2,
13,
13,
17,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
74,
5
],
[
74,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
37,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
46,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
53,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
6,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] |
[
"import java.util.*;\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 int d = sc.nextInt();\n sc.close();\n int tk = (c + b - 1) / b;\n int ao = (d + a - 1) / d;\n if(tk <= ao){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"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 int d = sc.nextInt();\n sc.close();\n int tk = (c + b - 1) / b;\n int ao = (d + a - 1) / d;\n if(tk <= ao){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"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 int d = sc.nextInt();\n sc.close();\n int tk = (c + b - 1) / b;\n int ao = (d + a - 1) / d;\n if(tk <= ao){\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 int d = sc.nextInt();\n sc.close();\n int tk = (c + b - 1) / b;\n int ao = (d + a - 1) / d;\n if(tk <= ao){\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",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"int tk = (c + b - 1) / b;",
"tk",
"(c + b - 1) / b",
"(c + b - 1)",
"c + b",
"c",
"b",
"1",
"b",
"int ao = (d + a - 1) / d;",
"ao",
"(d + a - 1) / d",
"(d + a - 1)",
"d + a",
"d",
"a",
"1",
"d",
"if(tk <= ao){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"tk <= ao",
"tk",
"ao",
"{\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 Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n sc.close();\n int tk = (c + b - 1) / b;\n int ao = (d + a - 1) / d;\n if(tk <= ao){\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){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n sc.close();\n int tk = (c + b - 1) / b;\n int ao = (d + a - 1) / d;\n if(tk <= ao){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"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();
int d = sc.nextInt();
sc.close();
int tk = (c + b - 1) / b;
int ao = (d + a - 1) / d;
if(tk <= ao){
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,
17,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
42,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
3,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
14,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
88,
11
],
[
88,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
14,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
14,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
14,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
43,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
43,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
43,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
14,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
69,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
12,
85
],
[
85,
86
],
[
0,
87
],
[
87,
88
],
[
87,
89
]
] |
[
"import java.util.Scanner;\nimport java.util.ArrayList;\nimport java.util.List;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tboolean flg = false;\n//\t\t高橋体力\n\t\tint A = sc.nextInt();\n//\t\t高橋攻撃力\n\t\tint B = sc.nextInt();\n//\t\t青木体力\n\t\tint C = sc.nextInt();\n//\t\t青木攻撃力\n\t\tint D = sc.nextInt();\n\t\twhile(true) {\n\t\t\tC = C - B;\n\t\t\tif(C <= 0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA = A - D;\t\t\t\n\t\t\tif(A <= 0) {\n\t\t\t\tflg = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(flg) {\n\t\t\tSystem.out.println(\"No\");\t\t\t\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\t\t\t\t\t\t\t\t\t\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.List;",
"List",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tboolean flg = false;\n//\t\t高橋体力\n\t\tint A = sc.nextInt();\n//\t\t高橋攻撃力\n\t\tint B = sc.nextInt();\n//\t\t青木体力\n\t\tint C = sc.nextInt();\n//\t\t青木攻撃力\n\t\tint D = sc.nextInt();\n\t\twhile(true) {\n\t\t\tC = C - B;\n\t\t\tif(C <= 0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA = A - D;\t\t\t\n\t\t\tif(A <= 0) {\n\t\t\t\tflg = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(flg) {\n\t\t\tSystem.out.println(\"No\");\t\t\t\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\t\t\t\t\t\t\t\t\t\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tboolean flg = false;\n//\t\t高橋体力\n\t\tint A = sc.nextInt();\n//\t\t高橋攻撃力\n\t\tint B = sc.nextInt();\n//\t\t青木体力\n\t\tint C = sc.nextInt();\n//\t\t青木攻撃力\n\t\tint D = sc.nextInt();\n\t\twhile(true) {\n\t\t\tC = C - B;\n\t\t\tif(C <= 0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA = A - D;\t\t\t\n\t\t\tif(A <= 0) {\n\t\t\t\tflg = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(flg) {\n\t\t\tSystem.out.println(\"No\");\t\t\t\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\t\t\t\t\t\t\t\t\t\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tboolean flg = false;\n//\t\t高橋体力\n\t\tint A = sc.nextInt();\n//\t\t高橋攻撃力\n\t\tint B = sc.nextInt();\n//\t\t青木体力\n\t\tint C = sc.nextInt();\n//\t\t青木攻撃力\n\t\tint D = sc.nextInt();\n\t\twhile(true) {\n\t\t\tC = C - B;\n\t\t\tif(C <= 0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA = A - D;\t\t\t\n\t\t\tif(A <= 0) {\n\t\t\t\tflg = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(flg) {\n\t\t\tSystem.out.println(\"No\");\t\t\t\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\t\t\t\t\t\t\t\t\t\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"boolean flg = false;",
"flg",
"false",
"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 = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while(true) {\n\t\t\tC = C - B;\n\t\t\tif(C <= 0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA = A - D;\t\t\t\n\t\t\tif(A <= 0) {\n\t\t\t\tflg = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"true",
"{\n\t\t\tC = C - B;\n\t\t\tif(C <= 0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA = A - D;\t\t\t\n\t\t\tif(A <= 0) {\n\t\t\t\tflg = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"C = C - B",
"C",
"C - B",
"C",
"B",
"if(C <= 0) {\n\t\t\t\tbreak;\n\t\t\t}",
"C <= 0",
"C",
"0",
"{\n\t\t\t\tbreak;\n\t\t\t}",
"break;",
"A = A - D",
"A",
"A - D",
"A",
"D",
"if(A <= 0) {\n\t\t\t\tflg = true;\n\t\t\t\tbreak;\n\t\t\t}",
"A <= 0",
"A",
"0",
"{\n\t\t\t\tflg = true;\n\t\t\t\tbreak;\n\t\t\t}",
"flg = true",
"flg",
"true",
"break;",
"if(flg) {\n\t\t\tSystem.out.println(\"No\");\t\t\t\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\t\t\t\t\t\t\t\t\t\n\t\t}",
"flg",
"{\n\t\t\tSystem.out.println(\"No\");\t\t\t\t\t\t\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\tSystem.out.println(\"Yes\");\t\t\t\t\t\t\t\t\t\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tboolean flg = false;\n//\t\t高橋体力\n\t\tint A = sc.nextInt();\n//\t\t高橋攻撃力\n\t\tint B = sc.nextInt();\n//\t\t青木体力\n\t\tint C = sc.nextInt();\n//\t\t青木攻撃力\n\t\tint D = sc.nextInt();\n\t\twhile(true) {\n\t\t\tC = C - B;\n\t\t\tif(C <= 0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA = A - D;\t\t\t\n\t\t\tif(A <= 0) {\n\t\t\t\tflg = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(flg) {\n\t\t\tSystem.out.println(\"No\");\t\t\t\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\t\t\t\t\t\t\t\t\t\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\tboolean flg = false;\n//\t\t高橋体力\n\t\tint A = sc.nextInt();\n//\t\t高橋攻撃力\n\t\tint B = sc.nextInt();\n//\t\t青木体力\n\t\tint C = sc.nextInt();\n//\t\t青木攻撃力\n\t\tint D = sc.nextInt();\n\t\twhile(true) {\n\t\t\tC = C - B;\n\t\t\tif(C <= 0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tA = A - D;\t\t\t\n\t\t\tif(A <= 0) {\n\t\t\t\tflg = true;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(flg) {\n\t\t\tSystem.out.println(\"No\");\t\t\t\t\t\t\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\t\t\t\t\t\t\t\t\t\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.Scanner;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
boolean flg = false;
// 高橋体力
int A = sc.nextInt();
// 高橋攻撃力
int B = sc.nextInt();
// 青木体力
int C = sc.nextInt();
// 青木攻撃力
int D = sc.nextInt();
while(true) {
C = C - B;
if(C <= 0) {
break;
}
A = A - D;
if(A <= 0) {
flg = true;
break;
}
}
if(flg) {
System.out.println("No");
}else {
System.out.println("Yes");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
42,
17,
30,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
72,
5
],
[
72,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
34,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
34,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
49,
56
],
[
45,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
61,
68
],
[
6,
69
],
[
69,
70
],
[
0,
71
],
[
71,
72
],
[
71,
73
]
] |
[
"import java.util.Scanner;\npublic class Main {\n public static void main(String[] args) {\n \n Scanner sc = new Scanner(System.in);\n \n int A = sc.nextInt();//高HP\n int B = sc.nextInt();//高攻撃力\n int C = sc.nextInt();//青HP\n int D = sc.nextInt();//青攻撃力\n \n //どちらかが先にHP0になるまで\n while(true){\n C = C-B;\n A = A-D;\n \n if(C<=0){\n System.out.print(\"Yes\"); \n break;\n }\n else if(A<=0){\n System.out.print(\"No\");\n break;\n }\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n \n Scanner sc = new Scanner(System.in);\n \n int A = sc.nextInt();//高HP\n int B = sc.nextInt();//高攻撃力\n int C = sc.nextInt();//青HP\n int D = sc.nextInt();//青攻撃力\n \n //どちらかが先にHP0になるまで\n while(true){\n C = C-B;\n A = A-D;\n \n if(C<=0){\n System.out.print(\"Yes\"); \n break;\n }\n else if(A<=0){\n System.out.print(\"No\");\n break;\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n \n Scanner sc = new Scanner(System.in);\n \n int A = sc.nextInt();//高HP\n int B = sc.nextInt();//高攻撃力\n int C = sc.nextInt();//青HP\n int D = sc.nextInt();//青攻撃力\n \n //どちらかが先にHP0になるまで\n while(true){\n C = C-B;\n A = A-D;\n \n if(C<=0){\n System.out.print(\"Yes\"); \n break;\n }\n else if(A<=0){\n System.out.print(\"No\");\n break;\n }\n }\n }",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n \n int A = sc.nextInt();//高HP\n int B = sc.nextInt();//高攻撃力\n int C = sc.nextInt();//青HP\n int D = sc.nextInt();//青攻撃力\n \n //どちらかが先にHP0になるまで\n while(true){\n C = C-B;\n A = A-D;\n \n if(C<=0){\n System.out.print(\"Yes\"); \n break;\n }\n else if(A<=0){\n System.out.print(\"No\");\n break;\n }\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int A = sc.nextInt();",
"A",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int B = sc.nextInt();",
"B",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int C = sc.nextInt();",
"C",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int D = sc.nextInt();",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while(true){\n C = C-B;\n A = A-D;\n \n if(C<=0){\n System.out.print(\"Yes\"); \n break;\n }\n else if(A<=0){\n System.out.print(\"No\");\n break;\n }\n }",
"true",
"{\n C = C-B;\n A = A-D;\n \n if(C<=0){\n System.out.print(\"Yes\"); \n break;\n }\n else if(A<=0){\n System.out.print(\"No\");\n break;\n }\n }",
"C = C-B",
"C",
"C-B",
"C",
"B",
"A = A-D",
"A",
"A-D",
"A",
"D",
"if(C<=0){\n System.out.print(\"Yes\"); \n break;\n }\n else if(A<=0){\n System.out.print(\"No\");\n break;\n }",
"C<=0",
"C",
"0",
"{\n System.out.print(\"Yes\"); \n break;\n }",
"System.out.print(\"Yes\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"if(A<=0){\n System.out.print(\"No\");\n break;\n }",
"A<=0",
"A",
"0",
"{\n System.out.print(\"No\");\n break;\n }",
"System.out.print(\"No\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n \n Scanner sc = new Scanner(System.in);\n \n int A = sc.nextInt();//高HP\n int B = sc.nextInt();//高攻撃力\n int C = sc.nextInt();//青HP\n int D = sc.nextInt();//青攻撃力\n \n //どちらかが先にHP0になるまで\n while(true){\n C = C-B;\n A = A-D;\n \n if(C<=0){\n System.out.print(\"Yes\"); \n break;\n }\n else if(A<=0){\n System.out.print(\"No\");\n break;\n }\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n \n Scanner sc = new Scanner(System.in);\n \n int A = sc.nextInt();//高HP\n int B = sc.nextInt();//高攻撃力\n int C = sc.nextInt();//青HP\n int D = sc.nextInt();//青攻撃力\n \n //どちらかが先にHP0になるまで\n while(true){\n C = C-B;\n A = A-D;\n \n if(C<=0){\n System.out.print(\"Yes\"); \n break;\n }\n else if(A<=0){\n System.out.print(\"No\");\n break;\n }\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();//高HP
int B = sc.nextInt();//高攻撃力
int C = sc.nextInt();//青HP
int D = sc.nextInt();//青攻撃力
//どちらかが先にHP0になるまで
while(true){
C = C-B;
A = A-D;
if(C<=0){
System.out.print("Yes");
break;
}
else if(A<=0){
System.out.print("No");
break;
}
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
17,
12,
13,
30,
41,
13,
4,
13,
41,
13,
4,
13,
41,
13,
4,
13,
41,
13,
4,
13,
41,
13,
2,
2,
13,
13,
8,
2,
2,
13,
13,
17,
17,
17,
41,
13,
2,
2,
13,
13,
8,
2,
2,
13,
13,
17,
17,
17,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
12,
13,
30,
0,
13,
20,
41,
13,
4,
18,
13,
17,
14,
2,
13,
17,
30,
38,
5,
13,
30,
37,
20,
30,
0,
13,
20,
41,
13,
17,
42,
13,
30,
4,
13,
38,
5,
13,
30,
37,
20,
30,
4,
18,
13,
17,
14,
2,
4,
18,
13,
17,
30,
4,
18,
13,
4,
18,
18,
13,
13,
17,
30,
0,
13,
17,
23,
13,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
38,
5,
13,
30,
37,
20,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
12,
13,
30,
29,
4,
18,
4,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
0,
18,
13,
13,
4,
13,
29,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
261,
8
],
[
261,
9
],
[
9,
10
],
[
261,
11
],
[
11,
12
],
[
11,
13
],
[
261,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
16,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
16,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
16,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
16,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
39,
45
],
[
39,
46
],
[
16,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
53,
59
],
[
53,
60
],
[
16,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
66,
71
],
[
261,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
74,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
93,
94
],
[
89,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
74,
99
],
[
99,
100
],
[
99,
101
],
[
74,
102
],
[
102,
103
],
[
102,
104
],
[
104,
105
],
[
105,
106
],
[
104,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
110,
111
],
[
111,
112
],
[
107,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
114,
117
],
[
113,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
119,
123
],
[
118,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
124,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
128,
133
],
[
118,
134
],
[
134,
135
],
[
135,
136
],
[
135,
137
],
[
72,
138
],
[
138,
139
],
[
261,
140
],
[
140,
141
],
[
140,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
144,
148
],
[
148,
149
],
[
149,
150
],
[
150,
151
],
[
143,
152
],
[
152,
153
],
[
153,
154
],
[
154,
155
],
[
154,
156
],
[
156,
157
],
[
157,
158
],
[
153,
159
],
[
159,
160
],
[
160,
161
],
[
160,
162
],
[
142,
163
],
[
163,
164
],
[
164,
165
],
[
165,
166
],
[
261,
167
],
[
167,
168
],
[
167,
169
],
[
169,
170
],
[
170,
171
],
[
171,
172
],
[
172,
173
],
[
171,
174
],
[
174,
175
],
[
261,
176
],
[
176,
177
],
[
176,
178
],
[
178,
179
],
[
179,
180
],
[
180,
181
],
[
181,
182
],
[
180,
183
],
[
183,
184
],
[
261,
185
],
[
185,
186
],
[
185,
187
],
[
187,
188
],
[
188,
189
],
[
189,
190
],
[
190,
191
],
[
189,
192
],
[
192,
193
],
[
261,
194
],
[
194,
195
],
[
194,
196
],
[
196,
197
],
[
197,
198
],
[
197,
199
],
[
196,
201
],
[
201,
202
],
[
202,
203
],
[
203,
204
],
[
203,
205
],
[
201,
206
],
[
206,
207
],
[
206,
208
],
[
201,
209
],
[
209,
210
],
[
210,
211
],
[
201,
212
],
[
212,
213
],
[
213,
214
],
[
214,
215
],
[
214,
216
],
[
213,
217
],
[
217,
218
],
[
196,
219
],
[
219,
220
],
[
194,
221
],
[
221,
222
],
[
261,
223
],
[
223,
224
],
[
223,
225
],
[
225,
226
],
[
226,
227
],
[
227,
228
],
[
228,
229
],
[
229,
230
],
[
261,
231
],
[
231,
232
],
[
231,
233
],
[
233,
234
],
[
234,
235
],
[
234,
236
],
[
233,
238
],
[
238,
239
],
[
239,
240
],
[
240,
241
],
[
240,
242
],
[
238,
243
],
[
243,
244
],
[
243,
245
],
[
238,
246
],
[
246,
247
],
[
247,
248
],
[
238,
249
],
[
249,
250
],
[
250,
251
],
[
251,
252
],
[
251,
253
],
[
250,
254
],
[
254,
255
],
[
233,
256
],
[
256,
257
],
[
231,
258
],
[
258,
259
],
[
0,
260
],
[
260,
261
],
[
260,
262
]
] |
[
"import java.util.*;\nimport java.io.*;\n\npublic class Main {\t\n\n\tprivate static void solve(){\n\t\t//Implement solution here.\n\t\tint A = ni();\n\t\tint B = ni();\n\t\tint C = ni();\n\t\tint D = ni();\n\t\tint turn_1 = C / B + (C % B != 0 ? 1 : 0);\n\t\tint turn_2 = A / D + (A % D != 0 ? 1 : 0);\n\t\tSystem.out.println(turn_1 <= turn_2 ? \"Yes\" : \"No\");\n\t}\n\n\t//Switch input source (stdin/file)\n\tprivate static BufferedReader br;\n\tpublic static void main(String[] args){\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\tString debugDataPath = System.getenv(\"DD_PATH\"); \n\t\tif(debugDataPath != null){\n\t\t\ttry{\n\t\t\t\tbr = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\tboolean hasNext = true;\n\t\twhile(hasNext){\n\t\t\tsolve();\t\n\t\t\ttry{\n\t\t\t\tbr.mark(1);\n\t\t\t\tif(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t} \n\t\t}\n\t}\n\n\t//Input read utility\n\tprivate static StringTokenizer tokenizer = null;\n\tpublic static String next() {\n\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\ttry {\n\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\treturn tokenizer.nextToken();\n\t}\n\t//Get next single int\n\tprivate static int ni() {\n\t\treturn Integer.parseInt(next());\n\t}\n\t//Get next single long\n\tprivate static long nl() {\n\t\treturn Long.parseLong(next());\n\t}\n\t//Get next single double\n\tprivate static double nd() {\n\t\treturn Double.parseDouble(next());\n\t}\n\t//Get next int array from one line\n\tprivate static int[] na(int n) {\n\t\tint[] a = new int[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = ni();\n\t\treturn a;\n\t}\n\t//Get next char array from one line\n\tprivate static char[] ns() {\n\t\treturn next().toCharArray();\n\t}\n\t//Get next long array from one line\n\tprivate static long[] nal(int n) {\n\t\tlong[] a = new long[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = nl();\n\t\treturn a;\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main {\t\n\n\tprivate static void solve(){\n\t\t//Implement solution here.\n\t\tint A = ni();\n\t\tint B = ni();\n\t\tint C = ni();\n\t\tint D = ni();\n\t\tint turn_1 = C / B + (C % B != 0 ? 1 : 0);\n\t\tint turn_2 = A / D + (A % D != 0 ? 1 : 0);\n\t\tSystem.out.println(turn_1 <= turn_2 ? \"Yes\" : \"No\");\n\t}\n\n\t//Switch input source (stdin/file)\n\tprivate static BufferedReader br;\n\tpublic static void main(String[] args){\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\tString debugDataPath = System.getenv(\"DD_PATH\"); \n\t\tif(debugDataPath != null){\n\t\t\ttry{\n\t\t\t\tbr = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\tboolean hasNext = true;\n\t\twhile(hasNext){\n\t\t\tsolve();\t\n\t\t\ttry{\n\t\t\t\tbr.mark(1);\n\t\t\t\tif(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t} \n\t\t}\n\t}\n\n\t//Input read utility\n\tprivate static StringTokenizer tokenizer = null;\n\tpublic static String next() {\n\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\ttry {\n\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\treturn tokenizer.nextToken();\n\t}\n\t//Get next single int\n\tprivate static int ni() {\n\t\treturn Integer.parseInt(next());\n\t}\n\t//Get next single long\n\tprivate static long nl() {\n\t\treturn Long.parseLong(next());\n\t}\n\t//Get next single double\n\tprivate static double nd() {\n\t\treturn Double.parseDouble(next());\n\t}\n\t//Get next int array from one line\n\tprivate static int[] na(int n) {\n\t\tint[] a = new int[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = ni();\n\t\treturn a;\n\t}\n\t//Get next char array from one line\n\tprivate static char[] ns() {\n\t\treturn next().toCharArray();\n\t}\n\t//Get next long array from one line\n\tprivate static long[] nal(int n) {\n\t\tlong[] a = new long[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = nl();\n\t\treturn a;\n\t}\n}",
"Main",
"//Switch input source (stdin/file)\n\tprivate static BufferedReader br;",
"br",
"//Input read utility\n\tprivate static StringTokenizer tokenizer = null;",
"tokenizer",
"null",
"private static void solve(){\n\t\t//Implement solution here.\n\t\tint A = ni();\n\t\tint B = ni();\n\t\tint C = ni();\n\t\tint D = ni();\n\t\tint turn_1 = C / B + (C % B != 0 ? 1 : 0);\n\t\tint turn_2 = A / D + (A % D != 0 ? 1 : 0);\n\t\tSystem.out.println(turn_1 <= turn_2 ? \"Yes\" : \"No\");\n\t}",
"solve",
"{\n\t\t//Implement solution here.\n\t\tint A = ni();\n\t\tint B = ni();\n\t\tint C = ni();\n\t\tint D = ni();\n\t\tint turn_1 = C / B + (C % B != 0 ? 1 : 0);\n\t\tint turn_2 = A / D + (A % D != 0 ? 1 : 0);\n\t\tSystem.out.println(turn_1 <= turn_2 ? \"Yes\" : \"No\");\n\t}",
"int A = ni();",
"A",
"ni()",
"ni",
"int B = ni();",
"B",
"ni()",
"ni",
"int C = ni();",
"C",
"ni()",
"ni",
"int D = ni();",
"D",
"ni()",
"ni",
"int turn_1 = C / B + (C % B != 0 ? 1 : 0);",
"turn_1",
"C / B + (C % B != 0 ? 1 : 0)",
"C / B",
"C",
"B",
"(C % B != 0 ? 1 : 0)",
"C % B != 0",
"C % B",
"C",
"B",
"0",
"1",
"0",
"int turn_2 = A / D + (A % D != 0 ? 1 : 0);",
"turn_2",
"A / D + (A % D != 0 ? 1 : 0)",
"A / D",
"A",
"D",
"(A % D != 0 ? 1 : 0)",
"A % D != 0",
"A % D",
"A",
"D",
"0",
"1",
"0",
"System.out.println(turn_1 <= turn_2 ? \"Yes\" : \"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"turn_1 <= turn_2 ? \"Yes\" : \"No\"",
"turn_1 <= turn_2",
"turn_1",
"turn_2",
"\"Yes\"",
"\"No\"",
"public static void main(String[] args){\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\tString debugDataPath = System.getenv(\"DD_PATH\"); \n\t\tif(debugDataPath != null){\n\t\t\ttry{\n\t\t\t\tbr = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\tboolean hasNext = true;\n\t\twhile(hasNext){\n\t\t\tsolve();\t\n\t\t\ttry{\n\t\t\t\tbr.mark(1);\n\t\t\t\tif(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t} \n\t\t}\n\t}",
"main",
"{\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\tString debugDataPath = System.getenv(\"DD_PATH\"); \n\t\tif(debugDataPath != null){\n\t\t\ttry{\n\t\t\t\tbr = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\tboolean hasNext = true;\n\t\twhile(hasNext){\n\t\t\tsolve();\t\n\t\t\ttry{\n\t\t\t\tbr.mark(1);\n\t\t\t\tif(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t} \n\t\t}\n\t}",
"br = new BufferedReader(new InputStreamReader(System.in))",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String debugDataPath = System.getenv(\"DD_PATH\");",
"debugDataPath",
"System.getenv(\"DD_PATH\")",
"System.getenv",
"System",
"\"DD_PATH\"",
"if(debugDataPath != null){\n\t\t\ttry{\n\t\t\t\tbr = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}",
"debugDataPath != null",
"debugDataPath",
"null",
"{\n\t\t\ttry{\n\t\t\t\tbr = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}",
"try{\n\t\t\t\tbr = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}",
"catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}",
"Exception e",
"{\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}",
"throw new RuntimeException(e);",
"new RuntimeException(e)",
"{\n\t\t\t\tbr = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));\n\t\t\t}",
"br = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))))",
"br",
"new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))))",
"boolean hasNext = true;",
"hasNext",
"true",
"while(hasNext){\n\t\t\tsolve();\t\n\t\t\ttry{\n\t\t\t\tbr.mark(1);\n\t\t\t\tif(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t} \n\t\t}",
"hasNext",
"{\n\t\t\tsolve();\t\n\t\t\ttry{\n\t\t\t\tbr.mark(1);\n\t\t\t\tif(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t} \n\t\t}",
"solve()",
"solve",
"try{\n\t\t\t\tbr.mark(1);\n\t\t\t\tif(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}",
"catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}",
"Exception e",
"{\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}",
"throw new RuntimeException(e);",
"new RuntimeException(e)",
"{\n\t\t\t\tbr.mark(1);\n\t\t\t\tif(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}\n\t\t\t}",
"br.mark(1)",
"br.mark",
"br",
"1",
"if(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}",
"br.read() > 0",
"br.read()",
"br.read",
"br",
"0",
"{\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t}",
"br.reset()",
"br.reset",
"br",
"System.out.println(\"---\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"---\"",
"{\n\t\t\t\t\thasNext = false;\n\t\t\t\t}",
"hasNext = false",
"hasNext",
"false",
"String[] args",
"args",
"public static String next() {\n\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\ttry {\n\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\treturn tokenizer.nextToken();\n\t}",
"next",
"{\n\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\ttry {\n\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\treturn tokenizer.nextToken();\n\t}",
"while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\ttry {\n\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}",
"tokenizer == null || !tokenizer.hasMoreTokens()",
"tokenizer == null",
"tokenizer",
"null",
"!tokenizer.hasMoreTokens()",
"tokenizer.hasMoreTokens()",
"tokenizer.hasMoreTokens",
"tokenizer",
"{\n\t\t\ttry {\n\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}",
"try {\n\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}",
"catch (Exception e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}",
"Exception e",
"{\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}",
"throw new RuntimeException(e);",
"new RuntimeException(e)",
"{\n\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t}",
"tokenizer = new StringTokenizer(br.readLine())",
"tokenizer",
"new StringTokenizer(br.readLine())",
"return tokenizer.nextToken();",
"tokenizer.nextToken()",
"tokenizer.nextToken",
"tokenizer",
"//Get next single int\n\tprivate static int ni() {\n\t\treturn Integer.parseInt(next());\n\t}",
"ni",
"{\n\t\treturn Integer.parseInt(next());\n\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"//Get next single long\n\tprivate static long nl() {\n\t\treturn Long.parseLong(next());\n\t}",
"nl",
"{\n\t\treturn Long.parseLong(next());\n\t}",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"//Get next single double\n\tprivate static double nd() {\n\t\treturn Double.parseDouble(next());\n\t}",
"nd",
"{\n\t\treturn Double.parseDouble(next());\n\t}",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"//Get next int array from one line\n\tprivate static int[] na(int n) {\n\t\tint[] a = new int[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = ni();\n\t\treturn a;\n\t}",
"na",
"{\n\t\tint[] a = new int[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = ni();\n\t\treturn a;\n\t}",
"int[] a = new int[n];",
"a",
"new int[n]",
"n",
"for (int i = 0; i < n; i++)\n\t\t\ta[i] = ni();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"a[i] = ni();",
"a[i] = ni()",
"a[i]",
"a",
"i",
"ni()",
"ni",
"return a;",
"a",
"int n",
"n",
"//Get next char array from one line\n\tprivate static char[] ns() {\n\t\treturn next().toCharArray();\n\t}",
"ns",
"{\n\t\treturn next().toCharArray();\n\t}",
"return next().toCharArray();",
"next().toCharArray()",
"next().toCharArray",
"next()",
"next",
"//Get next long array from one line\n\tprivate static long[] nal(int n) {\n\t\tlong[] a = new long[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = nl();\n\t\treturn a;\n\t}",
"nal",
"{\n\t\tlong[] a = new long[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = nl();\n\t\treturn a;\n\t}",
"long[] a = new long[n];",
"a",
"new long[n]",
"n",
"for (int i = 0; i < n; i++)\n\t\t\ta[i] = nl();",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"a[i] = nl();",
"a[i] = nl()",
"a[i]",
"a",
"i",
"nl()",
"nl",
"return a;",
"a",
"int n",
"n",
"public class Main {\t\n\n\tprivate static void solve(){\n\t\t//Implement solution here.\n\t\tint A = ni();\n\t\tint B = ni();\n\t\tint C = ni();\n\t\tint D = ni();\n\t\tint turn_1 = C / B + (C % B != 0 ? 1 : 0);\n\t\tint turn_2 = A / D + (A % D != 0 ? 1 : 0);\n\t\tSystem.out.println(turn_1 <= turn_2 ? \"Yes\" : \"No\");\n\t}\n\n\t//Switch input source (stdin/file)\n\tprivate static BufferedReader br;\n\tpublic static void main(String[] args){\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\tString debugDataPath = System.getenv(\"DD_PATH\"); \n\t\tif(debugDataPath != null){\n\t\t\ttry{\n\t\t\t\tbr = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\tboolean hasNext = true;\n\t\twhile(hasNext){\n\t\t\tsolve();\t\n\t\t\ttry{\n\t\t\t\tbr.mark(1);\n\t\t\t\tif(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t} \n\t\t}\n\t}\n\n\t//Input read utility\n\tprivate static StringTokenizer tokenizer = null;\n\tpublic static String next() {\n\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\ttry {\n\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\treturn tokenizer.nextToken();\n\t}\n\t//Get next single int\n\tprivate static int ni() {\n\t\treturn Integer.parseInt(next());\n\t}\n\t//Get next single long\n\tprivate static long nl() {\n\t\treturn Long.parseLong(next());\n\t}\n\t//Get next single double\n\tprivate static double nd() {\n\t\treturn Double.parseDouble(next());\n\t}\n\t//Get next int array from one line\n\tprivate static int[] na(int n) {\n\t\tint[] a = new int[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = ni();\n\t\treturn a;\n\t}\n\t//Get next char array from one line\n\tprivate static char[] ns() {\n\t\treturn next().toCharArray();\n\t}\n\t//Get next long array from one line\n\tprivate static long[] nal(int n) {\n\t\tlong[] a = new long[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = nl();\n\t\treturn a;\n\t}\n}",
"public class Main {\t\n\n\tprivate static void solve(){\n\t\t//Implement solution here.\n\t\tint A = ni();\n\t\tint B = ni();\n\t\tint C = ni();\n\t\tint D = ni();\n\t\tint turn_1 = C / B + (C % B != 0 ? 1 : 0);\n\t\tint turn_2 = A / D + (A % D != 0 ? 1 : 0);\n\t\tSystem.out.println(turn_1 <= turn_2 ? \"Yes\" : \"No\");\n\t}\n\n\t//Switch input source (stdin/file)\n\tprivate static BufferedReader br;\n\tpublic static void main(String[] args){\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\tString debugDataPath = System.getenv(\"DD_PATH\"); \n\t\tif(debugDataPath != null){\n\t\t\ttry{\n\t\t\t\tbr = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\tboolean hasNext = true;\n\t\twhile(hasNext){\n\t\t\tsolve();\t\n\t\t\ttry{\n\t\t\t\tbr.mark(1);\n\t\t\t\tif(br.read() > 0){\n\t\t\t\t\tbr.reset();\t\t\t\n\t\t\t\t\tSystem.out.println(\"---\");\n\t\t\t\t} else {\n\t\t\t\t\thasNext = false;\n\t\t\t\t}\n\t\t\t}catch(Exception e){\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t} \n\t\t}\n\t}\n\n\t//Input read utility\n\tprivate static StringTokenizer tokenizer = null;\n\tpublic static String next() {\n\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\ttry {\n\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t} catch (Exception e) {\n\t\t\t\tthrow new RuntimeException(e);\n\t\t\t}\n\t\t}\n\t\treturn tokenizer.nextToken();\n\t}\n\t//Get next single int\n\tprivate static int ni() {\n\t\treturn Integer.parseInt(next());\n\t}\n\t//Get next single long\n\tprivate static long nl() {\n\t\treturn Long.parseLong(next());\n\t}\n\t//Get next single double\n\tprivate static double nd() {\n\t\treturn Double.parseDouble(next());\n\t}\n\t//Get next int array from one line\n\tprivate static int[] na(int n) {\n\t\tint[] a = new int[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = ni();\n\t\treturn a;\n\t}\n\t//Get next char array from one line\n\tprivate static char[] ns() {\n\t\treturn next().toCharArray();\n\t}\n\t//Get next long array from one line\n\tprivate static long[] nal(int n) {\n\t\tlong[] a = new long[n];\n\t\tfor (int i = 0; i < n; i++)\n\t\t\ta[i] = nl();\n\t\treturn a;\n\t}\n}",
"Main"
] |
import java.util.*;
import java.io.*;
public class Main {
private static void solve(){
//Implement solution here.
int A = ni();
int B = ni();
int C = ni();
int D = ni();
int turn_1 = C / B + (C % B != 0 ? 1 : 0);
int turn_2 = A / D + (A % D != 0 ? 1 : 0);
System.out.println(turn_1 <= turn_2 ? "Yes" : "No");
}
//Switch input source (stdin/file)
private static BufferedReader br;
public static void main(String[] args){
br = new BufferedReader(new InputStreamReader(System.in));
String debugDataPath = System.getenv("DD_PATH");
if(debugDataPath != null){
try{
br = new BufferedReader(new InputStreamReader(new FileInputStream(new File(debugDataPath))));
}catch(Exception e){
throw new RuntimeException(e);
}
}
boolean hasNext = true;
while(hasNext){
solve();
try{
br.mark(1);
if(br.read() > 0){
br.reset();
System.out.println("---");
} else {
hasNext = false;
}
}catch(Exception e){
throw new RuntimeException(e);
}
}
}
//Input read utility
private static StringTokenizer tokenizer = null;
public static String next() {
while (tokenizer == null || !tokenizer.hasMoreTokens()) {
try {
tokenizer = new StringTokenizer(br.readLine());
} catch (Exception e) {
throw new RuntimeException(e);
}
}
return tokenizer.nextToken();
}
//Get next single int
private static int ni() {
return Integer.parseInt(next());
}
//Get next single long
private static long nl() {
return Long.parseLong(next());
}
//Get next single double
private static double nd() {
return Double.parseDouble(next());
}
//Get next int array from one line
private static int[] na(int n) {
int[] a = new int[n];
for (int i = 0; i < n; i++)
a[i] = ni();
return a;
}
//Get next char array from one line
private static char[] ns() {
return next().toCharArray();
}
//Get next long array from one line
private static long[] nal(int n) {
long[] a = new long[n];
for (int i = 0; i < n; i++)
a[i] = nl();
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,
41,
13,
4,
18,
13,
41,
13,
11,
1,
0,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
14,
2,
2,
13,
17,
17,
30,
14,
2,
13,
17,
30,
0,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
3,
30,
14,
2,
13,
17,
30,
0,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
3,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
97,
5
],
[
97,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
39,
41
],
[
34,
42
],
[
42,
43
],
[
43,
44
],
[
34,
45
],
[
46,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
47,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
61,
63
],
[
54,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
64,
71
],
[
47,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
80,
82
],
[
73,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
83,
90
],
[
8,
91
],
[
91,
92
],
[
92,
93
],
[
6,
94
],
[
94,
95
],
[
0,
96
],
[
96,
97
],
[
96,
98
]
] |
[
"import java.util.Scanner;\n \npublic class Main{\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int numa = scan.nextInt();\n int numb = scan.nextInt();\n int numc = scan.nextInt();\n int numd = scan.nextInt(); \n int i;\n for(i=0;i<10000;i++){\n if(i%2 == 0){\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }\n else{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n } \n } \n scan.close();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int numa = scan.nextInt();\n int numb = scan.nextInt();\n int numc = scan.nextInt();\n int numd = scan.nextInt(); \n int i;\n for(i=0;i<10000;i++){\n if(i%2 == 0){\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }\n else{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n } \n } \n scan.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int numa = scan.nextInt();\n int numb = scan.nextInt();\n int numc = scan.nextInt();\n int numd = scan.nextInt(); \n int i;\n for(i=0;i<10000;i++){\n if(i%2 == 0){\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }\n else{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n } \n } \n scan.close();\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int numa = scan.nextInt();\n int numb = scan.nextInt();\n int numc = scan.nextInt();\n int numd = scan.nextInt(); \n int i;\n for(i=0;i<10000;i++){\n if(i%2 == 0){\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }\n else{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n } \n } \n scan.close();\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int numa = scan.nextInt();",
"numa",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int numb = scan.nextInt();",
"numb",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int numc = scan.nextInt();",
"numc",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int numd = scan.nextInt();",
"numd",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int i;",
"i",
"for(i=0;i<10000;i++){\n if(i%2 == 0){\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }\n else{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n } \n }",
"i=0;",
"i=0",
"i",
"0",
"i<10000",
"i",
"10000",
"i++",
"i++",
"i",
"{\n if(i%2 == 0){\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }\n else{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n } \n }",
"{\n if(i%2 == 0){\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }\n else{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n } \n }",
"if(i%2 == 0){\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }\n else{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n }",
"i%2 == 0",
"i%2",
"i",
"2",
"0",
"{\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }",
"if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}",
"numc>0",
"numc",
"0",
"{\n numc = numc - numb;}",
"numc = numc - numb",
"numc",
"numc - numb",
"numc",
"numb",
"{\n System.out.println(\"Yes\");\n break;}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n }",
"if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}",
"numa>0",
"numa",
"0",
"{\n numa = numa - numd;}",
"numa = numa - numd",
"numa",
"numa - numd",
"numa",
"numd",
"{\n System.out.println(\"No\");\n break;}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int numa = scan.nextInt();\n int numb = scan.nextInt();\n int numc = scan.nextInt();\n int numd = scan.nextInt(); \n int i;\n for(i=0;i<10000;i++){\n if(i%2 == 0){\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }\n else{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n } \n } \n scan.close();\n }\n}",
"public class Main{\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int numa = scan.nextInt();\n int numb = scan.nextInt();\n int numc = scan.nextInt();\n int numd = scan.nextInt(); \n int i;\n for(i=0;i<10000;i++){\n if(i%2 == 0){\n if(numc>0){\n numc = numc - numb;}\n else{\n System.out.println(\"Yes\");\n break;}\n }\n else{\n if(numa>0){\n numa = numa - numd;}\n else{\n System.out.println(\"No\");\n break;}\n } \n } \n scan.close();\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int numa = scan.nextInt();
int numb = scan.nextInt();
int numc = scan.nextInt();
int numd = scan.nextInt();
int i;
for(i=0;i<10000;i++){
if(i%2 == 0){
if(numc>0){
numc = numc - numb;}
else{
System.out.println("Yes");
break;}
}
else{
if(numa>0){
numa = numa - numd;}
else{
System.out.println("No");
break;}
}
}
scan.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
4,
18,
13,
2,
13,
13,
4,
18,
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
],
[
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
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
33,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
32,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
32,
53
],
[
53,
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;\n\npublic class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double A = sc.nextDouble(); double B = sc.nextDouble(); double C = sc.nextDouble(); double D = sc.nextDouble();\n\n if(Math.ceil(A/D)>=Math.ceil(C/B)){\n System.out.println(\"Yes\");\n } else{\n System.out.println(\"No\");\n }\n\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 double A = sc.nextDouble(); double B = sc.nextDouble(); double C = sc.nextDouble(); double D = sc.nextDouble();\n\n if(Math.ceil(A/D)>=Math.ceil(C/B)){\n System.out.println(\"Yes\");\n } else{\n System.out.println(\"No\");\n }\n\n sc.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double A = sc.nextDouble(); double B = sc.nextDouble(); double C = sc.nextDouble(); double D = sc.nextDouble();\n\n if(Math.ceil(A/D)>=Math.ceil(C/B)){\n System.out.println(\"Yes\");\n } else{\n System.out.println(\"No\");\n }\n\n sc.close();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n double A = sc.nextDouble(); double B = sc.nextDouble(); double C = sc.nextDouble(); double D = sc.nextDouble();\n\n if(Math.ceil(A/D)>=Math.ceil(C/B)){\n System.out.println(\"Yes\");\n } else{\n System.out.println(\"No\");\n }\n\n sc.close();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"double A = sc.nextDouble();",
"A",
"sc.nextDouble()",
"sc.nextDouble",
"sc",
"double B = sc.nextDouble();",
"B",
"sc.nextDouble()",
"sc.nextDouble",
"sc",
"double C = sc.nextDouble();",
"C",
"sc.nextDouble()",
"sc.nextDouble",
"sc",
"double D = sc.nextDouble();",
"D",
"sc.nextDouble()",
"sc.nextDouble",
"sc",
"if(Math.ceil(A/D)>=Math.ceil(C/B)){\n System.out.println(\"Yes\");\n } else{\n System.out.println(\"No\");\n }",
"Math.ceil(A/D)>=Math.ceil(C/B)",
"Math.ceil(A/D)",
"Math.ceil",
"Math",
"A/D",
"A",
"D",
"Math.ceil(C/B)",
"Math.ceil",
"Math",
"C/B",
"C",
"B",
"{\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\"",
"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 double A = sc.nextDouble(); double B = sc.nextDouble(); double C = sc.nextDouble(); double D = sc.nextDouble();\n\n if(Math.ceil(A/D)>=Math.ceil(C/B)){\n System.out.println(\"Yes\");\n } else{\n System.out.println(\"No\");\n }\n\n sc.close();\n }\n}",
"public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double A = sc.nextDouble(); double B = sc.nextDouble(); double C = sc.nextDouble(); double D = sc.nextDouble();\n\n if(Math.ceil(A/D)>=Math.ceil(C/B)){\n System.out.println(\"Yes\");\n } else{\n System.out.println(\"No\");\n }\n\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);
double A = sc.nextDouble(); double B = sc.nextDouble(); double C = sc.nextDouble(); double D = sc.nextDouble();
if(Math.ceil(A/D)>=Math.ceil(C/B)){
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,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
11,
1,
41,
13,
17,
1,
40,
13,
30,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
3,
14,
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
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
40,
41
],
[
41,
42
],
[
35,
43
],
[
44,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
44,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
44,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
61,
63
],
[
44,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
8,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
70,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
6,
86
],
[
86,
87
]
] |
[
"import java.util.Scanner;\n\nclass Main{\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n boolean flag=false;\n \n for(int i=0;;i++){\n c=c-b;\n if(c<=0){\n flag=true;\n break;}\n a=a-d;\n if(a<=0){\n break;}\n }\n\n if(flag){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n boolean flag=false;\n \n for(int i=0;;i++){\n c=c-b;\n if(c<=0){\n flag=true;\n break;}\n a=a-d;\n if(a<=0){\n break;}\n }\n\n if(flag){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\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 int d = sc.nextInt();\n boolean flag=false;\n \n for(int i=0;;i++){\n c=c-b;\n if(c<=0){\n flag=true;\n break;}\n a=a-d;\n if(a<=0){\n break;}\n }\n\n if(flag){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\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 int d = sc.nextInt();\n boolean flag=false;\n \n for(int i=0;;i++){\n c=c-b;\n if(c<=0){\n flag=true;\n break;}\n a=a-d;\n if(a<=0){\n break;}\n }\n\n if(flag){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"boolean flag=false;",
"flag",
"false",
"for(int i=0;;i++){\n c=c-b;\n if(c<=0){\n flag=true;\n break;}\n a=a-d;\n if(a<=0){\n break;}\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i++",
"i++",
"i",
"{\n c=c-b;\n if(c<=0){\n flag=true;\n break;}\n a=a-d;\n if(a<=0){\n break;}\n }",
"{\n c=c-b;\n if(c<=0){\n flag=true;\n break;}\n a=a-d;\n if(a<=0){\n break;}\n }",
"c=c-b",
"c",
"c-b",
"c",
"b",
"if(c<=0){\n flag=true;\n break;}",
"c<=0",
"c",
"0",
"{\n flag=true;\n break;}",
"flag=true",
"flag",
"true",
"break;",
"a=a-d",
"a",
"a-d",
"a",
"d",
"if(a<=0){\n break;}",
"a<=0",
"a",
"0",
"{\n break;}",
"break;",
"if(flag){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"flag",
"{\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 sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
boolean flag=false;
for(int i=0;;i++){
c=c-b;
if(c<=0){
flag=true;
break;}
a=a-d;
if(a<=0){
break;}
}
if(flag){
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,
42,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
3,
4,
18,
13,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
75,
5
],
[
75,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
34,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
44,
51
],
[
34,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
34,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
61,
68
],
[
8,
69
],
[
69,
70
],
[
70,
71
],
[
6,
72
],
[
72,
73
],
[
0,
74
],
[
74,
75
],
[
74,
76
]
] |
[
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\twhile (true) {\n\n\t\t\tc = c - b;\n\t\t\tif (c <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\ta = a - d;\n\t\t\tif (a <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tsc.close();\n\n\t}\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\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\twhile (true) {\n\n\t\t\tc = c - b;\n\t\t\tif (c <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\ta = a - d;\n\t\t\tif (a <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tsc.close();\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\twhile (true) {\n\n\t\t\tc = c - b;\n\t\t\tif (c <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\ta = a - d;\n\t\t\tif (a <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tsc.close();\n\n\t}",
"main",
"{\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\twhile (true) {\n\n\t\t\tc = c - b;\n\t\t\tif (c <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\ta = a - d;\n\t\t\tif (a <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tsc.close();\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while (true) {\n\n\t\t\tc = c - b;\n\t\t\tif (c <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\ta = a - d;\n\t\t\tif (a <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"true",
"{\n\n\t\t\tc = c - b;\n\t\t\tif (c <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\ta = a - d;\n\t\t\tif (a <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"c = c - b",
"c",
"c - b",
"c",
"b",
"if (c <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}",
"c <= 0",
"c",
"0",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"break;",
"a = a - d",
"a",
"a - d",
"a",
"d",
"if (a <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}",
"a <= 0",
"a",
"0",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"break;",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\twhile (true) {\n\n\t\t\tc = c - b;\n\t\t\tif (c <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\ta = a - d;\n\t\t\tif (a <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tsc.close();\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint d = sc.nextInt();\n\n\t\twhile (true) {\n\n\t\t\tc = c - b;\n\t\t\tif (c <= 0) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\ta = a - d;\n\t\t\tif (a <= 0) {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tsc.close();\n\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
while (true) {
c = c - b;
if (c <= 0) {
System.out.println("Yes");
break;
}
a = a - d;
if (a <= 0) {
System.out.println("No");
break;
}
}
sc.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
42,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
86,
5
],
[
86,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
42,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
52,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
42,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
65,
67
],
[
42,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
72,
79
],
[
79,
80
],
[
80,
81
],
[
79,
82
],
[
6,
83
],
[
83,
84
],
[
0,
85
],
[
85,
86
],
[
85,
87
]
] |
[
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\nint A,B,C,D;\n\nScanner sc = new Scanner(System.in);\n A = sc.nextInt();\n\n B = sc.nextInt();\n\n C = sc.nextInt();\n\n D = sc.nextInt();\n\ndo {\n\t\n\t\n\tC=C-B;\n\tif(C<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tSystem.exit(0);\n\t}\n\tA=A-D;\n\tif(A<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tSystem.exit(0);\n\t}\n}\nwhile(true);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\nint A,B,C,D;\n\nScanner sc = new Scanner(System.in);\n A = sc.nextInt();\n\n B = sc.nextInt();\n\n C = sc.nextInt();\n\n D = sc.nextInt();\n\ndo {\n\t\n\t\n\tC=C-B;\n\tif(C<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tSystem.exit(0);\n\t}\n\tA=A-D;\n\tif(A<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tSystem.exit(0);\n\t}\n}\nwhile(true);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\nint A,B,C,D;\n\nScanner sc = new Scanner(System.in);\n A = sc.nextInt();\n\n B = sc.nextInt();\n\n C = sc.nextInt();\n\n D = sc.nextInt();\n\ndo {\n\t\n\t\n\tC=C-B;\n\tif(C<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tSystem.exit(0);\n\t}\n\tA=A-D;\n\tif(A<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tSystem.exit(0);\n\t}\n}\nwhile(true);\n\t}",
"main",
"{\n\t\nint A,B,C,D;\n\nScanner sc = new Scanner(System.in);\n A = sc.nextInt();\n\n B = sc.nextInt();\n\n C = sc.nextInt();\n\n D = sc.nextInt();\n\ndo {\n\t\n\t\n\tC=C-B;\n\tif(C<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tSystem.exit(0);\n\t}\n\tA=A-D;\n\tif(A<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tSystem.exit(0);\n\t}\n}\nwhile(true);\n\t}",
"int A",
"A",
"B",
"B",
"C",
"C",
"D;",
"D",
"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",
"D = sc.nextInt()",
"D",
"sc.nextInt()",
"sc.nextInt",
"sc",
"do {\n\t\n\t\n\tC=C-B;\n\tif(C<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tSystem.exit(0);\n\t}\n\tA=A-D;\n\tif(A<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tSystem.exit(0);\n\t}\n}\nwhile(true);",
"true",
"{\n\t\n\t\n\tC=C-B;\n\tif(C<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tSystem.exit(0);\n\t}\n\tA=A-D;\n\tif(A<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tSystem.exit(0);\n\t}\n}",
"C=C-B",
"C",
"C-B",
"C",
"B",
"if(C<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tSystem.exit(0);\n\t}",
"C<=0",
"C",
"0",
"{\n\t\tSystem.out.println(\"Yes\");\n\t\tSystem.exit(0);\n\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"A=A-D",
"A",
"A-D",
"A",
"D",
"if(A<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tSystem.exit(0);\n\t}",
"A<=0",
"A",
"0",
"{\n\t\tSystem.out.println(\"No\");\n\t\tSystem.exit(0);\n\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\nint A,B,C,D;\n\nScanner sc = new Scanner(System.in);\n A = sc.nextInt();\n\n B = sc.nextInt();\n\n C = sc.nextInt();\n\n D = sc.nextInt();\n\ndo {\n\t\n\t\n\tC=C-B;\n\tif(C<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tSystem.exit(0);\n\t}\n\tA=A-D;\n\tif(A<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tSystem.exit(0);\n\t}\n}\nwhile(true);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\nint A,B,C,D;\n\nScanner sc = new Scanner(System.in);\n A = sc.nextInt();\n\n B = sc.nextInt();\n\n C = sc.nextInt();\n\n D = sc.nextInt();\n\ndo {\n\t\n\t\n\tC=C-B;\n\tif(C<=0) {\n\t\tSystem.out.println(\"Yes\");\n\t\tSystem.exit(0);\n\t}\n\tA=A-D;\n\tif(A<=0) {\n\t\tSystem.out.println(\"No\");\n\t\tSystem.exit(0);\n\t}\n}\nwhile(true);\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int A,B,C,D;
Scanner sc = new Scanner(System.in);
A = sc.nextInt();
B = sc.nextInt();
C = sc.nextInt();
D = sc.nextInt();
do {
C=C-B;
if(C<=0) {
System.out.println("Yes");
System.exit(0);
}
A=A-D;
if(A<=0) {
System.out.println("No");
System.exit(0);
}
}
while(true);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
14,
13,
30,
0,
13,
13,
30,
0,
13,
13,
0,
13,
40,
13,
14,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
79,
5
],
[
79,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
35,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
44,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
43,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
8,
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
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
6,
76
],
[
76,
77
],
[
0,
78
],
[
78,
79
],
[
78,
80
]
] |
[
"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 int d = sc.nextInt();\n\n boolean takahashi = true;\n\n while (a > 0 && c > 0) {\n if (takahashi) {\n c -= b;\n } else {\n a -= d;\n }\n takahashi = !takahashi;\n }\n\n if (c <= 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"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 int d = sc.nextInt();\n\n boolean takahashi = true;\n\n while (a > 0 && c > 0) {\n if (takahashi) {\n c -= b;\n } else {\n a -= d;\n }\n takahashi = !takahashi;\n }\n\n if (c <= 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"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 int d = sc.nextInt();\n\n boolean takahashi = true;\n\n while (a > 0 && c > 0) {\n if (takahashi) {\n c -= b;\n } else {\n a -= d;\n }\n takahashi = !takahashi;\n }\n\n if (c <= 0) {\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 int d = sc.nextInt();\n\n boolean takahashi = true;\n\n while (a > 0 && c > 0) {\n if (takahashi) {\n c -= b;\n } else {\n a -= d;\n }\n takahashi = !takahashi;\n }\n\n if (c <= 0) {\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",
"int d = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"boolean takahashi = true;",
"takahashi",
"true",
"while (a > 0 && c > 0) {\n if (takahashi) {\n c -= b;\n } else {\n a -= d;\n }\n takahashi = !takahashi;\n }",
"a > 0 && c > 0",
"a > 0",
"a",
"0",
"c > 0",
"c",
"0",
"{\n if (takahashi) {\n c -= b;\n } else {\n a -= d;\n }\n takahashi = !takahashi;\n }",
"if (takahashi) {\n c -= b;\n } else {\n a -= d;\n }",
"takahashi",
"{\n c -= b;\n }",
"c -= b",
"c",
"b",
"{\n a -= d;\n }",
"a -= d",
"a",
"d",
"takahashi = !takahashi",
"takahashi",
"!takahashi",
"takahashi",
"if (c <= 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"c <= 0",
"c",
"0",
"{\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 Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n\n boolean takahashi = true;\n\n while (a > 0 && c > 0) {\n if (takahashi) {\n c -= b;\n } else {\n a -= d;\n }\n takahashi = !takahashi;\n }\n\n if (c <= 0) {\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) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n\n boolean takahashi = true;\n\n while (a > 0 && c > 0) {\n if (takahashi) {\n c -= b;\n } else {\n a -= d;\n }\n takahashi = !takahashi;\n }\n\n if (c <= 0) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"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();
int d = sc.nextInt();
boolean takahashi = true;
while (a > 0 && c > 0) {
if (takahashi) {
c -= b;
} else {
a -= d;
}
takahashi = !takahashi;
}
if (c <= 0) {
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,
4,
18,
13,
17,
17,
41,
13,
39,
39,
17,
17,
39,
17,
40,
17,
39,
17,
17,
39,
40,
17,
17,
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,
42,
17,
30,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
13,
17,
4,
18,
13,
17,
0,
13,
2,
13,
13,
14,
2,
13,
17,
30,
4,
13,
17,
4,
18,
13,
17,
23,
13,
12,
13,
30,
41,
13,
18,
13,
13,
0,
18,
13,
13,
18,
13,
13,
0,
18,
13,
13,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
42,
2,
13,
13,
30,
4,
13,
13,
13,
13,
40,
13,
40,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
18,
13,
13,
17,
30,
29,
17,
41,
13,
2,
18,
13,
13,
17,
42,
2,
13,
17,
30,
14,
2,
18,
13,
13,
18,
13,
2,
13,
17,
30,
3,
40,
13,
14,
2,
13,
17,
30,
29,
17,
41,
13,
2,
18,
13,
13,
17,
11,
1,
41,
13,
2,
18,
13,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
18,
13,
13,
18,
13,
13,
30,
0,
13,
13,
3,
4,
13,
13,
13,
13,
4,
13,
13,
2,
13,
17,
2,
18,
13,
13,
17,
29,
17,
23,
13,
12,
13,
30,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
2,
13,
17,
29,
13,
23,
13,
12,
13,
30,
4,
18,
18,
13,
13,
13,
23,
13,
12,
13,
30,
28,
13,
13,
30,
30,
4,
18,
18,
13,
13,
2,
13,
17,
4,
13,
17,
23,
13,
12,
13,
30,
29,
2,
4,
18,
13,
13,
4,
18,
13,
17,
23,
13,
12,
13,
30,
14,
2,
13,
13,
30,
29,
4,
13,
13,
13,
14,
2,
2,
13,
13,
17,
30,
29,
13,
29,
4,
13,
13,
2,
13,
13,
23,
13,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
12,
13,
30,
42,
2,
2,
13,
17,
40,
4,
18,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
29,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
455,
14
],
[
455,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
17,
20
],
[
17,
21
],
[
455,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
24,
32
],
[
32,
33
],
[
32,
34
],
[
24,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
455,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
41,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
41,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
41,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
41,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
67,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
82,
83
],
[
81,
84
],
[
67,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
87,
89
],
[
67,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
98,
99
],
[
99,
100
],
[
98,
101
],
[
39,
102
],
[
102,
103
],
[
455,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
109,
110
],
[
109,
111
],
[
106,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
112,
116
],
[
116,
117
],
[
116,
118
],
[
106,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
119,
123
],
[
104,
124
],
[
124,
125
],
[
104,
126
],
[
126,
127
],
[
104,
128
],
[
128,
129
],
[
455,
130
],
[
130,
131
],
[
130,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
138,
141
],
[
138,
142
],
[
137,
143
],
[
143,
144
],
[
137,
145
],
[
145,
146
],
[
130,
147
],
[
147,
148
],
[
130,
149
],
[
149,
150
],
[
130,
151
],
[
151,
152
],
[
455,
153
],
[
153,
154
],
[
153,
155
],
[
155,
156
],
[
156,
157
],
[
157,
158
],
[
158,
159
],
[
158,
160
],
[
157,
161
],
[
156,
162
],
[
162,
163
],
[
163,
164
],
[
155,
165
],
[
165,
166
],
[
165,
167
],
[
167,
168
],
[
168,
169
],
[
168,
170
],
[
167,
171
],
[
155,
172
],
[
172,
173
],
[
173,
174
],
[
173,
175
],
[
172,
176
],
[
176,
177
],
[
177,
178
],
[
178,
179
],
[
179,
180
],
[
179,
181
],
[
178,
182
],
[
182,
183
],
[
182,
184
],
[
184,
185
],
[
184,
186
],
[
177,
187
],
[
187,
188
],
[
176,
189
],
[
189,
190
],
[
155,
191
],
[
191,
192
],
[
192,
193
],
[
192,
194
],
[
191,
195
],
[
195,
196
],
[
196,
197
],
[
155,
198
],
[
198,
199
],
[
198,
200
],
[
200,
201
],
[
201,
202
],
[
201,
203
],
[
200,
204
],
[
155,
205
],
[
205,
206
],
[
206,
207
],
[
207,
208
],
[
207,
209
],
[
209,
210
],
[
210,
211
],
[
210,
212
],
[
209,
213
],
[
205,
214
],
[
214,
215
],
[
214,
216
],
[
205,
217
],
[
217,
218
],
[
218,
219
],
[
205,
220
],
[
221,
221
],
[
221,
222
],
[
222,
223
],
[
223,
224
],
[
224,
225
],
[
224,
226
],
[
223,
227
],
[
227,
228
],
[
227,
229
],
[
222,
230
],
[
230,
231
],
[
231,
232
],
[
231,
233
],
[
230,
234
],
[
155,
235
],
[
235,
236
],
[
235,
237
],
[
235,
238
],
[
235,
239
],
[
155,
240
],
[
240,
241
],
[
240,
242
],
[
240,
243
],
[
243,
244
],
[
243,
245
],
[
240,
246
],
[
246,
247
],
[
247,
248
],
[
247,
249
],
[
246,
250
],
[
155,
251
],
[
251,
252
],
[
153,
253
],
[
253,
254
],
[
455,
255
],
[
255,
256
],
[
255,
257
],
[
257,
258
],
[
258,
259
],
[
258,
260
],
[
257,
262
],
[
262,
263
],
[
263,
264
],
[
264,
265
],
[
264,
266
],
[
262,
267
],
[
267,
268
],
[
267,
269
],
[
262,
270
],
[
270,
271
],
[
271,
272
],
[
262,
273
],
[
274,
274
],
[
274,
275
],
[
275,
276
],
[
276,
277
],
[
276,
278
],
[
275,
279
],
[
279,
280
],
[
279,
281
],
[
257,
282
],
[
282,
283
],
[
255,
284
],
[
284,
285
],
[
455,
286
],
[
286,
287
],
[
286,
288
],
[
288,
289
],
[
289,
290
],
[
290,
291
],
[
291,
292
],
[
291,
293
],
[
289,
294
],
[
286,
295
],
[
295,
296
],
[
455,
297
],
[
297,
298
],
[
297,
299
],
[
299,
300
],
[
300,
301
],
[
300,
302
],
[
300,
303
],
[
304,
304
],
[
304,
305
],
[
305,
306
],
[
306,
307
],
[
307,
308
],
[
307,
309
],
[
305,
310
],
[
310,
311
],
[
310,
312
],
[
299,
313
],
[
313,
314
],
[
313,
315
],
[
297,
316
],
[
316,
317
],
[
455,
318
],
[
318,
319
],
[
318,
320
],
[
320,
321
],
[
321,
322
],
[
322,
323
],
[
323,
324
],
[
324,
325
],
[
323,
326
],
[
322,
327
],
[
327,
328
],
[
328,
329
],
[
327,
330
],
[
318,
331
],
[
331,
332
],
[
455,
333
],
[
333,
334
],
[
333,
335
],
[
335,
336
],
[
336,
337
],
[
337,
338
],
[
337,
339
],
[
336,
340
],
[
340,
341
],
[
341,
342
],
[
342,
343
],
[
342,
344
],
[
342,
345
],
[
335,
346
],
[
346,
347
],
[
347,
348
],
[
348,
349
],
[
348,
350
],
[
347,
351
],
[
346,
352
],
[
352,
353
],
[
353,
354
],
[
335,
355
],
[
355,
356
],
[
356,
357
],
[
356,
358
],
[
356,
359
],
[
359,
360
],
[
359,
361
],
[
333,
362
],
[
362,
363
],
[
333,
364
],
[
364,
365
],
[
455,
366
],
[
366,
367
],
[
366,
368
],
[
368,
369
],
[
366,
370
],
[
370,
371
],
[
366,
372
],
[
372,
373
],
[
372,
374
],
[
374,
375
],
[
375,
376
],
[
375,
377
],
[
366,
378
],
[
378,
379
],
[
378,
380
],
[
380,
381
],
[
381,
382
],
[
382,
383
],
[
383,
384
],
[
383,
385
],
[
382,
386
],
[
386,
387
],
[
387,
388
],
[
388,
389
],
[
381,
390
],
[
390,
391
],
[
391,
392
],
[
392,
393
],
[
392,
394
],
[
394,
395
],
[
395,
396
],
[
396,
397
],
[
391,
398
],
[
398,
399
],
[
399,
400
],
[
399,
401
],
[
380,
402
],
[
402,
403
],
[
403,
404
],
[
404,
405
],
[
366,
406
],
[
406,
407
],
[
406,
408
],
[
408,
409
],
[
409,
410
],
[
410,
411
],
[
411,
412
],
[
410,
413
],
[
413,
414
],
[
366,
415
],
[
415,
416
],
[
415,
417
],
[
417,
418
],
[
418,
419
],
[
419,
420
],
[
420,
421
],
[
419,
422
],
[
422,
423
],
[
366,
424
],
[
424,
425
],
[
424,
426
],
[
426,
427
],
[
427,
428
],
[
428,
429
],
[
429,
430
],
[
428,
431
],
[
431,
432
],
[
366,
433
],
[
433,
434
],
[
433,
435
],
[
435,
436
],
[
436,
437
],
[
436,
438
],
[
435,
439
],
[
439,
440
],
[
440,
441
],
[
440,
442
],
[
442,
443
],
[
443,
444
],
[
444,
445
],
[
439,
446
],
[
446,
447
],
[
447,
448
],
[
447,
449
],
[
449,
450
],
[
450,
451
],
[
435,
452
],
[
452,
453
],
[
0,
454
],
[
454,
455
],
[
454,
456
]
] |
[
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.*;\n\npublic class Main {\n private static final int MOD = (int) Math.pow(10, 9);\n private static final int[][] DIRS = {{0, 1}, {0, -1}, {1, 0}, {-1, 0}};\n\n public static void main(String[] args) {\n FastReader sc = new FastReader();\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n\n while (true) {\n c = c - b;\n if (c <= 0) {\n print(\"Yes\");\n System.exit(0);\n }\n a = a - d;\n if (a <= 0) {\n print(\"No\");\n System.exit(0);\n }\n }\n\n //print(\"\"+res);\n //System.exit(0);\n }\n\n static private void swap(int[] nums, int x, int y) {\n int tmp = nums[x];\n nums[x] = nums[y];\n nums[y] = tmp;\n }\n\n static private void reverse(int[] nums, int left, int right) {\n while (left < right) {\n swap(nums, left, right);\n left++;\n right--;\n }\n }\n\n static private boolean findNextPermutation(int[] nums) {\n if (nums.length <= 1) {\n return false;\n }\n\n int last = nums.length - 2;\n\n while (last >= 0) {\n if (nums[last] < nums[last + 1]){\n break;\n }\n last--;\n }\n\n if (last < 0) { return false; }\n int nextGenerater = nums.length - 1;\n\n for (int i = nums.length - 1; i > last; i--) {\n if (nums[i] > nums[last]) {\n nextGenerater = i;\n break;\n }\n }\n\n swap(nums, nextGenerater, last);\n reverse(nums, last + 1, nums.length - 1);\n return true;\n }\n\n static private int[] generateNArray(int n) {\n int[] res = new int[n];\n\n for (int i = 0; i < n; i++) {\n res[i] = i + 1;\n }\n\n return res;\n }\n\n static private void print(String s) {\n System.out.println(s);\n }\n\n static private void printArray(int[] e) {\n for (int s: e) {\n System.out.print(s + \" \");\n }\n print(\"\");\n }\n\n static private int log2(int x) {\n return (int)(Math.log(x) / Math.log(2));\n }\n\n static private long gcd(long m, long n) {\n if (m < n) { return gcd(n, m); }\n if (m % n == 0) { return n; }\n return gcd(n, m%n);\n }\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try{\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n private static final int MOD = (int) Math.pow(10, 9);\n private static final int[][] DIRS = {{0, 1}, {0, -1}, {1, 0}, {-1, 0}};\n\n public static void main(String[] args) {\n FastReader sc = new FastReader();\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n\n while (true) {\n c = c - b;\n if (c <= 0) {\n print(\"Yes\");\n System.exit(0);\n }\n a = a - d;\n if (a <= 0) {\n print(\"No\");\n System.exit(0);\n }\n }\n\n //print(\"\"+res);\n //System.exit(0);\n }\n\n static private void swap(int[] nums, int x, int y) {\n int tmp = nums[x];\n nums[x] = nums[y];\n nums[y] = tmp;\n }\n\n static private void reverse(int[] nums, int left, int right) {\n while (left < right) {\n swap(nums, left, right);\n left++;\n right--;\n }\n }\n\n static private boolean findNextPermutation(int[] nums) {\n if (nums.length <= 1) {\n return false;\n }\n\n int last = nums.length - 2;\n\n while (last >= 0) {\n if (nums[last] < nums[last + 1]){\n break;\n }\n last--;\n }\n\n if (last < 0) { return false; }\n int nextGenerater = nums.length - 1;\n\n for (int i = nums.length - 1; i > last; i--) {\n if (nums[i] > nums[last]) {\n nextGenerater = i;\n break;\n }\n }\n\n swap(nums, nextGenerater, last);\n reverse(nums, last + 1, nums.length - 1);\n return true;\n }\n\n static private int[] generateNArray(int n) {\n int[] res = new int[n];\n\n for (int i = 0; i < n; i++) {\n res[i] = i + 1;\n }\n\n return res;\n }\n\n static private void print(String s) {\n System.out.println(s);\n }\n\n static private void printArray(int[] e) {\n for (int s: e) {\n System.out.print(s + \" \");\n }\n print(\"\");\n }\n\n static private int log2(int x) {\n return (int)(Math.log(x) / Math.log(2));\n }\n\n static private long gcd(long m, long n) {\n if (m < n) { return gcd(n, m); }\n if (m % n == 0) { return n; }\n return gcd(n, m%n);\n }\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try{\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}",
"Main",
"private static final int MOD = (int) Math.pow(10, 9);",
"MOD",
"(int) Math.pow(10, 9)",
"Math.pow",
"Math",
"10",
"9",
"private static final int[][] DIRS = {{0, 1}, {0, -1}, {1, 0}, {-1, 0}};",
"DIRS",
"{{0, 1}, {0, -1}, {1, 0}, {-1, 0}}",
"{0, 1}",
"0",
"1",
"{0, -1}",
"0",
"-1",
"1",
"{1, 0}",
"1",
"0",
"{-1, 0}",
"-1",
"1",
"0",
"public static void main(String[] args) {\n FastReader sc = new FastReader();\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n\n while (true) {\n c = c - b;\n if (c <= 0) {\n print(\"Yes\");\n System.exit(0);\n }\n a = a - d;\n if (a <= 0) {\n print(\"No\");\n System.exit(0);\n }\n }\n\n //print(\"\"+res);\n //System.exit(0);\n }",
"main",
"{\n FastReader sc = new FastReader();\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n\n while (true) {\n c = c - b;\n if (c <= 0) {\n print(\"Yes\");\n System.exit(0);\n }\n a = a - d;\n if (a <= 0) {\n print(\"No\");\n System.exit(0);\n }\n }\n\n //print(\"\"+res);\n //System.exit(0);\n }",
"FastReader sc = new FastReader();",
"sc",
"new FastReader()",
"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 = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"while (true) {\n c = c - b;\n if (c <= 0) {\n print(\"Yes\");\n System.exit(0);\n }\n a = a - d;\n if (a <= 0) {\n print(\"No\");\n System.exit(0);\n }\n }",
"true",
"{\n c = c - b;\n if (c <= 0) {\n print(\"Yes\");\n System.exit(0);\n }\n a = a - d;\n if (a <= 0) {\n print(\"No\");\n System.exit(0);\n }\n }",
"c = c - b",
"c",
"c - b",
"c",
"b",
"if (c <= 0) {\n print(\"Yes\");\n System.exit(0);\n }",
"c <= 0",
"c",
"0",
"{\n print(\"Yes\");\n System.exit(0);\n }",
"print(\"Yes\")",
"print",
"\"Yes\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"a = a - d",
"a",
"a - d",
"a",
"d",
"if (a <= 0) {\n print(\"No\");\n System.exit(0);\n }",
"a <= 0",
"a",
"0",
"{\n print(\"No\");\n System.exit(0);\n }",
"print(\"No\")",
"print",
"\"No\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"String[] args",
"args",
"static private void swap(int[] nums, int x, int y) {\n int tmp = nums[x];\n nums[x] = nums[y];\n nums[y] = tmp;\n }",
"swap",
"{\n int tmp = nums[x];\n nums[x] = nums[y];\n nums[y] = tmp;\n }",
"int tmp = nums[x];",
"tmp",
"nums[x]",
"nums",
"x",
"nums[x] = nums[y]",
"nums[x]",
"nums",
"x",
"nums[y]",
"nums",
"y",
"nums[y] = tmp",
"nums[y]",
"nums",
"y",
"tmp",
"int[] nums",
"nums",
"int x",
"x",
"int y",
"y",
"static private void reverse(int[] nums, int left, int right) {\n while (left < right) {\n swap(nums, left, right);\n left++;\n right--;\n }\n }",
"reverse",
"{\n while (left < right) {\n swap(nums, left, right);\n left++;\n right--;\n }\n }",
"while (left < right) {\n swap(nums, left, right);\n left++;\n right--;\n }",
"left < right",
"left",
"right",
"{\n swap(nums, left, right);\n left++;\n right--;\n }",
"swap(nums, left, right)",
"swap",
"nums",
"left",
"right",
"left++",
"left",
"right--",
"right",
"int[] nums",
"nums",
"int left",
"left",
"int right",
"right",
"static private boolean findNextPermutation(int[] nums) {\n if (nums.length <= 1) {\n return false;\n }\n\n int last = nums.length - 2;\n\n while (last >= 0) {\n if (nums[last] < nums[last + 1]){\n break;\n }\n last--;\n }\n\n if (last < 0) { return false; }\n int nextGenerater = nums.length - 1;\n\n for (int i = nums.length - 1; i > last; i--) {\n if (nums[i] > nums[last]) {\n nextGenerater = i;\n break;\n }\n }\n\n swap(nums, nextGenerater, last);\n reverse(nums, last + 1, nums.length - 1);\n return true;\n }",
"findNextPermutation",
"{\n if (nums.length <= 1) {\n return false;\n }\n\n int last = nums.length - 2;\n\n while (last >= 0) {\n if (nums[last] < nums[last + 1]){\n break;\n }\n last--;\n }\n\n if (last < 0) { return false; }\n int nextGenerater = nums.length - 1;\n\n for (int i = nums.length - 1; i > last; i--) {\n if (nums[i] > nums[last]) {\n nextGenerater = i;\n break;\n }\n }\n\n swap(nums, nextGenerater, last);\n reverse(nums, last + 1, nums.length - 1);\n return true;\n }",
"if (nums.length <= 1) {\n return false;\n }",
"nums.length <= 1",
"nums.length",
"nums",
"nums.length",
"1",
"{\n return false;\n }",
"return false;",
"false",
"int last = nums.length - 2;",
"last",
"nums.length - 2",
"nums.length",
"nums",
"nums.length",
"2",
"while (last >= 0) {\n if (nums[last] < nums[last + 1]){\n break;\n }\n last--;\n }",
"last >= 0",
"last",
"0",
"{\n if (nums[last] < nums[last + 1]){\n break;\n }\n last--;\n }",
"if (nums[last] < nums[last + 1]){\n break;\n }",
"nums[last] < nums[last + 1]",
"nums[last]",
"nums",
"last",
"nums[last + 1]",
"nums",
"last + 1",
"last",
"1",
"{\n break;\n }",
"break;",
"last--",
"last",
"if (last < 0) { return false; }",
"last < 0",
"last",
"0",
"{ return false; }",
"return false;",
"false",
"int nextGenerater = nums.length - 1;",
"nextGenerater",
"nums.length - 1",
"nums.length",
"nums",
"nums.length",
"1",
"for (int i = nums.length - 1; i > last; i--) {\n if (nums[i] > nums[last]) {\n nextGenerater = i;\n break;\n }\n }",
"int i = nums.length - 1;",
"int i = nums.length - 1;",
"i",
"nums.length - 1",
"nums.length",
"nums",
"nums.length",
"1",
"i > last",
"i",
"last",
"i--",
"i--",
"i",
"{\n if (nums[i] > nums[last]) {\n nextGenerater = i;\n break;\n }\n }",
"{\n if (nums[i] > nums[last]) {\n nextGenerater = i;\n break;\n }\n }",
"if (nums[i] > nums[last]) {\n nextGenerater = i;\n break;\n }",
"nums[i] > nums[last]",
"nums[i]",
"nums",
"i",
"nums[last]",
"nums",
"last",
"{\n nextGenerater = i;\n break;\n }",
"nextGenerater = i",
"nextGenerater",
"i",
"break;",
"swap(nums, nextGenerater, last)",
"swap",
"nums",
"nextGenerater",
"last",
"reverse(nums, last + 1, nums.length - 1)",
"reverse",
"nums",
"last + 1",
"last",
"1",
"nums.length - 1",
"nums.length",
"nums",
"nums.length",
"1",
"return true;",
"true",
"int[] nums",
"nums",
"static private int[] generateNArray(int n) {\n int[] res = new int[n];\n\n for (int i = 0; i < n; i++) {\n res[i] = i + 1;\n }\n\n return res;\n }",
"generateNArray",
"{\n int[] res = new int[n];\n\n for (int i = 0; i < n; i++) {\n res[i] = i + 1;\n }\n\n return res;\n }",
"int[] res = new int[n];",
"res",
"new int[n]",
"n",
"for (int i = 0; i < n; i++) {\n res[i] = i + 1;\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < n",
"i",
"n",
"i++",
"i++",
"i",
"{\n res[i] = i + 1;\n }",
"{\n res[i] = i + 1;\n }",
"res[i] = i + 1",
"res[i]",
"res",
"i",
"i + 1",
"i",
"1",
"return res;",
"res",
"int n",
"n",
"static private void print(String s) {\n System.out.println(s);\n }",
"print",
"{\n System.out.println(s);\n }",
"System.out.println(s)",
"System.out.println",
"System.out",
"System",
"System.out",
"s",
"String s",
"s",
"static private void printArray(int[] e) {\n for (int s: e) {\n System.out.print(s + \" \");\n }\n print(\"\");\n }",
"printArray",
"{\n for (int s: e) {\n System.out.print(s + \" \");\n }\n print(\"\");\n }",
"for (int s: e) {\n System.out.print(s + \" \");\n }",
"int s",
"e",
"{\n System.out.print(s + \" \");\n }",
"{\n System.out.print(s + \" \");\n }",
"System.out.print(s + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"s + \" \"",
"s",
"\" \"",
"print(\"\")",
"print",
"\"\"",
"int[] e",
"e",
"static private int log2(int x) {\n return (int)(Math.log(x) / Math.log(2));\n }",
"log2",
"{\n return (int)(Math.log(x) / Math.log(2));\n }",
"return (int)(Math.log(x) / Math.log(2));",
"(int)(Math.log(x) / Math.log(2))",
"Math.log(x)",
"Math.log",
"Math",
"x",
"Math.log(2)",
"Math.log",
"Math",
"2",
"int x",
"x",
"static private long gcd(long m, long n) {\n if (m < n) { return gcd(n, m); }\n if (m % n == 0) { return n; }\n return gcd(n, m%n);\n }",
"gcd",
"{\n if (m < n) { return gcd(n, m); }\n if (m % n == 0) { return n; }\n return gcd(n, m%n);\n }",
"if (m < n) { return gcd(n, m); }",
"m < n",
"m",
"n",
"{ return gcd(n, m); }",
"return gcd(n, m);",
"gcd(n, m)",
"gcd",
"n",
"m",
"if (m % n == 0) { return n; }",
"m % n == 0",
"m % n",
"m",
"n",
"0",
"{ return n; }",
"return n;",
"n",
"return gcd(n, m%n);",
"gcd(n, m%n)",
"gcd",
"n",
"m%n",
"m",
"n",
"long m",
"m",
"long n",
"n",
"static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try{\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }",
"FastReader",
"BufferedReader br;",
"br",
"StringTokenizer st;",
"st",
"public FastReader() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }",
"FastReader",
"{\n br = new BufferedReader(new InputStreamReader(System.in));\n }",
"br = new BufferedReader(new InputStreamReader(System.in))",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }",
"next",
"{\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }",
"while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }",
"st == null || !st.hasMoreElements()",
"st == null",
"st",
"null",
"!st.hasMoreElements()",
"st.hasMoreElements()",
"st.hasMoreElements",
"st",
"{\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }",
"try {\n st = new StringTokenizer(br.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 st = new StringTokenizer(br.readLine());\n }",
"st = new StringTokenizer(br.readLine())",
"st",
"new StringTokenizer(br.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"int nextInt() {\n return Integer.parseInt(next());\n }",
"nextInt",
"{\n return Integer.parseInt(next());\n }",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"long nextLong() {\n return Long.parseLong(next());\n }",
"nextLong",
"{\n return Long.parseLong(next());\n }",
"return Long.parseLong(next());",
"Long.parseLong(next())",
"Long.parseLong",
"Long",
"next()",
"next",
"double nextDouble() {\n return Double.parseDouble(next());\n }",
"nextDouble",
"{\n return Double.parseDouble(next());\n }",
"return Double.parseDouble(next());",
"Double.parseDouble(next())",
"Double.parseDouble",
"Double",
"next()",
"next",
"String nextLine() {\n String str = \"\";\n try{\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }",
"nextLine",
"{\n String str = \"\";\n try{\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }",
"String str = \"\";",
"str",
"\"\"",
"try{\n str = br.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 str = br.readLine();\n }",
"str = br.readLine()",
"str",
"br.readLine()",
"br.readLine",
"br",
"return str;",
"str",
"public class Main {\n private static final int MOD = (int) Math.pow(10, 9);\n private static final int[][] DIRS = {{0, 1}, {0, -1}, {1, 0}, {-1, 0}};\n\n public static void main(String[] args) {\n FastReader sc = new FastReader();\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n\n while (true) {\n c = c - b;\n if (c <= 0) {\n print(\"Yes\");\n System.exit(0);\n }\n a = a - d;\n if (a <= 0) {\n print(\"No\");\n System.exit(0);\n }\n }\n\n //print(\"\"+res);\n //System.exit(0);\n }\n\n static private void swap(int[] nums, int x, int y) {\n int tmp = nums[x];\n nums[x] = nums[y];\n nums[y] = tmp;\n }\n\n static private void reverse(int[] nums, int left, int right) {\n while (left < right) {\n swap(nums, left, right);\n left++;\n right--;\n }\n }\n\n static private boolean findNextPermutation(int[] nums) {\n if (nums.length <= 1) {\n return false;\n }\n\n int last = nums.length - 2;\n\n while (last >= 0) {\n if (nums[last] < nums[last + 1]){\n break;\n }\n last--;\n }\n\n if (last < 0) { return false; }\n int nextGenerater = nums.length - 1;\n\n for (int i = nums.length - 1; i > last; i--) {\n if (nums[i] > nums[last]) {\n nextGenerater = i;\n break;\n }\n }\n\n swap(nums, nextGenerater, last);\n reverse(nums, last + 1, nums.length - 1);\n return true;\n }\n\n static private int[] generateNArray(int n) {\n int[] res = new int[n];\n\n for (int i = 0; i < n; i++) {\n res[i] = i + 1;\n }\n\n return res;\n }\n\n static private void print(String s) {\n System.out.println(s);\n }\n\n static private void printArray(int[] e) {\n for (int s: e) {\n System.out.print(s + \" \");\n }\n print(\"\");\n }\n\n static private int log2(int x) {\n return (int)(Math.log(x) / Math.log(2));\n }\n\n static private long gcd(long m, long n) {\n if (m < n) { return gcd(n, m); }\n if (m % n == 0) { return n; }\n return gcd(n, m%n);\n }\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try{\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}",
"public class Main {\n private static final int MOD = (int) Math.pow(10, 9);\n private static final int[][] DIRS = {{0, 1}, {0, -1}, {1, 0}, {-1, 0}};\n\n public static void main(String[] args) {\n FastReader sc = new FastReader();\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n\n while (true) {\n c = c - b;\n if (c <= 0) {\n print(\"Yes\");\n System.exit(0);\n }\n a = a - d;\n if (a <= 0) {\n print(\"No\");\n System.exit(0);\n }\n }\n\n //print(\"\"+res);\n //System.exit(0);\n }\n\n static private void swap(int[] nums, int x, int y) {\n int tmp = nums[x];\n nums[x] = nums[y];\n nums[y] = tmp;\n }\n\n static private void reverse(int[] nums, int left, int right) {\n while (left < right) {\n swap(nums, left, right);\n left++;\n right--;\n }\n }\n\n static private boolean findNextPermutation(int[] nums) {\n if (nums.length <= 1) {\n return false;\n }\n\n int last = nums.length - 2;\n\n while (last >= 0) {\n if (nums[last] < nums[last + 1]){\n break;\n }\n last--;\n }\n\n if (last < 0) { return false; }\n int nextGenerater = nums.length - 1;\n\n for (int i = nums.length - 1; i > last; i--) {\n if (nums[i] > nums[last]) {\n nextGenerater = i;\n break;\n }\n }\n\n swap(nums, nextGenerater, last);\n reverse(nums, last + 1, nums.length - 1);\n return true;\n }\n\n static private int[] generateNArray(int n) {\n int[] res = new int[n];\n\n for (int i = 0; i < n; i++) {\n res[i] = i + 1;\n }\n\n return res;\n }\n\n static private void print(String s) {\n System.out.println(s);\n }\n\n static private void printArray(int[] e) {\n for (int s: e) {\n System.out.print(s + \" \");\n }\n print(\"\");\n }\n\n static private int log2(int x) {\n return (int)(Math.log(x) / Math.log(2));\n }\n\n static private long gcd(long m, long n) {\n if (m < n) { return gcd(n, m); }\n if (m % n == 0) { return n; }\n return gcd(n, m%n);\n }\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try{\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}",
"Main"
] |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.*;
public class Main {
private static final int MOD = (int) Math.pow(10, 9);
private static final int[][] DIRS = {{0, 1}, {0, -1}, {1, 0}, {-1, 0}};
public static void main(String[] args) {
FastReader sc = new FastReader();
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d = sc.nextInt();
while (true) {
c = c - b;
if (c <= 0) {
print("Yes");
System.exit(0);
}
a = a - d;
if (a <= 0) {
print("No");
System.exit(0);
}
}
//print(""+res);
//System.exit(0);
}
static private void swap(int[] nums, int x, int y) {
int tmp = nums[x];
nums[x] = nums[y];
nums[y] = tmp;
}
static private void reverse(int[] nums, int left, int right) {
while (left < right) {
swap(nums, left, right);
left++;
right--;
}
}
static private boolean findNextPermutation(int[] nums) {
if (nums.length <= 1) {
return false;
}
int last = nums.length - 2;
while (last >= 0) {
if (nums[last] < nums[last + 1]){
break;
}
last--;
}
if (last < 0) { return false; }
int nextGenerater = nums.length - 1;
for (int i = nums.length - 1; i > last; i--) {
if (nums[i] > nums[last]) {
nextGenerater = i;
break;
}
}
swap(nums, nextGenerater, last);
reverse(nums, last + 1, nums.length - 1);
return true;
}
static private int[] generateNArray(int n) {
int[] res = new int[n];
for (int i = 0; i < n; i++) {
res[i] = i + 1;
}
return res;
}
static private void print(String s) {
System.out.println(s);
}
static private void printArray(int[] e) {
for (int s: e) {
System.out.print(s + " ");
}
print("");
}
static private int log2(int x) {
return (int)(Math.log(x) / Math.log(2));
}
static private long gcd(long m, long n) {
if (m < n) { return gcd(n, m); }
if (m % n == 0) { return n; }
return gcd(n, m%n);
}
static class FastReader {
BufferedReader br;
StringTokenizer st;
public FastReader() {
br = new BufferedReader(new InputStreamReader(System.in));
}
String next() {
while (st == null || !st.hasMoreElements()) {
try {
st = new StringTokenizer(br.readLine());
} catch (IOException e) {
e.printStackTrace();
}
}
return st.nextToken();
}
int nextInt() {
return Integer.parseInt(next());
}
long nextLong() {
return Long.parseLong(next());
}
double nextDouble() {
return Double.parseDouble(next());
}
String nextLine() {
String str = "";
try{
str = br.readLine();
} catch (IOException e) {
e.printStackTrace();
}
return str;
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
11,
1,
41,
13,
17,
17,
1,
40,
13,
30,
30,
0,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
0,
13,
13,
14,
2,
13,
17,
30,
0,
13,
17,
3,
4,
18,
18,
13,
13,
8,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
82,
5
],
[
82,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
35,
41
],
[
41,
42
],
[
42,
43
],
[
35,
44
],
[
45,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
45,
58
],
[
58,
59
],
[
58,
60
],
[
45,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
8,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
75,
76
],
[
75,
77
],
[
75,
78
],
[
6,
79
],
[
79,
80
],
[
0,
81
],
[
81,
82
],
[
81,
83
]
] |
[
"import java.util.*;\npublic class Main{\n\tpublic static void main(String[] args){\n Scanner i = new Scanner(System.in);\n int A = i.nextInt();\n int B = i.nextInt();\n int C = i.nextInt();\n int D = i.nextInt();\n boolean ta = false;\n for(int j=1;true;j++){\n \tC-=B;\n if(C<=0){ta=true;break;}\n A-=D;\n if(A<=0){ta=false;break;}\n }\n System.out.println(ta?\"Yes\":\"No\");\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n Scanner i = new Scanner(System.in);\n int A = i.nextInt();\n int B = i.nextInt();\n int C = i.nextInt();\n int D = i.nextInt();\n boolean ta = false;\n for(int j=1;true;j++){\n \tC-=B;\n if(C<=0){ta=true;break;}\n A-=D;\n if(A<=0){ta=false;break;}\n }\n System.out.println(ta?\"Yes\":\"No\");\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner i = new Scanner(System.in);\n int A = i.nextInt();\n int B = i.nextInt();\n int C = i.nextInt();\n int D = i.nextInt();\n boolean ta = false;\n for(int j=1;true;j++){\n \tC-=B;\n if(C<=0){ta=true;break;}\n A-=D;\n if(A<=0){ta=false;break;}\n }\n System.out.println(ta?\"Yes\":\"No\");\n }",
"main",
"{\n Scanner i = new Scanner(System.in);\n int A = i.nextInt();\n int B = i.nextInt();\n int C = i.nextInt();\n int D = i.nextInt();\n boolean ta = false;\n for(int j=1;true;j++){\n \tC-=B;\n if(C<=0){ta=true;break;}\n A-=D;\n if(A<=0){ta=false;break;}\n }\n System.out.println(ta?\"Yes\":\"No\");\n }",
"Scanner i = new Scanner(System.in);",
"i",
"new Scanner(System.in)",
"int A = i.nextInt();",
"A",
"i.nextInt()",
"i.nextInt",
"i",
"int B = i.nextInt();",
"B",
"i.nextInt()",
"i.nextInt",
"i",
"int C = i.nextInt();",
"C",
"i.nextInt()",
"i.nextInt",
"i",
"int D = i.nextInt();",
"D",
"i.nextInt()",
"i.nextInt",
"i",
"boolean ta = false;",
"ta",
"false",
"for(int j=1;true;j++){\n \tC-=B;\n if(C<=0){ta=true;break;}\n A-=D;\n if(A<=0){ta=false;break;}\n }",
"int j=1;",
"int j=1;",
"j",
"1",
"true",
"j++",
"j++",
"j",
"{\n \tC-=B;\n if(C<=0){ta=true;break;}\n A-=D;\n if(A<=0){ta=false;break;}\n }",
"{\n \tC-=B;\n if(C<=0){ta=true;break;}\n A-=D;\n if(A<=0){ta=false;break;}\n }",
"C-=B",
"C",
"B",
"if(C<=0){ta=true;break;}",
"C<=0",
"C",
"0",
"{ta=true;break;}",
"ta=true",
"ta",
"true",
"break;",
"A-=D",
"A",
"D",
"if(A<=0){ta=false;break;}",
"A<=0",
"A",
"0",
"{ta=false;break;}",
"ta=false",
"ta",
"false",
"break;",
"System.out.println(ta?\"Yes\":\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"ta?\"Yes\":\"No\"",
"ta",
"\"Yes\"",
"\"No\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n Scanner i = new Scanner(System.in);\n int A = i.nextInt();\n int B = i.nextInt();\n int C = i.nextInt();\n int D = i.nextInt();\n boolean ta = false;\n for(int j=1;true;j++){\n \tC-=B;\n if(C<=0){ta=true;break;}\n A-=D;\n if(A<=0){ta=false;break;}\n }\n System.out.println(ta?\"Yes\":\"No\");\n }\n}",
"public class Main{\n\tpublic static void main(String[] args){\n Scanner i = new Scanner(System.in);\n int A = i.nextInt();\n int B = i.nextInt();\n int C = i.nextInt();\n int D = i.nextInt();\n boolean ta = false;\n for(int j=1;true;j++){\n \tC-=B;\n if(C<=0){ta=true;break;}\n A-=D;\n if(A<=0){ta=false;break;}\n }\n System.out.println(ta?\"Yes\":\"No\");\n }\n}",
"Main"
] |
import java.util.*;
public class Main{
public static void main(String[] args){
Scanner i = new Scanner(System.in);
int A = i.nextInt();
int B = i.nextInt();
int C = i.nextInt();
int D = i.nextInt();
boolean ta = false;
for(int j=1;true;j++){
C-=B;
if(C<=0){ta=true;break;}
A-=D;
if(A<=0){ta=false;break;}
}
System.out.println(ta?"Yes":"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,
4,
18,
13,
18,
13,
17,
41,
13,
17,
42,
2,
2,
13,
17,
2,
13,
17,
30,
14,
2,
13,
17,
30,
0,
13,
13,
0,
13,
17,
30,
0,
13,
17,
0,
13,
13,
14,
2,
13,
17,
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
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
49,
51
],
[
8,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
55,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
64,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
8,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
82,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
6,
98
],
[
98,
99
]
] |
[
"import java.io.*;\n\nclass Main\n{\n public static void main(String args[])throws Exception\n {\n BufferedReader bu=new BufferedReader(new InputStreamReader(System.in));\n String s[]=bu.readLine().split(\" \");\n int a=Integer.parseInt(s[0]),b=Integer.parseInt(s[1]),c=Integer.parseInt(s[2]),d=Integer.parseInt(s[3]);\n int t=0;\n while(a>0 && c>0)\n {\n if(t==1) {a-=d; t=0;}\n else {t=1; c-=b;}\n }\n if(a>0) System.out.print(\"Yes\");\n else System.out.print(\"No\");\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n public static void main(String args[])throws Exception\n {\n BufferedReader bu=new BufferedReader(new InputStreamReader(System.in));\n String s[]=bu.readLine().split(\" \");\n int a=Integer.parseInt(s[0]),b=Integer.parseInt(s[1]),c=Integer.parseInt(s[2]),d=Integer.parseInt(s[3]);\n int t=0;\n while(a>0 && c>0)\n {\n if(t==1) {a-=d; t=0;}\n else {t=1; c-=b;}\n }\n if(a>0) System.out.print(\"Yes\");\n else System.out.print(\"No\");\n }\n}",
"Main",
"public static void main(String args[])throws Exception\n {\n BufferedReader bu=new BufferedReader(new InputStreamReader(System.in));\n String s[]=bu.readLine().split(\" \");\n int a=Integer.parseInt(s[0]),b=Integer.parseInt(s[1]),c=Integer.parseInt(s[2]),d=Integer.parseInt(s[3]);\n int t=0;\n while(a>0 && c>0)\n {\n if(t==1) {a-=d; t=0;}\n else {t=1; c-=b;}\n }\n if(a>0) System.out.print(\"Yes\");\n else System.out.print(\"No\");\n }",
"main",
"{\n BufferedReader bu=new BufferedReader(new InputStreamReader(System.in));\n String s[]=bu.readLine().split(\" \");\n int a=Integer.parseInt(s[0]),b=Integer.parseInt(s[1]),c=Integer.parseInt(s[2]),d=Integer.parseInt(s[3]);\n int t=0;\n while(a>0 && c>0)\n {\n if(t==1) {a-=d; t=0;}\n else {t=1; c-=b;}\n }\n if(a>0) System.out.print(\"Yes\");\n else System.out.print(\"No\");\n }",
"BufferedReader bu=new BufferedReader(new InputStreamReader(System.in));",
"bu",
"new BufferedReader(new InputStreamReader(System.in))",
"String s[]=bu.readLine().split(\" \");",
"s",
"bu.readLine().split(\" \")",
"bu.readLine().split",
"bu.readLine()",
"bu.readLine",
"bu",
"\" \"",
"int a=Integer.parseInt(s[0])",
"a",
"Integer.parseInt(s[0])",
"Integer.parseInt",
"Integer",
"s[0]",
"s",
"0",
"b=Integer.parseInt(s[1])",
"b",
"Integer.parseInt(s[1])",
"Integer.parseInt",
"Integer",
"s[1]",
"s",
"1",
"c=Integer.parseInt(s[2])",
"c",
"Integer.parseInt(s[2])",
"Integer.parseInt",
"Integer",
"s[2]",
"s",
"2",
"d=Integer.parseInt(s[3]);",
"d",
"Integer.parseInt(s[3])",
"Integer.parseInt",
"Integer",
"s[3]",
"s",
"3",
"int t=0;",
"t",
"0",
"while(a>0 && c>0)\n {\n if(t==1) {a-=d; t=0;}\n else {t=1; c-=b;}\n }",
"a>0 && c>0",
"a>0",
"a",
"0",
"c>0",
"c",
"0",
"{\n if(t==1) {a-=d; t=0;}\n else {t=1; c-=b;}\n }",
"if(t==1) {a-=d; t=0;}\n else {t=1; c-=b;}",
"t==1",
"t",
"1",
"{a-=d; t=0;}",
"a-=d",
"a",
"d",
"t=0",
"t",
"0",
"{t=1; c-=b;}",
"t=1",
"t",
"1",
"c-=b",
"c",
"b",
"if(a>0) System.out.print(\"Yes\");\n else System.out.print(\"No\");",
"a>0",
"a",
"0",
"System.out.print(\"Yes\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.print(\"No\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"No\"",
"String args[]",
"args"
] |
import java.io.*;
class Main
{
public static void main(String args[])throws Exception
{
BufferedReader bu=new BufferedReader(new InputStreamReader(System.in));
String s[]=bu.readLine().split(" ");
int a=Integer.parseInt(s[0]),b=Integer.parseInt(s[1]),c=Integer.parseInt(s[2]),d=Integer.parseInt(s[3]);
int t=0;
while(a>0 && c>0)
{
if(t==1) {a-=d; t=0;}
else {t=1; c-=b;}
}
if(a>0) System.out.print("Yes");
else System.out.print("No");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
14,
2,
2,
13,
13,
17,
40,
13,
41,
13,
2,
13,
13,
14,
2,
2,
13,
13,
17,
40,
13,
4,
18,
18,
13,
13,
8,
2,
13,
13,
17,
17,
23,
13,
10,
6,
13
] |
[
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
72,
5
],
[
72,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
37,
43
],
[
43,
44
],
[
8,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
50,
56
],
[
56,
57
],
[
8,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
63,
68
],
[
6,
69
],
[
69,
70
],
[
0,
71
],
[
71,
72
],
[
71,
73
]
] |
[
"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 int d = sc.nextInt();\n int cntT = c / b;\n if(c % b != 0) cntT++;\n int cntA = a / d;\n if(a % d != 0) cntA++;\n System.out.println( cntT <= cntA ? \"Yes\" : \"No\");\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 int d = sc.nextInt();\n int cntT = c / b;\n if(c % b != 0) cntT++;\n int cntA = a / d;\n if(a % d != 0) cntA++;\n System.out.println( cntT <= cntA ? \"Yes\" : \"No\");\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n int cntT = c / b;\n if(c % b != 0) cntT++;\n int cntA = a / d;\n if(a % d != 0) cntA++;\n System.out.println( cntT <= cntA ? \"Yes\" : \"No\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d = sc.nextInt();\n int cntT = c / b;\n if(c % b != 0) cntT++;\n int cntA = a / d;\n if(a % d != 0) cntA++;\n System.out.println( cntT <= cntA ? \"Yes\" : \"No\");\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 = sc.nextInt();",
"d",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int cntT = c / b;",
"cntT",
"c / b",
"c",
"b",
"if(c % b != 0) cntT++;",
"c % b != 0",
"c % b",
"c",
"b",
"0",
"cntT++",
"cntT",
"int cntA = a / d;",
"cntA",
"a / d",
"a",
"d",
"if(a % d != 0) cntA++;",
"a % d != 0",
"a % d",
"a",
"d",
"0",
"cntA++",
"cntA",
"System.out.println( cntT <= cntA ? \"Yes\" : \"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"cntT <= cntA ? \"Yes\" : \"No\"",
"cntT <= cntA",
"cntT",
"cntA",
"\"Yes\"",
"\"No\"",
"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 int d = sc.nextInt();\n int cntT = c / b;\n if(c % b != 0) cntT++;\n int cntA = a / d;\n if(a % d != 0) cntA++;\n System.out.println( cntT <= cntA ? \"Yes\" : \"No\");\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 int d = sc.nextInt();\n int cntT = c / b;\n if(c % b != 0) cntT++;\n int cntA = a / d;\n if(a % d != 0) cntA++;\n System.out.println( cntT <= cntA ? \"Yes\" : \"No\");\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 = sc.nextInt();
int cntT = c / b;
if(c % b != 0) cntT++;
int cntA = a / d;
if(a % d != 0) cntA++;
System.out.println( cntT <= cntA ? "Yes" : "No");
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.