node_ids
listlengths
4
1.4k
edge_index
listlengths
1
2.22k
text
listlengths
4
1.4k
source
stringlengths
14
427k
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 17, 14, 2, 2, 13, 13, 17, 0, 13, 2, 13, 13, 0, 13, 2, 2, 13, 13, 17, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 72, 5 ], [ 72, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 8, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 33, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 33, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 8, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 56, 61 ], [ 51, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 63, 68 ], [ 6, 69 ], [ 69, 70 ], [ 0, 71 ], [ 71, 72 ], [ 71, 73 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n sc.close();\n int r = 0;\n \n\n if( d % s == 0) r = d / s;\n else r = d / s + 1;\n\n \n\n if(r <= t){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n sc.close();\n int r = 0;\n \n\n if( d % s == 0) r = d / s;\n else r = d / s + 1;\n\n \n\n if(r <= t){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n}\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n sc.close();\n int r = 0;\n \n\n if( d % s == 0) r = d / s;\n else r = d / s + 1;\n\n \n\n if(r <= t){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n}", "main", "{\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n sc.close();\n int r = 0;\n \n\n if( d % s == 0) r = d / s;\n else r = d / s + 1;\n\n \n\n if(r <= t){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int d = sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "sc.close()", "sc.close", "sc", "int r = 0;", "r", "0", "if( d % s == 0) r = d / s;\n else r = d / s + 1;", "d % s == 0", "d % s", "d", "s", "0", "r = d / s", "r", "d / s", "d", "s", "r = d / s + 1", "r", "d / s + 1", "d / s", "d", "s", "1", "if(r <= t){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }", "r <= t", "r", "t", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n sc.close();\n int r = 0;\n \n\n if( d % s == 0) r = d / s;\n else r = d / s + 1;\n\n \n\n if(r <= t){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n}\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n sc.close();\n int r = 0;\n \n\n if( d % s == 0) r = d / s;\n else r = d / s + 1;\n\n \n\n if(r <= t){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int d = sc.nextInt(); int t = sc.nextInt(); int s = sc.nextInt(); sc.close(); int r = 0; if( d % s == 0) r = d / s; else r = d / s + 1; if(r <= t){ System.out.println("Yes"); }else{ System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 13, 17, 30, 4, 18, 13, 17, 12, 13, 30, 0, 13, 20, 4, 13, 4, 18, 13, 23, 13, 6, 13, 41, 13, 17, 41, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 18, 13, 13, 0, 13, 20, 13, 0, 13, 0, 13, 17, 12, 13, 30, 0, 13, 20, 0, 13, 20, 13, 0, 13, 0, 13, 17, 23, 13, 12, 13, 30, 14, 2, 13, 13, 30, 38, 5, 13, 30, 37, 20, 30, 0, 13, 4, 18, 13, 13, 0, 13, 17, 14, 2, 13, 17, 29, 40, 17, 29, 18, 13, 40, 13, 12, 13, 30, 29, 40, 2, 2, 13, 17, 2, 13, 17, 23, 13, 12, 13, 30, 41, 13, 42, 2, 2, 0, 13, 4, 13, 40, 17, 4, 13, 13, 29, 13, 12, 13, 30, 29, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 13, 42, 40, 4, 13, 13, 30, 4, 18, 13, 13, 0, 13, 4, 13, 29, 4, 18, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 42, 2, 2, 0, 13, 4, 13, 40, 17, 40, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 14, 2, 13, 17, 30, 0, 13, 17, 0, 13, 4, 13, 42, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 13, 17, 2, 13, 17, 0, 13, 4, 13, 29, 8, 13, 40, 13, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 42, 2, 2, 0, 13, 4, 13, 40, 17, 40, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 14, 2, 13, 17, 30, 0, 13, 17, 0, 13, 4, 13, 42, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 13, 17, 2, 13, 17, 0, 13, 4, 13, 29, 8, 13, 40, 13, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 18, 13, 13, 13, 4, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 18, 13, 13, 13, 4, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 18, 13, 13, 13, 4, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 18, 13, 13, 13, 4, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 18, 13, 13, 13, 4, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 4, 18, 18, 13, 13, 4, 18, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 769, 20 ], [ 769, 21 ], [ 21, 22 ], [ 769, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 25, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 25, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 25, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 25, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 25, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 54, 57 ], [ 49, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 59, 62 ], [ 769, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 69, 70 ], [ 65, 71 ], [ 71, 72 ], [ 72, 73 ], [ 63, 74 ], [ 74, 75 ], [ 769, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 78, 80 ], [ 76, 81 ], [ 81, 82 ], [ 76, 83 ], [ 83, 84 ], [ 76, 85 ], [ 85, 86 ], [ 76, 87 ], [ 87, 88 ], [ 76, 89 ], [ 89, 90 ], [ 89, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 94, 95 ], [ 94, 96 ], [ 91, 97 ], [ 97, 98 ], [ 97, 99 ], [ 91, 101 ], [ 101, 102 ], [ 101, 103 ], [ 103, 104 ], [ 103, 105 ], [ 76, 106 ], [ 106, 107 ], [ 106, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 108, 112 ], [ 112, 113 ], [ 112, 114 ], [ 108, 116 ], [ 116, 117 ], [ 116, 118 ], [ 118, 119 ], [ 118, 120 ], [ 106, 121 ], [ 121, 122 ], [ 76, 123 ], [ 123, 124 ], [ 123, 125 ], [ 125, 126 ], [ 126, 127 ], [ 127, 128 ], [ 127, 129 ], [ 126, 130 ], [ 130, 131 ], [ 131, 132 ], [ 132, 133 ], [ 132, 134 ], [ 134, 135 ], [ 135, 136 ], [ 131, 137 ], [ 137, 138 ], [ 138, 139 ], [ 138, 140 ], [ 140, 141 ], [ 141, 142 ], [ 140, 143 ], [ 130, 144 ], [ 144, 145 ], [ 144, 146 ], [ 125, 147 ], [ 147, 148 ], [ 148, 149 ], [ 148, 150 ], [ 147, 151 ], [ 151, 152 ], [ 152, 153 ], [ 125, 154 ], [ 154, 155 ], [ 155, 156 ], [ 155, 157 ], [ 157, 158 ], [ 76, 159 ], [ 159, 160 ], [ 159, 161 ], [ 161, 162 ], [ 162, 163 ], [ 163, 164 ], [ 164, 165 ], [ 165, 166 ], [ 165, 167 ], [ 164, 168 ], [ 168, 169 ], [ 168, 170 ], [ 159, 171 ], [ 171, 172 ], [ 76, 173 ], [ 173, 174 ], [ 173, 175 ], [ 175, 176 ], [ 176, 177 ], [ 175, 178 ], [ 178, 179 ], [ 179, 180 ], [ 180, 181 ], [ 181, 182 ], [ 181, 183 ], [ 183, 184 ], [ 180, 185 ], [ 185, 186 ], [ 179, 187 ], [ 187, 188 ], [ 187, 189 ], [ 175, 190 ], [ 190, 191 ], [ 76, 192 ], [ 192, 193 ], [ 192, 194 ], [ 194, 195 ], [ 195, 196 ], [ 196, 197 ], [ 76, 198 ], [ 198, 199 ], [ 198, 200 ], [ 200, 201 ], [ 201, 202 ], [ 202, 203 ], [ 203, 204 ], [ 202, 205 ], [ 205, 206 ], [ 76, 207 ], [ 207, 208 ], [ 207, 209 ], [ 209, 210 ], [ 210, 211 ], [ 210, 212 ], [ 209, 213 ], [ 213, 214 ], [ 213, 215 ], [ 215, 216 ], [ 209, 217 ], [ 217, 218 ], [ 218, 219 ], [ 219, 220 ], [ 219, 221 ], [ 217, 222 ], [ 222, 223 ], [ 223, 224 ], [ 224, 225 ], [ 223, 226 ], [ 222, 227 ], [ 227, 228 ], [ 227, 229 ], [ 229, 230 ], [ 209, 231 ], [ 231, 232 ], [ 232, 233 ], [ 233, 234 ], [ 76, 235 ], [ 235, 236 ], [ 235, 237 ], [ 237, 238 ], [ 238, 239 ], [ 238, 240 ], [ 237, 241 ], [ 241, 242 ], [ 241, 243 ], [ 237, 244 ], [ 244, 245 ], [ 237, 246 ], [ 246, 247 ], [ 247, 248 ], [ 248, 249 ], [ 249, 250 ], [ 249, 251 ], [ 251, 252 ], [ 248, 253 ], [ 253, 254 ], [ 247, 255 ], [ 255, 256 ], [ 256, 257 ], [ 257, 258 ], [ 258, 259 ], [ 258, 260 ], [ 257, 261 ], [ 261, 262 ], [ 261, 263 ], [ 256, 264 ], [ 264, 265 ], [ 264, 266 ], [ 237, 267 ], [ 267, 268 ], [ 268, 269 ], [ 268, 270 ], [ 267, 271 ], [ 271, 272 ], [ 272, 273 ], [ 272, 274 ], [ 271, 275 ], [ 275, 276 ], [ 275, 277 ], [ 277, 278 ], [ 237, 279 ], [ 279, 280 ], [ 280, 281 ], [ 281, 282 ], [ 281, 283 ], [ 280, 284 ], [ 284, 285 ], [ 284, 286 ], [ 279, 287 ], [ 287, 288 ], [ 288, 289 ], [ 288, 290 ], [ 290, 291 ], [ 291, 292 ], [ 291, 293 ], [ 290, 294 ], [ 294, 295 ], [ 294, 296 ], [ 287, 297 ], [ 297, 298 ], [ 297, 299 ], [ 299, 300 ], [ 237, 301 ], [ 301, 302 ], [ 302, 303 ], [ 302, 304 ], [ 304, 305 ], [ 302, 306 ], [ 76, 307 ], [ 307, 308 ], [ 307, 309 ], [ 309, 310 ], [ 310, 311 ], [ 310, 312 ], [ 309, 313 ], [ 313, 314 ], [ 313, 315 ], [ 309, 316 ], [ 316, 317 ], [ 309, 318 ], [ 318, 319 ], [ 319, 320 ], [ 320, 321 ], [ 321, 322 ], [ 321, 323 ], [ 323, 324 ], [ 320, 325 ], [ 325, 326 ], [ 319, 327 ], [ 327, 328 ], [ 328, 329 ], [ 329, 330 ], [ 330, 331 ], [ 330, 332 ], [ 329, 333 ], [ 333, 334 ], [ 333, 335 ], [ 328, 336 ], [ 336, 337 ], [ 336, 338 ], [ 309, 339 ], [ 339, 340 ], [ 340, 341 ], [ 340, 342 ], [ 339, 343 ], [ 343, 344 ], [ 344, 345 ], [ 344, 346 ], [ 343, 347 ], [ 347, 348 ], [ 347, 349 ], [ 349, 350 ], [ 309, 351 ], [ 351, 352 ], [ 352, 353 ], [ 353, 354 ], [ 353, 355 ], [ 352, 356 ], [ 356, 357 ], [ 356, 358 ], [ 351, 359 ], [ 359, 360 ], [ 360, 361 ], [ 360, 362 ], [ 362, 363 ], [ 363, 364 ], [ 363, 365 ], [ 362, 366 ], [ 366, 367 ], [ 366, 368 ], [ 359, 369 ], [ 369, 370 ], [ 369, 371 ], [ 371, 372 ], [ 309, 373 ], [ 373, 374 ], [ 374, 375 ], [ 374, 376 ], [ 376, 377 ], [ 374, 378 ], [ 76, 379 ], [ 379, 380 ], [ 379, 381 ], [ 381, 382 ], [ 382, 383 ], [ 382, 384 ], [ 381, 386 ], [ 386, 387 ], [ 387, 388 ], [ 388, 389 ], [ 388, 390 ], [ 386, 391 ], [ 391, 392 ], [ 391, 393 ], [ 386, 394 ], [ 394, 395 ], [ 395, 396 ], [ 386, 397 ], [ 397, 398 ], [ 398, 399 ], [ 399, 400 ], [ 399, 401 ], [ 398, 402 ], [ 402, 403 ], [ 381, 404 ], [ 404, 405 ], [ 379, 406 ], [ 406, 407 ], [ 76, 408 ], [ 408, 409 ], [ 408, 410 ], [ 410, 411 ], [ 411, 412 ], [ 411, 413 ], [ 410, 415 ], [ 415, 416 ], [ 416, 417 ], [ 417, 418 ], [ 417, 419 ], [ 415, 420 ], [ 420, 421 ], [ 420, 422 ], [ 415, 423 ], [ 423, 424 ], [ 424, 425 ], [ 415, 426 ], [ 426, 427 ], [ 427, 428 ], [ 428, 429 ], [ 428, 430 ], [ 427, 431 ], [ 431, 432 ], [ 410, 433 ], [ 433, 434 ], [ 408, 435 ], [ 435, 436 ], [ 76, 437 ], [ 437, 438 ], [ 437, 439 ], [ 439, 440 ], [ 440, 441 ], [ 440, 442 ], [ 439, 444 ], [ 444, 445 ], [ 445, 446 ], [ 446, 447 ], [ 446, 448 ], [ 444, 449 ], [ 449, 450 ], [ 449, 451 ], [ 444, 452 ], [ 452, 453 ], [ 453, 454 ], [ 444, 455 ], [ 455, 456 ], [ 456, 457 ], [ 457, 458 ], [ 457, 459 ], [ 456, 460 ], [ 460, 461 ], [ 439, 462 ], [ 462, 463 ], [ 437, 464 ], [ 464, 465 ], [ 76, 466 ], [ 466, 467 ], [ 466, 468 ], [ 468, 469 ], [ 469, 470 ], [ 469, 471 ], [ 468, 473 ], [ 473, 474 ], [ 474, 475 ], [ 475, 476 ], [ 475, 477 ], [ 473, 478 ], [ 478, 479 ], [ 478, 480 ], [ 473, 481 ], [ 481, 482 ], [ 482, 483 ], [ 473, 484 ], [ 484, 485 ], [ 485, 486 ], [ 486, 487 ], [ 486, 488 ], [ 485, 489 ], [ 489, 490 ], [ 468, 491 ], [ 491, 492 ], [ 466, 493 ], [ 493, 494 ], [ 76, 495 ], [ 495, 496 ], [ 495, 497 ], [ 497, 498 ], [ 498, 499 ], [ 498, 500 ], [ 497, 502 ], [ 502, 503 ], [ 503, 504 ], [ 504, 505 ], [ 504, 506 ], [ 502, 507 ], [ 507, 508 ], [ 507, 509 ], [ 502, 510 ], [ 510, 511 ], [ 511, 512 ], [ 502, 513 ], [ 513, 514 ], [ 514, 515 ], [ 515, 516 ], [ 515, 517 ], [ 514, 518 ], [ 518, 519 ], [ 497, 520 ], [ 520, 521 ], [ 495, 522 ], [ 522, 523 ], [ 76, 524 ], [ 524, 525 ], [ 524, 526 ], [ 526, 527 ], [ 527, 528 ], [ 527, 529 ], [ 526, 532 ], [ 532, 533 ], [ 533, 534 ], [ 534, 535 ], [ 534, 536 ], [ 532, 537 ], [ 537, 538 ], [ 537, 539 ], [ 532, 540 ], [ 540, 541 ], [ 541, 542 ], [ 532, 543 ], [ 543, 544 ], [ 544, 545 ], [ 545, 546 ], [ 546, 547 ], [ 546, 548 ], [ 544, 549 ], [ 549, 550 ], [ 549, 551 ], [ 544, 552 ], [ 552, 553 ], [ 553, 554 ], [ 544, 555 ], [ 555, 556 ], [ 556, 557 ], [ 557, 558 ], [ 558, 559 ], [ 558, 560 ], [ 557, 561 ], [ 556, 562 ], [ 562, 563 ], [ 526, 564 ], [ 564, 565 ], [ 524, 566 ], [ 566, 567 ], [ 524, 568 ], [ 568, 569 ], [ 76, 570 ], [ 570, 571 ], [ 570, 572 ], [ 572, 573 ], [ 573, 574 ], [ 573, 575 ], [ 572, 578 ], [ 578, 579 ], [ 579, 580 ], [ 580, 581 ], [ 580, 582 ], [ 578, 583 ], [ 583, 584 ], [ 583, 585 ], [ 578, 586 ], [ 586, 587 ], [ 587, 588 ], [ 578, 589 ], [ 589, 590 ], [ 590, 591 ], [ 591, 592 ], [ 592, 593 ], [ 592, 594 ], [ 590, 595 ], [ 595, 596 ], [ 595, 597 ], [ 590, 598 ], [ 598, 599 ], [ 599, 600 ], [ 590, 601 ], [ 601, 602 ], [ 602, 603 ], [ 603, 604 ], [ 604, 605 ], [ 604, 606 ], [ 603, 607 ], [ 602, 608 ], [ 608, 609 ], [ 572, 610 ], [ 610, 611 ], [ 570, 612 ], [ 612, 613 ], [ 570, 614 ], [ 614, 615 ], [ 76, 616 ], [ 616, 617 ], [ 616, 618 ], [ 618, 619 ], [ 619, 620 ], [ 619, 621 ], [ 618, 624 ], [ 624, 625 ], [ 625, 626 ], [ 626, 627 ], [ 626, 628 ], [ 624, 629 ], [ 629, 630 ], [ 629, 631 ], [ 624, 632 ], [ 632, 633 ], [ 633, 634 ], [ 624, 635 ], [ 635, 636 ], [ 636, 637 ], [ 637, 638 ], [ 638, 639 ], [ 638, 640 ], [ 636, 641 ], [ 641, 642 ], [ 641, 643 ], [ 636, 644 ], [ 644, 645 ], [ 645, 646 ], [ 636, 647 ], [ 647, 648 ], [ 648, 649 ], [ 649, 650 ], [ 650, 651 ], [ 650, 652 ], [ 649, 653 ], [ 648, 654 ], [ 654, 655 ], [ 618, 656 ], [ 656, 657 ], [ 616, 658 ], [ 658, 659 ], [ 616, 660 ], [ 660, 661 ], [ 76, 662 ], [ 662, 663 ], [ 662, 664 ], [ 664, 665 ], [ 665, 666 ], [ 665, 667 ], [ 664, 670 ], [ 670, 671 ], [ 671, 672 ], [ 672, 673 ], [ 672, 674 ], [ 670, 675 ], [ 675, 676 ], [ 675, 677 ], [ 670, 678 ], [ 678, 679 ], [ 679, 680 ], [ 670, 681 ], [ 681, 682 ], [ 682, 683 ], [ 683, 684 ], [ 684, 685 ], [ 684, 686 ], [ 682, 687 ], [ 687, 688 ], [ 687, 689 ], [ 682, 690 ], [ 690, 691 ], [ 691, 692 ], [ 682, 693 ], [ 693, 694 ], [ 694, 695 ], [ 695, 696 ], [ 696, 697 ], [ 696, 698 ], [ 695, 699 ], [ 694, 700 ], [ 700, 701 ], [ 664, 702 ], [ 702, 703 ], [ 662, 704 ], [ 704, 705 ], [ 662, 706 ], [ 706, 707 ], [ 76, 708 ], [ 708, 709 ], [ 708, 710 ], [ 710, 711 ], [ 711, 712 ], [ 711, 713 ], [ 710, 716 ], [ 716, 717 ], [ 717, 718 ], [ 718, 719 ], [ 718, 720 ], [ 716, 721 ], [ 721, 722 ], [ 721, 723 ], [ 716, 724 ], [ 724, 725 ], [ 725, 726 ], [ 716, 727 ], [ 727, 728 ], [ 728, 729 ], [ 729, 730 ], [ 730, 731 ], [ 730, 732 ], [ 728, 733 ], [ 733, 734 ], [ 733, 735 ], [ 728, 736 ], [ 736, 737 ], [ 737, 738 ], [ 728, 739 ], [ 739, 740 ], [ 740, 741 ], [ 741, 742 ], [ 742, 743 ], [ 742, 744 ], [ 741, 745 ], [ 740, 746 ], [ 746, 747 ], [ 710, 748 ], [ 748, 749 ], [ 708, 750 ], [ 750, 751 ], [ 708, 752 ], [ 752, 753 ], [ 76, 754 ], [ 754, 755 ], [ 754, 756 ], [ 756, 757 ], [ 757, 758 ], [ 758, 759 ], [ 759, 760 ], [ 759, 761 ], [ 757, 762 ], [ 762, 763 ], [ 763, 764 ], [ 762, 765 ], [ 754, 766 ], [ 766, 767 ], [ 0, 768 ], [ 768, 769 ], [ 768, 770 ] ]
[ "// package beginner00177;\n\nimport java.io.ByteArrayInputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.PrintWriter;\nimport java.util.Arrays;\nimport java.util.InputMismatchException;\n\npublic class Main {\n\tprivate static PrintWriter out;\n\n\tpublic static void solve() {\n\t\tIn in = new In();\n\t\t// BEFORE SUBMISSION :: Change class name to Main and comment out package name\n\t\t// !!!\n\t\tdouble d = in.nd();\n\t\tdouble t = in.nd();\n\t\tdouble s = in.nd();\n\n\t\tdouble tt = d / s;\n\n\t\tif (tt <= t) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// long start = System.nanoTime();\n\t\tout = new PrintWriter(System.out);\n\t\tsolve();\n\t\tout.flush();\n\t\t// System.out.println(\"Elapsed: \" + (System.nanoTime() - start) / 1000000 +\n\t\t// \"ns\");\n\t}\n\n\t@SuppressWarnings(\"unused\")\n\tprivate static class In {\n\t\tfinal private static int BUFFER_SIZE = 1024;\n\t\tprivate byte[] buf;\n\t\tprivate InputStream is;\n\t\tprivate int buflen;\n\t\tprivate int bufptr;\n\n\t\tpublic In() {\n\t\t\tis = System.in;\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}\n\n\t\tpublic In(String input) {\n\t\t\tis = new ByteArrayInputStream(input.getBytes());\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}\n\n\t\tpublic int readByte() {\n\t\t\tif (bufptr >= buflen) {\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t} catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}\n\t\t\t\tbufptr = 0;\n\t\t\t}\n\t\t\tif (buflen <= 0)\n\t\t\t\treturn -1;\n\t\t\treturn buf[bufptr++];\n\t\t}\n\n\t\tpublic boolean isSpaceChar(int c) {\n\t\t\treturn !(c >= 33 && c <= 126);\n\t\t}\n\n\t\tpublic int skip() {\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && isSpaceChar(b))\n\t\t\t\t;\n\t\t\treturn b;\n\t\t}\n\n\t\t/* Next character */\n\t\tpublic char nc() {\n\t\t\treturn (char) skip();\n\t\t}\n\n\t\t/* Next double */\n\t\tpublic double nd() {\n\t\t\treturn Double.parseDouble(ns());\n\t\t}\n\n\t\t/* Next string */\n\t\tpublic String ns() {\n\t\t\tfinal StringBuilder sb = new StringBuilder();\n\t\t\tint b = skip();\n\t\t\twhile (!isSpaceChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}\n\n\t\t/* Next integer */\n\t\tpublic int ni() {\n\t\t\tboolean minus = false;\n\t\t\tint num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}\n\n\t\t/* Next long */\n\t\tpublic long nl() {\n\t\t\tboolean minus = false;\n\t\t\tlong num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}\n\n\t\t/* Next integer 1D array */\n\t\tpublic int[] nia(int n) {\n\t\t\tfinal int[] arr = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ni();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next long 1D array */\n\t\tpublic long[] nla(int n) {\n\t\t\tfinal long[] arr = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nl();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next string 1D array */\n\t\tpublic String[] nsa(int n) {\n\t\t\tfinal String[] arr = new String[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ns();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next char 1D array */\n\t\tpublic char[] nca(int n) {\n\t\t\tfinal char[] arr = new char[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next double 1D array */\n\t\tpublic double[] nda(int n) {\n\t\t\tfinal double[] arr = new double[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next integer matrix */\n\t\tpublic int[][] nim(int n, int m) {\n\t\t\tfinal int[][] arr = new int[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ni();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next long matrix */\n\t\tpublic long[][] nlm(int n, int m) {\n\t\t\tfinal long[][] arr = new long[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nl();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next string matrix */\n\t\tpublic String[][] nsm(int n, int m) {\n\t\t\tfinal String[][] arr = new String[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ns();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next char matrix */\n\t\tpublic char[][] ncm(int n, int m) {\n\t\t\tfinal char[][] arr = new char[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next double matrix */\n\t\tpublic double[][] ndm(int n, int m) {\n\t\t\tfinal double[][] arr = new double[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nd();\n\t\t\treturn arr;\n\t\t}\n\n\t\tpublic static void log(Object... o) {\n\t\t\tSystem.out.println(Arrays.deepToString(o));\n\t\t}\n\t}\n\n}", "import java.io.ByteArrayInputStream;", "ByteArrayInputStream", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.InputMismatchException;", "InputMismatchException", "java.util", "public class Main {\n\tprivate static PrintWriter out;\n\n\tpublic static void solve() {\n\t\tIn in = new In();\n\t\t// BEFORE SUBMISSION :: Change class name to Main and comment out package name\n\t\t// !!!\n\t\tdouble d = in.nd();\n\t\tdouble t = in.nd();\n\t\tdouble s = in.nd();\n\n\t\tdouble tt = d / s;\n\n\t\tif (tt <= t) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// long start = System.nanoTime();\n\t\tout = new PrintWriter(System.out);\n\t\tsolve();\n\t\tout.flush();\n\t\t// System.out.println(\"Elapsed: \" + (System.nanoTime() - start) / 1000000 +\n\t\t// \"ns\");\n\t}\n\n\t@SuppressWarnings(\"unused\")\n\tprivate static class In {\n\t\tfinal private static int BUFFER_SIZE = 1024;\n\t\tprivate byte[] buf;\n\t\tprivate InputStream is;\n\t\tprivate int buflen;\n\t\tprivate int bufptr;\n\n\t\tpublic In() {\n\t\t\tis = System.in;\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}\n\n\t\tpublic In(String input) {\n\t\t\tis = new ByteArrayInputStream(input.getBytes());\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}\n\n\t\tpublic int readByte() {\n\t\t\tif (bufptr >= buflen) {\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t} catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}\n\t\t\t\tbufptr = 0;\n\t\t\t}\n\t\t\tif (buflen <= 0)\n\t\t\t\treturn -1;\n\t\t\treturn buf[bufptr++];\n\t\t}\n\n\t\tpublic boolean isSpaceChar(int c) {\n\t\t\treturn !(c >= 33 && c <= 126);\n\t\t}\n\n\t\tpublic int skip() {\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && isSpaceChar(b))\n\t\t\t\t;\n\t\t\treturn b;\n\t\t}\n\n\t\t/* Next character */\n\t\tpublic char nc() {\n\t\t\treturn (char) skip();\n\t\t}\n\n\t\t/* Next double */\n\t\tpublic double nd() {\n\t\t\treturn Double.parseDouble(ns());\n\t\t}\n\n\t\t/* Next string */\n\t\tpublic String ns() {\n\t\t\tfinal StringBuilder sb = new StringBuilder();\n\t\t\tint b = skip();\n\t\t\twhile (!isSpaceChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}\n\n\t\t/* Next integer */\n\t\tpublic int ni() {\n\t\t\tboolean minus = false;\n\t\t\tint num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}\n\n\t\t/* Next long */\n\t\tpublic long nl() {\n\t\t\tboolean minus = false;\n\t\t\tlong num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}\n\n\t\t/* Next integer 1D array */\n\t\tpublic int[] nia(int n) {\n\t\t\tfinal int[] arr = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ni();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next long 1D array */\n\t\tpublic long[] nla(int n) {\n\t\t\tfinal long[] arr = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nl();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next string 1D array */\n\t\tpublic String[] nsa(int n) {\n\t\t\tfinal String[] arr = new String[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ns();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next char 1D array */\n\t\tpublic char[] nca(int n) {\n\t\t\tfinal char[] arr = new char[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next double 1D array */\n\t\tpublic double[] nda(int n) {\n\t\t\tfinal double[] arr = new double[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next integer matrix */\n\t\tpublic int[][] nim(int n, int m) {\n\t\t\tfinal int[][] arr = new int[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ni();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next long matrix */\n\t\tpublic long[][] nlm(int n, int m) {\n\t\t\tfinal long[][] arr = new long[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nl();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next string matrix */\n\t\tpublic String[][] nsm(int n, int m) {\n\t\t\tfinal String[][] arr = new String[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ns();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next char matrix */\n\t\tpublic char[][] ncm(int n, int m) {\n\t\t\tfinal char[][] arr = new char[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next double matrix */\n\t\tpublic double[][] ndm(int n, int m) {\n\t\t\tfinal double[][] arr = new double[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nd();\n\t\t\treturn arr;\n\t\t}\n\n\t\tpublic static void log(Object... o) {\n\t\t\tSystem.out.println(Arrays.deepToString(o));\n\t\t}\n\t}\n\n}", "Main", "private static PrintWriter out;", "out", "public static void solve() {\n\t\tIn in = new In();\n\t\t// BEFORE SUBMISSION :: Change class name to Main and comment out package name\n\t\t// !!!\n\t\tdouble d = in.nd();\n\t\tdouble t = in.nd();\n\t\tdouble s = in.nd();\n\n\t\tdouble tt = d / s;\n\n\t\tif (tt <= t) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\n\t}", "solve", "{\n\t\tIn in = new In();\n\t\t// BEFORE SUBMISSION :: Change class name to Main and comment out package name\n\t\t// !!!\n\t\tdouble d = in.nd();\n\t\tdouble t = in.nd();\n\t\tdouble s = in.nd();\n\n\t\tdouble tt = d / s;\n\n\t\tif (tt <= t) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\n\t}", "In in = new In();", "in", "new In()", "double d = in.nd();", "d", "in.nd()", "in.nd", "in", "double t = in.nd();", "t", "in.nd()", "in.nd", "in", "double s = in.nd();", "s", "in.nd()", "in.nd", "in", "double tt = d / s;", "tt", "d / s", "d", "s", "if (tt <= t) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}", "tt <= t", "tt", "t", "{\n\t\t\tout.println(\"Yes\");\n\t\t}", "out.println(\"Yes\")", "out.println", "out", "\"Yes\"", "{\n\t\t\tout.println(\"No\");\n\t\t}", "out.println(\"No\")", "out.println", "out", "\"No\"", "public static void main(String[] args) throws IOException {\n\t\t// long start = System.nanoTime();\n\t\tout = new PrintWriter(System.out);\n\t\tsolve();\n\t\tout.flush();\n\t\t// System.out.println(\"Elapsed: \" + (System.nanoTime() - start) / 1000000 +\n\t\t// \"ns\");\n\t}", "main", "{\n\t\t// long start = System.nanoTime();\n\t\tout = new PrintWriter(System.out);\n\t\tsolve();\n\t\tout.flush();\n\t\t// System.out.println(\"Elapsed: \" + (System.nanoTime() - start) / 1000000 +\n\t\t// \"ns\");\n\t}", "out = new PrintWriter(System.out)", "out", "new PrintWriter(System.out)", "solve()", "solve", "out.flush()", "out.flush", "out", "String[] args", "args", "private static class In {\n\t\tfinal private static int BUFFER_SIZE = 1024;\n\t\tprivate byte[] buf;\n\t\tprivate InputStream is;\n\t\tprivate int buflen;\n\t\tprivate int bufptr;\n\n\t\tpublic In() {\n\t\t\tis = System.in;\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}\n\n\t\tpublic In(String input) {\n\t\t\tis = new ByteArrayInputStream(input.getBytes());\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}\n\n\t\tpublic int readByte() {\n\t\t\tif (bufptr >= buflen) {\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t} catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}\n\t\t\t\tbufptr = 0;\n\t\t\t}\n\t\t\tif (buflen <= 0)\n\t\t\t\treturn -1;\n\t\t\treturn buf[bufptr++];\n\t\t}\n\n\t\tpublic boolean isSpaceChar(int c) {\n\t\t\treturn !(c >= 33 && c <= 126);\n\t\t}\n\n\t\tpublic int skip() {\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && isSpaceChar(b))\n\t\t\t\t;\n\t\t\treturn b;\n\t\t}\n\n\t\t/* Next character */\n\t\tpublic char nc() {\n\t\t\treturn (char) skip();\n\t\t}\n\n\t\t/* Next double */\n\t\tpublic double nd() {\n\t\t\treturn Double.parseDouble(ns());\n\t\t}\n\n\t\t/* Next string */\n\t\tpublic String ns() {\n\t\t\tfinal StringBuilder sb = new StringBuilder();\n\t\t\tint b = skip();\n\t\t\twhile (!isSpaceChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}\n\n\t\t/* Next integer */\n\t\tpublic int ni() {\n\t\t\tboolean minus = false;\n\t\t\tint num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}\n\n\t\t/* Next long */\n\t\tpublic long nl() {\n\t\t\tboolean minus = false;\n\t\t\tlong num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}\n\n\t\t/* Next integer 1D array */\n\t\tpublic int[] nia(int n) {\n\t\t\tfinal int[] arr = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ni();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next long 1D array */\n\t\tpublic long[] nla(int n) {\n\t\t\tfinal long[] arr = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nl();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next string 1D array */\n\t\tpublic String[] nsa(int n) {\n\t\t\tfinal String[] arr = new String[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ns();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next char 1D array */\n\t\tpublic char[] nca(int n) {\n\t\t\tfinal char[] arr = new char[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next double 1D array */\n\t\tpublic double[] nda(int n) {\n\t\t\tfinal double[] arr = new double[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next integer matrix */\n\t\tpublic int[][] nim(int n, int m) {\n\t\t\tfinal int[][] arr = new int[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ni();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next long matrix */\n\t\tpublic long[][] nlm(int n, int m) {\n\t\t\tfinal long[][] arr = new long[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nl();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next string matrix */\n\t\tpublic String[][] nsm(int n, int m) {\n\t\t\tfinal String[][] arr = new String[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ns();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next char matrix */\n\t\tpublic char[][] ncm(int n, int m) {\n\t\t\tfinal char[][] arr = new char[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next double matrix */\n\t\tpublic double[][] ndm(int n, int m) {\n\t\t\tfinal double[][] arr = new double[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nd();\n\t\t\treturn arr;\n\t\t}\n\n\t\tpublic static void log(Object... o) {\n\t\t\tSystem.out.println(Arrays.deepToString(o));\n\t\t}\n\t}", "In", "final private static int BUFFER_SIZE = 1024;", "BUFFER_SIZE", "1024", "private byte[] buf;", "buf", "private InputStream is;", "is", "private int buflen;", "buflen", "private int bufptr;", "bufptr", "public In() {\n\t\t\tis = System.in;\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}", "In", "{\n\t\t\tis = System.in;\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}", "is = System.in", "is", "System.in", "System", "System.in", "buf = new byte[BUFFER_SIZE]", "buf", "new byte[BUFFER_SIZE]", "BUFFER_SIZE", "buflen = bufptr = 0", "buflen", "bufptr = 0", "bufptr", "0", "public In(String input) {\n\t\t\tis = new ByteArrayInputStream(input.getBytes());\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}", "In", "{\n\t\t\tis = new ByteArrayInputStream(input.getBytes());\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}", "is = new ByteArrayInputStream(input.getBytes())", "is", "new ByteArrayInputStream(input.getBytes())", "buf = new byte[BUFFER_SIZE]", "buf", "new byte[BUFFER_SIZE]", "BUFFER_SIZE", "buflen = bufptr = 0", "buflen", "bufptr = 0", "bufptr", "0", "String input", "input", "public int readByte() {\n\t\t\tif (bufptr >= buflen) {\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t} catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}\n\t\t\t\tbufptr = 0;\n\t\t\t}\n\t\t\tif (buflen <= 0)\n\t\t\t\treturn -1;\n\t\t\treturn buf[bufptr++];\n\t\t}", "readByte", "{\n\t\t\tif (bufptr >= buflen) {\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t} catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}\n\t\t\t\tbufptr = 0;\n\t\t\t}\n\t\t\tif (buflen <= 0)\n\t\t\t\treturn -1;\n\t\t\treturn buf[bufptr++];\n\t\t}", "if (bufptr >= buflen) {\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t} catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}\n\t\t\t\tbufptr = 0;\n\t\t\t}", "bufptr >= buflen", "bufptr", "buflen", "{\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t} catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}\n\t\t\t\tbufptr = 0;\n\t\t\t}", "try {\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t} catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}", "catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}", "IOException ioe", "{\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}", "throw new InputMismatchException();", "new InputMismatchException()", "{\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t}", "buflen = is.read(buf)", "buflen", "is.read(buf)", "is.read", "is", "buf", "bufptr = 0", "bufptr", "0", "if (buflen <= 0)\n\t\t\t\treturn -1;", "buflen <= 0", "buflen", "0", "return -1;", "-1", "1", "return buf[bufptr++];", "buf[bufptr++]", "buf", "bufptr++", "bufptr", "public boolean isSpaceChar(int c) {\n\t\t\treturn !(c >= 33 && c <= 126);\n\t\t}", "isSpaceChar", "{\n\t\t\treturn !(c >= 33 && c <= 126);\n\t\t}", "return !(c >= 33 && c <= 126);", "!(c >= 33 && c <= 126)", "(c >= 33 && c <= 126)", "c >= 33", "c", "33", "c <= 126", "c", "126", "int c", "c", "public int skip() {\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && isSpaceChar(b))\n\t\t\t\t;\n\t\t\treturn b;\n\t\t}", "skip", "{\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && isSpaceChar(b))\n\t\t\t\t;\n\t\t\treturn b;\n\t\t}", "int b;", "b", "while ((b = readByte()) != -1 && isSpaceChar(b))\n\t\t\t\t;", "(b = readByte()) != -1 && isSpaceChar(b)", "(b = readByte()) != -1", "(b = readByte())", "b", "readByte()", "readByte", "-1", "1", "isSpaceChar(b)", "isSpaceChar", "b", "return b;", "b", "/* Next character */\n\t\tpublic char nc() {\n\t\t\treturn (char) skip();\n\t\t}", "nc", "{\n\t\t\treturn (char) skip();\n\t\t}", "return (char) skip();", "(char) skip()", "skip", "/* Next double */\n\t\tpublic double nd() {\n\t\t\treturn Double.parseDouble(ns());\n\t\t}", "nd", "{\n\t\t\treturn Double.parseDouble(ns());\n\t\t}", "return Double.parseDouble(ns());", "Double.parseDouble(ns())", "Double.parseDouble", "Double", "ns()", "ns", "/* Next string */\n\t\tpublic String ns() {\n\t\t\tfinal StringBuilder sb = new StringBuilder();\n\t\t\tint b = skip();\n\t\t\twhile (!isSpaceChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}", "ns", "{\n\t\t\tfinal StringBuilder sb = new StringBuilder();\n\t\t\tint b = skip();\n\t\t\twhile (!isSpaceChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}", "final StringBuilder sb = new StringBuilder();", "sb", "new StringBuilder()", "int b = skip();", "b", "skip()", "skip", "while (!isSpaceChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}", "!isSpaceChar(b)", "isSpaceChar(b)", "isSpaceChar", "b", "{\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}", "sb.appendCodePoint(b)", "sb.appendCodePoint", "sb", "b", "b = readByte()", "b", "readByte()", "readByte", "return sb.toString();", "sb.toString()", "sb.toString", "sb", "/* Next integer */\n\t\tpublic int ni() {\n\t\t\tboolean minus = false;\n\t\t\tint num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}", "ni", "{\n\t\t\tboolean minus = false;\n\t\t\tint num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}", "boolean minus = false;", "minus", "false", "int num = 0;", "num", "0", "int b;", "b", "while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;", "(b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')", "(b = readByte()) != -1", "(b = readByte())", "b", "readByte()", "readByte", "-1", "1", "!((b >= '0' && b <= '9') || b == '-')", "((b >= '0' && b <= '9') || b == '-')", "(b >= '0' && b <= '9')", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "b == '-'", "b", "'-'", "if (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}", "b == '-'", "b", "'-'", "{\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}", "minus = true", "minus", "true", "b = readByte()", "b", "readByte()", "readByte", "while (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}", "b >= '0' && b <= '9'", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "{\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}", "num = num * 10 + (b - '0')", "num", "num * 10 + (b - '0')", "num * 10", "num", "10", "(b - '0')", "b", "'0'", "b = readByte()", "b", "readByte()", "readByte", "return minus ? -num : num;", "minus ? -num : num", "minus", "-num", "num", "num", "/* Next long */\n\t\tpublic long nl() {\n\t\t\tboolean minus = false;\n\t\t\tlong num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}", "nl", "{\n\t\t\tboolean minus = false;\n\t\t\tlong num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}", "boolean minus = false;", "minus", "false", "long num = 0;", "num", "0", "int b;", "b", "while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;", "(b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')", "(b = readByte()) != -1", "(b = readByte())", "b", "readByte()", "readByte", "-1", "1", "!((b >= '0' && b <= '9') || b == '-')", "((b >= '0' && b <= '9') || b == '-')", "(b >= '0' && b <= '9')", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "b == '-'", "b", "'-'", "if (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}", "b == '-'", "b", "'-'", "{\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}", "minus = true", "minus", "true", "b = readByte()", "b", "readByte()", "readByte", "while (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}", "b >= '0' && b <= '9'", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "{\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}", "num = num * 10 + (b - '0')", "num", "num * 10 + (b - '0')", "num * 10", "num", "10", "(b - '0')", "b", "'0'", "b = readByte()", "b", "readByte()", "readByte", "return minus ? -num : num;", "minus ? -num : num", "minus", "-num", "num", "num", "/* Next integer 1D array */\n\t\tpublic int[] nia(int n) {\n\t\t\tfinal int[] arr = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ni();\n\t\t\treturn arr;\n\t\t}", "nia", "{\n\t\t\tfinal int[] arr = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ni();\n\t\t\treturn arr;\n\t\t}", "final int[] arr = new int[n];", "arr", "new int[n]", "n", "for (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ni();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "arr[i] = ni();", "arr[i] = ni()", "arr[i]", "arr", "i", "ni()", "ni", "return arr;", "arr", "int n", "n", "/* Next long 1D array */\n\t\tpublic long[] nla(int n) {\n\t\t\tfinal long[] arr = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nl();\n\t\t\treturn arr;\n\t\t}", "nla", "{\n\t\t\tfinal long[] arr = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nl();\n\t\t\treturn arr;\n\t\t}", "final long[] arr = new long[n];", "arr", "new long[n]", "n", "for (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nl();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "arr[i] = nl();", "arr[i] = nl()", "arr[i]", "arr", "i", "nl()", "nl", "return arr;", "arr", "int n", "n", "/* Next string 1D array */\n\t\tpublic String[] nsa(int n) {\n\t\t\tfinal String[] arr = new String[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ns();\n\t\t\treturn arr;\n\t\t}", "nsa", "{\n\t\t\tfinal String[] arr = new String[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ns();\n\t\t\treturn arr;\n\t\t}", "final String[] arr = new String[n];", "arr", "new String[n]", "n", "for (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ns();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "arr[i] = ns();", "arr[i] = ns()", "arr[i]", "arr", "i", "ns()", "ns", "return arr;", "arr", "int n", "n", "/* Next char 1D array */\n\t\tpublic char[] nca(int n) {\n\t\t\tfinal char[] arr = new char[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}", "nca", "{\n\t\t\tfinal char[] arr = new char[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}", "final char[] arr = new char[n];", "arr", "new char[n]", "n", "for (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "arr[i] = nc();", "arr[i] = nc()", "arr[i]", "arr", "i", "nc()", "nc", "return arr;", "arr", "int n", "n", "/* Next double 1D array */\n\t\tpublic double[] nda(int n) {\n\t\t\tfinal double[] arr = new double[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}", "nda", "{\n\t\t\tfinal double[] arr = new double[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}", "final double[] arr = new double[n];", "arr", "new double[n]", "n", "for (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "arr[i] = nc();", "arr[i] = nc()", "arr[i]", "arr", "i", "nc()", "nc", "return arr;", "arr", "int n", "n", "/* Next integer matrix */\n\t\tpublic int[][] nim(int n, int m) {\n\t\t\tfinal int[][] arr = new int[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ni();\n\t\t\treturn arr;\n\t\t}", "nim", "{\n\t\t\tfinal int[][] arr = new int[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ni();\n\t\t\treturn arr;\n\t\t}", "final int[][] arr = new int[n][m];", "arr", "new int[n][m]", "n", "m", "for (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ni();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "for (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ni();", "for (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ni();", "int j = 0;", "int j = 0;", "j", "0", "j < m", "j", "m", "j++", "j++", "j", "arr[i][j] = ni();", "arr[i][j] = ni()", "arr[i][j]", "arr[i]", "arr", "i", "j", "ni()", "ni", "return arr;", "arr", "int n", "n", "int m", "m", "/* Next long matrix */\n\t\tpublic long[][] nlm(int n, int m) {\n\t\t\tfinal long[][] arr = new long[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nl();\n\t\t\treturn arr;\n\t\t}", "nlm", "{\n\t\t\tfinal long[][] arr = new long[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nl();\n\t\t\treturn arr;\n\t\t}", "final long[][] arr = new long[n][m];", "arr", "new long[n][m]", "n", "m", "for (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nl();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "for (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nl();", "for (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nl();", "int j = 0;", "int j = 0;", "j", "0", "j < m", "j", "m", "j++", "j++", "j", "arr[i][j] = nl();", "arr[i][j] = nl()", "arr[i][j]", "arr[i]", "arr", "i", "j", "nl()", "nl", "return arr;", "arr", "int n", "n", "int m", "m", "/* Next string matrix */\n\t\tpublic String[][] nsm(int n, int m) {\n\t\t\tfinal String[][] arr = new String[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ns();\n\t\t\treturn arr;\n\t\t}", "nsm", "{\n\t\t\tfinal String[][] arr = new String[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ns();\n\t\t\treturn arr;\n\t\t}", "final String[][] arr = new String[n][m];", "arr", "new String[n][m]", "n", "m", "for (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ns();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "for (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ns();", "for (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ns();", "int j = 0;", "int j = 0;", "j", "0", "j < m", "j", "m", "j++", "j++", "j", "arr[i][j] = ns();", "arr[i][j] = ns()", "arr[i][j]", "arr[i]", "arr", "i", "j", "ns()", "ns", "return arr;", "arr", "int n", "n", "int m", "m", "/* Next char matrix */\n\t\tpublic char[][] ncm(int n, int m) {\n\t\t\tfinal char[][] arr = new char[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nc();\n\t\t\treturn arr;\n\t\t}", "ncm", "{\n\t\t\tfinal char[][] arr = new char[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nc();\n\t\t\treturn arr;\n\t\t}", "final char[][] arr = new char[n][m];", "arr", "new char[n][m]", "n", "m", "for (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nc();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "for (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nc();", "for (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nc();", "int j = 0;", "int j = 0;", "j", "0", "j < m", "j", "m", "j++", "j++", "j", "arr[i][j] = nc();", "arr[i][j] = nc()", "arr[i][j]", "arr[i]", "arr", "i", "j", "nc()", "nc", "return arr;", "arr", "int n", "n", "int m", "m", "/* Next double matrix */\n\t\tpublic double[][] ndm(int n, int m) {\n\t\t\tfinal double[][] arr = new double[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nd();\n\t\t\treturn arr;\n\t\t}", "ndm", "{\n\t\t\tfinal double[][] arr = new double[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nd();\n\t\t\treturn arr;\n\t\t}", "final double[][] arr = new double[n][m];", "arr", "new double[n][m]", "n", "m", "for (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nd();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "for (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nd();", "for (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nd();", "int j = 0;", "int j = 0;", "j", "0", "j < m", "j", "m", "j++", "j++", "j", "arr[i][j] = nd();", "arr[i][j] = nd()", "arr[i][j]", "arr[i]", "arr", "i", "j", "nd()", "nd", "return arr;", "arr", "int n", "n", "int m", "m", "public static void log(Object... o) {\n\t\t\tSystem.out.println(Arrays.deepToString(o));\n\t\t}", "log", "{\n\t\t\tSystem.out.println(Arrays.deepToString(o));\n\t\t}", "System.out.println(Arrays.deepToString(o))", "System.out.println", "System.out", "System", "System.out", "Arrays.deepToString(o)", "Arrays.deepToString", "Arrays", "o", "Object... o", "o", "public class Main {\n\tprivate static PrintWriter out;\n\n\tpublic static void solve() {\n\t\tIn in = new In();\n\t\t// BEFORE SUBMISSION :: Change class name to Main and comment out package name\n\t\t// !!!\n\t\tdouble d = in.nd();\n\t\tdouble t = in.nd();\n\t\tdouble s = in.nd();\n\n\t\tdouble tt = d / s;\n\n\t\tif (tt <= t) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// long start = System.nanoTime();\n\t\tout = new PrintWriter(System.out);\n\t\tsolve();\n\t\tout.flush();\n\t\t// System.out.println(\"Elapsed: \" + (System.nanoTime() - start) / 1000000 +\n\t\t// \"ns\");\n\t}\n\n\t@SuppressWarnings(\"unused\")\n\tprivate static class In {\n\t\tfinal private static int BUFFER_SIZE = 1024;\n\t\tprivate byte[] buf;\n\t\tprivate InputStream is;\n\t\tprivate int buflen;\n\t\tprivate int bufptr;\n\n\t\tpublic In() {\n\t\t\tis = System.in;\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}\n\n\t\tpublic In(String input) {\n\t\t\tis = new ByteArrayInputStream(input.getBytes());\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}\n\n\t\tpublic int readByte() {\n\t\t\tif (bufptr >= buflen) {\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t} catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}\n\t\t\t\tbufptr = 0;\n\t\t\t}\n\t\t\tif (buflen <= 0)\n\t\t\t\treturn -1;\n\t\t\treturn buf[bufptr++];\n\t\t}\n\n\t\tpublic boolean isSpaceChar(int c) {\n\t\t\treturn !(c >= 33 && c <= 126);\n\t\t}\n\n\t\tpublic int skip() {\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && isSpaceChar(b))\n\t\t\t\t;\n\t\t\treturn b;\n\t\t}\n\n\t\t/* Next character */\n\t\tpublic char nc() {\n\t\t\treturn (char) skip();\n\t\t}\n\n\t\t/* Next double */\n\t\tpublic double nd() {\n\t\t\treturn Double.parseDouble(ns());\n\t\t}\n\n\t\t/* Next string */\n\t\tpublic String ns() {\n\t\t\tfinal StringBuilder sb = new StringBuilder();\n\t\t\tint b = skip();\n\t\t\twhile (!isSpaceChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}\n\n\t\t/* Next integer */\n\t\tpublic int ni() {\n\t\t\tboolean minus = false;\n\t\t\tint num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}\n\n\t\t/* Next long */\n\t\tpublic long nl() {\n\t\t\tboolean minus = false;\n\t\t\tlong num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}\n\n\t\t/* Next integer 1D array */\n\t\tpublic int[] nia(int n) {\n\t\t\tfinal int[] arr = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ni();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next long 1D array */\n\t\tpublic long[] nla(int n) {\n\t\t\tfinal long[] arr = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nl();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next string 1D array */\n\t\tpublic String[] nsa(int n) {\n\t\t\tfinal String[] arr = new String[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ns();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next char 1D array */\n\t\tpublic char[] nca(int n) {\n\t\t\tfinal char[] arr = new char[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next double 1D array */\n\t\tpublic double[] nda(int n) {\n\t\t\tfinal double[] arr = new double[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next integer matrix */\n\t\tpublic int[][] nim(int n, int m) {\n\t\t\tfinal int[][] arr = new int[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ni();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next long matrix */\n\t\tpublic long[][] nlm(int n, int m) {\n\t\t\tfinal long[][] arr = new long[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nl();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next string matrix */\n\t\tpublic String[][] nsm(int n, int m) {\n\t\t\tfinal String[][] arr = new String[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ns();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next char matrix */\n\t\tpublic char[][] ncm(int n, int m) {\n\t\t\tfinal char[][] arr = new char[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next double matrix */\n\t\tpublic double[][] ndm(int n, int m) {\n\t\t\tfinal double[][] arr = new double[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nd();\n\t\t\treturn arr;\n\t\t}\n\n\t\tpublic static void log(Object... o) {\n\t\t\tSystem.out.println(Arrays.deepToString(o));\n\t\t}\n\t}\n\n}", "public class Main {\n\tprivate static PrintWriter out;\n\n\tpublic static void solve() {\n\t\tIn in = new In();\n\t\t// BEFORE SUBMISSION :: Change class name to Main and comment out package name\n\t\t// !!!\n\t\tdouble d = in.nd();\n\t\tdouble t = in.nd();\n\t\tdouble s = in.nd();\n\n\t\tdouble tt = d / s;\n\n\t\tif (tt <= t) {\n\t\t\tout.println(\"Yes\");\n\t\t} else {\n\t\t\tout.println(\"No\");\n\t\t}\n\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// long start = System.nanoTime();\n\t\tout = new PrintWriter(System.out);\n\t\tsolve();\n\t\tout.flush();\n\t\t// System.out.println(\"Elapsed: \" + (System.nanoTime() - start) / 1000000 +\n\t\t// \"ns\");\n\t}\n\n\t@SuppressWarnings(\"unused\")\n\tprivate static class In {\n\t\tfinal private static int BUFFER_SIZE = 1024;\n\t\tprivate byte[] buf;\n\t\tprivate InputStream is;\n\t\tprivate int buflen;\n\t\tprivate int bufptr;\n\n\t\tpublic In() {\n\t\t\tis = System.in;\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}\n\n\t\tpublic In(String input) {\n\t\t\tis = new ByteArrayInputStream(input.getBytes());\n\t\t\tbuf = new byte[BUFFER_SIZE];\n\t\t\tbuflen = bufptr = 0;\n\t\t}\n\n\t\tpublic int readByte() {\n\t\t\tif (bufptr >= buflen) {\n\t\t\t\ttry {\n\t\t\t\t\tbuflen = is.read(buf);\n\t\t\t\t} catch (IOException ioe) {\n\t\t\t\t\tthrow new InputMismatchException();\n\t\t\t\t}\n\t\t\t\tbufptr = 0;\n\t\t\t}\n\t\t\tif (buflen <= 0)\n\t\t\t\treturn -1;\n\t\t\treturn buf[bufptr++];\n\t\t}\n\n\t\tpublic boolean isSpaceChar(int c) {\n\t\t\treturn !(c >= 33 && c <= 126);\n\t\t}\n\n\t\tpublic int skip() {\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && isSpaceChar(b))\n\t\t\t\t;\n\t\t\treturn b;\n\t\t}\n\n\t\t/* Next character */\n\t\tpublic char nc() {\n\t\t\treturn (char) skip();\n\t\t}\n\n\t\t/* Next double */\n\t\tpublic double nd() {\n\t\t\treturn Double.parseDouble(ns());\n\t\t}\n\n\t\t/* Next string */\n\t\tpublic String ns() {\n\t\t\tfinal StringBuilder sb = new StringBuilder();\n\t\t\tint b = skip();\n\t\t\twhile (!isSpaceChar(b)) {\n\t\t\t\tsb.appendCodePoint(b);\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn sb.toString();\n\t\t}\n\n\t\t/* Next integer */\n\t\tpublic int ni() {\n\t\t\tboolean minus = false;\n\t\t\tint num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}\n\n\t\t/* Next long */\n\t\tpublic long nl() {\n\t\t\tboolean minus = false;\n\t\t\tlong num = 0;\n\t\t\tint b;\n\t\t\twhile ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'))\n\t\t\t\t;\n\t\t\tif (b == '-') {\n\t\t\t\tminus = true;\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\twhile (b >= '0' && b <= '9') {\n\t\t\t\tnum = num * 10 + (b - '0');\n\t\t\t\tb = readByte();\n\t\t\t}\n\t\t\treturn minus ? -num : num;\n\t\t}\n\n\t\t/* Next integer 1D array */\n\t\tpublic int[] nia(int n) {\n\t\t\tfinal int[] arr = new int[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ni();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next long 1D array */\n\t\tpublic long[] nla(int n) {\n\t\t\tfinal long[] arr = new long[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nl();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next string 1D array */\n\t\tpublic String[] nsa(int n) {\n\t\t\tfinal String[] arr = new String[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = ns();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next char 1D array */\n\t\tpublic char[] nca(int n) {\n\t\t\tfinal char[] arr = new char[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next double 1D array */\n\t\tpublic double[] nda(int n) {\n\t\t\tfinal double[] arr = new double[n];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tarr[i] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next integer matrix */\n\t\tpublic int[][] nim(int n, int m) {\n\t\t\tfinal int[][] arr = new int[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ni();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next long matrix */\n\t\tpublic long[][] nlm(int n, int m) {\n\t\t\tfinal long[][] arr = new long[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nl();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next string matrix */\n\t\tpublic String[][] nsm(int n, int m) {\n\t\t\tfinal String[][] arr = new String[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = ns();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next char matrix */\n\t\tpublic char[][] ncm(int n, int m) {\n\t\t\tfinal char[][] arr = new char[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nc();\n\t\t\treturn arr;\n\t\t}\n\n\t\t/* Next double matrix */\n\t\tpublic double[][] ndm(int n, int m) {\n\t\t\tfinal double[][] arr = new double[n][m];\n\t\t\tfor (int i = 0; i < n; i++)\n\t\t\t\tfor (int j = 0; j < m; j++)\n\t\t\t\t\tarr[i][j] = nd();\n\t\t\treturn arr;\n\t\t}\n\n\t\tpublic static void log(Object... o) {\n\t\t\tSystem.out.println(Arrays.deepToString(o));\n\t\t}\n\t}\n\n}", "Main" ]
// package beginner00177; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.util.Arrays; import java.util.InputMismatchException; public class Main { private static PrintWriter out; public static void solve() { In in = new In(); // BEFORE SUBMISSION :: Change class name to Main and comment out package name // !!! double d = in.nd(); double t = in.nd(); double s = in.nd(); double tt = d / s; if (tt <= t) { out.println("Yes"); } else { out.println("No"); } } public static void main(String[] args) throws IOException { // long start = System.nanoTime(); out = new PrintWriter(System.out); solve(); out.flush(); // System.out.println("Elapsed: " + (System.nanoTime() - start) / 1000000 + // "ns"); } @SuppressWarnings("unused") private static class In { final private static int BUFFER_SIZE = 1024; private byte[] buf; private InputStream is; private int buflen; private int bufptr; public In() { is = System.in; buf = new byte[BUFFER_SIZE]; buflen = bufptr = 0; } public In(String input) { is = new ByteArrayInputStream(input.getBytes()); buf = new byte[BUFFER_SIZE]; buflen = bufptr = 0; } public int readByte() { if (bufptr >= buflen) { try { buflen = is.read(buf); } catch (IOException ioe) { throw new InputMismatchException(); } bufptr = 0; } if (buflen <= 0) return -1; return buf[bufptr++]; } public boolean isSpaceChar(int c) { return !(c >= 33 && c <= 126); } public int skip() { int b; while ((b = readByte()) != -1 && isSpaceChar(b)) ; return b; } /* Next character */ public char nc() { return (char) skip(); } /* Next double */ public double nd() { return Double.parseDouble(ns()); } /* Next string */ public String ns() { final StringBuilder sb = new StringBuilder(); int b = skip(); while (!isSpaceChar(b)) { sb.appendCodePoint(b); b = readByte(); } return sb.toString(); } /* Next integer */ public int ni() { boolean minus = false; int num = 0; int b; while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')) ; if (b == '-') { minus = true; b = readByte(); } while (b >= '0' && b <= '9') { num = num * 10 + (b - '0'); b = readByte(); } return minus ? -num : num; } /* Next long */ public long nl() { boolean minus = false; long num = 0; int b; while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')) ; if (b == '-') { minus = true; b = readByte(); } while (b >= '0' && b <= '9') { num = num * 10 + (b - '0'); b = readByte(); } return minus ? -num : num; } /* Next integer 1D array */ public int[] nia(int n) { final int[] arr = new int[n]; for (int i = 0; i < n; i++) arr[i] = ni(); return arr; } /* Next long 1D array */ public long[] nla(int n) { final long[] arr = new long[n]; for (int i = 0; i < n; i++) arr[i] = nl(); return arr; } /* Next string 1D array */ public String[] nsa(int n) { final String[] arr = new String[n]; for (int i = 0; i < n; i++) arr[i] = ns(); return arr; } /* Next char 1D array */ public char[] nca(int n) { final char[] arr = new char[n]; for (int i = 0; i < n; i++) arr[i] = nc(); return arr; } /* Next double 1D array */ public double[] nda(int n) { final double[] arr = new double[n]; for (int i = 0; i < n; i++) arr[i] = nc(); return arr; } /* Next integer matrix */ public int[][] nim(int n, int m) { final int[][] arr = new int[n][m]; for (int i = 0; i < n; i++) for (int j = 0; j < m; j++) arr[i][j] = ni(); return arr; } /* Next long matrix */ public long[][] nlm(int n, int m) { final long[][] arr = new long[n][m]; for (int i = 0; i < n; i++) for (int j = 0; j < m; j++) arr[i][j] = nl(); return arr; } /* Next string matrix */ public String[][] nsm(int n, int m) { final String[][] arr = new String[n][m]; for (int i = 0; i < n; i++) for (int j = 0; j < m; j++) arr[i][j] = ns(); return arr; } /* Next char matrix */ public char[][] ncm(int n, int m) { final char[][] arr = new char[n][m]; for (int i = 0; i < n; i++) for (int j = 0; j < m; j++) arr[i][j] = nc(); return arr; } /* Next double matrix */ public double[][] ndm(int n, int m) { final double[][] arr = new double[n][m]; for (int i = 0; i < n; i++) for (int j = 0; j < m; j++) arr[i][j] = nd(); return arr; } public static void log(Object... o) { System.out.println(Arrays.deepToString(o)); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 17, 41, 13, 17, 41, 13, 20, 13, 41, 13, 20, 13, 41, 13, 20, 13, 12, 13, 30, 0, 13, 20, 0, 13, 20, 41, 13, 4, 13, 41, 13, 4, 13, 41, 13, 4, 13, 14, 2, 2, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 23, 13, 12, 13, 30, 4, 18, 13, 13, 23, 13, 12, 13, 30, 4, 18, 13, 13, 23, 13, 12, 13, 30, 4, 18, 13, 13, 13, 23, 13, 23, 13, 12, 13, 30, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 4, 18, 18, 13, 13, 17, 12, 13, 30, 4, 18, 18, 13, 13, 17, 12, 13, 30, 4, 18, 18, 13, 13, 17, 12, 13, 30, 4, 18, 18, 13, 13, 17, 12, 13, 30, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 2, 2, 2, 13, 13, 2, 13, 13, 2, 2, 13, 13, 2, 13, 13, 23, 13, 23, 13, 23, 13, 23, 13, 12, 13, 30, 0, 18, 13, 17, 0, 18, 13, 17, 17, 0, 18, 13, 17, 0, 18, 13, 17, 17, 0, 18, 13, 17, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 2, 2, 18, 13, 2, 13, 17, 13, 13, 0, 18, 13, 13, 2, 13, 2, 2, 18, 13, 2, 13, 13, 2, 13, 13, 13, 0, 18, 13, 13, 2, 2, 18, 13, 2, 13, 17, 18, 13, 13, 13, 12, 13, 30, 14, 2, 2, 2, 13, 13, 2, 13, 17, 2, 13, 17, 29, 17, 29, 2, 2, 18, 13, 13, 2, 2, 18, 13, 13, 18, 13, 2, 13, 13, 13, 13, 23, 13, 23, 13, 12, 13, 30, 29, 8, 2, 13, 17, 17, 2, 13, 4, 13, 2, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 379, 8 ], [ 379, 9 ], [ 9, 10 ], [ 379, 11 ], [ 11, 12 ], [ 379, 13 ], [ 13, 14 ], [ 13, 15 ], [ 379, 16 ], [ 16, 17 ], [ 16, 18 ], [ 379, 19 ], [ 19, 20 ], [ 19, 21 ], [ 379, 23 ], [ 23, 24 ], [ 23, 25 ], [ 379, 27 ], [ 27, 28 ], [ 27, 29 ], [ 379, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 37, 38 ], [ 37, 39 ], [ 33, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 33, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 33, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 33, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 52, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 52, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 66, 71 ], [ 33, 72 ], [ 72, 73 ], [ 73, 74 ], [ 31, 75 ], [ 75, 76 ], [ 379, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 80, 83 ], [ 77, 84 ], [ 84, 85 ], [ 379, 86 ], [ 86, 87 ], [ 86, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 89, 92 ], [ 86, 93 ], [ 93, 94 ], [ 379, 95 ], [ 95, 96 ], [ 95, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 98, 101 ], [ 98, 102 ], [ 95, 103 ], [ 103, 104 ], [ 95, 105 ], [ 105, 106 ], [ 379, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 112, 113 ], [ 379, 114 ], [ 114, 115 ], [ 114, 116 ], [ 116, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 118, 121 ], [ 121, 122 ], [ 122, 123 ], [ 379, 124 ], [ 124, 125 ], [ 124, 126 ], [ 126, 127 ], [ 127, 128 ], [ 128, 129 ], [ 129, 130 ], [ 128, 131 ], [ 131, 132 ], [ 132, 133 ], [ 379, 134 ], [ 134, 135 ], [ 134, 136 ], [ 136, 137 ], [ 137, 138 ], [ 138, 139 ], [ 139, 140 ], [ 138, 141 ], [ 141, 142 ], [ 142, 143 ], [ 379, 144 ], [ 144, 145 ], [ 144, 146 ], [ 146, 147 ], [ 147, 148 ], [ 148, 149 ], [ 149, 150 ], [ 148, 151 ], [ 151, 152 ], [ 152, 153 ], [ 379, 154 ], [ 154, 155 ], [ 154, 156 ], [ 156, 157 ], [ 157, 158 ], [ 158, 159 ], [ 159, 160 ], [ 158, 161 ], [ 161, 162 ], [ 162, 163 ], [ 379, 164 ], [ 164, 165 ], [ 164, 166 ], [ 166, 167 ], [ 167, 168 ], [ 168, 169 ], [ 169, 170 ], [ 169, 171 ], [ 167, 172 ], [ 379, 173 ], [ 173, 174 ], [ 173, 175 ], [ 175, 176 ], [ 176, 177 ], [ 177, 178 ], [ 178, 179 ], [ 178, 180 ], [ 176, 181 ], [ 379, 182 ], [ 182, 183 ], [ 182, 184 ], [ 184, 185 ], [ 185, 186 ], [ 186, 187 ], [ 187, 188 ], [ 187, 189 ], [ 185, 190 ], [ 379, 191 ], [ 191, 192 ], [ 191, 193 ], [ 193, 194 ], [ 194, 195 ], [ 195, 196 ], [ 196, 197 ], [ 196, 198 ], [ 194, 199 ], [ 379, 200 ], [ 200, 201 ], [ 200, 202 ], [ 202, 203 ], [ 203, 204 ], [ 204, 205 ], [ 205, 206 ], [ 379, 207 ], [ 207, 208 ], [ 207, 209 ], [ 209, 210 ], [ 210, 211 ], [ 211, 212 ], [ 212, 213 ], [ 211, 214 ], [ 214, 215 ], [ 215, 216 ], [ 216, 217 ], [ 216, 218 ], [ 215, 219 ], [ 219, 220 ], [ 219, 221 ], [ 214, 222 ], [ 222, 223 ], [ 223, 224 ], [ 223, 225 ], [ 222, 226 ], [ 226, 227 ], [ 226, 228 ], [ 207, 229 ], [ 229, 230 ], [ 207, 231 ], [ 231, 232 ], [ 207, 233 ], [ 233, 234 ], [ 207, 235 ], [ 235, 236 ], [ 379, 237 ], [ 237, 238 ], [ 237, 239 ], [ 239, 240 ], [ 240, 241 ], [ 241, 242 ], [ 241, 243 ], [ 240, 244 ], [ 244, 245 ], [ 245, 246 ], [ 245, 247 ], [ 244, 248 ], [ 239, 249 ], [ 249, 250 ], [ 250, 251 ], [ 250, 252 ], [ 249, 253 ], [ 253, 254 ], [ 254, 255 ], [ 254, 256 ], [ 253, 257 ], [ 239, 258 ], [ 258, 259 ], [ 259, 260 ], [ 259, 261 ], [ 258, 262 ], [ 239, 263 ], [ 263, 264 ], [ 264, 265 ], [ 265, 266 ], [ 265, 267 ], [ 263, 268 ], [ 268, 269 ], [ 268, 270 ], [ 263, 271 ], [ 271, 272 ], [ 272, 273 ], [ 263, 274 ], [ 275, 275 ], [ 275, 276 ], [ 276, 277 ], [ 277, 278 ], [ 277, 279 ], [ 276, 280 ], [ 280, 281 ], [ 281, 282 ], [ 282, 283 ], [ 282, 284 ], [ 284, 285 ], [ 284, 286 ], [ 281, 287 ], [ 280, 288 ], [ 275, 289 ], [ 289, 290 ], [ 290, 291 ], [ 290, 292 ], [ 289, 293 ], [ 293, 294 ], [ 293, 295 ], [ 295, 296 ], [ 296, 297 ], [ 297, 298 ], [ 297, 299 ], [ 299, 300 ], [ 299, 301 ], [ 296, 302 ], [ 302, 303 ], [ 302, 304 ], [ 295, 305 ], [ 275, 306 ], [ 306, 307 ], [ 307, 308 ], [ 307, 309 ], [ 306, 310 ], [ 310, 311 ], [ 311, 312 ], [ 312, 313 ], [ 312, 314 ], [ 314, 315 ], [ 314, 316 ], [ 311, 317 ], [ 317, 318 ], [ 317, 319 ], [ 310, 320 ], [ 379, 321 ], [ 321, 322 ], [ 321, 323 ], [ 323, 324 ], [ 324, 325 ], [ 326, 326 ], [ 326, 327 ], [ 327, 328 ], [ 327, 329 ], [ 326, 330 ], [ 330, 331 ], [ 330, 332 ], [ 326, 333 ], [ 333, 334 ], [ 333, 335 ], [ 324, 336 ], [ 336, 337 ], [ 323, 338 ], [ 338, 339 ], [ 339, 340 ], [ 340, 341 ], [ 341, 342 ], [ 341, 343 ], [ 340, 344 ], [ 344, 345 ], [ 345, 346 ], [ 346, 347 ], [ 346, 348 ], [ 345, 349 ], [ 349, 350 ], [ 349, 351 ], [ 351, 352 ], [ 351, 353 ], [ 344, 354 ], [ 339, 355 ], [ 321, 356 ], [ 356, 357 ], [ 321, 358 ], [ 358, 359 ], [ 379, 360 ], [ 360, 361 ], [ 360, 362 ], [ 362, 363 ], [ 363, 364 ], [ 364, 365 ], [ 365, 366 ], [ 365, 367 ], [ 364, 368 ], [ 364, 369 ], [ 369, 370 ], [ 369, 371 ], [ 371, 372 ], [ 371, 373 ], [ 373, 374 ], [ 373, 375 ], [ 360, 376 ], [ 376, 377 ], [ 0, 378 ], [ 378, 379 ], [ 378, 380 ] ]
[ "\nimport java.io.PrintWriter;\nimport java.util.*;\n\npublic class Main {\n static Scanner scanner;\n static PrintWriter out;\n public static void main(String[] args) {\n scanner = new Scanner(System.in);\n out = new PrintWriter(System.out);\n int a = nextInt();\n int b = nextInt();\n int c = nextInt();\n if (((double)a / (double)c) > b) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n out.flush();\n }\n\n public static void println(Object o) {\n out.println(o);\n }\n\n public static void print(Object o) {\n out.print(o);\n }\n\n public static void printf(String format, Object... o) {\n out.printf(format, o);\n }\n\n public static String next() {\n return scanner.next();\n }\n\n public static int nextInt() {\n return Integer.parseInt(scanner.next());\n }\n\n public static long nextLong() {\n return Long.parseLong(scanner.next());\n }\n\n public static double nextDouble() {\n return Double.parseDouble(scanner.next());\n }\n\n public static short nextShort() {\n return Short.parseShort(scanner.next());\n }\n\n public static float nextFloat() {\n return Float.parseFloat(scanner.next());\n }\n\n public static void printYes() {\n System.out.println(\"Yes\");\n }\n\n public static void printYES() {\n System.out.println(\"YES\");\n }\n\n public static void printNo() {\n System.out.println(\"No\");\n }\n\n public static void printNO() {\n System.out.println(\"NO\");\n }\n\n public static String nextLine() {\n return scanner.nextLine();\n }\n\n public static double distance(double x, double y, double x2, double y2) {\n return Math.sqrt((x2 - x) * (x2 - x) + (y2 - y) * (y2 - y));\n }\n\n public static int MOD = 1_000_000_007;\n public static int MAX = 100000;\n public static long[] fac = new long[MAX];\n public static long[] finv = new long[MAX];\n public static long[] inv = new long[MAX];\n\n public static void combinit() {\n fac[0] = fac[1] = 1;\n finv[0] = finv[1] = 1;\n inv[1] = 1;\n for (int i = 2; i < MAX; i++) {\n fac[i] = fac[i - 1] * i % MOD;\n inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD;\n finv[i] = finv[i - 1] * inv[i] % MOD;\n }\n }\n\n public static long combination(int n, int k) {\n if (n < k || n < 0 || k < 0) return 0;\n return fac[n] * (finv[k] * finv[n - k] % MOD) % MOD;\n }\n\n public static long factorial(long n) {\n return n <= 0 ? 1 : n * factorial(n - 1);\n }\n}", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.*;", "util.*", "java", "public class Main {\n static Scanner scanner;\n static PrintWriter out;\n public static void main(String[] args) {\n scanner = new Scanner(System.in);\n out = new PrintWriter(System.out);\n int a = nextInt();\n int b = nextInt();\n int c = nextInt();\n if (((double)a / (double)c) > b) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n out.flush();\n }\n\n public static void println(Object o) {\n out.println(o);\n }\n\n public static void print(Object o) {\n out.print(o);\n }\n\n public static void printf(String format, Object... o) {\n out.printf(format, o);\n }\n\n public static String next() {\n return scanner.next();\n }\n\n public static int nextInt() {\n return Integer.parseInt(scanner.next());\n }\n\n public static long nextLong() {\n return Long.parseLong(scanner.next());\n }\n\n public static double nextDouble() {\n return Double.parseDouble(scanner.next());\n }\n\n public static short nextShort() {\n return Short.parseShort(scanner.next());\n }\n\n public static float nextFloat() {\n return Float.parseFloat(scanner.next());\n }\n\n public static void printYes() {\n System.out.println(\"Yes\");\n }\n\n public static void printYES() {\n System.out.println(\"YES\");\n }\n\n public static void printNo() {\n System.out.println(\"No\");\n }\n\n public static void printNO() {\n System.out.println(\"NO\");\n }\n\n public static String nextLine() {\n return scanner.nextLine();\n }\n\n public static double distance(double x, double y, double x2, double y2) {\n return Math.sqrt((x2 - x) * (x2 - x) + (y2 - y) * (y2 - y));\n }\n\n public static int MOD = 1_000_000_007;\n public static int MAX = 100000;\n public static long[] fac = new long[MAX];\n public static long[] finv = new long[MAX];\n public static long[] inv = new long[MAX];\n\n public static void combinit() {\n fac[0] = fac[1] = 1;\n finv[0] = finv[1] = 1;\n inv[1] = 1;\n for (int i = 2; i < MAX; i++) {\n fac[i] = fac[i - 1] * i % MOD;\n inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD;\n finv[i] = finv[i - 1] * inv[i] % MOD;\n }\n }\n\n public static long combination(int n, int k) {\n if (n < k || n < 0 || k < 0) return 0;\n return fac[n] * (finv[k] * finv[n - k] % MOD) % MOD;\n }\n\n public static long factorial(long n) {\n return n <= 0 ? 1 : n * factorial(n - 1);\n }\n}", "Main", "static Scanner scanner;", "scanner", "static PrintWriter out;", "out", "public static int MOD = 1_000_000_007;", "MOD", "1_000_000_007", "public static int MAX = 100000;", "MAX", "100000", "public static long[] fac = new long[MAX];", "fac", "new long[MAX]", "MAX", "public static long[] finv = new long[MAX];", "finv", "new long[MAX]", "MAX", "public static long[] inv = new long[MAX];", "inv", "new long[MAX]", "MAX", "public static void main(String[] args) {\n scanner = new Scanner(System.in);\n out = new PrintWriter(System.out);\n int a = nextInt();\n int b = nextInt();\n int c = nextInt();\n if (((double)a / (double)c) > b) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n out.flush();\n }", "main", "{\n scanner = new Scanner(System.in);\n out = new PrintWriter(System.out);\n int a = nextInt();\n int b = nextInt();\n int c = nextInt();\n if (((double)a / (double)c) > b) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n out.flush();\n }", "scanner = new Scanner(System.in)", "scanner", "new Scanner(System.in)", "out = new PrintWriter(System.out)", "out", "new PrintWriter(System.out)", "int a = nextInt();", "a", "nextInt()", "nextInt", "int b = nextInt();", "b", "nextInt()", "nextInt", "int c = nextInt();", "c", "nextInt()", "nextInt", "if (((double)a / (double)c) > b) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }", "((double)a / (double)c) > b", "((double)a / (double)c)", "(double)a", "(double)c", "b", "{\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\"", "out.flush()", "out.flush", "out", "String[] args", "args", "public static void println(Object o) {\n out.println(o);\n }", "println", "{\n out.println(o);\n }", "out.println(o)", "out.println", "out", "o", "Object o", "o", "public static void print(Object o) {\n out.print(o);\n }", "print", "{\n out.print(o);\n }", "out.print(o)", "out.print", "out", "o", "Object o", "o", "public static void printf(String format, Object... o) {\n out.printf(format, o);\n }", "printf", "{\n out.printf(format, o);\n }", "out.printf(format, o)", "out.printf", "out", "format", "o", "String format", "format", "Object... o", "o", "public static String next() {\n return scanner.next();\n }", "next", "{\n return scanner.next();\n }", "return scanner.next();", "scanner.next()", "scanner.next", "scanner", "public static int nextInt() {\n return Integer.parseInt(scanner.next());\n }", "nextInt", "{\n return Integer.parseInt(scanner.next());\n }", "return Integer.parseInt(scanner.next());", "Integer.parseInt(scanner.next())", "Integer.parseInt", "Integer", "scanner.next()", "scanner.next", "scanner", "public static long nextLong() {\n return Long.parseLong(scanner.next());\n }", "nextLong", "{\n return Long.parseLong(scanner.next());\n }", "return Long.parseLong(scanner.next());", "Long.parseLong(scanner.next())", "Long.parseLong", "Long", "scanner.next()", "scanner.next", "scanner", "public static double nextDouble() {\n return Double.parseDouble(scanner.next());\n }", "nextDouble", "{\n return Double.parseDouble(scanner.next());\n }", "return Double.parseDouble(scanner.next());", "Double.parseDouble(scanner.next())", "Double.parseDouble", "Double", "scanner.next()", "scanner.next", "scanner", "public static short nextShort() {\n return Short.parseShort(scanner.next());\n }", "nextShort", "{\n return Short.parseShort(scanner.next());\n }", "return Short.parseShort(scanner.next());", "Short.parseShort(scanner.next())", "Short.parseShort", "Short", "scanner.next()", "scanner.next", "scanner", "public static float nextFloat() {\n return Float.parseFloat(scanner.next());\n }", "nextFloat", "{\n return Float.parseFloat(scanner.next());\n }", "return Float.parseFloat(scanner.next());", "Float.parseFloat(scanner.next())", "Float.parseFloat", "Float", "scanner.next()", "scanner.next", "scanner", "public static void printYes() {\n System.out.println(\"Yes\");\n }", "printYes", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "public static void printYES() {\n System.out.println(\"YES\");\n }", "printYES", "{\n System.out.println(\"YES\");\n }", "System.out.println(\"YES\")", "System.out.println", "System.out", "System", "System.out", "\"YES\"", "public static void printNo() {\n System.out.println(\"No\");\n }", "printNo", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "public static void printNO() {\n System.out.println(\"NO\");\n }", "printNO", "{\n System.out.println(\"NO\");\n }", "System.out.println(\"NO\")", "System.out.println", "System.out", "System", "System.out", "\"NO\"", "public static String nextLine() {\n return scanner.nextLine();\n }", "nextLine", "{\n return scanner.nextLine();\n }", "return scanner.nextLine();", "scanner.nextLine()", "scanner.nextLine", "scanner", "public static double distance(double x, double y, double x2, double y2) {\n return Math.sqrt((x2 - x) * (x2 - x) + (y2 - y) * (y2 - y));\n }", "distance", "{\n return Math.sqrt((x2 - x) * (x2 - x) + (y2 - y) * (y2 - y));\n }", "return Math.sqrt((x2 - x) * (x2 - x) + (y2 - y) * (y2 - y));", "Math.sqrt((x2 - x) * (x2 - x) + (y2 - y) * (y2 - y))", "Math.sqrt", "Math", "(x2 - x) * (x2 - x) + (y2 - y) * (y2 - y)", "(x2 - x) * (x2 - x)", "(x2 - x)", "x2", "x", "(x2 - x)", "x2", "x", "(y2 - y) * (y2 - y)", "(y2 - y)", "y2", "y", "(y2 - y)", "y2", "y", "double x", "x", "double y", "y", "double x2", "x2", "double y2", "y2", "public static void combinit() {\n fac[0] = fac[1] = 1;\n finv[0] = finv[1] = 1;\n inv[1] = 1;\n for (int i = 2; i < MAX; i++) {\n fac[i] = fac[i - 1] * i % MOD;\n inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD;\n finv[i] = finv[i - 1] * inv[i] % MOD;\n }\n }", "combinit", "{\n fac[0] = fac[1] = 1;\n finv[0] = finv[1] = 1;\n inv[1] = 1;\n for (int i = 2; i < MAX; i++) {\n fac[i] = fac[i - 1] * i % MOD;\n inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD;\n finv[i] = finv[i - 1] * inv[i] % MOD;\n }\n }", "fac[0] = fac[1] = 1", "fac[0]", "fac", "0", "fac[1] = 1", "fac[1]", "fac", "1", "1", "finv[0] = finv[1] = 1", "finv[0]", "finv", "0", "finv[1] = 1", "finv[1]", "finv", "1", "1", "inv[1] = 1", "inv[1]", "inv", "1", "1", "for (int i = 2; i < MAX; i++) {\n fac[i] = fac[i - 1] * i % MOD;\n inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD;\n finv[i] = finv[i - 1] * inv[i] % MOD;\n }", "int i = 2;", "int i = 2;", "i", "2", "i < MAX", "i", "MAX", "i++", "i++", "i", "{\n fac[i] = fac[i - 1] * i % MOD;\n inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD;\n finv[i] = finv[i - 1] * inv[i] % MOD;\n }", "{\n fac[i] = fac[i - 1] * i % MOD;\n inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD;\n finv[i] = finv[i - 1] * inv[i] % MOD;\n }", "fac[i] = fac[i - 1] * i % MOD", "fac[i]", "fac", "i", "fac[i - 1] * i % MOD", "fac[i - 1] * i", "fac[i - 1]", "fac", "i - 1", "i", "1", "i", "MOD", "inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD", "inv[i]", "inv", "i", "MOD - inv[MOD % i] * (MOD / i) % MOD", "MOD", "inv[MOD % i] * (MOD / i) % MOD", "inv[MOD % i] * (MOD / i)", "inv[MOD % i]", "inv", "MOD % i", "MOD", "i", "(MOD / i)", "MOD", "i", "MOD", "finv[i] = finv[i - 1] * inv[i] % MOD", "finv[i]", "finv", "i", "finv[i - 1] * inv[i] % MOD", "finv[i - 1] * inv[i]", "finv[i - 1]", "finv", "i - 1", "i", "1", "inv[i]", "inv", "i", "MOD", "public static long combination(int n, int k) {\n if (n < k || n < 0 || k < 0) return 0;\n return fac[n] * (finv[k] * finv[n - k] % MOD) % MOD;\n }", "combination", "{\n if (n < k || n < 0 || k < 0) return 0;\n return fac[n] * (finv[k] * finv[n - k] % MOD) % MOD;\n }", "if (n < k || n < 0 || k < 0) return 0;", "n < k || n < 0 || k < 0", "n < k || n < 0 || k < 0", "n < k", "n", "k", "n < 0", "n", "0", "k < 0", "k", "0", "return 0;", "0", "return fac[n] * (finv[k] * finv[n - k] % MOD) % MOD;", "fac[n] * (finv[k] * finv[n - k] % MOD) % MOD", "fac[n] * (finv[k] * finv[n - k] % MOD)", "fac[n]", "fac", "n", "(finv[k] * finv[n - k] % MOD)", "finv[k] * finv[n - k]", "finv[k]", "finv", "k", "finv[n - k]", "finv", "n - k", "n", "k", "MOD", "MOD", "int n", "n", "int k", "k", "public static long factorial(long n) {\n return n <= 0 ? 1 : n * factorial(n - 1);\n }", "factorial", "{\n return n <= 0 ? 1 : n * factorial(n - 1);\n }", "return n <= 0 ? 1 : n * factorial(n - 1);", "n <= 0 ? 1 : n * factorial(n - 1)", "n <= 0", "n", "0", "1", "n * factorial(n - 1)", "n", "factorial(n - 1)", "factorial", "n - 1", "n", "1", "long n", "n", "public class Main {\n static Scanner scanner;\n static PrintWriter out;\n public static void main(String[] args) {\n scanner = new Scanner(System.in);\n out = new PrintWriter(System.out);\n int a = nextInt();\n int b = nextInt();\n int c = nextInt();\n if (((double)a / (double)c) > b) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n out.flush();\n }\n\n public static void println(Object o) {\n out.println(o);\n }\n\n public static void print(Object o) {\n out.print(o);\n }\n\n public static void printf(String format, Object... o) {\n out.printf(format, o);\n }\n\n public static String next() {\n return scanner.next();\n }\n\n public static int nextInt() {\n return Integer.parseInt(scanner.next());\n }\n\n public static long nextLong() {\n return Long.parseLong(scanner.next());\n }\n\n public static double nextDouble() {\n return Double.parseDouble(scanner.next());\n }\n\n public static short nextShort() {\n return Short.parseShort(scanner.next());\n }\n\n public static float nextFloat() {\n return Float.parseFloat(scanner.next());\n }\n\n public static void printYes() {\n System.out.println(\"Yes\");\n }\n\n public static void printYES() {\n System.out.println(\"YES\");\n }\n\n public static void printNo() {\n System.out.println(\"No\");\n }\n\n public static void printNO() {\n System.out.println(\"NO\");\n }\n\n public static String nextLine() {\n return scanner.nextLine();\n }\n\n public static double distance(double x, double y, double x2, double y2) {\n return Math.sqrt((x2 - x) * (x2 - x) + (y2 - y) * (y2 - y));\n }\n\n public static int MOD = 1_000_000_007;\n public static int MAX = 100000;\n public static long[] fac = new long[MAX];\n public static long[] finv = new long[MAX];\n public static long[] inv = new long[MAX];\n\n public static void combinit() {\n fac[0] = fac[1] = 1;\n finv[0] = finv[1] = 1;\n inv[1] = 1;\n for (int i = 2; i < MAX; i++) {\n fac[i] = fac[i - 1] * i % MOD;\n inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD;\n finv[i] = finv[i - 1] * inv[i] % MOD;\n }\n }\n\n public static long combination(int n, int k) {\n if (n < k || n < 0 || k < 0) return 0;\n return fac[n] * (finv[k] * finv[n - k] % MOD) % MOD;\n }\n\n public static long factorial(long n) {\n return n <= 0 ? 1 : n * factorial(n - 1);\n }\n}", "public class Main {\n static Scanner scanner;\n static PrintWriter out;\n public static void main(String[] args) {\n scanner = new Scanner(System.in);\n out = new PrintWriter(System.out);\n int a = nextInt();\n int b = nextInt();\n int c = nextInt();\n if (((double)a / (double)c) > b) {\n System.out.println(\"No\");\n } else {\n System.out.println(\"Yes\");\n }\n out.flush();\n }\n\n public static void println(Object o) {\n out.println(o);\n }\n\n public static void print(Object o) {\n out.print(o);\n }\n\n public static void printf(String format, Object... o) {\n out.printf(format, o);\n }\n\n public static String next() {\n return scanner.next();\n }\n\n public static int nextInt() {\n return Integer.parseInt(scanner.next());\n }\n\n public static long nextLong() {\n return Long.parseLong(scanner.next());\n }\n\n public static double nextDouble() {\n return Double.parseDouble(scanner.next());\n }\n\n public static short nextShort() {\n return Short.parseShort(scanner.next());\n }\n\n public static float nextFloat() {\n return Float.parseFloat(scanner.next());\n }\n\n public static void printYes() {\n System.out.println(\"Yes\");\n }\n\n public static void printYES() {\n System.out.println(\"YES\");\n }\n\n public static void printNo() {\n System.out.println(\"No\");\n }\n\n public static void printNO() {\n System.out.println(\"NO\");\n }\n\n public static String nextLine() {\n return scanner.nextLine();\n }\n\n public static double distance(double x, double y, double x2, double y2) {\n return Math.sqrt((x2 - x) * (x2 - x) + (y2 - y) * (y2 - y));\n }\n\n public static int MOD = 1_000_000_007;\n public static int MAX = 100000;\n public static long[] fac = new long[MAX];\n public static long[] finv = new long[MAX];\n public static long[] inv = new long[MAX];\n\n public static void combinit() {\n fac[0] = fac[1] = 1;\n finv[0] = finv[1] = 1;\n inv[1] = 1;\n for (int i = 2; i < MAX; i++) {\n fac[i] = fac[i - 1] * i % MOD;\n inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD;\n finv[i] = finv[i - 1] * inv[i] % MOD;\n }\n }\n\n public static long combination(int n, int k) {\n if (n < k || n < 0 || k < 0) return 0;\n return fac[n] * (finv[k] * finv[n - k] % MOD) % MOD;\n }\n\n public static long factorial(long n) {\n return n <= 0 ? 1 : n * factorial(n - 1);\n }\n}", "Main" ]
import java.io.PrintWriter; import java.util.*; public class Main { static Scanner scanner; static PrintWriter out; public static void main(String[] args) { scanner = new Scanner(System.in); out = new PrintWriter(System.out); int a = nextInt(); int b = nextInt(); int c = nextInt(); if (((double)a / (double)c) > b) { System.out.println("No"); } else { System.out.println("Yes"); } out.flush(); } public static void println(Object o) { out.println(o); } public static void print(Object o) { out.print(o); } public static void printf(String format, Object... o) { out.printf(format, o); } public static String next() { return scanner.next(); } public static int nextInt() { return Integer.parseInt(scanner.next()); } public static long nextLong() { return Long.parseLong(scanner.next()); } public static double nextDouble() { return Double.parseDouble(scanner.next()); } public static short nextShort() { return Short.parseShort(scanner.next()); } public static float nextFloat() { return Float.parseFloat(scanner.next()); } public static void printYes() { System.out.println("Yes"); } public static void printYES() { System.out.println("YES"); } public static void printNo() { System.out.println("No"); } public static void printNO() { System.out.println("NO"); } public static String nextLine() { return scanner.nextLine(); } public static double distance(double x, double y, double x2, double y2) { return Math.sqrt((x2 - x) * (x2 - x) + (y2 - y) * (y2 - y)); } public static int MOD = 1_000_000_007; public static int MAX = 100000; public static long[] fac = new long[MAX]; public static long[] finv = new long[MAX]; public static long[] inv = new long[MAX]; public static void combinit() { fac[0] = fac[1] = 1; finv[0] = finv[1] = 1; inv[1] = 1; for (int i = 2; i < MAX; i++) { fac[i] = fac[i - 1] * i % MOD; inv[i] = MOD - inv[MOD % i] * (MOD / i) % MOD; finv[i] = finv[i - 1] * inv[i] % MOD; } } public static long combination(int n, int k) { if (n < k || n < 0 || k < 0) return 0; return fac[n] * (finv[k] * finv[n - k] % MOD) % MOD; } public static long factorial(long n) { return n <= 0 ? 1 : n * factorial(n - 1); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 17, 41, 13, 20, 17, 41, 13, 17, 41, 13, 17, 12, 13, 30, 41, 13, 4, 13, 41, 13, 4, 13, 41, 13, 4, 13, 41, 13, 2, 13, 13, 14, 2, 13, 13, 4, 18, 13, 17, 4, 18, 13, 17, 12, 13, 30, 0, 13, 8, 4, 18, 13, 18, 13, 13, 20, 0, 13, 20, 41, 13, 4, 18, 13, 4, 13, 4, 18, 13, 14, 40, 4, 18, 13, 4, 13, 2, 2, 4, 18, 13, 13, 17, 12, 13, 30, 4, 18, 20, 23, 13, 12, 13, 30, 14, 2, 13, 40, 17, 37, 20, 14, 2, 13, 13, 30, 0, 13, 17, 38, 5, 13, 30, 37, 20, 30, 0, 13, 4, 18, 13, 13, 14, 2, 13, 17, 29, 40, 17, 29, 18, 13, 40, 13, 12, 13, 30, 29, 40, 2, 2, 13, 17, 2, 13, 17, 23, 13, 12, 13, 30, 41, 13, 42, 2, 2, 0, 13, 4, 13, 40, 17, 4, 13, 13, 29, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 13, 12, 13, 30, 41, 13, 4, 13, 41, 13, 20, 42, 40, 4, 13, 13, 30, 4, 18, 13, 13, 0, 13, 4, 13, 29, 4, 18, 13, 12, 13, 30, 41, 13, 20, 13, 41, 13, 4, 13, 41, 13, 17, 42, 2, 2, 13, 13, 40, 4, 13, 13, 30, 0, 18, 13, 40, 13, 13, 0, 13, 4, 13, 29, 8, 2, 13, 13, 13, 4, 18, 13, 13, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 17, 41, 13, 41, 13, 17, 42, 2, 2, 0, 13, 4, 13, 40, 17, 40, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 14, 2, 13, 17, 30, 0, 13, 17, 0, 13, 4, 13, 42, 17, 30, 14, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 13, 17, 2, 13, 17, 30, 29, 8, 13, 40, 13, 13, 0, 13, 4, 13, 12, 13, 30, 41, 13, 17, 41, 13, 41, 13, 17, 42, 2, 2, 0, 13, 4, 13, 40, 17, 40, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 14, 2, 13, 17, 30, 0, 13, 17, 0, 13, 4, 13, 42, 17, 30, 14, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 13, 17, 2, 13, 17, 30, 29, 8, 13, 40, 13, 13, 0, 13, 4, 13, 12, 13, 30, 14, 2, 4, 18, 13, 17, 4, 18, 18, 13, 13, 4, 18, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 16, 20 ], [ 20, 21 ], [ 16, 22 ], [ 22, 23 ], [ 22, 24 ], [ 16, 25 ], [ 25, 26 ], [ 25, 27 ], [ 16, 29 ], [ 29, 30 ], [ 29, 31 ], [ 16, 32 ], [ 32, 33 ], [ 32, 34 ], [ 16, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 37, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 37, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 37, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 37, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 59, 60 ], [ 60, 61 ], [ 59, 62 ], [ 55, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 16, 67 ], [ 67, 68 ], [ 67, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 72, 76 ], [ 76, 77 ], [ 76, 78 ], [ 72, 79 ], [ 69, 80 ], [ 80, 81 ], [ 80, 82 ], [ 69, 83 ], [ 83, 84 ], [ 83, 85 ], [ 85, 86 ], [ 86, 87 ], [ 69, 88 ], [ 88, 89 ], [ 69, 90 ], [ 90, 91 ], [ 91, 92 ], [ 69, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 93, 98 ], [ 98, 99 ], [ 98, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 103, 104 ], [ 101, 105 ], [ 100, 106 ], [ 16, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 107, 113 ], [ 113, 114 ], [ 16, 115 ], [ 115, 116 ], [ 115, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 119, 121 ], [ 121, 122 ], [ 118, 123 ], [ 123, 124 ], [ 117, 125 ], [ 125, 126 ], [ 126, 127 ], [ 126, 128 ], [ 125, 129 ], [ 129, 130 ], [ 130, 131 ], [ 130, 132 ], [ 129, 133 ], [ 133, 134 ], [ 134, 135 ], [ 134, 136 ], [ 136, 137 ], [ 137, 138 ], [ 133, 139 ], [ 139, 140 ], [ 140, 141 ], [ 140, 142 ], [ 142, 143 ], [ 143, 144 ], [ 142, 145 ], [ 129, 146 ], [ 146, 147 ], [ 147, 148 ], [ 147, 149 ], [ 146, 150 ], [ 150, 151 ], [ 151, 152 ], [ 117, 153 ], [ 153, 154 ], [ 154, 155 ], [ 154, 156 ], [ 156, 157 ], [ 16, 158 ], [ 158, 159 ], [ 158, 160 ], [ 160, 161 ], [ 161, 162 ], [ 162, 163 ], [ 163, 164 ], [ 164, 165 ], [ 164, 166 ], [ 163, 167 ], [ 167, 168 ], [ 167, 169 ], [ 158, 170 ], [ 170, 171 ], [ 16, 172 ], [ 172, 173 ], [ 172, 174 ], [ 174, 175 ], [ 175, 176 ], [ 174, 177 ], [ 177, 178 ], [ 178, 179 ], [ 179, 180 ], [ 180, 181 ], [ 180, 182 ], [ 182, 183 ], [ 179, 184 ], [ 184, 185 ], [ 178, 186 ], [ 186, 187 ], [ 186, 188 ], [ 174, 189 ], [ 189, 190 ], [ 16, 191 ], [ 191, 192 ], [ 191, 193 ], [ 193, 194 ], [ 194, 195 ], [ 195, 196 ], [ 196, 197 ], [ 195, 198 ], [ 198, 199 ], [ 16, 200 ], [ 200, 201 ], [ 200, 202 ], [ 202, 203 ], [ 203, 204 ], [ 204, 205 ], [ 16, 206 ], [ 206, 207 ], [ 206, 208 ], [ 208, 209 ], [ 209, 210 ], [ 209, 211 ], [ 211, 212 ], [ 208, 213 ], [ 213, 214 ], [ 213, 215 ], [ 208, 216 ], [ 216, 217 ], [ 217, 218 ], [ 218, 219 ], [ 218, 220 ], [ 216, 221 ], [ 221, 222 ], [ 222, 223 ], [ 223, 224 ], [ 222, 225 ], [ 221, 226 ], [ 226, 227 ], [ 226, 228 ], [ 228, 229 ], [ 208, 230 ], [ 230, 231 ], [ 231, 232 ], [ 232, 233 ], [ 16, 234 ], [ 234, 235 ], [ 234, 236 ], [ 236, 237 ], [ 237, 238 ], [ 237, 239 ], [ 236, 241 ], [ 241, 242 ], [ 241, 243 ], [ 243, 244 ], [ 236, 245 ], [ 245, 246 ], [ 245, 247 ], [ 236, 248 ], [ 248, 249 ], [ 249, 250 ], [ 250, 251 ], [ 250, 252 ], [ 249, 253 ], [ 253, 254 ], [ 254, 255 ], [ 254, 256 ], [ 248, 257 ], [ 257, 258 ], [ 258, 259 ], [ 259, 260 ], [ 259, 261 ], [ 261, 262 ], [ 258, 263 ], [ 257, 264 ], [ 264, 265 ], [ 264, 266 ], [ 266, 267 ], [ 236, 268 ], [ 268, 269 ], [ 269, 270 ], [ 270, 271 ], [ 270, 272 ], [ 269, 273 ], [ 269, 274 ], [ 274, 275 ], [ 275, 276 ], [ 274, 277 ], [ 274, 278 ], [ 234, 279 ], [ 279, 280 ], [ 16, 281 ], [ 281, 282 ], [ 281, 283 ], [ 283, 284 ], [ 284, 285 ], [ 284, 286 ], [ 283, 288 ], [ 288, 289 ], [ 289, 290 ], [ 290, 291 ], [ 290, 292 ], [ 288, 293 ], [ 293, 294 ], [ 293, 295 ], [ 288, 296 ], [ 296, 297 ], [ 297, 298 ], [ 288, 299 ], [ 299, 300 ], [ 300, 301 ], [ 301, 302 ], [ 301, 303 ], [ 300, 304 ], [ 304, 305 ], [ 304, 306 ], [ 283, 307 ], [ 307, 308 ], [ 281, 309 ], [ 309, 310 ], [ 281, 311 ], [ 311, 312 ], [ 16, 313 ], [ 313, 314 ], [ 313, 315 ], [ 315, 316 ], [ 316, 317 ], [ 316, 318 ], [ 315, 320 ], [ 320, 321 ], [ 321, 322 ], [ 322, 323 ], [ 322, 324 ], [ 320, 325 ], [ 325, 326 ], [ 325, 327 ], [ 320, 328 ], [ 328, 329 ], [ 329, 330 ], [ 320, 331 ], [ 331, 332 ], [ 332, 333 ], [ 333, 334 ], [ 333, 335 ], [ 332, 336 ], [ 336, 337 ], [ 315, 338 ], [ 338, 339 ], [ 313, 340 ], [ 340, 341 ], [ 16, 342 ], [ 342, 343 ], [ 342, 344 ], [ 344, 345 ], [ 345, 346 ], [ 345, 347 ], [ 344, 348 ], [ 348, 349 ], [ 344, 350 ], [ 350, 351 ], [ 350, 352 ], [ 344, 353 ], [ 353, 354 ], [ 354, 355 ], [ 355, 356 ], [ 356, 357 ], [ 356, 358 ], [ 358, 359 ], [ 355, 360 ], [ 360, 361 ], [ 354, 362 ], [ 362, 363 ], [ 363, 364 ], [ 364, 365 ], [ 365, 366 ], [ 365, 367 ], [ 364, 368 ], [ 368, 369 ], [ 368, 370 ], [ 363, 371 ], [ 371, 372 ], [ 371, 373 ], [ 344, 374 ], [ 374, 375 ], [ 375, 376 ], [ 375, 377 ], [ 374, 378 ], [ 378, 379 ], [ 379, 380 ], [ 379, 381 ], [ 378, 382 ], [ 382, 383 ], [ 382, 384 ], [ 384, 385 ], [ 344, 386 ], [ 386, 387 ], [ 386, 388 ], [ 388, 389 ], [ 389, 390 ], [ 390, 391 ], [ 391, 392 ], [ 391, 393 ], [ 390, 394 ], [ 394, 395 ], [ 394, 396 ], [ 389, 397 ], [ 397, 398 ], [ 398, 399 ], [ 398, 400 ], [ 400, 401 ], [ 401, 402 ], [ 401, 403 ], [ 400, 404 ], [ 404, 405 ], [ 404, 406 ], [ 389, 407 ], [ 407, 408 ], [ 408, 409 ], [ 409, 410 ], [ 409, 411 ], [ 411, 412 ], [ 409, 413 ], [ 388, 414 ], [ 414, 415 ], [ 414, 416 ], [ 416, 417 ], [ 16, 418 ], [ 418, 419 ], [ 418, 420 ], [ 420, 421 ], [ 421, 422 ], [ 421, 423 ], [ 420, 424 ], [ 424, 425 ], [ 420, 426 ], [ 426, 427 ], [ 426, 428 ], [ 420, 429 ], [ 429, 430 ], [ 430, 431 ], [ 431, 432 ], [ 432, 433 ], [ 432, 434 ], [ 434, 435 ], [ 431, 436 ], [ 436, 437 ], [ 430, 438 ], [ 438, 439 ], [ 439, 440 ], [ 440, 441 ], [ 441, 442 ], [ 441, 443 ], [ 440, 444 ], [ 444, 445 ], [ 444, 446 ], [ 439, 447 ], [ 447, 448 ], [ 447, 449 ], [ 420, 450 ], [ 450, 451 ], [ 451, 452 ], [ 451, 453 ], [ 450, 454 ], [ 454, 455 ], [ 455, 456 ], [ 455, 457 ], [ 454, 458 ], [ 458, 459 ], [ 458, 460 ], [ 460, 461 ], [ 420, 462 ], [ 462, 463 ], [ 462, 464 ], [ 464, 465 ], [ 465, 466 ], [ 466, 467 ], [ 467, 468 ], [ 467, 469 ], [ 466, 470 ], [ 470, 471 ], [ 470, 472 ], [ 465, 473 ], [ 473, 474 ], [ 474, 475 ], [ 474, 476 ], [ 476, 477 ], [ 477, 478 ], [ 477, 479 ], [ 476, 480 ], [ 480, 481 ], [ 480, 482 ], [ 465, 483 ], [ 483, 484 ], [ 484, 485 ], [ 485, 486 ], [ 485, 487 ], [ 487, 488 ], [ 485, 489 ], [ 464, 490 ], [ 490, 491 ], [ 490, 492 ], [ 492, 493 ], [ 16, 494 ], [ 494, 495 ], [ 494, 496 ], [ 496, 497 ], [ 497, 498 ], [ 498, 499 ], [ 499, 500 ], [ 500, 501 ], [ 498, 502 ], [ 497, 503 ], [ 503, 504 ], [ 504, 505 ], [ 505, 506 ], [ 505, 507 ], [ 503, 508 ], [ 508, 509 ], [ 509, 510 ], [ 508, 511 ], [ 494, 512 ], [ 512, 513 ] ]
[ "import java.io.ByteArrayInputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.PrintWriter;\nimport java.util.*;\n\nclass Main {\n InputStream is;\n PrintWriter out;\n String INPUT = \"\";\n\n void solve() throws IOException {\n // for (int T = ni();T>0;T--) {\n int d = ni(), t = ni(), s = ni();\n float temp = (float) d/(float) s;\n if(t >= temp)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }\n //}\n\n void run() throws Exception\n {\n is = INPUT.isEmpty() ? System.in : new ByteArrayInputStream(INPUT.getBytes());\n out = new PrintWriter(System.out);\n\n long s = System.currentTimeMillis();\n solve();\n out.flush();\n if(!INPUT.isEmpty())tr(System.currentTimeMillis()-s+\"ms\");\n }\n\n public static void main(String[] args) throws Exception { new Main().run(); }\n\n private byte[] inbuf = new byte[1024];\n public int lenbuf = 0, ptrbuf = 0;\n\n private int readByte()\n {\n if(lenbuf == -1)throw new InputMismatchException();\n if(ptrbuf >= lenbuf){\n ptrbuf = 0;\n try { lenbuf = is.read(inbuf); } catch (IOException e) { throw new InputMismatchException(); }\n if(lenbuf <= 0)return -1;\n }\n return inbuf[ptrbuf++];\n }\n\n private boolean isSpaceChar(int c) { return !(c >= 33 && c <= 126); }\n private int skip() { int b; while((b = readByte()) != -1 && isSpaceChar(b)); return b; }\n\n private double nd() { return Double.parseDouble(ns()); }\n private char nc() { return (char)skip(); }\n\n private String ns()\n {\n int b = skip();\n StringBuilder sb = new StringBuilder();\n while(!(isSpaceChar(b))){ // when nextLine, (isSpaceChar(b) && b != ' ')\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }\n\n private char[] ns(int n)\n {\n char[] buf = new char[n];\n int b = skip(), p = 0;\n while(p < n && !(isSpaceChar(b))){\n buf[p++] = (char)b;\n b = readByte();\n }\n return n == p ? buf : Arrays.copyOf(buf, p);\n }\n\n private char[][] nm(int n, int m)\n {\n char[][] map = new char[n][];\n for(int i = 0;i < n;i++)map[i] = ns(m);\n return map;\n }\n\n private int[] na(int n)\n {\n int[] a = new int[n];\n for(int i = 0;i < n;i++)a[i] = ni();\n return a;\n }\n\n private int ni()\n {\n int num = 0, b;\n boolean minus = false;\n while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if(b == '-'){\n minus = true;\n b = readByte();\n }\n\n while(true){\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }\n }\n\n private long nl()\n {\n long num = 0;\n int b;\n boolean minus = false;\n while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if(b == '-'){\n minus = true;\n b = readByte();\n }\n\n while(true){\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }\n }\n\n private void tr(Object... o) { if(INPUT.length() > 0)System.out.println(Arrays.deepToString(o)); }\n\n}", "import java.io.ByteArrayInputStream;", "ByteArrayInputStream", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.*;", "util.*", "java", "class Main {\n InputStream is;\n PrintWriter out;\n String INPUT = \"\";\n\n void solve() throws IOException {\n // for (int T = ni();T>0;T--) {\n int d = ni(), t = ni(), s = ni();\n float temp = (float) d/(float) s;\n if(t >= temp)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }\n //}\n\n void run() throws Exception\n {\n is = INPUT.isEmpty() ? System.in : new ByteArrayInputStream(INPUT.getBytes());\n out = new PrintWriter(System.out);\n\n long s = System.currentTimeMillis();\n solve();\n out.flush();\n if(!INPUT.isEmpty())tr(System.currentTimeMillis()-s+\"ms\");\n }\n\n public static void main(String[] args) throws Exception { new Main().run(); }\n\n private byte[] inbuf = new byte[1024];\n public int lenbuf = 0, ptrbuf = 0;\n\n private int readByte()\n {\n if(lenbuf == -1)throw new InputMismatchException();\n if(ptrbuf >= lenbuf){\n ptrbuf = 0;\n try { lenbuf = is.read(inbuf); } catch (IOException e) { throw new InputMismatchException(); }\n if(lenbuf <= 0)return -1;\n }\n return inbuf[ptrbuf++];\n }\n\n private boolean isSpaceChar(int c) { return !(c >= 33 && c <= 126); }\n private int skip() { int b; while((b = readByte()) != -1 && isSpaceChar(b)); return b; }\n\n private double nd() { return Double.parseDouble(ns()); }\n private char nc() { return (char)skip(); }\n\n private String ns()\n {\n int b = skip();\n StringBuilder sb = new StringBuilder();\n while(!(isSpaceChar(b))){ // when nextLine, (isSpaceChar(b) && b != ' ')\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }\n\n private char[] ns(int n)\n {\n char[] buf = new char[n];\n int b = skip(), p = 0;\n while(p < n && !(isSpaceChar(b))){\n buf[p++] = (char)b;\n b = readByte();\n }\n return n == p ? buf : Arrays.copyOf(buf, p);\n }\n\n private char[][] nm(int n, int m)\n {\n char[][] map = new char[n][];\n for(int i = 0;i < n;i++)map[i] = ns(m);\n return map;\n }\n\n private int[] na(int n)\n {\n int[] a = new int[n];\n for(int i = 0;i < n;i++)a[i] = ni();\n return a;\n }\n\n private int ni()\n {\n int num = 0, b;\n boolean minus = false;\n while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if(b == '-'){\n minus = true;\n b = readByte();\n }\n\n while(true){\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }\n }\n\n private long nl()\n {\n long num = 0;\n int b;\n boolean minus = false;\n while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if(b == '-'){\n minus = true;\n b = readByte();\n }\n\n while(true){\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }\n }\n\n private void tr(Object... o) { if(INPUT.length() > 0)System.out.println(Arrays.deepToString(o)); }\n\n}", "Main", "InputStream is;", "is", "PrintWriter out;", "out", "String INPUT = \"\";", "INPUT", "\"\"", "private byte[] inbuf = new byte[1024];", "inbuf", "new byte[1024]", "1024", "public int lenbuf = 0", "lenbuf", "0", "ptrbuf = 0;", "ptrbuf", "0", "void solve() throws IOException {\n // for (int T = ni();T>0;T--) {\n int d = ni(), t = ni(), s = ni();\n float temp = (float) d/(float) s;\n if(t >= temp)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }", "solve", "{\n // for (int T = ni();T>0;T--) {\n int d = ni(), t = ni(), s = ni();\n float temp = (float) d/(float) s;\n if(t >= temp)\n out.println(\"Yes\");\n else\n out.println(\"No\");\n }", "int d = ni()", "d", "ni()", "ni", "t = ni()", "t", "ni()", "ni", "s = ni();", "s", "ni()", "ni", "float temp = (float) d/(float) s;", "temp", "(float) d/(float) s", "(float) d", "(float) s", "if(t >= temp)\n out.println(\"Yes\");\n else\n out.println(\"No\");", "t >= temp", "t", "temp", "out.println(\"Yes\")", "out.println", "out", "\"Yes\"", "out.println(\"No\")", "out.println", "out", "\"No\"", "void run() throws Exception\n {\n is = INPUT.isEmpty() ? System.in : new ByteArrayInputStream(INPUT.getBytes());\n out = new PrintWriter(System.out);\n\n long s = System.currentTimeMillis();\n solve();\n out.flush();\n if(!INPUT.isEmpty())tr(System.currentTimeMillis()-s+\"ms\");\n }", "run", "{\n is = INPUT.isEmpty() ? System.in : new ByteArrayInputStream(INPUT.getBytes());\n out = new PrintWriter(System.out);\n\n long s = System.currentTimeMillis();\n solve();\n out.flush();\n if(!INPUT.isEmpty())tr(System.currentTimeMillis()-s+\"ms\");\n }", "is = INPUT.isEmpty() ? System.in : new ByteArrayInputStream(INPUT.getBytes())", "is", "INPUT.isEmpty() ? System.in : new ByteArrayInputStream(INPUT.getBytes())", "INPUT.isEmpty()", "INPUT.isEmpty", "INPUT", "System.in", "System", "System.in", "new ByteArrayInputStream(INPUT.getBytes())", "out = new PrintWriter(System.out)", "out", "new PrintWriter(System.out)", "long s = System.currentTimeMillis();", "s", "System.currentTimeMillis()", "System.currentTimeMillis", "System", "solve()", "solve", "out.flush()", "out.flush", "out", "if(!INPUT.isEmpty())tr(System.currentTimeMillis()-s+\"ms\");", "!INPUT.isEmpty()", "INPUT.isEmpty()", "INPUT.isEmpty", "INPUT", "tr(System.currentTimeMillis()-s+\"ms\")", "tr", "System.currentTimeMillis()-s+\"ms\"", "System.currentTimeMillis()-s", "System.currentTimeMillis()", "System.currentTimeMillis", "System", "s", "\"ms\"", "public static void main(String[] args) throws Exception { new Main().run(); }", "main", "{ new Main().run(); }", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "private int readByte()\n {\n if(lenbuf == -1)throw new InputMismatchException();\n if(ptrbuf >= lenbuf){\n ptrbuf = 0;\n try { lenbuf = is.read(inbuf); } catch (IOException e) { throw new InputMismatchException(); }\n if(lenbuf <= 0)return -1;\n }\n return inbuf[ptrbuf++];\n }", "readByte", "{\n if(lenbuf == -1)throw new InputMismatchException();\n if(ptrbuf >= lenbuf){\n ptrbuf = 0;\n try { lenbuf = is.read(inbuf); } catch (IOException e) { throw new InputMismatchException(); }\n if(lenbuf <= 0)return -1;\n }\n return inbuf[ptrbuf++];\n }", "if(lenbuf == -1)throw new InputMismatchException();", "lenbuf == -1", "lenbuf", "-1", "1", "throw new InputMismatchException();", "new InputMismatchException()", "if(ptrbuf >= lenbuf){\n ptrbuf = 0;\n try { lenbuf = is.read(inbuf); } catch (IOException e) { throw new InputMismatchException(); }\n if(lenbuf <= 0)return -1;\n }", "ptrbuf >= lenbuf", "ptrbuf", "lenbuf", "{\n ptrbuf = 0;\n try { lenbuf = is.read(inbuf); } catch (IOException e) { throw new InputMismatchException(); }\n if(lenbuf <= 0)return -1;\n }", "ptrbuf = 0", "ptrbuf", "0", "try { lenbuf = is.read(inbuf); } catch (IOException e) { throw new InputMismatchException(); }", "catch (IOException e) { throw new InputMismatchException(); }", "IOException e", "{ throw new InputMismatchException(); }", "throw new InputMismatchException();", "new InputMismatchException()", "{ lenbuf = is.read(inbuf); }", "lenbuf = is.read(inbuf)", "lenbuf", "is.read(inbuf)", "is.read", "is", "inbuf", "if(lenbuf <= 0)return -1;", "lenbuf <= 0", "lenbuf", "0", "return -1;", "-1", "1", "return inbuf[ptrbuf++];", "inbuf[ptrbuf++]", "inbuf", "ptrbuf++", "ptrbuf", "private boolean isSpaceChar(int c) { return !(c >= 33 && c <= 126); }", "isSpaceChar", "{ return !(c >= 33 && c <= 126); }", "return !(c >= 33 && c <= 126);", "!(c >= 33 && c <= 126)", "(c >= 33 && c <= 126)", "c >= 33", "c", "33", "c <= 126", "c", "126", "int c", "c", "private int skip() { int b; while((b = readByte()) != -1 && isSpaceChar(b)); return b; }", "skip", "{ int b; while((b = readByte()) != -1 && isSpaceChar(b)); return b; }", "int b;", "b", "while((b = readByte()) != -1 && isSpaceChar(b));", "(b = readByte()) != -1 && isSpaceChar(b)", "(b = readByte()) != -1", "(b = readByte())", "b", "readByte()", "readByte", "-1", "1", "isSpaceChar(b)", "isSpaceChar", "b", "return b;", "b", "private double nd() { return Double.parseDouble(ns()); }", "nd", "{ return Double.parseDouble(ns()); }", "return Double.parseDouble(ns());", "Double.parseDouble(ns())", "Double.parseDouble", "Double", "ns()", "ns", "private char nc() { return (char)skip(); }", "nc", "{ return (char)skip(); }", "return (char)skip();", "(char)skip()", "skip", "private String ns()\n {\n int b = skip();\n StringBuilder sb = new StringBuilder();\n while(!(isSpaceChar(b))){ // when nextLine, (isSpaceChar(b) && b != ' ')\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }", "ns", "{\n int b = skip();\n StringBuilder sb = new StringBuilder();\n while(!(isSpaceChar(b))){ // when nextLine, (isSpaceChar(b) && b != ' ')\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }", "int b = skip();", "b", "skip()", "skip", "StringBuilder sb = new StringBuilder();", "sb", "new StringBuilder()", "while(!(isSpaceChar(b))){ // when nextLine, (isSpaceChar(b) && b != ' ')\n sb.appendCodePoint(b);\n b = readByte();\n }", "!(isSpaceChar(b))", "(isSpaceChar(b))", "isSpaceChar", "b", "{ // when nextLine, (isSpaceChar(b) && b != ' ')\n sb.appendCodePoint(b);\n b = readByte();\n }", "sb.appendCodePoint(b)", "sb.appendCodePoint", "sb", "b", "b = readByte()", "b", "readByte()", "readByte", "return sb.toString();", "sb.toString()", "sb.toString", "sb", "private char[] ns(int n)\n {\n char[] buf = new char[n];\n int b = skip(), p = 0;\n while(p < n && !(isSpaceChar(b))){\n buf[p++] = (char)b;\n b = readByte();\n }\n return n == p ? buf : Arrays.copyOf(buf, p);\n }", "ns", "{\n char[] buf = new char[n];\n int b = skip(), p = 0;\n while(p < n && !(isSpaceChar(b))){\n buf[p++] = (char)b;\n b = readByte();\n }\n return n == p ? buf : Arrays.copyOf(buf, p);\n }", "char[] buf = new char[n];", "buf", "new char[n]", "n", "int b = skip()", "b", "skip()", "skip", "p = 0;", "p", "0", "while(p < n && !(isSpaceChar(b))){\n buf[p++] = (char)b;\n b = readByte();\n }", "p < n && !(isSpaceChar(b))", "p < n", "p", "n", "!(isSpaceChar(b))", "(isSpaceChar(b))", "isSpaceChar", "b", "{\n buf[p++] = (char)b;\n b = readByte();\n }", "buf[p++] = (char)b", "buf[p++]", "buf", "p++", "p", "(char)b", "b = readByte()", "b", "readByte()", "readByte", "return n == p ? buf : Arrays.copyOf(buf, p);", "n == p ? buf : Arrays.copyOf(buf, p)", "n == p", "n", "p", "buf", "Arrays.copyOf(buf, p)", "Arrays.copyOf", "Arrays", "buf", "p", "int n", "n", "private char[][] nm(int n, int m)\n {\n char[][] map = new char[n][];\n for(int i = 0;i < n;i++)map[i] = ns(m);\n return map;\n }", "nm", "{\n char[][] map = new char[n][];\n for(int i = 0;i < n;i++)map[i] = ns(m);\n return map;\n }", "char[][] map = new char[n][];", "map", "new char[n][]", "n", "for(int i = 0;i < n;i++)map[i] = ns(m);", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "map[i] = ns(m);", "map[i] = ns(m)", "map[i]", "map", "i", "ns(m)", "ns", "m", "return map;", "map", "int n", "n", "int m", "m", "private int[] na(int n)\n {\n int[] a = new int[n];\n for(int i = 0;i < n;i++)a[i] = ni();\n return a;\n }", "na", "{\n int[] a = new int[n];\n for(int i = 0;i < n;i++)a[i] = ni();\n return a;\n }", "int[] a = new int[n];", "a", "new int[n]", "n", "for(int i = 0;i < n;i++)a[i] = ni();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "a[i] = ni();", "a[i] = ni()", "a[i]", "a", "i", "ni()", "ni", "return a;", "a", "int n", "n", "private int ni()\n {\n int num = 0, b;\n boolean minus = false;\n while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if(b == '-'){\n minus = true;\n b = readByte();\n }\n\n while(true){\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }\n }", "ni", "{\n int num = 0, b;\n boolean minus = false;\n while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if(b == '-'){\n minus = true;\n b = readByte();\n }\n\n while(true){\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }\n }", "int num = 0", "num", "0", "b;", "b", "boolean minus = false;", "minus", "false", "while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));", "(b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')", "(b = readByte()) != -1", "(b = readByte())", "b", "readByte()", "readByte", "-1", "1", "!((b >= '0' && b <= '9') || b == '-')", "((b >= '0' && b <= '9') || b == '-')", "(b >= '0' && b <= '9')", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "b == '-'", "b", "'-'", "if(b == '-'){\n minus = true;\n b = readByte();\n }", "b == '-'", "b", "'-'", "{\n minus = true;\n b = readByte();\n }", "minus = true", "minus", "true", "b = readByte()", "b", "readByte()", "readByte", "while(true){\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }", "true", "{\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }", "if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }", "b >= '0' && b <= '9'", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "{\n num = num * 10 + (b - '0');\n }", "num = num * 10 + (b - '0')", "num", "num * 10 + (b - '0')", "num * 10", "num", "10", "(b - '0')", "b", "'0'", "{\n return minus ? -num : num;\n }", "return minus ? -num : num;", "minus ? -num : num", "minus", "-num", "num", "num", "b = readByte()", "b", "readByte()", "readByte", "private long nl()\n {\n long num = 0;\n int b;\n boolean minus = false;\n while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if(b == '-'){\n minus = true;\n b = readByte();\n }\n\n while(true){\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }\n }", "nl", "{\n long num = 0;\n int b;\n boolean minus = false;\n while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if(b == '-'){\n minus = true;\n b = readByte();\n }\n\n while(true){\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }\n }", "long num = 0;", "num", "0", "int b;", "b", "boolean minus = false;", "minus", "false", "while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));", "(b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')", "(b = readByte()) != -1", "(b = readByte())", "b", "readByte()", "readByte", "-1", "1", "!((b >= '0' && b <= '9') || b == '-')", "((b >= '0' && b <= '9') || b == '-')", "(b >= '0' && b <= '9')", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "b == '-'", "b", "'-'", "if(b == '-'){\n minus = true;\n b = readByte();\n }", "b == '-'", "b", "'-'", "{\n minus = true;\n b = readByte();\n }", "minus = true", "minus", "true", "b = readByte()", "b", "readByte()", "readByte", "while(true){\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }", "true", "{\n if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }\n b = readByte();\n }", "if(b >= '0' && b <= '9'){\n num = num * 10 + (b - '0');\n }else{\n return minus ? -num : num;\n }", "b >= '0' && b <= '9'", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "{\n num = num * 10 + (b - '0');\n }", "num = num * 10 + (b - '0')", "num", "num * 10 + (b - '0')", "num * 10", "num", "10", "(b - '0')", "b", "'0'", "{\n return minus ? -num : num;\n }", "return minus ? -num : num;", "minus ? -num : num", "minus", "-num", "num", "num", "b = readByte()", "b", "readByte()", "readByte", "private void tr(Object... o) { if(INPUT.length() > 0)System.out.println(Arrays.deepToString(o)); }", "tr", "{ if(INPUT.length() > 0)System.out.println(Arrays.deepToString(o)); }", "if(INPUT.length() > 0)System.out.println(Arrays.deepToString(o));", "INPUT.length() > 0", "INPUT.length()", "INPUT.length", "INPUT", "0", "System.out.println(Arrays.deepToString(o))", "System.out.println", "System.out", "System", "System.out", "Arrays.deepToString(o)", "Arrays.deepToString", "Arrays", "o", "Object... o", "o" ]
import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.util.*; class Main { InputStream is; PrintWriter out; String INPUT = ""; void solve() throws IOException { // for (int T = ni();T>0;T--) { int d = ni(), t = ni(), s = ni(); float temp = (float) d/(float) s; if(t >= temp) out.println("Yes"); else out.println("No"); } //} void run() throws Exception { is = INPUT.isEmpty() ? System.in : new ByteArrayInputStream(INPUT.getBytes()); out = new PrintWriter(System.out); long s = System.currentTimeMillis(); solve(); out.flush(); if(!INPUT.isEmpty())tr(System.currentTimeMillis()-s+"ms"); } public static void main(String[] args) throws Exception { new Main().run(); } private byte[] inbuf = new byte[1024]; public int lenbuf = 0, ptrbuf = 0; private int readByte() { if(lenbuf == -1)throw new InputMismatchException(); if(ptrbuf >= lenbuf){ ptrbuf = 0; try { lenbuf = is.read(inbuf); } catch (IOException e) { throw new InputMismatchException(); } if(lenbuf <= 0)return -1; } return inbuf[ptrbuf++]; } private boolean isSpaceChar(int c) { return !(c >= 33 && c <= 126); } private int skip() { int b; while((b = readByte()) != -1 && isSpaceChar(b)); return b; } private double nd() { return Double.parseDouble(ns()); } private char nc() { return (char)skip(); } private String ns() { int b = skip(); StringBuilder sb = new StringBuilder(); while(!(isSpaceChar(b))){ // when nextLine, (isSpaceChar(b) && b != ' ') sb.appendCodePoint(b); b = readByte(); } return sb.toString(); } private char[] ns(int n) { char[] buf = new char[n]; int b = skip(), p = 0; while(p < n && !(isSpaceChar(b))){ buf[p++] = (char)b; b = readByte(); } return n == p ? buf : Arrays.copyOf(buf, p); } private char[][] nm(int n, int m) { char[][] map = new char[n][]; for(int i = 0;i < n;i++)map[i] = ns(m); return map; } private int[] na(int n) { int[] a = new int[n]; for(int i = 0;i < n;i++)a[i] = ni(); return a; } private int ni() { int num = 0, b; boolean minus = false; while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')); if(b == '-'){ minus = true; b = readByte(); } while(true){ if(b >= '0' && b <= '9'){ num = num * 10 + (b - '0'); }else{ return minus ? -num : num; } b = readByte(); } } private long nl() { long num = 0; int b; boolean minus = false; while((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')); if(b == '-'){ minus = true; b = readByte(); } while(true){ if(b >= '0' && b <= '9'){ num = num * 10 + (b - '0'); }else{ return minus ? -num : num; } b = readByte(); } } private void tr(Object... o) { if(INPUT.length() > 0)System.out.println(Arrays.deepToString(o)); } }
[ 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, 2, 13, 13, 41, 13, 2, 13, 13, 41, 13, 17, 14, 2, 13, 17, 30, 0, 13, 8, 2, 13, 13, 17, 17, 30, 0, 13, 8, 2, 13, 13, 17, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 94, 11 ], [ 94, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 20, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 31, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 39, 41 ], [ 14, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 47, 48 ], [ 47, 49 ], [ 14, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 14, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 57, 59 ], [ 14, 60 ], [ 60, 61 ], [ 60, 62 ], [ 14, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 63, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 70, 74 ], [ 70, 75 ], [ 63, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 79, 83 ], [ 79, 84 ], [ 14, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 85, 90 ], [ 12, 91 ], [ 91, 92 ], [ 0, 93 ], [ 93, 94 ], [ 93, 95 ] ]
[ "import java.util.Scanner;\nimport java.util.Arrays;\nimport java.util.List;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t Scanner sc = new Scanner(System.in);\n\t\tString[] array = sc.nextLine().split(\" \");\n\t\tint target = Integer.parseInt(array[0]);\n\t\tint speed = Integer.parseInt(array[1]);\n\t\tint time = Integer.parseInt(array[2]);\n\t\tint calc = target / speed;\n\t\tint amari = target % speed;\n\t\tString result = \"\";\n\t\tif (amari > 0) {\n\t\t\tresult = calc < time ? \"Yes\" : \"No\";\n\t\t} else {\n\t\t\tresult = calc <= time ? \"Yes\" : \"No\";\n\t\t}\n\t System.out.println(result);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.List;", "List", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t Scanner sc = new Scanner(System.in);\n\t\tString[] array = sc.nextLine().split(\" \");\n\t\tint target = Integer.parseInt(array[0]);\n\t\tint speed = Integer.parseInt(array[1]);\n\t\tint time = Integer.parseInt(array[2]);\n\t\tint calc = target / speed;\n\t\tint amari = target % speed;\n\t\tString result = \"\";\n\t\tif (amari > 0) {\n\t\t\tresult = calc < time ? \"Yes\" : \"No\";\n\t\t} else {\n\t\t\tresult = calc <= time ? \"Yes\" : \"No\";\n\t\t}\n\t System.out.println(result);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t Scanner sc = new Scanner(System.in);\n\t\tString[] array = sc.nextLine().split(\" \");\n\t\tint target = Integer.parseInt(array[0]);\n\t\tint speed = Integer.parseInt(array[1]);\n\t\tint time = Integer.parseInt(array[2]);\n\t\tint calc = target / speed;\n\t\tint amari = target % speed;\n\t\tString result = \"\";\n\t\tif (amari > 0) {\n\t\t\tresult = calc < time ? \"Yes\" : \"No\";\n\t\t} else {\n\t\t\tresult = calc <= time ? \"Yes\" : \"No\";\n\t\t}\n\t System.out.println(result);\n\t}", "main", "{\n\t Scanner sc = new Scanner(System.in);\n\t\tString[] array = sc.nextLine().split(\" \");\n\t\tint target = Integer.parseInt(array[0]);\n\t\tint speed = Integer.parseInt(array[1]);\n\t\tint time = Integer.parseInt(array[2]);\n\t\tint calc = target / speed;\n\t\tint amari = target % speed;\n\t\tString result = \"\";\n\t\tif (amari > 0) {\n\t\t\tresult = calc < time ? \"Yes\" : \"No\";\n\t\t} else {\n\t\t\tresult = calc <= time ? \"Yes\" : \"No\";\n\t\t}\n\t System.out.println(result);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String[] array = sc.nextLine().split(\" \");", "array", "sc.nextLine().split(\" \")", "sc.nextLine().split", "sc.nextLine()", "sc.nextLine", "sc", "\" \"", "int target = Integer.parseInt(array[0]);", "target", "Integer.parseInt(array[0])", "Integer.parseInt", "Integer", "array[0]", "array", "0", "int speed = Integer.parseInt(array[1]);", "speed", "Integer.parseInt(array[1])", "Integer.parseInt", "Integer", "array[1]", "array", "1", "int time = Integer.parseInt(array[2]);", "time", "Integer.parseInt(array[2])", "Integer.parseInt", "Integer", "array[2]", "array", "2", "int calc = target / speed;", "calc", "target / speed", "target", "speed", "int amari = target % speed;", "amari", "target % speed", "target", "speed", "String result = \"\";", "result", "\"\"", "if (amari > 0) {\n\t\t\tresult = calc < time ? \"Yes\" : \"No\";\n\t\t} else {\n\t\t\tresult = calc <= time ? \"Yes\" : \"No\";\n\t\t}", "amari > 0", "amari", "0", "{\n\t\t\tresult = calc < time ? \"Yes\" : \"No\";\n\t\t}", "result = calc < time ? \"Yes\" : \"No\"", "result", "calc < time ? \"Yes\" : \"No\"", "calc < time", "calc", "time", "\"Yes\"", "\"No\"", "{\n\t\t\tresult = calc <= time ? \"Yes\" : \"No\";\n\t\t}", "result = calc <= time ? \"Yes\" : \"No\"", "result", "calc <= time ? \"Yes\" : \"No\"", "calc <= time", "calc", "time", "\"Yes\"", "\"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 Scanner sc = new Scanner(System.in);\n\t\tString[] array = sc.nextLine().split(\" \");\n\t\tint target = Integer.parseInt(array[0]);\n\t\tint speed = Integer.parseInt(array[1]);\n\t\tint time = Integer.parseInt(array[2]);\n\t\tint calc = target / speed;\n\t\tint amari = target % speed;\n\t\tString result = \"\";\n\t\tif (amari > 0) {\n\t\t\tresult = calc < time ? \"Yes\" : \"No\";\n\t\t} else {\n\t\t\tresult = calc <= time ? \"Yes\" : \"No\";\n\t\t}\n\t System.out.println(result);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t Scanner sc = new Scanner(System.in);\n\t\tString[] array = sc.nextLine().split(\" \");\n\t\tint target = Integer.parseInt(array[0]);\n\t\tint speed = Integer.parseInt(array[1]);\n\t\tint time = Integer.parseInt(array[2]);\n\t\tint calc = target / speed;\n\t\tint amari = target % speed;\n\t\tString result = \"\";\n\t\tif (amari > 0) {\n\t\t\tresult = calc < time ? \"Yes\" : \"No\";\n\t\t} else {\n\t\t\tresult = calc <= time ? \"Yes\" : \"No\";\n\t\t}\n\t System.out.println(result);\n\t}\n}", "Main" ]
import java.util.Scanner; import java.util.Arrays; import java.util.List; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String[] array = sc.nextLine().split(" "); int target = Integer.parseInt(array[0]); int speed = Integer.parseInt(array[1]); int time = Integer.parseInt(array[2]); int calc = target / speed; int amari = target % speed; String result = ""; if (amari > 0) { result = calc < time ? "Yes" : "No"; } else { result = calc <= time ? "Yes" : "No"; } 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, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 18, 13, 13, 41, 13, 18, 13, 13, 41, 13, 20, 41, 13, 20, 41, 13, 20, 4, 18, 13, 17, 13, 13, 4, 18, 13, 23, 13, 6, 13, 12, 13, 30, 41, 13, 17, 42, 2, 40, 13, 17, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 2, 17, 13, 13, 41, 13, 2, 13, 17, 14, 2, 13, 13, 30, 4, 18, 13, 17, 30, 4, 18, 13, 17, 23, 13, 23, 13, 23, 13, 6, 13, 41, 13, 41, 13, 20, 17, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 23, 13, 12, 13, 30, 14, 2, 13, 40, 17, 30, 37, 20, 14, 2, 13, 13, 30, 0, 13, 17, 38, 5, 13, 30, 37, 20, 30, 0, 13, 4, 18, 13, 13, 14, 2, 13, 17, 30, 29, 40, 17, 29, 18, 13, 40, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 30, 0, 13, 4, 13, 41, 13, 17, 14, 2, 13, 17, 30, 0, 13, 40, 17, 0, 13, 4, 13, 41, 13, 17, 42, 40, 4, 13, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 30, 37, 20, 0, 13, 17, 0, 13, 2, 13, 17, 0, 13, 4, 13, 29, 2, 13, 13, 12, 13, 30, 14, 2, 13, 17, 30, 29, 4, 18, 13, 13, 29, 4, 13, 13, 23, 13, 12, 13, 30, 29, 2, 2, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 40, 17, 23, 13, 6, 13, 12, 13, 23, 13, 6, 13, 41, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 0, 18, 36, 13, 20, 23, 13, 12, 13, 30, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 14, 2, 13, 17, 30, 4, 18, 13, 17, 4, 18, 13, 18, 13, 13, 23, 13, 12, 13, 30, 4, 13, 13, 4, 18, 13, 23, 13, 12, 13, 30, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 19, 20 ], [ 19, 21 ], [ 0, 22 ], [ 22, 23 ], [ 22, 24 ], [ 0, 25 ], [ 25, 26 ], [ 25, 27 ], [ 0, 28 ], [ 28, 29 ], [ 28, 30 ], [ 0, 31 ], [ 31, 32 ], [ 31, 33 ], [ 0, 34 ], [ 393, 35 ], [ 393, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 38, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 38, 49 ], [ 49, 50 ], [ 49, 51 ], [ 38, 52 ], [ 52, 53 ], [ 52, 54 ], [ 38, 55 ], [ 55, 56 ], [ 55, 57 ], [ 38, 58 ], [ 58, 59 ], [ 59, 60 ], [ 58, 61 ], [ 58, 62 ], [ 58, 63 ], [ 38, 64 ], [ 64, 65 ], [ 65, 66 ], [ 36, 67 ], [ 67, 68 ], [ 393, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 78, 81 ], [ 77, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 85, 86 ], [ 86, 87 ], [ 82, 88 ], [ 88, 89 ], [ 88, 90 ], [ 90, 91 ], [ 91, 92 ], [ 82, 93 ], [ 93, 94 ], [ 93, 95 ], [ 95, 96 ], [ 96, 97 ], [ 82, 98 ], [ 98, 99 ], [ 98, 100 ], [ 100, 101 ], [ 101, 102 ], [ 101, 103 ], [ 100, 104 ], [ 82, 105 ], [ 105, 106 ], [ 105, 107 ], [ 107, 108 ], [ 107, 109 ], [ 82, 110 ], [ 110, 111 ], [ 111, 112 ], [ 111, 113 ], [ 110, 114 ], [ 114, 115 ], [ 115, 116 ], [ 116, 117 ], [ 115, 118 ], [ 110, 119 ], [ 119, 120 ], [ 120, 121 ], [ 121, 122 ], [ 120, 123 ], [ 71, 124 ], [ 124, 125 ], [ 71, 126 ], [ 126, 127 ], [ 71, 128 ], [ 128, 129 ], [ 393, 130 ], [ 130, 131 ], [ 130, 132 ], [ 132, 133 ], [ 130, 134 ], [ 134, 135 ], [ 134, 136 ], [ 130, 138 ], [ 138, 139 ], [ 130, 140 ], [ 140, 141 ], [ 130, 142 ], [ 142, 143 ], [ 130, 144 ], [ 144, 145 ], [ 144, 146 ], [ 146, 147 ], [ 147, 148 ], [ 148, 149 ], [ 148, 150 ], [ 147, 151 ], [ 144, 152 ], [ 152, 153 ], [ 130, 154 ], [ 154, 155 ], [ 154, 156 ], [ 156, 157 ], [ 157, 158 ], [ 158, 159 ], [ 158, 160 ], [ 160, 161 ], [ 157, 162 ], [ 162, 163 ], [ 163, 164 ], [ 156, 165 ], [ 165, 166 ], [ 166, 167 ], [ 166, 168 ], [ 165, 169 ], [ 169, 170 ], [ 170, 171 ], [ 170, 172 ], [ 169, 173 ], [ 173, 174 ], [ 174, 175 ], [ 174, 176 ], [ 176, 177 ], [ 177, 178 ], [ 173, 179 ], [ 179, 180 ], [ 180, 181 ], [ 180, 182 ], [ 182, 183 ], [ 183, 184 ], [ 182, 185 ], [ 169, 186 ], [ 186, 187 ], [ 187, 188 ], [ 187, 189 ], [ 186, 190 ], [ 190, 191 ], [ 191, 192 ], [ 192, 193 ], [ 156, 194 ], [ 194, 195 ], [ 195, 196 ], [ 195, 197 ], [ 197, 198 ], [ 130, 199 ], [ 199, 200 ], [ 199, 201 ], [ 201, 202 ], [ 202, 203 ], [ 202, 204 ], [ 204, 205 ], [ 201, 206 ], [ 206, 207 ], [ 207, 208 ], [ 207, 209 ], [ 206, 210 ], [ 210, 211 ], [ 211, 212 ], [ 211, 213 ], [ 213, 214 ], [ 201, 215 ], [ 215, 216 ], [ 215, 217 ], [ 201, 218 ], [ 218, 219 ], [ 219, 220 ], [ 219, 221 ], [ 218, 222 ], [ 222, 223 ], [ 223, 224 ], [ 223, 225 ], [ 225, 226 ], [ 222, 227 ], [ 227, 228 ], [ 227, 229 ], [ 229, 230 ], [ 201, 231 ], [ 231, 232 ], [ 231, 233 ], [ 201, 234 ], [ 234, 235 ], [ 235, 236 ], [ 236, 237 ], [ 236, 238 ], [ 234, 239 ], [ 239, 240 ], [ 240, 241 ], [ 241, 242 ], [ 242, 243 ], [ 242, 244 ], [ 241, 245 ], [ 245, 246 ], [ 245, 247 ], [ 240, 248 ], [ 248, 249 ], [ 249, 250 ], [ 239, 251 ], [ 251, 252 ], [ 251, 253 ], [ 239, 254 ], [ 254, 255 ], [ 254, 256 ], [ 256, 257 ], [ 256, 258 ], [ 239, 259 ], [ 259, 260 ], [ 259, 261 ], [ 261, 262 ], [ 201, 263 ], [ 263, 264 ], [ 264, 265 ], [ 264, 266 ], [ 130, 267 ], [ 267, 268 ], [ 267, 269 ], [ 269, 270 ], [ 270, 271 ], [ 271, 272 ], [ 271, 273 ], [ 270, 274 ], [ 274, 275 ], [ 275, 276 ], [ 276, 277 ], [ 277, 278 ], [ 276, 279 ], [ 269, 280 ], [ 280, 281 ], [ 281, 282 ], [ 281, 283 ], [ 267, 284 ], [ 284, 285 ], [ 130, 286 ], [ 286, 287 ], [ 286, 288 ], [ 288, 289 ], [ 289, 290 ], [ 293, 291 ], [ 303, 292 ], [ 300, 293 ], [ 293, 294 ], [ 294, 295 ], [ 294, 296 ], [ 293, 297 ], [ 297, 298 ], [ 297, 299 ], [ 300, 300 ], [ 300, 301 ], [ 300, 302 ], [ 303, 303 ], [ 303, 304 ], [ 303, 305 ], [ 293, 306 ], [ 306, 307 ], [ 306, 308 ], [ 308, 309 ], [ 286, 310 ], [ 310, 311 ], [ 130, 312 ], [ 312, 313 ], [ 312, 314 ], [ 314, 315 ], [ 314, 316 ], [ 316, 317 ], [ 393, 318 ], [ 318, 319 ], [ 318, 320 ], [ 320, 321 ], [ 318, 322 ], [ 322, 323 ], [ 322, 324 ], [ 324, 325 ], [ 325, 326 ], [ 325, 327 ], [ 322, 328 ], [ 328, 329 ], [ 318, 330 ], [ 330, 331 ], [ 330, 332 ], [ 332, 333 ], [ 333, 334 ], [ 334, 335 ], [ 334, 336 ], [ 333, 337 ], [ 330, 338 ], [ 338, 339 ], [ 318, 340 ], [ 340, 341 ], [ 340, 342 ], [ 342, 343 ], [ 343, 344 ], [ 344, 345 ], [ 345, 346 ], [ 345, 347 ], [ 343, 348 ], [ 348, 349 ], [ 348, 350 ], [ 350, 351 ], [ 350, 352 ], [ 343, 353 ], [ 353, 354 ], [ 354, 355 ], [ 343, 356 ], [ 357, 357 ], [ 357, 358 ], [ 358, 359 ], [ 359, 360 ], [ 359, 361 ], [ 358, 362 ], [ 362, 363 ], [ 363, 364 ], [ 364, 365 ], [ 363, 366 ], [ 357, 367 ], [ 367, 368 ], [ 368, 369 ], [ 367, 370 ], [ 370, 371 ], [ 370, 372 ], [ 340, 373 ], [ 373, 374 ], [ 318, 375 ], [ 375, 376 ], [ 375, 377 ], [ 377, 378 ], [ 378, 379 ], [ 378, 380 ], [ 377, 381 ], [ 381, 382 ], [ 382, 383 ], [ 375, 384 ], [ 384, 385 ], [ 318, 386 ], [ 386, 387 ], [ 386, 388 ], [ 388, 389 ], [ 389, 390 ], [ 390, 391 ], [ 0, 392 ], [ 392, 393 ], [ 392, 394 ] ]
[ "import java.io.OutputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.io.BufferedWriter;\nimport java.io.Writer;\nimport java.io.OutputStreamWriter;\nimport java.util.InputMismatchException;\nimport java.io.IOException;\nimport java.io.InputStream;\n\n/**\n * Built using CHelper plug-in\n * Actual solution is at the top\n */\npublic class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n ADontBeLate solver = new ADontBeLate();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class ADontBeLate {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int ntc = 1;\n// ntc = in.nextInt();\n while ((ntc--) > 0) {\n int d = in.nextInt();\n int t = in.nextInt();\n int s = in.nextInt();\n double tt = ((double) 10000000 * d) / s;\n double t1 = (double) t * 10000000;\n\n if (tt <= t1) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; ++i) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }\n\n public void println(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n }\n}\n", "import java.io.OutputStream;", "OutputStream", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.OutputStream;", "OutputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.io.BufferedWriter;", "BufferedWriter", "java.io", "import java.io.Writer;", "Writer", "java.io", "import java.io.OutputStreamWriter;", "OutputStreamWriter", "java.io", "import java.util.InputMismatchException;", "InputMismatchException", "java.util", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n ADontBeLate solver = new ADontBeLate();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class ADontBeLate {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int ntc = 1;\n// ntc = in.nextInt();\n while ((ntc--) > 0) {\n int d = in.nextInt();\n int t = in.nextInt();\n int s = in.nextInt();\n double tt = ((double) 10000000 * d) / s;\n double t1 = (double) t * 10000000;\n\n if (tt <= t1) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; ++i) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }\n\n public void println(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n }\n}", "Main", "public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n ADontBeLate solver = new ADontBeLate();\n solver.solve(1, in, out);\n out.close();\n }", "main", "{\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n ADontBeLate solver = new ADontBeLate();\n solver.solve(1, in, out);\n out.close();\n }", "InputStream inputStream = System.in;", "inputStream", "System.in", "System", "System.in", "OutputStream outputStream = System.out;", "outputStream", "System.out", "System", "System.out", "InputReader in = new InputReader(inputStream);", "in", "new InputReader(inputStream)", "OutputWriter out = new OutputWriter(outputStream);", "out", "new OutputWriter(outputStream)", "ADontBeLate solver = new ADontBeLate();", "solver", "new ADontBeLate()", "solver.solve(1, in, out)", "solver.solve", "solver", "1", "in", "out", "out.close()", "out.close", "out", "String[] args", "args", "static class ADontBeLate {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int ntc = 1;\n// ntc = in.nextInt();\n while ((ntc--) > 0) {\n int d = in.nextInt();\n int t = in.nextInt();\n int s = in.nextInt();\n double tt = ((double) 10000000 * d) / s;\n double t1 = (double) t * 10000000;\n\n if (tt <= t1) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }\n\n }", "ADontBeLate", "public void solve(int testNumber, InputReader in, OutputWriter out) {\n int ntc = 1;\n// ntc = in.nextInt();\n while ((ntc--) > 0) {\n int d = in.nextInt();\n int t = in.nextInt();\n int s = in.nextInt();\n double tt = ((double) 10000000 * d) / s;\n double t1 = (double) t * 10000000;\n\n if (tt <= t1) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }", "solve", "{\n int ntc = 1;\n// ntc = in.nextInt();\n while ((ntc--) > 0) {\n int d = in.nextInt();\n int t = in.nextInt();\n int s = in.nextInt();\n double tt = ((double) 10000000 * d) / s;\n double t1 = (double) t * 10000000;\n\n if (tt <= t1) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }", "int ntc = 1;", "ntc", "1", "while ((ntc--) > 0) {\n int d = in.nextInt();\n int t = in.nextInt();\n int s = in.nextInt();\n double tt = ((double) 10000000 * d) / s;\n double t1 = (double) t * 10000000;\n\n if (tt <= t1) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }", "(ntc--) > 0", "(ntc--)", "ntc", "0", "{\n int d = in.nextInt();\n int t = in.nextInt();\n int s = in.nextInt();\n double tt = ((double) 10000000 * d) / s;\n double t1 = (double) t * 10000000;\n\n if (tt <= t1) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }", "int d = in.nextInt();", "d", "in.nextInt()", "in.nextInt", "in", "int t = in.nextInt();", "t", "in.nextInt()", "in.nextInt", "in", "int s = in.nextInt();", "s", "in.nextInt()", "in.nextInt", "in", "double tt = ((double) 10000000 * d) / s;", "tt", "((double) 10000000 * d) / s", "((double) 10000000 * d)", "(double) 10000000", "d", "s", "double t1 = (double) t * 10000000;", "t1", "(double) t * 10000000", "(double) t", "10000000", "if (tt <= t1) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }", "tt <= t1", "tt", "t1", "{\n out.println(\"Yes\");\n }", "out.println(\"Yes\")", "out.println", "out", "\"Yes\"", "{\n out.println(\"No\");\n }", "out.println(\"No\")", "out.println", "out", "\"No\"", "int testNumber", "testNumber", "InputReader in", "in", "OutputWriter out", "out", "static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }", "InputReader", "private InputStream stream;", "stream", "private byte[] buf = new byte[1024];", "buf", "new byte[1024]", "1024", "private int curChar;", "curChar", "private int numChars;", "numChars", "private InputReader.SpaceCharFilter filter;", "filter", "public InputReader(InputStream stream) {\n this.stream = stream;\n }", "InputReader", "{\n this.stream = stream;\n }", "this.stream = stream", "this.stream", "this", "this.stream", "stream", "InputStream stream", "stream", "public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }", "read", "{\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }", "if (numChars == -1) {\n throw new InputMismatchException();\n }", "numChars == -1", "numChars", "-1", "1", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }", "curChar >= numChars", "curChar", "numChars", "{\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }", "curChar = 0", "curChar", "0", "try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }", "catch (IOException e) {\n throw new InputMismatchException();\n }", "IOException e", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "{\n numChars = stream.read(buf);\n }", "numChars = stream.read(buf)", "numChars", "stream.read(buf)", "stream.read", "stream", "buf", "if (numChars <= 0) {\n return -1;\n }", "numChars <= 0", "numChars", "0", "{\n return -1;\n }", "return -1;", "-1", "1", "return buf[curChar++];", "buf[curChar++]", "buf", "curChar++", "curChar", "public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "nextInt", "{\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "int c = read();", "c", "read()", "read", "while (isSpaceChar(c)) {\n c = read();\n }", "isSpaceChar(c)", "isSpaceChar", "c", "{\n c = read();\n }", "c = read()", "c", "read()", "read", "int sgn = 1;", "sgn", "1", "if (c == '-') {\n sgn = -1;\n c = read();\n }", "c == '-'", "c", "'-'", "{\n sgn = -1;\n c = read();\n }", "sgn = -1", "sgn", "-1", "1", "c = read()", "c", "read()", "read", "int res = 0;", "res", "0", "do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n }", "if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }", "c < '0' || c > '9'", "c < '0'", "c", "'0'", "c > '9'", "c", "'9'", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "res *= 10", "res", "10", "res += c - '0'", "res", "c - '0'", "c", "'0'", "c = read()", "c", "read()", "read", "return res * sgn;", "res * sgn", "res", "sgn", "public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }", "isSpaceChar", "{\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }", "if (filter != null) {\n return filter.isSpaceChar(c);\n }", "filter != null", "filter", "null", "{\n return filter.isSpaceChar(c);\n }", "return filter.isSpaceChar(c);", "filter.isSpaceChar(c)", "filter.isSpaceChar", "filter", "c", "return isWhitespace(c);", "isWhitespace(c)", "isWhitespace", "c", "int c", "c", "public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }", "isWhitespace", "{\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }", "return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;", "c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1", "c == '\\t'", "c == '\\r'", "c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1", "c == ' '", "c", "' '", "c == '\\n'", "c", "'\\n'", "c == '\\r'", "c", "'\\r'", "c == '\\t'", "c", "'\\t'", "c == -1", "c", "-1", "1", "int c", "c", "public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }", "SpaceCharFilter", "public boolean isSpaceChar(int ch);", "isSpaceChar", "int ch", "ch", "static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; ++i) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }\n\n public void println(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n }", "OutputWriter", "private final PrintWriter writer;", "writer", "public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }", "OutputWriter", "{\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }", "writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))", "writer", "new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))", "OutputStream outputStream", "outputStream", "public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }", "OutputWriter", "{\n this.writer = new PrintWriter(writer);\n }", "this.writer = new PrintWriter(writer)", "this.writer", "this", "this.writer", "new PrintWriter(writer)", "Writer writer", "writer", "public void print(Object... objects) {\n for (int i = 0; i < objects.length; ++i) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }", "print", "{\n for (int i = 0; i < objects.length; ++i) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }", "for (int i = 0; i < objects.length; ++i) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < objects.length", "i", "objects.length", "objects", "objects.length", "++i", "++i", "i", "{\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }", "{\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }", "if (i != 0) {\n writer.print(' ');\n }", "i != 0", "i", "0", "{\n writer.print(' ');\n }", "writer.print(' ')", "writer.print", "writer", "' '", "writer.print(objects[i])", "writer.print", "writer", "objects[i]", "objects", "i", "Object... objects", "objects", "public void println(Object... objects) {\n print(objects);\n writer.println();\n }", "println", "{\n print(objects);\n writer.println();\n }", "print(objects)", "print", "objects", "writer.println()", "writer.println", "writer", "Object... objects", "objects", "public void close() {\n writer.close();\n }", "close", "{\n writer.close();\n }", "writer.close()", "writer.close", "writer", "public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n ADontBeLate solver = new ADontBeLate();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class ADontBeLate {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int ntc = 1;\n// ntc = in.nextInt();\n while ((ntc--) > 0) {\n int d = in.nextInt();\n int t = in.nextInt();\n int s = in.nextInt();\n double tt = ((double) 10000000 * d) / s;\n double t1 = (double) t * 10000000;\n\n if (tt <= t1) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; ++i) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }\n\n public void println(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n }\n}", "public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n ADontBeLate solver = new ADontBeLate();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class ADontBeLate {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int ntc = 1;\n// ntc = in.nextInt();\n while ((ntc--) > 0) {\n int d = in.nextInt();\n int t = in.nextInt();\n int s = in.nextInt();\n double tt = ((double) 10000000 * d) / s;\n double t1 = (double) t * 10000000;\n\n if (tt <= t1) {\n out.println(\"Yes\");\n } else {\n out.println(\"No\");\n }\n }\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; ++i) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }\n\n public void println(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n }\n}", "Main" ]
import java.io.OutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.PrintWriter; import java.io.BufferedWriter; import java.io.Writer; import java.io.OutputStreamWriter; import java.util.InputMismatchException; import java.io.IOException; import java.io.InputStream; /** * Built using CHelper plug-in * Actual solution is at the top */ public class Main { public static void main(String[] args) { InputStream inputStream = System.in; OutputStream outputStream = System.out; InputReader in = new InputReader(inputStream); OutputWriter out = new OutputWriter(outputStream); ADontBeLate solver = new ADontBeLate(); solver.solve(1, in, out); out.close(); } static class ADontBeLate { public void solve(int testNumber, InputReader in, OutputWriter out) { int ntc = 1; // ntc = in.nextInt(); while ((ntc--) > 0) { int d = in.nextInt(); int t = in.nextInt(); int s = in.nextInt(); double tt = ((double) 10000000 * d) / s; double t1 = (double) t * 10000000; if (tt <= t1) { out.println("Yes"); } else { out.println("No"); } } } } static class InputReader { private InputStream stream; private byte[] buf = new byte[1024]; private int curChar; private int numChars; private InputReader.SpaceCharFilter filter; public InputReader(InputStream stream) { this.stream = stream; } public int read() { if (numChars == -1) { throw new InputMismatchException(); } if (curChar >= numChars) { curChar = 0; try { numChars = stream.read(buf); } catch (IOException e) { throw new InputMismatchException(); } if (numChars <= 0) { return -1; } } return buf[curChar++]; } public int nextInt() { int c = read(); while (isSpaceChar(c)) { c = read(); } int sgn = 1; if (c == '-') { sgn = -1; c = read(); } int res = 0; do { if (c < '0' || c > '9') { throw new InputMismatchException(); } res *= 10; res += c - '0'; c = read(); } while (!isSpaceChar(c)); return res * sgn; } public boolean isSpaceChar(int c) { if (filter != null) { return filter.isSpaceChar(c); } return isWhitespace(c); } public static boolean isWhitespace(int c) { return c == ' ' || c == '\n' || c == '\r' || c == '\t' || c == -1; } public interface SpaceCharFilter { public boolean isSpaceChar(int ch); } } static class OutputWriter { private final PrintWriter writer; public OutputWriter(OutputStream outputStream) { writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream))); } public OutputWriter(Writer writer) { this.writer = new PrintWriter(writer); } public void print(Object... objects) { for (int i = 0; i < objects.length; ++i) { if (i != 0) { writer.print(' '); } writer.print(objects[i]); } } public void println(Object... objects) { print(objects); writer.println(); } public void close() { writer.close(); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 2, 13, 17, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 34, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 6, 52 ], [ 52, 53 ] ]
[ "import java.util.*;\nclass Main {\n public static void main(String[] args) {\n \n Scanner sc=new Scanner(System.in);\n int D=sc.nextInt();\n double T=sc.nextInt();\n int S=sc.nextInt();\n double g=(double)(D/(S*1.0));\n if(g <= T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}", "import java.util.*;", "util.*", "java", "class Main {\n public static void main(String[] args) {\n \n Scanner sc=new Scanner(System.in);\n int D=sc.nextInt();\n double T=sc.nextInt();\n int S=sc.nextInt();\n double g=(double)(D/(S*1.0));\n if(g <= T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n \n Scanner sc=new Scanner(System.in);\n int D=sc.nextInt();\n double T=sc.nextInt();\n int S=sc.nextInt();\n double g=(double)(D/(S*1.0));\n if(g <= T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }", "main", "{\n \n Scanner sc=new Scanner(System.in);\n int D=sc.nextInt();\n double T=sc.nextInt();\n int S=sc.nextInt();\n double g=(double)(D/(S*1.0));\n if(g <= T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n }", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "int D=sc.nextInt();", "D", "sc.nextInt()", "sc.nextInt", "sc", "double T=sc.nextInt();", "T", "sc.nextInt()", "sc.nextInt", "sc", "int S=sc.nextInt();", "S", "sc.nextInt()", "sc.nextInt", "sc", "double g=(double)(D/(S*1.0));", "g", "(double)(D/(S*1.0))", "D", "(S*1.0)", "S", "1.0", "if(g <= T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }", "g <= T", "g", "T", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args" ]
import java.util.*; class Main { public static void main(String[] args) { Scanner sc=new Scanner(System.in); int D=sc.nextInt(); double T=sc.nextInt(); int S=sc.nextInt(); double g=(double)(D/(S*1.0)); if(g <= T){ 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, 20, 17, 41, 13, 4, 18, 4, 18, 13, 17, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 4, 18, 18, 13, 13, 8, 2, 2, 18, 13, 17, 2, 18, 13, 17, 18, 13, 17, 17, 17, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 24, 29 ], [ 14, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 35, 37 ], [ 30, 38 ], [ 38, 39 ], [ 39, 40 ], [ 30, 41 ], [ 42, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 14, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 60, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 68, 69 ], [ 68, 70 ], [ 59, 71 ], [ 58, 72 ], [ 58, 73 ], [ 12, 74 ], [ 74, 75 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int[] dts = new int[3];\n String[] str = br.readLine().split(\" \");\n for (int i = 0; i < 3; i++) {\n dts[i] = Integer.parseInt(str[i]);\n }\n System.out.println(dts[0] - dts[1] * dts[2] <= 0 ? \"Yes\" : \"No\");\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int[] dts = new int[3];\n String[] str = br.readLine().split(\" \");\n for (int i = 0; i < 3; i++) {\n dts[i] = Integer.parseInt(str[i]);\n }\n System.out.println(dts[0] - dts[1] * dts[2] <= 0 ? \"Yes\" : \"No\");\n }\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int[] dts = new int[3];\n String[] str = br.readLine().split(\" \");\n for (int i = 0; i < 3; i++) {\n dts[i] = Integer.parseInt(str[i]);\n }\n System.out.println(dts[0] - dts[1] * dts[2] <= 0 ? \"Yes\" : \"No\");\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int[] dts = new int[3];\n String[] str = br.readLine().split(\" \");\n for (int i = 0; i < 3; i++) {\n dts[i] = Integer.parseInt(str[i]);\n }\n System.out.println(dts[0] - dts[1] * dts[2] <= 0 ? \"Yes\" : \"No\");\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int[] dts = new int[3];", "dts", "new int[3]", "3", "String[] str = br.readLine().split(\" \");", "str", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "for (int i = 0; i < 3; i++) {\n dts[i] = Integer.parseInt(str[i]);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < 3", "i", "3", "i++", "i++", "i", "{\n dts[i] = Integer.parseInt(str[i]);\n }", "{\n dts[i] = Integer.parseInt(str[i]);\n }", "dts[i] = Integer.parseInt(str[i])", "dts[i]", "dts", "i", "Integer.parseInt(str[i])", "Integer.parseInt", "Integer", "str[i]", "str", "i", "System.out.println(dts[0] - dts[1] * dts[2] <= 0 ? \"Yes\" : \"No\")", "System.out.println", "System.out", "System", "System.out", "dts[0] - dts[1] * dts[2] <= 0 ? \"Yes\" : \"No\"", "dts[0] - dts[1] * dts[2] <= 0", "dts[0] - dts[1] * dts[2]", "dts[0]", "dts", "0", "dts[1] * dts[2]", "dts[1]", "dts", "1", "dts[2]", "dts", "2", "0", "\"Yes\"", "\"No\"", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int[] dts = new int[3]; String[] str = br.readLine().split(" "); for (int i = 0; i < 3; i++) { dts[i] = Integer.parseInt(str[i]); } System.out.println(dts[0] - dts[1] * dts[2] <= 0 ? "Yes" : "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, 2, 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 ], [ 6, 7 ], [ 6, 8 ], [ 4, 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 ], [ 29, 31 ], [ 11, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 32, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 44, 49 ], [ 9, 50 ], [ 50, 51 ] ]
[ "import java.util.*;\nclass Main{\n \tstatic Scanner scan = new Scanner(System.in);\n\tpublic static void main(String[] args) {\n \tdouble D = scan.nextDouble();\n \tdouble T = scan.nextDouble();\n \tdouble S = scan.nextDouble();\n \tdouble reqTime = (D / S);\n \tif(reqTime > T) {\n \tSystem.out.println(\"No\");\n }else {\n \tSystem.out.println(\"Yes\");\n }\n }\n}", "import java.util.*;", "util.*", "java", "class Main{\n \tstatic Scanner scan = new Scanner(System.in);\n\tpublic static void main(String[] args) {\n \tdouble D = scan.nextDouble();\n \tdouble T = scan.nextDouble();\n \tdouble S = scan.nextDouble();\n \tdouble reqTime = (D / S);\n \tif(reqTime > T) {\n \tSystem.out.println(\"No\");\n }else {\n \tSystem.out.println(\"Yes\");\n }\n }\n}", "Main", "static Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "public static void main(String[] args) {\n \tdouble D = scan.nextDouble();\n \tdouble T = scan.nextDouble();\n \tdouble S = scan.nextDouble();\n \tdouble reqTime = (D / S);\n \tif(reqTime > T) {\n \tSystem.out.println(\"No\");\n }else {\n \tSystem.out.println(\"Yes\");\n }\n }", "main", "{\n \tdouble D = scan.nextDouble();\n \tdouble T = scan.nextDouble();\n \tdouble S = scan.nextDouble();\n \tdouble reqTime = (D / S);\n \tif(reqTime > T) {\n \tSystem.out.println(\"No\");\n }else {\n \tSystem.out.println(\"Yes\");\n }\n }", "double D = scan.nextDouble();", "D", "scan.nextDouble()", "scan.nextDouble", "scan", "double T = scan.nextDouble();", "T", "scan.nextDouble()", "scan.nextDouble", "scan", "double S = scan.nextDouble();", "S", "scan.nextDouble()", "scan.nextDouble", "scan", "double reqTime = (D / S);", "reqTime", "(D / S)", "D", "S", "if(reqTime > T) {\n \tSystem.out.println(\"No\");\n }else {\n \tSystem.out.println(\"Yes\");\n }", "reqTime > T", "reqTime", "T", "{\n \tSystem.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "{\n \tSystem.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{ static Scanner scan = new Scanner(System.in); public static void main(String[] args) { double D = scan.nextDouble(); double T = scan.nextDouble(); double S = scan.nextDouble(); double reqTime = (D / S); if(reqTime > T) { System.out.println("No"); }else { System.out.println("Yes"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 14, 2, 2, 13, 13, 13, 30, 0, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 54, 5 ], [ 54, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 10, 12 ], [ 9, 13 ], [ 13, 14 ], [ 14, 15 ], [ 14, 16 ], [ 13, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 13, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 13, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 13, 32 ], [ 32, 33 ], [ 32, 34 ], [ 13, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 35, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 13, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 6, 51 ], [ 51, 52 ], [ 0, 53 ], [ 53, 54 ], [ 53, 55 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n int d = sc.nextInt();\n int t = sc.nextInt();\n\t\t int s = sc.nextInt(); // minutes\n\t\t \n\t\t String ans = \"Yes\";\n\n\t\t if (s*t < d) {\n\t\t\t ans = \"No\";\n\t\t }\n\n\n\n System.out.println(ans);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t}\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n int d = sc.nextInt();\n int t = sc.nextInt();\n\t\t int s = sc.nextInt(); // minutes\n\t\t \n\t\t String ans = \"Yes\";\n\n\t\t if (s*t < d) {\n\t\t\t ans = \"No\";\n\t\t }\n\n\n\n System.out.println(ans);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n int d = sc.nextInt();\n int t = sc.nextInt();\n\t\t int s = sc.nextInt(); // minutes\n\t\t \n\t\t String ans = \"Yes\";\n\n\t\t if (s*t < d) {\n\t\t\t ans = \"No\";\n\t\t }\n\n\n\n System.out.println(ans);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t}\n\t}", "main", "{\n\t\t// TODO Auto-generated method stub\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n int d = sc.nextInt();\n int t = sc.nextInt();\n\t\t int s = sc.nextInt(); // minutes\n\t\t \n\t\t String ans = \"Yes\";\n\n\t\t if (s*t < d) {\n\t\t\t ans = \"No\";\n\t\t }\n\n\n\n System.out.println(ans);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t}\n\t}", "try (Scanner sc = new Scanner(System.in)) {\n int d = sc.nextInt();\n int t = sc.nextInt();\n\t\t int s = sc.nextInt(); // minutes\n\t\t \n\t\t String ans = \"Yes\";\n\n\t\t if (s*t < d) {\n\t\t\t ans = \"No\";\n\t\t }\n\n\n\n System.out.println(ans);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t}", "catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t}", "Exception e", "{\n\t\t\t// TODO: handle exception\n\t\t}", "{\n int d = sc.nextInt();\n int t = sc.nextInt();\n\t\t int s = sc.nextInt(); // minutes\n\t\t \n\t\t String ans = \"Yes\";\n\n\t\t if (s*t < d) {\n\t\t\t ans = \"No\";\n\t\t }\n\n\n\n System.out.println(ans);\n\n\t\t}", "Scanner sc = new Scanner(System.in)", "Scanner sc = new Scanner(System.in)", "new Scanner(System.in)", "int d = sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "String ans = \"Yes\";", "ans", "\"Yes\"", "if (s*t < d) {\n\t\t\t ans = \"No\";\n\t\t }", "s*t < d", "s*t", "s", "t", "d", "{\n\t\t\t ans = \"No\";\n\t\t }", "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) {\n\t\t// TODO Auto-generated method stub\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n int d = sc.nextInt();\n int t = sc.nextInt();\n\t\t int s = sc.nextInt(); // minutes\n\t\t \n\t\t String ans = \"Yes\";\n\n\t\t if (s*t < d) {\n\t\t\t ans = \"No\";\n\t\t }\n\n\n\n System.out.println(ans);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t}\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n int d = sc.nextInt();\n int t = sc.nextInt();\n\t\t int s = sc.nextInt(); // minutes\n\t\t \n\t\t String ans = \"Yes\";\n\n\t\t if (s*t < d) {\n\t\t\t ans = \"No\";\n\t\t }\n\n\n\n System.out.println(ans);\n\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t}\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO Auto-generated method stub try (Scanner sc = new Scanner(System.in)) { int d = sc.nextInt(); int t = sc.nextInt(); int s = sc.nextInt(); // minutes String ans = "Yes"; if (s*t < d) { ans = "No"; } System.out.println(ans); } catch (Exception e) { // TODO: handle exception } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 30, 14, 2, 2, 2, 13, 13, 13, 2, 2, 13, 13, 17, 4, 18, 13, 17, 4, 18, 13, 17, 4, 18, 13, 17, 4, 18, 13, 23, 13, 12, 13, 30, 41, 13, 18, 13, 13, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 18, 13, 13, 18, 13, 13, 30, 0, 13, 17, 3, 29, 13, 23, 13, 23, 13, 12, 13, 30, 29, 2, 2, 13, 13, 4, 13, 13, 13, 23, 13, 23, 13, 12, 13, 30, 14, 2, 13, 17, 29, 13, 29, 4, 13, 13, 2, 13, 13, 23, 13, 23, 13, 6, 13, 41, 13, 20, 41, 13, 20, 12, 13, 30, 42, 40, 4, 18, 13, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 258, 8 ], [ 258, 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 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 11, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 11, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 33, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 41, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 40, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 40, 56 ], [ 56, 57 ], [ 57, 58 ], [ 56, 59 ], [ 33, 60 ], [ 60, 61 ], [ 61, 62 ], [ 60, 63 ], [ 11, 64 ], [ 64, 65 ], [ 65, 66 ], [ 9, 67 ], [ 67, 68 ], [ 258, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 74, 75 ], [ 74, 76 ], [ 71, 77 ], [ 77, 78 ], [ 77, 79 ], [ 71, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 80, 85 ], [ 85, 86 ], [ 85, 87 ], [ 80, 88 ], [ 88, 89 ], [ 89, 90 ], [ 80, 91 ], [ 92, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 94, 98 ], [ 98, 99 ], [ 98, 100 ], [ 93, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 101, 105 ], [ 71, 106 ], [ 106, 107 ], [ 69, 108 ], [ 108, 109 ], [ 69, 110 ], [ 110, 111 ], [ 258, 112 ], [ 112, 113 ], [ 112, 114 ], [ 114, 115 ], [ 115, 116 ], [ 116, 117 ], [ 117, 118 ], [ 117, 119 ], [ 116, 120 ], [ 120, 121 ], [ 120, 122 ], [ 120, 123 ], [ 112, 124 ], [ 124, 125 ], [ 112, 126 ], [ 126, 127 ], [ 258, 128 ], [ 128, 129 ], [ 128, 130 ], [ 130, 131 ], [ 131, 132 ], [ 132, 133 ], [ 132, 134 ], [ 131, 135 ], [ 135, 136 ], [ 131, 137 ], [ 137, 138 ], [ 138, 139 ], [ 138, 140 ], [ 138, 141 ], [ 141, 142 ], [ 141, 143 ], [ 128, 144 ], [ 144, 145 ], [ 128, 146 ], [ 146, 147 ], [ 258, 148 ], [ 148, 149 ], [ 148, 150 ], [ 150, 151 ], [ 150, 152 ], [ 148, 153 ], [ 153, 154 ], [ 153, 155 ], [ 148, 156 ], [ 156, 157 ], [ 156, 158 ], [ 158, 159 ], [ 159, 160 ], [ 160, 161 ], [ 161, 162 ], [ 162, 163 ], [ 159, 164 ], [ 164, 165 ], [ 165, 166 ], [ 165, 167 ], [ 167, 168 ], [ 168, 169 ], [ 169, 170 ], [ 164, 171 ], [ 171, 172 ], [ 172, 173 ], [ 172, 174 ], [ 158, 175 ], [ 175, 176 ], [ 176, 177 ], [ 177, 178 ], [ 148, 179 ], [ 179, 180 ], [ 179, 181 ], [ 181, 182 ], [ 182, 183 ], [ 183, 184 ], [ 184, 185 ], [ 183, 186 ], [ 186, 187 ], [ 148, 188 ], [ 188, 189 ], [ 188, 190 ], [ 190, 191 ], [ 191, 192 ], [ 192, 193 ], [ 193, 194 ], [ 192, 195 ], [ 195, 196 ], [ 148, 197 ], [ 197, 198 ], [ 197, 199 ], [ 199, 200 ], [ 200, 201 ], [ 200, 202 ], [ 199, 204 ], [ 204, 205 ], [ 205, 206 ], [ 206, 207 ], [ 206, 208 ], [ 204, 209 ], [ 209, 210 ], [ 209, 211 ], [ 204, 212 ], [ 212, 213 ], [ 213, 214 ], [ 204, 215 ], [ 215, 216 ], [ 216, 217 ], [ 217, 218 ], [ 217, 219 ], [ 216, 220 ], [ 220, 221 ], [ 199, 222 ], [ 222, 223 ], [ 197, 224 ], [ 224, 225 ], [ 148, 226 ], [ 226, 227 ], [ 226, 228 ], [ 228, 229 ], [ 229, 230 ], [ 229, 231 ], [ 228, 233 ], [ 233, 234 ], [ 234, 235 ], [ 235, 236 ], [ 235, 237 ], [ 233, 238 ], [ 238, 239 ], [ 238, 240 ], [ 233, 241 ], [ 241, 242 ], [ 242, 243 ], [ 233, 244 ], [ 244, 245 ], [ 245, 246 ], [ 246, 247 ], [ 246, 248 ], [ 245, 249 ], [ 249, 250 ], [ 228, 251 ], [ 251, 252 ], [ 226, 253 ], [ 253, 254 ], [ 226, 255 ], [ 255, 256 ], [ 0, 257 ], [ 257, 258 ], [ 257, 259 ] ]
[ "import java.io.*;\nimport java.util.*;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n FastScanner in = new FastScanner();\n PrintWriter out = new PrintWriter(System.out);\n int d = in.nextInt(), t = in.nextInt() , s = in.nextInt();\n if(d/s<=t) {\n \tif(d/s==t&&d%s!=0) out.println(\"No\");\n \telse out.println(\"Yes\");\n }\n else out.println(\"No\");\n out.flush();\n\t}\n\t\n\tstatic class FastScanner {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(\"\");\n\t\t\n\t\tString next() {\n\t\t\twhile(!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tint[] readArray(int n) {\n\t\t\tint a[] = new int[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextInt();\n\t\t\treturn a;\n\t\t}\n\t\t\n\t\tlong[] readArray(int n,long x) {\n\t\t\tlong a[] = new long[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextLong();\n\t\t\treturn a;\n\t\t}\n\t\t\n\t}\n\t\n\tstatic boolean arrayEquals(char a[], char b[]) {\n\t\tint n = a.length;\n\t\tboolean verdict = true;\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tif(a[i]!=b[i]) {\n\t\t\t\tverdict = false;break;\n\t\t\t}\n\t\t}\n\t\treturn verdict;\n\t}\n\t\n\tstatic long lcm(long a, long b) {\n\t\treturn (a*b)/gcd(a,b);\n\t}\n\t\n\tstatic long gcd(long a, long b) {\n\t\tif(b==0) return a;\n\t\telse return gcd(b,a%b);\n\t}\n}\n\n\n\n\n\n\n\n\n", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n\n\tpublic static void main(String[] args) {\n FastScanner in = new FastScanner();\n PrintWriter out = new PrintWriter(System.out);\n int d = in.nextInt(), t = in.nextInt() , s = in.nextInt();\n if(d/s<=t) {\n \tif(d/s==t&&d%s!=0) out.println(\"No\");\n \telse out.println(\"Yes\");\n }\n else out.println(\"No\");\n out.flush();\n\t}\n\t\n\tstatic class FastScanner {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(\"\");\n\t\t\n\t\tString next() {\n\t\t\twhile(!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tint[] readArray(int n) {\n\t\t\tint a[] = new int[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextInt();\n\t\t\treturn a;\n\t\t}\n\t\t\n\t\tlong[] readArray(int n,long x) {\n\t\t\tlong a[] = new long[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextLong();\n\t\t\treturn a;\n\t\t}\n\t\t\n\t}\n\t\n\tstatic boolean arrayEquals(char a[], char b[]) {\n\t\tint n = a.length;\n\t\tboolean verdict = true;\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tif(a[i]!=b[i]) {\n\t\t\t\tverdict = false;break;\n\t\t\t}\n\t\t}\n\t\treturn verdict;\n\t}\n\t\n\tstatic long lcm(long a, long b) {\n\t\treturn (a*b)/gcd(a,b);\n\t}\n\t\n\tstatic long gcd(long a, long b) {\n\t\tif(b==0) return a;\n\t\telse return gcd(b,a%b);\n\t}\n}", "Main", "public static void main(String[] args) {\n FastScanner in = new FastScanner();\n PrintWriter out = new PrintWriter(System.out);\n int d = in.nextInt(), t = in.nextInt() , s = in.nextInt();\n if(d/s<=t) {\n \tif(d/s==t&&d%s!=0) out.println(\"No\");\n \telse out.println(\"Yes\");\n }\n else out.println(\"No\");\n out.flush();\n\t}", "main", "{\n FastScanner in = new FastScanner();\n PrintWriter out = new PrintWriter(System.out);\n int d = in.nextInt(), t = in.nextInt() , s = in.nextInt();\n if(d/s<=t) {\n \tif(d/s==t&&d%s!=0) out.println(\"No\");\n \telse out.println(\"Yes\");\n }\n else out.println(\"No\");\n out.flush();\n\t}", "FastScanner in = new FastScanner();", "in", "new FastScanner()", "PrintWriter out = new PrintWriter(System.out);", "out", "new PrintWriter(System.out)", "int d = in.nextInt()", "d", "in.nextInt()", "in.nextInt", "in", "t = in.nextInt()", "t", "in.nextInt()", "in.nextInt", "in", "s = in.nextInt();", "s", "in.nextInt()", "in.nextInt", "in", "if(d/s<=t) {\n \tif(d/s==t&&d%s!=0) out.println(\"No\");\n \telse out.println(\"Yes\");\n }\n else out.println(\"No\");", "d/s<=t", "d/s", "d", "s", "t", "{\n \tif(d/s==t&&d%s!=0) out.println(\"No\");\n \telse out.println(\"Yes\");\n }", "if(d/s==t&&d%s!=0) out.println(\"No\");\n \telse out.println(\"Yes\");", "d/s==t&&d%s!=0", "d/s==t", "d/s", "d", "s", "t", "d%s!=0", "d%s", "d", "s", "0", "out.println(\"No\")", "out.println", "out", "\"No\"", "out.println(\"Yes\")", "out.println", "out", "\"Yes\"", "out.println(\"No\")", "out.println", "out", "\"No\"", "out.flush()", "out.flush", "out", "String[] args", "args", "static boolean arrayEquals(char a[], char b[]) {\n\t\tint n = a.length;\n\t\tboolean verdict = true;\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tif(a[i]!=b[i]) {\n\t\t\t\tverdict = false;break;\n\t\t\t}\n\t\t}\n\t\treturn verdict;\n\t}", "arrayEquals", "{\n\t\tint n = a.length;\n\t\tboolean verdict = true;\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tif(a[i]!=b[i]) {\n\t\t\t\tverdict = false;break;\n\t\t\t}\n\t\t}\n\t\treturn verdict;\n\t}", "int n = a.length;", "n", "a.length", "a", "a.length", "boolean verdict = true;", "verdict", "true", "for(int i=0;i<n;i++) {\n\t\t\tif(a[i]!=b[i]) {\n\t\t\t\tverdict = false;break;\n\t\t\t}\n\t\t}", "int i=0;", "int i=0;", "i", "0", "i<n", "i", "n", "i++", "i++", "i", "{\n\t\t\tif(a[i]!=b[i]) {\n\t\t\t\tverdict = false;break;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(a[i]!=b[i]) {\n\t\t\t\tverdict = false;break;\n\t\t\t}\n\t\t}", "if(a[i]!=b[i]) {\n\t\t\t\tverdict = false;break;\n\t\t\t}", "a[i]!=b[i]", "a[i]", "a", "i", "b[i]", "b", "i", "{\n\t\t\t\tverdict = false;break;\n\t\t\t}", "verdict = false", "verdict", "false", "break;", "return verdict;", "verdict", "char a[]", "a", "char b[]", "b", "static long lcm(long a, long b) {\n\t\treturn (a*b)/gcd(a,b);\n\t}", "lcm", "{\n\t\treturn (a*b)/gcd(a,b);\n\t}", "return (a*b)/gcd(a,b);", "(a*b)/gcd(a,b)", "(a*b)", "a", "b", "gcd(a,b)", "gcd", "a", "b", "long a", "a", "long b", "b", "static long gcd(long a, long b) {\n\t\tif(b==0) return a;\n\t\telse return gcd(b,a%b);\n\t}", "gcd", "{\n\t\tif(b==0) return a;\n\t\telse return gcd(b,a%b);\n\t}", "if(b==0) return a;\n\t\telse return gcd(b,a%b);", "b==0", "b", "0", "return a;", "a", "return gcd(b,a%b);", "gcd(b,a%b)", "gcd", "b", "a%b", "a", "b", "long a", "a", "long b", "b", "static class FastScanner {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(\"\");\n\t\t\n\t\tString next() {\n\t\t\twhile(!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tint[] readArray(int n) {\n\t\t\tint a[] = new int[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextInt();\n\t\t\treturn a;\n\t\t}\n\t\t\n\t\tlong[] readArray(int n,long x) {\n\t\t\tlong a[] = new long[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextLong();\n\t\t\treturn a;\n\t\t}\n\t\t\n\t}", "FastScanner", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st = new StringTokenizer(\"\");", "st", "new StringTokenizer(\"\")", "String next() {\n\t\t\twhile(!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}", "next", "{\n\t\t\twhile(!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}", "while(!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "try {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "IOException e", "{\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "nextInt", "{\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "long nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}", "nextLong", "{\n\t\t\treturn Long.parseLong(next());\n\t\t}", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "int[] readArray(int n) {\n\t\t\tint a[] = new int[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextInt();\n\t\t\treturn a;\n\t\t}", "readArray", "{\n\t\t\tint a[] = new int[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextInt();\n\t\t\treturn a;\n\t\t}", "int a[] = new int[n];", "a", "new int[n]", "n", "for(int i=0;i<n;i++) a[i] = nextInt();", "int i=0;", "int i=0;", "i", "0", "i<n", "i", "n", "i++", "i++", "i", "a[i] = nextInt();", "a[i] = nextInt()", "a[i]", "a", "i", "nextInt()", "nextInt", "return a;", "a", "int n", "n", "long[] readArray(int n,long x) {\n\t\t\tlong a[] = new long[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextLong();\n\t\t\treturn a;\n\t\t}", "readArray", "{\n\t\t\tlong a[] = new long[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextLong();\n\t\t\treturn a;\n\t\t}", "long a[] = new long[n];", "a", "new long[n]", "n", "for(int i=0;i<n;i++) a[i] = nextLong();", "int i=0;", "int i=0;", "i", "0", "i<n", "i", "n", "i++", "i++", "i", "a[i] = nextLong();", "a[i] = nextLong()", "a[i]", "a", "i", "nextLong()", "nextLong", "return a;", "a", "int n", "n", "long x", "x", "public class Main {\n\n\tpublic static void main(String[] args) {\n FastScanner in = new FastScanner();\n PrintWriter out = new PrintWriter(System.out);\n int d = in.nextInt(), t = in.nextInt() , s = in.nextInt();\n if(d/s<=t) {\n \tif(d/s==t&&d%s!=0) out.println(\"No\");\n \telse out.println(\"Yes\");\n }\n else out.println(\"No\");\n out.flush();\n\t}\n\t\n\tstatic class FastScanner {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(\"\");\n\t\t\n\t\tString next() {\n\t\t\twhile(!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tint[] readArray(int n) {\n\t\t\tint a[] = new int[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextInt();\n\t\t\treturn a;\n\t\t}\n\t\t\n\t\tlong[] readArray(int n,long x) {\n\t\t\tlong a[] = new long[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextLong();\n\t\t\treturn a;\n\t\t}\n\t\t\n\t}\n\t\n\tstatic boolean arrayEquals(char a[], char b[]) {\n\t\tint n = a.length;\n\t\tboolean verdict = true;\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tif(a[i]!=b[i]) {\n\t\t\t\tverdict = false;break;\n\t\t\t}\n\t\t}\n\t\treturn verdict;\n\t}\n\t\n\tstatic long lcm(long a, long b) {\n\t\treturn (a*b)/gcd(a,b);\n\t}\n\t\n\tstatic long gcd(long a, long b) {\n\t\tif(b==0) return a;\n\t\telse return gcd(b,a%b);\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n FastScanner in = new FastScanner();\n PrintWriter out = new PrintWriter(System.out);\n int d = in.nextInt(), t = in.nextInt() , s = in.nextInt();\n if(d/s<=t) {\n \tif(d/s==t&&d%s!=0) out.println(\"No\");\n \telse out.println(\"Yes\");\n }\n else out.println(\"No\");\n out.flush();\n\t}\n\t\n\tstatic class FastScanner {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(\"\");\n\t\t\n\t\tString next() {\n\t\t\twhile(!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tint[] readArray(int n) {\n\t\t\tint a[] = new int[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextInt();\n\t\t\treturn a;\n\t\t}\n\t\t\n\t\tlong[] readArray(int n,long x) {\n\t\t\tlong a[] = new long[n];\n\t\t\tfor(int i=0;i<n;i++) a[i] = nextLong();\n\t\t\treturn a;\n\t\t}\n\t\t\n\t}\n\t\n\tstatic boolean arrayEquals(char a[], char b[]) {\n\t\tint n = a.length;\n\t\tboolean verdict = true;\n\t\tfor(int i=0;i<n;i++) {\n\t\t\tif(a[i]!=b[i]) {\n\t\t\t\tverdict = false;break;\n\t\t\t}\n\t\t}\n\t\treturn verdict;\n\t}\n\t\n\tstatic long lcm(long a, long b) {\n\t\treturn (a*b)/gcd(a,b);\n\t}\n\t\n\tstatic long gcd(long a, long b) {\n\t\tif(b==0) return a;\n\t\telse return gcd(b,a%b);\n\t}\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { public static void main(String[] args) { FastScanner in = new FastScanner(); PrintWriter out = new PrintWriter(System.out); int d = in.nextInt(), t = in.nextInt() , s = in.nextInt(); if(d/s<=t) { if(d/s==t&&d%s!=0) out.println("No"); else out.println("Yes"); } else out.println("No"); out.flush(); } static class FastScanner { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st = new StringTokenizer(""); String next() { while(!st.hasMoreTokens()) try { st = new StringTokenizer(br.readLine()); }catch(IOException e) { e.printStackTrace(); } return st.nextToken(); } int nextInt() { return Integer.parseInt(next()); } long nextLong() { return Long.parseLong(next()); } int[] readArray(int n) { int a[] = new int[n]; for(int i=0;i<n;i++) a[i] = nextInt(); return a; } long[] readArray(int n,long x) { long a[] = new long[n]; for(int i=0;i<n;i++) a[i] = nextLong(); return a; } } static boolean arrayEquals(char a[], char b[]) { int n = a.length; boolean verdict = true; for(int i=0;i<n;i++) { if(a[i]!=b[i]) { verdict = false;break; } } return verdict; } static long lcm(long a, long b) { return (a*b)/gcd(a,b); } static long gcd(long a, long b) { if(b==0) return a; else return gcd(b,a%b); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 42, 2, 40, 13, 17, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 6, 13, 41, 13, 12, 13, 30, 0, 13, 20, 12, 13, 30, 41, 13, 4, 18, 4, 18, 13, 29, 4, 18, 13, 13, 12, 13, 30, 41, 13, 4, 18, 4, 18, 13, 29, 4, 18, 13, 13, 12, 13, 30, 29, 4, 18, 4, 18, 13, 12, 13, 30, 29, 4, 18, 4, 18, 4, 18, 13, 17, 12, 13, 30, 41, 13, 4, 18, 36, 41, 13, 20, 18, 13, 13, 41, 13, 17, 28, 13, 13, 30, 30, 0, 18, 13, 40, 13, 4, 18, 13, 13, 29, 13, 6, 13, 12, 13, 30, 41, 13, 18, 13, 13, 14, 2, 13, 17, 29, 17, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 20, 4, 18, 13, 13, 41, 13, 20, 13, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 41, 13, 17, 41, 13, 13, 41, 13, 17, 42, 2, 13, 13, 30, 0, 13, 2, 13, 2, 2, 13, 13, 17, 14, 2, 18, 13, 13, 18, 18, 13, 13, 13, 0, 13, 2, 13, 17, 0, 13, 13, 0, 18, 13, 13, 18, 18, 13, 13, 13, 14, 2, 13, 13, 40, 13, 29, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 0, 18, 36, 13, 13, 23, 13, 23, 13, 12, 13, 30, 14, 2, 18, 36, 13, 18, 13, 13, 29, 4, 18, 13, 18, 36, 13, 18, 13, 13, 29, 4, 18, 13, 18, 13, 13, 18, 36, 13, 23, 13, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 333, 8 ], [ 333, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 11, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 18, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 23, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 23, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 23, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 44 ], [ 39, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 39, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 9, 57 ], [ 57, 58 ], [ 0, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 59, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 59, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 71, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 80, 83 ], [ 59, 84 ], [ 84, 85 ], [ 84, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 86, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 95, 98 ], [ 59, 99 ], [ 99, 100 ], [ 99, 101 ], [ 101, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 105, 106 ], [ 106, 107 ], [ 59, 108 ], [ 108, 109 ], [ 108, 110 ], [ 110, 111 ], [ 111, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 116, 117 ], [ 117, 118 ], [ 112, 119 ], [ 59, 120 ], [ 120, 121 ], [ 120, 122 ], [ 122, 123 ], [ 123, 124 ], [ 123, 125 ], [ 125, 126 ], [ 126, 127 ], [ 122, 128 ], [ 128, 129 ], [ 128, 130 ], [ 131, 132 ], [ 131, 133 ], [ 122, 134 ], [ 134, 135 ], [ 134, 136 ], [ 122, 137 ], [ 137, 138 ], [ 137, 139 ], [ 137, 140 ], [ 141, 141 ], [ 141, 142 ], [ 142, 143 ], [ 143, 144 ], [ 143, 145 ], [ 145, 146 ], [ 142, 147 ], [ 147, 148 ], [ 148, 149 ], [ 147, 150 ], [ 122, 151 ], [ 151, 152 ], [ 0, 153 ], [ 153, 154 ], [ 153, 155 ], [ 155, 156 ], [ 155, 157 ], [ 157, 158 ], [ 158, 159 ], [ 158, 160 ], [ 160, 161 ], [ 160, 162 ], [ 157, 163 ], [ 163, 164 ], [ 164, 165 ], [ 164, 166 ], [ 163, 167 ], [ 167, 168 ], [ 157, 169 ], [ 169, 170 ], [ 169, 171 ], [ 157, 173 ], [ 173, 174 ], [ 174, 175 ], [ 175, 176 ], [ 175, 177 ], [ 173, 178 ], [ 178, 179 ], [ 178, 180 ], [ 173, 181 ], [ 181, 182 ], [ 182, 183 ], [ 173, 184 ], [ 185, 185 ], [ 185, 186 ], [ 186, 187 ], [ 187, 188 ], [ 187, 189 ], [ 186, 190 ], [ 157, 191 ], [ 191, 192 ], [ 192, 193 ], [ 191, 194 ], [ 157, 195 ], [ 195, 196 ], [ 195, 197 ], [ 157, 199 ], [ 199, 200 ], [ 199, 201 ], [ 157, 202 ], [ 202, 203 ], [ 203, 204 ], [ 204, 205 ], [ 204, 206 ], [ 202, 207 ], [ 207, 208 ], [ 207, 209 ], [ 202, 210 ], [ 210, 211 ], [ 211, 212 ], [ 202, 213 ], [ 214, 214 ], [ 214, 215 ], [ 215, 216 ], [ 215, 217 ], [ 214, 218 ], [ 218, 219 ], [ 218, 220 ], [ 214, 221 ], [ 221, 222 ], [ 221, 223 ], [ 214, 224 ], [ 224, 225 ], [ 225, 226 ], [ 225, 227 ], [ 224, 228 ], [ 228, 229 ], [ 229, 230 ], [ 229, 231 ], [ 231, 232 ], [ 231, 233 ], [ 233, 234 ], [ 234, 235 ], [ 234, 236 ], [ 233, 237 ], [ 228, 238 ], [ 238, 239 ], [ 239, 240 ], [ 240, 241 ], [ 240, 242 ], [ 239, 243 ], [ 243, 244 ], [ 244, 245 ], [ 244, 246 ], [ 243, 247 ], [ 238, 248 ], [ 248, 249 ], [ 248, 250 ], [ 250, 251 ], [ 250, 252 ], [ 238, 253 ], [ 253, 254 ], [ 253, 255 ], [ 214, 256 ], [ 256, 257 ], [ 257, 258 ], [ 257, 259 ], [ 256, 260 ], [ 260, 261 ], [ 261, 262 ], [ 261, 263 ], [ 260, 264 ], [ 214, 265 ], [ 265, 266 ], [ 266, 267 ], [ 266, 268 ], [ 265, 269 ], [ 269, 270 ], [ 157, 271 ], [ 271, 272 ], [ 155, 273 ], [ 273, 274 ], [ 0, 275 ], [ 275, 276 ], [ 275, 277 ], [ 277, 278 ], [ 275, 279 ], [ 279, 280 ], [ 275, 281 ], [ 281, 282 ], [ 281, 283 ], [ 283, 284 ], [ 284, 285 ], [ 285, 286 ], [ 285, 287 ], [ 284, 288 ], [ 283, 289 ], [ 289, 290 ], [ 290, 291 ], [ 290, 292 ], [ 289, 293 ], [ 281, 294 ], [ 294, 295 ], [ 281, 296 ], [ 296, 297 ], [ 275, 298 ], [ 298, 299 ], [ 298, 300 ], [ 300, 301 ], [ 301, 302 ], [ 302, 303 ], [ 303, 304 ], [ 303, 305 ], [ 302, 306 ], [ 306, 307 ], [ 306, 308 ], [ 301, 309 ], [ 309, 310 ], [ 310, 311 ], [ 311, 312 ], [ 310, 313 ], [ 313, 314 ], [ 313, 315 ], [ 310, 316 ], [ 316, 317 ], [ 316, 318 ], [ 300, 319 ], [ 319, 320 ], [ 320, 321 ], [ 321, 322 ], [ 320, 323 ], [ 323, 324 ], [ 323, 325 ], [ 320, 326 ], [ 326, 327 ], [ 326, 328 ], [ 298, 329 ], [ 329, 330 ], [ 275, 331 ], [ 0, 332 ], [ 332, 333 ], [ 332, 334 ] ]
[ "import java.io.*;\nimport java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint t=1;//sc.nextInt();\n\t\twhile(t-->0) {\n\t\t\tint d=sc.nextInt();\n\t\t\tint time=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tif(s*time>=d) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}\n\t}\n}\nclass Reader{\n\tBufferedReader reader;\n\tReader(){\n\t\treader=new BufferedReader(new InputStreamReader(System.in));\n\t}\n\tint nextInt() throws IOException{\n\t\tString in=reader.readLine().trim();\n\t\treturn Integer.parseInt(in);\n\t}\n\tlong nextLong() throws IOException{\n\t\tString in=reader.readLine().trim();\n\t\treturn Long.parseLong(in);\n\t}\n\tString next() throws IOException{\n\t\treturn reader.readLine().trim();\n\t}\n\tString[] stringArray() throws IOException{\n\t\treturn reader.readLine().trim().split(\"\\\\s+\");\n\t}\n\tint[] intArray() throws IOException{\n\t\tString[] inp=this.stringArray();\n\t\tint[] arr=new int[inp.length];\n\t\tint i=0;\n\t\tfor(String s:inp) {\n\t\t\tarr[i++]=Integer.parseInt(s);\n\t\t}\n\t\treturn arr;\n\t}\n}\nclass Solution {\n public int maxEnvelopes(int[][] envel) {\n int n=envel.length;\n if(n==0) return 0;\n env[] arr=new env[n];\n for(int i=0;i<n;i++){\n arr[i]=new env(envel[i][0],envel[i][1]);\n }\n //[[4,5],[4,6],[6,7],[2,3],[1,1]]\n Arrays.sort(arr);\n int[] dp=new int[n];\n int size=0;\n for(int i=0;i<n;i++){\n int left = 0, right = size, middle = 0; // right = size\n while(left < right) {\n middle = left + (right - left) / 2;\n if(dp[middle] < arr[i].w) left = middle + 1;\n else right = middle;\n }\n \n // left is the right position to 'replace' in dp array\n dp[left] = arr[i].w;\n if(left == size) size++;\n }\n return size;\n }\n}\nclass env implements Comparable<env>{\n int l,w;\n env(int l,int w){\n this.l=l;this.w=w;\n }\n public int compareTo(env other){\n if(this.l!=other.l) return Integer.compare(this.l,other.l);\n return Integer.compare(other.w,this.w);\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint t=1;//sc.nextInt();\n\t\twhile(t-->0) {\n\t\t\tint d=sc.nextInt();\n\t\t\tint time=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tif(s*time>=d) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) throws IOException{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint t=1;//sc.nextInt();\n\t\twhile(t-->0) {\n\t\t\tint d=sc.nextInt();\n\t\t\tint time=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tif(s*time>=d) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}\n\t}", "main", "{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint t=1;//sc.nextInt();\n\t\twhile(t-->0) {\n\t\t\tint d=sc.nextInt();\n\t\t\tint time=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tif(s*time>=d) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}\n\t}", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "int t=1;", "t", "1", "while(t-->0) {\n\t\t\tint d=sc.nextInt();\n\t\t\tint time=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tif(s*time>=d) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}", "t-->0", "t--", "t", "0", "{\n\t\t\tint d=sc.nextInt();\n\t\t\tint time=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tif(s*time>=d) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}", "int d=sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int time=sc.nextInt();", "time", "sc.nextInt()", "sc.nextInt", "sc", "int s=sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "if(s*time>=d) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");", "s*time>=d", "s*time", "s", "time", "d", "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", "class Reader{\n\tBufferedReader reader;\n\tReader(){\n\t\treader=new BufferedReader(new InputStreamReader(System.in));\n\t}\n\tint nextInt() throws IOException{\n\t\tString in=reader.readLine().trim();\n\t\treturn Integer.parseInt(in);\n\t}\n\tlong nextLong() throws IOException{\n\t\tString in=reader.readLine().trim();\n\t\treturn Long.parseLong(in);\n\t}\n\tString next() throws IOException{\n\t\treturn reader.readLine().trim();\n\t}\n\tString[] stringArray() throws IOException{\n\t\treturn reader.readLine().trim().split(\"\\\\s+\");\n\t}\n\tint[] intArray() throws IOException{\n\t\tString[] inp=this.stringArray();\n\t\tint[] arr=new int[inp.length];\n\t\tint i=0;\n\t\tfor(String s:inp) {\n\t\t\tarr[i++]=Integer.parseInt(s);\n\t\t}\n\t\treturn arr;\n\t}\n}", "Reader", "BufferedReader reader;", "reader", "Reader(){\n\t\treader=new BufferedReader(new InputStreamReader(System.in));\n\t}", "Reader", "{\n\t\treader=new BufferedReader(new InputStreamReader(System.in));\n\t}", "reader=new BufferedReader(new InputStreamReader(System.in))", "reader", "new BufferedReader(new InputStreamReader(System.in))", "int nextInt() throws IOException{\n\t\tString in=reader.readLine().trim();\n\t\treturn Integer.parseInt(in);\n\t}", "nextInt", "{\n\t\tString in=reader.readLine().trim();\n\t\treturn Integer.parseInt(in);\n\t}", "String in=reader.readLine().trim();", "in", "reader.readLine().trim()", "reader.readLine().trim", "reader.readLine()", "reader.readLine", "reader", "return Integer.parseInt(in);", "Integer.parseInt(in)", "Integer.parseInt", "Integer", "in", "long nextLong() throws IOException{\n\t\tString in=reader.readLine().trim();\n\t\treturn Long.parseLong(in);\n\t}", "nextLong", "{\n\t\tString in=reader.readLine().trim();\n\t\treturn Long.parseLong(in);\n\t}", "String in=reader.readLine().trim();", "in", "reader.readLine().trim()", "reader.readLine().trim", "reader.readLine()", "reader.readLine", "reader", "return Long.parseLong(in);", "Long.parseLong(in)", "Long.parseLong", "Long", "in", "String next() throws IOException{\n\t\treturn reader.readLine().trim();\n\t}", "next", "{\n\t\treturn reader.readLine().trim();\n\t}", "return reader.readLine().trim();", "reader.readLine().trim()", "reader.readLine().trim", "reader.readLine()", "reader.readLine", "reader", "String[] stringArray() throws IOException{\n\t\treturn reader.readLine().trim().split(\"\\\\s+\");\n\t}", "stringArray", "{\n\t\treturn reader.readLine().trim().split(\"\\\\s+\");\n\t}", "return reader.readLine().trim().split(\"\\\\s+\");", "reader.readLine().trim().split(\"\\\\s+\")", "reader.readLine().trim().split", "reader.readLine().trim()", "reader.readLine().trim", "reader.readLine()", "reader.readLine", "reader", "\"\\\\s+\"", "int[] intArray() throws IOException{\n\t\tString[] inp=this.stringArray();\n\t\tint[] arr=new int[inp.length];\n\t\tint i=0;\n\t\tfor(String s:inp) {\n\t\t\tarr[i++]=Integer.parseInt(s);\n\t\t}\n\t\treturn arr;\n\t}", "intArray", "{\n\t\tString[] inp=this.stringArray();\n\t\tint[] arr=new int[inp.length];\n\t\tint i=0;\n\t\tfor(String s:inp) {\n\t\t\tarr[i++]=Integer.parseInt(s);\n\t\t}\n\t\treturn arr;\n\t}", "String[] inp=this.stringArray();", "inp", "this.stringArray()", "this.stringArray", "this", "int[] arr=new int[inp.length];", "arr", "new int[inp.length]", "inp.length", "inp", "inp.length", "int i=0;", "i", "0", "for(String s:inp) {\n\t\t\tarr[i++]=Integer.parseInt(s);\n\t\t}", "String s", "inp", "{\n\t\t\tarr[i++]=Integer.parseInt(s);\n\t\t}", "{\n\t\t\tarr[i++]=Integer.parseInt(s);\n\t\t}", "arr[i++]=Integer.parseInt(s)", "arr[i++]", "arr", "i++", "i", "Integer.parseInt(s)", "Integer.parseInt", "Integer", "s", "return arr;", "arr", "class Solution {\n public int maxEnvelopes(int[][] envel) {\n int n=envel.length;\n if(n==0) return 0;\n env[] arr=new env[n];\n for(int i=0;i<n;i++){\n arr[i]=new env(envel[i][0],envel[i][1]);\n }\n //[[4,5],[4,6],[6,7],[2,3],[1,1]]\n Arrays.sort(arr);\n int[] dp=new int[n];\n int size=0;\n for(int i=0;i<n;i++){\n int left = 0, right = size, middle = 0; // right = size\n while(left < right) {\n middle = left + (right - left) / 2;\n if(dp[middle] < arr[i].w) left = middle + 1;\n else right = middle;\n }\n \n // left is the right position to 'replace' in dp array\n dp[left] = arr[i].w;\n if(left == size) size++;\n }\n return size;\n }\n}", "Solution", "public int maxEnvelopes(int[][] envel) {\n int n=envel.length;\n if(n==0) return 0;\n env[] arr=new env[n];\n for(int i=0;i<n;i++){\n arr[i]=new env(envel[i][0],envel[i][1]);\n }\n //[[4,5],[4,6],[6,7],[2,3],[1,1]]\n Arrays.sort(arr);\n int[] dp=new int[n];\n int size=0;\n for(int i=0;i<n;i++){\n int left = 0, right = size, middle = 0; // right = size\n while(left < right) {\n middle = left + (right - left) / 2;\n if(dp[middle] < arr[i].w) left = middle + 1;\n else right = middle;\n }\n \n // left is the right position to 'replace' in dp array\n dp[left] = arr[i].w;\n if(left == size) size++;\n }\n return size;\n }", "maxEnvelopes", "{\n int n=envel.length;\n if(n==0) return 0;\n env[] arr=new env[n];\n for(int i=0;i<n;i++){\n arr[i]=new env(envel[i][0],envel[i][1]);\n }\n //[[4,5],[4,6],[6,7],[2,3],[1,1]]\n Arrays.sort(arr);\n int[] dp=new int[n];\n int size=0;\n for(int i=0;i<n;i++){\n int left = 0, right = size, middle = 0; // right = size\n while(left < right) {\n middle = left + (right - left) / 2;\n if(dp[middle] < arr[i].w) left = middle + 1;\n else right = middle;\n }\n \n // left is the right position to 'replace' in dp array\n dp[left] = arr[i].w;\n if(left == size) size++;\n }\n return size;\n }", "int n=envel.length;", "n", "envel.length", "envel", "envel.length", "if(n==0) return 0;", "n==0", "n", "0", "return 0;", "0", "env[] arr=new env[n];", "arr", "new env[n]", "n", "for(int i=0;i<n;i++){\n arr[i]=new env(envel[i][0],envel[i][1]);\n }", "int i=0;", "int i=0;", "i", "0", "i<n", "i", "n", "i++", "i++", "i", "{\n arr[i]=new env(envel[i][0],envel[i][1]);\n }", "{\n arr[i]=new env(envel[i][0],envel[i][1]);\n }", "arr[i]=new env(envel[i][0],envel[i][1])", "arr[i]", "arr", "i", "new env(envel[i][0],envel[i][1])", "Arrays.sort(arr)", "Arrays.sort", "Arrays", "arr", "int[] dp=new int[n];", "dp", "new int[n]", "n", "int size=0;", "size", "0", "for(int i=0;i<n;i++){\n int left = 0, right = size, middle = 0; // right = size\n while(left < right) {\n middle = left + (right - left) / 2;\n if(dp[middle] < arr[i].w) left = middle + 1;\n else right = middle;\n }\n \n // left is the right position to 'replace' in dp array\n dp[left] = arr[i].w;\n if(left == size) size++;\n }", "int i=0;", "int i=0;", "i", "0", "i<n", "i", "n", "i++", "i++", "i", "{\n int left = 0, right = size, middle = 0; // right = size\n while(left < right) {\n middle = left + (right - left) / 2;\n if(dp[middle] < arr[i].w) left = middle + 1;\n else right = middle;\n }\n \n // left is the right position to 'replace' in dp array\n dp[left] = arr[i].w;\n if(left == size) size++;\n }", "{\n int left = 0, right = size, middle = 0; // right = size\n while(left < right) {\n middle = left + (right - left) / 2;\n if(dp[middle] < arr[i].w) left = middle + 1;\n else right = middle;\n }\n \n // left is the right position to 'replace' in dp array\n dp[left] = arr[i].w;\n if(left == size) size++;\n }", "int left = 0", "left", "0", "right = size", "right", "size", "middle = 0;", "middle", "0", "while(left < right) {\n middle = left + (right - left) / 2;\n if(dp[middle] < arr[i].w) left = middle + 1;\n else right = middle;\n }", "left < right", "left", "right", "{\n middle = left + (right - left) / 2;\n if(dp[middle] < arr[i].w) left = middle + 1;\n else right = middle;\n }", "middle = left + (right - left) / 2", "middle", "left + (right - left) / 2", "left", "(right - left) / 2", "(right - left)", "right", "left", "2", "if(dp[middle] < arr[i].w) left = middle + 1;\n else right = middle;", "dp[middle] < arr[i].w", "dp[middle]", "dp", "middle", "arr[i].w", "arr[i]", "arr", "i", "arr[i].w", "left = middle + 1", "left", "middle + 1", "middle", "1", "right = middle", "right", "middle", "dp[left] = arr[i].w", "dp[left]", "dp", "left", "arr[i].w", "arr[i]", "arr", "i", "arr[i].w", "if(left == size) size++;", "left == size", "left", "size", "size++", "size", "return size;", "size", "int[][] envel", "envel", "class env implements Comparable<env>{\n int l,w;\n env(int l,int w){\n this.l=l;this.w=w;\n }\n public int compareTo(env other){\n if(this.l!=other.l) return Integer.compare(this.l,other.l);\n return Integer.compare(other.w,this.w);\n }\n}", "env", "int l", "l", "w;", "w", "env(int l,int w){\n this.l=l;this.w=w;\n }", "env", "{\n this.l=l;this.w=w;\n }", "this.l=l", "this.l", "this", "this.l", "l", "this.w=w", "this.w", "this", "this.w", "w", "int l", "l", "int w", "w", "public int compareTo(env other){\n if(this.l!=other.l) return Integer.compare(this.l,other.l);\n return Integer.compare(other.w,this.w);\n }", "compareTo", "{\n if(this.l!=other.l) return Integer.compare(this.l,other.l);\n return Integer.compare(other.w,this.w);\n }", "if(this.l!=other.l) return Integer.compare(this.l,other.l);", "this.l!=other.l", "this.l", "this", "this.l", "other.l", "other", "other.l", "return Integer.compare(this.l,other.l);", "Integer.compare(this.l,other.l)", "Integer.compare", "Integer", "this.l", "this", "this.l", "other.l", "other", "other.l", "return Integer.compare(other.w,this.w);", "Integer.compare(other.w,this.w)", "Integer.compare", "Integer", "other.w", "other", "other.w", "this.w", "this", "this.w", "env other", "other", "Comparable", "public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint t=1;//sc.nextInt();\n\t\twhile(t-->0) {\n\t\t\tint d=sc.nextInt();\n\t\t\tint time=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tif(s*time>=d) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tScanner sc=new Scanner(System.in);\n\t\tint t=1;//sc.nextInt();\n\t\twhile(t-->0) {\n\t\t\tint d=sc.nextInt();\n\t\t\tint time=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tif(s*time>=d) System.out.println(\"Yes\");\n\t\t\telse System.out.println(\"No\");\n\t\t}\n\t}\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws IOException{ Scanner sc=new Scanner(System.in); int t=1;//sc.nextInt(); while(t-->0) { int d=sc.nextInt(); int time=sc.nextInt(); int s=sc.nextInt(); if(s*time>=d) System.out.println("Yes"); else System.out.println("No"); } } } class Reader{ BufferedReader reader; Reader(){ reader=new BufferedReader(new InputStreamReader(System.in)); } int nextInt() throws IOException{ String in=reader.readLine().trim(); return Integer.parseInt(in); } long nextLong() throws IOException{ String in=reader.readLine().trim(); return Long.parseLong(in); } String next() throws IOException{ return reader.readLine().trim(); } String[] stringArray() throws IOException{ return reader.readLine().trim().split("\\s+"); } int[] intArray() throws IOException{ String[] inp=this.stringArray(); int[] arr=new int[inp.length]; int i=0; for(String s:inp) { arr[i++]=Integer.parseInt(s); } return arr; } } class Solution { public int maxEnvelopes(int[][] envel) { int n=envel.length; if(n==0) return 0; env[] arr=new env[n]; for(int i=0;i<n;i++){ arr[i]=new env(envel[i][0],envel[i][1]); } //[[4,5],[4,6],[6,7],[2,3],[1,1]] Arrays.sort(arr); int[] dp=new int[n]; int size=0; for(int i=0;i<n;i++){ int left = 0, right = size, middle = 0; // right = size while(left < right) { middle = left + (right - left) / 2; if(dp[middle] < arr[i].w) left = middle + 1; else right = middle; } // left is the right position to 'replace' in dp array dp[left] = arr[i].w; if(left == size) size++; } return size; } } class env implements Comparable<env>{ int l,w; env(int l,int w){ this.l=l;this.w=w; } public int compareTo(env other){ if(this.l!=other.l) return Integer.compare(this.l,other.l); return Integer.compare(other.w,this.w); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 42, 2, 40, 13, 17, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 29, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 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 ], [ 170, 29 ], [ 170, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 36, 37 ], [ 36, 38 ], [ 32, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 40, 43 ], [ 39, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 44, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 44, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 44, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 60, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 67, 72 ], [ 60, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 73, 78 ], [ 30, 79 ], [ 79, 80 ], [ 170, 81 ], [ 81, 82 ], [ 81, 83 ], [ 83, 84 ], [ 81, 85 ], [ 85, 86 ], [ 81, 87 ], [ 87, 88 ], [ 87, 89 ], [ 89, 90 ], [ 90, 91 ], [ 90, 92 ], [ 81, 93 ], [ 93, 94 ], [ 93, 95 ], [ 95, 96 ], [ 96, 97 ], [ 97, 98 ], [ 98, 99 ], [ 98, 100 ], [ 97, 101 ], [ 101, 102 ], [ 102, 103 ], [ 103, 104 ], [ 96, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 106, 113 ], [ 113, 114 ], [ 114, 115 ], [ 114, 116 ], [ 95, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 81, 121 ], [ 121, 122 ], [ 121, 123 ], [ 123, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 125, 128 ], [ 128, 129 ], [ 81, 130 ], [ 130, 131 ], [ 130, 132 ], [ 132, 133 ], [ 133, 134 ], [ 134, 135 ], [ 135, 136 ], [ 134, 137 ], [ 137, 138 ], [ 81, 139 ], [ 139, 140 ], [ 139, 141 ], [ 141, 142 ], [ 142, 143 ], [ 143, 144 ], [ 144, 145 ], [ 143, 146 ], [ 146, 147 ], [ 81, 148 ], [ 148, 149 ], [ 148, 150 ], [ 150, 151 ], [ 151, 152 ], [ 151, 153 ], [ 150, 154 ], [ 154, 155 ], [ 155, 156 ], [ 155, 157 ], [ 157, 158 ], [ 158, 159 ], [ 159, 160 ], [ 154, 161 ], [ 161, 162 ], [ 162, 163 ], [ 162, 164 ], [ 164, 165 ], [ 165, 166 ], [ 150, 167 ], [ 167, 168 ], [ 0, 169 ], [ 169, 170 ], [ 169, 171 ] ]
[ "import java.util.*;\nimport java.util.Scanner;\nimport java.io.*;\nimport java.io.BufferedReader; \nimport java.io.IOException; \nimport java.io.InputStreamReader; \nimport java.util.Scanner; \nimport java.util.StringTokenizer;\n\nimport javax.lang.model.util.ElementScanner6; \n\npublic class Main\n{\n static class FastReader\n { \n BufferedReader br; \n StringTokenizer st; \n\n public FastReader() \n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n } \n\n String next() \n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n\n int nextInt() \n { \n return Integer.parseInt(next()); \n } \n\n long nextLong() \n { \n return Long.parseLong(next()); \n } \n\n double nextDouble() \n { \n return Double.parseDouble(next()); \n } \n\n String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine(); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n } \n } \n \n\n \n public static void main(String args[])\n { \n FastReader in=new FastReader();\n int t=1;\n //t=in.nextInt();\n while(t-->0)\n {\n \n double d=in.nextDouble();\n double time=in.nextDouble();\n double s=in.nextDouble();\n \n if(d/time<=s)\n {\n System.out.println(\"Yes\");\n }\n else\n System.out.println(\"No\");\n \n }\n }\n}", "import java.util.*;", "util.*", "java", "import java.util.Scanner;", "Scanner", "java.util", "import java.io.*;", "io.*", "java", "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", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "import javax.lang.model.util.ElementScanner6;", "ElementScanner6", "javax.lang.model.util", "public class Main\n{\n static class FastReader\n { \n BufferedReader br; \n StringTokenizer st; \n\n public FastReader() \n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n } \n\n String next() \n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n\n int nextInt() \n { \n return Integer.parseInt(next()); \n } \n\n long nextLong() \n { \n return Long.parseLong(next()); \n } \n\n double nextDouble() \n { \n return Double.parseDouble(next()); \n } \n\n String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine(); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n } \n } \n \n\n \n public static void main(String args[])\n { \n FastReader in=new FastReader();\n int t=1;\n //t=in.nextInt();\n while(t-->0)\n {\n \n double d=in.nextDouble();\n double time=in.nextDouble();\n double s=in.nextDouble();\n \n if(d/time<=s)\n {\n System.out.println(\"Yes\");\n }\n else\n System.out.println(\"No\");\n \n }\n }\n}", "Main", "public static void main(String args[])\n { \n FastReader in=new FastReader();\n int t=1;\n //t=in.nextInt();\n while(t-->0)\n {\n \n double d=in.nextDouble();\n double time=in.nextDouble();\n double s=in.nextDouble();\n \n if(d/time<=s)\n {\n System.out.println(\"Yes\");\n }\n else\n System.out.println(\"No\");\n \n }\n }", "main", "{ \n FastReader in=new FastReader();\n int t=1;\n //t=in.nextInt();\n while(t-->0)\n {\n \n double d=in.nextDouble();\n double time=in.nextDouble();\n double s=in.nextDouble();\n \n if(d/time<=s)\n {\n System.out.println(\"Yes\");\n }\n else\n System.out.println(\"No\");\n \n }\n }", "FastReader in=new FastReader();", "in", "new FastReader()", "int t=1;", "t", "1", "while(t-->0)\n {\n \n double d=in.nextDouble();\n double time=in.nextDouble();\n double s=in.nextDouble();\n \n if(d/time<=s)\n {\n System.out.println(\"Yes\");\n }\n else\n System.out.println(\"No\");\n \n }", "t-->0", "t--", "t", "0", "{\n \n double d=in.nextDouble();\n double time=in.nextDouble();\n double s=in.nextDouble();\n \n if(d/time<=s)\n {\n System.out.println(\"Yes\");\n }\n else\n System.out.println(\"No\");\n \n }", "double d=in.nextDouble();", "d", "in.nextDouble()", "in.nextDouble", "in", "double time=in.nextDouble();", "time", "in.nextDouble()", "in.nextDouble", "in", "double s=in.nextDouble();", "s", "in.nextDouble()", "in.nextDouble", "in", "if(d/time<=s)\n {\n System.out.println(\"Yes\");\n }\n else\n System.out.println(\"No\");", "d/time<=s", "d/time", "d", "time", "s", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String args[]", "args", "static class FastReader\n { \n BufferedReader br; \n StringTokenizer st; \n\n public FastReader() \n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n } \n\n String next() \n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n\n int nextInt() \n { \n return Integer.parseInt(next()); \n } \n\n long nextLong() \n { \n return Long.parseLong(next()); \n } \n\n double nextDouble() \n { \n return Double.parseDouble(next()); \n } \n\n String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine(); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n } \n }", "FastReader", "BufferedReader br;", "br", "StringTokenizer st;", "st", "public FastReader() \n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n }", "FastReader", "{ \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n }", "br = new BufferedReader(new\n InputStreamReader(System.in))", "br", "new BufferedReader(new\n InputStreamReader(System.in))", "String next() \n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n }", "next", "{ \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n }", "while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n }", "st == null || !st.hasMoreElements()", "st == null", "st", "null", "!st.hasMoreElements()", "st.hasMoreElements()", "st.hasMoreElements", "st", "{ \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n }", "try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n }", "catch (IOException e) \n { \n e.printStackTrace(); \n }", "IOException e", "{ \n e.printStackTrace(); \n }", "e.printStackTrace()", "e.printStackTrace", "e", "{ \n st = new StringTokenizer(br.readLine()); \n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "int nextInt() \n { \n return Integer.parseInt(next()); \n }", "nextInt", "{ \n return Integer.parseInt(next()); \n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "long nextLong() \n { \n return Long.parseLong(next()); \n }", "nextLong", "{ \n return Long.parseLong(next()); \n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "double nextDouble() \n { \n return Double.parseDouble(next()); \n }", "nextDouble", "{ \n return Double.parseDouble(next()); \n }", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine(); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n }", "nextLine", "{ \n String str = \"\"; \n try\n { \n str = br.readLine(); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n }", "String str = \"\";", "str", "\"\"", "try\n { \n str = br.readLine(); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n }", "catch (IOException e) \n { \n e.printStackTrace(); \n }", "IOException e", "{ \n e.printStackTrace(); \n }", "e.printStackTrace()", "e.printStackTrace", "e", "{ \n str = br.readLine(); \n }", "str = br.readLine()", "str", "br.readLine()", "br.readLine", "br", "return str;", "str", "public class Main\n{\n static class FastReader\n { \n BufferedReader br; \n StringTokenizer st; \n\n public FastReader() \n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n } \n\n String next() \n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n\n int nextInt() \n { \n return Integer.parseInt(next()); \n } \n\n long nextLong() \n { \n return Long.parseLong(next()); \n } \n\n double nextDouble() \n { \n return Double.parseDouble(next()); \n } \n\n String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine(); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n } \n } \n \n\n \n public static void main(String args[])\n { \n FastReader in=new FastReader();\n int t=1;\n //t=in.nextInt();\n while(t-->0)\n {\n \n double d=in.nextDouble();\n double time=in.nextDouble();\n double s=in.nextDouble();\n \n if(d/time<=s)\n {\n System.out.println(\"Yes\");\n }\n else\n System.out.println(\"No\");\n \n }\n }\n}", "public class Main\n{\n static class FastReader\n { \n BufferedReader br; \n StringTokenizer st; \n\n public FastReader() \n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n } \n\n String next() \n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n\n int nextInt() \n { \n return Integer.parseInt(next()); \n } \n\n long nextLong() \n { \n return Long.parseLong(next()); \n } \n\n double nextDouble() \n { \n return Double.parseDouble(next()); \n } \n\n String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine(); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n } \n } \n \n\n \n public static void main(String args[])\n { \n FastReader in=new FastReader();\n int t=1;\n //t=in.nextInt();\n while(t-->0)\n {\n \n double d=in.nextDouble();\n double time=in.nextDouble();\n double s=in.nextDouble();\n \n if(d/time<=s)\n {\n System.out.println(\"Yes\");\n }\n else\n System.out.println(\"No\");\n \n }\n }\n}", "Main" ]
import java.util.*; import java.util.Scanner; import java.io.*; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Scanner; import java.util.StringTokenizer; import javax.lang.model.util.ElementScanner6; public class Main { static class FastReader { BufferedReader br; StringTokenizer st; public FastReader() { br = new BufferedReader(new InputStreamReader(System.in)); } String next() { while (st == null || !st.hasMoreElements()) { try { st = new StringTokenizer(br.readLine()); } catch (IOException e) { e.printStackTrace(); } } return st.nextToken(); } int nextInt() { return Integer.parseInt(next()); } long nextLong() { return Long.parseLong(next()); } double nextDouble() { return Double.parseDouble(next()); } String nextLine() { String str = ""; try { str = br.readLine(); } catch (IOException e) { e.printStackTrace(); } return str; } } public static void main(String args[]) { FastReader in=new FastReader(); int t=1; //t=in.nextInt(); while(t-->0) { double d=in.nextDouble(); double time=in.nextDouble(); double s=in.nextDouble(); if(d/time<=s) { System.out.println("Yes"); } else System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 0, 13, 17, 41, 13, 42, 2, 40, 13, 17, 30, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 12, 13, 30, 14, 2, 13, 17, 30, 29, 13, 29, 4, 13, 13, 2, 13, 13, 23, 13, 23, 13, 12, 13, 30, 14, 2, 13, 17, 29, 17, 14, 2, 2, 2, 2, 13, 17, 17, 2, 13, 17, 2, 13, 17, 29, 17, 30, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 13, 1, 0, 13, 17, 30, 30, 14, 2, 2, 13, 13, 17, 29, 17, 29, 17, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 29, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 253, 20 ], [ 253, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 23, 27 ], [ 27, 28 ], [ 27, 29 ], [ 23, 30 ], [ 30, 31 ], [ 23, 32 ], [ 32, 33 ], [ 23, 34 ], [ 34, 35 ], [ 23, 36 ], [ 36, 37 ], [ 23, 38 ], [ 38, 39 ], [ 23, 40 ], [ 40, 41 ], [ 23, 42 ], [ 42, 43 ], [ 42, 44 ], [ 23, 45 ], [ 45, 46 ], [ 23, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 47, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 52, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 61, 62 ], [ 52, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 52, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 68, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 74, 79 ], [ 68, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 80, 85 ], [ 21, 86 ], [ 86, 87 ], [ 253, 88 ], [ 88, 89 ], [ 88, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 91, 95 ], [ 95, 96 ], [ 96, 97 ], [ 90, 98 ], [ 98, 99 ], [ 99, 100 ], [ 99, 101 ], [ 99, 102 ], [ 102, 103 ], [ 102, 104 ], [ 88, 105 ], [ 105, 106 ], [ 88, 107 ], [ 107, 108 ], [ 253, 109 ], [ 109, 110 ], [ 109, 111 ], [ 111, 112 ], [ 112, 113 ], [ 113, 114 ], [ 113, 115 ], [ 112, 116 ], [ 116, 117 ], [ 112, 118 ], [ 118, 119 ], [ 119, 120 ], [ 120, 121 ], [ 121, 122 ], [ 122, 123 ], [ 122, 124 ], [ 121, 125 ], [ 120, 126 ], [ 126, 127 ], [ 126, 128 ], [ 119, 129 ], [ 129, 130 ], [ 129, 131 ], [ 118, 132 ], [ 132, 133 ], [ 118, 134 ], [ 134, 135 ], [ 135, 136 ], [ 136, 137 ], [ 137, 138 ], [ 137, 139 ], [ 135, 140 ], [ 140, 141 ], [ 140, 142 ], [ 142, 143 ], [ 143, 144 ], [ 142, 145 ], [ 135, 146 ], [ 146, 147 ], [ 147, 148 ], [ 147, 149 ], [ 135, 150 ], [ 151, 151 ], [ 151, 152 ], [ 152, 153 ], [ 153, 154 ], [ 154, 155 ], [ 154, 156 ], [ 153, 157 ], [ 152, 158 ], [ 158, 159 ], [ 134, 160 ], [ 160, 161 ], [ 109, 162 ], [ 162, 163 ], [ 253, 164 ], [ 164, 165 ], [ 164, 166 ], [ 166, 167 ], [ 164, 168 ], [ 168, 169 ], [ 164, 170 ], [ 170, 171 ], [ 170, 172 ], [ 172, 173 ], [ 173, 174 ], [ 173, 175 ], [ 164, 176 ], [ 176, 177 ], [ 176, 178 ], [ 178, 179 ], [ 179, 180 ], [ 180, 181 ], [ 181, 182 ], [ 181, 183 ], [ 180, 184 ], [ 184, 185 ], [ 185, 186 ], [ 186, 187 ], [ 179, 188 ], [ 188, 189 ], [ 189, 190 ], [ 190, 191 ], [ 190, 192 ], [ 192, 193 ], [ 193, 194 ], [ 194, 195 ], [ 189, 196 ], [ 196, 197 ], [ 197, 198 ], [ 197, 199 ], [ 178, 200 ], [ 200, 201 ], [ 201, 202 ], [ 202, 203 ], [ 164, 204 ], [ 204, 205 ], [ 204, 206 ], [ 206, 207 ], [ 207, 208 ], [ 208, 209 ], [ 209, 210 ], [ 208, 211 ], [ 211, 212 ], [ 164, 213 ], [ 213, 214 ], [ 213, 215 ], [ 215, 216 ], [ 216, 217 ], [ 217, 218 ], [ 218, 219 ], [ 217, 220 ], [ 220, 221 ], [ 164, 222 ], [ 222, 223 ], [ 222, 224 ], [ 224, 225 ], [ 225, 226 ], [ 226, 227 ], [ 227, 228 ], [ 226, 229 ], [ 229, 230 ], [ 164, 231 ], [ 231, 232 ], [ 231, 233 ], [ 233, 234 ], [ 234, 235 ], [ 234, 236 ], [ 233, 237 ], [ 237, 238 ], [ 238, 239 ], [ 238, 240 ], [ 240, 241 ], [ 241, 242 ], [ 242, 243 ], [ 237, 244 ], [ 244, 245 ], [ 245, 246 ], [ 245, 247 ], [ 247, 248 ], [ 248, 249 ], [ 233, 250 ], [ 250, 251 ], [ 0, 252 ], [ 252, 253 ], [ 252, 254 ] ]
[ "\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\nimport java.util.Scanner;\nimport java.util.StringTokenizer;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int T = 1;\n int n,n2,n3,k,res;\n String s1;\n res=0;\n int t;\n while(T-->0){\n n=s.nextInt();\n n2=s.nextInt();\n n3=s.nextInt();\n if(n2*n3>=n)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }\n\n }\n static int gcd(int a, int b)\n {\n if(b==0) {\n return a;\n }\n return gcd(b,a%b);\n }\n private static boolean isPrime(int n) {\n if (n == 2)\n return true;\n else if ((n % 2 == 0 && n > 2) || n < 2)\n return false;\n else {\n for (int i = 3; i <= (int) Math.sqrt(n); i += 2) {\n if (n % i == 0)\n return false;\n }\n return true;\n }\n\n\n }\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n\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", "import java.util.Scanner;", "Scanner", "java.util", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "public class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int T = 1;\n int n,n2,n3,k,res;\n String s1;\n res=0;\n int t;\n while(T-->0){\n n=s.nextInt();\n n2=s.nextInt();\n n3=s.nextInt();\n if(n2*n3>=n)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }\n\n }\n static int gcd(int a, int b)\n {\n if(b==0) {\n return a;\n }\n return gcd(b,a%b);\n }\n private static boolean isPrime(int n) {\n if (n == 2)\n return true;\n else if ((n % 2 == 0 && n > 2) || n < 2)\n return false;\n else {\n for (int i = 3; i <= (int) Math.sqrt(n); i += 2) {\n if (n % i == 0)\n return false;\n }\n return true;\n }\n\n\n }\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n\n}", "Main", "public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int T = 1;\n int n,n2,n3,k,res;\n String s1;\n res=0;\n int t;\n while(T-->0){\n n=s.nextInt();\n n2=s.nextInt();\n n3=s.nextInt();\n if(n2*n3>=n)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }\n\n }", "main", "{\n Scanner s = new Scanner(System.in);\n int T = 1;\n int n,n2,n3,k,res;\n String s1;\n res=0;\n int t;\n while(T-->0){\n n=s.nextInt();\n n2=s.nextInt();\n n3=s.nextInt();\n if(n2*n3>=n)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }\n\n }", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int T = 1;", "T", "1", "int n", "n", "n2", "n2", "n3", "n3", "k", "k", "res;", "res", "String s1;", "s1", "res=0", "res", "0", "int t;", "t", "while(T-->0){\n n=s.nextInt();\n n2=s.nextInt();\n n3=s.nextInt();\n if(n2*n3>=n)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }", "T-->0", "T--", "T", "0", "{\n n=s.nextInt();\n n2=s.nextInt();\n n3=s.nextInt();\n if(n2*n3>=n)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }", "n=s.nextInt()", "n", "s.nextInt()", "s.nextInt", "s", "n2=s.nextInt()", "n2", "s.nextInt()", "s.nextInt", "s", "n3=s.nextInt()", "n3", "s.nextInt()", "s.nextInt", "s", "if(n2*n3>=n)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");", "n2*n3>=n", "n2*n3", "n2", "n3", "n", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "static int gcd(int a, int b)\n {\n if(b==0) {\n return a;\n }\n return gcd(b,a%b);\n }", "gcd", "{\n if(b==0) {\n return a;\n }\n return gcd(b,a%b);\n }", "if(b==0) {\n return a;\n }", "b==0", "b", "0", "{\n return a;\n }", "return a;", "a", "return gcd(b,a%b);", "gcd(b,a%b)", "gcd", "b", "a%b", "a", "b", "int a", "a", "int b", "b", "private static boolean isPrime(int n) {\n if (n == 2)\n return true;\n else if ((n % 2 == 0 && n > 2) || n < 2)\n return false;\n else {\n for (int i = 3; i <= (int) Math.sqrt(n); i += 2) {\n if (n % i == 0)\n return false;\n }\n return true;\n }\n\n\n }", "isPrime", "{\n if (n == 2)\n return true;\n else if ((n % 2 == 0 && n > 2) || n < 2)\n return false;\n else {\n for (int i = 3; i <= (int) Math.sqrt(n); i += 2) {\n if (n % i == 0)\n return false;\n }\n return true;\n }\n\n\n }", "if (n == 2)\n return true;\n else if ((n % 2 == 0 && n > 2) || n < 2)\n return false;\n else {\n for (int i = 3; i <= (int) Math.sqrt(n); i += 2) {\n if (n % i == 0)\n return false;\n }\n return true;\n }", "n == 2", "n", "2", "return true;", "true", "if ((n % 2 == 0 && n > 2) || n < 2)\n return false;\n else {\n for (int i = 3; i <= (int) Math.sqrt(n); i += 2) {\n if (n % i == 0)\n return false;\n }\n return true;\n }", "(n % 2 == 0 && n > 2) || n < 2", "(n % 2 == 0 && n > 2)", "n % 2 == 0", "n % 2", "n", "2", "0", "n > 2", "n", "2", "n < 2", "n", "2", "return false;", "false", "{\n for (int i = 3; i <= (int) Math.sqrt(n); i += 2) {\n if (n % i == 0)\n return false;\n }\n return true;\n }", "for (int i = 3; i <= (int) Math.sqrt(n); i += 2) {\n if (n % i == 0)\n return false;\n }", "int i = 3;", "int i = 3;", "i", "3", "i <= (int) Math.sqrt(n)", "i", "(int) Math.sqrt(n)", "Math.sqrt", "Math", "n", "i += 2", "i += 2", "i", "2", "{\n if (n % i == 0)\n return false;\n }", "{\n if (n % i == 0)\n return false;\n }", "if (n % i == 0)\n return false;", "n % i == 0", "n % i", "n", "i", "0", "return false;", "false", "return true;", "true", "int n", "n", "static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }", "FastReader", "BufferedReader br;", "br", "StringTokenizer st;", "st", "public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }", "FastReader", "{\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }", "br = new BufferedReader(new\n InputStreamReader(System.in))", "br", "new BufferedReader(new\n InputStreamReader(System.in))", "String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }", "next", "{\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }", "while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "st == null || !st.hasMoreElements()", "st == null", "st", "null", "!st.hasMoreElements()", "st.hasMoreElements()", "st.hasMoreElements", "st", "{\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }", "catch (IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "int nextInt() {\n return Integer.parseInt(next());\n }", "nextInt", "{\n return Integer.parseInt(next());\n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "long nextLong() {\n return Long.parseLong(next());\n }", "nextLong", "{\n return Long.parseLong(next());\n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "double nextDouble() {\n return Double.parseDouble(next());\n }", "nextDouble", "{\n return Double.parseDouble(next());\n }", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }", "nextLine", "{\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }", "String str = \"\";", "str", "\"\"", "try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }", "catch (IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n str = br.readLine();\n }", "str = br.readLine()", "str", "br.readLine()", "br.readLine", "br", "return str;", "str", "public class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int T = 1;\n int n,n2,n3,k,res;\n String s1;\n res=0;\n int t;\n while(T-->0){\n n=s.nextInt();\n n2=s.nextInt();\n n3=s.nextInt();\n if(n2*n3>=n)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }\n\n }\n static int gcd(int a, int b)\n {\n if(b==0) {\n return a;\n }\n return gcd(b,a%b);\n }\n private static boolean isPrime(int n) {\n if (n == 2)\n return true;\n else if ((n % 2 == 0 && n > 2) || n < 2)\n return false;\n else {\n for (int i = 3; i <= (int) Math.sqrt(n); i += 2) {\n if (n % i == 0)\n return false;\n }\n return true;\n }\n\n\n }\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n\n}", "public class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int T = 1;\n int n,n2,n3,k,res;\n String s1;\n res=0;\n int t;\n while(T-->0){\n n=s.nextInt();\n n2=s.nextInt();\n n3=s.nextInt();\n if(n2*n3>=n)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n\n }\n\n }\n static int gcd(int a, int b)\n {\n if(b==0) {\n return a;\n }\n return gcd(b,a%b);\n }\n private static boolean isPrime(int n) {\n if (n == 2)\n return true;\n else if ((n % 2 == 0 && n > 2) || n < 2)\n return false;\n else {\n for (int i = 3; i <= (int) Math.sqrt(n); i += 2) {\n if (n % i == 0)\n return false;\n }\n return true;\n }\n\n\n }\n\n static class FastReader {\n BufferedReader br;\n StringTokenizer st;\n\n public FastReader() {\n br = new BufferedReader(new\n InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Arrays; import java.util.Scanner; import java.util.StringTokenizer; public class Main { public static void main(String[] args) { Scanner s = new Scanner(System.in); int T = 1; int n,n2,n3,k,res; String s1; res=0; int t; while(T-->0){ n=s.nextInt(); n2=s.nextInt(); n3=s.nextInt(); if(n2*n3>=n) System.out.println("Yes"); else System.out.println("No"); } } static int gcd(int a, int b) { if(b==0) { return a; } return gcd(b,a%b); } private static boolean isPrime(int n) { if (n == 2) return true; else if ((n % 2 == 0 && n > 2) || n < 2) return false; else { for (int i = 3; i <= (int) Math.sqrt(n); i += 2) { if (n % i == 0) return false; } return true; } } static class FastReader { BufferedReader br; StringTokenizer st; public FastReader() { br = new BufferedReader(new InputStreamReader(System.in)); } String next() { while (st == null || !st.hasMoreElements()) { try { st = new StringTokenizer(br.readLine()); } catch (IOException e) { e.printStackTrace(); } } return st.nextToken(); } int nextInt() { return Integer.parseInt(next()); } long nextLong() { return Long.parseLong(next()); } double nextDouble() { return Double.parseDouble(next()); } String nextLine() { String str = ""; try { str = br.readLine(); } catch (IOException e) { e.printStackTrace(); } return str; } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 14, 2, 2, 13, 13, 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 ], [ 76, 11 ], [ 76, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 14, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 34, 36 ], [ 14, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 14, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 14, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 53, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 53, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 67, 72 ], [ 12, 73 ], [ 73, 74 ], [ 0, 75 ], [ 75, 76 ], [ 75, 77 ] ]
[ "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 stdin = new BufferedReader(new InputStreamReader(System.in));\n String line = stdin.readLine();\n String[] temp = line.split(\" \");\n int D = Integer.parseInt(temp[0]);\n int T = Integer.parseInt(temp[1]);\n int S = Integer.parseInt(temp[2]);\n\n if(T*S>=D){\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 stdin = new BufferedReader(new InputStreamReader(System.in));\n String line = stdin.readLine();\n String[] temp = line.split(\" \");\n int D = Integer.parseInt(temp[0]);\n int T = Integer.parseInt(temp[1]);\n int S = Integer.parseInt(temp[2]);\n\n if(T*S>=D){\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 stdin = new BufferedReader(new InputStreamReader(System.in));\n String line = stdin.readLine();\n String[] temp = line.split(\" \");\n int D = Integer.parseInt(temp[0]);\n int T = Integer.parseInt(temp[1]);\n int S = Integer.parseInt(temp[2]);\n\n if(T*S>=D){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }", "main", "{\n BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));\n String line = stdin.readLine();\n String[] temp = line.split(\" \");\n int D = Integer.parseInt(temp[0]);\n int T = Integer.parseInt(temp[1]);\n int S = Integer.parseInt(temp[2]);\n\n if(T*S>=D){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n }", "BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));", "stdin", "new BufferedReader(new InputStreamReader(System.in))", "String line = stdin.readLine();", "line", "stdin.readLine()", "stdin.readLine", "stdin", "String[] temp = line.split(\" \");", "temp", "line.split(\" \")", "line.split", "line", "\" \"", "int D = Integer.parseInt(temp[0]);", "D", "Integer.parseInt(temp[0])", "Integer.parseInt", "Integer", "temp[0]", "temp", "0", "int T = Integer.parseInt(temp[1]);", "T", "Integer.parseInt(temp[1])", "Integer.parseInt", "Integer", "temp[1]", "temp", "1", "int S = Integer.parseInt(temp[2]);", "S", "Integer.parseInt(temp[2])", "Integer.parseInt", "Integer", "temp[2]", "temp", "2", "if(T*S>=D){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }", "T*S>=D", "T*S", "T", "S", "D", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));\n String line = stdin.readLine();\n String[] temp = line.split(\" \");\n int D = Integer.parseInt(temp[0]);\n int T = Integer.parseInt(temp[1]);\n int S = Integer.parseInt(temp[2]);\n\n if(T*S>=D){\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 stdin = new BufferedReader(new InputStreamReader(System.in));\n String line = stdin.readLine();\n String[] temp = line.split(\" \");\n int D = Integer.parseInt(temp[0]);\n int T = Integer.parseInt(temp[1]);\n int S = Integer.parseInt(temp[2]);\n\n if(T*S>=D){\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 stdin = new BufferedReader(new InputStreamReader(System.in)); String line = stdin.readLine(); String[] temp = line.split(" "); int D = Integer.parseInt(temp[0]); int T = Integer.parseInt(temp[1]); int S = Integer.parseInt(temp[2]); if(T*S>=D){ System.out.println("Yes"); }else{ System.out.println("No"); } } }
[ 7, 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, 17, 42, 2, 40, 13, 17, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 8, 2, 2, 2, 2, 13, 13, 17, 13, 13, 17, 17, 4, 18, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 29, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 158, 11 ], [ 158, 12 ], [ 12, 13 ], [ 158, 14 ], [ 14, 15 ], [ 158, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 18, 22 ], [ 22, 23 ], [ 22, 24 ], [ 18, 25 ], [ 25, 26 ], [ 25, 27 ], [ 18, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 29, 32 ], [ 28, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 33, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 33, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 47, 48 ], [ 33, 49 ], [ 49, 50 ], [ 50, 51 ], [ 49, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 54, 60 ], [ 53, 61 ], [ 52, 62 ], [ 52, 63 ], [ 18, 64 ], [ 64, 65 ], [ 65, 66 ], [ 16, 67 ], [ 67, 68 ], [ 158, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 69, 73 ], [ 73, 74 ], [ 69, 75 ], [ 75, 76 ], [ 75, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 69, 81 ], [ 81, 82 ], [ 81, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 85, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 84, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 94, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 83, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 69, 109 ], [ 109, 110 ], [ 109, 111 ], [ 111, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 113, 116 ], [ 116, 117 ], [ 69, 118 ], [ 118, 119 ], [ 118, 120 ], [ 120, 121 ], [ 121, 122 ], [ 122, 123 ], [ 123, 124 ], [ 122, 125 ], [ 125, 126 ], [ 69, 127 ], [ 127, 128 ], [ 127, 129 ], [ 129, 130 ], [ 130, 131 ], [ 131, 132 ], [ 132, 133 ], [ 131, 134 ], [ 134, 135 ], [ 69, 136 ], [ 136, 137 ], [ 136, 138 ], [ 138, 139 ], [ 139, 140 ], [ 139, 141 ], [ 138, 142 ], [ 142, 143 ], [ 143, 144 ], [ 143, 145 ], [ 145, 146 ], [ 146, 147 ], [ 147, 148 ], [ 142, 149 ], [ 149, 150 ], [ 150, 151 ], [ 150, 152 ], [ 152, 153 ], [ 153, 154 ], [ 138, 155 ], [ 155, 156 ], [ 0, 157 ], [ 157, 158 ], [ 157, 159 ] ]
[ "import java.io.*;\nimport java.util.*;\nimport java.lang.*;\n\npublic class Main {\n public static MyScanner scan;\n public static PrintWriter out;\n public static void main(String[] args) {\n scan=new MyScanner();\n out=new PrintWriter(new BufferedOutputStream(System.out));\n\n int t=1;\n// int t=scan.nextInt();\n while(t-->0) {\n\n int d=scan.nextInt(),time=scan.nextInt(),s=scan.nextInt();\n out.println(((d+s-1)/s<=time)?\"Yes\":\"No\");\n\n }\n out.close();\n }\n\n //scanner\n public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "import java.lang.*;", "lang.*", "java", "public class Main {\n public static MyScanner scan;\n public static PrintWriter out;\n public static void main(String[] args) {\n scan=new MyScanner();\n out=new PrintWriter(new BufferedOutputStream(System.out));\n\n int t=1;\n// int t=scan.nextInt();\n while(t-->0) {\n\n int d=scan.nextInt(),time=scan.nextInt(),s=scan.nextInt();\n out.println(((d+s-1)/s<=time)?\"Yes\":\"No\");\n\n }\n out.close();\n }\n\n //scanner\n public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}", "Main", "public static MyScanner scan;", "scan", "public static PrintWriter out;", "out", "public static void main(String[] args) {\n scan=new MyScanner();\n out=new PrintWriter(new BufferedOutputStream(System.out));\n\n int t=1;\n// int t=scan.nextInt();\n while(t-->0) {\n\n int d=scan.nextInt(),time=scan.nextInt(),s=scan.nextInt();\n out.println(((d+s-1)/s<=time)?\"Yes\":\"No\");\n\n }\n out.close();\n }", "main", "{\n scan=new MyScanner();\n out=new PrintWriter(new BufferedOutputStream(System.out));\n\n int t=1;\n// int t=scan.nextInt();\n while(t-->0) {\n\n int d=scan.nextInt(),time=scan.nextInt(),s=scan.nextInt();\n out.println(((d+s-1)/s<=time)?\"Yes\":\"No\");\n\n }\n out.close();\n }", "scan=new MyScanner()", "scan", "new MyScanner()", "out=new PrintWriter(new BufferedOutputStream(System.out))", "out", "new PrintWriter(new BufferedOutputStream(System.out))", "int t=1;", "t", "1", "while(t-->0) {\n\n int d=scan.nextInt(),time=scan.nextInt(),s=scan.nextInt();\n out.println(((d+s-1)/s<=time)?\"Yes\":\"No\");\n\n }", "t-->0", "t--", "t", "0", "{\n\n int d=scan.nextInt(),time=scan.nextInt(),s=scan.nextInt();\n out.println(((d+s-1)/s<=time)?\"Yes\":\"No\");\n\n }", "int d=scan.nextInt()", "d", "scan.nextInt()", "scan.nextInt", "scan", "time=scan.nextInt()", "time", "scan.nextInt()", "scan.nextInt", "scan", "s=scan.nextInt();", "s", "scan.nextInt()", "scan.nextInt", "scan", "out.println(((d+s-1)/s<=time)?\"Yes\":\"No\")", "out.println", "out", "((d+s-1)/s<=time)?\"Yes\":\"No\"", "((d+s-1)/s<=time)", "(d+s-1)/s", "(d+s-1)", "d+s", "d", "s", "1", "s", "time", "\"Yes\"", "\"No\"", "out.close()", "out.close", "out", "String[] args", "args", "public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }", "MyScanner", "BufferedReader br;", "br", "StringTokenizer st;", "st", "public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }", "MyScanner", "{\n br = new BufferedReader(new InputStreamReader(System.in));\n }", "br = new BufferedReader(new InputStreamReader(System.in))", "br", "new BufferedReader(new InputStreamReader(System.in))", "String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }", "next", "{\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }", "while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "st == null || !st.hasMoreElements()", "st == null", "st", "null", "!st.hasMoreElements()", "st.hasMoreElements()", "st.hasMoreElements", "st", "{\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }", "catch (IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "int nextInt() {\n return Integer.parseInt(next());\n }", "nextInt", "{\n return Integer.parseInt(next());\n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "long nextLong() {\n return Long.parseLong(next());\n }", "nextLong", "{\n return Long.parseLong(next());\n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "double nextDouble() {\n return Double.parseDouble(next());\n }", "nextDouble", "{\n return Double.parseDouble(next());\n }", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }", "nextLine", "{\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }", "String str = \"\";", "str", "\"\"", "try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }", "catch (IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n str = br.readLine();\n }", "str = br.readLine()", "str", "br.readLine()", "br.readLine", "br", "return str;", "str", "public class Main {\n public static MyScanner scan;\n public static PrintWriter out;\n public static void main(String[] args) {\n scan=new MyScanner();\n out=new PrintWriter(new BufferedOutputStream(System.out));\n\n int t=1;\n// int t=scan.nextInt();\n while(t-->0) {\n\n int d=scan.nextInt(),time=scan.nextInt(),s=scan.nextInt();\n out.println(((d+s-1)/s<=time)?\"Yes\":\"No\");\n\n }\n out.close();\n }\n\n //scanner\n public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}", "public class Main {\n public static MyScanner scan;\n public static PrintWriter out;\n public static void main(String[] args) {\n scan=new MyScanner();\n out=new PrintWriter(new BufferedOutputStream(System.out));\n\n int t=1;\n// int t=scan.nextInt();\n while(t-->0) {\n\n int d=scan.nextInt(),time=scan.nextInt(),s=scan.nextInt();\n out.println(((d+s-1)/s<=time)?\"Yes\":\"No\");\n\n }\n out.close();\n }\n\n //scanner\n public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n\n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n String nextLine() {\n String str = \"\";\n try {\n str = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n return str;\n }\n }\n}", "Main" ]
import java.io.*; import java.util.*; import java.lang.*; public class Main { public static MyScanner scan; public static PrintWriter out; public static void main(String[] args) { scan=new MyScanner(); out=new PrintWriter(new BufferedOutputStream(System.out)); int t=1; // int t=scan.nextInt(); while(t-->0) { int d=scan.nextInt(),time=scan.nextInt(),s=scan.nextInt(); out.println(((d+s-1)/s<=time)?"Yes":"No"); } out.close(); } //scanner public static class MyScanner { BufferedReader br; StringTokenizer st; public MyScanner() { br = new BufferedReader(new InputStreamReader(System.in)); } String next() { while (st == null || !st.hasMoreElements()) { try { st = new StringTokenizer(br.readLine()); } catch (IOException e) { e.printStackTrace(); } } return st.nextToken(); } int nextInt() { return Integer.parseInt(next()); } long nextLong() { return Long.parseLong(next()); } double nextDouble() { return Double.parseDouble(next()); } String nextLine() { String str = ""; try { str = br.readLine(); } catch (IOException e) { e.printStackTrace(); } return str; } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 4, 13, 23, 13, 12, 13, 30, 38, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 14, 2, 2, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 19, 20 ], [ 19, 21 ], [ 0, 22 ], [ 22, 23 ], [ 22, 24 ], [ 0, 25 ], [ 25, 26 ], [ 25, 27 ], [ 0, 28 ], [ 28, 29 ], [ 28, 30 ], [ 0, 31 ], [ 31, 32 ], [ 31, 33 ], [ 0, 34 ], [ 34, 35 ], [ 34, 36 ], [ 0, 37 ], [ 93, 38 ], [ 93, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 39, 44 ], [ 44, 45 ], [ 93, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 50, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 62, 63 ], [ 50, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 50, 69 ], [ 69, 70 ], [ 69, 71 ], [ 50, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 72, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 79, 84 ], [ 72, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 86, 91 ], [ 0, 92 ], [ 92, 93 ], [ 92, 94 ] ]
[ "import java.util.ArrayDeque;\nimport java.util.ArrayList;\nimport java.util.Arrays;\nimport java.util.Comparator;\nimport java.util.Deque;\nimport java.util.HashMap;\nimport java.util.HashSet;\nimport java.util.List;\nimport java.util.Map;\nimport java.util.Queue;\nimport java.util.Scanner;\nimport java.util.Set;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\texecute21_2();\n\t}\n\n\tprivate static void execute21_2() {\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n\t\t\tint d = sc.nextInt();\n\t\t\tint t = sc.nextInt();\n\t\t\tint s = sc.nextInt();\n\n\t\t\tint ans = 999999;\n\n\t\t\tif(t*s>=d) {\n\t\t\t\t\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}\n\t}\n}", "import java.util.ArrayDeque;", "ArrayDeque", "java.util", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.Comparator;", "Comparator", "java.util", "import java.util.Deque;", "Deque", "java.util", "import java.util.HashMap;", "HashMap", "java.util", "import java.util.HashSet;", "HashSet", "java.util", "import java.util.List;", "List", "java.util", "import java.util.Map;", "Map", "java.util", "import java.util.Queue;", "Queue", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "import java.util.Set;", "Set", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\texecute21_2();\n\t}\n\n\tprivate static void execute21_2() {\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n\t\t\tint d = sc.nextInt();\n\t\t\tint t = sc.nextInt();\n\t\t\tint s = sc.nextInt();\n\n\t\t\tint ans = 999999;\n\n\t\t\tif(t*s>=d) {\n\t\t\t\t\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}\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\texecute21_2();\n\t}", "main", "{\n\t\texecute21_2();\n\t}", "execute21_2()", "execute21_2", "String[] args", "args", "private static void execute21_2() {\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n\t\t\tint d = sc.nextInt();\n\t\t\tint t = sc.nextInt();\n\t\t\tint s = sc.nextInt();\n\n\t\t\tint ans = 999999;\n\n\t\t\tif(t*s>=d) {\n\t\t\t\t\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}\n\t}", "execute21_2", "{\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n\t\t\tint d = sc.nextInt();\n\t\t\tint t = sc.nextInt();\n\t\t\tint s = sc.nextInt();\n\n\t\t\tint ans = 999999;\n\n\t\t\tif(t*s>=d) {\n\t\t\t\t\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}\n\t}", "try (Scanner sc = new Scanner(System.in)) {\n\t\t\tint d = sc.nextInt();\n\t\t\tint t = sc.nextInt();\n\t\t\tint s = sc.nextInt();\n\n\t\t\tint ans = 999999;\n\n\t\t\tif(t*s>=d) {\n\t\t\t\t\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}", "{\n\t\t\tint d = sc.nextInt();\n\t\t\tint t = sc.nextInt();\n\t\t\tint s = sc.nextInt();\n\n\t\t\tint ans = 999999;\n\n\t\t\tif(t*s>=d) {\n\t\t\t\t\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}", "Scanner sc = new Scanner(System.in)", "Scanner sc = new Scanner(System.in)", "new Scanner(System.in)", "int d = sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "int ans = 999999;", "ans", "999999", "if(t*s>=d) {\n\t\t\t\t\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t} else {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}", "t*s>=d", "t*s", "t", "s", "d", "{\n\t\t\t\t\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n\t\t\t\tSystem.out.println(\"No\");\n\t\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\texecute21_2();\n\t}\n\n\tprivate static void execute21_2() {\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n\t\t\tint d = sc.nextInt();\n\t\t\tint t = sc.nextInt();\n\t\t\tint s = sc.nextInt();\n\n\t\t\tint ans = 999999;\n\n\t\t\tif(t*s>=d) {\n\t\t\t\t\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}\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\texecute21_2();\n\t}\n\n\tprivate static void execute21_2() {\n\t\ttry (Scanner sc = new Scanner(System.in)) {\n\t\t\tint d = sc.nextInt();\n\t\t\tint t = sc.nextInt();\n\t\t\tint s = sc.nextInt();\n\n\t\t\tint ans = 999999;\n\n\t\t\tif(t*s>=d) {\n\t\t\t\t\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}\n\t}\n}", "Main" ]
import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; import java.util.Deque; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Queue; import java.util.Scanner; import java.util.Set; public class Main { public static void main(String[] args) { execute21_2(); } private static void execute21_2() { try (Scanner sc = new Scanner(System.in)) { int d = sc.nextInt(); int t = sc.nextInt(); int s = sc.nextInt(); int ans = 999999; if(t*s>=d) { 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, 20, 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, 4, 18, 13, 8, 2, 2, 2, 13, 17, 2, 13, 17, 13, 17, 17, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 69, 8 ], [ 69, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 11, 18 ], [ 18, 19 ], [ 18, 20 ], [ 11, 21 ], [ 21, 22 ], [ 21, 23 ], [ 11, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 29, 30 ], [ 30, 31 ], [ 11, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 34, 37 ], [ 37, 38 ], [ 38, 39 ], [ 11, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 45, 46 ], [ 46, 47 ], [ 11, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 57, 58 ], [ 57, 59 ], [ 52, 60 ], [ 51, 61 ], [ 51, 62 ], [ 11, 63 ], [ 63, 64 ], [ 64, 65 ], [ 9, 66 ], [ 66, 67 ], [ 0, 68 ], [ 68, 69 ], [ 68, 70 ] ]
[ "import java.util.*;\nimport java.io.*;\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\tint num = 998244353;\n\n\t\t// TODO Auto-generated method stub\n \t\tBufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n \t\tPrintWriter out = new PrintWriter(System.out);\n \t\t\n//\t \t\tString input1 = bf.readLine().trim();\n//\t \t\tString input2 = bf.readLine().trim();\n\t \t\tStringTokenizer st = new StringTokenizer(bf.readLine());\n\t \t\tint d = Integer.parseInt(st.nextToken());\n\t \t\tint s = Integer.parseInt(st.nextToken());\n\t \t\tint t = Integer.parseInt(st.nextToken());\n \t\t\n \t\t\n \t\tout.println((d+0.0)/(s+0.0)<=t ? \"Yes\" : \"No\");\n\t \t\t\n \t\tout.close();\n \t\t\n \t\t\n \t\t\n \t}\n}\n \t\n \n//StringJoiner sj = new StringJoiner(\" \"); \n//sj.add(strings)\n//sj.toString() gives string of those stuff w spaces or whatever that sequence is\n\n \t\t\n \t\t\n \t\t\n \t\t\n\t\n\n", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\tint num = 998244353;\n\n\t\t// TODO Auto-generated method stub\n \t\tBufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n \t\tPrintWriter out = new PrintWriter(System.out);\n \t\t\n//\t \t\tString input1 = bf.readLine().trim();\n//\t \t\tString input2 = bf.readLine().trim();\n\t \t\tStringTokenizer st = new StringTokenizer(bf.readLine());\n\t \t\tint d = Integer.parseInt(st.nextToken());\n\t \t\tint s = Integer.parseInt(st.nextToken());\n\t \t\tint t = Integer.parseInt(st.nextToken());\n \t\t\n \t\t\n \t\tout.println((d+0.0)/(s+0.0)<=t ? \"Yes\" : \"No\");\n\t \t\t\n \t\tout.close();\n \t\t\n \t\t\n \t\t\n \t}\n}", "Main", "public static void main(String[] args) throws Exception{\n\t\tint num = 998244353;\n\n\t\t// TODO Auto-generated method stub\n \t\tBufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n \t\tPrintWriter out = new PrintWriter(System.out);\n \t\t\n//\t \t\tString input1 = bf.readLine().trim();\n//\t \t\tString input2 = bf.readLine().trim();\n\t \t\tStringTokenizer st = new StringTokenizer(bf.readLine());\n\t \t\tint d = Integer.parseInt(st.nextToken());\n\t \t\tint s = Integer.parseInt(st.nextToken());\n\t \t\tint t = Integer.parseInt(st.nextToken());\n \t\t\n \t\t\n \t\tout.println((d+0.0)/(s+0.0)<=t ? \"Yes\" : \"No\");\n\t \t\t\n \t\tout.close();\n \t\t\n \t\t\n \t\t\n \t}", "main", "{\n\t\tint num = 998244353;\n\n\t\t// TODO Auto-generated method stub\n \t\tBufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n \t\tPrintWriter out = new PrintWriter(System.out);\n \t\t\n//\t \t\tString input1 = bf.readLine().trim();\n//\t \t\tString input2 = bf.readLine().trim();\n\t \t\tStringTokenizer st = new StringTokenizer(bf.readLine());\n\t \t\tint d = Integer.parseInt(st.nextToken());\n\t \t\tint s = Integer.parseInt(st.nextToken());\n\t \t\tint t = Integer.parseInt(st.nextToken());\n \t\t\n \t\t\n \t\tout.println((d+0.0)/(s+0.0)<=t ? \"Yes\" : \"No\");\n\t \t\t\n \t\tout.close();\n \t\t\n \t\t\n \t\t\n \t}", "int num = 998244353;", "num", "998244353", "BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));", "bf", "new BufferedReader(new InputStreamReader(System.in))", "PrintWriter out = new PrintWriter(System.out);", "out", "new PrintWriter(System.out)", "StringTokenizer st = new StringTokenizer(bf.readLine());", "st", "new StringTokenizer(bf.readLine())", "int d = Integer.parseInt(st.nextToken());", "d", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int s = Integer.parseInt(st.nextToken());", "s", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int t = Integer.parseInt(st.nextToken());", "t", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "out.println((d+0.0)/(s+0.0)<=t ? \"Yes\" : \"No\")", "out.println", "out", "(d+0.0)/(s+0.0)<=t ? \"Yes\" : \"No\"", "(d+0.0)/(s+0.0)<=t", "(d+0.0)/(s+0.0)", "(d+0.0)", "d", "0.0", "(s+0.0)", "s", "0.0", "t", "\"Yes\"", "\"No\"", "out.close()", "out.close", "out", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\tint num = 998244353;\n\n\t\t// TODO Auto-generated method stub\n \t\tBufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n \t\tPrintWriter out = new PrintWriter(System.out);\n \t\t\n//\t \t\tString input1 = bf.readLine().trim();\n//\t \t\tString input2 = bf.readLine().trim();\n\t \t\tStringTokenizer st = new StringTokenizer(bf.readLine());\n\t \t\tint d = Integer.parseInt(st.nextToken());\n\t \t\tint s = Integer.parseInt(st.nextToken());\n\t \t\tint t = Integer.parseInt(st.nextToken());\n \t\t\n \t\t\n \t\tout.println((d+0.0)/(s+0.0)<=t ? \"Yes\" : \"No\");\n\t \t\t\n \t\tout.close();\n \t\t\n \t\t\n \t\t\n \t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n\t\tint num = 998244353;\n\n\t\t// TODO Auto-generated method stub\n \t\tBufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n \t\tPrintWriter out = new PrintWriter(System.out);\n \t\t\n//\t \t\tString input1 = bf.readLine().trim();\n//\t \t\tString input2 = bf.readLine().trim();\n\t \t\tStringTokenizer st = new StringTokenizer(bf.readLine());\n\t \t\tint d = Integer.parseInt(st.nextToken());\n\t \t\tint s = Integer.parseInt(st.nextToken());\n\t \t\tint t = Integer.parseInt(st.nextToken());\n \t\t\n \t\t\n \t\tout.println((d+0.0)/(s+0.0)<=t ? \"Yes\" : \"No\");\n\t \t\t\n \t\tout.close();\n \t\t\n \t\t\n \t\t\n \t}\n}", "Main" ]
import java.util.*; import java.io.*; public class Main { public static void main(String[] args) throws Exception{ int num = 998244353; // TODO Auto-generated method stub BufferedReader bf = new BufferedReader(new InputStreamReader(System.in)); PrintWriter out = new PrintWriter(System.out); // String input1 = bf.readLine().trim(); // String input2 = bf.readLine().trim(); StringTokenizer st = new StringTokenizer(bf.readLine()); int d = Integer.parseInt(st.nextToken()); int s = Integer.parseInt(st.nextToken()); int t = Integer.parseInt(st.nextToken()); out.println((d+0.0)/(s+0.0)<=t ? "Yes" : "No"); out.close(); } } //StringJoiner sj = new StringJoiner(" "); //sj.add(strings) //sj.toString() gives string of those stuff w spaces or whatever that sequence is
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 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 ], [ 50, 5 ], [ 50, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc = new Scanner(System.in);\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\t\n\t\tif(a/c<=b) {\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}\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\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\t\n\t\tif(a/c<=b) {\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}\n\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc = new Scanner(System.in);\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\t\n\t\tif(a/c<=b) {\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}", "main", "{\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc = new Scanner(System.in);\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\t\n\t\tif(a/c<=b) {\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}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "double a = sc.nextDouble();", "a", "sc.nextDouble()", "sc.nextDouble", "sc", "double b = sc.nextDouble();", "b", "sc.nextDouble()", "sc.nextDouble", "sc", "double c = sc.nextDouble();", "c", "sc.nextDouble()", "sc.nextDouble", "sc", "if(a/c<=b) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "a/c<=b", "a/c", "a", "c", "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\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc = new Scanner(System.in);\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\t\n\t\tif(a/c<=b) {\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}\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\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\t\n\t\tif(a/c<=b) {\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}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO 自動生成されたメソッド・スタブ Scanner sc = new Scanner(System.in); double a = sc.nextDouble(); double b = sc.nextDouble(); double c = sc.nextDouble(); if(a/c<=b) { 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, 20, 12, 13, 30, 4, 18, 13, 12, 13, 30, 4, 18, 13, 13, 23, 13, 12, 13, 30, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 12, 13, 30, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 13, 4, 13, 17, 12, 13, 30, 29, 4, 13, 4, 13, 17, 12, 13, 30, 41, 13, 4, 13, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 4, 18, 13, 4, 18, 13, 4, 18, 13, 13, 29, 13, 12, 13, 30, 41, 13, 4, 13, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 4, 18, 13, 4, 18, 13, 4, 18, 13, 13, 29, 13, 12, 13, 30, 41, 13, 4, 18, 13, 13, 14, 2, 13, 13, 30, 29, 4, 18, 13, 13, 13, 14, 2, 13, 13, 30, 29, 4, 18, 13, 13, 13, 30, 37, 20, 23, 13, 23, 13, 12, 13, 30, 41, 13, 4, 18, 13, 13, 29, 20, 23, 13, 23, 13, 12, 13, 30, 4, 18, 13, 17, 17, 4, 18, 13, 17, 17, 4, 18, 13, 17, 17, 4, 13, 4, 13, 23, 13, 12, 13, 30, 41, 13, 4, 13, 41, 13, 4, 18, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 4, 18, 13, 17, 14, 2, 2, 13, 13, 13, 30, 4, 13, 17, 30, 4, 13, 17, 6, 13, 41, 13, 20, 41, 13, 17, 41, 13, 41, 13, 12, 13, 30, 41, 13, 20, 38, 5, 13, 30, 30, 42, 2, 0, 13, 4, 18, 13, 17, 30, 4, 18, 13, 13, 0, 13, 4, 18, 13, 12, 13, 30, 29, 2, 13, 13, 12, 13, 30, 14, 4, 13, 30, 29, 4, 18, 13, 40, 13, 30, 37, 20, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 376, 11 ], [ 376, 12 ], [ 12, 13 ], [ 12, 14 ], [ 376, 15 ], [ 15, 16 ], [ 15, 17 ], [ 376, 18 ], [ 18, 19 ], [ 18, 20 ], [ 376, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 376, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 27, 34 ], [ 34, 35 ], [ 376, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 38, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 36, 51 ], [ 51, 52 ], [ 376, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 376, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 376, 67 ], [ 67, 68 ], [ 67, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 71, 74 ], [ 74, 75 ], [ 376, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 80, 83 ], [ 83, 84 ], [ 376, 85 ], [ 85, 86 ], [ 85, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 89, 92 ], [ 92, 93 ], [ 376, 94 ], [ 94, 95 ], [ 94, 96 ], [ 96, 97 ], [ 97, 98 ], [ 98, 99 ], [ 98, 100 ], [ 100, 101 ], [ 98, 102 ], [ 376, 103 ], [ 103, 104 ], [ 103, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 107, 111 ], [ 376, 112 ], [ 112, 113 ], [ 112, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 117, 118 ], [ 114, 119 ], [ 119, 120 ], [ 119, 121 ], [ 114, 122 ], [ 122, 123 ], [ 123, 124 ], [ 124, 125 ], [ 124, 126 ], [ 122, 127 ], [ 127, 128 ], [ 127, 129 ], [ 129, 130 ], [ 130, 131 ], [ 122, 132 ], [ 132, 133 ], [ 133, 134 ], [ 122, 135 ], [ 136, 136 ], [ 136, 137 ], [ 137, 138 ], [ 138, 139 ], [ 137, 140 ], [ 140, 141 ], [ 141, 142 ], [ 140, 143 ], [ 143, 144 ], [ 144, 145 ], [ 143, 146 ], [ 114, 147 ], [ 147, 148 ], [ 376, 149 ], [ 149, 150 ], [ 149, 151 ], [ 151, 152 ], [ 152, 153 ], [ 152, 154 ], [ 154, 155 ], [ 151, 156 ], [ 156, 157 ], [ 156, 158 ], [ 151, 159 ], [ 159, 160 ], [ 160, 161 ], [ 161, 162 ], [ 161, 163 ], [ 159, 164 ], [ 164, 165 ], [ 164, 166 ], [ 166, 167 ], [ 167, 168 ], [ 159, 169 ], [ 169, 170 ], [ 170, 171 ], [ 159, 172 ], [ 173, 173 ], [ 173, 174 ], [ 174, 175 ], [ 175, 176 ], [ 174, 177 ], [ 177, 178 ], [ 178, 179 ], [ 177, 180 ], [ 180, 181 ], [ 181, 182 ], [ 180, 183 ], [ 151, 184 ], [ 184, 185 ], [ 376, 186 ], [ 186, 187 ], [ 186, 188 ], [ 188, 189 ], [ 189, 190 ], [ 189, 191 ], [ 191, 192 ], [ 192, 193 ], [ 191, 194 ], [ 188, 195 ], [ 195, 196 ], [ 196, 197 ], [ 196, 198 ], [ 195, 199 ], [ 199, 200 ], [ 200, 201 ], [ 201, 202 ], [ 202, 203 ], [ 201, 204 ], [ 201, 205 ], [ 195, 206 ], [ 206, 207 ], [ 207, 208 ], [ 207, 209 ], [ 206, 210 ], [ 210, 211 ], [ 211, 212 ], [ 212, 213 ], [ 213, 214 ], [ 212, 215 ], [ 212, 216 ], [ 206, 217 ], [ 217, 218 ], [ 218, 219 ], [ 186, 220 ], [ 220, 221 ], [ 186, 222 ], [ 222, 223 ], [ 376, 224 ], [ 224, 225 ], [ 224, 226 ], [ 226, 227 ], [ 227, 228 ], [ 227, 229 ], [ 229, 230 ], [ 230, 231 ], [ 229, 232 ], [ 226, 233 ], [ 233, 234 ], [ 224, 235 ], [ 235, 236 ], [ 224, 237 ], [ 237, 238 ], [ 376, 239 ], [ 239, 240 ], [ 239, 241 ], [ 241, 242 ], [ 242, 243 ], [ 243, 244 ], [ 242, 245 ], [ 242, 246 ], [ 241, 247 ], [ 247, 248 ], [ 248, 249 ], [ 247, 250 ], [ 247, 251 ], [ 241, 252 ], [ 252, 253 ], [ 253, 254 ], [ 252, 255 ], [ 252, 256 ], [ 241, 257 ], [ 257, 258 ], [ 241, 259 ], [ 259, 260 ], [ 239, 261 ], [ 261, 262 ], [ 376, 263 ], [ 263, 264 ], [ 263, 265 ], [ 265, 266 ], [ 266, 267 ], [ 266, 268 ], [ 268, 269 ], [ 265, 270 ], [ 270, 271 ], [ 270, 272 ], [ 272, 273 ], [ 273, 274 ], [ 272, 275 ], [ 275, 276 ], [ 276, 277 ], [ 275, 278 ], [ 265, 279 ], [ 279, 280 ], [ 279, 281 ], [ 281, 282 ], [ 282, 283 ], [ 281, 284 ], [ 284, 285 ], [ 285, 286 ], [ 284, 287 ], [ 265, 288 ], [ 288, 289 ], [ 288, 290 ], [ 290, 291 ], [ 291, 292 ], [ 290, 293 ], [ 293, 294 ], [ 294, 295 ], [ 293, 296 ], [ 265, 297 ], [ 297, 298 ], [ 298, 299 ], [ 299, 300 ], [ 299, 301 ], [ 298, 302 ], [ 297, 303 ], [ 303, 304 ], [ 304, 305 ], [ 304, 306 ], [ 297, 307 ], [ 307, 308 ], [ 308, 309 ], [ 308, 310 ], [ 376, 311 ], [ 311, 312 ], [ 311, 313 ], [ 313, 314 ], [ 313, 315 ], [ 311, 316 ], [ 316, 317 ], [ 316, 318 ], [ 311, 319 ], [ 319, 320 ], [ 311, 321 ], [ 321, 322 ], [ 311, 323 ], [ 323, 324 ], [ 323, 325 ], [ 325, 326 ], [ 326, 327 ], [ 326, 328 ], [ 325, 329 ], [ 329, 330 ], [ 330, 331 ], [ 330, 332 ], [ 329, 333 ], [ 333, 334 ], [ 334, 335 ], [ 335, 336 ], [ 336, 337 ], [ 336, 338 ], [ 338, 339 ], [ 339, 340 ], [ 335, 341 ], [ 334, 342 ], [ 342, 343 ], [ 343, 344 ], [ 344, 345 ], [ 343, 346 ], [ 325, 347 ], [ 347, 348 ], [ 347, 349 ], [ 349, 350 ], [ 350, 351 ], [ 311, 352 ], [ 352, 353 ], [ 352, 354 ], [ 354, 355 ], [ 355, 356 ], [ 356, 357 ], [ 356, 358 ], [ 311, 359 ], [ 359, 360 ], [ 359, 361 ], [ 361, 362 ], [ 362, 363 ], [ 363, 364 ], [ 362, 365 ], [ 365, 366 ], [ 366, 367 ], [ 367, 368 ], [ 368, 369 ], [ 367, 370 ], [ 370, 371 ], [ 362, 372 ], [ 372, 373 ], [ 373, 374 ], [ 0, 375 ], [ 375, 376 ], [ 375, 377 ] ]
[ "import java.util.*; import java.io.*; import java.math.*;\npublic class Main{\n\t//Don't have to see. start------------------------------------------\n\tstatic class InputIterator{\n\t\tArrayList<String> inputLine = new ArrayList<String>(1024);\n\t\tint index = 0; int max; String read;\n\t\tInputIterator(){\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\ttry{\n\t\t\t\twhile((read = br.readLine()) != null){\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}\n\t\t\t}catch(IOException e){}\n\t\t\tmax = inputLine.size();\n\t\t}\n\t\tboolean hasNext(){return (index < max);}\n\t\tString next(){\n\t\t\tif(hasNext()){\n\t\t\t\treturn inputLine.get(index++);\n\t\t\t}else{\n\t\t\t\tthrow new IndexOutOfBoundsException(\"There is no more input\");\n\t\t\t}\n\t\t}\n\t}\n\tstatic HashMap<Integer, String> CONVSTR = new HashMap<Integer, String>();\n\tstatic InputIterator ii = new InputIterator();//This class cannot be used in reactive problem.\n\tstatic PrintWriter out = new PrintWriter(System.out);\n\tstatic void flush(){out.flush();}\n\tstatic void myout(Object t){out.println(t);}\n\tstatic void myerr(Object t){System.err.print(\"debug:\");System.err.println(t);}\n\tstatic String next(){return ii.next();}\n\tstatic boolean hasNext(){return ii.hasNext();}\n\tstatic int nextInt(){return Integer.parseInt(next());}\n\tstatic long nextLong(){return Long.parseLong(next());}\n\tstatic double nextDouble(){return Double.parseDouble(next());}\n\tstatic ArrayList<String> nextStrArray(){return myconv(next(), 8);}\n\tstatic ArrayList<String> nextCharArray(){return myconv(next(), 0);}\n\tstatic ArrayList<Integer> nextIntArray(){\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Integer> ret = new ArrayList<Integer>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Integer.parseInt(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}\n\tstatic ArrayList<Long> nextLongArray(){\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Long> ret = new ArrayList<Long>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Long.parseLong(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}\n\tstatic String myconv(Object list, int no){//only join\n\t\tString joinString = CONVSTR.get(no);\n\t\tif(list instanceof String[]){\n\t\t\treturn String.join(joinString, (String[])list);\n\t\t}else if(list instanceof ArrayList){\n\t\t\treturn String.join(joinString, (ArrayList)list);\n\t\t}else{\n\t\t\tthrow new ClassCastException(\"Don't join\");\n\t\t}\n\t}\n\tstatic ArrayList<String> myconv(String str, int no){//only split\n\t\tString splitString = CONVSTR.get(no);\n\t\treturn new ArrayList<String>(Arrays.asList(str.split(splitString)));\n\t}\n\tpublic static void main(String[] args){\n\t\tCONVSTR.put(8, \" \"); CONVSTR.put(9, \"\\n\"); CONVSTR.put(0, \"\");\n\t\tsolve();flush();\n\t}\n\t//Don't have to see. end------------------------------------------\n\tstatic void solve(){//Here is the main function\n\t\tArrayList<String> one = nextStrArray();\n\t\tdouble D = Double.parseDouble(one.get(0));\n\t\tdouble T = Double.parseDouble(one.get(1));\n\t\tdouble S = Double.parseDouble(one.get(2));\n\t\tif(D / S <= T){\n\t\t\tmyout(\"Yes\");\n\t\t}else{\n\t\t\tmyout(\"No\");\n\t\t}\n\t}\n\t//Method addition frame start\n\n\n\n\n\t//Method addition frame end\n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "import java.math.*;", "math.*", "java", "public class Main{\n\t//Don't have to see. start------------------------------------------\n\tstatic class InputIterator{\n\t\tArrayList<String> inputLine = new ArrayList<String>(1024);\n\t\tint index = 0; int max; String read;\n\t\tInputIterator(){\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\ttry{\n\t\t\t\twhile((read = br.readLine()) != null){\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}\n\t\t\t}catch(IOException e){}\n\t\t\tmax = inputLine.size();\n\t\t}\n\t\tboolean hasNext(){return (index < max);}\n\t\tString next(){\n\t\t\tif(hasNext()){\n\t\t\t\treturn inputLine.get(index++);\n\t\t\t}else{\n\t\t\t\tthrow new IndexOutOfBoundsException(\"There is no more input\");\n\t\t\t}\n\t\t}\n\t}\n\tstatic HashMap<Integer, String> CONVSTR = new HashMap<Integer, String>();\n\tstatic InputIterator ii = new InputIterator();//This class cannot be used in reactive problem.\n\tstatic PrintWriter out = new PrintWriter(System.out);\n\tstatic void flush(){out.flush();}\n\tstatic void myout(Object t){out.println(t);}\n\tstatic void myerr(Object t){System.err.print(\"debug:\");System.err.println(t);}\n\tstatic String next(){return ii.next();}\n\tstatic boolean hasNext(){return ii.hasNext();}\n\tstatic int nextInt(){return Integer.parseInt(next());}\n\tstatic long nextLong(){return Long.parseLong(next());}\n\tstatic double nextDouble(){return Double.parseDouble(next());}\n\tstatic ArrayList<String> nextStrArray(){return myconv(next(), 8);}\n\tstatic ArrayList<String> nextCharArray(){return myconv(next(), 0);}\n\tstatic ArrayList<Integer> nextIntArray(){\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Integer> ret = new ArrayList<Integer>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Integer.parseInt(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}\n\tstatic ArrayList<Long> nextLongArray(){\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Long> ret = new ArrayList<Long>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Long.parseLong(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}\n\tstatic String myconv(Object list, int no){//only join\n\t\tString joinString = CONVSTR.get(no);\n\t\tif(list instanceof String[]){\n\t\t\treturn String.join(joinString, (String[])list);\n\t\t}else if(list instanceof ArrayList){\n\t\t\treturn String.join(joinString, (ArrayList)list);\n\t\t}else{\n\t\t\tthrow new ClassCastException(\"Don't join\");\n\t\t}\n\t}\n\tstatic ArrayList<String> myconv(String str, int no){//only split\n\t\tString splitString = CONVSTR.get(no);\n\t\treturn new ArrayList<String>(Arrays.asList(str.split(splitString)));\n\t}\n\tpublic static void main(String[] args){\n\t\tCONVSTR.put(8, \" \"); CONVSTR.put(9, \"\\n\"); CONVSTR.put(0, \"\");\n\t\tsolve();flush();\n\t}\n\t//Don't have to see. end------------------------------------------\n\tstatic void solve(){//Here is the main function\n\t\tArrayList<String> one = nextStrArray();\n\t\tdouble D = Double.parseDouble(one.get(0));\n\t\tdouble T = Double.parseDouble(one.get(1));\n\t\tdouble S = Double.parseDouble(one.get(2));\n\t\tif(D / S <= T){\n\t\t\tmyout(\"Yes\");\n\t\t}else{\n\t\t\tmyout(\"No\");\n\t\t}\n\t}\n\t//Method addition frame start\n\n\n\n\n\t//Method addition frame end\n}", "Main", "static HashMap<Integer, String> CONVSTR = new HashMap<Integer, String>();", "CONVSTR", "new HashMap<Integer, String>()", "static InputIterator ii = new InputIterator();//This class cannot be used in reactive problem.", "ii", "new InputIterator()", "static PrintWriter out = new PrintWriter(System.out);", "out", "new PrintWriter(System.out)", "static void flush(){out.flush();}", "flush", "{out.flush();}", "out.flush()", "out.flush", "out", "static void myout(Object t){out.println(t);}", "myout", "{out.println(t);}", "out.println(t)", "out.println", "out", "t", "Object t", "t", "static void myerr(Object t){System.err.print(\"debug:\");System.err.println(t);}", "myerr", "{System.err.print(\"debug:\");System.err.println(t);}", "System.err.print(\"debug:\")", "System.err.print", "System.err", "System", "System.err", "\"debug:\"", "System.err.println(t)", "System.err.println", "System.err", "System", "System.err", "t", "Object t", "t", "static String next(){return ii.next();}", "next", "{return ii.next();}", "return ii.next();", "ii.next()", "ii.next", "ii", "static boolean hasNext(){return ii.hasNext();}", "hasNext", "{return ii.hasNext();}", "return ii.hasNext();", "ii.hasNext()", "ii.hasNext", "ii", "static int nextInt(){return Integer.parseInt(next());}", "nextInt", "{return Integer.parseInt(next());}", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "static long nextLong(){return Long.parseLong(next());}", "nextLong", "{return Long.parseLong(next());}", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "static double nextDouble(){return Double.parseDouble(next());}", "nextDouble", "{return Double.parseDouble(next());}", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "static ArrayList<String> nextStrArray(){return myconv(next(), 8);}", "nextStrArray", "{return myconv(next(), 8);}", "return myconv(next(), 8);", "myconv(next(), 8)", "myconv", "next()", "next", "8", "static ArrayList<String> nextCharArray(){return myconv(next(), 0);}", "nextCharArray", "{return myconv(next(), 0);}", "return myconv(next(), 0);", "myconv(next(), 0)", "myconv", "next()", "next", "0", "static ArrayList<Integer> nextIntArray(){\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Integer> ret = new ArrayList<Integer>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Integer.parseInt(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}", "nextIntArray", "{\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Integer> ret = new ArrayList<Integer>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Integer.parseInt(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}", "ArrayList<String> input = nextStrArray();", "input", "nextStrArray()", "nextStrArray", "ArrayList<Integer> ret = new ArrayList<Integer>(input.size());", "ret", "new ArrayList<Integer>(input.size())", "for(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Integer.parseInt(input.get(i)));\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < input.size()", "i", "input.size()", "input.size", "input", "i++", "i++", "i", "{\n\t\t\tret.add(Integer.parseInt(input.get(i)));\n\t\t}", "{\n\t\t\tret.add(Integer.parseInt(input.get(i)));\n\t\t}", "ret.add(Integer.parseInt(input.get(i)))", "ret.add", "ret", "Integer.parseInt(input.get(i))", "Integer.parseInt", "Integer", "input.get(i)", "input.get", "input", "i", "return ret;", "ret", "static ArrayList<Long> nextLongArray(){\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Long> ret = new ArrayList<Long>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Long.parseLong(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}", "nextLongArray", "{\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Long> ret = new ArrayList<Long>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Long.parseLong(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}", "ArrayList<String> input = nextStrArray();", "input", "nextStrArray()", "nextStrArray", "ArrayList<Long> ret = new ArrayList<Long>(input.size());", "ret", "new ArrayList<Long>(input.size())", "for(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Long.parseLong(input.get(i)));\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < input.size()", "i", "input.size()", "input.size", "input", "i++", "i++", "i", "{\n\t\t\tret.add(Long.parseLong(input.get(i)));\n\t\t}", "{\n\t\t\tret.add(Long.parseLong(input.get(i)));\n\t\t}", "ret.add(Long.parseLong(input.get(i)))", "ret.add", "ret", "Long.parseLong(input.get(i))", "Long.parseLong", "Long", "input.get(i)", "input.get", "input", "i", "return ret;", "ret", "static String myconv(Object list, int no){//only join\n\t\tString joinString = CONVSTR.get(no);\n\t\tif(list instanceof String[]){\n\t\t\treturn String.join(joinString, (String[])list);\n\t\t}else if(list instanceof ArrayList){\n\t\t\treturn String.join(joinString, (ArrayList)list);\n\t\t}else{\n\t\t\tthrow new ClassCastException(\"Don't join\");\n\t\t}\n\t}", "myconv", "{//only join\n\t\tString joinString = CONVSTR.get(no);\n\t\tif(list instanceof String[]){\n\t\t\treturn String.join(joinString, (String[])list);\n\t\t}else if(list instanceof ArrayList){\n\t\t\treturn String.join(joinString, (ArrayList)list);\n\t\t}else{\n\t\t\tthrow new ClassCastException(\"Don't join\");\n\t\t}\n\t}", "String joinString = CONVSTR.get(no);", "joinString", "CONVSTR.get(no)", "CONVSTR.get", "CONVSTR", "no", "if(list instanceof String[]){\n\t\t\treturn String.join(joinString, (String[])list);\n\t\t}else if(list instanceof ArrayList){\n\t\t\treturn String.join(joinString, (ArrayList)list);\n\t\t}else{\n\t\t\tthrow new ClassCastException(\"Don't join\");\n\t\t}", "list instanceof String[]", "list", "String[]", "{\n\t\t\treturn String.join(joinString, (String[])list);\n\t\t}", "return String.join(joinString, (String[])list);", "String.join(joinString, (String[])list)", "String.join", "String", "joinString", "(String[])list", "if(list instanceof ArrayList){\n\t\t\treturn String.join(joinString, (ArrayList)list);\n\t\t}else{\n\t\t\tthrow new ClassCastException(\"Don't join\");\n\t\t}", "list instanceof ArrayList", "list", "ArrayList", "{\n\t\t\treturn String.join(joinString, (ArrayList)list);\n\t\t}", "return String.join(joinString, (ArrayList)list);", "String.join(joinString, (ArrayList)list)", "String.join", "String", "joinString", "(ArrayList)list", "{\n\t\t\tthrow new ClassCastException(\"Don't join\");\n\t\t}", "throw new ClassCastException(\"Don't join\");", "new ClassCastException(\"Don't join\")", "Object list", "list", "int no", "no", "static ArrayList<String> myconv(String str, int no){//only split\n\t\tString splitString = CONVSTR.get(no);\n\t\treturn new ArrayList<String>(Arrays.asList(str.split(splitString)));\n\t}", "myconv", "{//only split\n\t\tString splitString = CONVSTR.get(no);\n\t\treturn new ArrayList<String>(Arrays.asList(str.split(splitString)));\n\t}", "String splitString = CONVSTR.get(no);", "splitString", "CONVSTR.get(no)", "CONVSTR.get", "CONVSTR", "no", "return new ArrayList<String>(Arrays.asList(str.split(splitString)));", "new ArrayList<String>(Arrays.asList(str.split(splitString)))", "String str", "str", "int no", "no", "public static void main(String[] args){\n\t\tCONVSTR.put(8, \" \"); CONVSTR.put(9, \"\\n\"); CONVSTR.put(0, \"\");\n\t\tsolve();flush();\n\t}", "main", "{\n\t\tCONVSTR.put(8, \" \"); CONVSTR.put(9, \"\\n\"); CONVSTR.put(0, \"\");\n\t\tsolve();flush();\n\t}", "CONVSTR.put(8, \" \")", "CONVSTR.put", "CONVSTR", "8", "\" \"", "CONVSTR.put(9, \"\\n\")", "CONVSTR.put", "CONVSTR", "9", "\"\\n\"", "CONVSTR.put(0, \"\")", "CONVSTR.put", "CONVSTR", "0", "\"\"", "solve()", "solve", "flush()", "flush", "String[] args", "args", "//Don't have to see. end------------------------------------------\n\tstatic void solve(){//Here is the main function\n\t\tArrayList<String> one = nextStrArray();\n\t\tdouble D = Double.parseDouble(one.get(0));\n\t\tdouble T = Double.parseDouble(one.get(1));\n\t\tdouble S = Double.parseDouble(one.get(2));\n\t\tif(D / S <= T){\n\t\t\tmyout(\"Yes\");\n\t\t}else{\n\t\t\tmyout(\"No\");\n\t\t}\n\t}", "solve", "{//Here is the main function\n\t\tArrayList<String> one = nextStrArray();\n\t\tdouble D = Double.parseDouble(one.get(0));\n\t\tdouble T = Double.parseDouble(one.get(1));\n\t\tdouble S = Double.parseDouble(one.get(2));\n\t\tif(D / S <= T){\n\t\t\tmyout(\"Yes\");\n\t\t}else{\n\t\t\tmyout(\"No\");\n\t\t}\n\t}", "ArrayList<String> one = nextStrArray();", "one", "nextStrArray()", "nextStrArray", "double D = Double.parseDouble(one.get(0));", "D", "Double.parseDouble(one.get(0))", "Double.parseDouble", "Double", "one.get(0)", "one.get", "one", "0", "double T = Double.parseDouble(one.get(1));", "T", "Double.parseDouble(one.get(1))", "Double.parseDouble", "Double", "one.get(1)", "one.get", "one", "1", "double S = Double.parseDouble(one.get(2));", "S", "Double.parseDouble(one.get(2))", "Double.parseDouble", "Double", "one.get(2)", "one.get", "one", "2", "if(D / S <= T){\n\t\t\tmyout(\"Yes\");\n\t\t}else{\n\t\t\tmyout(\"No\");\n\t\t}", "D / S <= T", "D / S", "D", "S", "T", "{\n\t\t\tmyout(\"Yes\");\n\t\t}", "myout(\"Yes\")", "myout", "\"Yes\"", "{\n\t\t\tmyout(\"No\");\n\t\t}", "myout(\"No\")", "myout", "\"No\"", "static class InputIterator{\n\t\tArrayList<String> inputLine = new ArrayList<String>(1024);\n\t\tint index = 0; int max; String read;\n\t\tInputIterator(){\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\ttry{\n\t\t\t\twhile((read = br.readLine()) != null){\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}\n\t\t\t}catch(IOException e){}\n\t\t\tmax = inputLine.size();\n\t\t}\n\t\tboolean hasNext(){return (index < max);}\n\t\tString next(){\n\t\t\tif(hasNext()){\n\t\t\t\treturn inputLine.get(index++);\n\t\t\t}else{\n\t\t\t\tthrow new IndexOutOfBoundsException(\"There is no more input\");\n\t\t\t}\n\t\t}\n\t}", "InputIterator", "ArrayList<String> inputLine = new ArrayList<String>(1024);", "inputLine", "new ArrayList<String>(1024)", "int index = 0;", "index", "0", "int max;", "max", "String read;", "read", "InputIterator(){\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\ttry{\n\t\t\t\twhile((read = br.readLine()) != null){\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}\n\t\t\t}catch(IOException e){}\n\t\t\tmax = inputLine.size();\n\t\t}", "InputIterator", "{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\ttry{\n\t\t\t\twhile((read = br.readLine()) != null){\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}\n\t\t\t}catch(IOException e){}\n\t\t\tmax = inputLine.size();\n\t\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "try{\n\t\t\t\twhile((read = br.readLine()) != null){\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}\n\t\t\t}catch(IOException e){}", "catch(IOException e){}", "IOException e", "{}", "{\n\t\t\t\twhile((read = br.readLine()) != null){\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}\n\t\t\t}", "while((read = br.readLine()) != null){\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}", "(read = br.readLine()) != null", "(read = br.readLine())", "read", "br.readLine()", "br.readLine", "br", "null", "{\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}", "inputLine.add(read)", "inputLine.add", "inputLine", "read", "max = inputLine.size()", "max", "inputLine.size()", "inputLine.size", "inputLine", "boolean hasNext(){return (index < max);}", "hasNext", "{return (index < max);}", "return (index < max);", "(index < max)", "index", "max", "String next(){\n\t\t\tif(hasNext()){\n\t\t\t\treturn inputLine.get(index++);\n\t\t\t}else{\n\t\t\t\tthrow new IndexOutOfBoundsException(\"There is no more input\");\n\t\t\t}\n\t\t}", "next", "{\n\t\t\tif(hasNext()){\n\t\t\t\treturn inputLine.get(index++);\n\t\t\t}else{\n\t\t\t\tthrow new IndexOutOfBoundsException(\"There is no more input\");\n\t\t\t}\n\t\t}", "if(hasNext()){\n\t\t\t\treturn inputLine.get(index++);\n\t\t\t}else{\n\t\t\t\tthrow new IndexOutOfBoundsException(\"There is no more input\");\n\t\t\t}", "hasNext()", "hasNext", "{\n\t\t\t\treturn inputLine.get(index++);\n\t\t\t}", "return inputLine.get(index++);", "inputLine.get(index++)", "inputLine.get", "inputLine", "index++", "index", "{\n\t\t\t\tthrow new IndexOutOfBoundsException(\"There is no more input\");\n\t\t\t}", "throw new IndexOutOfBoundsException(\"There is no more input\");", "new IndexOutOfBoundsException(\"There is no more input\")", "public class Main{\n\t//Don't have to see. start------------------------------------------\n\tstatic class InputIterator{\n\t\tArrayList<String> inputLine = new ArrayList<String>(1024);\n\t\tint index = 0; int max; String read;\n\t\tInputIterator(){\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\ttry{\n\t\t\t\twhile((read = br.readLine()) != null){\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}\n\t\t\t}catch(IOException e){}\n\t\t\tmax = inputLine.size();\n\t\t}\n\t\tboolean hasNext(){return (index < max);}\n\t\tString next(){\n\t\t\tif(hasNext()){\n\t\t\t\treturn inputLine.get(index++);\n\t\t\t}else{\n\t\t\t\tthrow new IndexOutOfBoundsException(\"There is no more input\");\n\t\t\t}\n\t\t}\n\t}\n\tstatic HashMap<Integer, String> CONVSTR = new HashMap<Integer, String>();\n\tstatic InputIterator ii = new InputIterator();//This class cannot be used in reactive problem.\n\tstatic PrintWriter out = new PrintWriter(System.out);\n\tstatic void flush(){out.flush();}\n\tstatic void myout(Object t){out.println(t);}\n\tstatic void myerr(Object t){System.err.print(\"debug:\");System.err.println(t);}\n\tstatic String next(){return ii.next();}\n\tstatic boolean hasNext(){return ii.hasNext();}\n\tstatic int nextInt(){return Integer.parseInt(next());}\n\tstatic long nextLong(){return Long.parseLong(next());}\n\tstatic double nextDouble(){return Double.parseDouble(next());}\n\tstatic ArrayList<String> nextStrArray(){return myconv(next(), 8);}\n\tstatic ArrayList<String> nextCharArray(){return myconv(next(), 0);}\n\tstatic ArrayList<Integer> nextIntArray(){\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Integer> ret = new ArrayList<Integer>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Integer.parseInt(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}\n\tstatic ArrayList<Long> nextLongArray(){\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Long> ret = new ArrayList<Long>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Long.parseLong(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}\n\tstatic String myconv(Object list, int no){//only join\n\t\tString joinString = CONVSTR.get(no);\n\t\tif(list instanceof String[]){\n\t\t\treturn String.join(joinString, (String[])list);\n\t\t}else if(list instanceof ArrayList){\n\t\t\treturn String.join(joinString, (ArrayList)list);\n\t\t}else{\n\t\t\tthrow new ClassCastException(\"Don't join\");\n\t\t}\n\t}\n\tstatic ArrayList<String> myconv(String str, int no){//only split\n\t\tString splitString = CONVSTR.get(no);\n\t\treturn new ArrayList<String>(Arrays.asList(str.split(splitString)));\n\t}\n\tpublic static void main(String[] args){\n\t\tCONVSTR.put(8, \" \"); CONVSTR.put(9, \"\\n\"); CONVSTR.put(0, \"\");\n\t\tsolve();flush();\n\t}\n\t//Don't have to see. end------------------------------------------\n\tstatic void solve(){//Here is the main function\n\t\tArrayList<String> one = nextStrArray();\n\t\tdouble D = Double.parseDouble(one.get(0));\n\t\tdouble T = Double.parseDouble(one.get(1));\n\t\tdouble S = Double.parseDouble(one.get(2));\n\t\tif(D / S <= T){\n\t\t\tmyout(\"Yes\");\n\t\t}else{\n\t\t\tmyout(\"No\");\n\t\t}\n\t}\n\t//Method addition frame start\n\n\n\n\n\t//Method addition frame end\n}", "public class Main{\n\t//Don't have to see. start------------------------------------------\n\tstatic class InputIterator{\n\t\tArrayList<String> inputLine = new ArrayList<String>(1024);\n\t\tint index = 0; int max; String read;\n\t\tInputIterator(){\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\ttry{\n\t\t\t\twhile((read = br.readLine()) != null){\n\t\t\t\t\tinputLine.add(read);\n\t\t\t\t}\n\t\t\t}catch(IOException e){}\n\t\t\tmax = inputLine.size();\n\t\t}\n\t\tboolean hasNext(){return (index < max);}\n\t\tString next(){\n\t\t\tif(hasNext()){\n\t\t\t\treturn inputLine.get(index++);\n\t\t\t}else{\n\t\t\t\tthrow new IndexOutOfBoundsException(\"There is no more input\");\n\t\t\t}\n\t\t}\n\t}\n\tstatic HashMap<Integer, String> CONVSTR = new HashMap<Integer, String>();\n\tstatic InputIterator ii = new InputIterator();//This class cannot be used in reactive problem.\n\tstatic PrintWriter out = new PrintWriter(System.out);\n\tstatic void flush(){out.flush();}\n\tstatic void myout(Object t){out.println(t);}\n\tstatic void myerr(Object t){System.err.print(\"debug:\");System.err.println(t);}\n\tstatic String next(){return ii.next();}\n\tstatic boolean hasNext(){return ii.hasNext();}\n\tstatic int nextInt(){return Integer.parseInt(next());}\n\tstatic long nextLong(){return Long.parseLong(next());}\n\tstatic double nextDouble(){return Double.parseDouble(next());}\n\tstatic ArrayList<String> nextStrArray(){return myconv(next(), 8);}\n\tstatic ArrayList<String> nextCharArray(){return myconv(next(), 0);}\n\tstatic ArrayList<Integer> nextIntArray(){\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Integer> ret = new ArrayList<Integer>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Integer.parseInt(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}\n\tstatic ArrayList<Long> nextLongArray(){\n\t\tArrayList<String> input = nextStrArray(); ArrayList<Long> ret = new ArrayList<Long>(input.size());\n\t\tfor(int i = 0; i < input.size(); i++){\n\t\t\tret.add(Long.parseLong(input.get(i)));\n\t\t}\n\t\treturn ret;\n\t}\n\tstatic String myconv(Object list, int no){//only join\n\t\tString joinString = CONVSTR.get(no);\n\t\tif(list instanceof String[]){\n\t\t\treturn String.join(joinString, (String[])list);\n\t\t}else if(list instanceof ArrayList){\n\t\t\treturn String.join(joinString, (ArrayList)list);\n\t\t}else{\n\t\t\tthrow new ClassCastException(\"Don't join\");\n\t\t}\n\t}\n\tstatic ArrayList<String> myconv(String str, int no){//only split\n\t\tString splitString = CONVSTR.get(no);\n\t\treturn new ArrayList<String>(Arrays.asList(str.split(splitString)));\n\t}\n\tpublic static void main(String[] args){\n\t\tCONVSTR.put(8, \" \"); CONVSTR.put(9, \"\\n\"); CONVSTR.put(0, \"\");\n\t\tsolve();flush();\n\t}\n\t//Don't have to see. end------------------------------------------\n\tstatic void solve(){//Here is the main function\n\t\tArrayList<String> one = nextStrArray();\n\t\tdouble D = Double.parseDouble(one.get(0));\n\t\tdouble T = Double.parseDouble(one.get(1));\n\t\tdouble S = Double.parseDouble(one.get(2));\n\t\tif(D / S <= T){\n\t\t\tmyout(\"Yes\");\n\t\t}else{\n\t\t\tmyout(\"No\");\n\t\t}\n\t}\n\t//Method addition frame start\n\n\n\n\n\t//Method addition frame end\n}", "Main" ]
import java.util.*; import java.io.*; import java.math.*; public class Main{ //Don't have to see. start------------------------------------------ static class InputIterator{ ArrayList<String> inputLine = new ArrayList<String>(1024); int index = 0; int max; String read; InputIterator(){ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); try{ while((read = br.readLine()) != null){ inputLine.add(read); } }catch(IOException e){} max = inputLine.size(); } boolean hasNext(){return (index < max);} String next(){ if(hasNext()){ return inputLine.get(index++); }else{ throw new IndexOutOfBoundsException("There is no more input"); } } } static HashMap<Integer, String> CONVSTR = new HashMap<Integer, String>(); static InputIterator ii = new InputIterator();//This class cannot be used in reactive problem. static PrintWriter out = new PrintWriter(System.out); static void flush(){out.flush();} static void myout(Object t){out.println(t);} static void myerr(Object t){System.err.print("debug:");System.err.println(t);} static String next(){return ii.next();} static boolean hasNext(){return ii.hasNext();} static int nextInt(){return Integer.parseInt(next());} static long nextLong(){return Long.parseLong(next());} static double nextDouble(){return Double.parseDouble(next());} static ArrayList<String> nextStrArray(){return myconv(next(), 8);} static ArrayList<String> nextCharArray(){return myconv(next(), 0);} static ArrayList<Integer> nextIntArray(){ ArrayList<String> input = nextStrArray(); ArrayList<Integer> ret = new ArrayList<Integer>(input.size()); for(int i = 0; i < input.size(); i++){ ret.add(Integer.parseInt(input.get(i))); } return ret; } static ArrayList<Long> nextLongArray(){ ArrayList<String> input = nextStrArray(); ArrayList<Long> ret = new ArrayList<Long>(input.size()); for(int i = 0; i < input.size(); i++){ ret.add(Long.parseLong(input.get(i))); } return ret; } static String myconv(Object list, int no){//only join String joinString = CONVSTR.get(no); if(list instanceof String[]){ return String.join(joinString, (String[])list); }else if(list instanceof ArrayList){ return String.join(joinString, (ArrayList)list); }else{ throw new ClassCastException("Don't join"); } } static ArrayList<String> myconv(String str, int no){//only split String splitString = CONVSTR.get(no); return new ArrayList<String>(Arrays.asList(str.split(splitString))); } public static void main(String[] args){ CONVSTR.put(8, " "); CONVSTR.put(9, "\n"); CONVSTR.put(0, ""); solve();flush(); } //Don't have to see. end------------------------------------------ static void solve(){//Here is the main function ArrayList<String> one = nextStrArray(); double D = Double.parseDouble(one.get(0)); double T = Double.parseDouble(one.get(1)); double S = Double.parseDouble(one.get(2)); if(D / S <= T){ myout("Yes"); }else{ myout("No"); } } //Method addition frame start //Method addition frame end }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 14, 2, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 32, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 6, 48 ], [ 48, 49 ] ]
[ "import java.util.*;\nclass Main{\npublic static void main(String args[])\n{\n\n Scanner s=new Scanner(System.in);\n //int t=s.nextInt();\n double d=s.nextDouble();\n double t=s.nextDouble();\n double sp=s.nextDouble(); \n double time=d/sp;\n if(time>t)\n System.out.println(\"No\");\n else\n System.out.println(\"Yes\");\n\n\n \n \n}\n \n}", "import java.util.*;", "util.*", "java", "class Main{\npublic static void main(String args[])\n{\n\n Scanner s=new Scanner(System.in);\n //int t=s.nextInt();\n double d=s.nextDouble();\n double t=s.nextDouble();\n double sp=s.nextDouble(); \n double time=d/sp;\n if(time>t)\n System.out.println(\"No\");\n else\n System.out.println(\"Yes\");\n\n\n \n \n}\n \n}", "Main", "public static void main(String args[])\n{\n\n Scanner s=new Scanner(System.in);\n //int t=s.nextInt();\n double d=s.nextDouble();\n double t=s.nextDouble();\n double sp=s.nextDouble(); \n double time=d/sp;\n if(time>t)\n System.out.println(\"No\");\n else\n System.out.println(\"Yes\");\n\n\n \n \n}", "main", "{\n\n Scanner s=new Scanner(System.in);\n //int t=s.nextInt();\n double d=s.nextDouble();\n double t=s.nextDouble();\n double sp=s.nextDouble(); \n double time=d/sp;\n if(time>t)\n System.out.println(\"No\");\n else\n System.out.println(\"Yes\");\n\n\n \n \n}", "Scanner s=new Scanner(System.in);", "s", "new Scanner(System.in)", "double d=s.nextDouble();", "d", "s.nextDouble()", "s.nextDouble", "s", "double t=s.nextDouble();", "t", "s.nextDouble()", "s.nextDouble", "s", "double sp=s.nextDouble();", "sp", "s.nextDouble()", "s.nextDouble", "s", "double time=d/sp;", "time", "d/sp", "d", "sp", "if(time>t)\n System.out.println(\"No\");\n else\n System.out.println(\"Yes\");", "time>t", "time", "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" ]
import java.util.*; class Main{ public static void main(String args[]) { Scanner s=new Scanner(System.in); //int t=s.nextInt(); double d=s.nextDouble(); double t=s.nextDouble(); double sp=s.nextDouble(); double time=d/sp; if(time>t) System.out.println("No"); else System.out.println("Yes"); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 58, 5 ], [ 58, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 10, 12 ], [ 9, 13 ], [ 13, 14 ], [ 14, 15 ], [ 14, 16 ], [ 13, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 13, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 13, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 13, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 13, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 37, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 37, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 6, 55 ], [ 55, 56 ], [ 0, 57 ], [ 57, 58 ], [ 57, 59 ] ]
[ "import java.util.Scanner;\n \npublic class Main {\n public static void main(String[] args) {\n try {\n\t\t\tScanner sc=new Scanner(System.in);\n\t\t\tint d=sc.nextInt();\n\t\t\tint t=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tint k=t*s;\n\t\t\tif(k>=d) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}catch(Exception e) {\n\t\t\t\n\t\t}\n\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n try {\n\t\t\tScanner sc=new Scanner(System.in);\n\t\t\tint d=sc.nextInt();\n\t\t\tint t=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tint k=t*s;\n\t\t\tif(k>=d) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}catch(Exception e) {\n\t\t\t\n\t\t}\n\n }\n}", "Main", "public static void main(String[] args) {\n try {\n\t\t\tScanner sc=new Scanner(System.in);\n\t\t\tint d=sc.nextInt();\n\t\t\tint t=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tint k=t*s;\n\t\t\tif(k>=d) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}catch(Exception e) {\n\t\t\t\n\t\t}\n\n }", "main", "{\n try {\n\t\t\tScanner sc=new Scanner(System.in);\n\t\t\tint d=sc.nextInt();\n\t\t\tint t=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tint k=t*s;\n\t\t\tif(k>=d) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}catch(Exception e) {\n\t\t\t\n\t\t}\n\n }", "try {\n\t\t\tScanner sc=new Scanner(System.in);\n\t\t\tint d=sc.nextInt();\n\t\t\tint t=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tint k=t*s;\n\t\t\tif(k>=d) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}catch(Exception e) {\n\t\t\t\n\t\t}", "catch(Exception e) {\n\t\t\t\n\t\t}", "Exception e", "{\n\t\t\t\n\t\t}", "{\n\t\t\tScanner sc=new Scanner(System.in);\n\t\t\tint d=sc.nextInt();\n\t\t\tint t=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tint k=t*s;\n\t\t\tif(k>=d) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "int d=sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int t=sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "int s=sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "int k=t*s;", "k", "t*s", "t", "s", "if(k>=d) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}", "k>=d", "k", "d", "{\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n try {\n\t\t\tScanner sc=new Scanner(System.in);\n\t\t\tint d=sc.nextInt();\n\t\t\tint t=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tint k=t*s;\n\t\t\tif(k>=d) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}catch(Exception e) {\n\t\t\t\n\t\t}\n\n }\n}", "public class Main {\n public static void main(String[] args) {\n try {\n\t\t\tScanner sc=new Scanner(System.in);\n\t\t\tint d=sc.nextInt();\n\t\t\tint t=sc.nextInt();\n\t\t\tint s=sc.nextInt();\n\t\t\tint k=t*s;\n\t\t\tif(k>=d) {\n\t\t\t\tSystem.out.println(\"Yes\");\n\t\t\t}\n\t\t\telse {\n\t\t\t\tSystem.out.println(\"No\");\n\t\t\t}\n\t\t}catch(Exception e) {\n\t\t\t\n\t\t}\n\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { try { Scanner sc=new Scanner(System.in); int d=sc.nextInt(); int t=sc.nextInt(); int s=sc.nextInt(); int k=t*s; if(k>=d) { System.out.println("Yes"); } else { System.out.println("No"); } }catch(Exception e) { } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 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 ], [ 53, 8 ], [ 53, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 11, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 11, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 30, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 30, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 44, 49 ], [ 9, 50 ], [ 50, 51 ], [ 0, 52 ], [ 52, 53 ], [ 52, 54 ] ]
[ "import java.math.BigDecimal;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (a <= b * c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "import java.math.BigDecimal;", "BigDecimal", "java.math", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (a <= b * c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (a <= b * c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "main", "{\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (a <= b * c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "if (a <= b * c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "a <= b * c", "a", "b * c", "b", "c", "{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (a <= b * c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tif (a <= b * c) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n}", "Main" ]
import java.math.BigDecimal; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); if (a <= b * c) { System.out.println("Yes"); } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 14, 2, 13, 2, 13, 13, 30, 0, 13, 17, 30, 0, 13, 17, 41, 13, 20, 4, 18, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 68, 8 ], [ 68, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 17, 20 ], [ 20, 21 ], [ 21, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 29, 30 ], [ 11, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 37, 38 ], [ 11, 39 ], [ 39, 40 ], [ 11, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 41, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 41, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 11, 55 ], [ 55, 56 ], [ 55, 57 ], [ 11, 58 ], [ 58, 59 ], [ 59, 60 ], [ 58, 61 ], [ 11, 62 ], [ 62, 63 ], [ 63, 64 ], [ 9, 65 ], [ 65, 66 ], [ 0, 67 ], [ 67, 68 ], [ 67, 69 ] ]
[ "import java.util.*;\nimport java.io.*;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int distance = Integer.parseInt(scan.next());\n int time = Integer.parseInt(scan.next());\n int speed = Integer.parseInt(scan.next());\n\n String result;\n if (distance > time * speed) {\n result = \"No\";\n } else {\n result = \"Yes\";\n }\n\n PrintWriter out = new PrintWriter(System.out);\n out.println(result);\n out.flush();\n }\n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int distance = Integer.parseInt(scan.next());\n int time = Integer.parseInt(scan.next());\n int speed = Integer.parseInt(scan.next());\n\n String result;\n if (distance > time * speed) {\n result = \"No\";\n } else {\n result = \"Yes\";\n }\n\n PrintWriter out = new PrintWriter(System.out);\n out.println(result);\n out.flush();\n }\n}", "Main", "public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int distance = Integer.parseInt(scan.next());\n int time = Integer.parseInt(scan.next());\n int speed = Integer.parseInt(scan.next());\n\n String result;\n if (distance > time * speed) {\n result = \"No\";\n } else {\n result = \"Yes\";\n }\n\n PrintWriter out = new PrintWriter(System.out);\n out.println(result);\n out.flush();\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n int distance = Integer.parseInt(scan.next());\n int time = Integer.parseInt(scan.next());\n int speed = Integer.parseInt(scan.next());\n\n String result;\n if (distance > time * speed) {\n result = \"No\";\n } else {\n result = \"Yes\";\n }\n\n PrintWriter out = new PrintWriter(System.out);\n out.println(result);\n out.flush();\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int distance = Integer.parseInt(scan.next());", "distance", "Integer.parseInt(scan.next())", "Integer.parseInt", "Integer", "scan.next()", "scan.next", "scan", "int time = Integer.parseInt(scan.next());", "time", "Integer.parseInt(scan.next())", "Integer.parseInt", "Integer", "scan.next()", "scan.next", "scan", "int speed = Integer.parseInt(scan.next());", "speed", "Integer.parseInt(scan.next())", "Integer.parseInt", "Integer", "scan.next()", "scan.next", "scan", "String result;", "result", "if (distance > time * speed) {\n result = \"No\";\n } else {\n result = \"Yes\";\n }", "distance > time * speed", "distance", "time * speed", "time", "speed", "{\n result = \"No\";\n }", "result = \"No\"", "result", "\"No\"", "{\n result = \"Yes\";\n }", "result = \"Yes\"", "result", "\"Yes\"", "PrintWriter out = new PrintWriter(System.out);", "out", "new PrintWriter(System.out)", "out.println(result)", "out.println", "out", "result", "out.flush()", "out.flush", "out", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int distance = Integer.parseInt(scan.next());\n int time = Integer.parseInt(scan.next());\n int speed = Integer.parseInt(scan.next());\n\n String result;\n if (distance > time * speed) {\n result = \"No\";\n } else {\n result = \"Yes\";\n }\n\n PrintWriter out = new PrintWriter(System.out);\n out.println(result);\n out.flush();\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int distance = Integer.parseInt(scan.next());\n int time = Integer.parseInt(scan.next());\n int speed = Integer.parseInt(scan.next());\n\n String result;\n if (distance > time * speed) {\n result = \"No\";\n } else {\n result = \"Yes\";\n }\n\n PrintWriter out = new PrintWriter(System.out);\n out.println(result);\n out.flush();\n }\n}", "Main" ]
import java.util.*; import java.io.*; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int distance = Integer.parseInt(scan.next()); int time = Integer.parseInt(scan.next()); int speed = Integer.parseInt(scan.next()); String result; if (distance > time * speed) { result = "No"; } else { result = "Yes"; } PrintWriter out = new PrintWriter(System.out); out.println(result); out.flush(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 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 ], [ 50, 5 ], [ 50, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "\n\n\nimport java.util.Scanner;\npublic class Main {\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n float d=scan.nextInt();\n float t=scan.nextInt();\n float s=scan.nextInt();\n if((d/s)<=t){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n float d=scan.nextInt();\n float t=scan.nextInt();\n float s=scan.nextInt();\n if((d/s)<=t){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }\n}", "Main", "public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n float d=scan.nextInt();\n float t=scan.nextInt();\n float s=scan.nextInt();\n if((d/s)<=t){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n float d=scan.nextInt();\n float t=scan.nextInt();\n float s=scan.nextInt();\n if((d/s)<=t){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "float d=scan.nextInt();", "d", "scan.nextInt()", "scan.nextInt", "scan", "float t=scan.nextInt();", "t", "scan.nextInt()", "scan.nextInt", "scan", "float s=scan.nextInt();", "s", "scan.nextInt()", "scan.nextInt", "scan", "if((d/s)<=t){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }", "(d/s)<=t", "(d/s)", "d", "s", "t", "{\n System.out.print(\"Yes\");\n }", "System.out.print(\"Yes\")", "System.out.print", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.print(\"No\");\n }", "System.out.print(\"No\")", "System.out.print", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n float d=scan.nextInt();\n float t=scan.nextInt();\n float s=scan.nextInt();\n if((d/s)<=t){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }\n}", "public class Main {\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n float d=scan.nextInt();\n float t=scan.nextInt();\n float s=scan.nextInt();\n if((d/s)<=t){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner scan = new Scanner(System.in); float d=scan.nextInt(); float t=scan.nextInt(); float s=scan.nextInt(); if((d/s)<=t){ System.out.print("Yes"); }else{ System.out.print("No"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 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 ], [ 50, 5 ], [ 50, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.*;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n int t = sc.nextInt();\n\t\tint s = sc.nextInt();\n if(t*s>=d){System.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n int t = sc.nextInt();\n\t\tint s = sc.nextInt();\n if(t*s>=d){System.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n int t = sc.nextInt();\n\t\tint s = sc.nextInt();\n if(t*s>=d){System.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n int t = sc.nextInt();\n\t\tint s = sc.nextInt();\n if(t*s>=d){System.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int d = sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "if(t*s>=d){System.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}", "t*s>=d", "t*s", "t", "s", "d", "{System.out.println(\"Yes\");}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{System.out.println(\"No\");}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n int t = sc.nextInt();\n\t\tint s = sc.nextInt();\n if(t*s>=d){System.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n int t = sc.nextInt();\n\t\tint s = sc.nextInt();\n if(t*s>=d){System.out.println(\"Yes\");}\n\t\telse{System.out.println(\"No\");}\n\t}\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); int d = sc.nextInt(); int t = sc.nextInt(); int s = sc.nextInt(); if(t*s>=d){System.out.println("Yes");} else{System.out.println("No");} } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 13, 2, 13, 13, 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 ], [ 54, 5 ], [ 54, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 33, 38 ], [ 27, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 54, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 45, 51 ], [ 51, 52 ], [ 0, 53 ], [ 53, 54 ], [ 53, 55 ] ]
[ "import java.util.*;\n\npublic class Main{\n void solve(){\n Scanner scan = new Scanner(System.in);\n double d = scan.nextInt();\n double t = scan.nextInt();\n double s = scan.nextInt();\n if(t >= (double)(d / s)) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n\n public static void main(String[] args){\n new Main().solve();\n }\n}", "import java.util.*;", "util.*", "java", "public class Main{\n void solve(){\n Scanner scan = new Scanner(System.in);\n double d = scan.nextInt();\n double t = scan.nextInt();\n double s = scan.nextInt();\n if(t >= (double)(d / s)) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n\n public static void main(String[] args){\n new Main().solve();\n }\n}", "Main", "void solve(){\n Scanner scan = new Scanner(System.in);\n double d = scan.nextInt();\n double t = scan.nextInt();\n double s = scan.nextInt();\n if(t >= (double)(d / s)) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }", "solve", "{\n Scanner scan = new Scanner(System.in);\n double d = scan.nextInt();\n double t = scan.nextInt();\n double s = scan.nextInt();\n if(t >= (double)(d / s)) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "double d = scan.nextInt();", "d", "scan.nextInt()", "scan.nextInt", "scan", "double t = scan.nextInt();", "t", "scan.nextInt()", "scan.nextInt", "scan", "double s = scan.nextInt();", "s", "scan.nextInt()", "scan.nextInt", "scan", "if(t >= (double)(d / s)) System.out.println(\"Yes\");\n else System.out.println(\"No\");", "t >= (double)(d / s)", "t", "(double)(d / s)", "d", "s", "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\"", "public static void main(String[] args){\n new Main().solve();\n }", "main", "{\n new Main().solve();\n }", "new Main().solve()", "new Main().solve", "new Main()", "String[] args", "args", "public class Main{\n void solve(){\n Scanner scan = new Scanner(System.in);\n double d = scan.nextInt();\n double t = scan.nextInt();\n double s = scan.nextInt();\n if(t >= (double)(d / s)) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n\n public static void main(String[] args){\n new Main().solve();\n }\n}", "public class Main{\n void solve(){\n Scanner scan = new Scanner(System.in);\n double d = scan.nextInt();\n double t = scan.nextInt();\n double s = scan.nextInt();\n if(t >= (double)(d / s)) System.out.println(\"Yes\");\n else System.out.println(\"No\");\n }\n\n public static void main(String[] args){\n new Main().solve();\n }\n}", "Main" ]
import java.util.*; public class Main{ void solve(){ Scanner scan = new Scanner(System.in); double d = scan.nextInt(); double t = scan.nextInt(); double s = scan.nextInt(); if(t >= (double)(d / s)) System.out.println("Yes"); else System.out.println("No"); } public static void main(String[] args){ new Main().solve(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 30, 4, 18, 13, 17, 30, 4, 18, 13, 17, 4, 18, 13, 23, 13, 12, 13, 30, 4, 18, 18, 13, 13, 13, 23, 13, 6, 13, 41, 13, 20, 41, 13, 20, 12, 13, 30, 42, 40, 4, 18, 13, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 29, 4, 18, 13, 29, 17, 23, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 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 ], [ 149, 14 ], [ 149, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 17, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 17, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 17, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 44 ], [ 39, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 46, 49 ], [ 39, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 17, 55 ], [ 55, 56 ], [ 56, 57 ], [ 15, 58 ], [ 58, 59 ], [ 149, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 63, 68 ], [ 60, 69 ], [ 69, 70 ], [ 149, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 76, 77 ], [ 76, 78 ], [ 71, 79 ], [ 79, 80 ], [ 79, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 82, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 87, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 81, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 71, 102 ], [ 102, 103 ], [ 102, 104 ], [ 104, 105 ], [ 105, 106 ], [ 106, 107 ], [ 106, 108 ], [ 108, 109 ], [ 109, 110 ], [ 110, 111 ], [ 105, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 104, 117 ], [ 117, 118 ], [ 102, 119 ], [ 119, 120 ], [ 71, 121 ], [ 121, 122 ], [ 121, 123 ], [ 123, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 125, 128 ], [ 128, 129 ], [ 71, 130 ], [ 130, 131 ], [ 130, 132 ], [ 132, 133 ], [ 133, 134 ], [ 134, 135 ], [ 135, 136 ], [ 134, 137 ], [ 137, 138 ], [ 71, 139 ], [ 139, 140 ], [ 139, 141 ], [ 141, 142 ], [ 142, 143 ], [ 143, 144 ], [ 144, 145 ], [ 143, 146 ], [ 146, 147 ], [ 0, 148 ], [ 148, 149 ], [ 148, 150 ] ]
[ "import java.io.*;\nimport java.math.*;\nimport java.util.*;\nimport java.lang.*;\n\n// import java.text.DecimalFormat; \n// import java.text.DecimalFormatSymbols; \n/*\ncaba\nabc\n \n */\n\npublic class Main {\n\n\t\n\t\n public static void main(String args[] ) throws Exception {\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n// char[] s = sc.next().toCharArray();\n// char[] t = sc.next().toCharArray();\n// int n = s.length;\n// int m = t.length;\n// int max = 0;\n// for(int i=0;i<n-m+1;i++) {\n// \tint c=0;\n// \tint in=0;\n// \tfor(int j=i;j<m;j++) {\n// \t\tif(s[j]==t[in]) {\n// \t\t\tc++;\n// \t\t}\n// \t\tin++;\n// \t}\n// \tmax = Math.max(max, c);\n// }\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n \n if(d/s<=t) {\n \tpw.print(\"Yes\");\n } else {\n \tpw.print(\"No\");\n }\n \n \n //pw.print(t.length-max);\n pw.close();\n }\n \n \n \n \n \n \n \n static <T> void deb(T x){\n System.out.println(x);\n }\n \n \n static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\t\n\t\tpublic String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t \n\t}\n \n}", "import java.io.*;", "io.*", "java", "import java.math.*;", "math.*", "java", "import java.util.*;", "util.*", "java", "import java.lang.*;", "lang.*", "java", "public class Main {\n\n\t\n\t\n public static void main(String args[] ) throws Exception {\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n// char[] s = sc.next().toCharArray();\n// char[] t = sc.next().toCharArray();\n// int n = s.length;\n// int m = t.length;\n// int max = 0;\n// for(int i=0;i<n-m+1;i++) {\n// \tint c=0;\n// \tint in=0;\n// \tfor(int j=i;j<m;j++) {\n// \t\tif(s[j]==t[in]) {\n// \t\t\tc++;\n// \t\t}\n// \t\tin++;\n// \t}\n// \tmax = Math.max(max, c);\n// }\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n \n if(d/s<=t) {\n \tpw.print(\"Yes\");\n } else {\n \tpw.print(\"No\");\n }\n \n \n //pw.print(t.length-max);\n pw.close();\n }\n \n \n \n \n \n \n \n static <T> void deb(T x){\n System.out.println(x);\n }\n \n \n static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\t\n\t\tpublic String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t \n\t}\n \n}", "Main", "public static void main(String args[] ) throws Exception {\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n// char[] s = sc.next().toCharArray();\n// char[] t = sc.next().toCharArray();\n// int n = s.length;\n// int m = t.length;\n// int max = 0;\n// for(int i=0;i<n-m+1;i++) {\n// \tint c=0;\n// \tint in=0;\n// \tfor(int j=i;j<m;j++) {\n// \t\tif(s[j]==t[in]) {\n// \t\t\tc++;\n// \t\t}\n// \t\tin++;\n// \t}\n// \tmax = Math.max(max, c);\n// }\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n \n if(d/s<=t) {\n \tpw.print(\"Yes\");\n } else {\n \tpw.print(\"No\");\n }\n \n \n //pw.print(t.length-max);\n pw.close();\n }", "main", "{\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n// char[] s = sc.next().toCharArray();\n// char[] t = sc.next().toCharArray();\n// int n = s.length;\n// int m = t.length;\n// int max = 0;\n// for(int i=0;i<n-m+1;i++) {\n// \tint c=0;\n// \tint in=0;\n// \tfor(int j=i;j<m;j++) {\n// \t\tif(s[j]==t[in]) {\n// \t\t\tc++;\n// \t\t}\n// \t\tin++;\n// \t}\n// \tmax = Math.max(max, c);\n// }\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n \n if(d/s<=t) {\n \tpw.print(\"Yes\");\n } else {\n \tpw.print(\"No\");\n }\n \n \n //pw.print(t.length-max);\n pw.close();\n }", "PrintWriter pw=new PrintWriter(System.out);", "pw", "new PrintWriter(System.out)", "FastScanner sc = new FastScanner();", "sc", "new FastScanner()", "double d = sc.nextDouble();", "d", "sc.nextDouble()", "sc.nextDouble", "sc", "double t = sc.nextDouble();", "t", "sc.nextDouble()", "sc.nextDouble", "sc", "double s = sc.nextDouble();", "s", "sc.nextDouble()", "sc.nextDouble", "sc", "if(d/s<=t) {\n \tpw.print(\"Yes\");\n } else {\n \tpw.print(\"No\");\n }", "d/s<=t", "d/s", "d", "s", "t", "{\n \tpw.print(\"Yes\");\n }", "pw.print(\"Yes\")", "pw.print", "pw", "\"Yes\"", "{\n \tpw.print(\"No\");\n }", "pw.print(\"No\")", "pw.print", "pw", "\"No\"", "pw.close()", "pw.close", "pw", "String args[]", "args", "static <T> void deb(T x){\n System.out.println(x);\n }", "deb", "{\n System.out.println(x);\n }", "System.out.println(x)", "System.out.println", "System.out", "System", "System.out", "x", "T x", "x", "static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\t\n\t\tpublic String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t \n\t}", "FastScanner", "BufferedReader br=new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st=new StringTokenizer(\"\");", "st", "new StringTokenizer(\"\")", "public String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}", "next", "{\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}", "while (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "!st.hasMoreElements()", "st.hasMoreElements()", "st.hasMoreElements", "st", "try {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "IOException e", "{\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t}", "st=new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "public String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}", "next", "{\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}", "try {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}", "catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}", "IOException e", "{\n\t\t\t\te.printStackTrace();\n\t\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\t\treturn br.readLine();\n\t\t\t}", "return br.readLine();", "br.readLine()", "br.readLine", "br", "return \"Not able to read\";", "\"Not able to read\"", "int k", "k", "int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "nextInt", "{\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "long nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}", "nextLong", "{\n\t\t\treturn Long.parseLong(next());\n\t\t}", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "double nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}", "nextDouble", "{\n\t\t\treturn Double.parseDouble(next());\n\t\t}", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "public class Main {\n\n\t\n\t\n public static void main(String args[] ) throws Exception {\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n// char[] s = sc.next().toCharArray();\n// char[] t = sc.next().toCharArray();\n// int n = s.length;\n// int m = t.length;\n// int max = 0;\n// for(int i=0;i<n-m+1;i++) {\n// \tint c=0;\n// \tint in=0;\n// \tfor(int j=i;j<m;j++) {\n// \t\tif(s[j]==t[in]) {\n// \t\t\tc++;\n// \t\t}\n// \t\tin++;\n// \t}\n// \tmax = Math.max(max, c);\n// }\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n \n if(d/s<=t) {\n \tpw.print(\"Yes\");\n } else {\n \tpw.print(\"No\");\n }\n \n \n //pw.print(t.length-max);\n pw.close();\n }\n \n \n \n \n \n \n \n static <T> void deb(T x){\n System.out.println(x);\n }\n \n \n static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\t\n\t\tpublic String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t \n\t}\n \n}", "public class Main {\n\n\t\n\t\n public static void main(String args[] ) throws Exception {\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n// char[] s = sc.next().toCharArray();\n// char[] t = sc.next().toCharArray();\n// int n = s.length;\n// int m = t.length;\n// int max = 0;\n// for(int i=0;i<n-m+1;i++) {\n// \tint c=0;\n// \tint in=0;\n// \tfor(int j=i;j<m;j++) {\n// \t\tif(s[j]==t[in]) {\n// \t\t\tc++;\n// \t\t}\n// \t\tin++;\n// \t}\n// \tmax = Math.max(max, c);\n// }\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n \n if(d/s<=t) {\n \tpw.print(\"Yes\");\n } else {\n \tpw.print(\"No\");\n }\n \n \n //pw.print(t.length-max);\n pw.close();\n }\n \n \n \n \n \n \n \n static <T> void deb(T x){\n System.out.println(x);\n }\n \n \n static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\t\n\t\tpublic String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t \n\t}\n \n}", "Main" ]
import java.io.*; import java.math.*; import java.util.*; import java.lang.*; // import java.text.DecimalFormat; // import java.text.DecimalFormatSymbols; /* caba abc */ public class Main { public static void main(String args[] ) throws Exception { PrintWriter pw=new PrintWriter(System.out); FastScanner sc = new FastScanner(); // char[] s = sc.next().toCharArray(); // char[] t = sc.next().toCharArray(); // int n = s.length; // int m = t.length; // int max = 0; // for(int i=0;i<n-m+1;i++) { // int c=0; // int in=0; // for(int j=i;j<m;j++) { // if(s[j]==t[in]) { // c++; // } // in++; // } // max = Math.max(max, c); // } double d = sc.nextDouble(); double t = sc.nextDouble(); double s = sc.nextDouble(); if(d/s<=t) { pw.print("Yes"); } else { pw.print("No"); } //pw.print(t.length-max); pw.close(); } static <T> void deb(T x){ System.out.println(x); } static class FastScanner { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st=new StringTokenizer(""); public String next() { while (!st.hasMoreElements()) try { st=new StringTokenizer(br.readLine()); } catch (IOException e) { e.printStackTrace(); } return st.nextToken(); } public String next(int k) { try { return br.readLine(); } catch (IOException e) { e.printStackTrace(); } return "Not able to read"; } int nextInt() { return Integer.parseInt(next()); } long nextLong() { return Long.parseLong(next()); } double nextDouble() { return Double.parseDouble(next()); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 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 ], [ 50, 5 ], [ 50, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n if (d / s <= t) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n if (d / s <= t) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n if (d / s <= t) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n if (d / s <= t) {\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)", "double d = sc.nextDouble();", "d", "sc.nextDouble()", "sc.nextDouble", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "double s = sc.nextDouble();", "s", "sc.nextDouble()", "sc.nextDouble", "sc", "if (d / s <= t) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }", "d / s <= t", "d / s", "d", "s", "t", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n if (d / s <= t) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n if (d / s <= t) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); double d = sc.nextDouble(); int t = sc.nextInt(); double s = sc.nextDouble(); if (d / s <= t) { System.out.println("Yes"); } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 0, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 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, 4, 18, 13, 13, 14, 2, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 85, 8 ], [ 85, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 11, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 27, 30 ], [ 11, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 11, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 11, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 49, 52 ], [ 52, 53 ], [ 52, 54 ], [ 11, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 57, 59 ], [ 11, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 63, 64 ], [ 62, 65 ], [ 11, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 70, 75 ], [ 66, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 76, 81 ], [ 9, 82 ], [ 82, 83 ], [ 0, 84 ], [ 84, 85 ], [ 84, 86 ] ]
[ "import java.io.*;\nimport java.util.*;\npublic class Main{\n public static void main(String args[]) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String in = br.readLine();\n in = in.trim();\n String f[] = in.split(\" \");\n int d = Integer.parseInt(f[0]);\n int t = Integer.parseInt(f[1]);\n int s = Integer.parseInt(f[2]);\n double calcT = (double)d/(double)s;\n double targetT = Double.valueOf(t);\n if(calcT <= targetT)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main{\n public static void main(String args[]) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String in = br.readLine();\n in = in.trim();\n String f[] = in.split(\" \");\n int d = Integer.parseInt(f[0]);\n int t = Integer.parseInt(f[1]);\n int s = Integer.parseInt(f[2]);\n double calcT = (double)d/(double)s;\n double targetT = Double.valueOf(t);\n if(calcT <= targetT)\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 in = br.readLine();\n in = in.trim();\n String f[] = in.split(\" \");\n int d = Integer.parseInt(f[0]);\n int t = Integer.parseInt(f[1]);\n int s = Integer.parseInt(f[2]);\n double calcT = (double)d/(double)s;\n double targetT = Double.valueOf(t);\n if(calcT <= targetT)\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 in = br.readLine();\n in = in.trim();\n String f[] = in.split(\" \");\n int d = Integer.parseInt(f[0]);\n int t = Integer.parseInt(f[1]);\n int s = Integer.parseInt(f[2]);\n double calcT = (double)d/(double)s;\n double targetT = Double.valueOf(t);\n if(calcT <= targetT)\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 in = br.readLine();", "in", "br.readLine()", "br.readLine", "br", "in = in.trim()", "in", "in.trim()", "in.trim", "in", "String f[] = in.split(\" \");", "f", "in.split(\" \")", "in.split", "in", "\" \"", "int d = Integer.parseInt(f[0]);", "d", "Integer.parseInt(f[0])", "Integer.parseInt", "Integer", "f[0]", "f", "0", "int t = Integer.parseInt(f[1]);", "t", "Integer.parseInt(f[1])", "Integer.parseInt", "Integer", "f[1]", "f", "1", "int s = Integer.parseInt(f[2]);", "s", "Integer.parseInt(f[2])", "Integer.parseInt", "Integer", "f[2]", "f", "2", "double calcT = (double)d/(double)s;", "calcT", "(double)d/(double)s", "(double)d", "(double)s", "double targetT = Double.valueOf(t);", "targetT", "Double.valueOf(t)", "Double.valueOf", "Double", "t", "if(calcT <= targetT)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");", "calcT <= targetT", "calcT", "targetT", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String args[]", "args", "public class Main{\n public static void main(String args[]) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String in = br.readLine();\n in = in.trim();\n String f[] = in.split(\" \");\n int d = Integer.parseInt(f[0]);\n int t = Integer.parseInt(f[1]);\n int s = Integer.parseInt(f[2]);\n double calcT = (double)d/(double)s;\n double targetT = Double.valueOf(t);\n if(calcT <= targetT)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "public class Main{\n public static void main(String args[]) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String in = br.readLine();\n in = in.trim();\n String f[] = in.split(\" \");\n int d = Integer.parseInt(f[0]);\n int t = Integer.parseInt(f[1]);\n int s = Integer.parseInt(f[2]);\n double calcT = (double)d/(double)s;\n double targetT = Double.valueOf(t);\n if(calcT <= targetT)\n System.out.println(\"Yes\");\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{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String in = br.readLine(); in = in.trim(); String f[] = in.split(" "); int d = Integer.parseInt(f[0]); int t = Integer.parseInt(f[1]); int s = Integer.parseInt(f[2]); double calcT = (double)d/(double)s; double targetT = Double.valueOf(t); if(calcT <= targetT) System.out.println("Yes"); else System.out.println("No"); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 29, 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 ], [ 60, 11 ], [ 60, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 14, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 14, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 14, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 38, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 14, 56 ], [ 12, 57 ], [ 57, 58 ], [ 0, 59 ], [ 59, 60 ], [ 59, 61 ] ]
[ "import java.util.ArrayList;\nimport java.util.Arrays;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n \n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n long ans = t*s;\n\n if(d <= ans){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n \n return;\n\n }\n}\n", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n \n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n long ans = t*s;\n\n if(d <= ans){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n \n return;\n\n }\n}", "Main", "public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n \n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n long ans = t*s;\n\n if(d <= ans){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n \n return;\n\n }", "main", "{\n\n Scanner sc = new Scanner(System.in);\n \n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n long ans = t*s;\n\n if(d <= ans){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n \n return;\n\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int d = sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "long ans = t*s;", "ans", "t*s", "t", "s", "if(d <= ans){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }", "d <= ans", "d", "ans", "{\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\"", "return;", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n \n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n long ans = t*s;\n\n if(d <= ans){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n \n return;\n\n }\n}", "public class Main {\n public static void main(String[] args) {\n\n Scanner sc = new Scanner(System.in);\n \n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n long ans = t*s;\n\n if(d <= ans){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n\n \n return;\n\n }\n}", "Main" ]
import java.util.ArrayList; import java.util.Arrays; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int d = sc.nextInt(); int t = sc.nextInt(); int s = sc.nextInt(); long ans = t*s; if(d <= ans){ System.out.println("Yes"); }else{ System.out.println("No"); } return; } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 14, 2, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 57, 11 ], [ 57, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 14, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 14, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 14, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 38, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 12, 54 ], [ 54, 55 ], [ 0, 56 ], [ 56, 57 ], [ 56, 58 ] ]
[ "/* package codechef; // don't place package name! */\n\nimport java.util.*;\nimport java.lang.*;\nimport java.io.*;\n\n/* Name of the class has to be \"Main\" only if the class is public. */\npublic class Main\n{\n public static void main (String[] args) throws java.lang.Exception\n {\n // your code goes here\n Scanner s = new Scanner(System.in);\n double d = s.nextInt();\n double t = s.nextInt();\n double sp = s.nextInt();\n double tt = d/sp;\n if(tt<=t)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "import java.util.*;", "util.*", "java", "import java.lang.*;", "lang.*", "java", "import java.io.*;", "io.*", "java", "public class Main\n{\n public static void main (String[] args) throws java.lang.Exception\n {\n // your code goes here\n Scanner s = new Scanner(System.in);\n double d = s.nextInt();\n double t = s.nextInt();\n double sp = s.nextInt();\n double tt = d/sp;\n if(tt<=t)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "Main", "public static void main (String[] args) throws java.lang.Exception\n {\n // your code goes here\n Scanner s = new Scanner(System.in);\n double d = s.nextInt();\n double t = s.nextInt();\n double sp = s.nextInt();\n double tt = d/sp;\n if(tt<=t)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }", "main", "{\n // your code goes here\n Scanner s = new Scanner(System.in);\n double d = s.nextInt();\n double t = s.nextInt();\n double sp = s.nextInt();\n double tt = d/sp;\n if(tt<=t)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "double d = s.nextInt();", "d", "s.nextInt()", "s.nextInt", "s", "double t = s.nextInt();", "t", "s.nextInt()", "s.nextInt", "s", "double sp = s.nextInt();", "sp", "s.nextInt()", "s.nextInt", "s", "double tt = d/sp;", "tt", "d/sp", "d", "sp", "if(tt<=t)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");", "tt<=t", "tt", "t", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main\n{\n public static void main (String[] args) throws java.lang.Exception\n {\n // your code goes here\n Scanner s = new Scanner(System.in);\n double d = s.nextInt();\n double t = s.nextInt();\n double sp = s.nextInt();\n double tt = d/sp;\n if(tt<=t)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "public class Main\n{\n public static void main (String[] args) throws java.lang.Exception\n {\n // your code goes here\n Scanner s = new Scanner(System.in);\n double d = s.nextInt();\n double t = s.nextInt();\n double sp = s.nextInt();\n double tt = d/sp;\n if(tt<=t)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "Main" ]
/* package codechef; // don't place package name! */ import java.util.*; import java.lang.*; import java.io.*; /* Name of the class has to be "Main" only if the class is public. */ public class Main { public static void main (String[] args) throws java.lang.Exception { // your code goes here Scanner s = new Scanner(System.in); double d = s.nextInt(); double t = s.nextInt(); double sp = s.nextInt(); double tt = d/sp; if(tt<=t) System.out.println("Yes"); else System.out.println("No"); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 8, 2, 13, 2, 13, 13, 17, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 67, 14 ], [ 67, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 29, 30 ], [ 30, 31 ], [ 17, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 34, 37 ], [ 37, 38 ], [ 38, 39 ], [ 17, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 45, 46 ], [ 46, 47 ], [ 17, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 53, 55 ], [ 50, 56 ], [ 50, 57 ], [ 17, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 58, 63 ], [ 15, 64 ], [ 64, 65 ], [ 0, 66 ], [ 66, 67 ], [ 66, 68 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tString ans = (D <= T * S) ? \"Yes\" : \"No\";\n\t\t\n\t\tSystem.out.println(ans);\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tString ans = (D <= T * S) ? \"Yes\" : \"No\";\n\t\t\n\t\tSystem.out.println(ans);\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\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tString ans = (D <= T * S) ? \"Yes\" : \"No\";\n\t\t\n\t\tSystem.out.println(ans);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tString ans = (D <= T * S) ? \"Yes\" : \"No\";\n\t\t\n\t\tSystem.out.println(ans);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st = new StringTokenizer(br.readLine());", "st", "new StringTokenizer(br.readLine())", "int D = Integer.parseInt(st.nextToken());", "D", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int T = Integer.parseInt(st.nextToken());", "T", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int S = Integer.parseInt(st.nextToken());", "S", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "String ans = (D <= T * S) ? \"Yes\" : \"No\";", "ans", "(D <= T * S) ? \"Yes\" : \"No\"", "(D <= T * S)", "D", "T * S", "T", "S", "\"Yes\"", "\"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 IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tString ans = (D <= T * S) ? \"Yes\" : \"No\";\n\t\t\n\t\tSystem.out.println(ans);\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\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tString ans = (D <= T * S) ? \"Yes\" : \"No\";\n\t\t\n\t\tSystem.out.println(ans);\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st = new StringTokenizer(br.readLine()); int D = Integer.parseInt(st.nextToken()); int T = Integer.parseInt(st.nextToken()); int S = Integer.parseInt(st.nextToken()); String ans = (D <= T * S) ? "Yes" : "No"; System.out.println(ans); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 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 ], [ 52, 5 ], [ 52, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 28, 34 ], [ 27, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 27, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 6, 49 ], [ 49, 50 ], [ 0, 51 ], [ 51, 52 ], [ 51, 53 ] ]
[ "import java.util.*;\npublic class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int N = sc.nextInt();\n int L = sc.nextInt();\n int M = sc.nextInt();\n if(N - L*M > 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n \n \n \n //System.out.println(anc);\n }\n}", "import java.util.*;", "util.*", "java", "public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int N = sc.nextInt();\n int L = sc.nextInt();\n int M = sc.nextInt();\n if(N - L*M > 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n \n \n \n //System.out.println(anc);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int N = sc.nextInt();\n int L = sc.nextInt();\n int M = sc.nextInt();\n if(N - L*M > 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n \n \n \n //System.out.println(anc);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int N = sc.nextInt();\n int L = sc.nextInt();\n int M = sc.nextInt();\n if(N - L*M > 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n \n \n \n //System.out.println(anc);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int N = sc.nextInt();", "N", "sc.nextInt()", "sc.nextInt", "sc", "int L = sc.nextInt();", "L", "sc.nextInt()", "sc.nextInt", "sc", "int M = sc.nextInt();", "M", "sc.nextInt()", "sc.nextInt", "sc", "if(N - L*M > 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }", "N - L*M > 0", "N - L*M", "N", "L*M", "L", "M", "0", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "String[] args", "args", "public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int N = sc.nextInt();\n int L = sc.nextInt();\n int M = sc.nextInt();\n if(N - L*M > 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n \n \n \n //System.out.println(anc);\n }\n}", "public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int N = sc.nextInt();\n int L = sc.nextInt();\n int M = sc.nextInt();\n if(N - L*M > 0){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n \n \n \n //System.out.println(anc);\n }\n}", "Main" ]
import java.util.*; public class Main{ public static void main(String[] args) { Scanner sc = new Scanner(System.in); int N = sc.nextInt(); int L = sc.nextInt(); int M = sc.nextInt(); if(N - L*M > 0){ System.out.println("No"); }else{ System.out.println("Yes"); } //System.out.println(anc); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 12, 13, 30, 0, 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, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 64, 5 ], [ 64, 6 ], [ 6, 7 ], [ 64, 8 ], [ 8, 9 ], [ 8, 10 ], [ 10, 11 ], [ 11, 12 ], [ 11, 13 ], [ 10, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 16, 19 ], [ 19, 20 ], [ 20, 21 ], [ 10, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 24, 27 ], [ 27, 28 ], [ 28, 29 ], [ 10, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 32, 35 ], [ 35, 36 ], [ 36, 37 ], [ 10, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 10, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 43, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 8, 61 ], [ 61, 62 ], [ 0, 63 ], [ 63, 64 ], [ 63, 65 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tprivate static Scanner sc;\n\n\tpublic static void main(String[] args) {\n\t\tsc = new Scanner(System.in);\n\t\tdouble d = Double.parseDouble(sc.next());\n\t\tdouble t = Double.parseDouble(sc.next());\n\t\tdouble s = Double.parseDouble(sc.next());\n\t\t\n\t\tdouble result = (d/t) ;\n\t\tif (result <= s ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}\t\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tprivate static Scanner sc;\n\n\tpublic static void main(String[] args) {\n\t\tsc = new Scanner(System.in);\n\t\tdouble d = Double.parseDouble(sc.next());\n\t\tdouble t = Double.parseDouble(sc.next());\n\t\tdouble s = Double.parseDouble(sc.next());\n\t\t\n\t\tdouble result = (d/t) ;\n\t\tif (result <= s ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}\t\n\n}", "Main", "private static Scanner sc;", "sc", "public static void main(String[] args) {\n\t\tsc = new Scanner(System.in);\n\t\tdouble d = Double.parseDouble(sc.next());\n\t\tdouble t = Double.parseDouble(sc.next());\n\t\tdouble s = Double.parseDouble(sc.next());\n\t\t\n\t\tdouble result = (d/t) ;\n\t\tif (result <= s ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}", "main", "{\n\t\tsc = new Scanner(System.in);\n\t\tdouble d = Double.parseDouble(sc.next());\n\t\tdouble t = Double.parseDouble(sc.next());\n\t\tdouble s = Double.parseDouble(sc.next());\n\t\t\n\t\tdouble result = (d/t) ;\n\t\tif (result <= s ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}", "sc = new Scanner(System.in)", "sc", "new Scanner(System.in)", "double d = Double.parseDouble(sc.next());", "d", "Double.parseDouble(sc.next())", "Double.parseDouble", "Double", "sc.next()", "sc.next", "sc", "double t = Double.parseDouble(sc.next());", "t", "Double.parseDouble(sc.next())", "Double.parseDouble", "Double", "sc.next()", "sc.next", "sc", "double s = Double.parseDouble(sc.next());", "s", "Double.parseDouble(sc.next())", "Double.parseDouble", "Double", "sc.next()", "sc.next", "sc", "double result = (d/t) ;", "result", "(d/t)", "d", "t", "if (result <= s ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}", "result <= s", "result", "s", "{\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\t\n\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\tprivate static Scanner sc;\n\n\tpublic static void main(String[] args) {\n\t\tsc = new Scanner(System.in);\n\t\tdouble d = Double.parseDouble(sc.next());\n\t\tdouble t = Double.parseDouble(sc.next());\n\t\tdouble s = Double.parseDouble(sc.next());\n\t\t\n\t\tdouble result = (d/t) ;\n\t\tif (result <= s ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}\t\n\n}", "public class Main {\n\tprivate static Scanner sc;\n\n\tpublic static void main(String[] args) {\n\t\tsc = new Scanner(System.in);\n\t\tdouble d = Double.parseDouble(sc.next());\n\t\tdouble t = Double.parseDouble(sc.next());\n\t\tdouble s = Double.parseDouble(sc.next());\n\t\t\n\t\tdouble result = (d/t) ;\n\t\tif (result <= s ) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t\t\n\t\t}\n\t}\t\n\n}", "Main" ]
import java.util.Scanner; public class Main { private static Scanner sc; public static void main(String[] args) { sc = new Scanner(System.in); double d = Double.parseDouble(sc.next()); double t = Double.parseDouble(sc.next()); double s = Double.parseDouble(sc.next()); double result = (d/t) ; if (result <= s ) { System.out.println("Yes"); } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 13, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ] ]
[ "import java.util.Scanner;\n \nclass Main {\npublic static void main(String[] args) {\n final Scanner sc = new Scanner(System.in);\n final Integer distance = sc.nextInt();\n final Integer time = sc.nextInt();\n final Integer velocity = sc.nextInt(); \n \n if(time >= (float)distance / (float)velocity) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\npublic static void main(String[] args) {\n final Scanner sc = new Scanner(System.in);\n final Integer distance = sc.nextInt();\n final Integer time = sc.nextInt();\n final Integer velocity = sc.nextInt(); \n \n if(time >= (float)distance / (float)velocity) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n}\n}", "Main", "public static void main(String[] args) {\n final Scanner sc = new Scanner(System.in);\n final Integer distance = sc.nextInt();\n final Integer time = sc.nextInt();\n final Integer velocity = sc.nextInt(); \n \n if(time >= (float)distance / (float)velocity) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n}", "main", "{\n final Scanner sc = new Scanner(System.in);\n final Integer distance = sc.nextInt();\n final Integer time = sc.nextInt();\n final Integer velocity = sc.nextInt(); \n \n if(time >= (float)distance / (float)velocity) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n}", "final Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "final Integer distance = sc.nextInt();", "distance", "sc.nextInt()", "sc.nextInt", "sc", "final Integer time = sc.nextInt();", "time", "sc.nextInt()", "sc.nextInt", "sc", "final Integer velocity = sc.nextInt();", "velocity", "sc.nextInt()", "sc.nextInt", "sc", "if(time >= (float)distance / (float)velocity) {\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }", "time >= (float)distance / (float)velocity", "time", "(float)distance / (float)velocity", "(float)distance", "(float)velocity", "{\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) { final Scanner sc = new Scanner(System.in); final Integer distance = sc.nextInt(); final Integer time = sc.nextInt(); final Integer velocity = sc.nextInt(); if(time >= (float)distance / (float)velocity) { System.out.println("Yes"); } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 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 ], [ 50, 5 ], [ 50, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.*;\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tlong D = sc.nextLong();\n\t\tlong T = sc.nextLong();\n\t\tlong S = sc.nextLong();\n\t\tif((S*T)>=D){\n\t\t System.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t System.out.println(\"No\");\n\t\t}\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tlong D = sc.nextLong();\n\t\tlong T = sc.nextLong();\n\t\tlong S = sc.nextLong();\n\t\tif((S*T)>=D){\n\t\t System.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t System.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\tlong D = sc.nextLong();\n\t\tlong T = sc.nextLong();\n\t\tlong S = sc.nextLong();\n\t\tif((S*T)>=D){\n\t\t System.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t System.out.println(\"No\");\n\t\t}\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tlong D = sc.nextLong();\n\t\tlong T = sc.nextLong();\n\t\tlong S = sc.nextLong();\n\t\tif((S*T)>=D){\n\t\t System.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t System.out.println(\"No\");\n\t\t}\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "long D = sc.nextLong();", "D", "sc.nextLong()", "sc.nextLong", "sc", "long T = sc.nextLong();", "T", "sc.nextLong()", "sc.nextLong", "sc", "long S = sc.nextLong();", "S", "sc.nextLong()", "sc.nextLong", "sc", "if((S*T)>=D){\n\t\t System.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t System.out.println(\"No\");\n\t\t}", "(S*T)>=D", "(S*T)", "S", "T", "D", "{\n\t\t System.out.println(\"Yes\");\n\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n\t\t System.out.println(\"No\");\n\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tlong D = sc.nextLong();\n\t\tlong T = sc.nextLong();\n\t\tlong S = sc.nextLong();\n\t\tif((S*T)>=D){\n\t\t System.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t System.out.println(\"No\");\n\t\t}\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tlong D = sc.nextLong();\n\t\tlong T = sc.nextLong();\n\t\tlong S = sc.nextLong();\n\t\tif((S*T)>=D){\n\t\t System.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t System.out.println(\"No\");\n\t\t}\n\t}\n}", "Main" ]
import java.util.*; public class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); long D = sc.nextLong(); long T = sc.nextLong(); long S = sc.nextLong(); if((S*T)>=D){ System.out.println("Yes"); } else{ System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 41, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 4, 18, 13, 17, 4, 18, 13, 17, 12, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 0, 13, 20, 4, 13, 4, 18, 13, 12, 13, 30, 0, 13, 20, 0, 13, 20, 4, 13, 4, 18, 13, 12, 13, 30, 4, 18, 20, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 14, 2, 13, 17, 29, 17, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 14, 2, 13, 17, 29, 17, 0, 13, 20, 29, 17, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 29, 13, 23, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 29, 13, 23, 13, 12, 13, 30, 29, 20, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 29, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 330, 11 ], [ 330, 12 ], [ 12, 13 ], [ 330, 14 ], [ 14, 15 ], [ 330, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 18, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 18, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 18, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 34, 40 ], [ 40, 41 ], [ 41, 42 ], [ 40, 43 ], [ 34, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 330, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 51, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 62, 63 ], [ 62, 64 ], [ 58, 65 ], [ 65, 66 ], [ 58, 67 ], [ 67, 68 ], [ 68, 69 ], [ 330, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 76, 77 ], [ 76, 78 ], [ 72, 79 ], [ 79, 80 ], [ 72, 81 ], [ 81, 82 ], [ 82, 83 ], [ 330, 84 ], [ 84, 85 ], [ 84, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 84, 90 ], [ 90, 91 ], [ 330, 92 ], [ 92, 93 ], [ 92, 94 ], [ 94, 95 ], [ 92, 96 ], [ 96, 97 ], [ 92, 98 ], [ 98, 99 ], [ 98, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 104, 105 ], [ 105, 106 ], [ 106, 107 ], [ 101, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 98, 112 ], [ 112, 113 ], [ 92, 114 ], [ 114, 115 ], [ 114, 116 ], [ 116, 117 ], [ 117, 118 ], [ 117, 119 ], [ 114, 120 ], [ 120, 121 ], [ 92, 122 ], [ 122, 123 ], [ 122, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 127, 128 ], [ 127, 129 ], [ 126, 130 ], [ 130, 131 ], [ 131, 132 ], [ 132, 133 ], [ 125, 134 ], [ 134, 135 ], [ 135, 136 ], [ 135, 137 ], [ 134, 138 ], [ 138, 139 ], [ 139, 140 ], [ 139, 141 ], [ 141, 142 ], [ 142, 143 ], [ 143, 144 ], [ 138, 145 ], [ 145, 146 ], [ 146, 147 ], [ 146, 148 ], [ 148, 149 ], [ 149, 150 ], [ 134, 151 ], [ 151, 152 ], [ 152, 153 ], [ 152, 154 ], [ 151, 155 ], [ 155, 156 ], [ 134, 157 ], [ 157, 158 ], [ 157, 159 ], [ 124, 160 ], [ 160, 161 ], [ 161, 162 ], [ 162, 163 ], [ 92, 164 ], [ 164, 165 ], [ 164, 166 ], [ 166, 167 ], [ 167, 168 ], [ 168, 169 ], [ 169, 170 ], [ 169, 171 ], [ 168, 172 ], [ 172, 173 ], [ 173, 174 ], [ 174, 175 ], [ 167, 176 ], [ 176, 177 ], [ 177, 178 ], [ 177, 179 ], [ 176, 180 ], [ 180, 181 ], [ 181, 182 ], [ 181, 183 ], [ 183, 184 ], [ 184, 185 ], [ 185, 186 ], [ 180, 187 ], [ 187, 188 ], [ 188, 189 ], [ 188, 190 ], [ 190, 191 ], [ 191, 192 ], [ 176, 193 ], [ 193, 194 ], [ 194, 195 ], [ 194, 196 ], [ 193, 197 ], [ 197, 198 ], [ 176, 199 ], [ 199, 200 ], [ 199, 201 ], [ 166, 202 ], [ 202, 203 ], [ 92, 204 ], [ 204, 205 ], [ 204, 206 ], [ 206, 207 ], [ 207, 208 ], [ 208, 209 ], [ 209, 210 ], [ 208, 211 ], [ 211, 212 ], [ 92, 213 ], [ 213, 214 ], [ 213, 215 ], [ 215, 216 ], [ 216, 217 ], [ 216, 218 ], [ 215, 220 ], [ 220, 221 ], [ 221, 222 ], [ 222, 223 ], [ 222, 224 ], [ 220, 225 ], [ 225, 226 ], [ 225, 227 ], [ 220, 228 ], [ 228, 229 ], [ 229, 230 ], [ 220, 231 ], [ 232, 232 ], [ 232, 233 ], [ 233, 234 ], [ 234, 235 ], [ 234, 236 ], [ 233, 237 ], [ 237, 238 ], [ 238, 239 ], [ 215, 240 ], [ 240, 241 ], [ 213, 242 ], [ 242, 243 ], [ 92, 244 ], [ 244, 245 ], [ 244, 246 ], [ 246, 247 ], [ 247, 248 ], [ 248, 249 ], [ 249, 250 ], [ 248, 251 ], [ 251, 252 ], [ 92, 253 ], [ 253, 254 ], [ 253, 255 ], [ 255, 256 ], [ 256, 257 ], [ 256, 258 ], [ 255, 260 ], [ 260, 261 ], [ 261, 262 ], [ 262, 263 ], [ 262, 264 ], [ 260, 265 ], [ 265, 266 ], [ 265, 267 ], [ 260, 268 ], [ 268, 269 ], [ 269, 270 ], [ 260, 271 ], [ 272, 272 ], [ 272, 273 ], [ 273, 274 ], [ 274, 275 ], [ 274, 276 ], [ 273, 277 ], [ 277, 278 ], [ 278, 279 ], [ 255, 280 ], [ 280, 281 ], [ 253, 282 ], [ 282, 283 ], [ 92, 284 ], [ 284, 285 ], [ 284, 286 ], [ 286, 287 ], [ 287, 288 ], [ 92, 289 ], [ 289, 290 ], [ 289, 291 ], [ 291, 292 ], [ 292, 293 ], [ 293, 294 ], [ 294, 295 ], [ 293, 296 ], [ 296, 297 ], [ 92, 298 ], [ 298, 299 ], [ 298, 300 ], [ 300, 301 ], [ 301, 302 ], [ 301, 303 ], [ 300, 305 ], [ 305, 306 ], [ 306, 307 ], [ 307, 308 ], [ 307, 309 ], [ 305, 310 ], [ 310, 311 ], [ 310, 312 ], [ 305, 313 ], [ 313, 314 ], [ 314, 315 ], [ 305, 316 ], [ 317, 317 ], [ 317, 318 ], [ 318, 319 ], [ 319, 320 ], [ 319, 321 ], [ 318, 322 ], [ 322, 323 ], [ 323, 324 ], [ 300, 325 ], [ 325, 326 ], [ 298, 327 ], [ 327, 328 ], [ 0, 329 ], [ 329, 330 ], [ 329, 331 ] ]
[ "import java.io.*;\nimport java.math.*;\nimport java.util.*;\n\npublic class Main {\n FastScanner sc;\n PrintWriter p;\n\n void solve() {\n double D = sc.nextDouble();\n double T = sc.nextDouble();\n double S = sc.nextDouble();\n\n if(D / S <= T)\n p.println(\"Yes\");\n else\n p.println(\"No\");\n }\n\n void run() {\n try {\n sc = new FastScanner(new File(\"DontBeLate.in\"));\n p = new PrintWriter(new File(\"DontBeLate.out\"));\n\n solve();\n\n p.close();\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }\n\n void runIO() {\n\n sc = new FastScanner(System.in);\n p = new PrintWriter(System.out);\n\n solve();\n\n p.close();\n }\n\n class FastScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public FastScanner(File f) {\n try {\n br = new BufferedReader(new FileReader(f));\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }\n\n public FastScanner(InputStream f) {\n br = new BufferedReader(new InputStreamReader(f));\n }\n\n String next() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return null;\n st = new StringTokenizer(s);\n }\n return st.nextToken();\n }\n\n boolean hasMoreTokens() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return false;\n st = new StringTokenizer(s);\n }\n return true;\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] nextIntArray(int N) {\n int[] A = new int[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextInt();\n }\n return A;\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n long[] nextLongArray(int N) {\n long[] A = new long[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextLong();\n }\n return A;\n }\n\n BigInteger nextBigInteger() {\n return new BigInteger(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n double[] nextDoubleArray(int N) {\n double[] A = new double[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextDouble();\n }\n return A;\n }\n\n }\n\n public static void main(String[] args) {\n new Main().runIO();\n }\n}\n\n", "import java.io.*;", "io.*", "java", "import java.math.*;", "math.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n FastScanner sc;\n PrintWriter p;\n\n void solve() {\n double D = sc.nextDouble();\n double T = sc.nextDouble();\n double S = sc.nextDouble();\n\n if(D / S <= T)\n p.println(\"Yes\");\n else\n p.println(\"No\");\n }\n\n void run() {\n try {\n sc = new FastScanner(new File(\"DontBeLate.in\"));\n p = new PrintWriter(new File(\"DontBeLate.out\"));\n\n solve();\n\n p.close();\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }\n\n void runIO() {\n\n sc = new FastScanner(System.in);\n p = new PrintWriter(System.out);\n\n solve();\n\n p.close();\n }\n\n class FastScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public FastScanner(File f) {\n try {\n br = new BufferedReader(new FileReader(f));\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }\n\n public FastScanner(InputStream f) {\n br = new BufferedReader(new InputStreamReader(f));\n }\n\n String next() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return null;\n st = new StringTokenizer(s);\n }\n return st.nextToken();\n }\n\n boolean hasMoreTokens() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return false;\n st = new StringTokenizer(s);\n }\n return true;\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] nextIntArray(int N) {\n int[] A = new int[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextInt();\n }\n return A;\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n long[] nextLongArray(int N) {\n long[] A = new long[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextLong();\n }\n return A;\n }\n\n BigInteger nextBigInteger() {\n return new BigInteger(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n double[] nextDoubleArray(int N) {\n double[] A = new double[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextDouble();\n }\n return A;\n }\n\n }\n\n public static void main(String[] args) {\n new Main().runIO();\n }\n}", "Main", "FastScanner sc;", "sc", "PrintWriter p;", "p", "void solve() {\n double D = sc.nextDouble();\n double T = sc.nextDouble();\n double S = sc.nextDouble();\n\n if(D / S <= T)\n p.println(\"Yes\");\n else\n p.println(\"No\");\n }", "solve", "{\n double D = sc.nextDouble();\n double T = sc.nextDouble();\n double S = sc.nextDouble();\n\n if(D / S <= T)\n p.println(\"Yes\");\n else\n p.println(\"No\");\n }", "double D = sc.nextDouble();", "D", "sc.nextDouble()", "sc.nextDouble", "sc", "double T = sc.nextDouble();", "T", "sc.nextDouble()", "sc.nextDouble", "sc", "double S = sc.nextDouble();", "S", "sc.nextDouble()", "sc.nextDouble", "sc", "if(D / S <= T)\n p.println(\"Yes\");\n else\n p.println(\"No\");", "D / S <= T", "D / S", "D", "S", "T", "p.println(\"Yes\")", "p.println", "p", "\"Yes\"", "p.println(\"No\")", "p.println", "p", "\"No\"", "void run() {\n try {\n sc = new FastScanner(new File(\"DontBeLate.in\"));\n p = new PrintWriter(new File(\"DontBeLate.out\"));\n\n solve();\n\n p.close();\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }", "run", "{\n try {\n sc = new FastScanner(new File(\"DontBeLate.in\"));\n p = new PrintWriter(new File(\"DontBeLate.out\"));\n\n solve();\n\n p.close();\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }", "try {\n sc = new FastScanner(new File(\"DontBeLate.in\"));\n p = new PrintWriter(new File(\"DontBeLate.out\"));\n\n solve();\n\n p.close();\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }", "catch (FileNotFoundException e) {\n e.printStackTrace();\n }", "FileNotFoundException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n sc = new FastScanner(new File(\"DontBeLate.in\"));\n p = new PrintWriter(new File(\"DontBeLate.out\"));\n\n solve();\n\n p.close();\n }", "sc = new FastScanner(new File(\"DontBeLate.in\"))", "sc", "new FastScanner(new File(\"DontBeLate.in\"))", "p = new PrintWriter(new File(\"DontBeLate.out\"))", "p", "new PrintWriter(new File(\"DontBeLate.out\"))", "solve()", "solve", "p.close()", "p.close", "p", "void runIO() {\n\n sc = new FastScanner(System.in);\n p = new PrintWriter(System.out);\n\n solve();\n\n p.close();\n }", "runIO", "{\n\n sc = new FastScanner(System.in);\n p = new PrintWriter(System.out);\n\n solve();\n\n p.close();\n }", "sc = new FastScanner(System.in)", "sc", "new FastScanner(System.in)", "p = new PrintWriter(System.out)", "p", "new PrintWriter(System.out)", "solve()", "solve", "p.close()", "p.close", "p", "public static void main(String[] args) {\n new Main().runIO();\n }", "main", "{\n new Main().runIO();\n }", "new Main().runIO()", "new Main().runIO", "new Main()", "String[] args", "args", "class FastScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public FastScanner(File f) {\n try {\n br = new BufferedReader(new FileReader(f));\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }\n\n public FastScanner(InputStream f) {\n br = new BufferedReader(new InputStreamReader(f));\n }\n\n String next() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return null;\n st = new StringTokenizer(s);\n }\n return st.nextToken();\n }\n\n boolean hasMoreTokens() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return false;\n st = new StringTokenizer(s);\n }\n return true;\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] nextIntArray(int N) {\n int[] A = new int[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextInt();\n }\n return A;\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n long[] nextLongArray(int N) {\n long[] A = new long[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextLong();\n }\n return A;\n }\n\n BigInteger nextBigInteger() {\n return new BigInteger(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n double[] nextDoubleArray(int N) {\n double[] A = new double[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextDouble();\n }\n return A;\n }\n\n }", "FastScanner", "BufferedReader br;", "br", "StringTokenizer st;", "st", "public FastScanner(File f) {\n try {\n br = new BufferedReader(new FileReader(f));\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }", "FastScanner", "{\n try {\n br = new BufferedReader(new FileReader(f));\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }", "try {\n br = new BufferedReader(new FileReader(f));\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }", "catch (FileNotFoundException e) {\n e.printStackTrace();\n }", "FileNotFoundException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n br = new BufferedReader(new FileReader(f));\n }", "br = new BufferedReader(new FileReader(f))", "br", "new BufferedReader(new FileReader(f))", "File f", "f", "public FastScanner(InputStream f) {\n br = new BufferedReader(new InputStreamReader(f));\n }", "FastScanner", "{\n br = new BufferedReader(new InputStreamReader(f));\n }", "br = new BufferedReader(new InputStreamReader(f))", "br", "new BufferedReader(new InputStreamReader(f))", "InputStream f", "f", "String next() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return null;\n st = new StringTokenizer(s);\n }\n return st.nextToken();\n }", "next", "{\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return null;\n st = new StringTokenizer(s);\n }\n return st.nextToken();\n }", "while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return null;\n st = new StringTokenizer(s);\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return null;\n st = new StringTokenizer(s);\n }", "String s = null;", "s", "null", "try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }", "catch (IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n s = br.readLine();\n }", "s = br.readLine()", "s", "br.readLine()", "br.readLine", "br", "if (s == null)\n return null;", "s == null", "s", "null", "return null;", "null", "st = new StringTokenizer(s)", "st", "new StringTokenizer(s)", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "boolean hasMoreTokens() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return false;\n st = new StringTokenizer(s);\n }\n return true;\n }", "hasMoreTokens", "{\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return false;\n st = new StringTokenizer(s);\n }\n return true;\n }", "while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return false;\n st = new StringTokenizer(s);\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return false;\n st = new StringTokenizer(s);\n }", "String s = null;", "s", "null", "try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }", "catch (IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n s = br.readLine();\n }", "s = br.readLine()", "s", "br.readLine()", "br.readLine", "br", "if (s == null)\n return false;", "s == null", "s", "null", "return false;", "false", "st = new StringTokenizer(s)", "st", "new StringTokenizer(s)", "return true;", "true", "int nextInt() {\n return Integer.parseInt(next());\n }", "nextInt", "{\n return Integer.parseInt(next());\n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "int[] nextIntArray(int N) {\n int[] A = new int[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextInt();\n }\n return A;\n }", "nextIntArray", "{\n int[] A = new int[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextInt();\n }\n return A;\n }", "int[] A = new int[N];", "A", "new int[N]", "N", "for (int i = 0; i < N; i++) {\n A[i] = sc.nextInt();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < N", "i", "N", "i++", "i++", "i", "{\n A[i] = sc.nextInt();\n }", "{\n A[i] = sc.nextInt();\n }", "A[i] = sc.nextInt()", "A[i]", "A", "i", "sc.nextInt()", "sc.nextInt", "sc", "return A;", "A", "int N", "N", "long nextLong() {\n return Long.parseLong(next());\n }", "nextLong", "{\n return Long.parseLong(next());\n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "long[] nextLongArray(int N) {\n long[] A = new long[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextLong();\n }\n return A;\n }", "nextLongArray", "{\n long[] A = new long[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextLong();\n }\n return A;\n }", "long[] A = new long[N];", "A", "new long[N]", "N", "for (int i = 0; i < N; i++) {\n A[i] = sc.nextLong();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < N", "i", "N", "i++", "i++", "i", "{\n A[i] = sc.nextLong();\n }", "{\n A[i] = sc.nextLong();\n }", "A[i] = sc.nextLong()", "A[i]", "A", "i", "sc.nextLong()", "sc.nextLong", "sc", "return A;", "A", "int N", "N", "BigInteger nextBigInteger() {\n return new BigInteger(next());\n }", "nextBigInteger", "{\n return new BigInteger(next());\n }", "return new BigInteger(next());", "new BigInteger(next())", "double nextDouble() {\n return Double.parseDouble(next());\n }", "nextDouble", "{\n return Double.parseDouble(next());\n }", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "double[] nextDoubleArray(int N) {\n double[] A = new double[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextDouble();\n }\n return A;\n }", "nextDoubleArray", "{\n double[] A = new double[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextDouble();\n }\n return A;\n }", "double[] A = new double[N];", "A", "new double[N]", "N", "for (int i = 0; i < N; i++) {\n A[i] = sc.nextDouble();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < N", "i", "N", "i++", "i++", "i", "{\n A[i] = sc.nextDouble();\n }", "{\n A[i] = sc.nextDouble();\n }", "A[i] = sc.nextDouble()", "A[i]", "A", "i", "sc.nextDouble()", "sc.nextDouble", "sc", "return A;", "A", "int N", "N", "public class Main {\n FastScanner sc;\n PrintWriter p;\n\n void solve() {\n double D = sc.nextDouble();\n double T = sc.nextDouble();\n double S = sc.nextDouble();\n\n if(D / S <= T)\n p.println(\"Yes\");\n else\n p.println(\"No\");\n }\n\n void run() {\n try {\n sc = new FastScanner(new File(\"DontBeLate.in\"));\n p = new PrintWriter(new File(\"DontBeLate.out\"));\n\n solve();\n\n p.close();\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }\n\n void runIO() {\n\n sc = new FastScanner(System.in);\n p = new PrintWriter(System.out);\n\n solve();\n\n p.close();\n }\n\n class FastScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public FastScanner(File f) {\n try {\n br = new BufferedReader(new FileReader(f));\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }\n\n public FastScanner(InputStream f) {\n br = new BufferedReader(new InputStreamReader(f));\n }\n\n String next() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return null;\n st = new StringTokenizer(s);\n }\n return st.nextToken();\n }\n\n boolean hasMoreTokens() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return false;\n st = new StringTokenizer(s);\n }\n return true;\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] nextIntArray(int N) {\n int[] A = new int[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextInt();\n }\n return A;\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n long[] nextLongArray(int N) {\n long[] A = new long[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextLong();\n }\n return A;\n }\n\n BigInteger nextBigInteger() {\n return new BigInteger(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n double[] nextDoubleArray(int N) {\n double[] A = new double[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextDouble();\n }\n return A;\n }\n\n }\n\n public static void main(String[] args) {\n new Main().runIO();\n }\n}", "public class Main {\n FastScanner sc;\n PrintWriter p;\n\n void solve() {\n double D = sc.nextDouble();\n double T = sc.nextDouble();\n double S = sc.nextDouble();\n\n if(D / S <= T)\n p.println(\"Yes\");\n else\n p.println(\"No\");\n }\n\n void run() {\n try {\n sc = new FastScanner(new File(\"DontBeLate.in\"));\n p = new PrintWriter(new File(\"DontBeLate.out\"));\n\n solve();\n\n p.close();\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }\n\n void runIO() {\n\n sc = new FastScanner(System.in);\n p = new PrintWriter(System.out);\n\n solve();\n\n p.close();\n }\n\n class FastScanner {\n BufferedReader br;\n StringTokenizer st;\n\n public FastScanner(File f) {\n try {\n br = new BufferedReader(new FileReader(f));\n } catch (FileNotFoundException e) {\n e.printStackTrace();\n }\n }\n\n public FastScanner(InputStream f) {\n br = new BufferedReader(new InputStreamReader(f));\n }\n\n String next() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return null;\n st = new StringTokenizer(s);\n }\n return st.nextToken();\n }\n\n boolean hasMoreTokens() {\n while (st == null || !st.hasMoreTokens()) {\n String s = null;\n try {\n s = br.readLine();\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (s == null)\n return false;\n st = new StringTokenizer(s);\n }\n return true;\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] nextIntArray(int N) {\n int[] A = new int[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextInt();\n }\n return A;\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n long[] nextLongArray(int N) {\n long[] A = new long[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextLong();\n }\n return A;\n }\n\n BigInteger nextBigInteger() {\n return new BigInteger(next());\n }\n\n double nextDouble() {\n return Double.parseDouble(next());\n }\n\n double[] nextDoubleArray(int N) {\n double[] A = new double[N];\n for (int i = 0; i < N; i++) {\n A[i] = sc.nextDouble();\n }\n return A;\n }\n\n }\n\n public static void main(String[] args) {\n new Main().runIO();\n }\n}", "Main" ]
import java.io.*; import java.math.*; import java.util.*; public class Main { FastScanner sc; PrintWriter p; void solve() { double D = sc.nextDouble(); double T = sc.nextDouble(); double S = sc.nextDouble(); if(D / S <= T) p.println("Yes"); else p.println("No"); } void run() { try { sc = new FastScanner(new File("DontBeLate.in")); p = new PrintWriter(new File("DontBeLate.out")); solve(); p.close(); } catch (FileNotFoundException e) { e.printStackTrace(); } } void runIO() { sc = new FastScanner(System.in); p = new PrintWriter(System.out); solve(); p.close(); } class FastScanner { BufferedReader br; StringTokenizer st; public FastScanner(File f) { try { br = new BufferedReader(new FileReader(f)); } catch (FileNotFoundException e) { e.printStackTrace(); } } public FastScanner(InputStream f) { br = new BufferedReader(new InputStreamReader(f)); } String next() { while (st == null || !st.hasMoreTokens()) { String s = null; try { s = br.readLine(); } catch (IOException e) { e.printStackTrace(); } if (s == null) return null; st = new StringTokenizer(s); } return st.nextToken(); } boolean hasMoreTokens() { while (st == null || !st.hasMoreTokens()) { String s = null; try { s = br.readLine(); } catch (IOException e) { e.printStackTrace(); } if (s == null) return false; st = new StringTokenizer(s); } return true; } int nextInt() { return Integer.parseInt(next()); } int[] nextIntArray(int N) { int[] A = new int[N]; for (int i = 0; i < N; i++) { A[i] = sc.nextInt(); } return A; } long nextLong() { return Long.parseLong(next()); } long[] nextLongArray(int N) { long[] A = new long[N]; for (int i = 0; i < N; i++) { A[i] = sc.nextLong(); } return A; } BigInteger nextBigInteger() { return new BigInteger(next()); } double nextDouble() { return Double.parseDouble(next()); } double[] nextDoubleArray(int N) { double[] A = new double[N]; for (int i = 0; i < N; i++) { A[i] = sc.nextDouble(); } return A; } } public static void main(String[] args) { new Main().runIO(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 13, 2, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 54, 11 ], [ 54, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 14, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 14, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 33, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 33, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 12, 51 ], [ 51, 52 ], [ 0, 53 ], [ 53, 54 ], [ 53, 55 ] ]
[ "import java.util.*;\nimport java.math.RoundingMode;\nimport java.math.BigDecimal;\n \n \npublic class Main{\n\tpublic static void main (String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\tif(d<=s*t) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}", "import java.util.*;", "util.*", "java", "import java.math.RoundingMode;", "RoundingMode", "java.math", "import java.math.BigDecimal;", "BigDecimal", "java.math", "public class Main{\n\tpublic static void main (String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\tif(d<=s*t) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}", "Main", "public static void main (String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\tif(d<=s*t) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\tif(d<=s*t) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int d = sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "if(d<=s*t) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");", "d<=s*t", "d", "s*t", "s", "t", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main{\n\tpublic static void main (String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\tif(d<=s*t) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}", "public class Main{\n\tpublic static void main (String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\tif(d<=s*t) System.out.println(\"Yes\");\n\t\telse System.out.println(\"No\");\n\t}\n}", "Main" ]
import java.util.*; import java.math.RoundingMode; import java.math.BigDecimal; public class Main{ public static void main (String[] args){ Scanner sc = new Scanner(System.in); int d = sc.nextInt(); int t = sc.nextInt(); int s = sc.nextInt(); if(d<=s*t) System.out.println("Yes"); else System.out.println("No"); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 8, 2, 4, 18, 13, 2, 13, 13, 13, 17, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 46, 5 ], [ 46, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 27, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 34, 37 ], [ 37, 38 ], [ 37, 39 ], [ 33, 40 ], [ 32, 41 ], [ 32, 42 ], [ 6, 43 ], [ 43, 44 ], [ 0, 45 ], [ 45, 46 ], [ 45, 47 ] ]
[ "import java.util.*;\n\npublic class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n System.out.println(Math.ceil((double)d / s) > t ? \"No\" :\"Yes\");\n\n }\n}", "import java.util.*;", "util.*", "java", "public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n System.out.println(Math.ceil((double)d / s) > t ? \"No\" :\"Yes\");\n\n }\n}", "Main", "public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n System.out.println(Math.ceil((double)d / s) > t ? \"No\" :\"Yes\");\n\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n System.out.println(Math.ceil((double)d / s) > t ? \"No\" :\"Yes\");\n\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int d = sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "System.out.println(Math.ceil((double)d / s) > t ? \"No\" :\"Yes\")", "System.out.println", "System.out", "System", "System.out", "Math.ceil((double)d / s) > t ? \"No\" :\"Yes\"", "Math.ceil((double)d / s) > t", "Math.ceil((double)d / s)", "Math.ceil", "Math", "(double)d / s", "(double)d", "s", "t", "\"No\"", "\"Yes\"", "String[] args", "args", "public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n System.out.println(Math.ceil((double)d / s) > t ? \"No\" :\"Yes\");\n\n }\n}", "public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n\n System.out.println(Math.ceil((double)d / s) > t ? \"No\" :\"Yes\");\n\n }\n}", "Main" ]
import java.util.*; public class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int d = sc.nextInt(); int t = sc.nextInt(); int s = sc.nextInt(); System.out.println(Math.ceil((double)d / s) > t ? "No" :"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, 2, 2, 13, 13, 13, 14, 2, 13, 17, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 55, 5 ], [ 55, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 8, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 34, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 6, 52 ], [ 52, 53 ], [ 0, 54 ], [ 54, 55 ], [ 54, 56 ] ]
[ "import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args) {\n \n Scanner sc = new Scanner(System.in);\n \n Double D = sc.nextDouble();\n Double T = sc.nextDouble();\n Double S = sc.nextDouble();\n boolean answer = D/S <= T;\n\n if (answer == true){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args) {\n \n Scanner sc = new Scanner(System.in);\n \n Double D = sc.nextDouble();\n Double T = sc.nextDouble();\n Double S = sc.nextDouble();\n boolean answer = D/S <= T;\n\n if (answer == true){\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 sc = new Scanner(System.in);\n \n Double D = sc.nextDouble();\n Double T = sc.nextDouble();\n Double S = sc.nextDouble();\n boolean answer = D/S <= T;\n\n if (answer == true){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }", "main", "{\n \n Scanner sc = new Scanner(System.in);\n \n Double D = sc.nextDouble();\n Double T = sc.nextDouble();\n Double S = sc.nextDouble();\n boolean answer = D/S <= T;\n\n if (answer == true){\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)", "Double D = sc.nextDouble();", "D", "sc.nextDouble()", "sc.nextDouble", "sc", "Double T = sc.nextDouble();", "T", "sc.nextDouble()", "sc.nextDouble", "sc", "Double S = sc.nextDouble();", "S", "sc.nextDouble()", "sc.nextDouble", "sc", "boolean answer = D/S <= T;", "answer", "D/S <= T", "D/S", "D", "S", "T", "if (answer == true){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }", "answer == true", "answer", "true", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main{\n public static void main(String[] args) {\n \n Scanner sc = new Scanner(System.in);\n \n Double D = sc.nextDouble();\n Double T = sc.nextDouble();\n Double S = sc.nextDouble();\n boolean answer = D/S <= T;\n\n if (answer == true){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}", "public class Main{\n public static void main(String[] args) {\n \n Scanner sc = new Scanner(System.in);\n \n Double D = sc.nextDouble();\n Double T = sc.nextDouble();\n Double S = sc.nextDouble();\n boolean answer = D/S <= T;\n\n if (answer == true){\n System.out.println(\"Yes\");\n } else {\n System.out.println(\"No\");\n }\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args) { Scanner sc = new Scanner(System.in); Double D = sc.nextDouble(); Double T = sc.nextDouble(); Double S = sc.nextDouble(); boolean answer = D/S <= T; if (answer == true){ 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, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 53, 5 ], [ 53, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 32, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 44, 49 ], [ 6, 50 ], [ 50, 51 ], [ 0, 52 ], [ 52, 53 ], [ 52, 54 ] ]
[ "import java.util.*;\npublic class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n double d = in.nextDouble();\n double t = in.nextDouble();\n double s = in.nextDouble();\n double last = d/s;\n if(last <= t) {\n System.out.print(\"Yes\");\n }else {\n System.out.print(\"No\");\n }\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n double d = in.nextDouble();\n double t = in.nextDouble();\n double s = in.nextDouble();\n double last = d/s;\n if(last <= t) {\n System.out.print(\"Yes\");\n }else {\n System.out.print(\"No\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n double d = in.nextDouble();\n double t = in.nextDouble();\n double s = in.nextDouble();\n double last = d/s;\n if(last <= t) {\n System.out.print(\"Yes\");\n }else {\n System.out.print(\"No\");\n }\n }", "main", "{\n Scanner in = new Scanner(System.in);\n double d = in.nextDouble();\n double t = in.nextDouble();\n double s = in.nextDouble();\n double last = d/s;\n if(last <= t) {\n System.out.print(\"Yes\");\n }else {\n System.out.print(\"No\");\n }\n }", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "double d = in.nextDouble();", "d", "in.nextDouble()", "in.nextDouble", "in", "double t = in.nextDouble();", "t", "in.nextDouble()", "in.nextDouble", "in", "double s = in.nextDouble();", "s", "in.nextDouble()", "in.nextDouble", "in", "double last = d/s;", "last", "d/s", "d", "s", "if(last <= t) {\n System.out.print(\"Yes\");\n }else {\n System.out.print(\"No\");\n }", "last <= t", "last", "t", "{\n System.out.print(\"Yes\");\n }", "System.out.print(\"Yes\")", "System.out.print", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.print(\"No\");\n }", "System.out.print(\"No\")", "System.out.print", "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 double d = in.nextDouble();\n double t = in.nextDouble();\n double s = in.nextDouble();\n double last = d/s;\n if(last <= t) {\n System.out.print(\"Yes\");\n }else {\n System.out.print(\"No\");\n }\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n double d = in.nextDouble();\n double t = in.nextDouble();\n double s = in.nextDouble();\n double last = d/s;\n if(last <= t) {\n System.out.print(\"Yes\");\n }else {\n System.out.print(\"No\");\n }\n }\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); double d = in.nextDouble(); double t = in.nextDouble(); double s = in.nextDouble(); double last = d/s; if(last <= t) { System.out.print("Yes"); }else { System.out.print("No"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 14, 2, 4, 18, 13, 2, 4, 18, 13, 4, 18, 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 ], [ 41, 5 ], [ 41, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 13, 14 ], [ 14, 15 ], [ 15, 16 ], [ 13, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 17, 21 ], [ 21, 22 ], [ 22, 23 ], [ 12, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 25, 30 ], [ 12, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 6, 38 ], [ 38, 39 ], [ 0, 40 ], [ 40, 41 ], [ 40, 42 ] ]
[ "import java.util.*;\n\npublic class Main {\n\tpublic static void main (String[] args) {\n \tScanner sc = new Scanner(System.in);\n \tif (sc.nextInt() <= sc.nextInt() * sc.nextInt()) {\n \t System.out.println(\"Yes\");\n \t} else {\n \t System.out.println(\"No\");\n \t}\n }\n \n}", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main (String[] args) {\n \tScanner sc = new Scanner(System.in);\n \tif (sc.nextInt() <= sc.nextInt() * sc.nextInt()) {\n \t System.out.println(\"Yes\");\n \t} else {\n \t System.out.println(\"No\");\n \t}\n }\n \n}", "Main", "public static void main (String[] args) {\n \tScanner sc = new Scanner(System.in);\n \tif (sc.nextInt() <= sc.nextInt() * sc.nextInt()) {\n \t System.out.println(\"Yes\");\n \t} else {\n \t System.out.println(\"No\");\n \t}\n }", "main", "{\n \tScanner sc = new Scanner(System.in);\n \tif (sc.nextInt() <= sc.nextInt() * sc.nextInt()) {\n \t System.out.println(\"Yes\");\n \t} else {\n \t System.out.println(\"No\");\n \t}\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "if (sc.nextInt() <= sc.nextInt() * sc.nextInt()) {\n \t System.out.println(\"Yes\");\n \t} else {\n \t System.out.println(\"No\");\n \t}", "sc.nextInt() <= sc.nextInt() * sc.nextInt()", "sc.nextInt()", "sc.nextInt", "sc", "sc.nextInt() * sc.nextInt()", "sc.nextInt()", "sc.nextInt", "sc", "sc.nextInt()", "sc.nextInt", "sc", "{\n \t System.out.println(\"Yes\");\n \t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n \t System.out.println(\"No\");\n \t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\tpublic static void main (String[] args) {\n \tScanner sc = new Scanner(System.in);\n \tif (sc.nextInt() <= sc.nextInt() * sc.nextInt()) {\n \t System.out.println(\"Yes\");\n \t} else {\n \t System.out.println(\"No\");\n \t}\n }\n \n}", "public class Main {\n\tpublic static void main (String[] args) {\n \tScanner sc = new Scanner(System.in);\n \tif (sc.nextInt() <= sc.nextInt() * sc.nextInt()) {\n \t System.out.println(\"Yes\");\n \t} else {\n \t System.out.println(\"No\");\n \t}\n }\n \n}", "Main" ]
import java.util.*; public class Main { public static void main (String[] args) { Scanner sc = new Scanner(System.in); if (sc.nextInt() <= sc.nextInt() * sc.nextInt()) { 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, 2, 13, 13, 14, 2, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 51, 5 ], [ 51, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 32, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 6, 48 ], [ 48, 49 ], [ 0, 50 ], [ 50, 51 ], [ 50, 52 ] ]
[ "import java.util.Scanner;\npublic class Main\n{\n public static void main(String[] args)\n {\n Scanner sc = new Scanner(System.in);\n int D = sc.nextInt();\n int T = sc.nextInt();\n int S = sc.nextInt();\n float R = (float)D / (float)S;\n if(R <= T)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main\n{\n public static void main(String[] args)\n {\n Scanner sc = new Scanner(System.in);\n int D = sc.nextInt();\n int T = sc.nextInt();\n int S = sc.nextInt();\n float R = (float)D / (float)S;\n if(R <= T)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "Main", "public static void main(String[] args)\n {\n Scanner sc = new Scanner(System.in);\n int D = sc.nextInt();\n int T = sc.nextInt();\n int S = sc.nextInt();\n float R = (float)D / (float)S;\n if(R <= T)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int D = sc.nextInt();\n int T = sc.nextInt();\n int S = sc.nextInt();\n float R = (float)D / (float)S;\n if(R <= T)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int D = sc.nextInt();", "D", "sc.nextInt()", "sc.nextInt", "sc", "int T = sc.nextInt();", "T", "sc.nextInt()", "sc.nextInt", "sc", "int S = sc.nextInt();", "S", "sc.nextInt()", "sc.nextInt", "sc", "float R = (float)D / (float)S;", "R", "(float)D / (float)S", "(float)D", "(float)S", "if(R <= T)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");", "R <= T", "R", "T", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main\n{\n public static void main(String[] args)\n {\n Scanner sc = new Scanner(System.in);\n int D = sc.nextInt();\n int T = sc.nextInt();\n int S = sc.nextInt();\n float R = (float)D / (float)S;\n if(R <= T)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "public class Main\n{\n public static void main(String[] args)\n {\n Scanner sc = new Scanner(System.in);\n int D = sc.nextInt();\n int T = sc.nextInt();\n int S = sc.nextInt();\n float R = (float)D / (float)S;\n if(R <= T)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int D = sc.nextInt(); int T = sc.nextInt(); int S = sc.nextInt(); float R = (float)D / (float)S; if(R <= T) System.out.println("Yes"); else System.out.println("No"); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 18, 13, 13, 41, 13, 20, 17, 41, 13, 17, 41, 13, 17, 12, 13, 30, 14, 2, 13, 13, 30, 29, 17, 30, 0, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 13, 14, 2, 13, 17, 30, 29, 17, 29, 17, 12, 13, 30, 14, 4, 13, 29, 18, 13, 40, 13, 29, 40, 17, 12, 13, 30, 29, 2, 2, 17, 13, 2, 13, 17, 23, 13, 12, 13, 30, 42, 2, 4, 13, 40, 4, 13, 18, 13, 13, 40, 13, 29, 4, 13, 12, 13, 30, 14, 40, 4, 13, 37, 20, 41, 13, 20, 41, 13, 4, 13, 42, 4, 13, 13, 30, 4, 18, 13, 13, 0, 13, 4, 13, 29, 4, 18, 13, 12, 13, 30, 14, 40, 4, 13, 37, 20, 41, 13, 17, 41, 13, 17, 41, 13, 4, 13, 14, 2, 13, 17, 30, 0, 13, 17, 0, 13, 4, 13, 14, 2, 2, 13, 17, 2, 17, 13, 30, 37, 20, 42, 17, 30, 14, 2, 2, 17, 13, 2, 13, 17, 30, 0, 13, 17, 0, 13, 2, 13, 17, 14, 2, 2, 13, 40, 17, 40, 4, 13, 13, 30, 29, 8, 13, 40, 13, 13, 30, 37, 20, 0, 13, 4, 13, 12, 13, 30, 41, 13, 4, 13, 14, 2, 2, 13, 18, 13, 13, 2, 13, 18, 13, 13, 37, 20, 29, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 6, 13, 41, 13, 17, 41, 13, 39, 17, 17, 17, 40, 17, 41, 13, 39, 17, 17, 40, 17, 17, 41, 13, 17, 12, 13, 30, 14, 2, 13, 17, 29, 17, 30, 14, 2, 2, 13, 17, 17, 30, 41, 13, 4, 13, 13, 2, 13, 17, 29, 2, 2, 13, 13, 17, 30, 29, 2, 2, 4, 13, 13, 2, 13, 17, 13, 17, 23, 13, 23, 13, 12, 13, 30, 41, 13, 2, 18, 13, 13, 17, 14, 2, 13, 17, 29, 17, 41, 13, 17, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 18, 13, 2, 13, 17, 18, 13, 13, 30, 0, 13, 2, 2, 13, 18, 13, 13, 2, 18, 13, 13, 18, 13, 13, 0, 13, 2, 13, 17, 29, 4, 18, 13, 13, 17, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 13, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 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, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 0, 18, 36, 13, 13, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 20, 22 ], [ 16, 23 ], [ 23, 24 ], [ 23, 25 ], [ 16, 27 ], [ 27, 28 ], [ 27, 29 ], [ 16, 30 ], [ 30, 31 ], [ 30, 32 ], [ 16, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 40, 41 ], [ 41, 42 ], [ 36, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 47, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 43, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 65, 66 ], [ 66, 67 ], [ 35, 68 ], [ 68, 69 ], [ 16, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 73, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 73, 81 ], [ 81, 82 ], [ 82, 83 ], [ 16, 84 ], [ 84, 85 ], [ 84, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 92, 93 ], [ 92, 94 ], [ 84, 95 ], [ 95, 96 ], [ 16, 97 ], [ 97, 98 ], [ 97, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 101, 104 ], [ 104, 105 ], [ 105, 106 ], [ 105, 107 ], [ 107, 108 ], [ 107, 109 ], [ 100, 110 ], [ 110, 111 ], [ 99, 112 ], [ 112, 113 ], [ 113, 114 ], [ 16, 115 ], [ 115, 116 ], [ 115, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 120, 121 ], [ 118, 122 ], [ 122, 123 ], [ 117, 124 ], [ 124, 125 ], [ 124, 126 ], [ 117, 127 ], [ 127, 128 ], [ 127, 129 ], [ 129, 130 ], [ 117, 131 ], [ 131, 132 ], [ 132, 133 ], [ 132, 134 ], [ 131, 135 ], [ 135, 136 ], [ 136, 137 ], [ 137, 138 ], [ 136, 139 ], [ 135, 140 ], [ 140, 141 ], [ 140, 142 ], [ 142, 143 ], [ 117, 144 ], [ 144, 145 ], [ 145, 146 ], [ 146, 147 ], [ 16, 148 ], [ 148, 149 ], [ 148, 150 ], [ 150, 151 ], [ 151, 152 ], [ 152, 153 ], [ 153, 154 ], [ 151, 155 ], [ 155, 156 ], [ 150, 157 ], [ 157, 158 ], [ 157, 159 ], [ 150, 160 ], [ 160, 161 ], [ 160, 162 ], [ 150, 163 ], [ 163, 164 ], [ 163, 165 ], [ 165, 166 ], [ 150, 167 ], [ 167, 168 ], [ 168, 169 ], [ 168, 170 ], [ 167, 171 ], [ 171, 172 ], [ 172, 173 ], [ 172, 174 ], [ 171, 175 ], [ 175, 176 ], [ 175, 177 ], [ 177, 178 ], [ 150, 179 ], [ 179, 180 ], [ 180, 181 ], [ 181, 182 ], [ 181, 183 ], [ 180, 184 ], [ 184, 185 ], [ 184, 186 ], [ 179, 187 ], [ 187, 188 ], [ 188, 189 ], [ 150, 190 ], [ 190, 191 ], [ 190, 192 ], [ 192, 193 ], [ 193, 194 ], [ 194, 195 ], [ 195, 196 ], [ 195, 197 ], [ 194, 198 ], [ 198, 199 ], [ 198, 200 ], [ 193, 201 ], [ 201, 202 ], [ 202, 203 ], [ 202, 204 ], [ 201, 205 ], [ 205, 206 ], [ 205, 207 ], [ 207, 208 ], [ 207, 209 ], [ 193, 210 ], [ 210, 211 ], [ 211, 212 ], [ 212, 213 ], [ 212, 214 ], [ 214, 215 ], [ 211, 216 ], [ 216, 217 ], [ 217, 218 ], [ 217, 219 ], [ 210, 220 ], [ 220, 221 ], [ 221, 222 ], [ 222, 223 ], [ 222, 224 ], [ 224, 225 ], [ 222, 226 ], [ 210, 227 ], [ 227, 228 ], [ 228, 229 ], [ 192, 230 ], [ 230, 231 ], [ 230, 232 ], [ 232, 233 ], [ 16, 234 ], [ 234, 235 ], [ 234, 236 ], [ 236, 237 ], [ 237, 238 ], [ 237, 239 ], [ 239, 240 ], [ 236, 241 ], [ 241, 242 ], [ 242, 243 ], [ 243, 244 ], [ 243, 245 ], [ 245, 246 ], [ 245, 247 ], [ 242, 248 ], [ 248, 249 ], [ 248, 250 ], [ 250, 251 ], [ 250, 252 ], [ 241, 253 ], [ 253, 254 ], [ 236, 255 ], [ 255, 256 ], [ 16, 257 ], [ 257, 258 ], [ 257, 259 ], [ 259, 260 ], [ 260, 261 ], [ 261, 262 ], [ 262, 263 ], [ 261, 264 ], [ 264, 265 ], [ 0, 266 ], [ 512, 267 ], [ 512, 268 ], [ 268, 269 ], [ 268, 270 ], [ 512, 271 ], [ 271, 272 ], [ 271, 273 ], [ 273, 274 ], [ 273, 275 ], [ 273, 276 ], [ 273, 277 ], [ 277, 278 ], [ 512, 279 ], [ 279, 280 ], [ 279, 281 ], [ 281, 282 ], [ 281, 283 ], [ 281, 284 ], [ 284, 285 ], [ 281, 286 ], [ 512, 287 ], [ 287, 288 ], [ 287, 289 ], [ 512, 290 ], [ 290, 291 ], [ 290, 292 ], [ 292, 293 ], [ 293, 294 ], [ 294, 295 ], [ 294, 296 ], [ 293, 297 ], [ 297, 298 ], [ 293, 299 ], [ 299, 300 ], [ 300, 301 ], [ 301, 302 ], [ 302, 303 ], [ 302, 304 ], [ 301, 305 ], [ 300, 306 ], [ 306, 307 ], [ 307, 308 ], [ 307, 309 ], [ 309, 310 ], [ 309, 311 ], [ 309, 312 ], [ 312, 313 ], [ 312, 314 ], [ 306, 315 ], [ 315, 316 ], [ 316, 317 ], [ 317, 318 ], [ 317, 319 ], [ 316, 320 ], [ 300, 321 ], [ 321, 322 ], [ 322, 323 ], [ 323, 324 ], [ 324, 325 ], [ 325, 326 ], [ 325, 327 ], [ 325, 328 ], [ 328, 329 ], [ 328, 330 ], [ 324, 331 ], [ 323, 332 ], [ 290, 333 ], [ 333, 334 ], [ 290, 335 ], [ 335, 336 ], [ 512, 337 ], [ 337, 338 ], [ 337, 339 ], [ 339, 340 ], [ 340, 341 ], [ 340, 342 ], [ 342, 343 ], [ 343, 344 ], [ 343, 345 ], [ 342, 346 ], [ 339, 347 ], [ 347, 348 ], [ 348, 349 ], [ 348, 350 ], [ 347, 351 ], [ 351, 352 ], [ 339, 353 ], [ 353, 354 ], [ 353, 355 ], [ 339, 356 ], [ 356, 357 ], [ 356, 358 ], [ 339, 359 ], [ 359, 360 ], [ 360, 361 ], [ 361, 362 ], [ 361, 363 ], [ 359, 364 ], [ 364, 365 ], [ 364, 366 ], [ 359, 367 ], [ 367, 368 ], [ 368, 369 ], [ 359, 370 ], [ 371, 371 ], [ 371, 372 ], [ 372, 373 ], [ 373, 374 ], [ 374, 375 ], [ 374, 376 ], [ 376, 377 ], [ 376, 378 ], [ 373, 379 ], [ 379, 380 ], [ 379, 381 ], [ 372, 382 ], [ 382, 383 ], [ 383, 384 ], [ 383, 385 ], [ 385, 386 ], [ 386, 387 ], [ 386, 388 ], [ 388, 389 ], [ 388, 390 ], [ 385, 391 ], [ 391, 392 ], [ 392, 393 ], [ 392, 394 ], [ 391, 395 ], [ 395, 396 ], [ 395, 397 ], [ 382, 398 ], [ 398, 399 ], [ 398, 400 ], [ 400, 401 ], [ 400, 402 ], [ 339, 403 ], [ 403, 404 ], [ 404, 405 ], [ 405, 406 ], [ 404, 407 ], [ 404, 408 ], [ 337, 409 ], [ 409, 410 ], [ 337, 411 ], [ 411, 412 ], [ 512, 413 ], [ 413, 414 ], [ 413, 415 ], [ 415, 416 ], [ 416, 417 ], [ 416, 418 ], [ 415, 419 ], [ 419, 420 ], [ 419, 421 ], [ 421, 422 ], [ 422, 423 ], [ 415, 424 ], [ 424, 425 ], [ 424, 426 ], [ 426, 427 ], [ 427, 428 ], [ 415, 429 ], [ 429, 430 ], [ 429, 431 ], [ 431, 432 ], [ 432, 433 ], [ 415, 434 ], [ 434, 435 ], [ 435, 436 ], [ 435, 437 ], [ 437, 438 ], [ 437, 439 ], [ 434, 440 ], [ 440, 441 ], [ 441, 442 ], [ 442, 443 ], [ 443, 444 ], [ 443, 445 ], [ 441, 446 ], [ 434, 447 ], [ 447, 448 ], [ 448, 449 ], [ 449, 450 ], [ 450, 451 ], [ 450, 452 ], [ 448, 453 ], [ 413, 454 ], [ 454, 455 ], [ 512, 456 ], [ 456, 457 ], [ 456, 458 ], [ 458, 459 ], [ 456, 460 ], [ 460, 461 ], [ 456, 462 ], [ 462, 463 ], [ 456, 464 ], [ 464, 465 ], [ 464, 466 ], [ 466, 467 ], [ 467, 468 ], [ 468, 469 ], [ 468, 470 ], [ 467, 471 ], [ 466, 472 ], [ 472, 473 ], [ 473, 474 ], [ 473, 475 ], [ 472, 476 ], [ 466, 477 ], [ 477, 478 ], [ 478, 479 ], [ 478, 480 ], [ 477, 481 ], [ 464, 482 ], [ 482, 483 ], [ 464, 484 ], [ 484, 485 ], [ 464, 486 ], [ 486, 487 ], [ 512, 488 ], [ 488, 489 ], [ 488, 490 ], [ 490, 491 ], [ 488, 492 ], [ 492, 493 ], [ 488, 494 ], [ 494, 495 ], [ 494, 496 ], [ 496, 497 ], [ 497, 498 ], [ 498, 499 ], [ 498, 500 ], [ 497, 501 ], [ 496, 502 ], [ 502, 503 ], [ 503, 504 ], [ 503, 505 ], [ 502, 506 ], [ 494, 507 ], [ 507, 508 ], [ 494, 509 ], [ 509, 510 ], [ 0, 511 ], [ 511, 512 ], [ 511, 513 ] ]
[ "import java.io.IOException;\nimport java.io.InputStream;\nimport java.util.NoSuchElementException;\n\nimport javax.swing.plaf.metal.MetalBorders.InternalFrameBorder;\n\nimport java.util.*;\n\nclass FastScanner {\n private final InputStream in = System.in;\n private final byte[] buffer = new byte[1024];\n private int ptr = 0;\n private int buflen = 0;\n\n private boolean hasNextByte() {\n if (ptr < buflen) {\n return true;\n } else {\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }\n\n private int readByte() {\n if (hasNextByte())\n return buffer[ptr++];\n else\n return -1;\n }\n\n private static boolean isPrintableChar(int c) {\n return 33 <= c && c <= 126;\n }\n\n public boolean hasNext() {\n while (hasNextByte() && !isPrintableChar(buffer[ptr]))\n ptr++;\n return hasNextByte();\n }\n\n public String next() {\n if (!hasNext())\n throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while (isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }\n\n public long nextLong() {\n if (!hasNext())\n throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while (true) {\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }\n\n public int nextInt() {\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n throw new NumberFormatException();\n return (int) nl;\n }\n\n public double nextDouble() {\n return Double.parseDouble(next());\n }\n}\n\npublic class Main {\n static int MOD = 1000000007;\n\n public static class Mas {\n int x;\n int y;\n int step;\n\n Mas(int x, int y, int step) {\n this.x = x;\n this.y = y;\n this.step = step;\n }\n }\n\n static long pow(long l, long i) {\n if (i == 0)\n return 1;\n else {\n if (i % 2 == 0) {\n long val = pow(l, i / 2);\n return val * val % 2019;\n } else {\n return pow(l, i - 1) * l % 2019;\n }\n }\n }\n\n private static final int[] vX = { 1, 0, 0, -1 };\n private static final int[] vY = { 0, 1, -1, 0 };\n\n static class Edge {\n int idx;\n int node;\n\n public Edge(int n, int i) {\n this.idx = i;\n this.node = n;\n }\n }\n\n static int stocks = 0;\n static long maxProfit(int k, int[] prices) {\n int n = prices.length-1;\n if (n <= 1)\n return 0;\n long maxPro = 1000;\n int idx = 0;\n for (int i = 0; i < n; i++) {\n if (prices[i + 1] < prices[i]) {\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n } \n // System.out.println(\"money \"+maxPro+\"stock \"+stocks+\"price\"+prices[i]);\n // System.out.println(maxPro);\n \n }\n return Math.max(maxPro,1000);\n }\n\n public static void main(String[] args) throws IOException {\n FastScanner fs = new FastScanner();\n int d = fs.nextInt();\n int t =fs.nextInt();\n int s = fs.nextInt();\n if (d <= t*s){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n}", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.util.NoSuchElementException;", "NoSuchElementException", "java.util", "import javax.swing.plaf.metal.MetalBorders.InternalFrameBorder;", "InternalFrameBorder", "javax.swing.plaf.metal.MetalBorders", "import java.util.*;", "util.*", "java", "class FastScanner {\n private final InputStream in = System.in;\n private final byte[] buffer = new byte[1024];\n private int ptr = 0;\n private int buflen = 0;\n\n private boolean hasNextByte() {\n if (ptr < buflen) {\n return true;\n } else {\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }\n\n private int readByte() {\n if (hasNextByte())\n return buffer[ptr++];\n else\n return -1;\n }\n\n private static boolean isPrintableChar(int c) {\n return 33 <= c && c <= 126;\n }\n\n public boolean hasNext() {\n while (hasNextByte() && !isPrintableChar(buffer[ptr]))\n ptr++;\n return hasNextByte();\n }\n\n public String next() {\n if (!hasNext())\n throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while (isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }\n\n public long nextLong() {\n if (!hasNext())\n throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while (true) {\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }\n\n public int nextInt() {\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n throw new NumberFormatException();\n return (int) nl;\n }\n\n public double nextDouble() {\n return Double.parseDouble(next());\n }\n}", "FastScanner", "private final InputStream in = System.in;", "in", "System.in", "System", "System.in", "private final byte[] buffer = new byte[1024];", "buffer", "new byte[1024]", "1024", "private int ptr = 0;", "ptr", "0", "private int buflen = 0;", "buflen", "0", "private boolean hasNextByte() {\n if (ptr < buflen) {\n return true;\n } else {\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }", "hasNextByte", "{\n if (ptr < buflen) {\n return true;\n } else {\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }\n return true;\n }", "if (ptr < buflen) {\n return true;\n } else {\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }", "ptr < buflen", "ptr", "buflen", "{\n return true;\n }", "return true;", "true", "{\n ptr = 0;\n try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }\n if (buflen <= 0) {\n return false;\n }\n }", "ptr = 0", "ptr", "0", "try {\n buflen = in.read(buffer);\n } catch (IOException e) {\n e.printStackTrace();\n }", "catch (IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n buflen = in.read(buffer);\n }", "buflen = in.read(buffer)", "buflen", "in.read(buffer)", "in.read", "in", "buffer", "if (buflen <= 0) {\n return false;\n }", "buflen <= 0", "buflen", "0", "{\n return false;\n }", "return false;", "false", "return true;", "true", "private int readByte() {\n if (hasNextByte())\n return buffer[ptr++];\n else\n return -1;\n }", "readByte", "{\n if (hasNextByte())\n return buffer[ptr++];\n else\n return -1;\n }", "if (hasNextByte())\n return buffer[ptr++];\n else\n return -1;", "hasNextByte()", "hasNextByte", "return buffer[ptr++];", "buffer[ptr++]", "buffer", "ptr++", "ptr", "return -1;", "-1", "1", "private static boolean isPrintableChar(int c) {\n return 33 <= c && c <= 126;\n }", "isPrintableChar", "{\n return 33 <= c && c <= 126;\n }", "return 33 <= c && c <= 126;", "33 <= c && c <= 126", "33 <= c", "33", "c", "c <= 126", "c", "126", "int c", "c", "public boolean hasNext() {\n while (hasNextByte() && !isPrintableChar(buffer[ptr]))\n ptr++;\n return hasNextByte();\n }", "hasNext", "{\n while (hasNextByte() && !isPrintableChar(buffer[ptr]))\n ptr++;\n return hasNextByte();\n }", "while (hasNextByte() && !isPrintableChar(buffer[ptr]))\n ptr++;", "hasNextByte() && !isPrintableChar(buffer[ptr])", "hasNextByte()", "hasNextByte", "!isPrintableChar(buffer[ptr])", "isPrintableChar(buffer[ptr])", "isPrintableChar", "buffer[ptr]", "buffer", "ptr", "ptr++", "ptr", "return hasNextByte();", "hasNextByte()", "hasNextByte", "public String next() {\n if (!hasNext())\n throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while (isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }", "next", "{\n if (!hasNext())\n throw new NoSuchElementException();\n StringBuilder sb = new StringBuilder();\n int b = readByte();\n while (isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }", "if (!hasNext())\n throw new NoSuchElementException();", "!hasNext()", "hasNext()", "hasNext", "throw new NoSuchElementException();", "new NoSuchElementException()", "StringBuilder sb = new StringBuilder();", "sb", "new StringBuilder()", "int b = readByte();", "b", "readByte()", "readByte", "while (isPrintableChar(b)) {\n sb.appendCodePoint(b);\n b = readByte();\n }", "isPrintableChar(b)", "isPrintableChar", "b", "{\n sb.appendCodePoint(b);\n b = readByte();\n }", "sb.appendCodePoint(b)", "sb.appendCodePoint", "sb", "b", "b = readByte()", "b", "readByte()", "readByte", "return sb.toString();", "sb.toString()", "sb.toString", "sb", "public long nextLong() {\n if (!hasNext())\n throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while (true) {\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }", "nextLong", "{\n if (!hasNext())\n throw new NoSuchElementException();\n long n = 0;\n boolean minus = false;\n int b = readByte();\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }\n while (true) {\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }\n }", "if (!hasNext())\n throw new NoSuchElementException();", "!hasNext()", "hasNext()", "hasNext", "throw new NoSuchElementException();", "new NoSuchElementException()", "long n = 0;", "n", "0", "boolean minus = false;", "minus", "false", "int b = readByte();", "b", "readByte()", "readByte", "if (b == '-') {\n minus = true;\n b = readByte();\n }", "b == '-'", "b", "'-'", "{\n minus = true;\n b = readByte();\n }", "minus = true", "minus", "true", "b = readByte()", "b", "readByte()", "readByte", "if (b < '0' || '9' < b) {\n throw new NumberFormatException();\n }", "b < '0' || '9' < b", "b < '0'", "b", "'0'", "'9' < b", "'9'", "b", "{\n throw new NumberFormatException();\n }", "throw new NumberFormatException();", "new NumberFormatException()", "while (true) {\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }", "true", "{\n if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }\n b = readByte();\n }", "if ('0' <= b && b <= '9') {\n n *= 10;\n n += b - '0';\n } else if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }", "'0' <= b && b <= '9'", "'0' <= b", "'0'", "b", "b <= '9'", "b", "'9'", "{\n n *= 10;\n n += b - '0';\n }", "n *= 10", "n", "10", "n += b - '0'", "n", "b - '0'", "b", "'0'", "if (b == -1 || !isPrintableChar(b)) {\n return minus ? -n : n;\n } else {\n throw new NumberFormatException();\n }", "b == -1 || !isPrintableChar(b)", "b == -1", "b", "-1", "1", "!isPrintableChar(b)", "isPrintableChar(b)", "isPrintableChar", "b", "{\n return minus ? -n : n;\n }", "return minus ? -n : n;", "minus ? -n : n", "minus", "-n", "n", "n", "{\n throw new NumberFormatException();\n }", "throw new NumberFormatException();", "new NumberFormatException()", "b = readByte()", "b", "readByte()", "readByte", "public int nextInt() {\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n throw new NumberFormatException();\n return (int) nl;\n }", "nextInt", "{\n long nl = nextLong();\n if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n throw new NumberFormatException();\n return (int) nl;\n }", "long nl = nextLong();", "nl", "nextLong()", "nextLong", "if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE)\n throw new NumberFormatException();", "nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE", "nl < Integer.MIN_VALUE", "nl", "Integer.MIN_VALUE", "Integer", "Integer.MIN_VALUE", "nl > Integer.MAX_VALUE", "nl", "Integer.MAX_VALUE", "Integer", "Integer.MAX_VALUE", "throw new NumberFormatException();", "new NumberFormatException()", "return (int) nl;", "(int) nl", "public double nextDouble() {\n return Double.parseDouble(next());\n }", "nextDouble", "{\n return Double.parseDouble(next());\n }", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "public class Main {\n static int MOD = 1000000007;\n\n public static class Mas {\n int x;\n int y;\n int step;\n\n Mas(int x, int y, int step) {\n this.x = x;\n this.y = y;\n this.step = step;\n }\n }\n\n static long pow(long l, long i) {\n if (i == 0)\n return 1;\n else {\n if (i % 2 == 0) {\n long val = pow(l, i / 2);\n return val * val % 2019;\n } else {\n return pow(l, i - 1) * l % 2019;\n }\n }\n }\n\n private static final int[] vX = { 1, 0, 0, -1 };\n private static final int[] vY = { 0, 1, -1, 0 };\n\n static class Edge {\n int idx;\n int node;\n\n public Edge(int n, int i) {\n this.idx = i;\n this.node = n;\n }\n }\n\n static int stocks = 0;\n static long maxProfit(int k, int[] prices) {\n int n = prices.length-1;\n if (n <= 1)\n return 0;\n long maxPro = 1000;\n int idx = 0;\n for (int i = 0; i < n; i++) {\n if (prices[i + 1] < prices[i]) {\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n } \n // System.out.println(\"money \"+maxPro+\"stock \"+stocks+\"price\"+prices[i]);\n // System.out.println(maxPro);\n \n }\n return Math.max(maxPro,1000);\n }\n\n public static void main(String[] args) throws IOException {\n FastScanner fs = new FastScanner();\n int d = fs.nextInt();\n int t =fs.nextInt();\n int s = fs.nextInt();\n if (d <= t*s){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n}", "Main", "static int MOD = 1000000007;", "MOD", "1000000007", "private static final int[] vX = { 1, 0, 0, -1 };", "vX", "{ 1, 0, 0, -1 }", "1", "0", "0", "-1", "1", "private static final int[] vY = { 0, 1, -1, 0 };", "vY", "{ 0, 1, -1, 0 }", "0", "1", "-1", "1", "0", "static int stocks = 0;", "stocks", "0", "static long pow(long l, long i) {\n if (i == 0)\n return 1;\n else {\n if (i % 2 == 0) {\n long val = pow(l, i / 2);\n return val * val % 2019;\n } else {\n return pow(l, i - 1) * l % 2019;\n }\n }\n }", "pow", "{\n if (i == 0)\n return 1;\n else {\n if (i % 2 == 0) {\n long val = pow(l, i / 2);\n return val * val % 2019;\n } else {\n return pow(l, i - 1) * l % 2019;\n }\n }\n }", "if (i == 0)\n return 1;\n else {\n if (i % 2 == 0) {\n long val = pow(l, i / 2);\n return val * val % 2019;\n } else {\n return pow(l, i - 1) * l % 2019;\n }\n }", "i == 0", "i", "0", "return 1;", "1", "{\n if (i % 2 == 0) {\n long val = pow(l, i / 2);\n return val * val % 2019;\n } else {\n return pow(l, i - 1) * l % 2019;\n }\n }", "if (i % 2 == 0) {\n long val = pow(l, i / 2);\n return val * val % 2019;\n } else {\n return pow(l, i - 1) * l % 2019;\n }", "i % 2 == 0", "i % 2", "i", "2", "0", "{\n long val = pow(l, i / 2);\n return val * val % 2019;\n }", "long val = pow(l, i / 2);", "val", "pow(l, i / 2)", "pow", "l", "i / 2", "i", "2", "return val * val % 2019;", "val * val % 2019", "val * val", "val", "val", "2019", "{\n return pow(l, i - 1) * l % 2019;\n }", "return pow(l, i - 1) * l % 2019;", "pow(l, i - 1) * l % 2019", "pow(l, i - 1) * l", "pow(l, i - 1)", "pow", "l", "i - 1", "i", "1", "l", "2019", "long l", "l", "long i", "i", "static long maxProfit(int k, int[] prices) {\n int n = prices.length-1;\n if (n <= 1)\n return 0;\n long maxPro = 1000;\n int idx = 0;\n for (int i = 0; i < n; i++) {\n if (prices[i + 1] < prices[i]) {\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n } \n // System.out.println(\"money \"+maxPro+\"stock \"+stocks+\"price\"+prices[i]);\n // System.out.println(maxPro);\n \n }\n return Math.max(maxPro,1000);\n }", "maxProfit", "{\n int n = prices.length-1;\n if (n <= 1)\n return 0;\n long maxPro = 1000;\n int idx = 0;\n for (int i = 0; i < n; i++) {\n if (prices[i + 1] < prices[i]) {\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n } \n // System.out.println(\"money \"+maxPro+\"stock \"+stocks+\"price\"+prices[i]);\n // System.out.println(maxPro);\n \n }\n return Math.max(maxPro,1000);\n }", "int n = prices.length-1;", "n", "prices.length-1", "prices.length", "prices", "prices.length", "1", "if (n <= 1)\n return 0;", "n <= 1", "n", "1", "return 0;", "0", "long maxPro = 1000;", "maxPro", "1000", "int idx = 0;", "idx", "0", "for (int i = 0; i < n; i++) {\n if (prices[i + 1] < prices[i]) {\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n } \n // System.out.println(\"money \"+maxPro+\"stock \"+stocks+\"price\"+prices[i]);\n // System.out.println(maxPro);\n \n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n if (prices[i + 1] < prices[i]) {\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n } \n // System.out.println(\"money \"+maxPro+\"stock \"+stocks+\"price\"+prices[i]);\n // System.out.println(maxPro);\n \n }", "{\n if (prices[i + 1] < prices[i]) {\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n } \n // System.out.println(\"money \"+maxPro+\"stock \"+stocks+\"price\"+prices[i]);\n // System.out.println(maxPro);\n \n }", "if (prices[i + 1] < prices[i]) {\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n }", "prices[i + 1] < prices[i]", "prices[i + 1]", "prices", "i + 1", "i", "1", "prices[i]", "prices", "i", "{\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n }", "maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx])", "maxPro", "(maxPro / prices[idx]) * (prices[i] - prices[idx])", "(maxPro / prices[idx])", "maxPro", "prices[idx]", "prices", "idx", "(prices[i] - prices[idx])", "prices[i]", "prices", "i", "prices[idx]", "prices", "idx", "idx = i+1", "idx", "i+1", "i", "1", "return Math.max(maxPro,1000);", "Math.max(maxPro,1000)", "Math.max", "Math", "maxPro", "1000", "int k", "k", "int[] prices", "prices", "public static void main(String[] args) throws IOException {\n FastScanner fs = new FastScanner();\n int d = fs.nextInt();\n int t =fs.nextInt();\n int s = fs.nextInt();\n if (d <= t*s){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }", "main", "{\n FastScanner fs = new FastScanner();\n int d = fs.nextInt();\n int t =fs.nextInt();\n int s = fs.nextInt();\n if (d <= t*s){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }", "FastScanner fs = new FastScanner();", "fs", "new FastScanner()", "int d = fs.nextInt();", "d", "fs.nextInt()", "fs.nextInt", "fs", "int t =fs.nextInt();", "t", "fs.nextInt()", "fs.nextInt", "fs", "int s = fs.nextInt();", "s", "fs.nextInt()", "fs.nextInt", "fs", "if (d <= t*s){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }", "d <= t*s", "d", "t*s", "t", "s", "{\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 class Mas {\n int x;\n int y;\n int step;\n\n Mas(int x, int y, int step) {\n this.x = x;\n this.y = y;\n this.step = step;\n }\n }", "Mas", "int x;", "x", "int y;", "y", "int step;", "step", "Mas(int x, int y, int step) {\n this.x = x;\n this.y = y;\n this.step = step;\n }", "Mas", "{\n this.x = x;\n this.y = y;\n this.step = step;\n }", "this.x = x", "this.x", "this", "this.x", "x", "this.y = y", "this.y", "this", "this.y", "y", "this.step = step", "this.step", "this", "this.step", "step", "int x", "x", "int y", "y", "int step", "step", "static class Edge {\n int idx;\n int node;\n\n public Edge(int n, int i) {\n this.idx = i;\n this.node = n;\n }\n }", "Edge", "int idx;", "idx", "int node;", "node", "public Edge(int n, int i) {\n this.idx = i;\n this.node = n;\n }", "Edge", "{\n this.idx = i;\n this.node = n;\n }", "this.idx = i", "this.idx", "this", "this.idx", "i", "this.node = n", "this.node", "this", "this.node", "n", "int n", "n", "int i", "i", "public class Main {\n static int MOD = 1000000007;\n\n public static class Mas {\n int x;\n int y;\n int step;\n\n Mas(int x, int y, int step) {\n this.x = x;\n this.y = y;\n this.step = step;\n }\n }\n\n static long pow(long l, long i) {\n if (i == 0)\n return 1;\n else {\n if (i % 2 == 0) {\n long val = pow(l, i / 2);\n return val * val % 2019;\n } else {\n return pow(l, i - 1) * l % 2019;\n }\n }\n }\n\n private static final int[] vX = { 1, 0, 0, -1 };\n private static final int[] vY = { 0, 1, -1, 0 };\n\n static class Edge {\n int idx;\n int node;\n\n public Edge(int n, int i) {\n this.idx = i;\n this.node = n;\n }\n }\n\n static int stocks = 0;\n static long maxProfit(int k, int[] prices) {\n int n = prices.length-1;\n if (n <= 1)\n return 0;\n long maxPro = 1000;\n int idx = 0;\n for (int i = 0; i < n; i++) {\n if (prices[i + 1] < prices[i]) {\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n } \n // System.out.println(\"money \"+maxPro+\"stock \"+stocks+\"price\"+prices[i]);\n // System.out.println(maxPro);\n \n }\n return Math.max(maxPro,1000);\n }\n\n public static void main(String[] args) throws IOException {\n FastScanner fs = new FastScanner();\n int d = fs.nextInt();\n int t =fs.nextInt();\n int s = fs.nextInt();\n if (d <= t*s){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n}", "public class Main {\n static int MOD = 1000000007;\n\n public static class Mas {\n int x;\n int y;\n int step;\n\n Mas(int x, int y, int step) {\n this.x = x;\n this.y = y;\n this.step = step;\n }\n }\n\n static long pow(long l, long i) {\n if (i == 0)\n return 1;\n else {\n if (i % 2 == 0) {\n long val = pow(l, i / 2);\n return val * val % 2019;\n } else {\n return pow(l, i - 1) * l % 2019;\n }\n }\n }\n\n private static final int[] vX = { 1, 0, 0, -1 };\n private static final int[] vY = { 0, 1, -1, 0 };\n\n static class Edge {\n int idx;\n int node;\n\n public Edge(int n, int i) {\n this.idx = i;\n this.node = n;\n }\n }\n\n static int stocks = 0;\n static long maxProfit(int k, int[] prices) {\n int n = prices.length-1;\n if (n <= 1)\n return 0;\n long maxPro = 1000;\n int idx = 0;\n for (int i = 0; i < n; i++) {\n if (prices[i + 1] < prices[i]) {\n maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]);\n idx = i+1;\n \n // System.out.println(\"sotck\"+stocks);\n } \n // System.out.println(\"money \"+maxPro+\"stock \"+stocks+\"price\"+prices[i]);\n // System.out.println(maxPro);\n \n }\n return Math.max(maxPro,1000);\n }\n\n public static void main(String[] args) throws IOException {\n FastScanner fs = new FastScanner();\n int d = fs.nextInt();\n int t =fs.nextInt();\n int s = fs.nextInt();\n if (d <= t*s){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n \n }\n}", "Main" ]
import java.io.IOException; import java.io.InputStream; import java.util.NoSuchElementException; import javax.swing.plaf.metal.MetalBorders.InternalFrameBorder; import java.util.*; class FastScanner { private final InputStream in = System.in; private final byte[] buffer = new byte[1024]; private int ptr = 0; private int buflen = 0; private boolean hasNextByte() { if (ptr < buflen) { return true; } else { ptr = 0; try { buflen = in.read(buffer); } catch (IOException e) { e.printStackTrace(); } if (buflen <= 0) { return false; } } return true; } private int readByte() { if (hasNextByte()) return buffer[ptr++]; else return -1; } private static boolean isPrintableChar(int c) { return 33 <= c && c <= 126; } public boolean hasNext() { while (hasNextByte() && !isPrintableChar(buffer[ptr])) ptr++; return hasNextByte(); } public String next() { if (!hasNext()) throw new NoSuchElementException(); StringBuilder sb = new StringBuilder(); int b = readByte(); while (isPrintableChar(b)) { sb.appendCodePoint(b); b = readByte(); } return sb.toString(); } public long nextLong() { if (!hasNext()) throw new NoSuchElementException(); long n = 0; boolean minus = false; int b = readByte(); if (b == '-') { minus = true; b = readByte(); } if (b < '0' || '9' < b) { throw new NumberFormatException(); } while (true) { if ('0' <= b && b <= '9') { n *= 10; n += b - '0'; } else if (b == -1 || !isPrintableChar(b)) { return minus ? -n : n; } else { throw new NumberFormatException(); } b = readByte(); } } public int nextInt() { long nl = nextLong(); if (nl < Integer.MIN_VALUE || nl > Integer.MAX_VALUE) throw new NumberFormatException(); return (int) nl; } public double nextDouble() { return Double.parseDouble(next()); } } public class Main { static int MOD = 1000000007; public static class Mas { int x; int y; int step; Mas(int x, int y, int step) { this.x = x; this.y = y; this.step = step; } } static long pow(long l, long i) { if (i == 0) return 1; else { if (i % 2 == 0) { long val = pow(l, i / 2); return val * val % 2019; } else { return pow(l, i - 1) * l % 2019; } } } private static final int[] vX = { 1, 0, 0, -1 }; private static final int[] vY = { 0, 1, -1, 0 }; static class Edge { int idx; int node; public Edge(int n, int i) { this.idx = i; this.node = n; } } static int stocks = 0; static long maxProfit(int k, int[] prices) { int n = prices.length-1; if (n <= 1) return 0; long maxPro = 1000; int idx = 0; for (int i = 0; i < n; i++) { if (prices[i + 1] < prices[i]) { maxPro += (maxPro / prices[idx]) * (prices[i] - prices[idx]); idx = i+1; // System.out.println("sotck"+stocks); } // System.out.println("money "+maxPro+"stock "+stocks+"price"+prices[i]); // System.out.println(maxPro); } return Math.max(maxPro,1000); } public static void main(String[] args) throws IOException { FastScanner fs = new FastScanner(); int d = fs.nextInt(); int t =fs.nextInt(); int s = fs.nextInt(); if (d <= t*s){ System.out.println("Yes"); }else{ System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 18, 13, 13, 41, 13, 18, 13, 13, 41, 13, 20, 41, 13, 20, 41, 13, 20, 4, 18, 13, 17, 13, 13, 4, 18, 13, 23, 13, 6, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 2, 13, 17, 13, 13, 30, 4, 18, 13, 17, 30, 4, 18, 13, 17, 23, 13, 23, 13, 23, 13, 6, 13, 41, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 0, 18, 36, 13, 20, 23, 13, 12, 13, 30, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 14, 2, 13, 17, 30, 4, 18, 13, 17, 4, 18, 13, 18, 13, 13, 23, 13, 12, 13, 30, 4, 18, 13, 6, 13, 41, 13, 41, 13, 20, 17, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 23, 13, 12, 13, 30, 14, 2, 13, 40, 17, 30, 37, 20, 14, 2, 13, 13, 30, 0, 13, 17, 38, 5, 13, 30, 37, 20, 30, 0, 13, 4, 18, 13, 13, 14, 2, 13, 17, 30, 29, 40, 17, 29, 18, 13, 40, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 30, 0, 13, 4, 13, 41, 13, 17, 14, 2, 13, 17, 30, 0, 13, 40, 17, 0, 13, 4, 13, 41, 13, 17, 42, 40, 4, 13, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 30, 37, 20, 0, 13, 17, 0, 13, 2, 13, 17, 0, 13, 4, 13, 29, 2, 13, 13, 12, 13, 30, 14, 2, 13, 17, 30, 29, 4, 18, 13, 13, 29, 4, 13, 13, 23, 13, 12, 13, 30, 29, 2, 2, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 40, 17, 23, 13, 6, 13, 12, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 19, 20 ], [ 19, 21 ], [ 0, 22 ], [ 22, 23 ], [ 22, 24 ], [ 0, 25 ], [ 25, 26 ], [ 25, 27 ], [ 0, 28 ], [ 28, 29 ], [ 28, 30 ], [ 0, 31 ], [ 31, 32 ], [ 31, 33 ], [ 0, 34 ], [ 365, 35 ], [ 365, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 38, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 38, 49 ], [ 49, 50 ], [ 49, 51 ], [ 38, 52 ], [ 52, 53 ], [ 52, 54 ], [ 38, 55 ], [ 55, 56 ], [ 55, 57 ], [ 38, 58 ], [ 58, 59 ], [ 59, 60 ], [ 58, 61 ], [ 58, 62 ], [ 58, 63 ], [ 38, 64 ], [ 64, 65 ], [ 65, 66 ], [ 36, 67 ], [ 67, 68 ], [ 365, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 76, 77 ], [ 77, 78 ], [ 73, 79 ], [ 79, 80 ], [ 79, 81 ], [ 81, 82 ], [ 82, 83 ], [ 73, 84 ], [ 84, 85 ], [ 84, 86 ], [ 86, 87 ], [ 87, 88 ], [ 73, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 91, 95 ], [ 90, 96 ], [ 89, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 98, 101 ], [ 89, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 103, 106 ], [ 71, 107 ], [ 107, 108 ], [ 71, 109 ], [ 109, 110 ], [ 71, 111 ], [ 111, 112 ], [ 365, 113 ], [ 113, 114 ], [ 113, 115 ], [ 115, 116 ], [ 113, 117 ], [ 117, 118 ], [ 117, 119 ], [ 119, 120 ], [ 120, 121 ], [ 120, 122 ], [ 117, 123 ], [ 123, 124 ], [ 113, 125 ], [ 125, 126 ], [ 125, 127 ], [ 127, 128 ], [ 128, 129 ], [ 129, 130 ], [ 129, 131 ], [ 128, 132 ], [ 125, 133 ], [ 133, 134 ], [ 113, 135 ], [ 135, 136 ], [ 135, 137 ], [ 137, 138 ], [ 138, 139 ], [ 139, 140 ], [ 140, 141 ], [ 140, 142 ], [ 138, 143 ], [ 143, 144 ], [ 143, 145 ], [ 145, 146 ], [ 145, 147 ], [ 138, 148 ], [ 148, 149 ], [ 149, 150 ], [ 138, 151 ], [ 152, 152 ], [ 152, 153 ], [ 153, 154 ], [ 154, 155 ], [ 154, 156 ], [ 153, 157 ], [ 157, 158 ], [ 158, 159 ], [ 159, 160 ], [ 158, 161 ], [ 152, 162 ], [ 162, 163 ], [ 163, 164 ], [ 162, 165 ], [ 165, 166 ], [ 165, 167 ], [ 135, 168 ], [ 168, 169 ], [ 113, 170 ], [ 170, 171 ], [ 170, 172 ], [ 172, 173 ], [ 173, 174 ], [ 174, 175 ], [ 365, 176 ], [ 176, 177 ], [ 176, 178 ], [ 178, 179 ], [ 176, 180 ], [ 180, 181 ], [ 180, 182 ], [ 176, 184 ], [ 184, 185 ], [ 176, 186 ], [ 186, 187 ], [ 176, 188 ], [ 188, 189 ], [ 176, 190 ], [ 190, 191 ], [ 190, 192 ], [ 192, 193 ], [ 193, 194 ], [ 194, 195 ], [ 194, 196 ], [ 193, 197 ], [ 190, 198 ], [ 198, 199 ], [ 176, 200 ], [ 200, 201 ], [ 200, 202 ], [ 202, 203 ], [ 203, 204 ], [ 204, 205 ], [ 204, 206 ], [ 206, 207 ], [ 203, 208 ], [ 208, 209 ], [ 209, 210 ], [ 202, 211 ], [ 211, 212 ], [ 212, 213 ], [ 212, 214 ], [ 211, 215 ], [ 215, 216 ], [ 216, 217 ], [ 216, 218 ], [ 215, 219 ], [ 219, 220 ], [ 220, 221 ], [ 220, 222 ], [ 222, 223 ], [ 223, 224 ], [ 219, 225 ], [ 225, 226 ], [ 226, 227 ], [ 226, 228 ], [ 228, 229 ], [ 229, 230 ], [ 228, 231 ], [ 215, 232 ], [ 232, 233 ], [ 233, 234 ], [ 233, 235 ], [ 232, 236 ], [ 236, 237 ], [ 237, 238 ], [ 238, 239 ], [ 202, 240 ], [ 240, 241 ], [ 241, 242 ], [ 241, 243 ], [ 243, 244 ], [ 176, 245 ], [ 245, 246 ], [ 245, 247 ], [ 247, 248 ], [ 248, 249 ], [ 248, 250 ], [ 250, 251 ], [ 247, 252 ], [ 252, 253 ], [ 253, 254 ], [ 253, 255 ], [ 252, 256 ], [ 256, 257 ], [ 257, 258 ], [ 257, 259 ], [ 259, 260 ], [ 247, 261 ], [ 261, 262 ], [ 261, 263 ], [ 247, 264 ], [ 264, 265 ], [ 265, 266 ], [ 265, 267 ], [ 264, 268 ], [ 268, 269 ], [ 269, 270 ], [ 269, 271 ], [ 271, 272 ], [ 268, 273 ], [ 273, 274 ], [ 273, 275 ], [ 275, 276 ], [ 247, 277 ], [ 277, 278 ], [ 277, 279 ], [ 247, 280 ], [ 280, 281 ], [ 281, 282 ], [ 282, 283 ], [ 282, 284 ], [ 280, 285 ], [ 285, 286 ], [ 286, 287 ], [ 287, 288 ], [ 288, 289 ], [ 288, 290 ], [ 287, 291 ], [ 291, 292 ], [ 291, 293 ], [ 286, 294 ], [ 294, 295 ], [ 295, 296 ], [ 285, 297 ], [ 297, 298 ], [ 297, 299 ], [ 285, 300 ], [ 300, 301 ], [ 300, 302 ], [ 302, 303 ], [ 302, 304 ], [ 285, 305 ], [ 305, 306 ], [ 305, 307 ], [ 307, 308 ], [ 247, 309 ], [ 309, 310 ], [ 310, 311 ], [ 310, 312 ], [ 176, 313 ], [ 313, 314 ], [ 313, 315 ], [ 315, 316 ], [ 316, 317 ], [ 317, 318 ], [ 317, 319 ], [ 316, 320 ], [ 320, 321 ], [ 321, 322 ], [ 322, 323 ], [ 323, 324 ], [ 322, 325 ], [ 315, 326 ], [ 326, 327 ], [ 327, 328 ], [ 327, 329 ], [ 313, 330 ], [ 330, 331 ], [ 176, 332 ], [ 332, 333 ], [ 332, 334 ], [ 334, 335 ], [ 335, 336 ], [ 339, 337 ], [ 349, 338 ], [ 346, 339 ], [ 339, 340 ], [ 340, 341 ], [ 340, 342 ], [ 339, 343 ], [ 343, 344 ], [ 343, 345 ], [ 346, 346 ], [ 346, 347 ], [ 346, 348 ], [ 349, 349 ], [ 349, 350 ], [ 349, 351 ], [ 339, 352 ], [ 352, 353 ], [ 352, 354 ], [ 354, 355 ], [ 332, 356 ], [ 356, 357 ], [ 176, 358 ], [ 358, 359 ], [ 358, 360 ], [ 360, 361 ], [ 360, 362 ], [ 362, 363 ], [ 0, 364 ], [ 364, 365 ], [ 364, 366 ] ]
[ "import java.io.OutputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.io.BufferedWriter;\nimport java.io.Writer;\nimport java.io.OutputStreamWriter;\nimport java.util.InputMismatchException;\nimport java.io.IOException;\nimport java.io.InputStream;\n\n/**\n * Built using CHelper plug-in\n * Actual solution is at the top\n */\npublic class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskA solver = new TaskA();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskA {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n if (D * 1.0 / S <= T) {\n out.print(\"Yes\");\n } else {\n out.print(\"No\");\n }\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}\n", "import java.io.OutputStream;", "OutputStream", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.OutputStream;", "OutputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.io.BufferedWriter;", "BufferedWriter", "java.io", "import java.io.Writer;", "Writer", "java.io", "import java.io.OutputStreamWriter;", "OutputStreamWriter", "java.io", "import java.util.InputMismatchException;", "InputMismatchException", "java.util", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskA solver = new TaskA();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskA {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n if (D * 1.0 / S <= T) {\n out.print(\"Yes\");\n } else {\n out.print(\"No\");\n }\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}", "Main", "public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskA solver = new TaskA();\n solver.solve(1, in, out);\n out.close();\n }", "main", "{\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskA solver = new TaskA();\n solver.solve(1, in, out);\n out.close();\n }", "InputStream inputStream = System.in;", "inputStream", "System.in", "System", "System.in", "OutputStream outputStream = System.out;", "outputStream", "System.out", "System", "System.out", "InputReader in = new InputReader(inputStream);", "in", "new InputReader(inputStream)", "OutputWriter out = new OutputWriter(outputStream);", "out", "new OutputWriter(outputStream)", "TaskA solver = new TaskA();", "solver", "new TaskA()", "solver.solve(1, in, out)", "solver.solve", "solver", "1", "in", "out", "out.close()", "out.close", "out", "String[] args", "args", "static class TaskA {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n if (D * 1.0 / S <= T) {\n out.print(\"Yes\");\n } else {\n out.print(\"No\");\n }\n }\n\n }", "TaskA", "public void solve(int testNumber, InputReader in, OutputWriter out) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n if (D * 1.0 / S <= T) {\n out.print(\"Yes\");\n } else {\n out.print(\"No\");\n }\n }", "solve", "{\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n if (D * 1.0 / S <= T) {\n out.print(\"Yes\");\n } else {\n out.print(\"No\");\n }\n }", "int D = in.nextInt();", "D", "in.nextInt()", "in.nextInt", "in", "int T = in.nextInt();", "T", "in.nextInt()", "in.nextInt", "in", "int S = in.nextInt();", "S", "in.nextInt()", "in.nextInt", "in", "if (D * 1.0 / S <= T) {\n out.print(\"Yes\");\n } else {\n out.print(\"No\");\n }", "D * 1.0 / S <= T", "D * 1.0 / S", "D * 1.0", "D", "1.0", "S", "T", "{\n out.print(\"Yes\");\n }", "out.print(\"Yes\")", "out.print", "out", "\"Yes\"", "{\n out.print(\"No\");\n }", "out.print(\"No\")", "out.print", "out", "\"No\"", "int testNumber", "testNumber", "InputReader in", "in", "OutputWriter out", "out", "static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }\n\n public void close() {\n writer.close();\n }\n\n }", "OutputWriter", "private final PrintWriter writer;", "writer", "public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }", "OutputWriter", "{\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }", "writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))", "writer", "new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))", "OutputStream outputStream", "outputStream", "public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }", "OutputWriter", "{\n this.writer = new PrintWriter(writer);\n }", "this.writer = new PrintWriter(writer)", "this.writer", "this", "this.writer", "new PrintWriter(writer)", "Writer writer", "writer", "public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }", "print", "{\n for (int i = 0; i < objects.length; i++) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }", "for (int i = 0; i < objects.length; i++) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < objects.length", "i", "objects.length", "objects", "objects.length", "i++", "i++", "i", "{\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }", "{\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }", "if (i != 0) {\n writer.print(' ');\n }", "i != 0", "i", "0", "{\n writer.print(' ');\n }", "writer.print(' ')", "writer.print", "writer", "' '", "writer.print(objects[i])", "writer.print", "writer", "objects[i]", "objects", "i", "Object... objects", "objects", "public void close() {\n writer.close();\n }", "close", "{\n writer.close();\n }", "writer.close()", "writer.close", "writer", "static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }", "InputReader", "private InputStream stream;", "stream", "private byte[] buf = new byte[1024];", "buf", "new byte[1024]", "1024", "private int curChar;", "curChar", "private int numChars;", "numChars", "private InputReader.SpaceCharFilter filter;", "filter", "public InputReader(InputStream stream) {\n this.stream = stream;\n }", "InputReader", "{\n this.stream = stream;\n }", "this.stream = stream", "this.stream", "this", "this.stream", "stream", "InputStream stream", "stream", "public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }", "read", "{\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }", "if (numChars == -1) {\n throw new InputMismatchException();\n }", "numChars == -1", "numChars", "-1", "1", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }", "curChar >= numChars", "curChar", "numChars", "{\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }", "curChar = 0", "curChar", "0", "try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }", "catch (IOException e) {\n throw new InputMismatchException();\n }", "IOException e", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "{\n numChars = stream.read(buf);\n }", "numChars = stream.read(buf)", "numChars", "stream.read(buf)", "stream.read", "stream", "buf", "if (numChars <= 0) {\n return -1;\n }", "numChars <= 0", "numChars", "0", "{\n return -1;\n }", "return -1;", "-1", "1", "return buf[curChar++];", "buf[curChar++]", "buf", "curChar++", "curChar", "public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "nextInt", "{\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "int c = read();", "c", "read()", "read", "while (isSpaceChar(c)) {\n c = read();\n }", "isSpaceChar(c)", "isSpaceChar", "c", "{\n c = read();\n }", "c = read()", "c", "read()", "read", "int sgn = 1;", "sgn", "1", "if (c == '-') {\n sgn = -1;\n c = read();\n }", "c == '-'", "c", "'-'", "{\n sgn = -1;\n c = read();\n }", "sgn = -1", "sgn", "-1", "1", "c = read()", "c", "read()", "read", "int res = 0;", "res", "0", "do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n }", "if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }", "c < '0' || c > '9'", "c < '0'", "c", "'0'", "c > '9'", "c", "'9'", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "res *= 10", "res", "10", "res += c - '0'", "res", "c - '0'", "c", "'0'", "c = read()", "c", "read()", "read", "return res * sgn;", "res * sgn", "res", "sgn", "public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }", "isSpaceChar", "{\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }", "if (filter != null) {\n return filter.isSpaceChar(c);\n }", "filter != null", "filter", "null", "{\n return filter.isSpaceChar(c);\n }", "return filter.isSpaceChar(c);", "filter.isSpaceChar(c)", "filter.isSpaceChar", "filter", "c", "return isWhitespace(c);", "isWhitespace(c)", "isWhitespace", "c", "int c", "c", "public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }", "isWhitespace", "{\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }", "return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;", "c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1", "c == '\\t'", "c == '\\r'", "c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1", "c == ' '", "c", "' '", "c == '\\n'", "c", "'\\n'", "c == '\\r'", "c", "'\\r'", "c == '\\t'", "c", "'\\t'", "c == -1", "c", "-1", "1", "int c", "c", "public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }", "SpaceCharFilter", "public boolean isSpaceChar(int ch);", "isSpaceChar", "int ch", "ch", "public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskA solver = new TaskA();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskA {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n if (D * 1.0 / S <= T) {\n out.print(\"Yes\");\n } else {\n out.print(\"No\");\n }\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}", "public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n OutputWriter out = new OutputWriter(outputStream);\n TaskA solver = new TaskA();\n solver.solve(1, in, out);\n out.close();\n }\n\n static class TaskA {\n public void solve(int testNumber, InputReader in, OutputWriter out) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n if (D * 1.0 / S <= T) {\n out.print(\"Yes\");\n } else {\n out.print(\"No\");\n }\n }\n\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if (i != 0) {\n writer.print(' ');\n }\n writer.print(objects[i]);\n }\n }\n\n public void close() {\n writer.close();\n }\n\n }\n\n static class InputReader {\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private InputReader.SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if (numChars == -1) {\n throw new InputMismatchException();\n }\n if (curChar >= numChars) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (numChars <= 0) {\n return -1;\n }\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = read();\n while (isSpaceChar(c)) {\n c = read();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9') {\n throw new InputMismatchException();\n }\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null) {\n return filter.isSpaceChar(c);\n }\n return isWhitespace(c);\n }\n\n public static boolean isWhitespace(int c) {\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n\n }\n\n }\n}", "Main" ]
import java.io.OutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.PrintWriter; import java.io.BufferedWriter; import java.io.Writer; import java.io.OutputStreamWriter; import java.util.InputMismatchException; import java.io.IOException; import java.io.InputStream; /** * Built using CHelper plug-in * Actual solution is at the top */ public class Main { public static void main(String[] args) { InputStream inputStream = System.in; OutputStream outputStream = System.out; InputReader in = new InputReader(inputStream); OutputWriter out = new OutputWriter(outputStream); TaskA solver = new TaskA(); solver.solve(1, in, out); out.close(); } static class TaskA { public void solve(int testNumber, InputReader in, OutputWriter out) { int D = in.nextInt(); int T = in.nextInt(); int S = in.nextInt(); if (D * 1.0 / S <= T) { out.print("Yes"); } else { out.print("No"); } } } static class OutputWriter { private final PrintWriter writer; public OutputWriter(OutputStream outputStream) { writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream))); } public OutputWriter(Writer writer) { this.writer = new PrintWriter(writer); } public void print(Object... objects) { for (int i = 0; i < objects.length; i++) { if (i != 0) { writer.print(' '); } writer.print(objects[i]); } } public void close() { writer.close(); } } static class InputReader { private InputStream stream; private byte[] buf = new byte[1024]; private int curChar; private int numChars; private InputReader.SpaceCharFilter filter; public InputReader(InputStream stream) { this.stream = stream; } public int read() { if (numChars == -1) { throw new InputMismatchException(); } if (curChar >= numChars) { curChar = 0; try { numChars = stream.read(buf); } catch (IOException e) { throw new InputMismatchException(); } if (numChars <= 0) { return -1; } } return buf[curChar++]; } public int nextInt() { int c = read(); while (isSpaceChar(c)) { c = read(); } int sgn = 1; if (c == '-') { sgn = -1; c = read(); } int res = 0; do { if (c < '0' || c > '9') { throw new InputMismatchException(); } res *= 10; res += c - '0'; c = read(); } while (!isSpaceChar(c)); return res * sgn; } public boolean isSpaceChar(int c) { if (filter != null) { return filter.isSpaceChar(c); } return isWhitespace(c); } public static boolean isWhitespace(int c) { return c == ' ' || c == '\n' || c == '\r' || c == '\t' || c == -1; } public interface SpaceCharFilter { public boolean isSpaceChar(int ch); } } }
[ 7, 15, 13, 17, 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, 2, 13, 13, 14, 2, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 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 ], [ 44, 46 ], [ 11, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 47, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 9, 63 ], [ 63, 64 ] ]
[ "import java.io.*;\nimport java.util.*;\n\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 D = Integer.parseInt(st.nextToken());\n int T = Integer.parseInt(st.nextToken());\n int S = Integer.parseInt(st.nextToken());\n float tmp = (float)D/T;\n if(S >= tmp)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\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 D = Integer.parseInt(st.nextToken());\n int T = Integer.parseInt(st.nextToken());\n int S = Integer.parseInt(st.nextToken());\n float tmp = (float)D/T;\n if(S >= tmp)\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 StringTokenizer st = new StringTokenizer(br.readLine());\n int D = Integer.parseInt(st.nextToken());\n int T = Integer.parseInt(st.nextToken());\n int S = Integer.parseInt(st.nextToken());\n float tmp = (float)D/T;\n if(S >= tmp)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int D = Integer.parseInt(st.nextToken());\n int T = Integer.parseInt(st.nextToken());\n int S = Integer.parseInt(st.nextToken());\n float tmp = (float)D/T;\n if(S >= tmp)\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))", "StringTokenizer st = new StringTokenizer(br.readLine());", "st", "new StringTokenizer(br.readLine())", "int D = Integer.parseInt(st.nextToken());", "D", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int T = Integer.parseInt(st.nextToken());", "T", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int S = Integer.parseInt(st.nextToken());", "S", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "float tmp = (float)D/T;", "tmp", "(float)D/T", "(float)D", "T", "if(S >= tmp)\n System.out.println(\"Yes\");\n else\n System.out.println(\"No\");", "S >= tmp", "S", "tmp", "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.*; 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 D = Integer.parseInt(st.nextToken()); int T = Integer.parseInt(st.nextToken()); int S = Integer.parseInt(st.nextToken()); float tmp = (float)D/T; if(S >= tmp) System.out.println("Yes"); else System.out.println("No"); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 20, 41, 13, 17, 41, 13, 20, 41, 13, 20, 41, 13, 41, 13, 39, 17, 40, 17, 17, 17, 41, 13, 39, 17, 17, 40, 17, 17, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 4, 18, 13, 8, 2, 13, 13, 17, 17, 4, 18, 13, 23, 13, 12, 13, 30, 29, 2, 2, 13, 13, 13, 23, 13, 23, 13, 23, 13, 6, 13, 41, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 0, 18, 36, 13, 13, 23, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 29, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 207, 8 ], [ 207, 9 ], [ 9, 10 ], [ 9, 11 ], [ 207, 12 ], [ 12, 13 ], [ 12, 14 ], [ 207, 15 ], [ 15, 16 ], [ 15, 17 ], [ 207, 18 ], [ 18, 19 ], [ 18, 20 ], [ 207, 21 ], [ 21, 22 ], [ 207, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 25, 29 ], [ 25, 30 ], [ 207, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 33, 36 ], [ 36, 37 ], [ 33, 38 ], [ 207, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 41, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 41, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 55, 56 ], [ 41, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 59, 61 ], [ 41, 62 ], [ 62, 63 ], [ 63, 64 ], [ 62, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 65, 70 ], [ 41, 71 ], [ 71, 72 ], [ 72, 73 ], [ 39, 74 ], [ 74, 75 ], [ 207, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 76, 85 ], [ 85, 86 ], [ 76, 87 ], [ 87, 88 ], [ 76, 89 ], [ 89, 90 ], [ 207, 91 ], [ 91, 92 ], [ 91, 93 ], [ 93, 94 ], [ 91, 95 ], [ 95, 96 ], [ 91, 97 ], [ 97, 98 ], [ 91, 99 ], [ 99, 100 ], [ 91, 101 ], [ 101, 102 ], [ 101, 103 ], [ 103, 104 ], [ 104, 105 ], [ 105, 106 ], [ 105, 107 ], [ 104, 108 ], [ 103, 109 ], [ 109, 110 ], [ 110, 111 ], [ 110, 112 ], [ 109, 113 ], [ 101, 114 ], [ 114, 115 ], [ 101, 116 ], [ 116, 117 ], [ 207, 118 ], [ 118, 119 ], [ 118, 120 ], [ 120, 121 ], [ 118, 122 ], [ 122, 123 ], [ 118, 124 ], [ 124, 125 ], [ 124, 126 ], [ 126, 127 ], [ 127, 128 ], [ 127, 129 ], [ 118, 130 ], [ 130, 131 ], [ 130, 132 ], [ 132, 133 ], [ 133, 134 ], [ 134, 135 ], [ 135, 136 ], [ 135, 137 ], [ 134, 138 ], [ 138, 139 ], [ 139, 140 ], [ 140, 141 ], [ 133, 142 ], [ 142, 143 ], [ 143, 144 ], [ 144, 145 ], [ 144, 146 ], [ 146, 147 ], [ 147, 148 ], [ 148, 149 ], [ 143, 150 ], [ 150, 151 ], [ 151, 152 ], [ 151, 153 ], [ 132, 154 ], [ 154, 155 ], [ 155, 156 ], [ 156, 157 ], [ 118, 158 ], [ 158, 159 ], [ 158, 160 ], [ 160, 161 ], [ 161, 162 ], [ 162, 163 ], [ 163, 164 ], [ 162, 165 ], [ 165, 166 ], [ 118, 167 ], [ 167, 168 ], [ 167, 169 ], [ 169, 170 ], [ 170, 171 ], [ 171, 172 ], [ 172, 173 ], [ 171, 174 ], [ 174, 175 ], [ 118, 176 ], [ 176, 177 ], [ 176, 178 ], [ 178, 179 ], [ 179, 180 ], [ 180, 181 ], [ 181, 182 ], [ 180, 183 ], [ 183, 184 ], [ 118, 185 ], [ 185, 186 ], [ 185, 187 ], [ 187, 188 ], [ 188, 189 ], [ 188, 190 ], [ 187, 191 ], [ 191, 192 ], [ 192, 193 ], [ 192, 194 ], [ 194, 195 ], [ 195, 196 ], [ 196, 197 ], [ 191, 198 ], [ 198, 199 ], [ 199, 200 ], [ 199, 201 ], [ 201, 202 ], [ 202, 203 ], [ 187, 204 ], [ 204, 205 ], [ 0, 206 ], [ 206, 207 ], [ 206, 208 ] ]
[ "import java.util.*;\n\n\nimport java.io.*;\n/**\n * MLASERP\n */\npublic class Main {\n\n \n static MyScanner in = new MyScanner();\n static int mod = 1000000007;\n static PrintWriter out = new PrintWriter(new OutputStreamWriter(System.out));\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n static StringTokenizer st;\n static int []dr = {1,-1,0,0};\n static int [] dc = {0,0,-1,1};\npublic static void main(String[] args) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n int dis = S*T;\n out.println(dis>=D?\"Yes\":\"No\");\n out.flush();\n \n\n}\nstatic int rcToxy(int r, int c,int W){\n return r*W+c;\n}\nstatic class Node{\n int r, c,prev,change;\n Node(int r, int c){\n this.r =r ;\n this.c = c;\n }\n}\npublic static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n \n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n \n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n \n int nextInt() {\n return Integer.parseInt(next());\n }\n \n long nextLong() {\n return Long.parseLong(next());\n }\n \n double nextDouble() {\n return Double.parseDouble(next());\n }\n \n String nextLine(){\n String str = \"\";\n\t try {\n\t str = br.readLine();\n\t } catch (IOException e) {\n\t e.printStackTrace();\n\t }\n\t return str;\n }\n\n }\n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "public class Main {\n\n \n static MyScanner in = new MyScanner();\n static int mod = 1000000007;\n static PrintWriter out = new PrintWriter(new OutputStreamWriter(System.out));\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n static StringTokenizer st;\n static int []dr = {1,-1,0,0};\n static int [] dc = {0,0,-1,1};\npublic static void main(String[] args) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n int dis = S*T;\n out.println(dis>=D?\"Yes\":\"No\");\n out.flush();\n \n\n}\nstatic int rcToxy(int r, int c,int W){\n return r*W+c;\n}\nstatic class Node{\n int r, c,prev,change;\n Node(int r, int c){\n this.r =r ;\n this.c = c;\n }\n}\npublic static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n \n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n \n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n \n int nextInt() {\n return Integer.parseInt(next());\n }\n \n long nextLong() {\n return Long.parseLong(next());\n }\n \n double nextDouble() {\n return Double.parseDouble(next());\n }\n \n String nextLine(){\n String str = \"\";\n\t try {\n\t str = br.readLine();\n\t } catch (IOException e) {\n\t e.printStackTrace();\n\t }\n\t return str;\n }\n\n }\n}", "Main", "static MyScanner in = new MyScanner();", "in", "new MyScanner()", "static int mod = 1000000007;", "mod", "1000000007", "static PrintWriter out = new PrintWriter(new OutputStreamWriter(System.out));", "out", "new PrintWriter(new OutputStreamWriter(System.out))", "static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "static StringTokenizer st;", "st", "static int []dr = {1,-1,0,0};", "dr", "{1,-1,0,0}", "1", "-1", "1", "0", "0", "static int [] dc = {0,0,-1,1};", "dc", "{0,0,-1,1}", "0", "0", "-1", "1", "1", "public static void main(String[] args) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n int dis = S*T;\n out.println(dis>=D?\"Yes\":\"No\");\n out.flush();\n \n\n}", "main", "{\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n int dis = S*T;\n out.println(dis>=D?\"Yes\":\"No\");\n out.flush();\n \n\n}", "int D = in.nextInt();", "D", "in.nextInt()", "in.nextInt", "in", "int T = in.nextInt();", "T", "in.nextInt()", "in.nextInt", "in", "int S = in.nextInt();", "S", "in.nextInt()", "in.nextInt", "in", "int dis = S*T;", "dis", "S*T", "S", "T", "out.println(dis>=D?\"Yes\":\"No\")", "out.println", "out", "dis>=D?\"Yes\":\"No\"", "dis>=D", "dis", "D", "\"Yes\"", "\"No\"", "out.flush()", "out.flush", "out", "String[] args", "args", "static int rcToxy(int r, int c,int W){\n return r*W+c;\n}", "rcToxy", "{\n return r*W+c;\n}", "return r*W+c;", "r*W+c", "r*W", "r", "W", "c", "int r", "r", "int c", "c", "int W", "W", "static class Node{\n int r, c,prev,change;\n Node(int r, int c){\n this.r =r ;\n this.c = c;\n }\n}", "Node", "int r", "r", "c", "c", "prev", "prev", "change;", "change", "Node(int r, int c){\n this.r =r ;\n this.c = c;\n }", "Node", "{\n this.r =r ;\n this.c = c;\n }", "this.r =r", "this.r", "this", "this.r", "r", "this.c = c", "this.c", "this", "this.c", "c", "int r", "r", "int c", "c", "public static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n \n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n \n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n \n int nextInt() {\n return Integer.parseInt(next());\n }\n \n long nextLong() {\n return Long.parseLong(next());\n }\n \n double nextDouble() {\n return Double.parseDouble(next());\n }\n \n String nextLine(){\n String str = \"\";\n\t try {\n\t str = br.readLine();\n\t } catch (IOException e) {\n\t e.printStackTrace();\n\t }\n\t return str;\n }\n\n }", "MyScanner", "BufferedReader br;", "br", "StringTokenizer st;", "st", "public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }", "MyScanner", "{\n br = new BufferedReader(new InputStreamReader(System.in));\n }", "br = new BufferedReader(new InputStreamReader(System.in))", "br", "new BufferedReader(new InputStreamReader(System.in))", "String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }", "next", "{\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }", "while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "st == null || !st.hasMoreElements()", "st == null", "st", "null", "!st.hasMoreElements()", "st.hasMoreElements()", "st.hasMoreElements", "st", "{\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }", "try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }", "catch (IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "int nextInt() {\n return Integer.parseInt(next());\n }", "nextInt", "{\n return Integer.parseInt(next());\n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "long nextLong() {\n return Long.parseLong(next());\n }", "nextLong", "{\n return Long.parseLong(next());\n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "double nextDouble() {\n return Double.parseDouble(next());\n }", "nextDouble", "{\n return Double.parseDouble(next());\n }", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "String nextLine(){\n String str = \"\";\n\t try {\n\t str = br.readLine();\n\t } catch (IOException e) {\n\t e.printStackTrace();\n\t }\n\t return str;\n }", "nextLine", "{\n String str = \"\";\n\t try {\n\t str = br.readLine();\n\t } catch (IOException e) {\n\t e.printStackTrace();\n\t }\n\t return str;\n }", "String str = \"\";", "str", "\"\"", "try {\n\t str = br.readLine();\n\t } catch (IOException e) {\n\t e.printStackTrace();\n\t }", "catch (IOException e) {\n\t e.printStackTrace();\n\t }", "IOException e", "{\n\t e.printStackTrace();\n\t }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t str = br.readLine();\n\t }", "str = br.readLine()", "str", "br.readLine()", "br.readLine", "br", "return str;", "str", "public class Main {\n\n \n static MyScanner in = new MyScanner();\n static int mod = 1000000007;\n static PrintWriter out = new PrintWriter(new OutputStreamWriter(System.out));\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n static StringTokenizer st;\n static int []dr = {1,-1,0,0};\n static int [] dc = {0,0,-1,1};\npublic static void main(String[] args) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n int dis = S*T;\n out.println(dis>=D?\"Yes\":\"No\");\n out.flush();\n \n\n}\nstatic int rcToxy(int r, int c,int W){\n return r*W+c;\n}\nstatic class Node{\n int r, c,prev,change;\n Node(int r, int c){\n this.r =r ;\n this.c = c;\n }\n}\npublic static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n \n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n \n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n \n int nextInt() {\n return Integer.parseInt(next());\n }\n \n long nextLong() {\n return Long.parseLong(next());\n }\n \n double nextDouble() {\n return Double.parseDouble(next());\n }\n \n String nextLine(){\n String str = \"\";\n\t try {\n\t str = br.readLine();\n\t } catch (IOException e) {\n\t e.printStackTrace();\n\t }\n\t return str;\n }\n\n }\n}", "public class Main {\n\n \n static MyScanner in = new MyScanner();\n static int mod = 1000000007;\n static PrintWriter out = new PrintWriter(new OutputStreamWriter(System.out));\n static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n static StringTokenizer st;\n static int []dr = {1,-1,0,0};\n static int [] dc = {0,0,-1,1};\npublic static void main(String[] args) {\n int D = in.nextInt();\n int T = in.nextInt();\n int S = in.nextInt();\n int dis = S*T;\n out.println(dis>=D?\"Yes\":\"No\");\n out.flush();\n \n\n}\nstatic int rcToxy(int r, int c,int W){\n return r*W+c;\n}\nstatic class Node{\n int r, c,prev,change;\n Node(int r, int c){\n this.r =r ;\n this.c = c;\n }\n}\npublic static class MyScanner {\n BufferedReader br;\n StringTokenizer st;\n \n public MyScanner() {\n br = new BufferedReader(new InputStreamReader(System.in));\n }\n \n String next() {\n while (st == null || !st.hasMoreElements()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n \n int nextInt() {\n return Integer.parseInt(next());\n }\n \n long nextLong() {\n return Long.parseLong(next());\n }\n \n double nextDouble() {\n return Double.parseDouble(next());\n }\n \n String nextLine(){\n String str = \"\";\n\t try {\n\t str = br.readLine();\n\t } catch (IOException e) {\n\t e.printStackTrace();\n\t }\n\t return str;\n }\n\n }\n}", "Main" ]
import java.util.*; import java.io.*; /** * MLASERP */ public class Main { static MyScanner in = new MyScanner(); static int mod = 1000000007; static PrintWriter out = new PrintWriter(new OutputStreamWriter(System.out)); static BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); static StringTokenizer st; static int []dr = {1,-1,0,0}; static int [] dc = {0,0,-1,1}; public static void main(String[] args) { int D = in.nextInt(); int T = in.nextInt(); int S = in.nextInt(); int dis = S*T; out.println(dis>=D?"Yes":"No"); out.flush(); } static int rcToxy(int r, int c,int W){ return r*W+c; } static class Node{ int r, c,prev,change; Node(int r, int c){ this.r =r ; this.c = c; } } public static class MyScanner { BufferedReader br; StringTokenizer st; public MyScanner() { br = new BufferedReader(new InputStreamReader(System.in)); } String next() { while (st == null || !st.hasMoreElements()) { try { st = new StringTokenizer(br.readLine()); } catch (IOException e) { e.printStackTrace(); } } return st.nextToken(); } int nextInt() { return Integer.parseInt(next()); } long nextLong() { return Long.parseLong(next()); } double nextDouble() { return Double.parseDouble(next()); } String nextLine(){ String str = ""; try { str = br.readLine(); } catch (IOException e) { e.printStackTrace(); } return str; } } }
[ 7, 15, 13, 17, 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, 17, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 8, 2, 2, 13, 13, 13, 17, 17, 23, 13, 23, 13, 12, 13, 30, 41, 13, 8, 4, 18, 13, 18, 13, 13, 20, 41, 13, 18, 13, 13, 41, 13, 20, 41, 13, 20, 4, 13, 13, 13, 4, 18, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 20, 0, 18, 36, 13, 17, 23, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 38, 5, 13, 30, 37, 20, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 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 ], [ 175, 29 ], [ 175, 30 ], [ 30, 31 ], [ 30, 32 ], [ 175, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 35, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 35, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 35, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 54, 60 ], [ 54, 61 ], [ 33, 62 ], [ 62, 63 ], [ 33, 64 ], [ 64, 65 ], [ 175, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 71, 75 ], [ 75, 76 ], [ 75, 77 ], [ 71, 78 ], [ 68, 79 ], [ 79, 80 ], [ 79, 81 ], [ 81, 82 ], [ 81, 83 ], [ 68, 84 ], [ 84, 85 ], [ 84, 86 ], [ 68, 87 ], [ 87, 88 ], [ 87, 89 ], [ 68, 90 ], [ 90, 91 ], [ 90, 92 ], [ 90, 93 ], [ 68, 94 ], [ 94, 95 ], [ 95, 96 ], [ 66, 97 ], [ 97, 98 ], [ 175, 99 ], [ 99, 100 ], [ 99, 101 ], [ 101, 102 ], [ 99, 103 ], [ 103, 104 ], [ 99, 105 ], [ 105, 106 ], [ 105, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 108, 112 ], [ 107, 113 ], [ 113, 114 ], [ 114, 115 ], [ 114, 116 ], [ 113, 117 ], [ 105, 118 ], [ 118, 119 ], [ 99, 120 ], [ 120, 121 ], [ 120, 122 ], [ 122, 123 ], [ 123, 124 ], [ 124, 125 ], [ 125, 126 ], [ 125, 127 ], [ 124, 128 ], [ 128, 129 ], [ 129, 130 ], [ 130, 131 ], [ 123, 132 ], [ 132, 133 ], [ 133, 134 ], [ 134, 135 ], [ 134, 136 ], [ 136, 137 ], [ 137, 138 ], [ 133, 139 ], [ 139, 140 ], [ 140, 141 ], [ 140, 142 ], [ 122, 143 ], [ 143, 144 ], [ 144, 145 ], [ 145, 146 ], [ 99, 147 ], [ 147, 148 ], [ 147, 149 ], [ 149, 150 ], [ 150, 151 ], [ 151, 152 ], [ 152, 153 ], [ 151, 154 ], [ 154, 155 ], [ 99, 156 ], [ 156, 157 ], [ 156, 158 ], [ 158, 159 ], [ 159, 160 ], [ 160, 161 ], [ 161, 162 ], [ 160, 163 ], [ 163, 164 ], [ 99, 165 ], [ 165, 166 ], [ 165, 167 ], [ 167, 168 ], [ 168, 169 ], [ 169, 170 ], [ 170, 171 ], [ 169, 172 ], [ 172, 173 ], [ 0, 174 ], [ 174, 175 ], [ 174, 176 ] ]
[ "\nimport java.io.BufferedReader;\nimport java.io.File;\nimport java.io.FileInputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.InputStreamReader;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\n private static final String INPUT_FILE_PATH = \"\";\n\n static void solve(InputReader in, PrintWriter out) {\n int d = in.nextInt(), t = in.nextInt(), s = in.nextInt();\n out.println(t * s >= d ? \"Yes\" : \"No\");\n }\n\n public static void main(String[] args) throws Exception {\n InputStream inputStream = INPUT_FILE_PATH.isEmpty()\n ? System.in\n : new FileInputStream(new File(INPUT_FILE_PATH));\n OutputStream outputStream = System.out;\n\n InputReader inputReader = new InputReader(inputStream);\n PrintWriter printWriter = new PrintWriter(outputStream);\n\n solve(inputReader, printWriter);\n\n printWriter.close();\n }\n\n private static class InputReader {\n private BufferedReader br;\n private StringTokenizer st;\n\n public InputReader(InputStream inputStream) {\n this.br = new BufferedReader(new InputStreamReader(inputStream), 32768);\n this.st = null;\n }\n\n public String nextToken() {\n while (st == null || !st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return st.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(nextToken());\n }\n\n public long nextLong() {\n return Long.parseLong(nextToken());\n }\n\n public double nextDouble() {\n return Double.parseDouble(nextToken());\n }\n }\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.File;", "File", "java.io", "import java.io.FileInputStream;", "FileInputStream", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.io.OutputStream;", "OutputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "public class Main {\n\n private static final String INPUT_FILE_PATH = \"\";\n\n static void solve(InputReader in, PrintWriter out) {\n int d = in.nextInt(), t = in.nextInt(), s = in.nextInt();\n out.println(t * s >= d ? \"Yes\" : \"No\");\n }\n\n public static void main(String[] args) throws Exception {\n InputStream inputStream = INPUT_FILE_PATH.isEmpty()\n ? System.in\n : new FileInputStream(new File(INPUT_FILE_PATH));\n OutputStream outputStream = System.out;\n\n InputReader inputReader = new InputReader(inputStream);\n PrintWriter printWriter = new PrintWriter(outputStream);\n\n solve(inputReader, printWriter);\n\n printWriter.close();\n }\n\n private static class InputReader {\n private BufferedReader br;\n private StringTokenizer st;\n\n public InputReader(InputStream inputStream) {\n this.br = new BufferedReader(new InputStreamReader(inputStream), 32768);\n this.st = null;\n }\n\n public String nextToken() {\n while (st == null || !st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return st.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(nextToken());\n }\n\n public long nextLong() {\n return Long.parseLong(nextToken());\n }\n\n public double nextDouble() {\n return Double.parseDouble(nextToken());\n }\n }\n\n}", "Main", "private static final String INPUT_FILE_PATH = \"\";", "INPUT_FILE_PATH", "\"\"", "static void solve(InputReader in, PrintWriter out) {\n int d = in.nextInt(), t = in.nextInt(), s = in.nextInt();\n out.println(t * s >= d ? \"Yes\" : \"No\");\n }", "solve", "{\n int d = in.nextInt(), t = in.nextInt(), s = in.nextInt();\n out.println(t * s >= d ? \"Yes\" : \"No\");\n }", "int d = in.nextInt()", "d", "in.nextInt()", "in.nextInt", "in", "t = in.nextInt()", "t", "in.nextInt()", "in.nextInt", "in", "s = in.nextInt();", "s", "in.nextInt()", "in.nextInt", "in", "out.println(t * s >= d ? \"Yes\" : \"No\")", "out.println", "out", "t * s >= d ? \"Yes\" : \"No\"", "t * s >= d", "t * s", "t", "s", "d", "\"Yes\"", "\"No\"", "InputReader in", "in", "PrintWriter out", "out", "public static void main(String[] args) throws Exception {\n InputStream inputStream = INPUT_FILE_PATH.isEmpty()\n ? System.in\n : new FileInputStream(new File(INPUT_FILE_PATH));\n OutputStream outputStream = System.out;\n\n InputReader inputReader = new InputReader(inputStream);\n PrintWriter printWriter = new PrintWriter(outputStream);\n\n solve(inputReader, printWriter);\n\n printWriter.close();\n }", "main", "{\n InputStream inputStream = INPUT_FILE_PATH.isEmpty()\n ? System.in\n : new FileInputStream(new File(INPUT_FILE_PATH));\n OutputStream outputStream = System.out;\n\n InputReader inputReader = new InputReader(inputStream);\n PrintWriter printWriter = new PrintWriter(outputStream);\n\n solve(inputReader, printWriter);\n\n printWriter.close();\n }", "InputStream inputStream = INPUT_FILE_PATH.isEmpty()\n ? System.in\n : new FileInputStream(new File(INPUT_FILE_PATH));", "inputStream", "INPUT_FILE_PATH.isEmpty()\n ? System.in\n : new FileInputStream(new File(INPUT_FILE_PATH))", "INPUT_FILE_PATH.isEmpty()", "INPUT_FILE_PATH.isEmpty", "INPUT_FILE_PATH", "System.in", "System", "System.in", "new FileInputStream(new File(INPUT_FILE_PATH))", "OutputStream outputStream = System.out;", "outputStream", "System.out", "System", "System.out", "InputReader inputReader = new InputReader(inputStream);", "inputReader", "new InputReader(inputStream)", "PrintWriter printWriter = new PrintWriter(outputStream);", "printWriter", "new PrintWriter(outputStream)", "solve(inputReader, printWriter)", "solve", "inputReader", "printWriter", "printWriter.close()", "printWriter.close", "printWriter", "String[] args", "args", "private static class InputReader {\n private BufferedReader br;\n private StringTokenizer st;\n\n public InputReader(InputStream inputStream) {\n this.br = new BufferedReader(new InputStreamReader(inputStream), 32768);\n this.st = null;\n }\n\n public String nextToken() {\n while (st == null || !st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return st.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(nextToken());\n }\n\n public long nextLong() {\n return Long.parseLong(nextToken());\n }\n\n public double nextDouble() {\n return Double.parseDouble(nextToken());\n }\n }", "InputReader", "private BufferedReader br;", "br", "private StringTokenizer st;", "st", "public InputReader(InputStream inputStream) {\n this.br = new BufferedReader(new InputStreamReader(inputStream), 32768);\n this.st = null;\n }", "InputReader", "{\n this.br = new BufferedReader(new InputStreamReader(inputStream), 32768);\n this.st = null;\n }", "this.br = new BufferedReader(new InputStreamReader(inputStream), 32768)", "this.br", "this", "this.br", "new BufferedReader(new InputStreamReader(inputStream), 32768)", "this.st = null", "this.st", "this", "this.st", "null", "InputStream inputStream", "inputStream", "public String nextToken() {\n while (st == null || !st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return st.nextToken();\n }", "nextToken", "{\n while (st == null || !st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return st.nextToken();\n }", "while (st == null || !st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }", "catch (IOException e) {\n throw new RuntimeException(e);\n }", "IOException e", "{\n throw new RuntimeException(e);\n }", "throw new RuntimeException(e);", "new RuntimeException(e)", "{\n 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 int nextInt() {\n return Integer.parseInt(nextToken());\n }", "nextInt", "{\n return Integer.parseInt(nextToken());\n }", "return Integer.parseInt(nextToken());", "Integer.parseInt(nextToken())", "Integer.parseInt", "Integer", "nextToken()", "nextToken", "public long nextLong() {\n return Long.parseLong(nextToken());\n }", "nextLong", "{\n return Long.parseLong(nextToken());\n }", "return Long.parseLong(nextToken());", "Long.parseLong(nextToken())", "Long.parseLong", "Long", "nextToken()", "nextToken", "public double nextDouble() {\n return Double.parseDouble(nextToken());\n }", "nextDouble", "{\n return Double.parseDouble(nextToken());\n }", "return Double.parseDouble(nextToken());", "Double.parseDouble(nextToken())", "Double.parseDouble", "Double", "nextToken()", "nextToken", "public class Main {\n\n private static final String INPUT_FILE_PATH = \"\";\n\n static void solve(InputReader in, PrintWriter out) {\n int d = in.nextInt(), t = in.nextInt(), s = in.nextInt();\n out.println(t * s >= d ? \"Yes\" : \"No\");\n }\n\n public static void main(String[] args) throws Exception {\n InputStream inputStream = INPUT_FILE_PATH.isEmpty()\n ? System.in\n : new FileInputStream(new File(INPUT_FILE_PATH));\n OutputStream outputStream = System.out;\n\n InputReader inputReader = new InputReader(inputStream);\n PrintWriter printWriter = new PrintWriter(outputStream);\n\n solve(inputReader, printWriter);\n\n printWriter.close();\n }\n\n private static class InputReader {\n private BufferedReader br;\n private StringTokenizer st;\n\n public InputReader(InputStream inputStream) {\n this.br = new BufferedReader(new InputStreamReader(inputStream), 32768);\n this.st = null;\n }\n\n public String nextToken() {\n while (st == null || !st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return st.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(nextToken());\n }\n\n public long nextLong() {\n return Long.parseLong(nextToken());\n }\n\n public double nextDouble() {\n return Double.parseDouble(nextToken());\n }\n }\n\n}", "public class Main {\n\n private static final String INPUT_FILE_PATH = \"\";\n\n static void solve(InputReader in, PrintWriter out) {\n int d = in.nextInt(), t = in.nextInt(), s = in.nextInt();\n out.println(t * s >= d ? \"Yes\" : \"No\");\n }\n\n public static void main(String[] args) throws Exception {\n InputStream inputStream = INPUT_FILE_PATH.isEmpty()\n ? System.in\n : new FileInputStream(new File(INPUT_FILE_PATH));\n OutputStream outputStream = System.out;\n\n InputReader inputReader = new InputReader(inputStream);\n PrintWriter printWriter = new PrintWriter(outputStream);\n\n solve(inputReader, printWriter);\n\n printWriter.close();\n }\n\n private static class InputReader {\n private BufferedReader br;\n private StringTokenizer st;\n\n public InputReader(InputStream inputStream) {\n this.br = new BufferedReader(new InputStreamReader(inputStream), 32768);\n this.st = null;\n }\n\n public String nextToken() {\n while (st == null || !st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return st.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(nextToken());\n }\n\n public long nextLong() {\n return Long.parseLong(nextToken());\n }\n\n public double nextDouble() {\n return Double.parseDouble(nextToken());\n }\n }\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintWriter; import java.util.StringTokenizer; public class Main { private static final String INPUT_FILE_PATH = ""; static void solve(InputReader in, PrintWriter out) { int d = in.nextInt(), t = in.nextInt(), s = in.nextInt(); out.println(t * s >= d ? "Yes" : "No"); } public static void main(String[] args) throws Exception { InputStream inputStream = INPUT_FILE_PATH.isEmpty() ? System.in : new FileInputStream(new File(INPUT_FILE_PATH)); OutputStream outputStream = System.out; InputReader inputReader = new InputReader(inputStream); PrintWriter printWriter = new PrintWriter(outputStream); solve(inputReader, printWriter); printWriter.close(); } private static class InputReader { private BufferedReader br; private StringTokenizer st; public InputReader(InputStream inputStream) { this.br = new BufferedReader(new InputStreamReader(inputStream), 32768); this.st = null; } public String nextToken() { while (st == null || !st.hasMoreTokens()) { try { st = new StringTokenizer(br.readLine()); } catch (IOException e) { throw new RuntimeException(e); } } return st.nextToken(); } public int nextInt() { return Integer.parseInt(nextToken()); } public long nextLong() { return Long.parseLong(nextToken()); } public double nextDouble() { return Double.parseDouble(nextToken()); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 20, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 12, 13, 30, 41, 13, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 41, 13, 4, 18, 13, 13, 41, 13, 18, 13, 13, 0, 18, 13, 13, 18, 13, 13, 0, 18, 13, 13, 13, 4, 18, 13, 13, 23, 13, 6, 13, 41, 13, 20, 41, 13, 20, 12, 13, 30, 42, 40, 4, 18, 13, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 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 ], [ 211, 29 ], [ 211, 30 ], [ 30, 31 ], [ 30, 32 ], [ 211, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 39, 40 ], [ 35, 41 ], [ 41, 42 ], [ 35, 43 ], [ 43, 44 ], [ 35, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 35, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 35, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 35, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 60, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 67, 72 ], [ 60, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 74, 79 ], [ 33, 80 ], [ 80, 81 ], [ 211, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 87, 88 ], [ 87, 89 ], [ 84, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 90, 95 ], [ 95, 96 ], [ 95, 97 ], [ 90, 98 ], [ 98, 99 ], [ 99, 100 ], [ 90, 101 ], [ 102, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 105, 106 ], [ 106, 107 ], [ 105, 108 ], [ 102, 109 ], [ 109, 110 ], [ 109, 111 ], [ 111, 112 ], [ 111, 113 ], [ 102, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 114, 118 ], [ 118, 119 ], [ 118, 120 ], [ 102, 121 ], [ 121, 122 ], [ 122, 123 ], [ 122, 124 ], [ 121, 125 ], [ 84, 126 ], [ 126, 127 ], [ 127, 128 ], [ 126, 129 ], [ 82, 130 ], [ 130, 131 ], [ 211, 132 ], [ 132, 133 ], [ 132, 134 ], [ 134, 135 ], [ 134, 136 ], [ 132, 137 ], [ 137, 138 ], [ 137, 139 ], [ 132, 140 ], [ 140, 141 ], [ 140, 142 ], [ 142, 143 ], [ 143, 144 ], [ 144, 145 ], [ 145, 146 ], [ 146, 147 ], [ 143, 148 ], [ 148, 149 ], [ 149, 150 ], [ 149, 151 ], [ 151, 152 ], [ 152, 153 ], [ 153, 154 ], [ 148, 155 ], [ 155, 156 ], [ 156, 157 ], [ 156, 158 ], [ 142, 159 ], [ 159, 160 ], [ 160, 161 ], [ 161, 162 ], [ 132, 163 ], [ 163, 164 ], [ 163, 165 ], [ 165, 166 ], [ 166, 167 ], [ 167, 168 ], [ 168, 169 ], [ 167, 170 ], [ 170, 171 ], [ 132, 172 ], [ 172, 173 ], [ 172, 174 ], [ 174, 175 ], [ 175, 176 ], [ 175, 177 ], [ 174, 179 ], [ 179, 180 ], [ 180, 181 ], [ 181, 182 ], [ 181, 183 ], [ 179, 184 ], [ 184, 185 ], [ 184, 186 ], [ 179, 187 ], [ 187, 188 ], [ 188, 189 ], [ 179, 190 ], [ 190, 191 ], [ 191, 192 ], [ 192, 193 ], [ 192, 194 ], [ 191, 195 ], [ 195, 196 ], [ 174, 197 ], [ 197, 198 ], [ 172, 199 ], [ 199, 200 ], [ 132, 201 ], [ 201, 202 ], [ 201, 203 ], [ 203, 204 ], [ 204, 205 ], [ 205, 206 ], [ 206, 207 ], [ 205, 208 ], [ 208, 209 ], [ 0, 210 ], [ 210, 211 ], [ 210, 212 ] ]
[ "import java.io.BufferedReader;\nimport java.util.*;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\nimport java.util.HashSet;\nimport java.util.Random;\nimport java.util.Set;\nimport java.util.StringTokenizer;\n\n \npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tFastScanner fs=new FastScanner();\n\t\tLong d,t,s;\n\t\td = fs.nextLong();\n\t\tt = fs.nextLong();\n\t\ts = fs.nextLong();\n\t\tif(s*t >= d) {\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\t\n\t\t\n\t\n\t\n\t}\n\tstatic final Random random=new Random();\n\tstatic void ruffleSort(int[] a) {\n\t\tint n=a.length;//shuffle, then sort \n\t\tfor (int i=0; i<n; i++) {\n\t\t\tint oi=random.nextInt(n), temp=a[oi];\n\t\t\ta[oi]=a[i]; a[i]=temp;\n\t\t}\n\t\tArrays.sort(a);\n\t}\n\t\n\tstatic class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\tString next() {\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\tint[] readArray(int n) {\n\t\t\tint[] a=new int[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextInt();\n\t\t\treturn a;\n\t\t}\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n \n\t\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.util.*;", "util.*", "java", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.HashSet;", "HashSet", "java.util", "import java.util.Random;", "Random", "java.util", "import java.util.Set;", "Set", "java.util", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tFastScanner fs=new FastScanner();\n\t\tLong d,t,s;\n\t\td = fs.nextLong();\n\t\tt = fs.nextLong();\n\t\ts = fs.nextLong();\n\t\tif(s*t >= d) {\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\t\n\t\t\n\t\n\t\n\t}\n\tstatic final Random random=new Random();\n\tstatic void ruffleSort(int[] a) {\n\t\tint n=a.length;//shuffle, then sort \n\t\tfor (int i=0; i<n; i++) {\n\t\t\tint oi=random.nextInt(n), temp=a[oi];\n\t\t\ta[oi]=a[i]; a[i]=temp;\n\t\t}\n\t\tArrays.sort(a);\n\t}\n\t\n\tstatic class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\tString next() {\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\tint[] readArray(int n) {\n\t\t\tint[] a=new int[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextInt();\n\t\t\treturn a;\n\t\t}\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n \n\t\n}", "Main", "static final Random random=new Random();", "random", "new Random()", "public static void main(String[] args) {\n\t\tFastScanner fs=new FastScanner();\n\t\tLong d,t,s;\n\t\td = fs.nextLong();\n\t\tt = fs.nextLong();\n\t\ts = fs.nextLong();\n\t\tif(s*t >= d) {\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\t\n\t\t\n\t\n\t\n\t}", "main", "{\n\t\tFastScanner fs=new FastScanner();\n\t\tLong d,t,s;\n\t\td = fs.nextLong();\n\t\tt = fs.nextLong();\n\t\ts = fs.nextLong();\n\t\tif(s*t >= d) {\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\t\n\t\t\n\t\n\t\n\t}", "FastScanner fs=new FastScanner();", "fs", "new FastScanner()", "Long d", "d", "t", "t", "s;", "s", "d = fs.nextLong()", "d", "fs.nextLong()", "fs.nextLong", "fs", "t = fs.nextLong()", "t", "fs.nextLong()", "fs.nextLong", "fs", "s = fs.nextLong()", "s", "fs.nextLong()", "fs.nextLong", "fs", "if(s*t >= d) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "s*t >= d", "s*t", "s", "t", "d", "{\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", "static void ruffleSort(int[] a) {\n\t\tint n=a.length;//shuffle, then sort \n\t\tfor (int i=0; i<n; i++) {\n\t\t\tint oi=random.nextInt(n), temp=a[oi];\n\t\t\ta[oi]=a[i]; a[i]=temp;\n\t\t}\n\t\tArrays.sort(a);\n\t}", "ruffleSort", "{\n\t\tint n=a.length;//shuffle, then sort \n\t\tfor (int i=0; i<n; i++) {\n\t\t\tint oi=random.nextInt(n), temp=a[oi];\n\t\t\ta[oi]=a[i]; a[i]=temp;\n\t\t}\n\t\tArrays.sort(a);\n\t}", "int n=a.length;", "n", "a.length", "a", "a.length", "for (int i=0; i<n; i++) {\n\t\t\tint oi=random.nextInt(n), temp=a[oi];\n\t\t\ta[oi]=a[i]; a[i]=temp;\n\t\t}", "int i=0;", "int i=0;", "i", "0", "i<n", "i", "n", "i++", "i++", "i", "{\n\t\t\tint oi=random.nextInt(n), temp=a[oi];\n\t\t\ta[oi]=a[i]; a[i]=temp;\n\t\t}", "{\n\t\t\tint oi=random.nextInt(n), temp=a[oi];\n\t\t\ta[oi]=a[i]; a[i]=temp;\n\t\t}", "int oi=random.nextInt(n)", "oi", "random.nextInt(n)", "random.nextInt", "random", "n", "temp=a[oi];", "temp", "a[oi]", "a", "oi", "a[oi]=a[i]", "a[oi]", "a", "oi", "a[i]", "a", "i", "a[i]=temp", "a[i]", "a", "i", "temp", "Arrays.sort(a)", "Arrays.sort", "Arrays", "a", "int[] a", "a", "static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\tString next() {\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\tint[] readArray(int n) {\n\t\t\tint[] a=new int[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextInt();\n\t\t\treturn a;\n\t\t}\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}", "FastScanner", "BufferedReader br=new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st=new StringTokenizer(\"\");", "st", "new StringTokenizer(\"\")", "String next() {\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}", "next", "{\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}", "while (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "try {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "IOException e", "{\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t}", "st=new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "nextInt", "{\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "int[] readArray(int n) {\n\t\t\tint[] a=new int[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextInt();\n\t\t\treturn a;\n\t\t}", "readArray", "{\n\t\t\tint[] a=new int[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextInt();\n\t\t\treturn a;\n\t\t}", "int[] a=new int[n];", "a", "new int[n]", "n", "for (int i=0; i<n; i++) a[i]=nextInt();", "int i=0;", "int i=0;", "i", "0", "i<n", "i", "n", "i++", "i++", "i", "a[i]=nextInt();", "a[i]=nextInt()", "a[i]", "a", "i", "nextInt()", "nextInt", "return a;", "a", "int n", "n", "long nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}", "nextLong", "{\n\t\t\treturn Long.parseLong(next());\n\t\t}", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tFastScanner fs=new FastScanner();\n\t\tLong d,t,s;\n\t\td = fs.nextLong();\n\t\tt = fs.nextLong();\n\t\ts = fs.nextLong();\n\t\tif(s*t >= d) {\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\t\n\t\t\n\t\n\t\n\t}\n\tstatic final Random random=new Random();\n\tstatic void ruffleSort(int[] a) {\n\t\tint n=a.length;//shuffle, then sort \n\t\tfor (int i=0; i<n; i++) {\n\t\t\tint oi=random.nextInt(n), temp=a[oi];\n\t\t\ta[oi]=a[i]; a[i]=temp;\n\t\t}\n\t\tArrays.sort(a);\n\t}\n\t\n\tstatic class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\tString next() {\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\tint[] readArray(int n) {\n\t\t\tint[] a=new int[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextInt();\n\t\t\treturn a;\n\t\t}\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n \n\t\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tFastScanner fs=new FastScanner();\n\t\tLong d,t,s;\n\t\td = fs.nextLong();\n\t\tt = fs.nextLong();\n\t\ts = fs.nextLong();\n\t\tif(s*t >= d) {\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\t\n\t\t\n\t\n\t\n\t}\n\tstatic final Random random=new Random();\n\tstatic void ruffleSort(int[] a) {\n\t\tint n=a.length;//shuffle, then sort \n\t\tfor (int i=0; i<n; i++) {\n\t\t\tint oi=random.nextInt(n), temp=a[oi];\n\t\t\ta[oi]=a[i]; a[i]=temp;\n\t\t}\n\t\tArrays.sort(a);\n\t}\n\t\n\tstatic class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\tString next() {\n\t\t\twhile (!st.hasMoreTokens())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\tint[] readArray(int n) {\n\t\t\tint[] a=new int[n];\n\t\t\tfor (int i=0; i<n; i++) a[i]=nextInt();\n\t\t\treturn a;\n\t\t}\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n \n\t\n}", "Main" ]
import java.io.BufferedReader; import java.util.*; import java.io.IOException; import java.io.InputStreamReader; import java.util.Arrays; import java.util.HashSet; import java.util.Random; import java.util.Set; import java.util.StringTokenizer; public class Main { public static void main(String[] args) { FastScanner fs=new FastScanner(); Long d,t,s; d = fs.nextLong(); t = fs.nextLong(); s = fs.nextLong(); if(s*t >= d) { System.out.println("Yes"); } else { System.out.println("No"); } } static final Random random=new Random(); static void ruffleSort(int[] a) { int n=a.length;//shuffle, then sort for (int i=0; i<n; i++) { int oi=random.nextInt(n), temp=a[oi]; a[oi]=a[i]; a[i]=temp; } Arrays.sort(a); } static class FastScanner { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st=new StringTokenizer(""); String next() { while (!st.hasMoreTokens()) try { st=new StringTokenizer(br.readLine()); } catch (IOException e) { e.printStackTrace(); } return st.nextToken(); } int nextInt() { return Integer.parseInt(next()); } int[] readArray(int n) { int[] a=new int[n]; for (int i=0; i<n; i++) a[i]=nextInt(); return a; } long nextLong() { return Long.parseLong(next()); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 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 ], [ 56, 5 ], [ 56, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 32, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 44, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 6, 53 ], [ 53, 54 ], [ 0, 55 ], [ 55, 56 ], [ 55, 57 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint D = scan.nextInt();\n\t\tint T = scan.nextInt();\n\t\tint S = scan.nextInt();\n\n\t\tint target = S * T;\n\n\t\tif(target >= D) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\n\t\tscan.close();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint D = scan.nextInt();\n\t\tint T = scan.nextInt();\n\t\tint S = scan.nextInt();\n\n\t\tint target = S * T;\n\n\t\tif(target >= D) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\n\t\tscan.close();\n\t}\n}", "Main", "public static void main(String[] args) {\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint D = scan.nextInt();\n\t\tint T = scan.nextInt();\n\t\tint S = scan.nextInt();\n\n\t\tint target = S * T;\n\n\t\tif(target >= D) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\n\t\tscan.close();\n\t}", "main", "{\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint D = scan.nextInt();\n\t\tint T = scan.nextInt();\n\t\tint S = scan.nextInt();\n\n\t\tint target = S * T;\n\n\t\tif(target >= D) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\n\t\tscan.close();\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int D = scan.nextInt();", "D", "scan.nextInt()", "scan.nextInt", "scan", "int T = scan.nextInt();", "T", "scan.nextInt()", "scan.nextInt", "scan", "int S = scan.nextInt();", "S", "scan.nextInt()", "scan.nextInt", "scan", "int target = S * T;", "target", "S * T", "S", "T", "if(target >= D) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "target >= D", "target", "D", "{\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\n\tpublic static void main(String[] args) {\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint D = scan.nextInt();\n\t\tint T = scan.nextInt();\n\t\tint S = scan.nextInt();\n\n\t\tint target = S * T;\n\n\t\tif(target >= D) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\n\t\tscan.close();\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint D = scan.nextInt();\n\t\tint T = scan.nextInt();\n\t\tint S = scan.nextInt();\n\n\t\tint target = S * T;\n\n\t\tif(target >= D) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\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 D = scan.nextInt(); int T = scan.nextInt(); int S = scan.nextInt(); int target = S * T; if(target >= D) { System.out.println("Yes"); }else { System.out.println("No"); } scan.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 0, 13, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 55, 5 ], [ 55, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 34, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 6, 52 ], [ 52, 53 ], [ 0, 54 ], [ 54, 55 ], [ 54, 56 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner scannerS = new Scanner(System.in);\n\n\t\tint D = scannerS.nextInt();\n\t\tint T = scannerS.nextInt();\n\t\tint S = scannerS.nextInt();\n\n\t\tfloat t;\n\t\tt = (float)D /(float)S;\n\n\t\tif (t <= T) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner scannerS = new Scanner(System.in);\n\n\t\tint D = scannerS.nextInt();\n\t\tint T = scannerS.nextInt();\n\t\tint S = scannerS.nextInt();\n\n\t\tfloat t;\n\t\tt = (float)D /(float)S;\n\n\t\tif (t <= T) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner scannerS = new Scanner(System.in);\n\n\t\tint D = scannerS.nextInt();\n\t\tint T = scannerS.nextInt();\n\t\tint S = scannerS.nextInt();\n\n\t\tfloat t;\n\t\tt = (float)D /(float)S;\n\n\t\tif (t <= T) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "main", "{\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner scannerS = new Scanner(System.in);\n\n\t\tint D = scannerS.nextInt();\n\t\tint T = scannerS.nextInt();\n\t\tint S = scannerS.nextInt();\n\n\t\tfloat t;\n\t\tt = (float)D /(float)S;\n\n\t\tif (t <= T) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "Scanner scannerS = new Scanner(System.in);", "scannerS", "new Scanner(System.in)", "int D = scannerS.nextInt();", "D", "scannerS.nextInt()", "scannerS.nextInt", "scannerS", "int T = scannerS.nextInt();", "T", "scannerS.nextInt()", "scannerS.nextInt", "scannerS", "int S = scannerS.nextInt();", "S", "scannerS.nextInt()", "scannerS.nextInt", "scannerS", "float t;", "t", "t = (float)D /(float)S", "t", "(float)D /(float)S", "(float)D", "(float)S", "if (t <= T) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "t <= T", "t", "T", "{\n\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner scannerS = new Scanner(System.in);\n\n\t\tint D = scannerS.nextInt();\n\t\tint T = scannerS.nextInt();\n\t\tint S = scannerS.nextInt();\n\n\t\tfloat t;\n\t\tt = (float)D /(float)S;\n\n\t\tif (t <= T) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner scannerS = new Scanner(System.in);\n\n\t\tint D = scannerS.nextInt();\n\t\tint T = scannerS.nextInt();\n\t\tint S = scannerS.nextInt();\n\n\t\tfloat t;\n\t\tt = (float)D /(float)S;\n\n\t\tif (t <= T) {\n\n\t\t\tSystem.out.println(\"Yes\");\n\t\t} else {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO 自動生成されたメソッド・スタブ Scanner scannerS = new Scanner(System.in); int D = scannerS.nextInt(); int T = scannerS.nextInt(); int S = scannerS.nextInt(); float t; t = (float)D /(float)S; if (t <= T) { System.out.println("Yes"); } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 13, 17, 30, 14, 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, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 29, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 159, 14 ], [ 159, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 17, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 17, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 17, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 41, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 41, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 36, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 15, 68 ], [ 68, 69 ], [ 159, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 70, 74 ], [ 74, 75 ], [ 70, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 70, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 86, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 85, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 95, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 84, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 70, 110 ], [ 110, 111 ], [ 110, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 114, 117 ], [ 117, 118 ], [ 70, 119 ], [ 119, 120 ], [ 119, 121 ], [ 121, 122 ], [ 122, 123 ], [ 123, 124 ], [ 124, 125 ], [ 123, 126 ], [ 126, 127 ], [ 70, 128 ], [ 128, 129 ], [ 128, 130 ], [ 130, 131 ], [ 131, 132 ], [ 132, 133 ], [ 133, 134 ], [ 132, 135 ], [ 135, 136 ], [ 70, 137 ], [ 137, 138 ], [ 137, 139 ], [ 139, 140 ], [ 140, 141 ], [ 140, 142 ], [ 139, 143 ], [ 143, 144 ], [ 144, 145 ], [ 144, 146 ], [ 146, 147 ], [ 147, 148 ], [ 148, 149 ], [ 143, 150 ], [ 150, 151 ], [ 151, 152 ], [ 151, 153 ], [ 153, 154 ], [ 154, 155 ], [ 139, 156 ], [ 156, 157 ], [ 0, 158 ], [ 158, 159 ], [ 158, 160 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\n\t static class FastReader \n\t { \n\t BufferedReader br; \n\t StringTokenizer st; \n\t \n\t public FastReader() \n\t { \n\t br = new BufferedReader(new\n\t InputStreamReader(System.in)); \n\t } \n\t \n\t String next() \n\t { \n\t while (st == null || !st.hasMoreElements()) \n\t { \n\t try\n\t { \n\t st = new StringTokenizer(br.readLine()); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t } \n\t return st.nextToken(); \n\t } \n\t \n\t int nextInt() \n\t { \n\t return Integer.parseInt(next()); \n\t } \n\t \n\t long nextLong() \n\t { \n\t return Long.parseLong(next()); \n\t } \n\t \n\t double nextDouble() \n\t { \n\t return Double.parseDouble(next()); \n\t } \n\t \n\t String nextLine() \n\t { \n\t String str = \"\"; \n\t try\n\t { \n\t str = br.readLine(); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t return str; \n\t } \n\t } \n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\n\t\tFastReader sc = new FastReader();\n\t\tdouble d = sc.nextDouble();\n\t\tdouble t = sc.nextDouble();\n\t\tdouble s = sc.nextInt();\n\t\t\n\t\tif(s!=0)\n\t\t{\n\t\tif(d/s <= t )\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t}\n\t\telse\n\t\t{\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.StringTokenizer;", "StringTokenizer", "java.util", "public class Main {\n\n\t static class FastReader \n\t { \n\t BufferedReader br; \n\t StringTokenizer st; \n\t \n\t public FastReader() \n\t { \n\t br = new BufferedReader(new\n\t InputStreamReader(System.in)); \n\t } \n\t \n\t String next() \n\t { \n\t while (st == null || !st.hasMoreElements()) \n\t { \n\t try\n\t { \n\t st = new StringTokenizer(br.readLine()); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t } \n\t return st.nextToken(); \n\t } \n\t \n\t int nextInt() \n\t { \n\t return Integer.parseInt(next()); \n\t } \n\t \n\t long nextLong() \n\t { \n\t return Long.parseLong(next()); \n\t } \n\t \n\t double nextDouble() \n\t { \n\t return Double.parseDouble(next()); \n\t } \n\t \n\t String nextLine() \n\t { \n\t String str = \"\"; \n\t try\n\t { \n\t str = br.readLine(); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t return str; \n\t } \n\t } \n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\n\t\tFastReader sc = new FastReader();\n\t\tdouble d = sc.nextDouble();\n\t\tdouble t = sc.nextDouble();\n\t\tdouble s = sc.nextInt();\n\t\t\n\t\tif(s!=0)\n\t\t{\n\t\tif(d/s <= t )\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t}\n\t\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\t// TODO Auto-generated method stub\n\n\t\tFastReader sc = new FastReader();\n\t\tdouble d = sc.nextDouble();\n\t\tdouble t = sc.nextDouble();\n\t\tdouble s = sc.nextInt();\n\t\t\n\t\tif(s!=0)\n\t\t{\n\t\tif(d/s <= t )\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "main", "{\n\t\t// TODO Auto-generated method stub\n\n\t\tFastReader sc = new FastReader();\n\t\tdouble d = sc.nextDouble();\n\t\tdouble t = sc.nextDouble();\n\t\tdouble s = sc.nextInt();\n\t\t\n\t\tif(s!=0)\n\t\t{\n\t\tif(d/s <= t )\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}", "FastReader sc = new FastReader();", "sc", "new FastReader()", "double d = sc.nextDouble();", "d", "sc.nextDouble()", "sc.nextDouble", "sc", "double t = sc.nextDouble();", "t", "sc.nextDouble()", "sc.nextDouble", "sc", "double s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "if(s!=0)\n\t\t{\n\t\tif(d/s <= t )\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "s!=0", "s", "0", "{\n\t\tif(d/s <= t )\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t}", "if(d/s <= t )\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}", "d/s <= t", "d/s", "d", "s", "t", "{\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\"", "{\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", "static class FastReader \n\t { \n\t BufferedReader br; \n\t StringTokenizer st; \n\t \n\t public FastReader() \n\t { \n\t br = new BufferedReader(new\n\t InputStreamReader(System.in)); \n\t } \n\t \n\t String next() \n\t { \n\t while (st == null || !st.hasMoreElements()) \n\t { \n\t try\n\t { \n\t st = new StringTokenizer(br.readLine()); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t } \n\t return st.nextToken(); \n\t } \n\t \n\t int nextInt() \n\t { \n\t return Integer.parseInt(next()); \n\t } \n\t \n\t long nextLong() \n\t { \n\t return Long.parseLong(next()); \n\t } \n\t \n\t double nextDouble() \n\t { \n\t return Double.parseDouble(next()); \n\t } \n\t \n\t String nextLine() \n\t { \n\t String str = \"\"; \n\t try\n\t { \n\t str = br.readLine(); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t return str; \n\t } \n\t }", "FastReader", "BufferedReader br;", "br", "StringTokenizer st;", "st", "public FastReader() \n\t { \n\t br = new BufferedReader(new\n\t InputStreamReader(System.in)); \n\t }", "FastReader", "{ \n\t br = new BufferedReader(new\n\t InputStreamReader(System.in)); \n\t }", "br = new BufferedReader(new\n\t InputStreamReader(System.in))", "br", "new BufferedReader(new\n\t InputStreamReader(System.in))", "String next() \n\t { \n\t while (st == null || !st.hasMoreElements()) \n\t { \n\t try\n\t { \n\t st = new StringTokenizer(br.readLine()); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t } \n\t return st.nextToken(); \n\t }", "next", "{ \n\t while (st == null || !st.hasMoreElements()) \n\t { \n\t try\n\t { \n\t st = new StringTokenizer(br.readLine()); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t } \n\t return st.nextToken(); \n\t }", "while (st == null || !st.hasMoreElements()) \n\t { \n\t try\n\t { \n\t st = new StringTokenizer(br.readLine()); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t }", "st == null || !st.hasMoreElements()", "st == null", "st", "null", "!st.hasMoreElements()", "st.hasMoreElements()", "st.hasMoreElements", "st", "{ \n\t try\n\t { \n\t st = new StringTokenizer(br.readLine()); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t }", "try\n\t { \n\t st = new StringTokenizer(br.readLine()); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t }", "catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t }", "IOException e", "{ \n\t e.printStackTrace(); \n\t }", "e.printStackTrace()", "e.printStackTrace", "e", "{ \n\t st = new StringTokenizer(br.readLine()); \n\t }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "int nextInt() \n\t { \n\t return Integer.parseInt(next()); \n\t }", "nextInt", "{ \n\t return Integer.parseInt(next()); \n\t }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "long nextLong() \n\t { \n\t return Long.parseLong(next()); \n\t }", "nextLong", "{ \n\t return Long.parseLong(next()); \n\t }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "double nextDouble() \n\t { \n\t return Double.parseDouble(next()); \n\t }", "nextDouble", "{ \n\t return Double.parseDouble(next()); \n\t }", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "String nextLine() \n\t { \n\t String str = \"\"; \n\t try\n\t { \n\t str = br.readLine(); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t return str; \n\t }", "nextLine", "{ \n\t String str = \"\"; \n\t try\n\t { \n\t str = br.readLine(); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t return str; \n\t }", "String str = \"\";", "str", "\"\"", "try\n\t { \n\t str = br.readLine(); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t }", "catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t }", "IOException e", "{ \n\t e.printStackTrace(); \n\t }", "e.printStackTrace()", "e.printStackTrace", "e", "{ \n\t str = br.readLine(); \n\t }", "str = br.readLine()", "str", "br.readLine()", "br.readLine", "br", "return str;", "str", "public class Main {\n\n\t static class FastReader \n\t { \n\t BufferedReader br; \n\t StringTokenizer st; \n\t \n\t public FastReader() \n\t { \n\t br = new BufferedReader(new\n\t InputStreamReader(System.in)); \n\t } \n\t \n\t String next() \n\t { \n\t while (st == null || !st.hasMoreElements()) \n\t { \n\t try\n\t { \n\t st = new StringTokenizer(br.readLine()); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t } \n\t return st.nextToken(); \n\t } \n\t \n\t int nextInt() \n\t { \n\t return Integer.parseInt(next()); \n\t } \n\t \n\t long nextLong() \n\t { \n\t return Long.parseLong(next()); \n\t } \n\t \n\t double nextDouble() \n\t { \n\t return Double.parseDouble(next()); \n\t } \n\t \n\t String nextLine() \n\t { \n\t String str = \"\"; \n\t try\n\t { \n\t str = br.readLine(); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t return str; \n\t } \n\t } \n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\n\t\tFastReader sc = new FastReader();\n\t\tdouble d = sc.nextDouble();\n\t\tdouble t = sc.nextDouble();\n\t\tdouble s = sc.nextInt();\n\t\t\n\t\tif(s!=0)\n\t\t{\n\t\tif(d/s <= t )\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t}\n\n}", "public class Main {\n\n\t static class FastReader \n\t { \n\t BufferedReader br; \n\t StringTokenizer st; \n\t \n\t public FastReader() \n\t { \n\t br = new BufferedReader(new\n\t InputStreamReader(System.in)); \n\t } \n\t \n\t String next() \n\t { \n\t while (st == null || !st.hasMoreElements()) \n\t { \n\t try\n\t { \n\t st = new StringTokenizer(br.readLine()); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t } \n\t return st.nextToken(); \n\t } \n\t \n\t int nextInt() \n\t { \n\t return Integer.parseInt(next()); \n\t } \n\t \n\t long nextLong() \n\t { \n\t return Long.parseLong(next()); \n\t } \n\t \n\t double nextDouble() \n\t { \n\t return Double.parseDouble(next()); \n\t } \n\t \n\t String nextLine() \n\t { \n\t String str = \"\"; \n\t try\n\t { \n\t str = br.readLine(); \n\t } \n\t catch (IOException e) \n\t { \n\t e.printStackTrace(); \n\t } \n\t return str; \n\t } \n\t } \n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\n\t\tFastReader sc = new FastReader();\n\t\tdouble d = sc.nextDouble();\n\t\tdouble t = sc.nextDouble();\n\t\tdouble s = sc.nextInt();\n\t\t\n\t\tif(s!=0)\n\t\t{\n\t\tif(d/s <= t )\n\t\t{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse\n\t\t{\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\t\t}\n\t\telse\n\t\t{\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.StringTokenizer; public class Main { static class FastReader { BufferedReader br; StringTokenizer st; public FastReader() { br = new BufferedReader(new InputStreamReader(System.in)); } String next() { while (st == null || !st.hasMoreElements()) { try { st = new StringTokenizer(br.readLine()); } catch (IOException e) { e.printStackTrace(); } } return st.nextToken(); } int nextInt() { return Integer.parseInt(next()); } long nextLong() { return Long.parseLong(next()); } double nextDouble() { return Double.parseDouble(next()); } String nextLine() { String str = ""; try { str = br.readLine(); } catch (IOException e) { e.printStackTrace(); } return str; } } public static void main(String[] args) { // TODO Auto-generated method stub FastReader sc = new FastReader(); double d = sc.nextDouble(); double t = sc.nextDouble(); double s = sc.nextInt(); if(s!=0) { if(d/s <= t ) { System.out.println("Yes"); } else { System.out.println("No"); } } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 2, 13, 17, 4, 18, 13, 8, 2, 13, 13, 17, 17, 4, 18, 13, 12, 13, 30, 41, 13, 20, 4, 18, 13, 23, 13, 6, 13, 41, 13, 41, 13, 20, 17, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 23, 13, 12, 13, 30, 14, 2, 13, 40, 17, 37, 20, 14, 2, 13, 13, 30, 0, 13, 17, 38, 5, 13, 30, 37, 20, 30, 0, 13, 4, 18, 13, 13, 14, 2, 13, 17, 29, 40, 17, 29, 18, 13, 40, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 0, 13, 4, 13, 41, 13, 17, 14, 2, 13, 17, 30, 0, 13, 40, 17, 0, 13, 4, 13, 41, 13, 17, 42, 40, 4, 13, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 37, 20, 0, 13, 17, 0, 13, 2, 13, 17, 0, 13, 4, 13, 29, 2, 13, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 0, 13, 4, 13, 41, 13, 17, 14, 2, 13, 17, 30, 0, 13, 40, 17, 0, 13, 4, 13, 41, 13, 17, 42, 40, 4, 13, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 37, 20, 0, 13, 17, 0, 13, 2, 13, 17, 0, 13, 4, 13, 29, 2, 13, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 0, 13, 4, 13, 41, 13, 20, 42, 40, 4, 13, 13, 30, 4, 18, 13, 13, 0, 13, 4, 13, 29, 4, 18, 13, 12, 13, 30, 14, 2, 13, 17, 29, 4, 18, 13, 13, 29, 2, 2, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 40, 17, 23, 13, 12, 13, 30, 29, 4, 13, 6, 13, 12, 13, 23, 13, 6, 13, 41, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 0, 18, 36, 13, 20, 23, 13, 12, 13, 30, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 14, 2, 13, 17, 4, 18, 13, 17, 4, 18, 13, 18, 13, 13, 23, 13, 12, 13, 30, 4, 13, 13, 4, 18, 13, 23, 13, 12, 13, 30, 4, 18, 13, 12, 13, 30, 4, 18, 13, 6, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 4, 18, 13, 4, 18, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 4, 18, 13, 4, 18, 13, 29, 13, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 19, 20 ], [ 19, 21 ], [ 0, 22 ], [ 22, 23 ], [ 22, 24 ], [ 0, 25 ], [ 25, 26 ], [ 25, 27 ], [ 0, 28 ], [ 28, 29 ], [ 28, 30 ], [ 0, 31 ], [ 31, 32 ], [ 31, 33 ], [ 0, 34 ], [ 34, 35 ], [ 34, 36 ], [ 0, 37 ], [ 585, 38 ], [ 585, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 45, 47 ], [ 41, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 41, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 41, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 61, 62 ], [ 41, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 67, 69 ], [ 41, 70 ], [ 70, 71 ], [ 71, 72 ], [ 70, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 73, 78 ], [ 41, 79 ], [ 79, 80 ], [ 80, 81 ], [ 585, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 84, 88 ], [ 88, 89 ], [ 89, 90 ], [ 82, 91 ], [ 91, 92 ], [ 585, 93 ], [ 93, 94 ], [ 93, 95 ], [ 95, 96 ], [ 93, 97 ], [ 97, 98 ], [ 97, 99 ], [ 93, 101 ], [ 101, 102 ], [ 93, 103 ], [ 103, 104 ], [ 93, 105 ], [ 105, 106 ], [ 93, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 111, 113 ], [ 110, 114 ], [ 107, 115 ], [ 115, 116 ], [ 93, 117 ], [ 117, 118 ], [ 117, 119 ], [ 119, 120 ], [ 120, 121 ], [ 121, 122 ], [ 121, 123 ], [ 123, 124 ], [ 120, 125 ], [ 125, 126 ], [ 119, 127 ], [ 127, 128 ], [ 128, 129 ], [ 128, 130 ], [ 127, 131 ], [ 131, 132 ], [ 132, 133 ], [ 132, 134 ], [ 131, 135 ], [ 135, 136 ], [ 136, 137 ], [ 136, 138 ], [ 138, 139 ], [ 139, 140 ], [ 135, 141 ], [ 141, 142 ], [ 142, 143 ], [ 142, 144 ], [ 144, 145 ], [ 145, 146 ], [ 144, 147 ], [ 131, 148 ], [ 148, 149 ], [ 149, 150 ], [ 149, 151 ], [ 148, 152 ], [ 152, 153 ], [ 153, 154 ], [ 119, 155 ], [ 155, 156 ], [ 156, 157 ], [ 156, 158 ], [ 158, 159 ], [ 93, 160 ], [ 160, 161 ], [ 160, 162 ], [ 162, 163 ], [ 163, 164 ], [ 163, 165 ], [ 165, 166 ], [ 162, 167 ], [ 167, 168 ], [ 168, 169 ], [ 168, 170 ], [ 167, 171 ], [ 171, 172 ], [ 171, 173 ], [ 173, 174 ], [ 162, 175 ], [ 175, 176 ], [ 175, 177 ], [ 162, 178 ], [ 178, 179 ], [ 179, 180 ], [ 179, 181 ], [ 178, 182 ], [ 182, 183 ], [ 183, 184 ], [ 183, 185 ], [ 185, 186 ], [ 182, 187 ], [ 187, 188 ], [ 187, 189 ], [ 189, 190 ], [ 162, 191 ], [ 191, 192 ], [ 191, 193 ], [ 162, 194 ], [ 194, 195 ], [ 195, 196 ], [ 196, 197 ], [ 196, 198 ], [ 194, 199 ], [ 199, 200 ], [ 200, 201 ], [ 201, 202 ], [ 202, 203 ], [ 202, 204 ], [ 201, 205 ], [ 205, 206 ], [ 205, 207 ], [ 200, 208 ], [ 208, 209 ], [ 199, 210 ], [ 210, 211 ], [ 210, 212 ], [ 199, 213 ], [ 213, 214 ], [ 213, 215 ], [ 215, 216 ], [ 215, 217 ], [ 199, 218 ], [ 218, 219 ], [ 218, 220 ], [ 220, 221 ], [ 162, 222 ], [ 222, 223 ], [ 223, 224 ], [ 223, 225 ], [ 93, 226 ], [ 226, 227 ], [ 226, 228 ], [ 228, 229 ], [ 229, 230 ], [ 229, 231 ], [ 231, 232 ], [ 228, 233 ], [ 233, 234 ], [ 234, 235 ], [ 234, 236 ], [ 233, 237 ], [ 237, 238 ], [ 237, 239 ], [ 239, 240 ], [ 228, 241 ], [ 241, 242 ], [ 241, 243 ], [ 228, 244 ], [ 244, 245 ], [ 245, 246 ], [ 245, 247 ], [ 244, 248 ], [ 248, 249 ], [ 249, 250 ], [ 249, 251 ], [ 251, 252 ], [ 248, 253 ], [ 253, 254 ], [ 253, 255 ], [ 255, 256 ], [ 228, 257 ], [ 257, 258 ], [ 257, 259 ], [ 228, 260 ], [ 260, 261 ], [ 261, 262 ], [ 262, 263 ], [ 262, 264 ], [ 260, 265 ], [ 265, 266 ], [ 266, 267 ], [ 267, 268 ], [ 268, 269 ], [ 268, 270 ], [ 267, 271 ], [ 271, 272 ], [ 271, 273 ], [ 266, 274 ], [ 274, 275 ], [ 265, 276 ], [ 276, 277 ], [ 276, 278 ], [ 265, 279 ], [ 279, 280 ], [ 279, 281 ], [ 281, 282 ], [ 281, 283 ], [ 265, 284 ], [ 284, 285 ], [ 284, 286 ], [ 286, 287 ], [ 228, 288 ], [ 288, 289 ], [ 289, 290 ], [ 289, 291 ], [ 93, 292 ], [ 292, 293 ], [ 292, 294 ], [ 294, 295 ], [ 295, 296 ], [ 295, 297 ], [ 297, 298 ], [ 294, 299 ], [ 299, 300 ], [ 300, 301 ], [ 300, 302 ], [ 299, 303 ], [ 303, 304 ], [ 303, 305 ], [ 305, 306 ], [ 294, 307 ], [ 307, 308 ], [ 307, 309 ], [ 294, 310 ], [ 310, 311 ], [ 311, 312 ], [ 312, 313 ], [ 312, 314 ], [ 310, 315 ], [ 315, 316 ], [ 316, 317 ], [ 317, 318 ], [ 316, 319 ], [ 315, 320 ], [ 320, 321 ], [ 320, 322 ], [ 322, 323 ], [ 294, 324 ], [ 324, 325 ], [ 325, 326 ], [ 326, 327 ], [ 93, 328 ], [ 328, 329 ], [ 328, 330 ], [ 330, 331 ], [ 331, 332 ], [ 332, 333 ], [ 332, 334 ], [ 331, 335 ], [ 335, 336 ], [ 336, 337 ], [ 337, 338 ], [ 336, 339 ], [ 330, 340 ], [ 340, 341 ], [ 344, 342 ], [ 354, 343 ], [ 351, 344 ], [ 344, 345 ], [ 345, 346 ], [ 345, 347 ], [ 344, 348 ], [ 348, 349 ], [ 348, 350 ], [ 351, 351 ], [ 351, 352 ], [ 351, 353 ], [ 354, 354 ], [ 354, 355 ], [ 354, 356 ], [ 344, 357 ], [ 357, 358 ], [ 357, 359 ], [ 359, 360 ], [ 328, 361 ], [ 361, 362 ], [ 93, 363 ], [ 363, 364 ], [ 363, 365 ], [ 365, 366 ], [ 366, 367 ], [ 367, 368 ], [ 93, 369 ], [ 369, 370 ], [ 369, 371 ], [ 371, 372 ], [ 371, 373 ], [ 373, 374 ], [ 585, 375 ], [ 375, 376 ], [ 375, 377 ], [ 377, 378 ], [ 375, 379 ], [ 379, 380 ], [ 379, 381 ], [ 381, 382 ], [ 382, 383 ], [ 382, 384 ], [ 379, 385 ], [ 385, 386 ], [ 375, 387 ], [ 387, 388 ], [ 387, 389 ], [ 389, 390 ], [ 390, 391 ], [ 391, 392 ], [ 391, 393 ], [ 390, 394 ], [ 387, 395 ], [ 395, 396 ], [ 375, 397 ], [ 397, 398 ], [ 397, 399 ], [ 399, 400 ], [ 400, 401 ], [ 401, 402 ], [ 402, 403 ], [ 402, 404 ], [ 400, 405 ], [ 405, 406 ], [ 405, 407 ], [ 407, 408 ], [ 407, 409 ], [ 400, 410 ], [ 410, 411 ], [ 411, 412 ], [ 400, 413 ], [ 414, 414 ], [ 414, 415 ], [ 415, 416 ], [ 416, 417 ], [ 416, 418 ], [ 415, 419 ], [ 419, 420 ], [ 420, 421 ], [ 419, 422 ], [ 414, 423 ], [ 423, 424 ], [ 424, 425 ], [ 423, 426 ], [ 426, 427 ], [ 426, 428 ], [ 397, 429 ], [ 429, 430 ], [ 375, 431 ], [ 431, 432 ], [ 431, 433 ], [ 433, 434 ], [ 434, 435 ], [ 434, 436 ], [ 433, 437 ], [ 437, 438 ], [ 438, 439 ], [ 431, 440 ], [ 440, 441 ], [ 375, 442 ], [ 442, 443 ], [ 442, 444 ], [ 444, 445 ], [ 445, 446 ], [ 446, 447 ], [ 375, 448 ], [ 448, 449 ], [ 448, 450 ], [ 450, 451 ], [ 451, 452 ], [ 452, 453 ], [ 585, 454 ], [ 454, 455 ], [ 454, 456 ], [ 456, 457 ], [ 456, 458 ], [ 458, 459 ], [ 459, 460 ], [ 459, 461 ], [ 458, 463 ], [ 463, 464 ], [ 464, 465 ], [ 465, 466 ], [ 465, 467 ], [ 463, 468 ], [ 468, 469 ], [ 468, 470 ], [ 463, 471 ], [ 471, 472 ], [ 472, 473 ], [ 463, 474 ], [ 475, 475 ], [ 475, 476 ], [ 476, 477 ], [ 477, 478 ], [ 477, 479 ], [ 476, 480 ], [ 480, 481 ], [ 481, 482 ], [ 458, 483 ], [ 483, 484 ], [ 456, 485 ], [ 485, 486 ], [ 456, 487 ], [ 487, 488 ], [ 454, 489 ], [ 489, 490 ], [ 489, 491 ], [ 491, 492 ], [ 492, 493 ], [ 492, 494 ], [ 491, 496 ], [ 496, 497 ], [ 497, 498 ], [ 498, 499 ], [ 498, 500 ], [ 496, 501 ], [ 501, 502 ], [ 501, 503 ], [ 496, 504 ], [ 504, 505 ], [ 505, 506 ], [ 496, 507 ], [ 508, 508 ], [ 508, 509 ], [ 509, 510 ], [ 510, 511 ], [ 510, 512 ], [ 509, 513 ], [ 513, 514 ], [ 514, 515 ], [ 491, 516 ], [ 516, 517 ], [ 489, 518 ], [ 518, 519 ], [ 489, 520 ], [ 520, 521 ], [ 454, 522 ], [ 522, 523 ], [ 522, 524 ], [ 524, 525 ], [ 525, 526 ], [ 525, 527 ], [ 524, 528 ], [ 528, 529 ], [ 529, 530 ], [ 530, 531 ], [ 530, 532 ], [ 528, 533 ], [ 533, 534 ], [ 533, 535 ], [ 528, 536 ], [ 536, 537 ], [ 537, 538 ], [ 528, 539 ], [ 540, 540 ], [ 540, 541 ], [ 541, 542 ], [ 542, 543 ], [ 541, 544 ], [ 544, 545 ], [ 545, 546 ], [ 524, 547 ], [ 547, 548 ], [ 522, 549 ], [ 549, 550 ], [ 522, 551 ], [ 551, 552 ], [ 454, 553 ], [ 553, 554 ], [ 553, 555 ], [ 555, 556 ], [ 556, 557 ], [ 556, 558 ], [ 555, 559 ], [ 559, 560 ], [ 560, 561 ], [ 561, 562 ], [ 561, 563 ], [ 559, 564 ], [ 564, 565 ], [ 564, 566 ], [ 559, 567 ], [ 567, 568 ], [ 568, 569 ], [ 559, 570 ], [ 571, 571 ], [ 571, 572 ], [ 572, 573 ], [ 573, 574 ], [ 572, 575 ], [ 575, 576 ], [ 576, 577 ], [ 555, 578 ], [ 578, 579 ], [ 553, 580 ], [ 580, 581 ], [ 553, 582 ], [ 582, 583 ], [ 0, 584 ], [ 584, 585 ], [ 584, 586 ] ]
[ "import java.io.BufferedWriter;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.OutputStream;\nimport java.io.OutputStreamWriter;\nimport java.io.PrintWriter;\nimport java.io.Writer;\nimport java.util.ArrayList;\nimport java.util.HashSet;\nimport java.util.InputMismatchException;\nimport java.util.List;\nimport java.util.Set;\n\npublic class Main {\n\n public void solve() {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n int d = in.readInt(), t = in.readInt(),s= in.readInt();\n\n double t1 = d/(s*1.0);\n out.printLine(t1<=t? \"Yes\":\"No\");\n\n out.flush();\n }\n\n public static void main(String[] args) {\n Main solver = new Main();\n solver.solve();\n }\n\n static class InputReader {\n\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }\n\n public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public String next() {\n return readString();\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }\n\n public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n public void flush() {\n writer.flush();\n }\n\n }\n\n static class IOUtils {\n\n public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }\n\n public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }\n\n public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n\n public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n }\n}", "import java.io.BufferedWriter;", "BufferedWriter", "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.OutputStreamWriter;", "OutputStreamWriter", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.io.Writer;", "Writer", "java.io", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.HashSet;", "HashSet", "java.util", "import java.util.InputMismatchException;", "InputMismatchException", "java.util", "import java.util.List;", "List", "java.util", "import java.util.Set;", "Set", "java.util", "public class Main {\n\n public void solve() {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n int d = in.readInt(), t = in.readInt(),s= in.readInt();\n\n double t1 = d/(s*1.0);\n out.printLine(t1<=t? \"Yes\":\"No\");\n\n out.flush();\n }\n\n public static void main(String[] args) {\n Main solver = new Main();\n solver.solve();\n }\n\n static class InputReader {\n\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }\n\n public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public String next() {\n return readString();\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }\n\n public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n public void flush() {\n writer.flush();\n }\n\n }\n\n static class IOUtils {\n\n public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }\n\n public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }\n\n public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n\n public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n }\n}", "Main", "public void solve() {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n int d = in.readInt(), t = in.readInt(),s= in.readInt();\n\n double t1 = d/(s*1.0);\n out.printLine(t1<=t? \"Yes\":\"No\");\n\n out.flush();\n }", "solve", "{\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n int d = in.readInt(), t = in.readInt(),s= in.readInt();\n\n double t1 = d/(s*1.0);\n out.printLine(t1<=t? \"Yes\":\"No\");\n\n out.flush();\n }", "InputReader in = new InputReader(System.in);", "in", "new InputReader(System.in)", "OutputWriter out = new OutputWriter(System.out);", "out", "new OutputWriter(System.out)", "int d = in.readInt()", "d", "in.readInt()", "in.readInt", "in", "t = in.readInt()", "t", "in.readInt()", "in.readInt", "in", "s= in.readInt();", "s", "in.readInt()", "in.readInt", "in", "double t1 = d/(s*1.0);", "t1", "d/(s*1.0)", "d", "(s*1.0)", "s", "1.0", "out.printLine(t1<=t? \"Yes\":\"No\")", "out.printLine", "out", "t1<=t? \"Yes\":\"No\"", "t1<=t", "t1", "t", "\"Yes\"", "\"No\"", "out.flush()", "out.flush", "out", "public static void main(String[] args) {\n Main solver = new Main();\n solver.solve();\n }", "main", "{\n Main solver = new Main();\n solver.solve();\n }", "Main solver = new Main();", "solver", "new Main()", "solver.solve()", "solver.solve", "solver", "String[] args", "args", "static class InputReader {\n\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }\n\n public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public String next() {\n return readString();\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n }", "InputReader", "private InputStream stream;", "stream", "private byte[] buf = new byte[1024];", "buf", "new byte[1024]", "1024", "private int curChar;", "curChar", "private int numChars;", "numChars", "private SpaceCharFilter filter;", "filter", "public InputReader(InputStream stream) {\n this.stream = stream;\n }", "InputReader", "{\n this.stream = stream;\n }", "this.stream = stream", "this.stream", "this", "this.stream", "stream", "InputStream stream", "stream", "public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }", "read", "{\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }", "if ( numChars == -1 )\n throw new InputMismatchException();", "numChars == -1", "numChars", "-1", "1", "throw new InputMismatchException();", "new InputMismatchException()", "if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }", "curChar >= numChars", "curChar", "numChars", "{\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }", "curChar = 0", "curChar", "0", "try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }", "catch (IOException e) {\n throw new InputMismatchException();\n }", "IOException e", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "{\n numChars = stream.read(buf);\n }", "numChars = stream.read(buf)", "numChars", "stream.read(buf)", "stream.read", "stream", "buf", "if ( numChars <= 0 )\n return -1;", "numChars <= 0", "numChars", "0", "return -1;", "-1", "1", "return buf[curChar++];", "buf[curChar++]", "buf", "curChar++", "curChar", "public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "readInt", "{\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "int c = read();", "c", "read()", "read", "while (isSpaceChar(c))\n c = read();", "isSpaceChar(c)", "isSpaceChar", "c", "c = read()", "c", "read()", "read", "int sgn = 1;", "sgn", "1", "if ( c == '-' ) {\n sgn = -1;\n c = read();\n }", "c == '-'", "c", "'-'", "{\n sgn = -1;\n c = read();\n }", "sgn = -1", "sgn", "-1", "1", "c = read()", "c", "read()", "read", "int res = 0;", "res", "0", "do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n }", "if ( c < '0' || c > '9' )\n throw new InputMismatchException();", "c < '0' || c > '9'", "c < '0'", "c", "'0'", "c > '9'", "c", "'9'", "throw new InputMismatchException();", "new InputMismatchException()", "res *= 10", "res", "10", "res += c - '0'", "res", "c - '0'", "c", "'0'", "c = read()", "c", "read()", "read", "return res * sgn;", "res * sgn", "res", "sgn", "public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "readLong", "{\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "int c = read();", "c", "read()", "read", "while (isSpaceChar(c))\n c = read();", "isSpaceChar(c)", "isSpaceChar", "c", "c = read()", "c", "read()", "read", "int sgn = 1;", "sgn", "1", "if ( c == '-' ) {\n sgn = -1;\n c = read();\n }", "c == '-'", "c", "'-'", "{\n sgn = -1;\n c = read();\n }", "sgn = -1", "sgn", "-1", "1", "c = read()", "c", "read()", "read", "long res = 0;", "res", "0", "do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n }", "if ( c < '0' || c > '9' )\n throw new InputMismatchException();", "c < '0' || c > '9'", "c < '0'", "c", "'0'", "c > '9'", "c", "'9'", "throw new InputMismatchException();", "new InputMismatchException()", "res *= 10", "res", "10", "res += c - '0'", "res", "c - '0'", "c", "'0'", "c = read()", "c", "read()", "read", "return res * sgn;", "res * sgn", "res", "sgn", "public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }", "readString", "{\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }", "int c = read();", "c", "read()", "read", "while (isSpaceChar(c))\n c = read();", "isSpaceChar(c)", "isSpaceChar", "c", "c = read()", "c", "read()", "read", "StringBuilder res = new StringBuilder();", "res", "new StringBuilder()", "do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n res.appendCodePoint(c);\n c = read();\n }", "res.appendCodePoint(c)", "res.appendCodePoint", "res", "c", "c = read()", "c", "read()", "read", "return res.toString();", "res.toString()", "res.toString", "res", "public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }", "isSpaceChar", "{\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }", "if ( filter != null )\n return filter.isSpaceChar(c);", "filter != null", "filter", "null", "return filter.isSpaceChar(c);", "filter.isSpaceChar(c)", "filter.isSpaceChar", "filter", "c", "return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;", "c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1", "c == '\\t'", "c == '\\r'", "c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1", "c == ' '", "c", "' '", "c == '\\n'", "c", "'\\n'", "c == '\\r'", "c", "'\\r'", "c == '\\t'", "c", "'\\t'", "c == -1", "c", "-1", "1", "int c", "c", "public String next() {\n return readString();\n }", "next", "{\n return readString();\n }", "return readString();", "readString()", "readString", "public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }", "SpaceCharFilter", "public boolean isSpaceChar(int ch);", "isSpaceChar", "int ch", "ch", "static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }\n\n public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n public void flush() {\n writer.flush();\n }\n\n }", "OutputWriter", "private final PrintWriter writer;", "writer", "public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }", "OutputWriter", "{\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }", "writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))", "writer", "new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))", "OutputStream outputStream", "outputStream", "public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }", "OutputWriter", "{\n this.writer = new PrintWriter(writer);\n }", "this.writer = new PrintWriter(writer)", "this.writer", "this", "this.writer", "new PrintWriter(writer)", "Writer writer", "writer", "public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }", "print", "{\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }", "for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < objects.length", "i", "objects.length", "objects", "objects.length", "i++", "i++", "i", "{\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }", "{\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }", "if ( i != 0 )\n writer.print(' ');", "i != 0", "i", "0", "writer.print(' ')", "writer.print", "writer", "' '", "writer.print(objects[i])", "writer.print", "writer", "objects[i]", "objects", "i", "Object... objects", "objects", "public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }", "printLine", "{\n print(objects);\n writer.println();\n }", "print(objects)", "print", "objects", "writer.println()", "writer.println", "writer", "Object... objects", "objects", "public void close() {\n writer.close();\n }", "close", "{\n writer.close();\n }", "writer.close()", "writer.close", "writer", "public void flush() {\n writer.flush();\n }", "flush", "{\n writer.flush();\n }", "writer.flush()", "writer.flush", "writer", "static class IOUtils {\n\n public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }\n\n public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }\n\n public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n\n public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n }", "IOUtils", "public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }", "readIntegerArray", "{\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }", "int[] array = new int[size];", "array", "new int[size]", "size", "for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < size", "i", "size", "i++", "i++", "i", "{\n array[i] = in.readInt();\n }", "{\n array[i] = in.readInt();\n }", "array[i] = in.readInt()", "array[i]", "array", "i", "in.readInt()", "in.readInt", "in", "return array;", "array", "InputReader in", "in", "int size", "size", "public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }", "readLongArray", "{\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }", "long[] array = new long[size];", "array", "new long[size]", "size", "for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < size", "i", "size", "i++", "i++", "i", "{\n array[i] = in.readLong();\n }", "{\n array[i] = in.readLong();\n }", "array[i] = in.readLong()", "array[i]", "array", "i", "in.readLong()", "in.readLong", "in", "return array;", "array", "InputReader in", "in", "int size", "size", "public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }", "readIntegerList", "{\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }", "List<Integer> set = new ArrayList<>();", "set", "new ArrayList<>()", "for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }", "int i = 0;", "int i = 0;", "i", "0", "i < size", "i", "size", "i++", "i++", "i", "{\n set.add(in.readInt());\n }", "{\n set.add(in.readInt());\n }", "set.add(in.readInt())", "set.add", "set", "in.readInt()", "in.readInt", "in", "return set;", "set", "InputReader in", "in", "int size", "size", "public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }", "readIntegerSet", "{\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }", "Set<Integer> set = new HashSet<Integer>();", "set", "new HashSet<Integer>()", "for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }", "int i = 0;", "int i = 0;", "i", "0", "i < size", "i", "size", "i++", "i++", "i", "{\n set.add(in.readInt());\n }", "{\n set.add(in.readInt());\n }", "set.add(in.readInt())", "set.add", "set", "in.readInt()", "in.readInt", "in", "return set;", "set", "InputReader in", "in", "int size", "size", "public class Main {\n\n public void solve() {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n int d = in.readInt(), t = in.readInt(),s= in.readInt();\n\n double t1 = d/(s*1.0);\n out.printLine(t1<=t? \"Yes\":\"No\");\n\n out.flush();\n }\n\n public static void main(String[] args) {\n Main solver = new Main();\n solver.solve();\n }\n\n static class InputReader {\n\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }\n\n public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public String next() {\n return readString();\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }\n\n public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n public void flush() {\n writer.flush();\n }\n\n }\n\n static class IOUtils {\n\n public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }\n\n public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }\n\n public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n\n public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n }\n}", "public class Main {\n\n public void solve() {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n int d = in.readInt(), t = in.readInt(),s= in.readInt();\n\n double t1 = d/(s*1.0);\n out.printLine(t1<=t? \"Yes\":\"No\");\n\n out.flush();\n }\n\n public static void main(String[] args) {\n Main solver = new Main();\n solver.solve();\n }\n\n static class InputReader {\n\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }\n\n public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public String next() {\n return readString();\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }\n\n public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n public void flush() {\n writer.flush();\n }\n\n }\n\n static class IOUtils {\n\n public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }\n\n public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }\n\n public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n\n public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n }\n}", "Main" ]
import java.io.BufferedWriter; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.Writer; import java.util.ArrayList; import java.util.HashSet; import java.util.InputMismatchException; import java.util.List; import java.util.Set; public class Main { public void solve() { InputReader in = new InputReader(System.in); OutputWriter out = new OutputWriter(System.out); int d = in.readInt(), t = in.readInt(),s= in.readInt(); double t1 = d/(s*1.0); out.printLine(t1<=t? "Yes":"No"); out.flush(); } public static void main(String[] args) { Main solver = new Main(); solver.solve(); } static class InputReader { private InputStream stream; private byte[] buf = new byte[1024]; private int curChar; private int numChars; private SpaceCharFilter filter; public InputReader(InputStream stream) { this.stream = stream; } public int read() { if ( numChars == -1 ) throw new InputMismatchException(); if ( curChar >= numChars ) { curChar = 0; try { numChars = stream.read(buf); } catch (IOException e) { throw new InputMismatchException(); } if ( numChars <= 0 ) return -1; } return buf[curChar++]; } public int readInt() { int c = read(); while (isSpaceChar(c)) c = read(); int sgn = 1; if ( c == '-' ) { sgn = -1; c = read(); } int res = 0; do { if ( c < '0' || c > '9' ) throw new InputMismatchException(); res *= 10; res += c - '0'; c = read(); } while (!isSpaceChar(c)); return res * sgn; } public long readLong() { int c = read(); while (isSpaceChar(c)) c = read(); int sgn = 1; if ( c == '-' ) { sgn = -1; c = read(); } long res = 0; do { if ( c < '0' || c > '9' ) throw new InputMismatchException(); res *= 10; res += c - '0'; c = read(); } while (!isSpaceChar(c)); return res * sgn; } public String readString() { int c = read(); while (isSpaceChar(c)) c = read(); StringBuilder res = new StringBuilder(); do { res.appendCodePoint(c); c = read(); } while (!isSpaceChar(c)); return res.toString(); } public boolean isSpaceChar(int c) { if ( filter != null ) return filter.isSpaceChar(c); return c == ' ' || c == '\n' || c == '\r' || c == '\t' || c == -1; } public String next() { return readString(); } public interface SpaceCharFilter { public boolean isSpaceChar(int ch); } } static class OutputWriter { private final PrintWriter writer; public OutputWriter(OutputStream outputStream) { writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream))); } public OutputWriter(Writer writer) { this.writer = new PrintWriter(writer); } public void print(Object... objects) { for (int i = 0; i < objects.length; i++) { if ( i != 0 ) writer.print(' '); writer.print(objects[i]); } } public void printLine(Object... objects) { print(objects); writer.println(); } public void close() { writer.close(); } public void flush() { writer.flush(); } } static class IOUtils { public static int[] readIntegerArray(InputReader in, int size) { int[] array = new int[size]; for (int i = 0; i < size; i++) { array[i] = in.readInt(); } return array; } public static long[] readLongArray(InputReader in, int size) { long[] array = new long[size]; for (int i = 0; i < size; i++) { array[i] = in.readLong(); } return array; } public static List<Integer> readIntegerList(InputReader in, int size) { List<Integer> set = new ArrayList<>(); for (int i = 0; i < size; i++) { set.add(in.readInt()); } return set; } public static Set<Integer> readIntegerSet(InputReader in, int size) { Set<Integer> set = new HashSet<Integer>(); for (int i = 0; i < size; i++) { set.add(in.readInt()); } return set; } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 8, 2, 2, 13, 13, 13, 17, 17, 23, 13, 12, 13, 30, 41, 13, 20, 28, 13, 13, 30, 30, 4, 18, 13, 13, 4, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 13, 23, 13, 12, 13, 30, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 23, 13, 23, 13, 23, 13, 12, 13, 30, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 23, 13, 23, 13, 23, 13, 12, 13, 30, 14, 2, 13, 17, 30, 29, 17, 14, 2, 2, 13, 17, 2, 13, 17, 30, 29, 17, 14, 2, 2, 2, 13, 17, 17, 2, 2, 13, 17, 17, 30, 29, 17, 41, 13, 2, 4, 18, 13, 13, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 0, 13, 17, 30, 30, 14, 2, 2, 2, 13, 2, 13, 17, 17, 2, 2, 13, 2, 13, 17, 17, 30, 29, 17, 29, 17, 23, 13, 12, 13, 30, 29, 8, 2, 13, 17, 13, 4, 13, 13, 2, 13, 13, 23, 13, 23, 13, 12, 13, 30, 29, 2, 2, 13, 4, 13, 13, 13, 13, 23, 13, 23, 13, 6, 13, 41, 13, 20, 41, 13, 20, 12, 13, 30, 42, 40, 4, 18, 13, 30, 38, 5, 13, 30, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 13, 0, 13, 13, 23, 13, 23, 13, 12, 13, 30, 29, 2, 13, 18, 13, 13, 23, 13, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 372, 8 ], [ 372, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 11, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 11, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 35, 41 ], [ 35, 42 ], [ 9, 43 ], [ 43, 44 ], [ 372, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 51, 52 ], [ 51, 53 ], [ 51, 54 ], [ 55, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 56, 59 ], [ 47, 60 ], [ 60, 61 ], [ 61, 62 ], [ 60, 63 ], [ 47, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 64, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 71, 73 ], [ 64, 74 ], [ 74, 75 ], [ 75, 76 ], [ 64, 77 ], [ 78, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 79, 83 ], [ 83, 84 ], [ 84, 85 ], [ 83, 86 ], [ 45, 87 ], [ 87, 88 ], [ 372, 89 ], [ 89, 90 ], [ 89, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 92, 97 ], [ 97, 98 ], [ 97, 99 ], [ 92, 100 ], [ 100, 101 ], [ 101, 102 ], [ 92, 103 ], [ 104, 104 ], [ 104, 105 ], [ 105, 106 ], [ 106, 107 ], [ 106, 108 ], [ 105, 109 ], [ 109, 110 ], [ 110, 111 ], [ 89, 112 ], [ 112, 113 ], [ 89, 114 ], [ 114, 115 ], [ 89, 116 ], [ 116, 117 ], [ 372, 118 ], [ 118, 119 ], [ 118, 120 ], [ 120, 121 ], [ 121, 122 ], [ 122, 123 ], [ 123, 124 ], [ 123, 125 ], [ 121, 126 ], [ 126, 127 ], [ 126, 128 ], [ 121, 129 ], [ 129, 130 ], [ 130, 131 ], [ 121, 132 ], [ 133, 133 ], [ 133, 134 ], [ 134, 135 ], [ 135, 136 ], [ 135, 137 ], [ 134, 138 ], [ 138, 139 ], [ 139, 140 ], [ 118, 141 ], [ 141, 142 ], [ 118, 143 ], [ 143, 144 ], [ 118, 145 ], [ 145, 146 ], [ 372, 147 ], [ 147, 148 ], [ 147, 149 ], [ 149, 150 ], [ 150, 151 ], [ 151, 152 ], [ 151, 153 ], [ 150, 154 ], [ 154, 155 ], [ 155, 156 ], [ 150, 157 ], [ 157, 158 ], [ 158, 159 ], [ 159, 160 ], [ 159, 161 ], [ 158, 162 ], [ 162, 163 ], [ 162, 164 ], [ 157, 165 ], [ 165, 166 ], [ 166, 167 ], [ 157, 168 ], [ 168, 169 ], [ 169, 170 ], [ 170, 171 ], [ 171, 172 ], [ 171, 173 ], [ 170, 174 ], [ 169, 175 ], [ 175, 176 ], [ 176, 177 ], [ 176, 178 ], [ 175, 179 ], [ 168, 180 ], [ 180, 181 ], [ 181, 182 ], [ 149, 183 ], [ 183, 184 ], [ 183, 185 ], [ 185, 186 ], [ 186, 187 ], [ 187, 188 ], [ 186, 189 ], [ 185, 190 ], [ 149, 191 ], [ 191, 192 ], [ 192, 193 ], [ 193, 194 ], [ 193, 195 ], [ 191, 196 ], [ 196, 197 ], [ 196, 198 ], [ 191, 199 ], [ 199, 200 ], [ 200, 201 ], [ 200, 202 ], [ 191, 203 ], [ 204, 204 ], [ 204, 205 ], [ 205, 206 ], [ 206, 207 ], [ 207, 208 ], [ 208, 209 ], [ 208, 210 ], [ 210, 211 ], [ 210, 212 ], [ 207, 213 ], [ 206, 214 ], [ 214, 215 ], [ 215, 216 ], [ 215, 217 ], [ 217, 218 ], [ 217, 219 ], [ 214, 220 ], [ 205, 221 ], [ 221, 222 ], [ 222, 223 ], [ 149, 224 ], [ 224, 225 ], [ 147, 226 ], [ 226, 227 ], [ 372, 228 ], [ 228, 229 ], [ 228, 230 ], [ 230, 231 ], [ 231, 232 ], [ 232, 233 ], [ 233, 234 ], [ 233, 235 ], [ 232, 236 ], [ 232, 237 ], [ 237, 238 ], [ 237, 239 ], [ 237, 240 ], [ 240, 241 ], [ 240, 242 ], [ 228, 243 ], [ 243, 244 ], [ 228, 245 ], [ 245, 246 ], [ 372, 247 ], [ 247, 248 ], [ 247, 249 ], [ 249, 250 ], [ 250, 251 ], [ 251, 252 ], [ 252, 253 ], [ 252, 254 ], [ 254, 255 ], [ 254, 256 ], [ 254, 257 ], [ 251, 258 ], [ 247, 259 ], [ 259, 260 ], [ 247, 261 ], [ 261, 262 ], [ 372, 263 ], [ 263, 264 ], [ 263, 265 ], [ 265, 266 ], [ 265, 267 ], [ 263, 268 ], [ 268, 269 ], [ 268, 270 ], [ 263, 271 ], [ 271, 272 ], [ 271, 273 ], [ 273, 274 ], [ 274, 275 ], [ 275, 276 ], [ 276, 277 ], [ 277, 278 ], [ 274, 279 ], [ 279, 280 ], [ 280, 281 ], [ 281, 282 ], [ 281, 283 ], [ 280, 284 ], [ 284, 285 ], [ 285, 286 ], [ 285, 287 ], [ 273, 288 ], [ 288, 289 ], [ 289, 290 ], [ 290, 291 ], [ 263, 292 ], [ 292, 293 ], [ 292, 294 ], [ 294, 295 ], [ 295, 296 ], [ 296, 297 ], [ 297, 298 ], [ 296, 299 ], [ 299, 300 ], [ 263, 301 ], [ 301, 302 ], [ 301, 303 ], [ 303, 304 ], [ 304, 305 ], [ 304, 306 ], [ 303, 308 ], [ 308, 309 ], [ 309, 310 ], [ 310, 311 ], [ 310, 312 ], [ 308, 313 ], [ 313, 314 ], [ 313, 315 ], [ 308, 316 ], [ 316, 317 ], [ 317, 318 ], [ 308, 319 ], [ 320, 320 ], [ 320, 321 ], [ 321, 322 ], [ 322, 323 ], [ 322, 324 ], [ 321, 325 ], [ 325, 326 ], [ 303, 327 ], [ 327, 328 ], [ 301, 329 ], [ 329, 330 ], [ 263, 331 ], [ 331, 332 ], [ 331, 333 ], [ 333, 334 ], [ 334, 335 ], [ 335, 336 ], [ 336, 337 ], [ 335, 338 ], [ 338, 339 ], [ 372, 340 ], [ 340, 341 ], [ 340, 342 ], [ 342, 343 ], [ 340, 344 ], [ 344, 345 ], [ 340, 346 ], [ 346, 347 ], [ 346, 348 ], [ 348, 349 ], [ 349, 350 ], [ 349, 351 ], [ 348, 352 ], [ 352, 353 ], [ 352, 354 ], [ 346, 355 ], [ 355, 356 ], [ 346, 357 ], [ 357, 358 ], [ 340, 359 ], [ 359, 360 ], [ 359, 361 ], [ 361, 362 ], [ 362, 363 ], [ 363, 364 ], [ 363, 365 ], [ 365, 366 ], [ 365, 367 ], [ 359, 368 ], [ 368, 369 ], [ 340, 370 ], [ 0, 371 ], [ 371, 372 ], [ 371, 373 ] ]
[ "\nimport java.io.*;\nimport java.util.*;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n\n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n Scanner sc = new Scanner(System.in);\n //FastScanner fs = new FastScanner();\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n System.out.println((d / s) > t ? \"No\" : \"Yes\");\n }\n//==============================================//\n//==============================================//\n\n static void sort(int[] a) {\n ArrayList<Integer> l = new ArrayList<>();\n for (int i : a) {\n l.add(i);\n }\n Collections.sort(l);\n for (int i = 0; i < a.length; i++) {\n a[i] = l.get(i);\n\n }\n }\n\n static class FastScanner {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(\"\");\n\n String next() {\n while (!st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n //e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] readArray(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n }\n\n static class Pair implements Comparable<Pair> {\n\n int a, b;\n\n public Pair(int x, int y) {\n a = x;\n b = y;\n }\n\n @Override\n public int compareTo(Pair p) {\n return a - p.a;\n }\n }\n\n static void forl_0(int n, int[] array, Scanner sc) {\n for (int i = 0; i < n; i++) {\n array[i] = sc.nextInt();\n }\n }\n\n static void forl_1(int n, int[] array, Scanner sc) {\n for (int i = 1; i <= n; i++) {\n array[i] = sc.nextInt();\n }\n }\n\n static boolean isPrime(long n) {\n if (n < 2) {\n return false;\n } else if (n == 2 || n == 3) {\n return true;\n } else if (n % 2 == 0 || n % 3 == 0) {\n return false;\n }\n long sqrtN = (long) Math.sqrt(n) + 1;\n for (long i = 6L; i <= sqrtN; i += 6) {\n if (n % (i - 1) == 0 || n % (i + 1) == 0) {\n return false;\n }\n }\n return true;\n }\n\n public static long gcd(long a, long b) {\n return (b == 0) ? a : gcd(b, a % b);\n }\n\n public static long lcm(long a, long b) {\n return a / gcd(a, b) * b;\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\n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n Scanner sc = new Scanner(System.in);\n //FastScanner fs = new FastScanner();\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n System.out.println((d / s) > t ? \"No\" : \"Yes\");\n }\n//==============================================//\n//==============================================//\n\n static void sort(int[] a) {\n ArrayList<Integer> l = new ArrayList<>();\n for (int i : a) {\n l.add(i);\n }\n Collections.sort(l);\n for (int i = 0; i < a.length; i++) {\n a[i] = l.get(i);\n\n }\n }\n\n static class FastScanner {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(\"\");\n\n String next() {\n while (!st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n //e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] readArray(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n }\n\n static class Pair implements Comparable<Pair> {\n\n int a, b;\n\n public Pair(int x, int y) {\n a = x;\n b = y;\n }\n\n @Override\n public int compareTo(Pair p) {\n return a - p.a;\n }\n }\n\n static void forl_0(int n, int[] array, Scanner sc) {\n for (int i = 0; i < n; i++) {\n array[i] = sc.nextInt();\n }\n }\n\n static void forl_1(int n, int[] array, Scanner sc) {\n for (int i = 1; i <= n; i++) {\n array[i] = sc.nextInt();\n }\n }\n\n static boolean isPrime(long n) {\n if (n < 2) {\n return false;\n } else if (n == 2 || n == 3) {\n return true;\n } else if (n % 2 == 0 || n % 3 == 0) {\n return false;\n }\n long sqrtN = (long) Math.sqrt(n) + 1;\n for (long i = 6L; i <= sqrtN; i += 6) {\n if (n % (i - 1) == 0 || n % (i + 1) == 0) {\n return false;\n }\n }\n return true;\n }\n\n public static long gcd(long a, long b) {\n return (b == 0) ? a : gcd(b, a % b);\n }\n\n public static long lcm(long a, long b) {\n return a / gcd(a, b) * b;\n }\n}", "Main", "public static void main(String[] args) throws IOException {\n\n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n Scanner sc = new Scanner(System.in);\n //FastScanner fs = new FastScanner();\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n System.out.println((d / s) > t ? \"No\" : \"Yes\");\n }", "main", "{\n\n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n Scanner sc = new Scanner(System.in);\n //FastScanner fs = new FastScanner();\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n System.out.println((d / s) > t ? \"No\" : \"Yes\");\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "double d = sc.nextDouble();", "d", "sc.nextDouble()", "sc.nextDouble", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "double s = sc.nextDouble();", "s", "sc.nextDouble()", "sc.nextDouble", "sc", "System.out.println((d / s) > t ? \"No\" : \"Yes\")", "System.out.println", "System.out", "System", "System.out", "(d / s) > t ? \"No\" : \"Yes\"", "(d / s) > t", "(d / s)", "d", "s", "t", "\"No\"", "\"Yes\"", "String[] args", "args", "static void sort(int[] a) {\n ArrayList<Integer> l = new ArrayList<>();\n for (int i : a) {\n l.add(i);\n }\n Collections.sort(l);\n for (int i = 0; i < a.length; i++) {\n a[i] = l.get(i);\n\n }\n }", "sort", "{\n ArrayList<Integer> l = new ArrayList<>();\n for (int i : a) {\n l.add(i);\n }\n Collections.sort(l);\n for (int i = 0; i < a.length; i++) {\n a[i] = l.get(i);\n\n }\n }", "ArrayList<Integer> l = new ArrayList<>();", "l", "new ArrayList<>()", "for (int i : a) {\n l.add(i);\n }", "int i", "a", "{\n l.add(i);\n }", "{\n l.add(i);\n }", "l.add(i)", "l.add", "l", "i", "Collections.sort(l)", "Collections.sort", "Collections", "l", "for (int i = 0; i < a.length; i++) {\n a[i] = l.get(i);\n\n }", "int i = 0;", "int i = 0;", "i", "0", "i < a.length", "i", "a.length", "a", "a.length", "i++", "i++", "i", "{\n a[i] = l.get(i);\n\n }", "{\n a[i] = l.get(i);\n\n }", "a[i] = l.get(i)", "a[i]", "a", "i", "l.get(i)", "l.get", "l", "i", "int[] a", "a", "static void forl_0(int n, int[] array, Scanner sc) {\n for (int i = 0; i < n; i++) {\n array[i] = sc.nextInt();\n }\n }", "forl_0", "{\n for (int i = 0; i < n; i++) {\n array[i] = sc.nextInt();\n }\n }", "for (int i = 0; i < n; i++) {\n array[i] = sc.nextInt();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n array[i] = sc.nextInt();\n }", "{\n array[i] = sc.nextInt();\n }", "array[i] = sc.nextInt()", "array[i]", "array", "i", "sc.nextInt()", "sc.nextInt", "sc", "int n", "n", "int[] array", "array", "Scanner sc", "sc", "static void forl_1(int n, int[] array, Scanner sc) {\n for (int i = 1; i <= n; i++) {\n array[i] = sc.nextInt();\n }\n }", "forl_1", "{\n for (int i = 1; i <= n; i++) {\n array[i] = sc.nextInt();\n }\n }", "for (int i = 1; i <= n; i++) {\n array[i] = sc.nextInt();\n }", "int i = 1;", "int i = 1;", "i", "1", "i <= n", "i", "n", "i++", "i++", "i", "{\n array[i] = sc.nextInt();\n }", "{\n array[i] = sc.nextInt();\n }", "array[i] = sc.nextInt()", "array[i]", "array", "i", "sc.nextInt()", "sc.nextInt", "sc", "int n", "n", "int[] array", "array", "Scanner sc", "sc", "static boolean isPrime(long n) {\n if (n < 2) {\n return false;\n } else if (n == 2 || n == 3) {\n return true;\n } else if (n % 2 == 0 || n % 3 == 0) {\n return false;\n }\n long sqrtN = (long) Math.sqrt(n) + 1;\n for (long i = 6L; i <= sqrtN; i += 6) {\n if (n % (i - 1) == 0 || n % (i + 1) == 0) {\n return false;\n }\n }\n return true;\n }", "isPrime", "{\n if (n < 2) {\n return false;\n } else if (n == 2 || n == 3) {\n return true;\n } else if (n % 2 == 0 || n % 3 == 0) {\n return false;\n }\n long sqrtN = (long) Math.sqrt(n) + 1;\n for (long i = 6L; i <= sqrtN; i += 6) {\n if (n % (i - 1) == 0 || n % (i + 1) == 0) {\n return false;\n }\n }\n return true;\n }", "if (n < 2) {\n return false;\n } else if (n == 2 || n == 3) {\n return true;\n } else if (n % 2 == 0 || n % 3 == 0) {\n return false;\n }", "n < 2", "n", "2", "{\n return false;\n }", "return false;", "false", "if (n == 2 || n == 3) {\n return true;\n } else if (n % 2 == 0 || n % 3 == 0) {\n return false;\n }", "n == 2 || n == 3", "n == 2", "n", "2", "n == 3", "n", "3", "{\n return true;\n }", "return true;", "true", "if (n % 2 == 0 || n % 3 == 0) {\n return false;\n }", "n % 2 == 0 || n % 3 == 0", "n % 2 == 0", "n % 2", "n", "2", "0", "n % 3 == 0", "n % 3", "n", "3", "0", "{\n return false;\n }", "return false;", "false", "long sqrtN = (long) Math.sqrt(n) + 1;", "sqrtN", "(long) Math.sqrt(n) + 1", "(long) Math.sqrt(n)", "Math.sqrt", "Math", "n", "1", "for (long i = 6L; i <= sqrtN; i += 6) {\n if (n % (i - 1) == 0 || n % (i + 1) == 0) {\n return false;\n }\n }", "long i = 6L;", "long i = 6L;", "i", "6L", "i <= sqrtN", "i", "sqrtN", "i += 6", "i += 6", "i", "6", "{\n if (n % (i - 1) == 0 || n % (i + 1) == 0) {\n return false;\n }\n }", "{\n if (n % (i - 1) == 0 || n % (i + 1) == 0) {\n return false;\n }\n }", "if (n % (i - 1) == 0 || n % (i + 1) == 0) {\n return false;\n }", "n % (i - 1) == 0 || n % (i + 1) == 0", "n % (i - 1) == 0", "n % (i - 1)", "n", "(i - 1)", "i", "1", "0", "n % (i + 1) == 0", "n % (i + 1)", "n", "(i + 1)", "i", "1", "0", "{\n return false;\n }", "return false;", "false", "return true;", "true", "long n", "n", "public static long gcd(long a, long b) {\n return (b == 0) ? a : gcd(b, a % b);\n }", "gcd", "{\n return (b == 0) ? a : gcd(b, a % b);\n }", "return (b == 0) ? a : gcd(b, a % b);", "(b == 0) ? a : gcd(b, a % b)", "(b == 0)", "b", "0", "a", "gcd(b, a % b)", "gcd", "b", "a % b", "a", "b", "long a", "a", "long b", "b", "public static long lcm(long a, long b) {\n return a / gcd(a, b) * b;\n }", "lcm", "{\n return a / gcd(a, b) * b;\n }", "return a / gcd(a, b) * b;", "a / gcd(a, b) * b", "a / gcd(a, b)", "a", "gcd(a, b)", "gcd", "a", "b", "b", "long a", "a", "long b", "b", "static class FastScanner {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(\"\");\n\n String next() {\n while (!st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n //e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] readArray(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n }", "FastScanner", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st = new StringTokenizer(\"\");", "st", "new StringTokenizer(\"\")", "String next() {\n while (!st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n //e.printStackTrace();\n }\n }\n return st.nextToken();\n }", "next", "{\n while (!st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n //e.printStackTrace();\n }\n }\n return st.nextToken();\n }", "while (!st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n //e.printStackTrace();\n }\n }", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n //e.printStackTrace();\n }\n }", "try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n //e.printStackTrace();\n }", "catch (IOException e) {\n //e.printStackTrace();\n }", "IOException e", "{\n //e.printStackTrace();\n }", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "int nextInt() {\n return Integer.parseInt(next());\n }", "nextInt", "{\n return Integer.parseInt(next());\n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "int[] readArray(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }", "readArray", "{\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }", "int[] a = new int[n];", "a", "new int[n]", "n", "for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n a[i] = nextInt();\n }", "{\n a[i] = nextInt();\n }", "a[i] = nextInt()", "a[i]", "a", "i", "nextInt()", "nextInt", "return a;", "a", "int n", "n", "long nextLong() {\n return Long.parseLong(next());\n }", "nextLong", "{\n return Long.parseLong(next());\n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "static class Pair implements Comparable<Pair> {\n\n int a, b;\n\n public Pair(int x, int y) {\n a = x;\n b = y;\n }\n\n @Override\n public int compareTo(Pair p) {\n return a - p.a;\n }\n }", "Pair", "int a", "a", "b;", "b", "public Pair(int x, int y) {\n a = x;\n b = y;\n }", "Pair", "{\n a = x;\n b = y;\n }", "a = x", "a", "x", "b = y", "b", "y", "int x", "x", "int y", "y", "@Override\n public int compareTo(Pair p) {\n return a - p.a;\n }", "compareTo", "{\n return a - p.a;\n }", "return a - p.a;", "a - p.a", "a", "p.a", "p", "p.a", "Pair p", "p", "Comparable", "public class Main {\n\n public static void main(String[] args) throws IOException {\n\n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n Scanner sc = new Scanner(System.in);\n //FastScanner fs = new FastScanner();\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n System.out.println((d / s) > t ? \"No\" : \"Yes\");\n }\n//==============================================//\n//==============================================//\n\n static void sort(int[] a) {\n ArrayList<Integer> l = new ArrayList<>();\n for (int i : a) {\n l.add(i);\n }\n Collections.sort(l);\n for (int i = 0; i < a.length; i++) {\n a[i] = l.get(i);\n\n }\n }\n\n static class FastScanner {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(\"\");\n\n String next() {\n while (!st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n //e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] readArray(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n }\n\n static class Pair implements Comparable<Pair> {\n\n int a, b;\n\n public Pair(int x, int y) {\n a = x;\n b = y;\n }\n\n @Override\n public int compareTo(Pair p) {\n return a - p.a;\n }\n }\n\n static void forl_0(int n, int[] array, Scanner sc) {\n for (int i = 0; i < n; i++) {\n array[i] = sc.nextInt();\n }\n }\n\n static void forl_1(int n, int[] array, Scanner sc) {\n for (int i = 1; i <= n; i++) {\n array[i] = sc.nextInt();\n }\n }\n\n static boolean isPrime(long n) {\n if (n < 2) {\n return false;\n } else if (n == 2 || n == 3) {\n return true;\n } else if (n % 2 == 0 || n % 3 == 0) {\n return false;\n }\n long sqrtN = (long) Math.sqrt(n) + 1;\n for (long i = 6L; i <= sqrtN; i += 6) {\n if (n % (i - 1) == 0 || n % (i + 1) == 0) {\n return false;\n }\n }\n return true;\n }\n\n public static long gcd(long a, long b) {\n return (b == 0) ? a : gcd(b, a % b);\n }\n\n public static long lcm(long a, long b) {\n return a / gcd(a, b) * b;\n }\n}", "public class Main {\n\n public static void main(String[] args) throws IOException {\n\n //BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n //BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n Scanner sc = new Scanner(System.in);\n //FastScanner fs = new FastScanner();\n double d = sc.nextDouble();\n int t = sc.nextInt();\n double s = sc.nextDouble();\n System.out.println((d / s) > t ? \"No\" : \"Yes\");\n }\n//==============================================//\n//==============================================//\n\n static void sort(int[] a) {\n ArrayList<Integer> l = new ArrayList<>();\n for (int i : a) {\n l.add(i);\n }\n Collections.sort(l);\n for (int i = 0; i < a.length; i++) {\n a[i] = l.get(i);\n\n }\n }\n\n static class FastScanner {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(\"\");\n\n String next() {\n while (!st.hasMoreTokens()) {\n try {\n st = new StringTokenizer(br.readLine());\n } catch (IOException e) {\n //e.printStackTrace();\n }\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] readArray(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n }\n\n static class Pair implements Comparable<Pair> {\n\n int a, b;\n\n public Pair(int x, int y) {\n a = x;\n b = y;\n }\n\n @Override\n public int compareTo(Pair p) {\n return a - p.a;\n }\n }\n\n static void forl_0(int n, int[] array, Scanner sc) {\n for (int i = 0; i < n; i++) {\n array[i] = sc.nextInt();\n }\n }\n\n static void forl_1(int n, int[] array, Scanner sc) {\n for (int i = 1; i <= n; i++) {\n array[i] = sc.nextInt();\n }\n }\n\n static boolean isPrime(long n) {\n if (n < 2) {\n return false;\n } else if (n == 2 || n == 3) {\n return true;\n } else if (n % 2 == 0 || n % 3 == 0) {\n return false;\n }\n long sqrtN = (long) Math.sqrt(n) + 1;\n for (long i = 6L; i <= sqrtN; i += 6) {\n if (n % (i - 1) == 0 || n % (i + 1) == 0) {\n return false;\n }\n }\n return true;\n }\n\n public static long gcd(long a, long b) {\n return (b == 0) ? a : gcd(b, a % b);\n }\n\n public static long lcm(long a, long b) {\n return a / gcd(a, b) * b;\n }\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws IOException { //BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); //BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out)); Scanner sc = new Scanner(System.in); //FastScanner fs = new FastScanner(); double d = sc.nextDouble(); int t = sc.nextInt(); double s = sc.nextDouble(); System.out.println((d / s) > t ? "No" : "Yes"); } //==============================================// //==============================================// static void sort(int[] a) { ArrayList<Integer> l = new ArrayList<>(); for (int i : a) { l.add(i); } Collections.sort(l); for (int i = 0; i < a.length; i++) { a[i] = l.get(i); } } static class FastScanner { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st = new StringTokenizer(""); String next() { while (!st.hasMoreTokens()) { try { st = new StringTokenizer(br.readLine()); } catch (IOException e) { //e.printStackTrace(); } } return st.nextToken(); } int nextInt() { return Integer.parseInt(next()); } int[] readArray(int n) { int[] a = new int[n]; for (int i = 0; i < n; i++) { a[i] = nextInt(); } return a; } long nextLong() { return Long.parseLong(next()); } } static class Pair implements Comparable<Pair> { int a, b; public Pair(int x, int y) { a = x; b = y; } @Override public int compareTo(Pair p) { return a - p.a; } } static void forl_0(int n, int[] array, Scanner sc) { for (int i = 0; i < n; i++) { array[i] = sc.nextInt(); } } static void forl_1(int n, int[] array, Scanner sc) { for (int i = 1; i <= n; i++) { array[i] = sc.nextInt(); } } static boolean isPrime(long n) { if (n < 2) { return false; } else if (n == 2 || n == 3) { return true; } else if (n % 2 == 0 || n % 3 == 0) { return false; } long sqrtN = (long) Math.sqrt(n) + 1; for (long i = 6L; i <= sqrtN; i += 6) { if (n % (i - 1) == 0 || n % (i + 1) == 0) { return false; } } return true; } public static long gcd(long a, long b) { return (b == 0) ? a : gcd(b, a % b); } public static long lcm(long a, long b) { return a / gcd(a, b) * b; } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 14, 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 ], [ 66, 8 ], [ 66, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 11, 18 ], [ 18, 19 ], [ 18, 20 ], [ 11, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 23, 26 ], [ 26, 27 ], [ 27, 28 ], [ 11, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 35, 36 ], [ 11, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 43, 44 ], [ 11, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 45, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 45, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 9, 63 ], [ 63, 64 ], [ 0, 65 ], [ 65, 66 ], [ 65, 67 ] ]
[ "import java.io.*;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tBufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n\t\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif(T*S < D)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\t\t\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tBufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n\t\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif(T*S < D)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\t\t\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tBufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n\t\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif(T*S < D)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\t\t\n\t}", "main", "{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tBufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n\t\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif(T*S < D)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\t\t\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));", "bw", "new BufferedWriter(new OutputStreamWriter(System.out))", "StringTokenizer st = new StringTokenizer(br.readLine());", "st", "new StringTokenizer(br.readLine())", "int D = Integer.parseInt(st.nextToken());", "D", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int T = Integer.parseInt(st.nextToken());", "T", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int S = Integer.parseInt(st.nextToken());", "S", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "if(T*S < D)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");", "T*S < D", "T*S", "T", "S", "D", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tBufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n\t\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif(T*S < D)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\t\t\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tBufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));\n\t\t\n\t\tStringTokenizer st = new StringTokenizer(br.readLine());\n\t\tint D = Integer.parseInt(st.nextToken());\n\t\tint T = Integer.parseInt(st.nextToken());\n\t\tint S = Integer.parseInt(st.nextToken());\n\t\t\n\t\tif(T*S < D)\n\t\t\tSystem.out.println(\"No\");\n\t\telse\n\t\t\tSystem.out.println(\"Yes\");\n\t\t\t\t\t\t\n\t}\n}", "Main" ]
import java.io.*; import java.util.StringTokenizer; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out)); StringTokenizer st = new StringTokenizer(br.readLine()); int D = Integer.parseInt(st.nextToken()); int T = Integer.parseInt(st.nextToken()); int S = Integer.parseInt(st.nextToken()); if(T*S < D) 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, 13, 41, 13, 13, 14, 2, 2, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 8, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 33, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 33, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 47, 52 ], [ 6, 53 ], [ 53, 54 ] ]
[ "import java.util.*;\n\nclass Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int D = sc.nextInt();\n int T = sc.nextInt();\n int S = sc.nextInt();\n double dD = D;\n double dS = S;\n if(dD/dS>T){\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){\n Scanner sc = new Scanner(System.in);\n int D = sc.nextInt();\n int T = sc.nextInt();\n int S = sc.nextInt();\n double dD = D;\n double dS = S;\n if(dD/dS>T){\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 int D = sc.nextInt();\n int T = sc.nextInt();\n int S = sc.nextInt();\n double dD = D;\n double dS = S;\n if(dD/dS>T){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int D = sc.nextInt();\n int T = sc.nextInt();\n int S = sc.nextInt();\n double dD = D;\n double dS = S;\n if(dD/dS>T){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int D = sc.nextInt();", "D", "sc.nextInt()", "sc.nextInt", "sc", "int T = sc.nextInt();", "T", "sc.nextInt()", "sc.nextInt", "sc", "int S = sc.nextInt();", "S", "sc.nextInt()", "sc.nextInt", "sc", "double dD = D;", "dD", "D", "double dS = S;", "dS", "S", "if(dD/dS>T){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }", "dD/dS>T", "dD/dS", "dD", "dS", "T", "{\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){ Scanner sc = new Scanner(System.in); int D = sc.nextInt(); int T = sc.nextInt(); int S = sc.nextInt(); double dD = D; double dS = S; if(dD/dS>T){ System.out.println("No"); }else{ System.out.println("Yes"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 2, 17, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 6, 13, 41, 13, 20, 41, 13, 20, 12, 13, 30, 42, 40, 4, 18, 13, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 139, 20 ], [ 139, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 23, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 23, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 23, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 23, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 23, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 49, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 61, 66 ], [ 21, 67 ], [ 67, 68 ], [ 139, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 71, 73 ], [ 69, 74 ], [ 74, 75 ], [ 74, 76 ], [ 69, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 80, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 85, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 79, 96 ], [ 96, 97 ], [ 97, 98 ], [ 98, 99 ], [ 69, 100 ], [ 100, 101 ], [ 100, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 105, 106 ], [ 104, 107 ], [ 107, 108 ], [ 69, 109 ], [ 109, 110 ], [ 109, 111 ], [ 111, 112 ], [ 112, 113 ], [ 112, 114 ], [ 111, 116 ], [ 116, 117 ], [ 117, 118 ], [ 118, 119 ], [ 118, 120 ], [ 116, 121 ], [ 121, 122 ], [ 121, 123 ], [ 116, 124 ], [ 124, 125 ], [ 125, 126 ], [ 116, 127 ], [ 127, 128 ], [ 128, 129 ], [ 129, 130 ], [ 129, 131 ], [ 128, 132 ], [ 132, 133 ], [ 111, 134 ], [ 134, 135 ], [ 109, 136 ], [ 136, 137 ], [ 0, 138 ], [ 138, 139 ], [ 138, 140 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\nimport java.util.Arrays;\nimport java.lang.Math;\n\npublic class Main {\n\n public static void main(String[] args) {\n FastScanner fs = new FastScanner();\n int D = fs.nextInt(); int T = fs.nextInt(); int S = fs.nextInt();\n\n double x = 1.0*D/S;\n if (x<=T) {\n System.out.println(\"Yes\");\n\n\n } else {\n System.out.println(\"No\");\n }\n\n }\n\n\n static class FastScanner {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(\"\");\n\n public String next() {\n while (!st.hasMoreElements())\n try {\n st=new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] readArray(int n) {\n int[] a=new int[n];\n for (int i=0; i<n; i++) a[i]=nextInt();\n return a;\n }\n }\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "import java.util.Arrays;", "Arrays", "java.util", "import java.lang.Math;", "Math", "java.lang", "public class Main {\n\n public static void main(String[] args) {\n FastScanner fs = new FastScanner();\n int D = fs.nextInt(); int T = fs.nextInt(); int S = fs.nextInt();\n\n double x = 1.0*D/S;\n if (x<=T) {\n System.out.println(\"Yes\");\n\n\n } else {\n System.out.println(\"No\");\n }\n\n }\n\n\n static class FastScanner {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(\"\");\n\n public String next() {\n while (!st.hasMoreElements())\n try {\n st=new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] readArray(int n) {\n int[] a=new int[n];\n for (int i=0; i<n; i++) a[i]=nextInt();\n return a;\n }\n }\n\n}", "Main", "public static void main(String[] args) {\n FastScanner fs = new FastScanner();\n int D = fs.nextInt(); int T = fs.nextInt(); int S = fs.nextInt();\n\n double x = 1.0*D/S;\n if (x<=T) {\n System.out.println(\"Yes\");\n\n\n } else {\n System.out.println(\"No\");\n }\n\n }", "main", "{\n FastScanner fs = new FastScanner();\n int D = fs.nextInt(); int T = fs.nextInt(); int S = fs.nextInt();\n\n double x = 1.0*D/S;\n if (x<=T) {\n System.out.println(\"Yes\");\n\n\n } else {\n System.out.println(\"No\");\n }\n\n }", "FastScanner fs = new FastScanner();", "fs", "new FastScanner()", "int D = fs.nextInt();", "D", "fs.nextInt()", "fs.nextInt", "fs", "int T = fs.nextInt();", "T", "fs.nextInt()", "fs.nextInt", "fs", "int S = fs.nextInt();", "S", "fs.nextInt()", "fs.nextInt", "fs", "double x = 1.0*D/S;", "x", "1.0*D/S", "1.0*D", "1.0", "D", "S", "if (x<=T) {\n System.out.println(\"Yes\");\n\n\n } else {\n System.out.println(\"No\");\n }", "x<=T", "x", "T", "{\n System.out.println(\"Yes\");\n\n\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 class FastScanner {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(\"\");\n\n public String next() {\n while (!st.hasMoreElements())\n try {\n st=new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] readArray(int n) {\n int[] a=new int[n];\n for (int i=0; i<n; i++) a[i]=nextInt();\n return a;\n }\n }", "FastScanner", "BufferedReader br=new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st=new StringTokenizer(\"\");", "st", "new StringTokenizer(\"\")", "public String next() {\n while (!st.hasMoreElements())\n try {\n st=new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n return st.nextToken();\n }", "next", "{\n while (!st.hasMoreElements())\n try {\n st=new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n return st.nextToken();\n }", "while (!st.hasMoreElements())\n try {\n st=new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }", "!st.hasMoreElements()", "st.hasMoreElements()", "st.hasMoreElements", "st", "try {\n st=new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }", "catch (IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n st=new StringTokenizer(br.readLine());\n }", "st=new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "int nextInt() {\n return Integer.parseInt(next());\n }", "nextInt", "{\n return Integer.parseInt(next());\n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "int[] readArray(int n) {\n int[] a=new int[n];\n for (int i=0; i<n; i++) a[i]=nextInt();\n return a;\n }", "readArray", "{\n int[] a=new int[n];\n for (int i=0; i<n; i++) a[i]=nextInt();\n return a;\n }", "int[] a=new int[n];", "a", "new int[n]", "n", "for (int i=0; i<n; i++) a[i]=nextInt();", "int i=0;", "int i=0;", "i", "0", "i<n", "i", "n", "i++", "i++", "i", "a[i]=nextInt();", "a[i]=nextInt()", "a[i]", "a", "i", "nextInt()", "nextInt", "return a;", "a", "int n", "n", "public class Main {\n\n public static void main(String[] args) {\n FastScanner fs = new FastScanner();\n int D = fs.nextInt(); int T = fs.nextInt(); int S = fs.nextInt();\n\n double x = 1.0*D/S;\n if (x<=T) {\n System.out.println(\"Yes\");\n\n\n } else {\n System.out.println(\"No\");\n }\n\n }\n\n\n static class FastScanner {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(\"\");\n\n public String next() {\n while (!st.hasMoreElements())\n try {\n st=new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] readArray(int n) {\n int[] a=new int[n];\n for (int i=0; i<n; i++) a[i]=nextInt();\n return a;\n }\n }\n\n}", "public class Main {\n\n public static void main(String[] args) {\n FastScanner fs = new FastScanner();\n int D = fs.nextInt(); int T = fs.nextInt(); int S = fs.nextInt();\n\n double x = 1.0*D/S;\n if (x<=T) {\n System.out.println(\"Yes\");\n\n\n } else {\n System.out.println(\"No\");\n }\n\n }\n\n\n static class FastScanner {\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st=new StringTokenizer(\"\");\n\n public String next() {\n while (!st.hasMoreElements())\n try {\n st=new StringTokenizer(br.readLine());\n } catch (IOException e) {\n e.printStackTrace();\n }\n return st.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n int[] readArray(int n) {\n int[] a=new int[n];\n for (int i=0; i<n; i++) a[i]=nextInt();\n return a;\n }\n }\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; import java.util.Arrays; import java.lang.Math; public class Main { public static void main(String[] args) { FastScanner fs = new FastScanner(); int D = fs.nextInt(); int T = fs.nextInt(); int S = fs.nextInt(); double x = 1.0*D/S; if (x<=T) { System.out.println("Yes"); } else { System.out.println("No"); } } static class FastScanner { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st=new StringTokenizer(""); public String next() { while (!st.hasMoreElements()) try { st=new StringTokenizer(br.readLine()); } catch (IOException e) { e.printStackTrace(); } return st.nextToken(); } int nextInt() { return Integer.parseInt(next()); } int[] readArray(int n) { int[] a=new int[n]; for (int i=0; i<n; i++) a[i]=nextInt(); return a; } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 13, 4, 18, 13, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 53, 5 ], [ 53, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 33, 35 ], [ 27, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 27, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 44, 49 ], [ 6, 50 ], [ 50, 51 ], [ 0, 52 ], [ 52, 53 ], [ 52, 54 ] ]
[ "import java.util.*;\npublic class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n if(s >= Math.ceil((d/t))){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n}", "import java.util.*;", "util.*", "java", "public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n if(s >= Math.ceil((d/t))){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n if(s >= Math.ceil((d/t))){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n if(s >= Math.ceil((d/t))){\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)", "double d = sc.nextDouble();", "d", "sc.nextDouble()", "sc.nextDouble", "sc", "double t = sc.nextDouble();", "t", "sc.nextDouble()", "sc.nextDouble", "sc", "double s = sc.nextDouble();", "s", "sc.nextDouble()", "sc.nextDouble", "sc", "if(s >= Math.ceil((d/t))){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }", "s >= Math.ceil((d/t))", "s", "Math.ceil((d/t))", "Math.ceil", "Math", "(d/t)", "d", "t", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n if(s >= Math.ceil((d/t))){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n}", "public class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n double d = sc.nextDouble();\n double t = sc.nextDouble();\n double s = sc.nextDouble();\n if(s >= Math.ceil((d/t))){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }\n }\n}", "Main" ]
import java.util.*; public class Main{ public static void main(String[] args) { Scanner sc = new Scanner(System.in); double d = sc.nextDouble(); double t = sc.nextDouble(); double s = sc.nextDouble(); if(s >= Math.ceil((d/t))){ System.out.println("Yes"); }else{ System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 18, 13, 13, 41, 13, 18, 13, 13, 41, 13, 20, 41, 13, 20, 41, 13, 20, 4, 18, 13, 17, 13, 13, 4, 18, 13, 23, 13, 6, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 8, 2, 2, 13, 13, 13, 17, 17, 23, 13, 23, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 38, 5, 13, 30, 37, 20, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 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 ], [ 151, 29 ], [ 151, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 35, 37 ], [ 32, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 32, 43 ], [ 43, 44 ], [ 43, 45 ], [ 32, 46 ], [ 46, 47 ], [ 46, 48 ], [ 32, 49 ], [ 49, 50 ], [ 49, 51 ], [ 32, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 52, 56 ], [ 52, 57 ], [ 32, 58 ], [ 58, 59 ], [ 59, 60 ], [ 30, 61 ], [ 61, 62 ], [ 151, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 70, 71 ], [ 71, 72 ], [ 67, 73 ], [ 73, 74 ], [ 73, 75 ], [ 75, 76 ], [ 76, 77 ], [ 67, 78 ], [ 78, 79 ], [ 78, 80 ], [ 80, 81 ], [ 81, 82 ], [ 67, 83 ], [ 83, 84 ], [ 84, 85 ], [ 83, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 87, 91 ], [ 86, 92 ], [ 86, 93 ], [ 65, 94 ], [ 94, 95 ], [ 65, 96 ], [ 96, 97 ], [ 65, 98 ], [ 98, 99 ], [ 151, 100 ], [ 100, 101 ], [ 100, 102 ], [ 102, 103 ], [ 100, 104 ], [ 104, 105 ], [ 100, 106 ], [ 106, 107 ], [ 106, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 106, 112 ], [ 112, 113 ], [ 100, 114 ], [ 114, 115 ], [ 114, 116 ], [ 116, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 119, 121 ], [ 118, 122 ], [ 122, 123 ], [ 123, 124 ], [ 124, 125 ], [ 117, 126 ], [ 126, 127 ], [ 127, 128 ], [ 128, 129 ], [ 128, 130 ], [ 130, 131 ], [ 131, 132 ], [ 127, 133 ], [ 133, 134 ], [ 134, 135 ], [ 134, 136 ], [ 116, 137 ], [ 137, 138 ], [ 138, 139 ], [ 139, 140 ], [ 100, 141 ], [ 141, 142 ], [ 141, 143 ], [ 143, 144 ], [ 144, 145 ], [ 145, 146 ], [ 146, 147 ], [ 145, 148 ], [ 148, 149 ], [ 0, 150 ], [ 150, 151 ], [ 150, 152 ] ]
[ "import java.io.OutputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.PrintWriter;\nimport java.util.StringTokenizer;\nimport java.io.IOException;\nimport java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.InputStream;\n\n/**\n * Built using CHelper plug-in\n * Actual solution is at the top\n *\n * @author lucasr\n */\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStream inputStream = System.in;\n\t\tOutputStream outputStream = System.out;\n\t\tMyScanner in = new MyScanner(inputStream);\n\t\tPrintWriter out = new PrintWriter(outputStream);\n\t\tADontBeLate solver = new ADontBeLate();\n\t\tsolver.solve(1, in, out);\n\t\tout.close();\n\t}\n\n\tstatic class ADontBeLate {\n\t\tpublic void solve(int testNumber, MyScanner sc, PrintWriter out) {\n\t\t\tint D = sc.nextInt();\n\t\t\tint S = sc.nextInt();\n\t\t\tint T = sc.nextInt();\n\t\t\tout.println(S * T >= D ? \"Yes\" : \"No\");\n\t\t}\n\n\t}\n\n\tstatic class MyScanner {\n\t\tprivate BufferedReader br;\n\t\tprivate StringTokenizer tokenizer;\n\n\t\tpublic MyScanner(InputStream is) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(is));\n\t\t}\n\n\t\tpublic String next() {\n\t\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\t\ttry {\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn tokenizer.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t}\n}\n", "import java.io.OutputStream;", "OutputStream", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "import java.io.IOException;", "IOException", "java.io", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStream inputStream = System.in;\n\t\tOutputStream outputStream = System.out;\n\t\tMyScanner in = new MyScanner(inputStream);\n\t\tPrintWriter out = new PrintWriter(outputStream);\n\t\tADontBeLate solver = new ADontBeLate();\n\t\tsolver.solve(1, in, out);\n\t\tout.close();\n\t}\n\n\tstatic class ADontBeLate {\n\t\tpublic void solve(int testNumber, MyScanner sc, PrintWriter out) {\n\t\t\tint D = sc.nextInt();\n\t\t\tint S = sc.nextInt();\n\t\t\tint T = sc.nextInt();\n\t\t\tout.println(S * T >= D ? \"Yes\" : \"No\");\n\t\t}\n\n\t}\n\n\tstatic class MyScanner {\n\t\tprivate BufferedReader br;\n\t\tprivate StringTokenizer tokenizer;\n\n\t\tpublic MyScanner(InputStream is) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(is));\n\t\t}\n\n\t\tpublic String next() {\n\t\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\t\ttry {\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn tokenizer.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tInputStream inputStream = System.in;\n\t\tOutputStream outputStream = System.out;\n\t\tMyScanner in = new MyScanner(inputStream);\n\t\tPrintWriter out = new PrintWriter(outputStream);\n\t\tADontBeLate solver = new ADontBeLate();\n\t\tsolver.solve(1, in, out);\n\t\tout.close();\n\t}", "main", "{\n\t\tInputStream inputStream = System.in;\n\t\tOutputStream outputStream = System.out;\n\t\tMyScanner in = new MyScanner(inputStream);\n\t\tPrintWriter out = new PrintWriter(outputStream);\n\t\tADontBeLate solver = new ADontBeLate();\n\t\tsolver.solve(1, in, out);\n\t\tout.close();\n\t}", "InputStream inputStream = System.in;", "inputStream", "System.in", "System", "System.in", "OutputStream outputStream = System.out;", "outputStream", "System.out", "System", "System.out", "MyScanner in = new MyScanner(inputStream);", "in", "new MyScanner(inputStream)", "PrintWriter out = new PrintWriter(outputStream);", "out", "new PrintWriter(outputStream)", "ADontBeLate solver = new ADontBeLate();", "solver", "new ADontBeLate()", "solver.solve(1, in, out)", "solver.solve", "solver", "1", "in", "out", "out.close()", "out.close", "out", "String[] args", "args", "static class ADontBeLate {\n\t\tpublic void solve(int testNumber, MyScanner sc, PrintWriter out) {\n\t\t\tint D = sc.nextInt();\n\t\t\tint S = sc.nextInt();\n\t\t\tint T = sc.nextInt();\n\t\t\tout.println(S * T >= D ? \"Yes\" : \"No\");\n\t\t}\n\n\t}", "ADontBeLate", "public void solve(int testNumber, MyScanner sc, PrintWriter out) {\n\t\t\tint D = sc.nextInt();\n\t\t\tint S = sc.nextInt();\n\t\t\tint T = sc.nextInt();\n\t\t\tout.println(S * T >= D ? \"Yes\" : \"No\");\n\t\t}", "solve", "{\n\t\t\tint D = sc.nextInt();\n\t\t\tint S = sc.nextInt();\n\t\t\tint T = sc.nextInt();\n\t\t\tout.println(S * T >= D ? \"Yes\" : \"No\");\n\t\t}", "int D = sc.nextInt();", "D", "sc.nextInt()", "sc.nextInt", "sc", "int S = sc.nextInt();", "S", "sc.nextInt()", "sc.nextInt", "sc", "int T = sc.nextInt();", "T", "sc.nextInt()", "sc.nextInt", "sc", "out.println(S * T >= D ? \"Yes\" : \"No\")", "out.println", "out", "S * T >= D ? \"Yes\" : \"No\"", "S * T >= D", "S * T", "S", "T", "D", "\"Yes\"", "\"No\"", "int testNumber", "testNumber", "MyScanner sc", "sc", "PrintWriter out", "out", "static class MyScanner {\n\t\tprivate BufferedReader br;\n\t\tprivate StringTokenizer tokenizer;\n\n\t\tpublic MyScanner(InputStream is) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(is));\n\t\t}\n\n\t\tpublic String next() {\n\t\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\t\ttry {\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn tokenizer.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t}", "MyScanner", "private BufferedReader br;", "br", "private StringTokenizer tokenizer;", "tokenizer", "public MyScanner(InputStream is) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(is));\n\t\t}", "MyScanner", "{\n\t\t\tbr = new BufferedReader(new InputStreamReader(is));\n\t\t}", "br = new BufferedReader(new InputStreamReader(is))", "br", "new BufferedReader(new InputStreamReader(is))", "InputStream is", "is", "public String next() {\n\t\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\t\ttry {\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn tokenizer.nextToken();\n\t\t}", "next", "{\n\t\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\t\ttry {\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn tokenizer.nextToken();\n\t\t}", "while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\t\ttry {\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}\n\t\t\t}", "tokenizer == null || !tokenizer.hasMoreTokens()", "tokenizer == null", "tokenizer", "null", "!tokenizer.hasMoreTokens()", "tokenizer.hasMoreTokens()", "tokenizer.hasMoreTokens", "tokenizer", "{\n\t\t\t\ttry {\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}\n\t\t\t}", "try {\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}", "catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}", "IOException e", "{\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}", "throw new RuntimeException(e);", "new RuntimeException(e)", "{\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t}", "tokenizer = new StringTokenizer(br.readLine())", "tokenizer", "new StringTokenizer(br.readLine())", "return tokenizer.nextToken();", "tokenizer.nextToken()", "tokenizer.nextToken", "tokenizer", "public int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "nextInt", "{\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStream inputStream = System.in;\n\t\tOutputStream outputStream = System.out;\n\t\tMyScanner in = new MyScanner(inputStream);\n\t\tPrintWriter out = new PrintWriter(outputStream);\n\t\tADontBeLate solver = new ADontBeLate();\n\t\tsolver.solve(1, in, out);\n\t\tout.close();\n\t}\n\n\tstatic class ADontBeLate {\n\t\tpublic void solve(int testNumber, MyScanner sc, PrintWriter out) {\n\t\t\tint D = sc.nextInt();\n\t\t\tint S = sc.nextInt();\n\t\t\tint T = sc.nextInt();\n\t\t\tout.println(S * T >= D ? \"Yes\" : \"No\");\n\t\t}\n\n\t}\n\n\tstatic class MyScanner {\n\t\tprivate BufferedReader br;\n\t\tprivate StringTokenizer tokenizer;\n\n\t\tpublic MyScanner(InputStream is) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(is));\n\t\t}\n\n\t\tpublic String next() {\n\t\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\t\ttry {\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn tokenizer.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStream inputStream = System.in;\n\t\tOutputStream outputStream = System.out;\n\t\tMyScanner in = new MyScanner(inputStream);\n\t\tPrintWriter out = new PrintWriter(outputStream);\n\t\tADontBeLate solver = new ADontBeLate();\n\t\tsolver.solve(1, in, out);\n\t\tout.close();\n\t}\n\n\tstatic class ADontBeLate {\n\t\tpublic void solve(int testNumber, MyScanner sc, PrintWriter out) {\n\t\t\tint D = sc.nextInt();\n\t\t\tint S = sc.nextInt();\n\t\t\tint T = sc.nextInt();\n\t\t\tout.println(S * T >= D ? \"Yes\" : \"No\");\n\t\t}\n\n\t}\n\n\tstatic class MyScanner {\n\t\tprivate BufferedReader br;\n\t\tprivate StringTokenizer tokenizer;\n\n\t\tpublic MyScanner(InputStream is) {\n\t\t\tbr = new BufferedReader(new InputStreamReader(is));\n\t\t}\n\n\t\tpublic String next() {\n\t\t\twhile (tokenizer == null || !tokenizer.hasMoreTokens()) {\n\t\t\t\ttry {\n\t\t\t\t\ttokenizer = new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\tthrow new RuntimeException(e);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn tokenizer.nextToken();\n\t\t}\n\n\t\tpublic int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t}\n}", "Main" ]
import java.io.OutputStream; import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.util.StringTokenizer; import java.io.IOException; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.InputStream; /** * Built using CHelper plug-in * Actual solution is at the top * * @author lucasr */ public class Main { public static void main(String[] args) { InputStream inputStream = System.in; OutputStream outputStream = System.out; MyScanner in = new MyScanner(inputStream); PrintWriter out = new PrintWriter(outputStream); ADontBeLate solver = new ADontBeLate(); solver.solve(1, in, out); out.close(); } static class ADontBeLate { public void solve(int testNumber, MyScanner sc, PrintWriter out) { int D = sc.nextInt(); int S = sc.nextInt(); int T = sc.nextInt(); out.println(S * T >= D ? "Yes" : "No"); } } static class MyScanner { private BufferedReader br; private StringTokenizer tokenizer; public MyScanner(InputStream is) { br = new BufferedReader(new InputStreamReader(is)); } public String next() { while (tokenizer == null || !tokenizer.hasMoreTokens()) { try { tokenizer = new StringTokenizer(br.readLine()); } catch (IOException e) { throw new RuntimeException(e); } } return tokenizer.nextToken(); } public int nextInt() { return Integer.parseInt(next()); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 2, 13, 13, 13, 4, 18, 18, 13, 13, 8, 2, 13, 17, 17, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 51, 8 ], [ 51, 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 ], [ 33, 35 ], [ 32, 36 ], [ 11, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 42, 47 ], [ 9, 48 ], [ 48, 49 ], [ 0, 50 ], [ 50, 51 ], [ 50, 52 ] ]
[ "import java.io.IOException;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\t\n\t\tint r = s*t - d;\n\n\t\tSystem.out.println( r>=0 ? \"Yes\": \"No\");\n\t}\n}", "import java.io.IOException;", "IOException", "java.io", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\t\n\t\tint r = s*t - d;\n\n\t\tSystem.out.println( r>=0 ? \"Yes\": \"No\");\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\t\n\t\tint r = s*t - d;\n\n\t\tSystem.out.println( r>=0 ? \"Yes\": \"No\");\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\t\n\t\tint r = s*t - d;\n\n\t\tSystem.out.println( r>=0 ? \"Yes\": \"No\");\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int d = sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "int r = s*t - d;", "r", "s*t - d", "s*t", "s", "t", "d", "System.out.println( r>=0 ? \"Yes\": \"No\")", "System.out.println", "System.out", "System", "System.out", "r>=0 ? \"Yes\": \"No\"", "r>=0", "r", "0", "\"Yes\"", "\"No\"", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\t\n\t\tint r = s*t - d;\n\n\t\tSystem.out.println( r>=0 ? \"Yes\": \"No\");\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint d = sc.nextInt();\n\t\tint t = sc.nextInt();\n\t\tint s = sc.nextInt();\n\t\t\n\t\tint r = s*t - d;\n\n\t\tSystem.out.println( r>=0 ? \"Yes\": \"No\");\n\t}\n}", "Main" ]
import java.io.IOException; import java.util.Scanner; public class Main { public static void main(String[] args) throws IOException { Scanner sc = new Scanner(System.in); int d = sc.nextInt(); int t = sc.nextInt(); int s = sc.nextInt(); int r = s*t - d; System.out.println( r>=0 ? "Yes": "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, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 14, 2, 13, 2, 13, 17, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 58, 8 ], [ 58, 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 ], [ 32, 34 ], [ 11, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 35, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 35, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 9, 55 ], [ 55, 56 ], [ 0, 57 ], [ 57, 58 ], [ 57, 59 ] ]
[ "import java.util.*;\nimport java.util.Scanner;\npublic class Main{\n public static void main(String[] args){\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T =(double) s.nextInt();\n double S = s.nextDouble();\n double t = D/S;\n if(t<T+0.001){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }\n}\n ", "import java.util.*;", "util.*", "java", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args){\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T =(double) s.nextInt();\n double S = s.nextDouble();\n double t = D/S;\n if(t<T+0.001){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }\n}", "Main", "public static void main(String[] args){\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T =(double) s.nextInt();\n double S = s.nextDouble();\n double t = D/S;\n if(t<T+0.001){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }", "main", "{\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T =(double) s.nextInt();\n double S = s.nextDouble();\n double t = D/S;\n if(t<T+0.001){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "double D = s.nextDouble();", "D", "s.nextDouble()", "s.nextDouble", "s", "double T =(double) s.nextInt();", "T", "(double) s.nextInt()", "s.nextInt", "s", "double S = s.nextDouble();", "S", "s.nextDouble()", "s.nextDouble", "s", "double t = D/S;", "t", "D/S", "D", "S", "if(t<T+0.001){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }", "t<T+0.001", "t", "T+0.001", "T", "0.001", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main{\n public static void main(String[] args){\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T =(double) s.nextInt();\n double S = s.nextDouble();\n double t = D/S;\n if(t<T+0.001){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }\n}", "public class Main{\n public static void main(String[] args){\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T =(double) s.nextInt();\n double S = s.nextDouble();\n double t = D/S;\n if(t<T+0.001){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }\n}", "Main" ]
import java.util.*; import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner s = new Scanner(System.in); double D = s.nextDouble(); double T =(double) s.nextInt(); double S = s.nextDouble(); double t = D/S; if(t<T+0.001){ System.out.println("Yes"); } else{ System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 2, 17, 17, 12, 13, 30, 14, 2, 13, 17, 29, 13, 29, 4, 13, 2, 13, 13, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 17, 42, 2, 13, 17, 30, 14, 2, 2, 13, 17, 17, 30, 0, 13, 2, 2, 13, 13, 13, 0, 13, 2, 2, 13, 13, 13, 0, 13, 2, 13, 17, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 13, 2, 13, 13, 4, 18, 13, 17, 4, 18, 13, 17, 4, 18, 13, 4, 18, 13, 23, 13, 6, 13, 41, 13, 41, 13, 20, 17, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 23, 13, 12, 13, 30, 14, 2, 13, 40, 17, 37, 20, 14, 2, 13, 13, 30, 0, 13, 17, 38, 5, 13, 30, 37, 20, 30, 0, 13, 4, 18, 13, 13, 14, 2, 13, 17, 29, 40, 17, 29, 18, 13, 40, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 30, 0, 13, 4, 13, 41, 13, 17, 14, 2, 13, 17, 30, 0, 13, 40, 17, 0, 13, 4, 13, 41, 13, 17, 42, 40, 4, 13, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 37, 20, 0, 13, 17, 0, 13, 2, 13, 17, 0, 13, 4, 13, 29, 2, 13, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 30, 0, 13, 4, 13, 41, 13, 17, 14, 2, 13, 17, 30, 0, 13, 40, 17, 0, 13, 4, 13, 41, 13, 17, 42, 40, 4, 13, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 37, 20, 0, 13, 17, 0, 13, 2, 13, 17, 0, 13, 4, 13, 29, 2, 13, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 30, 0, 13, 4, 13, 41, 13, 20, 42, 40, 4, 13, 13, 30, 4, 18, 13, 13, 0, 13, 4, 13, 29, 4, 18, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 0, 13, 4, 13, 41, 13, 20, 42, 40, 4, 13, 13, 30, 4, 18, 13, 13, 0, 13, 4, 13, 29, 4, 18, 13, 12, 13, 30, 14, 2, 13, 17, 29, 4, 18, 13, 13, 29, 2, 2, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 40, 17, 23, 13, 12, 13, 30, 29, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 40, 17, 23, 13, 6, 13, 12, 13, 23, 13, 6, 13, 41, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 0, 18, 36, 13, 20, 23, 13, 12, 13, 30, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 14, 2, 13, 17, 4, 18, 13, 17, 4, 18, 13, 18, 13, 13, 23, 13, 12, 13, 30, 4, 13, 13, 4, 18, 13, 23, 13, 12, 13, 30, 4, 18, 13, 12, 13, 30, 4, 18, 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 ], [ 11, 13 ], [ 7, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 16, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 26, 28 ], [ 24, 29 ], [ 14, 30 ], [ 30, 31 ], [ 14, 32 ], [ 32, 33 ], [ 7, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 45, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 44, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 44, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 68, 70 ], [ 36, 71 ], [ 71, 72 ], [ 34, 73 ], [ 73, 74 ], [ 34, 75 ], [ 75, 76 ], [ 7, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 79, 83 ], [ 83, 84 ], [ 83, 85 ], [ 79, 86 ], [ 86, 87 ], [ 86, 88 ], [ 88, 89 ], [ 89, 90 ], [ 79, 91 ], [ 91, 92 ], [ 91, 93 ], [ 93, 94 ], [ 94, 95 ], [ 79, 96 ], [ 96, 97 ], [ 96, 98 ], [ 98, 99 ], [ 99, 100 ], [ 79, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 104, 105 ], [ 104, 106 ], [ 101, 107 ], [ 107, 108 ], [ 108, 109 ], [ 107, 110 ], [ 101, 111 ], [ 111, 112 ], [ 112, 113 ], [ 111, 114 ], [ 79, 115 ], [ 115, 116 ], [ 116, 117 ], [ 79, 118 ], [ 118, 119 ], [ 119, 120 ], [ 77, 121 ], [ 121, 122 ], [ 7, 123 ], [ 123, 124 ], [ 123, 125 ], [ 125, 126 ], [ 123, 127 ], [ 127, 128 ], [ 127, 129 ], [ 123, 131 ], [ 131, 132 ], [ 123, 133 ], [ 133, 134 ], [ 123, 135 ], [ 135, 136 ], [ 123, 137 ], [ 137, 138 ], [ 137, 139 ], [ 139, 140 ], [ 140, 141 ], [ 141, 142 ], [ 141, 143 ], [ 140, 144 ], [ 137, 145 ], [ 145, 146 ], [ 123, 147 ], [ 147, 148 ], [ 147, 149 ], [ 149, 150 ], [ 150, 151 ], [ 151, 152 ], [ 151, 153 ], [ 153, 154 ], [ 150, 155 ], [ 155, 156 ], [ 149, 157 ], [ 157, 158 ], [ 158, 159 ], [ 158, 160 ], [ 157, 161 ], [ 161, 162 ], [ 162, 163 ], [ 162, 164 ], [ 161, 165 ], [ 165, 166 ], [ 166, 167 ], [ 166, 168 ], [ 168, 169 ], [ 169, 170 ], [ 165, 171 ], [ 171, 172 ], [ 172, 173 ], [ 172, 174 ], [ 174, 175 ], [ 175, 176 ], [ 174, 177 ], [ 161, 178 ], [ 178, 179 ], [ 179, 180 ], [ 179, 181 ], [ 178, 182 ], [ 182, 183 ], [ 183, 184 ], [ 149, 185 ], [ 185, 186 ], [ 186, 187 ], [ 186, 188 ], [ 188, 189 ], [ 123, 190 ], [ 190, 191 ], [ 190, 192 ], [ 192, 193 ], [ 193, 194 ], [ 193, 195 ], [ 195, 196 ], [ 192, 197 ], [ 197, 198 ], [ 198, 199 ], [ 198, 200 ], [ 197, 201 ], [ 201, 202 ], [ 202, 203 ], [ 202, 204 ], [ 204, 205 ], [ 192, 206 ], [ 206, 207 ], [ 206, 208 ], [ 192, 209 ], [ 209, 210 ], [ 210, 211 ], [ 210, 212 ], [ 209, 213 ], [ 213, 214 ], [ 214, 215 ], [ 214, 216 ], [ 216, 217 ], [ 213, 218 ], [ 218, 219 ], [ 218, 220 ], [ 220, 221 ], [ 192, 222 ], [ 222, 223 ], [ 222, 224 ], [ 192, 225 ], [ 225, 226 ], [ 226, 227 ], [ 227, 228 ], [ 227, 229 ], [ 225, 230 ], [ 230, 231 ], [ 231, 232 ], [ 232, 233 ], [ 233, 234 ], [ 233, 235 ], [ 232, 236 ], [ 236, 237 ], [ 236, 238 ], [ 231, 239 ], [ 239, 240 ], [ 230, 241 ], [ 241, 242 ], [ 241, 243 ], [ 230, 244 ], [ 244, 245 ], [ 244, 246 ], [ 246, 247 ], [ 246, 248 ], [ 230, 249 ], [ 249, 250 ], [ 249, 251 ], [ 251, 252 ], [ 192, 253 ], [ 253, 254 ], [ 254, 255 ], [ 254, 256 ], [ 123, 257 ], [ 257, 258 ], [ 257, 259 ], [ 259, 260 ], [ 260, 261 ], [ 260, 262 ], [ 262, 263 ], [ 259, 264 ], [ 264, 265 ], [ 265, 266 ], [ 265, 267 ], [ 264, 268 ], [ 268, 269 ], [ 269, 270 ], [ 269, 271 ], [ 271, 272 ], [ 259, 273 ], [ 273, 274 ], [ 273, 275 ], [ 259, 276 ], [ 276, 277 ], [ 277, 278 ], [ 277, 279 ], [ 276, 280 ], [ 280, 281 ], [ 281, 282 ], [ 281, 283 ], [ 283, 284 ], [ 280, 285 ], [ 285, 286 ], [ 285, 287 ], [ 287, 288 ], [ 259, 289 ], [ 289, 290 ], [ 289, 291 ], [ 259, 292 ], [ 292, 293 ], [ 293, 294 ], [ 294, 295 ], [ 294, 296 ], [ 292, 297 ], [ 297, 298 ], [ 298, 299 ], [ 299, 300 ], [ 300, 301 ], [ 300, 302 ], [ 299, 303 ], [ 303, 304 ], [ 303, 305 ], [ 298, 306 ], [ 306, 307 ], [ 297, 308 ], [ 308, 309 ], [ 308, 310 ], [ 297, 311 ], [ 311, 312 ], [ 311, 313 ], [ 313, 314 ], [ 313, 315 ], [ 297, 316 ], [ 316, 317 ], [ 316, 318 ], [ 318, 319 ], [ 259, 320 ], [ 320, 321 ], [ 321, 322 ], [ 321, 323 ], [ 123, 324 ], [ 324, 325 ], [ 324, 326 ], [ 326, 327 ], [ 327, 328 ], [ 327, 329 ], [ 326, 331 ], [ 331, 332 ], [ 332, 333 ], [ 333, 334 ], [ 333, 335 ], [ 331, 336 ], [ 336, 337 ], [ 336, 338 ], [ 331, 339 ], [ 339, 340 ], [ 340, 341 ], [ 331, 342 ], [ 343, 343 ], [ 343, 344 ], [ 344, 345 ], [ 345, 346 ], [ 345, 347 ], [ 344, 348 ], [ 348, 349 ], [ 326, 350 ], [ 350, 351 ], [ 324, 352 ], [ 352, 353 ], [ 123, 354 ], [ 354, 355 ], [ 354, 356 ], [ 356, 357 ], [ 357, 358 ], [ 357, 359 ], [ 359, 360 ], [ 356, 361 ], [ 361, 362 ], [ 362, 363 ], [ 362, 364 ], [ 361, 365 ], [ 365, 366 ], [ 366, 367 ], [ 366, 368 ], [ 368, 369 ], [ 356, 370 ], [ 370, 371 ], [ 370, 372 ], [ 356, 373 ], [ 373, 374 ], [ 374, 375 ], [ 375, 376 ], [ 375, 377 ], [ 373, 378 ], [ 378, 379 ], [ 379, 380 ], [ 380, 381 ], [ 379, 382 ], [ 378, 383 ], [ 383, 384 ], [ 383, 385 ], [ 385, 386 ], [ 356, 387 ], [ 387, 388 ], [ 388, 389 ], [ 389, 390 ], [ 123, 391 ], [ 391, 392 ], [ 391, 393 ], [ 393, 394 ], [ 394, 395 ], [ 394, 396 ], [ 396, 397 ], [ 393, 398 ], [ 398, 399 ], [ 399, 400 ], [ 399, 401 ], [ 398, 402 ], [ 402, 403 ], [ 402, 404 ], [ 404, 405 ], [ 393, 406 ], [ 406, 407 ], [ 406, 408 ], [ 393, 409 ], [ 409, 410 ], [ 410, 411 ], [ 411, 412 ], [ 411, 413 ], [ 409, 414 ], [ 414, 415 ], [ 415, 416 ], [ 416, 417 ], [ 415, 418 ], [ 414, 419 ], [ 419, 420 ], [ 419, 421 ], [ 421, 422 ], [ 393, 423 ], [ 423, 424 ], [ 424, 425 ], [ 425, 426 ], [ 123, 427 ], [ 427, 428 ], [ 427, 429 ], [ 429, 430 ], [ 430, 431 ], [ 431, 432 ], [ 431, 433 ], [ 430, 434 ], [ 434, 435 ], [ 435, 436 ], [ 436, 437 ], [ 435, 438 ], [ 429, 439 ], [ 439, 440 ], [ 443, 441 ], [ 453, 442 ], [ 450, 443 ], [ 443, 444 ], [ 444, 445 ], [ 444, 446 ], [ 443, 447 ], [ 447, 448 ], [ 447, 449 ], [ 450, 450 ], [ 450, 451 ], [ 450, 452 ], [ 453, 453 ], [ 453, 454 ], [ 453, 455 ], [ 443, 456 ], [ 456, 457 ], [ 456, 458 ], [ 458, 459 ], [ 427, 460 ], [ 460, 461 ], [ 123, 462 ], [ 462, 463 ], [ 462, 464 ], [ 464, 465 ], [ 465, 466 ], [ 467, 467 ], [ 467, 468 ], [ 468, 469 ], [ 468, 470 ], [ 467, 471 ], [ 471, 472 ], [ 471, 473 ], [ 467, 474 ], [ 474, 475 ], [ 474, 476 ], [ 476, 477 ], [ 462, 478 ], [ 478, 479 ], [ 123, 480 ], [ 480, 481 ], [ 480, 482 ], [ 482, 483 ], [ 482, 484 ], [ 484, 485 ], [ 7, 486 ], [ 486, 487 ], [ 486, 488 ], [ 488, 489 ], [ 486, 490 ], [ 490, 491 ], [ 490, 492 ], [ 492, 493 ], [ 493, 494 ], [ 493, 495 ], [ 490, 496 ], [ 496, 497 ], [ 486, 498 ], [ 498, 499 ], [ 498, 500 ], [ 500, 501 ], [ 501, 502 ], [ 502, 503 ], [ 502, 504 ], [ 501, 505 ], [ 498, 506 ], [ 506, 507 ], [ 486, 508 ], [ 508, 509 ], [ 508, 510 ], [ 510, 511 ], [ 511, 512 ], [ 512, 513 ], [ 513, 514 ], [ 513, 515 ], [ 511, 516 ], [ 516, 517 ], [ 516, 518 ], [ 518, 519 ], [ 518, 520 ], [ 511, 521 ], [ 521, 522 ], [ 522, 523 ], [ 511, 524 ], [ 525, 525 ], [ 525, 526 ], [ 526, 527 ], [ 527, 528 ], [ 527, 529 ], [ 526, 530 ], [ 530, 531 ], [ 531, 532 ], [ 530, 533 ], [ 525, 534 ], [ 534, 535 ], [ 535, 536 ], [ 534, 537 ], [ 537, 538 ], [ 537, 539 ], [ 508, 540 ], [ 540, 541 ], [ 486, 542 ], [ 542, 543 ], [ 542, 544 ], [ 544, 545 ], [ 545, 546 ], [ 545, 547 ], [ 544, 548 ], [ 548, 549 ], [ 549, 550 ], [ 542, 551 ], [ 551, 552 ], [ 486, 553 ], [ 553, 554 ], [ 553, 555 ], [ 555, 556 ], [ 556, 557 ], [ 557, 558 ], [ 486, 559 ], [ 559, 560 ], [ 559, 561 ], [ 561, 562 ], [ 562, 563 ], [ 563, 564 ] ]
[ "import java.util.*;\nimport java.io.*;\nclass Main{\n static class InputReader {\n\n private final InputStream stream;\n private final byte[] buf = new byte[8192];\n private int curChar, snumChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int snext() {\n if (snumChars == -1)\n throw new InputMismatchException();\n if (curChar >= snumChars) {\n curChar = 0;\n try {\n snumChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (snumChars <= 0)\n return -1;\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = snext();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long nextLong() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = snext();\n }\n long res = 0;\n do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public int[] nextIntArray(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }\n\n public String readString() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public String nextLine() {\n int c = snext();\n while (isSpaceChar(c))\n c = snext();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isEndOfLine(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null)\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n private boolean isEndOfLine(int c) {\n return c == '\\n' || c == '\\r' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n\n }\n static class OutputWriter {\n\t\tprivate final PrintWriter writer;\n \n\t\tpublic OutputWriter(OutputStream outputStream) {\n\t\t\twriter = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n\t\t}\n \n\t\tpublic OutputWriter(Writer writer) {\n\t\t\tthis.writer = new PrintWriter(writer);\n\t\t}\n \n\t\tpublic void print(Object...objects) {\n\t\t\tfor (int i = 0; i < objects.length; i++) {\n\t\t\t\tif (i != 0)\n\t\t\t\t\twriter.print(' ');\n\t\t\t\twriter.print(objects[i]);\n\t\t\t}\n\t\t}\n \n\t\tpublic void printLine(Object...objects) {\n\t\t\tprint(objects);\n\t\t\twriter.println();\n\t\t}\n \n\t\tpublic void close() {\n\t\t\twriter.close();\n\t\t}\n \n\t\tpublic void flush() {\n\t\t\twriter.flush();\n\t\t}\n \n\t\t}\n static int gcd(int a, int b) \n { \n if (a == 0) \n return b; \n return gcd(b % a, a); \n } \n static int mod = (int)(1e9+7);\n public static long pow(long a,long b)\n {\n long ans = 1;\n while(b> 0)\n {\n if((b & 1)==1){\n ans = (ans*a) % mod; \n }\n a = (a*a) % mod;\n b = b>>1;\n }\n return ans;\n }\n\n public static void main(String[] args) {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n int d = in.nextInt(),t = in.nextInt(),s = in.nextInt();\n if(d>t*s)\n out.printLine(\"No\");\n else\n out.printLine(\"Yes\");\n out.flush();\n out.close();\n }\n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "class Main{\n static class InputReader {\n\n private final InputStream stream;\n private final byte[] buf = new byte[8192];\n private int curChar, snumChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int snext() {\n if (snumChars == -1)\n throw new InputMismatchException();\n if (curChar >= snumChars) {\n curChar = 0;\n try {\n snumChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (snumChars <= 0)\n return -1;\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = snext();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long nextLong() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = snext();\n }\n long res = 0;\n do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public int[] nextIntArray(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }\n\n public String readString() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public String nextLine() {\n int c = snext();\n while (isSpaceChar(c))\n c = snext();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isEndOfLine(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null)\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n private boolean isEndOfLine(int c) {\n return c == '\\n' || c == '\\r' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n\n }\n static class OutputWriter {\n\t\tprivate final PrintWriter writer;\n \n\t\tpublic OutputWriter(OutputStream outputStream) {\n\t\t\twriter = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n\t\t}\n \n\t\tpublic OutputWriter(Writer writer) {\n\t\t\tthis.writer = new PrintWriter(writer);\n\t\t}\n \n\t\tpublic void print(Object...objects) {\n\t\t\tfor (int i = 0; i < objects.length; i++) {\n\t\t\t\tif (i != 0)\n\t\t\t\t\twriter.print(' ');\n\t\t\t\twriter.print(objects[i]);\n\t\t\t}\n\t\t}\n \n\t\tpublic void printLine(Object...objects) {\n\t\t\tprint(objects);\n\t\t\twriter.println();\n\t\t}\n \n\t\tpublic void close() {\n\t\t\twriter.close();\n\t\t}\n \n\t\tpublic void flush() {\n\t\t\twriter.flush();\n\t\t}\n \n\t\t}\n static int gcd(int a, int b) \n { \n if (a == 0) \n return b; \n return gcd(b % a, a); \n } \n static int mod = (int)(1e9+7);\n public static long pow(long a,long b)\n {\n long ans = 1;\n while(b> 0)\n {\n if((b & 1)==1){\n ans = (ans*a) % mod; \n }\n a = (a*a) % mod;\n b = b>>1;\n }\n return ans;\n }\n\n public static void main(String[] args) {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n int d = in.nextInt(),t = in.nextInt(),s = in.nextInt();\n if(d>t*s)\n out.printLine(\"No\");\n else\n out.printLine(\"Yes\");\n out.flush();\n out.close();\n }\n}", "Main", "static int mod = (int)(1e9+7);", "mod", "(int)(1e9+7)", "1e9", "7", "static int gcd(int a, int b) \n { \n if (a == 0) \n return b; \n return gcd(b % a, a); \n }", "gcd", "{ \n if (a == 0) \n return b; \n return gcd(b % a, a); \n }", "if (a == 0) \n return b;", "a == 0", "a", "0", "return b;", "b", "return gcd(b % a, a);", "gcd(b % a, a)", "gcd", "b % a", "b", "a", "a", "int a", "a", "int b", "b", "public static long pow(long a,long b)\n {\n long ans = 1;\n while(b> 0)\n {\n if((b & 1)==1){\n ans = (ans*a) % mod; \n }\n a = (a*a) % mod;\n b = b>>1;\n }\n return ans;\n }", "pow", "{\n long ans = 1;\n while(b> 0)\n {\n if((b & 1)==1){\n ans = (ans*a) % mod; \n }\n a = (a*a) % mod;\n b = b>>1;\n }\n return ans;\n }", "long ans = 1;", "ans", "1", "while(b> 0)\n {\n if((b & 1)==1){\n ans = (ans*a) % mod; \n }\n a = (a*a) % mod;\n b = b>>1;\n }", "b> 0", "b", "0", "{\n if((b & 1)==1){\n ans = (ans*a) % mod; \n }\n a = (a*a) % mod;\n b = b>>1;\n }", "if((b & 1)==1){\n ans = (ans*a) % mod; \n }", "(b & 1)==1", "(b & 1)", "b", "1", "1", "{\n ans = (ans*a) % mod; \n }", "ans = (ans*a) % mod", "ans", "(ans*a) % mod", "(ans*a)", "ans", "a", "mod", "a = (a*a) % mod", "a", "(a*a) % mod", "(a*a)", "a", "a", "mod", "b = b>>1", "b", "b>>1", "b", "1", "return ans;", "ans", "long a", "a", "long b", "b", "public static void main(String[] args) {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n int d = in.nextInt(),t = in.nextInt(),s = in.nextInt();\n if(d>t*s)\n out.printLine(\"No\");\n else\n out.printLine(\"Yes\");\n out.flush();\n out.close();\n }", "main", "{\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n int d = in.nextInt(),t = in.nextInt(),s = in.nextInt();\n if(d>t*s)\n out.printLine(\"No\");\n else\n out.printLine(\"Yes\");\n out.flush();\n out.close();\n }", "InputReader in = new InputReader(System.in);", "in", "new InputReader(System.in)", "OutputWriter out = new OutputWriter(System.out);", "out", "new OutputWriter(System.out)", "int d = in.nextInt()", "d", "in.nextInt()", "in.nextInt", "in", "t = in.nextInt()", "t", "in.nextInt()", "in.nextInt", "in", "s = in.nextInt();", "s", "in.nextInt()", "in.nextInt", "in", "if(d>t*s)\n out.printLine(\"No\");\n else\n out.printLine(\"Yes\");", "d>t*s", "d", "t*s", "t", "s", "out.printLine(\"No\")", "out.printLine", "out", "\"No\"", "out.printLine(\"Yes\")", "out.printLine", "out", "\"Yes\"", "out.flush()", "out.flush", "out", "out.close()", "out.close", "out", "String[] args", "args", "static class InputReader {\n\n private final InputStream stream;\n private final byte[] buf = new byte[8192];\n private int curChar, snumChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int snext() {\n if (snumChars == -1)\n throw new InputMismatchException();\n if (curChar >= snumChars) {\n curChar = 0;\n try {\n snumChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (snumChars <= 0)\n return -1;\n }\n return buf[curChar++];\n }\n\n public int nextInt() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = snext();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long nextLong() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = snext();\n }\n long res = 0;\n do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public int[] nextIntArray(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }\n\n public String readString() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public String nextLine() {\n int c = snext();\n while (isSpaceChar(c))\n c = snext();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isEndOfLine(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if (filter != null)\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n private boolean isEndOfLine(int c) {\n return c == '\\n' || c == '\\r' || c == -1;\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n\n }", "InputReader", "private final InputStream stream;", "stream", "private final byte[] buf = new byte[8192];", "buf", "new byte[8192]", "8192", "private int curChar", "curChar", "snumChars;", "snumChars", "private SpaceCharFilter filter;", "filter", "public InputReader(InputStream stream) {\n this.stream = stream;\n }", "InputReader", "{\n this.stream = stream;\n }", "this.stream = stream", "this.stream", "this", "this.stream", "stream", "InputStream stream", "stream", "public int snext() {\n if (snumChars == -1)\n throw new InputMismatchException();\n if (curChar >= snumChars) {\n curChar = 0;\n try {\n snumChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (snumChars <= 0)\n return -1;\n }\n return buf[curChar++];\n }", "snext", "{\n if (snumChars == -1)\n throw new InputMismatchException();\n if (curChar >= snumChars) {\n curChar = 0;\n try {\n snumChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (snumChars <= 0)\n return -1;\n }\n return buf[curChar++];\n }", "if (snumChars == -1)\n throw new InputMismatchException();", "snumChars == -1", "snumChars", "-1", "1", "throw new InputMismatchException();", "new InputMismatchException()", "if (curChar >= snumChars) {\n curChar = 0;\n try {\n snumChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (snumChars <= 0)\n return -1;\n }", "curChar >= snumChars", "curChar", "snumChars", "{\n curChar = 0;\n try {\n snumChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (snumChars <= 0)\n return -1;\n }", "curChar = 0", "curChar", "0", "try {\n snumChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }", "catch (IOException e) {\n throw new InputMismatchException();\n }", "IOException e", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "{\n snumChars = stream.read(buf);\n }", "snumChars = stream.read(buf)", "snumChars", "stream.read(buf)", "stream.read", "stream", "buf", "if (snumChars <= 0)\n return -1;", "snumChars <= 0", "snumChars", "0", "return -1;", "-1", "1", "return buf[curChar++];", "buf[curChar++]", "buf", "curChar++", "curChar", "public int nextInt() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = snext();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "nextInt", "{\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = snext();\n }\n int res = 0;\n do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "int c = snext();", "c", "snext()", "snext", "while (isSpaceChar(c)) {\n c = snext();\n }", "isSpaceChar(c)", "isSpaceChar", "c", "{\n c = snext();\n }", "c = snext()", "c", "snext()", "snext", "int sgn = 1;", "sgn", "1", "if (c == '-') {\n sgn = -1;\n c = snext();\n }", "c == '-'", "c", "'-'", "{\n sgn = -1;\n c = snext();\n }", "sgn = -1", "sgn", "-1", "1", "c = snext()", "c", "snext()", "snext", "int res = 0;", "res", "0", "do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n }", "if (c < '0' || c > '9')\n throw new InputMismatchException();", "c < '0' || c > '9'", "c < '0'", "c", "'0'", "c > '9'", "c", "'9'", "throw new InputMismatchException();", "new InputMismatchException()", "res *= 10", "res", "10", "res += c - '0'", "res", "c - '0'", "c", "'0'", "c = snext()", "c", "snext()", "snext", "return res * sgn;", "res * sgn", "res", "sgn", "public long nextLong() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = snext();\n }\n long res = 0;\n do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "nextLong", "{\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n int sgn = 1;\n if (c == '-') {\n sgn = -1;\n c = snext();\n }\n long res = 0;\n do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "int c = snext();", "c", "snext()", "snext", "while (isSpaceChar(c)) {\n c = snext();\n }", "isSpaceChar(c)", "isSpaceChar", "c", "{\n c = snext();\n }", "c = snext()", "c", "snext()", "snext", "int sgn = 1;", "sgn", "1", "if (c == '-') {\n sgn = -1;\n c = snext();\n }", "c == '-'", "c", "'-'", "{\n sgn = -1;\n c = snext();\n }", "sgn = -1", "sgn", "-1", "1", "c = snext()", "c", "snext()", "snext", "long res = 0;", "res", "0", "do {\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n if (c < '0' || c > '9')\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = snext();\n }", "if (c < '0' || c > '9')\n throw new InputMismatchException();", "c < '0' || c > '9'", "c < '0'", "c", "'0'", "c > '9'", "c", "'9'", "throw new InputMismatchException();", "new InputMismatchException()", "res *= 10", "res", "10", "res += c - '0'", "res", "c - '0'", "c", "'0'", "c = snext()", "c", "snext()", "snext", "return res * sgn;", "res * sgn", "res", "sgn", "public int[] nextIntArray(int n) {\n int a[] = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }", "nextIntArray", "{\n int a[] = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }", "int a[] = new int[n];", "a", "new int[n]", "n", "for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n a[i] = nextInt();\n }", "{\n a[i] = nextInt();\n }", "a[i] = nextInt()", "a[i]", "a", "i", "nextInt()", "nextInt", "return a;", "a", "int n", "n", "public String readString() {\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isSpaceChar(c));\n return res.toString();\n }", "readString", "{\n int c = snext();\n while (isSpaceChar(c)) {\n c = snext();\n }\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isSpaceChar(c));\n return res.toString();\n }", "int c = snext();", "c", "snext()", "snext", "while (isSpaceChar(c)) {\n c = snext();\n }", "isSpaceChar(c)", "isSpaceChar", "c", "{\n c = snext();\n }", "c = snext()", "c", "snext()", "snext", "StringBuilder res = new StringBuilder();", "res", "new StringBuilder()", "do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n res.appendCodePoint(c);\n c = snext();\n }", "res.appendCodePoint(c)", "res.appendCodePoint", "res", "c", "c = snext()", "c", "snext()", "snext", "return res.toString();", "res.toString()", "res.toString", "res", "public String nextLine() {\n int c = snext();\n while (isSpaceChar(c))\n c = snext();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isEndOfLine(c));\n return res.toString();\n }", "nextLine", "{\n int c = snext();\n while (isSpaceChar(c))\n c = snext();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isEndOfLine(c));\n return res.toString();\n }", "int c = snext();", "c", "snext()", "snext", "while (isSpaceChar(c))\n c = snext();", "isSpaceChar(c)", "isSpaceChar", "c", "c = snext()", "c", "snext()", "snext", "StringBuilder res = new StringBuilder();", "res", "new StringBuilder()", "do {\n res.appendCodePoint(c);\n c = snext();\n } while (!isEndOfLine(c));", "!isEndOfLine(c)", "isEndOfLine(c)", "isEndOfLine", "c", "{\n res.appendCodePoint(c);\n c = snext();\n }", "res.appendCodePoint(c)", "res.appendCodePoint", "res", "c", "c = snext()", "c", "snext()", "snext", "return res.toString();", "res.toString()", "res.toString", "res", "public boolean isSpaceChar(int c) {\n if (filter != null)\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }", "isSpaceChar", "{\n if (filter != null)\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }", "if (filter != null)\n return filter.isSpaceChar(c);", "filter != null", "filter", "null", "return filter.isSpaceChar(c);", "filter.isSpaceChar(c)", "filter.isSpaceChar", "filter", "c", "return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;", "c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1", "c == '\\t'", "c == '\\r'", "c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1", "c == ' '", "c", "' '", "c == '\\n'", "c", "'\\n'", "c == '\\r'", "c", "'\\r'", "c == '\\t'", "c", "'\\t'", "c == -1", "c", "-1", "1", "int c", "c", "private boolean isEndOfLine(int c) {\n return c == '\\n' || c == '\\r' || c == -1;\n }", "isEndOfLine", "{\n return c == '\\n' || c == '\\r' || c == -1;\n }", "return c == '\\n' || c == '\\r' || c == -1;", "c == '\\n' || c == '\\r' || c == -1", "c == '\\n' || c == '\\r' || c == -1", "c == '\\n'", "c", "'\\n'", "c == '\\r'", "c", "'\\r'", "c == -1", "c", "-1", "1", "int c", "c", "public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }", "SpaceCharFilter", "public boolean isSpaceChar(int ch);", "isSpaceChar", "int ch", "ch", "static class OutputWriter {\n\t\tprivate final PrintWriter writer;\n \n\t\tpublic OutputWriter(OutputStream outputStream) {\n\t\t\twriter = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n\t\t}\n \n\t\tpublic OutputWriter(Writer writer) {\n\t\t\tthis.writer = new PrintWriter(writer);\n\t\t}\n \n\t\tpublic void print(Object...objects) {\n\t\t\tfor (int i = 0; i < objects.length; i++) {\n\t\t\t\tif (i != 0)\n\t\t\t\t\twriter.print(' ');\n\t\t\t\twriter.print(objects[i]);\n\t\t\t}\n\t\t}\n \n\t\tpublic void printLine(Object...objects) {\n\t\t\tprint(objects);\n\t\t\twriter.println();\n\t\t}\n \n\t\tpublic void close() {\n\t\t\twriter.close();\n\t\t}\n \n\t\tpublic void flush() {\n\t\t\twriter.flush();\n\t\t}\n \n\t\t}", "OutputWriter", "private final PrintWriter writer;", "writer", "public OutputWriter(OutputStream outputStream) {\n\t\t\twriter = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n\t\t}", "OutputWriter", "{\n\t\t\twriter = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n\t\t}", "writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))", "writer", "new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))", "OutputStream outputStream", "outputStream", "public OutputWriter(Writer writer) {\n\t\t\tthis.writer = new PrintWriter(writer);\n\t\t}", "OutputWriter", "{\n\t\t\tthis.writer = new PrintWriter(writer);\n\t\t}", "this.writer = new PrintWriter(writer)", "this.writer", "this", "this.writer", "new PrintWriter(writer)", "Writer writer", "writer", "public void print(Object...objects) {\n\t\t\tfor (int i = 0; i < objects.length; i++) {\n\t\t\t\tif (i != 0)\n\t\t\t\t\twriter.print(' ');\n\t\t\t\twriter.print(objects[i]);\n\t\t\t}\n\t\t}", "print", "{\n\t\t\tfor (int i = 0; i < objects.length; i++) {\n\t\t\t\tif (i != 0)\n\t\t\t\t\twriter.print(' ');\n\t\t\t\twriter.print(objects[i]);\n\t\t\t}\n\t\t}", "for (int i = 0; i < objects.length; i++) {\n\t\t\t\tif (i != 0)\n\t\t\t\t\twriter.print(' ');\n\t\t\t\twriter.print(objects[i]);\n\t\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < objects.length", "i", "objects.length", "objects", "objects.length", "i++", "i++", "i", "{\n\t\t\t\tif (i != 0)\n\t\t\t\t\twriter.print(' ');\n\t\t\t\twriter.print(objects[i]);\n\t\t\t}", "{\n\t\t\t\tif (i != 0)\n\t\t\t\t\twriter.print(' ');\n\t\t\t\twriter.print(objects[i]);\n\t\t\t}", "if (i != 0)\n\t\t\t\t\twriter.print(' ');", "i != 0", "i", "0", "writer.print(' ')", "writer.print", "writer", "' '", "writer.print(objects[i])", "writer.print", "writer", "objects[i]", "objects", "i", "Object...objects", "objects", "public void printLine(Object...objects) {\n\t\t\tprint(objects);\n\t\t\twriter.println();\n\t\t}", "printLine", "{\n\t\t\tprint(objects);\n\t\t\twriter.println();\n\t\t}", "print(objects)", "print", "objects", "writer.println()", "writer.println", "writer", "Object...objects", "objects", "public void close() {\n\t\t\twriter.close();\n\t\t}", "close", "{\n\t\t\twriter.close();\n\t\t}", "writer.close()", "writer.close", "writer", "public void flush() {\n\t\t\twriter.flush();\n\t\t}", "flush", "{\n\t\t\twriter.flush();\n\t\t}", "writer.flush()", "writer.flush", "writer" ]
import java.util.*; import java.io.*; class Main{ static class InputReader { private final InputStream stream; private final byte[] buf = new byte[8192]; private int curChar, snumChars; private SpaceCharFilter filter; public InputReader(InputStream stream) { this.stream = stream; } public int snext() { if (snumChars == -1) throw new InputMismatchException(); if (curChar >= snumChars) { curChar = 0; try { snumChars = stream.read(buf); } catch (IOException e) { throw new InputMismatchException(); } if (snumChars <= 0) return -1; } return buf[curChar++]; } public int nextInt() { int c = snext(); while (isSpaceChar(c)) { c = snext(); } int sgn = 1; if (c == '-') { sgn = -1; c = snext(); } int res = 0; do { if (c < '0' || c > '9') throw new InputMismatchException(); res *= 10; res += c - '0'; c = snext(); } while (!isSpaceChar(c)); return res * sgn; } public long nextLong() { int c = snext(); while (isSpaceChar(c)) { c = snext(); } int sgn = 1; if (c == '-') { sgn = -1; c = snext(); } long res = 0; do { if (c < '0' || c > '9') throw new InputMismatchException(); res *= 10; res += c - '0'; c = snext(); } while (!isSpaceChar(c)); return res * sgn; } public int[] nextIntArray(int n) { int a[] = new int[n]; for (int i = 0; i < n; i++) { a[i] = nextInt(); } return a; } public String readString() { int c = snext(); while (isSpaceChar(c)) { c = snext(); } StringBuilder res = new StringBuilder(); do { res.appendCodePoint(c); c = snext(); } while (!isSpaceChar(c)); return res.toString(); } public String nextLine() { int c = snext(); while (isSpaceChar(c)) c = snext(); StringBuilder res = new StringBuilder(); do { res.appendCodePoint(c); c = snext(); } while (!isEndOfLine(c)); return res.toString(); } public boolean isSpaceChar(int c) { if (filter != null) return filter.isSpaceChar(c); return c == ' ' || c == '\n' || c == '\r' || c == '\t' || c == -1; } private boolean isEndOfLine(int c) { return c == '\n' || c == '\r' || c == -1; } public interface SpaceCharFilter { public boolean isSpaceChar(int ch); } } static class OutputWriter { private final PrintWriter writer; public OutputWriter(OutputStream outputStream) { writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream))); } public OutputWriter(Writer writer) { this.writer = new PrintWriter(writer); } public void print(Object...objects) { for (int i = 0; i < objects.length; i++) { if (i != 0) writer.print(' '); writer.print(objects[i]); } } public void printLine(Object...objects) { print(objects); writer.println(); } public void close() { writer.close(); } public void flush() { writer.flush(); } } static int gcd(int a, int b) { if (a == 0) return b; return gcd(b % a, a); } static int mod = (int)(1e9+7); public static long pow(long a,long b) { long ans = 1; while(b> 0) { if((b & 1)==1){ ans = (ans*a) % mod; } a = (a*a) % mod; b = b>>1; } return ans; } public static void main(String[] args) { InputReader in = new InputReader(System.in); OutputWriter out = new OutputWriter(System.out); int d = in.nextInt(),t = in.nextInt(),s = in.nextInt(); if(d>t*s) out.printLine("No"); else out.printLine("Yes"); out.flush(); out.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 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, 2, 13, 2, 13, 13, 41, 13, 14, 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 ], [ 84, 5 ], [ 84, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 8, 16 ], [ 16, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 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 ], [ 58, 60 ], [ 60, 61 ], [ 60, 62 ], [ 8, 63 ], [ 63, 64 ], [ 8, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 65, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 8, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 75, 80 ], [ 6, 81 ], [ 81, 82 ], [ 0, 83 ], [ 83, 84 ], [ 83, 85 ] ]
[ "import java.util.Scanner;\npublic class Main{\n\tpublic static void main(String[] args){\n boolean result = false;\nint D;\nint T;\nint S;\n \n Scanner scan = new Scanner(System.in);\n String in = scan.nextLine();\n\nString[] ins = in.split(\" \");\nD = Integer.parseInt(ins[0]);\nT = Integer.parseInt(ins[1]);\nS = Integer.parseInt(ins[2]);\nresult = (D <= T*S);\nString output;\nif(result){\n output = \"Yes\";\n}else{\n output = \"No\";\n}\nSystem.out.println(output);\n \n};\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\tpublic static void main(String[] args){\n boolean result = false;\nint D;\nint T;\nint S;\n \n Scanner scan = new Scanner(System.in);\n String in = scan.nextLine();\n\nString[] ins = in.split(\" \");\nD = Integer.parseInt(ins[0]);\nT = Integer.parseInt(ins[1]);\nS = Integer.parseInt(ins[2]);\nresult = (D <= T*S);\nString output;\nif(result){\n output = \"Yes\";\n}else{\n output = \"No\";\n}\nSystem.out.println(output);\n \n};\n}", "Main", "public static void main(String[] args){\n boolean result = false;\nint D;\nint T;\nint S;\n \n Scanner scan = new Scanner(System.in);\n String in = scan.nextLine();\n\nString[] ins = in.split(\" \");\nD = Integer.parseInt(ins[0]);\nT = Integer.parseInt(ins[1]);\nS = Integer.parseInt(ins[2]);\nresult = (D <= T*S);\nString output;\nif(result){\n output = \"Yes\";\n}else{\n output = \"No\";\n}\nSystem.out.println(output);\n \n}", "main", "{\n boolean result = false;\nint D;\nint T;\nint S;\n \n Scanner scan = new Scanner(System.in);\n String in = scan.nextLine();\n\nString[] ins = in.split(\" \");\nD = Integer.parseInt(ins[0]);\nT = Integer.parseInt(ins[1]);\nS = Integer.parseInt(ins[2]);\nresult = (D <= T*S);\nString output;\nif(result){\n output = \"Yes\";\n}else{\n output = \"No\";\n}\nSystem.out.println(output);\n \n}", "boolean result = false;", "result", "false", "int D;", "D", "int T;", "T", "int S;", "S", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "String in = scan.nextLine();", "in", "scan.nextLine()", "scan.nextLine", "scan", "String[] ins = in.split(\" \");", "ins", "in.split(\" \")", "in.split", "in", "\" \"", "D = Integer.parseInt(ins[0])", "D", "Integer.parseInt(ins[0])", "Integer.parseInt", "Integer", "ins[0]", "ins", "0", "T = Integer.parseInt(ins[1])", "T", "Integer.parseInt(ins[1])", "Integer.parseInt", "Integer", "ins[1]", "ins", "1", "S = Integer.parseInt(ins[2])", "S", "Integer.parseInt(ins[2])", "Integer.parseInt", "Integer", "ins[2]", "ins", "2", "result = (D <= T*S)", "result", "(D <= T*S)", "D", "T*S", "T", "S", "String output;", "output", "if(result){\n output = \"Yes\";\n}else{\n output = \"No\";\n}", "result", "{\n output = \"Yes\";\n}", "output = \"Yes\"", "output", "\"Yes\"", "{\n output = \"No\";\n}", "output = \"No\"", "output", "\"No\"", "System.out.println(output)", "System.out.println", "System.out", "System", "System.out", "output", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args){\n boolean result = false;\nint D;\nint T;\nint S;\n \n Scanner scan = new Scanner(System.in);\n String in = scan.nextLine();\n\nString[] ins = in.split(\" \");\nD = Integer.parseInt(ins[0]);\nT = Integer.parseInt(ins[1]);\nS = Integer.parseInt(ins[2]);\nresult = (D <= T*S);\nString output;\nif(result){\n output = \"Yes\";\n}else{\n output = \"No\";\n}\nSystem.out.println(output);\n \n};\n}", "public class Main{\n\tpublic static void main(String[] args){\n boolean result = false;\nint D;\nint T;\nint S;\n \n Scanner scan = new Scanner(System.in);\n String in = scan.nextLine();\n\nString[] ins = in.split(\" \");\nD = Integer.parseInt(ins[0]);\nT = Integer.parseInt(ins[1]);\nS = Integer.parseInt(ins[2]);\nresult = (D <= T*S);\nString output;\nif(result){\n output = \"Yes\";\n}else{\n output = \"No\";\n}\nSystem.out.println(output);\n \n};\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args){ boolean result = false; int D; int T; int S; Scanner scan = new Scanner(System.in); String in = scan.nextLine(); String[] ins = in.split(" "); D = Integer.parseInt(ins[0]); T = Integer.parseInt(ins[1]); S = Integer.parseInt(ins[2]); result = (D <= T*S); String output; if(result){ output = "Yes"; }else{ output = "No"; } System.out.println(output); }; }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 4, 13, 18, 13, 13, 18, 13, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 14, 2, 13, 2, 13, 13, 30, 4, 18, 13, 17, 30, 4, 18, 13, 17, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 69, 11 ], [ 69, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 17, 19 ], [ 15, 20 ], [ 20, 21 ], [ 20, 22 ], [ 12, 23 ], [ 23, 24 ], [ 69, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 27, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 27, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 27, 46 ], [ 46, 47 ], [ 27, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 51, 53 ], [ 48, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 55, 58 ], [ 48, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 60, 63 ], [ 25, 64 ], [ 64, 65 ], [ 25, 66 ], [ 66, 67 ], [ 0, 68 ], [ 68, 69 ], [ 68, 70 ] ]
[ "\nimport java.io.InputStream;\nimport java.io.PrintStream;\nimport java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n solve(System.in, System.out);\n }\n\n static void solve(InputStream is, PrintStream os) {\n // Your code here!\n Scanner scan = new Scanner(is);\n int D = scan.nextInt();\n int T = scan.nextInt();\n int S = scan.nextInt();\n\n int ans;\n\n if(D <= T*S){\n os.println(\"Yes\");\n } else {\n os.println(\"No\");\n }\n\n }\n}", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.PrintStream;", "PrintStream", "java.io", "import java.util.*;", "util.*", "java", "public class Main {\n public static void main(String[] args) throws Exception {\n solve(System.in, System.out);\n }\n\n static void solve(InputStream is, PrintStream os) {\n // Your code here!\n Scanner scan = new Scanner(is);\n int D = scan.nextInt();\n int T = scan.nextInt();\n int S = scan.nextInt();\n\n int ans;\n\n if(D <= T*S){\n os.println(\"Yes\");\n } else {\n os.println(\"No\");\n }\n\n }\n}", "Main", "public static void main(String[] args) throws Exception {\n solve(System.in, System.out);\n }", "main", "{\n solve(System.in, System.out);\n }", "solve(System.in, System.out)", "solve", "System.in", "System", "System.in", "System.out", "System", "System.out", "String[] args", "args", "static void solve(InputStream is, PrintStream os) {\n // Your code here!\n Scanner scan = new Scanner(is);\n int D = scan.nextInt();\n int T = scan.nextInt();\n int S = scan.nextInt();\n\n int ans;\n\n if(D <= T*S){\n os.println(\"Yes\");\n } else {\n os.println(\"No\");\n }\n\n }", "solve", "{\n // Your code here!\n Scanner scan = new Scanner(is);\n int D = scan.nextInt();\n int T = scan.nextInt();\n int S = scan.nextInt();\n\n int ans;\n\n if(D <= T*S){\n os.println(\"Yes\");\n } else {\n os.println(\"No\");\n }\n\n }", "Scanner scan = new Scanner(is);", "scan", "new Scanner(is)", "int D = scan.nextInt();", "D", "scan.nextInt()", "scan.nextInt", "scan", "int T = scan.nextInt();", "T", "scan.nextInt()", "scan.nextInt", "scan", "int S = scan.nextInt();", "S", "scan.nextInt()", "scan.nextInt", "scan", "int ans;", "ans", "if(D <= T*S){\n os.println(\"Yes\");\n } else {\n os.println(\"No\");\n }", "D <= T*S", "D", "T*S", "T", "S", "{\n os.println(\"Yes\");\n }", "os.println(\"Yes\")", "os.println", "os", "\"Yes\"", "{\n os.println(\"No\");\n }", "os.println(\"No\")", "os.println", "os", "\"No\"", "InputStream is", "is", "PrintStream os", "os", "public class Main {\n public static void main(String[] args) throws Exception {\n solve(System.in, System.out);\n }\n\n static void solve(InputStream is, PrintStream os) {\n // Your code here!\n Scanner scan = new Scanner(is);\n int D = scan.nextInt();\n int T = scan.nextInt();\n int S = scan.nextInt();\n\n int ans;\n\n if(D <= T*S){\n os.println(\"Yes\");\n } else {\n os.println(\"No\");\n }\n\n }\n}", "public class Main {\n public static void main(String[] args) throws Exception {\n solve(System.in, System.out);\n }\n\n static void solve(InputStream is, PrintStream os) {\n // Your code here!\n Scanner scan = new Scanner(is);\n int D = scan.nextInt();\n int T = scan.nextInt();\n int S = scan.nextInt();\n\n int ans;\n\n if(D <= T*S){\n os.println(\"Yes\");\n } else {\n os.println(\"No\");\n }\n\n }\n}", "Main" ]
import java.io.InputStream; import java.io.PrintStream; import java.util.*; public class Main { public static void main(String[] args) throws Exception { solve(System.in, System.out); } static void solve(InputStream is, PrintStream os) { // Your code here! Scanner scan = new Scanner(is); int D = scan.nextInt(); int T = scan.nextInt(); int S = scan.nextInt(); int ans; if(D <= T*S){ os.println("Yes"); } else { os.println("No"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 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 ], [ 50, 5 ], [ 50, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.*;\npublic class Main {\n\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint a = sc.nextInt();\n\t\t// スペース区切りの整数の入力\n int b = sc.nextInt();\n double c = sc.nextInt();\n\n\t\tif(a/c > b){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n\n }\n\t\t\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main {\n\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint a = sc.nextInt();\n\t\t// スペース区切りの整数の入力\n int b = sc.nextInt();\n double c = sc.nextInt();\n\n\t\tif(a/c > b){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n\n }\n\t\t\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint a = sc.nextInt();\n\t\t// スペース区切りの整数の入力\n int b = sc.nextInt();\n double c = sc.nextInt();\n\n\t\tif(a/c > b){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n\n }\n\t\t\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint a = sc.nextInt();\n\t\t// スペース区切りの整数の入力\n int b = sc.nextInt();\n double c = sc.nextInt();\n\n\t\tif(a/c > b){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n\n }\n\t\t\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "double c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "if(a/c > b){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n\n }", "a/c > b", "a/c", "a", "c", "b", "{\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\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint a = sc.nextInt();\n\t\t// スペース区切りの整数の入力\n int b = sc.nextInt();\n double c = sc.nextInt();\n\n\t\tif(a/c > b){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n\n }\n\t\t\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 整数の入力\n\t\tint a = sc.nextInt();\n\t\t// スペース区切りの整数の入力\n int b = sc.nextInt();\n double c = sc.nextInt();\n\n\t\tif(a/c > b){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n\n }\n\t\t\n\t}\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); // 整数の入力 int a = sc.nextInt(); // スペース区切りの整数の入力 int b = sc.nextInt(); double c = sc.nextInt(); if(a/c > b){ 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, 14, 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 ], [ 50, 5 ], [ 50, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint D = in.nextInt();\n\t\t\n\t\tint T = in.nextInt();\n\t\tint S = in.nextInt();\n\t\t\n\t\tif(D<= T * S) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\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\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint D = in.nextInt();\n\t\t\n\t\tint T = in.nextInt();\n\t\tint S = in.nextInt();\n\t\t\n\t\tif(D<= T * S) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint D = in.nextInt();\n\t\t\n\t\tint T = in.nextInt();\n\t\tint S = in.nextInt();\n\t\t\n\t\tif(D<= T * S) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}", "main", "{\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint D = in.nextInt();\n\t\t\n\t\tint T = in.nextInt();\n\t\tint S = in.nextInt();\n\t\t\n\t\tif(D<= T * S) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}\n\n\t}", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "int D = in.nextInt();", "D", "in.nextInt()", "in.nextInt", "in", "int T = in.nextInt();", "T", "in.nextInt()", "in.nextInt", "in", "int S = in.nextInt();", "S", "in.nextInt()", "in.nextInt", "in", "if(D<= T * S) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "D<= T * S", "D", "T * S", "T", "S", "{\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n\t\t\tSystem.out.println(\"No\");\n\t\t}", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint D = in.nextInt();\n\t\t\n\t\tint T = in.nextInt();\n\t\tint S = in.nextInt();\n\t\t\n\t\tif(D<= T * S) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\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\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tint D = in.nextInt();\n\t\t\n\t\tint T = in.nextInt();\n\t\tint S = in.nextInt();\n\t\t\n\t\tif(D<= T * S) {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse {\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 in = new Scanner(System.in); int D = in.nextInt(); int T = in.nextInt(); int S = in.nextInt(); if(D<= T * S) { System.out.println("Yes"); } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 4, 18, 18, 13, 13, 8, 4, 13, 13, 13, 13, 17, 17, 23, 13, 12, 13, 30, 41, 13, 2, 13, 13, 29, 2, 13, 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 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 36, 39 ], [ 36, 40 ], [ 35, 41 ], [ 35, 42 ], [ 6, 43 ], [ 43, 44 ], [ 4, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 50, 52 ], [ 47, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 45, 57 ], [ 57, 58 ], [ 45, 59 ], [ 59, 60 ], [ 45, 61 ], [ 61, 62 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int distance = s.nextInt();\n int timeRequired = s.nextInt();\n int speed = s.nextInt();\n s.close();\n System.out.println(\n isHeOnTime(distance, speed, timeRequired) ? \"Yes\" : \"No\"\n );\n }\n\n private static boolean isHeOnTime(int distance, int speed, int timeRequired) {\n int calculatedDistance = speed * timeRequired;\n return distance <= calculatedDistance;\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int distance = s.nextInt();\n int timeRequired = s.nextInt();\n int speed = s.nextInt();\n s.close();\n System.out.println(\n isHeOnTime(distance, speed, timeRequired) ? \"Yes\" : \"No\"\n );\n }\n\n private static boolean isHeOnTime(int distance, int speed, int timeRequired) {\n int calculatedDistance = speed * timeRequired;\n return distance <= calculatedDistance;\n }\n}", "Main", "public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int distance = s.nextInt();\n int timeRequired = s.nextInt();\n int speed = s.nextInt();\n s.close();\n System.out.println(\n isHeOnTime(distance, speed, timeRequired) ? \"Yes\" : \"No\"\n );\n }", "main", "{\n Scanner s = new Scanner(System.in);\n int distance = s.nextInt();\n int timeRequired = s.nextInt();\n int speed = s.nextInt();\n s.close();\n System.out.println(\n isHeOnTime(distance, speed, timeRequired) ? \"Yes\" : \"No\"\n );\n }", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int distance = s.nextInt();", "distance", "s.nextInt()", "s.nextInt", "s", "int timeRequired = s.nextInt();", "timeRequired", "s.nextInt()", "s.nextInt", "s", "int speed = s.nextInt();", "speed", "s.nextInt()", "s.nextInt", "s", "s.close()", "s.close", "s", "System.out.println(\n isHeOnTime(distance, speed, timeRequired) ? \"Yes\" : \"No\"\n )", "System.out.println", "System.out", "System", "System.out", "isHeOnTime(distance, speed, timeRequired) ? \"Yes\" : \"No\"", "isHeOnTime(distance, speed, timeRequired)", "isHeOnTime", "distance", "speed", "timeRequired", "\"Yes\"", "\"No\"", "String[] args", "args", "private static boolean isHeOnTime(int distance, int speed, int timeRequired) {\n int calculatedDistance = speed * timeRequired;\n return distance <= calculatedDistance;\n }", "isHeOnTime", "{\n int calculatedDistance = speed * timeRequired;\n return distance <= calculatedDistance;\n }", "int calculatedDistance = speed * timeRequired;", "calculatedDistance", "speed * timeRequired", "speed", "timeRequired", "return distance <= calculatedDistance;", "distance <= calculatedDistance", "distance", "calculatedDistance", "int distance", "distance", "int speed", "speed", "int timeRequired", "timeRequired" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner s = new Scanner(System.in); int distance = s.nextInt(); int timeRequired = s.nextInt(); int speed = s.nextInt(); s.close(); System.out.println( isHeOnTime(distance, speed, timeRequired) ? "Yes" : "No" ); } private static boolean isHeOnTime(int distance, int speed, int timeRequired) { int calculatedDistance = speed * timeRequired; return distance <= calculatedDistance; } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 14, 2, 2, 13, 13, 13, 29, 17, 29, 17, 23, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 41, 13, 4, 13, 13, 13, 13, 14, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 79, 5 ], [ 79, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 11, 12 ], [ 11, 13 ], [ 10, 14 ], [ 9, 15 ], [ 15, 16 ], [ 9, 17 ], [ 17, 18 ], [ 6, 19 ], [ 19, 20 ], [ 6, 21 ], [ 21, 22 ], [ 6, 23 ], [ 23, 24 ], [ 79, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 31, 32 ], [ 27, 33 ], [ 33, 34 ], [ 27, 35 ], [ 35, 36 ], [ 27, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 27, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 27, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 27, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 54, 56 ], [ 54, 57 ], [ 54, 58 ], [ 27, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 61, 66 ], [ 59, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 67, 72 ], [ 27, 73 ], [ 73, 74 ], [ 74, 75 ], [ 25, 76 ], [ 76, 77 ], [ 0, 78 ], [ 78, 79 ], [ 78, 80 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tstatic boolean solve(int d, int t, int s) {\n\t\t\n\t\tif(s * t >= d)\n\t\t\treturn true;\n\t\telse \n\t\t\treturn false;\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint d, t, s;\n\t\td = stdIn.nextInt();\n\t\tt = stdIn.nextInt();\n\t\ts = stdIn.nextInt();\n\t\tboolean result = solve(d, t, s);\n\t\tif(result)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\n\t\tstdIn.close();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tstatic boolean solve(int d, int t, int s) {\n\t\t\n\t\tif(s * t >= d)\n\t\t\treturn true;\n\t\telse \n\t\t\treturn false;\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint d, t, s;\n\t\td = stdIn.nextInt();\n\t\tt = stdIn.nextInt();\n\t\ts = stdIn.nextInt();\n\t\tboolean result = solve(d, t, s);\n\t\tif(result)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\n\t\tstdIn.close();\n\t}\n}", "Main", "static boolean solve(int d, int t, int s) {\n\t\t\n\t\tif(s * t >= d)\n\t\t\treturn true;\n\t\telse \n\t\t\treturn false;\n\t}", "solve", "{\n\t\t\n\t\tif(s * t >= d)\n\t\t\treturn true;\n\t\telse \n\t\t\treturn false;\n\t}", "if(s * t >= d)\n\t\t\treturn true;\n\t\telse \n\t\t\treturn false;", "s * t >= d", "s * t", "s", "t", "d", "return true;", "true", "return false;", "false", "int d", "d", "int t", "t", "int s", "s", "public static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint d, t, s;\n\t\td = stdIn.nextInt();\n\t\tt = stdIn.nextInt();\n\t\ts = stdIn.nextInt();\n\t\tboolean result = solve(d, t, s);\n\t\tif(result)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\n\t\tstdIn.close();\n\t}", "main", "{\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint d, t, s;\n\t\td = stdIn.nextInt();\n\t\tt = stdIn.nextInt();\n\t\ts = stdIn.nextInt();\n\t\tboolean result = solve(d, t, s);\n\t\tif(result)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\n\t\tstdIn.close();\n\t}", "Scanner stdIn = new Scanner(System.in);", "stdIn", "new Scanner(System.in)", "int d", "d", "t", "t", "s;", "s", "d = stdIn.nextInt()", "d", "stdIn.nextInt()", "stdIn.nextInt", "stdIn", "t = stdIn.nextInt()", "t", "stdIn.nextInt()", "stdIn.nextInt", "stdIn", "s = stdIn.nextInt()", "s", "stdIn.nextInt()", "stdIn.nextInt", "stdIn", "boolean result = solve(d, t, s);", "result", "solve(d, t, s)", "solve", "d", "t", "s", "if(result)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");", "result", "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\"", "stdIn.close()", "stdIn.close", "stdIn", "String[] args", "args", "public class Main {\n\n\tstatic boolean solve(int d, int t, int s) {\n\t\t\n\t\tif(s * t >= d)\n\t\t\treturn true;\n\t\telse \n\t\t\treturn false;\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint d, t, s;\n\t\td = stdIn.nextInt();\n\t\tt = stdIn.nextInt();\n\t\ts = stdIn.nextInt();\n\t\tboolean result = solve(d, t, s);\n\t\tif(result)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\n\t\tstdIn.close();\n\t}\n}", "public class Main {\n\n\tstatic boolean solve(int d, int t, int s) {\n\t\t\n\t\tif(s * t >= d)\n\t\t\treturn true;\n\t\telse \n\t\t\treturn false;\n\t}\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint d, t, s;\n\t\td = stdIn.nextInt();\n\t\tt = stdIn.nextInt();\n\t\ts = stdIn.nextInt();\n\t\tboolean result = solve(d, t, s);\n\t\tif(result)\n\t\t\tSystem.out.println(\"Yes\");\n\t\telse\n\t\t\tSystem.out.println(\"No\");\n\n\t\tstdIn.close();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { static boolean solve(int d, int t, int s) { if(s * t >= d) return true; else return false; } public static void main(String[] args) { Scanner stdIn = new Scanner(System.in); int d, t, s; d = stdIn.nextInt(); t = stdIn.nextInt(); s = stdIn.nextInt(); boolean result = solve(d, t, s); if(result) System.out.println("Yes"); else System.out.println("No"); stdIn.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 4, 18, 18, 13, 13, 17, 14, 2, 2, 2, 13, 13, 13, 2, 2, 13, 13, 17, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 66, 5 ], [ 66, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 33, 38 ], [ 27, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 40, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 39, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 39, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 6, 63 ], [ 63, 64 ], [ 0, 65 ], [ 65, 66 ], [ 65, 67 ] ]
[ "import java.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int D = s.nextInt();\n int T = s.nextInt();\n int S = s.nextInt();\n if(D/S > T) System.out.println(\"No\");\n else if(D/S == T && D%S != 0) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int D = s.nextInt();\n int T = s.nextInt();\n int S = s.nextInt();\n if(D/S > T) System.out.println(\"No\");\n else if(D/S == T && D%S != 0) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }\n}", "Main", "public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int D = s.nextInt();\n int T = s.nextInt();\n int S = s.nextInt();\n if(D/S > T) System.out.println(\"No\");\n else if(D/S == T && D%S != 0) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }", "main", "{\n Scanner s = new Scanner(System.in);\n int D = s.nextInt();\n int T = s.nextInt();\n int S = s.nextInt();\n if(D/S > T) System.out.println(\"No\");\n else if(D/S == T && D%S != 0) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int D = s.nextInt();", "D", "s.nextInt()", "s.nextInt", "s", "int T = s.nextInt();", "T", "s.nextInt()", "s.nextInt", "s", "int S = s.nextInt();", "S", "s.nextInt()", "s.nextInt", "s", "if(D/S > T) System.out.println(\"No\");\n else if(D/S == T && D%S != 0) System.out.println(\"No\");\n else System.out.println(\"Yes\");", "D/S > T", "D/S", "D", "S", "T", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "if(D/S == T && D%S != 0) System.out.println(\"No\");\n else System.out.println(\"Yes\");", "D/S == T && D%S != 0", "D/S == T", "D/S", "D", "S", "T", "D%S != 0", "D%S", "D", "S", "0", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int D = s.nextInt();\n int T = s.nextInt();\n int S = s.nextInt();\n if(D/S > T) System.out.println(\"No\");\n else if(D/S == T && D%S != 0) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner s = new Scanner(System.in);\n int D = s.nextInt();\n int T = s.nextInt();\n int S = s.nextInt();\n if(D/S > T) System.out.println(\"No\");\n else if(D/S == T && D%S != 0) System.out.println(\"No\");\n else System.out.println(\"Yes\");\n }\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args) { Scanner s = new Scanner(System.in); int D = s.nextInt(); int T = s.nextInt(); int S = s.nextInt(); if(D/S > T) System.out.println("No"); else if(D/S == T && D%S != 0) System.out.println("No"); else System.out.println("Yes"); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 20, 12, 13, 30, 41, 13, 20, 41, 13, 17, 42, 2, 40, 13, 17, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 30, 4, 18, 13, 17, 30, 4, 18, 13, 17, 4, 18, 13, 4, 18, 13, 23, 13, 6, 13, 41, 13, 20, 17, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 13, 23, 13, 12, 13, 30, 14, 2, 13, 13, 30, 0, 13, 17, 0, 13, 4, 18, 13, 13, 14, 2, 13, 17, 30, 29, 40, 17, 29, 18, 13, 40, 13, 12, 13, 30, 41, 13, 11, 1, 0, 13, 4, 13, 2, 13, 17, 1, 0, 13, 4, 13, 30, 41, 13, 20, 11, 1, 2, 13, 17, 1, 0, 13, 4, 13, 30, 30, 4, 18, 13, 13, 29, 4, 18, 13, 12, 13, 30, 41, 13, 41, 13, 17, 11, 1, 0, 13, 4, 13, 2, 13, 17, 1, 0, 13, 4, 13, 30, 41, 13, 2, 13, 17, 14, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 4, 13, 11, 1, 2, 2, 13, 17, 2, 13, 17, 1, 0, 13, 4, 13, 30, 30, 0, 13, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 29, 8, 13, 40, 13, 13, 12, 13, 30, 41, 13, 41, 13, 17, 11, 1, 0, 13, 4, 13, 2, 13, 17, 1, 0, 13, 4, 13, 30, 41, 13, 2, 13, 17, 14, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 4, 13, 11, 1, 2, 2, 13, 17, 2, 13, 17, 1, 0, 13, 4, 13, 30, 30, 0, 13, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 29, 8, 13, 40, 13, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 315, 11 ], [ 315, 12 ], [ 12, 13 ], [ 12, 14 ], [ 315, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 24, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 29, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 29, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 29, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 45, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 45, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 17, 61 ], [ 61, 62 ], [ 62, 63 ], [ 17, 64 ], [ 64, 65 ], [ 65, 66 ], [ 15, 67 ], [ 67, 68 ], [ 315, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 71, 73 ], [ 69, 75 ], [ 75, 76 ], [ 69, 77 ], [ 77, 78 ], [ 69, 79 ], [ 79, 80 ], [ 69, 81 ], [ 81, 82 ], [ 81, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 81, 87 ], [ 87, 88 ], [ 69, 89 ], [ 89, 90 ], [ 89, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 92, 96 ], [ 96, 97 ], [ 97, 98 ], [ 97, 99 ], [ 96, 100 ], [ 100, 101 ], [ 100, 102 ], [ 102, 103 ], [ 103, 104 ], [ 102, 105 ], [ 96, 106 ], [ 106, 107 ], [ 107, 108 ], [ 107, 109 ], [ 106, 110 ], [ 110, 111 ], [ 111, 112 ], [ 112, 113 ], [ 91, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 117, 118 ], [ 69, 119 ], [ 119, 120 ], [ 119, 121 ], [ 121, 122 ], [ 122, 123 ], [ 121, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 126, 128 ], [ 128, 129 ], [ 124, 130 ], [ 130, 131 ], [ 130, 132 ], [ 124, 133 ], [ 133, 134 ], [ 134, 135 ], [ 134, 136 ], [ 136, 137 ], [ 124, 138 ], [ 121, 139 ], [ 139, 140 ], [ 139, 141 ], [ 121, 142 ], [ 142, 143 ], [ 142, 144 ], [ 144, 145 ], [ 144, 146 ], [ 142, 147 ], [ 147, 148 ], [ 148, 149 ], [ 148, 150 ], [ 150, 151 ], [ 142, 152 ], [ 153, 153 ], [ 153, 154 ], [ 154, 155 ], [ 155, 156 ], [ 154, 157 ], [ 121, 158 ], [ 158, 159 ], [ 159, 160 ], [ 160, 161 ], [ 69, 162 ], [ 162, 163 ], [ 162, 164 ], [ 164, 165 ], [ 165, 166 ], [ 164, 167 ], [ 167, 168 ], [ 167, 169 ], [ 164, 170 ], [ 170, 171 ], [ 171, 172 ], [ 172, 173 ], [ 172, 174 ], [ 174, 175 ], [ 170, 176 ], [ 176, 177 ], [ 176, 178 ], [ 170, 179 ], [ 179, 180 ], [ 180, 181 ], [ 180, 182 ], [ 182, 183 ], [ 170, 184 ], [ 164, 185 ], [ 185, 186 ], [ 185, 187 ], [ 187, 188 ], [ 187, 189 ], [ 164, 190 ], [ 190, 191 ], [ 191, 192 ], [ 192, 193 ], [ 192, 194 ], [ 191, 195 ], [ 195, 196 ], [ 195, 197 ], [ 190, 198 ], [ 198, 199 ], [ 199, 200 ], [ 199, 201 ], [ 201, 202 ], [ 164, 203 ], [ 203, 204 ], [ 203, 205 ], [ 205, 206 ], [ 206, 207 ], [ 206, 208 ], [ 205, 209 ], [ 209, 210 ], [ 209, 211 ], [ 203, 212 ], [ 212, 213 ], [ 213, 214 ], [ 213, 215 ], [ 215, 216 ], [ 203, 217 ], [ 218, 218 ], [ 218, 219 ], [ 219, 220 ], [ 219, 221 ], [ 222, 222 ], [ 222, 223 ], [ 223, 224 ], [ 223, 225 ], [ 222, 226 ], [ 226, 227 ], [ 226, 228 ], [ 222, 229 ], [ 229, 230 ], [ 229, 231 ], [ 164, 232 ], [ 232, 233 ], [ 233, 234 ], [ 233, 235 ], [ 235, 236 ], [ 233, 237 ], [ 69, 238 ], [ 238, 239 ], [ 238, 240 ], [ 240, 241 ], [ 241, 242 ], [ 240, 243 ], [ 243, 244 ], [ 243, 245 ], [ 240, 246 ], [ 246, 247 ], [ 247, 248 ], [ 248, 249 ], [ 248, 250 ], [ 250, 251 ], [ 246, 252 ], [ 252, 253 ], [ 252, 254 ], [ 246, 255 ], [ 255, 256 ], [ 256, 257 ], [ 256, 258 ], [ 258, 259 ], [ 246, 260 ], [ 240, 261 ], [ 261, 262 ], [ 261, 263 ], [ 263, 264 ], [ 263, 265 ], [ 240, 266 ], [ 266, 267 ], [ 267, 268 ], [ 268, 269 ], [ 268, 270 ], [ 267, 271 ], [ 271, 272 ], [ 271, 273 ], [ 266, 274 ], [ 274, 275 ], [ 275, 276 ], [ 275, 277 ], [ 277, 278 ], [ 240, 279 ], [ 279, 280 ], [ 279, 281 ], [ 281, 282 ], [ 282, 283 ], [ 282, 284 ], [ 281, 285 ], [ 285, 286 ], [ 285, 287 ], [ 279, 288 ], [ 288, 289 ], [ 289, 290 ], [ 289, 291 ], [ 291, 292 ], [ 279, 293 ], [ 294, 294 ], [ 294, 295 ], [ 295, 296 ], [ 295, 297 ], [ 298, 298 ], [ 298, 299 ], [ 299, 300 ], [ 299, 301 ], [ 298, 302 ], [ 302, 303 ], [ 302, 304 ], [ 298, 305 ], [ 305, 306 ], [ 305, 307 ], [ 240, 308 ], [ 308, 309 ], [ 309, 310 ], [ 309, 311 ], [ 311, 312 ], [ 309, 313 ], [ 0, 314 ], [ 314, 315 ], [ 314, 316 ] ]
[ "//package com.company;\nimport java.util.*;\nimport java.lang.*;\nimport java.io.*;\n//****Use Integer Wrapper Class for Arrays.sort()****\npublic class Main {\n static PrintWriter out=new PrintWriter(new OutputStreamWriter(System.out));\n public static void main(String[] Args)throws Exception{\n FastReader scan=new FastReader(System.in);\n int t=1;\n //t=scan.nextInt();\n while(t-->0){\n int d=scan.nextInt();\n int ti=scan.nextInt();\n int s=scan.nextInt();\n if(s*ti>=d){\n out.println(\"Yes\");\n }else{\n out.println(\"No\");\n }\n }\n out.flush();\n out.close();\n }\n static class FastReader {\n\n byte[] buf = new byte[2048];\n int index, total;\n InputStream in;\n\n FastReader(InputStream is) {\n in = is;\n }\n\n int scan() throws IOException {\n if (index >= total) {\n index = 0;\n total = in.read(buf);\n if (total <= 0) {\n return -1;\n }\n }\n return buf[index++];\n }\n\n String next() throws IOException {\n int c;\n for (c = scan(); c <= 32; c = scan()) ;\n StringBuilder sb = new StringBuilder();\n for (; c > 32; c = scan()) {\n sb.append((char) c);\n }\n return sb.toString();\n }\n\n int nextInt() throws IOException {\n int c, val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }\n long nextLong() throws IOException {\n int c;\n long val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }\n }\n}", "import java.util.*;", "util.*", "java", "import java.lang.*;", "lang.*", "java", "import java.io.*;", "io.*", "java", "public class Main {\n static PrintWriter out=new PrintWriter(new OutputStreamWriter(System.out));\n public static void main(String[] Args)throws Exception{\n FastReader scan=new FastReader(System.in);\n int t=1;\n //t=scan.nextInt();\n while(t-->0){\n int d=scan.nextInt();\n int ti=scan.nextInt();\n int s=scan.nextInt();\n if(s*ti>=d){\n out.println(\"Yes\");\n }else{\n out.println(\"No\");\n }\n }\n out.flush();\n out.close();\n }\n static class FastReader {\n\n byte[] buf = new byte[2048];\n int index, total;\n InputStream in;\n\n FastReader(InputStream is) {\n in = is;\n }\n\n int scan() throws IOException {\n if (index >= total) {\n index = 0;\n total = in.read(buf);\n if (total <= 0) {\n return -1;\n }\n }\n return buf[index++];\n }\n\n String next() throws IOException {\n int c;\n for (c = scan(); c <= 32; c = scan()) ;\n StringBuilder sb = new StringBuilder();\n for (; c > 32; c = scan()) {\n sb.append((char) c);\n }\n return sb.toString();\n }\n\n int nextInt() throws IOException {\n int c, val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }\n long nextLong() throws IOException {\n int c;\n long val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }\n }\n}", "Main", "static PrintWriter out=new PrintWriter(new OutputStreamWriter(System.out));", "out", "new PrintWriter(new OutputStreamWriter(System.out))", "public static void main(String[] Args)throws Exception{\n FastReader scan=new FastReader(System.in);\n int t=1;\n //t=scan.nextInt();\n while(t-->0){\n int d=scan.nextInt();\n int ti=scan.nextInt();\n int s=scan.nextInt();\n if(s*ti>=d){\n out.println(\"Yes\");\n }else{\n out.println(\"No\");\n }\n }\n out.flush();\n out.close();\n }", "main", "{\n FastReader scan=new FastReader(System.in);\n int t=1;\n //t=scan.nextInt();\n while(t-->0){\n int d=scan.nextInt();\n int ti=scan.nextInt();\n int s=scan.nextInt();\n if(s*ti>=d){\n out.println(\"Yes\");\n }else{\n out.println(\"No\");\n }\n }\n out.flush();\n out.close();\n }", "FastReader scan=new FastReader(System.in);", "scan", "new FastReader(System.in)", "int t=1;", "t", "1", "while(t-->0){\n int d=scan.nextInt();\n int ti=scan.nextInt();\n int s=scan.nextInt();\n if(s*ti>=d){\n out.println(\"Yes\");\n }else{\n out.println(\"No\");\n }\n }", "t-->0", "t--", "t", "0", "{\n int d=scan.nextInt();\n int ti=scan.nextInt();\n int s=scan.nextInt();\n if(s*ti>=d){\n out.println(\"Yes\");\n }else{\n out.println(\"No\");\n }\n }", "int d=scan.nextInt();", "d", "scan.nextInt()", "scan.nextInt", "scan", "int ti=scan.nextInt();", "ti", "scan.nextInt()", "scan.nextInt", "scan", "int s=scan.nextInt();", "s", "scan.nextInt()", "scan.nextInt", "scan", "if(s*ti>=d){\n out.println(\"Yes\");\n }else{\n out.println(\"No\");\n }", "s*ti>=d", "s*ti", "s", "ti", "d", "{\n out.println(\"Yes\");\n }", "out.println(\"Yes\")", "out.println", "out", "\"Yes\"", "{\n out.println(\"No\");\n }", "out.println(\"No\")", "out.println", "out", "\"No\"", "out.flush()", "out.flush", "out", "out.close()", "out.close", "out", "String[] Args", "Args", "static class FastReader {\n\n byte[] buf = new byte[2048];\n int index, total;\n InputStream in;\n\n FastReader(InputStream is) {\n in = is;\n }\n\n int scan() throws IOException {\n if (index >= total) {\n index = 0;\n total = in.read(buf);\n if (total <= 0) {\n return -1;\n }\n }\n return buf[index++];\n }\n\n String next() throws IOException {\n int c;\n for (c = scan(); c <= 32; c = scan()) ;\n StringBuilder sb = new StringBuilder();\n for (; c > 32; c = scan()) {\n sb.append((char) c);\n }\n return sb.toString();\n }\n\n int nextInt() throws IOException {\n int c, val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }\n long nextLong() throws IOException {\n int c;\n long val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }\n }", "FastReader", "byte[] buf = new byte[2048];", "buf", "new byte[2048]", "2048", "int index", "index", "total;", "total", "InputStream in;", "in", "FastReader(InputStream is) {\n in = is;\n }", "FastReader", "{\n in = is;\n }", "in = is", "in", "is", "InputStream is", "is", "int scan() throws IOException {\n if (index >= total) {\n index = 0;\n total = in.read(buf);\n if (total <= 0) {\n return -1;\n }\n }\n return buf[index++];\n }", "scan", "{\n if (index >= total) {\n index = 0;\n total = in.read(buf);\n if (total <= 0) {\n return -1;\n }\n }\n return buf[index++];\n }", "if (index >= total) {\n index = 0;\n total = in.read(buf);\n if (total <= 0) {\n return -1;\n }\n }", "index >= total", "index", "total", "{\n index = 0;\n total = in.read(buf);\n if (total <= 0) {\n return -1;\n }\n }", "index = 0", "index", "0", "total = in.read(buf)", "total", "in.read(buf)", "in.read", "in", "buf", "if (total <= 0) {\n return -1;\n }", "total <= 0", "total", "0", "{\n return -1;\n }", "return -1;", "-1", "1", "return buf[index++];", "buf[index++]", "buf", "index++", "index", "String next() throws IOException {\n int c;\n for (c = scan(); c <= 32; c = scan()) ;\n StringBuilder sb = new StringBuilder();\n for (; c > 32; c = scan()) {\n sb.append((char) c);\n }\n return sb.toString();\n }", "next", "{\n int c;\n for (c = scan(); c <= 32; c = scan()) ;\n StringBuilder sb = new StringBuilder();\n for (; c > 32; c = scan()) {\n sb.append((char) c);\n }\n return sb.toString();\n }", "int c;", "c", "for (c = scan(); c <= 32; c = scan()) ;", "c = scan();", "c = scan()", "c", "scan()", "scan", "c <= 32", "c", "32", "c = scan()", "c = scan()", "c", "scan()", "scan", ";", "StringBuilder sb = new StringBuilder();", "sb", "new StringBuilder()", "for (; c > 32; c = scan()) {\n sb.append((char) c);\n }", ";", "c > 32", "c", "32", "c = scan()", "c = scan()", "c", "scan()", "scan", "{\n sb.append((char) c);\n }", "{\n sb.append((char) c);\n }", "sb.append((char) c)", "sb.append", "sb", "(char) c", "return sb.toString();", "sb.toString()", "sb.toString", "sb", "int nextInt() throws IOException {\n int c, val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }", "nextInt", "{\n int c, val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }", "int c", "c", "val = 0;", "val", "0", "for (c = scan(); c <= 32; c = scan()) ;", "c = scan();", "c = scan()", "c", "scan()", "scan", "c <= 32", "c", "32", "c = scan()", "c = scan()", "c", "scan()", "scan", ";", "boolean neg = c == '-';", "neg", "c == '-'", "c", "'-'", "if (c == '-' || c == '+') {\n c = scan();\n }", "c == '-' || c == '+'", "c == '-'", "c", "'-'", "c == '+'", "c", "'+'", "{\n c = scan();\n }", "c = scan()", "c", "scan()", "scan", "for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }", ";", "c >= '0' && c <= '9'", "c >= '0'", "c", "'0'", "c <= '9'", "c", "'9'", "c = scan()", "c = scan()", "c", "scan()", "scan", "{\n val = (val << 3) + (val << 1) + (c & 15);\n }", "{\n val = (val << 3) + (val << 1) + (c & 15);\n }", "val = (val << 3) + (val << 1) + (c & 15)", "val", "(val << 3) + (val << 1) + (c & 15)", "(val << 3) + (val << 1) + (c & 15)", "(val << 3)", "val", "3", "(val << 1)", "val", "1", "(c & 15)", "c", "15", "return neg ? -val : val;", "neg ? -val : val", "neg", "-val", "val", "val", "long nextLong() throws IOException {\n int c;\n long val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }", "nextLong", "{\n int c;\n long val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }", "int c;", "c", "long val = 0;", "val", "0", "for (c = scan(); c <= 32; c = scan()) ;", "c = scan();", "c = scan()", "c", "scan()", "scan", "c <= 32", "c", "32", "c = scan()", "c = scan()", "c", "scan()", "scan", ";", "boolean neg = c == '-';", "neg", "c == '-'", "c", "'-'", "if (c == '-' || c == '+') {\n c = scan();\n }", "c == '-' || c == '+'", "c == '-'", "c", "'-'", "c == '+'", "c", "'+'", "{\n c = scan();\n }", "c = scan()", "c", "scan()", "scan", "for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }", ";", "c >= '0' && c <= '9'", "c >= '0'", "c", "'0'", "c <= '9'", "c", "'9'", "c = scan()", "c = scan()", "c", "scan()", "scan", "{\n val = (val << 3) + (val << 1) + (c & 15);\n }", "{\n val = (val << 3) + (val << 1) + (c & 15);\n }", "val = (val << 3) + (val << 1) + (c & 15)", "val", "(val << 3) + (val << 1) + (c & 15)", "(val << 3) + (val << 1) + (c & 15)", "(val << 3)", "val", "3", "(val << 1)", "val", "1", "(c & 15)", "c", "15", "return neg ? -val : val;", "neg ? -val : val", "neg", "-val", "val", "val", "public class Main {\n static PrintWriter out=new PrintWriter(new OutputStreamWriter(System.out));\n public static void main(String[] Args)throws Exception{\n FastReader scan=new FastReader(System.in);\n int t=1;\n //t=scan.nextInt();\n while(t-->0){\n int d=scan.nextInt();\n int ti=scan.nextInt();\n int s=scan.nextInt();\n if(s*ti>=d){\n out.println(\"Yes\");\n }else{\n out.println(\"No\");\n }\n }\n out.flush();\n out.close();\n }\n static class FastReader {\n\n byte[] buf = new byte[2048];\n int index, total;\n InputStream in;\n\n FastReader(InputStream is) {\n in = is;\n }\n\n int scan() throws IOException {\n if (index >= total) {\n index = 0;\n total = in.read(buf);\n if (total <= 0) {\n return -1;\n }\n }\n return buf[index++];\n }\n\n String next() throws IOException {\n int c;\n for (c = scan(); c <= 32; c = scan()) ;\n StringBuilder sb = new StringBuilder();\n for (; c > 32; c = scan()) {\n sb.append((char) c);\n }\n return sb.toString();\n }\n\n int nextInt() throws IOException {\n int c, val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }\n long nextLong() throws IOException {\n int c;\n long val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }\n }\n}", "public class Main {\n static PrintWriter out=new PrintWriter(new OutputStreamWriter(System.out));\n public static void main(String[] Args)throws Exception{\n FastReader scan=new FastReader(System.in);\n int t=1;\n //t=scan.nextInt();\n while(t-->0){\n int d=scan.nextInt();\n int ti=scan.nextInt();\n int s=scan.nextInt();\n if(s*ti>=d){\n out.println(\"Yes\");\n }else{\n out.println(\"No\");\n }\n }\n out.flush();\n out.close();\n }\n static class FastReader {\n\n byte[] buf = new byte[2048];\n int index, total;\n InputStream in;\n\n FastReader(InputStream is) {\n in = is;\n }\n\n int scan() throws IOException {\n if (index >= total) {\n index = 0;\n total = in.read(buf);\n if (total <= 0) {\n return -1;\n }\n }\n return buf[index++];\n }\n\n String next() throws IOException {\n int c;\n for (c = scan(); c <= 32; c = scan()) ;\n StringBuilder sb = new StringBuilder();\n for (; c > 32; c = scan()) {\n sb.append((char) c);\n }\n return sb.toString();\n }\n\n int nextInt() throws IOException {\n int c, val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }\n long nextLong() throws IOException {\n int c;\n long val = 0;\n for (c = scan(); c <= 32; c = scan()) ;\n boolean neg = c == '-';\n if (c == '-' || c == '+') {\n c = scan();\n }\n for (; c >= '0' && c <= '9'; c = scan()) {\n val = (val << 3) + (val << 1) + (c & 15);\n }\n return neg ? -val : val;\n }\n }\n}", "Main" ]
//package com.company; import java.util.*; import java.lang.*; import java.io.*; //****Use Integer Wrapper Class for Arrays.sort()**** public class Main { static PrintWriter out=new PrintWriter(new OutputStreamWriter(System.out)); public static void main(String[] Args)throws Exception{ FastReader scan=new FastReader(System.in); int t=1; //t=scan.nextInt(); while(t-->0){ int d=scan.nextInt(); int ti=scan.nextInt(); int s=scan.nextInt(); if(s*ti>=d){ out.println("Yes"); }else{ out.println("No"); } } out.flush(); out.close(); } static class FastReader { byte[] buf = new byte[2048]; int index, total; InputStream in; FastReader(InputStream is) { in = is; } int scan() throws IOException { if (index >= total) { index = 0; total = in.read(buf); if (total <= 0) { return -1; } } return buf[index++]; } String next() throws IOException { int c; for (c = scan(); c <= 32; c = scan()) ; StringBuilder sb = new StringBuilder(); for (; c > 32; c = scan()) { sb.append((char) c); } return sb.toString(); } int nextInt() throws IOException { int c, val = 0; for (c = scan(); c <= 32; c = scan()) ; boolean neg = c == '-'; if (c == '-' || c == '+') { c = scan(); } for (; c >= '0' && c <= '9'; c = scan()) { val = (val << 3) + (val << 1) + (c & 15); } return neg ? -val : val; } long nextLong() throws IOException { int c; long val = 0; for (c = scan(); c <= 32; c = scan()) ; boolean neg = c == '-'; if (c == '-' || c == '+') { c = scan(); } for (; c >= '0' && c <= '9'; c = scan()) { val = (val << 3) + (val << 1) + (c & 15); } return neg ? -val : val; } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 32, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 44, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 6, 53 ], [ 53, 54 ] ]
[ "import java.util.Scanner;\nclass Main\n{\n\tpublic static void main(String args[])\n\t{\n\t\tScanner sc=new Scanner(System.in);\n double d=sc.nextDouble();\n double t=sc.nextDouble();\n double s=sc.nextDouble();\n double sum=d/s;\n\n //System.out.println(sum);\n\n if(sum<=t){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n sc.close();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main\n{\n\tpublic static void main(String args[])\n\t{\n\t\tScanner sc=new Scanner(System.in);\n double d=sc.nextDouble();\n double t=sc.nextDouble();\n double s=sc.nextDouble();\n double sum=d/s;\n\n //System.out.println(sum);\n\n if(sum<=t){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n sc.close();\n }\n}", "Main", "public static void main(String args[])\n\t{\n\t\tScanner sc=new Scanner(System.in);\n double d=sc.nextDouble();\n double t=sc.nextDouble();\n double s=sc.nextDouble();\n double sum=d/s;\n\n //System.out.println(sum);\n\n if(sum<=t){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n sc.close();\n }", "main", "{\n\t\tScanner sc=new Scanner(System.in);\n double d=sc.nextDouble();\n double t=sc.nextDouble();\n double s=sc.nextDouble();\n double sum=d/s;\n\n //System.out.println(sum);\n\n if(sum<=t){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n sc.close();\n }", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "double d=sc.nextDouble();", "d", "sc.nextDouble()", "sc.nextDouble", "sc", "double t=sc.nextDouble();", "t", "sc.nextDouble()", "sc.nextDouble", "sc", "double s=sc.nextDouble();", "s", "sc.nextDouble()", "sc.nextDouble", "sc", "double sum=d/s;", "sum", "d/s", "d", "s", "if(sum<=t){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }", "sum<=t", "sum", "t", "{\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" ]
import java.util.Scanner; class Main { public static void main(String args[]) { Scanner sc=new Scanner(System.in); double d=sc.nextDouble(); double t=sc.nextDouble(); double s=sc.nextDouble(); double sum=d/s; //System.out.println(sum); if(sum<=t){ System.out.println("Yes"); } else{ System.out.println("No"); } sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 12, 13, 30, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 12, 13, 30, 4, 18, 20, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 77, 5 ], [ 77, 6 ], [ 6, 7 ], [ 77, 8 ], [ 8, 9 ], [ 77, 10 ], [ 10, 11 ], [ 77, 12 ], [ 12, 13 ], [ 77, 14 ], [ 14, 15 ], [ 77, 16 ], [ 16, 17 ], [ 77, 18 ], [ 18, 19 ], [ 77, 20 ], [ 20, 21 ], [ 77, 22 ], [ 22, 23 ], [ 77, 24 ], [ 24, 25 ], [ 24, 26 ], [ 77, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 29, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 29, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 29, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 29, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 50, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 77, 68 ], [ 68, 69 ], [ 68, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 68, 74 ], [ 74, 75 ], [ 0, 76 ], [ 76, 77 ], [ 76, 78 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\tint as,kl,o,n,m,hun,p;\n\tString op,targetStr;\n\tScanner sc = new Scanner(System.in);\n\tpublic void solve() {\n\t\tn=sc.nextInt();\n\t\tm=sc.nextInt();\n\t\tas=sc.nextInt();\n\t\thun=m*as;\n\t\tif(hun<n) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().solve();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tint as,kl,o,n,m,hun,p;\n\tString op,targetStr;\n\tScanner sc = new Scanner(System.in);\n\tpublic void solve() {\n\t\tn=sc.nextInt();\n\t\tm=sc.nextInt();\n\t\tas=sc.nextInt();\n\t\thun=m*as;\n\t\tif(hun<n) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().solve();\n\t}\n}", "Main", "int as", "as", "kl", "kl", "o", "o", "n", "n", "m", "m", "hun", "hun", "p;", "p", "String op", "op", "targetStr;", "targetStr", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "public void solve() {\n\t\tn=sc.nextInt();\n\t\tm=sc.nextInt();\n\t\tas=sc.nextInt();\n\t\thun=m*as;\n\t\tif(hun<n) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}", "solve", "{\n\t\tn=sc.nextInt();\n\t\tm=sc.nextInt();\n\t\tas=sc.nextInt();\n\t\thun=m*as;\n\t\tif(hun<n) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}", "n=sc.nextInt()", "n", "sc.nextInt()", "sc.nextInt", "sc", "m=sc.nextInt()", "m", "sc.nextInt()", "sc.nextInt", "sc", "as=sc.nextInt()", "as", "sc.nextInt()", "sc.nextInt", "sc", "hun=m*as", "hun", "m*as", "m", "as", "if(hun<n) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}", "hun<n", "hun", "n", "{\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\tnew Main().solve();\n\t}", "main", "{\n\t\tnew Main().solve();\n\t}", "new Main().solve()", "new Main().solve", "new Main()", "String[] args", "args", "public class Main {\n\tint as,kl,o,n,m,hun,p;\n\tString op,targetStr;\n\tScanner sc = new Scanner(System.in);\n\tpublic void solve() {\n\t\tn=sc.nextInt();\n\t\tm=sc.nextInt();\n\t\tas=sc.nextInt();\n\t\thun=m*as;\n\t\tif(hun<n) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().solve();\n\t}\n}", "public class Main {\n\tint as,kl,o,n,m,hun,p;\n\tString op,targetStr;\n\tScanner sc = new Scanner(System.in);\n\tpublic void solve() {\n\t\tn=sc.nextInt();\n\t\tm=sc.nextInt();\n\t\tas=sc.nextInt();\n\t\thun=m*as;\n\t\tif(hun<n) {\n\t\t\tSystem.out.println(\"No\");\n\t\t}else {\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().solve();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { int as,kl,o,n,m,hun,p; String op,targetStr; Scanner sc = new Scanner(System.in); public void solve() { n=sc.nextInt(); m=sc.nextInt(); as=sc.nextInt(); hun=m*as; if(hun<n) { System.out.println("No"); }else { System.out.println("Yes"); } } public static void main(String[] args) { new Main().solve(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 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 ], [ 50, 5 ], [ 50, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.Scanner;\n \npublic class Main{\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (a <= b*c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n } \n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (a <= b*c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n } \n }\n}", "Main", "public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (a <= b*c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n } \n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (a <= b*c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n } \n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "if (a <= b*c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n }", "a <= b*c", "a", "b*c", "b", "c", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String args[]", "args", "public class Main{\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (a <= b*c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n } \n }\n}", "public class Main{\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n if (a <= b*c){\n System.out.println(\"Yes\");\n }else{\n System.out.println(\"No\");\n } \n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String args[]){ Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); if (a <= b*c){ System.out.println("Yes"); }else{ System.out.println("No"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 2, 13, 17, 13, 4, 18, 18, 13, 13, 8, 2, 13, 13, 17, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 48, 5 ], [ 48, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 29, 33 ], [ 8, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 39, 44 ], [ 6, 45 ], [ 45, 46 ], [ 0, 47 ], [ 47, 48 ], [ 47, 49 ] ]
[ "import java.util.*;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n \tint e = sn.nextInt();\n int t = sn.nextInt();\t\n int v = sn.nextInt();\n double tt = (double)e * 1.0 / v;\n \t\n \tSystem.out.println( (tt <= (double)t) ? \"Yes\":\"No\");\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n \tint e = sn.nextInt();\n int t = sn.nextInt();\t\n int v = sn.nextInt();\n double tt = (double)e * 1.0 / v;\n \t\n \tSystem.out.println( (tt <= (double)t) ? \"Yes\":\"No\");\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n \tint e = sn.nextInt();\n int t = sn.nextInt();\t\n int v = sn.nextInt();\n double tt = (double)e * 1.0 / v;\n \t\n \tSystem.out.println( (tt <= (double)t) ? \"Yes\":\"No\");\n }", "main", "{\n Scanner sn = new Scanner(System.in);\n \tint e = sn.nextInt();\n int t = sn.nextInt();\t\n int v = sn.nextInt();\n double tt = (double)e * 1.0 / v;\n \t\n \tSystem.out.println( (tt <= (double)t) ? \"Yes\":\"No\");\n }", "Scanner sn = new Scanner(System.in);", "sn", "new Scanner(System.in)", "int e = sn.nextInt();", "e", "sn.nextInt()", "sn.nextInt", "sn", "int t = sn.nextInt();", "t", "sn.nextInt()", "sn.nextInt", "sn", "int v = sn.nextInt();", "v", "sn.nextInt()", "sn.nextInt", "sn", "double tt = (double)e * 1.0 / v;", "tt", "(double)e * 1.0 / v", "(double)e * 1.0", "(double)e", "1.0", "v", "System.out.println( (tt <= (double)t) ? \"Yes\":\"No\")", "System.out.println", "System.out", "System", "System.out", "(tt <= (double)t) ? \"Yes\":\"No\"", "(tt <= (double)t)", "tt", "(double)t", "\"Yes\"", "\"No\"", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n \tint e = sn.nextInt();\n int t = sn.nextInt();\t\n int v = sn.nextInt();\n double tt = (double)e * 1.0 / v;\n \t\n \tSystem.out.println( (tt <= (double)t) ? \"Yes\":\"No\");\n }\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n \tint e = sn.nextInt();\n int t = sn.nextInt();\t\n int v = sn.nextInt();\n double tt = (double)e * 1.0 / v;\n \t\n \tSystem.out.println( (tt <= (double)t) ? \"Yes\":\"No\");\n }\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args) { Scanner sn = new Scanner(System.in); int e = sn.nextInt(); int t = sn.nextInt(); int v = sn.nextInt(); double tt = (double)e * 1.0 / v; System.out.println( (tt <= (double)t) ? "Yes":"No"); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 2, 17, 17, 41, 13, 20, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 17, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 42, 2, 4, 18, 13, 17, 30, 4, 18, 13, 4, 18, 13, 42, 2, 4, 18, 13, 17, 30, 4, 18, 13, 4, 18, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 4, 18, 13, 13, 41, 13, 20, 42, 2, 2, 13, 17, 17, 30, 4, 18, 13, 17, 0, 13, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 0, 13, 17, 30, 30, 42, 2, 2, 13, 13, 17, 30, 4, 18, 13, 13, 0, 13, 13, 14, 2, 13, 17, 4, 18, 13, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 17, 42, 2, 13, 17, 30, 0, 13, 2, 13, 17, 0, 13, 17, 29, 13, 23, 13, 12, 13, 30, 41, 13, 4, 18, 13, 13, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 9, 41, 13, 13, 41, 13, 2, 13, 13, 4, 18, 13, 13, 14, 2, 13, 13, 30, 9, 4, 18, 13, 2, 13, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 41, 13, 20, 2, 13, 17, 41, 13, 4, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 18, 13, 13, 17, 30, 11, 1, 41, 13, 2, 13, 13, 2, 13, 13, 1, 0, 13, 13, 30, 30, 0, 18, 13, 13, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 18, 13, 13, 17, 4, 18, 13, 13, 29, 13, 12, 13, 30, 14, 2, 13, 17, 29, 13, 29, 4, 13, 13, 2, 13, 13, 23, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 0, 18, 36, 13, 13, 23, 13, 23, 13, 6, 13, 12, 13, 30, 29, 2, 18, 13, 13, 18, 13, 13, 23, 13, 23, 13, 13, 6, 13, 41, 13, 41, 13, 41, 13, 20, 6, 13, 41, 13, 2, 17, 17, 41, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 0, 13, 20, 13, 0, 13, 0, 13, 17, 12, 13, 30, 0, 13, 20, 0, 13, 20, 13, 0, 13, 0, 13, 17, 23, 13, 12, 13, 30, 41, 13, 20, 17, 41, 13, 17, 41, 13, 42, 2, 0, 13, 4, 13, 40, 17, 30, 14, 2, 13, 17, 3, 0, 18, 13, 40, 13, 13, 29, 20, 12, 13, 30, 41, 13, 17, 41, 13, 4, 13, 42, 2, 13, 17, 0, 13, 4, 13, 41, 13, 2, 13, 17, 14, 13, 0, 13, 4, 13, 42, 2, 2, 0, 13, 4, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 2, 13, 17, 13, 17, 14, 13, 29, 40, 13, 29, 13, 12, 13, 30, 41, 13, 17, 41, 13, 4, 13, 42, 2, 13, 17, 0, 13, 4, 13, 41, 13, 2, 13, 17, 14, 13, 0, 13, 4, 13, 42, 2, 2, 0, 13, 4, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 2, 13, 17, 13, 17, 14, 13, 29, 40, 13, 29, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 4, 13, 42, 2, 13, 17, 0, 13, 4, 13, 41, 13, 2, 13, 17, 14, 13, 0, 13, 4, 13, 42, 2, 2, 0, 13, 4, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 2, 13, 17, 13, 17, 14, 2, 13, 17, 30, 42, 2, 2, 0, 13, 4, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 13, 17, 0, 13, 17, 14, 13, 29, 40, 13, 29, 13, 12, 13, 30, 0, 13, 4, 18, 13, 13, 0, 13, 17, 13, 14, 2, 13, 40, 17, 0, 18, 13, 17, 40, 17, 12, 13, 30, 14, 2, 13, 13, 4, 13, 29, 18, 13, 40, 13, 12, 13, 30, 14, 2, 13, 17, 29, 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 ], [ 738, 11 ], [ 738, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 14, 16 ], [ 738, 17 ], [ 17, 18 ], [ 17, 19 ], [ 738, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 23, 25 ], [ 22, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 22, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 22, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 22, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 41, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 41, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 20, 60 ], [ 60, 61 ], [ 738, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 68, 69 ], [ 68, 70 ], [ 64, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 72, 76 ], [ 71, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 78, 81 ], [ 81, 82 ], [ 82, 83 ], [ 64, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 85, 89 ], [ 84, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 91, 94 ], [ 94, 95 ], [ 95, 96 ], [ 64, 97 ], [ 97, 98 ], [ 62, 99 ], [ 99, 100 ], [ 738, 101 ], [ 101, 102 ], [ 101, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 106, 107 ], [ 107, 108 ], [ 106, 109 ], [ 103, 110 ], [ 110, 111 ], [ 110, 112 ], [ 103, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 114, 118 ], [ 113, 119 ], [ 119, 120 ], [ 120, 121 ], [ 121, 122 ], [ 120, 123 ], [ 119, 124 ], [ 124, 125 ], [ 124, 126 ], [ 103, 127 ], [ 127, 128 ], [ 128, 129 ], [ 129, 130 ], [ 129, 131 ], [ 127, 132 ], [ 132, 133 ], [ 132, 134 ], [ 127, 135 ], [ 135, 136 ], [ 136, 137 ], [ 136, 138 ], [ 127, 139 ], [ 140, 140 ], [ 140, 141 ], [ 141, 142 ], [ 142, 143 ], [ 143, 144 ], [ 143, 145 ], [ 142, 146 ], [ 141, 147 ], [ 147, 148 ], [ 148, 149 ], [ 149, 150 ], [ 148, 151 ], [ 147, 152 ], [ 152, 153 ], [ 152, 154 ], [ 103, 155 ], [ 155, 156 ], [ 156, 157 ], [ 156, 158 ], [ 155, 159 ], [ 159, 160 ], [ 160, 161 ], [ 159, 162 ], [ 103, 163 ], [ 163, 164 ], [ 101, 165 ], [ 165, 166 ], [ 738, 167 ], [ 167, 168 ], [ 167, 169 ], [ 169, 170 ], [ 170, 171 ], [ 170, 172 ], [ 169, 173 ], [ 173, 174 ], [ 174, 175 ], [ 174, 176 ], [ 173, 177 ], [ 177, 178 ], [ 178, 179 ], [ 178, 180 ], [ 180, 181 ], [ 180, 182 ], [ 177, 183 ], [ 183, 184 ], [ 183, 185 ], [ 169, 186 ], [ 186, 187 ], [ 167, 188 ], [ 188, 189 ], [ 738, 190 ], [ 190, 191 ], [ 190, 192 ], [ 192, 193 ], [ 193, 194 ], [ 193, 195 ], [ 195, 196 ], [ 196, 197 ], [ 195, 198 ], [ 192, 199 ], [ 199, 200 ], [ 199, 201 ], [ 192, 202 ], [ 202, 203 ], [ 203, 204 ], [ 204, 205 ], [ 204, 206 ], [ 202, 207 ], [ 207, 208 ], [ 207, 209 ], [ 202, 210 ], [ 210, 211 ], [ 211, 212 ], [ 202, 213 ], [ 214, 214 ], [ 214, 215 ], [ 215, 216 ], [ 216, 217 ], [ 217, 218 ], [ 217, 219 ], [ 216, 220 ], [ 215, 221 ], [ 214, 222 ], [ 222, 223 ], [ 222, 224 ], [ 214, 225 ], [ 225, 226 ], [ 225, 227 ], [ 227, 228 ], [ 227, 229 ], [ 214, 230 ], [ 230, 231 ], [ 231, 232 ], [ 230, 233 ], [ 214, 234 ], [ 234, 235 ], [ 235, 236 ], [ 235, 237 ], [ 234, 238 ], [ 238, 239 ], [ 214, 240 ], [ 240, 241 ], [ 241, 242 ], [ 240, 243 ], [ 243, 244 ], [ 243, 245 ], [ 192, 246 ], [ 246, 247 ], [ 190, 248 ], [ 248, 249 ], [ 738, 250 ], [ 250, 251 ], [ 250, 252 ], [ 252, 253 ], [ 253, 254 ], [ 253, 255 ], [ 252, 256 ], [ 256, 257 ], [ 256, 258 ], [ 252, 259 ], [ 259, 260 ], [ 259, 261 ], [ 262, 263 ], [ 262, 264 ], [ 252, 265 ], [ 265, 266 ], [ 265, 267 ], [ 267, 268 ], [ 268, 269 ], [ 267, 270 ], [ 252, 271 ], [ 271, 272 ], [ 272, 273 ], [ 273, 274 ], [ 273, 275 ], [ 271, 276 ], [ 276, 277 ], [ 276, 278 ], [ 271, 279 ], [ 279, 280 ], [ 280, 281 ], [ 271, 282 ], [ 283, 283 ], [ 283, 284 ], [ 284, 285 ], [ 285, 286 ], [ 286, 287 ], [ 286, 288 ], [ 285, 289 ], [ 284, 290 ], [ 290, 291 ], [ 291, 292 ], [ 292, 293 ], [ 293, 294 ], [ 293, 295 ], [ 295, 296 ], [ 295, 297 ], [ 291, 298 ], [ 298, 299 ], [ 298, 300 ], [ 291, 301 ], [ 301, 302 ], [ 302, 303 ], [ 302, 304 ], [ 291, 305 ], [ 306, 306 ], [ 306, 307 ], [ 307, 308 ], [ 308, 309 ], [ 308, 310 ], [ 307, 311 ], [ 252, 312 ], [ 312, 313 ], [ 313, 314 ], [ 314, 315 ], [ 314, 316 ], [ 312, 317 ], [ 317, 318 ], [ 317, 319 ], [ 312, 320 ], [ 320, 321 ], [ 321, 322 ], [ 312, 323 ], [ 324, 324 ], [ 324, 325 ], [ 325, 326 ], [ 326, 327 ], [ 327, 328 ], [ 327, 329 ], [ 326, 330 ], [ 325, 331 ], [ 331, 332 ], [ 332, 333 ], [ 331, 334 ], [ 252, 335 ], [ 335, 336 ], [ 738, 337 ], [ 337, 338 ], [ 337, 339 ], [ 339, 340 ], [ 340, 341 ], [ 341, 342 ], [ 341, 343 ], [ 340, 344 ], [ 344, 345 ], [ 339, 346 ], [ 346, 347 ], [ 347, 348 ], [ 347, 349 ], [ 347, 350 ], [ 350, 351 ], [ 350, 352 ], [ 337, 353 ], [ 353, 354 ], [ 337, 355 ], [ 355, 356 ], [ 738, 357 ], [ 357, 358 ], [ 357, 359 ], [ 359, 360 ], [ 357, 361 ], [ 361, 362 ], [ 357, 363 ], [ 363, 364 ], [ 363, 365 ], [ 365, 366 ], [ 366, 367 ], [ 367, 368 ], [ 367, 369 ], [ 366, 370 ], [ 365, 371 ], [ 371, 372 ], [ 372, 373 ], [ 372, 374 ], [ 371, 375 ], [ 363, 376 ], [ 376, 377 ], [ 363, 378 ], [ 378, 379 ], [ 738, 380 ], [ 380, 381 ], [ 380, 382 ], [ 382, 383 ], [ 382, 384 ], [ 384, 385 ], [ 385, 386 ], [ 386, 387 ], [ 387, 388 ], [ 387, 389 ], [ 386, 390 ], [ 390, 391 ], [ 390, 392 ], [ 382, 393 ], [ 393, 394 ], [ 382, 395 ], [ 395, 396 ], [ 380, 397 ], [ 738, 398 ], [ 398, 399 ], [ 398, 400 ], [ 400, 401 ], [ 398, 402 ], [ 402, 403 ], [ 398, 404 ], [ 404, 405 ], [ 404, 406 ], [ 738, 407 ], [ 407, 408 ], [ 407, 409 ], [ 409, 410 ], [ 409, 411 ], [ 411, 412 ], [ 411, 413 ], [ 407, 414 ], [ 414, 415 ], [ 407, 416 ], [ 416, 417 ], [ 407, 418 ], [ 418, 419 ], [ 407, 420 ], [ 420, 421 ], [ 407, 422 ], [ 422, 423 ], [ 422, 424 ], [ 424, 425 ], [ 425, 426 ], [ 425, 427 ], [ 424, 428 ], [ 428, 429 ], [ 428, 430 ], [ 424, 432 ], [ 432, 433 ], [ 432, 434 ], [ 434, 435 ], [ 434, 436 ], [ 407, 437 ], [ 437, 438 ], [ 437, 439 ], [ 439, 440 ], [ 440, 441 ], [ 440, 442 ], [ 439, 443 ], [ 443, 444 ], [ 443, 445 ], [ 439, 447 ], [ 447, 448 ], [ 447, 449 ], [ 449, 450 ], [ 449, 451 ], [ 437, 452 ], [ 452, 453 ], [ 407, 454 ], [ 454, 455 ], [ 454, 456 ], [ 456, 457 ], [ 457, 458 ], [ 457, 459 ], [ 456, 461 ], [ 461, 462 ], [ 461, 463 ], [ 456, 464 ], [ 464, 465 ], [ 456, 466 ], [ 466, 467 ], [ 467, 468 ], [ 468, 469 ], [ 468, 470 ], [ 470, 471 ], [ 467, 472 ], [ 472, 473 ], [ 466, 474 ], [ 474, 475 ], [ 475, 476 ], [ 476, 477 ], [ 476, 478 ], [ 475, 479 ], [ 474, 480 ], [ 480, 481 ], [ 481, 482 ], [ 481, 483 ], [ 483, 484 ], [ 480, 485 ], [ 456, 486 ], [ 486, 487 ], [ 407, 488 ], [ 488, 489 ], [ 488, 490 ], [ 490, 491 ], [ 491, 492 ], [ 491, 493 ], [ 490, 494 ], [ 494, 495 ], [ 494, 496 ], [ 496, 497 ], [ 490, 498 ], [ 498, 499 ], [ 499, 500 ], [ 499, 501 ], [ 498, 502 ], [ 502, 503 ], [ 502, 504 ], [ 504, 505 ], [ 490, 506 ], [ 506, 507 ], [ 506, 508 ], [ 508, 509 ], [ 508, 510 ], [ 490, 511 ], [ 511, 512 ], [ 511, 513 ], [ 513, 514 ], [ 513, 515 ], [ 515, 516 ], [ 490, 517 ], [ 517, 518 ], [ 518, 519 ], [ 519, 520 ], [ 520, 521 ], [ 520, 522 ], [ 522, 523 ], [ 519, 524 ], [ 518, 525 ], [ 525, 526 ], [ 525, 527 ], [ 517, 528 ], [ 528, 529 ], [ 529, 530 ], [ 529, 531 ], [ 531, 532 ], [ 532, 533 ], [ 533, 534 ], [ 533, 535 ], [ 532, 536 ], [ 531, 537 ], [ 490, 538 ], [ 538, 539 ], [ 538, 540 ], [ 540, 541 ], [ 541, 542 ], [ 490, 543 ], [ 543, 544 ], [ 407, 545 ], [ 545, 546 ], [ 545, 547 ], [ 547, 548 ], [ 548, 549 ], [ 548, 550 ], [ 547, 551 ], [ 551, 552 ], [ 551, 553 ], [ 553, 554 ], [ 547, 555 ], [ 555, 556 ], [ 556, 557 ], [ 556, 558 ], [ 555, 559 ], [ 559, 560 ], [ 559, 561 ], [ 561, 562 ], [ 547, 563 ], [ 563, 564 ], [ 563, 565 ], [ 565, 566 ], [ 565, 567 ], [ 547, 568 ], [ 568, 569 ], [ 568, 570 ], [ 570, 571 ], [ 570, 572 ], [ 572, 573 ], [ 547, 574 ], [ 574, 575 ], [ 575, 576 ], [ 576, 577 ], [ 577, 578 ], [ 577, 579 ], [ 579, 580 ], [ 576, 581 ], [ 575, 582 ], [ 582, 583 ], [ 582, 584 ], [ 574, 585 ], [ 585, 586 ], [ 586, 587 ], [ 586, 588 ], [ 588, 589 ], [ 589, 590 ], [ 590, 591 ], [ 590, 592 ], [ 589, 593 ], [ 588, 594 ], [ 547, 595 ], [ 595, 596 ], [ 595, 597 ], [ 597, 598 ], [ 598, 599 ], [ 547, 600 ], [ 600, 601 ], [ 407, 602 ], [ 602, 603 ], [ 602, 604 ], [ 604, 605 ], [ 605, 606 ], [ 605, 607 ], [ 604, 608 ], [ 608, 609 ], [ 608, 610 ], [ 604, 611 ], [ 611, 612 ], [ 611, 613 ], [ 613, 614 ], [ 604, 615 ], [ 615, 616 ], [ 616, 617 ], [ 616, 618 ], [ 615, 619 ], [ 619, 620 ], [ 619, 621 ], [ 621, 622 ], [ 604, 623 ], [ 623, 624 ], [ 623, 625 ], [ 625, 626 ], [ 625, 627 ], [ 604, 628 ], [ 628, 629 ], [ 628, 630 ], [ 630, 631 ], [ 630, 632 ], [ 632, 633 ], [ 604, 634 ], [ 634, 635 ], [ 635, 636 ], [ 636, 637 ], [ 637, 638 ], [ 637, 639 ], [ 639, 640 ], [ 636, 641 ], [ 635, 642 ], [ 642, 643 ], [ 642, 644 ], [ 634, 645 ], [ 645, 646 ], [ 646, 647 ], [ 646, 648 ], [ 648, 649 ], [ 649, 650 ], [ 650, 651 ], [ 650, 652 ], [ 649, 653 ], [ 648, 654 ], [ 604, 655 ], [ 655, 656 ], [ 656, 657 ], [ 656, 658 ], [ 655, 659 ], [ 659, 660 ], [ 660, 661 ], [ 661, 662 ], [ 662, 663 ], [ 663, 664 ], [ 663, 665 ], [ 665, 666 ], [ 662, 667 ], [ 661, 668 ], [ 668, 669 ], [ 668, 670 ], [ 660, 671 ], [ 671, 672 ], [ 672, 673 ], [ 672, 674 ], [ 674, 675 ], [ 675, 676 ], [ 675, 677 ], [ 674, 678 ], [ 678, 679 ], [ 678, 680 ], [ 604, 681 ], [ 681, 682 ], [ 681, 683 ], [ 683, 684 ], [ 684, 685 ], [ 604, 686 ], [ 686, 687 ], [ 407, 688 ], [ 688, 689 ], [ 688, 690 ], [ 690, 691 ], [ 691, 692 ], [ 691, 693 ], [ 693, 694 ], [ 694, 695 ], [ 693, 696 ], [ 693, 697 ], [ 697, 698 ], [ 697, 699 ], [ 693, 700 ], [ 690, 701 ], [ 701, 702 ], [ 702, 703 ], [ 702, 704 ], [ 704, 705 ], [ 701, 706 ], [ 706, 707 ], [ 707, 708 ], [ 707, 709 ], [ 706, 710 ], [ 710, 711 ], [ 407, 712 ], [ 712, 713 ], [ 712, 714 ], [ 714, 715 ], [ 715, 716 ], [ 716, 717 ], [ 716, 718 ], [ 715, 719 ], [ 719, 720 ], [ 714, 721 ], [ 721, 722 ], [ 722, 723 ], [ 722, 724 ], [ 724, 725 ], [ 407, 726 ], [ 726, 727 ], [ 726, 728 ], [ 728, 729 ], [ 729, 730 ], [ 730, 731 ], [ 730, 732 ], [ 729, 733 ], [ 728, 734 ], [ 734, 735 ], [ 735, 736 ], [ 0, 737 ], [ 737, 738 ], [ 737, 739 ] ]
[ "import java.util.*;\nimport java.io.*;\nimport java.math.*;\npublic class Main{\n\tstatic long mod = (long)(1e9+7);\n\tpublic static PrintWriter out = new PrintWriter (new BufferedOutputStream(System.out));\n\tpublic static void main(String[] args)throws IOException {\n\t\tScanner sc =new Scanner(System.in);\n\t\t\n\t\tdouble a =sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\tif(a/c<=b){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else System.out.println(\"No\");\n\t}\n\t\n\t\n\t\n\t\n\tpublic static LinkedList<Integer> comp(LinkedList<Integer> q){\n\t\tLinkedList<Integer> op = new LinkedList<>();\n\t\tStack<Integer> stack = new Stack<>();\n\t\twhile(q.size()>0){\n\t\t\tstack.push(q.pop());\n\t\t}\n\t\twhile(stack.size()>0){\n\t\t\top.addLast(stack.pop());\n\t\t}\n\t\treturn op;\n\t}\n\t\n\tpublic static ArrayList<Integer> primefactor(int n){\n\t\tint sqrt = (int)Math.sqrt(n);\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\twhile(n%2==0){\n\t\t\tal.add(2);\n\t\t\tn/=2;\n\t\t}\n\t\tfor(int i=3;i<=sqrt;i+=2){\n\t\t\twhile(n%i==0){\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}\n\t\t}\n\t\tif(n>2)\n\t\t\tal.add(n);\n\t\treturn al;\n\t}\n\t\n\tpublic static long sum(long val){\n\t\tlong fg =0 ;\n\t\twhile(val!=0){\n\t\t\tfg+=val%10;\n\t\t\tval/=10;\n\t\t}\n\t\treturn fg;\n\t}\n\t\n\t\n\t\n\tpublic static ArrayList<Long> factor(long n){\n\t\tlong sqrt = (long)Math.sqrt(n);\n\t\tArrayList<Long> al = new ArrayList<>();\n\t\tfor(long i=1;i<=sqrt;i++){\n\t\t\tif(n%i!=0)\n\t\t\t\tcontinue;\n\t\t\tlong first = i;\n\t\t\tlong second = n/i;\n\t\t\tal.add(i);\n\t\t\tif(first==second){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tal.add(n/i);\n\t\t}\n\t\treturn al;\n\t}\n\t\n\t\n\t\n\tpublic static ArrayList<Integer> comp(){\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\t\tint n = (int)2e5;\n\t\t\tboolean arr[] = new boolean[n+1];\n\t\t\tint sqrt = (int)Math.sqrt(n);\n\t\t\tfor(int i=2;i<=sqrt;i++){\n\t\t\t\tif(arr[i]==false){\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor(int i=2;i<=n;i++){\n\t\t\t\tif(arr[i]==false)\n\t\t\t\t\tal.add(i);\n\t\t\t}\n\t\t\t\n\t\treturn al;\n\t}\n\t\n\tpublic static class pair{\n\t\tint x;\n\t\tint y;\n\t\tpair(int x, int y){\n\t\t\tthis.x=x;\n\t\t\tthis.y=y;\n\t\t}\n\t}\n\t\n\tpublic static class comp implements Comparator<pair>{\n\t\tpublic int compare(pair o1, pair o2){\n\t\t\treturn o2.y-o1.y;\n\t\t}\n\t}\n\t\n\t\n\t\n\tstatic class Node{\n\t\tint node;\n\t\tint d;\n\t\tArrayList<Integer> al = new ArrayList<>();\t\n\t}\n\t\n\n\tstatic int gcd(int a, int b) \n { \n if (b == 0) \n return a; \n return gcd(b, a % b); \n }\n\t\n\t\t\n\tstatic class FastReader \n\t{ \n\t\tfinal private int BUFFER_SIZE = 1 << 16; \n\t\tprivate DataInputStream din; \n\t\tprivate byte[] buffer; \n\t\tprivate int bufferPointer, bytesRead; \n \n\t\tpublic FastReader() \n\t\t{ \n\t\t\tdin = new DataInputStream(System.in); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t} \n \n\t\tpublic FastReader(String file_name) throws IOException \n\t\t{ \n\t\t\tdin = new DataInputStream(new FileInputStream(file_name)); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t} \n \n\t\tpublic String readLine() throws IOException \n\t\t{ \n\t\t\tbyte[] buf = new byte[64]; // line length \n\t\t\tint cnt = 0, c; \n\t\t\twhile ((c = read()) != -1) \n\t\t\t{ \n\t\t\t\tif (c == '\\n') \n\t\t\t\t\tbreak; \n\t\t\t\tbuf[cnt++] = (byte) c; \n\t\t\t} \n\t\t\treturn new String(buf, 0, cnt); \n\t\t} \n \n\t\tpublic int nextInt() throws IOException \n\t\t{ \n\t\t\tint ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo\n\t\t\t{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} while ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n \n\t\tpublic long nextLong() throws IOException \n\t\t{ \n\t\t\tlong ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n \n\t\tpublic double nextDouble() throws IOException \n\t\t{ \n\t\t\tdouble ret = 0, div = 1; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (c == '.') \n\t\t\t{ \n\t\t\t\twhile ((c = read()) >= '0' && c <= '9') \n\t\t\t\t{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t} \n\t\t\t} \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n\t\t\n\t\t\n \n\t\tprivate void fillBuffer() throws IOException \n\t\t{ \n\t\t\tbytesRead = din.read(buffer, bufferPointer = 0, BUFFER_SIZE); \n\t\t\tif (bytesRead == -1) \n\t\t\t\tbuffer[0] = -1; \n\t\t} \n \n\t\tprivate byte read() throws IOException \n\t\t{ \n\t\t\tif (bufferPointer == bytesRead) \n\t\t\t\tfillBuffer(); \n\t\t\treturn buffer[bufferPointer++]; \n\t\t} \n \n\t\tpublic void close() throws IOException \n\t\t{ \n\t\t\tif (din == null) \n\t\t\t\treturn; \n\t\t\tdin.close(); \n\t\t} \n\t} \n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "import java.math.*;", "math.*", "java", "public class Main{\n\tstatic long mod = (long)(1e9+7);\n\tpublic static PrintWriter out = new PrintWriter (new BufferedOutputStream(System.out));\n\tpublic static void main(String[] args)throws IOException {\n\t\tScanner sc =new Scanner(System.in);\n\t\t\n\t\tdouble a =sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\tif(a/c<=b){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else System.out.println(\"No\");\n\t}\n\t\n\t\n\t\n\t\n\tpublic static LinkedList<Integer> comp(LinkedList<Integer> q){\n\t\tLinkedList<Integer> op = new LinkedList<>();\n\t\tStack<Integer> stack = new Stack<>();\n\t\twhile(q.size()>0){\n\t\t\tstack.push(q.pop());\n\t\t}\n\t\twhile(stack.size()>0){\n\t\t\top.addLast(stack.pop());\n\t\t}\n\t\treturn op;\n\t}\n\t\n\tpublic static ArrayList<Integer> primefactor(int n){\n\t\tint sqrt = (int)Math.sqrt(n);\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\twhile(n%2==0){\n\t\t\tal.add(2);\n\t\t\tn/=2;\n\t\t}\n\t\tfor(int i=3;i<=sqrt;i+=2){\n\t\t\twhile(n%i==0){\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}\n\t\t}\n\t\tif(n>2)\n\t\t\tal.add(n);\n\t\treturn al;\n\t}\n\t\n\tpublic static long sum(long val){\n\t\tlong fg =0 ;\n\t\twhile(val!=0){\n\t\t\tfg+=val%10;\n\t\t\tval/=10;\n\t\t}\n\t\treturn fg;\n\t}\n\t\n\t\n\t\n\tpublic static ArrayList<Long> factor(long n){\n\t\tlong sqrt = (long)Math.sqrt(n);\n\t\tArrayList<Long> al = new ArrayList<>();\n\t\tfor(long i=1;i<=sqrt;i++){\n\t\t\tif(n%i!=0)\n\t\t\t\tcontinue;\n\t\t\tlong first = i;\n\t\t\tlong second = n/i;\n\t\t\tal.add(i);\n\t\t\tif(first==second){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tal.add(n/i);\n\t\t}\n\t\treturn al;\n\t}\n\t\n\t\n\t\n\tpublic static ArrayList<Integer> comp(){\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\t\tint n = (int)2e5;\n\t\t\tboolean arr[] = new boolean[n+1];\n\t\t\tint sqrt = (int)Math.sqrt(n);\n\t\t\tfor(int i=2;i<=sqrt;i++){\n\t\t\t\tif(arr[i]==false){\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor(int i=2;i<=n;i++){\n\t\t\t\tif(arr[i]==false)\n\t\t\t\t\tal.add(i);\n\t\t\t}\n\t\t\t\n\t\treturn al;\n\t}\n\t\n\tpublic static class pair{\n\t\tint x;\n\t\tint y;\n\t\tpair(int x, int y){\n\t\t\tthis.x=x;\n\t\t\tthis.y=y;\n\t\t}\n\t}\n\t\n\tpublic static class comp implements Comparator<pair>{\n\t\tpublic int compare(pair o1, pair o2){\n\t\t\treturn o2.y-o1.y;\n\t\t}\n\t}\n\t\n\t\n\t\n\tstatic class Node{\n\t\tint node;\n\t\tint d;\n\t\tArrayList<Integer> al = new ArrayList<>();\t\n\t}\n\t\n\n\tstatic int gcd(int a, int b) \n { \n if (b == 0) \n return a; \n return gcd(b, a % b); \n }\n\t\n\t\t\n\tstatic class FastReader \n\t{ \n\t\tfinal private int BUFFER_SIZE = 1 << 16; \n\t\tprivate DataInputStream din; \n\t\tprivate byte[] buffer; \n\t\tprivate int bufferPointer, bytesRead; \n \n\t\tpublic FastReader() \n\t\t{ \n\t\t\tdin = new DataInputStream(System.in); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t} \n \n\t\tpublic FastReader(String file_name) throws IOException \n\t\t{ \n\t\t\tdin = new DataInputStream(new FileInputStream(file_name)); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t} \n \n\t\tpublic String readLine() throws IOException \n\t\t{ \n\t\t\tbyte[] buf = new byte[64]; // line length \n\t\t\tint cnt = 0, c; \n\t\t\twhile ((c = read()) != -1) \n\t\t\t{ \n\t\t\t\tif (c == '\\n') \n\t\t\t\t\tbreak; \n\t\t\t\tbuf[cnt++] = (byte) c; \n\t\t\t} \n\t\t\treturn new String(buf, 0, cnt); \n\t\t} \n \n\t\tpublic int nextInt() throws IOException \n\t\t{ \n\t\t\tint ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo\n\t\t\t{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} while ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n \n\t\tpublic long nextLong() throws IOException \n\t\t{ \n\t\t\tlong ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n \n\t\tpublic double nextDouble() throws IOException \n\t\t{ \n\t\t\tdouble ret = 0, div = 1; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (c == '.') \n\t\t\t{ \n\t\t\t\twhile ((c = read()) >= '0' && c <= '9') \n\t\t\t\t{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t} \n\t\t\t} \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n\t\t\n\t\t\n \n\t\tprivate void fillBuffer() throws IOException \n\t\t{ \n\t\t\tbytesRead = din.read(buffer, bufferPointer = 0, BUFFER_SIZE); \n\t\t\tif (bytesRead == -1) \n\t\t\t\tbuffer[0] = -1; \n\t\t} \n \n\t\tprivate byte read() throws IOException \n\t\t{ \n\t\t\tif (bufferPointer == bytesRead) \n\t\t\t\tfillBuffer(); \n\t\t\treturn buffer[bufferPointer++]; \n\t\t} \n \n\t\tpublic void close() throws IOException \n\t\t{ \n\t\t\tif (din == null) \n\t\t\t\treturn; \n\t\t\tdin.close(); \n\t\t} \n\t} \n}", "Main", "static long mod = (long)(1e9+7);", "mod", "(long)(1e9+7)", "1e9", "7", "public static PrintWriter out = new PrintWriter (new BufferedOutputStream(System.out));", "out", "new PrintWriter (new BufferedOutputStream(System.out))", "public static void main(String[] args)throws IOException {\n\t\tScanner sc =new Scanner(System.in);\n\t\t\n\t\tdouble a =sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\tif(a/c<=b){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else System.out.println(\"No\");\n\t}", "main", "{\n\t\tScanner sc =new Scanner(System.in);\n\t\t\n\t\tdouble a =sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\tif(a/c<=b){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else System.out.println(\"No\");\n\t}", "Scanner sc =new Scanner(System.in);", "sc", "new Scanner(System.in)", "double a =sc.nextDouble();", "a", "sc.nextDouble()", "sc.nextDouble", "sc", "double b = sc.nextDouble();", "b", "sc.nextDouble()", "sc.nextDouble", "sc", "double c = sc.nextDouble();", "c", "sc.nextDouble()", "sc.nextDouble", "sc", "if(a/c<=b){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else System.out.println(\"No\");", "a/c<=b", "a/c", "a", "c", "b", "{\n\t\t\tSystem.out.println(\"Yes\");\n\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\"", "String[] args", "args", "public static LinkedList<Integer> comp(LinkedList<Integer> q){\n\t\tLinkedList<Integer> op = new LinkedList<>();\n\t\tStack<Integer> stack = new Stack<>();\n\t\twhile(q.size()>0){\n\t\t\tstack.push(q.pop());\n\t\t}\n\t\twhile(stack.size()>0){\n\t\t\top.addLast(stack.pop());\n\t\t}\n\t\treturn op;\n\t}", "comp", "{\n\t\tLinkedList<Integer> op = new LinkedList<>();\n\t\tStack<Integer> stack = new Stack<>();\n\t\twhile(q.size()>0){\n\t\t\tstack.push(q.pop());\n\t\t}\n\t\twhile(stack.size()>0){\n\t\t\top.addLast(stack.pop());\n\t\t}\n\t\treturn op;\n\t}", "LinkedList<Integer> op = new LinkedList<>();", "op", "new LinkedList<>()", "Stack<Integer> stack = new Stack<>();", "stack", "new Stack<>()", "while(q.size()>0){\n\t\t\tstack.push(q.pop());\n\t\t}", "q.size()>0", "q.size()", "q.size", "q", "0", "{\n\t\t\tstack.push(q.pop());\n\t\t}", "stack.push(q.pop())", "stack.push", "stack", "q.pop()", "q.pop", "q", "while(stack.size()>0){\n\t\t\top.addLast(stack.pop());\n\t\t}", "stack.size()>0", "stack.size()", "stack.size", "stack", "0", "{\n\t\t\top.addLast(stack.pop());\n\t\t}", "op.addLast(stack.pop())", "op.addLast", "op", "stack.pop()", "stack.pop", "stack", "return op;", "op", "LinkedList<Integer> q", "q", "public static ArrayList<Integer> primefactor(int n){\n\t\tint sqrt = (int)Math.sqrt(n);\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\twhile(n%2==0){\n\t\t\tal.add(2);\n\t\t\tn/=2;\n\t\t}\n\t\tfor(int i=3;i<=sqrt;i+=2){\n\t\t\twhile(n%i==0){\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}\n\t\t}\n\t\tif(n>2)\n\t\t\tal.add(n);\n\t\treturn al;\n\t}", "primefactor", "{\n\t\tint sqrt = (int)Math.sqrt(n);\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\twhile(n%2==0){\n\t\t\tal.add(2);\n\t\t\tn/=2;\n\t\t}\n\t\tfor(int i=3;i<=sqrt;i+=2){\n\t\t\twhile(n%i==0){\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}\n\t\t}\n\t\tif(n>2)\n\t\t\tal.add(n);\n\t\treturn al;\n\t}", "int sqrt = (int)Math.sqrt(n);", "sqrt", "(int)Math.sqrt(n)", "Math.sqrt", "Math", "n", "ArrayList<Integer> al = new ArrayList<>();", "al", "new ArrayList<>()", "while(n%2==0){\n\t\t\tal.add(2);\n\t\t\tn/=2;\n\t\t}", "n%2==0", "n%2", "n", "2", "0", "{\n\t\t\tal.add(2);\n\t\t\tn/=2;\n\t\t}", "al.add(2)", "al.add", "al", "2", "n/=2", "n", "2", "for(int i=3;i<=sqrt;i+=2){\n\t\t\twhile(n%i==0){\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}\n\t\t}", "int i=3;", "int i=3;", "i", "3", "i<=sqrt", "i", "sqrt", "i+=2", "i+=2", "i", "2", "{\n\t\t\twhile(n%i==0){\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}\n\t\t}", "{\n\t\t\twhile(n%i==0){\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}\n\t\t}", "while(n%i==0){\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}", "n%i==0", "n%i", "n", "i", "0", "{\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}", "al.add(i)", "al.add", "al", "i", "n/=i", "n", "i", "if(n>2)\n\t\t\tal.add(n);", "n>2", "n", "2", "al.add(n)", "al.add", "al", "n", "return al;", "al", "int n", "n", "public static long sum(long val){\n\t\tlong fg =0 ;\n\t\twhile(val!=0){\n\t\t\tfg+=val%10;\n\t\t\tval/=10;\n\t\t}\n\t\treturn fg;\n\t}", "sum", "{\n\t\tlong fg =0 ;\n\t\twhile(val!=0){\n\t\t\tfg+=val%10;\n\t\t\tval/=10;\n\t\t}\n\t\treturn fg;\n\t}", "long fg =0 ;", "fg", "0", "while(val!=0){\n\t\t\tfg+=val%10;\n\t\t\tval/=10;\n\t\t}", "val!=0", "val", "0", "{\n\t\t\tfg+=val%10;\n\t\t\tval/=10;\n\t\t}", "fg+=val%10", "fg", "val%10", "val", "10", "val/=10", "val", "10", "return fg;", "fg", "long val", "val", "public static ArrayList<Long> factor(long n){\n\t\tlong sqrt = (long)Math.sqrt(n);\n\t\tArrayList<Long> al = new ArrayList<>();\n\t\tfor(long i=1;i<=sqrt;i++){\n\t\t\tif(n%i!=0)\n\t\t\t\tcontinue;\n\t\t\tlong first = i;\n\t\t\tlong second = n/i;\n\t\t\tal.add(i);\n\t\t\tif(first==second){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tal.add(n/i);\n\t\t}\n\t\treturn al;\n\t}", "factor", "{\n\t\tlong sqrt = (long)Math.sqrt(n);\n\t\tArrayList<Long> al = new ArrayList<>();\n\t\tfor(long i=1;i<=sqrt;i++){\n\t\t\tif(n%i!=0)\n\t\t\t\tcontinue;\n\t\t\tlong first = i;\n\t\t\tlong second = n/i;\n\t\t\tal.add(i);\n\t\t\tif(first==second){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tal.add(n/i);\n\t\t}\n\t\treturn al;\n\t}", "long sqrt = (long)Math.sqrt(n);", "sqrt", "(long)Math.sqrt(n)", "Math.sqrt", "Math", "n", "ArrayList<Long> al = new ArrayList<>();", "al", "new ArrayList<>()", "for(long i=1;i<=sqrt;i++){\n\t\t\tif(n%i!=0)\n\t\t\t\tcontinue;\n\t\t\tlong first = i;\n\t\t\tlong second = n/i;\n\t\t\tal.add(i);\n\t\t\tif(first==second){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tal.add(n/i);\n\t\t}", "long i=1;", "long i=1;", "i", "1", "i<=sqrt", "i", "sqrt", "i++", "i++", "i", "{\n\t\t\tif(n%i!=0)\n\t\t\t\tcontinue;\n\t\t\tlong first = i;\n\t\t\tlong second = n/i;\n\t\t\tal.add(i);\n\t\t\tif(first==second){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tal.add(n/i);\n\t\t}", "{\n\t\t\tif(n%i!=0)\n\t\t\t\tcontinue;\n\t\t\tlong first = i;\n\t\t\tlong second = n/i;\n\t\t\tal.add(i);\n\t\t\tif(first==second){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tal.add(n/i);\n\t\t}", "if(n%i!=0)\n\t\t\t\tcontinue;", "n%i!=0", "n%i", "n", "i", "0", "continue;", "long first = i;", "first", "i", "long second = n/i;", "second", "n/i", "n", "i", "al.add(i)", "al.add", "al", "i", "if(first==second){\n\t\t\t\tcontinue;\n\t\t\t}", "first==second", "first", "second", "{\n\t\t\t\tcontinue;\n\t\t\t}", "continue;", "al.add(n/i)", "al.add", "al", "n/i", "n", "i", "return al;", "al", "long n", "n", "public static ArrayList<Integer> comp(){\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\t\tint n = (int)2e5;\n\t\t\tboolean arr[] = new boolean[n+1];\n\t\t\tint sqrt = (int)Math.sqrt(n);\n\t\t\tfor(int i=2;i<=sqrt;i++){\n\t\t\t\tif(arr[i]==false){\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor(int i=2;i<=n;i++){\n\t\t\t\tif(arr[i]==false)\n\t\t\t\t\tal.add(i);\n\t\t\t}\n\t\t\t\n\t\treturn al;\n\t}", "comp", "{\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\t\tint n = (int)2e5;\n\t\t\tboolean arr[] = new boolean[n+1];\n\t\t\tint sqrt = (int)Math.sqrt(n);\n\t\t\tfor(int i=2;i<=sqrt;i++){\n\t\t\t\tif(arr[i]==false){\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor(int i=2;i<=n;i++){\n\t\t\t\tif(arr[i]==false)\n\t\t\t\t\tal.add(i);\n\t\t\t}\n\t\t\t\n\t\treturn al;\n\t}", "ArrayList<Integer> al = new ArrayList<>();", "al", "new ArrayList<>()", "int n = (int)2e5;", "n", "(int)2e5", "boolean arr[] = new boolean[n+1];", "arr", "new boolean[n+1]", "n+1", "n", "1", "int sqrt = (int)Math.sqrt(n);", "sqrt", "(int)Math.sqrt(n)", "Math.sqrt", "Math", "n", "for(int i=2;i<=sqrt;i++){\n\t\t\t\tif(arr[i]==false){\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}", "int i=2;", "int i=2;", "i", "2", "i<=sqrt", "i", "sqrt", "i++", "i++", "i", "{\n\t\t\t\tif(arr[i]==false){\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}", "{\n\t\t\t\tif(arr[i]==false){\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}", "if(arr[i]==false){\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}", "arr[i]==false", "arr[i]", "arr", "i", "false", "{\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}", "for(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}", "int j=i*i;", "int j=i*i;", "j", "i*i", "i", "i", "j<=n", "j", "n", "j+=i", "j+=i", "j", "i", "{\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}", "{\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}", "arr[j]=true", "arr[j]", "arr", "j", "true", "for(int i=2;i<=n;i++){\n\t\t\t\tif(arr[i]==false)\n\t\t\t\t\tal.add(i);\n\t\t\t}", "int i=2;", "int i=2;", "i", "2", "i<=n", "i", "n", "i++", "i++", "i", "{\n\t\t\t\tif(arr[i]==false)\n\t\t\t\t\tal.add(i);\n\t\t\t}", "{\n\t\t\t\tif(arr[i]==false)\n\t\t\t\t\tal.add(i);\n\t\t\t}", "if(arr[i]==false)\n\t\t\t\t\tal.add(i);", "arr[i]==false", "arr[i]", "arr", "i", "false", "al.add(i)", "al.add", "al", "i", "return al;", "al", "static int gcd(int a, int b) \n { \n if (b == 0) \n return a; \n return gcd(b, a % b); \n }", "gcd", "{ \n if (b == 0) \n return a; \n return gcd(b, a % b); \n }", "if (b == 0) \n return a;", "b == 0", "b", "0", "return a;", "a", "return gcd(b, a % b);", "gcd(b, a % b)", "gcd", "b", "a % b", "a", "b", "int a", "a", "int b", "b", "public static class pair{\n\t\tint x;\n\t\tint y;\n\t\tpair(int x, int y){\n\t\t\tthis.x=x;\n\t\t\tthis.y=y;\n\t\t}\n\t}", "pair", "int x;", "x", "int y;", "y", "pair(int x, int y){\n\t\t\tthis.x=x;\n\t\t\tthis.y=y;\n\t\t}", "pair", "{\n\t\t\tthis.x=x;\n\t\t\tthis.y=y;\n\t\t}", "this.x=x", "this.x", "this", "this.x", "x", "this.y=y", "this.y", "this", "this.y", "y", "int x", "x", "int y", "y", "public static class comp implements Comparator<pair>{\n\t\tpublic int compare(pair o1, pair o2){\n\t\t\treturn o2.y-o1.y;\n\t\t}\n\t}", "comp", "public int compare(pair o1, pair o2){\n\t\t\treturn o2.y-o1.y;\n\t\t}", "compare", "{\n\t\t\treturn o2.y-o1.y;\n\t\t}", "return o2.y-o1.y;", "o2.y-o1.y", "o2.y", "o2", "o2.y", "o1.y", "o1", "o1.y", "pair o1", "o1", "pair o2", "o2", "Comparator", "static class Node{\n\t\tint node;\n\t\tint d;\n\t\tArrayList<Integer> al = new ArrayList<>();\t\n\t}", "Node", "int node;", "node", "int d;", "d", "ArrayList<Integer> al = new ArrayList<>();", "al", "new ArrayList<>()", "static class FastReader \n\t{ \n\t\tfinal private int BUFFER_SIZE = 1 << 16; \n\t\tprivate DataInputStream din; \n\t\tprivate byte[] buffer; \n\t\tprivate int bufferPointer, bytesRead; \n \n\t\tpublic FastReader() \n\t\t{ \n\t\t\tdin = new DataInputStream(System.in); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t} \n \n\t\tpublic FastReader(String file_name) throws IOException \n\t\t{ \n\t\t\tdin = new DataInputStream(new FileInputStream(file_name)); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t} \n \n\t\tpublic String readLine() throws IOException \n\t\t{ \n\t\t\tbyte[] buf = new byte[64]; // line length \n\t\t\tint cnt = 0, c; \n\t\t\twhile ((c = read()) != -1) \n\t\t\t{ \n\t\t\t\tif (c == '\\n') \n\t\t\t\t\tbreak; \n\t\t\t\tbuf[cnt++] = (byte) c; \n\t\t\t} \n\t\t\treturn new String(buf, 0, cnt); \n\t\t} \n \n\t\tpublic int nextInt() throws IOException \n\t\t{ \n\t\t\tint ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo\n\t\t\t{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} while ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n \n\t\tpublic long nextLong() throws IOException \n\t\t{ \n\t\t\tlong ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n \n\t\tpublic double nextDouble() throws IOException \n\t\t{ \n\t\t\tdouble ret = 0, div = 1; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (c == '.') \n\t\t\t{ \n\t\t\t\twhile ((c = read()) >= '0' && c <= '9') \n\t\t\t\t{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t} \n\t\t\t} \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n\t\t\n\t\t\n \n\t\tprivate void fillBuffer() throws IOException \n\t\t{ \n\t\t\tbytesRead = din.read(buffer, bufferPointer = 0, BUFFER_SIZE); \n\t\t\tif (bytesRead == -1) \n\t\t\t\tbuffer[0] = -1; \n\t\t} \n \n\t\tprivate byte read() throws IOException \n\t\t{ \n\t\t\tif (bufferPointer == bytesRead) \n\t\t\t\tfillBuffer(); \n\t\t\treturn buffer[bufferPointer++]; \n\t\t} \n \n\t\tpublic void close() throws IOException \n\t\t{ \n\t\t\tif (din == null) \n\t\t\t\treturn; \n\t\t\tdin.close(); \n\t\t} \n\t}", "FastReader", "final private int BUFFER_SIZE = 1 << 16;", "BUFFER_SIZE", "1 << 16", "1", "16", "private DataInputStream din;", "din", "private byte[] buffer;", "buffer", "private int bufferPointer", "bufferPointer", "bytesRead;", "bytesRead", "public FastReader() \n\t\t{ \n\t\t\tdin = new DataInputStream(System.in); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t}", "FastReader", "{ \n\t\t\tdin = new DataInputStream(System.in); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t}", "din = new DataInputStream(System.in)", "din", "new DataInputStream(System.in)", "buffer = new byte[BUFFER_SIZE]", "buffer", "new byte[BUFFER_SIZE]", "BUFFER_SIZE", "bufferPointer = bytesRead = 0", "bufferPointer", "bytesRead = 0", "bytesRead", "0", "public FastReader(String file_name) throws IOException \n\t\t{ \n\t\t\tdin = new DataInputStream(new FileInputStream(file_name)); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t}", "FastReader", "{ \n\t\t\tdin = new DataInputStream(new FileInputStream(file_name)); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t}", "din = new DataInputStream(new FileInputStream(file_name))", "din", "new DataInputStream(new FileInputStream(file_name))", "buffer = new byte[BUFFER_SIZE]", "buffer", "new byte[BUFFER_SIZE]", "BUFFER_SIZE", "bufferPointer = bytesRead = 0", "bufferPointer", "bytesRead = 0", "bytesRead", "0", "String file_name", "file_name", "public String readLine() throws IOException \n\t\t{ \n\t\t\tbyte[] buf = new byte[64]; // line length \n\t\t\tint cnt = 0, c; \n\t\t\twhile ((c = read()) != -1) \n\t\t\t{ \n\t\t\t\tif (c == '\\n') \n\t\t\t\t\tbreak; \n\t\t\t\tbuf[cnt++] = (byte) c; \n\t\t\t} \n\t\t\treturn new String(buf, 0, cnt); \n\t\t}", "readLine", "{ \n\t\t\tbyte[] buf = new byte[64]; // line length \n\t\t\tint cnt = 0, c; \n\t\t\twhile ((c = read()) != -1) \n\t\t\t{ \n\t\t\t\tif (c == '\\n') \n\t\t\t\t\tbreak; \n\t\t\t\tbuf[cnt++] = (byte) c; \n\t\t\t} \n\t\t\treturn new String(buf, 0, cnt); \n\t\t}", "byte[] buf = new byte[64];", "buf", "new byte[64]", "64", "int cnt = 0", "cnt", "0", "c;", "c", "while ((c = read()) != -1) \n\t\t\t{ \n\t\t\t\tif (c == '\\n') \n\t\t\t\t\tbreak; \n\t\t\t\tbuf[cnt++] = (byte) c; \n\t\t\t}", "(c = read()) != -1", "(c = read())", "c", "read()", "read", "-1", "1", "{ \n\t\t\t\tif (c == '\\n') \n\t\t\t\t\tbreak; \n\t\t\t\tbuf[cnt++] = (byte) c; \n\t\t\t}", "if (c == '\\n') \n\t\t\t\t\tbreak;", "c == '\\n'", "c", "'\\n'", "break;", "buf[cnt++] = (byte) c", "buf[cnt++]", "buf", "cnt++", "cnt", "(byte) c", "return new String(buf, 0, cnt);", "new String(buf, 0, cnt)", "public int nextInt() throws IOException \n\t\t{ \n\t\t\tint ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo\n\t\t\t{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} while ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t}", "nextInt", "{ \n\t\t\tint ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo\n\t\t\t{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} while ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t}", "int ret = 0;", "ret", "0", "byte c = read();", "c", "read()", "read", "while (c <= ' ') \n\t\t\t\tc = read();", "c <= ' '", "c", "' '", "c = read()", "c", "read()", "read", "boolean neg = (c == '-');", "neg", "(c == '-')", "c", "'-'", "if (neg) \n\t\t\t\tc = read();", "neg", "c = read()", "c", "read()", "read", "do\n\t\t\t{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} while ((c = read()) >= '0' && c <= '9');", "(c = read()) >= '0' && c <= '9'", "(c = read()) >= '0'", "(c = read())", "c", "read()", "read", "'0'", "c <= '9'", "c", "'9'", "{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t}", "ret = ret * 10 + c - '0'", "ret", "ret * 10 + c - '0'", "ret * 10 + c", "ret * 10", "ret", "10", "c", "'0'", "if (neg) \n\t\t\t\treturn -ret;", "neg", "return -ret;", "-ret", "ret", "return ret;", "ret", "public long nextLong() throws IOException \n\t\t{ \n\t\t\tlong ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t}", "nextLong", "{ \n\t\t\tlong ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t}", "long ret = 0;", "ret", "0", "byte c = read();", "c", "read()", "read", "while (c <= ' ') \n\t\t\t\tc = read();", "c <= ' '", "c", "' '", "c = read()", "c", "read()", "read", "boolean neg = (c == '-');", "neg", "(c == '-')", "c", "'-'", "if (neg) \n\t\t\t\tc = read();", "neg", "c = read()", "c", "read()", "read", "do { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9');", "(c = read()) >= '0' && c <= '9'", "(c = read()) >= '0'", "(c = read())", "c", "read()", "read", "'0'", "c <= '9'", "c", "'9'", "{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t}", "ret = ret * 10 + c - '0'", "ret", "ret * 10 + c - '0'", "ret * 10 + c", "ret * 10", "ret", "10", "c", "'0'", "if (neg) \n\t\t\t\treturn -ret;", "neg", "return -ret;", "-ret", "ret", "return ret;", "ret", "public double nextDouble() throws IOException \n\t\t{ \n\t\t\tdouble ret = 0, div = 1; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (c == '.') \n\t\t\t{ \n\t\t\t\twhile ((c = read()) >= '0' && c <= '9') \n\t\t\t\t{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t} \n\t\t\t} \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t}", "nextDouble", "{ \n\t\t\tdouble ret = 0, div = 1; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (c == '.') \n\t\t\t{ \n\t\t\t\twhile ((c = read()) >= '0' && c <= '9') \n\t\t\t\t{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t} \n\t\t\t} \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t}", "double ret = 0", "ret", "0", "div = 1;", "div", "1", "byte c = read();", "c", "read()", "read", "while (c <= ' ') \n\t\t\t\tc = read();", "c <= ' '", "c", "' '", "c = read()", "c", "read()", "read", "boolean neg = (c == '-');", "neg", "(c == '-')", "c", "'-'", "if (neg) \n\t\t\t\tc = read();", "neg", "c = read()", "c", "read()", "read", "do { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9');", "(c = read()) >= '0' && c <= '9'", "(c = read()) >= '0'", "(c = read())", "c", "read()", "read", "'0'", "c <= '9'", "c", "'9'", "{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t}", "ret = ret * 10 + c - '0'", "ret", "ret * 10 + c - '0'", "ret * 10 + c", "ret * 10", "ret", "10", "c", "'0'", "if (c == '.') \n\t\t\t{ \n\t\t\t\twhile ((c = read()) >= '0' && c <= '9') \n\t\t\t\t{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t} \n\t\t\t}", "c == '.'", "c", "'.'", "{ \n\t\t\t\twhile ((c = read()) >= '0' && c <= '9') \n\t\t\t\t{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t} \n\t\t\t}", "while ((c = read()) >= '0' && c <= '9') \n\t\t\t\t{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t}", "(c = read()) >= '0' && c <= '9'", "(c = read()) >= '0'", "(c = read())", "c", "read()", "read", "'0'", "c <= '9'", "c", "'9'", "{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t}", "ret += (c - '0') / (div *= 10)", "ret", "(c - '0') / (div *= 10)", "(c - '0')", "c", "'0'", "(div *= 10)", "div", "10", "if (neg) \n\t\t\t\treturn -ret;", "neg", "return -ret;", "-ret", "ret", "return ret;", "ret", "private void fillBuffer() throws IOException \n\t\t{ \n\t\t\tbytesRead = din.read(buffer, bufferPointer = 0, BUFFER_SIZE); \n\t\t\tif (bytesRead == -1) \n\t\t\t\tbuffer[0] = -1; \n\t\t}", "fillBuffer", "{ \n\t\t\tbytesRead = din.read(buffer, bufferPointer = 0, BUFFER_SIZE); \n\t\t\tif (bytesRead == -1) \n\t\t\t\tbuffer[0] = -1; \n\t\t}", "bytesRead = din.read(buffer, bufferPointer = 0, BUFFER_SIZE)", "bytesRead", "din.read(buffer, bufferPointer = 0, BUFFER_SIZE)", "din.read", "din", "buffer", "bufferPointer = 0", "bufferPointer", "0", "BUFFER_SIZE", "if (bytesRead == -1) \n\t\t\t\tbuffer[0] = -1;", "bytesRead == -1", "bytesRead", "-1", "1", "buffer[0] = -1", "buffer[0]", "buffer", "0", "-1", "1", "private byte read() throws IOException \n\t\t{ \n\t\t\tif (bufferPointer == bytesRead) \n\t\t\t\tfillBuffer(); \n\t\t\treturn buffer[bufferPointer++]; \n\t\t}", "read", "{ \n\t\t\tif (bufferPointer == bytesRead) \n\t\t\t\tfillBuffer(); \n\t\t\treturn buffer[bufferPointer++]; \n\t\t}", "if (bufferPointer == bytesRead) \n\t\t\t\tfillBuffer();", "bufferPointer == bytesRead", "bufferPointer", "bytesRead", "fillBuffer()", "fillBuffer", "return buffer[bufferPointer++];", "buffer[bufferPointer++]", "buffer", "bufferPointer++", "bufferPointer", "public void close() throws IOException \n\t\t{ \n\t\t\tif (din == null) \n\t\t\t\treturn; \n\t\t\tdin.close(); \n\t\t}", "close", "{ \n\t\t\tif (din == null) \n\t\t\t\treturn; \n\t\t\tdin.close(); \n\t\t}", "if (din == null) \n\t\t\t\treturn;", "din == null", "din", "null", "return;", "din.close()", "din.close", "din", "public class Main{\n\tstatic long mod = (long)(1e9+7);\n\tpublic static PrintWriter out = new PrintWriter (new BufferedOutputStream(System.out));\n\tpublic static void main(String[] args)throws IOException {\n\t\tScanner sc =new Scanner(System.in);\n\t\t\n\t\tdouble a =sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\tif(a/c<=b){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else System.out.println(\"No\");\n\t}\n\t\n\t\n\t\n\t\n\tpublic static LinkedList<Integer> comp(LinkedList<Integer> q){\n\t\tLinkedList<Integer> op = new LinkedList<>();\n\t\tStack<Integer> stack = new Stack<>();\n\t\twhile(q.size()>0){\n\t\t\tstack.push(q.pop());\n\t\t}\n\t\twhile(stack.size()>0){\n\t\t\top.addLast(stack.pop());\n\t\t}\n\t\treturn op;\n\t}\n\t\n\tpublic static ArrayList<Integer> primefactor(int n){\n\t\tint sqrt = (int)Math.sqrt(n);\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\twhile(n%2==0){\n\t\t\tal.add(2);\n\t\t\tn/=2;\n\t\t}\n\t\tfor(int i=3;i<=sqrt;i+=2){\n\t\t\twhile(n%i==0){\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}\n\t\t}\n\t\tif(n>2)\n\t\t\tal.add(n);\n\t\treturn al;\n\t}\n\t\n\tpublic static long sum(long val){\n\t\tlong fg =0 ;\n\t\twhile(val!=0){\n\t\t\tfg+=val%10;\n\t\t\tval/=10;\n\t\t}\n\t\treturn fg;\n\t}\n\t\n\t\n\t\n\tpublic static ArrayList<Long> factor(long n){\n\t\tlong sqrt = (long)Math.sqrt(n);\n\t\tArrayList<Long> al = new ArrayList<>();\n\t\tfor(long i=1;i<=sqrt;i++){\n\t\t\tif(n%i!=0)\n\t\t\t\tcontinue;\n\t\t\tlong first = i;\n\t\t\tlong second = n/i;\n\t\t\tal.add(i);\n\t\t\tif(first==second){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tal.add(n/i);\n\t\t}\n\t\treturn al;\n\t}\n\t\n\t\n\t\n\tpublic static ArrayList<Integer> comp(){\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\t\tint n = (int)2e5;\n\t\t\tboolean arr[] = new boolean[n+1];\n\t\t\tint sqrt = (int)Math.sqrt(n);\n\t\t\tfor(int i=2;i<=sqrt;i++){\n\t\t\t\tif(arr[i]==false){\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor(int i=2;i<=n;i++){\n\t\t\t\tif(arr[i]==false)\n\t\t\t\t\tal.add(i);\n\t\t\t}\n\t\t\t\n\t\treturn al;\n\t}\n\t\n\tpublic static class pair{\n\t\tint x;\n\t\tint y;\n\t\tpair(int x, int y){\n\t\t\tthis.x=x;\n\t\t\tthis.y=y;\n\t\t}\n\t}\n\t\n\tpublic static class comp implements Comparator<pair>{\n\t\tpublic int compare(pair o1, pair o2){\n\t\t\treturn o2.y-o1.y;\n\t\t}\n\t}\n\t\n\t\n\t\n\tstatic class Node{\n\t\tint node;\n\t\tint d;\n\t\tArrayList<Integer> al = new ArrayList<>();\t\n\t}\n\t\n\n\tstatic int gcd(int a, int b) \n { \n if (b == 0) \n return a; \n return gcd(b, a % b); \n }\n\t\n\t\t\n\tstatic class FastReader \n\t{ \n\t\tfinal private int BUFFER_SIZE = 1 << 16; \n\t\tprivate DataInputStream din; \n\t\tprivate byte[] buffer; \n\t\tprivate int bufferPointer, bytesRead; \n \n\t\tpublic FastReader() \n\t\t{ \n\t\t\tdin = new DataInputStream(System.in); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t} \n \n\t\tpublic FastReader(String file_name) throws IOException \n\t\t{ \n\t\t\tdin = new DataInputStream(new FileInputStream(file_name)); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t} \n \n\t\tpublic String readLine() throws IOException \n\t\t{ \n\t\t\tbyte[] buf = new byte[64]; // line length \n\t\t\tint cnt = 0, c; \n\t\t\twhile ((c = read()) != -1) \n\t\t\t{ \n\t\t\t\tif (c == '\\n') \n\t\t\t\t\tbreak; \n\t\t\t\tbuf[cnt++] = (byte) c; \n\t\t\t} \n\t\t\treturn new String(buf, 0, cnt); \n\t\t} \n \n\t\tpublic int nextInt() throws IOException \n\t\t{ \n\t\t\tint ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo\n\t\t\t{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} while ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n \n\t\tpublic long nextLong() throws IOException \n\t\t{ \n\t\t\tlong ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n \n\t\tpublic double nextDouble() throws IOException \n\t\t{ \n\t\t\tdouble ret = 0, div = 1; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (c == '.') \n\t\t\t{ \n\t\t\t\twhile ((c = read()) >= '0' && c <= '9') \n\t\t\t\t{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t} \n\t\t\t} \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n\t\t\n\t\t\n \n\t\tprivate void fillBuffer() throws IOException \n\t\t{ \n\t\t\tbytesRead = din.read(buffer, bufferPointer = 0, BUFFER_SIZE); \n\t\t\tif (bytesRead == -1) \n\t\t\t\tbuffer[0] = -1; \n\t\t} \n \n\t\tprivate byte read() throws IOException \n\t\t{ \n\t\t\tif (bufferPointer == bytesRead) \n\t\t\t\tfillBuffer(); \n\t\t\treturn buffer[bufferPointer++]; \n\t\t} \n \n\t\tpublic void close() throws IOException \n\t\t{ \n\t\t\tif (din == null) \n\t\t\t\treturn; \n\t\t\tdin.close(); \n\t\t} \n\t} \n}", "public class Main{\n\tstatic long mod = (long)(1e9+7);\n\tpublic static PrintWriter out = new PrintWriter (new BufferedOutputStream(System.out));\n\tpublic static void main(String[] args)throws IOException {\n\t\tScanner sc =new Scanner(System.in);\n\t\t\n\t\tdouble a =sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tdouble c = sc.nextDouble();\n\t\tif(a/c<=b){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}else System.out.println(\"No\");\n\t}\n\t\n\t\n\t\n\t\n\tpublic static LinkedList<Integer> comp(LinkedList<Integer> q){\n\t\tLinkedList<Integer> op = new LinkedList<>();\n\t\tStack<Integer> stack = new Stack<>();\n\t\twhile(q.size()>0){\n\t\t\tstack.push(q.pop());\n\t\t}\n\t\twhile(stack.size()>0){\n\t\t\top.addLast(stack.pop());\n\t\t}\n\t\treturn op;\n\t}\n\t\n\tpublic static ArrayList<Integer> primefactor(int n){\n\t\tint sqrt = (int)Math.sqrt(n);\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\twhile(n%2==0){\n\t\t\tal.add(2);\n\t\t\tn/=2;\n\t\t}\n\t\tfor(int i=3;i<=sqrt;i+=2){\n\t\t\twhile(n%i==0){\n\t\t\t\tal.add(i);\n\t\t\t\tn/=i;\n\t\t\t}\n\t\t}\n\t\tif(n>2)\n\t\t\tal.add(n);\n\t\treturn al;\n\t}\n\t\n\tpublic static long sum(long val){\n\t\tlong fg =0 ;\n\t\twhile(val!=0){\n\t\t\tfg+=val%10;\n\t\t\tval/=10;\n\t\t}\n\t\treturn fg;\n\t}\n\t\n\t\n\t\n\tpublic static ArrayList<Long> factor(long n){\n\t\tlong sqrt = (long)Math.sqrt(n);\n\t\tArrayList<Long> al = new ArrayList<>();\n\t\tfor(long i=1;i<=sqrt;i++){\n\t\t\tif(n%i!=0)\n\t\t\t\tcontinue;\n\t\t\tlong first = i;\n\t\t\tlong second = n/i;\n\t\t\tal.add(i);\n\t\t\tif(first==second){\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tal.add(n/i);\n\t\t}\n\t\treturn al;\n\t}\n\t\n\t\n\t\n\tpublic static ArrayList<Integer> comp(){\n\t\tArrayList<Integer> al = new ArrayList<>();\n\t\t\tint n = (int)2e5;\n\t\t\tboolean arr[] = new boolean[n+1];\n\t\t\tint sqrt = (int)Math.sqrt(n);\n\t\t\tfor(int i=2;i<=sqrt;i++){\n\t\t\t\tif(arr[i]==false){\n\t\t\t\t\tfor(int j=i*i;j<=n;j+=i){\n\t\t\t\t\t\tarr[j]=true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor(int i=2;i<=n;i++){\n\t\t\t\tif(arr[i]==false)\n\t\t\t\t\tal.add(i);\n\t\t\t}\n\t\t\t\n\t\treturn al;\n\t}\n\t\n\tpublic static class pair{\n\t\tint x;\n\t\tint y;\n\t\tpair(int x, int y){\n\t\t\tthis.x=x;\n\t\t\tthis.y=y;\n\t\t}\n\t}\n\t\n\tpublic static class comp implements Comparator<pair>{\n\t\tpublic int compare(pair o1, pair o2){\n\t\t\treturn o2.y-o1.y;\n\t\t}\n\t}\n\t\n\t\n\t\n\tstatic class Node{\n\t\tint node;\n\t\tint d;\n\t\tArrayList<Integer> al = new ArrayList<>();\t\n\t}\n\t\n\n\tstatic int gcd(int a, int b) \n { \n if (b == 0) \n return a; \n return gcd(b, a % b); \n }\n\t\n\t\t\n\tstatic class FastReader \n\t{ \n\t\tfinal private int BUFFER_SIZE = 1 << 16; \n\t\tprivate DataInputStream din; \n\t\tprivate byte[] buffer; \n\t\tprivate int bufferPointer, bytesRead; \n \n\t\tpublic FastReader() \n\t\t{ \n\t\t\tdin = new DataInputStream(System.in); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t} \n \n\t\tpublic FastReader(String file_name) throws IOException \n\t\t{ \n\t\t\tdin = new DataInputStream(new FileInputStream(file_name)); \n\t\t\tbuffer = new byte[BUFFER_SIZE]; \n\t\t\tbufferPointer = bytesRead = 0; \n\t\t} \n \n\t\tpublic String readLine() throws IOException \n\t\t{ \n\t\t\tbyte[] buf = new byte[64]; // line length \n\t\t\tint cnt = 0, c; \n\t\t\twhile ((c = read()) != -1) \n\t\t\t{ \n\t\t\t\tif (c == '\\n') \n\t\t\t\t\tbreak; \n\t\t\t\tbuf[cnt++] = (byte) c; \n\t\t\t} \n\t\t\treturn new String(buf, 0, cnt); \n\t\t} \n \n\t\tpublic int nextInt() throws IOException \n\t\t{ \n\t\t\tint ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo\n\t\t\t{ \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} while ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n \n\t\tpublic long nextLong() throws IOException \n\t\t{ \n\t\t\tlong ret = 0; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n \n\t\tpublic double nextDouble() throws IOException \n\t\t{ \n\t\t\tdouble ret = 0, div = 1; \n\t\t\tbyte c = read(); \n\t\t\twhile (c <= ' ') \n\t\t\t\tc = read(); \n\t\t\tboolean neg = (c == '-'); \n\t\t\tif (neg) \n\t\t\t\tc = read(); \n \n\t\t\tdo { \n\t\t\t\tret = ret * 10 + c - '0'; \n\t\t\t} \n\t\t\twhile ((c = read()) >= '0' && c <= '9'); \n \n\t\t\tif (c == '.') \n\t\t\t{ \n\t\t\t\twhile ((c = read()) >= '0' && c <= '9') \n\t\t\t\t{ \n\t\t\t\t\tret += (c - '0') / (div *= 10); \n\t\t\t\t} \n\t\t\t} \n \n\t\t\tif (neg) \n\t\t\t\treturn -ret; \n\t\t\treturn ret; \n\t\t} \n\t\t\n\t\t\n \n\t\tprivate void fillBuffer() throws IOException \n\t\t{ \n\t\t\tbytesRead = din.read(buffer, bufferPointer = 0, BUFFER_SIZE); \n\t\t\tif (bytesRead == -1) \n\t\t\t\tbuffer[0] = -1; \n\t\t} \n \n\t\tprivate byte read() throws IOException \n\t\t{ \n\t\t\tif (bufferPointer == bytesRead) \n\t\t\t\tfillBuffer(); \n\t\t\treturn buffer[bufferPointer++]; \n\t\t} \n \n\t\tpublic void close() throws IOException \n\t\t{ \n\t\t\tif (din == null) \n\t\t\t\treturn; \n\t\t\tdin.close(); \n\t\t} \n\t} \n}", "Main" ]
import java.util.*; import java.io.*; import java.math.*; public class Main{ static long mod = (long)(1e9+7); public static PrintWriter out = new PrintWriter (new BufferedOutputStream(System.out)); public static void main(String[] args)throws IOException { Scanner sc =new Scanner(System.in); double a =sc.nextDouble(); double b = sc.nextDouble(); double c = sc.nextDouble(); if(a/c<=b){ System.out.println("Yes"); }else System.out.println("No"); } public static LinkedList<Integer> comp(LinkedList<Integer> q){ LinkedList<Integer> op = new LinkedList<>(); Stack<Integer> stack = new Stack<>(); while(q.size()>0){ stack.push(q.pop()); } while(stack.size()>0){ op.addLast(stack.pop()); } return op; } public static ArrayList<Integer> primefactor(int n){ int sqrt = (int)Math.sqrt(n); ArrayList<Integer> al = new ArrayList<>(); while(n%2==0){ al.add(2); n/=2; } for(int i=3;i<=sqrt;i+=2){ while(n%i==0){ al.add(i); n/=i; } } if(n>2) al.add(n); return al; } public static long sum(long val){ long fg =0 ; while(val!=0){ fg+=val%10; val/=10; } return fg; } public static ArrayList<Long> factor(long n){ long sqrt = (long)Math.sqrt(n); ArrayList<Long> al = new ArrayList<>(); for(long i=1;i<=sqrt;i++){ if(n%i!=0) continue; long first = i; long second = n/i; al.add(i); if(first==second){ continue; } al.add(n/i); } return al; } public static ArrayList<Integer> comp(){ ArrayList<Integer> al = new ArrayList<>(); int n = (int)2e5; boolean arr[] = new boolean[n+1]; int sqrt = (int)Math.sqrt(n); for(int i=2;i<=sqrt;i++){ if(arr[i]==false){ for(int j=i*i;j<=n;j+=i){ arr[j]=true; } } } for(int i=2;i<=n;i++){ if(arr[i]==false) al.add(i); } return al; } public static class pair{ int x; int y; pair(int x, int y){ this.x=x; this.y=y; } } public static class comp implements Comparator<pair>{ public int compare(pair o1, pair o2){ return o2.y-o1.y; } } static class Node{ int node; int d; ArrayList<Integer> al = new ArrayList<>(); } static int gcd(int a, int b) { if (b == 0) return a; return gcd(b, a % b); } static class FastReader { final private int BUFFER_SIZE = 1 << 16; private DataInputStream din; private byte[] buffer; private int bufferPointer, bytesRead; public FastReader() { din = new DataInputStream(System.in); buffer = new byte[BUFFER_SIZE]; bufferPointer = bytesRead = 0; } public FastReader(String file_name) throws IOException { din = new DataInputStream(new FileInputStream(file_name)); buffer = new byte[BUFFER_SIZE]; bufferPointer = bytesRead = 0; } public String readLine() throws IOException { byte[] buf = new byte[64]; // line length int cnt = 0, c; while ((c = read()) != -1) { if (c == '\n') break; buf[cnt++] = (byte) c; } return new String(buf, 0, cnt); } public int nextInt() throws IOException { int ret = 0; byte c = read(); while (c <= ' ') c = read(); boolean neg = (c == '-'); if (neg) c = read(); do { ret = ret * 10 + c - '0'; } while ((c = read()) >= '0' && c <= '9'); if (neg) return -ret; return ret; } public long nextLong() throws IOException { long ret = 0; byte c = read(); while (c <= ' ') c = read(); boolean neg = (c == '-'); if (neg) c = read(); do { ret = ret * 10 + c - '0'; } while ((c = read()) >= '0' && c <= '9'); if (neg) return -ret; return ret; } public double nextDouble() throws IOException { double ret = 0, div = 1; byte c = read(); while (c <= ' ') c = read(); boolean neg = (c == '-'); if (neg) c = read(); do { ret = ret * 10 + c - '0'; } while ((c = read()) >= '0' && c <= '9'); if (c == '.') { while ((c = read()) >= '0' && c <= '9') { ret += (c - '0') / (div *= 10); } } if (neg) return -ret; return ret; } private void fillBuffer() throws IOException { bytesRead = din.read(buffer, bufferPointer = 0, BUFFER_SIZE); if (bytesRead == -1) buffer[0] = -1; } private byte read() throws IOException { if (bufferPointer == bytesRead) fillBuffer(); return buffer[bufferPointer++]; } public void close() throws IOException { if (din == null) return; din.close(); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 41, 13, 4, 13, 41, 13, 4, 13, 41, 13, 4, 13, 14, 2, 2, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 0, 13, 20, 29, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 102, 8 ], [ 102, 9 ], [ 9, 10 ], [ 102, 11 ], [ 11, 12 ], [ 102, 13 ], [ 13, 14 ], [ 102, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 17, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 17, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 17, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 33, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 33, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 47, 52 ], [ 15, 53 ], [ 53, 54 ], [ 102, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 59, 62 ], [ 62, 63 ], [ 102, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 68, 71 ], [ 71, 72 ], [ 102, 73 ], [ 73, 74 ], [ 73, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 77, 80 ], [ 80, 81 ], [ 102, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 86, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 85, 94 ], [ 94, 95 ], [ 94, 96 ], [ 84, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 0, 101 ], [ 101, 102 ], [ 101, 103 ] ]
[ "import java.util.*; \nimport java.io.*;\n\npublic class Main {\n static StringTokenizer st;\n static BufferedReader br; \n static PrintWriter out;\n \n public static void main(String[] args) throws IOException {\n br = new BufferedReader(new InputStreamReader(System.in));\n\n int D = nextInt();\n int T = nextInt();\n int S = nextInt();\n\n if( T * S >= D) {\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n };\n\n \n\n }\n \n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "public class Main {\n static StringTokenizer st;\n static BufferedReader br; \n static PrintWriter out;\n \n public static void main(String[] args) throws IOException {\n br = new BufferedReader(new InputStreamReader(System.in));\n\n int D = nextInt();\n int T = nextInt();\n int S = nextInt();\n\n if( T * S >= D) {\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n };\n\n \n\n }\n \n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}", "Main", "static StringTokenizer st;", "st", "static BufferedReader br;", "br", "static PrintWriter out;", "out", "public static void main(String[] args) throws IOException {\n br = new BufferedReader(new InputStreamReader(System.in));\n\n int D = nextInt();\n int T = nextInt();\n int S = nextInt();\n\n if( T * S >= D) {\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n };\n\n \n\n }", "main", "{\n br = new BufferedReader(new InputStreamReader(System.in));\n\n int D = nextInt();\n int T = nextInt();\n int S = nextInt();\n\n if( T * S >= D) {\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n };\n\n \n\n }", "br = new BufferedReader(new InputStreamReader(System.in))", "br", "new BufferedReader(new InputStreamReader(System.in))", "int D = nextInt();", "D", "nextInt()", "nextInt", "int T = nextInt();", "T", "nextInt()", "nextInt", "int S = nextInt();", "S", "nextInt()", "nextInt", "if( T * S >= D) {\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }", "T * S >= D", "T * S", "T", "S", "D", "{\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 int nextInt() throws IOException {\n return Integer.parseInt(next());\n }", "nextInt", "{\n return Integer.parseInt(next());\n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }", "nextLong", "{\n return Long.parseLong(next());\n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }", "nextDouble", "{\n return Double.parseDouble(next());\n }", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }", "next", "{\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }", "while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "st = new StringTokenizer(br.readLine().trim())", "st", "new StringTokenizer(br.readLine().trim())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "public class Main {\n static StringTokenizer st;\n static BufferedReader br; \n static PrintWriter out;\n \n public static void main(String[] args) throws IOException {\n br = new BufferedReader(new InputStreamReader(System.in));\n\n int D = nextInt();\n int T = nextInt();\n int S = nextInt();\n\n if( T * S >= D) {\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n };\n\n \n\n }\n \n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}", "public class Main {\n static StringTokenizer st;\n static BufferedReader br; \n static PrintWriter out;\n \n public static void main(String[] args) throws IOException {\n br = new BufferedReader(new InputStreamReader(System.in));\n\n int D = nextInt();\n int T = nextInt();\n int S = nextInt();\n\n if( T * S >= D) {\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n };\n\n \n\n }\n \n \n public static int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n public static long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public static double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n static String next() throws IOException {\n while (st == null || !st.hasMoreTokens())\n st = new StringTokenizer(br.readLine().trim());\n return st.nextToken();\n }\n}", "Main" ]
import java.util.*; import java.io.*; public class Main { static StringTokenizer st; static BufferedReader br; static PrintWriter out; public static void main(String[] args) throws IOException { br = new BufferedReader(new InputStreamReader(System.in)); int D = nextInt(); int T = nextInt(); int S = nextInt(); if( T * S >= D) { System.out.println("Yes"); } else{ System.out.println("No"); }; } public static int nextInt() throws IOException { return Integer.parseInt(next()); } public static long nextLong() throws IOException { return Long.parseLong(next()); } public static double nextDouble() throws IOException { return Double.parseDouble(next()); } static String next() throws IOException { while (st == null || !st.hasMoreTokens()) st = new StringTokenizer(br.readLine().trim()); return st.nextToken(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 17, 41, 13, 4, 18, 13, 0, 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, 14, 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 ], [ 75, 5 ], [ 75, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 23, 26 ], [ 23, 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 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 55, 57 ], [ 52, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 52, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 66, 71 ], [ 6, 72 ], [ 72, 73 ], [ 0, 74 ], [ 74, 75 ], [ 74, 76 ] ]
[ "import java.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n \tScanner sc = new Scanner(System.in);\n String D_T_S [] = new String[3];\n String line = sc.nextLine();\n \n D_T_S = line.split(\" \", 0);\n int D = Integer.parseInt(D_T_S[0]);\n int T = Integer.parseInt(D_T_S[1]);\n int S = Integer.parseInt(D_T_S[2]);\n \n if(D > T * S){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n public static void main(String[] args) {\n \tScanner sc = new Scanner(System.in);\n String D_T_S [] = new String[3];\n String line = sc.nextLine();\n \n D_T_S = line.split(\" \", 0);\n int D = Integer.parseInt(D_T_S[0]);\n int T = Integer.parseInt(D_T_S[1]);\n int S = Integer.parseInt(D_T_S[2]);\n \n if(D > T * S){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\n}", "Main", "public static void main(String[] args) {\n \tScanner sc = new Scanner(System.in);\n String D_T_S [] = new String[3];\n String line = sc.nextLine();\n \n D_T_S = line.split(\" \", 0);\n int D = Integer.parseInt(D_T_S[0]);\n int T = Integer.parseInt(D_T_S[1]);\n int S = Integer.parseInt(D_T_S[2]);\n \n if(D > T * S){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }", "main", "{\n \tScanner sc = new Scanner(System.in);\n String D_T_S [] = new String[3];\n String line = sc.nextLine();\n \n D_T_S = line.split(\" \", 0);\n int D = Integer.parseInt(D_T_S[0]);\n int T = Integer.parseInt(D_T_S[1]);\n int S = Integer.parseInt(D_T_S[2]);\n \n if(D > T * S){\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)", "String D_T_S [] = new String[3];", "D_T_S", "new String[3]", "3", "String line = sc.nextLine();", "line", "sc.nextLine()", "sc.nextLine", "sc", "D_T_S = line.split(\" \", 0)", "D_T_S", "line.split(\" \", 0)", "line.split", "line", "\" \"", "0", "int D = Integer.parseInt(D_T_S[0]);", "D", "Integer.parseInt(D_T_S[0])", "Integer.parseInt", "Integer", "D_T_S[0]", "D_T_S", "0", "int T = Integer.parseInt(D_T_S[1]);", "T", "Integer.parseInt(D_T_S[1])", "Integer.parseInt", "Integer", "D_T_S[1]", "D_T_S", "1", "int S = Integer.parseInt(D_T_S[2]);", "S", "Integer.parseInt(D_T_S[2])", "Integer.parseInt", "Integer", "D_T_S[2]", "D_T_S", "2", "if(D > T * S){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }", "D > T * S", "D", "T * S", "T", "S", "{\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 \tScanner sc = new Scanner(System.in);\n String D_T_S [] = new String[3];\n String line = sc.nextLine();\n \n D_T_S = line.split(\" \", 0);\n int D = Integer.parseInt(D_T_S[0]);\n int T = Integer.parseInt(D_T_S[1]);\n int S = Integer.parseInt(D_T_S[2]);\n \n if(D > T * S){\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 \tScanner sc = new Scanner(System.in);\n String D_T_S [] = new String[3];\n String line = sc.nextLine();\n \n D_T_S = line.split(\" \", 0);\n int D = Integer.parseInt(D_T_S[0]);\n int T = Integer.parseInt(D_T_S[1]);\n int S = Integer.parseInt(D_T_S[2]);\n \n if(D > T * S){\n System.out.println(\"No\");\n }else{\n System.out.println(\"Yes\");\n }\n }\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String D_T_S [] = new String[3]; String line = sc.nextLine(); D_T_S = line.split(" ", 0); int D = Integer.parseInt(D_T_S[0]); int T = Integer.parseInt(D_T_S[1]); int S = Integer.parseInt(D_T_S[2]); if(D > T * S){ System.out.println("No"); }else{ System.out.println("Yes"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 20, 41, 13, 20, 12, 13, 30, 4, 13, 4, 18, 13, 23, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 8, 2, 13, 2, 13, 13, 17, 17, 6, 13, 41, 13, 20, 41, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 29, 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 ], [ 138, 8 ], [ 138, 9 ], [ 9, 10 ], [ 9, 11 ], [ 138, 12 ], [ 12, 13 ], [ 12, 14 ], [ 138, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 17, 20 ], [ 20, 21 ], [ 21, 22 ], [ 15, 23 ], [ 23, 24 ], [ 138, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 27, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 27, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 27, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 51 ], [ 46, 52 ], [ 46, 53 ], [ 138, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 59, 60 ], [ 54, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 64, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 74, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 63, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 54, 89 ], [ 89, 90 ], [ 89, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 91, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 95, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 105, 106 ], [ 106, 107 ], [ 91, 108 ], [ 108, 109 ], [ 54, 110 ], [ 110, 111 ], [ 110, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 114, 117 ], [ 117, 118 ], [ 54, 119 ], [ 119, 120 ], [ 119, 121 ], [ 121, 122 ], [ 122, 123 ], [ 123, 124 ], [ 124, 125 ], [ 123, 126 ], [ 126, 127 ], [ 54, 128 ], [ 128, 129 ], [ 128, 130 ], [ 130, 131 ], [ 131, 132 ], [ 132, 133 ], [ 133, 134 ], [ 132, 135 ], [ 135, 136 ], [ 0, 137 ], [ 137, 138 ], [ 137, 139 ] ]
[ "import java.util.*;\nimport java.io.*;\n\npublic class Main {\n\tstatic FastReader f = new FastReader();\n\tstatic PrintWriter out = new PrintWriter(System.out);\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t\tout.close();\n\t}\n\n\tstatic void solve() {\n\t\tlong d = f.nextInt(), t = f.nextInt(), s = f.nextInt();\n\t\tout.println(d <= s*t ? \"Yes\" : \"No\");\n\n\t}\n\n\tstatic class FastReader {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st;\n\n\t\tString next() {\n\t\t\twhile(st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tString nextLine() {\n\t\t\tString str = \"\";\n\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch(IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}\n\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "public class Main {\n\tstatic FastReader f = new FastReader();\n\tstatic PrintWriter out = new PrintWriter(System.out);\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t\tout.close();\n\t}\n\n\tstatic void solve() {\n\t\tlong d = f.nextInt(), t = f.nextInt(), s = f.nextInt();\n\t\tout.println(d <= s*t ? \"Yes\" : \"No\");\n\n\t}\n\n\tstatic class FastReader {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st;\n\n\t\tString next() {\n\t\t\twhile(st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tString nextLine() {\n\t\t\tString str = \"\";\n\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch(IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}\n\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n}", "Main", "static FastReader f = new FastReader();", "f", "new FastReader()", "static PrintWriter out = new PrintWriter(System.out);", "out", "new PrintWriter(System.out)", "public static void main(String[] args) {\n\t\tsolve();\n\t\tout.close();\n\t}", "main", "{\n\t\tsolve();\n\t\tout.close();\n\t}", "solve()", "solve", "out.close()", "out.close", "out", "String[] args", "args", "static void solve() {\n\t\tlong d = f.nextInt(), t = f.nextInt(), s = f.nextInt();\n\t\tout.println(d <= s*t ? \"Yes\" : \"No\");\n\n\t}", "solve", "{\n\t\tlong d = f.nextInt(), t = f.nextInt(), s = f.nextInt();\n\t\tout.println(d <= s*t ? \"Yes\" : \"No\");\n\n\t}", "long d = f.nextInt()", "d", "f.nextInt()", "f.nextInt", "f", "t = f.nextInt()", "t", "f.nextInt()", "f.nextInt", "f", "s = f.nextInt();", "s", "f.nextInt()", "f.nextInt", "f", "out.println(d <= s*t ? \"Yes\" : \"No\")", "out.println", "out", "d <= s*t ? \"Yes\" : \"No\"", "d <= s*t", "d", "s*t", "s", "t", "\"Yes\"", "\"No\"", "static class FastReader {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st;\n\n\t\tString next() {\n\t\t\twhile(st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tString nextLine() {\n\t\t\tString str = \"\";\n\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch(IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}\n\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}", "FastReader", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st;", "st", "String next() {\n\t\t\twhile(st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}", "next", "{\n\t\t\twhile(st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}", "while(st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}", "st == null || !st.hasMoreElements()", "st == null", "st", "null", "!st.hasMoreElements()", "st.hasMoreElements()", "st.hasMoreElements", "st", "{\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}", "try {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "IOException e", "{\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t}", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "String nextLine() {\n\t\t\tString str = \"\";\n\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch(IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}", "nextLine", "{\n\t\t\tString str = \"\";\n\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch(IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}", "String str = \"\";", "str", "\"\"", "try {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch(IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}", "catch(IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}", "IOException e", "{\n\t\t\t\te.printStackTrace();\n\t\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\t\tstr = br.readLine();\n\t\t\t}", "str = br.readLine()", "str", "br.readLine()", "br.readLine", "br", "return str;", "str", "int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "nextInt", "{\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "double nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}", "nextDouble", "{\n\t\t\treturn Double.parseDouble(next());\n\t\t}", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "long nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}", "nextLong", "{\n\t\t\treturn Long.parseLong(next());\n\t\t}", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "public class Main {\n\tstatic FastReader f = new FastReader();\n\tstatic PrintWriter out = new PrintWriter(System.out);\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t\tout.close();\n\t}\n\n\tstatic void solve() {\n\t\tlong d = f.nextInt(), t = f.nextInt(), s = f.nextInt();\n\t\tout.println(d <= s*t ? \"Yes\" : \"No\");\n\n\t}\n\n\tstatic class FastReader {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st;\n\n\t\tString next() {\n\t\t\twhile(st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tString nextLine() {\n\t\t\tString str = \"\";\n\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch(IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}\n\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n}", "public class Main {\n\tstatic FastReader f = new FastReader();\n\tstatic PrintWriter out = new PrintWriter(System.out);\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t\tout.close();\n\t}\n\n\tstatic void solve() {\n\t\tlong d = f.nextInt(), t = f.nextInt(), s = f.nextInt();\n\t\tout.println(d <= s*t ? \"Yes\" : \"No\");\n\n\t}\n\n\tstatic class FastReader {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st;\n\n\t\tString next() {\n\t\t\twhile(st == null || !st.hasMoreElements()) {\n\t\t\t\ttry {\n\t\t\t\t\tst = new StringTokenizer(br.readLine());\n\t\t\t\t} catch(IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\n\t\tString nextLine() {\n\t\t\tString str = \"\";\n\n\t\t\ttry {\n\t\t\t\tstr = br.readLine();\n\t\t\t} catch(IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn str;\n\t\t}\n\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t}\n}", "Main" ]
import java.util.*; import java.io.*; public class Main { static FastReader f = new FastReader(); static PrintWriter out = new PrintWriter(System.out); public static void main(String[] args) { solve(); out.close(); } static void solve() { long d = f.nextInt(), t = f.nextInt(), s = f.nextInt(); out.println(d <= s*t ? "Yes" : "No"); } static class FastReader { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st; String next() { while(st == null || !st.hasMoreElements()) { try { st = new StringTokenizer(br.readLine()); } catch(IOException e) { e.printStackTrace(); } } return st.nextToken(); } String nextLine() { String str = ""; try { str = br.readLine(); } catch(IOException e) { e.printStackTrace(); } return str; } int nextInt() { return Integer.parseInt(next()); } double nextDouble() { return Double.parseDouble(next()); } long nextLong() { return Long.parseLong(next()); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 13, 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 ], [ 50, 5 ], [ 50, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 30, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.*;\n \npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner scanner = new Scanner(System.in);\n \n int dis = scanner.nextInt();\n int time = scanner.nextInt();\n int speed = scanner.nextInt();\n \n if(dis<=time*speed){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n public static void main(String[] args) throws Exception {\n Scanner scanner = new Scanner(System.in);\n \n int dis = scanner.nextInt();\n int time = scanner.nextInt();\n int speed = scanner.nextInt();\n \n if(dis<=time*speed){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }\n}", "Main", "public static void main(String[] args) throws Exception {\n Scanner scanner = new Scanner(System.in);\n \n int dis = scanner.nextInt();\n int time = scanner.nextInt();\n int speed = scanner.nextInt();\n \n if(dis<=time*speed){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }", "main", "{\n Scanner scanner = new Scanner(System.in);\n \n int dis = scanner.nextInt();\n int time = scanner.nextInt();\n int speed = scanner.nextInt();\n \n if(dis<=time*speed){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int dis = scanner.nextInt();", "dis", "scanner.nextInt()", "scanner.nextInt", "scanner", "int time = scanner.nextInt();", "time", "scanner.nextInt()", "scanner.nextInt", "scanner", "int speed = scanner.nextInt();", "speed", "scanner.nextInt()", "scanner.nextInt", "scanner", "if(dis<=time*speed){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }", "dis<=time*speed", "dis", "time*speed", "time", "speed", "{\n System.out.print(\"Yes\");\n }", "System.out.print(\"Yes\")", "System.out.print", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.print(\"No\");\n }", "System.out.print(\"No\")", "System.out.print", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n public static void main(String[] args) throws Exception {\n Scanner scanner = new Scanner(System.in);\n \n int dis = scanner.nextInt();\n int time = scanner.nextInt();\n int speed = scanner.nextInt();\n \n if(dis<=time*speed){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }\n}", "public class Main {\n public static void main(String[] args) throws Exception {\n Scanner scanner = new Scanner(System.in);\n \n int dis = scanner.nextInt();\n int time = scanner.nextInt();\n int speed = scanner.nextInt();\n \n if(dis<=time*speed){\n System.out.print(\"Yes\");\n }else{\n System.out.print(\"No\");\n }\n }\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args) throws Exception { Scanner scanner = new Scanner(System.in); int dis = scanner.nextInt(); int time = scanner.nextInt(); int speed = scanner.nextInt(); if(dis<=time*speed){ System.out.print("Yes"); }else{ System.out.print("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, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 56, 8 ], [ 56, 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 ], [ 32, 34 ], [ 11, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 35, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 47, 52 ], [ 9, 53 ], [ 53, 54 ], [ 0, 55 ], [ 55, 56 ], [ 55, 57 ] ]
[ "import java.util.*;\nimport java.util.Scanner;\npublic class Main{\n public static void main(String[] args){\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T = s.nextDouble();\n double S = s.nextDouble();\n double t = D/S;\n if(t<=T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }\n}\n ", "import java.util.*;", "util.*", "java", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args){\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T = s.nextDouble();\n double S = s.nextDouble();\n double t = D/S;\n if(t<=T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }\n}", "Main", "public static void main(String[] args){\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T = s.nextDouble();\n double S = s.nextDouble();\n double t = D/S;\n if(t<=T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }", "main", "{\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T = s.nextDouble();\n double S = s.nextDouble();\n double t = D/S;\n if(t<=T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "double D = s.nextDouble();", "D", "s.nextDouble()", "s.nextDouble", "s", "double T = s.nextDouble();", "T", "s.nextDouble()", "s.nextDouble", "s", "double S = s.nextDouble();", "S", "s.nextDouble()", "s.nextDouble", "s", "double t = D/S;", "t", "D/S", "D", "S", "if(t<=T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }", "t<=T", "t", "T", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main{\n public static void main(String[] args){\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T = s.nextDouble();\n double S = s.nextDouble();\n double t = D/S;\n if(t<=T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }\n}", "public class Main{\n public static void main(String[] args){\n Scanner s = new Scanner(System.in);\n double D = s.nextDouble();\n double T = s.nextDouble();\n double S = s.nextDouble();\n double t = D/S;\n if(t<=T){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n \n }\n}", "Main" ]
import java.util.*; import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner s = new Scanner(System.in); double D = s.nextDouble(); double T = s.nextDouble(); double S = s.nextDouble(); double t = D/S; if(t<=T){ 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, 4, 18, 18, 13, 13, 4, 13, 13, 13, 13, 4, 18, 13, 23, 13, 12, 13, 30, 14, 2, 2, 13, 13, 13, 30, 29, 17, 29, 17, 23, 13, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 78, 8 ], [ 78, 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 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 47, 48 ], [ 47, 49 ], [ 47, 50 ], [ 47, 51 ], [ 11, 52 ], [ 52, 53 ], [ 53, 54 ], [ 9, 55 ], [ 55, 56 ], [ 78, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 60, 66 ], [ 66, 67 ], [ 67, 68 ], [ 59, 69 ], [ 69, 70 ], [ 57, 71 ], [ 71, 72 ], [ 57, 73 ], [ 73, 74 ], [ 57, 75 ], [ 75, 76 ], [ 0, 77 ], [ 77, 78 ], [ 77, 79 ] ]
[ "import java.io.*;\nimport java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n StringTokenizer st = new StringTokenizer(in.readLine());\n int D = Integer.parseInt(st.nextToken());\n int T = Integer.parseInt(st.nextToken());\n int S = Integer.parseInt(st.nextToken());\n\n System.out.println(solve(D, T, S));\n\n in.close();\n }\n\n private static String solve(int D, int T, int S) {\n if (T * S >= D) {\n return \"Yes\";\n }\n\n return \"No\";\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n StringTokenizer st = new StringTokenizer(in.readLine());\n int D = Integer.parseInt(st.nextToken());\n int T = Integer.parseInt(st.nextToken());\n int S = Integer.parseInt(st.nextToken());\n\n System.out.println(solve(D, T, S));\n\n in.close();\n }\n\n private static String solve(int D, int T, int S) {\n if (T * S >= D) {\n return \"Yes\";\n }\n\n return \"No\";\n }\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n StringTokenizer st = new StringTokenizer(in.readLine());\n int D = Integer.parseInt(st.nextToken());\n int T = Integer.parseInt(st.nextToken());\n int S = Integer.parseInt(st.nextToken());\n\n System.out.println(solve(D, T, S));\n\n in.close();\n }", "main", "{\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n StringTokenizer st = new StringTokenizer(in.readLine());\n int D = Integer.parseInt(st.nextToken());\n int T = Integer.parseInt(st.nextToken());\n int S = Integer.parseInt(st.nextToken());\n\n System.out.println(solve(D, T, S));\n\n in.close();\n }", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st = new StringTokenizer(in.readLine());", "st", "new StringTokenizer(in.readLine())", "int D = Integer.parseInt(st.nextToken());", "D", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int T = Integer.parseInt(st.nextToken());", "T", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int S = Integer.parseInt(st.nextToken());", "S", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "System.out.println(solve(D, T, S))", "System.out.println", "System.out", "System", "System.out", "solve(D, T, S)", "solve", "D", "T", "S", "in.close()", "in.close", "in", "String[] args", "args", "private static String solve(int D, int T, int S) {\n if (T * S >= D) {\n return \"Yes\";\n }\n\n return \"No\";\n }", "solve", "{\n if (T * S >= D) {\n return \"Yes\";\n }\n\n return \"No\";\n }", "if (T * S >= D) {\n return \"Yes\";\n }", "T * S >= D", "T * S", "T", "S", "D", "{\n return \"Yes\";\n }", "return \"Yes\";", "\"Yes\"", "return \"No\";", "\"No\"", "int D", "D", "int T", "T", "int S", "S", "public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n StringTokenizer st = new StringTokenizer(in.readLine());\n int D = Integer.parseInt(st.nextToken());\n int T = Integer.parseInt(st.nextToken());\n int S = Integer.parseInt(st.nextToken());\n\n System.out.println(solve(D, T, S));\n\n in.close();\n }\n\n private static String solve(int D, int T, int S) {\n if (T * S >= D) {\n return \"Yes\";\n }\n\n return \"No\";\n }\n}", "public class Main {\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n StringTokenizer st = new StringTokenizer(in.readLine());\n int D = Integer.parseInt(st.nextToken());\n int T = Integer.parseInt(st.nextToken());\n int S = Integer.parseInt(st.nextToken());\n\n System.out.println(solve(D, T, S));\n\n in.close();\n }\n\n private static String solve(int D, int T, int S) {\n if (T * S >= D) {\n return \"Yes\";\n }\n\n return \"No\";\n }\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st = new StringTokenizer(in.readLine()); int D = Integer.parseInt(st.nextToken()); int T = Integer.parseInt(st.nextToken()); int S = Integer.parseInt(st.nextToken()); System.out.println(solve(D, T, S)); in.close(); } private static String solve(int D, int T, int S) { if (T * S >= D) { return "Yes"; } return "No"; } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 14, 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 ], [ 58, 8 ], [ 58, 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 ], [ 32, 34 ], [ 11, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 35, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 35, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 9, 55 ], [ 55, 56 ], [ 0, 57 ], [ 57, 58 ], [ 57, 59 ] ]
[ "import java.util.*;\nimport java.io.*;\npublic class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n int dif = t * s;\n if (d<=t*s){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n}\n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "public class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n int dif = t * s;\n if (d<=t*s){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n}\n}", "Main", "public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n int dif = t * s;\n if (d<=t*s){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n}", "main", "{\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n int dif = t * s;\n if (d<=t*s){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int d = sc.nextInt();", "d", "sc.nextInt()", "sc.nextInt", "sc", "int t = sc.nextInt();", "t", "sc.nextInt()", "sc.nextInt", "sc", "int s = sc.nextInt();", "s", "sc.nextInt()", "sc.nextInt", "sc", "int dif = t * s;", "dif", "t * s", "t", "s", "if (d<=t*s){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }", "d<=t*s", "d", "t*s", "t", "s", "{\n System.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n System.out.println(\"No\");\n }", "System.out.println(\"No\")", "System.out.println", "System.out", "System", "System.out", "\"No\"", "String[] args", "args", "public class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n int dif = t * s;\n if (d<=t*s){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n}\n}", "public class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int d = sc.nextInt();\n int t = sc.nextInt();\n int s = sc.nextInt();\n int dif = t * s;\n if (d<=t*s){\n System.out.println(\"Yes\");\n }\n else{\n System.out.println(\"No\");\n }\n}\n}", "Main" ]
import java.util.*; import java.io.*; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); int d = sc.nextInt(); int t = sc.nextInt(); int s = sc.nextInt(); int dif = t * s; if (d<=t*s){ System.out.println("Yes"); } else{ System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 41, 13, 17, 41, 13, 18, 13, 13, 41, 13, 2, 17, 17, 41, 13, 20, 17, 41, 13, 17, 41, 13, 17, 12, 13, 30, 41, 13, 17, 42, 2, 40, 13, 17, 30, 41, 13, 4, 13, 41, 13, 4, 13, 41, 13, 4, 13, 14, 2, 2, 2, 13, 17, 13, 13, 30, 4, 18, 13, 17, 4, 18, 13, 17, 12, 13, 30, 0, 13, 18, 13, 13, 0, 13, 20, 4, 13, 4, 18, 13, 12, 13, 30, 4, 18, 20, 23, 13, 12, 13, 30, 14, 2, 13, 40, 17, 30, 37, 20, 14, 2, 13, 13, 30, 0, 13, 17, 38, 5, 13, 30, 37, 20, 30, 0, 13, 4, 18, 13, 13, 14, 2, 13, 17, 30, 29, 40, 17, 29, 18, 13, 40, 13, 12, 13, 30, 29, 40, 2, 2, 13, 17, 2, 13, 17, 23, 13, 12, 13, 30, 41, 13, 42, 2, 2, 0, 13, 4, 13, 40, 17, 4, 13, 13, 29, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 13, 12, 13, 30, 41, 13, 4, 13, 41, 13, 20, 42, 40, 4, 13, 13, 30, 4, 18, 13, 13, 0, 13, 4, 13, 29, 4, 18, 13, 12, 13, 30, 41, 13, 20, 13, 41, 13, 4, 13, 41, 13, 17, 42, 2, 2, 13, 13, 40, 4, 13, 13, 30, 0, 18, 13, 40, 13, 13, 0, 13, 4, 13, 29, 8, 2, 13, 13, 13, 4, 18, 13, 13, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 13, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 17, 41, 13, 41, 13, 17, 42, 2, 2, 0, 13, 4, 13, 40, 17, 40, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 14, 2, 13, 17, 30, 0, 13, 17, 0, 13, 4, 13, 42, 17, 30, 14, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 13, 17, 2, 13, 17, 30, 29, 8, 13, 40, 13, 13, 0, 13, 4, 13, 12, 13, 30, 41, 13, 17, 41, 13, 41, 13, 17, 42, 2, 2, 0, 13, 4, 13, 40, 17, 40, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 14, 2, 13, 17, 30, 0, 13, 17, 0, 13, 4, 13, 42, 17, 30, 14, 2, 2, 13, 17, 2, 13, 17, 30, 0, 13, 2, 2, 13, 17, 2, 13, 17, 30, 29, 8, 13, 40, 13, 13, 0, 13, 4, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 7, 11 ], [ 11, 12 ], [ 7, 13 ], [ 13, 14 ], [ 7, 15 ], [ 15, 16 ], [ 15, 17 ], [ 7, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 20, 22 ], [ 7, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 25, 27 ], [ 7, 28 ], [ 28, 29 ], [ 28, 30 ], [ 7, 32 ], [ 32, 33 ], [ 32, 34 ], [ 7, 35 ], [ 35, 36 ], [ 35, 37 ], [ 7, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 45, 48 ], [ 44, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 49, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 49, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 49, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 63, 69 ], [ 62, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 71, 74 ], [ 62, 75 ], [ 75, 76 ], [ 76, 77 ], [ 75, 78 ], [ 7, 79 ], [ 79, 80 ], [ 79, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 84, 86 ], [ 81, 87 ], [ 87, 88 ], [ 87, 89 ], [ 81, 90 ], [ 90, 91 ], [ 81, 92 ], [ 92, 93 ], [ 93, 94 ], [ 7, 95 ], [ 95, 96 ], [ 95, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 95, 101 ], [ 101, 102 ], [ 7, 103 ], [ 103, 104 ], [ 103, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 106, 111 ], [ 111, 112 ], [ 112, 113 ], [ 105, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 114, 118 ], [ 118, 119 ], [ 119, 120 ], [ 119, 121 ], [ 118, 122 ], [ 122, 123 ], [ 123, 124 ], [ 123, 125 ], [ 125, 126 ], [ 126, 127 ], [ 122, 128 ], [ 128, 129 ], [ 129, 130 ], [ 129, 131 ], [ 131, 132 ], [ 132, 133 ], [ 131, 134 ], [ 118, 135 ], [ 135, 136 ], [ 136, 137 ], [ 136, 138 ], [ 135, 139 ], [ 139, 140 ], [ 140, 141 ], [ 141, 142 ], [ 105, 143 ], [ 143, 144 ], [ 144, 145 ], [ 144, 146 ], [ 146, 147 ], [ 7, 148 ], [ 148, 149 ], [ 148, 150 ], [ 150, 151 ], [ 151, 152 ], [ 152, 153 ], [ 153, 154 ], [ 154, 155 ], [ 154, 156 ], [ 153, 157 ], [ 157, 158 ], [ 157, 159 ], [ 148, 160 ], [ 160, 161 ], [ 7, 162 ], [ 162, 163 ], [ 162, 164 ], [ 164, 165 ], [ 165, 166 ], [ 164, 167 ], [ 167, 168 ], [ 168, 169 ], [ 169, 170 ], [ 170, 171 ], [ 170, 172 ], [ 172, 173 ], [ 169, 174 ], [ 174, 175 ], [ 168, 176 ], [ 176, 177 ], [ 176, 178 ], [ 164, 179 ], [ 179, 180 ], [ 7, 181 ], [ 181, 182 ], [ 181, 183 ], [ 183, 184 ], [ 184, 185 ], [ 185, 186 ], [ 186, 187 ], [ 185, 188 ], [ 188, 189 ], [ 7, 190 ], [ 190, 191 ], [ 190, 192 ], [ 192, 193 ], [ 193, 194 ], [ 194, 195 ], [ 7, 196 ], [ 196, 197 ], [ 196, 198 ], [ 198, 199 ], [ 199, 200 ], [ 199, 201 ], [ 201, 202 ], [ 198, 203 ], [ 203, 204 ], [ 203, 205 ], [ 198, 206 ], [ 206, 207 ], [ 207, 208 ], [ 208, 209 ], [ 208, 210 ], [ 206, 211 ], [ 211, 212 ], [ 212, 213 ], [ 213, 214 ], [ 212, 215 ], [ 211, 216 ], [ 216, 217 ], [ 216, 218 ], [ 218, 219 ], [ 198, 220 ], [ 220, 221 ], [ 221, 222 ], [ 222, 223 ], [ 7, 224 ], [ 224, 225 ], [ 224, 226 ], [ 226, 227 ], [ 227, 228 ], [ 227, 229 ], [ 226, 231 ], [ 231, 232 ], [ 231, 233 ], [ 233, 234 ], [ 226, 235 ], [ 235, 236 ], [ 235, 237 ], [ 226, 238 ], [ 238, 239 ], [ 239, 240 ], [ 240, 241 ], [ 240, 242 ], [ 239, 243 ], [ 243, 244 ], [ 244, 245 ], [ 244, 246 ], [ 238, 247 ], [ 247, 248 ], [ 248, 249 ], [ 249, 250 ], [ 249, 251 ], [ 251, 252 ], [ 248, 253 ], [ 247, 254 ], [ 254, 255 ], [ 254, 256 ], [ 256, 257 ], [ 226, 258 ], [ 258, 259 ], [ 259, 260 ], [ 260, 261 ], [ 260, 262 ], [ 259, 263 ], [ 259, 264 ], [ 264, 265 ], [ 265, 266 ], [ 264, 267 ], [ 264, 268 ], [ 224, 269 ], [ 269, 270 ], [ 7, 271 ], [ 271, 272 ], [ 271, 273 ], [ 273, 274 ], [ 274, 275 ], [ 274, 276 ], [ 273, 278 ], [ 278, 279 ], [ 279, 280 ], [ 280, 281 ], [ 280, 282 ], [ 278, 283 ], [ 283, 284 ], [ 283, 285 ], [ 278, 286 ], [ 286, 287 ], [ 287, 288 ], [ 278, 289 ], [ 290, 290 ], [ 290, 291 ], [ 291, 292 ], [ 292, 293 ], [ 292, 294 ], [ 291, 295 ], [ 295, 296 ], [ 295, 297 ], [ 273, 298 ], [ 298, 299 ], [ 271, 300 ], [ 300, 301 ], [ 271, 302 ], [ 302, 303 ], [ 7, 304 ], [ 304, 305 ], [ 304, 306 ], [ 306, 307 ], [ 307, 308 ], [ 307, 309 ], [ 306, 311 ], [ 311, 312 ], [ 312, 313 ], [ 313, 314 ], [ 313, 315 ], [ 311, 316 ], [ 316, 317 ], [ 316, 318 ], [ 311, 319 ], [ 319, 320 ], [ 320, 321 ], [ 311, 322 ], [ 323, 323 ], [ 323, 324 ], [ 324, 325 ], [ 325, 326 ], [ 325, 327 ], [ 324, 328 ], [ 328, 329 ], [ 306, 330 ], [ 330, 331 ], [ 304, 332 ], [ 332, 333 ], [ 7, 334 ], [ 334, 335 ], [ 334, 336 ], [ 336, 337 ], [ 337, 338 ], [ 337, 339 ], [ 336, 340 ], [ 340, 341 ], [ 336, 342 ], [ 342, 343 ], [ 342, 344 ], [ 336, 345 ], [ 345, 346 ], [ 346, 347 ], [ 347, 348 ], [ 348, 349 ], [ 348, 350 ], [ 350, 351 ], [ 347, 352 ], [ 352, 353 ], [ 346, 354 ], [ 354, 355 ], [ 355, 356 ], [ 356, 357 ], [ 357, 358 ], [ 357, 359 ], [ 356, 360 ], [ 360, 361 ], [ 360, 362 ], [ 355, 363 ], [ 363, 364 ], [ 363, 365 ], [ 336, 366 ], [ 366, 367 ], [ 367, 368 ], [ 367, 369 ], [ 366, 370 ], [ 370, 371 ], [ 371, 372 ], [ 371, 373 ], [ 370, 374 ], [ 374, 375 ], [ 374, 376 ], [ 376, 377 ], [ 336, 378 ], [ 378, 379 ], [ 378, 380 ], [ 380, 381 ], [ 381, 382 ], [ 382, 383 ], [ 383, 384 ], [ 383, 385 ], [ 382, 386 ], [ 386, 387 ], [ 386, 388 ], [ 381, 389 ], [ 389, 390 ], [ 390, 391 ], [ 390, 392 ], [ 392, 393 ], [ 393, 394 ], [ 393, 395 ], [ 392, 396 ], [ 396, 397 ], [ 396, 398 ], [ 381, 399 ], [ 399, 400 ], [ 400, 401 ], [ 401, 402 ], [ 401, 403 ], [ 403, 404 ], [ 401, 405 ], [ 380, 406 ], [ 406, 407 ], [ 406, 408 ], [ 408, 409 ], [ 7, 410 ], [ 410, 411 ], [ 410, 412 ], [ 412, 413 ], [ 413, 414 ], [ 413, 415 ], [ 412, 416 ], [ 416, 417 ], [ 412, 418 ], [ 418, 419 ], [ 418, 420 ], [ 412, 421 ], [ 421, 422 ], [ 422, 423 ], [ 423, 424 ], [ 424, 425 ], [ 424, 426 ], [ 426, 427 ], [ 423, 428 ], [ 428, 429 ], [ 422, 430 ], [ 430, 431 ], [ 431, 432 ], [ 432, 433 ], [ 433, 434 ], [ 433, 435 ], [ 432, 436 ], [ 436, 437 ], [ 436, 438 ], [ 431, 439 ], [ 439, 440 ], [ 439, 441 ], [ 412, 442 ], [ 442, 443 ], [ 443, 444 ], [ 443, 445 ], [ 442, 446 ], [ 446, 447 ], [ 447, 448 ], [ 447, 449 ], [ 446, 450 ], [ 450, 451 ], [ 450, 452 ], [ 452, 453 ], [ 412, 454 ], [ 454, 455 ], [ 454, 456 ], [ 456, 457 ], [ 457, 458 ], [ 458, 459 ], [ 459, 460 ], [ 459, 461 ], [ 458, 462 ], [ 462, 463 ], [ 462, 464 ], [ 457, 465 ], [ 465, 466 ], [ 466, 467 ], [ 466, 468 ], [ 468, 469 ], [ 469, 470 ], [ 469, 471 ], [ 468, 472 ], [ 472, 473 ], [ 472, 474 ], [ 457, 475 ], [ 475, 476 ], [ 476, 477 ], [ 477, 478 ], [ 477, 479 ], [ 479, 480 ], [ 477, 481 ], [ 456, 482 ], [ 482, 483 ], [ 482, 484 ], [ 484, 485 ] ]
[ "import java.util.*;\nimport java.io.*;\n\nclass Main {\n\n Scanner in;\n InputStream is;\n PrintWriter out;\n String INPUT = \"\";\n//----------------------------------------------------------------------------------------------------//\n int INF=Integer.MAX_VALUE;\n int mod=(int)(1e9)+7;\n void solve() throws IOException {\n int tt = 1;\n //tt = ni();\n while (tt-- > 0) {\n int d=ni();\n int t=ni();\n int s=ni();\n if(((d*1.0)/s)<=t){\n out.println(\"Yes\");\n }\n else out.println(\"No\");\n }\n\n }\n//----------------------------------------------------------------------------------------------------//\n\n void run() throws Exception {\n is = System.in;\n out = new PrintWriter(System.out);\n\n //long s = System.currentTimeMillis();\n solve();\n out.flush();\n //tr(System.currentTimeMillis() - s + \"ms\");\n }\n\n public static void main(String[] args) throws Exception {\n new Main().run();\n }\n\n private byte[] inbuf = new byte[1024];\n public int lenbuf = 0, ptrbuf = 0;\n\n private int readByte() {\n if (lenbuf == -1) {\n throw new InputMismatchException();\n }\n if (ptrbuf >= lenbuf) {\n ptrbuf = 0;\n try {\n lenbuf = is.read(inbuf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (lenbuf <= 0) {\n return -1;\n }\n }\n return inbuf[ptrbuf++];\n }\n\n private boolean isSpaceChar(int c) {\n return !(c >= 33 && c <= 126);\n }\n\n private int skip() {\n int b;\n while ((b = readByte()) != -1 && isSpaceChar(b));\n return b;\n }\n\n private double nd() {\n return Double.parseDouble(ns());\n }\n\n private char nc() {\n return (char) skip();\n }\n\n private String ns() {\n int b = skip();\n StringBuilder sb = new StringBuilder();\n while (!(isSpaceChar(b))) { // when nextLine(take whole line as input wid space), (!isSpaceChar(b) || b == ' ') \n //if(b!=' ') to remove spaces in Str when taking spaces in Str\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }\n\n private char[] ns(int n) {\n char[] buf = new char[n];\n int b = skip(), p = 0;\n while (p < n && !(isSpaceChar(b))) {\n buf[p++] = (char) b;\n b = readByte();\n }\n return n == p ? buf : Arrays.copyOf(buf, p);\n }\n\n private char[][] nm(int n, int m) {\n char[][] map = new char[n][];\n for (int i = 0; i < n; i++) {\n map[i] = ns(m);\n }\n return map;\n }\n\n private int[] na(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = ni();\n }\n return a;\n }\n\n private int ni() {\n int num = 0, b;\n boolean minus = false;\n while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n\n while (true) {\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }\n }\n\n private long nl() {\n long num = 0;\n int b;\n boolean minus = false;\n while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n\n while (true) {\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }\n }\n /*private boolean oj = System.getProperty(\"ONLINE_JUDGE\") != null;\n \n private void tr(Object... o) {\n if (!oj) {\n System.out.println(Arrays.deepToString(o));\n \n }\n }*/\n\n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "class Main {\n\n Scanner in;\n InputStream is;\n PrintWriter out;\n String INPUT = \"\";\n//----------------------------------------------------------------------------------------------------//\n int INF=Integer.MAX_VALUE;\n int mod=(int)(1e9)+7;\n void solve() throws IOException {\n int tt = 1;\n //tt = ni();\n while (tt-- > 0) {\n int d=ni();\n int t=ni();\n int s=ni();\n if(((d*1.0)/s)<=t){\n out.println(\"Yes\");\n }\n else out.println(\"No\");\n }\n\n }\n//----------------------------------------------------------------------------------------------------//\n\n void run() throws Exception {\n is = System.in;\n out = new PrintWriter(System.out);\n\n //long s = System.currentTimeMillis();\n solve();\n out.flush();\n //tr(System.currentTimeMillis() - s + \"ms\");\n }\n\n public static void main(String[] args) throws Exception {\n new Main().run();\n }\n\n private byte[] inbuf = new byte[1024];\n public int lenbuf = 0, ptrbuf = 0;\n\n private int readByte() {\n if (lenbuf == -1) {\n throw new InputMismatchException();\n }\n if (ptrbuf >= lenbuf) {\n ptrbuf = 0;\n try {\n lenbuf = is.read(inbuf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (lenbuf <= 0) {\n return -1;\n }\n }\n return inbuf[ptrbuf++];\n }\n\n private boolean isSpaceChar(int c) {\n return !(c >= 33 && c <= 126);\n }\n\n private int skip() {\n int b;\n while ((b = readByte()) != -1 && isSpaceChar(b));\n return b;\n }\n\n private double nd() {\n return Double.parseDouble(ns());\n }\n\n private char nc() {\n return (char) skip();\n }\n\n private String ns() {\n int b = skip();\n StringBuilder sb = new StringBuilder();\n while (!(isSpaceChar(b))) { // when nextLine(take whole line as input wid space), (!isSpaceChar(b) || b == ' ') \n //if(b!=' ') to remove spaces in Str when taking spaces in Str\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }\n\n private char[] ns(int n) {\n char[] buf = new char[n];\n int b = skip(), p = 0;\n while (p < n && !(isSpaceChar(b))) {\n buf[p++] = (char) b;\n b = readByte();\n }\n return n == p ? buf : Arrays.copyOf(buf, p);\n }\n\n private char[][] nm(int n, int m) {\n char[][] map = new char[n][];\n for (int i = 0; i < n; i++) {\n map[i] = ns(m);\n }\n return map;\n }\n\n private int[] na(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = ni();\n }\n return a;\n }\n\n private int ni() {\n int num = 0, b;\n boolean minus = false;\n while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n\n while (true) {\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }\n }\n\n private long nl() {\n long num = 0;\n int b;\n boolean minus = false;\n while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n\n while (true) {\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }\n }\n /*private boolean oj = System.getProperty(\"ONLINE_JUDGE\") != null;\n \n private void tr(Object... o) {\n if (!oj) {\n System.out.println(Arrays.deepToString(o));\n \n }\n }*/\n\n}", "Main", "Scanner in;", "in", "InputStream is;", "is", "PrintWriter out;", "out", "String INPUT = \"\";", "INPUT", "\"\"", "//----------------------------------------------------------------------------------------------------//\n int INF=Integer.MAX_VALUE;", "INF", "Integer.MAX_VALUE", "Integer", "Integer.MAX_VALUE", "int mod=(int)(1e9)+7;", "mod", "(int)(1e9)+7", "(int)(1e9)", "7", "private byte[] inbuf = new byte[1024];", "inbuf", "new byte[1024]", "1024", "public int lenbuf = 0", "lenbuf", "0", "ptrbuf = 0;", "ptrbuf", "0", "void solve() throws IOException {\n int tt = 1;\n //tt = ni();\n while (tt-- > 0) {\n int d=ni();\n int t=ni();\n int s=ni();\n if(((d*1.0)/s)<=t){\n out.println(\"Yes\");\n }\n else out.println(\"No\");\n }\n\n }", "solve", "{\n int tt = 1;\n //tt = ni();\n while (tt-- > 0) {\n int d=ni();\n int t=ni();\n int s=ni();\n if(((d*1.0)/s)<=t){\n out.println(\"Yes\");\n }\n else out.println(\"No\");\n }\n\n }", "int tt = 1;", "tt", "1", "while (tt-- > 0) {\n int d=ni();\n int t=ni();\n int s=ni();\n if(((d*1.0)/s)<=t){\n out.println(\"Yes\");\n }\n else out.println(\"No\");\n }", "tt-- > 0", "tt--", "tt", "0", "{\n int d=ni();\n int t=ni();\n int s=ni();\n if(((d*1.0)/s)<=t){\n out.println(\"Yes\");\n }\n else out.println(\"No\");\n }", "int d=ni();", "d", "ni()", "ni", "int t=ni();", "t", "ni()", "ni", "int s=ni();", "s", "ni()", "ni", "if(((d*1.0)/s)<=t){\n out.println(\"Yes\");\n }\n else out.println(\"No\");", "((d*1.0)/s)<=t", "((d*1.0)/s)", "(d*1.0)", "d", "1.0", "s", "t", "{\n out.println(\"Yes\");\n }", "out.println(\"Yes\")", "out.println", "out", "\"Yes\"", "out.println(\"No\")", "out.println", "out", "\"No\"", "void run() throws Exception {\n is = System.in;\n out = new PrintWriter(System.out);\n\n //long s = System.currentTimeMillis();\n solve();\n out.flush();\n //tr(System.currentTimeMillis() - s + \"ms\");\n }", "run", "{\n is = System.in;\n out = new PrintWriter(System.out);\n\n //long s = System.currentTimeMillis();\n solve();\n out.flush();\n //tr(System.currentTimeMillis() - s + \"ms\");\n }", "is = System.in", "is", "System.in", "System", "System.in", "out = new PrintWriter(System.out)", "out", "new PrintWriter(System.out)", "solve()", "solve", "out.flush()", "out.flush", "out", "public static void main(String[] args) throws Exception {\n new Main().run();\n }", "main", "{\n new Main().run();\n }", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "private int readByte() {\n if (lenbuf == -1) {\n throw new InputMismatchException();\n }\n if (ptrbuf >= lenbuf) {\n ptrbuf = 0;\n try {\n lenbuf = is.read(inbuf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (lenbuf <= 0) {\n return -1;\n }\n }\n return inbuf[ptrbuf++];\n }", "readByte", "{\n if (lenbuf == -1) {\n throw new InputMismatchException();\n }\n if (ptrbuf >= lenbuf) {\n ptrbuf = 0;\n try {\n lenbuf = is.read(inbuf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (lenbuf <= 0) {\n return -1;\n }\n }\n return inbuf[ptrbuf++];\n }", "if (lenbuf == -1) {\n throw new InputMismatchException();\n }", "lenbuf == -1", "lenbuf", "-1", "1", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "if (ptrbuf >= lenbuf) {\n ptrbuf = 0;\n try {\n lenbuf = is.read(inbuf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (lenbuf <= 0) {\n return -1;\n }\n }", "ptrbuf >= lenbuf", "ptrbuf", "lenbuf", "{\n ptrbuf = 0;\n try {\n lenbuf = is.read(inbuf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if (lenbuf <= 0) {\n return -1;\n }\n }", "ptrbuf = 0", "ptrbuf", "0", "try {\n lenbuf = is.read(inbuf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }", "catch (IOException e) {\n throw new InputMismatchException();\n }", "IOException e", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "{\n lenbuf = is.read(inbuf);\n }", "lenbuf = is.read(inbuf)", "lenbuf", "is.read(inbuf)", "is.read", "is", "inbuf", "if (lenbuf <= 0) {\n return -1;\n }", "lenbuf <= 0", "lenbuf", "0", "{\n return -1;\n }", "return -1;", "-1", "1", "return inbuf[ptrbuf++];", "inbuf[ptrbuf++]", "inbuf", "ptrbuf++", "ptrbuf", "private boolean isSpaceChar(int c) {\n return !(c >= 33 && c <= 126);\n }", "isSpaceChar", "{\n return !(c >= 33 && c <= 126);\n }", "return !(c >= 33 && c <= 126);", "!(c >= 33 && c <= 126)", "(c >= 33 && c <= 126)", "c >= 33", "c", "33", "c <= 126", "c", "126", "int c", "c", "private int skip() {\n int b;\n while ((b = readByte()) != -1 && isSpaceChar(b));\n return b;\n }", "skip", "{\n int b;\n while ((b = readByte()) != -1 && isSpaceChar(b));\n return b;\n }", "int b;", "b", "while ((b = readByte()) != -1 && isSpaceChar(b));", "(b = readByte()) != -1 && isSpaceChar(b)", "(b = readByte()) != -1", "(b = readByte())", "b", "readByte()", "readByte", "-1", "1", "isSpaceChar(b)", "isSpaceChar", "b", "return b;", "b", "private double nd() {\n return Double.parseDouble(ns());\n }", "nd", "{\n return Double.parseDouble(ns());\n }", "return Double.parseDouble(ns());", "Double.parseDouble(ns())", "Double.parseDouble", "Double", "ns()", "ns", "private char nc() {\n return (char) skip();\n }", "nc", "{\n return (char) skip();\n }", "return (char) skip();", "(char) skip()", "skip", "private String ns() {\n int b = skip();\n StringBuilder sb = new StringBuilder();\n while (!(isSpaceChar(b))) { // when nextLine(take whole line as input wid space), (!isSpaceChar(b) || b == ' ') \n //if(b!=' ') to remove spaces in Str when taking spaces in Str\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }", "ns", "{\n int b = skip();\n StringBuilder sb = new StringBuilder();\n while (!(isSpaceChar(b))) { // when nextLine(take whole line as input wid space), (!isSpaceChar(b) || b == ' ') \n //if(b!=' ') to remove spaces in Str when taking spaces in Str\n sb.appendCodePoint(b);\n b = readByte();\n }\n return sb.toString();\n }", "int b = skip();", "b", "skip()", "skip", "StringBuilder sb = new StringBuilder();", "sb", "new StringBuilder()", "while (!(isSpaceChar(b))) { // when nextLine(take whole line as input wid space), (!isSpaceChar(b) || b == ' ') \n //if(b!=' ') to remove spaces in Str when taking spaces in Str\n sb.appendCodePoint(b);\n b = readByte();\n }", "!(isSpaceChar(b))", "(isSpaceChar(b))", "isSpaceChar", "b", "{ // when nextLine(take whole line as input wid space), (!isSpaceChar(b) || b == ' ') \n //if(b!=' ') to remove spaces in Str when taking spaces in Str\n sb.appendCodePoint(b);\n b = readByte();\n }", "sb.appendCodePoint(b)", "sb.appendCodePoint", "sb", "b", "b = readByte()", "b", "readByte()", "readByte", "return sb.toString();", "sb.toString()", "sb.toString", "sb", "private char[] ns(int n) {\n char[] buf = new char[n];\n int b = skip(), p = 0;\n while (p < n && !(isSpaceChar(b))) {\n buf[p++] = (char) b;\n b = readByte();\n }\n return n == p ? buf : Arrays.copyOf(buf, p);\n }", "ns", "{\n char[] buf = new char[n];\n int b = skip(), p = 0;\n while (p < n && !(isSpaceChar(b))) {\n buf[p++] = (char) b;\n b = readByte();\n }\n return n == p ? buf : Arrays.copyOf(buf, p);\n }", "char[] buf = new char[n];", "buf", "new char[n]", "n", "int b = skip()", "b", "skip()", "skip", "p = 0;", "p", "0", "while (p < n && !(isSpaceChar(b))) {\n buf[p++] = (char) b;\n b = readByte();\n }", "p < n && !(isSpaceChar(b))", "p < n", "p", "n", "!(isSpaceChar(b))", "(isSpaceChar(b))", "isSpaceChar", "b", "{\n buf[p++] = (char) b;\n b = readByte();\n }", "buf[p++] = (char) b", "buf[p++]", "buf", "p++", "p", "(char) b", "b = readByte()", "b", "readByte()", "readByte", "return n == p ? buf : Arrays.copyOf(buf, p);", "n == p ? buf : Arrays.copyOf(buf, p)", "n == p", "n", "p", "buf", "Arrays.copyOf(buf, p)", "Arrays.copyOf", "Arrays", "buf", "p", "int n", "n", "private char[][] nm(int n, int m) {\n char[][] map = new char[n][];\n for (int i = 0; i < n; i++) {\n map[i] = ns(m);\n }\n return map;\n }", "nm", "{\n char[][] map = new char[n][];\n for (int i = 0; i < n; i++) {\n map[i] = ns(m);\n }\n return map;\n }", "char[][] map = new char[n][];", "map", "new char[n][]", "n", "for (int i = 0; i < n; i++) {\n map[i] = ns(m);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n map[i] = ns(m);\n }", "{\n map[i] = ns(m);\n }", "map[i] = ns(m)", "map[i]", "map", "i", "ns(m)", "ns", "m", "return map;", "map", "int n", "n", "int m", "m", "private int[] na(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = ni();\n }\n return a;\n }", "na", "{\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = ni();\n }\n return a;\n }", "int[] a = new int[n];", "a", "new int[n]", "n", "for (int i = 0; i < n; i++) {\n a[i] = ni();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n a[i] = ni();\n }", "{\n a[i] = ni();\n }", "a[i] = ni()", "a[i]", "a", "i", "ni()", "ni", "return a;", "a", "int n", "n", "private int ni() {\n int num = 0, b;\n boolean minus = false;\n while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n\n while (true) {\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }\n }", "ni", "{\n int num = 0, b;\n boolean minus = false;\n while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n\n while (true) {\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }\n }", "int num = 0", "num", "0", "b;", "b", "boolean minus = false;", "minus", "false", "while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));", "(b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')", "(b = readByte()) != -1", "(b = readByte())", "b", "readByte()", "readByte", "-1", "1", "!((b >= '0' && b <= '9') || b == '-')", "((b >= '0' && b <= '9') || b == '-')", "(b >= '0' && b <= '9')", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "b == '-'", "b", "'-'", "if (b == '-') {\n minus = true;\n b = readByte();\n }", "b == '-'", "b", "'-'", "{\n minus = true;\n b = readByte();\n }", "minus = true", "minus", "true", "b = readByte()", "b", "readByte()", "readByte", "while (true) {\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }", "true", "{\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }", "if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }", "b >= '0' && b <= '9'", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "{\n num = num * 10 + (b - '0');\n }", "num = num * 10 + (b - '0')", "num", "num * 10 + (b - '0')", "num * 10", "num", "10", "(b - '0')", "b", "'0'", "{\n return minus ? -num : num;\n }", "return minus ? -num : num;", "minus ? -num : num", "minus", "-num", "num", "num", "b = readByte()", "b", "readByte()", "readByte", "private long nl() {\n long num = 0;\n int b;\n boolean minus = false;\n while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n\n while (true) {\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }\n }", "nl", "{\n long num = 0;\n int b;\n boolean minus = false;\n while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));\n if (b == '-') {\n minus = true;\n b = readByte();\n }\n\n while (true) {\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }\n }", "long num = 0;", "num", "0", "int b;", "b", "boolean minus = false;", "minus", "false", "while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-'));", "(b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')", "(b = readByte()) != -1", "(b = readByte())", "b", "readByte()", "readByte", "-1", "1", "!((b >= '0' && b <= '9') || b == '-')", "((b >= '0' && b <= '9') || b == '-')", "(b >= '0' && b <= '9')", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "b == '-'", "b", "'-'", "if (b == '-') {\n minus = true;\n b = readByte();\n }", "b == '-'", "b", "'-'", "{\n minus = true;\n b = readByte();\n }", "minus = true", "minus", "true", "b = readByte()", "b", "readByte()", "readByte", "while (true) {\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }", "true", "{\n if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }\n b = readByte();\n }", "if (b >= '0' && b <= '9') {\n num = num * 10 + (b - '0');\n } else {\n return minus ? -num : num;\n }", "b >= '0' && b <= '9'", "b >= '0'", "b", "'0'", "b <= '9'", "b", "'9'", "{\n num = num * 10 + (b - '0');\n }", "num = num * 10 + (b - '0')", "num", "num * 10 + (b - '0')", "num * 10", "num", "10", "(b - '0')", "b", "'0'", "{\n return minus ? -num : num;\n }", "return minus ? -num : num;", "minus ? -num : num", "minus", "-num", "num", "num", "b = readByte()", "b", "readByte()", "readByte" ]
import java.util.*; import java.io.*; class Main { Scanner in; InputStream is; PrintWriter out; String INPUT = ""; //----------------------------------------------------------------------------------------------------// int INF=Integer.MAX_VALUE; int mod=(int)(1e9)+7; void solve() throws IOException { int tt = 1; //tt = ni(); while (tt-- > 0) { int d=ni(); int t=ni(); int s=ni(); if(((d*1.0)/s)<=t){ out.println("Yes"); } else out.println("No"); } } //----------------------------------------------------------------------------------------------------// void run() throws Exception { is = System.in; out = new PrintWriter(System.out); //long s = System.currentTimeMillis(); solve(); out.flush(); //tr(System.currentTimeMillis() - s + "ms"); } public static void main(String[] args) throws Exception { new Main().run(); } private byte[] inbuf = new byte[1024]; public int lenbuf = 0, ptrbuf = 0; private int readByte() { if (lenbuf == -1) { throw new InputMismatchException(); } if (ptrbuf >= lenbuf) { ptrbuf = 0; try { lenbuf = is.read(inbuf); } catch (IOException e) { throw new InputMismatchException(); } if (lenbuf <= 0) { return -1; } } return inbuf[ptrbuf++]; } private boolean isSpaceChar(int c) { return !(c >= 33 && c <= 126); } private int skip() { int b; while ((b = readByte()) != -1 && isSpaceChar(b)); return b; } private double nd() { return Double.parseDouble(ns()); } private char nc() { return (char) skip(); } private String ns() { int b = skip(); StringBuilder sb = new StringBuilder(); while (!(isSpaceChar(b))) { // when nextLine(take whole line as input wid space), (!isSpaceChar(b) || b == ' ') //if(b!=' ') to remove spaces in Str when taking spaces in Str sb.appendCodePoint(b); b = readByte(); } return sb.toString(); } private char[] ns(int n) { char[] buf = new char[n]; int b = skip(), p = 0; while (p < n && !(isSpaceChar(b))) { buf[p++] = (char) b; b = readByte(); } return n == p ? buf : Arrays.copyOf(buf, p); } private char[][] nm(int n, int m) { char[][] map = new char[n][]; for (int i = 0; i < n; i++) { map[i] = ns(m); } return map; } private int[] na(int n) { int[] a = new int[n]; for (int i = 0; i < n; i++) { a[i] = ni(); } return a; } private int ni() { int num = 0, b; boolean minus = false; while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')); if (b == '-') { minus = true; b = readByte(); } while (true) { if (b >= '0' && b <= '9') { num = num * 10 + (b - '0'); } else { return minus ? -num : num; } b = readByte(); } } private long nl() { long num = 0; int b; boolean minus = false; while ((b = readByte()) != -1 && !((b >= '0' && b <= '9') || b == '-')); if (b == '-') { minus = true; b = readByte(); } while (true) { if (b >= '0' && b <= '9') { num = num * 10 + (b - '0'); } else { return minus ? -num : num; } b = readByte(); } } /*private boolean oj = System.getProperty("ONLINE_JUDGE") != null; private void tr(Object... o) { if (!oj) { System.out.println(Arrays.deepToString(o)); } }*/ }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 27, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 6, 47 ], [ 47, 48 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args) {\n \tScanner sc = new Scanner(System.in);\n \n \tfloat length = sc.nextFloat();\n \tint time = sc.nextInt();\n \tfloat sokudo = sc.nextFloat();\n \n \tif(length / sokudo <= time) {\n \tSystem.out.println(\"Yes\");\n } else {\n \tSystem.out.println(\"No\"); \t\n }\n \n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\tpublic static void main(String[] args) {\n \tScanner sc = new Scanner(System.in);\n \n \tfloat length = sc.nextFloat();\n \tint time = sc.nextInt();\n \tfloat sokudo = sc.nextFloat();\n \n \tif(length / sokudo <= time) {\n \tSystem.out.println(\"Yes\");\n } else {\n \tSystem.out.println(\"No\"); \t\n }\n \n }\n}", "Main", "public static void main(String[] args) {\n \tScanner sc = new Scanner(System.in);\n \n \tfloat length = sc.nextFloat();\n \tint time = sc.nextInt();\n \tfloat sokudo = sc.nextFloat();\n \n \tif(length / sokudo <= time) {\n \tSystem.out.println(\"Yes\");\n } else {\n \tSystem.out.println(\"No\"); \t\n }\n \n }", "main", "{\n \tScanner sc = new Scanner(System.in);\n \n \tfloat length = sc.nextFloat();\n \tint time = sc.nextInt();\n \tfloat sokudo = sc.nextFloat();\n \n \tif(length / sokudo <= time) {\n \tSystem.out.println(\"Yes\");\n } else {\n \tSystem.out.println(\"No\"); \t\n }\n \n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "float length = sc.nextFloat();", "length", "sc.nextFloat()", "sc.nextFloat", "sc", "int time = sc.nextInt();", "time", "sc.nextInt()", "sc.nextInt", "sc", "float sokudo = sc.nextFloat();", "sokudo", "sc.nextFloat()", "sc.nextFloat", "sc", "if(length / sokudo <= time) {\n \tSystem.out.println(\"Yes\");\n } else {\n \tSystem.out.println(\"No\"); \t\n }", "length / sokudo <= time", "length / sokudo", "length", "sokudo", "time", "{\n \tSystem.out.println(\"Yes\");\n }", "System.out.println(\"Yes\")", "System.out.println", "System.out", "System", "System.out", "\"Yes\"", "{\n \tSystem.out.println(\"No\"); \t\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); float length = sc.nextFloat(); int time = sc.nextInt(); float sokudo = sc.nextFloat(); if(length / sokudo <= time) { System.out.println("Yes"); } else { System.out.println("No"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 2, 2, 13, 13, 17, 1, 40, 13, 30, 30, 0, 13, 4, 18, 13, 13, 2, 13, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 13, 4, 18, 13, 13, 30, 40, 13, 14, 2, 13, 13, 30, 0, 13, 13, 0, 13, 17, 4, 18, 18, 13, 13, 2, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 124, 14 ], [ 124, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 17, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 17, 31 ], [ 31, 32 ], [ 31, 33 ], [ 17, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 17, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 17, 44 ], [ 44, 45 ], [ 44, 46 ], [ 17, 47 ], [ 47, 48 ], [ 47, 49 ], [ 17, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 50, 62 ], [ 62, 63 ], [ 63, 64 ], [ 50, 65 ], [ 66, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 69, 70 ], [ 70, 71 ], [ 69, 72 ], [ 69, 73 ], [ 73, 74 ], [ 73, 75 ], [ 66, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 76, 81 ], [ 81, 82 ], [ 81, 83 ], [ 76, 84 ], [ 84, 85 ], [ 85, 86 ], [ 76, 87 ], [ 88, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 91, 94 ], [ 90, 95 ], [ 95, 96 ], [ 96, 97 ], [ 95, 98 ], [ 89, 99 ], [ 99, 100 ], [ 100, 101 ], [ 99, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 102, 106 ], [ 106, 107 ], [ 107, 108 ], [ 107, 109 ], [ 66, 110 ], [ 110, 111 ], [ 110, 112 ], [ 17, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 113, 118 ], [ 118, 119 ], [ 118, 120 ], [ 15, 121 ], [ 121, 122 ], [ 0, 123 ], [ 123, 124 ], [ 123, 125 ] ]
[ "import java.util.Scanner;\nimport java.time.Year;\nimport java.util.Random;\nimport java.math.*;\n\npublic class Main{\n public static void main(String[] args){\n Scanner sc =new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n String s2=\"\";\n int s_length = s.length();\n int t_length = t.length();\n int count = 0;\n int max=0;\n for(int i = 0;i<(s_length-t_length+1);i++){\n s2=s.substring(i, t_length+i); \n for(int j=0;j<t_length;j++){\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }count=0;\n }\n System.out.println(t_length-max); \n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "import java.time.Year;", "Year", "java.time", "import java.util.Random;", "Random", "java.util", "import java.math.*;", "math.*", "java", "public class Main{\n public static void main(String[] args){\n Scanner sc =new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n String s2=\"\";\n int s_length = s.length();\n int t_length = t.length();\n int count = 0;\n int max=0;\n for(int i = 0;i<(s_length-t_length+1);i++){\n s2=s.substring(i, t_length+i); \n for(int j=0;j<t_length;j++){\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }count=0;\n }\n System.out.println(t_length-max); \n }\n}", "Main", "public static void main(String[] args){\n Scanner sc =new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n String s2=\"\";\n int s_length = s.length();\n int t_length = t.length();\n int count = 0;\n int max=0;\n for(int i = 0;i<(s_length-t_length+1);i++){\n s2=s.substring(i, t_length+i); \n for(int j=0;j<t_length;j++){\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }count=0;\n }\n System.out.println(t_length-max); \n }", "main", "{\n Scanner sc =new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n String s2=\"\";\n int s_length = s.length();\n int t_length = t.length();\n int count = 0;\n int max=0;\n for(int i = 0;i<(s_length-t_length+1);i++){\n s2=s.substring(i, t_length+i); \n for(int j=0;j<t_length;j++){\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }count=0;\n }\n System.out.println(t_length-max); \n }", "Scanner sc =new Scanner(System.in);", "sc", "new Scanner(System.in)", "String s = sc.next();", "s", "sc.next()", "sc.next", "sc", "String t = sc.next();", "t", "sc.next()", "sc.next", "sc", "String s2=\"\";", "s2", "\"\"", "int s_length = s.length();", "s_length", "s.length()", "s.length", "s", "int t_length = t.length();", "t_length", "t.length()", "t.length", "t", "int count = 0;", "count", "0", "int max=0;", "max", "0", "for(int i = 0;i<(s_length-t_length+1);i++){\n s2=s.substring(i, t_length+i); \n for(int j=0;j<t_length;j++){\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }count=0;\n }", "int i = 0;", "int i = 0;", "i", "0", "i<(s_length-t_length+1)", "i", "(s_length-t_length+1)", "s_length-t_length", "s_length", "t_length", "1", "i++", "i++", "i", "{\n s2=s.substring(i, t_length+i); \n for(int j=0;j<t_length;j++){\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }count=0;\n }", "{\n s2=s.substring(i, t_length+i); \n for(int j=0;j<t_length;j++){\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }count=0;\n }", "s2=s.substring(i, t_length+i)", "s2", "s.substring(i, t_length+i)", "s.substring", "s", "i", "t_length+i", "t_length", "i", "for(int j=0;j<t_length;j++){\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }", "int j=0;", "int j=0;", "j", "0", "j<t_length", "j", "t_length", "j++", "j++", "j", "{\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }", "{\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }", "if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }", "s2.charAt(j)==t.charAt(j)", "s2.charAt(j)", "s2.charAt", "s2", "j", "t.charAt(j)", "t.charAt", "t", "j", "{\n count++;\n if(max<count){\n max = count;\n }\n }", "count++", "count", "if(max<count){\n max = count;\n }", "max<count", "max", "count", "{\n max = count;\n }", "max = count", "max", "count", "count=0", "count", "0", "System.out.println(t_length-max)", "System.out.println", "System.out", "System", "System.out", "t_length-max", "t_length", "max", "String[] args", "args", "public class Main{\n public static void main(String[] args){\n Scanner sc =new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n String s2=\"\";\n int s_length = s.length();\n int t_length = t.length();\n int count = 0;\n int max=0;\n for(int i = 0;i<(s_length-t_length+1);i++){\n s2=s.substring(i, t_length+i); \n for(int j=0;j<t_length;j++){\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }count=0;\n }\n System.out.println(t_length-max); \n }\n}", "public class Main{\n public static void main(String[] args){\n Scanner sc =new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n String s2=\"\";\n int s_length = s.length();\n int t_length = t.length();\n int count = 0;\n int max=0;\n for(int i = 0;i<(s_length-t_length+1);i++){\n s2=s.substring(i, t_length+i); \n for(int j=0;j<t_length;j++){\n if(s2.charAt(j)==t.charAt(j)){\n count++;\n if(max<count){\n max = count;\n }\n }\n }count=0;\n }\n System.out.println(t_length-max); \n }\n}", "Main" ]
import java.util.Scanner; import java.time.Year; import java.util.Random; import java.math.*; public class Main{ public static void main(String[] args){ Scanner sc =new Scanner(System.in); String s = sc.next(); String t = sc.next(); String s2=""; int s_length = s.length(); int t_length = t.length(); int count = 0; int max=0; for(int i = 0;i<(s_length-t_length+1);i++){ s2=s.substring(i, t_length+i); for(int j=0;j<t_length;j++){ if(s2.charAt(j)==t.charAt(j)){ count++; if(max<count){ max = count; } } }count=0; } System.out.println(t_length-max); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 17, 42, 2, 40, 13, 17, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 4, 18, 13, 13, 4, 18, 13, 17, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 2, 13, 13, 1, 40, 13, 30, 30, 41, 13, 4, 18, 13, 13, 2, 13, 13, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 13, 4, 18, 13, 13, 40, 13, 0, 13, 4, 18, 13, 13, 13, 4, 18, 13, 13, 4, 18, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 29, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 19, 20 ], [ 19, 21 ], [ 0, 22 ], [ 234, 23 ], [ 234, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 26, 30 ], [ 30, 31 ], [ 30, 32 ], [ 26, 33 ], [ 33, 34 ], [ 33, 35 ], [ 26, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 37, 40 ], [ 36, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 41, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 41, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 53, 56 ], [ 52, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 52, 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 ], [ 74, 76 ], [ 61, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 77, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 84, 86 ], [ 77, 87 ], [ 87, 88 ], [ 88, 89 ], [ 77, 90 ], [ 91, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 94, 95 ], [ 95, 96 ], [ 94, 97 ], [ 94, 98 ], [ 98, 99 ], [ 98, 100 ], [ 91, 101 ], [ 101, 102 ], [ 101, 103 ], [ 91, 104 ], [ 104, 105 ], [ 105, 106 ], [ 106, 107 ], [ 106, 108 ], [ 104, 109 ], [ 109, 110 ], [ 109, 111 ], [ 104, 112 ], [ 112, 113 ], [ 113, 114 ], [ 104, 115 ], [ 116, 116 ], [ 116, 117 ], [ 117, 118 ], [ 118, 119 ], [ 119, 120 ], [ 120, 121 ], [ 119, 122 ], [ 118, 123 ], [ 123, 124 ], [ 124, 125 ], [ 123, 126 ], [ 117, 127 ], [ 127, 128 ], [ 91, 129 ], [ 129, 130 ], [ 129, 131 ], [ 131, 132 ], [ 132, 133 ], [ 131, 134 ], [ 131, 135 ], [ 61, 136 ], [ 136, 137 ], [ 137, 138 ], [ 136, 139 ], [ 26, 140 ], [ 140, 141 ], [ 141, 142 ], [ 24, 143 ], [ 143, 144 ], [ 234, 145 ], [ 145, 146 ], [ 145, 147 ], [ 147, 148 ], [ 145, 149 ], [ 149, 150 ], [ 145, 151 ], [ 151, 152 ], [ 151, 153 ], [ 153, 154 ], [ 154, 155 ], [ 154, 156 ], [ 145, 157 ], [ 157, 158 ], [ 157, 159 ], [ 159, 160 ], [ 160, 161 ], [ 161, 162 ], [ 162, 163 ], [ 162, 164 ], [ 161, 165 ], [ 165, 166 ], [ 166, 167 ], [ 167, 168 ], [ 160, 169 ], [ 169, 170 ], [ 170, 171 ], [ 171, 172 ], [ 171, 173 ], [ 173, 174 ], [ 174, 175 ], [ 175, 176 ], [ 170, 177 ], [ 177, 178 ], [ 178, 179 ], [ 178, 180 ], [ 159, 181 ], [ 181, 182 ], [ 182, 183 ], [ 183, 184 ], [ 145, 185 ], [ 185, 186 ], [ 185, 187 ], [ 187, 188 ], [ 188, 189 ], [ 189, 190 ], [ 190, 191 ], [ 189, 192 ], [ 192, 193 ], [ 145, 194 ], [ 194, 195 ], [ 194, 196 ], [ 196, 197 ], [ 197, 198 ], [ 198, 199 ], [ 199, 200 ], [ 198, 201 ], [ 201, 202 ], [ 145, 203 ], [ 203, 204 ], [ 203, 205 ], [ 205, 206 ], [ 206, 207 ], [ 207, 208 ], [ 208, 209 ], [ 207, 210 ], [ 210, 211 ], [ 145, 212 ], [ 212, 213 ], [ 212, 214 ], [ 214, 215 ], [ 215, 216 ], [ 215, 217 ], [ 214, 218 ], [ 218, 219 ], [ 219, 220 ], [ 219, 221 ], [ 221, 222 ], [ 222, 223 ], [ 223, 224 ], [ 218, 225 ], [ 225, 226 ], [ 226, 227 ], [ 226, 228 ], [ 228, 229 ], [ 229, 230 ], [ 214, 231 ], [ 231, 232 ], [ 0, 233 ], [ 233, 234 ], [ 233, 235 ] ]
[ "import java.io.BufferedReader; \nimport java.io.*;\nimport java.io.InputStreamReader; \nimport java.util.Scanner; \nimport java.util.StringTokenizer; \nimport java.util.*;\nimport java.math.*;\npublic class Main \n{ \n static class FastReader \n { \n BufferedReader br; \n StringTokenizer st; \n \n public FastReader()\n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n } \n \n String next()\n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n \n int nextInt() \n { \n return Integer.parseInt(next()); \n } \n \n long nextLong() \n { \n return Long.parseLong(next()); \n } \n \n double nextDouble() \n { \n return Double.parseDouble(next()); \n } \n \n String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine();\n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n } \n } \n public static void main(String args[]) throws Exception\n {\n FastReader sc=new FastReader();\n PrintWriter pw=new PrintWriter(System.out);\n int t=1;//sc.nextInt();\n while(t-->0)\n {\n //int d=sc.nextInt(),tt=sc.nextInt(),s=sc.nextInt(),z=0;long ans=0\n String s=sc.next(),st=sc.next();\n if(s.contains(st))\n pw.println(0);\n else{\n int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;;\n for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }\n pw.println(ans);\n }\n }\n pw.close();\n }\n}\n ", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.*;", "io.*", "java", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.Scanner;", "Scanner", "java.util", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "import java.util.*;", "util.*", "java", "import java.math.*;", "math.*", "java", "public class Main \n{ \n static class FastReader \n { \n BufferedReader br; \n StringTokenizer st; \n \n public FastReader()\n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n } \n \n String next()\n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n \n int nextInt() \n { \n return Integer.parseInt(next()); \n } \n \n long nextLong() \n { \n return Long.parseLong(next()); \n } \n \n double nextDouble() \n { \n return Double.parseDouble(next()); \n } \n \n String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine();\n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n } \n } \n public static void main(String args[]) throws Exception\n {\n FastReader sc=new FastReader();\n PrintWriter pw=new PrintWriter(System.out);\n int t=1;//sc.nextInt();\n while(t-->0)\n {\n //int d=sc.nextInt(),tt=sc.nextInt(),s=sc.nextInt(),z=0;long ans=0\n String s=sc.next(),st=sc.next();\n if(s.contains(st))\n pw.println(0);\n else{\n int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;;\n for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }\n pw.println(ans);\n }\n }\n pw.close();\n }\n}", "Main", "public static void main(String args[]) throws Exception\n {\n FastReader sc=new FastReader();\n PrintWriter pw=new PrintWriter(System.out);\n int t=1;//sc.nextInt();\n while(t-->0)\n {\n //int d=sc.nextInt(),tt=sc.nextInt(),s=sc.nextInt(),z=0;long ans=0\n String s=sc.next(),st=sc.next();\n if(s.contains(st))\n pw.println(0);\n else{\n int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;;\n for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }\n pw.println(ans);\n }\n }\n pw.close();\n }", "main", "{\n FastReader sc=new FastReader();\n PrintWriter pw=new PrintWriter(System.out);\n int t=1;//sc.nextInt();\n while(t-->0)\n {\n //int d=sc.nextInt(),tt=sc.nextInt(),s=sc.nextInt(),z=0;long ans=0\n String s=sc.next(),st=sc.next();\n if(s.contains(st))\n pw.println(0);\n else{\n int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;;\n for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }\n pw.println(ans);\n }\n }\n pw.close();\n }", "FastReader sc=new FastReader();", "sc", "new FastReader()", "PrintWriter pw=new PrintWriter(System.out);", "pw", "new PrintWriter(System.out)", "int t=1;", "t", "1", "while(t-->0)\n {\n //int d=sc.nextInt(),tt=sc.nextInt(),s=sc.nextInt(),z=0;long ans=0\n String s=sc.next(),st=sc.next();\n if(s.contains(st))\n pw.println(0);\n else{\n int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;;\n for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }\n pw.println(ans);\n }\n }", "t-->0", "t--", "t", "0", "{\n //int d=sc.nextInt(),tt=sc.nextInt(),s=sc.nextInt(),z=0;long ans=0\n String s=sc.next(),st=sc.next();\n if(s.contains(st))\n pw.println(0);\n else{\n int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;;\n for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }\n pw.println(ans);\n }\n }", "String s=sc.next()", "s", "sc.next()", "sc.next", "sc", "st=sc.next();", "st", "sc.next()", "sc.next", "sc", "if(s.contains(st))\n pw.println(0);\n else{\n int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;;\n for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }\n pw.println(ans);\n }", "s.contains(st)", "s.contains", "s", "st", "pw.println(0)", "pw.println", "pw", "0", "{\n int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;;\n for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }\n pw.println(ans);\n }", "int l=s.length()", "l", "s.length()", "s.length", "s", "l1=st.length()", "l1", "st.length()", "st.length", "st", "ans=Integer.MAX_VALUE;", "ans", "Integer.MAX_VALUE", "Integer", "Integer.MAX_VALUE", "for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }", "int i=0;", "int i=0;", "i", "0", "i<=l-l1", "i", "l-l1", "l", "l1", "i++", "i++", "i", "{\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }", "{\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }", "String str=s.substring(i,i+l1);", "str", "s.substring(i,i+l1)", "s.substring", "s", "i", "i+l1", "i", "l1", "int c=0;", "c", "0", "for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }", "int j=0;", "int j=0;", "j", "0", "j<l1", "j", "l1", "j++", "j++", "j", "{\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }", "{\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }", "if(str.charAt(j)!=st.charAt(j))\n c++;", "str.charAt(j)!=st.charAt(j)", "str.charAt(j)", "str.charAt", "str", "j", "st.charAt(j)", "st.charAt", "st", "j", "c++", "c", "ans=Math.min(ans,c)", "ans", "Math.min(ans,c)", "Math.min", "Math", "ans", "c", "pw.println(ans)", "pw.println", "pw", "ans", "pw.close()", "pw.close", "pw", "String args[]", "args", "static class FastReader \n { \n BufferedReader br; \n StringTokenizer st; \n \n public FastReader()\n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n } \n \n String next()\n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n \n int nextInt() \n { \n return Integer.parseInt(next()); \n } \n \n long nextLong() \n { \n return Long.parseLong(next()); \n } \n \n double nextDouble() \n { \n return Double.parseDouble(next()); \n } \n \n String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine();\n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n } \n }", "FastReader", "BufferedReader br;", "br", "StringTokenizer st;", "st", "public FastReader()\n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n }", "FastReader", "{ \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n }", "br = new BufferedReader(new\n InputStreamReader(System.in))", "br", "new BufferedReader(new\n InputStreamReader(System.in))", "String next()\n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n }", "next", "{ \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n }", "while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n }", "st == null || !st.hasMoreElements()", "st == null", "st", "null", "!st.hasMoreElements()", "st.hasMoreElements()", "st.hasMoreElements", "st", "{ \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n }", "try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n }", "catch (IOException e) \n { \n e.printStackTrace(); \n }", "IOException e", "{ \n e.printStackTrace(); \n }", "e.printStackTrace()", "e.printStackTrace", "e", "{ \n st = new StringTokenizer(br.readLine()); \n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "int nextInt() \n { \n return Integer.parseInt(next()); \n }", "nextInt", "{ \n return Integer.parseInt(next()); \n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "long nextLong() \n { \n return Long.parseLong(next()); \n }", "nextLong", "{ \n return Long.parseLong(next()); \n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "double nextDouble() \n { \n return Double.parseDouble(next()); \n }", "nextDouble", "{ \n return Double.parseDouble(next()); \n }", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine();\n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n }", "nextLine", "{ \n String str = \"\"; \n try\n { \n str = br.readLine();\n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n }", "String str = \"\";", "str", "\"\"", "try\n { \n str = br.readLine();\n } \n catch (IOException e) \n { \n e.printStackTrace(); \n }", "catch (IOException e) \n { \n e.printStackTrace(); \n }", "IOException e", "{ \n e.printStackTrace(); \n }", "e.printStackTrace()", "e.printStackTrace", "e", "{ \n str = br.readLine();\n }", "str = br.readLine()", "str", "br.readLine()", "br.readLine", "br", "return str;", "str", "public class Main \n{ \n static class FastReader \n { \n BufferedReader br; \n StringTokenizer st; \n \n public FastReader()\n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n } \n \n String next()\n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n \n int nextInt() \n { \n return Integer.parseInt(next()); \n } \n \n long nextLong() \n { \n return Long.parseLong(next()); \n } \n \n double nextDouble() \n { \n return Double.parseDouble(next()); \n } \n \n String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine();\n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n } \n } \n public static void main(String args[]) throws Exception\n {\n FastReader sc=new FastReader();\n PrintWriter pw=new PrintWriter(System.out);\n int t=1;//sc.nextInt();\n while(t-->0)\n {\n //int d=sc.nextInt(),tt=sc.nextInt(),s=sc.nextInt(),z=0;long ans=0\n String s=sc.next(),st=sc.next();\n if(s.contains(st))\n pw.println(0);\n else{\n int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;;\n for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }\n pw.println(ans);\n }\n }\n pw.close();\n }\n}", "public class Main \n{ \n static class FastReader \n { \n BufferedReader br; \n StringTokenizer st; \n \n public FastReader()\n { \n br = new BufferedReader(new\n InputStreamReader(System.in)); \n } \n \n String next()\n { \n while (st == null || !st.hasMoreElements()) \n { \n try\n { \n st = new StringTokenizer(br.readLine()); \n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n } \n return st.nextToken(); \n } \n \n int nextInt() \n { \n return Integer.parseInt(next()); \n } \n \n long nextLong() \n { \n return Long.parseLong(next()); \n } \n \n double nextDouble() \n { \n return Double.parseDouble(next()); \n } \n \n String nextLine() \n { \n String str = \"\"; \n try\n { \n str = br.readLine();\n } \n catch (IOException e) \n { \n e.printStackTrace(); \n } \n return str; \n } \n } \n public static void main(String args[]) throws Exception\n {\n FastReader sc=new FastReader();\n PrintWriter pw=new PrintWriter(System.out);\n int t=1;//sc.nextInt();\n while(t-->0)\n {\n //int d=sc.nextInt(),tt=sc.nextInt(),s=sc.nextInt(),z=0;long ans=0\n String s=sc.next(),st=sc.next();\n if(s.contains(st))\n pw.println(0);\n else{\n int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;;\n for(int i=0;i<=l-l1;i++)\n {\n String str=s.substring(i,i+l1);int c=0;\n for(int j=0;j<l1;j++)\n {\n if(str.charAt(j)!=st.charAt(j))\n c++;\n }\n ans=Math.min(ans,c);\n }\n pw.println(ans);\n }\n }\n pw.close();\n }\n}", "Main" ]
import java.io.BufferedReader; import java.io.*; import java.io.InputStreamReader; import java.util.Scanner; import java.util.StringTokenizer; import java.util.*; import java.math.*; public class Main { static class FastReader { BufferedReader br; StringTokenizer st; public FastReader() { br = new BufferedReader(new InputStreamReader(System.in)); } String next() { while (st == null || !st.hasMoreElements()) { try { st = new StringTokenizer(br.readLine()); } catch (IOException e) { e.printStackTrace(); } } return st.nextToken(); } int nextInt() { return Integer.parseInt(next()); } long nextLong() { return Long.parseLong(next()); } double nextDouble() { return Double.parseDouble(next()); } String nextLine() { String str = ""; try { str = br.readLine(); } catch (IOException e) { e.printStackTrace(); } return str; } } public static void main(String args[]) throws Exception { FastReader sc=new FastReader(); PrintWriter pw=new PrintWriter(System.out); int t=1;//sc.nextInt(); while(t-->0) { //int d=sc.nextInt(),tt=sc.nextInt(),s=sc.nextInt(),z=0;long ans=0 String s=sc.next(),st=sc.next(); if(s.contains(st)) pw.println(0); else{ int l=s.length(),l1=st.length(), ans=Integer.MAX_VALUE;; for(int i=0;i<=l-l1;i++) { String str=s.substring(i,i+l1);int c=0; for(int j=0;j<l1;j++) { if(str.charAt(j)!=st.charAt(j)) c++; } ans=Math.min(ans,c); } pw.println(ans); } } pw.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 18, 13, 13, 11, 1, 41, 13, 17, 2, 2, 13, 4, 18, 13, 4, 18, 13, 1, 40, 13, 30, 30, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 13, 4, 18, 13, 2, 13, 13, 30, 40, 13, 14, 2, 13, 13, 30, 0, 13, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 96, 5 ], [ 96, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 24, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 27, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 32, 38 ], [ 38, 39 ], [ 39, 40 ], [ 27, 41 ], [ 41, 42 ], [ 42, 43 ], [ 27, 44 ], [ 45, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 45, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 49, 59 ], [ 59, 60 ], [ 60, 61 ], [ 49, 62 ], [ 63, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 66, 69 ], [ 65, 70 ], [ 70, 71 ], [ 71, 72 ], [ 70, 73 ], [ 73, 74 ], [ 73, 75 ], [ 64, 76 ], [ 76, 77 ], [ 77, 78 ], [ 45, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 79, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 8, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 87, 92 ], [ 6, 93 ], [ 93, 94 ], [ 0, 95 ], [ 95, 96 ], [ 95, 97 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n public static void main(String... args) {\n Scanner scanner = new Scanner(System.in);\n\n String S = scanner.next();\n String T = scanner.next();\n\n // 素直にやっても最悪1000 * 1000なので行ける気がする\n int minReplace = Integer.MAX_VALUE;\n\n for (int seek = 0; seek + T.length() <= S.length(); seek++) {\n int replace = 0;\n for (int i = 0; i < T.length(); i++) {\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }\n\n if (minReplace > replace) {\n minReplace = replace;\n }\n }\n\n System.out.println(minReplace);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String... args) {\n Scanner scanner = new Scanner(System.in);\n\n String S = scanner.next();\n String T = scanner.next();\n\n // 素直にやっても最悪1000 * 1000なので行ける気がする\n int minReplace = Integer.MAX_VALUE;\n\n for (int seek = 0; seek + T.length() <= S.length(); seek++) {\n int replace = 0;\n for (int i = 0; i < T.length(); i++) {\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }\n\n if (minReplace > replace) {\n minReplace = replace;\n }\n }\n\n System.out.println(minReplace);\n }\n}", "Main", "public static void main(String... args) {\n Scanner scanner = new Scanner(System.in);\n\n String S = scanner.next();\n String T = scanner.next();\n\n // 素直にやっても最悪1000 * 1000なので行ける気がする\n int minReplace = Integer.MAX_VALUE;\n\n for (int seek = 0; seek + T.length() <= S.length(); seek++) {\n int replace = 0;\n for (int i = 0; i < T.length(); i++) {\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }\n\n if (minReplace > replace) {\n minReplace = replace;\n }\n }\n\n System.out.println(minReplace);\n }", "main", "{\n Scanner scanner = new Scanner(System.in);\n\n String S = scanner.next();\n String T = scanner.next();\n\n // 素直にやっても最悪1000 * 1000なので行ける気がする\n int minReplace = Integer.MAX_VALUE;\n\n for (int seek = 0; seek + T.length() <= S.length(); seek++) {\n int replace = 0;\n for (int i = 0; i < T.length(); i++) {\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }\n\n if (minReplace > replace) {\n minReplace = replace;\n }\n }\n\n System.out.println(minReplace);\n }", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "String S = scanner.next();", "S", "scanner.next()", "scanner.next", "scanner", "String T = scanner.next();", "T", "scanner.next()", "scanner.next", "scanner", "int minReplace = Integer.MAX_VALUE;", "minReplace", "Integer.MAX_VALUE", "Integer", "Integer.MAX_VALUE", "for (int seek = 0; seek + T.length() <= S.length(); seek++) {\n int replace = 0;\n for (int i = 0; i < T.length(); i++) {\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }\n\n if (minReplace > replace) {\n minReplace = replace;\n }\n }", "int seek = 0;", "int seek = 0;", "seek", "0", "seek + T.length() <= S.length()", "seek + T.length()", "seek", "T.length()", "T.length", "T", "S.length()", "S.length", "S", "seek++", "seek++", "seek", "{\n int replace = 0;\n for (int i = 0; i < T.length(); i++) {\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }\n\n if (minReplace > replace) {\n minReplace = replace;\n }\n }", "{\n int replace = 0;\n for (int i = 0; i < T.length(); i++) {\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }\n\n if (minReplace > replace) {\n minReplace = replace;\n }\n }", "int replace = 0;", "replace", "0", "for (int i = 0; i < T.length(); i++) {\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }", "int i = 0;", "int i = 0;", "i", "0", "i < T.length()", "i", "T.length()", "T.length", "T", "i++", "i++", "i", "{\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }", "{\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }", "if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }", "T.charAt(i) != S.charAt(seek + i)", "T.charAt(i)", "T.charAt", "T", "i", "S.charAt(seek + i)", "S.charAt", "S", "seek + i", "seek", "i", "{\n replace++;\n }", "replace++", "replace", "if (minReplace > replace) {\n minReplace = replace;\n }", "minReplace > replace", "minReplace", "replace", "{\n minReplace = replace;\n }", "minReplace = replace", "minReplace", "replace", "System.out.println(minReplace)", "System.out.println", "System.out", "System", "System.out", "minReplace", "String... args", "args", "public class Main {\n public static void main(String... args) {\n Scanner scanner = new Scanner(System.in);\n\n String S = scanner.next();\n String T = scanner.next();\n\n // 素直にやっても最悪1000 * 1000なので行ける気がする\n int minReplace = Integer.MAX_VALUE;\n\n for (int seek = 0; seek + T.length() <= S.length(); seek++) {\n int replace = 0;\n for (int i = 0; i < T.length(); i++) {\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }\n\n if (minReplace > replace) {\n minReplace = replace;\n }\n }\n\n System.out.println(minReplace);\n }\n}", "public class Main {\n public static void main(String... args) {\n Scanner scanner = new Scanner(System.in);\n\n String S = scanner.next();\n String T = scanner.next();\n\n // 素直にやっても最悪1000 * 1000なので行ける気がする\n int minReplace = Integer.MAX_VALUE;\n\n for (int seek = 0; seek + T.length() <= S.length(); seek++) {\n int replace = 0;\n for (int i = 0; i < T.length(); i++) {\n if (T.charAt(i) != S.charAt(seek + i)) {\n replace++;\n }\n }\n\n if (minReplace > replace) {\n minReplace = replace;\n }\n }\n\n System.out.println(minReplace);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String... args) { Scanner scanner = new Scanner(System.in); String S = scanner.next(); String T = scanner.next(); // 素直にやっても最悪1000 * 1000なので行ける気がする int minReplace = Integer.MAX_VALUE; for (int seek = 0; seek + T.length() <= S.length(); seek++) { int replace = 0; for (int i = 0; i < T.length(); i++) { if (T.charAt(i) != S.charAt(seek + i)) { replace++; } } if (minReplace > replace) { minReplace = replace; } } System.out.println(minReplace); } }
[ 7, 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, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 41, 13, 11, 1, 41, 13, 17, 2, 13, 2, 2, 4, 18, 13, 4, 18, 13, 17, 1, 40, 13, 30, 30, 0, 13, 17, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 13, 4, 18, 13, 2, 13, 13, 30, 40, 13, 0, 13, 4, 18, 13, 13, 13, 4, 18, 13, 13, 4, 18, 13, 23, 13, 12, 13, 30, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 41, 13, 2, 4, 18, 13, 18, 13, 13, 41, 13, 18, 13, 13, 0, 18, 13, 13, 18, 13, 13, 0, 18, 13, 13, 13, 23, 13, 12, 13, 30, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 41, 13, 2, 4, 18, 13, 18, 13, 13, 41, 13, 18, 13, 13, 0, 18, 13, 13, 18, 13, 13, 0, 18, 13, 13, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 0, 18, 36, 13, 13, 23, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 0, 13, 20, 2, 13, 17, 23, 13, 12, 13, 30, 29, 4, 18, 13, 13, 12, 13, 30, 41, 13, 17, 42, 2, 13, 17, 30, 0, 13, 18, 13, 13, 0, 13, 2, 13, 40, 13, 29, 13, 23, 13, 12, 13, 30, 42, 2, 13, 13, 30, 0, 18, 13, 13, 13, 0, 13, 2, 13, 40, 13, 23, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 4, 13, 13, 4, 18, 13, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 4, 13, 13, 4, 18, 13, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 4, 13, 17, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 12, 13, 30, 4, 18, 13, 17, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 591, 11 ], [ 591, 12 ], [ 12, 13 ], [ 591, 14 ], [ 14, 15 ], [ 591, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 18, 22 ], [ 22, 23 ], [ 22, 24 ], [ 18, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 18, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 18, 35 ], [ 35, 36 ], [ 35, 37 ], [ 18, 38 ], [ 38, 39 ], [ 18, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 48, 52 ], [ 52, 53 ], [ 53, 54 ], [ 47, 55 ], [ 40, 56 ], [ 56, 57 ], [ 57, 58 ], [ 40, 59 ], [ 60, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 60, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 64, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 72, 73 ], [ 64, 74 ], [ 74, 75 ], [ 75, 76 ], [ 64, 77 ], [ 78, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 81, 84 ], [ 80, 85 ], [ 85, 86 ], [ 86, 87 ], [ 85, 88 ], [ 88, 89 ], [ 88, 90 ], [ 79, 91 ], [ 91, 92 ], [ 92, 93 ], [ 60, 94 ], [ 94, 95 ], [ 94, 96 ], [ 96, 97 ], [ 97, 98 ], [ 96, 99 ], [ 96, 100 ], [ 18, 101 ], [ 101, 102 ], [ 102, 103 ], [ 101, 104 ], [ 18, 105 ], [ 105, 106 ], [ 106, 107 ], [ 16, 108 ], [ 108, 109 ], [ 591, 110 ], [ 110, 111 ], [ 110, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 113, 118 ], [ 118, 119 ], [ 118, 120 ], [ 120, 121 ], [ 120, 122 ], [ 113, 123 ], [ 123, 124 ], [ 124, 125 ], [ 113, 126 ], [ 127, 127 ], [ 127, 128 ], [ 128, 129 ], [ 128, 130 ], [ 130, 131 ], [ 131, 132 ], [ 132, 133 ], [ 130, 134 ], [ 134, 135 ], [ 134, 136 ], [ 127, 137 ], [ 137, 138 ], [ 137, 139 ], [ 139, 140 ], [ 139, 141 ], [ 127, 142 ], [ 142, 143 ], [ 143, 144 ], [ 143, 145 ], [ 142, 146 ], [ 146, 147 ], [ 146, 148 ], [ 127, 149 ], [ 149, 150 ], [ 150, 151 ], [ 150, 152 ], [ 149, 153 ], [ 110, 154 ], [ 154, 155 ], [ 591, 156 ], [ 156, 157 ], [ 156, 158 ], [ 158, 159 ], [ 159, 160 ], [ 160, 161 ], [ 161, 162 ], [ 161, 163 ], [ 159, 164 ], [ 164, 165 ], [ 164, 166 ], [ 166, 167 ], [ 166, 168 ], [ 159, 169 ], [ 169, 170 ], [ 170, 171 ], [ 159, 172 ], [ 173, 173 ], [ 173, 174 ], [ 174, 175 ], [ 174, 176 ], [ 176, 177 ], [ 177, 178 ], [ 178, 179 ], [ 176, 180 ], [ 180, 181 ], [ 180, 182 ], [ 173, 183 ], [ 183, 184 ], [ 183, 185 ], [ 185, 186 ], [ 185, 187 ], [ 173, 188 ], [ 188, 189 ], [ 189, 190 ], [ 189, 191 ], [ 188, 192 ], [ 192, 193 ], [ 192, 194 ], [ 173, 195 ], [ 195, 196 ], [ 196, 197 ], [ 196, 198 ], [ 195, 199 ], [ 156, 200 ], [ 200, 201 ], [ 591, 202 ], [ 202, 203 ], [ 202, 204 ], [ 204, 205 ], [ 202, 206 ], [ 206, 207 ], [ 202, 208 ], [ 208, 209 ], [ 208, 210 ], [ 210, 211 ], [ 211, 212 ], [ 212, 213 ], [ 212, 214 ], [ 211, 215 ], [ 210, 216 ], [ 216, 217 ], [ 217, 218 ], [ 217, 219 ], [ 216, 220 ], [ 208, 221 ], [ 221, 222 ], [ 208, 223 ], [ 223, 224 ], [ 591, 225 ], [ 225, 226 ], [ 225, 227 ], [ 227, 228 ], [ 225, 229 ], [ 229, 230 ], [ 225, 231 ], [ 231, 232 ], [ 231, 233 ], [ 233, 234 ], [ 234, 235 ], [ 235, 236 ], [ 235, 237 ], [ 234, 238 ], [ 233, 239 ], [ 239, 240 ], [ 239, 241 ], [ 242, 243 ], [ 242, 244 ], [ 231, 245 ], [ 245, 246 ], [ 225, 247 ], [ 247, 248 ], [ 247, 249 ], [ 249, 250 ], [ 250, 251 ], [ 251, 252 ], [ 252, 253 ], [ 251, 254 ], [ 225, 255 ], [ 255, 256 ], [ 255, 257 ], [ 257, 258 ], [ 258, 259 ], [ 258, 260 ], [ 257, 261 ], [ 261, 262 ], [ 262, 263 ], [ 262, 264 ], [ 261, 265 ], [ 265, 266 ], [ 266, 267 ], [ 266, 268 ], [ 268, 269 ], [ 268, 270 ], [ 265, 271 ], [ 271, 272 ], [ 271, 273 ], [ 273, 274 ], [ 273, 275 ], [ 275, 276 ], [ 257, 277 ], [ 277, 278 ], [ 255, 279 ], [ 279, 280 ], [ 225, 281 ], [ 281, 282 ], [ 281, 283 ], [ 283, 284 ], [ 284, 285 ], [ 285, 286 ], [ 285, 287 ], [ 284, 288 ], [ 288, 289 ], [ 289, 290 ], [ 290, 291 ], [ 290, 292 ], [ 289, 293 ], [ 288, 294 ], [ 294, 295 ], [ 294, 296 ], [ 296, 297 ], [ 296, 298 ], [ 298, 299 ], [ 281, 300 ], [ 300, 301 ], [ 281, 302 ], [ 302, 303 ], [ 591, 304 ], [ 304, 305 ], [ 304, 306 ], [ 306, 307 ], [ 304, 308 ], [ 308, 309 ], [ 304, 310 ], [ 310, 311 ], [ 310, 312 ], [ 312, 313 ], [ 313, 314 ], [ 313, 315 ], [ 310, 316 ], [ 316, 317 ], [ 304, 318 ], [ 318, 319 ], [ 318, 320 ], [ 320, 321 ], [ 321, 322 ], [ 321, 323 ], [ 318, 324 ], [ 324, 325 ], [ 304, 326 ], [ 326, 327 ], [ 326, 328 ], [ 328, 329 ], [ 329, 330 ], [ 330, 331 ], [ 331, 332 ], [ 331, 333 ], [ 330, 334 ], [ 334, 335 ], [ 335, 336 ], [ 336, 337 ], [ 329, 338 ], [ 338, 339 ], [ 338, 340 ], [ 328, 341 ], [ 341, 342 ], [ 342, 343 ], [ 343, 344 ], [ 304, 345 ], [ 345, 346 ], [ 345, 347 ], [ 347, 348 ], [ 348, 349 ], [ 348, 350 ], [ 347, 352 ], [ 352, 353 ], [ 353, 354 ], [ 354, 355 ], [ 354, 356 ], [ 352, 357 ], [ 357, 358 ], [ 357, 359 ], [ 352, 360 ], [ 360, 361 ], [ 361, 362 ], [ 352, 363 ], [ 363, 364 ], [ 364, 365 ], [ 365, 366 ], [ 365, 367 ], [ 364, 368 ], [ 368, 369 ], [ 347, 370 ], [ 370, 371 ], [ 345, 372 ], [ 372, 373 ], [ 304, 374 ], [ 374, 375 ], [ 374, 376 ], [ 376, 377 ], [ 377, 378 ], [ 377, 379 ], [ 376, 381 ], [ 381, 382 ], [ 382, 383 ], [ 383, 384 ], [ 383, 385 ], [ 381, 386 ], [ 386, 387 ], [ 386, 388 ], [ 381, 389 ], [ 389, 390 ], [ 390, 391 ], [ 381, 392 ], [ 392, 393 ], [ 393, 394 ], [ 394, 395 ], [ 394, 396 ], [ 393, 397 ], [ 397, 398 ], [ 376, 399 ], [ 399, 400 ], [ 374, 401 ], [ 401, 402 ], [ 304, 403 ], [ 403, 404 ], [ 403, 405 ], [ 405, 406 ], [ 406, 407 ], [ 406, 408 ], [ 405, 410 ], [ 410, 411 ], [ 411, 412 ], [ 412, 413 ], [ 412, 414 ], [ 410, 415 ], [ 415, 416 ], [ 415, 417 ], [ 410, 418 ], [ 418, 419 ], [ 419, 420 ], [ 410, 421 ], [ 421, 422 ], [ 422, 423 ], [ 423, 424 ], [ 423, 425 ], [ 422, 426 ], [ 426, 427 ], [ 405, 428 ], [ 428, 429 ], [ 428, 430 ], [ 405, 431 ], [ 431, 432 ], [ 432, 433 ], [ 431, 434 ], [ 405, 435 ], [ 435, 436 ], [ 403, 437 ], [ 437, 438 ], [ 304, 439 ], [ 439, 440 ], [ 439, 441 ], [ 441, 442 ], [ 442, 443 ], [ 442, 444 ], [ 441, 446 ], [ 446, 447 ], [ 447, 448 ], [ 448, 449 ], [ 448, 450 ], [ 446, 451 ], [ 451, 452 ], [ 451, 453 ], [ 446, 454 ], [ 454, 455 ], [ 455, 456 ], [ 446, 457 ], [ 457, 458 ], [ 458, 459 ], [ 459, 460 ], [ 459, 461 ], [ 458, 462 ], [ 462, 463 ], [ 441, 464 ], [ 464, 465 ], [ 464, 466 ], [ 441, 467 ], [ 467, 468 ], [ 468, 469 ], [ 467, 470 ], [ 441, 471 ], [ 471, 472 ], [ 439, 473 ], [ 473, 474 ], [ 304, 475 ], [ 475, 476 ], [ 475, 477 ], [ 477, 478 ], [ 478, 479 ], [ 478, 480 ], [ 477, 482 ], [ 482, 483 ], [ 483, 484 ], [ 484, 485 ], [ 484, 486 ], [ 482, 487 ], [ 487, 488 ], [ 487, 489 ], [ 482, 490 ], [ 490, 491 ], [ 491, 492 ], [ 482, 493 ], [ 493, 494 ], [ 494, 495 ], [ 495, 496 ], [ 495, 497 ], [ 494, 498 ], [ 498, 499 ], [ 477, 500 ], [ 500, 501 ], [ 475, 502 ], [ 502, 503 ], [ 304, 504 ], [ 504, 505 ], [ 504, 506 ], [ 506, 507 ], [ 507, 508 ], [ 507, 509 ], [ 506, 511 ], [ 511, 512 ], [ 512, 513 ], [ 513, 514 ], [ 513, 515 ], [ 511, 516 ], [ 516, 517 ], [ 516, 518 ], [ 511, 519 ], [ 519, 520 ], [ 520, 521 ], [ 511, 522 ], [ 522, 523 ], [ 523, 524 ], [ 524, 525 ], [ 524, 526 ], [ 523, 527 ], [ 527, 528 ], [ 506, 529 ], [ 529, 530 ], [ 504, 531 ], [ 531, 532 ], [ 304, 533 ], [ 533, 534 ], [ 533, 535 ], [ 535, 536 ], [ 536, 537 ], [ 537, 538 ], [ 538, 539 ], [ 304, 540 ], [ 540, 541 ], [ 540, 542 ], [ 542, 543 ], [ 543, 544 ], [ 544, 545 ], [ 545, 546 ], [ 544, 547 ], [ 547, 548 ], [ 304, 549 ], [ 549, 550 ], [ 549, 551 ], [ 551, 552 ], [ 552, 553 ], [ 553, 554 ], [ 554, 555 ], [ 553, 556 ], [ 556, 557 ], [ 304, 558 ], [ 558, 559 ], [ 558, 560 ], [ 560, 561 ], [ 561, 562 ], [ 562, 563 ], [ 563, 564 ], [ 564, 565 ], [ 562, 566 ], [ 304, 567 ], [ 567, 568 ], [ 567, 569 ], [ 569, 570 ], [ 570, 571 ], [ 571, 572 ], [ 572, 573 ], [ 571, 574 ], [ 574, 575 ], [ 304, 576 ], [ 576, 577 ], [ 576, 578 ], [ 578, 579 ], [ 579, 580 ], [ 580, 581 ], [ 581, 582 ], [ 304, 583 ], [ 583, 584 ], [ 583, 585 ], [ 585, 586 ], [ 586, 587 ], [ 587, 588 ], [ 586, 589 ], [ 0, 590 ], [ 590, 591 ], [ 590, 592 ] ]
[ "import java.io.*;\nimport java.util.*;\n\nimport static java.lang.Long.max;\n\npublic class Main {\n static class Pair {\n int num;\n int cut;\n\n Pair(int num, int cut) {\n this.num = num;\n this.cut = cut;\n }\n }\n public static void main(String[] args) throws IOException {\n sc = new MScanner(System.in);\n pw = new PrintWriter(System.out);\n String S = sc.nextLine();\n String T = sc.nextLine();\n int cnt = 5000;\n int cur;\n for (int i = 0; i < S.length() - T.length() + 1; i++) {\n cur = 0;\n for (int j = 0; j < T.length(); j++) {\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }\n cnt = Math.min(cnt, cur);\n }\n\n pw.println(cnt);\n // pw.println(\"end\");\n // pw.println();\n\n pw.flush();\n // System.out.println(cnt);\n }\n\n /**\n * https://www.slideshare.net/hcpc_hokudai/binary-indexed-tree A space efficient version segment\n * tree. Usually for range sum. Or the required metric can be calulated in that:\n *\n * <p>right_metric = parant_metric - left_metric Only then, we can stop memoizing right_metric\n *\n * <p>The internal structure is a 1-base array, to simplify calculation of parent node's idx. lsb\n * = 3 & -3 = 2 (0x0011 & 0x1101 = 0x0001) lastParentOf3 = 3 - lsb = 2 curParentOf3 = 3 + lsb = 4\n */\n static class FenwickTree {\n private final long[] state;\n private final int size;\n\n FenwickTree(int size) {\n this.size = size;\n state = new long[size + 1];\n }\n\n @Override\n public String toString() {\n return Arrays.toString(state);\n }\n\n long queryRangeSumFromZeroTo(int idx) {\n long sum = 0;\n while (idx != 0) {\n sum += state[idx];\n idx -= (idx & -idx);\n }\n return sum;\n }\n\n /** @param val can be negative */\n void updateElement(int idx, long val) {\n while (idx <= size) {\n state[idx] += val;\n idx += (idx & -idx);\n }\n }\n }\n\n // sc.close();\n // pw.println(cnt);\n // pw.flush();\n\n static PrintWriter pw;\n static MScanner sc;\n\n static class MScanner {\n StringTokenizer st;\n BufferedReader br;\n\n public MScanner(InputStream system) {\n br = new BufferedReader(new InputStreamReader(system));\n }\n\n public MScanner(String file) throws Exception {\n br = new BufferedReader(new FileReader(file));\n }\n\n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) st = new StringTokenizer(br.readLine());\n return st.nextToken();\n }\n\n public int[] intArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }\n\n public long[] longArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }\n\n public int[] intSortedArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }\n\n public long[] longSortedArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }\n\n public Integer[] IntegerArr(int n) throws IOException {\n Integer[] in = new Integer[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }\n\n public Long[] LongArr(int n) throws IOException {\n Long[] in = new Long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }\n\n public String nextLine() throws IOException {\n return br.readLine();\n }\n\n public int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n\n public double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n public char nextChar() throws IOException {\n return next().charAt(0);\n }\n\n public long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public boolean ready() throws IOException {\n return br.ready();\n }\n\n public void waitForInput() throws InterruptedException {\n Thread.sleep(3000);\n }\n }\n\n static void shuffle(int[] in) {\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n int tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }\n\n static void shuffle(long[] in) {\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n long tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "import static java.lang.Long.max;", "import static java.lang.Long.max;", "import static java.lang.Long.max;", "public class Main {\n static class Pair {\n int num;\n int cut;\n\n Pair(int num, int cut) {\n this.num = num;\n this.cut = cut;\n }\n }\n public static void main(String[] args) throws IOException {\n sc = new MScanner(System.in);\n pw = new PrintWriter(System.out);\n String S = sc.nextLine();\n String T = sc.nextLine();\n int cnt = 5000;\n int cur;\n for (int i = 0; i < S.length() - T.length() + 1; i++) {\n cur = 0;\n for (int j = 0; j < T.length(); j++) {\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }\n cnt = Math.min(cnt, cur);\n }\n\n pw.println(cnt);\n // pw.println(\"end\");\n // pw.println();\n\n pw.flush();\n // System.out.println(cnt);\n }\n\n /**\n * https://www.slideshare.net/hcpc_hokudai/binary-indexed-tree A space efficient version segment\n * tree. Usually for range sum. Or the required metric can be calulated in that:\n *\n * <p>right_metric = parant_metric - left_metric Only then, we can stop memoizing right_metric\n *\n * <p>The internal structure is a 1-base array, to simplify calculation of parent node's idx. lsb\n * = 3 & -3 = 2 (0x0011 & 0x1101 = 0x0001) lastParentOf3 = 3 - lsb = 2 curParentOf3 = 3 + lsb = 4\n */\n static class FenwickTree {\n private final long[] state;\n private final int size;\n\n FenwickTree(int size) {\n this.size = size;\n state = new long[size + 1];\n }\n\n @Override\n public String toString() {\n return Arrays.toString(state);\n }\n\n long queryRangeSumFromZeroTo(int idx) {\n long sum = 0;\n while (idx != 0) {\n sum += state[idx];\n idx -= (idx & -idx);\n }\n return sum;\n }\n\n /** @param val can be negative */\n void updateElement(int idx, long val) {\n while (idx <= size) {\n state[idx] += val;\n idx += (idx & -idx);\n }\n }\n }\n\n // sc.close();\n // pw.println(cnt);\n // pw.flush();\n\n static PrintWriter pw;\n static MScanner sc;\n\n static class MScanner {\n StringTokenizer st;\n BufferedReader br;\n\n public MScanner(InputStream system) {\n br = new BufferedReader(new InputStreamReader(system));\n }\n\n public MScanner(String file) throws Exception {\n br = new BufferedReader(new FileReader(file));\n }\n\n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) st = new StringTokenizer(br.readLine());\n return st.nextToken();\n }\n\n public int[] intArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }\n\n public long[] longArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }\n\n public int[] intSortedArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }\n\n public long[] longSortedArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }\n\n public Integer[] IntegerArr(int n) throws IOException {\n Integer[] in = new Integer[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }\n\n public Long[] LongArr(int n) throws IOException {\n Long[] in = new Long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }\n\n public String nextLine() throws IOException {\n return br.readLine();\n }\n\n public int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n\n public double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n public char nextChar() throws IOException {\n return next().charAt(0);\n }\n\n public long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public boolean ready() throws IOException {\n return br.ready();\n }\n\n public void waitForInput() throws InterruptedException {\n Thread.sleep(3000);\n }\n }\n\n static void shuffle(int[] in) {\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n int tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }\n\n static void shuffle(long[] in) {\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n long tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }\n}", "Main", "static PrintWriter pw;", "pw", "static MScanner sc;", "sc", "public static void main(String[] args) throws IOException {\n sc = new MScanner(System.in);\n pw = new PrintWriter(System.out);\n String S = sc.nextLine();\n String T = sc.nextLine();\n int cnt = 5000;\n int cur;\n for (int i = 0; i < S.length() - T.length() + 1; i++) {\n cur = 0;\n for (int j = 0; j < T.length(); j++) {\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }\n cnt = Math.min(cnt, cur);\n }\n\n pw.println(cnt);\n // pw.println(\"end\");\n // pw.println();\n\n pw.flush();\n // System.out.println(cnt);\n }", "main", "{\n sc = new MScanner(System.in);\n pw = new PrintWriter(System.out);\n String S = sc.nextLine();\n String T = sc.nextLine();\n int cnt = 5000;\n int cur;\n for (int i = 0; i < S.length() - T.length() + 1; i++) {\n cur = 0;\n for (int j = 0; j < T.length(); j++) {\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }\n cnt = Math.min(cnt, cur);\n }\n\n pw.println(cnt);\n // pw.println(\"end\");\n // pw.println();\n\n pw.flush();\n // System.out.println(cnt);\n }", "sc = new MScanner(System.in)", "sc", "new MScanner(System.in)", "pw = new PrintWriter(System.out)", "pw", "new PrintWriter(System.out)", "String S = sc.nextLine();", "S", "sc.nextLine()", "sc.nextLine", "sc", "String T = sc.nextLine();", "T", "sc.nextLine()", "sc.nextLine", "sc", "int cnt = 5000;", "cnt", "5000", "int cur;", "cur", "for (int i = 0; i < S.length() - T.length() + 1; i++) {\n cur = 0;\n for (int j = 0; j < T.length(); j++) {\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }\n cnt = Math.min(cnt, cur);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < S.length() - T.length() + 1", "i", "S.length() - T.length() + 1", "S.length() - T.length()", "S.length()", "S.length", "S", "T.length()", "T.length", "T", "1", "i++", "i++", "i", "{\n cur = 0;\n for (int j = 0; j < T.length(); j++) {\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }\n cnt = Math.min(cnt, cur);\n }", "{\n cur = 0;\n for (int j = 0; j < T.length(); j++) {\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }\n cnt = Math.min(cnt, cur);\n }", "cur = 0", "cur", "0", "for (int j = 0; j < T.length(); j++) {\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }", "int j = 0;", "int j = 0;", "j", "0", "j < T.length()", "j", "T.length()", "T.length", "T", "j++", "j++", "j", "{\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }", "{\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }", "if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }", "T.charAt(j) != S.charAt(i + j)", "T.charAt(j)", "T.charAt", "T", "j", "S.charAt(i + j)", "S.charAt", "S", "i + j", "i", "j", "{\n cur ++;\n }", "cur ++", "cur", "cnt = Math.min(cnt, cur)", "cnt", "Math.min(cnt, cur)", "Math.min", "Math", "cnt", "cur", "pw.println(cnt)", "pw.println", "pw", "cnt", "pw.flush()", "pw.flush", "pw", "String[] args", "args", "static void shuffle(int[] in) {\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n int tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }", "shuffle", "{\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n int tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }", "for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n int tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }", "int i = 0;", "int i = 0;", "i", "0", "i < in.length", "i", "in.length", "in", "in.length", "i++", "i++", "i", "{\n int idx = (int) (Math.random() * in.length);\n int tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }", "{\n int idx = (int) (Math.random() * in.length);\n int tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }", "int idx = (int) (Math.random() * in.length);", "idx", "(int) (Math.random() * in.length)", "Math.random()", "Math.random", "Math", "in.length", "in", "in.length", "int tmp = in[i];", "tmp", "in[i]", "in", "i", "in[i] = in[idx]", "in[i]", "in", "i", "in[idx]", "in", "idx", "in[idx] = tmp", "in[idx]", "in", "idx", "tmp", "int[] in", "in", "static void shuffle(long[] in) {\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n long tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }", "shuffle", "{\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n long tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }", "for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n long tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }", "int i = 0;", "int i = 0;", "i", "0", "i < in.length", "i", "in.length", "in", "in.length", "i++", "i++", "i", "{\n int idx = (int) (Math.random() * in.length);\n long tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }", "{\n int idx = (int) (Math.random() * in.length);\n long tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }", "int idx = (int) (Math.random() * in.length);", "idx", "(int) (Math.random() * in.length)", "Math.random()", "Math.random", "Math", "in.length", "in", "in.length", "long tmp = in[i];", "tmp", "in[i]", "in", "i", "in[i] = in[idx]", "in[i]", "in", "i", "in[idx]", "in", "idx", "in[idx] = tmp", "in[idx]", "in", "idx", "tmp", "long[] in", "in", "static class Pair {\n int num;\n int cut;\n\n Pair(int num, int cut) {\n this.num = num;\n this.cut = cut;\n }\n }", "Pair", "int num;", "num", "int cut;", "cut", "Pair(int num, int cut) {\n this.num = num;\n this.cut = cut;\n }", "Pair", "{\n this.num = num;\n this.cut = cut;\n }", "this.num = num", "this.num", "this", "this.num", "num", "this.cut = cut", "this.cut", "this", "this.cut", "cut", "int num", "num", "int cut", "cut", "static class FenwickTree {\n private final long[] state;\n private final int size;\n\n FenwickTree(int size) {\n this.size = size;\n state = new long[size + 1];\n }\n\n @Override\n public String toString() {\n return Arrays.toString(state);\n }\n\n long queryRangeSumFromZeroTo(int idx) {\n long sum = 0;\n while (idx != 0) {\n sum += state[idx];\n idx -= (idx & -idx);\n }\n return sum;\n }\n\n /** @param val can be negative */\n void updateElement(int idx, long val) {\n while (idx <= size) {\n state[idx] += val;\n idx += (idx & -idx);\n }\n }\n }", "FenwickTree", "private final long[] state;", "state", "private final int size;", "size", "FenwickTree(int size) {\n this.size = size;\n state = new long[size + 1];\n }", "FenwickTree", "{\n this.size = size;\n state = new long[size + 1];\n }", "this.size = size", "this.size", "this", "this.size", "size", "state = new long[size + 1]", "state", "new long[size + 1]", "size + 1", "size", "1", "int size", "size", "@Override\n public String toString() {\n return Arrays.toString(state);\n }", "toString", "{\n return Arrays.toString(state);\n }", "return Arrays.toString(state);", "Arrays.toString(state)", "Arrays.toString", "Arrays", "state", "long queryRangeSumFromZeroTo(int idx) {\n long sum = 0;\n while (idx != 0) {\n sum += state[idx];\n idx -= (idx & -idx);\n }\n return sum;\n }", "queryRangeSumFromZeroTo", "{\n long sum = 0;\n while (idx != 0) {\n sum += state[idx];\n idx -= (idx & -idx);\n }\n return sum;\n }", "long sum = 0;", "sum", "0", "while (idx != 0) {\n sum += state[idx];\n idx -= (idx & -idx);\n }", "idx != 0", "idx", "0", "{\n sum += state[idx];\n idx -= (idx & -idx);\n }", "sum += state[idx]", "sum", "state[idx]", "state", "idx", "idx -= (idx & -idx)", "idx", "(idx & -idx)", "idx", "-idx", "idx", "return sum;", "sum", "int idx", "idx", "/** @param val can be negative */\n void updateElement(int idx, long val) {\n while (idx <= size) {\n state[idx] += val;\n idx += (idx & -idx);\n }\n }", "updateElement", "{\n while (idx <= size) {\n state[idx] += val;\n idx += (idx & -idx);\n }\n }", "while (idx <= size) {\n state[idx] += val;\n idx += (idx & -idx);\n }", "idx <= size", "idx", "size", "{\n state[idx] += val;\n idx += (idx & -idx);\n }", "state[idx] += val", "state[idx]", "state", "idx", "val", "idx += (idx & -idx)", "idx", "(idx & -idx)", "idx", "-idx", "idx", "int idx", "idx", "long val", "val", "static class MScanner {\n StringTokenizer st;\n BufferedReader br;\n\n public MScanner(InputStream system) {\n br = new BufferedReader(new InputStreamReader(system));\n }\n\n public MScanner(String file) throws Exception {\n br = new BufferedReader(new FileReader(file));\n }\n\n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) st = new StringTokenizer(br.readLine());\n return st.nextToken();\n }\n\n public int[] intArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }\n\n public long[] longArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }\n\n public int[] intSortedArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }\n\n public long[] longSortedArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }\n\n public Integer[] IntegerArr(int n) throws IOException {\n Integer[] in = new Integer[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }\n\n public Long[] LongArr(int n) throws IOException {\n Long[] in = new Long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }\n\n public String nextLine() throws IOException {\n return br.readLine();\n }\n\n public int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n\n public double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n public char nextChar() throws IOException {\n return next().charAt(0);\n }\n\n public long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public boolean ready() throws IOException {\n return br.ready();\n }\n\n public void waitForInput() throws InterruptedException {\n Thread.sleep(3000);\n }\n }", "MScanner", "StringTokenizer st;", "st", "BufferedReader br;", "br", "public MScanner(InputStream system) {\n br = new BufferedReader(new InputStreamReader(system));\n }", "MScanner", "{\n br = new BufferedReader(new InputStreamReader(system));\n }", "br = new BufferedReader(new InputStreamReader(system))", "br", "new BufferedReader(new InputStreamReader(system))", "InputStream system", "system", "public MScanner(String file) throws Exception {\n br = new BufferedReader(new FileReader(file));\n }", "MScanner", "{\n br = new BufferedReader(new FileReader(file));\n }", "br = new BufferedReader(new FileReader(file))", "br", "new BufferedReader(new FileReader(file))", "String file", "file", "public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) st = new StringTokenizer(br.readLine());\n return st.nextToken();\n }", "next", "{\n while (st == null || !st.hasMoreTokens()) st = new StringTokenizer(br.readLine());\n return st.nextToken();\n }", "while (st == null || !st.hasMoreTokens()) st = new StringTokenizer(br.readLine());", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "public int[] intArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }", "intArr", "{\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }", "int[] in = new int[n];", "in", "new int[n]", "n", "for (int i = 0; i < n; i++) in[i] = nextInt();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "in[i] = nextInt();", "in[i] = nextInt()", "in[i]", "in", "i", "nextInt()", "nextInt", "return in;", "in", "int n", "n", "public long[] longArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }", "longArr", "{\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }", "long[] in = new long[n];", "in", "new long[n]", "n", "for (int i = 0; i < n; i++) in[i] = nextLong();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "in[i] = nextLong();", "in[i] = nextLong()", "in[i]", "in", "i", "nextLong()", "nextLong", "return in;", "in", "int n", "n", "public int[] intSortedArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }", "intSortedArr", "{\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }", "int[] in = new int[n];", "in", "new int[n]", "n", "for (int i = 0; i < n; i++) in[i] = nextInt();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "in[i] = nextInt();", "in[i] = nextInt()", "in[i]", "in", "i", "nextInt()", "nextInt", "shuffle(in)", "shuffle", "in", "Arrays.sort(in)", "Arrays.sort", "Arrays", "in", "return in;", "in", "int n", "n", "public long[] longSortedArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }", "longSortedArr", "{\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }", "long[] in = new long[n];", "in", "new long[n]", "n", "for (int i = 0; i < n; i++) in[i] = nextLong();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "in[i] = nextLong();", "in[i] = nextLong()", "in[i]", "in", "i", "nextLong()", "nextLong", "shuffle(in)", "shuffle", "in", "Arrays.sort(in)", "Arrays.sort", "Arrays", "in", "return in;", "in", "int n", "n", "public Integer[] IntegerArr(int n) throws IOException {\n Integer[] in = new Integer[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }", "IntegerArr", "{\n Integer[] in = new Integer[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }", "Integer[] in = new Integer[n];", "in", "new Integer[n]", "n", "for (int i = 0; i < n; i++) in[i] = nextInt();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "in[i] = nextInt();", "in[i] = nextInt()", "in[i]", "in", "i", "nextInt()", "nextInt", "return in;", "in", "int n", "n", "public Long[] LongArr(int n) throws IOException {\n Long[] in = new Long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }", "LongArr", "{\n Long[] in = new Long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }", "Long[] in = new Long[n];", "in", "new Long[n]", "n", "for (int i = 0; i < n; i++) in[i] = nextLong();", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "in[i] = nextLong();", "in[i] = nextLong()", "in[i]", "in", "i", "nextLong()", "nextLong", "return in;", "in", "int n", "n", "public String nextLine() throws IOException {\n return br.readLine();\n }", "nextLine", "{\n return br.readLine();\n }", "return br.readLine();", "br.readLine()", "br.readLine", "br", "public int nextInt() throws IOException {\n return Integer.parseInt(next());\n }", "nextInt", "{\n return Integer.parseInt(next());\n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "public double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }", "nextDouble", "{\n return Double.parseDouble(next());\n }", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "public char nextChar() throws IOException {\n return next().charAt(0);\n }", "nextChar", "{\n return next().charAt(0);\n }", "return next().charAt(0);", "next().charAt(0)", "next().charAt", "next()", "next", "0", "public long nextLong() throws IOException {\n return Long.parseLong(next());\n }", "nextLong", "{\n return Long.parseLong(next());\n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "public boolean ready() throws IOException {\n return br.ready();\n }", "ready", "{\n return br.ready();\n }", "return br.ready();", "br.ready()", "br.ready", "br", "public void waitForInput() throws InterruptedException {\n Thread.sleep(3000);\n }", "waitForInput", "{\n Thread.sleep(3000);\n }", "Thread.sleep(3000)", "Thread.sleep", "Thread", "3000", "public class Main {\n static class Pair {\n int num;\n int cut;\n\n Pair(int num, int cut) {\n this.num = num;\n this.cut = cut;\n }\n }\n public static void main(String[] args) throws IOException {\n sc = new MScanner(System.in);\n pw = new PrintWriter(System.out);\n String S = sc.nextLine();\n String T = sc.nextLine();\n int cnt = 5000;\n int cur;\n for (int i = 0; i < S.length() - T.length() + 1; i++) {\n cur = 0;\n for (int j = 0; j < T.length(); j++) {\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }\n cnt = Math.min(cnt, cur);\n }\n\n pw.println(cnt);\n // pw.println(\"end\");\n // pw.println();\n\n pw.flush();\n // System.out.println(cnt);\n }\n\n /**\n * https://www.slideshare.net/hcpc_hokudai/binary-indexed-tree A space efficient version segment\n * tree. Usually for range sum. Or the required metric can be calulated in that:\n *\n * <p>right_metric = parant_metric - left_metric Only then, we can stop memoizing right_metric\n *\n * <p>The internal structure is a 1-base array, to simplify calculation of parent node's idx. lsb\n * = 3 & -3 = 2 (0x0011 & 0x1101 = 0x0001) lastParentOf3 = 3 - lsb = 2 curParentOf3 = 3 + lsb = 4\n */\n static class FenwickTree {\n private final long[] state;\n private final int size;\n\n FenwickTree(int size) {\n this.size = size;\n state = new long[size + 1];\n }\n\n @Override\n public String toString() {\n return Arrays.toString(state);\n }\n\n long queryRangeSumFromZeroTo(int idx) {\n long sum = 0;\n while (idx != 0) {\n sum += state[idx];\n idx -= (idx & -idx);\n }\n return sum;\n }\n\n /** @param val can be negative */\n void updateElement(int idx, long val) {\n while (idx <= size) {\n state[idx] += val;\n idx += (idx & -idx);\n }\n }\n }\n\n // sc.close();\n // pw.println(cnt);\n // pw.flush();\n\n static PrintWriter pw;\n static MScanner sc;\n\n static class MScanner {\n StringTokenizer st;\n BufferedReader br;\n\n public MScanner(InputStream system) {\n br = new BufferedReader(new InputStreamReader(system));\n }\n\n public MScanner(String file) throws Exception {\n br = new BufferedReader(new FileReader(file));\n }\n\n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) st = new StringTokenizer(br.readLine());\n return st.nextToken();\n }\n\n public int[] intArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }\n\n public long[] longArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }\n\n public int[] intSortedArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }\n\n public long[] longSortedArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }\n\n public Integer[] IntegerArr(int n) throws IOException {\n Integer[] in = new Integer[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }\n\n public Long[] LongArr(int n) throws IOException {\n Long[] in = new Long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }\n\n public String nextLine() throws IOException {\n return br.readLine();\n }\n\n public int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n\n public double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n public char nextChar() throws IOException {\n return next().charAt(0);\n }\n\n public long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public boolean ready() throws IOException {\n return br.ready();\n }\n\n public void waitForInput() throws InterruptedException {\n Thread.sleep(3000);\n }\n }\n\n static void shuffle(int[] in) {\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n int tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }\n\n static void shuffle(long[] in) {\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n long tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }\n}", "public class Main {\n static class Pair {\n int num;\n int cut;\n\n Pair(int num, int cut) {\n this.num = num;\n this.cut = cut;\n }\n }\n public static void main(String[] args) throws IOException {\n sc = new MScanner(System.in);\n pw = new PrintWriter(System.out);\n String S = sc.nextLine();\n String T = sc.nextLine();\n int cnt = 5000;\n int cur;\n for (int i = 0; i < S.length() - T.length() + 1; i++) {\n cur = 0;\n for (int j = 0; j < T.length(); j++) {\n if(T.charAt(j) != S.charAt(i + j)) {\n cur ++;\n }\n }\n cnt = Math.min(cnt, cur);\n }\n\n pw.println(cnt);\n // pw.println(\"end\");\n // pw.println();\n\n pw.flush();\n // System.out.println(cnt);\n }\n\n /**\n * https://www.slideshare.net/hcpc_hokudai/binary-indexed-tree A space efficient version segment\n * tree. Usually for range sum. Or the required metric can be calulated in that:\n *\n * <p>right_metric = parant_metric - left_metric Only then, we can stop memoizing right_metric\n *\n * <p>The internal structure is a 1-base array, to simplify calculation of parent node's idx. lsb\n * = 3 & -3 = 2 (0x0011 & 0x1101 = 0x0001) lastParentOf3 = 3 - lsb = 2 curParentOf3 = 3 + lsb = 4\n */\n static class FenwickTree {\n private final long[] state;\n private final int size;\n\n FenwickTree(int size) {\n this.size = size;\n state = new long[size + 1];\n }\n\n @Override\n public String toString() {\n return Arrays.toString(state);\n }\n\n long queryRangeSumFromZeroTo(int idx) {\n long sum = 0;\n while (idx != 0) {\n sum += state[idx];\n idx -= (idx & -idx);\n }\n return sum;\n }\n\n /** @param val can be negative */\n void updateElement(int idx, long val) {\n while (idx <= size) {\n state[idx] += val;\n idx += (idx & -idx);\n }\n }\n }\n\n // sc.close();\n // pw.println(cnt);\n // pw.flush();\n\n static PrintWriter pw;\n static MScanner sc;\n\n static class MScanner {\n StringTokenizer st;\n BufferedReader br;\n\n public MScanner(InputStream system) {\n br = new BufferedReader(new InputStreamReader(system));\n }\n\n public MScanner(String file) throws Exception {\n br = new BufferedReader(new FileReader(file));\n }\n\n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) st = new StringTokenizer(br.readLine());\n return st.nextToken();\n }\n\n public int[] intArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }\n\n public long[] longArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }\n\n public int[] intSortedArr(int n) throws IOException {\n int[] in = new int[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }\n\n public long[] longSortedArr(int n) throws IOException {\n long[] in = new long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n shuffle(in);\n Arrays.sort(in);\n return in;\n }\n\n public Integer[] IntegerArr(int n) throws IOException {\n Integer[] in = new Integer[n];\n for (int i = 0; i < n; i++) in[i] = nextInt();\n return in;\n }\n\n public Long[] LongArr(int n) throws IOException {\n Long[] in = new Long[n];\n for (int i = 0; i < n; i++) in[i] = nextLong();\n return in;\n }\n\n public String nextLine() throws IOException {\n return br.readLine();\n }\n\n public int nextInt() throws IOException {\n return Integer.parseInt(next());\n }\n\n public double nextDouble() throws IOException {\n return Double.parseDouble(next());\n }\n\n public char nextChar() throws IOException {\n return next().charAt(0);\n }\n\n public long nextLong() throws IOException {\n return Long.parseLong(next());\n }\n\n public boolean ready() throws IOException {\n return br.ready();\n }\n\n public void waitForInput() throws InterruptedException {\n Thread.sleep(3000);\n }\n }\n\n static void shuffle(int[] in) {\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n int tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }\n\n static void shuffle(long[] in) {\n for (int i = 0; i < in.length; i++) {\n int idx = (int) (Math.random() * in.length);\n long tmp = in[i];\n in[i] = in[idx];\n in[idx] = tmp;\n }\n }\n}", "Main" ]
import java.io.*; import java.util.*; import static java.lang.Long.max; public class Main { static class Pair { int num; int cut; Pair(int num, int cut) { this.num = num; this.cut = cut; } } public static void main(String[] args) throws IOException { sc = new MScanner(System.in); pw = new PrintWriter(System.out); String S = sc.nextLine(); String T = sc.nextLine(); int cnt = 5000; int cur; for (int i = 0; i < S.length() - T.length() + 1; i++) { cur = 0; for (int j = 0; j < T.length(); j++) { if(T.charAt(j) != S.charAt(i + j)) { cur ++; } } cnt = Math.min(cnt, cur); } pw.println(cnt); // pw.println("end"); // pw.println(); pw.flush(); // System.out.println(cnt); } /** * https://www.slideshare.net/hcpc_hokudai/binary-indexed-tree A space efficient version segment * tree. Usually for range sum. Or the required metric can be calulated in that: * * <p>right_metric = parant_metric - left_metric Only then, we can stop memoizing right_metric * * <p>The internal structure is a 1-base array, to simplify calculation of parent node's idx. lsb * = 3 & -3 = 2 (0x0011 & 0x1101 = 0x0001) lastParentOf3 = 3 - lsb = 2 curParentOf3 = 3 + lsb = 4 */ static class FenwickTree { private final long[] state; private final int size; FenwickTree(int size) { this.size = size; state = new long[size + 1]; } @Override public String toString() { return Arrays.toString(state); } long queryRangeSumFromZeroTo(int idx) { long sum = 0; while (idx != 0) { sum += state[idx]; idx -= (idx & -idx); } return sum; } /** @param val can be negative */ void updateElement(int idx, long val) { while (idx <= size) { state[idx] += val; idx += (idx & -idx); } } } // sc.close(); // pw.println(cnt); // pw.flush(); static PrintWriter pw; static MScanner sc; static class MScanner { StringTokenizer st; BufferedReader br; public MScanner(InputStream system) { br = new BufferedReader(new InputStreamReader(system)); } public MScanner(String file) throws Exception { br = new BufferedReader(new FileReader(file)); } public String next() throws IOException { while (st == null || !st.hasMoreTokens()) st = new StringTokenizer(br.readLine()); return st.nextToken(); } public int[] intArr(int n) throws IOException { int[] in = new int[n]; for (int i = 0; i < n; i++) in[i] = nextInt(); return in; } public long[] longArr(int n) throws IOException { long[] in = new long[n]; for (int i = 0; i < n; i++) in[i] = nextLong(); return in; } public int[] intSortedArr(int n) throws IOException { int[] in = new int[n]; for (int i = 0; i < n; i++) in[i] = nextInt(); shuffle(in); Arrays.sort(in); return in; } public long[] longSortedArr(int n) throws IOException { long[] in = new long[n]; for (int i = 0; i < n; i++) in[i] = nextLong(); shuffle(in); Arrays.sort(in); return in; } public Integer[] IntegerArr(int n) throws IOException { Integer[] in = new Integer[n]; for (int i = 0; i < n; i++) in[i] = nextInt(); return in; } public Long[] LongArr(int n) throws IOException { Long[] in = new Long[n]; for (int i = 0; i < n; i++) in[i] = nextLong(); return in; } public String nextLine() throws IOException { return br.readLine(); } public int nextInt() throws IOException { return Integer.parseInt(next()); } public double nextDouble() throws IOException { return Double.parseDouble(next()); } public char nextChar() throws IOException { return next().charAt(0); } public long nextLong() throws IOException { return Long.parseLong(next()); } public boolean ready() throws IOException { return br.ready(); } public void waitForInput() throws InterruptedException { Thread.sleep(3000); } } static void shuffle(int[] in) { for (int i = 0; i < in.length; i++) { int idx = (int) (Math.random() * in.length); int tmp = in[i]; in[i] = in[idx]; in[idx] = tmp; } } static void shuffle(long[] in) { for (int i = 0; i < in.length; i++) { int idx = (int) (Math.random() * in.length); long tmp = in[i]; in[i] = in[idx]; in[idx] = tmp; } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 41, 13, 11, 1, 41, 13, 17, 2, 13, 2, 2, 4, 18, 13, 4, 18, 13, 17, 1, 40, 13, 30, 30, 0, 13, 17, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 2, 13, 13, 4, 18, 13, 13, 30, 40, 13, 0, 13, 4, 18, 13, 13, 13, 14, 4, 18, 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 ], [ 106, 5 ], [ 106, 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 ], [ 8, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 27, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 35, 39 ], [ 39, 40 ], [ 40, 41 ], [ 34, 42 ], [ 27, 43 ], [ 43, 44 ], [ 44, 45 ], [ 27, 46 ], [ 47, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 51, 61 ], [ 61, 62 ], [ 62, 63 ], [ 51, 64 ], [ 65, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 68, 71 ], [ 71, 72 ], [ 71, 73 ], [ 67, 74 ], [ 74, 75 ], [ 75, 76 ], [ 74, 77 ], [ 66, 78 ], [ 78, 79 ], [ 79, 80 ], [ 47, 81 ], [ 81, 82 ], [ 81, 83 ], [ 83, 84 ], [ 84, 85 ], [ 83, 86 ], [ 83, 87 ], [ 8, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 89, 92 ], [ 88, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 8, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 99, 101 ], [ 97, 102 ], [ 6, 103 ], [ 103, 104 ], [ 0, 105 ], [ 105, 106 ], [ 105, 107 ] ]
[ "import java.util.*;\npublic class Main {\n\tpublic static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n int min = 1000;\n int count;\n for(int i=0;i<S.length()-T.length()+1;i++){\n count = 0;\n for(int j=0;j<T.length();j++){\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }\n min = Math.min(min,count);\n }\n if(S.equals(T)){\n min=0;\n }\n System.out.println(min);\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n int min = 1000;\n int count;\n for(int i=0;i<S.length()-T.length()+1;i++){\n count = 0;\n for(int j=0;j<T.length();j++){\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }\n min = Math.min(min,count);\n }\n if(S.equals(T)){\n min=0;\n }\n System.out.println(min);\n }\n}", "Main", "public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n int min = 1000;\n int count;\n for(int i=0;i<S.length()-T.length()+1;i++){\n count = 0;\n for(int j=0;j<T.length();j++){\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }\n min = Math.min(min,count);\n }\n if(S.equals(T)){\n min=0;\n }\n System.out.println(min);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n int min = 1000;\n int count;\n for(int i=0;i<S.length()-T.length()+1;i++){\n count = 0;\n for(int j=0;j<T.length();j++){\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }\n min = Math.min(min,count);\n }\n if(S.equals(T)){\n min=0;\n }\n System.out.println(min);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String S = sc.next();", "S", "sc.next()", "sc.next", "sc", "String T = sc.next();", "T", "sc.next()", "sc.next", "sc", "int min = 1000;", "min", "1000", "int count;", "count", "for(int i=0;i<S.length()-T.length()+1;i++){\n count = 0;\n for(int j=0;j<T.length();j++){\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }\n min = Math.min(min,count);\n }", "int i=0;", "int i=0;", "i", "0", "i<S.length()-T.length()+1", "i", "S.length()-T.length()+1", "S.length()-T.length()", "S.length()", "S.length", "S", "T.length()", "T.length", "T", "1", "i++", "i++", "i", "{\n count = 0;\n for(int j=0;j<T.length();j++){\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }\n min = Math.min(min,count);\n }", "{\n count = 0;\n for(int j=0;j<T.length();j++){\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }\n min = Math.min(min,count);\n }", "count = 0", "count", "0", "for(int j=0;j<T.length();j++){\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }", "int j=0;", "int j=0;", "j", "0", "j<T.length()", "j", "T.length()", "T.length", "T", "j++", "j++", "j", "{\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }", "{\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }", "if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }", "S.charAt(j+i)!=T.charAt(j)", "S.charAt(j+i)", "S.charAt", "S", "j+i", "j", "i", "T.charAt(j)", "T.charAt", "T", "j", "{\n count++;\n }", "count++", "count", "min = Math.min(min,count)", "min", "Math.min(min,count)", "Math.min", "Math", "min", "count", "if(S.equals(T)){\n min=0;\n }", "S.equals(T)", "S.equals", "S", "T", "{\n min=0;\n }", "min=0", "min", "0", "System.out.println(min)", "System.out.println", "System.out", "System", "System.out", "min", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n int min = 1000;\n int count;\n for(int i=0;i<S.length()-T.length()+1;i++){\n count = 0;\n for(int j=0;j<T.length();j++){\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }\n min = Math.min(min,count);\n }\n if(S.equals(T)){\n min=0;\n }\n System.out.println(min);\n }\n}", "public class Main {\n\tpublic static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n int min = 1000;\n int count;\n for(int i=0;i<S.length()-T.length()+1;i++){\n count = 0;\n for(int j=0;j<T.length();j++){\n if(S.charAt(j+i)!=T.charAt(j)){\n count++;\n }\n }\n min = Math.min(min,count);\n }\n if(S.equals(T)){\n min=0;\n }\n System.out.println(min);\n }\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); String S = sc.next(); String T = sc.next(); int min = 1000; int count; for(int i=0;i<S.length()-T.length()+1;i++){ count = 0; for(int j=0;j<T.length();j++){ if(S.charAt(j+i)!=T.charAt(j)){ count++; } } min = Math.min(min,count); } if(S.equals(T)){ min=0; } System.out.println(min); } }
[ 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, 11, 1, 41, 13, 17, 2, 13, 2, 4, 18, 13, 4, 18, 13, 1, 40, 13, 30, 30, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 14, 2, 18, 13, 2, 13, 13, 18, 13, 13, 30, 40, 13, 0, 13, 4, 18, 13, 13, 13, 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 ], [ 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 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 44, 48 ], [ 48, 49 ], [ 49, 50 ], [ 37, 51 ], [ 51, 52 ], [ 52, 53 ], [ 37, 54 ], [ 55, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 59, 69 ], [ 69, 70 ], [ 70, 71 ], [ 59, 72 ], [ 73, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 78, 80 ], [ 75, 81 ], [ 81, 82 ], [ 81, 83 ], [ 74, 84 ], [ 84, 85 ], [ 85, 86 ], [ 55, 87 ], [ 87, 88 ], [ 87, 89 ], [ 89, 90 ], [ 90, 91 ], [ 89, 92 ], [ 89, 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.*;\npublic class Main {\n\tpublic static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n char[] chS = s.toCharArray();\n char[] chT = t.toCharArray();\n int min = t.length(); \n for (int i = 0; i <= s.length() - t.length(); i++) {\n int cur = 0; \n for (int j = 0; j < t.length(); j++) {\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }\n min = Math.min(min, cur);\n }\n System.out.println(min);\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n char[] chS = s.toCharArray();\n char[] chT = t.toCharArray();\n int min = t.length(); \n for (int i = 0; i <= s.length() - t.length(); i++) {\n int cur = 0; \n for (int j = 0; j < t.length(); j++) {\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }\n min = Math.min(min, cur);\n }\n System.out.println(min);\n\t}\n}", "Main", "public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n char[] chS = s.toCharArray();\n char[] chT = t.toCharArray();\n int min = t.length(); \n for (int i = 0; i <= s.length() - t.length(); i++) {\n int cur = 0; \n for (int j = 0; j < t.length(); j++) {\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }\n min = Math.min(min, cur);\n }\n System.out.println(min);\n\t}", "main", "{\n Scanner sc = new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n char[] chS = s.toCharArray();\n char[] chT = t.toCharArray();\n int min = t.length(); \n for (int i = 0; i <= s.length() - t.length(); i++) {\n int cur = 0; \n for (int j = 0; j < t.length(); j++) {\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }\n min = Math.min(min, cur);\n }\n System.out.println(min);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String s = sc.next();", "s", "sc.next()", "sc.next", "sc", "String t = sc.next();", "t", "sc.next()", "sc.next", "sc", "char[] chS = s.toCharArray();", "chS", "s.toCharArray()", "s.toCharArray", "s", "char[] chT = t.toCharArray();", "chT", "t.toCharArray()", "t.toCharArray", "t", "int min = t.length();", "min", "t.length()", "t.length", "t", "for (int i = 0; i <= s.length() - t.length(); i++) {\n int cur = 0; \n for (int j = 0; j < t.length(); j++) {\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }\n min = Math.min(min, cur);\n }", "int i = 0;", "int i = 0;", "i", "0", "i <= s.length() - t.length()", "i", "s.length() - t.length()", "s.length()", "s.length", "s", "t.length()", "t.length", "t", "i++", "i++", "i", "{\n int cur = 0; \n for (int j = 0; j < t.length(); j++) {\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }\n min = Math.min(min, cur);\n }", "{\n int cur = 0; \n for (int j = 0; j < t.length(); j++) {\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }\n min = Math.min(min, cur);\n }", "int cur = 0;", "cur", "0", "for (int j = 0; j < t.length(); j++) {\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }", "int j = 0;", "int j = 0;", "j", "0", "j < t.length()", "j", "t.length()", "t.length", "t", "j++", "j++", "j", "{\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }", "{\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }", "if (chS[i + j] != chT[j]) {\n cur++;\n }", "chS[i + j] != chT[j]", "chS[i + j]", "chS", "i + j", "i", "j", "chT[j]", "chT", "j", "{\n cur++;\n }", "cur++", "cur", "min = Math.min(min, cur)", "min", "Math.min(min, cur)", "Math.min", "Math", "min", "cur", "System.out.println(min)", "System.out.println", "System.out", "System", "System.out", "min", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n char[] chS = s.toCharArray();\n char[] chT = t.toCharArray();\n int min = t.length(); \n for (int i = 0; i <= s.length() - t.length(); i++) {\n int cur = 0; \n for (int j = 0; j < t.length(); j++) {\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }\n min = Math.min(min, cur);\n }\n System.out.println(min);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String s = sc.next();\n String t = sc.next();\n char[] chS = s.toCharArray();\n char[] chT = t.toCharArray();\n int min = t.length(); \n for (int i = 0; i <= s.length() - t.length(); i++) {\n int cur = 0; \n for (int j = 0; j < t.length(); j++) {\n if (chS[i + j] != chT[j]) {\n cur++;\n } \n }\n min = Math.min(min, cur);\n }\n System.out.println(min);\n\t}\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); String s = sc.next(); String t = sc.next(); char[] chS = s.toCharArray(); char[] chT = t.toCharArray(); int min = t.length(); for (int i = 0; i <= s.length() - t.length(); i++) { int cur = 0; for (int j = 0; j < t.length(); j++) { if (chS[i + j] != chT[j]) { cur++; } } min = Math.min(min, cur); } System.out.println(min); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 2, 2, 13, 13, 17, 1, 40, 13, 30, 30, 41, 13, 17, 14, 4, 18, 4, 18, 13, 13, 2, 13, 13, 13, 30, 4, 18, 18, 13, 13, 17, 29, 11, 1, 41, 13, 13, 2, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 13, 4, 18, 13, 2, 13, 13, 40, 13, 0, 13, 4, 18, 13, 13, 13, 4, 18, 18, 13, 13, 13, 12, 13, 30, 4, 18, 20, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 125, 5 ], [ 125, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 8, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 35, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 35, 47 ], [ 47, 48 ], [ 48, 49 ], [ 35, 50 ], [ 51, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 58, 61 ], [ 58, 62 ], [ 62, 63 ], [ 62, 64 ], [ 56, 65 ], [ 55, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 67, 72 ], [ 66, 73 ], [ 51, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 74, 79 ], [ 79, 80 ], [ 79, 81 ], [ 81, 82 ], [ 81, 83 ], [ 74, 84 ], [ 84, 85 ], [ 85, 86 ], [ 74, 87 ], [ 88, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 91, 94 ], [ 90, 95 ], [ 95, 96 ], [ 96, 97 ], [ 95, 98 ], [ 98, 99 ], [ 98, 100 ], [ 89, 101 ], [ 101, 102 ], [ 51, 103 ], [ 103, 104 ], [ 103, 105 ], [ 105, 106 ], [ 106, 107 ], [ 105, 108 ], [ 105, 109 ], [ 8, 110 ], [ 110, 111 ], [ 111, 112 ], [ 112, 113 ], [ 112, 114 ], [ 110, 115 ], [ 125, 116 ], [ 116, 117 ], [ 116, 118 ], [ 118, 119 ], [ 119, 120 ], [ 120, 121 ], [ 116, 122 ], [ 122, 123 ], [ 0, 124 ], [ 124, 125 ], [ 124, 126 ] ]
[ "import java.util.*;\n\npublic class Main{\n void solve(){\n Scanner scan = new Scanner(System.in);\n String s = scan.next();\n String t = scan.next();\n int n = s.length();\n int m = t.length();\n int min = 1001;\n for(int i = 0; i < n - m + 1; i++){\n int out = 0;\n if(s.substring(i, i + m).equals(t)){\n System.out.println(0);\n return;\n }\n for(int j = i; j < i + m; j++){\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }\n min = Math.min(out, min);\n }\n System.out.println(min);\n }\n\n public static void main(String[] args){\n new Main().solve();\n }\n}", "import java.util.*;", "util.*", "java", "public class Main{\n void solve(){\n Scanner scan = new Scanner(System.in);\n String s = scan.next();\n String t = scan.next();\n int n = s.length();\n int m = t.length();\n int min = 1001;\n for(int i = 0; i < n - m + 1; i++){\n int out = 0;\n if(s.substring(i, i + m).equals(t)){\n System.out.println(0);\n return;\n }\n for(int j = i; j < i + m; j++){\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }\n min = Math.min(out, min);\n }\n System.out.println(min);\n }\n\n public static void main(String[] args){\n new Main().solve();\n }\n}", "Main", "void solve(){\n Scanner scan = new Scanner(System.in);\n String s = scan.next();\n String t = scan.next();\n int n = s.length();\n int m = t.length();\n int min = 1001;\n for(int i = 0; i < n - m + 1; i++){\n int out = 0;\n if(s.substring(i, i + m).equals(t)){\n System.out.println(0);\n return;\n }\n for(int j = i; j < i + m; j++){\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }\n min = Math.min(out, min);\n }\n System.out.println(min);\n }", "solve", "{\n Scanner scan = new Scanner(System.in);\n String s = scan.next();\n String t = scan.next();\n int n = s.length();\n int m = t.length();\n int min = 1001;\n for(int i = 0; i < n - m + 1; i++){\n int out = 0;\n if(s.substring(i, i + m).equals(t)){\n System.out.println(0);\n return;\n }\n for(int j = i; j < i + m; j++){\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }\n min = Math.min(out, min);\n }\n System.out.println(min);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "String s = scan.next();", "s", "scan.next()", "scan.next", "scan", "String t = scan.next();", "t", "scan.next()", "scan.next", "scan", "int n = s.length();", "n", "s.length()", "s.length", "s", "int m = t.length();", "m", "t.length()", "t.length", "t", "int min = 1001;", "min", "1001", "for(int i = 0; i < n - m + 1; i++){\n int out = 0;\n if(s.substring(i, i + m).equals(t)){\n System.out.println(0);\n return;\n }\n for(int j = i; j < i + m; j++){\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }\n min = Math.min(out, min);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n - m + 1", "i", "n - m + 1", "n - m", "n", "m", "1", "i++", "i++", "i", "{\n int out = 0;\n if(s.substring(i, i + m).equals(t)){\n System.out.println(0);\n return;\n }\n for(int j = i; j < i + m; j++){\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }\n min = Math.min(out, min);\n }", "{\n int out = 0;\n if(s.substring(i, i + m).equals(t)){\n System.out.println(0);\n return;\n }\n for(int j = i; j < i + m; j++){\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }\n min = Math.min(out, min);\n }", "int out = 0;", "out", "0", "if(s.substring(i, i + m).equals(t)){\n System.out.println(0);\n return;\n }", "s.substring(i, i + m).equals(t)", "s.substring(i, i + m).equals", "s.substring(i, i + m)", "s.substring", "s", "i", "i + m", "i", "m", "t", "{\n System.out.println(0);\n return;\n }", "System.out.println(0)", "System.out.println", "System.out", "System", "System.out", "0", "return;", "for(int j = i; j < i + m; j++){\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }", "int j = i;", "int j = i;", "j", "i", "j < i + m", "j", "i + m", "i", "m", "j++", "j++", "j", "{\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }", "{\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }", "if(s.charAt(j) != t.charAt(j - i)) out++;", "s.charAt(j) != t.charAt(j - i)", "s.charAt(j)", "s.charAt", "s", "j", "t.charAt(j - i)", "t.charAt", "t", "j - i", "j", "i", "out++", "out", "min = Math.min(out, min)", "min", "Math.min(out, min)", "Math.min", "Math", "out", "min", "System.out.println(min)", "System.out.println", "System.out", "System", "System.out", "min", "public static void main(String[] args){\n new Main().solve();\n }", "main", "{\n new Main().solve();\n }", "new Main().solve()", "new Main().solve", "new Main()", "String[] args", "args", "public class Main{\n void solve(){\n Scanner scan = new Scanner(System.in);\n String s = scan.next();\n String t = scan.next();\n int n = s.length();\n int m = t.length();\n int min = 1001;\n for(int i = 0; i < n - m + 1; i++){\n int out = 0;\n if(s.substring(i, i + m).equals(t)){\n System.out.println(0);\n return;\n }\n for(int j = i; j < i + m; j++){\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }\n min = Math.min(out, min);\n }\n System.out.println(min);\n }\n\n public static void main(String[] args){\n new Main().solve();\n }\n}", "public class Main{\n void solve(){\n Scanner scan = new Scanner(System.in);\n String s = scan.next();\n String t = scan.next();\n int n = s.length();\n int m = t.length();\n int min = 1001;\n for(int i = 0; i < n - m + 1; i++){\n int out = 0;\n if(s.substring(i, i + m).equals(t)){\n System.out.println(0);\n return;\n }\n for(int j = i; j < i + m; j++){\n if(s.charAt(j) != t.charAt(j - i)) out++;\n }\n min = Math.min(out, min);\n }\n System.out.println(min);\n }\n\n public static void main(String[] args){\n new Main().solve();\n }\n}", "Main" ]
import java.util.*; public class Main{ void solve(){ Scanner scan = new Scanner(System.in); String s = scan.next(); String t = scan.next(); int n = s.length(); int m = t.length(); int min = 1001; for(int i = 0; i < n - m + 1; i++){ int out = 0; if(s.substring(i, i + m).equals(t)){ System.out.println(0); return; } for(int j = i; j < i + m; j++){ if(s.charAt(j) != t.charAt(j - i)) out++; } min = Math.min(out, min); } System.out.println(min); } public static void main(String[] args){ new Main().solve(); } }
[ 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, 20, 41, 13, 20, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 13, 11, 1, 41, 13, 17, 2, 13, 2, 4, 18, 13, 4, 18, 13, 1, 40, 13, 30, 30, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 13, 4, 18, 13, 2, 13, 13, 30, 40, 13, 0, 13, 4, 18, 13, 13, 13, 4, 18, 13, 13, 12, 13, 30, 4, 18, 20, 4, 18, 13, 23, 13, 6, 13, 41, 13, 20, 41, 13, 12, 13, 30, 38, 5, 13, 30, 30, 42, 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, 4, 13, 12, 13, 30, 41, 13, 20, 13, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 4, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 4, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 13, 29, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 4, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 4, 18, 13, 20, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 41, 13, 2, 4, 13, 17, 41, 13, 2, 4, 13, 17, 4, 18, 4, 18, 13, 13, 13, 4, 18, 4, 18, 13, 13, 13, 29, 13, 23, 13, 23, 13, 6, 13, 41, 13, 20, 41, 13, 17, 12, 13, 30, 41, 13, 20, 28, 13, 13, 30, 30, 4, 18, 13, 4, 18, 13, 13, 4, 18, 13, 13, 14, 13, 30, 4, 18, 13, 23, 13, 12, 13, 30, 4, 18, 13, 4, 18, 13, 13, 14, 13, 30, 4, 18, 13, 23, 13, 12, 13, 30, 41, 13, 20, 28, 13, 13, 30, 30, 4, 18, 13, 4, 18, 13, 13, 4, 18, 13, 13, 14, 13, 30, 4, 18, 13, 23, 13, 12, 13, 30, 41, 13, 20, 28, 13, 13, 30, 30, 4, 18, 13, 4, 18, 13, 13, 4, 18, 13, 13, 14, 13, 30, 4, 18, 13, 23, 13, 12, 13, 30, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 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 ], [ 555, 32 ], [ 555, 33 ], [ 33, 34 ], [ 33, 35 ], [ 555, 36 ], [ 36, 37 ], [ 36, 38 ], [ 555, 39 ], [ 39, 40 ], [ 39, 41 ], [ 555, 42 ], [ 42, 43 ], [ 42, 44 ], [ 555, 45 ], [ 45, 46 ], [ 45, 47 ], [ 555, 48 ], [ 48, 49 ], [ 48, 50 ], [ 555, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 53, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 62, 63 ], [ 53, 64 ], [ 64, 65 ], [ 64, 66 ], [ 53, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 67, 72 ], [ 72, 73 ], [ 72, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 74, 78 ], [ 78, 79 ], [ 79, 80 ], [ 67, 81 ], [ 81, 82 ], [ 82, 83 ], [ 67, 84 ], [ 85, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 85, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 89, 94 ], [ 94, 95 ], [ 94, 96 ], [ 96, 97 ], [ 97, 98 ], [ 89, 99 ], [ 99, 100 ], [ 100, 101 ], [ 89, 102 ], [ 103, 103 ], [ 103, 104 ], [ 104, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 106, 109 ], [ 105, 110 ], [ 110, 111 ], [ 111, 112 ], [ 110, 113 ], [ 113, 114 ], [ 113, 115 ], [ 104, 116 ], [ 116, 117 ], [ 117, 118 ], [ 85, 119 ], [ 119, 120 ], [ 119, 121 ], [ 121, 122 ], [ 122, 123 ], [ 121, 124 ], [ 121, 125 ], [ 53, 126 ], [ 126, 127 ], [ 127, 128 ], [ 126, 129 ], [ 555, 130 ], [ 130, 131 ], [ 130, 132 ], [ 132, 133 ], [ 133, 134 ], [ 134, 135 ], [ 132, 136 ], [ 136, 137 ], [ 137, 138 ], [ 130, 139 ], [ 139, 140 ], [ 0, 141 ], [ 141, 142 ], [ 141, 143 ], [ 143, 144 ], [ 143, 145 ], [ 141, 146 ], [ 146, 147 ], [ 141, 148 ], [ 148, 149 ], [ 148, 150 ], [ 150, 151 ], [ 151, 152 ], [ 152, 153 ], [ 152, 154 ], [ 151, 155 ], [ 155, 156 ], [ 156, 157 ], [ 157, 158 ], [ 158, 159 ], [ 158, 160 ], [ 157, 161 ], [ 161, 162 ], [ 162, 163 ], [ 163, 164 ], [ 156, 165 ], [ 165, 166 ], [ 166, 167 ], [ 166, 168 ], [ 150, 169 ], [ 169, 170 ], [ 170, 171 ], [ 171, 172 ], [ 141, 173 ], [ 173, 174 ], [ 173, 175 ], [ 175, 176 ], [ 176, 177 ], [ 177, 178 ], [ 178, 179 ], [ 177, 180 ], [ 180, 181 ], [ 141, 182 ], [ 182, 183 ], [ 182, 184 ], [ 184, 185 ], [ 185, 186 ], [ 186, 187 ], [ 187, 188 ], [ 186, 189 ], [ 189, 190 ], [ 141, 191 ], [ 191, 192 ], [ 191, 193 ], [ 193, 194 ], [ 194, 195 ], [ 195, 196 ], [ 196, 197 ], [ 197, 198 ], [ 141, 199 ], [ 199, 200 ], [ 199, 201 ], [ 201, 202 ], [ 202, 203 ], [ 202, 204 ], [ 201, 207 ], [ 207, 208 ], [ 208, 209 ], [ 209, 210 ], [ 209, 211 ], [ 207, 212 ], [ 212, 213 ], [ 212, 214 ], [ 207, 215 ], [ 215, 216 ], [ 216, 217 ], [ 207, 218 ], [ 219, 219 ], [ 219, 220 ], [ 220, 221 ], [ 221, 222 ], [ 221, 223 ], [ 220, 224 ], [ 224, 225 ], [ 225, 226 ], [ 226, 227 ], [ 201, 228 ], [ 228, 229 ], [ 199, 230 ], [ 230, 231 ], [ 199, 232 ], [ 232, 233 ], [ 141, 234 ], [ 234, 235 ], [ 234, 236 ], [ 236, 237 ], [ 237, 238 ], [ 237, 239 ], [ 236, 241 ], [ 241, 242 ], [ 242, 243 ], [ 243, 244 ], [ 243, 245 ], [ 241, 246 ], [ 246, 247 ], [ 246, 248 ], [ 241, 249 ], [ 249, 250 ], [ 250, 251 ], [ 241, 252 ], [ 253, 253 ], [ 253, 254 ], [ 254, 255 ], [ 255, 256 ], [ 255, 257 ], [ 254, 258 ], [ 258, 259 ], [ 236, 260 ], [ 260, 261 ], [ 234, 262 ], [ 262, 263 ], [ 141, 264 ], [ 264, 265 ], [ 264, 266 ], [ 266, 267 ], [ 267, 268 ], [ 267, 269 ], [ 266, 271 ], [ 271, 272 ], [ 272, 273 ], [ 273, 274 ], [ 273, 275 ], [ 271, 276 ], [ 276, 277 ], [ 276, 278 ], [ 271, 279 ], [ 279, 280 ], [ 280, 281 ], [ 271, 282 ], [ 283, 283 ], [ 283, 284 ], [ 284, 285 ], [ 285, 286 ], [ 285, 287 ], [ 284, 288 ], [ 288, 289 ], [ 289, 290 ], [ 288, 291 ], [ 291, 292 ], [ 266, 293 ], [ 293, 294 ], [ 264, 295 ], [ 295, 296 ], [ 264, 297 ], [ 297, 298 ], [ 141, 299 ], [ 299, 300 ], [ 299, 301 ], [ 301, 302 ], [ 302, 303 ], [ 302, 304 ], [ 301, 306 ], [ 306, 307 ], [ 307, 308 ], [ 308, 309 ], [ 308, 310 ], [ 306, 311 ], [ 311, 312 ], [ 311, 313 ], [ 306, 314 ], [ 314, 315 ], [ 315, 316 ], [ 306, 317 ], [ 318, 318 ], [ 318, 319 ], [ 319, 320 ], [ 320, 321 ], [ 320, 322 ], [ 319, 323 ], [ 323, 324 ], [ 301, 325 ], [ 325, 326 ], [ 299, 327 ], [ 327, 328 ], [ 141, 329 ], [ 329, 330 ], [ 329, 331 ], [ 331, 332 ], [ 332, 333 ], [ 332, 334 ], [ 331, 336 ], [ 336, 337 ], [ 337, 338 ], [ 338, 339 ], [ 338, 340 ], [ 336, 341 ], [ 341, 342 ], [ 341, 343 ], [ 336, 344 ], [ 344, 345 ], [ 345, 346 ], [ 336, 347 ], [ 348, 348 ], [ 348, 349 ], [ 349, 350 ], [ 350, 351 ], [ 350, 352 ], [ 349, 353 ], [ 353, 354 ], [ 354, 355 ], [ 353, 356 ], [ 356, 357 ], [ 331, 358 ], [ 358, 359 ], [ 329, 360 ], [ 360, 361 ], [ 329, 362 ], [ 362, 363 ], [ 141, 364 ], [ 364, 365 ], [ 364, 366 ], [ 366, 367 ], [ 367, 368 ], [ 367, 369 ], [ 366, 370 ], [ 370, 371 ], [ 371, 372 ], [ 372, 373 ], [ 372, 374 ], [ 370, 375 ], [ 375, 376 ], [ 375, 377 ], [ 370, 378 ], [ 378, 379 ], [ 379, 380 ], [ 370, 381 ], [ 382, 382 ], [ 382, 383 ], [ 383, 384 ], [ 384, 385 ], [ 383, 386 ], [ 366, 387 ], [ 387, 388 ], [ 388, 389 ], [ 389, 390 ], [ 389, 391 ], [ 387, 392 ], [ 392, 393 ], [ 392, 394 ], [ 387, 395 ], [ 395, 396 ], [ 396, 397 ], [ 387, 398 ], [ 399, 399 ], [ 399, 400 ], [ 400, 401 ], [ 400, 402 ], [ 402, 403 ], [ 403, 404 ], [ 402, 405 ], [ 399, 406 ], [ 406, 407 ], [ 406, 408 ], [ 408, 409 ], [ 409, 410 ], [ 408, 411 ], [ 399, 412 ], [ 412, 413 ], [ 413, 414 ], [ 414, 415 ], [ 415, 416 ], [ 414, 417 ], [ 412, 418 ], [ 399, 419 ], [ 419, 420 ], [ 420, 421 ], [ 421, 422 ], [ 422, 423 ], [ 421, 424 ], [ 419, 425 ], [ 366, 426 ], [ 426, 427 ], [ 364, 428 ], [ 428, 429 ], [ 364, 430 ], [ 430, 431 ], [ 0, 432 ], [ 432, 433 ], [ 432, 434 ], [ 434, 435 ], [ 434, 436 ], [ 432, 437 ], [ 437, 438 ], [ 437, 439 ], [ 432, 440 ], [ 440, 441 ], [ 440, 442 ], [ 442, 443 ], [ 443, 444 ], [ 443, 445 ], [ 442, 446 ], [ 446, 447 ], [ 446, 448 ], [ 446, 449 ], [ 450, 450 ], [ 450, 451 ], [ 451, 452 ], [ 452, 453 ], [ 451, 454 ], [ 454, 455 ], [ 455, 456 ], [ 454, 457 ], [ 442, 458 ], [ 458, 459 ], [ 459, 460 ], [ 458, 461 ], [ 442, 462 ], [ 462, 463 ], [ 462, 464 ], [ 464, 465 ], [ 465, 466 ], [ 466, 467 ], [ 440, 468 ], [ 468, 469 ], [ 432, 470 ], [ 470, 471 ], [ 470, 472 ], [ 472, 473 ], [ 473, 474 ], [ 474, 475 ], [ 473, 476 ], [ 476, 477 ], [ 477, 478 ], [ 476, 479 ], [ 472, 480 ], [ 480, 481 ], [ 480, 482 ], [ 482, 483 ], [ 483, 484 ], [ 484, 485 ], [ 470, 486 ], [ 486, 487 ], [ 432, 488 ], [ 488, 489 ], [ 488, 490 ], [ 490, 491 ], [ 491, 492 ], [ 491, 493 ], [ 490, 494 ], [ 494, 495 ], [ 494, 496 ], [ 494, 497 ], [ 498, 498 ], [ 498, 499 ], [ 499, 500 ], [ 500, 501 ], [ 499, 502 ], [ 502, 503 ], [ 503, 504 ], [ 502, 505 ], [ 490, 506 ], [ 506, 507 ], [ 507, 508 ], [ 506, 509 ], [ 490, 510 ], [ 510, 511 ], [ 510, 512 ], [ 512, 513 ], [ 513, 514 ], [ 514, 515 ], [ 488, 516 ], [ 516, 517 ], [ 432, 518 ], [ 518, 519 ], [ 518, 520 ], [ 520, 521 ], [ 521, 522 ], [ 521, 523 ], [ 520, 524 ], [ 524, 525 ], [ 524, 526 ], [ 524, 527 ], [ 528, 528 ], [ 528, 529 ], [ 529, 530 ], [ 530, 531 ], [ 529, 532 ], [ 532, 533 ], [ 533, 534 ], [ 532, 535 ], [ 520, 536 ], [ 536, 537 ], [ 537, 538 ], [ 536, 539 ], [ 520, 540 ], [ 540, 541 ], [ 540, 542 ], [ 542, 543 ], [ 543, 544 ], [ 544, 545 ], [ 518, 546 ], [ 546, 547 ], [ 432, 548 ], [ 548, 549 ], [ 548, 550 ], [ 550, 551 ], [ 551, 552 ], [ 552, 553 ], [ 0, 554 ], [ 554, 555 ], [ 554, 556 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.io.PrintWriter;\nimport java.util.ArrayList;\nimport java.util.List;\nimport java.util.StringJoiner;\nimport java.util.StringTokenizer;\nimport java.util.function.IntUnaryOperator;\nimport java.util.function.LongUnaryOperator;\n\npublic class Main {\n static In in = new In();\n static Out out = new Out();\n static final long inf = 0x1fffffffffffffffL;\n static final int iinf = 0x3fffffff;\n static final double eps = 1e-9;\n static final long mod = 1000000007;\n\n void solve() {\n String s = in.next();\n String t = in.next();\n int ans = iinf;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int temp = 0;\n for (int j = 0; j < t.length(); j++) {\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }\n ans = Math.min(ans, temp);\n }\n out.println(ans);\n }\n\n public static void main(String[]$) {\n new Main().solve();\n out.flush();\n }\n}\n\nclass In {\n private BufferedReader reader = new BufferedReader(new InputStreamReader(System.in), 0x10000);\n private StringTokenizer tokenizer;\n\n String next() {\n try {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n tokenizer = new StringTokenizer(reader.readLine());\n }\n } catch (IOException ignored) {\n }\n return tokenizer.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n char[] nextCharArray() {\n return next().toCharArray();\n }\n\n char[][] nextCharGrid(int n, int m) {\n char[][] a = new char[n][m];\n for (int i = 0; i < n; i++) {\n a[i] = next().toCharArray();\n }\n return a;\n }\n\n int[] nextIntArray(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }\n\n int[] nextIntArray(int n, IntUnaryOperator op) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = op.applyAsInt(nextInt());\n }\n return a;\n }\n\n long[] nextLongArray(int n) {\n long[] a = new long[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextLong();\n }\n return a;\n }\n\n long[] nextLongArray(int n, LongUnaryOperator op) {\n long[] a = new long[n];\n for (int i = 0; i < n; i++) {\n a[i] = op.applyAsLong(nextLong());\n }\n return a;\n }\n\n List<List<Integer>> nextEdges(int n, int m) {\n List<List<Integer>> res = new ArrayList<>();\n for (int i = 0; i < n; i++) {\n res.add(new ArrayList<>());\n }\n for (int i = 0; i < m; i++) {\n int u = nextInt() - 1;\n int v = nextInt() - 1;\n res.get(u).add(v);\n res.get(v).add(u);\n }\n return res;\n }\n}\n\nclass Out {\n private PrintWriter out = new PrintWriter(System.out);\n boolean autoFlush = false;\n\n void println(Object... a) {\n StringJoiner joiner = new StringJoiner(\" \");\n for (Object obj : a) {\n joiner.add(String.valueOf(obj));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }\n\n void println(char[] s) {\n out.println(String.valueOf(s));\n if (autoFlush) {\n out.flush();\n }\n }\n\n void println(int[] a) {\n StringJoiner joiner = new StringJoiner(\" \");\n for (int i : a) {\n joiner.add(Integer.toString(i));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }\n\n void println(long[] a) {\n StringJoiner joiner = new StringJoiner(\" \");\n for (long i : a) {\n joiner.add(Long.toString(i));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }\n\n void flush() {\n out.flush();\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.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.List;", "List", "java.util", "import java.util.StringJoiner;", "StringJoiner", "java.util", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "import java.util.function.IntUnaryOperator;", "IntUnaryOperator", "java.util.function", "import java.util.function.LongUnaryOperator;", "LongUnaryOperator", "java.util.function", "public class Main {\n static In in = new In();\n static Out out = new Out();\n static final long inf = 0x1fffffffffffffffL;\n static final int iinf = 0x3fffffff;\n static final double eps = 1e-9;\n static final long mod = 1000000007;\n\n void solve() {\n String s = in.next();\n String t = in.next();\n int ans = iinf;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int temp = 0;\n for (int j = 0; j < t.length(); j++) {\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }\n ans = Math.min(ans, temp);\n }\n out.println(ans);\n }\n\n public static void main(String[]$) {\n new Main().solve();\n out.flush();\n }\n}", "Main", "static In in = new In();", "in", "new In()", "static Out out = new Out();", "out", "new Out()", "static final long inf = 0x1fffffffffffffffL;", "inf", "0x1fffffffffffffffL", "static final int iinf = 0x3fffffff;", "iinf", "0x3fffffff", "static final double eps = 1e-9;", "eps", "1e-9", "static final long mod = 1000000007;", "mod", "1000000007", "void solve() {\n String s = in.next();\n String t = in.next();\n int ans = iinf;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int temp = 0;\n for (int j = 0; j < t.length(); j++) {\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }\n ans = Math.min(ans, temp);\n }\n out.println(ans);\n }", "solve", "{\n String s = in.next();\n String t = in.next();\n int ans = iinf;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int temp = 0;\n for (int j = 0; j < t.length(); j++) {\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }\n ans = Math.min(ans, temp);\n }\n out.println(ans);\n }", "String s = in.next();", "s", "in.next()", "in.next", "in", "String t = in.next();", "t", "in.next()", "in.next", "in", "int ans = iinf;", "ans", "iinf", "for (int i = 0; i <= s.length() - t.length(); i++) {\n int temp = 0;\n for (int j = 0; j < t.length(); j++) {\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }\n ans = Math.min(ans, temp);\n }", "int i = 0;", "int i = 0;", "i", "0", "i <= s.length() - t.length()", "i", "s.length() - t.length()", "s.length()", "s.length", "s", "t.length()", "t.length", "t", "i++", "i++", "i", "{\n int temp = 0;\n for (int j = 0; j < t.length(); j++) {\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }\n ans = Math.min(ans, temp);\n }", "{\n int temp = 0;\n for (int j = 0; j < t.length(); j++) {\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }\n ans = Math.min(ans, temp);\n }", "int temp = 0;", "temp", "0", "for (int j = 0; j < t.length(); j++) {\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }", "int j = 0;", "int j = 0;", "j", "0", "j < t.length()", "j", "t.length()", "t.length", "t", "j++", "j++", "j", "{\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }", "{\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }", "if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }", "t.charAt(j) != s.charAt(i + j)", "t.charAt(j)", "t.charAt", "t", "j", "s.charAt(i + j)", "s.charAt", "s", "i + j", "i", "j", "{\n temp++;\n }", "temp++", "temp", "ans = Math.min(ans, temp)", "ans", "Math.min(ans, temp)", "Math.min", "Math", "ans", "temp", "out.println(ans)", "out.println", "out", "ans", "public static void main(String[]$) {\n new Main().solve();\n out.flush();\n }", "main", "{\n new Main().solve();\n out.flush();\n }", "new Main().solve()", "new Main().solve", "new Main()", "out.flush()", "out.flush", "out", "String[]$", "$", "class In {\n private BufferedReader reader = new BufferedReader(new InputStreamReader(System.in), 0x10000);\n private StringTokenizer tokenizer;\n\n String next() {\n try {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n tokenizer = new StringTokenizer(reader.readLine());\n }\n } catch (IOException ignored) {\n }\n return tokenizer.nextToken();\n }\n\n int nextInt() {\n return Integer.parseInt(next());\n }\n\n long nextLong() {\n return Long.parseLong(next());\n }\n\n char[] nextCharArray() {\n return next().toCharArray();\n }\n\n char[][] nextCharGrid(int n, int m) {\n char[][] a = new char[n][m];\n for (int i = 0; i < n; i++) {\n a[i] = next().toCharArray();\n }\n return a;\n }\n\n int[] nextIntArray(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }\n\n int[] nextIntArray(int n, IntUnaryOperator op) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = op.applyAsInt(nextInt());\n }\n return a;\n }\n\n long[] nextLongArray(int n) {\n long[] a = new long[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextLong();\n }\n return a;\n }\n\n long[] nextLongArray(int n, LongUnaryOperator op) {\n long[] a = new long[n];\n for (int i = 0; i < n; i++) {\n a[i] = op.applyAsLong(nextLong());\n }\n return a;\n }\n\n List<List<Integer>> nextEdges(int n, int m) {\n List<List<Integer>> res = new ArrayList<>();\n for (int i = 0; i < n; i++) {\n res.add(new ArrayList<>());\n }\n for (int i = 0; i < m; i++) {\n int u = nextInt() - 1;\n int v = nextInt() - 1;\n res.get(u).add(v);\n res.get(v).add(u);\n }\n return res;\n }\n}", "In", "private BufferedReader reader = new BufferedReader(new InputStreamReader(System.in), 0x10000);", "reader", "new BufferedReader(new InputStreamReader(System.in), 0x10000)", "private StringTokenizer tokenizer;", "tokenizer", "String next() {\n try {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n tokenizer = new StringTokenizer(reader.readLine());\n }\n } catch (IOException ignored) {\n }\n return tokenizer.nextToken();\n }", "next", "{\n try {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n tokenizer = new StringTokenizer(reader.readLine());\n }\n } catch (IOException ignored) {\n }\n return tokenizer.nextToken();\n }", "try {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n tokenizer = new StringTokenizer(reader.readLine());\n }\n } catch (IOException ignored) {\n }", "catch (IOException ignored) {\n }", "IOException ignored", "{\n }", "{\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n tokenizer = new StringTokenizer(reader.readLine());\n }\n }", "while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n tokenizer = new StringTokenizer(reader.readLine());\n }", "tokenizer == null || !tokenizer.hasMoreTokens()", "tokenizer == null", "tokenizer", "null", "!tokenizer.hasMoreTokens()", "tokenizer.hasMoreTokens()", "tokenizer.hasMoreTokens", "tokenizer", "{\n tokenizer = new StringTokenizer(reader.readLine());\n }", "tokenizer = new StringTokenizer(reader.readLine())", "tokenizer", "new StringTokenizer(reader.readLine())", "return tokenizer.nextToken();", "tokenizer.nextToken()", "tokenizer.nextToken", "tokenizer", "int nextInt() {\n return Integer.parseInt(next());\n }", "nextInt", "{\n return Integer.parseInt(next());\n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "long nextLong() {\n return Long.parseLong(next());\n }", "nextLong", "{\n return Long.parseLong(next());\n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "char[] nextCharArray() {\n return next().toCharArray();\n }", "nextCharArray", "{\n return next().toCharArray();\n }", "return next().toCharArray();", "next().toCharArray()", "next().toCharArray", "next()", "next", "char[][] nextCharGrid(int n, int m) {\n char[][] a = new char[n][m];\n for (int i = 0; i < n; i++) {\n a[i] = next().toCharArray();\n }\n return a;\n }", "nextCharGrid", "{\n char[][] a = new char[n][m];\n for (int i = 0; i < n; i++) {\n a[i] = next().toCharArray();\n }\n return a;\n }", "char[][] a = new char[n][m];", "a", "new char[n][m]", "n", "m", "for (int i = 0; i < n; i++) {\n a[i] = next().toCharArray();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n a[i] = next().toCharArray();\n }", "{\n a[i] = next().toCharArray();\n }", "a[i] = next().toCharArray()", "a[i]", "a", "i", "next().toCharArray()", "next().toCharArray", "next()", "next", "return a;", "a", "int n", "n", "int m", "m", "int[] nextIntArray(int n) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }", "nextIntArray", "{\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }\n return a;\n }", "int[] a = new int[n];", "a", "new int[n]", "n", "for (int i = 0; i < n; i++) {\n a[i] = nextInt();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n a[i] = nextInt();\n }", "{\n a[i] = nextInt();\n }", "a[i] = nextInt()", "a[i]", "a", "i", "nextInt()", "nextInt", "return a;", "a", "int n", "n", "int[] nextIntArray(int n, IntUnaryOperator op) {\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = op.applyAsInt(nextInt());\n }\n return a;\n }", "nextIntArray", "{\n int[] a = new int[n];\n for (int i = 0; i < n; i++) {\n a[i] = op.applyAsInt(nextInt());\n }\n return a;\n }", "int[] a = new int[n];", "a", "new int[n]", "n", "for (int i = 0; i < n; i++) {\n a[i] = op.applyAsInt(nextInt());\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n a[i] = op.applyAsInt(nextInt());\n }", "{\n a[i] = op.applyAsInt(nextInt());\n }", "a[i] = op.applyAsInt(nextInt())", "a[i]", "a", "i", "op.applyAsInt(nextInt())", "op.applyAsInt", "op", "nextInt()", "nextInt", "return a;", "a", "int n", "n", "IntUnaryOperator op", "op", "long[] nextLongArray(int n) {\n long[] a = new long[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextLong();\n }\n return a;\n }", "nextLongArray", "{\n long[] a = new long[n];\n for (int i = 0; i < n; i++) {\n a[i] = nextLong();\n }\n return a;\n }", "long[] a = new long[n];", "a", "new long[n]", "n", "for (int i = 0; i < n; i++) {\n a[i] = nextLong();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n a[i] = nextLong();\n }", "{\n a[i] = nextLong();\n }", "a[i] = nextLong()", "a[i]", "a", "i", "nextLong()", "nextLong", "return a;", "a", "int n", "n", "long[] nextLongArray(int n, LongUnaryOperator op) {\n long[] a = new long[n];\n for (int i = 0; i < n; i++) {\n a[i] = op.applyAsLong(nextLong());\n }\n return a;\n }", "nextLongArray", "{\n long[] a = new long[n];\n for (int i = 0; i < n; i++) {\n a[i] = op.applyAsLong(nextLong());\n }\n return a;\n }", "long[] a = new long[n];", "a", "new long[n]", "n", "for (int i = 0; i < n; i++) {\n a[i] = op.applyAsLong(nextLong());\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n a[i] = op.applyAsLong(nextLong());\n }", "{\n a[i] = op.applyAsLong(nextLong());\n }", "a[i] = op.applyAsLong(nextLong())", "a[i]", "a", "i", "op.applyAsLong(nextLong())", "op.applyAsLong", "op", "nextLong()", "nextLong", "return a;", "a", "int n", "n", "LongUnaryOperator op", "op", "List<List<Integer>> nextEdges(int n, int m) {\n List<List<Integer>> res = new ArrayList<>();\n for (int i = 0; i < n; i++) {\n res.add(new ArrayList<>());\n }\n for (int i = 0; i < m; i++) {\n int u = nextInt() - 1;\n int v = nextInt() - 1;\n res.get(u).add(v);\n res.get(v).add(u);\n }\n return res;\n }", "nextEdges", "{\n List<List<Integer>> res = new ArrayList<>();\n for (int i = 0; i < n; i++) {\n res.add(new ArrayList<>());\n }\n for (int i = 0; i < m; i++) {\n int u = nextInt() - 1;\n int v = nextInt() - 1;\n res.get(u).add(v);\n res.get(v).add(u);\n }\n return res;\n }", "List<List<Integer>> res = new ArrayList<>();", "res", "new ArrayList<>()", "for (int i = 0; i < n; i++) {\n res.add(new ArrayList<>());\n }", "int i = 0;", "int i = 0;", "i", "0", "i < n", "i", "n", "i++", "i++", "i", "{\n res.add(new ArrayList<>());\n }", "{\n res.add(new ArrayList<>());\n }", "res.add(new ArrayList<>())", "res.add", "res", "new ArrayList<>()", "for (int i = 0; i < m; i++) {\n int u = nextInt() - 1;\n int v = nextInt() - 1;\n res.get(u).add(v);\n res.get(v).add(u);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < m", "i", "m", "i++", "i++", "i", "{\n int u = nextInt() - 1;\n int v = nextInt() - 1;\n res.get(u).add(v);\n res.get(v).add(u);\n }", "{\n int u = nextInt() - 1;\n int v = nextInt() - 1;\n res.get(u).add(v);\n res.get(v).add(u);\n }", "int u = nextInt() - 1;", "u", "nextInt() - 1", "nextInt()", "nextInt", "1", "int v = nextInt() - 1;", "v", "nextInt() - 1", "nextInt()", "nextInt", "1", "res.get(u).add(v)", "res.get(u).add", "res.get(u)", "res.get", "res", "u", "v", "res.get(v).add(u)", "res.get(v).add", "res.get(v)", "res.get", "res", "v", "u", "return res;", "res", "int n", "n", "int m", "m", "class Out {\n private PrintWriter out = new PrintWriter(System.out);\n boolean autoFlush = false;\n\n void println(Object... a) {\n StringJoiner joiner = new StringJoiner(\" \");\n for (Object obj : a) {\n joiner.add(String.valueOf(obj));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }\n\n void println(char[] s) {\n out.println(String.valueOf(s));\n if (autoFlush) {\n out.flush();\n }\n }\n\n void println(int[] a) {\n StringJoiner joiner = new StringJoiner(\" \");\n for (int i : a) {\n joiner.add(Integer.toString(i));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }\n\n void println(long[] a) {\n StringJoiner joiner = new StringJoiner(\" \");\n for (long i : a) {\n joiner.add(Long.toString(i));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }\n\n void flush() {\n out.flush();\n }\n}", "Out", "private PrintWriter out = new PrintWriter(System.out);", "out", "new PrintWriter(System.out)", "boolean autoFlush = false;", "autoFlush", "false", "void println(Object... a) {\n StringJoiner joiner = new StringJoiner(\" \");\n for (Object obj : a) {\n joiner.add(String.valueOf(obj));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }", "println", "{\n StringJoiner joiner = new StringJoiner(\" \");\n for (Object obj : a) {\n joiner.add(String.valueOf(obj));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }", "StringJoiner joiner = new StringJoiner(\" \");", "joiner", "new StringJoiner(\" \")", "for (Object obj : a) {\n joiner.add(String.valueOf(obj));\n }", "Object obj", "a", "{\n joiner.add(String.valueOf(obj));\n }", "{\n joiner.add(String.valueOf(obj));\n }", "joiner.add(String.valueOf(obj))", "joiner.add", "joiner", "String.valueOf(obj)", "String.valueOf", "String", "obj", "out.println(joiner)", "out.println", "out", "joiner", "if (autoFlush) {\n out.flush();\n }", "autoFlush", "{\n out.flush();\n }", "out.flush()", "out.flush", "out", "Object... a", "a", "void println(char[] s) {\n out.println(String.valueOf(s));\n if (autoFlush) {\n out.flush();\n }\n }", "println", "{\n out.println(String.valueOf(s));\n if (autoFlush) {\n out.flush();\n }\n }", "out.println(String.valueOf(s))", "out.println", "out", "String.valueOf(s)", "String.valueOf", "String", "s", "if (autoFlush) {\n out.flush();\n }", "autoFlush", "{\n out.flush();\n }", "out.flush()", "out.flush", "out", "char[] s", "s", "void println(int[] a) {\n StringJoiner joiner = new StringJoiner(\" \");\n for (int i : a) {\n joiner.add(Integer.toString(i));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }", "println", "{\n StringJoiner joiner = new StringJoiner(\" \");\n for (int i : a) {\n joiner.add(Integer.toString(i));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }", "StringJoiner joiner = new StringJoiner(\" \");", "joiner", "new StringJoiner(\" \")", "for (int i : a) {\n joiner.add(Integer.toString(i));\n }", "int i", "a", "{\n joiner.add(Integer.toString(i));\n }", "{\n joiner.add(Integer.toString(i));\n }", "joiner.add(Integer.toString(i))", "joiner.add", "joiner", "Integer.toString(i)", "Integer.toString", "Integer", "i", "out.println(joiner)", "out.println", "out", "joiner", "if (autoFlush) {\n out.flush();\n }", "autoFlush", "{\n out.flush();\n }", "out.flush()", "out.flush", "out", "int[] a", "a", "void println(long[] a) {\n StringJoiner joiner = new StringJoiner(\" \");\n for (long i : a) {\n joiner.add(Long.toString(i));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }", "println", "{\n StringJoiner joiner = new StringJoiner(\" \");\n for (long i : a) {\n joiner.add(Long.toString(i));\n }\n out.println(joiner);\n if (autoFlush) {\n out.flush();\n }\n }", "StringJoiner joiner = new StringJoiner(\" \");", "joiner", "new StringJoiner(\" \")", "for (long i : a) {\n joiner.add(Long.toString(i));\n }", "long i", "a", "{\n joiner.add(Long.toString(i));\n }", "{\n joiner.add(Long.toString(i));\n }", "joiner.add(Long.toString(i))", "joiner.add", "joiner", "Long.toString(i)", "Long.toString", "Long", "i", "out.println(joiner)", "out.println", "out", "joiner", "if (autoFlush) {\n out.flush();\n }", "autoFlush", "{\n out.flush();\n }", "out.flush()", "out.flush", "out", "long[] a", "a", "void flush() {\n out.flush();\n }", "flush", "{\n out.flush();\n }", "out.flush()", "out.flush", "out", "public class Main {\n static In in = new In();\n static Out out = new Out();\n static final long inf = 0x1fffffffffffffffL;\n static final int iinf = 0x3fffffff;\n static final double eps = 1e-9;\n static final long mod = 1000000007;\n\n void solve() {\n String s = in.next();\n String t = in.next();\n int ans = iinf;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int temp = 0;\n for (int j = 0; j < t.length(); j++) {\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }\n ans = Math.min(ans, temp);\n }\n out.println(ans);\n }\n\n public static void main(String[]$) {\n new Main().solve();\n out.flush();\n }\n}", "public class Main {\n static In in = new In();\n static Out out = new Out();\n static final long inf = 0x1fffffffffffffffL;\n static final int iinf = 0x3fffffff;\n static final double eps = 1e-9;\n static final long mod = 1000000007;\n\n void solve() {\n String s = in.next();\n String t = in.next();\n int ans = iinf;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int temp = 0;\n for (int j = 0; j < t.length(); j++) {\n if (t.charAt(j) != s.charAt(i + j)) {\n temp++;\n }\n }\n ans = Math.min(ans, temp);\n }\n out.println(ans);\n }\n\n public static void main(String[]$) {\n new Main().solve();\n out.flush();\n }\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.util.ArrayList; import java.util.List; import java.util.StringJoiner; import java.util.StringTokenizer; import java.util.function.IntUnaryOperator; import java.util.function.LongUnaryOperator; public class Main { static In in = new In(); static Out out = new Out(); static final long inf = 0x1fffffffffffffffL; static final int iinf = 0x3fffffff; static final double eps = 1e-9; static final long mod = 1000000007; void solve() { String s = in.next(); String t = in.next(); int ans = iinf; for (int i = 0; i <= s.length() - t.length(); i++) { int temp = 0; for (int j = 0; j < t.length(); j++) { if (t.charAt(j) != s.charAt(i + j)) { temp++; } } ans = Math.min(ans, temp); } out.println(ans); } public static void main(String[]$) { new Main().solve(); out.flush(); } } class In { private BufferedReader reader = new BufferedReader(new InputStreamReader(System.in), 0x10000); private StringTokenizer tokenizer; String next() { try { while (tokenizer == null || !tokenizer.hasMoreTokens()) { tokenizer = new StringTokenizer(reader.readLine()); } } catch (IOException ignored) { } return tokenizer.nextToken(); } int nextInt() { return Integer.parseInt(next()); } long nextLong() { return Long.parseLong(next()); } char[] nextCharArray() { return next().toCharArray(); } char[][] nextCharGrid(int n, int m) { char[][] a = new char[n][m]; for (int i = 0; i < n; i++) { a[i] = next().toCharArray(); } return a; } int[] nextIntArray(int n) { int[] a = new int[n]; for (int i = 0; i < n; i++) { a[i] = nextInt(); } return a; } int[] nextIntArray(int n, IntUnaryOperator op) { int[] a = new int[n]; for (int i = 0; i < n; i++) { a[i] = op.applyAsInt(nextInt()); } return a; } long[] nextLongArray(int n) { long[] a = new long[n]; for (int i = 0; i < n; i++) { a[i] = nextLong(); } return a; } long[] nextLongArray(int n, LongUnaryOperator op) { long[] a = new long[n]; for (int i = 0; i < n; i++) { a[i] = op.applyAsLong(nextLong()); } return a; } List<List<Integer>> nextEdges(int n, int m) { List<List<Integer>> res = new ArrayList<>(); for (int i = 0; i < n; i++) { res.add(new ArrayList<>()); } for (int i = 0; i < m; i++) { int u = nextInt() - 1; int v = nextInt() - 1; res.get(u).add(v); res.get(v).add(u); } return res; } } class Out { private PrintWriter out = new PrintWriter(System.out); boolean autoFlush = false; void println(Object... a) { StringJoiner joiner = new StringJoiner(" "); for (Object obj : a) { joiner.add(String.valueOf(obj)); } out.println(joiner); if (autoFlush) { out.flush(); } } void println(char[] s) { out.println(String.valueOf(s)); if (autoFlush) { out.flush(); } } void println(int[] a) { StringJoiner joiner = new StringJoiner(" "); for (int i : a) { joiner.add(Integer.toString(i)); } out.println(joiner); if (autoFlush) { out.flush(); } } void println(long[] a) { StringJoiner joiner = new StringJoiner(" "); for (long i : a) { joiner.add(Long.toString(i)); } out.println(joiner); if (autoFlush) { out.flush(); } } void flush() { out.flush(); } }
[ 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, 4, 18, 13, 41, 13, 4, 18, 4, 18, 13, 41, 13, 18, 13, 13, 41, 13, 18, 13, 13, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 2, 2, 13, 13, 17, 1, 40, 13, 30, 30, 41, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 18, 13, 13, 18, 13, 13, 30, 40, 13, 40, 13, 0, 13, 4, 18, 13, 13, 13, 4, 18, 13, 2, 18, 13, 13, 13, 4, 18, 13, 23, 13, 12, 13, 30, 4, 18, 18, 13, 13, 13, 23, 13, 6, 13, 41, 13, 20, 41, 13, 20, 12, 13, 30, 42, 40, 4, 18, 13, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 29, 4, 18, 13, 29, 17, 23, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 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 ], [ 211, 14 ], [ 211, 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 ], [ 28, 29 ], [ 29, 30 ], [ 17, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 17, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 17, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 17, 48 ], [ 48, 49 ], [ 48, 50 ], [ 17, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 51, 63 ], [ 63, 64 ], [ 64, 65 ], [ 51, 66 ], [ 67, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 71, 72 ], [ 71, 73 ], [ 67, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 74, 79 ], [ 79, 80 ], [ 79, 81 ], [ 81, 82 ], [ 81, 83 ], [ 74, 84 ], [ 84, 85 ], [ 85, 86 ], [ 74, 87 ], [ 88, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 90, 94 ], [ 94, 95 ], [ 94, 96 ], [ 89, 97 ], [ 97, 98 ], [ 98, 99 ], [ 88, 100 ], [ 100, 101 ], [ 67, 102 ], [ 102, 103 ], [ 102, 104 ], [ 104, 105 ], [ 105, 106 ], [ 104, 107 ], [ 104, 108 ], [ 17, 109 ], [ 109, 110 ], [ 110, 111 ], [ 109, 112 ], [ 112, 113 ], [ 113, 114 ], [ 113, 115 ], [ 112, 116 ], [ 17, 117 ], [ 117, 118 ], [ 118, 119 ], [ 15, 120 ], [ 120, 121 ], [ 211, 122 ], [ 122, 123 ], [ 122, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 127, 128 ], [ 127, 129 ], [ 125, 130 ], [ 122, 131 ], [ 131, 132 ], [ 211, 133 ], [ 133, 134 ], [ 133, 135 ], [ 135, 136 ], [ 135, 137 ], [ 133, 138 ], [ 138, 139 ], [ 138, 140 ], [ 133, 141 ], [ 141, 142 ], [ 141, 143 ], [ 143, 144 ], [ 144, 145 ], [ 145, 146 ], [ 146, 147 ], [ 147, 148 ], [ 144, 149 ], [ 149, 150 ], [ 150, 151 ], [ 150, 152 ], [ 152, 153 ], [ 153, 154 ], [ 154, 155 ], [ 149, 156 ], [ 156, 157 ], [ 157, 158 ], [ 157, 159 ], [ 143, 160 ], [ 160, 161 ], [ 161, 162 ], [ 162, 163 ], [ 133, 164 ], [ 164, 165 ], [ 164, 166 ], [ 166, 167 ], [ 167, 168 ], [ 168, 169 ], [ 168, 170 ], [ 170, 171 ], [ 171, 172 ], [ 172, 173 ], [ 167, 174 ], [ 174, 175 ], [ 175, 176 ], [ 176, 177 ], [ 177, 178 ], [ 166, 179 ], [ 179, 180 ], [ 164, 181 ], [ 181, 182 ], [ 133, 183 ], [ 183, 184 ], [ 183, 185 ], [ 185, 186 ], [ 186, 187 ], [ 187, 188 ], [ 188, 189 ], [ 187, 190 ], [ 190, 191 ], [ 133, 192 ], [ 192, 193 ], [ 192, 194 ], [ 194, 195 ], [ 195, 196 ], [ 196, 197 ], [ 197, 198 ], [ 196, 199 ], [ 199, 200 ], [ 133, 201 ], [ 201, 202 ], [ 201, 203 ], [ 203, 204 ], [ 204, 205 ], [ 205, 206 ], [ 206, 207 ], [ 205, 208 ], [ 208, 209 ], [ 0, 210 ], [ 210, 211 ], [ 210, 212 ] ]
[ "import java.io.*;\nimport java.math.*;\nimport java.util.*;\nimport java.lang.*;\n\n// import java.text.DecimalFormat; \n// import java.text.DecimalFormatSymbols; \n/*\ncaba\nabc\n \n */\n\npublic class Main {\n\n\t\n\t\n public static void main(String args[] ) throws Exception {\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n char[] s = sc.next().toCharArray();\n char[] t = sc.next().toCharArray();\n int n = s.length;\n int m = t.length;\n int max = 0;\n for(int i=0;i<n-m+1;i++) {\n \tint c=0;\n \tint in=0;\n \tfor(int j=i;j<i+m;j++) {\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}\n \tmax = Math.max(max, c);\n }\n \n \n \n pw.print(t.length-max);\n pw.close();\n }\n \n \n \n \n \n \n \n static <T> void deb(T x){\n System.out.println(x);\n }\n \n \n static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\t\n\t\tpublic String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t \n\t}\n \n}", "import java.io.*;", "io.*", "java", "import java.math.*;", "math.*", "java", "import java.util.*;", "util.*", "java", "import java.lang.*;", "lang.*", "java", "public class Main {\n\n\t\n\t\n public static void main(String args[] ) throws Exception {\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n char[] s = sc.next().toCharArray();\n char[] t = sc.next().toCharArray();\n int n = s.length;\n int m = t.length;\n int max = 0;\n for(int i=0;i<n-m+1;i++) {\n \tint c=0;\n \tint in=0;\n \tfor(int j=i;j<i+m;j++) {\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}\n \tmax = Math.max(max, c);\n }\n \n \n \n pw.print(t.length-max);\n pw.close();\n }\n \n \n \n \n \n \n \n static <T> void deb(T x){\n System.out.println(x);\n }\n \n \n static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\t\n\t\tpublic String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t \n\t}\n \n}", "Main", "public static void main(String args[] ) throws Exception {\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n char[] s = sc.next().toCharArray();\n char[] t = sc.next().toCharArray();\n int n = s.length;\n int m = t.length;\n int max = 0;\n for(int i=0;i<n-m+1;i++) {\n \tint c=0;\n \tint in=0;\n \tfor(int j=i;j<i+m;j++) {\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}\n \tmax = Math.max(max, c);\n }\n \n \n \n pw.print(t.length-max);\n pw.close();\n }", "main", "{\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n char[] s = sc.next().toCharArray();\n char[] t = sc.next().toCharArray();\n int n = s.length;\n int m = t.length;\n int max = 0;\n for(int i=0;i<n-m+1;i++) {\n \tint c=0;\n \tint in=0;\n \tfor(int j=i;j<i+m;j++) {\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}\n \tmax = Math.max(max, c);\n }\n \n \n \n pw.print(t.length-max);\n pw.close();\n }", "PrintWriter pw=new PrintWriter(System.out);", "pw", "new PrintWriter(System.out)", "FastScanner sc = new FastScanner();", "sc", "new FastScanner()", "char[] s = sc.next().toCharArray();", "s", "sc.next().toCharArray()", "sc.next().toCharArray", "sc.next()", "sc.next", "sc", "char[] t = sc.next().toCharArray();", "t", "sc.next().toCharArray()", "sc.next().toCharArray", "sc.next()", "sc.next", "sc", "int n = s.length;", "n", "s.length", "s", "s.length", "int m = t.length;", "m", "t.length", "t", "t.length", "int max = 0;", "max", "0", "for(int i=0;i<n-m+1;i++) {\n \tint c=0;\n \tint in=0;\n \tfor(int j=i;j<i+m;j++) {\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}\n \tmax = Math.max(max, c);\n }", "int i=0;", "int i=0;", "i", "0", "i<n-m+1", "i", "n-m+1", "n-m", "n", "m", "1", "i++", "i++", "i", "{\n \tint c=0;\n \tint in=0;\n \tfor(int j=i;j<i+m;j++) {\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}\n \tmax = Math.max(max, c);\n }", "{\n \tint c=0;\n \tint in=0;\n \tfor(int j=i;j<i+m;j++) {\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}\n \tmax = Math.max(max, c);\n }", "int c=0;", "c", "0", "int in=0;", "in", "0", "for(int j=i;j<i+m;j++) {\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}", "int j=i;", "int j=i;", "j", "i", "j<i+m", "j", "i+m", "i", "m", "j++", "j++", "j", "{\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}", "{\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}", "if(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}", "s[j]==t[in]", "s[j]", "s", "j", "t[in]", "t", "in", "{\n \t\t\tc++;\n \t\t}", "c++", "c", "in++", "in", "max = Math.max(max, c)", "max", "Math.max(max, c)", "Math.max", "Math", "max", "c", "pw.print(t.length-max)", "pw.print", "pw", "t.length-max", "t.length", "t", "t.length", "max", "pw.close()", "pw.close", "pw", "String args[]", "args", "static <T> void deb(T x){\n System.out.println(x);\n }", "deb", "{\n System.out.println(x);\n }", "System.out.println(x)", "System.out.println", "System.out", "System", "System.out", "x", "T x", "x", "static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\t\n\t\tpublic String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t \n\t}", "FastScanner", "BufferedReader br=new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st=new StringTokenizer(\"\");", "st", "new StringTokenizer(\"\")", "public String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}", "next", "{\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}", "while (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "!st.hasMoreElements()", "st.hasMoreElements()", "st.hasMoreElements", "st", "try {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "IOException e", "{\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t}", "st=new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "public String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}", "next", "{\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}", "try {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}", "catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}", "IOException e", "{\n\t\t\t\te.printStackTrace();\n\t\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\t\treturn br.readLine();\n\t\t\t}", "return br.readLine();", "br.readLine()", "br.readLine", "br", "return \"Not able to read\";", "\"Not able to read\"", "int k", "k", "int nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "nextInt", "{\n\t\t\treturn Integer.parseInt(next());\n\t\t}", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "long nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}", "nextLong", "{\n\t\t\treturn Long.parseLong(next());\n\t\t}", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "double nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}", "nextDouble", "{\n\t\t\treturn Double.parseDouble(next());\n\t\t}", "return Double.parseDouble(next());", "Double.parseDouble(next())", "Double.parseDouble", "Double", "next()", "next", "public class Main {\n\n\t\n\t\n public static void main(String args[] ) throws Exception {\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n char[] s = sc.next().toCharArray();\n char[] t = sc.next().toCharArray();\n int n = s.length;\n int m = t.length;\n int max = 0;\n for(int i=0;i<n-m+1;i++) {\n \tint c=0;\n \tint in=0;\n \tfor(int j=i;j<i+m;j++) {\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}\n \tmax = Math.max(max, c);\n }\n \n \n \n pw.print(t.length-max);\n pw.close();\n }\n \n \n \n \n \n \n \n static <T> void deb(T x){\n System.out.println(x);\n }\n \n \n static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\t\n\t\tpublic String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t \n\t}\n \n}", "public class Main {\n\n\t\n\t\n public static void main(String args[] ) throws Exception {\n PrintWriter pw=new PrintWriter(System.out);\n FastScanner sc = new FastScanner();\n \n char[] s = sc.next().toCharArray();\n char[] t = sc.next().toCharArray();\n int n = s.length;\n int m = t.length;\n int max = 0;\n for(int i=0;i<n-m+1;i++) {\n \tint c=0;\n \tint in=0;\n \tfor(int j=i;j<i+m;j++) {\n \t\tif(s[j]==t[in]) {\n \t\t\tc++;\n \t\t}\n \t\tin++;\n \t}\n \tmax = Math.max(max, c);\n }\n \n \n \n pw.print(t.length-max);\n pw.close();\n }\n \n \n \n \n \n \n \n static <T> void deb(T x){\n System.out.println(x);\n }\n \n \n static class FastScanner {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st=new StringTokenizer(\"\");\n\t\t\n\t\tpublic String next() {\n\t\t\twhile (!st.hasMoreElements())\n\t\t\t\ttry {\n\t\t\t\t\tst=new StringTokenizer(br.readLine());\n\t\t\t\t} catch (IOException e) {\n\t\t\t\t\te.printStackTrace();\n\t\t\t\t}\n\t\t\treturn st.nextToken();\n\t\t}\n\t\tpublic String next(int k) {\n\t\t\ttry {\n\t\t\t\treturn br.readLine();\n\t\t\t} catch (IOException e) {\n\t\t\t\te.printStackTrace();\n\t\t\t}\n\t\t\treturn \"Not able to read\";\n\t\t}\n\t\t\n\t\tint nextInt() {\n\t\t\treturn Integer.parseInt(next());\n\t\t}\n\t\t\n\t\tlong nextLong() {\n\t\t\treturn Long.parseLong(next());\n\t\t}\n\t\t\n\t\tdouble nextDouble() {\n\t\t\treturn Double.parseDouble(next());\n\t\t}\n\t\t\n\t \n\t}\n \n}", "Main" ]
import java.io.*; import java.math.*; import java.util.*; import java.lang.*; // import java.text.DecimalFormat; // import java.text.DecimalFormatSymbols; /* caba abc */ public class Main { public static void main(String args[] ) throws Exception { PrintWriter pw=new PrintWriter(System.out); FastScanner sc = new FastScanner(); char[] s = sc.next().toCharArray(); char[] t = sc.next().toCharArray(); int n = s.length; int m = t.length; int max = 0; for(int i=0;i<n-m+1;i++) { int c=0; int in=0; for(int j=i;j<i+m;j++) { if(s[j]==t[in]) { c++; } in++; } max = Math.max(max, c); } pw.print(t.length-max); pw.close(); } static <T> void deb(T x){ System.out.println(x); } static class FastScanner { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st=new StringTokenizer(""); public String next() { while (!st.hasMoreElements()) try { st=new StringTokenizer(br.readLine()); } catch (IOException e) { e.printStackTrace(); } return st.nextToken(); } public String next(int k) { try { return br.readLine(); } catch (IOException e) { e.printStackTrace(); } return "Not able to read"; } int nextInt() { return Integer.parseInt(next()); } long nextLong() { return Long.parseLong(next()); } double nextDouble() { return Double.parseDouble(next()); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 20, 4, 18, 13, 41, 13, 20, 4, 18, 13, 41, 13, 20, 2, 2, 4, 18, 13, 4, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 13, 41, 13, 11, 1, 41, 13, 17, 2, 13, 2, 2, 4, 18, 13, 4, 18, 13, 17, 1, 40, 13, 30, 30, 0, 13, 13, 0, 13, 17, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 14, 2, 18, 13, 13, 18, 13, 13, 30, 30, 40, 13, 40, 13, 0, 18, 13, 13, 13, 41, 13, 18, 13, 17, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 13, 4, 18, 13, 13, 18, 13, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 196, 5 ], [ 196, 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 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 31, 32 ], [ 32, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 38, 42 ], [ 42, 43 ], [ 43, 44 ], [ 37, 45 ], [ 8, 46 ], [ 46, 47 ], [ 46, 48 ], [ 8, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 49, 59 ], [ 59, 60 ], [ 60, 61 ], [ 49, 62 ], [ 63, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 68, 69 ], [ 69, 70 ], [ 68, 71 ], [ 8, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 72, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 72, 82 ], [ 82, 83 ], [ 83, 84 ], [ 72, 85 ], [ 86, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 87, 91 ], [ 91, 92 ], [ 92, 93 ], [ 91, 94 ], [ 8, 95 ], [ 95, 96 ], [ 8, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 99, 101 ], [ 97, 102 ], [ 102, 103 ], [ 102, 104 ], [ 104, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 105, 109 ], [ 109, 110 ], [ 110, 111 ], [ 104, 112 ], [ 97, 113 ], [ 113, 114 ], [ 114, 115 ], [ 97, 116 ], [ 117, 117 ], [ 117, 118 ], [ 118, 119 ], [ 118, 120 ], [ 117, 121 ], [ 121, 122 ], [ 121, 123 ], [ 117, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 126, 128 ], [ 124, 129 ], [ 129, 130 ], [ 129, 131 ], [ 131, 132 ], [ 132, 133 ], [ 124, 134 ], [ 134, 135 ], [ 135, 136 ], [ 124, 137 ], [ 138, 138 ], [ 138, 139 ], [ 139, 140 ], [ 140, 141 ], [ 141, 142 ], [ 141, 143 ], [ 140, 144 ], [ 144, 145 ], [ 144, 146 ], [ 139, 147 ], [ 139, 148 ], [ 148, 149 ], [ 149, 150 ], [ 138, 151 ], [ 151, 152 ], [ 117, 153 ], [ 153, 154 ], [ 154, 155 ], [ 154, 156 ], [ 153, 157 ], [ 8, 158 ], [ 158, 159 ], [ 158, 160 ], [ 160, 161 ], [ 160, 162 ], [ 8, 163 ], [ 163, 164 ], [ 164, 165 ], [ 165, 166 ], [ 165, 167 ], [ 163, 168 ], [ 168, 169 ], [ 168, 170 ], [ 170, 171 ], [ 170, 172 ], [ 163, 173 ], [ 173, 174 ], [ 174, 175 ], [ 163, 176 ], [ 177, 177 ], [ 177, 178 ], [ 178, 179 ], [ 178, 180 ], [ 180, 181 ], [ 181, 182 ], [ 180, 183 ], [ 180, 184 ], [ 184, 185 ], [ 184, 186 ], [ 8, 187 ], [ 187, 188 ], [ 188, 189 ], [ 189, 190 ], [ 189, 191 ], [ 187, 192 ], [ 6, 193 ], [ 193, 194 ], [ 0, 195 ], [ 195, 196 ], [ 195, 197 ] ]
[ "import java.util.Scanner;\npublic class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n \n char[] s = new char[S.length()];\n char[] t = new char[T.length()];\n int[] ans = new int[S.length() - T.length() + 1];\n int num = 0;\n \n for(int i = 0;i < S.length(); i++){ \n s[i] = S.charAt(i);\n }\n \n for(int i = 0;i < T.length(); i++){ \n t[i] = T.charAt(i);\n }\n \n int h;\n \n for(int i = 0; i < S.length() - T.length() + 1; i++){\n h = i;\n num = 0;\n for(int n = 0 ; n < T.length(); n++){ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }\n ans[i] = num;\n }\n \n int min = ans[0];\n for (int index = 1; index < ans.length; index ++) {\n min = Math.min(min, ans[index]);\n }\n \n System.out.println(min);\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 S = sc.next();\n String T = sc.next();\n \n char[] s = new char[S.length()];\n char[] t = new char[T.length()];\n int[] ans = new int[S.length() - T.length() + 1];\n int num = 0;\n \n for(int i = 0;i < S.length(); i++){ \n s[i] = S.charAt(i);\n }\n \n for(int i = 0;i < T.length(); i++){ \n t[i] = T.charAt(i);\n }\n \n int h;\n \n for(int i = 0; i < S.length() - T.length() + 1; i++){\n h = i;\n num = 0;\n for(int n = 0 ; n < T.length(); n++){ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }\n ans[i] = num;\n }\n \n int min = ans[0];\n for (int index = 1; index < ans.length; index ++) {\n min = Math.min(min, ans[index]);\n }\n \n System.out.println(min);\n }\n}", "Main", "public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n \n char[] s = new char[S.length()];\n char[] t = new char[T.length()];\n int[] ans = new int[S.length() - T.length() + 1];\n int num = 0;\n \n for(int i = 0;i < S.length(); i++){ \n s[i] = S.charAt(i);\n }\n \n for(int i = 0;i < T.length(); i++){ \n t[i] = T.charAt(i);\n }\n \n int h;\n \n for(int i = 0; i < S.length() - T.length() + 1; i++){\n h = i;\n num = 0;\n for(int n = 0 ; n < T.length(); n++){ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }\n ans[i] = num;\n }\n \n int min = ans[0];\n for (int index = 1; index < ans.length; index ++) {\n min = Math.min(min, ans[index]);\n }\n \n System.out.println(min);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n \n char[] s = new char[S.length()];\n char[] t = new char[T.length()];\n int[] ans = new int[S.length() - T.length() + 1];\n int num = 0;\n \n for(int i = 0;i < S.length(); i++){ \n s[i] = S.charAt(i);\n }\n \n for(int i = 0;i < T.length(); i++){ \n t[i] = T.charAt(i);\n }\n \n int h;\n \n for(int i = 0; i < S.length() - T.length() + 1; i++){\n h = i;\n num = 0;\n for(int n = 0 ; n < T.length(); n++){ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }\n ans[i] = num;\n }\n \n int min = ans[0];\n for (int index = 1; index < ans.length; index ++) {\n min = Math.min(min, ans[index]);\n }\n \n System.out.println(min);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String S = sc.next();", "S", "sc.next()", "sc.next", "sc", "String T = sc.next();", "T", "sc.next()", "sc.next", "sc", "char[] s = new char[S.length()];", "s", "new char[S.length()]", "S.length()", "S.length", "S", "char[] t = new char[T.length()];", "t", "new char[T.length()]", "T.length()", "T.length", "T", "int[] ans = new int[S.length() - T.length() + 1];", "ans", "new int[S.length() - T.length() + 1]", "S.length() - T.length() + 1", "S.length() - T.length()", "S.length()", "S.length", "S", "T.length()", "T.length", "T", "1", "int num = 0;", "num", "0", "for(int i = 0;i < S.length(); i++){ \n s[i] = S.charAt(i);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < S.length()", "i", "S.length()", "S.length", "S", "i++", "i++", "i", "{ \n s[i] = S.charAt(i);\n }", "{ \n s[i] = S.charAt(i);\n }", "s[i] = S.charAt(i)", "s[i]", "s", "i", "S.charAt(i)", "S.charAt", "S", "i", "for(int i = 0;i < T.length(); i++){ \n t[i] = T.charAt(i);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < T.length()", "i", "T.length()", "T.length", "T", "i++", "i++", "i", "{ \n t[i] = T.charAt(i);\n }", "{ \n t[i] = T.charAt(i);\n }", "t[i] = T.charAt(i)", "t[i]", "t", "i", "T.charAt(i)", "T.charAt", "T", "i", "int h;", "h", "for(int i = 0; i < S.length() - T.length() + 1; i++){\n h = i;\n num = 0;\n for(int n = 0 ; n < T.length(); n++){ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }\n ans[i] = num;\n }", "int i = 0;", "int i = 0;", "i", "0", "i < S.length() - T.length() + 1", "i", "S.length() - T.length() + 1", "S.length() - T.length()", "S.length()", "S.length", "S", "T.length()", "T.length", "T", "1", "i++", "i++", "i", "{\n h = i;\n num = 0;\n for(int n = 0 ; n < T.length(); n++){ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }\n ans[i] = num;\n }", "{\n h = i;\n num = 0;\n for(int n = 0 ; n < T.length(); n++){ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }\n ans[i] = num;\n }", "h = i", "h", "i", "num = 0", "num", "0", "for(int n = 0 ; n < T.length(); n++){ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }", "int n = 0 ;", "int n = 0 ;", "n", "0", "n < T.length()", "n", "T.length()", "T.length", "T", "n++", "n++", "n", "{ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }", "{ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }", "if(s[h]==t[n]){\n }else{\n num++;\n }", "s[h]==t[n]", "s[h]", "s", "h", "t[n]", "t", "n", "{\n }", "{\n num++;\n }", "num++", "num", "h++", "h", "ans[i] = num", "ans[i]", "ans", "i", "num", "int min = ans[0];", "min", "ans[0]", "ans", "0", "for (int index = 1; index < ans.length; index ++) {\n min = Math.min(min, ans[index]);\n }", "int index = 1;", "int index = 1;", "index", "1", "index < ans.length", "index", "ans.length", "ans", "ans.length", "index ++", "index ++", "index", "{\n min = Math.min(min, ans[index]);\n }", "{\n min = Math.min(min, ans[index]);\n }", "min = Math.min(min, ans[index])", "min", "Math.min(min, ans[index])", "Math.min", "Math", "min", "ans[index]", "ans", "index", "System.out.println(min)", "System.out.println", "System.out", "System", "System.out", "min", "String[] args", "args", "public class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n \n char[] s = new char[S.length()];\n char[] t = new char[T.length()];\n int[] ans = new int[S.length() - T.length() + 1];\n int num = 0;\n \n for(int i = 0;i < S.length(); i++){ \n s[i] = S.charAt(i);\n }\n \n for(int i = 0;i < T.length(); i++){ \n t[i] = T.charAt(i);\n }\n \n int h;\n \n for(int i = 0; i < S.length() - T.length() + 1; i++){\n h = i;\n num = 0;\n for(int n = 0 ; n < T.length(); n++){ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }\n ans[i] = num;\n }\n \n int min = ans[0];\n for (int index = 1; index < ans.length; index ++) {\n min = Math.min(min, ans[index]);\n }\n \n System.out.println(min);\n }\n}", "public class Main {\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String S = sc.next();\n String T = sc.next();\n \n char[] s = new char[S.length()];\n char[] t = new char[T.length()];\n int[] ans = new int[S.length() - T.length() + 1];\n int num = 0;\n \n for(int i = 0;i < S.length(); i++){ \n s[i] = S.charAt(i);\n }\n \n for(int i = 0;i < T.length(); i++){ \n t[i] = T.charAt(i);\n }\n \n int h;\n \n for(int i = 0; i < S.length() - T.length() + 1; i++){\n h = i;\n num = 0;\n for(int n = 0 ; n < T.length(); n++){ \n if(s[h]==t[n]){\n }else{\n num++;\n }\n h++;\n }\n ans[i] = num;\n }\n \n int min = ans[0];\n for (int index = 1; index < ans.length; index ++) {\n min = Math.min(min, ans[index]);\n }\n \n System.out.println(min);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); String S = sc.next(); String T = sc.next(); char[] s = new char[S.length()]; char[] t = new char[T.length()]; int[] ans = new int[S.length() - T.length() + 1]; int num = 0; for(int i = 0;i < S.length(); i++){ s[i] = S.charAt(i); } for(int i = 0;i < T.length(); i++){ t[i] = T.charAt(i); } int h; for(int i = 0; i < S.length() - T.length() + 1; i++){ h = i; num = 0; for(int n = 0 ; n < T.length(); n++){ if(s[h]==t[n]){ }else{ num++; } h++; } ans[i] = num; } int min = ans[0]; for (int index = 1; index < ans.length; index ++) { min = Math.min(min, ans[index]); } System.out.println(min); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 2, 4, 18, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 41, 13, 13, 41, 13, 17, 41, 13, 17, 28, 13, 13, 30, 30, 14, 2, 13, 18, 13, 40, 13, 30, 0, 13, 17, 40, 13, 14, 13, 30, 0, 13, 4, 18, 13, 13, 2, 4, 18, 13, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 113, 5 ], [ 113, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 11, 12 ], [ 11, 13 ], [ 10, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 10, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 10, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 27, 31 ], [ 31, 32 ], [ 32, 33 ], [ 26, 34 ], [ 10, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 10, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 10, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 10, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 55, 56 ], [ 55, 57 ], [ 50, 58 ], [ 58, 59 ], [ 59, 60 ], [ 50, 61 ], [ 62, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 66, 67 ], [ 66, 68 ], [ 62, 69 ], [ 69, 70 ], [ 69, 71 ], [ 62, 72 ], [ 72, 73 ], [ 72, 74 ], [ 72, 75 ], [ 76, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 78, 80 ], [ 80, 81 ], [ 80, 82 ], [ 82, 83 ], [ 77, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 84, 88 ], [ 88, 89 ], [ 62, 90 ], [ 90, 91 ], [ 90, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 95, 96 ], [ 96, 97 ], [ 95, 98 ], [ 95, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 99, 103 ], [ 10, 104 ], [ 104, 105 ], [ 105, 106 ], [ 106, 107 ], [ 106, 108 ], [ 104, 109 ], [ 6, 110 ], [ 110, 111 ], [ 0, 112 ], [ 112, 113 ], [ 112, 114 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry(Scanner scanner = new Scanner(System.in)) {\n\t\t\tString s = scanner.nextLine();\n\t\t\tString t = scanner.nextLine();\n\n\t\t\tint roopCount = (s.length() - t.length()) + 1;\n\n\t\t\tint ans = t.length();\n\t\t\tchar[] sArr = s.toCharArray();\n\t\t\tchar[] tArr = t.toCharArray();\n\t\t\tfor (int i = 0; i < roopCount; i++) {\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(ans);\n\t\t}\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry(Scanner scanner = new Scanner(System.in)) {\n\t\t\tString s = scanner.nextLine();\n\t\t\tString t = scanner.nextLine();\n\n\t\t\tint roopCount = (s.length() - t.length()) + 1;\n\n\t\t\tint ans = t.length();\n\t\t\tchar[] sArr = s.toCharArray();\n\t\t\tchar[] tArr = t.toCharArray();\n\t\t\tfor (int i = 0; i < roopCount; i++) {\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(ans);\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\ttry(Scanner scanner = new Scanner(System.in)) {\n\t\t\tString s = scanner.nextLine();\n\t\t\tString t = scanner.nextLine();\n\n\t\t\tint roopCount = (s.length() - t.length()) + 1;\n\n\t\t\tint ans = t.length();\n\t\t\tchar[] sArr = s.toCharArray();\n\t\t\tchar[] tArr = t.toCharArray();\n\t\t\tfor (int i = 0; i < roopCount; i++) {\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(ans);\n\t\t}\n\t}", "main", "{\n\t\ttry(Scanner scanner = new Scanner(System.in)) {\n\t\t\tString s = scanner.nextLine();\n\t\t\tString t = scanner.nextLine();\n\n\t\t\tint roopCount = (s.length() - t.length()) + 1;\n\n\t\t\tint ans = t.length();\n\t\t\tchar[] sArr = s.toCharArray();\n\t\t\tchar[] tArr = t.toCharArray();\n\t\t\tfor (int i = 0; i < roopCount; i++) {\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(ans);\n\t\t}\n\t}", "try(Scanner scanner = new Scanner(System.in)) {\n\t\t\tString s = scanner.nextLine();\n\t\t\tString t = scanner.nextLine();\n\n\t\t\tint roopCount = (s.length() - t.length()) + 1;\n\n\t\t\tint ans = t.length();\n\t\t\tchar[] sArr = s.toCharArray();\n\t\t\tchar[] tArr = t.toCharArray();\n\t\t\tfor (int i = 0; i < roopCount; i++) {\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(ans);\n\t\t}", "{\n\t\t\tString s = scanner.nextLine();\n\t\t\tString t = scanner.nextLine();\n\n\t\t\tint roopCount = (s.length() - t.length()) + 1;\n\n\t\t\tint ans = t.length();\n\t\t\tchar[] sArr = s.toCharArray();\n\t\t\tchar[] tArr = t.toCharArray();\n\t\t\tfor (int i = 0; i < roopCount; i++) {\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(ans);\n\t\t}", "Scanner scanner = new Scanner(System.in)", "Scanner scanner = new Scanner(System.in)", "new Scanner(System.in)", "String s = scanner.nextLine();", "s", "scanner.nextLine()", "scanner.nextLine", "scanner", "String t = scanner.nextLine();", "t", "scanner.nextLine()", "scanner.nextLine", "scanner", "int roopCount = (s.length() - t.length()) + 1;", "roopCount", "(s.length() - t.length()) + 1", "(s.length() - t.length())", "s.length()", "s.length", "s", "t.length()", "t.length", "t", "1", "int ans = t.length();", "ans", "t.length()", "t.length", "t", "char[] sArr = s.toCharArray();", "sArr", "s.toCharArray()", "s.toCharArray", "s", "char[] tArr = t.toCharArray();", "tArr", "t.toCharArray()", "t.toCharArray", "t", "for (int i = 0; i < roopCount; i++) {\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < roopCount", "i", "roopCount", "i++", "i++", "i", "{\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}", "{\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}", "int index = i;", "index", "i", "int res = 0;", "res", "0", "boolean isEqual = false;", "isEqual", "false", "for (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}", "char tc", "tArr", "{\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}", "{\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}", "if (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}", "tc == sArr[index++]", "tc", "sArr[index++]", "sArr", "index++", "index", "{\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}", "isEqual = true", "isEqual", "true", "res++", "res", "if (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}", "isEqual", "{\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}", "ans = Math.min(ans, (t.length() - res))", "ans", "Math.min(ans, (t.length() - res))", "Math.min", "Math", "ans", "(t.length() - res)", "t.length()", "t.length", "t", "res", "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) {\n\t\ttry(Scanner scanner = new Scanner(System.in)) {\n\t\t\tString s = scanner.nextLine();\n\t\t\tString t = scanner.nextLine();\n\n\t\t\tint roopCount = (s.length() - t.length()) + 1;\n\n\t\t\tint ans = t.length();\n\t\t\tchar[] sArr = s.toCharArray();\n\t\t\tchar[] tArr = t.toCharArray();\n\t\t\tfor (int i = 0; i < roopCount; i++) {\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(ans);\n\t\t}\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry(Scanner scanner = new Scanner(System.in)) {\n\t\t\tString s = scanner.nextLine();\n\t\t\tString t = scanner.nextLine();\n\n\t\t\tint roopCount = (s.length() - t.length()) + 1;\n\n\t\t\tint ans = t.length();\n\t\t\tchar[] sArr = s.toCharArray();\n\t\t\tchar[] tArr = t.toCharArray();\n\t\t\tfor (int i = 0; i < roopCount; i++) {\n\t\t\t\tint index = i;\n\t\t\t\tint res = 0;\n\t\t\t\tboolean isEqual = false;\n\t\t\t\tfor (char tc : tArr) {\n\t\t\t\t\tif (tc == sArr[index++]) {\n\t\t\t\t\t\tisEqual = true;\n\t\t\t\t\t\tres++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (isEqual) {\n\t\t\t\t\tans = Math.min(ans, (t.length() - res));\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(ans);\n\t\t}\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { try(Scanner scanner = new Scanner(System.in)) { String s = scanner.nextLine(); String t = scanner.nextLine(); int roopCount = (s.length() - t.length()) + 1; int ans = t.length(); char[] sArr = s.toCharArray(); char[] tArr = t.toCharArray(); for (int i = 0; i < roopCount; i++) { int index = i; int res = 0; boolean isEqual = false; for (char tc : tArr) { if (tc == sArr[index++]) { isEqual = true; res++; } } if (isEqual) { ans = Math.min(ans, (t.length() - res)); } } System.out.println(ans); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 4, 13, 18, 13, 13, 18, 13, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 18, 13, 13, 41, 13, 2, 2, 4, 18, 13, 4, 18, 13, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 41, 13, 4, 18, 13, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 2, 13, 13, 4, 18, 13, 13, 40, 13, 0, 13, 4, 18, 13, 13, 13, 4, 18, 13, 13, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 120, 11 ], [ 120, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 17, 19 ], [ 15, 20 ], [ 20, 21 ], [ 20, 22 ], [ 12, 23 ], [ 23, 24 ], [ 120, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 27, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 27, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 27, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 49, 53 ], [ 53, 54 ], [ 54, 55 ], [ 48, 56 ], [ 27, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 62, 63 ], [ 62, 64 ], [ 57, 65 ], [ 65, 66 ], [ 66, 67 ], [ 57, 68 ], [ 69, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 73, 74 ], [ 69, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 75, 80 ], [ 80, 81 ], [ 80, 82 ], [ 82, 83 ], [ 83, 84 ], [ 75, 85 ], [ 85, 86 ], [ 86, 87 ], [ 75, 88 ], [ 89, 89 ], [ 89, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 92, 95 ], [ 95, 96 ], [ 95, 97 ], [ 91, 98 ], [ 98, 99 ], [ 99, 100 ], [ 98, 101 ], [ 90, 102 ], [ 102, 103 ], [ 69, 104 ], [ 104, 105 ], [ 104, 106 ], [ 106, 107 ], [ 107, 108 ], [ 106, 109 ], [ 106, 110 ], [ 27, 111 ], [ 111, 112 ], [ 112, 113 ], [ 111, 114 ], [ 25, 115 ], [ 115, 116 ], [ 25, 117 ], [ 117, 118 ], [ 0, 119 ], [ 119, 120 ], [ 119, 121 ] ]
[ "\nimport java.io.InputStream;\nimport java.io.PrintStream;\nimport java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n solve(System.in, System.out);\n }\n\n static void solve(InputStream is, PrintStream os) {\n // Your code here!\n Scanner scan = new Scanner(is);\n String S = scan.next();\n String T = scan.next();\n\n int ans = Integer.MAX_VALUE;\n int maxPattern = S.length() - T.length() + 1;\n for(int i = 0; i < maxPattern; i++) {\n int diff = T.length();\n for(int j = 0; j < T.length(); j++) {\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }\n ans = Math.min(ans, diff);\n }\n\n os.println(ans);\n\n }\n}", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.PrintStream;", "PrintStream", "java.io", "import java.util.*;", "util.*", "java", "public class Main {\n public static void main(String[] args) throws Exception {\n solve(System.in, System.out);\n }\n\n static void solve(InputStream is, PrintStream os) {\n // Your code here!\n Scanner scan = new Scanner(is);\n String S = scan.next();\n String T = scan.next();\n\n int ans = Integer.MAX_VALUE;\n int maxPattern = S.length() - T.length() + 1;\n for(int i = 0; i < maxPattern; i++) {\n int diff = T.length();\n for(int j = 0; j < T.length(); j++) {\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }\n ans = Math.min(ans, diff);\n }\n\n os.println(ans);\n\n }\n}", "Main", "public static void main(String[] args) throws Exception {\n solve(System.in, System.out);\n }", "main", "{\n solve(System.in, System.out);\n }", "solve(System.in, System.out)", "solve", "System.in", "System", "System.in", "System.out", "System", "System.out", "String[] args", "args", "static void solve(InputStream is, PrintStream os) {\n // Your code here!\n Scanner scan = new Scanner(is);\n String S = scan.next();\n String T = scan.next();\n\n int ans = Integer.MAX_VALUE;\n int maxPattern = S.length() - T.length() + 1;\n for(int i = 0; i < maxPattern; i++) {\n int diff = T.length();\n for(int j = 0; j < T.length(); j++) {\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }\n ans = Math.min(ans, diff);\n }\n\n os.println(ans);\n\n }", "solve", "{\n // Your code here!\n Scanner scan = new Scanner(is);\n String S = scan.next();\n String T = scan.next();\n\n int ans = Integer.MAX_VALUE;\n int maxPattern = S.length() - T.length() + 1;\n for(int i = 0; i < maxPattern; i++) {\n int diff = T.length();\n for(int j = 0; j < T.length(); j++) {\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }\n ans = Math.min(ans, diff);\n }\n\n os.println(ans);\n\n }", "Scanner scan = new Scanner(is);", "scan", "new Scanner(is)", "String S = scan.next();", "S", "scan.next()", "scan.next", "scan", "String T = scan.next();", "T", "scan.next()", "scan.next", "scan", "int ans = Integer.MAX_VALUE;", "ans", "Integer.MAX_VALUE", "Integer", "Integer.MAX_VALUE", "int maxPattern = S.length() - T.length() + 1;", "maxPattern", "S.length() - T.length() + 1", "S.length() - T.length()", "S.length()", "S.length", "S", "T.length()", "T.length", "T", "1", "for(int i = 0; i < maxPattern; i++) {\n int diff = T.length();\n for(int j = 0; j < T.length(); j++) {\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }\n ans = Math.min(ans, diff);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < maxPattern", "i", "maxPattern", "i++", "i++", "i", "{\n int diff = T.length();\n for(int j = 0; j < T.length(); j++) {\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }\n ans = Math.min(ans, diff);\n }", "{\n int diff = T.length();\n for(int j = 0; j < T.length(); j++) {\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }\n ans = Math.min(ans, diff);\n }", "int diff = T.length();", "diff", "T.length()", "T.length", "T", "for(int j = 0; j < T.length(); j++) {\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }", "int j = 0;", "int j = 0;", "j", "0", "j < T.length()", "j", "T.length()", "T.length", "T", "j++", "j++", "j", "{\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }", "{\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }", "if(S.charAt(i+j) == T.charAt(j))\n diff--;", "S.charAt(i+j) == T.charAt(j)", "S.charAt(i+j)", "S.charAt", "S", "i+j", "i", "j", "T.charAt(j)", "T.charAt", "T", "j", "diff--", "diff", "ans = Math.min(ans, diff)", "ans", "Math.min(ans, diff)", "Math.min", "Math", "ans", "diff", "os.println(ans)", "os.println", "os", "ans", "InputStream is", "is", "PrintStream os", "os", "public class Main {\n public static void main(String[] args) throws Exception {\n solve(System.in, System.out);\n }\n\n static void solve(InputStream is, PrintStream os) {\n // Your code here!\n Scanner scan = new Scanner(is);\n String S = scan.next();\n String T = scan.next();\n\n int ans = Integer.MAX_VALUE;\n int maxPattern = S.length() - T.length() + 1;\n for(int i = 0; i < maxPattern; i++) {\n int diff = T.length();\n for(int j = 0; j < T.length(); j++) {\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }\n ans = Math.min(ans, diff);\n }\n\n os.println(ans);\n\n }\n}", "public class Main {\n public static void main(String[] args) throws Exception {\n solve(System.in, System.out);\n }\n\n static void solve(InputStream is, PrintStream os) {\n // Your code here!\n Scanner scan = new Scanner(is);\n String S = scan.next();\n String T = scan.next();\n\n int ans = Integer.MAX_VALUE;\n int maxPattern = S.length() - T.length() + 1;\n for(int i = 0; i < maxPattern; i++) {\n int diff = T.length();\n for(int j = 0; j < T.length(); j++) {\n if(S.charAt(i+j) == T.charAt(j))\n diff--;\n }\n ans = Math.min(ans, diff);\n }\n\n os.println(ans);\n\n }\n}", "Main" ]
import java.io.InputStream; import java.io.PrintStream; import java.util.*; public class Main { public static void main(String[] args) throws Exception { solve(System.in, System.out); } static void solve(InputStream is, PrintStream os) { // Your code here! Scanner scan = new Scanner(is); String S = scan.next(); String T = scan.next(); int ans = Integer.MAX_VALUE; int maxPattern = S.length() - T.length() + 1; for(int i = 0; i < maxPattern; i++) { int diff = T.length(); for(int j = 0; j < T.length(); j++) { if(S.charAt(i+j) == T.charAt(j)) diff--; } ans = Math.min(ans, diff); } os.println(ans); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 2, 2, 4, 18, 13, 4, 18, 13, 17, 1, 40, 13, 30, 30, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 2, 13, 13, 4, 18, 13, 13, 40, 13, 0, 13, 4, 18, 13, 13, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 96, 5 ], [ 96, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 24, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 27, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 35, 39 ], [ 39, 40 ], [ 40, 41 ], [ 34, 42 ], [ 27, 43 ], [ 43, 44 ], [ 44, 45 ], [ 27, 46 ], [ 47, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 51, 61 ], [ 61, 62 ], [ 62, 63 ], [ 51, 64 ], [ 65, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 68, 71 ], [ 71, 72 ], [ 71, 73 ], [ 67, 74 ], [ 74, 75 ], [ 75, 76 ], [ 74, 77 ], [ 66, 78 ], [ 78, 79 ], [ 47, 80 ], [ 80, 81 ], [ 80, 82 ], [ 82, 83 ], [ 83, 84 ], [ 82, 85 ], [ 82, 86 ], [ 8, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 87, 92 ], [ 6, 93 ], [ 93, 94 ], [ 0, 95 ], [ 95, 96 ], [ 95, 97 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString s = sc.next();\n\t\tString t = sc.next();\n\t\t\n\t\tint out = Integer.MAX_VALUE;\n\t\t\n\t\tfor(int i = 0; i<s.length() - t.length()+1; i++) {\n\t\t\tint diff = 0;\n\t\t\tfor(int j = 0; j<t.length(); j++) {\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}\n\t\t\tout = Math.min(out, diff);\n\t\t}\n\t\tSystem.out.println(out);\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\n\t\tString s = sc.next();\n\t\tString t = sc.next();\n\t\t\n\t\tint out = Integer.MAX_VALUE;\n\t\t\n\t\tfor(int i = 0; i<s.length() - t.length()+1; i++) {\n\t\t\tint diff = 0;\n\t\t\tfor(int j = 0; j<t.length(); j++) {\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}\n\t\t\tout = Math.min(out, diff);\n\t\t}\n\t\tSystem.out.println(out);\n\t\t\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString s = sc.next();\n\t\tString t = sc.next();\n\t\t\n\t\tint out = Integer.MAX_VALUE;\n\t\t\n\t\tfor(int i = 0; i<s.length() - t.length()+1; i++) {\n\t\t\tint diff = 0;\n\t\t\tfor(int j = 0; j<t.length(); j++) {\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}\n\t\t\tout = Math.min(out, diff);\n\t\t}\n\t\tSystem.out.println(out);\n\t\t\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString s = sc.next();\n\t\tString t = sc.next();\n\t\t\n\t\tint out = Integer.MAX_VALUE;\n\t\t\n\t\tfor(int i = 0; i<s.length() - t.length()+1; i++) {\n\t\t\tint diff = 0;\n\t\t\tfor(int j = 0; j<t.length(); j++) {\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}\n\t\t\tout = Math.min(out, diff);\n\t\t}\n\t\tSystem.out.println(out);\n\t\t\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String s = sc.next();", "s", "sc.next()", "sc.next", "sc", "String t = sc.next();", "t", "sc.next()", "sc.next", "sc", "int out = Integer.MAX_VALUE;", "out", "Integer.MAX_VALUE", "Integer", "Integer.MAX_VALUE", "for(int i = 0; i<s.length() - t.length()+1; i++) {\n\t\t\tint diff = 0;\n\t\t\tfor(int j = 0; j<t.length(); j++) {\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}\n\t\t\tout = Math.min(out, diff);\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i<s.length() - t.length()+1", "i", "s.length() - t.length()+1", "s.length() - t.length()", "s.length()", "s.length", "s", "t.length()", "t.length", "t", "1", "i++", "i++", "i", "{\n\t\t\tint diff = 0;\n\t\t\tfor(int j = 0; j<t.length(); j++) {\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}\n\t\t\tout = Math.min(out, diff);\n\t\t}", "{\n\t\t\tint diff = 0;\n\t\t\tfor(int j = 0; j<t.length(); j++) {\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}\n\t\t\tout = Math.min(out, diff);\n\t\t}", "int diff = 0;", "diff", "0", "for(int j = 0; j<t.length(); j++) {\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}", "int j = 0;", "int j = 0;", "j", "0", "j<t.length()", "j", "t.length()", "t.length", "t", "j++", "j++", "j", "{\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}", "{\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}", "if(s.charAt(j+i) != t.charAt(j)) diff++;", "s.charAt(j+i) != t.charAt(j)", "s.charAt(j+i)", "s.charAt", "s", "j+i", "j", "i", "t.charAt(j)", "t.charAt", "t", "j", "diff++", "diff", "out = Math.min(out, diff)", "out", "Math.min(out, diff)", "Math.min", "Math", "out", "diff", "System.out.println(out)", "System.out.println", "System.out", "System", "System.out", "out", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tString s = sc.next();\n\t\tString t = sc.next();\n\t\t\n\t\tint out = Integer.MAX_VALUE;\n\t\t\n\t\tfor(int i = 0; i<s.length() - t.length()+1; i++) {\n\t\t\tint diff = 0;\n\t\t\tfor(int j = 0; j<t.length(); j++) {\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}\n\t\t\tout = Math.min(out, diff);\n\t\t}\n\t\tSystem.out.println(out);\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\n\t\tString s = sc.next();\n\t\tString t = sc.next();\n\t\t\n\t\tint out = Integer.MAX_VALUE;\n\t\t\n\t\tfor(int i = 0; i<s.length() - t.length()+1; i++) {\n\t\t\tint diff = 0;\n\t\t\tfor(int j = 0; j<t.length(); j++) {\n\t\t\t\tif(s.charAt(j+i) != t.charAt(j)) diff++;\n\t\t\t}\n\t\t\tout = Math.min(out, diff);\n\t\t}\n\t\tSystem.out.println(out);\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); String s = sc.next(); String t = sc.next(); int out = Integer.MAX_VALUE; for(int i = 0; i<s.length() - t.length()+1; i++) { int diff = 0; for(int j = 0; j<t.length(); j++) { if(s.charAt(j+i) != t.charAt(j)) diff++; } out = Math.min(out, diff); } System.out.println(out); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 18, 13, 13, 41, 13, 18, 13, 13, 41, 13, 20, 41, 13, 20, 41, 13, 20, 4, 18, 13, 17, 13, 13, 4, 18, 13, 23, 13, 6, 13, 41, 13, 18, 13, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 2, 4, 18, 13, 4, 18, 13, 1, 40, 13, 30, 30, 41, 13, 4, 18, 13, 13, 2, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 13, 4, 18, 13, 13, 40, 13, 0, 13, 4, 18, 13, 13, 13, 4, 18, 13, 13, 23, 13, 23, 13, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 0, 13, 17, 23, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 38, 5, 13, 30, 37, 20, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 29, 4, 18, 13, 4, 13, 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 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 19, 20 ], [ 19, 21 ], [ 0, 22 ], [ 22, 23 ], [ 22, 24 ], [ 0, 25 ], [ 25, 26 ], [ 25, 27 ], [ 0, 28 ], [ 28, 29 ], [ 28, 30 ], [ 0, 31 ], [ 31, 32 ], [ 31, 33 ], [ 0, 34 ], [ 34, 35 ], [ 34, 36 ], [ 0, 37 ], [ 37, 38 ], [ 37, 39 ], [ 0, 40 ], [ 40, 41 ], [ 40, 42 ], [ 0, 43 ], [ 43, 44 ], [ 43, 45 ], [ 0, 46 ], [ 46, 47 ], [ 46, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ], [ 0, 52 ], [ 252, 53 ], [ 252, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 59, 61 ], [ 56, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 64, 66 ], [ 56, 67 ], [ 67, 68 ], [ 67, 69 ], [ 56, 70 ], [ 70, 71 ], [ 70, 72 ], [ 56, 73 ], [ 73, 74 ], [ 73, 75 ], [ 56, 76 ], [ 76, 77 ], [ 77, 78 ], [ 76, 79 ], [ 76, 80 ], [ 76, 81 ], [ 56, 82 ], [ 82, 83 ], [ 83, 84 ], [ 54, 85 ], [ 85, 86 ], [ 252, 87 ], [ 87, 88 ], [ 87, 89 ], [ 89, 90 ], [ 89, 91 ], [ 91, 92 ], [ 91, 93 ], [ 87, 94 ], [ 94, 95 ], [ 94, 96 ], [ 96, 97 ], [ 97, 98 ], [ 97, 99 ], [ 99, 100 ], [ 100, 101 ], [ 96, 102 ], [ 102, 103 ], [ 102, 104 ], [ 104, 105 ], [ 105, 106 ], [ 96, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 109, 111 ], [ 96, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 114, 116 ], [ 112, 117 ], [ 117, 118 ], [ 117, 119 ], [ 119, 120 ], [ 120, 121 ], [ 121, 122 ], [ 119, 123 ], [ 123, 124 ], [ 124, 125 ], [ 112, 126 ], [ 126, 127 ], [ 127, 128 ], [ 112, 129 ], [ 130, 130 ], [ 130, 131 ], [ 131, 132 ], [ 131, 133 ], [ 133, 134 ], [ 134, 135 ], [ 133, 136 ], [ 133, 137 ], [ 137, 138 ], [ 137, 139 ], [ 139, 140 ], [ 140, 141 ], [ 130, 142 ], [ 142, 143 ], [ 142, 144 ], [ 130, 145 ], [ 145, 146 ], [ 146, 147 ], [ 147, 148 ], [ 147, 149 ], [ 145, 150 ], [ 150, 151 ], [ 150, 152 ], [ 152, 153 ], [ 153, 154 ], [ 145, 155 ], [ 155, 156 ], [ 156, 157 ], [ 145, 158 ], [ 159, 159 ], [ 159, 160 ], [ 160, 161 ], [ 161, 162 ], [ 162, 163 ], [ 163, 164 ], [ 162, 165 ], [ 161, 166 ], [ 166, 167 ], [ 167, 168 ], [ 166, 169 ], [ 160, 170 ], [ 170, 171 ], [ 130, 172 ], [ 172, 173 ], [ 172, 174 ], [ 174, 175 ], [ 175, 176 ], [ 174, 177 ], [ 174, 178 ], [ 96, 179 ], [ 179, 180 ], [ 180, 181 ], [ 179, 182 ], [ 94, 183 ], [ 183, 184 ], [ 94, 185 ], [ 185, 186 ], [ 94, 187 ], [ 187, 188 ], [ 252, 189 ], [ 189, 190 ], [ 189, 191 ], [ 191, 192 ], [ 189, 193 ], [ 193, 194 ], [ 189, 195 ], [ 195, 196 ], [ 195, 197 ], [ 197, 198 ], [ 198, 199 ], [ 198, 200 ], [ 197, 201 ], [ 201, 202 ], [ 201, 203 ], [ 195, 204 ], [ 204, 205 ], [ 189, 206 ], [ 206, 207 ], [ 206, 208 ], [ 208, 209 ], [ 209, 210 ], [ 210, 211 ], [ 211, 212 ], [ 211, 213 ], [ 210, 214 ], [ 214, 215 ], [ 215, 216 ], [ 216, 217 ], [ 209, 218 ], [ 218, 219 ], [ 219, 220 ], [ 220, 221 ], [ 220, 222 ], [ 222, 223 ], [ 223, 224 ], [ 219, 225 ], [ 225, 226 ], [ 226, 227 ], [ 226, 228 ], [ 208, 229 ], [ 229, 230 ], [ 230, 231 ], [ 231, 232 ], [ 189, 233 ], [ 233, 234 ], [ 233, 235 ], [ 235, 236 ], [ 236, 237 ], [ 237, 238 ], [ 238, 239 ], [ 237, 240 ], [ 240, 241 ], [ 189, 242 ], [ 242, 243 ], [ 242, 244 ], [ 244, 245 ], [ 245, 246 ], [ 246, 247 ], [ 247, 248 ], [ 246, 249 ], [ 249, 250 ], [ 0, 251 ], [ 251, 252 ], [ 251, 253 ] ]
[ "import java.io.OutputStream;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.PrintWriter;\nimport java.util.ArrayList;\nimport java.util.Arrays;\nimport java.util.HashMap;\nimport java.util.HashSet;\nimport java.util.List;\nimport java.util.Map;\nimport java.util.Random;\nimport java.util.Set;\nimport java.util.StringTokenizer;\nimport java.io.IOException;\nimport java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.InputStream;\n\n\npublic class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskT solver = new TaskT();\n solver.solve(1, in, out);\n out.close();\n }\n \n \n\n static class TaskT {\n \tstatic int cnt = Integer.MAX_VALUE;\n public void solve(int testNumber, InputReader in, PrintWriter out) {\n \t\n \t\tString S = in.next();\n \t\tString T = in.next();\n \t\t\n \t\t\n \t\tint min = Integer.MAX_VALUE; \n \t\t\n \t\tfor(int i = 0; i <= S.length() - T.length(); i++){\n \t\t\tString str = S.substring(i, i+T.length());\n \t\t\tint cnt = 0;\n \t\t\tfor(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}\n \t\t\tmin = Math.min(cnt, min);\n \t\t}\n \t\t\n \t\tout.print(min);\n }\n \n \n\n }\n\n static class InputReader {\n public BufferedReader reader;\n public StringTokenizer tokenizer;\n\n public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }\n\n public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(next());\n }\n \n public long nextLong() {\n return Long.parseLong(next());\n }\n }\n}", "import java.io.OutputStream;", "OutputStream", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.HashMap;", "HashMap", "java.util", "import java.util.HashSet;", "HashSet", "java.util", "import java.util.List;", "List", "java.util", "import java.util.Map;", "Map", "java.util", "import java.util.Random;", "Random", "java.util", "import java.util.Set;", "Set", "java.util", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "import java.io.IOException;", "IOException", "java.io", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskT solver = new TaskT();\n solver.solve(1, in, out);\n out.close();\n }\n \n \n\n static class TaskT {\n \tstatic int cnt = Integer.MAX_VALUE;\n public void solve(int testNumber, InputReader in, PrintWriter out) {\n \t\n \t\tString S = in.next();\n \t\tString T = in.next();\n \t\t\n \t\t\n \t\tint min = Integer.MAX_VALUE; \n \t\t\n \t\tfor(int i = 0; i <= S.length() - T.length(); i++){\n \t\t\tString str = S.substring(i, i+T.length());\n \t\t\tint cnt = 0;\n \t\t\tfor(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}\n \t\t\tmin = Math.min(cnt, min);\n \t\t}\n \t\t\n \t\tout.print(min);\n }\n \n \n\n }\n\n static class InputReader {\n public BufferedReader reader;\n public StringTokenizer tokenizer;\n\n public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }\n\n public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(next());\n }\n \n public long nextLong() {\n return Long.parseLong(next());\n }\n }\n}", "Main", "public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskT solver = new TaskT();\n solver.solve(1, in, out);\n out.close();\n }", "main", "{\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskT solver = new TaskT();\n solver.solve(1, in, out);\n out.close();\n }", "InputStream inputStream = System.in;", "inputStream", "System.in", "System", "System.in", "OutputStream outputStream = System.out;", "outputStream", "System.out", "System", "System.out", "InputReader in = new InputReader(inputStream);", "in", "new InputReader(inputStream)", "PrintWriter out = new PrintWriter(outputStream);", "out", "new PrintWriter(outputStream)", "TaskT solver = new TaskT();", "solver", "new TaskT()", "solver.solve(1, in, out)", "solver.solve", "solver", "1", "in", "out", "out.close()", "out.close", "out", "String[] args", "args", "static class TaskT {\n \tstatic int cnt = Integer.MAX_VALUE;\n public void solve(int testNumber, InputReader in, PrintWriter out) {\n \t\n \t\tString S = in.next();\n \t\tString T = in.next();\n \t\t\n \t\t\n \t\tint min = Integer.MAX_VALUE; \n \t\t\n \t\tfor(int i = 0; i <= S.length() - T.length(); i++){\n \t\t\tString str = S.substring(i, i+T.length());\n \t\t\tint cnt = 0;\n \t\t\tfor(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}\n \t\t\tmin = Math.min(cnt, min);\n \t\t}\n \t\t\n \t\tout.print(min);\n }\n \n \n\n }", "TaskT", "static int cnt = Integer.MAX_VALUE;", "cnt", "Integer.MAX_VALUE", "Integer", "Integer.MAX_VALUE", "public void solve(int testNumber, InputReader in, PrintWriter out) {\n \t\n \t\tString S = in.next();\n \t\tString T = in.next();\n \t\t\n \t\t\n \t\tint min = Integer.MAX_VALUE; \n \t\t\n \t\tfor(int i = 0; i <= S.length() - T.length(); i++){\n \t\t\tString str = S.substring(i, i+T.length());\n \t\t\tint cnt = 0;\n \t\t\tfor(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}\n \t\t\tmin = Math.min(cnt, min);\n \t\t}\n \t\t\n \t\tout.print(min);\n }", "solve", "{\n \t\n \t\tString S = in.next();\n \t\tString T = in.next();\n \t\t\n \t\t\n \t\tint min = Integer.MAX_VALUE; \n \t\t\n \t\tfor(int i = 0; i <= S.length() - T.length(); i++){\n \t\t\tString str = S.substring(i, i+T.length());\n \t\t\tint cnt = 0;\n \t\t\tfor(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}\n \t\t\tmin = Math.min(cnt, min);\n \t\t}\n \t\t\n \t\tout.print(min);\n }", "String S = in.next();", "S", "in.next()", "in.next", "in", "String T = in.next();", "T", "in.next()", "in.next", "in", "int min = Integer.MAX_VALUE;", "min", "Integer.MAX_VALUE", "Integer", "Integer.MAX_VALUE", "for(int i = 0; i <= S.length() - T.length(); i++){\n \t\t\tString str = S.substring(i, i+T.length());\n \t\t\tint cnt = 0;\n \t\t\tfor(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}\n \t\t\tmin = Math.min(cnt, min);\n \t\t}", "int i = 0;", "int i = 0;", "i", "0", "i <= S.length() - T.length()", "i", "S.length() - T.length()", "S.length()", "S.length", "S", "T.length()", "T.length", "T", "i++", "i++", "i", "{\n \t\t\tString str = S.substring(i, i+T.length());\n \t\t\tint cnt = 0;\n \t\t\tfor(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}\n \t\t\tmin = Math.min(cnt, min);\n \t\t}", "{\n \t\t\tString str = S.substring(i, i+T.length());\n \t\t\tint cnt = 0;\n \t\t\tfor(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}\n \t\t\tmin = Math.min(cnt, min);\n \t\t}", "String str = S.substring(i, i+T.length());", "str", "S.substring(i, i+T.length())", "S.substring", "S", "i", "i+T.length()", "i", "T.length()", "T.length", "T", "int cnt = 0;", "cnt", "0", "for(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}", "int j = 0;", "int j = 0;", "j", "0", "j < str.length()", "j", "str.length()", "str.length", "str", "j++", "j++", "j", "{\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}", "{\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}", "if(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;", "str.charAt(j) != T.charAt(j)", "str.charAt(j)", "str.charAt", "str", "j", "T.charAt(j)", "T.charAt", "T", "j", "cnt++", "cnt", "min = Math.min(cnt, min)", "min", "Math.min(cnt, min)", "Math.min", "Math", "cnt", "min", "out.print(min)", "out.print", "out", "min", "int testNumber", "testNumber", "InputReader in", "in", "PrintWriter out", "out", "static class InputReader {\n public BufferedReader reader;\n public StringTokenizer tokenizer;\n\n public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }\n\n public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(next());\n }\n \n public long nextLong() {\n return Long.parseLong(next());\n }\n }", "InputReader", "public BufferedReader reader;", "reader", "public StringTokenizer tokenizer;", "tokenizer", "public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }", "InputReader", "{\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }", "reader = new BufferedReader(new InputStreamReader(stream), 32768)", "reader", "new BufferedReader(new InputStreamReader(stream), 32768)", "tokenizer = null", "tokenizer", "null", "InputStream stream", "stream", "public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }", "next", "{\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }", "while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "tokenizer == null || !tokenizer.hasMoreTokens()", "tokenizer == null", "tokenizer", "null", "!tokenizer.hasMoreTokens()", "tokenizer.hasMoreTokens()", "tokenizer.hasMoreTokens", "tokenizer", "{\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }", "try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }", "catch (IOException e) {\n throw new RuntimeException(e);\n }", "IOException e", "{\n throw new RuntimeException(e);\n }", "throw new RuntimeException(e);", "new RuntimeException(e)", "{\n tokenizer = new StringTokenizer(reader.readLine());\n }", "tokenizer = new StringTokenizer(reader.readLine())", "tokenizer", "new StringTokenizer(reader.readLine())", "return tokenizer.nextToken();", "tokenizer.nextToken()", "tokenizer.nextToken", "tokenizer", "public int nextInt() {\n return Integer.parseInt(next());\n }", "nextInt", "{\n return Integer.parseInt(next());\n }", "return Integer.parseInt(next());", "Integer.parseInt(next())", "Integer.parseInt", "Integer", "next()", "next", "public long nextLong() {\n return Long.parseLong(next());\n }", "nextLong", "{\n return Long.parseLong(next());\n }", "return Long.parseLong(next());", "Long.parseLong(next())", "Long.parseLong", "Long", "next()", "next", "public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskT solver = new TaskT();\n solver.solve(1, in, out);\n out.close();\n }\n \n \n\n static class TaskT {\n \tstatic int cnt = Integer.MAX_VALUE;\n public void solve(int testNumber, InputReader in, PrintWriter out) {\n \t\n \t\tString S = in.next();\n \t\tString T = in.next();\n \t\t\n \t\t\n \t\tint min = Integer.MAX_VALUE; \n \t\t\n \t\tfor(int i = 0; i <= S.length() - T.length(); i++){\n \t\t\tString str = S.substring(i, i+T.length());\n \t\t\tint cnt = 0;\n \t\t\tfor(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}\n \t\t\tmin = Math.min(cnt, min);\n \t\t}\n \t\t\n \t\tout.print(min);\n }\n \n \n\n }\n\n static class InputReader {\n public BufferedReader reader;\n public StringTokenizer tokenizer;\n\n public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }\n\n public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(next());\n }\n \n public long nextLong() {\n return Long.parseLong(next());\n }\n }\n}", "public class Main {\n public static void main(String[] args) {\n InputStream inputStream = System.in;\n OutputStream outputStream = System.out;\n InputReader in = new InputReader(inputStream);\n PrintWriter out = new PrintWriter(outputStream);\n TaskT solver = new TaskT();\n solver.solve(1, in, out);\n out.close();\n }\n \n \n\n static class TaskT {\n \tstatic int cnt = Integer.MAX_VALUE;\n public void solve(int testNumber, InputReader in, PrintWriter out) {\n \t\n \t\tString S = in.next();\n \t\tString T = in.next();\n \t\t\n \t\t\n \t\tint min = Integer.MAX_VALUE; \n \t\t\n \t\tfor(int i = 0; i <= S.length() - T.length(); i++){\n \t\t\tString str = S.substring(i, i+T.length());\n \t\t\tint cnt = 0;\n \t\t\tfor(int j = 0; j < str.length(); j++){\n \t\t\t\tif(str.charAt(j) != T.charAt(j))\n \t\t\t\t\tcnt++;\n \t\t\t}\n \t\t\tmin = Math.min(cnt, min);\n \t\t}\n \t\t\n \t\tout.print(min);\n }\n \n \n\n }\n\n static class InputReader {\n public BufferedReader reader;\n public StringTokenizer tokenizer;\n\n public InputReader(InputStream stream) {\n reader = new BufferedReader(new InputStreamReader(stream), 32768);\n tokenizer = null;\n }\n\n public String next() {\n while (tokenizer == null || !tokenizer.hasMoreTokens()) {\n try {\n tokenizer = new StringTokenizer(reader.readLine());\n } catch (IOException e) {\n throw new RuntimeException(e);\n }\n }\n return tokenizer.nextToken();\n }\n\n public int nextInt() {\n return Integer.parseInt(next());\n }\n \n public long nextLong() {\n return Long.parseLong(next());\n }\n }\n}", "Main" ]
import java.io.OutputStream; import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Random; import java.util.Set; import java.util.StringTokenizer; import java.io.IOException; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.InputStream; public class Main { public static void main(String[] args) { InputStream inputStream = System.in; OutputStream outputStream = System.out; InputReader in = new InputReader(inputStream); PrintWriter out = new PrintWriter(outputStream); TaskT solver = new TaskT(); solver.solve(1, in, out); out.close(); } static class TaskT { static int cnt = Integer.MAX_VALUE; public void solve(int testNumber, InputReader in, PrintWriter out) { String S = in.next(); String T = in.next(); int min = Integer.MAX_VALUE; for(int i = 0; i <= S.length() - T.length(); i++){ String str = S.substring(i, i+T.length()); int cnt = 0; for(int j = 0; j < str.length(); j++){ if(str.charAt(j) != T.charAt(j)) cnt++; } min = Math.min(cnt, min); } out.print(min); } } static class InputReader { public BufferedReader reader; public StringTokenizer tokenizer; public InputReader(InputStream stream) { reader = new BufferedReader(new InputStreamReader(stream), 32768); tokenizer = null; } public String next() { while (tokenizer == null || !tokenizer.hasMoreTokens()) { try { tokenizer = new StringTokenizer(reader.readLine()); } catch (IOException e) { throw new RuntimeException(e); } } return tokenizer.nextToken(); } public int nextInt() { return Integer.parseInt(next()); } public long nextLong() { return Long.parseLong(next()); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 2, 4, 18, 13, 4, 18, 13, 1, 40, 13, 30, 30, 41, 13, 17, 41, 13, 13, 11, 1, 41, 13, 17, 2, 13, 4, 18, 13, 1, 40, 13, 30, 30, 14, 2, 4, 18, 13, 13, 4, 18, 13, 13, 40, 13, 40, 13, 0, 13, 4, 18, 13, 13, 13, 4, 18, 13, 13, 4, 18, 13, 12, 13, 30, 41, 13, 20, 4, 18, 13, 23, 13, 6, 13, 41, 13, 41, 13, 20, 17, 41, 13, 41, 13, 41, 13, 12, 13, 30, 0, 18, 36, 13, 13, 23, 13, 12, 13, 30, 14, 2, 13, 40, 17, 37, 20, 14, 2, 13, 13, 30, 0, 13, 17, 38, 5, 13, 30, 37, 20, 30, 0, 13, 4, 18, 13, 13, 14, 2, 13, 17, 29, 40, 17, 29, 18, 13, 40, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 0, 13, 4, 13, 41, 13, 17, 14, 2, 13, 17, 30, 0, 13, 40, 17, 0, 13, 4, 13, 41, 13, 17, 42, 40, 4, 13, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 37, 20, 0, 13, 17, 0, 13, 2, 13, 17, 0, 13, 4, 13, 29, 2, 13, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 0, 13, 4, 13, 41, 13, 17, 14, 2, 13, 17, 30, 0, 13, 40, 17, 0, 13, 4, 13, 41, 13, 17, 42, 40, 4, 13, 13, 30, 14, 2, 2, 13, 17, 2, 13, 17, 37, 20, 0, 13, 17, 0, 13, 2, 13, 17, 0, 13, 4, 13, 29, 2, 13, 13, 12, 13, 30, 41, 13, 4, 13, 42, 4, 13, 13, 0, 13, 4, 13, 41, 13, 20, 42, 40, 4, 13, 13, 30, 4, 18, 13, 13, 0, 13, 4, 13, 29, 4, 18, 13, 12, 13, 30, 14, 2, 13, 17, 29, 4, 18, 13, 13, 29, 2, 2, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 40, 17, 23, 13, 12, 13, 30, 29, 4, 13, 6, 13, 12, 13, 23, 13, 6, 13, 41, 13, 12, 13, 30, 0, 13, 20, 23, 13, 12, 13, 30, 0, 18, 36, 13, 20, 23, 13, 12, 13, 30, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 14, 2, 13, 17, 4, 18, 13, 17, 4, 18, 13, 18, 13, 13, 23, 13, 12, 13, 30, 4, 13, 13, 4, 18, 13, 23, 13, 12, 13, 30, 4, 18, 13, 12, 13, 30, 4, 18, 13, 6, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 4, 18, 13, 4, 18, 13, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 4, 18, 13, 4, 18, 13, 29, 13, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 19, 20 ], [ 19, 21 ], [ 0, 22 ], [ 22, 23 ], [ 22, 24 ], [ 0, 25 ], [ 25, 26 ], [ 25, 27 ], [ 0, 28 ], [ 28, 29 ], [ 28, 30 ], [ 0, 31 ], [ 31, 32 ], [ 31, 33 ], [ 0, 34 ], [ 34, 35 ], [ 34, 36 ], [ 0, 37 ], [ 634, 38 ], [ 634, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 45, 47 ], [ 41, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 41, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 41, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 60, 62 ], [ 41, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 63, 68 ], [ 68, 69 ], [ 68, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 70, 74 ], [ 74, 75 ], [ 75, 76 ], [ 63, 77 ], [ 77, 78 ], [ 78, 79 ], [ 63, 80 ], [ 81, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 81, 85 ], [ 85, 86 ], [ 85, 87 ], [ 81, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 90, 92 ], [ 88, 93 ], [ 93, 94 ], [ 93, 95 ], [ 95, 96 ], [ 96, 97 ], [ 88, 98 ], [ 98, 99 ], [ 99, 100 ], [ 88, 101 ], [ 102, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 105, 106 ], [ 106, 107 ], [ 105, 108 ], [ 104, 109 ], [ 109, 110 ], [ 110, 111 ], [ 109, 112 ], [ 103, 113 ], [ 113, 114 ], [ 102, 115 ], [ 115, 116 ], [ 81, 117 ], [ 117, 118 ], [ 117, 119 ], [ 119, 120 ], [ 120, 121 ], [ 119, 122 ], [ 119, 123 ], [ 41, 124 ], [ 124, 125 ], [ 125, 126 ], [ 124, 127 ], [ 41, 128 ], [ 128, 129 ], [ 129, 130 ], [ 634, 131 ], [ 131, 132 ], [ 131, 133 ], [ 133, 134 ], [ 134, 135 ], [ 134, 136 ], [ 133, 137 ], [ 137, 138 ], [ 138, 139 ], [ 131, 140 ], [ 140, 141 ], [ 634, 142 ], [ 142, 143 ], [ 142, 144 ], [ 144, 145 ], [ 142, 146 ], [ 146, 147 ], [ 146, 148 ], [ 142, 150 ], [ 150, 151 ], [ 142, 152 ], [ 152, 153 ], [ 142, 154 ], [ 154, 155 ], [ 142, 156 ], [ 156, 157 ], [ 156, 158 ], [ 158, 159 ], [ 159, 160 ], [ 160, 161 ], [ 160, 162 ], [ 159, 163 ], [ 156, 164 ], [ 164, 165 ], [ 142, 166 ], [ 166, 167 ], [ 166, 168 ], [ 168, 169 ], [ 169, 170 ], [ 170, 171 ], [ 170, 172 ], [ 172, 173 ], [ 169, 174 ], [ 174, 175 ], [ 168, 176 ], [ 176, 177 ], [ 177, 178 ], [ 177, 179 ], [ 176, 180 ], [ 180, 181 ], [ 181, 182 ], [ 181, 183 ], [ 180, 184 ], [ 184, 185 ], [ 185, 186 ], [ 185, 187 ], [ 187, 188 ], [ 188, 189 ], [ 184, 190 ], [ 190, 191 ], [ 191, 192 ], [ 191, 193 ], [ 193, 194 ], [ 194, 195 ], [ 193, 196 ], [ 180, 197 ], [ 197, 198 ], [ 198, 199 ], [ 198, 200 ], [ 197, 201 ], [ 201, 202 ], [ 202, 203 ], [ 168, 204 ], [ 204, 205 ], [ 205, 206 ], [ 205, 207 ], [ 207, 208 ], [ 142, 209 ], [ 209, 210 ], [ 209, 211 ], [ 211, 212 ], [ 212, 213 ], [ 212, 214 ], [ 214, 215 ], [ 211, 216 ], [ 216, 217 ], [ 217, 218 ], [ 217, 219 ], [ 216, 220 ], [ 220, 221 ], [ 220, 222 ], [ 222, 223 ], [ 211, 224 ], [ 224, 225 ], [ 224, 226 ], [ 211, 227 ], [ 227, 228 ], [ 228, 229 ], [ 228, 230 ], [ 227, 231 ], [ 231, 232 ], [ 232, 233 ], [ 232, 234 ], [ 234, 235 ], [ 231, 236 ], [ 236, 237 ], [ 236, 238 ], [ 238, 239 ], [ 211, 240 ], [ 240, 241 ], [ 240, 242 ], [ 211, 243 ], [ 243, 244 ], [ 244, 245 ], [ 245, 246 ], [ 245, 247 ], [ 243, 248 ], [ 248, 249 ], [ 249, 250 ], [ 250, 251 ], [ 251, 252 ], [ 251, 253 ], [ 250, 254 ], [ 254, 255 ], [ 254, 256 ], [ 249, 257 ], [ 257, 258 ], [ 248, 259 ], [ 259, 260 ], [ 259, 261 ], [ 248, 262 ], [ 262, 263 ], [ 262, 264 ], [ 264, 265 ], [ 264, 266 ], [ 248, 267 ], [ 267, 268 ], [ 267, 269 ], [ 269, 270 ], [ 211, 271 ], [ 271, 272 ], [ 272, 273 ], [ 272, 274 ], [ 142, 275 ], [ 275, 276 ], [ 275, 277 ], [ 277, 278 ], [ 278, 279 ], [ 278, 280 ], [ 280, 281 ], [ 277, 282 ], [ 282, 283 ], [ 283, 284 ], [ 283, 285 ], [ 282, 286 ], [ 286, 287 ], [ 286, 288 ], [ 288, 289 ], [ 277, 290 ], [ 290, 291 ], [ 290, 292 ], [ 277, 293 ], [ 293, 294 ], [ 294, 295 ], [ 294, 296 ], [ 293, 297 ], [ 297, 298 ], [ 298, 299 ], [ 298, 300 ], [ 300, 301 ], [ 297, 302 ], [ 302, 303 ], [ 302, 304 ], [ 304, 305 ], [ 277, 306 ], [ 306, 307 ], [ 306, 308 ], [ 277, 309 ], [ 309, 310 ], [ 310, 311 ], [ 311, 312 ], [ 311, 313 ], [ 309, 314 ], [ 314, 315 ], [ 315, 316 ], [ 316, 317 ], [ 317, 318 ], [ 317, 319 ], [ 316, 320 ], [ 320, 321 ], [ 320, 322 ], [ 315, 323 ], [ 323, 324 ], [ 314, 325 ], [ 325, 326 ], [ 325, 327 ], [ 314, 328 ], [ 328, 329 ], [ 328, 330 ], [ 330, 331 ], [ 330, 332 ], [ 314, 333 ], [ 333, 334 ], [ 333, 335 ], [ 335, 336 ], [ 277, 337 ], [ 337, 338 ], [ 338, 339 ], [ 338, 340 ], [ 142, 341 ], [ 341, 342 ], [ 341, 343 ], [ 343, 344 ], [ 344, 345 ], [ 344, 346 ], [ 346, 347 ], [ 343, 348 ], [ 348, 349 ], [ 349, 350 ], [ 349, 351 ], [ 348, 352 ], [ 352, 353 ], [ 352, 354 ], [ 354, 355 ], [ 343, 356 ], [ 356, 357 ], [ 356, 358 ], [ 343, 359 ], [ 359, 360 ], [ 360, 361 ], [ 361, 362 ], [ 361, 363 ], [ 359, 364 ], [ 364, 365 ], [ 365, 366 ], [ 366, 367 ], [ 365, 368 ], [ 364, 369 ], [ 369, 370 ], [ 369, 371 ], [ 371, 372 ], [ 343, 373 ], [ 373, 374 ], [ 374, 375 ], [ 375, 376 ], [ 142, 377 ], [ 377, 378 ], [ 377, 379 ], [ 379, 380 ], [ 380, 381 ], [ 381, 382 ], [ 381, 383 ], [ 380, 384 ], [ 384, 385 ], [ 385, 386 ], [ 386, 387 ], [ 385, 388 ], [ 379, 389 ], [ 389, 390 ], [ 393, 391 ], [ 403, 392 ], [ 400, 393 ], [ 393, 394 ], [ 394, 395 ], [ 394, 396 ], [ 393, 397 ], [ 397, 398 ], [ 397, 399 ], [ 400, 400 ], [ 400, 401 ], [ 400, 402 ], [ 403, 403 ], [ 403, 404 ], [ 403, 405 ], [ 393, 406 ], [ 406, 407 ], [ 406, 408 ], [ 408, 409 ], [ 377, 410 ], [ 410, 411 ], [ 142, 412 ], [ 412, 413 ], [ 412, 414 ], [ 414, 415 ], [ 415, 416 ], [ 416, 417 ], [ 142, 418 ], [ 418, 419 ], [ 418, 420 ], [ 420, 421 ], [ 420, 422 ], [ 422, 423 ], [ 634, 424 ], [ 424, 425 ], [ 424, 426 ], [ 426, 427 ], [ 424, 428 ], [ 428, 429 ], [ 428, 430 ], [ 430, 431 ], [ 431, 432 ], [ 431, 433 ], [ 428, 434 ], [ 434, 435 ], [ 424, 436 ], [ 436, 437 ], [ 436, 438 ], [ 438, 439 ], [ 439, 440 ], [ 440, 441 ], [ 440, 442 ], [ 439, 443 ], [ 436, 444 ], [ 444, 445 ], [ 424, 446 ], [ 446, 447 ], [ 446, 448 ], [ 448, 449 ], [ 449, 450 ], [ 450, 451 ], [ 451, 452 ], [ 451, 453 ], [ 449, 454 ], [ 454, 455 ], [ 454, 456 ], [ 456, 457 ], [ 456, 458 ], [ 449, 459 ], [ 459, 460 ], [ 460, 461 ], [ 449, 462 ], [ 463, 463 ], [ 463, 464 ], [ 464, 465 ], [ 465, 466 ], [ 465, 467 ], [ 464, 468 ], [ 468, 469 ], [ 469, 470 ], [ 468, 471 ], [ 463, 472 ], [ 472, 473 ], [ 473, 474 ], [ 472, 475 ], [ 475, 476 ], [ 475, 477 ], [ 446, 478 ], [ 478, 479 ], [ 424, 480 ], [ 480, 481 ], [ 480, 482 ], [ 482, 483 ], [ 483, 484 ], [ 483, 485 ], [ 482, 486 ], [ 486, 487 ], [ 487, 488 ], [ 480, 489 ], [ 489, 490 ], [ 424, 491 ], [ 491, 492 ], [ 491, 493 ], [ 493, 494 ], [ 494, 495 ], [ 495, 496 ], [ 424, 497 ], [ 497, 498 ], [ 497, 499 ], [ 499, 500 ], [ 500, 501 ], [ 501, 502 ], [ 634, 503 ], [ 503, 504 ], [ 503, 505 ], [ 505, 506 ], [ 505, 507 ], [ 507, 508 ], [ 508, 509 ], [ 508, 510 ], [ 507, 512 ], [ 512, 513 ], [ 513, 514 ], [ 514, 515 ], [ 514, 516 ], [ 512, 517 ], [ 517, 518 ], [ 517, 519 ], [ 512, 520 ], [ 520, 521 ], [ 521, 522 ], [ 512, 523 ], [ 524, 524 ], [ 524, 525 ], [ 525, 526 ], [ 526, 527 ], [ 526, 528 ], [ 525, 529 ], [ 529, 530 ], [ 530, 531 ], [ 507, 532 ], [ 532, 533 ], [ 505, 534 ], [ 534, 535 ], [ 505, 536 ], [ 536, 537 ], [ 503, 538 ], [ 538, 539 ], [ 538, 540 ], [ 540, 541 ], [ 541, 542 ], [ 541, 543 ], [ 540, 545 ], [ 545, 546 ], [ 546, 547 ], [ 547, 548 ], [ 547, 549 ], [ 545, 550 ], [ 550, 551 ], [ 550, 552 ], [ 545, 553 ], [ 553, 554 ], [ 554, 555 ], [ 545, 556 ], [ 557, 557 ], [ 557, 558 ], [ 558, 559 ], [ 559, 560 ], [ 559, 561 ], [ 558, 562 ], [ 562, 563 ], [ 563, 564 ], [ 540, 565 ], [ 565, 566 ], [ 538, 567 ], [ 567, 568 ], [ 538, 569 ], [ 569, 570 ], [ 503, 571 ], [ 571, 572 ], [ 571, 573 ], [ 573, 574 ], [ 574, 575 ], [ 574, 576 ], [ 573, 577 ], [ 577, 578 ], [ 578, 579 ], [ 579, 580 ], [ 579, 581 ], [ 577, 582 ], [ 582, 583 ], [ 582, 584 ], [ 577, 585 ], [ 585, 586 ], [ 586, 587 ], [ 577, 588 ], [ 589, 589 ], [ 589, 590 ], [ 590, 591 ], [ 591, 592 ], [ 590, 593 ], [ 593, 594 ], [ 594, 595 ], [ 573, 596 ], [ 596, 597 ], [ 571, 598 ], [ 598, 599 ], [ 571, 600 ], [ 600, 601 ], [ 503, 602 ], [ 602, 603 ], [ 602, 604 ], [ 604, 605 ], [ 605, 606 ], [ 605, 607 ], [ 604, 608 ], [ 608, 609 ], [ 609, 610 ], [ 610, 611 ], [ 610, 612 ], [ 608, 613 ], [ 613, 614 ], [ 613, 615 ], [ 608, 616 ], [ 616, 617 ], [ 617, 618 ], [ 608, 619 ], [ 620, 620 ], [ 620, 621 ], [ 621, 622 ], [ 622, 623 ], [ 621, 624 ], [ 624, 625 ], [ 625, 626 ], [ 604, 627 ], [ 627, 628 ], [ 602, 629 ], [ 629, 630 ], [ 602, 631 ], [ 631, 632 ], [ 0, 633 ], [ 633, 634 ], [ 633, 635 ] ]
[ "import java.io.BufferedWriter;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.OutputStream;\nimport java.io.OutputStreamWriter;\nimport java.io.PrintWriter;\nimport java.io.Writer;\nimport java.util.ArrayList;\nimport java.util.HashSet;\nimport java.util.InputMismatchException;\nimport java.util.List;\nimport java.util.Set;\n\npublic class Main {\n\n public void solve() {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n String s = in.readString(), t = in.readString();\n\n int res = Integer.MAX_VALUE;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int count = 0;\n int k = i;\n for (int j = 0; j < t.length(); j++) {\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }\n res = Math.min(res, count);\n }\n out.printLine(res);\n out.flush();\n }\n\n public static void main(String[] args) {\n Main solver = new Main();\n solver.solve();\n }\n\n static class InputReader {\n\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }\n\n public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public String next() {\n return readString();\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }\n\n public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n public void flush() {\n writer.flush();\n }\n\n }\n\n static class IOUtils {\n\n public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }\n\n public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }\n\n public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n\n public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n }\n}", "import java.io.BufferedWriter;", "BufferedWriter", "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.OutputStreamWriter;", "OutputStreamWriter", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.io.Writer;", "Writer", "java.io", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.HashSet;", "HashSet", "java.util", "import java.util.InputMismatchException;", "InputMismatchException", "java.util", "import java.util.List;", "List", "java.util", "import java.util.Set;", "Set", "java.util", "public class Main {\n\n public void solve() {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n String s = in.readString(), t = in.readString();\n\n int res = Integer.MAX_VALUE;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int count = 0;\n int k = i;\n for (int j = 0; j < t.length(); j++) {\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }\n res = Math.min(res, count);\n }\n out.printLine(res);\n out.flush();\n }\n\n public static void main(String[] args) {\n Main solver = new Main();\n solver.solve();\n }\n\n static class InputReader {\n\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }\n\n public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public String next() {\n return readString();\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }\n\n public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n public void flush() {\n writer.flush();\n }\n\n }\n\n static class IOUtils {\n\n public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }\n\n public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }\n\n public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n\n public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n }\n}", "Main", "public void solve() {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n String s = in.readString(), t = in.readString();\n\n int res = Integer.MAX_VALUE;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int count = 0;\n int k = i;\n for (int j = 0; j < t.length(); j++) {\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }\n res = Math.min(res, count);\n }\n out.printLine(res);\n out.flush();\n }", "solve", "{\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n String s = in.readString(), t = in.readString();\n\n int res = Integer.MAX_VALUE;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int count = 0;\n int k = i;\n for (int j = 0; j < t.length(); j++) {\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }\n res = Math.min(res, count);\n }\n out.printLine(res);\n out.flush();\n }", "InputReader in = new InputReader(System.in);", "in", "new InputReader(System.in)", "OutputWriter out = new OutputWriter(System.out);", "out", "new OutputWriter(System.out)", "String s = in.readString()", "s", "in.readString()", "in.readString", "in", "t = in.readString();", "t", "in.readString()", "in.readString", "in", "int res = Integer.MAX_VALUE;", "res", "Integer.MAX_VALUE", "Integer", "Integer.MAX_VALUE", "for (int i = 0; i <= s.length() - t.length(); i++) {\n int count = 0;\n int k = i;\n for (int j = 0; j < t.length(); j++) {\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }\n res = Math.min(res, count);\n }", "int i = 0;", "int i = 0;", "i", "0", "i <= s.length() - t.length()", "i", "s.length() - t.length()", "s.length()", "s.length", "s", "t.length()", "t.length", "t", "i++", "i++", "i", "{\n int count = 0;\n int k = i;\n for (int j = 0; j < t.length(); j++) {\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }\n res = Math.min(res, count);\n }", "{\n int count = 0;\n int k = i;\n for (int j = 0; j < t.length(); j++) {\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }\n res = Math.min(res, count);\n }", "int count = 0;", "count", "0", "int k = i;", "k", "i", "for (int j = 0; j < t.length(); j++) {\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }", "int j = 0;", "int j = 0;", "j", "0", "j < t.length()", "j", "t.length()", "t.length", "t", "j++", "j++", "j", "{\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }", "{\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }", "if ( t.charAt(j)!=s.charAt(k) )\n count++;", "t.charAt(j)!=s.charAt(k)", "t.charAt(j)", "t.charAt", "t", "j", "s.charAt(k)", "s.charAt", "s", "k", "count++", "count", "k++", "k", "res = Math.min(res, count)", "res", "Math.min(res, count)", "Math.min", "Math", "res", "count", "out.printLine(res)", "out.printLine", "out", "res", "out.flush()", "out.flush", "out", "public static void main(String[] args) {\n Main solver = new Main();\n solver.solve();\n }", "main", "{\n Main solver = new Main();\n solver.solve();\n }", "Main solver = new Main();", "solver", "new Main()", "solver.solve()", "solver.solve", "solver", "String[] args", "args", "static class InputReader {\n\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }\n\n public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public String next() {\n return readString();\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n }", "InputReader", "private InputStream stream;", "stream", "private byte[] buf = new byte[1024];", "buf", "new byte[1024]", "1024", "private int curChar;", "curChar", "private int numChars;", "numChars", "private SpaceCharFilter filter;", "filter", "public InputReader(InputStream stream) {\n this.stream = stream;\n }", "InputReader", "{\n this.stream = stream;\n }", "this.stream = stream", "this.stream", "this", "this.stream", "stream", "InputStream stream", "stream", "public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }", "read", "{\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }", "if ( numChars == -1 )\n throw new InputMismatchException();", "numChars == -1", "numChars", "-1", "1", "throw new InputMismatchException();", "new InputMismatchException()", "if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }", "curChar >= numChars", "curChar", "numChars", "{\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }", "curChar = 0", "curChar", "0", "try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }", "catch (IOException e) {\n throw new InputMismatchException();\n }", "IOException e", "{\n throw new InputMismatchException();\n }", "throw new InputMismatchException();", "new InputMismatchException()", "{\n numChars = stream.read(buf);\n }", "numChars = stream.read(buf)", "numChars", "stream.read(buf)", "stream.read", "stream", "buf", "if ( numChars <= 0 )\n return -1;", "numChars <= 0", "numChars", "0", "return -1;", "-1", "1", "return buf[curChar++];", "buf[curChar++]", "buf", "curChar++", "curChar", "public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "readInt", "{\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "int c = read();", "c", "read()", "read", "while (isSpaceChar(c))\n c = read();", "isSpaceChar(c)", "isSpaceChar", "c", "c = read()", "c", "read()", "read", "int sgn = 1;", "sgn", "1", "if ( c == '-' ) {\n sgn = -1;\n c = read();\n }", "c == '-'", "c", "'-'", "{\n sgn = -1;\n c = read();\n }", "sgn = -1", "sgn", "-1", "1", "c = read()", "c", "read()", "read", "int res = 0;", "res", "0", "do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n }", "if ( c < '0' || c > '9' )\n throw new InputMismatchException();", "c < '0' || c > '9'", "c < '0'", "c", "'0'", "c > '9'", "c", "'9'", "throw new InputMismatchException();", "new InputMismatchException()", "res *= 10", "res", "10", "res += c - '0'", "res", "c - '0'", "c", "'0'", "c = read()", "c", "read()", "read", "return res * sgn;", "res * sgn", "res", "sgn", "public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "readLong", "{\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }", "int c = read();", "c", "read()", "read", "while (isSpaceChar(c))\n c = read();", "isSpaceChar(c)", "isSpaceChar", "c", "c = read()", "c", "read()", "read", "int sgn = 1;", "sgn", "1", "if ( c == '-' ) {\n sgn = -1;\n c = read();\n }", "c == '-'", "c", "'-'", "{\n sgn = -1;\n c = read();\n }", "sgn = -1", "sgn", "-1", "1", "c = read()", "c", "read()", "read", "long res = 0;", "res", "0", "do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n }", "if ( c < '0' || c > '9' )\n throw new InputMismatchException();", "c < '0' || c > '9'", "c < '0'", "c", "'0'", "c > '9'", "c", "'9'", "throw new InputMismatchException();", "new InputMismatchException()", "res *= 10", "res", "10", "res += c - '0'", "res", "c - '0'", "c", "'0'", "c = read()", "c", "read()", "read", "return res * sgn;", "res * sgn", "res", "sgn", "public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }", "readString", "{\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }", "int c = read();", "c", "read()", "read", "while (isSpaceChar(c))\n c = read();", "isSpaceChar(c)", "isSpaceChar", "c", "c = read()", "c", "read()", "read", "StringBuilder res = new StringBuilder();", "res", "new StringBuilder()", "do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));", "!isSpaceChar(c)", "isSpaceChar(c)", "isSpaceChar", "c", "{\n res.appendCodePoint(c);\n c = read();\n }", "res.appendCodePoint(c)", "res.appendCodePoint", "res", "c", "c = read()", "c", "read()", "read", "return res.toString();", "res.toString()", "res.toString", "res", "public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }", "isSpaceChar", "{\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }", "if ( filter != null )\n return filter.isSpaceChar(c);", "filter != null", "filter", "null", "return filter.isSpaceChar(c);", "filter.isSpaceChar(c)", "filter.isSpaceChar", "filter", "c", "return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;", "c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1", "c == '\\t'", "c == '\\r'", "c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1", "c == ' '", "c", "' '", "c == '\\n'", "c", "'\\n'", "c == '\\r'", "c", "'\\r'", "c == '\\t'", "c", "'\\t'", "c == -1", "c", "-1", "1", "int c", "c", "public String next() {\n return readString();\n }", "next", "{\n return readString();\n }", "return readString();", "readString()", "readString", "public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }", "SpaceCharFilter", "public boolean isSpaceChar(int ch);", "isSpaceChar", "int ch", "ch", "static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }\n\n public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n public void flush() {\n writer.flush();\n }\n\n }", "OutputWriter", "private final PrintWriter writer;", "writer", "public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }", "OutputWriter", "{\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }", "writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))", "writer", "new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)))", "OutputStream outputStream", "outputStream", "public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }", "OutputWriter", "{\n this.writer = new PrintWriter(writer);\n }", "this.writer = new PrintWriter(writer)", "this.writer", "this", "this.writer", "new PrintWriter(writer)", "Writer writer", "writer", "public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }", "print", "{\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }", "for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }", "int i = 0;", "int i = 0;", "i", "0", "i < objects.length", "i", "objects.length", "objects", "objects.length", "i++", "i++", "i", "{\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }", "{\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }", "if ( i != 0 )\n writer.print(' ');", "i != 0", "i", "0", "writer.print(' ')", "writer.print", "writer", "' '", "writer.print(objects[i])", "writer.print", "writer", "objects[i]", "objects", "i", "Object... objects", "objects", "public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }", "printLine", "{\n print(objects);\n writer.println();\n }", "print(objects)", "print", "objects", "writer.println()", "writer.println", "writer", "Object... objects", "objects", "public void close() {\n writer.close();\n }", "close", "{\n writer.close();\n }", "writer.close()", "writer.close", "writer", "public void flush() {\n writer.flush();\n }", "flush", "{\n writer.flush();\n }", "writer.flush()", "writer.flush", "writer", "static class IOUtils {\n\n public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }\n\n public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }\n\n public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n\n public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n }", "IOUtils", "public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }", "readIntegerArray", "{\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }", "int[] array = new int[size];", "array", "new int[size]", "size", "for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < size", "i", "size", "i++", "i++", "i", "{\n array[i] = in.readInt();\n }", "{\n array[i] = in.readInt();\n }", "array[i] = in.readInt()", "array[i]", "array", "i", "in.readInt()", "in.readInt", "in", "return array;", "array", "InputReader in", "in", "int size", "size", "public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }", "readLongArray", "{\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }", "long[] array = new long[size];", "array", "new long[size]", "size", "for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }", "int i = 0;", "int i = 0;", "i", "0", "i < size", "i", "size", "i++", "i++", "i", "{\n array[i] = in.readLong();\n }", "{\n array[i] = in.readLong();\n }", "array[i] = in.readLong()", "array[i]", "array", "i", "in.readLong()", "in.readLong", "in", "return array;", "array", "InputReader in", "in", "int size", "size", "public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }", "readIntegerList", "{\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }", "List<Integer> set = new ArrayList<>();", "set", "new ArrayList<>()", "for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }", "int i = 0;", "int i = 0;", "i", "0", "i < size", "i", "size", "i++", "i++", "i", "{\n set.add(in.readInt());\n }", "{\n set.add(in.readInt());\n }", "set.add(in.readInt())", "set.add", "set", "in.readInt()", "in.readInt", "in", "return set;", "set", "InputReader in", "in", "int size", "size", "public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }", "readIntegerSet", "{\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }", "Set<Integer> set = new HashSet<Integer>();", "set", "new HashSet<Integer>()", "for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }", "int i = 0;", "int i = 0;", "i", "0", "i < size", "i", "size", "i++", "i++", "i", "{\n set.add(in.readInt());\n }", "{\n set.add(in.readInt());\n }", "set.add(in.readInt())", "set.add", "set", "in.readInt()", "in.readInt", "in", "return set;", "set", "InputReader in", "in", "int size", "size", "public class Main {\n\n public void solve() {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n String s = in.readString(), t = in.readString();\n\n int res = Integer.MAX_VALUE;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int count = 0;\n int k = i;\n for (int j = 0; j < t.length(); j++) {\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }\n res = Math.min(res, count);\n }\n out.printLine(res);\n out.flush();\n }\n\n public static void main(String[] args) {\n Main solver = new Main();\n solver.solve();\n }\n\n static class InputReader {\n\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }\n\n public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public String next() {\n return readString();\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }\n\n public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n public void flush() {\n writer.flush();\n }\n\n }\n\n static class IOUtils {\n\n public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }\n\n public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }\n\n public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n\n public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n }\n}", "public class Main {\n\n public void solve() {\n InputReader in = new InputReader(System.in);\n OutputWriter out = new OutputWriter(System.out);\n String s = in.readString(), t = in.readString();\n\n int res = Integer.MAX_VALUE;\n for (int i = 0; i <= s.length() - t.length(); i++) {\n int count = 0;\n int k = i;\n for (int j = 0; j < t.length(); j++) {\n if ( t.charAt(j)!=s.charAt(k) )\n count++;\n k++;\n }\n res = Math.min(res, count);\n }\n out.printLine(res);\n out.flush();\n }\n\n public static void main(String[] args) {\n Main solver = new Main();\n solver.solve();\n }\n\n static class InputReader {\n\n private InputStream stream;\n private byte[] buf = new byte[1024];\n private int curChar;\n private int numChars;\n private SpaceCharFilter filter;\n\n public InputReader(InputStream stream) {\n this.stream = stream;\n }\n\n public int read() {\n if ( numChars == -1 )\n throw new InputMismatchException();\n if ( curChar >= numChars ) {\n curChar = 0;\n try {\n numChars = stream.read(buf);\n } catch (IOException e) {\n throw new InputMismatchException();\n }\n if ( numChars <= 0 )\n return -1;\n }\n return buf[curChar++];\n }\n\n public int readInt() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n int res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public long readLong() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n int sgn = 1;\n if ( c == '-' ) {\n sgn = -1;\n c = read();\n }\n long res = 0;\n do {\n if ( c < '0' || c > '9' )\n throw new InputMismatchException();\n res *= 10;\n res += c - '0';\n c = read();\n } while (!isSpaceChar(c));\n return res * sgn;\n }\n\n public String readString() {\n int c = read();\n while (isSpaceChar(c))\n c = read();\n StringBuilder res = new StringBuilder();\n do {\n res.appendCodePoint(c);\n c = read();\n } while (!isSpaceChar(c));\n return res.toString();\n }\n\n public boolean isSpaceChar(int c) {\n if ( filter != null )\n return filter.isSpaceChar(c);\n return c == ' ' || c == '\\n' || c == '\\r' || c == '\\t' || c == -1;\n }\n\n public String next() {\n return readString();\n }\n\n public interface SpaceCharFilter {\n public boolean isSpaceChar(int ch);\n }\n }\n\n static class OutputWriter {\n private final PrintWriter writer;\n\n public OutputWriter(OutputStream outputStream) {\n writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream)));\n }\n\n public OutputWriter(Writer writer) {\n this.writer = new PrintWriter(writer);\n }\n\n public void print(Object... objects) {\n for (int i = 0; i < objects.length; i++) {\n if ( i != 0 )\n writer.print(' ');\n writer.print(objects[i]);\n }\n }\n\n public void printLine(Object... objects) {\n print(objects);\n writer.println();\n }\n\n public void close() {\n writer.close();\n }\n\n public void flush() {\n writer.flush();\n }\n\n }\n\n static class IOUtils {\n\n public static int[] readIntegerArray(InputReader in, int size) {\n int[] array = new int[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readInt();\n }\n return array;\n }\n\n public static long[] readLongArray(InputReader in, int size) {\n long[] array = new long[size];\n for (int i = 0; i < size; i++) {\n array[i] = in.readLong();\n }\n return array;\n }\n\n public static List<Integer> readIntegerList(InputReader in, int size) {\n List<Integer> set = new ArrayList<>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n\n public static Set<Integer> readIntegerSet(InputReader in, int size) {\n Set<Integer> set = new HashSet<Integer>();\n for (int i = 0; i < size; i++) {\n set.add(in.readInt());\n }\n return set;\n }\n }\n}", "Main" ]
import java.io.BufferedWriter; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.Writer; import java.util.ArrayList; import java.util.HashSet; import java.util.InputMismatchException; import java.util.List; import java.util.Set; public class Main { public void solve() { InputReader in = new InputReader(System.in); OutputWriter out = new OutputWriter(System.out); String s = in.readString(), t = in.readString(); int res = Integer.MAX_VALUE; for (int i = 0; i <= s.length() - t.length(); i++) { int count = 0; int k = i; for (int j = 0; j < t.length(); j++) { if ( t.charAt(j)!=s.charAt(k) ) count++; k++; } res = Math.min(res, count); } out.printLine(res); out.flush(); } public static void main(String[] args) { Main solver = new Main(); solver.solve(); } static class InputReader { private InputStream stream; private byte[] buf = new byte[1024]; private int curChar; private int numChars; private SpaceCharFilter filter; public InputReader(InputStream stream) { this.stream = stream; } public int read() { if ( numChars == -1 ) throw new InputMismatchException(); if ( curChar >= numChars ) { curChar = 0; try { numChars = stream.read(buf); } catch (IOException e) { throw new InputMismatchException(); } if ( numChars <= 0 ) return -1; } return buf[curChar++]; } public int readInt() { int c = read(); while (isSpaceChar(c)) c = read(); int sgn = 1; if ( c == '-' ) { sgn = -1; c = read(); } int res = 0; do { if ( c < '0' || c > '9' ) throw new InputMismatchException(); res *= 10; res += c - '0'; c = read(); } while (!isSpaceChar(c)); return res * sgn; } public long readLong() { int c = read(); while (isSpaceChar(c)) c = read(); int sgn = 1; if ( c == '-' ) { sgn = -1; c = read(); } long res = 0; do { if ( c < '0' || c > '9' ) throw new InputMismatchException(); res *= 10; res += c - '0'; c = read(); } while (!isSpaceChar(c)); return res * sgn; } public String readString() { int c = read(); while (isSpaceChar(c)) c = read(); StringBuilder res = new StringBuilder(); do { res.appendCodePoint(c); c = read(); } while (!isSpaceChar(c)); return res.toString(); } public boolean isSpaceChar(int c) { if ( filter != null ) return filter.isSpaceChar(c); return c == ' ' || c == '\n' || c == '\r' || c == '\t' || c == -1; } public String next() { return readString(); } public interface SpaceCharFilter { public boolean isSpaceChar(int ch); } } static class OutputWriter { private final PrintWriter writer; public OutputWriter(OutputStream outputStream) { writer = new PrintWriter(new BufferedWriter(new OutputStreamWriter(outputStream))); } public OutputWriter(Writer writer) { this.writer = new PrintWriter(writer); } public void print(Object... objects) { for (int i = 0; i < objects.length; i++) { if ( i != 0 ) writer.print(' '); writer.print(objects[i]); } } public void printLine(Object... objects) { print(objects); writer.println(); } public void close() { writer.close(); } public void flush() { writer.flush(); } } static class IOUtils { public static int[] readIntegerArray(InputReader in, int size) { int[] array = new int[size]; for (int i = 0; i < size; i++) { array[i] = in.readInt(); } return array; } public static long[] readLongArray(InputReader in, int size) { long[] array = new long[size]; for (int i = 0; i < size; i++) { array[i] = in.readLong(); } return array; } public static List<Integer> readIntegerList(InputReader in, int size) { List<Integer> set = new ArrayList<>(); for (int i = 0; i < size; i++) { set.add(in.readInt()); } return set; } public static Set<Integer> readIntegerSet(InputReader in, int size) { Set<Integer> set = new HashSet<Integer>(); for (int i = 0; i < size; i++) { set.add(in.readInt()); } return set; } } }