node_ids
sequencelengths 4
1.4k
| edge_index
sequencelengths 1
2.22k
| text
sequencelengths 4
1.4k
| source
stringlengths 14
427k
|
---|---|---|---|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
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
],
[
91,
5
],
[
91,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
50,
51
],
[
8,
52
],
[
52,
53
],
[
55,
54
],
[
66,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
55,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
66,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
55,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
52,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
52,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
6,
88
],
[
88,
89
],
[
0,
90
],
[
90,
91
],
[
90,
92
]
] | [
"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 W = Integer.parseInt(sc.next());\n\t\tint H = Integer.parseInt(sc.next());\n\t\tint x = Integer.parseInt(sc.next());\n\t\tint y = Integer.parseInt(sc.next());\n\t\tint r = Integer.parseInt(sc.next());\n\t\t\n\t\tif(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\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 W = Integer.parseInt(sc.next());\n\t\tint H = Integer.parseInt(sc.next());\n\t\tint x = Integer.parseInt(sc.next());\n\t\tint y = Integer.parseInt(sc.next());\n\t\tint r = Integer.parseInt(sc.next());\n\t\t\n\t\tif(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = Integer.parseInt(sc.next());\n\t\tint H = Integer.parseInt(sc.next());\n\t\tint x = Integer.parseInt(sc.next());\n\t\tint y = Integer.parseInt(sc.next());\n\t\tint r = Integer.parseInt(sc.next());\n\t\t\n\t\tif(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = Integer.parseInt(sc.next());\n\t\tint H = Integer.parseInt(sc.next());\n\t\tint x = Integer.parseInt(sc.next());\n\t\tint y = Integer.parseInt(sc.next());\n\t\tint r = Integer.parseInt(sc.next());\n\t\t\n\t\tif(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int W = Integer.parseInt(sc.next());",
"W",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int H = Integer.parseInt(sc.next());",
"H",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int x = Integer.parseInt(sc.next());",
"x",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int y = Integer.parseInt(sc.next());",
"y",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int r = Integer.parseInt(sc.next());",
"r",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");",
"x-r>=0 && x+r<=W && y-r>=0 && y+r<=H",
"y-r>=0",
"x-r>=0 && x+r<=W && y-r>=0 && y+r<=H",
"x-r>=0",
"x-r",
"x",
"r",
"0",
"x+r<=W",
"x+r",
"x",
"r",
"W",
"y-r>=0",
"y-r",
"y",
"r",
"0",
"y+r<=H",
"y+r",
"y",
"r",
"H",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = Integer.parseInt(sc.next());\n\t\tint H = Integer.parseInt(sc.next());\n\t\tint x = Integer.parseInt(sc.next());\n\t\tint y = Integer.parseInt(sc.next());\n\t\tint r = Integer.parseInt(sc.next());\n\t\t\n\t\tif(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\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 W = Integer.parseInt(sc.next());\n\t\tint H = Integer.parseInt(sc.next());\n\t\tint x = Integer.parseInt(sc.next());\n\t\tint y = Integer.parseInt(sc.next());\n\t\tint r = Integer.parseInt(sc.next());\n\t\t\n\t\tif(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\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 W = Integer.parseInt(sc.next());
int H = Integer.parseInt(sc.next());
int x = Integer.parseInt(sc.next());
int y = Integer.parseInt(sc.next());
int r = Integer.parseInt(sc.next());
if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H) System.out.println("Yes");
else System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
14,
2,
2,
13,
2,
13,
13,
2,
13,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
50,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
49,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
8,
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\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int W = stdId.nextInt();\n int H = stdId.nextInt();\n int x = stdId.nextInt();\n int y = stdId.nextInt();\n int r = stdId.nextInt();\n\n String j = \"No\";\n\n if (x >= r && y >= r) {\n if (x <= (W - r) && y <= (H - r)) {\n j = \"Yes\";\n }\n }\n\n System.out.println(j);\n\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int W = stdId.nextInt();\n int H = stdId.nextInt();\n int x = stdId.nextInt();\n int y = stdId.nextInt();\n int r = stdId.nextInt();\n\n String j = \"No\";\n\n if (x >= r && y >= r) {\n if (x <= (W - r) && y <= (H - r)) {\n j = \"Yes\";\n }\n }\n\n System.out.println(j);\n\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int W = stdId.nextInt();\n int H = stdId.nextInt();\n int x = stdId.nextInt();\n int y = stdId.nextInt();\n int r = stdId.nextInt();\n\n String j = \"No\";\n\n if (x >= r && y >= r) {\n if (x <= (W - r) && y <= (H - r)) {\n j = \"Yes\";\n }\n }\n\n System.out.println(j);\n\n }",
"main",
"{\n Scanner stdId = new Scanner(System.in);\n int W = stdId.nextInt();\n int H = stdId.nextInt();\n int x = stdId.nextInt();\n int y = stdId.nextInt();\n int r = stdId.nextInt();\n\n String j = \"No\";\n\n if (x >= r && y >= r) {\n if (x <= (W - r) && y <= (H - r)) {\n j = \"Yes\";\n }\n }\n\n System.out.println(j);\n\n }",
"Scanner stdId = new Scanner(System.in);",
"stdId",
"new Scanner(System.in)",
"int W = stdId.nextInt();",
"W",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int H = stdId.nextInt();",
"H",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int x = stdId.nextInt();",
"x",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int y = stdId.nextInt();",
"y",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int r = stdId.nextInt();",
"r",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"String j = \"No\";",
"j",
"\"No\"",
"if (x >= r && y >= r) {\n if (x <= (W - r) && y <= (H - r)) {\n j = \"Yes\";\n }\n }",
"x >= r && y >= r",
"x >= r",
"x",
"r",
"y >= r",
"y",
"r",
"{\n if (x <= (W - r) && y <= (H - r)) {\n j = \"Yes\";\n }\n }",
"if (x <= (W - r) && y <= (H - r)) {\n j = \"Yes\";\n }",
"x <= (W - r) && y <= (H - r)",
"x <= (W - r)",
"x",
"(W - r)",
"W",
"r",
"y <= (H - r)",
"y",
"(H - r)",
"H",
"r",
"{\n j = \"Yes\";\n }",
"j = \"Yes\"",
"j",
"\"Yes\"",
"System.out.println(j)",
"System.out.println",
"System.out",
"System",
"System.out",
"j",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int W = stdId.nextInt();\n int H = stdId.nextInt();\n int x = stdId.nextInt();\n int y = stdId.nextInt();\n int r = stdId.nextInt();\n\n String j = \"No\";\n\n if (x >= r && y >= r) {\n if (x <= (W - r) && y <= (H - r)) {\n j = \"Yes\";\n }\n }\n\n System.out.println(j);\n\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws Exception {\n Scanner stdId = new Scanner(System.in);\n int W = stdId.nextInt();\n int H = stdId.nextInt();\n int x = stdId.nextInt();\n int y = stdId.nextInt();\n int r = stdId.nextInt();\n\n String j = \"No\";\n\n if (x >= r && y >= r) {\n if (x <= (W - r) && y <= (H - r)) {\n j = \"Yes\";\n }\n }\n\n System.out.println(j);\n\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
Scanner stdId = new Scanner(System.in);
int W = stdId.nextInt();
int H = stdId.nextInt();
int x = stdId.nextInt();
int y = stdId.nextInt();
int r = stdId.nextInt();
String j = "No";
if (x >= r && y >= r) {
if (x <= (W - r) && y <= (H - r)) {
j = "Yes";
}
}
System.out.println(j);
}
} |
[
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,
4,
18,
13,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
81,
8
],
[
81,
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
],
[
11,
40
],
[
40,
41
],
[
43,
42
],
[
54,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
43,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
54,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
43,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
40,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
40,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
9,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] | [
"import java.io.*;\nimport java.util.*;\npublic class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tfinal int W= cin.nextInt();\n\t\tfinal int H= cin.nextInt();\n\t\tint x= cin.nextInt();\n\t\tint y= cin.nextInt();\n\t\tint r= cin.nextInt();\n\t\t\n\t\tif( x-r>=0 && x+r<=W && y-r>=0 && y+r<=H ){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tfinal int W= cin.nextInt();\n\t\tfinal int H= cin.nextInt();\n\t\tint x= cin.nextInt();\n\t\tint y= cin.nextInt();\n\t\tint r= cin.nextInt();\n\t\t\n\t\tif( x-r>=0 && x+r<=W && y-r>=0 && y+r<=H ){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tfinal int W= cin.nextInt();\n\t\tfinal int H= cin.nextInt();\n\t\tint x= cin.nextInt();\n\t\tint y= cin.nextInt();\n\t\tint r= cin.nextInt();\n\t\t\n\t\tif( x-r>=0 && x+r<=W && y-r>=0 && y+r<=H ){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner cin= new Scanner(System.in);\n\t\tfinal int W= cin.nextInt();\n\t\tfinal int H= cin.nextInt();\n\t\tint x= cin.nextInt();\n\t\tint y= cin.nextInt();\n\t\tint r= cin.nextInt();\n\t\t\n\t\tif( x-r>=0 && x+r<=W && y-r>=0 && y+r<=H ){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner cin= new Scanner(System.in);",
"cin",
"new Scanner(System.in)",
"final int W= cin.nextInt();",
"W",
"cin.nextInt()",
"cin.nextInt",
"cin",
"final int H= cin.nextInt();",
"H",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int x= cin.nextInt();",
"x",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int y= cin.nextInt();",
"y",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int r= cin.nextInt();",
"r",
"cin.nextInt()",
"cin.nextInt",
"cin",
"if( x-r>=0 && x+r<=W && y-r>=0 && y+r<=H ){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"x-r>=0 && x+r<=W && y-r>=0 && y+r<=H",
"y-r>=0",
"x-r>=0 && x+r<=W && y-r>=0 && y+r<=H",
"x-r>=0",
"x-r",
"x",
"r",
"0",
"x+r<=W",
"x+r",
"x",
"r",
"W",
"y-r>=0",
"y-r",
"y",
"r",
"0",
"y+r<=H",
"y+r",
"y",
"r",
"H",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String args[]",
"args",
"public class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tfinal int W= cin.nextInt();\n\t\tfinal int H= cin.nextInt();\n\t\tint x= cin.nextInt();\n\t\tint y= cin.nextInt();\n\t\tint r= cin.nextInt();\n\t\t\n\t\tif( x-r>=0 && x+r<=W && y-r>=0 && y+r<=H ){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tfinal int W= cin.nextInt();\n\t\tfinal int H= cin.nextInt();\n\t\tint x= cin.nextInt();\n\t\tint y= cin.nextInt();\n\t\tint r= cin.nextInt();\n\t\t\n\t\tif( x-r>=0 && x+r<=W && y-r>=0 && y+r<=H ){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main{
public static void main(String args[]) throws Exception{
Scanner cin= new Scanner(System.in);
final int W= cin.nextInt();
final int H= cin.nextInt();
int x= cin.nextInt();
int y= cin.nextInt();
int r= cin.nextInt();
if( x-r>=0 && x+r<=W && y-r>=0 && y+r<=H ){
System.out.println("Yes");
}
else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
17,
13,
2,
13,
17,
2,
17,
13,
2,
13,
17,
2,
17,
13,
2,
13,
17,
2,
40,
17,
13,
2,
13,
17,
2,
40,
17,
13,
2,
13,
17,
30,
14,
2,
2,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
128,
5
],
[
128,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
46,
39
],
[
72,
40
],
[
69,
41
],
[
65,
42
],
[
62,
43
],
[
59,
44
],
[
56,
45
],
[
53,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
53,
53
],
[
53,
54
],
[
53,
55
],
[
56,
56
],
[
56,
57
],
[
56,
58
],
[
59,
59
],
[
59,
60
],
[
59,
61
],
[
62,
62
],
[
62,
63
],
[
62,
64
],
[
65,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
69,
69
],
[
69,
70
],
[
69,
71
],
[
72,
72
],
[
72,
73
],
[
73,
74
],
[
72,
75
],
[
46,
76
],
[
76,
77
],
[
76,
78
],
[
37,
79
],
[
79,
80
],
[
80,
81
],
[
83,
82
],
[
94,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
83,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
94,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
83,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
80,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
80,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
112,
117
],
[
37,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
119,
124
],
[
6,
125
],
[
125,
126
],
[
0,
127
],
[
127,
128
],
[
127,
129
]
] | [
"\nimport java.util.Scanner;\n\n/*\n * To change this license header, choose License Headers in Project Properties.\n * To change this template file, choose Tools | Templates\n * and open the template in the editor.\n */\n\n/**\n *\n * @author otsuhata\n */\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n if(0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100 \n && -100 <= x && x <= 100 && -100 <= y && y <= 100) {\n if(x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0) {\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n } \n }else {\n System.out.println(\"Please enter appropriate number.\");\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 int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n if(0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100 \n && -100 <= x && x <= 100 && -100 <= y && y <= 100) {\n if(x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0) {\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n } \n }else {\n System.out.println(\"Please enter appropriate number.\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n if(0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100 \n && -100 <= x && x <= 100 && -100 <= y && y <= 100) {\n if(x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0) {\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n } \n }else {\n System.out.println(\"Please enter appropriate number.\");\n }\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n if(0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100 \n && -100 <= x && x <= 100 && -100 <= y && y <= 100) {\n if(x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0) {\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n } \n }else {\n System.out.println(\"Please enter appropriate number.\");\n }\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int H = sc.nextInt();",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100 \n && -100 <= x && x <= 100 && -100 <= y && y <= 100) {\n if(x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0) {\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n } \n }else {\n System.out.println(\"Please enter appropriate number.\");\n }",
"0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100 \n && -100 <= x && x <= 100 && -100 <= y && y <= 100",
"-100 <= y",
"x <= 100",
"-100 <= x",
"r <= 100",
"0 < r",
"H <= 100",
"0 < H",
"0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100 \n && -100 <= x && x <= 100 && -100 <= y && y <= 100",
"0 < W",
"0",
"W",
"W <= 100",
"W",
"100",
"0 < H",
"0",
"H",
"H <= 100",
"H",
"100",
"0 < r",
"0",
"r",
"r <= 100",
"r",
"100",
"-100 <= x",
"-100",
"100",
"x",
"x <= 100",
"x",
"100",
"-100 <= y",
"-100",
"100",
"y",
"y <= 100",
"y",
"100",
"{\n if(x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0) {\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n } \n }",
"if(x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0) {\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n }",
"x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0",
"x - r >= 0",
"x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0",
"x + r <= W",
"x + r",
"x",
"r",
"W",
"y + r <= H",
"y + r",
"y",
"r",
"H",
"x - r >= 0",
"x - r",
"x",
"r",
"0",
"y - r >= 0",
"y - r",
"y",
"r",
"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\"",
"{\n System.out.println(\"Please enter appropriate number.\");\n }",
"System.out.println(\"Please enter appropriate number.\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Please enter appropriate number.\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n if(0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100 \n && -100 <= x && x <= 100 && -100 <= y && y <= 100) {\n if(x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0) {\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n } \n }else {\n System.out.println(\"Please enter appropriate number.\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n if(0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100 \n && -100 <= x && x <= 100 && -100 <= y && y <= 100) {\n if(x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0) {\n System.out.println(\"Yes\");\n }else {\n System.out.println(\"No\");\n } \n }else {\n System.out.println(\"Please enter appropriate number.\");\n }\n }\n}",
"Main"
] |
import java.util.Scanner;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author otsuhata
*/
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int W = sc.nextInt();
int H = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
if(0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100
&& -100 <= x && x <= 100 && -100 <= y && y <= 100) {
if(x + r <= W && y + r <= H && x - r >= 0 && y - r >= 0) {
System.out.println("Yes");
}else {
System.out.println("No");
}
}else {
System.out.println("Please enter appropriate number.");
}
}
} |
[
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,
4,
18,
13,
14,
2,
2,
2,
2,
2,
17,
13,
13,
2,
13,
2,
13,
17,
2,
2,
17,
13,
13,
2,
13,
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
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
43,
42
],
[
54,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
43,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
54,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
43,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
61,
63
],
[
40,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
40,
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\n/**\n * @author ??\\???\n *\n */\npublic class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tif (((0 + r) <= x) && (x <= (W - 1))\n\t\t\t\t&& ((0 + r) <= y) && (y <= (H - 1))) {\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\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tif (((0 + r) <= x) && (x <= (W - 1))\n\t\t\t\t&& ((0 + r) <= y) && (y <= (H - 1))) {\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",
"/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tif (((0 + r) <= x) && (x <= (W - 1))\n\t\t\t\t&& ((0 + r) <= y) && (y <= (H - 1))) {\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 scanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tif (((0 + r) <= x) && (x <= (W - 1))\n\t\t\t\t&& ((0 + r) <= y) && (y <= (H - 1))) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int W = scanner.nextInt();",
"W",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int H = scanner.nextInt();",
"H",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int x = scanner.nextInt();",
"x",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int y = scanner.nextInt();",
"y",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int r = scanner.nextInt();",
"r",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"scanner.close()",
"scanner.close",
"scanner",
"if (((0 + r) <= x) && (x <= (W - 1))\n\t\t\t\t&& ((0 + r) <= y) && (y <= (H - 1))) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"((0 + r) <= x) && (x <= (W - 1))\n\t\t\t\t&& ((0 + r) <= y) && (y <= (H - 1))",
"((0 + r) <= y)",
"((0 + r) <= x) && (x <= (W - 1))\n\t\t\t\t&& ((0 + r) <= y) && (y <= (H - 1))",
"((0 + r) <= x)",
"(0 + r)",
"0",
"r",
"x",
"(x <= (W - 1))",
"x",
"(W - 1)",
"W",
"1",
"((0 + r) <= y)",
"(0 + r)",
"0",
"r",
"y",
"(y <= (H - 1))",
"y",
"(H - 1)",
"H",
"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\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tif (((0 + r) <= x) && (x <= (W - 1))\n\t\t\t\t&& ((0 + r) <= y) && (y <= (H - 1))) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main {\n\n\t/**\n\t * @param args\n\t */\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\t\tscanner.close();\n\t\t\n\t\tif (((0 + r) <= x) && (x <= (W - 1))\n\t\t\t\t&& ((0 + r) <= y) && (y <= (H - 1))) {\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;
/**
* @author ??\???
*
*/
public class Main {
/**
* @param args
*/
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int W = scanner.nextInt();
int H = scanner.nextInt();
int x = scanner.nextInt();
int y = scanner.nextInt();
int r = scanner.nextInt();
scanner.close();
if (((0 + r) <= x) && (x <= (W - 1))
&& ((0 + r) <= y) && (y <= (H - 1))) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
13,
13,
17,
30,
0,
13,
17,
14,
2,
13,
2,
13,
13,
30,
0,
13,
17,
14,
2,
13,
2,
13,
13,
30,
0,
13,
17,
14,
2,
2,
13,
13,
17,
30,
0,
13,
17,
14,
2,
2,
2,
13,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
139,
5
],
[
139,
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
],
[
8,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
48,
49
],
[
8,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
56,
57
],
[
8,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
64,
65
],
[
8,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
68,
71
],
[
71,
72
],
[
72,
73
],
[
8,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
74,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
8,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
87,
89
],
[
84,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
8,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
97,
99
],
[
94,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
8,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
104,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
8,
114
],
[
114,
115
],
[
117,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
116,
120
],
[
117,
121
],
[
114,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
114,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
132,
133
],
[
132,
134
],
[
130,
135
],
[
6,
136
],
[
136,
137
],
[
0,
138
],
[
138,
139
],
[
138,
140
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\t\n\t\tint W;\n\t\tint H;\n\t\tint x;\n\t\tint y;\n\t\tint r;\n\t\t\n\t\tboolean leftside = false;\n\t\tboolean rightside = false;\n\t\tboolean upside = false;\n\t\tboolean downside = false;\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tW = Integer.parseInt(scan.next());\n\t\tH = Integer.parseInt(scan.next());\n\t\tx = Integer.parseInt(scan.next());\n\t\ty = Integer.parseInt(scan.next());\n\t\tr = Integer.parseInt(scan.next());\n\t\t\n\t\t\n\t\t\n\t\tif((x-r)<0){\n\t\t\tleftside=true;\n\t\t}\n\t\t\n\t\tif(W<(x+r)){\n\t\t\trightside=true;\n\t\t}\n\t\t\n\t\tif(H<(y+r)){\n\t\t\tupside=true;\n\t\t}\n\t\t\n\t\tif((y-r)<0){\n\t\t\tdownside=true;\n\t\t}\n\n\t\tif(leftside||rightside||upside||downside){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t\n\t\tint W;\n\t\tint H;\n\t\tint x;\n\t\tint y;\n\t\tint r;\n\t\t\n\t\tboolean leftside = false;\n\t\tboolean rightside = false;\n\t\tboolean upside = false;\n\t\tboolean downside = false;\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tW = Integer.parseInt(scan.next());\n\t\tH = Integer.parseInt(scan.next());\n\t\tx = Integer.parseInt(scan.next());\n\t\ty = Integer.parseInt(scan.next());\n\t\tr = Integer.parseInt(scan.next());\n\t\t\n\t\t\n\t\t\n\t\tif((x-r)<0){\n\t\t\tleftside=true;\n\t\t}\n\t\t\n\t\tif(W<(x+r)){\n\t\t\trightside=true;\n\t\t}\n\t\t\n\t\tif(H<(y+r)){\n\t\t\tupside=true;\n\t\t}\n\t\t\n\t\tif((y-r)<0){\n\t\t\tdownside=true;\n\t\t}\n\n\t\tif(leftside||rightside||upside||downside){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\t\n\t\tint W;\n\t\tint H;\n\t\tint x;\n\t\tint y;\n\t\tint r;\n\t\t\n\t\tboolean leftside = false;\n\t\tboolean rightside = false;\n\t\tboolean upside = false;\n\t\tboolean downside = false;\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tW = Integer.parseInt(scan.next());\n\t\tH = Integer.parseInt(scan.next());\n\t\tx = Integer.parseInt(scan.next());\n\t\ty = Integer.parseInt(scan.next());\n\t\tr = Integer.parseInt(scan.next());\n\t\t\n\t\t\n\t\t\n\t\tif((x-r)<0){\n\t\t\tleftside=true;\n\t\t}\n\t\t\n\t\tif(W<(x+r)){\n\t\t\trightside=true;\n\t\t}\n\t\t\n\t\tif(H<(y+r)){\n\t\t\tupside=true;\n\t\t}\n\t\t\n\t\tif((y-r)<0){\n\t\t\tdownside=true;\n\t\t}\n\n\t\tif(leftside||rightside||upside||downside){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t}",
"main",
"{\n\t\t\n\t\tint W;\n\t\tint H;\n\t\tint x;\n\t\tint y;\n\t\tint r;\n\t\t\n\t\tboolean leftside = false;\n\t\tboolean rightside = false;\n\t\tboolean upside = false;\n\t\tboolean downside = false;\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tW = Integer.parseInt(scan.next());\n\t\tH = Integer.parseInt(scan.next());\n\t\tx = Integer.parseInt(scan.next());\n\t\ty = Integer.parseInt(scan.next());\n\t\tr = Integer.parseInt(scan.next());\n\t\t\n\t\t\n\t\t\n\t\tif((x-r)<0){\n\t\t\tleftside=true;\n\t\t}\n\t\t\n\t\tif(W<(x+r)){\n\t\t\trightside=true;\n\t\t}\n\t\t\n\t\tif(H<(y+r)){\n\t\t\tupside=true;\n\t\t}\n\t\t\n\t\tif((y-r)<0){\n\t\t\tdownside=true;\n\t\t}\n\n\t\tif(leftside||rightside||upside||downside){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t}",
"int W;",
"W",
"int H;",
"H",
"int x;",
"x",
"int y;",
"y",
"int r;",
"r",
"boolean leftside = false;",
"leftside",
"false",
"boolean rightside = false;",
"rightside",
"false",
"boolean upside = false;",
"upside",
"false",
"boolean downside = false;",
"downside",
"false",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"W = Integer.parseInt(scan.next())",
"W",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"H = Integer.parseInt(scan.next())",
"H",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"x = Integer.parseInt(scan.next())",
"x",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"y = Integer.parseInt(scan.next())",
"y",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"r = Integer.parseInt(scan.next())",
"r",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"if((x-r)<0){\n\t\t\tleftside=true;\n\t\t}",
"(x-r)<0",
"(x-r)",
"x",
"r",
"0",
"{\n\t\t\tleftside=true;\n\t\t}",
"leftside=true",
"leftside",
"true",
"if(W<(x+r)){\n\t\t\trightside=true;\n\t\t}",
"W<(x+r)",
"W",
"(x+r)",
"x",
"r",
"{\n\t\t\trightside=true;\n\t\t}",
"rightside=true",
"rightside",
"true",
"if(H<(y+r)){\n\t\t\tupside=true;\n\t\t}",
"H<(y+r)",
"H",
"(y+r)",
"y",
"r",
"{\n\t\t\tupside=true;\n\t\t}",
"upside=true",
"upside",
"true",
"if((y-r)<0){\n\t\t\tdownside=true;\n\t\t}",
"(y-r)<0",
"(y-r)",
"y",
"r",
"0",
"{\n\t\t\tdownside=true;\n\t\t}",
"downside=true",
"downside",
"true",
"if(leftside||rightside||upside||downside){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"leftside||rightside||upside||downside",
"upside",
"leftside||rightside||upside||downside",
"leftside",
"rightside",
"upside",
"downside",
"{\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){\n\t\t\n\t\tint W;\n\t\tint H;\n\t\tint x;\n\t\tint y;\n\t\tint r;\n\t\t\n\t\tboolean leftside = false;\n\t\tboolean rightside = false;\n\t\tboolean upside = false;\n\t\tboolean downside = false;\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tW = Integer.parseInt(scan.next());\n\t\tH = Integer.parseInt(scan.next());\n\t\tx = Integer.parseInt(scan.next());\n\t\ty = Integer.parseInt(scan.next());\n\t\tr = Integer.parseInt(scan.next());\n\t\t\n\t\t\n\t\t\n\t\tif((x-r)<0){\n\t\t\tleftside=true;\n\t\t}\n\t\t\n\t\tif(W<(x+r)){\n\t\t\trightside=true;\n\t\t}\n\t\t\n\t\tif(H<(y+r)){\n\t\t\tupside=true;\n\t\t}\n\t\t\n\t\tif((y-r)<0){\n\t\t\tdownside=true;\n\t\t}\n\n\t\tif(leftside||rightside||upside||downside){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t\n\t\tint W;\n\t\tint H;\n\t\tint x;\n\t\tint y;\n\t\tint r;\n\t\t\n\t\tboolean leftside = false;\n\t\tboolean rightside = false;\n\t\tboolean upside = false;\n\t\tboolean downside = false;\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tW = Integer.parseInt(scan.next());\n\t\tH = Integer.parseInt(scan.next());\n\t\tx = Integer.parseInt(scan.next());\n\t\ty = Integer.parseInt(scan.next());\n\t\tr = Integer.parseInt(scan.next());\n\t\t\n\t\t\n\t\t\n\t\tif((x-r)<0){\n\t\t\tleftside=true;\n\t\t}\n\t\t\n\t\tif(W<(x+r)){\n\t\t\trightside=true;\n\t\t}\n\t\t\n\t\tif(H<(y+r)){\n\t\t\tupside=true;\n\t\t}\n\t\t\n\t\tif((y-r)<0){\n\t\t\tdownside=true;\n\t\t}\n\n\t\tif(leftside||rightside||upside||downside){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
int W;
int H;
int x;
int y;
int r;
boolean leftside = false;
boolean rightside = false;
boolean upside = false;
boolean downside = false;
Scanner scan = new Scanner(System.in);
W = Integer.parseInt(scan.next());
H = Integer.parseInt(scan.next());
x = Integer.parseInt(scan.next());
y = Integer.parseInt(scan.next());
r = Integer.parseInt(scan.next());
if((x-r)<0){
leftside=true;
}
if(W<(x+r)){
rightside=true;
}
if(H<(y+r)){
upside=true;
}
if((y-r)<0){
downside=true;
}
if(leftside||rightside||upside||downside){
System.out.println("No");
}else{
System.out.println("Yes");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
13,
2,
13,
13,
2,
2,
13,
13,
17,
2,
13,
2,
13,
13,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
25,
26
],
[
15,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
27,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
27,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
27,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
27,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
27,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
68,
71
],
[
71,
72
],
[
71,
73
],
[
27,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
76,
79
],
[
79,
80
],
[
79,
81
],
[
27,
82
],
[
82,
83
],
[
85,
84
],
[
96,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
88,
89
],
[
88,
90
],
[
85,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
96,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
98,
100
],
[
85,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
82,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
82,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
114,
119
],
[
12,
120
],
[
120,
121
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\n\nclass Main{\n public static void main(String[] args){\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int w = Integer.parseInt(str2[0]);\n int h = Integer.parseInt(str2[1]);\n int x = Integer.parseInt(str2[2]);\n int y = Integer.parseInt(str2[3]);\n int r = Integer.parseInt(str2[4]);\n if (w >= (x + r) && (x - r) >= 0 && h >= (y + r) && (y -r) >= 0){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e){\n System.err.println(e.toString());\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"class Main{\n public static void main(String[] args){\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int w = Integer.parseInt(str2[0]);\n int h = Integer.parseInt(str2[1]);\n int x = Integer.parseInt(str2[2]);\n int y = Integer.parseInt(str2[3]);\n int r = Integer.parseInt(str2[4]);\n if (w >= (x + r) && (x - r) >= 0 && h >= (y + r) && (y -r) >= 0){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e){\n System.err.println(e.toString());\n }\n }\n}",
"Main",
"public static void main(String[] args){\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int w = Integer.parseInt(str2[0]);\n int h = Integer.parseInt(str2[1]);\n int x = Integer.parseInt(str2[2]);\n int y = Integer.parseInt(str2[3]);\n int r = Integer.parseInt(str2[4]);\n if (w >= (x + r) && (x - r) >= 0 && h >= (y + r) && (y -r) >= 0){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e){\n System.err.println(e.toString());\n }\n }",
"main",
"{\n try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int w = Integer.parseInt(str2[0]);\n int h = Integer.parseInt(str2[1]);\n int x = Integer.parseInt(str2[2]);\n int y = Integer.parseInt(str2[3]);\n int r = Integer.parseInt(str2[4]);\n if (w >= (x + r) && (x - r) >= 0 && h >= (y + r) && (y -r) >= 0){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e){\n System.err.println(e.toString());\n }\n }",
"try{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int w = Integer.parseInt(str2[0]);\n int h = Integer.parseInt(str2[1]);\n int x = Integer.parseInt(str2[2]);\n int y = Integer.parseInt(str2[3]);\n int r = Integer.parseInt(str2[4]);\n if (w >= (x + r) && (x - r) >= 0 && h >= (y + r) && (y -r) >= 0){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n } catch(IOException e){\n System.err.println(e.toString());\n }",
"catch(IOException e){\n System.err.println(e.toString());\n }",
"IOException e",
"{\n System.err.println(e.toString());\n }",
"System.err.println(e.toString())",
"System.err.println",
"System.err",
"System",
"System.err",
"e.toString()",
"e.toString",
"e",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int w = Integer.parseInt(str2[0]);\n int h = Integer.parseInt(str2[1]);\n int x = Integer.parseInt(str2[2]);\n int y = Integer.parseInt(str2[3]);\n int r = Integer.parseInt(str2[4]);\n if (w >= (x + r) && (x - r) >= 0 && h >= (y + r) && (y -r) >= 0){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] str2 = str.split(\" \");",
"str2",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int w = Integer.parseInt(str2[0]);",
"w",
"Integer.parseInt(str2[0])",
"Integer.parseInt",
"Integer",
"str2[0]",
"str2",
"0",
"int h = Integer.parseInt(str2[1]);",
"h",
"Integer.parseInt(str2[1])",
"Integer.parseInt",
"Integer",
"str2[1]",
"str2",
"1",
"int x = Integer.parseInt(str2[2]);",
"x",
"Integer.parseInt(str2[2])",
"Integer.parseInt",
"Integer",
"str2[2]",
"str2",
"2",
"int y = Integer.parseInt(str2[3]);",
"y",
"Integer.parseInt(str2[3])",
"Integer.parseInt",
"Integer",
"str2[3]",
"str2",
"3",
"int r = Integer.parseInt(str2[4]);",
"r",
"Integer.parseInt(str2[4])",
"Integer.parseInt",
"Integer",
"str2[4]",
"str2",
"4",
"if (w >= (x + r) && (x - r) >= 0 && h >= (y + r) && (y -r) >= 0){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"w >= (x + r) && (x - r) >= 0 && h >= (y + r) && (y -r) >= 0",
"h >= (y + r)",
"w >= (x + r) && (x - r) >= 0 && h >= (y + r) && (y -r) >= 0",
"w >= (x + r)",
"w",
"(x + r)",
"x",
"r",
"(x - r) >= 0",
"(x - r)",
"x",
"r",
"0",
"h >= (y + r)",
"h",
"(y + r)",
"y",
"r",
"(y -r) >= 0",
"(y -r)",
"y",
"r",
"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"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
class Main{
public static void main(String[] args){
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] str2 = str.split(" ");
int w = Integer.parseInt(str2[0]);
int h = Integer.parseInt(str2[1]);
int x = Integer.parseInt(str2[2]);
int y = Integer.parseInt(str2[3]);
int r = Integer.parseInt(str2[4]);
if (w >= (x + r) && (x - r) >= 0 && h >= (y + r) && (y -r) >= 0){
System.out.println("Yes");
} else {
System.out.println("No");
}
} catch(IOException e){
System.err.println(e.toString());
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
17,
0,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
23,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
8,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
56,
58
],
[
8,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
64,
65
],
[
64,
66
],
[
8,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
67,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
67,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
80,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
80,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
93,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
100,
105
],
[
93,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
106,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
113,
118
],
[
106,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
120,
125
],
[
6,
126
],
[
126,
127
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[5];\n str = strInput.split(\" \");\n int w = Integer.parseInt(str[0]);\n int h = Integer.parseInt(str[1]);\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n if(x+r > w){\n System.out.println(\"No\");\n }else if(x-r<0){\n System.out.println(\"No\");\n }else if(y+r>h){\n System.out.println(\"No\");\n }else if(y-r<0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[5];\n str = strInput.split(\" \");\n int w = Integer.parseInt(str[0]);\n int h = Integer.parseInt(str[1]);\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n if(x+r > w){\n System.out.println(\"No\");\n }else if(x-r<0){\n System.out.println(\"No\");\n }else if(y+r>h){\n System.out.println(\"No\");\n }else if(y-r<0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[5];\n str = strInput.split(\" \");\n int w = Integer.parseInt(str[0]);\n int h = Integer.parseInt(str[1]);\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n if(x+r > w){\n System.out.println(\"No\");\n }else if(x-r<0){\n System.out.println(\"No\");\n }else if(y+r>h){\n System.out.println(\"No\");\n }else if(y-r<0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }",
"main",
"{\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[5];\n str = strInput.split(\" \");\n int w = Integer.parseInt(str[0]);\n int h = Integer.parseInt(str[1]);\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n if(x+r > w){\n System.out.println(\"No\");\n }else if(x-r<0){\n System.out.println(\"No\");\n }else if(y+r>h){\n System.out.println(\"No\");\n }else if(y-r<0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"String strInput = input.nextLine();",
"strInput",
"input.nextLine()",
"input.nextLine",
"input",
"String[] str = new String[5];",
"str",
"new String[5]",
"5",
"str = strInput.split(\" \")",
"str",
"strInput.split(\" \")",
"strInput.split",
"strInput",
"\" \"",
"int w = Integer.parseInt(str[0]);",
"w",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int h = Integer.parseInt(str[1]);",
"h",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"int x = Integer.parseInt(str[2]);",
"x",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"int y = Integer.parseInt(str[3]);",
"y",
"Integer.parseInt(str[3])",
"Integer.parseInt",
"Integer",
"str[3]",
"str",
"3",
"int r = Integer.parseInt(str[4]);",
"r",
"Integer.parseInt(str[4])",
"Integer.parseInt",
"Integer",
"str[4]",
"str",
"4",
"if(x+r > w){\n System.out.println(\"No\");\n }else if(x-r<0){\n System.out.println(\"No\");\n }else if(y+r>h){\n System.out.println(\"No\");\n }else if(y-r<0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }",
"x+r > w",
"x+r",
"x",
"r",
"w",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(x-r<0){\n System.out.println(\"No\");\n }else if(y+r>h){\n System.out.println(\"No\");\n }else if(y-r<0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }",
"x-r<0",
"x-r",
"x",
"r",
"0",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(y+r>h){\n System.out.println(\"No\");\n }else if(y-r<0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }",
"y+r>h",
"y+r",
"y",
"r",
"h",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(y-r<0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }",
"y-r<0",
"y-r",
"y",
"r",
"0",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner input = new Scanner(System.in);
String strInput = input.nextLine();
String[] str = new String[5];
str = strInput.split(" ");
int w = Integer.parseInt(str[0]);
int h = Integer.parseInt(str[1]);
int x = Integer.parseInt(str[2]);
int y = Integer.parseInt(str[3]);
int r = Integer.parseInt(str[4]);
if(x+r > w){
System.out.println("No");
}else if(x-r<0){
System.out.println("No");
}else if(y+r>h){
System.out.println("No");
}else if(y-r<0){
System.out.println("No");
}else{
System.out.println("Yes");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
13,
18,
13,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
17,
14,
2,
2,
13,
13,
17,
30,
0,
13,
17,
14,
2,
2,
13,
13,
17,
30,
0,
13,
17,
14,
2,
2,
13,
13,
13,
30,
0,
13,
17,
14,
2,
2,
13,
13,
13,
30,
0,
13,
17,
41,
13,
8,
13,
17,
17,
4,
18,
18,
13,
13,
13,
23,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
38,
5,
13,
30,
37,
20,
30,
14,
2,
13,
17,
30,
38,
5,
13,
30,
37,
20,
30,
4,
18,
13,
30,
0,
13,
20,
0,
13,
4,
18,
13,
29,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
22,
24
],
[
17,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
17,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
17,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
17,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
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
],
[
17,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
74,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
17,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
84,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
17,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
94,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
17,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
104,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
17,
114
],
[
114,
115
],
[
114,
116
],
[
116,
117
],
[
116,
118
],
[
116,
119
],
[
17,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
120,
125
],
[
15,
126
],
[
126,
127
],
[
13,
128
],
[
128,
129
],
[
128,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
130,
134
],
[
134,
135
],
[
134,
136
],
[
130,
137
],
[
137,
138
],
[
138,
139
],
[
138,
140
],
[
140,
141
],
[
141,
142
],
[
137,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
144,
148
],
[
148,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
152,
153
],
[
153,
154
],
[
149,
155
],
[
155,
156
],
[
156,
157
],
[
157,
158
],
[
137,
159
],
[
159,
160
],
[
160,
161
],
[
160,
162
],
[
159,
163
],
[
163,
164
],
[
163,
165
],
[
165,
166
],
[
166,
167
],
[
130,
168
],
[
168,
169
],
[
128,
170
],
[
170,
171
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.InputStreamReader;\n\nclass Main {\n public static void main(String[] args) {\n String line = readLine(System.in);\n String[] input = line.split(\" \");\n int w = Integer.parseInt(input[0]);\n int h = Integer.parseInt(input[1]);\n int x = Integer.parseInt(input[2]);\n int y = Integer.parseInt(input[3]);\n int r = Integer.parseInt(input[4]);\n\n boolean flag = true;\n if (x - r < 0) {\n flag = false;\n }\n if (y - r < 0) {\n flag = false;\n }\n if (x + r > w) {\n flag = false;\n }\n if (y + r > h) {\n flag = false;\n }\n\n String result = flag ? \"Yes\" : \"No\";\n System.out.println(result);\n }\n\n private static String readLine(InputStream in) {\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStream;",
"InputStream",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n public static void main(String[] args) {\n String line = readLine(System.in);\n String[] input = line.split(\" \");\n int w = Integer.parseInt(input[0]);\n int h = Integer.parseInt(input[1]);\n int x = Integer.parseInt(input[2]);\n int y = Integer.parseInt(input[3]);\n int r = Integer.parseInt(input[4]);\n\n boolean flag = true;\n if (x - r < 0) {\n flag = false;\n }\n if (y - r < 0) {\n flag = false;\n }\n if (x + r > w) {\n flag = false;\n }\n if (y + r > h) {\n flag = false;\n }\n\n String result = flag ? \"Yes\" : \"No\";\n System.out.println(result);\n }\n\n private static String readLine(InputStream in) {\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }\n}",
"Main",
"public static void main(String[] args) {\n String line = readLine(System.in);\n String[] input = line.split(\" \");\n int w = Integer.parseInt(input[0]);\n int h = Integer.parseInt(input[1]);\n int x = Integer.parseInt(input[2]);\n int y = Integer.parseInt(input[3]);\n int r = Integer.parseInt(input[4]);\n\n boolean flag = true;\n if (x - r < 0) {\n flag = false;\n }\n if (y - r < 0) {\n flag = false;\n }\n if (x + r > w) {\n flag = false;\n }\n if (y + r > h) {\n flag = false;\n }\n\n String result = flag ? \"Yes\" : \"No\";\n System.out.println(result);\n }",
"main",
"{\n String line = readLine(System.in);\n String[] input = line.split(\" \");\n int w = Integer.parseInt(input[0]);\n int h = Integer.parseInt(input[1]);\n int x = Integer.parseInt(input[2]);\n int y = Integer.parseInt(input[3]);\n int r = Integer.parseInt(input[4]);\n\n boolean flag = true;\n if (x - r < 0) {\n flag = false;\n }\n if (y - r < 0) {\n flag = false;\n }\n if (x + r > w) {\n flag = false;\n }\n if (y + r > h) {\n flag = false;\n }\n\n String result = flag ? \"Yes\" : \"No\";\n System.out.println(result);\n }",
"String line = readLine(System.in);",
"line",
"readLine(System.in)",
"readLine",
"System.in",
"System",
"System.in",
"String[] input = line.split(\" \");",
"input",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int w = Integer.parseInt(input[0]);",
"w",
"Integer.parseInt(input[0])",
"Integer.parseInt",
"Integer",
"input[0]",
"input",
"0",
"int h = Integer.parseInt(input[1]);",
"h",
"Integer.parseInt(input[1])",
"Integer.parseInt",
"Integer",
"input[1]",
"input",
"1",
"int x = Integer.parseInt(input[2]);",
"x",
"Integer.parseInt(input[2])",
"Integer.parseInt",
"Integer",
"input[2]",
"input",
"2",
"int y = Integer.parseInt(input[3]);",
"y",
"Integer.parseInt(input[3])",
"Integer.parseInt",
"Integer",
"input[3]",
"input",
"3",
"int r = Integer.parseInt(input[4]);",
"r",
"Integer.parseInt(input[4])",
"Integer.parseInt",
"Integer",
"input[4]",
"input",
"4",
"boolean flag = true;",
"flag",
"true",
"if (x - r < 0) {\n flag = false;\n }",
"x - r < 0",
"x - r",
"x",
"r",
"0",
"{\n flag = false;\n }",
"flag = false",
"flag",
"false",
"if (y - r < 0) {\n flag = false;\n }",
"y - r < 0",
"y - r",
"y",
"r",
"0",
"{\n flag = false;\n }",
"flag = false",
"flag",
"false",
"if (x + r > w) {\n flag = false;\n }",
"x + r > w",
"x + r",
"x",
"r",
"w",
"{\n flag = false;\n }",
"flag = false",
"flag",
"false",
"if (y + r > h) {\n flag = false;\n }",
"y + r > h",
"y + r",
"y",
"r",
"h",
"{\n flag = false;\n }",
"flag = false",
"flag",
"false",
"String result = flag ? \"Yes\" : \"No\";",
"result",
"flag ? \"Yes\" : \"No\"",
"flag",
"\"Yes\"",
"\"No\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"private static String readLine(InputStream in) {\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }",
"readLine",
"{\n String line = null;\n BufferedReader reader = null;\n\n try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }\n\n return line;\n }",
"String line = null;",
"line",
"null",
"BufferedReader reader = null;",
"reader",
"null",
"try {\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n } finally {\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }",
"catch (IOException e) {\n throw new RuntimeException(e);\n }",
"IOException e",
"{\n throw new RuntimeException(e);\n }",
"throw new RuntimeException(e);",
"new RuntimeException(e)",
"{\n if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n }",
"if (reader != null) {\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }",
"reader != null",
"reader",
"null",
"{\n try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }",
"try {\n reader.close();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }",
"catch (IOException e) {\n throw new RuntimeException(e);\n }",
"IOException e",
"{\n throw new RuntimeException(e);\n }",
"throw new RuntimeException(e);",
"new RuntimeException(e)",
"{\n reader.close();\n }",
"reader.close()",
"reader.close",
"reader",
"{\n reader = new BufferedReader(new InputStreamReader(in));\n line = reader.readLine();\n }",
"reader = new BufferedReader(new InputStreamReader(in))",
"reader",
"new BufferedReader(new InputStreamReader(in))",
"line = reader.readLine()",
"line",
"reader.readLine()",
"reader.readLine",
"reader",
"return line;",
"line",
"InputStream in",
"in"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) {
String line = readLine(System.in);
String[] input = line.split(" ");
int w = Integer.parseInt(input[0]);
int h = Integer.parseInt(input[1]);
int x = Integer.parseInt(input[2]);
int y = Integer.parseInt(input[3]);
int r = Integer.parseInt(input[4]);
boolean flag = true;
if (x - r < 0) {
flag = false;
}
if (y - r < 0) {
flag = false;
}
if (x + r > w) {
flag = false;
}
if (y + r > h) {
flag = false;
}
String result = flag ? "Yes" : "No";
System.out.println(result);
}
private static String readLine(InputStream in) {
String line = null;
BufferedReader reader = null;
try {
reader = new BufferedReader(new InputStreamReader(in));
line = reader.readLine();
} catch (IOException e) {
throw new RuntimeException(e);
} finally {
if (reader != null) {
try {
reader.close();
} catch (IOException e) {
throw new RuntimeException(e);
}
}
}
return line;
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
39,
13,
13,
2,
13,
13,
2,
13,
13,
4,
18,
13,
13,
14,
2,
18,
13,
17,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
39,
45
],
[
45,
46
],
[
45,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
52,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
52,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
6,
70
],
[
70,
71
]
] | [
"import java.util.*;\n \nclass Main{\n public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int W = stdId.nextInt(); \n int H = stdId.nextInt(); \n int x = stdId.nextInt(); \n\t\t int y = stdId.nextInt();\n\t\t int r = stdId.nextInt();\n\n int[] Distance = {x,y,W-x,H-y};\n Arrays.sort(Distance);\n if(Distance[0]>=r) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int W = stdId.nextInt(); \n int H = stdId.nextInt(); \n int x = stdId.nextInt(); \n\t\t int y = stdId.nextInt();\n\t\t int r = stdId.nextInt();\n\n int[] Distance = {x,y,W-x,H-y};\n Arrays.sort(Distance);\n if(Distance[0]>=r) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int W = stdId.nextInt(); \n int H = stdId.nextInt(); \n int x = stdId.nextInt(); \n\t\t int y = stdId.nextInt();\n\t\t int r = stdId.nextInt();\n\n int[] Distance = {x,y,W-x,H-y};\n Arrays.sort(Distance);\n if(Distance[0]>=r) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }",
"main",
"{\n Scanner stdId = new Scanner(System.in);\n int W = stdId.nextInt(); \n int H = stdId.nextInt(); \n int x = stdId.nextInt(); \n\t\t int y = stdId.nextInt();\n\t\t int r = stdId.nextInt();\n\n int[] Distance = {x,y,W-x,H-y};\n Arrays.sort(Distance);\n if(Distance[0]>=r) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }",
"Scanner stdId = new Scanner(System.in);",
"stdId",
"new Scanner(System.in)",
"int W = stdId.nextInt();",
"W",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int H = stdId.nextInt();",
"H",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int x = stdId.nextInt();",
"x",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int y = stdId.nextInt();",
"y",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int r = stdId.nextInt();",
"r",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int[] Distance = {x,y,W-x,H-y};",
"Distance",
"{x,y,W-x,H-y}",
"x",
"y",
"W-x",
"W",
"x",
"H-y",
"H",
"y",
"Arrays.sort(Distance)",
"Arrays.sort",
"Arrays",
"Distance",
"if(Distance[0]>=r) System.out.println(\"Yes\");\n else System.out.println(\"No\");",
"Distance[0]>=r",
"Distance[0]",
"Distance",
"0",
"r",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.*;
class Main{
public static void main(String[] args){
Scanner stdId = new Scanner(System.in);
int W = stdId.nextInt();
int H = stdId.nextInt();
int x = stdId.nextInt();
int y = stdId.nextInt();
int r = stdId.nextInt();
int[] Distance = {x,y,W-x,H-y};
Arrays.sort(Distance);
if(Distance[0]>=r) System.out.println("Yes");
else System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
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
],
[
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
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
51,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
40,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
37,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
37,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
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\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif (0 <= x - r && x + r <= w && 0 <= y - r && y + r <= h)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif (0 <= x - r && x + r <= w && 0 <= y - r && y + r <= h)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif (0 <= x - r && x + r <= w && 0 <= y - r && y + r <= h)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}",
"main",
"{\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif (0 <= x - r && x + r <= w && 0 <= y - r && y + r <= h)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}",
"@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int h = sc.nextInt();",
"h",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if (0 <= x - r && x + r <= w && 0 <= y - r && y + r <= h)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");",
"0 <= x - r && x + r <= w && 0 <= y - r && y + r <= h",
"0 <= y - r",
"0 <= x - r && x + r <= w && 0 <= y - r && y + r <= h",
"0 <= x - r",
"0",
"x - r",
"x",
"r",
"x + r <= w",
"x + r",
"x",
"r",
"w",
"0 <= y - r",
"0",
"y - r",
"y",
"r",
"y + r <= h",
"y + r",
"y",
"r",
"h",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif (0 <= x - r && x + r <= w && 0 <= y - r && y + r <= h)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t@SuppressWarnings(\"resource\")\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif (0 <= x - r && x + r <= w && 0 <= y - r && y + r <= h)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
@SuppressWarnings("resource")
Scanner sc = new Scanner(System.in);
int w = sc.nextInt();
int h = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
if (0 <= x - r && x + r <= w && 0 <= y - r && y + r <= h)
System.out.println("Yes");
else
System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
13,
13,
2,
13,
13,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
47,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
47,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
40,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
37,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
37,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
6,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"//?????????????????¨\nimport java.util.Scanner;\n\npublic class Main{\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint w=kb.nextInt(),h=kb.nextInt(),\n\t\t\t\tx=kb.nextInt(),y=kb.nextInt(),\n\t\t\t\tr=kb.nextInt();\n\t\tif(x>=r&&y>=r&&\n\t\t\t\tx+r<=w&&y+r<=h){\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\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint w=kb.nextInt(),h=kb.nextInt(),\n\t\t\t\tx=kb.nextInt(),y=kb.nextInt(),\n\t\t\t\tr=kb.nextInt();\n\t\tif(x>=r&&y>=r&&\n\t\t\t\tx+r<=w&&y+r<=h){\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\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint w=kb.nextInt(),h=kb.nextInt(),\n\t\t\t\tx=kb.nextInt(),y=kb.nextInt(),\n\t\t\t\tr=kb.nextInt();\n\t\tif(x>=r&&y>=r&&\n\t\t\t\tx+r<=w&&y+r<=h){\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\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint w=kb.nextInt(),h=kb.nextInt(),\n\t\t\t\tx=kb.nextInt(),y=kb.nextInt(),\n\t\t\t\tr=kb.nextInt();\n\t\tif(x>=r&&y>=r&&\n\t\t\t\tx+r<=w&&y+r<=h){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner kb=new Scanner(System.in);",
"kb",
"new Scanner(System.in)",
"int w=kb.nextInt()",
"w",
"kb.nextInt()",
"kb.nextInt",
"kb",
"h=kb.nextInt()",
"h",
"kb.nextInt()",
"kb.nextInt",
"kb",
"x=kb.nextInt()",
"x",
"kb.nextInt()",
"kb.nextInt",
"kb",
"y=kb.nextInt()",
"y",
"kb.nextInt()",
"kb.nextInt",
"kb",
"r=kb.nextInt();",
"r",
"kb.nextInt()",
"kb.nextInt",
"kb",
"if(x>=r&&y>=r&&\n\t\t\t\tx+r<=w&&y+r<=h){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"x>=r&&y>=r&&\n\t\t\t\tx+r<=w&&y+r<=h",
"x+r<=w",
"x>=r&&y>=r&&\n\t\t\t\tx+r<=w&&y+r<=h",
"x>=r",
"x",
"r",
"y>=r",
"y",
"r",
"x+r<=w",
"x+r",
"x",
"r",
"w",
"y+r<=h",
"y+r",
"y",
"r",
"h",
"{\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\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint w=kb.nextInt(),h=kb.nextInt(),\n\t\t\t\tx=kb.nextInt(),y=kb.nextInt(),\n\t\t\t\tr=kb.nextInt();\n\t\tif(x>=r&&y>=r&&\n\t\t\t\tx+r<=w&&y+r<=h){\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\t// TODO ?????????????????????????????????????????????\n\t\tScanner kb=new Scanner(System.in);\n\t\tint w=kb.nextInt(),h=kb.nextInt(),\n\t\t\t\tx=kb.nextInt(),y=kb.nextInt(),\n\t\t\t\tr=kb.nextInt();\n\t\tif(x>=r&&y>=r&&\n\t\t\t\tx+r<=w&&y+r<=h){\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) {
// TODO ?????????????????????????????????????????????
Scanner kb=new Scanner(System.in);
int w=kb.nextInt(),h=kb.nextInt(),
x=kb.nextInt(),y=kb.nextInt(),
r=kb.nextInt();
if(x>=r&&y>=r&&
x+r<=w&&y+r<=h){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
2,
2,
2,
13,
17,
2,
13,
13,
2,
13,
17,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
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
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
8,
60
],
[
60,
61
],
[
63,
62
],
[
70,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
67,
69
],
[
70,
70
],
[
70,
71
],
[
70,
72
],
[
63,
73
],
[
73,
74
],
[
73,
75
],
[
60,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
60,
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.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n int i = 0;\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n \n int left = x - r;\n int right = x + r;\n int bottom = y - r;\n int up = y + r;\n \n if(left >= 0 && right <= W && bottom >= 0 && up <= H){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n \n \n \n } \n \n \n \n \n \n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n int i = 0;\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n \n int left = x - r;\n int right = x + r;\n int bottom = y - r;\n int up = y + r;\n \n if(left >= 0 && right <= W && bottom >= 0 && up <= H){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n \n \n \n } \n \n \n \n \n \n }\n}",
"Main",
"public static void main(String[] args){\n int i = 0;\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n \n int left = x - r;\n int right = x + r;\n int bottom = y - r;\n int up = y + r;\n \n if(left >= 0 && right <= W && bottom >= 0 && up <= H){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n \n \n \n } \n \n \n \n \n \n }",
"main",
"{\n int i = 0;\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n \n int left = x - r;\n int right = x + r;\n int bottom = y - r;\n int up = y + r;\n \n if(left >= 0 && right <= W && bottom >= 0 && up <= H){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n \n \n \n } \n \n \n \n \n \n }",
"int i = 0;",
"i",
"0",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int W = scan.nextInt();",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int H = scan.nextInt();",
"H",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y = scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int r = scan.nextInt();",
"r",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int left = x - r;",
"left",
"x - r",
"x",
"r",
"int right = x + r;",
"right",
"x + r",
"x",
"r",
"int bottom = y - r;",
"bottom",
"y - r",
"y",
"r",
"int up = y + r;",
"up",
"y + r",
"y",
"r",
"if(left >= 0 && right <= W && bottom >= 0 && up <= H){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n \n \n \n }",
"left >= 0 && right <= W && bottom >= 0 && up <= H",
"bottom >= 0",
"left >= 0 && right <= W && bottom >= 0 && up <= H",
"left >= 0",
"left",
"0",
"right <= W",
"right",
"W",
"bottom >= 0",
"bottom",
"0",
"up <= H",
"up",
"H",
"{\n \tSystem.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n \tSystem.out.println(\"No\");\n \n \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 int i = 0;\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n \n int left = x - r;\n int right = x + r;\n int bottom = y - r;\n int up = y + r;\n \n if(left >= 0 && right <= W && bottom >= 0 && up <= H){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n \n \n \n } \n \n \n \n \n \n }\n}",
"public class Main{\n public static void main(String[] args){\n int i = 0;\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n \n int left = x - r;\n int right = x + r;\n int bottom = y - r;\n int up = y + r;\n \n if(left >= 0 && right <= W && bottom >= 0 && up <= H){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n \n \n \n } \n \n \n \n \n \n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
int i = 0;
Scanner scan = new Scanner(System.in);
int W = scan.nextInt();
int H = scan.nextInt();
int x = scan.nextInt();
int y = scan.nextInt();
int r = scan.nextInt();
int left = x - r;
int right = x + r;
int bottom = y - r;
int up = y + r;
if(left >= 0 && right <= W && bottom >= 0 && up <= H){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
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,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
2,
2,
40,
17,
13,
2,
13,
17,
2,
2,
40,
17,
13,
2,
13,
17,
2,
2,
17,
13,
2,
13,
17,
2,
2,
17,
13,
2,
13,
17,
2,
2,
17,
13,
2,
13,
17,
30,
14,
2,
2,
2,
2,
2,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
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
],
[
183,
5
],
[
183,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
8,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
59,
61
],
[
8,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
64,
67
],
[
67,
68
],
[
67,
69
],
[
8,
70
],
[
70,
71
],
[
74,
72
],
[
98,
73
],
[
91,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
76,
79
],
[
75,
80
],
[
80,
81
],
[
80,
82
],
[
74,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
84,
87
],
[
83,
88
],
[
88,
89
],
[
88,
90
],
[
91,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
95,
97
],
[
98,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
98,
102
],
[
102,
103
],
[
102,
104
],
[
74,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
109,
110
],
[
109,
111
],
[
70,
112
],
[
112,
113
],
[
113,
114
],
[
120,
115
],
[
151,
116
],
[
146,
117
],
[
141,
118
],
[
136,
119
],
[
131,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
123,
124
],
[
123,
125
],
[
120,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
126,
130
],
[
131,
131
],
[
131,
132
],
[
131,
133
],
[
133,
134
],
[
133,
135
],
[
136,
136
],
[
136,
137
],
[
137,
138
],
[
137,
139
],
[
136,
140
],
[
141,
141
],
[
141,
142
],
[
141,
143
],
[
143,
144
],
[
143,
145
],
[
146,
146
],
[
146,
147
],
[
147,
148
],
[
147,
149
],
[
146,
150
],
[
151,
151
],
[
151,
152
],
[
151,
153
],
[
153,
154
],
[
153,
155
],
[
120,
156
],
[
156,
157
],
[
157,
158
],
[
157,
159
],
[
156,
160
],
[
113,
161
],
[
161,
162
],
[
162,
163
],
[
163,
164
],
[
164,
165
],
[
164,
166
],
[
162,
167
],
[
113,
168
],
[
168,
169
],
[
169,
170
],
[
170,
171
],
[
170,
172
],
[
168,
173
],
[
70,
174
],
[
174,
175
],
[
175,
176
],
[
176,
177
],
[
176,
178
],
[
174,
179
],
[
6,
180
],
[
180,
181
],
[
0,
182
],
[
182,
183
],
[
182,
184
]
] | [
"import java.io.*; \n\npublic class Main {\n public static void main(String[] args) throws IOException {\n\tint hour; \n\tint min; \n\tint sec; \n \n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString buf = br.readLine();\n String[] str = buf.split(\" \",0);\n \n // w???width\n int W = Integer.parseInt(str[0]);\n //H???height\n int H = Integer.parseInt(str[1]);\n //x:??????x??§?¨?,y:??????y??§?¨?,r:????????????\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \t\n if((-100 <= x && x <= 100 ) && ( -100 < y && y <= 100 )&&\n \t( 0 < W && W <= 100 ) && ( 0 < H && H <= 100 ) && ( 0 < r && r <= 100)){\n \tif( 0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H){\n \t\tSystem.out.println(\"Yes\");\n \t}else System.out.println(\"No\"); \n } else System.out.println(\"No\"); \n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n public static void main(String[] args) throws IOException {\n\tint hour; \n\tint min; \n\tint sec; \n \n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString buf = br.readLine();\n String[] str = buf.split(\" \",0);\n \n // w???width\n int W = Integer.parseInt(str[0]);\n //H???height\n int H = Integer.parseInt(str[1]);\n //x:??????x??§?¨?,y:??????y??§?¨?,r:????????????\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \t\n if((-100 <= x && x <= 100 ) && ( -100 < y && y <= 100 )&&\n \t( 0 < W && W <= 100 ) && ( 0 < H && H <= 100 ) && ( 0 < r && r <= 100)){\n \tif( 0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H){\n \t\tSystem.out.println(\"Yes\");\n \t}else System.out.println(\"No\"); \n } else System.out.println(\"No\"); \n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\tint hour; \n\tint min; \n\tint sec; \n \n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString buf = br.readLine();\n String[] str = buf.split(\" \",0);\n \n // w???width\n int W = Integer.parseInt(str[0]);\n //H???height\n int H = Integer.parseInt(str[1]);\n //x:??????x??§?¨?,y:??????y??§?¨?,r:????????????\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \t\n if((-100 <= x && x <= 100 ) && ( -100 < y && y <= 100 )&&\n \t( 0 < W && W <= 100 ) && ( 0 < H && H <= 100 ) && ( 0 < r && r <= 100)){\n \tif( 0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H){\n \t\tSystem.out.println(\"Yes\");\n \t}else System.out.println(\"No\"); \n } else System.out.println(\"No\"); \n\t}",
"main",
"{\n\tint hour; \n\tint min; \n\tint sec; \n \n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString buf = br.readLine();\n String[] str = buf.split(\" \",0);\n \n // w???width\n int W = Integer.parseInt(str[0]);\n //H???height\n int H = Integer.parseInt(str[1]);\n //x:??????x??§?¨?,y:??????y??§?¨?,r:????????????\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \t\n if((-100 <= x && x <= 100 ) && ( -100 < y && y <= 100 )&&\n \t( 0 < W && W <= 100 ) && ( 0 < H && H <= 100 ) && ( 0 < r && r <= 100)){\n \tif( 0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H){\n \t\tSystem.out.println(\"Yes\");\n \t}else System.out.println(\"No\"); \n } else System.out.println(\"No\"); \n\t}",
"int hour;",
"hour",
"int min;",
"min",
"int sec;",
"sec",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"String[] str = buf.split(\" \",0);",
"str",
"buf.split(\" \",0)",
"buf.split",
"buf",
"\" \"",
"0",
"int W = Integer.parseInt(str[0]);",
"W",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int H = Integer.parseInt(str[1]);",
"H",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"int x = Integer.parseInt(str[2]);",
"x",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"int y = Integer.parseInt(str[3]);",
"y",
"Integer.parseInt(str[3])",
"Integer.parseInt",
"Integer",
"str[3]",
"str",
"3",
"int r = Integer.parseInt(str[4]);",
"r",
"Integer.parseInt(str[4])",
"Integer.parseInt",
"Integer",
"str[4]",
"str",
"4",
"if((-100 <= x && x <= 100 ) && ( -100 < y && y <= 100 )&&\n \t( 0 < W && W <= 100 ) && ( 0 < H && H <= 100 ) && ( 0 < r && r <= 100)){\n \tif( 0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H){\n \t\tSystem.out.println(\"Yes\");\n \t}else System.out.println(\"No\"); \n } else System.out.println(\"No\");",
"(-100 <= x && x <= 100 ) && ( -100 < y && y <= 100 )&&\n \t( 0 < W && W <= 100 ) && ( 0 < H && H <= 100 ) && ( 0 < r && r <= 100)",
"( 0 < H && H <= 100 )",
"( 0 < W && W <= 100 )",
"(-100 <= x && x <= 100 ) && ( -100 < y && y <= 100 )&&\n \t( 0 < W && W <= 100 ) && ( 0 < H && H <= 100 ) && ( 0 < r && r <= 100)",
"(-100 <= x && x <= 100 )",
"-100 <= x",
"-100",
"100",
"x",
"x <= 100",
"x",
"100",
"( -100 < y && y <= 100 )",
"-100 < y",
"-100",
"100",
"y",
"y <= 100",
"y",
"100",
"( 0 < W && W <= 100 )",
"0 < W",
"0",
"W",
"W <= 100",
"W",
"100",
"( 0 < H && H <= 100 )",
"0 < H",
"0",
"H",
"H <= 100",
"H",
"100",
"( 0 < r && r <= 100)",
"0 < r",
"0",
"r",
"r <= 100",
"r",
"100",
"{\n \tif( 0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H){\n \t\tSystem.out.println(\"Yes\");\n \t}else System.out.println(\"No\"); \n }",
"if( 0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H){\n \t\tSystem.out.println(\"Yes\");\n \t}else System.out.println(\"No\");",
"0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H",
"0 <= y-r",
"x-r <= W",
"0 <= x-r",
"y+r <= H",
"0 <= y+r",
"0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H",
"0 <= x+r",
"0",
"x+r",
"x",
"r",
"x+r <= W",
"x+r",
"x",
"r",
"W",
"0 <= y+r",
"0",
"y+r",
"y",
"r",
"y+r <= H",
"y+r",
"y",
"r",
"H",
"0 <= x-r",
"0",
"x-r",
"x",
"r",
"x-r <= W",
"x-r",
"x",
"r",
"W",
"0 <= y-r",
"0",
"y-r",
"y",
"r",
"y-r <= H",
"y-r",
"y",
"r",
"H",
"{\n \t\tSystem.out.println(\"Yes\");\n \t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws IOException {\n\tint hour; \n\tint min; \n\tint sec; \n \n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString buf = br.readLine();\n String[] str = buf.split(\" \",0);\n \n // w???width\n int W = Integer.parseInt(str[0]);\n //H???height\n int H = Integer.parseInt(str[1]);\n //x:??????x??§?¨?,y:??????y??§?¨?,r:????????????\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \t\n if((-100 <= x && x <= 100 ) && ( -100 < y && y <= 100 )&&\n \t( 0 < W && W <= 100 ) && ( 0 < H && H <= 100 ) && ( 0 < r && r <= 100)){\n \tif( 0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H){\n \t\tSystem.out.println(\"Yes\");\n \t}else System.out.println(\"No\"); \n } else System.out.println(\"No\"); \n\t}\n}",
"public class Main {\n public static void main(String[] args) throws IOException {\n\tint hour; \n\tint min; \n\tint sec; \n \n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString buf = br.readLine();\n String[] str = buf.split(\" \",0);\n \n // w???width\n int W = Integer.parseInt(str[0]);\n //H???height\n int H = Integer.parseInt(str[1]);\n //x:??????x??§?¨?,y:??????y??§?¨?,r:????????????\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \t\n if((-100 <= x && x <= 100 ) && ( -100 < y && y <= 100 )&&\n \t( 0 < W && W <= 100 ) && ( 0 < H && H <= 100 ) && ( 0 < r && r <= 100)){\n \tif( 0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&\n \t 0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H){\n \t\tSystem.out.println(\"Yes\");\n \t}else System.out.println(\"No\"); \n } else System.out.println(\"No\"); \n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
int hour;
int min;
int sec;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String buf = br.readLine();
String[] str = buf.split(" ",0);
// w???width
int W = Integer.parseInt(str[0]);
//H???height
int H = Integer.parseInt(str[1]);
//x:??????x??§?¨?,y:??????y??§?¨?,r:????????????
int x = Integer.parseInt(str[2]);
int y = Integer.parseInt(str[3]);
int r = Integer.parseInt(str[4]);
if((-100 <= x && x <= 100 ) && ( -100 < y && y <= 100 )&&
( 0 < W && W <= 100 ) && ( 0 < H && H <= 100 ) && ( 0 < r && r <= 100)){
if( 0 <= x+r && x+r <= W && 0 <= y+r && y+r <= H &&
0 <= x-r && x-r <= W && 0 <= y-r && y-r <= H){
System.out.println("Yes");
}else System.out.println("No");
} else System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
13,
2,
13,
13,
2,
13,
13,
2,
13,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
49,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
46,
48
],
[
49,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
40,
54
],
[
54,
55
],
[
54,
56
],
[
37,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
37,
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){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intW = scan.nextInt();\n\t\tint intH = scan.nextInt();\n\t\tint intX = scan.nextInt();\n\t\tint intY = scan.nextInt();\n\t\tint intR = scan.nextInt();\n\t\tif(intX <= intW - intR && intR <= intX && intY <= intH - intR && intR <= intY){\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 scan = new Scanner(System.in);\n\t\tint intW = scan.nextInt();\n\t\tint intH = scan.nextInt();\n\t\tint intX = scan.nextInt();\n\t\tint intY = scan.nextInt();\n\t\tint intR = scan.nextInt();\n\t\tif(intX <= intW - intR && intR <= intX && intY <= intH - intR && intR <= intY){\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 scan = new Scanner(System.in);\n\t\tint intW = scan.nextInt();\n\t\tint intH = scan.nextInt();\n\t\tint intX = scan.nextInt();\n\t\tint intY = scan.nextInt();\n\t\tint intR = scan.nextInt();\n\t\tif(intX <= intW - intR && intR <= intX && intY <= intH - intR && intR <= intY){\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 scan = new Scanner(System.in);\n\t\tint intW = scan.nextInt();\n\t\tint intH = scan.nextInt();\n\t\tint intX = scan.nextInt();\n\t\tint intY = scan.nextInt();\n\t\tint intR = scan.nextInt();\n\t\tif(intX <= intW - intR && intR <= intX && intY <= intH - intR && intR <= intY){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int intW = scan.nextInt();",
"intW",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intH = scan.nextInt();",
"intH",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intX = scan.nextInt();",
"intX",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intY = scan.nextInt();",
"intY",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intR = scan.nextInt();",
"intR",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(intX <= intW - intR && intR <= intX && intY <= intH - intR && intR <= intY){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"intX <= intW - intR && intR <= intX && intY <= intH - intR && intR <= intY",
"intY <= intH - intR",
"intX <= intW - intR && intR <= intX && intY <= intH - intR && intR <= intY",
"intX <= intW - intR",
"intX",
"intW - intR",
"intW",
"intR",
"intR <= intX",
"intR",
"intX",
"intY <= intH - intR",
"intY",
"intH - intR",
"intH",
"intR",
"intR <= intY",
"intR",
"intY",
"{\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 scan = new Scanner(System.in);\n\t\tint intW = scan.nextInt();\n\t\tint intH = scan.nextInt();\n\t\tint intX = scan.nextInt();\n\t\tint intY = scan.nextInt();\n\t\tint intR = scan.nextInt();\n\t\tif(intX <= intW - intR && intR <= intX && intY <= intH - intR && intR <= intY){\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 scan = new Scanner(System.in);\n\t\tint intW = scan.nextInt();\n\t\tint intH = scan.nextInt();\n\t\tint intX = scan.nextInt();\n\t\tint intY = scan.nextInt();\n\t\tint intR = scan.nextInt();\n\t\tif(intX <= intW - intR && intR <= intX && intY <= intH - intR && intR <= intY){\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 scan = new Scanner(System.in);
int intW = scan.nextInt();
int intH = scan.nextInt();
int intX = scan.nextInt();
int intY = scan.nextInt();
int intR = scan.nextInt();
if(intX <= intW - intR && intR <= intX && intY <= intH - intR && intR <= intY){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
2,
13,
13,
30,
14,
2,
13,
13,
30,
14,
2,
13,
2,
13,
13,
30,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
20,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
31,
35
],
[
20,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
41,
43
],
[
20,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
49,
51
],
[
20,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
20,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
65,
66
],
[
65,
67
],
[
20,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
71,
72
],
[
70,
73
],
[
73,
74
],
[
73,
75
],
[
20,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
79,
81
],
[
76,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
91,
92
],
[
91,
93
],
[
88,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
100,
105
],
[
95,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
88,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
114,
119
],
[
83,
120
],
[
120,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
123,
125
],
[
121,
126
],
[
76,
127
],
[
127,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
128,
133
],
[
18,
134
],
[
134,
135
]
] | [
"import java.io.IOException;\nimport java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.*;\nimport java.io.*;\n\nclass Main\n{\n public static void main(String[] args) throws IOException\n {\n\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] abc = str.split(\" \", 0);\n int W = Integer.parseInt(abc[0]);\n int H = Integer.parseInt(abc[1]);\n int x = Integer.parseInt(abc[2]);\n int y = Integer.parseInt(abc[3]);\n int r = Integer.parseInt(abc[4]);\n \n\n if(r<=H-y){\n \t if (r<=y){\n \t\t if(r<=W-x){\n \t\t\t if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}\n \t\t }\n \t\t else{\n \t\t System.out.println(\"No\");}\n }\n \t else{\n \t\t System.out.println(\"No\");}\n \t }\n \t else{\n \t\t System.out.println(\"No\");}\n \n }\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n public static void main(String[] args) throws IOException\n {\n\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] abc = str.split(\" \", 0);\n int W = Integer.parseInt(abc[0]);\n int H = Integer.parseInt(abc[1]);\n int x = Integer.parseInt(abc[2]);\n int y = Integer.parseInt(abc[3]);\n int r = Integer.parseInt(abc[4]);\n \n\n if(r<=H-y){\n \t if (r<=y){\n \t\t if(r<=W-x){\n \t\t\t if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}\n \t\t }\n \t\t else{\n \t\t System.out.println(\"No\");}\n }\n \t else{\n \t\t System.out.println(\"No\");}\n \t }\n \t else{\n \t\t System.out.println(\"No\");}\n \n }\n}",
"Main",
"public static void main(String[] args) throws IOException\n {\n\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] abc = str.split(\" \", 0);\n int W = Integer.parseInt(abc[0]);\n int H = Integer.parseInt(abc[1]);\n int x = Integer.parseInt(abc[2]);\n int y = Integer.parseInt(abc[3]);\n int r = Integer.parseInt(abc[4]);\n \n\n if(r<=H-y){\n \t if (r<=y){\n \t\t if(r<=W-x){\n \t\t\t if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}\n \t\t }\n \t\t else{\n \t\t System.out.println(\"No\");}\n }\n \t else{\n \t\t System.out.println(\"No\");}\n \t }\n \t else{\n \t\t System.out.println(\"No\");}\n \n }",
"main",
"{\n\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] abc = str.split(\" \", 0);\n int W = Integer.parseInt(abc[0]);\n int H = Integer.parseInt(abc[1]);\n int x = Integer.parseInt(abc[2]);\n int y = Integer.parseInt(abc[3]);\n int r = Integer.parseInt(abc[4]);\n \n\n if(r<=H-y){\n \t if (r<=y){\n \t\t if(r<=W-x){\n \t\t\t if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}\n \t\t }\n \t\t else{\n \t\t System.out.println(\"No\");}\n }\n \t else{\n \t\t System.out.println(\"No\");}\n \t }\n \t else{\n \t\t System.out.println(\"No\");}\n \n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] abc = str.split(\" \", 0);",
"abc",
"str.split(\" \", 0)",
"str.split",
"str",
"\" \"",
"0",
"int W = Integer.parseInt(abc[0]);",
"W",
"Integer.parseInt(abc[0])",
"Integer.parseInt",
"Integer",
"abc[0]",
"abc",
"0",
"int H = Integer.parseInt(abc[1]);",
"H",
"Integer.parseInt(abc[1])",
"Integer.parseInt",
"Integer",
"abc[1]",
"abc",
"1",
"int x = Integer.parseInt(abc[2]);",
"x",
"Integer.parseInt(abc[2])",
"Integer.parseInt",
"Integer",
"abc[2]",
"abc",
"2",
"int y = Integer.parseInt(abc[3]);",
"y",
"Integer.parseInt(abc[3])",
"Integer.parseInt",
"Integer",
"abc[3]",
"abc",
"3",
"int r = Integer.parseInt(abc[4]);",
"r",
"Integer.parseInt(abc[4])",
"Integer.parseInt",
"Integer",
"abc[4]",
"abc",
"4",
"if(r<=H-y){\n \t if (r<=y){\n \t\t if(r<=W-x){\n \t\t\t if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}\n \t\t }\n \t\t else{\n \t\t System.out.println(\"No\");}\n }\n \t else{\n \t\t System.out.println(\"No\");}\n \t }\n \t else{\n \t\t System.out.println(\"No\");}",
"r<=H-y",
"r",
"H-y",
"H",
"y",
"{\n \t if (r<=y){\n \t\t if(r<=W-x){\n \t\t\t if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}\n \t\t }\n \t\t else{\n \t\t System.out.println(\"No\");}\n }\n \t else{\n \t\t System.out.println(\"No\");}\n \t }",
"if (r<=y){\n \t\t if(r<=W-x){\n \t\t\t if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}\n \t\t }\n \t\t else{\n \t\t System.out.println(\"No\");}\n }\n \t else{\n \t\t System.out.println(\"No\");}",
"r<=y",
"r",
"y",
"{\n \t\t if(r<=W-x){\n \t\t\t if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}\n \t\t }\n \t\t else{\n \t\t System.out.println(\"No\");}\n }",
"if(r<=W-x){\n \t\t\t if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}\n \t\t }\n \t\t else{\n \t\t System.out.println(\"No\");}",
"r<=W-x",
"r",
"W-x",
"W",
"x",
"{\n \t\t\t if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}\n \t\t }",
"if(r<=x){\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }\n \t\t\t else{\n \t \t\t System.out.println(\"No\");}",
"r<=x",
"r",
"x",
"{\n \t\t\t\t System.out.println(\"Yes\");\n \t\t\t }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n \t \t\t System.out.println(\"No\");}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n \t\t System.out.println(\"No\");}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n \t\t System.out.println(\"No\");}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n \t\t System.out.println(\"No\");}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.io.IOException;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
import java.io.*;
class Main
{
public static void main(String[] args) throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] abc = str.split(" ", 0);
int W = Integer.parseInt(abc[0]);
int H = Integer.parseInt(abc[1]);
int x = Integer.parseInt(abc[2]);
int y = Integer.parseInt(abc[3]);
int r = Integer.parseInt(abc[4]);
if(r<=H-y){
if (r<=y){
if(r<=W-x){
if(r<=x){
System.out.println("Yes");
}
else{
System.out.println("No");}
}
else{
System.out.println("No");}
}
else{
System.out.println("No");}
}
else{
System.out.println("No");}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
14,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
29,
14,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
14,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
30,
4,
18,
18,
13,
13,
17,
29,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
20,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
20,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
20,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
20,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
56,
58
],
[
20,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
64,
65
],
[
64,
66
],
[
20,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
72,
73
],
[
72,
74
],
[
20,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
75,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
81,
88
],
[
75,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
89,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
95,
102
],
[
89,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
103,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
109,
116
],
[
103,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
117,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
124,
129
],
[
123,
130
],
[
117,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
132,
137
],
[
20,
138
],
[
18,
139
],
[
139,
140
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.Collections;\nclass Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br =\n new BufferedReader(new InputStreamReader(System.in), 1);\n String is = br.readLine();\n String[] sp = is.split(\" \");\n \n int W = Integer.parseInt(sp[0]);\n int H = Integer.parseInt(sp[1]);\n \n int x = Integer.parseInt(sp[2]);\n int y = Integer.parseInt(sp[3]);\n int r = Integer.parseInt(sp[4]);\n \n if(x - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(x + r > W){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y + r > H){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else{\n \tSystem.out.println(\"Yes\");\n }\n \treturn;\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br =\n new BufferedReader(new InputStreamReader(System.in), 1);\n String is = br.readLine();\n String[] sp = is.split(\" \");\n \n int W = Integer.parseInt(sp[0]);\n int H = Integer.parseInt(sp[1]);\n \n int x = Integer.parseInt(sp[2]);\n int y = Integer.parseInt(sp[3]);\n int r = Integer.parseInt(sp[4]);\n \n if(x - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(x + r > W){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y + r > H){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else{\n \tSystem.out.println(\"Yes\");\n }\n \treturn;\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br =\n new BufferedReader(new InputStreamReader(System.in), 1);\n String is = br.readLine();\n String[] sp = is.split(\" \");\n \n int W = Integer.parseInt(sp[0]);\n int H = Integer.parseInt(sp[1]);\n \n int x = Integer.parseInt(sp[2]);\n int y = Integer.parseInt(sp[3]);\n int r = Integer.parseInt(sp[4]);\n \n if(x - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(x + r > W){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y + r > H){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else{\n \tSystem.out.println(\"Yes\");\n }\n \treturn;\n }",
"main",
"{\n BufferedReader br =\n new BufferedReader(new InputStreamReader(System.in), 1);\n String is = br.readLine();\n String[] sp = is.split(\" \");\n \n int W = Integer.parseInt(sp[0]);\n int H = Integer.parseInt(sp[1]);\n \n int x = Integer.parseInt(sp[2]);\n int y = Integer.parseInt(sp[3]);\n int r = Integer.parseInt(sp[4]);\n \n if(x - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(x + r > W){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y + r > H){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else{\n \tSystem.out.println(\"Yes\");\n }\n \treturn;\n }",
"BufferedReader br =\n new BufferedReader(new InputStreamReader(System.in), 1);",
"br",
"new BufferedReader(new InputStreamReader(System.in), 1)",
"String is = br.readLine();",
"is",
"br.readLine()",
"br.readLine",
"br",
"String[] sp = is.split(\" \");",
"sp",
"is.split(\" \")",
"is.split",
"is",
"\" \"",
"int W = Integer.parseInt(sp[0]);",
"W",
"Integer.parseInt(sp[0])",
"Integer.parseInt",
"Integer",
"sp[0]",
"sp",
"0",
"int H = Integer.parseInt(sp[1]);",
"H",
"Integer.parseInt(sp[1])",
"Integer.parseInt",
"Integer",
"sp[1]",
"sp",
"1",
"int x = Integer.parseInt(sp[2]);",
"x",
"Integer.parseInt(sp[2])",
"Integer.parseInt",
"Integer",
"sp[2]",
"sp",
"2",
"int y = Integer.parseInt(sp[3]);",
"y",
"Integer.parseInt(sp[3])",
"Integer.parseInt",
"Integer",
"sp[3]",
"sp",
"3",
"int r = Integer.parseInt(sp[4]);",
"r",
"Integer.parseInt(sp[4])",
"Integer.parseInt",
"Integer",
"sp[4]",
"sp",
"4",
"if(x - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(x + r > W){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y + r > H){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else{\n \tSystem.out.println(\"Yes\");\n }",
"x - r < 0",
"x - r",
"x",
"r",
"0",
"{\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"if(y - r < 0){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(x + r > W){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y + r > H){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else{\n \tSystem.out.println(\"Yes\");\n }",
"y - r < 0",
"y - r",
"y",
"r",
"0",
"{\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"if(x + r > W){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else if(y + r > H){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else{\n \tSystem.out.println(\"Yes\");\n }",
"x + r > W",
"x + r",
"x",
"r",
"W",
"{\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"if(y + r > H){\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }else{\n \tSystem.out.println(\"Yes\");\n }",
"y + r > H",
"y + r",
"y",
"r",
"H",
"{\n \t// ???????????????????????????\n \tSystem.out.println(\"No\");\n \treturn;\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"{\n \tSystem.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"return;",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader br =
new BufferedReader(new InputStreamReader(System.in), 1);
String is = br.readLine();
String[] sp = is.split(" ");
int W = Integer.parseInt(sp[0]);
int H = Integer.parseInt(sp[1]);
int x = Integer.parseInt(sp[2]);
int y = Integer.parseInt(sp[3]);
int r = Integer.parseInt(sp[4]);
if(x - r < 0){
// ???????????????????????????
System.out.println("No");
return;
}else if(y - r < 0){
// ???????????????????????????
System.out.println("No");
return;
}else if(x + r > W){
// ???????????????????????????
System.out.println("No");
return;
}else if(y + r > H){
// ???????????????????????????
System.out.println("No");
return;
}else{
System.out.println("Yes");
}
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,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
2,
2,
2,
13,
17,
2,
13,
13,
2,
13,
17,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
90,
5
],
[
90,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
8,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
60,
59
],
[
67,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
67,
67
],
[
67,
68
],
[
67,
69
],
[
60,
70
],
[
70,
71
],
[
70,
72
],
[
57,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
57,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
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\n\t\tScanner inputscan = new Scanner(System.in);\n\n\t\tint W = inputscan.nextInt();\n\t\tint H = inputscan.nextInt();\n\t\tint x = inputscan.nextInt();\n\t\tint y = inputscan.nextInt();\n\t\tint r = inputscan.nextInt();\n\n\t\tint Horizontal1 = x - r;\n\t\tint Horizontal2 = x + r;\n\t\tint Vertical1 = y - r;\n\t\tint Vertical2 = y + r;\n\n\t\tif(Horizontal1 >=0 && Horizontal2 <= W\n\t\t\t\t&& Vertical1 >=0 && Vertical2 <=H){\n\t\t\t//System.out.println(\"??????\");\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\t//System.out.println(\"?????????\");\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\n\t\tScanner inputscan = new Scanner(System.in);\n\n\t\tint W = inputscan.nextInt();\n\t\tint H = inputscan.nextInt();\n\t\tint x = inputscan.nextInt();\n\t\tint y = inputscan.nextInt();\n\t\tint r = inputscan.nextInt();\n\n\t\tint Horizontal1 = x - r;\n\t\tint Horizontal2 = x + r;\n\t\tint Vertical1 = y - r;\n\t\tint Vertical2 = y + r;\n\n\t\tif(Horizontal1 >=0 && Horizontal2 <= W\n\t\t\t\t&& Vertical1 >=0 && Vertical2 <=H){\n\t\t\t//System.out.println(\"??????\");\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\t//System.out.println(\"?????????\");\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner inputscan = new Scanner(System.in);\n\n\t\tint W = inputscan.nextInt();\n\t\tint H = inputscan.nextInt();\n\t\tint x = inputscan.nextInt();\n\t\tint y = inputscan.nextInt();\n\t\tint r = inputscan.nextInt();\n\n\t\tint Horizontal1 = x - r;\n\t\tint Horizontal2 = x + r;\n\t\tint Vertical1 = y - r;\n\t\tint Vertical2 = y + r;\n\n\t\tif(Horizontal1 >=0 && Horizontal2 <= W\n\t\t\t\t&& Vertical1 >=0 && Vertical2 <=H){\n\t\t\t//System.out.println(\"??????\");\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\t//System.out.println(\"?????????\");\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\n\t\tScanner inputscan = new Scanner(System.in);\n\n\t\tint W = inputscan.nextInt();\n\t\tint H = inputscan.nextInt();\n\t\tint x = inputscan.nextInt();\n\t\tint y = inputscan.nextInt();\n\t\tint r = inputscan.nextInt();\n\n\t\tint Horizontal1 = x - r;\n\t\tint Horizontal2 = x + r;\n\t\tint Vertical1 = y - r;\n\t\tint Vertical2 = y + r;\n\n\t\tif(Horizontal1 >=0 && Horizontal2 <= W\n\t\t\t\t&& Vertical1 >=0 && Vertical2 <=H){\n\t\t\t//System.out.println(\"??????\");\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\t//System.out.println(\"?????????\");\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner inputscan = new Scanner(System.in);",
"inputscan",
"new Scanner(System.in)",
"int W = inputscan.nextInt();",
"W",
"inputscan.nextInt()",
"inputscan.nextInt",
"inputscan",
"int H = inputscan.nextInt();",
"H",
"inputscan.nextInt()",
"inputscan.nextInt",
"inputscan",
"int x = inputscan.nextInt();",
"x",
"inputscan.nextInt()",
"inputscan.nextInt",
"inputscan",
"int y = inputscan.nextInt();",
"y",
"inputscan.nextInt()",
"inputscan.nextInt",
"inputscan",
"int r = inputscan.nextInt();",
"r",
"inputscan.nextInt()",
"inputscan.nextInt",
"inputscan",
"int Horizontal1 = x - r;",
"Horizontal1",
"x - r",
"x",
"r",
"int Horizontal2 = x + r;",
"Horizontal2",
"x + r",
"x",
"r",
"int Vertical1 = y - r;",
"Vertical1",
"y - r",
"y",
"r",
"int Vertical2 = y + r;",
"Vertical2",
"y + r",
"y",
"r",
"if(Horizontal1 >=0 && Horizontal2 <= W\n\t\t\t\t&& Vertical1 >=0 && Vertical2 <=H){\n\t\t\t//System.out.println(\"??????\");\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\t//System.out.println(\"?????????\");\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"Horizontal1 >=0 && Horizontal2 <= W\n\t\t\t\t&& Vertical1 >=0 && Vertical2 <=H",
"Vertical1 >=0",
"Horizontal1 >=0 && Horizontal2 <= W\n\t\t\t\t&& Vertical1 >=0 && Vertical2 <=H",
"Horizontal1 >=0",
"Horizontal1",
"0",
"Horizontal2 <= W",
"Horizontal2",
"W",
"Vertical1 >=0",
"Vertical1",
"0",
"Vertical2 <=H",
"Vertical2",
"H",
"{\n\t\t\t//System.out.println(\"??????\");\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\t//System.out.println(\"?????????\");\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 inputscan = new Scanner(System.in);\n\n\t\tint W = inputscan.nextInt();\n\t\tint H = inputscan.nextInt();\n\t\tint x = inputscan.nextInt();\n\t\tint y = inputscan.nextInt();\n\t\tint r = inputscan.nextInt();\n\n\t\tint Horizontal1 = x - r;\n\t\tint Horizontal2 = x + r;\n\t\tint Vertical1 = y - r;\n\t\tint Vertical2 = y + r;\n\n\t\tif(Horizontal1 >=0 && Horizontal2 <= W\n\t\t\t\t&& Vertical1 >=0 && Vertical2 <=H){\n\t\t\t//System.out.println(\"??????\");\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\t//System.out.println(\"?????????\");\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\n\t\tScanner inputscan = new Scanner(System.in);\n\n\t\tint W = inputscan.nextInt();\n\t\tint H = inputscan.nextInt();\n\t\tint x = inputscan.nextInt();\n\t\tint y = inputscan.nextInt();\n\t\tint r = inputscan.nextInt();\n\n\t\tint Horizontal1 = x - r;\n\t\tint Horizontal2 = x + r;\n\t\tint Vertical1 = y - r;\n\t\tint Vertical2 = y + r;\n\n\t\tif(Horizontal1 >=0 && Horizontal2 <= W\n\t\t\t\t&& Vertical1 >=0 && Vertical2 <=H){\n\t\t\t//System.out.println(\"??????\");\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\t//System.out.println(\"?????????\");\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) {
Scanner inputscan = new Scanner(System.in);
int W = inputscan.nextInt();
int H = inputscan.nextInt();
int x = inputscan.nextInt();
int y = inputscan.nextInt();
int r = inputscan.nextInt();
int Horizontal1 = x - r;
int Horizontal2 = x + r;
int Vertical1 = y - r;
int Vertical2 = y + r;
if(Horizontal1 >=0 && Horizontal2 <= W
&& Vertical1 >=0 && Vertical2 <=H){
//System.out.println("??????");
System.out.println("Yes");
}else{
//System.out.println("?????????");
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
17,
2,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
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
],
[
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
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
42,
39
],
[
55,
40
],
[
52,
41
],
[
49,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
46,
48
],
[
49,
49
],
[
49,
50
],
[
49,
51
],
[
52,
52
],
[
52,
53
],
[
52,
54
],
[
55,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
42,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
37,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
37,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
6,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String Args[]){\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n \n if(x<=W && y<=H && x>=0 && y>=0 && r+x<=W && r+y<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"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 W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n \n if(x<=W && y<=H && x>=0 && y>=0 && r+x<=W && r+y<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}",
"Main",
"public static void main(String Args[]){\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n \n if(x<=W && y<=H && x>=0 && y>=0 && r+x<=W && r+y<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n \n if(x<=W && y<=H && x>=0 && y>=0 && r+x<=W && r+y<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int H = sc.nextInt();",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(x<=W && y<=H && x>=0 && y>=0 && r+x<=W && r+y<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");",
"x<=W && y<=H && x>=0 && y>=0 && r+x<=W && r+y<=H",
"r+x<=W",
"y>=0",
"x>=0",
"x<=W && y<=H && x>=0 && y>=0 && r+x<=W && r+y<=H",
"x<=W",
"x",
"W",
"y<=H",
"y",
"H",
"x>=0",
"x",
"0",
"y>=0",
"y",
"0",
"r+x<=W",
"r+x",
"r",
"x",
"W",
"r+y<=H",
"r+y",
"r",
"y",
"H",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String Args[]",
"Args",
"public class Main{\n public static void main(String Args[]){\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n \n if(x<=W && y<=H && x>=0 && y>=0 && r+x<=W && r+y<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}",
"public class Main{\n public static void main(String Args[]){\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n \n \n if(x<=W && y<=H && x>=0 && y>=0 && r+x<=W && r+y<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String Args[]){
Scanner sc = new Scanner(System.in);
int W = sc.nextInt();
int H = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
if(x<=W && y<=H && x>=0 && y>=0 && r+x<=W && r+y<=H)
System.out.println("Yes");
else
System.out.println("No");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
60,
62
],
[
8,
63
],
[
63,
64
],
[
66,
65
],
[
77,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
66,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
77,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
66,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
63,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
88,
93
],
[
63,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
6,
101
],
[
101,
102
]
] | [
"import java.io.*;\nclass Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString input = br.readLine();\n\t\tString[] cut = input.split(\" \");\n\t\tint w =\tInteger.parseInt(cut[0]);\n\t\tint h =\tInteger.parseInt(cut[1]);\n\t\tint x =\tInteger.parseInt(cut[2]);\n\t\tint y =\tInteger.parseInt(cut[3]);\n\t\tint r =\tInteger.parseInt(cut[4]);\n\t\t\n\t\tif((x-r)<0 || (x+r)>w || (y-r)<0 ||(y+r)>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t\t\n\t\t\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString input = br.readLine();\n\t\tString[] cut = input.split(\" \");\n\t\tint w =\tInteger.parseInt(cut[0]);\n\t\tint h =\tInteger.parseInt(cut[1]);\n\t\tint x =\tInteger.parseInt(cut[2]);\n\t\tint y =\tInteger.parseInt(cut[3]);\n\t\tint r =\tInteger.parseInt(cut[4]);\n\t\t\n\t\tif((x-r)<0 || (x+r)>w || (y-r)<0 ||(y+r)>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t\t\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString input = br.readLine();\n\t\tString[] cut = input.split(\" \");\n\t\tint w =\tInteger.parseInt(cut[0]);\n\t\tint h =\tInteger.parseInt(cut[1]);\n\t\tint x =\tInteger.parseInt(cut[2]);\n\t\tint y =\tInteger.parseInt(cut[3]);\n\t\tint r =\tInteger.parseInt(cut[4]);\n\t\t\n\t\tif((x-r)<0 || (x+r)>w || (y-r)<0 ||(y+r)>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t\t\n\t\t\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString input = br.readLine();\n\t\tString[] cut = input.split(\" \");\n\t\tint w =\tInteger.parseInt(cut[0]);\n\t\tint h =\tInteger.parseInt(cut[1]);\n\t\tint x =\tInteger.parseInt(cut[2]);\n\t\tint y =\tInteger.parseInt(cut[3]);\n\t\tint r =\tInteger.parseInt(cut[4]);\n\t\t\n\t\tif((x-r)<0 || (x+r)>w || (y-r)<0 ||(y+r)>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t\t\n\t\t\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String input = br.readLine();",
"input",
"br.readLine()",
"br.readLine",
"br",
"String[] cut = input.split(\" \");",
"cut",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int w =\tInteger.parseInt(cut[0]);",
"w",
"Integer.parseInt(cut[0])",
"Integer.parseInt",
"Integer",
"cut[0]",
"cut",
"0",
"int h =\tInteger.parseInt(cut[1]);",
"h",
"Integer.parseInt(cut[1])",
"Integer.parseInt",
"Integer",
"cut[1]",
"cut",
"1",
"int x =\tInteger.parseInt(cut[2]);",
"x",
"Integer.parseInt(cut[2])",
"Integer.parseInt",
"Integer",
"cut[2]",
"cut",
"2",
"int y =\tInteger.parseInt(cut[3]);",
"y",
"Integer.parseInt(cut[3])",
"Integer.parseInt",
"Integer",
"cut[3]",
"cut",
"3",
"int r =\tInteger.parseInt(cut[4]);",
"r",
"Integer.parseInt(cut[4])",
"Integer.parseInt",
"Integer",
"cut[4]",
"cut",
"4",
"if((x-r)<0 || (x+r)>w || (y-r)<0 ||(y+r)>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"(x-r)<0 || (x+r)>w || (y-r)<0 ||(y+r)>h",
"(y-r)<0",
"(x-r)<0 || (x+r)>w || (y-r)<0 ||(y+r)>h",
"(x-r)<0",
"(x-r)",
"x",
"r",
"0",
"(x+r)>w",
"(x+r)",
"x",
"r",
"w",
"(y-r)<0",
"(y-r)",
"y",
"r",
"0",
"(y+r)>h",
"(y+r)",
"y",
"r",
"h",
"{\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"
] | import java.io.*;
class Main {
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String input = br.readLine();
String[] cut = input.split(" ");
int w = Integer.parseInt(cut[0]);
int h = Integer.parseInt(cut[1]);
int x = Integer.parseInt(cut[2]);
int y = Integer.parseInt(cut[3]);
int r = Integer.parseInt(cut[4]);
if((x-r)<0 || (x+r)>w || (y-r)<0 ||(y+r)>h){
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,
4,
18,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
43,
42
],
[
54,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
43,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
54,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
43,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
40,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
40,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
6,
76
],
[
76,
77
],
[
0,
78
],
[
78,
79
],
[
78,
80
]
] | [
"import java.util.Scanner;\n\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tsc.close();\n\t\tif(x+r > W || x-r < 0 || y+r > H || y-r < 0)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\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 W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tsc.close();\n\t\tif(x+r > W || x-r < 0 || y+r > H || y-r < 0)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tsc.close();\n\t\tif(x+r > W || x-r < 0 || y+r > H || y-r < 0)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tsc.close();\n\t\tif(x+r > W || x-r < 0 || y+r > H || y-r < 0)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int H = sc.nextInt();",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"if(x+r > W || x-r < 0 || y+r > H || y-r < 0)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");",
"x+r > W || x-r < 0 || y+r > H || y-r < 0",
"y+r > H",
"x+r > W || x-r < 0 || y+r > H || y-r < 0",
"x+r > W",
"x+r",
"x",
"r",
"W",
"x-r < 0",
"x-r",
"x",
"r",
"0",
"y+r > H",
"y+r",
"y",
"r",
"H",
"y-r < 0",
"y-r",
"y",
"r",
"0",
"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\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tsc.close();\n\t\tif(x+r > W || x-r < 0 || y+r > H || y-r < 0)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tsc.close();\n\t\tif(x+r > W || x-r < 0 || y+r > H || y-r < 0)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int W = sc.nextInt();
int H = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
sc.close();
if(x+r > W || x-r < 0 || y+r > H || y-r < 0)
System.out.println("No");
else
System.out.println("Yes");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
39,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
59,
61
],
[
54,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
54,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
6,
76
],
[
76,
77
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n\n Scanner as = new Scanner(System.in);\n int W = as.nextInt();\n int H = as.nextInt();\n int x = as.nextInt();\n int y = as.nextInt();\n int r = as.nextInt();\n int tr;\n\n if(x>=W || y>=H){\n System.out.println(\"No\");\n \n \n }\n else if(r>x || r>y){\n \n System.out.println(\"No\");\n \n }\n else{\n\n System.out.println(\"Yes\");\n \n } \n \n \n \n }\n \n \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n\n Scanner as = new Scanner(System.in);\n int W = as.nextInt();\n int H = as.nextInt();\n int x = as.nextInt();\n int y = as.nextInt();\n int r = as.nextInt();\n int tr;\n\n if(x>=W || y>=H){\n System.out.println(\"No\");\n \n \n }\n else if(r>x || r>y){\n \n System.out.println(\"No\");\n \n }\n else{\n\n System.out.println(\"Yes\");\n \n } \n \n \n \n }\n \n \n}",
"Main",
"public static void main(String[] args){\n\n Scanner as = new Scanner(System.in);\n int W = as.nextInt();\n int H = as.nextInt();\n int x = as.nextInt();\n int y = as.nextInt();\n int r = as.nextInt();\n int tr;\n\n if(x>=W || y>=H){\n System.out.println(\"No\");\n \n \n }\n else if(r>x || r>y){\n \n System.out.println(\"No\");\n \n }\n else{\n\n System.out.println(\"Yes\");\n \n } \n \n \n \n }",
"main",
"{\n\n Scanner as = new Scanner(System.in);\n int W = as.nextInt();\n int H = as.nextInt();\n int x = as.nextInt();\n int y = as.nextInt();\n int r = as.nextInt();\n int tr;\n\n if(x>=W || y>=H){\n System.out.println(\"No\");\n \n \n }\n else if(r>x || r>y){\n \n System.out.println(\"No\");\n \n }\n else{\n\n System.out.println(\"Yes\");\n \n } \n \n \n \n }",
"Scanner as = new Scanner(System.in);",
"as",
"new Scanner(System.in)",
"int W = as.nextInt();",
"W",
"as.nextInt()",
"as.nextInt",
"as",
"int H = as.nextInt();",
"H",
"as.nextInt()",
"as.nextInt",
"as",
"int x = as.nextInt();",
"x",
"as.nextInt()",
"as.nextInt",
"as",
"int y = as.nextInt();",
"y",
"as.nextInt()",
"as.nextInt",
"as",
"int r = as.nextInt();",
"r",
"as.nextInt()",
"as.nextInt",
"as",
"int tr;",
"tr",
"if(x>=W || y>=H){\n System.out.println(\"No\");\n \n \n }\n else if(r>x || r>y){\n \n System.out.println(\"No\");\n \n }\n else{\n\n System.out.println(\"Yes\");\n \n }",
"x>=W || y>=H",
"x>=W",
"x",
"W",
"y>=H",
"y",
"H",
"{\n System.out.println(\"No\");\n \n \n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(r>x || r>y){\n \n System.out.println(\"No\");\n \n }\n else{\n\n System.out.println(\"Yes\");\n \n }",
"r>x || r>y",
"r>x",
"r",
"x",
"r>y",
"r",
"y",
"{\n \n System.out.println(\"No\");\n \n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\n System.out.println(\"Yes\");\n \n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner as = new Scanner(System.in);
int W = as.nextInt();
int H = as.nextInt();
int x = as.nextInt();
int y = as.nextInt();
int r = as.nextInt();
int tr;
if(x>=W || y>=H){
System.out.println("No");
}
else if(r>x || r>y){
System.out.println("No");
}
else{
System.out.println("Yes");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
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,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
14,
2,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
14,
2,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
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
],
[
141,
11
],
[
141,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
14,
20
],
[
20,
21
],
[
14,
22
],
[
22,
23
],
[
14,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
14,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
14,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
14,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
14,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
60,
62
],
[
14,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
68,
69
],
[
68,
70
],
[
14,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
73,
76
],
[
76,
77
],
[
76,
78
],
[
14,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
83,
90
],
[
79,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
94,
96
],
[
91,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
97,
104
],
[
91,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
109,
116
],
[
105,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
120,
121
],
[
120,
122
],
[
117,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
124,
129
],
[
123,
130
],
[
117,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
132,
137
],
[
12,
138
],
[
138,
139
],
[
0,
140
],
[
140,
141
],
[
140,
142
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint width,height,x,y,r;\n\t\tString buf = br.readLine();\n\t\tString[] spl = buf.split(\" \");\n\t\twidth =Integer.parseInt(spl[0]);\n\t\theight =Integer.parseInt(spl[1]);\n\t\tx =Integer.parseInt(spl[2]);\n\t\ty =Integer.parseInt(spl[3]);\n\t\tr =Integer.parseInt(spl[4]);\n\n\t\t//???????????????\n\t\tif((x<r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(x>(width-r)){\n\t\t\t//???????????????\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y<r){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y>(height-r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\n\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint width,height,x,y,r;\n\t\tString buf = br.readLine();\n\t\tString[] spl = buf.split(\" \");\n\t\twidth =Integer.parseInt(spl[0]);\n\t\theight =Integer.parseInt(spl[1]);\n\t\tx =Integer.parseInt(spl[2]);\n\t\ty =Integer.parseInt(spl[3]);\n\t\tr =Integer.parseInt(spl[4]);\n\n\t\t//???????????????\n\t\tif((x<r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(x>(width-r)){\n\t\t\t//???????????????\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y<r){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y>(height-r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint width,height,x,y,r;\n\t\tString buf = br.readLine();\n\t\tString[] spl = buf.split(\" \");\n\t\twidth =Integer.parseInt(spl[0]);\n\t\theight =Integer.parseInt(spl[1]);\n\t\tx =Integer.parseInt(spl[2]);\n\t\ty =Integer.parseInt(spl[3]);\n\t\tr =Integer.parseInt(spl[4]);\n\n\t\t//???????????????\n\t\tif((x<r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(x>(width-r)){\n\t\t\t//???????????????\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y<r){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y>(height-r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\n\n\t}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint width,height,x,y,r;\n\t\tString buf = br.readLine();\n\t\tString[] spl = buf.split(\" \");\n\t\twidth =Integer.parseInt(spl[0]);\n\t\theight =Integer.parseInt(spl[1]);\n\t\tx =Integer.parseInt(spl[2]);\n\t\ty =Integer.parseInt(spl[3]);\n\t\tr =Integer.parseInt(spl[4]);\n\n\t\t//???????????????\n\t\tif((x<r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(x>(width-r)){\n\t\t\t//???????????????\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y<r){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y>(height-r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int width",
"width",
"height",
"height",
"x",
"x",
"y",
"y",
"r;",
"r",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"String[] spl = buf.split(\" \");",
"spl",
"buf.split(\" \")",
"buf.split",
"buf",
"\" \"",
"width =Integer.parseInt(spl[0])",
"width",
"Integer.parseInt(spl[0])",
"Integer.parseInt",
"Integer",
"spl[0]",
"spl",
"0",
"height =Integer.parseInt(spl[1])",
"height",
"Integer.parseInt(spl[1])",
"Integer.parseInt",
"Integer",
"spl[1]",
"spl",
"1",
"x =Integer.parseInt(spl[2])",
"x",
"Integer.parseInt(spl[2])",
"Integer.parseInt",
"Integer",
"spl[2]",
"spl",
"2",
"y =Integer.parseInt(spl[3])",
"y",
"Integer.parseInt(spl[3])",
"Integer.parseInt",
"Integer",
"spl[3]",
"spl",
"3",
"r =Integer.parseInt(spl[4])",
"r",
"Integer.parseInt(spl[4])",
"Integer.parseInt",
"Integer",
"spl[4]",
"spl",
"4",
"if((x<r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(x>(width-r)){\n\t\t\t//???????????????\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y<r){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y>(height-r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"(x<r)",
"x",
"r",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"if(x>(width-r)){\n\t\t\t//???????????????\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y<r){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y>(height-r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"x>(width-r)",
"x",
"(width-r)",
"width",
"r",
"{\n\t\t\t//???????????????\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"if(y<r){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y>(height-r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"y<r",
"y",
"r",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"if(y>(height-r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"y>(height-r)",
"y",
"(height-r)",
"height",
"r",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"return;",
"{\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 IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint width,height,x,y,r;\n\t\tString buf = br.readLine();\n\t\tString[] spl = buf.split(\" \");\n\t\twidth =Integer.parseInt(spl[0]);\n\t\theight =Integer.parseInt(spl[1]);\n\t\tx =Integer.parseInt(spl[2]);\n\t\ty =Integer.parseInt(spl[3]);\n\t\tr =Integer.parseInt(spl[4]);\n\n\t\t//???????????????\n\t\tif((x<r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(x>(width-r)){\n\t\t\t//???????????????\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y<r){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y>(height-r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint width,height,x,y,r;\n\t\tString buf = br.readLine();\n\t\tString[] spl = buf.split(\" \");\n\t\twidth =Integer.parseInt(spl[0]);\n\t\theight =Integer.parseInt(spl[1]);\n\t\tx =Integer.parseInt(spl[2]);\n\t\ty =Integer.parseInt(spl[3]);\n\t\tr =Integer.parseInt(spl[4]);\n\n\t\t//???????????????\n\t\tif((x<r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(x>(width-r)){\n\t\t\t//???????????????\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y<r){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else if(y>(height-r)){\n\t\t\tSystem.out.println(\"No\");\n\t\t\treturn;\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int width,height,x,y,r;
String buf = br.readLine();
String[] spl = buf.split(" ");
width =Integer.parseInt(spl[0]);
height =Integer.parseInt(spl[1]);
x =Integer.parseInt(spl[2]);
y =Integer.parseInt(spl[3]);
r =Integer.parseInt(spl[4]);
//???????????????
if((x<r)){
System.out.println("No");
return;
}else if(x>(width-r)){
//???????????????
System.out.println("No");
return;
}else if(y<r){
System.out.println("No");
return;
}else if(y>(height-r)){
System.out.println("No");
return;
}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,
4,
18,
13,
14,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
38,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
37,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
37,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
57,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
56,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
56,
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.Scanner;\n\npublic class Main {\n\tpublic static void main(String args[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint W = in.nextInt();\n\t\tint H = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tif(x + r > W || x - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(y + r > H || y - r < 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[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint W = in.nextInt();\n\t\tint H = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tif(x + r > W || x - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(y + r > H || y - r < 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[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint W = in.nextInt();\n\t\tint H = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tif(x + r > W || x - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(y + r > H || y - r < 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 in = new Scanner(System.in);\n\t\tint W = in.nextInt();\n\t\tint H = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tif(x + r > W || x - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(y + r > H || y - r < 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 in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int W = in.nextInt();",
"W",
"in.nextInt()",
"in.nextInt",
"in",
"int H = in.nextInt();",
"H",
"in.nextInt()",
"in.nextInt",
"in",
"int x = in.nextInt();",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"int y = in.nextInt();",
"y",
"in.nextInt()",
"in.nextInt",
"in",
"int r = in.nextInt();",
"r",
"in.nextInt()",
"in.nextInt",
"in",
"if(x + r > W || x - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(y + r > H || y - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"x + r > W || x - r < 0",
"x + r > W",
"x + r",
"x",
"r",
"W",
"x - r < 0",
"x - r",
"x",
"r",
"0",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(y + r > H || y - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"y + r > H || y - r < 0",
"y + r > H",
"y + r",
"y",
"r",
"H",
"y - r < 0",
"y - r",
"y",
"r",
"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[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint W = in.nextInt();\n\t\tint H = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tif(x + r > W || x - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(y + r > H || y - r < 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[]){\n\t\tScanner in = new Scanner(System.in);\n\t\tint W = in.nextInt();\n\t\tint H = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tif(x + r > W || x - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(y + r > H || y - r < 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[]){
Scanner in = new Scanner(System.in);
int W = in.nextInt();
int H = in.nextInt();
int x = in.nextInt();
int y = in.nextInt();
int r = in.nextInt();
if(x + r > W || x - r < 0){
System.out.println("No");
}else if(y + r > H || y - r < 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,
20,
4,
18,
13,
23,
13,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
13,
0,
13,
13,
0,
13,
13,
23,
13,
23,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
103,
8
],
[
103,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
19,
20
],
[
9,
21
],
[
21,
22
],
[
0,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
23,
27
],
[
27,
28
],
[
23,
29
],
[
29,
30
],
[
23,
31
],
[
31,
32
],
[
23,
33
],
[
33,
34
],
[
23,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
37,
44
],
[
44,
45
],
[
44,
46
],
[
37,
47
],
[
47,
48
],
[
47,
49
],
[
37,
50
],
[
50,
51
],
[
50,
52
],
[
35,
53
],
[
53,
54
],
[
35,
55
],
[
55,
56
],
[
35,
57
],
[
57,
58
],
[
35,
59
],
[
59,
60
],
[
35,
61
],
[
61,
62
],
[
23,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
69,
68
],
[
80,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
69,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
80,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
69,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
66,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
66,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
0,
102
],
[
102,
103
],
[
102,
104
]
] | [
"import java.*;\nimport java.util.*;\n\npublic class Main{\npublic static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tcircleInRect cr = new circleInRect(scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt());\n\tcr.judge();\n\t}\n}\nclass circleInRect{\n\tint width;\n\tint height;\n\tint centx;\n\tint centy;\n \tint rad;\n\tpublic circleInRect(int w, int h, int cx,int cy,int r){\n\t\twidth=w;\n\t\theight=h;\n\t\tcentx=cx;\n\t\tcenty=cy;\n\t\trad=r;\n\t}\n\tpublic void judge(){\n\t\tif(centx-rad<0 || centy-rad<0 || centx+rad>width || centy+rad > height)\n\t\t\tSystem.out.printf(\"No\\n\");\n\t\telse\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t}\n}",
"import java.*;",
"java.*",
"import java.*;",
"import java.util.*;",
"util.*",
"java",
"public class Main{\npublic static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tcircleInRect cr = new circleInRect(scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt());\n\tcr.judge();\n\t}\n}",
"Main",
"public static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tcircleInRect cr = new circleInRect(scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt());\n\tcr.judge();\n\t}",
"main",
"{\n\tScanner scan = new Scanner(System.in);\n\tcircleInRect cr = new circleInRect(scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt());\n\tcr.judge();\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"circleInRect cr = new circleInRect(scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt());",
"cr",
"new circleInRect(scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt())",
"cr.judge()",
"cr.judge",
"cr",
"String args[]",
"args",
"class circleInRect{\n\tint width;\n\tint height;\n\tint centx;\n\tint centy;\n \tint rad;\n\tpublic circleInRect(int w, int h, int cx,int cy,int r){\n\t\twidth=w;\n\t\theight=h;\n\t\tcentx=cx;\n\t\tcenty=cy;\n\t\trad=r;\n\t}\n\tpublic void judge(){\n\t\tif(centx-rad<0 || centy-rad<0 || centx+rad>width || centy+rad > height)\n\t\t\tSystem.out.printf(\"No\\n\");\n\t\telse\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t}\n}",
"circleInRect",
"int width;",
"width",
"int height;",
"height",
"int centx;",
"centx",
"int centy;",
"centy",
"int rad;",
"rad",
"public circleInRect(int w, int h, int cx,int cy,int r){\n\t\twidth=w;\n\t\theight=h;\n\t\tcentx=cx;\n\t\tcenty=cy;\n\t\trad=r;\n\t}",
"circleInRect",
"{\n\t\twidth=w;\n\t\theight=h;\n\t\tcentx=cx;\n\t\tcenty=cy;\n\t\trad=r;\n\t}",
"width=w",
"width",
"w",
"height=h",
"height",
"h",
"centx=cx",
"centx",
"cx",
"centy=cy",
"centy",
"cy",
"rad=r",
"rad",
"r",
"int w",
"w",
"int h",
"h",
"int cx",
"cx",
"int cy",
"cy",
"int r",
"r",
"public void judge(){\n\t\tif(centx-rad<0 || centy-rad<0 || centx+rad>width || centy+rad > height)\n\t\t\tSystem.out.printf(\"No\\n\");\n\t\telse\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t}",
"judge",
"{\n\t\tif(centx-rad<0 || centy-rad<0 || centx+rad>width || centy+rad > height)\n\t\t\tSystem.out.printf(\"No\\n\");\n\t\telse\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t}",
"if(centx-rad<0 || centy-rad<0 || centx+rad>width || centy+rad > height)\n\t\t\tSystem.out.printf(\"No\\n\");\n\t\telse\n\t\t\tSystem.out.printf(\"Yes\\n\");",
"centx-rad<0 || centy-rad<0 || centx+rad>width || centy+rad > height",
"centx+rad>width",
"centx-rad<0 || centy-rad<0 || centx+rad>width || centy+rad > height",
"centx-rad<0",
"centx-rad",
"centx",
"rad",
"0",
"centy-rad<0",
"centy-rad",
"centy",
"rad",
"0",
"centx+rad>width",
"centx+rad",
"centx",
"rad",
"width",
"centy+rad > height",
"centy+rad",
"centy",
"rad",
"height",
"System.out.printf(\"No\\n\")",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"No\\n\"",
"System.out.printf(\"Yes\\n\")",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"Yes\\n\"",
"public class Main{\npublic static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tcircleInRect cr = new circleInRect(scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt());\n\tcr.judge();\n\t}\n}",
"public class Main{\npublic static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tcircleInRect cr = new circleInRect(scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt());\n\tcr.judge();\n\t}\n}",
"Main"
] | import java.*;
import java.util.*;
public class Main{
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
circleInRect cr = new circleInRect(scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt(),scan.nextInt());
cr.judge();
}
}
class circleInRect{
int width;
int height;
int centx;
int centy;
int rad;
public circleInRect(int w, int h, int cx,int cy,int r){
width=w;
height=h;
centx=cx;
centy=cy;
rad=r;
}
public void judge(){
if(centx-rad<0 || centy-rad<0 || centx+rad>width || centy+rad > height)
System.out.printf("No\n");
else
System.out.printf("Yes\n");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
14,
2,
2,
2,
2,
2,
18,
13,
17,
18,
13,
17,
17,
2,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
2,
2,
18,
13,
17,
18,
13,
17,
17,
2,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
115,
5
],
[
115,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
26,
27
],
[
26,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
36,
38
],
[
29,
39
],
[
39,
40
],
[
40,
41
],
[
29,
42
],
[
43,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
57,
56
],
[
78,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
58,
66
],
[
57,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
67,
75
],
[
75,
76
],
[
75,
77
],
[
78,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
83,
85
],
[
78,
86
],
[
57,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
92,
93
],
[
92,
94
],
[
87,
95
],
[
95,
96
],
[
95,
97
],
[
54,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
54,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
106,
111
],
[
6,
112
],
[
112,
113
],
[
0,
114
],
[
114,
115
],
[
114,
116
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] arges) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\t\tif (v[2] - v[4] < 0 || v[2] + v[4] > v[0] || v[3] - v[4] < 0\n\t\t\t\t|| v[3] + v[4] > v[1]) {\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\n\tpublic static void main(String[] arges) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\t\tif (v[2] - v[4] < 0 || v[2] + v[4] > v[0] || v[3] - v[4] < 0\n\t\t\t\t|| v[3] + v[4] > v[1]) {\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[] arges) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\t\tif (v[2] - v[4] < 0 || v[2] + v[4] > v[0] || v[3] - v[4] < 0\n\t\t\t\t|| v[3] + v[4] > v[1]) {\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\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\t\tif (v[2] - v[4] < 0 || v[2] + v[4] > v[0] || v[3] - v[4] < 0\n\t\t\t\t|| v[3] + v[4] > v[1]) {\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)",
"String line = sc.nextLine();",
"line",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] k = line.split(\" \");",
"k",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int[] v = new int[k.length];",
"v",
"new int[k.length]",
"k.length",
"k",
"k.length",
"for (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < v.length",
"i",
"v.length",
"v",
"v.length",
"i++",
"i++",
"i",
"{\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}",
"{\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}",
"v[i] = Integer.parseInt(k[i])",
"v[i]",
"v",
"i",
"Integer.parseInt(k[i])",
"Integer.parseInt",
"Integer",
"k[i]",
"k",
"i",
"if (v[2] - v[4] < 0 || v[2] + v[4] > v[0] || v[3] - v[4] < 0\n\t\t\t\t|| v[3] + v[4] > v[1]) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"v[2] - v[4] < 0 || v[2] + v[4] > v[0] || v[3] - v[4] < 0\n\t\t\t\t|| v[3] + v[4] > v[1]",
"v[3] - v[4] < 0",
"v[2] - v[4] < 0 || v[2] + v[4] > v[0] || v[3] - v[4] < 0\n\t\t\t\t|| v[3] + v[4] > v[1]",
"v[2] - v[4] < 0",
"v[2] - v[4]",
"v[2]",
"v",
"2",
"v[4]",
"v",
"4",
"0",
"v[2] + v[4] > v[0]",
"v[2] + v[4]",
"v[2]",
"v",
"2",
"v[4]",
"v",
"4",
"v[0]",
"v",
"0",
"v[3] - v[4] < 0",
"v[3] - v[4]",
"v[3]",
"v",
"3",
"v[4]",
"v",
"4",
"0",
"v[3] + v[4] > v[1]",
"v[3] + v[4]",
"v[3]",
"v",
"3",
"v[4]",
"v",
"4",
"v[1]",
"v",
"1",
"{\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[] arges",
"arges",
"public class Main {\n\n\tpublic static void main(String[] arges) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\t\tif (v[2] - v[4] < 0 || v[2] + v[4] > v[0] || v[3] - v[4] < 0\n\t\t\t\t|| v[3] + v[4] > v[1]) {\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\n\tpublic static void main(String[] arges) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] k = line.split(\" \");\n\t\tint[] v = new int[k.length];\n\t\tfor (int i = 0; i < v.length; i++) {\n\t\t\tv[i] = Integer.parseInt(k[i]);\n\t\t}\n\t\tif (v[2] - v[4] < 0 || v[2] + v[4] > v[0] || v[3] - v[4] < 0\n\t\t\t\t|| v[3] + v[4] > v[1]) {\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[] arges) {
Scanner sc = new Scanner(System.in);
String line = sc.nextLine();
String[] k = line.split(" ");
int[] v = new int[k.length];
for (int i = 0; i < v.length; i++) {
v[i] = Integer.parseInt(k[i]);
}
if (v[2] - v[4] < 0 || v[2] + v[4] > v[0] || v[3] - v[4] < 0
|| v[3] + v[4] > v[1]) {
System.out.println("No");
} else {
System.out.println("Yes");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
2,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
2,
2,
18,
13,
17,
18,
13,
17,
17,
2,
2,
18,
13,
17,
18,
13,
17,
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
],
[
95,
5
],
[
95,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
21,
22
],
[
21,
23
],
[
16,
24
],
[
24,
25
],
[
25,
26
],
[
16,
27
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
39,
38
],
[
62,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
48,
50
],
[
39,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
56,
58
],
[
51,
59
],
[
59,
60
],
[
59,
61
],
[
62,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
67,
69
],
[
62,
70
],
[
39,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
76,
78
],
[
71,
79
],
[
36,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
36,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
6,
92
],
[
92,
93
],
[
0,
94
],
[
94,
95
],
[
94,
96
]
] | [
"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 = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\ta[i] = sc.nextInt();\n\t\t}\n\t\tif((a[2]+a[4]) > a[0] || (a[3]+a[4]) > a[1] ||\n\t\t\t\t(a[2]-a[4]) < 0 || (a[3]-a[4]) < 0)System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\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 = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\ta[i] = sc.nextInt();\n\t\t}\n\t\tif((a[2]+a[4]) > a[0] || (a[3]+a[4]) > a[1] ||\n\t\t\t\t(a[2]-a[4]) < 0 || (a[3]-a[4]) < 0)System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] a = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\ta[i] = sc.nextInt();\n\t\t}\n\t\tif((a[2]+a[4]) > a[0] || (a[3]+a[4]) > a[1] ||\n\t\t\t\t(a[2]-a[4]) < 0 || (a[3]-a[4]) < 0)System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] a = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\ta[i] = sc.nextInt();\n\t\t}\n\t\tif((a[2]+a[4]) > a[0] || (a[3]+a[4]) > a[1] ||\n\t\t\t\t(a[2]-a[4]) < 0 || (a[3]-a[4]) < 0)System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int[] a = new int[5];",
"a",
"new int[5]",
"5",
"for(int i = 0; i < 5; i++){\n\t\t\ta[i] = sc.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 5",
"i",
"5",
"i++",
"i++",
"i",
"{\n\t\t\ta[i] = sc.nextInt();\n\t\t}",
"{\n\t\t\ta[i] = sc.nextInt();\n\t\t}",
"a[i] = sc.nextInt()",
"a[i]",
"a",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if((a[2]+a[4]) > a[0] || (a[3]+a[4]) > a[1] ||\n\t\t\t\t(a[2]-a[4]) < 0 || (a[3]-a[4]) < 0)System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");",
"(a[2]+a[4]) > a[0] || (a[3]+a[4]) > a[1] ||\n\t\t\t\t(a[2]-a[4]) < 0 || (a[3]-a[4]) < 0",
"(a[2]-a[4]) < 0",
"(a[2]+a[4]) > a[0] || (a[3]+a[4]) > a[1] ||\n\t\t\t\t(a[2]-a[4]) < 0 || (a[3]-a[4]) < 0",
"(a[2]+a[4]) > a[0]",
"(a[2]+a[4])",
"a[2]",
"a",
"2",
"a[4]",
"a",
"4",
"a[0]",
"a",
"0",
"(a[3]+a[4]) > a[1]",
"(a[3]+a[4])",
"a[3]",
"a",
"3",
"a[4]",
"a",
"4",
"a[1]",
"a",
"1",
"(a[2]-a[4]) < 0",
"(a[2]-a[4])",
"a[2]",
"a",
"2",
"a[4]",
"a",
"4",
"0",
"(a[3]-a[4]) < 0",
"(a[3]-a[4])",
"a[3]",
"a",
"3",
"a[4]",
"a",
"4",
"0",
"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\tScanner sc = new Scanner(System.in);\n\t\tint[] a = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\ta[i] = sc.nextInt();\n\t\t}\n\t\tif((a[2]+a[4]) > a[0] || (a[3]+a[4]) > a[1] ||\n\t\t\t\t(a[2]-a[4]) < 0 || (a[3]-a[4]) < 0)System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint[] a = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\ta[i] = sc.nextInt();\n\t\t}\n\t\tif((a[2]+a[4]) > a[0] || (a[3]+a[4]) > a[1] ||\n\t\t\t\t(a[2]-a[4]) < 0 || (a[3]-a[4]) < 0)System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int[] a = new int[5];
for(int i = 0; i < 5; i++){
a[i] = sc.nextInt();
}
if((a[2]+a[4]) > a[0] || (a[3]+a[4]) > a[1] ||
(a[2]-a[4]) < 0 || (a[3]-a[4]) < 0)System.out.println("No");
else System.out.println("Yes");
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
18,
4,
18,
20,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
17,
2,
13,
17,
30,
14,
2,
2,
2,
13,
13,
13,
2,
13,
13,
30,
14,
2,
2,
2,
13,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
111,
2
],
[
111,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
11,
12
],
[
8,
13
],
[
5,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
16,
19
],
[
19,
20
],
[
19,
21
],
[
5,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
27,
28
],
[
27,
29
],
[
5,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
35,
37
],
[
5,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
5,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
5,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
59,
61
],
[
54,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
64,
70
],
[
70,
71
],
[
70,
72
],
[
63,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
75,
81
],
[
81,
82
],
[
81,
83
],
[
74,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
74,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
63,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
54,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
102,
107
],
[
3,
108
],
[
108,
109
],
[
0,
110
],
[
110,
111
],
[
110,
112
]
] | [
"public class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint w = Integer.parseInt(input[0]);\n\tint h = Integer.parseInt(input[1]);\n\tint x = Integer.parseInt(input[2]);\n\tint y = Integer.parseInt(input[3]);\n\tint r = Integer.parseInt(input[4]);\n\t\n\tif (x > 0 && y > 0)\n\t{\n\t\tif ((x + r <= w) && (x >= r))\n\t\t{\n\t\t\tif ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\telse\n\t\tSystem.out.println(\"No\");\n\n\n}\n}",
"public class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint w = Integer.parseInt(input[0]);\n\tint h = Integer.parseInt(input[1]);\n\tint x = Integer.parseInt(input[2]);\n\tint y = Integer.parseInt(input[3]);\n\tint r = Integer.parseInt(input[4]);\n\t\n\tif (x > 0 && y > 0)\n\t{\n\t\tif ((x + r <= w) && (x >= r))\n\t\t{\n\t\t\tif ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\telse\n\t\tSystem.out.println(\"No\");\n\n\n}\n}",
"Main",
"public static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint w = Integer.parseInt(input[0]);\n\tint h = Integer.parseInt(input[1]);\n\tint x = Integer.parseInt(input[2]);\n\tint y = Integer.parseInt(input[3]);\n\tint r = Integer.parseInt(input[4]);\n\t\n\tif (x > 0 && y > 0)\n\t{\n\t\tif ((x + r <= w) && (x >= r))\n\t\t{\n\t\t\tif ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\telse\n\t\tSystem.out.println(\"No\");\n\n\n}",
"main",
"{\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint w = Integer.parseInt(input[0]);\n\tint h = Integer.parseInt(input[1]);\n\tint x = Integer.parseInt(input[2]);\n\tint y = Integer.parseInt(input[3]);\n\tint r = Integer.parseInt(input[4]);\n\t\n\tif (x > 0 && y > 0)\n\t{\n\t\tif ((x + r <= w) && (x >= r))\n\t\t{\n\t\t\tif ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\telse\n\t\tSystem.out.println(\"No\");\n\n\n}",
"String[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");",
"input",
"new java.util.Scanner ( System.in ). nextLine().split(\" \")",
"new java.util.Scanner ( System.in ). nextLine().split",
"new java.util.Scanner ( System.in ). nextLine()",
"new java.util.Scanner ( System.in ). nextLine",
"new java.util.Scanner ( System.in )",
"\" \"",
"int w = Integer.parseInt(input[0]);",
"w",
"Integer.parseInt(input[0])",
"Integer.parseInt",
"Integer",
"input[0]",
"input",
"0",
"int h = Integer.parseInt(input[1]);",
"h",
"Integer.parseInt(input[1])",
"Integer.parseInt",
"Integer",
"input[1]",
"input",
"1",
"int x = Integer.parseInt(input[2]);",
"x",
"Integer.parseInt(input[2])",
"Integer.parseInt",
"Integer",
"input[2]",
"input",
"2",
"int y = Integer.parseInt(input[3]);",
"y",
"Integer.parseInt(input[3])",
"Integer.parseInt",
"Integer",
"input[3]",
"input",
"3",
"int r = Integer.parseInt(input[4]);",
"r",
"Integer.parseInt(input[4])",
"Integer.parseInt",
"Integer",
"input[4]",
"input",
"4",
"if (x > 0 && y > 0)\n\t{\n\t\tif ((x + r <= w) && (x >= r))\n\t\t{\n\t\t\tif ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\telse\n\t\tSystem.out.println(\"No\");",
"x > 0 && y > 0",
"x > 0",
"x",
"0",
"y > 0",
"y",
"0",
"{\n\t\tif ((x + r <= w) && (x >= r))\n\t\t{\n\t\t\tif ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}",
"if ((x + r <= w) && (x >= r))\n\t\t{\n\t\t\tif ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");",
"(x + r <= w) && (x >= r)",
"(x + r <= w)",
"x + r",
"x",
"r",
"w",
"(x >= r)",
"x",
"r",
"{\n\t\t\tif ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}",
"if ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");",
"(y + r <= h) && (y >= r)",
"(y + r <= h)",
"y + r",
"y",
"r",
"h",
"(y >= r)",
"y",
"r",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint w = Integer.parseInt(input[0]);\n\tint h = Integer.parseInt(input[1]);\n\tint x = Integer.parseInt(input[2]);\n\tint y = Integer.parseInt(input[3]);\n\tint r = Integer.parseInt(input[4]);\n\t\n\tif (x > 0 && y > 0)\n\t{\n\t\tif ((x + r <= w) && (x >= r))\n\t\t{\n\t\t\tif ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\telse\n\t\tSystem.out.println(\"No\");\n\n\n}\n}",
"public class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in ). nextLine().split(\" \");\n\tint w = Integer.parseInt(input[0]);\n\tint h = Integer.parseInt(input[1]);\n\tint x = Integer.parseInt(input[2]);\n\tint y = Integer.parseInt(input[3]);\n\tint r = Integer.parseInt(input[4]);\n\t\n\tif (x > 0 && y > 0)\n\t{\n\t\tif ((x + r <= w) && (x >= r))\n\t\t{\n\t\t\tif ((y + r <= h) && (y >= r))\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\telse\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\telse\n\t\tSystem.out.println(\"No\");\n\n\n}\n}",
"Main"
] | public class Main {
public static void main(String[] args){
String[] input = new java.util.Scanner ( System.in ). nextLine().split(" ");
int w = Integer.parseInt(input[0]);
int h = Integer.parseInt(input[1]);
int x = Integer.parseInt(input[2]);
int y = Integer.parseInt(input[3]);
int r = Integer.parseInt(input[4]);
if (x > 0 && y > 0)
{
if ((x + r <= w) && (x >= r))
{
if ((y + r <= h) && (y >= r))
System.out.println("Yes");
else
System.out.println("No");
}
else
System.out.println("No");
}
else
System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
8,
2,
2,
2,
2,
13,
13,
2,
13,
2,
13,
13,
2,
13,
13,
2,
13,
2,
13,
13,
17,
17,
4,
18,
13,
12,
13,
30,
4,
18,
20,
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
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
43,
44
],
[
54,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
54,
54
],
[
54,
55
],
[
54,
56
],
[
43,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
42,
62
],
[
42,
63
],
[
8,
64
],
[
64,
65
],
[
65,
66
],
[
76,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
67,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\t\n\tpublic void exec() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tSystem.out.println((r<=x && x<=W-r && r<=y && y<=H-r)?\"Yes\":\"No\");\n\t\tsc.close();\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().exec();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\n\tpublic void exec() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tSystem.out.println((r<=x && x<=W-r && r<=y && y<=H-r)?\"Yes\":\"No\");\n\t\tsc.close();\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().exec();\n\t}\n}",
"Main",
"public void exec() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tSystem.out.println((r<=x && x<=W-r && r<=y && y<=H-r)?\"Yes\":\"No\");\n\t\tsc.close();\n\t}",
"exec",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tSystem.out.println((r<=x && x<=W-r && r<=y && y<=H-r)?\"Yes\":\"No\");\n\t\tsc.close();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int H = sc.nextInt();",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println((r<=x && x<=W-r && r<=y && y<=H-r)?\"Yes\":\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"(r<=x && x<=W-r && r<=y && y<=H-r)?\"Yes\":\"No\"",
"(r<=x && x<=W-r && r<=y && y<=H-r)",
"r<=y",
"r<=x && x<=W-r && r<=y && y<=H-r",
"r<=x",
"r",
"x",
"x<=W-r",
"x",
"W-r",
"W",
"r",
"r<=y",
"r",
"y",
"y<=H-r",
"y",
"H-r",
"H",
"r",
"\"Yes\"",
"\"No\"",
"sc.close()",
"sc.close",
"sc",
"public static void main(String[] args) {\n\t\tnew Main().exec();\n\t}",
"main",
"{\n\t\tnew Main().exec();\n\t}",
"new Main().exec()",
"new Main().exec",
"new Main()",
"String[] args",
"args",
"public class Main {\n\t\n\tpublic void exec() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tSystem.out.println((r<=x && x<=W-r && r<=y && y<=H-r)?\"Yes\":\"No\");\n\t\tsc.close();\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().exec();\n\t}\n}",
"public class Main {\n\t\n\tpublic void exec() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tSystem.out.println((r<=x && x<=W-r && r<=y && y<=H-r)?\"Yes\":\"No\");\n\t\tsc.close();\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().exec();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public void exec() {
Scanner sc = new Scanner(System.in);
int W = sc.nextInt();
int H = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
System.out.println((r<=x && x<=W-r && r<=y && y<=H-r)?"Yes":"No");
sc.close();
}
public static void main(String[] args) {
new Main().exec();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
20,
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,
41,
13,
4,
18,
13,
4,
18,
13,
14,
40,
4,
13,
13,
13,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
12,
13,
30,
14,
2,
2,
2,
4,
13,
13,
13,
13,
13,
13,
4,
13,
13,
13,
13,
13,
13,
4,
13,
13,
13,
13,
13,
13,
4,
13,
13,
13,
13,
13,
13,
29,
17,
29,
17,
23,
13,
23,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
2,
13,
13,
17,
29,
17,
29,
17,
23,
13,
23,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
2,
13,
13,
13,
29,
17,
29,
17,
23,
13,
23,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
2,
13,
13,
13,
29,
17,
29,
17,
23,
13,
23,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
14,
2,
2,
13,
13,
17,
29,
17,
29,
17,
23,
13,
23,
13,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
209,
5
],
[
209,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
6,
10
],
[
10,
11
],
[
209,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
14,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
14,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
14,
43
],
[
43,
44
],
[
44,
45
],
[
14,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
48,
51
],
[
48,
52
],
[
48,
53
],
[
48,
54
],
[
46,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
46,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
209,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
73,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
74,
77
],
[
74,
78
],
[
74,
79
],
[
74,
80
],
[
73,
81
],
[
81,
82
],
[
81,
83
],
[
81,
84
],
[
81,
85
],
[
81,
86
],
[
81,
87
],
[
72,
88
],
[
88,
89
],
[
88,
90
],
[
88,
91
],
[
88,
92
],
[
88,
93
],
[
88,
94
],
[
73,
95
],
[
95,
96
],
[
95,
97
],
[
95,
98
],
[
95,
99
],
[
95,
100
],
[
95,
101
],
[
70,
102
],
[
102,
103
],
[
69,
104
],
[
104,
105
],
[
67,
106
],
[
106,
107
],
[
67,
108
],
[
108,
109
],
[
67,
110
],
[
110,
111
],
[
67,
112
],
[
112,
113
],
[
67,
114
],
[
114,
115
],
[
209,
116
],
[
116,
117
],
[
116,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
120,
124
],
[
119,
125
],
[
125,
126
],
[
118,
127
],
[
127,
128
],
[
116,
129
],
[
129,
130
],
[
116,
131
],
[
131,
132
],
[
116,
133
],
[
133,
134
],
[
116,
135
],
[
135,
136
],
[
116,
137
],
[
137,
138
],
[
209,
139
],
[
139,
140
],
[
139,
141
],
[
141,
142
],
[
142,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
143,
147
],
[
142,
148
],
[
148,
149
],
[
141,
150
],
[
150,
151
],
[
139,
152
],
[
152,
153
],
[
139,
154
],
[
154,
155
],
[
139,
156
],
[
156,
157
],
[
139,
158
],
[
158,
159
],
[
139,
160
],
[
160,
161
],
[
209,
162
],
[
162,
163
],
[
162,
164
],
[
164,
165
],
[
165,
166
],
[
166,
167
],
[
167,
168
],
[
167,
169
],
[
166,
170
],
[
165,
171
],
[
171,
172
],
[
164,
173
],
[
173,
174
],
[
162,
175
],
[
175,
176
],
[
162,
177
],
[
177,
178
],
[
162,
179
],
[
179,
180
],
[
162,
181
],
[
181,
182
],
[
162,
183
],
[
183,
184
],
[
209,
185
],
[
185,
186
],
[
185,
187
],
[
187,
188
],
[
188,
189
],
[
189,
190
],
[
190,
191
],
[
190,
192
],
[
189,
193
],
[
188,
194
],
[
194,
195
],
[
187,
196
],
[
196,
197
],
[
185,
198
],
[
198,
199
],
[
185,
200
],
[
200,
201
],
[
185,
202
],
[
202,
203
],
[
185,
204
],
[
204,
205
],
[
185,
206
],
[
206,
207
],
[
0,
208
],
[
208,
209
],
[
208,
210
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tnew Main();\n\t}\n\tMain(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\t\tif(!isTouch(W,H,x,y,r))\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\n\tboolean isTouch(int W,int H,int x,int y,int r){\n\t\tif(isTouchAbove(W,H,x,y,r) || isTouchBottom(W,H,x,y,r) || isTouchLeft(W,H,x,y,r) || isTouchRight(W,H,x,y,r))\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchLeft(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchAbove(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y + r > H)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchRight(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x + r > W)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchBottom(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tnew Main();\n\t}\n\tMain(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\t\tif(!isTouch(W,H,x,y,r))\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\n\tboolean isTouch(int W,int H,int x,int y,int r){\n\t\tif(isTouchAbove(W,H,x,y,r) || isTouchBottom(W,H,x,y,r) || isTouchLeft(W,H,x,y,r) || isTouchRight(W,H,x,y,r))\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchLeft(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchAbove(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y + r > H)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchRight(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x + r > W)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchBottom(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\t\tnew Main();\n\t}",
"main",
"{\n\t\tnew Main();\n\t}",
"new Main()",
"String[] args",
"args",
"Main(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\t\tif(!isTouch(W,H,x,y,r))\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}",
"Main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\t\tif(!isTouch(W,H,x,y,r))\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int W = scan.nextInt();",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int H = scan.nextInt();",
"H",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y = scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int r = scan.nextInt();",
"r",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.close()",
"scan.close",
"scan",
"if(!isTouch(W,H,x,y,r))\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");",
"!isTouch(W,H,x,y,r)",
"isTouch(W,H,x,y,r)",
"isTouch",
"W",
"H",
"x",
"y",
"r",
"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\"",
"boolean isTouch(int W,int H,int x,int y,int r){\n\t\tif(isTouchAbove(W,H,x,y,r) || isTouchBottom(W,H,x,y,r) || isTouchLeft(W,H,x,y,r) || isTouchRight(W,H,x,y,r))\n\t\t\treturn true;\n\t\treturn false;\n\t}",
"isTouch",
"{\n\t\tif(isTouchAbove(W,H,x,y,r) || isTouchBottom(W,H,x,y,r) || isTouchLeft(W,H,x,y,r) || isTouchRight(W,H,x,y,r))\n\t\t\treturn true;\n\t\treturn false;\n\t}",
"if(isTouchAbove(W,H,x,y,r) || isTouchBottom(W,H,x,y,r) || isTouchLeft(W,H,x,y,r) || isTouchRight(W,H,x,y,r))\n\t\t\treturn true;",
"isTouchAbove(W,H,x,y,r) || isTouchBottom(W,H,x,y,r) || isTouchLeft(W,H,x,y,r) || isTouchRight(W,H,x,y,r)",
"isTouchLeft(W,H,x,y,r)",
"isTouchAbove(W,H,x,y,r) || isTouchBottom(W,H,x,y,r) || isTouchLeft(W,H,x,y,r) || isTouchRight(W,H,x,y,r)",
"isTouchAbove(W,H,x,y,r)",
"isTouchAbove",
"W",
"H",
"x",
"y",
"r",
"isTouchBottom(W,H,x,y,r)",
"isTouchBottom",
"W",
"H",
"x",
"y",
"r",
"isTouchLeft(W,H,x,y,r)",
"isTouchLeft",
"W",
"H",
"x",
"y",
"r",
"isTouchRight(W,H,x,y,r)",
"isTouchRight",
"W",
"H",
"x",
"y",
"r",
"return true;",
"true",
"return false;",
"false",
"int W",
"W",
"int H",
"H",
"int x",
"x",
"int y",
"y",
"int r",
"r",
"private boolean isTouchLeft(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}",
"isTouchLeft",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}",
"if(x - r < 0)\n\t\t\treturn true;",
"x - r < 0",
"x - r",
"x",
"r",
"0",
"return true;",
"true",
"return false;",
"false",
"int W",
"W",
"int H",
"H",
"int x",
"x",
"int y",
"y",
"int r",
"r",
"private boolean isTouchAbove(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y + r > H)\n\t\t\treturn true;\n\t\treturn false;\n\t}",
"isTouchAbove",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y + r > H)\n\t\t\treturn true;\n\t\treturn false;\n\t}",
"if(y + r > H)\n\t\t\treturn true;",
"y + r > H",
"y + r",
"y",
"r",
"H",
"return true;",
"true",
"return false;",
"false",
"int W",
"W",
"int H",
"H",
"int x",
"x",
"int y",
"y",
"int r",
"r",
"private boolean isTouchRight(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x + r > W)\n\t\t\treturn true;\n\t\treturn false;\n\t}",
"isTouchRight",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x + r > W)\n\t\t\treturn true;\n\t\treturn false;\n\t}",
"if(x + r > W)\n\t\t\treturn true;",
"x + r > W",
"x + r",
"x",
"r",
"W",
"return true;",
"true",
"return false;",
"false",
"int W",
"W",
"int H",
"H",
"int x",
"x",
"int y",
"y",
"int r",
"r",
"private boolean isTouchBottom(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}",
"isTouchBottom",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}",
"if(y - r < 0)\n\t\t\treturn true;",
"y - r < 0",
"y - r",
"y",
"r",
"0",
"return true;",
"true",
"return false;",
"false",
"int W",
"W",
"int H",
"H",
"int x",
"x",
"int y",
"y",
"int r",
"r",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tnew Main();\n\t}\n\tMain(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\t\tif(!isTouch(W,H,x,y,r))\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\n\tboolean isTouch(int W,int H,int x,int y,int r){\n\t\tif(isTouchAbove(W,H,x,y,r) || isTouchBottom(W,H,x,y,r) || isTouchLeft(W,H,x,y,r) || isTouchRight(W,H,x,y,r))\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchLeft(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchAbove(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y + r > H)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchRight(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x + r > W)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchBottom(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tnew Main();\n\t}\n\tMain(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\t\tif(!isTouch(W,H,x,y,r))\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\t}\n\n\tboolean isTouch(int W,int H,int x,int y,int r){\n\t\tif(isTouchAbove(W,H,x,y,r) || isTouchBottom(W,H,x,y,r) || isTouchLeft(W,H,x,y,r) || isTouchRight(W,H,x,y,r))\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchLeft(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchAbove(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y + r > H)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchRight(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(x + r > W)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\tprivate boolean isTouchBottom(int W,int H,int x,int y,int r) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tif(y - r < 0)\n\t\t\treturn true;\n\t\treturn false;\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
new Main();
}
Main(){
Scanner scan = new Scanner(System.in);
int W = scan.nextInt();
int H = scan.nextInt();
int x = scan.nextInt();
int y = scan.nextInt();
int r = scan.nextInt();
scan.close();
if(!isTouch(W,H,x,y,r))
System.out.println("Yes");
else
System.out.println("No");
}
boolean isTouch(int W,int H,int x,int y,int r){
if(isTouchAbove(W,H,x,y,r) || isTouchBottom(W,H,x,y,r) || isTouchLeft(W,H,x,y,r) || isTouchRight(W,H,x,y,r))
return true;
return false;
}
private boolean isTouchLeft(int W,int H,int x,int y,int r) {
// TODO ?????????????????????????????????????????????
if(x - r < 0)
return true;
return false;
}
private boolean isTouchAbove(int W,int H,int x,int y,int r) {
// TODO ?????????????????????????????????????????????
if(y + r > H)
return true;
return false;
}
private boolean isTouchRight(int W,int H,int x,int y,int r) {
// TODO ?????????????????????????????????????????????
if(x + r > W)
return true;
return false;
}
private boolean isTouchBottom(int W,int H,int x,int y,int r) {
// TODO ?????????????????????????????????????????????
if(y - r < 0)
return true;
return false;
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
41,
13,
2,
18,
13,
17,
18,
13,
17,
41,
13,
2,
18,
13,
17,
18,
13,
17,
41,
13,
2,
18,
13,
17,
18,
13,
17,
41,
13,
2,
18,
13,
17,
18,
13,
17,
14,
2,
2,
18,
13,
17,
13,
2,
17,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
18,
13,
17,
13,
2,
17,
13,
30,
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
],
[
118,
5
],
[
118,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
19,
27
],
[
27,
28
],
[
28,
29
],
[
19,
30
],
[
31,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
45,
47
],
[
8,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
8,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
8,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
82,
83
],
[
82,
84
],
[
75,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
75,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
93,
99
],
[
99,
100
],
[
99,
101
],
[
92,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
103,
108
],
[
92,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
109,
114
],
[
6,
115
],
[
115,
116
],
[
0,
117
],
[
117,
118
],
[
117,
119
]
] | [
"import java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 5;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tint wp = num[2]+num[4];\n\t\tint wm = num[2]-num[4];\n\t\tint hp = num[3]+num[4];\n\t\tint hm = num[3]-num[4];\n\n\t\tif(num[0] < wp | 0 > wm ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(num[1] < hp | 0 > hm) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else System.out.println(\"Yes\");\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 5;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tint wp = num[2]+num[4];\n\t\tint wm = num[2]-num[4];\n\t\tint hp = num[3]+num[4];\n\t\tint hm = num[3]-num[4];\n\n\t\tif(num[0] < wp | 0 > wm ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(num[1] < hp | 0 > hm) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else System.out.println(\"Yes\");\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 5;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tint wp = num[2]+num[4];\n\t\tint wm = num[2]-num[4];\n\t\tint hp = num[3]+num[4];\n\t\tint hm = num[3]-num[4];\n\n\t\tif(num[0] < wp | 0 > wm ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(num[1] < hp | 0 > hm) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else System.out.println(\"Yes\");\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 5;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tint wp = num[2]+num[4];\n\t\tint wm = num[2]-num[4];\n\t\tint hp = num[3]+num[4];\n\t\tint hm = num[3]-num[4];\n\n\t\tif(num[0] < wp | 0 > wm ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(num[1] < hp | 0 > hm) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else System.out.println(\"Yes\");\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int kaisu = 5;",
"kaisu",
"5",
"int[] num = new int[kaisu];",
"num",
"new int[kaisu]",
"kaisu",
"for(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < kaisu",
"i",
"kaisu",
"i++",
"i++",
"i",
"{\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"{\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"num[i] = scan.nextInt()",
"num[i]",
"num",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int wp = num[2]+num[4];",
"wp",
"num[2]+num[4]",
"num[2]",
"num",
"2",
"num[4]",
"num",
"4",
"int wm = num[2]-num[4];",
"wm",
"num[2]-num[4]",
"num[2]",
"num",
"2",
"num[4]",
"num",
"4",
"int hp = num[3]+num[4];",
"hp",
"num[3]+num[4]",
"num[3]",
"num",
"3",
"num[4]",
"num",
"4",
"int hm = num[3]-num[4];",
"hm",
"num[3]-num[4]",
"num[3]",
"num",
"3",
"num[4]",
"num",
"4",
"if(num[0] < wp | 0 > wm ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(num[1] < hp | 0 > hm) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else System.out.println(\"Yes\");",
"num[0] < wp | 0 > wm",
"num[0] < wp",
"num[0]",
"num",
"0",
"wp",
"0 > wm",
"0",
"wm",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(num[1] < hp | 0 > hm) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else System.out.println(\"Yes\");",
"num[1] < hp | 0 > hm",
"num[1] < hp",
"num[1]",
"num",
"1",
"hp",
"0 > hm",
"0",
"hm",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"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\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 5;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tint wp = num[2]+num[4];\n\t\tint wm = num[2]-num[4];\n\t\tint hp = num[3]+num[4];\n\t\tint hm = num[3]-num[4];\n\n\t\tif(num[0] < wp | 0 > wm ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(num[1] < hp | 0 > hm) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else System.out.println(\"Yes\");\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint kaisu = 5;\n\t\tint[] num = new int[kaisu];\n\n\t\tfor(int i = 0; i < kaisu ; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tint wp = num[2]+num[4];\n\t\tint wm = num[2]-num[4];\n\t\tint hp = num[3]+num[4];\n\t\tint hm = num[3]-num[4];\n\n\t\tif(num[0] < wp | 0 > wm ) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if(num[1] < hp | 0 > hm) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else System.out.println(\"Yes\");\n\t}\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int kaisu = 5;
int[] num = new int[kaisu];
for(int i = 0; i < kaisu ; i++) {
num[i] = scan.nextInt();
}
int wp = num[2]+num[4];
int wm = num[2]-num[4];
int hp = num[3]+num[4];
int hm = num[3]-num[4];
if(num[0] < wp | 0 > wm ) {
System.out.println("No");
}else if(num[1] < hp | 0 > hm) {
System.out.println("No");
}else System.out.println("Yes");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
5,
13,
30,
4,
18,
13,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
40,
2,
2,
2,
2,
2,
2,
13,
40,
17,
2,
13,
17,
2,
2,
13,
40,
17,
2,
13,
17,
2,
2,
13,
17,
2,
13,
17,
2,
2,
13,
17,
2,
13,
17,
2,
2,
13,
17,
2,
13,
17,
30,
37,
20,
41,
13,
17,
41,
13,
17,
41,
13,
14,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
0,
13,
17,
14,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
0,
13,
17,
14,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
0,
13,
17,
14,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
18,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
18,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
18,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
37,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
37,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
37,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
62,
64
],
[
37,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
70,
71
],
[
70,
72
],
[
37,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
78,
79
],
[
78,
80
],
[
37,
81
],
[
81,
82
],
[
81,
83
],
[
83,
84
],
[
84,
85
],
[
83,
86
],
[
86,
87
],
[
86,
88
],
[
37,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
118,
93
],
[
111,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
95,
100
],
[
100,
101
],
[
100,
102
],
[
94,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
103,
108
],
[
108,
109
],
[
108,
110
],
[
111,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
115,
116
],
[
115,
117
],
[
118,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
122,
123
],
[
122,
124
],
[
91,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
125,
129
],
[
129,
130
],
[
129,
131
],
[
89,
132
],
[
132,
133
],
[
133,
134
],
[
37,
135
],
[
135,
136
],
[
135,
137
],
[
37,
138
],
[
138,
139
],
[
138,
140
],
[
37,
141
],
[
141,
142
],
[
37,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
146,
147
],
[
146,
148
],
[
145,
149
],
[
144,
150
],
[
150,
151
],
[
151,
152
],
[
151,
153
],
[
150,
154
],
[
143,
155
],
[
155,
156
],
[
156,
157
],
[
156,
158
],
[
143,
159
],
[
159,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
162,
164
],
[
161,
165
],
[
160,
166
],
[
166,
167
],
[
167,
168
],
[
167,
169
],
[
166,
170
],
[
159,
171
],
[
171,
172
],
[
172,
173
],
[
172,
174
],
[
159,
175
],
[
175,
176
],
[
176,
177
],
[
177,
178
],
[
178,
179
],
[
178,
180
],
[
177,
181
],
[
176,
182
],
[
182,
183
],
[
183,
184
],
[
183,
185
],
[
182,
186
],
[
175,
187
],
[
187,
188
],
[
188,
189
],
[
188,
190
],
[
175,
191
],
[
191,
192
],
[
192,
193
],
[
193,
194
],
[
194,
195
],
[
194,
196
],
[
193,
197
],
[
192,
198
],
[
198,
199
],
[
199,
200
],
[
199,
201
],
[
198,
202
],
[
191,
203
],
[
203,
204
],
[
204,
205
],
[
204,
206
],
[
191,
207
],
[
207,
208
],
[
208,
209
],
[
208,
210
],
[
37,
211
],
[
211,
212
],
[
212,
213
],
[
213,
214
],
[
213,
215
],
[
211,
216
],
[
12,
217
],
[
217,
218
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\ttry {\n\t\t\tString input = br.readLine();\n\t\t\tString[] splitInput = input.split(\" \");\n\n\t\t\tint W = Integer.parseInt(splitInput[0]);\n\t\t\tint H = Integer.parseInt(splitInput[1]);\n\t\t\tint x = Integer.parseInt(splitInput[2]);\n\t\t\tint y = Integer.parseInt(splitInput[3]);\n\t\t\tint r = Integer.parseInt(splitInput[4]);\n\t\t\t\n\t\t\tif (\n\t\t\t\t\t!(\n\t\t\t\t\t (x >= -100 && y <= 100)\n\t\t\t\t\t && (y >= -100 && y <= 100)\n\t\t\t\t\t && (W >= 0 && W <= 100)\n\t\t\t\t\t && (H >= 0 && H <= 100)\n\t\t\t\t\t && (r >= 0 && r <= 100)\n\t\t\t\t )\n\t\t\t\t) {\n\t\t\t\tthrow new IllegalArgumentException();\n\t\t\t}\n\t\t\t\n\t\t\tint intialW = 0;\n\t\t\tint intialH = 0;\n\t\t\t\n\t\t\tString ans;\n\t\t\tif (((y - r) < intialH || (y - r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((y + r) < intialH || (y + r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x - r) < intialW || (x - r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x + r) < intialW || (x + r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else {\n\t\t\t\tans = \"Yes\";\n\t\t\t}\n\t\t\t\n\t\t\tSystem.out.println(ans);\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t} catch(NumberFormatException e) {\n\t\t\te.printStackTrace();\n\t\t} catch(IllegalArgumentException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\ttry {\n\t\t\tString input = br.readLine();\n\t\t\tString[] splitInput = input.split(\" \");\n\n\t\t\tint W = Integer.parseInt(splitInput[0]);\n\t\t\tint H = Integer.parseInt(splitInput[1]);\n\t\t\tint x = Integer.parseInt(splitInput[2]);\n\t\t\tint y = Integer.parseInt(splitInput[3]);\n\t\t\tint r = Integer.parseInt(splitInput[4]);\n\t\t\t\n\t\t\tif (\n\t\t\t\t\t!(\n\t\t\t\t\t (x >= -100 && y <= 100)\n\t\t\t\t\t && (y >= -100 && y <= 100)\n\t\t\t\t\t && (W >= 0 && W <= 100)\n\t\t\t\t\t && (H >= 0 && H <= 100)\n\t\t\t\t\t && (r >= 0 && r <= 100)\n\t\t\t\t )\n\t\t\t\t) {\n\t\t\t\tthrow new IllegalArgumentException();\n\t\t\t}\n\t\t\t\n\t\t\tint intialW = 0;\n\t\t\tint intialH = 0;\n\t\t\t\n\t\t\tString ans;\n\t\t\tif (((y - r) < intialH || (y - r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((y + r) < intialH || (y + r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x - r) < intialW || (x - r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x + r) < intialW || (x + r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else {\n\t\t\t\tans = \"Yes\";\n\t\t\t}\n\t\t\t\n\t\t\tSystem.out.println(ans);\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t} catch(NumberFormatException e) {\n\t\t\te.printStackTrace();\n\t\t} catch(IllegalArgumentException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\ttry {\n\t\t\tString input = br.readLine();\n\t\t\tString[] splitInput = input.split(\" \");\n\n\t\t\tint W = Integer.parseInt(splitInput[0]);\n\t\t\tint H = Integer.parseInt(splitInput[1]);\n\t\t\tint x = Integer.parseInt(splitInput[2]);\n\t\t\tint y = Integer.parseInt(splitInput[3]);\n\t\t\tint r = Integer.parseInt(splitInput[4]);\n\t\t\t\n\t\t\tif (\n\t\t\t\t\t!(\n\t\t\t\t\t (x >= -100 && y <= 100)\n\t\t\t\t\t && (y >= -100 && y <= 100)\n\t\t\t\t\t && (W >= 0 && W <= 100)\n\t\t\t\t\t && (H >= 0 && H <= 100)\n\t\t\t\t\t && (r >= 0 && r <= 100)\n\t\t\t\t )\n\t\t\t\t) {\n\t\t\t\tthrow new IllegalArgumentException();\n\t\t\t}\n\t\t\t\n\t\t\tint intialW = 0;\n\t\t\tint intialH = 0;\n\t\t\t\n\t\t\tString ans;\n\t\t\tif (((y - r) < intialH || (y - r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((y + r) < intialH || (y + r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x - r) < intialW || (x - r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x + r) < intialW || (x + r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else {\n\t\t\t\tans = \"Yes\";\n\t\t\t}\n\t\t\t\n\t\t\tSystem.out.println(ans);\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t} catch(NumberFormatException e) {\n\t\t\te.printStackTrace();\n\t\t} catch(IllegalArgumentException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\ttry {\n\t\t\tString input = br.readLine();\n\t\t\tString[] splitInput = input.split(\" \");\n\n\t\t\tint W = Integer.parseInt(splitInput[0]);\n\t\t\tint H = Integer.parseInt(splitInput[1]);\n\t\t\tint x = Integer.parseInt(splitInput[2]);\n\t\t\tint y = Integer.parseInt(splitInput[3]);\n\t\t\tint r = Integer.parseInt(splitInput[4]);\n\t\t\t\n\t\t\tif (\n\t\t\t\t\t!(\n\t\t\t\t\t (x >= -100 && y <= 100)\n\t\t\t\t\t && (y >= -100 && y <= 100)\n\t\t\t\t\t && (W >= 0 && W <= 100)\n\t\t\t\t\t && (H >= 0 && H <= 100)\n\t\t\t\t\t && (r >= 0 && r <= 100)\n\t\t\t\t )\n\t\t\t\t) {\n\t\t\t\tthrow new IllegalArgumentException();\n\t\t\t}\n\t\t\t\n\t\t\tint intialW = 0;\n\t\t\tint intialH = 0;\n\t\t\t\n\t\t\tString ans;\n\t\t\tif (((y - r) < intialH || (y - r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((y + r) < intialH || (y + r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x - r) < intialW || (x - r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x + r) < intialW || (x + r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else {\n\t\t\t\tans = \"Yes\";\n\t\t\t}\n\t\t\t\n\t\t\tSystem.out.println(ans);\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t} catch(NumberFormatException e) {\n\t\t\te.printStackTrace();\n\t\t} catch(IllegalArgumentException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"try {\n\t\t\tString input = br.readLine();\n\t\t\tString[] splitInput = input.split(\" \");\n\n\t\t\tint W = Integer.parseInt(splitInput[0]);\n\t\t\tint H = Integer.parseInt(splitInput[1]);\n\t\t\tint x = Integer.parseInt(splitInput[2]);\n\t\t\tint y = Integer.parseInt(splitInput[3]);\n\t\t\tint r = Integer.parseInt(splitInput[4]);\n\t\t\t\n\t\t\tif (\n\t\t\t\t\t!(\n\t\t\t\t\t (x >= -100 && y <= 100)\n\t\t\t\t\t && (y >= -100 && y <= 100)\n\t\t\t\t\t && (W >= 0 && W <= 100)\n\t\t\t\t\t && (H >= 0 && H <= 100)\n\t\t\t\t\t && (r >= 0 && r <= 100)\n\t\t\t\t )\n\t\t\t\t) {\n\t\t\t\tthrow new IllegalArgumentException();\n\t\t\t}\n\t\t\t\n\t\t\tint intialW = 0;\n\t\t\tint intialH = 0;\n\t\t\t\n\t\t\tString ans;\n\t\t\tif (((y - r) < intialH || (y - r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((y + r) < intialH || (y + r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x - r) < intialW || (x - r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x + r) < intialW || (x + r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else {\n\t\t\t\tans = \"Yes\";\n\t\t\t}\n\t\t\t\n\t\t\tSystem.out.println(ans);\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t} catch(NumberFormatException e) {\n\t\t\te.printStackTrace();\n\t\t} catch(IllegalArgumentException e) {\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch(NumberFormatException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"NumberFormatException e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"catch(IllegalArgumentException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"IllegalArgumentException e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tString input = br.readLine();\n\t\t\tString[] splitInput = input.split(\" \");\n\n\t\t\tint W = Integer.parseInt(splitInput[0]);\n\t\t\tint H = Integer.parseInt(splitInput[1]);\n\t\t\tint x = Integer.parseInt(splitInput[2]);\n\t\t\tint y = Integer.parseInt(splitInput[3]);\n\t\t\tint r = Integer.parseInt(splitInput[4]);\n\t\t\t\n\t\t\tif (\n\t\t\t\t\t!(\n\t\t\t\t\t (x >= -100 && y <= 100)\n\t\t\t\t\t && (y >= -100 && y <= 100)\n\t\t\t\t\t && (W >= 0 && W <= 100)\n\t\t\t\t\t && (H >= 0 && H <= 100)\n\t\t\t\t\t && (r >= 0 && r <= 100)\n\t\t\t\t )\n\t\t\t\t) {\n\t\t\t\tthrow new IllegalArgumentException();\n\t\t\t}\n\t\t\t\n\t\t\tint intialW = 0;\n\t\t\tint intialH = 0;\n\t\t\t\n\t\t\tString ans;\n\t\t\tif (((y - r) < intialH || (y - r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((y + r) < intialH || (y + r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x - r) < intialW || (x - r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x + r) < intialW || (x + r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else {\n\t\t\t\tans = \"Yes\";\n\t\t\t}\n\t\t\t\n\t\t\tSystem.out.println(ans);\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t}",
"String input = br.readLine();",
"input",
"br.readLine()",
"br.readLine",
"br",
"String[] splitInput = input.split(\" \");",
"splitInput",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int W = Integer.parseInt(splitInput[0]);",
"W",
"Integer.parseInt(splitInput[0])",
"Integer.parseInt",
"Integer",
"splitInput[0]",
"splitInput",
"0",
"int H = Integer.parseInt(splitInput[1]);",
"H",
"Integer.parseInt(splitInput[1])",
"Integer.parseInt",
"Integer",
"splitInput[1]",
"splitInput",
"1",
"int x = Integer.parseInt(splitInput[2]);",
"x",
"Integer.parseInt(splitInput[2])",
"Integer.parseInt",
"Integer",
"splitInput[2]",
"splitInput",
"2",
"int y = Integer.parseInt(splitInput[3]);",
"y",
"Integer.parseInt(splitInput[3])",
"Integer.parseInt",
"Integer",
"splitInput[3]",
"splitInput",
"3",
"int r = Integer.parseInt(splitInput[4]);",
"r",
"Integer.parseInt(splitInput[4])",
"Integer.parseInt",
"Integer",
"splitInput[4]",
"splitInput",
"4",
"if (\n\t\t\t\t\t!(\n\t\t\t\t\t (x >= -100 && y <= 100)\n\t\t\t\t\t && (y >= -100 && y <= 100)\n\t\t\t\t\t && (W >= 0 && W <= 100)\n\t\t\t\t\t && (H >= 0 && H <= 100)\n\t\t\t\t\t && (r >= 0 && r <= 100)\n\t\t\t\t )\n\t\t\t\t) {\n\t\t\t\tthrow new IllegalArgumentException();\n\t\t\t}",
"!(\n\t\t\t\t\t (x >= -100 && y <= 100)\n\t\t\t\t\t && (y >= -100 && y <= 100)\n\t\t\t\t\t && (W >= 0 && W <= 100)\n\t\t\t\t\t && (H >= 0 && H <= 100)\n\t\t\t\t\t && (r >= 0 && r <= 100)\n\t\t\t\t )",
"(\n\t\t\t\t\t (x >= -100 && y <= 100)\n\t\t\t\t\t && (y >= -100 && y <= 100)\n\t\t\t\t\t && (W >= 0 && W <= 100)\n\t\t\t\t\t && (H >= 0 && H <= 100)\n\t\t\t\t\t && (r >= 0 && r <= 100)\n\t\t\t\t )",
"(H >= 0 && H <= 100)",
"(W >= 0 && W <= 100)",
"(x >= -100 && y <= 100)\n\t\t\t\t\t && (y >= -100 && y <= 100)\n\t\t\t\t\t && (W >= 0 && W <= 100)\n\t\t\t\t\t && (H >= 0 && H <= 100)\n\t\t\t\t\t && (r >= 0 && r <= 100)",
"(x >= -100 && y <= 100)",
"x >= -100",
"x",
"-100",
"100",
"y <= 100",
"y",
"100",
"(y >= -100 && y <= 100)",
"y >= -100",
"y",
"-100",
"100",
"y <= 100",
"y",
"100",
"(W >= 0 && W <= 100)",
"W >= 0",
"W",
"0",
"W <= 100",
"W",
"100",
"(H >= 0 && H <= 100)",
"H >= 0",
"H",
"0",
"H <= 100",
"H",
"100",
"(r >= 0 && r <= 100)",
"r >= 0",
"r",
"0",
"r <= 100",
"r",
"100",
"{\n\t\t\t\tthrow new IllegalArgumentException();\n\t\t\t}",
"throw new IllegalArgumentException();",
"new IllegalArgumentException()",
"int intialW = 0;",
"intialW",
"0",
"int intialH = 0;",
"intialH",
"0",
"String ans;",
"ans",
"if (((y - r) < intialH || (y - r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((y + r) < intialH || (y + r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x - r) < intialW || (x - r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x + r) < intialW || (x + r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else {\n\t\t\t\tans = \"Yes\";\n\t\t\t}",
"((y - r) < intialH || (y - r) > H)",
"(y - r) < intialH",
"(y - r)",
"y",
"r",
"intialH",
"(y - r) > H",
"(y - r)",
"y",
"r",
"H",
"{\n\t\t\t\tans = \"No\";\n\t\t\t}",
"ans = \"No\"",
"ans",
"\"No\"",
"if (((y + r) < intialH || (y + r) > H)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x - r) < intialW || (x - r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x + r) < intialW || (x + r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else {\n\t\t\t\tans = \"Yes\";\n\t\t\t}",
"((y + r) < intialH || (y + r) > H)",
"(y + r) < intialH",
"(y + r)",
"y",
"r",
"intialH",
"(y + r) > H",
"(y + r)",
"y",
"r",
"H",
"{\n\t\t\t\tans = \"No\";\n\t\t\t}",
"ans = \"No\"",
"ans",
"\"No\"",
"if (((x - r) < intialW || (x - r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else if (((x + r) < intialW || (x + r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else {\n\t\t\t\tans = \"Yes\";\n\t\t\t}",
"((x - r) < intialW || (x - r) > W)",
"(x - r) < intialW",
"(x - r)",
"x",
"r",
"intialW",
"(x - r) > W",
"(x - r)",
"x",
"r",
"W",
"{\n\t\t\t\tans = \"No\";\n\t\t\t}",
"ans = \"No\"",
"ans",
"\"No\"",
"if (((x + r) < intialW || (x + r) > W)) {\n\t\t\t\tans = \"No\";\n\t\t\t} else {\n\t\t\t\tans = \"Yes\";\n\t\t\t}",
"((x + r) < intialW || (x + r) > W)",
"(x + r) < intialW",
"(x + r)",
"x",
"r",
"intialW",
"(x + r) > W",
"(x + r)",
"x",
"r",
"W",
"{\n\t\t\t\tans = \"No\";\n\t\t\t}",
"ans = \"No\"",
"ans",
"\"No\"",
"{\n\t\t\t\tans = \"Yes\";\n\t\t\t}",
"ans = \"Yes\"",
"ans",
"\"Yes\"",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
try {
String input = br.readLine();
String[] splitInput = input.split(" ");
int W = Integer.parseInt(splitInput[0]);
int H = Integer.parseInt(splitInput[1]);
int x = Integer.parseInt(splitInput[2]);
int y = Integer.parseInt(splitInput[3]);
int r = Integer.parseInt(splitInput[4]);
if (
!(
(x >= -100 && y <= 100)
&& (y >= -100 && y <= 100)
&& (W >= 0 && W <= 100)
&& (H >= 0 && H <= 100)
&& (r >= 0 && r <= 100)
)
) {
throw new IllegalArgumentException();
}
int intialW = 0;
int intialH = 0;
String ans;
if (((y - r) < intialH || (y - r) > H)) {
ans = "No";
} else if (((y + r) < intialH || (y + r) > H)) {
ans = "No";
} else if (((x - r) < intialW || (x - r) > W)) {
ans = "No";
} else if (((x + r) < intialW || (x + r) > W)) {
ans = "No";
} else {
ans = "Yes";
}
System.out.println(ans);
} catch(NumberFormatException e) {
e.printStackTrace();
} catch(IllegalArgumentException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
40,
17,
13,
2,
13,
17,
2,
17,
13,
2,
13,
17,
30,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
14,
24
],
[
24,
25
],
[
24,
26
],
[
14,
27
],
[
27,
28
],
[
27,
29
],
[
14,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
30,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
30,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
49,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
49,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
69,
70
],
[
69,
71
],
[
49,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
74,
77
],
[
77,
78
],
[
77,
79
],
[
49,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
83,
84
],
[
82,
85
],
[
85,
86
],
[
85,
87
],
[
49,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
91,
92
],
[
90,
93
],
[
93,
94
],
[
93,
95
],
[
49,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
99,
100
],
[
98,
101
],
[
101,
102
],
[
101,
103
],
[
49,
104
],
[
104,
105
],
[
107,
106
],
[
115,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
108,
111
],
[
107,
112
],
[
112,
113
],
[
112,
114
],
[
115,
115
],
[
115,
116
],
[
115,
117
],
[
107,
118
],
[
118,
119
],
[
118,
120
],
[
104,
121
],
[
104,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
49,
129
],
[
129,
130
],
[
132,
131
],
[
143,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
132,
138
],
[
138,
139
],
[
138,
140
],
[
140,
141
],
[
140,
142
],
[
143,
143
],
[
143,
144
],
[
144,
145
],
[
144,
146
],
[
143,
147
],
[
132,
148
],
[
148,
149
],
[
148,
150
],
[
150,
151
],
[
150,
152
],
[
129,
153
],
[
153,
154
],
[
154,
155
],
[
155,
156
],
[
156,
157
],
[
156,
158
],
[
154,
159
],
[
129,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
163,
164
],
[
163,
165
],
[
161,
166
],
[
12,
167
],
[
167,
168
]
] | [
"/**\n * 長方形の中に円が含まれるかを判定するプログラムを作成してください。\n * 次のように、長方形は左下の頂点を原点とし、右上の頂点の座標 (W,H) が与えられます。\n * また、円はその中心の座標 (x,y) と半径 r で与えられます\n * −100?x,y?100\n * 0<W,H,r?100\n\n * @author 前島佑介\n *@version 2014/12/1\n */\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n\n// 2-D 長方形の中に円が含まれるかを判定するプログラムを作成してください。\nclass Main {\n\n\t// プログラムのエントリポイント\n\tpublic static void main(String[] args) {\n\n\n\t\t//右上の頂点の座標(W,H)のW\n\t\tint intW = 0;\n\n\t\t//右上の頂点の座標(W,H)のH\n\t\tint intH = 0;\n\n\t\t//円の中心の座標(x,y)のx\n\t\tint intX = 0;\n\n\t\t//円の中心の座標(x,y)のx\n\t\tint intY = 0;\n\n\t\t//半径r\n\t\tint intR =0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]と?に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintW = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintH = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintX = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//4つ目の値\n\t\t\tintY = Integer.parseInt(strLineAry[3]);\n\n\t\t\t//5つ目の値\n\t\t\tintR = Integer.parseInt(strLineAry[4]);\n\n\t\t\t//前提条件−100?x,y?100,0<W,r?100\n\t\t\tif(-100 <= intX || intY < 100 || 0 < intW || intR <= 100) {\n\t\t\t\t//問題なし\n\t\t\t} else {\n\t\t\t\t//上記でない場合はエラー出力\n\t\t\t\tSystem.out.println(\"−100?x,y?100,0<W,r?100です\");\n\t\t\t}\n\n\t\t\t//x+r?W 円が右へはみ出さない条件\n\t\t\tif((intX + intR) <= intW &&\n\n\t\t\t//0?x-r 円が左へはみ出さない条件\n\t\t\t0 <= (intX -intR) &&\n\n\t\t\t//y+r?H 円が上へはみ出さない条件\n\t\t\t(intY + intR) <= intH &&\n\n\t\t\t//0?y-r 円が下へはみ出さない条件\n\t\t\t0 <= (intY - intR) ) {\n\n\t\t\t\t//上記は問題なし\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else \t{\n\n\t\t\t\t//上記以外なら\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\n\t// プログラムのエントリポイント\n\tpublic static void main(String[] args) {\n\n\n\t\t//右上の頂点の座標(W,H)のW\n\t\tint intW = 0;\n\n\t\t//右上の頂点の座標(W,H)のH\n\t\tint intH = 0;\n\n\t\t//円の中心の座標(x,y)のx\n\t\tint intX = 0;\n\n\t\t//円の中心の座標(x,y)のx\n\t\tint intY = 0;\n\n\t\t//半径r\n\t\tint intR =0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]と?に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintW = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintH = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintX = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//4つ目の値\n\t\t\tintY = Integer.parseInt(strLineAry[3]);\n\n\t\t\t//5つ目の値\n\t\t\tintR = Integer.parseInt(strLineAry[4]);\n\n\t\t\t//前提条件−100?x,y?100,0<W,r?100\n\t\t\tif(-100 <= intX || intY < 100 || 0 < intW || intR <= 100) {\n\t\t\t\t//問題なし\n\t\t\t} else {\n\t\t\t\t//上記でない場合はエラー出力\n\t\t\t\tSystem.out.println(\"−100?x,y?100,0<W,r?100です\");\n\t\t\t}\n\n\t\t\t//x+r?W 円が右へはみ出さない条件\n\t\t\tif((intX + intR) <= intW &&\n\n\t\t\t//0?x-r 円が左へはみ出さない条件\n\t\t\t0 <= (intX -intR) &&\n\n\t\t\t//y+r?H 円が上へはみ出さない条件\n\t\t\t(intY + intR) <= intH &&\n\n\t\t\t//0?y-r 円が下へはみ出さない条件\n\t\t\t0 <= (intY - intR) ) {\n\n\t\t\t\t//上記は問題なし\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else \t{\n\n\t\t\t\t//上記以外なら\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}\n}",
"Main",
"// プログラムのエントリポイント\n\tpublic static void main(String[] args) {\n\n\n\t\t//右上の頂点の座標(W,H)のW\n\t\tint intW = 0;\n\n\t\t//右上の頂点の座標(W,H)のH\n\t\tint intH = 0;\n\n\t\t//円の中心の座標(x,y)のx\n\t\tint intX = 0;\n\n\t\t//円の中心の座標(x,y)のx\n\t\tint intY = 0;\n\n\t\t//半径r\n\t\tint intR =0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]と?に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintW = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintH = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintX = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//4つ目の値\n\t\t\tintY = Integer.parseInt(strLineAry[3]);\n\n\t\t\t//5つ目の値\n\t\t\tintR = Integer.parseInt(strLineAry[4]);\n\n\t\t\t//前提条件−100?x,y?100,0<W,r?100\n\t\t\tif(-100 <= intX || intY < 100 || 0 < intW || intR <= 100) {\n\t\t\t\t//問題なし\n\t\t\t} else {\n\t\t\t\t//上記でない場合はエラー出力\n\t\t\t\tSystem.out.println(\"−100?x,y?100,0<W,r?100です\");\n\t\t\t}\n\n\t\t\t//x+r?W 円が右へはみ出さない条件\n\t\t\tif((intX + intR) <= intW &&\n\n\t\t\t//0?x-r 円が左へはみ出さない条件\n\t\t\t0 <= (intX -intR) &&\n\n\t\t\t//y+r?H 円が上へはみ出さない条件\n\t\t\t(intY + intR) <= intH &&\n\n\t\t\t//0?y-r 円が下へはみ出さない条件\n\t\t\t0 <= (intY - intR) ) {\n\n\t\t\t\t//上記は問題なし\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else \t{\n\n\t\t\t\t//上記以外なら\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}",
"main",
"{\n\n\n\t\t//右上の頂点の座標(W,H)のW\n\t\tint intW = 0;\n\n\t\t//右上の頂点の座標(W,H)のH\n\t\tint intH = 0;\n\n\t\t//円の中心の座標(x,y)のx\n\t\tint intX = 0;\n\n\t\t//円の中心の座標(x,y)のx\n\t\tint intY = 0;\n\n\t\t//半径r\n\t\tint intR =0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]と?に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintW = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintH = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintX = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//4つ目の値\n\t\t\tintY = Integer.parseInt(strLineAry[3]);\n\n\t\t\t//5つ目の値\n\t\t\tintR = Integer.parseInt(strLineAry[4]);\n\n\t\t\t//前提条件−100?x,y?100,0<W,r?100\n\t\t\tif(-100 <= intX || intY < 100 || 0 < intW || intR <= 100) {\n\t\t\t\t//問題なし\n\t\t\t} else {\n\t\t\t\t//上記でない場合はエラー出力\n\t\t\t\tSystem.out.println(\"−100?x,y?100,0<W,r?100です\");\n\t\t\t}\n\n\t\t\t//x+r?W 円が右へはみ出さない条件\n\t\t\tif((intX + intR) <= intW &&\n\n\t\t\t//0?x-r 円が左へはみ出さない条件\n\t\t\t0 <= (intX -intR) &&\n\n\t\t\t//y+r?H 円が上へはみ出さない条件\n\t\t\t(intY + intR) <= intH &&\n\n\t\t\t//0?y-r 円が下へはみ出さない条件\n\t\t\t0 <= (intY - intR) ) {\n\n\t\t\t\t//上記は問題なし\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else \t{\n\n\t\t\t\t//上記以外なら\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}",
"int intW = 0;",
"intW",
"0",
"int intH = 0;",
"intH",
"0",
"int intX = 0;",
"intX",
"0",
"int intY = 0;",
"intY",
"0",
"int intR =0;",
"intR",
"0",
"try{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]と?に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintW = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintH = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintX = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//4つ目の値\n\t\t\tintY = Integer.parseInt(strLineAry[3]);\n\n\t\t\t//5つ目の値\n\t\t\tintR = Integer.parseInt(strLineAry[4]);\n\n\t\t\t//前提条件−100?x,y?100,0<W,r?100\n\t\t\tif(-100 <= intX || intY < 100 || 0 < intW || intR <= 100) {\n\t\t\t\t//問題なし\n\t\t\t} else {\n\t\t\t\t//上記でない場合はエラー出力\n\t\t\t\tSystem.out.println(\"−100?x,y?100,0<W,r?100です\");\n\t\t\t}\n\n\t\t\t//x+r?W 円が右へはみ出さない条件\n\t\t\tif((intX + intR) <= intW &&\n\n\t\t\t//0?x-r 円が左へはみ出さない条件\n\t\t\t0 <= (intX -intR) &&\n\n\t\t\t//y+r?H 円が上へはみ出さない条件\n\t\t\t(intY + intR) <= intH &&\n\n\t\t\t//0?y-r 円が下へはみ出さない条件\n\t\t\t0 <= (intY - intR) ) {\n\n\t\t\t\t//上記は問題なし\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else \t{\n\n\t\t\t\t//上記以外なら\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}",
"catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}",
"IOException e",
"{\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}",
"NumberFormatException e",
"{\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}",
"System.out.println(\"数値で入力して下さい\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"数値で入力して下さい\"",
"{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]と?に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintW = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintH = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintX = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//4つ目の値\n\t\t\tintY = Integer.parseInt(strLineAry[3]);\n\n\t\t\t//5つ目の値\n\t\t\tintR = Integer.parseInt(strLineAry[4]);\n\n\t\t\t//前提条件−100?x,y?100,0<W,r?100\n\t\t\tif(-100 <= intX || intY < 100 || 0 < intW || intR <= 100) {\n\t\t\t\t//問題なし\n\t\t\t} else {\n\t\t\t\t//上記でない場合はエラー出力\n\t\t\t\tSystem.out.println(\"−100?x,y?100,0<W,r?100です\");\n\t\t\t}\n\n\t\t\t//x+r?W 円が右へはみ出さない条件\n\t\t\tif((intX + intR) <= intW &&\n\n\t\t\t//0?x-r 円が左へはみ出さない条件\n\t\t\t0 <= (intX -intR) &&\n\n\t\t\t//y+r?H 円が上へはみ出さない条件\n\t\t\t(intY + intR) <= intH &&\n\n\t\t\t//0?y-r 円が下へはみ出さない条件\n\t\t\t0 <= (intY - intR) ) {\n\n\t\t\t\t//上記は問題なし\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else \t{\n\n\t\t\t\t//上記以外なら\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\n\n\t\t\t//例外処理\n\t\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String strLine = br.readLine();",
"strLine",
"br.readLine()",
"br.readLine",
"br",
"String[] strLineAry = strLine.split(\" \");",
"strLineAry",
"strLine.split(\" \")",
"strLine.split",
"strLine",
"\" \"",
"intW = Integer.parseInt(strLineAry[0])",
"intW",
"Integer.parseInt(strLineAry[0])",
"Integer.parseInt",
"Integer",
"strLineAry[0]",
"strLineAry",
"0",
"intH = Integer.parseInt(strLineAry[1])",
"intH",
"Integer.parseInt(strLineAry[1])",
"Integer.parseInt",
"Integer",
"strLineAry[1]",
"strLineAry",
"1",
"intX = Integer.parseInt(strLineAry[2])",
"intX",
"Integer.parseInt(strLineAry[2])",
"Integer.parseInt",
"Integer",
"strLineAry[2]",
"strLineAry",
"2",
"intY = Integer.parseInt(strLineAry[3])",
"intY",
"Integer.parseInt(strLineAry[3])",
"Integer.parseInt",
"Integer",
"strLineAry[3]",
"strLineAry",
"3",
"intR = Integer.parseInt(strLineAry[4])",
"intR",
"Integer.parseInt(strLineAry[4])",
"Integer.parseInt",
"Integer",
"strLineAry[4]",
"strLineAry",
"4",
"if(-100 <= intX || intY < 100 || 0 < intW || intR <= 100) {\n\t\t\t\t//問題なし\n\t\t\t} else {\n\t\t\t\t//上記でない場合はエラー出力\n\t\t\t\tSystem.out.println(\"−100?x,y?100,0<W,r?100です\");\n\t\t\t}",
"-100 <= intX || intY < 100 || 0 < intW || intR <= 100",
"0 < intW",
"-100 <= intX || intY < 100 || 0 < intW || intR <= 100",
"-100 <= intX",
"-100",
"100",
"intX",
"intY < 100",
"intY",
"100",
"0 < intW",
"0",
"intW",
"intR <= 100",
"intR",
"100",
"{\n\t\t\t\t//問題なし\n\t\t\t}",
"{\n\t\t\t\t//上記でない場合はエラー出力\n\t\t\t\tSystem.out.println(\"−100?x,y?100,0<W,r?100です\");\n\t\t\t}",
"System.out.println(\"−100?x,y?100,0<W,r?100です\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"−100?x,y?100,0<W,r?100です\"",
"if((intX + intR) <= intW &&\n\n\t\t\t//0?x-r 円が左へはみ出さない条件\n\t\t\t0 <= (intX -intR) &&\n\n\t\t\t//y+r?H 円が上へはみ出さない条件\n\t\t\t(intY + intR) <= intH &&\n\n\t\t\t//0?y-r 円が下へはみ出さない条件\n\t\t\t0 <= (intY - intR) ) {\n\n\t\t\t\t//上記は問題なし\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else \t{\n\n\t\t\t\t//上記以外なら\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"(intX + intR) <= intW &&\n\n\t\t\t//0?x-r 円が左へはみ出さない条件\n\t\t\t0 <= (intX -intR) &&\n\n\t\t\t//y+r?H 円が上へはみ出さない条件\n\t\t\t(intY + intR) <= intH &&\n\n\t\t\t//0?y-r 円が下へはみ出さない条件\n\t\t\t0 <= (intY - intR)",
"(intY + intR) <= intH",
"(intX + intR) <= intW &&\n\n\t\t\t//0?x-r 円が左へはみ出さない条件\n\t\t\t0 <= (intX -intR) &&\n\n\t\t\t//y+r?H 円が上へはみ出さない条件\n\t\t\t(intY + intR) <= intH &&\n\n\t\t\t//0?y-r 円が下へはみ出さない条件\n\t\t\t0 <= (intY - intR)",
"(intX + intR) <= intW",
"(intX + intR)",
"intX",
"intR",
"intW",
"0 <= (intX -intR)",
"0",
"(intX -intR)",
"intX",
"intR",
"(intY + intR) <= intH",
"(intY + intR)",
"intY",
"intR",
"intH",
"0 <= (intY - intR)",
"0",
"(intY - intR)",
"intY",
"intR",
"{\n\n\t\t\t\t//上記は問題なし\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\n\t\t\t\t//上記以外なら\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | /**
* 長方形の中に円が含まれるかを判定するプログラムを作成してください。
* 次のように、長方形は左下の頂点を原点とし、右上の頂点の座標 (W,H) が与えられます。
* また、円はその中心の座標 (x,y) と半径 r で与えられます
* −100?x,y?100
* 0<W,H,r?100
* @author 前島佑介
*@version 2014/12/1
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
// 2-D 長方形の中に円が含まれるかを判定するプログラムを作成してください。
class Main {
// プログラムのエントリポイント
public static void main(String[] args) {
//右上の頂点の座標(W,H)のW
int intW = 0;
//右上の頂点の座標(W,H)のH
int intH = 0;
//円の中心の座標(x,y)のx
int intX = 0;
//円の中心の座標(x,y)のx
int intY = 0;
//半径r
int intR =0;
try{
//キーボードからの入力準備
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
//キーボードからの入力をString型で受け取る
String strLine = br.readLine();
//文字列の分割:入力値を" "で分ける
//分けた文字列はstrLineAry[0]とstrLineAry[1]と?に分けられる
String[] strLineAry = strLine.split(" ");
//入力値の1つ目の値
intW = Integer.parseInt(strLineAry[0]);
//2つ目の値
intH = Integer.parseInt(strLineAry[1]);
//3つ目の値
intX = Integer.parseInt(strLineAry[2]);
//4つ目の値
intY = Integer.parseInt(strLineAry[3]);
//5つ目の値
intR = Integer.parseInt(strLineAry[4]);
//前提条件−100?x,y?100,0<W,r?100
if(-100 <= intX || intY < 100 || 0 < intW || intR <= 100) {
//問題なし
} else {
//上記でない場合はエラー出力
System.out.println("−100?x,y?100,0<W,r?100です");
}
//x+r?W 円が右へはみ出さない条件
if((intX + intR) <= intW &&
//0?x-r 円が左へはみ出さない条件
0 <= (intX -intR) &&
//y+r?H 円が上へはみ出さない条件
(intY + intR) <= intH &&
//0?y-r 円が下へはみ出さない条件
0 <= (intY - intR) ) {
//上記は問題なし
System.out.println("Yes");
} else {
//上記以外なら
System.out.println("No");
}
//例外処理
}catch(IOException e) {
//例外時の出力
System.out.println(e);
}catch(NumberFormatException e) {
//数値以外の入力値で出力
System.out.println("数値で入力して下さい");
}
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
0,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
42,
2,
2,
13,
40,
17,
2,
17,
13,
42,
2,
2,
13,
40,
17,
2,
17,
13,
42,
2,
2,
13,
17,
2,
17,
13,
42,
2,
2,
13,
17,
2,
17,
13,
42,
2,
2,
13,
17,
2,
17,
13,
14,
2,
2,
2,
2,
13,
13,
2,
13,
2,
13,
13,
2,
13,
13,
2,
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
],
[
118,
5
],
[
118,
6
],
[
6,
7
],
[
118,
8
],
[
8,
9
],
[
8,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
10,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
10,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
10,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
10,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
10,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
40,
45
],
[
45,
46
],
[
45,
47
],
[
10,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
49,
54
],
[
54,
55
],
[
54,
56
],
[
10,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
62,
64
],
[
10,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
70,
71
],
[
70,
72
],
[
10,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
10,
81
],
[
81,
82
],
[
84,
83
],
[
93,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
90,
92
],
[
93,
93
],
[
93,
94
],
[
93,
95
],
[
84,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
98,
100
],
[
81,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
102,
107
],
[
81,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
109,
114
],
[
8,
115
],
[
115,
116
],
[
0,
117
],
[
117,
118
],
[
117,
119
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static Scanner scanner;\n\tpublic static void main(String[] args) {\n\t\tscanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\n\t\twhile(x < -100 || 100 < x);\n\t\twhile(y < -100 || 100 < y);\n\t\twhile(W < 0 || 100 < W);\n\t\twhile(H < 0 || 100 < H);\n\t\twhile(r < 0 || 100 < r);\n\n\t\tif(r <= x && x <= (W-r) && r <= y && y <= (H-r)) {\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\tpublic static Scanner scanner;\n\tpublic static void main(String[] args) {\n\t\tscanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\n\t\twhile(x < -100 || 100 < x);\n\t\twhile(y < -100 || 100 < y);\n\t\twhile(W < 0 || 100 < W);\n\t\twhile(H < 0 || 100 < H);\n\t\twhile(r < 0 || 100 < r);\n\n\t\tif(r <= x && x <= (W-r) && r <= y && y <= (H-r)) {\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 Scanner scanner;",
"scanner",
"public static void main(String[] args) {\n\t\tscanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\n\t\twhile(x < -100 || 100 < x);\n\t\twhile(y < -100 || 100 < y);\n\t\twhile(W < 0 || 100 < W);\n\t\twhile(H < 0 || 100 < H);\n\t\twhile(r < 0 || 100 < r);\n\n\t\tif(r <= x && x <= (W-r) && r <= y && y <= (H-r)) {\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 = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\n\t\twhile(x < -100 || 100 < x);\n\t\twhile(y < -100 || 100 < y);\n\t\twhile(W < 0 || 100 < W);\n\t\twhile(H < 0 || 100 < H);\n\t\twhile(r < 0 || 100 < r);\n\n\t\tif(r <= x && x <= (W-r) && r <= y && y <= (H-r)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"scanner = new Scanner(System.in)",
"scanner",
"new Scanner(System.in)",
"int W = scanner.nextInt();",
"W",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int H = scanner.nextInt();",
"H",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int x = scanner.nextInt();",
"x",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int y = scanner.nextInt();",
"y",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int r = scanner.nextInt();",
"r",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"while(x < -100 || 100 < x);",
"x < -100 || 100 < x",
"x < -100",
"x",
"-100",
"100",
"100 < x",
"100",
"x",
"while(y < -100 || 100 < y);",
"y < -100 || 100 < y",
"y < -100",
"y",
"-100",
"100",
"100 < y",
"100",
"y",
"while(W < 0 || 100 < W);",
"W < 0 || 100 < W",
"W < 0",
"W",
"0",
"100 < W",
"100",
"W",
"while(H < 0 || 100 < H);",
"H < 0 || 100 < H",
"H < 0",
"H",
"0",
"100 < H",
"100",
"H",
"while(r < 0 || 100 < r);",
"r < 0 || 100 < r",
"r < 0",
"r",
"0",
"100 < r",
"100",
"r",
"if(r <= x && x <= (W-r) && r <= y && y <= (H-r)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"r <= x && x <= (W-r) && r <= y && y <= (H-r)",
"r <= y",
"r <= x && x <= (W-r) && r <= y && y <= (H-r)",
"r <= x",
"r",
"x",
"x <= (W-r)",
"x",
"(W-r)",
"W",
"r",
"r <= y",
"r",
"y",
"y <= (H-r)",
"y",
"(H-r)",
"H",
"r",
"{\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 Scanner scanner;\n\tpublic static void main(String[] args) {\n\t\tscanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\n\t\twhile(x < -100 || 100 < x);\n\t\twhile(y < -100 || 100 < y);\n\t\twhile(W < 0 || 100 < W);\n\t\twhile(H < 0 || 100 < H);\n\t\twhile(r < 0 || 100 < r);\n\n\t\tif(r <= x && x <= (W-r) && r <= y && y <= (H-r)) {\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 Scanner scanner;\n\tpublic static void main(String[] args) {\n\t\tscanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt();\n\t\tint H = scanner.nextInt();\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\tint r = scanner.nextInt();\n\n\t\twhile(x < -100 || 100 < x);\n\t\twhile(y < -100 || 100 < y);\n\t\twhile(W < 0 || 100 < W);\n\t\twhile(H < 0 || 100 < H);\n\t\twhile(r < 0 || 100 < r);\n\n\t\tif(r <= x && x <= (W-r) && r <= y && y <= (H-r)) {\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 Scanner scanner;
public static void main(String[] args) {
scanner = new Scanner(System.in);
int W = scanner.nextInt();
int H = scanner.nextInt();
int x = scanner.nextInt();
int y = scanner.nextInt();
int r = scanner.nextInt();
while(x < -100 || 100 < x);
while(y < -100 || 100 < y);
while(W < 0 || 100 < W);
while(H < 0 || 100 < H);
while(r < 0 || 100 < r);
if(r <= x && x <= (W-r) && r <= y && y <= (H-r)) {
System.out.println("Yes");
}else {
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
39,
18,
13,
17,
18,
13,
17,
41,
13,
39,
18,
13,
17,
18,
13,
17,
41,
13,
18,
13,
17,
14,
2,
2,
2,
18,
13,
17,
13,
17,
2,
2,
18,
13,
17,
13,
18,
13,
17,
30,
29,
17,
14,
2,
2,
2,
18,
13,
17,
13,
17,
2,
2,
18,
13,
17,
13,
18,
13,
17,
30,
29,
17,
30,
29,
17,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
14,
4,
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
],
[
132,
5
],
[
132,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
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
],
[
47,
48
],
[
47,
49
],
[
32,
50
],
[
50,
51
],
[
51,
52
],
[
32,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
55,
61
],
[
54,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
62,
68
],
[
68,
69
],
[
68,
70
],
[
53,
71
],
[
71,
72
],
[
72,
73
],
[
53,
74
],
[
74,
75
],
[
75,
76
],
[
6,
77
],
[
77,
78
],
[
132,
79
],
[
79,
80
],
[
79,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
81,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
89,
99
],
[
99,
100
],
[
100,
101
],
[
89,
102
],
[
103,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
108,
109
],
[
109,
110
],
[
81,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
116,
121
],
[
111,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
79,
129
],
[
129,
130
],
[
0,
131
],
[
131,
132
],
[
131,
133
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n static boolean isInOut_Circle(int[] pos) {\n int[] sq_pos = {pos[0], pos[1]};\n int[] ci_pos = {pos[2], pos[3]};\n int rad = pos[4];\n\n if (((ci_pos[0] - rad) < 0) || ((ci_pos[0] + rad) > sq_pos[0])) {\n return false;\n } else if (((ci_pos[1] - rad) < 0) || ((ci_pos[1] + rad) > sq_pos[1])) {\n return false;\n } else {\n return true;\n }\n }\n\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n int inNum[] = new int[5];\n for (int i = 0;i < inNum.length ;i++ ) {\n inNum[i] = stdIn.nextInt();\n }\n\n if (isInOut_Circle(inNum)) {\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\n static boolean isInOut_Circle(int[] pos) {\n int[] sq_pos = {pos[0], pos[1]};\n int[] ci_pos = {pos[2], pos[3]};\n int rad = pos[4];\n\n if (((ci_pos[0] - rad) < 0) || ((ci_pos[0] + rad) > sq_pos[0])) {\n return false;\n } else if (((ci_pos[1] - rad) < 0) || ((ci_pos[1] + rad) > sq_pos[1])) {\n return false;\n } else {\n return true;\n }\n }\n\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n int inNum[] = new int[5];\n for (int i = 0;i < inNum.length ;i++ ) {\n inNum[i] = stdIn.nextInt();\n }\n\n if (isInOut_Circle(inNum)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"static boolean isInOut_Circle(int[] pos) {\n int[] sq_pos = {pos[0], pos[1]};\n int[] ci_pos = {pos[2], pos[3]};\n int rad = pos[4];\n\n if (((ci_pos[0] - rad) < 0) || ((ci_pos[0] + rad) > sq_pos[0])) {\n return false;\n } else if (((ci_pos[1] - rad) < 0) || ((ci_pos[1] + rad) > sq_pos[1])) {\n return false;\n } else {\n return true;\n }\n }",
"isInOut_Circle",
"{\n int[] sq_pos = {pos[0], pos[1]};\n int[] ci_pos = {pos[2], pos[3]};\n int rad = pos[4];\n\n if (((ci_pos[0] - rad) < 0) || ((ci_pos[0] + rad) > sq_pos[0])) {\n return false;\n } else if (((ci_pos[1] - rad) < 0) || ((ci_pos[1] + rad) > sq_pos[1])) {\n return false;\n } else {\n return true;\n }\n }",
"int[] sq_pos = {pos[0], pos[1]};",
"sq_pos",
"{pos[0], pos[1]}",
"pos[0]",
"pos",
"0",
"pos[1]",
"pos",
"1",
"int[] ci_pos = {pos[2], pos[3]};",
"ci_pos",
"{pos[2], pos[3]}",
"pos[2]",
"pos",
"2",
"pos[3]",
"pos",
"3",
"int rad = pos[4];",
"rad",
"pos[4]",
"pos",
"4",
"if (((ci_pos[0] - rad) < 0) || ((ci_pos[0] + rad) > sq_pos[0])) {\n return false;\n } else if (((ci_pos[1] - rad) < 0) || ((ci_pos[1] + rad) > sq_pos[1])) {\n return false;\n } else {\n return true;\n }",
"((ci_pos[0] - rad) < 0) || ((ci_pos[0] + rad) > sq_pos[0])",
"((ci_pos[0] - rad) < 0)",
"(ci_pos[0] - rad)",
"ci_pos[0]",
"ci_pos",
"0",
"rad",
"0",
"((ci_pos[0] + rad) > sq_pos[0])",
"(ci_pos[0] + rad)",
"ci_pos[0]",
"ci_pos",
"0",
"rad",
"sq_pos[0]",
"sq_pos",
"0",
"{\n return false;\n }",
"return false;",
"false",
"if (((ci_pos[1] - rad) < 0) || ((ci_pos[1] + rad) > sq_pos[1])) {\n return false;\n } else {\n return true;\n }",
"((ci_pos[1] - rad) < 0) || ((ci_pos[1] + rad) > sq_pos[1])",
"((ci_pos[1] - rad) < 0)",
"(ci_pos[1] - rad)",
"ci_pos[1]",
"ci_pos",
"1",
"rad",
"0",
"((ci_pos[1] + rad) > sq_pos[1])",
"(ci_pos[1] + rad)",
"ci_pos[1]",
"ci_pos",
"1",
"rad",
"sq_pos[1]",
"sq_pos",
"1",
"{\n return false;\n }",
"return false;",
"false",
"{\n return true;\n }",
"return true;",
"true",
"int[] pos",
"pos",
"public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n int inNum[] = new int[5];\n for (int i = 0;i < inNum.length ;i++ ) {\n inNum[i] = stdIn.nextInt();\n }\n\n if (isInOut_Circle(inNum)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner stdIn = new Scanner(System.in);\n int inNum[] = new int[5];\n for (int i = 0;i < inNum.length ;i++ ) {\n inNum[i] = stdIn.nextInt();\n }\n\n if (isInOut_Circle(inNum)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int inNum[] = new int[5];",
"inNum",
"new int[5]",
"5",
"for (int i = 0;i < inNum.length ;i++ ) {\n inNum[i] = stdIn.nextInt();\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < inNum.length",
"i",
"inNum.length",
"inNum",
"inNum.length",
"i++",
"i++",
"i",
"{\n inNum[i] = stdIn.nextInt();\n }",
"{\n inNum[i] = stdIn.nextInt();\n }",
"inNum[i] = stdIn.nextInt()",
"inNum[i]",
"inNum",
"i",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"if (isInOut_Circle(inNum)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"isInOut_Circle(inNum)",
"isInOut_Circle",
"inNum",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n static boolean isInOut_Circle(int[] pos) {\n int[] sq_pos = {pos[0], pos[1]};\n int[] ci_pos = {pos[2], pos[3]};\n int rad = pos[4];\n\n if (((ci_pos[0] - rad) < 0) || ((ci_pos[0] + rad) > sq_pos[0])) {\n return false;\n } else if (((ci_pos[1] - rad) < 0) || ((ci_pos[1] + rad) > sq_pos[1])) {\n return false;\n } else {\n return true;\n }\n }\n\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n int inNum[] = new int[5];\n for (int i = 0;i < inNum.length ;i++ ) {\n inNum[i] = stdIn.nextInt();\n }\n\n if (isInOut_Circle(inNum)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"public class Main {\n\n static boolean isInOut_Circle(int[] pos) {\n int[] sq_pos = {pos[0], pos[1]};\n int[] ci_pos = {pos[2], pos[3]};\n int rad = pos[4];\n\n if (((ci_pos[0] - rad) < 0) || ((ci_pos[0] + rad) > sq_pos[0])) {\n return false;\n } else if (((ci_pos[1] - rad) < 0) || ((ci_pos[1] + rad) > sq_pos[1])) {\n return false;\n } else {\n return true;\n }\n }\n\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n int inNum[] = new int[5];\n for (int i = 0;i < inNum.length ;i++ ) {\n inNum[i] = stdIn.nextInt();\n }\n\n if (isInOut_Circle(inNum)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
static boolean isInOut_Circle(int[] pos) {
int[] sq_pos = {pos[0], pos[1]};
int[] ci_pos = {pos[2], pos[3]};
int rad = pos[4];
if (((ci_pos[0] - rad) < 0) || ((ci_pos[0] + rad) > sq_pos[0])) {
return false;
} else if (((ci_pos[1] - rad) < 0) || ((ci_pos[1] + rad) > sq_pos[1])) {
return false;
} else {
return true;
}
}
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
int inNum[] = new int[5];
for (int i = 0;i < inNum.length ;i++ ) {
inNum[i] = stdIn.nextInt();
}
if (isInOut_Circle(inNum)) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
13,
2,
13,
13,
2,
13,
2,
13,
13,
2,
17,
2,
13,
13,
2,
17,
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
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
51,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
40,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
37,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
37,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] | [
"import java.util.Scanner;\n\n\npublic class Main {\n\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t int WW = scan.nextInt();\n\t int HH = scan.nextInt();\n\t int xx = scan.nextInt();\n\t int yy = scan.nextInt();\n\t int rr = scan.nextInt();\n\n\t\tif ((WW >= xx + rr) && (HH >= yy + rr)&&(0 <= xx - rr)&&(0 <= yy - rr)) {\n\t \tSystem.out.println( \"Yes\" );\n\t\t}\n\t else {\n\t \tSystem.out.println( \"No\" );\n\t\t}\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t int WW = scan.nextInt();\n\t int HH = scan.nextInt();\n\t int xx = scan.nextInt();\n\t int yy = scan.nextInt();\n\t int rr = scan.nextInt();\n\n\t\tif ((WW >= xx + rr) && (HH >= yy + rr)&&(0 <= xx - rr)&&(0 <= yy - rr)) {\n\t \tSystem.out.println( \"Yes\" );\n\t\t}\n\t else {\n\t \tSystem.out.println( \"No\" );\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t int WW = scan.nextInt();\n\t int HH = scan.nextInt();\n\t int xx = scan.nextInt();\n\t int yy = scan.nextInt();\n\t int rr = scan.nextInt();\n\n\t\tif ((WW >= xx + rr) && (HH >= yy + rr)&&(0 <= xx - rr)&&(0 <= yy - rr)) {\n\t \tSystem.out.println( \"Yes\" );\n\t\t}\n\t else {\n\t \tSystem.out.println( \"No\" );\n\t\t}\n\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t int WW = scan.nextInt();\n\t int HH = scan.nextInt();\n\t int xx = scan.nextInt();\n\t int yy = scan.nextInt();\n\t int rr = scan.nextInt();\n\n\t\tif ((WW >= xx + rr) && (HH >= yy + rr)&&(0 <= xx - rr)&&(0 <= yy - rr)) {\n\t \tSystem.out.println( \"Yes\" );\n\t\t}\n\t else {\n\t \tSystem.out.println( \"No\" );\n\t\t}\n\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int WW = scan.nextInt();",
"WW",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int HH = scan.nextInt();",
"HH",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int xx = scan.nextInt();",
"xx",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int yy = scan.nextInt();",
"yy",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int rr = scan.nextInt();",
"rr",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if ((WW >= xx + rr) && (HH >= yy + rr)&&(0 <= xx - rr)&&(0 <= yy - rr)) {\n\t \tSystem.out.println( \"Yes\" );\n\t\t}\n\t else {\n\t \tSystem.out.println( \"No\" );\n\t\t}",
"(WW >= xx + rr) && (HH >= yy + rr)&&(0 <= xx - rr)&&(0 <= yy - rr)",
"(0 <= xx - rr)",
"(WW >= xx + rr) && (HH >= yy + rr)&&(0 <= xx - rr)&&(0 <= yy - rr)",
"(WW >= xx + rr)",
"WW",
"xx + rr",
"xx",
"rr",
"(HH >= yy + rr)",
"HH",
"yy + rr",
"yy",
"rr",
"(0 <= xx - rr)",
"0",
"xx - rr",
"xx",
"rr",
"(0 <= yy - rr)",
"0",
"yy - rr",
"yy",
"rr",
"{\n\t \tSystem.out.println( \"Yes\" );\n\t\t}",
"System.out.println( \"Yes\" )",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\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\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t int WW = scan.nextInt();\n\t int HH = scan.nextInt();\n\t int xx = scan.nextInt();\n\t int yy = scan.nextInt();\n\t int rr = scan.nextInt();\n\n\t\tif ((WW >= xx + rr) && (HH >= yy + rr)&&(0 <= xx - rr)&&(0 <= yy - rr)) {\n\t \tSystem.out.println( \"Yes\" );\n\t\t}\n\t else {\n\t \tSystem.out.println( \"No\" );\n\t\t}\n\n\t}\n\n}",
"public class Main {\n\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t int WW = scan.nextInt();\n\t int HH = scan.nextInt();\n\t int xx = scan.nextInt();\n\t int yy = scan.nextInt();\n\t int rr = scan.nextInt();\n\n\t\tif ((WW >= xx + rr) && (HH >= yy + rr)&&(0 <= xx - rr)&&(0 <= yy - rr)) {\n\t \tSystem.out.println( \"Yes\" );\n\t\t}\n\t else {\n\t \tSystem.out.println( \"No\" );\n\t\t}\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int WW = scan.nextInt();
int HH = scan.nextInt();
int xx = scan.nextInt();
int yy = scan.nextInt();
int rr = scan.nextInt();
if ((WW >= xx + rr) && (HH >= yy + rr)&&(0 <= xx - rr)&&(0 <= yy - rr)) {
System.out.println( "Yes" );
}
else {
System.out.println( "No" );
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
20,
4,
18,
18,
13,
13,
4,
18,
13,
23,
13,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
4,
18,
4,
18,
13,
41,
13,
4,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
0,
18,
36,
13,
4,
18,
13,
18,
13,
17,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
29,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
6,
13,
41,
13,
12,
13,
30,
0,
18,
36,
13,
13,
23,
13,
12,
13,
30,
41,
13,
17,
14,
2,
2,
2,
2,
4,
18,
18,
36,
13,
4,
18,
18,
36,
13,
2,
4,
18,
18,
36,
13,
4,
18,
18,
36,
13,
2,
2,
4,
18,
18,
36,
13,
4,
18,
18,
36,
13,
4,
18,
18,
36,
13,
2,
2,
4,
18,
18,
36,
13,
4,
18,
18,
36,
13,
4,
18,
18,
36,
13,
30,
0,
13,
17,
30,
0,
13,
17,
29,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
302,
20
],
[
302,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
24,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
36,
43
],
[
43,
44
],
[
43,
45
],
[
36,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
51,
52
],
[
52,
53
],
[
21,
54
],
[
54,
55
],
[
0,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
56,
60
],
[
60,
61
],
[
56,
62
],
[
62,
63
],
[
56,
64
],
[
64,
65
],
[
56,
66
],
[
66,
67
],
[
56,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
70,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
70,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
89,
90
],
[
88,
91
],
[
91,
92
],
[
91,
93
],
[
70,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
98,
99
],
[
99,
100
],
[
98,
101
],
[
101,
102
],
[
101,
103
],
[
70,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
104,
108
],
[
108,
109
],
[
109,
110
],
[
108,
111
],
[
111,
112
],
[
111,
113
],
[
70,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
114,
118
],
[
118,
119
],
[
119,
120
],
[
118,
121
],
[
121,
122
],
[
121,
123
],
[
70,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
128,
129
],
[
129,
130
],
[
128,
131
],
[
131,
132
],
[
131,
133
],
[
68,
134
],
[
134,
135
],
[
56,
136
],
[
136,
137
],
[
136,
138
],
[
138,
139
],
[
139,
140
],
[
56,
141
],
[
141,
142
],
[
141,
143
],
[
143,
144
],
[
144,
145
],
[
145,
146
],
[
145,
147
],
[
144,
148
],
[
141,
149
],
[
149,
150
],
[
56,
151
],
[
151,
152
],
[
151,
153
],
[
153,
154
],
[
154,
155
],
[
56,
156
],
[
156,
157
],
[
156,
158
],
[
158,
159
],
[
159,
160
],
[
160,
161
],
[
160,
162
],
[
159,
163
],
[
156,
164
],
[
164,
165
],
[
56,
166
],
[
166,
167
],
[
166,
168
],
[
168,
169
],
[
169,
170
],
[
56,
171
],
[
171,
172
],
[
171,
173
],
[
173,
174
],
[
174,
175
],
[
175,
176
],
[
175,
177
],
[
174,
178
],
[
171,
179
],
[
179,
180
],
[
56,
181
],
[
181,
182
],
[
181,
183
],
[
183,
184
],
[
184,
185
],
[
56,
186
],
[
186,
187
],
[
186,
188
],
[
188,
189
],
[
189,
190
],
[
190,
191
],
[
190,
192
],
[
189,
193
],
[
186,
194
],
[
194,
195
],
[
56,
196
],
[
196,
197
],
[
196,
198
],
[
198,
199
],
[
199,
200
],
[
56,
201
],
[
201,
202
],
[
201,
203
],
[
203,
204
],
[
204,
205
],
[
205,
206
],
[
205,
207
],
[
204,
208
],
[
201,
209
],
[
209,
210
],
[
0,
211
],
[
211,
212
],
[
211,
213
],
[
213,
214
],
[
211,
215
],
[
215,
216
],
[
215,
217
],
[
217,
218
],
[
218,
219
],
[
219,
220
],
[
219,
221
],
[
218,
222
],
[
215,
223
],
[
223,
224
],
[
211,
225
],
[
225,
226
],
[
225,
227
],
[
227,
228
],
[
228,
229
],
[
228,
230
],
[
227,
231
],
[
231,
232
],
[
234,
233
],
[
257,
234
],
[
234,
235
],
[
235,
236
],
[
236,
237
],
[
237,
238
],
[
238,
239
],
[
238,
240
],
[
235,
241
],
[
241,
242
],
[
242,
243
],
[
243,
244
],
[
243,
245
],
[
234,
246
],
[
246,
247
],
[
247,
248
],
[
248,
249
],
[
249,
250
],
[
249,
251
],
[
246,
252
],
[
252,
253
],
[
253,
254
],
[
254,
255
],
[
254,
256
],
[
257,
257
],
[
257,
258
],
[
258,
259
],
[
259,
260
],
[
260,
261
],
[
261,
262
],
[
261,
263
],
[
258,
264
],
[
264,
265
],
[
265,
266
],
[
266,
267
],
[
266,
268
],
[
257,
269
],
[
269,
270
],
[
270,
271
],
[
271,
272
],
[
271,
273
],
[
234,
274
],
[
274,
275
],
[
275,
276
],
[
276,
277
],
[
277,
278
],
[
278,
279
],
[
278,
280
],
[
275,
281
],
[
281,
282
],
[
282,
283
],
[
283,
284
],
[
283,
285
],
[
274,
286
],
[
286,
287
],
[
287,
288
],
[
288,
289
],
[
288,
290
],
[
231,
291
],
[
291,
292
],
[
292,
293
],
[
292,
294
],
[
231,
295
],
[
295,
296
],
[
296,
297
],
[
296,
298
],
[
227,
299
],
[
299,
300
],
[
0,
301
],
[
301,
302
],
[
301,
303
]
] | [
"/*\n * Aizu Online Judge\n */\n\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.List;\n\n/**\n *\n * @author yoshkur\n */\npublic class Main {\n\n\t/**\n\t * @param args the command line arguments\n\t */\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}\n\nclass InputData {\n\n\tprivate Integer W;\n\tprivate Integer H;\n\tprivate Integer x;\n\tprivate Integer y;\n\tprivate Integer r;\n\n\tpublic InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.W = Integer.valueOf(values[0]);\n\t\tthis.H = Integer.valueOf(values[1]);\n\t\tthis.x = Integer.valueOf(values[2]);\n\t\tthis.y = Integer.valueOf(values[3]);\n\t\tthis.r = Integer.valueOf(values[4]);\n\t}\n\n\tpublic Integer getW() {\n\t\treturn W;\n\t}\n\n\tpublic void setW(Integer W) {\n\t\tthis.W = W;\n\t}\n\n\tpublic Integer getH() {\n\t\treturn H;\n\t}\n\n\tpublic void setH(Integer H) {\n\t\tthis.H = H;\n\t}\n\n\tpublic Integer getX() {\n\t\treturn x;\n\t}\n\n\tpublic void setX(Integer x) {\n\t\tthis.x = x;\n\t}\n\n\tpublic Integer getY() {\n\t\treturn y;\n\t}\n\n\tpublic void setY(Integer y) {\n\t\tthis.y = y;\n\t}\n\n\tpublic Integer getR() {\n\t\treturn r;\n\t}\n\n\tpublic void setR(Integer r) {\n\t\tthis.r = r;\n\t}\n\n}\n\nclass Processing {\n\n\tprivate InputData inputData;\n\n\tpublic Processing(InputData inputData) {\n\t\tthis.inputData = inputData;\n\t}\n\n\tpublic String getResult() {\n\t\tString result = null;\n\t\tif (this.inputData.getR() > this.inputData.getX() \n\t\t\t\t|| this.inputData.getR() > this.inputData.getY() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getX() > this.inputData.getW() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getY()> this.inputData.getH()) {\n\t\t\tresult = \"No\";\n\t\t} else {\n\t\t\tresult = \"Yes\";\n\t\t}\n\t\t\n\t\treturn result;\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.List;",
"List",
"java.util",
"public class Main {\n\n\t/**\n\t * @param args the command line arguments\n\t */\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}",
"Main",
"/**\n\t * @param args the command line arguments\n\t */\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}",
"try {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}",
"catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}",
"IOException | NumberFormatException e",
"{\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}",
"System.err.println(e.getLocalizedMessage())",
"System.err.println",
"System.err",
"System",
"System.err",
"e.getLocalizedMessage()",
"e.getLocalizedMessage",
"e",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"InputData inputData = new InputData(br);",
"inputData",
"new InputData(br)",
"Processing processing = new Processing(inputData);",
"processing",
"new Processing(inputData)",
"System.out.println(processing.getResult())",
"System.out.println",
"System.out",
"System",
"System.out",
"processing.getResult()",
"processing.getResult",
"processing",
"String[] args",
"args",
"class InputData {\n\n\tprivate Integer W;\n\tprivate Integer H;\n\tprivate Integer x;\n\tprivate Integer y;\n\tprivate Integer r;\n\n\tpublic InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.W = Integer.valueOf(values[0]);\n\t\tthis.H = Integer.valueOf(values[1]);\n\t\tthis.x = Integer.valueOf(values[2]);\n\t\tthis.y = Integer.valueOf(values[3]);\n\t\tthis.r = Integer.valueOf(values[4]);\n\t}\n\n\tpublic Integer getW() {\n\t\treturn W;\n\t}\n\n\tpublic void setW(Integer W) {\n\t\tthis.W = W;\n\t}\n\n\tpublic Integer getH() {\n\t\treturn H;\n\t}\n\n\tpublic void setH(Integer H) {\n\t\tthis.H = H;\n\t}\n\n\tpublic Integer getX() {\n\t\treturn x;\n\t}\n\n\tpublic void setX(Integer x) {\n\t\tthis.x = x;\n\t}\n\n\tpublic Integer getY() {\n\t\treturn y;\n\t}\n\n\tpublic void setY(Integer y) {\n\t\tthis.y = y;\n\t}\n\n\tpublic Integer getR() {\n\t\treturn r;\n\t}\n\n\tpublic void setR(Integer r) {\n\t\tthis.r = r;\n\t}\n\n}",
"InputData",
"private Integer W;",
"W",
"private Integer H;",
"H",
"private Integer x;",
"x",
"private Integer y;",
"y",
"private Integer r;",
"r",
"public InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.W = Integer.valueOf(values[0]);\n\t\tthis.H = Integer.valueOf(values[1]);\n\t\tthis.x = Integer.valueOf(values[2]);\n\t\tthis.y = Integer.valueOf(values[3]);\n\t\tthis.r = Integer.valueOf(values[4]);\n\t}",
"InputData",
"{\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.W = Integer.valueOf(values[0]);\n\t\tthis.H = Integer.valueOf(values[1]);\n\t\tthis.x = Integer.valueOf(values[2]);\n\t\tthis.y = Integer.valueOf(values[3]);\n\t\tthis.r = Integer.valueOf(values[4]);\n\t}",
"String line = br.readLine().trim();",
"line",
"br.readLine().trim()",
"br.readLine().trim",
"br.readLine()",
"br.readLine",
"br",
"String[] values = line.split(\" \");",
"values",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"this.W = Integer.valueOf(values[0])",
"this.W",
"this",
"this.W",
"Integer.valueOf(values[0])",
"Integer.valueOf",
"Integer",
"values[0]",
"values",
"0",
"this.H = Integer.valueOf(values[1])",
"this.H",
"this",
"this.H",
"Integer.valueOf(values[1])",
"Integer.valueOf",
"Integer",
"values[1]",
"values",
"1",
"this.x = Integer.valueOf(values[2])",
"this.x",
"this",
"this.x",
"Integer.valueOf(values[2])",
"Integer.valueOf",
"Integer",
"values[2]",
"values",
"2",
"this.y = Integer.valueOf(values[3])",
"this.y",
"this",
"this.y",
"Integer.valueOf(values[3])",
"Integer.valueOf",
"Integer",
"values[3]",
"values",
"3",
"this.r = Integer.valueOf(values[4])",
"this.r",
"this",
"this.r",
"Integer.valueOf(values[4])",
"Integer.valueOf",
"Integer",
"values[4]",
"values",
"4",
"BufferedReader br",
"br",
"public Integer getW() {\n\t\treturn W;\n\t}",
"getW",
"{\n\t\treturn W;\n\t}",
"return W;",
"W",
"public void setW(Integer W) {\n\t\tthis.W = W;\n\t}",
"setW",
"{\n\t\tthis.W = W;\n\t}",
"this.W = W",
"this.W",
"this",
"this.W",
"W",
"Integer W",
"W",
"public Integer getH() {\n\t\treturn H;\n\t}",
"getH",
"{\n\t\treturn H;\n\t}",
"return H;",
"H",
"public void setH(Integer H) {\n\t\tthis.H = H;\n\t}",
"setH",
"{\n\t\tthis.H = H;\n\t}",
"this.H = H",
"this.H",
"this",
"this.H",
"H",
"Integer H",
"H",
"public Integer getX() {\n\t\treturn x;\n\t}",
"getX",
"{\n\t\treturn x;\n\t}",
"return x;",
"x",
"public void setX(Integer x) {\n\t\tthis.x = x;\n\t}",
"setX",
"{\n\t\tthis.x = x;\n\t}",
"this.x = x",
"this.x",
"this",
"this.x",
"x",
"Integer x",
"x",
"public Integer getY() {\n\t\treturn y;\n\t}",
"getY",
"{\n\t\treturn y;\n\t}",
"return y;",
"y",
"public void setY(Integer y) {\n\t\tthis.y = y;\n\t}",
"setY",
"{\n\t\tthis.y = y;\n\t}",
"this.y = y",
"this.y",
"this",
"this.y",
"y",
"Integer y",
"y",
"public Integer getR() {\n\t\treturn r;\n\t}",
"getR",
"{\n\t\treturn r;\n\t}",
"return r;",
"r",
"public void setR(Integer r) {\n\t\tthis.r = r;\n\t}",
"setR",
"{\n\t\tthis.r = r;\n\t}",
"this.r = r",
"this.r",
"this",
"this.r",
"r",
"Integer r",
"r",
"class Processing {\n\n\tprivate InputData inputData;\n\n\tpublic Processing(InputData inputData) {\n\t\tthis.inputData = inputData;\n\t}\n\n\tpublic String getResult() {\n\t\tString result = null;\n\t\tif (this.inputData.getR() > this.inputData.getX() \n\t\t\t\t|| this.inputData.getR() > this.inputData.getY() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getX() > this.inputData.getW() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getY()> this.inputData.getH()) {\n\t\t\tresult = \"No\";\n\t\t} else {\n\t\t\tresult = \"Yes\";\n\t\t}\n\t\t\n\t\treturn result;\n\t}\n}",
"Processing",
"private InputData inputData;",
"inputData",
"public Processing(InputData inputData) {\n\t\tthis.inputData = inputData;\n\t}",
"Processing",
"{\n\t\tthis.inputData = inputData;\n\t}",
"this.inputData = inputData",
"this.inputData",
"this",
"this.inputData",
"inputData",
"InputData inputData",
"inputData",
"public String getResult() {\n\t\tString result = null;\n\t\tif (this.inputData.getR() > this.inputData.getX() \n\t\t\t\t|| this.inputData.getR() > this.inputData.getY() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getX() > this.inputData.getW() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getY()> this.inputData.getH()) {\n\t\t\tresult = \"No\";\n\t\t} else {\n\t\t\tresult = \"Yes\";\n\t\t}\n\t\t\n\t\treturn result;\n\t}",
"getResult",
"{\n\t\tString result = null;\n\t\tif (this.inputData.getR() > this.inputData.getX() \n\t\t\t\t|| this.inputData.getR() > this.inputData.getY() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getX() > this.inputData.getW() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getY()> this.inputData.getH()) {\n\t\t\tresult = \"No\";\n\t\t} else {\n\t\t\tresult = \"Yes\";\n\t\t}\n\t\t\n\t\treturn result;\n\t}",
"String result = null;",
"result",
"null",
"if (this.inputData.getR() > this.inputData.getX() \n\t\t\t\t|| this.inputData.getR() > this.inputData.getY() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getX() > this.inputData.getW() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getY()> this.inputData.getH()) {\n\t\t\tresult = \"No\";\n\t\t} else {\n\t\t\tresult = \"Yes\";\n\t\t}",
"this.inputData.getR() > this.inputData.getX() \n\t\t\t\t|| this.inputData.getR() > this.inputData.getY() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getX() > this.inputData.getW() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getY()> this.inputData.getH()",
"this.inputData.getR() + this.inputData.getX() > this.inputData.getW()",
"this.inputData.getR() > this.inputData.getX() \n\t\t\t\t|| this.inputData.getR() > this.inputData.getY() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getX() > this.inputData.getW() \n\t\t\t\t|| this.inputData.getR() + this.inputData.getY()> this.inputData.getH()",
"this.inputData.getR() > this.inputData.getX()",
"this.inputData.getR()",
"this.inputData.getR",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getX()",
"this.inputData.getX",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getR() > this.inputData.getY()",
"this.inputData.getR()",
"this.inputData.getR",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getY()",
"this.inputData.getY",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getR() + this.inputData.getX() > this.inputData.getW()",
"this.inputData.getR() + this.inputData.getX()",
"this.inputData.getR()",
"this.inputData.getR",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getX()",
"this.inputData.getX",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getW()",
"this.inputData.getW",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getR() + this.inputData.getY()> this.inputData.getH()",
"this.inputData.getR() + this.inputData.getY()",
"this.inputData.getR()",
"this.inputData.getR",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getY()",
"this.inputData.getY",
"this.inputData",
"this",
"this.inputData",
"this.inputData.getH()",
"this.inputData.getH",
"this.inputData",
"this",
"this.inputData",
"{\n\t\t\tresult = \"No\";\n\t\t}",
"result = \"No\"",
"result",
"\"No\"",
"{\n\t\t\tresult = \"Yes\";\n\t\t}",
"result = \"Yes\"",
"result",
"\"Yes\"",
"return result;",
"result",
"public class Main {\n\n\t/**\n\t * @param args the command line arguments\n\t */\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}",
"public class Main {\n\n\t/**\n\t * @param args the command line arguments\n\t */\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tProcessing processing = new Processing(inputData);\n\t\t\tSystem.out.println(processing.getResult());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n}",
"Main"
] | /*
* Aizu Online Judge
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
*
* @author yoshkur
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
InputData inputData = new InputData(br);
Processing processing = new Processing(inputData);
System.out.println(processing.getResult());
} catch (IOException | NumberFormatException e) {
System.err.println(e.getLocalizedMessage());
}
}
}
class InputData {
private Integer W;
private Integer H;
private Integer x;
private Integer y;
private Integer r;
public InputData(BufferedReader br) throws IOException {
String line = br.readLine().trim();
String[] values = line.split(" ");
this.W = Integer.valueOf(values[0]);
this.H = Integer.valueOf(values[1]);
this.x = Integer.valueOf(values[2]);
this.y = Integer.valueOf(values[3]);
this.r = Integer.valueOf(values[4]);
}
public Integer getW() {
return W;
}
public void setW(Integer W) {
this.W = W;
}
public Integer getH() {
return H;
}
public void setH(Integer H) {
this.H = H;
}
public Integer getX() {
return x;
}
public void setX(Integer x) {
this.x = x;
}
public Integer getY() {
return y;
}
public void setY(Integer y) {
this.y = y;
}
public Integer getR() {
return r;
}
public void setR(Integer r) {
this.r = r;
}
}
class Processing {
private InputData inputData;
public Processing(InputData inputData) {
this.inputData = inputData;
}
public String getResult() {
String result = null;
if (this.inputData.getR() > this.inputData.getX()
|| this.inputData.getR() > this.inputData.getY()
|| this.inputData.getR() + this.inputData.getX() > this.inputData.getW()
|| this.inputData.getR() + this.inputData.getY()> this.inputData.getH()) {
result = "No";
} else {
result = "Yes";
}
return 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,
4,
18,
13,
41,
13,
8,
2,
2,
13,
13,
2,
13,
2,
13,
13,
17,
17,
41,
13,
8,
2,
2,
13,
13,
2,
13,
2,
13,
13,
17,
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
],
[
84,
5
],
[
84,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
39,
49
],
[
39,
50
],
[
8,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
53,
63
],
[
53,
64
],
[
8,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
65,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
6,
81
],
[
81,
82
],
[
0,
83
],
[
83,
84
],
[
83,
85
]
] | [
"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 w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\t//xの条件\n\t\tBoolean statusX = (x >= r && x <= (w-r)) ? true : false;\n\t\t//yの条件\n\t\tBoolean statusY = (y >= r && y <= (h-r)) ? true : false;\n\t\t\n\t\tif(statusX && statusY) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\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 w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\t//xの条件\n\t\tBoolean statusX = (x >= r && x <= (w-r)) ? true : false;\n\t\t//yの条件\n\t\tBoolean statusY = (y >= r && y <= (h-r)) ? true : false;\n\t\t\n\t\tif(statusX && statusY) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\t//xの条件\n\t\tBoolean statusX = (x >= r && x <= (w-r)) ? true : false;\n\t\t//yの条件\n\t\tBoolean statusY = (y >= r && y <= (h-r)) ? true : false;\n\t\t\n\t\tif(statusX && statusY) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\t//xの条件\n\t\tBoolean statusX = (x >= r && x <= (w-r)) ? true : false;\n\t\t//yの条件\n\t\tBoolean statusY = (y >= r && y <= (h-r)) ? true : false;\n\t\t\n\t\tif(statusX && statusY) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int h = sc.nextInt();",
"h",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Boolean statusX = (x >= r && x <= (w-r)) ? true : false;",
"statusX",
"(x >= r && x <= (w-r)) ? true : false",
"(x >= r && x <= (w-r))",
"x >= r",
"x",
"r",
"x <= (w-r)",
"x",
"(w-r)",
"w",
"r",
"true",
"false",
"Boolean statusY = (y >= r && y <= (h-r)) ? true : false;",
"statusY",
"(y >= r && y <= (h-r)) ? true : false",
"(y >= r && y <= (h-r))",
"y >= r",
"y",
"r",
"y <= (h-r)",
"y",
"(h-r)",
"h",
"r",
"true",
"false",
"if(statusX && statusY) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");",
"statusX && statusY",
"statusX",
"statusY",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\t//xの条件\n\t\tBoolean statusX = (x >= r && x <= (w-r)) ? true : false;\n\t\t//yの条件\n\t\tBoolean statusY = (y >= r && y <= (h-r)) ? true : false;\n\t\t\n\t\tif(statusX && statusY) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\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 w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\t//xの条件\n\t\tBoolean statusX = (x >= r && x <= (w-r)) ? true : false;\n\t\t//yの条件\n\t\tBoolean statusY = (y >= r && y <= (h-r)) ? true : false;\n\t\t\n\t\tif(statusX && statusY) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\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 w = sc.nextInt();
int h = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
//xの条件
Boolean statusX = (x >= r && x <= (w-r)) ? true : false;
//yの条件
Boolean statusY = (y >= r && y <= (h-r)) ? true : false;
if(statusX && statusY) System.out.println("Yes");
else System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
17,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
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
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
42,
44
],
[
37,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
37,
52
],
[
52,
53
],
[
55,
54
],
[
66,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
55,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
66,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
55,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
52,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
52,
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.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n\tScanner stdin = new Scanner(System.in);\n\tint W = stdin.nextInt();\n\tint H = stdin.nextInt();\n\tint x = stdin.nextInt();\n\tint y = stdin.nextInt();\n\tint r = stdin.nextInt();\n if(x<=0 || y<=0){\n\t System.out.println(\"No\");\n\t}\n\telse if( 0<=x+r && x+r<=W && 0<=y+r && y+r<=H ){\n\t System.out.println(\"Yes\");\n\t\t}\n\telse{System.out.println(\"No\");\n\t\t}\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n\tScanner stdin = new Scanner(System.in);\n\tint W = stdin.nextInt();\n\tint H = stdin.nextInt();\n\tint x = stdin.nextInt();\n\tint y = stdin.nextInt();\n\tint r = stdin.nextInt();\n if(x<=0 || y<=0){\n\t System.out.println(\"No\");\n\t}\n\telse if( 0<=x+r && x+r<=W && 0<=y+r && y+r<=H ){\n\t System.out.println(\"Yes\");\n\t\t}\n\telse{System.out.println(\"No\");\n\t\t}\n }\n}",
"Main",
"public static void main(String[] args){\n\tScanner stdin = new Scanner(System.in);\n\tint W = stdin.nextInt();\n\tint H = stdin.nextInt();\n\tint x = stdin.nextInt();\n\tint y = stdin.nextInt();\n\tint r = stdin.nextInt();\n if(x<=0 || y<=0){\n\t System.out.println(\"No\");\n\t}\n\telse if( 0<=x+r && x+r<=W && 0<=y+r && y+r<=H ){\n\t System.out.println(\"Yes\");\n\t\t}\n\telse{System.out.println(\"No\");\n\t\t}\n }",
"main",
"{\n\tScanner stdin = new Scanner(System.in);\n\tint W = stdin.nextInt();\n\tint H = stdin.nextInt();\n\tint x = stdin.nextInt();\n\tint y = stdin.nextInt();\n\tint r = stdin.nextInt();\n if(x<=0 || y<=0){\n\t System.out.println(\"No\");\n\t}\n\telse if( 0<=x+r && x+r<=W && 0<=y+r && y+r<=H ){\n\t System.out.println(\"Yes\");\n\t\t}\n\telse{System.out.println(\"No\");\n\t\t}\n }",
"Scanner stdin = new Scanner(System.in);",
"stdin",
"new Scanner(System.in)",
"int W = stdin.nextInt();",
"W",
"stdin.nextInt()",
"stdin.nextInt",
"stdin",
"int H = stdin.nextInt();",
"H",
"stdin.nextInt()",
"stdin.nextInt",
"stdin",
"int x = stdin.nextInt();",
"x",
"stdin.nextInt()",
"stdin.nextInt",
"stdin",
"int y = stdin.nextInt();",
"y",
"stdin.nextInt()",
"stdin.nextInt",
"stdin",
"int r = stdin.nextInt();",
"r",
"stdin.nextInt()",
"stdin.nextInt",
"stdin",
"if(x<=0 || y<=0){\n\t System.out.println(\"No\");\n\t}\n\telse if( 0<=x+r && x+r<=W && 0<=y+r && y+r<=H ){\n\t System.out.println(\"Yes\");\n\t\t}\n\telse{System.out.println(\"No\");\n\t\t}",
"x<=0 || y<=0",
"x<=0",
"x",
"0",
"y<=0",
"y",
"0",
"{\n\t System.out.println(\"No\");\n\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if( 0<=x+r && x+r<=W && 0<=y+r && y+r<=H ){\n\t System.out.println(\"Yes\");\n\t\t}\n\telse{System.out.println(\"No\");\n\t\t}",
"0<=x+r && x+r<=W && 0<=y+r && y+r<=H",
"0<=y+r",
"0<=x+r && x+r<=W && 0<=y+r && y+r<=H",
"0<=x+r",
"0",
"x+r",
"x",
"r",
"x+r<=W",
"x+r",
"x",
"r",
"W",
"0<=y+r",
"0",
"y+r",
"y",
"r",
"y+r<=H",
"y+r",
"y",
"r",
"H",
"{\n\t System.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{System.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 public static void main(String[] args){\n\tScanner stdin = new Scanner(System.in);\n\tint W = stdin.nextInt();\n\tint H = stdin.nextInt();\n\tint x = stdin.nextInt();\n\tint y = stdin.nextInt();\n\tint r = stdin.nextInt();\n if(x<=0 || y<=0){\n\t System.out.println(\"No\");\n\t}\n\telse if( 0<=x+r && x+r<=W && 0<=y+r && y+r<=H ){\n\t System.out.println(\"Yes\");\n\t\t}\n\telse{System.out.println(\"No\");\n\t\t}\n }\n}",
"public class Main{\n public static void main(String[] args){\n\tScanner stdin = new Scanner(System.in);\n\tint W = stdin.nextInt();\n\tint H = stdin.nextInt();\n\tint x = stdin.nextInt();\n\tint y = stdin.nextInt();\n\tint r = stdin.nextInt();\n if(x<=0 || y<=0){\n\t System.out.println(\"No\");\n\t}\n\telse if( 0<=x+r && x+r<=W && 0<=y+r && y+r<=H ){\n\t System.out.println(\"Yes\");\n\t\t}\n\telse{System.out.println(\"No\");\n\t\t}\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner stdin = new Scanner(System.in);
int W = stdin.nextInt();
int H = stdin.nextInt();
int x = stdin.nextInt();
int y = stdin.nextInt();
int r = stdin.nextInt();
if(x<=0 || y<=0){
System.out.println("No");
}
else if( 0<=x+r && x+r<=W && 0<=y+r && y+r<=H ){
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,
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,
18,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
104,
8
],
[
104,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
17,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
11,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
11,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
11,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
60,
62
],
[
11,
63
],
[
63,
64
],
[
66,
65
],
[
77,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
66,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
77,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
66,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
63,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
88,
93
],
[
63,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
9,
101
],
[
101,
102
],
[
0,
103
],
[
103,
104
],
[
103,
105
]
] | [
"import java.io.*;\nimport java.util.Arrays;\n \npublic class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] inputs = br.readLine().split(\" \");\n int w = Integer.parseInt(inputs[0]), h = Integer.parseInt(inputs[1]);\n int x = Integer.parseInt(inputs[2]), y = Integer.parseInt(inputs[3]), r = Integer.parseInt(inputs[4]);\n\n if (x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] inputs = br.readLine().split(\" \");\n int w = Integer.parseInt(inputs[0]), h = Integer.parseInt(inputs[1]);\n int x = Integer.parseInt(inputs[2]), y = Integer.parseInt(inputs[3]), r = Integer.parseInt(inputs[4]);\n\n if (x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] inputs = br.readLine().split(\" \");\n int w = Integer.parseInt(inputs[0]), h = Integer.parseInt(inputs[1]);\n int x = Integer.parseInt(inputs[2]), y = Integer.parseInt(inputs[3]), r = Integer.parseInt(inputs[4]);\n\n if (x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] inputs = br.readLine().split(\" \");\n int w = Integer.parseInt(inputs[0]), h = Integer.parseInt(inputs[1]);\n int x = Integer.parseInt(inputs[2]), y = Integer.parseInt(inputs[3]), r = Integer.parseInt(inputs[4]);\n\n if (x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] inputs = br.readLine().split(\" \");",
"inputs",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int w = Integer.parseInt(inputs[0])",
"w",
"Integer.parseInt(inputs[0])",
"Integer.parseInt",
"Integer",
"inputs[0]",
"inputs",
"0",
"h = Integer.parseInt(inputs[1]);",
"h",
"Integer.parseInt(inputs[1])",
"Integer.parseInt",
"Integer",
"inputs[1]",
"inputs",
"1",
"int x = Integer.parseInt(inputs[2])",
"x",
"Integer.parseInt(inputs[2])",
"Integer.parseInt",
"Integer",
"inputs[2]",
"inputs",
"2",
"y = Integer.parseInt(inputs[3])",
"y",
"Integer.parseInt(inputs[3])",
"Integer.parseInt",
"Integer",
"inputs[3]",
"inputs",
"3",
"r = Integer.parseInt(inputs[4]);",
"r",
"Integer.parseInt(inputs[4])",
"Integer.parseInt",
"Integer",
"inputs[4]",
"inputs",
"4",
"if (x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h",
"y - r >= 0",
"x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h",
"x - r >= 0",
"x - r",
"x",
"r",
"0",
"x + r <= w",
"x + r",
"x",
"r",
"w",
"y - r >= 0",
"y - r",
"y",
"r",
"0",
"y + r <= h",
"y + r",
"y",
"r",
"h",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] inputs = br.readLine().split(\" \");\n int w = Integer.parseInt(inputs[0]), h = Integer.parseInt(inputs[1]);\n int x = Integer.parseInt(inputs[2]), y = Integer.parseInt(inputs[3]), r = Integer.parseInt(inputs[4]);\n\n if (x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] inputs = br.readLine().split(\" \");\n int w = Integer.parseInt(inputs[0]), h = Integer.parseInt(inputs[1]);\n int x = Integer.parseInt(inputs[2]), y = Integer.parseInt(inputs[3]), r = Integer.parseInt(inputs[4]);\n\n if (x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] | import java.io.*;
import java.util.Arrays;
public class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] inputs = br.readLine().split(" ");
int w = Integer.parseInt(inputs[0]), h = Integer.parseInt(inputs[1]);
int x = Integer.parseInt(inputs[2]), y = Integer.parseInt(inputs[3]), r = Integer.parseInt(inputs[4]);
if (x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
13,
13,
2,
13,
2,
13,
13,
2,
13,
13,
2,
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
],
[
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
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
49,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
49,
49
],
[
49,
50
],
[
49,
51
],
[
40,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
37,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
37,
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;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif(r<=x && x<=(W-r)&& r<=y && y <=(H-r)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif(r<=x && x<=(W-r)&& r<=y && y <=(H-r)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n }\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif(r<=x && x<=(W-r)&& r<=y && y <=(H-r)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n }",
"main",
"{\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif(r<=x && x<=(W-r)&& r<=y && y <=(H-r)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int H = sc.nextInt();",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(r<=x && x<=(W-r)&& r<=y && y <=(H-r)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"r<=x && x<=(W-r)&& r<=y && y <=(H-r)",
"r<=y",
"r<=x && x<=(W-r)&& r<=y && y <=(H-r)",
"r<=x",
"r",
"x",
"x<=(W-r)",
"x",
"(W-r)",
"W",
"r",
"r<=y",
"r",
"y",
"y <=(H-r)",
"y",
"(H-r)",
"H",
"r",
"{\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 sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif(r<=x && x<=(W-r)&& r<=y && y <=(H-r)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n }\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tif(r<=x && x<=(W-r)&& r<=y && y <=(H-r)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\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 W = sc.nextInt();
int H = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
if(r<=x && x<=(W-r)&& r<=y && y <=(H-r)) {
System.out.println("Yes");
}else {
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
2,
13,
2,
13,
13,
2,
13,
2,
13,
13,
41,
13,
2,
2,
13,
17,
2,
13,
17,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
39,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
56,
58
],
[
8,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
59,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
6,
77
],
[
77,
78
]
] | [
"import java.util.Scanner;\nclass Main {\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int W = scanner.nextInt();\n int H = scanner.nextInt();\n int x = scanner.nextInt();\n int y = scanner.nextInt();\n int r = scanner.nextInt();\n boolean i = W >= x + r && H >= y + r;\n boolean j = x >= 0 && y >= 0;\n if(i && j){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int W = scanner.nextInt();\n int H = scanner.nextInt();\n int x = scanner.nextInt();\n int y = scanner.nextInt();\n int r = scanner.nextInt();\n boolean i = W >= x + r && H >= y + r;\n boolean j = x >= 0 && y >= 0;\n if(i && j){\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 W = scanner.nextInt();\n int H = scanner.nextInt();\n int x = scanner.nextInt();\n int y = scanner.nextInt();\n int r = scanner.nextInt();\n boolean i = W >= x + r && H >= y + r;\n boolean j = x >= 0 && y >= 0;\n if(i && j){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int W = scanner.nextInt();\n int H = scanner.nextInt();\n int x = scanner.nextInt();\n int y = scanner.nextInt();\n int r = scanner.nextInt();\n boolean i = W >= x + r && H >= y + r;\n boolean j = x >= 0 && y >= 0;\n if(i && j){\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 W = scanner.nextInt();",
"W",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int H = scanner.nextInt();",
"H",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int x = scanner.nextInt();",
"x",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int y = scanner.nextInt();",
"y",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int r = scanner.nextInt();",
"r",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"boolean i = W >= x + r && H >= y + r;",
"i",
"W >= x + r && H >= y + r",
"W >= x + r",
"W",
"x + r",
"x",
"r",
"H >= y + r",
"H",
"y + r",
"y",
"r",
"boolean j = x >= 0 && y >= 0;",
"j",
"x >= 0 && y >= 0",
"x >= 0",
"x",
"0",
"y >= 0",
"y",
"0",
"if(i && j){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"i && j",
"i",
"j",
"{\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 scanner = new Scanner(System.in);
int W = scanner.nextInt();
int H = scanner.nextInt();
int x = scanner.nextInt();
int y = scanner.nextInt();
int r = scanner.nextInt();
boolean i = W >= x + r && H >= y + r;
boolean j = x >= 0 && y >= 0;
if(i && j){
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
17,
41,
13,
39,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
41,
13,
17,
41,
13,
17,
41,
13,
39,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
41,
13,
39,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
41,
13,
17,
42,
2,
0,
13,
4,
18,
18,
13,
13,
40,
17,
30,
14,
2,
2,
13,
17,
2,
13,
17,
30,
0,
18,
13,
13,
2,
13,
17,
40,
13,
40,
13,
14,
2,
13,
17,
30,
0,
18,
13,
13,
40,
17,
14,
2,
13,
17,
30,
0,
18,
13,
13,
13,
40,
13,
40,
13,
14,
2,
13,
17,
30,
0,
18,
13,
13,
13,
0,
13,
17,
40,
13,
14,
2,
13,
17,
30,
3,
41,
13,
39,
17,
17,
17,
17,
17,
17,
17,
17,
17,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
42,
2,
13,
2,
13,
17,
30,
42,
2,
2,
13,
17,
2,
18,
13,
13,
17,
30,
0,
18,
13,
13,
2,
2,
18,
13,
13,
17,
18,
13,
13,
0,
18,
13,
13,
2,
18,
13,
13,
17,
40,
13,
14,
2,
18,
13,
13,
17,
30,
14,
2,
18,
13,
13,
40,
17,
30,
0,
18,
13,
13,
2,
18,
13,
13,
40,
17,
40,
13,
40,
13,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
30,
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
],
[
328,
5
],
[
328,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
11,
13
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
16,
18
],
[
16,
19
],
[
16,
20
],
[
16,
21
],
[
16,
22
],
[
16,
23
],
[
16,
24
],
[
16,
25
],
[
16,
26
],
[
16,
27
],
[
16,
28
],
[
16,
29
],
[
16,
30
],
[
16,
31
],
[
16,
32
],
[
16,
33
],
[
16,
34
],
[
16,
35
],
[
16,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
45,
48
],
[
45,
49
],
[
45,
50
],
[
45,
51
],
[
45,
52
],
[
45,
53
],
[
45,
54
],
[
45,
55
],
[
45,
56
],
[
45,
57
],
[
45,
58
],
[
45,
59
],
[
45,
60
],
[
45,
61
],
[
45,
62
],
[
45,
63
],
[
45,
64
],
[
45,
65
],
[
8,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
68,
71
],
[
68,
72
],
[
68,
73
],
[
68,
74
],
[
68,
75
],
[
68,
76
],
[
68,
77
],
[
68,
78
],
[
68,
79
],
[
68,
80
],
[
68,
81
],
[
68,
82
],
[
68,
83
],
[
68,
84
],
[
68,
85
],
[
68,
86
],
[
68,
87
],
[
68,
88
],
[
8,
89
],
[
89,
90
],
[
89,
91
],
[
8,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
93,
101
],
[
101,
102
],
[
92,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
109,
110
],
[
109,
111
],
[
104,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
117,
118
],
[
117,
119
],
[
112,
120
],
[
120,
121
],
[
112,
122
],
[
122,
123
],
[
103,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
124,
128
],
[
128,
129
],
[
129,
130
],
[
130,
131
],
[
130,
132
],
[
129,
133
],
[
133,
134
],
[
103,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
135,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
141,
143
],
[
140,
144
],
[
139,
145
],
[
145,
146
],
[
139,
147
],
[
147,
148
],
[
103,
149
],
[
149,
150
],
[
150,
151
],
[
150,
152
],
[
149,
153
],
[
153,
154
],
[
154,
155
],
[
155,
156
],
[
155,
157
],
[
154,
158
],
[
153,
159
],
[
159,
160
],
[
159,
161
],
[
153,
162
],
[
162,
163
],
[
103,
164
],
[
164,
165
],
[
165,
166
],
[
165,
167
],
[
164,
168
],
[
168,
169
],
[
8,
170
],
[
170,
171
],
[
170,
172
],
[
172,
173
],
[
172,
174
],
[
172,
175
],
[
172,
176
],
[
172,
177
],
[
172,
178
],
[
172,
179
],
[
172,
180
],
[
172,
181
],
[
172,
182
],
[
8,
183
],
[
183,
184
],
[
183,
185
],
[
8,
186
],
[
186,
187
],
[
186,
188
],
[
8,
189
],
[
189,
190
],
[
189,
191
],
[
8,
192
],
[
192,
193
],
[
193,
194
],
[
193,
195
],
[
195,
196
],
[
195,
197
],
[
192,
198
],
[
198,
199
],
[
199,
200
],
[
200,
201
],
[
201,
202
],
[
201,
203
],
[
200,
204
],
[
204,
205
],
[
205,
206
],
[
205,
207
],
[
204,
208
],
[
199,
209
],
[
209,
210
],
[
210,
211
],
[
211,
212
],
[
211,
213
],
[
210,
214
],
[
214,
215
],
[
215,
216
],
[
216,
217
],
[
216,
218
],
[
215,
219
],
[
214,
220
],
[
220,
221
],
[
220,
222
],
[
209,
223
],
[
223,
224
],
[
224,
225
],
[
224,
226
],
[
223,
227
],
[
227,
228
],
[
228,
229
],
[
228,
230
],
[
227,
231
],
[
209,
232
],
[
232,
233
],
[
198,
234
],
[
234,
235
],
[
235,
236
],
[
236,
237
],
[
236,
238
],
[
235,
239
],
[
234,
240
],
[
240,
241
],
[
241,
242
],
[
242,
243
],
[
243,
244
],
[
243,
245
],
[
242,
246
],
[
246,
247
],
[
241,
248
],
[
248,
249
],
[
249,
250
],
[
250,
251
],
[
250,
252
],
[
249,
253
],
[
253,
254
],
[
254,
255
],
[
254,
256
],
[
253,
257
],
[
257,
258
],
[
240,
259
],
[
259,
260
],
[
240,
261
],
[
261,
262
],
[
8,
263
],
[
263,
264
],
[
263,
265
],
[
265,
266
],
[
265,
267
],
[
8,
268
],
[
268,
269
],
[
268,
270
],
[
270,
271
],
[
270,
272
],
[
8,
273
],
[
273,
274
],
[
273,
275
],
[
275,
276
],
[
275,
277
],
[
8,
278
],
[
278,
279
],
[
278,
280
],
[
280,
281
],
[
280,
282
],
[
8,
283
],
[
283,
284
],
[
283,
285
],
[
285,
286
],
[
285,
287
],
[
8,
288
],
[
288,
289
],
[
291,
290
],
[
302,
291
],
[
291,
292
],
[
292,
293
],
[
293,
294
],
[
293,
295
],
[
292,
296
],
[
291,
297
],
[
297,
298
],
[
298,
299
],
[
298,
300
],
[
297,
301
],
[
302,
302
],
[
302,
303
],
[
303,
304
],
[
303,
305
],
[
302,
306
],
[
291,
307
],
[
307,
308
],
[
308,
309
],
[
308,
310
],
[
307,
311
],
[
288,
312
],
[
312,
313
],
[
313,
314
],
[
314,
315
],
[
315,
316
],
[
315,
317
],
[
313,
318
],
[
288,
319
],
[
319,
320
],
[
320,
321
],
[
321,
322
],
[
321,
323
],
[
319,
324
],
[
6,
325
],
[
325,
326
],
[
0,
327
],
[
327,
328
],
[
327,
329
]
] | [
"\nimport java.io.*;\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int W = hairetsu_suuchi[0];\n int H = hairetsu_suuchi[1];\n int x = hairetsu_suuchi[2];\n int y = hairetsu_suuchi[3];\n int r = hairetsu_suuchi[4];\n if( x - r < 0 || x + r > W || y - r < 0 || y + r > H )\n {\n \t System.out.println(\"No\");\n \t\n }\n else System.out.println(\"Yes\");\n \n }\n \n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int W = hairetsu_suuchi[0];\n int H = hairetsu_suuchi[1];\n int x = hairetsu_suuchi[2];\n int y = hairetsu_suuchi[3];\n int r = hairetsu_suuchi[4];\n if( x - r < 0 || x + r > W || y - r < 0 || y + r > H )\n {\n \t System.out.println(\"No\");\n \t\n }\n else System.out.println(\"Yes\");\n \n }\n \n}",
"Main",
"public static void main(String[] args) throws IOException {\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int W = hairetsu_suuchi[0];\n int H = hairetsu_suuchi[1];\n int x = hairetsu_suuchi[2];\n int y = hairetsu_suuchi[3];\n int r = hairetsu_suuchi[4];\n if( x - r < 0 || x + r > W || y - r < 0 || y + r > H )\n {\n \t System.out.println(\"No\");\n \t\n }\n else System.out.println(\"Yes\");\n \n }",
"main",
"{\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int W = hairetsu_suuchi[0];\n int H = hairetsu_suuchi[1];\n int x = hairetsu_suuchi[2];\n int y = hairetsu_suuchi[3];\n int r = hairetsu_suuchi[4];\n if( x - r < 0 || x + r > W || y - r < 0 || y + r > H )\n {\n \t System.out.println(\"No\");\n \t\n }\n else System.out.println(\"Yes\");\n \n }",
"int c;",
"c",
"int keta = 0;",
"keta",
"0",
"int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};",
"hairetsu_keta",
"{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"int j = 0;",
"j",
"0",
"int deru = 0;",
"deru",
"0",
"int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};",
"hairetsu",
"{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};",
"hairetsu_fugou",
"{1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"1",
"int i= 0;",
"i",
"0",
"while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }",
"(c = System.in.read()) != -1",
"(c = System.in.read())",
"c",
"System.in.read()",
"System.in.read",
"System.in",
"System",
"System.in",
"-1",
"1",
"{\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }",
"if ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }",
"c > 47 && c < 58",
"c > 47",
"c",
"47",
"c < 58",
"c",
"58",
"{\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }",
"hairetsu[i] = c-48",
"hairetsu[i]",
"hairetsu",
"i",
"c-48",
"c",
"48",
"i++",
"i",
"keta++",
"keta",
"if ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t }",
"c == 45",
"c",
"45",
"{\n \t\thairetsu_fugou[j] = -1;\n \t }",
"hairetsu_fugou[j] = -1",
"hairetsu_fugou[j]",
"hairetsu_fugou",
"j",
"-1",
"1",
"if ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}",
"c == 10",
"c",
"10",
"{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}",
"hairetsu_keta[j] = keta",
"hairetsu_keta[j]",
"hairetsu_keta",
"j",
"keta",
"deru++",
"deru",
"j++",
"j",
"if ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}",
"c == 32",
"c",
"32",
"{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}",
"hairetsu_keta[j] = keta",
"hairetsu_keta[j]",
"hairetsu_keta",
"j",
"keta",
"keta = 0",
"keta",
"0",
"j++",
"j",
"if (deru > 0)\n \t{\n \t\tbreak;\n \t}",
"deru > 0",
"deru",
"0",
"{\n \t\tbreak;\n \t}",
"break;",
"int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};",
"hairetsu_suuchi",
"{0,0,0,0,0,0,0,0,0,0}",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"int k = 0;",
"k",
"0",
"int m = 0;",
"m",
"0",
"int n = 0;",
"n",
"0",
"while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n }",
"n < (j + 1)",
"n",
"(j + 1)",
"j",
"1",
"{\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n }",
"while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }",
"j > 0 && hairetsu_keta[n] > 0",
"j > 0",
"j",
"0",
"hairetsu_keta[n] > 0",
"hairetsu_keta[n]",
"hairetsu_keta",
"n",
"0",
"{\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }",
"hairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m]",
"hairetsu_suuchi[k]",
"hairetsu_suuchi",
"k",
"hairetsu_suuchi[k]*10 + hairetsu[m]",
"hairetsu_suuchi[k]*10",
"hairetsu_suuchi[k]",
"hairetsu_suuchi",
"k",
"10",
"hairetsu[m]",
"hairetsu",
"m",
"hairetsu_keta[n] = hairetsu_keta[n] - 1",
"hairetsu_keta[n]",
"hairetsu_keta",
"n",
"hairetsu_keta[n] - 1",
"hairetsu_keta[n]",
"hairetsu_keta",
"n",
"1",
"m++",
"m",
"if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }",
"hairetsu_keta[n] == 0",
"hairetsu_keta[n]",
"hairetsu_keta",
"n",
"0",
"{\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }",
"if(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}",
"hairetsu_fugou[n] == -1",
"hairetsu_fugou[n]",
"hairetsu_fugou",
"n",
"-1",
"1",
"{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}",
"hairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1)",
"hairetsu_suuchi[k]",
"hairetsu_suuchi",
"k",
"hairetsu_suuchi[k]*(-1)",
"hairetsu_suuchi[k]",
"hairetsu_suuchi",
"k",
"(-1)",
"1",
"n++",
"n",
"k++",
"k",
"int W = hairetsu_suuchi[0];",
"W",
"hairetsu_suuchi[0]",
"hairetsu_suuchi",
"0",
"int H = hairetsu_suuchi[1];",
"H",
"hairetsu_suuchi[1]",
"hairetsu_suuchi",
"1",
"int x = hairetsu_suuchi[2];",
"x",
"hairetsu_suuchi[2]",
"hairetsu_suuchi",
"2",
"int y = hairetsu_suuchi[3];",
"y",
"hairetsu_suuchi[3]",
"hairetsu_suuchi",
"3",
"int r = hairetsu_suuchi[4];",
"r",
"hairetsu_suuchi[4]",
"hairetsu_suuchi",
"4",
"if( x - r < 0 || x + r > W || y - r < 0 || y + r > H )\n {\n \t System.out.println(\"No\");\n \t\n }\n else System.out.println(\"Yes\");",
"x - r < 0 || x + r > W || y - r < 0 || y + r > H",
"y - r < 0",
"x - r < 0 || x + r > W || y - r < 0 || y + r > H",
"x - r < 0",
"x - r",
"x",
"r",
"0",
"x + r > W",
"x + r",
"x",
"r",
"W",
"y - r < 0",
"y - r",
"y",
"r",
"0",
"y + r > H",
"y + r",
"y",
"r",
"H",
"{\n \t System.out.println(\"No\");\n \t\n }",
"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\n public static void main(String[] args) throws IOException {\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int W = hairetsu_suuchi[0];\n int H = hairetsu_suuchi[1];\n int x = hairetsu_suuchi[2];\n int y = hairetsu_suuchi[3];\n int r = hairetsu_suuchi[4];\n if( x - r < 0 || x + r > W || y - r < 0 || y + r > H )\n {\n \t System.out.println(\"No\");\n \t\n }\n else System.out.println(\"Yes\");\n \n }\n \n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n \t// ?¨??????\\??????????????????????????????\n \tint c;\n int keta = 0;\n // int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;\n int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????\n int j = 0;\n int deru = 0; \n // int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;\n int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???\n int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\\???\n int i= 0;\n while ((c = System.in.read()) != -1 )\n {\n \t// System.out.println(c);\n \tif ( c > 47 && c < 58) // suuji ga kita\n \t {\n \t\thairetsu[i] = c-48;\n \t\ti++;\n \t\tketa++;\n \n \t\t// System.out.println(\"Qurege_no_kazu_keta_hantaikara:\" + Qurage_no_kazu);\n \t }\n \tif ( c == 45) // minus ga kita\n \t {\n \t\thairetsu_fugou[j] = -1;\n \t } \t\n \t\n \tif ( c == 10) // return ga kita\n \t{\n \t\thairetsu_keta[j] = keta;\n \t\tderu++; //return ga kitara while wo deru\n \t\tj++; \n \t}\n \tif ( c == 32) //space ga kita\n \t{\n \t\n \t\thairetsu_keta[j] = keta;\n \t\tketa = 0;//space ga kitara tsugi no moji no tame keta ha sokomade\n \t\tj++;\n \t}\n \tif (deru > 0)\n \t{\n \t\tbreak;\n \t}\n }\n // ?¨??????\\?????????????????????????????????????????????\n \n // ??°??????????????\\??????\n //int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;\n int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????\n int k = 0;\n int m = 0;\n int n = 0;\n \n \n while( n < (j + 1))\n {\n while(j > 0 && hairetsu_keta[n] > 0 )\n {\n \thairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];\n \thairetsu_keta[n] = hairetsu_keta[n] - 1;\n \tm++;\n }\n if (hairetsu_keta[n] == 0)\n {\n \tif(hairetsu_fugou[n] == -1)\n \t{\n \t\thairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);\n \t\t\n \t}\n \tn++;\n \tk++;\n }\n } \t\n\n //??°??????????????\\???????????????\n /*\n for (int p = 0; p < k - 1 ; p++)\n \n {\n System.out.println(\"???????????°??????\" + hairetsu_suuchi[p]); \n }\t\n \t\t\n */\n int W = hairetsu_suuchi[0];\n int H = hairetsu_suuchi[1];\n int x = hairetsu_suuchi[2];\n int y = hairetsu_suuchi[3];\n int r = hairetsu_suuchi[4];\n if( x - r < 0 || x + r > W || y - r < 0 || y + r > H )\n {\n \t System.out.println(\"No\");\n \t\n }\n else System.out.println(\"Yes\");\n \n }\n \n}",
"Main"
] |
import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
// ?¨??????\??????????????????????????????
int c;
int keta = 0;
// int hairetsu_keta[] = new int[4]; hairetsu_keta[0] = 0;hairetsu_keta[1] = 0;hairetsu_keta[2] = 0;hairetsu_keta[3] = 0;
int hairetsu_keta[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; // ???????????¨???????????¨????????£????????????
int j = 0;
int deru = 0;
// int hairetsu[] = new int[4]; hairetsu[0] = 0; hairetsu[1] = 0; hairetsu[2] = 0; hairetsu[3] = 0;
int hairetsu[] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£???????????????????????????????????°????¢????????????????20???
int hairetsu_fugou[] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1};//?¬???????????????¨??????????????¨????????????????¬???????????????????????????\???
int i= 0;
while ((c = System.in.read()) != -1 )
{
// System.out.println(c);
if ( c > 47 && c < 58) // suuji ga kita
{
hairetsu[i] = c-48;
i++;
keta++;
// System.out.println("Qurege_no_kazu_keta_hantaikara:" + Qurage_no_kazu);
}
if ( c == 45) // minus ga kita
{
hairetsu_fugou[j] = -1;
}
if ( c == 10) // return ga kita
{
hairetsu_keta[j] = keta;
deru++; //return ga kitara while wo deru
j++;
}
if ( c == 32) //space ga kita
{
hairetsu_keta[j] = keta;
keta = 0;//space ga kitara tsugi no moji no tame keta ha sokomade
j++;
}
if (deru > 0)
{
break;
}
}
// ?¨??????\?????????????????????????????????????????????
// ??°??????????????\??????
//int hairetsu_suuchi[] = new int[4]; hairetsu_suuchi[0] = 0; hairetsu_suuchi[1] = 0; hairetsu_suuchi[2] = 0; hairetsu_suuchi[3] = 0;
int hairetsu_suuchi[] = {0,0,0,0,0,0,0,0,0,0};//???????????¨???????????¨????????£????????????
int k = 0;
int m = 0;
int n = 0;
while( n < (j + 1))
{
while(j > 0 && hairetsu_keta[n] > 0 )
{
hairetsu_suuchi[k] = hairetsu_suuchi[k]*10 + hairetsu[m];
hairetsu_keta[n] = hairetsu_keta[n] - 1;
m++;
}
if (hairetsu_keta[n] == 0)
{
if(hairetsu_fugou[n] == -1)
{
hairetsu_suuchi[k] = hairetsu_suuchi[k]*(-1);
}
n++;
k++;
}
}
//??°??????????????\???????????????
/*
for (int p = 0; p < k - 1 ; p++)
{
System.out.println("???????????°??????" + hairetsu_suuchi[p]);
}
*/
int W = hairetsu_suuchi[0];
int H = hairetsu_suuchi[1];
int x = hairetsu_suuchi[2];
int y = hairetsu_suuchi[3];
int r = hairetsu_suuchi[4];
if( x - r < 0 || x + r > W || y - r < 0 || y + r > H )
{
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,
4,
18,
13,
17,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
14,
2,
2,
18,
13,
17,
18,
13,
17,
2,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
112,
5
],
[
112,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
14,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
8,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
29,
30
],
[
29,
31
],
[
24,
32
],
[
32,
33
],
[
33,
34
],
[
24,
35
],
[
36,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
48,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
47,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
74,
76
],
[
69,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
68,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
68,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
47,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
103,
108
],
[
6,
109
],
[
109,
110
],
[
0,
111
],
[
111,
112
],
[
111,
113
]
] | [
"import java.io.*;\n\npublic class Main{\n public static void main(String[]args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String[] str = br.readLine().split(\" \");\n int[] a = new int[5];\n for(int i=0; i<5; i++){\n a[i] = Integer.parseInt(str[i]);\n }\n if( (a[4] <= a[2]) && (a[2] <= (a[0] - a[4])) ){\n if( (a[4] <= a[3]) && (a[3] <= (a[1] - a[4])) ){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n public static void main(String[]args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String[] str = br.readLine().split(\" \");\n int[] a = new int[5];\n for(int i=0; i<5; i++){\n a[i] = Integer.parseInt(str[i]);\n }\n if( (a[4] <= a[2]) && (a[2] <= (a[0] - a[4])) ){\n if( (a[4] <= a[3]) && (a[3] <= (a[1] - a[4])) ){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String[]args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String[] str = br.readLine().split(\" \");\n int[] a = new int[5];\n for(int i=0; i<5; i++){\n a[i] = Integer.parseInt(str[i]);\n }\n if( (a[4] <= a[2]) && (a[2] <= (a[0] - a[4])) ){\n if( (a[4] <= a[3]) && (a[3] <= (a[1] - a[4])) ){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String[] str = br.readLine().split(\" \");\n int[] a = new int[5];\n for(int i=0; i<5; i++){\n a[i] = Integer.parseInt(str[i]);\n }\n if( (a[4] <= a[2]) && (a[2] <= (a[0] - a[4])) ){\n if( (a[4] <= a[3]) && (a[3] <= (a[1] - a[4])) ){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int[] a = new int[5];",
"a",
"new int[5]",
"5",
"for(int i=0; i<5; i++){\n a[i] = Integer.parseInt(str[i]);\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<5",
"i",
"5",
"i++",
"i++",
"i",
"{\n a[i] = Integer.parseInt(str[i]);\n }",
"{\n a[i] = Integer.parseInt(str[i]);\n }",
"a[i] = Integer.parseInt(str[i])",
"a[i]",
"a",
"i",
"Integer.parseInt(str[i])",
"Integer.parseInt",
"Integer",
"str[i]",
"str",
"i",
"if( (a[4] <= a[2]) && (a[2] <= (a[0] - a[4])) ){\n if( (a[4] <= a[3]) && (a[3] <= (a[1] - a[4])) ){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }",
"(a[4] <= a[2]) && (a[2] <= (a[0] - a[4]))",
"(a[4] <= a[2])",
"a[4]",
"a",
"4",
"a[2]",
"a",
"2",
"(a[2] <= (a[0] - a[4]))",
"a[2]",
"a",
"2",
"(a[0] - a[4])",
"a[0]",
"a",
"0",
"a[4]",
"a",
"4",
"{\n if( (a[4] <= a[3]) && (a[3] <= (a[1] - a[4])) ){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }",
"if( (a[4] <= a[3]) && (a[3] <= (a[1] - a[4])) ){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"(a[4] <= a[3]) && (a[3] <= (a[1] - a[4]))",
"(a[4] <= a[3])",
"a[4]",
"a",
"4",
"a[3]",
"a",
"3",
"(a[3] <= (a[1] - a[4]))",
"a[3]",
"a",
"3",
"(a[1] - a[4])",
"a[1]",
"a",
"1",
"a[4]",
"a",
"4",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[]args",
"args",
"public class Main{\n public static void main(String[]args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String[] str = br.readLine().split(\" \");\n int[] a = new int[5];\n for(int i=0; i<5; i++){\n a[i] = Integer.parseInt(str[i]);\n }\n if( (a[4] <= a[2]) && (a[2] <= (a[0] - a[4])) ){\n if( (a[4] <= a[3]) && (a[3] <= (a[1] - a[4])) ){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }\n}",
"public class Main{\n public static void main(String[]args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String[] str = br.readLine().split(\" \");\n int[] a = new int[5];\n for(int i=0; i<5; i++){\n a[i] = Integer.parseInt(str[i]);\n }\n if( (a[4] <= a[2]) && (a[2] <= (a[0] - a[4])) ){\n if( (a[4] <= a[3]) && (a[3] <= (a[1] - a[4])) ){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }else{\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[]args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] str = br.readLine().split(" ");
int[] a = new int[5];
for(int i=0; i<5; i++){
a[i] = Integer.parseInt(str[i]);
}
if( (a[4] <= a[2]) && (a[2] <= (a[0] - a[4])) ){
if( (a[4] <= a[3]) && (a[3] <= (a[1] - a[4])) ){
System.out.println("Yes");
}else{
System.out.println("No");
}
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
17,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
82,
5
],
[
82,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
12,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
8,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
46,
48
],
[
41,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
55,
57
],
[
50,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
50,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
41,
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.*;\npublic class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n\n\n if(W > x && H > y){\n\tif(x >= r && y >= r){\n\t\tSystem.out.println(\"Yes\");\n }else{\n\t\tSystem.out.println(\"No\");\n }\n }else{\n\t\tSystem.out.println(\"No\");\n }\n\n \n }\n\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n\n\n if(W > x && H > y){\n\tif(x >= r && y >= r){\n\t\tSystem.out.println(\"Yes\");\n }else{\n\t\tSystem.out.println(\"No\");\n }\n }else{\n\t\tSystem.out.println(\"No\");\n }\n\n \n }\n\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n\n\n if(W > x && H > y){\n\tif(x >= r && y >= r){\n\t\tSystem.out.println(\"Yes\");\n }else{\n\t\tSystem.out.println(\"No\");\n }\n }else{\n\t\tSystem.out.println(\"No\");\n }\n\n \n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n\n\n if(W > x && H > y){\n\tif(x >= r && y >= r){\n\t\tSystem.out.println(\"Yes\");\n }else{\n\t\tSystem.out.println(\"No\");\n }\n }else{\n\t\tSystem.out.println(\"No\");\n }\n\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"sc.useDelimiter(\"\\\\s\")",
"sc.useDelimiter",
"sc",
"\"\\\\s\"",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int H = sc.nextInt();",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(W > x && H > y){\n\tif(x >= r && y >= r){\n\t\tSystem.out.println(\"Yes\");\n }else{\n\t\tSystem.out.println(\"No\");\n }\n }else{\n\t\tSystem.out.println(\"No\");\n }",
"W > x && H > y",
"W > x",
"W",
"x",
"H > y",
"H",
"y",
"{\n\tif(x >= r && y >= r){\n\t\tSystem.out.println(\"Yes\");\n }else{\n\t\tSystem.out.println(\"No\");\n }\n }",
"if(x >= r && y >= r){\n\t\tSystem.out.println(\"Yes\");\n }else{\n\t\tSystem.out.println(\"No\");\n }",
"x >= r && y >= r",
"x >= r",
"x",
"r",
"y >= r",
"y",
"r",
"{\n\t\tSystem.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\tSystem.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\tSystem.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n\n\n if(W > x && H > y){\n\tif(x >= r && y >= r){\n\t\tSystem.out.println(\"Yes\");\n }else{\n\t\tSystem.out.println(\"No\");\n }\n }else{\n\t\tSystem.out.println(\"No\");\n }\n\n \n }\n\n}",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n sc.useDelimiter(\"\\\\s\");\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n\n\n if(W > x && H > y){\n\tif(x >= r && y >= r){\n\t\tSystem.out.println(\"Yes\");\n }else{\n\t\tSystem.out.println(\"No\");\n }\n }else{\n\t\tSystem.out.println(\"No\");\n }\n\n \n }\n\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
sc.useDelimiter("\\s");
int W = sc.nextInt();
int H = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
if(W > x && H > y){
if(x >= r && y >= r){
System.out.println("Yes");
}else{
System.out.println("No");
}
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
30,
14,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
101,
5
],
[
101,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
50,
51
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
53,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
52,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
66,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
65,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
65,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
85,
90
],
[
52,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
6,
98
],
[
98,
99
],
[
0,
100
],
[
100,
101
],
[
100,
102
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tint w = Integer.parseInt(input.next());\n\t\tint h = Integer.parseInt(input.next());\n\t\tint x = Integer.parseInt(input.next());\n\t\tint y = Integer.parseInt(input.next());\n\t\tint r = Integer.parseInt(input.next());\n\t\t\n\t\tif (x-r >= 0 && x+r <= w) {\n\t\t\tif (y-r >= 0 && y+r <= h) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tint w = Integer.parseInt(input.next());\n\t\tint h = Integer.parseInt(input.next());\n\t\tint x = Integer.parseInt(input.next());\n\t\tint y = Integer.parseInt(input.next());\n\t\tint r = Integer.parseInt(input.next());\n\t\t\n\t\tif (x-r >= 0 && x+r <= w) {\n\t\t\tif (y-r >= 0 && y+r <= h) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tint w = Integer.parseInt(input.next());\n\t\tint h = Integer.parseInt(input.next());\n\t\tint x = Integer.parseInt(input.next());\n\t\tint y = Integer.parseInt(input.next());\n\t\tint r = Integer.parseInt(input.next());\n\t\t\n\t\tif (x-r >= 0 && x+r <= w) {\n\t\t\tif (y-r >= 0 && y+r <= h) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}",
"main",
"{\n\t\tScanner input = new Scanner(System.in);\n\t\tint w = Integer.parseInt(input.next());\n\t\tint h = Integer.parseInt(input.next());\n\t\tint x = Integer.parseInt(input.next());\n\t\tint y = Integer.parseInt(input.next());\n\t\tint r = Integer.parseInt(input.next());\n\t\t\n\t\tif (x-r >= 0 && x+r <= w) {\n\t\t\tif (y-r >= 0 && y+r <= h) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"int w = Integer.parseInt(input.next());",
"w",
"Integer.parseInt(input.next())",
"Integer.parseInt",
"Integer",
"input.next()",
"input.next",
"input",
"int h = Integer.parseInt(input.next());",
"h",
"Integer.parseInt(input.next())",
"Integer.parseInt",
"Integer",
"input.next()",
"input.next",
"input",
"int x = Integer.parseInt(input.next());",
"x",
"Integer.parseInt(input.next())",
"Integer.parseInt",
"Integer",
"input.next()",
"input.next",
"input",
"int y = Integer.parseInt(input.next());",
"y",
"Integer.parseInt(input.next())",
"Integer.parseInt",
"Integer",
"input.next()",
"input.next",
"input",
"int r = Integer.parseInt(input.next());",
"r",
"Integer.parseInt(input.next())",
"Integer.parseInt",
"Integer",
"input.next()",
"input.next",
"input",
"if (x-r >= 0 && x+r <= w) {\n\t\t\tif (y-r >= 0 && y+r <= h) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}",
"x-r >= 0 && x+r <= w",
"x-r >= 0",
"x-r",
"x",
"r",
"0",
"x+r <= w",
"x+r",
"x",
"r",
"w",
"{\n\t\t\tif (y-r >= 0 && y+r <= h) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}",
"if (y-r >= 0 && y+r <= h) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"y-r >= 0 && y+r <= h",
"y-r >= 0",
"y-r",
"y",
"r",
"0",
"y+r <= h",
"y+r",
"y",
"r",
"h",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tint w = Integer.parseInt(input.next());\n\t\tint h = Integer.parseInt(input.next());\n\t\tint x = Integer.parseInt(input.next());\n\t\tint y = Integer.parseInt(input.next());\n\t\tint r = Integer.parseInt(input.next());\n\t\t\n\t\tif (x-r >= 0 && x+r <= w) {\n\t\t\tif (y-r >= 0 && y+r <= h) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input = new Scanner(System.in);\n\t\tint w = Integer.parseInt(input.next());\n\t\tint h = Integer.parseInt(input.next());\n\t\tint x = Integer.parseInt(input.next());\n\t\tint y = Integer.parseInt(input.next());\n\t\tint r = Integer.parseInt(input.next());\n\t\t\n\t\tif (x-r >= 0 && x+r <= w) {\n\t\t\tif (y-r >= 0 && y+r <= h) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner input = new Scanner(System.in);
int w = Integer.parseInt(input.next());
int h = Integer.parseInt(input.next());
int x = Integer.parseInt(input.next());
int y = Integer.parseInt(input.next());
int r = Integer.parseInt(input.next());
if (x-r >= 0 && x+r <= w) {
if (y-r >= 0 && y+r <= h) {
System.out.println("Yes");
}else{
System.out.println("No");
}
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
40,
17,
13,
2,
13,
17,
2,
40,
17,
13,
2,
13,
17,
2,
17,
13,
2,
13,
17,
2,
17,
13,
2,
13,
17,
2,
17,
13,
2,
13,
17,
30,
14,
2,
2,
2,
2,
17,
2,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
132,
5
],
[
132,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
13,
18
],
[
9,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
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
],
[
19,
48
],
[
48,
49
],
[
57,
50
],
[
84,
51
],
[
81,
52
],
[
78,
53
],
[
75,
54
],
[
72,
55
],
[
69,
56
],
[
65,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
57,
62
],
[
62,
63
],
[
62,
64
],
[
65,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
69,
69
],
[
69,
70
],
[
69,
71
],
[
72,
72
],
[
72,
73
],
[
72,
74
],
[
75,
75
],
[
75,
76
],
[
75,
77
],
[
78,
78
],
[
78,
79
],
[
78,
80
],
[
81,
81
],
[
81,
82
],
[
81,
83
],
[
84,
84
],
[
84,
85
],
[
84,
86
],
[
57,
87
],
[
87,
88
],
[
87,
89
],
[
48,
90
],
[
90,
91
],
[
91,
92
],
[
94,
93
],
[
105,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
97,
99
],
[
94,
100
],
[
100,
101
],
[
100,
102
],
[
102,
103
],
[
102,
104
],
[
105,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
94,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
110,
114
],
[
91,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
116,
121
],
[
91,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
6,
129
],
[
129,
130
],
[
0,
131
],
[
131,
132
],
[
131,
133
]
] | [
"import java.util.*;\n\npublic class Main {\n\n public static void main(String arg[]) {\n try {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n if (-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101) {\n if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n public static void main(String arg[]) {\n try {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n if (-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101) {\n if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}",
"Main",
"public static void main(String arg[]) {\n try {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n if (-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101) {\n if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }",
"main",
"{\n try {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n if (-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101) {\n if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }",
"try {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n if (-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101) {\n if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }",
"catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }",
"InputMismatchException ex",
"{\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }",
"System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"1??????100?????§????????¶??°?????\\?????????????????????\"",
"{\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n if (-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101) {\n if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int W = scan.nextInt();",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int H = scan.nextInt();",
"H",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y = scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int r = scan.nextInt();",
"r",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if (-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101) {\n if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101",
"0 < r",
"H < 101",
"0 < H",
"W < 101",
"0 < W",
"y < 101",
"-101 < y",
"-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101",
"-101 < x",
"-101",
"101",
"x",
"x < 101",
"x",
"101",
"-101 < y",
"-101",
"101",
"y",
"y < 101",
"y",
"101",
"0 < W",
"0",
"W",
"W < 101",
"W",
"101",
"0 < H",
"0",
"H",
"H < 101",
"H",
"101",
"0 < r",
"0",
"r",
"r < 101",
"r",
"101",
"{\n if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H",
"x + r <= W",
"0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H",
"0 <= x - r",
"0",
"x - r",
"x",
"r",
"0 <= y - r",
"0",
"y - r",
"y",
"r",
"x + r <= W",
"x + r",
"x",
"r",
"W",
"y + r <= H",
"y + r",
"y",
"r",
"H",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String arg[]",
"arg",
"public class Main {\n\n public static void main(String arg[]) {\n try {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n if (-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101) {\n if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}",
"public class Main {\n\n public static void main(String arg[]) {\n try {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n if (-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101) {\n if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n } catch (InputMismatchException ex) {\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String arg[]) {
try {
Scanner scan = new Scanner(System.in);
int W = scan.nextInt();
int H = scan.nextInt();
int x = scan.nextInt();
int y = scan.nextInt();
int r = scan.nextInt();
if (-101 < x && x < 101 && -101 < y && y < 101 && 0 < W && W < 101 && 0 < H && H < 101 && 0 < r && r < 101) {
if (0 <= x - r && 0 <= y - r && x + r <= W && y + r <= H) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} catch (InputMismatchException ex) {
System.out.println("1??????100?????§????????¶??°?????\?????????????????????");
}
}
} |
[
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,
4,
18,
13,
41,
13,
17,
41,
13,
17,
14,
2,
2,
2,
13,
13,
17,
2,
13,
2,
13,
13,
30,
0,
13,
17,
14,
2,
2,
2,
13,
13,
17,
2,
13,
2,
13,
13,
30,
0,
13,
17,
14,
2,
13,
13,
30,
4,
18,
13,
17,
30,
4,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
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
],
[
11,
40
],
[
40,
41
],
[
40,
42
],
[
11,
43
],
[
43,
44
],
[
43,
45
],
[
11,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
47,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
46,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
11,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
63,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
62,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
11,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
83,
86
],
[
78,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
88,
91
],
[
9,
92
],
[
92,
93
],
[
0,
94
],
[
94,
95
],
[
94,
96
]
] | [
"import static java.lang.System.out;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n boolean flagX = true;\n boolean flagY = true;\n\n if ((x - r) < 0 || W < (x + r)) {\n flagX = false;\n }\n if ((y - r) < 0 || H < (y + r)) {\n flagY = false;\n }\n\n if (flagX && flagY) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n } \n} ",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n boolean flagX = true;\n boolean flagY = true;\n\n if ((x - r) < 0 || W < (x + r)) {\n flagX = false;\n }\n if ((y - r) < 0 || H < (y + r)) {\n flagY = false;\n }\n\n if (flagX && flagY) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n } \n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n boolean flagX = true;\n boolean flagY = true;\n\n if ((x - r) < 0 || W < (x + r)) {\n flagX = false;\n }\n if ((y - r) < 0 || H < (y + r)) {\n flagY = false;\n }\n\n if (flagX && flagY) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n boolean flagX = true;\n boolean flagY = true;\n\n if ((x - r) < 0 || W < (x + r)) {\n flagX = false;\n }\n if ((y - r) < 0 || H < (y + r)) {\n flagY = false;\n }\n\n if (flagX && flagY) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int W = scan.nextInt();",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int H = scan.nextInt();",
"H",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y = scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int r = scan.nextInt();",
"r",
"scan.nextInt()",
"scan.nextInt",
"scan",
"boolean flagX = true;",
"flagX",
"true",
"boolean flagY = true;",
"flagY",
"true",
"if ((x - r) < 0 || W < (x + r)) {\n flagX = false;\n }",
"(x - r) < 0 || W < (x + r)",
"(x - r) < 0",
"(x - r)",
"x",
"r",
"0",
"W < (x + r)",
"W",
"(x + r)",
"x",
"r",
"{\n flagX = false;\n }",
"flagX = false",
"flagX",
"false",
"if ((y - r) < 0 || H < (y + r)) {\n flagY = false;\n }",
"(y - r) < 0 || H < (y + r)",
"(y - r) < 0",
"(y - r)",
"y",
"r",
"0",
"H < (y + r)",
"H",
"(y + r)",
"y",
"r",
"{\n flagY = false;\n }",
"flagY = false",
"flagY",
"false",
"if (flagX && flagY) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }",
"flagX && flagY",
"flagX",
"flagY",
"{\n out.println(\"Yes\");\n }",
"out.println(\"Yes\")",
"out.println",
"out",
"\"Yes\"",
"{\n out.println(\"No\");\n }",
"out.println(\"No\")",
"out.println",
"out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n boolean flagX = true;\n boolean flagY = true;\n\n if ((x - r) < 0 || W < (x + r)) {\n flagX = false;\n }\n if ((y - r) < 0 || H < (y + r)) {\n flagY = false;\n }\n\n if (flagX && flagY) {\n out.println(\"Yes\");\n } else {\n 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 W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n\n boolean flagX = true;\n boolean flagY = true;\n\n if ((x - r) < 0 || W < (x + r)) {\n flagX = false;\n }\n if ((y - r) < 0 || H < (y + r)) {\n flagY = false;\n }\n\n if (flagX && flagY) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n } \n}",
"Main"
] | import static java.lang.System.out;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int W = scan.nextInt();
int H = scan.nextInt();
int x = scan.nextInt();
int y = scan.nextInt();
int r = scan.nextInt();
boolean flagX = true;
boolean flagY = true;
if ((x - r) < 0 || W < (x + r)) {
flagX = false;
}
if ((y - r) < 0 || H < (y + r)) {
flagY = false;
}
if (flagX && flagY) {
out.println("Yes");
} else {
out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
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,
0,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
13,
40,
17,
2,
13,
40,
17,
2,
17,
13,
2,
17,
13,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
17,
13,
2,
17,
13,
2,
17,
13,
30,
37,
20,
14,
2,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
8,
47
],
[
47,
48
],
[
56,
49
],
[
83,
50
],
[
80,
51
],
[
77,
52
],
[
74,
53
],
[
71,
54
],
[
68,
55
],
[
65,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
56,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
65,
65
],
[
65,
66
],
[
65,
67
],
[
68,
68
],
[
68,
69
],
[
68,
70
],
[
71,
71
],
[
71,
72
],
[
71,
73
],
[
74,
74
],
[
74,
75
],
[
74,
76
],
[
77,
77
],
[
77,
78
],
[
77,
79
],
[
80,
80
],
[
80,
81
],
[
80,
82
],
[
83,
83
],
[
83,
84
],
[
83,
85
],
[
56,
86
],
[
86,
87
],
[
86,
88
],
[
47,
89
],
[
89,
90
],
[
90,
91
],
[
8,
92
],
[
92,
93
],
[
95,
94
],
[
106,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
98,
100
],
[
95,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
106,
106
],
[
106,
107
],
[
106,
108
],
[
108,
109
],
[
108,
110
],
[
95,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
92,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
117,
122
],
[
92,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
126,
127
],
[
126,
128
],
[
124,
129
],
[
6,
130
],
[
130,
131
]
] | [
"import java.util.Scanner;\n\n class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int W, H, x, y, r;\n\n W = scan.nextInt();\n H = scan.nextInt();\n x = scan.nextInt();\n y = scan.nextInt();\n r = scan.nextInt();\n\n if (x < -100 || y < -100 || 100 < x || 100 < y || W <= 0 || H <= 0\n || r <= 0 || 100 < W || 100 < H || 100 < r) {\n throw new RuntimeException(\"error\");\n }\n if (0 <= (x - r) && (x + r) <= W && 0 <= (y - r) && (y + r) <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int W, H, x, y, r;\n\n W = scan.nextInt();\n H = scan.nextInt();\n x = scan.nextInt();\n y = scan.nextInt();\n r = scan.nextInt();\n\n if (x < -100 || y < -100 || 100 < x || 100 < y || W <= 0 || H <= 0\n || r <= 0 || 100 < W || 100 < H || 100 < r) {\n throw new RuntimeException(\"error\");\n }\n if (0 <= (x - r) && (x + r) <= W && 0 <= (y - r) && (y + r) <= H) {\n System.out.println(\"Yes\");\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 W, H, x, y, r;\n\n W = scan.nextInt();\n H = scan.nextInt();\n x = scan.nextInt();\n y = scan.nextInt();\n r = scan.nextInt();\n\n if (x < -100 || y < -100 || 100 < x || 100 < y || W <= 0 || H <= 0\n || r <= 0 || 100 < W || 100 < H || 100 < r) {\n throw new RuntimeException(\"error\");\n }\n if (0 <= (x - r) && (x + r) <= W && 0 <= (y - r) && (y + r) <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int W, H, x, y, r;\n\n W = scan.nextInt();\n H = scan.nextInt();\n x = scan.nextInt();\n y = scan.nextInt();\n r = scan.nextInt();\n\n if (x < -100 || y < -100 || 100 < x || 100 < y || W <= 0 || H <= 0\n || r <= 0 || 100 < W || 100 < H || 100 < r) {\n throw new RuntimeException(\"error\");\n }\n if (0 <= (x - r) && (x + r) <= W && 0 <= (y - r) && (y + r) <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int W",
"W",
"H",
"H",
"x",
"x",
"y",
"y",
"r;",
"r",
"W = scan.nextInt()",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"H = scan.nextInt()",
"H",
"scan.nextInt()",
"scan.nextInt",
"scan",
"x = scan.nextInt()",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"y = scan.nextInt()",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"r = scan.nextInt()",
"r",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if (x < -100 || y < -100 || 100 < x || 100 < y || W <= 0 || H <= 0\n || r <= 0 || 100 < W || 100 < H || 100 < r) {\n throw new RuntimeException(\"error\");\n }",
"x < -100 || y < -100 || 100 < x || 100 < y || W <= 0 || H <= 0\n || r <= 0 || 100 < W || 100 < H || 100 < r",
"100 < H",
"100 < W",
"r <= 0",
"H <= 0",
"W <= 0",
"100 < y",
"100 < x",
"x < -100 || y < -100 || 100 < x || 100 < y || W <= 0 || H <= 0\n || r <= 0 || 100 < W || 100 < H || 100 < r",
"x < -100",
"x",
"-100",
"100",
"y < -100",
"y",
"-100",
"100",
"100 < x",
"100",
"x",
"100 < y",
"100",
"y",
"W <= 0",
"W",
"0",
"H <= 0",
"H",
"0",
"r <= 0",
"r",
"0",
"100 < W",
"100",
"W",
"100 < H",
"100",
"H",
"100 < r",
"100",
"r",
"{\n throw new RuntimeException(\"error\");\n }",
"throw new RuntimeException(\"error\");",
"new RuntimeException(\"error\")",
"if (0 <= (x - r) && (x + r) <= W && 0 <= (y - r) && (y + r) <= H) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"0 <= (x - r) && (x + r) <= W && 0 <= (y - r) && (y + r) <= H",
"0 <= (y - r)",
"0 <= (x - r) && (x + r) <= W && 0 <= (y - r) && (y + r) <= H",
"0 <= (x - r)",
"0",
"(x - r)",
"x",
"r",
"(x + r) <= W",
"(x + r)",
"x",
"r",
"W",
"0 <= (y - r)",
"0",
"(y - r)",
"y",
"r",
"(y + r) <= H",
"(y + r)",
"y",
"r",
"H",
"{\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 scan = new Scanner(System.in);
int W, H, x, y, r;
W = scan.nextInt();
H = scan.nextInt();
x = scan.nextInt();
y = scan.nextInt();
r = scan.nextInt();
if (x < -100 || y < -100 || 100 < x || 100 < y || W <= 0 || H <= 0
|| r <= 0 || 100 < W || 100 < H || 100 < r) {
throw new RuntimeException("error");
}
if (0 <= (x - r) && (x + r) <= W && 0 <= (y - r) && (y + r) <= H) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
38,
5,
13,
30,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
13,
2,
13,
13,
2,
13,
2,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
29,
34
],
[
23,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
23,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
23,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
56,
58
],
[
23,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
64,
65
],
[
64,
66
],
[
23,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
72,
73
],
[
72,
74
],
[
23,
75
],
[
75,
76
],
[
78,
77
],
[
89,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
81,
82
],
[
81,
83
],
[
78,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
86,
88
],
[
89,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
78,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
75,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
100,
105
],
[
75,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
6,
113
],
[
113,
114
]
] | [
"import java.io.*;\n\nclass Main {\n\tpublic static void main(String[] args){\n\t\tint W, H, x, y, r;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tW = Integer.parseInt(line[0]);\n\t\t\tH = Integer.parseInt(line[1]);\n\t\t\tx = Integer.parseInt(line[2]);\n\t\t\ty = Integer.parseInt(line[3]);\n\t\t\tr = Integer.parseInt(line[4]);\n\t\t\t\n\t\t\tif( W >= (x+r) && H >= (y+r) && (y-r) >= 0 && (x-r) >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch(Exception e){\n\t\t}\n\t}\n}\n\t\t\t",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String[] args){\n\t\tint W, H, x, y, r;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tW = Integer.parseInt(line[0]);\n\t\t\tH = Integer.parseInt(line[1]);\n\t\t\tx = Integer.parseInt(line[2]);\n\t\t\ty = Integer.parseInt(line[3]);\n\t\t\tr = Integer.parseInt(line[4]);\n\t\t\t\n\t\t\tif( W >= (x+r) && H >= (y+r) && (y-r) >= 0 && (x-r) >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch(Exception e){\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint W, H, x, y, r;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tW = Integer.parseInt(line[0]);\n\t\t\tH = Integer.parseInt(line[1]);\n\t\t\tx = Integer.parseInt(line[2]);\n\t\t\ty = Integer.parseInt(line[3]);\n\t\t\tr = Integer.parseInt(line[4]);\n\t\t\t\n\t\t\tif( W >= (x+r) && H >= (y+r) && (y-r) >= 0 && (x-r) >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch(Exception e){\n\t\t}\n\t}",
"main",
"{\n\t\tint W, H, x, y, r;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tW = Integer.parseInt(line[0]);\n\t\t\tH = Integer.parseInt(line[1]);\n\t\t\tx = Integer.parseInt(line[2]);\n\t\t\ty = Integer.parseInt(line[3]);\n\t\t\tr = Integer.parseInt(line[4]);\n\t\t\t\n\t\t\tif( W >= (x+r) && H >= (y+r) && (y-r) >= 0 && (x-r) >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch(Exception e){\n\t\t}\n\t}",
"int W",
"W",
"H",
"H",
"x",
"x",
"y",
"y",
"r;",
"r",
"try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tW = Integer.parseInt(line[0]);\n\t\t\tH = Integer.parseInt(line[1]);\n\t\t\tx = Integer.parseInt(line[2]);\n\t\t\ty = Integer.parseInt(line[3]);\n\t\t\tr = Integer.parseInt(line[4]);\n\t\t\t\n\t\t\tif( W >= (x+r) && H >= (y+r) && (y-r) >= 0 && (x-r) >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} catch(Exception e){\n\t\t}",
"catch(Exception e){\n\t\t}",
"Exception e",
"{\n\t\t}",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tW = Integer.parseInt(line[0]);\n\t\t\tH = Integer.parseInt(line[1]);\n\t\t\tx = Integer.parseInt(line[2]);\n\t\t\ty = Integer.parseInt(line[3]);\n\t\t\tr = Integer.parseInt(line[4]);\n\t\t\t\n\t\t\tif( W >= (x+r) && H >= (y+r) && (y-r) >= 0 && (x-r) >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] line = br.readLine().split(\" \");",
"line",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"W = Integer.parseInt(line[0])",
"W",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"H = Integer.parseInt(line[1])",
"H",
"Integer.parseInt(line[1])",
"Integer.parseInt",
"Integer",
"line[1]",
"line",
"1",
"x = Integer.parseInt(line[2])",
"x",
"Integer.parseInt(line[2])",
"Integer.parseInt",
"Integer",
"line[2]",
"line",
"2",
"y = Integer.parseInt(line[3])",
"y",
"Integer.parseInt(line[3])",
"Integer.parseInt",
"Integer",
"line[3]",
"line",
"3",
"r = Integer.parseInt(line[4])",
"r",
"Integer.parseInt(line[4])",
"Integer.parseInt",
"Integer",
"line[4]",
"line",
"4",
"if( W >= (x+r) && H >= (y+r) && (y-r) >= 0 && (x-r) >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"W >= (x+r) && H >= (y+r) && (y-r) >= 0 && (x-r) >= 0",
"(y-r) >= 0",
"W >= (x+r) && H >= (y+r) && (y-r) >= 0 && (x-r) >= 0",
"W >= (x+r)",
"W",
"(x+r)",
"x",
"r",
"H >= (y+r)",
"H",
"(y+r)",
"y",
"r",
"(y-r) >= 0",
"(y-r)",
"y",
"r",
"0",
"(x-r) >= 0",
"(x-r)",
"x",
"r",
"0",
"{\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"
] | import java.io.*;
class Main {
public static void main(String[] args){
int W, H, x, y, r;
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] line = br.readLine().split(" ");
W = Integer.parseInt(line[0]);
H = Integer.parseInt(line[1]);
x = Integer.parseInt(line[2]);
y = Integer.parseInt(line[3]);
r = Integer.parseInt(line[4]);
if( W >= (x+r) && H >= (y+r) && (y-r) >= 0 && (x-r) >= 0){
System.out.println("Yes");
} else {
System.out.println("No");
}
} catch(Exception e){
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
13,
41,
13,
2,
13,
13,
41,
13,
13,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
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
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
50,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
58,
60
],
[
53,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
53,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
73,
74
],
[
73,
75
],
[
68,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
68,
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.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\n\t\tint xMax = w - r;\n\t\tint xMin = r;\n\t\tint yMax = h - r;\n\t\tint yMin = r;\n\n\t\tif (x < xMin || x > xMax) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y < yMin || y > yMax) {\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\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\n\t\tint xMax = w - r;\n\t\tint xMin = r;\n\t\tint yMax = h - r;\n\t\tint yMin = r;\n\n\t\tif (x < xMin || x > xMax) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y < yMin || y > yMax) {\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) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\n\t\tint xMax = w - r;\n\t\tint xMin = r;\n\t\tint yMax = h - r;\n\t\tint yMin = r;\n\n\t\tif (x < xMin || x > xMax) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y < yMin || y > yMax) {\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 w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\n\t\tint xMax = w - r;\n\t\tint xMin = r;\n\t\tint yMax = h - r;\n\t\tint yMin = r;\n\n\t\tif (x < xMin || x > xMax) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y < yMin || y > yMax) {\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 w = sc.nextInt();",
"w",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int h = sc.nextInt();",
"h",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int xMax = w - r;",
"xMax",
"w - r",
"w",
"r",
"int xMin = r;",
"xMin",
"r",
"int yMax = h - r;",
"yMax",
"h - r",
"h",
"r",
"int yMin = r;",
"yMin",
"r",
"if (x < xMin || x > xMax) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y < yMin || y > yMax) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"x < xMin || x > xMax",
"x < xMin",
"x",
"xMin",
"x > xMax",
"x",
"xMax",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (y < yMin || y > yMax) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"y < yMin || y > yMax",
"y < yMin",
"y",
"yMin",
"y > yMax",
"y",
"yMax",
"{\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\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\n\t\tint xMax = w - r;\n\t\tint xMin = r;\n\t\tint yMax = h - r;\n\t\tint yMin = r;\n\n\t\tif (x < xMin || x > xMax) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y < yMin || y > yMax) {\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\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint h = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\n\t\tint xMax = w - r;\n\t\tint xMin = r;\n\t\tint yMax = h - r;\n\t\tint yMin = r;\n\n\t\tif (x < xMin || x > xMax) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y < yMin || y > yMax) {\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) {
Scanner sc = new Scanner(System.in);
int w = sc.nextInt();
int h = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
int xMax = w - r;
int xMin = r;
int yMax = h - r;
int yMin = r;
if (x < xMin || x > xMax) {
System.out.println("No");
} else if (y < yMin || y > yMax) {
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,
4,
18,
13,
41,
13,
17,
14,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
30,
14,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
0,
13,
17,
14,
2,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
87,
5
],
[
87,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
8,
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
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
54,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
53,
65
],
[
65,
66
],
[
65,
67
],
[
8,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
68,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
6,
84
],
[
84,
85
],
[
0,
86
],
[
86,
87
],
[
86,
88
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n\tScanner s = new Scanner(System.in);\n\tint W = s.nextInt();\n\tint H = s.nextInt();\n\tint x = s.nextInt();\n\tint y = s.nextInt();\n\tint r = s.nextInt();\n\n\tint flag = 0;\n\n\tif(x-r >= 0 && x+r <= W){\n\t if(y-r >= 0 && y+r <= H) flag = 1;\n\t}\n\n\tif(flag == 1) System.out.println(\"Yes\");\n\telse 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\tScanner s = new Scanner(System.in);\n\tint W = s.nextInt();\n\tint H = s.nextInt();\n\tint x = s.nextInt();\n\tint y = s.nextInt();\n\tint r = s.nextInt();\n\n\tint flag = 0;\n\n\tif(x-r >= 0 && x+r <= W){\n\t if(y-r >= 0 && y+r <= H) flag = 1;\n\t}\n\n\tif(flag == 1) System.out.println(\"Yes\");\n\telse System.out.println(\"No\");\n }\n}",
"Main",
"public static void main(String[] args){\n\tScanner s = new Scanner(System.in);\n\tint W = s.nextInt();\n\tint H = s.nextInt();\n\tint x = s.nextInt();\n\tint y = s.nextInt();\n\tint r = s.nextInt();\n\n\tint flag = 0;\n\n\tif(x-r >= 0 && x+r <= W){\n\t if(y-r >= 0 && y+r <= H) flag = 1;\n\t}\n\n\tif(flag == 1) System.out.println(\"Yes\");\n\telse System.out.println(\"No\");\n }",
"main",
"{\n\tScanner s = new Scanner(System.in);\n\tint W = s.nextInt();\n\tint H = s.nextInt();\n\tint x = s.nextInt();\n\tint y = s.nextInt();\n\tint r = s.nextInt();\n\n\tint flag = 0;\n\n\tif(x-r >= 0 && x+r <= W){\n\t if(y-r >= 0 && y+r <= H) flag = 1;\n\t}\n\n\tif(flag == 1) System.out.println(\"Yes\");\n\telse System.out.println(\"No\");\n }",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int W = s.nextInt();",
"W",
"s.nextInt()",
"s.nextInt",
"s",
"int H = s.nextInt();",
"H",
"s.nextInt()",
"s.nextInt",
"s",
"int x = s.nextInt();",
"x",
"s.nextInt()",
"s.nextInt",
"s",
"int y = s.nextInt();",
"y",
"s.nextInt()",
"s.nextInt",
"s",
"int r = s.nextInt();",
"r",
"s.nextInt()",
"s.nextInt",
"s",
"int flag = 0;",
"flag",
"0",
"if(x-r >= 0 && x+r <= W){\n\t if(y-r >= 0 && y+r <= H) flag = 1;\n\t}",
"x-r >= 0 && x+r <= W",
"x-r >= 0",
"x-r",
"x",
"r",
"0",
"x+r <= W",
"x+r",
"x",
"r",
"W",
"{\n\t if(y-r >= 0 && y+r <= H) flag = 1;\n\t}",
"if(y-r >= 0 && y+r <= H) flag = 1;",
"y-r >= 0 && y+r <= H",
"y-r >= 0",
"y-r",
"y",
"r",
"0",
"y+r <= H",
"y+r",
"y",
"r",
"H",
"flag = 1",
"flag",
"1",
"if(flag == 1) System.out.println(\"Yes\");\n\telse System.out.println(\"No\");",
"flag == 1",
"flag",
"1",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n\tScanner s = new Scanner(System.in);\n\tint W = s.nextInt();\n\tint H = s.nextInt();\n\tint x = s.nextInt();\n\tint y = s.nextInt();\n\tint r = s.nextInt();\n\n\tint flag = 0;\n\n\tif(x-r >= 0 && x+r <= W){\n\t if(y-r >= 0 && y+r <= H) flag = 1;\n\t}\n\n\tif(flag == 1) System.out.println(\"Yes\");\n\telse System.out.println(\"No\");\n }\n}",
"public class Main{\n public static void main(String[] args){\n\tScanner s = new Scanner(System.in);\n\tint W = s.nextInt();\n\tint H = s.nextInt();\n\tint x = s.nextInt();\n\tint y = s.nextInt();\n\tint r = s.nextInt();\n\n\tint flag = 0;\n\n\tif(x-r >= 0 && x+r <= W){\n\t if(y-r >= 0 && y+r <= H) flag = 1;\n\t}\n\n\tif(flag == 1) System.out.println(\"Yes\");\n\telse System.out.println(\"No\");\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner s = new Scanner(System.in);
int W = s.nextInt();
int H = s.nextInt();
int x = s.nextInt();
int y = s.nextInt();
int r = s.nextInt();
int flag = 0;
if(x-r >= 0 && x+r <= W){
if(y-r >= 0 && y+r <= H) flag = 1;
}
if(flag == 1) System.out.println("Yes");
else System.out.println("No");
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
2,
13,
2,
13,
13,
2,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
102,
5
],
[
102,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
51,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
40,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
37,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
37,
68
],
[
68,
69
],
[
71,
70
],
[
82,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
71,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
82,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
84,
86
],
[
71,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
89,
91
],
[
68,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
6,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt(); \n if(x - r < 0 || y - r < 0 || x + r > W || y + r > H){\n \tSystem.out.println(\"No\");\n \t}\n else if(x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r){\n \tSystem.out.println(\"Yes\");\n \t}\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt(); \n if(x - r < 0 || y - r < 0 || x + r > W || y + r > H){\n \tSystem.out.println(\"No\");\n \t}\n else if(x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r){\n \tSystem.out.println(\"Yes\");\n \t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt(); \n if(x - r < 0 || y - r < 0 || x + r > W || y + r > H){\n \tSystem.out.println(\"No\");\n \t}\n else if(x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r){\n \tSystem.out.println(\"Yes\");\n \t}\n\t}",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt(); \n if(x - r < 0 || y - r < 0 || x + r > W || y + r > H){\n \tSystem.out.println(\"No\");\n \t}\n else if(x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r){\n \tSystem.out.println(\"Yes\");\n \t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int H = sc.nextInt();",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(x - r < 0 || y - r < 0 || x + r > W || y + r > H){\n \tSystem.out.println(\"No\");\n \t}\n else if(x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r){\n \tSystem.out.println(\"Yes\");\n \t}",
"x - r < 0 || y - r < 0 || x + r > W || y + r > H",
"x + r > W",
"x - r < 0 || y - r < 0 || x + r > W || y + r > H",
"x - r < 0",
"x - r",
"x",
"r",
"0",
"y - r < 0",
"y - r",
"y",
"r",
"0",
"x + r > W",
"x + r",
"x",
"r",
"W",
"y + r > H",
"y + r",
"y",
"r",
"H",
"{\n \tSystem.out.println(\"No\");\n \t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if(x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r){\n \tSystem.out.println(\"Yes\");\n \t}",
"x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r",
"H >= x + r",
"x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r",
"x - r >= 0",
"x - r",
"x",
"r",
"0",
"y - r >= 0",
"y - r",
"y",
"r",
"0",
"H >= x + r",
"H",
"x + r",
"x",
"r",
"W >= y + r",
"W",
"y + r",
"y",
"r",
"{\n \tSystem.out.println(\"Yes\");\n \t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt(); \n if(x - r < 0 || y - r < 0 || x + r > W || y + r > H){\n \tSystem.out.println(\"No\");\n \t}\n else if(x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r){\n \tSystem.out.println(\"Yes\");\n \t}\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt(); \n if(x - r < 0 || y - r < 0 || x + r > W || y + r > H){\n \tSystem.out.println(\"No\");\n \t}\n else if(x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r){\n \tSystem.out.println(\"Yes\");\n \t}\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int W = sc.nextInt();
int H = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
if(x - r < 0 || y - r < 0 || x + r > W || y + r > H){
System.out.println("No");
}
else if(x - r >= 0 && y - r >= 0 && H >= x + r && W >= y + r){
System.out.println("Yes");
}
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
4,
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,
41,
13,
4,
18,
13,
4,
13,
13,
13,
13,
13,
13,
12,
13,
30,
14,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
23,
13,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
127,
8
],
[
127,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
9,
14
],
[
14,
15
],
[
127,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
18,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
18,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
18,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
18,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
18,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
18,
47
],
[
47,
48
],
[
47,
49
],
[
47,
50
],
[
47,
51
],
[
47,
52
],
[
47,
53
],
[
127,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
57,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
57,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
70,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
70,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
83,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
83,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
96,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
103,
108
],
[
96,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
54,
116
],
[
116,
117
],
[
54,
118
],
[
118,
119
],
[
54,
120
],
[
120,
121
],
[
54,
122
],
[
122,
123
],
[
54,
124
],
[
124,
125
],
[
0,
126
],
[
126,
127
],
[
126,
128
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint recX = scn.nextInt();\n\t\tint recY = scn.nextInt();\n\t\tint cirX = scn.nextInt();\n\t\tint cirY = scn.nextInt();\n\t\tint cirRad = scn.nextInt();\n\t\tcircleInRectangle(recX, recY, cirX, cirY, cirRad);\n\t}\n\n\tprivate static void circleInRectangle(int recX, int recY, int cirX, int cirY, int cirRad) {\n\t\tif (cirX - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirX + cirRad > recX) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY + cirRad > recY) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint recX = scn.nextInt();\n\t\tint recY = scn.nextInt();\n\t\tint cirX = scn.nextInt();\n\t\tint cirY = scn.nextInt();\n\t\tint cirRad = scn.nextInt();\n\t\tcircleInRectangle(recX, recY, cirX, cirY, cirRad);\n\t}\n\n\tprivate static void circleInRectangle(int recX, int recY, int cirX, int cirY, int cirRad) {\n\t\tif (cirX - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirX + cirRad > recX) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY + cirRad > recY) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tprint();\n\t}",
"main",
"{\n\t\tprint();\n\t}",
"print()",
"print",
"String[] args",
"args",
"private static void print() throws IOException {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint recX = scn.nextInt();\n\t\tint recY = scn.nextInt();\n\t\tint cirX = scn.nextInt();\n\t\tint cirY = scn.nextInt();\n\t\tint cirRad = scn.nextInt();\n\t\tcircleInRectangle(recX, recY, cirX, cirY, cirRad);\n\t}",
"print",
"{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint recX = scn.nextInt();\n\t\tint recY = scn.nextInt();\n\t\tint cirX = scn.nextInt();\n\t\tint cirY = scn.nextInt();\n\t\tint cirRad = scn.nextInt();\n\t\tcircleInRectangle(recX, recY, cirX, cirY, cirRad);\n\t}",
"Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"int recX = scn.nextInt();",
"recX",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int recY = scn.nextInt();",
"recY",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int cirX = scn.nextInt();",
"cirX",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int cirY = scn.nextInt();",
"cirY",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int cirRad = scn.nextInt();",
"cirRad",
"scn.nextInt()",
"scn.nextInt",
"scn",
"circleInRectangle(recX, recY, cirX, cirY, cirRad)",
"circleInRectangle",
"recX",
"recY",
"cirX",
"cirY",
"cirRad",
"private static void circleInRectangle(int recX, int recY, int cirX, int cirY, int cirRad) {\n\t\tif (cirX - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirX + cirRad > recX) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY + cirRad > recY) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}",
"circleInRectangle",
"{\n\t\tif (cirX - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirX + cirRad > recX) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY + cirRad > recY) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}",
"if (cirX - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirX + cirRad > recX) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY + cirRad > recY) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"cirX - cirRad < 0",
"cirX - cirRad",
"cirX",
"cirRad",
"0",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (cirX + cirRad > recX) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY + cirRad > recY) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"cirX + cirRad > recX",
"cirX + cirRad",
"cirX",
"cirRad",
"recX",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (cirY - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY + cirRad > recY) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"cirY - cirRad < 0",
"cirY - cirRad",
"cirY",
"cirRad",
"0",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if (cirY + cirRad > recY) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"cirY + cirRad > recY",
"cirY + cirRad",
"cirY",
"cirRad",
"recY",
"{\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\"",
"int recX",
"recX",
"int recY",
"recY",
"int cirX",
"cirX",
"int cirY",
"cirY",
"int cirRad",
"cirRad",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint recX = scn.nextInt();\n\t\tint recY = scn.nextInt();\n\t\tint cirX = scn.nextInt();\n\t\tint cirY = scn.nextInt();\n\t\tint cirRad = scn.nextInt();\n\t\tcircleInRectangle(recX, recY, cirX, cirY, cirRad);\n\t}\n\n\tprivate static void circleInRectangle(int recX, int recY, int cirX, int cirY, int cirRad) {\n\t\tif (cirX - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirX + cirRad > recX) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY + cirRad > recY) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint recX = scn.nextInt();\n\t\tint recY = scn.nextInt();\n\t\tint cirX = scn.nextInt();\n\t\tint cirY = scn.nextInt();\n\t\tint cirRad = scn.nextInt();\n\t\tcircleInRectangle(recX, recY, cirX, cirY, cirRad);\n\t}\n\n\tprivate static void circleInRectangle(int recX, int recY, int cirX, int cirY, int cirRad) {\n\t\tif (cirX - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirX + cirRad > recX) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY - cirRad < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (cirY + cirRad > recY) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n\n}",
"Main"
] | import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
print();
}
private static void print() throws IOException {
Scanner scn = new Scanner(System.in);
int recX = scn.nextInt();
int recY = scn.nextInt();
int cirX = scn.nextInt();
int cirY = scn.nextInt();
int cirRad = scn.nextInt();
circleInRectangle(recX, recY, cirX, cirY, cirRad);
}
private static void circleInRectangle(int recX, int recY, int cirX, int cirY, int cirRad) {
if (cirX - cirRad < 0) {
System.out.println("No");
} else if (cirX + cirRad > recX) {
System.out.println("No");
} else if (cirY - cirRad < 0) {
System.out.println("No");
} else if (cirY + cirRad > recY) {
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,
4,
18,
13,
14,
2,
2,
2,
2,
17,
2,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
2,
13,
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
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
51,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
40,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
37,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
37,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int w = scanner.nextInt();\n int h = scanner.nextInt();\n int x = scanner.nextInt();\n int y = scanner.nextInt();\n int r = scanner.nextInt();\n\n if (0 <= x-r && 0 <= y-r && x+r <= w && y+r <= h) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n int w = scanner.nextInt();\n int h = scanner.nextInt();\n int x = scanner.nextInt();\n int y = scanner.nextInt();\n int r = scanner.nextInt();\n\n if (0 <= x-r && 0 <= y-r && x+r <= w && y+r <= h) {\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\n int w = scanner.nextInt();\n int h = scanner.nextInt();\n int x = scanner.nextInt();\n int y = scanner.nextInt();\n int r = scanner.nextInt();\n\n if (0 <= x-r && 0 <= y-r && x+r <= w && y+r <= h) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n\n int w = scanner.nextInt();\n int h = scanner.nextInt();\n int x = scanner.nextInt();\n int y = scanner.nextInt();\n int r = scanner.nextInt();\n\n if (0 <= x-r && 0 <= y-r && x+r <= w && y+r <= h) {\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 w = scanner.nextInt();",
"w",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int h = scanner.nextInt();",
"h",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int x = scanner.nextInt();",
"x",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int y = scanner.nextInt();",
"y",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int r = scanner.nextInt();",
"r",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if (0 <= x-r && 0 <= y-r && x+r <= w && y+r <= h) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"0 <= x-r && 0 <= y-r && x+r <= w && y+r <= h",
"x+r <= w",
"0 <= x-r && 0 <= y-r && x+r <= w && y+r <= h",
"0 <= x-r",
"0",
"x-r",
"x",
"r",
"0 <= y-r",
"0",
"y-r",
"y",
"r",
"x+r <= w",
"x+r",
"x",
"r",
"w",
"y+r <= h",
"y+r",
"y",
"r",
"h",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int w = scanner.nextInt();
int h = scanner.nextInt();
int x = scanner.nextInt();
int y = scanner.nextInt();
int r = scanner.nextInt();
if (0 <= x-r && 0 <= y-r && x+r <= w && y+r <= h) {
System.out.println("Yes");
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
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
],
[
4,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
11,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
11,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
50,
51
],
[
11,
52
],
[
52,
53
],
[
55,
54
],
[
66,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
55,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
66,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
55,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
52,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
52,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
9,
88
],
[
88,
89
]
] | [
"import java.util.Scanner;\n\nclass Main {\n private static final Scanner sc = new Scanner(System.in);\n public static void main(String[] args) {\n int w = Integer.parseInt(sc.next());\n int h = Integer.parseInt(sc.next());\n int x = Integer.parseInt(sc.next());\n int y = Integer.parseInt(sc.next());\n int r = Integer.parseInt(sc.next());\n if(0<=x-r&&x+r<=w&&0<=y-r&&y+r<=h) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n private static final Scanner sc = new Scanner(System.in);\n public static void main(String[] args) {\n int w = Integer.parseInt(sc.next());\n int h = Integer.parseInt(sc.next());\n int x = Integer.parseInt(sc.next());\n int y = Integer.parseInt(sc.next());\n int r = Integer.parseInt(sc.next());\n if(0<=x-r&&x+r<=w&&0<=y-r&&y+r<=h) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n}",
"Main",
"private static final Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"public static void main(String[] args) {\n int w = Integer.parseInt(sc.next());\n int h = Integer.parseInt(sc.next());\n int x = Integer.parseInt(sc.next());\n int y = Integer.parseInt(sc.next());\n int r = Integer.parseInt(sc.next());\n if(0<=x-r&&x+r<=w&&0<=y-r&&y+r<=h) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }",
"main",
"{\n int w = Integer.parseInt(sc.next());\n int h = Integer.parseInt(sc.next());\n int x = Integer.parseInt(sc.next());\n int y = Integer.parseInt(sc.next());\n int r = Integer.parseInt(sc.next());\n if(0<=x-r&&x+r<=w&&0<=y-r&&y+r<=h) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }",
"int w = Integer.parseInt(sc.next());",
"w",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int h = Integer.parseInt(sc.next());",
"h",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int x = Integer.parseInt(sc.next());",
"x",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int y = Integer.parseInt(sc.next());",
"y",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int r = Integer.parseInt(sc.next());",
"r",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if(0<=x-r&&x+r<=w&&0<=y-r&&y+r<=h) System.out.println(\"Yes\");\n else System.out.println(\"No\");",
"0<=x-r&&x+r<=w&&0<=y-r&&y+r<=h",
"0<=y-r",
"0<=x-r&&x+r<=w&&0<=y-r&&y+r<=h",
"0<=x-r",
"0",
"x-r",
"x",
"r",
"x+r<=w",
"x+r",
"x",
"r",
"w",
"0<=y-r",
"0",
"y-r",
"y",
"r",
"y+r<=h",
"y+r",
"y",
"r",
"h",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
private static final Scanner sc = new Scanner(System.in);
public static void main(String[] args) {
int w = Integer.parseInt(sc.next());
int h = Integer.parseInt(sc.next());
int x = Integer.parseInt(sc.next());
int y = Integer.parseInt(sc.next());
int r = Integer.parseInt(sc.next());
if(0<=x-r&&x+r<=w&&0<=y-r&&y+r<=h) System.out.println("Yes");
else System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
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
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
51,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
40,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
37,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
37,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n\n if ( (x-r >= 0) && (x+r <= W) && (y-r >= 0) && (y+r <= H)){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\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 W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n\n if ( (x-r >= 0) && (x+r <= W) && (y-r >= 0) && (y+r <= H)){\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 W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n\n if ( (x-r >= 0) && (x+r <= W) && (y-r >= 0) && (y+r <= H)){\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 W = sc.nextInt();\n int H = sc.nextInt();\n int x = sc.nextInt();\n int y = sc.nextInt();\n int r = sc.nextInt();\n\n if ( (x-r >= 0) && (x+r <= W) && (y-r >= 0) && (y+r <= H)){\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 W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int H = sc.nextInt();",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if ( (x-r >= 0) && (x+r <= W) && (y-r >= 0) && (y+r <= H)){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }",
"(x-r >= 0) && (x+r <= W) && (y-r >= 0) && (y+r <= H)",
"(y-r >= 0)",
"(x-r >= 0) && (x+r <= W) && (y-r >= 0) && (y+r <= H)",
"(x-r >= 0)",
"x-r",
"x",
"r",
"0",
"(x+r <= W)",
"x+r",
"x",
"r",
"W",
"(y-r >= 0)",
"y-r",
"y",
"r",
"0",
"(y+r <= H)",
"y+r",
"y",
"r",
"H",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int W = sc.nextInt();
int H = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
if ( (x-r >= 0) && (x+r <= W) && (y-r >= 0) && (y+r <= H)){
System.out.println("Yes");
}
else {
System.out.println("No");
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
23,
13,
12,
13,
30,
41,
13,
20,
17,
41,
13,
20,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
41,
13,
2,
2,
18,
13,
17,
18,
13,
17,
2,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
41,
13,
2,
2,
18,
13,
17,
18,
13,
17,
2,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
14,
2,
13,
13,
30,
29,
17,
30,
29,
17,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
102,
5
],
[
102,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
9,
14
],
[
14,
15
],
[
15,
16
],
[
6,
17
],
[
17,
18
],
[
102,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
21,
26
],
[
26,
27
],
[
26,
28
],
[
21,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
34,
35
],
[
34,
36
],
[
29,
37
],
[
37,
38
],
[
38,
39
],
[
29,
40
],
[
41,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
46,
47
],
[
47,
48
],
[
21,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
56,
58
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
59,
67
],
[
67,
68
],
[
67,
69
],
[
21,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
77,
79
],
[
72,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
80,
88
],
[
88,
89
],
[
88,
90
],
[
21,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
96,
97
],
[
91,
98
],
[
98,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] | [
"import java.util.*;\n\npublic class Main{\n public static void main(String[] args){\n System.out.println(Main.isIn());\n }\n\n public static String isIn(){\n int[] array = new int[5];\n Scanner scan = new Scanner(System.in);\n for(int i=0; i < 5; i++){\n array[i] = scan.nextInt();\n }\n boolean boolX = array[4] <= array[2] && array[2] + array[4] <= array[0];\n boolean boolY = array[4] <= array[3] && array[4] + array[3] <= array[1];\n if (boolX && boolY){\n return \"Yes\";\n }\n else{\n return \"No\";\n }\n }\n} \n",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n System.out.println(Main.isIn());\n }\n\n public static String isIn(){\n int[] array = new int[5];\n Scanner scan = new Scanner(System.in);\n for(int i=0; i < 5; i++){\n array[i] = scan.nextInt();\n }\n boolean boolX = array[4] <= array[2] && array[2] + array[4] <= array[0];\n boolean boolY = array[4] <= array[3] && array[4] + array[3] <= array[1];\n if (boolX && boolY){\n return \"Yes\";\n }\n else{\n return \"No\";\n }\n }\n}",
"Main",
"public static void main(String[] args){\n System.out.println(Main.isIn());\n }",
"main",
"{\n System.out.println(Main.isIn());\n }",
"System.out.println(Main.isIn())",
"System.out.println",
"System.out",
"System",
"System.out",
"Main.isIn()",
"Main.isIn",
"Main",
"String[] args",
"args",
"public static String isIn(){\n int[] array = new int[5];\n Scanner scan = new Scanner(System.in);\n for(int i=0; i < 5; i++){\n array[i] = scan.nextInt();\n }\n boolean boolX = array[4] <= array[2] && array[2] + array[4] <= array[0];\n boolean boolY = array[4] <= array[3] && array[4] + array[3] <= array[1];\n if (boolX && boolY){\n return \"Yes\";\n }\n else{\n return \"No\";\n }\n }",
"isIn",
"{\n int[] array = new int[5];\n Scanner scan = new Scanner(System.in);\n for(int i=0; i < 5; i++){\n array[i] = scan.nextInt();\n }\n boolean boolX = array[4] <= array[2] && array[2] + array[4] <= array[0];\n boolean boolY = array[4] <= array[3] && array[4] + array[3] <= array[1];\n if (boolX && boolY){\n return \"Yes\";\n }\n else{\n return \"No\";\n }\n }",
"int[] array = new int[5];",
"array",
"new int[5]",
"5",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"for(int i=0; i < 5; i++){\n array[i] = scan.nextInt();\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i < 5",
"i",
"5",
"i++",
"i++",
"i",
"{\n array[i] = scan.nextInt();\n }",
"{\n array[i] = scan.nextInt();\n }",
"array[i] = scan.nextInt()",
"array[i]",
"array",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"boolean boolX = array[4] <= array[2] && array[2] + array[4] <= array[0];",
"boolX",
"array[4] <= array[2] && array[2] + array[4] <= array[0]",
"array[4] <= array[2]",
"array[4]",
"array",
"4",
"array[2]",
"array",
"2",
"array[2] + array[4] <= array[0]",
"array[2] + array[4]",
"array[2]",
"array",
"2",
"array[4]",
"array",
"4",
"array[0]",
"array",
"0",
"boolean boolY = array[4] <= array[3] && array[4] + array[3] <= array[1];",
"boolY",
"array[4] <= array[3] && array[4] + array[3] <= array[1]",
"array[4] <= array[3]",
"array[4]",
"array",
"4",
"array[3]",
"array",
"3",
"array[4] + array[3] <= array[1]",
"array[4] + array[3]",
"array[4]",
"array",
"4",
"array[3]",
"array",
"3",
"array[1]",
"array",
"1",
"if (boolX && boolY){\n return \"Yes\";\n }\n else{\n return \"No\";\n }",
"boolX && boolY",
"boolX",
"boolY",
"{\n return \"Yes\";\n }",
"return \"Yes\";",
"\"Yes\"",
"{\n return \"No\";\n }",
"return \"No\";",
"\"No\"",
"public class Main{\n public static void main(String[] args){\n System.out.println(Main.isIn());\n }\n\n public static String isIn(){\n int[] array = new int[5];\n Scanner scan = new Scanner(System.in);\n for(int i=0; i < 5; i++){\n array[i] = scan.nextInt();\n }\n boolean boolX = array[4] <= array[2] && array[2] + array[4] <= array[0];\n boolean boolY = array[4] <= array[3] && array[4] + array[3] <= array[1];\n if (boolX && boolY){\n return \"Yes\";\n }\n else{\n return \"No\";\n }\n }\n}",
"public class Main{\n public static void main(String[] args){\n System.out.println(Main.isIn());\n }\n\n public static String isIn(){\n int[] array = new int[5];\n Scanner scan = new Scanner(System.in);\n for(int i=0; i < 5; i++){\n array[i] = scan.nextInt();\n }\n boolean boolX = array[4] <= array[2] && array[2] + array[4] <= array[0];\n boolean boolY = array[4] <= array[3] && array[4] + array[3] <= array[1];\n if (boolX && boolY){\n return \"Yes\";\n }\n else{\n return \"No\";\n }\n }\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
System.out.println(Main.isIn());
}
public static String isIn(){
int[] array = new int[5];
Scanner scan = new Scanner(System.in);
for(int i=0; i < 5; i++){
array[i] = scan.nextInt();
}
boolean boolX = array[4] <= array[2] && array[2] + array[4] <= array[0];
boolean boolY = array[4] <= array[3] && array[4] + array[3] <= array[1];
if (boolX && boolY){
return "Yes";
}
else{
return "No";
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
2,
17,
13,
14,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
17,
14,
2,
2,
13,
13,
2,
13,
13,
30,
0,
13,
17,
14,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
30,
0,
13,
17,
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
],
[
104,
5
],
[
104,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
45,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
45,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
62,
64
],
[
57,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
57,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
70,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
69,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
8,
85
],
[
85,
86
],
[
85,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
88,
93
],
[
85,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
95,
100
],
[
6,
101
],
[
101,
102
],
[
0,
103
],
[
103,
104
],
[
103,
105
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n // 変数の読み込み\n int w_x = sc.nextInt(); // 長方形の右上のx座標\n int h_y = sc.nextInt(); // 長方形の右上のy座標\n int circle_x = sc.nextInt(); // 円の中心のx座業\n int circle_y = sc.nextInt(); // 円の中心のy座業\n int circle_r = sc.nextInt(); // 円の半径\n\n // 判定に使用する変数\n boolean containsCircle = false;\n int circle_d = 2 * circle_r;\n\n // 円の内側の判定\n if (circle_x <= 0 || circle_y <= 0) {\n containsCircle = false;\n } else if (circle_x >= w_x || circle_y >= h_y) {\n containsCircle = false;\n } else if (w_x - circle_d >= 0 && h_y - circle_d >= 0) {\n containsCircle = true;\n }\n\n if (containsCircle) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n // 変数の読み込み\n int w_x = sc.nextInt(); // 長方形の右上のx座標\n int h_y = sc.nextInt(); // 長方形の右上のy座標\n int circle_x = sc.nextInt(); // 円の中心のx座業\n int circle_y = sc.nextInt(); // 円の中心のy座業\n int circle_r = sc.nextInt(); // 円の半径\n\n // 判定に使用する変数\n boolean containsCircle = false;\n int circle_d = 2 * circle_r;\n\n // 円の内側の判定\n if (circle_x <= 0 || circle_y <= 0) {\n containsCircle = false;\n } else if (circle_x >= w_x || circle_y >= h_y) {\n containsCircle = false;\n } else if (w_x - circle_d >= 0 && h_y - circle_d >= 0) {\n containsCircle = true;\n }\n\n if (containsCircle) {\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\n // 変数の読み込み\n int w_x = sc.nextInt(); // 長方形の右上のx座標\n int h_y = sc.nextInt(); // 長方形の右上のy座標\n int circle_x = sc.nextInt(); // 円の中心のx座業\n int circle_y = sc.nextInt(); // 円の中心のy座業\n int circle_r = sc.nextInt(); // 円の半径\n\n // 判定に使用する変数\n boolean containsCircle = false;\n int circle_d = 2 * circle_r;\n\n // 円の内側の判定\n if (circle_x <= 0 || circle_y <= 0) {\n containsCircle = false;\n } else if (circle_x >= w_x || circle_y >= h_y) {\n containsCircle = false;\n } else if (w_x - circle_d >= 0 && h_y - circle_d >= 0) {\n containsCircle = true;\n }\n\n if (containsCircle) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n\n // 変数の読み込み\n int w_x = sc.nextInt(); // 長方形の右上のx座標\n int h_y = sc.nextInt(); // 長方形の右上のy座標\n int circle_x = sc.nextInt(); // 円の中心のx座業\n int circle_y = sc.nextInt(); // 円の中心のy座業\n int circle_r = sc.nextInt(); // 円の半径\n\n // 判定に使用する変数\n boolean containsCircle = false;\n int circle_d = 2 * circle_r;\n\n // 円の内側の判定\n if (circle_x <= 0 || circle_y <= 0) {\n containsCircle = false;\n } else if (circle_x >= w_x || circle_y >= h_y) {\n containsCircle = false;\n } else if (w_x - circle_d >= 0 && h_y - circle_d >= 0) {\n containsCircle = true;\n }\n\n if (containsCircle) {\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 w_x = sc.nextInt();",
"w_x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int h_y = sc.nextInt();",
"h_y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int circle_x = sc.nextInt();",
"circle_x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int circle_y = sc.nextInt();",
"circle_y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int circle_r = sc.nextInt();",
"circle_r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"boolean containsCircle = false;",
"containsCircle",
"false",
"int circle_d = 2 * circle_r;",
"circle_d",
"2 * circle_r",
"2",
"circle_r",
"if (circle_x <= 0 || circle_y <= 0) {\n containsCircle = false;\n } else if (circle_x >= w_x || circle_y >= h_y) {\n containsCircle = false;\n } else if (w_x - circle_d >= 0 && h_y - circle_d >= 0) {\n containsCircle = true;\n }",
"circle_x <= 0 || circle_y <= 0",
"circle_x <= 0",
"circle_x",
"0",
"circle_y <= 0",
"circle_y",
"0",
"{\n containsCircle = false;\n }",
"containsCircle = false",
"containsCircle",
"false",
"if (circle_x >= w_x || circle_y >= h_y) {\n containsCircle = false;\n } else if (w_x - circle_d >= 0 && h_y - circle_d >= 0) {\n containsCircle = true;\n }",
"circle_x >= w_x || circle_y >= h_y",
"circle_x >= w_x",
"circle_x",
"w_x",
"circle_y >= h_y",
"circle_y",
"h_y",
"{\n containsCircle = false;\n }",
"containsCircle = false",
"containsCircle",
"false",
"if (w_x - circle_d >= 0 && h_y - circle_d >= 0) {\n containsCircle = true;\n }",
"w_x - circle_d >= 0 && h_y - circle_d >= 0",
"w_x - circle_d >= 0",
"w_x - circle_d",
"w_x",
"circle_d",
"0",
"h_y - circle_d >= 0",
"h_y - circle_d",
"h_y",
"circle_d",
"0",
"{\n containsCircle = true;\n }",
"containsCircle = true",
"containsCircle",
"true",
"if (containsCircle) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }",
"containsCircle",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n\n // 変数の読み込み\n int w_x = sc.nextInt(); // 長方形の右上のx座標\n int h_y = sc.nextInt(); // 長方形の右上のy座標\n int circle_x = sc.nextInt(); // 円の中心のx座業\n int circle_y = sc.nextInt(); // 円の中心のy座業\n int circle_r = sc.nextInt(); // 円の半径\n\n // 判定に使用する変数\n boolean containsCircle = false;\n int circle_d = 2 * circle_r;\n\n // 円の内側の判定\n if (circle_x <= 0 || circle_y <= 0) {\n containsCircle = false;\n } else if (circle_x >= w_x || circle_y >= h_y) {\n containsCircle = false;\n } else if (w_x - circle_d >= 0 && h_y - circle_d >= 0) {\n containsCircle = true;\n }\n\n if (containsCircle) {\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 Scanner sc = new Scanner(System.in);\n\n // 変数の読み込み\n int w_x = sc.nextInt(); // 長方形の右上のx座標\n int h_y = sc.nextInt(); // 長方形の右上のy座標\n int circle_x = sc.nextInt(); // 円の中心のx座業\n int circle_y = sc.nextInt(); // 円の中心のy座業\n int circle_r = sc.nextInt(); // 円の半径\n\n // 判定に使用する変数\n boolean containsCircle = false;\n int circle_d = 2 * circle_r;\n\n // 円の内側の判定\n if (circle_x <= 0 || circle_y <= 0) {\n containsCircle = false;\n } else if (circle_x >= w_x || circle_y >= h_y) {\n containsCircle = false;\n } else if (w_x - circle_d >= 0 && h_y - circle_d >= 0) {\n containsCircle = true;\n }\n\n if (containsCircle) {\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 sc = new Scanner(System.in);
// 変数の読み込み
int w_x = sc.nextInt(); // 長方形の右上のx座標
int h_y = sc.nextInt(); // 長方形の右上のy座標
int circle_x = sc.nextInt(); // 円の中心のx座業
int circle_y = sc.nextInt(); // 円の中心のy座業
int circle_r = sc.nextInt(); // 円の半径
// 判定に使用する変数
boolean containsCircle = false;
int circle_d = 2 * circle_r;
// 円の内側の判定
if (circle_x <= 0 || circle_y <= 0) {
containsCircle = false;
} else if (circle_x >= w_x || circle_y >= h_y) {
containsCircle = false;
} else if (w_x - circle_d >= 0 && h_y - circle_d >= 0) {
containsCircle = true;
}
if (containsCircle) {
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,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
93,
5
],
[
93,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
50,
51
],
[
8,
52
],
[
52,
53
],
[
55,
54
],
[
66,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
55,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
66,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
55,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
52,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
52,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
6,
90
],
[
90,
91
],
[
0,
92
],
[
92,
93
],
[
92,
94
]
] | [
"/**\n * Created by kaki on 2017/04/17.\n */\n\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String args[]) {\n Scanner scan = new Scanner(System.in);\n int W = Integer.parseInt(scan.next());\n int H = Integer.parseInt(scan.next());\n int x = Integer.parseInt(scan.next());\n int y = Integer.parseInt(scan.next());\n int r = Integer.parseInt(scan.next());\n if (x + r > W || y + r > H || x - r < 0 || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\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 W = Integer.parseInt(scan.next());\n int H = Integer.parseInt(scan.next());\n int x = Integer.parseInt(scan.next());\n int y = Integer.parseInt(scan.next());\n int r = Integer.parseInt(scan.next());\n if (x + r > W || y + r > H || x - r < 0 || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n }\n}",
"Main",
"public static void main(String args[]) {\n Scanner scan = new Scanner(System.in);\n int W = Integer.parseInt(scan.next());\n int H = Integer.parseInt(scan.next());\n int x = Integer.parseInt(scan.next());\n int y = Integer.parseInt(scan.next());\n int r = Integer.parseInt(scan.next());\n if (x + r > W || y + r > H || x - r < 0 || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int W = Integer.parseInt(scan.next());\n int H = Integer.parseInt(scan.next());\n int x = Integer.parseInt(scan.next());\n int y = Integer.parseInt(scan.next());\n int r = Integer.parseInt(scan.next());\n if (x + r > W || y + r > H || x - r < 0 || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int W = Integer.parseInt(scan.next());",
"W",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"int H = Integer.parseInt(scan.next());",
"H",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"int x = Integer.parseInt(scan.next());",
"x",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"int y = Integer.parseInt(scan.next());",
"y",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"int r = Integer.parseInt(scan.next());",
"r",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"if (x + r > W || y + r > H || x - r < 0 || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }",
"x + r > W || y + r > H || x - r < 0 || y - r < 0",
"x - r < 0",
"x + r > W || y + r > H || x - r < 0 || y - r < 0",
"x + r > W",
"x + r",
"x",
"r",
"W",
"y + r > H",
"y + r",
"y",
"r",
"H",
"x - r < 0",
"x - r",
"x",
"r",
"0",
"y - r < 0",
"y - r",
"y",
"r",
"0",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String args[]",
"args",
"public class Main {\n public static void main(String args[]) {\n Scanner scan = new Scanner(System.in);\n int W = Integer.parseInt(scan.next());\n int H = Integer.parseInt(scan.next());\n int x = Integer.parseInt(scan.next());\n int y = Integer.parseInt(scan.next());\n int r = Integer.parseInt(scan.next());\n if (x + r > W || y + r > H || x - r < 0 || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n }\n}",
"public class Main {\n public static void main(String args[]) {\n Scanner scan = new Scanner(System.in);\n int W = Integer.parseInt(scan.next());\n int H = Integer.parseInt(scan.next());\n int x = Integer.parseInt(scan.next());\n int y = Integer.parseInt(scan.next());\n int r = Integer.parseInt(scan.next());\n if (x + r > W || y + r > H || x - r < 0 || y - r < 0) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n }\n}",
"Main"
] | /**
* Created by kaki on 2017/04/17.
*/
import java.util.Scanner;
public class Main {
public static void main(String args[]) {
Scanner scan = new Scanner(System.in);
int W = Integer.parseInt(scan.next());
int H = Integer.parseInt(scan.next());
int x = Integer.parseInt(scan.next());
int y = Integer.parseInt(scan.next());
int r = Integer.parseInt(scan.next());
if (x + r > W || y + r > H || x - r < 0 || y - r < 0) {
System.out.println("No");
} else {
System.out.println("Yes");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
2,
2,
2,
13,
17,
2,
13,
13,
2,
13,
17,
2,
13,
13,
30,
14,
2,
2,
2,
2,
13,
13,
2,
13,
17,
2,
13,
13,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
114,
5
],
[
114,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
8,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
60,
59
],
[
67,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
67,
67
],
[
67,
68
],
[
67,
69
],
[
60,
70
],
[
70,
71
],
[
70,
72
],
[
57,
73
],
[
73,
74
],
[
74,
75
],
[
77,
76
],
[
84,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
81,
82
],
[
81,
83
],
[
84,
84
],
[
84,
85
],
[
84,
86
],
[
77,
87
],
[
87,
88
],
[
87,
89
],
[
74,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
91,
96
],
[
74,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
57,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
6,
111
],
[
111,
112
],
[
0,
113
],
[
113,
114
],
[
113,
115
]
] | [
"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 W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tint Rx1 = (r+x);\n\t\tint Rx2 = (x-r);\n\t\tint Ry1 = (r+y);\n\t\tint Ry2 = (y-r);\n\t\tif(x>0 && x<W && y>0 && y<H){\n\t\t\tif(Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.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 W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tint Rx1 = (r+x);\n\t\tint Rx2 = (x-r);\n\t\tint Ry1 = (r+y);\n\t\tint Ry2 = (y-r);\n\t\tif(x>0 && x<W && y>0 && y<H){\n\t\t\tif(Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tint Rx1 = (r+x);\n\t\tint Rx2 = (x-r);\n\t\tint Ry1 = (r+y);\n\t\tint Ry2 = (y-r);\n\t\tif(x>0 && x<W && y>0 && y<H){\n\t\t\tif(Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tint Rx1 = (r+x);\n\t\tint Rx2 = (x-r);\n\t\tint Ry1 = (r+y);\n\t\tint Ry2 = (y-r);\n\t\tif(x>0 && x<W && y>0 && y<H){\n\t\t\tif(Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int H = sc.nextInt();",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int Rx1 = (r+x);",
"Rx1",
"(r+x)",
"r",
"x",
"int Rx2 = (x-r);",
"Rx2",
"(x-r)",
"x",
"r",
"int Ry1 = (r+y);",
"Ry1",
"(r+y)",
"r",
"y",
"int Ry2 = (y-r);",
"Ry2",
"(y-r)",
"y",
"r",
"if(x>0 && x<W && y>0 && y<H){\n\t\t\tif(Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"x>0 && x<W && y>0 && y<H",
"y>0",
"x>0 && x<W && y>0 && y<H",
"x>0",
"x",
"0",
"x<W",
"x",
"W",
"y>0",
"y",
"0",
"y<H",
"y",
"H",
"{\n\t\t\tif(Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}",
"if(Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0",
"Ry1<=H",
"Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0",
"Rx1<=W",
"Rx1",
"W",
"Rx2>=0",
"Rx2",
"0",
"Ry1<=H",
"Ry1",
"H",
"Ry2>=0",
"Ry2",
"0",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tint Rx1 = (r+x);\n\t\tint Rx2 = (x-r);\n\t\tint Ry1 = (r+y);\n\t\tint Ry2 = (y-r);\n\t\tif(x>0 && x<W && y>0 && y<H){\n\t\t\tif(Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint W = sc.nextInt();\n\t\tint H = sc.nextInt();\n\t\tint x = sc.nextInt();\n\t\tint y = sc.nextInt();\n\t\tint r = sc.nextInt();\n\t\tint Rx1 = (r+x);\n\t\tint Rx2 = (x-r);\n\t\tint Ry1 = (r+y);\n\t\tint Ry2 = (y-r);\n\t\tif(x>0 && x<W && y>0 && y<H){\n\t\t\tif(Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int W = sc.nextInt();
int H = sc.nextInt();
int x = sc.nextInt();
int y = sc.nextInt();
int r = sc.nextInt();
int Rx1 = (r+x);
int Rx2 = (x-r);
int Ry1 = (r+y);
int Ry2 = (y-r);
if(x>0 && x<W && y>0 && y<H){
if(Rx1<=W && Rx2>=0 && Ry1<=H && Ry2>=0){
System.out.println("Yes");
}else{
System.out.println("No");
}
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
11,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
11,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
68,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
67,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
82,
84
],
[
79,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
66,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
91,
96
],
[
66,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
9,
104
],
[
104,
105
]
] | [
"import java.io.*;\nimport java.util.Arrays;\n\nclass Main{\n public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int w = Integer.parseInt(strarr[0]);\n int h = Integer.parseInt(strarr[1]);\n int x = Integer.parseInt(strarr[2]);\n int y = Integer.parseInt(strarr[3]);\n int r = Integer.parseInt(strarr[4]);\n \n if(((0 <= (x - r)) && ((x + r) <= w)) && ((0 <= (y - r)) && ((y + r) <= h)))\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main{\n public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int w = Integer.parseInt(strarr[0]);\n int h = Integer.parseInt(strarr[1]);\n int x = Integer.parseInt(strarr[2]);\n int y = Integer.parseInt(strarr[3]);\n int r = Integer.parseInt(strarr[4]);\n \n if(((0 <= (x - r)) && ((x + r) <= w)) && ((0 <= (y - r)) && ((y + r) <= h)))\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int w = Integer.parseInt(strarr[0]);\n int h = Integer.parseInt(strarr[1]);\n int x = Integer.parseInt(strarr[2]);\n int y = Integer.parseInt(strarr[3]);\n int r = Integer.parseInt(strarr[4]);\n \n if(((0 <= (x - r)) && ((x + r) <= w)) && ((0 <= (y - r)) && ((y + r) <= h)))\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\n }",
"main",
"{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n\n String[] strarr = str.split(\" \");\n int w = Integer.parseInt(strarr[0]);\n int h = Integer.parseInt(strarr[1]);\n int x = Integer.parseInt(strarr[2]);\n int y = Integer.parseInt(strarr[3]);\n int r = Integer.parseInt(strarr[4]);\n \n if(((0 <= (x - r)) && ((x + r) <= w)) && ((0 <= (y - r)) && ((y + r) <= h)))\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }\n }",
"BufferedReader br = new BufferedReader (new InputStreamReader (System.in));",
"br",
"new BufferedReader (new InputStreamReader (System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strarr = str.split(\" \");",
"strarr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int w = Integer.parseInt(strarr[0]);",
"w",
"Integer.parseInt(strarr[0])",
"Integer.parseInt",
"Integer",
"strarr[0]",
"strarr",
"0",
"int h = Integer.parseInt(strarr[1]);",
"h",
"Integer.parseInt(strarr[1])",
"Integer.parseInt",
"Integer",
"strarr[1]",
"strarr",
"1",
"int x = Integer.parseInt(strarr[2]);",
"x",
"Integer.parseInt(strarr[2])",
"Integer.parseInt",
"Integer",
"strarr[2]",
"strarr",
"2",
"int y = Integer.parseInt(strarr[3]);",
"y",
"Integer.parseInt(strarr[3])",
"Integer.parseInt",
"Integer",
"strarr[3]",
"strarr",
"3",
"int r = Integer.parseInt(strarr[4]);",
"r",
"Integer.parseInt(strarr[4])",
"Integer.parseInt",
"Integer",
"strarr[4]",
"strarr",
"4",
"if(((0 <= (x - r)) && ((x + r) <= w)) && ((0 <= (y - r)) && ((y + r) <= h)))\n {\n System.out.println(\"Yes\");\n }\n else\n {\n System.out.println(\"No\");\n }",
"((0 <= (x - r)) && ((x + r) <= w)) && ((0 <= (y - r)) && ((y + r) <= h))",
"((0 <= (x - r)) && ((x + r) <= w))",
"(0 <= (x - r))",
"0",
"(x - r)",
"x",
"r",
"((x + r) <= w)",
"(x + r)",
"x",
"r",
"w",
"((0 <= (y - r)) && ((y + r) <= h))",
"(0 <= (y - r))",
"0",
"(y - r)",
"y",
"r",
"((y + r) <= h)",
"(y + r)",
"y",
"r",
"h",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[ ] args",
"args"
] | import java.io.*;
import java.util.Arrays;
class Main{
public static void main (String[ ] args) throws Exception{
BufferedReader br = new BufferedReader (new InputStreamReader (System.in));
String str = br.readLine();
String[] strarr = str.split(" ");
int w = Integer.parseInt(strarr[0]);
int h = Integer.parseInt(strarr[1]);
int x = Integer.parseInt(strarr[2]);
int y = Integer.parseInt(strarr[3]);
int r = Integer.parseInt(strarr[4]);
if(((0 <= (x - r)) && ((x + r) <= w)) && ((0 <= (y - r)) && ((y + r) <= h)))
{
System.out.println("Yes");
}
else
{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
2,
13,
17,
2,
13,
17,
30,
0,
13,
17,
14,
2,
2,
13,
2,
13,
13,
2,
13,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
40,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
56,
58
],
[
53,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
61,
63
],
[
52,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
8,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
6,
74
],
[
74,
75
],
[
0,
76
],
[
76,
77
],
[
76,
78
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint w = in.nextInt();\n\t\tint h = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tString result = \"Yes\";\n\t\t\n\t\tif ((x < 0) || (y < 0)) {\n\t\t\tresult = \"No\";\n\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\tresult = \"No\";\n\t\t}\n\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 in = new Scanner(System.in);\n\t\tint w = in.nextInt();\n\t\tint h = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tString result = \"Yes\";\n\t\t\n\t\tif ((x < 0) || (y < 0)) {\n\t\t\tresult = \"No\";\n\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\tSystem.out.println(result);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint w = in.nextInt();\n\t\tint h = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tString result = \"Yes\";\n\t\t\n\t\tif ((x < 0) || (y < 0)) {\n\t\t\tresult = \"No\";\n\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\tSystem.out.println(result);\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\tint w = in.nextInt();\n\t\tint h = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tString result = \"Yes\";\n\t\t\n\t\tif ((x < 0) || (y < 0)) {\n\t\t\tresult = \"No\";\n\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\tSystem.out.println(result);\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int w = in.nextInt();",
"w",
"in.nextInt()",
"in.nextInt",
"in",
"int h = in.nextInt();",
"h",
"in.nextInt()",
"in.nextInt",
"in",
"int x = in.nextInt();",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"int y = in.nextInt();",
"y",
"in.nextInt()",
"in.nextInt",
"in",
"int r = in.nextInt();",
"r",
"in.nextInt()",
"in.nextInt",
"in",
"String result = \"Yes\";",
"result",
"\"Yes\"",
"if ((x < 0) || (y < 0)) {\n\t\t\tresult = \"No\";\n\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\tresult = \"No\";\n\t\t}",
"(x < 0) || (y < 0)",
"(x < 0)",
"x",
"0",
"(y < 0)",
"y",
"0",
"{\n\t\t\tresult = \"No\";\n\t\t}",
"result = \"No\"",
"result",
"\"No\"",
"if ((w < (x + r)) || (h < (y + r))) {\n\t\t\tresult = \"No\";\n\t\t}",
"(w < (x + r)) || (h < (y + r))",
"(w < (x + r))",
"w",
"(x + r)",
"x",
"r",
"(h < (y + r))",
"h",
"(y + r)",
"y",
"r",
"{\n\t\t\tresult = \"No\";\n\t\t}",
"result = \"No\"",
"result",
"\"No\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint w = in.nextInt();\n\t\tint h = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tString result = \"Yes\";\n\t\t\n\t\tif ((x < 0) || (y < 0)) {\n\t\t\tresult = \"No\";\n\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\tSystem.out.println(result);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner in = new Scanner(System.in);\n\t\tint w = in.nextInt();\n\t\tint h = in.nextInt();\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tint r = in.nextInt();\n\t\tString result = \"Yes\";\n\t\t\n\t\tif ((x < 0) || (y < 0)) {\n\t\t\tresult = \"No\";\n\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\tresult = \"No\";\n\t\t}\n\n\t\tSystem.out.println(result);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int w = in.nextInt();
int h = in.nextInt();
int x = in.nextInt();
int y = in.nextInt();
int r = in.nextInt();
String result = "Yes";
if ((x < 0) || (y < 0)) {
result = "No";
} else if ((w < (x + r)) || (h < (y + r))) {
result = "No";
}
System.out.println(result);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
13,
13,
2,
13,
13,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
112,
11
],
[
112,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
18,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
25,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
25,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
25,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
25,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
25,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
66,
68
],
[
25,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
74,
75
],
[
74,
76
],
[
25,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
83,
85
],
[
78,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
86,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
77,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
97,
102
],
[
77,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
103,
108
],
[
12,
109
],
[
109,
110
],
[
0,
111
],
[
111,
112
],
[
111,
113
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint W = Integer.parseInt(arr[0]);\n\t\t\tint H = Integer.parseInt(arr[1]);\n\t\t\tint x = Integer.parseInt(arr[2]);\n\t\t\tint y = Integer.parseInt(arr[3]);\n\t\t\tint r = Integer.parseInt(arr[4]);\n\t\t\t\n\t\t\tif((x >= r && y >= r) && (x + r <= W && y + r <= H)) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint W = Integer.parseInt(arr[0]);\n\t\t\tint H = Integer.parseInt(arr[1]);\n\t\t\tint x = Integer.parseInt(arr[2]);\n\t\t\tint y = Integer.parseInt(arr[3]);\n\t\t\tint r = Integer.parseInt(arr[4]);\n\t\t\t\n\t\t\tif((x >= r && y >= r) && (x + r <= W && y + r <= H)) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint W = Integer.parseInt(arr[0]);\n\t\t\tint H = Integer.parseInt(arr[1]);\n\t\t\tint x = Integer.parseInt(arr[2]);\n\t\t\tint y = Integer.parseInt(arr[3]);\n\t\t\tint r = Integer.parseInt(arr[4]);\n\t\t\t\n\t\t\tif((x >= r && y >= r) && (x + r <= W && y + r <= H)) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint W = Integer.parseInt(arr[0]);\n\t\t\tint H = Integer.parseInt(arr[1]);\n\t\t\tint x = Integer.parseInt(arr[2]);\n\t\t\tint y = Integer.parseInt(arr[3]);\n\t\t\tint r = Integer.parseInt(arr[4]);\n\t\t\t\n\t\t\tif((x >= r && y >= r) && (x + r <= W && y + r <= H)) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"try {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint W = Integer.parseInt(arr[0]);\n\t\t\tint H = Integer.parseInt(arr[1]);\n\t\t\tint x = Integer.parseInt(arr[2]);\n\t\t\tint y = Integer.parseInt(arr[3]);\n\t\t\tint r = Integer.parseInt(arr[4]);\n\t\t\t\n\t\t\tif((x >= r && y >= r) && (x + r <= W && y + r <= H)) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint W = Integer.parseInt(arr[0]);\n\t\t\tint H = Integer.parseInt(arr[1]);\n\t\t\tint x = Integer.parseInt(arr[2]);\n\t\t\tint y = Integer.parseInt(arr[3]);\n\t\t\tint r = Integer.parseInt(arr[4]);\n\t\t\t\n\t\t\tif((x >= r && y >= r) && (x + r <= W && y + r <= H)) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] arr = str.split(\" \");",
"arr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int W = Integer.parseInt(arr[0]);",
"W",
"Integer.parseInt(arr[0])",
"Integer.parseInt",
"Integer",
"arr[0]",
"arr",
"0",
"int H = Integer.parseInt(arr[1]);",
"H",
"Integer.parseInt(arr[1])",
"Integer.parseInt",
"Integer",
"arr[1]",
"arr",
"1",
"int x = Integer.parseInt(arr[2]);",
"x",
"Integer.parseInt(arr[2])",
"Integer.parseInt",
"Integer",
"arr[2]",
"arr",
"2",
"int y = Integer.parseInt(arr[3]);",
"y",
"Integer.parseInt(arr[3])",
"Integer.parseInt",
"Integer",
"arr[3]",
"arr",
"3",
"int r = Integer.parseInt(arr[4]);",
"r",
"Integer.parseInt(arr[4])",
"Integer.parseInt",
"Integer",
"arr[4]",
"arr",
"4",
"if((x >= r && y >= r) && (x + r <= W && y + r <= H)) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");",
"(x >= r && y >= r) && (x + r <= W && y + r <= H)",
"(x >= r && y >= r)",
"x >= r",
"x",
"r",
"y >= r",
"y",
"r",
"(x + r <= W && y + r <= H)",
"x + r <= W",
"x + r",
"x",
"r",
"W",
"y + r <= H",
"y + r",
"y",
"r",
"H",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint W = Integer.parseInt(arr[0]);\n\t\t\tint H = Integer.parseInt(arr[1]);\n\t\t\tint x = Integer.parseInt(arr[2]);\n\t\t\tint y = Integer.parseInt(arr[3]);\n\t\t\tint r = Integer.parseInt(arr[4]);\n\t\t\t\n\t\t\tif((x >= r && y >= r) && (x + r <= W && y + r <= H)) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\t\n\t\t\tint W = Integer.parseInt(arr[0]);\n\t\t\tint H = Integer.parseInt(arr[1]);\n\t\t\tint x = Integer.parseInt(arr[2]);\n\t\t\tint y = Integer.parseInt(arr[3]);\n\t\t\tint r = Integer.parseInt(arr[4]);\n\t\t\t\n\t\t\tif((x >= r && y >= r) && (x + r <= W && y + r <= H)) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
try {
String str = br.readLine();
String[] arr = str.split(" ");
int W = Integer.parseInt(arr[0]);
int H = Integer.parseInt(arr[1]);
int x = Integer.parseInt(arr[2]);
int y = Integer.parseInt(arr[3]);
int r = Integer.parseInt(arr[4]);
if((x >= r && y >= r) && (x + r <= W && y + r <= H)) System.out.println("Yes");
else System.out.println("No");
} catch (IOException e) {
// TODO 自動生成された catch ブロック
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
30,
0,
13,
17,
14,
2,
2,
2,
13,
13,
13,
2,
2,
13,
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
],
[
81,
5
],
[
81,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
8,
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
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
57,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
56,
68
],
[
68,
69
],
[
69,
70
],
[
69,
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\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint w = stdIn.nextInt();\n\t\tint h = stdIn.nextInt();\n\t\tint x = stdIn.nextInt();\n\t\tint y = stdIn.nextInt();\n\t\tint r = stdIn.nextInt();\n\t\t\n\t\tString result = \"Yes\";\n\t\tif (x - r < 0 || y - r < 0) {\n\t\t\tresult = \"No\";\n\t\t} \n\t\t\n\t\tif (x + r > w || y + r > h) {\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint w = stdIn.nextInt();\n\t\tint h = stdIn.nextInt();\n\t\tint x = stdIn.nextInt();\n\t\tint y = stdIn.nextInt();\n\t\tint r = stdIn.nextInt();\n\t\t\n\t\tString result = \"Yes\";\n\t\tif (x - r < 0 || y - r < 0) {\n\t\t\tresult = \"No\";\n\t\t} \n\t\t\n\t\tif (x + r > w || y + r > h) {\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint w = stdIn.nextInt();\n\t\tint h = stdIn.nextInt();\n\t\tint x = stdIn.nextInt();\n\t\tint y = stdIn.nextInt();\n\t\tint r = stdIn.nextInt();\n\t\t\n\t\tString result = \"Yes\";\n\t\tif (x - r < 0 || y - r < 0) {\n\t\t\tresult = \"No\";\n\t\t} \n\t\t\n\t\tif (x + r > w || y + r > h) {\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint w = stdIn.nextInt();\n\t\tint h = stdIn.nextInt();\n\t\tint x = stdIn.nextInt();\n\t\tint y = stdIn.nextInt();\n\t\tint r = stdIn.nextInt();\n\t\t\n\t\tString result = \"Yes\";\n\t\tif (x - r < 0 || y - r < 0) {\n\t\t\tresult = \"No\";\n\t\t} \n\t\t\n\t\tif (x + r > w || y + r > h) {\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int w = stdIn.nextInt();",
"w",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int h = stdIn.nextInt();",
"h",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int x = stdIn.nextInt();",
"x",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int y = stdIn.nextInt();",
"y",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int r = stdIn.nextInt();",
"r",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"String result = \"Yes\";",
"result",
"\"Yes\"",
"if (x - r < 0 || y - r < 0) {\n\t\t\tresult = \"No\";\n\t\t}",
"x - r < 0 || y - r < 0",
"x - r < 0",
"x - r",
"x",
"r",
"0",
"y - r < 0",
"y - r",
"y",
"r",
"0",
"{\n\t\t\tresult = \"No\";\n\t\t}",
"result = \"No\"",
"result",
"\"No\"",
"if (x + r > w || y + r > h) {\n\t\t\tresult = \"No\";\n\t\t}",
"x + r > w || y + r > h",
"x + r > w",
"x + r",
"x",
"r",
"w",
"y + r > h",
"y + r",
"y",
"r",
"h",
"{\n\t\t\tresult = \"No\";\n\t\t}",
"result = \"No\"",
"result",
"\"No\"",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint w = stdIn.nextInt();\n\t\tint h = stdIn.nextInt();\n\t\tint x = stdIn.nextInt();\n\t\tint y = stdIn.nextInt();\n\t\tint r = stdIn.nextInt();\n\t\t\n\t\tString result = \"Yes\";\n\t\tif (x - r < 0 || y - r < 0) {\n\t\t\tresult = \"No\";\n\t\t} \n\t\t\n\t\tif (x + r > w || y + r > h) {\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint w = stdIn.nextInt();\n\t\tint h = stdIn.nextInt();\n\t\tint x = stdIn.nextInt();\n\t\tint y = stdIn.nextInt();\n\t\tint r = stdIn.nextInt();\n\t\t\n\t\tString result = \"Yes\";\n\t\tif (x - r < 0 || y - r < 0) {\n\t\t\tresult = \"No\";\n\t\t} \n\t\t\n\t\tif (x + r > w || y + r > h) {\n\t\t\tresult = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
int w = stdIn.nextInt();
int h = stdIn.nextInt();
int x = stdIn.nextInt();
int y = stdIn.nextInt();
int r = stdIn.nextInt();
String result = "Yes";
if (x - r < 0 || y - r < 0) {
result = "No";
}
if (x + r > w || y + r > h) {
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,
4,
18,
13,
14,
2,
2,
2,
2,
13,
2,
13,
13,
2,
2,
13,
13,
17,
2,
13,
2,
13,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
51,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
40,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
37,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
37,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
6,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\t\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tif((W>=(x+r))&&(x-r>=0)&&(H>=(y+r))&&(y-r>=0)) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\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 scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\t\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tif((W>=(x+r))&&(x-r>=0)&&(H>=(y+r))&&(y-r>=0)) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\t\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tif((W>=(x+r))&&(x-r>=0)&&(H>=(y+r))&&(y-r>=0)) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\t\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tif((W>=(x+r))&&(x-r>=0)&&(H>=(y+r))&&(y-r>=0)) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int W = scan.nextInt();",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int H = scan.nextInt();",
"H",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y = scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int r = scan.nextInt();",
"r",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if((W>=(x+r))&&(x-r>=0)&&(H>=(y+r))&&(y-r>=0)) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");",
"(W>=(x+r))&&(x-r>=0)&&(H>=(y+r))&&(y-r>=0)",
"(H>=(y+r))",
"(W>=(x+r))&&(x-r>=0)&&(H>=(y+r))&&(y-r>=0)",
"(W>=(x+r))",
"W",
"(x+r)",
"x",
"r",
"(x-r>=0)",
"x-r",
"x",
"r",
"0",
"(H>=(y+r))",
"H",
"(y+r)",
"y",
"r",
"(y-r>=0)",
"y-r",
"y",
"r",
"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\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\t\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tif((W>=(x+r))&&(x-r>=0)&&(H>=(y+r))&&(y-r>=0)) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\t\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tif((W>=(x+r))&&(x-r>=0)&&(H>=(y+r))&&(y-r>=0)) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) throws Exception {
Scanner scan = new Scanner(System.in);
int W = scan.nextInt();
int H = scan.nextInt();
int x = scan.nextInt();
int y = scan.nextInt();
int r = scan.nextInt();
if((W>=(x+r))&&(x-r>=0)&&(H>=(y+r))&&(y-r>=0)) System.out.println("Yes");
else System.out.println("No");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
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,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
13,
14,
2,
2,
2,
13,
13,
2,
2,
13,
13,
13,
2,
2,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
11,
16
],
[
16,
17
],
[
11,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
11,
22
],
[
22,
23
],
[
11,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
11,
32
],
[
32,
33
],
[
32,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
11,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
11,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
11,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
11,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
11,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
11,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
68,
71
],
[
11,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
74,
77
],
[
11,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
11,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
87,
88
],
[
86,
89
],
[
11,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
91,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
90,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
111,
116
],
[
90,
117
],
[
117,
118
],
[
118,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
118,
123
],
[
9,
124
],
[
124,
125
]
] | [
"import java.io.*;\nimport java.util.Scanner;\n\nclass Main\n{\n\tpublic static void main (String[] args) throws IOException\n\t{\n\t\tString W,H,X,Y,R;\n\t\tint w,h,x,y,r;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tW = in.next();\n\t\tH = in.next();\n\t\tX = in.next();\n Y = in.next();\n\t\tR = in.next();\n\t\t\n\t\tw = Integer.parseInt(W);\n\t\th = Integer.parseInt(H);\n\t\tx = Integer.parseInt(X);\n y = Integer.parseInt(Y);\n\t\tr = Integer.parseInt(R);\n\n\t\tif((r <= x && (w - r) >= x) && (r <= y && (h - r) >= 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.io.*;",
"io.*",
"java",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n\tpublic static void main (String[] args) throws IOException\n\t{\n\t\tString W,H,X,Y,R;\n\t\tint w,h,x,y,r;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tW = in.next();\n\t\tH = in.next();\n\t\tX = in.next();\n Y = in.next();\n\t\tR = in.next();\n\t\t\n\t\tw = Integer.parseInt(W);\n\t\th = Integer.parseInt(H);\n\t\tx = Integer.parseInt(X);\n y = Integer.parseInt(Y);\n\t\tr = Integer.parseInt(R);\n\n\t\tif((r <= x && (w - r) >= x) && (r <= y && (h - r) >= 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) throws IOException\n\t{\n\t\tString W,H,X,Y,R;\n\t\tint w,h,x,y,r;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tW = in.next();\n\t\tH = in.next();\n\t\tX = in.next();\n Y = in.next();\n\t\tR = in.next();\n\t\t\n\t\tw = Integer.parseInt(W);\n\t\th = Integer.parseInt(H);\n\t\tx = Integer.parseInt(X);\n y = Integer.parseInt(Y);\n\t\tr = Integer.parseInt(R);\n\n\t\tif((r <= x && (w - r) >= x) && (r <= y && (h - r) >= 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\tString W,H,X,Y,R;\n\t\tint w,h,x,y,r;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tW = in.next();\n\t\tH = in.next();\n\t\tX = in.next();\n Y = in.next();\n\t\tR = in.next();\n\t\t\n\t\tw = Integer.parseInt(W);\n\t\th = Integer.parseInt(H);\n\t\tx = Integer.parseInt(X);\n y = Integer.parseInt(Y);\n\t\tr = Integer.parseInt(R);\n\n\t\tif((r <= x && (w - r) >= x) && (r <= y && (h - r) >= y)){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"String W",
"W",
"H",
"H",
"X",
"X",
"Y",
"Y",
"R;",
"R",
"int w",
"w",
"h",
"h",
"x",
"x",
"y",
"y",
"r;",
"r",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"W = in.next()",
"W",
"in.next()",
"in.next",
"in",
"H = in.next()",
"H",
"in.next()",
"in.next",
"in",
"X = in.next()",
"X",
"in.next()",
"in.next",
"in",
"Y = in.next()",
"Y",
"in.next()",
"in.next",
"in",
"R = in.next()",
"R",
"in.next()",
"in.next",
"in",
"w = Integer.parseInt(W)",
"w",
"Integer.parseInt(W)",
"Integer.parseInt",
"Integer",
"W",
"h = Integer.parseInt(H)",
"h",
"Integer.parseInt(H)",
"Integer.parseInt",
"Integer",
"H",
"x = Integer.parseInt(X)",
"x",
"Integer.parseInt(X)",
"Integer.parseInt",
"Integer",
"X",
"y = Integer.parseInt(Y)",
"y",
"Integer.parseInt(Y)",
"Integer.parseInt",
"Integer",
"Y",
"r = Integer.parseInt(R)",
"r",
"Integer.parseInt(R)",
"Integer.parseInt",
"Integer",
"R",
"if((r <= x && (w - r) >= x) && (r <= y && (h - r) >= y)){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"(r <= x && (w - r) >= x) && (r <= y && (h - r) >= y)",
"(r <= x && (w - r) >= x)",
"r <= x",
"r",
"x",
"(w - r) >= x",
"(w - r)",
"w",
"r",
"x",
"(r <= y && (h - r) >= y)",
"r <= y",
"r",
"y",
"(h - r) >= y",
"(h - r)",
"h",
"r",
"y",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.io.*;
import java.util.Scanner;
class Main
{
public static void main (String[] args) throws IOException
{
String W,H,X,Y,R;
int w,h,x,y,r;
Scanner in = new Scanner(System.in);
W = in.next();
H = in.next();
X = in.next();
Y = in.next();
R = in.next();
w = Integer.parseInt(W);
h = Integer.parseInt(H);
x = Integer.parseInt(X);
y = Integer.parseInt(Y);
r = Integer.parseInt(R);
if((r <= x && (w - r) >= x) && (r <= y && (h - r) >= y)){
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,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
122,
8
],
[
122,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
11,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
11,
35
],
[
35,
36
],
[
11,
37
],
[
37,
38
],
[
11,
39
],
[
39,
40
],
[
11,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
48
],
[
11,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
11,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
62,
64
],
[
11,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
70,
71
],
[
70,
72
],
[
11,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
78,
79
],
[
78,
80
],
[
11,
81
],
[
81,
82
],
[
84,
83
],
[
95,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
84,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
95,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
95,
99
],
[
84,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
81,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
106,
111
],
[
81,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
113,
118
],
[
9,
119
],
[
119,
120
],
[
0,
121
],
[
121,
122
],
[
121,
123
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n \n \npublic class Main {\n public static void main(String args[])throws Exception{\n /*\n * x - r が0 より小さい、または、x + r がW より大きいならばNoと判定。\n * x - r が0 以上、かつ、x + r がW 以下ならばYesと判定。\n */\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n \n int W,H,x,y,r;\n W = Integer.parseInt(readLineArray[0]);\n H = Integer.parseInt(readLineArray[1]);\n x = Integer.parseInt(readLineArray[2]);\n y = Integer.parseInt(readLineArray[3]);\n r = Integer.parseInt(readLineArray[4]);\n \n if( (x - r) >= 0 && (x + r) <= W && (y - r) >= 0 && (y + r) <= H ){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n public static void main(String args[])throws Exception{\n /*\n * x - r が0 より小さい、または、x + r がW より大きいならばNoと判定。\n * x - r が0 以上、かつ、x + r がW 以下ならばYesと判定。\n */\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n \n int W,H,x,y,r;\n W = Integer.parseInt(readLineArray[0]);\n H = Integer.parseInt(readLineArray[1]);\n x = Integer.parseInt(readLineArray[2]);\n y = Integer.parseInt(readLineArray[3]);\n r = Integer.parseInt(readLineArray[4]);\n \n if( (x - r) >= 0 && (x + r) <= W && (y - r) >= 0 && (y + r) <= H ){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"Main",
"public static void main(String args[])throws Exception{\n /*\n * x - r が0 より小さい、または、x + r がW より大きいならばNoと判定。\n * x - r が0 以上、かつ、x + r がW 以下ならばYesと判定。\n */\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n \n int W,H,x,y,r;\n W = Integer.parseInt(readLineArray[0]);\n H = Integer.parseInt(readLineArray[1]);\n x = Integer.parseInt(readLineArray[2]);\n y = Integer.parseInt(readLineArray[3]);\n r = Integer.parseInt(readLineArray[4]);\n \n if( (x - r) >= 0 && (x + r) <= W && (y - r) >= 0 && (y + r) <= H ){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }",
"main",
"{\n /*\n * x - r が0 より小さい、または、x + r がW より大きいならばNoと判定。\n * x - r が0 以上、かつ、x + r がW 以下ならばYesと判定。\n */\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n \n int W,H,x,y,r;\n W = Integer.parseInt(readLineArray[0]);\n H = Integer.parseInt(readLineArray[1]);\n x = Integer.parseInt(readLineArray[2]);\n y = Integer.parseInt(readLineArray[3]);\n r = Integer.parseInt(readLineArray[4]);\n \n if( (x - r) >= 0 && (x + r) <= W && (y - r) >= 0 && (y + r) <= H ){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"line = line.trim()",
"line",
"line.trim()",
"line.trim",
"line",
"String[] readLineArray = line.split(\"[\\\\s+]\");",
"readLineArray",
"line.split(\"[\\\\s+]\")",
"line.split",
"line",
"\"[\\\\s+]\"",
"int W",
"W",
"H",
"H",
"x",
"x",
"y",
"y",
"r;",
"r",
"W = Integer.parseInt(readLineArray[0])",
"W",
"Integer.parseInt(readLineArray[0])",
"Integer.parseInt",
"Integer",
"readLineArray[0]",
"readLineArray",
"0",
"H = Integer.parseInt(readLineArray[1])",
"H",
"Integer.parseInt(readLineArray[1])",
"Integer.parseInt",
"Integer",
"readLineArray[1]",
"readLineArray",
"1",
"x = Integer.parseInt(readLineArray[2])",
"x",
"Integer.parseInt(readLineArray[2])",
"Integer.parseInt",
"Integer",
"readLineArray[2]",
"readLineArray",
"2",
"y = Integer.parseInt(readLineArray[3])",
"y",
"Integer.parseInt(readLineArray[3])",
"Integer.parseInt",
"Integer",
"readLineArray[3]",
"readLineArray",
"3",
"r = Integer.parseInt(readLineArray[4])",
"r",
"Integer.parseInt(readLineArray[4])",
"Integer.parseInt",
"Integer",
"readLineArray[4]",
"readLineArray",
"4",
"if( (x - r) >= 0 && (x + r) <= W && (y - r) >= 0 && (y + r) <= H ){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }",
"(x - r) >= 0 && (x + r) <= W && (y - r) >= 0 && (y + r) <= H",
"(y - r) >= 0",
"(x - r) >= 0 && (x + r) <= W && (y - r) >= 0 && (y + r) <= H",
"(x - r) >= 0",
"(x - r)",
"x",
"r",
"0",
"(x + r) <= W",
"(x + r)",
"x",
"r",
"W",
"(y - r) >= 0",
"(y - r)",
"y",
"r",
"0",
"(y + r) <= H",
"(y + r)",
"y",
"r",
"H",
"{\n System.out.println(\"Yes\");\n }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n System.out.println(\"No\");\n }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String args[]",
"args",
"public class Main {\n public static void main(String args[])throws Exception{\n /*\n * x - r が0 より小さい、または、x + r がW より大きいならばNoと判定。\n * x - r が0 以上、かつ、x + r がW 以下ならばYesと判定。\n */\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n \n int W,H,x,y,r;\n W = Integer.parseInt(readLineArray[0]);\n H = Integer.parseInt(readLineArray[1]);\n x = Integer.parseInt(readLineArray[2]);\n y = Integer.parseInt(readLineArray[3]);\n r = Integer.parseInt(readLineArray[4]);\n \n if( (x - r) >= 0 && (x + r) <= W && (y - r) >= 0 && (y + r) <= H ){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"public class Main {\n public static void main(String args[])throws Exception{\n /*\n * x - r が0 より小さい、または、x + r がW より大きいならばNoと判定。\n * x - r が0 以上、かつ、x + r がW 以下ならばYesと判定。\n */\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n //文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。\n line = line.trim();\n //半角スペースを区切り文字として扱う\n String[] readLineArray = line.split(\"[\\\\s+]\");\n \n int W,H,x,y,r;\n W = Integer.parseInt(readLineArray[0]);\n H = Integer.parseInt(readLineArray[1]);\n x = Integer.parseInt(readLineArray[2]);\n y = Integer.parseInt(readLineArray[3]);\n r = Integer.parseInt(readLineArray[4]);\n \n if( (x - r) >= 0 && (x + r) <= W && (y - r) >= 0 && (y + r) <= H ){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String args[])throws Exception{
/*
* x - r が0 より小さい、または、x + r がW より大きいならばNoと判定。
* x - r が0 以上、かつ、x + r がW 以下ならばYesと判定。
*/
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
//文字列に先頭又は最後に空白文字がくっ付いている場合、それらを全て取り除きます。
line = line.trim();
//半角スペースを区切り文字として扱う
String[] readLineArray = line.split("[\\s+]");
int W,H,x,y,r;
W = Integer.parseInt(readLineArray[0]);
H = Integer.parseInt(readLineArray[1]);
x = Integer.parseInt(readLineArray[2]);
y = Integer.parseInt(readLineArray[3]);
r = Integer.parseInt(readLineArray[4]);
if( (x - r) >= 0 && (x + r) <= W && (y - r) >= 0 && (y + r) <= H ){
System.out.println("Yes");
}
else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
20,
17,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
14,
16
],
[
11,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
18,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
28,
37
],
[
37,
38
],
[
37,
39
],
[
28,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
46,
47
],
[
28,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
54,
55
],
[
28,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
61,
62
],
[
62,
63
],
[
28,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
69,
70
],
[
70,
71
],
[
28,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
74,
77
],
[
77,
78
],
[
78,
79
],
[
28,
80
],
[
80,
81
],
[
83,
82
],
[
94,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
83,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
94,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
83,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
80,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
80,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
112,
117
],
[
9,
118
],
[
118,
119
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tint num;\n\t\tint[] a = new int[3];\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint w = Integer.parseInt(st.nextToken());\n\t\t\tint h = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\t\t\t\n\t\t\tif(x-r < 0 || y-r < 0 || x+r >w || y+r > h){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t}\n\t\tcatch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tpublic static void main(String[] args){\n\t\tint num;\n\t\tint[] a = new int[3];\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint w = Integer.parseInt(st.nextToken());\n\t\t\tint h = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\t\t\t\n\t\t\tif(x-r < 0 || y-r < 0 || x+r >w || y+r > h){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t}\n\t\tcatch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint num;\n\t\tint[] a = new int[3];\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint w = Integer.parseInt(st.nextToken());\n\t\t\tint h = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\t\t\t\n\t\t\tif(x-r < 0 || y-r < 0 || x+r >w || y+r > h){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t}\n\t\tcatch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}",
"main",
"{\n\t\tint num;\n\t\tint[] a = new int[3];\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint w = Integer.parseInt(st.nextToken());\n\t\t\tint h = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\t\t\t\n\t\t\tif(x-r < 0 || y-r < 0 || x+r >w || y+r > h){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t}\n\t\tcatch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t}",
"int num;",
"num",
"int[] a = new int[3];",
"a",
"new int[3]",
"3",
"try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint w = Integer.parseInt(st.nextToken());\n\t\t\tint h = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\t\t\t\n\t\t\tif(x-r < 0 || y-r < 0 || x+r >w || y+r > h){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t}\n\t\tcatch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}",
"catch(Exception e){\n\t\t\tSystem.out.println(e);\n\t\t}",
"Exception e",
"{\n\t\t\tSystem.out.println(e);\n\t\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString line = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\tint w = Integer.parseInt(st.nextToken());\n\t\t\tint h = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\t\t\t\n\t\t\tif(x-r < 0 || y-r < 0 || x+r >w || y+r > h){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(line,\" \");",
"st",
"new StringTokenizer(line,\" \")",
"int w = Integer.parseInt(st.nextToken());",
"w",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int h = Integer.parseInt(st.nextToken());",
"h",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int x = Integer.parseInt(st.nextToken());",
"x",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int y = Integer.parseInt(st.nextToken());",
"y",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int r = Integer.parseInt(st.nextToken());",
"r",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if(x-r < 0 || y-r < 0 || x+r >w || y+r > h){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t\telse{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}",
"x-r < 0 || y-r < 0 || x+r >w || y+r > h",
"x+r >w",
"x-r < 0 || y-r < 0 || x+r >w || y+r > h",
"x-r < 0",
"x-r",
"x",
"r",
"0",
"y-r < 0",
"y-r",
"y",
"r",
"0",
"x+r >w",
"x+r",
"x",
"r",
"w",
"y+r > h",
"y+r",
"y",
"r",
"h",
"{\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\tSystem.out.println(\"Yes\");\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String[] args){
int num;
int[] a = new int[3];
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
StringTokenizer st = new StringTokenizer(line," ");
int w = Integer.parseInt(st.nextToken());
int h = Integer.parseInt(st.nextToken());
int x = Integer.parseInt(st.nextToken());
int y = Integer.parseInt(st.nextToken());
int r = Integer.parseInt(st.nextToken());
if(x-r < 0 || y-r < 0 || x+r >w || y+r > h){
System.out.println("No");
}
else{
System.out.println("Yes");
}
}
catch(Exception e){
System.out.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
2,
2,
13,
40,
17,
2,
13,
40,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
115,
5
],
[
115,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
43,
39
],
[
61,
40
],
[
58,
41
],
[
55,
42
],
[
52,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
43,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
52,
52
],
[
52,
53
],
[
52,
54
],
[
55,
55
],
[
55,
56
],
[
55,
57
],
[
58,
58
],
[
58,
59
],
[
58,
60
],
[
61,
61
],
[
61,
62
],
[
61,
63
],
[
43,
64
],
[
64,
65
],
[
64,
66
],
[
37,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
8,
74
],
[
74,
75
],
[
77,
76
],
[
88,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
77,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
88,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
77,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
74,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
74,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
106,
111
],
[
6,
112
],
[
112,
113
],
[
0,
114
],
[
114,
115
],
[
114,
116
]
] | [
"import java.util.*;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\t\n\t\tif (x < -100 || y < -100 || x > 100 || y > 100 || W <= 0 || H <= 0 || r > 100) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t}\n\t\t\n\t\tif ((x + r) > W || (x - r) < 0 || (y + r) > H || (y - r) < 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\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\t\n\t\tif (x < -100 || y < -100 || x > 100 || y > 100 || W <= 0 || H <= 0 || r > 100) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t}\n\t\t\n\t\tif ((x + r) > W || (x - r) < 0 || (y + r) > H || (y - r) < 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\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\t\n\t\tif (x < -100 || y < -100 || x > 100 || y > 100 || W <= 0 || H <= 0 || r > 100) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t}\n\t\t\n\t\tif ((x + r) > W || (x - r) < 0 || (y + r) > H || (y - r) < 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\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\t\n\t\tif (x < -100 || y < -100 || x > 100 || y > 100 || W <= 0 || H <= 0 || r > 100) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t}\n\t\t\n\t\tif ((x + r) > W || (x - r) < 0 || (y + r) > H || (y - r) < 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 scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int W = scan.nextInt();",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int H = scan.nextInt();",
"H",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y = scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int r = scan.nextInt();",
"r",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if (x < -100 || y < -100 || x > 100 || y > 100 || W <= 0 || H <= 0 || r > 100) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t}",
"x < -100 || y < -100 || x > 100 || y > 100 || W <= 0 || H <= 0 || r > 100",
"H <= 0",
"W <= 0",
"y > 100",
"x > 100",
"x < -100 || y < -100 || x > 100 || y > 100 || W <= 0 || H <= 0 || r > 100",
"x < -100",
"x",
"-100",
"100",
"y < -100",
"y",
"-100",
"100",
"x > 100",
"x",
"100",
"y > 100",
"y",
"100",
"W <= 0",
"W",
"0",
"H <= 0",
"H",
"0",
"r > 100",
"r",
"100",
"{\n\t\t\tSystem.out.println(\"Error!\");\n\t\t}",
"System.out.println(\"Error!\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Error!\"",
"if ((x + r) > W || (x - r) < 0 || (y + r) > H || (y - r) < 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"(x + r) > W || (x - r) < 0 || (y + r) > H || (y - r) < 0",
"(y + r) > H",
"(x + r) > W || (x - r) < 0 || (y + r) > H || (y - r) < 0",
"(x + r) > W",
"(x + r)",
"x",
"r",
"W",
"(x - r) < 0",
"(x - r)",
"x",
"r",
"0",
"(y + r) > H",
"(y + r)",
"y",
"r",
"H",
"(y - r) < 0",
"(y - r)",
"y",
"r",
"0",
"{\n\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\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\t\n\t\tif (x < -100 || y < -100 || x > 100 || y > 100 || W <= 0 || H <= 0 || r > 100) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t}\n\t\t\n\t\tif ((x + r) > W || (x - r) < 0 || (y + r) > H || (y - r) < 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\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\t\n\t\tif (x < -100 || y < -100 || x > 100 || y > 100 || W <= 0 || H <= 0 || r > 100) {\n\t\t\tSystem.out.println(\"Error!\");\n\t\t}\n\t\t\n\t\tif ((x + r) > W || (x - r) < 0 || (y + r) > H || (y - r) < 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\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scan = new Scanner(System.in);
int W = scan.nextInt();
int H = scan.nextInt();
int x = scan.nextInt();
int y = scan.nextInt();
int r = scan.nextInt();
if (x < -100 || y < -100 || x > 100 || y > 100 || W <= 0 || H <= 0 || r > 100) {
System.out.println("Error!");
}
if ((x + r) > W || (x - r) < 0 || (y + r) > H || (y - r) < 0) {
System.out.println("No");
} else {
System.out.println("Yes");
}
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
17,
14,
2,
13,
13,
30,
40,
13,
14,
2,
13,
13,
30,
40,
13,
14,
2,
13,
2,
13,
13,
30,
40,
13,
14,
2,
13,
2,
13,
13,
30,
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
],
[
113,
2
],
[
113,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
5,
11
],
[
11,
12
],
[
11,
13
],
[
13,
14
],
[
14,
15
],
[
13,
16
],
[
5,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
22,
23
],
[
22,
24
],
[
5,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
30,
31
],
[
30,
32
],
[
5,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
5,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
48
],
[
5,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
5,
57
],
[
57,
58
],
[
57,
59
],
[
5,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
60,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
67,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
77,
79
],
[
74,
80
],
[
80,
81
],
[
81,
82
],
[
74,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
86,
88
],
[
83,
89
],
[
89,
90
],
[
90,
91
],
[
5,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
97,
102
],
[
92,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
3,
110
],
[
110,
111
],
[
0,
112
],
[
112,
113
],
[
112,
114
]
] | [
"public class Main {\n\tpublic static void main(String[] age){\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] inputarray = input.split(\" \");\n\t\tint W = Integer.parseInt(inputarray[0]);\n\t\tint H = Integer.parseInt(inputarray[1]);\n\t\tint x = Integer.parseInt(inputarray[2]);\n\t\tint y = Integer.parseInt(inputarray[3]);\n\t\tint r = Integer.parseInt(inputarray[4]);\n\t\tint z=0;\n\n\t\tif(x<r){\n\t\t\tz++;\n\t\t}else if(y<r){\n\t\t\tz++;\n\t\t}else if(W<x+r){\n\t\t\tz++;\n\t\t}else if(H<y+r){\n\t\t\tz++;\n\t\t}\n\t\tif(z==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}",
"public class Main {\n\tpublic static void main(String[] age){\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] inputarray = input.split(\" \");\n\t\tint W = Integer.parseInt(inputarray[0]);\n\t\tint H = Integer.parseInt(inputarray[1]);\n\t\tint x = Integer.parseInt(inputarray[2]);\n\t\tint y = Integer.parseInt(inputarray[3]);\n\t\tint r = Integer.parseInt(inputarray[4]);\n\t\tint z=0;\n\n\t\tif(x<r){\n\t\t\tz++;\n\t\t}else if(y<r){\n\t\t\tz++;\n\t\t}else if(W<x+r){\n\t\t\tz++;\n\t\t}else if(H<y+r){\n\t\t\tz++;\n\t\t}\n\t\tif(z==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}",
"Main",
"public static void main(String[] age){\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] inputarray = input.split(\" \");\n\t\tint W = Integer.parseInt(inputarray[0]);\n\t\tint H = Integer.parseInt(inputarray[1]);\n\t\tint x = Integer.parseInt(inputarray[2]);\n\t\tint y = Integer.parseInt(inputarray[3]);\n\t\tint r = Integer.parseInt(inputarray[4]);\n\t\tint z=0;\n\n\t\tif(x<r){\n\t\t\tz++;\n\t\t}else if(y<r){\n\t\t\tz++;\n\t\t}else if(W<x+r){\n\t\t\tz++;\n\t\t}else if(H<y+r){\n\t\t\tz++;\n\t\t}\n\t\tif(z==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\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] inputarray = input.split(\" \");\n\t\tint W = Integer.parseInt(inputarray[0]);\n\t\tint H = Integer.parseInt(inputarray[1]);\n\t\tint x = Integer.parseInt(inputarray[2]);\n\t\tint y = Integer.parseInt(inputarray[3]);\n\t\tint r = Integer.parseInt(inputarray[4]);\n\t\tint z=0;\n\n\t\tif(x<r){\n\t\t\tz++;\n\t\t}else if(y<r){\n\t\t\tz++;\n\t\t}else if(W<x+r){\n\t\t\tz++;\n\t\t}else if(H<y+r){\n\t\t\tz++;\n\t\t}\n\t\tif(z==0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"String input = new java.util.Scanner(System.in).nextLine();",
"input",
"new java.util.Scanner(System.in).nextLine()",
"new java.util.Scanner(System.in).nextLine",
"new java.util.Scanner(System.in)",
"String[] inputarray = input.split(\" \");",
"inputarray",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int W = Integer.parseInt(inputarray[0]);",
"W",
"Integer.parseInt(inputarray[0])",
"Integer.parseInt",
"Integer",
"inputarray[0]",
"inputarray",
"0",
"int H = Integer.parseInt(inputarray[1]);",
"H",
"Integer.parseInt(inputarray[1])",
"Integer.parseInt",
"Integer",
"inputarray[1]",
"inputarray",
"1",
"int x = Integer.parseInt(inputarray[2]);",
"x",
"Integer.parseInt(inputarray[2])",
"Integer.parseInt",
"Integer",
"inputarray[2]",
"inputarray",
"2",
"int y = Integer.parseInt(inputarray[3]);",
"y",
"Integer.parseInt(inputarray[3])",
"Integer.parseInt",
"Integer",
"inputarray[3]",
"inputarray",
"3",
"int r = Integer.parseInt(inputarray[4]);",
"r",
"Integer.parseInt(inputarray[4])",
"Integer.parseInt",
"Integer",
"inputarray[4]",
"inputarray",
"4",
"int z=0;",
"z",
"0",
"if(x<r){\n\t\t\tz++;\n\t\t}else if(y<r){\n\t\t\tz++;\n\t\t}else if(W<x+r){\n\t\t\tz++;\n\t\t}else if(H<y+r){\n\t\t\tz++;\n\t\t}",
"x<r",
"x",
"r",
"{\n\t\t\tz++;\n\t\t}",
"z++",
"z",
"if(y<r){\n\t\t\tz++;\n\t\t}else if(W<x+r){\n\t\t\tz++;\n\t\t}else if(H<y+r){\n\t\t\tz++;\n\t\t}",
"y<r",
"y",
"r",
"{\n\t\t\tz++;\n\t\t}",
"z++",
"z",
"if(W<x+r){\n\t\t\tz++;\n\t\t}else if(H<y+r){\n\t\t\tz++;\n\t\t}",
"W<x+r",
"W",
"x+r",
"x",
"r",
"{\n\t\t\tz++;\n\t\t}",
"z++",
"z",
"if(H<y+r){\n\t\t\tz++;\n\t\t}",
"H<y+r",
"H",
"y+r",
"y",
"r",
"{\n\t\t\tz++;\n\t\t}",
"z++",
"z",
"if(z==0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"z==0",
"z",
"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[] age",
"age",
"public class Main {\n\tpublic static void main(String[] age){\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] inputarray = input.split(\" \");\n\t\tint W = Integer.parseInt(inputarray[0]);\n\t\tint H = Integer.parseInt(inputarray[1]);\n\t\tint x = Integer.parseInt(inputarray[2]);\n\t\tint y = Integer.parseInt(inputarray[3]);\n\t\tint r = Integer.parseInt(inputarray[4]);\n\t\tint z=0;\n\n\t\tif(x<r){\n\t\t\tz++;\n\t\t}else if(y<r){\n\t\t\tz++;\n\t\t}else if(W<x+r){\n\t\t\tz++;\n\t\t}else if(H<y+r){\n\t\t\tz++;\n\t\t}\n\t\tif(z==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}",
"public class Main {\n\tpublic static void main(String[] age){\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] inputarray = input.split(\" \");\n\t\tint W = Integer.parseInt(inputarray[0]);\n\t\tint H = Integer.parseInt(inputarray[1]);\n\t\tint x = Integer.parseInt(inputarray[2]);\n\t\tint y = Integer.parseInt(inputarray[3]);\n\t\tint r = Integer.parseInt(inputarray[4]);\n\t\tint z=0;\n\n\t\tif(x<r){\n\t\t\tz++;\n\t\t}else if(y<r){\n\t\t\tz++;\n\t\t}else if(W<x+r){\n\t\t\tz++;\n\t\t}else if(H<y+r){\n\t\t\tz++;\n\t\t}\n\t\tif(z==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}",
"Main"
] | public class Main {
public static void main(String[] age){
String input = new java.util.Scanner(System.in).nextLine();
String[] inputarray = input.split(" ");
int W = Integer.parseInt(inputarray[0]);
int H = Integer.parseInt(inputarray[1]);
int x = Integer.parseInt(inputarray[2]);
int y = Integer.parseInt(inputarray[3]);
int r = Integer.parseInt(inputarray[4]);
int z=0;
if(x<r){
z++;
}else if(y<r){
z++;
}else if(W<x+r){
z++;
}else if(H<y+r){
z++;
}
if(z==0){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
13,
4,
18,
18,
13,
13,
4,
13,
13,
23,
13,
12,
13,
30,
41,
13,
4,
13,
13,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
17,
2,
13,
17,
30,
29,
17,
29,
17,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
17,
38,
30,
14,
2,
13,
17,
30,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
10,
6,
13
] | [
[
0,
1
],
[
165,
2
],
[
165,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
5,
10
],
[
10,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
10,
15
],
[
15,
16
],
[
15,
17
],
[
3,
18
],
[
18,
19
],
[
165,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
25,
27
],
[
22,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
30,
32
],
[
22,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
22,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
22,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
22,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
22,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
22,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
22,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
65,
67
],
[
22,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
22,
73
],
[
73,
74
],
[
76,
75
],
[
83,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
83,
83
],
[
83,
84
],
[
83,
85
],
[
76,
86
],
[
86,
87
],
[
86,
88
],
[
73,
89
],
[
89,
90
],
[
90,
91
],
[
22,
92
],
[
92,
93
],
[
20,
94
],
[
94,
95
],
[
165,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
101,
102
],
[
102,
103
],
[
101,
104
],
[
98,
105
],
[
105,
106
],
[
105,
107
],
[
108,
109
],
[
108,
110
],
[
98,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
111,
116
],
[
116,
117
],
[
116,
118
],
[
118,
119
],
[
118,
120
],
[
111,
121
],
[
121,
122
],
[
122,
123
],
[
111,
124
],
[
125,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
127,
129
],
[
126,
130
],
[
130,
131
],
[
131,
132
],
[
130,
133
],
[
133,
134
],
[
133,
135
],
[
98,
136
],
[
136,
137
],
[
96,
138
],
[
138,
139
],
[
165,
140
],
[
140,
141
],
[
140,
142
],
[
142,
143
],
[
143,
144
],
[
143,
145
],
[
142,
146
],
[
146,
147
],
[
147,
148
],
[
148,
149
],
[
149,
150
],
[
149,
151
],
[
148,
152
],
[
152,
153
],
[
153,
154
],
[
154,
155
],
[
146,
156
],
[
156,
157
],
[
157,
158
],
[
157,
159
],
[
156,
160
],
[
160,
161
],
[
161,
162
],
[
162,
163
],
[
0,
164
],
[
164,
165
],
[
164,
166
]
] | [
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ia = split(input);\n\n int W = ia[0];\n int H = ia[1];\n int x = ia[2];\n int y = ia[3];\n int r = ia[4];\n\n int xMax = x + r;\n int yMax = y + r;\n int xMin = x - r;\n int yMin = y - r;\n\n if (xMax > W || yMax > H || xMin < 0 || yMin < 0) {\n return \"No\";\n }\n\n return \"Yes\";\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ia = split(input);\n\n int W = ia[0];\n int H = ia[1];\n int x = ia[2];\n int y = ia[3];\n int r = ia[4];\n\n int xMax = x + r;\n int yMax = y + r;\n int xMin = x - r;\n int yMin = y - r;\n\n if (xMax > W || yMax > H || xMin < 0 || yMin < 0) {\n return \"No\";\n }\n\n return \"Yes\";\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }",
"main",
"{\n final String line = readLine();\n System.out.println(calc(line));\n }",
"final String line = readLine();",
"line",
"readLine()",
"readLine",
"System.out.println(calc(line))",
"System.out.println",
"System.out",
"System",
"System.out",
"calc(line)",
"calc",
"line",
"String[] args",
"args",
"protected static String calc(String input) {\n final int[] ia = split(input);\n\n int W = ia[0];\n int H = ia[1];\n int x = ia[2];\n int y = ia[3];\n int r = ia[4];\n\n int xMax = x + r;\n int yMax = y + r;\n int xMin = x - r;\n int yMin = y - r;\n\n if (xMax > W || yMax > H || xMin < 0 || yMin < 0) {\n return \"No\";\n }\n\n return \"Yes\";\n }",
"calc",
"{\n final int[] ia = split(input);\n\n int W = ia[0];\n int H = ia[1];\n int x = ia[2];\n int y = ia[3];\n int r = ia[4];\n\n int xMax = x + r;\n int yMax = y + r;\n int xMin = x - r;\n int yMin = y - r;\n\n if (xMax > W || yMax > H || xMin < 0 || yMin < 0) {\n return \"No\";\n }\n\n return \"Yes\";\n }",
"final int[] ia = split(input);",
"ia",
"split(input)",
"split",
"input",
"int W = ia[0];",
"W",
"ia[0]",
"ia",
"0",
"int H = ia[1];",
"H",
"ia[1]",
"ia",
"1",
"int x = ia[2];",
"x",
"ia[2]",
"ia",
"2",
"int y = ia[3];",
"y",
"ia[3]",
"ia",
"3",
"int r = ia[4];",
"r",
"ia[4]",
"ia",
"4",
"int xMax = x + r;",
"xMax",
"x + r",
"x",
"r",
"int yMax = y + r;",
"yMax",
"y + r",
"y",
"r",
"int xMin = x - r;",
"xMin",
"x - r",
"x",
"r",
"int yMin = y - r;",
"yMin",
"y - r",
"y",
"r",
"if (xMax > W || yMax > H || xMin < 0 || yMin < 0) {\n return \"No\";\n }",
"xMax > W || yMax > H || xMin < 0 || yMin < 0",
"xMin < 0",
"xMax > W || yMax > H || xMin < 0 || yMin < 0",
"xMax > W",
"xMax",
"W",
"yMax > H",
"yMax",
"H",
"xMin < 0",
"xMin",
"0",
"yMin < 0",
"yMin",
"0",
"{\n return \"No\";\n }",
"return \"No\";",
"\"No\"",
"return \"Yes\";",
"\"Yes\"",
"String input",
"input",
"private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }",
"split",
"{\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }",
"final String[] s0 = s.split(\" \");",
"s0",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"int[] ia = new int[s0.length];",
"ia",
"new int[s0.length]",
"s0.length",
"s0",
"s0.length",
"for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < s0.length",
"i",
"s0.length",
"s0",
"s0.length",
"i++",
"i++",
"i",
"{\n ia[i] = Integer.parseInt(s0[i]);\n }",
"{\n ia[i] = Integer.parseInt(s0[i]);\n }",
"ia[i] = Integer.parseInt(s0[i])",
"ia[i]",
"ia",
"i",
"Integer.parseInt(s0[i])",
"Integer.parseInt",
"Integer",
"s0[i]",
"s0",
"i",
"return ia;",
"ia",
"String s",
"s",
"private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }",
"readLine",
"{\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }",
"java.util.Scanner s = null;",
"s",
"null",
"try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }",
"{\n if (s != null) {\n s.close();\n }\n }",
"if (s != null) {\n s.close();\n }",
"s != null",
"s",
"null",
"{\n s.close();\n }",
"s.close()",
"s.close",
"s",
"{\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n }",
"s = new java.util.Scanner(System.in)",
"s",
"new java.util.Scanner(System.in)",
"return s.nextLine();",
"s.nextLine()",
"s.nextLine",
"s",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ia = split(input);\n\n int W = ia[0];\n int H = ia[1];\n int x = ia[2];\n int y = ia[3];\n int r = ia[4];\n\n int xMax = x + r;\n int yMax = y + r;\n int xMin = x - r;\n int yMin = y - r;\n\n if (xMax > W || yMax > H || xMin < 0 || yMin < 0) {\n return \"No\";\n }\n\n return \"Yes\";\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ia = split(input);\n\n int W = ia[0];\n int H = ia[1];\n int x = ia[2];\n int y = ia[3];\n int r = ia[4];\n\n int xMax = x + r;\n int yMax = y + r;\n int xMin = x - r;\n int yMin = y - r;\n\n if (xMax > W || yMax > H || xMin < 0 || yMin < 0) {\n return \"No\";\n }\n\n return \"Yes\";\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"Main"
] | public class Main {
public static void main(String[] args) {
final String line = readLine();
System.out.println(calc(line));
}
protected static String calc(String input) {
final int[] ia = split(input);
int W = ia[0];
int H = ia[1];
int x = ia[2];
int y = ia[3];
int r = ia[4];
int xMax = x + r;
int yMax = y + r;
int xMin = x - r;
int yMin = y - r;
if (xMax > W || yMax > H || xMin < 0 || yMin < 0) {
return "No";
}
return "Yes";
}
private static int[] split(String s) {
final String[] s0 = s.split(" ");
int[] ia = new int[s0.length];
for (int i = 0; i < s0.length; i++) {
ia[i] = Integer.parseInt(s0[i]);
}
return ia;
}
private static String readLine() {
java.util.Scanner s = null;
try {
s = new java.util.Scanner(System.in);
return s.nextLine();
} finally {
if (s != null) {
s.close();
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
30,
14,
2,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
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
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
51,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
40,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
37,
61
],
[
61,
62
],
[
62,
63
],
[
65,
64
],
[
76,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
65,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
76,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
78,
80
],
[
65,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
62,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
62,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
37,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
6,
107
],
[
107,
108
],
[
0,
109
],
[
109,
110
],
[
109,
111
]
] | [
"\n\nimport java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[]args){\n\t\t//????????£????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\t//??\\??????????????? W\n\t\tint W = sc.nextInt();\n\t\t//??\\??????????????? H\n\t\tint H = sc.nextInt();\n\t\t//??\\??????????????? x\n\t\tint x = sc.nextInt();\n\t\t//??\\??????????????? y\n\t\tint y = sc.nextInt();\n\t\t//??\\??????????????? ??????r\n\t\tint r = sc.nextInt();\n\n\n\t\t//x??¨r??????W????¶?????????????H????¶?????????????\n\t\tif(0 < (x+r)&& (x+r) <= W && 0 < (x+r) && (x+r) <= H){\n\t\t\t//y??¨r??????W????¶?????????????H????¶?????????????\n\t\t\tif(0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[]args){\n\t\t//????????£????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\t//??\\??????????????? W\n\t\tint W = sc.nextInt();\n\t\t//??\\??????????????? H\n\t\tint H = sc.nextInt();\n\t\t//??\\??????????????? x\n\t\tint x = sc.nextInt();\n\t\t//??\\??????????????? y\n\t\tint y = sc.nextInt();\n\t\t//??\\??????????????? ??????r\n\t\tint r = sc.nextInt();\n\n\n\t\t//x??¨r??????W????¶?????????????H????¶?????????????\n\t\tif(0 < (x+r)&& (x+r) <= W && 0 < (x+r) && (x+r) <= H){\n\t\t\t//y??¨r??????W????¶?????????????H????¶?????????????\n\t\t\tif(0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[]args){\n\t\t//????????£????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\t//??\\??????????????? W\n\t\tint W = sc.nextInt();\n\t\t//??\\??????????????? H\n\t\tint H = sc.nextInt();\n\t\t//??\\??????????????? x\n\t\tint x = sc.nextInt();\n\t\t//??\\??????????????? y\n\t\tint y = sc.nextInt();\n\t\t//??\\??????????????? ??????r\n\t\tint r = sc.nextInt();\n\n\n\t\t//x??¨r??????W????¶?????????????H????¶?????????????\n\t\tif(0 < (x+r)&& (x+r) <= W && 0 < (x+r) && (x+r) <= H){\n\t\t\t//y??¨r??????W????¶?????????????H????¶?????????????\n\t\t\tif(0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\t//????????£????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\t//??\\??????????????? W\n\t\tint W = sc.nextInt();\n\t\t//??\\??????????????? H\n\t\tint H = sc.nextInt();\n\t\t//??\\??????????????? x\n\t\tint x = sc.nextInt();\n\t\t//??\\??????????????? y\n\t\tint y = sc.nextInt();\n\t\t//??\\??????????????? ??????r\n\t\tint r = sc.nextInt();\n\n\n\t\t//x??¨r??????W????¶?????????????H????¶?????????????\n\t\tif(0 < (x+r)&& (x+r) <= W && 0 < (x+r) && (x+r) <= H){\n\t\t\t//y??¨r??????W????¶?????????????H????¶?????????????\n\t\t\tif(0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int W = sc.nextInt();",
"W",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int H = sc.nextInt();",
"H",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int r = sc.nextInt();",
"r",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(0 < (x+r)&& (x+r) <= W && 0 < (x+r) && (x+r) <= H){\n\t\t\t//y??¨r??????W????¶?????????????H????¶?????????????\n\t\t\tif(0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"0 < (x+r)&& (x+r) <= W && 0 < (x+r) && (x+r) <= H",
"0 < (x+r)",
"0 < (x+r)&& (x+r) <= W && 0 < (x+r) && (x+r) <= H",
"0 < (x+r)",
"0",
"(x+r)",
"x",
"r",
"(x+r) <= W",
"(x+r)",
"x",
"r",
"W",
"0 < (x+r)",
"0",
"(x+r)",
"x",
"r",
"(x+r) <= H",
"(x+r)",
"x",
"r",
"H",
"{\n\t\t\t//y??¨r??????W????¶?????????????H????¶?????????????\n\t\t\tif(0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}",
"if(0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H",
"0 < (y+r)",
"0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H",
"0 < (y+r)",
"0",
"(y+r)",
"y",
"r",
"(y+r) <= W",
"(y+r)",
"y",
"r",
"W",
"0 < (y+r)",
"0",
"(y+r)",
"y",
"r",
"(y+r) <= H",
"(y+r)",
"y",
"r",
"H",
"{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[]args",
"args",
"public class Main{\n\tpublic static void main(String[]args){\n\t\t//????????£????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\t//??\\??????????????? W\n\t\tint W = sc.nextInt();\n\t\t//??\\??????????????? H\n\t\tint H = sc.nextInt();\n\t\t//??\\??????????????? x\n\t\tint x = sc.nextInt();\n\t\t//??\\??????????????? y\n\t\tint y = sc.nextInt();\n\t\t//??\\??????????????? ??????r\n\t\tint r = sc.nextInt();\n\n\n\t\t//x??¨r??????W????¶?????????????H????¶?????????????\n\t\tif(0 < (x+r)&& (x+r) <= W && 0 < (x+r) && (x+r) <= H){\n\t\t\t//y??¨r??????W????¶?????????????H????¶?????????????\n\t\t\tif(0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String[]args){\n\t\t//????????£????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\t//??\\??????????????? W\n\t\tint W = sc.nextInt();\n\t\t//??\\??????????????? H\n\t\tint H = sc.nextInt();\n\t\t//??\\??????????????? x\n\t\tint x = sc.nextInt();\n\t\t//??\\??????????????? y\n\t\tint y = sc.nextInt();\n\t\t//??\\??????????????? ??????r\n\t\tint r = sc.nextInt();\n\n\n\t\t//x??¨r??????W????¶?????????????H????¶?????????????\n\t\tif(0 < (x+r)&& (x+r) <= W && 0 < (x+r) && (x+r) <= H){\n\t\t\t//y??¨r??????W????¶?????????????H????¶?????????????\n\t\t\tif(0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
public static void main(String[]args){
//????????£????????????
Scanner sc = new Scanner(System.in);
//??\??????????????? W
int W = sc.nextInt();
//??\??????????????? H
int H = sc.nextInt();
//??\??????????????? x
int x = sc.nextInt();
//??\??????????????? y
int y = sc.nextInt();
//??\??????????????? ??????r
int r = sc.nextInt();
//x??¨r??????W????¶?????????????H????¶?????????????
if(0 < (x+r)&& (x+r) <= W && 0 < (x+r) && (x+r) <= H){
//y??¨r??????W????¶?????????????H????¶?????????????
if(0 < (y+r)&& (y+r) <= W && 0 < (y+r) && (y+r) <= H){
System.out.println("Yes");
}else{
System.out.println("No");
}
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
13,
41,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
17,
14,
2,
2,
2,
2,
13,
13,
2,
13,
13,
2,
13,
13,
2,
13,
13,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
100,
5
],
[
100,
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
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
8,
52
],
[
52,
53
],
[
52,
54
],
[
8,
55
],
[
55,
56
],
[
55,
57
],
[
8,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
8,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
65,
67
],
[
8,
68
],
[
68,
69
],
[
68,
70
],
[
8,
71
],
[
71,
72
],
[
74,
73
],
[
81,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
81,
81
],
[
81,
82
],
[
81,
83
],
[
74,
84
],
[
84,
85
],
[
84,
86
],
[
71,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
8,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
91,
96
],
[
6,
97
],
[
97,
98
],
[
0,
99
],
[
99,
100
],
[
99,
101
]
] | [
"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 width = 0, height = 0, x = 0, y = 0, radius = 0;\n\t\t\n\t\twidth\t= sc.nextInt();\n\t\theight\t= sc.nextInt();\n\t\tx\t\t= sc.nextInt();\n\t\ty\t\t= sc.nextInt();\n\t\tradius\t= sc.nextInt();\n\t\t\n\t\tint lowerLimmitX = radius;\n\t\tint lowerLimmitY = radius;\n\t\t\n\t\tint upperLimmitX = width\t\t- radius;\n\t\tint upperLimmitY = height\t- radius;\n\t\t\n\t\tString result = \"No\";\n\t\t\n\t\tif (\t\tlowerLimmitX <= x\n\t\t\t\t&&\tx <= upperLimmitX \n\t\t\t\t&&\tlowerLimmitY <= y\n\t\t\t\t&&\ty <= upperLimmitY ) {\n\t\t\tresult = \"Yes\";\n\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\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 width = 0, height = 0, x = 0, y = 0, radius = 0;\n\t\t\n\t\twidth\t= sc.nextInt();\n\t\theight\t= sc.nextInt();\n\t\tx\t\t= sc.nextInt();\n\t\ty\t\t= sc.nextInt();\n\t\tradius\t= sc.nextInt();\n\t\t\n\t\tint lowerLimmitX = radius;\n\t\tint lowerLimmitY = radius;\n\t\t\n\t\tint upperLimmitX = width\t\t- radius;\n\t\tint upperLimmitY = height\t- radius;\n\t\t\n\t\tString result = \"No\";\n\t\t\n\t\tif (\t\tlowerLimmitX <= x\n\t\t\t\t&&\tx <= upperLimmitX \n\t\t\t\t&&\tlowerLimmitY <= y\n\t\t\t\t&&\ty <= upperLimmitY ) {\n\t\t\tresult = \"Yes\";\n\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint width = 0, height = 0, x = 0, y = 0, radius = 0;\n\t\t\n\t\twidth\t= sc.nextInt();\n\t\theight\t= sc.nextInt();\n\t\tx\t\t= sc.nextInt();\n\t\ty\t\t= sc.nextInt();\n\t\tradius\t= sc.nextInt();\n\t\t\n\t\tint lowerLimmitX = radius;\n\t\tint lowerLimmitY = radius;\n\t\t\n\t\tint upperLimmitX = width\t\t- radius;\n\t\tint upperLimmitY = height\t- radius;\n\t\t\n\t\tString result = \"No\";\n\t\t\n\t\tif (\t\tlowerLimmitX <= x\n\t\t\t\t&&\tx <= upperLimmitX \n\t\t\t\t&&\tlowerLimmitY <= y\n\t\t\t\t&&\ty <= upperLimmitY ) {\n\t\t\tresult = \"Yes\";\n\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t\t\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint width = 0, height = 0, x = 0, y = 0, radius = 0;\n\t\t\n\t\twidth\t= sc.nextInt();\n\t\theight\t= sc.nextInt();\n\t\tx\t\t= sc.nextInt();\n\t\ty\t\t= sc.nextInt();\n\t\tradius\t= sc.nextInt();\n\t\t\n\t\tint lowerLimmitX = radius;\n\t\tint lowerLimmitY = radius;\n\t\t\n\t\tint upperLimmitX = width\t\t- radius;\n\t\tint upperLimmitY = height\t- radius;\n\t\t\n\t\tString result = \"No\";\n\t\t\n\t\tif (\t\tlowerLimmitX <= x\n\t\t\t\t&&\tx <= upperLimmitX \n\t\t\t\t&&\tlowerLimmitY <= y\n\t\t\t\t&&\ty <= upperLimmitY ) {\n\t\t\tresult = \"Yes\";\n\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\n\t\t\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int width = 0",
"width",
"0",
"height = 0",
"height",
"0",
"x = 0",
"x",
"0",
"y = 0",
"y",
"0",
"radius = 0;",
"radius",
"0",
"width\t= sc.nextInt()",
"width",
"sc.nextInt()",
"sc.nextInt",
"sc",
"height\t= sc.nextInt()",
"height",
"sc.nextInt()",
"sc.nextInt",
"sc",
"x\t\t= sc.nextInt()",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"y\t\t= sc.nextInt()",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"radius\t= sc.nextInt()",
"radius",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int lowerLimmitX = radius;",
"lowerLimmitX",
"radius",
"int lowerLimmitY = radius;",
"lowerLimmitY",
"radius",
"int upperLimmitX = width\t\t- radius;",
"upperLimmitX",
"width\t\t- radius",
"width",
"radius",
"int upperLimmitY = height\t- radius;",
"upperLimmitY",
"height\t- radius",
"height",
"radius",
"String result = \"No\";",
"result",
"\"No\"",
"if (\t\tlowerLimmitX <= x\n\t\t\t\t&&\tx <= upperLimmitX \n\t\t\t\t&&\tlowerLimmitY <= y\n\t\t\t\t&&\ty <= upperLimmitY ) {\n\t\t\tresult = \"Yes\";\n\t\t\n\t\t}",
"lowerLimmitX <= x\n\t\t\t\t&&\tx <= upperLimmitX \n\t\t\t\t&&\tlowerLimmitY <= y\n\t\t\t\t&&\ty <= upperLimmitY",
"lowerLimmitY <= y",
"lowerLimmitX <= x\n\t\t\t\t&&\tx <= upperLimmitX \n\t\t\t\t&&\tlowerLimmitY <= y\n\t\t\t\t&&\ty <= upperLimmitY",
"lowerLimmitX <= x",
"lowerLimmitX",
"x",
"x <= upperLimmitX",
"x",
"upperLimmitX",
"lowerLimmitY <= y",
"lowerLimmitY",
"y",
"y <= upperLimmitY",
"y",
"upperLimmitY",
"{\n\t\t\tresult = \"Yes\";\n\t\t\n\t\t}",
"result = \"Yes\"",
"result",
"\"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 width = 0, height = 0, x = 0, y = 0, radius = 0;\n\t\t\n\t\twidth\t= sc.nextInt();\n\t\theight\t= sc.nextInt();\n\t\tx\t\t= sc.nextInt();\n\t\ty\t\t= sc.nextInt();\n\t\tradius\t= sc.nextInt();\n\t\t\n\t\tint lowerLimmitX = radius;\n\t\tint lowerLimmitY = radius;\n\t\t\n\t\tint upperLimmitX = width\t\t- radius;\n\t\tint upperLimmitY = height\t- radius;\n\t\t\n\t\tString result = \"No\";\n\t\t\n\t\tif (\t\tlowerLimmitX <= x\n\t\t\t\t&&\tx <= upperLimmitX \n\t\t\t\t&&\tlowerLimmitY <= y\n\t\t\t\t&&\ty <= upperLimmitY ) {\n\t\t\tresult = \"Yes\";\n\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\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 width = 0, height = 0, x = 0, y = 0, radius = 0;\n\t\t\n\t\twidth\t= sc.nextInt();\n\t\theight\t= sc.nextInt();\n\t\tx\t\t= sc.nextInt();\n\t\ty\t\t= sc.nextInt();\n\t\tradius\t= sc.nextInt();\n\t\t\n\t\tint lowerLimmitX = radius;\n\t\tint lowerLimmitY = radius;\n\t\t\n\t\tint upperLimmitX = width\t\t- radius;\n\t\tint upperLimmitY = height\t- radius;\n\t\t\n\t\tString result = \"No\";\n\t\t\n\t\tif (\t\tlowerLimmitX <= x\n\t\t\t\t&&\tx <= upperLimmitX \n\t\t\t\t&&\tlowerLimmitY <= y\n\t\t\t\t&&\ty <= upperLimmitY ) {\n\t\t\tresult = \"Yes\";\n\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(result);\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 width = 0, height = 0, x = 0, y = 0, radius = 0;
width = sc.nextInt();
height = sc.nextInt();
x = sc.nextInt();
y = sc.nextInt();
radius = sc.nextInt();
int lowerLimmitX = radius;
int lowerLimmitY = radius;
int upperLimmitX = width - radius;
int upperLimmitY = height - radius;
String result = "No";
if ( lowerLimmitX <= x
&& x <= upperLimmitX
&& lowerLimmitY <= y
&& y <= upperLimmitY ) {
result = "Yes";
}
System.out.println(result);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
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
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
41,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
50,
51
],
[
8,
52
],
[
52,
53
],
[
55,
54
],
[
66,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
55,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
66,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
55,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
52,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
52,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
6,
90
],
[
90,
91
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args) {\n \tScanner sc = new Scanner(System.in);\n \tint W = (int)Integer.parseInt(sc.next());\n \tint H = (int)Integer.parseInt(sc.next());\n \tint x = (int)Integer.parseInt(sc.next());\n \tint y = (int)Integer.parseInt(sc.next());\n \tint r = (int)Integer.parseInt(sc.next());\n\n \tif((x-r)<0 || (x+r)>W || (y-r)<0 ||(y+r)>H){\n \t\tSystem.out.println(\"No\");\n \t}else {\n \t\tSystem.out.println(\"Yes\");\n \t}\n\t\t}\n }\n ",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] args) {\n \tScanner sc = new Scanner(System.in);\n \tint W = (int)Integer.parseInt(sc.next());\n \tint H = (int)Integer.parseInt(sc.next());\n \tint x = (int)Integer.parseInt(sc.next());\n \tint y = (int)Integer.parseInt(sc.next());\n \tint r = (int)Integer.parseInt(sc.next());\n\n \tif((x-r)<0 || (x+r)>W || (y-r)<0 ||(y+r)>H){\n \t\tSystem.out.println(\"No\");\n \t}else {\n \t\tSystem.out.println(\"Yes\");\n \t}\n\t\t}\n }",
"Main",
"public static void main(String[] args) {\n \tScanner sc = new Scanner(System.in);\n \tint W = (int)Integer.parseInt(sc.next());\n \tint H = (int)Integer.parseInt(sc.next());\n \tint x = (int)Integer.parseInt(sc.next());\n \tint y = (int)Integer.parseInt(sc.next());\n \tint r = (int)Integer.parseInt(sc.next());\n\n \tif((x-r)<0 || (x+r)>W || (y-r)<0 ||(y+r)>H){\n \t\tSystem.out.println(\"No\");\n \t}else {\n \t\tSystem.out.println(\"Yes\");\n \t}\n\t\t}",
"main",
"{\n \tScanner sc = new Scanner(System.in);\n \tint W = (int)Integer.parseInt(sc.next());\n \tint H = (int)Integer.parseInt(sc.next());\n \tint x = (int)Integer.parseInt(sc.next());\n \tint y = (int)Integer.parseInt(sc.next());\n \tint r = (int)Integer.parseInt(sc.next());\n\n \tif((x-r)<0 || (x+r)>W || (y-r)<0 ||(y+r)>H){\n \t\tSystem.out.println(\"No\");\n \t}else {\n \t\tSystem.out.println(\"Yes\");\n \t}\n\t\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int W = (int)Integer.parseInt(sc.next());",
"W",
"(int)Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int H = (int)Integer.parseInt(sc.next());",
"H",
"(int)Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int x = (int)Integer.parseInt(sc.next());",
"x",
"(int)Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int y = (int)Integer.parseInt(sc.next());",
"y",
"(int)Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"int r = (int)Integer.parseInt(sc.next());",
"r",
"(int)Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc",
"if((x-r)<0 || (x+r)>W || (y-r)<0 ||(y+r)>H){\n \t\tSystem.out.println(\"No\");\n \t}else {\n \t\tSystem.out.println(\"Yes\");\n \t}",
"(x-r)<0 || (x+r)>W || (y-r)<0 ||(y+r)>H",
"(y-r)<0",
"(x-r)<0 || (x+r)>W || (y-r)<0 ||(y+r)>H",
"(x-r)<0",
"(x-r)",
"x",
"r",
"0",
"(x+r)>W",
"(x+r)",
"x",
"r",
"W",
"(y-r)<0",
"(y-r)",
"y",
"r",
"0",
"(y+r)>H",
"(y+r)",
"y",
"r",
"H",
"{\n \t\tSystem.out.println(\"No\");\n \t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n \t\tSystem.out.println(\"Yes\");\n \t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int W = (int)Integer.parseInt(sc.next());
int H = (int)Integer.parseInt(sc.next());
int x = (int)Integer.parseInt(sc.next());
int y = (int)Integer.parseInt(sc.next());
int r = (int)Integer.parseInt(sc.next());
if((x-r)<0 || (x+r)>W || (y-r)<0 ||(y+r)>H){
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,
4,
18,
13,
4,
18,
13,
14,
2,
2,
2,
2,
40,
17,
13,
2,
13,
17,
2,
40,
17,
13,
2,
13,
17,
30,
14,
2,
2,
2,
2,
2,
2,
17,
13,
2,
13,
17,
2,
17,
13,
2,
13,
17,
2,
17,
13,
2,
13,
17,
30,
14,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
14,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
132,
5
],
[
132,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
43,
42
],
[
51,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
43,
48
],
[
48,
49
],
[
48,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
43,
55
],
[
55,
56
],
[
55,
57
],
[
40,
58
],
[
58,
59
],
[
59,
60
],
[
64,
61
],
[
77,
62
],
[
74,
63
],
[
71,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
71,
71
],
[
71,
72
],
[
71,
73
],
[
74,
74
],
[
74,
75
],
[
74,
76
],
[
77,
77
],
[
77,
78
],
[
77,
79
],
[
64,
80
],
[
80,
81
],
[
80,
82
],
[
59,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
85,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
84,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
97,
102
],
[
84,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
104,
110
],
[
110,
111
],
[
111,
112
],
[
111,
113
],
[
110,
114
],
[
103,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
118,
119
],
[
118,
120
],
[
116,
121
],
[
103,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
6,
129
],
[
129,
130
],
[
0,
131
],
[
131,
132
],
[
131,
133
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\n\t\tif (-100 <= x && x <= 100 && -100 <= y && y <= 100) {\n\t\t\tif (0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100) {\n\t\t\t\tif ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}\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 scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\n\t\tif (-100 <= x && x <= 100 && -100 <= y && y <= 100) {\n\t\t\tif (0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100) {\n\t\t\t\tif ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\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\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\n\t\tif (-100 <= x && x <= 100 && -100 <= y && y <= 100) {\n\t\t\tif (0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100) {\n\t\t\t\tif ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\n\t\tif (-100 <= x && x <= 100 && -100 <= y && y <= 100) {\n\t\t\tif (0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100) {\n\t\t\t\tif ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int W = scan.nextInt();",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int H = scan.nextInt();",
"H",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y = scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int r = scan.nextInt();",
"r",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.close()",
"scan.close",
"scan",
"if (-100 <= x && x <= 100 && -100 <= y && y <= 100) {\n\t\t\tif (0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100) {\n\t\t\t\tif ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"-100 <= x && x <= 100 && -100 <= y && y <= 100",
"-100 <= y",
"-100 <= x && x <= 100 && -100 <= y && y <= 100",
"-100 <= x",
"-100",
"100",
"x",
"x <= 100",
"x",
"100",
"-100 <= y",
"-100",
"100",
"y",
"y <= 100",
"y",
"100",
"{\n\t\t\tif (0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100) {\n\t\t\t\tif ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"if (0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100) {\n\t\t\t\tif ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}\n\t\t\t}",
"0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100",
"0 < r",
"H <= 100",
"0 < H",
"0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100",
"0 < W",
"0",
"W",
"W <= 100",
"W",
"100",
"0 < H",
"0",
"H",
"H <= 100",
"H",
"100",
"0 < r",
"0",
"r",
"r <= 100",
"r",
"100",
"{\n\t\t\t\tif ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}\n\t\t\t}",
"if ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}",
"(x - r) < 0 || (x + r) > W",
"(x - r) < 0",
"(x - r)",
"x",
"r",
"0",
"(x + r) > W",
"(x + r)",
"x",
"r",
"W",
"{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}",
"(y - r) < 0 || (y + r) > H",
"(y - r) < 0",
"(y - r)",
"y",
"r",
"0",
"(y + r) > H",
"(y + r)",
"y",
"r",
"H",
"{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\n\t\tif (-100 <= x && x <= 100 && -100 <= y && y <= 100) {\n\t\t\tif (0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100) {\n\t\t\t\tif ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\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\tScanner scan = new Scanner(System.in);\n\t\tint W = scan.nextInt();\n\t\tint H = scan.nextInt();\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint r = scan.nextInt();\n\t\tscan.close();\n\n\t\tif (-100 <= x && x <= 100 && -100 <= y && y <= 100) {\n\t\t\tif (0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100) {\n\t\t\t\tif ((x - r) < 0 || (x + r) > W) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else if ((y - r) < 0 || (y + r) > H) {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}\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 scan = new Scanner(System.in);
int W = scan.nextInt();
int H = scan.nextInt();
int x = scan.nextInt();
int y = scan.nextInt();
int r = scan.nextInt();
scan.close();
if (-100 <= x && x <= 100 && -100 <= y && y <= 100) {
if (0 < W && W <= 100 && 0 < H && H <= 100 && 0 < r && r <= 100) {
if ((x - r) < 0 || (x + r) > W) {
System.out.println("No");
} else if ((y - r) < 0 || (y + r) > H) {
System.out.println("No");
} else {
System.out.println("Yes");
}
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
17,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
13,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
4,
18,
13,
13,
23,
13,
12,
13,
30,
14,
2,
2,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
30,
29,
17,
30,
29,
17,
23,
13,
23,
13,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
114,
5
],
[
114,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
12,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
8,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
46,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
46,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
46,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
46,
64
],
[
64,
65
],
[
65,
66
],
[
64,
67
],
[
6,
68
],
[
68,
69
],
[
114,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
76,
75
],
[
87,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
87,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
76,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
73,
97
],
[
97,
98
],
[
98,
99
],
[
73,
100
],
[
100,
101
],
[
101,
102
],
[
70,
103
],
[
103,
104
],
[
70,
105
],
[
105,
106
],
[
70,
107
],
[
107,
108
],
[
70,
109
],
[
109,
110
],
[
70,
111
],
[
111,
112
],
[
0,
113
],
[
113,
114
],
[
113,
115
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tscan.useDelimiter(\"\\\\s\");\n\t\t\n\t\tString W = scan.next();\n\t\tString H = scan.next();\n\t\tString x = scan.next();\n\t\tString y = scan.next();\n\t\tString r = scan.next();\n\t\t\n\t\t\n\t\t\n\t\tSystem.out.println(JudgeCircle(Integer.parseInt(W), Integer.parseInt(H), Integer.parseInt(x), Integer.parseInt(y), Integer.parseInt(r)));\n\t}\n\t\n\tpublic static String JudgeCircle(int W, int H, int x, int y, int r){\n\t\tif(x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0){\n\t\t\treturn \"Yes\";\n\t\t}else{\n\t\t\treturn \"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 scan = new Scanner(System.in);\n\t\tscan.useDelimiter(\"\\\\s\");\n\t\t\n\t\tString W = scan.next();\n\t\tString H = scan.next();\n\t\tString x = scan.next();\n\t\tString y = scan.next();\n\t\tString r = scan.next();\n\t\t\n\t\t\n\t\t\n\t\tSystem.out.println(JudgeCircle(Integer.parseInt(W), Integer.parseInt(H), Integer.parseInt(x), Integer.parseInt(y), Integer.parseInt(r)));\n\t}\n\t\n\tpublic static String JudgeCircle(int W, int H, int x, int y, int r){\n\t\tif(x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0){\n\t\t\treturn \"Yes\";\n\t\t}else{\n\t\t\treturn \"No\";\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tscan.useDelimiter(\"\\\\s\");\n\t\t\n\t\tString W = scan.next();\n\t\tString H = scan.next();\n\t\tString x = scan.next();\n\t\tString y = scan.next();\n\t\tString r = scan.next();\n\t\t\n\t\t\n\t\t\n\t\tSystem.out.println(JudgeCircle(Integer.parseInt(W), Integer.parseInt(H), Integer.parseInt(x), Integer.parseInt(y), Integer.parseInt(r)));\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tscan.useDelimiter(\"\\\\s\");\n\t\t\n\t\tString W = scan.next();\n\t\tString H = scan.next();\n\t\tString x = scan.next();\n\t\tString y = scan.next();\n\t\tString r = scan.next();\n\t\t\n\t\t\n\t\t\n\t\tSystem.out.println(JudgeCircle(Integer.parseInt(W), Integer.parseInt(H), Integer.parseInt(x), Integer.parseInt(y), Integer.parseInt(r)));\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"scan.useDelimiter(\"\\\\s\")",
"scan.useDelimiter",
"scan",
"\"\\\\s\"",
"String W = scan.next();",
"W",
"scan.next()",
"scan.next",
"scan",
"String H = scan.next();",
"H",
"scan.next()",
"scan.next",
"scan",
"String x = scan.next();",
"x",
"scan.next()",
"scan.next",
"scan",
"String y = scan.next();",
"y",
"scan.next()",
"scan.next",
"scan",
"String r = scan.next();",
"r",
"scan.next()",
"scan.next",
"scan",
"System.out.println(JudgeCircle(Integer.parseInt(W), Integer.parseInt(H), Integer.parseInt(x), Integer.parseInt(y), Integer.parseInt(r)))",
"System.out.println",
"System.out",
"System",
"System.out",
"JudgeCircle(Integer.parseInt(W), Integer.parseInt(H), Integer.parseInt(x), Integer.parseInt(y), Integer.parseInt(r))",
"JudgeCircle",
"Integer.parseInt(W)",
"Integer.parseInt",
"Integer",
"W",
"Integer.parseInt(H)",
"Integer.parseInt",
"Integer",
"H",
"Integer.parseInt(x)",
"Integer.parseInt",
"Integer",
"x",
"Integer.parseInt(y)",
"Integer.parseInt",
"Integer",
"y",
"Integer.parseInt(r)",
"Integer.parseInt",
"Integer",
"r",
"String[] args",
"args",
"public static String JudgeCircle(int W, int H, int x, int y, int r){\n\t\tif(x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0){\n\t\t\treturn \"Yes\";\n\t\t}else{\n\t\t\treturn \"No\";\n\t\t}\n\t}",
"JudgeCircle",
"{\n\t\tif(x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0){\n\t\t\treturn \"Yes\";\n\t\t}else{\n\t\t\treturn \"No\";\n\t\t}\n\t}",
"if(x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0){\n\t\t\treturn \"Yes\";\n\t\t}else{\n\t\t\treturn \"No\";\n\t\t}",
"x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0",
"y + r <= H",
"x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0",
"x + r <= W",
"x + r",
"x",
"r",
"W",
"x - r >= 0",
"x - r",
"x",
"r",
"0",
"y + r <= H",
"y + r",
"y",
"r",
"H",
"y - r >= 0",
"y - r",
"y",
"r",
"0",
"{\n\t\t\treturn \"Yes\";\n\t\t}",
"return \"Yes\";",
"\"Yes\"",
"{\n\t\t\treturn \"No\";\n\t\t}",
"return \"No\";",
"\"No\"",
"int W",
"W",
"int H",
"H",
"int x",
"x",
"int y",
"y",
"int r",
"r",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tscan.useDelimiter(\"\\\\s\");\n\t\t\n\t\tString W = scan.next();\n\t\tString H = scan.next();\n\t\tString x = scan.next();\n\t\tString y = scan.next();\n\t\tString r = scan.next();\n\t\t\n\t\t\n\t\t\n\t\tSystem.out.println(JudgeCircle(Integer.parseInt(W), Integer.parseInt(H), Integer.parseInt(x), Integer.parseInt(y), Integer.parseInt(r)));\n\t}\n\t\n\tpublic static String JudgeCircle(int W, int H, int x, int y, int r){\n\t\tif(x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0){\n\t\t\treturn \"Yes\";\n\t\t}else{\n\t\t\treturn \"No\";\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tscan.useDelimiter(\"\\\\s\");\n\t\t\n\t\tString W = scan.next();\n\t\tString H = scan.next();\n\t\tString x = scan.next();\n\t\tString y = scan.next();\n\t\tString r = scan.next();\n\t\t\n\t\t\n\t\t\n\t\tSystem.out.println(JudgeCircle(Integer.parseInt(W), Integer.parseInt(H), Integer.parseInt(x), Integer.parseInt(y), Integer.parseInt(r)));\n\t}\n\t\n\tpublic static String JudgeCircle(int W, int H, int x, int y, int r){\n\t\tif(x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0){\n\t\t\treturn \"Yes\";\n\t\t}else{\n\t\t\treturn \"No\";\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
scan.useDelimiter("\\s");
String W = scan.next();
String H = scan.next();
String x = scan.next();
String y = scan.next();
String r = scan.next();
System.out.println(JudgeCircle(Integer.parseInt(W), Integer.parseInt(H), Integer.parseInt(x), Integer.parseInt(y), Integer.parseInt(r)));
}
public static String JudgeCircle(int W, int H, int x, int y, int r){
if(x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0){
return "Yes";
}else{
return "No";
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
14,
2,
2,
13,
13,
2,
13,
2,
13,
13,
30,
14,
2,
2,
13,
13,
2,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
11,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
35,
36
],
[
35,
37
],
[
30,
38
],
[
38,
39
],
[
39,
40
],
[
30,
41
],
[
42,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
11,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
11,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
11,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
65,
67
],
[
11,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
11,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
75,
77
],
[
11,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
85,
87
],
[
78,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
89,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
100,
105
],
[
89,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
78,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
116,
118
],
[
114,
119
],
[
9,
120
],
[
120,
121
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\n\t\tString[] strAry = str.split(\" \");\n\n\t\tint ar[] = new int[5];\n\n\t\tfor(int i=0;i<5;i++){\n\t\t\tar[i] = Integer.parseInt(strAry[i]);\n\t\t}\n\n\t\tint W = ar[0];\n\t\tint H = ar[1];\n\t\tint x = ar[2];\n\t\tint y = ar[3];\n\t\tint r = ar[4];\n\n\t\tif( x >= r && x <= W-r){\n\t\t\t\tif( y >= r && y <= H-r){\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\n\t\tString[] strAry = str.split(\" \");\n\n\t\tint ar[] = new int[5];\n\n\t\tfor(int i=0;i<5;i++){\n\t\t\tar[i] = Integer.parseInt(strAry[i]);\n\t\t}\n\n\t\tint W = ar[0];\n\t\tint H = ar[1];\n\t\tint x = ar[2];\n\t\tint y = ar[3];\n\t\tint r = ar[4];\n\n\t\tif( x >= r && x <= W-r){\n\t\t\t\tif( y >= r && y <= H-r){\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\n\t\tString[] strAry = str.split(\" \");\n\n\t\tint ar[] = new int[5];\n\n\t\tfor(int i=0;i<5;i++){\n\t\t\tar[i] = Integer.parseInt(strAry[i]);\n\t\t}\n\n\t\tint W = ar[0];\n\t\tint H = ar[1];\n\t\tint x = ar[2];\n\t\tint y = ar[3];\n\t\tint r = ar[4];\n\n\t\tif( x >= r && x <= W-r){\n\t\t\t\tif( y >= r && y <= H-r){\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\n\t\tString[] strAry = str.split(\" \");\n\n\t\tint ar[] = new int[5];\n\n\t\tfor(int i=0;i<5;i++){\n\t\t\tar[i] = Integer.parseInt(strAry[i]);\n\t\t}\n\n\t\tint W = ar[0];\n\t\tint H = ar[1];\n\t\tint x = ar[2];\n\t\tint y = ar[3];\n\t\tint r = ar[4];\n\n\t\tif( x >= r && x <= W-r){\n\t\t\t\tif( y >= r && y <= H-r){\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strAry = str.split(\" \");",
"strAry",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int ar[] = new int[5];",
"ar",
"new int[5]",
"5",
"for(int i=0;i<5;i++){\n\t\t\tar[i] = Integer.parseInt(strAry[i]);\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<5",
"i",
"5",
"i++",
"i++",
"i",
"{\n\t\t\tar[i] = Integer.parseInt(strAry[i]);\n\t\t}",
"{\n\t\t\tar[i] = Integer.parseInt(strAry[i]);\n\t\t}",
"ar[i] = Integer.parseInt(strAry[i])",
"ar[i]",
"ar",
"i",
"Integer.parseInt(strAry[i])",
"Integer.parseInt",
"Integer",
"strAry[i]",
"strAry",
"i",
"int W = ar[0];",
"W",
"ar[0]",
"ar",
"0",
"int H = ar[1];",
"H",
"ar[1]",
"ar",
"1",
"int x = ar[2];",
"x",
"ar[2]",
"ar",
"2",
"int y = ar[3];",
"y",
"ar[3]",
"ar",
"3",
"int r = ar[4];",
"r",
"ar[4]",
"ar",
"4",
"if( x >= r && x <= W-r){\n\t\t\t\tif( y >= r && y <= H-r){\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}",
"x >= r && x <= W-r",
"x >= r",
"x",
"r",
"x <= W-r",
"x",
"W-r",
"W",
"r",
"{\n\t\t\t\tif( y >= r && y <= H-r){\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t}",
"if( y >= r && y <= H-r){\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}",
"y >= r && y <= H-r",
"y >= r",
"y",
"r",
"y <= H-r",
"y",
"H-r",
"H",
"r",
"{\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String[] args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] strAry = str.split(" ");
int ar[] = new int[5];
for(int i=0;i<5;i++){
ar[i] = Integer.parseInt(strAry[i]);
}
int W = ar[0];
int H = ar[1];
int x = ar[2];
int y = ar[3];
int r = ar[4];
if( x >= r && x <= W-r){
if( y >= r && y <= H-r){
System.out.println("Yes");
}else{
System.out.println("No");
}
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
8,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
8,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
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
],
[
76,
75
],
[
87,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
87,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
76,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
92,
96
],
[
73,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
73,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
6,
111
],
[
111,
112
]
] | [
"import java.io.*;\n\nclass Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\tint w, h, x, y, r;\n\n\t\tw = Integer.parseInt(strArr[0]);\n\t\th = Integer.parseInt(strArr[1]);\n\t\tx = Integer.parseInt(strArr[2]);\n\t\ty = Integer.parseInt(strArr[3]);\n\t\tr = Integer.parseInt(strArr[4]);\n\n\t\tif(x+r<=w && x-r>=0 && y+r<=h && y-r>=0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\tint w, h, x, y, r;\n\n\t\tw = Integer.parseInt(strArr[0]);\n\t\th = Integer.parseInt(strArr[1]);\n\t\tx = Integer.parseInt(strArr[2]);\n\t\ty = Integer.parseInt(strArr[3]);\n\t\tr = Integer.parseInt(strArr[4]);\n\n\t\tif(x+r<=w && x-r>=0 && y+r<=h && y-r>=0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\tint w, h, x, y, r;\n\n\t\tw = Integer.parseInt(strArr[0]);\n\t\th = Integer.parseInt(strArr[1]);\n\t\tx = Integer.parseInt(strArr[2]);\n\t\ty = Integer.parseInt(strArr[3]);\n\t\tr = Integer.parseInt(strArr[4]);\n\n\t\tif(x+r<=w && x-r>=0 && y+r<=h && y-r>=0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\tint w, h, x, y, r;\n\n\t\tw = Integer.parseInt(strArr[0]);\n\t\th = Integer.parseInt(strArr[1]);\n\t\tx = Integer.parseInt(strArr[2]);\n\t\ty = Integer.parseInt(strArr[3]);\n\t\tr = Integer.parseInt(strArr[4]);\n\n\t\tif(x+r<=w && x-r>=0 && y+r<=h && y-r>=0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String strArr[] = str.split(\" \");",
"strArr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int w",
"w",
"h",
"h",
"x",
"x",
"y",
"y",
"r;",
"r",
"w = Integer.parseInt(strArr[0])",
"w",
"Integer.parseInt(strArr[0])",
"Integer.parseInt",
"Integer",
"strArr[0]",
"strArr",
"0",
"h = Integer.parseInt(strArr[1])",
"h",
"Integer.parseInt(strArr[1])",
"Integer.parseInt",
"Integer",
"strArr[1]",
"strArr",
"1",
"x = Integer.parseInt(strArr[2])",
"x",
"Integer.parseInt(strArr[2])",
"Integer.parseInt",
"Integer",
"strArr[2]",
"strArr",
"2",
"y = Integer.parseInt(strArr[3])",
"y",
"Integer.parseInt(strArr[3])",
"Integer.parseInt",
"Integer",
"strArr[3]",
"strArr",
"3",
"r = Integer.parseInt(strArr[4])",
"r",
"Integer.parseInt(strArr[4])",
"Integer.parseInt",
"Integer",
"strArr[4]",
"strArr",
"4",
"if(x+r<=w && x-r>=0 && y+r<=h && y-r>=0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"x+r<=w && x-r>=0 && y+r<=h && y-r>=0",
"y+r<=h",
"x+r<=w && x-r>=0 && y+r<=h && y-r>=0",
"x+r<=w",
"x+r",
"x",
"r",
"w",
"x-r>=0",
"x-r",
"x",
"r",
"0",
"y+r<=h",
"y+r",
"y",
"r",
"h",
"y-r>=0",
"y-r",
"y",
"r",
"0",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String strArr[] = str.split(" ");
int w, h, x, y, r;
w = Integer.parseInt(strArr[0]);
h = Integer.parseInt(strArr[1]);
x = Integer.parseInt(strArr[2]);
y = Integer.parseInt(strArr[3]);
r = Integer.parseInt(strArr[4]);
if(x+r<=w && x-r>=0 && y+r<=h && y-r>=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,
4,
18,
13,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
2,
13,
2,
13,
13,
2,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
8,
37
],
[
37,
38
],
[
40,
39
],
[
51,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
40,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
37,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
37,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
6,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner i=new Scanner(System.in);\n\t\tint w=i.nextInt();\n\t\tint h=i.nextInt();\n\t\tint x=i.nextInt();\n\t\tint y=i.nextInt();\n\t\tint r=i.nextInt();\n\t\tif((x-r<0)||(y-r<0)||(w<x+r)||(h<y+r))System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner i=new Scanner(System.in);\n\t\tint w=i.nextInt();\n\t\tint h=i.nextInt();\n\t\tint x=i.nextInt();\n\t\tint y=i.nextInt();\n\t\tint r=i.nextInt();\n\t\tif((x-r<0)||(y-r<0)||(w<x+r)||(h<y+r))System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner i=new Scanner(System.in);\n\t\tint w=i.nextInt();\n\t\tint h=i.nextInt();\n\t\tint x=i.nextInt();\n\t\tint y=i.nextInt();\n\t\tint r=i.nextInt();\n\t\tif((x-r<0)||(y-r<0)||(w<x+r)||(h<y+r))System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}",
"main",
"{\n\t\tScanner i=new Scanner(System.in);\n\t\tint w=i.nextInt();\n\t\tint h=i.nextInt();\n\t\tint x=i.nextInt();\n\t\tint y=i.nextInt();\n\t\tint r=i.nextInt();\n\t\tif((x-r<0)||(y-r<0)||(w<x+r)||(h<y+r))System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}",
"Scanner i=new Scanner(System.in);",
"i",
"new Scanner(System.in)",
"int w=i.nextInt();",
"w",
"i.nextInt()",
"i.nextInt",
"i",
"int h=i.nextInt();",
"h",
"i.nextInt()",
"i.nextInt",
"i",
"int x=i.nextInt();",
"x",
"i.nextInt()",
"i.nextInt",
"i",
"int y=i.nextInt();",
"y",
"i.nextInt()",
"i.nextInt",
"i",
"int r=i.nextInt();",
"r",
"i.nextInt()",
"i.nextInt",
"i",
"if((x-r<0)||(y-r<0)||(w<x+r)||(h<y+r))System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");",
"(x-r<0)||(y-r<0)||(w<x+r)||(h<y+r)",
"(w<x+r)",
"(x-r<0)||(y-r<0)||(w<x+r)||(h<y+r)",
"(x-r<0)",
"x-r",
"x",
"r",
"0",
"(y-r<0)",
"y-r",
"y",
"r",
"0",
"(w<x+r)",
"w",
"x+r",
"x",
"r",
"(h<y+r)",
"h",
"y+r",
"y",
"r",
"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\tScanner i=new Scanner(System.in);\n\t\tint w=i.nextInt();\n\t\tint h=i.nextInt();\n\t\tint x=i.nextInt();\n\t\tint y=i.nextInt();\n\t\tint r=i.nextInt();\n\t\tif((x-r<0)||(y-r<0)||(w<x+r)||(h<y+r))System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner i=new Scanner(System.in);\n\t\tint w=i.nextInt();\n\t\tint h=i.nextInt();\n\t\tint x=i.nextInt();\n\t\tint y=i.nextInt();\n\t\tint r=i.nextInt();\n\t\tif((x-r<0)||(y-r<0)||(w<x+r)||(h<y+r))System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner i=new Scanner(System.in);
int w=i.nextInt();
int h=i.nextInt();
int x=i.nextInt();
int y=i.nextInt();
int r=i.nextInt();
if((x-r<0)||(y-r<0)||(w<x+r)||(h<y+r))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,
38,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
4,
18,
13,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
18,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
28,
34
],
[
34,
35
],
[
34,
36
],
[
28,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
43,
44
],
[
28,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
51,
52
],
[
28,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
59,
60
],
[
28,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
67,
68
],
[
28,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
74,
75
],
[
75,
76
],
[
28,
77
],
[
77,
78
],
[
80,
79
],
[
91,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
80,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
91,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
80,
96
],
[
96,
97
],
[
97,
98
],
[
97,
99
],
[
96,
100
],
[
77,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
77,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
9,
113
],
[
113,
114
]
] | [
"import java.io.*;\nimport java.util.StringTokenizer;\n\nclass Main {\n\tpublic static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\tint H = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\n\t\t\tif (x-r<0||x+r>W||y-r<0||y+r>H) \n\t\t\t\tSystem.out.println(\"No\");\n\t\t\telse System.out.println(\"Yes\");\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"class Main {\n\tpublic static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\tint H = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\n\t\t\tif (x-r<0||x+r>W||y-r<0||y+r>H) \n\t\t\t\tSystem.out.println(\"No\");\n\t\t\telse System.out.println(\"Yes\");\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\tint H = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\n\t\t\tif (x-r<0||x+r>W||y-r<0||y+r>H) \n\t\t\t\tSystem.out.println(\"No\");\n\t\t\telse System.out.println(\"Yes\");\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}",
"main",
"{\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\tint H = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\n\t\t\tif (x-r<0||x+r>W||y-r<0||y+r>H) \n\t\t\t\tSystem.out.println(\"No\");\n\t\t\telse System.out.println(\"Yes\");\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}\n\t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"try {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\tint H = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\n\t\t\tif (x-r<0||x+r>W||y-r<0||y+r>H) \n\t\t\t\tSystem.out.println(\"No\");\n\t\t\telse System.out.println(\"Yes\");\n\t\t} catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}",
"catch (IOException e) {\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.out.println(\"IOException!\");\n\t\t}",
"System.out.println(\"IOException!\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"IOException!\"",
"{\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\t\t\tint W = Integer.parseInt(st.nextToken());\n\t\t\tint H = Integer.parseInt(st.nextToken());\n\t\t\tint x = Integer.parseInt(st.nextToken());\n\t\t\tint y = Integer.parseInt(st.nextToken());\n\t\t\tint r = Integer.parseInt(st.nextToken());\n\n\t\t\tif (x-r<0||x+r>W||y-r<0||y+r>H) \n\t\t\t\tSystem.out.println(\"No\");\n\t\t\telse System.out.println(\"Yes\");\n\t\t}",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(buf);",
"st",
"new StringTokenizer(buf)",
"int W = Integer.parseInt(st.nextToken());",
"W",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int H = Integer.parseInt(st.nextToken());",
"H",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int x = Integer.parseInt(st.nextToken());",
"x",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int y = Integer.parseInt(st.nextToken());",
"y",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int r = Integer.parseInt(st.nextToken());",
"r",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if (x-r<0||x+r>W||y-r<0||y+r>H) \n\t\t\t\tSystem.out.println(\"No\");\n\t\t\telse System.out.println(\"Yes\");",
"x-r<0||x+r>W||y-r<0||y+r>H",
"y-r<0",
"x-r<0||x+r>W||y-r<0||y+r>H",
"x-r<0",
"x-r",
"x",
"r",
"0",
"x+r>W",
"x+r",
"x",
"r",
"W",
"y-r<0",
"y-r",
"y",
"r",
"0",
"y+r>H",
"y+r",
"y",
"r",
"H",
"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"
] | import java.io.*;
import java.util.StringTokenizer;
class Main {
public static void main(String args[]) {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
try {
String buf = br.readLine();
StringTokenizer st = new StringTokenizer(buf);
int W = Integer.parseInt(st.nextToken());
int H = Integer.parseInt(st.nextToken());
int x = Integer.parseInt(st.nextToken());
int y = Integer.parseInt(st.nextToken());
int r = Integer.parseInt(st.nextToken());
if (x-r<0||x+r>W||y-r<0||y+r>H)
System.out.println("No");
else System.out.println("Yes");
} catch (IOException e) {
System.out.println("IOException!");
}
}
} |
[
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,
4,
18,
13,
41,
13,
2,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
41,
13,
8,
13,
17,
17,
4,
18,
18,
13,
13,
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
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
44,
43
],
[
55,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
44,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
55,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
44,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
8,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
67,
70
],
[
8,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
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 input = new Scanner(System.in);\n\t\tfinal int w = input.nextInt();\n\t\tfinal int h = input.nextInt();\n\t\tfinal int x = input.nextInt();\n\t\tfinal int y = input.nextInt();\n\t\tfinal int r = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tboolean isIn = (0 <= x-r) && (x + r <= w) && (0 <= y - r) && (y + r <= h);\n\t\tString answer = isIn ? \"Yes\" : \"No\";\n\t\tSystem.out.println(answer);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\tfinal int w = input.nextInt();\n\t\tfinal int h = input.nextInt();\n\t\tfinal int x = input.nextInt();\n\t\tfinal int y = input.nextInt();\n\t\tfinal int r = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tboolean isIn = (0 <= x-r) && (x + r <= w) && (0 <= y - r) && (y + r <= h);\n\t\tString answer = isIn ? \"Yes\" : \"No\";\n\t\tSystem.out.println(answer);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\tfinal int w = input.nextInt();\n\t\tfinal int h = input.nextInt();\n\t\tfinal int x = input.nextInt();\n\t\tfinal int y = input.nextInt();\n\t\tfinal int r = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tboolean isIn = (0 <= x-r) && (x + r <= w) && (0 <= y - r) && (y + r <= h);\n\t\tString answer = isIn ? \"Yes\" : \"No\";\n\t\tSystem.out.println(answer);\n\t}",
"main",
"{\n\t\tScanner input = new Scanner(System.in);\n\t\tfinal int w = input.nextInt();\n\t\tfinal int h = input.nextInt();\n\t\tfinal int x = input.nextInt();\n\t\tfinal int y = input.nextInt();\n\t\tfinal int r = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tboolean isIn = (0 <= x-r) && (x + r <= w) && (0 <= y - r) && (y + r <= h);\n\t\tString answer = isIn ? \"Yes\" : \"No\";\n\t\tSystem.out.println(answer);\n\t}",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"final int w = input.nextInt();",
"w",
"input.nextInt()",
"input.nextInt",
"input",
"final int h = input.nextInt();",
"h",
"input.nextInt()",
"input.nextInt",
"input",
"final int x = input.nextInt();",
"x",
"input.nextInt()",
"input.nextInt",
"input",
"final int y = input.nextInt();",
"y",
"input.nextInt()",
"input.nextInt",
"input",
"final int r = input.nextInt();",
"r",
"input.nextInt()",
"input.nextInt",
"input",
"input.close()",
"input.close",
"input",
"boolean isIn = (0 <= x-r) && (x + r <= w) && (0 <= y - r) && (y + r <= h);",
"isIn",
"(0 <= x-r) && (x + r <= w) && (0 <= y - r) && (y + r <= h)",
"(0 <= y - r)",
"(0 <= x-r) && (x + r <= w) && (0 <= y - r) && (y + r <= h)",
"(0 <= x-r)",
"0",
"x-r",
"x",
"r",
"(x + r <= w)",
"x + r",
"x",
"r",
"w",
"(0 <= y - r)",
"0",
"y - r",
"y",
"r",
"(y + r <= h)",
"y + r",
"y",
"r",
"h",
"String answer = isIn ? \"Yes\" : \"No\";",
"answer",
"isIn ? \"Yes\" : \"No\"",
"isIn",
"\"Yes\"",
"\"No\"",
"System.out.println(answer)",
"System.out.println",
"System.out",
"System",
"System.out",
"answer",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\tfinal int w = input.nextInt();\n\t\tfinal int h = input.nextInt();\n\t\tfinal int x = input.nextInt();\n\t\tfinal int y = input.nextInt();\n\t\tfinal int r = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tboolean isIn = (0 <= x-r) && (x + r <= w) && (0 <= y - r) && (y + r <= h);\n\t\tString answer = isIn ? \"Yes\" : \"No\";\n\t\tSystem.out.println(answer);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner input = new Scanner(System.in);\n\t\tfinal int w = input.nextInt();\n\t\tfinal int h = input.nextInt();\n\t\tfinal int x = input.nextInt();\n\t\tfinal int y = input.nextInt();\n\t\tfinal int r = input.nextInt();\n\t\tinput.close();\n\t\t\n\t\tboolean isIn = (0 <= x-r) && (x + r <= w) && (0 <= y - r) && (y + r <= h);\n\t\tString answer = isIn ? \"Yes\" : \"No\";\n\t\tSystem.out.println(answer);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
final int w = input.nextInt();
final int h = input.nextInt();
final int x = input.nextInt();
final int y = input.nextInt();
final int r = input.nextInt();
input.close();
boolean isIn = (0 <= x-r) && (x + r <= w) && (0 <= y - r) && (y + r <= h);
String answer = isIn ? "Yes" : "No";
System.out.println(answer);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
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
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
14,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
14,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
14,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
14,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
66,
68
],
[
14,
69
],
[
69,
70
],
[
72,
71
],
[
83,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
72,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
83,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
72,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
88,
92
],
[
69,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
69,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
12,
107
],
[
107,
108
],
[
0,
109
],
[
109,
110
],
[
109,
111
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int W = Integer.parseInt(strAry[0]);\n\t\t int H = Integer.parseInt(strAry[1]);\n\t\t int x = Integer.parseInt(strAry[2]);\n\t\t int y = Integer.parseInt(strAry[3]);\n\t\t int r = Integer.parseInt(strAry[4]);\n\n\t\t /*複数条件の記述。if(条件 && 条件)は「かつ」だったが、\n\t\t * if(条件 || 条件)で「または」の条件指定ができるらしい。\n\t\t * 今回は半径(r)が円の中心座標(x,yそれぞれ)を上回ってしまうと枠を\n\t\t * はみ出してしまうので条件で指定\n\t\t * また、半径(r)と円の中心座標(x,yそれぞれ)の合計が外枠の座標(W,Hそれぞれ)を\n\t\t * 上回ると枠をはみ出してしまうので条件指定\n\t\t * それらを満たさない場合枠内に円が入りきる。\n\t\t */\n\t\t if(x-r<0 || y-r<0 || x+r>W || y+r>H){\n\t System.out.println(\"No\");\n\t }\n\t else{\n\t System.out.println(\"Yes\");\n\t }\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int W = Integer.parseInt(strAry[0]);\n\t\t int H = Integer.parseInt(strAry[1]);\n\t\t int x = Integer.parseInt(strAry[2]);\n\t\t int y = Integer.parseInt(strAry[3]);\n\t\t int r = Integer.parseInt(strAry[4]);\n\n\t\t /*複数条件の記述。if(条件 && 条件)は「かつ」だったが、\n\t\t * if(条件 || 条件)で「または」の条件指定ができるらしい。\n\t\t * 今回は半径(r)が円の中心座標(x,yそれぞれ)を上回ってしまうと枠を\n\t\t * はみ出してしまうので条件で指定\n\t\t * また、半径(r)と円の中心座標(x,yそれぞれ)の合計が外枠の座標(W,Hそれぞれ)を\n\t\t * 上回ると枠をはみ出してしまうので条件指定\n\t\t * それらを満たさない場合枠内に円が入りきる。\n\t\t */\n\t\t if(x-r<0 || y-r<0 || x+r>W || y+r>H){\n\t System.out.println(\"No\");\n\t }\n\t else{\n\t System.out.println(\"Yes\");\n\t }\n\t}\n}",
"Main",
"public static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int W = Integer.parseInt(strAry[0]);\n\t\t int H = Integer.parseInt(strAry[1]);\n\t\t int x = Integer.parseInt(strAry[2]);\n\t\t int y = Integer.parseInt(strAry[3]);\n\t\t int r = Integer.parseInt(strAry[4]);\n\n\t\t /*複数条件の記述。if(条件 && 条件)は「かつ」だったが、\n\t\t * if(条件 || 条件)で「または」の条件指定ができるらしい。\n\t\t * 今回は半径(r)が円の中心座標(x,yそれぞれ)を上回ってしまうと枠を\n\t\t * はみ出してしまうので条件で指定\n\t\t * また、半径(r)と円の中心座標(x,yそれぞれ)の合計が外枠の座標(W,Hそれぞれ)を\n\t\t * 上回ると枠をはみ出してしまうので条件指定\n\t\t * それらを満たさない場合枠内に円が入りきる。\n\t\t */\n\t\t if(x-r<0 || y-r<0 || x+r>W || y+r>H){\n\t System.out.println(\"No\");\n\t }\n\t else{\n\t System.out.println(\"Yes\");\n\t }\n\t}",
"main",
"{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int W = Integer.parseInt(strAry[0]);\n\t\t int H = Integer.parseInt(strAry[1]);\n\t\t int x = Integer.parseInt(strAry[2]);\n\t\t int y = Integer.parseInt(strAry[3]);\n\t\t int r = Integer.parseInt(strAry[4]);\n\n\t\t /*複数条件の記述。if(条件 && 条件)は「かつ」だったが、\n\t\t * if(条件 || 条件)で「または」の条件指定ができるらしい。\n\t\t * 今回は半径(r)が円の中心座標(x,yそれぞれ)を上回ってしまうと枠を\n\t\t * はみ出してしまうので条件で指定\n\t\t * また、半径(r)と円の中心座標(x,yそれぞれ)の合計が外枠の座標(W,Hそれぞれ)を\n\t\t * 上回ると枠をはみ出してしまうので条件指定\n\t\t * それらを満たさない場合枠内に円が入りきる。\n\t\t */\n\t\t if(x-r<0 || y-r<0 || x+r>W || y+r>H){\n\t System.out.println(\"No\");\n\t }\n\t else{\n\t System.out.println(\"Yes\");\n\t }\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strAry = str.split(\" \");",
"strAry",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int W = Integer.parseInt(strAry[0]);",
"W",
"Integer.parseInt(strAry[0])",
"Integer.parseInt",
"Integer",
"strAry[0]",
"strAry",
"0",
"int H = Integer.parseInt(strAry[1]);",
"H",
"Integer.parseInt(strAry[1])",
"Integer.parseInt",
"Integer",
"strAry[1]",
"strAry",
"1",
"int x = Integer.parseInt(strAry[2]);",
"x",
"Integer.parseInt(strAry[2])",
"Integer.parseInt",
"Integer",
"strAry[2]",
"strAry",
"2",
"int y = Integer.parseInt(strAry[3]);",
"y",
"Integer.parseInt(strAry[3])",
"Integer.parseInt",
"Integer",
"strAry[3]",
"strAry",
"3",
"int r = Integer.parseInt(strAry[4]);",
"r",
"Integer.parseInt(strAry[4])",
"Integer.parseInt",
"Integer",
"strAry[4]",
"strAry",
"4",
"if(x-r<0 || y-r<0 || x+r>W || y+r>H){\n\t System.out.println(\"No\");\n\t }\n\t else{\n\t System.out.println(\"Yes\");\n\t }",
"x-r<0 || y-r<0 || x+r>W || y+r>H",
"x+r>W",
"x-r<0 || y-r<0 || x+r>W || y+r>H",
"x-r<0",
"x-r",
"x",
"r",
"0",
"y-r<0",
"y-r",
"y",
"r",
"0",
"x+r>W",
"x+r",
"x",
"r",
"W",
"y+r>H",
"y+r",
"y",
"r",
"H",
"{\n\t System.out.println(\"No\");\n\t }",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t System.out.println(\"Yes\");\n\t }",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] arg",
"arg",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int W = Integer.parseInt(strAry[0]);\n\t\t int H = Integer.parseInt(strAry[1]);\n\t\t int x = Integer.parseInt(strAry[2]);\n\t\t int y = Integer.parseInt(strAry[3]);\n\t\t int r = Integer.parseInt(strAry[4]);\n\n\t\t /*複数条件の記述。if(条件 && 条件)は「かつ」だったが、\n\t\t * if(条件 || 条件)で「または」の条件指定ができるらしい。\n\t\t * 今回は半径(r)が円の中心座標(x,yそれぞれ)を上回ってしまうと枠を\n\t\t * はみ出してしまうので条件で指定\n\t\t * また、半径(r)と円の中心座標(x,yそれぞれ)の合計が外枠の座標(W,Hそれぞれ)を\n\t\t * 上回ると枠をはみ出してしまうので条件指定\n\t\t * それらを満たさない場合枠内に円が入りきる。\n\t\t */\n\t\t if(x-r<0 || y-r<0 || x+r>W || y+r>H){\n\t System.out.println(\"No\");\n\t }\n\t else{\n\t System.out.println(\"Yes\");\n\t }\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int W = Integer.parseInt(strAry[0]);\n\t\t int H = Integer.parseInt(strAry[1]);\n\t\t int x = Integer.parseInt(strAry[2]);\n\t\t int y = Integer.parseInt(strAry[3]);\n\t\t int r = Integer.parseInt(strAry[4]);\n\n\t\t /*複数条件の記述。if(条件 && 条件)は「かつ」だったが、\n\t\t * if(条件 || 条件)で「または」の条件指定ができるらしい。\n\t\t * 今回は半径(r)が円の中心座標(x,yそれぞれ)を上回ってしまうと枠を\n\t\t * はみ出してしまうので条件で指定\n\t\t * また、半径(r)と円の中心座標(x,yそれぞれ)の合計が外枠の座標(W,Hそれぞれ)を\n\t\t * 上回ると枠をはみ出してしまうので条件指定\n\t\t * それらを満たさない場合枠内に円が入りきる。\n\t\t */\n\t\t if(x-r<0 || y-r<0 || x+r>W || y+r>H){\n\t System.out.println(\"No\");\n\t }\n\t else{\n\t System.out.println(\"Yes\");\n\t }\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] arg)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
//br.readline(); = 入力された1行分を日本語変換して返してくれる。
String str = br.readLine();
/*配列の型(intとかStringとか) [] 配列名 = 配列を用意
*今回はstrAryって配列にstrを入れてる。
*str.split = splitってのはString内に用意されてるメソッド
*文字列を分割するときに使用。今回は空白で区切ってって仕様なので
*split(" ")としてます。*/
String[] strAry = str.split(" ");
/*おなじみの文字列から数値への変換。
*ただし今回は指定先が配列の何番って風になってる。*/
int W = Integer.parseInt(strAry[0]);
int H = Integer.parseInt(strAry[1]);
int x = Integer.parseInt(strAry[2]);
int y = Integer.parseInt(strAry[3]);
int r = Integer.parseInt(strAry[4]);
/*複数条件の記述。if(条件 && 条件)は「かつ」だったが、
* if(条件 || 条件)で「または」の条件指定ができるらしい。
* 今回は半径(r)が円の中心座標(x,yそれぞれ)を上回ってしまうと枠を
* はみ出してしまうので条件で指定
* また、半径(r)と円の中心座標(x,yそれぞれ)の合計が外枠の座標(W,Hそれぞれ)を
* 上回ると枠をはみ出してしまうので条件指定
* それらを満たさない場合枠内に円が入りきる。
*/
if(x-r<0 || y-r<0 || x+r>W || y+r>H){
System.out.println("No");
}
else{
System.out.println("Yes");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
42,
40,
2,
2,
17,
13,
2,
13,
17,
30,
0,
13,
4,
18,
13,
42,
40,
2,
2,
17,
13,
2,
13,
17,
30,
0,
13,
4,
18,
13,
42,
40,
2,
2,
40,
17,
13,
2,
13,
17,
30,
0,
13,
4,
18,
13,
42,
40,
2,
2,
40,
17,
13,
2,
13,
17,
30,
0,
13,
4,
18,
13,
42,
40,
2,
2,
17,
13,
2,
13,
17,
30,
0,
13,
4,
18,
13,
14,
2,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
28,
30
],
[
22,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
37,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
54,
59
],
[
59,
60
],
[
59,
61
],
[
52,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
8,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
70,
75
],
[
75,
76
],
[
75,
77
],
[
68,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
81,
82
],
[
82,
83
],
[
8,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
91
],
[
90,
92
],
[
84,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
97,
98
],
[
8,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
104,
105
],
[
104,
106
],
[
101,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
107,
111
],
[
100,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
115,
116
],
[
115,
117
],
[
112,
118
],
[
118,
119
],
[
119,
120
],
[
119,
121
],
[
118,
122
],
[
99,
123
],
[
123,
124
],
[
124,
125
],
[
125,
126
],
[
125,
127
],
[
123,
128
],
[
99,
129
],
[
129,
130
],
[
130,
131
],
[
131,
132
],
[
131,
133
],
[
129,
134
],
[
6,
135
],
[
135,
136
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W,H,x,y,r;\n\n\t\tdo{\n\t\t\tW = scan.nextInt();\n\t\t}while(!(0 < W && W <= 100));\n\n\t\tdo{\n\t\t\tH = scan.nextInt();\n\t\t}while(!(0 < W && H <= 100));\n\n\t\tdo{\n\t\t\tx = scan.nextInt();\n\t\t}while(!(-100 <= x && x <= 100));\n\n\t\tdo{\n\t\t\ty = scan.nextInt();\n\t\t}while(!(-100 <= y && y <= 100));\n\n\t\tdo{\n\t\t\tr = scan.nextInt();\n\t\t}while(!(0 < r && r <= 100));\n\n\t\tif((0 <= x-r && x+r <= W) && (0 <= y-r && y+r <= H))\tSystem.out.println(\"Yes\");\n\t\telse\t\t\t\t\t\t\tSystem.out.println(\"No\");\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W,H,x,y,r;\n\n\t\tdo{\n\t\t\tW = scan.nextInt();\n\t\t}while(!(0 < W && W <= 100));\n\n\t\tdo{\n\t\t\tH = scan.nextInt();\n\t\t}while(!(0 < W && H <= 100));\n\n\t\tdo{\n\t\t\tx = scan.nextInt();\n\t\t}while(!(-100 <= x && x <= 100));\n\n\t\tdo{\n\t\t\ty = scan.nextInt();\n\t\t}while(!(-100 <= y && y <= 100));\n\n\t\tdo{\n\t\t\tr = scan.nextInt();\n\t\t}while(!(0 < r && r <= 100));\n\n\t\tif((0 <= x-r && x+r <= W) && (0 <= y-r && y+r <= H))\tSystem.out.println(\"Yes\");\n\t\telse\t\t\t\t\t\t\tSystem.out.println(\"No\");\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W,H,x,y,r;\n\n\t\tdo{\n\t\t\tW = scan.nextInt();\n\t\t}while(!(0 < W && W <= 100));\n\n\t\tdo{\n\t\t\tH = scan.nextInt();\n\t\t}while(!(0 < W && H <= 100));\n\n\t\tdo{\n\t\t\tx = scan.nextInt();\n\t\t}while(!(-100 <= x && x <= 100));\n\n\t\tdo{\n\t\t\ty = scan.nextInt();\n\t\t}while(!(-100 <= y && y <= 100));\n\n\t\tdo{\n\t\t\tr = scan.nextInt();\n\t\t}while(!(0 < r && r <= 100));\n\n\t\tif((0 <= x-r && x+r <= W) && (0 <= y-r && y+r <= H))\tSystem.out.println(\"Yes\");\n\t\telse\t\t\t\t\t\t\tSystem.out.println(\"No\");\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint W,H,x,y,r;\n\n\t\tdo{\n\t\t\tW = scan.nextInt();\n\t\t}while(!(0 < W && W <= 100));\n\n\t\tdo{\n\t\t\tH = scan.nextInt();\n\t\t}while(!(0 < W && H <= 100));\n\n\t\tdo{\n\t\t\tx = scan.nextInt();\n\t\t}while(!(-100 <= x && x <= 100));\n\n\t\tdo{\n\t\t\ty = scan.nextInt();\n\t\t}while(!(-100 <= y && y <= 100));\n\n\t\tdo{\n\t\t\tr = scan.nextInt();\n\t\t}while(!(0 < r && r <= 100));\n\n\t\tif((0 <= x-r && x+r <= W) && (0 <= y-r && y+r <= H))\tSystem.out.println(\"Yes\");\n\t\telse\t\t\t\t\t\t\tSystem.out.println(\"No\");\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int W",
"W",
"H",
"H",
"x",
"x",
"y",
"y",
"r;",
"r",
"do{\n\t\t\tW = scan.nextInt();\n\t\t}while(!(0 < W && W <= 100));",
"!(0 < W && W <= 100)",
"(0 < W && W <= 100)",
"0 < W",
"0",
"W",
"W <= 100",
"W",
"100",
"{\n\t\t\tW = scan.nextInt();\n\t\t}",
"W = scan.nextInt()",
"W",
"scan.nextInt()",
"scan.nextInt",
"scan",
"do{\n\t\t\tH = scan.nextInt();\n\t\t}while(!(0 < W && H <= 100));",
"!(0 < W && H <= 100)",
"(0 < W && H <= 100)",
"0 < W",
"0",
"W",
"H <= 100",
"H",
"100",
"{\n\t\t\tH = scan.nextInt();\n\t\t}",
"H = scan.nextInt()",
"H",
"scan.nextInt()",
"scan.nextInt",
"scan",
"do{\n\t\t\tx = scan.nextInt();\n\t\t}while(!(-100 <= x && x <= 100));",
"!(-100 <= x && x <= 100)",
"(-100 <= x && x <= 100)",
"-100 <= x",
"-100",
"100",
"x",
"x <= 100",
"x",
"100",
"{\n\t\t\tx = scan.nextInt();\n\t\t}",
"x = scan.nextInt()",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"do{\n\t\t\ty = scan.nextInt();\n\t\t}while(!(-100 <= y && y <= 100));",
"!(-100 <= y && y <= 100)",
"(-100 <= y && y <= 100)",
"-100 <= y",
"-100",
"100",
"y",
"y <= 100",
"y",
"100",
"{\n\t\t\ty = scan.nextInt();\n\t\t}",
"y = scan.nextInt()",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"do{\n\t\t\tr = scan.nextInt();\n\t\t}while(!(0 < r && r <= 100));",
"!(0 < r && r <= 100)",
"(0 < r && r <= 100)",
"0 < r",
"0",
"r",
"r <= 100",
"r",
"100",
"{\n\t\t\tr = scan.nextInt();\n\t\t}",
"r = scan.nextInt()",
"r",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if((0 <= x-r && x+r <= W) && (0 <= y-r && y+r <= H))\tSystem.out.println(\"Yes\");\n\t\telse\t\t\t\t\t\t\tSystem.out.println(\"No\");",
"(0 <= x-r && x+r <= W) && (0 <= y-r && y+r <= H)",
"(0 <= x-r && x+r <= W)",
"0 <= x-r",
"0",
"x-r",
"x",
"r",
"x+r <= W",
"x+r",
"x",
"r",
"W",
"(0 <= y-r && y+r <= H)",
"0 <= y-r",
"0",
"y-r",
"y",
"r",
"y+r <= H",
"y+r",
"y",
"r",
"H",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int W,H,x,y,r;
do{
W = scan.nextInt();
}while(!(0 < W && W <= 100));
do{
H = scan.nextInt();
}while(!(0 < W && H <= 100));
do{
x = scan.nextInt();
}while(!(-100 <= x && x <= 100));
do{
y = scan.nextInt();
}while(!(-100 <= y && y <= 100));
do{
r = scan.nextInt();
}while(!(0 < r && r <= 100));
if((0 <= x-r && x+r <= W) && (0 <= y-r && y+r <= H)) System.out.println("Yes");
else System.out.println("No");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
14,
2,
2,
18,
13,
17,
17,
2,
18,
13,
17,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
14,
2,
2,
18,
13,
17,
17,
2,
18,
13,
17,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
14,
2,
2,
18,
13,
17,
40,
17,
2,
18,
13,
17,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
14,
2,
2,
18,
13,
17,
40,
17,
2,
18,
13,
17,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
14,
2,
2,
18,
13,
17,
17,
2,
18,
13,
17,
17,
30,
4,
18,
18,
13,
13,
17,
4,
18,
13,
17,
23,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
18,
13,
13,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
0,
13,
18,
13,
17,
0,
13,
18,
13,
17,
0,
13,
18,
13,
17,
0,
13,
18,
13,
17,
0,
13,
18,
13,
17,
4,
13,
13,
14,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
17,
14,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
286,
11
],
[
286,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
16,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
15,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
27,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
15,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
39,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
38,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
50,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
38,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
62,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
61,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
74,
81
],
[
81,
82
],
[
82,
83
],
[
81,
84
],
[
61,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
91,
92
],
[
86,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
85,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
98,
105
],
[
105,
106
],
[
106,
107
],
[
105,
108
],
[
85,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
111,
115
],
[
110,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
116,
120
],
[
109,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
122,
127
],
[
121,
128
],
[
128,
129
],
[
129,
130
],
[
128,
131
],
[
12,
132
],
[
132,
133
],
[
286,
134
],
[
134,
135
],
[
134,
136
],
[
136,
137
],
[
137,
138
],
[
136,
139
],
[
139,
140
],
[
136,
141
],
[
141,
142
],
[
136,
143
],
[
143,
144
],
[
136,
145
],
[
145,
146
],
[
136,
147
],
[
147,
148
],
[
136,
149
],
[
149,
150
],
[
149,
151
],
[
136,
152
],
[
152,
153
],
[
152,
154
],
[
154,
155
],
[
155,
156
],
[
136,
157
],
[
157,
158
],
[
157,
159
],
[
159,
160
],
[
160,
161
],
[
159,
162
],
[
136,
163
],
[
163,
164
],
[
163,
165
],
[
165,
166
],
[
165,
167
],
[
136,
168
],
[
168,
169
],
[
168,
170
],
[
136,
172
],
[
172,
173
],
[
173,
174
],
[
174,
175
],
[
174,
176
],
[
172,
177
],
[
177,
178
],
[
177,
179
],
[
172,
180
],
[
180,
181
],
[
181,
182
],
[
172,
183
],
[
184,
184
],
[
184,
185
],
[
185,
186
],
[
186,
187
],
[
186,
188
],
[
185,
189
],
[
189,
190
],
[
190,
191
],
[
189,
192
],
[
192,
193
],
[
192,
194
],
[
136,
195
],
[
195,
196
],
[
195,
197
],
[
197,
198
],
[
197,
199
],
[
136,
200
],
[
200,
201
],
[
200,
202
],
[
202,
203
],
[
202,
204
],
[
136,
205
],
[
205,
206
],
[
205,
207
],
[
207,
208
],
[
207,
209
],
[
136,
210
],
[
210,
211
],
[
210,
212
],
[
212,
213
],
[
212,
214
],
[
136,
215
],
[
215,
216
],
[
215,
217
],
[
217,
218
],
[
217,
219
],
[
136,
220
],
[
220,
221
],
[
220,
222
],
[
136,
223
],
[
223,
224
],
[
224,
225
],
[
225,
226
],
[
226,
227
],
[
227,
228
],
[
227,
229
],
[
226,
230
],
[
225,
231
],
[
231,
232
],
[
232,
233
],
[
232,
234
],
[
231,
235
],
[
224,
236
],
[
236,
237
],
[
237,
238
],
[
238,
239
],
[
238,
240
],
[
237,
241
],
[
236,
242
],
[
242,
243
],
[
243,
244
],
[
243,
245
],
[
242,
246
],
[
223,
247
],
[
247,
248
],
[
248,
249
],
[
249,
250
],
[
249,
251
],
[
247,
252
],
[
223,
253
],
[
253,
254
],
[
254,
255
],
[
255,
256
],
[
256,
257
],
[
257,
258
],
[
257,
259
],
[
256,
260
],
[
255,
261
],
[
261,
262
],
[
262,
263
],
[
262,
264
],
[
261,
265
],
[
254,
266
],
[
266,
267
],
[
267,
268
],
[
268,
269
],
[
268,
270
],
[
267,
271
],
[
266,
272
],
[
272,
273
],
[
273,
274
],
[
273,
275
],
[
272,
276
],
[
253,
277
],
[
277,
278
],
[
278,
279
],
[
279,
280
],
[
279,
281
],
[
277,
282
],
[
134,
283
],
[
283,
284
],
[
0,
285
],
[
285,
286
],
[
285,
287
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\t/*??¶?´???????????????????*/\n\tpublic static void judge(int parse[]){\n\t\t\tif(parse[0]<=0||parse[0]>100){\n\t\t\t\tSystem.out.println(\"W?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t}\n\t\t\telse if(parse[1]<=0||parse[1]>100){\n\t\t\t\tSystem.out.println(\"H?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t }\n\t\t\telse if(parse[2]<-100||parse[2]>100){\n\t\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[3]<-100||parse[3]>100){\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t}\n\t public static void main(String[] args) throws IOException{\n\t\tint W,H,x,y,r;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\tString[] st = str.split(\" \");\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\tW=parse[0]; H=parse[1]; x=parse[2]; y=parse[3]; r=parse[4];\n\n\t\tjudge(parse); //??¶?????????.????????????????????°????????????\n\t\t/*??????????????§????????¨?°???????????????\\????????????????????\\??????????????????????????????*/\n\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\n\t\tif((x-r<0||x+r>W)||(y-r<0||y+r>H))\n\t\t\tSystem.out.println(\"No\");\n\t\telse if((x-r>=0&&x+r<=W)&&(y-r>=0&&y+r<=H))\n\t\t\tSystem.out.println(\"Yes\");\n\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\t/*??¶?´???????????????????*/\n\tpublic static void judge(int parse[]){\n\t\t\tif(parse[0]<=0||parse[0]>100){\n\t\t\t\tSystem.out.println(\"W?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t}\n\t\t\telse if(parse[1]<=0||parse[1]>100){\n\t\t\t\tSystem.out.println(\"H?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t }\n\t\t\telse if(parse[2]<-100||parse[2]>100){\n\t\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[3]<-100||parse[3]>100){\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t}\n\t public static void main(String[] args) throws IOException{\n\t\tint W,H,x,y,r;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\tString[] st = str.split(\" \");\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\tW=parse[0]; H=parse[1]; x=parse[2]; y=parse[3]; r=parse[4];\n\n\t\tjudge(parse); //??¶?????????.????????????????????°????????????\n\t\t/*??????????????§????????¨?°???????????????\\????????????????????\\??????????????????????????????*/\n\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\n\t\tif((x-r<0||x+r>W)||(y-r<0||y+r>H))\n\t\t\tSystem.out.println(\"No\");\n\t\telse if((x-r>=0&&x+r<=W)&&(y-r>=0&&y+r<=H))\n\t\t\tSystem.out.println(\"Yes\");\n\n\t}\n\n}",
"Main",
"/*??¶?´???????????????????*/\n\tpublic static void judge(int parse[]){\n\t\t\tif(parse[0]<=0||parse[0]>100){\n\t\t\t\tSystem.out.println(\"W?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t}\n\t\t\telse if(parse[1]<=0||parse[1]>100){\n\t\t\t\tSystem.out.println(\"H?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t }\n\t\t\telse if(parse[2]<-100||parse[2]>100){\n\t\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[3]<-100||parse[3]>100){\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t}",
"judge",
"{\n\t\t\tif(parse[0]<=0||parse[0]>100){\n\t\t\t\tSystem.out.println(\"W?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t}\n\t\t\telse if(parse[1]<=0||parse[1]>100){\n\t\t\t\tSystem.out.println(\"H?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t }\n\t\t\telse if(parse[2]<-100||parse[2]>100){\n\t\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[3]<-100||parse[3]>100){\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t}",
"if(parse[0]<=0||parse[0]>100){\n\t\t\t\tSystem.out.println(\"W?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t}\n\t\t\telse if(parse[1]<=0||parse[1]>100){\n\t\t\t\tSystem.out.println(\"H?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t }\n\t\t\telse if(parse[2]<-100||parse[2]>100){\n\t\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[3]<-100||parse[3]>100){\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}",
"parse[0]<=0||parse[0]>100",
"parse[0]<=0",
"parse[0]",
"parse",
"0",
"0",
"parse[0]>100",
"parse[0]",
"parse",
"0",
"100",
"{\n\t\t\t\tSystem.out.println(\"W?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t}",
"System.out.println(\"W?????\\?????????1~100??\\???????????§???.???????????????.\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"W?????\\?????????1~100??\\???????????§???.???????????????.\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"if(parse[1]<=0||parse[1]>100){\n\t\t\t\tSystem.out.println(\"H?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t }\n\t\t\telse if(parse[2]<-100||parse[2]>100){\n\t\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[3]<-100||parse[3]>100){\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}",
"parse[1]<=0||parse[1]>100",
"parse[1]<=0",
"parse[1]",
"parse",
"1",
"0",
"parse[1]>100",
"parse[1]",
"parse",
"1",
"100",
"{\n\t\t\t\tSystem.out.println(\"H?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t }",
"System.out.println(\"H?????\\?????????1~100??\\???????????§???.???????????????.\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"H?????\\?????????1~100??\\???????????§???.???????????????.\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"if(parse[2]<-100||parse[2]>100){\n\t\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[3]<-100||parse[3]>100){\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}",
"parse[2]<-100||parse[2]>100",
"parse[2]<-100",
"parse[2]",
"parse",
"2",
"-100",
"100",
"parse[2]>100",
"parse[2]",
"parse",
"2",
"100",
"{\n\t\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}",
"System.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"x?????\\?????????-100~100??\\???????????§???.???????????????.\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"if(parse[3]<-100||parse[3]>100){\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}",
"parse[3]<-100||parse[3]>100",
"parse[3]<-100",
"parse[3]",
"parse",
"3",
"-100",
"100",
"parse[3]>100",
"parse[3]",
"parse",
"3",
"100",
"{\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}",
"System.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"y?????\\?????????-100~100??\\???????????§???.???????????????.\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}",
"parse[4]<=0||parse[4]>100",
"parse[4]<=0",
"parse[4]",
"parse",
"4",
"0",
"parse[4]>100",
"parse[4]",
"parse",
"4",
"100",
"{\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}",
"System.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"r?????\\?????????1~100??\\???????????§???.???????????????.\"",
"System.exit(0)",
"System.exit",
"System",
"0",
"int parse[]",
"parse",
"public static void main(String[] args) throws IOException{\n\t\tint W,H,x,y,r;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\tString[] st = str.split(\" \");\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\tW=parse[0]; H=parse[1]; x=parse[2]; y=parse[3]; r=parse[4];\n\n\t\tjudge(parse); //??¶?????????.????????????????????°????????????\n\t\t/*??????????????§????????¨?°???????????????\\????????????????????\\??????????????????????????????*/\n\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\n\t\tif((x-r<0||x+r>W)||(y-r<0||y+r>H))\n\t\t\tSystem.out.println(\"No\");\n\t\telse if((x-r>=0&&x+r<=W)&&(y-r>=0&&y+r<=H))\n\t\t\tSystem.out.println(\"Yes\");\n\n\t}",
"main",
"{\n\t\tint W,H,x,y,r;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\tString[] st = str.split(\" \");\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\tW=parse[0]; H=parse[1]; x=parse[2]; y=parse[3]; r=parse[4];\n\n\t\tjudge(parse); //??¶?????????.????????????????????°????????????\n\t\t/*??????????????§????????¨?°???????????????\\????????????????????\\??????????????????????????????*/\n\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\n\t\tif((x-r<0||x+r>W)||(y-r<0||y+r>H))\n\t\t\tSystem.out.println(\"No\");\n\t\telse if((x-r>=0&&x+r<=W)&&(y-r>=0&&y+r<=H))\n\t\t\tSystem.out.println(\"Yes\");\n\n\t}",
"int W",
"W",
"H",
"H",
"x",
"x",
"y",
"y",
"r;",
"r",
"String str;",
"str",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"str = br.readLine()",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] st = str.split(\" \");",
"st",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int len=st.length;",
"len",
"st.length",
"st",
"st.length",
"int parse[] = new int[len];",
"parse",
"new int[len]",
"len",
"for(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}",
"int p=0;",
"int p=0;",
"p",
"0",
"p<len",
"p",
"len",
"p++",
"p++",
"p",
"{\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}",
"{\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}",
"parse[p]=Integer.parseInt(st[p])",
"parse[p]",
"parse",
"p",
"Integer.parseInt(st[p])",
"Integer.parseInt",
"Integer",
"st[p]",
"st",
"p",
"W=parse[0]",
"W",
"parse[0]",
"parse",
"0",
"H=parse[1]",
"H",
"parse[1]",
"parse",
"1",
"x=parse[2]",
"x",
"parse[2]",
"parse",
"2",
"y=parse[3]",
"y",
"parse[3]",
"parse",
"3",
"r=parse[4]",
"r",
"parse[4]",
"parse",
"4",
"judge(parse)",
"judge",
"parse",
"if((x-r<0||x+r>W)||(y-r<0||y+r>H))\n\t\t\tSystem.out.println(\"No\");\n\t\telse if((x-r>=0&&x+r<=W)&&(y-r>=0&&y+r<=H))\n\t\t\tSystem.out.println(\"Yes\");",
"(x-r<0||x+r>W)||(y-r<0||y+r>H)",
"(x-r<0||x+r>W)",
"x-r<0",
"x-r",
"x",
"r",
"0",
"x+r>W",
"x+r",
"x",
"r",
"W",
"(y-r<0||y+r>H)",
"y-r<0",
"y-r",
"y",
"r",
"0",
"y+r>H",
"y+r",
"y",
"r",
"H",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"if((x-r>=0&&x+r<=W)&&(y-r>=0&&y+r<=H))\n\t\t\tSystem.out.println(\"Yes\");",
"(x-r>=0&&x+r<=W)&&(y-r>=0&&y+r<=H)",
"(x-r>=0&&x+r<=W)",
"x-r>=0",
"x-r",
"x",
"r",
"0",
"x+r<=W",
"x+r",
"x",
"r",
"W",
"(y-r>=0&&y+r<=H)",
"y-r>=0",
"y-r",
"y",
"r",
"0",
"y+r<=H",
"y+r",
"y",
"r",
"H",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"String[] args",
"args",
"public class Main {\n\t/*??¶?´???????????????????*/\n\tpublic static void judge(int parse[]){\n\t\t\tif(parse[0]<=0||parse[0]>100){\n\t\t\t\tSystem.out.println(\"W?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t}\n\t\t\telse if(parse[1]<=0||parse[1]>100){\n\t\t\t\tSystem.out.println(\"H?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t }\n\t\t\telse if(parse[2]<-100||parse[2]>100){\n\t\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[3]<-100||parse[3]>100){\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t}\n\t public static void main(String[] args) throws IOException{\n\t\tint W,H,x,y,r;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\tString[] st = str.split(\" \");\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\tW=parse[0]; H=parse[1]; x=parse[2]; y=parse[3]; r=parse[4];\n\n\t\tjudge(parse); //??¶?????????.????????????????????°????????????\n\t\t/*??????????????§????????¨?°???????????????\\????????????????????\\??????????????????????????????*/\n\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\n\t\tif((x-r<0||x+r>W)||(y-r<0||y+r>H))\n\t\t\tSystem.out.println(\"No\");\n\t\telse if((x-r>=0&&x+r<=W)&&(y-r>=0&&y+r<=H))\n\t\t\tSystem.out.println(\"Yes\");\n\n\t}\n\n}",
"public class Main {\n\t/*??¶?´???????????????????*/\n\tpublic static void judge(int parse[]){\n\t\t\tif(parse[0]<=0||parse[0]>100){\n\t\t\t\tSystem.out.println(\"W?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t}\n\t\t\telse if(parse[1]<=0||parse[1]>100){\n\t\t\t\tSystem.out.println(\"H?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t }\n\t\t\telse if(parse[2]<-100||parse[2]>100){\n\t\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[3]<-100||parse[3]>100){\n\t\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t\t\telse if(parse[4]<=0||parse[4]>100){\n\t\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t\t\tSystem.exit(0);\n\t\t\t}\n\t}\n\t public static void main(String[] args) throws IOException{\n\t\tint W,H,x,y,r;\n\t\tString str;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\n\t\tString[] st = str.split(\" \");\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\t\tint len=st.length; //?????????????´???°\n\t\tint parse[] = new int[len]; //String???int????????¨??????\n\n\t\tfor(int p=0;p<len;p++){\n\t\t\tparse[p]=Integer.parseInt(st[p]); //String???int??????\n\t\t}\n\n\t\tW=parse[0]; H=parse[1]; x=parse[2]; y=parse[3]; r=parse[4];\n\n\t\tjudge(parse); //??¶?????????.????????????????????°????????????\n\t\t/*??????????????§????????¨?°???????????????\\????????????????????\\??????????????????????????????*/\n\n\t\t/*for(int i=0;i<st.length;i++){\n\t\t System.out.println(\"st[\"+i+\"]=\"+st[i]); //?????????????´??¢????\n\t\t }*/\n\n\t\t/*????????¨????????????*/\n\n\t\tif((x-r<0||x+r>W)||(y-r<0||y+r>H))\n\t\t\tSystem.out.println(\"No\");\n\t\telse if((x-r>=0&&x+r<=W)&&(y-r>=0&&y+r<=H))\n\t\t\tSystem.out.println(\"Yes\");\n\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
/*??¶?´???????????????????*/
public static void judge(int parse[]){
if(parse[0]<=0||parse[0]>100){
System.out.println("W?????\?????????1~100??\???????????§???.???????????????.");
System.exit(0);
}
else if(parse[1]<=0||parse[1]>100){
System.out.println("H?????\?????????1~100??\???????????§???.???????????????.");
System.exit(0);
}
else if(parse[2]<-100||parse[2]>100){
System.out.println("x?????\?????????-100~100??\???????????§???.???????????????.");
System.exit(0);
}
else if(parse[3]<-100||parse[3]>100){
System.out.println("y?????\?????????-100~100??\???????????§???.???????????????.");
System.exit(0);
}
else if(parse[4]<=0||parse[4]>100){
System.out.println("r?????\?????????1~100??\???????????§???.???????????????.");
System.exit(0);
}
}
public static void main(String[] args) throws IOException{
int W,H,x,y,r;
String str;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
str = br.readLine();
String[] st = str.split(" ");
/*for(int i=0;i<st.length;i++){
System.out.println("st["+i+"]="+st[i]); //?????????????´??¢????
}*/
int len=st.length; //?????????????´???°
int parse[] = new int[len]; //String???int????????¨??????
for(int p=0;p<len;p++){
parse[p]=Integer.parseInt(st[p]); //String???int??????
}
W=parse[0]; H=parse[1]; x=parse[2]; y=parse[3]; r=parse[4];
judge(parse); //??¶?????????.????????????????????°????????????
/*??????????????§????????¨?°???????????????\????????????????????\??????????????????????????????*/
/*for(int i=0;i<st.length;i++){
System.out.println("st["+i+"]="+st[i]); //?????????????´??¢????
}*/
/*????????¨????????????*/
if((x-r<0||x+r>W)||(y-r<0||y+r>H))
System.out.println("No");
else if((x-r>=0&&x+r<=W)&&(y-r>=0&&y+r<=H))
System.out.println("Yes");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
18,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
4,
18,
13,
17,
17,
14,
2,
2,
2,
2,
13,
2,
13,
13,
2,
2,
13,
13,
17,
2,
13,
2,
13,
13,
2,
2,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
28,
33
],
[
14,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
39,
44
],
[
14,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
50,
55
],
[
14,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
61,
66
],
[
14,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
73,
76
],
[
72,
77
],
[
14,
78
],
[
78,
79
],
[
81,
80
],
[
92,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
84,
85
],
[
84,
86
],
[
81,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
92,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
94,
96
],
[
81,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
78,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
105,
106
],
[
105,
107
],
[
103,
108
],
[
78,
109
],
[
109,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
12,
116
],
[
116,
117
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString info = br.readLine();\n\t\tInteger witdh = Integer.parseInt(info.split(\" \")[0]);\n\t\tInteger height = Integer.parseInt(info.split(\" \")[1]);\n\t\tInteger x = Integer.parseInt(info.split(\" \")[2]);\n\t\tInteger y = Integer.parseInt(info.split(\" \")[3]);\n\t\tInteger r = Integer.parseInt(info.split(\" \")[4]);\n\t\tif (witdh >= (x + r) && (x-r) >= 0 && height >= (y + r) && (y-r) >= 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.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString info = br.readLine();\n\t\tInteger witdh = Integer.parseInt(info.split(\" \")[0]);\n\t\tInteger height = Integer.parseInt(info.split(\" \")[1]);\n\t\tInteger x = Integer.parseInt(info.split(\" \")[2]);\n\t\tInteger y = Integer.parseInt(info.split(\" \")[3]);\n\t\tInteger r = Integer.parseInt(info.split(\" \")[4]);\n\t\tif (witdh >= (x + r) && (x-r) >= 0 && height >= (y + r) && (y-r) >= 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) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString info = br.readLine();\n\t\tInteger witdh = Integer.parseInt(info.split(\" \")[0]);\n\t\tInteger height = Integer.parseInt(info.split(\" \")[1]);\n\t\tInteger x = Integer.parseInt(info.split(\" \")[2]);\n\t\tInteger y = Integer.parseInt(info.split(\" \")[3]);\n\t\tInteger r = Integer.parseInt(info.split(\" \")[4]);\n\t\tif (witdh >= (x + r) && (x-r) >= 0 && height >= (y + r) && (y-r) >= 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\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString info = br.readLine();\n\t\tInteger witdh = Integer.parseInt(info.split(\" \")[0]);\n\t\tInteger height = Integer.parseInt(info.split(\" \")[1]);\n\t\tInteger x = Integer.parseInt(info.split(\" \")[2]);\n\t\tInteger y = Integer.parseInt(info.split(\" \")[3]);\n\t\tInteger r = Integer.parseInt(info.split(\" \")[4]);\n\t\tif (witdh >= (x + r) && (x-r) >= 0 && height >= (y + r) && (y-r) >= 0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String info = br.readLine();",
"info",
"br.readLine()",
"br.readLine",
"br",
"Integer witdh = Integer.parseInt(info.split(\" \")[0]);",
"witdh",
"Integer.parseInt(info.split(\" \")[0])",
"Integer.parseInt",
"Integer",
"info.split(\" \")[0]",
"info.split(\" \")",
"info.split",
"info",
"\" \"",
"0",
"Integer height = Integer.parseInt(info.split(\" \")[1]);",
"height",
"Integer.parseInt(info.split(\" \")[1])",
"Integer.parseInt",
"Integer",
"info.split(\" \")[1]",
"info.split(\" \")",
"info.split",
"info",
"\" \"",
"1",
"Integer x = Integer.parseInt(info.split(\" \")[2]);",
"x",
"Integer.parseInt(info.split(\" \")[2])",
"Integer.parseInt",
"Integer",
"info.split(\" \")[2]",
"info.split(\" \")",
"info.split",
"info",
"\" \"",
"2",
"Integer y = Integer.parseInt(info.split(\" \")[3]);",
"y",
"Integer.parseInt(info.split(\" \")[3])",
"Integer.parseInt",
"Integer",
"info.split(\" \")[3]",
"info.split(\" \")",
"info.split",
"info",
"\" \"",
"3",
"Integer r = Integer.parseInt(info.split(\" \")[4]);",
"r",
"Integer.parseInt(info.split(\" \")[4])",
"Integer.parseInt",
"Integer",
"info.split(\" \")[4]",
"info.split(\" \")",
"info.split",
"info",
"\" \"",
"4",
"if (witdh >= (x + r) && (x-r) >= 0 && height >= (y + r) && (y-r) >= 0) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"witdh >= (x + r) && (x-r) >= 0 && height >= (y + r) && (y-r) >= 0",
"height >= (y + r)",
"witdh >= (x + r) && (x-r) >= 0 && height >= (y + r) && (y-r) >= 0",
"witdh >= (x + r)",
"witdh",
"(x + r)",
"x",
"r",
"(x-r) >= 0",
"(x-r)",
"x",
"r",
"0",
"height >= (y + r)",
"height",
"(y + r)",
"y",
"r",
"(y-r) >= 0",
"(y-r)",
"y",
"r",
"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"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String info = br.readLine();
Integer witdh = Integer.parseInt(info.split(" ")[0]);
Integer height = Integer.parseInt(info.split(" ")[1]);
Integer x = Integer.parseInt(info.split(" ")[2]);
Integer y = Integer.parseInt(info.split(" ")[3]);
Integer r = Integer.parseInt(info.split(" ")[4]);
if (witdh >= (x + r) && (x-r) >= 0 && height >= (y + r) && (y-r) >= 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,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
2,
2,
13,
13,
13,
2,
2,
13,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
101,
5
],
[
101,
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
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
8,
60
],
[
60,
61
],
[
63,
62
],
[
74,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
63,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
74,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
63,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
60,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
85,
90
],
[
60,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
6,
98
],
[
98,
99
],
[
0,
100
],
[
100,
101
],
[
100,
102
]
] | [
"import java.io.*;\n\npublic class Main{\n public static void main(String[]args) throws NumberFormatException, IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n \n int W = Integer.parseInt(str[0]);\n int H = Integer.parseInt(str[1]);\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \n if((x-r>=0) && (y-r>=0) && (y+r<=H) && (x+r<=W)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n public static void main(String[]args) throws NumberFormatException, IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n \n int W = Integer.parseInt(str[0]);\n int H = Integer.parseInt(str[1]);\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \n if((x-r>=0) && (y-r>=0) && (y+r<=H) && (x+r<=W)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n}",
"Main",
"public static void main(String[]args) throws NumberFormatException, IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n \n int W = Integer.parseInt(str[0]);\n int H = Integer.parseInt(str[1]);\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \n if((x-r>=0) && (y-r>=0) && (y+r<=H) && (x+r<=W)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n \n int W = Integer.parseInt(str[0]);\n int H = Integer.parseInt(str[1]);\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \n if((x-r>=0) && (y-r>=0) && (y+r<=H) && (x+r<=W)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int W = Integer.parseInt(str[0]);",
"W",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int H = Integer.parseInt(str[1]);",
"H",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"int x = Integer.parseInt(str[2]);",
"x",
"Integer.parseInt(str[2])",
"Integer.parseInt",
"Integer",
"str[2]",
"str",
"2",
"int y = Integer.parseInt(str[3]);",
"y",
"Integer.parseInt(str[3])",
"Integer.parseInt",
"Integer",
"str[3]",
"str",
"3",
"int r = Integer.parseInt(str[4]);",
"r",
"Integer.parseInt(str[4])",
"Integer.parseInt",
"Integer",
"str[4]",
"str",
"4",
"if((x-r>=0) && (y-r>=0) && (y+r<=H) && (x+r<=W)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }",
"(x-r>=0) && (y-r>=0) && (y+r<=H) && (x+r<=W)",
"(y+r<=H)",
"(x-r>=0) && (y-r>=0) && (y+r<=H) && (x+r<=W)",
"(x-r>=0)",
"x-r",
"x",
"r",
"0",
"(y-r>=0)",
"y-r",
"y",
"r",
"0",
"(y+r<=H)",
"y+r",
"y",
"r",
"H",
"(x+r<=W)",
"x+r",
"x",
"r",
"W",
"{\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 NumberFormatException, IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n \n int W = Integer.parseInt(str[0]);\n int H = Integer.parseInt(str[1]);\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \n if((x-r>=0) && (y-r>=0) && (y+r<=H) && (x+r<=W)){\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) throws NumberFormatException, IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n \n int W = Integer.parseInt(str[0]);\n int H = Integer.parseInt(str[1]);\n int x = Integer.parseInt(str[2]);\n int y = Integer.parseInt(str[3]);\n int r = Integer.parseInt(str[4]);\n \n if((x-r>=0) && (y-r>=0) && (y+r<=H) && (x+r<=W)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[]args) throws NumberFormatException, IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] str = br.readLine().split(" ");
int W = Integer.parseInt(str[0]);
int H = Integer.parseInt(str[1]);
int x = Integer.parseInt(str[2]);
int y = Integer.parseInt(str[3]);
int r = Integer.parseInt(str[4]);
if((x-r>=0) && (y-r>=0) && (y+r<=H) && (x+r<=W)){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
14,
2,
2,
2,
2,
13,
2,
13,
13,
2,
13,
2,
13,
13,
2,
2,
13,
13,
17,
2,
2,
13,
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
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
8,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
8,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
8,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
8,
67
],
[
67,
68
],
[
70,
69
],
[
81,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
73,
75
],
[
70,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
78,
80
],
[
81,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
70,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
67,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
91,
96
],
[
67,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
97,
102
],
[
6,
103
],
[
103,
104
]
] | [
"import java.util.Scanner;\nclass Main{\npublic static void main(String[] args){\nScanner scan= new Scanner(System.in);\nString A=scan.next();\nString B=scan.next();\nString C=scan.next();\nString D=scan.next();\nString E=scan.next();\nint a=Integer.parseInt(A);\nint b=Integer.parseInt(B);\nint c=Integer.parseInt(C);\nint d=Integer.parseInt(D);\nint e=Integer.parseInt(E);\nif(a>=c+e&&b>=d+e&&c-e>=0&&d-e>=0)\nSystem.out.println(\"Yes\");\nelse\nSystem.out.println(\"No\");\n}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\npublic static void main(String[] args){\nScanner scan= new Scanner(System.in);\nString A=scan.next();\nString B=scan.next();\nString C=scan.next();\nString D=scan.next();\nString E=scan.next();\nint a=Integer.parseInt(A);\nint b=Integer.parseInt(B);\nint c=Integer.parseInt(C);\nint d=Integer.parseInt(D);\nint e=Integer.parseInt(E);\nif(a>=c+e&&b>=d+e&&c-e>=0&&d-e>=0)\nSystem.out.println(\"Yes\");\nelse\nSystem.out.println(\"No\");\n}\n}",
"Main",
"public static void main(String[] args){\nScanner scan= new Scanner(System.in);\nString A=scan.next();\nString B=scan.next();\nString C=scan.next();\nString D=scan.next();\nString E=scan.next();\nint a=Integer.parseInt(A);\nint b=Integer.parseInt(B);\nint c=Integer.parseInt(C);\nint d=Integer.parseInt(D);\nint e=Integer.parseInt(E);\nif(a>=c+e&&b>=d+e&&c-e>=0&&d-e>=0)\nSystem.out.println(\"Yes\");\nelse\nSystem.out.println(\"No\");\n}",
"main",
"{\nScanner scan= new Scanner(System.in);\nString A=scan.next();\nString B=scan.next();\nString C=scan.next();\nString D=scan.next();\nString E=scan.next();\nint a=Integer.parseInt(A);\nint b=Integer.parseInt(B);\nint c=Integer.parseInt(C);\nint d=Integer.parseInt(D);\nint e=Integer.parseInt(E);\nif(a>=c+e&&b>=d+e&&c-e>=0&&d-e>=0)\nSystem.out.println(\"Yes\");\nelse\nSystem.out.println(\"No\");\n}",
"Scanner scan= new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"String A=scan.next();",
"A",
"scan.next()",
"scan.next",
"scan",
"String B=scan.next();",
"B",
"scan.next()",
"scan.next",
"scan",
"String C=scan.next();",
"C",
"scan.next()",
"scan.next",
"scan",
"String D=scan.next();",
"D",
"scan.next()",
"scan.next",
"scan",
"String E=scan.next();",
"E",
"scan.next()",
"scan.next",
"scan",
"int a=Integer.parseInt(A);",
"a",
"Integer.parseInt(A)",
"Integer.parseInt",
"Integer",
"A",
"int b=Integer.parseInt(B);",
"b",
"Integer.parseInt(B)",
"Integer.parseInt",
"Integer",
"B",
"int c=Integer.parseInt(C);",
"c",
"Integer.parseInt(C)",
"Integer.parseInt",
"Integer",
"C",
"int d=Integer.parseInt(D);",
"d",
"Integer.parseInt(D)",
"Integer.parseInt",
"Integer",
"D",
"int e=Integer.parseInt(E);",
"e",
"Integer.parseInt(E)",
"Integer.parseInt",
"Integer",
"E",
"if(a>=c+e&&b>=d+e&&c-e>=0&&d-e>=0)\nSystem.out.println(\"Yes\");\nelse\nSystem.out.println(\"No\");",
"a>=c+e&&b>=d+e&&c-e>=0&&d-e>=0",
"c-e>=0",
"a>=c+e&&b>=d+e&&c-e>=0&&d-e>=0",
"a>=c+e",
"a",
"c+e",
"c",
"e",
"b>=d+e",
"b",
"d+e",
"d",
"e",
"c-e>=0",
"c-e",
"c",
"e",
"0",
"d-e>=0",
"d-e",
"d",
"e",
"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\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner scan= new Scanner(System.in);
String A=scan.next();
String B=scan.next();
String C=scan.next();
String D=scan.next();
String E=scan.next();
int a=Integer.parseInt(A);
int b=Integer.parseInt(B);
int c=Integer.parseInt(C);
int d=Integer.parseInt(D);
int e=Integer.parseInt(E);
if(a>=c+e&&b>=d+e&&c-e>=0&&d-e>=0)
System.out.println("Yes");
else
System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
13,
17,
30,
0,
13,
17,
14,
2,
13,
17,
30,
0,
13,
17,
14,
2,
2,
13,
13,
17,
30,
0,
13,
17,
14,
2,
2,
13,
13,
13,
30,
0,
13,
17,
14,
2,
2,
13,
13,
17,
30,
0,
13,
17,
14,
2,
2,
13,
13,
13,
30,
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
],
[
117,
5
],
[
117,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
56,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
8,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
66,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
8,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
8,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
86,
92
],
[
92,
93
],
[
93,
94
],
[
93,
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
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String args[]){\n\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intW = sc.nextInt();\n\t\tint intH = sc.nextInt();\n\t\tint intX = sc.nextInt();\n\t\tint intY = sc.nextInt();\n\t\tint intR = sc.nextInt();\n\t\tint intAns = 0;\n\n\t\t//????????´???????????????????????£????????¶??????????§???¢?????\\??£????????????\n\t\tif(intX < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY < 0){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?¨???????????????????????????????????¢????\n\t\tif(intX - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intX + intR > intW){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?????????????????????????????????????¢????\n\t\tif(intY - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY + intR > intH){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\tif(intAns == 1){\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[]){\n\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intW = sc.nextInt();\n\t\tint intH = sc.nextInt();\n\t\tint intX = sc.nextInt();\n\t\tint intY = sc.nextInt();\n\t\tint intR = sc.nextInt();\n\t\tint intAns = 0;\n\n\t\t//????????´???????????????????????£????????¶??????????§???¢?????\\??£????????????\n\t\tif(intX < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY < 0){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?¨???????????????????????????????????¢????\n\t\tif(intX - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intX + intR > intW){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?????????????????????????????????????¢????\n\t\tif(intY - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY + intR > intH){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\tif(intAns == 1){\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[]){\n\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intW = sc.nextInt();\n\t\tint intH = sc.nextInt();\n\t\tint intX = sc.nextInt();\n\t\tint intY = sc.nextInt();\n\t\tint intR = sc.nextInt();\n\t\tint intAns = 0;\n\n\t\t//????????´???????????????????????£????????¶??????????§???¢?????\\??£????????????\n\t\tif(intX < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY < 0){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?¨???????????????????????????????????¢????\n\t\tif(intX - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intX + intR > intW){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?????????????????????????????????????¢????\n\t\tif(intY - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY + intR > intH){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\tif(intAns == 1){\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\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intW = sc.nextInt();\n\t\tint intH = sc.nextInt();\n\t\tint intX = sc.nextInt();\n\t\tint intY = sc.nextInt();\n\t\tint intR = sc.nextInt();\n\t\tint intAns = 0;\n\n\t\t//????????´???????????????????????£????????¶??????????§???¢?????\\??£????????????\n\t\tif(intX < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY < 0){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?¨???????????????????????????????????¢????\n\t\tif(intX - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intX + intR > intW){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?????????????????????????????????????¢????\n\t\tif(intY - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY + intR > intH){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\tif(intAns == 1){\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 intW = sc.nextInt();",
"intW",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int intH = sc.nextInt();",
"intH",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int intX = sc.nextInt();",
"intX",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int intY = sc.nextInt();",
"intY",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int intR = sc.nextInt();",
"intR",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int intAns = 0;",
"intAns",
"0",
"if(intX < 0){\n\t\t\tintAns = 1;\n\t\t}",
"intX < 0",
"intX",
"0",
"{\n\t\t\tintAns = 1;\n\t\t}",
"intAns = 1",
"intAns",
"1",
"if(intY < 0){\n\t\t\tintAns = 1;\n\t\t}",
"intY < 0",
"intY",
"0",
"{\n\t\t\tintAns = 1;\n\t\t}",
"intAns = 1",
"intAns",
"1",
"if(intX - intR < 0){\n\t\t\tintAns = 1;\n\t\t}",
"intX - intR < 0",
"intX - intR",
"intX",
"intR",
"0",
"{\n\t\t\tintAns = 1;\n\t\t}",
"intAns = 1",
"intAns",
"1",
"if(intX + intR > intW){\n\t\t\tintAns = 1;\n\t\t}",
"intX + intR > intW",
"intX + intR",
"intX",
"intR",
"intW",
"{\n\t\t\tintAns = 1;\n\t\t}",
"intAns = 1",
"intAns",
"1",
"if(intY - intR < 0){\n\t\t\tintAns = 1;\n\t\t}",
"intY - intR < 0",
"intY - intR",
"intY",
"intR",
"0",
"{\n\t\t\tintAns = 1;\n\t\t}",
"intAns = 1",
"intAns",
"1",
"if(intY + intR > intH){\n\t\t\tintAns = 1;\n\t\t}",
"intY + intR > intH",
"intY + intR",
"intY",
"intR",
"intH",
"{\n\t\t\tintAns = 1;\n\t\t}",
"intAns = 1",
"intAns",
"1",
"if(intAns == 1){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"intAns == 1",
"intAns",
"1",
"{\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[]){\n\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intW = sc.nextInt();\n\t\tint intH = sc.nextInt();\n\t\tint intX = sc.nextInt();\n\t\tint intY = sc.nextInt();\n\t\tint intR = sc.nextInt();\n\t\tint intAns = 0;\n\n\t\t//????????´???????????????????????£????????¶??????????§???¢?????\\??£????????????\n\t\tif(intX < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY < 0){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?¨???????????????????????????????????¢????\n\t\tif(intX - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intX + intR > intW){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?????????????????????????????????????¢????\n\t\tif(intY - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY + intR > intH){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\tif(intAns == 1){\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[]){\n\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intW = sc.nextInt();\n\t\tint intH = sc.nextInt();\n\t\tint intX = sc.nextInt();\n\t\tint intY = sc.nextInt();\n\t\tint intR = sc.nextInt();\n\t\tint intAns = 0;\n\n\t\t//????????´???????????????????????£????????¶??????????§???¢?????\\??£????????????\n\t\tif(intX < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY < 0){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?¨???????????????????????????????????¢????\n\t\tif(intX - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intX + intR > intW){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\t//?????????????????????????????????????¢????\n\t\tif(intY - intR < 0){\n\t\t\tintAns = 1;\n\t\t}\n\t\tif(intY + intR > intH){\n\t\t\tintAns = 1;\n\t\t}\n\n\t\tif(intAns == 1){\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[]){
Scanner sc = new Scanner(System.in);
int intW = sc.nextInt();
int intH = sc.nextInt();
int intX = sc.nextInt();
int intY = sc.nextInt();
int intR = sc.nextInt();
int intAns = 0;
//????????´???????????????????????£????????¶??????????§???¢?????\??£????????????
if(intX < 0){
intAns = 1;
}
if(intY < 0){
intAns = 1;
}
//?¨???????????????????????????????????¢????
if(intX - intR < 0){
intAns = 1;
}
if(intX + intR > intW){
intAns = 1;
}
//?????????????????????????????????????¢????
if(intY - intR < 0){
intAns = 1;
}
if(intY + intR > intH){
intAns = 1;
}
if(intAns == 1){
System.out.println("No");
}else{
System.out.println("Yes");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
2,
2,
2,
13,
13,
13,
2,
17,
2,
13,
13,
2,
2,
13,
13,
13,
2,
17,
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
],
[
110,
11
],
[
110,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
14,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
14,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
14,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
14,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
63,
66
],
[
66,
67
],
[
66,
68
],
[
14,
69
],
[
69,
70
],
[
72,
71
],
[
83,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
72,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
80,
82
],
[
83,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
72,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
90,
92
],
[
69,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
69,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
12,
107
],
[
107,
108
],
[
0,
109
],
[
109,
110
],
[
109,
111
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\t\tint w = Integer.parseInt(s[0]);\n\t\tint h = Integer.parseInt(s[1]);\n\t\tint x = Integer.parseInt(s[2]);\n\t\tint y = Integer.parseInt(s[3]);\n\t\tint r = Integer.parseInt(s[4]);\n\n\t\tif(((x + r) <= w) && (0 <= (x - r)) && ((y + r) <= h)&&(0 <= (y - r))){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\t\tint w = Integer.parseInt(s[0]);\n\t\tint h = Integer.parseInt(s[1]);\n\t\tint x = Integer.parseInt(s[2]);\n\t\tint y = Integer.parseInt(s[3]);\n\t\tint r = Integer.parseInt(s[4]);\n\n\t\tif(((x + r) <= w) && (0 <= (x - r)) && ((y + r) <= h)&&(0 <= (y - r))){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\t\tint w = Integer.parseInt(s[0]);\n\t\tint h = Integer.parseInt(s[1]);\n\t\tint x = Integer.parseInt(s[2]);\n\t\tint y = Integer.parseInt(s[3]);\n\t\tint r = Integer.parseInt(s[4]);\n\n\t\tif(((x + r) <= w) && (0 <= (x - r)) && ((y + r) <= h)&&(0 <= (y - r))){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\t\tint w = Integer.parseInt(s[0]);\n\t\tint h = Integer.parseInt(s[1]);\n\t\tint x = Integer.parseInt(s[2]);\n\t\tint y = Integer.parseInt(s[3]);\n\t\tint r = Integer.parseInt(s[4]);\n\n\t\tif(((x + r) <= w) && (0 <= (x - r)) && ((y + r) <= h)&&(0 <= (y - r))){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] s = str.split(\" \");",
"s",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int w = Integer.parseInt(s[0]);",
"w",
"Integer.parseInt(s[0])",
"Integer.parseInt",
"Integer",
"s[0]",
"s",
"0",
"int h = Integer.parseInt(s[1]);",
"h",
"Integer.parseInt(s[1])",
"Integer.parseInt",
"Integer",
"s[1]",
"s",
"1",
"int x = Integer.parseInt(s[2]);",
"x",
"Integer.parseInt(s[2])",
"Integer.parseInt",
"Integer",
"s[2]",
"s",
"2",
"int y = Integer.parseInt(s[3]);",
"y",
"Integer.parseInt(s[3])",
"Integer.parseInt",
"Integer",
"s[3]",
"s",
"3",
"int r = Integer.parseInt(s[4]);",
"r",
"Integer.parseInt(s[4])",
"Integer.parseInt",
"Integer",
"s[4]",
"s",
"4",
"if(((x + r) <= w) && (0 <= (x - r)) && ((y + r) <= h)&&(0 <= (y - r))){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"((x + r) <= w) && (0 <= (x - r)) && ((y + r) <= h)&&(0 <= (y - r))",
"((y + r) <= h)",
"((x + r) <= w) && (0 <= (x - r)) && ((y + r) <= h)&&(0 <= (y - r))",
"((x + r) <= w)",
"(x + r)",
"x",
"r",
"w",
"(0 <= (x - r))",
"0",
"(x - r)",
"x",
"r",
"((y + r) <= h)",
"(y + r)",
"y",
"r",
"h",
"(0 <= (y - r))",
"0",
"(y - r)",
"y",
"r",
"{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\t\tint w = Integer.parseInt(s[0]);\n\t\tint h = Integer.parseInt(s[1]);\n\t\tint x = Integer.parseInt(s[2]);\n\t\tint y = Integer.parseInt(s[3]);\n\t\tint r = Integer.parseInt(s[4]);\n\n\t\tif(((x + r) <= w) && (0 <= (x - r)) && ((y + r) <= h)&&(0 <= (y - r))){\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)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] s = str.split(\" \");\n\t\tint w = Integer.parseInt(s[0]);\n\t\tint h = Integer.parseInt(s[1]);\n\t\tint x = Integer.parseInt(s[2]);\n\t\tint y = Integer.parseInt(s[3]);\n\t\tint r = Integer.parseInt(s[4]);\n\n\t\tif(((x + r) <= w) && (0 <= (x - r)) && ((y + r) <= h)&&(0 <= (y - r))){\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.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] s = str.split(" ");
int w = Integer.parseInt(s[0]);
int h = Integer.parseInt(s[1]);
int x = Integer.parseInt(s[2]);
int y = Integer.parseInt(s[3]);
int r = Integer.parseInt(s[4]);
if(((x + r) <= w) && (0 <= (x - r)) && ((y + r) <= h)&&(0 <= (y - r))){
System.out.println("Yes");
}else{
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
17,
13,
2,
17,
13,
30,
14,
2,
2,
13,
13,
2,
13,
13,
30,
14,
2,
2,
13,
2,
13,
13,
2,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
131,
11
],
[
131,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
14,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
35,
37
],
[
14,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
14,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
14,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
59,
61
],
[
14,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
64,
67
],
[
67,
68
],
[
67,
69
],
[
14,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
75,
77
],
[
70,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
84,
86
],
[
79,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
92,
94
],
[
89,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
97,
99
],
[
88,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
88,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
110,
111
],
[
110,
112
],
[
108,
113
],
[
79,
114
],
[
114,
115
],
[
115,
116
],
[
116,
117
],
[
117,
118
],
[
117,
119
],
[
115,
120
],
[
70,
121
],
[
121,
122
],
[
122,
123
],
[
123,
124
],
[
124,
125
],
[
124,
126
],
[
122,
127
],
[
12,
128
],
[
128,
129
],
[
0,
130
],
[
130,
131
],
[
130,
132
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String args[]) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] abc = str.split(\" \", 0);\n\t\tint w = Integer.parseInt(abc[0]);\n\t\tint h = Integer.parseInt(abc[1]);\n\t\tint x = Integer.parseInt(abc[2]);\n\t\tint y = Integer.parseInt(abc[3]);\n\t\tint r = Integer.parseInt(abc[4]);\n\n\t\tif (0 <= x && 0 <= y) {\n\t\t\tif (x < w && y < h) {\n\t\t\t\tif (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String args[]) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] abc = str.split(\" \", 0);\n\t\tint w = Integer.parseInt(abc[0]);\n\t\tint h = Integer.parseInt(abc[1]);\n\t\tint x = Integer.parseInt(abc[2]);\n\t\tint y = Integer.parseInt(abc[3]);\n\t\tint r = Integer.parseInt(abc[4]);\n\n\t\tif (0 <= x && 0 <= y) {\n\t\t\tif (x < w && y < h) {\n\t\t\t\tif (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String args[]) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] abc = str.split(\" \", 0);\n\t\tint w = Integer.parseInt(abc[0]);\n\t\tint h = Integer.parseInt(abc[1]);\n\t\tint x = Integer.parseInt(abc[2]);\n\t\tint y = Integer.parseInt(abc[3]);\n\t\tint r = Integer.parseInt(abc[4]);\n\n\t\tif (0 <= x && 0 <= y) {\n\t\t\tif (x < w && y < h) {\n\t\t\t\tif (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] abc = str.split(\" \", 0);\n\t\tint w = Integer.parseInt(abc[0]);\n\t\tint h = Integer.parseInt(abc[1]);\n\t\tint x = Integer.parseInt(abc[2]);\n\t\tint y = Integer.parseInt(abc[3]);\n\t\tint r = Integer.parseInt(abc[4]);\n\n\t\tif (0 <= x && 0 <= y) {\n\t\t\tif (x < w && y < h) {\n\t\t\t\tif (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] abc = str.split(\" \", 0);",
"abc",
"str.split(\" \", 0)",
"str.split",
"str",
"\" \"",
"0",
"int w = Integer.parseInt(abc[0]);",
"w",
"Integer.parseInt(abc[0])",
"Integer.parseInt",
"Integer",
"abc[0]",
"abc",
"0",
"int h = Integer.parseInt(abc[1]);",
"h",
"Integer.parseInt(abc[1])",
"Integer.parseInt",
"Integer",
"abc[1]",
"abc",
"1",
"int x = Integer.parseInt(abc[2]);",
"x",
"Integer.parseInt(abc[2])",
"Integer.parseInt",
"Integer",
"abc[2]",
"abc",
"2",
"int y = Integer.parseInt(abc[3]);",
"y",
"Integer.parseInt(abc[3])",
"Integer.parseInt",
"Integer",
"abc[3]",
"abc",
"3",
"int r = Integer.parseInt(abc[4]);",
"r",
"Integer.parseInt(abc[4])",
"Integer.parseInt",
"Integer",
"abc[4]",
"abc",
"4",
"if (0 <= x && 0 <= y) {\n\t\t\tif (x < w && y < h) {\n\t\t\t\tif (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"0 <= x && 0 <= y",
"0 <= x",
"0",
"x",
"0 <= y",
"0",
"y",
"{\n\t\t\tif (x < w && y < h) {\n\t\t\t\tif (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}",
"if (x < w && y < h) {\n\t\t\t\tif (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"x < w && y < h",
"x < w",
"x",
"w",
"y < h",
"y",
"h",
"{\n\t\t\t\tif (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}",
"if (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}",
"r <= (w - x) && r <= (h - y)",
"r <= (w - x)",
"r",
"(w - x)",
"w",
"x",
"r <= (h - y)",
"r",
"(h - y)",
"h",
"y",
"{\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"{\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"{\n\t\t\tSystem.out.println(\"No\");\n\t\t}",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String args[]",
"args",
"public class Main {\n\tpublic static void main(String args[]) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] abc = str.split(\" \", 0);\n\t\tint w = Integer.parseInt(abc[0]);\n\t\tint h = Integer.parseInt(abc[1]);\n\t\tint x = Integer.parseInt(abc[2]);\n\t\tint y = Integer.parseInt(abc[3]);\n\t\tint r = Integer.parseInt(abc[4]);\n\n\t\tif (0 <= x && 0 <= y) {\n\t\t\tif (x < w && y < h) {\n\t\t\t\tif (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String args[]) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] abc = str.split(\" \", 0);\n\t\tint w = Integer.parseInt(abc[0]);\n\t\tint h = Integer.parseInt(abc[1]);\n\t\tint x = Integer.parseInt(abc[2]);\n\t\tint y = Integer.parseInt(abc[3]);\n\t\tint r = Integer.parseInt(abc[4]);\n\n\t\tif (0 <= x && 0 <= y) {\n\t\t\tif (x < w && y < h) {\n\t\t\t\tif (r <= (w - x) && r <= (h - y)) {\n\t\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t} else {\n\t\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String args[]) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] abc = str.split(" ", 0);
int w = Integer.parseInt(abc[0]);
int h = Integer.parseInt(abc[1]);
int x = Integer.parseInt(abc[2]);
int y = Integer.parseInt(abc[3]);
int r = Integer.parseInt(abc[4]);
if (0 <= x && 0 <= y) {
if (x < w && y < h) {
if (r <= (w - x) && r <= (h - y)) {
System.out.println("Yes");
} else {
System.out.println("No");
}
} else {
System.out.println("No");
}
} else {
System.out.println("No");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
14,
2,
2,
2,
2,
2,
18,
13,
17,
18,
13,
17,
17,
2,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
2,
2,
18,
13,
17,
18,
13,
17,
17,
2,
2,
18,
13,
17,
18,
13,
17,
18,
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
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
20,
25
],
[
25,
26
],
[
25,
27
],
[
20,
28
],
[
28,
29
],
[
29,
30
],
[
20,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
40,
51
],
[
52,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
8,
60
],
[
60,
61
],
[
63,
62
],
[
84,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
69,
70
],
[
69,
71
],
[
64,
72
],
[
63,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
78,
80
],
[
73,
81
],
[
81,
82
],
[
81,
83
],
[
84,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
84,
92
],
[
63,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
98,
99
],
[
98,
100
],
[
93,
101
],
[
101,
102
],
[
101,
103
],
[
60,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
104,
109
],
[
60,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
6,
116
],
[
116,
117
]
] | [
"import java.util.Scanner;\nclass Main\n{\n public static void main(String[] args)\n {\n Scanner scan = new Scanner(System.in);\n int[] rec = new int[2], cir = new int[3];\n\n for(int i=0 ; i<2 ; i++){rec[i] = scan.nextInt();}\n for(int i=0 ; i<3 ; i++){cir[i] = scan.nextInt();}\n if((cir[0] - cir[2]) >= 0 && (cir[0] + cir[2]) <= rec[0] && (cir[1] - cir[2]) >= 0 && (cir[1] + cir[2]) <= rec[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n public static void main(String[] args)\n {\n Scanner scan = new Scanner(System.in);\n int[] rec = new int[2], cir = new int[3];\n\n for(int i=0 ; i<2 ; i++){rec[i] = scan.nextInt();}\n for(int i=0 ; i<3 ; i++){cir[i] = scan.nextInt();}\n if((cir[0] - cir[2]) >= 0 && (cir[0] + cir[2]) <= rec[0] && (cir[1] - cir[2]) >= 0 && (cir[1] + cir[2]) <= rec[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}",
"Main",
"public static void main(String[] args)\n {\n Scanner scan = new Scanner(System.in);\n int[] rec = new int[2], cir = new int[3];\n\n for(int i=0 ; i<2 ; i++){rec[i] = scan.nextInt();}\n for(int i=0 ; i<3 ; i++){cir[i] = scan.nextInt();}\n if((cir[0] - cir[2]) >= 0 && (cir[0] + cir[2]) <= rec[0] && (cir[1] - cir[2]) >= 0 && (cir[1] + cir[2]) <= rec[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int[] rec = new int[2], cir = new int[3];\n\n for(int i=0 ; i<2 ; i++){rec[i] = scan.nextInt();}\n for(int i=0 ; i<3 ; i++){cir[i] = scan.nextInt();}\n if((cir[0] - cir[2]) >= 0 && (cir[0] + cir[2]) <= rec[0] && (cir[1] - cir[2]) >= 0 && (cir[1] + cir[2]) <= rec[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int[] rec = new int[2]",
"rec",
"new int[2]",
"2",
"cir = new int[3];",
"cir",
"new int[3]",
"3",
"for(int i=0 ; i<2 ; i++){rec[i] = scan.nextInt();}",
"int i=0 ;",
"int i=0 ;",
"i",
"0",
"i<2",
"i",
"2",
"i++",
"i++",
"i",
"{rec[i] = scan.nextInt();}",
"{rec[i] = scan.nextInt();}",
"rec[i] = scan.nextInt()",
"rec[i]",
"rec",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"for(int i=0 ; i<3 ; i++){cir[i] = scan.nextInt();}",
"int i=0 ;",
"int i=0 ;",
"i",
"0",
"i<3",
"i",
"3",
"i++",
"i++",
"i",
"{cir[i] = scan.nextInt();}",
"{cir[i] = scan.nextInt();}",
"cir[i] = scan.nextInt()",
"cir[i]",
"cir",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if((cir[0] - cir[2]) >= 0 && (cir[0] + cir[2]) <= rec[0] && (cir[1] - cir[2]) >= 0 && (cir[1] + cir[2]) <= rec[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");",
"(cir[0] - cir[2]) >= 0 && (cir[0] + cir[2]) <= rec[0] && (cir[1] - cir[2]) >= 0 && (cir[1] + cir[2]) <= rec[1]",
"(cir[1] - cir[2]) >= 0",
"(cir[0] - cir[2]) >= 0 && (cir[0] + cir[2]) <= rec[0] && (cir[1] - cir[2]) >= 0 && (cir[1] + cir[2]) <= rec[1]",
"(cir[0] - cir[2]) >= 0",
"(cir[0] - cir[2])",
"cir[0]",
"cir",
"0",
"cir[2]",
"cir",
"2",
"0",
"(cir[0] + cir[2]) <= rec[0]",
"(cir[0] + cir[2])",
"cir[0]",
"cir",
"0",
"cir[2]",
"cir",
"2",
"rec[0]",
"rec",
"0",
"(cir[1] - cir[2]) >= 0",
"(cir[1] - cir[2])",
"cir[1]",
"cir",
"1",
"cir[2]",
"cir",
"2",
"0",
"(cir[1] + cir[2]) <= rec[1]",
"(cir[1] + cir[2])",
"cir[1]",
"cir",
"1",
"cir[2]",
"cir",
"2",
"rec[1]",
"rec",
"1",
"System.out.println(\"Yes\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Yes\"",
"System.out.println(\"No\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"No\"",
"String[] args",
"args"
] | import java.util.Scanner;
class Main
{
public static void main(String[] args)
{
Scanner scan = new Scanner(System.in);
int[] rec = new int[2], cir = new int[3];
for(int i=0 ; i<2 ; i++){rec[i] = scan.nextInt();}
for(int i=0 ; i<3 ; i++){cir[i] = scan.nextInt();}
if((cir[0] - cir[2]) >= 0 && (cir[0] + cir[2]) <= rec[0] && (cir[1] - cir[2]) >= 0 && (cir[1] + cir[2]) <= rec[1])
System.out.println("Yes");
else
System.out.println("No");
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
11,
1,
41,
13,
17,
1,
40,
13,
30,
30,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
17,
3,
4,
18,
18,
13,
13,
2,
2,
2,
17,
13,
17,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
53,
5
],
[
53,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
14,
16
],
[
12,
17
],
[
17,
18
],
[
18,
19
],
[
12,
20
],
[
21,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
27,
28
],
[
28,
29
],
[
21,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
30,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
42,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
42,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
6,
50
],
[
50,
51
],
[
0,
52
],
[
52,
53
],
[
52,
54
]
] | [
"import java.util.Scanner;\n \npublic class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n for(int i = 1;;i++){\n int num = Integer.parseInt(sc.nextLine());\n if(num == 0) break;\n else System.out.println(\"Case \" + i + \": \" + num );\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 for(int i = 1;;i++){\n int num = Integer.parseInt(sc.nextLine());\n if(num == 0) break;\n else System.out.println(\"Case \" + i + \": \" + num );\n }\n sc.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n for(int i = 1;;i++){\n int num = Integer.parseInt(sc.nextLine());\n if(num == 0) break;\n else System.out.println(\"Case \" + i + \": \" + num );\n }\n sc.close();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n for(int i = 1;;i++){\n int num = Integer.parseInt(sc.nextLine());\n if(num == 0) break;\n else System.out.println(\"Case \" + i + \": \" + num );\n }\n sc.close();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"for(int i = 1;;i++){\n int num = Integer.parseInt(sc.nextLine());\n if(num == 0) break;\n else System.out.println(\"Case \" + i + \": \" + num );\n }",
"int i = 1;",
"int i = 1;",
"i",
"1",
"i++",
"i++",
"i",
"{\n int num = Integer.parseInt(sc.nextLine());\n if(num == 0) break;\n else System.out.println(\"Case \" + i + \": \" + num );\n }",
"{\n int num = Integer.parseInt(sc.nextLine());\n if(num == 0) break;\n else System.out.println(\"Case \" + i + \": \" + num );\n }",
"int num = Integer.parseInt(sc.nextLine());",
"num",
"Integer.parseInt(sc.nextLine())",
"Integer.parseInt",
"Integer",
"sc.nextLine()",
"sc.nextLine",
"sc",
"if(num == 0) break;\n else System.out.println(\"Case \" + i + \": \" + num );",
"num == 0",
"num",
"0",
"break;",
"System.out.println(\"Case \" + i + \": \" + num )",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Case \" + i + \": \" + num",
"\": \"",
"\"Case \" + i + \": \" + num",
"\"Case \"",
"i",
"\": \"",
"num",
"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 for(int i = 1;;i++){\n int num = Integer.parseInt(sc.nextLine());\n if(num == 0) break;\n else System.out.println(\"Case \" + i + \": \" + num );\n }\n sc.close();\n }\n}",
"public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n for(int i = 1;;i++){\n int num = Integer.parseInt(sc.nextLine());\n if(num == 0) break;\n else System.out.println(\"Case \" + i + \": \" + num );\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);
for(int i = 1;;i++){
int num = Integer.parseInt(sc.nextLine());
if(num == 0) break;
else System.out.println("Case " + i + ": " + num );
}
sc.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
41,
13,
17,
11,
1,
30,
30,
0,
13,
4,
18,
13,
4,
18,
13,
14,
2,
13,
17,
30,
3,
4,
18,
13,
2,
2,
2,
2,
17,
13,
17,
13,
17,
40,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
61,
5
],
[
61,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
23,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
30,
31
],
[
23,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
23,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
44,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
42,
48
],
[
44,
49
],
[
23,
50
],
[
50,
51
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
6,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n StringBuilder sb = new StringBuilder();\n\n int inputInt;\n int i = 1;\n for (;;) {\n inputInt = Integer.parseInt(sc.nextLine());\n if (inputInt == 0) {\n break;\n }\n sb.append(\"Case \" + i + \": \" + inputInt + \"\\n\");\n i++;\n }\n\n System.out.print(sb);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n StringBuilder sb = new StringBuilder();\n\n int inputInt;\n int i = 1;\n for (;;) {\n inputInt = Integer.parseInt(sc.nextLine());\n if (inputInt == 0) {\n break;\n }\n sb.append(\"Case \" + i + \": \" + inputInt + \"\\n\");\n i++;\n }\n\n System.out.print(sb);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n StringBuilder sb = new StringBuilder();\n\n int inputInt;\n int i = 1;\n for (;;) {\n inputInt = Integer.parseInt(sc.nextLine());\n if (inputInt == 0) {\n break;\n }\n sb.append(\"Case \" + i + \": \" + inputInt + \"\\n\");\n i++;\n }\n\n System.out.print(sb);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n StringBuilder sb = new StringBuilder();\n\n int inputInt;\n int i = 1;\n for (;;) {\n inputInt = Integer.parseInt(sc.nextLine());\n if (inputInt == 0) {\n break;\n }\n sb.append(\"Case \" + i + \": \" + inputInt + \"\\n\");\n i++;\n }\n\n System.out.print(sb);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"int inputInt;",
"inputInt",
"int i = 1;",
"i",
"1",
"for (;;) {\n inputInt = Integer.parseInt(sc.nextLine());\n if (inputInt == 0) {\n break;\n }\n sb.append(\"Case \" + i + \": \" + inputInt + \"\\n\");\n i++;\n }",
";",
"{\n inputInt = Integer.parseInt(sc.nextLine());\n if (inputInt == 0) {\n break;\n }\n sb.append(\"Case \" + i + \": \" + inputInt + \"\\n\");\n i++;\n }",
"{\n inputInt = Integer.parseInt(sc.nextLine());\n if (inputInt == 0) {\n break;\n }\n sb.append(\"Case \" + i + \": \" + inputInt + \"\\n\");\n i++;\n }",
"inputInt = Integer.parseInt(sc.nextLine())",
"inputInt",
"Integer.parseInt(sc.nextLine())",
"Integer.parseInt",
"Integer",
"sc.nextLine()",
"sc.nextLine",
"sc",
"if (inputInt == 0) {\n break;\n }",
"inputInt == 0",
"inputInt",
"0",
"{\n break;\n }",
"break;",
"sb.append(\"Case \" + i + \": \" + inputInt + \"\\n\")",
"sb.append",
"sb",
"\"Case \" + i + \": \" + inputInt + \"\\n\"",
"inputInt",
"\": \"",
"\"Case \" + i + \": \" + inputInt + \"\\n\"",
"\"Case \"",
"i",
"\": \"",
"inputInt",
"\"\\n\"",
"i++",
"i",
"System.out.print(sb)",
"System.out.print",
"System.out",
"System",
"System.out",
"sb",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n StringBuilder sb = new StringBuilder();\n\n int inputInt;\n int i = 1;\n for (;;) {\n inputInt = Integer.parseInt(sc.nextLine());\n if (inputInt == 0) {\n break;\n }\n sb.append(\"Case \" + i + \": \" + inputInt + \"\\n\");\n i++;\n }\n\n System.out.print(sb);\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n StringBuilder sb = new StringBuilder();\n\n int inputInt;\n int i = 1;\n for (;;) {\n inputInt = Integer.parseInt(sc.nextLine());\n if (inputInt == 0) {\n break;\n }\n sb.append(\"Case \" + i + \": \" + inputInt + \"\\n\");\n i++;\n }\n\n System.out.print(sb);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
StringBuilder sb = new StringBuilder();
int inputInt;
int i = 1;
for (;;) {
inputInt = Integer.parseInt(sc.nextLine());
if (inputInt == 0) {
break;
}
sb.append("Case " + i + ": " + inputInt + "\n");
i++;
}
System.out.print(sb);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
17,
42,
17,
30,
40,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
14,
2,
13,
17,
3,
4,
18,
13,
2,
2,
2,
2,
17,
13,
17,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
20,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
20,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
20,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
45,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
43,
49
],
[
45,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
6,
57
],
[
57,
58
]
] | [
"import java.io.*;\n\nclass Main {\n\tpublic static void main(String[] args) throws java.io.IOException {\n\n\t\tBufferedReader input = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tStringBuilder str = new StringBuilder();\n\n\t\tint i = 0;\n\n\t\twhile (true) {\n\t\t\ti++;\n\t\t\tString tmp = input.readLine();\n\t\t\tint x = Integer.parseInt(tmp);\n\n\t\t\tif (x == 0)\n\t\t\t\tbreak;\n\n\t\t\tstr.append(\"Case \" + i + \": \" + x + \"\\n\");\n\n\t\t}\n\n\t\tSystem.out.print(str);\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String[] args) throws java.io.IOException {\n\n\t\tBufferedReader input = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tStringBuilder str = new StringBuilder();\n\n\t\tint i = 0;\n\n\t\twhile (true) {\n\t\t\ti++;\n\t\t\tString tmp = input.readLine();\n\t\t\tint x = Integer.parseInt(tmp);\n\n\t\t\tif (x == 0)\n\t\t\t\tbreak;\n\n\t\t\tstr.append(\"Case \" + i + \": \" + x + \"\\n\");\n\n\t\t}\n\n\t\tSystem.out.print(str);\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws java.io.IOException {\n\n\t\tBufferedReader input = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tStringBuilder str = new StringBuilder();\n\n\t\tint i = 0;\n\n\t\twhile (true) {\n\t\t\ti++;\n\t\t\tString tmp = input.readLine();\n\t\t\tint x = Integer.parseInt(tmp);\n\n\t\t\tif (x == 0)\n\t\t\t\tbreak;\n\n\t\t\tstr.append(\"Case \" + i + \": \" + x + \"\\n\");\n\n\t\t}\n\n\t\tSystem.out.print(str);\n\n\t}",
"main",
"{\n\n\t\tBufferedReader input = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tStringBuilder str = new StringBuilder();\n\n\t\tint i = 0;\n\n\t\twhile (true) {\n\t\t\ti++;\n\t\t\tString tmp = input.readLine();\n\t\t\tint x = Integer.parseInt(tmp);\n\n\t\t\tif (x == 0)\n\t\t\t\tbreak;\n\n\t\t\tstr.append(\"Case \" + i + \": \" + x + \"\\n\");\n\n\t\t}\n\n\t\tSystem.out.print(str);\n\n\t}",
"BufferedReader input = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));",
"input",
"new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in))",
"StringBuilder str = new StringBuilder();",
"str",
"new StringBuilder()",
"int i = 0;",
"i",
"0",
"while (true) {\n\t\t\ti++;\n\t\t\tString tmp = input.readLine();\n\t\t\tint x = Integer.parseInt(tmp);\n\n\t\t\tif (x == 0)\n\t\t\t\tbreak;\n\n\t\t\tstr.append(\"Case \" + i + \": \" + x + \"\\n\");\n\n\t\t}",
"true",
"{\n\t\t\ti++;\n\t\t\tString tmp = input.readLine();\n\t\t\tint x = Integer.parseInt(tmp);\n\n\t\t\tif (x == 0)\n\t\t\t\tbreak;\n\n\t\t\tstr.append(\"Case \" + i + \": \" + x + \"\\n\");\n\n\t\t}",
"i++",
"i",
"String tmp = input.readLine();",
"tmp",
"input.readLine()",
"input.readLine",
"input",
"int x = Integer.parseInt(tmp);",
"x",
"Integer.parseInt(tmp)",
"Integer.parseInt",
"Integer",
"tmp",
"if (x == 0)\n\t\t\t\tbreak;",
"x == 0",
"x",
"0",
"break;",
"str.append(\"Case \" + i + \": \" + x + \"\\n\")",
"str.append",
"str",
"\"Case \" + i + \": \" + x + \"\\n\"",
"x",
"\": \"",
"\"Case \" + i + \": \" + x + \"\\n\"",
"\"Case \"",
"i",
"\": \"",
"x",
"\"\\n\"",
"System.out.print(str)",
"System.out.print",
"System.out",
"System",
"System.out",
"str",
"String[] args",
"args"
] | import java.io.*;
class Main {
public static void main(String[] args) throws java.io.IOException {
BufferedReader input = new BufferedReader(new InputStreamReader(
System.in));
StringBuilder str = new StringBuilder();
int i = 0;
while (true) {
i++;
String tmp = input.readLine();
int x = Integer.parseInt(tmp);
if (x == 0)
break;
str.append("Case " + i + ": " + x + "\n");
}
System.out.print(str);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
17,
42,
17,
30,
40,
13,
41,
13,
4,
18,
13,
14,
2,
13,
17,
30,
3,
4,
18,
4,
18,
4,
18,
4,
18,
4,
18,
4,
18,
13,
17,
17,
2,
13,
17,
17,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
20,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
20,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
42,
48
],
[
40,
49
],
[
49,
50
],
[
49,
51
],
[
38,
52
],
[
36,
53
],
[
34,
54
],
[
8,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
6,
65
],
[
65,
66
]
] | [
"import java.util.Scanner;\n \nclass Main {\n public static void main(String args[]) {\n StringBuilder sb = new StringBuilder();\n Scanner scanner = new Scanner(System.in);\n \n int i = 0;\n while (true) {\n i++;\n int x = scanner.nextInt();\n if(x == 0) {\n break; \n }\n sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \").append(x).append(\"\\n\");\n\n } \n System.out.print(sb);\n sb.setLength(0);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String args[]) {\n StringBuilder sb = new StringBuilder();\n Scanner scanner = new Scanner(System.in);\n \n int i = 0;\n while (true) {\n i++;\n int x = scanner.nextInt();\n if(x == 0) {\n break; \n }\n sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \").append(x).append(\"\\n\");\n\n } \n System.out.print(sb);\n sb.setLength(0);\n }\n}",
"Main",
"public static void main(String args[]) {\n StringBuilder sb = new StringBuilder();\n Scanner scanner = new Scanner(System.in);\n \n int i = 0;\n while (true) {\n i++;\n int x = scanner.nextInt();\n if(x == 0) {\n break; \n }\n sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \").append(x).append(\"\\n\");\n\n } \n System.out.print(sb);\n sb.setLength(0);\n }",
"main",
"{\n StringBuilder sb = new StringBuilder();\n Scanner scanner = new Scanner(System.in);\n \n int i = 0;\n while (true) {\n i++;\n int x = scanner.nextInt();\n if(x == 0) {\n break; \n }\n sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \").append(x).append(\"\\n\");\n\n } \n System.out.print(sb);\n sb.setLength(0);\n }",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int i = 0;",
"i",
"0",
"while (true) {\n i++;\n int x = scanner.nextInt();\n if(x == 0) {\n break; \n }\n sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \").append(x).append(\"\\n\");\n\n }",
"true",
"{\n i++;\n int x = scanner.nextInt();\n if(x == 0) {\n break; \n }\n sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \").append(x).append(\"\\n\");\n\n }",
"i++",
"i",
"int x = scanner.nextInt();",
"x",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"if(x == 0) {\n break; \n }",
"x == 0",
"x",
"0",
"{\n break; \n }",
"break;",
"sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \").append(x).append(\"\\n\")",
"sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \").append(x).append",
"sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \").append(x)",
"sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \").append",
"sb.append(\"Case\").append(\" \").append(i + \":\").append(\" \")",
"sb.append(\"Case\").append(\" \").append(i + \":\").append",
"sb.append(\"Case\").append(\" \").append(i + \":\")",
"sb.append(\"Case\").append(\" \").append",
"sb.append(\"Case\").append(\" \")",
"sb.append(\"Case\").append",
"sb.append(\"Case\")",
"sb.append",
"sb",
"\"Case\"",
"\" \"",
"i + \":\"",
"i",
"\":\"",
"\" \"",
"x",
"\"\\n\"",
"System.out.print(sb)",
"System.out.print",
"System.out",
"System",
"System.out",
"sb",
"sb.setLength(0)",
"sb.setLength",
"sb",
"0",
"String args[]",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String args[]) {
StringBuilder sb = new StringBuilder();
Scanner scanner = new Scanner(System.in);
int i = 0;
while (true) {
i++;
int x = scanner.nextInt();
if(x == 0) {
break;
}
sb.append("Case").append(" ").append(i + ":").append(" ").append(x).append("\n");
}
System.out.print(sb);
sb.setLength(0);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
42,
4,
18,
13,
30,
41,
13,
4,
18,
13,
14,
2,
13,
17,
3,
4,
18,
18,
13,
13,
2,
2,
2,
17,
13,
17,
13,
40,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
47,
5
],
[
47,
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
],
[
15,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
19,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
19,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
30,
35
],
[
37,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
37,
41
],
[
19,
42
],
[
42,
43
],
[
6,
44
],
[
44,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int i = 1;\n while(s.hasNext()){\n int x = s.nextInt();\n if(x == 0) break;\n System.out.println(\"Case \" + i + \": \" + x);\n i++;\n }\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int i = 1;\n while(s.hasNext()){\n int x = s.nextInt();\n if(x == 0) break;\n System.out.println(\"Case \" + i + \": \" + x);\n i++;\n }\n }\n\n}",
"Main",
"public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int i = 1;\n while(s.hasNext()){\n int x = s.nextInt();\n if(x == 0) break;\n System.out.println(\"Case \" + i + \": \" + x);\n i++;\n }\n }",
"main",
"{\n Scanner s = new Scanner(System.in);\n int i = 1;\n while(s.hasNext()){\n int x = s.nextInt();\n if(x == 0) break;\n System.out.println(\"Case \" + i + \": \" + x);\n i++;\n }\n }",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int i = 1;",
"i",
"1",
"while(s.hasNext()){\n int x = s.nextInt();\n if(x == 0) break;\n System.out.println(\"Case \" + i + \": \" + x);\n i++;\n }",
"s.hasNext()",
"s.hasNext",
"s",
"{\n int x = s.nextInt();\n if(x == 0) break;\n System.out.println(\"Case \" + i + \": \" + x);\n i++;\n }",
"int x = s.nextInt();",
"x",
"s.nextInt()",
"s.nextInt",
"s",
"if(x == 0) break;",
"x == 0",
"x",
"0",
"break;",
"System.out.println(\"Case \" + i + \": \" + x)",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Case \" + i + \": \" + x",
"\": \"",
"\"Case \" + i + \": \" + x",
"\"Case \"",
"i",
"\": \"",
"x",
"i++",
"i",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int i = 1;\n while(s.hasNext()){\n int x = s.nextInt();\n if(x == 0) break;\n System.out.println(\"Case \" + i + \": \" + x);\n i++;\n }\n }\n\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int i = 1;\n while(s.hasNext()){\n int x = s.nextInt();\n if(x == 0) break;\n System.out.println(\"Case \" + i + \": \" + x);\n i++;\n }\n }\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner s = new Scanner(System.in);
int i = 1;
while(s.hasNext()){
int x = s.nextInt();
if(x == 0) break;
System.out.println("Case " + i + ": " + x);
i++;
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
17,
42,
2,
0,
13,
4,
18,
13,
17,
30,
4,
18,
18,
13,
13,
17,
40,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
17,
23
],
[
23,
24
],
[
23,
25
],
[
17,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
27,
33
],
[
26,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
35,
41
],
[
41,
42
],
[
35,
43
],
[
15,
44
],
[
44,
45
]
] | [
"import java.io.*;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int d;\n int idx = 0;\n while((d = in.nextInt()) != 0) {\n\t System.out.printf(\"Case %d: %d\\n\", ++idx, d);\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int d;\n int idx = 0;\n while((d = in.nextInt()) != 0) {\n\t System.out.printf(\"Case %d: %d\\n\", ++idx, d);\n }\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int d;\n int idx = 0;\n while((d = in.nextInt()) != 0) {\n\t System.out.printf(\"Case %d: %d\\n\", ++idx, d);\n }\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n int d;\n int idx = 0;\n while((d = in.nextInt()) != 0) {\n\t System.out.printf(\"Case %d: %d\\n\", ++idx, d);\n }\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int d;",
"d",
"int idx = 0;",
"idx",
"0",
"while((d = in.nextInt()) != 0) {\n\t System.out.printf(\"Case %d: %d\\n\", ++idx, d);\n }",
"(d = in.nextInt()) != 0",
"(d = in.nextInt())",
"d",
"in.nextInt()",
"in.nextInt",
"in",
"0",
"{\n\t System.out.printf(\"Case %d: %d\\n\", ++idx, d);\n }",
"System.out.printf(\"Case %d: %d\\n\", ++idx, d)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"Case %d: %d\\n\"",
"++idx",
"idx",
"d",
"String[] args",
"args"
] | import java.io.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
class Main {
public static void main(String[] args) throws IOException {
Scanner in = new Scanner(System.in);
int d;
int idx = 0;
while((d = in.nextInt()) != 0) {
System.out.printf("Case %d: %d\n", ++idx, d);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
17,
41,
13,
17,
42,
17,
30,
0,
13,
4,
18,
13,
14,
2,
13,
17,
3,
40,
13,
4,
18,
13,
2,
2,
2,
2,
2,
17,
13,
17,
17,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
23,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
23,
34
],
[
34,
35
],
[
23,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
43,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
41,
47
],
[
40,
48
],
[
43,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
6,
56
],
[
56,
57
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\tstatic public void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t/*StringBuilder:??????????????????????????±?????????*/\n\t\tStringBuilder sb = new StringBuilder();\n\t\tint idx = 0;\n\t\tint i = 0;\n\n\t\twhile(true){\n\t\t\tidx = sc.nextInt();\n\t\t\tif(idx == 0)\n\t\t\t\tbreak;\n\t\t\ti++;\n\t\t\t/*append:????????????????????????*/\n\t\t\tsb.append(\"Case \" + i + \":\" + \" \" + idx + \"\\n\");\n\t\t}\n\t\tSystem.out.print(sb);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tstatic public void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t/*StringBuilder:??????????????????????????±?????????*/\n\t\tStringBuilder sb = new StringBuilder();\n\t\tint idx = 0;\n\t\tint i = 0;\n\n\t\twhile(true){\n\t\t\tidx = sc.nextInt();\n\t\t\tif(idx == 0)\n\t\t\t\tbreak;\n\t\t\ti++;\n\t\t\t/*append:????????????????????????*/\n\t\t\tsb.append(\"Case \" + i + \":\" + \" \" + idx + \"\\n\");\n\t\t}\n\t\tSystem.out.print(sb);\n\t}\n}",
"Main",
"static public void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t/*StringBuilder:??????????????????????????±?????????*/\n\t\tStringBuilder sb = new StringBuilder();\n\t\tint idx = 0;\n\t\tint i = 0;\n\n\t\twhile(true){\n\t\t\tidx = sc.nextInt();\n\t\t\tif(idx == 0)\n\t\t\t\tbreak;\n\t\t\ti++;\n\t\t\t/*append:????????????????????????*/\n\t\t\tsb.append(\"Case \" + i + \":\" + \" \" + idx + \"\\n\");\n\t\t}\n\t\tSystem.out.print(sb);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\t/*StringBuilder:??????????????????????????±?????????*/\n\t\tStringBuilder sb = new StringBuilder();\n\t\tint idx = 0;\n\t\tint i = 0;\n\n\t\twhile(true){\n\t\t\tidx = sc.nextInt();\n\t\t\tif(idx == 0)\n\t\t\t\tbreak;\n\t\t\ti++;\n\t\t\t/*append:????????????????????????*/\n\t\t\tsb.append(\"Case \" + i + \":\" + \" \" + idx + \"\\n\");\n\t\t}\n\t\tSystem.out.print(sb);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"int idx = 0;",
"idx",
"0",
"int i = 0;",
"i",
"0",
"while(true){\n\t\t\tidx = sc.nextInt();\n\t\t\tif(idx == 0)\n\t\t\t\tbreak;\n\t\t\ti++;\n\t\t\t/*append:????????????????????????*/\n\t\t\tsb.append(\"Case \" + i + \":\" + \" \" + idx + \"\\n\");\n\t\t}",
"true",
"{\n\t\t\tidx = sc.nextInt();\n\t\t\tif(idx == 0)\n\t\t\t\tbreak;\n\t\t\ti++;\n\t\t\t/*append:????????????????????????*/\n\t\t\tsb.append(\"Case \" + i + \":\" + \" \" + idx + \"\\n\");\n\t\t}",
"idx = sc.nextInt()",
"idx",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(idx == 0)\n\t\t\t\tbreak;",
"idx == 0",
"idx",
"0",
"break;",
"i++",
"i",
"sb.append(\"Case \" + i + \":\" + \" \" + idx + \"\\n\")",
"sb.append",
"sb",
"\"Case \" + i + \":\" + \" \" + idx + \"\\n\"",
"idx",
"\" \"",
"\":\"",
"\"Case \" + i + \":\" + \" \" + idx + \"\\n\"",
"\"Case \"",
"i",
"\":\"",
"\" \"",
"idx",
"\"\\n\"",
"System.out.print(sb)",
"System.out.print",
"System.out",
"System",
"System.out",
"sb",
"String args[]",
"args"
] | import java.util.Scanner;
class Main{
static public void main(String args[]){
Scanner sc = new Scanner(System.in);
/*StringBuilder:??????????????????????????±?????????*/
StringBuilder sb = new StringBuilder();
int idx = 0;
int i = 0;
while(true){
idx = sc.nextInt();
if(idx == 0)
break;
i++;
/*append:????????????????????????*/
sb.append("Case " + i + ":" + " " + idx + "\n");
}
System.out.print(sb);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
42,
17,
30,
0,
13,
4,
18,
13,
14,
2,
13,
17,
30,
3,
4,
18,
18,
13,
13,
2,
2,
2,
17,
13,
17,
13,
40,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
51,
5
],
[
51,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
19,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
19,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
38,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
38,
42
],
[
19,
43
],
[
43,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
6,
48
],
[
48,
49
],
[
0,
50
],
[
50,
51
],
[
50,
52
]
] | [
"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 count=1;\n\t\tint x;\n\t\twhile(true){\n\t\t\tx = scan.nextInt();\n\t\t\tif(x == 0){break;}\n\n\t\t\tSystem.out.println(\"Case \" + count + \": \" + x);\n\t\t\tcount++;\n\t\t}\n\t\tscan.close();\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint count=1;\n\t\tint x;\n\t\twhile(true){\n\t\t\tx = scan.nextInt();\n\t\t\tif(x == 0){break;}\n\n\t\t\tSystem.out.println(\"Case \" + count + \": \" + x);\n\t\t\tcount++;\n\t\t}\n\t\tscan.close();\n\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint count=1;\n\t\tint x;\n\t\twhile(true){\n\t\t\tx = scan.nextInt();\n\t\t\tif(x == 0){break;}\n\n\t\t\tSystem.out.println(\"Case \" + count + \": \" + x);\n\t\t\tcount++;\n\t\t}\n\t\tscan.close();\n\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint count=1;\n\t\tint x;\n\t\twhile(true){\n\t\t\tx = scan.nextInt();\n\t\t\tif(x == 0){break;}\n\n\t\t\tSystem.out.println(\"Case \" + count + \": \" + x);\n\t\t\tcount++;\n\t\t}\n\t\tscan.close();\n\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int count=1;",
"count",
"1",
"int x;",
"x",
"while(true){\n\t\t\tx = scan.nextInt();\n\t\t\tif(x == 0){break;}\n\n\t\t\tSystem.out.println(\"Case \" + count + \": \" + x);\n\t\t\tcount++;\n\t\t}",
"true",
"{\n\t\t\tx = scan.nextInt();\n\t\t\tif(x == 0){break;}\n\n\t\t\tSystem.out.println(\"Case \" + count + \": \" + x);\n\t\t\tcount++;\n\t\t}",
"x = scan.nextInt()",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"if(x == 0){break;}",
"x == 0",
"x",
"0",
"{break;}",
"break;",
"System.out.println(\"Case \" + count + \": \" + x)",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Case \" + count + \": \" + x",
"\": \"",
"\"Case \" + count + \": \" + x",
"\"Case \"",
"count",
"\": \"",
"x",
"count++",
"count",
"scan.close()",
"scan.close",
"scan",
"String args[]",
"args",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint count=1;\n\t\tint x;\n\t\twhile(true){\n\t\t\tx = scan.nextInt();\n\t\t\tif(x == 0){break;}\n\n\t\t\tSystem.out.println(\"Case \" + count + \": \" + x);\n\t\t\tcount++;\n\t\t}\n\t\tscan.close();\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint count=1;\n\t\tint x;\n\t\twhile(true){\n\t\t\tx = scan.nextInt();\n\t\t\tif(x == 0){break;}\n\n\t\t\tSystem.out.println(\"Case \" + count + \": \" + x);\n\t\t\tcount++;\n\t\t}\n\t\tscan.close();\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
int count=1;
int x;
while(true){
x = scan.nextInt();
if(x == 0){break;}
System.out.println("Case " + count + ": " + x);
count++;
}
scan.close();
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.