node_ids
sequencelengths
4
1.4k
edge_index
sequencelengths
1
2.22k
text
sequencelengths
4
1.4k
source
stringlengths
14
427k
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 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 ]
[ [ 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 ], [ 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 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n \n int w = stdIn.nextInt();\n int h = stdIn.nextInt();\n int x = stdIn.nextInt();\n int y = stdIn.nextInt();\n int r = stdIn.nextInt();\n \n if ((x >= r) && (x <= (w-r)) && (y >= r) && (y <= (h-r))) {\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 stdIn = new Scanner(System.in);\n \n int w = stdIn.nextInt();\n int h = stdIn.nextInt();\n int x = stdIn.nextInt();\n int y = stdIn.nextInt();\n int r = stdIn.nextInt();\n \n if ((x >= r) && (x <= (w-r)) && (y >= r) && (y <= (h-r))) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n \n int w = stdIn.nextInt();\n int h = stdIn.nextInt();\n int x = stdIn.nextInt();\n int y = stdIn.nextInt();\n int r = stdIn.nextInt();\n \n if ((x >= r) && (x <= (w-r)) && (y >= r) && (y <= (h-r))) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }", "main", "{\n Scanner stdIn = new Scanner(System.in);\n \n int w = stdIn.nextInt();\n int h = stdIn.nextInt();\n int x = stdIn.nextInt();\n int y = stdIn.nextInt();\n int r = stdIn.nextInt();\n \n if ((x >= r) && (x <= (w-r)) && (y >= r) && (y <= (h-r))) {\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 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 >= r) && (x <= (w-r)) && (y >= r) && (y <= (h-r))) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }", "(x >= r) && (x <= (w-r)) && (y >= r) && (y <= (h-r))", "(y >= r)", "(x >= r) && (x <= (w-r)) && (y >= r) && (y <= (h-r))", "(x >= r)", "x", "r", "(x <= (w-r))", "x", "(w-r)", "w", "r", "(y >= r)", "y", "r", "(y <= (h-r))", "y", "(h-r)", "h", "r", "{\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 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 >= r) && (x <= (w-r)) && (y >= r) && (y <= (h-r))) { System.out.println("Yes"); } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 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, 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, 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 ], [ 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 ], [ 11, 18 ], [ 18, 19 ], [ 18, 20 ], [ 11, 21 ], [ 21, 22 ], [ 21, 23 ], [ 11, 24 ], [ 24, 25 ], [ 24, 26 ], [ 11, 27 ], [ 27, 28 ], [ 27, 29 ], [ 11, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 11, 35 ], [ 35, 36 ], [ 35, 37 ], [ 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 ], [ 57, 60 ], [ 11, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 11, 67 ], [ 67, 68 ], [ 67, 69 ], [ 69, 70 ], [ 70, 71 ], [ 69, 72 ], [ 11, 73 ], [ 73, 74 ], [ 73, 75 ], [ 75, 76 ], [ 76, 77 ], [ 75, 78 ], [ 11, 79 ], [ 79, 80 ], [ 79, 81 ], [ 81, 82 ], [ 82, 83 ], [ 81, 84 ], [ 11, 85 ], [ 85, 86 ], [ 88, 87 ], [ 97, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 92, 93 ], [ 92, 94 ], [ 94, 95 ], [ 94, 96 ], [ 97, 97 ], [ 97, 98 ], [ 97, 99 ], [ 88, 100 ], [ 100, 101 ], [ 100, 102 ], [ 102, 103 ], [ 102, 104 ], [ 85, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 108, 110 ], [ 106, 111 ], [ 85, 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.*;\nimport java.util.Scanner;\n\npublic class Main{\n public static void main(String args[]) throws IOException{\n int W = 0;\n int H = 0;\n int x = 0;\n int y = 0;\n int r = 0;\n\n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n String buf4 = in.next();\n String buf5 = in.next();\n \n W = Integer.parseInt(buf1);\n H = Integer.parseInt(buf2);\n x = Integer.parseInt(buf3);\n y = Integer.parseInt(buf4);\n r = Integer.parseInt(buf5);\n\n if(r <= x && x <= W-r && r <= y && y <= H-r){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }\n }", "import java.io.*;", "io.*", "java", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String args[]) throws IOException{\n int W = 0;\n int H = 0;\n int x = 0;\n int y = 0;\n int r = 0;\n\n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n String buf4 = in.next();\n String buf5 = in.next();\n \n W = Integer.parseInt(buf1);\n H = Integer.parseInt(buf2);\n x = Integer.parseInt(buf3);\n y = Integer.parseInt(buf4);\n r = Integer.parseInt(buf5);\n\n if(r <= x && x <= W-r && r <= y && y <= H-r){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }\n }", "Main", "public static void main(String args[]) throws IOException{\n int W = 0;\n int H = 0;\n int x = 0;\n int y = 0;\n int r = 0;\n\n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n String buf4 = in.next();\n String buf5 = in.next();\n \n W = Integer.parseInt(buf1);\n H = Integer.parseInt(buf2);\n x = Integer.parseInt(buf3);\n y = Integer.parseInt(buf4);\n r = Integer.parseInt(buf5);\n\n if(r <= x && x <= W-r && r <= y && y <= H-r){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }", "main", "{\n int W = 0;\n int H = 0;\n int x = 0;\n int y = 0;\n int r = 0;\n\n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n String buf4 = in.next();\n String buf5 = in.next();\n \n W = Integer.parseInt(buf1);\n H = Integer.parseInt(buf2);\n x = Integer.parseInt(buf3);\n y = Integer.parseInt(buf4);\n r = Integer.parseInt(buf5);\n\n if(r <= x && x <= W-r && r <= y && y <= H-r){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }", "int W = 0;", "W", "0", "int H = 0;", "H", "0", "int x = 0;", "x", "0", "int y = 0;", "y", "0", "int r = 0;", "r", "0", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "String buf1 = in.next();", "buf1", "in.next()", "in.next", "in", "String buf2 = in.next();", "buf2", "in.next()", "in.next", "in", "String buf3 = in.next();", "buf3", "in.next()", "in.next", "in", "String buf4 = in.next();", "buf4", "in.next()", "in.next", "in", "String buf5 = in.next();", "buf5", "in.next()", "in.next", "in", "W = Integer.parseInt(buf1)", "W", "Integer.parseInt(buf1)", "Integer.parseInt", "Integer", "buf1", "H = Integer.parseInt(buf2)", "H", "Integer.parseInt(buf2)", "Integer.parseInt", "Integer", "buf2", "x = Integer.parseInt(buf3)", "x", "Integer.parseInt(buf3)", "Integer.parseInt", "Integer", "buf3", "y = Integer.parseInt(buf4)", "y", "Integer.parseInt(buf4)", "Integer.parseInt", "Integer", "buf4", "r = Integer.parseInt(buf5)", "r", "Integer.parseInt(buf5)", "Integer.parseInt", "Integer", "buf5", "if(r <= x && x <= W-r && r <= y && y <= H-r){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }", "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 System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String args[]", "args", "public class Main{\n public static void main(String args[]) throws IOException{\n int W = 0;\n int H = 0;\n int x = 0;\n int y = 0;\n int r = 0;\n\n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n String buf4 = in.next();\n String buf5 = in.next();\n \n W = Integer.parseInt(buf1);\n H = Integer.parseInt(buf2);\n x = Integer.parseInt(buf3);\n y = Integer.parseInt(buf4);\n r = Integer.parseInt(buf5);\n\n if(r <= x && x <= W-r && r <= y && y <= H-r){\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 IOException{\n int W = 0;\n int H = 0;\n int x = 0;\n int y = 0;\n int r = 0;\n\n Scanner in = new Scanner(System.in);\n \n String buf1 = in.next();\n String buf2 = in.next();\n String buf3 = in.next();\n String buf4 = in.next();\n String buf5 = in.next();\n \n W = Integer.parseInt(buf1);\n H = Integer.parseInt(buf2);\n x = Integer.parseInt(buf3);\n y = Integer.parseInt(buf4);\n r = Integer.parseInt(buf5);\n\n if(r <= x && x <= W-r && r <= y && y <= H-r){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }\n }", "Main" ]
import java.io.*; import java.util.Scanner; public class Main{ public static void main(String args[]) throws IOException{ int W = 0; int H = 0; int x = 0; int y = 0; int r = 0; Scanner in = new Scanner(System.in); String buf1 = in.next(); String buf2 = in.next(); String buf3 = in.next(); String buf4 = in.next(); String buf5 = in.next(); W = Integer.parseInt(buf1); H = Integer.parseInt(buf2); x = Integer.parseInt(buf3); y = Integer.parseInt(buf4); r = Integer.parseInt(buf5); if(r <= x && x <= W-r && r <= y && y <= H-r){ System.out.println("Yes"); }else{ System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 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, 17, 2, 13, 13, 2, 17, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 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, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 119, 8 ], [ 119, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 12, 19 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 19, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 28, 29 ], [ 25, 30 ], [ 19, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 19, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 19, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 49, 52 ], [ 52, 53 ], [ 52, 54 ], [ 19, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 60, 61 ], [ 60, 62 ], [ 19, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 65, 68 ], [ 68, 69 ], [ 68, 70 ], [ 19, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 75, 76 ], [ 75, 77 ], [ 72, 78 ], [ 78, 79 ], [ 78, 80 ], [ 80, 81 ], [ 80, 82 ], [ 71, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 84, 89 ], [ 71, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 94, 95 ], [ 94, 96 ], [ 91, 97 ], [ 97, 98 ], [ 97, 99 ], [ 99, 100 ], [ 99, 101 ], [ 90, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 105, 106 ], [ 105, 107 ], [ 103, 108 ], [ 90, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 112, 113 ], [ 112, 114 ], [ 110, 115 ], [ 9, 116 ], [ 116, 117 ], [ 0, 118 ], [ 118, 119 ], [ 118, 120 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tint w = Integer.parseInt(strs[0]);\n\t\t\tint h = Integer.parseInt(strs[1]);\n\t\t\tint x = Integer.parseInt(strs[2]);\n\t\t\tint y = Integer.parseInt(strs[3]);\n\t\t\tint r = Integer.parseInt(strs[4]);\n\n\t\t\tif ((0 > (x - r)) || (0 > (y - r))) {\n\t\t\t\t// x??? or y??? ???????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\t\t// x??? or y??? ????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tint w = Integer.parseInt(strs[0]);\n\t\t\tint h = Integer.parseInt(strs[1]);\n\t\t\tint x = Integer.parseInt(strs[2]);\n\t\t\tint y = Integer.parseInt(strs[3]);\n\t\t\tint r = Integer.parseInt(strs[4]);\n\n\t\t\tif ((0 > (x - r)) || (0 > (y - r))) {\n\t\t\t\t// x??? or y??? ???????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\t\t// x??? or y??? ????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tint w = Integer.parseInt(strs[0]);\n\t\t\tint h = Integer.parseInt(strs[1]);\n\t\t\tint x = Integer.parseInt(strs[2]);\n\t\t\tint y = Integer.parseInt(strs[3]);\n\t\t\tint r = Integer.parseInt(strs[4]);\n\n\t\t\tif ((0 > (x - r)) || (0 > (y - r))) {\n\t\t\t\t// x??? or y??? ???????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\t\t// x??? or y??? ????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "main", "{\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tint w = Integer.parseInt(strs[0]);\n\t\t\tint h = Integer.parseInt(strs[1]);\n\t\t\tint x = Integer.parseInt(strs[2]);\n\t\t\tint y = Integer.parseInt(strs[3]);\n\t\t\tint r = Integer.parseInt(strs[4]);\n\n\t\t\tif ((0 > (x - r)) || (0 > (y - r))) {\n\t\t\t\t// x??? or y??? ???????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\t\t// x??? or y??? ????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "try {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tint w = Integer.parseInt(strs[0]);\n\t\t\tint h = Integer.parseInt(strs[1]);\n\t\t\tint x = Integer.parseInt(strs[2]);\n\t\t\tint y = Integer.parseInt(strs[3]);\n\t\t\tint r = Integer.parseInt(strs[4]);\n\n\t\t\tif ((0 > (x - r)) || (0 > (y - r))) {\n\t\t\t\t// x??? or y??? ???????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\t\t// x??? or y??? ????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}", "catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}", "Exception e", "{\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tint w = Integer.parseInt(strs[0]);\n\t\t\tint h = Integer.parseInt(strs[1]);\n\t\t\tint x = Integer.parseInt(strs[2]);\n\t\t\tint y = Integer.parseInt(strs[3]);\n\t\t\tint r = Integer.parseInt(strs[4]);\n\n\t\t\tif ((0 > (x - r)) || (0 > (y - r))) {\n\t\t\t\t// x??? or y??? ???????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\t\t// x??? or y??? ????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));", "br", "new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in))", "String[] strs = br.readLine().split(\" \");", "strs", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int w = Integer.parseInt(strs[0]);", "w", "Integer.parseInt(strs[0])", "Integer.parseInt", "Integer", "strs[0]", "strs", "0", "int h = Integer.parseInt(strs[1]);", "h", "Integer.parseInt(strs[1])", "Integer.parseInt", "Integer", "strs[1]", "strs", "1", "int x = Integer.parseInt(strs[2]);", "x", "Integer.parseInt(strs[2])", "Integer.parseInt", "Integer", "strs[2]", "strs", "2", "int y = Integer.parseInt(strs[3]);", "y", "Integer.parseInt(strs[3])", "Integer.parseInt", "Integer", "strs[3]", "strs", "3", "int r = Integer.parseInt(strs[4]);", "r", "Integer.parseInt(strs[4])", "Integer.parseInt", "Integer", "strs[4]", "strs", "4", "if ((0 > (x - r)) || (0 > (y - r))) {\n\t\t\t\t// x??? or y??? ???????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\t\t// x??? or y??? ????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}", "(0 > (x - r)) || (0 > (y - r))", "(0 > (x - r))", "0", "(x - r)", "x", "r", "(0 > (y - r))", "0", "(y - r)", "y", "r", "{\n\t\t\t\t// x??? or y??? ???????????????????¶????\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\"", "if ((w < (x + r)) || (h < (y + r))) {\n\t\t\t\t// x??? or y??? ????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\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\t\t// x??? or y??? ????????????????¶????\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", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tint w = Integer.parseInt(strs[0]);\n\t\t\tint h = Integer.parseInt(strs[1]);\n\t\t\tint x = Integer.parseInt(strs[2]);\n\t\t\tint y = Integer.parseInt(strs[3]);\n\t\t\tint r = Integer.parseInt(strs[4]);\n\n\t\t\tif ((0 > (x - r)) || (0 > (y - r))) {\n\t\t\t\t// x??? or y??? ???????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\t\t// x??? or y??? ????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(\n\t\t\t\t\tSystem.in));\n\n\t\t\tString[] strs = br.readLine().split(\" \");\n\t\t\tint w = Integer.parseInt(strs[0]);\n\t\t\tint h = Integer.parseInt(strs[1]);\n\t\t\tint x = Integer.parseInt(strs[2]);\n\t\t\tint y = Integer.parseInt(strs[3]);\n\t\t\tint r = Integer.parseInt(strs[4]);\n\n\t\t\tif ((0 > (x - r)) || (0 > (y - r))) {\n\t\t\t\t// x??? or y??? ???????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else if ((w < (x + r)) || (h < (y + r))) {\n\t\t\t\t// x??? or y??? ????????????????¶????\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; public class Main { public static void main(String[] args) { try { BufferedReader br = new BufferedReader(new InputStreamReader( System.in)); String[] strs = br.readLine().split(" "); int w = Integer.parseInt(strs[0]); int h = Integer.parseInt(strs[1]); int x = Integer.parseInt(strs[2]); int y = Integer.parseInt(strs[3]); int r = Integer.parseInt(strs[4]); if ((0 > (x - r)) || (0 > (y - r))) { // x??? or y??? ???????????????????¶???? System.out.println("No"); } else if ((w < (x + r)) || (h < (y + r))) { // x??? or y??? ????????????????¶???? System.out.println("No"); } else { System.out.println("Yes"); } } catch (Exception e) { e.printStackTrace(); } } }
[ 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, 40, 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, 4, 18, 18, 13, 13, 17, 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, 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 ], [ 161, 11 ], [ 161, 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 ], [ 70, 71 ], [ 71, 72 ], [ 106, 73 ], [ 103, 74 ], [ 100, 75 ], [ 97, 76 ], [ 94, 77 ], [ 91, 78 ], [ 87, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 80, 83 ], [ 79, 84 ], [ 84, 85 ], [ 84, 86 ], [ 87, 87 ], [ 87, 88 ], [ 88, 89 ], [ 87, 90 ], [ 91, 91 ], [ 91, 92 ], [ 91, 93 ], [ 94, 94 ], [ 94, 95 ], [ 94, 96 ], [ 97, 97 ], [ 97, 98 ], [ 97, 99 ], [ 100, 100 ], [ 100, 101 ], [ 100, 102 ], [ 103, 103 ], [ 103, 104 ], [ 103, 105 ], [ 106, 106 ], [ 106, 107 ], [ 106, 108 ], [ 71, 109 ], [ 109, 110 ], [ 109, 111 ], [ 69, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 113, 118 ], [ 69, 119 ], [ 119, 120 ], [ 120, 121 ], [ 123, 122 ], [ 134, 123 ], [ 123, 124 ], [ 124, 125 ], [ 125, 126 ], [ 125, 127 ], [ 124, 128 ], [ 123, 129 ], [ 129, 130 ], [ 130, 131 ], [ 130, 132 ], [ 129, 133 ], [ 134, 134 ], [ 134, 135 ], [ 135, 136 ], [ 135, 137 ], [ 134, 138 ], [ 123, 139 ], [ 139, 140 ], [ 140, 141 ], [ 140, 142 ], [ 139, 143 ], [ 120, 144 ], [ 144, 145 ], [ 145, 146 ], [ 146, 147 ], [ 147, 148 ], [ 147, 149 ], [ 145, 150 ], [ 120, 151 ], [ 151, 152 ], [ 152, 153 ], [ 153, 154 ], [ 154, 155 ], [ 154, 156 ], [ 152, 157 ], [ 12, 158 ], [ 158, 159 ], [ 0, 160 ], [ 160, 161 ], [ 160, 162 ] ]
[ "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\n\t\t //Constraintを記述\n\t\t if(!(-100 <=x && x<=100 &&\n\t\t\t-100 <=y && y<=100 &&\n\t\t\t0<W && W <=100 &&\n\t\t\t0<H && H <=100 &&\n\t\t\t0<r && r <=100)){\n\t\t\t System.out.println(\"エラー\");\n\t\t } else {\n\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\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\n\t\t //Constraintを記述\n\t\t if(!(-100 <=x && x<=100 &&\n\t\t\t-100 <=y && y<=100 &&\n\t\t\t0<W && W <=100 &&\n\t\t\t0<H && H <=100 &&\n\t\t\t0<r && r <=100)){\n\t\t\t System.out.println(\"エラー\");\n\t\t } else {\n\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\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\n\t\t //Constraintを記述\n\t\t if(!(-100 <=x && x<=100 &&\n\t\t\t-100 <=y && y<=100 &&\n\t\t\t0<W && W <=100 &&\n\t\t\t0<H && H <=100 &&\n\t\t\t0<r && r <=100)){\n\t\t\t System.out.println(\"エラー\");\n\t\t } else {\n\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\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\n\t\t //Constraintを記述\n\t\t if(!(-100 <=x && x<=100 &&\n\t\t\t-100 <=y && y<=100 &&\n\t\t\t0<W && W <=100 &&\n\t\t\t0<H && H <=100 &&\n\t\t\t0<r && r <=100)){\n\t\t\t System.out.println(\"エラー\");\n\t\t } else {\n\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\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(!(-100 <=x && x<=100 &&\n\t\t\t-100 <=y && y<=100 &&\n\t\t\t0<W && W <=100 &&\n\t\t\t0<H && H <=100 &&\n\t\t\t0<r && r <=100)){\n\t\t\t System.out.println(\"エラー\");\n\t\t } else {\n\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\t }", "!(-100 <=x && x<=100 &&\n\t\t\t-100 <=y && y<=100 &&\n\t\t\t0<W && W <=100 &&\n\t\t\t0<H && H <=100 &&\n\t\t\t0<r && r <=100)", "(-100 <=x && x<=100 &&\n\t\t\t-100 <=y && y<=100 &&\n\t\t\t0<W && W <=100 &&\n\t\t\t0<H && H <=100 &&\n\t\t\t0<r && r <=100)", "0<r", "H <=100", "0<H", "W <=100", "0<W", "y<=100", "-100 <=y", "-100 <=x && x<=100 &&\n\t\t\t-100 <=y && y<=100 &&\n\t\t\t0<W && W <=100 &&\n\t\t\t0<H && H <=100 &&\n\t\t\t0<r && r <=100", "-100 <=x", "-100", "100", "x", "x<=100", "x", "100", "-100 <=y", "-100", "100", "y", "y<=100", "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", "{\n\t\t\t System.out.println(\"エラー\");\n\t\t }", "System.out.println(\"エラー\")", "System.out.println", "System.out", "System", "System.out", "\"エラー\"", "{\n\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\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 }", "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\n\t\t //Constraintを記述\n\t\t if(!(-100 <=x && x<=100 &&\n\t\t\t-100 <=y && y<=100 &&\n\t\t\t0<W && W <=100 &&\n\t\t\t0<H && H <=100 &&\n\t\t\t0<r && r <=100)){\n\t\t\t System.out.println(\"エラー\");\n\t\t } else {\n\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\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\n\t\t //Constraintを記述\n\t\t if(!(-100 <=x && x<=100 &&\n\t\t\t-100 <=y && y<=100 &&\n\t\t\t0<W && W <=100 &&\n\t\t\t0<H && H <=100 &&\n\t\t\t0<r && r <=100)){\n\t\t\t System.out.println(\"エラー\");\n\t\t } else {\n\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\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それぞれ)を * 上回ると枠をはみ出してしまうので条件指定 * それらを満たさない場合枠内に円が入りきる。 */ //Constraintを記述 if(!(-100 <=x && x<=100 && -100 <=y && y<=100 && 0<W && W <=100 && 0<H && H <=100 && 0<r && r <=100)){ System.out.println("エラー"); } else { 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, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 13, 40, 17, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 4, 18, 13, 18, 13, 17, 14, 2, 2, 2, 13, 2, 13, 13, 2, 13, 2, 13, 13, 2, 2, 13, 17, 2, 13, 17, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 129, 11 ], [ 129, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 22, 23 ], [ 15, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 24, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 24, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 35, 38 ], [ 24, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 46, 47 ], [ 46, 48 ], [ 24, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 53, 56 ], [ 56, 57 ], [ 56, 58 ], [ 24, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 66, 67 ], [ 66, 68 ], [ 24, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 73, 76 ], [ 76, 77 ], [ 76, 78 ], [ 24, 79 ], [ 79, 80 ], [ 79, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 83, 86 ], [ 86, 87 ], [ 86, 88 ], [ 24, 89 ], [ 89, 90 ], [ 91, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 94, 95 ], [ 94, 96 ], [ 91, 97 ], [ 97, 98 ], [ 97, 99 ], [ 99, 100 ], [ 99, 101 ], [ 91, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 102, 106 ], [ 106, 107 ], [ 106, 108 ], [ 89, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 112, 113 ], [ 112, 114 ], [ 110, 115 ], [ 89, 116 ], [ 116, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 119, 121 ], [ 117, 122 ], [ 24, 123 ], [ 123, 124 ], [ 124, 125 ], [ 12, 126 ], [ 126, 127 ], [ 0, 128 ], [ 128, 129 ], [ 128, 130 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\npublic class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int w = Integer.valueOf(inputStr[0]).intValue();\n int h = Integer.valueOf(inputStr[1]).intValue();\n int x = Integer.valueOf(inputStr[2]).intValue();\n int y = Integer.valueOf(inputStr[3]).intValue();\n int r = Integer.valueOf(inputStr[4]).intValue();\n\n if ( w >= x+r && h >=y+r && (x>0 && y>0)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.Arrays;", "Arrays", "java.util", "public class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int w = Integer.valueOf(inputStr[0]).intValue();\n int h = Integer.valueOf(inputStr[1]).intValue();\n int x = Integer.valueOf(inputStr[2]).intValue();\n int y = Integer.valueOf(inputStr[3]).intValue();\n int r = Integer.valueOf(inputStr[4]).intValue();\n\n if ( w >= x+r && h >=y+r && (x>0 && y>0)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }\n}", "Main", "public static void main(String[] args) {\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int w = Integer.valueOf(inputStr[0]).intValue();\n int h = Integer.valueOf(inputStr[1]).intValue();\n int x = Integer.valueOf(inputStr[2]).intValue();\n int y = Integer.valueOf(inputStr[3]).intValue();\n int r = Integer.valueOf(inputStr[4]).intValue();\n\n if ( w >= x+r && h >=y+r && (x>0 && y>0)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }", "main", "{\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int w = Integer.valueOf(inputStr[0]).intValue();\n int h = Integer.valueOf(inputStr[1]).intValue();\n int x = Integer.valueOf(inputStr[2]).intValue();\n int y = Integer.valueOf(inputStr[3]).intValue();\n int r = Integer.valueOf(inputStr[4]).intValue();\n\n if ( w >= x+r && h >=y+r && (x>0 && y>0)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }", "try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int w = Integer.valueOf(inputStr[0]).intValue();\n int h = Integer.valueOf(inputStr[1]).intValue();\n int x = Integer.valueOf(inputStr[2]).intValue();\n int y = Integer.valueOf(inputStr[3]).intValue();\n int r = Integer.valueOf(inputStr[4]).intValue();\n\n if ( w >= x+r && h >=y+r && (x>0 && y>0)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n }", "catch (Exception e) {\n System.exit(-1);\n }", "Exception e", "{\n System.exit(-1);\n }", "System.exit(-1)", "System.exit", "System", "-1", "1", "{\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int w = Integer.valueOf(inputStr[0]).intValue();\n int h = Integer.valueOf(inputStr[1]).intValue();\n int x = Integer.valueOf(inputStr[2]).intValue();\n int y = Integer.valueOf(inputStr[3]).intValue();\n int r = Integer.valueOf(inputStr[4]).intValue();\n\n if ( w >= x+r && h >=y+r && (x>0 && y>0)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n stdReader.close();\n }", "BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));", "stdReader", "new BufferedReader( new InputStreamReader(System.in))", "String sStr = stdReader.readLine();", "sStr", "stdReader.readLine()", "stdReader.readLine", "stdReader", "String[] inputStr = sStr.split(\" \");", "inputStr", "sStr.split(\" \")", "sStr.split", "sStr", "\" \"", "int w = Integer.valueOf(inputStr[0]).intValue();", "w", "Integer.valueOf(inputStr[0]).intValue()", "Integer.valueOf(inputStr[0]).intValue", "Integer.valueOf(inputStr[0])", "Integer.valueOf", "Integer", "inputStr[0]", "inputStr", "0", "int h = Integer.valueOf(inputStr[1]).intValue();", "h", "Integer.valueOf(inputStr[1]).intValue()", "Integer.valueOf(inputStr[1]).intValue", "Integer.valueOf(inputStr[1])", "Integer.valueOf", "Integer", "inputStr[1]", "inputStr", "1", "int x = Integer.valueOf(inputStr[2]).intValue();", "x", "Integer.valueOf(inputStr[2]).intValue()", "Integer.valueOf(inputStr[2]).intValue", "Integer.valueOf(inputStr[2])", "Integer.valueOf", "Integer", "inputStr[2]", "inputStr", "2", "int y = Integer.valueOf(inputStr[3]).intValue();", "y", "Integer.valueOf(inputStr[3]).intValue()", "Integer.valueOf(inputStr[3]).intValue", "Integer.valueOf(inputStr[3])", "Integer.valueOf", "Integer", "inputStr[3]", "inputStr", "3", "int r = Integer.valueOf(inputStr[4]).intValue();", "r", "Integer.valueOf(inputStr[4]).intValue()", "Integer.valueOf(inputStr[4]).intValue", "Integer.valueOf(inputStr[4])", "Integer.valueOf", "Integer", "inputStr[4]", "inputStr", "4", "if ( w >= x+r && h >=y+r && (x>0 && y>0)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }", "w >= x+r && h >=y+r && (x>0 && y>0)", "w >= x+r && h >=y+r && (x>0 && y>0)", "w >= x+r", "w", "x+r", "x", "r", "h >=y+r", "h", "y+r", "y", "r", "(x>0 && y>0)", "x>0", "x", "0", "y>0", "y", "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\"", "stdReader.close()", "stdReader.close", "stdReader", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int w = Integer.valueOf(inputStr[0]).intValue();\n int h = Integer.valueOf(inputStr[1]).intValue();\n int x = Integer.valueOf(inputStr[2]).intValue();\n int y = Integer.valueOf(inputStr[3]).intValue();\n int r = Integer.valueOf(inputStr[4]).intValue();\n\n if ( w >= x+r && h >=y+r && (x>0 && y>0)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }\n}", "public class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = \n new BufferedReader( new InputStreamReader(System.in));\n String sStr = stdReader.readLine();\n\n String[] inputStr = sStr.split(\" \");\n int w = Integer.valueOf(inputStr[0]).intValue();\n int h = Integer.valueOf(inputStr[1]).intValue();\n int x = Integer.valueOf(inputStr[2]).intValue();\n int y = Integer.valueOf(inputStr[3]).intValue();\n int r = Integer.valueOf(inputStr[4]).intValue();\n\n if ( w >= x+r && h >=y+r && (x>0 && y>0)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n\n stdReader.close();\n } catch (Exception e) {\n System.exit(-1);\n } \n }\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Arrays; public class Main { public static void main(String[] args) { try { BufferedReader stdReader = new BufferedReader( new InputStreamReader(System.in)); String sStr = stdReader.readLine(); String[] inputStr = sStr.split(" "); int w = Integer.valueOf(inputStr[0]).intValue(); int h = Integer.valueOf(inputStr[1]).intValue(); int x = Integer.valueOf(inputStr[2]).intValue(); int y = Integer.valueOf(inputStr[3]).intValue(); int r = Integer.valueOf(inputStr[4]).intValue(); if ( w >= x+r && h >=y+r && (x>0 && y>0)) { System.out.println("Yes"); } else { System.out.println("No"); } stdReader.close(); } catch (Exception e) { System.exit(-1); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 0, 13, 17, 0, 13, 17, 0, 13, 17, 0, 13, 17, 0, 13, 17, 42, 2, 13, 17, 30, 41, 13, 20, 0, 13, 4, 18, 13, 41, 13, 20, 0, 13, 4, 18, 13, 4, 18, 13, 0, 13, 4, 18, 13, 4, 18, 13, 0, 13, 4, 18, 13, 4, 18, 13, 0, 13, 4, 18, 13, 4, 18, 13, 0, 13, 4, 18, 13, 4, 18, 13, 14, 2, 2, 13, 40, 17, 2, 13, 17, 0, 13, 40, 17, 14, 2, 2, 13, 40, 17, 2, 13, 17, 0, 13, 40, 17, 14, 2, 2, 13, 17, 2, 13, 17, 0, 13, 40, 17, 14, 2, 2, 13, 17, 2, 13, 17, 0, 13, 40, 17, 14, 2, 2, 13, 17, 2, 13, 17, 0, 13, 40, 17, 0, 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, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 209, 8 ], [ 209, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 11, 17 ], [ 17, 18 ], [ 11, 19 ], [ 19, 20 ], [ 11, 21 ], [ 21, 22 ], [ 11, 23 ], [ 23, 24 ], [ 11, 25 ], [ 25, 26 ], [ 11, 27 ], [ 27, 28 ], [ 27, 29 ], [ 11, 30 ], [ 30, 31 ], [ 30, 32 ], [ 11, 33 ], [ 33, 34 ], [ 33, 35 ], [ 11, 36 ], [ 36, 37 ], [ 36, 38 ], [ 11, 39 ], [ 39, 40 ], [ 39, 41 ], [ 11, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 46, 55 ], [ 55, 56 ], [ 55, 57 ], [ 46, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 61, 62 ], [ 60, 63 ], [ 63, 64 ], [ 64, 65 ], [ 46, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 69, 70 ], [ 68, 71 ], [ 71, 72 ], [ 72, 73 ], [ 46, 74 ], [ 74, 75 ], [ 74, 76 ], [ 76, 77 ], [ 77, 78 ], [ 76, 79 ], [ 79, 80 ], [ 80, 81 ], [ 46, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 85, 86 ], [ 84, 87 ], [ 87, 88 ], [ 88, 89 ], [ 46, 90 ], [ 90, 91 ], [ 90, 92 ], [ 92, 93 ], [ 93, 94 ], [ 92, 95 ], [ 95, 96 ], [ 96, 97 ], [ 46, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 100, 102 ], [ 102, 103 ], [ 99, 104 ], [ 104, 105 ], [ 104, 106 ], [ 98, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 98, 111 ], [ 111, 112 ], [ 112, 113 ], [ 113, 114 ], [ 113, 115 ], [ 115, 116 ], [ 112, 117 ], [ 117, 118 ], [ 117, 119 ], [ 111, 120 ], [ 120, 121 ], [ 120, 122 ], [ 122, 123 ], [ 111, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 126, 128 ], [ 125, 129 ], [ 129, 130 ], [ 129, 131 ], [ 124, 132 ], [ 132, 133 ], [ 132, 134 ], [ 134, 135 ], [ 124, 136 ], [ 136, 137 ], [ 137, 138 ], [ 138, 139 ], [ 138, 140 ], [ 137, 141 ], [ 141, 142 ], [ 141, 143 ], [ 136, 144 ], [ 144, 145 ], [ 144, 146 ], [ 146, 147 ], [ 136, 148 ], [ 148, 149 ], [ 149, 150 ], [ 150, 151 ], [ 150, 152 ], [ 149, 153 ], [ 153, 154 ], [ 153, 155 ], [ 148, 156 ], [ 156, 157 ], [ 156, 158 ], [ 158, 159 ], [ 148, 160 ], [ 160, 161 ], [ 160, 162 ], [ 11, 163 ], [ 163, 164 ], [ 164, 165 ], [ 165, 166 ], [ 166, 167 ], [ 166, 168 ], [ 165, 169 ], [ 164, 170 ], [ 170, 171 ], [ 171, 172 ], [ 171, 173 ], [ 170, 174 ], [ 163, 175 ], [ 175, 176 ], [ 176, 177 ], [ 177, 178 ], [ 178, 179 ], [ 179, 180 ], [ 179, 181 ], [ 178, 182 ], [ 177, 183 ], [ 183, 184 ], [ 184, 185 ], [ 184, 186 ], [ 183, 187 ], [ 176, 188 ], [ 188, 189 ], [ 189, 190 ], [ 190, 191 ], [ 190, 192 ], [ 188, 193 ], [ 176, 194 ], [ 194, 195 ], [ 195, 196 ], [ 196, 197 ], [ 196, 198 ], [ 194, 199 ], [ 163, 200 ], [ 200, 201 ], [ 201, 202 ], [ 202, 203 ], [ 202, 204 ], [ 200, 205 ], [ 9, 206 ], [ 206, 207 ], [ 0, 208 ], [ 208, 209 ], [ 208, 210 ] ]
[ "import java.io.*;\nimport java.util.*;\npublic class Main\n{\n public static void main(String[] args) throws IOException{\n int i = 1;\n String s;\n int W,H,x,y,r;\n W = 0;\n H = 0;\n x = 0;\n y = 0;\n r = 0;\n while(i>0){\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n s = br.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n W = Integer.parseInt(st.nextToken());\n H = Integer.parseInt(st.nextToken());\n x = Integer.parseInt(st.nextToken());\n y = Integer.parseInt(st.nextToken());\n r = Integer.parseInt(st.nextToken());\n if(W >= -100 && W <= 100 )\n i = -1;\n else if(H >= -100 && H <= 100)\n i = -1;\n else if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;\n }\n if(x-r>=0 && x+r<=W){\n if(y-r>=0 && y+r<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main\n{\n public static void main(String[] args) throws IOException{\n int i = 1;\n String s;\n int W,H,x,y,r;\n W = 0;\n H = 0;\n x = 0;\n y = 0;\n r = 0;\n while(i>0){\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n s = br.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n W = Integer.parseInt(st.nextToken());\n H = Integer.parseInt(st.nextToken());\n x = Integer.parseInt(st.nextToken());\n y = Integer.parseInt(st.nextToken());\n r = Integer.parseInt(st.nextToken());\n if(W >= -100 && W <= 100 )\n i = -1;\n else if(H >= -100 && H <= 100)\n i = -1;\n else if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;\n }\n if(x-r>=0 && x+r<=W){\n if(y-r>=0 && y+r<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n }\n}", "Main", "public static void main(String[] args) throws IOException{\n int i = 1;\n String s;\n int W,H,x,y,r;\n W = 0;\n H = 0;\n x = 0;\n y = 0;\n r = 0;\n while(i>0){\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n s = br.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n W = Integer.parseInt(st.nextToken());\n H = Integer.parseInt(st.nextToken());\n x = Integer.parseInt(st.nextToken());\n y = Integer.parseInt(st.nextToken());\n r = Integer.parseInt(st.nextToken());\n if(W >= -100 && W <= 100 )\n i = -1;\n else if(H >= -100 && H <= 100)\n i = -1;\n else if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;\n }\n if(x-r>=0 && x+r<=W){\n if(y-r>=0 && y+r<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n }", "main", "{\n int i = 1;\n String s;\n int W,H,x,y,r;\n W = 0;\n H = 0;\n x = 0;\n y = 0;\n r = 0;\n while(i>0){\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n s = br.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n W = Integer.parseInt(st.nextToken());\n H = Integer.parseInt(st.nextToken());\n x = Integer.parseInt(st.nextToken());\n y = Integer.parseInt(st.nextToken());\n r = Integer.parseInt(st.nextToken());\n if(W >= -100 && W <= 100 )\n i = -1;\n else if(H >= -100 && H <= 100)\n i = -1;\n else if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;\n }\n if(x-r>=0 && x+r<=W){\n if(y-r>=0 && y+r<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n }", "int i = 1;", "i", "1", "String s;", "s", "int W", "W", "H", "H", "x", "x", "y", "y", "r;", "r", "W = 0", "W", "0", "H = 0", "H", "0", "x = 0", "x", "0", "y = 0", "y", "0", "r = 0", "r", "0", "while(i>0){\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n s = br.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n W = Integer.parseInt(st.nextToken());\n H = Integer.parseInt(st.nextToken());\n x = Integer.parseInt(st.nextToken());\n y = Integer.parseInt(st.nextToken());\n r = Integer.parseInt(st.nextToken());\n if(W >= -100 && W <= 100 )\n i = -1;\n else if(H >= -100 && H <= 100)\n i = -1;\n else if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;\n }", "i>0", "i", "0", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n s = br.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n W = Integer.parseInt(st.nextToken());\n H = Integer.parseInt(st.nextToken());\n x = Integer.parseInt(st.nextToken());\n y = Integer.parseInt(st.nextToken());\n r = Integer.parseInt(st.nextToken());\n if(W >= -100 && W <= 100 )\n i = -1;\n else if(H >= -100 && H <= 100)\n i = -1;\n else if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "s = br.readLine()", "s", "br.readLine()", "br.readLine", "br", "StringTokenizer st = new StringTokenizer(s,\" \");", "st", "new StringTokenizer(s,\" \")", "W = Integer.parseInt(st.nextToken())", "W", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "H = Integer.parseInt(st.nextToken())", "H", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "x = Integer.parseInt(st.nextToken())", "x", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "y = Integer.parseInt(st.nextToken())", "y", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "r = Integer.parseInt(st.nextToken())", "r", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "if(W >= -100 && W <= 100 )\n i = -1;\n else if(H >= -100 && H <= 100)\n i = -1;\n else if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;", "W >= -100 && W <= 100", "W >= -100", "W", "-100", "100", "W <= 100", "W", "100", "i = -1", "i", "-1", "1", "if(H >= -100 && H <= 100)\n i = -1;\n else if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;", "H >= -100 && H <= 100", "H >= -100", "H", "-100", "100", "H <= 100", "H", "100", "i = -1", "i", "-1", "1", "if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;", "x > 0 && x <= 100", "x > 0", "x", "0", "x <= 100", "x", "100", "i = -1", "i", "-1", "1", "if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;", "y > 0 && y <= 100", "y > 0", "y", "0", "y <= 100", "y", "100", "i = -1", "i", "-1", "1", "if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;", "r > 0 && r <= 100", "r > 0", "r", "0", "r <= 100", "r", "100", "i = -1", "i", "-1", "1", "i = 1", "i", "1", "if(x-r>=0 && x+r<=W){\n if(y-r>=0 && y+r<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");", "x-r>=0 && x+r<=W", "x-r>=0", "x-r", "x", "r", "0", "x+r<=W", "x+r", "x", "r", "W", "{\n if(y-r>=0 && y+r<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }", "if(y-r>=0 && y+r<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");", "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\"", "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{\n public static void main(String[] args) throws IOException{\n int i = 1;\n String s;\n int W,H,x,y,r;\n W = 0;\n H = 0;\n x = 0;\n y = 0;\n r = 0;\n while(i>0){\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n s = br.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n W = Integer.parseInt(st.nextToken());\n H = Integer.parseInt(st.nextToken());\n x = Integer.parseInt(st.nextToken());\n y = Integer.parseInt(st.nextToken());\n r = Integer.parseInt(st.nextToken());\n if(W >= -100 && W <= 100 )\n i = -1;\n else if(H >= -100 && H <= 100)\n i = -1;\n else if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;\n }\n if(x-r>=0 && x+r<=W){\n if(y-r>=0 && y+r<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n }\n}", "public class Main\n{\n public static void main(String[] args) throws IOException{\n int i = 1;\n String s;\n int W,H,x,y,r;\n W = 0;\n H = 0;\n x = 0;\n y = 0;\n r = 0;\n while(i>0){\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n s = br.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n W = Integer.parseInt(st.nextToken());\n H = Integer.parseInt(st.nextToken());\n x = Integer.parseInt(st.nextToken());\n y = Integer.parseInt(st.nextToken());\n r = Integer.parseInt(st.nextToken());\n if(W >= -100 && W <= 100 )\n i = -1;\n else if(H >= -100 && H <= 100)\n i = -1;\n else if(x > 0 && x <= 100)\n i = -1;\n else if(y > 0 && y <= 100)\n i = -1;\n else if(r > 0 && r <= 100)\n i = -1;\n else\n i = 1;\n }\n if(x-r>=0 && x+r<=W){\n if(y-r>=0 && y+r<=H)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n else\n System.out.println(\"No\");\n }\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws IOException{ int i = 1; String s; int W,H,x,y,r; W = 0; H = 0; x = 0; y = 0; r = 0; while(i>0){ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); s = br.readLine(); StringTokenizer st = new StringTokenizer(s," "); W = Integer.parseInt(st.nextToken()); H = Integer.parseInt(st.nextToken()); x = Integer.parseInt(st.nextToken()); y = Integer.parseInt(st.nextToken()); r = Integer.parseInt(st.nextToken()); if(W >= -100 && W <= 100 ) i = -1; else if(H >= -100 && H <= 100) i = -1; else if(x > 0 && x <= 100) i = -1; else if(y > 0 && y <= 100) i = -1; else if(r > 0 && r <= 100) i = -1; else i = 1; } 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, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 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, 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 ], [ 122, 5 ], [ 122, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 13, 14 ], [ 14, 15 ], [ 9, 16 ], [ 16, 17 ], [ 17, 18 ], [ 16, 19 ], [ 19, 20 ], [ 16, 21 ], [ 21, 22 ], [ 16, 23 ], [ 23, 24 ], [ 16, 25 ], [ 25, 26 ], [ 16, 27 ], [ 27, 28 ], [ 27, 29 ], [ 16, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 16, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 37, 40 ], [ 16, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 46, 47 ], [ 46, 48 ], [ 16, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 54, 55 ], [ 54, 56 ], [ 16, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 60, 61 ], [ 59, 62 ], [ 62, 63 ], [ 62, 64 ], [ 16, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 68, 69 ], [ 67, 70 ], [ 70, 71 ], [ 70, 72 ], [ 16, 73 ], [ 73, 74 ], [ 73, 75 ], [ 75, 76 ], [ 76, 77 ], [ 75, 78 ], [ 78, 79 ], [ 78, 80 ], [ 16, 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 ], [ 6, 119 ], [ 119, 120 ], [ 0, 121 ], [ 121, 122 ], [ 121, 123 ] ]
[ "import java.io.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\ttry {\n\t\t\tint W,H,x,y,r;\n\t\t\tBufferedReader br = new BufferedReader(\n\t\t\t\t\tnew InputStreamReader(System.in));\n\t\t\t//キーボード入力を受け取る\t\n\t\t\tString str = br.readLine();\n\t\t\t//キーボード入力した文字列を変数strへ代入\n\t\t\tString[] strAry = str.split(\" \");\n\t\t\t//文字列をsplitメソッドを使い、空白で分割する\n\t\t\t//配列を生成する\n\n\t\t\tW = Integer.parseInt(strAry[0]);\n\t\t\t//Wにキーボード入力の要素[0]を代入する\n\t\t\tH = Integer.parseInt(strAry[1]);\n\t\t\t//Wにキーボード入力の要素[1]を代入する\n\t\t\tx = Integer.parseInt(strAry[2]);\n\t\t\t//Wにキーボード入力の要素[2]を代入する\n\t\t\ty = Integer.parseInt(strAry[3]);\n\t\t\t//Wにキーボード入力の要素[3]を代入する\n\t\t\tr = Integer.parseInt(strAry[4]);\n\t\t\t//Wにキーボード入力の要素[4]を代入する\n\n\t\t\t//長方形の中に円が含まれるかをif文で判定する\n\t\t\tif(x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-r>=0 && y+r<=H){\n\t\t\t//xに関してはx-rをした際に-になると左枠を超える\n\t\t\t//wより横軸x+rが大きくなると上枠を超える\n\t\t\t//y-rをした際に-になると右枠を超える\n\t\t\t//hより横軸y+rが大きくなると下枠を超える\n\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t//条件と一致した場合Yesを出力\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t//条件と異なる場合はNoを出力\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "import java.io.*;", "io.*", "java", "public class Main{\n\tpublic static void main(String[] args){\n\t\ttry {\n\t\t\tint W,H,x,y,r;\n\t\t\tBufferedReader br = new BufferedReader(\n\t\t\t\t\tnew InputStreamReader(System.in));\n\t\t\t//キーボード入力を受け取る\t\n\t\t\tString str = br.readLine();\n\t\t\t//キーボード入力した文字列を変数strへ代入\n\t\t\tString[] strAry = str.split(\" \");\n\t\t\t//文字列をsplitメソッドを使い、空白で分割する\n\t\t\t//配列を生成する\n\n\t\t\tW = Integer.parseInt(strAry[0]);\n\t\t\t//Wにキーボード入力の要素[0]を代入する\n\t\t\tH = Integer.parseInt(strAry[1]);\n\t\t\t//Wにキーボード入力の要素[1]を代入する\n\t\t\tx = Integer.parseInt(strAry[2]);\n\t\t\t//Wにキーボード入力の要素[2]を代入する\n\t\t\ty = Integer.parseInt(strAry[3]);\n\t\t\t//Wにキーボード入力の要素[3]を代入する\n\t\t\tr = Integer.parseInt(strAry[4]);\n\t\t\t//Wにキーボード入力の要素[4]を代入する\n\n\t\t\t//長方形の中に円が含まれるかをif文で判定する\n\t\t\tif(x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-r>=0 && y+r<=H){\n\t\t\t//xに関してはx-rをした際に-になると左枠を超える\n\t\t\t//wより横軸x+rが大きくなると上枠を超える\n\t\t\t//y-rをした際に-になると右枠を超える\n\t\t\t//hより横軸y+rが大きくなると下枠を超える\n\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t//条件と一致した場合Yesを出力\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t//条件と異なる場合はNoを出力\n\t\t\t}\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\ttry {\n\t\t\tint W,H,x,y,r;\n\t\t\tBufferedReader br = new BufferedReader(\n\t\t\t\t\tnew InputStreamReader(System.in));\n\t\t\t//キーボード入力を受け取る\t\n\t\t\tString str = br.readLine();\n\t\t\t//キーボード入力した文字列を変数strへ代入\n\t\t\tString[] strAry = str.split(\" \");\n\t\t\t//文字列をsplitメソッドを使い、空白で分割する\n\t\t\t//配列を生成する\n\n\t\t\tW = Integer.parseInt(strAry[0]);\n\t\t\t//Wにキーボード入力の要素[0]を代入する\n\t\t\tH = Integer.parseInt(strAry[1]);\n\t\t\t//Wにキーボード入力の要素[1]を代入する\n\t\t\tx = Integer.parseInt(strAry[2]);\n\t\t\t//Wにキーボード入力の要素[2]を代入する\n\t\t\ty = Integer.parseInt(strAry[3]);\n\t\t\t//Wにキーボード入力の要素[3]を代入する\n\t\t\tr = Integer.parseInt(strAry[4]);\n\t\t\t//Wにキーボード入力の要素[4]を代入する\n\n\t\t\t//長方形の中に円が含まれるかをif文で判定する\n\t\t\tif(x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-r>=0 && y+r<=H){\n\t\t\t//xに関してはx-rをした際に-になると左枠を超える\n\t\t\t//wより横軸x+rが大きくなると上枠を超える\n\t\t\t//y-rをした際に-になると右枠を超える\n\t\t\t//hより横軸y+rが大きくなると下枠を超える\n\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t//条件と一致した場合Yesを出力\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t//条件と異なる場合はNoを出力\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "main", "{\n\t\ttry {\n\t\t\tint W,H,x,y,r;\n\t\t\tBufferedReader br = new BufferedReader(\n\t\t\t\t\tnew InputStreamReader(System.in));\n\t\t\t//キーボード入力を受け取る\t\n\t\t\tString str = br.readLine();\n\t\t\t//キーボード入力した文字列を変数strへ代入\n\t\t\tString[] strAry = str.split(\" \");\n\t\t\t//文字列をsplitメソッドを使い、空白で分割する\n\t\t\t//配列を生成する\n\n\t\t\tW = Integer.parseInt(strAry[0]);\n\t\t\t//Wにキーボード入力の要素[0]を代入する\n\t\t\tH = Integer.parseInt(strAry[1]);\n\t\t\t//Wにキーボード入力の要素[1]を代入する\n\t\t\tx = Integer.parseInt(strAry[2]);\n\t\t\t//Wにキーボード入力の要素[2]を代入する\n\t\t\ty = Integer.parseInt(strAry[3]);\n\t\t\t//Wにキーボード入力の要素[3]を代入する\n\t\t\tr = Integer.parseInt(strAry[4]);\n\t\t\t//Wにキーボード入力の要素[4]を代入する\n\n\t\t\t//長方形の中に円が含まれるかをif文で判定する\n\t\t\tif(x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-r>=0 && y+r<=H){\n\t\t\t//xに関してはx-rをした際に-になると左枠を超える\n\t\t\t//wより横軸x+rが大きくなると上枠を超える\n\t\t\t//y-rをした際に-になると右枠を超える\n\t\t\t//hより横軸y+rが大きくなると下枠を超える\n\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t//条件と一致した場合Yesを出力\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t//条件と異なる場合はNoを出力\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "try {\n\t\t\tint W,H,x,y,r;\n\t\t\tBufferedReader br = new BufferedReader(\n\t\t\t\t\tnew InputStreamReader(System.in));\n\t\t\t//キーボード入力を受け取る\t\n\t\t\tString str = br.readLine();\n\t\t\t//キーボード入力した文字列を変数strへ代入\n\t\t\tString[] strAry = str.split(\" \");\n\t\t\t//文字列をsplitメソッドを使い、空白で分割する\n\t\t\t//配列を生成する\n\n\t\t\tW = Integer.parseInt(strAry[0]);\n\t\t\t//Wにキーボード入力の要素[0]を代入する\n\t\t\tH = Integer.parseInt(strAry[1]);\n\t\t\t//Wにキーボード入力の要素[1]を代入する\n\t\t\tx = Integer.parseInt(strAry[2]);\n\t\t\t//Wにキーボード入力の要素[2]を代入する\n\t\t\ty = Integer.parseInt(strAry[3]);\n\t\t\t//Wにキーボード入力の要素[3]を代入する\n\t\t\tr = Integer.parseInt(strAry[4]);\n\t\t\t//Wにキーボード入力の要素[4]を代入する\n\n\t\t\t//長方形の中に円が含まれるかをif文で判定する\n\t\t\tif(x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-r>=0 && y+r<=H){\n\t\t\t//xに関してはx-rをした際に-になると左枠を超える\n\t\t\t//wより横軸x+rが大きくなると上枠を超える\n\t\t\t//y-rをした際に-になると右枠を超える\n\t\t\t//hより横軸y+rが大きくなると下枠を超える\n\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t//条件と一致した場合Yesを出力\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t//条件と異なる場合はNoを出力\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}", "catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}", "IOException e", "{\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\tint W,H,x,y,r;\n\t\t\tBufferedReader br = new BufferedReader(\n\t\t\t\t\tnew InputStreamReader(System.in));\n\t\t\t//キーボード入力を受け取る\t\n\t\t\tString str = br.readLine();\n\t\t\t//キーボード入力した文字列を変数strへ代入\n\t\t\tString[] strAry = str.split(\" \");\n\t\t\t//文字列をsplitメソッドを使い、空白で分割する\n\t\t\t//配列を生成する\n\n\t\t\tW = Integer.parseInt(strAry[0]);\n\t\t\t//Wにキーボード入力の要素[0]を代入する\n\t\t\tH = Integer.parseInt(strAry[1]);\n\t\t\t//Wにキーボード入力の要素[1]を代入する\n\t\t\tx = Integer.parseInt(strAry[2]);\n\t\t\t//Wにキーボード入力の要素[2]を代入する\n\t\t\ty = Integer.parseInt(strAry[3]);\n\t\t\t//Wにキーボード入力の要素[3]を代入する\n\t\t\tr = Integer.parseInt(strAry[4]);\n\t\t\t//Wにキーボード入力の要素[4]を代入する\n\n\t\t\t//長方形の中に円が含まれるかをif文で判定する\n\t\t\tif(x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-r>=0 && y+r<=H){\n\t\t\t//xに関してはx-rをした際に-になると左枠を超える\n\t\t\t//wより横軸x+rが大きくなると上枠を超える\n\t\t\t//y-rをした際に-になると右枠を超える\n\t\t\t//hより横軸y+rが大きくなると下枠を超える\n\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t//条件と一致した場合Yesを出力\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t//条件と異なる場合はNoを出力\n\t\t\t}\n\t\t}", "int W", "W", "H", "H", "x", "x", "y", "y", "r;", "r", "BufferedReader br = new BufferedReader(\n\t\t\t\t\tnew InputStreamReader(System.in));", "br", "new BufferedReader(\n\t\t\t\t\tnew InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String[] strAry = str.split(\" \");", "strAry", "str.split(\" \")", "str.split", "str", "\" \"", "W = Integer.parseInt(strAry[0])", "W", "Integer.parseInt(strAry[0])", "Integer.parseInt", "Integer", "strAry[0]", "strAry", "0", "H = Integer.parseInt(strAry[1])", "H", "Integer.parseInt(strAry[1])", "Integer.parseInt", "Integer", "strAry[1]", "strAry", "1", "x = Integer.parseInt(strAry[2])", "x", "Integer.parseInt(strAry[2])", "Integer.parseInt", "Integer", "strAry[2]", "strAry", "2", "y = Integer.parseInt(strAry[3])", "y", "Integer.parseInt(strAry[3])", "Integer.parseInt", "Integer", "strAry[3]", "strAry", "3", "r = Integer.parseInt(strAry[4])", "r", "Integer.parseInt(strAry[4])", "Integer.parseInt", "Integer", "strAry[4]", "strAry", "4", "if(x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-r>=0 && y+r<=H){\n\t\t\t//xに関してはx-rをした際に-になると左枠を超える\n\t\t\t//wより横軸x+rが大きくなると上枠を超える\n\t\t\t//y-rをした際に-になると右枠を超える\n\t\t\t//hより横軸y+rが大きくなると下枠を超える\n\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t//条件と一致した場合Yesを出力\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t//条件と異なる場合はNoを出力\n\t\t\t}", "x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-r>=0 && y+r<=H", "y-r>=0", "x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-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\t//xに関してはx-rをした際に-になると左枠を超える\n\t\t\t//wより横軸x+rが大きくなると上枠を超える\n\t\t\t//y-rをした際に-になると右枠を超える\n\t\t\t//hより横軸y+rが大きくなると下枠を超える\n\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t//条件と一致した場合Yesを出力\n\t\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t//条件と異なる場合はNoを出力\n\t\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args){\n\t\ttry {\n\t\t\tint W,H,x,y,r;\n\t\t\tBufferedReader br = new BufferedReader(\n\t\t\t\t\tnew InputStreamReader(System.in));\n\t\t\t//キーボード入力を受け取る\t\n\t\t\tString str = br.readLine();\n\t\t\t//キーボード入力した文字列を変数strへ代入\n\t\t\tString[] strAry = str.split(\" \");\n\t\t\t//文字列をsplitメソッドを使い、空白で分割する\n\t\t\t//配列を生成する\n\n\t\t\tW = Integer.parseInt(strAry[0]);\n\t\t\t//Wにキーボード入力の要素[0]を代入する\n\t\t\tH = Integer.parseInt(strAry[1]);\n\t\t\t//Wにキーボード入力の要素[1]を代入する\n\t\t\tx = Integer.parseInt(strAry[2]);\n\t\t\t//Wにキーボード入力の要素[2]を代入する\n\t\t\ty = Integer.parseInt(strAry[3]);\n\t\t\t//Wにキーボード入力の要素[3]を代入する\n\t\t\tr = Integer.parseInt(strAry[4]);\n\t\t\t//Wにキーボード入力の要素[4]を代入する\n\n\t\t\t//長方形の中に円が含まれるかをif文で判定する\n\t\t\tif(x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-r>=0 && y+r<=H){\n\t\t\t//xに関してはx-rをした際に-になると左枠を超える\n\t\t\t//wより横軸x+rが大きくなると上枠を超える\n\t\t\t//y-rをした際に-になると右枠を超える\n\t\t\t//hより横軸y+rが大きくなると下枠を超える\n\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t//条件と一致した場合Yesを出力\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t//条件と異なる場合はNoを出力\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\ttry {\n\t\t\tint W,H,x,y,r;\n\t\t\tBufferedReader br = new BufferedReader(\n\t\t\t\t\tnew InputStreamReader(System.in));\n\t\t\t//キーボード入力を受け取る\t\n\t\t\tString str = br.readLine();\n\t\t\t//キーボード入力した文字列を変数strへ代入\n\t\t\tString[] strAry = str.split(\" \");\n\t\t\t//文字列をsplitメソッドを使い、空白で分割する\n\t\t\t//配列を生成する\n\n\t\t\tW = Integer.parseInt(strAry[0]);\n\t\t\t//Wにキーボード入力の要素[0]を代入する\n\t\t\tH = Integer.parseInt(strAry[1]);\n\t\t\t//Wにキーボード入力の要素[1]を代入する\n\t\t\tx = Integer.parseInt(strAry[2]);\n\t\t\t//Wにキーボード入力の要素[2]を代入する\n\t\t\ty = Integer.parseInt(strAry[3]);\n\t\t\t//Wにキーボード入力の要素[3]を代入する\n\t\t\tr = Integer.parseInt(strAry[4]);\n\t\t\t//Wにキーボード入力の要素[4]を代入する\n\n\t\t\t//長方形の中に円が含まれるかをif文で判定する\n\t\t\tif(x-r>=0 && x+r<=W &&\n\t\t\t\t\ty-r>=0 && y+r<=H){\n\t\t\t//xに関してはx-rをした際に-になると左枠を超える\n\t\t\t//wより横軸x+rが大きくなると上枠を超える\n\t\t\t//y-rをした際に-になると右枠を超える\n\t\t\t//hより横軸y+rが大きくなると下枠を超える\n\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t//条件と一致した場合Yesを出力\n\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t//条件と異なる場合はNoを出力\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "Main" ]
import java.io.*; public class Main{ public static void main(String[] args){ try { int W,H,x,y,r; BufferedReader br = new BufferedReader( new InputStreamReader(System.in)); //キーボード入力を受け取る String str = br.readLine(); //キーボード入力した文字列を変数strへ代入 String[] strAry = str.split(" "); //文字列をsplitメソッドを使い、空白で分割する //配列を生成する W = Integer.parseInt(strAry[0]); //Wにキーボード入力の要素[0]を代入する H = Integer.parseInt(strAry[1]); //Wにキーボード入力の要素[1]を代入する x = Integer.parseInt(strAry[2]); //Wにキーボード入力の要素[2]を代入する y = Integer.parseInt(strAry[3]); //Wにキーボード入力の要素[3]を代入する r = Integer.parseInt(strAry[4]); //Wにキーボード入力の要素[4]を代入する //長方形の中に円が含まれるかをif文で判定する if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){ //xに関してはx-rをした際に-になると左枠を超える //wより横軸x+rが大きくなると上枠を超える //y-rをした際に-になると右枠を超える //hより横軸y+rが大きくなると下枠を超える System.out.println("Yes"); //条件と一致した場合Yesを出力 }else{ System.out.println("No"); //条件と異なる場合はNoを出力 } } catch (IOException e) { e.printStackTrace(); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 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 ], [ 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 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 32, 42 ], [ 42, 43 ], [ 43, 44 ], [ 32, 45 ], [ 46, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 54, 55 ], [ 54, 56 ], [ 8, 57 ], [ 57, 58 ], [ 60, 59 ], [ 81, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 66, 67 ], [ 66, 68 ], [ 61, 69 ], [ 60, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 75, 76 ], [ 75, 77 ], [ 70, 78 ], [ 78, 79 ], [ 78, 80 ], [ 81, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 82, 86 ], [ 86, 87 ], [ 86, 88 ], [ 81, 89 ], [ 60, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 91, 95 ], [ 95, 96 ], [ 95, 97 ], [ 90, 98 ], [ 98, 99 ], [ 98, 100 ], [ 57, 101 ], [ 101, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 102, 107 ], [ 57, 108 ], [ 108, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 111, 113 ], [ 109, 114 ], [ 6, 115 ], [ 115, 116 ], [ 0, 117 ], [ 117, 118 ], [ 117, 119 ] ]
[ "import java.io.*;\npublic class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint[] array = new int[spl.length];\n\n\t\t\tfor(int i = 0 ; i < spl.length ; i++){\n\t\t\t\tarray[i] = Integer.parseInt(spl[i]);\n\t\t\t}\n\t\t\tif(array[2]-array[4]>=0&&array[2]+array[4]<=array[0] &&\n\t\t\t\t\tarray[3]-array[4]>=0&&array[3]+array[4]<=array[1]){\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}\n\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint[] array = new int[spl.length];\n\n\t\t\tfor(int i = 0 ; i < spl.length ; i++){\n\t\t\t\tarray[i] = Integer.parseInt(spl[i]);\n\t\t\t}\n\t\t\tif(array[2]-array[4]>=0&&array[2]+array[4]<=array[0] &&\n\t\t\t\t\tarray[3]-array[4]>=0&&array[3]+array[4]<=array[1]){\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}\n\n}", "Main", "public static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint[] array = new int[spl.length];\n\n\t\t\tfor(int i = 0 ; i < spl.length ; i++){\n\t\t\t\tarray[i] = Integer.parseInt(spl[i]);\n\t\t\t}\n\t\t\tif(array[2]-array[4]>=0&&array[2]+array[4]<=array[0] &&\n\t\t\t\t\tarray[3]-array[4]>=0&&array[3]+array[4]<=array[1]){\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}", "main", "{\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint[] array = new int[spl.length];\n\n\t\t\tfor(int i = 0 ; i < spl.length ; i++){\n\t\t\t\tarray[i] = Integer.parseInt(spl[i]);\n\t\t\t}\n\t\t\tif(array[2]-array[4]>=0&&array[2]+array[4]<=array[0] &&\n\t\t\t\t\tarray[3]-array[4]>=0&&array[3]+array[4]<=array[1]){\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}", "InputStreamReader is = new InputStreamReader(System.in);", "is", "new InputStreamReader(System.in)", "BufferedReader br = new BufferedReader(is);", "br", "new BufferedReader(is)", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String[] spl = str.split(\" \");", "spl", "str.split(\" \")", "str.split", "str", "\" \"", "int[] array = new int[spl.length];", "array", "new int[spl.length]", "spl.length", "spl", "spl.length", "for(int i = 0 ; i < spl.length ; i++){\n\t\t\t\tarray[i] = Integer.parseInt(spl[i]);\n\t\t\t}", "int i = 0 ;", "int i = 0 ;", "i", "0", "i < spl.length", "i", "spl.length", "spl", "spl.length", "i++", "i++", "i", "{\n\t\t\t\tarray[i] = Integer.parseInt(spl[i]);\n\t\t\t}", "{\n\t\t\t\tarray[i] = Integer.parseInt(spl[i]);\n\t\t\t}", "array[i] = Integer.parseInt(spl[i])", "array[i]", "array", "i", "Integer.parseInt(spl[i])", "Integer.parseInt", "Integer", "spl[i]", "spl", "i", "if(array[2]-array[4]>=0&&array[2]+array[4]<=array[0] &&\n\t\t\t\t\tarray[3]-array[4]>=0&&array[3]+array[4]<=array[1]){\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}", "array[2]-array[4]>=0&&array[2]+array[4]<=array[0] &&\n\t\t\t\t\tarray[3]-array[4]>=0&&array[3]+array[4]<=array[1]", "array[3]-array[4]>=0", "array[2]-array[4]>=0&&array[2]+array[4]<=array[0] &&\n\t\t\t\t\tarray[3]-array[4]>=0&&array[3]+array[4]<=array[1]", "array[2]-array[4]>=0", "array[2]-array[4]", "array[2]", "array", "2", "array[4]", "array", "4", "0", "array[2]+array[4]<=array[0]", "array[2]+array[4]", "array[2]", "array", "2", "array[4]", "array", "4", "array[0]", "array", "0", "array[3]-array[4]>=0", "array[3]-array[4]", "array[3]", "array", "3", "array[4]", "array", "4", "0", "array[3]+array[4]<=array[1]", "array[3]+array[4]", "array[3]", "array", "3", "array[4]", "array", "4", "array[1]", "array", "1", "{\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[] arg", "arg", "public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint[] array = new int[spl.length];\n\n\t\t\tfor(int i = 0 ; i < spl.length ; i++){\n\t\t\t\tarray[i] = Integer.parseInt(spl[i]);\n\t\t\t}\n\t\t\tif(array[2]-array[4]>=0&&array[2]+array[4]<=array[0] &&\n\t\t\t\t\tarray[3]-array[4]>=0&&array[3]+array[4]<=array[1]){\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}\n\n}", "public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \");\n\t\t\tint[] array = new int[spl.length];\n\n\t\t\tfor(int i = 0 ; i < spl.length ; i++){\n\t\t\t\tarray[i] = Integer.parseInt(spl[i]);\n\t\t\t}\n\t\t\tif(array[2]-array[4]>=0&&array[2]+array[4]<=array[0] &&\n\t\t\t\t\tarray[3]-array[4]>=0&&array[3]+array[4]<=array[1]){\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}\n\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] arg) throws IOException { InputStreamReader is = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(is); String str = br.readLine(); String[] spl = str.split(" "); int[] array = new int[spl.length]; for(int i = 0 ; i < spl.length ; i++){ array[i] = Integer.parseInt(spl[i]); } if(array[2]-array[4]>=0&&array[2]+array[4]<=array[0] && array[3]-array[4]>=0&&array[3]+array[4]<=array[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, 0, 13, 4, 18, 13, 13, 0, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 2, 13, 13, 41, 13, 4, 18, 13, 2, 13, 13, 14, 2, 2, 13, 17, 2, 13, 17, 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 ], [ 105, 5 ], [ 105, 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 ], [ 54, 55 ], [ 54, 56 ], [ 8, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 60, 61 ], [ 59, 62 ], [ 62, 63 ], [ 62, 64 ], [ 8, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 70, 71 ], [ 70, 72 ], [ 65, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 74, 79 ], [ 65, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 81, 85 ], [ 85, 86 ], [ 85, 87 ], [ 80, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 89, 94 ], [ 80, 95 ], [ 95, 96 ], [ 96, 97 ], [ 97, 98 ], [ 98, 99 ], [ 98, 100 ], [ 96, 101 ], [ 6, 102 ], [ 102, 103 ], [ 0, 104 ], [ 104, 105 ], [ 104, 106 ] ]
[ "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 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\n\t\tW = Math.abs(W);\n\t\tH = Math.abs(H);\n\t\tint a = Math.abs(x + r);\n\t\tint b = Math.abs(y + r);\n\n\t\tif (x <= 0 | y <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if(W >= a & H >= b) {\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 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\n\t\tW = Math.abs(W);\n\t\tH = Math.abs(H);\n\t\tint a = Math.abs(x + r);\n\t\tint b = Math.abs(y + r);\n\n\t\tif (x <= 0 | y <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if(W >= a & H >= b) {\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\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\n\t\tW = Math.abs(W);\n\t\tH = Math.abs(H);\n\t\tint a = Math.abs(x + r);\n\t\tint b = Math.abs(y + r);\n\n\t\tif (x <= 0 | y <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if(W >= a & H >= b) {\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 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\n\t\tW = Math.abs(W);\n\t\tH = Math.abs(H);\n\t\tint a = Math.abs(x + r);\n\t\tint b = Math.abs(y + r);\n\n\t\tif (x <= 0 | y <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if(W >= a & H >= b) {\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 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", "W = Math.abs(W)", "W", "Math.abs(W)", "Math.abs", "Math", "W", "H = Math.abs(H)", "H", "Math.abs(H)", "Math.abs", "Math", "H", "int a = Math.abs(x + r);", "a", "Math.abs(x + r)", "Math.abs", "Math", "x + r", "x", "r", "int b = Math.abs(y + r);", "b", "Math.abs(y + r)", "Math.abs", "Math", "y + r", "y", "r", "if (x <= 0 | y <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if(W >= a & H >= b) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "x <= 0 | y <= 0", "x <= 0", "x", "0", "y <= 0", "y", "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(W >= a & H >= b) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "W >= a & H >= b", "W >= a", "W", "a", "H >= b", "H", "b", "{\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 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\n\t\tW = Math.abs(W);\n\t\tH = Math.abs(H);\n\t\tint a = Math.abs(x + r);\n\t\tint b = Math.abs(y + r);\n\n\t\tif (x <= 0 | y <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if(W >= a & H >= b) {\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\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\n\t\tW = Math.abs(W);\n\t\tH = Math.abs(H);\n\t\tint a = Math.abs(x + r);\n\t\tint b = Math.abs(y + r);\n\n\t\tif (x <= 0 | y <= 0) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if(W >= a & H >= b) {\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) { 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(); W = Math.abs(W); H = Math.abs(H); int a = Math.abs(x + r); int b = Math.abs(y + r); if (x <= 0 | y <= 0) { System.out.println("No"); } else if(W >= a & H >= b) { System.out.println("Yes"); } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 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, 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, 0, 13, 17, 14, 2, 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 ], [ 8, 14 ], [ 14, 15 ], [ 8, 16 ], [ 16, 17 ], [ 8, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 8, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 8, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 50, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 64, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 70, 74 ], [ 63, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 8, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 79, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 84, 89 ], [ 79, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 91, 96 ], [ 6, 97 ], [ 97, 98 ] ]
[ "import java.util.Scanner;\n\tclass Main{\n\n\t\tpublic static void main(String[] args){\n\tScanner sc=new Scanner(System.in);\nint W;\nint H;\nint x;\nint y;\nint r;\nint flag=9;\n\nW=sc.nextInt();\nH=sc.nextInt();\nx=sc.nextInt();\ny=sc.nextInt();\nr=sc.nextInt();\n\nif((x-r)>=0 && (x+r)<=W){\n\tif((y-r)>=0 && (y+r)<=H){\n\t\tflag = 0;\n\t}\n}\n\nif(flag==0){\n\tSystem.out.println(\"Yes\");\n} else {\n\tSystem.out.println(\"No\");\n}\n\n\t}\n\t}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\n\t\tpublic static void main(String[] args){\n\tScanner sc=new Scanner(System.in);\nint W;\nint H;\nint x;\nint y;\nint r;\nint flag=9;\n\nW=sc.nextInt();\nH=sc.nextInt();\nx=sc.nextInt();\ny=sc.nextInt();\nr=sc.nextInt();\n\nif((x-r)>=0 && (x+r)<=W){\n\tif((y-r)>=0 && (y+r)<=H){\n\t\tflag = 0;\n\t}\n}\n\nif(flag==0){\n\tSystem.out.println(\"Yes\");\n} else {\n\tSystem.out.println(\"No\");\n}\n\n\t}\n\t}", "Main", "public static void main(String[] args){\n\tScanner sc=new Scanner(System.in);\nint W;\nint H;\nint x;\nint y;\nint r;\nint flag=9;\n\nW=sc.nextInt();\nH=sc.nextInt();\nx=sc.nextInt();\ny=sc.nextInt();\nr=sc.nextInt();\n\nif((x-r)>=0 && (x+r)<=W){\n\tif((y-r)>=0 && (y+r)<=H){\n\t\tflag = 0;\n\t}\n}\n\nif(flag==0){\n\tSystem.out.println(\"Yes\");\n} else {\n\tSystem.out.println(\"No\");\n}\n\n\t}", "main", "{\n\tScanner sc=new Scanner(System.in);\nint W;\nint H;\nint x;\nint y;\nint r;\nint flag=9;\n\nW=sc.nextInt();\nH=sc.nextInt();\nx=sc.nextInt();\ny=sc.nextInt();\nr=sc.nextInt();\n\nif((x-r)>=0 && (x+r)<=W){\n\tif((y-r)>=0 && (y+r)<=H){\n\t\tflag = 0;\n\t}\n}\n\nif(flag==0){\n\tSystem.out.println(\"Yes\");\n} else {\n\tSystem.out.println(\"No\");\n}\n\n\t}", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "int W;", "W", "int H;", "H", "int x;", "x", "int y;", "y", "int r;", "r", "int flag=9;", "flag", "9", "W=sc.nextInt()", "W", "sc.nextInt()", "sc.nextInt", "sc", "H=sc.nextInt()", "H", "sc.nextInt()", "sc.nextInt", "sc", "x=sc.nextInt()", "x", "sc.nextInt()", "sc.nextInt", "sc", "y=sc.nextInt()", "y", "sc.nextInt()", "sc.nextInt", "sc", "r=sc.nextInt()", "r", "sc.nextInt()", "sc.nextInt", "sc", "if((x-r)>=0 && (x+r)<=W){\n\tif((y-r)>=0 && (y+r)<=H){\n\t\tflag = 0;\n\t}\n}", "(x-r)>=0 && (x+r)<=W", "(x-r)>=0", "(x-r)", "x", "r", "0", "(x+r)<=W", "(x+r)", "x", "r", "W", "{\n\tif((y-r)>=0 && (y+r)<=H){\n\t\tflag = 0;\n\t}\n}", "if((y-r)>=0 && (y+r)<=H){\n\t\tflag = 0;\n\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\tflag = 0;\n\t}", "flag = 0", "flag", "0", "if(flag==0){\n\tSystem.out.println(\"Yes\");\n} else {\n\tSystem.out.println(\"No\");\n}", "flag==0", "flag", "0", "{\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}", "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; int H; int x; int y; int r; int flag=9; W=sc.nextInt(); H=sc.nextInt(); x=sc.nextInt(); y=sc.nextInt(); r=sc.nextInt(); if((x-r)>=0 && (x+r)<=W){ if((y-r)>=0 && (y+r)<=H){ flag = 0; } } if(flag==0){ System.out.println("Yes"); } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 4, 18, 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, 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, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 96, 5 ], [ 96, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 6, 12 ], [ 12, 13 ], [ 96, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 16, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 16, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 16, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 16, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 16, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 16, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 16, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 16, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 57, 59 ], [ 16, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 62, 64 ], [ 16, 65 ], [ 65, 66 ], [ 68, 67 ], [ 75, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 72, 73 ], [ 72, 74 ], [ 75, 75 ], [ 75, 76 ], [ 75, 77 ], [ 68, 78 ], [ 78, 79 ], [ 78, 80 ], [ 65, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 82, 87 ], [ 65, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 89, 94 ], [ 0, 95 ], [ 95, 96 ], [ 95, 97 ] ]
[ "import java.util.Scanner;\n\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tnew Main().hattaiSource();\n\t}\n\n\tpublic void hattaiSource(){\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\t\tnew Main().hattaiSource();\n\t}\n\n\tpublic void hattaiSource(){\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\t\tnew Main().hattaiSource();\n\t}", "main", "{\n\t\tnew Main().hattaiSource();\n\t}", "new Main().hattaiSource()", "new Main().hattaiSource", "new Main()", "String[] args", "args", "public void hattaiSource(){\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}", "hattaiSource", "{\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\"", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tnew Main().hattaiSource();\n\t}\n\n\tpublic void hattaiSource(){\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\t\tnew Main().hattaiSource();\n\t}\n\n\tpublic void hattaiSource(){\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) { new Main().hattaiSource(); } public void hattaiSource(){ 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, 4, 13, 13, 13, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 12, 13, 30, 14, 2, 2, 13, 13, 17, 30, 29, 17, 14, 2, 2, 13, 13, 13, 30, 29, 17, 14, 2, 2, 13, 13, 17, 30, 29, 17, 14, 2, 2, 13, 13, 13, 30, 29, 17, 29, 17, 23, 13, 23, 13, 23, 13, 23, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 8, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 38, 41 ], [ 38, 42 ], [ 38, 43 ], [ 38, 44 ], [ 37, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 37, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 6, 59 ], [ 59, 60 ], [ 4, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 64, 70 ], [ 70, 71 ], [ 71, 72 ], [ 64, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 74, 78 ], [ 73, 79 ], [ 79, 80 ], [ 80, 81 ], [ 73, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 83, 87 ], [ 82, 88 ], [ 88, 89 ], [ 89, 90 ], [ 82, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 92, 96 ], [ 91, 97 ], [ 97, 98 ], [ 98, 99 ], [ 63, 100 ], [ 100, 101 ], [ 61, 102 ], [ 102, 103 ], [ 61, 104 ], [ 104, 105 ], [ 61, 106 ], [ 106, 107 ], [ 61, 108 ], [ 108, 109 ], [ 61, 110 ], [ 110, 111 ] ]
[ "import java.util.Scanner;\nclass 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 if(inner(W, H, x, y, r)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n static boolean inner(int w, int h, int x, int y, int r){\n if(x - r < 0){\n return false;\n }\n else if(x + r > w){\n return false;\n }\n else if(y - r < 0){\n return false;\n }\n else if(y + r > h){\n return false;\n }\n return true;\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 = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n if(inner(W, H, x, y, r)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n static boolean inner(int w, int h, int x, int y, int r){\n if(x - r < 0){\n return false;\n }\n else if(x + r > w){\n return false;\n }\n else if(y - r < 0){\n return false;\n }\n else if(y + r > h){\n return false;\n }\n return true;\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 if(inner(W, H, x, y, r)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n int W = scan.nextInt();\n int H = scan.nextInt();\n int x = scan.nextInt();\n int y = scan.nextInt();\n int r = scan.nextInt();\n if(inner(W, H, x, y, r)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int 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(inner(W, H, x, y, r)){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }", "inner(W, H, x, y, r)", "inner", "W", "H", "x", "y", "r", "{\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", "static boolean inner(int w, int h, int x, int y, int r){\n if(x - r < 0){\n return false;\n }\n else if(x + r > w){\n return false;\n }\n else if(y - r < 0){\n return false;\n }\n else if(y + r > h){\n return false;\n }\n return true;\n }", "inner", "{\n if(x - r < 0){\n return false;\n }\n else if(x + r > w){\n return false;\n }\n else if(y - r < 0){\n return false;\n }\n else if(y + r > h){\n return false;\n }\n return true;\n }", "if(x - r < 0){\n return false;\n }\n else if(x + r > w){\n return false;\n }\n else if(y - r < 0){\n return false;\n }\n else if(y + r > h){\n return false;\n }", "x - r < 0", "x - r", "x", "r", "0", "{\n return false;\n }", "return false;", "false", "if(x + r > w){\n return false;\n }\n else if(y - r < 0){\n return false;\n }\n else if(y + r > h){\n return false;\n }", "x + r > w", "x + r", "x", "r", "w", "{\n return false;\n }", "return false;", "false", "if(y - r < 0){\n return false;\n }\n else if(y + r > h){\n return false;\n }", "y - r < 0", "y - r", "y", "r", "0", "{\n return false;\n }", "return false;", "false", "if(y + r > h){\n return false;\n }", "y + r > h", "y + r", "y", "r", "h", "{\n return false;\n }", "return false;", "false", "return true;", "true", "int w", "w", "int h", "h", "int x", "x", "int y", "y", "int r", "r" ]
import java.util.Scanner; 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(); if(inner(W, H, x, y, r)){ System.out.println("Yes"); } else{ System.out.println("No"); } } static boolean inner(int w, int h, int x, int y, int r){ if(x - r < 0){ return false; } else if(x + r > w){ return false; } else if(y - r < 0){ return false; } else if(y + r > h){ return false; } return true; } }
[ 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, 40, 17, 2, 13, 17, 2, 13, 40, 17, 2, 13, 17, 2, 2, 2, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 30, 14, 2, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 30, 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, 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 ], [ 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 ], [ 64, 65 ], [ 65, 66 ], [ 75, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 70, 71 ], [ 67, 72 ], [ 72, 73 ], [ 72, 74 ], [ 75, 75 ], [ 75, 76 ], [ 75, 77 ], [ 77, 78 ], [ 65, 79 ], [ 79, 80 ], [ 79, 81 ], [ 64, 82 ], [ 82, 83 ], [ 99, 84 ], [ 96, 85 ], [ 93, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 86, 90 ], [ 90, 91 ], [ 90, 92 ], [ 93, 93 ], [ 93, 94 ], [ 93, 95 ], [ 96, 96 ], [ 96, 97 ], [ 96, 98 ], [ 99, 99 ], [ 99, 100 ], [ 99, 101 ], [ 82, 102 ], [ 102, 103 ], [ 102, 104 ], [ 63, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 110, 111 ], [ 110, 112 ], [ 109, 113 ], [ 108, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 114, 118 ], [ 107, 119 ], [ 119, 120 ], [ 120, 121 ], [ 121, 122 ], [ 121, 123 ], [ 120, 124 ], [ 119, 125 ], [ 125, 126 ], [ 126, 127 ], [ 126, 128 ], [ 125, 129 ], [ 106, 130 ], [ 130, 131 ], [ 131, 132 ], [ 132, 133 ], [ 133, 134 ], [ 133, 135 ], [ 131, 136 ], [ 106, 137 ], [ 137, 138 ], [ 138, 139 ], [ 139, 140 ], [ 140, 141 ], [ 141, 142 ], [ 141, 143 ], [ 140, 144 ], [ 139, 145 ], [ 145, 146 ], [ 146, 147 ], [ 146, 148 ], [ 145, 149 ], [ 138, 150 ], [ 150, 151 ], [ 151, 152 ], [ 152, 153 ], [ 152, 154 ], [ 151, 155 ], [ 150, 156 ], [ 156, 157 ], [ 157, 158 ], [ 157, 159 ], [ 156, 160 ], [ 137, 161 ], [ 161, 162 ], [ 162, 163 ], [ 163, 164 ], [ 164, 165 ], [ 164, 166 ], [ 162, 167 ], [ 9, 168 ], [ 168, 169 ] ]
[ "import java.util.*;\nimport java.io.*;\n \nclass Main{\n public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String[] str = br.readLine().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 //System.out.println(w+\" \"+h+\" \"+x+\" \"+y+\" \"+r);\n if((x>=-100 && x<=100 && y>=-100 && y<=100) && (w>0 && h>0 && r>0 && w<=100 && h<=100 && r<=100)){\n if((x-r<0 || x+r>w) || (y-r<0 || y+r>h)){\n System.out.println(\"No\");\n }else if((x-r>=0 && x+r<=w) || (y-r>=0 && y+r<=h)){\n System.out.println(\"Yes\");\n }\n }\n }\n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "class Main{\n public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String[] str = br.readLine().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 //System.out.println(w+\" \"+h+\" \"+x+\" \"+y+\" \"+r);\n if((x>=-100 && x<=100 && y>=-100 && y<=100) && (w>0 && h>0 && r>0 && w<=100 && h<=100 && r<=100)){\n if((x-r<0 || x+r>w) || (y-r<0 || y+r>h)){\n System.out.println(\"No\");\n }else if((x-r>=0 && x+r<=w) || (y-r>=0 && y+r<=h)){\n System.out.println(\"Yes\");\n }\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 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 //System.out.println(w+\" \"+h+\" \"+x+\" \"+y+\" \"+r);\n if((x>=-100 && x<=100 && y>=-100 && y<=100) && (w>0 && h>0 && r>0 && w<=100 && h<=100 && r<=100)){\n if((x-r<0 || x+r>w) || (y-r<0 || y+r>h)){\n System.out.println(\"No\");\n }else if((x-r>=0 && x+r<=w) || (y-r>=0 && y+r<=h)){\n System.out.println(\"Yes\");\n }\n }\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String[] str = br.readLine().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 //System.out.println(w+\" \"+h+\" \"+x+\" \"+y+\" \"+r);\n if((x>=-100 && x<=100 && y>=-100 && y<=100) && (w>0 && h>0 && r>0 && w<=100 && h<=100 && r<=100)){\n if((x-r<0 || x+r>w) || (y-r<0 || y+r>h)){\n System.out.println(\"No\");\n }else if((x-r>=0 && x+r<=w) || (y-r>=0 && y+r<=h)){\n System.out.println(\"Yes\");\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>=-100 && x<=100 && y>=-100 && y<=100) && (w>0 && h>0 && r>0 && w<=100 && h<=100 && r<=100)){\n if((x-r<0 || x+r>w) || (y-r<0 || y+r>h)){\n System.out.println(\"No\");\n }else if((x-r>=0 && x+r<=w) || (y-r>=0 && y+r<=h)){\n System.out.println(\"Yes\");\n }\n }", "(x>=-100 && x<=100 && y>=-100 && y<=100) && (w>0 && h>0 && r>0 && w<=100 && h<=100 && r<=100)", "(x>=-100 && x<=100 && y>=-100 && y<=100)", "y>=-100", "x>=-100 && x<=100 && y>=-100 && y<=100", "x>=-100", "x", "-100", "100", "x<=100", "x", "100", "y>=-100", "y", "-100", "100", "y<=100", "y", "100", "(w>0 && h>0 && r>0 && w<=100 && h<=100 && r<=100)", "h<=100", "w<=100", "r>0", "w>0 && h>0 && r>0 && w<=100 && h<=100 && r<=100", "w>0", "w", "0", "h>0", "h", "0", "r>0", "r", "0", "w<=100", "w", "100", "h<=100", "h", "100", "r<=100", "r", "100", "{\n if((x-r<0 || x+r>w) || (y-r<0 || y+r>h)){\n System.out.println(\"No\");\n }else if((x-r>=0 && x+r<=w) || (y-r>=0 && y+r<=h)){\n System.out.println(\"Yes\");\n }\n }", "if((x-r<0 || x+r>w) || (y-r<0 || y+r>h)){\n System.out.println(\"No\");\n }else if((x-r>=0 && x+r<=w) || (y-r>=0 && y+r<=h)){\n System.out.println(\"Yes\");\n }", "(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", "{\n System.out.println(\"No\");\n }", "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 System.out.println(\"Yes\");\n }", "(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", "{\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.*; import java.io.*; class Main{ public static void main(String args[])throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] str = br.readLine().split(" "); int 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]); //System.out.println(w+" "+h+" "+x+" "+y+" "+r); if((x>=-100 && x<=100 && y>=-100 && y<=100) && (w>0 && h>0 && r>0 && w<=100 && h<=100 && r<=100)){ 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, 6, 13, 12, 13, 30, 41, 13, 4, 18, 20, 41, 13, 4, 18, 13, 17, 41, 13, 20, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 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, 2, 13, 13, 2, 2, 13, 13, 17, 30, 14, 2, 2, 13, 2, 13, 13, 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 ], [ 122, 2 ], [ 122, 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 ], [ 20, 21 ], [ 20, 22 ], [ 5, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 23, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 23, 33 ], [ 33, 34 ], [ 34, 35 ], [ 23, 36 ], [ 37, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 45, 46 ], [ 45, 47 ], [ 5, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 50, 52 ], [ 5, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 55, 57 ], [ 5, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 60, 62 ], [ 5, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 65, 67 ], [ 5, 68 ], [ 68, 69 ], [ 68, 70 ], [ 70, 71 ], [ 70, 72 ], [ 5, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 77, 78 ], [ 77, 79 ], [ 74, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 73, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 90, 91 ], [ 90, 92 ], [ 87, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 93, 97 ], [ 86, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 101, 103 ], [ 99, 104 ], [ 86, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 108, 110 ], [ 106, 111 ], [ 73, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 113, 118 ], [ 3, 119 ], [ 119, 120 ], [ 0, 121 ], [ 121, 122 ], [ 121, 123 ] ]
[ "public class Main{\n\tpublic static void main(String[] args){\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint[] data = new int[words.length];\n\t\tfor(int i=0; i < words.length; i++){\n\t\t\tdata[i] = Integer.parseInt(words[i]);\n // System.out.println(data[i]);\n\t\t}\n\t\t// W, H, x, y, r\n\t\tint w = data[0];\n\t\tint h = data[1];\n\t\tint x = data[2];\n\t\tint y = data[3];\n\t\tint r = data[4];\n\t\tif( (w >= x+r) && (x-r >= 0) ){\n //System.out.println(\"pass\");\n\t\t\tif( (h >= y+r) && (y-r >= 0) ){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n System.out.println(\"No\");\n }\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t//\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint[] data = new int[words.length];\n\t\tfor(int i=0; i < words.length; i++){\n\t\t\tdata[i] = Integer.parseInt(words[i]);\n // System.out.println(data[i]);\n\t\t}\n\t\t// W, H, x, y, r\n\t\tint w = data[0];\n\t\tint h = data[1];\n\t\tint x = data[2];\n\t\tint y = data[3];\n\t\tint r = data[4];\n\t\tif( (w >= x+r) && (x-r >= 0) ){\n //System.out.println(\"pass\");\n\t\t\tif( (h >= y+r) && (y-r >= 0) ){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n System.out.println(\"No\");\n }\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t//\n\t}\n}", "Main", "public static void main(String[] args){\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint[] data = new int[words.length];\n\t\tfor(int i=0; i < words.length; i++){\n\t\t\tdata[i] = Integer.parseInt(words[i]);\n // System.out.println(data[i]);\n\t\t}\n\t\t// W, H, x, y, r\n\t\tint w = data[0];\n\t\tint h = data[1];\n\t\tint x = data[2];\n\t\tint y = data[3];\n\t\tint r = data[4];\n\t\tif( (w >= x+r) && (x-r >= 0) ){\n //System.out.println(\"pass\");\n\t\t\tif( (h >= y+r) && (y-r >= 0) ){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n System.out.println(\"No\");\n }\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t//\n\t}", "main", "{\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint[] data = new int[words.length];\n\t\tfor(int i=0; i < words.length; i++){\n\t\t\tdata[i] = Integer.parseInt(words[i]);\n // System.out.println(data[i]);\n\t\t}\n\t\t// W, H, x, y, r\n\t\tint w = data[0];\n\t\tint h = data[1];\n\t\tint x = data[2];\n\t\tint y = data[3];\n\t\tint r = data[4];\n\t\tif( (w >= x+r) && (x-r >= 0) ){\n //System.out.println(\"pass\");\n\t\t\tif( (h >= y+r) && (y-r >= 0) ){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n System.out.println(\"No\");\n }\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\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[] words = input.split(\"\\\\s\");", "words", "input.split(\"\\\\s\")", "input.split", "input", "\"\\\\s\"", "int[] data = new int[words.length];", "data", "new int[words.length]", "words.length", "words", "words.length", "for(int i=0; i < words.length; i++){\n\t\t\tdata[i] = Integer.parseInt(words[i]);\n // System.out.println(data[i]);\n\t\t}", "int i=0;", "int i=0;", "i", "0", "i < words.length", "i", "words.length", "words", "words.length", "i++", "i++", "i", "{\n\t\t\tdata[i] = Integer.parseInt(words[i]);\n // System.out.println(data[i]);\n\t\t}", "{\n\t\t\tdata[i] = Integer.parseInt(words[i]);\n // System.out.println(data[i]);\n\t\t}", "data[i] = Integer.parseInt(words[i])", "data[i]", "data", "i", "Integer.parseInt(words[i])", "Integer.parseInt", "Integer", "words[i]", "words", "i", "int w = data[0];", "w", "data[0]", "data", "0", "int h = data[1];", "h", "data[1]", "data", "1", "int x = data[2];", "x", "data[2]", "data", "2", "int y = data[3];", "y", "data[3]", "data", "3", "int r = data[4];", "r", "data[4]", "data", "4", "if( (w >= x+r) && (x-r >= 0) ){\n //System.out.println(\"pass\");\n\t\t\tif( (h >= y+r) && (y-r >= 0) ){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n System.out.println(\"No\");\n }\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "(w >= x+r) && (x-r >= 0)", "(w >= x+r)", "w", "x+r", "x", "r", "(x-r >= 0)", "x-r", "x", "r", "0", "{\n //System.out.println(\"pass\");\n\t\t\tif( (h >= y+r) && (y-r >= 0) ){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n System.out.println(\"No\");\n }\n\t\t}", "if( (h >= y+r) && (y-r >= 0) ){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n System.out.println(\"No\");\n }", "(h >= y+r) && (y-r >= 0)", "(h >= y+r)", "h", "y+r", "y", "r", "(y-r >= 0)", "y-r", "y", "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 System.out.println(\"No\");\n }", "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\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint[] data = new int[words.length];\n\t\tfor(int i=0; i < words.length; i++){\n\t\t\tdata[i] = Integer.parseInt(words[i]);\n // System.out.println(data[i]);\n\t\t}\n\t\t// W, H, x, y, r\n\t\tint w = data[0];\n\t\tint h = data[1];\n\t\tint x = data[2];\n\t\tint y = data[3];\n\t\tint r = data[4];\n\t\tif( (w >= x+r) && (x-r >= 0) ){\n //System.out.println(\"pass\");\n\t\t\tif( (h >= y+r) && (y-r >= 0) ){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n System.out.println(\"No\");\n }\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t//\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\t//\n\t\tString input = new java.util.Scanner(System.in).nextLine();\n\t\tString[] words = input.split(\"\\\\s\");\n\t\tint[] data = new int[words.length];\n\t\tfor(int i=0; i < words.length; i++){\n\t\t\tdata[i] = Integer.parseInt(words[i]);\n // System.out.println(data[i]);\n\t\t}\n\t\t// W, H, x, y, r\n\t\tint w = data[0];\n\t\tint h = data[1];\n\t\tint x = data[2];\n\t\tint y = data[3];\n\t\tint r = data[4];\n\t\tif( (w >= x+r) && (x-r >= 0) ){\n //System.out.println(\"pass\");\n\t\t\tif( (h >= y+r) && (y-r >= 0) ){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else{\n System.out.println(\"No\");\n }\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t//\n\t}\n}", "Main" ]
public class Main{ public static void main(String[] args){ // String input = new java.util.Scanner(System.in).nextLine(); String[] words = input.split("\\s"); int[] data = new int[words.length]; for(int i=0; i < words.length; i++){ data[i] = Integer.parseInt(words[i]); // System.out.println(data[i]); } // W, H, x, y, r int w = data[0]; int h = data[1]; int x = data[2]; int y = data[3]; int r = data[4]; if( (w >= x+r) && (x-r >= 0) ){ //System.out.println("pass"); if( (h >= y+r) && (y-r >= 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, 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, 2, 2, 17, 13, 2, 17, 13, 2, 17, 13, 2, 17, 13, 30, 14, 2, 2, 2, 2, 2, 13, 13, 13, 2, 2, 13, 13, 13, 2, 17, 2, 13, 13, 2, 17, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 40, 13, 14, 2, 2, 2, 2, 17, 13, 2, 17, 13, 2, 17, 13, 2, 17, 13, 30, 14, 2, 2, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 2, 13, 2, 13, 13, 2, 17, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 40, 13, 14, 2, 2, 2, 2, 17, 13, 2, 17, 13, 2, 17, 13, 2, 17, 13, 30, 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, 40, 13, 14, 2, 2, 2, 2, 17, 13, 2, 17, 13, 2, 17, 13, 2, 17, 13, 30, 14, 2, 2, 2, 2, 2, 13, 13, 13, 2, 2, 13, 13, 17, 2, 13, 2, 13, 13, 2, 13, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 40, 13, 14, 2, 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 ], [ 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 ], [ 63, 65 ], [ 11, 66 ], [ 66, 67 ], [ 69, 68 ], [ 76, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 73, 74 ], [ 73, 75 ], [ 76, 76 ], [ 76, 77 ], [ 76, 78 ], [ 69, 79 ], [ 79, 80 ], [ 79, 81 ], [ 66, 82 ], [ 82, 83 ], [ 83, 84 ], [ 86, 85 ], [ 97, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 87, 91 ], [ 86, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 92, 96 ], [ 97, 97 ], [ 97, 98 ], [ 97, 99 ], [ 99, 100 ], [ 99, 101 ], [ 86, 102 ], [ 102, 103 ], [ 102, 104 ], [ 104, 105 ], [ 104, 106 ], [ 83, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 110, 111 ], [ 110, 112 ], [ 108, 113 ], [ 107, 114 ], [ 114, 115 ], [ 11, 116 ], [ 116, 117 ], [ 119, 118 ], [ 126, 119 ], [ 119, 120 ], [ 120, 121 ], [ 120, 122 ], [ 119, 123 ], [ 123, 124 ], [ 123, 125 ], [ 126, 126 ], [ 126, 127 ], [ 126, 128 ], [ 119, 129 ], [ 129, 130 ], [ 129, 131 ], [ 116, 132 ], [ 132, 133 ], [ 133, 134 ], [ 136, 135 ], [ 147, 136 ], [ 136, 137 ], [ 137, 138 ], [ 138, 139 ], [ 138, 140 ], [ 137, 141 ], [ 136, 142 ], [ 142, 143 ], [ 143, 144 ], [ 143, 145 ], [ 142, 146 ], [ 147, 147 ], [ 147, 148 ], [ 147, 149 ], [ 149, 150 ], [ 149, 151 ], [ 136, 152 ], [ 152, 153 ], [ 152, 154 ], [ 154, 155 ], [ 154, 156 ], [ 133, 157 ], [ 157, 158 ], [ 158, 159 ], [ 159, 160 ], [ 160, 161 ], [ 160, 162 ], [ 158, 163 ], [ 157, 164 ], [ 164, 165 ], [ 11, 166 ], [ 166, 167 ], [ 169, 168 ], [ 176, 169 ], [ 169, 170 ], [ 170, 171 ], [ 170, 172 ], [ 169, 173 ], [ 173, 174 ], [ 173, 175 ], [ 176, 176 ], [ 176, 177 ], [ 176, 178 ], [ 169, 179 ], [ 179, 180 ], [ 179, 181 ], [ 166, 182 ], [ 182, 183 ], [ 183, 184 ], [ 186, 185 ], [ 197, 186 ], [ 186, 187 ], [ 187, 188 ], [ 188, 189 ], [ 188, 190 ], [ 187, 191 ], [ 186, 192 ], [ 192, 193 ], [ 193, 194 ], [ 193, 195 ], [ 192, 196 ], [ 197, 197 ], [ 197, 198 ], [ 197, 199 ], [ 199, 200 ], [ 199, 201 ], [ 186, 202 ], [ 202, 203 ], [ 202, 204 ], [ 204, 205 ], [ 204, 206 ], [ 183, 207 ], [ 207, 208 ], [ 208, 209 ], [ 209, 210 ], [ 210, 211 ], [ 210, 212 ], [ 208, 213 ], [ 207, 214 ], [ 214, 215 ], [ 11, 216 ], [ 216, 217 ], [ 219, 218 ], [ 226, 219 ], [ 219, 220 ], [ 220, 221 ], [ 220, 222 ], [ 219, 223 ], [ 223, 224 ], [ 223, 225 ], [ 226, 226 ], [ 226, 227 ], [ 226, 228 ], [ 219, 229 ], [ 229, 230 ], [ 229, 231 ], [ 216, 232 ], [ 232, 233 ], [ 233, 234 ], [ 236, 235 ], [ 247, 236 ], [ 236, 237 ], [ 237, 238 ], [ 238, 239 ], [ 238, 240 ], [ 237, 241 ], [ 236, 242 ], [ 242, 243 ], [ 243, 244 ], [ 243, 245 ], [ 242, 246 ], [ 247, 247 ], [ 247, 248 ], [ 247, 249 ], [ 249, 250 ], [ 249, 251 ], [ 236, 252 ], [ 252, 253 ], [ 252, 254 ], [ 254, 255 ], [ 254, 256 ], [ 233, 257 ], [ 257, 258 ], [ 258, 259 ], [ 259, 260 ], [ 260, 261 ], [ 260, 262 ], [ 258, 263 ], [ 257, 264 ], [ 264, 265 ], [ 11, 266 ], [ 266, 267 ], [ 267, 268 ], [ 267, 269 ], [ 266, 270 ], [ 270, 271 ], [ 271, 272 ], [ 272, 273 ], [ 273, 274 ], [ 273, 275 ], [ 271, 276 ], [ 9, 277 ], [ 277, 278 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main {\n public static void main(String[] args) throws Exception {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArr = br.readLine().split(\" \");\n int a =Integer.parseInt(strArr[0]);\n int b =Integer.parseInt(strArr[1]);\n int c =Integer.parseInt(strArr[2]);\n int d =Integer.parseInt(strArr[3]);\n int e =Integer.parseInt(strArr[4]);\n\n int chksum=0;\n\n if(0<=a && 0<=b && 0<=c && 0<=d){\n \tif(c+e <= a && d+e <= b && 0<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0<=b && 0>=c && 0<=d){\n \tif(c+e <= 0 && d+e <= b && a<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0>=b && 0>=c && 0>=d){\n \tif(c+e <= 0 && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0>=b && 0<=c && 0>=d){\n \tif(c+e <= a && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(chksum==0){\n \tSystem.out.println(\"No\");\n }\n\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n public static void main(String[] args) throws Exception {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArr = br.readLine().split(\" \");\n int a =Integer.parseInt(strArr[0]);\n int b =Integer.parseInt(strArr[1]);\n int c =Integer.parseInt(strArr[2]);\n int d =Integer.parseInt(strArr[3]);\n int e =Integer.parseInt(strArr[4]);\n\n int chksum=0;\n\n if(0<=a && 0<=b && 0<=c && 0<=d){\n \tif(c+e <= a && d+e <= b && 0<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0<=b && 0>=c && 0<=d){\n \tif(c+e <= 0 && d+e <= b && a<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0>=b && 0>=c && 0>=d){\n \tif(c+e <= 0 && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0>=b && 0<=c && 0>=d){\n \tif(c+e <= a && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(chksum==0){\n \tSystem.out.println(\"No\");\n }\n\n }\n}", "Main", "public static void main(String[] args) throws Exception {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArr = br.readLine().split(\" \");\n int a =Integer.parseInt(strArr[0]);\n int b =Integer.parseInt(strArr[1]);\n int c =Integer.parseInt(strArr[2]);\n int d =Integer.parseInt(strArr[3]);\n int e =Integer.parseInt(strArr[4]);\n\n int chksum=0;\n\n if(0<=a && 0<=b && 0<=c && 0<=d){\n \tif(c+e <= a && d+e <= b && 0<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0<=b && 0>=c && 0<=d){\n \tif(c+e <= 0 && d+e <= b && a<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0>=b && 0>=c && 0>=d){\n \tif(c+e <= 0 && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0>=b && 0<=c && 0>=d){\n \tif(c+e <= a && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(chksum==0){\n \tSystem.out.println(\"No\");\n }\n\n }", "main", "{\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] strArr = br.readLine().split(\" \");\n int a =Integer.parseInt(strArr[0]);\n int b =Integer.parseInt(strArr[1]);\n int c =Integer.parseInt(strArr[2]);\n int d =Integer.parseInt(strArr[3]);\n int e =Integer.parseInt(strArr[4]);\n\n int chksum=0;\n\n if(0<=a && 0<=b && 0<=c && 0<=d){\n \tif(c+e <= a && d+e <= b && 0<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0<=b && 0>=c && 0<=d){\n \tif(c+e <= 0 && d+e <= b && a<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0>=b && 0>=c && 0>=d){\n \tif(c+e <= 0 && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(0>=a && 0>=b && 0<=c && 0>=d){\n \tif(c+e <= a && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }\n\n if(chksum==0){\n \tSystem.out.println(\"No\");\n }\n\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] strArr = br.readLine().split(\" \");", "strArr", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int a =Integer.parseInt(strArr[0]);", "a", "Integer.parseInt(strArr[0])", "Integer.parseInt", "Integer", "strArr[0]", "strArr", "0", "int b =Integer.parseInt(strArr[1]);", "b", "Integer.parseInt(strArr[1])", "Integer.parseInt", "Integer", "strArr[1]", "strArr", "1", "int c =Integer.parseInt(strArr[2]);", "c", "Integer.parseInt(strArr[2])", "Integer.parseInt", "Integer", "strArr[2]", "strArr", "2", "int d =Integer.parseInt(strArr[3]);", "d", "Integer.parseInt(strArr[3])", "Integer.parseInt", "Integer", "strArr[3]", "strArr", "3", "int e =Integer.parseInt(strArr[4]);", "e", "Integer.parseInt(strArr[4])", "Integer.parseInt", "Integer", "strArr[4]", "strArr", "4", "int chksum=0;", "chksum", "0", "if(0<=a && 0<=b && 0<=c && 0<=d){\n \tif(c+e <= a && d+e <= b && 0<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }", "0<=a && 0<=b && 0<=c && 0<=d", "0<=c", "0<=a && 0<=b && 0<=c && 0<=d", "0<=a", "0", "a", "0<=b", "0", "b", "0<=c", "0", "c", "0<=d", "0", "d", "{\n \tif(c+e <= a && d+e <= b && 0<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }", "if(c+e <= a && d+e <= b && 0<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }", "c+e <= a && d+e <= b && 0<=c-e && 0 <= d-e", "0<=c-e", "c+e <= a && d+e <= b && 0<=c-e && 0 <= d-e", "c+e <= a", "c+e", "c", "e", "a", "d+e <= b", "d+e", "d", "e", "b", "0<=c-e", "0", "c-e", "c", "e", "0 <= d-e", "0", "d-e", "d", "e", "{\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "chksum++", "chksum", "if(0>=a && 0<=b && 0>=c && 0<=d){\n \tif(c+e <= 0 && d+e <= b && a<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }", "0>=a && 0<=b && 0>=c && 0<=d", "0>=c", "0>=a && 0<=b && 0>=c && 0<=d", "0>=a", "0", "a", "0<=b", "0", "b", "0>=c", "0", "c", "0<=d", "0", "d", "{\n \tif(c+e <= 0 && d+e <= b && a<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }", "if(c+e <= 0 && d+e <= b && a<=c-e && 0 <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }", "c+e <= 0 && d+e <= b && a<=c-e && 0 <= d-e", "a<=c-e", "c+e <= 0 && d+e <= b && a<=c-e && 0 <= d-e", "c+e <= 0", "c+e", "c", "e", "0", "d+e <= b", "d+e", "d", "e", "b", "a<=c-e", "a", "c-e", "c", "e", "0 <= d-e", "0", "d-e", "d", "e", "{\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "chksum++", "chksum", "if(0>=a && 0>=b && 0>=c && 0>=d){\n \tif(c+e <= 0 && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }", "0>=a && 0>=b && 0>=c && 0>=d", "0>=c", "0>=a && 0>=b && 0>=c && 0>=d", "0>=a", "0", "a", "0>=b", "0", "b", "0>=c", "0", "c", "0>=d", "0", "d", "{\n \tif(c+e <= 0 && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }", "if(c+e <= 0 && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }", "c+e <= 0 && d+e <= 0 && a<=c-e && b <= d-e", "a<=c-e", "c+e <= 0 && d+e <= 0 && a<=c-e && b <= d-e", "c+e <= 0", "c+e", "c", "e", "0", "d+e <= 0", "d+e", "d", "e", "0", "a<=c-e", "a", "c-e", "c", "e", "b <= d-e", "b", "d-e", "d", "e", "{\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "chksum++", "chksum", "if(0>=a && 0>=b && 0<=c && 0>=d){\n \tif(c+e <= a && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }", "0>=a && 0>=b && 0<=c && 0>=d", "0<=c", "0>=a && 0>=b && 0<=c && 0>=d", "0>=a", "0", "a", "0>=b", "0", "b", "0<=c", "0", "c", "0>=d", "0", "d", "{\n \tif(c+e <= a && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }\n }", "if(c+e <= a && d+e <= 0 && a<=c-e && b <= d-e){\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }", "c+e <= a && d+e <= 0 && a<=c-e && b <= d-e", "a<=c-e", "c+e <= a && d+e <= 0 && a<=c-e && b <= d-e", "c+e <= a", "c+e", "c", "e", "a", "d+e <= 0", "d+e", "d", "e", "0", "a<=c-e", "a", "c-e", "c", "e", "b <= d-e", "b", "d-e", "d", "e", "{\n \tSystem.out.println(\"Yes\");\n \tchksum++;\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "chksum++", "chksum", "if(chksum==0){\n \tSystem.out.println(\"No\");\n }", "chksum==0", "chksum", "0", "{\n \tSystem.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; class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] strArr = br.readLine().split(" "); int a =Integer.parseInt(strArr[0]); int b =Integer.parseInt(strArr[1]); int c =Integer.parseInt(strArr[2]); int d =Integer.parseInt(strArr[3]); int e =Integer.parseInt(strArr[4]); int chksum=0; if(0<=a && 0<=b && 0<=c && 0<=d){ if(c+e <= a && d+e <= b && 0<=c-e && 0 <= d-e){ System.out.println("Yes"); chksum++; } } if(0>=a && 0<=b && 0>=c && 0<=d){ if(c+e <= 0 && d+e <= b && a<=c-e && 0 <= d-e){ System.out.println("Yes"); chksum++; } } if(0>=a && 0>=b && 0>=c && 0>=d){ if(c+e <= 0 && d+e <= 0 && a<=c-e && b <= d-e){ System.out.println("Yes"); chksum++; } } if(0>=a && 0>=b && 0<=c && 0>=d){ if(c+e <= a && d+e <= 0 && a<=c-e && b <= d-e){ System.out.println("Yes"); chksum++; } } if(chksum==0){ 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, 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, 14, 2, 2, 17, 2, 13, 13, 2, 2, 13, 13, 13, 30, 14, 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, 30, 14, 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, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 116, 5 ], [ 116, 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 ], [ 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 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 51, 53 ], [ 48, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 47, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 64, 66 ], [ 61, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 60, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 73, 78 ], [ 60, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 80, 85 ], [ 47, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 91, 92 ], [ 91, 93 ], [ 88, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 94, 98 ], [ 87, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 100, 105 ], [ 87, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 107, 112 ], [ 6, 113 ], [ 113, 114 ], [ 0, 115 ], [ 115, 116 ], [ 115, 117 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tint W, H, x, y, r;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tW = scan.nextInt();\n\t\tH = scan.nextInt();\n\t\tx = scan.nextInt();\n\t\ty = scan.nextInt();\n\t\tr = scan.nextInt();\n\n\t\tif (0 <= x-r && x+r <= W) {\n\t\t\tif(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\tif(0 <= y-r && y+r <= H){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\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\tint W, H, x, y, r;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tW = scan.nextInt();\n\t\tH = scan.nextInt();\n\t\tx = scan.nextInt();\n\t\ty = scan.nextInt();\n\t\tr = scan.nextInt();\n\n\t\tif (0 <= x-r && x+r <= W) {\n\t\t\tif(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\tif(0 <= y-r && y+r <= H){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\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\tint W, H, x, y, r;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tW = scan.nextInt();\n\t\tH = scan.nextInt();\n\t\tx = scan.nextInt();\n\t\ty = scan.nextInt();\n\t\tr = scan.nextInt();\n\n\t\tif (0 <= x-r && x+r <= W) {\n\t\t\tif(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\tif(0 <= y-r && y+r <= H){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}\n\t}", "main", "{\n\t\tint W, H, x, y, r;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tW = scan.nextInt();\n\t\tH = scan.nextInt();\n\t\tx = scan.nextInt();\n\t\ty = scan.nextInt();\n\t\tr = scan.nextInt();\n\n\t\tif (0 <= x-r && x+r <= W) {\n\t\t\tif(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\tif(0 <= y-r && y+r <= H){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}\n\t}", "int W", "W", "H", "H", "x", "x", "y", "y", "r;", "r", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "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 (0 <= x-r && x+r <= W) {\n\t\t\tif(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\tif(0 <= y-r && y+r <= H){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}", "0 <= x-r && x+r <= W", "0 <= x-r", "0", "x-r", "x", "r", "x+r <= W", "x+r", "x", "r", "W", "{\n\t\t\tif(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 <= 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 <= H", "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\tif(0 <= y-r && y+r <= H){\n\t\t\t\tSystem.out.println(\"No\");\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 <= H){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}", "0 <= y-r && y+r <= H", "0 <= y-r", "0", "y-r", "y", "r", "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(\"No\");\n\t\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tint W, H, x, y, r;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tW = scan.nextInt();\n\t\tH = scan.nextInt();\n\t\tx = scan.nextInt();\n\t\ty = scan.nextInt();\n\t\tr = scan.nextInt();\n\n\t\tif (0 <= x-r && x+r <= W) {\n\t\t\tif(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\tif(0 <= y-r && y+r <= H){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\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\tint W, H, x, y, r;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tW = scan.nextInt();\n\t\tH = scan.nextInt();\n\t\tx = scan.nextInt();\n\t\ty = scan.nextInt();\n\t\tr = scan.nextInt();\n\n\t\tif (0 <= x-r && x+r <= W) {\n\t\t\tif(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\tif(0 <= y-r && y+r <= H){\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t} else {\n\t\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) { int W, H, x, y, r; Scanner scan = new Scanner(System.in); W = scan.nextInt(); H = scan.nextInt(); x = scan.nextInt(); y = scan.nextInt(); r = scan.nextInt(); if (0 <= x-r && x+r <= W) { if(0 <= y-r && y+r <= H){ System.out.println("Yes"); } else { System.out.println("No"); } } else { if(0 <= y-r && y+r <= H){ System.out.println("No"); } 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, 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, 14, 2, 2, 2, 13, 13, 13, 2, 2, 13, 13, 17, 30, 0, 13, 17, 14, 2, 2, 2, 13, 13, 13, 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 ]
[ [ 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 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 8, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 8, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 50, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 8, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 67, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 66, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 8, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 85, 90 ], [ 82, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 92, 97 ], [ 6, 98 ], [ 98, 99 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n int W,H,x,y,r;\n boolean result = true;//??????????????¨\n //?¨??????\\??????????????????????????§????????????\n \tScanner scanner = new Scanner(System.in);\n \t//??\\????????????int??????????????????\n \tW = scanner.nextInt();\n \tH = scanner.nextInt();\n \tx = scanner.nextInt();\n \ty = scanner.nextInt();\n \tr = scanner.nextInt();\n \t//?¨??????????????????????\n \tif((x+r) > W || (x-r) <0){\n \t\tresult = false;\n \t}\n \t//????????????????????????\n \tif((y+r) > H || (y-r) <0){\n \t\tresult = false;\n \t}\n \t//????????????\n \tif(result){\n \t\tSystem.out.println(\"Yes\");\n \t}\n \telse{\n \t\tSystem.out.println(\"No\");\n \t}\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n public static void main(String[] args){\n int W,H,x,y,r;\n boolean result = true;//??????????????¨\n //?¨??????\\??????????????????????????§????????????\n \tScanner scanner = new Scanner(System.in);\n \t//??\\????????????int??????????????????\n \tW = scanner.nextInt();\n \tH = scanner.nextInt();\n \tx = scanner.nextInt();\n \ty = scanner.nextInt();\n \tr = scanner.nextInt();\n \t//?¨??????????????????????\n \tif((x+r) > W || (x-r) <0){\n \t\tresult = false;\n \t}\n \t//????????????????????????\n \tif((y+r) > H || (y-r) <0){\n \t\tresult = false;\n \t}\n \t//????????????\n \tif(result){\n \t\tSystem.out.println(\"Yes\");\n \t}\n \telse{\n \t\tSystem.out.println(\"No\");\n \t}\n }\n}", "Main", "public static void main(String[] args){\n int W,H,x,y,r;\n boolean result = true;//??????????????¨\n //?¨??????\\??????????????????????????§????????????\n \tScanner scanner = new Scanner(System.in);\n \t//??\\????????????int??????????????????\n \tW = scanner.nextInt();\n \tH = scanner.nextInt();\n \tx = scanner.nextInt();\n \ty = scanner.nextInt();\n \tr = scanner.nextInt();\n \t//?¨??????????????????????\n \tif((x+r) > W || (x-r) <0){\n \t\tresult = false;\n \t}\n \t//????????????????????????\n \tif((y+r) > H || (y-r) <0){\n \t\tresult = false;\n \t}\n \t//????????????\n \tif(result){\n \t\tSystem.out.println(\"Yes\");\n \t}\n \telse{\n \t\tSystem.out.println(\"No\");\n \t}\n }", "main", "{\n int W,H,x,y,r;\n boolean result = true;//??????????????¨\n //?¨??????\\??????????????????????????§????????????\n \tScanner scanner = new Scanner(System.in);\n \t//??\\????????????int??????????????????\n \tW = scanner.nextInt();\n \tH = scanner.nextInt();\n \tx = scanner.nextInt();\n \ty = scanner.nextInt();\n \tr = scanner.nextInt();\n \t//?¨??????????????????????\n \tif((x+r) > W || (x-r) <0){\n \t\tresult = false;\n \t}\n \t//????????????????????????\n \tif((y+r) > H || (y-r) <0){\n \t\tresult = false;\n \t}\n \t//????????????\n \tif(result){\n \t\tSystem.out.println(\"Yes\");\n \t}\n \telse{\n \t\tSystem.out.println(\"No\");\n \t}\n }", "int W", "W", "H", "H", "x", "x", "y", "y", "r;", "r", "boolean result = true;", "result", "true", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "W = scanner.nextInt()", "W", "scanner.nextInt()", "scanner.nextInt", "scanner", "H = scanner.nextInt()", "H", "scanner.nextInt()", "scanner.nextInt", "scanner", "x = scanner.nextInt()", "x", "scanner.nextInt()", "scanner.nextInt", "scanner", "y = scanner.nextInt()", "y", "scanner.nextInt()", "scanner.nextInt", "scanner", "r = scanner.nextInt()", "r", "scanner.nextInt()", "scanner.nextInt", "scanner", "if((x+r) > W || (x-r) <0){\n \t\tresult = false;\n \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\tresult = false;\n \t}", "result = false", "result", "false", "if((y+r) > H || (y-r) <0){\n \t\tresult = false;\n \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\tresult = false;\n \t}", "result = false", "result", "false", "if(result){\n \t\tSystem.out.println(\"Yes\");\n \t}\n \telse{\n \t\tSystem.out.println(\"No\");\n \t}", "result", "{\n \t\tSystem.out.println(\"Yes\");\n \t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n \t\tSystem.out.println(\"No\");\n \t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ int W,H,x,y,r; boolean result = true;//??????????????¨ //?¨??????\??????????????????????????§???????????? Scanner scanner = new Scanner(System.in); //??\????????????int?????????????????? W = scanner.nextInt(); H = scanner.nextInt(); x = scanner.nextInt(); y = scanner.nextInt(); r = scanner.nextInt(); //?¨?????????????????????? if((x+r) > W || (x-r) <0){ result = false; } //???????????????????????? if((y+r) > H || (y-r) <0){ result = false; } //???????????? if(result){ 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 ] ]
[ "\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String args[]) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint 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(y >= r && y <= H - r && x >= r && x <= W - r) {\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t\t} else {\n\t\t\tSystem.out.printf(\"No\\n\");\n\t\t}\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String args[]) {\n\t\tScanner 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(y >= r && y <= H - r && x >= r && x <= W - r) {\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t\t} else {\n\t\t\tSystem.out.printf(\"No\\n\");\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\tif(y >= r && y <= H - r && x >= r && x <= W - r) {\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t\t} else {\n\t\t\tSystem.out.printf(\"No\\n\");\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\tif(y >= r && y <= H - r && x >= r && x <= W - r) {\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t\t} else {\n\t\t\tSystem.out.printf(\"No\\n\");\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(y >= r && y <= H - r && x >= r && x <= W - r) {\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t\t} else {\n\t\t\tSystem.out.printf(\"No\\n\");\n\t\t}", "y >= r && y <= H - r && x >= r && x <= W - r", "x >= r", "y >= r && y <= H - r && x >= r && x <= W - r", "y >= r", "y", "r", "y <= H - r", "y", "H - r", "H", "r", "x >= r", "x", "r", "x <= W - r", "x", "W - r", "W", "r", "{\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t\t}", "System.out.printf(\"Yes\\n\")", "System.out.printf", "System.out", "System", "System.out", "\"Yes\\n\"", "{\n\t\t\tSystem.out.printf(\"No\\n\");\n\t\t}", "System.out.printf(\"No\\n\")", "System.out.printf", "System.out", "System", "System.out", "\"No\\n\"", "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\tif(y >= r && y <= H - r && x >= r && x <= W - r) {\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t\t} else {\n\t\t\tSystem.out.printf(\"No\\n\");\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\tif(y >= r && y <= H - r && x >= r && x <= W - r) {\n\t\t\tSystem.out.printf(\"Yes\\n\");\n\t\t} else {\n\t\t\tSystem.out.printf(\"No\\n\");\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(); if(y >= r && y <= H - r && x >= r && x <= W - r) { System.out.printf("Yes\n"); } else { System.out.printf("No\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, 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, 13, 13, 2, 13, 2, 13, 13, 2, 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 ], [ 116, 5 ], [ 116, 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 ], [ 54, 56 ], [ 56, 57 ], [ 56, 58 ], [ 8, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 61, 63 ], [ 8, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 66, 68 ], [ 8, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 71, 73 ], [ 8, 74 ], [ 74, 75 ], [ 74, 76 ], [ 76, 77 ], [ 76, 78 ], [ 8, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 81, 85 ], [ 85, 86 ], [ 85, 87 ], [ 87, 88 ], [ 87, 89 ], [ 80, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 90, 94 ], [ 94, 95 ], [ 94, 96 ], [ 96, 97 ], [ 96, 98 ], [ 79, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 100, 105 ], [ 79, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 107, 112 ], [ 6, 113 ], [ 113, 114 ], [ 0, 115 ], [ 115, 116 ], [ 115, 117 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint W = is[0];\n\t\tint H = is[1];\n\t\tint x = is[2];\n\t\tint y = is[3];\n\t\tint r = is[4];\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\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint W = is[0];\n\t\tint H = is[1];\n\t\tint x = is[2];\n\t\tint y = is[3];\n\t\tint r = is[4];\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\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint W = is[0];\n\t\tint H = is[1];\n\t\tint x = is[2];\n\t\tint y = is[3];\n\t\tint r = is[4];\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\n\t}", "main", "{\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint W = is[0];\n\t\tint H = is[1];\n\t\tint x = is[2];\n\t\tint y = is[3];\n\t\tint r = is[4];\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\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String line = sc.nextLine();", "line", "sc.nextLine()", "sc.nextLine", "sc", "String[] string = line.split(\" \");", "string", "line.split(\" \")", "line.split", "line", "\" \"", "int[] is = new int[string.length];", "is", "new int[string.length]", "string.length", "string", "string.length", "for (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < is.length", "i", "is.length", "is", "is.length", "i++", "i++", "i", "{\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}", "{\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}", "is[i] = Integer.parseInt(string[i])", "is[i]", "is", "i", "Integer.parseInt(string[i])", "Integer.parseInt", "Integer", "string[i]", "string", "i", "int W = is[0];", "W", "is[0]", "is", "0", "int H = is[1];", "H", "is[1]", "is", "1", "int x = is[2];", "x", "is[2]", "is", "2", "int y = is[3];", "y", "is[3]", "is", "3", "int r = is[4];", "r", "is[4]", "is", "4", "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 <= x && x <= (W - r))", "r <= x", "r", "x", "x <= (W - r)", "x", "(W - r)", "W", "r", "(r <= y && y <= (H - 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\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint W = is[0];\n\t\tint H = is[1];\n\t\tint x = is[2];\n\t\tint y = is[3];\n\t\tint r = is[4];\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\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint W = is[0];\n\t\tint H = is[1];\n\t\tint x = is[2];\n\t\tint y = is[3];\n\t\tint r = is[4];\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\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String line = sc.nextLine(); String[] string = line.split(" "); int[] is = new int[string.length]; for (int i = 0; i < is.length; i++) { is[i] = Integer.parseInt(string[i]); } int W = is[0]; int H = is[1]; int x = is[2]; int y = is[3]; int r = is[4]; 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, 14, 4, 13, 13, 13, 13, 13, 13, 30, 0, 13, 17, 30, 0, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 12, 13, 30, 14, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 17, 30, 29, 17, 14, 2, 2, 2, 13, 13, 13, 2, 2, 13, 13, 13, 30, 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 ], [ 109, 5 ], [ 109, 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 ], [ 40, 42 ], [ 40, 43 ], [ 40, 44 ], [ 40, 45 ], [ 40, 46 ], [ 39, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 39, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 8, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 6, 61 ], [ 61, 62 ], [ 109, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 67, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 66, 78 ], [ 78, 79 ], [ 79, 80 ], [ 65, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 83, 87 ], [ 82, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 81, 93 ], [ 93, 94 ], [ 94, 95 ], [ 65, 96 ], [ 96, 97 ], [ 63, 98 ], [ 98, 99 ], [ 63, 100 ], [ 100, 101 ], [ 63, 102 ], [ 102, 103 ], [ 63, 104 ], [ 104, 105 ], [ 63, 106 ], [ 106, 107 ], [ 0, 108 ], [ 108, 109 ], [ 108, 110 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint w = kbScanner.nextInt();\n\t\tint h = kbScanner.nextInt();\n\t\tint x = kbScanner.nextInt();\n\t\tint y = kbScanner.nextInt();\n\t\tint r = kbScanner.nextInt();\n\t\t\n\t\tString str;\n\t\t\n\t\tif(judge(w, h, x, y, r)){\n\t\t\tstr = \"Yes\";\n\t\t}else{\n\t\t\tstr = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(str);\n\t}\n\t\n\tprivate static boolean judge(int w, int h, int x, int y, int r){\n\t\tif(x - r < 0 || y - r < 0){\n\t\t\treturn false;\n\t\t}\n\t\tif(y + r > h || x + r > w){\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\treturn true;\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint w = kbScanner.nextInt();\n\t\tint h = kbScanner.nextInt();\n\t\tint x = kbScanner.nextInt();\n\t\tint y = kbScanner.nextInt();\n\t\tint r = kbScanner.nextInt();\n\t\t\n\t\tString str;\n\t\t\n\t\tif(judge(w, h, x, y, r)){\n\t\t\tstr = \"Yes\";\n\t\t}else{\n\t\t\tstr = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(str);\n\t}\n\t\n\tprivate static boolean judge(int w, int h, int x, int y, int r){\n\t\tif(x - r < 0 || y - r < 0){\n\t\t\treturn false;\n\t\t}\n\t\tif(y + r > h || x + r > w){\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\treturn true;\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint w = kbScanner.nextInt();\n\t\tint h = kbScanner.nextInt();\n\t\tint x = kbScanner.nextInt();\n\t\tint y = kbScanner.nextInt();\n\t\tint r = kbScanner.nextInt();\n\t\t\n\t\tString str;\n\t\t\n\t\tif(judge(w, h, x, y, r)){\n\t\t\tstr = \"Yes\";\n\t\t}else{\n\t\t\tstr = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(str);\n\t}", "main", "{\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint w = kbScanner.nextInt();\n\t\tint h = kbScanner.nextInt();\n\t\tint x = kbScanner.nextInt();\n\t\tint y = kbScanner.nextInt();\n\t\tint r = kbScanner.nextInt();\n\t\t\n\t\tString str;\n\t\t\n\t\tif(judge(w, h, x, y, r)){\n\t\t\tstr = \"Yes\";\n\t\t}else{\n\t\t\tstr = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(str);\n\t}", "Scanner kbScanner = new Scanner(System.in);", "kbScanner", "new Scanner(System.in)", "int w = kbScanner.nextInt();", "w", "kbScanner.nextInt()", "kbScanner.nextInt", "kbScanner", "int h = kbScanner.nextInt();", "h", "kbScanner.nextInt()", "kbScanner.nextInt", "kbScanner", "int x = kbScanner.nextInt();", "x", "kbScanner.nextInt()", "kbScanner.nextInt", "kbScanner", "int y = kbScanner.nextInt();", "y", "kbScanner.nextInt()", "kbScanner.nextInt", "kbScanner", "int r = kbScanner.nextInt();", "r", "kbScanner.nextInt()", "kbScanner.nextInt", "kbScanner", "String str;", "str", "if(judge(w, h, x, y, r)){\n\t\t\tstr = \"Yes\";\n\t\t}else{\n\t\t\tstr = \"No\";\n\t\t}", "judge(w, h, x, y, r)", "judge", "w", "h", "x", "y", "r", "{\n\t\t\tstr = \"Yes\";\n\t\t}", "str = \"Yes\"", "str", "\"Yes\"", "{\n\t\t\tstr = \"No\";\n\t\t}", "str = \"No\"", "str", "\"No\"", "System.out.println(str)", "System.out.println", "System.out", "System", "System.out", "str", "String[] args", "args", "private static boolean judge(int w, int h, int x, int y, int r){\n\t\tif(x - r < 0 || y - r < 0){\n\t\t\treturn false;\n\t\t}\n\t\tif(y + r > h || x + r > w){\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\treturn true;\n\t}", "judge", "{\n\t\tif(x - r < 0 || y - r < 0){\n\t\t\treturn false;\n\t\t}\n\t\tif(y + r > h || x + r > w){\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\treturn true;\n\t}", "if(x - r < 0 || y - r < 0){\n\t\t\treturn false;\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\treturn false;\n\t\t}", "return false;", "false", "if(y + r > h || x + r > w){\n\t\t\treturn false;\n\t\t}", "y + r > h || x + r > w", "y + r > h", "y + r", "y", "r", "h", "x + r > w", "x + r", "x", "r", "w", "{\n\t\t\treturn false;\n\t\t}", "return false;", "false", "return true;", "true", "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 kbScanner = new Scanner(System.in);\n\t\t\n\t\tint w = kbScanner.nextInt();\n\t\tint h = kbScanner.nextInt();\n\t\tint x = kbScanner.nextInt();\n\t\tint y = kbScanner.nextInt();\n\t\tint r = kbScanner.nextInt();\n\t\t\n\t\tString str;\n\t\t\n\t\tif(judge(w, h, x, y, r)){\n\t\t\tstr = \"Yes\";\n\t\t}else{\n\t\t\tstr = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(str);\n\t}\n\t\n\tprivate static boolean judge(int w, int h, int x, int y, int r){\n\t\tif(x - r < 0 || y - r < 0){\n\t\t\treturn false;\n\t\t}\n\t\tif(y + r > h || x + r > w){\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\treturn true;\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\t\n\t\tint w = kbScanner.nextInt();\n\t\tint h = kbScanner.nextInt();\n\t\tint x = kbScanner.nextInt();\n\t\tint y = kbScanner.nextInt();\n\t\tint r = kbScanner.nextInt();\n\t\t\n\t\tString str;\n\t\t\n\t\tif(judge(w, h, x, y, r)){\n\t\t\tstr = \"Yes\";\n\t\t}else{\n\t\t\tstr = \"No\";\n\t\t}\n\t\t\n\t\tSystem.out.println(str);\n\t}\n\t\n\tprivate static boolean judge(int w, int h, int x, int y, int r){\n\t\tif(x - r < 0 || y - r < 0){\n\t\t\treturn false;\n\t\t}\n\t\tif(y + r > h || x + r > w){\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\treturn true;\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner kbScanner = new Scanner(System.in); int w = kbScanner.nextInt(); int h = kbScanner.nextInt(); int x = kbScanner.nextInt(); int y = kbScanner.nextInt(); int r = kbScanner.nextInt(); String str; if(judge(w, h, x, y, r)){ str = "Yes"; }else{ str = "No"; } System.out.println(str); } private static boolean judge(int w, int h, int x, int y, int r){ if(x - r < 0 || y - r < 0){ return false; } if(y + r > h || x + r > w){ return false; } return true; } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 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, 4, 18, 18, 13, 13, 17, 12, 13, 30, 4, 18, 20, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 83, 5 ], [ 83, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 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 ], [ 70, 72 ], [ 68, 73 ], [ 83, 74 ], [ 74, 75 ], [ 74, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 74, 80 ], [ 80, 81 ], [ 0, 82 ], [ 82, 83 ], [ 82, 84 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tvoid run() {\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\tif (x - r < 0 || y - r < 0 || x + r > w || y + r > h) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else System.out.println(\"Yes\");\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint 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\tif (x - r < 0 || y - r < 0 || x + r > w || y + r > h) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else System.out.println(\"Yes\");\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}", "Main", "void run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint 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\tif (x - r < 0 || y - r < 0 || x + r > w || y + r > h) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else System.out.println(\"Yes\");\n\t}", "run", "{\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\tif (x - r < 0 || y - r < 0 || x + r > w || y + r > h) {\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 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 - r < 0 || y - r < 0 || x + r > w || y + r > h) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else System.out.println(\"Yes\");", "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\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\"", "public static void main(String[] args) {\n\t\tnew Main().run();\n\t}", "main", "{\n\t\tnew Main().run();\n\t}", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint 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\tif (x - r < 0 || y - r < 0 || x + r > w || y + r > h) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else System.out.println(\"Yes\");\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}", "public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint 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\tif (x - r < 0 || y - r < 0 || x + r > w || y + r > h) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else System.out.println(\"Yes\");\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().run();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { void run() { Scanner scan = new Scanner(System.in); int w = scan.nextInt(); int h = scan.nextInt(); int x = scan.nextInt(); int y = scan.nextInt(); int r = scan.nextInt(); if (x - r < 0 || y - r < 0 || x + r > w || y + r > h) { System.out.println("No"); } else System.out.println("Yes"); } public static void main(String[] args) { new Main().run(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 41, 13, 4, 18, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 17, 41, 13, 2, 2, 13, 13, 17, 41, 13, 2, 13, 13, 41, 13, 2, 13, 13, 41, 13, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 14, 2, 2, 13, 17, 2, 13, 17, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 146, 11 ], [ 146, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 23, 25 ], [ 21, 26 ], [ 26, 27 ], [ 26, 28 ], [ 21, 29 ], [ 29, 30 ], [ 30, 31 ], [ 21, 32 ], [ 33, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 33, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 14, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 46, 47 ], [ 45, 48 ], [ 14, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 14, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 14, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 14, 67 ], [ 67, 68 ], [ 67, 69 ], [ 69, 70 ], [ 70, 71 ], [ 69, 72 ], [ 14, 73 ], [ 73, 74 ], [ 73, 75 ], [ 76, 76 ], [ 76, 77 ], [ 76, 78 ], [ 76, 79 ], [ 14, 80 ], [ 80, 81 ], [ 80, 82 ], [ 82, 83 ], [ 82, 84 ], [ 14, 85 ], [ 85, 86 ], [ 85, 87 ], [ 87, 88 ], [ 87, 89 ], [ 14, 90 ], [ 90, 91 ], [ 90, 92 ], [ 92, 93 ], [ 92, 94 ], [ 14, 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 ], [ 108, 110 ], [ 107, 111 ], [ 111, 112 ], [ 111, 113 ], [ 106, 114 ], [ 114, 115 ], [ 115, 116 ], [ 116, 117 ], [ 117, 118 ], [ 117, 119 ], [ 115, 120 ], [ 106, 121 ], [ 121, 122 ], [ 122, 123 ], [ 123, 124 ], [ 123, 125 ], [ 122, 126 ], [ 126, 127 ], [ 126, 128 ], [ 121, 129 ], [ 129, 130 ], [ 130, 131 ], [ 131, 132 ], [ 132, 133 ], [ 132, 134 ], [ 130, 135 ], [ 121, 136 ], [ 136, 137 ], [ 137, 138 ], [ 138, 139 ], [ 139, 140 ], [ 139, 141 ], [ 137, 142 ], [ 12, 143 ], [ 143, 144 ], [ 0, 145 ], [ 145, 146 ], [ 145, 147 ] ]
[ "import java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.Scanner;\n\n/**\n * Created 2017/06/01.\n */\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n for (int i = 0; i < 5; i++) {\n int input = sc.nextInt();\n ary.add(input);\n }\n\n int w = ary.get(0);\n int h = ary.get(1);\n int x = ary.get(2);\n int y = ary.get(3);\n int r = ary.get(4);\n\n //????????¨??????????¨????\n double cs = r * r * 3.14;\n int rs = w * h;\n int x_max = x + r;\n int y_max = y + r;\n\n //????????¨??????\n if (rs < cs) {\n System.out.println(\"No\");\n } else if (x < 0 || y < 0) {\n System.out.println(\"No\");\n } else if (w < x_max || h < y_max) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n }\n}", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Collections;", "Collections", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n for (int i = 0; i < 5; i++) {\n int input = sc.nextInt();\n ary.add(input);\n }\n\n int w = ary.get(0);\n int h = ary.get(1);\n int x = ary.get(2);\n int y = ary.get(3);\n int r = ary.get(4);\n\n //????????¨??????????¨????\n double cs = r * r * 3.14;\n int rs = w * h;\n int x_max = x + r;\n int y_max = y + r;\n\n //????????¨??????\n if (rs < cs) {\n System.out.println(\"No\");\n } else if (x < 0 || y < 0) {\n System.out.println(\"No\");\n } else if (w < x_max || h < y_max) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n for (int i = 0; i < 5; i++) {\n int input = sc.nextInt();\n ary.add(input);\n }\n\n int w = ary.get(0);\n int h = ary.get(1);\n int x = ary.get(2);\n int y = ary.get(3);\n int r = ary.get(4);\n\n //????????¨??????????¨????\n double cs = r * r * 3.14;\n int rs = w * h;\n int x_max = x + r;\n int y_max = y + r;\n\n //????????¨??????\n if (rs < cs) {\n System.out.println(\"No\");\n } else if (x < 0 || y < 0) {\n System.out.println(\"No\");\n } else if (w < x_max || h < y_max) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n for (int i = 0; i < 5; i++) {\n int input = sc.nextInt();\n ary.add(input);\n }\n\n int w = ary.get(0);\n int h = ary.get(1);\n int x = ary.get(2);\n int y = ary.get(3);\n int r = ary.get(4);\n\n //????????¨??????????¨????\n double cs = r * r * 3.14;\n int rs = w * h;\n int x_max = x + r;\n int y_max = y + r;\n\n //????????¨??????\n if (rs < cs) {\n System.out.println(\"No\");\n } else if (x < 0 || y < 0) {\n System.out.println(\"No\");\n } else if (w < x_max || h < y_max) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "ArrayList<Integer> ary = new ArrayList<>();", "ary", "new ArrayList<>()", "for (int i = 0; i < 5; i++) {\n int input = sc.nextInt();\n ary.add(input);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < 5", "i", "5", "i++", "i++", "i", "{\n int input = sc.nextInt();\n ary.add(input);\n }", "{\n int input = sc.nextInt();\n ary.add(input);\n }", "int input = sc.nextInt();", "input", "sc.nextInt()", "sc.nextInt", "sc", "ary.add(input)", "ary.add", "ary", "input", "int w = ary.get(0);", "w", "ary.get(0)", "ary.get", "ary", "0", "int h = ary.get(1);", "h", "ary.get(1)", "ary.get", "ary", "1", "int x = ary.get(2);", "x", "ary.get(2)", "ary.get", "ary", "2", "int y = ary.get(3);", "y", "ary.get(3)", "ary.get", "ary", "3", "int r = ary.get(4);", "r", "ary.get(4)", "ary.get", "ary", "4", "double cs = r * r * 3.14;", "cs", "r * r * 3.14", "r * r * 3.14", "r", "r", "3.14", "int rs = w * h;", "rs", "w * h", "w", "h", "int x_max = x + r;", "x_max", "x + r", "x", "r", "int y_max = y + r;", "y_max", "y + r", "y", "r", "if (rs < cs) {\n System.out.println(\"No\");\n } else if (x < 0 || y < 0) {\n System.out.println(\"No\");\n } else if (w < x_max || h < y_max) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }", "rs < cs", "rs", "cs", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "if (x < 0 || y < 0) {\n System.out.println(\"No\");\n } else if (w < x_max || h < y_max) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }", "x < 0 || y < 0", "x < 0", "x", "0", "y < 0", "y", "0", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "if (w < x_max || h < y_max) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }", "w < x_max || h < y_max", "w < x_max", "w", "x_max", "h < y_max", "h", "y_max", "{\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 sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n for (int i = 0; i < 5; i++) {\n int input = sc.nextInt();\n ary.add(input);\n }\n\n int w = ary.get(0);\n int h = ary.get(1);\n int x = ary.get(2);\n int y = ary.get(3);\n int r = ary.get(4);\n\n //????????¨??????????¨????\n double cs = r * r * 3.14;\n int rs = w * h;\n int x_max = x + r;\n int y_max = y + r;\n\n //????????¨??????\n if (rs < cs) {\n System.out.println(\"No\");\n } else if (x < 0 || y < 0) {\n System.out.println(\"No\");\n } else if (w < x_max || h < y_max) {\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 sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n for (int i = 0; i < 5; i++) {\n int input = sc.nextInt();\n ary.add(input);\n }\n\n int w = ary.get(0);\n int h = ary.get(1);\n int x = ary.get(2);\n int y = ary.get(3);\n int r = ary.get(4);\n\n //????????¨??????????¨????\n double cs = r * r * 3.14;\n int rs = w * h;\n int x_max = x + r;\n int y_max = y + r;\n\n //????????¨??????\n if (rs < cs) {\n System.out.println(\"No\");\n } else if (x < 0 || y < 0) {\n System.out.println(\"No\");\n } else if (w < x_max || h < y_max) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n }\n}", "Main" ]
import java.util.ArrayList; import java.util.Collections; import java.util.Scanner; /** * Created 2017/06/01. */ public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); ArrayList<Integer> ary = new ArrayList<>(); for (int i = 0; i < 5; i++) { int input = sc.nextInt(); ary.add(input); } int w = ary.get(0); int h = ary.get(1); int x = ary.get(2); int y = ary.get(3); int r = ary.get(4); //????????¨??????????¨???? double cs = r * r * 3.14; int rs = w * h; int x_max = x + r; int y_max = y + r; //????????¨?????? if (rs < cs) { System.out.println("No"); } else if (x < 0 || y < 0) { System.out.println("No"); } else if (w < x_max || h < y_max) { System.out.println("No"); } else { System.out.println("Yes"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 30, 41, 13, 20, 4, 13, 13, 23, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 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, 0, 13, 17, 4, 18, 18, 13, 13, 13, 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 ], [ 10, 11 ], [ 11, 12 ], [ 11, 13 ], [ 10, 14 ], [ 14, 15 ], [ 14, 16 ], [ 6, 17 ], [ 17, 18 ], [ 87, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 21, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 21, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 21, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 21, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 21, 47 ], [ 47, 48 ], [ 47, 49 ], [ 21, 50 ], [ 50, 51 ], [ 53, 52 ], [ 64, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 53, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 59, 63 ], [ 64, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 53, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 50, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 21, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 78, 83 ], [ 19, 84 ], [ 84, 85 ], [ 0, 86 ], [ 86, 87 ], [ 86, 88 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int W = in.nextInt(), H = in.nextInt(), x = in.nextInt(), y = in.nextInt(), r = in.nextInt();\n String ans = \"Yes\";\n if (x - r < 0 || //\n x + r > W || //\n y - r < 0 || //\n y + r > H) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int W = in.nextInt(), H = in.nextInt(), x = in.nextInt(), y = in.nextInt(), r = in.nextInt();\n String ans = \"Yes\";\n if (x - r < 0 || //\n x + r > W || //\n y - r < 0 || //\n y + r > H) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n}", "Main", "public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }", "main", "{\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }", "try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }", "{\n solve(in);\n }", "Scanner in = new Scanner(System.in)", "Scanner in = new Scanner(System.in)", "new Scanner(System.in)", "solve(in)", "solve", "in", "String[] args", "args", "private static void solve(Scanner in) {\n int W = in.nextInt(), H = in.nextInt(), x = in.nextInt(), y = in.nextInt(), r = in.nextInt();\n String ans = \"Yes\";\n if (x - r < 0 || //\n x + r > W || //\n y - r < 0 || //\n y + r > H) {\n ans = \"No\";\n }\n System.out.println(ans);\n }", "solve", "{\n int W = in.nextInt(), H = in.nextInt(), x = in.nextInt(), y = in.nextInt(), r = in.nextInt();\n String ans = \"Yes\";\n if (x - r < 0 || //\n x + r > W || //\n y - r < 0 || //\n y + r > H) {\n ans = \"No\";\n }\n System.out.println(ans);\n }", "int W = in.nextInt()", "W", "in.nextInt()", "in.nextInt", "in", "H = in.nextInt()", "H", "in.nextInt()", "in.nextInt", "in", "x = in.nextInt()", "x", "in.nextInt()", "in.nextInt", "in", "y = in.nextInt()", "y", "in.nextInt()", "in.nextInt", "in", "r = in.nextInt();", "r", "in.nextInt()", "in.nextInt", "in", "String ans = \"Yes\";", "ans", "\"Yes\"", "if (x - r < 0 || //\n x + r > W || //\n y - r < 0 || //\n y + r > H) {\n ans = \"No\";\n }", "x - r < 0 || //\n x + r > W || //\n y - r < 0 || //\n y + r > H", "y - r < 0", "x - r < 0 || //\n x + r > W || //\n y - r < 0 || //\n 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 ans = \"No\";\n }", "ans = \"No\"", "ans", "\"No\"", "System.out.println(ans)", "System.out.println", "System.out", "System", "System.out", "ans", "Scanner in", "in", "public class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int W = in.nextInt(), H = in.nextInt(), x = in.nextInt(), y = in.nextInt(), r = in.nextInt();\n String ans = \"Yes\";\n if (x - r < 0 || //\n x + r > W || //\n y - r < 0 || //\n y + r > H) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int W = in.nextInt(), H = in.nextInt(), x = in.nextInt(), y = in.nextInt(), r = in.nextInt();\n String ans = \"Yes\";\n if (x - r < 0 || //\n x + r > W || //\n y - r < 0 || //\n y + r > H) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { try (Scanner in = new Scanner(System.in)) { solve(in); } } private static void solve(Scanner in) { int W = in.nextInt(), H = in.nextInt(), x = in.nextInt(), y = in.nextInt(), r = in.nextInt(); String ans = "Yes"; if (x - r < 0 || // x + r > W || // y - r < 0 || // y + r > H) { ans = "No"; } System.out.println(ans); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 0, 13, 20, 17, 41, 13, 0, 13, 20, 17, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 14, 2, 2, 2, 2, 18, 13, 17, 18, 13, 17, 2, 18, 13, 17, 18, 13, 17, 2, 18, 13, 17, 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, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 111, 5 ], [ 111, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 8, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 8, 24 ], [ 24, 25 ], [ 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 ], [ 36, 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 ], [ 72, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 62, 63 ], [ 62, 64 ], [ 57, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 69, 70 ], [ 69, 71 ], [ 72, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 76, 80 ], [ 80, 81 ], [ 80, 82 ], [ 57, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 83, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 87, 91 ], [ 91, 92 ], [ 91, 93 ], [ 54, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 97, 98 ], [ 97, 99 ], [ 95, 100 ], [ 54, 101 ], [ 101, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 102, 107 ], [ 6, 108 ], [ 108, 109 ], [ 0, 110 ], [ 110, 111 ], [ 110, 112 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\n\n public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[5];\n int num[];\n num = new int[5];\n for(int i=0; i<=4; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n if(num[4]<=num[2] && num[4]<=num[3] && num[2]<=num[0]-num[4] && num[3]<= num[1]-num[4])\n {\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\n public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[5];\n int num[];\n num = new int[5];\n for(int i=0; i<=4; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n if(num[4]<=num[2] && num[4]<=num[3] && num[2]<=num[0]-num[4] && num[3]<= num[1]-num[4])\n {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[5];\n int num[];\n num = new int[5];\n for(int i=0; i<=4; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n if(num[4]<=num[2] && num[4]<=num[3] && num[2]<=num[0]-num[4] && num[3]<= num[1]-num[4])\n {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }", "main", "{\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[5];\n int num[];\n num = new int[5];\n for(int i=0; i<=4; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n if(num[4]<=num[2] && num[4]<=num[3] && num[2]<=num[0]-num[4] && num[3]<= num[1]-num[4])\n {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "String str[];", "str", "str = new String[5]", "str", "new String[5]", "5", "int num[];", "num", "num = new int[5]", "num", "new int[5]", "5", "for(int i=0; i<=4; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }", "int i=0;", "int i=0;", "i", "0", "i<=4", "i", "4", "i++", "i++", "i", "{\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }", "{\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }", "str[i] = in.next()", "str[i]", "str", "i", "in.next()", "in.next", "in", "num[i] = Integer.parseInt(str[i])", "num[i]", "num", "i", "Integer.parseInt(str[i])", "Integer.parseInt", "Integer", "str[i]", "str", "i", "if(num[4]<=num[2] && num[4]<=num[3] && num[2]<=num[0]-num[4] && num[3]<= num[1]-num[4])\n {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }", "num[4]<=num[2] && num[4]<=num[3] && num[2]<=num[0]-num[4] && num[3]<= num[1]-num[4]", "num[2]<=num[0]-num[4]", "num[4]<=num[2] && num[4]<=num[3] && num[2]<=num[0]-num[4] && num[3]<= num[1]-num[4]", "num[4]<=num[2]", "num[4]", "num", "4", "num[2]", "num", "2", "num[4]<=num[3]", "num[4]", "num", "4", "num[3]", "num", "3", "num[2]<=num[0]-num[4]", "num[2]", "num", "2", "num[0]-num[4]", "num[0]", "num", "0", "num[4]", "num", "4", "num[3]<= num[1]-num[4]", "num[3]", "num", "3", "num[1]-num[4]", "num[1]", "num", "1", "num[4]", "num", "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\"", "String[] args", "args", "public class Main {\n\n\n public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[5];\n int num[];\n num = new int[5];\n for(int i=0; i<=4; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n if(num[4]<=num[2] && num[4]<=num[3] && num[2]<=num[0]-num[4] && num[3]<= num[1]-num[4])\n {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n}", "public class Main {\n\n\n public static void main(String[] args) {\n\n Scanner in = new Scanner(System.in);\n String str[];\n str = new String[5];\n int num[];\n num = new int[5];\n for(int i=0; i<=4; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n if(num[4]<=num[2] && num[4]<=num[3] && num[2]<=num[0]-num[4] && num[3]<= num[1]-num[4])\n {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); String str[]; str = new String[5]; int num[]; num = new int[5]; for(int i=0; i<=4; i++) { str[i] = in.next(); num[i] = Integer.parseInt(str[i]); } if(num[4]<=num[2] && num[4]<=num[3] && num[2]<=num[0]-num[4] && num[3]<= num[1]-num[4]) { 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, 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 ], [ 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\n\tpublic static void main(String[] args) {\n\t\t\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 - r) < 0 || (x + r) > w){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if((y - r) < 0 || (y + r) > h){\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.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint 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 - r) < 0 || (x + r) > w){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if((y - r) < 0 || (y + r) > h){\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\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 - r) < 0 || (x + r) > w){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if((y - r) < 0 || (y + r) > h){\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\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 - r) < 0 || (x + r) > w){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if((y - r) < 0 || (y + r) > h){\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 - r) < 0 || (x + r) > w){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if((y - r) < 0 || (y + r) > h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\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\tSystem.out.println(\"No\");\n\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\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\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\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\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 - r) < 0 || (x + r) > w){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if((y - r) < 0 || (y + r) > h){\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\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 - r) < 0 || (x + r) > w){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else if((y - r) < 0 || (y + r) > h){\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.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(); 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, 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, 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 ], [ 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 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 68, 70 ], [ 65, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 64, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 79, 81 ], [ 76, 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 ], [ 0, 103 ], [ 103, 104 ], [ 103, 105 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n String line = in.nextLine();\n String[] Array = line.split(\" \");\n int W = Integer.parseInt(Array[0]);\n int H = Integer.parseInt(Array[1]);\n int x = Integer.parseInt(Array[2]);\n int y = Integer.parseInt(Array[3]);\n int r = Integer.parseInt(Array[4]);\n if((0<=x-r&&x+r<=W)&&(0<=y-r&&y+r<=H)){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n String line = in.nextLine();\n String[] Array = line.split(\" \");\n int W = Integer.parseInt(Array[0]);\n int H = Integer.parseInt(Array[1]);\n int x = Integer.parseInt(Array[2]);\n int y = Integer.parseInt(Array[3]);\n int r = Integer.parseInt(Array[4]);\n if((0<=x-r&&x+r<=W)&&(0<=y-r&&y+r<=H)){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n String line = in.nextLine();\n String[] Array = line.split(\" \");\n int W = Integer.parseInt(Array[0]);\n int H = Integer.parseInt(Array[1]);\n int x = Integer.parseInt(Array[2]);\n int y = Integer.parseInt(Array[3]);\n int r = Integer.parseInt(Array[4]);\n if((0<=x-r&&x+r<=W)&&(0<=y-r&&y+r<=H)){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }\n }", "main", "{\n Scanner in = new Scanner(System.in);\n String line = in.nextLine();\n String[] Array = line.split(\" \");\n int W = Integer.parseInt(Array[0]);\n int H = Integer.parseInt(Array[1]);\n int x = Integer.parseInt(Array[2]);\n int y = Integer.parseInt(Array[3]);\n int r = Integer.parseInt(Array[4]);\n if((0<=x-r&&x+r<=W)&&(0<=y-r&&y+r<=H)){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }\n }", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "String line = in.nextLine();", "line", "in.nextLine()", "in.nextLine", "in", "String[] Array = line.split(\" \");", "Array", "line.split(\" \")", "line.split", "line", "\" \"", "int W = Integer.parseInt(Array[0]);", "W", "Integer.parseInt(Array[0])", "Integer.parseInt", "Integer", "Array[0]", "Array", "0", "int H = Integer.parseInt(Array[1]);", "H", "Integer.parseInt(Array[1])", "Integer.parseInt", "Integer", "Array[1]", "Array", "1", "int x = Integer.parseInt(Array[2]);", "x", "Integer.parseInt(Array[2])", "Integer.parseInt", "Integer", "Array[2]", "Array", "2", "int y = Integer.parseInt(Array[3]);", "y", "Integer.parseInt(Array[3])", "Integer.parseInt", "Integer", "Array[3]", "Array", "3", "int r = Integer.parseInt(Array[4]);", "r", "Integer.parseInt(Array[4])", "Integer.parseInt", "Integer", "Array[4]", "Array", "4", "if((0<=x-r&&x+r<=W)&&(0<=y-r&&y+r<=H)){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.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 \tSystem.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n \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 in = new Scanner(System.in);\n String line = in.nextLine();\n String[] Array = line.split(\" \");\n int W = Integer.parseInt(Array[0]);\n int H = Integer.parseInt(Array[1]);\n int x = Integer.parseInt(Array[2]);\n int y = Integer.parseInt(Array[3]);\n int r = Integer.parseInt(Array[4]);\n if((0<=x-r&&x+r<=W)&&(0<=y-r&&y+r<=H)){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n String line = in.nextLine();\n String[] Array = line.split(\" \");\n int W = Integer.parseInt(Array[0]);\n int H = Integer.parseInt(Array[1]);\n int x = Integer.parseInt(Array[2]);\n int y = Integer.parseInt(Array[3]);\n int r = Integer.parseInt(Array[4]);\n if((0<=x-r&&x+r<=W)&&(0<=y-r&&y+r<=H)){\n \tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); String line = in.nextLine(); String[] Array = line.split(" "); int W = Integer.parseInt(Array[0]); int H = Integer.parseInt(Array[1]); int x = Integer.parseInt(Array[2]); int y = Integer.parseInt(Array[3]); int r = Integer.parseInt(Array[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, 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, 40, 2, 2, 2, 2, 13, 40, 17, 2, 13, 17, 2, 13, 40, 17, 2, 13, 17, 30, 4, 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 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 20, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 31, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 39, 41 ], [ 14, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 47, 48 ], [ 47, 49 ], [ 14, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 55, 56 ], [ 55, 57 ], [ 14, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 61, 62 ], [ 60, 63 ], [ 63, 64 ], [ 63, 65 ], [ 14, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 78, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 70, 75 ], [ 75, 76 ], [ 75, 77 ], [ 78, 78 ], [ 78, 79 ], [ 78, 80 ], [ 80, 81 ], [ 68, 82 ], [ 82, 83 ], [ 82, 84 ], [ 66, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 86, 89 ], [ 14, 90 ], [ 90, 91 ], [ 91, 92 ], [ 104, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 94, 98 ], [ 93, 99 ], [ 99, 100 ], [ 100, 101 ], [ 100, 102 ], [ 99, 103 ], [ 104, 104 ], [ 104, 105 ], [ 105, 106 ], [ 105, 107 ], [ 104, 108 ], [ 91, 109 ], [ 109, 110 ], [ 110, 111 ], [ 110, 112 ], [ 109, 113 ], [ 90, 114 ], [ 114, 115 ], [ 115, 116 ], [ 116, 117 ], [ 117, 118 ], [ 117, 119 ], [ 115, 120 ], [ 90, 121 ], [ 121, 122 ], [ 122, 123 ], [ 123, 124 ], [ 124, 125 ], [ 124, 126 ], [ 122, 127 ], [ 12, 128 ], [ 128, 129 ] ]
[ "/*AOJ-ITP-2-4*/\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main{\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str = br.readLine().split(\" \");\n\t\tint W = Integer.parseInt(str[0]);\n\t\tint H = Integer.parseInt(str[1]);\n\t\tint x = Integer.parseInt(str[2]);\n\t\tint y = Integer.parseInt(str[3]);\n\t\tint r = Integer.parseInt(str[4]);\n\n\t\tif(!( x >= -100 && x <= 100 && y >= -100 && y <= 100)){System.exit(1);}\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}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", "class Main{\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str = br.readLine().split(\" \");\n\t\tint W = Integer.parseInt(str[0]);\n\t\tint H = Integer.parseInt(str[1]);\n\t\tint x = Integer.parseInt(str[2]);\n\t\tint y = Integer.parseInt(str[3]);\n\t\tint r = Integer.parseInt(str[4]);\n\n\t\tif(!( x >= -100 && x <= 100 && y >= -100 && y <= 100)){System.exit(1);}\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}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().split(\" \");\n\t\tint W = Integer.parseInt(str[0]);\n\t\tint H = Integer.parseInt(str[1]);\n\t\tint x = Integer.parseInt(str[2]);\n\t\tint y = Integer.parseInt(str[3]);\n\t\tint r = Integer.parseInt(str[4]);\n\n\t\tif(!( x >= -100 && x <= 100 && y >= -100 && y <= 100)){System.exit(1);}\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}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().split(\" \");\n\t\tint W = Integer.parseInt(str[0]);\n\t\tint H = Integer.parseInt(str[1]);\n\t\tint x = Integer.parseInt(str[2]);\n\t\tint y = Integer.parseInt(str[3]);\n\t\tint r = Integer.parseInt(str[4]);\n\n\t\tif(!( x >= -100 && x <= 100 && y >= -100 && y <= 100)){System.exit(1);}\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}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().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 >= -100 && x <= 100 && y >= -100 && y <= 100)){System.exit(1);}", "!( x >= -100 && x <= 100 && y >= -100 && y <= 100)", "( x >= -100 && x <= 100 && y >= -100 && y <= 100)", "y >= -100", "x >= -100 && x <= 100 && y >= -100 && y <= 100", "x >= -100", "x", "-100", "100", "x <= 100", "x", "100", "y >= -100", "y", "-100", "100", "y <= 100", "y", "100", "{System.exit(1);}", "System.exit(1)", "System.exit", "System", "1", "if(((x+r) > 0 && (x+r) <= W && (y+r) > 0 && (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) > 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" ]
/*AOJ-ITP-2-4*/ import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main{ public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] str = br.readLine().split(" "); int 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 >= -100 && x <= 100 && y >= -100 && y <= 100)){System.exit(1);} 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;\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\tif (x >= r && x <= w - r && y >= r && 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}\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\tif (x >= r && x <= w - r && y >= r && 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}", "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\tif (x >= r && x <= w - r && y >= r && 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 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\tif (x >= r && x <= w - r && y >= r && 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 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 >= r && x <= w - r && y >= r && y <= h - r) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "x >= r && x <= w - r && y >= r && y <= h - r", "y >= r", "x >= r && x <= w - r && y >= r && y <= h - r", "x >= r", "x", "r", "x <= w - r", "x", "w - r", "w", "r", "y >= r", "y", "r", "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\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\tif (x >= r && x <= w - r && y >= r && 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}", "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\tif (x >= r && x <= w - r && y >= r && 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}", "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 >= r && x <= w - r && y >= r && 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, 8, 2, 2, 13, 13, 17, 17, 8, 2, 13, 2, 13, 13, 17, 17, 41, 13, 8, 2, 2, 13, 13, 17, 17, 8, 2, 13, 2, 13, 13, 17, 17, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 95, 5 ], [ 95, 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 ], [ 39, 45 ], [ 39, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 51 ], [ 46, 52 ], [ 46, 53 ], [ 8, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 56, 62 ], [ 56, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 66, 68 ], [ 63, 69 ], [ 63, 70 ], [ 8, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 76, 81 ], [ 71, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 83, 88 ], [ 8, 89 ], [ 89, 90 ], [ 90, 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 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\n\t\tboolean result1 = (x+r) <= 0 ? false : W >= (x+r) ? true : false;\n\t\tboolean result2 = (y+r) <= 0 ? false : H >= (y+r) ? true : false;\n\n\t\tif(result1 & result2){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\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 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\n\t\tboolean result1 = (x+r) <= 0 ? false : W >= (x+r) ? true : false;\n\t\tboolean result2 = (y+r) <= 0 ? false : H >= (y+r) ? true : false;\n\n\t\tif(result1 & result2){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\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 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\n\t\tboolean result1 = (x+r) <= 0 ? false : W >= (x+r) ? true : false;\n\t\tboolean result2 = (y+r) <= 0 ? false : H >= (y+r) ? true : false;\n\n\t\tif(result1 & result2){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\tscan.close();\n\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\n\t\tboolean result1 = (x+r) <= 0 ? false : W >= (x+r) ? true : false;\n\t\tboolean result2 = (y+r) <= 0 ? false : H >= (y+r) ? true : false;\n\n\t\tif(result1 & result2){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t\tscan.close();\n\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", "boolean result1 = (x+r) <= 0 ? false : W >= (x+r) ? true : false;", "result1", "(x+r) <= 0 ? false : W >= (x+r) ? true : false", "(x+r) <= 0", "(x+r)", "x", "r", "0", "false", "W >= (x+r) ? true : false", "W >= (x+r)", "W", "(x+r)", "x", "r", "true", "false", "boolean result2 = (y+r) <= 0 ? false : H >= (y+r) ? true : false;", "result2", "(y+r) <= 0 ? false : H >= (y+r) ? true : false", "(y+r) <= 0", "(y+r)", "y", "r", "0", "false", "H >= (y+r) ? true : false", "H >= (y+r)", "H", "(y+r)", "y", "r", "true", "false", "if(result1 & result2){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "result1 & result2", "result1", "result2", "{\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\"", "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 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\n\t\tboolean result1 = (x+r) <= 0 ? false : W >= (x+r) ? true : false;\n\t\tboolean result2 = (y+r) <= 0 ? false : H >= (y+r) ? true : false;\n\n\t\tif(result1 & result2){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\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 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\n\t\tboolean result1 = (x+r) <= 0 ? false : W >= (x+r) ? true : false;\n\t\tboolean result2 = (y+r) <= 0 ? false : H >= (y+r) ? true : false;\n\n\t\tif(result1 & result2){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\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 W = scan.nextInt(); int H = scan.nextInt(); int x = scan.nextInt(); int y = scan.nextInt(); int r = scan.nextInt(); boolean result1 = (x+r) <= 0 ? false : W >= (x+r) ? true : false; boolean result2 = (y+r) <= 0 ? false : H >= (y+r) ? true : false; if(result1 & result2){ System.out.println("Yes"); }else{ System.out.println("No"); } scan.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 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, 13, 0, 13, 13, 14, 2, 2, 2, 2, 13, 13, 2, 13, 13, 2, 13, 13, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 89, 5 ], [ 89, 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 ], [ 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 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 50, 52 ], [ 8, 53 ], [ 53, 54 ], [ 56, 55 ], [ 63, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 60, 61 ], [ 60, 62 ], [ 63, 63 ], [ 63, 64 ], [ 63, 65 ], [ 56, 66 ], [ 66, 67 ], [ 66, 68 ], [ 53, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 70, 75 ], [ 53, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 77, 82 ], [ 8, 83 ], [ 83, 84 ], [ 84, 85 ], [ 6, 86 ], [ 86, 87 ], [ 0, 88 ], [ 88, 89 ], [ 88, 90 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint w,h,x,y,r;\n\t\tScanner sc = new Scanner(System.in);\n\t\tw = sc.nextInt();\t//????????¢???x??§?¨?\n\t\th = sc.nextInt();\t//????????¢???y??§?¨?\n\t\t\n\t\tx = sc.nextInt();\t//??????x??§?¨?\n\t\ty = sc.nextInt();\t//??????y??§?¨?\n\t\tr = sc.nextInt();\t//????????????\n\n\t\tw -= r;\n\t\th -= r;\n\t\t\n\t\tif(r<=x && x<=w && r<=y && y<=h){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}\n\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\tint w,h,x,y,r;\n\t\tScanner sc = new Scanner(System.in);\n\t\tw = sc.nextInt();\t//????????¢???x??§?¨?\n\t\th = sc.nextInt();\t//????????¢???y??§?¨?\n\t\t\n\t\tx = sc.nextInt();\t//??????x??§?¨?\n\t\ty = sc.nextInt();\t//??????y??§?¨?\n\t\tr = sc.nextInt();\t//????????????\n\n\t\tw -= r;\n\t\th -= r;\n\t\t\n\t\tif(r<=x && x<=w && r<=y && y<=h){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint w,h,x,y,r;\n\t\tScanner sc = new Scanner(System.in);\n\t\tw = sc.nextInt();\t//????????¢???x??§?¨?\n\t\th = sc.nextInt();\t//????????¢???y??§?¨?\n\t\t\n\t\tx = sc.nextInt();\t//??????x??§?¨?\n\t\ty = sc.nextInt();\t//??????y??§?¨?\n\t\tr = sc.nextInt();\t//????????????\n\n\t\tw -= r;\n\t\th -= r;\n\t\t\n\t\tif(r<=x && x<=w && r<=y && y<=h){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}", "main", "{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint w,h,x,y,r;\n\t\tScanner sc = new Scanner(System.in);\n\t\tw = sc.nextInt();\t//????????¢???x??§?¨?\n\t\th = sc.nextInt();\t//????????¢???y??§?¨?\n\t\t\n\t\tx = sc.nextInt();\t//??????x??§?¨?\n\t\ty = sc.nextInt();\t//??????y??§?¨?\n\t\tr = sc.nextInt();\t//????????????\n\n\t\tw -= r;\n\t\th -= r;\n\t\t\n\t\tif(r<=x && x<=w && r<=y && y<=h){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}", "int w", "w", "h", "h", "x", "x", "y", "y", "r;", "r", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "w = sc.nextInt()", "w", "sc.nextInt()", "sc.nextInt", "sc", "h = sc.nextInt()", "h", "sc.nextInt()", "sc.nextInt", "sc", "x = sc.nextInt()", "x", "sc.nextInt()", "sc.nextInt", "sc", "y = sc.nextInt()", "y", "sc.nextInt()", "sc.nextInt", "sc", "r = sc.nextInt()", "r", "sc.nextInt()", "sc.nextInt", "sc", "w -= r", "w", "r", "h -= r", "h", "r", "if(r<=x && x<=w && r<=y && y<=h){\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<=y && y<=h", "r<=y", "r<=x && x<=w && r<=y && y<=h", "r<=x", "r", "x", "x<=w", "x", "w", "r<=y", "r", "y", "y<=h", "y", "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\"", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint w,h,x,y,r;\n\t\tScanner sc = new Scanner(System.in);\n\t\tw = sc.nextInt();\t//????????¢???x??§?¨?\n\t\th = sc.nextInt();\t//????????¢???y??§?¨?\n\t\t\n\t\tx = sc.nextInt();\t//??????x??§?¨?\n\t\ty = sc.nextInt();\t//??????y??§?¨?\n\t\tr = sc.nextInt();\t//????????????\n\n\t\tw -= r;\n\t\th -= r;\n\t\t\n\t\tif(r<=x && x<=w && r<=y && y<=h){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tint w,h,x,y,r;\n\t\tScanner sc = new Scanner(System.in);\n\t\tw = sc.nextInt();\t//????????¢???x??§?¨?\n\t\th = sc.nextInt();\t//????????¢???y??§?¨?\n\t\t\n\t\tx = sc.nextInt();\t//??????x??§?¨?\n\t\ty = sc.nextInt();\t//??????y??§?¨?\n\t\tr = sc.nextInt();\t//????????????\n\n\t\tw -= r;\n\t\th -= r;\n\t\t\n\t\tif(r<=x && x<=w && r<=y && y<=h){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\tsc.close();\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO ????????????????????????????????????????????? int w,h,x,y,r; Scanner sc = new Scanner(System.in); w = sc.nextInt(); //????????¢???x??§?¨? h = sc.nextInt(); //????????¢???y??§?¨? x = sc.nextInt(); //??????x??§?¨? y = sc.nextInt(); //??????y??§?¨? r = sc.nextInt(); //???????????? w -= r; h -= r; if(r<=x && x<=w && r<=y && y<=h){ System.out.println("Yes"); }else{ System.out.println("No"); } sc.close(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 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, 17, 2, 2, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 14, 2, 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 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 17, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 32, 35 ], [ 35, 36 ], [ 35, 37 ], [ 17, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 40, 43 ], [ 43, 44 ], [ 43, 45 ], [ 17, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 51, 52 ], [ 51, 53 ], [ 17, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 56, 59 ], [ 59, 60 ], [ 59, 61 ], [ 17, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 65, 66 ], [ 64, 67 ], [ 67, 68 ], [ 67, 69 ], [ 17, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 71, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 77, 81 ], [ 70, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 83, 88 ], [ 70, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 91, 95 ], [ 90, 96 ], [ 96, 97 ], [ 97, 98 ], [ 97, 99 ], [ 96, 100 ], [ 89, 101 ], [ 101, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 102, 107 ], [ 89, 108 ], [ 108, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 111, 113 ], [ 109, 114 ], [ 15, 115 ], [ 115, 116 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\n\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint W = Integer.parseInt(ss[0]);\n\t\tint H = Integer.parseInt(ss[1]);\n\t\tint x = Integer.parseInt(ss[2]);\n\t\tint y = Integer.parseInt(ss[3]);\n\t\tint r = Integer.parseInt(ss[4]);\n\t\t\n\t\tif(x - r < 0 || y - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if(x + r > W || 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}\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", "class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint W = Integer.parseInt(ss[0]);\n\t\tint H = Integer.parseInt(ss[1]);\n\t\tint x = Integer.parseInt(ss[2]);\n\t\tint y = Integer.parseInt(ss[3]);\n\t\tint r = Integer.parseInt(ss[4]);\n\t\t\n\t\tif(x - r < 0 || y - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if(x + r > W || 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}\n\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint W = Integer.parseInt(ss[0]);\n\t\tint H = Integer.parseInt(ss[1]);\n\t\tint x = Integer.parseInt(ss[2]);\n\t\tint y = Integer.parseInt(ss[3]);\n\t\tint r = Integer.parseInt(ss[4]);\n\t\t\n\t\tif(x - r < 0 || y - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if(x + r > W || 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}", "main", "{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint W = Integer.parseInt(ss[0]);\n\t\tint H = Integer.parseInt(ss[1]);\n\t\tint x = Integer.parseInt(ss[2]);\n\t\tint y = Integer.parseInt(ss[3]);\n\t\tint r = Integer.parseInt(ss[4]);\n\t\t\n\t\tif(x - r < 0 || y - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if(x + r > W || 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}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String s = new String(in.readLine());", "s", "new String(in.readLine())", "String[] ss = s.split(\" \");", "ss", "s.split(\" \")", "s.split", "s", "\" \"", "int W = Integer.parseInt(ss[0]);", "W", "Integer.parseInt(ss[0])", "Integer.parseInt", "Integer", "ss[0]", "ss", "0", "int H = Integer.parseInt(ss[1]);", "H", "Integer.parseInt(ss[1])", "Integer.parseInt", "Integer", "ss[1]", "ss", "1", "int x = Integer.parseInt(ss[2]);", "x", "Integer.parseInt(ss[2])", "Integer.parseInt", "Integer", "ss[2]", "ss", "2", "int y = Integer.parseInt(ss[3]);", "y", "Integer.parseInt(ss[3])", "Integer.parseInt", "Integer", "ss[3]", "ss", "3", "int r = Integer.parseInt(ss[4]);", "r", "Integer.parseInt(ss[4])", "Integer.parseInt", "Integer", "ss[4]", "ss", "4", "if(x - r < 0 || y - r < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if(x + r > W || 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 || y - r < 0", "x - r < 0", "x - r", "x", "r", "0", "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\"", "if(x + r > W || 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 > W || y + r > H", "x + r > W", "x + r", "x", "r", "W", "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.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; class Main { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String s = new String(in.readLine()); String[] ss = s.split(" "); int W = Integer.parseInt(ss[0]); int H = Integer.parseInt(ss[1]); int x = Integer.parseInt(ss[2]); int y = Integer.parseInt(ss[3]); int r = Integer.parseInt(ss[4]); if(x - r < 0 || y - r < 0){ System.out.println("No"); } else if(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, 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, 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, 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 ], [ 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 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 50, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 63, 68 ], [ 50, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 70, 75 ], [ 37, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 77, 82 ], [ 6, 83 ], [ 83, 84 ] ]
[ "\nimport java.util.Scanner;\n class Main {\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint yoko = sc.nextInt(), tate = sc.nextInt();\n\t\tint x = sc.nextInt(), y = sc.nextInt(),r = sc.nextInt();\n\t\tif(x+r <= yoko && x-r >= 0){\n\t\t\tif(y+r <= tate && y-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} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n }\n ", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint yoko = sc.nextInt(), tate = sc.nextInt();\n\t\tint x = sc.nextInt(), y = sc.nextInt(),r = sc.nextInt();\n\t\tif(x+r <= yoko && x-r >= 0){\n\t\t\tif(y+r <= tate && y-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} 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 yoko = sc.nextInt(), tate = sc.nextInt();\n\t\tint x = sc.nextInt(), y = sc.nextInt(),r = sc.nextInt();\n\t\tif(x+r <= yoko && x-r >= 0){\n\t\t\tif(y+r <= tate && y-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} 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 yoko = sc.nextInt(), tate = sc.nextInt();\n\t\tint x = sc.nextInt(), y = sc.nextInt(),r = sc.nextInt();\n\t\tif(x+r <= yoko && x-r >= 0){\n\t\t\tif(y+r <= tate && y-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} 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 yoko = sc.nextInt()", "yoko", "sc.nextInt()", "sc.nextInt", "sc", "tate = sc.nextInt();", "tate", "sc.nextInt()", "sc.nextInt", "sc", "int x = sc.nextInt()", "x", "sc.nextInt()", "sc.nextInt", "sc", "y = sc.nextInt()", "y", "sc.nextInt()", "sc.nextInt", "sc", "r = sc.nextInt();", "r", "sc.nextInt()", "sc.nextInt", "sc", "if(x+r <= yoko && x-r >= 0){\n\t\t\tif(y+r <= tate && y-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} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "x+r <= yoko && x-r >= 0", "x+r <= yoko", "x+r", "x", "r", "yoko", "x-r >= 0", "x-r", "x", "r", "0", "{\n\t\t\tif(y+r <= tate && y-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}", "if(y+r <= tate && y-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}", "y+r <= tate && y-r >= 0", "y+r <= tate", "y+r", "y", "r", "tate", "y-r >= 0", "y-r", "y", "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\"", "{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String args[]", "args" ]
import java.util.Scanner; class Main { public static void main(String args[]){ Scanner sc = new Scanner(System.in); int yoko = sc.nextInt(), tate = sc.nextInt(); int x = sc.nextInt(), y = sc.nextInt(),r = sc.nextInt(); if(x+r <= yoko && x-r >= 0){ if(y+r <= tate && y-r >= 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, 13, 13, 17, 2, 2, 13, 13, 17, 30, 14, 2, 2, 2, 13, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 115, 8 ], [ 115, 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 ], [ 68, 72 ], [ 67, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 66, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 81, 85 ], [ 80, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 86, 90 ], [ 79, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 92, 97 ], [ 79, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 101, 103 ], [ 99, 104 ], [ 66, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 108, 110 ], [ 106, 111 ], [ 9, 112 ], [ 112, 113 ], [ 0, 114 ], [ 114, 115 ], [ 114, 116 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryokuStr = line.split(\"[\\\\s]+\");\n\n\t\tint weight = Integer.parseInt(nyuryokuStr[0]);\n\t\tint height = Integer.parseInt(nyuryokuStr[1]);\n\t\tint x_zahyo = Integer.parseInt(nyuryokuStr[2]);\n\t\tint y_zahyo = Integer.parseInt(nyuryokuStr[3]);\n\t\tint hankei = Integer.parseInt(nyuryokuStr[4]);\n\n\t\tif ((x_zahyo - hankei >= 0) && (y_zahyo + hankei > 0)) {\n\t\t\tif ((x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryokuStr = line.split(\"[\\\\s]+\");\n\n\t\tint weight = Integer.parseInt(nyuryokuStr[0]);\n\t\tint height = Integer.parseInt(nyuryokuStr[1]);\n\t\tint x_zahyo = Integer.parseInt(nyuryokuStr[2]);\n\t\tint y_zahyo = Integer.parseInt(nyuryokuStr[3]);\n\t\tint hankei = Integer.parseInt(nyuryokuStr[4]);\n\n\t\tif ((x_zahyo - hankei >= 0) && (y_zahyo + hankei > 0)) {\n\t\t\tif ((x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)) {\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) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryokuStr = line.split(\"[\\\\s]+\");\n\n\t\tint weight = Integer.parseInt(nyuryokuStr[0]);\n\t\tint height = Integer.parseInt(nyuryokuStr[1]);\n\t\tint x_zahyo = Integer.parseInt(nyuryokuStr[2]);\n\t\tint y_zahyo = Integer.parseInt(nyuryokuStr[3]);\n\t\tint hankei = Integer.parseInt(nyuryokuStr[4]);\n\n\t\tif ((x_zahyo - hankei >= 0) && (y_zahyo + hankei > 0)) {\n\t\t\tif ((x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)) {\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\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryokuStr = line.split(\"[\\\\s]+\");\n\n\t\tint weight = Integer.parseInt(nyuryokuStr[0]);\n\t\tint height = Integer.parseInt(nyuryokuStr[1]);\n\t\tint x_zahyo = Integer.parseInt(nyuryokuStr[2]);\n\t\tint y_zahyo = Integer.parseInt(nyuryokuStr[3]);\n\t\tint hankei = Integer.parseInt(nyuryokuStr[4]);\n\n\t\tif ((x_zahyo - hankei >= 0) && (y_zahyo + hankei > 0)) {\n\t\t\tif ((x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)) {\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}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String line = br.readLine();", "line", "br.readLine()", "br.readLine", "br", "String[] nyuryokuStr = line.split(\"[\\\\s]+\");", "nyuryokuStr", "line.split(\"[\\\\s]+\")", "line.split", "line", "\"[\\\\s]+\"", "int weight = Integer.parseInt(nyuryokuStr[0]);", "weight", "Integer.parseInt(nyuryokuStr[0])", "Integer.parseInt", "Integer", "nyuryokuStr[0]", "nyuryokuStr", "0", "int height = Integer.parseInt(nyuryokuStr[1]);", "height", "Integer.parseInt(nyuryokuStr[1])", "Integer.parseInt", "Integer", "nyuryokuStr[1]", "nyuryokuStr", "1", "int x_zahyo = Integer.parseInt(nyuryokuStr[2]);", "x_zahyo", "Integer.parseInt(nyuryokuStr[2])", "Integer.parseInt", "Integer", "nyuryokuStr[2]", "nyuryokuStr", "2", "int y_zahyo = Integer.parseInt(nyuryokuStr[3]);", "y_zahyo", "Integer.parseInt(nyuryokuStr[3])", "Integer.parseInt", "Integer", "nyuryokuStr[3]", "nyuryokuStr", "3", "int hankei = Integer.parseInt(nyuryokuStr[4]);", "hankei", "Integer.parseInt(nyuryokuStr[4])", "Integer.parseInt", "Integer", "nyuryokuStr[4]", "nyuryokuStr", "4", "if ((x_zahyo - hankei >= 0) && (y_zahyo + hankei > 0)) {\n\t\t\tif ((x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)) {\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_zahyo - hankei >= 0) && (y_zahyo + hankei > 0)", "(x_zahyo - hankei >= 0)", "x_zahyo - hankei", "x_zahyo", "hankei", "0", "(y_zahyo + hankei > 0)", "y_zahyo + hankei", "y_zahyo", "hankei", "0", "{\n\t\t\tif ((x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)) {\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 ((x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)) {\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}", "(x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)", "(x_zahyo + hankei <= weight)", "x_zahyo + hankei", "x_zahyo", "hankei", "weight", "(y_zahyo + hankei <= height)", "y_zahyo + hankei", "y_zahyo", "hankei", "height", "{\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\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryokuStr = line.split(\"[\\\\s]+\");\n\n\t\tint weight = Integer.parseInt(nyuryokuStr[0]);\n\t\tint height = Integer.parseInt(nyuryokuStr[1]);\n\t\tint x_zahyo = Integer.parseInt(nyuryokuStr[2]);\n\t\tint y_zahyo = Integer.parseInt(nyuryokuStr[3]);\n\t\tint hankei = Integer.parseInt(nyuryokuStr[4]);\n\n\t\tif ((x_zahyo - hankei >= 0) && (y_zahyo + hankei > 0)) {\n\t\t\tif ((x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)) {\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\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryokuStr = line.split(\"[\\\\s]+\");\n\n\t\tint weight = Integer.parseInt(nyuryokuStr[0]);\n\t\tint height = Integer.parseInt(nyuryokuStr[1]);\n\t\tint x_zahyo = Integer.parseInt(nyuryokuStr[2]);\n\t\tint y_zahyo = Integer.parseInt(nyuryokuStr[3]);\n\t\tint hankei = Integer.parseInt(nyuryokuStr[4]);\n\n\t\tif ((x_zahyo - hankei >= 0) && (y_zahyo + hankei > 0)) {\n\t\t\tif ((x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = br.readLine(); String[] nyuryokuStr = line.split("[\\s]+"); int weight = Integer.parseInt(nyuryokuStr[0]); int height = Integer.parseInt(nyuryokuStr[1]); int x_zahyo = Integer.parseInt(nyuryokuStr[2]); int y_zahyo = Integer.parseInt(nyuryokuStr[3]); int hankei = Integer.parseInt(nyuryokuStr[4]); if ((x_zahyo - hankei >= 0) && (y_zahyo + hankei > 0)) { if ((x_zahyo + hankei <= weight) && (y_zahyo + hankei <= height)) { System.out.println("Yes"); } else { System.out.println("No"); } } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 12, 13, 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, 12, 13, 30, 41, 13, 20, 4, 18, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 110, 5 ], [ 110, 6 ], [ 6, 7 ], [ 110, 8 ], [ 8, 9 ], [ 110, 10 ], [ 10, 11 ], [ 110, 12 ], [ 12, 13 ], [ 110, 14 ], [ 14, 15 ], [ 110, 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 ], [ 110, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 50, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 63, 68 ], [ 50, 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 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 82, 87 ], [ 69, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 89, 94 ], [ 110, 95 ], [ 95, 96 ], [ 95, 97 ], [ 97, 98 ], [ 98, 99 ], [ 98, 100 ], [ 97, 101 ], [ 101, 102 ], [ 102, 103 ], [ 97, 104 ], [ 104, 105 ], [ 105, 106 ], [ 95, 107 ], [ 107, 108 ], [ 0, 109 ], [ 109, 110 ], [ 109, 111 ] ]
[ "import java.util.Scanner;\npublic class Main{\n\n int W,H,x,y,r;\n\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\tW = scan.nextInt();\n\tH = scan.nextInt();\n\tx = scan.nextInt();\n\ty = scan.nextInt(); \n\tr = scan.nextInt();\n\n\n\n }\n public void output(){\n \n\tif((x - r)< 0 || (x + r)> W){\n\t System.out.println(\"No\");\n\t} else if((y + r)< 0 || (y + r)> H){\n\t System.out.println(\"No\");\n\t} else{\n\t System.out.println(\"Yes\"); \n\t}\n \n\n\n\n }\n public static void main(String[] args){\n\tMain p = new Main();\n\tp.input();\n\tp.output();\n }\n}\n ", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\n int W,H,x,y,r;\n\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\tW = scan.nextInt();\n\tH = scan.nextInt();\n\tx = scan.nextInt();\n\ty = scan.nextInt(); \n\tr = scan.nextInt();\n\n\n\n }\n public void output(){\n \n\tif((x - r)< 0 || (x + r)> W){\n\t System.out.println(\"No\");\n\t} else if((y + r)< 0 || (y + r)> H){\n\t System.out.println(\"No\");\n\t} else{\n\t System.out.println(\"Yes\"); \n\t}\n \n\n\n\n }\n public static void main(String[] args){\n\tMain p = new Main();\n\tp.input();\n\tp.output();\n }\n}", "Main", "int W", "W", "H", "H", "x", "x", "y", "y", "r;", "r", "public void input(){\n\tScanner scan = new Scanner(System.in);\n\tW = scan.nextInt();\n\tH = scan.nextInt();\n\tx = scan.nextInt();\n\ty = scan.nextInt(); \n\tr = scan.nextInt();\n\n\n\n }", "input", "{\n\tScanner scan = new Scanner(System.in);\n\tW = scan.nextInt();\n\tH = scan.nextInt();\n\tx = scan.nextInt();\n\ty = scan.nextInt(); \n\tr = scan.nextInt();\n\n\n\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "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", "public void output(){\n \n\tif((x - r)< 0 || (x + r)> W){\n\t System.out.println(\"No\");\n\t} else if((y + r)< 0 || (y + r)> H){\n\t System.out.println(\"No\");\n\t} else{\n\t System.out.println(\"Yes\"); \n\t}\n \n\n\n\n }", "output", "{\n \n\tif((x - r)< 0 || (x + r)> W){\n\t System.out.println(\"No\");\n\t} else if((y + r)< 0 || (y + r)> H){\n\t System.out.println(\"No\");\n\t} else{\n\t System.out.println(\"Yes\"); \n\t}\n \n\n\n\n }", "if((x - r)< 0 || (x + r)> W){\n\t System.out.println(\"No\");\n\t} else if((y + r)< 0 || (y + r)> H){\n\t System.out.println(\"No\");\n\t} else{\n\t System.out.println(\"Yes\"); \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 System.out.println(\"No\");\n\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "if((y + r)< 0 || (y + r)> H){\n\t System.out.println(\"No\");\n\t} else{\n\t System.out.println(\"Yes\"); \n\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 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\"", "public static void main(String[] args){\n\tMain p = new Main();\n\tp.input();\n\tp.output();\n }", "main", "{\n\tMain p = new Main();\n\tp.input();\n\tp.output();\n }", "Main p = new Main();", "p", "new Main()", "p.input()", "p.input", "p", "p.output()", "p.output", "p", "String[] args", "args", "public class Main{\n\n int W,H,x,y,r;\n\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\tW = scan.nextInt();\n\tH = scan.nextInt();\n\tx = scan.nextInt();\n\ty = scan.nextInt(); \n\tr = scan.nextInt();\n\n\n\n }\n public void output(){\n \n\tif((x - r)< 0 || (x + r)> W){\n\t System.out.println(\"No\");\n\t} else if((y + r)< 0 || (y + r)> H){\n\t System.out.println(\"No\");\n\t} else{\n\t System.out.println(\"Yes\"); \n\t}\n \n\n\n\n }\n public static void main(String[] args){\n\tMain p = new Main();\n\tp.input();\n\tp.output();\n }\n}", "public class Main{\n\n int W,H,x,y,r;\n\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\tW = scan.nextInt();\n\tH = scan.nextInt();\n\tx = scan.nextInt();\n\ty = scan.nextInt(); \n\tr = scan.nextInt();\n\n\n\n }\n public void output(){\n \n\tif((x - r)< 0 || (x + r)> W){\n\t System.out.println(\"No\");\n\t} else if((y + r)< 0 || (y + r)> H){\n\t System.out.println(\"No\");\n\t} else{\n\t System.out.println(\"Yes\"); \n\t}\n \n\n\n\n }\n public static void main(String[] args){\n\tMain p = new Main();\n\tp.input();\n\tp.output();\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ int W,H,x,y,r; public void input(){ Scanner scan = new Scanner(System.in); W = scan.nextInt(); H = scan.nextInt(); x = scan.nextInt(); y = scan.nextInt(); r = scan.nextInt(); } public void output(){ 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"); } } public static void main(String[] args){ Main p = new Main(); p.input(); p.output(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 38, 5, 13, 30, 4, 18, 18, 13, 13, 13, 5, 13, 30, 4, 18, 18, 13, 13, 17, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 40, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 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 ], [ 122, 5 ], [ 122, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 16, 21 ], [ 12, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 25, 30 ], [ 12, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 31, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 39, 43 ], [ 43, 44 ], [ 31, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 31, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 55, 58 ], [ 58, 59 ], [ 58, 60 ], [ 31, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 66, 67 ], [ 66, 68 ], [ 31, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 72, 73 ], [ 71, 74 ], [ 74, 75 ], [ 74, 76 ], [ 31, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 79, 82 ], [ 82, 83 ], [ 82, 84 ], [ 31, 85 ], [ 85, 86 ], [ 88, 87 ], [ 97, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 92, 93 ], [ 92, 94 ], [ 94, 95 ], [ 94, 96 ], [ 97, 97 ], [ 97, 98 ], [ 97, 99 ], [ 88, 100 ], [ 100, 101 ], [ 100, 102 ], [ 102, 103 ], [ 102, 104 ], [ 85, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 108, 110 ], [ 106, 111 ], [ 85, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 113, 118 ], [ 6, 119 ], [ 119, 120 ], [ 0, 121 ], [ 121, 122 ], [ 121, 123 ] ]
[ "import java.io.*;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString line = reader.readLine();\n \tString[] num = line.split(\" \", -1);\n \t\n \tint W = Integer.parseInt(num[0]);\n \tint H = Integer.parseInt(num[1]);\n \tint x = Integer.parseInt(num[2]);\n \t\tint y = Integer.parseInt(num[3]);\n \t\tint r = Integer.parseInt(num[4]);\n \t\tif(x >= r && x <= (W - r) && y >= r && 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\t} catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString line = reader.readLine();\n \tString[] num = line.split(\" \", -1);\n \t\n \tint W = Integer.parseInt(num[0]);\n \tint H = Integer.parseInt(num[1]);\n \tint x = Integer.parseInt(num[2]);\n \t\tint y = Integer.parseInt(num[3]);\n \t\tint r = Integer.parseInt(num[4]);\n \t\tif(x >= r && x <= (W - r) && y >= r && 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\t} catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString line = reader.readLine();\n \tString[] num = line.split(\" \", -1);\n \t\n \tint W = Integer.parseInt(num[0]);\n \tint H = Integer.parseInt(num[1]);\n \tint x = Integer.parseInt(num[2]);\n \t\tint y = Integer.parseInt(num[3]);\n \t\tint r = Integer.parseInt(num[4]);\n \t\tif(x >= r && x <= (W - r) && y >= r && 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\t} catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }", "main", "{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString line = reader.readLine();\n \tString[] num = line.split(\" \", -1);\n \t\n \tint W = Integer.parseInt(num[0]);\n \tint H = Integer.parseInt(num[1]);\n \tint x = Integer.parseInt(num[2]);\n \t\tint y = Integer.parseInt(num[3]);\n \t\tint r = Integer.parseInt(num[4]);\n \t\tif(x >= r && x <= (W - r) && y >= r && 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\t} catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }", "BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));", "reader", "new BufferedReader(new InputStreamReader(System.in))", "try{\n\t\tString line = reader.readLine();\n \tString[] num = line.split(\" \", -1);\n \t\n \tint W = Integer.parseInt(num[0]);\n \tint H = Integer.parseInt(num[1]);\n \tint x = Integer.parseInt(num[2]);\n \t\tint y = Integer.parseInt(num[3]);\n \t\tint r = Integer.parseInt(num[4]);\n \t\tif(x >= r && x <= (W - r) && y >= r && 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\t} catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }", "catch (IOException e) {\n System.out.println(e);\n }", "IOException e", "{\n System.out.println(e);\n }", "System.out.println(e)", "System.out.println", "System.out", "System", "System.out", "e", "catch (NumberFormatException e) {\n System.out.println(\"error\");\n }", "NumberFormatException e", "{\n System.out.println(\"error\");\n }", "System.out.println(\"error\")", "System.out.println", "System.out", "System", "System.out", "\"error\"", "{\n\t\tString line = reader.readLine();\n \tString[] num = line.split(\" \", -1);\n \t\n \tint W = Integer.parseInt(num[0]);\n \tint H = Integer.parseInt(num[1]);\n \tint x = Integer.parseInt(num[2]);\n \t\tint y = Integer.parseInt(num[3]);\n \t\tint r = Integer.parseInt(num[4]);\n \t\tif(x >= r && x <= (W - r) && y >= r && 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\t}", "String line = reader.readLine();", "line", "reader.readLine()", "reader.readLine", "reader", "String[] num = line.split(\" \", -1);", "num", "line.split(\" \", -1)", "line.split", "line", "\" \"", "-1", "1", "int W = Integer.parseInt(num[0]);", "W", "Integer.parseInt(num[0])", "Integer.parseInt", "Integer", "num[0]", "num", "0", "int H = Integer.parseInt(num[1]);", "H", "Integer.parseInt(num[1])", "Integer.parseInt", "Integer", "num[1]", "num", "1", "int x = Integer.parseInt(num[2]);", "x", "Integer.parseInt(num[2])", "Integer.parseInt", "Integer", "num[2]", "num", "2", "int y = Integer.parseInt(num[3]);", "y", "Integer.parseInt(num[3])", "Integer.parseInt", "Integer", "num[3]", "num", "3", "int r = Integer.parseInt(num[4]);", "r", "Integer.parseInt(num[4])", "Integer.parseInt", "Integer", "num[4]", "num", "4", "if(x >= r && x <= (W - r) && y >= r && y <= (H - r)) {\n \t\t\tSystem.out.println(\"Yes\");\n \t\t} else {\n \t\t\tSystem.out.println(\"No\");\n \t\t}", "x >= r && x <= (W - r) && y >= r && y <= (H - r)", "y >= r", "x >= r && x <= (W - r) && y >= r && y <= (H - r)", "x >= r", "x", "r", "x <= (W - r)", "x", "(W - r)", "W", "r", "y >= r", "y", "r", "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 void main(String[] args) {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString line = reader.readLine();\n \tString[] num = line.split(\" \", -1);\n \t\n \tint W = Integer.parseInt(num[0]);\n \tint H = Integer.parseInt(num[1]);\n \tint x = Integer.parseInt(num[2]);\n \t\tint y = Integer.parseInt(num[3]);\n \t\tint r = Integer.parseInt(num[4]);\n \t\tif(x >= r && x <= (W - r) && y >= r && 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\t} catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry{\n\t\tString line = reader.readLine();\n \tString[] num = line.split(\" \", -1);\n \t\n \tint W = Integer.parseInt(num[0]);\n \tint H = Integer.parseInt(num[1]);\n \tint x = Integer.parseInt(num[2]);\n \t\tint y = Integer.parseInt(num[3]);\n \t\tint r = Integer.parseInt(num[4]);\n \t\tif(x >= r && x <= (W - r) && y >= r && 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\t} catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); try{ String line = reader.readLine(); String[] num = line.split(" ", -1); int W = Integer.parseInt(num[0]); int H = Integer.parseInt(num[1]); int x = Integer.parseInt(num[2]); int y = Integer.parseInt(num[3]); int r = Integer.parseInt(num[4]); if(x >= r && x <= (W - r) && y >= r && y <= (H - r)) { System.out.println("Yes"); } else { System.out.println("No"); } } catch (IOException e) { System.out.println(e); } catch (NumberFormatException e) { System.out.println("error"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 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, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 12, 13, 30, 41, 13, 20, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 89, 5 ], [ 89, 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 ], [ 44, 45 ], [ 44, 46 ], [ 37, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 55, 57 ], [ 48, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 48, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 65, 70 ], [ 37, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 89, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 79, 83 ], [ 83, 84 ], [ 84, 85 ], [ 77, 86 ], [ 86, 87 ], [ 0, 88 ], [ 88, 89 ], [ 88, 90 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tprivate void calc(){\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\t\n\t\tif(r<=x && x<=W-r){\n\t\t\tif(r<=y && y<=H-r){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tprivate void calc(){\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\t\n\t\tif(r<=x && x<=W-r){\n\t\t\tif(r<=y && y<=H-r){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}", "Main", "private void calc(){\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\t\n\t\tif(r<=x && x<=W-r){\n\t\t\tif(r<=y && y<=H-r){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}", "calc", "{\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\t\n\t\tif(r<=x && x<=W-r){\n\t\t\tif(r<=y && y<=H-r){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\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", "if(r<=x && x<=W-r){\n\t\t\tif(r<=y && y<=H-r){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");", "r<=x && x<=W-r", "r<=x", "r", "x", "x<=W-r", "x", "W-r", "W", "r", "{\n\t\t\tif(r<=y && y<=H-r){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else System.out.println(\"No\");\n\t\t}", "if(r<=y && y<=H-r){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else System.out.println(\"No\");", "r<=y && y<=H-r", "r<=y", "r", "y", "y<=H-r", "y", "H-r", "H", "r", "{\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\"", "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\"", "public static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}", "main", "{\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}", "Main run =new Main();", "run", "new Main()", "run.calc()", "run.calc", "run", "String[] args", "args", "public class Main {\n\tprivate void calc(){\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\t\n\t\tif(r<=x && x<=W-r){\n\t\t\tif(r<=y && y<=H-r){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}", "public class Main {\n\tprivate void calc(){\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\t\n\t\tif(r<=x && x<=W-r){\n\t\t\tif(r<=y && y<=H-r){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}else System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { private void calc(){ 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(r<=x && x<=W-r){ if(r<=y && y<=H-r){ System.out.println("Yes"); }else System.out.println("No"); }else System.out.println("No"); } public static void main(String[] args) { Main run =new Main(); run.calc(); } }
[ 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, 18, 13, 17, 17, 2, 18, 13, 17, 17, 30, 14, 2, 2, 2, 18, 13, 17, 18, 13, 17, 18, 13, 17, 2, 2, 18, 13, 17, 18, 13, 17, 17, 30, 14, 2, 2, 2, 18, 13, 17, 18, 13, 17, 18, 13, 17, 2, 2, 18, 13, 17, 18, 13, 17, 17, 30, 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 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 122, 5 ], [ 122, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 16, 21 ], [ 21, 22 ], [ 21, 23 ], [ 16, 24 ], [ 24, 25 ], [ 25, 26 ], [ 16, 27 ], [ 28, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 33, 34 ], [ 34, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 37, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 36, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 56, 57 ], [ 56, 58 ], [ 51, 59 ], [ 59, 60 ], [ 59, 61 ], [ 50, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 63, 67 ], [ 67, 68 ], [ 67, 69 ], [ 62, 70 ], [ 49, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 75, 79 ], [ 79, 80 ], [ 79, 81 ], [ 74, 82 ], [ 82, 83 ], [ 82, 84 ], [ 73, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 86, 90 ], [ 90, 91 ], [ 90, 92 ], [ 85, 93 ], [ 72, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 97, 98 ], [ 97, 99 ], [ 95, 100 ], [ 72, 101 ], [ 101, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 101, 106 ], [ 49, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 107, 112 ], [ 36, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 113, 118 ], [ 6, 119 ], [ 119, 120 ], [ 0, 121 ], [ 121, 122 ], [ 121, 123 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n \n Scanner scan = new Scanner(System.in);\n int[] a = new int[5];\n \n for( int i=0; i<5 ; i++){\n a[i] = scan.nextInt(); \n }\n if(a[2] >= 0 && a[3] >= 0){\n if (((a[2] + a[4]) <= a[0]) && ((a[2] - a[4]) >= 0)){\n if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n \n \n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n \n Scanner scan = new Scanner(System.in);\n int[] a = new int[5];\n \n for( int i=0; i<5 ; i++){\n a[i] = scan.nextInt(); \n }\n if(a[2] >= 0 && a[3] >= 0){\n if (((a[2] + a[4]) <= a[0]) && ((a[2] - a[4]) >= 0)){\n if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n \n \n }\n}", "Main", "public static void main(String[] args) {\n \n Scanner scan = new Scanner(System.in);\n int[] a = new int[5];\n \n for( int i=0; i<5 ; i++){\n a[i] = scan.nextInt(); \n }\n if(a[2] >= 0 && a[3] >= 0){\n if (((a[2] + a[4]) <= a[0]) && ((a[2] - a[4]) >= 0)){\n if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n \n \n }", "main", "{\n \n Scanner scan = new Scanner(System.in);\n int[] a = new int[5];\n \n for( int i=0; i<5 ; i++){\n a[i] = scan.nextInt(); \n }\n if(a[2] >= 0 && a[3] >= 0){\n if (((a[2] + a[4]) <= a[0]) && ((a[2] - a[4]) >= 0)){\n if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n \n \n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int[] a = new int[5];", "a", "new int[5]", "5", "for( int i=0; i<5 ; i++){\n a[i] = scan.nextInt(); \n }", "int i=0;", "int i=0;", "i", "0", "i<5", "i", "5", "i++", "i++", "i", "{\n a[i] = scan.nextInt(); \n }", "{\n a[i] = scan.nextInt(); \n }", "a[i] = scan.nextInt()", "a[i]", "a", "i", "scan.nextInt()", "scan.nextInt", "scan", "if(a[2] >= 0 && a[3] >= 0){\n if (((a[2] + a[4]) <= a[0]) && ((a[2] - a[4]) >= 0)){\n if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");", "a[2] >= 0 && a[3] >= 0", "a[2] >= 0", "a[2]", "a", "2", "0", "a[3] >= 0", "a[3]", "a", "3", "0", "{\n if (((a[2] + a[4]) <= a[0]) && ((a[2] - a[4]) >= 0)){\n if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n }", "if (((a[2] + a[4]) <= a[0]) && ((a[2] - a[4]) >= 0)){\n if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");", "((a[2] + a[4]) <= a[0]) && ((a[2] - 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[2] - a[4]) >= 0)", "(a[2] - a[4])", "a[2]", "a", "2", "a[4]", "a", "4", "0", "{\n if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");\n }", "if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");", "(a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)", "(a[3] + a[4]) <= a[1]", "(a[3] + a[4])", "a[3]", "a", "3", "a[4]", "a", "4", "a[1]", "a", "1", "((a[3] - a[4]) >= 0)", "(a[3] - a[4])", "a[3]", "a", "3", "a[4]", "a", "4", "0", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "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) {\n \n Scanner scan = new Scanner(System.in);\n int[] a = new int[5];\n \n for( int i=0; i<5 ; i++){\n a[i] = scan.nextInt(); \n }\n if(a[2] >= 0 && a[3] >= 0){\n if (((a[2] + a[4]) <= a[0]) && ((a[2] - a[4]) >= 0)){\n if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n \n \n }\n}", "public class Main {\n public static void main(String[] args) {\n \n Scanner scan = new Scanner(System.in);\n int[] a = new int[5];\n \n for( int i=0; i<5 ; i++){\n a[i] = scan.nextInt(); \n }\n if(a[2] >= 0 && a[3] >= 0){\n if (((a[2] + a[4]) <= a[0]) && ((a[2] - a[4]) >= 0)){\n if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){\n System.out.println(\"Yes\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n }\n else System.out.println(\"No\");\n \n \n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int[] a = new int[5]; for( int i=0; i<5 ; i++){ a[i] = scan.nextInt(); } if(a[2] >= 0 && a[3] >= 0){ if (((a[2] + a[4]) <= a[0]) && ((a[2] - a[4]) >= 0)){ if ((a[3] + a[4]) <= a[1] && ((a[3] - a[4]) >= 0)){ 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, 17, 2, 13, 13, 2, 2, 13, 13, 13, 2, 17, 2, 13, 13, 2, 2, 13, 13, 13, 17, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 8, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 42, 43 ], [ 43, 44 ], [ 56, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 45, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 56, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 58, 60 ], [ 43, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 42, 66 ], [ 42, 67 ], [ 6, 68 ], [ 68, 69 ] ]
[ "import java.util.*;\nclass Main {\n public static void main(String[]args)throws Exception {\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 System.out.println(((0 <= x - r) && (x + r <= w) && (0 <= y - r) && (y + r <= h)) ? \"Yes\" : \"No\");\n }\n}", "import java.util.*;", "util.*", "java", "class Main {\n public static void main(String[]args)throws Exception {\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 System.out.println(((0 <= x - r) && (x + r <= w) && (0 <= y - r) && (y + r <= h)) ? \"Yes\" : \"No\");\n }\n}", "Main", "public static void main(String[]args)throws Exception {\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 System.out.println(((0 <= x - r) && (x + r <= w) && (0 <= y - r) && (y + r <= h)) ? \"Yes\" : \"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 System.out.println(((0 <= x - r) && (x + r <= w) && (0 <= y - r) && (y + r <= h)) ? \"Yes\" : \"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", "System.out.println(((0 <= x - r) && (x + r <= w) && (0 <= y - r) && (y + r <= h)) ? \"Yes\" : \"No\")", "System.out.println", "System.out", "System", "System.out", "((0 <= x - r) && (x + r <= w) && (0 <= y - r) && (y + r <= h)) ? \"Yes\" : \"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", "\"Yes\"", "\"No\"", "String[]args", "args" ]
import java.util.*; class Main { public static void main(String[]args)throws Exception { 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(((0 <= x - r) && (x + r <= w) && (0 <= y - r) && (y + r <= h)) ? "Yes" : "No"); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 20, 17, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 0, 18, 13, 17, 4, 18, 13, 13, 0, 13, 4, 18, 13, 0, 18, 13, 17, 4, 18, 13, 13, 0, 13, 4, 18, 13, 0, 18, 13, 17, 4, 18, 13, 13, 0, 13, 4, 18, 13, 0, 18, 13, 17, 4, 18, 13, 13, 0, 13, 4, 18, 13, 0, 18, 13, 17, 4, 18, 13, 13, 14, 2, 2, 2, 2, 2, 18, 13, 17, 18, 13, 17, 17, 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, 18, 13, 17, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 148, 5 ], [ 148, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 8, 11 ], [ 11, 12 ], [ 11, 13 ], [ 8, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 8, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 46, 47 ], [ 47, 48 ], [ 46, 49 ], [ 8, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 8, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 59, 60 ], [ 60, 61 ], [ 59, 62 ], [ 8, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 8, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 72, 73 ], [ 73, 74 ], [ 72, 75 ], [ 8, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 79, 80 ], [ 8, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 81, 85 ], [ 85, 86 ], [ 86, 87 ], [ 85, 88 ], [ 8, 89 ], [ 89, 90 ], [ 92, 91 ], [ 111, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 94, 98 ], [ 98, 99 ], [ 98, 100 ], [ 93, 101 ], [ 92, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 103, 107 ], [ 107, 108 ], [ 107, 109 ], [ 102, 110 ], [ 111, 111 ], [ 111, 112 ], [ 112, 113 ], [ 113, 114 ], [ 113, 115 ], [ 112, 116 ], [ 116, 117 ], [ 116, 118 ], [ 111, 119 ], [ 119, 120 ], [ 119, 121 ], [ 92, 122 ], [ 122, 123 ], [ 123, 124 ], [ 124, 125 ], [ 124, 126 ], [ 123, 127 ], [ 127, 128 ], [ 127, 129 ], [ 122, 130 ], [ 130, 131 ], [ 130, 132 ], [ 89, 133 ], [ 133, 134 ], [ 134, 135 ], [ 135, 136 ], [ 135, 137 ], [ 133, 138 ], [ 89, 139 ], [ 139, 140 ], [ 140, 141 ], [ 141, 142 ], [ 141, 143 ], [ 139, 144 ], [ 6, 145 ], [ 145, 146 ], [ 0, 147 ], [ 147, 148 ], [ 147, 149 ] ]
[ "import java.util.Scanner;\n\npublic class Main { \n\tpublic static void main(String[] args){\n\t\tString str;\n int[] arr = new int[5];\n int i, j, temp;\n \n // 5????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n str = scan.next();\n arr[3] = Integer.parseInt(str);\n str = scan.next();\n arr[4] = Integer.parseInt(str);\n\n // \n if(arr[2]-arr[4]>=0 && arr[3]-arr[4]>=0 && arr[2]+arr[4]<=arr[0] && arr[3]+arr[4]<=arr[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main { \n\tpublic static void main(String[] args){\n\t\tString str;\n int[] arr = new int[5];\n int i, j, temp;\n \n // 5????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n str = scan.next();\n arr[3] = Integer.parseInt(str);\n str = scan.next();\n arr[4] = Integer.parseInt(str);\n\n // \n if(arr[2]-arr[4]>=0 && arr[3]-arr[4]>=0 && arr[2]+arr[4]<=arr[0] && arr[3]+arr[4]<=arr[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tString str;\n int[] arr = new int[5];\n int i, j, temp;\n \n // 5????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n str = scan.next();\n arr[3] = Integer.parseInt(str);\n str = scan.next();\n arr[4] = Integer.parseInt(str);\n\n // \n if(arr[2]-arr[4]>=0 && arr[3]-arr[4]>=0 && arr[2]+arr[4]<=arr[0] && arr[3]+arr[4]<=arr[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\t}", "main", "{\n\t\tString str;\n int[] arr = new int[5];\n int i, j, temp;\n \n // 5????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n str = scan.next();\n arr[3] = Integer.parseInt(str);\n str = scan.next();\n arr[4] = Integer.parseInt(str);\n\n // \n if(arr[2]-arr[4]>=0 && arr[3]-arr[4]>=0 && arr[2]+arr[4]<=arr[0] && arr[3]+arr[4]<=arr[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\t}", "String str;", "str", "int[] arr = new int[5];", "arr", "new int[5]", "5", "int i", "i", "j", "j", "temp;", "temp", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "str = scan.next()", "str", "scan.next()", "scan.next", "scan", "arr[0] = Integer.parseInt(str)", "arr[0]", "arr", "0", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "str = scan.next()", "str", "scan.next()", "scan.next", "scan", "arr[1] = Integer.parseInt(str)", "arr[1]", "arr", "1", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "str = scan.next()", "str", "scan.next()", "scan.next", "scan", "arr[2] = Integer.parseInt(str)", "arr[2]", "arr", "2", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "str = scan.next()", "str", "scan.next()", "scan.next", "scan", "arr[3] = Integer.parseInt(str)", "arr[3]", "arr", "3", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "str = scan.next()", "str", "scan.next()", "scan.next", "scan", "arr[4] = Integer.parseInt(str)", "arr[4]", "arr", "4", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "if(arr[2]-arr[4]>=0 && arr[3]-arr[4]>=0 && arr[2]+arr[4]<=arr[0] && arr[3]+arr[4]<=arr[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");", "arr[2]-arr[4]>=0 && arr[3]-arr[4]>=0 && arr[2]+arr[4]<=arr[0] && arr[3]+arr[4]<=arr[1]", "arr[2]+arr[4]<=arr[0]", "arr[2]-arr[4]>=0 && arr[3]-arr[4]>=0 && arr[2]+arr[4]<=arr[0] && arr[3]+arr[4]<=arr[1]", "arr[2]-arr[4]>=0", "arr[2]-arr[4]", "arr[2]", "arr", "2", "arr[4]", "arr", "4", "0", "arr[3]-arr[4]>=0", "arr[3]-arr[4]", "arr[3]", "arr", "3", "arr[4]", "arr", "4", "0", "arr[2]+arr[4]<=arr[0]", "arr[2]+arr[4]", "arr[2]", "arr", "2", "arr[4]", "arr", "4", "arr[0]", "arr", "0", "arr[3]+arr[4]<=arr[1]", "arr[3]+arr[4]", "arr[3]", "arr", "3", "arr[4]", "arr", "4", "arr[1]", "arr", "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\tpublic static void main(String[] args){\n\t\tString str;\n int[] arr = new int[5];\n int i, j, temp;\n \n // 5????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n str = scan.next();\n arr[3] = Integer.parseInt(str);\n str = scan.next();\n arr[4] = Integer.parseInt(str);\n\n // \n if(arr[2]-arr[4]>=0 && arr[3]-arr[4]>=0 && arr[2]+arr[4]<=arr[0] && arr[3]+arr[4]<=arr[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\t}\n}", "public class Main { \n\tpublic static void main(String[] args){\n\t\tString str;\n int[] arr = new int[5];\n int i, j, temp;\n \n // 5????????°??????????????????\n Scanner scan = new Scanner(System.in);\n str = scan.next();\n arr[0] = Integer.parseInt(str);\n str = scan.next();\n arr[1] = Integer.parseInt(str);\n str = scan.next();\n arr[2] = Integer.parseInt(str);\n str = scan.next();\n arr[3] = Integer.parseInt(str);\n str = scan.next();\n arr[4] = Integer.parseInt(str);\n\n // \n if(arr[2]-arr[4]>=0 && arr[3]-arr[4]>=0 && arr[2]+arr[4]<=arr[0] && arr[3]+arr[4]<=arr[1])\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ String str; int[] arr = new int[5]; int i, j, temp; // 5????????°?????????????????? Scanner scan = new Scanner(System.in); str = scan.next(); arr[0] = Integer.parseInt(str); str = scan.next(); arr[1] = Integer.parseInt(str); str = scan.next(); arr[2] = Integer.parseInt(str); str = scan.next(); arr[3] = Integer.parseInt(str); str = scan.next(); arr[4] = Integer.parseInt(str); // if(arr[2]-arr[4]>=0 && arr[3]-arr[4]>=0 && arr[2]+arr[4]<=arr[0] && arr[3]+arr[4]<=arr[1]) System.out.println("Yes"); else System.out.println("No"); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 17, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 4, 13, 18, 13, 17, 18, 13, 17, 18, 13, 17, 18, 13, 17, 18, 13, 17, 23, 13, 12, 13, 30, 14, 2, 2, 13, 13, 17, 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, 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 ], [ 128, 5 ], [ 128, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 16, 21 ], [ 21, 22 ], [ 21, 23 ], [ 16, 24 ], [ 24, 25 ], [ 25, 26 ], [ 16, 27 ], [ 28, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 33, 34 ], [ 34, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 41, 42 ], [ 41, 43 ], [ 36, 44 ], [ 44, 45 ], [ 44, 46 ], [ 36, 47 ], [ 47, 48 ], [ 47, 49 ], [ 36, 50 ], [ 50, 51 ], [ 50, 52 ], [ 6, 53 ], [ 53, 54 ], [ 128, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 59, 63 ], [ 58, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 65, 70 ], [ 58, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 71, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 78, 83 ], [ 71, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 85, 89 ], [ 84, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 91, 96 ], [ 84, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 99, 101 ], [ 98, 102 ], [ 97, 103 ], [ 103, 104 ], [ 104, 105 ], [ 105, 106 ], [ 106, 107 ], [ 106, 108 ], [ 104, 109 ], [ 97, 110 ], [ 110, 111 ], [ 111, 112 ], [ 112, 113 ], [ 113, 114 ], [ 113, 115 ], [ 111, 116 ], [ 55, 117 ], [ 117, 118 ], [ 55, 119 ], [ 119, 120 ], [ 55, 121 ], [ 121, 122 ], [ 55, 123 ], [ 123, 124 ], [ 55, 125 ], [ 125, 126 ], [ 0, 127 ], [ 127, 128 ], [ 127, 129 ] ]
[ "import java.util.*;\n\npublic class Main{\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint[] N = new int[5];\n\t\tfor(int i = 0 ; i < 5 ; i++){\n\t\t\tN[i] = scanner.nextInt();\n\t\t}\n\t\thikaku(N[0],N[1],N[2],N[3],N[4]);\n\t\t//scanner.close;\n\n\t}\n\n\tpublic static void hikaku(int W, int H , int x , int y , int r) {\n\t\tif((x - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((y - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((x + r) > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((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}\n\n\t\n}", "import java.util.*;", "util.*", "java", "public class Main{\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint[] N = new int[5];\n\t\tfor(int i = 0 ; i < 5 ; i++){\n\t\t\tN[i] = scanner.nextInt();\n\t\t}\n\t\thikaku(N[0],N[1],N[2],N[3],N[4]);\n\t\t//scanner.close;\n\n\t}\n\n\tpublic static void hikaku(int W, int H , int x , int y , int r) {\n\t\tif((x - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((y - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((x + r) > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((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}\n\n\t\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint[] N = new int[5];\n\t\tfor(int i = 0 ; i < 5 ; i++){\n\t\t\tN[i] = scanner.nextInt();\n\t\t}\n\t\thikaku(N[0],N[1],N[2],N[3],N[4]);\n\t\t//scanner.close;\n\n\t}", "main", "{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint[] N = new int[5];\n\t\tfor(int i = 0 ; i < 5 ; i++){\n\t\t\tN[i] = scanner.nextInt();\n\t\t}\n\t\thikaku(N[0],N[1],N[2],N[3],N[4]);\n\t\t//scanner.close;\n\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int[] N = new int[5];", "N", "new int[5]", "5", "for(int i = 0 ; i < 5 ; i++){\n\t\t\tN[i] = scanner.nextInt();\n\t\t}", "int i = 0 ;", "int i = 0 ;", "i", "0", "i < 5", "i", "5", "i++", "i++", "i", "{\n\t\t\tN[i] = scanner.nextInt();\n\t\t}", "{\n\t\t\tN[i] = scanner.nextInt();\n\t\t}", "N[i] = scanner.nextInt()", "N[i]", "N", "i", "scanner.nextInt()", "scanner.nextInt", "scanner", "hikaku(N[0],N[1],N[2],N[3],N[4])", "hikaku", "N[0]", "N", "0", "N[1]", "N", "1", "N[2]", "N", "2", "N[3]", "N", "3", "N[4]", "N", "4", "String[] args", "args", "public static void hikaku(int W, int H , int x , int y , int r) {\n\t\tif((x - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((y - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((x + r) > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((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}", "hikaku", "{\n\t\tif((x - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((y - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((x + r) > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((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}", "if((x - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((y - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((x + r) > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((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)", "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) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((x + r) > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((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}", "(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\"", "if((x + r) > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((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) > W", "(x + r)", "x", "r", "W", "{\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){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "(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\"", "int W", "W", "int H", "H", "int x", "x", "int y", "y", "int r", "r", "public class Main{\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint[] N = new int[5];\n\t\tfor(int i = 0 ; i < 5 ; i++){\n\t\t\tN[i] = scanner.nextInt();\n\t\t}\n\t\thikaku(N[0],N[1],N[2],N[3],N[4]);\n\t\t//scanner.close;\n\n\t}\n\n\tpublic static void hikaku(int W, int H , int x , int y , int r) {\n\t\tif((x - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((y - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((x + r) > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((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}\n\n\t\n}", "public class Main{\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint[] N = new int[5];\n\t\tfor(int i = 0 ; i < 5 ; i++){\n\t\t\tN[i] = scanner.nextInt();\n\t\t}\n\t\thikaku(N[0],N[1],N[2],N[3],N[4]);\n\t\t//scanner.close;\n\n\t}\n\n\tpublic static void hikaku(int W, int H , int x , int y , int r) {\n\t\tif((x - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((y - r) < 0){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((x + r) > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse if((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}\n\n\t\n}", "Main" ]
import java.util.*; public class Main{ public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int[] N = new int[5]; for(int i = 0 ; i < 5 ; i++){ N[i] = scanner.nextInt(); } hikaku(N[0],N[1],N[2],N[3],N[4]); //scanner.close; } public static void hikaku(int W, int H , int x , int y , int r) { if((x - r) < 0){ System.out.println("No"); } else if((y - r) < 0){ System.out.println("No"); } else if((x + r) > W){ System.out.println("No"); } else if((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, 0, 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, 18, 13, 17, 18, 13, 17, 2, 18, 13, 17, 2, 18, 13, 17, 18, 13, 17, 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, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 95, 5 ], [ 95, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 8, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 18, 23 ], [ 23, 24 ], [ 23, 25 ], [ 18, 26 ], [ 26, 27 ], [ 27, 28 ], [ 18, 29 ], [ 30, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 31, 35 ], [ 35, 36 ], [ 36, 37 ], [ 8, 38 ], [ 38, 39 ], [ 41, 40 ], [ 60, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 46, 47 ], [ 46, 48 ], [ 41, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 57, 58 ], [ 57, 59 ], [ 60, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 60, 64 ], [ 64, 65 ], [ 64, 66 ], [ 41, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 75, 76 ], [ 75, 77 ], [ 38, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 79, 84 ], [ 38, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 86, 91 ], [ 6, 92 ], [ 92, 93 ], [ 0, 94 ], [ 94, 95 ], [ 94, 96 ] ]
[ "import java.util.*;\n\npublic class Main{\n\n\tpublic static void main(String[] args) throws java.io.IOException{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint[] x;\n\t\tx = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tif( x[4] <= x[2] && x[2] <= x[0] - x[4] && x[4] <= x[3] && x[3] <= x\n\n[1] - x[4]){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main{\n\n\tpublic static void main(String[] args) throws java.io.IOException{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint[] x;\n\t\tx = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tif( x[4] <= x[2] && x[2] <= x[0] - x[4] && x[4] <= x[3] && x[3] <= x\n\n[1] - x[4]){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) throws java.io.IOException{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint[] x;\n\t\tx = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tif( x[4] <= x[2] && x[2] <= x[0] - x[4] && x[4] <= x[3] && x[3] <= x\n\n[1] - x[4]){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "main", "{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint[] x;\n\t\tx = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tif( x[4] <= x[2] && x[2] <= x[0] - x[4] && x[4] <= x[3] && x[3] <= x\n\n[1] - x[4]){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "int[] x;", "x", "x = new int[5]", "x", "new int[5]", "5", "for(int i = 0; i < 5; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < 5", "i", "5", "i++", "i++", "i", "{\n\t\t\tx[i] = in.nextInt();\n\t\t}", "{\n\t\t\tx[i] = in.nextInt();\n\t\t}", "x[i] = in.nextInt()", "x[i]", "x", "i", "in.nextInt()", "in.nextInt", "in", "if( x[4] <= x[2] && x[2] <= x[0] - x[4] && x[4] <= x[3] && x[3] <= x\n\n[1] - x[4]){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "x[4] <= x[2] && x[2] <= x[0] - x[4] && x[4] <= x[3] && x[3] <= x\n\n[1] - x[4]", "x[4] <= x[3]", "x[4] <= x[2] && x[2] <= x[0] - x[4] && x[4] <= x[3] && x[3] <= x\n\n[1] - x[4]", "x[4] <= x[2]", "x[4]", "x", "4", "x[2]", "x", "2", "x[2] <= x[0] - x[4]", "x[2]", "x", "2", "x[0] - x[4]", "x[0]", "x", "0", "x[4]", "x", "4", "x[4] <= x[3]", "x[4]", "x", "4", "x[3]", "x", "3", "x[3] <= x\n\n[1] - x[4]", "x[3]", "x", "3", "x\n\n[1] - x[4]", "x\n\n[1]", "x", "1", "x[4]", "x", "4", "{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main{\n\n\tpublic static void main(String[] args) throws java.io.IOException{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint[] x;\n\t\tx = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tif( x[4] <= x[2] && x[2] <= x[0] - x[4] && x[4] <= x[3] && x[3] <= x\n\n[1] - x[4]){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "public class Main{\n\n\tpublic static void main(String[] args) throws java.io.IOException{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint[] x;\n\t\tx = new int[5];\n\t\tfor(int i = 0; i < 5; i++){\n\t\t\tx[i] = in.nextInt();\n\t\t}\n\t\tif( x[4] <= x[2] && x[2] <= x[0] - x[4] && x[4] <= x[3] && x[3] <= x\n\n[1] - x[4]){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "Main" ]
import java.util.*; public class Main{ public static void main(String[] args) throws java.io.IOException{ Scanner in = new Scanner(System.in); int[] x; x = new int[5]; for(int i = 0; i < 5; i++){ x[i] = in.nextInt(); } if( x[4] <= x[2] && x[2] <= x[0] - x[4] && x[4] <= x[3] && x[3] <= x [1] - x[4]){ 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, 13, 13, 2, 13, 13, 2, 13, 13, 2, 13, 13, 2, 13, 17, 2, 13, 17, 2, 13, 13, 2, 13, 13, 2, 13, 2, 13, 17, 2, 13, 2, 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 ], [ 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 ], [ 71, 40 ], [ 68, 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 ], [ 65, 67 ], [ 68, 68 ], [ 68, 69 ], [ 68, 70 ], [ 71, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 73, 75 ], [ 46, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 78, 80 ], [ 37, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 82, 87 ], [ 37, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 89, 94 ], [ 6, 95 ], [ 95, 96 ] ]
[ "import java.util.Scanner;\nclass Main\n{\n\tpublic static void main(String[] args)throws Exception\n\t{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint 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\n\t\tif(W<x||W==x||H<y||H==y||x<1||y<1||W<r||H<y||W<(r*2)||H<(r*2))\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main\n{\n\tpublic static void main(String[] args)throws Exception\n\t{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint 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\n\t\tif(W<x||W==x||H<y||H==y||x<1||y<1||W<r||H<y||W<(r*2)||H<(r*2))\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args)throws Exception\n\t{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint 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\n\t\tif(W<x||W==x||H<y||H==y||x<1||y<1||W<r||H<y||W<(r*2)||H<(r*2))\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}", "main", "{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\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\n\t\tif(W<x||W==x||H<y||H==y||x<1||y<1||W<r||H<y||W<(r*2)||H<(r*2))\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t{\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(W<x||W==x||H<y||H==y||x<1||y<1||W<r||H<y||W<(r*2)||H<(r*2))\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "W<x||W==x||H<y||H==y||x<1||y<1||W<r||H<y||W<(r*2)||H<(r*2)", "W<(r*2)", "H<y", "W<r", "y<1", "x<1", "H==y", "H<y", "W<x||W==x||H<y||H==y||x<1||y<1||W<r||H<y||W<(r*2)||H<(r*2)", "W<x", "W", "x", "W==x", "W", "x", "H<y", "H", "y", "H==y", "H", "y", "x<1", "x", "1", "y<1", "y", "1", "W<r", "W", "r", "H<y", "H", "y", "W<(r*2)", "W", "(r*2)", "r", "2", "H<(r*2)", "H", "(r*2)", "r", "2", "{\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.util.Scanner; 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||W==x||H<y||H==y||x<1||y<1||W<r||H<y||W<(r*2)||H<(r*2)) { System.out.println("No"); } else { System.out.println("Yes"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 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.util.Arrays;\nimport java.util.Scanner;\n\n\npublic class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long W = sc.nextLong();\n\t\tfinal long H = sc.nextLong();\t\n\t\tfinal long x = sc.nextLong();\n\t\tfinal long y = sc.nextLong();\n\t\tfinal long r = sc.nextLong();\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}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t\t\n\t\t\n\t}\n\t\n}", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long W = sc.nextLong();\n\t\tfinal long H = sc.nextLong();\t\n\t\tfinal long x = sc.nextLong();\n\t\tfinal long y = sc.nextLong();\n\t\tfinal long r = sc.nextLong();\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}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t\t\n\t\t\n\t}\n\t\n}", "Main", "public static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long W = sc.nextLong();\n\t\tfinal long H = sc.nextLong();\t\n\t\tfinal long x = sc.nextLong();\n\t\tfinal long y = sc.nextLong();\n\t\tfinal long r = sc.nextLong();\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}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t\t\n\t\t\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long W = sc.nextLong();\n\t\tfinal long H = sc.nextLong();\t\n\t\tfinal long x = sc.nextLong();\n\t\tfinal long y = sc.nextLong();\n\t\tfinal long r = sc.nextLong();\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}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t\t\n\t\t\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "final long W = sc.nextLong();", "W", "sc.nextLong()", "sc.nextLong", "sc", "final long H = sc.nextLong();", "H", "sc.nextLong()", "sc.nextLong", "sc", "final long x = sc.nextLong();", "x", "sc.nextLong()", "sc.nextLong", "sc", "final long y = sc.nextLong();", "y", "sc.nextLong()", "sc.nextLong", "sc", "final long r = sc.nextLong();", "r", "sc.nextLong()", "sc.nextLong", "sc", "if(x - r < 0 || x + r > W || y - r < 0 || y + r > H){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\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", "public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long W = sc.nextLong();\n\t\tfinal long H = sc.nextLong();\t\n\t\tfinal long x = sc.nextLong();\n\t\tfinal long y = sc.nextLong();\n\t\tfinal long r = sc.nextLong();\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}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t\t\n\t\t\n\t}\n\t\n}", "public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long W = sc.nextLong();\n\t\tfinal long H = sc.nextLong();\t\n\t\tfinal long x = sc.nextLong();\n\t\tfinal long y = sc.nextLong();\n\t\tfinal long r = sc.nextLong();\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}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\t\n\t\t\n\t\t\n\t}\n\t\n}", "Main" ]
import java.util.Arrays; import java.util.Scanner; public class Main { public static void main(String args[]){ Scanner sc = new Scanner(System.in); final long W = sc.nextLong(); final long H = sc.nextLong(); final long x = sc.nextLong(); final long y = sc.nextLong(); final long r = sc.nextLong(); 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, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 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 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 130, 14 ], [ 130, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 24, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 24, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 17, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 46, 47 ], [ 45, 48 ], [ 17, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 54, 55 ], [ 54, 56 ], [ 17, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 60, 61 ], [ 59, 62 ], [ 62, 63 ], [ 62, 64 ], [ 17, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 68, 69 ], [ 67, 70 ], [ 70, 71 ], [ 70, 72 ], [ 17, 73 ], [ 73, 74 ], [ 73, 75 ], [ 75, 76 ], [ 76, 77 ], [ 75, 78 ], [ 78, 79 ], [ 78, 80 ], [ 17, 81 ], [ 81, 82 ], [ 81, 83 ], [ 83, 84 ], [ 84, 85 ], [ 83, 86 ], [ 86, 87 ], [ 86, 88 ], [ 17, 89 ], [ 89, 90 ], [ 92, 91 ], [ 103, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 93, 97 ], [ 92, 98 ], [ 98, 99 ], [ 99, 100 ], [ 99, 101 ], [ 98, 102 ], [ 103, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 103, 107 ], [ 92, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 108, 112 ], [ 89, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 116, 117 ], [ 116, 118 ], [ 114, 119 ], [ 89, 120 ], [ 120, 121 ], [ 121, 122 ], [ 122, 123 ], [ 123, 124 ], [ 123, 125 ], [ 121, 126 ], [ 15, 127 ], [ 127, 128 ], [ 0, 129 ], [ 129, 130 ], [ 129, 131 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] values = x.split(\" \");\n\n\t\tint width = Integer.parseInt(values[0]);\n\t\tint height = Integer.parseInt(values[1]);\n\t\tint cx = Integer.parseInt(values[2]);\n\t\tint cy = Integer.parseInt(values[3]);\n\t\tint r = Integer.parseInt(values[4]);\n\n\t\tif (((cx - r) < 0) || ((cy - r) < 0) || ((cx + r) > width) || ((cy + r) > height)) {\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.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.Arrays;", "Arrays", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] values = x.split(\" \");\n\n\t\tint width = Integer.parseInt(values[0]);\n\t\tint height = Integer.parseInt(values[1]);\n\t\tint cx = Integer.parseInt(values[2]);\n\t\tint cy = Integer.parseInt(values[3]);\n\t\tint r = Integer.parseInt(values[4]);\n\n\t\tif (((cx - r) < 0) || ((cy - r) < 0) || ((cx + r) > width) || ((cy + r) > height)) {\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\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] values = x.split(\" \");\n\n\t\tint width = Integer.parseInt(values[0]);\n\t\tint height = Integer.parseInt(values[1]);\n\t\tint cx = Integer.parseInt(values[2]);\n\t\tint cy = Integer.parseInt(values[3]);\n\t\tint r = Integer.parseInt(values[4]);\n\n\t\tif (((cx - r) < 0) || ((cy - r) < 0) || ((cx + r) > width) || ((cy + r) > height)) {\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\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] values = x.split(\" \");\n\n\t\tint width = Integer.parseInt(values[0]);\n\t\tint height = Integer.parseInt(values[1]);\n\t\tint cx = Integer.parseInt(values[2]);\n\t\tint cy = Integer.parseInt(values[3]);\n\t\tint r = Integer.parseInt(values[4]);\n\n\t\tif (((cx - r) < 0) || ((cy - r) < 0) || ((cx + r) > width) || ((cy + r) > height)) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String x = \"\";", "x", "\"\"", "try {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}", "catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}", "NumberFormatException e", "{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}", "IOException e", "{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\tx = in.readLine();\n\t\t}", "x = in.readLine()", "x", "in.readLine()", "in.readLine", "in", "String[] values = x.split(\" \");", "values", "x.split(\" \")", "x.split", "x", "\" \"", "int width = Integer.parseInt(values[0]);", "width", "Integer.parseInt(values[0])", "Integer.parseInt", "Integer", "values[0]", "values", "0", "int height = Integer.parseInt(values[1]);", "height", "Integer.parseInt(values[1])", "Integer.parseInt", "Integer", "values[1]", "values", "1", "int cx = Integer.parseInt(values[2]);", "cx", "Integer.parseInt(values[2])", "Integer.parseInt", "Integer", "values[2]", "values", "2", "int cy = Integer.parseInt(values[3]);", "cy", "Integer.parseInt(values[3])", "Integer.parseInt", "Integer", "values[3]", "values", "3", "int r = Integer.parseInt(values[4]);", "r", "Integer.parseInt(values[4])", "Integer.parseInt", "Integer", "values[4]", "values", "4", "if (((cx - r) < 0) || ((cy - r) < 0) || ((cx + r) > width) || ((cy + r) > height)) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "((cx - r) < 0) || ((cy - r) < 0) || ((cx + r) > width) || ((cy + r) > height)", "((cx + r) > width)", "((cx - r) < 0) || ((cy - r) < 0) || ((cx + r) > width) || ((cy + r) > height)", "((cx - r) < 0)", "(cx - r)", "cx", "r", "0", "((cy - r) < 0)", "(cy - r)", "cy", "r", "0", "((cx + r) > width)", "(cx + r)", "cx", "r", "width", "((cy + r) > height)", "(cy + r)", "cy", "r", "height", "{\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\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] values = x.split(\" \");\n\n\t\tint width = Integer.parseInt(values[0]);\n\t\tint height = Integer.parseInt(values[1]);\n\t\tint cx = Integer.parseInt(values[2]);\n\t\tint cy = Integer.parseInt(values[3]);\n\t\tint r = Integer.parseInt(values[4]);\n\n\t\tif (((cx - r) < 0) || ((cy - r) < 0) || ((cx + r) > width) || ((cy + r) > height)) {\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\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tString[] values = x.split(\" \");\n\n\t\tint width = Integer.parseInt(values[0]);\n\t\tint height = Integer.parseInt(values[1]);\n\t\tint cx = Integer.parseInt(values[2]);\n\t\tint cy = Integer.parseInt(values[3]);\n\t\tint r = Integer.parseInt(values[4]);\n\n\t\tif (((cx - r) < 0) || ((cy - r) < 0) || ((cx + r) > width) || ((cy + r) > height)) {\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.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Arrays; public class Main { public static void main(String[] args) { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String x = ""; try { x = in.readLine(); } catch (NumberFormatException e) { // TODO Auto-generated catch block e.printStackTrace(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } String[] values = x.split(" "); int width = Integer.parseInt(values[0]); int height = Integer.parseInt(values[1]); int cx = Integer.parseInt(values[2]); int cy = Integer.parseInt(values[3]); int r = Integer.parseInt(values[4]); if (((cx - r) < 0) || ((cy - r) < 0) || ((cx + r) > width) || ((cy + r) > height)) { 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, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 17, 14, 2, 2, 40, 17, 13, 2, 13, 17, 30, 14, 2, 2, 40, 17, 13, 2, 13, 17, 30, 14, 2, 2, 17, 13, 2, 13, 17, 30, 14, 2, 2, 17, 13, 2, 13, 17, 30, 14, 2, 2, 17, 13, 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, 30, 0, 13, 17, 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 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 8, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 8, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 8, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 8, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 8, 67 ], [ 67, 68 ], [ 67, 69 ], [ 8, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 72, 75 ], [ 71, 76 ], [ 76, 77 ], [ 76, 78 ], [ 70, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 82, 85 ], [ 81, 86 ], [ 86, 87 ], [ 86, 88 ], [ 80, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 91, 95 ], [ 95, 96 ], [ 95, 97 ], [ 90, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 101, 103 ], [ 100, 104 ], [ 104, 105 ], [ 104, 106 ], [ 99, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 110, 111 ], [ 110, 112 ], [ 109, 113 ], [ 113, 114 ], [ 113, 115 ], [ 108, 116 ], [ 116, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 120, 121 ], [ 120, 122 ], [ 119, 123 ], [ 118, 124 ], [ 124, 125 ], [ 124, 126 ], [ 117, 127 ], [ 127, 128 ], [ 128, 129 ], [ 129, 130 ], [ 130, 131 ], [ 131, 132 ], [ 131, 133 ], [ 130, 134 ], [ 129, 135 ], [ 135, 136 ], [ 135, 137 ], [ 128, 138 ], [ 138, 139 ], [ 139, 140 ], [ 139, 141 ], [ 128, 142 ], [ 142, 143 ], [ 143, 144 ], [ 143, 145 ], [ 117, 146 ], [ 146, 147 ], [ 147, 148 ], [ 147, 149 ], [ 8, 150 ], [ 150, 151 ], [ 151, 152 ], [ 152, 153 ], [ 152, 154 ], [ 150, 155 ], [ 6, 156 ], [ 156, 157 ] ]
[ "import java.util.Scanner;\n\n\nclass Main {\n\tpublic static void main(String args[]) {\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int W = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int H = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int x = Integer.parseInt(s3);\n\t String s4 = sc.next();\n\t int y = Integer.parseInt(s4);\n\t String s5 = sc.next();\n\t int r = Integer.parseInt(s5);\n\t String yn = \"\";\n\t if( -100 <= x && x <= 100 ){\n\t \tif(-100 <= y && y <= 100 ){\n\t \t\tif(0 < W && W <= 100){\n\t \t\t\tif(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }\n\t System.out.println( yn );\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\tpublic static void main(String args[]) {\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int W = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int H = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int x = Integer.parseInt(s3);\n\t String s4 = sc.next();\n\t int y = Integer.parseInt(s4);\n\t String s5 = sc.next();\n\t int r = Integer.parseInt(s5);\n\t String yn = \"\";\n\t if( -100 <= x && x <= 100 ){\n\t \tif(-100 <= y && y <= 100 ){\n\t \t\tif(0 < W && W <= 100){\n\t \t\t\tif(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }\n\t System.out.println( yn );\n\t}\n\n}", "Main", "public static void main(String args[]) {\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int W = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int H = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int x = Integer.parseInt(s3);\n\t String s4 = sc.next();\n\t int y = Integer.parseInt(s4);\n\t String s5 = sc.next();\n\t int r = Integer.parseInt(s5);\n\t String yn = \"\";\n\t if( -100 <= x && x <= 100 ){\n\t \tif(-100 <= y && y <= 100 ){\n\t \t\tif(0 < W && W <= 100){\n\t \t\t\tif(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }\n\t System.out.println( yn );\n\t}", "main", "{\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int W = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int H = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int x = Integer.parseInt(s3);\n\t String s4 = sc.next();\n\t int y = Integer.parseInt(s4);\n\t String s5 = sc.next();\n\t int r = Integer.parseInt(s5);\n\t String yn = \"\";\n\t if( -100 <= x && x <= 100 ){\n\t \tif(-100 <= y && y <= 100 ){\n\t \t\tif(0 < W && W <= 100){\n\t \t\t\tif(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }\n\t System.out.println( yn );\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String s1 = sc.next();", "s1", "sc.next()", "sc.next", "sc", "int W = Integer.parseInt(s1);", "W", "Integer.parseInt(s1)", "Integer.parseInt", "Integer", "s1", "String s2 = sc.next();", "s2", "sc.next()", "sc.next", "sc", "int H = Integer.parseInt(s2);", "H", "Integer.parseInt(s2)", "Integer.parseInt", "Integer", "s2", "String s3 = sc.next();", "s3", "sc.next()", "sc.next", "sc", "int x = Integer.parseInt(s3);", "x", "Integer.parseInt(s3)", "Integer.parseInt", "Integer", "s3", "String s4 = sc.next();", "s4", "sc.next()", "sc.next", "sc", "int y = Integer.parseInt(s4);", "y", "Integer.parseInt(s4)", "Integer.parseInt", "Integer", "s4", "String s5 = sc.next();", "s5", "sc.next()", "sc.next", "sc", "int r = Integer.parseInt(s5);", "r", "Integer.parseInt(s5)", "Integer.parseInt", "Integer", "s5", "String yn = \"\";", "yn", "\"\"", "if( -100 <= x && x <= 100 ){\n\t \tif(-100 <= y && y <= 100 ){\n\t \t\tif(0 < W && W <= 100){\n\t \t\t\tif(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }", "-100 <= x && x <= 100", "-100 <= x", "-100", "100", "x", "x <= 100", "x", "100", "{\n\t \tif(-100 <= y && y <= 100 ){\n\t \t\tif(0 < W && W <= 100){\n\t \t\t\tif(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }", "if(-100 <= y && y <= 100 ){\n\t \t\tif(0 < W && W <= 100){\n\t \t\t\tif(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}\n\t \t\t}\n\t \t}", "-100 <= y && y <= 100", "-100 <= y", "-100", "100", "y", "y <= 100", "y", "100", "{\n\t \t\tif(0 < W && W <= 100){\n\t \t\t\tif(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}\n\t \t\t}\n\t \t}", "if(0 < W && W <= 100){\n\t \t\t\tif(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}\n\t \t\t}", "0 < W && W <= 100", "0 < W", "0", "W", "W <= 100", "W", "100", "{\n\t \t\t\tif(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}\n\t \t\t}", "if(0 < H && H <= 100){\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}", "0 < H && H <= 100", "0 < H", "0", "H", "H <= 100", "H", "100", "{\n\t \t\t\t\tif(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }\n\t \t\t\t}", "if(0 < r && r <= 100){\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }", "0 < r && r <= 100", "0 < r", "0", "r", "r <= 100", "r", "100", "{\n\t if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }\n\t \t\t\t }", "if( x + r <= W && r <= x ){\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }\n\t else{\n\t \t yn = \"No\";\n\t }", "x + r <= W && r <= x", "x + r <= W", "x + r", "x", "r", "W", "r <= x", "r", "x", "{\n\t if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }\n\t }", "if( y + r <= H && r <= y ){\n\t \tyn = \"Yes\";\n\t }\n\t else{\n\t\t \t yn = \"No\";\n\t }", "y + r <= H && r <= y", "y + r <= H", "y + r", "y", "r", "H", "r <= y", "r", "y", "{\n\t \tyn = \"Yes\";\n\t }", "yn = \"Yes\"", "yn", "\"Yes\"", "{\n\t\t \t yn = \"No\";\n\t }", "yn = \"No\"", "yn", "\"No\"", "{\n\t \t yn = \"No\";\n\t }", "yn = \"No\"", "yn", "\"No\"", "System.out.println( yn )", "System.out.println", "System.out", "System", "System.out", "yn", "String args[]", "args" ]
import java.util.Scanner; class Main { public static void main(String args[]) { Scanner sc = new Scanner(System.in); String s1 = sc.next(); int W = Integer.parseInt(s1); String s2 = sc.next(); int H = Integer.parseInt(s2); String s3 = sc.next(); int x = Integer.parseInt(s3); String s4 = sc.next(); int y = Integer.parseInt(s4); String s5 = sc.next(); int r = Integer.parseInt(s5); String yn = ""; if( -100 <= x && x <= 100 ){ if(-100 <= y && y <= 100 ){ if(0 < W && W <= 100){ if(0 < H && H <= 100){ if(0 < r && r <= 100){ if( x + r <= W && r <= x ){ if( y + r <= H && r <= y ){ yn = "Yes"; } else{ yn = "No"; } } else{ yn = "No"; } } } } } } System.out.println( yn ); } }
[ 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, 2, 2, 2, 13, 13, 13, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 2, 2, 13, 13, 17, 0, 13, 17, 0, 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 ], [ 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 ], [ 42, 41 ], [ 53, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 42, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 53, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 42, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 39, 63 ], [ 63, 64 ], [ 63, 65 ], [ 39, 66 ], [ 66, 67 ], [ 66, 68 ], [ 8, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 69, 74 ], [ 6, 75 ], [ 75, 76 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt(), H = scanner.nextInt(), x = scanner.nextInt(), y = scanner.nextInt(), r = scanner.nextInt();\n\t\tString answer;\n\n\t\tif (x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0)\n\t\t\tanswer = \"Yes\";\n\t\telse\n\t\t\tanswer = \"No\";\n\n\t\tSystem.out.println(answer);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt(), H = scanner.nextInt(), x = scanner.nextInt(), y = scanner.nextInt(), r = scanner.nextInt();\n\t\tString answer;\n\n\t\tif (x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0)\n\t\t\tanswer = \"Yes\";\n\t\telse\n\t\t\tanswer = \"No\";\n\n\t\tSystem.out.println(answer);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt(), H = scanner.nextInt(), x = scanner.nextInt(), y = scanner.nextInt(), r = scanner.nextInt();\n\t\tString answer;\n\n\t\tif (x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0)\n\t\t\tanswer = \"Yes\";\n\t\telse\n\t\t\tanswer = \"No\";\n\n\t\tSystem.out.println(answer);\n\t}", "main", "{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint W = scanner.nextInt(), H = scanner.nextInt(), x = scanner.nextInt(), y = scanner.nextInt(), r = scanner.nextInt();\n\t\tString answer;\n\n\t\tif (x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0)\n\t\t\tanswer = \"Yes\";\n\t\telse\n\t\t\tanswer = \"No\";\n\n\t\tSystem.out.println(answer);\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int W = scanner.nextInt()", "W", "scanner.nextInt()", "scanner.nextInt", "scanner", "H = scanner.nextInt()", "H", "scanner.nextInt()", "scanner.nextInt", "scanner", "x = scanner.nextInt()", "x", "scanner.nextInt()", "scanner.nextInt", "scanner", "y = scanner.nextInt()", "y", "scanner.nextInt()", "scanner.nextInt", "scanner", "r = scanner.nextInt();", "r", "scanner.nextInt()", "scanner.nextInt", "scanner", "String answer;", "answer", "if (x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0)\n\t\t\tanswer = \"Yes\";\n\t\telse\n\t\t\tanswer = \"No\";", "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", "answer = \"Yes\"", "answer", "\"Yes\"", "answer = \"No\"", "answer", "\"No\"", "System.out.println(answer)", "System.out.println", "System.out", "System", "System.out", "answer", "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(), H = scanner.nextInt(), x = scanner.nextInt(), y = scanner.nextInt(), r = scanner.nextInt(); String answer; if (x + r <= W && x - r >= 0 && y + r <= H && y - r >= 0) answer = "Yes"; else answer = "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, 13, 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 ], [ 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\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString readline = br.readLine();\n\n\t\tString[] set = readline.split(\" \");\n\n\t\tint W = Integer.parseInt(set[0]);\n\t\tint H = Integer.parseInt(set[1]);\n\t\tint x = Integer.parseInt(set[2]);\n\t\tint y = Integer.parseInt(set[3]);\n\t\tint r = Integer.parseInt(set[4]);\n\n\t\tif ((x-r>=0) && (y+r<=H) && (x+r<=W) && (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", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString readline = br.readLine();\n\n\t\tString[] set = readline.split(\" \");\n\n\t\tint W = Integer.parseInt(set[0]);\n\t\tint H = Integer.parseInt(set[1]);\n\t\tint x = Integer.parseInt(set[2]);\n\t\tint y = Integer.parseInt(set[3]);\n\t\tint r = Integer.parseInt(set[4]);\n\n\t\tif ((x-r>=0) && (y+r<=H) && (x+r<=W) && (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 readline = br.readLine();\n\n\t\tString[] set = readline.split(\" \");\n\n\t\tint W = Integer.parseInt(set[0]);\n\t\tint H = Integer.parseInt(set[1]);\n\t\tint x = Integer.parseInt(set[2]);\n\t\tint y = Integer.parseInt(set[3]);\n\t\tint r = Integer.parseInt(set[4]);\n\n\t\tif ((x-r>=0) && (y+r<=H) && (x+r<=W) && (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 readline = br.readLine();\n\n\t\tString[] set = readline.split(\" \");\n\n\t\tint W = Integer.parseInt(set[0]);\n\t\tint H = Integer.parseInt(set[1]);\n\t\tint x = Integer.parseInt(set[2]);\n\t\tint y = Integer.parseInt(set[3]);\n\t\tint r = Integer.parseInt(set[4]);\n\n\t\tif ((x-r>=0) && (y+r<=H) && (x+r<=W) && (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 readline = br.readLine();", "readline", "br.readLine()", "br.readLine", "br", "String[] set = readline.split(\" \");", "set", "readline.split(\" \")", "readline.split", "readline", "\" \"", "int W = Integer.parseInt(set[0]);", "W", "Integer.parseInt(set[0])", "Integer.parseInt", "Integer", "set[0]", "set", "0", "int H = Integer.parseInt(set[1]);", "H", "Integer.parseInt(set[1])", "Integer.parseInt", "Integer", "set[1]", "set", "1", "int x = Integer.parseInt(set[2]);", "x", "Integer.parseInt(set[2])", "Integer.parseInt", "Integer", "set[2]", "set", "2", "int y = Integer.parseInt(set[3]);", "y", "Integer.parseInt(set[3])", "Integer.parseInt", "Integer", "set[3]", "set", "3", "int r = Integer.parseInt(set[4]);", "r", "Integer.parseInt(set[4])", "Integer.parseInt", "Integer", "set[4]", "set", "4", "if ((x-r>=0) && (y+r<=H) && (x+r<=W) && (y-r>=0)) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "(x-r>=0) && (y+r<=H) && (x+r<=W) && (y-r>=0)", "(x+r<=W)", "(x-r>=0) && (y+r<=H) && (x+r<=W) && (y-r>=0)", "(x-r>=0)", "x-r", "x", "r", "0", "(y+r<=H)", "y+r", "y", "r", "H", "(x+r<=W)", "x+r", "x", "r", "W", "(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", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString readline = br.readLine();\n\n\t\tString[] set = readline.split(\" \");\n\n\t\tint W = Integer.parseInt(set[0]);\n\t\tint H = Integer.parseInt(set[1]);\n\t\tint x = Integer.parseInt(set[2]);\n\t\tint y = Integer.parseInt(set[3]);\n\t\tint r = Integer.parseInt(set[4]);\n\n\t\tif ((x-r>=0) && (y+r<=H) && (x+r<=W) && (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}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString readline = br.readLine();\n\n\t\tString[] set = readline.split(\" \");\n\n\t\tint W = Integer.parseInt(set[0]);\n\t\tint H = Integer.parseInt(set[1]);\n\t\tint x = Integer.parseInt(set[2]);\n\t\tint y = Integer.parseInt(set[3]);\n\t\tint r = Integer.parseInt(set[4]);\n\n\t\tif ((x-r>=0) && (y+r<=H) && (x+r<=W) && (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" ]
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 readline = br.readLine(); String[] set = readline.split(" "); int W = Integer.parseInt(set[0]); int H = Integer.parseInt(set[1]); int x = Integer.parseInt(set[2]); int y = Integer.parseInt(set[3]); int r = Integer.parseInt(set[4]); if ((x-r>=0) && (y+r<=H) && (x+r<=W) && (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, 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, 41, 13, 0, 13, 17, 41, 13, 0, 13, 17, 14, 2, 13, 13, 30, 14, 2, 13, 17, 30, 0, 13, 17, 30, 14, 2, 13, 13, 30, 14, 2, 13, 17, 30, 0, 13, 17, 30, 0, 13, 17, 30, 0, 13, 17, 30, 0, 13, 17, 14, 13, 30, 14, 2, 13, 2, 13, 13, 30, 14, 2, 13, 2, 13, 13, 30, 0, 13, 17, 30, 0, 13, 17, 30, 0, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 133, 5 ], [ 133, 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 ], [ 8, 49 ], [ 49, 50 ], [ 49, 51 ], [ 8, 52 ], [ 52, 53 ], [ 8, 54 ], [ 54, 55 ], [ 54, 56 ], [ 8, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 62, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 76, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 76, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 71, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 57, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 8, 96 ], [ 96, 97 ], [ 96, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 100, 102 ], [ 102, 103 ], [ 102, 104 ], [ 99, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 109, 111 ], [ 106, 112 ], [ 112, 113 ], [ 113, 114 ], [ 113, 115 ], [ 106, 116 ], [ 116, 117 ], [ 117, 118 ], [ 117, 119 ], [ 99, 120 ], [ 120, 121 ], [ 121, 122 ], [ 121, 123 ], [ 8, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 126, 128 ], [ 124, 129 ], [ 6, 130 ], [ 130, 131 ], [ 0, 132 ], [ 132, 133 ], [ 132, 134 ] ]
[ "\n\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String args[]) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint w, h, x, y, r;\n\t\t// ???????????????int?????§??????????????????\n\t\tw = scan.nextInt();// X1\n\t\th = scan.nextInt();// Y2\n\t\tx = scan.nextInt();// X1*\n\t\ty = scan.nextInt();// Y2*\n\t\tr = scan.nextInt();// r*\n\n\t\t// ???????????????????????\\??????\n\t\tString str;\n\t\tstr = \"No\";\n\n\t\t// ??????????????°\n\t\tboolean flg;\n\t\tflg = false;\n\n\t\t// ??§?¨????????????¢?????????????????????????????????\n\t\tif (w > x) {// X??§?¨????????????????????????¢???X??§?¨?????????????X??§?¨????????????£????????????\n\t\t\tif (x <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\tstr = \"No\";\n\t\t\t} else {\n\t\t\t\tif (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\t\t\tstr = \"No\";\n\t\t}\n\n\t\t// ????????????r?????????????????????\n\t\tif (flg) {// ????????°???true?????¨?????????????????????\n\t\t\tif (w >= (x + r)) {// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§????????????\n\t\t\t\tif (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tstr = \"No\";\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(str);\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 w, h, x, y, r;\n\t\t// ???????????????int?????§??????????????????\n\t\tw = scan.nextInt();// X1\n\t\th = scan.nextInt();// Y2\n\t\tx = scan.nextInt();// X1*\n\t\ty = scan.nextInt();// Y2*\n\t\tr = scan.nextInt();// r*\n\n\t\t// ???????????????????????\\??????\n\t\tString str;\n\t\tstr = \"No\";\n\n\t\t// ??????????????°\n\t\tboolean flg;\n\t\tflg = false;\n\n\t\t// ??§?¨????????????¢?????????????????????????????????\n\t\tif (w > x) {// X??§?¨????????????????????????¢???X??§?¨?????????????X??§?¨????????????£????????????\n\t\t\tif (x <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\tstr = \"No\";\n\t\t\t} else {\n\t\t\t\tif (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\t\t\tstr = \"No\";\n\t\t}\n\n\t\t// ????????????r?????????????????????\n\t\tif (flg) {// ????????°???true?????¨?????????????????????\n\t\t\tif (w >= (x + r)) {// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§????????????\n\t\t\t\tif (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tstr = \"No\";\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(str);\n\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\t\t// ???????????????int?????§??????????????????\n\t\tw = scan.nextInt();// X1\n\t\th = scan.nextInt();// Y2\n\t\tx = scan.nextInt();// X1*\n\t\ty = scan.nextInt();// Y2*\n\t\tr = scan.nextInt();// r*\n\n\t\t// ???????????????????????\\??????\n\t\tString str;\n\t\tstr = \"No\";\n\n\t\t// ??????????????°\n\t\tboolean flg;\n\t\tflg = false;\n\n\t\t// ??§?¨????????????¢?????????????????????????????????\n\t\tif (w > x) {// X??§?¨????????????????????????¢???X??§?¨?????????????X??§?¨????????????£????????????\n\t\t\tif (x <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\tstr = \"No\";\n\t\t\t} else {\n\t\t\t\tif (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\t\t\tstr = \"No\";\n\t\t}\n\n\t\t// ????????????r?????????????????????\n\t\tif (flg) {// ????????°???true?????¨?????????????????????\n\t\t\tif (w >= (x + r)) {// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§????????????\n\t\t\t\tif (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tstr = \"No\";\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(str);\n\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint w, h, x, y, r;\n\t\t// ???????????????int?????§??????????????????\n\t\tw = scan.nextInt();// X1\n\t\th = scan.nextInt();// Y2\n\t\tx = scan.nextInt();// X1*\n\t\ty = scan.nextInt();// Y2*\n\t\tr = scan.nextInt();// r*\n\n\t\t// ???????????????????????\\??????\n\t\tString str;\n\t\tstr = \"No\";\n\n\t\t// ??????????????°\n\t\tboolean flg;\n\t\tflg = false;\n\n\t\t// ??§?¨????????????¢?????????????????????????????????\n\t\tif (w > x) {// X??§?¨????????????????????????¢???X??§?¨?????????????X??§?¨????????????£????????????\n\t\t\tif (x <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\tstr = \"No\";\n\t\t\t} else {\n\t\t\t\tif (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\t\t\tstr = \"No\";\n\t\t}\n\n\t\t// ????????????r?????????????????????\n\t\tif (flg) {// ????????°???true?????¨?????????????????????\n\t\t\tif (w >= (x + r)) {// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§????????????\n\t\t\t\tif (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tstr = \"No\";\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(str);\n\n\t}", "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", "String str;", "str", "str = \"No\"", "str", "\"No\"", "boolean flg;", "flg", "flg = false", "flg", "false", "if (w > x) {// X??§?¨????????????????????????¢???X??§?¨?????????????X??§?¨????????????£????????????\n\t\t\tif (x <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\tstr = \"No\";\n\t\t\t} else {\n\t\t\t\tif (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\t\t\tstr = \"No\";\n\t\t}", "w > x", "w", "x", "{// X??§?¨????????????????????????¢???X??§?¨?????????????X??§?¨????????????£????????????\n\t\t\tif (x <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\tstr = \"No\";\n\t\t\t} else {\n\t\t\t\tif (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t}", "if (x <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\tstr = \"No\";\n\t\t\t} else {\n\t\t\t\tif (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}", "x <= 0", "x", "0", "{// ????????¢????????????????????¨???????????´???\n\t\t\t\tstr = \"No\";\n\t\t\t}", "str = \"No\"", "str", "\"No\"", "{\n\t\t\t\tif (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}", "if (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}", "h > y", "h", "y", "{// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t}", "if (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}", "y <= 0", "y", "0", "{// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t}", "str = \"No\"", "str", "\"No\"", "{\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}", "flg = true", "flg", "true", "{\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}", "str = \"No\"", "str", "\"No\"", "{\n\t\t\tstr = \"No\";\n\t\t}", "str = \"No\"", "str", "\"No\"", "if (flg) {// ????????°???true?????¨?????????????????????\n\t\t\tif (w >= (x + r)) {// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§????????????\n\t\t\t\tif (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tstr = \"No\";\n\t\t\t}\n\t\t}", "flg", "{// ????????°???true?????¨?????????????????????\n\t\t\tif (w >= (x + r)) {// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§????????????\n\t\t\t\tif (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tstr = \"No\";\n\t\t\t}\n\t\t}", "if (w >= (x + r)) {// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§????????????\n\t\t\t\tif (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tstr = \"No\";\n\t\t\t}", "w >= (x + r)", "w", "(x + r)", "x", "r", "{// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§????????????\n\t\t\t\tif (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}", "if (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}", "w >= (y + r)", "w", "(y + r)", "y", "r", "{// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t}", "str = \"Yes\"", "str", "\"Yes\"", "{\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}", "str = \"No\"", "str", "\"No\"", "{\n\t\t\t\tstr = \"No\";\n\t\t\t}", "str = \"No\"", "str", "\"No\"", "System.out.println(str)", "System.out.println", "System.out", "System", "System.out", "str", "String args[]", "args", "public 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\t\t// ???????????????int?????§??????????????????\n\t\tw = scan.nextInt();// X1\n\t\th = scan.nextInt();// Y2\n\t\tx = scan.nextInt();// X1*\n\t\ty = scan.nextInt();// Y2*\n\t\tr = scan.nextInt();// r*\n\n\t\t// ???????????????????????\\??????\n\t\tString str;\n\t\tstr = \"No\";\n\n\t\t// ??????????????°\n\t\tboolean flg;\n\t\tflg = false;\n\n\t\t// ??§?¨????????????¢?????????????????????????????????\n\t\tif (w > x) {// X??§?¨????????????????????????¢???X??§?¨?????????????X??§?¨????????????£????????????\n\t\t\tif (x <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\tstr = \"No\";\n\t\t\t} else {\n\t\t\t\tif (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\t\t\tstr = \"No\";\n\t\t}\n\n\t\t// ????????????r?????????????????????\n\t\tif (flg) {// ????????°???true?????¨?????????????????????\n\t\t\tif (w >= (x + r)) {// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§????????????\n\t\t\t\tif (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tstr = \"No\";\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(str);\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 w, h, x, y, r;\n\t\t// ???????????????int?????§??????????????????\n\t\tw = scan.nextInt();// X1\n\t\th = scan.nextInt();// Y2\n\t\tx = scan.nextInt();// X1*\n\t\ty = scan.nextInt();// Y2*\n\t\tr = scan.nextInt();// r*\n\n\t\t// ???????????????????????\\??????\n\t\tString str;\n\t\tstr = \"No\";\n\n\t\t// ??????????????°\n\t\tboolean flg;\n\t\tflg = false;\n\n\t\t// ??§?¨????????????¢?????????????????????????????????\n\t\tif (w > x) {// X??§?¨????????????????????????¢???X??§?¨?????????????X??§?¨????????????£????????????\n\t\t\tif (x <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\tstr = \"No\";\n\t\t\t} else {\n\t\t\t\tif (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£????????????\n\t\t\t\t\tif (y <= 0) {// ????????¢????????????????????¨???????????´???\n\t\t\t\t\t\tstr = \"No\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tflg = true;\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t}\n\n\t\t} else {\n\t\t\tstr = \"No\";\n\t\t}\n\n\t\t// ????????????r?????????????????????\n\t\tif (flg) {// ????????°???true?????¨?????????????????????\n\t\t\tif (w >= (x + r)) {// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§????????????\n\t\t\t\tif (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§????????????\n\t\t\t\t\tstr = \"Yes\";\n\t\t\t\t} else {\n\t\t\t\t\tstr = \"No\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tstr = \"No\";\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(str);\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 w, h, x, y, r; // ???????????????int?????§?????????????????? w = scan.nextInt();// X1 h = scan.nextInt();// Y2 x = scan.nextInt();// X1* y = scan.nextInt();// Y2* r = scan.nextInt();// r* // ???????????????????????\?????? String str; str = "No"; // ??????????????° boolean flg; flg = false; // ??§?¨????????????¢????????????????????????????????? if (w > x) {// X??§?¨????????????????????????¢???X??§?¨?????????????X??§?¨????????????£???????????? if (x <= 0) {// ????????¢????????????????????¨???????????´??? str = "No"; } else { if (h > y) {// Y??§?¨????????????????????????¢X??§?¨?????????????Y??§?¨????????????£???????????? if (y <= 0) {// ????????¢????????????????????¨???????????´??? str = "No"; } else { flg = true; } } else { str = "No"; } } } else { str = "No"; } // ????????????r????????????????????? if (flg) {// ????????°???true?????¨????????????????????? if (w >= (x + r)) {// X??§?¨????????????????????????¢X??§?¨???????(??????X??§?¨?+????????????r?????§???????????? if (w >= (y + r)) {// Y??§?¨????????????????????????¢Y??§?¨???????(??????Y??§?¨?+????????????r?????§???????????? str = "Yes"; } else { str = "No"; } } else { str = "No"; } } System.out.println(str); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 2, 2, 13, 13, 2, 2, 13, 13, 13, 2, 13, 13, 2, 2, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 14, 40, 2, 2, 2, 2, 13, 13, 2, 2, 13, 13, 13, 2, 13, 13, 2, 2, 13, 13, 13, 30, 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 ], [ 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 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 49, 49 ], [ 49, 50 ], [ 49, 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 ], [ 77, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 77, 77 ], [ 77, 78 ], [ 77, 79 ], [ 66, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 64, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 86, 91 ], [ 6, 92 ], [ 92, 93 ], [ 0, 94 ], [ 94, 95 ], [ 94, 96 ] ]
[ "import java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n \n int 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(y>=r&&H-r>=y&&x>=r&&W-r>=x){\n System.out.println(\"Yes\");\n }else if(!(y>=r&&H-r>=y&&x>=r&&W-r>=x)){\n System.out.println(\"No\");\n }\n }\n}\n", "import java.util.*;", "util.*", "java", "public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n \n int 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(y>=r&&H-r>=y&&x>=r&&W-r>=x){\n System.out.println(\"Yes\");\n }else if(!(y>=r&&H-r>=y&&x>=r&&W-r>=x)){\n System.out.println(\"No\");\n }\n }\n}", "Main", "public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n \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(y>=r&&H-r>=y&&x>=r&&W-r>=x){\n System.out.println(\"Yes\");\n }else if(!(y>=r&&H-r>=y&&x>=r&&W-r>=x)){\n System.out.println(\"No\");\n }\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n \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(y>=r&&H-r>=y&&x>=r&&W-r>=x){\n System.out.println(\"Yes\");\n }else if(!(y>=r&&H-r>=y&&x>=r&&W-r>=x)){\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(y>=r&&H-r>=y&&x>=r&&W-r>=x){\n System.out.println(\"Yes\");\n }else if(!(y>=r&&H-r>=y&&x>=r&&W-r>=x)){\n System.out.println(\"No\");\n }", "y>=r&&H-r>=y&&x>=r&&W-r>=x", "x>=r", "y>=r&&H-r>=y&&x>=r&&W-r>=x", "y>=r", "y", "r", "H-r>=y", "H-r", "H", "r", "y", "x>=r", "x", "r", "W-r>=x", "W-r", "W", "r", "x", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "if(!(y>=r&&H-r>=y&&x>=r&&W-r>=x)){\n System.out.println(\"No\");\n }", "!(y>=r&&H-r>=y&&x>=r&&W-r>=x)", "(y>=r&&H-r>=y&&x>=r&&W-r>=x)", "x>=r", "y>=r&&H-r>=y&&x>=r&&W-r>=x", "y>=r", "y", "r", "H-r>=y", "H-r", "H", "r", "y", "x>=r", "x", "r", "W-r>=x", "W-r", "W", "r", "x", "{\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 Scanner sc = new Scanner(System.in);\n \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(y>=r&&H-r>=y&&x>=r&&W-r>=x){\n System.out.println(\"Yes\");\n }else if(!(y>=r&&H-r>=y&&x>=r&&W-r>=x)){\n System.out.println(\"No\");\n }\n }\n}", "public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n \n int 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(y>=r&&H-r>=y&&x>=r&&W-r>=x){\n System.out.println(\"Yes\");\n }else if(!(y>=r&&H-r>=y&&x>=r&&W-r>=x)){\n System.out.println(\"No\");\n }\n }\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); int W = sc.nextInt(); int H = sc.nextInt(); int x = sc.nextInt(); int y = sc.nextInt(); int r = sc.nextInt(); if(y>=r&&H-r>=y&&x>=r&&W-r>=x){ System.out.println("Yes"); }else if(!(y>=r&&H-r>=y&&x>=r&&W-r>=x)){ System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 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 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 20, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 31, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 39, 41 ], [ 14, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 47, 48 ], [ 47, 49 ], [ 14, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 55, 56 ], [ 55, 57 ], [ 14, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 61, 62 ], [ 60, 63 ], [ 63, 64 ], [ 63, 65 ], [ 14, 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 ], [ 93, 94 ], [ 93, 95 ], [ 91, 96 ], [ 66, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 100, 102 ], [ 98, 103 ], [ 12, 104 ], [ 104, 105 ] ]
[ "//Circle in a Rectangle\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] WHxyr = in.readLine().split(\" \");\n\n\t\tint W = Integer.parseInt(WHxyr[0]);\n\t\tint H = Integer.parseInt(WHxyr[1]);\n\t\tint x = Integer.parseInt(WHxyr[2]);\n\t\tint y = Integer.parseInt(WHxyr[3]);\n\t\tint r = Integer.parseInt(WHxyr[4]);\n\n\t\tif (x - r >= 0 && y - r >= 0 && x + 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}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] WHxyr = in.readLine().split(\" \");\n\n\t\tint W = Integer.parseInt(WHxyr[0]);\n\t\tint H = Integer.parseInt(WHxyr[1]);\n\t\tint x = Integer.parseInt(WHxyr[2]);\n\t\tint y = Integer.parseInt(WHxyr[3]);\n\t\tint r = Integer.parseInt(WHxyr[4]);\n\n\t\tif (x - r >= 0 && y - r >= 0 && x + 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}", "Main", "public static void main(String[] args) throws IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] WHxyr = in.readLine().split(\" \");\n\n\t\tint W = Integer.parseInt(WHxyr[0]);\n\t\tint H = Integer.parseInt(WHxyr[1]);\n\t\tint x = Integer.parseInt(WHxyr[2]);\n\t\tint y = Integer.parseInt(WHxyr[3]);\n\t\tint r = Integer.parseInt(WHxyr[4]);\n\n\t\tif (x - r >= 0 && y - r >= 0 && x + 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\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] WHxyr = in.readLine().split(\" \");\n\n\t\tint W = Integer.parseInt(WHxyr[0]);\n\t\tint H = Integer.parseInt(WHxyr[1]);\n\t\tint x = Integer.parseInt(WHxyr[2]);\n\t\tint y = Integer.parseInt(WHxyr[3]);\n\t\tint r = Integer.parseInt(WHxyr[4]);\n\n\t\tif (x - r >= 0 && y - r >= 0 && x + 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}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String[] WHxyr = in.readLine().split(\" \");", "WHxyr", "in.readLine().split(\" \")", "in.readLine().split", "in.readLine()", "in.readLine", "in", "\" \"", "int W = Integer.parseInt(WHxyr[0]);", "W", "Integer.parseInt(WHxyr[0])", "Integer.parseInt", "Integer", "WHxyr[0]", "WHxyr", "0", "int H = Integer.parseInt(WHxyr[1]);", "H", "Integer.parseInt(WHxyr[1])", "Integer.parseInt", "Integer", "WHxyr[1]", "WHxyr", "1", "int x = Integer.parseInt(WHxyr[2]);", "x", "Integer.parseInt(WHxyr[2])", "Integer.parseInt", "Integer", "WHxyr[2]", "WHxyr", "2", "int y = Integer.parseInt(WHxyr[3]);", "y", "Integer.parseInt(WHxyr[3])", "Integer.parseInt", "Integer", "WHxyr[3]", "WHxyr", "3", "int r = Integer.parseInt(WHxyr[4]);", "r", "Integer.parseInt(WHxyr[4])", "Integer.parseInt", "Integer", "WHxyr[4]", "WHxyr", "4", "if (x - r >= 0 && y - r >= 0 && x + 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 >= 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\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" ]
//Circle in a Rectangle import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String[] WHxyr = in.readLine().split(" "); int W = Integer.parseInt(WHxyr[0]); int H = Integer.parseInt(WHxyr[1]); int x = Integer.parseInt(WHxyr[2]); int y = Integer.parseInt(WHxyr[3]); int r = Integer.parseInt(WHxyr[4]); if (x - r >= 0 && y - r >= 0 && 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, 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, 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, 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 ], [ 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 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 67, 69 ], [ 60, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 78, 80 ], [ 71, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 82, 87 ], [ 71, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 89, 94 ], [ 60, 95 ], [ 95, 96 ], [ 96, 97 ], [ 97, 98 ], [ 97, 99 ], [ 95, 100 ], [ 6, 101 ], [ 101, 102 ], [ 0, 103 ], [ 103, 104 ], [ 103, 105 ] ]
[ "import java.io.*;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int w = Integer.parseInt(line[0]);\n int h = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n \n if(r <= x && x <= w - r) {\n if(r <= y && y <= h - r){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }\n \n else System.out.println(\"No\");\n \n }\n \n}", "import java.io.*;", "io.*", "java", "public class Main {\n\n public static void main(String[] args) throws IOException {\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int w = Integer.parseInt(line[0]);\n int h = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n \n if(r <= x && x <= w - r) {\n if(r <= y && y <= h - r){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }\n \n else System.out.println(\"No\");\n \n }\n \n}", "Main", "public static void main(String[] args) throws IOException {\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int w = Integer.parseInt(line[0]);\n int h = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n \n if(r <= x && x <= w - r) {\n if(r <= y && y <= h - r){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }\n \n else System.out.println(\"No\");\n \n }", "main", "{\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int w = Integer.parseInt(line[0]);\n int h = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n \n if(r <= x && x <= w - r) {\n if(r <= y && y <= h - r){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }\n \n else System.out.println(\"No\");\n \n }", "BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));", "reader", "new BufferedReader(new InputStreamReader(System.in))", "String[] line = reader.readLine().split(\" \");", "line", "reader.readLine().split(\" \")", "reader.readLine().split", "reader.readLine()", "reader.readLine", "reader", "\" \"", "int w = Integer.parseInt(line[0]);", "w", "Integer.parseInt(line[0])", "Integer.parseInt", "Integer", "line[0]", "line", "0", "int h = Integer.parseInt(line[1]);", "h", "Integer.parseInt(line[1])", "Integer.parseInt", "Integer", "line[1]", "line", "1", "int x = Integer.parseInt(line[2]);", "x", "Integer.parseInt(line[2])", "Integer.parseInt", "Integer", "line[2]", "line", "2", "int y = Integer.parseInt(line[3]);", "y", "Integer.parseInt(line[3])", "Integer.parseInt", "Integer", "line[3]", "line", "3", "int r = Integer.parseInt(line[4]);", "r", "Integer.parseInt(line[4])", "Integer.parseInt", "Integer", "line[4]", "line", "4", "if(r <= x && x <= w - r) {\n if(r <= y && y <= h - r){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }\n \n else System.out.println(\"No\");", "r <= x && x <= w - r", "r <= x", "r", "x", "x <= w - r", "x", "w - r", "w", "r", "{\n if(r <= y && y <= h - r){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }", "if(r <= y && y <= h - r){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }", "r <= y && y <= h - r", "r <= y", "r", "y", "y <= h - r", "y", "h - r", "h", "r", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) throws IOException {\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int w = Integer.parseInt(line[0]);\n int h = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n \n if(r <= x && x <= w - r) {\n if(r <= y && y <= h - r){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }\n \n else System.out.println(\"No\");\n \n }\n \n}", "public class Main {\n\n public static void main(String[] args) throws IOException {\n \n BufferedReader reader =\n new BufferedReader(new InputStreamReader(System.in));\n \n String[] line = reader.readLine().split(\" \");\n int w = Integer.parseInt(line[0]);\n int h = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n \n if(r <= x && x <= w - r) {\n if(r <= y && y <= h - r){\n System.out.println(\"Yes\");\n }\n else {\n System.out.println(\"No\");\n }\n }\n \n else System.out.println(\"No\");\n \n }\n \n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); String[] line = reader.readLine().split(" "); int w = Integer.parseInt(line[0]); int h = Integer.parseInt(line[1]); int x = Integer.parseInt(line[2]); int y = Integer.parseInt(line[3]); int r = Integer.parseInt(line[4]); if(r <= x && x <= w - r) { if(r <= y && 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, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 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 ]
[ [ 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.*;\n\nclass Main {\n public static void main(String[] args) throws Exception{\n Scanner input = new Scanner(System.in);\n int sx = input.nextInt();\n int sy = input.nextInt();\n int cx = input.nextInt();\n int cy = input.nextInt();\n int cn = input.nextInt();\n if(cx+cn > sx || cy+cn > sy || cx-cn < 0 || cy-cn < 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\n}", "import java.util.*;", "util.*", "java", "class Main {\n public static void main(String[] args) throws Exception{\n Scanner input = new Scanner(System.in);\n int sx = input.nextInt();\n int sy = input.nextInt();\n int cx = input.nextInt();\n int cy = input.nextInt();\n int cn = input.nextInt();\n if(cx+cn > sx || cy+cn > sy || cx-cn < 0 || cy-cn < 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\n}", "Main", "public static void main(String[] args) throws Exception{\n Scanner input = new Scanner(System.in);\n int sx = input.nextInt();\n int sy = input.nextInt();\n int cx = input.nextInt();\n int cy = input.nextInt();\n int cn = input.nextInt();\n if(cx+cn > sx || cy+cn > sy || cx-cn < 0 || cy-cn < 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }", "main", "{\n Scanner input = new Scanner(System.in);\n int sx = input.nextInt();\n int sy = input.nextInt();\n int cx = input.nextInt();\n int cy = input.nextInt();\n int cn = input.nextInt();\n if(cx+cn > sx || cy+cn > sy || cx-cn < 0 || cy-cn < 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)", "int sx = input.nextInt();", "sx", "input.nextInt()", "input.nextInt", "input", "int sy = input.nextInt();", "sy", "input.nextInt()", "input.nextInt", "input", "int cx = input.nextInt();", "cx", "input.nextInt()", "input.nextInt", "input", "int cy = input.nextInt();", "cy", "input.nextInt()", "input.nextInt", "input", "int cn = input.nextInt();", "cn", "input.nextInt()", "input.nextInt", "input", "if(cx+cn > sx || cy+cn > sy || cx-cn < 0 || cy-cn < 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }", "cx+cn > sx || cy+cn > sy || cx-cn < 0 || cy-cn < 0", "cx-cn < 0", "cx+cn > sx || cy+cn > sy || cx-cn < 0 || cy-cn < 0", "cx+cn > sx", "cx+cn", "cx", "cn", "sx", "cy+cn > sy", "cy+cn", "cy", "cn", "sy", "cx-cn < 0", "cx-cn", "cx", "cn", "0", "cy-cn < 0", "cy-cn", "cy", "cn", "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.*; class Main { public static void main(String[] args) throws Exception{ Scanner input = new Scanner(System.in); int sx = input.nextInt(); int sy = input.nextInt(); int cx = input.nextInt(); int cy = input.nextInt(); int cn = input.nextInt(); if(cx+cn > sx || cy+cn > sy || cx-cn < 0 || cy-cn < 0){ System.out.println("No"); }else{ System.out.println("Yes"); } } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 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, 12, 13, 30, 4, 18, 20, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 4, 8 ], [ 8, 9 ], [ 4, 10 ], [ 10, 11 ], [ 4, 12 ], [ 12, 13 ], [ 4, 14 ], [ 14, 15 ], [ 4, 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 ], [ 50, 49 ], [ 61, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 50, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 61, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 50, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 47, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 72, 77 ], [ 47, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 79, 84 ], [ 4, 85 ], [ 85, 86 ], [ 85, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 85, 91 ], [ 91, 92 ] ]
[ "import java.util.Scanner;\nclass Main{\n int W,H,x,y,r;\n public void en() {\n Scanner sc = new Scanner(System.in);\n W = sc.nextInt();\n H = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n \n if(x - r >= 0 && y - r >= 0 && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n public static void main(String[] args) {\n new Main().en();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n int W,H,x,y,r;\n public void en() {\n Scanner sc = new Scanner(System.in);\n W = sc.nextInt();\n H = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n \n if(x - r >= 0 && y - r >= 0 && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n public static void main(String[] args) {\n new Main().en();\n }\n}", "Main", "int W", "W", "H", "H", "x", "x", "y", "y", "r;", "r", "public void en() {\n Scanner sc = new Scanner(System.in);\n W = sc.nextInt();\n H = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n \n if(x - r >= 0 && y - r >= 0 && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }", "en", "{\n Scanner sc = new Scanner(System.in);\n W = sc.nextInt();\n H = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n \n if(x - r >= 0 && y - r >= 0 && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "W = sc.nextInt()", "W", "sc.nextInt()", "sc.nextInt", "sc", "H = sc.nextInt()", "H", "sc.nextInt()", "sc.nextInt", "sc", "x = sc.nextInt()", "x", "sc.nextInt()", "sc.nextInt", "sc", "y = sc.nextInt()", "y", "sc.nextInt()", "sc.nextInt", "sc", "r = sc.nextInt()", "r", "sc.nextInt()", "sc.nextInt", "sc", "if(x - r >= 0 && y - r >= 0 && x + r <= W && y + r <= H) {\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }", "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 System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "public static void main(String[] args) {\n new Main().en();\n }", "main", "{\n new Main().en();\n }", "new Main().en()", "new Main().en", "new Main()", "String[] args", "args" ]
import java.util.Scanner; class Main{ int W,H,x,y,r; public void en() { Scanner sc = new Scanner(System.in); W = sc.nextInt(); H = sc.nextInt(); x = sc.nextInt(); y = sc.nextInt(); r = sc.nextInt(); if(x - r >= 0 && y - r >= 0 && x + r <= W && y + r <= H) { System.out.println("Yes"); }else{ System.out.println("No"); } } public static void main(String[] args) { new Main().en(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 4, 18, 20, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 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 ], [ 101, 5 ], [ 101, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 16, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 38, 41 ], [ 41, 42 ], [ 41, 43 ], [ 8, 44 ], [ 44, 45 ], [ 44, 46 ], [ 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.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n String input = new Scanner(System.in).nextLine();\n String[] i = input.split(\"\\\\s+\");\n\n int w = Integer.parseInt(i[0]);\n int h = Integer.parseInt(i[1]);\n int x = Integer.parseInt(i[2]);\n int y = Integer.parseInt(i[3]);\n int r = Integer.parseInt(i[4]);\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 String input = new Scanner(System.in).nextLine();\n String[] i = input.split(\"\\\\s+\");\n\n int w = Integer.parseInt(i[0]);\n int h = Integer.parseInt(i[1]);\n int x = Integer.parseInt(i[2]);\n int y = Integer.parseInt(i[3]);\n int r = Integer.parseInt(i[4]);\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 String input = new Scanner(System.in).nextLine();\n String[] i = input.split(\"\\\\s+\");\n\n int w = Integer.parseInt(i[0]);\n int h = Integer.parseInt(i[1]);\n int x = Integer.parseInt(i[2]);\n int y = Integer.parseInt(i[3]);\n int r = Integer.parseInt(i[4]);\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 String input = new Scanner(System.in).nextLine();\n String[] i = input.split(\"\\\\s+\");\n\n int w = Integer.parseInt(i[0]);\n int h = Integer.parseInt(i[1]);\n int x = Integer.parseInt(i[2]);\n int y = Integer.parseInt(i[3]);\n int r = Integer.parseInt(i[4]);\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 }", "String input = new Scanner(System.in).nextLine();", "input", "new Scanner(System.in).nextLine()", "new Scanner(System.in).nextLine", "new Scanner(System.in)", "String[] i = input.split(\"\\\\s+\");", "i", "input.split(\"\\\\s+\")", "input.split", "input", "\"\\\\s+\"", "int w = Integer.parseInt(i[0]);", "w", "Integer.parseInt(i[0])", "Integer.parseInt", "Integer", "i[0]", "i", "0", "int h = Integer.parseInt(i[1]);", "h", "Integer.parseInt(i[1])", "Integer.parseInt", "Integer", "i[1]", "i", "1", "int x = Integer.parseInt(i[2]);", "x", "Integer.parseInt(i[2])", "Integer.parseInt", "Integer", "i[2]", "i", "2", "int y = Integer.parseInt(i[3]);", "y", "Integer.parseInt(i[3])", "Integer.parseInt", "Integer", "i[3]", "i", "3", "int r = Integer.parseInt(i[4]);", "r", "Integer.parseInt(i[4])", "Integer.parseInt", "Integer", "i[4]", "i", "4", "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 String input = new Scanner(System.in).nextLine();\n String[] i = input.split(\"\\\\s+\");\n\n int w = Integer.parseInt(i[0]);\n int h = Integer.parseInt(i[1]);\n int x = Integer.parseInt(i[2]);\n int y = Integer.parseInt(i[3]);\n int r = Integer.parseInt(i[4]);\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 String input = new Scanner(System.in).nextLine();\n String[] i = input.split(\"\\\\s+\");\n\n int w = Integer.parseInt(i[0]);\n int h = Integer.parseInt(i[1]);\n int x = Integer.parseInt(i[2]);\n int y = Integer.parseInt(i[3]);\n int r = Integer.parseInt(i[4]);\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" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { String input = new Scanner(System.in).nextLine(); String[] i = input.split("\\s+"); int w = Integer.parseInt(i[0]); int h = Integer.parseInt(i[1]); int x = Integer.parseInt(i[2]); int y = Integer.parseInt(i[3]); int r = Integer.parseInt(i[4]); 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, 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, 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 ], [ 101, 5 ], [ 101, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 16, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 38, 41 ], [ 41, 42 ], [ 41, 43 ], [ 8, 44 ], [ 44, 45 ], [ 44, 46 ], [ 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.util.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint W = Integer.parseInt(num[0]);\n\t\tint H = Integer.parseInt(num[1]);\n\t\tint x = Integer.parseInt(num[2]);\n\t\tint y = Integer.parseInt(num[3]);\n\t\tint r = Integer.parseInt(num[4]);\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} else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint W = Integer.parseInt(num[0]);\n\t\tint H = Integer.parseInt(num[1]);\n\t\tint x = Integer.parseInt(num[2]);\n\t\tint y = Integer.parseInt(num[3]);\n\t\tint r = Integer.parseInt(num[4]);\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} else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint W = Integer.parseInt(num[0]);\n\t\tint H = Integer.parseInt(num[1]);\n\t\tint x = Integer.parseInt(num[2]);\n\t\tint y = Integer.parseInt(num[3]);\n\t\tint r = Integer.parseInt(num[4]);\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} else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}", "main", "{\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint W = Integer.parseInt(num[0]);\n\t\tint H = Integer.parseInt(num[1]);\n\t\tint x = Integer.parseInt(num[2]);\n\t\tint y = Integer.parseInt(num[3]);\n\t\tint r = Integer.parseInt(num[4]);\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} else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}", "String input = new Scanner(System.in).nextLine();", "input", "new Scanner(System.in).nextLine()", "new Scanner(System.in).nextLine", "new Scanner(System.in)", "String[] num = input.split(\"\\\\s\");", "num", "input.split(\"\\\\s\")", "input.split", "input", "\"\\\\s\"", "int W = Integer.parseInt(num[0]);", "W", "Integer.parseInt(num[0])", "Integer.parseInt", "Integer", "num[0]", "num", "0", "int H = Integer.parseInt(num[1]);", "H", "Integer.parseInt(num[1])", "Integer.parseInt", "Integer", "num[1]", "num", "1", "int x = Integer.parseInt(num[2]);", "x", "Integer.parseInt(num[2])", "Integer.parseInt", "Integer", "num[2]", "num", "2", "int y = Integer.parseInt(num[3]);", "y", "Integer.parseInt(num[3])", "Integer.parseInt", "Integer", "num[3]", "num", "3", "int r = Integer.parseInt(num[4]);", "r", "Integer.parseInt(num[4])", "Integer.parseInt", "Integer", "num[4]", "num", "4", "if((x - r < 0) || (x + r > W) || (y - r < 0) || ( y + r > H)){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else{\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", "public class Main{\n\tpublic static void main(String[] args){\n\t\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint W = Integer.parseInt(num[0]);\n\t\tint H = Integer.parseInt(num[1]);\n\t\tint x = Integer.parseInt(num[2]);\n\t\tint y = Integer.parseInt(num[3]);\n\t\tint r = Integer.parseInt(num[4]);\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} 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\tString input = new Scanner(System.in).nextLine();\n\t\tString[] num = input.split(\"\\\\s\");\n\t\tint W = Integer.parseInt(num[0]);\n\t\tint H = Integer.parseInt(num[1]);\n\t\tint x = Integer.parseInt(num[2]);\n\t\tint y = Integer.parseInt(num[3]);\n\t\tint r = Integer.parseInt(num[4]);\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} else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}", "Main" ]
import java.util.*; public class Main{ public static void main(String[] args){ String input = new Scanner(System.in).nextLine(); String[] num = input.split("\\s"); int W = Integer.parseInt(num[0]); int H = Integer.parseInt(num[1]); int x = Integer.parseInt(num[2]); int y = Integer.parseInt(num[3]); int r = Integer.parseInt(num[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, 41, 13, 17, 14, 2, 2, 17, 2, 13, 13, 2, 13, 2, 13, 13, 30, 14, 2, 2, 2, 13, 13, 17, 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 ], [ 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 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 41, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 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 ], [ 66, 67 ], [ 66, 68 ], [ 8, 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\npublic class Main{\n public static void main(String[] args) throws java.io.IOException{\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 String result = \"No\";\n // X の条件について\n if ((0<=x-r)&(W>=x+r)) {\n // Yの条件について\n if ((y-r>=0)&(y+r<=H)){\n result = \"Yes\";\n }\n }\n System.out.println(result);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args) throws java.io.IOException{\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 String result = \"No\";\n // X の条件について\n if ((0<=x-r)&(W>=x+r)) {\n // Yの条件について\n if ((y-r>=0)&(y+r<=H)){\n result = \"Yes\";\n }\n }\n System.out.println(result);\n }\n}", "Main", "public static void main(String[] args) throws java.io.IOException{\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 String result = \"No\";\n // X の条件について\n if ((0<=x-r)&(W>=x+r)) {\n // Yの条件について\n if ((y-r>=0)&(y+r<=H)){\n result = \"Yes\";\n }\n }\n System.out.println(result);\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 String result = \"No\";\n // X の条件について\n if ((0<=x-r)&(W>=x+r)) {\n // Yの条件について\n if ((y-r>=0)&(y+r<=H)){\n result = \"Yes\";\n }\n }\n System.out.println(result);\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", "String result = \"No\";", "result", "\"No\"", "if ((0<=x-r)&(W>=x+r)) {\n // Yの条件について\n if ((y-r>=0)&(y+r<=H)){\n result = \"Yes\";\n }\n }", "(0<=x-r)&(W>=x+r)", "(0<=x-r)", "0", "x-r", "x", "r", "(W>=x+r)", "W", "x+r", "x", "r", "{\n // Yの条件について\n if ((y-r>=0)&(y+r<=H)){\n result = \"Yes\";\n }\n }", "if ((y-r>=0)&(y+r<=H)){\n result = \"Yes\";\n }", "(y-r>=0)&(y+r<=H)", "(y-r>=0)", "y-r", "y", "r", "0", "(y+r<=H)", "y+r", "y", "r", "H", "{\n result = \"Yes\";\n }", "result = \"Yes\"", "result", "\"Yes\"", "System.out.println(result)", "System.out.println", "System.out", "System", "System.out", "result", "String[] args", "args", "public class Main{\n public static void main(String[] args) throws java.io.IOException{\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 String result = \"No\";\n // X の条件について\n if ((0<=x-r)&(W>=x+r)) {\n // Yの条件について\n if ((y-r>=0)&(y+r<=H)){\n result = \"Yes\";\n }\n }\n System.out.println(result);\n }\n}", "public class Main{\n public static void main(String[] args) throws java.io.IOException{\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 String result = \"No\";\n // X の条件について\n if ((0<=x-r)&(W>=x+r)) {\n // Yの条件について\n if ((y-r>=0)&(y+r<=H)){\n result = \"Yes\";\n }\n }\n System.out.println(result);\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args) throws java.io.IOException{ 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(); String result = "No"; // X の条件について if ((0<=x-r)&(W>=x+r)) { // Yの条件について if ((y-r>=0)&(y+r<=H)){ result = "Yes"; } } System.out.println(result); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 0, 13, 20, 41, 13, 20, 4, 18, 13, 4, 18, 13, 23, 13, 6, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 2, 2, 13, 13, 2, 13, 13, 2, 13, 2, 13, 13, 2, 13, 2, 13, 13, 30, 4, 18, 13, 17, 30, 4, 18, 13, 17, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 19, 20 ], [ 19, 21 ], [ 0, 22 ], [ 22, 23 ], [ 22, 24 ], [ 0, 25 ], [ 25, 26 ], [ 25, 27 ], [ 0, 28 ], [ 28, 29 ], [ 28, 30 ], [ 0, 31 ], [ 221, 32 ], [ 221, 33 ], [ 33, 34 ], [ 221, 35 ], [ 35, 36 ], [ 221, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 43, 44 ], [ 43, 45 ], [ 39, 46 ], [ 46, 47 ], [ 46, 48 ], [ 39, 49 ], [ 49, 50 ], [ 50, 51 ], [ 39, 52 ], [ 52, 53 ], [ 53, 54 ], [ 37, 55 ], [ 55, 56 ], [ 221, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 65, 66 ], [ 61, 67 ], [ 67, 68 ], [ 67, 69 ], [ 69, 70 ], [ 70, 71 ], [ 61, 72 ], [ 72, 73 ], [ 72, 74 ], [ 74, 75 ], [ 75, 76 ], [ 61, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 61, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 85, 86 ], [ 61, 87 ], [ 87, 88 ], [ 90, 89 ], [ 97, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 90, 94 ], [ 94, 95 ], [ 94, 96 ], [ 97, 97 ], [ 97, 98 ], [ 97, 99 ], [ 99, 100 ], [ 99, 101 ], [ 90, 102 ], [ 102, 103 ], [ 102, 104 ], [ 104, 105 ], [ 104, 106 ], [ 87, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 108, 111 ], [ 87, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 113, 116 ], [ 221, 117 ], [ 117, 118 ], [ 117, 119 ], [ 119, 120 ], [ 117, 121 ], [ 121, 122 ], [ 117, 123 ], [ 123, 124 ], [ 123, 125 ], [ 125, 126 ], [ 126, 127 ], [ 126, 128 ], [ 123, 129 ], [ 129, 130 ], [ 117, 131 ], [ 131, 132 ], [ 131, 133 ], [ 133, 134 ], [ 134, 135 ], [ 135, 136 ], [ 136, 137 ], [ 136, 138 ], [ 135, 139 ], [ 139, 140 ], [ 140, 141 ], [ 141, 142 ], [ 134, 143 ], [ 143, 144 ], [ 144, 145 ], [ 144, 146 ], [ 133, 147 ], [ 147, 148 ], [ 148, 149 ], [ 149, 150 ], [ 148, 151 ], [ 151, 152 ], [ 152, 153 ], [ 117, 154 ], [ 154, 155 ], [ 154, 156 ], [ 156, 157 ], [ 157, 158 ], [ 158, 159 ], [ 159, 160 ], [ 159, 161 ], [ 158, 162 ], [ 162, 163 ], [ 163, 164 ], [ 164, 165 ], [ 157, 166 ], [ 166, 167 ], [ 167, 168 ], [ 167, 169 ], [ 156, 170 ], [ 170, 171 ], [ 171, 172 ], [ 172, 173 ], [ 171, 174 ], [ 174, 175 ], [ 175, 176 ], [ 117, 177 ], [ 177, 178 ], [ 177, 179 ], [ 179, 180 ], [ 180, 181 ], [ 181, 182 ], [ 182, 183 ], [ 182, 184 ], [ 181, 185 ], [ 185, 186 ], [ 186, 187 ], [ 187, 188 ], [ 180, 189 ], [ 189, 190 ], [ 190, 191 ], [ 190, 192 ], [ 179, 193 ], [ 193, 194 ], [ 194, 195 ], [ 195, 196 ], [ 117, 197 ], [ 197, 198 ], [ 197, 199 ], [ 199, 200 ], [ 200, 201 ], [ 201, 202 ], [ 202, 203 ], [ 202, 204 ], [ 201, 205 ], [ 205, 206 ], [ 206, 207 ], [ 207, 208 ], [ 200, 209 ], [ 209, 210 ], [ 210, 211 ], [ 210, 212 ], [ 199, 213 ], [ 213, 214 ], [ 214, 215 ], [ 215, 216 ], [ 214, 217 ], [ 217, 218 ], [ 218, 219 ], [ 0, 220 ], [ 220, 221 ], [ 220, 222 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.util.Arrays;\nimport java.util.StringTokenizer;\nimport java.math.BigInteger;\nimport java.time.chrono.MinguoChronology;\n\npublic class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException { \n int W = in.nextInt();\n int H = in.nextInt();\n int x = in.nextInt();\n int y = in.nextInt();\n int r = in.nextInt();\n \n if (x < r || y < r || y > H - r || x > W - r) {\n out.println(\"No\");\n } else {\n out.println(\"Yes\");\n }\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.OutputStream;", "OutputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "import java.math.BigInteger;", "BigInteger", "java.math", "import java.time.chrono.MinguoChronology;", "MinguoChronology", "java.time.chrono", "public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException { \n int W = in.nextInt();\n int H = in.nextInt();\n int x = in.nextInt();\n int y = in.nextInt();\n int r = in.nextInt();\n \n if (x < r || y < r || y > H - r || x > W - r) {\n out.println(\"No\");\n } else {\n out.println(\"Yes\");\n }\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "Main", "static InputReader in;", "in", "static PrintWriter out;", "out", "public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}", "main", "{\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}", "in = new InputReader(System.in)", "in", "new InputReader(System.in)", "out = new PrintWriter(System.out)", "out", "new PrintWriter(System.out)", "Solution solver = new Solution();", "solver", "new Solution()", "solver.solve()", "solver.solve", "solver", "out.close()", "out.close", "out", "String[] args", "args", "static class Solution {\n void solve() throws IOException { \n int W = in.nextInt();\n int H = in.nextInt();\n int x = in.nextInt();\n int y = in.nextInt();\n int r = in.nextInt();\n \n if (x < r || y < r || y > H - r || x > W - r) {\n out.println(\"No\");\n } else {\n out.println(\"Yes\");\n }\n }\n }", "Solution", "void solve() throws IOException { \n int W = in.nextInt();\n int H = in.nextInt();\n int x = in.nextInt();\n int y = in.nextInt();\n int r = in.nextInt();\n \n if (x < r || y < r || y > H - r || x > W - r) {\n out.println(\"No\");\n } else {\n out.println(\"Yes\");\n }\n }", "solve", "{ \n int W = in.nextInt();\n int H = in.nextInt();\n int x = in.nextInt();\n int y = in.nextInt();\n int r = in.nextInt();\n \n if (x < r || y < r || y > H - r || x > W - r) {\n out.println(\"No\");\n } else {\n out.println(\"Yes\");\n }\n }", "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 || y < r || y > H - r || x > W - r) {\n out.println(\"No\");\n } else {\n out.println(\"Yes\");\n }", "x < r || y < r || y > H - r || x > W - r", "y > H - r", "x < r || y < r || y > H - r || x > W - r", "x < r", "x", "r", "y < r", "y", "r", "y > H - r", "y", "H - r", "H", "r", "x > W - r", "x", "W - r", "W", "r", "{\n out.println(\"No\");\n }", "out.println(\"No\")", "out.println", "out", "\"No\"", "{\n out.println(\"Yes\");\n }", "out.println(\"Yes\")", "out.println", "out", "\"Yes\"", "static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }", "InputReader", "public BufferedReader br;", "br", "public StringTokenizer st;", "st", "public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }", "InputReader", "{\n br = new BufferedReader(new InputStreamReader(stream));\n }", "br = new BufferedReader(new InputStreamReader(stream))", "br", "new BufferedReader(new InputStreamReader(stream))", "InputStream stream", "stream", "public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }", "nextInt", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return Integer.parseInt(st.nextToken());", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }", "nextLong", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return Long.parseLong(st.nextToken());", "Long.parseLong(st.nextToken())", "Long.parseLong", "Long", "st.nextToken()", "st.nextToken", "st", "public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }", "next", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }", "nextDouble", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return Double.parseDouble(st.nextToken());", "Double.parseDouble(st.nextToken())", "Double.parseDouble", "Double", "st.nextToken()", "st.nextToken", "st", "public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException { \n int W = in.nextInt();\n int H = in.nextInt();\n int x = in.nextInt();\n int y = in.nextInt();\n int r = in.nextInt();\n \n if (x < r || y < r || y > H - r || x > W - r) {\n out.println(\"No\");\n } else {\n out.println(\"Yes\");\n }\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException { \n int W = in.nextInt();\n int H = in.nextInt();\n int x = in.nextInt();\n int y = in.nextInt();\n int r = in.nextInt();\n \n if (x < r || y < r || y > H - r || x > W - r) {\n out.println(\"No\");\n } else {\n out.println(\"Yes\");\n }\n }\n }\n\n public static void main(String[] args) throws IOException {\n// ??????\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.PrintWriter; import java.util.Arrays; import java.util.StringTokenizer; import java.math.BigInteger; import java.time.chrono.MinguoChronology; public class Main { static InputReader in; static PrintWriter out; static class Solution { void solve() throws IOException { int W = in.nextInt(); int H = in.nextInt(); int x = in.nextInt(); int y = in.nextInt(); int r = in.nextInt(); if (x < r || y < r || y > H - r || x > W - r) { out.println("No"); } else { out.println("Yes"); } } } public static void main(String[] args) throws IOException { // ?????? in = new InputReader(System.in); out = new PrintWriter(System.out); Solution solver = new Solution(); solver.solve(); out.close(); } static class InputReader { public BufferedReader br; public StringTokenizer st; public InputReader(InputStream stream) { br = new BufferedReader(new InputStreamReader(stream)); } public int nextInt() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return Integer.parseInt(st.nextToken()); } public long nextLong() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return Long.parseLong(st.nextToken()); } public String next() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return st.nextToken(); } public double nextDouble() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return Double.parseDouble(st.nextToken()); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 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, 13, 2, 13, 17, 2, 13, 13, 2, 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 ], [ 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 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n\n\tpublic static void main(String[] args){\n\n Scanner sc = new Scanner(System.in);\n\n\tint w = sc.nextInt();\n\tint h = sc.nextInt();\n\tint x = sc.nextInt();\n\tint y = sc.nextInt();\n\tint r = sc.nextInt();\n\n\tint max_x = x + r;\n\tint min_x = x - r;\n\tint max_y = y + r;\n\tint min_y = y - r;\n\n\t\tif(max_x <= w && min_x >= 0 && max_y <= h && min_y >= 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}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\n\tpublic static void main(String[] args){\n\n Scanner sc = new Scanner(System.in);\n\n\tint w = sc.nextInt();\n\tint h = sc.nextInt();\n\tint x = sc.nextInt();\n\tint y = sc.nextInt();\n\tint r = sc.nextInt();\n\n\tint max_x = x + r;\n\tint min_x = x - r;\n\tint max_y = y + r;\n\tint min_y = y - r;\n\n\t\tif(max_x <= w && min_x >= 0 && max_y <= h && min_y >= 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[] args){\n\n Scanner sc = new Scanner(System.in);\n\n\tint w = sc.nextInt();\n\tint h = sc.nextInt();\n\tint x = sc.nextInt();\n\tint y = sc.nextInt();\n\tint r = sc.nextInt();\n\n\tint max_x = x + r;\n\tint min_x = x - r;\n\tint max_y = y + r;\n\tint min_y = y - r;\n\n\t\tif(max_x <= w && min_x >= 0 && max_y <= h && min_y >= 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\n Scanner sc = new Scanner(System.in);\n\n\tint w = sc.nextInt();\n\tint h = sc.nextInt();\n\tint x = sc.nextInt();\n\tint y = sc.nextInt();\n\tint r = sc.nextInt();\n\n\tint max_x = x + r;\n\tint min_x = x - r;\n\tint max_y = y + r;\n\tint min_y = y - r;\n\n\t\tif(max_x <= w && min_x >= 0 && max_y <= h && min_y >= 0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int 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 max_x = x + r;", "max_x", "x + r", "x", "r", "int min_x = x - r;", "min_x", "x - r", "x", "r", "int max_y = y + r;", "max_y", "y + r", "y", "r", "int min_y = y - r;", "min_y", "y - r", "y", "r", "if(max_x <= w && min_x >= 0 && max_y <= h && min_y >= 0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "max_x <= w && min_x >= 0 && max_y <= h && min_y >= 0", "max_y <= h", "max_x <= w && min_x >= 0 && max_y <= h && min_y >= 0", "max_x <= w", "max_x", "w", "min_x >= 0", "min_x", "0", "max_y <= h", "max_y", "h", "min_y >= 0", "min_y", "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.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(); int max_x = x + r; int min_x = x - r; int max_y = y + r; int min_y = y - r; if(max_x <= w && min_x >= 0 && max_y <= h && min_y >= 0){ System.out.println("Yes"); }else{ System.out.println("No"); } } }
[ 7, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 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, 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, 10, 6, 13 ]
[ [ 0, 1 ], [ 118, 2 ], [ 118, 3 ], [ 3, 4 ], [ 3, 5 ], [ 5, 6 ], [ 6, 7 ], [ 6, 8 ], [ 5, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 5, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 5, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 5, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 5, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 5, 34 ], [ 34, 35 ], [ 43, 36 ], [ 70, 37 ], [ 67, 38 ], [ 64, 39 ], [ 61, 40 ], [ 58, 41 ], [ 55, 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 ], [ 55, 55 ], [ 55, 56 ], [ 55, 57 ], [ 58, 58 ], [ 58, 59 ], [ 58, 60 ], [ 61, 61 ], [ 61, 62 ], [ 61, 63 ], [ 64, 64 ], [ 64, 65 ], [ 64, 66 ], [ 67, 67 ], [ 67, 68 ], [ 67, 69 ], [ 70, 70 ], [ 70, 71 ], [ 70, 72 ], [ 43, 73 ], [ 73, 74 ], [ 73, 75 ], [ 34, 76 ], [ 76, 77 ], [ 77, 78 ], [ 80, 79 ], [ 91, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 83, 84 ], [ 83, 85 ], [ 80, 86 ], [ 86, 87 ], [ 86, 88 ], [ 88, 89 ], [ 88, 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 ], [ 104, 105 ], [ 104, 106 ], [ 102, 107 ], [ 77, 108 ], [ 108, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 111, 113 ], [ 109, 114 ], [ 3, 115 ], [ 115, 116 ], [ 0, 117 ], [ 117, 118 ], [ 117, 119 ] ]
[ "public class Main {\n\t\n\t\t\n\t\tpublic static void main(String[] args) {\n\t\t\tjava.util.Scanner scan = new java.util.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\tif(-100 <= x && x <= 100 && -100 <= y && y <= 100 && 0 < r && r <= 100 && 0 < W && W <=100 && 0 < H && H <= 100){\n\t\tif( W >= (x + r) && H >= (y + r) && (y+r)>0 && (x+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\t}\n\t\t}\n\t\t\n\t\t\n\t\t\n\t\t}", "public class Main {\n\t\n\t\t\n\t\tpublic static void main(String[] args) {\n\t\t\tjava.util.Scanner scan = new java.util.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\tif(-100 <= x && x <= 100 && -100 <= y && y <= 100 && 0 < r && r <= 100 && 0 < W && W <=100 && 0 < H && H <= 100){\n\t\tif( W >= (x + r) && H >= (y + r) && (y+r)>0 && (x+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\t}\n\t\t}\n\t\t\n\t\t\n\t\t\n\t\t}", "Main", "public static void main(String[] args) {\n\t\t\tjava.util.Scanner scan = new java.util.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\tif(-100 <= x && x <= 100 && -100 <= y && y <= 100 && 0 < r && r <= 100 && 0 < W && W <=100 && 0 < H && H <= 100){\n\t\tif( W >= (x + r) && H >= (y + r) && (y+r)>0 && (x+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\t}\n\t\t}", "main", "{\n\t\t\tjava.util.Scanner scan = new java.util.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\tif(-100 <= x && x <= 100 && -100 <= y && y <= 100 && 0 < r && r <= 100 && 0 < W && W <=100 && 0 < H && H <= 100){\n\t\tif( W >= (x + r) && H >= (y + r) && (y+r)>0 && (x+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\t}\n\t\t}", "java.util.Scanner scan = new java.util.Scanner(System.in);", "scan", "new java.util.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(-100 <= x && x <= 100 && -100 <= y && y <= 100 && 0 < r && r <= 100 && 0 < W && W <=100 && 0 < H && H <= 100){\n\t\tif( W >= (x + r) && H >= (y + r) && (y+r)>0 && (x+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\t}", "-100 <= x && x <= 100 && -100 <= y && y <= 100 && 0 < r && r <= 100 && 0 < W && W <=100 && 0 < H && H <= 100", "0 < H", "W <=100", "0 < W", "r <= 100", "0 < r", "y <= 100", "-100 <= y", "-100 <= x && x <= 100 && -100 <= y && y <= 100 && 0 < r && r <= 100 && 0 < W && W <=100 && 0 < H && H <= 100", "-100 <= x", "-100", "100", "x", "x <= 100", "x", "100", "-100 <= y", "-100", "100", "y", "y <= 100", "y", "100", "0 < r", "0", "r", "r <= 100", "r", "100", "0 < W", "0", "W", "W <=100", "W", "100", "0 < H", "0", "H", "H <= 100", "H", "100", "{\n\t\tif( W >= (x + r) && H >= (y + r) && (y+r)>0 && (x+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\t}", "if( W >= (x + r) && H >= (y + r) && (y+r)>0 && (x+r)>0){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\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\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\t\n\t\t\n\t\tpublic static void main(String[] args) {\n\t\t\tjava.util.Scanner scan = new java.util.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\tif(-100 <= x && x <= 100 && -100 <= y && y <= 100 && 0 < r && r <= 100 && 0 < W && W <=100 && 0 < H && H <= 100){\n\t\tif( W >= (x + r) && H >= (y + r) && (y+r)>0 && (x+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\t}\n\t\t}\n\t\t\n\t\t\n\t\t\n\t\t}", "public class Main {\n\t\n\t\t\n\t\tpublic static void main(String[] args) {\n\t\t\tjava.util.Scanner scan = new java.util.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\tif(-100 <= x && x <= 100 && -100 <= y && y <= 100 && 0 < r && r <= 100 && 0 < W && W <=100 && 0 < H && H <= 100){\n\t\tif( W >= (x + r) && H >= (y + r) && (y+r)>0 && (x+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\t}\n\t\t}\n\t\t\n\t\t\n\t\t\n\t\t}", "Main" ]
public class Main { public static void main(String[] args) { java.util.Scanner scan = new java.util.Scanner(System.in); int W = scan.nextInt(); int H = scan.nextInt(); int x = scan.nextInt(); int y = scan.nextInt(); int r = scan.nextInt(); if(-100 <= x && x <= 100 && -100 <= y && y <= 100 && 0 < r && r <= 100 && 0 < W && W <=100 && 0 < H && H <= 100){ if( W >= (x + r) && H >= (y + r) && (y+r)>0 && (x+r)>0){ 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, 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, 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, 12, 13, 30, 41, 13, 20, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 97, 5 ], [ 97, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 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 ], [ 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 ], [ 50, 49 ], [ 61, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 50, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 61, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 50, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 47, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 72, 77 ], [ 47, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 79, 84 ], [ 97, 85 ], [ 85, 86 ], [ 85, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 87, 91 ], [ 91, 92 ], [ 92, 93 ], [ 85, 94 ], [ 94, 95 ], [ 0, 96 ], [ 96, 97 ], [ 96, 98 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\tvoid cinr(){\n\t\tint w,h,x,y,r;\n\t\tScanner s = new Scanner(System.in);\n\t\tw = s.nextInt();\n\t\th = s.nextInt();\n\t\tx = s.nextInt();\n\t\ty = s.nextInt();\n\t\tr = s.nextInt();\n\t\tif(x-r<0||y-r<0||x+r>w||y+r>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.cinr();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tvoid cinr(){\n\t\tint w,h,x,y,r;\n\t\tScanner s = new Scanner(System.in);\n\t\tw = s.nextInt();\n\t\th = s.nextInt();\n\t\tx = s.nextInt();\n\t\ty = s.nextInt();\n\t\tr = s.nextInt();\n\t\tif(x-r<0||y-r<0||x+r>w||y+r>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.cinr();\n\t}\n}", "Main", "void cinr(){\n\t\tint w,h,x,y,r;\n\t\tScanner s = new Scanner(System.in);\n\t\tw = s.nextInt();\n\t\th = s.nextInt();\n\t\tx = s.nextInt();\n\t\ty = s.nextInt();\n\t\tr = s.nextInt();\n\t\tif(x-r<0||y-r<0||x+r>w||y+r>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\t}", "cinr", "{\n\t\tint w,h,x,y,r;\n\t\tScanner s = new Scanner(System.in);\n\t\tw = s.nextInt();\n\t\th = s.nextInt();\n\t\tx = s.nextInt();\n\t\ty = s.nextInt();\n\t\tr = s.nextInt();\n\t\tif(x-r<0||y-r<0||x+r>w||y+r>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\t}", "int w", "w", "h", "h", "x", "x", "y", "y", "r;", "r", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "w = s.nextInt()", "w", "s.nextInt()", "s.nextInt", "s", "h = s.nextInt()", "h", "s.nextInt()", "s.nextInt", "s", "x = s.nextInt()", "x", "s.nextInt()", "s.nextInt", "s", "y = s.nextInt()", "y", "s.nextInt()", "s.nextInt", "s", "r = s.nextInt()", "r", "s.nextInt()", "s.nextInt", "s", "if(x-r<0||y-r<0||x+r>w||y+r>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\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\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\"", "public static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.cinr();\n\t}", "main", "{\n\t\tMain m = new Main();\n\t\tm.cinr();\n\t}", "Main m = new Main();", "m", "new Main()", "m.cinr()", "m.cinr", "m", "String args[]", "args", "public class Main {\n\tvoid cinr(){\n\t\tint w,h,x,y,r;\n\t\tScanner s = new Scanner(System.in);\n\t\tw = s.nextInt();\n\t\th = s.nextInt();\n\t\tx = s.nextInt();\n\t\ty = s.nextInt();\n\t\tr = s.nextInt();\n\t\tif(x-r<0||y-r<0||x+r>w||y+r>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.cinr();\n\t}\n}", "public class Main {\n\tvoid cinr(){\n\t\tint w,h,x,y,r;\n\t\tScanner s = new Scanner(System.in);\n\t\tw = s.nextInt();\n\t\th = s.nextInt();\n\t\tx = s.nextInt();\n\t\ty = s.nextInt();\n\t\tr = s.nextInt();\n\t\tif(x-r<0||y-r<0||x+r>w||y+r>h){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.cinr();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { void cinr(){ int w,h,x,y,r; Scanner s = new Scanner(System.in); w = s.nextInt(); h = s.nextInt(); x = s.nextInt(); y = s.nextInt(); r = s.nextInt(); if(x-r<0||y-r<0||x+r>w||y+r>h){ System.out.println("No"); }else{ System.out.println("Yes"); } } public static void main(String args[]){ Main m = new Main(); m.cinr(); } }
[ 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, 13, 13, 2, 13, 13, 2, 13, 2, 13, 13, 2, 13, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 87, 5 ], [ 87, 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 ], [ 50, 49 ], [ 57, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 54, 55 ], [ 54, 56 ], [ 57, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 59, 61 ], [ 50, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 64, 66 ], [ 47, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 68, 73 ], [ 47, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 75, 80 ], [ 8, 81 ], [ 81, 82 ], [ 82, 83 ], [ 6, 84 ], [ 84, 85 ], [ 0, 86 ], [ 86, 87 ], [ 86, 88 ] ]
[ "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\t\n\t\tint W,H,x,y,r;\n\t\t\n\t\tW=scan.nextInt();\n\t\tH=scan.nextInt();\n\t\tx=scan.nextInt();\n\t\ty=scan.nextInt();\n\t\tr=scan.nextInt();\n\t\t\n\t\tif(r<=x&&r<=y&&x<=W-r&&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\t\n\t\tscan.close();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint W,H,x,y,r;\n\t\t\n\t\tW=scan.nextInt();\n\t\tH=scan.nextInt();\n\t\tx=scan.nextInt();\n\t\ty=scan.nextInt();\n\t\tr=scan.nextInt();\n\t\t\n\t\tif(r<=x&&r<=y&&x<=W-r&&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\t\n\t\tscan.close();\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint W,H,x,y,r;\n\t\t\n\t\tW=scan.nextInt();\n\t\tH=scan.nextInt();\n\t\tx=scan.nextInt();\n\t\ty=scan.nextInt();\n\t\tr=scan.nextInt();\n\t\t\n\t\tif(r<=x&&r<=y&&x<=W-r&&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\t\n\t\tscan.close();\n\t}", "main", "{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint W,H,x,y,r;\n\t\t\n\t\tW=scan.nextInt();\n\t\tH=scan.nextInt();\n\t\tx=scan.nextInt();\n\t\ty=scan.nextInt();\n\t\tr=scan.nextInt();\n\t\t\n\t\tif(r<=x&&r<=y&&x<=W-r&&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\t\n\t\tscan.close();\n\t}", "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(r<=x&&r<=y&&x<=W-r&&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&&r<=y&&x<=W-r&&y<=H-r", "x<=W-r", "r<=x&&r<=y&&x<=W-r&&y<=H-r", "r<=x", "r", "x", "r<=y", "r", "y", "x<=W-r", "x", "W-r", "W", "r", "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\"", "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\t\n\t\tint W,H,x,y,r;\n\t\t\n\t\tW=scan.nextInt();\n\t\tH=scan.nextInt();\n\t\tx=scan.nextInt();\n\t\ty=scan.nextInt();\n\t\tr=scan.nextInt();\n\t\t\n\t\tif(r<=x&&r<=y&&x<=W-r&&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\t\n\t\tscan.close();\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan=new Scanner(System.in);\n\t\t\n\t\tint W,H,x,y,r;\n\t\t\n\t\tW=scan.nextInt();\n\t\tH=scan.nextInt();\n\t\tx=scan.nextInt();\n\t\ty=scan.nextInt();\n\t\tr=scan.nextInt();\n\t\t\n\t\tif(r<=x&&r<=y&&x<=W-r&&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\t\n\t\tscan.close();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner scan=new Scanner(System.in); int W,H,x,y,r; W=scan.nextInt(); H=scan.nextInt(); x=scan.nextInt(); y=scan.nextInt(); r=scan.nextInt(); if(r<=x&&r<=y&&x<=W-r&&y<=H-r){ System.out.println("Yes"); }else{ System.out.println("No"); } scan.close(); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 0, 18, 36, 13, 13, 23, 13, 23, 13, 12, 13, 30, 14, 2, 2, 2, 18, 13, 13, 18, 13, 13, 17, 2, 2, 18, 13, 13, 18, 13, 13, 17, 29, 17, 14, 2, 2, 2, 18, 13, 13, 18, 13, 13, 13, 2, 2, 18, 13, 13, 18, 13, 13, 13, 29, 17, 29, 17, 23, 13, 6, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 0, 18, 36, 13, 13, 0, 18, 36, 13, 13, 23, 13, 23, 13, 23, 13, 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, 41, 13, 20, 41, 13, 20, 14, 4, 18, 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 ], [ 4, 8 ], [ 8, 9 ], [ 4, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 13, 14 ], [ 14, 15 ], [ 14, 16 ], [ 13, 17 ], [ 12, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 18, 22 ], [ 10, 23 ], [ 23, 24 ], [ 10, 25 ], [ 25, 26 ], [ 4, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 37, 38 ], [ 37, 39 ], [ 32, 40 ], [ 31, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 46, 47 ], [ 46, 48 ], [ 41, 49 ], [ 30, 50 ], [ 50, 51 ], [ 29, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 59, 60 ], [ 59, 61 ], [ 54, 62 ], [ 53, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 68, 69 ], [ 68, 70 ], [ 63, 71 ], [ 52, 72 ], [ 72, 73 ], [ 29, 74 ], [ 74, 75 ], [ 27, 76 ], [ 76, 77 ], [ 0, 78 ], [ 78, 79 ], [ 78, 80 ], [ 80, 81 ], [ 78, 82 ], [ 82, 83 ], [ 78, 84 ], [ 84, 85 ], [ 78, 86 ], [ 86, 87 ], [ 86, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 90, 92 ], [ 89, 93 ], [ 88, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 94, 98 ], [ 88, 99 ], [ 99, 100 ], [ 100, 101 ], [ 100, 102 ], [ 99, 103 ], [ 86, 104 ], [ 104, 105 ], [ 86, 106 ], [ 106, 107 ], [ 86, 108 ], [ 108, 109 ], [ 0, 110 ], [ 110, 111 ], [ 110, 112 ], [ 112, 113 ], [ 112, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 114, 118 ], [ 118, 119 ], [ 118, 120 ], [ 120, 121 ], [ 121, 122 ], [ 120, 123 ], [ 123, 124 ], [ 124, 125 ], [ 114, 126 ], [ 126, 127 ], [ 126, 128 ], [ 128, 129 ], [ 129, 130 ], [ 128, 131 ], [ 131, 132 ], [ 132, 133 ], [ 114, 134 ], [ 134, 135 ], [ 134, 136 ], [ 136, 137 ], [ 137, 138 ], [ 136, 139 ], [ 139, 140 ], [ 140, 141 ], [ 114, 142 ], [ 142, 143 ], [ 142, 144 ], [ 144, 145 ], [ 145, 146 ], [ 144, 147 ], [ 147, 148 ], [ 148, 149 ], [ 114, 150 ], [ 150, 151 ], [ 150, 152 ], [ 152, 153 ], [ 153, 154 ], [ 152, 155 ], [ 155, 156 ], [ 156, 157 ], [ 114, 158 ], [ 158, 159 ], [ 158, 160 ], [ 114, 161 ], [ 161, 162 ], [ 161, 163 ], [ 114, 164 ], [ 164, 165 ], [ 165, 166 ], [ 166, 167 ], [ 165, 168 ], [ 164, 169 ], [ 169, 170 ], [ 170, 171 ], [ 171, 172 ], [ 171, 173 ], [ 169, 174 ], [ 164, 175 ], [ 175, 176 ], [ 176, 177 ], [ 177, 178 ], [ 177, 179 ], [ 175, 180 ], [ 112, 181 ], [ 181, 182 ] ]
[ "import java.util.Scanner;\n\nclass Rectangle{\n int w;\n int h;\n \n Rectangle(int w, int h){ //?????????????????????\n this.w = w;\n this.h = h;\n }\n\n boolean judgeInRectangle(Circle c){\n if (c.x - c.r < 0 || c.y - c.r < 0)\n return false;\n if (c.x + c.r > w || c.y + c.r > h)\n return false;\n return true;\n }\n}\n\nclass Circle{\n int x;\n int y;\n int r;\n\n Circle(int x, int y, int r){\n this.x = x;\n this.y = y;\n this.r = r;\n }\n}\n\nclass Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\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 \n Rectangle rec = new Rectangle(W, H);\n Circle cir = new Circle(x, y, r);\n\n if (rec.judgeInRectangle(cir))\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Rectangle{\n int w;\n int h;\n \n Rectangle(int w, int h){ //?????????????????????\n this.w = w;\n this.h = h;\n }\n\n boolean judgeInRectangle(Circle c){\n if (c.x - c.r < 0 || c.y - c.r < 0)\n return false;\n if (c.x + c.r > w || c.y + c.r > h)\n return false;\n return true;\n }\n}", "Rectangle", "int w;", "w", "int h;", "h", "Rectangle(int w, int h){ //?????????????????????\n this.w = w;\n this.h = h;\n }", "Rectangle", "{ //?????????????????????\n this.w = w;\n this.h = h;\n }", "this.w = w", "this.w", "this", "this.w", "w", "this.h = h", "this.h", "this", "this.h", "h", "int w", "w", "int h", "h", "boolean judgeInRectangle(Circle c){\n if (c.x - c.r < 0 || c.y - c.r < 0)\n return false;\n if (c.x + c.r > w || c.y + c.r > h)\n return false;\n return true;\n }", "judgeInRectangle", "{\n if (c.x - c.r < 0 || c.y - c.r < 0)\n return false;\n if (c.x + c.r > w || c.y + c.r > h)\n return false;\n return true;\n }", "if (c.x - c.r < 0 || c.y - c.r < 0)\n return false;", "c.x - c.r < 0 || c.y - c.r < 0", "c.x - c.r < 0", "c.x - c.r", "c.x", "c", "c.x", "c.r", "c", "c.r", "0", "c.y - c.r < 0", "c.y - c.r", "c.y", "c", "c.y", "c.r", "c", "c.r", "0", "return false;", "false", "if (c.x + c.r > w || c.y + c.r > h)\n return false;", "c.x + c.r > w || c.y + c.r > h", "c.x + c.r > w", "c.x + c.r", "c.x", "c", "c.x", "c.r", "c", "c.r", "w", "c.y + c.r > h", "c.y + c.r", "c.y", "c", "c.y", "c.r", "c", "c.r", "h", "return false;", "false", "return true;", "true", "Circle c", "c", "class Circle{\n int x;\n int y;\n int r;\n\n Circle(int x, int y, int r){\n this.x = x;\n this.y = y;\n this.r = r;\n }\n}", "Circle", "int x;", "x", "int y;", "y", "int r;", "r", "Circle(int x, int y, int r){\n this.x = x;\n this.y = y;\n this.r = r;\n }", "Circle", "{\n this.x = x;\n this.y = y;\n this.r = r;\n }", "this.x = x", "this.x", "this", "this.x", "x", "this.y = y", "this.y", "this", "this.y", "y", "this.r = r", "this.r", "this", "this.r", "r", "int x", "x", "int y", "y", "int r", "r", "class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\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 \n Rectangle rec = new Rectangle(W, H);\n Circle cir = new Circle(x, y, r);\n\n if (rec.judgeInRectangle(cir))\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "Main", "public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\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 \n Rectangle rec = new Rectangle(W, H);\n Circle cir = new Circle(x, y, r);\n\n if (rec.judgeInRectangle(cir))\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n\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 \n Rectangle rec = new Rectangle(W, H);\n Circle cir = new Circle(x, y, r);\n\n if (rec.judgeInRectangle(cir))\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 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", "Rectangle rec = new Rectangle(W, H);", "rec", "new Rectangle(W, H)", "Circle cir = new Circle(x, y, r);", "cir", "new Circle(x, y, r)", "if (rec.judgeInRectangle(cir))\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");", "rec.judgeInRectangle(cir)", "rec.judgeInRectangle", "rec", "cir", "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 Rectangle{ int w; int h; Rectangle(int w, int h){ //????????????????????? this.w = w; this.h = h; } boolean judgeInRectangle(Circle c){ if (c.x - c.r < 0 || c.y - c.r < 0) return false; if (c.x + c.r > w || c.y + c.r > h) return false; return true; } } class Circle{ int x; int y; int r; Circle(int x, int y, int r){ this.x = x; this.y = y; this.r = r; } } 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()); Rectangle rec = new Rectangle(W, H); Circle cir = new Circle(x, y, r); if (rec.judgeInRectangle(cir)) System.out.println("Yes"); else System.out.println("No"); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 18, 13, 13, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 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, 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, 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, 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, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 182, 5 ], [ 182, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 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 ], [ 27, 28 ], [ 28, 29 ], [ 25, 30 ], [ 19, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 19, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 19, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 49, 52 ], [ 52, 53 ], [ 52, 54 ], [ 19, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 60, 61 ], [ 60, 62 ], [ 19, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 65, 68 ], [ 68, 69 ], [ 68, 70 ], [ 19, 71 ], [ 71, 72 ], [ 74, 73 ], [ 82, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 75, 78 ], [ 74, 79 ], [ 79, 80 ], [ 79, 81 ], [ 82, 82 ], [ 82, 83 ], [ 83, 84 ], [ 82, 85 ], [ 74, 86 ], [ 86, 87 ], [ 86, 88 ], [ 71, 89 ], [ 89, 90 ], [ 90, 91 ], [ 95, 92 ], [ 108, 93 ], [ 105, 94 ], [ 102, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 95, 99 ], [ 99, 100 ], [ 99, 101 ], [ 102, 102 ], [ 102, 103 ], [ 102, 104 ], [ 105, 105 ], [ 105, 106 ], [ 105, 107 ], [ 108, 108 ], [ 108, 109 ], [ 108, 110 ], [ 95, 111 ], [ 111, 112 ], [ 111, 113 ], [ 90, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 117, 118 ], [ 117, 119 ], [ 114, 120 ], [ 120, 121 ], [ 120, 122 ], [ 122, 123 ], [ 122, 124 ], [ 114, 125 ], [ 125, 126 ], [ 125, 127 ], [ 127, 128 ], [ 127, 129 ], [ 114, 130 ], [ 130, 131 ], [ 130, 132 ], [ 132, 133 ], [ 132, 134 ], [ 114, 135 ], [ 135, 136 ], [ 138, 137 ], [ 145, 138 ], [ 138, 139 ], [ 139, 140 ], [ 139, 141 ], [ 138, 142 ], [ 142, 143 ], [ 142, 144 ], [ 145, 145 ], [ 145, 146 ], [ 145, 147 ], [ 138, 148 ], [ 148, 149 ], [ 148, 150 ], [ 135, 151 ], [ 151, 152 ], [ 152, 153 ], [ 153, 154 ], [ 154, 155 ], [ 154, 156 ], [ 152, 157 ], [ 135, 158 ], [ 158, 159 ], [ 159, 160 ], [ 160, 161 ], [ 161, 162 ], [ 161, 163 ], [ 159, 164 ], [ 90, 165 ], [ 165, 166 ], [ 166, 167 ], [ 167, 168 ], [ 168, 169 ], [ 168, 170 ], [ 166, 171 ], [ 71, 172 ], [ 172, 173 ], [ 173, 174 ], [ 174, 175 ], [ 175, 176 ], [ 175, 177 ], [ 173, 178 ], [ 6, 179 ], [ 179, 180 ], [ 0, 181 ], [ 181, 182 ], [ 181, 183 ] ]
[ "import java.io.*;\n\npublic class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\n\tint W = Integer.parseInt(str[0]);\n\tint H = Integer.parseInt(str[1]);\n\tint x = Integer.parseInt(str[2]);\n\tint y = Integer.parseInt(str[3]);\n\tint r = Integer.parseInt(str[4]);\n\t\t\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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\t}\n\t}else{\n\tSystem.out.println(\"Input Error\");\n\t}\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}", "import java.io.*;", "io.*", "java", "public class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\n\tint W = Integer.parseInt(str[0]);\n\tint H = Integer.parseInt(str[1]);\n\tint x = Integer.parseInt(str[2]);\n\tint y = Integer.parseInt(str[3]);\n\tint r = Integer.parseInt(str[4]);\n\t\t\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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\t}\n\t}else{\n\tSystem.out.println(\"Input Error\");\n\t}\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}", "Main", "public static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\n\tint W = Integer.parseInt(str[0]);\n\tint H = Integer.parseInt(str[1]);\n\tint x = Integer.parseInt(str[2]);\n\tint y = Integer.parseInt(str[3]);\n\tint r = Integer.parseInt(str[4]);\n\t\t\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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\t}\n\t}else{\n\tSystem.out.println(\"Input Error\");\n\t}\n}catch(IOException e){\nSystem.out.println(e);\n}\n}", "main", "{\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\n\tint W = Integer.parseInt(str[0]);\n\tint H = Integer.parseInt(str[1]);\n\tint x = Integer.parseInt(str[2]);\n\tint y = Integer.parseInt(str[3]);\n\tint r = Integer.parseInt(str[4]);\n\t\t\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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\t}\n\t}else{\n\tSystem.out.println(\"Input Error\");\n\t}\n}catch(IOException e){\nSystem.out.println(e);\n}\n}", "try{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\n\tint W = Integer.parseInt(str[0]);\n\tint H = Integer.parseInt(str[1]);\n\tint x = Integer.parseInt(str[2]);\n\tint y = Integer.parseInt(str[3]);\n\tint r = Integer.parseInt(str[4]);\n\t\t\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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\t}\n\t}else{\n\tSystem.out.println(\"Input Error\");\n\t}\n}catch(IOException e){\nSystem.out.println(e);\n}", "catch(IOException e){\nSystem.out.println(e);\n}", "IOException e", "{\nSystem.out.println(e);\n}", "System.out.println(e)", "System.out.println", "System.out", "System", "System.out", "e", "{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\n\tint W = Integer.parseInt(str[0]);\n\tint H = Integer.parseInt(str[1]);\n\tint x = Integer.parseInt(str[2]);\n\tint y = Integer.parseInt(str[3]);\n\tint r = Integer.parseInt(str[4]);\n\t\t\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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\t}\n\t}else{\n\tSystem.out.println(\"Input Error\");\n\t}\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( -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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\t}\n\t}else{\n\tSystem.out.println(\"Input Error\");\n\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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\t}\n\t}", "if(0 <= W && W <= 100 && 0 <= H && H <= 100 && 0 <= r && r<= 100){\n\t\t\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}", "int circle_max_X = x + r;", "circle_max_X", "x + r", "x", "r", "int circle_min_X = x - r;", "circle_min_X", "x - r", "x", "r", "int circle_max_Y = y + r;", "circle_max_Y", "y + r", "y", "r", "int circle_min_Y = y - r;", "circle_min_Y", "y - r", "y", "r", "if (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}", "circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0", "circle_max_Y <= H", "circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0", "circle_max_X <= W", "circle_max_X", "W", "circle_min_X >= 0", "circle_min_X", "0", "circle_max_Y <= H", "circle_max_Y", "H", "circle_min_Y >= 0", "circle_min_Y", "0", "{\n\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\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\tSystem.out.println(\"Input Error\");\n\t\t\t}", "System.out.println(\"Input Error\")", "System.out.println", "System.out", "System", "System.out", "\"Input Error\"", "{\n\tSystem.out.println(\"Input Error\");\n\t}", "System.out.println(\"Input Error\")", "System.out.println", "System.out", "System", "System.out", "\"Input Error\"", "String[] args", "args", "public class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\n\tint W = Integer.parseInt(str[0]);\n\tint H = Integer.parseInt(str[1]);\n\tint x = Integer.parseInt(str[2]);\n\tint y = Integer.parseInt(str[3]);\n\tint r = Integer.parseInt(str[4]);\n\t\t\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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\t}\n\t}else{\n\tSystem.out.println(\"Input Error\");\n\t}\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}", "public class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\n\tint W = Integer.parseInt(str[0]);\n\tint H = Integer.parseInt(str[1]);\n\tint x = Integer.parseInt(str[2]);\n\tint y = Integer.parseInt(str[3]);\n\tint r = Integer.parseInt(str[4]);\n\t\t\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\tint circle_max_X = x + r;\n\t\t\tint circle_min_X = x - r;\n\t\t\tint circle_max_Y = y + r;\n\t\t\tint circle_min_Y = y - r;\n\n\t\t\t\tif (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t}else{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t\t}\n\t\t\t}else{\n\t\t\tSystem.out.println(\"Input Error\");\n\t\t\t}\n\t}else{\n\tSystem.out.println(\"Input Error\");\n\t}\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}", "Main" ]
import java.io.*; public class Main{ public static void main(String[] args){ try{ 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( -100 <= x && x <= 100 && -100 <= y && y<= 100){ if(0 <= W && W <= 100 && 0 <= H && H <= 100 && 0 <= r && r<= 100){ int circle_max_X = x + r; int circle_min_X = x - r; int circle_max_Y = y + r; int circle_min_Y = y - r; if (circle_max_X <= W && circle_min_X >= 0 && circle_max_Y <= H && circle_min_Y >= 0){ System.out.println("Yes"); }else{ System.out.println("No"); } }else{ System.out.println("Input Error"); } }else{ System.out.println("Input Error"); } }catch(IOException e){ System.out.println(e); } } }
[ 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, 41, 13, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 41, 13, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 17, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 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 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 65, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 11, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 79, 83 ], [ 78, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 84, 88 ], [ 11, 89 ], [ 89, 90 ], [ 90, 91 ], [ 90, 92 ], [ 89, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 94, 99 ], [ 89, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 101, 106 ], [ 9, 107 ], [ 107, 108 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main{\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint w = Integer.parseInt(line[0]);\n\t\tint h = Integer.parseInt(line[1]);\n\t\tint x = Integer.parseInt(line[2]);\n\t\tint y = Integer.parseInt(line[3]);\n\t\tint r = Integer.parseInt(line[4]);\n\t\tboolean x_flag = (x - r) >= 0 && (x + r) <= w;\n\t\tboolean y_flag = (y - r) >= 0 && (y + r) <= h;\n\n\t\tif(x_flag && y_flag){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main{\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint w = Integer.parseInt(line[0]);\n\t\tint h = Integer.parseInt(line[1]);\n\t\tint x = Integer.parseInt(line[2]);\n\t\tint y = Integer.parseInt(line[3]);\n\t\tint r = Integer.parseInt(line[4]);\n\t\tboolean x_flag = (x - r) >= 0 && (x + r) <= w;\n\t\tboolean y_flag = (y - r) >= 0 && (y + r) <= h;\n\n\t\tif(x_flag && y_flag){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n}", "Main", "public static void main(String[] args) throws Exception{\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint w = Integer.parseInt(line[0]);\n\t\tint h = Integer.parseInt(line[1]);\n\t\tint x = Integer.parseInt(line[2]);\n\t\tint y = Integer.parseInt(line[3]);\n\t\tint r = Integer.parseInt(line[4]);\n\t\tboolean x_flag = (x - r) >= 0 && (x + r) <= w;\n\t\tboolean y_flag = (y - r) >= 0 && (y + r) <= h;\n\n\t\tif(x_flag && y_flag){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}", "main", "{\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint w = Integer.parseInt(line[0]);\n\t\tint h = Integer.parseInt(line[1]);\n\t\tint x = Integer.parseInt(line[2]);\n\t\tint y = Integer.parseInt(line[3]);\n\t\tint r = Integer.parseInt(line[4]);\n\t\tboolean x_flag = (x - r) >= 0 && (x + r) <= w;\n\t\tboolean y_flag = (y - r) >= 0 && (y + r) <= h;\n\n\t\tif(x_flag && y_flag){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] line = br.readLine().split(\" \");", "line", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int w = Integer.parseInt(line[0]);", "w", "Integer.parseInt(line[0])", "Integer.parseInt", "Integer", "line[0]", "line", "0", "int h = Integer.parseInt(line[1]);", "h", "Integer.parseInt(line[1])", "Integer.parseInt", "Integer", "line[1]", "line", "1", "int x = Integer.parseInt(line[2]);", "x", "Integer.parseInt(line[2])", "Integer.parseInt", "Integer", "line[2]", "line", "2", "int y = Integer.parseInt(line[3]);", "y", "Integer.parseInt(line[3])", "Integer.parseInt", "Integer", "line[3]", "line", "3", "int r = Integer.parseInt(line[4]);", "r", "Integer.parseInt(line[4])", "Integer.parseInt", "Integer", "line[4]", "line", "4", "boolean x_flag = (x - r) >= 0 && (x + r) <= w;", "x_flag", "(x - r) >= 0 && (x + r) <= w", "(x - r) >= 0", "(x - r)", "x", "r", "0", "(x + r) <= w", "(x + r)", "x", "r", "w", "boolean y_flag = (y - r) >= 0 && (y + r) <= h;", "y_flag", "(y - r) >= 0 && (y + r) <= h", "(y - r) >= 0", "(y - r)", "y", "r", "0", "(y + r) <= h", "(y + r)", "y", "r", "h", "if(x_flag && y_flag){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "x_flag && y_flag", "x_flag", "y_flag", "{\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.InputStreamReader; class Main{ public static void main(String[] args) throws Exception{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] line = br.readLine().split(" "); int w = Integer.parseInt(line[0]); int h = Integer.parseInt(line[1]); int x = Integer.parseInt(line[2]); int y = Integer.parseInt(line[3]); int r = Integer.parseInt(line[4]); boolean x_flag = (x - r) >= 0 && (x + r) <= w; boolean y_flag = (y - r) >= 0 && (y + r) <= h; if(x_flag && y_flag){ System.out.println("Yes"); }else{ System.out.println("No"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 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, 41, 13, 8, 2, 2, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 17, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 89, 5 ], [ 89, 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 ], [ 52, 54 ], [ 54, 55 ], [ 57, 56 ], [ 68, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 57, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 63, 67 ], [ 68, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 57, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 54, 78 ], [ 54, 79 ], [ 8, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 80, 85 ], [ 6, 86 ], [ 86, 87 ], [ 0, 88 ], [ 88, 89 ], [ 88, 90 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int w = Integer.parseInt(scanner.next());\n int h = Integer.parseInt(scanner.next());\n int x = Integer.parseInt(scanner.next());\n int y = Integer.parseInt(scanner.next());\n int r = Integer.parseInt(scanner.next());\n\n String answer = (x - r >= 0) && (x + r <= w) && (y - r >= 0) && (y + r <= h) ? \"Yes\" : \"No\";\n\n System.out.println(answer);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int w = Integer.parseInt(scanner.next());\n int h = Integer.parseInt(scanner.next());\n int x = Integer.parseInt(scanner.next());\n int y = Integer.parseInt(scanner.next());\n int r = Integer.parseInt(scanner.next());\n\n String answer = (x - r >= 0) && (x + r <= w) && (y - r >= 0) && (y + r <= h) ? \"Yes\" : \"No\";\n\n System.out.println(answer);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int w = Integer.parseInt(scanner.next());\n int h = Integer.parseInt(scanner.next());\n int x = Integer.parseInt(scanner.next());\n int y = Integer.parseInt(scanner.next());\n int r = Integer.parseInt(scanner.next());\n\n String answer = (x - r >= 0) && (x + r <= w) && (y - r >= 0) && (y + r <= h) ? \"Yes\" : \"No\";\n\n System.out.println(answer);\n }", "main", "{\n Scanner scanner = new Scanner(System.in);\n int w = Integer.parseInt(scanner.next());\n int h = Integer.parseInt(scanner.next());\n int x = Integer.parseInt(scanner.next());\n int y = Integer.parseInt(scanner.next());\n int r = Integer.parseInt(scanner.next());\n\n String answer = (x - r >= 0) && (x + r <= w) && (y - r >= 0) && (y + r <= h) ? \"Yes\" : \"No\";\n\n System.out.println(answer);\n }", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int w = Integer.parseInt(scanner.next());", "w", "Integer.parseInt(scanner.next())", "Integer.parseInt", "Integer", "scanner.next()", "scanner.next", "scanner", "int h = Integer.parseInt(scanner.next());", "h", "Integer.parseInt(scanner.next())", "Integer.parseInt", "Integer", "scanner.next()", "scanner.next", "scanner", "int x = Integer.parseInt(scanner.next());", "x", "Integer.parseInt(scanner.next())", "Integer.parseInt", "Integer", "scanner.next()", "scanner.next", "scanner", "int y = Integer.parseInt(scanner.next());", "y", "Integer.parseInt(scanner.next())", "Integer.parseInt", "Integer", "scanner.next()", "scanner.next", "scanner", "int r = Integer.parseInt(scanner.next());", "r", "Integer.parseInt(scanner.next())", "Integer.parseInt", "Integer", "scanner.next()", "scanner.next", "scanner", "String answer = (x - r >= 0) && (x + r <= w) && (y - r >= 0) && (y + r <= h) ? \"Yes\" : \"No\";", "answer", "(x - r >= 0) && (x + r <= w) && (y - r >= 0) && (y + r <= h) ? \"Yes\" : \"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", "\"Yes\"", "\"No\"", "System.out.println(answer)", "System.out.println", "System.out", "System", "System.out", "answer", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int w = Integer.parseInt(scanner.next());\n int h = Integer.parseInt(scanner.next());\n int x = Integer.parseInt(scanner.next());\n int y = Integer.parseInt(scanner.next());\n int r = Integer.parseInt(scanner.next());\n\n String answer = (x - r >= 0) && (x + r <= w) && (y - r >= 0) && (y + r <= h) ? \"Yes\" : \"No\";\n\n System.out.println(answer);\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int w = Integer.parseInt(scanner.next());\n int h = Integer.parseInt(scanner.next());\n int x = Integer.parseInt(scanner.next());\n int y = Integer.parseInt(scanner.next());\n int r = Integer.parseInt(scanner.next());\n\n String answer = (x - r >= 0) && (x + r <= w) && (y - r >= 0) && (y + r <= h) ? \"Yes\" : \"No\";\n\n System.out.println(answer);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int w = Integer.parseInt(scanner.next()); int h = Integer.parseInt(scanner.next()); int x = Integer.parseInt(scanner.next()); int y = Integer.parseInt(scanner.next()); int r = Integer.parseInt(scanner.next()); String answer = (x - r >= 0) && (x + r <= w) && (y - r >= 0) && (y + r <= h) ? "Yes" : "No"; System.out.println(answer); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 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, 0, 13, 17, 4, 18, 18, 13, 13, 13, 4, 18, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 19, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 34, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 45, 46 ], [ 45, 47 ], [ 8, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 50, 53 ], [ 53, 54 ], [ 53, 55 ], [ 8, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 58, 61 ], [ 61, 62 ], [ 61, 63 ], [ 8, 64 ], [ 64, 65 ], [ 64, 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 ], [ 91, 93 ], [ 8, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 94, 99 ], [ 8, 100 ], [ 100, 101 ], [ 101, 102 ], [ 6, 103 ], [ 103, 104 ] ]
[ "import java.io.*;\n\nclass Main{\n public static void main(String[] args) throws NumberFormatException,IOException{\n BufferedReader re =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = re.readLine(); \n String[] w = line.split(\" \",0);\n \n int W = Integer.parseInt(w[0]);\n int H = Integer.parseInt(w[1]);\n int x = Integer.parseInt(w[2]);\n int y = Integer.parseInt(w[3]);\n int r = Integer.parseInt(w[4]);\n \n String ret = \"No\";\n if (W>= (x+r) &&H>=(y+r)&& (x-r) >= 0 && (y-r) >= 0) ret = \"Yes\"; \n \n System.out.println(ret);\n re.close();\n }\n}", "import java.io.*;", "io.*", "java", "class Main{\n public static void main(String[] args) throws NumberFormatException,IOException{\n BufferedReader re =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = re.readLine(); \n String[] w = line.split(\" \",0);\n \n int W = Integer.parseInt(w[0]);\n int H = Integer.parseInt(w[1]);\n int x = Integer.parseInt(w[2]);\n int y = Integer.parseInt(w[3]);\n int r = Integer.parseInt(w[4]);\n \n String ret = \"No\";\n if (W>= (x+r) &&H>=(y+r)&& (x-r) >= 0 && (y-r) >= 0) ret = \"Yes\"; \n \n System.out.println(ret);\n re.close();\n }\n}", "Main", "public static void main(String[] args) throws NumberFormatException,IOException{\n BufferedReader re =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = re.readLine(); \n String[] w = line.split(\" \",0);\n \n int W = Integer.parseInt(w[0]);\n int H = Integer.parseInt(w[1]);\n int x = Integer.parseInt(w[2]);\n int y = Integer.parseInt(w[3]);\n int r = Integer.parseInt(w[4]);\n \n String ret = \"No\";\n if (W>= (x+r) &&H>=(y+r)&& (x-r) >= 0 && (y-r) >= 0) ret = \"Yes\"; \n \n System.out.println(ret);\n re.close();\n }", "main", "{\n BufferedReader re =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String line = re.readLine(); \n String[] w = line.split(\" \",0);\n \n int W = Integer.parseInt(w[0]);\n int H = Integer.parseInt(w[1]);\n int x = Integer.parseInt(w[2]);\n int y = Integer.parseInt(w[3]);\n int r = Integer.parseInt(w[4]);\n \n String ret = \"No\";\n if (W>= (x+r) &&H>=(y+r)&& (x-r) >= 0 && (y-r) >= 0) ret = \"Yes\"; \n \n System.out.println(ret);\n re.close();\n }", "BufferedReader re =\n new BufferedReader(new InputStreamReader(System.in), 1);", "re", "new BufferedReader(new InputStreamReader(System.in), 1)", "String line = re.readLine();", "line", "re.readLine()", "re.readLine", "re", "String[] w = line.split(\" \",0);", "w", "line.split(\" \",0)", "line.split", "line", "\" \"", "0", "int W = Integer.parseInt(w[0]);", "W", "Integer.parseInt(w[0])", "Integer.parseInt", "Integer", "w[0]", "w", "0", "int H = Integer.parseInt(w[1]);", "H", "Integer.parseInt(w[1])", "Integer.parseInt", "Integer", "w[1]", "w", "1", "int x = Integer.parseInt(w[2]);", "x", "Integer.parseInt(w[2])", "Integer.parseInt", "Integer", "w[2]", "w", "2", "int y = Integer.parseInt(w[3]);", "y", "Integer.parseInt(w[3])", "Integer.parseInt", "Integer", "w[3]", "w", "3", "int r = Integer.parseInt(w[4]);", "r", "Integer.parseInt(w[4])", "Integer.parseInt", "Integer", "w[4]", "w", "4", "String ret = \"No\";", "ret", "\"No\"", "if (W>= (x+r) &&H>=(y+r)&& (x-r) >= 0 && (y-r) >= 0) ret = \"Yes\";", "W>= (x+r) &&H>=(y+r)&& (x-r) >= 0 && (y-r) >= 0", "(x-r) >= 0", "W>= (x+r) &&H>=(y+r)&& (x-r) >= 0 && (y-r) >= 0", "W>= (x+r)", "W", "(x+r)", "x", "r", "H>=(y+r)", "H", "(y+r)", "y", "r", "(x-r) >= 0", "(x-r)", "x", "r", "0", "(y-r) >= 0", "(y-r)", "y", "r", "0", "ret = \"Yes\"", "ret", "\"Yes\"", "System.out.println(ret)", "System.out.println", "System.out", "System", "System.out", "ret", "re.close()", "re.close", "re", "String[] args", "args" ]
import java.io.*; class Main{ public static void main(String[] args) throws NumberFormatException,IOException{ BufferedReader re = new BufferedReader(new InputStreamReader(System.in), 1); String line = re.readLine(); String[] w = line.split(" ",0); int W = Integer.parseInt(w[0]); int H = Integer.parseInt(w[1]); int x = Integer.parseInt(w[2]); int y = Integer.parseInt(w[3]); int r = Integer.parseInt(w[4]); String ret = "No"; if (W>= (x+r) &&H>=(y+r)&& (x-r) >= 0 && (y-r) >= 0) ret = "Yes"; System.out.println(ret); re.close(); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 20, 17, 41, 13, 20, 17, 41, 13, 20, 0, 13, 4, 18, 4, 18, 13, 17, 11, 1, 0, 13, 17, 2, 13, 17, 1, 40, 13, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 4, 18, 18, 13, 13, 8, 2, 2, 2, 2, 18, 13, 17, 17, 2, 18, 13, 17, 17, 2, 2, 18, 13, 17, 18, 13, 17, 18, 13, 17, 2, 2, 18, 13, 17, 18, 13, 17, 18, 13, 17, 17, 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 ], [ 16, 18 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 11, 24 ], [ 24, 25 ], [ 24, 26 ], [ 11, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 29, 34 ], [ 11, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 35, 40 ], [ 40, 41 ], [ 40, 42 ], [ 35, 43 ], [ 43, 44 ], [ 44, 45 ], [ 35, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 54, 55 ], [ 54, 56 ], [ 11, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 62, 63 ], [ 65, 64 ], [ 76, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 65, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 76, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 77, 81 ], [ 81, 82 ], [ 81, 83 ], [ 76, 84 ], [ 84, 85 ], [ 84, 86 ], [ 65, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 92, 93 ], [ 92, 94 ], [ 87, 95 ], [ 95, 96 ], [ 95, 97 ], [ 62, 98 ], [ 62, 99 ], [ 9, 100 ], [ 100, 101 ] ]
[ "import java.io.*;\nimport java.util.Arrays;\nclass Main{\n\tpublic static void main(String[] args) throws IOException {\n\t\tint i,j;\n\t\tint[] n = new int[10];\n\t\tString[] str = new String[10];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<5;i++)\n\t\t\tn[i] = Integer.parseInt(str[i]);\n\t\tSystem.out.println(n[2]<0 || n[3]<0 || n[2]+n[4]>n[0] || n[3]+n[4]>n[1]\n\t\t\t? \"No\" : \"Yes\");\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.Arrays;", "Arrays", "java.util", "class Main{\n\tpublic static void main(String[] args) throws IOException {\n\t\tint i,j;\n\t\tint[] n = new int[10];\n\t\tString[] str = new String[10];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<5;i++)\n\t\t\tn[i] = Integer.parseInt(str[i]);\n\t\tSystem.out.println(n[2]<0 || n[3]<0 || n[2]+n[4]>n[0] || n[3]+n[4]>n[1]\n\t\t\t? \"No\" : \"Yes\");\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tint i,j;\n\t\tint[] n = new int[10];\n\t\tString[] str = new String[10];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<5;i++)\n\t\t\tn[i] = Integer.parseInt(str[i]);\n\t\tSystem.out.println(n[2]<0 || n[3]<0 || n[2]+n[4]>n[0] || n[3]+n[4]>n[1]\n\t\t\t? \"No\" : \"Yes\");\n\t}", "main", "{\n\t\tint i,j;\n\t\tint[] n = new int[10];\n\t\tString[] str = new String[10];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<5;i++)\n\t\t\tn[i] = Integer.parseInt(str[i]);\n\t\tSystem.out.println(n[2]<0 || n[3]<0 || n[2]+n[4]>n[0] || n[3]+n[4]>n[1]\n\t\t\t? \"No\" : \"Yes\");\n\t}", "int i", "i", "j;", "j", "int[] n = new int[10];", "n", "new int[10]", "10", "String[] str = new String[10];", "str", "new String[10]", "10", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "str = in.readLine().split(\" \")", "str", "in.readLine().split(\" \")", "in.readLine().split", "in.readLine()", "in.readLine", "in", "\" \"", "for(i=0;i<5;i++)\n\t\t\tn[i] = Integer.parseInt(str[i]);", "i=0;", "i=0", "i", "0", "i<5", "i", "5", "i++", "i++", "i", "n[i] = Integer.parseInt(str[i]);", "n[i] = Integer.parseInt(str[i])", "n[i]", "n", "i", "Integer.parseInt(str[i])", "Integer.parseInt", "Integer", "str[i]", "str", "i", "System.out.println(n[2]<0 || n[3]<0 || n[2]+n[4]>n[0] || n[3]+n[4]>n[1]\n\t\t\t? \"No\" : \"Yes\")", "System.out.println", "System.out", "System", "System.out", "n[2]<0 || n[3]<0 || n[2]+n[4]>n[0] || n[3]+n[4]>n[1]\n\t\t\t? \"No\" : \"Yes\"", "n[2]<0 || n[3]<0 || n[2]+n[4]>n[0] || n[3]+n[4]>n[1]", "n[2]+n[4]>n[0]", "n[2]<0 || n[3]<0 || n[2]+n[4]>n[0] || n[3]+n[4]>n[1]", "n[2]<0", "n[2]", "n", "2", "0", "n[3]<0", "n[3]", "n", "3", "0", "n[2]+n[4]>n[0]", "n[2]+n[4]", "n[2]", "n", "2", "n[4]", "n", "4", "n[0]", "n", "0", "n[3]+n[4]>n[1]", "n[3]+n[4]", "n[3]", "n", "3", "n[4]", "n", "4", "n[1]", "n", "1", "\"No\"", "\"Yes\"", "String[] args", "args" ]
import java.io.*; import java.util.Arrays; class Main{ public static void main(String[] args) throws IOException { int i,j; int[] n = new int[10]; String[] str = new String[10]; BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); str = in.readLine().split(" "); for(i=0;i<5;i++) n[i] = Integer.parseInt(str[i]); System.out.println(n[2]<0 || n[3]<0 || n[2]+n[4]>n[0] || n[3]+n[4]>n[1] ? "No" : "Yes"); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 14, 2, 2, 2, 2, 13, 13, 2, 2, 13, 13, 13, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 106, 14 ], [ 106, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 23, 28 ], [ 17, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 34, 36 ], [ 17, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 17, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 17, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 55, 58 ], [ 58, 59 ], [ 58, 60 ], [ 17, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 66, 67 ], [ 66, 68 ], [ 17, 69 ], [ 69, 70 ], [ 72, 71 ], [ 81, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 76, 80 ], [ 81, 81 ], [ 81, 82 ], [ 81, 83 ], [ 72, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 84, 88 ], [ 69, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 90, 95 ], [ 69, 96 ], [ 96, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 99, 101 ], [ 97, 102 ], [ 15, 103 ], [ 103, 104 ], [ 0, 105 ], [ 105, 106 ], [ 105, 107 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\n\npublic class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint w = Integer.parseInt(tmpArray[0]);\n\t\tint h = Integer.parseInt(tmpArray[1]);\n\t\tint x = Integer.parseInt(tmpArray[2]);\n\t\tint y = Integer.parseInt(tmpArray[3]);\n\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\tif(x >= r && w - x >= r && y >= r && h - y >= r){\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\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.Arrays;", "Arrays", "java.util", "public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint w = Integer.parseInt(tmpArray[0]);\n\t\tint h = Integer.parseInt(tmpArray[1]);\n\t\tint x = Integer.parseInt(tmpArray[2]);\n\t\tint y = Integer.parseInt(tmpArray[3]);\n\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\tif(x >= r && w - x >= r && y >= r && h - y >= r){\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\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}\n\n}", "Main", "/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint w = Integer.parseInt(tmpArray[0]);\n\t\tint h = Integer.parseInt(tmpArray[1]);\n\t\tint x = Integer.parseInt(tmpArray[2]);\n\t\tint y = Integer.parseInt(tmpArray[3]);\n\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\tif(x >= r && w - x >= r && y >= r && h - y >= r){\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\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}", "main", "{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint w = Integer.parseInt(tmpArray[0]);\n\t\tint h = Integer.parseInt(tmpArray[1]);\n\t\tint x = Integer.parseInt(tmpArray[2]);\n\t\tint y = Integer.parseInt(tmpArray[3]);\n\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\tif(x >= r && w - x >= r && y >= r && h - y >= r){\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\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] tmpArray = br.readLine().split(\" \");", "tmpArray", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int w = Integer.parseInt(tmpArray[0]);", "w", "Integer.parseInt(tmpArray[0])", "Integer.parseInt", "Integer", "tmpArray[0]", "tmpArray", "0", "int h = Integer.parseInt(tmpArray[1]);", "h", "Integer.parseInt(tmpArray[1])", "Integer.parseInt", "Integer", "tmpArray[1]", "tmpArray", "1", "int x = Integer.parseInt(tmpArray[2]);", "x", "Integer.parseInt(tmpArray[2])", "Integer.parseInt", "Integer", "tmpArray[2]", "tmpArray", "2", "int y = Integer.parseInt(tmpArray[3]);", "y", "Integer.parseInt(tmpArray[3])", "Integer.parseInt", "Integer", "tmpArray[3]", "tmpArray", "3", "int r = Integer.parseInt(tmpArray[4]);", "r", "Integer.parseInt(tmpArray[4])", "Integer.parseInt", "Integer", "tmpArray[4]", "tmpArray", "4", "if(x >= r && w - x >= r && y >= r && h - y >= r){\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 && y >= r && h - y >= r", "y >= r", "x >= r && w - x >= r && y >= r && h - y >= r", "x >= r", "x", "r", "w - x >= r", "w - x", "w", "x", "r", "y >= r", "y", "r", "h - y >= r", "h - y", "h", "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\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint w = Integer.parseInt(tmpArray[0]);\n\t\tint h = Integer.parseInt(tmpArray[1]);\n\t\tint x = Integer.parseInt(tmpArray[2]);\n\t\tint y = Integer.parseInt(tmpArray[3]);\n\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\tif(x >= r && w - x >= r && y >= r && h - y >= r){\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\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}\n\n}", "public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint w = Integer.parseInt(tmpArray[0]);\n\t\tint h = Integer.parseInt(tmpArray[1]);\n\t\tint x = Integer.parseInt(tmpArray[2]);\n\t\tint y = Integer.parseInt(tmpArray[3]);\n\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\tif(x >= r && w - x >= r && y >= r && h - y >= r){\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\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Arrays; public class Main { /** * @param args * @throws IOException * @throws NumberFormatException */ public static void main(String[] args) throws NumberFormatException, IOException { // TODO Auto-generated method stub BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] tmpArray = br.readLine().split(" "); int w = Integer.parseInt(tmpArray[0]); int h = Integer.parseInt(tmpArray[1]); int x = Integer.parseInt(tmpArray[2]); int y = Integer.parseInt(tmpArray[3]); int r = Integer.parseInt(tmpArray[4]); if(x >= r && w - x >= r && y >= r && h - y >= r){ System.out.println("Yes"); } else{ System.out.println("No"); } // int[] array = new int[3]; // array[0] = a; array[1] = b; array[2] = c; // // Arrays.sort(array); // System.out.printf("%d %d %d\n", array[0], array[1], array[2]); /* if(a < b && b < c){ System.out.println("Yes"); } else{ System.out.println("No"); }*/ } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 20, 41, 13, 20, 41, 13, 17, 12, 13, 30, 41, 13, 4, 13, 41, 13, 4, 13, 41, 13, 4, 13, 41, 13, 4, 13, 41, 13, 4, 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, 13, 17, 30, 4, 18, 13, 17, 12, 13, 30, 4, 18, 20, 23, 13, 12, 13, 30, 0, 13, 17, 38, 5, 13, 30, 37, 20, 30, 29, 4, 18, 13, 12, 13, 30, 14, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 151, 11 ], [ 151, 12 ], [ 12, 13 ], [ 12, 14 ], [ 151, 15 ], [ 15, 16 ], [ 15, 17 ], [ 151, 18 ], [ 18, 19 ], [ 18, 20 ], [ 151, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 23, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 23, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 23, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 23, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 23, 44 ], [ 44, 45 ], [ 47, 46 ], [ 58, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 47, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 58, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 47, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 63, 67 ], [ 44, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 69, 72 ], [ 44, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 74, 77 ], [ 151, 78 ], [ 78, 79 ], [ 78, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 78, 84 ], [ 84, 85 ], [ 151, 86 ], [ 86, 87 ], [ 86, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 95, 96 ], [ 96, 97 ], [ 92, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 151, 103 ], [ 103, 104 ], [ 103, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 108, 110 ], [ 107, 111 ], [ 111, 112 ], [ 112, 113 ], [ 113, 114 ], [ 106, 115 ], [ 115, 116 ], [ 116, 117 ], [ 116, 118 ], [ 105, 119 ], [ 119, 120 ], [ 120, 121 ], [ 121, 122 ], [ 151, 123 ], [ 123, 124 ], [ 123, 125 ], [ 125, 126 ], [ 126, 127 ], [ 127, 128 ], [ 128, 129 ], [ 127, 130 ], [ 130, 131 ], [ 151, 132 ], [ 132, 133 ], [ 132, 134 ], [ 134, 135 ], [ 135, 136 ], [ 136, 137 ], [ 137, 138 ], [ 136, 139 ], [ 139, 140 ], [ 151, 141 ], [ 141, 142 ], [ 141, 143 ], [ 143, 144 ], [ 144, 145 ], [ 145, 146 ], [ 146, 147 ], [ 145, 148 ], [ 148, 149 ], [ 0, 150 ], [ 150, 151 ], [ 150, 152 ] ]
[ "import javax.management.MXBean;\nimport java.io.*;\nimport java.util.*;\n\npublic class Main {\n void run() {\n int W = readInt();\n int H = readInt();\n int X = readInt();\n int Y = readInt();\n int R = readInt();\n if (X - R >= 0 && Y - R >= 0 && X + R <= W && Y + R <= H) {\n sysout.println(\"Yes\");\n } else {\n sysout.println(\"No\");\n }\n }\n\n public static void main(String[] args) {\n new Main().run();\n }\n\n // flush automatically iff you call `println` or `printf` or `format`.\n PrintWriter sysout = new PrintWriter(System.out, true);\n\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer buffer = null;\n\n String readLine() {\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n\n String read() {\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }\n\n int readInt() {\n return Integer.parseInt(read());\n }\n\n long readLong() {\n return Long.parseLong(read());\n }\n\n double readDouble() {\n return Double.parseDouble(read());\n }\n}", "import javax.management.MXBean;", "MXBean", "javax.management", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n void run() {\n int W = readInt();\n int H = readInt();\n int X = readInt();\n int Y = readInt();\n int R = readInt();\n if (X - R >= 0 && Y - R >= 0 && X + R <= W && Y + R <= H) {\n sysout.println(\"Yes\");\n } else {\n sysout.println(\"No\");\n }\n }\n\n public static void main(String[] args) {\n new Main().run();\n }\n\n // flush automatically iff you call `println` or `printf` or `format`.\n PrintWriter sysout = new PrintWriter(System.out, true);\n\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer buffer = null;\n\n String readLine() {\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n\n String read() {\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }\n\n int readInt() {\n return Integer.parseInt(read());\n }\n\n long readLong() {\n return Long.parseLong(read());\n }\n\n double readDouble() {\n return Double.parseDouble(read());\n }\n}", "Main", "// flush automatically iff you call `println` or `printf` or `format`.\n PrintWriter sysout = new PrintWriter(System.out, true);", "sysout", "new PrintWriter(System.out, true)", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer buffer = null;", "buffer", "null", "void run() {\n int W = readInt();\n int H = readInt();\n int X = readInt();\n int Y = readInt();\n int R = readInt();\n if (X - R >= 0 && Y - R >= 0 && X + R <= W && Y + R <= H) {\n sysout.println(\"Yes\");\n } else {\n sysout.println(\"No\");\n }\n }", "run", "{\n int W = readInt();\n int H = readInt();\n int X = readInt();\n int Y = readInt();\n int R = readInt();\n if (X - R >= 0 && Y - R >= 0 && X + R <= W && Y + R <= H) {\n sysout.println(\"Yes\");\n } else {\n sysout.println(\"No\");\n }\n }", "int W = readInt();", "W", "readInt()", "readInt", "int H = readInt();", "H", "readInt()", "readInt", "int X = readInt();", "X", "readInt()", "readInt", "int Y = readInt();", "Y", "readInt()", "readInt", "int R = readInt();", "R", "readInt()", "readInt", "if (X - R >= 0 && Y - R >= 0 && X + R <= W && Y + R <= H) {\n sysout.println(\"Yes\");\n } else {\n sysout.println(\"No\");\n }", "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 sysout.println(\"Yes\");\n }", "sysout.println(\"Yes\")", "sysout.println", "sysout", "\"Yes\"", "{\n sysout.println(\"No\");\n }", "sysout.println(\"No\")", "sysout.println", "sysout", "\"No\"", "public static void main(String[] args) {\n new Main().run();\n }", "main", "{\n new Main().run();\n }", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "String readLine() {\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "readLine", "{\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "buffer = null", "buffer", "null", "try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }", "catch (IOException e) {\n throw new RuntimeException(e);\n }", "IOException e", "{\n throw new RuntimeException(e);\n }", "throw new RuntimeException(e);", "new RuntimeException(e)", "{\n return in.readLine();\n }", "return in.readLine();", "in.readLine()", "in.readLine", "in", "String read() {\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }", "read", "{\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }", "if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }", "buffer == null || !buffer.hasMoreTokens()", "buffer == null", "buffer", "null", "!buffer.hasMoreTokens()", "buffer.hasMoreTokens()", "buffer.hasMoreTokens", "buffer", "{\n buffer = new StringTokenizer(readLine());\n }", "buffer = new StringTokenizer(readLine())", "buffer", "new StringTokenizer(readLine())", "return buffer.nextToken();", "buffer.nextToken()", "buffer.nextToken", "buffer", "int readInt() {\n return Integer.parseInt(read());\n }", "readInt", "{\n return Integer.parseInt(read());\n }", "return Integer.parseInt(read());", "Integer.parseInt(read())", "Integer.parseInt", "Integer", "read()", "read", "long readLong() {\n return Long.parseLong(read());\n }", "readLong", "{\n return Long.parseLong(read());\n }", "return Long.parseLong(read());", "Long.parseLong(read())", "Long.parseLong", "Long", "read()", "read", "double readDouble() {\n return Double.parseDouble(read());\n }", "readDouble", "{\n return Double.parseDouble(read());\n }", "return Double.parseDouble(read());", "Double.parseDouble(read())", "Double.parseDouble", "Double", "read()", "read", "public class Main {\n void run() {\n int W = readInt();\n int H = readInt();\n int X = readInt();\n int Y = readInt();\n int R = readInt();\n if (X - R >= 0 && Y - R >= 0 && X + R <= W && Y + R <= H) {\n sysout.println(\"Yes\");\n } else {\n sysout.println(\"No\");\n }\n }\n\n public static void main(String[] args) {\n new Main().run();\n }\n\n // flush automatically iff you call `println` or `printf` or `format`.\n PrintWriter sysout = new PrintWriter(System.out, true);\n\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer buffer = null;\n\n String readLine() {\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n\n String read() {\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }\n\n int readInt() {\n return Integer.parseInt(read());\n }\n\n long readLong() {\n return Long.parseLong(read());\n }\n\n double readDouble() {\n return Double.parseDouble(read());\n }\n}", "public class Main {\n void run() {\n int W = readInt();\n int H = readInt();\n int X = readInt();\n int Y = readInt();\n int R = readInt();\n if (X - R >= 0 && Y - R >= 0 && X + R <= W && Y + R <= H) {\n sysout.println(\"Yes\");\n } else {\n sysout.println(\"No\");\n }\n }\n\n public static void main(String[] args) {\n new Main().run();\n }\n\n // flush automatically iff you call `println` or `printf` or `format`.\n PrintWriter sysout = new PrintWriter(System.out, true);\n\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer buffer = null;\n\n String readLine() {\n buffer = null;\n try {\n return in.readLine();\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n\n String read() {\n if (buffer == null || !buffer.hasMoreTokens()) {\n buffer = new StringTokenizer(readLine());\n }\n return buffer.nextToken();\n }\n\n int readInt() {\n return Integer.parseInt(read());\n }\n\n long readLong() {\n return Long.parseLong(read());\n }\n\n double readDouble() {\n return Double.parseDouble(read());\n }\n}", "Main" ]
import javax.management.MXBean; import java.io.*; import java.util.*; public class Main { void run() { int W = readInt(); int H = readInt(); int X = readInt(); int Y = readInt(); int R = readInt(); if (X - R >= 0 && Y - R >= 0 && X + R <= W && Y + R <= H) { sysout.println("Yes"); } else { sysout.println("No"); } } public static void main(String[] args) { new Main().run(); } // flush automatically iff you call `println` or `printf` or `format`. PrintWriter sysout = new PrintWriter(System.out, true); BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer buffer = null; String readLine() { buffer = null; try { return in.readLine(); } catch (IOException e) { throw new RuntimeException(e); } } String read() { if (buffer == null || !buffer.hasMoreTokens()) { buffer = new StringTokenizer(readLine()); } return buffer.nextToken(); } int readInt() { return Integer.parseInt(read()); } long readLong() { return Long.parseLong(read()); } double readDouble() { return Double.parseDouble(read()); } }
[ 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, 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 ], [ 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 ], [ 86, 88 ], [ 84, 89 ], [ 60, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 90, 95 ], [ 6, 96 ], [ 96, 97 ] ]
[ "import java.io.*;\n \nclass Main{ \npublic static void main(String[] args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[ ] str_div = br.readLine().split(\" \");\n\n int w = Integer.parseInt(str_div[0]);\n int h = Integer.parseInt(str_div[1]);\n int x = Integer.parseInt(str_div[2]);\n int y = Integer.parseInt(str_div[3]);\n int r = Integer.parseInt(str_div[4]);\n\n\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", "class Main{ \npublic static void main(String[] args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[ ] str_div = br.readLine().split(\" \");\n\n int w = Integer.parseInt(str_div[0]);\n int h = Integer.parseInt(str_div[1]);\n int x = Integer.parseInt(str_div[2]);\n int y = Integer.parseInt(str_div[3]);\n int r = Integer.parseInt(str_div[4]);\n\n\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", "public static void main(String[] args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[ ] str_div = br.readLine().split(\" \");\n\n int w = Integer.parseInt(str_div[0]);\n int h = Integer.parseInt(str_div[1]);\n int x = Integer.parseInt(str_div[2]);\n int y = Integer.parseInt(str_div[3]);\n int r = Integer.parseInt(str_div[4]);\n\n\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 }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[ ] str_div = br.readLine().split(\" \");\n\n int w = Integer.parseInt(str_div[0]);\n int h = Integer.parseInt(str_div[1]);\n int x = Integer.parseInt(str_div[2]);\n int y = Integer.parseInt(str_div[3]);\n int r = Integer.parseInt(str_div[4]);\n\n\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 }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[ ] str_div = br.readLine().split(\" \");", "str_div", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int w = Integer.parseInt(str_div[0]);", "w", "Integer.parseInt(str_div[0])", "Integer.parseInt", "Integer", "str_div[0]", "str_div", "0", "int h = Integer.parseInt(str_div[1]);", "h", "Integer.parseInt(str_div[1])", "Integer.parseInt", "Integer", "str_div[1]", "str_div", "1", "int x = Integer.parseInt(str_div[2]);", "x", "Integer.parseInt(str_div[2])", "Integer.parseInt", "Integer", "str_div[2]", "str_div", "2", "int y = Integer.parseInt(str_div[3]);", "y", "Integer.parseInt(str_div[3])", "Integer.parseInt", "Integer", "str_div[3]", "str_div", "3", "int r = Integer.parseInt(str_div[4]);", "r", "Integer.parseInt(str_div[4])", "Integer.parseInt", "Integer", "str_div[4]", "str_div", "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\");", "(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" ]
import java.io.*; class Main{ public static void main(String[] args)throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[ ] str_div = br.readLine().split(" "); int w = Integer.parseInt(str_div[0]); int h = Integer.parseInt(str_div[1]); int x = Integer.parseInt(str_div[2]); int y = Integer.parseInt(str_div[3]); int r = Integer.parseInt(str_div[4]); if((x - r >= 0) && (x + r <= w) && (y - r >= 0) && (y + r <= h)) System.out.println("Yes"); else System.out.println("No"); } }
[ 7, 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, 13, 13, 2, 13, 13, 2, 13, 2, 13, 13, 2, 13, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 23, 13, 23, 13, 12, 13, 30, 4, 18, 20, 18, 13, 13, 18, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 100, 2 ], [ 100, 3 ], [ 3, 4 ], [ 3, 5 ], [ 5, 6 ], [ 6, 7 ], [ 6, 8 ], [ 5, 9 ], [ 9, 10 ], [ 5, 11 ], [ 11, 12 ], [ 5, 13 ], [ 13, 14 ], [ 5, 15 ], [ 15, 16 ], [ 5, 17 ], [ 17, 18 ], [ 5, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 5, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 5, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 5, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 5, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 5, 44 ], [ 44, 45 ], [ 47, 46 ], [ 54, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 51, 52 ], [ 51, 53 ], [ 54, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 56, 58 ], [ 47, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 61, 63 ], [ 44, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 65, 70 ], [ 44, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 72, 77 ], [ 5, 78 ], [ 78, 79 ], [ 79, 80 ], [ 3, 81 ], [ 81, 82 ], [ 3, 83 ], [ 83, 84 ], [ 100, 85 ], [ 85, 86 ], [ 85, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 88, 91 ], [ 91, 92 ], [ 91, 93 ], [ 88, 94 ], [ 94, 95 ], [ 94, 96 ], [ 85, 97 ], [ 97, 98 ], [ 0, 99 ], [ 99, 100 ], [ 99, 101 ] ]
[ "public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int w, h, x, y, r;\n w = sc.nextInt();\n h = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n\n if(x >= r && y >= r && w >= (x + r) && h >= (y + r)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}", "public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int w, h, x, y, r;\n w = sc.nextInt();\n h = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n\n if(x >= r && y >= r && w >= (x + r) && h >= (y + r)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}", "Main", "public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int w, h, x, y, r;\n w = sc.nextInt();\n h = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n\n if(x >= r && y >= r && w >= (x + r) && h >= (y + r)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n/*fin*/\n sc.close();\n }", "run", "{\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int w, h, x, y, r;\n w = sc.nextInt();\n h = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n\n if(x >= r && y >= r && w >= (x + r) && h >= (y + r)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n/*fin*/\n sc.close();\n }", "java.util.Scanner sc = new java.util.Scanner(in);", "sc", "new java.util.Scanner(in)", "int w", "w", "h", "h", "x", "x", "y", "y", "r;", "r", "w = sc.nextInt()", "w", "sc.nextInt()", "sc.nextInt", "sc", "h = sc.nextInt()", "h", "sc.nextInt()", "sc.nextInt", "sc", "x = sc.nextInt()", "x", "sc.nextInt()", "sc.nextInt", "sc", "y = sc.nextInt()", "y", "sc.nextInt()", "sc.nextInt", "sc", "r = sc.nextInt()", "r", "sc.nextInt()", "sc.nextInt", "sc", "if(x >= r && y >= r && w >= (x + r) && h >= (y + r)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }", "x >= r && y >= r && w >= (x + r) && h >= (y + r)", "w >= (x + r)", "x >= r && y >= r && w >= (x + r) && h >= (y + r)", "x >= r", "x", "r", "y >= r", "y", "r", "w >= (x + r)", "w", "(x + r)", "x", "r", "h >= (y + r)", "h", "(y + r)", "y", "r", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "sc.close()", "sc.close", "sc", "java.io.InputStream in", "in", "java.io.PrintStream out", "out", "public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }", "main", "{\n (new Main()).run(System.in, System.out);\n }", "(new Main()).run(System.in, System.out)", "(new Main()).run", "(new Main())", "System.in", "System", "System.in", "System.out", "System", "System.out", "String[] args", "args", "public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int w, h, x, y, r;\n w = sc.nextInt();\n h = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n\n if(x >= r && y >= r && w >= (x + r) && h >= (y + r)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}", "public class Main{\n public void run(java.io.InputStream in, java.io.PrintStream out){\n java.util.Scanner sc = new java.util.Scanner(in);\n/*answer*/\n int w, h, x, y, r;\n w = sc.nextInt();\n h = sc.nextInt();\n x = sc.nextInt();\n y = sc.nextInt();\n r = sc.nextInt();\n\n if(x >= r && y >= r && w >= (x + r) && h >= (y + r)){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n/*fin*/\n sc.close();\n }\n public static void main(String[] args){\n (new Main()).run(System.in, System.out);\n }\n}", "Main" ]
public class Main{ public void run(java.io.InputStream in, java.io.PrintStream out){ java.util.Scanner sc = new java.util.Scanner(in); /*answer*/ int w, h, x, y, r; w = sc.nextInt(); h = sc.nextInt(); x = sc.nextInt(); y = sc.nextInt(); r = sc.nextInt(); if(x >= r && y >= r && w >= (x + r) && h >= (y + r)){ System.out.println("Yes"); }else{ System.out.println("No"); } /*fin*/ sc.close(); } public static void main(String[] args){ (new Main()).run(System.in, System.out); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 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, 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, 0, 13, 17, 30, 0, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 103, 5 ], [ 103, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 14, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 38, 41 ], [ 41, 42 ], [ 41, 43 ], [ 8, 44 ], [ 44, 45 ], [ 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 ], [ 8, 62 ], [ 62, 63 ], [ 65, 64 ], [ 76, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 65, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 76, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 76, 80 ], [ 65, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 81, 85 ], [ 62, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 62, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 8, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 94, 99 ], [ 6, 100 ], [ 100, 101 ], [ 0, 102 ], [ 102, 103 ], [ 102, 104 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint width = Integer.parseInt(lines[0]);\n\t\tint height = Integer.parseInt(lines[1]);\n\t\tint x = Integer.parseInt(lines[2]);\n\t\tint y = Integer.parseInt(lines[3]);\n\t\tint r = Integer.parseInt(lines[4]);\n\t\tString result;\n\n\t\tif(x - r >= 0 && x + r <= width && y - r >= 0 && y + r <= height) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\n\n\t\tSystem.out.println(result);\n\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint width = Integer.parseInt(lines[0]);\n\t\tint height = Integer.parseInt(lines[1]);\n\t\tint x = Integer.parseInt(lines[2]);\n\t\tint y = Integer.parseInt(lines[3]);\n\t\tint r = Integer.parseInt(lines[4]);\n\t\tString result;\n\n\t\tif(x - r >= 0 && x + r <= width && y - r >= 0 && y + r <= height) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\n\n\t\tSystem.out.println(result);\n\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint width = Integer.parseInt(lines[0]);\n\t\tint height = Integer.parseInt(lines[1]);\n\t\tint x = Integer.parseInt(lines[2]);\n\t\tint y = Integer.parseInt(lines[3]);\n\t\tint r = Integer.parseInt(lines[4]);\n\t\tString result;\n\n\t\tif(x - r >= 0 && x + r <= width && y - r >= 0 && y + r <= height) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\n\n\t\tSystem.out.println(result);\n\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint width = Integer.parseInt(lines[0]);\n\t\tint height = Integer.parseInt(lines[1]);\n\t\tint x = Integer.parseInt(lines[2]);\n\t\tint y = Integer.parseInt(lines[3]);\n\t\tint r = Integer.parseInt(lines[4]);\n\t\tString result;\n\n\t\tif(x - r >= 0 && x + r <= width && y - r >= 0 && y + r <= height) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\n\n\t\tSystem.out.println(result);\n\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String[] lines = sc.nextLine().split(\" \");", "lines", "sc.nextLine().split(\" \")", "sc.nextLine().split", "sc.nextLine()", "sc.nextLine", "sc", "\" \"", "int width = Integer.parseInt(lines[0]);", "width", "Integer.parseInt(lines[0])", "Integer.parseInt", "Integer", "lines[0]", "lines", "0", "int height = Integer.parseInt(lines[1]);", "height", "Integer.parseInt(lines[1])", "Integer.parseInt", "Integer", "lines[1]", "lines", "1", "int x = Integer.parseInt(lines[2]);", "x", "Integer.parseInt(lines[2])", "Integer.parseInt", "Integer", "lines[2]", "lines", "2", "int y = Integer.parseInt(lines[3]);", "y", "Integer.parseInt(lines[3])", "Integer.parseInt", "Integer", "lines[3]", "lines", "3", "int r = Integer.parseInt(lines[4]);", "r", "Integer.parseInt(lines[4])", "Integer.parseInt", "Integer", "lines[4]", "lines", "4", "String result;", "result", "if(x - r >= 0 && x + r <= width && y - r >= 0 && y + r <= height) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}", "x - r >= 0 && x + r <= width && y - r >= 0 && y + r <= height", "y - r >= 0", "x - r >= 0 && x + r <= width && y - r >= 0 && y + r <= height", "x - r >= 0", "x - r", "x", "r", "0", "x + r <= width", "x + r", "x", "r", "width", "y - r >= 0", "y - r", "y", "r", "0", "y + r <= height", "y + r", "y", "r", "height", "{\n\t\t\tresult = \"Yes\";\n\t\t}", "result = \"Yes\"", "result", "\"Yes\"", "{\n\t\t\tresult = \"No\";\n\t\t}", "result = \"No\"", "result", "\"No\"", "System.out.println(result)", "System.out.println", "System.out", "System", "System.out", "result", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint width = Integer.parseInt(lines[0]);\n\t\tint height = Integer.parseInt(lines[1]);\n\t\tint x = Integer.parseInt(lines[2]);\n\t\tint y = Integer.parseInt(lines[3]);\n\t\tint r = Integer.parseInt(lines[4]);\n\t\tString result;\n\n\t\tif(x - r >= 0 && x + r <= width && y - r >= 0 && y + r <= height) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\n\n\t\tSystem.out.println(result);\n\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t//split??????????????§????????????????§£????????£??\\\n\t\tString[] lines = sc.nextLine().split(\" \");\n\t\tint width = Integer.parseInt(lines[0]);\n\t\tint height = Integer.parseInt(lines[1]);\n\t\tint x = Integer.parseInt(lines[2]);\n\t\tint y = Integer.parseInt(lines[3]);\n\t\tint r = Integer.parseInt(lines[4]);\n\t\tString result;\n\n\t\tif(x - r >= 0 && x + r <= width && y - r >= 0 && y + r <= height) {\n\t\t\tresult = \"Yes\";\n\t\t} else {\n\t\t\tresult = \"No\";\n\t\t}\n\n\n\n\t\tSystem.out.println(result);\n\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); //split??????????????§????????????????§£????????£??\ String[] lines = sc.nextLine().split(" "); int width = Integer.parseInt(lines[0]); int height = Integer.parseInt(lines[1]); int x = Integer.parseInt(lines[2]); int y = Integer.parseInt(lines[3]); int r = Integer.parseInt(lines[4]); String result; if(x - r >= 0 && x + r <= width && y - r >= 0 && y + r <= height) { result = "Yes"; } else { result = "No"; } System.out.println(result); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 20, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 17, 14, 2, 2, 2, 2, 13, 13, 2, 13, 2, 13, 13, 2, 13, 13, 2, 13, 2, 13, 13, 30, 0, 13, 17, 30, 0, 13, 17, 4, 18, 18, 13, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 122, 5 ], [ 122, 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 ], [ 54, 56 ], [ 56, 57 ], [ 56, 58 ], [ 8, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 61, 63 ], [ 8, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 66, 68 ], [ 8, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 71, 73 ], [ 8, 74 ], [ 74, 75 ], [ 74, 76 ], [ 76, 77 ], [ 76, 78 ], [ 8, 79 ], [ 79, 80 ], [ 79, 81 ], [ 8, 82 ], [ 82, 83 ], [ 85, 84 ], [ 94, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 85, 89 ], [ 89, 90 ], [ 89, 91 ], [ 91, 92 ], [ 91, 93 ], [ 94, 94 ], [ 94, 95 ], [ 94, 96 ], [ 85, 97 ], [ 97, 98 ], [ 97, 99 ], [ 99, 100 ], [ 99, 101 ], [ 82, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 82, 106 ], [ 106, 107 ], [ 107, 108 ], [ 107, 109 ], [ 8, 110 ], [ 110, 111 ], [ 111, 112 ], [ 112, 113 ], [ 112, 114 ], [ 110, 115 ], [ 8, 116 ], [ 116, 117 ], [ 117, 118 ], [ 6, 119 ], [ 119, 120 ], [ 0, 121 ], [ 121, 122 ], [ 121, 123 ] ]
[ "import java.util.Scanner;\n \npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n String[] split = line.split(\" \");\n int[] num = new int[split.length];\n \n for (int i = 0; i < split.length; i++) {\n num[i] = Integer.parseInt(split[i]);\n }\n int w = num[0];\n int h = num[1];\n int x = num[2];\n int y = num[3];\n int r = num[4];\n String str = null;\n if(r <= x && x <= (w - r) && r <= y && y <= (h - r)) {\n str = \"Yes\";\n } else {\n str = \"No\";\n }\n \n System.out.println(str);\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 String line = sc.nextLine();\n String[] split = line.split(\" \");\n int[] num = new int[split.length];\n \n for (int i = 0; i < split.length; i++) {\n num[i] = Integer.parseInt(split[i]);\n }\n int w = num[0];\n int h = num[1];\n int x = num[2];\n int y = num[3];\n int r = num[4];\n String str = null;\n if(r <= x && x <= (w - r) && r <= y && y <= (h - r)) {\n str = \"Yes\";\n } else {\n str = \"No\";\n }\n \n System.out.println(str);\n sc.close();\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n String[] split = line.split(\" \");\n int[] num = new int[split.length];\n \n for (int i = 0; i < split.length; i++) {\n num[i] = Integer.parseInt(split[i]);\n }\n int w = num[0];\n int h = num[1];\n int x = num[2];\n int y = num[3];\n int r = num[4];\n String str = null;\n if(r <= x && x <= (w - r) && r <= y && y <= (h - r)) {\n str = \"Yes\";\n } else {\n str = \"No\";\n }\n \n System.out.println(str);\n sc.close();\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n String[] split = line.split(\" \");\n int[] num = new int[split.length];\n \n for (int i = 0; i < split.length; i++) {\n num[i] = Integer.parseInt(split[i]);\n }\n int w = num[0];\n int h = num[1];\n int x = num[2];\n int y = num[3];\n int r = num[4];\n String str = null;\n if(r <= x && x <= (w - r) && r <= y && y <= (h - r)) {\n str = \"Yes\";\n } else {\n str = \"No\";\n }\n \n System.out.println(str);\n sc.close();\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String line = sc.nextLine();", "line", "sc.nextLine()", "sc.nextLine", "sc", "String[] split = line.split(\" \");", "split", "line.split(\" \")", "line.split", "line", "\" \"", "int[] num = new int[split.length];", "num", "new int[split.length]", "split.length", "split", "split.length", "for (int i = 0; i < split.length; i++) {\n num[i] = Integer.parseInt(split[i]);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < split.length", "i", "split.length", "split", "split.length", "i++", "i++", "i", "{\n num[i] = Integer.parseInt(split[i]);\n }", "{\n num[i] = Integer.parseInt(split[i]);\n }", "num[i] = Integer.parseInt(split[i])", "num[i]", "num", "i", "Integer.parseInt(split[i])", "Integer.parseInt", "Integer", "split[i]", "split", "i", "int w = num[0];", "w", "num[0]", "num", "0", "int h = num[1];", "h", "num[1]", "num", "1", "int x = num[2];", "x", "num[2]", "num", "2", "int y = num[3];", "y", "num[3]", "num", "3", "int r = num[4];", "r", "num[4]", "num", "4", "String str = null;", "str", "null", "if(r <= x && x <= (w - r) && r <= y && y <= (h - r)) {\n str = \"Yes\";\n } else {\n str = \"No\";\n }", "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 str = \"Yes\";\n }", "str = \"Yes\"", "str", "\"Yes\"", "{\n str = \"No\";\n }", "str = \"No\"", "str", "\"No\"", "System.out.println(str)", "System.out.println", "System.out", "System", "System.out", "str", "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 String line = sc.nextLine();\n String[] split = line.split(\" \");\n int[] num = new int[split.length];\n \n for (int i = 0; i < split.length; i++) {\n num[i] = Integer.parseInt(split[i]);\n }\n int w = num[0];\n int h = num[1];\n int x = num[2];\n int y = num[3];\n int r = num[4];\n String str = null;\n if(r <= x && x <= (w - r) && r <= y && y <= (h - r)) {\n str = \"Yes\";\n } else {\n str = \"No\";\n }\n \n System.out.println(str);\n sc.close();\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String line = sc.nextLine();\n String[] split = line.split(\" \");\n int[] num = new int[split.length];\n \n for (int i = 0; i < split.length; i++) {\n num[i] = Integer.parseInt(split[i]);\n }\n int w = num[0];\n int h = num[1];\n int x = num[2];\n int y = num[3];\n int r = num[4];\n String str = null;\n if(r <= x && x <= (w - r) && r <= y && y <= (h - r)) {\n str = \"Yes\";\n } else {\n str = \"No\";\n }\n \n System.out.println(str);\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); String line = sc.nextLine(); String[] split = line.split(" "); int[] num = new int[split.length]; for (int i = 0; i < split.length; i++) { num[i] = Integer.parseInt(split[i]); } int w = num[0]; int h = num[1]; int x = num[2]; int y = num[3]; int r = num[4]; String str = null; if(r <= x && x <= (w - r) && r <= y && y <= (h - r)) { str = "Yes"; } else { str = "No"; } System.out.println(str); sc.close(); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 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, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 105, 8 ], [ 105, 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 ], [ 69, 68 ], [ 80, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 72, 74 ], [ 69, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 75, 79 ], [ 80, 80 ], [ 80, 81 ], [ 80, 82 ], [ 82, 83 ], [ 82, 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 ], [ 9, 102 ], [ 102, 103 ], [ 0, 104 ], [ 104, 105 ], [ 104, 106 ] ]
[ "import java.io.*;\nimport java.util.Arrays;\n\npublic class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint W=Integer.parseInt(str[0]);\n\t\tint H=Integer.parseInt(str[1]);\n\t\tint x=Integer.parseInt(str[2]);\n\t\tint y=Integer.parseInt(str[3]);\n\t\tint r=Integer.parseInt(str[4]);\n\t\tif(0<=x-r && x+r<=W && 0<=y-r && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.Arrays;", "Arrays", "java.util", "public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint W=Integer.parseInt(str[0]);\n\t\tint H=Integer.parseInt(str[1]);\n\t\tint x=Integer.parseInt(str[2]);\n\t\tint y=Integer.parseInt(str[3]);\n\t\tint r=Integer.parseInt(str[4]);\n\t\tif(0<=x-r && x+r<=W && 0<=y-r && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}", "Main", "public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint W=Integer.parseInt(str[0]);\n\t\tint H=Integer.parseInt(str[1]);\n\t\tint x=Integer.parseInt(str[2]);\n\t\tint y=Integer.parseInt(str[3]);\n\t\tint r=Integer.parseInt(str[4]);\n\t\tif(0<=x-r && x+r<=W && 0<=y-r && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint W=Integer.parseInt(str[0]);\n\t\tint H=Integer.parseInt(str[1]);\n\t\tint x=Integer.parseInt(str[2]);\n\t\tint y=Integer.parseInt(str[3]);\n\t\tint r=Integer.parseInt(str[4]);\n\t\tif(0<=x-r && x+r<=W && 0<=y-r && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}", "BufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));", "br", "new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in))", "String line=br.readLine();", "line", "br.readLine()", "br.readLine", "br", "String[] str = line.split(\" \");", "str", "line.split(\" \")", "line.split", "line", "\" \"", "int 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(0<=x-r && x+r<=W && 0<=y-r && y+r<=H) System.out.println(\"Yes\");\n\t\telse 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", "public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint W=Integer.parseInt(str[0]);\n\t\tint H=Integer.parseInt(str[1]);\n\t\tint x=Integer.parseInt(str[2]);\n\t\tint y=Integer.parseInt(str[3]);\n\t\tint r=Integer.parseInt(str[4]);\n\t\tif(0<=x-r && x+r<=W && 0<=y-r && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(\n\t\t\t\tnew InputStreamReader (System.in));\n\t\tString line=br.readLine();\n\t\tString[] str = line.split(\" \");\n\t\tint W=Integer.parseInt(str[0]);\n\t\tint H=Integer.parseInt(str[1]);\n\t\tint x=Integer.parseInt(str[2]);\n\t\tint y=Integer.parseInt(str[3]);\n\t\tint r=Integer.parseInt(str[4]);\n\t\tif(0<=x-r && x+r<=W && 0<=y-r && y+r<=H) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}", "Main" ]
import java.io.*; import java.util.Arrays; public class Main { public static void main(String[] args) throws Exception{ BufferedReader br = new BufferedReader( new InputStreamReader (System.in)); String line=br.readLine(); String[] str = line.split(" "); 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(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, 4, 13, 2, 13, 13, 17, 13, 4, 13, 2, 13, 13, 17, 13, 4, 13, 2, 13, 13, 17, 13, 4, 13, 2, 13, 13, 17, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 12, 13, 30, 29, 2, 2, 13, 13, 2, 13, 13, 23, 13, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 103, 5 ], [ 103, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 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 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 41, 47 ], [ 40, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 48, 54 ], [ 39, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 55, 61 ], [ 40, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 62, 68 ], [ 37, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 70, 75 ], [ 37, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 77, 82 ], [ 6, 83 ], [ 83, 84 ], [ 103, 85 ], [ 85, 86 ], [ 85, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 90, 92 ], [ 89, 93 ], [ 93, 94 ], [ 93, 95 ], [ 85, 96 ], [ 96, 97 ], [ 85, 98 ], [ 98, 99 ], [ 85, 100 ], [ 100, 101 ], [ 0, 102 ], [ 102, 103 ], [ 102, 104 ] ]
[ "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 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 (in(x - r, 0, w) && in(x + r, 0, w) && in(y - r, 0, h) && in(y + r, 0, h)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n \n public static boolean in(int value, int min, int max) {\n return value >= min && value <= max;\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 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 (in(x - r, 0, w) && in(x + r, 0, w) && in(y - r, 0, h) && in(y + r, 0, h)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n \n public static boolean in(int value, int min, int max) {\n return value >= min && value <= max;\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \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 (in(x - r, 0, w) && in(x + r, 0, w) && in(y - r, 0, h) && in(y + r, 0, h)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n \n int 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 (in(x - r, 0, w) && in(x + r, 0, w) && in(y - r, 0, h) && in(y + r, 0, h)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int 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 (in(x - r, 0, w) && in(x + r, 0, w) && in(y - r, 0, h) && in(y + r, 0, h)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }", "in(x - r, 0, w) && in(x + r, 0, w) && in(y - r, 0, h) && in(y + r, 0, h)", "in(y - r, 0, h)", "in(x - r, 0, w) && in(x + r, 0, w) && in(y - r, 0, h) && in(y + r, 0, h)", "in(x - r, 0, w)", "in", "x - r", "x", "r", "0", "w", "in(x + r, 0, w)", "in", "x + r", "x", "r", "0", "w", "in(y - r, 0, h)", "in", "y - r", "y", "r", "0", "h", "in(y + r, 0, h)", "in", "y + r", "y", "r", "0", "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 static boolean in(int value, int min, int max) {\n return value >= min && value <= max;\n }", "in", "{\n return value >= min && value <= max;\n }", "return value >= min && value <= max;", "value >= min && value <= max", "value >= min", "value", "min", "value <= max", "value", "max", "int value", "value", "int min", "min", "int max", "max", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \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 (in(x - r, 0, w) && in(x + r, 0, w) && in(y - r, 0, h) && in(y + r, 0, h)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n \n public static boolean in(int value, int min, int max) {\n return value >= min && value <= max;\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \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 (in(x - r, 0, w) && in(x + r, 0, w) && in(y - r, 0, h) && in(y + r, 0, h)) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n \n public static boolean in(int value, int min, int max) {\n return value >= min && value <= max;\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 (in(x - r, 0, w) && in(x + r, 0, w) && in(y - r, 0, h) && in(y + r, 0, h)) { System.out.println("Yes"); } else { System.out.println("No"); } } public static boolean in(int value, int min, int max) { return value >= min && value <= max; } }
[ 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, 20, 0, 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, 13, 2, 2, 13, 13, 13, 2, 13, 13, 2, 2, 13, 13, 13, 30, 0, 13, 17, 30, 0, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 114, 8 ], [ 114, 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 ], [ 26, 28 ], [ 11, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 31, 36 ], [ 11, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 11, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 11, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 55, 58 ], [ 58, 59 ], [ 58, 60 ], [ 11, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 66, 67 ], [ 66, 68 ], [ 11, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 72, 73 ], [ 71, 74 ], [ 74, 75 ], [ 74, 76 ], [ 11, 77 ], [ 77, 78 ], [ 80, 79 ], [ 89, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 84, 88 ], [ 89, 89 ], [ 89, 90 ], [ 89, 91 ], [ 80, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 92, 96 ], [ 77, 97 ], [ 97, 98 ], [ 98, 99 ], [ 98, 100 ], [ 77, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 11, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 107, 109 ], [ 105, 110 ], [ 9, 111 ], [ 111, 112 ], [ 0, 113 ], [ 113, 114 ], [ 113, 115 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[], ans;\n\t\tint W, H, x, y, r;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n W = Integer.parseInt(str[0]);\n H = Integer.parseInt(str[1]);\n x = Integer.parseInt(str[2]);\n y = Integer.parseInt(str[3]);\n r = Integer.parseInt(str[4]);\n\n if(r <= x && x + r <= W && r <= y && y + r <= H){\n \tans = \"Yes\";\n }else{\n \tans = \"No\";\n }\n System.out.println(ans);\n\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[], ans;\n\t\tint W, H, x, y, r;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n W = Integer.parseInt(str[0]);\n H = Integer.parseInt(str[1]);\n x = Integer.parseInt(str[2]);\n y = Integer.parseInt(str[3]);\n r = Integer.parseInt(str[4]);\n\n if(r <= x && x + r <= W && r <= y && y + r <= H){\n \tans = \"Yes\";\n }else{\n \tans = \"No\";\n }\n System.out.println(ans);\n\n\t}\n\n}", "Main", "public static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[], ans;\n\t\tint W, H, x, y, r;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n W = Integer.parseInt(str[0]);\n H = Integer.parseInt(str[1]);\n x = Integer.parseInt(str[2]);\n y = Integer.parseInt(str[3]);\n r = Integer.parseInt(str[4]);\n\n if(r <= x && x + r <= W && r <= y && y + r <= H){\n \tans = \"Yes\";\n }else{\n \tans = \"No\";\n }\n System.out.println(ans);\n\n\t}", "main", "{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[], ans;\n\t\tint W, H, x, y, r;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n W = Integer.parseInt(str[0]);\n H = Integer.parseInt(str[1]);\n x = Integer.parseInt(str[2]);\n y = Integer.parseInt(str[3]);\n r = Integer.parseInt(str[4]);\n\n if(r <= x && x + r <= W && r <= y && y + r <= H){\n \tans = \"Yes\";\n }else{\n \tans = \"No\";\n }\n System.out.println(ans);\n\n\t}", "String str[]", "str", "ans;", "ans", "int W", "W", "H", "H", "x", "x", "y", "y", "r;", "r", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "str = br.readLine().split(\" \")", "str", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "W = Integer.parseInt(str[0])", "W", "Integer.parseInt(str[0])", "Integer.parseInt", "Integer", "str[0]", "str", "0", "H = Integer.parseInt(str[1])", "H", "Integer.parseInt(str[1])", "Integer.parseInt", "Integer", "str[1]", "str", "1", "x = Integer.parseInt(str[2])", "x", "Integer.parseInt(str[2])", "Integer.parseInt", "Integer", "str[2]", "str", "2", "y = Integer.parseInt(str[3])", "y", "Integer.parseInt(str[3])", "Integer.parseInt", "Integer", "str[3]", "str", "3", "r = Integer.parseInt(str[4])", "r", "Integer.parseInt(str[4])", "Integer.parseInt", "Integer", "str[4]", "str", "4", "if(r <= x && x + r <= W && r <= y && y + r <= H){\n \tans = \"Yes\";\n }else{\n \tans = \"No\";\n }", "r <= x && x + r <= W && r <= y && y + r <= H", "r <= y", "r <= x && x + r <= W && r <= y && y + r <= H", "r <= x", "r", "x", "x + r <= W", "x + r", "x", "r", "W", "r <= y", "r", "y", "y + r <= H", "y + r", "y", "r", "H", "{\n \tans = \"Yes\";\n }", "ans = \"Yes\"", "ans", "\"Yes\"", "{\n \tans = \"No\";\n }", "ans = \"No\"", "ans", "\"No\"", "System.out.println(ans)", "System.out.println", "System.out", "System", "System.out", "ans", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[], ans;\n\t\tint W, H, x, y, r;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n W = Integer.parseInt(str[0]);\n H = Integer.parseInt(str[1]);\n x = Integer.parseInt(str[2]);\n y = Integer.parseInt(str[3]);\n r = Integer.parseInt(str[4]);\n\n if(r <= x && x + r <= W && r <= y && y + r <= H){\n \tans = \"Yes\";\n }else{\n \tans = \"No\";\n }\n System.out.println(ans);\n\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tString str[], ans;\n\t\tint W, H, x, y, r;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n str = br.readLine().split(\" \");\n W = Integer.parseInt(str[0]);\n H = Integer.parseInt(str[1]);\n x = Integer.parseInt(str[2]);\n y = Integer.parseInt(str[3]);\n r = Integer.parseInt(str[4]);\n\n if(r <= x && x + r <= W && r <= y && y + r <= H){\n \tans = \"Yes\";\n }else{\n \tans = \"No\";\n }\n System.out.println(ans);\n\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws Exception{ // TODO ????????????????????????????????????????????? String str[], ans; int W, H, x, y, r; BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); str = br.readLine().split(" "); W = Integer.parseInt(str[0]); H = Integer.parseInt(str[1]); x = Integer.parseInt(str[2]); y = Integer.parseInt(str[3]); r = Integer.parseInt(str[4]); if(r <= x && x + r <= W && r <= y && y + r <= H){ ans = "Yes"; }else{ ans = "No"; } System.out.println(ans); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 106, 14 ], [ 106, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 23, 28 ], [ 17, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 34, 36 ], [ 17, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 17, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 17, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 55, 58 ], [ 58, 59 ], [ 58, 60 ], [ 17, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 66, 67 ], [ 66, 68 ], [ 17, 69 ], [ 69, 70 ], [ 72, 71 ], [ 79, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 76, 77 ], [ 76, 78 ], [ 79, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 79, 83 ], [ 72, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 84, 88 ], [ 69, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 90, 95 ], [ 69, 96 ], [ 96, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 99, 101 ], [ 97, 102 ], [ 15, 103 ], [ 103, 104 ], [ 0, 105 ], [ 105, 106 ], [ 105, 107 ] ]
[ "\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nimport javax.swing.InputMap;\n\npublic class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s[] = br.readLine().split(\" \");\n\t\tint 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\t\tif(x >= r && y >= r && W-x >= r && H-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\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import javax.swing.InputMap;", "InputMap", "javax.swing", "public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s[] = br.readLine().split(\" \");\n\t\tint 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\t\tif(x >= r && y >= r && W-x >= r && H-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\t}\n\n}", "Main", "/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s[] = br.readLine().split(\" \");\n\t\tint 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\t\tif(x >= r && y >= r && W-x >= r && H-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\t}", "main", "{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s[] = br.readLine().split(\" \");\n\t\tint 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\t\tif(x >= r && y >= r && W-x >= r && H-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\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String s[] = br.readLine().split(\" \");", "s", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int 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 && y >= r && W-x >= r && H-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 && y >= r && W-x >= r && H-y >= r", "W-x >= r", "x >= r && y >= r && W-x >= r && H-y >= r", "x >= r", "x", "r", "y >= r", "y", "r", "W-x >= r", "W-x", "W", "x", "r", "H-y >= r", "H-y", "H", "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\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s[] = br.readLine().split(\" \");\n\t\tint 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\t\tif(x >= r && y >= r && W-x >= r && H-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\t}\n\n}", "public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s[] = br.readLine().split(\" \");\n\t\tint 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\t\tif(x >= r && y >= r && W-x >= r && H-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\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import javax.swing.InputMap; public class Main { /** * @param args * @throws IOException */ public static void main(String[] args) throws IOException { // TODO Auto-generated method stub BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String s[] = br.readLine().split(" "); int 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 && y >= r && W-x >= r && H-y >= 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, 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 ], [ 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\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\n\t\tif(\n\t\t ((x+r)<=W)\n\t\t&& ((x-r)>=0)\n\t\t&& ((y+r)<=H) \n\t\t&& ((y-r)>=0)\n\t\t){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint 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\n\t\tif(\n\t\t ((x+r)<=W)\n\t\t&& ((x-r)>=0)\n\t\t&& ((y+r)<=H) \n\t\t&& ((y-r)>=0)\n\t\t){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint 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\n\t\tif(\n\t\t ((x+r)<=W)\n\t\t&& ((x-r)>=0)\n\t\t&& ((y+r)<=H) \n\t\t&& ((y-r)>=0)\n\t\t){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint 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\n\t\tif(\n\t\t ((x+r)<=W)\n\t\t&& ((x-r)>=0)\n\t\t&& ((y+r)<=H) \n\t\t&& ((y-r)>=0)\n\t\t){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int 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(\n\t\t ((x+r)<=W)\n\t\t&& ((x-r)>=0)\n\t\t&& ((y+r)<=H) \n\t\t&& ((y-r)>=0)\n\t\t){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "((x+r)<=W)\n\t\t&& ((x-r)>=0)\n\t\t&& ((y+r)<=H) \n\t\t&& ((y-r)>=0)", "((y+r)<=H)", "((x+r)<=W)\n\t\t&& ((x-r)>=0)\n\t\t&& ((y+r)<=H) \n\t\t&& ((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.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)<=W) && ((x-r)>=0) && ((y+r)<=H) && ((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, 20, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 14, 2, 2, 2, 2, 13, 13, 2, 13, 13, 2, 2, 13, 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 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 11, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 20, 23 ], [ 23, 24 ], [ 24, 25 ], [ 11, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 32, 33 ], [ 11, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 40, 41 ], [ 11, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 47, 48 ], [ 48, 49 ], [ 11, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 55, 56 ], [ 56, 57 ], [ 11, 58 ], [ 58, 59 ], [ 61, 60 ], [ 68, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 65, 66 ], [ 65, 67 ], [ 68, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 61, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 58, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 78, 83 ], [ 58, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 84, 89 ], [ 9, 90 ], [ 90, 91 ] ]
[ "import java.io.*;\nimport java.util.*;\nclass Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int w=Integer.parseInt(st.nextToken());\n int h=Integer.parseInt(st.nextToken());\n int x=Integer.parseInt(st.nextToken());\n int y=Integer.parseInt(st.nextToken());\n int r=Integer.parseInt(st.nextToken());\n if(y<r||x<r||(w-x)<r||(h-y)<r) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int w=Integer.parseInt(st.nextToken());\n int h=Integer.parseInt(st.nextToken());\n int x=Integer.parseInt(st.nextToken());\n int y=Integer.parseInt(st.nextToken());\n int r=Integer.parseInt(st.nextToken());\n if(y<r||x<r||(w-x)<r||(h-y)<r) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int w=Integer.parseInt(st.nextToken());\n int h=Integer.parseInt(st.nextToken());\n int x=Integer.parseInt(st.nextToken());\n int y=Integer.parseInt(st.nextToken());\n int r=Integer.parseInt(st.nextToken());\n if(y<r||x<r||(w-x)<r||(h-y)<r) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }", "main", "{\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(br.readLine());\n int w=Integer.parseInt(st.nextToken());\n int h=Integer.parseInt(st.nextToken());\n int x=Integer.parseInt(st.nextToken());\n int y=Integer.parseInt(st.nextToken());\n int r=Integer.parseInt(st.nextToken());\n if(y<r||x<r||(w-x)<r||(h-y)<r) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }", "BufferedReader br=new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st=new StringTokenizer(br.readLine());", "st", "new StringTokenizer(br.readLine())", "int 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(y<r||x<r||(w-x)<r||(h-y)<r) System.out.println(\"No\");\n else System.out.println(\"Yes\");", "y<r||x<r||(w-x)<r||(h-y)<r", "(w-x)<r", "y<r||x<r||(w-x)<r||(h-y)<r", "y<r", "y", "r", "x<r", "x", "r", "(w-x)<r", "(w-x)", "w", "x", "r", "(h-y)<r", "(h-y)", "h", "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" ]
import java.io.*; import java.util.*; class Main { public static void main(String[] args) throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st=new StringTokenizer(br.readLine()); int 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(y<r||x<r||(w-x)<r||(h-y)<r) 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, 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 ], [ 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\n\t@SuppressWarnings(\"resource\")\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\t\n\t\tif((x+r) > W || (x-r) < 0 || (y+r) > H || (y-r) < 0){\n\t\t System.out.println(\"No\");\n\t\t }\n\t\telse{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t }\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\n\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint 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+r) > W || (x-r) < 0 || (y+r) > H || (y-r) < 0){\n\t\t System.out.println(\"No\");\n\t\t }\n\t\telse{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t }\n\t}\n}", "Main", "@SuppressWarnings(\"resource\")\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\t\n\t\tif((x+r) > W || (x-r) < 0 || (y+r) > H || (y-r) < 0){\n\t\t System.out.println(\"No\");\n\t\t }\n\t\telse{\n\t\t\tSystem.out.println(\"Yes\");\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\t\n\t\tif((x+r) > W || (x-r) < 0 || (y+r) > H || (y-r) < 0){\n\t\t System.out.println(\"No\");\n\t\t }\n\t\telse{\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+r) > W || (x-r) < 0 || (y+r) > H || (y-r) < 0){\n\t\t System.out.println(\"No\");\n\t\t }\n\t\telse{\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 System.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.util.Scanner; class Main { @SuppressWarnings("resource") 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(); 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, 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, 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 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 17, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 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 ], [ 75, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 72, 74 ], [ 75, 75 ], [ 75, 76 ], [ 75, 77 ], [ 66, 78 ], [ 78, 79 ], [ 78, 80 ], [ 80, 81 ], [ 80, 82 ], [ 63, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 84, 89 ], [ 63, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 91, 96 ], [ 9, 97 ], [ 97, 98 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int W = Integer.parseInt(array[0]);\n int H = Integer.parseInt(array[1]);\n int x = Integer.parseInt(array[2]);\n int y = Integer.parseInt(array[3]);\n int r = Integer.parseInt(array[4]);\n if(r<=x&&x<=W-r&&r<=y&&y<=H-r){\n \t\tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int W = Integer.parseInt(array[0]);\n int H = Integer.parseInt(array[1]);\n int x = Integer.parseInt(array[2]);\n int y = Integer.parseInt(array[3]);\n int r = Integer.parseInt(array[4]);\n if(r<=x&&x<=W-r&&r<=y&&y<=H-r){\n \t\tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }\n\t}\n}", "Main", "public static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int W = Integer.parseInt(array[0]);\n int H = Integer.parseInt(array[1]);\n int x = Integer.parseInt(array[2]);\n int y = Integer.parseInt(array[3]);\n int r = Integer.parseInt(array[4]);\n if(r<=x&&x<=W-r&&r<=y&&y<=H-r){\n \t\tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int W = Integer.parseInt(array[0]);\n int H = Integer.parseInt(array[1]);\n int x = Integer.parseInt(array[2]);\n int y = Integer.parseInt(array[3]);\n int r = Integer.parseInt(array[4]);\n if(r<=x&&x<=W-r&&r<=y&&y<=H-r){\n \t\tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] array = br.readLine().split(\" \");", "array", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int W = Integer.parseInt(array[0]);", "W", "Integer.parseInt(array[0])", "Integer.parseInt", "Integer", "array[0]", "array", "0", "int H = Integer.parseInt(array[1]);", "H", "Integer.parseInt(array[1])", "Integer.parseInt", "Integer", "array[1]", "array", "1", "int x = Integer.parseInt(array[2]);", "x", "Integer.parseInt(array[2])", "Integer.parseInt", "Integer", "array[2]", "array", "2", "int y = Integer.parseInt(array[3]);", "y", "Integer.parseInt(array[3])", "Integer.parseInt", "Integer", "array[3]", "array", "3", "int r = Integer.parseInt(array[4]);", "r", "Integer.parseInt(array[4])", "Integer.parseInt", "Integer", "array[4]", "array", "4", "if(r<=x&&x<=W-r&&r<=y&&y<=H-r){\n \t\tSystem.out.println(\"Yes\");\n }else{\n \tSystem.out.println(\"No\");\n }", "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\tSystem.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n \tSystem.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; class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] array = br.readLine().split(" "); int W = Integer.parseInt(array[0]); int H = Integer.parseInt(array[1]); int x = Integer.parseInt(array[2]); int y = Integer.parseInt(array[3]); int r = Integer.parseInt(array[4]); 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, 39, 40, 17, 17, 17, 17, 41, 13, 39, 17, 40, 17, 17, 17, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 2, 2, 17, 2, 13, 2, 18, 13, 13, 13, 2, 2, 13, 2, 18, 13, 13, 13, 13, 2, 17, 2, 13, 2, 18, 13, 13, 13, 2, 2, 13, 2, 18, 13, 13, 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 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 133, 5 ], [ 133, 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 ], [ 39, 43 ], [ 39, 44 ], [ 8, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 47, 51 ], [ 47, 52 ], [ 8, 53 ], [ 53, 54 ], [ 53, 55 ], [ 8, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 56, 61 ], [ 61, 62 ], [ 61, 63 ], [ 56, 64 ], [ 64, 65 ], [ 65, 66 ], [ 56, 67 ], [ 68, 68 ], [ 68, 69 ], [ 69, 70 ], [ 72, 71 ], [ 91, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 75, 76 ], [ 75, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 77, 81 ], [ 72, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 85, 89 ], [ 82, 90 ], [ 91, 91 ], [ 91, 92 ], [ 91, 93 ], [ 93, 94 ], [ 93, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 95, 99 ], [ 72, 100 ], [ 100, 101 ], [ 101, 102 ], [ 101, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 103, 107 ], [ 100, 108 ], [ 69, 109 ], [ 109, 110 ], [ 110, 111 ], [ 8, 112 ], [ 112, 113 ], [ 113, 114 ], [ 113, 115 ], [ 112, 116 ], [ 116, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 119, 121 ], [ 117, 122 ], [ 112, 123 ], [ 123, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 126, 128 ], [ 124, 129 ], [ 6, 130 ], [ 130, 131 ], [ 0, 132 ], [ 132, 133 ], [ 132, 134 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\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\tint[] dx ={-1,0,1,0};\n\t\tint[] dy ={0,-1,0,1};\n\t\tint count = 0;\n\t\t\n\t\tfor(int i=0;i<4;i++)\n\t\t{\n\t\t\tif(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H)\n\t\t\t{\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif(count==4)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\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\tint[] dx ={-1,0,1,0};\n\t\tint[] dy ={0,-1,0,1};\n\t\tint count = 0;\n\t\t\n\t\tfor(int i=0;i<4;i++)\n\t\t{\n\t\t\tif(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H)\n\t\t\t{\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif(count==4)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n}", "Main", "public static void main(String[] args)\n\t{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\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\tint[] dx ={-1,0,1,0};\n\t\tint[] dy ={0,-1,0,1};\n\t\tint count = 0;\n\t\t\n\t\tfor(int i=0;i<4;i++)\n\t\t{\n\t\t\tif(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H)\n\t\t\t{\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif(count==4)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "main", "{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\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\tint[] dx ={-1,0,1,0};\n\t\tint[] dy ={0,-1,0,1};\n\t\tint count = 0;\n\t\t\n\t\tfor(int i=0;i<4;i++)\n\t\t{\n\t\t\tif(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H)\n\t\t\t{\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif(count==4)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "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", "int[] dx ={-1,0,1,0};", "dx", "{-1,0,1,0}", "-1", "1", "0", "1", "0", "int[] dy ={0,-1,0,1};", "dy", "{0,-1,0,1}", "0", "-1", "1", "0", "1", "int count = 0;", "count", "0", "for(int i=0;i<4;i++)\n\t\t{\n\t\t\tif(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H)\n\t\t\t{\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "int i=0;", "int i=0;", "i", "0", "i<4", "i", "4", "i++", "i++", "i", "{\n\t\t\tif(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H)\n\t\t\t{\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H)\n\t\t\t{\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "if(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H)\n\t\t\t{\n\t\t\t\tcount++;\n\t\t\t}", "0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H", "0<=y+dy[i]*r", "0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H", "0<=x+dx[i]*r", "0", "x+dx[i]*r", "x", "dx[i]*r", "dx[i]", "dx", "i", "r", "x+dx[i]*r<=W", "x+dx[i]*r", "x", "dx[i]*r", "dx[i]", "dx", "i", "r", "W", "0<=y+dy[i]*r", "0", "y+dy[i]*r", "y", "dy[i]*r", "dy[i]", "dy", "i", "r", "y+dy[i]*r<=H", "y+dy[i]*r", "y", "dy[i]*r", "dy[i]", "dy", "i", "r", "H", "{\n\t\t\t\tcount++;\n\t\t\t}", "count++", "count", "if(count==4)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "count==4", "count", "4", "{\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{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\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\tint[] dx ={-1,0,1,0};\n\t\tint[] dy ={0,-1,0,1};\n\t\tint count = 0;\n\t\t\n\t\tfor(int i=0;i<4;i++)\n\t\t{\n\t\t\tif(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H)\n\t\t\t{\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif(count==4)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n}", "public class Main {\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\t\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\tint[] dx ={-1,0,1,0};\n\t\tint[] dy ={0,-1,0,1};\n\t\tint count = 0;\n\t\t\n\t\tfor(int i=0;i<4;i++)\n\t\t{\n\t\t\tif(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H)\n\t\t\t{\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif(count==4)\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\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(); int[] dx ={-1,0,1,0}; int[] dy ={0,-1,0,1}; int count = 0; for(int i=0;i<4;i++) { if(0<=x+dx[i]*r && x+dx[i]*r<=W && 0<=y+dy[i]*r && y+dy[i]*r<=H) { count++; } } if(count==4) { 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, 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, 2, 13, 13, 17, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 2, 2, 13, 13, 13, 17, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 71, 5 ], [ 71, 6 ], [ 6, 7 ], [ 6, 8 ], [ 71, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 11, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 11, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 11, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 11, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 11, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 42, 43 ], [ 45, 44 ], [ 56, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 45, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 56, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 45, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 42, 66 ], [ 42, 67 ], [ 9, 68 ], [ 68, 69 ], [ 0, 70 ], [ 70, 71 ], [ 70, 72 ] ]
[ "import java.util.*;\n\npublic class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int w = scn.nextInt(), h = scn.nextInt();\n int x = scn.nextInt(), y = scn.nextInt(), r = scn.nextInt();\n System.out.println(\n x - r < 0 || y - r < 0 || x + r > w || y + r > h ? \"No\" : \"Yes\"\n );\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int w = scn.nextInt(), h = scn.nextInt();\n int x = scn.nextInt(), y = scn.nextInt(), r = scn.nextInt();\n System.out.println(\n x - r < 0 || y - r < 0 || x + r > w || y + r > h ? \"No\" : \"Yes\"\n );\n }\n}", "Main", "private static final Scanner scn = new Scanner(System.in);", "scn", "new Scanner(System.in)", "public static void main(String[] args) {\n int w = scn.nextInt(), h = scn.nextInt();\n int x = scn.nextInt(), y = scn.nextInt(), r = scn.nextInt();\n System.out.println(\n x - r < 0 || y - r < 0 || x + r > w || y + r > h ? \"No\" : \"Yes\"\n );\n }", "main", "{\n int w = scn.nextInt(), h = scn.nextInt();\n int x = scn.nextInt(), y = scn.nextInt(), r = scn.nextInt();\n System.out.println(\n x - r < 0 || y - r < 0 || x + r > w || y + r > h ? \"No\" : \"Yes\"\n );\n }", "int w = scn.nextInt()", "w", "scn.nextInt()", "scn.nextInt", "scn", "h = scn.nextInt();", "h", "scn.nextInt()", "scn.nextInt", "scn", "int x = scn.nextInt()", "x", "scn.nextInt()", "scn.nextInt", "scn", "y = scn.nextInt()", "y", "scn.nextInt()", "scn.nextInt", "scn", "r = scn.nextInt();", "r", "scn.nextInt()", "scn.nextInt", "scn", "System.out.println(\n x - r < 0 || y - r < 0 || x + r > w || y + r > h ? \"No\" : \"Yes\"\n )", "System.out.println", "System.out", "System", "System.out", "x - r < 0 || y - r < 0 || x + r > w || y + r > h ? \"No\" : \"Yes\"", "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", "\"No\"", "\"Yes\"", "String[] args", "args", "public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int w = scn.nextInt(), h = scn.nextInt();\n int x = scn.nextInt(), y = scn.nextInt(), r = scn.nextInt();\n System.out.println(\n x - r < 0 || y - r < 0 || x + r > w || y + r > h ? \"No\" : \"Yes\"\n );\n }\n}", "public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int w = scn.nextInt(), h = scn.nextInt();\n int x = scn.nextInt(), y = scn.nextInt(), r = scn.nextInt();\n System.out.println(\n x - r < 0 || y - r < 0 || x + r > w || y + r > h ? \"No\" : \"Yes\"\n );\n }\n}", "Main" ]
import java.util.*; public class Main { private static final Scanner scn = new Scanner(System.in); public static void main(String[] args) { int w = scn.nextInt(), h = scn.nextInt(); int x = scn.nextInt(), y = scn.nextInt(), r = scn.nextInt(); System.out.println( x - r < 0 || y - r < 0 || x + r > w || y + r > h ? "No" : "Yes" ); } }
[ 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, 18, 13, 17, 2, 18, 13, 17, 18, 13, 17, 2, 18, 13, 17, 2, 18, 13, 17, 18, 13, 17, 2, 2, 18, 13, 17, 18, 13, 17, 17, 2, 2, 18, 13, 17, 18, 13, 17, 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 ], [ 80, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 66, 67 ], [ 66, 68 ], [ 57, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 77, 78 ], [ 77, 79 ], [ 80, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 81, 85 ], [ 85, 86 ], [ 85, 87 ], [ 80, 88 ], [ 57, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 90, 94 ], [ 94, 95 ], [ 94, 96 ], [ 89, 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[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString x = sc.nextLine();\n\t\tString[] b = x.split(\" \");\n\t\tint[] e = new int[b.length];\n\t\tfor (int i = 0; i < e.length; i++) {\n\t\t\te[i] = Integer.parseInt(b[i]);\n\n\t\t}\n\t\tif (e[0] >= e[2] + e[4] && e[1] >= e[3] + e[4]&&e[2]-e[4]>=0&&e[3]-e[4]>=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString x = sc.nextLine();\n\t\tString[] b = x.split(\" \");\n\t\tint[] e = new int[b.length];\n\t\tfor (int i = 0; i < e.length; i++) {\n\t\t\te[i] = Integer.parseInt(b[i]);\n\n\t\t}\n\t\tif (e[0] >= e[2] + e[4] && e[1] >= e[3] + e[4]&&e[2]-e[4]>=0&&e[3]-e[4]>=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString x = sc.nextLine();\n\t\tString[] b = x.split(\" \");\n\t\tint[] e = new int[b.length];\n\t\tfor (int i = 0; i < e.length; i++) {\n\t\t\te[i] = Integer.parseInt(b[i]);\n\n\t\t}\n\t\tif (e[0] >= e[2] + e[4] && e[1] >= e[3] + e[4]&&e[2]-e[4]>=0&&e[3]-e[4]>=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString x = sc.nextLine();\n\t\tString[] b = x.split(\" \");\n\t\tint[] e = new int[b.length];\n\t\tfor (int i = 0; i < e.length; i++) {\n\t\t\te[i] = Integer.parseInt(b[i]);\n\n\t\t}\n\t\tif (e[0] >= e[2] + e[4] && e[1] >= e[3] + e[4]&&e[2]-e[4]>=0&&e[3]-e[4]>=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String x = sc.nextLine();", "x", "sc.nextLine()", "sc.nextLine", "sc", "String[] b = x.split(\" \");", "b", "x.split(\" \")", "x.split", "x", "\" \"", "int[] e = new int[b.length];", "e", "new int[b.length]", "b.length", "b", "b.length", "for (int i = 0; i < e.length; i++) {\n\t\t\te[i] = Integer.parseInt(b[i]);\n\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < e.length", "i", "e.length", "e", "e.length", "i++", "i++", "i", "{\n\t\t\te[i] = Integer.parseInt(b[i]);\n\n\t\t}", "{\n\t\t\te[i] = Integer.parseInt(b[i]);\n\n\t\t}", "e[i] = Integer.parseInt(b[i])", "e[i]", "e", "i", "Integer.parseInt(b[i])", "Integer.parseInt", "Integer", "b[i]", "b", "i", "if (e[0] >= e[2] + e[4] && e[1] >= e[3] + e[4]&&e[2]-e[4]>=0&&e[3]-e[4]>=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}", "e[0] >= e[2] + e[4] && e[1] >= e[3] + e[4]&&e[2]-e[4]>=0&&e[3]-e[4]>=0", "e[2]-e[4]>=0", "e[0] >= e[2] + e[4] && e[1] >= e[3] + e[4]&&e[2]-e[4]>=0&&e[3]-e[4]>=0", "e[0] >= e[2] + e[4]", "e[0]", "e", "0", "e[2] + e[4]", "e[2]", "e", "2", "e[4]", "e", "4", "e[1] >= e[3] + e[4]", "e[1]", "e", "1", "e[3] + e[4]", "e[3]", "e", "3", "e[4]", "e", "4", "e[2]-e[4]>=0", "e[2]-e[4]", "e[2]", "e", "2", "e[4]", "e", "4", "0", "e[3]-e[4]>=0", "e[3]-e[4]", "e[3]", "e", "3", "e[4]", "e", "4", "0", "{\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString x = sc.nextLine();\n\t\tString[] b = x.split(\" \");\n\t\tint[] e = new int[b.length];\n\t\tfor (int i = 0; i < e.length; i++) {\n\t\t\te[i] = Integer.parseInt(b[i]);\n\n\t\t}\n\t\tif (e[0] >= e[2] + e[4] && e[1] >= e[3] + e[4]&&e[2]-e[4]>=0&&e[3]-e[4]>=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString x = sc.nextLine();\n\t\tString[] b = x.split(\" \");\n\t\tint[] e = new int[b.length];\n\t\tfor (int i = 0; i < e.length; i++) {\n\t\t\te[i] = Integer.parseInt(b[i]);\n\n\t\t}\n\t\tif (e[0] >= e[2] + e[4] && e[1] >= e[3] + e[4]&&e[2]-e[4]>=0&&e[3]-e[4]>=0) {\n\t\t\tSystem.out.println(\"Yes\");\n\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\n\t\t}\n\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String x = sc.nextLine(); String[] b = x.split(" "); int[] e = new int[b.length]; for (int i = 0; i < e.length; i++) { e[i] = Integer.parseInt(b[i]); } if (e[0] >= e[2] + e[4] && e[1] >= e[3] + e[4]&&e[2]-e[4]>=0&&e[3]-e[4]>=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, 20, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 18, 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, 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 ], [ 115, 5 ], [ 115, 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 ], [ 23, 24 ], [ 23, 25 ], [ 8, 26 ], [ 26, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 26, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 26, 36 ], [ 36, 37 ], [ 37, 38 ], [ 26, 39 ], [ 40, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 46, 47 ], [ 45, 48 ], [ 48, 49 ], [ 48, 50 ], [ 8, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 53, 55 ], [ 8, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 58, 60 ], [ 8, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 63, 65 ], [ 8, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 68, 70 ], [ 8, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 73, 75 ], [ 8, 76 ], [ 76, 77 ], [ 79, 78 ], [ 90, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 82, 83 ], [ 82, 84 ], [ 79, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 85, 89 ], [ 90, 90 ], [ 90, 91 ], [ 90, 92 ], [ 92, 93 ], [ 92, 94 ], [ 79, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 95, 99 ], [ 76, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 100, 105 ], [ 76, 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;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] dataStr = sc.nextLine().split(\" \");\n\n\t\tint[] data = new int[dataStr.length];\n\t\tfor (int i = 0; i < data.length; i++) {\n\t\t\tdata[i] = Integer.parseInt( dataStr[i] );\n\t\t}\n\n\t\tint W = data[0], H = data[1], x = data[2], y = data[3], r = data[4];\n\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\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] dataStr = sc.nextLine().split(\" \");\n\n\t\tint[] data = new int[dataStr.length];\n\t\tfor (int i = 0; i < data.length; i++) {\n\t\t\tdata[i] = Integer.parseInt( dataStr[i] );\n\t\t}\n\n\t\tint W = data[0], H = data[1], x = data[2], y = data[3], r = data[4];\n\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\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] dataStr = sc.nextLine().split(\" \");\n\n\t\tint[] data = new int[dataStr.length];\n\t\tfor (int i = 0; i < data.length; i++) {\n\t\t\tdata[i] = Integer.parseInt( dataStr[i] );\n\t\t}\n\n\t\tint W = data[0], H = data[1], x = data[2], y = data[3], r = data[4];\n\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// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] dataStr = sc.nextLine().split(\" \");\n\n\t\tint[] data = new int[dataStr.length];\n\t\tfor (int i = 0; i < data.length; i++) {\n\t\t\tdata[i] = Integer.parseInt( dataStr[i] );\n\t\t}\n\n\t\tint W = data[0], H = data[1], x = data[2], y = data[3], r = data[4];\n\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}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String[] dataStr = sc.nextLine().split(\" \");", "dataStr", "sc.nextLine().split(\" \")", "sc.nextLine().split", "sc.nextLine()", "sc.nextLine", "sc", "\" \"", "int[] data = new int[dataStr.length];", "data", "new int[dataStr.length]", "dataStr.length", "dataStr", "dataStr.length", "for (int i = 0; i < data.length; i++) {\n\t\t\tdata[i] = Integer.parseInt( dataStr[i] );\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < data.length", "i", "data.length", "data", "data.length", "i++", "i++", "i", "{\n\t\t\tdata[i] = Integer.parseInt( dataStr[i] );\n\t\t}", "{\n\t\t\tdata[i] = Integer.parseInt( dataStr[i] );\n\t\t}", "data[i] = Integer.parseInt( dataStr[i] )", "data[i]", "data", "i", "Integer.parseInt( dataStr[i] )", "Integer.parseInt", "Integer", "dataStr[i]", "dataStr", "i", "int W = data[0]", "W", "data[0]", "data", "0", "H = data[1]", "H", "data[1]", "data", "1", "x = data[2]", "x", "data[2]", "data", "2", "y = data[3]", "y", "data[3]", "data", "3", "r = data[4];", "r", "data[4]", "data", "4", "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\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] dataStr = sc.nextLine().split(\" \");\n\n\t\tint[] data = new int[dataStr.length];\n\t\tfor (int i = 0; i < data.length; i++) {\n\t\t\tdata[i] = Integer.parseInt( dataStr[i] );\n\t\t}\n\n\t\tint W = data[0], H = data[1], x = data[2], y = data[3], r = data[4];\n\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\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString[] dataStr = sc.nextLine().split(\" \");\n\n\t\tint[] data = new int[dataStr.length];\n\t\tfor (int i = 0; i < data.length; i++) {\n\t\t\tdata[i] = Integer.parseInt( dataStr[i] );\n\t\t}\n\n\t\tint W = data[0], H = data[1], x = data[2], y = data[3], r = data[4];\n\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\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO ????????????????????????????????????????????? Scanner sc = new Scanner(System.in); String[] dataStr = sc.nextLine().split(" "); int[] data = new int[dataStr.length]; for (int i = 0; i < data.length; i++) { data[i] = Integer.parseInt( dataStr[i] ); } int W = data[0], H = data[1], x = data[2], y = data[3], r = data[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, 17, 38, 5, 13, 30, 4, 18, 18, 13, 13, 13, 30, 4, 18, 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, 4, 13, 13, 13, 13, 13, 13, 23, 13, 12, 13, 30, 14, 2, 2, 2, 2, 13, 40, 17, 2, 13, 17, 2, 13, 40, 17, 2, 13, 17, 30, 37, 20, 14, 2, 2, 2, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 30, 37, 20, 14, 2, 2, 2, 2, 2, 13, 13, 17, 2, 13, 2, 13, 13, 2, 2, 13, 13, 17, 2, 13, 2, 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 ], [ 164, 5 ], [ 164, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 16, 21 ], [ 12, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 12, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 26, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 26, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 26, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 26, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 26, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 26, 55 ], [ 55, 56 ], [ 55, 57 ], [ 55, 58 ], [ 55, 59 ], [ 55, 60 ], [ 55, 61 ], [ 6, 62 ], [ 62, 63 ], [ 164, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 70, 69 ], [ 78, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 70, 75 ], [ 75, 76 ], [ 75, 77 ], [ 78, 78 ], [ 78, 79 ], [ 78, 80 ], [ 80, 81 ], [ 70, 82 ], [ 82, 83 ], [ 82, 84 ], [ 67, 85 ], [ 85, 86 ], [ 86, 87 ], [ 67, 88 ], [ 88, 89 ], [ 93, 90 ], [ 106, 91 ], [ 103, 92 ], [ 100, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 93, 97 ], [ 97, 98 ], [ 97, 99 ], [ 100, 100 ], [ 100, 101 ], [ 100, 102 ], [ 103, 103 ], [ 103, 104 ], [ 103, 105 ], [ 106, 106 ], [ 106, 107 ], [ 106, 108 ], [ 93, 109 ], [ 109, 110 ], [ 109, 111 ], [ 88, 112 ], [ 112, 113 ], [ 113, 114 ], [ 66, 115 ], [ 115, 116 ], [ 118, 117 ], [ 129, 118 ], [ 118, 119 ], [ 119, 120 ], [ 120, 121 ], [ 120, 122 ], [ 119, 123 ], [ 118, 124 ], [ 124, 125 ], [ 124, 126 ], [ 126, 127 ], [ 126, 128 ], [ 129, 129 ], [ 129, 130 ], [ 130, 131 ], [ 130, 132 ], [ 129, 133 ], [ 118, 134 ], [ 134, 135 ], [ 134, 136 ], [ 136, 137 ], [ 136, 138 ], [ 115, 139 ], [ 139, 140 ], [ 140, 141 ], [ 141, 142 ], [ 142, 143 ], [ 142, 144 ], [ 140, 145 ], [ 115, 146 ], [ 146, 147 ], [ 147, 148 ], [ 148, 149 ], [ 149, 150 ], [ 149, 151 ], [ 147, 152 ], [ 64, 153 ], [ 153, 154 ], [ 64, 155 ], [ 155, 156 ], [ 64, 157 ], [ 157, 158 ], [ 64, 159 ], [ 159, 160 ], [ 64, 161 ], [ 161, 162 ], [ 0, 163 ], [ 163, 164 ], [ 163, 165 ] ]
[ "import java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = null;\n\t\ttry {\n\t\t\tscan = new Scanner(System.in);\n\t\t\tint W = scan.nextInt();\n\t\t\tint H = scan.nextInt();\n\t\t\tint x = scan.nextInt();\n\t\t\tint y = scan.nextInt();\n\t\t\tint r = scan.nextInt();\n\t\t\tIsInside(W, H, x, y, r);\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(e);\n\t\t} finally {\n\t\t\tscan.close();\n\t\t}\n\t}\n\n\tstatic void IsInside(int W, int H, int x, int y, int r) {\n\t\t// ?????£???????????§??????\n\t\tif (x < -100 || x > 100 || y < -100 || y > 100) {\n\t\t\tthrow new RuntimeException(\"x?????????y????????????????????§???\");\n\t\t} else if (W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100) {\n\t\t\tthrow new RuntimeException(\"W???H???r???????????????????????????????????§???\");\n\t\t}\n\t\t// ??????\n\t\tif (x - r < 0 || W < x + r || y - r < 0 || H < y + r) {\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.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = null;\n\t\ttry {\n\t\t\tscan = new Scanner(System.in);\n\t\t\tint W = scan.nextInt();\n\t\t\tint H = scan.nextInt();\n\t\t\tint x = scan.nextInt();\n\t\t\tint y = scan.nextInt();\n\t\t\tint r = scan.nextInt();\n\t\t\tIsInside(W, H, x, y, r);\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(e);\n\t\t} finally {\n\t\t\tscan.close();\n\t\t}\n\t}\n\n\tstatic void IsInside(int W, int H, int x, int y, int r) {\n\t\t// ?????£???????????§??????\n\t\tif (x < -100 || x > 100 || y < -100 || y > 100) {\n\t\t\tthrow new RuntimeException(\"x?????????y????????????????????§???\");\n\t\t} else if (W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100) {\n\t\t\tthrow new RuntimeException(\"W???H???r???????????????????????????????????§???\");\n\t\t}\n\t\t// ??????\n\t\tif (x - r < 0 || W < x + r || y - r < 0 || H < y + r) {\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 scan = null;\n\t\ttry {\n\t\t\tscan = new Scanner(System.in);\n\t\t\tint W = scan.nextInt();\n\t\t\tint H = scan.nextInt();\n\t\t\tint x = scan.nextInt();\n\t\t\tint y = scan.nextInt();\n\t\t\tint r = scan.nextInt();\n\t\t\tIsInside(W, H, x, y, r);\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(e);\n\t\t} finally {\n\t\t\tscan.close();\n\t\t}\n\t}", "main", "{\n\t\tScanner scan = null;\n\t\ttry {\n\t\t\tscan = new Scanner(System.in);\n\t\t\tint W = scan.nextInt();\n\t\t\tint H = scan.nextInt();\n\t\t\tint x = scan.nextInt();\n\t\t\tint y = scan.nextInt();\n\t\t\tint r = scan.nextInt();\n\t\t\tIsInside(W, H, x, y, r);\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(e);\n\t\t} finally {\n\t\t\tscan.close();\n\t\t}\n\t}", "Scanner scan = null;", "scan", "null", "try {\n\t\t\tscan = new Scanner(System.in);\n\t\t\tint W = scan.nextInt();\n\t\t\tint H = scan.nextInt();\n\t\t\tint x = scan.nextInt();\n\t\t\tint y = scan.nextInt();\n\t\t\tint r = scan.nextInt();\n\t\t\tIsInside(W, H, x, y, r);\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(e);\n\t\t} finally {\n\t\t\tscan.close();\n\t\t}", "catch (InputMismatchException e) {\n\t\t\tSystem.out.println(e);\n\t\t}", "InputMismatchException 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\tscan.close();\n\t\t}", "scan.close()", "scan.close", "scan", "{\n\t\t\tscan = new Scanner(System.in);\n\t\t\tint W = scan.nextInt();\n\t\t\tint H = scan.nextInt();\n\t\t\tint x = scan.nextInt();\n\t\t\tint y = scan.nextInt();\n\t\t\tint r = scan.nextInt();\n\t\t\tIsInside(W, H, x, y, r);\n\t\t}", "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", "IsInside(W, H, x, y, r)", "IsInside", "W", "H", "x", "y", "r", "String[] args", "args", "static void IsInside(int W, int H, int x, int y, int r) {\n\t\t// ?????£???????????§??????\n\t\tif (x < -100 || x > 100 || y < -100 || y > 100) {\n\t\t\tthrow new RuntimeException(\"x?????????y????????????????????§???\");\n\t\t} else if (W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100) {\n\t\t\tthrow new RuntimeException(\"W???H???r???????????????????????????????????§???\");\n\t\t}\n\t\t// ??????\n\t\tif (x - r < 0 || W < x + r || y - r < 0 || H < y + r) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}", "IsInside", "{\n\t\t// ?????£???????????§??????\n\t\tif (x < -100 || x > 100 || y < -100 || y > 100) {\n\t\t\tthrow new RuntimeException(\"x?????????y????????????????????§???\");\n\t\t} else if (W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100) {\n\t\t\tthrow new RuntimeException(\"W???H???r???????????????????????????????????§???\");\n\t\t}\n\t\t// ??????\n\t\tif (x - r < 0 || W < x + r || y - r < 0 || H < y + r) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}", "if (x < -100 || x > 100 || y < -100 || y > 100) {\n\t\t\tthrow new RuntimeException(\"x?????????y????????????????????§???\");\n\t\t} else if (W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100) {\n\t\t\tthrow new RuntimeException(\"W???H???r???????????????????????????????????§???\");\n\t\t}", "x < -100 || x > 100 || y < -100 || y > 100", "y < -100", "x < -100 || x > 100 || y < -100 || y > 100", "x < -100", "x", "-100", "100", "x > 100", "x", "100", "y < -100", "y", "-100", "100", "y > 100", "y", "100", "{\n\t\t\tthrow new RuntimeException(\"x?????????y????????????????????§???\");\n\t\t}", "throw new RuntimeException(\"x?????????y????????????????????§???\");", "new RuntimeException(\"x?????????y????????????????????§???\")", "if (W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100) {\n\t\t\tthrow new RuntimeException(\"W???H???r???????????????????????????????????§???\");\n\t\t}", "W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100", "r < 0", "H > 100", "H < 0", "W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100", "W < 0", "W", "0", "W > 100", "W", "100", "H < 0", "H", "0", "H > 100", "H", "100", "r < 0", "r", "0", "r > 100", "r", "100", "{\n\t\t\tthrow new RuntimeException(\"W???H???r???????????????????????????????????§???\");\n\t\t}", "throw new RuntimeException(\"W???H???r???????????????????????????????????§???\");", "new RuntimeException(\"W???H???r???????????????????????????????????§???\")", "if (x - r < 0 || W < x + r || y - r < 0 || H < y + r) {\n\t\t\tSystem.out.println(\"No\");\n\t\t} else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "x - r < 0 || W < x + r || y - r < 0 || H < y + r", "y - r < 0", "x - r < 0 || W < x + r || y - r < 0 || H < y + r", "x - r < 0", "x - r", "x", "r", "0", "W < x + r", "W", "x + r", "x", "r", "y - r < 0", "y - r", "y", "r", "0", "H < y + r", "H", "y + r", "y", "r", "{\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 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 = null;\n\t\ttry {\n\t\t\tscan = new Scanner(System.in);\n\t\t\tint W = scan.nextInt();\n\t\t\tint H = scan.nextInt();\n\t\t\tint x = scan.nextInt();\n\t\t\tint y = scan.nextInt();\n\t\t\tint r = scan.nextInt();\n\t\t\tIsInside(W, H, x, y, r);\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(e);\n\t\t} finally {\n\t\t\tscan.close();\n\t\t}\n\t}\n\n\tstatic void IsInside(int W, int H, int x, int y, int r) {\n\t\t// ?????£???????????§??????\n\t\tif (x < -100 || x > 100 || y < -100 || y > 100) {\n\t\t\tthrow new RuntimeException(\"x?????????y????????????????????§???\");\n\t\t} else if (W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100) {\n\t\t\tthrow new RuntimeException(\"W???H???r???????????????????????????????????§???\");\n\t\t}\n\t\t// ??????\n\t\tif (x - r < 0 || W < x + r || y - r < 0 || H < y + r) {\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 scan = null;\n\t\ttry {\n\t\t\tscan = new Scanner(System.in);\n\t\t\tint W = scan.nextInt();\n\t\t\tint H = scan.nextInt();\n\t\t\tint x = scan.nextInt();\n\t\t\tint y = scan.nextInt();\n\t\t\tint r = scan.nextInt();\n\t\t\tIsInside(W, H, x, y, r);\n\t\t} catch (InputMismatchException e) {\n\t\t\tSystem.out.println(e);\n\t\t} finally {\n\t\t\tscan.close();\n\t\t}\n\t}\n\n\tstatic void IsInside(int W, int H, int x, int y, int r) {\n\t\t// ?????£???????????§??????\n\t\tif (x < -100 || x > 100 || y < -100 || y > 100) {\n\t\t\tthrow new RuntimeException(\"x?????????y????????????????????§???\");\n\t\t} else if (W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100) {\n\t\t\tthrow new RuntimeException(\"W???H???r???????????????????????????????????§???\");\n\t\t}\n\t\t// ??????\n\t\tif (x - r < 0 || W < x + r || y - r < 0 || H < y + r) {\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.*; public class Main { public static void main(String[] args) { Scanner scan = null; try { 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(); IsInside(W, H, x, y, r); } catch (InputMismatchException e) { System.out.println(e); } finally { scan.close(); } } static void IsInside(int W, int H, int x, int y, int r) { // ?????£???????????§?????? if (x < -100 || x > 100 || y < -100 || y > 100) { throw new RuntimeException("x?????????y????????????????????§???"); } else if (W < 0 || W > 100 || H < 0 || H > 100 || r < 0 || r > 100) { throw new RuntimeException("W???H???r???????????????????????????????????§???"); } // ?????? if (x - r < 0 || W < x + r || y - r < 0 || H < y + r) { System.out.println("No"); } else { System.out.println("Yes"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 42, 4, 18, 13, 30, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 2, 2, 13, 13, 2, 13, 2, 13, 13, 41, 13, 2, 2, 13, 13, 2, 13, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 111, 5 ], [ 111, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 13, 14 ], [ 14, 15 ], [ 12, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 19, 24 ], [ 16, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 27, 30 ], [ 30, 31 ], [ 30, 32 ], [ 16, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 35, 38 ], [ 38, 39 ], [ 38, 40 ], [ 16, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 46, 47 ], [ 46, 48 ], [ 16, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 54, 55 ], [ 54, 56 ], [ 16, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 60, 61 ], [ 59, 62 ], [ 62, 63 ], [ 62, 64 ], [ 16, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 73, 75 ], [ 16, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 78, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 84, 86 ], [ 16, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 87, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 92, 97 ], [ 87, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 101, 103 ], [ 99, 104 ], [ 8, 105 ], [ 105, 106 ], [ 106, 107 ], [ 6, 108 ], [ 108, 109 ], [ 0, 110 ], [ 110, 111 ], [ 110, 112 ] ]
[ "import java.util.Scanner;\n \npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n while(sc.hasNext()){\n String[] line = sc.nextLine().split(\" \");\n int W = Integer.parseInt(line[0]);\n int H = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n boolean x_range = ((x >= r) && (x <= W-r));\n boolean y_range = ((y >= r) && (y <= H-r));\n \n if(x_range && y_range ){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n sc.close();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n while(sc.hasNext()){\n String[] line = sc.nextLine().split(\" \");\n int W = Integer.parseInt(line[0]);\n int H = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n boolean x_range = ((x >= r) && (x <= W-r));\n boolean y_range = ((y >= r) && (y <= H-r));\n \n if(x_range && y_range ){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n sc.close();\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n while(sc.hasNext()){\n String[] line = sc.nextLine().split(\" \");\n int W = Integer.parseInt(line[0]);\n int H = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n boolean x_range = ((x >= r) && (x <= W-r));\n boolean y_range = ((y >= r) && (y <= H-r));\n \n if(x_range && y_range ){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n sc.close();\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n \n while(sc.hasNext()){\n String[] line = sc.nextLine().split(\" \");\n int W = Integer.parseInt(line[0]);\n int H = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n boolean x_range = ((x >= r) && (x <= W-r));\n boolean y_range = ((y >= r) && (y <= H-r));\n \n if(x_range && y_range ){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n sc.close();\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "while(sc.hasNext()){\n String[] line = sc.nextLine().split(\" \");\n int W = Integer.parseInt(line[0]);\n int H = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n boolean x_range = ((x >= r) && (x <= W-r));\n boolean y_range = ((y >= r) && (y <= H-r));\n \n if(x_range && y_range ){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }", "sc.hasNext()", "sc.hasNext", "sc", "{\n String[] line = sc.nextLine().split(\" \");\n int W = Integer.parseInt(line[0]);\n int H = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n boolean x_range = ((x >= r) && (x <= W-r));\n boolean y_range = ((y >= r) && (y <= H-r));\n \n if(x_range && y_range ){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }", "String[] line = sc.nextLine().split(\" \");", "line", "sc.nextLine().split(\" \")", "sc.nextLine().split", "sc.nextLine()", "sc.nextLine", "sc", "\" \"", "int W = Integer.parseInt(line[0]);", "W", "Integer.parseInt(line[0])", "Integer.parseInt", "Integer", "line[0]", "line", "0", "int H = Integer.parseInt(line[1]);", "H", "Integer.parseInt(line[1])", "Integer.parseInt", "Integer", "line[1]", "line", "1", "int x = Integer.parseInt(line[2]);", "x", "Integer.parseInt(line[2])", "Integer.parseInt", "Integer", "line[2]", "line", "2", "int y = Integer.parseInt(line[3]);", "y", "Integer.parseInt(line[3])", "Integer.parseInt", "Integer", "line[3]", "line", "3", "int r = Integer.parseInt(line[4]);", "r", "Integer.parseInt(line[4])", "Integer.parseInt", "Integer", "line[4]", "line", "4", "boolean x_range = ((x >= r) && (x <= W-r));", "x_range", "((x >= r) && (x <= W-r))", "(x >= r)", "x", "r", "(x <= W-r)", "x", "W-r", "W", "r", "boolean y_range = ((y >= r) && (y <= H-r));", "y_range", "((y >= r) && (y <= H-r))", "(y >= r)", "y", "r", "(y <= H-r)", "y", "H-r", "H", "r", "if(x_range && y_range ){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }", "x_range && y_range", "x_range", "y_range", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n while(sc.hasNext()){\n String[] line = sc.nextLine().split(\" \");\n int W = Integer.parseInt(line[0]);\n int H = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n boolean x_range = ((x >= r) && (x <= W-r));\n boolean y_range = ((y >= r) && (y <= H-r));\n \n if(x_range && y_range ){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n sc.close();\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n while(sc.hasNext()){\n String[] line = sc.nextLine().split(\" \");\n int W = Integer.parseInt(line[0]);\n int H = Integer.parseInt(line[1]);\n int x = Integer.parseInt(line[2]);\n int y = Integer.parseInt(line[3]);\n int r = Integer.parseInt(line[4]);\n boolean x_range = ((x >= r) && (x <= W-r));\n boolean y_range = ((y >= r) && (y <= H-r));\n \n if(x_range && y_range ){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n sc.close();\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); while(sc.hasNext()){ String[] line = sc.nextLine().split(" "); int W = Integer.parseInt(line[0]); int H = Integer.parseInt(line[1]); int x = Integer.parseInt(line[2]); int y = Integer.parseInt(line[3]); int r = Integer.parseInt(line[4]); boolean x_range = ((x >= r) && (x <= W-r)); boolean y_range = ((y >= r) && (y <= H-r)); if(x_range && y_range ){ System.out.println("Yes"); } else { System.out.println("No"); } } sc.close(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 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, 2, 13, 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, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 105, 11 ], [ 105, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 20, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 31, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 39, 41 ], [ 14, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 47, 48 ], [ 47, 49 ], [ 14, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 55, 56 ], [ 55, 57 ], [ 14, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 61, 62 ], [ 60, 63 ], [ 63, 64 ], [ 63, 65 ], [ 14, 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 ], [ 12, 102 ], [ 102, 103 ], [ 0, 104 ], [ 104, 105 ], [ 104, 106 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(listStr[0]);\n int h = Integer.parseInt(listStr[1]);\n int x = Integer.parseInt(listStr[2]);\n int y = Integer.parseInt(listStr[3]);\n int r = Integer.parseInt(listStr[4]);\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\n }\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(listStr[0]);\n int h = Integer.parseInt(listStr[1]);\n int x = Integer.parseInt(listStr[2]);\n int y = Integer.parseInt(listStr[3]);\n int r = Integer.parseInt(listStr[4]);\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\n }\n\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(listStr[0]);\n int h = Integer.parseInt(listStr[1]);\n int x = Integer.parseInt(listStr[2]);\n int y = Integer.parseInt(listStr[3]);\n int r = Integer.parseInt(listStr[4]);\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\n }", "main", "{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(listStr[0]);\n int h = Integer.parseInt(listStr[1]);\n int x = Integer.parseInt(listStr[2]);\n int y = Integer.parseInt(listStr[3]);\n int r = Integer.parseInt(listStr[4]);\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\n }", "BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));", "reader", "new BufferedReader(new InputStreamReader(System.in))", "String[] listStr = reader.readLine().split(\" \");", "listStr", "reader.readLine().split(\" \")", "reader.readLine().split", "reader.readLine()", "reader.readLine", "reader", "\" \"", "int w = Integer.parseInt(listStr[0]);", "w", "Integer.parseInt(listStr[0])", "Integer.parseInt", "Integer", "listStr[0]", "listStr", "0", "int h = Integer.parseInt(listStr[1]);", "h", "Integer.parseInt(listStr[1])", "Integer.parseInt", "Integer", "listStr[1]", "listStr", "1", "int x = Integer.parseInt(listStr[2]);", "x", "Integer.parseInt(listStr[2])", "Integer.parseInt", "Integer", "listStr[2]", "listStr", "2", "int y = Integer.parseInt(listStr[3]);", "y", "Integer.parseInt(listStr[3])", "Integer.parseInt", "Integer", "listStr[3]", "listStr", "3", "int r = Integer.parseInt(listStr[4]);", "r", "Integer.parseInt(listStr[4])", "Integer.parseInt", "Integer", "listStr[4]", "listStr", "4", "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\");", "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", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(listStr[0]);\n int h = Integer.parseInt(listStr[1]);\n int x = Integer.parseInt(listStr[2]);\n int y = Integer.parseInt(listStr[3]);\n int r = Integer.parseInt(listStr[4]);\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\n }\n\n}", "public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] listStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(listStr[0]);\n int h = Integer.parseInt(listStr[1]);\n int x = Integer.parseInt(listStr[2]);\n int y = Integer.parseInt(listStr[3]);\n int r = Integer.parseInt(listStr[4]);\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\n }\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws IOException { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); String[] listStr = reader.readLine().split(" "); int w = Integer.parseInt(listStr[0]); int h = Integer.parseInt(listStr[1]); int x = Integer.parseInt(listStr[2]); int y = Integer.parseInt(listStr[3]); int r = Integer.parseInt(listStr[4]); if (x + r <= w && y + r <= h && x - r >= 0 && y - r >= 0) 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, 17, 14, 2, 2, 4, 18, 13, 17, 17, 2, 4, 18, 13, 17, 17, 30, 0, 13, 17, 14, 2, 2, 4, 18, 13, 17, 17, 2, 4, 18, 13, 17, 17, 30, 0, 13, 17, 14, 2, 2, 4, 18, 13, 17, 40, 17, 2, 4, 18, 13, 17, 17, 30, 0, 13, 17, 14, 2, 2, 4, 18, 13, 17, 40, 17, 2, 4, 18, 13, 17, 17, 30, 0, 13, 17, 14, 2, 2, 4, 18, 13, 17, 17, 2, 4, 18, 13, 17, 17, 30, 0, 13, 17, 29, 13, 23, 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, 41, 13, 20, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 4, 18, 13, 4, 18, 13, 0, 13, 4, 18, 13, 17, 0, 13, 4, 18, 13, 17, 0, 13, 4, 18, 13, 17, 0, 13, 4, 18, 13, 17, 0, 13, 4, 18, 13, 17, 0, 13, 4, 18, 13, 13, 4, 18, 13, 13, 0, 13, 4, 18, 13, 13, 4, 18, 13, 13, 0, 13, 4, 18, 13, 13, 4, 18, 13, 13, 0, 13, 4, 18, 13, 13, 4, 18, 13, 13, 0, 13, 4, 18, 13, 13, 4, 18, 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, 30, 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, 30, 4, 18, 18, 13, 13, 17, 14, 2, 4, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 14, 2, 4, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 14, 2, 4, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 14, 2, 4, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 14, 2, 4, 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 ], [ 375, 11 ], [ 375, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 21, 24 ], [ 20, 25 ], [ 19, 26 ], [ 26, 27 ], [ 27, 28 ], [ 28, 29 ], [ 27, 30 ], [ 26, 31 ], [ 18, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 18, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 38, 43 ], [ 37, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 45, 48 ], [ 44, 49 ], [ 36, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 36, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 56, 61 ], [ 61, 62 ], [ 55, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 64, 67 ], [ 63, 68 ], [ 54, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 54, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 76, 79 ], [ 75, 80 ], [ 80, 81 ], [ 74, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 83, 86 ], [ 82, 87 ], [ 73, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 73, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 95, 98 ], [ 94, 99 ], [ 93, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 101, 104 ], [ 100, 105 ], [ 92, 106 ], [ 106, 107 ], [ 107, 108 ], [ 107, 109 ], [ 14, 110 ], [ 110, 111 ], [ 12, 112 ], [ 112, 113 ], [ 375, 114 ], [ 114, 115 ], [ 114, 116 ], [ 116, 117 ], [ 117, 118 ], [ 116, 119 ], [ 119, 120 ], [ 116, 121 ], [ 121, 122 ], [ 116, 123 ], [ 123, 124 ], [ 116, 125 ], [ 125, 126 ], [ 116, 127 ], [ 127, 128 ], [ 116, 129 ], [ 129, 130 ], [ 116, 131 ], [ 131, 132 ], [ 116, 133 ], [ 133, 134 ], [ 116, 135 ], [ 135, 136 ], [ 116, 137 ], [ 137, 138 ], [ 137, 139 ], [ 116, 140 ], [ 140, 141 ], [ 140, 142 ], [ 116, 143 ], [ 143, 144 ], [ 143, 145 ], [ 116, 146 ], [ 146, 147 ], [ 147, 148 ], [ 148, 149 ], [ 148, 150 ], [ 146, 151 ], [ 151, 152 ], [ 151, 153 ], [ 146, 154 ], [ 154, 155 ], [ 155, 156 ], [ 146, 157 ], [ 158, 158 ], [ 158, 159 ], [ 159, 160 ], [ 160, 161 ], [ 159, 162 ], [ 162, 163 ], [ 163, 164 ], [ 116, 165 ], [ 165, 166 ], [ 165, 167 ], [ 167, 168 ], [ 168, 169 ], [ 167, 170 ], [ 116, 171 ], [ 171, 172 ], [ 171, 173 ], [ 173, 174 ], [ 174, 175 ], [ 173, 176 ], [ 116, 177 ], [ 177, 178 ], [ 177, 179 ], [ 179, 180 ], [ 180, 181 ], [ 179, 182 ], [ 116, 183 ], [ 183, 184 ], [ 183, 185 ], [ 185, 186 ], [ 186, 187 ], [ 185, 188 ], [ 116, 189 ], [ 189, 190 ], [ 189, 191 ], [ 191, 192 ], [ 192, 193 ], [ 191, 194 ], [ 116, 195 ], [ 195, 196 ], [ 195, 197 ], [ 197, 198 ], [ 198, 199 ], [ 197, 200 ], [ 116, 201 ], [ 201, 202 ], [ 202, 203 ], [ 201, 204 ], [ 116, 205 ], [ 205, 206 ], [ 205, 207 ], [ 207, 208 ], [ 208, 209 ], [ 207, 210 ], [ 116, 211 ], [ 211, 212 ], [ 212, 213 ], [ 211, 214 ], [ 116, 215 ], [ 215, 216 ], [ 215, 217 ], [ 217, 218 ], [ 218, 219 ], [ 217, 220 ], [ 116, 221 ], [ 221, 222 ], [ 222, 223 ], [ 221, 224 ], [ 116, 225 ], [ 225, 226 ], [ 225, 227 ], [ 227, 228 ], [ 228, 229 ], [ 227, 230 ], [ 116, 231 ], [ 231, 232 ], [ 232, 233 ], [ 231, 234 ], [ 116, 235 ], [ 235, 236 ], [ 235, 237 ], [ 237, 238 ], [ 238, 239 ], [ 237, 240 ], [ 116, 241 ], [ 241, 242 ], [ 242, 243 ], [ 241, 244 ], [ 116, 245 ], [ 245, 246 ], [ 246, 247 ], [ 247, 248 ], [ 248, 249 ], [ 249, 250 ], [ 249, 251 ], [ 248, 252 ], [ 247, 253 ], [ 253, 254 ], [ 254, 255 ], [ 254, 256 ], [ 253, 257 ], [ 246, 258 ], [ 258, 259 ], [ 259, 260 ], [ 260, 261 ], [ 260, 262 ], [ 259, 263 ], [ 258, 264 ], [ 264, 265 ], [ 265, 266 ], [ 265, 267 ], [ 264, 268 ], [ 245, 269 ], [ 269, 270 ], [ 270, 271 ], [ 271, 272 ], [ 272, 273 ], [ 272, 274 ], [ 270, 275 ], [ 245, 276 ], [ 276, 277 ], [ 277, 278 ], [ 278, 279 ], [ 279, 280 ], [ 280, 281 ], [ 280, 282 ], [ 279, 283 ], [ 278, 284 ], [ 284, 285 ], [ 285, 286 ], [ 285, 287 ], [ 284, 288 ], [ 277, 289 ], [ 289, 290 ], [ 290, 291 ], [ 291, 292 ], [ 291, 293 ], [ 290, 294 ], [ 289, 295 ], [ 295, 296 ], [ 296, 297 ], [ 296, 298 ], [ 295, 299 ], [ 276, 300 ], [ 300, 301 ], [ 301, 302 ], [ 302, 303 ], [ 303, 304 ], [ 303, 305 ], [ 301, 306 ], [ 276, 307 ], [ 307, 308 ], [ 308, 309 ], [ 309, 310 ], [ 309, 311 ], [ 308, 312 ], [ 307, 313 ], [ 313, 314 ], [ 314, 315 ], [ 315, 316 ], [ 316, 317 ], [ 316, 318 ], [ 314, 319 ], [ 307, 320 ], [ 320, 321 ], [ 321, 322 ], [ 322, 323 ], [ 322, 324 ], [ 321, 325 ], [ 320, 326 ], [ 326, 327 ], [ 327, 328 ], [ 328, 329 ], [ 329, 330 ], [ 329, 331 ], [ 327, 332 ], [ 320, 333 ], [ 333, 334 ], [ 334, 335 ], [ 335, 336 ], [ 335, 337 ], [ 334, 338 ], [ 333, 339 ], [ 339, 340 ], [ 340, 341 ], [ 341, 342 ], [ 342, 343 ], [ 342, 344 ], [ 340, 345 ], [ 333, 346 ], [ 346, 347 ], [ 347, 348 ], [ 348, 349 ], [ 348, 350 ], [ 347, 351 ], [ 346, 352 ], [ 352, 353 ], [ 353, 354 ], [ 354, 355 ], [ 355, 356 ], [ 355, 357 ], [ 353, 358 ], [ 346, 359 ], [ 359, 360 ], [ 360, 361 ], [ 361, 362 ], [ 361, 363 ], [ 360, 364 ], [ 359, 365 ], [ 365, 366 ], [ 366, 367 ], [ 367, 368 ], [ 368, 369 ], [ 368, 370 ], [ 366, 371 ], [ 114, 372 ], [ 372, 373 ], [ 0, 374 ], [ 374, 375 ], [ 374, 376 ] ]
[ "import java.io.IOException;\nimport java.util.ArrayList;\nimport java.util.Scanner;\n\npublic class Main {\n\t/* ??¶?´??????????????????? */\n\tpublic static int judge(ArrayList<Integer> parse2) {\n\t\tint result=0;\n\t\tif (parse2.get(0) <= 0 || parse2.get(0) > 100) {\n\t\t\tresult = 0;\n\t\t} else if (parse2.get(1) <= 0 || parse2.get(1) > 100) {\n\t\t\tresult = 1;\n\t\t} else if (parse2.get(2) < -100 || parse2.get(2) > 100) {\n\t\t\tresult = 2;\n\t\t} else if (parse2.get(3) < -100 || parse2.get(3) > 100) {\n\t\t\tresult = 3;\n\t\t} else if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}\n\t\treturn result;\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tint w, h, x, y, r;\n\t\tString str1,str2,str3,str4,str5;\n\n\t\t/**\n\t\t * ????????????????????¨???\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse2 = new ArrayList<Integer>(); //int??????\n\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 5; i++){\n\t\tst.add(scan.next());\n\t\t}\n\t\tstr1 = st.get(0);\n\t\tstr2 = st.get(1);\n\t\tstr3 = st.get(2);\n\t\tstr4 = st.get(3);\n\t\tstr5 = st.get(4);\n\n\t\tw = Integer.parseInt(str1); parse2.add(w);\n\t\th = Integer.parseInt(str2); parse2.add(h);\n\t\tx = Integer.parseInt(str3); parse2.add(x);\n\t\ty = Integer.parseInt(str4); parse2.add(y);\n\t\tr = Integer.parseInt(str5); parse2.add(r);\n\n\n\t\t/* ????????¨???????????? */\n\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\t}\n\t\telse 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\t/**\n\t\t * judge??????????????§??\\???????????????\n\t\t */\n\t\telse if (judge(parse2)==0){\n\t\t\tSystem.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==1){\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\n\t}\n\n}", "import java.io.IOException;", "IOException", "java.io", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\t/* ??¶?´??????????????????? */\n\tpublic static int judge(ArrayList<Integer> parse2) {\n\t\tint result=0;\n\t\tif (parse2.get(0) <= 0 || parse2.get(0) > 100) {\n\t\t\tresult = 0;\n\t\t} else if (parse2.get(1) <= 0 || parse2.get(1) > 100) {\n\t\t\tresult = 1;\n\t\t} else if (parse2.get(2) < -100 || parse2.get(2) > 100) {\n\t\t\tresult = 2;\n\t\t} else if (parse2.get(3) < -100 || parse2.get(3) > 100) {\n\t\t\tresult = 3;\n\t\t} else if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}\n\t\treturn result;\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tint w, h, x, y, r;\n\t\tString str1,str2,str3,str4,str5;\n\n\t\t/**\n\t\t * ????????????????????¨???\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse2 = new ArrayList<Integer>(); //int??????\n\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 5; i++){\n\t\tst.add(scan.next());\n\t\t}\n\t\tstr1 = st.get(0);\n\t\tstr2 = st.get(1);\n\t\tstr3 = st.get(2);\n\t\tstr4 = st.get(3);\n\t\tstr5 = st.get(4);\n\n\t\tw = Integer.parseInt(str1); parse2.add(w);\n\t\th = Integer.parseInt(str2); parse2.add(h);\n\t\tx = Integer.parseInt(str3); parse2.add(x);\n\t\ty = Integer.parseInt(str4); parse2.add(y);\n\t\tr = Integer.parseInt(str5); parse2.add(r);\n\n\n\t\t/* ????????¨???????????? */\n\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\t}\n\t\telse 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\t/**\n\t\t * judge??????????????§??\\???????????????\n\t\t */\n\t\telse if (judge(parse2)==0){\n\t\t\tSystem.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==1){\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\n\t}\n\n}", "Main", "/* ??¶?´??????????????????? */\n\tpublic static int judge(ArrayList<Integer> parse2) {\n\t\tint result=0;\n\t\tif (parse2.get(0) <= 0 || parse2.get(0) > 100) {\n\t\t\tresult = 0;\n\t\t} else if (parse2.get(1) <= 0 || parse2.get(1) > 100) {\n\t\t\tresult = 1;\n\t\t} else if (parse2.get(2) < -100 || parse2.get(2) > 100) {\n\t\t\tresult = 2;\n\t\t} else if (parse2.get(3) < -100 || parse2.get(3) > 100) {\n\t\t\tresult = 3;\n\t\t} else if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}\n\t\treturn result;\n\t}", "judge", "{\n\t\tint result=0;\n\t\tif (parse2.get(0) <= 0 || parse2.get(0) > 100) {\n\t\t\tresult = 0;\n\t\t} else if (parse2.get(1) <= 0 || parse2.get(1) > 100) {\n\t\t\tresult = 1;\n\t\t} else if (parse2.get(2) < -100 || parse2.get(2) > 100) {\n\t\t\tresult = 2;\n\t\t} else if (parse2.get(3) < -100 || parse2.get(3) > 100) {\n\t\t\tresult = 3;\n\t\t} else if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}\n\t\treturn result;\n\t}", "int result=0;", "result", "0", "if (parse2.get(0) <= 0 || parse2.get(0) > 100) {\n\t\t\tresult = 0;\n\t\t} else if (parse2.get(1) <= 0 || parse2.get(1) > 100) {\n\t\t\tresult = 1;\n\t\t} else if (parse2.get(2) < -100 || parse2.get(2) > 100) {\n\t\t\tresult = 2;\n\t\t} else if (parse2.get(3) < -100 || parse2.get(3) > 100) {\n\t\t\tresult = 3;\n\t\t} else if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}", "parse2.get(0) <= 0 || parse2.get(0) > 100", "parse2.get(0) <= 0", "parse2.get(0)", "parse2.get", "parse2", "0", "0", "parse2.get(0) > 100", "parse2.get(0)", "parse2.get", "parse2", "0", "100", "{\n\t\t\tresult = 0;\n\t\t}", "result = 0", "result", "0", "if (parse2.get(1) <= 0 || parse2.get(1) > 100) {\n\t\t\tresult = 1;\n\t\t} else if (parse2.get(2) < -100 || parse2.get(2) > 100) {\n\t\t\tresult = 2;\n\t\t} else if (parse2.get(3) < -100 || parse2.get(3) > 100) {\n\t\t\tresult = 3;\n\t\t} else if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}", "parse2.get(1) <= 0 || parse2.get(1) > 100", "parse2.get(1) <= 0", "parse2.get(1)", "parse2.get", "parse2", "1", "0", "parse2.get(1) > 100", "parse2.get(1)", "parse2.get", "parse2", "1", "100", "{\n\t\t\tresult = 1;\n\t\t}", "result = 1", "result", "1", "if (parse2.get(2) < -100 || parse2.get(2) > 100) {\n\t\t\tresult = 2;\n\t\t} else if (parse2.get(3) < -100 || parse2.get(3) > 100) {\n\t\t\tresult = 3;\n\t\t} else if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}", "parse2.get(2) < -100 || parse2.get(2) > 100", "parse2.get(2) < -100", "parse2.get(2)", "parse2.get", "parse2", "2", "-100", "100", "parse2.get(2) > 100", "parse2.get(2)", "parse2.get", "parse2", "2", "100", "{\n\t\t\tresult = 2;\n\t\t}", "result = 2", "result", "2", "if (parse2.get(3) < -100 || parse2.get(3) > 100) {\n\t\t\tresult = 3;\n\t\t} else if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}", "parse2.get(3) < -100 || parse2.get(3) > 100", "parse2.get(3) < -100", "parse2.get(3)", "parse2.get", "parse2", "3", "-100", "100", "parse2.get(3) > 100", "parse2.get(3)", "parse2.get", "parse2", "3", "100", "{\n\t\t\tresult = 3;\n\t\t}", "result = 3", "result", "3", "if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}", "parse2.get(4) <= 0 || parse2.get(4) > 100", "parse2.get(4) <= 0", "parse2.get(4)", "parse2.get", "parse2", "4", "0", "parse2.get(4) > 100", "parse2.get(4)", "parse2.get", "parse2", "4", "100", "{\n\t\t\tresult = 4;\n\t\t}", "result = 4", "result", "4", "return result;", "result", "ArrayList<Integer> parse2", "parse2", "public static void main(String[] args) throws IOException {\n\t\tint w, h, x, y, r;\n\t\tString str1,str2,str3,str4,str5;\n\n\t\t/**\n\t\t * ????????????????????¨???\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse2 = new ArrayList<Integer>(); //int??????\n\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 5; i++){\n\t\tst.add(scan.next());\n\t\t}\n\t\tstr1 = st.get(0);\n\t\tstr2 = st.get(1);\n\t\tstr3 = st.get(2);\n\t\tstr4 = st.get(3);\n\t\tstr5 = st.get(4);\n\n\t\tw = Integer.parseInt(str1); parse2.add(w);\n\t\th = Integer.parseInt(str2); parse2.add(h);\n\t\tx = Integer.parseInt(str3); parse2.add(x);\n\t\ty = Integer.parseInt(str4); parse2.add(y);\n\t\tr = Integer.parseInt(str5); parse2.add(r);\n\n\n\t\t/* ????????¨???????????? */\n\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\t}\n\t\telse 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\t/**\n\t\t * judge??????????????§??\\???????????????\n\t\t */\n\t\telse if (judge(parse2)==0){\n\t\t\tSystem.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==1){\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\n\t}", "main", "{\n\t\tint w, h, x, y, r;\n\t\tString str1,str2,str3,str4,str5;\n\n\t\t/**\n\t\t * ????????????????????¨???\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse2 = new ArrayList<Integer>(); //int??????\n\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 5; i++){\n\t\tst.add(scan.next());\n\t\t}\n\t\tstr1 = st.get(0);\n\t\tstr2 = st.get(1);\n\t\tstr3 = st.get(2);\n\t\tstr4 = st.get(3);\n\t\tstr5 = st.get(4);\n\n\t\tw = Integer.parseInt(str1); parse2.add(w);\n\t\th = Integer.parseInt(str2); parse2.add(h);\n\t\tx = Integer.parseInt(str3); parse2.add(x);\n\t\ty = Integer.parseInt(str4); parse2.add(y);\n\t\tr = Integer.parseInt(str5); parse2.add(r);\n\n\n\t\t/* ????????¨???????????? */\n\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\t}\n\t\telse 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\t/**\n\t\t * judge??????????????§??\\???????????????\n\t\t */\n\t\telse if (judge(parse2)==0){\n\t\t\tSystem.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==1){\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\n\t}", "int w", "w", "h", "h", "x", "x", "y", "y", "r;", "r", "String str1", "str1", "str2", "str2", "str3", "str3", "str4", "str4", "str5;", "str5", "ArrayList<String> st = new ArrayList<String>();", "st", "new ArrayList<String>()", "ArrayList<Integer> parse2 = new ArrayList<Integer>();", "parse2", "new ArrayList<Integer>()", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "for(int i = 0; i < 5; i++){\n\t\tst.add(scan.next());\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < 5", "i", "5", "i++", "i++", "i", "{\n\t\tst.add(scan.next());\n\t\t}", "{\n\t\tst.add(scan.next());\n\t\t}", "st.add(scan.next())", "st.add", "st", "scan.next()", "scan.next", "scan", "str1 = st.get(0)", "str1", "st.get(0)", "st.get", "st", "0", "str2 = st.get(1)", "str2", "st.get(1)", "st.get", "st", "1", "str3 = st.get(2)", "str3", "st.get(2)", "st.get", "st", "2", "str4 = st.get(3)", "str4", "st.get(3)", "st.get", "st", "3", "str5 = st.get(4)", "str5", "st.get(4)", "st.get", "st", "4", "w = Integer.parseInt(str1)", "w", "Integer.parseInt(str1)", "Integer.parseInt", "Integer", "str1", "parse2.add(w)", "parse2.add", "parse2", "w", "h = Integer.parseInt(str2)", "h", "Integer.parseInt(str2)", "Integer.parseInt", "Integer", "str2", "parse2.add(h)", "parse2.add", "parse2", "h", "x = Integer.parseInt(str3)", "x", "Integer.parseInt(str3)", "Integer.parseInt", "Integer", "str3", "parse2.add(x)", "parse2.add", "parse2", "x", "y = Integer.parseInt(str4)", "y", "Integer.parseInt(str4)", "Integer.parseInt", "Integer", "str4", "parse2.add(y)", "parse2.add", "parse2", "y", "r = Integer.parseInt(str5)", "r", "Integer.parseInt(str5)", "Integer.parseInt", "Integer", "str5", "parse2.add(r)", "parse2.add", "parse2", "r", "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 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\t/**\n\t\t * judge??????????????§??\\???????????????\n\t\t */\n\t\telse if (judge(parse2)==0){\n\t\t\tSystem.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==1){\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}", "(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", "{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "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\");\n\t\t}\n\t\t/**\n\t\t * judge??????????????§??\\???????????????\n\t\t */\n\t\telse if (judge(parse2)==0){\n\t\t\tSystem.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==1){\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}", "(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", "{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "if (judge(parse2)==0){\n\t\t\tSystem.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==1){\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}", "judge(parse2)==0", "judge(parse2)", "judge", "parse2", "0", "{\n\t\t\tSystem.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}", "System.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\")", "System.out.println", "System.out", "System", "System.out", "\"w?????\\?????????1~100??\\???????????§???.???????????????.\"", "if (judge(parse2)==1){\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}", "judge(parse2)==1", "judge(parse2)", "judge", "parse2", "1", "{\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}", "System.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\")", "System.out.println", "System.out", "System", "System.out", "\"h?????\\?????????1~100??\\???????????§???.???????????????.\"", "if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}", "judge(parse2)==2", "judge(parse2)", "judge", "parse2", "2", "{\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}", "System.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\")", "System.out.println", "System.out", "System", "System.out", "\"x?????\\?????????-100~100??\\???????????§???.???????????????.\"", "if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}", "judge(parse2)==3", "judge(parse2)", "judge", "parse2", "3", "{\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}", "System.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\")", "System.out.println", "System.out", "System", "System.out", "\"y?????\\?????????-100~100??\\???????????§???.???????????????.\"", "if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}", "judge(parse2)==4", "judge(parse2)", "judge", "parse2", "4", "{\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}", "System.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\")", "System.out.println", "System.out", "System", "System.out", "\"r?????\\?????????1~100??\\???????????§???.???????????????.\"", "String[] args", "args", "public class Main {\n\t/* ??¶?´??????????????????? */\n\tpublic static int judge(ArrayList<Integer> parse2) {\n\t\tint result=0;\n\t\tif (parse2.get(0) <= 0 || parse2.get(0) > 100) {\n\t\t\tresult = 0;\n\t\t} else if (parse2.get(1) <= 0 || parse2.get(1) > 100) {\n\t\t\tresult = 1;\n\t\t} else if (parse2.get(2) < -100 || parse2.get(2) > 100) {\n\t\t\tresult = 2;\n\t\t} else if (parse2.get(3) < -100 || parse2.get(3) > 100) {\n\t\t\tresult = 3;\n\t\t} else if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}\n\t\treturn result;\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tint w, h, x, y, r;\n\t\tString str1,str2,str3,str4,str5;\n\n\t\t/**\n\t\t * ????????????????????¨???\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse2 = new ArrayList<Integer>(); //int??????\n\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 5; i++){\n\t\tst.add(scan.next());\n\t\t}\n\t\tstr1 = st.get(0);\n\t\tstr2 = st.get(1);\n\t\tstr3 = st.get(2);\n\t\tstr4 = st.get(3);\n\t\tstr5 = st.get(4);\n\n\t\tw = Integer.parseInt(str1); parse2.add(w);\n\t\th = Integer.parseInt(str2); parse2.add(h);\n\t\tx = Integer.parseInt(str3); parse2.add(x);\n\t\ty = Integer.parseInt(str4); parse2.add(y);\n\t\tr = Integer.parseInt(str5); parse2.add(r);\n\n\n\t\t/* ????????¨???????????? */\n\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\t}\n\t\telse 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\t/**\n\t\t * judge??????????????§??\\???????????????\n\t\t */\n\t\telse if (judge(parse2)==0){\n\t\t\tSystem.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==1){\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\n\t}\n\n}", "public class Main {\n\t/* ??¶?´??????????????????? */\n\tpublic static int judge(ArrayList<Integer> parse2) {\n\t\tint result=0;\n\t\tif (parse2.get(0) <= 0 || parse2.get(0) > 100) {\n\t\t\tresult = 0;\n\t\t} else if (parse2.get(1) <= 0 || parse2.get(1) > 100) {\n\t\t\tresult = 1;\n\t\t} else if (parse2.get(2) < -100 || parse2.get(2) > 100) {\n\t\t\tresult = 2;\n\t\t} else if (parse2.get(3) < -100 || parse2.get(3) > 100) {\n\t\t\tresult = 3;\n\t\t} else if (parse2.get(4) <= 0 || parse2.get(4) > 100) {\n\t\t\tresult = 4;\n\t\t}\n\t\treturn result;\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tint w, h, x, y, r;\n\t\tString str1,str2,str3,str4,str5;\n\n\t\t/**\n\t\t * ????????????????????¨???\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse2 = new ArrayList<Integer>(); //int??????\n\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 5; i++){\n\t\tst.add(scan.next());\n\t\t}\n\t\tstr1 = st.get(0);\n\t\tstr2 = st.get(1);\n\t\tstr3 = st.get(2);\n\t\tstr4 = st.get(3);\n\t\tstr5 = st.get(4);\n\n\t\tw = Integer.parseInt(str1); parse2.add(w);\n\t\th = Integer.parseInt(str2); parse2.add(h);\n\t\tx = Integer.parseInt(str3); parse2.add(x);\n\t\ty = Integer.parseInt(str4); parse2.add(y);\n\t\tr = Integer.parseInt(str5); parse2.add(r);\n\n\n\t\t/* ????????¨???????????? */\n\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\t}\n\t\telse 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\t/**\n\t\t * judge??????????????§??\\???????????????\n\t\t */\n\t\telse if (judge(parse2)==0){\n\t\t\tSystem.out.println(\"w?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==1){\n\t\t\tSystem.out.println(\"h?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==2){\n\t\t\tSystem.out.println(\"x?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==3){\n\t\t\tSystem.out.println(\"y?????\\?????????-100~100??\\???????????§???.???????????????.\");\n\t\t}\n\t\telse if (judge(parse2)==4){\n\t\t\tSystem.out.println(\"r?????\\?????????1~100??\\???????????§???.???????????????.\");\n\t\t}\n\n\t}\n\n}", "Main" ]
import java.io.IOException; import java.util.ArrayList; import java.util.Scanner; public class Main { /* ??¶?´??????????????????? */ public static int judge(ArrayList<Integer> parse2) { int result=0; if (parse2.get(0) <= 0 || parse2.get(0) > 100) { result = 0; } else if (parse2.get(1) <= 0 || parse2.get(1) > 100) { result = 1; } else if (parse2.get(2) < -100 || parse2.get(2) > 100) { result = 2; } else if (parse2.get(3) < -100 || parse2.get(3) > 100) { result = 3; } else if (parse2.get(4) <= 0 || parse2.get(4) > 100) { result = 4; } return result; } public static void main(String[] args) throws IOException { int w, h, x, y, r; String str1,str2,str3,str4,str5; /** * ????????????????????¨??? */ ArrayList<String> st = new ArrayList<String>(); ArrayList<Integer> parse2 = new ArrayList<Integer>(); //int?????? /** * ??\?????¨????????????????´? */ Scanner scan = new Scanner(System.in); for(int i = 0; i < 5; i++){ st.add(scan.next()); } str1 = st.get(0); str2 = st.get(1); str3 = st.get(2); str4 = st.get(3); str5 = st.get(4); w = Integer.parseInt(str1); parse2.add(w); h = Integer.parseInt(str2); parse2.add(h); x = Integer.parseInt(str3); parse2.add(x); y = Integer.parseInt(str4); parse2.add(y); r = Integer.parseInt(str5); parse2.add(r); /* ????????¨???????????? */ 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"); } /** * judge??????????????§??\??????????????? */ else if (judge(parse2)==0){ System.out.println("w?????\?????????1~100??\???????????§???.???????????????."); } else if (judge(parse2)==1){ System.out.println("h?????\?????????1~100??\???????????§???.???????????????."); } else if (judge(parse2)==2){ System.out.println("x?????\?????????-100~100??\???????????§???.???????????????."); } else if (judge(parse2)==3){ System.out.println("y?????\?????????-100~100??\???????????§???.???????????????."); } else if (judge(parse2)==4){ System.out.println("r?????\?????????1~100??\???????????§???.???????????????."); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 124, 11 ], [ 124, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 14, 32 ], [ 32, 33 ], [ 32, 34 ], [ 35, 36 ], [ 35, 37 ], [ 14, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 38, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 38, 48 ], [ 48, 49 ], [ 49, 50 ], [ 38, 51 ], [ 52, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 60, 61 ], [ 60, 62 ], [ 14, 63 ], [ 63, 64 ], [ 66, 65 ], [ 87, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 72, 73 ], [ 72, 74 ], [ 67, 75 ], [ 66, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 77, 81 ], [ 81, 82 ], [ 81, 83 ], [ 76, 84 ], [ 84, 85 ], [ 84, 86 ], [ 87, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 92, 93 ], [ 92, 94 ], [ 87, 95 ], [ 66, 96 ], [ 96, 97 ], [ 97, 98 ], [ 98, 99 ], [ 98, 100 ], [ 97, 101 ], [ 101, 102 ], [ 101, 103 ], [ 96, 104 ], [ 104, 105 ], [ 104, 106 ], [ 63, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 110, 111 ], [ 110, 112 ], [ 108, 113 ], [ 63, 114 ], [ 114, 115 ], [ 115, 116 ], [ 116, 117 ], [ 117, 118 ], [ 117, 119 ], [ 115, 120 ], [ 12, 121 ], [ 121, 122 ], [ 0, 123 ], [ 123, 124 ], [ 123, 125 ] ]
[ "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\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\t//String??????inputData???int???????????£????????????\n\t\tfor(int i=0;i < data.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\t\t//W,H,x,y,r data[0,1,2,3,4]\n\t\t//x-r<0 or x+r>W ??? NO\n\t\t//y-r<0 or y+r>H ??? Yes\n\n\t\tif(data[2]-data[4] < 0 | data[2]+data[4] > data[0] | data[3]-data[4] < 0 | data[3]+data[4] > data[1]){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\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\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\t//String??????inputData???int???????????£????????????\n\t\tfor(int i=0;i < data.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\t\t//W,H,x,y,r data[0,1,2,3,4]\n\t\t//x-r<0 or x+r>W ??? NO\n\t\t//y-r<0 or y+r>H ??? Yes\n\n\t\tif(data[2]-data[4] < 0 | data[2]+data[4] > data[0] | data[3]-data[4] < 0 | data[3]+data[4] > data[1]){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\t//String??????inputData???int???????????£????????????\n\t\tfor(int i=0;i < data.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\t\t//W,H,x,y,r data[0,1,2,3,4]\n\t\t//x-r<0 or x+r>W ??? NO\n\t\t//y-r<0 or y+r>H ??? Yes\n\n\t\tif(data[2]-data[4] < 0 | data[2]+data[4] > data[0] | data[3]-data[4] < 0 | data[3]+data[4] > data[1]){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\t}", "main", "{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\t//String??????inputData???int???????????£????????????\n\t\tfor(int i=0;i < data.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\t\t//W,H,x,y,r data[0,1,2,3,4]\n\t\t//x-r<0 or x+r>W ??? NO\n\t\t//y-r<0 or y+r>H ??? Yes\n\n\t\tif(data[2]-data[4] < 0 | data[2]+data[4] > data[0] | data[3]-data[4] < 0 | data[3]+data[4] > data[1]){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\t}", "InputStreamReader is = new InputStreamReader(System.in);", "is", "new InputStreamReader(System.in)", "BufferedReader br = new BufferedReader(is);", "br", "new BufferedReader(is)", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String[] inputData = str.split(\" \");", "inputData", "str.split(\" \")", "str.split", "str", "\" \"", "int data[] = new int[inputData.length];", "data", "new int[inputData.length]", "inputData.length", "inputData", "inputData.length", "for(int i=0;i < data.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}", "int i=0;", "int i=0;", "i", "0", "i < data.length", "i", "data.length", "data", "data.length", "i++", "i++", "i", "{\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}", "{\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}", "data[i] = Integer.parseInt(inputData[i])", "data[i]", "data", "i", "Integer.parseInt(inputData[i])", "Integer.parseInt", "Integer", "inputData[i]", "inputData", "i", "if(data[2]-data[4] < 0 | data[2]+data[4] > data[0] | data[3]-data[4] < 0 | data[3]+data[4] > data[1]){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "data[2]-data[4] < 0 | data[2]+data[4] > data[0] | data[3]-data[4] < 0 | data[3]+data[4] > data[1]", "data[3]-data[4] < 0", "data[2]-data[4] < 0 | data[2]+data[4] > data[0] | data[3]-data[4] < 0 | data[3]+data[4] > data[1]", "data[2]-data[4] < 0", "data[2]-data[4]", "data[2]", "data", "2", "data[4]", "data", "4", "0", "data[2]+data[4] > data[0]", "data[2]+data[4]", "data[2]", "data", "2", "data[4]", "data", "4", "data[0]", "data", "0", "data[3]-data[4] < 0", "data[3]-data[4]", "data[3]", "data", "3", "data[4]", "data", "4", "0", "data[3]+data[4] > data[1]", "data[3]+data[4]", "data[3]", "data", "3", "data[4]", "data", "4", "data[1]", "data", "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) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\t//String??????inputData???int???????????£????????????\n\t\tfor(int i=0;i < data.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\t\t//W,H,x,y,r data[0,1,2,3,4]\n\t\t//x-r<0 or x+r>W ??? NO\n\t\t//y-r<0 or y+r>H ??? Yes\n\n\t\tif(data[2]-data[4] < 0 | data[2]+data[4] > data[0] | data[3]-data[4] < 0 | data[3]+data[4] > data[1]){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tString[] inputData = str.split(\" \");\n\n\t\tint data[] = new int[inputData.length];\n\n\t\t//String??????inputData???int???????????£????????????\n\t\tfor(int i=0;i < data.length;i++){\n\t\t\tdata[i] = Integer.parseInt(inputData[i]);\n\t\t}\n\n\t\t//W,H,x,y,r data[0,1,2,3,4]\n\t\t//x-r<0 or x+r>W ??? NO\n\t\t//y-r<0 or y+r>H ??? Yes\n\n\t\tif(data[2]-data[4] < 0 | data[2]+data[4] > data[0] | data[3]-data[4] < 0 | data[3]+data[4] > data[1]){\n\t\t\tSystem.out.println(\"No\");\n\t\t}else{\n\t\t\tSystem.out.println(\"Yes\");\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) throws IOException { InputStreamReader is = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(is); String str = br.readLine(); String[] inputData = str.split(" "); int data[] = new int[inputData.length]; //String??????inputData???int???????????£???????????? for(int i=0;i < data.length;i++){ data[i] = Integer.parseInt(inputData[i]); } //W,H,x,y,r data[0,1,2,3,4] //x-r<0 or x+r>W ??? NO //y-r<0 or y+r>H ??? Yes if(data[2]-data[4] < 0 | data[2]+data[4] > data[0] | data[3]-data[4] < 0 | data[3]+data[4] > data[1]){ 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, 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 ], [ 94, 5 ], [ 94, 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 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 8, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 8, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 53, 55 ], [ 8, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 58, 60 ], [ 8, 61 ], [ 61, 62 ], [ 64, 63 ], [ 71, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 68, 69 ], [ 68, 70 ], [ 71, 71 ], [ 71, 72 ], [ 71, 73 ], [ 64, 74 ], [ 74, 75 ], [ 74, 76 ], [ 61, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 78, 83 ], [ 61, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 85, 90 ], [ 6, 91 ], [ 91, 92 ], [ 0, 93 ], [ 93, 94 ], [ 93, 95 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint 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 mx = x-r;\n\t\tint Mx = x+r;\n\t\tint my = y-r;\n\t\tint My = y+r;\n\t\tif (mx >= 0 && Mx <= W && my >= 0 && My <= 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\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\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 mx = x-r;\n\t\tint Mx = x+r;\n\t\tint my = y-r;\n\t\tint My = y+r;\n\t\tif (mx >= 0 && Mx <= W && my >= 0 && My <= 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\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\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 mx = x-r;\n\t\tint Mx = x+r;\n\t\tint my = y-r;\n\t\tint My = y+r;\n\t\tif (mx >= 0 && Mx <= W && my >= 0 && My <= 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\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\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 mx = x-r;\n\t\tint Mx = x+r;\n\t\tint my = y-r;\n\t\tint My = y+r;\n\t\tif (mx >= 0 && Mx <= W && my >= 0 && My <= 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 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", "int mx = x-r;", "mx", "x-r", "x", "r", "int Mx = x+r;", "Mx", "x+r", "x", "r", "int my = y-r;", "my", "y-r", "y", "r", "int My = y+r;", "My", "y+r", "y", "r", "if (mx >= 0 && Mx <= W && my >= 0 && My <= H) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "mx >= 0 && Mx <= W && my >= 0 && My <= H", "my >= 0", "mx >= 0 && Mx <= W && my >= 0 && My <= H", "mx >= 0", "mx", "0", "Mx <= W", "Mx", "W", "my >= 0", "my", "0", "My <= H", "My", "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\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\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 mx = x-r;\n\t\tint Mx = x+r;\n\t\tint my = y-r;\n\t\tint My = y+r;\n\t\tif (mx >= 0 && Mx <= W && my >= 0 && My <= 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\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\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 mx = x-r;\n\t\tint Mx = x+r;\n\t\tint my = y-r;\n\t\tint My = y+r;\n\t\tif (mx >= 0 && Mx <= W && my >= 0 && My <= 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) { 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(); int mx = x-r; int Mx = x+r; int my = y-r; int My = y+r; if (mx >= 0 && Mx <= W && my >= 0 && My <= 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, 38, 5, 13, 30, 4, 18, 13, 4, 18, 13, 40, 17, 30, 41, 13, 20, 41, 13, 42, 2, 0, 13, 4, 18, 13, 17, 30, 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, 41, 13, 2, 13, 13, 41, 13, 2, 13, 13, 41, 13, 2, 13, 13, 41, 13, 2, 13, 13, 41, 13, 17, 14, 2, 13, 13, 30, 0, 13, 17, 14, 2, 13, 17, 30, 0, 13, 17, 14, 2, 13, 13, 30, 0, 13, 17, 14, 2, 13, 17, 30, 0, 13, 17, 4, 18, 18, 13, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 156, 11 ], [ 156, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 18, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 15, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 31, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 34, 40 ], [ 33, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 44, 48 ], [ 41, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 54, 55 ], [ 54, 56 ], [ 41, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 60, 61 ], [ 59, 62 ], [ 62, 63 ], [ 62, 64 ], [ 41, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 68, 69 ], [ 67, 70 ], [ 70, 71 ], [ 70, 72 ], [ 41, 73 ], [ 73, 74 ], [ 73, 75 ], [ 75, 76 ], [ 76, 77 ], [ 75, 78 ], [ 78, 79 ], [ 78, 80 ], [ 41, 81 ], [ 81, 82 ], [ 81, 83 ], [ 83, 84 ], [ 84, 85 ], [ 83, 86 ], [ 86, 87 ], [ 86, 88 ], [ 41, 89 ], [ 89, 90 ], [ 89, 91 ], [ 91, 92 ], [ 91, 93 ], [ 41, 94 ], [ 94, 95 ], [ 94, 96 ], [ 96, 97 ], [ 96, 98 ], [ 41, 99 ], [ 99, 100 ], [ 99, 101 ], [ 101, 102 ], [ 101, 103 ], [ 41, 104 ], [ 104, 105 ], [ 104, 106 ], [ 106, 107 ], [ 106, 108 ], [ 41, 109 ], [ 109, 110 ], [ 109, 111 ], [ 41, 112 ], [ 112, 113 ], [ 113, 114 ], [ 113, 115 ], [ 112, 116 ], [ 116, 117 ], [ 117, 118 ], [ 117, 119 ], [ 41, 120 ], [ 120, 121 ], [ 121, 122 ], [ 121, 123 ], [ 120, 124 ], [ 124, 125 ], [ 125, 126 ], [ 125, 127 ], [ 41, 128 ], [ 128, 129 ], [ 129, 130 ], [ 129, 131 ], [ 128, 132 ], [ 132, 133 ], [ 133, 134 ], [ 133, 135 ], [ 41, 136 ], [ 136, 137 ], [ 137, 138 ], [ 137, 139 ], [ 136, 140 ], [ 140, 141 ], [ 141, 142 ], [ 141, 143 ], [ 41, 144 ], [ 144, 145 ], [ 145, 146 ], [ 146, 147 ], [ 146, 148 ], [ 144, 149 ], [ 27, 150 ], [ 150, 151 ], [ 151, 152 ], [ 12, 153 ], [ 153, 154 ], [ 0, 155 ], [ 155, 156 ], [ 155, 157 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.lang.Math;\n\npublic class Main{\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n // ????????¢????¨????\n int width = Integer.parseInt(input[0]);\n // ????????¢?????????\n int height = Integer.parseInt(input[1]);\n \n // ????????????x??§?¨?\n int x = Integer.parseInt(input[2]);\n // ????????????y??§?¨?\n int y = Integer.parseInt(input[3]);\n // ????????????r\n int r = Integer.parseInt(input[4]);\n \n // ????????????????????????????????????????????§?¨?\n ////////////////////////////////////////\n // ?????????????????§?¨?\n int top = y + r;\n \n // ?????????????????§?¨?\n int bottom = y - r;\n \n // ?????????????????§?¨?\n int right = x + r;\n \n // ?????????????????§?¨?\n int left = x - r;\n \n String ans = \"Yes\";\n \n // ???????????????height????¶?????????¨??????????????????\n if(top > height) {\n ans = \"No\";\n }\n \n // ???????????????0?????????????????¨??????????????????\n if(bottom < 0) {\n ans = \"No\";\n }\n \n // ???????????????width????¶?????????¨??????????????????\n if(right > width) {\n ans = \"No\";\n }\n \n // ???????????????????????????????????¨??????????????????\n if(left < 0) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.lang.Math;", "Math", "java.lang", "public class Main{\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n // ????????¢????¨????\n int width = Integer.parseInt(input[0]);\n // ????????¢?????????\n int height = Integer.parseInt(input[1]);\n \n // ????????????x??§?¨?\n int x = Integer.parseInt(input[2]);\n // ????????????y??§?¨?\n int y = Integer.parseInt(input[3]);\n // ????????????r\n int r = Integer.parseInt(input[4]);\n \n // ????????????????????????????????????????????§?¨?\n ////////////////////////////////////////\n // ?????????????????§?¨?\n int top = y + r;\n \n // ?????????????????§?¨?\n int bottom = y - r;\n \n // ?????????????????§?¨?\n int right = x + r;\n \n // ?????????????????§?¨?\n int left = x - r;\n \n String ans = \"Yes\";\n \n // ???????????????height????¶?????????¨??????????????????\n if(top > height) {\n ans = \"No\";\n }\n \n // ???????????????0?????????????????¨??????????????????\n if(bottom < 0) {\n ans = \"No\";\n }\n \n // ???????????????width????¶?????????¨??????????????????\n if(right > width) {\n ans = \"No\";\n }\n \n // ???????????????????????????????????¨??????????????????\n if(left < 0) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}", "Main", "public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n // ????????¢????¨????\n int width = Integer.parseInt(input[0]);\n // ????????¢?????????\n int height = Integer.parseInt(input[1]);\n \n // ????????????x??§?¨?\n int x = Integer.parseInt(input[2]);\n // ????????????y??§?¨?\n int y = Integer.parseInt(input[3]);\n // ????????????r\n int r = Integer.parseInt(input[4]);\n \n // ????????????????????????????????????????????§?¨?\n ////////////////////////////////////////\n // ?????????????????§?¨?\n int top = y + r;\n \n // ?????????????????§?¨?\n int bottom = y - r;\n \n // ?????????????????§?¨?\n int right = x + r;\n \n // ?????????????????§?¨?\n int left = x - r;\n \n String ans = \"Yes\";\n \n // ???????????????height????¶?????????¨??????????????????\n if(top > height) {\n ans = \"No\";\n }\n \n // ???????????????0?????????????????¨??????????????????\n if(bottom < 0) {\n ans = \"No\";\n }\n \n // ???????????????width????¶?????????¨??????????????????\n if(right > width) {\n ans = \"No\";\n }\n \n // ???????????????????????????????????¨??????????????????\n if(left < 0) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }", "main", "{\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n // ????????¢????¨????\n int width = Integer.parseInt(input[0]);\n // ????????¢?????????\n int height = Integer.parseInt(input[1]);\n \n // ????????????x??§?¨?\n int x = Integer.parseInt(input[2]);\n // ????????????y??§?¨?\n int y = Integer.parseInt(input[3]);\n // ????????????r\n int r = Integer.parseInt(input[4]);\n \n // ????????????????????????????????????????????§?¨?\n ////////////////////////////////////////\n // ?????????????????§?¨?\n int top = y + r;\n \n // ?????????????????§?¨?\n int bottom = y - r;\n \n // ?????????????????§?¨?\n int right = x + r;\n \n // ?????????????????§?¨?\n int left = x - r;\n \n String ans = \"Yes\";\n \n // ???????????????height????¶?????????¨??????????????????\n if(top > height) {\n ans = \"No\";\n }\n \n // ???????????????0?????????????????¨??????????????????\n if(bottom < 0) {\n ans = \"No\";\n }\n \n // ???????????????width????¶?????????¨??????????????????\n if(right > width) {\n ans = \"No\";\n }\n \n // ???????????????????????????????????¨??????????????????\n if(left < 0) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }", "try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n // ????????¢????¨????\n int width = Integer.parseInt(input[0]);\n // ????????¢?????????\n int height = Integer.parseInt(input[1]);\n \n // ????????????x??§?¨?\n int x = Integer.parseInt(input[2]);\n // ????????????y??§?¨?\n int y = Integer.parseInt(input[3]);\n // ????????????r\n int r = Integer.parseInt(input[4]);\n \n // ????????????????????????????????????????????§?¨?\n ////////////////////////////////////////\n // ?????????????????§?¨?\n int top = y + r;\n \n // ?????????????????§?¨?\n int bottom = y - r;\n \n // ?????????????????§?¨?\n int right = x + r;\n \n // ?????????????????§?¨?\n int left = x - r;\n \n String ans = \"Yes\";\n \n // ???????????????height????¶?????????¨??????????????????\n if(top > height) {\n ans = \"No\";\n }\n \n // ???????????????0?????????????????¨??????????????????\n if(bottom < 0) {\n ans = \"No\";\n }\n \n // ???????????????width????¶?????????¨??????????????????\n if(right > width) {\n ans = \"No\";\n }\n \n // ???????????????????????????????????¨??????????????????\n if(left < 0) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }", "catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }", "Exception e", "{\n e.getStackTrace();\n System.exit(-1);\n }", "e.getStackTrace()", "e.getStackTrace", "e", "System.exit(-1)", "System.exit", "System", "-1", "1", "{\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n // ????????¢????¨????\n int width = Integer.parseInt(input[0]);\n // ????????¢?????????\n int height = Integer.parseInt(input[1]);\n \n // ????????????x??§?¨?\n int x = Integer.parseInt(input[2]);\n // ????????????y??§?¨?\n int y = Integer.parseInt(input[3]);\n // ????????????r\n int r = Integer.parseInt(input[4]);\n \n // ????????????????????????????????????????????§?¨?\n ////////////////////////////////////////\n // ?????????????????§?¨?\n int top = y + r;\n \n // ?????????????????§?¨?\n int bottom = y - r;\n \n // ?????????????????§?¨?\n int right = x + r;\n \n // ?????????????????§?¨?\n int left = x - r;\n \n String ans = \"Yes\";\n \n // ???????????????height????¶?????????¨??????????????????\n if(top > height) {\n ans = \"No\";\n }\n \n // ???????????????0?????????????????¨??????????????????\n if(bottom < 0) {\n ans = \"No\";\n }\n \n // ???????????????width????¶?????????¨??????????????????\n if(right > width) {\n ans = \"No\";\n }\n \n // ???????????????????????????????????¨??????????????????\n if(left < 0) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n stdReader.close();\n }", "BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));", "stdReader", "new BufferedReader(new InputStreamReader(System.in))", "String line;", "line", "while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n // ????????¢????¨????\n int width = Integer.parseInt(input[0]);\n // ????????¢?????????\n int height = Integer.parseInt(input[1]);\n \n // ????????????x??§?¨?\n int x = Integer.parseInt(input[2]);\n // ????????????y??§?¨?\n int y = Integer.parseInt(input[3]);\n // ????????????r\n int r = Integer.parseInt(input[4]);\n \n // ????????????????????????????????????????????§?¨?\n ////////////////////////////////////////\n // ?????????????????§?¨?\n int top = y + r;\n \n // ?????????????????§?¨?\n int bottom = y - r;\n \n // ?????????????????§?¨?\n int right = x + r;\n \n // ?????????????????§?¨?\n int left = x - r;\n \n String ans = \"Yes\";\n \n // ???????????????height????¶?????????¨??????????????????\n if(top > height) {\n ans = \"No\";\n }\n \n // ???????????????0?????????????????¨??????????????????\n if(bottom < 0) {\n ans = \"No\";\n }\n \n // ???????????????width????¶?????????¨??????????????????\n if(right > width) {\n ans = \"No\";\n }\n \n // ???????????????????????????????????¨??????????????????\n if(left < 0) {\n ans = \"No\";\n }\n System.out.println(ans);\n }", "(line = stdReader.readLine()) != null", "(line = stdReader.readLine())", "line", "stdReader.readLine()", "stdReader.readLine", "stdReader", "null", "{\n String[] input = line.split(\" \", 0);\n \n // ????????¢????¨????\n int width = Integer.parseInt(input[0]);\n // ????????¢?????????\n int height = Integer.parseInt(input[1]);\n \n // ????????????x??§?¨?\n int x = Integer.parseInt(input[2]);\n // ????????????y??§?¨?\n int y = Integer.parseInt(input[3]);\n // ????????????r\n int r = Integer.parseInt(input[4]);\n \n // ????????????????????????????????????????????§?¨?\n ////////////////////////////////////////\n // ?????????????????§?¨?\n int top = y + r;\n \n // ?????????????????§?¨?\n int bottom = y - r;\n \n // ?????????????????§?¨?\n int right = x + r;\n \n // ?????????????????§?¨?\n int left = x - r;\n \n String ans = \"Yes\";\n \n // ???????????????height????¶?????????¨??????????????????\n if(top > height) {\n ans = \"No\";\n }\n \n // ???????????????0?????????????????¨??????????????????\n if(bottom < 0) {\n ans = \"No\";\n }\n \n // ???????????????width????¶?????????¨??????????????????\n if(right > width) {\n ans = \"No\";\n }\n \n // ???????????????????????????????????¨??????????????????\n if(left < 0) {\n ans = \"No\";\n }\n System.out.println(ans);\n }", "String[] input = line.split(\" \", 0);", "input", "line.split(\" \", 0)", "line.split", "line", "\" \"", "0", "int width = Integer.parseInt(input[0]);", "width", "Integer.parseInt(input[0])", "Integer.parseInt", "Integer", "input[0]", "input", "0", "int height = Integer.parseInt(input[1]);", "height", "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", "int top = y + r;", "top", "y + r", "y", "r", "int bottom = y - r;", "bottom", "y - r", "y", "r", "int right = x + r;", "right", "x + r", "x", "r", "int left = x - r;", "left", "x - r", "x", "r", "String ans = \"Yes\";", "ans", "\"Yes\"", "if(top > height) {\n ans = \"No\";\n }", "top > height", "top", "height", "{\n ans = \"No\";\n }", "ans = \"No\"", "ans", "\"No\"", "if(bottom < 0) {\n ans = \"No\";\n }", "bottom < 0", "bottom", "0", "{\n ans = \"No\";\n }", "ans = \"No\"", "ans", "\"No\"", "if(right > width) {\n ans = \"No\";\n }", "right > width", "right", "width", "{\n ans = \"No\";\n }", "ans = \"No\"", "ans", "\"No\"", "if(left < 0) {\n ans = \"No\";\n }", "left < 0", "left", "0", "{\n ans = \"No\";\n }", "ans = \"No\"", "ans", "\"No\"", "System.out.println(ans)", "System.out.println", "System.out", "System", "System.out", "ans", "stdReader.close()", "stdReader.close", "stdReader", "String[] args", "args", "public class Main{\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n // ????????¢????¨????\n int width = Integer.parseInt(input[0]);\n // ????????¢?????????\n int height = Integer.parseInt(input[1]);\n \n // ????????????x??§?¨?\n int x = Integer.parseInt(input[2]);\n // ????????????y??§?¨?\n int y = Integer.parseInt(input[3]);\n // ????????????r\n int r = Integer.parseInt(input[4]);\n \n // ????????????????????????????????????????????§?¨?\n ////////////////////////////////////////\n // ?????????????????§?¨?\n int top = y + r;\n \n // ?????????????????§?¨?\n int bottom = y - r;\n \n // ?????????????????§?¨?\n int right = x + r;\n \n // ?????????????????§?¨?\n int left = x - r;\n \n String ans = \"Yes\";\n \n // ???????????????height????¶?????????¨??????????????????\n if(top > height) {\n ans = \"No\";\n }\n \n // ???????????????0?????????????????¨??????????????????\n if(bottom < 0) {\n ans = \"No\";\n }\n \n // ???????????????width????¶?????????¨??????????????????\n if(right > width) {\n ans = \"No\";\n }\n \n // ???????????????????????????????????¨??????????????????\n if(left < 0) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}", "public class Main{\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n // ????????¢????¨????\n int width = Integer.parseInt(input[0]);\n // ????????¢?????????\n int height = Integer.parseInt(input[1]);\n \n // ????????????x??§?¨?\n int x = Integer.parseInt(input[2]);\n // ????????????y??§?¨?\n int y = Integer.parseInt(input[3]);\n // ????????????r\n int r = Integer.parseInt(input[4]);\n \n // ????????????????????????????????????????????§?¨?\n ////////////////////////////////////////\n // ?????????????????§?¨?\n int top = y + r;\n \n // ?????????????????§?¨?\n int bottom = y - r;\n \n // ?????????????????§?¨?\n int right = x + r;\n \n // ?????????????????§?¨?\n int left = x - r;\n \n String ans = \"Yes\";\n \n // ???????????????height????¶?????????¨??????????????????\n if(top > height) {\n ans = \"No\";\n }\n \n // ???????????????0?????????????????¨??????????????????\n if(bottom < 0) {\n ans = \"No\";\n }\n \n // ???????????????width????¶?????????¨??????????????????\n if(right > width) {\n ans = \"No\";\n }\n \n // ???????????????????????????????????¨??????????????????\n if(left < 0) {\n ans = \"No\";\n }\n System.out.println(ans);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; import java.lang.Math; public class Main{ public static void main(String[] args) { try { BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in)); String line; while((line = stdReader.readLine()) != null) { String[] input = line.split(" ", 0); // ????????¢????¨???? int width = Integer.parseInt(input[0]); // ????????¢????????? int height = Integer.parseInt(input[1]); // ????????????x??§?¨? int x = Integer.parseInt(input[2]); // ????????????y??§?¨? int y = Integer.parseInt(input[3]); // ????????????r int r = Integer.parseInt(input[4]); // ????????????????????????????????????????????§?¨? //////////////////////////////////////// // ?????????????????§?¨? int top = y + r; // ?????????????????§?¨? int bottom = y - r; // ?????????????????§?¨? int right = x + r; // ?????????????????§?¨? int left = x - r; String ans = "Yes"; // ???????????????height????¶?????????¨?????????????????? if(top > height) { ans = "No"; } // ???????????????0?????????????????¨?????????????????? if(bottom < 0) { ans = "No"; } // ???????????????width????¶?????????¨?????????????????? if(right > width) { ans = "No"; } // ???????????????????????????????????¨?????????????????? if(left < 0) { ans = "No"; } System.out.println(ans); } stdReader.close(); } catch(Exception e) { e.getStackTrace(); System.exit(-1); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 4, 18, 4, 18, 20, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 14, 2, 2, 13, 13, 17, 0, 13, 17, 14, 2, 2, 13, 13, 17, 0, 13, 17, 14, 2, 2, 13, 13, 17, 0, 13, 17, 14, 2, 2, 13, 13, 13, 0, 13, 17, 14, 2, 2, 13, 13, 13, 0, 13, 17, 14, 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 ], [ 128, 11 ], [ 128, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 17, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 14, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 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 ], [ 14, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 66, 72 ], [ 72, 73 ], [ 72, 74 ], [ 66, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 76, 80 ], [ 75, 81 ], [ 81, 82 ], [ 81, 83 ], [ 75, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 85, 89 ], [ 84, 90 ], [ 90, 91 ], [ 90, 92 ], [ 84, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 94, 98 ], [ 93, 99 ], [ 99, 100 ], [ 99, 101 ], [ 93, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 103, 107 ], [ 102, 108 ], [ 108, 109 ], [ 108, 110 ], [ 14, 111 ], [ 111, 112 ], [ 111, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 113, 118 ], [ 111, 119 ], [ 119, 120 ], [ 120, 121 ], [ 121, 122 ], [ 121, 123 ], [ 119, 124 ], [ 12, 125 ], [ 125, 126 ], [ 0, 127 ], [ 127, 128 ], [ 127, 129 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\tString[] arrInt = (new BufferedReader(new InputStreamReader(System.in))).readLine().split(\" \");\n\n\t\tint w = Integer.parseInt(arrInt[0]);\n\t\tint h = Integer.parseInt(arrInt[1]);\n\t\tint x = Integer.parseInt(arrInt[2]);\n\t\tint y = Integer.parseInt(arrInt[3]);\n\t\tint r = Integer.parseInt(arrInt[4]);\n\t\t\n\t\tboolean isOut = false;\n\t\t//?????´??¢?¨????\n\t\tif(w - r < 0) isOut = true;\t//width??????r?????§??????\n\t\telse if(x - r < 0) isOut = true;\t//x-r??§??????????????????\n\t\telse if(y - r < 0) isOut = true;\t//y-r??§??????????????????\n\t\telse if(x + r > w) isOut = true;\t//x+r??§??????????????????\n\t\telse if(y + r > h) isOut = true;\n\t\t\n\t\tif(isOut) System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\tString[] arrInt = (new BufferedReader(new InputStreamReader(System.in))).readLine().split(\" \");\n\n\t\tint w = Integer.parseInt(arrInt[0]);\n\t\tint h = Integer.parseInt(arrInt[1]);\n\t\tint x = Integer.parseInt(arrInt[2]);\n\t\tint y = Integer.parseInt(arrInt[3]);\n\t\tint r = Integer.parseInt(arrInt[4]);\n\t\t\n\t\tboolean isOut = false;\n\t\t//?????´??¢?¨????\n\t\tif(w - r < 0) isOut = true;\t//width??????r?????§??????\n\t\telse if(x - r < 0) isOut = true;\t//x-r??§??????????????????\n\t\telse if(y - r < 0) isOut = true;\t//y-r??§??????????????????\n\t\telse if(x + r > w) isOut = true;\t//x+r??§??????????????????\n\t\telse if(y + r > h) isOut = true;\n\t\t\n\t\tif(isOut) System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}\n}", "Main", "public static void main(String[] args) throws NumberFormatException, IOException {\n\t\tString[] arrInt = (new BufferedReader(new InputStreamReader(System.in))).readLine().split(\" \");\n\n\t\tint w = Integer.parseInt(arrInt[0]);\n\t\tint h = Integer.parseInt(arrInt[1]);\n\t\tint x = Integer.parseInt(arrInt[2]);\n\t\tint y = Integer.parseInt(arrInt[3]);\n\t\tint r = Integer.parseInt(arrInt[4]);\n\t\t\n\t\tboolean isOut = false;\n\t\t//?????´??¢?¨????\n\t\tif(w - r < 0) isOut = true;\t//width??????r?????§??????\n\t\telse if(x - r < 0) isOut = true;\t//x-r??§??????????????????\n\t\telse if(y - r < 0) isOut = true;\t//y-r??§??????????????????\n\t\telse if(x + r > w) isOut = true;\t//x+r??§??????????????????\n\t\telse if(y + r > h) isOut = true;\n\t\t\n\t\tif(isOut) System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}", "main", "{\n\t\tString[] arrInt = (new BufferedReader(new InputStreamReader(System.in))).readLine().split(\" \");\n\n\t\tint w = Integer.parseInt(arrInt[0]);\n\t\tint h = Integer.parseInt(arrInt[1]);\n\t\tint x = Integer.parseInt(arrInt[2]);\n\t\tint y = Integer.parseInt(arrInt[3]);\n\t\tint r = Integer.parseInt(arrInt[4]);\n\t\t\n\t\tboolean isOut = false;\n\t\t//?????´??¢?¨????\n\t\tif(w - r < 0) isOut = true;\t//width??????r?????§??????\n\t\telse if(x - r < 0) isOut = true;\t//x-r??§??????????????????\n\t\telse if(y - r < 0) isOut = true;\t//y-r??§??????????????????\n\t\telse if(x + r > w) isOut = true;\t//x+r??§??????????????????\n\t\telse if(y + r > h) isOut = true;\n\t\t\n\t\tif(isOut) System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}", "String[] arrInt = (new BufferedReader(new InputStreamReader(System.in))).readLine().split(\" \");", "arrInt", "(new BufferedReader(new InputStreamReader(System.in))).readLine().split(\" \")", "(new BufferedReader(new InputStreamReader(System.in))).readLine().split", "(new BufferedReader(new InputStreamReader(System.in))).readLine()", "(new BufferedReader(new InputStreamReader(System.in))).readLine", "(new BufferedReader(new InputStreamReader(System.in)))", "\" \"", "int w = Integer.parseInt(arrInt[0]);", "w", "Integer.parseInt(arrInt[0])", "Integer.parseInt", "Integer", "arrInt[0]", "arrInt", "0", "int h = Integer.parseInt(arrInt[1]);", "h", "Integer.parseInt(arrInt[1])", "Integer.parseInt", "Integer", "arrInt[1]", "arrInt", "1", "int x = Integer.parseInt(arrInt[2]);", "x", "Integer.parseInt(arrInt[2])", "Integer.parseInt", "Integer", "arrInt[2]", "arrInt", "2", "int y = Integer.parseInt(arrInt[3]);", "y", "Integer.parseInt(arrInt[3])", "Integer.parseInt", "Integer", "arrInt[3]", "arrInt", "3", "int r = Integer.parseInt(arrInt[4]);", "r", "Integer.parseInt(arrInt[4])", "Integer.parseInt", "Integer", "arrInt[4]", "arrInt", "4", "boolean isOut = false;", "isOut", "false", "if(w - r < 0) isOut = true;\t//width??????r?????§??????\n\t\telse if(x - r < 0) isOut = true;\t//x-r??§??????????????????\n\t\telse if(y - r < 0) isOut = true;\t//y-r??§??????????????????\n\t\telse if(x + r > w) isOut = true;\t//x+r??§??????????????????\n\t\telse if(y + r > h) isOut = true;", "w - r < 0", "w - r", "w", "r", "0", "isOut = true", "isOut", "true", "if(x - r < 0) isOut = true;\t//x-r??§??????????????????\n\t\telse if(y - r < 0) isOut = true;\t//y-r??§??????????????????\n\t\telse if(x + r > w) isOut = true;\t//x+r??§??????????????????\n\t\telse if(y + r > h) isOut = true;", "x - r < 0", "x - r", "x", "r", "0", "isOut = true", "isOut", "true", "if(y - r < 0) isOut = true;\t//y-r??§??????????????????\n\t\telse if(x + r > w) isOut = true;\t//x+r??§??????????????????\n\t\telse if(y + r > h) isOut = true;", "y - r < 0", "y - r", "y", "r", "0", "isOut = true", "isOut", "true", "if(x + r > w) isOut = true;\t//x+r??§??????????????????\n\t\telse if(y + r > h) isOut = true;", "x + r > w", "x + r", "x", "r", "w", "isOut = true", "isOut", "true", "if(y + r > h) isOut = true;", "y + r > h", "y + r", "y", "r", "h", "isOut = true", "isOut", "true", "if(isOut) System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");", "isOut", "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\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\tString[] arrInt = (new BufferedReader(new InputStreamReader(System.in))).readLine().split(\" \");\n\n\t\tint w = Integer.parseInt(arrInt[0]);\n\t\tint h = Integer.parseInt(arrInt[1]);\n\t\tint x = Integer.parseInt(arrInt[2]);\n\t\tint y = Integer.parseInt(arrInt[3]);\n\t\tint r = Integer.parseInt(arrInt[4]);\n\t\t\n\t\tboolean isOut = false;\n\t\t//?????´??¢?¨????\n\t\tif(w - r < 0) isOut = true;\t//width??????r?????§??????\n\t\telse if(x - r < 0) isOut = true;\t//x-r??§??????????????????\n\t\telse if(y - r < 0) isOut = true;\t//y-r??§??????????????????\n\t\telse if(x + r > w) isOut = true;\t//x+r??§??????????????????\n\t\telse if(y + r > h) isOut = true;\n\t\t\n\t\tif(isOut) System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\tString[] arrInt = (new BufferedReader(new InputStreamReader(System.in))).readLine().split(\" \");\n\n\t\tint w = Integer.parseInt(arrInt[0]);\n\t\tint h = Integer.parseInt(arrInt[1]);\n\t\tint x = Integer.parseInt(arrInt[2]);\n\t\tint y = Integer.parseInt(arrInt[3]);\n\t\tint r = Integer.parseInt(arrInt[4]);\n\t\t\n\t\tboolean isOut = false;\n\t\t//?????´??¢?¨????\n\t\tif(w - r < 0) isOut = true;\t//width??????r?????§??????\n\t\telse if(x - r < 0) isOut = true;\t//x-r??§??????????????????\n\t\telse if(y - r < 0) isOut = true;\t//y-r??§??????????????????\n\t\telse if(x + r > w) isOut = true;\t//x+r??§??????????????????\n\t\telse if(y + r > h) isOut = true;\n\t\t\n\t\tif(isOut) System.out.println(\"No\");\n\t\telse System.out.println(\"Yes\");\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 NumberFormatException, IOException { String[] arrInt = (new BufferedReader(new InputStreamReader(System.in))).readLine().split(" "); int w = Integer.parseInt(arrInt[0]); int h = Integer.parseInt(arrInt[1]); int x = Integer.parseInt(arrInt[2]); int y = Integer.parseInt(arrInt[3]); int r = Integer.parseInt(arrInt[4]); boolean isOut = false; //?????´??¢?¨???? if(w - r < 0) isOut = true; //width??????r?????§?????? else if(x - r < 0) isOut = true; //x-r??§?????????????????? else if(y - r < 0) isOut = true; //y-r??§?????????????????? else if(x + r > w) isOut = true; //x+r??§?????????????????? else if(y + r > h) isOut = true; if(isOut) System.out.println("No"); else System.out.println("Yes"); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 4, 18, 20, 41, 13, 4, 18, 13, 17, 17, 41, 13, 4, 13, 18, 13, 17, 41, 13, 4, 13, 18, 13, 17, 41, 13, 4, 13, 18, 13, 17, 41, 13, 4, 13, 18, 13, 17, 41, 13, 4, 13, 18, 13, 17, 41, 13, 4, 13, 13, 13, 13, 13, 13, 4, 18, 18, 13, 13, 13, 23, 13, 12, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 30, 14, 2, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 30, 14, 2, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 17, 2, 2, 13, 13, 13, 30, 29, 17, 30, 29, 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 ], [ 145, 5 ], [ 145, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 16, 19 ], [ 16, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 32, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 8, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 8, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 53, 55 ], [ 8, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 58, 60 ], [ 58, 61 ], [ 58, 62 ], [ 58, 63 ], [ 58, 64 ], [ 8, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 65, 70 ], [ 6, 71 ], [ 71, 72 ], [ 145, 73 ], [ 73, 74 ], [ 73, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 77, 81 ], [ 81, 82 ], [ 81, 83 ], [ 76, 84 ], [ 84, 85 ], [ 85, 86 ], [ 87, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 87, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 93, 97 ], [ 87, 98 ], [ 98, 99 ], [ 99, 100 ], [ 99, 101 ], [ 98, 102 ], [ 85, 103 ], [ 103, 104 ], [ 104, 105 ], [ 106, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 108, 110 ], [ 107, 111 ], [ 106, 112 ], [ 112, 113 ], [ 113, 114 ], [ 113, 115 ], [ 112, 116 ], [ 106, 117 ], [ 117, 118 ], [ 118, 119 ], [ 118, 120 ], [ 117, 121 ], [ 104, 122 ], [ 122, 123 ], [ 123, 124 ], [ 104, 125 ], [ 125, 126 ], [ 126, 127 ], [ 85, 128 ], [ 128, 129 ], [ 129, 130 ], [ 76, 131 ], [ 131, 132 ], [ 132, 133 ], [ 73, 134 ], [ 134, 135 ], [ 73, 136 ], [ 136, 137 ], [ 73, 138 ], [ 138, 139 ], [ 73, 140 ], [ 140, 141 ], [ 73, 142 ], [ 142, 143 ], [ 0, 144 ], [ 144, 145 ], [ 144, 146 ] ]
[ "\nimport static java.lang.Integer.parseInt;\n\npublic class Main {\n\n public static void main(String[] args) {\n String line = new java.util.Scanner(System.in).nextLine();\n String[] number = line.split(\" \", 0);\n int w = parseInt(number[0]);\n int h = parseInt(number[1]);\n int x = parseInt(number[2]);\n int y = parseInt(number[3]);\n int r = parseInt(number[4]);\n String ans = CircleInRectangle(w, h, x, y, r);\n System.out.println(ans);\n }\n\n public static String CircleInRectangle(int w, int h, int x, int y, int r) {\n if (r > 0 && r <= 100) {\n if ((x - r >= 0) && (x + r <= 100) && (x + r ) <= w) {\n if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }\n } else {\n return \"No\";\n }\n }\n else {\n return \"No\";\n }\n }\n}", "import static java.lang.Integer.parseInt;", "import static java.lang.Integer.parseInt;", "import static java.lang.Integer.parseInt;", "public class Main {\n\n public static void main(String[] args) {\n String line = new java.util.Scanner(System.in).nextLine();\n String[] number = line.split(\" \", 0);\n int w = parseInt(number[0]);\n int h = parseInt(number[1]);\n int x = parseInt(number[2]);\n int y = parseInt(number[3]);\n int r = parseInt(number[4]);\n String ans = CircleInRectangle(w, h, x, y, r);\n System.out.println(ans);\n }\n\n public static String CircleInRectangle(int w, int h, int x, int y, int r) {\n if (r > 0 && r <= 100) {\n if ((x - r >= 0) && (x + r <= 100) && (x + r ) <= w) {\n if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }\n } else {\n return \"No\";\n }\n }\n else {\n return \"No\";\n }\n }\n}", "Main", "public static void main(String[] args) {\n String line = new java.util.Scanner(System.in).nextLine();\n String[] number = line.split(\" \", 0);\n int w = parseInt(number[0]);\n int h = parseInt(number[1]);\n int x = parseInt(number[2]);\n int y = parseInt(number[3]);\n int r = parseInt(number[4]);\n String ans = CircleInRectangle(w, h, x, y, r);\n System.out.println(ans);\n }", "main", "{\n String line = new java.util.Scanner(System.in).nextLine();\n String[] number = line.split(\" \", 0);\n int w = parseInt(number[0]);\n int h = parseInt(number[1]);\n int x = parseInt(number[2]);\n int y = parseInt(number[3]);\n int r = parseInt(number[4]);\n String ans = CircleInRectangle(w, h, x, y, r);\n System.out.println(ans);\n }", "String line = new java.util.Scanner(System.in).nextLine();", "line", "new java.util.Scanner(System.in).nextLine()", "new java.util.Scanner(System.in).nextLine", "new java.util.Scanner(System.in)", "String[] number = line.split(\" \", 0);", "number", "line.split(\" \", 0)", "line.split", "line", "\" \"", "0", "int w = parseInt(number[0]);", "w", "parseInt(number[0])", "parseInt", "number[0]", "number", "0", "int h = parseInt(number[1]);", "h", "parseInt(number[1])", "parseInt", "number[1]", "number", "1", "int x = parseInt(number[2]);", "x", "parseInt(number[2])", "parseInt", "number[2]", "number", "2", "int y = parseInt(number[3]);", "y", "parseInt(number[3])", "parseInt", "number[3]", "number", "3", "int r = parseInt(number[4]);", "r", "parseInt(number[4])", "parseInt", "number[4]", "number", "4", "String ans = CircleInRectangle(w, h, x, y, r);", "ans", "CircleInRectangle(w, h, x, y, r)", "CircleInRectangle", "w", "h", "x", "y", "r", "System.out.println(ans)", "System.out.println", "System.out", "System", "System.out", "ans", "String[] args", "args", "public static String CircleInRectangle(int w, int h, int x, int y, int r) {\n if (r > 0 && r <= 100) {\n if ((x - r >= 0) && (x + r <= 100) && (x + r ) <= w) {\n if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }\n } else {\n return \"No\";\n }\n }\n else {\n return \"No\";\n }\n }", "CircleInRectangle", "{\n if (r > 0 && r <= 100) {\n if ((x - r >= 0) && (x + r <= 100) && (x + r ) <= w) {\n if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }\n } else {\n return \"No\";\n }\n }\n else {\n return \"No\";\n }\n }", "if (r > 0 && r <= 100) {\n if ((x - r >= 0) && (x + r <= 100) && (x + r ) <= w) {\n if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }\n } else {\n return \"No\";\n }\n }\n else {\n return \"No\";\n }", "r > 0 && r <= 100", "r > 0", "r", "0", "r <= 100", "r", "100", "{\n if ((x - r >= 0) && (x + r <= 100) && (x + r ) <= w) {\n if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }\n } else {\n return \"No\";\n }\n }", "if ((x - r >= 0) && (x + r <= 100) && (x + r ) <= w) {\n if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }\n } else {\n return \"No\";\n }", "(x - r >= 0) && (x + r <= 100) && (x + r ) <= w", "(x - r >= 0) && (x + r <= 100) && (x + r ) <= w", "(x - r >= 0)", "x - r", "x", "r", "0", "(x + r <= 100)", "x + r", "x", "r", "100", "(x + r ) <= w", "(x + r )", "x", "r", "w", "{\n if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }\n }", "if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }", "(y - r >= 0) && (y + r <= 100) && (y + r ) <= h", "(y - r >= 0) && (y + r <= 100) && (y + r ) <= h", "(y - r >= 0)", "y - r", "y", "r", "0", "(y + r <= 100)", "y + r", "y", "r", "100", "(y + r ) <= h", "(y + r )", "y", "r", "h", "{\n return \"Yes\";\n }", "return \"Yes\";", "\"Yes\"", "{\n return \"No\";\n }", "return \"No\";", "\"No\"", "{\n return \"No\";\n }", "return \"No\";", "\"No\"", "{\n return \"No\";\n }", "return \"No\";", "\"No\"", "int w", "w", "int h", "h", "int x", "x", "int y", "y", "int r", "r", "public class Main {\n\n public static void main(String[] args) {\n String line = new java.util.Scanner(System.in).nextLine();\n String[] number = line.split(\" \", 0);\n int w = parseInt(number[0]);\n int h = parseInt(number[1]);\n int x = parseInt(number[2]);\n int y = parseInt(number[3]);\n int r = parseInt(number[4]);\n String ans = CircleInRectangle(w, h, x, y, r);\n System.out.println(ans);\n }\n\n public static String CircleInRectangle(int w, int h, int x, int y, int r) {\n if (r > 0 && r <= 100) {\n if ((x - r >= 0) && (x + r <= 100) && (x + r ) <= w) {\n if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }\n } else {\n return \"No\";\n }\n }\n else {\n return \"No\";\n }\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n String line = new java.util.Scanner(System.in).nextLine();\n String[] number = line.split(\" \", 0);\n int w = parseInt(number[0]);\n int h = parseInt(number[1]);\n int x = parseInt(number[2]);\n int y = parseInt(number[3]);\n int r = parseInt(number[4]);\n String ans = CircleInRectangle(w, h, x, y, r);\n System.out.println(ans);\n }\n\n public static String CircleInRectangle(int w, int h, int x, int y, int r) {\n if (r > 0 && r <= 100) {\n if ((x - r >= 0) && (x + r <= 100) && (x + r ) <= w) {\n if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) {\n return \"Yes\";\n } else {\n return \"No\";\n }\n } else {\n return \"No\";\n }\n }\n else {\n return \"No\";\n }\n }\n}", "Main" ]
import static java.lang.Integer.parseInt; public class Main { public static void main(String[] args) { String line = new java.util.Scanner(System.in).nextLine(); String[] number = line.split(" ", 0); int w = parseInt(number[0]); int h = parseInt(number[1]); int x = parseInt(number[2]); int y = parseInt(number[3]); int r = parseInt(number[4]); String ans = CircleInRectangle(w, h, x, y, r); System.out.println(ans); } public static String CircleInRectangle(int w, int h, int x, int y, int r) { if (r > 0 && r <= 100) { if ((x - r >= 0) && (x + r <= 100) && (x + r ) <= w) { if ((y - r >= 0) && (y + r <= 100) && (y + r ) <= h) { return "Yes"; } else { return "No"; } } else { return "No"; } } 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, 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 ], [ 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 ], [ 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 ], [ 70, 72 ], [ 68, 73 ], [ 6, 74 ], [ 74, 75 ], [ 0, 76 ], [ 76, 77 ], [ 76, 78 ] ]
[ "import java.util.*;\npublic class Main {\n\tpublic static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint w = sc.nextInt();\n\tint h = sc.nextInt();\n\tint x = sc.nextInt();\n\tint y = sc.nextInt();\n\tint r = sc.nextInt();\n\t\n\tif(x - r < 0 || x + r > w || y - r < 0 || y + r > h ){\n\t\tSystem.out.println(\"No\");\t \n\t}\n\telse System.out.println(\"Yes\");\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint w = sc.nextInt();\n\tint h = sc.nextInt();\n\tint x = sc.nextInt();\n\tint y = sc.nextInt();\n\tint r = sc.nextInt();\n\t\n\tif(x - r < 0 || x + r > w || y - r < 0 || y + r > h ){\n\t\tSystem.out.println(\"No\");\t \n\t}\n\telse System.out.println(\"Yes\");\n\t}\n}", "Main", "public static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint w = sc.nextInt();\n\tint h = sc.nextInt();\n\tint x = sc.nextInt();\n\tint y = sc.nextInt();\n\tint r = sc.nextInt();\n\t\n\tif(x - r < 0 || x + r > w || y - r < 0 || y + r > h ){\n\t\tSystem.out.println(\"No\");\t \n\t}\n\telse System.out.println(\"Yes\");\n\t}", "main", "{\n\tScanner sc = new Scanner(System.in);\n\tint w = sc.nextInt();\n\tint h = sc.nextInt();\n\tint x = sc.nextInt();\n\tint y = sc.nextInt();\n\tint r = sc.nextInt();\n\t\n\tif(x - r < 0 || x + r > w || y - r < 0 || y + r > h ){\n\t\tSystem.out.println(\"No\");\t \n\t}\n\telse System.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", "if(x - r < 0 || x + r > w || y - r < 0 || y + r > h ){\n\t\tSystem.out.println(\"No\");\t \n\t}\n\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", "{\n\t\tSystem.out.println(\"No\");\t \n\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\tScanner sc = new Scanner(System.in);\n\tint w = sc.nextInt();\n\tint h = sc.nextInt();\n\tint x = sc.nextInt();\n\tint y = sc.nextInt();\n\tint r = sc.nextInt();\n\t\n\tif(x - r < 0 || x + r > w || y - r < 0 || y + r > h ){\n\t\tSystem.out.println(\"No\");\t \n\t}\n\telse System.out.println(\"Yes\");\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\tScanner sc = new Scanner(System.in);\n\tint w = sc.nextInt();\n\tint h = sc.nextInt();\n\tint x = sc.nextInt();\n\tint y = sc.nextInt();\n\tint r = sc.nextInt();\n\t\n\tif(x - r < 0 || x + r > w || y - r < 0 || y + r > h ){\n\t\tSystem.out.println(\"No\");\t \n\t}\n\telse System.out.println(\"Yes\");\n\t}\n}", "Main" ]
import java.util.*; 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 || 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, 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, 2, 13, 13, 41, 13, 2, 13, 13, 14, 2, 2, 13, 13, 2, 13, 17, 30, 0, 13, 2, 13, 13, 0, 13, 2, 13, 13, 14, 2, 2, 13, 13, 2, 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 ], [ 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 ], [ 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 ], [ 60, 62 ], [ 62, 63 ], [ 62, 64 ], [ 8, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 67, 69 ], [ 8, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 75, 76 ], [ 75, 77 ], [ 70, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 81, 82 ], [ 81, 83 ], [ 78, 84 ], [ 84, 85 ], [ 84, 86 ], [ 86, 87 ], [ 86, 88 ], [ 78, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 90, 94 ], [ 94, 95 ], [ 94, 96 ], [ 89, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 99, 101 ], [ 97, 102 ], [ 89, 103 ], [ 103, 104 ], [ 104, 105 ], [ 105, 106 ], [ 105, 107 ], [ 103, 108 ], [ 70, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 111, 113 ], [ 109, 114 ], [ 6, 115 ], [ 115, 116 ], [ 0, 117 ], [ 117, 118 ], [ 117, 119 ] ]
[ "import java.io.*;\npublic class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint W=Integer.parseInt(st[0]);\n\t\tint H=Integer.parseInt(st[1]);\n\t\tint x=Integer.parseInt(st[2]);\n\t\tint y=Integer.parseInt(st[3]);\n\t\tint r=Integer.parseInt(st[4]);\n\t\tint con1=x+r;\n\t\tint con2=x-r;\n\t\tif(con1<=W&&con2>=0){\n\t\t\tcon1=y+r;\n\t\t\tcon2=y-r;\n\t\t\tif(con1<=H&&con2>=0)System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}}", "import java.io.*;", "io.*", "java", "public class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint W=Integer.parseInt(st[0]);\n\t\tint H=Integer.parseInt(st[1]);\n\t\tint x=Integer.parseInt(st[2]);\n\t\tint y=Integer.parseInt(st[3]);\n\t\tint r=Integer.parseInt(st[4]);\n\t\tint con1=x+r;\n\t\tint con2=x-r;\n\t\tif(con1<=W&&con2>=0){\n\t\t\tcon1=y+r;\n\t\t\tcon2=y-r;\n\t\t\tif(con1<=H&&con2>=0)System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}}", "Main", "public static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint W=Integer.parseInt(st[0]);\n\t\tint H=Integer.parseInt(st[1]);\n\t\tint x=Integer.parseInt(st[2]);\n\t\tint y=Integer.parseInt(st[3]);\n\t\tint r=Integer.parseInt(st[4]);\n\t\tint con1=x+r;\n\t\tint con2=x-r;\n\t\tif(con1<=W&&con2>=0){\n\t\t\tcon1=y+r;\n\t\t\tcon2=y-r;\n\t\t\tif(con1<=H&&con2>=0)System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}", "main", "{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint W=Integer.parseInt(st[0]);\n\t\tint H=Integer.parseInt(st[1]);\n\t\tint x=Integer.parseInt(st[2]);\n\t\tint y=Integer.parseInt(st[3]);\n\t\tint r=Integer.parseInt(st[4]);\n\t\tint con1=x+r;\n\t\tint con2=x-r;\n\t\tif(con1<=W&&con2>=0){\n\t\t\tcon1=y+r;\n\t\t\tcon2=y-r;\n\t\t\tif(con1<=H&&con2>=0)System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}", "BufferedReader br=new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] st=br.readLine().split(\" \");", "st", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int W=Integer.parseInt(st[0]);", "W", "Integer.parseInt(st[0])", "Integer.parseInt", "Integer", "st[0]", "st", "0", "int H=Integer.parseInt(st[1]);", "H", "Integer.parseInt(st[1])", "Integer.parseInt", "Integer", "st[1]", "st", "1", "int x=Integer.parseInt(st[2]);", "x", "Integer.parseInt(st[2])", "Integer.parseInt", "Integer", "st[2]", "st", "2", "int y=Integer.parseInt(st[3]);", "y", "Integer.parseInt(st[3])", "Integer.parseInt", "Integer", "st[3]", "st", "3", "int r=Integer.parseInt(st[4]);", "r", "Integer.parseInt(st[4])", "Integer.parseInt", "Integer", "st[4]", "st", "4", "int con1=x+r;", "con1", "x+r", "x", "r", "int con2=x-r;", "con2", "x-r", "x", "r", "if(con1<=W&&con2>=0){\n\t\t\tcon1=y+r;\n\t\t\tcon2=y-r;\n\t\t\tif(con1<=H&&con2>=0)System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");", "con1<=W&&con2>=0", "con1<=W", "con1", "W", "con2>=0", "con2", "0", "{\n\t\t\tcon1=y+r;\n\t\t\tcon2=y-r;\n\t\t\tif(con1<=H&&con2>=0)System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}", "con1=y+r", "con1", "y+r", "y", "r", "con2=y-r", "con2", "y-r", "y", "r", "if(con1<=H&&con2>=0)System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");", "con1<=H&&con2>=0", "con1<=H", "con1", "H", "con2>=0", "con2", "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\"", "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 NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint W=Integer.parseInt(st[0]);\n\t\tint H=Integer.parseInt(st[1]);\n\t\tint x=Integer.parseInt(st[2]);\n\t\tint y=Integer.parseInt(st[3]);\n\t\tint r=Integer.parseInt(st[4]);\n\t\tint con1=x+r;\n\t\tint con2=x-r;\n\t\tif(con1<=W&&con2>=0){\n\t\t\tcon1=y+r;\n\t\t\tcon2=y-r;\n\t\t\tif(con1<=H&&con2>=0)System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}}", "public class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint W=Integer.parseInt(st[0]);\n\t\tint H=Integer.parseInt(st[1]);\n\t\tint x=Integer.parseInt(st[2]);\n\t\tint y=Integer.parseInt(st[3]);\n\t\tint r=Integer.parseInt(st[4]);\n\t\tint con1=x+r;\n\t\tint con2=x-r;\n\t\tif(con1<=W&&con2>=0){\n\t\t\tcon1=y+r;\n\t\t\tcon2=y-r;\n\t\t\tif(con1<=H&&con2>=0)System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}else System.out.println(\"No\");\n\t}}", "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[] st=br.readLine().split(" "); int W=Integer.parseInt(st[0]); int H=Integer.parseInt(st[1]); int x=Integer.parseInt(st[2]); int y=Integer.parseInt(st[3]); int r=Integer.parseInt(st[4]); int con1=x+r; int con2=x-r; if(con1<=W&&con2>=0){ con1=y+r; con2=y-r; if(con1<=H&&con2>=0)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, 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, 2, 13, 13, 17, 2, 2, 13, 13, 17, 0, 13, 17, 14, 2, 2, 2, 13, 13, 13, 2, 2, 13, 13, 13, 0, 13, 17, 4, 18, 18, 13, 13, 13, 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 ], [ 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 ], [ 60, 62 ], [ 8, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 64, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 70, 74 ], [ 63, 75 ], [ 75, 76 ], [ 75, 77 ], [ 8, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 79, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 85, 89 ], [ 78, 90 ], [ 90, 91 ], [ 90, 92 ], [ 8, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 93, 98 ], [ 6, 99 ], [ 99, 100 ], [ 0, 101 ], [ 101, 102 ], [ 101, 103 ] ]
[ "import java.io.*;\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[] s = br.readLine().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\t\t\n\t\tString result = \"Yes\";\n\t\t\n\t\tif(x-r<0||y-r<0)result = \"No\";\n\t\tif(x+r>w||y+r>h)result = \"No\";\n\t\t\n\t\tSystem.out.println(result);\n\t}\n}", "import java.io.*;", "io.*", "java", "public class Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().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\t\t\n\t\tString result = \"Yes\";\n\t\t\n\t\tif(x-r<0||y-r<0)result = \"No\";\n\t\tif(x+r>w||y+r>h)result = \"No\";\n\t\t\n\t\tSystem.out.println(result);\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[] s = br.readLine().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\t\t\n\t\tString result = \"Yes\";\n\t\t\n\t\tif(x-r<0||y-r<0)result = \"No\";\n\t\tif(x+r>w||y+r>h)result = \"No\";\n\t\t\n\t\tSystem.out.println(result);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().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\t\t\n\t\tString result = \"Yes\";\n\t\t\n\t\tif(x-r<0||y-r<0)result = \"No\";\n\t\tif(x+r>w||y+r>h)result = \"No\";\n\t\t\n\t\tSystem.out.println(result);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] s = br.readLine().split(\" \");", "s", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int 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", "String result = \"Yes\";", "result", "\"Yes\"", "if(x-r<0||y-r<0)result = \"No\";", "x-r<0||y-r<0", "x-r<0", "x-r", "x", "r", "0", "y-r<0", "y-r", "y", "r", "0", "result = \"No\"", "result", "\"No\"", "if(x+r>w||y+r>h)result = \"No\";", "x+r>w||y+r>h", "x+r>w", "x+r", "x", "r", "w", "y+r>h", "y+r", "y", "r", "h", "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)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().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\t\t\n\t\tString result = \"Yes\";\n\t\t\n\t\tif(x-r<0||y-r<0)result = \"No\";\n\t\tif(x+r>w||y+r>h)result = \"No\";\n\t\t\n\t\tSystem.out.println(result);\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[] s = br.readLine().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\t\t\n\t\tString result = \"Yes\";\n\t\t\n\t\tif(x-r<0||y-r<0)result = \"No\";\n\t\tif(x+r>w||y+r>h)result = \"No\";\n\t\t\n\t\tSystem.out.println(result);\n\t}\n}", "Main" ]
import java.io.*; public class Main{ public static void main(String[] args)throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] s = br.readLine().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]); 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, 17, 2, 13, 13, 2, 13, 17, 2, 13, 13, 30, 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, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 105, 5 ], [ 105, 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 ], [ 47, 49 ], [ 40, 50 ], [ 50, 51 ], [ 50, 52 ], [ 37, 53 ], [ 53, 54 ], [ 54, 55 ], [ 57, 56 ], [ 68, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 57, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 63, 67 ], [ 68, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 57, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 54, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 79, 84 ], [ 54, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 86, 91 ], [ 37, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 93, 98 ], [ 8, 99 ], [ 99, 100 ], [ 100, 101 ], [ 6, 102 ], [ 102, 103 ], [ 0, 104 ], [ 104, 105 ], [ 104, 106 ] ]
[ "import java.util.Scanner;\n\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in); \n\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\tif (x > 0 && x < w && y > 0 && y < h) {\n\t\t\tif (x - r >= 0 && x + r <= w && 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}\n\n\t\tsc.close();\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in); \n\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\tif (x > 0 && x < w && y > 0 && y < h) {\n\t\t\tif (x - r >= 0 && x + r <= w && 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}\n\n\t\tsc.close();\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in); \n\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\tif (x > 0 && x < w && y > 0 && y < h) {\n\t\t\tif (x - r >= 0 && x + r <= w && 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}\n\n\t\tsc.close();\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in); \n\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\tif (x > 0 && x < w && y > 0 && y < h) {\n\t\t\tif (x - r >= 0 && x + r <= w && 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}\n\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", "if (x > 0 && x < w && y > 0 && y < h) {\n\t\t\tif (x - r >= 0 && x + r <= w && 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}", "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 (x - r >= 0 && x + r <= w && 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 (x - r >= 0 && x + r <= w && 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}", "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\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\"", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in); \n\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\tif (x > 0 && x < w && y > 0 && y < h) {\n\t\t\tif (x - r >= 0 && x + r <= w && 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}\n\n\t\tsc.close();\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in); \n\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\tif (x > 0 && x < w && y > 0 && y < h) {\n\t\t\tif (x - r >= 0 && x + r <= w && 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}\n\n\t\tsc.close();\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 > 0 && x < w && y > 0 && y < h) { if (x - r >= 0 && x + r <= w && y - r >= 0 && y + r <= h) { System.out.println("Yes"); } else { System.out.println("No"); } } else { System.out.println("No"); } sc.close(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 38, 5, 13, 30, 4, 18, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 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, 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 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 134, 14 ], [ 134, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 21, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 28, 33 ], [ 33, 34 ], [ 28, 35 ], [ 35, 36 ], [ 28, 37 ], [ 37, 38 ], [ 28, 39 ], [ 39, 40 ], [ 39, 41 ], [ 28, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 28, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 49, 52 ], [ 28, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 55, 58 ], [ 58, 59 ], [ 58, 60 ], [ 28, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 66, 67 ], [ 66, 68 ], [ 28, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 72, 73 ], [ 71, 74 ], [ 74, 75 ], [ 74, 76 ], [ 28, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 79, 82 ], [ 82, 83 ], [ 82, 84 ], [ 28, 85 ], [ 85, 86 ], [ 85, 87 ], [ 87, 88 ], [ 88, 89 ], [ 87, 90 ], [ 90, 91 ], [ 90, 92 ], [ 28, 93 ], [ 93, 94 ], [ 96, 95 ], [ 107, 96 ], [ 96, 97 ], [ 97, 98 ], [ 98, 99 ], [ 98, 100 ], [ 97, 101 ], [ 96, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 102, 106 ], [ 107, 107 ], [ 107, 108 ], [ 108, 109 ], [ 108, 110 ], [ 107, 111 ], [ 96, 112 ], [ 112, 113 ], [ 113, 114 ], [ 113, 115 ], [ 112, 116 ], [ 93, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 120, 121 ], [ 120, 122 ], [ 118, 123 ], [ 93, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 127, 128 ], [ 127, 129 ], [ 125, 130 ], [ 15, 131 ], [ 131, 132 ], [ 0, 133 ], [ 133, 134 ], [ 133, 135 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t Scanner scan = new Scanner(System.in);\n\t\t try{\n\t\t\t int W,H,x,y,r;\n\t\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t String str = br.readLine();\n\t\t\t String[] strAry = str.split(\" \");\n\t\t\t \n\t\t\t W = Integer.parseInt(strAry[0]);\n\t\t\t H = Integer.parseInt(strAry[1]);\n\t\t\t x = Integer.parseInt(strAry[2]);\n\t\t\t y = Integer.parseInt(strAry[3]);\n\t\t\t r = Integer.parseInt(strAry[4]);\n\t\t\t \n\t\t\t if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t }else{\n\t\t\t\t System.out.println(\"No\");\n\t\t\t }\n\t\t }catch(IOException e){\n\t\t\t e.printStackTrace();\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", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t Scanner scan = new Scanner(System.in);\n\t\t try{\n\t\t\t int W,H,x,y,r;\n\t\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t String str = br.readLine();\n\t\t\t String[] strAry = str.split(\" \");\n\t\t\t \n\t\t\t W = Integer.parseInt(strAry[0]);\n\t\t\t H = Integer.parseInt(strAry[1]);\n\t\t\t x = Integer.parseInt(strAry[2]);\n\t\t\t y = Integer.parseInt(strAry[3]);\n\t\t\t r = Integer.parseInt(strAry[4]);\n\t\t\t \n\t\t\t if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t }else{\n\t\t\t\t System.out.println(\"No\");\n\t\t\t }\n\t\t }catch(IOException e){\n\t\t\t e.printStackTrace();\n\t\t }\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t Scanner scan = new Scanner(System.in);\n\t\t try{\n\t\t\t int W,H,x,y,r;\n\t\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t String str = br.readLine();\n\t\t\t String[] strAry = str.split(\" \");\n\t\t\t \n\t\t\t W = Integer.parseInt(strAry[0]);\n\t\t\t H = Integer.parseInt(strAry[1]);\n\t\t\t x = Integer.parseInt(strAry[2]);\n\t\t\t y = Integer.parseInt(strAry[3]);\n\t\t\t r = Integer.parseInt(strAry[4]);\n\t\t\t \n\t\t\t if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t }else{\n\t\t\t\t System.out.println(\"No\");\n\t\t\t }\n\t\t }catch(IOException e){\n\t\t\t e.printStackTrace();\n\t\t }\n\t}", "main", "{\n\t\t Scanner scan = new Scanner(System.in);\n\t\t try{\n\t\t\t int W,H,x,y,r;\n\t\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t String str = br.readLine();\n\t\t\t String[] strAry = str.split(\" \");\n\t\t\t \n\t\t\t W = Integer.parseInt(strAry[0]);\n\t\t\t H = Integer.parseInt(strAry[1]);\n\t\t\t x = Integer.parseInt(strAry[2]);\n\t\t\t y = Integer.parseInt(strAry[3]);\n\t\t\t r = Integer.parseInt(strAry[4]);\n\t\t\t \n\t\t\t if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t }else{\n\t\t\t\t System.out.println(\"No\");\n\t\t\t }\n\t\t }catch(IOException e){\n\t\t\t e.printStackTrace();\n\t\t }\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "try{\n\t\t\t int W,H,x,y,r;\n\t\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t String str = br.readLine();\n\t\t\t String[] strAry = str.split(\" \");\n\t\t\t \n\t\t\t W = Integer.parseInt(strAry[0]);\n\t\t\t H = Integer.parseInt(strAry[1]);\n\t\t\t x = Integer.parseInt(strAry[2]);\n\t\t\t y = Integer.parseInt(strAry[3]);\n\t\t\t r = Integer.parseInt(strAry[4]);\n\t\t\t \n\t\t\t if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t }else{\n\t\t\t\t System.out.println(\"No\");\n\t\t\t }\n\t\t }catch(IOException e){\n\t\t\t e.printStackTrace();\n\t\t }", "catch(IOException e){\n\t\t\t e.printStackTrace();\n\t\t }", "IOException e", "{\n\t\t\t e.printStackTrace();\n\t\t }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\t int W,H,x,y,r;\n\t\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t String str = br.readLine();\n\t\t\t String[] strAry = str.split(\" \");\n\t\t\t \n\t\t\t W = Integer.parseInt(strAry[0]);\n\t\t\t H = Integer.parseInt(strAry[1]);\n\t\t\t x = Integer.parseInt(strAry[2]);\n\t\t\t y = Integer.parseInt(strAry[3]);\n\t\t\t r = Integer.parseInt(strAry[4]);\n\t\t\t \n\t\t\t if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t }else{\n\t\t\t\t System.out.println(\"No\");\n\t\t\t }\n\t\t }", "int W", "W", "H", "H", "x", "x", "y", "y", "r;", "r", "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", "\" \"", "W = Integer.parseInt(strAry[0])", "W", "Integer.parseInt(strAry[0])", "Integer.parseInt", "Integer", "strAry[0]", "strAry", "0", "H = Integer.parseInt(strAry[1])", "H", "Integer.parseInt(strAry[1])", "Integer.parseInt", "Integer", "strAry[1]", "strAry", "1", "x = Integer.parseInt(strAry[2])", "x", "Integer.parseInt(strAry[2])", "Integer.parseInt", "Integer", "strAry[2]", "strAry", "2", "y = Integer.parseInt(strAry[3])", "y", "Integer.parseInt(strAry[3])", "Integer.parseInt", "Integer", "strAry[3]", "strAry", "3", "r = Integer.parseInt(strAry[4])", "r", "Integer.parseInt(strAry[4])", "Integer.parseInt", "Integer", "strAry[4]", "strAry", "4", "if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t }else{\n\t\t\t\t System.out.println(\"No\");\n\t\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\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\t System.out.println(\"No\");\n\t\t\t }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t Scanner scan = new Scanner(System.in);\n\t\t try{\n\t\t\t int W,H,x,y,r;\n\t\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t String str = br.readLine();\n\t\t\t String[] strAry = str.split(\" \");\n\t\t\t \n\t\t\t W = Integer.parseInt(strAry[0]);\n\t\t\t H = Integer.parseInt(strAry[1]);\n\t\t\t x = Integer.parseInt(strAry[2]);\n\t\t\t y = Integer.parseInt(strAry[3]);\n\t\t\t r = Integer.parseInt(strAry[4]);\n\t\t\t \n\t\t\t if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t }else{\n\t\t\t\t System.out.println(\"No\");\n\t\t\t }\n\t\t }catch(IOException e){\n\t\t\t e.printStackTrace();\n\t\t }\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t Scanner scan = new Scanner(System.in);\n\t\t try{\n\t\t\t int W,H,x,y,r;\n\t\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\t String str = br.readLine();\n\t\t\t String[] strAry = str.split(\" \");\n\t\t\t \n\t\t\t W = Integer.parseInt(strAry[0]);\n\t\t\t H = Integer.parseInt(strAry[1]);\n\t\t\t x = Integer.parseInt(strAry[2]);\n\t\t\t y = Integer.parseInt(strAry[3]);\n\t\t\t r = Integer.parseInt(strAry[4]);\n\t\t\t \n\t\t\t if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){\n\t\t\t\t System.out.println(\"Yes\");\n\t\t\t }else{\n\t\t\t\t System.out.println(\"No\");\n\t\t\t }\n\t\t }catch(IOException e){\n\t\t\t e.printStackTrace();\n\t\t }\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); try{ int W,H,x,y,r; BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); String[] strAry = str.split(" "); W = Integer.parseInt(strAry[0]); H = Integer.parseInt(strAry[1]); x = Integer.parseInt(strAry[2]); y = Integer.parseInt(strAry[3]); r = Integer.parseInt(strAry[4]); if(x-r>=0 && x+r<=W && y-r>=0 && y+r<=H){ System.out.println("Yes"); }else{ System.out.println("No"); } }catch(IOException e){ e.printStackTrace(); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 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, 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, 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, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 116, 5 ], [ 116, 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 ], [ 77, 81 ], [ 76, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 82, 86 ], [ 75, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 90, 92 ], [ 88, 93 ], [ 75, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 97, 98 ], [ 97, 99 ], [ 96, 100 ], [ 95, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 101, 105 ], [ 94, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 107, 112 ], [ 6, 113 ], [ 113, 114 ], [ 0, 115 ], [ 115, 116 ], [ 115, 117 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\npublic 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\tif (x-r < 0 || x + r > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y-r < 0 || y + r > H){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (x-r >= 0 || x + r <= W){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else if (y-r >= 0 || y + r <= H){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\npublic 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\tif (x-r < 0 || x + r > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y-r < 0 || y + r > H){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (x-r >= 0 || x + r <= W){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else if (y-r >= 0 || y + r <= H){\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\tif (x-r < 0 || x + r > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y-r < 0 || y + r > H){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (x-r >= 0 || x + r <= W){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else if (y-r >= 0 || y + r <= H){\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\tif (x-r < 0 || x + r > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y-r < 0 || y + r > H){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (x-r >= 0 || x + r <= W){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else if (y-r >= 0 || y + r <= H){\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", "if (x-r < 0 || x + r > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y-r < 0 || y + r > H){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (x-r >= 0 || x + r <= W){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else if (y-r >= 0 || y + r <= H){\n\t\t\tSystem.out.println(\"Yes\");\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\tSystem.out.println(\"No\");\n\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\tSystem.out.println(\"No\");\n\t\t} else if (x-r >= 0 || x + r <= W){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else if (y-r >= 0 || y + r <= H){\n\t\t\tSystem.out.println(\"Yes\");\n\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\tSystem.out.println(\"No\");\n\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "if (x-r >= 0 || x + r <= W){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else if (y-r >= 0 || y + r <= H){\n\t\t\tSystem.out.println(\"Yes\");\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\tSystem.out.println(\"Yes\");\n\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "if (y-r >= 0 || y + r <= H){\n\t\t\tSystem.out.println(\"Yes\");\n\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\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 {\npublic 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\tif (x-r < 0 || x + r > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y-r < 0 || y + r > H){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (x-r >= 0 || x + r <= W){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else if (y-r >= 0 || y + r <= H){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n}", "public class Main {\npublic 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\tif (x-r < 0 || x + r > W){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (y-r < 0 || y + r > H){\n\t\t\tSystem.out.println(\"No\");\n\t\t} else if (x-r >= 0 || x + r <= W){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else if (y-r >= 0 || y + r <= H){\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(); if (x-r < 0 || x + r > W){ System.out.println("No"); } else if (y-r < 0 || y + r > H){ System.out.println("No"); } else if (x-r >= 0 || x + r <= W){ System.out.println("Yes"); } else if (y-r >= 0 || y + r <= H){ System.out.println("Yes"); } } }