node_ids
sequencelengths
4
1.4k
edge_index
sequencelengths
1
2.22k
text
sequencelengths
4
1.4k
source
stringlengths
14
427k
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 14, 2, 13, 13, 30, 14, 2, 13, 13, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 71, 5 ], [ 71, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 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 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 59, 60 ], [ 60, 61 ], [ 8, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 6, 68 ], [ 68, 69 ], [ 0, 70 ], [ 70, 71 ], [ 70, 72 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint H = 0;\n\t\tfor(int t =1;t<=c;t++){\n\t\t\tif(c % t ==0){\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(H);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint H = 0;\n\t\tfor(int t =1;t<=c;t++){\n\t\t\tif(c % t ==0){\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(H);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint H = 0;\n\t\tfor(int t =1;t<=c;t++){\n\t\t\tif(c % t ==0){\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(H);\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint H = 0;\n\t\tfor(int t =1;t<=c;t++){\n\t\t\tif(c % t ==0){\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(H);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a = scan.nextInt();", "a", "scan.nextInt()", "scan.nextInt", "scan", "int b = scan.nextInt();", "b", "scan.nextInt()", "scan.nextInt", "scan", "int c = scan.nextInt();", "c", "scan.nextInt()", "scan.nextInt", "scan", "int H = 0;", "H", "0", "for(int t =1;t<=c;t++){\n\t\t\tif(c % t ==0){\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}", "int t =1;", "int t =1;", "t", "1", "t<=c", "t", "c", "t++", "t++", "t", "{\n\t\t\tif(c % t ==0){\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c % t ==0){\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}", "if(c % t ==0){\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}", "c % t ==0", "c % t", "c", "t", "0", "{\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}", "if(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}", "a<=t", "a", "t", "{\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}", "if(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}", "b>=t", "b", "t", "{\n\t\t\t\t\tH++;\n\t\t\t\t\t}", "H++", "H", "System.out.println(H)", "System.out.println", "System.out", "System", "System.out", "H", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint H = 0;\n\t\tfor(int t =1;t<=c;t++){\n\t\t\tif(c % t ==0){\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(H);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint H = 0;\n\t\tfor(int t =1;t<=c;t++){\n\t\t\tif(c % t ==0){\n\t\t\t\tif(a<=t){\n\t\t\t\t\tif(b>=t){\n\t\t\t\t\tH++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(H);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner scan = new Scanner(System.in); int a = scan.nextInt(); int b = scan.nextInt(); int c = scan.nextInt(); int H = 0; for(int t =1;t<=c;t++){ if(c % t ==0){ if(a<=t){ if(b>=t){ H++; } } } } System.out.println(H); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 12, 13, 30, 41, 13, 41, 13, 17, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 11, 1, 0, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 12, 13, 30, 4, 18, 20, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 4, 8 ], [ 8, 9 ], [ 4, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 13, 14 ], [ 12, 15 ], [ 15, 16 ], [ 15, 17 ], [ 12, 18 ], [ 18, 19 ], [ 18, 20 ], [ 12, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 12, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 12, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 12, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 41, 42 ], [ 41, 43 ], [ 36, 44 ], [ 44, 45 ], [ 45, 46 ], [ 36, 47 ], [ 48, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 49, 55 ], [ 55, 56 ], [ 56, 57 ], [ 12, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 58, 63 ], [ 4, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 64, 70 ], [ 70, 71 ] ]
[ "import java.util.Scanner; class Main{\n int a,b;\n public void solve(){\n int x, y = 0;\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n for(x = a; x <= b; x++){\n if(c % x == 0){\n y++;\n }\n }\n System.out.println(y);\n }\n public static void main(String[] args){\n new Main().solve();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n int a,b;\n public void solve(){\n int x, y = 0;\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n for(x = a; x <= b; x++){\n if(c % x == 0){\n y++;\n }\n }\n System.out.println(y);\n }\n public static void main(String[] args){\n new Main().solve();\n }\n}", "Main", "int a", "a", "b;", "b", "public void solve(){\n int x, y = 0;\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n for(x = a; x <= b; x++){\n if(c % x == 0){\n y++;\n }\n }\n System.out.println(y);\n }", "solve", "{\n int x, y = 0;\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n for(x = a; x <= b; x++){\n if(c % x == 0){\n y++;\n }\n }\n System.out.println(y);\n }", "int x", "x", "y = 0;", "y", "0", "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", "for(x = a; x <= b; x++){\n if(c % x == 0){\n y++;\n }\n }", "x = a;", "x = a", "x", "a", "x <= b", "x", "b", "x++", "x++", "x", "{\n if(c % x == 0){\n y++;\n }\n }", "{\n if(c % x == 0){\n y++;\n }\n }", "if(c % x == 0){\n y++;\n }", "c % x == 0", "c % x", "c", "x", "0", "{\n y++;\n }", "y++", "y", "System.out.println(y)", "System.out.println", "System.out", "System", "System.out", "y", "public static void main(String[] args){\n new Main().solve();\n }", "main", "{\n new Main().solve();\n }", "new Main().solve()", "new Main().solve", "new Main()", "String[] args", "args" ]
import java.util.Scanner; class Main{ int a,b; public void solve(){ int x, y = 0; Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); for(x = a; x <= b; x++){ if(c % x == 0){ y++; } } System.out.println(y); } public static void main(String[] args){ new Main().solve(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 41, 13, 17, 0, 13, 4, 18, 13, 4, 18, 13, 0, 13, 4, 18, 13, 4, 18, 13, 0, 13, 4, 18, 13, 4, 18, 13, 11, 1, 41, 13, 13, 2, 13, 2, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 77, 5 ], [ 77, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 8, 16 ], [ 16, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 23, 26 ], [ 26, 27 ], [ 27, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 35, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 43, 44 ], [ 8, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 45, 55 ], [ 55, 56 ], [ 56, 57 ], [ 45, 58 ], [ 59, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 60, 66 ], [ 66, 67 ], [ 8, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 68, 73 ], [ 6, 74 ], [ 74, 75 ], [ 0, 76 ], [ 76, 77 ], [ 76, 78 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int numA, numB, numC;\n int count = 0;\n\n numA = Integer.parseInt(scan.next());\n numB = Integer.parseInt(scan.next());\n numC = Integer.parseInt(scan.next());\n\n for (int i = numA; i < numB + 1 ; i++) {\n if (numC % i == 0) count++;\n }\n\n System.out.println(count);\n }\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int numA, numB, numC;\n int count = 0;\n\n numA = Integer.parseInt(scan.next());\n numB = Integer.parseInt(scan.next());\n numC = Integer.parseInt(scan.next());\n\n for (int i = numA; i < numB + 1 ; i++) {\n if (numC % i == 0) count++;\n }\n\n System.out.println(count);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int numA, numB, numC;\n int count = 0;\n\n numA = Integer.parseInt(scan.next());\n numB = Integer.parseInt(scan.next());\n numC = Integer.parseInt(scan.next());\n\n for (int i = numA; i < numB + 1 ; i++) {\n if (numC % i == 0) count++;\n }\n\n System.out.println(count);\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n int numA, numB, numC;\n int count = 0;\n\n numA = Integer.parseInt(scan.next());\n numB = Integer.parseInt(scan.next());\n numC = Integer.parseInt(scan.next());\n\n for (int i = numA; i < numB + 1 ; i++) {\n if (numC % i == 0) count++;\n }\n\n System.out.println(count);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int numA", "numA", "numB", "numB", "numC;", "numC", "int count = 0;", "count", "0", "numA = Integer.parseInt(scan.next())", "numA", "Integer.parseInt(scan.next())", "Integer.parseInt", "Integer", "scan.next()", "scan.next", "scan", "numB = Integer.parseInt(scan.next())", "numB", "Integer.parseInt(scan.next())", "Integer.parseInt", "Integer", "scan.next()", "scan.next", "scan", "numC = Integer.parseInt(scan.next())", "numC", "Integer.parseInt(scan.next())", "Integer.parseInt", "Integer", "scan.next()", "scan.next", "scan", "for (int i = numA; i < numB + 1 ; i++) {\n if (numC % i == 0) count++;\n }", "int i = numA;", "int i = numA;", "i", "numA", "i < numB + 1", "i", "numB + 1", "numB", "1", "i++", "i++", "i", "{\n if (numC % i == 0) count++;\n }", "{\n if (numC % i == 0) count++;\n }", "if (numC % i == 0) count++;", "numC % i == 0", "numC % i", "numC", "i", "0", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int numA, numB, numC;\n int count = 0;\n\n numA = Integer.parseInt(scan.next());\n numB = Integer.parseInt(scan.next());\n numC = Integer.parseInt(scan.next());\n\n for (int i = numA; i < numB + 1 ; i++) {\n if (numC % i == 0) count++;\n }\n\n System.out.println(count);\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int numA, numB, numC;\n int count = 0;\n\n numA = Integer.parseInt(scan.next());\n numB = Integer.parseInt(scan.next());\n numC = Integer.parseInt(scan.next());\n\n for (int i = numA; i < numB + 1 ; i++) {\n if (numC % i == 0) count++;\n }\n\n System.out.println(count);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int numA, numB, numC; int count = 0; numA = Integer.parseInt(scan.next()); numB = Integer.parseInt(scan.next()); numC = Integer.parseInt(scan.next()); for (int i = numA; i < numB + 1 ; i++) { if (numC % i == 0) count++; } System.out.println(count); } }
[ 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, 17, 41, 13, 17, 42, 2, 13, 13, 30, 0, 13, 2, 13, 13, 41, 13, 2, 13, 17, 14, 13, 30, 40, 13, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 68, 5 ], [ 68, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 40, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 40, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 54, 55 ], [ 51, 56 ], [ 40, 57 ], [ 57, 58 ], [ 8, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 6, 65 ], [ 65, 66 ], [ 0, 67 ], [ 67, 68 ], [ 67, 69 ] ]
[ "import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n\tScanner stdin = new Scanner(System.in);\n\tint a = stdin.nextInt();\n\tint b = stdin.nextInt();\n\tint c = stdin.nextInt();\n\tint i = a;\n\tint r = 0,s = 0;\n\twhile(i<=b){\n\t s = c%i;\n\t boolean t = (s == 0);\n\t if(t){r++;}\n\t else{}\n\t i++;\n\t}\n\tSystem.out.println(r);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args){\n\tScanner stdin = new Scanner(System.in);\n\tint a = stdin.nextInt();\n\tint b = stdin.nextInt();\n\tint c = stdin.nextInt();\n\tint i = a;\n\tint r = 0,s = 0;\n\twhile(i<=b){\n\t s = c%i;\n\t boolean t = (s == 0);\n\t if(t){r++;}\n\t else{}\n\t i++;\n\t}\n\tSystem.out.println(r);\n }\n}", "Main", "public static void main(String[] args){\n\tScanner stdin = new Scanner(System.in);\n\tint a = stdin.nextInt();\n\tint b = stdin.nextInt();\n\tint c = stdin.nextInt();\n\tint i = a;\n\tint r = 0,s = 0;\n\twhile(i<=b){\n\t s = c%i;\n\t boolean t = (s == 0);\n\t if(t){r++;}\n\t else{}\n\t i++;\n\t}\n\tSystem.out.println(r);\n }", "main", "{\n\tScanner stdin = new Scanner(System.in);\n\tint a = stdin.nextInt();\n\tint b = stdin.nextInt();\n\tint c = stdin.nextInt();\n\tint i = a;\n\tint r = 0,s = 0;\n\twhile(i<=b){\n\t s = c%i;\n\t boolean t = (s == 0);\n\t if(t){r++;}\n\t else{}\n\t i++;\n\t}\n\tSystem.out.println(r);\n }", "Scanner stdin = new Scanner(System.in);", "stdin", "new Scanner(System.in)", "int a = stdin.nextInt();", "a", "stdin.nextInt()", "stdin.nextInt", "stdin", "int b = stdin.nextInt();", "b", "stdin.nextInt()", "stdin.nextInt", "stdin", "int c = stdin.nextInt();", "c", "stdin.nextInt()", "stdin.nextInt", "stdin", "int i = a;", "i", "a", "int r = 0", "r", "0", "s = 0;", "s", "0", "while(i<=b){\n\t s = c%i;\n\t boolean t = (s == 0);\n\t if(t){r++;}\n\t else{}\n\t i++;\n\t}", "i<=b", "i", "b", "{\n\t s = c%i;\n\t boolean t = (s == 0);\n\t if(t){r++;}\n\t else{}\n\t i++;\n\t}", "s = c%i", "s", "c%i", "c", "i", "boolean t = (s == 0);", "t", "(s == 0)", "s", "0", "if(t){r++;}\n\t else{}", "t", "{r++;}", "r++", "r", "{}", "i++", "i", "System.out.println(r)", "System.out.println", "System.out", "System", "System.out", "r", "String[] args", "args", "public class Main{\n public static void main(String[] args){\n\tScanner stdin = new Scanner(System.in);\n\tint a = stdin.nextInt();\n\tint b = stdin.nextInt();\n\tint c = stdin.nextInt();\n\tint i = a;\n\tint r = 0,s = 0;\n\twhile(i<=b){\n\t s = c%i;\n\t boolean t = (s == 0);\n\t if(t){r++;}\n\t else{}\n\t i++;\n\t}\n\tSystem.out.println(r);\n }\n}", "public class Main{\n public static void main(String[] args){\n\tScanner stdin = new Scanner(System.in);\n\tint a = stdin.nextInt();\n\tint b = stdin.nextInt();\n\tint c = stdin.nextInt();\n\tint i = a;\n\tint r = 0,s = 0;\n\twhile(i<=b){\n\t s = c%i;\n\t boolean t = (s == 0);\n\t if(t){r++;}\n\t else{}\n\t i++;\n\t}\n\tSystem.out.println(r);\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner stdin = new Scanner(System.in); int a = stdin.nextInt(); int b = stdin.nextInt(); int c = stdin.nextInt(); int i = a; int r = 0,s = 0; while(i<=b){ s = c%i; boolean t = (s == 0); if(t){r++;} else{} i++; } System.out.println(r); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 41, 13, 2, 13, 13, 14, 2, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 64, 5 ], [ 64, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 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 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 42, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 52, 53 ], [ 53, 54 ], [ 8, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 6, 61 ], [ 61, 62 ], [ 0, 63 ], [ 63, 64 ], [ 63, 65 ] ]
[ "import java.util.Scanner;\npublic class Main {\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int j = 0;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n for(int i=a;i<=b;i++){\n int x=c%i;\n if(x==0){\n j++;\n }\n } \n System.out.println(j); \n}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int j = 0;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n for(int i=a;i<=b;i++){\n int x=c%i;\n if(x==0){\n j++;\n }\n } \n System.out.println(j); \n}\n}", "Main", "public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int j = 0;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n for(int i=a;i<=b;i++){\n int x=c%i;\n if(x==0){\n j++;\n }\n } \n System.out.println(j); \n}", "main", "{\n Scanner scanner = new Scanner(System.in);\n int j = 0;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n for(int i=a;i<=b;i++){\n int x=c%i;\n if(x==0){\n j++;\n }\n } \n System.out.println(j); \n}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int j = 0;", "j", "0", "int a = scanner.nextInt();", "a", "scanner.nextInt()", "scanner.nextInt", "scanner", "int b = scanner.nextInt();", "b", "scanner.nextInt()", "scanner.nextInt", "scanner", "int c = scanner.nextInt();", "c", "scanner.nextInt()", "scanner.nextInt", "scanner", "for(int i=a;i<=b;i++){\n int x=c%i;\n if(x==0){\n j++;\n }\n }", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n int x=c%i;\n if(x==0){\n j++;\n }\n }", "{\n int x=c%i;\n if(x==0){\n j++;\n }\n }", "int x=c%i;", "x", "c%i", "c", "i", "if(x==0){\n j++;\n }", "x==0", "x", "0", "{\n j++;\n }", "j++", "j", "System.out.println(j)", "System.out.println", "System.out", "System", "System.out", "j", "String[] args", "args", "public class Main {\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int j = 0;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n for(int i=a;i<=b;i++){\n int x=c%i;\n if(x==0){\n j++;\n }\n } \n System.out.println(j); \n}\n}", "public class Main {\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int j = 0;\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n for(int i=a;i<=b;i++){\n int x=c%i;\n if(x==0){\n j++;\n }\n } \n System.out.println(j); \n}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner scanner = new Scanner(System.in); int j = 0; int a = scanner.nextInt(); int b = scanner.nextInt(); int c = scanner.nextInt(); for(int i=a;i<=b;i++){ int x=c%i; if(x==0){ j++; } } System.out.println(j); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 17, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 8, 11 ], [ 11, 12 ], [ 8, 13 ], [ 13, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 23, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 34, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 8, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 8, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 58, 59 ], [ 58, 60 ], [ 53, 61 ], [ 61, 62 ], [ 62, 63 ], [ 53, 64 ], [ 65, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 66, 72 ], [ 72, 73 ], [ 73, 74 ], [ 8, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 75, 80 ], [ 6, 81 ], [ 81, 82 ] ]
[ "import java.io.*;\n \nclass Main{\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tint x,y,z;\n\t\tint count = 0;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str[] = br.readLine().split(\" \");\n\t\tx = Integer.parseInt(str[0]);\n\t\ty = Integer.parseInt(str[1]);\n\t\tz = Integer.parseInt(str[2]);\n\n\t\tfor(int i=x; i<=y; i++){\n\t\t\tif(z%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n \t}\n}", "import java.io.*;", "io.*", "java", "class Main{\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tint x,y,z;\n\t\tint count = 0;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str[] = br.readLine().split(\" \");\n\t\tx = Integer.parseInt(str[0]);\n\t\ty = Integer.parseInt(str[1]);\n\t\tz = Integer.parseInt(str[2]);\n\n\t\tfor(int i=x; i<=y; i++){\n\t\t\tif(z%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n \t}\n}", "Main", "public static void main(String[] args) throws IOException{\n\n\t\tint x,y,z;\n\t\tint count = 0;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str[] = br.readLine().split(\" \");\n\t\tx = Integer.parseInt(str[0]);\n\t\ty = Integer.parseInt(str[1]);\n\t\tz = Integer.parseInt(str[2]);\n\n\t\tfor(int i=x; i<=y; i++){\n\t\t\tif(z%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n \t}", "main", "{\n\n\t\tint x,y,z;\n\t\tint count = 0;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str[] = br.readLine().split(\" \");\n\t\tx = Integer.parseInt(str[0]);\n\t\ty = Integer.parseInt(str[1]);\n\t\tz = Integer.parseInt(str[2]);\n\n\t\tfor(int i=x; i<=y; i++){\n\t\t\tif(z%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n \t}", "int x", "x", "y", "y", "z;", "z", "int count = 0;", "count", "0", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str[] = br.readLine().split(\" \");", "str", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "x = Integer.parseInt(str[0])", "x", "Integer.parseInt(str[0])", "Integer.parseInt", "Integer", "str[0]", "str", "0", "y = Integer.parseInt(str[1])", "y", "Integer.parseInt(str[1])", "Integer.parseInt", "Integer", "str[1]", "str", "1", "z = Integer.parseInt(str[2])", "z", "Integer.parseInt(str[2])", "Integer.parseInt", "Integer", "str[2]", "str", "2", "for(int i=x; i<=y; i++){\n\t\t\tif(z%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "int i=x;", "int i=x;", "i", "x", "i<=y", "i", "y", "i++", "i++", "i", "{\n\t\t\tif(z%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(z%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "if(z%i == 0){\n\t\t\t\tcount++;\n\t\t\t}", "z%i == 0", "z%i", "z", "i", "0", "{\n\t\t\t\tcount++;\n\t\t\t}", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args" ]
import java.io.*; class Main{ public static void main(String[] args) throws IOException{ int x,y,z; int count = 0; BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str[] = br.readLine().split(" "); x = Integer.parseInt(str[0]); y = Integer.parseInt(str[1]); z = Integer.parseInt(str[2]); for(int i=x; i<=y; i++){ if(z%i == 0){ count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 42, 2, 13, 13, 30, 14, 2, 17, 2, 13, 13, 30, 40, 13, 40, 13, 30, 40, 13, 4, 18, 18, 13, 13, 13, 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 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 35, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 35, 46 ], [ 46, 47 ], [ 47, 48 ], [ 8, 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\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t int a = scanner.nextInt();\n\t\t int b = scanner.nextInt();\n\t\t int c = scanner.nextInt();\n\n\t\t int count = 0;\n\n\t\t /*\n\t\t if(a == b){\n\t\t\t if(b == c){\n\t\t\t\t count++;\n\t\t\t }\n\t\t }\n\t\t */\n\n\t\t while(a<=b){\n\t\t\t if(0 == (c % a)){\n\t\t\t\t count++;\n\t\t\t\t a++;\n\t\t\t }else{\n\t\t\t\t a++;\n\t\t\t }\n\t\t }\n\n\t\t System.out.println(count);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t int a = scanner.nextInt();\n\t\t int b = scanner.nextInt();\n\t\t int c = scanner.nextInt();\n\n\t\t int count = 0;\n\n\t\t /*\n\t\t if(a == b){\n\t\t\t if(b == c){\n\t\t\t\t count++;\n\t\t\t }\n\t\t }\n\t\t */\n\n\t\t while(a<=b){\n\t\t\t if(0 == (c % a)){\n\t\t\t\t count++;\n\t\t\t\t a++;\n\t\t\t }else{\n\t\t\t\t a++;\n\t\t\t }\n\t\t }\n\n\t\t System.out.println(count);\n\t}\n}", "Main", "public static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t int a = scanner.nextInt();\n\t\t int b = scanner.nextInt();\n\t\t int c = scanner.nextInt();\n\n\t\t int count = 0;\n\n\t\t /*\n\t\t if(a == b){\n\t\t\t if(b == c){\n\t\t\t\t count++;\n\t\t\t }\n\t\t }\n\t\t */\n\n\t\t while(a<=b){\n\t\t\t if(0 == (c % a)){\n\t\t\t\t count++;\n\t\t\t\t a++;\n\t\t\t }else{\n\t\t\t\t a++;\n\t\t\t }\n\t\t }\n\n\t\t System.out.println(count);\n\t}", "main", "{\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t int a = scanner.nextInt();\n\t\t int b = scanner.nextInt();\n\t\t int c = scanner.nextInt();\n\n\t\t int count = 0;\n\n\t\t /*\n\t\t if(a == b){\n\t\t\t if(b == c){\n\t\t\t\t count++;\n\t\t\t }\n\t\t }\n\t\t */\n\n\t\t while(a<=b){\n\t\t\t if(0 == (c % a)){\n\t\t\t\t count++;\n\t\t\t\t a++;\n\t\t\t }else{\n\t\t\t\t a++;\n\t\t\t }\n\t\t }\n\n\t\t System.out.println(count);\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int a = scanner.nextInt();", "a", "scanner.nextInt()", "scanner.nextInt", "scanner", "int b = scanner.nextInt();", "b", "scanner.nextInt()", "scanner.nextInt", "scanner", "int c = scanner.nextInt();", "c", "scanner.nextInt()", "scanner.nextInt", "scanner", "int count = 0;", "count", "0", "while(a<=b){\n\t\t\t if(0 == (c % a)){\n\t\t\t\t count++;\n\t\t\t\t a++;\n\t\t\t }else{\n\t\t\t\t a++;\n\t\t\t }\n\t\t }", "a<=b", "a", "b", "{\n\t\t\t if(0 == (c % a)){\n\t\t\t\t count++;\n\t\t\t\t a++;\n\t\t\t }else{\n\t\t\t\t a++;\n\t\t\t }\n\t\t }", "if(0 == (c % a)){\n\t\t\t\t count++;\n\t\t\t\t a++;\n\t\t\t }else{\n\t\t\t\t a++;\n\t\t\t }", "0 == (c % a)", "0", "(c % a)", "c", "a", "{\n\t\t\t\t count++;\n\t\t\t\t a++;\n\t\t\t }", "count++", "count", "a++", "a", "{\n\t\t\t\t a++;\n\t\t\t }", "a++", "a", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t int a = scanner.nextInt();\n\t\t int b = scanner.nextInt();\n\t\t int c = scanner.nextInt();\n\n\t\t int count = 0;\n\n\t\t /*\n\t\t if(a == b){\n\t\t\t if(b == c){\n\t\t\t\t count++;\n\t\t\t }\n\t\t }\n\t\t */\n\n\t\t while(a<=b){\n\t\t\t if(0 == (c % a)){\n\t\t\t\t count++;\n\t\t\t\t a++;\n\t\t\t }else{\n\t\t\t\t a++;\n\t\t\t }\n\t\t }\n\n\t\t System.out.println(count);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\t int a = scanner.nextInt();\n\t\t int b = scanner.nextInt();\n\t\t int c = scanner.nextInt();\n\n\t\t int count = 0;\n\n\t\t /*\n\t\t if(a == b){\n\t\t\t if(b == c){\n\t\t\t\t count++;\n\t\t\t }\n\t\t }\n\t\t */\n\n\t\t while(a<=b){\n\t\t\t if(0 == (c % a)){\n\t\t\t\t count++;\n\t\t\t\t a++;\n\t\t\t }else{\n\t\t\t\t a++;\n\t\t\t }\n\t\t }\n\n\t\t System.out.println(count);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int a = scanner.nextInt(); int b = scanner.nextInt(); int c = scanner.nextInt(); int count = 0; /* if(a == b){ if(b == c){ count++; } } */ while(a<=b){ if(0 == (c % a)){ count++; a++; }else{ a++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 4, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 13, 13, 13, 13, 4, 18, 18, 13, 13, 13, 12, 13, 30, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 29, 13, 23, 13, 23, 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 ], [ 6, 11 ], [ 11, 12 ], [ 84, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 15, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 15, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 15, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 15, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 36, 39 ], [ 36, 40 ], [ 15, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 41, 46 ], [ 84, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 58, 59 ], [ 58, 60 ], [ 53, 61 ], [ 61, 62 ], [ 62, 63 ], [ 53, 64 ], [ 65, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 66, 72 ], [ 72, 73 ], [ 73, 74 ], [ 49, 75 ], [ 75, 76 ], [ 47, 77 ], [ 77, 78 ], [ 47, 79 ], [ 79, 80 ], [ 47, 81 ], [ 81, 82 ], [ 0, 83 ], [ 83, 84 ], [ 83, 85 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String args[]){\n\t\trun();\n\t}\n\tstatic void run(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint ans = isDivisor(a, b, c);\n\t\tSystem.out.println(ans);\n\t}\n\tstatic int isDivisor(int a, int b, int c){\n\t\tint ans = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tans++;\n\t\t\t}\n\t\t}\n\t\treturn ans;\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String args[]){\n\t\trun();\n\t}\n\tstatic void run(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint ans = isDivisor(a, b, c);\n\t\tSystem.out.println(ans);\n\t}\n\tstatic int isDivisor(int a, int b, int c){\n\t\tint ans = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tans++;\n\t\t\t}\n\t\t}\n\t\treturn ans;\n\t}\n}", "Main", "public static void main(String args[]){\n\t\trun();\n\t}", "main", "{\n\t\trun();\n\t}", "run()", "run", "String args[]", "args", "static void run(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint ans = isDivisor(a, b, c);\n\t\tSystem.out.println(ans);\n\t}", "run", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint ans = isDivisor(a, b, c);\n\t\tSystem.out.println(ans);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int ans = isDivisor(a, b, c);", "ans", "isDivisor(a, b, c)", "isDivisor", "a", "b", "c", "System.out.println(ans)", "System.out.println", "System.out", "System", "System.out", "ans", "static int isDivisor(int a, int b, int c){\n\t\tint ans = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tans++;\n\t\t\t}\n\t\t}\n\t\treturn ans;\n\t}", "isDivisor", "{\n\t\tint ans = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tans++;\n\t\t\t}\n\t\t}\n\t\treturn ans;\n\t}", "int ans = 0;", "ans", "0", "for(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tans++;\n\t\t\t}\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif(c % i == 0){\n\t\t\t\tans++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c % i == 0){\n\t\t\t\tans++;\n\t\t\t}\n\t\t}", "if(c % i == 0){\n\t\t\t\tans++;\n\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\t\tans++;\n\t\t\t}", "ans++", "ans", "return ans;", "ans", "int a", "a", "int b", "b", "int c", "c", "public class Main {\n\tpublic static void main(String args[]){\n\t\trun();\n\t}\n\tstatic void run(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint ans = isDivisor(a, b, c);\n\t\tSystem.out.println(ans);\n\t}\n\tstatic int isDivisor(int a, int b, int c){\n\t\tint ans = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tans++;\n\t\t\t}\n\t\t}\n\t\treturn ans;\n\t}\n}", "public class Main {\n\tpublic static void main(String args[]){\n\t\trun();\n\t}\n\tstatic void run(){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint ans = isDivisor(a, b, c);\n\t\tSystem.out.println(ans);\n\t}\n\tstatic int isDivisor(int a, int b, int c){\n\t\tint ans = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tans++;\n\t\t\t}\n\t\t}\n\t\treturn ans;\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String args[]){ run(); } static void run(){ Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int ans = isDivisor(a, b, c); System.out.println(ans); } static int isDivisor(int a, int b, int c){ int ans = 0; for(int i = a; i <= b; i++){ if(c % i == 0){ ans++; } } return ans; } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 13, 30, 41, 13, 20, 41, 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, 17, 11, 1, 41, 13, 13, 2, 13, 2, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 15, 22 ], [ 22, 23 ], [ 23, 24 ], [ 23, 25 ], [ 22, 26 ], [ 26, 27 ], [ 22, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 22, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 35, 38 ], [ 22, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 22, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 49, 52 ], [ 52, 53 ], [ 52, 54 ], [ 22, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 60, 61 ], [ 60, 62 ], [ 22, 63 ], [ 63, 64 ], [ 63, 65 ], [ 22, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 66, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 73, 75 ], [ 66, 76 ], [ 76, 77 ], [ 77, 78 ], [ 66, 79 ], [ 80, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 82, 86 ], [ 81, 87 ], [ 87, 88 ], [ 88, 89 ], [ 22, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 90, 95 ], [ 12, 96 ], [ 96, 97 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\n\tpublic static void main(String[] args) {\n\n try {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String inputData;\n inputData = reader.readLine();\n\t\t\tString[] strNumber = inputData.split(\" \");\n\t\t\tint aa = Integer.parseInt(strNumber[0]);\n\t\t\tint bb = Integer.parseInt(strNumber[1]);\n\t\t\tint cc = Integer.parseInt(strNumber[2]);\n\t\t\tint count = 0;\n\t\t\tfor(int i = aa ; i < bb + 1 ; i++){\n\t\t\t\tif(cc % i == 0){\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\n System.out.println(count);\n\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\n\tpublic static void main(String[] args) {\n\n try {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String inputData;\n inputData = reader.readLine();\n\t\t\tString[] strNumber = inputData.split(\" \");\n\t\t\tint aa = Integer.parseInt(strNumber[0]);\n\t\t\tint bb = Integer.parseInt(strNumber[1]);\n\t\t\tint cc = Integer.parseInt(strNumber[2]);\n\t\t\tint count = 0;\n\t\t\tfor(int i = aa ; i < bb + 1 ; i++){\n\t\t\t\tif(cc % i == 0){\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\n System.out.println(count);\n\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\n try {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String inputData;\n inputData = reader.readLine();\n\t\t\tString[] strNumber = inputData.split(\" \");\n\t\t\tint aa = Integer.parseInt(strNumber[0]);\n\t\t\tint bb = Integer.parseInt(strNumber[1]);\n\t\t\tint cc = Integer.parseInt(strNumber[2]);\n\t\t\tint count = 0;\n\t\t\tfor(int i = aa ; i < bb + 1 ; i++){\n\t\t\t\tif(cc % i == 0){\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\n System.out.println(count);\n\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n\n\t}", "main", "{\n\n try {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String inputData;\n inputData = reader.readLine();\n\t\t\tString[] strNumber = inputData.split(\" \");\n\t\t\tint aa = Integer.parseInt(strNumber[0]);\n\t\t\tint bb = Integer.parseInt(strNumber[1]);\n\t\t\tint cc = Integer.parseInt(strNumber[2]);\n\t\t\tint count = 0;\n\t\t\tfor(int i = aa ; i < bb + 1 ; i++){\n\t\t\t\tif(cc % i == 0){\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\n System.out.println(count);\n\n } catch (IOException e) {\n e.printStackTrace();\n }\n\n\n\t}", "try {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String inputData;\n inputData = reader.readLine();\n\t\t\tString[] strNumber = inputData.split(\" \");\n\t\t\tint aa = Integer.parseInt(strNumber[0]);\n\t\t\tint bb = Integer.parseInt(strNumber[1]);\n\t\t\tint cc = Integer.parseInt(strNumber[2]);\n\t\t\tint count = 0;\n\t\t\tfor(int i = aa ; i < bb + 1 ; i++){\n\t\t\t\tif(cc % i == 0){\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\n System.out.println(count);\n\n } catch (IOException e) {\n e.printStackTrace();\n }", "catch (IOException e) {\n e.printStackTrace();\n }", "IOException e", "{\n e.printStackTrace();\n }", "e.printStackTrace()", "e.printStackTrace", "e", "{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String inputData;\n inputData = reader.readLine();\n\t\t\tString[] strNumber = inputData.split(\" \");\n\t\t\tint aa = Integer.parseInt(strNumber[0]);\n\t\t\tint bb = Integer.parseInt(strNumber[1]);\n\t\t\tint cc = Integer.parseInt(strNumber[2]);\n\t\t\tint count = 0;\n\t\t\tfor(int i = aa ; i < bb + 1 ; i++){\n\t\t\t\tif(cc % i == 0){\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\n System.out.println(count);\n\n }", "BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));", "reader", "new BufferedReader(new InputStreamReader(System.in))", "String inputData;", "inputData", "inputData = reader.readLine()", "inputData", "reader.readLine()", "reader.readLine", "reader", "String[] strNumber = inputData.split(\" \");", "strNumber", "inputData.split(\" \")", "inputData.split", "inputData", "\" \"", "int aa = Integer.parseInt(strNumber[0]);", "aa", "Integer.parseInt(strNumber[0])", "Integer.parseInt", "Integer", "strNumber[0]", "strNumber", "0", "int bb = Integer.parseInt(strNumber[1]);", "bb", "Integer.parseInt(strNumber[1])", "Integer.parseInt", "Integer", "strNumber[1]", "strNumber", "1", "int cc = Integer.parseInt(strNumber[2]);", "cc", "Integer.parseInt(strNumber[2])", "Integer.parseInt", "Integer", "strNumber[2]", "strNumber", "2", "int count = 0;", "count", "0", "for(int i = aa ; i < bb + 1 ; i++){\n\t\t\t\tif(cc % i == 0){\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}", "int i = aa ;", "int i = aa ;", "i", "aa", "i < bb + 1", "i", "bb + 1", "bb", "1", "i++", "i++", "i", "{\n\t\t\t\tif(cc % i == 0){\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}", "{\n\t\t\t\tif(cc % i == 0){\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}", "if(cc % i == 0){\n\t\t\t\t\tcount++;\n\t\t\t\t}", "cc % i == 0", "cc % i", "cc", "i", "0", "{\n\t\t\t\t\tcount++;\n\t\t\t\t}", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main { public static void main(String[] args) { try { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); String inputData; inputData = reader.readLine(); String[] strNumber = inputData.split(" "); int aa = Integer.parseInt(strNumber[0]); int bb = Integer.parseInt(strNumber[1]); int cc = Integer.parseInt(strNumber[2]); int count = 0; for(int i = aa ; i < bb + 1 ; i++){ if(cc % i == 0){ count++; } } System.out.println(count); } catch (IOException e) { e.printStackTrace(); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 13, 11, 1, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 8, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 8, 42 ], [ 42, 43 ], [ 42, 44 ], [ 8, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 50, 51 ], [ 51, 52 ], [ 45, 53 ], [ 54, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 55, 61 ], [ 61, 62 ], [ 62, 63 ], [ 8, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 64, 69 ], [ 6, 70 ], [ 70, 71 ] ]
[ "// ITP1_3\n\nimport java.util.Scanner;\n\nclass Main\n{\n\tpublic static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint d = 0;\n\t\tint count = 0;\n\n\t\ta = sc.nextInt ();\n\t\tb = sc.nextInt ();\n\t\tc = sc.nextInt ();\n\t\td = a;\n\t\n\t\tfor (; a <= b; a++ ) {\n\t\t\tif ( c % a == 0 ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println ( count );\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main\n{\n\tpublic static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint d = 0;\n\t\tint count = 0;\n\n\t\ta = sc.nextInt ();\n\t\tb = sc.nextInt ();\n\t\tc = sc.nextInt ();\n\t\td = a;\n\t\n\t\tfor (; a <= b; a++ ) {\n\t\t\tif ( c % a == 0 ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println ( count );\n\t}\n}", "Main", "public static void main ( String[] args ) {\n\t\tScanner sc = new Scanner ( System.in );\n\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint d = 0;\n\t\tint count = 0;\n\n\t\ta = sc.nextInt ();\n\t\tb = sc.nextInt ();\n\t\tc = sc.nextInt ();\n\t\td = a;\n\t\n\t\tfor (; a <= b; a++ ) {\n\t\t\tif ( c % a == 0 ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println ( count );\n\t}", "main", "{\n\t\tScanner sc = new Scanner ( System.in );\n\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint d = 0;\n\t\tint count = 0;\n\n\t\ta = sc.nextInt ();\n\t\tb = sc.nextInt ();\n\t\tc = sc.nextInt ();\n\t\td = a;\n\t\n\t\tfor (; a <= b; a++ ) {\n\t\t\tif ( c % a == 0 ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println ( count );\n\t}", "Scanner sc = new Scanner ( System.in );", "sc", "new Scanner ( System.in )", "int a = 0;", "a", "0", "int b = 0;", "b", "0", "int c = 0;", "c", "0", "int d = 0;", "d", "0", "int count = 0;", "count", "0", "a = sc.nextInt ()", "a", "sc.nextInt ()", "sc.nextInt", "sc", "b = sc.nextInt ()", "b", "sc.nextInt ()", "sc.nextInt", "sc", "c = sc.nextInt ()", "c", "sc.nextInt ()", "sc.nextInt", "sc", "d = a", "d", "a", "for (; a <= b; a++ ) {\n\t\t\tif ( c % a == 0 ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", ";", "a <= b", "a", "b", "a++", "a++", "a", "{\n\t\t\tif ( c % a == 0 ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif ( c % a == 0 ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "if ( c % a == 0 ) {\n\t\t\t\tcount++;\n\t\t\t}", "c % a == 0", "c % a", "c", "a", "0", "{\n\t\t\t\tcount++;\n\t\t\t}", "count++", "count", "System.out.println ( count )", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args" ]
// ITP1_3 import java.util.Scanner; class Main { public static void main ( String[] args ) { Scanner sc = new Scanner ( System.in ); int a = 0; int b = 0; int c = 0; int d = 0; int count = 0; a = sc.nextInt (); b = sc.nextInt (); c = sc.nextInt (); d = a; for (; a <= b; a++ ) { if ( c % a == 0 ) { count++; } } System.out.println ( count ); } }
[ 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, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 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 ], [ 14, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 41, 42 ], [ 41, 43 ], [ 36, 44 ], [ 44, 45 ], [ 45, 46 ], [ 36, 47 ], [ 48, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 49, 55 ], [ 55, 56 ], [ 56, 57 ], [ 14, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 58, 63 ], [ 12, 64 ], [ 64, 65 ] ]
[ "import java.util.*;\nimport java.lang.*;\nimport java.io.*;\nclass Main {\n\tpublic static void main (String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n\t\tint ans = 0;\n\t\tfor(int i = a; i <= b; ++i) {\n\t\t\tif(c % i == 0) {\n\t\t\t\t++ans;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(ans);\n\t}\n}", "import java.util.*;", "util.*", "java", "import java.lang.*;", "lang.*", "java", "import java.io.*;", "io.*", "java", "class Main {\n\tpublic static void main (String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n\t\tint ans = 0;\n\t\tfor(int i = a; i <= b; ++i) {\n\t\t\tif(c % i == 0) {\n\t\t\t\t++ans;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(ans);\n\t}\n}", "Main", "public static void main (String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n\t\tint ans = 0;\n\t\tfor(int i = a; i <= b; ++i) {\n\t\t\tif(c % i == 0) {\n\t\t\t\t++ans;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(ans);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n\t\tint ans = 0;\n\t\tfor(int i = a; i <= b; ++i) {\n\t\t\tif(c % i == 0) {\n\t\t\t\t++ans;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(ans);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt()", "a", "sc.nextInt()", "sc.nextInt", "sc", "b = sc.nextInt()", "b", "sc.nextInt()", "sc.nextInt", "sc", "c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int ans = 0;", "ans", "0", "for(int i = a; i <= b; ++i) {\n\t\t\tif(c % i == 0) {\n\t\t\t\t++ans;\n\t\t\t}\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "++i", "++i", "i", "{\n\t\t\tif(c % i == 0) {\n\t\t\t\t++ans;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c % i == 0) {\n\t\t\t\t++ans;\n\t\t\t}\n\t\t}", "if(c % i == 0) {\n\t\t\t\t++ans;\n\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\t\t++ans;\n\t\t\t}", "++ans", "ans", "System.out.println(ans)", "System.out.println", "System.out", "System", "System.out", "ans", "String[] args", "args" ]
import java.util.*; import java.lang.*; import java.io.*; class Main { public static void main (String[] args) { Scanner sc = new Scanner(System.in); int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt(); int ans = 0; for(int i = a; i <= b; ++i) { if(c % i == 0) { ++ans; } } System.out.println(ans); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 17, 41, 13, 20, 17, 41, 13, 17, 41, 13, 20, 41, 13, 4, 18, 13, 0, 13, 4, 18, 13, 17, 0, 18, 13, 17, 4, 18, 13, 18, 13, 17, 0, 18, 13, 17, 4, 18, 13, 18, 13, 17, 0, 18, 13, 17, 4, 18, 13, 18, 13, 17, 14, 2, 18, 13, 17, 18, 13, 17, 30, 11, 1, 41, 13, 18, 13, 17, 2, 13, 18, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 18, 13, 17, 13, 17, 30, 40, 13, 0, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 19 ], [ 19, 20 ], [ 19, 21 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 14, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 14, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 47, 48 ], [ 47, 49 ], [ 14, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 54, 55 ], [ 55, 56 ], [ 54, 57 ], [ 57, 58 ], [ 57, 59 ], [ 14, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 60, 64 ], [ 64, 65 ], [ 65, 66 ], [ 64, 67 ], [ 67, 68 ], [ 67, 69 ], [ 14, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 75, 76 ], [ 75, 77 ], [ 70, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 83, 84 ], [ 83, 85 ], [ 79, 86 ], [ 86, 87 ], [ 86, 88 ], [ 88, 89 ], [ 88, 90 ], [ 79, 91 ], [ 91, 92 ], [ 92, 93 ], [ 79, 94 ], [ 95, 95 ], [ 95, 96 ], [ 96, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 99, 101 ], [ 98, 102 ], [ 97, 103 ], [ 96, 104 ], [ 104, 105 ], [ 105, 106 ], [ 70, 107 ], [ 107, 108 ], [ 107, 109 ], [ 14, 110 ], [ 110, 111 ], [ 111, 112 ], [ 112, 113 ], [ 112, 114 ], [ 110, 115 ], [ 12, 116 ], [ 116, 117 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\t\n\t\tString[] ArrayX = new String[3];\n\t\tint[] Numbers = new int[3];\n\t\tint cnt = 0;\n\t\t\n\t\tBufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\tArrayX = str.split(\" \");\n\t\t\n\t\tNumbers[0] = Integer.parseInt(ArrayX[0]);\n\t\tNumbers[1] = Integer.parseInt(ArrayX[1]);\n\t\tNumbers[2] = Integer.parseInt(ArrayX[2]);\n\t\t\n\t\tif(Numbers[0]<=Numbers[1]) {\n\t\t\tfor(int i = Numbers[0]; i<=Numbers[1]; i++) {\n\t\t\t\tif(Numbers[2]%i==0){\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tcnt = 0;\n\t\t\n\t\t\tSystem.out.println(cnt);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\t\n\t\tString[] ArrayX = new String[3];\n\t\tint[] Numbers = new int[3];\n\t\tint cnt = 0;\n\t\t\n\t\tBufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\tArrayX = str.split(\" \");\n\t\t\n\t\tNumbers[0] = Integer.parseInt(ArrayX[0]);\n\t\tNumbers[1] = Integer.parseInt(ArrayX[1]);\n\t\tNumbers[2] = Integer.parseInt(ArrayX[2]);\n\t\t\n\t\tif(Numbers[0]<=Numbers[1]) {\n\t\t\tfor(int i = Numbers[0]; i<=Numbers[1]; i++) {\n\t\t\t\tif(Numbers[2]%i==0){\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tcnt = 0;\n\t\t\n\t\t\tSystem.out.println(cnt);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException{\n\t\t\n\t\tString[] ArrayX = new String[3];\n\t\tint[] Numbers = new int[3];\n\t\tint cnt = 0;\n\t\t\n\t\tBufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\tArrayX = str.split(\" \");\n\t\t\n\t\tNumbers[0] = Integer.parseInt(ArrayX[0]);\n\t\tNumbers[1] = Integer.parseInt(ArrayX[1]);\n\t\tNumbers[2] = Integer.parseInt(ArrayX[2]);\n\t\t\n\t\tif(Numbers[0]<=Numbers[1]) {\n\t\t\tfor(int i = Numbers[0]; i<=Numbers[1]; i++) {\n\t\t\t\tif(Numbers[2]%i==0){\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tcnt = 0;\n\t\t\n\t\t\tSystem.out.println(cnt);\n\t}", "main", "{\n\t\t\n\t\tString[] ArrayX = new String[3];\n\t\tint[] Numbers = new int[3];\n\t\tint cnt = 0;\n\t\t\n\t\tBufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString str = br.readLine();\n\t\tArrayX = str.split(\" \");\n\t\t\n\t\tNumbers[0] = Integer.parseInt(ArrayX[0]);\n\t\tNumbers[1] = Integer.parseInt(ArrayX[1]);\n\t\tNumbers[2] = Integer.parseInt(ArrayX[2]);\n\t\t\n\t\tif(Numbers[0]<=Numbers[1]) {\n\t\t\tfor(int i = Numbers[0]; i<=Numbers[1]; i++) {\n\t\t\t\tif(Numbers[2]%i==0){\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tcnt = 0;\n\t\t\n\t\t\tSystem.out.println(cnt);\n\t}", "String[] ArrayX = new String[3];", "ArrayX", "new String[3]", "3", "int[] Numbers = new int[3];", "Numbers", "new int[3]", "3", "int cnt = 0;", "cnt", "0", "BufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "ArrayX = str.split(\" \")", "ArrayX", "str.split(\" \")", "str.split", "str", "\" \"", "Numbers[0] = Integer.parseInt(ArrayX[0])", "Numbers[0]", "Numbers", "0", "Integer.parseInt(ArrayX[0])", "Integer.parseInt", "Integer", "ArrayX[0]", "ArrayX", "0", "Numbers[1] = Integer.parseInt(ArrayX[1])", "Numbers[1]", "Numbers", "1", "Integer.parseInt(ArrayX[1])", "Integer.parseInt", "Integer", "ArrayX[1]", "ArrayX", "1", "Numbers[2] = Integer.parseInt(ArrayX[2])", "Numbers[2]", "Numbers", "2", "Integer.parseInt(ArrayX[2])", "Integer.parseInt", "Integer", "ArrayX[2]", "ArrayX", "2", "if(Numbers[0]<=Numbers[1]) {\n\t\t\tfor(int i = Numbers[0]; i<=Numbers[1]; i++) {\n\t\t\t\tif(Numbers[2]%i==0){\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\telse\n\t\t\tcnt = 0;", "Numbers[0]<=Numbers[1]", "Numbers[0]", "Numbers", "0", "Numbers[1]", "Numbers", "1", "{\n\t\t\tfor(int i = Numbers[0]; i<=Numbers[1]; i++) {\n\t\t\t\tif(Numbers[2]%i==0){\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t}", "for(int i = Numbers[0]; i<=Numbers[1]; i++) {\n\t\t\t\tif(Numbers[2]%i==0){\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}", "int i = Numbers[0];", "int i = Numbers[0];", "i", "Numbers[0]", "Numbers", "0", "i<=Numbers[1]", "i", "Numbers[1]", "Numbers", "1", "i++", "i++", "i", "{\n\t\t\t\tif(Numbers[2]%i==0){\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}", "{\n\t\t\t\tif(Numbers[2]%i==0){\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}", "if(Numbers[2]%i==0){\n\t\t\t\t\tcnt++;\n\t\t\t\t}", "Numbers[2]%i==0", "Numbers[2]%i", "Numbers[2]", "Numbers", "2", "i", "0", "{\n\t\t\t\t\tcnt++;\n\t\t\t\t}", "cnt++", "cnt", "cnt = 0", "cnt", "0", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "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{ String[] ArrayX = new String[3]; int[] Numbers = new int[3]; int cnt = 0; BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); ArrayX = str.split(" "); Numbers[0] = Integer.parseInt(ArrayX[0]); Numbers[1] = Integer.parseInt(ArrayX[1]); Numbers[2] = Integer.parseInt(ArrayX[2]); if(Numbers[0]<=Numbers[1]) { for(int i = Numbers[0]; i<=Numbers[1]; i++) { if(Numbers[2]%i==0){ cnt++; } } } else cnt = 0; System.out.println(cnt); } }
[ 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, 17, 11, 1, 41, 13, 13, 2, 13, 2, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 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 ], [ 86, 11 ], [ 86, 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 ], [ 14, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 60, 62 ], [ 53, 63 ], [ 63, 64 ], [ 64, 65 ], [ 53, 66 ], [ 67, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 68, 74 ], [ 74, 75 ], [ 75, 76 ], [ 14, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 77, 82 ], [ 12, 83 ], [ 83, 84 ], [ 0, 85 ], [ 85, 86 ], [ 85, 87 ] ]
[ "\n\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main{\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tint count = 0;\n\t\tfor(int i = a ; i < b+1;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main{\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tint count = 0;\n\t\tfor(int i = a ; i < b+1;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\n}", "Main", "/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tint count = 0;\n\t\tfor(int i = a ; i < b+1;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}", "main", "{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tint count = 0;\n\t\tfor(int i = a ; i < b+1;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] s = br.readLine().split(\" \");", "s", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int a = Integer.parseInt(s[0]);", "a", "Integer.parseInt(s[0])", "Integer.parseInt", "Integer", "s[0]", "s", "0", "int b = Integer.parseInt(s[1]);", "b", "Integer.parseInt(s[1])", "Integer.parseInt", "Integer", "s[1]", "s", "1", "int c = Integer.parseInt(s[2]);", "c", "Integer.parseInt(s[2])", "Integer.parseInt", "Integer", "s[2]", "s", "2", "int count = 0;", "count", "0", "for(int i = a ; i < b+1;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "int i = a ;", "int i = a ;", "i", "a", "i < b+1", "i", "b+1", "b", "1", "i++", "i++", "i", "{\n\t\t\tif(c%i==0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c%i==0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "if(c%i==0){\n\t\t\t\tcount++;\n\t\t\t}", "c%i==0", "c%i", "c", "i", "0", "{\n\t\t\t\tcount++;\n\t\t\t}", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main{\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tint count = 0;\n\t\tfor(int i = a ; i < b+1;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\n}", "public class Main{\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint c = Integer.parseInt(s[2]);\n\t\tint count = 0;\n\t\tfor(int i = a ; i < b+1;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main{ /** * @param args * @throws IOException */ public static void main(String[] args) throws IOException { // TODO Auto-generated method stub BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] s = br.readLine().split(" "); int a = Integer.parseInt(s[0]); int b = Integer.parseInt(s[1]); int c = Integer.parseInt(s[2]); int count = 0; for(int i = a ; i < b+1;i++){ if(c%i==0){ count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 17, 2, 13, 13, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 14, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 38, 41 ], [ 41, 42 ], [ 41, 43 ], [ 8, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 47, 52 ], [ 52, 53 ], [ 52, 54 ], [ 47, 55 ], [ 55, 56 ], [ 56, 57 ], [ 47, 58 ], [ 59, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 63, 65 ], [ 60, 66 ], [ 66, 67 ], [ 67, 68 ], [ 8, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 69, 74 ], [ 6, 75 ], [ 75, 76 ] ]
[ "import java.io.*;\n\nclass Main\n{\n public static void main (String[ ] args) throws Exception\n {\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n //StringBuffer sb = new StringBuffer();\n \n String[] strAry = (br.readLine()).split(\" \");\n int a = Integer.parseInt(strAry[0]);\n int b = Integer.parseInt(strAry[1]);\n int c = Integer.parseInt(strAry[2]);\n \n int cnt = 0;\n for(int i = a; i <= b; i++)\n {\n if(0 == (c % i))\n {\n cnt++;\n }\n }\n System.out.println(cnt);\n }\n}", "import java.io.*;", "io.*", "java", "class Main\n{\n public static void main (String[ ] args) throws Exception\n {\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n //StringBuffer sb = new StringBuffer();\n \n String[] strAry = (br.readLine()).split(\" \");\n int a = Integer.parseInt(strAry[0]);\n int b = Integer.parseInt(strAry[1]);\n int c = Integer.parseInt(strAry[2]);\n \n int cnt = 0;\n for(int i = a; i <= b; i++)\n {\n if(0 == (c % i))\n {\n cnt++;\n }\n }\n System.out.println(cnt);\n }\n}", "Main", "public static void main (String[ ] args) throws Exception\n {\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n //StringBuffer sb = new StringBuffer();\n \n String[] strAry = (br.readLine()).split(\" \");\n int a = Integer.parseInt(strAry[0]);\n int b = Integer.parseInt(strAry[1]);\n int c = Integer.parseInt(strAry[2]);\n \n int cnt = 0;\n for(int i = a; i <= b; i++)\n {\n if(0 == (c % i))\n {\n cnt++;\n }\n }\n System.out.println(cnt);\n }", "main", "{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n //StringBuffer sb = new StringBuffer();\n \n String[] strAry = (br.readLine()).split(\" \");\n int a = Integer.parseInt(strAry[0]);\n int b = Integer.parseInt(strAry[1]);\n int c = Integer.parseInt(strAry[2]);\n \n int cnt = 0;\n for(int i = a; i <= b; i++)\n {\n if(0 == (c % i))\n {\n cnt++;\n }\n }\n System.out.println(cnt);\n }", "BufferedReader br = new BufferedReader (new InputStreamReader (System.in));", "br", "new BufferedReader (new InputStreamReader (System.in))", "String[] strAry = (br.readLine()).split(\" \");", "strAry", "(br.readLine()).split(\" \")", "(br.readLine()).split", "(br.readLine())", "br.readLine", "br", "\" \"", "int a = Integer.parseInt(strAry[0]);", "a", "Integer.parseInt(strAry[0])", "Integer.parseInt", "Integer", "strAry[0]", "strAry", "0", "int b = Integer.parseInt(strAry[1]);", "b", "Integer.parseInt(strAry[1])", "Integer.parseInt", "Integer", "strAry[1]", "strAry", "1", "int c = Integer.parseInt(strAry[2]);", "c", "Integer.parseInt(strAry[2])", "Integer.parseInt", "Integer", "strAry[2]", "strAry", "2", "int cnt = 0;", "cnt", "0", "for(int i = a; i <= b; i++)\n {\n if(0 == (c % i))\n {\n cnt++;\n }\n }", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n if(0 == (c % i))\n {\n cnt++;\n }\n }", "{\n if(0 == (c % i))\n {\n cnt++;\n }\n }", "if(0 == (c % i))\n {\n cnt++;\n }", "0 == (c % i)", "0", "(c % i)", "c", "i", "{\n cnt++;\n }", "cnt++", "cnt", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "String[ ] args", "args" ]
import java.io.*; class Main { public static void main (String[ ] args) throws Exception { BufferedReader br = new BufferedReader (new InputStreamReader (System.in)); //StringBuffer sb = new StringBuffer(); String[] strAry = (br.readLine()).split(" "); int a = Integer.parseInt(strAry[0]); int b = Integer.parseInt(strAry[1]); int c = Integer.parseInt(strAry[2]); int cnt = 0; for(int i = a; i <= b; i++) { if(0 == (c % i)) { cnt++; } } System.out.println(cnt); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 20, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 20, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 4, 18, 13, 13, 4, 18, 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 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 113, 11 ], [ 113, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 14, 29 ], [ 29, 30 ], [ 29, 31 ], [ 32, 33 ], [ 32, 34 ], [ 14, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 35, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 35, 45 ], [ 45, 46 ], [ 46, 47 ], [ 35, 48 ], [ 49, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 54, 55 ], [ 55, 56 ], [ 54, 57 ], [ 57, 58 ], [ 57, 59 ], [ 14, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 62, 64 ], [ 14, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 67, 69 ], [ 14, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 72, 74 ], [ 14, 75 ], [ 75, 76 ], [ 75, 77 ], [ 14, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 78, 83 ], [ 83, 84 ], [ 83, 85 ], [ 78, 86 ], [ 86, 87 ], [ 87, 88 ], [ 78, 89 ], [ 90, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 93, 94 ], [ 93, 95 ], [ 92, 96 ], [ 91, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 98, 101 ], [ 14, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 102, 107 ], [ 107, 108 ], [ 108, 109 ], [ 12, 110 ], [ 110, 111 ], [ 0, 112 ], [ 112, 113 ], [ 112, 114 ] ]
[ "import java.util.ArrayList;\nimport java.util.List;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint a = is[0];\n\t\tint b = is[1];\n\t\tint c = is[2];\n\n\t\tList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tlist.add(i);\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(list.size());\n\n\t}\n\n}", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.List;", "List", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint a = is[0];\n\t\tint b = is[1];\n\t\tint c = is[2];\n\n\t\tList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tlist.add(i);\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(list.size());\n\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint a = is[0];\n\t\tint b = is[1];\n\t\tint c = is[2];\n\n\t\tList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tlist.add(i);\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(list.size());\n\n\t}", "main", "{\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint a = is[0];\n\t\tint b = is[1];\n\t\tint c = is[2];\n\n\t\tList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tlist.add(i);\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(list.size());\n\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String line = sc.nextLine();", "line", "sc.nextLine()", "sc.nextLine", "sc", "String[] string = line.split(\" \");", "string", "line.split(\" \")", "line.split", "line", "\" \"", "int[] is = new int[string.length];", "is", "new int[string.length]", "string.length", "string", "string.length", "for (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < is.length", "i", "is.length", "is", "is.length", "i++", "i++", "i", "{\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}", "{\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}", "is[i] = Integer.parseInt(string[i])", "is[i]", "is", "i", "Integer.parseInt(string[i])", "Integer.parseInt", "Integer", "string[i]", "string", "i", "int a = is[0];", "a", "is[0]", "is", "0", "int b = is[1];", "b", "is[1]", "is", "1", "int c = is[2];", "c", "is[2]", "is", "2", "List<Integer> list = new ArrayList<Integer>();", "list", "new ArrayList<Integer>()", "for (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tlist.add(i);\n\t\t\t}\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif (c % i == 0) {\n\t\t\t\tlist.add(i);\n\t\t\t}\n\t\t}", "{\n\t\t\tif (c % i == 0) {\n\t\t\t\tlist.add(i);\n\t\t\t}\n\t\t}", "if (c % i == 0) {\n\t\t\t\tlist.add(i);\n\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\t\tlist.add(i);\n\t\t\t}", "list.add(i)", "list.add", "list", "i", "System.out.println(list.size())", "System.out.println", "System.out", "System", "System.out", "list.size()", "list.size", "list", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint a = is[0];\n\t\tint b = is[1];\n\t\tint c = is[2];\n\n\t\tList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tlist.add(i);\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(list.size());\n\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] string = line.split(\" \");\n\t\tint[] is = new int[string.length];\n\t\tfor (int i = 0; i < is.length; i++) {\n\t\t\tis[i] = Integer.parseInt(string[i]);\n\t\t}\n\n\t\tint a = is[0];\n\t\tint b = is[1];\n\t\tint c = is[2];\n\n\t\tList<Integer> list = new ArrayList<Integer>();\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tlist.add(i);\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(list.size());\n\n\t}\n\n}", "Main" ]
import java.util.ArrayList; import java.util.List; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String line = sc.nextLine(); String[] string = line.split(" "); int[] is = new int[string.length]; for (int i = 0; i < is.length; i++) { is[i] = Integer.parseInt(string[i]); } int a = is[0]; int b = is[1]; int c = is[2]; List<Integer> list = new ArrayList<Integer>(); for (int i = a; i <= b; i++) { if (c % i == 0) { list.add(i); } } System.out.println(list.size()); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 38, 5, 13, 30, 4, 18, 18, 13, 13, 13, 5, 13, 30, 4, 18, 18, 13, 13, 17, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 14, 24 ], [ 24, 25 ], [ 24, 26 ], [ 14, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 31, 36 ], [ 27, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 27, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 46, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 46, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 63, 66 ], [ 66, 67 ], [ 66, 68 ], [ 46, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 72, 73 ], [ 71, 74 ], [ 74, 75 ], [ 74, 76 ], [ 46, 77 ], [ 77, 78 ], [ 77, 79 ], [ 79, 80 ], [ 80, 81 ], [ 79, 82 ], [ 82, 83 ], [ 82, 84 ], [ 46, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 85, 90 ], [ 90, 91 ], [ 90, 92 ], [ 85, 93 ], [ 93, 94 ], [ 94, 95 ], [ 85, 96 ], [ 97, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 100, 102 ], [ 99, 103 ], [ 98, 104 ], [ 104, 105 ], [ 105, 106 ], [ 46, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 107, 112 ], [ 12, 113 ], [ 113, 114 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n/**\n * Lesson2B 3つの整数 a 、b 、c を読み込み、\n *a から b までの整数の中に、c の約数がいくつあるかを求めるプログラム\n * @author 前島佑介\n * @version 2014/12/1\n */\nclass Main {\n\n\t// プログラムのエントリポイント\n\tpublic static void main(String[] args) {\n\n\t\t//入力値1つ目\n\t\tint intNum1 = 0;\n\n\t\t//入力値2つ目\n\t\tint intNum2 = 0;\n\n\t\t//入力値3つ目\n\t\tint intNum3 = 0;\n\n\t\tint intAnswer = 0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]とstrLineAry[2]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//aからbの値でループ\n\t\t\tfor(int i = intNum1; i <= intNum2; i++) {\n\n\t\t\t\t//aからbの値がintNum3の剰余0ならカウントする\n\t\t\t\tif(intNum3 % i == 0) {\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intAnswer);\n\n\n\n\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\n\t// プログラムのエントリポイント\n\tpublic static void main(String[] args) {\n\n\t\t//入力値1つ目\n\t\tint intNum1 = 0;\n\n\t\t//入力値2つ目\n\t\tint intNum2 = 0;\n\n\t\t//入力値3つ目\n\t\tint intNum3 = 0;\n\n\t\tint intAnswer = 0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]とstrLineAry[2]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//aからbの値でループ\n\t\t\tfor(int i = intNum1; i <= intNum2; i++) {\n\n\t\t\t\t//aからbの値がintNum3の剰余0ならカウントする\n\t\t\t\tif(intNum3 % i == 0) {\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intAnswer);\n\n\n\n\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}\n}", "Main", "// プログラムのエントリポイント\n\tpublic static void main(String[] args) {\n\n\t\t//入力値1つ目\n\t\tint intNum1 = 0;\n\n\t\t//入力値2つ目\n\t\tint intNum2 = 0;\n\n\t\t//入力値3つ目\n\t\tint intNum3 = 0;\n\n\t\tint intAnswer = 0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]とstrLineAry[2]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//aからbの値でループ\n\t\t\tfor(int i = intNum1; i <= intNum2; i++) {\n\n\t\t\t\t//aからbの値がintNum3の剰余0ならカウントする\n\t\t\t\tif(intNum3 % i == 0) {\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intAnswer);\n\n\n\n\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}", "main", "{\n\n\t\t//入力値1つ目\n\t\tint intNum1 = 0;\n\n\t\t//入力値2つ目\n\t\tint intNum2 = 0;\n\n\t\t//入力値3つ目\n\t\tint intNum3 = 0;\n\n\t\tint intAnswer = 0;\n\n\t\ttry{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]とstrLineAry[2]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//aからbの値でループ\n\t\t\tfor(int i = intNum1; i <= intNum2; i++) {\n\n\t\t\t\t//aからbの値がintNum3の剰余0ならカウントする\n\t\t\t\tif(intNum3 % i == 0) {\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intAnswer);\n\n\n\n\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}\n\t}", "int intNum1 = 0;", "intNum1", "0", "int intNum2 = 0;", "intNum2", "0", "int intNum3 = 0;", "intNum3", "0", "int intAnswer = 0;", "intAnswer", "0", "try{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]とstrLineAry[2]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//aからbの値でループ\n\t\t\tfor(int i = intNum1; i <= intNum2; i++) {\n\n\t\t\t\t//aからbの値がintNum3の剰余0ならカウントする\n\t\t\t\tif(intNum3 % i == 0) {\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intAnswer);\n\n\n\n\n\n\t\t\t//例外処理\n\t\t\t}catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}", "catch(IOException e) {\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}", "IOException e", "{\n\n\t\t\t\t//例外時の出力\n\t\t\t\tSystem.out.println(e);\n\n\t\t\t}", "System.out.println(e)", "System.out.println", "System.out", "System", "System.out", "e", "catch(NumberFormatException e) {\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}", "NumberFormatException e", "{\n\n\t\t\t\t//数値以外の入力値で出力\n\t\t\t\tSystem.out.println(\"数値で入力して下さい\");\n\t\t\t}", "System.out.println(\"数値で入力して下さい\")", "System.out.println", "System.out", "System", "System.out", "\"数値で入力して下さい\"", "{\n\t\t\t//キーボードからの入力準備\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\t//キーボードからの入力をString型で受け取る\n\t\t\tString strLine = br.readLine();\n\n\t\t\t//文字列の分割:入力値を\" \"で分ける\n\t\t\t//分けた文字列はstrLineAry[0]とstrLineAry[1]とstrLineAry[2]に分けられる\n\t\t\tString[] strLineAry = strLine.split(\" \");\n\n\t\t\t//入力値の1つ目の値\n\t\t\tintNum1 = Integer.parseInt(strLineAry[0]);\n\n\t\t\t//2つ目の値\n\t\t\tintNum2 = Integer.parseInt(strLineAry[1]);\n\n\t\t\t//3つ目の値\n\t\t\tintNum3 = Integer.parseInt(strLineAry[2]);\n\n\t\t\t//aからbの値でループ\n\t\t\tfor(int i = intNum1; i <= intNum2; i++) {\n\n\t\t\t\t//aからbの値がintNum3の剰余0ならカウントする\n\t\t\t\tif(intNum3 % i == 0) {\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//結果を出力\n\t\t\tSystem.out.println(intAnswer);\n\n\n\n\n\n\t\t\t//例外処理\n\t\t\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String strLine = br.readLine();", "strLine", "br.readLine()", "br.readLine", "br", "String[] strLineAry = strLine.split(\" \");", "strLineAry", "strLine.split(\" \")", "strLine.split", "strLine", "\" \"", "intNum1 = Integer.parseInt(strLineAry[0])", "intNum1", "Integer.parseInt(strLineAry[0])", "Integer.parseInt", "Integer", "strLineAry[0]", "strLineAry", "0", "intNum2 = Integer.parseInt(strLineAry[1])", "intNum2", "Integer.parseInt(strLineAry[1])", "Integer.parseInt", "Integer", "strLineAry[1]", "strLineAry", "1", "intNum3 = Integer.parseInt(strLineAry[2])", "intNum3", "Integer.parseInt(strLineAry[2])", "Integer.parseInt", "Integer", "strLineAry[2]", "strLineAry", "2", "for(int i = intNum1; i <= intNum2; i++) {\n\n\t\t\t\t//aからbの値がintNum3の剰余0ならカウントする\n\t\t\t\tif(intNum3 % i == 0) {\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}\n\t\t\t}", "int i = intNum1;", "int i = intNum1;", "i", "intNum1", "i <= intNum2", "i", "intNum2", "i++", "i++", "i", "{\n\n\t\t\t\t//aからbの値がintNum3の剰余0ならカウントする\n\t\t\t\tif(intNum3 % i == 0) {\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}\n\t\t\t}", "{\n\n\t\t\t\t//aからbの値がintNum3の剰余0ならカウントする\n\t\t\t\tif(intNum3 % i == 0) {\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}\n\t\t\t}", "if(intNum3 % i == 0) {\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}", "intNum3 % i == 0", "intNum3 % i", "intNum3", "i", "0", "{\n\n\t\t\t\t\t//約数があるのでカウント\n\t\t\t\t\tintAnswer++;\n\t\t\t\t}", "intAnswer++", "intAnswer", "System.out.println(intAnswer)", "System.out.println", "System.out", "System", "System.out", "intAnswer", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /** * Lesson2B 3つの整数 a 、b 、c を読み込み、 *a から b までの整数の中に、c の約数がいくつあるかを求めるプログラム * @author 前島佑介 * @version 2014/12/1 */ class Main { // プログラムのエントリポイント public static void main(String[] args) { //入力値1つ目 int intNum1 = 0; //入力値2つ目 int intNum2 = 0; //入力値3つ目 int intNum3 = 0; int intAnswer = 0; try{ //キーボードからの入力準備 BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); //キーボードからの入力をString型で受け取る String strLine = br.readLine(); //文字列の分割:入力値を" "で分ける //分けた文字列はstrLineAry[0]とstrLineAry[1]とstrLineAry[2]に分けられる String[] strLineAry = strLine.split(" "); //入力値の1つ目の値 intNum1 = Integer.parseInt(strLineAry[0]); //2つ目の値 intNum2 = Integer.parseInt(strLineAry[1]); //3つ目の値 intNum3 = Integer.parseInt(strLineAry[2]); //aからbの値でループ for(int i = intNum1; i <= intNum2; i++) { //aからbの値がintNum3の剰余0ならカウントする if(intNum3 % i == 0) { //約数があるのでカウント intAnswer++; } } //結果を出力 System.out.println(intAnswer); //例外処理 }catch(IOException e) { //例外時の出力 System.out.println(e); }catch(NumberFormatException e) { //数値以外の入力値で出力 System.out.println("数値で入力して下さい"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 17, 12, 13, 30, 4, 18, 20, 23, 13, 12, 13, 30, 41, 13, 8, 4, 18, 13, 20, 20, 41, 13, 20, 4, 13, 13, 13, 4, 18, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 13, 4, 18, 18, 13, 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 ], [ 103, 11 ], [ 103, 12 ], [ 12, 13 ], [ 12, 14 ], [ 103, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 15, 21 ], [ 21, 22 ], [ 103, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 28, 32 ], [ 28, 33 ], [ 25, 34 ], [ 34, 35 ], [ 34, 36 ], [ 25, 37 ], [ 37, 38 ], [ 37, 39 ], [ 37, 40 ], [ 25, 41 ], [ 41, 42 ], [ 42, 43 ], [ 103, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 47, 48 ], [ 46, 49 ], [ 49, 50 ], [ 46, 51 ], [ 51, 52 ], [ 46, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 56, 57 ], [ 46, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 61, 62 ], [ 46, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 46, 68 ], [ 68, 69 ], [ 68, 70 ], [ 46, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 76, 77 ], [ 76, 78 ], [ 71, 79 ], [ 79, 80 ], [ 80, 81 ], [ 71, 82 ], [ 83, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 85, 89 ], [ 84, 90 ], [ 90, 91 ], [ 46, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 92, 97 ], [ 44, 98 ], [ 98, 99 ], [ 44, 100 ], [ 100, 101 ], [ 0, 102 ], [ 102, 103 ], [ 102, 104 ] ]
[ "import java.io.ByteArrayInputStream;\nimport java.io.PrintWriter;\nimport java.util.Scanner;\n\npublic class Main {\n\t\n\tString INPUT = \"\";\n\t\n\tpublic static void main(String[] args) throws Exception {\n\t\tnew Main().run();\n\t}\n\t\n\tvoid run() {\n\t\tScanner sc = INPUT.isEmpty() ? new Scanner(System.in) : new Scanner(new ByteArrayInputStream(INPUT.getBytes()));\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\t\n\t\tsolve(sc, out);\n\t\tout.flush();\n\t}\n\t\n\tvoid solve(Scanner sc, PrintWriter out) {\n\t\tint x,y,z;\n\t\t\n\t\tx = sc.nextInt();\n\t\ty = sc.nextInt();\n\t\tz = sc.nextInt();\n\t\t\n\t\tint cnt = 0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif (z%i == 0) cnt++;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}\n", "import java.io.ByteArrayInputStream;", "ByteArrayInputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\t\n\tString INPUT = \"\";\n\t\n\tpublic static void main(String[] args) throws Exception {\n\t\tnew Main().run();\n\t}\n\t\n\tvoid run() {\n\t\tScanner sc = INPUT.isEmpty() ? new Scanner(System.in) : new Scanner(new ByteArrayInputStream(INPUT.getBytes()));\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\t\n\t\tsolve(sc, out);\n\t\tout.flush();\n\t}\n\t\n\tvoid solve(Scanner sc, PrintWriter out) {\n\t\tint x,y,z;\n\t\t\n\t\tx = sc.nextInt();\n\t\ty = sc.nextInt();\n\t\tz = sc.nextInt();\n\t\t\n\t\tint cnt = 0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif (z%i == 0) cnt++;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}", "Main", "String INPUT = \"\";", "INPUT", "\"\"", "public static void main(String[] args) throws Exception {\n\t\tnew Main().run();\n\t}", "main", "{\n\t\tnew Main().run();\n\t}", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "void run() {\n\t\tScanner sc = INPUT.isEmpty() ? new Scanner(System.in) : new Scanner(new ByteArrayInputStream(INPUT.getBytes()));\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\t\n\t\tsolve(sc, out);\n\t\tout.flush();\n\t}", "run", "{\n\t\tScanner sc = INPUT.isEmpty() ? new Scanner(System.in) : new Scanner(new ByteArrayInputStream(INPUT.getBytes()));\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\t\n\t\tsolve(sc, out);\n\t\tout.flush();\n\t}", "Scanner sc = INPUT.isEmpty() ? new Scanner(System.in) : new Scanner(new ByteArrayInputStream(INPUT.getBytes()));", "sc", "INPUT.isEmpty() ? new Scanner(System.in) : new Scanner(new ByteArrayInputStream(INPUT.getBytes()))", "INPUT.isEmpty()", "INPUT.isEmpty", "INPUT", "new Scanner(System.in)", "new Scanner(new ByteArrayInputStream(INPUT.getBytes()))", "PrintWriter out = new PrintWriter(System.out);", "out", "new PrintWriter(System.out)", "solve(sc, out)", "solve", "sc", "out", "out.flush()", "out.flush", "out", "void solve(Scanner sc, PrintWriter out) {\n\t\tint x,y,z;\n\t\t\n\t\tx = sc.nextInt();\n\t\ty = sc.nextInt();\n\t\tz = sc.nextInt();\n\t\t\n\t\tint cnt = 0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif (z%i == 0) cnt++;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}", "solve", "{\n\t\tint x,y,z;\n\t\t\n\t\tx = sc.nextInt();\n\t\ty = sc.nextInt();\n\t\tz = sc.nextInt();\n\t\t\n\t\tint cnt = 0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif (z%i == 0) cnt++;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}", "int x", "x", "y", "y", "z;", "z", "x = sc.nextInt()", "x", "sc.nextInt()", "sc.nextInt", "sc", "y = sc.nextInt()", "y", "sc.nextInt()", "sc.nextInt", "sc", "z = sc.nextInt()", "z", "sc.nextInt()", "sc.nextInt", "sc", "int cnt = 0;", "cnt", "0", "for (int i = x; i <= y; i++) {\n\t\t\tif (z%i == 0) cnt++;\n\t\t}", "int i = x;", "int i = x;", "i", "x", "i <= y", "i", "y", "i++", "i++", "i", "{\n\t\t\tif (z%i == 0) cnt++;\n\t\t}", "{\n\t\t\tif (z%i == 0) cnt++;\n\t\t}", "if (z%i == 0) cnt++;", "z%i == 0", "z%i", "z", "i", "0", "cnt++", "cnt", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "Scanner sc", "sc", "PrintWriter out", "out", "public class Main {\n\t\n\tString INPUT = \"\";\n\t\n\tpublic static void main(String[] args) throws Exception {\n\t\tnew Main().run();\n\t}\n\t\n\tvoid run() {\n\t\tScanner sc = INPUT.isEmpty() ? new Scanner(System.in) : new Scanner(new ByteArrayInputStream(INPUT.getBytes()));\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\t\n\t\tsolve(sc, out);\n\t\tout.flush();\n\t}\n\t\n\tvoid solve(Scanner sc, PrintWriter out) {\n\t\tint x,y,z;\n\t\t\n\t\tx = sc.nextInt();\n\t\ty = sc.nextInt();\n\t\tz = sc.nextInt();\n\t\t\n\t\tint cnt = 0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif (z%i == 0) cnt++;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}", "public class Main {\n\t\n\tString INPUT = \"\";\n\t\n\tpublic static void main(String[] args) throws Exception {\n\t\tnew Main().run();\n\t}\n\t\n\tvoid run() {\n\t\tScanner sc = INPUT.isEmpty() ? new Scanner(System.in) : new Scanner(new ByteArrayInputStream(INPUT.getBytes()));\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\t\n\t\tsolve(sc, out);\n\t\tout.flush();\n\t}\n\t\n\tvoid solve(Scanner sc, PrintWriter out) {\n\t\tint x,y,z;\n\t\t\n\t\tx = sc.nextInt();\n\t\ty = sc.nextInt();\n\t\tz = sc.nextInt();\n\t\t\n\t\tint cnt = 0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif (z%i == 0) cnt++;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}", "Main" ]
import java.io.ByteArrayInputStream; import java.io.PrintWriter; import java.util.Scanner; public class Main { String INPUT = ""; public static void main(String[] args) throws Exception { new Main().run(); } void run() { Scanner sc = INPUT.isEmpty() ? new Scanner(System.in) : new Scanner(new ByteArrayInputStream(INPUT.getBytes())); PrintWriter out = new PrintWriter(System.out); solve(sc, out); out.flush(); } void solve(Scanner sc, PrintWriter out) { int x,y,z; x = sc.nextInt(); y = sc.nextInt(); z = sc.nextInt(); int cnt = 0; for (int i = x; i <= y; i++) { if (z%i == 0) cnt++; } System.out.println(cnt); } }
[ 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, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 63, 5 ], [ 63, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 11, 12 ], [ 11, 13 ], [ 10, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 10, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 10, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 10, 29 ], [ 29, 30 ], [ 29, 31 ], [ 10, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 37, 38 ], [ 37, 39 ], [ 32, 40 ], [ 40, 41 ], [ 41, 42 ], [ 32, 43 ], [ 44, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 45, 51 ], [ 51, 52 ], [ 52, 53 ], [ 10, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 6, 60 ], [ 60, 61 ], [ 0, 62 ], [ 62, 63 ], [ 62, 64 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n try (Scanner scanner = new Scanner(System.in)) {\n final int start = scanner.nextInt();\n final int end = scanner.nextInt();\n final int c = scanner.nextInt();\n int counter = 0;\n for (int i = start; i <= end; i++) {\n if (c % i == 0) {\n counter++;\n }\n }\n System.out.println(counter);\n }\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n try (Scanner scanner = new Scanner(System.in)) {\n final int start = scanner.nextInt();\n final int end = scanner.nextInt();\n final int c = scanner.nextInt();\n int counter = 0;\n for (int i = start; i <= end; i++) {\n if (c % i == 0) {\n counter++;\n }\n }\n System.out.println(counter);\n }\n }\n}", "Main", "public static void main(String[] args) {\n try (Scanner scanner = new Scanner(System.in)) {\n final int start = scanner.nextInt();\n final int end = scanner.nextInt();\n final int c = scanner.nextInt();\n int counter = 0;\n for (int i = start; i <= end; i++) {\n if (c % i == 0) {\n counter++;\n }\n }\n System.out.println(counter);\n }\n }", "main", "{\n try (Scanner scanner = new Scanner(System.in)) {\n final int start = scanner.nextInt();\n final int end = scanner.nextInt();\n final int c = scanner.nextInt();\n int counter = 0;\n for (int i = start; i <= end; i++) {\n if (c % i == 0) {\n counter++;\n }\n }\n System.out.println(counter);\n }\n }", "try (Scanner scanner = new Scanner(System.in)) {\n final int start = scanner.nextInt();\n final int end = scanner.nextInt();\n final int c = scanner.nextInt();\n int counter = 0;\n for (int i = start; i <= end; i++) {\n if (c % i == 0) {\n counter++;\n }\n }\n System.out.println(counter);\n }", "{\n final int start = scanner.nextInt();\n final int end = scanner.nextInt();\n final int c = scanner.nextInt();\n int counter = 0;\n for (int i = start; i <= end; i++) {\n if (c % i == 0) {\n counter++;\n }\n }\n System.out.println(counter);\n }", "Scanner scanner = new Scanner(System.in)", "Scanner scanner = new Scanner(System.in)", "new Scanner(System.in)", "final int start = scanner.nextInt();", "start", "scanner.nextInt()", "scanner.nextInt", "scanner", "final int end = scanner.nextInt();", "end", "scanner.nextInt()", "scanner.nextInt", "scanner", "final int c = scanner.nextInt();", "c", "scanner.nextInt()", "scanner.nextInt", "scanner", "int counter = 0;", "counter", "0", "for (int i = start; i <= end; i++) {\n if (c % i == 0) {\n counter++;\n }\n }", "int i = start;", "int i = start;", "i", "start", "i <= end", "i", "end", "i++", "i++", "i", "{\n if (c % i == 0) {\n counter++;\n }\n }", "{\n if (c % i == 0) {\n counter++;\n }\n }", "if (c % i == 0) {\n counter++;\n }", "c % i == 0", "c % i", "c", "i", "0", "{\n counter++;\n }", "counter++", "counter", "System.out.println(counter)", "System.out.println", "System.out", "System", "System.out", "counter", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n try (Scanner scanner = new Scanner(System.in)) {\n final int start = scanner.nextInt();\n final int end = scanner.nextInt();\n final int c = scanner.nextInt();\n int counter = 0;\n for (int i = start; i <= end; i++) {\n if (c % i == 0) {\n counter++;\n }\n }\n System.out.println(counter);\n }\n }\n}", "public class Main {\n public static void main(String[] args) {\n try (Scanner scanner = new Scanner(System.in)) {\n final int start = scanner.nextInt();\n final int end = scanner.nextInt();\n final int c = scanner.nextInt();\n int counter = 0;\n for (int i = start; i <= end; i++) {\n if (c % i == 0) {\n counter++;\n }\n }\n System.out.println(counter);\n }\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { try (Scanner scanner = new Scanner(System.in)) { final int start = scanner.nextInt(); final int end = scanner.nextInt(); final int c = scanner.nextInt(); int counter = 0; for (int i = start; i <= end; i++) { if (c % i == 0) { counter++; } } System.out.println(counter); } } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 12, 13, 30, 0, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 63, 5 ], [ 63, 6 ], [ 6, 7 ], [ 63, 8 ], [ 8, 9 ], [ 8, 10 ], [ 10, 11 ], [ 11, 12 ], [ 11, 13 ], [ 10, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 10, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 10, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 10, 29 ], [ 29, 30 ], [ 29, 31 ], [ 10, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 37, 38 ], [ 37, 39 ], [ 32, 40 ], [ 40, 41 ], [ 41, 42 ], [ 32, 43 ], [ 44, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 45, 51 ], [ 51, 52 ], [ 52, 53 ], [ 10, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 8, 60 ], [ 60, 61 ], [ 0, 62 ], [ 62, 63 ], [ 62, 64 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n public static Scanner sc;\n public static void main(String[] args) throws Exception {\n sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int res = 0;\n for (int i = a; i <= b; i++) {\n if (c%i == 0) {\n res++;\n }\n }\n System.out.println(res);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static Scanner sc;\n public static void main(String[] args) throws Exception {\n sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int res = 0;\n for (int i = a; i <= b; i++) {\n if (c%i == 0) {\n res++;\n }\n }\n System.out.println(res);\n }\n}", "Main", "public static Scanner sc;", "sc", "public static void main(String[] args) throws Exception {\n sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int res = 0;\n for (int i = a; i <= b; i++) {\n if (c%i == 0) {\n res++;\n }\n }\n System.out.println(res);\n }", "main", "{\n sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int res = 0;\n for (int i = a; i <= b; i++) {\n if (c%i == 0) {\n res++;\n }\n }\n System.out.println(res);\n }", "sc = new Scanner(System.in)", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int res = 0;", "res", "0", "for (int i = a; i <= b; i++) {\n if (c%i == 0) {\n res++;\n }\n }", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n if (c%i == 0) {\n res++;\n }\n }", "{\n if (c%i == 0) {\n res++;\n }\n }", "if (c%i == 0) {\n res++;\n }", "c%i == 0", "c%i", "c", "i", "0", "{\n res++;\n }", "res++", "res", "System.out.println(res)", "System.out.println", "System.out", "System", "System.out", "res", "String[] args", "args", "public class Main {\n public static Scanner sc;\n public static void main(String[] args) throws Exception {\n sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int res = 0;\n for (int i = a; i <= b; i++) {\n if (c%i == 0) {\n res++;\n }\n }\n System.out.println(res);\n }\n}", "public class Main {\n public static Scanner sc;\n public static void main(String[] args) throws Exception {\n sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int res = 0;\n for (int i = a; i <= b; i++) {\n if (c%i == 0) {\n res++;\n }\n }\n System.out.println(res);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static Scanner sc; public static void main(String[] args) throws Exception { sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int res = 0; for (int i = a; i <= b; i++) { if (c%i == 0) { res++; } } System.out.println(res); } }
[ 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, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 11, 12 ], [ 11, 13 ], [ 10, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 10, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 10, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 10, 29 ], [ 29, 30 ], [ 29, 31 ], [ 10, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 37, 38 ], [ 37, 39 ], [ 32, 40 ], [ 40, 41 ], [ 41, 42 ], [ 32, 43 ], [ 44, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 45, 51 ], [ 51, 52 ], [ 52, 53 ], [ 10, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 6, 60 ], [ 60, 61 ] ]
[ "import java.util.*;\n\nclass Main {\n public static void main(String args[]) {\n try (Scanner sc = new Scanner(System.in)) {\n int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n int ans = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }\n }\n}", "import java.util.*;", "util.*", "java", "class Main {\n public static void main(String args[]) {\n try (Scanner sc = new Scanner(System.in)) {\n int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n int ans = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }\n }\n}", "Main", "public static void main(String args[]) {\n try (Scanner sc = new Scanner(System.in)) {\n int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n int ans = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }\n }", "main", "{\n try (Scanner sc = new Scanner(System.in)) {\n int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n int ans = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }\n }", "try (Scanner sc = new Scanner(System.in)) {\n int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n int ans = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }", "{\n int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt();\n int ans = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }", "Scanner sc = new Scanner(System.in)", "Scanner sc = new Scanner(System.in)", "new Scanner(System.in)", "int a = sc.nextInt()", "a", "sc.nextInt()", "sc.nextInt", "sc", "b = sc.nextInt()", "b", "sc.nextInt()", "sc.nextInt", "sc", "c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int ans = 0;", "ans", "0", "for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n if (c % i == 0) {\n ans++;\n }\n }", "{\n if (c % i == 0) {\n ans++;\n }\n }", "if (c % i == 0) {\n ans++;\n }", "c % i == 0", "c % i", "c", "i", "0", "{\n ans++;\n }", "ans++", "ans", "System.out.println(ans)", "System.out.println", "System.out", "System", "System.out", "ans", "String args[]", "args" ]
import java.util.*; class Main { public static void main(String args[]) { try (Scanner sc = new Scanner(System.in)) { int a = sc.nextInt(), b = sc.nextInt(), c = sc.nextInt(); int ans = 0; for (int i = a; i <= b; i++) { if (c % i == 0) { ans++; } } System.out.println(ans); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 4, 18, 13, 17, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 42, 17, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 40, 13, 14, 2, 13, 13, 3, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 13, 14 ], [ 12, 15 ], [ 8, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 37, 43 ], [ 43, 44 ], [ 44, 45 ], [ 36, 46 ], [ 46, 47 ], [ 36, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 8, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 6, 59 ], [ 59, 60 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n\tstatic public void main (String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint i = 0;\n\n\t\twhile(true){\n\t\t\tif(c%a == 0){\n\t\t\t\ti++;\n\t\t\t}\n\t\t\ta++;\n\t\t\tif(a>b)\n\t\t\t\tbreak;\n\t\t}\n\t\tSystem.out.println(i);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\tstatic public void main (String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint i = 0;\n\n\t\twhile(true){\n\t\t\tif(c%a == 0){\n\t\t\t\ti++;\n\t\t\t}\n\t\t\ta++;\n\t\t\tif(a>b)\n\t\t\t\tbreak;\n\t\t}\n\t\tSystem.out.println(i);\n\t}\n}", "Main", "static public void main (String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint i = 0;\n\n\t\twhile(true){\n\t\t\tif(c%a == 0){\n\t\t\t\ti++;\n\t\t\t}\n\t\t\ta++;\n\t\t\tif(a>b)\n\t\t\t\tbreak;\n\t\t}\n\t\tSystem.out.println(i);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint i = 0;\n\n\t\twhile(true){\n\t\t\tif(c%a == 0){\n\t\t\t\ti++;\n\t\t\t}\n\t\t\ta++;\n\t\t\tif(a>b)\n\t\t\t\tbreak;\n\t\t}\n\t\tSystem.out.println(i);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "sc.useDelimiter(\"\\\\s\")", "sc.useDelimiter", "sc", "\"\\\\s\"", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int i = 0;", "i", "0", "while(true){\n\t\t\tif(c%a == 0){\n\t\t\t\ti++;\n\t\t\t}\n\t\t\ta++;\n\t\t\tif(a>b)\n\t\t\t\tbreak;\n\t\t}", "true", "{\n\t\t\tif(c%a == 0){\n\t\t\t\ti++;\n\t\t\t}\n\t\t\ta++;\n\t\t\tif(a>b)\n\t\t\t\tbreak;\n\t\t}", "if(c%a == 0){\n\t\t\t\ti++;\n\t\t\t}", "c%a == 0", "c%a", "c", "a", "0", "{\n\t\t\t\ti++;\n\t\t\t}", "i++", "i", "a++", "a", "if(a>b)\n\t\t\t\tbreak;", "a>b", "a", "b", "break;", "System.out.println(i)", "System.out.println", "System.out", "System", "System.out", "i", "String args[]", "args" ]
import java.util.Scanner; class Main{ static public void main (String args[]){ Scanner sc = new Scanner(System.in); sc.useDelimiter("\\s"); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int i = 0; while(true){ if(c%a == 0){ i++; } a++; if(a>b) break; } System.out.println(i); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 14, 2, 13, 13, 30, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 30, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 95, 5 ], [ 95, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 35, 40 ], [ 40, 41 ], [ 40, 42 ], [ 35, 43 ], [ 43, 44 ], [ 44, 45 ], [ 35, 46 ], [ 47, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 48, 54 ], [ 54, 55 ], [ 55, 56 ], [ 34, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 30, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 64, 69 ], [ 69, 70 ], [ 69, 71 ], [ 64, 72 ], [ 72, 73 ], [ 73, 74 ], [ 64, 75 ], [ 76, 76 ], [ 76, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 78, 82 ], [ 77, 83 ], [ 83, 84 ], [ 84, 85 ], [ 63, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 86, 91 ], [ 6, 92 ], [ 92, 93 ], [ 0, 94 ], [ 94, 95 ], [ 94, 96 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\t\t//ArrayList<Integer[]> list = new ArrayList<Integer[]>();\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint intCount = 0;\n\n\t\tif(a < b){\n\n\t\t\tfor(int i = a; i <= b; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}else{\n\n\t\t\tfor(int i = b; i <= a; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}\n\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\t\t//ArrayList<Integer[]> list = new ArrayList<Integer[]>();\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint intCount = 0;\n\n\t\tif(a < b){\n\n\t\t\tfor(int i = a; i <= b; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}else{\n\n\t\t\tfor(int i = b; i <= a; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}\n\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\t\t//ArrayList<Integer[]> list = new ArrayList<Integer[]>();\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint intCount = 0;\n\n\t\tif(a < b){\n\n\t\t\tfor(int i = a; i <= b; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}else{\n\n\t\t\tfor(int i = b; i <= a; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}\n\n\t}", "main", "{\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\t\t//ArrayList<Integer[]> list = new ArrayList<Integer[]>();\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint intCount = 0;\n\n\t\tif(a < b){\n\n\t\t\tfor(int i = a; i <= b; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}else{\n\n\t\t\tfor(int i = b; i <= a; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}\n\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a = scan.nextInt();", "a", "scan.nextInt()", "scan.nextInt", "scan", "int b = scan.nextInt();", "b", "scan.nextInt()", "scan.nextInt", "scan", "int c = scan.nextInt();", "c", "scan.nextInt()", "scan.nextInt", "scan", "int intCount = 0;", "intCount", "0", "if(a < b){\n\n\t\t\tfor(int i = a; i <= b; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}else{\n\n\t\t\tfor(int i = b; i <= a; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}", "a < b", "a", "b", "{\n\n\t\t\tfor(int i = a; i <= b; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}", "for(int i = a; i <= b; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}", "{\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}", "if(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\t\t\tintCount++;\n\t\t\t\t}", "intCount++", "intCount", "System.out.println(intCount)", "System.out.println", "System.out", "System", "System.out", "intCount", "{\n\n\t\t\tfor(int i = b; i <= a; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}", "for(int i = b; i <= a; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}", "int i = b;", "int i = b;", "i", "b", "i <= a", "i", "a", "i++", "i++", "i", "{\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}", "{\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}", "if(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\t\t\tintCount++;\n\t\t\t\t}", "intCount++", "intCount", "System.out.println(intCount)", "System.out.println", "System.out", "System", "System.out", "intCount", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\t\t//ArrayList<Integer[]> list = new ArrayList<Integer[]>();\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint intCount = 0;\n\n\t\tif(a < b){\n\n\t\t\tfor(int i = a; i <= b; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}else{\n\n\t\t\tfor(int i = b; i <= a; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}\n\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\n\t\t//System.out.println(\"??\\???>>\");\n\n\t\tScanner scan = new Scanner(System.in);\n\t\t//ArrayList<Integer[]> list = new ArrayList<Integer[]>();\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\n\t\tint intCount = 0;\n\n\t\tif(a < b){\n\n\t\t\tfor(int i = a; i <= b; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}else{\n\n\t\t\tfor(int i = b; i <= a; i++){\n\n\t\t\t\tif(c % i == 0){\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t\t//System.out.println(\"i: \" + i);\n\t\t\t}\n\t\t\t//System.out.println(\"intCount: \" + intCount);\n\t\t\tSystem.out.println(intCount);\n\t\t}\n\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO ????????????????????????????????????????????? //System.out.println("??\???>>"); Scanner scan = new Scanner(System.in); //ArrayList<Integer[]> list = new ArrayList<Integer[]>(); int a = scan.nextInt(); int b = scan.nextInt(); int c = scan.nextInt(); int intCount = 0; if(a < b){ for(int i = a; i <= b; i++){ if(c % i == 0){ intCount++; } //System.out.println("i: " + i); } //System.out.println("intCount: " + intCount); System.out.println(intCount); }else{ for(int i = b; i <= a; i++){ if(c % i == 0){ intCount++; } //System.out.println("i: " + i); } //System.out.println("intCount: " + intCount); System.out.println(intCount); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 17, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 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 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 63, 69 ], [ 69, 70 ], [ 70, 71 ], [ 8, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 72, 77 ], [ 6, 78 ], [ 78, 79 ] ]
[ "import java.io.*;\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuilder sb = new StringBuilder();\n\n//\t\twhile(true) {\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(line[0]);\n\t\t\tint b = Integer.parseInt(line[1]);\n\t\t\tint c = Integer.parseInt(line[2]);\n\t\t\tint count = 0;\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n//\t\t}\n\t}\n}", "import java.io.*;", "io.*", "java", "class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuilder sb = new StringBuilder();\n\n//\t\twhile(true) {\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(line[0]);\n\t\t\tint b = Integer.parseInt(line[1]);\n\t\t\tint c = Integer.parseInt(line[2]);\n\t\t\tint count = 0;\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n//\t\t}\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuilder sb = new StringBuilder();\n\n//\t\twhile(true) {\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(line[0]);\n\t\t\tint b = Integer.parseInt(line[1]);\n\t\t\tint c = Integer.parseInt(line[2]);\n\t\t\tint count = 0;\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n//\t\t}\n\t}", "main", "{\n\t\tBufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuilder sb = new StringBuilder();\n\n//\t\twhile(true) {\n\t\t\tString[] line = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(line[0]);\n\t\t\tint b = Integer.parseInt(line[1]);\n\t\t\tint c = Integer.parseInt(line[2]);\n\t\t\tint count = 0;\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n//\t\t}\n\t}", "BufferedReader br =\n\t\t\tnew BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringBuilder sb = new StringBuilder();", "sb", "new StringBuilder()", "String[] line = br.readLine().split(\" \");", "line", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int a = Integer.parseInt(line[0]);", "a", "Integer.parseInt(line[0])", "Integer.parseInt", "Integer", "line[0]", "line", "0", "int b = Integer.parseInt(line[1]);", "b", "Integer.parseInt(line[1])", "Integer.parseInt", "Integer", "line[1]", "line", "1", "int c = Integer.parseInt(line[2]);", "c", "Integer.parseInt(line[2])", "Integer.parseInt", "Integer", "line[2]", "line", "2", "int count = 0;", "count", "0", "for(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\t\tif(c % i == 0) {\n\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}", "{\n\t\t\t\tif(c % i == 0) {\n\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}", "if(c % i == 0) {\n\t\t\t\tcount++;\n\t\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\t\tcount++;\n\t\t\t\t}", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args" ]
import java.io.*; class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringBuilder sb = new StringBuilder(); // while(true) { String[] line = br.readLine().split(" "); int a = Integer.parseInt(line[0]); int b = Integer.parseInt(line[1]); int c = Integer.parseInt(line[2]); int count = 0; for(int i = a; i <= b; i++) { if(c % i == 0) { count++; } } System.out.println(count); // } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 17, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 13 ], [ 13, 14 ], [ 13, 15 ], [ 8, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 16, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 23, 25 ], [ 16, 26 ], [ 26, 27 ], [ 27, 28 ], [ 16, 29 ], [ 30, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 31, 35 ], [ 35, 36 ], [ 36, 37 ], [ 8, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 40, 42 ], [ 8, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 8, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 50, 52 ], [ 8, 53 ], [ 53, 54 ], [ 53, 55 ], [ 8, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 56, 61 ], [ 61, 62 ], [ 61, 63 ], [ 56, 64 ], [ 64, 65 ], [ 65, 66 ], [ 56, 67 ], [ 68, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 70, 74 ], [ 69, 75 ], [ 75, 76 ], [ 76, 77 ], [ 8, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 78, 83 ], [ 6, 84 ], [ 84, 85 ] ]
[ "import java.util.*;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tint s[]=new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfor(int i=0;i<s.length;i++){\n\t\t\ts[i]= sc.nextInt();\n\t\t}\n\t\tint a = s[0];\n\t\tint b = s[1];\n\t\tint c = s[2];\n\t\tint cnt = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}\n\t\t\t\t\n\t\tSystem.out.println(cnt);\n\t}\n}", "import java.util.*;", "util.*", "java", "class Main{\n\tpublic static void main(String[] args){\n\t\tint s[]=new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfor(int i=0;i<s.length;i++){\n\t\t\ts[i]= sc.nextInt();\n\t\t}\n\t\tint a = s[0];\n\t\tint b = s[1];\n\t\tint c = s[2];\n\t\tint cnt = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}\n\t\t\t\t\n\t\tSystem.out.println(cnt);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tint s[]=new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfor(int i=0;i<s.length;i++){\n\t\t\ts[i]= sc.nextInt();\n\t\t}\n\t\tint a = s[0];\n\t\tint b = s[1];\n\t\tint c = s[2];\n\t\tint cnt = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}\n\t\t\t\t\n\t\tSystem.out.println(cnt);\n\t}", "main", "{\n\t\tint s[]=new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfor(int i=0;i<s.length;i++){\n\t\t\ts[i]= sc.nextInt();\n\t\t}\n\t\tint a = s[0];\n\t\tint b = s[1];\n\t\tint c = s[2];\n\t\tint cnt = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}\n\t\t\t\t\n\t\tSystem.out.println(cnt);\n\t}", "int s[]=new int[3];", "s", "new int[3]", "3", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "for(int i=0;i<s.length;i++){\n\t\t\ts[i]= sc.nextInt();\n\t\t}", "int i=0;", "int i=0;", "i", "0", "i<s.length", "i", "s.length", "s", "s.length", "i++", "i++", "i", "{\n\t\t\ts[i]= sc.nextInt();\n\t\t}", "{\n\t\t\ts[i]= sc.nextInt();\n\t\t}", "s[i]= sc.nextInt()", "s[i]", "s", "i", "sc.nextInt()", "sc.nextInt", "sc", "int a = s[0];", "a", "s[0]", "s", "0", "int b = s[1];", "b", "s[1]", "s", "1", "int c = s[2];", "c", "s[2]", "s", "2", "int cnt = 0;", "cnt", "0", "for(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}", "if((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}", "(c % i) == 0", "(c % i)", "c", "i", "0", "{\n\t\t\t\tcnt++;\n\t\t\t}", "cnt++", "cnt", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "String[] args", "args" ]
import java.util.*; class Main{ public static void main(String[] args){ int s[]=new int[3]; Scanner sc = new Scanner(System.in); for(int i=0;i<s.length;i++){ s[i]= sc.nextInt(); } int a = s[0]; int b = s[1]; int c = s[2]; int cnt = 0; for(int i = a; i <= b; i++){ if((c % i) == 0){ cnt++; } } System.out.println(cnt); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 14, 2, 13, 13, 30, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 2, 13, 17, 30, 0, 13, 13, 30, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 2, 13, 17, 30, 0, 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 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 35, 40 ], [ 40, 41 ], [ 40, 42 ], [ 35, 43 ], [ 43, 44 ], [ 44, 45 ], [ 35, 46 ], [ 47, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 48, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 57, 59 ], [ 48, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 30, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 65, 70 ], [ 70, 71 ], [ 70, 72 ], [ 65, 73 ], [ 73, 74 ], [ 74, 75 ], [ 65, 76 ], [ 77, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 79, 83 ], [ 78, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 87, 88 ], [ 87, 89 ], [ 78, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 8, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 94, 99 ], [ 6, 100 ], [ 100, 101 ], [ 0, 102 ], [ 102, 103 ], [ 102, 104 ] ]
[ "import java.util.Scanner;\n\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scanner=new Scanner(System.in);\n int a=scanner.nextInt();\n int b=scanner.nextInt();\n int c=scanner.nextInt();\n int x=0;\n if(a<=b){\n for(int i=a;i<=b; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n else{\n for(int i=b;i<=a; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n System.out.println(x);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n Scanner scanner=new Scanner(System.in);\n int a=scanner.nextInt();\n int b=scanner.nextInt();\n int c=scanner.nextInt();\n int x=0;\n if(a<=b){\n for(int i=a;i<=b; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n else{\n for(int i=b;i<=a; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n System.out.println(x);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner scanner=new Scanner(System.in);\n int a=scanner.nextInt();\n int b=scanner.nextInt();\n int c=scanner.nextInt();\n int x=0;\n if(a<=b){\n for(int i=a;i<=b; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n else{\n for(int i=b;i<=a; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n System.out.println(x);\n }", "main", "{\n Scanner scanner=new Scanner(System.in);\n int a=scanner.nextInt();\n int b=scanner.nextInt();\n int c=scanner.nextInt();\n int x=0;\n if(a<=b){\n for(int i=a;i<=b; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n else{\n for(int i=b;i<=a; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n System.out.println(x);\n }", "Scanner scanner=new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int a=scanner.nextInt();", "a", "scanner.nextInt()", "scanner.nextInt", "scanner", "int b=scanner.nextInt();", "b", "scanner.nextInt()", "scanner.nextInt", "scanner", "int c=scanner.nextInt();", "c", "scanner.nextInt()", "scanner.nextInt", "scanner", "int x=0;", "x", "0", "if(a<=b){\n for(int i=a;i<=b; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n else{\n for(int i=b;i<=a; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }", "a<=b", "a", "b", "{\n for(int i=a;i<=b; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }", "for(int i=a;i<=b; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }", "{\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }", "if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }", "c%i==0", "c%i", "c", "i", "0", "{\n x=x+1;\n }", "x=x+1", "x", "x+1", "x", "1", "{\n x=x;\n }", "x=x", "x", "x", "{\n for(int i=b;i<=a; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }", "for(int i=b;i<=a; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }", "int i=b;", "int i=b;", "i", "b", "i<=a", "i", "a", "i++", "i++", "i", "{\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }", "{\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }", "if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }", "c%i==0", "c%i", "c", "i", "0", "{\n x=x+1;\n }", "x=x+1", "x", "x+1", "x", "1", "{\n x=x;\n }", "x=x", "x", "x", "System.out.println(x)", "System.out.println", "System.out", "System", "System.out", "x", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n Scanner scanner=new Scanner(System.in);\n int a=scanner.nextInt();\n int b=scanner.nextInt();\n int c=scanner.nextInt();\n int x=0;\n if(a<=b){\n for(int i=a;i<=b; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n else{\n for(int i=b;i<=a; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n System.out.println(x);\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner scanner=new Scanner(System.in);\n int a=scanner.nextInt();\n int b=scanner.nextInt();\n int c=scanner.nextInt();\n int x=0;\n if(a<=b){\n for(int i=a;i<=b; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n else{\n for(int i=b;i<=a; i++){\n if(c%i==0){\n x=x+1;\n }\n else{\n x=x;\n }\n }\n }\n System.out.println(x);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner=new Scanner(System.in); int a=scanner.nextInt(); int b=scanner.nextInt(); int c=scanner.nextInt(); int x=0; if(a<=b){ for(int i=a;i<=b; i++){ if(c%i==0){ x=x+1; } else{ x=x; } } } else{ for(int i=b;i<=a; i++){ if(c%i==0){ x=x+1; } else{ x=x; } } } System.out.println(x); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 41, 13, 20, 0, 13, 17, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 2, 13, 17, 12, 13, 30, 4, 18, 18, 13, 13, 13, 12, 13, 30, 41, 13, 20, 4, 18, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 87, 5 ], [ 87, 6 ], [ 6, 7 ], [ 87, 8 ], [ 8, 9 ], [ 87, 10 ], [ 10, 11 ], [ 87, 12 ], [ 12, 13 ], [ 87, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 16, 20 ], [ 20, 21 ], [ 20, 22 ], [ 16, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 16, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 16, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 16, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 38, 43 ], [ 43, 44 ], [ 43, 45 ], [ 38, 46 ], [ 46, 47 ], [ 47, 48 ], [ 38, 49 ], [ 50, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 60, 62 ], [ 87, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 66, 71 ], [ 87, 72 ], [ 72, 73 ], [ 72, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 74, 78 ], [ 78, 79 ], [ 79, 80 ], [ 74, 81 ], [ 81, 82 ], [ 82, 83 ], [ 72, 84 ], [ 84, 85 ], [ 0, 86 ], [ 86, 87 ], [ 86, 88 ] ]
[ "import java.util.Scanner;\npublic class Main{\n\n int a,b,c;\n int count;\n\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\tcount = 0;\n\ta = scan.nextInt();\n b = scan.nextInt();\n c = scan.nextInt();\n\n\tfor(int i = a;i <= b;i++){\n\t if(c % i == 0){\n\t\tcount = count + 1;\n\t }\n\t}\n\n\n\n }\n public void output(){\n\tSystem.out.println(count);\n\n\n }\n \n\n\n\n public static void main(String[] args){\n\tMain p = new Main();\n\tp.input();\n \tp.output();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\n int a,b,c;\n int count;\n\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\tcount = 0;\n\ta = scan.nextInt();\n b = scan.nextInt();\n c = scan.nextInt();\n\n\tfor(int i = a;i <= b;i++){\n\t if(c % i == 0){\n\t\tcount = count + 1;\n\t }\n\t}\n\n\n\n }\n public void output(){\n\tSystem.out.println(count);\n\n\n }\n \n\n\n\n public static void main(String[] args){\n\tMain p = new Main();\n\tp.input();\n \tp.output();\n }\n}", "Main", "int a", "a", "b", "b", "c;", "c", "int count;", "count", "public void input(){\n\tScanner scan = new Scanner(System.in);\n\tcount = 0;\n\ta = scan.nextInt();\n b = scan.nextInt();\n c = scan.nextInt();\n\n\tfor(int i = a;i <= b;i++){\n\t if(c % i == 0){\n\t\tcount = count + 1;\n\t }\n\t}\n\n\n\n }", "input", "{\n\tScanner scan = new Scanner(System.in);\n\tcount = 0;\n\ta = scan.nextInt();\n b = scan.nextInt();\n c = scan.nextInt();\n\n\tfor(int i = a;i <= b;i++){\n\t if(c % i == 0){\n\t\tcount = count + 1;\n\t }\n\t}\n\n\n\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "count = 0", "count", "0", "a = scan.nextInt()", "a", "scan.nextInt()", "scan.nextInt", "scan", "b = scan.nextInt()", "b", "scan.nextInt()", "scan.nextInt", "scan", "c = scan.nextInt()", "c", "scan.nextInt()", "scan.nextInt", "scan", "for(int i = a;i <= b;i++){\n\t if(c % i == 0){\n\t\tcount = count + 1;\n\t }\n\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t if(c % i == 0){\n\t\tcount = count + 1;\n\t }\n\t}", "{\n\t if(c % i == 0){\n\t\tcount = count + 1;\n\t }\n\t}", "if(c % i == 0){\n\t\tcount = count + 1;\n\t }", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\tcount = count + 1;\n\t }", "count = count + 1", "count", "count + 1", "count", "1", "public void output(){\n\tSystem.out.println(count);\n\n\n }", "output", "{\n\tSystem.out.println(count);\n\n\n }", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "public static void main(String[] args){\n\tMain p = new Main();\n\tp.input();\n \tp.output();\n }", "main", "{\n\tMain p = new Main();\n\tp.input();\n \tp.output();\n }", "Main p = new Main();", "p", "new Main()", "p.input()", "p.input", "p", "p.output()", "p.output", "p", "String[] args", "args", "public class Main{\n\n int a,b,c;\n int count;\n\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\tcount = 0;\n\ta = scan.nextInt();\n b = scan.nextInt();\n c = scan.nextInt();\n\n\tfor(int i = a;i <= b;i++){\n\t if(c % i == 0){\n\t\tcount = count + 1;\n\t }\n\t}\n\n\n\n }\n public void output(){\n\tSystem.out.println(count);\n\n\n }\n \n\n\n\n public static void main(String[] args){\n\tMain p = new Main();\n\tp.input();\n \tp.output();\n }\n}", "public class Main{\n\n int a,b,c;\n int count;\n\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n\tcount = 0;\n\ta = scan.nextInt();\n b = scan.nextInt();\n c = scan.nextInt();\n\n\tfor(int i = a;i <= b;i++){\n\t if(c % i == 0){\n\t\tcount = count + 1;\n\t }\n\t}\n\n\n\n }\n public void output(){\n\tSystem.out.println(count);\n\n\n }\n \n\n\n\n public static void main(String[] args){\n\tMain p = new Main();\n\tp.input();\n \tp.output();\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ int a,b,c; int count; public void input(){ Scanner scan = new Scanner(System.in); count = 0; a = scan.nextInt(); b = scan.nextInt(); c = scan.nextInt(); for(int i = a;i <= b;i++){ if(c % i == 0){ count = count + 1; } } } public void output(){ System.out.println(count); } public static void main(String[] args){ Main p = new Main(); p.input(); p.output(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 17, 11, 1, 41, 13, 18, 13, 17, 2, 13, 18, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 18, 13, 17, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 55, 5 ], [ 55, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 8, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 22, 24 ], [ 18, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 18, 30 ], [ 30, 31 ], [ 31, 32 ], [ 18, 33 ], [ 34, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 37, 41 ], [ 36, 42 ], [ 35, 43 ], [ 43, 44 ], [ 44, 45 ], [ 8, 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 public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int[] a = new int[]{sc.nextInt(), sc.nextInt(), sc.nextInt()};\n int count = 0;\n for (int i = a[0]; i <= a[1]; i++) {\n if (a[2] % i == 0) {\n count++;\n }\n }\n System.out.println(count);\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[] a = new int[]{sc.nextInt(), sc.nextInt(), sc.nextInt()};\n int count = 0;\n for (int i = a[0]; i <= a[1]; i++) {\n if (a[2] % i == 0) {\n count++;\n }\n }\n System.out.println(count);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int[] a = new int[]{sc.nextInt(), sc.nextInt(), sc.nextInt()};\n int count = 0;\n for (int i = a[0]; i <= a[1]; i++) {\n if (a[2] % i == 0) {\n count++;\n }\n }\n System.out.println(count);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int[] a = new int[]{sc.nextInt(), sc.nextInt(), sc.nextInt()};\n int count = 0;\n for (int i = a[0]; i <= a[1]; i++) {\n if (a[2] % i == 0) {\n count++;\n }\n }\n System.out.println(count);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int[] a = new int[]{sc.nextInt(), sc.nextInt(), sc.nextInt()};", "a", "new int[]{sc.nextInt(), sc.nextInt(), sc.nextInt()}", "int count = 0;", "count", "0", "for (int i = a[0]; i <= a[1]; i++) {\n if (a[2] % i == 0) {\n count++;\n }\n }", "int i = a[0];", "int i = a[0];", "i", "a[0]", "a", "0", "i <= a[1]", "i", "a[1]", "a", "1", "i++", "i++", "i", "{\n if (a[2] % i == 0) {\n count++;\n }\n }", "{\n if (a[2] % i == 0) {\n count++;\n }\n }", "if (a[2] % i == 0) {\n count++;\n }", "a[2] % i == 0", "a[2] % i", "a[2]", "a", "2", "i", "0", "{\n count++;\n }", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int[] a = new int[]{sc.nextInt(), sc.nextInt(), sc.nextInt()};\n int count = 0;\n for (int i = a[0]; i <= a[1]; i++) {\n if (a[2] % i == 0) {\n count++;\n }\n }\n System.out.println(count);\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int[] a = new int[]{sc.nextInt(), sc.nextInt(), sc.nextInt()};\n int count = 0;\n for (int i = a[0]; i <= a[1]; i++) {\n if (a[2] % i == 0) {\n count++;\n }\n }\n System.out.println(count);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int[] a = new int[]{sc.nextInt(), sc.nextInt(), sc.nextInt()}; int count = 0; for (int i = a[0]; i <= a[1]; i++) { if (a[2] % i == 0) { count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 11, 1, 41, 13, 17, 2, 2, 13, 13, 13, 1, 40, 13, 30, 30, 41, 13, 2, 13, 13, 14, 2, 13, 17, 30, 14, 2, 2, 13, 13, 2, 13, 13, 40, 13, 14, 2, 2, 2, 13, 2, 13, 13, 2, 13, 2, 13, 13, 2, 2, 13, 13, 13, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 94, 5 ], [ 94, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 30, 40 ], [ 40, 41 ], [ 41, 42 ], [ 30, 43 ], [ 44, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 44, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 60, 61 ], [ 60, 62 ], [ 55, 63 ], [ 63, 64 ], [ 54, 65 ], [ 65, 66 ], [ 67, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 70, 71 ], [ 70, 72 ], [ 67, 73 ], [ 73, 74 ], [ 73, 75 ], [ 75, 76 ], [ 75, 77 ], [ 67, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 78, 82 ], [ 65, 83 ], [ 83, 84 ], [ 8, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 87, 89 ], [ 85, 90 ], [ 6, 91 ], [ 91, 92 ], [ 0, 93 ], [ 93, 94 ], [ 93, 95 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args){\n int count=0;\n Scanner sc =new Scanner(System.in);\n\n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n for(int i=1;i*i<=c;i++){\n int d=c%i;\n if(d==0){\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }\n }\n System.out.println(count);\n }\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args){\n int count=0;\n Scanner sc =new Scanner(System.in);\n\n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n for(int i=1;i*i<=c;i++){\n int d=c%i;\n if(d==0){\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }\n }\n System.out.println(count);\n }\n}", "Main", "public static void main(String[] args){\n int count=0;\n Scanner sc =new Scanner(System.in);\n\n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n for(int i=1;i*i<=c;i++){\n int d=c%i;\n if(d==0){\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }\n }\n System.out.println(count);\n }", "main", "{\n int count=0;\n Scanner sc =new Scanner(System.in);\n\n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n for(int i=1;i*i<=c;i++){\n int d=c%i;\n if(d==0){\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }\n }\n System.out.println(count);\n }", "int count=0;", "count", "0", "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", "for(int i=1;i*i<=c;i++){\n int d=c%i;\n if(d==0){\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }\n }", "int i=1;", "int i=1;", "i", "1", "i*i<=c", "i*i", "i", "i", "c", "i++", "i++", "i", "{\n int d=c%i;\n if(d==0){\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }\n }", "{\n int d=c%i;\n if(d==0){\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }\n }", "int d=c%i;", "d", "c%i", "c", "i", "if(d==0){\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }", "d==0", "d", "0", "{\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }", "if(a<=i&&i<=b)count++;", "a<=i&&i<=b", "a<=i", "a", "i", "i<=b", "i", "b", "count++", "count", "if(i!=c/i&&a<=c/i&&c/i<=b)count++;", "i!=c/i&&a<=c/i&&c/i<=b", "i!=c/i&&a<=c/i&&c/i<=b", "i!=c/i", "i", "c/i", "c", "i", "a<=c/i", "a", "c/i", "c", "i", "c/i<=b", "c/i", "c", "i", "b", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n public static void main(String[] args){\n int count=0;\n Scanner sc =new Scanner(System.in);\n\n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n for(int i=1;i*i<=c;i++){\n int d=c%i;\n if(d==0){\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }\n }\n System.out.println(count);\n }\n}", "public class Main {\n public static void main(String[] args){\n int count=0;\n Scanner sc =new Scanner(System.in);\n\n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n for(int i=1;i*i<=c;i++){\n int d=c%i;\n if(d==0){\n if(a<=i&&i<=b)count++;\n if(i!=c/i&&a<=c/i&&c/i<=b)count++;\n }\n }\n System.out.println(count);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ int count=0; Scanner sc =new Scanner(System.in); int a=sc.nextInt(); int b=sc.nextInt(); int c=sc.nextInt(); for(int i=1;i*i<=c;i++){ int d=c%i; if(d==0){ if(a<=i&&i<=b)count++; if(i!=c/i&&a<=c/i&&c/i<=b)count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 41, 13, 17, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 14, 2, 2, 13, 17, 2, 2, 13, 13, 17, 40, 13, 4, 18, 18, 13, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 70, 5 ], [ 70, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 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 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 41, 42 ], [ 41, 43 ], [ 36, 44 ], [ 44, 45 ], [ 45, 46 ], [ 36, 47 ], [ 47, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 48, 58 ], [ 58, 59 ], [ 8, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 60, 66 ], [ 6, 67 ], [ 67, 68 ], [ 0, 69 ], [ 69, 70 ], [ 69, 71 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a,b,c;\n\t\tint divisor = 0;\n\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tfor (int i = a; i <= b; i++)\n\t\t\tif (i != 0 && c % i == 0)divisor++;\n\t\t\n\t\tSystem.out.printf(\"%d\\n\", divisor);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a,b,c;\n\t\tint divisor = 0;\n\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tfor (int i = a; i <= b; i++)\n\t\t\tif (i != 0 && c % i == 0)divisor++;\n\t\t\n\t\tSystem.out.printf(\"%d\\n\", divisor);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a,b,c;\n\t\tint divisor = 0;\n\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tfor (int i = a; i <= b; i++)\n\t\t\tif (i != 0 && c % i == 0)divisor++;\n\t\t\n\t\tSystem.out.printf(\"%d\\n\", divisor);\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a,b,c;\n\t\tint divisor = 0;\n\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tfor (int i = a; i <= b; i++)\n\t\t\tif (i != 0 && c % i == 0)divisor++;\n\t\t\n\t\tSystem.out.printf(\"%d\\n\", divisor);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a", "a", "b", "b", "c;", "c", "int divisor = 0;", "divisor", "0", "a = scan.nextInt()", "a", "scan.nextInt()", "scan.nextInt", "scan", "b = scan.nextInt()", "b", "scan.nextInt()", "scan.nextInt", "scan", "c = scan.nextInt()", "c", "scan.nextInt()", "scan.nextInt", "scan", "for (int i = a; i <= b; i++)\n\t\t\tif (i != 0 && c % i == 0)divisor++;", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "if (i != 0 && c % i == 0)divisor++;", "if (i != 0 && c % i == 0)divisor++;", "i != 0 && c % i == 0", "i != 0", "i", "0", "c % i == 0", "c % i", "c", "i", "0", "divisor++", "divisor", "System.out.printf(\"%d\\n\", divisor)", "System.out.printf", "System.out", "System", "System.out", "\"%d\\n\"", "divisor", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a,b,c;\n\t\tint divisor = 0;\n\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tfor (int i = a; i <= b; i++)\n\t\t\tif (i != 0 && c % i == 0)divisor++;\n\t\t\n\t\tSystem.out.printf(\"%d\\n\", divisor);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a,b,c;\n\t\tint divisor = 0;\n\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tfor (int i = a; i <= b; i++)\n\t\t\tif (i != 0 && c % i == 0)divisor++;\n\t\t\n\t\tSystem.out.printf(\"%d\\n\", divisor);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int a,b,c; int divisor = 0; a = scan.nextInt(); b = scan.nextInt(); c = scan.nextInt(); for (int i = a; i <= b; i++) if (i != 0 && c % i == 0)divisor++; System.out.printf("%d\n", divisor); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 17, 11, 1, 0, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 8, 11 ], [ 11, 12 ], [ 8, 13 ], [ 13, 14 ], [ 8, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 8, 19 ], [ 19, 20 ], [ 19, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 29, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 35, 38 ], [ 38, 39 ], [ 38, 40 ], [ 8, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 46, 47 ], [ 46, 48 ], [ 8, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 54, 55 ], [ 54, 56 ], [ 8, 57 ], [ 57, 58 ], [ 57, 59 ], [ 8, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 65, 66 ], [ 65, 67 ], [ 60, 68 ], [ 68, 69 ], [ 69, 70 ], [ 60, 71 ], [ 72, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 74, 78 ], [ 73, 79 ], [ 79, 80 ], [ 80, 81 ], [ 8, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 82, 87 ], [ 6, 88 ], [ 88, 89 ] ]
[ "import java.io.*;\n\nclass Main{\n public static void main(String[] args)throws IOException{\n int a,b,c,i,ans;\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n \n String str = br.readLine(); \n String[] strAry = str.split(\" \");\n a = Integer.parseInt(strAry[0]); \n b = Integer.parseInt(strAry[1]); \n c = Integer.parseInt(strAry[2]); \n \n i=0;\n for(ans=a;ans<=b;ans++){\n if(c%ans==0){i++;} \n\n }\n System.out.println(i); \n }\n}", "import java.io.*;", "io.*", "java", "class Main{\n public static void main(String[] args)throws IOException{\n int a,b,c,i,ans;\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n \n String str = br.readLine(); \n String[] strAry = str.split(\" \");\n a = Integer.parseInt(strAry[0]); \n b = Integer.parseInt(strAry[1]); \n c = Integer.parseInt(strAry[2]); \n \n i=0;\n for(ans=a;ans<=b;ans++){\n if(c%ans==0){i++;} \n\n }\n System.out.println(i); \n }\n}", "Main", "public static void main(String[] args)throws IOException{\n int a,b,c,i,ans;\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n \n String str = br.readLine(); \n String[] strAry = str.split(\" \");\n a = Integer.parseInt(strAry[0]); \n b = Integer.parseInt(strAry[1]); \n c = Integer.parseInt(strAry[2]); \n \n i=0;\n for(ans=a;ans<=b;ans++){\n if(c%ans==0){i++;} \n\n }\n System.out.println(i); \n }", "main", "{\n int a,b,c,i,ans;\n BufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n \n String str = br.readLine(); \n String[] strAry = str.split(\" \");\n a = Integer.parseInt(strAry[0]); \n b = Integer.parseInt(strAry[1]); \n c = Integer.parseInt(strAry[2]); \n \n i=0;\n for(ans=a;ans<=b;ans++){\n if(c%ans==0){i++;} \n\n }\n System.out.println(i); \n }", "int a", "a", "b", "b", "c", "c", "i", "i", "ans;", "ans", "BufferedReader br=new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String[] strAry = str.split(\" \");", "strAry", "str.split(\" \")", "str.split", "str", "\" \"", "a = Integer.parseInt(strAry[0])", "a", "Integer.parseInt(strAry[0])", "Integer.parseInt", "Integer", "strAry[0]", "strAry", "0", "b = Integer.parseInt(strAry[1])", "b", "Integer.parseInt(strAry[1])", "Integer.parseInt", "Integer", "strAry[1]", "strAry", "1", "c = Integer.parseInt(strAry[2])", "c", "Integer.parseInt(strAry[2])", "Integer.parseInt", "Integer", "strAry[2]", "strAry", "2", "i=0", "i", "0", "for(ans=a;ans<=b;ans++){\n if(c%ans==0){i++;} \n\n }", "ans=a;", "ans=a", "ans", "a", "ans<=b", "ans", "b", "ans++", "ans++", "ans", "{\n if(c%ans==0){i++;} \n\n }", "{\n if(c%ans==0){i++;} \n\n }", "if(c%ans==0){i++;}", "c%ans==0", "c%ans", "c", "ans", "0", "{i++;}", "i++", "i", "System.out.println(i)", "System.out.println", "System.out", "System", "System.out", "i", "String[] args", "args" ]
import java.io.*; class Main{ public static void main(String[] args)throws IOException{ int a,b,c,i,ans; BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); String[] strAry = str.split(" "); a = Integer.parseInt(strAry[0]); b = Integer.parseInt(strAry[1]); c = Integer.parseInt(strAry[2]); i=0; for(ans=a;ans<=b;ans++){ if(c%ans==0){i++;} } System.out.println(i); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 17, 14, 2, 2, 17, 13, 2, 13, 17, 30, 14, 2, 2, 17, 13, 2, 13, 17, 30, 14, 2, 2, 17, 13, 2, 13, 17, 30, 14, 2, 13, 13, 30, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 8, 45 ], [ 45, 46 ], [ 45, 47 ], [ 8, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 53, 54 ], [ 53, 55 ], [ 48, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 62, 63 ], [ 62, 64 ], [ 57, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 71, 72 ], [ 71, 73 ], [ 66, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 75, 79 ], [ 79, 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 ], [ 93, 99 ], [ 99, 100 ], [ 100, 101 ], [ 79, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 102, 107 ], [ 6, 108 ], [ 108, 109 ] ]
[ "import java.util.Scanner;\n\n\nclass Main {\n\tpublic static void main(String args[]) {\n\t\t\n\t\t//????????£????????§??´??°?????????????????????\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int a = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int b = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int c = Integer.parseInt(s3);\n\t int sum = 0;\n\t \n\t //??´??°a???b???c????????¶??????????????????????????????????????????a<=b??§??????????¢????\n\t if(1 <= a && a <= 10000){\n\t \tif(1 <= b && b <= 10000){\n\t \t\tif(1 <= c && c <= 10000){\n\t \t\t\tif(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\tpublic static void main(String args[]) {\n\t\t\n\t\t//????????£????????§??´??°?????????????????????\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int a = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int b = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int c = Integer.parseInt(s3);\n\t int sum = 0;\n\t \n\t //??´??°a???b???c????????¶??????????????????????????????????????????a<=b??§??????????¢????\n\t if(1 <= a && a <= 10000){\n\t \tif(1 <= b && b <= 10000){\n\t \t\tif(1 <= c && c <= 10000){\n\t \t\t\tif(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }\n\t}\n}", "Main", "public static void main(String args[]) {\n\t\t\n\t\t//????????£????????§??´??°?????????????????????\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int a = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int b = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int c = Integer.parseInt(s3);\n\t int sum = 0;\n\t \n\t //??´??°a???b???c????????¶??????????????????????????????????????????a<=b??§??????????¢????\n\t if(1 <= a && a <= 10000){\n\t \tif(1 <= b && b <= 10000){\n\t \t\tif(1 <= c && c <= 10000){\n\t \t\t\tif(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }\n\t}", "main", "{\n\t\t\n\t\t//????????£????????§??´??°?????????????????????\n\t Scanner sc = new Scanner(System.in);\n\t String s1 = sc.next();\n\t int a = Integer.parseInt(s1);\n\t String s2 = sc.next();\n\t int b = Integer.parseInt(s2);\n\t String s3 = sc.next();\n\t int c = Integer.parseInt(s3);\n\t int sum = 0;\n\t \n\t //??´??°a???b???c????????¶??????????????????????????????????????????a<=b??§??????????¢????\n\t if(1 <= a && a <= 10000){\n\t \tif(1 <= b && b <= 10000){\n\t \t\tif(1 <= c && c <= 10000){\n\t \t\t\tif(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String s1 = sc.next();", "s1", "sc.next()", "sc.next", "sc", "int a = Integer.parseInt(s1);", "a", "Integer.parseInt(s1)", "Integer.parseInt", "Integer", "s1", "String s2 = sc.next();", "s2", "sc.next()", "sc.next", "sc", "int b = Integer.parseInt(s2);", "b", "Integer.parseInt(s2)", "Integer.parseInt", "Integer", "s2", "String s3 = sc.next();", "s3", "sc.next()", "sc.next", "sc", "int c = Integer.parseInt(s3);", "c", "Integer.parseInt(s3)", "Integer.parseInt", "Integer", "s3", "int sum = 0;", "sum", "0", "if(1 <= a && a <= 10000){\n\t \tif(1 <= b && b <= 10000){\n\t \t\tif(1 <= c && c <= 10000){\n\t \t\t\tif(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }", "1 <= a && a <= 10000", "1 <= a", "1", "a", "a <= 10000", "a", "10000", "{\n\t \tif(1 <= b && b <= 10000){\n\t \t\tif(1 <= c && c <= 10000){\n\t \t\t\tif(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}\n\t \t\t}\n\t \t}\n\t }", "if(1 <= b && b <= 10000){\n\t \t\tif(1 <= c && c <= 10000){\n\t \t\t\tif(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}\n\t \t\t}\n\t \t}", "1 <= b && b <= 10000", "1 <= b", "1", "b", "b <= 10000", "b", "10000", "{\n\t \t\tif(1 <= c && c <= 10000){\n\t \t\t\tif(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}\n\t \t\t}\n\t \t}", "if(1 <= c && c <= 10000){\n\t \t\t\tif(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}\n\t \t\t}", "1 <= c && c <= 10000", "1 <= c", "1", "c", "c <= 10000", "c", "10000", "{\n\t \t\t\tif(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}\n\t \t\t}", "if(a <= b){\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}", "a <= b", "a", "b", "{\n\t \t\t\t\t\t\n\t \t\t\t //c?´???°???a??????b?????§?????????????????????????¨????\n\t \t\t\t\tfor(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}\n\t \t\t\t\t\n\t \t\t\t\t//?´???°?????°?????¨???\n\t \t\t\t\tSystem.out.println( sum );\n\t \t\t\t}", "for(int i = a; i <= b; i++){\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}", "{\n\t \t\t\t\t\tif(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}\n\t \t\t\t\t}", "if(c % i == 0){\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t \t\t\t\t\t sum++;\n\t \t\t\t\t\t}", "sum++", "sum", "System.out.println( sum )", "System.out.println", "System.out", "System", "System.out", "sum", "String args[]", "args" ]
import java.util.Scanner; class Main { public static void main(String args[]) { //????????£????????§??´??°????????????????????? Scanner sc = new Scanner(System.in); String s1 = sc.next(); int a = Integer.parseInt(s1); String s2 = sc.next(); int b = Integer.parseInt(s2); String s3 = sc.next(); int c = Integer.parseInt(s3); int sum = 0; //??´??°a???b???c????????¶??????????????????????????????????????????a<=b??§??????????¢???? if(1 <= a && a <= 10000){ if(1 <= b && b <= 10000){ if(1 <= c && c <= 10000){ if(a <= b){ //c?´???°???a??????b?????§?????????????????????????¨???? for(int i = a; i <= b; i++){ if(c % i == 0){ sum++; } } //?´???°?????°?????¨??? System.out.println( sum ); } } } } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 13, 4, 18, 4, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 18, 13, 17, 2, 13, 18, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 18, 13, 17, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 12, 13, 30, 41, 13, 20, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 29, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 103, 8 ], [ 103, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 19, 24 ], [ 11, 25 ], [ 25, 26 ], [ 25, 27 ], [ 11, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 32, 34 ], [ 28, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 28, 40 ], [ 40, 41 ], [ 41, 42 ], [ 28, 43 ], [ 44, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 46, 52 ], [ 45, 53 ], [ 53, 54 ], [ 54, 55 ], [ 11, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 56, 61 ], [ 9, 62 ], [ 62, 63 ], [ 103, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 70, 71 ], [ 70, 72 ], [ 66, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 73, 78 ], [ 78, 79 ], [ 78, 80 ], [ 80, 81 ], [ 80, 82 ], [ 73, 83 ], [ 83, 84 ], [ 84, 85 ], [ 73, 86 ], [ 87, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 88, 92 ], [ 92, 93 ], [ 93, 94 ], [ 92, 95 ], [ 95, 96 ], [ 95, 97 ], [ 66, 98 ], [ 98, 99 ], [ 64, 100 ], [ 100, 101 ], [ 0, 102 ], [ 102, 103 ], [ 102, 104 ] ]
[ "import java.io.*;\nimport java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint[] intArray = convertInt(br.readLine().split(\" \"));\n\t\tint result = 0;\n\t\tfor (int i = intArray[0]; i <= intArray[1]; i++) {\n\t\t\tif (intArray[2] % i == 0) { result++; }\n\t\t}\n\t\tSystem.out.println(result);\n\t}\n\n\tprivate static int[] convertInt(String[] strArray) {\n\t\tint[] intArray = new int[strArray.length];\n\t\tfor (int i = 0; i < strArray.length; i++) {\n\t\t\tintArray[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\treturn intArray;\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint[] intArray = convertInt(br.readLine().split(\" \"));\n\t\tint result = 0;\n\t\tfor (int i = intArray[0]; i <= intArray[1]; i++) {\n\t\t\tif (intArray[2] % i == 0) { result++; }\n\t\t}\n\t\tSystem.out.println(result);\n\t}\n\n\tprivate static int[] convertInt(String[] strArray) {\n\t\tint[] intArray = new int[strArray.length];\n\t\tfor (int i = 0; i < strArray.length; i++) {\n\t\t\tintArray[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\treturn intArray;\n\t}\n}", "Main", "public static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint[] intArray = convertInt(br.readLine().split(\" \"));\n\t\tint result = 0;\n\t\tfor (int i = intArray[0]; i <= intArray[1]; i++) {\n\t\t\tif (intArray[2] % i == 0) { result++; }\n\t\t}\n\t\tSystem.out.println(result);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint[] intArray = convertInt(br.readLine().split(\" \"));\n\t\tint result = 0;\n\t\tfor (int i = intArray[0]; i <= intArray[1]; i++) {\n\t\t\tif (intArray[2] % i == 0) { result++; }\n\t\t}\n\t\tSystem.out.println(result);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int[] intArray = convertInt(br.readLine().split(\" \"));", "intArray", "convertInt(br.readLine().split(\" \"))", "convertInt", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int result = 0;", "result", "0", "for (int i = intArray[0]; i <= intArray[1]; i++) {\n\t\t\tif (intArray[2] % i == 0) { result++; }\n\t\t}", "int i = intArray[0];", "int i = intArray[0];", "i", "intArray[0]", "intArray", "0", "i <= intArray[1]", "i", "intArray[1]", "intArray", "1", "i++", "i++", "i", "{\n\t\t\tif (intArray[2] % i == 0) { result++; }\n\t\t}", "{\n\t\t\tif (intArray[2] % i == 0) { result++; }\n\t\t}", "if (intArray[2] % i == 0) { result++; }", "intArray[2] % i == 0", "intArray[2] % i", "intArray[2]", "intArray", "2", "i", "0", "{ result++; }", "result++", "result", "System.out.println(result)", "System.out.println", "System.out", "System", "System.out", "result", "String[] args", "args", "private static int[] convertInt(String[] strArray) {\n\t\tint[] intArray = new int[strArray.length];\n\t\tfor (int i = 0; i < strArray.length; i++) {\n\t\t\tintArray[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\treturn intArray;\n\t}", "convertInt", "{\n\t\tint[] intArray = new int[strArray.length];\n\t\tfor (int i = 0; i < strArray.length; i++) {\n\t\t\tintArray[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\treturn intArray;\n\t}", "int[] intArray = new int[strArray.length];", "intArray", "new int[strArray.length]", "strArray.length", "strArray", "strArray.length", "for (int i = 0; i < strArray.length; i++) {\n\t\t\tintArray[i] = Integer.parseInt(strArray[i]);\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < strArray.length", "i", "strArray.length", "strArray", "strArray.length", "i++", "i++", "i", "{\n\t\t\tintArray[i] = Integer.parseInt(strArray[i]);\n\t\t}", "{\n\t\t\tintArray[i] = Integer.parseInt(strArray[i]);\n\t\t}", "intArray[i] = Integer.parseInt(strArray[i])", "intArray[i]", "intArray", "i", "Integer.parseInt(strArray[i])", "Integer.parseInt", "Integer", "strArray[i]", "strArray", "i", "return intArray;", "intArray", "String[] strArray", "strArray", "public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint[] intArray = convertInt(br.readLine().split(\" \"));\n\t\tint result = 0;\n\t\tfor (int i = intArray[0]; i <= intArray[1]; i++) {\n\t\t\tif (intArray[2] % i == 0) { result++; }\n\t\t}\n\t\tSystem.out.println(result);\n\t}\n\n\tprivate static int[] convertInt(String[] strArray) {\n\t\tint[] intArray = new int[strArray.length];\n\t\tfor (int i = 0; i < strArray.length; i++) {\n\t\t\tintArray[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\treturn intArray;\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint[] intArray = convertInt(br.readLine().split(\" \"));\n\t\tint result = 0;\n\t\tfor (int i = intArray[0]; i <= intArray[1]; i++) {\n\t\t\tif (intArray[2] % i == 0) { result++; }\n\t\t}\n\t\tSystem.out.println(result);\n\t}\n\n\tprivate static int[] convertInt(String[] strArray) {\n\t\tint[] intArray = new int[strArray.length];\n\t\tfor (int i = 0; i < strArray.length; i++) {\n\t\t\tintArray[i] = Integer.parseInt(strArray[i]);\n\t\t}\n\t\treturn intArray;\n\t}\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int[] intArray = convertInt(br.readLine().split(" ")); int result = 0; for (int i = intArray[0]; i <= intArray[1]; i++) { if (intArray[2] % i == 0) { result++; } } System.out.println(result); } private static int[] convertInt(String[] strArray) { int[] intArray = new int[strArray.length]; for (int i = 0; i < strArray.length; i++) { intArray[i] = Integer.parseInt(strArray[i]); } return intArray; } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 42, 2, 13, 13, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 40, 13, 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 ], [ 82, 11 ], [ 82, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 25, 29 ], [ 14, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 32, 35 ], [ 35, 36 ], [ 35, 37 ], [ 14, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 40, 43 ], [ 43, 44 ], [ 43, 45 ], [ 14, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 51, 52 ], [ 51, 53 ], [ 14, 54 ], [ 54, 55 ], [ 54, 56 ], [ 14, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 63, 67 ], [ 62, 68 ], [ 68, 69 ], [ 69, 70 ], [ 61, 71 ], [ 71, 72 ], [ 14, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 73, 78 ], [ 12, 79 ], [ 79, 80 ], [ 0, 81 ], [ 81, 82 ], [ 81, 83 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\t\tint tmp = 0;\n\n\t\twhile(a <= b){\n\n\t\t\tif(c%a ==0){\n\t\t\t\ttmp++;\n\t\t\t}\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(tmp);\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\t\tint tmp = 0;\n\n\t\twhile(a <= b){\n\n\t\t\tif(c%a ==0){\n\t\t\t\ttmp++;\n\t\t\t}\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(tmp);\n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\t\tint tmp = 0;\n\n\t\twhile(a <= b){\n\n\t\t\tif(c%a ==0){\n\t\t\t\ttmp++;\n\t\t\t}\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(tmp);\n\t}", "main", "{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\t\tint tmp = 0;\n\n\t\twhile(a <= b){\n\n\t\t\tif(c%a ==0){\n\t\t\t\ttmp++;\n\t\t\t}\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(tmp);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String strArray[] = str.split(\" \", 0);", "strArray", "str.split(\" \", 0)", "str.split", "str", "\" \"", "0", "int a = Integer.parseInt(strArray[0]);", "a", "Integer.parseInt(strArray[0])", "Integer.parseInt", "Integer", "strArray[0]", "strArray", "0", "int b = Integer.parseInt(strArray[1]);", "b", "Integer.parseInt(strArray[1])", "Integer.parseInt", "Integer", "strArray[1]", "strArray", "1", "int c = Integer.parseInt(strArray[2]);", "c", "Integer.parseInt(strArray[2])", "Integer.parseInt", "Integer", "strArray[2]", "strArray", "2", "int tmp = 0;", "tmp", "0", "while(a <= b){\n\n\t\t\tif(c%a ==0){\n\t\t\t\ttmp++;\n\t\t\t}\n\t\t\ta++;\n\t\t}", "a <= b", "a", "b", "{\n\n\t\t\tif(c%a ==0){\n\t\t\t\ttmp++;\n\t\t\t}\n\t\t\ta++;\n\t\t}", "if(c%a ==0){\n\t\t\t\ttmp++;\n\t\t\t}", "c%a ==0", "c%a", "c", "a", "0", "{\n\t\t\t\ttmp++;\n\t\t\t}", "tmp++", "tmp", "a++", "a", "System.out.println(tmp)", "System.out.println", "System.out", "System", "System.out", "tmp", "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\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\t\tint tmp = 0;\n\n\t\twhile(a <= b){\n\n\t\t\tif(c%a ==0){\n\t\t\t\ttmp++;\n\t\t\t}\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(tmp);\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.split(\" \", 0);\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\t\tint tmp = 0;\n\n\t\twhile(a <= b){\n\n\t\t\tif(c%a ==0){\n\t\t\t\ttmp++;\n\t\t\t}\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(tmp);\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); String strArray[] = str.split(" ", 0); int a = Integer.parseInt(strArray[0]); int b = Integer.parseInt(strArray[1]); int c = Integer.parseInt(strArray[2]); int tmp = 0; while(a <= b){ if(c%a ==0){ tmp++; } a++; } System.out.println(tmp); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 41, 13, 2, 13, 13, 14, 2, 13, 17, 40, 13, 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 ], [ 83, 8 ], [ 83, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 17, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 11, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 11, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 11, 47 ], [ 47, 48 ], [ 47, 49 ], [ 11, 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 ], [ 65, 66 ], [ 65, 67 ], [ 62, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 72, 73 ], [ 11, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 74, 79 ], [ 9, 80 ], [ 80, 81 ], [ 0, 82 ], [ 82, 83 ], [ 82, 84 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\npublic class Main{\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(line[0]);\n\t\tint b = Integer.parseInt(line[1]);\n\t\tint c = Integer.parseInt(line[2]);\n\t\tint cnt = 0;\n\t\tfor(int i= a; i <= b; i++){\n\t\t\tint x = c % i;\n\t\t\tif( x==0) cnt++;\n\t\t}\n\t\tSystem.out.println( cnt );\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main{\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(line[0]);\n\t\tint b = Integer.parseInt(line[1]);\n\t\tint c = Integer.parseInt(line[2]);\n\t\tint cnt = 0;\n\t\tfor(int i= a; i <= b; i++){\n\t\t\tint x = c % i;\n\t\t\tif( x==0) cnt++;\n\t\t}\n\t\tSystem.out.println( cnt );\n\t}\n}", "Main", "public static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(line[0]);\n\t\tint b = Integer.parseInt(line[1]);\n\t\tint c = Integer.parseInt(line[2]);\n\t\tint cnt = 0;\n\t\tfor(int i= a; i <= b; i++){\n\t\t\tint x = c % i;\n\t\t\tif( x==0) cnt++;\n\t\t}\n\t\tSystem.out.println( cnt );\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(line[0]);\n\t\tint b = Integer.parseInt(line[1]);\n\t\tint c = Integer.parseInt(line[2]);\n\t\tint cnt = 0;\n\t\tfor(int i= a; i <= b; i++){\n\t\t\tint x = c % i;\n\t\t\tif( x==0) cnt++;\n\t\t}\n\t\tSystem.out.println( cnt );\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] line = br.readLine().split(\" \");", "line", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int a = Integer.parseInt(line[0]);", "a", "Integer.parseInt(line[0])", "Integer.parseInt", "Integer", "line[0]", "line", "0", "int b = Integer.parseInt(line[1]);", "b", "Integer.parseInt(line[1])", "Integer.parseInt", "Integer", "line[1]", "line", "1", "int c = Integer.parseInt(line[2]);", "c", "Integer.parseInt(line[2])", "Integer.parseInt", "Integer", "line[2]", "line", "2", "int cnt = 0;", "cnt", "0", "for(int i= a; i <= b; i++){\n\t\t\tint x = c % i;\n\t\t\tif( x==0) cnt++;\n\t\t}", "int i= a;", "int i= a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tint x = c % i;\n\t\t\tif( x==0) cnt++;\n\t\t}", "{\n\t\t\tint x = c % i;\n\t\t\tif( x==0) cnt++;\n\t\t}", "int x = c % i;", "x", "c % i", "c", "i", "if( x==0) cnt++;", "x==0", "x", "0", "cnt++", "cnt", "System.out.println( cnt )", "System.out.println", "System.out", "System", "System.out", "cnt", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(line[0]);\n\t\tint b = Integer.parseInt(line[1]);\n\t\tint c = Integer.parseInt(line[2]);\n\t\tint cnt = 0;\n\t\tfor(int i= a; i <= b; i++){\n\t\t\tint x = c % i;\n\t\t\tif( x==0) cnt++;\n\t\t}\n\t\tSystem.out.println( cnt );\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] line = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(line[0]);\n\t\tint b = Integer.parseInt(line[1]);\n\t\tint c = Integer.parseInt(line[2]);\n\t\tint cnt = 0;\n\t\tfor(int i= a; i <= b; i++){\n\t\t\tint x = c % i;\n\t\t\tif( x==0) cnt++;\n\t\t}\n\t\tSystem.out.println( cnt );\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; public class Main{ public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] line = br.readLine().split(" "); int a = Integer.parseInt(line[0]); int b = Integer.parseInt(line[1]); int c = Integer.parseInt(line[2]); int cnt = 0; for(int i= a; i <= b; i++){ int x = c % i; if( x==0) cnt++; } System.out.println( cnt ); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 17, 41, 13, 20, 17, 41, 13, 20, 17, 41, 13, 20, 0, 13, 4, 18, 4, 18, 13, 17, 11, 1, 0, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 11, 1, 0, 13, 18, 13, 17, 2, 13, 18, 13, 17, 1, 40, 13, 30, 30, 0, 13, 8, 2, 2, 18, 13, 17, 13, 17, 17, 17, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 11, 14 ], [ 14, 15 ], [ 14, 16 ], [ 11, 17 ], [ 17, 18 ], [ 17, 19 ], [ 11, 21 ], [ 21, 22 ], [ 21, 23 ], [ 11, 25 ], [ 25, 26 ], [ 25, 27 ], [ 11, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 30, 35 ], [ 11, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 41, 42 ], [ 41, 43 ], [ 36, 44 ], [ 44, 45 ], [ 45, 46 ], [ 36, 47 ], [ 48, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 53, 54 ], [ 54, 55 ], [ 53, 56 ], [ 56, 57 ], [ 56, 58 ], [ 11, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 63, 65 ], [ 59, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 68, 70 ], [ 59, 71 ], [ 71, 72 ], [ 72, 73 ], [ 59, 74 ], [ 75, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 79, 85 ], [ 78, 86 ], [ 78, 87 ], [ 11, 88 ], [ 88, 89 ], [ 89, 90 ], [ 90, 91 ], [ 90, 92 ], [ 88, 93 ], [ 9, 94 ], [ 94, 95 ] ]
[ "import java.io.*;\nimport java.util.Arrays;\nclass Main{\n\tpublic static void main(String[] args) throws IOException {\n\t\tint i,cnt=0;\n\t\tint[] n = new int[5];\n\t\tString[] str = new String[5];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<3;i++){\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}\n\t\tfor(i=n[0];i<=n[1];i++){\n\t\t\tcnt+=(n[2]%i==0 ? 1 : 0);\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.Arrays;", "Arrays", "java.util", "class Main{\n\tpublic static void main(String[] args) throws IOException {\n\t\tint i,cnt=0;\n\t\tint[] n = new int[5];\n\t\tString[] str = new String[5];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<3;i++){\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}\n\t\tfor(i=n[0];i<=n[1];i++){\n\t\t\tcnt+=(n[2]%i==0 ? 1 : 0);\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tint i,cnt=0;\n\t\tint[] n = new int[5];\n\t\tString[] str = new String[5];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<3;i++){\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}\n\t\tfor(i=n[0];i<=n[1];i++){\n\t\t\tcnt+=(n[2]%i==0 ? 1 : 0);\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}", "main", "{\n\t\tint i,cnt=0;\n\t\tint[] n = new int[5];\n\t\tString[] str = new String[5];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<3;i++){\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}\n\t\tfor(i=n[0];i<=n[1];i++){\n\t\t\tcnt+=(n[2]%i==0 ? 1 : 0);\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}", "int i", "i", "cnt=0;", "cnt", "0", "int[] n = new int[5];", "n", "new int[5]", "5", "String[] str = new String[5];", "str", "new String[5]", "5", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "str = in.readLine().split(\" \")", "str", "in.readLine().split(\" \")", "in.readLine().split", "in.readLine()", "in.readLine", "in", "\" \"", "for(i=0;i<3;i++){\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}", "i=0;", "i=0", "i", "0", "i<3", "i", "3", "i++", "i++", "i", "{\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}", "{\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}", "n[i]=Integer.parseInt(str[i])", "n[i]", "n", "i", "Integer.parseInt(str[i])", "Integer.parseInt", "Integer", "str[i]", "str", "i", "for(i=n[0];i<=n[1];i++){\n\t\t\tcnt+=(n[2]%i==0 ? 1 : 0);\n\t\t}", "i=n[0];", "i=n[0]", "i", "n[0]", "n", "0", "i<=n[1]", "i", "n[1]", "n", "1", "i++", "i++", "i", "{\n\t\t\tcnt+=(n[2]%i==0 ? 1 : 0);\n\t\t}", "{\n\t\t\tcnt+=(n[2]%i==0 ? 1 : 0);\n\t\t}", "cnt+=(n[2]%i==0 ? 1 : 0)", "cnt", "(n[2]%i==0 ? 1 : 0)", "n[2]%i==0", "n[2]%i", "n[2]", "n", "2", "i", "0", "1", "0", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "String[] args", "args" ]
import java.io.*; import java.util.Arrays; class Main{ public static void main(String[] args) throws IOException { int i,cnt=0; int[] n = new int[5]; String[] str = new String[5]; BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); str = in.readLine().split(" "); for(i=0;i<3;i++){ n[i]=Integer.parseInt(str[i]); } for(i=n[0];i<=n[1];i++){ cnt+=(n[2]%i==0 ? 1 : 0); } System.out.println(cnt); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 17, 42, 2, 0, 13, 4, 18, 13, 17, 30, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 14, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 3, 4, 13, 40, 13, 13, 13, 13, 4, 18, 13, 17, 23, 13, 12, 13, 30, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 14, 2, 2, 13, 13, 17, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 23, 13, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 129, 11 ], [ 129, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 14, 20 ], [ 20, 21 ], [ 20, 22 ], [ 14, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 24, 30 ], [ 23, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 34, 37 ], [ 31, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 40, 43 ], [ 43, 44 ], [ 43, 45 ], [ 31, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 51, 52 ], [ 51, 53 ], [ 31, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 56, 59 ], [ 59, 60 ], [ 59, 61 ], [ 31, 62 ], [ 62, 63 ], [ 64, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 68, 69 ], [ 68, 70 ], [ 64, 71 ], [ 71, 72 ], [ 71, 73 ], [ 62, 74 ], [ 31, 75 ], [ 75, 76 ], [ 75, 77 ], [ 77, 78 ], [ 75, 79 ], [ 75, 80 ], [ 75, 81 ], [ 14, 82 ], [ 82, 83 ], [ 83, 84 ], [ 82, 85 ], [ 12, 86 ], [ 86, 87 ], [ 129, 88 ], [ 88, 89 ], [ 88, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 90, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 94, 99 ], [ 99, 100 ], [ 99, 101 ], [ 94, 102 ], [ 102, 103 ], [ 103, 104 ], [ 94, 105 ], [ 105, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 108, 110 ], [ 107, 111 ], [ 106, 112 ], [ 112, 113 ], [ 90, 114 ], [ 114, 115 ], [ 115, 116 ], [ 116, 117 ], [ 116, 118 ], [ 114, 119 ], [ 88, 120 ], [ 120, 121 ], [ 88, 122 ], [ 122, 123 ], [ 88, 124 ], [ 124, 125 ], [ 88, 126 ], [ 126, 127 ], [ 0, 128 ], [ 128, 129 ], [ 128, 130 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\tint in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0 && in3 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2, in3);\n\t\t}\n\t\tSystem.exit(0);\n\t}\n\n\tprivate static void doMain(int inCnt, int in1, int in2, int in3) {\n\t\tint f = 0;\n\t\tfor (int i = in1; i <= in2; i++)\n\t\t\tif ((in3 % i) == 0)\n\t\t\t\tf++;\n\n\t\tSystem.out.println(f);\n\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\tint in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0 && in3 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2, in3);\n\t\t}\n\t\tSystem.exit(0);\n\t}\n\n\tprivate static void doMain(int inCnt, int in1, int in2, int in3) {\n\t\tint f = 0;\n\t\tfor (int i = in1; i <= in2; i++)\n\t\t\tif ((in3 % i) == 0)\n\t\t\t\tf++;\n\n\t\tSystem.out.println(f);\n\n\t}\n}", "Main", "public static void main(String[] args) throws Exception {\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\tint in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0 && in3 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2, in3);\n\t\t}\n\t\tSystem.exit(0);\n\t}", "main", "{\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\tint in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0 && in3 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2, in3);\n\t\t}\n\t\tSystem.exit(0);\n\t}", "BufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));", "stdIn", "new BufferedReader(new InputStreamReader(System.in))", "String s;", "s", "int inCnt = 0;", "inCnt", "0", "while ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\tint in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0 && in3 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2, in3);\n\t\t}", "(s = stdIn.readLine()) != null", "(s = stdIn.readLine())", "s", "stdIn.readLine()", "stdIn.readLine", "stdIn", "null", "{\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\tint in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0 && in3 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2, in3);\n\t\t}", "String[] se = s.split(\" \");", "se", "s.split(\" \")", "s.split", "s", "\" \"", "int in1 = Integer.valueOf(se[0]);", "in1", "Integer.valueOf(se[0])", "Integer.valueOf", "Integer", "se[0]", "se", "0", "int in2 = Integer.valueOf(se[1]);", "in2", "Integer.valueOf(se[1])", "Integer.valueOf", "Integer", "se[1]", "se", "1", "int in3 = Integer.valueOf(se[2]);", "in3", "Integer.valueOf(se[2])", "Integer.valueOf", "Integer", "se[2]", "se", "2", "if (in1 == 0 && in2 == 0 && in3 == 0)\n\t\t\t\tbreak;", "in1 == 0 && in2 == 0 && in3 == 0", "in1 == 0 && in2 == 0 && in3 == 0", "in1 == 0", "in1", "0", "in2 == 0", "in2", "0", "in3 == 0", "in3", "0", "break;", "doMain(++inCnt, in1, in2, in3)", "doMain", "++inCnt", "inCnt", "in1", "in2", "in3", "System.exit(0)", "System.exit", "System", "0", "String[] args", "args", "private static void doMain(int inCnt, int in1, int in2, int in3) {\n\t\tint f = 0;\n\t\tfor (int i = in1; i <= in2; i++)\n\t\t\tif ((in3 % i) == 0)\n\t\t\t\tf++;\n\n\t\tSystem.out.println(f);\n\n\t}", "doMain", "{\n\t\tint f = 0;\n\t\tfor (int i = in1; i <= in2; i++)\n\t\t\tif ((in3 % i) == 0)\n\t\t\t\tf++;\n\n\t\tSystem.out.println(f);\n\n\t}", "int f = 0;", "f", "0", "for (int i = in1; i <= in2; i++)\n\t\t\tif ((in3 % i) == 0)\n\t\t\t\tf++;", "int i = in1;", "int i = in1;", "i", "in1", "i <= in2", "i", "in2", "i++", "i++", "i", "if ((in3 % i) == 0)\n\t\t\t\tf++;", "if ((in3 % i) == 0)\n\t\t\t\tf++;", "(in3 % i) == 0", "(in3 % i)", "in3", "i", "0", "f++", "f", "System.out.println(f)", "System.out.println", "System.out", "System", "System.out", "f", "int inCnt", "inCnt", "int in1", "in1", "int in2", "in2", "int in3", "in3", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\tint in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0 && in3 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2, in3);\n\t\t}\n\t\tSystem.exit(0);\n\t}\n\n\tprivate static void doMain(int inCnt, int in1, int in2, int in3) {\n\t\tint f = 0;\n\t\tfor (int i = in1; i <= in2; i++)\n\t\t\tif ((in3 % i) == 0)\n\t\t\t\tf++;\n\n\t\tSystem.out.println(f);\n\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\tint in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0 && in3 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2, in3);\n\t\t}\n\t\tSystem.exit(0);\n\t}\n\n\tprivate static void doMain(int inCnt, int in1, int in2, int in3) {\n\t\tint f = 0;\n\t\tfor (int i = in1; i <= in2; i++)\n\t\t\tif ((in3 % i) == 0)\n\t\t\t\tf++;\n\n\t\tSystem.out.println(f);\n\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws Exception { BufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in)); String s; int inCnt = 0; while ((s = stdIn.readLine()) != null) { String[] se = s.split(" "); int in1 = Integer.valueOf(se[0]); int in2 = Integer.valueOf(se[1]); int in3 = Integer.valueOf(se[2]); if (in1 == 0 && in2 == 0 && in3 == 0) break; doMain(++inCnt, in1, in2, in3); } System.exit(0); } private static void doMain(int inCnt, int in1, int in2, int in3) { int f = 0; for (int i = in1; i <= in2; i++) if ((in3 % i) == 0) f++; System.out.println(f); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 4, 18, 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 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 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 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 63, 69 ], [ 69, 70 ], [ 70, 71 ], [ 8, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 72, 77 ], [ 8, 78 ], [ 78, 79 ], [ 79, 80 ], [ 6, 81 ], [ 81, 82 ], [ 0, 83 ], [ 83, 84 ], [ 83, 85 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString str = sc.nextLine();\n\t\tString[] strs = str.split(\" \");\n\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\n\t\tint div = 0;\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tdiv++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(div);\n\t\tsc.close();\n\n\t}\n\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString str = sc.nextLine();\n\t\tString[] strs = str.split(\" \");\n\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\n\t\tint div = 0;\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tdiv++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(div);\n\t\tsc.close();\n\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString str = sc.nextLine();\n\t\tString[] strs = str.split(\" \");\n\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\n\t\tint div = 0;\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tdiv++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(div);\n\t\tsc.close();\n\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString str = sc.nextLine();\n\t\tString[] strs = str.split(\" \");\n\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\n\t\tint div = 0;\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tdiv++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(div);\n\t\tsc.close();\n\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String str = sc.nextLine();", "str", "sc.nextLine()", "sc.nextLine", "sc", "String[] strs = str.split(\" \");", "strs", "str.split(\" \")", "str.split", "str", "\" \"", "int a = Integer.parseInt(strs[0]);", "a", "Integer.parseInt(strs[0])", "Integer.parseInt", "Integer", "strs[0]", "strs", "0", "int b = Integer.parseInt(strs[1]);", "b", "Integer.parseInt(strs[1])", "Integer.parseInt", "Integer", "strs[1]", "strs", "1", "int c = Integer.parseInt(strs[2]);", "c", "Integer.parseInt(strs[2])", "Integer.parseInt", "Integer", "strs[2]", "strs", "2", "int div = 0;", "div", "0", "for (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tdiv++;\n\t\t\t}\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif (c % i == 0) {\n\t\t\t\tdiv++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif (c % i == 0) {\n\t\t\t\tdiv++;\n\t\t\t}\n\t\t}", "if (c % i == 0) {\n\t\t\t\tdiv++;\n\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\t\tdiv++;\n\t\t\t}", "div++", "div", "System.out.println(div)", "System.out.println", "System.out", "System", "System.out", "div", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString str = sc.nextLine();\n\t\tString[] strs = str.split(\" \");\n\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\n\t\tint div = 0;\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tdiv++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(div);\n\t\tsc.close();\n\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString str = sc.nextLine();\n\t\tString[] strs = str.split(\" \");\n\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\n\t\tint div = 0;\n\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tdiv++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(div);\n\t\tsc.close();\n\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String str = sc.nextLine(); String[] strs = str.split(" "); int a = Integer.parseInt(strs[0]); int b = Integer.parseInt(strs[1]); int c = Integer.parseInt(strs[2]); int div = 0; for (int i = a; i <= b; i++) { if (c % i == 0) { div++; } } System.out.println(div); sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 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 ], [ 66, 5 ], [ 66, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 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 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 49, 50 ], [ 8, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 66, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 57, 63 ], [ 63, 64 ], [ 0, 65 ], [ 65, 66 ], [ 65, 67 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t\tint b = s.nextInt();\n\t\tint c = s.nextInt();\n\t\tint count = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t if(c % i == 0) count++; \n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t/* \n\t\t * Main x;\n\t\t * x = new Main();\n\t\t * x.run();\n\t\t * ??¨????????????\n\t\t */\n\t\tnew Main().run();\n\t\t\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t\tint b = s.nextInt();\n\t\tint c = s.nextInt();\n\t\tint count = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t if(c % i == 0) count++; \n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t/* \n\t\t * Main x;\n\t\t * x = new Main();\n\t\t * x.run();\n\t\t * ??¨????????????\n\t\t */\n\t\tnew Main().run();\n\t\t\n\t}\n}", "Main", "void run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t\tint b = s.nextInt();\n\t\tint c = s.nextInt();\n\t\tint count = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t if(c % i == 0) count++; \n\t\t}\n\t\tSystem.out.println(count);\n\t}", "run", "{\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t\tint b = s.nextInt();\n\t\tint c = s.nextInt();\n\t\tint count = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t if(c % i == 0) count++; \n\t\t}\n\t\tSystem.out.println(count);\n\t}", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int a = s.nextInt();", "a", "s.nextInt()", "s.nextInt", "s", "int b = s.nextInt();", "b", "s.nextInt()", "s.nextInt", "s", "int c = s.nextInt();", "c", "s.nextInt()", "s.nextInt", "s", "int count = 0;", "count", "0", "for(int i = a; i <= b; i++){\n\t if(c % i == 0) count++; \n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t if(c % i == 0) count++; \n\t\t}", "{\n\t if(c % i == 0) count++; \n\t\t}", "if(c % i == 0) count++;", "c % i == 0", "c % i", "c", "i", "0", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "public static void main(String[] args) {\n\t\t/* \n\t\t * Main x;\n\t\t * x = new Main();\n\t\t * x.run();\n\t\t * ??¨????????????\n\t\t */\n\t\tnew Main().run();\n\t\t\n\t}", "main", "{\n\t\t/* \n\t\t * Main x;\n\t\t * x = new Main();\n\t\t * x.run();\n\t\t * ??¨????????????\n\t\t */\n\t\tnew Main().run();\n\t\t\n\t}", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t\tint b = s.nextInt();\n\t\tint c = s.nextInt();\n\t\tint count = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t if(c % i == 0) count++; \n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t/* \n\t\t * Main x;\n\t\t * x = new Main();\n\t\t * x.run();\n\t\t * ??¨????????????\n\t\t */\n\t\tnew Main().run();\n\t\t\n\t}\n}", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint a = s.nextInt();\n\t\tint b = s.nextInt();\n\t\tint c = s.nextInt();\n\t\tint count = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t if(c % i == 0) count++; \n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t/* \n\t\t * Main x;\n\t\t * x = new Main();\n\t\t * x.run();\n\t\t * ??¨????????????\n\t\t */\n\t\tnew Main().run();\n\t\t\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { void run(){ Scanner s = new Scanner(System.in); int a = s.nextInt(); int b = s.nextInt(); int c = s.nextInt(); int count = 0; for(int i = a; i <= b; i++){ if(c % i == 0) count++; } System.out.println(count); } public static void main(String[] args) { /* * Main x; * x = new Main(); * x.run(); * ??¨???????????? */ new Main().run(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 41, 13, 17, 41, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 11, 1, 0, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 74, 5 ], [ 74, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 8, 16 ], [ 16, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 8, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 8, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 8, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 38, 43 ], [ 43, 44 ], [ 43, 45 ], [ 38, 46 ], [ 46, 47 ], [ 47, 48 ], [ 38, 49 ], [ 50, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 59, 61 ], [ 8, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 8, 68 ], [ 68, 69 ], [ 69, 70 ], [ 6, 71 ], [ 71, 72 ], [ 0, 73 ], [ 73, 74 ], [ 73, 75 ] ]
[ "import java.util.Scanner;\npublic class Main {\n public static void main(String[] args){\n Scanner sc=new Scanner(System.in);\n int x,y,z,i=0,a;\n x=sc.nextInt();\n y=sc.nextInt();\n z=sc.nextInt();\n for(a=x;a<=y;a++){\n \t if(z%a==0)\n \t\t i=i+1;\n }\n \n System.out.println(i);\n sc.close();\n }\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 x,y,z,i=0,a;\n x=sc.nextInt();\n y=sc.nextInt();\n z=sc.nextInt();\n for(a=x;a<=y;a++){\n \t if(z%a==0)\n \t\t i=i+1;\n }\n \n System.out.println(i);\n sc.close();\n }\n \n \n}", "Main", "public static void main(String[] args){\n Scanner sc=new Scanner(System.in);\n int x,y,z,i=0,a;\n x=sc.nextInt();\n y=sc.nextInt();\n z=sc.nextInt();\n for(a=x;a<=y;a++){\n \t if(z%a==0)\n \t\t i=i+1;\n }\n \n System.out.println(i);\n sc.close();\n }", "main", "{\n Scanner sc=new Scanner(System.in);\n int x,y,z,i=0,a;\n x=sc.nextInt();\n y=sc.nextInt();\n z=sc.nextInt();\n for(a=x;a<=y;a++){\n \t if(z%a==0)\n \t\t i=i+1;\n }\n \n System.out.println(i);\n sc.close();\n }", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "int x", "x", "y", "y", "z", "z", "i=0", "i", "0", "a;", "a", "x=sc.nextInt()", "x", "sc.nextInt()", "sc.nextInt", "sc", "y=sc.nextInt()", "y", "sc.nextInt()", "sc.nextInt", "sc", "z=sc.nextInt()", "z", "sc.nextInt()", "sc.nextInt", "sc", "for(a=x;a<=y;a++){\n \t if(z%a==0)\n \t\t i=i+1;\n }", "a=x;", "a=x", "a", "x", "a<=y", "a", "y", "a++", "a++", "a", "{\n \t if(z%a==0)\n \t\t i=i+1;\n }", "{\n \t if(z%a==0)\n \t\t i=i+1;\n }", "if(z%a==0)\n \t\t i=i+1;", "z%a==0", "z%a", "z", "a", "0", "i=i+1", "i", "i+1", "i", "1", "System.out.println(i)", "System.out.println", "System.out", "System", "System.out", "i", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n public static void main(String[] args){\n Scanner sc=new Scanner(System.in);\n int x,y,z,i=0,a;\n x=sc.nextInt();\n y=sc.nextInt();\n z=sc.nextInt();\n for(a=x;a<=y;a++){\n \t if(z%a==0)\n \t\t i=i+1;\n }\n \n System.out.println(i);\n sc.close();\n }\n \n \n}", "public class Main {\n public static void main(String[] args){\n Scanner sc=new Scanner(System.in);\n int x,y,z,i=0,a;\n x=sc.nextInt();\n y=sc.nextInt();\n z=sc.nextInt();\n for(a=x;a<=y;a++){\n \t if(z%a==0)\n \t\t i=i+1;\n }\n \n System.out.println(i);\n sc.close();\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 x,y,z,i=0,a; x=sc.nextInt(); y=sc.nextInt(); z=sc.nextInt(); for(a=x;a<=y;a++){ if(z%a==0) i=i+1; } System.out.println(i); sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 64, 5 ], [ 64, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 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 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 8, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 6, 61 ], [ 61, 62 ], [ 0, 63 ], [ 63, 64 ], [ 63, 65 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tint start = n.nextInt();\n\t\tint end = n.nextInt();\n\t\tint num = n.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int a = start;a<=end;a++){\n\t\t\t\n\t\t\tif ((num % a) == 0){\n\t\t\t\tcnt=cnt+1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\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 n=new Scanner(System.in);\n\t\t\n\t\tint start = n.nextInt();\n\t\tint end = n.nextInt();\n\t\tint num = n.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int a = start;a<=end;a++){\n\t\t\t\n\t\t\tif ((num % a) == 0){\n\t\t\t\tcnt=cnt+1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tint start = n.nextInt();\n\t\tint end = n.nextInt();\n\t\tint num = n.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int a = start;a<=end;a++){\n\t\t\t\n\t\t\tif ((num % a) == 0){\n\t\t\t\tcnt=cnt+1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}", "main", "{\n\t\t\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tint start = n.nextInt();\n\t\tint end = n.nextInt();\n\t\tint num = n.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int a = start;a<=end;a++){\n\t\t\t\n\t\t\tif ((num % a) == 0){\n\t\t\t\tcnt=cnt+1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}", "Scanner n=new Scanner(System.in);", "n", "new Scanner(System.in)", "int start = n.nextInt();", "start", "n.nextInt()", "n.nextInt", "n", "int end = n.nextInt();", "end", "n.nextInt()", "n.nextInt", "n", "int num = n.nextInt();", "num", "n.nextInt()", "n.nextInt", "n", "int cnt = 0;", "cnt", "0", "for (int a = start;a<=end;a++){\n\t\t\t\n\t\t\tif ((num % a) == 0){\n\t\t\t\tcnt=cnt+1;\n\t\t\t}\n\t\t}", "int a = start;", "int a = start;", "a", "start", "a<=end", "a", "end", "a++", "a++", "a", "{\n\t\t\t\n\t\t\tif ((num % a) == 0){\n\t\t\t\tcnt=cnt+1;\n\t\t\t}\n\t\t}", "{\n\t\t\t\n\t\t\tif ((num % a) == 0){\n\t\t\t\tcnt=cnt+1;\n\t\t\t}\n\t\t}", "if ((num % a) == 0){\n\t\t\t\tcnt=cnt+1;\n\t\t\t}", "(num % a) == 0", "(num % a)", "num", "a", "0", "{\n\t\t\t\tcnt=cnt+1;\n\t\t\t}", "cnt=cnt+1", "cnt", "cnt+1", "cnt", "1", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tint start = n.nextInt();\n\t\tint end = n.nextInt();\n\t\tint num = n.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int a = start;a<=end;a++){\n\t\t\t\n\t\t\tif ((num % a) == 0){\n\t\t\t\tcnt=cnt+1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner n=new Scanner(System.in);\n\t\t\n\t\tint start = n.nextInt();\n\t\tint end = n.nextInt();\n\t\tint num = n.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int a = start;a<=end;a++){\n\t\t\t\n\t\t\tif ((num % a) == 0){\n\t\t\t\tcnt=cnt+1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner n=new Scanner(System.in); int start = n.nextInt(); int end = n.nextInt(); int num = n.nextInt(); int cnt = 0; for (int a = start;a<=end;a++){ if ((num % a) == 0){ cnt=cnt+1; } } System.out.println(cnt); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 20, 12, 13, 30, 41, 13, 17, 41, 13, 4, 13, 41, 13, 4, 13, 41, 13, 4, 13, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 4, 13, 23, 13, 12, 13, 30, 29, 4, 18, 13, 12, 13, 30, 14, 2, 13, 17, 30, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 78, 5 ], [ 78, 6 ], [ 6, 7 ], [ 6, 8 ], [ 78, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 11, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 11, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 27, 32 ], [ 32, 33 ], [ 32, 34 ], [ 27, 35 ], [ 35, 36 ], [ 36, 37 ], [ 27, 38 ], [ 39, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 40, 46 ], [ 46, 47 ], [ 47, 48 ], [ 11, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 11, 55 ], [ 55, 56 ], [ 9, 57 ], [ 57, 58 ], [ 78, 59 ], [ 59, 60 ], [ 59, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 78, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 0, 77 ], [ 77, 78 ], [ 77, 79 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tint counter = 0;\n\t\tint a = input();\n\t\tint b = input();\n\t\tint c = input();\n\n\t\tfor (int i = a; i <= b; i++) {\n\n\t\t\tif (c % i == 0) {\n\n\t\t\t\tcounter++;\n\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(counter);\n\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tint counter = 0;\n\t\tint a = input();\n\t\tint b = input();\n\t\tint c = input();\n\n\t\tfor (int i = a; i <= b; i++) {\n\n\t\t\tif (c % i == 0) {\n\n\t\t\t\tcounter++;\n\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(counter);\n\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}", "Main", "public static Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "public static void main(String[] args) {\n\n\t\tint counter = 0;\n\t\tint a = input();\n\t\tint b = input();\n\t\tint c = input();\n\n\t\tfor (int i = a; i <= b; i++) {\n\n\t\t\tif (c % i == 0) {\n\n\t\t\t\tcounter++;\n\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(counter);\n\n\t\tclose();\n\n\t}", "main", "{\n\n\t\tint counter = 0;\n\t\tint a = input();\n\t\tint b = input();\n\t\tint c = input();\n\n\t\tfor (int i = a; i <= b; i++) {\n\n\t\t\tif (c % i == 0) {\n\n\t\t\t\tcounter++;\n\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(counter);\n\n\t\tclose();\n\n\t}", "int counter = 0;", "counter", "0", "int a = input();", "a", "input()", "input", "int b = input();", "b", "input()", "input", "int c = input();", "c", "input()", "input", "for (int i = a; i <= b; i++) {\n\n\t\t\tif (c % i == 0) {\n\n\t\t\t\tcounter++;\n\n\t\t\t}\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\n\t\t\tif (c % i == 0) {\n\n\t\t\t\tcounter++;\n\n\t\t\t}\n\t\t}", "{\n\n\t\t\tif (c % i == 0) {\n\n\t\t\t\tcounter++;\n\n\t\t\t}\n\t\t}", "if (c % i == 0) {\n\n\t\t\t\tcounter++;\n\n\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\n\t\t\t\tcounter++;\n\n\t\t\t}", "counter++", "counter", "System.out.println(counter)", "System.out.println", "System.out", "System", "System.out", "counter", "close()", "close", "String[] args", "args", "public static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}", "input", "{\n\n\t\treturn scanner.nextInt();\n\n\t}", "return scanner.nextInt();", "scanner.nextInt()", "scanner.nextInt", "scanner", "public static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}", "close", "{\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}", "if (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}", "scanner != null", "scanner", "null", "{\n\n\t\t\tscanner.close();\n\n\t\t}", "scanner.close()", "scanner.close", "scanner", "public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tint counter = 0;\n\t\tint a = input();\n\t\tint b = input();\n\t\tint c = input();\n\n\t\tfor (int i = a; i <= b; i++) {\n\n\t\t\tif (c % i == 0) {\n\n\t\t\t\tcounter++;\n\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(counter);\n\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}", "public class Main {\n\n\tpublic static Scanner scanner = new Scanner(System.in);\n\n\tpublic static void main(String[] args) {\n\n\t\tint counter = 0;\n\t\tint a = input();\n\t\tint b = input();\n\t\tint c = input();\n\n\t\tfor (int i = a; i <= b; i++) {\n\n\t\t\tif (c % i == 0) {\n\n\t\t\t\tcounter++;\n\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(counter);\n\n\t\tclose();\n\n\t}\n\n\tpublic static int input() {\n\n\t\treturn scanner.nextInt();\n\n\t}\n\n\tpublic static void close() {\n\n\t\tif (scanner != null) {\n\n\t\t\tscanner.close();\n\n\t\t}\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static Scanner scanner = new Scanner(System.in); public static void main(String[] args) { int counter = 0; int a = input(); int b = input(); int c = input(); for (int i = a; i <= b; i++) { if (c % i == 0) { counter++; } } System.out.println(counter); close(); } public static int input() { return scanner.nextInt(); } public static void close() { if (scanner != null) { scanner.close(); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 17, 42, 2, 13, 13, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 2, 13, 17, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 8, 11 ], [ 11, 12 ], [ 8, 13 ], [ 13, 14 ], [ 8, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 8, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 42, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 57, 59 ], [ 8, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 6, 66 ], [ 66, 67 ] ]
[ "import java.util.*;\n\nclass Main{\n public static void main(String[] args){\n int x,y,z,c;\n Scanner in = new Scanner(System.in);\n x = in.nextInt();\n y = in.nextInt();\n z = in.nextInt();\n c = 0;\n while( x <= y ){\n if( z%x == 0){\n c = c + 1;\n }\n x = x + 1;\n }\n System.out.println(c);\n }\n}\n ", "import java.util.*;", "util.*", "java", "class Main{\n public static void main(String[] args){\n int x,y,z,c;\n Scanner in = new Scanner(System.in);\n x = in.nextInt();\n y = in.nextInt();\n z = in.nextInt();\n c = 0;\n while( x <= y ){\n if( z%x == 0){\n c = c + 1;\n }\n x = x + 1;\n }\n System.out.println(c);\n }\n}", "Main", "public static void main(String[] args){\n int x,y,z,c;\n Scanner in = new Scanner(System.in);\n x = in.nextInt();\n y = in.nextInt();\n z = in.nextInt();\n c = 0;\n while( x <= y ){\n if( z%x == 0){\n c = c + 1;\n }\n x = x + 1;\n }\n System.out.println(c);\n }", "main", "{\n int x,y,z,c;\n Scanner in = new Scanner(System.in);\n x = in.nextInt();\n y = in.nextInt();\n z = in.nextInt();\n c = 0;\n while( x <= y ){\n if( z%x == 0){\n c = c + 1;\n }\n x = x + 1;\n }\n System.out.println(c);\n }", "int x", "x", "y", "y", "z", "z", "c;", "c", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "x = in.nextInt()", "x", "in.nextInt()", "in.nextInt", "in", "y = in.nextInt()", "y", "in.nextInt()", "in.nextInt", "in", "z = in.nextInt()", "z", "in.nextInt()", "in.nextInt", "in", "c = 0", "c", "0", "while( x <= y ){\n if( z%x == 0){\n c = c + 1;\n }\n x = x + 1;\n }", "x <= y", "x", "y", "{\n if( z%x == 0){\n c = c + 1;\n }\n x = x + 1;\n }", "if( z%x == 0){\n c = c + 1;\n }", "z%x == 0", "z%x", "z", "x", "0", "{\n c = c + 1;\n }", "c = c + 1", "c", "c + 1", "c", "1", "x = x + 1", "x", "x + 1", "x", "1", "System.out.println(c)", "System.out.println", "System.out", "System", "System.out", "c", "String[] args", "args" ]
import java.util.*; class Main{ public static void main(String[] args){ int x,y,z,c; Scanner in = new Scanner(System.in); x = in.nextInt(); y = in.nextInt(); z = in.nextInt(); c = 0; while( x <= y ){ if( z%x == 0){ c = c + 1; } x = x + 1; } System.out.println(c); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 4, 18, 13, 18, 13, 17, 2, 13, 4, 18, 13, 18, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 4, 18, 13, 18, 13, 17, 13, 17, 30, 40, 13, 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 ], [ 81, 11 ], [ 81, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 14, 32 ], [ 32, 33 ], [ 32, 34 ], [ 14, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 35, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 35, 53 ], [ 53, 54 ], [ 54, 55 ], [ 35, 56 ], [ 57, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 61, 64 ], [ 64, 65 ], [ 64, 66 ], [ 60, 67 ], [ 59, 68 ], [ 58, 69 ], [ 69, 70 ], [ 70, 71 ], [ 14, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 72, 77 ], [ 12, 78 ], [ 78, 79 ], [ 0, 80 ], [ 80, 81 ], [ 80, 82 ] ]
[ "\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n public static void main (String[] args ) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder builder = new StringBuilder();\n String data = reader.readLine();\n String[] number = data.split(\" \");\n int count = 0;\n for (int i = Integer.parseInt(number[0]) ; i <= Integer.parseInt(number[1]) ; i++) {\n if ( (Integer.parseInt(number[2]) % i ) == 0) {\n count++;\n }\n }\n System.out.println (count);\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n public static void main (String[] args ) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder builder = new StringBuilder();\n String data = reader.readLine();\n String[] number = data.split(\" \");\n int count = 0;\n for (int i = Integer.parseInt(number[0]) ; i <= Integer.parseInt(number[1]) ; i++) {\n if ( (Integer.parseInt(number[2]) % i ) == 0) {\n count++;\n }\n }\n System.out.println (count);\n }\n}", "Main", "public static void main (String[] args ) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder builder = new StringBuilder();\n String data = reader.readLine();\n String[] number = data.split(\" \");\n int count = 0;\n for (int i = Integer.parseInt(number[0]) ; i <= Integer.parseInt(number[1]) ; i++) {\n if ( (Integer.parseInt(number[2]) % i ) == 0) {\n count++;\n }\n }\n System.out.println (count);\n }", "main", "{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder builder = new StringBuilder();\n String data = reader.readLine();\n String[] number = data.split(\" \");\n int count = 0;\n for (int i = Integer.parseInt(number[0]) ; i <= Integer.parseInt(number[1]) ; i++) {\n if ( (Integer.parseInt(number[2]) % i ) == 0) {\n count++;\n }\n }\n System.out.println (count);\n }", "BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));", "reader", "new BufferedReader(new InputStreamReader(System.in))", "StringBuilder builder = new StringBuilder();", "builder", "new StringBuilder()", "String data = reader.readLine();", "data", "reader.readLine()", "reader.readLine", "reader", "String[] number = data.split(\" \");", "number", "data.split(\" \")", "data.split", "data", "\" \"", "int count = 0;", "count", "0", "for (int i = Integer.parseInt(number[0]) ; i <= Integer.parseInt(number[1]) ; i++) {\n if ( (Integer.parseInt(number[2]) % i ) == 0) {\n count++;\n }\n }", "int i = Integer.parseInt(number[0]) ;", "int i = Integer.parseInt(number[0]) ;", "i", "Integer.parseInt(number[0])", "Integer.parseInt", "Integer", "number[0]", "number", "0", "i <= Integer.parseInt(number[1])", "i", "Integer.parseInt(number[1])", "Integer.parseInt", "Integer", "number[1]", "number", "1", "i++", "i++", "i", "{\n if ( (Integer.parseInt(number[2]) % i ) == 0) {\n count++;\n }\n }", "{\n if ( (Integer.parseInt(number[2]) % i ) == 0) {\n count++;\n }\n }", "if ( (Integer.parseInt(number[2]) % i ) == 0) {\n count++;\n }", "(Integer.parseInt(number[2]) % i ) == 0", "(Integer.parseInt(number[2]) % i )", "Integer.parseInt(number[2])", "Integer.parseInt", "Integer", "number[2]", "number", "2", "i", "0", "{\n count++;\n }", "count++", "count", "System.out.println (count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n public static void main (String[] args ) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder builder = new StringBuilder();\n String data = reader.readLine();\n String[] number = data.split(\" \");\n int count = 0;\n for (int i = Integer.parseInt(number[0]) ; i <= Integer.parseInt(number[1]) ; i++) {\n if ( (Integer.parseInt(number[2]) % i ) == 0) {\n count++;\n }\n }\n System.out.println (count);\n }\n}", "public class Main {\n public static void main (String[] args ) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder builder = new StringBuilder();\n String data = reader.readLine();\n String[] number = data.split(\" \");\n int count = 0;\n for (int i = Integer.parseInt(number[0]) ; i <= Integer.parseInt(number[1]) ; i++) {\n if ( (Integer.parseInt(number[2]) % i ) == 0) {\n count++;\n }\n }\n System.out.println (count);\n }\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main (String[] args ) throws IOException { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); StringBuilder builder = new StringBuilder(); String data = reader.readLine(); String[] number = data.split(" "); int count = 0; for (int i = Integer.parseInt(number[0]) ; i <= Integer.parseInt(number[1]) ; i++) { if ( (Integer.parseInt(number[2]) % i ) == 0) { count++; } } System.out.println (count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 18, 13, 13, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 89, 5 ], [ 89, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 13, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 13, 18 ], [ 9, 19 ], [ 19, 20 ], [ 20, 21 ], [ 20, 22 ], [ 19, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 28, 29 ], [ 25, 30 ], [ 19, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 19, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 19, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 49, 52 ], [ 52, 53 ], [ 52, 54 ], [ 19, 55 ], [ 55, 56 ], [ 55, 57 ], [ 19, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 58, 63 ], [ 63, 64 ], [ 63, 65 ], [ 58, 66 ], [ 66, 67 ], [ 67, 68 ], [ 58, 69 ], [ 70, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 71, 77 ], [ 77, 78 ], [ 78, 79 ], [ 19, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 82, 84 ], [ 80, 85 ], [ 6, 86 ], [ 86, 87 ], [ 0, 88 ], [ 88, 89 ], [ 88, 90 ] ]
[ "import java.io.*;\n\npublic class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\tint c = Integer.parseInt(str[2]);\n\n\tint count = 0;\n\tfor(int i = a; i <=b ; i++){\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}\nSystem.out.println(count);\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}", "import java.io.*;", "io.*", "java", "public class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\tint c = Integer.parseInt(str[2]);\n\n\tint count = 0;\n\tfor(int i = a; i <=b ; i++){\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}\nSystem.out.println(count);\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}", "Main", "public static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\tint c = Integer.parseInt(str[2]);\n\n\tint count = 0;\n\tfor(int i = a; i <=b ; i++){\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}\nSystem.out.println(count);\n}catch(IOException e){\nSystem.out.println(e);\n}\n}", "main", "{\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\tint c = Integer.parseInt(str[2]);\n\n\tint count = 0;\n\tfor(int i = a; i <=b ; i++){\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}\nSystem.out.println(count);\n}catch(IOException e){\nSystem.out.println(e);\n}\n}", "try{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\tint c = Integer.parseInt(str[2]);\n\n\tint count = 0;\n\tfor(int i = a; i <=b ; i++){\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}\nSystem.out.println(count);\n}catch(IOException e){\nSystem.out.println(e);\n}", "catch(IOException e){\nSystem.out.println(e);\n}", "IOException e", "{\nSystem.out.println(e);\n}", "System.out.println(e)", "System.out.println", "System.out", "System", "System.out", "e", "{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\tint c = Integer.parseInt(str[2]);\n\n\tint count = 0;\n\tfor(int i = a; i <=b ; i++){\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}\nSystem.out.println(count);\n}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] str = br.readLine().split(\" \");", "str", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int a = Integer.parseInt(str[0]);", "a", "Integer.parseInt(str[0])", "Integer.parseInt", "Integer", "str[0]", "str", "0", "int b = Integer.parseInt(str[1]);", "b", "Integer.parseInt(str[1])", "Integer.parseInt", "Integer", "str[1]", "str", "1", "int c = Integer.parseInt(str[2]);", "c", "Integer.parseInt(str[2])", "Integer.parseInt", "Integer", "str[2]", "str", "2", "int count = 0;", "count", "0", "for(int i = a; i <=b ; i++){\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}", "int i = a;", "int i = a;", "i", "a", "i <=b", "i", "b", "i++", "i++", "i", "{\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}", "{\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}", "if (c % i == 0){\n\t\tcount++;\n\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\tcount++;\n\t\t}", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\tint c = Integer.parseInt(str[2]);\n\n\tint count = 0;\n\tfor(int i = a; i <=b ; i++){\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}\nSystem.out.println(count);\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}", "public class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\tint c = Integer.parseInt(str[2]);\n\n\tint count = 0;\n\tfor(int i = a; i <=b ; i++){\n\t\tif (c % i == 0){\n\t\tcount++;\n\t\t}\n\t}\nSystem.out.println(count);\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}", "Main" ]
import java.io.*; public class Main{ public static void main(String[] args){ try{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] str = br.readLine().split(" "); int a = Integer.parseInt(str[0]); int b = Integer.parseInt(str[1]); int c = Integer.parseInt(str[2]); int count = 0; for(int i = a; i <=b ; i++){ if (c % i == 0){ count++; } } System.out.println(count); }catch(IOException e){ System.out.println(e); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 4, 13, 13, 13, 13, 23, 13, 12, 13, 30, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 2, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 29, 13, 23, 13, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 78, 5 ], [ 78, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 27, 32 ], [ 32, 33 ], [ 32, 34 ], [ 32, 35 ], [ 32, 36 ], [ 6, 37 ], [ 37, 38 ], [ 78, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 45, 55 ], [ 55, 56 ], [ 56, 57 ], [ 45, 58 ], [ 59, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 60, 66 ], [ 66, 67 ], [ 67, 68 ], [ 41, 69 ], [ 69, 70 ], [ 39, 71 ], [ 71, 72 ], [ 39, 73 ], [ 73, 74 ], [ 39, 75 ], [ 75, 76 ], [ 0, 77 ], [ 77, 78 ], [ 77, 79 ] ]
[ "import java.util.Scanner;\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 System.out.println(method(a, b, c));\n }\n static int method(int a, int b, int c) {\n int divisor = 0;\n for(int i = a;i < b + 1;i++) {\n if(c % i == 0) {\n divisor++;\n }\n }\n return divisor;\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 System.out.println(method(a, b, c));\n }\n static int method(int a, int b, int c) {\n int divisor = 0;\n for(int i = a;i < b + 1;i++) {\n if(c % i == 0) {\n divisor++;\n }\n }\n return divisor;\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 System.out.println(method(a, b, c));\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 System.out.println(method(a, b, c));\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", "System.out.println(method(a, b, c))", "System.out.println", "System.out", "System", "System.out", "method(a, b, c)", "method", "a", "b", "c", "String[] args", "args", "static int method(int a, int b, int c) {\n int divisor = 0;\n for(int i = a;i < b + 1;i++) {\n if(c % i == 0) {\n divisor++;\n }\n }\n return divisor;\n }", "method", "{\n int divisor = 0;\n for(int i = a;i < b + 1;i++) {\n if(c % i == 0) {\n divisor++;\n }\n }\n return divisor;\n }", "int divisor = 0;", "divisor", "0", "for(int i = a;i < b + 1;i++) {\n if(c % i == 0) {\n divisor++;\n }\n }", "int i = a;", "int i = a;", "i", "a", "i < b + 1", "i", "b + 1", "b", "1", "i++", "i++", "i", "{\n if(c % i == 0) {\n divisor++;\n }\n }", "{\n if(c % i == 0) {\n divisor++;\n }\n }", "if(c % i == 0) {\n divisor++;\n }", "c % i == 0", "c % i", "c", "i", "0", "{\n divisor++;\n }", "divisor++", "divisor", "return divisor;", "divisor", "int a", "a", "int b", "b", "int c", "c", "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 System.out.println(method(a, b, c));\n }\n static int method(int a, int b, int c) {\n int divisor = 0;\n for(int i = a;i < b + 1;i++) {\n if(c % i == 0) {\n divisor++;\n }\n }\n return divisor;\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 System.out.println(method(a, b, c));\n }\n static int method(int a, int b, int c) {\n int divisor = 0;\n for(int i = a;i < b + 1;i++) {\n if(c % i == 0) {\n divisor++;\n }\n }\n return divisor;\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); System.out.println(method(a, b, c)); } static int method(int a, int b, int c) { int divisor = 0; for(int i = a;i < b + 1;i++) { if(c % i == 0) { divisor++; } } return divisor; } }
[ 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, 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, 20, 41, 13, 17, 14, 2, 2, 2, 2, 2, 17, 13, 2, 13, 17, 2, 2, 17, 13, 2, 13, 17, 2, 2, 17, 13, 2, 13, 17, 2, 13, 13, 30, 0, 13, 4, 13, 13, 28, 13, 13, 30, 30, 14, 2, 2, 13, 13, 2, 13, 13, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 12, 13, 30, 41, 13, 17, 41, 13, 13, 41, 13, 20, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 13, 0, 13, 2, 13, 13, 14, 2, 13, 13, 30, 4, 18, 13, 13, 14, 2, 13, 13, 30, 4, 18, 13, 13, 30, 3, 4, 18, 13, 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 ], [ 189, 14 ], [ 189, 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 ], [ 28, 31 ], [ 17, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 34, 37 ], [ 37, 38 ], [ 37, 39 ], [ 17, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 45, 46 ], [ 45, 47 ], [ 17, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 50, 53 ], [ 53, 54 ], [ 53, 55 ], [ 17, 56 ], [ 56, 57 ], [ 56, 58 ], [ 17, 59 ], [ 59, 60 ], [ 59, 61 ], [ 17, 62 ], [ 62, 63 ], [ 65, 64 ], [ 80, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 70, 71 ], [ 70, 72 ], [ 65, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 77, 78 ], [ 77, 79 ], [ 80, 80 ], [ 80, 81 ], [ 81, 82 ], [ 81, 83 ], [ 80, 84 ], [ 84, 85 ], [ 84, 86 ], [ 65, 87 ], [ 87, 88 ], [ 87, 89 ], [ 62, 90 ], [ 90, 91 ], [ 91, 92 ], [ 91, 93 ], [ 93, 94 ], [ 93, 95 ], [ 90, 96 ], [ 96, 97 ], [ 96, 98 ], [ 96, 99 ], [ 100, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 103, 104 ], [ 103, 105 ], [ 102, 106 ], [ 106, 107 ], [ 106, 108 ], [ 101, 109 ], [ 109, 110 ], [ 110, 111 ], [ 90, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 114, 116 ], [ 112, 117 ], [ 15, 118 ], [ 118, 119 ], [ 189, 120 ], [ 120, 121 ], [ 120, 122 ], [ 122, 123 ], [ 123, 124 ], [ 123, 125 ], [ 122, 126 ], [ 126, 127 ], [ 126, 128 ], [ 122, 129 ], [ 129, 130 ], [ 129, 131 ], [ 122, 132 ], [ 132, 133 ], [ 133, 134 ], [ 134, 135 ], [ 134, 136 ], [ 132, 137 ], [ 137, 138 ], [ 137, 139 ], [ 132, 140 ], [ 140, 141 ], [ 141, 142 ], [ 132, 143 ], [ 144, 144 ], [ 144, 145 ], [ 145, 146 ], [ 146, 147 ], [ 147, 148 ], [ 147, 149 ], [ 146, 150 ], [ 145, 151 ], [ 151, 152 ], [ 152, 153 ], [ 152, 154 ], [ 151, 155 ], [ 155, 156 ], [ 155, 157 ], [ 157, 158 ], [ 157, 159 ], [ 151, 160 ], [ 160, 161 ], [ 161, 162 ], [ 161, 163 ], [ 160, 164 ], [ 164, 165 ], [ 165, 166 ], [ 166, 167 ], [ 165, 168 ], [ 164, 169 ], [ 169, 170 ], [ 170, 171 ], [ 170, 172 ], [ 169, 173 ], [ 173, 174 ], [ 174, 175 ], [ 175, 176 ], [ 174, 177 ], [ 169, 178 ], [ 178, 179 ], [ 122, 180 ], [ 180, 181 ], [ 181, 182 ], [ 180, 183 ], [ 122, 184 ], [ 184, 185 ], [ 120, 186 ], [ 186, 187 ], [ 0, 188 ], [ 188, 189 ], [ 188, 190 ] ]
[ "import java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.List;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString input = sc.nextLine();\n\t\tString[] data = input.split(\" \");\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\tint c = Integer.parseInt(data[2]);\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\t// int n = 0; // divisorsの要素番号\n\t\tint count = 0; // a~bまでの範囲の中にcがいくつあるのかをカウントするための変数\n\n\t\tif ((1 <= a && a <= 10000) && (1 <= b && b <= 10000)\n\t\t\t\t&& (1 <= c && c <= 10000) && (a <= b)) {\n\t\t\tdivisors = ArrayDivisors(c);\n\n\t\t\tfor (Integer n : divisors) {\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t}\n\n\t}\n\n\tprivate static List<Integer> ArrayDivisors(int number) {\n\t\tint MinDivisor = 1;\n\t\tint MaxDivisor = number;\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\tfor (int i = MinDivisor; i <= MaxDivisor; i++) {\n\t\t\tif (number % i == 0) {\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\tCollections.sort(divisors);\n\t\treturn divisors;\n\n\t}\n\n}\n", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Collections;", "Collections", "java.util", "import java.util.List;", "List", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString input = sc.nextLine();\n\t\tString[] data = input.split(\" \");\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\tint c = Integer.parseInt(data[2]);\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\t// int n = 0; // divisorsの要素番号\n\t\tint count = 0; // a~bまでの範囲の中にcがいくつあるのかをカウントするための変数\n\n\t\tif ((1 <= a && a <= 10000) && (1 <= b && b <= 10000)\n\t\t\t\t&& (1 <= c && c <= 10000) && (a <= b)) {\n\t\t\tdivisors = ArrayDivisors(c);\n\n\t\t\tfor (Integer n : divisors) {\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t}\n\n\t}\n\n\tprivate static List<Integer> ArrayDivisors(int number) {\n\t\tint MinDivisor = 1;\n\t\tint MaxDivisor = number;\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\tfor (int i = MinDivisor; i <= MaxDivisor; i++) {\n\t\t\tif (number % i == 0) {\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\tCollections.sort(divisors);\n\t\treturn divisors;\n\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString input = sc.nextLine();\n\t\tString[] data = input.split(\" \");\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\tint c = Integer.parseInt(data[2]);\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\t// int n = 0; // divisorsの要素番号\n\t\tint count = 0; // a~bまでの範囲の中にcがいくつあるのかをカウントするための変数\n\n\t\tif ((1 <= a && a <= 10000) && (1 <= b && b <= 10000)\n\t\t\t\t&& (1 <= c && c <= 10000) && (a <= b)) {\n\t\t\tdivisors = ArrayDivisors(c);\n\n\t\t\tfor (Integer n : divisors) {\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t}\n\n\t}", "main", "{\n\t\t// TODO 自動生成されたメソッド・スタブ\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString input = sc.nextLine();\n\t\tString[] data = input.split(\" \");\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\tint c = Integer.parseInt(data[2]);\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\t// int n = 0; // divisorsの要素番号\n\t\tint count = 0; // a~bまでの範囲の中にcがいくつあるのかをカウントするための変数\n\n\t\tif ((1 <= a && a <= 10000) && (1 <= b && b <= 10000)\n\t\t\t\t&& (1 <= c && c <= 10000) && (a <= b)) {\n\t\t\tdivisors = ArrayDivisors(c);\n\n\t\t\tfor (Integer n : divisors) {\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t}\n\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String input = sc.nextLine();", "input", "sc.nextLine()", "sc.nextLine", "sc", "String[] data = input.split(\" \");", "data", "input.split(\" \")", "input.split", "input", "\" \"", "int a = Integer.parseInt(data[0]);", "a", "Integer.parseInt(data[0])", "Integer.parseInt", "Integer", "data[0]", "data", "0", "int b = Integer.parseInt(data[1]);", "b", "Integer.parseInt(data[1])", "Integer.parseInt", "Integer", "data[1]", "data", "1", "int c = Integer.parseInt(data[2]);", "c", "Integer.parseInt(data[2])", "Integer.parseInt", "Integer", "data[2]", "data", "2", "List<Integer> divisors = new ArrayList<Integer>();", "divisors", "new ArrayList<Integer>()", "int count = 0;", "count", "0", "if ((1 <= a && a <= 10000) && (1 <= b && b <= 10000)\n\t\t\t\t&& (1 <= c && c <= 10000) && (a <= b)) {\n\t\t\tdivisors = ArrayDivisors(c);\n\n\t\t\tfor (Integer n : divisors) {\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t}", "(1 <= a && a <= 10000) && (1 <= b && b <= 10000)\n\t\t\t\t&& (1 <= c && c <= 10000) && (a <= b)", "(1 <= c && c <= 10000)", "(1 <= a && a <= 10000) && (1 <= b && b <= 10000)\n\t\t\t\t&& (1 <= c && c <= 10000) && (a <= b)", "(1 <= a && a <= 10000)", "1 <= a", "1", "a", "a <= 10000", "a", "10000", "(1 <= b && b <= 10000)", "1 <= b", "1", "b", "b <= 10000", "b", "10000", "(1 <= c && c <= 10000)", "1 <= c", "1", "c", "c <= 10000", "c", "10000", "(a <= b)", "a", "b", "{\n\t\t\tdivisors = ArrayDivisors(c);\n\n\t\t\tfor (Integer n : divisors) {\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t}", "divisors = ArrayDivisors(c)", "divisors", "ArrayDivisors(c)", "ArrayDivisors", "c", "for (Integer n : divisors) {\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}", "Integer n", "divisors", "{\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}", "{\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}", "if (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}", "a <= n && n <= b", "a <= n", "a", "n", "n <= b", "n", "b", "{\n\t\t\t\t\tcount++;\n\t\t\t\t}", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "private static List<Integer> ArrayDivisors(int number) {\n\t\tint MinDivisor = 1;\n\t\tint MaxDivisor = number;\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\tfor (int i = MinDivisor; i <= MaxDivisor; i++) {\n\t\t\tif (number % i == 0) {\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\tCollections.sort(divisors);\n\t\treturn divisors;\n\n\t}", "ArrayDivisors", "{\n\t\tint MinDivisor = 1;\n\t\tint MaxDivisor = number;\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\tfor (int i = MinDivisor; i <= MaxDivisor; i++) {\n\t\t\tif (number % i == 0) {\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\tCollections.sort(divisors);\n\t\treturn divisors;\n\n\t}", "int MinDivisor = 1;", "MinDivisor", "1", "int MaxDivisor = number;", "MaxDivisor", "number", "List<Integer> divisors = new ArrayList<Integer>();", "divisors", "new ArrayList<Integer>()", "for (int i = MinDivisor; i <= MaxDivisor; i++) {\n\t\t\tif (number % i == 0) {\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}", "int i = MinDivisor;", "int i = MinDivisor;", "i", "MinDivisor", "i <= MaxDivisor", "i", "MaxDivisor", "i++", "i++", "i", "{\n\t\t\tif (number % i == 0) {\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}", "{\n\t\t\tif (number % i == 0) {\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}", "if (number % i == 0) {\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}", "number % i == 0", "number % i", "number", "i", "0", "{\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}", "MinDivisor = i", "MinDivisor", "i", "MaxDivisor = number / i", "MaxDivisor", "number / i", "number", "i", "if (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}", "MinDivisor <= MaxDivisor", "MinDivisor", "MaxDivisor", "{\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}", "divisors.add(MinDivisor)", "divisors.add", "divisors", "MinDivisor", "if (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}", "MinDivisor != MaxDivisor", "MinDivisor", "MaxDivisor", "{\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t}", "divisors.add(MaxDivisor)", "divisors.add", "divisors", "MaxDivisor", "{\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}", "break;", "Collections.sort(divisors)", "Collections.sort", "Collections", "divisors", "return divisors;", "divisors", "int number", "number", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString input = sc.nextLine();\n\t\tString[] data = input.split(\" \");\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\tint c = Integer.parseInt(data[2]);\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\t// int n = 0; // divisorsの要素番号\n\t\tint count = 0; // a~bまでの範囲の中にcがいくつあるのかをカウントするための変数\n\n\t\tif ((1 <= a && a <= 10000) && (1 <= b && b <= 10000)\n\t\t\t\t&& (1 <= c && c <= 10000) && (a <= b)) {\n\t\t\tdivisors = ArrayDivisors(c);\n\n\t\t\tfor (Integer n : divisors) {\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t}\n\n\t}\n\n\tprivate static List<Integer> ArrayDivisors(int number) {\n\t\tint MinDivisor = 1;\n\t\tint MaxDivisor = number;\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\tfor (int i = MinDivisor; i <= MaxDivisor; i++) {\n\t\t\tif (number % i == 0) {\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\tCollections.sort(divisors);\n\t\treturn divisors;\n\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tString input = sc.nextLine();\n\t\tString[] data = input.split(\" \");\n\t\tint a = Integer.parseInt(data[0]);\n\t\tint b = Integer.parseInt(data[1]);\n\t\tint c = Integer.parseInt(data[2]);\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\t// int n = 0; // divisorsの要素番号\n\t\tint count = 0; // a~bまでの範囲の中にcがいくつあるのかをカウントするための変数\n\n\t\tif ((1 <= a && a <= 10000) && (1 <= b && b <= 10000)\n\t\t\t\t&& (1 <= c && c <= 10000) && (a <= b)) {\n\t\t\tdivisors = ArrayDivisors(c);\n\n\t\t\tfor (Integer n : divisors) {\n\t\t\t\tif (a <= n && n <= b) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t}\n\n\t}\n\n\tprivate static List<Integer> ArrayDivisors(int number) {\n\t\tint MinDivisor = 1;\n\t\tint MaxDivisor = number;\n\t\tList<Integer> divisors = new ArrayList<Integer>();\n\t\tfor (int i = MinDivisor; i <= MaxDivisor; i++) {\n\t\t\tif (number % i == 0) {\n\t\t\t\tMinDivisor = i;\n\t\t\t\tMaxDivisor = number / i;\n\t\t\t\tif (MinDivisor <= MaxDivisor) {\n\t\t\t\t\tdivisors.add(MinDivisor);\n\t\t\t\t\tif (MinDivisor != MaxDivisor) {\n\t\t\t\t\t\tdivisors.add(MaxDivisor);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\tCollections.sort(divisors);\n\t\treturn divisors;\n\n\t}\n\n}", "Main" ]
import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO 自動生成されたメソッド・スタブ Scanner sc = new Scanner(System.in); String input = sc.nextLine(); String[] data = input.split(" "); int a = Integer.parseInt(data[0]); int b = Integer.parseInt(data[1]); int c = Integer.parseInt(data[2]); List<Integer> divisors = new ArrayList<Integer>(); // int n = 0; // divisorsの要素番号 int count = 0; // a~bまでの範囲の中にcがいくつあるのかをカウントするための変数 if ((1 <= a && a <= 10000) && (1 <= b && b <= 10000) && (1 <= c && c <= 10000) && (a <= b)) { divisors = ArrayDivisors(c); for (Integer n : divisors) { if (a <= n && n <= b) { count++; } } System.out.println(count); } } private static List<Integer> ArrayDivisors(int number) { int MinDivisor = 1; int MaxDivisor = number; List<Integer> divisors = new ArrayList<Integer>(); for (int i = MinDivisor; i <= MaxDivisor; i++) { if (number % i == 0) { MinDivisor = i; MaxDivisor = number / i; if (MinDivisor <= MaxDivisor) { divisors.add(MinDivisor); if (MinDivisor != MaxDivisor) { divisors.add(MaxDivisor); } else { break; } } } } Collections.sort(divisors); return divisors; } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 17, 41, 13, 20, 17, 41, 13, 20, 0, 13, 4, 18, 4, 18, 13, 17, 0, 18, 13, 17, 4, 18, 13, 18, 13, 17, 0, 18, 13, 17, 4, 18, 13, 18, 13, 17, 0, 18, 13, 17, 4, 18, 13, 18, 13, 17, 41, 13, 17, 41, 13, 17, 11, 1, 0, 13, 18, 13, 17, 2, 13, 18, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 18, 13, 17, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 104, 5 ], [ 104, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 13 ], [ 13, 14 ], [ 13, 15 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 22, 27 ], [ 8, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 32, 33 ], [ 33, 34 ], [ 32, 35 ], [ 35, 36 ], [ 35, 37 ], [ 8, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 45, 46 ], [ 45, 47 ], [ 8, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 55, 56 ], [ 55, 57 ], [ 8, 58 ], [ 58, 59 ], [ 58, 60 ], [ 8, 61 ], [ 61, 62 ], [ 61, 63 ], [ 8, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 68, 69 ], [ 68, 70 ], [ 64, 71 ], [ 71, 72 ], [ 71, 73 ], [ 73, 74 ], [ 73, 75 ], [ 64, 76 ], [ 76, 77 ], [ 77, 78 ], [ 64, 79 ], [ 80, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 84, 86 ], [ 83, 87 ], [ 82, 88 ], [ 81, 89 ], [ 89, 90 ], [ 90, 91 ], [ 8, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 92, 97 ], [ 8, 98 ], [ 98, 99 ], [ 99, 100 ], [ 6, 101 ], [ 101, 102 ], [ 0, 103 ], [ 103, 104 ], [ 103, 105 ] ]
[ "import java.util.*;\n\n//divisor Number\npublic class Main {\n\tpublic static void main(String args[])\n\t{\n\t\tString[] str = new String[3];\n\t\tint[] output = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tstr = sc.nextLine().split(\" \");\n\t\toutput[0] = Integer.parseInt(str[0]);\n\t\toutput[1] = Integer.parseInt(str[1]);\n\t\toutput[2] = Integer.parseInt(str[2]);\n\t\t\n\t\tint number = 0;\n\t\tint divisor = 0;\n\t\tfor(number = output[0];number<=output[1];number++)\n\t\t{\n\t\t\tif(output[2]%number == 0)\n\t\t\t{\n\t\t\t\tdivisor++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\tsc.close();\n\n\t}\n}\n", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String args[])\n\t{\n\t\tString[] str = new String[3];\n\t\tint[] output = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tstr = sc.nextLine().split(\" \");\n\t\toutput[0] = Integer.parseInt(str[0]);\n\t\toutput[1] = Integer.parseInt(str[1]);\n\t\toutput[2] = Integer.parseInt(str[2]);\n\t\t\n\t\tint number = 0;\n\t\tint divisor = 0;\n\t\tfor(number = output[0];number<=output[1];number++)\n\t\t{\n\t\t\tif(output[2]%number == 0)\n\t\t\t{\n\t\t\t\tdivisor++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\tsc.close();\n\n\t}\n}", "Main", "public static void main(String args[])\n\t{\n\t\tString[] str = new String[3];\n\t\tint[] output = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tstr = sc.nextLine().split(\" \");\n\t\toutput[0] = Integer.parseInt(str[0]);\n\t\toutput[1] = Integer.parseInt(str[1]);\n\t\toutput[2] = Integer.parseInt(str[2]);\n\t\t\n\t\tint number = 0;\n\t\tint divisor = 0;\n\t\tfor(number = output[0];number<=output[1];number++)\n\t\t{\n\t\t\tif(output[2]%number == 0)\n\t\t\t{\n\t\t\t\tdivisor++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\tsc.close();\n\n\t}", "main", "{\n\t\tString[] str = new String[3];\n\t\tint[] output = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tstr = sc.nextLine().split(\" \");\n\t\toutput[0] = Integer.parseInt(str[0]);\n\t\toutput[1] = Integer.parseInt(str[1]);\n\t\toutput[2] = Integer.parseInt(str[2]);\n\t\t\n\t\tint number = 0;\n\t\tint divisor = 0;\n\t\tfor(number = output[0];number<=output[1];number++)\n\t\t{\n\t\t\tif(output[2]%number == 0)\n\t\t\t{\n\t\t\t\tdivisor++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\tsc.close();\n\n\t}", "String[] str = new String[3];", "str", "new String[3]", "3", "int[] output = new int[3];", "output", "new int[3]", "3", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "str = sc.nextLine().split(\" \")", "str", "sc.nextLine().split(\" \")", "sc.nextLine().split", "sc.nextLine()", "sc.nextLine", "sc", "\" \"", "output[0] = Integer.parseInt(str[0])", "output[0]", "output", "0", "Integer.parseInt(str[0])", "Integer.parseInt", "Integer", "str[0]", "str", "0", "output[1] = Integer.parseInt(str[1])", "output[1]", "output", "1", "Integer.parseInt(str[1])", "Integer.parseInt", "Integer", "str[1]", "str", "1", "output[2] = Integer.parseInt(str[2])", "output[2]", "output", "2", "Integer.parseInt(str[2])", "Integer.parseInt", "Integer", "str[2]", "str", "2", "int number = 0;", "number", "0", "int divisor = 0;", "divisor", "0", "for(number = output[0];number<=output[1];number++)\n\t\t{\n\t\t\tif(output[2]%number == 0)\n\t\t\t{\n\t\t\t\tdivisor++;\n\t\t\t}\n\t\t}", "number = output[0];", "number = output[0]", "number", "output[0]", "output", "0", "number<=output[1]", "number", "output[1]", "output", "1", "number++", "number++", "number", "{\n\t\t\tif(output[2]%number == 0)\n\t\t\t{\n\t\t\t\tdivisor++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(output[2]%number == 0)\n\t\t\t{\n\t\t\t\tdivisor++;\n\t\t\t}\n\t\t}", "if(output[2]%number == 0)\n\t\t\t{\n\t\t\t\tdivisor++;\n\t\t\t}", "output[2]%number == 0", "output[2]%number", "output[2]", "output", "2", "number", "0", "{\n\t\t\t\tdivisor++;\n\t\t\t}", "divisor++", "divisor", "System.out.println(divisor)", "System.out.println", "System.out", "System", "System.out", "divisor", "sc.close()", "sc.close", "sc", "String args[]", "args", "public class Main {\n\tpublic static void main(String args[])\n\t{\n\t\tString[] str = new String[3];\n\t\tint[] output = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tstr = sc.nextLine().split(\" \");\n\t\toutput[0] = Integer.parseInt(str[0]);\n\t\toutput[1] = Integer.parseInt(str[1]);\n\t\toutput[2] = Integer.parseInt(str[2]);\n\t\t\n\t\tint number = 0;\n\t\tint divisor = 0;\n\t\tfor(number = output[0];number<=output[1];number++)\n\t\t{\n\t\t\tif(output[2]%number == 0)\n\t\t\t{\n\t\t\t\tdivisor++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\tsc.close();\n\n\t}\n}", "public class Main {\n\tpublic static void main(String args[])\n\t{\n\t\tString[] str = new String[3];\n\t\tint[] output = new int[3];\n\t\tScanner sc = new Scanner(System.in);\n\t\tstr = sc.nextLine().split(\" \");\n\t\toutput[0] = Integer.parseInt(str[0]);\n\t\toutput[1] = Integer.parseInt(str[1]);\n\t\toutput[2] = Integer.parseInt(str[2]);\n\t\t\n\t\tint number = 0;\n\t\tint divisor = 0;\n\t\tfor(number = output[0];number<=output[1];number++)\n\t\t{\n\t\t\tif(output[2]%number == 0)\n\t\t\t{\n\t\t\t\tdivisor++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\tsc.close();\n\n\t}\n}", "Main" ]
import java.util.*; //divisor Number public class Main { public static void main(String args[]) { String[] str = new String[3]; int[] output = new int[3]; Scanner sc = new Scanner(System.in); str = sc.nextLine().split(" "); output[0] = Integer.parseInt(str[0]); output[1] = Integer.parseInt(str[1]); output[2] = Integer.parseInt(str[2]); int number = 0; int divisor = 0; for(number = output[0];number<=output[1];number++) { if(output[2]%number == 0) { divisor++; } } System.out.println(divisor); sc.close(); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 2, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 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 ], [ 32, 35 ], [ 11, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 38, 41 ], [ 11, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 11, 48 ], [ 48, 49 ], [ 48, 50 ], [ 11, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 58, 60 ], [ 51, 61 ], [ 61, 62 ], [ 62, 63 ], [ 51, 64 ], [ 65, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 66, 72 ], [ 72, 73 ], [ 73, 74 ], [ 11, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 75, 80 ], [ 9, 81 ], [ 81, 82 ] ]
[ "import java.io.*;\nimport java.util.Scanner;\n\nclass Main\n{\n\tpublic static void main (String[] args) throws IOException\n\t{\n \t\tScanner in = new Scanner(System.in);\n\t\tString A = in.next();\n\t\tString B = in.next();\n\t\tString C = in.next();\n\t\tint a = Integer.parseInt(A);\n\t\tint b = Integer.parseInt(B);\n\t\tint c = Integer.parseInt(C);\n\n\t\tint count = 0;\n\n\t\tfor(int i = a; i < b + 1; i++){\n\t \tif(c % i == 0){\n\t \tcount++;\n\t \t}\n \t}\n \t\n \tSystem.out.println(count);\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.Scanner;", "Scanner", "java.util", "class Main\n{\n\tpublic static void main (String[] args) throws IOException\n\t{\n \t\tScanner in = new Scanner(System.in);\n\t\tString A = in.next();\n\t\tString B = in.next();\n\t\tString C = in.next();\n\t\tint a = Integer.parseInt(A);\n\t\tint b = Integer.parseInt(B);\n\t\tint c = Integer.parseInt(C);\n\n\t\tint count = 0;\n\n\t\tfor(int i = a; i < b + 1; i++){\n\t \tif(c % i == 0){\n\t \tcount++;\n\t \t}\n \t}\n \t\n \tSystem.out.println(count);\n\t}\n}", "Main", "public static void main (String[] args) throws IOException\n\t{\n \t\tScanner in = new Scanner(System.in);\n\t\tString A = in.next();\n\t\tString B = in.next();\n\t\tString C = in.next();\n\t\tint a = Integer.parseInt(A);\n\t\tint b = Integer.parseInt(B);\n\t\tint c = Integer.parseInt(C);\n\n\t\tint count = 0;\n\n\t\tfor(int i = a; i < b + 1; i++){\n\t \tif(c % i == 0){\n\t \tcount++;\n\t \t}\n \t}\n \t\n \tSystem.out.println(count);\n\t}", "main", "{\n \t\tScanner in = new Scanner(System.in);\n\t\tString A = in.next();\n\t\tString B = in.next();\n\t\tString C = in.next();\n\t\tint a = Integer.parseInt(A);\n\t\tint b = Integer.parseInt(B);\n\t\tint c = Integer.parseInt(C);\n\n\t\tint count = 0;\n\n\t\tfor(int i = a; i < b + 1; i++){\n\t \tif(c % i == 0){\n\t \tcount++;\n\t \t}\n \t}\n \t\n \tSystem.out.println(count);\n\t}", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "String A = in.next();", "A", "in.next()", "in.next", "in", "String B = in.next();", "B", "in.next()", "in.next", "in", "String C = in.next();", "C", "in.next()", "in.next", "in", "int a = Integer.parseInt(A);", "a", "Integer.parseInt(A)", "Integer.parseInt", "Integer", "A", "int b = Integer.parseInt(B);", "b", "Integer.parseInt(B)", "Integer.parseInt", "Integer", "B", "int c = Integer.parseInt(C);", "c", "Integer.parseInt(C)", "Integer.parseInt", "Integer", "C", "int count = 0;", "count", "0", "for(int i = a; i < b + 1; i++){\n\t \tif(c % i == 0){\n\t \tcount++;\n\t \t}\n \t}", "int i = a;", "int i = a;", "i", "a", "i < b + 1", "i", "b + 1", "b", "1", "i++", "i++", "i", "{\n\t \tif(c % i == 0){\n\t \tcount++;\n\t \t}\n \t}", "{\n\t \tif(c % i == 0){\n\t \tcount++;\n\t \t}\n \t}", "if(c % i == 0){\n\t \tcount++;\n\t \t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t \tcount++;\n\t \t}", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args" ]
import java.io.*; import java.util.Scanner; class Main { public static void main (String[] args) throws IOException { Scanner in = new Scanner(System.in); String A = in.next(); String B = in.next(); String C = in.next(); int a = Integer.parseInt(A); int b = Integer.parseInt(B); int c = Integer.parseInt(C); int count = 0; for(int i = a; i < b + 1; i++){ if(c % i == 0){ count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 30, 41, 13, 20, 4, 13, 13, 23, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 71, 5 ], [ 71, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 11, 12 ], [ 11, 13 ], [ 10, 14 ], [ 14, 15 ], [ 14, 16 ], [ 6, 17 ], [ 17, 18 ], [ 71, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 21, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 21, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 21, 37 ], [ 37, 38 ], [ 37, 39 ], [ 21, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 45, 46 ], [ 45, 47 ], [ 40, 48 ], [ 48, 49 ], [ 49, 50 ], [ 40, 51 ], [ 52, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 53, 59 ], [ 59, 60 ], [ 60, 61 ], [ 21, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 19, 68 ], [ 68, 69 ], [ 0, 70 ], [ 70, 71 ], [ 70, 72 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int a = in.nextInt(), b = in.nextInt(), c = in.nextInt();\n int count = 0;\n for (int x = a; x <= b; x++) {\n if (c % x == 0) {\n count++;\n }\n }\n System.out.println(count);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int a = in.nextInt(), b = in.nextInt(), c = in.nextInt();\n int count = 0;\n for (int x = a; x <= b; x++) {\n if (c % x == 0) {\n count++;\n }\n }\n System.out.println(count);\n }\n}", "Main", "public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }", "main", "{\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }", "try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }", "{\n solve(in);\n }", "Scanner in = new Scanner(System.in)", "Scanner in = new Scanner(System.in)", "new Scanner(System.in)", "solve(in)", "solve", "in", "String[] args", "args", "private static void solve(Scanner in) {\n int a = in.nextInt(), b = in.nextInt(), c = in.nextInt();\n int count = 0;\n for (int x = a; x <= b; x++) {\n if (c % x == 0) {\n count++;\n }\n }\n System.out.println(count);\n }", "solve", "{\n int a = in.nextInt(), b = in.nextInt(), c = in.nextInt();\n int count = 0;\n for (int x = a; x <= b; x++) {\n if (c % x == 0) {\n count++;\n }\n }\n System.out.println(count);\n }", "int a = in.nextInt()", "a", "in.nextInt()", "in.nextInt", "in", "b = in.nextInt()", "b", "in.nextInt()", "in.nextInt", "in", "c = in.nextInt();", "c", "in.nextInt()", "in.nextInt", "in", "int count = 0;", "count", "0", "for (int x = a; x <= b; x++) {\n if (c % x == 0) {\n count++;\n }\n }", "int x = a;", "int x = a;", "x", "a", "x <= b", "x", "b", "x++", "x++", "x", "{\n if (c % x == 0) {\n count++;\n }\n }", "{\n if (c % x == 0) {\n count++;\n }\n }", "if (c % x == 0) {\n count++;\n }", "c % x == 0", "c % x", "c", "x", "0", "{\n count++;\n }", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "Scanner in", "in", "public class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int a = in.nextInt(), b = in.nextInt(), c = in.nextInt();\n int count = 0;\n for (int x = a; x <= b; x++) {\n if (c % x == 0) {\n count++;\n }\n }\n System.out.println(count);\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int a = in.nextInt(), b = in.nextInt(), c = in.nextInt();\n int count = 0;\n for (int x = a; x <= b; x++) {\n if (c % x == 0) {\n count++;\n }\n }\n System.out.println(count);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { try (Scanner in = new Scanner(System.in)) { solve(in); } } private static void solve(Scanner in) { int a = in.nextInt(), b = in.nextInt(), c = in.nextInt(); int count = 0; for (int x = a; x <= b; x++) { if (c % x == 0) { count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 39, 41, 13, 17, 41, 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, 14, 2, 2, 13, 13, 17, 30, 14, 2, 2, 13, 13, 2, 13, 13, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 79, 5 ], [ 79, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 8, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 44, 45 ], [ 44, 46 ], [ 39, 47 ], [ 47, 48 ], [ 48, 49 ], [ 39, 50 ], [ 51, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 52, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 60, 64 ], [ 64, 65 ], [ 64, 66 ], [ 59, 67 ], [ 67, 68 ], [ 68, 69 ], [ 8, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 70, 75 ], [ 6, 76 ], [ 76, 77 ], [ 0, 78 ], [ 78, 79 ], [ 78, 80 ] ]
[ "import java.util.Scanner;\npublic class Main {\n public static void main (String args[]){\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n int[] num={};\n int count =0;\n int sum =0;\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int c = str.nextInt();\n \t for (int i=1;i<= c;i++){\n \t \tif(c%i==0){\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}\n \t }\n\n \tSystem.out.println(sum);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main (String args[]){\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n int[] num={};\n int count =0;\n int sum =0;\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int c = str.nextInt();\n \t for (int i=1;i<= c;i++){\n \t \tif(c%i==0){\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}\n \t }\n\n \tSystem.out.println(sum);\n }\n}", "Main", "public static void main (String args[]){\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n int[] num={};\n int count =0;\n int sum =0;\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int c = str.nextInt();\n \t for (int i=1;i<= c;i++){\n \t \tif(c%i==0){\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}\n \t }\n\n \tSystem.out.println(sum);\n }", "main", "{\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n int[] num={};\n int count =0;\n int sum =0;\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int c = str.nextInt();\n \t for (int i=1;i<= c;i++){\n \t \tif(c%i==0){\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}\n \t }\n\n \tSystem.out.println(sum);\n }", "Scanner str =new Scanner(System.in);", "str", "new Scanner(System.in)", "StringBuffer buf =new StringBuffer();", "buf", "new StringBuffer()", "int[] num={};", "num", "{}", "int count =0;", "count", "0", "int sum =0;", "sum", "0", "int a = str.nextInt();", "a", "str.nextInt()", "str.nextInt", "str", "int b = str.nextInt();", "b", "str.nextInt()", "str.nextInt", "str", "int c = str.nextInt();", "c", "str.nextInt()", "str.nextInt", "str", "for (int i=1;i<= c;i++){\n \t \tif(c%i==0){\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}\n \t }", "int i=1;", "int i=1;", "i", "1", "i<= c", "i", "c", "i++", "i++", "i", "{\n \t \tif(c%i==0){\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}\n \t }", "{\n \t \tif(c%i==0){\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}\n \t }", "if(c%i==0){\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}", "c%i==0", "c%i", "c", "i", "0", "{\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}", "if(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}", "a<=i&&i<=b", "a<=i", "a", "i", "i<=b", "i", "b", "{\n \t \t\t\tsum++;\n \t \t\t}", "sum++", "sum", "System.out.println(sum)", "System.out.println", "System.out", "System", "System.out", "sum", "String args[]", "args", "public class Main {\n public static void main (String args[]){\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n int[] num={};\n int count =0;\n int sum =0;\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int c = str.nextInt();\n \t for (int i=1;i<= c;i++){\n \t \tif(c%i==0){\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}\n \t }\n\n \tSystem.out.println(sum);\n }\n}", "public class Main {\n public static void main (String args[]){\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n int[] num={};\n int count =0;\n int sum =0;\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int c = str.nextInt();\n \t for (int i=1;i<= c;i++){\n \t \tif(c%i==0){\n \t \t\tif(a<=i&&i<=b){\n \t \t\t\tsum++;\n \t \t\t}\n \t \t}\n \t }\n\n \tSystem.out.println(sum);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main (String args[]){ Scanner str =new Scanner(System.in); StringBuffer buf =new StringBuffer(); int[] num={}; int count =0; int sum =0; int a = str.nextInt(); int b = str.nextInt(); int c = str.nextInt(); for (int i=1;i<= c;i++){ if(c%i==0){ if(a<=i&&i<=b){ sum++; } } } System.out.println(sum); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 17, 4, 18, 18, 13, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 65, 5 ], [ 65, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 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 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 8, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 8, 59 ], [ 59, 60 ], [ 60, 61 ], [ 6, 62 ], [ 62, 63 ], [ 0, 64 ], [ 64, 65 ], [ 64, 66 ] ]
[ "import java.util.Scanner;\npublic class Main{\n\n\tpublic static void main (String arg[]) {\n\t\tint Math = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tfor (int x = a; x <= b ; x++) {\n\t\t\tif (c % x == 0) {\n\t\t\t\tMath += 1;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(Math);\n\t\tscan.close();\n\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\n\tpublic static void main (String arg[]) {\n\t\tint Math = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tfor (int x = a; x <= b ; x++) {\n\t\t\tif (c % x == 0) {\n\t\t\t\tMath += 1;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(Math);\n\t\tscan.close();\n\n\t}\n}", "Main", "public static void main (String arg[]) {\n\t\tint Math = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tfor (int x = a; x <= b ; x++) {\n\t\t\tif (c % x == 0) {\n\t\t\t\tMath += 1;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(Math);\n\t\tscan.close();\n\n\t}", "main", "{\n\t\tint Math = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tfor (int x = a; x <= b ; x++) {\n\t\t\tif (c % x == 0) {\n\t\t\t\tMath += 1;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(Math);\n\t\tscan.close();\n\n\t}", "int Math = 0;", "Math", "0", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a = scan.nextInt();", "a", "scan.nextInt()", "scan.nextInt", "scan", "int b = scan.nextInt();", "b", "scan.nextInt()", "scan.nextInt", "scan", "int c = scan.nextInt();", "c", "scan.nextInt()", "scan.nextInt", "scan", "for (int x = a; x <= b ; x++) {\n\t\t\tif (c % x == 0) {\n\t\t\t\tMath += 1;\n\t\t\t}\n\t\t\t\n\t\t}", "int x = a;", "int x = a;", "x", "a", "x <= b", "x", "b", "x++", "x++", "x", "{\n\t\t\tif (c % x == 0) {\n\t\t\t\tMath += 1;\n\t\t\t}\n\t\t\t\n\t\t}", "{\n\t\t\tif (c % x == 0) {\n\t\t\t\tMath += 1;\n\t\t\t}\n\t\t\t\n\t\t}", "if (c % x == 0) {\n\t\t\t\tMath += 1;\n\t\t\t}", "c % x == 0", "c % x", "c", "x", "0", "{\n\t\t\t\tMath += 1;\n\t\t\t}", "Math += 1", "Math", "1", "System.out.println(Math)", "System.out.println", "System.out", "System", "System.out", "Math", "scan.close()", "scan.close", "scan", "String arg[]", "arg", "public class Main{\n\n\tpublic static void main (String arg[]) {\n\t\tint Math = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tfor (int x = a; x <= b ; x++) {\n\t\t\tif (c % x == 0) {\n\t\t\t\tMath += 1;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(Math);\n\t\tscan.close();\n\n\t}\n}", "public class Main{\n\n\tpublic static void main (String arg[]) {\n\t\tint Math = 0;\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tfor (int x = a; x <= b ; x++) {\n\t\t\tif (c % x == 0) {\n\t\t\t\tMath += 1;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(Math);\n\t\tscan.close();\n\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main (String arg[]) { int Math = 0; Scanner scan = new Scanner(System.in); int a = scan.nextInt(); int b = scan.nextInt(); int c = scan.nextInt(); for (int x = a; x <= b ; x++) { if (c % x == 0) { Math += 1; } } System.out.println(Math); scan.close(); } }
[ 7, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 4, 18, 13, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 17, 4, 18, 13, 13, 23, 13, 23, 13, 12, 13, 30, 4, 18, 20, 18, 13, 13, 18, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 76, 2 ], [ 76, 3 ], [ 3, 4 ], [ 3, 5 ], [ 5, 6 ], [ 6, 7 ], [ 6, 8 ], [ 5, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 5, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 5, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 5, 24 ], [ 24, 25 ], [ 24, 26 ], [ 5, 27 ], [ 27, 28 ], [ 28, 29 ], [ 5, 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 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 5, 53 ], [ 53, 54 ], [ 54, 55 ], [ 53, 56 ], [ 3, 57 ], [ 57, 58 ], [ 3, 59 ], [ 59, 60 ], [ 76, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 64, 67 ], [ 67, 68 ], [ 67, 69 ], [ 64, 70 ], [ 70, 71 ], [ 70, 72 ], [ 61, 73 ], [ 73, 74 ], [ 0, 75 ], [ 75, 76 ], [ 75, 77 ] ]
[ "public class Main {\n\n\tpublic void run(java.io.InputStream in, java.io.PrintStream out) {\n\t\tfinal java.util.Scanner sc = new java.util.Scanner(in);\n\t\tfinal int a = sc.nextInt();\n\t\tfinal int b = sc.nextInt();\n\t\tfinal int c = sc.nextInt();\n\t\tint res = 0;\n\t\tsc.close();\n\t\t\n\t\tfor (int i = a; i <= b; ++i) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tres += 1;\n\t\t\t}\n\t\t}\n\t\tout.println(res);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t(new Main()).run(System.in, System.out);\n\t}\n\n}", "public class Main {\n\n\tpublic void run(java.io.InputStream in, java.io.PrintStream out) {\n\t\tfinal java.util.Scanner sc = new java.util.Scanner(in);\n\t\tfinal int a = sc.nextInt();\n\t\tfinal int b = sc.nextInt();\n\t\tfinal int c = sc.nextInt();\n\t\tint res = 0;\n\t\tsc.close();\n\t\t\n\t\tfor (int i = a; i <= b; ++i) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tres += 1;\n\t\t\t}\n\t\t}\n\t\tout.println(res);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t(new Main()).run(System.in, System.out);\n\t}\n\n}", "Main", "public void run(java.io.InputStream in, java.io.PrintStream out) {\n\t\tfinal java.util.Scanner sc = new java.util.Scanner(in);\n\t\tfinal int a = sc.nextInt();\n\t\tfinal int b = sc.nextInt();\n\t\tfinal int c = sc.nextInt();\n\t\tint res = 0;\n\t\tsc.close();\n\t\t\n\t\tfor (int i = a; i <= b; ++i) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tres += 1;\n\t\t\t}\n\t\t}\n\t\tout.println(res);\n\t}", "run", "{\n\t\tfinal java.util.Scanner sc = new java.util.Scanner(in);\n\t\tfinal int a = sc.nextInt();\n\t\tfinal int b = sc.nextInt();\n\t\tfinal int c = sc.nextInt();\n\t\tint res = 0;\n\t\tsc.close();\n\t\t\n\t\tfor (int i = a; i <= b; ++i) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tres += 1;\n\t\t\t}\n\t\t}\n\t\tout.println(res);\n\t}", "final java.util.Scanner sc = new java.util.Scanner(in);", "sc", "new java.util.Scanner(in)", "final int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "final int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "final int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int res = 0;", "res", "0", "sc.close()", "sc.close", "sc", "for (int i = a; i <= b; ++i) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tres += 1;\n\t\t\t}\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "++i", "++i", "i", "{\n\t\t\tif (c % i == 0) {\n\t\t\t\tres += 1;\n\t\t\t}\n\t\t}", "{\n\t\t\tif (c % i == 0) {\n\t\t\t\tres += 1;\n\t\t\t}\n\t\t}", "if (c % i == 0) {\n\t\t\t\tres += 1;\n\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\t\tres += 1;\n\t\t\t}", "res += 1", "res", "1", "out.println(res)", "out.println", "out", "res", "java.io.InputStream in", "in", "java.io.PrintStream out", "out", "public static void main(String[] args) {\n\t\t(new Main()).run(System.in, System.out);\n\t}", "main", "{\n\t\t(new Main()).run(System.in, System.out);\n\t}", "(new Main()).run(System.in, System.out)", "(new Main()).run", "(new Main())", "System.in", "System", "System.in", "System.out", "System", "System.out", "String[] args", "args", "public class Main {\n\n\tpublic void run(java.io.InputStream in, java.io.PrintStream out) {\n\t\tfinal java.util.Scanner sc = new java.util.Scanner(in);\n\t\tfinal int a = sc.nextInt();\n\t\tfinal int b = sc.nextInt();\n\t\tfinal int c = sc.nextInt();\n\t\tint res = 0;\n\t\tsc.close();\n\t\t\n\t\tfor (int i = a; i <= b; ++i) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tres += 1;\n\t\t\t}\n\t\t}\n\t\tout.println(res);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t(new Main()).run(System.in, System.out);\n\t}\n\n}", "public class Main {\n\n\tpublic void run(java.io.InputStream in, java.io.PrintStream out) {\n\t\tfinal java.util.Scanner sc = new java.util.Scanner(in);\n\t\tfinal int a = sc.nextInt();\n\t\tfinal int b = sc.nextInt();\n\t\tfinal int c = sc.nextInt();\n\t\tint res = 0;\n\t\tsc.close();\n\t\t\n\t\tfor (int i = a; i <= b; ++i) {\n\t\t\tif (c % i == 0) {\n\t\t\t\tres += 1;\n\t\t\t}\n\t\t}\n\t\tout.println(res);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t(new Main()).run(System.in, System.out);\n\t}\n\n}", "Main" ]
public class Main { public void run(java.io.InputStream in, java.io.PrintStream out) { final java.util.Scanner sc = new java.util.Scanner(in); final int a = sc.nextInt(); final int b = sc.nextInt(); final int c = sc.nextInt(); int res = 0; sc.close(); for (int i = a; i <= b; ++i) { if (c % i == 0) { res += 1; } } out.println(res); } public static void main(String[] args) { (new Main()).run(System.in, System.out); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 41, 13, 2, 13, 13, 14, 2, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 12, 13, 30, 4, 18, 20, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 35, 37 ], [ 30, 38 ], [ 38, 39 ], [ 39, 40 ], [ 30, 41 ], [ 42, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 42, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 52, 53 ], [ 53, 54 ], [ 8, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 4, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 61, 67 ], [ 67, 68 ] ]
[ "import java.util.Scanner;\nclass Main {\n\tpublic void how() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint z = 0;\n\t\tfor(int I = a ; I <= b ; I++) {\n\t\t\tint x = c % I;\n\t\t\tif(x == 0) {\n\t\t\t\tz++; \n\t\t\t}\n\t\t}\n\t\tSystem.out.println(z);\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().how();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\tpublic void how() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint z = 0;\n\t\tfor(int I = a ; I <= b ; I++) {\n\t\t\tint x = c % I;\n\t\t\tif(x == 0) {\n\t\t\t\tz++; \n\t\t\t}\n\t\t}\n\t\tSystem.out.println(z);\n\t}\n\tpublic static void main(String[] args) {\n\t\tnew Main().how();\n\t}\n}", "Main", "public void how() {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint z = 0;\n\t\tfor(int I = a ; I <= b ; I++) {\n\t\t\tint x = c % I;\n\t\t\tif(x == 0) {\n\t\t\t\tz++; \n\t\t\t}\n\t\t}\n\t\tSystem.out.println(z);\n\t}", "how", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint z = 0;\n\t\tfor(int I = a ; I <= b ; I++) {\n\t\t\tint x = c % I;\n\t\t\tif(x == 0) {\n\t\t\t\tz++; \n\t\t\t}\n\t\t}\n\t\tSystem.out.println(z);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int z = 0;", "z", "0", "for(int I = a ; I <= b ; I++) {\n\t\t\tint x = c % I;\n\t\t\tif(x == 0) {\n\t\t\t\tz++; \n\t\t\t}\n\t\t}", "int I = a ;", "int I = a ;", "I", "a", "I <= b", "I", "b", "I++", "I++", "I", "{\n\t\t\tint x = c % I;\n\t\t\tif(x == 0) {\n\t\t\t\tz++; \n\t\t\t}\n\t\t}", "{\n\t\t\tint x = c % I;\n\t\t\tif(x == 0) {\n\t\t\t\tz++; \n\t\t\t}\n\t\t}", "int x = c % I;", "x", "c % I", "c", "I", "if(x == 0) {\n\t\t\t\tz++; \n\t\t\t}", "x == 0", "x", "0", "{\n\t\t\t\tz++; \n\t\t\t}", "z++", "z", "System.out.println(z)", "System.out.println", "System.out", "System", "System.out", "z", "public static void main(String[] args) {\n\t\tnew Main().how();\n\t}", "main", "{\n\t\tnew Main().how();\n\t}", "new Main().how()", "new Main().how", "new Main()", "String[] args", "args" ]
import java.util.Scanner; class Main { public void how() { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int z = 0; for(int I = a ; I <= b ; I++) { int x = c % I; if(x == 0) { z++; } } System.out.println(z); } public static void main(String[] args) { new Main().how(); } }
[ 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, 41, 13, 17, 11, 1, 0, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 13, 4, 18, 18, 13, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 71, 11 ], [ 71, 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 ], [ 14, 35 ], [ 35, 36 ], [ 35, 37 ], [ 14, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 38, 43 ], [ 43, 44 ], [ 43, 45 ], [ 38, 46 ], [ 46, 47 ], [ 47, 48 ], [ 38, 49 ], [ 50, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 57, 58 ], [ 14, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 14, 65 ], [ 65, 66 ], [ 66, 67 ], [ 12, 68 ], [ 68, 69 ], [ 0, 70 ], [ 70, 71 ], [ 70, 72 ] ]
[ "import java.util.Scanner; \nimport java.util.Arrays; \nimport java.util.Collections; \npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int i,p=0;\n for(i=a;i<=b;i++){\n if(c % i == 0) p++;\n }\n System.out.println(p);\n sc.close();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.Collections;", "Collections", "java.util", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int i,p=0;\n for(i=a;i<=b;i++){\n if(c % i == 0) p++;\n }\n System.out.println(p);\n sc.close();\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int i,p=0;\n for(i=a;i<=b;i++){\n if(c % i == 0) p++;\n }\n System.out.println(p);\n sc.close();\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int i,p=0;\n for(i=a;i<=b;i++){\n if(c % i == 0) p++;\n }\n System.out.println(p);\n sc.close();\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int i", "i", "p=0;", "p", "0", "for(i=a;i<=b;i++){\n if(c % i == 0) p++;\n }", "i=a;", "i=a", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n if(c % i == 0) p++;\n }", "{\n if(c % i == 0) p++;\n }", "if(c % i == 0) p++;", "c % i == 0", "c % i", "c", "i", "0", "p++", "p", "System.out.println(p)", "System.out.println", "System.out", "System", "System.out", "p", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int i,p=0;\n for(i=a;i<=b;i++){\n if(c % i == 0) p++;\n }\n System.out.println(p);\n sc.close();\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int i,p=0;\n for(i=a;i<=b;i++){\n if(c % i == 0) p++;\n }\n System.out.println(p);\n sc.close();\n }\n}", "Main" ]
import java.util.Scanner; import java.util.Arrays; import java.util.Collections; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int i,p=0; for(i=a;i<=b;i++){ if(c % i == 0) p++; } System.out.println(p); sc.close(); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 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 ], [ 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 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 45, 46 ], [ 11, 47 ], [ 47, 48 ], [ 47, 49 ], [ 11, 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 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 63, 69 ], [ 69, 70 ], [ 70, 71 ], [ 11, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 72, 77 ], [ 9, 78 ], [ 78, 79 ] ]
[ "import java.io.*;\nimport java.util.*;\n\nclass Main{\n\t\n\tpublic static void main(String[] args)throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\t\tint count=0;\n\t\t\n\t\tfor(int i=a; i<=b; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "class Main{\n\t\n\tpublic static void main(String[] args)throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\t\tint count=0;\n\t\t\n\t\tfor(int i=a; i<=b; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}", "Main", "public static void main(String[] args)throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\t\tint count=0;\n\t\t\n\t\tfor(int i=a; i<=b; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(line,\" \");\n\t\t\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\t\tint count=0;\n\t\t\n\t\tfor(int i=a; i<=b; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String line = br.readLine();", "line", "br.readLine()", "br.readLine", "br", "StringTokenizer st = new StringTokenizer(line,\" \");", "st", "new StringTokenizer(line,\" \")", "int a = Integer.parseInt(st.nextToken());", "a", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int b = Integer.parseInt(st.nextToken());", "b", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int c = Integer.parseInt(st.nextToken());", "c", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int count=0;", "count", "0", "for(int i=a; i<=b; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif(c%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c%i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "if(c%i == 0){\n\t\t\t\tcount++;\n\t\t\t}", "c%i == 0", "c%i", "c", "i", "0", "{\n\t\t\t\tcount++;\n\t\t\t}", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args" ]
import java.io.*; import java.util.*; class Main{ public static void main(String[] args)throws Exception{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = br.readLine(); StringTokenizer st = new StringTokenizer(line," "); int a = Integer.parseInt(st.nextToken()); int b = Integer.parseInt(st.nextToken()); int c = Integer.parseInt(st.nextToken()); int count=0; for(int i=a; i<=b; i++){ if(c%i == 0){ count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 20, 12, 13, 30, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 4, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 14, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 26, 27 ], [ 11, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 34, 35 ], [ 11, 36 ], [ 36, 37 ], [ 36, 38 ], [ 11, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 44, 45 ], [ 44, 46 ], [ 39, 47 ], [ 47, 48 ], [ 48, 49 ], [ 39, 50 ], [ 51, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 52, 58 ], [ 58, 59 ], [ 11, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 9, 66 ], [ 66, 67 ] ]
[ "import java.util.*;\nclass Main{\n\tstatic Scanner s = new Scanner(System.in);\n\tpublic static void main(String[] args) {\n\t\tint a=Integer.parseInt(s.next()),\n\t\t b=Integer.parseInt(s.next()),\n\t\t c=Integer.parseInt(s.next()),\n\t\t cnt=0;\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)\n\t\t\t\tcnt++;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}", "import java.util.*;", "util.*", "java", "class Main{\n\tstatic Scanner s = new Scanner(System.in);\n\tpublic static void main(String[] args) {\n\t\tint a=Integer.parseInt(s.next()),\n\t\t b=Integer.parseInt(s.next()),\n\t\t c=Integer.parseInt(s.next()),\n\t\t cnt=0;\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)\n\t\t\t\tcnt++;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}", "Main", "static Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "public static void main(String[] args) {\n\t\tint a=Integer.parseInt(s.next()),\n\t\t b=Integer.parseInt(s.next()),\n\t\t c=Integer.parseInt(s.next()),\n\t\t cnt=0;\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)\n\t\t\t\tcnt++;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}", "main", "{\n\t\tint a=Integer.parseInt(s.next()),\n\t\t b=Integer.parseInt(s.next()),\n\t\t c=Integer.parseInt(s.next()),\n\t\t cnt=0;\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)\n\t\t\t\tcnt++;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}", "int a=Integer.parseInt(s.next())", "a", "Integer.parseInt(s.next())", "Integer.parseInt", "Integer", "s.next()", "s.next", "s", "b=Integer.parseInt(s.next())", "b", "Integer.parseInt(s.next())", "Integer.parseInt", "Integer", "s.next()", "s.next", "s", "c=Integer.parseInt(s.next())", "c", "Integer.parseInt(s.next())", "Integer.parseInt", "Integer", "s.next()", "s.next", "s", "cnt=0;", "cnt", "0", "for(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)\n\t\t\t\tcnt++;\n\t\t}", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif(c%i==0)\n\t\t\t\tcnt++;\n\t\t}", "{\n\t\t\tif(c%i==0)\n\t\t\t\tcnt++;\n\t\t}", "if(c%i==0)\n\t\t\t\tcnt++;", "c%i==0", "c%i", "c", "i", "0", "cnt++", "cnt", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "String[] args", "args" ]
import java.util.*; class Main{ static Scanner s = new Scanner(System.in); public static void main(String[] args) { int a=Integer.parseInt(s.next()), b=Integer.parseInt(s.next()), c=Integer.parseInt(s.next()), cnt=0; for(int i=a;i<=b;i++) { if(c%i==0) cnt++; } System.out.println(cnt); } }
[ 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, 17, 42, 2, 13, 13, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 17, 0, 13, 17, 4, 18, 13, 13, 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 ], [ 11, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 38, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 37, 48 ], [ 48, 49 ], [ 48, 50 ], [ 11, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 9, 55 ], [ 55, 56 ], [ 0, 57 ], [ 57, 58 ], [ 57, 59 ] ]
[ "import static java.lang.System.out;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int counter = 0;\n\n while (a <= b) {\n if(c % a == 0) { \n counter += 1;\n }\n a += 1;\n }\n\n out.println(counter);\n } \n}", "import static java.lang.System.out;", "import static java.lang.System.out;", "import static java.lang.System.out;", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int counter = 0;\n\n while (a <= b) {\n if(c % a == 0) { \n counter += 1;\n }\n a += 1;\n }\n\n out.println(counter);\n } \n}", "Main", "public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int counter = 0;\n\n while (a <= b) {\n if(c % a == 0) { \n counter += 1;\n }\n a += 1;\n }\n\n out.println(counter);\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int counter = 0;\n\n while (a <= b) {\n if(c % a == 0) { \n counter += 1;\n }\n a += 1;\n }\n\n out.println(counter);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a = scan.nextInt();", "a", "scan.nextInt()", "scan.nextInt", "scan", "int b = scan.nextInt();", "b", "scan.nextInt()", "scan.nextInt", "scan", "int c = scan.nextInt();", "c", "scan.nextInt()", "scan.nextInt", "scan", "int counter = 0;", "counter", "0", "while (a <= b) {\n if(c % a == 0) { \n counter += 1;\n }\n a += 1;\n }", "a <= b", "a", "b", "{\n if(c % a == 0) { \n counter += 1;\n }\n a += 1;\n }", "if(c % a == 0) { \n counter += 1;\n }", "c % a == 0", "c % a", "c", "a", "0", "{ \n counter += 1;\n }", "counter += 1", "counter", "1", "a += 1", "a", "1", "out.println(counter)", "out.println", "out", "counter", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int counter = 0;\n\n while (a <= b) {\n if(c % a == 0) { \n counter += 1;\n }\n a += 1;\n }\n\n out.println(counter);\n } \n}", "public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int counter = 0;\n\n while (a <= b) {\n if(c % a == 0) { \n counter += 1;\n }\n a += 1;\n }\n\n out.println(counter);\n } \n}", "Main" ]
import static java.lang.System.out; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int a = scan.nextInt(); int b = scan.nextInt(); int c = scan.nextInt(); int counter = 0; while (a <= b) { if(c % a == 0) { counter += 1; } a += 1; } out.println(counter); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 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 ], [ 99, 11 ], [ 99, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 14, 20 ], [ 20, 21 ], [ 14, 22 ], [ 22, 23 ], [ 22, 24 ], [ 14, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 30, 31 ], [ 25, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 32, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 40, 43 ], [ 32, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 47, 48 ], [ 46, 49 ], [ 49, 50 ], [ 49, 51 ], [ 32, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 55, 56 ], [ 54, 57 ], [ 57, 58 ], [ 57, 59 ], [ 32, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 63, 64 ], [ 62, 65 ], [ 65, 66 ], [ 65, 67 ], [ 32, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 68, 73 ], [ 73, 74 ], [ 73, 75 ], [ 68, 76 ], [ 76, 77 ], [ 77, 78 ], [ 68, 79 ], [ 80, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 82, 86 ], [ 81, 87 ], [ 87, 88 ], [ 88, 89 ], [ 32, 90 ], [ 90, 91 ], [ 91, 92 ], [ 92, 93 ], [ 92, 94 ], [ 90, 95 ], [ 12, 96 ], [ 96, 97 ], [ 0, 98 ], [ 98, 99 ], [ 98, 100 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\tint cntDivisor = 0;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tint s = Integer.parseInt(arrStr[0]);\n\t\t\tint e = Integer.parseInt(arrStr[1]);\n\t\t\tint chk = Integer.parseInt(arrStr[2]);\n\n\t\t\tfor (int i =s; i <= e; i++) {\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(cntDivisor);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\tint cntDivisor = 0;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tint s = Integer.parseInt(arrStr[0]);\n\t\t\tint e = Integer.parseInt(arrStr[1]);\n\t\t\tint chk = Integer.parseInt(arrStr[2]);\n\n\t\t\tfor (int i =s; i <= e; i++) {\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(cntDivisor);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\tint cntDivisor = 0;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tint s = Integer.parseInt(arrStr[0]);\n\t\t\tint e = Integer.parseInt(arrStr[1]);\n\t\t\tint chk = Integer.parseInt(arrStr[2]);\n\n\t\t\tfor (int i =s; i <= e; i++) {\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(cntDivisor);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\tint cntDivisor = 0;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tint s = Integer.parseInt(arrStr[0]);\n\t\t\tint e = Integer.parseInt(arrStr[1]);\n\t\t\tint chk = Integer.parseInt(arrStr[2]);\n\n\t\t\tfor (int i =s; i <= e; i++) {\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(cntDivisor);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str;", "str", "String[] arrStr;", "arrStr", "int cntDivisor = 0;", "cntDivisor", "0", "try {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tint s = Integer.parseInt(arrStr[0]);\n\t\t\tint e = Integer.parseInt(arrStr[1]);\n\t\t\tint chk = Integer.parseInt(arrStr[2]);\n\n\t\t\tfor (int i =s; i <= e; i++) {\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(cntDivisor);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}", "catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}", "IOException e", "{\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tint s = Integer.parseInt(arrStr[0]);\n\t\t\tint e = Integer.parseInt(arrStr[1]);\n\t\t\tint chk = Integer.parseInt(arrStr[2]);\n\n\t\t\tfor (int i =s; i <= e; i++) {\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(cntDivisor);\n\t\t}", "str = br.readLine()", "str", "br.readLine()", "br.readLine", "br", "arrStr = str.split(\" \")", "arrStr", "str.split(\" \")", "str.split", "str", "\" \"", "int s = Integer.parseInt(arrStr[0]);", "s", "Integer.parseInt(arrStr[0])", "Integer.parseInt", "Integer", "arrStr[0]", "arrStr", "0", "int e = Integer.parseInt(arrStr[1]);", "e", "Integer.parseInt(arrStr[1])", "Integer.parseInt", "Integer", "arrStr[1]", "arrStr", "1", "int chk = Integer.parseInt(arrStr[2]);", "chk", "Integer.parseInt(arrStr[2])", "Integer.parseInt", "Integer", "arrStr[2]", "arrStr", "2", "for (int i =s; i <= e; i++) {\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}", "int i =s;", "int i =s;", "i", "s", "i <= e", "i", "e", "i++", "i++", "i", "{\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}", "{\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}", "if(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}", "chk%i ==0", "chk%i", "chk", "i", "0", "{\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}", "cntDivisor++", "cntDivisor", "System.out.println(cntDivisor)", "System.out.println", "System.out", "System", "System.out", "cntDivisor", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\tint cntDivisor = 0;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tint s = Integer.parseInt(arrStr[0]);\n\t\t\tint e = Integer.parseInt(arrStr[1]);\n\t\t\tint chk = Integer.parseInt(arrStr[2]);\n\n\t\t\tfor (int i =s; i <= e; i++) {\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(cntDivisor);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\tint cntDivisor = 0;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tint s = Integer.parseInt(arrStr[0]);\n\t\t\tint e = Integer.parseInt(arrStr[1]);\n\t\t\tint chk = Integer.parseInt(arrStr[2]);\n\n\t\t\tfor (int i =s; i <= e; i++) {\n\t\t\t\tif(chk%i ==0){\n\t\t\t\t\tcntDivisor++;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tSystem.out.println(cntDivisor);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str; String[] arrStr; int cntDivisor = 0; try { str = br.readLine(); arrStr = str.split(" "); int s = Integer.parseInt(arrStr[0]); int e = Integer.parseInt(arrStr[1]); int chk = Integer.parseInt(arrStr[2]); for (int i =s; i <= e; i++) { if(chk%i ==0){ cntDivisor++; } } System.out.println(cntDivisor); } catch (IOException e) { e.printStackTrace(); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 61, 5 ], [ 61, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 35, 37 ], [ 30, 38 ], [ 38, 39 ], [ 39, 40 ], [ 30, 41 ], [ 42, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 49, 50 ], [ 50, 51 ], [ 8, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 52, 57 ], [ 6, 58 ], [ 58, 59 ], [ 0, 60 ], [ 60, 61 ], [ 60, 62 ] ]
[ "import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\n \t\tint a=sc.nextInt();\n \t\tint b=sc.nextInt();\n \t\tint c=sc.nextInt();\n \t\tint y=0;\n\n \t\tfor(int x=a;x<=b;x++){\n \t\t\tif(c%x==0){\n \t\t\ty++;\n \t\t}\n \t\t}\n \t\tSystem.out.println(y);\n \t\t}\n \t\t}\n \t\t", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\n \t\tint a=sc.nextInt();\n \t\tint b=sc.nextInt();\n \t\tint c=sc.nextInt();\n \t\tint y=0;\n\n \t\tfor(int x=a;x<=b;x++){\n \t\t\tif(c%x==0){\n \t\t\ty++;\n \t\t}\n \t\t}\n \t\tSystem.out.println(y);\n \t\t}\n \t\t}", "Main", "public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\n \t\tint a=sc.nextInt();\n \t\tint b=sc.nextInt();\n \t\tint c=sc.nextInt();\n \t\tint y=0;\n\n \t\tfor(int x=a;x<=b;x++){\n \t\t\tif(c%x==0){\n \t\t\ty++;\n \t\t}\n \t\t}\n \t\tSystem.out.println(y);\n \t\t}", "main", "{\n \tScanner sc = new Scanner(System.in);\n\n \t\tint a=sc.nextInt();\n \t\tint b=sc.nextInt();\n \t\tint c=sc.nextInt();\n \t\tint y=0;\n\n \t\tfor(int x=a;x<=b;x++){\n \t\t\tif(c%x==0){\n \t\t\ty++;\n \t\t}\n \t\t}\n \t\tSystem.out.println(y);\n \t\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a=sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b=sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c=sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int y=0;", "y", "0", "for(int x=a;x<=b;x++){\n \t\t\tif(c%x==0){\n \t\t\ty++;\n \t\t}\n \t\t}", "int x=a;", "int x=a;", "x", "a", "x<=b", "x", "b", "x++", "x++", "x", "{\n \t\t\tif(c%x==0){\n \t\t\ty++;\n \t\t}\n \t\t}", "{\n \t\t\tif(c%x==0){\n \t\t\ty++;\n \t\t}\n \t\t}", "if(c%x==0){\n \t\t\ty++;\n \t\t}", "c%x==0", "c%x", "c", "x", "0", "{\n \t\t\ty++;\n \t\t}", "y++", "y", "System.out.println(y)", "System.out.println", "System.out", "System", "System.out", "y", "String[] args", "args", "public class Main{\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\n \t\tint a=sc.nextInt();\n \t\tint b=sc.nextInt();\n \t\tint c=sc.nextInt();\n \t\tint y=0;\n\n \t\tfor(int x=a;x<=b;x++){\n \t\t\tif(c%x==0){\n \t\t\ty++;\n \t\t}\n \t\t}\n \t\tSystem.out.println(y);\n \t\t}\n \t\t}", "public class Main{\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\n \t\tint a=sc.nextInt();\n \t\tint b=sc.nextInt();\n \t\tint c=sc.nextInt();\n \t\tint y=0;\n\n \t\tfor(int x=a;x<=b;x++){\n \t\t\tif(c%x==0){\n \t\t\ty++;\n \t\t}\n \t\t}\n \t\tSystem.out.println(y);\n \t\t}\n \t\t}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int a=sc.nextInt(); int b=sc.nextInt(); int c=sc.nextInt(); int y=0; for(int x=a;x<=b;x++){ if(c%x==0){ y++; } } System.out.println(y); } }
[ 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, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 13, 13, 3, 14, 2, 2, 13, 13, 17, 40, 13, 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 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 80, 20 ], [ 80, 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 ], [ 23, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 50, 51 ], [ 50, 52 ], [ 45, 53 ], [ 53, 54 ], [ 54, 55 ], [ 45, 56 ], [ 57, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 57, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 63, 69 ], [ 69, 70 ], [ 23, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 21, 77 ], [ 77, 78 ], [ 0, 79 ], [ 79, 80 ], [ 79, 81 ] ]
[ "import java.io.File;\nimport java.io.IOException;\nimport java.util.ArrayDeque;\nimport java.util.ArrayList;\nimport java.util.Deque;\nimport java.util.Scanner;\n \n/*\n * メモ\n * Scanner:nextは空白か改行までの単語\n * String[][] c = new String[h][w];\n * TemplateMain,\"template_input.txt\"\n * 0.5 == 1.0/2\n * Integer.valueOf(char)はダメ、(String)\n */\n \npublic class Main {\n \n\tpublic static void main(String[] args) throws IOException {\n\t\t//File file = new File(\"input.txt\");\n\t\t//Scanner sc = new Scanner(file);\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(i > c) break;\n\t\t\tif(c % i == 0) count++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}", "import java.io.File;", "File", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.util.ArrayDeque;", "ArrayDeque", "java.util", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Deque;", "Deque", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n \n\tpublic static void main(String[] args) throws IOException {\n\t\t//File file = new File(\"input.txt\");\n\t\t//Scanner sc = new Scanner(file);\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(i > c) break;\n\t\t\tif(c % i == 0) count++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\t//File file = new File(\"input.txt\");\n\t\t//Scanner sc = new Scanner(file);\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(i > c) break;\n\t\t\tif(c % i == 0) count++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}", "main", "{\n\t\t//File file = new File(\"input.txt\");\n\t\t//Scanner sc = new Scanner(file);\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(i > c) break;\n\t\t\tif(c % i == 0) count++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int count = 0;", "count", "0", "for(int i = a; i <= b; i++){\n\t\t\tif(i > c) break;\n\t\t\tif(c % i == 0) count++;\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif(i > c) break;\n\t\t\tif(c % i == 0) count++;\n\t\t}", "{\n\t\t\tif(i > c) break;\n\t\t\tif(c % i == 0) count++;\n\t\t}", "if(i > c) break;", "i > c", "i", "c", "break;", "if(c % i == 0) count++;", "c % i == 0", "c % i", "c", "i", "0", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n \n\tpublic static void main(String[] args) throws IOException {\n\t\t//File file = new File(\"input.txt\");\n\t\t//Scanner sc = new Scanner(file);\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(i > c) break;\n\t\t\tif(c % i == 0) count++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}", "public class Main {\n \n\tpublic static void main(String[] args) throws IOException {\n\t\t//File file = new File(\"input.txt\");\n\t\t//Scanner sc = new Scanner(file);\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(i > c) break;\n\t\t\tif(c % i == 0) count++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}", "Main" ]
import java.io.File; import java.io.IOException; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Deque; import java.util.Scanner; /* * メモ * Scanner:nextは空白か改行までの単語 * String[][] c = new String[h][w]; * TemplateMain,"template_input.txt" * 0.5 == 1.0/2 * Integer.valueOf(char)はダメ、(String) */ public class Main { public static void main(String[] args) throws IOException { //File file = new File("input.txt"); //Scanner sc = new Scanner(file); Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int count = 0; for(int i = a; i <= b; i++){ if(i > c) break; if(c % i == 0) count++; } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 41, 13, 41, 13, 41, 13, 12, 13, 30, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 69, 5 ], [ 69, 6 ], [ 6, 7 ], [ 69, 8 ], [ 8, 9 ], [ 69, 10 ], [ 10, 11 ], [ 69, 12 ], [ 12, 13 ], [ 69, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 16, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 16, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 16, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 16, 35 ], [ 35, 36 ], [ 35, 37 ], [ 16, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 38, 43 ], [ 43, 44 ], [ 43, 45 ], [ 38, 46 ], [ 46, 47 ], [ 47, 48 ], [ 38, 49 ], [ 50, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 51, 57 ], [ 57, 58 ], [ 58, 59 ], [ 16, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 14, 66 ], [ 66, 67 ], [ 0, 68 ], [ 68, 69 ], [ 68, 70 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n private static int a, b, c, divisior_count;\n\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n divisior_count = 0;\n\n for (int i = a; i <= b ; i++ ) {\n if (c % i == 0) {\n divisior_count++;\n }\n }\n System.out.println(divisior_count);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n private static int a, b, c, divisior_count;\n\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n divisior_count = 0;\n\n for (int i = a; i <= b ; i++ ) {\n if (c % i == 0) {\n divisior_count++;\n }\n }\n System.out.println(divisior_count);\n }\n}", "Main", "private static int a", "a", "b", "b", "c", "c", "divisior_count;", "divisior_count", "public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n divisior_count = 0;\n\n for (int i = a; i <= b ; i++ ) {\n if (c % i == 0) {\n divisior_count++;\n }\n }\n System.out.println(divisior_count);\n }", "main", "{\n Scanner stdIn = new Scanner(System.in);\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n divisior_count = 0;\n\n for (int i = a; i <= b ; i++ ) {\n if (c % i == 0) {\n divisior_count++;\n }\n }\n System.out.println(divisior_count);\n }", "Scanner stdIn = new Scanner(System.in);", "stdIn", "new Scanner(System.in)", "a = stdIn.nextInt()", "a", "stdIn.nextInt()", "stdIn.nextInt", "stdIn", "b = stdIn.nextInt()", "b", "stdIn.nextInt()", "stdIn.nextInt", "stdIn", "c = stdIn.nextInt()", "c", "stdIn.nextInt()", "stdIn.nextInt", "stdIn", "divisior_count = 0", "divisior_count", "0", "for (int i = a; i <= b ; i++ ) {\n if (c % i == 0) {\n divisior_count++;\n }\n }", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n if (c % i == 0) {\n divisior_count++;\n }\n }", "{\n if (c % i == 0) {\n divisior_count++;\n }\n }", "if (c % i == 0) {\n divisior_count++;\n }", "c % i == 0", "c % i", "c", "i", "0", "{\n divisior_count++;\n }", "divisior_count++", "divisior_count", "System.out.println(divisior_count)", "System.out.println", "System.out", "System", "System.out", "divisior_count", "String[] args", "args", "public class Main {\n\n private static int a, b, c, divisior_count;\n\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n divisior_count = 0;\n\n for (int i = a; i <= b ; i++ ) {\n if (c % i == 0) {\n divisior_count++;\n }\n }\n System.out.println(divisior_count);\n }\n}", "public class Main {\n\n private static int a, b, c, divisior_count;\n\n public static void main(String[] args) {\n Scanner stdIn = new Scanner(System.in);\n a = stdIn.nextInt();\n b = stdIn.nextInt();\n c = stdIn.nextInt();\n divisior_count = 0;\n\n for (int i = a; i <= b ; i++ ) {\n if (c % i == 0) {\n divisior_count++;\n }\n }\n System.out.println(divisior_count);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { private static int a, b, c, divisior_count; public static void main(String[] args) { Scanner stdIn = new Scanner(System.in); a = stdIn.nextInt(); b = stdIn.nextInt(); c = stdIn.nextInt(); divisior_count = 0; for (int i = a; i <= b ; i++ ) { if (c % i == 0) { divisior_count++; } } System.out.println(divisior_count); } }
[ 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, 17, 42, 2, 13, 13, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 55, 5 ], [ 55, 6 ], [ 6, 7 ], [ 6, 8 ], [ 55, 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 ], [ 11, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 35, 41 ], [ 41, 42 ], [ 42, 43 ], [ 34, 44 ], [ 44, 45 ], [ 11, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 9, 52 ], [ 52, 53 ], [ 0, 54 ], [ 54, 55 ], [ 54, 56 ] ]
[ "import java.util.*;\n \npublic class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int a = scn.nextInt(), b = scn.nextInt(), c = scn.nextInt(), x = 0;\n while(a <= b) {\n if(c % a == 0) {\n x++;\n }\n a++;\n }\n System.out.println(x);\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int a = scn.nextInt(), b = scn.nextInt(), c = scn.nextInt(), x = 0;\n while(a <= b) {\n if(c % a == 0) {\n x++;\n }\n a++;\n }\n System.out.println(x);\n }\n}", "Main", "private static final Scanner scn = new Scanner(System.in);", "scn", "new Scanner(System.in)", "public static void main(String[] args) {\n int a = scn.nextInt(), b = scn.nextInt(), c = scn.nextInt(), x = 0;\n while(a <= b) {\n if(c % a == 0) {\n x++;\n }\n a++;\n }\n System.out.println(x);\n }", "main", "{\n int a = scn.nextInt(), b = scn.nextInt(), c = scn.nextInt(), x = 0;\n while(a <= b) {\n if(c % a == 0) {\n x++;\n }\n a++;\n }\n System.out.println(x);\n }", "int a = scn.nextInt()", "a", "scn.nextInt()", "scn.nextInt", "scn", "b = scn.nextInt()", "b", "scn.nextInt()", "scn.nextInt", "scn", "c = scn.nextInt()", "c", "scn.nextInt()", "scn.nextInt", "scn", "x = 0;", "x", "0", "while(a <= b) {\n if(c % a == 0) {\n x++;\n }\n a++;\n }", "a <= b", "a", "b", "{\n if(c % a == 0) {\n x++;\n }\n a++;\n }", "if(c % a == 0) {\n x++;\n }", "c % a == 0", "c % a", "c", "a", "0", "{\n x++;\n }", "x++", "x", "a++", "a", "System.out.println(x)", "System.out.println", "System.out", "System", "System.out", "x", "String[] args", "args", "public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int a = scn.nextInt(), b = scn.nextInt(), c = scn.nextInt(), x = 0;\n while(a <= b) {\n if(c % a == 0) {\n x++;\n }\n a++;\n }\n System.out.println(x);\n }\n}", "public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int a = scn.nextInt(), b = scn.nextInt(), c = scn.nextInt(), x = 0;\n while(a <= b) {\n if(c % a == 0) {\n x++;\n }\n a++;\n }\n System.out.println(x);\n }\n}", "Main" ]
import java.util.*; public class Main { private static final Scanner scn = new Scanner(System.in); public static void main(String[] args) { int a = scn.nextInt(), b = scn.nextInt(), c = scn.nextInt(), x = 0; while(a <= b) { if(c % a == 0) { x++; } a++; } System.out.println(x); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 14, 2, 2, 2, 40, 2, 2, 13, 17, 2, 13, 17, 2, 2, 13, 17, 2, 13, 17, 2, 2, 13, 17, 2, 13, 17, 2, 13, 13, 30, 11, 1, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 11, 26 ], [ 26, 27 ], [ 26, 28 ], [ 11, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 34, 36 ], [ 11, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 11, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 11, 53 ], [ 53, 54 ], [ 56, 55 ], [ 72, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 62, 63 ], [ 62, 64 ], [ 56, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 65, 69 ], [ 69, 70 ], [ 69, 71 ], [ 72, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 76, 77 ], [ 76, 78 ], [ 56, 79 ], [ 79, 80 ], [ 79, 81 ], [ 53, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 85, 86 ], [ 85, 87 ], [ 83, 88 ], [ 88, 89 ], [ 89, 90 ], [ 83, 91 ], [ 92, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 94, 98 ], [ 93, 99 ], [ 99, 100 ], [ 100, 101 ], [ 82, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 104, 106 ], [ 102, 107 ], [ 9, 108 ], [ 108, 109 ] ]
[ "import java.util.*;\nimport java.io.*;\n\nclass Main{\n public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s = br.readLine();\n String[] str = s.split(\" \");\n int x=0;\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n //System.out.println(a+\" \" + b +\" \"+ c);\n \n if(!(a<1 || a>10000) || (b<1 && b>10000) || (c<1 && c>10000) || (a>b)){\n for(; a<=b; a++){\n //System.out.println(a);\n if(c % a == 0){\n x++;\n }\n }\n System.out.println(x);\n }\n }\n}", "import java.util.*;", "util.*", "java", "import java.io.*;", "io.*", "java", "class Main{\n public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s = br.readLine();\n String[] str = s.split(\" \");\n int x=0;\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n //System.out.println(a+\" \" + b +\" \"+ c);\n \n if(!(a<1 || a>10000) || (b<1 && b>10000) || (c<1 && c>10000) || (a>b)){\n for(; a<=b; a++){\n //System.out.println(a);\n if(c % a == 0){\n x++;\n }\n }\n System.out.println(x);\n }\n }\n}", "Main", "public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s = br.readLine();\n String[] str = s.split(\" \");\n int x=0;\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n //System.out.println(a+\" \" + b +\" \"+ c);\n \n if(!(a<1 || a>10000) || (b<1 && b>10000) || (c<1 && c>10000) || (a>b)){\n for(; a<=b; a++){\n //System.out.println(a);\n if(c % a == 0){\n x++;\n }\n }\n System.out.println(x);\n }\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s = br.readLine();\n String[] str = s.split(\" \");\n int x=0;\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n //System.out.println(a+\" \" + b +\" \"+ c);\n \n if(!(a<1 || a>10000) || (b<1 && b>10000) || (c<1 && c>10000) || (a>b)){\n for(; a<=b; a++){\n //System.out.println(a);\n if(c % a == 0){\n x++;\n }\n }\n System.out.println(x);\n }\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String s = br.readLine();", "s", "br.readLine()", "br.readLine", "br", "String[] str = s.split(\" \");", "str", "s.split(\" \")", "s.split", "s", "\" \"", "int x=0;", "x", "0", "int a = Integer.parseInt(str[0]);", "a", "Integer.parseInt(str[0])", "Integer.parseInt", "Integer", "str[0]", "str", "0", "int b = Integer.parseInt(str[1]);", "b", "Integer.parseInt(str[1])", "Integer.parseInt", "Integer", "str[1]", "str", "1", "int c = Integer.parseInt(str[2]);", "c", "Integer.parseInt(str[2])", "Integer.parseInt", "Integer", "str[2]", "str", "2", "if(!(a<1 || a>10000) || (b<1 && b>10000) || (c<1 && c>10000) || (a>b)){\n for(; a<=b; a++){\n //System.out.println(a);\n if(c % a == 0){\n x++;\n }\n }\n System.out.println(x);\n }", "!(a<1 || a>10000) || (b<1 && b>10000) || (c<1 && c>10000) || (a>b)", "(c<1 && c>10000)", "!(a<1 || a>10000) || (b<1 && b>10000) || (c<1 && c>10000) || (a>b)", "!(a<1 || a>10000)", "(a<1 || a>10000)", "a<1", "a", "1", "a>10000", "a", "10000", "(b<1 && b>10000)", "b<1", "b", "1", "b>10000", "b", "10000", "(c<1 && c>10000)", "c<1", "c", "1", "c>10000", "c", "10000", "(a>b)", "a", "b", "{\n for(; a<=b; a++){\n //System.out.println(a);\n if(c % a == 0){\n x++;\n }\n }\n System.out.println(x);\n }", "for(; a<=b; a++){\n //System.out.println(a);\n if(c % a == 0){\n x++;\n }\n }", ";", "a<=b", "a", "b", "a++", "a++", "a", "{\n //System.out.println(a);\n if(c % a == 0){\n x++;\n }\n }", "{\n //System.out.println(a);\n if(c % a == 0){\n x++;\n }\n }", "if(c % a == 0){\n x++;\n }", "c % a == 0", "c % a", "c", "a", "0", "{\n x++;\n }", "x++", "x", "System.out.println(x)", "System.out.println", "System.out", "System", "System.out", "x", "String args[]", "args" ]
import java.util.*; import java.io.*; class Main{ public static void main(String args[])throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String s = br.readLine(); String[] str = s.split(" "); int x=0; int a = Integer.parseInt(str[0]); int b = Integer.parseInt(str[1]); int c = Integer.parseInt(str[2]); //System.out.println(a+" " + b +" "+ c); if(!(a<1 || a>10000) || (b<1 && b>10000) || (c<1 && c>10000) || (a>b)){ for(; a<=b; a++){ //System.out.println(a); if(c % a == 0){ x++; } } System.out.println(x); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 13, 4, 18, 18, 13, 13, 17, 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 ], [ 14, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 34, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 44, 45 ], [ 44, 46 ], [ 39, 47 ], [ 47, 48 ], [ 48, 49 ], [ 39, 50 ], [ 51, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 52, 58 ], [ 58, 59 ], [ 8, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 60, 66 ], [ 6, 67 ], [ 67, 68 ] ]
[ "import java.util.*;\n\nclass Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int cnt = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0)\n cnt++;\n }\n System.out.printf(\"%d\\n\", cnt);\n }\n}", "import java.util.*;", "util.*", "java", "class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int cnt = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0)\n cnt++;\n }\n System.out.printf(\"%d\\n\", cnt);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int cnt = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0)\n cnt++;\n }\n System.out.printf(\"%d\\n\", cnt);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int cnt = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0)\n cnt++;\n }\n System.out.printf(\"%d\\n\", cnt);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = Integer.parseInt(sc.next());", "a", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "int b = Integer.parseInt(sc.next());", "b", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "int c = Integer.parseInt(sc.next());", "c", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "int cnt = 0;", "cnt", "0", "for (int i = a; i <= b; i++) {\n if (c % i == 0)\n cnt++;\n }", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n if (c % i == 0)\n cnt++;\n }", "{\n if (c % i == 0)\n cnt++;\n }", "if (c % i == 0)\n cnt++;", "c % i == 0", "c % i", "c", "i", "0", "cnt++", "cnt", "System.out.printf(\"%d\\n\", cnt)", "System.out.printf", "System.out", "System", "System.out", "\"%d\\n\"", "cnt", "String[] args", "args" ]
import java.util.*; class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int a = Integer.parseInt(sc.next()); int b = Integer.parseInt(sc.next()); int c = Integer.parseInt(sc.next()); int cnt = 0; for (int i = a; i <= b; i++) { if (c % i == 0) cnt++; } System.out.printf("%d\n", cnt); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 41, 13, 17, 41, 13, 4, 18, 4, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 14, 2, 13, 13, 30, 37, 20, 14, 2, 2, 2, 2, 2, 2, 13, 17, 2, 17, 13, 2, 13, 17, 2, 17, 13, 2, 13, 17, 2, 17, 13, 30, 37, 20, 11, 1, 41, 13, 13, 2, 13, 13, 1, 0, 13, 17, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 14, 20 ], [ 20, 21 ], [ 14, 22 ], [ 22, 23 ], [ 14, 24 ], [ 24, 25 ], [ 24, 26 ], [ 14, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 29, 34 ], [ 14, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 37, 40 ], [ 40, 41 ], [ 40, 42 ], [ 14, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 46, 47 ], [ 45, 48 ], [ 48, 49 ], [ 48, 50 ], [ 14, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 54, 55 ], [ 53, 56 ], [ 56, 57 ], [ 56, 58 ], [ 14, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 59, 63 ], [ 63, 64 ], [ 64, 65 ], [ 14, 66 ], [ 66, 67 ], [ 71, 68 ], [ 84, 69 ], [ 81, 70 ], [ 78, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 71, 75 ], [ 75, 76 ], [ 75, 77 ], [ 78, 78 ], [ 78, 79 ], [ 78, 80 ], [ 81, 81 ], [ 81, 82 ], [ 81, 83 ], [ 84, 84 ], [ 84, 85 ], [ 84, 86 ], [ 71, 87 ], [ 87, 88 ], [ 87, 89 ], [ 66, 90 ], [ 90, 91 ], [ 91, 92 ], [ 14, 93 ], [ 93, 94 ], [ 94, 95 ], [ 95, 96 ], [ 95, 97 ], [ 93, 98 ], [ 98, 99 ], [ 98, 100 ], [ 93, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 93, 105 ], [ 106, 106 ], [ 106, 107 ], [ 107, 108 ], [ 108, 109 ], [ 109, 110 ], [ 109, 111 ], [ 108, 112 ], [ 107, 113 ], [ 113, 114 ], [ 114, 115 ], [ 14, 116 ], [ 116, 117 ], [ 117, 118 ], [ 118, 119 ], [ 118, 120 ], [ 116, 121 ], [ 12, 122 ], [ 122, 123 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\n \nclass Main{\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n int a, b, c;\n int count = 0;\n String[] num = in.readLine().split(\" \");\n a = Integer.parseInt(num[0]);\n b = Integer.parseInt(num[1]);\n c = Integer.parseInt(num[2]);\n if (a > b) {\n throw new RuntimeException(\"error:You must write a<=b\");\n }\n if (a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c) {\n throw new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n }\n for (int i = a; i <= b; i += 1) {\n if (c % i == 0) {\n count++;\n }\n }\n System.out.println(count);\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "class Main{\n public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n int a, b, c;\n int count = 0;\n String[] num = in.readLine().split(\" \");\n a = Integer.parseInt(num[0]);\n b = Integer.parseInt(num[1]);\n c = Integer.parseInt(num[2]);\n if (a > b) {\n throw new RuntimeException(\"error:You must write a<=b\");\n }\n if (a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c) {\n throw new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n }\n for (int i = a; i <= b; i += 1) {\n if (c % i == 0) {\n count++;\n }\n }\n System.out.println(count);\n }\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n int a, b, c;\n int count = 0;\n String[] num = in.readLine().split(\" \");\n a = Integer.parseInt(num[0]);\n b = Integer.parseInt(num[1]);\n c = Integer.parseInt(num[2]);\n if (a > b) {\n throw new RuntimeException(\"error:You must write a<=b\");\n }\n if (a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c) {\n throw new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n }\n for (int i = a; i <= b; i += 1) {\n if (c % i == 0) {\n count++;\n }\n }\n System.out.println(count);\n }", "main", "{\n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n int a, b, c;\n int count = 0;\n String[] num = in.readLine().split(\" \");\n a = Integer.parseInt(num[0]);\n b = Integer.parseInt(num[1]);\n c = Integer.parseInt(num[2]);\n if (a > b) {\n throw new RuntimeException(\"error:You must write a<=b\");\n }\n if (a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c) {\n throw new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n }\n for (int i = a; i <= b; i += 1) {\n if (c % i == 0) {\n count++;\n }\n }\n System.out.println(count);\n }", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "int a", "a", "b", "b", "c;", "c", "int count = 0;", "count", "0", "String[] num = in.readLine().split(\" \");", "num", "in.readLine().split(\" \")", "in.readLine().split", "in.readLine()", "in.readLine", "in", "\" \"", "a = Integer.parseInt(num[0])", "a", "Integer.parseInt(num[0])", "Integer.parseInt", "Integer", "num[0]", "num", "0", "b = Integer.parseInt(num[1])", "b", "Integer.parseInt(num[1])", "Integer.parseInt", "Integer", "num[1]", "num", "1", "c = Integer.parseInt(num[2])", "c", "Integer.parseInt(num[2])", "Integer.parseInt", "Integer", "num[2]", "num", "2", "if (a > b) {\n throw new RuntimeException(\"error:You must write a<=b\");\n }", "a > b", "a", "b", "{\n throw new RuntimeException(\"error:You must write a<=b\");\n }", "throw new RuntimeException(\"error:You must write a<=b\");", "new RuntimeException(\"error:You must write a<=b\")", "if (a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c) {\n throw new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n }", "a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c", "c < 1", "10000 < b", "b < 1", "a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c", "a < 1", "a", "1", "10000 < a", "10000", "a", "b < 1", "b", "1", "10000 < b", "10000", "b", "c < 1", "c", "1", "10000 < c", "10000", "c", "{\n throw new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n }", "throw new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");", "new RuntimeException(\"error:You must write 1<=a,b,c<=10000\")", "for (int i = a; i <= b; i += 1) {\n if (c % i == 0) {\n count++;\n }\n }", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i += 1", "i += 1", "i", "1", "{\n if (c % i == 0) {\n count++;\n }\n }", "{\n if (c % i == 0) {\n count++;\n }\n }", "if (c % i == 0) {\n count++;\n }", "c % i == 0", "c % i", "c", "i", "0", "{\n count++;\n }", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; class Main{ public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); int a, b, c; int count = 0; String[] num = in.readLine().split(" "); a = Integer.parseInt(num[0]); b = Integer.parseInt(num[1]); c = Integer.parseInt(num[2]); if (a > b) { throw new RuntimeException("error:You must write a<=b"); } if (a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c) { throw new RuntimeException("error:You must write 1<=a,b,c<=10000"); } for (int i = a; i <= b; i += 1) { if (c % i == 0) { count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 17, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 11, 1, 0, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 14, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 37, 38 ], [ 37, 39 ], [ 32, 40 ], [ 40, 41 ], [ 41, 42 ], [ 32, 43 ], [ 44, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 50 ], [ 45, 51 ], [ 51, 52 ], [ 52, 53 ], [ 8, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 6, 60 ], [ 60, 61 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tint i,div = 0;\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\tint c = scan.nextInt();\n\tfor(i = a;i <= b;i++){\n\t\tif(c % i == 0){\n\t\t\tdiv++;\n\t\t}\n\t}\n\tSystem.out.println(div);\n\t}\n\t\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\tpublic static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tint i,div = 0;\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\tint c = scan.nextInt();\n\tfor(i = a;i <= b;i++){\n\t\tif(c % i == 0){\n\t\t\tdiv++;\n\t\t}\n\t}\n\tSystem.out.println(div);\n\t}\n\t\n}", "Main", "public static void main(String args[]){\n\tScanner scan = new Scanner(System.in);\n\tint i,div = 0;\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\tint c = scan.nextInt();\n\tfor(i = a;i <= b;i++){\n\t\tif(c % i == 0){\n\t\t\tdiv++;\n\t\t}\n\t}\n\tSystem.out.println(div);\n\t}", "main", "{\n\tScanner scan = new Scanner(System.in);\n\tint i,div = 0;\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\tint c = scan.nextInt();\n\tfor(i = a;i <= b;i++){\n\t\tif(c % i == 0){\n\t\t\tdiv++;\n\t\t}\n\t}\n\tSystem.out.println(div);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int i", "i", "div = 0;", "div", "0", "int a = scan.nextInt();", "a", "scan.nextInt()", "scan.nextInt", "scan", "int b = scan.nextInt();", "b", "scan.nextInt()", "scan.nextInt", "scan", "int c = scan.nextInt();", "c", "scan.nextInt()", "scan.nextInt", "scan", "for(i = a;i <= b;i++){\n\t\tif(c % i == 0){\n\t\t\tdiv++;\n\t\t}\n\t}", "i = a;", "i = a", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\tif(c % i == 0){\n\t\t\tdiv++;\n\t\t}\n\t}", "{\n\t\tif(c % i == 0){\n\t\t\tdiv++;\n\t\t}\n\t}", "if(c % i == 0){\n\t\t\tdiv++;\n\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\tdiv++;\n\t\t}", "div++", "div", "System.out.println(div)", "System.out.println", "System.out", "System", "System.out", "div", "String args[]", "args" ]
import java.util.Scanner; class Main{ public static void main(String args[]){ Scanner scan = new Scanner(System.in); int i,div = 0; int a = scan.nextInt(); int b = scan.nextInt(); int c = scan.nextInt(); for(i = a;i <= b;i++){ if(c % i == 0){ div++; } } System.out.println(div); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 42, 17, 30, 41, 13, 4, 18, 13, 4, 18, 13, 4, 18, 13, 13, 14, 2, 4, 18, 13, 17, 3, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 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 ], [ 92, 8 ], [ 92, 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 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 23, 26 ], [ 26, 27 ], [ 27, 28 ], [ 20, 29 ], [ 29, 30 ], [ 30, 31 ], [ 29, 32 ], [ 20, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 34, 38 ], [ 33, 39 ], [ 11, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 11, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 11, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 55, 56 ], [ 54, 57 ], [ 11, 58 ], [ 58, 59 ], [ 58, 60 ], [ 11, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 61, 66 ], [ 66, 67 ], [ 66, 68 ], [ 61, 69 ], [ 69, 70 ], [ 70, 71 ], [ 61, 72 ], [ 73, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 75, 79 ], [ 74, 80 ], [ 80, 81 ], [ 81, 82 ], [ 11, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 83, 88 ], [ 9, 89 ], [ 89, 90 ], [ 0, 91 ], [ 91, 92 ], [ 91, 93 ] ]
[ "import java.util.ArrayList;\nimport java.util.Scanner;\n\n/**\n * Created 2017/06/01.\n */\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n while (true) {\n int input = Integer.parseInt(sc.next());\n ary.add(input);\n if (ary.size() == 3) break;\n }\n\n int a = ary.get(0);\n int b = ary.get(1);\n int c = ary.get(2);\n int ans = 0;\n\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }\n}", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n while (true) {\n int input = Integer.parseInt(sc.next());\n ary.add(input);\n if (ary.size() == 3) break;\n }\n\n int a = ary.get(0);\n int b = ary.get(1);\n int c = ary.get(2);\n int ans = 0;\n\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n while (true) {\n int input = Integer.parseInt(sc.next());\n ary.add(input);\n if (ary.size() == 3) break;\n }\n\n int a = ary.get(0);\n int b = ary.get(1);\n int c = ary.get(2);\n int ans = 0;\n\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n while (true) {\n int input = Integer.parseInt(sc.next());\n ary.add(input);\n if (ary.size() == 3) break;\n }\n\n int a = ary.get(0);\n int b = ary.get(1);\n int c = ary.get(2);\n int ans = 0;\n\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "ArrayList<Integer> ary = new ArrayList<>();", "ary", "new ArrayList<>()", "while (true) {\n int input = Integer.parseInt(sc.next());\n ary.add(input);\n if (ary.size() == 3) break;\n }", "true", "{\n int input = Integer.parseInt(sc.next());\n ary.add(input);\n if (ary.size() == 3) break;\n }", "int input = Integer.parseInt(sc.next());", "input", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "ary.add(input)", "ary.add", "ary", "input", "if (ary.size() == 3) break;", "ary.size() == 3", "ary.size()", "ary.size", "ary", "3", "break;", "int a = ary.get(0);", "a", "ary.get(0)", "ary.get", "ary", "0", "int b = ary.get(1);", "b", "ary.get(1)", "ary.get", "ary", "1", "int c = ary.get(2);", "c", "ary.get(2)", "ary.get", "ary", "2", "int ans = 0;", "ans", "0", "for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n if (c % i == 0) {\n ans++;\n }\n }", "{\n if (c % i == 0) {\n ans++;\n }\n }", "if (c % i == 0) {\n ans++;\n }", "c % i == 0", "c % i", "c", "i", "0", "{\n ans++;\n }", "ans++", "ans", "System.out.println(ans)", "System.out.println", "System.out", "System", "System.out", "ans", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n while (true) {\n int input = Integer.parseInt(sc.next());\n ary.add(input);\n if (ary.size() == 3) break;\n }\n\n int a = ary.get(0);\n int b = ary.get(1);\n int c = ary.get(2);\n int ans = 0;\n\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n ArrayList<Integer> ary = new ArrayList<>();\n\n while (true) {\n int input = Integer.parseInt(sc.next());\n ary.add(input);\n if (ary.size() == 3) break;\n }\n\n int a = ary.get(0);\n int b = ary.get(1);\n int c = ary.get(2);\n int ans = 0;\n\n for (int i = a; i <= b; i++) {\n if (c % i == 0) {\n ans++;\n }\n }\n System.out.println(ans);\n }\n}", "Main" ]
import java.util.ArrayList; import java.util.Scanner; /** * Created 2017/06/01. */ public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); ArrayList<Integer> ary = new ArrayList<>(); while (true) { int input = Integer.parseInt(sc.next()); ary.add(input); if (ary.size() == 3) break; } int a = ary.get(0); int b = ary.get(1); int c = ary.get(2); int ans = 0; for (int i = a; i <= b; i++) { if (c % i == 0) { ans++; } } System.out.println(ans); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 14, 2, 2, 2, 2, 2, 2, 17, 13, 2, 13, 17, 2, 17, 13, 2, 13, 17, 2, 17, 13, 2, 13, 17, 30, 0, 13, 17, 30, 0, 13, 17, 29, 13, 23, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 17, 14, 2, 2, 13, 13, 17, 30, 0, 13, 17, 30, 0, 13, 17, 29, 13, 23, 13, 23, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 17, 41, 13, 17, 41, 13, 41, 13, 41, 13, 20, 41, 13, 20, 41, 13, 20, 41, 13, 20, 11, 1, 41, 13, 17, 2, 13, 17, 1, 40, 13, 30, 30, 4, 18, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 4, 18, 13, 17, 4, 18, 13, 13, 0, 13, 4, 18, 13, 4, 18, 13, 17, 4, 18, 13, 13, 0, 13, 4, 18, 13, 4, 18, 13, 17, 4, 18, 13, 13, 14, 2, 4, 13, 13, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 17, 14, 2, 4, 13, 13, 13, 17, 30, 4, 18, 18, 13, 13, 17, 4, 18, 13, 17, 11, 1, 0, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 4, 18, 13, 13, 0, 13, 4, 18, 13, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 4, 18, 13, 13, 17, 30, 40, 13, 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 ], [ 268, 8 ], [ 268, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 20, 17 ], [ 33, 18 ], [ 30, 19 ], [ 27, 20 ], [ 20, 21 ], [ 21, 22 ], [ 21, 23 ], [ 20, 24 ], [ 24, 25 ], [ 24, 26 ], [ 27, 27 ], [ 27, 28 ], [ 27, 29 ], [ 30, 30 ], [ 30, 31 ], [ 30, 32 ], [ 33, 33 ], [ 33, 34 ], [ 33, 35 ], [ 20, 36 ], [ 36, 37 ], [ 36, 38 ], [ 15, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 15, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 11, 47 ], [ 47, 48 ], [ 9, 49 ], [ 49, 50 ], [ 9, 51 ], [ 51, 52 ], [ 9, 53 ], [ 53, 54 ], [ 268, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 61, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 61, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 57, 75 ], [ 75, 76 ], [ 55, 77 ], [ 77, 78 ], [ 55, 79 ], [ 79, 80 ], [ 268, 81 ], [ 81, 82 ], [ 81, 83 ], [ 83, 84 ], [ 84, 85 ], [ 83, 86 ], [ 86, 87 ], [ 83, 88 ], [ 88, 89 ], [ 83, 90 ], [ 90, 91 ], [ 90, 92 ], [ 83, 93 ], [ 93, 94 ], [ 93, 95 ], [ 83, 96 ], [ 96, 97 ], [ 83, 98 ], [ 98, 99 ], [ 83, 100 ], [ 100, 101 ], [ 100, 102 ], [ 83, 103 ], [ 103, 104 ], [ 103, 105 ], [ 83, 106 ], [ 106, 107 ], [ 106, 108 ], [ 83, 109 ], [ 109, 110 ], [ 109, 111 ], [ 83, 112 ], [ 112, 113 ], [ 113, 114 ], [ 114, 115 ], [ 114, 116 ], [ 112, 117 ], [ 117, 118 ], [ 117, 119 ], [ 112, 120 ], [ 120, 121 ], [ 121, 122 ], [ 112, 123 ], [ 124, 124 ], [ 124, 125 ], [ 125, 126 ], [ 126, 127 ], [ 125, 128 ], [ 128, 129 ], [ 129, 130 ], [ 83, 131 ], [ 131, 132 ], [ 131, 133 ], [ 133, 134 ], [ 134, 135 ], [ 83, 136 ], [ 136, 137 ], [ 136, 138 ], [ 138, 139 ], [ 139, 140 ], [ 138, 141 ], [ 141, 142 ], [ 142, 143 ], [ 141, 144 ], [ 83, 145 ], [ 145, 146 ], [ 146, 147 ], [ 145, 148 ], [ 83, 149 ], [ 149, 150 ], [ 149, 151 ], [ 151, 152 ], [ 152, 153 ], [ 151, 154 ], [ 154, 155 ], [ 155, 156 ], [ 154, 157 ], [ 83, 158 ], [ 158, 159 ], [ 159, 160 ], [ 158, 161 ], [ 83, 162 ], [ 162, 163 ], [ 162, 164 ], [ 164, 165 ], [ 165, 166 ], [ 164, 167 ], [ 167, 168 ], [ 168, 169 ], [ 167, 170 ], [ 83, 171 ], [ 171, 172 ], [ 172, 173 ], [ 171, 174 ], [ 83, 175 ], [ 175, 176 ], [ 176, 177 ], [ 177, 178 ], [ 177, 179 ], [ 177, 180 ], [ 177, 181 ], [ 176, 182 ], [ 175, 183 ], [ 183, 184 ], [ 184, 185 ], [ 185, 186 ], [ 186, 187 ], [ 186, 188 ], [ 184, 189 ], [ 183, 190 ], [ 190, 191 ], [ 191, 192 ], [ 190, 193 ], [ 83, 194 ], [ 194, 195 ], [ 195, 196 ], [ 196, 197 ], [ 196, 198 ], [ 196, 199 ], [ 195, 200 ], [ 194, 201 ], [ 201, 202 ], [ 202, 203 ], [ 203, 204 ], [ 204, 205 ], [ 204, 206 ], [ 202, 207 ], [ 201, 208 ], [ 208, 209 ], [ 209, 210 ], [ 208, 211 ], [ 83, 212 ], [ 212, 213 ], [ 213, 214 ], [ 214, 215 ], [ 214, 216 ], [ 212, 217 ], [ 217, 218 ], [ 217, 219 ], [ 212, 220 ], [ 220, 221 ], [ 221, 222 ], [ 212, 223 ], [ 224, 224 ], [ 224, 225 ], [ 225, 226 ], [ 226, 227 ], [ 225, 228 ], [ 83, 229 ], [ 229, 230 ], [ 229, 231 ], [ 231, 232 ], [ 232, 233 ], [ 83, 234 ], [ 234, 235 ], [ 235, 236 ], [ 236, 237 ], [ 236, 238 ], [ 234, 239 ], [ 239, 240 ], [ 239, 241 ], [ 234, 242 ], [ 242, 243 ], [ 243, 244 ], [ 234, 245 ], [ 246, 246 ], [ 246, 247 ], [ 247, 248 ], [ 248, 249 ], [ 249, 250 ], [ 249, 251 ], [ 251, 252 ], [ 252, 253 ], [ 251, 254 ], [ 248, 255 ], [ 247, 256 ], [ 256, 257 ], [ 257, 258 ], [ 83, 259 ], [ 259, 260 ], [ 260, 261 ], [ 261, 262 ], [ 261, 263 ], [ 259, 264 ], [ 81, 265 ], [ 265, 266 ], [ 0, 267 ], [ 267, 268 ], [ 267, 269 ] ]
[ "import java.util.ArrayList;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static int constraints1(int a,int b,int c){\n\t\tint result1 = 0;\n\t\tif(0 < a || a <= 10000 || 0 < b || b <= 10000 || 0 < c || c<= 10000 ){ //a,b,c????????¶??????(??????????????´???)\n\t\t\tresult1 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult1 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result1;\n\t}\n\tpublic static int constraints2(int a,int b){\n\t\tint result2 = 0;\n\t\tif(b-a >= 0){//a<=b????????????????????¶??????\n\t\t\tresult2 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult2 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result2;\n\t}\n\tpublic static void main(String[] args) {\n\t\t/**\n\t\t * ?????°?????£?¨?\n\t\t */\n\t\tint a,b,c;\n\t\tint f=0; //?????????\n\t\tint count=0;\n\t\tint len1,len2;\n\n\t\t/**\n\t\t * ???????????£?¨?\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse = new ArrayList<Integer>();\n\t\tArrayList<Integer> bet = new ArrayList<Integer>();\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){ //??\\?????´??°???3???\n\t\tst.add(scan.next());\n\t\t}\n\t\tlen1 = st.size(); //?????????????´???°\n\n\t\t/**\n\t\t * String???int??????,int???????????????????´?\n\t\t */\n\t\ta = Integer.parseInt(st.get(0));\n\t\tparse.add(a);\n\t\tb = Integer.parseInt(st.get(1));\n\t\tparse.add(b);\n\t\tc = Integer.parseInt(st.get(2));\n\t\tparse.add(c);\n\t\t/**\n\t\t * ???????????????\n\t\t */\n\t\tif(constraints1(a,b,c) == 0){\n\t\t\tSystem.out.println(\"a,b,c?????????1~10000??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\tif(constraints2(a,b) == 0){\n\t\t\tSystem.out.println(\"a,b?????????a<=b??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\t/**\n\t\t * ????????\\?¨?\n\t\t */\n\t\tfor(f = a; f <= b; f++){ //a??????b???????????°???(a???b???????????????)\n\t\t\tbet.add(f); //????????°???????????????int?????????????´?\n\t\t}\n\t\tlen2 = bet.size();\n\n\t\tfor(int j = 0;j < len2; ++j){\n\t\t\tif(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\n}", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static int constraints1(int a,int b,int c){\n\t\tint result1 = 0;\n\t\tif(0 < a || a <= 10000 || 0 < b || b <= 10000 || 0 < c || c<= 10000 ){ //a,b,c????????¶??????(??????????????´???)\n\t\t\tresult1 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult1 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result1;\n\t}\n\tpublic static int constraints2(int a,int b){\n\t\tint result2 = 0;\n\t\tif(b-a >= 0){//a<=b????????????????????¶??????\n\t\t\tresult2 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult2 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result2;\n\t}\n\tpublic static void main(String[] args) {\n\t\t/**\n\t\t * ?????°?????£?¨?\n\t\t */\n\t\tint a,b,c;\n\t\tint f=0; //?????????\n\t\tint count=0;\n\t\tint len1,len2;\n\n\t\t/**\n\t\t * ???????????£?¨?\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse = new ArrayList<Integer>();\n\t\tArrayList<Integer> bet = new ArrayList<Integer>();\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){ //??\\?????´??°???3???\n\t\tst.add(scan.next());\n\t\t}\n\t\tlen1 = st.size(); //?????????????´???°\n\n\t\t/**\n\t\t * String???int??????,int???????????????????´?\n\t\t */\n\t\ta = Integer.parseInt(st.get(0));\n\t\tparse.add(a);\n\t\tb = Integer.parseInt(st.get(1));\n\t\tparse.add(b);\n\t\tc = Integer.parseInt(st.get(2));\n\t\tparse.add(c);\n\t\t/**\n\t\t * ???????????????\n\t\t */\n\t\tif(constraints1(a,b,c) == 0){\n\t\t\tSystem.out.println(\"a,b,c?????????1~10000??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\tif(constraints2(a,b) == 0){\n\t\t\tSystem.out.println(\"a,b?????????a<=b??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\t/**\n\t\t * ????????\\?¨?\n\t\t */\n\t\tfor(f = a; f <= b; f++){ //a??????b???????????°???(a???b???????????????)\n\t\t\tbet.add(f); //????????°???????????????int?????????????´?\n\t\t}\n\t\tlen2 = bet.size();\n\n\t\tfor(int j = 0;j < len2; ++j){\n\t\t\tif(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\n}", "Main", "public static int constraints1(int a,int b,int c){\n\t\tint result1 = 0;\n\t\tif(0 < a || a <= 10000 || 0 < b || b <= 10000 || 0 < c || c<= 10000 ){ //a,b,c????????¶??????(??????????????´???)\n\t\t\tresult1 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult1 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result1;\n\t}", "constraints1", "{\n\t\tint result1 = 0;\n\t\tif(0 < a || a <= 10000 || 0 < b || b <= 10000 || 0 < c || c<= 10000 ){ //a,b,c????????¶??????(??????????????´???)\n\t\t\tresult1 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult1 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result1;\n\t}", "int result1 = 0;", "result1", "0", "if(0 < a || a <= 10000 || 0 < b || b <= 10000 || 0 < c || c<= 10000 ){ //a,b,c????????¶??????(??????????????´???)\n\t\t\tresult1 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult1 = 0; //?????????????????¨???\n\t\t}", "0 < a || a <= 10000 || 0 < b || b <= 10000 || 0 < c || c<= 10000", "0 < c", "b <= 10000", "0 < b", "0 < a || a <= 10000 || 0 < b || b <= 10000 || 0 < c || c<= 10000", "0 < a", "0", "a", "a <= 10000", "a", "10000", "0 < b", "0", "b", "b <= 10000", "b", "10000", "0 < c", "0", "c", "c<= 10000", "c", "10000", "{ //a,b,c????????¶??????(??????????????´???)\n\t\t\tresult1 = 1;\n\t\t}", "result1 = 1", "result1", "1", "{\n\t\t\tresult1 = 0; //?????????????????¨???\n\t\t}", "result1 = 0", "result1", "0", "return result1;", "result1", "int a", "a", "int b", "b", "int c", "c", "public static int constraints2(int a,int b){\n\t\tint result2 = 0;\n\t\tif(b-a >= 0){//a<=b????????????????????¶??????\n\t\t\tresult2 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult2 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result2;\n\t}", "constraints2", "{\n\t\tint result2 = 0;\n\t\tif(b-a >= 0){//a<=b????????????????????¶??????\n\t\t\tresult2 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult2 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result2;\n\t}", "int result2 = 0;", "result2", "0", "if(b-a >= 0){//a<=b????????????????????¶??????\n\t\t\tresult2 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult2 = 0; //?????????????????¨???\n\t\t}", "b-a >= 0", "b-a", "b", "a", "0", "{//a<=b????????????????????¶??????\n\t\t\tresult2 = 1;\n\t\t}", "result2 = 1", "result2", "1", "{\n\t\t\tresult2 = 0; //?????????????????¨???\n\t\t}", "result2 = 0", "result2", "0", "return result2;", "result2", "int a", "a", "int b", "b", "public static void main(String[] args) {\n\t\t/**\n\t\t * ?????°?????£?¨?\n\t\t */\n\t\tint a,b,c;\n\t\tint f=0; //?????????\n\t\tint count=0;\n\t\tint len1,len2;\n\n\t\t/**\n\t\t * ???????????£?¨?\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse = new ArrayList<Integer>();\n\t\tArrayList<Integer> bet = new ArrayList<Integer>();\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){ //??\\?????´??°???3???\n\t\tst.add(scan.next());\n\t\t}\n\t\tlen1 = st.size(); //?????????????´???°\n\n\t\t/**\n\t\t * String???int??????,int???????????????????´?\n\t\t */\n\t\ta = Integer.parseInt(st.get(0));\n\t\tparse.add(a);\n\t\tb = Integer.parseInt(st.get(1));\n\t\tparse.add(b);\n\t\tc = Integer.parseInt(st.get(2));\n\t\tparse.add(c);\n\t\t/**\n\t\t * ???????????????\n\t\t */\n\t\tif(constraints1(a,b,c) == 0){\n\t\t\tSystem.out.println(\"a,b,c?????????1~10000??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\tif(constraints2(a,b) == 0){\n\t\t\tSystem.out.println(\"a,b?????????a<=b??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\t/**\n\t\t * ????????\\?¨?\n\t\t */\n\t\tfor(f = a; f <= b; f++){ //a??????b???????????°???(a???b???????????????)\n\t\t\tbet.add(f); //????????°???????????????int?????????????´?\n\t\t}\n\t\tlen2 = bet.size();\n\n\t\tfor(int j = 0;j < len2; ++j){\n\t\t\tif(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}", "main", "{\n\t\t/**\n\t\t * ?????°?????£?¨?\n\t\t */\n\t\tint a,b,c;\n\t\tint f=0; //?????????\n\t\tint count=0;\n\t\tint len1,len2;\n\n\t\t/**\n\t\t * ???????????£?¨?\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse = new ArrayList<Integer>();\n\t\tArrayList<Integer> bet = new ArrayList<Integer>();\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){ //??\\?????´??°???3???\n\t\tst.add(scan.next());\n\t\t}\n\t\tlen1 = st.size(); //?????????????´???°\n\n\t\t/**\n\t\t * String???int??????,int???????????????????´?\n\t\t */\n\t\ta = Integer.parseInt(st.get(0));\n\t\tparse.add(a);\n\t\tb = Integer.parseInt(st.get(1));\n\t\tparse.add(b);\n\t\tc = Integer.parseInt(st.get(2));\n\t\tparse.add(c);\n\t\t/**\n\t\t * ???????????????\n\t\t */\n\t\tif(constraints1(a,b,c) == 0){\n\t\t\tSystem.out.println(\"a,b,c?????????1~10000??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\tif(constraints2(a,b) == 0){\n\t\t\tSystem.out.println(\"a,b?????????a<=b??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\t/**\n\t\t * ????????\\?¨?\n\t\t */\n\t\tfor(f = a; f <= b; f++){ //a??????b???????????°???(a???b???????????????)\n\t\t\tbet.add(f); //????????°???????????????int?????????????´?\n\t\t}\n\t\tlen2 = bet.size();\n\n\t\tfor(int j = 0;j < len2; ++j){\n\t\t\tif(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}", "int a", "a", "b", "b", "c;", "c", "int f=0;", "f", "0", "int count=0;", "count", "0", "int len1", "len1", "len2;", "len2", "ArrayList<String> st = new ArrayList<String>();", "st", "new ArrayList<String>()", "ArrayList<Integer> parse = new ArrayList<Integer>();", "parse", "new ArrayList<Integer>()", "ArrayList<Integer> bet = new ArrayList<Integer>();", "bet", "new ArrayList<Integer>()", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "for(int i = 0; i < 3; i++){ //??\\?????´??°???3???\n\t\tst.add(scan.next());\n\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < 3", "i", "3", "i++", "i++", "i", "{ //??\\?????´??°???3???\n\t\tst.add(scan.next());\n\t\t}", "{ //??\\?????´??°???3???\n\t\tst.add(scan.next());\n\t\t}", "st.add(scan.next())", "st.add", "st", "scan.next()", "scan.next", "scan", "len1 = st.size()", "len1", "st.size()", "st.size", "st", "a = Integer.parseInt(st.get(0))", "a", "Integer.parseInt(st.get(0))", "Integer.parseInt", "Integer", "st.get(0)", "st.get", "st", "0", "parse.add(a)", "parse.add", "parse", "a", "b = Integer.parseInt(st.get(1))", "b", "Integer.parseInt(st.get(1))", "Integer.parseInt", "Integer", "st.get(1)", "st.get", "st", "1", "parse.add(b)", "parse.add", "parse", "b", "c = Integer.parseInt(st.get(2))", "c", "Integer.parseInt(st.get(2))", "Integer.parseInt", "Integer", "st.get(2)", "st.get", "st", "2", "parse.add(c)", "parse.add", "parse", "c", "if(constraints1(a,b,c) == 0){\n\t\t\tSystem.out.println(\"a,b,c?????????1~10000??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}", "constraints1(a,b,c) == 0", "constraints1(a,b,c)", "constraints1", "a", "b", "c", "0", "{\n\t\t\tSystem.out.println(\"a,b,c?????????1~10000??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}", "System.out.println(\"a,b,c?????????1~10000??§??\\?????????????????????.???????????????.\")", "System.out.println", "System.out", "System", "System.out", "\"a,b,c?????????1~10000??§??\\?????????????????????.???????????????.\"", "System.exit(0)", "System.exit", "System", "0", "if(constraints2(a,b) == 0){\n\t\t\tSystem.out.println(\"a,b?????????a<=b??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}", "constraints2(a,b) == 0", "constraints2(a,b)", "constraints2", "a", "b", "0", "{\n\t\t\tSystem.out.println(\"a,b?????????a<=b??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}", "System.out.println(\"a,b?????????a<=b??§??\\?????????????????????.???????????????.\")", "System.out.println", "System.out", "System", "System.out", "\"a,b?????????a<=b??§??\\?????????????????????.???????????????.\"", "System.exit(0)", "System.exit", "System", "0", "for(f = a; f <= b; f++){ //a??????b???????????°???(a???b???????????????)\n\t\t\tbet.add(f); //????????°???????????????int?????????????´?\n\t\t}", "f = a;", "f = a", "f", "a", "f <= b", "f", "b", "f++", "f++", "f", "{ //a??????b???????????°???(a???b???????????????)\n\t\t\tbet.add(f); //????????°???????????????int?????????????´?\n\t\t}", "{ //a??????b???????????°???(a???b???????????????)\n\t\t\tbet.add(f); //????????°???????????????int?????????????´?\n\t\t}", "bet.add(f)", "bet.add", "bet", "f", "len2 = bet.size()", "len2", "bet.size()", "bet.size", "bet", "for(int j = 0;j < len2; ++j){\n\t\t\tif(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}\n\t\t}", "int j = 0;", "int j = 0;", "j", "0", "j < len2", "j", "len2", "++j", "++j", "j", "{\n\t\t\tif(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}\n\t\t}", "if(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}", "c % bet.get(j) == 0", "c % bet.get(j)", "c", "bet.get(j)", "bet.get", "bet", "j", "0", "{ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}", "++count", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n\tpublic static int constraints1(int a,int b,int c){\n\t\tint result1 = 0;\n\t\tif(0 < a || a <= 10000 || 0 < b || b <= 10000 || 0 < c || c<= 10000 ){ //a,b,c????????¶??????(??????????????´???)\n\t\t\tresult1 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult1 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result1;\n\t}\n\tpublic static int constraints2(int a,int b){\n\t\tint result2 = 0;\n\t\tif(b-a >= 0){//a<=b????????????????????¶??????\n\t\t\tresult2 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult2 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result2;\n\t}\n\tpublic static void main(String[] args) {\n\t\t/**\n\t\t * ?????°?????£?¨?\n\t\t */\n\t\tint a,b,c;\n\t\tint f=0; //?????????\n\t\tint count=0;\n\t\tint len1,len2;\n\n\t\t/**\n\t\t * ???????????£?¨?\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse = new ArrayList<Integer>();\n\t\tArrayList<Integer> bet = new ArrayList<Integer>();\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){ //??\\?????´??°???3???\n\t\tst.add(scan.next());\n\t\t}\n\t\tlen1 = st.size(); //?????????????´???°\n\n\t\t/**\n\t\t * String???int??????,int???????????????????´?\n\t\t */\n\t\ta = Integer.parseInt(st.get(0));\n\t\tparse.add(a);\n\t\tb = Integer.parseInt(st.get(1));\n\t\tparse.add(b);\n\t\tc = Integer.parseInt(st.get(2));\n\t\tparse.add(c);\n\t\t/**\n\t\t * ???????????????\n\t\t */\n\t\tif(constraints1(a,b,c) == 0){\n\t\t\tSystem.out.println(\"a,b,c?????????1~10000??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\tif(constraints2(a,b) == 0){\n\t\t\tSystem.out.println(\"a,b?????????a<=b??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\t/**\n\t\t * ????????\\?¨?\n\t\t */\n\t\tfor(f = a; f <= b; f++){ //a??????b???????????°???(a???b???????????????)\n\t\t\tbet.add(f); //????????°???????????????int?????????????´?\n\t\t}\n\t\tlen2 = bet.size();\n\n\t\tfor(int j = 0;j < len2; ++j){\n\t\t\tif(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\n}", "public class Main {\n\tpublic static int constraints1(int a,int b,int c){\n\t\tint result1 = 0;\n\t\tif(0 < a || a <= 10000 || 0 < b || b <= 10000 || 0 < c || c<= 10000 ){ //a,b,c????????¶??????(??????????????´???)\n\t\t\tresult1 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult1 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result1;\n\t}\n\tpublic static int constraints2(int a,int b){\n\t\tint result2 = 0;\n\t\tif(b-a >= 0){//a<=b????????????????????¶??????\n\t\t\tresult2 = 1;\n\t\t}\n\t\telse{\n\t\t\tresult2 = 0; //?????????????????¨???\n\t\t}\n\t\treturn result2;\n\t}\n\tpublic static void main(String[] args) {\n\t\t/**\n\t\t * ?????°?????£?¨?\n\t\t */\n\t\tint a,b,c;\n\t\tint f=0; //?????????\n\t\tint count=0;\n\t\tint len1,len2;\n\n\t\t/**\n\t\t * ???????????£?¨?\n\t\t */\n\t\tArrayList<String> st = new ArrayList<String>();\n\t\tArrayList<Integer> parse = new ArrayList<Integer>();\n\t\tArrayList<Integer> bet = new ArrayList<Integer>();\n\t\t/**\n\t\t * ??\\?????¨????????????????´?\n\t\t */\n\t\tScanner scan = new Scanner(System.in);\n\t\tfor(int i = 0; i < 3; i++){ //??\\?????´??°???3???\n\t\tst.add(scan.next());\n\t\t}\n\t\tlen1 = st.size(); //?????????????´???°\n\n\t\t/**\n\t\t * String???int??????,int???????????????????´?\n\t\t */\n\t\ta = Integer.parseInt(st.get(0));\n\t\tparse.add(a);\n\t\tb = Integer.parseInt(st.get(1));\n\t\tparse.add(b);\n\t\tc = Integer.parseInt(st.get(2));\n\t\tparse.add(c);\n\t\t/**\n\t\t * ???????????????\n\t\t */\n\t\tif(constraints1(a,b,c) == 0){\n\t\t\tSystem.out.println(\"a,b,c?????????1~10000??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\tif(constraints2(a,b) == 0){\n\t\t\tSystem.out.println(\"a,b?????????a<=b??§??\\?????????????????????.???????????????.\");\n\t\t\tSystem.exit(0);;\n\t\t}\n\t\t/**\n\t\t * ????????\\?¨?\n\t\t */\n\t\tfor(f = a; f <= b; f++){ //a??????b???????????°???(a???b???????????????)\n\t\t\tbet.add(f); //????????°???????????????int?????????????´?\n\t\t}\n\t\tlen2 = bet.size();\n\n\t\tfor(int j = 0;j < len2; ++j){\n\t\t\tif(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???°\n\t\t\t\t++count;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n\n}", "Main" ]
import java.util.ArrayList; import java.util.Scanner; public class Main { public static int constraints1(int a,int b,int c){ int result1 = 0; if(0 < a || a <= 10000 || 0 < b || b <= 10000 || 0 < c || c<= 10000 ){ //a,b,c????????¶??????(??????????????´???) result1 = 1; } else{ result1 = 0; //?????????????????¨??? } return result1; } public static int constraints2(int a,int b){ int result2 = 0; if(b-a >= 0){//a<=b????????????????????¶?????? result2 = 1; } else{ result2 = 0; //?????????????????¨??? } return result2; } public static void main(String[] args) { /** * ?????°?????£?¨? */ int a,b,c; int f=0; //????????? int count=0; int len1,len2; /** * ???????????£?¨? */ ArrayList<String> st = new ArrayList<String>(); ArrayList<Integer> parse = new ArrayList<Integer>(); ArrayList<Integer> bet = new ArrayList<Integer>(); /** * ??\?????¨????????????????´? */ Scanner scan = new Scanner(System.in); for(int i = 0; i < 3; i++){ //??\?????´??°???3??? st.add(scan.next()); } len1 = st.size(); //?????????????´???° /** * String???int??????,int???????????????????´? */ a = Integer.parseInt(st.get(0)); parse.add(a); b = Integer.parseInt(st.get(1)); parse.add(b); c = Integer.parseInt(st.get(2)); parse.add(c); /** * ??????????????? */ if(constraints1(a,b,c) == 0){ System.out.println("a,b,c?????????1~10000??§??\?????????????????????.???????????????."); System.exit(0);; } if(constraints2(a,b) == 0){ System.out.println("a,b?????????a<=b??§??\?????????????????????.???????????????."); System.exit(0);; } /** * ????????\?¨? */ for(f = a; f <= b; f++){ //a??????b???????????°???(a???b???????????????) bet.add(f); //????????°???????????????int?????????????´? } len2 = bet.size(); for(int j = 0;j < len2; ++j){ if(c % bet.get(j) == 0){ //c????????£?????¨???????????????0???????????????????´???° ++count; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 0, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 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 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 49, 50 ], [ 49, 51 ], [ 8, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 52, 57 ], [ 6, 58 ], [ 58, 59 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int divNum = 0;\n\n for (int i=a; i<=b; i++){\n if (c % i == 0)\n divNum += 1;\n }\n\n System.out.println(divNum);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int divNum = 0;\n\n for (int i=a; i<=b; i++){\n if (c % i == 0)\n divNum += 1;\n }\n\n System.out.println(divNum);\n }\n}", "Main", "public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int divNum = 0;\n\n for (int i=a; i<=b; i++){\n if (c % i == 0)\n divNum += 1;\n }\n\n System.out.println(divNum);\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n\n int divNum = 0;\n\n for (int i=a; i<=b; i++){\n if (c % i == 0)\n divNum += 1;\n }\n\n System.out.println(divNum);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a = scan.nextInt();", "a", "scan.nextInt()", "scan.nextInt", "scan", "int b = scan.nextInt();", "b", "scan.nextInt()", "scan.nextInt", "scan", "int c = scan.nextInt();", "c", "scan.nextInt()", "scan.nextInt", "scan", "int divNum = 0;", "divNum", "0", "for (int i=a; i<=b; i++){\n if (c % i == 0)\n divNum += 1;\n }", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n if (c % i == 0)\n divNum += 1;\n }", "{\n if (c % i == 0)\n divNum += 1;\n }", "if (c % i == 0)\n divNum += 1;", "c % i == 0", "c % i", "c", "i", "0", "divNum += 1", "divNum", "1", "System.out.println(divNum)", "System.out.println", "System.out", "System", "System.out", "divNum", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ Scanner scan = new Scanner(System.in); int a = scan.nextInt(); int b = scan.nextInt(); int c = scan.nextInt(); int divNum = 0; for (int i=a; i<=b; i++){ if (c % i == 0) divNum += 1; } System.out.println(divNum); } }
[ 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, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 67, 8 ], [ 67, 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 ], [ 11, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 33, 38 ], [ 38, 39 ], [ 38, 40 ], [ 33, 41 ], [ 41, 42 ], [ 42, 43 ], [ 33, 44 ], [ 45, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 46, 52 ], [ 52, 53 ], [ 53, 54 ], [ 11, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 55, 60 ], [ 11, 61 ], [ 61, 62 ], [ 62, 63 ], [ 9, 64 ], [ 64, 65 ], [ 0, 66 ], [ 66, 67 ], [ 66, 68 ] ]
[ "import java.io.IOException;\nimport java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException{\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\tint count = 0;\n\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t\tsc.close();\n\t}\n}", "import java.io.IOException;", "IOException", "java.io", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\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\tint count = 0;\n\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t\tsc.close();\n\t}\n}", "Main", "public static void main(String[] args) throws IOException{\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\tint count = 0;\n\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t\tsc.close();\n\t}", "main", "{\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\tint count = 0;\n\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t\tsc.close();\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int count = 0;", "count", "0", "for(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif(c%i==0) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c%i==0) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "if(c%i==0) {\n\t\t\t\tcount++;\n\t\t\t}", "c%i==0", "c%i", "c", "i", "0", "{\n\t\t\t\tcount++;\n\t\t\t}", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) throws IOException{\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\tint count = 0;\n\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t\tsc.close();\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException{\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\tint count = 0;\n\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t\tsc.close();\n\t}\n}", "Main" ]
import java.io.IOException; import java.util.Scanner; public class Main { public static void main(String[] args) throws IOException{ Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int count = 0; for(int i=a;i<=b;i++) { if(c%i==0) { count++; } } System.out.println(count); sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 42, 2, 13, 13, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 55, 5 ], [ 55, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 35, 41 ], [ 41, 42 ], [ 42, 43 ], [ 34, 44 ], [ 44, 45 ], [ 8, 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 Scanner scan = new Scanner(System.in);\n int a = scan.nextInt(), b = scan.nextInt(), c = scan.nextInt();\n int sum = 0;\n\n while (a <= b) {\n if (c % a == 0) {\n sum++;\n }\n a++;\n }\n\n System.out.println(sum);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt(), b = scan.nextInt(), c = scan.nextInt();\n int sum = 0;\n\n while (a <= b) {\n if (c % a == 0) {\n sum++;\n }\n a++;\n }\n\n System.out.println(sum);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt(), b = scan.nextInt(), c = scan.nextInt();\n int sum = 0;\n\n while (a <= b) {\n if (c % a == 0) {\n sum++;\n }\n a++;\n }\n\n System.out.println(sum);\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt(), b = scan.nextInt(), c = scan.nextInt();\n int sum = 0;\n\n while (a <= b) {\n if (c % a == 0) {\n sum++;\n }\n a++;\n }\n\n System.out.println(sum);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a = scan.nextInt()", "a", "scan.nextInt()", "scan.nextInt", "scan", "b = scan.nextInt()", "b", "scan.nextInt()", "scan.nextInt", "scan", "c = scan.nextInt();", "c", "scan.nextInt()", "scan.nextInt", "scan", "int sum = 0;", "sum", "0", "while (a <= b) {\n if (c % a == 0) {\n sum++;\n }\n a++;\n }", "a <= b", "a", "b", "{\n if (c % a == 0) {\n sum++;\n }\n a++;\n }", "if (c % a == 0) {\n sum++;\n }", "c % a == 0", "c % a", "c", "a", "0", "{\n sum++;\n }", "sum++", "sum", "a++", "a", "System.out.println(sum)", "System.out.println", "System.out", "System", "System.out", "sum", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt(), b = scan.nextInt(), c = scan.nextInt();\n int sum = 0;\n\n while (a <= b) {\n if (c % a == 0) {\n sum++;\n }\n a++;\n }\n\n System.out.println(sum);\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt(), b = scan.nextInt(), c = scan.nextInt();\n int sum = 0;\n\n while (a <= b) {\n if (c % a == 0) {\n sum++;\n }\n a++;\n }\n\n System.out.println(sum);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int a = scan.nextInt(), b = scan.nextInt(), c = scan.nextInt(); int sum = 0; while (a <= b) { if (c % a == 0) { sum++; } a++; } System.out.println(sum); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 17, 42, 17, 30, 14, 2, 13, 13, 30, 3, 14, 2, 2, 13, 13, 17, 30, 40, 13, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 68, 5 ], [ 68, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 14, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 34, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 46, 47 ], [ 41, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 48, 54 ], [ 54, 55 ], [ 55, 56 ], [ 41, 57 ], [ 57, 58 ], [ 8, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 6, 65 ], [ 65, 66 ], [ 0, 67 ], [ 67, 68 ], [ 67, 69 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\tint a = Integer.parseInt(s.next());\n\t\tint b = Integer.parseInt(s.next());\n\t\tint c = Integer.parseInt(s.next());\n\t\tint counter = 0;\n\t\t\n\t\twhile(true){\n\t\t\t \n\t\t\tif(a>b){\n\t\t\t\t break;\n\t\t\t }\n\t\t\t\n\t\t\tif(c%a == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t\ta++;\n\t\t\t\n\t\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(counter);\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 s = new Scanner(System.in);\n\t\t\n\t\tint a = Integer.parseInt(s.next());\n\t\tint b = Integer.parseInt(s.next());\n\t\tint c = Integer.parseInt(s.next());\n\t\tint counter = 0;\n\t\t\n\t\twhile(true){\n\t\t\t \n\t\t\tif(a>b){\n\t\t\t\t break;\n\t\t\t }\n\t\t\t\n\t\t\tif(c%a == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t\ta++;\n\t\t\t\n\t\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(counter);\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\tint a = Integer.parseInt(s.next());\n\t\tint b = Integer.parseInt(s.next());\n\t\tint c = Integer.parseInt(s.next());\n\t\tint counter = 0;\n\t\t\n\t\twhile(true){\n\t\t\t \n\t\t\tif(a>b){\n\t\t\t\t break;\n\t\t\t }\n\t\t\t\n\t\t\tif(c%a == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t\ta++;\n\t\t\t\n\t\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(counter);\n\t}", "main", "{\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\tint a = Integer.parseInt(s.next());\n\t\tint b = Integer.parseInt(s.next());\n\t\tint c = Integer.parseInt(s.next());\n\t\tint counter = 0;\n\t\t\n\t\twhile(true){\n\t\t\t \n\t\t\tif(a>b){\n\t\t\t\t break;\n\t\t\t }\n\t\t\t\n\t\t\tif(c%a == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t\ta++;\n\t\t\t\n\t\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(counter);\n\t}", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int a = Integer.parseInt(s.next());", "a", "Integer.parseInt(s.next())", "Integer.parseInt", "Integer", "s.next()", "s.next", "s", "int b = Integer.parseInt(s.next());", "b", "Integer.parseInt(s.next())", "Integer.parseInt", "Integer", "s.next()", "s.next", "s", "int c = Integer.parseInt(s.next());", "c", "Integer.parseInt(s.next())", "Integer.parseInt", "Integer", "s.next()", "s.next", "s", "int counter = 0;", "counter", "0", "while(true){\n\t\t\t \n\t\t\tif(a>b){\n\t\t\t\t break;\n\t\t\t }\n\t\t\t\n\t\t\tif(c%a == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t\ta++;\n\t\t\t\n\t\t\t\n\t\t}", "true", "{\n\t\t\t \n\t\t\tif(a>b){\n\t\t\t\t break;\n\t\t\t }\n\t\t\t\n\t\t\tif(c%a == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t\ta++;\n\t\t\t\n\t\t\t\n\t\t}", "if(a>b){\n\t\t\t\t break;\n\t\t\t }", "a>b", "a", "b", "{\n\t\t\t\t break;\n\t\t\t }", "break;", "if(c%a == 0){\n\t\t\t\tcounter++;\n\t\t\t}", "c%a == 0", "c%a", "c", "a", "0", "{\n\t\t\t\tcounter++;\n\t\t\t}", "counter++", "counter", "a++", "a", "System.out.println(counter)", "System.out.println", "System.out", "System", "System.out", "counter", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\tint a = Integer.parseInt(s.next());\n\t\tint b = Integer.parseInt(s.next());\n\t\tint c = Integer.parseInt(s.next());\n\t\tint counter = 0;\n\t\t\n\t\twhile(true){\n\t\t\t \n\t\t\tif(a>b){\n\t\t\t\t break;\n\t\t\t }\n\t\t\t\n\t\t\tif(c%a == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t\ta++;\n\t\t\t\n\t\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(counter);\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner s = new Scanner(System.in);\n\t\t\n\t\tint a = Integer.parseInt(s.next());\n\t\tint b = Integer.parseInt(s.next());\n\t\tint c = Integer.parseInt(s.next());\n\t\tint counter = 0;\n\t\t\n\t\twhile(true){\n\t\t\t \n\t\t\tif(a>b){\n\t\t\t\t break;\n\t\t\t }\n\t\t\t\n\t\t\tif(c%a == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t\ta++;\n\t\t\t\n\t\t\t\n\t\t}\n\t\t\n\t\tSystem.out.println(counter);\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner s = new Scanner(System.in); int a = Integer.parseInt(s.next()); int b = Integer.parseInt(s.next()); int c = Integer.parseInt(s.next()); int counter = 0; while(true){ if(a>b){ break; } if(c%a == 0){ counter++; } a++; } System.out.println(counter); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 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 ], [ 87, 11 ], [ 87, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 23, 28 ], [ 14, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 34, 36 ], [ 14, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 14, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 14, 53 ], [ 53, 54 ], [ 53, 55 ], [ 14, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 56, 61 ], [ 61, 62 ], [ 61, 63 ], [ 56, 64 ], [ 64, 65 ], [ 65, 66 ], [ 56, 67 ], [ 68, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 70, 74 ], [ 69, 75 ], [ 75, 76 ], [ 76, 77 ], [ 14, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 78, 83 ], [ 12, 84 ], [ 84, 85 ], [ 0, 86 ], [ 86, 87 ], [ 86, 88 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb=new StringBuilder();\n \tString items[]=reader.readLine().split(\" \");\n \tint a=Integer.parseInt(items[0]);\n \tint b=Integer.parseInt(items[1]);\n \tint c=Integer.parseInt(items[2]);\n \tint counter=0;\n for(int i=a;i<=b;i++){\n \tif(c%i==0){\n \t\tcounter++;\n \t}\n }\n System.out.println(counter);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb=new StringBuilder();\n \tString items[]=reader.readLine().split(\" \");\n \tint a=Integer.parseInt(items[0]);\n \tint b=Integer.parseInt(items[1]);\n \tint c=Integer.parseInt(items[2]);\n \tint counter=0;\n for(int i=a;i<=b;i++){\n \tif(c%i==0){\n \t\tcounter++;\n \t}\n }\n System.out.println(counter);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb=new StringBuilder();\n \tString items[]=reader.readLine().split(\" \");\n \tint a=Integer.parseInt(items[0]);\n \tint b=Integer.parseInt(items[1]);\n \tint c=Integer.parseInt(items[2]);\n \tint counter=0;\n for(int i=a;i<=b;i++){\n \tif(c%i==0){\n \t\tcounter++;\n \t}\n }\n System.out.println(counter);\n\t}", "main", "{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb=new StringBuilder();\n \tString items[]=reader.readLine().split(\" \");\n \tint a=Integer.parseInt(items[0]);\n \tint b=Integer.parseInt(items[1]);\n \tint c=Integer.parseInt(items[2]);\n \tint counter=0;\n for(int i=a;i<=b;i++){\n \tif(c%i==0){\n \t\tcounter++;\n \t}\n }\n System.out.println(counter);\n\t}", "BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));", "reader", "new BufferedReader(new InputStreamReader(System.in))", "StringBuilder sb=new StringBuilder();", "sb", "new StringBuilder()", "String items[]=reader.readLine().split(\" \");", "items", "reader.readLine().split(\" \")", "reader.readLine().split", "reader.readLine()", "reader.readLine", "reader", "\" \"", "int a=Integer.parseInt(items[0]);", "a", "Integer.parseInt(items[0])", "Integer.parseInt", "Integer", "items[0]", "items", "0", "int b=Integer.parseInt(items[1]);", "b", "Integer.parseInt(items[1])", "Integer.parseInt", "Integer", "items[1]", "items", "1", "int c=Integer.parseInt(items[2]);", "c", "Integer.parseInt(items[2])", "Integer.parseInt", "Integer", "items[2]", "items", "2", "int counter=0;", "counter", "0", "for(int i=a;i<=b;i++){\n \tif(c%i==0){\n \t\tcounter++;\n \t}\n }", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n \tif(c%i==0){\n \t\tcounter++;\n \t}\n }", "{\n \tif(c%i==0){\n \t\tcounter++;\n \t}\n }", "if(c%i==0){\n \t\tcounter++;\n \t}", "c%i==0", "c%i", "c", "i", "0", "{\n \t\tcounter++;\n \t}", "counter++", "counter", "System.out.println(counter)", "System.out.println", "System.out", "System", "System.out", "counter", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb=new StringBuilder();\n \tString items[]=reader.readLine().split(\" \");\n \tint a=Integer.parseInt(items[0]);\n \tint b=Integer.parseInt(items[1]);\n \tint c=Integer.parseInt(items[2]);\n \tint counter=0;\n for(int i=a;i<=b;i++){\n \tif(c%i==0){\n \t\tcounter++;\n \t}\n }\n System.out.println(counter);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb=new StringBuilder();\n \tString items[]=reader.readLine().split(\" \");\n \tint a=Integer.parseInt(items[0]);\n \tint b=Integer.parseInt(items[1]);\n \tint c=Integer.parseInt(items[2]);\n \tint counter=0;\n for(int i=a;i<=b;i++){\n \tif(c%i==0){\n \t\tcounter++;\n \t}\n }\n System.out.println(counter);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws IOException { BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); StringBuilder sb=new StringBuilder(); String items[]=reader.readLine().split(" "); int a=Integer.parseInt(items[0]); int b=Integer.parseInt(items[1]); int c=Integer.parseInt(items[2]); int counter=0; for(int i=a;i<=b;i++){ if(c%i==0){ counter++; } } System.out.println(counter); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 0, 13, 2, 13, 13, 14, 2, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 12, 13, 30, 4, 18, 20, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 8, 29 ], [ 29, 30 ], [ 29, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 37, 38 ], [ 37, 39 ], [ 32, 40 ], [ 40, 41 ], [ 41, 42 ], [ 32, 43 ], [ 44, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 44, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 54, 55 ], [ 55, 56 ], [ 8, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 4, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 63, 69 ], [ 69, 70 ] ]
[ "import java.util.Scanner;\nclass Main {\n public void kami() {\n Scanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint x,j = 0;\n\t\t\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tx = c % i;\n\t\t\tif(x == 0){\n\t\t\t\tj++;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(j);\n\n }\n\tpublic static void main(String[] args) {\n new Main().kami();\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public void kami() {\n Scanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint x,j = 0;\n\t\t\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tx = c % i;\n\t\t\tif(x == 0){\n\t\t\t\tj++;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(j);\n\n }\n\tpublic static void main(String[] args) {\n new Main().kami();\n\t}\n\n}", "Main", "public void kami() {\n Scanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint x,j = 0;\n\t\t\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tx = c % i;\n\t\t\tif(x == 0){\n\t\t\t\tj++;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(j);\n\n }", "kami", "{\n Scanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint x,j = 0;\n\t\t\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tx = c % i;\n\t\t\tif(x == 0){\n\t\t\t\tj++;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(j);\n\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int x", "x", "j = 0;", "j", "0", "for(int i = a; i <= b; i++){\n\t\t\tx = c % i;\n\t\t\tif(x == 0){\n\t\t\t\tj++;\n\t\t\t}\n\t\t\t\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tx = c % i;\n\t\t\tif(x == 0){\n\t\t\t\tj++;\n\t\t\t}\n\t\t\t\n\t\t}", "{\n\t\t\tx = c % i;\n\t\t\tif(x == 0){\n\t\t\t\tj++;\n\t\t\t}\n\t\t\t\n\t\t}", "x = c % i", "x", "c % i", "c", "i", "if(x == 0){\n\t\t\t\tj++;\n\t\t\t}", "x == 0", "x", "0", "{\n\t\t\t\tj++;\n\t\t\t}", "j++", "j", "System.out.println(j)", "System.out.println", "System.out", "System", "System.out", "j", "public static void main(String[] args) {\n new Main().kami();\n\t}", "main", "{\n new Main().kami();\n\t}", "new Main().kami()", "new Main().kami", "new Main()", "String[] args", "args" ]
import java.util.Scanner; class Main { public void kami() { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int x,j = 0; for(int i = a; i <= b; i++){ x = c % i; if(x == 0){ j++; } } System.out.println(j); } public static void main(String[] args) { new Main().kami(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 41, 13, 17, 11, 1, 0, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 86, 5 ], [ 86, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 8, 49 ], [ 49, 50 ], [ 49, 51 ], [ 8, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 52, 57 ], [ 57, 58 ], [ 57, 59 ], [ 52, 60 ], [ 60, 61 ], [ 61, 62 ], [ 52, 63 ], [ 64, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 65, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 74, 75 ], [ 74, 76 ], [ 8, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 77, 82 ], [ 6, 83 ], [ 83, 84 ], [ 0, 85 ], [ 85, 86 ], [ 85, 87 ] ]
[ "import java.util.Scanner;\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input_line = new Scanner(System.in);\n\t\tString input = input_line.nextLine();\n\t\tString[] Array = input.split(\" \");\n\t\tint a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tint num;\n\t\tint count = 0;\n\t\tfor(num = a; num <=b ; num++){\n\t\t\tif(c%num == 0){\n\t\t\t\tcount = count + 1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\t\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input_line = new Scanner(System.in);\n\t\tString input = input_line.nextLine();\n\t\tString[] Array = input.split(\" \");\n\t\tint a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tint num;\n\t\tint count = 0;\n\t\tfor(num = a; num <=b ; num++){\n\t\t\tif(c%num == 0){\n\t\t\t\tcount = count + 1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\t\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner input_line = new Scanner(System.in);\n\t\tString input = input_line.nextLine();\n\t\tString[] Array = input.split(\" \");\n\t\tint a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tint num;\n\t\tint count = 0;\n\t\tfor(num = a; num <=b ; num++){\n\t\t\tif(c%num == 0){\n\t\t\t\tcount = count + 1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\t\n\t}", "main", "{\n\t\tScanner input_line = new Scanner(System.in);\n\t\tString input = input_line.nextLine();\n\t\tString[] Array = input.split(\" \");\n\t\tint a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tint num;\n\t\tint count = 0;\n\t\tfor(num = a; num <=b ; num++){\n\t\t\tif(c%num == 0){\n\t\t\t\tcount = count + 1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\t\n\t}", "Scanner input_line = new Scanner(System.in);", "input_line", "new Scanner(System.in)", "String input = input_line.nextLine();", "input", "input_line.nextLine()", "input_line.nextLine", "input_line", "String[] Array = input.split(\" \");", "Array", "input.split(\" \")", "input.split", "input", "\" \"", "int a = Integer.parseInt(Array[0]);", "a", "Integer.parseInt(Array[0])", "Integer.parseInt", "Integer", "Array[0]", "Array", "0", "int b = Integer.parseInt(Array[1]);", "b", "Integer.parseInt(Array[1])", "Integer.parseInt", "Integer", "Array[1]", "Array", "1", "int c = Integer.parseInt(Array[2]);", "c", "Integer.parseInt(Array[2])", "Integer.parseInt", "Integer", "Array[2]", "Array", "2", "int num;", "num", "int count = 0;", "count", "0", "for(num = a; num <=b ; num++){\n\t\t\tif(c%num == 0){\n\t\t\t\tcount = count + 1;\n\t\t\t}\n\t\t}", "num = a;", "num = a", "num", "a", "num <=b", "num", "b", "num++", "num++", "num", "{\n\t\t\tif(c%num == 0){\n\t\t\t\tcount = count + 1;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c%num == 0){\n\t\t\t\tcount = count + 1;\n\t\t\t}\n\t\t}", "if(c%num == 0){\n\t\t\t\tcount = count + 1;\n\t\t\t}", "c%num == 0", "c%num", "c", "num", "0", "{\n\t\t\t\tcount = count + 1;\n\t\t\t}", "count = count + 1", "count", "count + 1", "count", "1", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input_line = new Scanner(System.in);\n\t\tString input = input_line.nextLine();\n\t\tString[] Array = input.split(\" \");\n\t\tint a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tint num;\n\t\tint count = 0;\n\t\tfor(num = a; num <=b ; num++){\n\t\t\tif(c%num == 0){\n\t\t\t\tcount = count + 1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\t\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner input_line = new Scanner(System.in);\n\t\tString input = input_line.nextLine();\n\t\tString[] Array = input.split(\" \");\n\t\tint a = Integer.parseInt(Array[0]);\n\t\tint b = Integer.parseInt(Array[1]);\n\t\tint c = Integer.parseInt(Array[2]);\n\t\tint num;\n\t\tint count = 0;\n\t\tfor(num = a; num <=b ; num++){\n\t\t\tif(c%num == 0){\n\t\t\t\tcount = count + 1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\t\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner input_line = new Scanner(System.in); String input = input_line.nextLine(); String[] Array = input.split(" "); int a = Integer.parseInt(Array[0]); int b = Integer.parseInt(Array[1]); int c = Integer.parseInt(Array[2]); int num; int count = 0; for(num = a; num <=b ; num++){ if(c%num == 0){ count = count + 1; } } System.out.println(count); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 13, 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 ], [ 69, 11 ], [ 69, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 14, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 14, 36 ], [ 36, 37 ], [ 36, 38 ], [ 14, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 44, 45 ], [ 44, 46 ], [ 39, 47 ], [ 47, 48 ], [ 48, 49 ], [ 39, 50 ], [ 51, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 52, 58 ], [ 58, 59 ], [ 14, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 12, 66 ], [ 66, 67 ], [ 0, 68 ], [ 68, 69 ], [ 68, 70 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tint c=0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif(z%i==0)\n\t\t\t\tc++;\n\t\t}\n\t\tSystem.out.println(c);\n\t\t\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tint c=0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif(z%i==0)\n\t\t\t\tc++;\n\t\t}\n\t\tSystem.out.println(c);\n\t\t\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tint c=0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif(z%i==0)\n\t\t\t\tc++;\n\t\t}\n\t\tSystem.out.println(c);\n\t\t\n\t}", "main", "{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tint c=0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif(z%i==0)\n\t\t\t\tc++;\n\t\t}\n\t\tSystem.out.println(c);\n\t\t\n\t}", "BufferedReader br=new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "Scanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));", "scan", "new Scanner(new BufferedReader(new InputStreamReader(System.in)))", "int x=scan.nextInt();", "x", "scan.nextInt()", "scan.nextInt", "scan", "int y=scan.nextInt();", "y", "scan.nextInt()", "scan.nextInt", "scan", "int z=scan.nextInt();", "z", "scan.nextInt()", "scan.nextInt", "scan", "int c=0;", "c", "0", "for (int i = x; i <= y; i++) {\n\t\t\tif(z%i==0)\n\t\t\t\tc++;\n\t\t}", "int i = x;", "int i = x;", "i", "x", "i <= y", "i", "y", "i++", "i++", "i", "{\n\t\t\tif(z%i==0)\n\t\t\t\tc++;\n\t\t}", "{\n\t\t\tif(z%i==0)\n\t\t\t\tc++;\n\t\t}", "if(z%i==0)\n\t\t\t\tc++;", "z%i==0", "z%i", "z", "i", "0", "c++", "c", "System.out.println(c)", "System.out.println", "System.out", "System", "System.out", "c", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tint c=0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif(z%i==0)\n\t\t\t\tc++;\n\t\t}\n\t\tSystem.out.println(c);\n\t\t\n\t}\n\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\tint z=scan.nextInt();\n\t\tint c=0;\n\t\tfor (int i = x; i <= y; i++) {\n\t\t\tif(z%i==0)\n\t\t\t\tc++;\n\t\t}\n\t\tSystem.out.println(c);\n\t\t\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Scanner; public class Main { public static void main(String[] args) { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); Scanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in))); int x=scan.nextInt(); int y=scan.nextInt(); int z=scan.nextInt(); int c=0; for (int i = x; i <= y; i++) { if(z%i==0) c++; } System.out.println(c); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 14, 40, 2, 2, 2, 2, 2, 2, 2, 17, 13, 2, 17, 13, 2, 17, 13, 2, 17, 13, 2, 17, 13, 2, 17, 13, 2, 13, 13, 30, 4, 18, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 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 ], [ 118, 11 ], [ 118, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 20, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 14, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 34, 36 ], [ 14, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 14, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 14, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 73, 58 ], [ 70, 59 ], [ 67, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 60, 64 ], [ 64, 65 ], [ 64, 66 ], [ 67, 67 ], [ 67, 68 ], [ 67, 69 ], [ 70, 70 ], [ 70, 71 ], [ 70, 72 ], [ 73, 73 ], [ 73, 74 ], [ 73, 75 ], [ 56, 76 ], [ 76, 77 ], [ 76, 78 ], [ 55, 79 ], [ 79, 80 ], [ 79, 81 ], [ 53, 82 ], [ 82, 83 ], [ 83, 84 ], [ 84, 85 ], [ 83, 86 ], [ 14, 87 ], [ 87, 88 ], [ 88, 89 ], [ 89, 90 ], [ 89, 91 ], [ 87, 92 ], [ 92, 93 ], [ 92, 94 ], [ 87, 95 ], [ 95, 96 ], [ 96, 97 ], [ 87, 98 ], [ 99, 99 ], [ 99, 100 ], [ 100, 101 ], [ 101, 102 ], [ 102, 103 ], [ 102, 104 ], [ 101, 105 ], [ 100, 106 ], [ 106, 107 ], [ 107, 108 ], [ 14, 109 ], [ 109, 110 ], [ 110, 111 ], [ 111, 112 ], [ 111, 113 ], [ 109, 114 ], [ 12, 115 ], [ 115, 116 ], [ 0, 117 ], [ 117, 118 ], [ 117, 119 ] ]
[ "/*AOJ-ITP-3-4*/\n\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n \npublic class Main {\n public static void main(String[] args) throws NumberFormatException, IOException {\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st[] = br.readLine().split(\" \");\n int count = 0;\n int a = Integer.parseInt(st[0]);\n int b = Integer.parseInt(st[1]);\n int c = Integer.parseInt(st[2]);\n \n if(!((1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c) && (a <= b))){\n \tSystem.exit(1);\n }\n for(int i = a; i <= b; i++){\n if((c % i) == 0){\n count++;\n }\n }\n System.out.println(count);\n \n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n public static void main(String[] args) throws NumberFormatException, IOException {\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st[] = br.readLine().split(\" \");\n int count = 0;\n int a = Integer.parseInt(st[0]);\n int b = Integer.parseInt(st[1]);\n int c = Integer.parseInt(st[2]);\n \n if(!((1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c) && (a <= b))){\n \tSystem.exit(1);\n }\n for(int i = a; i <= b; i++){\n if((c % i) == 0){\n count++;\n }\n }\n System.out.println(count);\n \n }\n}", "Main", "public static void main(String[] args) throws NumberFormatException, IOException {\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st[] = br.readLine().split(\" \");\n int count = 0;\n int a = Integer.parseInt(st[0]);\n int b = Integer.parseInt(st[1]);\n int c = Integer.parseInt(st[2]);\n \n if(!((1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c) && (a <= b))){\n \tSystem.exit(1);\n }\n for(int i = a; i <= b; i++){\n if((c % i) == 0){\n count++;\n }\n }\n System.out.println(count);\n \n }", "main", "{\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st[] = br.readLine().split(\" \");\n int count = 0;\n int a = Integer.parseInt(st[0]);\n int b = Integer.parseInt(st[1]);\n int c = Integer.parseInt(st[2]);\n \n if(!((1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c) && (a <= b))){\n \tSystem.exit(1);\n }\n for(int i = a; i <= b; i++){\n if((c % i) == 0){\n count++;\n }\n }\n System.out.println(count);\n \n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String st[] = br.readLine().split(\" \");", "st", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int count = 0;", "count", "0", "int a = Integer.parseInt(st[0]);", "a", "Integer.parseInt(st[0])", "Integer.parseInt", "Integer", "st[0]", "st", "0", "int b = Integer.parseInt(st[1]);", "b", "Integer.parseInt(st[1])", "Integer.parseInt", "Integer", "st[1]", "st", "1", "int c = Integer.parseInt(st[2]);", "c", "Integer.parseInt(st[2])", "Integer.parseInt", "Integer", "st[2]", "st", "2", "if(!((1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c) && (a <= b))){\n \tSystem.exit(1);\n }", "!((1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c) && (a <= b))", "((1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c) && (a <= b))", "(1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c)", "10000 >= b", "10000 >= a", "1 <= c", "1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c", "1 <= a", "1", "a", "1 <= b", "1", "b", "1 <= c", "1", "c", "10000 >= a", "10000", "a", "10000 >= b", "10000", "b", "10000 >= c", "10000", "c", "(a <= b)", "a", "b", "{\n \tSystem.exit(1);\n }", "System.exit(1)", "System.exit", "System", "1", "for(int i = a; i <= b; i++){\n if((c % i) == 0){\n count++;\n }\n }", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n if((c % i) == 0){\n count++;\n }\n }", "{\n if((c % i) == 0){\n count++;\n }\n }", "if((c % i) == 0){\n count++;\n }", "(c % i) == 0", "(c % i)", "c", "i", "0", "{\n count++;\n }", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n public static void main(String[] args) throws NumberFormatException, IOException {\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st[] = br.readLine().split(\" \");\n int count = 0;\n int a = Integer.parseInt(st[0]);\n int b = Integer.parseInt(st[1]);\n int c = Integer.parseInt(st[2]);\n \n if(!((1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c) && (a <= b))){\n \tSystem.exit(1);\n }\n for(int i = a; i <= b; i++){\n if((c % i) == 0){\n count++;\n }\n }\n System.out.println(count);\n \n }\n}", "public class Main {\n public static void main(String[] args) throws NumberFormatException, IOException {\n \n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st[] = br.readLine().split(\" \");\n int count = 0;\n int a = Integer.parseInt(st[0]);\n int b = Integer.parseInt(st[1]);\n int c = Integer.parseInt(st[2]);\n \n if(!((1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c) && (a <= b))){\n \tSystem.exit(1);\n }\n for(int i = a; i <= b; i++){\n if((c % i) == 0){\n count++;\n }\n }\n System.out.println(count);\n \n }\n}", "Main" ]
/*AOJ-ITP-3-4*/ import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws NumberFormatException, IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String st[] = br.readLine().split(" "); int count = 0; int a = Integer.parseInt(st[0]); int b = Integer.parseInt(st[1]); int c = Integer.parseInt(st[2]); if(!((1 <= a && 1 <= b && 1 <= c && 10000 >= a && 10000 >= b && 10000 >= c) && (a <= b))){ System.exit(1); } for(int i = a; i <= b; i++){ if((c % i) == 0){ count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 42, 4, 18, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 14, 2, 13, 13, 30, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 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 ], [ 77, 8 ], [ 77, 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 ], [ 18, 22 ], [ 22, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 22, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 22, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 22, 38 ], [ 38, 39 ], [ 38, 40 ], [ 22, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 51, 52 ], [ 51, 53 ], [ 46, 54 ], [ 54, 55 ], [ 55, 56 ], [ 46, 57 ], [ 58, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 60, 64 ], [ 59, 65 ], [ 65, 66 ], [ 66, 67 ], [ 45, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 68, 73 ], [ 9, 74 ], [ 74, 75 ], [ 0, 76 ], [ 76, 77 ], [ 76, 78 ] ]
[ "import java.util.ArrayList;\nimport java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tArrayList<String> x = new ArrayList<String>();\n\n\t\twhile(sc.hasNextInt()){\n\t\t\tint a=sc.nextInt();\n\t\t\tint b=sc.nextInt();\n\t\t\tint c=sc.nextInt();\n\t\t\tint sum=0;\n\t\t\t\n\t\t\tif(a<=b){\n\t\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(sum);\n\t\t\t}\n\t\t\t\n\t\t}\n\t}\n}", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tArrayList<String> x = new ArrayList<String>();\n\n\t\twhile(sc.hasNextInt()){\n\t\t\tint a=sc.nextInt();\n\t\t\tint b=sc.nextInt();\n\t\t\tint c=sc.nextInt();\n\t\t\tint sum=0;\n\t\t\t\n\t\t\tif(a<=b){\n\t\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(sum);\n\t\t\t}\n\t\t\t\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tArrayList<String> x = new ArrayList<String>();\n\n\t\twhile(sc.hasNextInt()){\n\t\t\tint a=sc.nextInt();\n\t\t\tint b=sc.nextInt();\n\t\t\tint c=sc.nextInt();\n\t\t\tint sum=0;\n\t\t\t\n\t\t\tif(a<=b){\n\t\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(sum);\n\t\t\t}\n\t\t\t\n\t\t}\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tArrayList<String> x = new ArrayList<String>();\n\n\t\twhile(sc.hasNextInt()){\n\t\t\tint a=sc.nextInt();\n\t\t\tint b=sc.nextInt();\n\t\t\tint c=sc.nextInt();\n\t\t\tint sum=0;\n\t\t\t\n\t\t\tif(a<=b){\n\t\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(sum);\n\t\t\t}\n\t\t\t\n\t\t}\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "ArrayList<String> x = new ArrayList<String>();", "x", "new ArrayList<String>()", "while(sc.hasNextInt()){\n\t\t\tint a=sc.nextInt();\n\t\t\tint b=sc.nextInt();\n\t\t\tint c=sc.nextInt();\n\t\t\tint sum=0;\n\t\t\t\n\t\t\tif(a<=b){\n\t\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(sum);\n\t\t\t}\n\t\t\t\n\t\t}", "sc.hasNextInt()", "sc.hasNextInt", "sc", "{\n\t\t\tint a=sc.nextInt();\n\t\t\tint b=sc.nextInt();\n\t\t\tint c=sc.nextInt();\n\t\t\tint sum=0;\n\t\t\t\n\t\t\tif(a<=b){\n\t\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(sum);\n\t\t\t}\n\t\t\t\n\t\t}", "int a=sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b=sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c=sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int sum=0;", "sum", "0", "if(a<=b){\n\t\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(sum);\n\t\t\t}", "a<=b", "a", "b", "{\n\t\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(sum);\n\t\t\t}", "for(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}", "{\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}", "if(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}", "c%i==0", "c%i", "c", "i", "0", "{\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}", "sum++", "sum", "System.out.println(sum)", "System.out.println", "System.out", "System", "System.out", "sum", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tArrayList<String> x = new ArrayList<String>();\n\n\t\twhile(sc.hasNextInt()){\n\t\t\tint a=sc.nextInt();\n\t\t\tint b=sc.nextInt();\n\t\t\tint c=sc.nextInt();\n\t\t\tint sum=0;\n\t\t\t\n\t\t\tif(a<=b){\n\t\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(sum);\n\t\t\t}\n\t\t\t\n\t\t}\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tArrayList<String> x = new ArrayList<String>();\n\n\t\twhile(sc.hasNextInt()){\n\t\t\tint a=sc.nextInt();\n\t\t\tint b=sc.nextInt();\n\t\t\tint c=sc.nextInt();\n\t\t\tint sum=0;\n\t\t\t\n\t\t\tif(a<=b){\n\t\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\t\tif(c%i==0){\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tSystem.out.println(sum);\n\t\t\t}\n\t\t\t\n\t\t}\n\t}\n}", "Main" ]
import java.util.ArrayList; import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); ArrayList<String> x = new ArrayList<String>(); while(sc.hasNextInt()){ int a=sc.nextInt(); int b=sc.nextInt(); int c=sc.nextInt(); int sum=0; if(a<=b){ for(int i=a;i<=b;i++){ if(c%i==0){ sum++; } } System.out.println(sum); } } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 42, 2, 13, 2, 13, 17, 30, 41, 13, 13, 41, 13, 2, 13, 13, 41, 13, 2, 13, 13, 14, 2, 13, 13, 30, 40, 13, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 68, 5 ], [ 68, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 30, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 36, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 47, 49 ], [ 36, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 54, 55 ], [ 55, 56 ], [ 36, 57 ], [ 57, 58 ], [ 8, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 6, 65 ], [ 65, 66 ], [ 0, 67 ], [ 67, 68 ], [ 67, 69 ] ]
[ "import java.util.Scanner;\npublic class Main {\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int answer = 0;\n while(a != b + 1) {\n double d = a;\n int check = c / a;\n double check2 = c / d;\n if(check == check2){\n answer++;\n }\n a++;\n }\n System.out.println(answer);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int answer = 0;\n while(a != b + 1) {\n double d = a;\n int check = c / a;\n double check2 = c / d;\n if(check == check2){\n answer++;\n }\n a++;\n }\n System.out.println(answer);\n }\n}", "Main", "public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int answer = 0;\n while(a != b + 1) {\n double d = a;\n int check = c / a;\n double check2 = c / d;\n if(check == check2){\n answer++;\n }\n a++;\n }\n System.out.println(answer);\n }", "main", "{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int answer = 0;\n while(a != b + 1) {\n double d = a;\n int check = c / a;\n double check2 = c / d;\n if(check == check2){\n answer++;\n }\n a++;\n }\n System.out.println(answer);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a = scan.nextInt();", "a", "scan.nextInt()", "scan.nextInt", "scan", "int b = scan.nextInt();", "b", "scan.nextInt()", "scan.nextInt", "scan", "int c = scan.nextInt();", "c", "scan.nextInt()", "scan.nextInt", "scan", "int answer = 0;", "answer", "0", "while(a != b + 1) {\n double d = a;\n int check = c / a;\n double check2 = c / d;\n if(check == check2){\n answer++;\n }\n a++;\n }", "a != b + 1", "a", "b + 1", "b", "1", "{\n double d = a;\n int check = c / a;\n double check2 = c / d;\n if(check == check2){\n answer++;\n }\n a++;\n }", "double d = a;", "d", "a", "int check = c / a;", "check", "c / a", "c", "a", "double check2 = c / d;", "check2", "c / d", "c", "d", "if(check == check2){\n answer++;\n }", "check == check2", "check", "check2", "{\n answer++;\n }", "answer++", "answer", "a++", "a", "System.out.println(answer)", "System.out.println", "System.out", "System", "System.out", "answer", "String[] args", "args", "public class Main {\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int answer = 0;\n while(a != b + 1) {\n double d = a;\n int check = c / a;\n double check2 = c / d;\n if(check == check2){\n answer++;\n }\n a++;\n }\n System.out.println(answer);\n }\n}", "public class Main {\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n int c = scan.nextInt();\n int answer = 0;\n while(a != b + 1) {\n double d = a;\n int check = c / a;\n double check2 = c / d;\n if(check == check2){\n answer++;\n }\n a++;\n }\n System.out.println(answer);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner scan = new Scanner(System.in); int a = scan.nextInt(); int b = scan.nextInt(); int c = scan.nextInt(); int answer = 0; while(a != b + 1) { double d = a; int check = c / a; double check2 = c / d; if(check == check2){ answer++; } a++; } System.out.println(answer); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 4, 18, 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 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 50, 55 ], [ 55, 56 ], [ 55, 57 ], [ 50, 58 ], [ 58, 59 ], [ 59, 60 ], [ 50, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 63, 69 ], [ 69, 70 ], [ 70, 71 ], [ 8, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 72, 77 ], [ 8, 78 ], [ 78, 79 ], [ 79, 80 ], [ 6, 81 ], [ 81, 82 ], [ 0, 83 ], [ 83, 84 ], [ 83, 85 ] ]
[ "import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint cnt = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}//if\n\t\t}//for\n\t\tSystem.out.println(cnt);\n\t\tbr.close();\n\t}\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint cnt = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}//if\n\t\t}//for\n\t\tSystem.out.println(cnt);\n\t\tbr.close();\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint cnt = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}//if\n\t\t}//for\n\t\tSystem.out.println(cnt);\n\t\tbr.close();\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint cnt = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}//if\n\t\t}//for\n\t\tSystem.out.println(cnt);\n\t\tbr.close();\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String[] strs = str.split(\" \");", "strs", "str.split(\" \")", "str.split", "str", "\" \"", "int a = Integer.parseInt(strs[0]);", "a", "Integer.parseInt(strs[0])", "Integer.parseInt", "Integer", "strs[0]", "strs", "0", "int b = Integer.parseInt(strs[1]);", "b", "Integer.parseInt(strs[1])", "Integer.parseInt", "Integer", "strs[1]", "strs", "1", "int c = Integer.parseInt(strs[2]);", "c", "Integer.parseInt(strs[2])", "Integer.parseInt", "Integer", "strs[2]", "strs", "2", "int cnt = 0;", "cnt", "0", "for(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}//if\n\t\t}//for", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}//if\n\t\t}//for", "{\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}//if\n\t\t}", "if((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}//if", "(c % i) == 0", "(c % i)", "c", "i", "0", "{\n\t\t\t\tcnt++;\n\t\t\t}", "cnt++", "cnt", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "br.close()", "br.close", "br", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint cnt = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}//if\n\t\t}//for\n\t\tSystem.out.println(cnt);\n\t\tbr.close();\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint c = Integer.parseInt(strs[2]);\n\t\tint cnt = 0;\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif((c % i) == 0){\n\t\t\t\tcnt++;\n\t\t\t}//if\n\t\t}//for\n\t\tSystem.out.println(cnt);\n\t\tbr.close();\n\t}\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); String[] strs = str.split(" "); int a = Integer.parseInt(strs[0]); int b = Integer.parseInt(strs[1]); int c = Integer.parseInt(strs[2]); int cnt = 0; for(int i = a; i <= b; i++){ if((c % i) == 0){ cnt++; }//if }//for System.out.println(cnt); br.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, 41, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 0, 13, 2, 13, 13, 0, 13, 2, 13, 13, 14, 2, 2, 13, 17, 2, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 77, 5 ], [ 77, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 8, 29 ], [ 29, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 39, 40 ], [ 39, 41 ], [ 34, 42 ], [ 42, 43 ], [ 43, 44 ], [ 34, 45 ], [ 46, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 51 ], [ 46, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 54, 56 ], [ 46, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 58, 62 ], [ 62, 63 ], [ 62, 64 ], [ 57, 65 ], [ 65, 66 ], [ 66, 67 ], [ 8, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 68, 73 ], [ 6, 74 ], [ 74, 75 ], [ 0, 76 ], [ 76, 77 ], [ 76, 78 ] ]
[ "import java.util.*;\npublic class Main{\n public static void main(String[] args){\n Scanner InData = new Scanner(System.in);\n int a = InData.nextInt();\n int b = InData.nextInt();\n int c = InData.nextInt();\n int Shang;\n int Yu;\n int Acc = 0;\n for(int n = a; n<=b; n++){\n Shang = c/n;\n Yu = c%n;\n if(Shang != 0 && Yu == 0){\n Acc++;\n\n }\n\n }\n System.out.println(Acc);\n }\n}", "import java.util.*;", "util.*", "java", "public class Main{\n public static void main(String[] args){\n Scanner InData = new Scanner(System.in);\n int a = InData.nextInt();\n int b = InData.nextInt();\n int c = InData.nextInt();\n int Shang;\n int Yu;\n int Acc = 0;\n for(int n = a; n<=b; n++){\n Shang = c/n;\n Yu = c%n;\n if(Shang != 0 && Yu == 0){\n Acc++;\n\n }\n\n }\n System.out.println(Acc);\n }\n}", "Main", "public static void main(String[] args){\n Scanner InData = new Scanner(System.in);\n int a = InData.nextInt();\n int b = InData.nextInt();\n int c = InData.nextInt();\n int Shang;\n int Yu;\n int Acc = 0;\n for(int n = a; n<=b; n++){\n Shang = c/n;\n Yu = c%n;\n if(Shang != 0 && Yu == 0){\n Acc++;\n\n }\n\n }\n System.out.println(Acc);\n }", "main", "{\n Scanner InData = new Scanner(System.in);\n int a = InData.nextInt();\n int b = InData.nextInt();\n int c = InData.nextInt();\n int Shang;\n int Yu;\n int Acc = 0;\n for(int n = a; n<=b; n++){\n Shang = c/n;\n Yu = c%n;\n if(Shang != 0 && Yu == 0){\n Acc++;\n\n }\n\n }\n System.out.println(Acc);\n }", "Scanner InData = new Scanner(System.in);", "InData", "new Scanner(System.in)", "int a = InData.nextInt();", "a", "InData.nextInt()", "InData.nextInt", "InData", "int b = InData.nextInt();", "b", "InData.nextInt()", "InData.nextInt", "InData", "int c = InData.nextInt();", "c", "InData.nextInt()", "InData.nextInt", "InData", "int Shang;", "Shang", "int Yu;", "Yu", "int Acc = 0;", "Acc", "0", "for(int n = a; n<=b; n++){\n Shang = c/n;\n Yu = c%n;\n if(Shang != 0 && Yu == 0){\n Acc++;\n\n }\n\n }", "int n = a;", "int n = a;", "n", "a", "n<=b", "n", "b", "n++", "n++", "n", "{\n Shang = c/n;\n Yu = c%n;\n if(Shang != 0 && Yu == 0){\n Acc++;\n\n }\n\n }", "{\n Shang = c/n;\n Yu = c%n;\n if(Shang != 0 && Yu == 0){\n Acc++;\n\n }\n\n }", "Shang = c/n", "Shang", "c/n", "c", "n", "Yu = c%n", "Yu", "c%n", "c", "n", "if(Shang != 0 && Yu == 0){\n Acc++;\n\n }", "Shang != 0 && Yu == 0", "Shang != 0", "Shang", "0", "Yu == 0", "Yu", "0", "{\n Acc++;\n\n }", "Acc++", "Acc", "System.out.println(Acc)", "System.out.println", "System.out", "System", "System.out", "Acc", "String[] args", "args", "public class Main{\n public static void main(String[] args){\n Scanner InData = new Scanner(System.in);\n int a = InData.nextInt();\n int b = InData.nextInt();\n int c = InData.nextInt();\n int Shang;\n int Yu;\n int Acc = 0;\n for(int n = a; n<=b; n++){\n Shang = c/n;\n Yu = c%n;\n if(Shang != 0 && Yu == 0){\n Acc++;\n\n }\n\n }\n System.out.println(Acc);\n }\n}", "public class Main{\n public static void main(String[] args){\n Scanner InData = new Scanner(System.in);\n int a = InData.nextInt();\n int b = InData.nextInt();\n int c = InData.nextInt();\n int Shang;\n int Yu;\n int Acc = 0;\n for(int n = a; n<=b; n++){\n Shang = c/n;\n Yu = c%n;\n if(Shang != 0 && Yu == 0){\n Acc++;\n\n }\n\n }\n System.out.println(Acc);\n }\n}", "Main" ]
import java.util.*; public class Main{ public static void main(String[] args){ Scanner InData = new Scanner(System.in); int a = InData.nextInt(); int b = InData.nextInt(); int c = InData.nextInt(); int Shang; int Yu; int Acc = 0; for(int n = a; n<=b; n++){ Shang = c/n; Yu = c%n; if(Shang != 0 && Yu == 0){ Acc++; } } System.out.println(Acc); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 38, 5, 13, 30, 4, 18, 18, 13, 13, 13, 5, 13, 30, 4, 18, 18, 13, 13, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 20, 41, 13, 4, 18, 13, 17, 17, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 4, 18, 13, 4, 18, 13, 18, 13, 13, 0, 13, 4, 18, 13, 17, 0, 13, 4, 18, 13, 17, 0, 13, 4, 18, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 0, 13, 2, 13, 13, 14, 2, 13, 17, 30, 40, 13, 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 ], [ 147, 14 ], [ 147, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 24, 26 ], [ 17, 27 ], [ 27, 28 ], [ 27, 29 ], [ 17, 30 ], [ 30, 31 ], [ 30, 32 ], [ 17, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 33, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 33, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 59, 60 ], [ 52, 61 ], [ 61, 62 ], [ 61, 63 ], [ 52, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 66, 69 ], [ 66, 70 ], [ 52, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 78, 80 ], [ 71, 81 ], [ 81, 82 ], [ 82, 83 ], [ 71, 84 ], [ 85, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 86, 89 ], [ 89, 90 ], [ 90, 91 ], [ 89, 92 ], [ 92, 93 ], [ 92, 94 ], [ 52, 95 ], [ 95, 96 ], [ 95, 97 ], [ 97, 98 ], [ 98, 99 ], [ 97, 100 ], [ 52, 101 ], [ 101, 102 ], [ 101, 103 ], [ 103, 104 ], [ 104, 105 ], [ 103, 106 ], [ 52, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 110, 111 ], [ 109, 112 ], [ 52, 113 ], [ 113, 114 ], [ 114, 115 ], [ 115, 116 ], [ 115, 117 ], [ 113, 118 ], [ 118, 119 ], [ 118, 120 ], [ 113, 121 ], [ 121, 122 ], [ 122, 123 ], [ 113, 124 ], [ 125, 125 ], [ 125, 126 ], [ 126, 127 ], [ 126, 128 ], [ 128, 129 ], [ 128, 130 ], [ 125, 131 ], [ 131, 132 ], [ 132, 133 ], [ 132, 134 ], [ 131, 135 ], [ 135, 136 ], [ 136, 137 ], [ 52, 138 ], [ 138, 139 ], [ 139, 140 ], [ 140, 141 ], [ 140, 142 ], [ 138, 143 ], [ 15, 144 ], [ 144, 145 ], [ 0, 146 ], [ 146, 147 ], [ 146, 148 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tint intJudge = 0;\n\t\tint intCount = 0;\n\n\t\tint inta = 0;\n\t\tint intb = 0;\n\t\tint intc = 0;\n\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString strInput = br.readLine();\n\n\t\t\tArrayList<Integer> NumList = new ArrayList<Integer>();\n\n\t\t\tString[] strNumList = strInput.split(\" \", 0);\n\n\t\t\tfor (int i = 0; i < strNumList.length; i++) {\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}\n\n\t\t\tinta = NumList.get(0);\n\t\t\tintb = NumList.get(1);\n\t\t\tintc = NumList.get(2);\n\n\t\t\tfor (int i =inta ; i <= intb; i++) {\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\t//???????????????\n\t\t\tSystem.out.println(intCount);\n\n\t\t} catch (IOException e1) {\n\t\t\tSystem.out.println(e1);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.ArrayList;", "ArrayList", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tint intJudge = 0;\n\t\tint intCount = 0;\n\n\t\tint inta = 0;\n\t\tint intb = 0;\n\t\tint intc = 0;\n\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString strInput = br.readLine();\n\n\t\t\tArrayList<Integer> NumList = new ArrayList<Integer>();\n\n\t\t\tString[] strNumList = strInput.split(\" \", 0);\n\n\t\t\tfor (int i = 0; i < strNumList.length; i++) {\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}\n\n\t\t\tinta = NumList.get(0);\n\t\t\tintb = NumList.get(1);\n\t\t\tintc = NumList.get(2);\n\n\t\t\tfor (int i =inta ; i <= intb; i++) {\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\t//???????????????\n\t\t\tSystem.out.println(intCount);\n\n\t\t} catch (IOException e1) {\n\t\t\tSystem.out.println(e1);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\n\t\tint intJudge = 0;\n\t\tint intCount = 0;\n\n\t\tint inta = 0;\n\t\tint intb = 0;\n\t\tint intc = 0;\n\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString strInput = br.readLine();\n\n\t\t\tArrayList<Integer> NumList = new ArrayList<Integer>();\n\n\t\t\tString[] strNumList = strInput.split(\" \", 0);\n\n\t\t\tfor (int i = 0; i < strNumList.length; i++) {\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}\n\n\t\t\tinta = NumList.get(0);\n\t\t\tintb = NumList.get(1);\n\t\t\tintc = NumList.get(2);\n\n\t\t\tfor (int i =inta ; i <= intb; i++) {\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\t//???????????????\n\t\t\tSystem.out.println(intCount);\n\n\t\t} catch (IOException e1) {\n\t\t\tSystem.out.println(e1);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}", "main", "{\n\n\t\tint intJudge = 0;\n\t\tint intCount = 0;\n\n\t\tint inta = 0;\n\t\tint intb = 0;\n\t\tint intc = 0;\n\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString strInput = br.readLine();\n\n\t\t\tArrayList<Integer> NumList = new ArrayList<Integer>();\n\n\t\t\tString[] strNumList = strInput.split(\" \", 0);\n\n\t\t\tfor (int i = 0; i < strNumList.length; i++) {\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}\n\n\t\t\tinta = NumList.get(0);\n\t\t\tintb = NumList.get(1);\n\t\t\tintc = NumList.get(2);\n\n\t\t\tfor (int i =inta ; i <= intb; i++) {\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\t//???????????????\n\t\t\tSystem.out.println(intCount);\n\n\t\t} catch (IOException e1) {\n\t\t\tSystem.out.println(e1);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}", "int intJudge = 0;", "intJudge", "0", "int intCount = 0;", "intCount", "0", "int inta = 0;", "inta", "0", "int intb = 0;", "intb", "0", "int intc = 0;", "intc", "0", "try {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString strInput = br.readLine();\n\n\t\t\tArrayList<Integer> NumList = new ArrayList<Integer>();\n\n\t\t\tString[] strNumList = strInput.split(\" \", 0);\n\n\t\t\tfor (int i = 0; i < strNumList.length; i++) {\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}\n\n\t\t\tinta = NumList.get(0);\n\t\t\tintb = NumList.get(1);\n\t\t\tintc = NumList.get(2);\n\n\t\t\tfor (int i =inta ; i <= intb; i++) {\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\t//???????????????\n\t\t\tSystem.out.println(intCount);\n\n\t\t} catch (IOException e1) {\n\t\t\tSystem.out.println(e1);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}", "catch (IOException e1) {\n\t\t\tSystem.out.println(e1);\n\t\t}", "IOException e1", "{\n\t\t\tSystem.out.println(e1);\n\t\t}", "System.out.println(e1)", "System.out.println", "System.out", "System", "System.out", "e1", "catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}", "NumberFormatException e2", "{\n\t\t\tSystem.out.println(e2);\n\t\t}", "System.out.println(e2)", "System.out.println", "System.out", "System", "System.out", "e2", "{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString strInput = br.readLine();\n\n\t\t\tArrayList<Integer> NumList = new ArrayList<Integer>();\n\n\t\t\tString[] strNumList = strInput.split(\" \", 0);\n\n\t\t\tfor (int i = 0; i < strNumList.length; i++) {\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}\n\n\t\t\tinta = NumList.get(0);\n\t\t\tintb = NumList.get(1);\n\t\t\tintc = NumList.get(2);\n\n\t\t\tfor (int i =inta ; i <= intb; i++) {\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\t//???????????????\n\t\t\tSystem.out.println(intCount);\n\n\t\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String strInput = br.readLine();", "strInput", "br.readLine()", "br.readLine", "br", "ArrayList<Integer> NumList = new ArrayList<Integer>();", "NumList", "new ArrayList<Integer>()", "String[] strNumList = strInput.split(\" \", 0);", "strNumList", "strInput.split(\" \", 0)", "strInput.split", "strInput", "\" \"", "0", "for (int i = 0; i < strNumList.length; i++) {\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}", "int i = 0;", "int i = 0;", "i", "0", "i < strNumList.length", "i", "strNumList.length", "strNumList", "strNumList.length", "i++", "i++", "i", "{\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}", "{\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}", "NumList.add(Integer.parseInt(strNumList[i]))", "NumList.add", "NumList", "Integer.parseInt(strNumList[i])", "Integer.parseInt", "Integer", "strNumList[i]", "strNumList", "i", "inta = NumList.get(0)", "inta", "NumList.get(0)", "NumList.get", "NumList", "0", "intb = NumList.get(1)", "intb", "NumList.get(1)", "NumList.get", "NumList", "1", "intc = NumList.get(2)", "intc", "NumList.get(2)", "NumList.get", "NumList", "2", "for (int i =inta ; i <= intb; i++) {\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}", "int i =inta ;", "int i =inta ;", "i", "inta", "i <= intb", "i", "intb", "i++", "i++", "i", "{\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}", "{\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}", "intJudge = intc % i", "intJudge", "intc % i", "intc", "i", "if (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}", "intJudge == 0", "intJudge", "0", "{\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}", "intCount++", "intCount", "System.out.println(intCount)", "System.out.println", "System.out", "System", "System.out", "intCount", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tint intJudge = 0;\n\t\tint intCount = 0;\n\n\t\tint inta = 0;\n\t\tint intb = 0;\n\t\tint intc = 0;\n\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString strInput = br.readLine();\n\n\t\t\tArrayList<Integer> NumList = new ArrayList<Integer>();\n\n\t\t\tString[] strNumList = strInput.split(\" \", 0);\n\n\t\t\tfor (int i = 0; i < strNumList.length; i++) {\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}\n\n\t\t\tinta = NumList.get(0);\n\t\t\tintb = NumList.get(1);\n\t\t\tintc = NumList.get(2);\n\n\t\t\tfor (int i =inta ; i <= intb; i++) {\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\t//???????????????\n\t\t\tSystem.out.println(intCount);\n\n\t\t} catch (IOException e1) {\n\t\t\tSystem.out.println(e1);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tint intJudge = 0;\n\t\tint intCount = 0;\n\n\t\tint inta = 0;\n\t\tint intb = 0;\n\t\tint intc = 0;\n\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString strInput = br.readLine();\n\n\t\t\tArrayList<Integer> NumList = new ArrayList<Integer>();\n\n\t\t\tString[] strNumList = strInput.split(\" \", 0);\n\n\t\t\tfor (int i = 0; i < strNumList.length; i++) {\n\t\t\t\tNumList.add(Integer.parseInt(strNumList[i]));\n\n\t\t\t}\n\n\t\t\tinta = NumList.get(0);\n\t\t\tintb = NumList.get(1);\n\t\t\tintc = NumList.get(2);\n\n\t\t\tfor (int i =inta ; i <= intb; i++) {\n\t\t\t\tintJudge = intc % i;\n\t\t\t\tif (intJudge == 0) {\n\t\t\t\t\t//?´???°???????????????\n\t\t\t\t\tintCount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\t//???????????????\n\t\t\tSystem.out.println(intCount);\n\n\t\t} catch (IOException e1) {\n\t\t\tSystem.out.println(e1);\n\t\t}catch (NumberFormatException e2) {\n\t\t\tSystem.out.println(e2);\n\t\t}\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; public class Main { public static void main(String[] args) { int intJudge = 0; int intCount = 0; int inta = 0; int intb = 0; int intc = 0; try { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String strInput = br.readLine(); ArrayList<Integer> NumList = new ArrayList<Integer>(); String[] strNumList = strInput.split(" ", 0); for (int i = 0; i < strNumList.length; i++) { NumList.add(Integer.parseInt(strNumList[i])); } inta = NumList.get(0); intb = NumList.get(1); intc = NumList.get(2); for (int i =inta ; i <= intb; i++) { intJudge = intc % i; if (intJudge == 0) { //?´???°??????????????? intCount++; } } //??????????????? System.out.println(intCount); } catch (IOException e1) { System.out.println(e1); }catch (NumberFormatException e2) { System.out.println(e2); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 0, 13, 17, 4, 18, 18, 13, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 61, 5 ], [ 61, 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 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 36, 37 ], [ 30, 38 ], [ 39, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 40, 46 ], [ 46, 47 ], [ 46, 48 ], [ 8, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 8, 55 ], [ 55, 56 ], [ 56, 57 ], [ 6, 58 ], [ 58, 59 ], [ 0, 60 ], [ 60, 61 ], [ 60, 62 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint kaisu = 0;\n\t\tfor (; a <= b; a++) {\n\t\t\tif (c % a == 0)\n\t\t\t\tkaisu += 1;\n\t\t}\n\t\tSystem.out.println(kaisu);\n\t\tsc.close();\n\t}\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint kaisu = 0;\n\t\tfor (; a <= b; a++) {\n\t\t\tif (c % a == 0)\n\t\t\t\tkaisu += 1;\n\t\t}\n\t\tSystem.out.println(kaisu);\n\t\tsc.close();\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint kaisu = 0;\n\t\tfor (; a <= b; a++) {\n\t\t\tif (c % a == 0)\n\t\t\t\tkaisu += 1;\n\t\t}\n\t\tSystem.out.println(kaisu);\n\t\tsc.close();\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint kaisu = 0;\n\t\tfor (; a <= b; a++) {\n\t\t\tif (c % a == 0)\n\t\t\t\tkaisu += 1;\n\t\t}\n\t\tSystem.out.println(kaisu);\n\t\tsc.close();\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c = sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int kaisu = 0;", "kaisu", "0", "for (; a <= b; a++) {\n\t\t\tif (c % a == 0)\n\t\t\t\tkaisu += 1;\n\t\t}", ";", "a <= b", "a", "b", "a++", "a++", "a", "{\n\t\t\tif (c % a == 0)\n\t\t\t\tkaisu += 1;\n\t\t}", "{\n\t\t\tif (c % a == 0)\n\t\t\t\tkaisu += 1;\n\t\t}", "if (c % a == 0)\n\t\t\t\tkaisu += 1;", "c % a == 0", "c % a", "c", "a", "0", "kaisu += 1", "kaisu", "1", "System.out.println(kaisu)", "System.out.println", "System.out", "System", "System.out", "kaisu", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint kaisu = 0;\n\t\tfor (; a <= b; a++) {\n\t\t\tif (c % a == 0)\n\t\t\t\tkaisu += 1;\n\t\t}\n\t\tSystem.out.println(kaisu);\n\t\tsc.close();\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint kaisu = 0;\n\t\tfor (; a <= b; a++) {\n\t\t\tif (c % a == 0)\n\t\t\t\tkaisu += 1;\n\t\t}\n\t\tSystem.out.println(kaisu);\n\t\tsc.close();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int c = sc.nextInt(); int kaisu = 0; for (; a <= b; a++) { if (c % a == 0) kaisu += 1; } System.out.println(kaisu); sc.close(); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 41, 13, 17, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 76, 8 ], [ 76, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 11, 17 ], [ 17, 18 ], [ 11, 19 ], [ 19, 20 ], [ 11, 21 ], [ 21, 22 ], [ 21, 23 ], [ 11, 24 ], [ 24, 25 ], [ 24, 26 ], [ 11, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 11, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 11, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 11, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 47, 48 ], [ 47, 49 ], [ 42, 50 ], [ 50, 51 ], [ 51, 52 ], [ 42, 53 ], [ 54, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 55, 61 ], [ 61, 62 ], [ 62, 63 ], [ 11, 64 ], [ 64, 65 ], [ 65, 66 ], [ 66, 67 ], [ 66, 68 ], [ 64, 69 ], [ 11, 70 ], [ 70, 71 ], [ 71, 72 ], [ 9, 73 ], [ 73, 74 ], [ 0, 75 ], [ 75, 76 ], [ 75, 77 ] ]
[ "import java.util.ArrayList;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tArrayList<String> ary = new ArrayList<String>();\n\t\tint a,b,c;\n\t\tint cnt = 0;\n\t\tScanner sc = new Scanner(System.in);\n//\t\tsc.useDelimiter(\"\\\\r\\\\n\");\n\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\n\t\tsc.close();\n\t}\n\n}", "import java.util.ArrayList;", "ArrayList", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tArrayList<String> ary = new ArrayList<String>();\n\t\tint a,b,c;\n\t\tint cnt = 0;\n\t\tScanner sc = new Scanner(System.in);\n//\t\tsc.useDelimiter(\"\\\\r\\\\n\");\n\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\n\t\tsc.close();\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tArrayList<String> ary = new ArrayList<String>();\n\t\tint a,b,c;\n\t\tint cnt = 0;\n\t\tScanner sc = new Scanner(System.in);\n//\t\tsc.useDelimiter(\"\\\\r\\\\n\");\n\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\n\t\tsc.close();\n\t}", "main", "{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tArrayList<String> ary = new ArrayList<String>();\n\t\tint a,b,c;\n\t\tint cnt = 0;\n\t\tScanner sc = new Scanner(System.in);\n//\t\tsc.useDelimiter(\"\\\\r\\\\n\");\n\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\n\t\tsc.close();\n\t}", "ArrayList<String> ary = new ArrayList<String>();", "ary", "new ArrayList<String>()", "int a", "a", "b", "b", "c;", "c", "int cnt = 0;", "cnt", "0", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "a = sc.nextInt()", "a", "sc.nextInt()", "sc.nextInt", "sc", "b = sc.nextInt()", "b", "sc.nextInt()", "sc.nextInt", "sc", "c = sc.nextInt()", "c", "sc.nextInt()", "sc.nextInt", "sc", "for(int i=a;i<=b;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif(c%i==0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c%i==0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}", "if(c%i==0){\n\t\t\t\tcnt++;\n\t\t\t}", "c%i==0", "c%i", "c", "i", "0", "{\n\t\t\t\tcnt++;\n\t\t\t}", "cnt++", "cnt", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tArrayList<String> ary = new ArrayList<String>();\n\t\tint a,b,c;\n\t\tint cnt = 0;\n\t\tScanner sc = new Scanner(System.in);\n//\t\tsc.useDelimiter(\"\\\\r\\\\n\");\n\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\n\t\tsc.close();\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tArrayList<String> ary = new ArrayList<String>();\n\t\tint a,b,c;\n\t\tint cnt = 0;\n\t\tScanner sc = new Scanner(System.in);\n//\t\tsc.useDelimiter(\"\\\\r\\\\n\");\n\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0){\n\t\t\t\tcnt++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(cnt);\n\n\t\tsc.close();\n\t}\n\n}", "Main" ]
import java.util.ArrayList; import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO ????????????????????????????????????????????? ArrayList<String> ary = new ArrayList<String>(); int a,b,c; int cnt = 0; Scanner sc = new Scanner(System.in); // sc.useDelimiter("\\r\\n"); a = sc.nextInt(); b = sc.nextInt(); c = sc.nextInt(); for(int i=a;i<=b;i++){ if(c%i==0){ cnt++; } } System.out.println(cnt); sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 30, 9, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 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 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 43, 49 ], [ 49, 50 ], [ 50, 51 ], [ 43, 52 ], [ 52, 53 ], [ 8, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 6, 60 ], [ 60, 61 ] ]
[ "import java.util.Scanner;\n\nclass Main{\npublic static void main(String[] args){\n\n\tScanner s = new Scanner(System.in);\n\t\n\tint a= s.nextInt();\n int b= s.nextInt();\n int c= s.nextInt();\n int cnt=0;\n for(int i=a;i<=b;i++){\n \n if(c%i==0){\n \n cnt++;\n }else{continue;}\n }\n \n\t\tSystem.out.println(cnt);\n\t\t\n\t\t\n\t}\n\t\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\npublic static void main(String[] args){\n\n\tScanner s = new Scanner(System.in);\n\t\n\tint a= s.nextInt();\n int b= s.nextInt();\n int c= s.nextInt();\n int cnt=0;\n for(int i=a;i<=b;i++){\n \n if(c%i==0){\n \n cnt++;\n }else{continue;}\n }\n \n\t\tSystem.out.println(cnt);\n\t\t\n\t\t\n\t}\n\t\n}", "Main", "public static void main(String[] args){\n\n\tScanner s = new Scanner(System.in);\n\t\n\tint a= s.nextInt();\n int b= s.nextInt();\n int c= s.nextInt();\n int cnt=0;\n for(int i=a;i<=b;i++){\n \n if(c%i==0){\n \n cnt++;\n }else{continue;}\n }\n \n\t\tSystem.out.println(cnt);\n\t\t\n\t\t\n\t}", "main", "{\n\n\tScanner s = new Scanner(System.in);\n\t\n\tint a= s.nextInt();\n int b= s.nextInt();\n int c= s.nextInt();\n int cnt=0;\n for(int i=a;i<=b;i++){\n \n if(c%i==0){\n \n cnt++;\n }else{continue;}\n }\n \n\t\tSystem.out.println(cnt);\n\t\t\n\t\t\n\t}", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int a= s.nextInt();", "a", "s.nextInt()", "s.nextInt", "s", "int b= s.nextInt();", "b", "s.nextInt()", "s.nextInt", "s", "int c= s.nextInt();", "c", "s.nextInt()", "s.nextInt", "s", "int cnt=0;", "cnt", "0", "for(int i=a;i<=b;i++){\n \n if(c%i==0){\n \n cnt++;\n }else{continue;}\n }", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n \n if(c%i==0){\n \n cnt++;\n }else{continue;}\n }", "{\n \n if(c%i==0){\n \n cnt++;\n }else{continue;}\n }", "if(c%i==0){\n \n cnt++;\n }else{continue;}", "c%i==0", "c%i", "c", "i", "0", "{\n \n cnt++;\n }", "cnt++", "cnt", "{continue;}", "continue;", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ Scanner s = new Scanner(System.in); int a= s.nextInt(); int b= s.nextInt(); int c= s.nextInt(); int cnt=0; for(int i=a;i<=b;i++){ if(c%i==0){ cnt++; }else{continue;} } System.out.println(cnt); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 13, 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 ], [ 103, 11 ], [ 103, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 21, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 21, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 14, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 14, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 51, 52 ], [ 51, 53 ], [ 14, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 56, 59 ], [ 59, 60 ], [ 59, 61 ], [ 14, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 65, 66 ], [ 64, 67 ], [ 67, 68 ], [ 67, 69 ], [ 14, 70 ], [ 70, 71 ], [ 70, 72 ], [ 14, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 73, 78 ], [ 78, 79 ], [ 78, 80 ], [ 73, 81 ], [ 81, 82 ], [ 82, 83 ], [ 73, 84 ], [ 85, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 87, 91 ], [ 86, 92 ], [ 92, 93 ], [ 14, 94 ], [ 94, 95 ], [ 95, 96 ], [ 96, 97 ], [ 96, 98 ], [ 94, 99 ], [ 12, 100 ], [ 100, 101 ], [ 0, 102 ], [ 102, 103 ], [ 102, 104 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tint a = Integer.parseInt(values[0]);\n\t\tint b = Integer.parseInt(values[1]);\n\t\tint c = Integer.parseInt(values[2]);\n\t\t\n\t\tint num = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif ((c % i) == 0) num++;\n\t\t}\n\t\tSystem.out.println(num);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tint a = Integer.parseInt(values[0]);\n\t\tint b = Integer.parseInt(values[1]);\n\t\tint c = Integer.parseInt(values[2]);\n\t\t\n\t\tint num = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif ((c % i) == 0) num++;\n\t\t}\n\t\tSystem.out.println(num);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tint a = Integer.parseInt(values[0]);\n\t\tint b = Integer.parseInt(values[1]);\n\t\tint c = Integer.parseInt(values[2]);\n\t\t\n\t\tint num = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif ((c % i) == 0) num++;\n\t\t}\n\t\tSystem.out.println(num);\n\t}", "main", "{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tint a = Integer.parseInt(values[0]);\n\t\tint b = Integer.parseInt(values[1]);\n\t\tint c = Integer.parseInt(values[2]);\n\t\t\n\t\tint num = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif ((c % i) == 0) num++;\n\t\t}\n\t\tSystem.out.println(num);\n\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String x = \"\";", "x", "\"\"", "try {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}", "catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}", "NumberFormatException e", "{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}", "IOException e", "{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\tx = in.readLine();\n\t\t}", "x = in.readLine()", "x", "in.readLine()", "in.readLine", "in", "String[] values = x.split(\" \");", "values", "x.split(\" \")", "x.split", "x", "\" \"", "int a = Integer.parseInt(values[0]);", "a", "Integer.parseInt(values[0])", "Integer.parseInt", "Integer", "values[0]", "values", "0", "int b = Integer.parseInt(values[1]);", "b", "Integer.parseInt(values[1])", "Integer.parseInt", "Integer", "values[1]", "values", "1", "int c = Integer.parseInt(values[2]);", "c", "Integer.parseInt(values[2])", "Integer.parseInt", "Integer", "values[2]", "values", "2", "int num = 0;", "num", "0", "for (int i = a; i <= b; i++) {\n\t\t\tif ((c % i) == 0) num++;\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif ((c % i) == 0) num++;\n\t\t}", "{\n\t\t\tif ((c % i) == 0) num++;\n\t\t}", "if ((c % i) == 0) num++;", "(c % i) == 0", "(c % i)", "c", "i", "0", "num++", "num", "System.out.println(num)", "System.out.println", "System.out", "System", "System.out", "num", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tint a = Integer.parseInt(values[0]);\n\t\tint b = Integer.parseInt(values[1]);\n\t\tint c = Integer.parseInt(values[2]);\n\t\t\n\t\tint num = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif ((c % i) == 0) num++;\n\t\t}\n\t\tSystem.out.println(num);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tint a = Integer.parseInt(values[0]);\n\t\tint b = Integer.parseInt(values[1]);\n\t\tint c = Integer.parseInt(values[2]);\n\t\t\n\t\tint num = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif ((c % i) == 0) num++;\n\t\t}\n\t\tSystem.out.println(num);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String x = ""; try { x = in.readLine(); } catch (NumberFormatException e) { // TODO Auto-generated catch block e.printStackTrace(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } String[] values = x.split(" "); int a = Integer.parseInt(values[0]); int b = Integer.parseInt(values[1]); int c = Integer.parseInt(values[2]); int num = 0; for (int i = a; i <= b; i++) { if ((c % i) == 0) num++; } System.out.println(num); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 17, 41, 13, 17, 41, 13, 17, 38, 30, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 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 ], [ 8, 15 ], [ 15, 16 ], [ 15, 17 ], [ 8, 18 ], [ 18, 19 ], [ 18, 20 ], [ 8, 21 ], [ 21, 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 ], [ 41, 46 ], [ 46, 47 ], [ 46, 48 ], [ 41, 49 ], [ 49, 50 ], [ 50, 51 ], [ 41, 52 ], [ 53, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 54, 60 ], [ 60, 61 ], [ 61, 62 ], [ 22, 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\tpublic static void main(String[] args) {\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint div = 0;\n\n\t\ttry(Scanner scan = new Scanner(System.in)) {\n\t\t\ta = scan.nextInt();\n\t\t\tb = scan.nextInt();\n\t\t\tc = scan.nextInt();\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(div);\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\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint div = 0;\n\n\t\ttry(Scanner scan = new Scanner(System.in)) {\n\t\t\ta = scan.nextInt();\n\t\t\tb = scan.nextInt();\n\t\t\tc = scan.nextInt();\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(div);\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint div = 0;\n\n\t\ttry(Scanner scan = new Scanner(System.in)) {\n\t\t\ta = scan.nextInt();\n\t\t\tb = scan.nextInt();\n\t\t\tc = scan.nextInt();\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(div);\n\t\t}\n\t}", "main", "{\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint div = 0;\n\n\t\ttry(Scanner scan = new Scanner(System.in)) {\n\t\t\ta = scan.nextInt();\n\t\t\tb = scan.nextInt();\n\t\t\tc = scan.nextInt();\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(div);\n\t\t}\n\t}", "int a = 0;", "a", "0", "int b = 0;", "b", "0", "int c = 0;", "c", "0", "int div = 0;", "div", "0", "try(Scanner scan = new Scanner(System.in)) {\n\t\t\ta = scan.nextInt();\n\t\t\tb = scan.nextInt();\n\t\t\tc = scan.nextInt();\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(div);\n\t\t}", "{\n\t\t\ta = scan.nextInt();\n\t\t\tb = scan.nextInt();\n\t\t\tc = scan.nextInt();\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(div);\n\t\t}", "Scanner scan = new Scanner(System.in)", "Scanner scan = new Scanner(System.in)", "new Scanner(System.in)", "a = scan.nextInt()", "a", "scan.nextInt()", "scan.nextInt", "scan", "b = scan.nextInt()", "b", "scan.nextInt()", "scan.nextInt", "scan", "c = scan.nextInt()", "c", "scan.nextInt()", "scan.nextInt", "scan", "for(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}", "{\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}", "if(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\t\t\tdiv++;\n\t\t\t\t}", "div++", "div", "System.out.println(div)", "System.out.println", "System.out", "System", "System.out", "div", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint div = 0;\n\n\t\ttry(Scanner scan = new Scanner(System.in)) {\n\t\t\ta = scan.nextInt();\n\t\t\tb = scan.nextInt();\n\t\t\tc = scan.nextInt();\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(div);\n\t\t}\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tint a = 0;\n\t\tint b = 0;\n\t\tint c = 0;\n\t\tint div = 0;\n\n\t\ttry(Scanner scan = new Scanner(System.in)) {\n\t\t\ta = scan.nextInt();\n\t\t\tb = scan.nextInt();\n\t\t\tc = scan.nextInt();\n\n\t\t\tfor(int i = a; i <= b; i++) {\n\t\t\t\tif(c % i == 0) {\n\t\t\t\t\tdiv++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(div);\n\t\t}\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { int a = 0; int b = 0; int c = 0; int div = 0; try(Scanner scan = new Scanner(System.in)) { a = scan.nextInt(); b = scan.nextInt(); c = scan.nextInt(); for(int i = a; i <= b; i++) { if(c % i == 0) { div++; } } System.out.println(div); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 2, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 17, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 32, 35 ], [ 35, 36 ], [ 35, 37 ], [ 17, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 40, 43 ], [ 43, 44 ], [ 43, 45 ], [ 17, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 51, 52 ], [ 51, 53 ], [ 17, 54 ], [ 54, 55 ], [ 54, 56 ], [ 17, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 64, 66 ], [ 57, 67 ], [ 67, 68 ], [ 68, 69 ], [ 57, 70 ], [ 71, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 72, 78 ], [ 78, 79 ], [ 79, 80 ], [ 17, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 81, 86 ], [ 15, 87 ], [ 87, 88 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\n\n\nclass Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tint c = Integer.parseInt(ss[2]);\n\t\tint z = 0;\n\t\tfor(int i = a;i < b+1 ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tz++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(z);\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.ArrayList;", "ArrayList", "java.util", "class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tint c = Integer.parseInt(ss[2]);\n\t\tint z = 0;\n\t\tfor(int i = a;i < b+1 ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tz++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(z);\n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tint c = Integer.parseInt(ss[2]);\n\t\tint z = 0;\n\t\tfor(int i = a;i < b+1 ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tz++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(z);\n\t}", "main", "{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tint c = Integer.parseInt(ss[2]);\n\t\tint z = 0;\n\t\tfor(int i = a;i < b+1 ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tz++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(z);\n\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String s = new String(in.readLine());", "s", "new String(in.readLine())", "String[] ss = s.split(\" \");", "ss", "s.split(\" \")", "s.split", "s", "\" \"", "int a = Integer.parseInt(ss[0]);", "a", "Integer.parseInt(ss[0])", "Integer.parseInt", "Integer", "ss[0]", "ss", "0", "int b = Integer.parseInt(ss[1]);", "b", "Integer.parseInt(ss[1])", "Integer.parseInt", "Integer", "ss[1]", "ss", "1", "int c = Integer.parseInt(ss[2]);", "c", "Integer.parseInt(ss[2])", "Integer.parseInt", "Integer", "ss[2]", "ss", "2", "int z = 0;", "z", "0", "for(int i = a;i < b+1 ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tz++;\n\t\t\t}\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i < b+1", "i", "b+1", "b", "1", "i++", "i++", "i", "{\n\t\t\tif(c%i == 0){\n\t\t\t\tz++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c%i == 0){\n\t\t\t\tz++;\n\t\t\t}\n\t\t}", "if(c%i == 0){\n\t\t\t\tz++;\n\t\t\t}", "c%i == 0", "c%i", "c", "i", "0", "{\n\t\t\t\tz++;\n\t\t\t}", "z++", "z", "System.out.println(z)", "System.out.println", "System.out", "System", "System.out", "z", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; class Main { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String s = new String(in.readLine()); String[] ss = s.split(" "); int a = Integer.parseInt(ss[0]); int b = Integer.parseInt(ss[1]); int c = Integer.parseInt(ss[2]); int z = 0; for(int i = a;i < b+1 ; i++){ if(c%i == 0){ z++; } } System.out.println(z); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 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 ], [ 87, 11 ], [ 87, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 23, 28 ], [ 14, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 34, 36 ], [ 14, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 14, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 14, 53 ], [ 53, 54 ], [ 53, 55 ], [ 14, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 56, 61 ], [ 61, 62 ], [ 61, 63 ], [ 56, 64 ], [ 64, 65 ], [ 65, 66 ], [ 56, 67 ], [ 68, 68 ], [ 68, 69 ], [ 69, 70 ], [ 70, 71 ], [ 71, 72 ], [ 71, 73 ], [ 70, 74 ], [ 69, 75 ], [ 75, 76 ], [ 76, 77 ], [ 14, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 80, 82 ], [ 78, 83 ], [ 12, 84 ], [ 84, 85 ], [ 0, 86 ], [ 86, 87 ], [ 86, 88 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuffer sb = new StringBuffer();\n\n\t\tString[] strArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\n\t\tint cnt = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c%i == 0) {cnt++;}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuffer sb = new StringBuffer();\n\n\t\tString[] strArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\n\t\tint cnt = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c%i == 0) {cnt++;}\n\t\t}\n\t\tSystem.out.println(cnt);\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\tStringBuffer sb = new StringBuffer();\n\n\t\tString[] strArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\n\t\tint cnt = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c%i == 0) {cnt++;}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}", "main", "{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuffer sb = new StringBuffer();\n\n\t\tString[] strArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\n\t\tint cnt = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c%i == 0) {cnt++;}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "StringBuffer sb = new StringBuffer();", "sb", "new StringBuffer()", "String[] strArray = br.readLine().split(\" \");", "strArray", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int a = Integer.parseInt(strArray[0]);", "a", "Integer.parseInt(strArray[0])", "Integer.parseInt", "Integer", "strArray[0]", "strArray", "0", "int b = Integer.parseInt(strArray[1]);", "b", "Integer.parseInt(strArray[1])", "Integer.parseInt", "Integer", "strArray[1]", "strArray", "1", "int c = Integer.parseInt(strArray[2]);", "c", "Integer.parseInt(strArray[2])", "Integer.parseInt", "Integer", "strArray[2]", "strArray", "2", "int cnt = 0;", "cnt", "0", "for (int i = a; i <= b; i++) {\n\t\t\tif (c%i == 0) {cnt++;}\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif (c%i == 0) {cnt++;}\n\t\t}", "{\n\t\t\tif (c%i == 0) {cnt++;}\n\t\t}", "if (c%i == 0) {cnt++;}", "c%i == 0", "c%i", "c", "i", "0", "{cnt++;}", "cnt++", "cnt", "System.out.println(cnt)", "System.out.println", "System.out", "System", "System.out", "cnt", "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\tStringBuffer sb = new StringBuffer();\n\n\t\tString[] strArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\n\t\tint cnt = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c%i == 0) {cnt++;}\n\t\t}\n\t\tSystem.out.println(cnt);\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\tStringBuffer sb = new StringBuffer();\n\n\t\tString[] strArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(strArray[0]);\n\t\tint b = Integer.parseInt(strArray[1]);\n\t\tint c = Integer.parseInt(strArray[2]);\n\n\t\tint cnt = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c%i == 0) {cnt++;}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringBuffer sb = new StringBuffer(); String[] strArray = br.readLine().split(" "); int a = Integer.parseInt(strArray[0]); int b = Integer.parseInt(strArray[1]); int c = Integer.parseInt(strArray[2]); int cnt = 0; for (int i = a; i <= b; i++) { if (c%i == 0) {cnt++;} } System.out.println(cnt); } }
[ 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, 41, 13, 41, 13, 12, 13, 30, 0, 13, 20, 0, 13, 20, 41, 13, 20, 4, 18, 13, 4, 18, 13, 23, 13, 6, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 2, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 13, 4, 18, 13, 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, 0, 13, 20, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 4, 18, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 12, 13, 30, 42, 2, 2, 13, 17, 40, 4, 18, 13, 30, 0, 13, 20, 29, 4, 18, 13, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 0, 16 ], [ 16, 17 ], [ 16, 18 ], [ 0, 19 ], [ 19, 20 ], [ 19, 21 ], [ 0, 22 ], [ 22, 23 ], [ 22, 24 ], [ 0, 25 ], [ 25, 26 ], [ 25, 27 ], [ 0, 28 ], [ 28, 29 ], [ 28, 30 ], [ 0, 31 ], [ 31, 32 ], [ 31, 33 ], [ 0, 34 ], [ 214, 35 ], [ 214, 36 ], [ 36, 37 ], [ 214, 38 ], [ 38, 39 ], [ 214, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 43, 45 ], [ 42, 46 ], [ 46, 47 ], [ 46, 48 ], [ 42, 49 ], [ 49, 50 ], [ 49, 51 ], [ 42, 52 ], [ 52, 53 ], [ 53, 54 ], [ 42, 55 ], [ 55, 56 ], [ 56, 57 ], [ 40, 58 ], [ 58, 59 ], [ 214, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 62, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 68, 69 ], [ 64, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 73, 74 ], [ 64, 75 ], [ 75, 76 ], [ 75, 77 ], [ 77, 78 ], [ 78, 79 ], [ 64, 80 ], [ 80, 81 ], [ 80, 82 ], [ 64, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 85, 87 ], [ 83, 88 ], [ 88, 89 ], [ 88, 90 ], [ 90, 91 ], [ 90, 92 ], [ 83, 93 ], [ 93, 94 ], [ 94, 95 ], [ 83, 96 ], [ 97, 97 ], [ 97, 98 ], [ 98, 99 ], [ 99, 100 ], [ 100, 101 ], [ 100, 102 ], [ 99, 103 ], [ 98, 104 ], [ 104, 105 ], [ 64, 106 ], [ 106, 107 ], [ 107, 108 ], [ 106, 109 ], [ 214, 110 ], [ 110, 111 ], [ 110, 112 ], [ 112, 113 ], [ 110, 114 ], [ 114, 115 ], [ 110, 116 ], [ 116, 117 ], [ 116, 118 ], [ 118, 119 ], [ 119, 120 ], [ 119, 121 ], [ 116, 122 ], [ 122, 123 ], [ 110, 124 ], [ 124, 125 ], [ 124, 126 ], [ 126, 127 ], [ 127, 128 ], [ 128, 129 ], [ 129, 130 ], [ 129, 131 ], [ 128, 132 ], [ 132, 133 ], [ 133, 134 ], [ 134, 135 ], [ 127, 136 ], [ 136, 137 ], [ 137, 138 ], [ 137, 139 ], [ 126, 140 ], [ 140, 141 ], [ 141, 142 ], [ 142, 143 ], [ 141, 144 ], [ 144, 145 ], [ 145, 146 ], [ 110, 147 ], [ 147, 148 ], [ 147, 149 ], [ 149, 150 ], [ 150, 151 ], [ 151, 152 ], [ 152, 153 ], [ 152, 154 ], [ 151, 155 ], [ 155, 156 ], [ 156, 157 ], [ 157, 158 ], [ 150, 159 ], [ 159, 160 ], [ 160, 161 ], [ 160, 162 ], [ 149, 163 ], [ 163, 164 ], [ 164, 165 ], [ 165, 166 ], [ 164, 167 ], [ 167, 168 ], [ 168, 169 ], [ 110, 170 ], [ 170, 171 ], [ 170, 172 ], [ 172, 173 ], [ 173, 174 ], [ 174, 175 ], [ 175, 176 ], [ 175, 177 ], [ 174, 178 ], [ 178, 179 ], [ 179, 180 ], [ 180, 181 ], [ 173, 182 ], [ 182, 183 ], [ 183, 184 ], [ 183, 185 ], [ 172, 186 ], [ 186, 187 ], [ 187, 188 ], [ 188, 189 ], [ 110, 190 ], [ 190, 191 ], [ 190, 192 ], [ 192, 193 ], [ 193, 194 ], [ 194, 195 ], [ 195, 196 ], [ 195, 197 ], [ 194, 198 ], [ 198, 199 ], [ 199, 200 ], [ 200, 201 ], [ 193, 202 ], [ 202, 203 ], [ 203, 204 ], [ 203, 205 ], [ 192, 206 ], [ 206, 207 ], [ 207, 208 ], [ 208, 209 ], [ 207, 210 ], [ 210, 211 ], [ 211, 212 ], [ 0, 213 ], [ 213, 214 ], [ 213, 215 ] ]
[ "import java.awt.Frame;\nimport java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\nimport java.io.InputStream;\nimport java.io.OutputStream;\nimport java.io.PrintWriter;\nimport java.util.Arrays;\nimport java.util.StringTokenizer;\nimport java.math.BigInteger;\nimport java.time.chrono.MinguoChronology;\n\npublic class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException { \n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int cnt = 0;\n\n for (int i = a; i < b+1; i++) {\n if (c % i == 0) cnt++;\n }\n out.println(cnt);\n }\n }\n\n public static void main(String[] args) throws IOException {\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "import java.awt.Frame;", "Frame", "java.awt", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStream;", "InputStream", "java.io", "import java.io.OutputStream;", "OutputStream", "java.io", "import java.io.PrintWriter;", "PrintWriter", "java.io", "import java.util.Arrays;", "Arrays", "java.util", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "import java.math.BigInteger;", "BigInteger", "java.math", "import java.time.chrono.MinguoChronology;", "MinguoChronology", "java.time.chrono", "public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException { \n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int cnt = 0;\n\n for (int i = a; i < b+1; i++) {\n if (c % i == 0) cnt++;\n }\n out.println(cnt);\n }\n }\n\n public static void main(String[] args) throws IOException {\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "Main", "static InputReader in;", "in", "static PrintWriter out;", "out", "public static void main(String[] args) throws IOException {\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}", "main", "{\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}", "in = new InputReader(System.in)", "in", "new InputReader(System.in)", "out = new PrintWriter(System.out)", "out", "new PrintWriter(System.out)", "Solution solver = new Solution();", "solver", "new Solution()", "solver.solve()", "solver.solve", "solver", "out.close()", "out.close", "out", "String[] args", "args", "static class Solution {\n void solve() throws IOException { \n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int cnt = 0;\n\n for (int i = a; i < b+1; i++) {\n if (c % i == 0) cnt++;\n }\n out.println(cnt);\n }\n }", "Solution", "void solve() throws IOException { \n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int cnt = 0;\n\n for (int i = a; i < b+1; i++) {\n if (c % i == 0) cnt++;\n }\n out.println(cnt);\n }", "solve", "{ \n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int cnt = 0;\n\n for (int i = a; i < b+1; i++) {\n if (c % i == 0) cnt++;\n }\n out.println(cnt);\n }", "int a = in.nextInt();", "a", "in.nextInt()", "in.nextInt", "in", "int b = in.nextInt();", "b", "in.nextInt()", "in.nextInt", "in", "int c = in.nextInt();", "c", "in.nextInt()", "in.nextInt", "in", "int cnt = 0;", "cnt", "0", "for (int i = a; i < b+1; i++) {\n if (c % i == 0) cnt++;\n }", "int i = a;", "int i = a;", "i", "a", "i < b+1", "i", "b+1", "b", "1", "i++", "i++", "i", "{\n if (c % i == 0) cnt++;\n }", "{\n if (c % i == 0) cnt++;\n }", "if (c % i == 0) cnt++;", "c % i == 0", "c % i", "c", "i", "0", "cnt++", "cnt", "out.println(cnt)", "out.println", "out", "cnt", "static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }", "InputReader", "public BufferedReader br;", "br", "public StringTokenizer st;", "st", "public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }", "InputReader", "{\n br = new BufferedReader(new InputStreamReader(stream));\n }", "br = new BufferedReader(new InputStreamReader(stream))", "br", "new BufferedReader(new InputStreamReader(stream))", "InputStream stream", "stream", "public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }", "nextInt", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return Integer.parseInt(st.nextToken());", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }", "nextLong", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return Long.parseLong(st.nextToken());", "Long.parseLong(st.nextToken())", "Long.parseLong", "Long", "st.nextToken()", "st.nextToken", "st", "public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }", "next", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return st.nextToken();", "st.nextToken()", "st.nextToken", "st", "public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }", "nextDouble", "{\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }", "while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }", "st == null || !st.hasMoreTokens()", "st == null", "st", "null", "!st.hasMoreTokens()", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n st = new StringTokenizer(br.readLine());\n }", "st = new StringTokenizer(br.readLine())", "st", "new StringTokenizer(br.readLine())", "return Double.parseDouble(st.nextToken());", "Double.parseDouble(st.nextToken())", "Double.parseDouble", "Double", "st.nextToken()", "st.nextToken", "st", "public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException { \n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int cnt = 0;\n\n for (int i = a; i < b+1; i++) {\n if (c % i == 0) cnt++;\n }\n out.println(cnt);\n }\n }\n\n public static void main(String[] args) throws IOException {\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "public class Main {\n static InputReader in;\n static PrintWriter out;\n \n static class Solution {\n void solve() throws IOException { \n int a = in.nextInt();\n int b = in.nextInt();\n int c = in.nextInt();\n int cnt = 0;\n\n for (int i = a; i < b+1; i++) {\n if (c % i == 0) cnt++;\n }\n out.println(cnt);\n }\n }\n\n public static void main(String[] args) throws IOException {\n in = new InputReader(System.in);\n out = new PrintWriter(System.out);\n Solution solver = new Solution();\n solver.solve();\n out.close();\n}\n\n static class InputReader {\n public BufferedReader br;\n public StringTokenizer st;\n \n public InputReader(InputStream stream) {\n br = new BufferedReader(new InputStreamReader(stream));\n }\n \n public int nextInt() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Integer.parseInt(st.nextToken());\n }\n \n public long nextLong() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Long.parseLong(st.nextToken()); \n }\n \n public String next() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return st.nextToken();\n }\n \n public double nextDouble() throws IOException {\n while (st == null || !st.hasMoreTokens()) {\n st = new StringTokenizer(br.readLine());\n }\n return Double.parseDouble(st.nextToken());\n }\n \n }\n \n}", "Main" ]
import java.awt.Frame; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.PrintWriter; import java.util.Arrays; import java.util.StringTokenizer; import java.math.BigInteger; import java.time.chrono.MinguoChronology; public class Main { static InputReader in; static PrintWriter out; static class Solution { void solve() throws IOException { int a = in.nextInt(); int b = in.nextInt(); int c = in.nextInt(); int cnt = 0; for (int i = a; i < b+1; i++) { if (c % i == 0) cnt++; } out.println(cnt); } } public static void main(String[] args) throws IOException { in = new InputReader(System.in); out = new PrintWriter(System.out); Solution solver = new Solution(); solver.solve(); out.close(); } static class InputReader { public BufferedReader br; public StringTokenizer st; public InputReader(InputStream stream) { br = new BufferedReader(new InputStreamReader(stream)); } public int nextInt() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return Integer.parseInt(st.nextToken()); } public long nextLong() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return Long.parseLong(st.nextToken()); } public String next() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return st.nextToken(); } public double nextDouble() throws IOException { while (st == null || !st.hasMoreTokens()) { st = new StringTokenizer(br.readLine()); } return Double.parseDouble(st.nextToken()); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 17, 41, 13, 17, 11, 1, 0, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 0, 13, 2, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 93, 11 ], [ 93, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 14, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 34, 36 ], [ 14, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 14, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 14, 53 ], [ 53, 54 ], [ 53, 55 ], [ 14, 56 ], [ 56, 57 ], [ 56, 58 ], [ 14, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 59, 64 ], [ 64, 65 ], [ 64, 66 ], [ 59, 67 ], [ 67, 68 ], [ 68, 69 ], [ 59, 70 ], [ 71, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 72, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 81, 82 ], [ 81, 83 ], [ 14, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 84, 89 ], [ 12, 90 ], [ 90, 91 ], [ 0, 92 ], [ 92, 93 ], [ 92, 94 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //前準備 for文の変数iと約数の数を数える変数count\n\t\t int i = 0;\n\t\t int count = 0;\n\n\t\t /*Constraintsを実験的にセット\n\t\t *1?a,b,c?10000\n\t\t *a?b\n\t\t *この条件の場合エラーメッセージを出力している。\n\t\t *が、本来求められていない機能のようなのでコメントアウトしておく。\n\t\t */\n\n\t\t //if(!(a < 1 || a > 10000 || b < 1 || b > 10000 || c < 1 || c > 10000 || a < b )){\n\n\t\t\t for(i=a; i<=b; i++){\n\t\t\t\t if( c % i == 0){count = count +1;}\n\t\t\t }\n\n\t\t System.out.println(count);\n\t\t /*} else {\n\t\t *\t System.out.println(\"エラー\");\n\t\t }*/\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //前準備 for文の変数iと約数の数を数える変数count\n\t\t int i = 0;\n\t\t int count = 0;\n\n\t\t /*Constraintsを実験的にセット\n\t\t *1?a,b,c?10000\n\t\t *a?b\n\t\t *この条件の場合エラーメッセージを出力している。\n\t\t *が、本来求められていない機能のようなのでコメントアウトしておく。\n\t\t */\n\n\t\t //if(!(a < 1 || a > 10000 || b < 1 || b > 10000 || c < 1 || c > 10000 || a < b )){\n\n\t\t\t for(i=a; i<=b; i++){\n\t\t\t\t if( c % i == 0){count = count +1;}\n\t\t\t }\n\n\t\t System.out.println(count);\n\t\t /*} else {\n\t\t *\t System.out.println(\"エラー\");\n\t\t }*/\n }\n}", "Main", "public static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //前準備 for文の変数iと約数の数を数える変数count\n\t\t int i = 0;\n\t\t int count = 0;\n\n\t\t /*Constraintsを実験的にセット\n\t\t *1?a,b,c?10000\n\t\t *a?b\n\t\t *この条件の場合エラーメッセージを出力している。\n\t\t *が、本来求められていない機能のようなのでコメントアウトしておく。\n\t\t */\n\n\t\t //if(!(a < 1 || a > 10000 || b < 1 || b > 10000 || c < 1 || c > 10000 || a < b )){\n\n\t\t\t for(i=a; i<=b; i++){\n\t\t\t\t if( c % i == 0){count = count +1;}\n\t\t\t }\n\n\t\t System.out.println(count);\n\t\t /*} else {\n\t\t *\t System.out.println(\"エラー\");\n\t\t }*/\n }", "main", "{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //前準備 for文の変数iと約数の数を数える変数count\n\t\t int i = 0;\n\t\t int count = 0;\n\n\t\t /*Constraintsを実験的にセット\n\t\t *1?a,b,c?10000\n\t\t *a?b\n\t\t *この条件の場合エラーメッセージを出力している。\n\t\t *が、本来求められていない機能のようなのでコメントアウトしておく。\n\t\t */\n\n\t\t //if(!(a < 1 || a > 10000 || b < 1 || b > 10000 || c < 1 || c > 10000 || a < b )){\n\n\t\t\t for(i=a; i<=b; i++){\n\t\t\t\t if( c % i == 0){count = count +1;}\n\t\t\t }\n\n\t\t System.out.println(count);\n\t\t /*} else {\n\t\t *\t System.out.println(\"エラー\");\n\t\t }*/\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String[] strAry = str.split(\" \");", "strAry", "str.split(\" \")", "str.split", "str", "\" \"", "int a = Integer.parseInt(strAry[0]);", "a", "Integer.parseInt(strAry[0])", "Integer.parseInt", "Integer", "strAry[0]", "strAry", "0", "int b = Integer.parseInt(strAry[1]);", "b", "Integer.parseInt(strAry[1])", "Integer.parseInt", "Integer", "strAry[1]", "strAry", "1", "int c = Integer.parseInt(strAry[2]);", "c", "Integer.parseInt(strAry[2])", "Integer.parseInt", "Integer", "strAry[2]", "strAry", "2", "int i = 0;", "i", "0", "int count = 0;", "count", "0", "for(i=a; i<=b; i++){\n\t\t\t\t if( c % i == 0){count = count +1;}\n\t\t\t }", "i=a;", "i=a", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n\t\t\t\t if( c % i == 0){count = count +1;}\n\t\t\t }", "{\n\t\t\t\t if( c % i == 0){count = count +1;}\n\t\t\t }", "if( c % i == 0){count = count +1;}", "c % i == 0", "c % i", "c", "i", "0", "{count = count +1;}", "count = count +1", "count", "count +1", "count", "1", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] arg", "arg", "public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //前準備 for文の変数iと約数の数を数える変数count\n\t\t int i = 0;\n\t\t int count = 0;\n\n\t\t /*Constraintsを実験的にセット\n\t\t *1?a,b,c?10000\n\t\t *a?b\n\t\t *この条件の場合エラーメッセージを出力している。\n\t\t *が、本来求められていない機能のようなのでコメントアウトしておく。\n\t\t */\n\n\t\t //if(!(a < 1 || a > 10000 || b < 1 || b > 10000 || c < 1 || c > 10000 || a < b )){\n\n\t\t\t for(i=a; i<=b; i++){\n\t\t\t\t if( c % i == 0){count = count +1;}\n\t\t\t }\n\n\t\t System.out.println(count);\n\t\t /*} else {\n\t\t *\t System.out.println(\"エラー\");\n\t\t }*/\n }\n}", "public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\t\t int c = Integer.parseInt(strAry[2]);\n\n\t\t //前準備 for文の変数iと約数の数を数える変数count\n\t\t int i = 0;\n\t\t int count = 0;\n\n\t\t /*Constraintsを実験的にセット\n\t\t *1?a,b,c?10000\n\t\t *a?b\n\t\t *この条件の場合エラーメッセージを出力している。\n\t\t *が、本来求められていない機能のようなのでコメントアウトしておく。\n\t\t */\n\n\t\t //if(!(a < 1 || a > 10000 || b < 1 || b > 10000 || c < 1 || c > 10000 || a < b )){\n\n\t\t\t for(i=a; i<=b; i++){\n\t\t\t\t if( c % i == 0){count = count +1;}\n\t\t\t }\n\n\t\t System.out.println(count);\n\t\t /*} else {\n\t\t *\t System.out.println(\"エラー\");\n\t\t }*/\n }\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] arg)throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); //br.readline(); = 入力された1行分を日本語変換して返してくれる。 String str = br.readLine(); /*配列の型(intとかStringとか) [] 配列名 = 配列を用意 *今回はstrAryって配列にstrを入れてる。 *str.split = splitってのはString内に用意されてるメソッド *文字列を分割するときに使用。今回は空白で区切ってって仕様なので *split(" ")としてます。*/ String[] strAry = str.split(" "); /*おなじみの文字列から数値への変換。 *ただし今回は指定先が配列の何番って風になってる。*/ int a = Integer.parseInt(strAry[0]); int b = Integer.parseInt(strAry[1]); int c = Integer.parseInt(strAry[2]); //前準備 for文の変数iと約数の数を数える変数count int i = 0; int count = 0; /*Constraintsを実験的にセット *1?a,b,c?10000 *a?b *この条件の場合エラーメッセージを出力している。 *が、本来求められていない機能のようなのでコメントアウトしておく。 */ //if(!(a < 1 || a > 10000 || b < 1 || b > 10000 || c < 1 || c > 10000 || a < b )){ for(i=a; i<=b; i++){ if( c % i == 0){count = count +1;} } System.out.println(count); /*} else { * System.out.println("エラー"); }*/ } }
[ 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, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 32, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 40, 41 ], [ 14, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 47, 48 ], [ 48, 49 ], [ 14, 50 ], [ 50, 51 ], [ 50, 52 ], [ 14, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 58, 59 ], [ 58, 60 ], [ 53, 61 ], [ 61, 62 ], [ 62, 63 ], [ 53, 64 ], [ 65, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 66, 72 ], [ 72, 73 ], [ 73, 74 ], [ 14, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 75, 80 ], [ 12, 81 ], [ 81, 82 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\nclass Main{\n\n\tpublic static void main(String[] args) throws Exception{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\t\tint count = 0;\n\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "class Main{\n\n\tpublic static void main(String[] args) throws Exception{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\t\tint count = 0;\n\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}\n}", "Main", "public static void main(String[] args) throws Exception{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\t\tint count = 0;\n\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}", "main", "{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint c = Integer.parseInt(st.nextToken());\n\t\tint count = 0;\n\n\t\tfor(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "StringTokenizer st = new StringTokenizer(str, \" \");", "st", "new StringTokenizer(str, \" \")", "int a = Integer.parseInt(st.nextToken());", "a", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int b = Integer.parseInt(st.nextToken());", "b", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int c = Integer.parseInt(st.nextToken());", "c", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int count = 0;", "count", "0", "for(int i = a; i <= b; i++){\n\t\t\tif(c % i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\t\tif(c % i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "{\n\t\t\tif(c % i == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}", "if(c % i == 0){\n\t\t\t\tcount++;\n\t\t\t}", "c % i == 0", "c % i", "c", "i", "0", "{\n\t\t\t\tcount++;\n\t\t\t}", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.StringTokenizer; class Main{ public static void main(String[] args) throws Exception{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); StringTokenizer st = new StringTokenizer(str, " "); int a = Integer.parseInt(st.nextToken()); int b = Integer.parseInt(st.nextToken()); int c = Integer.parseInt(st.nextToken()); int count = 0; for(int i = a; i <= b; i++){ if(c % i == 0){ count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 70, 5 ], [ 70, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 14, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 34, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 44, 45 ], [ 44, 46 ], [ 39, 47 ], [ 47, 48 ], [ 48, 49 ], [ 39, 50 ], [ 51, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 52, 58 ], [ 58, 59 ], [ 59, 60 ], [ 8, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 61, 66 ], [ 6, 67 ], [ 67, 68 ], [ 0, 69 ], [ 69, 70 ], [ 69, 71 ] ]
[ "import java.util.Scanner;\n\n \npublic class Main {\n\t\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int count=0;\n\t\t for(int i=a;i<=b;i++){\n\t\t if(c%i==0){\n\t\t\t count++;\n\t\t }\n\t\t }\n\t\t System.out.println(count);\n \n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\t\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int count=0;\n\t\t for(int i=a;i<=b;i++){\n\t\t if(c%i==0){\n\t\t\t count++;\n\t\t }\n\t\t }\n\t\t System.out.println(count);\n \n }\n}", "Main", "public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int count=0;\n\t\t for(int i=a;i<=b;i++){\n\t\t if(c%i==0){\n\t\t\t count++;\n\t\t }\n\t\t }\n\t\t System.out.println(count);\n \n }", "main", "{\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int count=0;\n\t\t for(int i=a;i<=b;i++){\n\t\t if(c%i==0){\n\t\t\t count++;\n\t\t }\n\t\t }\n\t\t System.out.println(count);\n \n }", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a=Integer.parseInt(sc.next());", "a", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "int b=Integer.parseInt(sc.next());", "b", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "int c=Integer.parseInt(sc.next());", "c", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "int count=0;", "count", "0", "for(int i=a;i<=b;i++){\n\t\t if(c%i==0){\n\t\t\t count++;\n\t\t }\n\t\t }", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n\t\t if(c%i==0){\n\t\t\t count++;\n\t\t }\n\t\t }", "{\n\t\t if(c%i==0){\n\t\t\t count++;\n\t\t }\n\t\t }", "if(c%i==0){\n\t\t\t count++;\n\t\t }", "c%i==0", "c%i", "c", "i", "0", "{\n\t\t\t count++;\n\t\t }", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n\t\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int count=0;\n\t\t for(int i=a;i<=b;i++){\n\t\t if(c%i==0){\n\t\t\t count++;\n\t\t }\n\t\t }\n\t\t System.out.println(count);\n \n }\n}", "public class Main {\n\t\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t \n\t \n\t \n\t\t int a=Integer.parseInt(sc.next());\n\t\t int b=Integer.parseInt(sc.next());\n\t\t int c=Integer.parseInt(sc.next());\n\t\t int count=0;\n\t\t for(int i=a;i<=b;i++){\n\t\t if(c%i==0){\n\t\t\t count++;\n\t\t }\n\t\t }\n\t\t System.out.println(count);\n \n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc=new Scanner(System.in); int a=Integer.parseInt(sc.next()); int b=Integer.parseInt(sc.next()); int c=Integer.parseInt(sc.next()); int count=0; for(int i=a;i<=b;i++){ if(c%i==0){ count++; } } System.out.println(count); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 17, 41, 13, 41, 13, 41, 13, 41, 13, 17, 38, 5, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 4, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 13, 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 ], [ 101, 11 ], [ 101, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 22 ], [ 22, 23 ], [ 14, 24 ], [ 24, 25 ], [ 14, 26 ], [ 26, 27 ], [ 14, 28 ], [ 28, 29 ], [ 28, 30 ], [ 14, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 31, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 41, 46 ], [ 38, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 49, 52 ], [ 52, 53 ], [ 52, 54 ], [ 38, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 57, 60 ], [ 60, 61 ], [ 60, 62 ], [ 38, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 65, 68 ], [ 68, 69 ], [ 68, 70 ], [ 38, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 76, 77 ], [ 76, 78 ], [ 71, 79 ], [ 79, 80 ], [ 80, 81 ], [ 71, 82 ], [ 83, 83 ], [ 83, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 86, 88 ], [ 85, 89 ], [ 84, 90 ], [ 90, 91 ], [ 14, 92 ], [ 92, 93 ], [ 93, 94 ], [ 94, 95 ], [ 94, 96 ], [ 92, 97 ], [ 12, 98 ], [ 98, 99 ], [ 0, 100 ], [ 100, 101 ], [ 100, 102 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=new String[3];\n\t\tint a,b,c;\n\t\tint divisor=0;\n\n\t\ttry{\n\t\t\tstr=br.readLine().split(\" \");\n\t\t\ta=Integer.parseInt(str[0]);\n\t\t\tb=Integer.parseInt(str[1]);\n\t\t\tc=Integer.parseInt(str[2]);\n\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tSystem.out.println(divisor);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\tpublic static void main(String[] args){\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=new String[3];\n\t\tint a,b,c;\n\t\tint divisor=0;\n\n\t\ttry{\n\t\t\tstr=br.readLine().split(\" \");\n\t\t\ta=Integer.parseInt(str[0]);\n\t\t\tb=Integer.parseInt(str[1]);\n\t\t\tc=Integer.parseInt(str[2]);\n\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tSystem.out.println(divisor);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=new String[3];\n\t\tint a,b,c;\n\t\tint divisor=0;\n\n\t\ttry{\n\t\t\tstr=br.readLine().split(\" \");\n\t\t\ta=Integer.parseInt(str[0]);\n\t\t\tb=Integer.parseInt(str[1]);\n\t\t\tc=Integer.parseInt(str[2]);\n\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tSystem.out.println(divisor);\n\t}", "main", "{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=new String[3];\n\t\tint a,b,c;\n\t\tint divisor=0;\n\n\t\ttry{\n\t\t\tstr=br.readLine().split(\" \");\n\t\t\ta=Integer.parseInt(str[0]);\n\t\t\tb=Integer.parseInt(str[1]);\n\t\t\tc=Integer.parseInt(str[2]);\n\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tSystem.out.println(divisor);\n\t}", "BufferedReader br=new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] str=new String[3];", "str", "new String[3]", "3", "int a", "a", "b", "b", "c;", "c", "int divisor=0;", "divisor", "0", "try{\n\t\t\tstr=br.readLine().split(\" \");\n\t\t\ta=Integer.parseInt(str[0]);\n\t\t\tb=Integer.parseInt(str[1]);\n\t\t\tc=Integer.parseInt(str[2]);\n\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}", "catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}", "IOException e", "{\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\tstr=br.readLine().split(\" \");\n\t\t\ta=Integer.parseInt(str[0]);\n\t\t\tb=Integer.parseInt(str[1]);\n\t\t\tc=Integer.parseInt(str[2]);\n\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}\n\t\t}", "str=br.readLine().split(\" \")", "str", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "a=Integer.parseInt(str[0])", "a", "Integer.parseInt(str[0])", "Integer.parseInt", "Integer", "str[0]", "str", "0", "b=Integer.parseInt(str[1])", "b", "Integer.parseInt(str[1])", "Integer.parseInt", "Integer", "str[1]", "str", "1", "c=Integer.parseInt(str[2])", "c", "Integer.parseInt(str[2])", "Integer.parseInt", "Integer", "str[2]", "str", "2", "for(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}", "{\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}", "if(c%i==0)divisor++;", "c%i==0", "c%i", "c", "i", "0", "divisor++", "divisor", "System.out.println(divisor)", "System.out.println", "System.out", "System", "System.out", "divisor", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=new String[3];\n\t\tint a,b,c;\n\t\tint divisor=0;\n\n\t\ttry{\n\t\t\tstr=br.readLine().split(\" \");\n\t\t\ta=Integer.parseInt(str[0]);\n\t\t\tb=Integer.parseInt(str[1]);\n\t\t\tc=Integer.parseInt(str[2]);\n\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tSystem.out.println(divisor);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=new String[3];\n\t\tint a,b,c;\n\t\tint divisor=0;\n\n\t\ttry{\n\t\t\tstr=br.readLine().split(\" \");\n\t\t\ta=Integer.parseInt(str[0]);\n\t\t\tb=Integer.parseInt(str[1]);\n\t\t\tc=Integer.parseInt(str[2]);\n\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)divisor++;\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t\tSystem.out.println(divisor);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args){ BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); String[] str=new String[3]; int a,b,c; int divisor=0; try{ str=br.readLine().split(" "); a=Integer.parseInt(str[0]); b=Integer.parseInt(str[1]); c=Integer.parseInt(str[2]); for(int i=a;i<=b;i++){ if(c%i==0)divisor++; } }catch(IOException e){ e.printStackTrace(); } System.out.println(divisor); } }
[ 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, 17, 14, 2, 13, 13, 30, 0, 13, 13, 0, 13, 13, 0, 13, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 40, 13, 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 ], [ 80, 8 ], [ 80, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 11, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 11, 30 ], [ 30, 31 ], [ 30, 32 ], [ 11, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 37, 41 ], [ 41, 42 ], [ 41, 43 ], [ 37, 44 ], [ 44, 45 ], [ 44, 46 ], [ 11, 47 ], [ 47, 48 ], [ 47, 49 ], [ 11, 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 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 63, 69 ], [ 69, 70 ], [ 11, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 9, 77 ], [ 77, 78 ], [ 0, 79 ], [ 79, 80 ], [ 79, 81 ] ]
[ "import java.io.IOException;\nimport java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\t\t\t\n\t\tScanner sc = new Scanner(System.in);\n \n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n \n int tmp=0;\n if(a>b){tmp=a;a=b;b=tmp;\n }int count=0;\n for(int i=a;i<=b;i++){\n \t\n \tif(c%i==0) count++;\n }System.out.println(count);\n\t}\n }", "import java.io.IOException;", "IOException", "java.io", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\t\t\t\n\t\tScanner sc = new Scanner(System.in);\n \n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n \n int tmp=0;\n if(a>b){tmp=a;a=b;b=tmp;\n }int count=0;\n for(int i=a;i<=b;i++){\n \t\n \tif(c%i==0) count++;\n }System.out.println(count);\n\t}\n }", "Main", "public static void main(String[] args) throws IOException {\n\t\t\t\t\n\t\tScanner sc = new Scanner(System.in);\n \n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n \n int tmp=0;\n if(a>b){tmp=a;a=b;b=tmp;\n }int count=0;\n for(int i=a;i<=b;i++){\n \t\n \tif(c%i==0) count++;\n }System.out.println(count);\n\t}", "main", "{\n\t\t\t\t\n\t\tScanner sc = new Scanner(System.in);\n \n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n \n int tmp=0;\n if(a>b){tmp=a;a=b;b=tmp;\n }int count=0;\n for(int i=a;i<=b;i++){\n \t\n \tif(c%i==0) count++;\n }System.out.println(count);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a=sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b=sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int c=sc.nextInt();", "c", "sc.nextInt()", "sc.nextInt", "sc", "int tmp=0;", "tmp", "0", "if(a>b){tmp=a;a=b;b=tmp;\n }", "a>b", "a", "b", "{tmp=a;a=b;b=tmp;\n }", "tmp=a", "tmp", "a", "a=b", "a", "b", "b=tmp", "b", "tmp", "int count=0;", "count", "0", "for(int i=a;i<=b;i++){\n \t\n \tif(c%i==0) count++;\n }", "int i=a;", "int i=a;", "i", "a", "i<=b", "i", "b", "i++", "i++", "i", "{\n \t\n \tif(c%i==0) count++;\n }", "{\n \t\n \tif(c%i==0) count++;\n }", "if(c%i==0) count++;", "c%i==0", "c%i", "c", "i", "0", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\t\t\t\n\t\tScanner sc = new Scanner(System.in);\n \n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n \n int tmp=0;\n if(a>b){tmp=a;a=b;b=tmp;\n }int count=0;\n for(int i=a;i<=b;i++){\n \t\n \tif(c%i==0) count++;\n }System.out.println(count);\n\t}\n }", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\t\t\t\n\t\tScanner sc = new Scanner(System.in);\n \n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n \n int tmp=0;\n if(a>b){tmp=a;a=b;b=tmp;\n }int count=0;\n for(int i=a;i<=b;i++){\n \t\n \tif(c%i==0) count++;\n }System.out.println(count);\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 a=sc.nextInt(); int b=sc.nextInt(); int c=sc.nextInt(); int tmp=0; if(a>b){tmp=a;a=b;b=tmp; }int count=0; for(int i=a;i<=b;i++){ if(c%i==0) count++; }System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 17, 41, 13, 41, 13, 41, 13, 41, 13, 20, 38, 5, 13, 30, 4, 18, 18, 13, 13, 4, 18, 13, 30, 4, 18, 13, 30, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 4, 13, 13, 13, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 12, 13, 30, 29, 8, 2, 2, 13, 13, 17, 17, 17, 23, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 99, 5 ], [ 99, 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 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 27, 28 ], [ 27, 29 ], [ 25, 30 ], [ 30, 31 ], [ 31, 32 ], [ 21, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 21, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 37, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 46, 47 ], [ 37, 48 ], [ 48, 49 ], [ 48, 50 ], [ 50, 51 ], [ 51, 52 ], [ 37, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 58, 59 ], [ 58, 60 ], [ 53, 61 ], [ 61, 62 ], [ 62, 63 ], [ 53, 64 ], [ 65, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 67, 70 ], [ 66, 71 ], [ 71, 72 ], [ 72, 73 ], [ 8, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 74, 79 ], [ 6, 80 ], [ 80, 81 ], [ 99, 82 ], [ 82, 83 ], [ 82, 84 ], [ 84, 85 ], [ 85, 86 ], [ 86, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 87, 91 ], [ 86, 92 ], [ 86, 93 ], [ 82, 94 ], [ 94, 95 ], [ 82, 96 ], [ 96, 97 ], [ 0, 98 ], [ 98, 99 ], [ 98, 100 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n\tint result = 0;\n\tint a, b, c;\n\tScanner sc = new Scanner(System.in);\n\ttry {\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t c = sc.nextInt();\n\t for (int i = a; i <= b; i++) {\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t} finally {\n\t sc.close();\n\t}\n\tSystem.out.println(result);\n }\n\n private static boolean canMod(int a, int c) {\n\treturn c % a == 0 ? true : false;\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n\tint result = 0;\n\tint a, b, c;\n\tScanner sc = new Scanner(System.in);\n\ttry {\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t c = sc.nextInt();\n\t for (int i = a; i <= b; i++) {\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t} finally {\n\t sc.close();\n\t}\n\tSystem.out.println(result);\n }\n\n private static boolean canMod(int a, int c) {\n\treturn c % a == 0 ? true : false;\n }\n}", "Main", "public static void main(String[] args) {\n\tint result = 0;\n\tint a, b, c;\n\tScanner sc = new Scanner(System.in);\n\ttry {\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t c = sc.nextInt();\n\t for (int i = a; i <= b; i++) {\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t} finally {\n\t sc.close();\n\t}\n\tSystem.out.println(result);\n }", "main", "{\n\tint result = 0;\n\tint a, b, c;\n\tScanner sc = new Scanner(System.in);\n\ttry {\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t c = sc.nextInt();\n\t for (int i = a; i <= b; i++) {\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t} finally {\n\t sc.close();\n\t}\n\tSystem.out.println(result);\n }", "int result = 0;", "result", "0", "int a", "a", "b", "b", "c;", "c", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "try {\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t c = sc.nextInt();\n\t for (int i = a; i <= b; i++) {\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t} finally {\n\t sc.close();\n\t}", "catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t}", "Exception e", "{\n\t System.out.println(e.getMessage());\n\t}", "System.out.println(e.getMessage())", "System.out.println", "System.out", "System", "System.out", "e.getMessage()", "e.getMessage", "e", "{\n\t sc.close();\n\t}", "sc.close()", "sc.close", "sc", "{\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t c = sc.nextInt();\n\t for (int i = a; i <= b; i++) {\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }\n\t}", "a = sc.nextInt()", "a", "sc.nextInt()", "sc.nextInt", "sc", "b = sc.nextInt()", "b", "sc.nextInt()", "sc.nextInt", "sc", "c = sc.nextInt()", "c", "sc.nextInt()", "sc.nextInt", "sc", "for (int i = a; i <= b; i++) {\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }", "int i = a;", "int i = a;", "i", "a", "i <= b", "i", "b", "i++", "i++", "i", "{\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }", "{\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }", "if (canMod(i, c)) {\n\t\t result++;\n\t\t}", "canMod(i, c)", "canMod", "i", "c", "{\n\t\t result++;\n\t\t}", "result++", "result", "System.out.println(result)", "System.out.println", "System.out", "System", "System.out", "result", "String[] args", "args", "private static boolean canMod(int a, int c) {\n\treturn c % a == 0 ? true : false;\n }", "canMod", "{\n\treturn c % a == 0 ? true : false;\n }", "return c % a == 0 ? true : false;", "c % a == 0 ? true : false", "c % a == 0", "c % a", "c", "a", "0", "true", "false", "int a", "a", "int c", "c", "public class Main {\n public static void main(String[] args) {\n\tint result = 0;\n\tint a, b, c;\n\tScanner sc = new Scanner(System.in);\n\ttry {\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t c = sc.nextInt();\n\t for (int i = a; i <= b; i++) {\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t} finally {\n\t sc.close();\n\t}\n\tSystem.out.println(result);\n }\n\n private static boolean canMod(int a, int c) {\n\treturn c % a == 0 ? true : false;\n }\n}", "public class Main {\n public static void main(String[] args) {\n\tint result = 0;\n\tint a, b, c;\n\tScanner sc = new Scanner(System.in);\n\ttry {\n\t a = sc.nextInt();\n\t b = sc.nextInt();\n\t c = sc.nextInt();\n\t for (int i = a; i <= b; i++) {\n\t\tif (canMod(i, c)) {\n\t\t result++;\n\t\t}\n\t }\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t} finally {\n\t sc.close();\n\t}\n\tSystem.out.println(result);\n }\n\n private static boolean canMod(int a, int c) {\n\treturn c % a == 0 ? true : false;\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { int result = 0; int a, b, c; Scanner sc = new Scanner(System.in); try { a = sc.nextInt(); b = sc.nextInt(); c = sc.nextInt(); for (int i = a; i <= b; i++) { if (canMod(i, c)) { result++; } } } catch (Exception e) { System.out.println(e.getMessage()); } finally { sc.close(); } System.out.println(result); } private static boolean canMod(int a, int c) { return c % a == 0 ? true : false; } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 13, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 70, 5 ], [ 70, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 14, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 34, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 44, 45 ], [ 44, 46 ], [ 39, 47 ], [ 47, 48 ], [ 48, 49 ], [ 39, 50 ], [ 51, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 52, 58 ], [ 58, 59 ], [ 59, 60 ], [ 8, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 61, 66 ], [ 6, 67 ], [ 67, 68 ], [ 0, 69 ], [ 69, 70 ], [ 69, 71 ] ]
[ "\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t int b = Integer.parseInt(std.next());\n\t int c = Integer.parseInt(std.next());\n\t int divisor = 0;\n\t for(int n = a; n <= b; n++ ){\n\t \tif(c%n==0){divisor++;}\n\t }\n\t System.out.println(divisor);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t int b = Integer.parseInt(std.next());\n\t int c = Integer.parseInt(std.next());\n\t int divisor = 0;\n\t for(int n = a; n <= b; n++ ){\n\t \tif(c%n==0){divisor++;}\n\t }\n\t System.out.println(divisor);\n\t}\n}", "Main", "public static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t int b = Integer.parseInt(std.next());\n\t int c = Integer.parseInt(std.next());\n\t int divisor = 0;\n\t for(int n = a; n <= b; n++ ){\n\t \tif(c%n==0){divisor++;}\n\t }\n\t System.out.println(divisor);\n\t}", "main", "{\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t int b = Integer.parseInt(std.next());\n\t int c = Integer.parseInt(std.next());\n\t int divisor = 0;\n\t for(int n = a; n <= b; n++ ){\n\t \tif(c%n==0){divisor++;}\n\t }\n\t System.out.println(divisor);\n\t}", "Scanner std = new Scanner(System.in);", "std", "new Scanner(System.in)", "int a = Integer.parseInt(std.next());", "a", "Integer.parseInt(std.next())", "Integer.parseInt", "Integer", "std.next()", "std.next", "std", "int b = Integer.parseInt(std.next());", "b", "Integer.parseInt(std.next())", "Integer.parseInt", "Integer", "std.next()", "std.next", "std", "int c = Integer.parseInt(std.next());", "c", "Integer.parseInt(std.next())", "Integer.parseInt", "Integer", "std.next()", "std.next", "std", "int divisor = 0;", "divisor", "0", "for(int n = a; n <= b; n++ ){\n\t \tif(c%n==0){divisor++;}\n\t }", "int n = a;", "int n = a;", "n", "a", "n <= b", "n", "b", "n++", "n++", "n", "{\n\t \tif(c%n==0){divisor++;}\n\t }", "{\n\t \tif(c%n==0){divisor++;}\n\t }", "if(c%n==0){divisor++;}", "c%n==0", "c%n", "c", "n", "0", "{divisor++;}", "divisor++", "divisor", "System.out.println(divisor)", "System.out.println", "System.out", "System", "System.out", "divisor", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t int b = Integer.parseInt(std.next());\n\t int c = Integer.parseInt(std.next());\n\t int divisor = 0;\n\t for(int n = a; n <= b; n++ ){\n\t \tif(c%n==0){divisor++;}\n\t }\n\t System.out.println(divisor);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t Scanner std = new Scanner(System.in);\n\t int a = Integer.parseInt(std.next());\n\t int b = Integer.parseInt(std.next());\n\t int c = Integer.parseInt(std.next());\n\t int divisor = 0;\n\t for(int n = a; n <= b; n++ ){\n\t \tif(c%n==0){divisor++;}\n\t }\n\t System.out.println(divisor);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner std = new Scanner(System.in); int a = Integer.parseInt(std.next()); int b = Integer.parseInt(std.next()); int c = Integer.parseInt(std.next()); int divisor = 0; for(int n = a; n <= b; n++ ){ if(c%n==0){divisor++;} } System.out.println(divisor); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 17, 41, 13, 20, 18, 13, 13, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 11, 1, 41, 13, 18, 13, 17, 2, 13, 18, 13, 17, 1, 40, 13, 30, 30, 14, 2, 2, 18, 13, 17, 13, 17, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 14, 19 ], [ 14, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 24, 25 ], [ 24, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 30, 40 ], [ 40, 41 ], [ 41, 42 ], [ 30, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 51, 52 ], [ 51, 53 ], [ 8, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 58, 60 ], [ 54, 61 ], [ 61, 62 ], [ 61, 63 ], [ 63, 64 ], [ 63, 65 ], [ 54, 66 ], [ 66, 67 ], [ 67, 68 ], [ 54, 69 ], [ 70, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 72, 78 ], [ 71, 79 ], [ 79, 80 ], [ 8, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 81, 86 ], [ 6, 87 ], [ 87, 88 ] ]
[ "import java.io.*;\n\nclass Main\n{\n public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \",0);\n int n[] = new int[str.length];\n int count = 0;\n\n for(int i = 0; i < str.length; i++) n[i] = Integer.parseInt(str[i]);\n\n for(int x = n[0]; x <= n[1]; x++){\n if(n[2] % x == 0) count++;\n }\n System.out.println(count);\n }\n}", "import java.io.*;", "io.*", "java", "class Main\n{\n public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \",0);\n int n[] = new int[str.length];\n int count = 0;\n\n for(int i = 0; i < str.length; i++) n[i] = Integer.parseInt(str[i]);\n\n for(int x = n[0]; x <= n[1]; x++){\n if(n[2] % x == 0) count++;\n }\n System.out.println(count);\n }\n}", "Main", "public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \",0);\n int n[] = new int[str.length];\n int count = 0;\n\n for(int i = 0; i < str.length; i++) n[i] = Integer.parseInt(str[i]);\n\n for(int x = n[0]; x <= n[1]; x++){\n if(n[2] % x == 0) count++;\n }\n System.out.println(count);\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str[] = br.readLine().split(\" \",0);\n int n[] = new int[str.length];\n int count = 0;\n\n for(int i = 0; i < str.length; i++) n[i] = Integer.parseInt(str[i]);\n\n for(int x = n[0]; x <= n[1]; x++){\n if(n[2] % x == 0) count++;\n }\n System.out.println(count);\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str[] = br.readLine().split(\" \",0);", "str", "br.readLine().split(\" \",0)", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "0", "int n[] = new int[str.length];", "n", "new int[str.length]", "str.length", "str", "str.length", "int count = 0;", "count", "0", "for(int i = 0; i < str.length; i++) n[i] = Integer.parseInt(str[i]);", "int i = 0;", "int i = 0;", "i", "0", "i < str.length", "i", "str.length", "str", "str.length", "i++", "i++", "i", "n[i] = Integer.parseInt(str[i]);", "n[i] = Integer.parseInt(str[i])", "n[i]", "n", "i", "Integer.parseInt(str[i])", "Integer.parseInt", "Integer", "str[i]", "str", "i", "for(int x = n[0]; x <= n[1]; x++){\n if(n[2] % x == 0) count++;\n }", "int x = n[0];", "int x = n[0];", "x", "n[0]", "n", "0", "x <= n[1]", "x", "n[1]", "n", "1", "x++", "x++", "x", "{\n if(n[2] % x == 0) count++;\n }", "{\n if(n[2] % x == 0) count++;\n }", "if(n[2] % x == 0) count++;", "n[2] % x == 0", "n[2] % x", "n[2]", "n", "2", "x", "0", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args" ]
import java.io.*; class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str[] = br.readLine().split(" ",0); int n[] = new int[str.length]; int count = 0; for(int i = 0; i < str.length; i++) n[i] = Integer.parseInt(str[i]); for(int x = n[0]; x <= n[1]; x++){ if(n[2] % x == 0) count++; } System.out.println(count); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 17, 0, 18, 13, 17, 4, 18, 13, 0, 18, 13, 17, 4, 18, 13, 0, 18, 13, 17, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 18, 13, 17, 2, 13, 2, 18, 13, 17, 17, 1, 40, 13, 30, 30, 14, 2, 2, 18, 13, 17, 13, 17, 30, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 79, 5 ], [ 79, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 8, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 16, 20 ], [ 20, 21 ], [ 21, 22 ], [ 8, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 23, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 34, 35 ], [ 35, 36 ], [ 8, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 44, 46 ], [ 40, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 40, 54 ], [ 54, 55 ], [ 55, 56 ], [ 40, 57 ], [ 58, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 60, 66 ], [ 59, 67 ], [ 67, 68 ], [ 68, 69 ], [ 8, 70 ], [ 70, 71 ], [ 71, 72 ], [ 72, 73 ], [ 72, 74 ], [ 70, 75 ], [ 6, 76 ], [ 76, 77 ], [ 0, 78 ], [ 78, 79 ], [ 78, 80 ] ]
[ "import java.util.*;\npublic class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint[] ary =new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tint reg=0;\n \tfor(int i=ary[0];i<ary[1]+1;i++){\n \t\tif(ary[2]%i==0){\n \t\t\treg++;\n \t\t}\n \t}\n \tSystem.out.println(reg);\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint[] ary =new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tint reg=0;\n \tfor(int i=ary[0];i<ary[1]+1;i++){\n \t\tif(ary[2]%i==0){\n \t\t\treg++;\n \t\t}\n \t}\n \tSystem.out.println(reg);\n }\n}", "Main", "public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint[] ary =new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tint reg=0;\n \tfor(int i=ary[0];i<ary[1]+1;i++){\n \t\tif(ary[2]%i==0){\n \t\t\treg++;\n \t\t}\n \t}\n \tSystem.out.println(reg);\n }", "main", "{\n \tScanner sc = new Scanner(System.in);\n \tint[] ary =new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tint reg=0;\n \tfor(int i=ary[0];i<ary[1]+1;i++){\n \t\tif(ary[2]%i==0){\n \t\t\treg++;\n \t\t}\n \t}\n \tSystem.out.println(reg);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int[] ary =new int[3];", "ary", "new int[3]", "3", "ary[0]=sc.nextInt()", "ary[0]", "ary", "0", "sc.nextInt()", "sc.nextInt", "sc", "ary[1]=sc.nextInt()", "ary[1]", "ary", "1", "sc.nextInt()", "sc.nextInt", "sc", "ary[2]=sc.nextInt()", "ary[2]", "ary", "2", "sc.nextInt()", "sc.nextInt", "sc", "int reg=0;", "reg", "0", "for(int i=ary[0];i<ary[1]+1;i++){\n \t\tif(ary[2]%i==0){\n \t\t\treg++;\n \t\t}\n \t}", "int i=ary[0];", "int i=ary[0];", "i", "ary[0]", "ary", "0", "i<ary[1]+1", "i", "ary[1]+1", "ary[1]", "ary", "1", "1", "i++", "i++", "i", "{\n \t\tif(ary[2]%i==0){\n \t\t\treg++;\n \t\t}\n \t}", "{\n \t\tif(ary[2]%i==0){\n \t\t\treg++;\n \t\t}\n \t}", "if(ary[2]%i==0){\n \t\t\treg++;\n \t\t}", "ary[2]%i==0", "ary[2]%i", "ary[2]", "ary", "2", "i", "0", "{\n \t\t\treg++;\n \t\t}", "reg++", "reg", "System.out.println(reg)", "System.out.println", "System.out", "System", "System.out", "reg", "String[] args", "args", "public class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint[] ary =new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tint reg=0;\n \tfor(int i=ary[0];i<ary[1]+1;i++){\n \t\tif(ary[2]%i==0){\n \t\t\treg++;\n \t\t}\n \t}\n \tSystem.out.println(reg);\n }\n}", "public class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \tint[] ary =new int[3];\n \tary[0]=sc.nextInt();\n \tary[1]=sc.nextInt();\n \tary[2]=sc.nextInt();\n\n \tint reg=0;\n \tfor(int i=ary[0];i<ary[1]+1;i++){\n \t\tif(ary[2]%i==0){\n \t\t\treg++;\n \t\t}\n \t}\n \tSystem.out.println(reg);\n }\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); int[] ary =new int[3]; ary[0]=sc.nextInt(); ary[1]=sc.nextInt(); ary[2]=sc.nextInt(); int reg=0; for(int i=ary[0];i<ary[1]+1;i++){ if(ary[2]%i==0){ reg++; } } System.out.println(reg); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 4, 18, 13, 41, 13, 17, 11, 1, 41, 13, 17, 2, 13, 13, 1, 40, 13, 30, 30, 14, 2, 2, 13, 13, 17, 14, 2, 2, 13, 13, 2, 13, 13, 40, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 80, 5 ], [ 80, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 14, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 34, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 47, 48 ], [ 47, 49 ], [ 42, 50 ], [ 50, 51 ], [ 51, 52 ], [ 42, 53 ], [ 54, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 55, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 66, 67 ], [ 66, 68 ], [ 61, 69 ], [ 69, 70 ], [ 8, 71 ], [ 71, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 71, 76 ], [ 6, 77 ], [ 77, 78 ], [ 0, 79 ], [ 79, 80 ], [ 79, 81 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tscan.close();\n\t\tint count=0;\t\n\t\tfor(int i=1;i<=c;i++){\n\t\t\tif(c%i==0)\n\t\t\t\tif(i>=a&&i<=b)\n\t\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t\t\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tscan.close();\n\t\tint count=0;\t\n\t\tfor(int i=1;i<=c;i++){\n\t\t\tif(c%i==0)\n\t\t\t\tif(i>=a&&i<=b)\n\t\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t\t\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tscan.close();\n\t\tint count=0;\t\n\t\tfor(int i=1;i<=c;i++){\n\t\t\tif(c%i==0)\n\t\t\t\tif(i>=a&&i<=b)\n\t\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t\t\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tscan.close();\n\t\tint count=0;\t\n\t\tfor(int i=1;i<=c;i++){\n\t\t\tif(c%i==0)\n\t\t\t\tif(i>=a&&i<=b)\n\t\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t\t\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int a = Integer.parseInt(scan.next());", "a", "Integer.parseInt(scan.next())", "Integer.parseInt", "Integer", "scan.next()", "scan.next", "scan", "int b = Integer.parseInt(scan.next());", "b", "Integer.parseInt(scan.next())", "Integer.parseInt", "Integer", "scan.next()", "scan.next", "scan", "int c = Integer.parseInt(scan.next());", "c", "Integer.parseInt(scan.next())", "Integer.parseInt", "Integer", "scan.next()", "scan.next", "scan", "scan.close()", "scan.close", "scan", "int count=0;", "count", "0", "for(int i=1;i<=c;i++){\n\t\t\tif(c%i==0)\n\t\t\t\tif(i>=a&&i<=b)\n\t\t\t\t\tcount++;\n\t\t}", "int i=1;", "int i=1;", "i", "1", "i<=c", "i", "c", "i++", "i++", "i", "{\n\t\t\tif(c%i==0)\n\t\t\t\tif(i>=a&&i<=b)\n\t\t\t\t\tcount++;\n\t\t}", "{\n\t\t\tif(c%i==0)\n\t\t\t\tif(i>=a&&i<=b)\n\t\t\t\t\tcount++;\n\t\t}", "if(c%i==0)\n\t\t\t\tif(i>=a&&i<=b)\n\t\t\t\t\tcount++;", "c%i==0", "c%i", "c", "i", "0", "if(i>=a&&i<=b)\n\t\t\t\t\tcount++;", "i>=a&&i<=b", "i>=a", "i", "a", "i<=b", "i", "b", "count++", "count", "System.out.println(count)", "System.out.println", "System.out", "System", "System.out", "count", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tscan.close();\n\t\tint count=0;\t\n\t\tfor(int i=1;i<=c;i++){\n\t\t\tif(c%i==0)\n\t\t\t\tif(i>=a&&i<=b)\n\t\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t\t\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = Integer.parseInt(scan.next());\n\t\tint b = Integer.parseInt(scan.next());\n\t\tint c = Integer.parseInt(scan.next());\n\t\tscan.close();\n\t\tint count=0;\t\n\t\tfor(int i=1;i<=c;i++){\n\t\t\tif(c%i==0)\n\t\t\t\tif(i>=a&&i<=b)\n\t\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t\t\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int a = Integer.parseInt(scan.next()); int b = Integer.parseInt(scan.next()); int c = Integer.parseInt(scan.next()); scan.close(); int count=0; for(int i=1;i<=c;i++){ if(c%i==0) if(i>=a&&i<=b) count++; } System.out.println(count); } }