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,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
42,
13,
30,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
2,
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,
3,
42,
2,
13,
13,
30,
14,
2,
2,
13,
13,
17,
30,
40,
13,
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
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
29,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
29,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
29,
45
],
[
45,
46
],
[
48,
47
],
[
63,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
48,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
63,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
67,
68
],
[
67,
69
],
[
48,
70
],
[
70,
71
],
[
70,
72
],
[
45,
73
],
[
73,
74
],
[
8,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
80,
86
],
[
86,
87
],
[
87,
88
],
[
79,
89
],
[
89,
90
],
[
8,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
93,
95
],
[
91,
96
],
[
6,
97
],
[
97,
98
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tboolean bl = true;\n\t\tint a=0,b=0,c=0;\n\t\tint count = 0;\n\n\t\twhile(bl){\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\n\t\t\tif((a >= 1 && a <= 10000) && (b >= 1 && b <= 10000) && (c >= 1 && c <= 10000) && (a <= b)){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\twhile(a <= b){\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}\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 stdIn = new Scanner(System.in);\n\t\tboolean bl = true;\n\t\tint a=0,b=0,c=0;\n\t\tint count = 0;\n\n\t\twhile(bl){\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\n\t\t\tif((a >= 1 && a <= 10000) && (b >= 1 && b <= 10000) && (c >= 1 && c <= 10000) && (a <= b)){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\twhile(a <= b){\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tboolean bl = true;\n\t\tint a=0,b=0,c=0;\n\t\tint count = 0;\n\n\t\twhile(bl){\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\n\t\t\tif((a >= 1 && a <= 10000) && (b >= 1 && b <= 10000) && (c >= 1 && c <= 10000) && (a <= b)){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\twhile(a <= b){\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tboolean bl = true;\n\t\tint a=0,b=0,c=0;\n\t\tint count = 0;\n\n\t\twhile(bl){\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\n\t\t\tif((a >= 1 && a <= 10000) && (b >= 1 && b <= 10000) && (c >= 1 && c <= 10000) && (a <= b)){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\twhile(a <= b){\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"boolean bl = true;",
"bl",
"true",
"int a=0",
"a",
"0",
"b=0",
"b",
"0",
"c=0;",
"c",
"0",
"int count = 0;",
"count",
"0",
"while(bl){\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\n\t\t\tif((a >= 1 && a <= 10000) && (b >= 1 && b <= 10000) && (c >= 1 && c <= 10000) && (a <= b)){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"bl",
"{\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\n\t\t\tif((a >= 1 && a <= 10000) && (b >= 1 && b <= 10000) && (c >= 1 && c <= 10000) && (a <= b)){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}",
"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",
"if((a >= 1 && a <= 10000) && (b >= 1 && b <= 10000) && (c >= 1 && c <= 10000) && (a <= b)){\n\t\t\t\tbreak;\n\t\t\t}",
"(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",
"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\t\t\t\tbreak;\n\t\t\t}",
"break;",
"while(a <= b){\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}",
"a <= b",
"a",
"b",
"{\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\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",
"a++",
"a",
"System.out.println(count)",
"System.out.println",
"System.out",
"System",
"System.out",
"count",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
boolean bl = true;
int a=0,b=0,c=0;
int count = 0;
while(bl){
a = stdIn.nextInt();
b = stdIn.nextInt();
c = stdIn.nextInt();
if((a >= 1 && a <= 10000) && (b >= 1 && b <= 10000) && (c >= 1 && c <= 10000) && (a <= b)){
break;
}
}
while(a <= b){
if(c % a == 0){
count++;
}
a++;
}
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,
41,
13,
17,
11,
1,
41,
13,
13,
2,
13,
13,
1,
40,
13,
30,
30,
0,
13,
2,
13,
13,
14,
2,
13,
2,
13,
13,
30,
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
],
[
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
],
[
53,
54
],
[
53,
55
],
[
50,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
8,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
6,
68
],
[
68,
69
]
] | [
"import java.util.Scanner;\n\n\nclass 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 i;\n\t\tint y = 0;\n\t\tfor(int x = a; x <= b; x++){\n\t\t\ti = c / x;\n\t\t\tif(c == i * x){\n\t\t\t\ty = y + 1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(y);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tint i;\n\t\tint y = 0;\n\t\tfor(int x = a; x <= b; x++){\n\t\t\ti = c / x;\n\t\t\tif(c == i * x){\n\t\t\t\ty = y + 1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(y);\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 i;\n\t\tint y = 0;\n\t\tfor(int x = a; x <= b; x++){\n\t\t\ti = c / x;\n\t\t\tif(c == i * x){\n\t\t\t\ty = y + 1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(y);\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 i;\n\t\tint y = 0;\n\t\tfor(int x = a; x <= b; x++){\n\t\t\ti = c / x;\n\t\t\tif(c == i * x){\n\t\t\t\ty = y + 1;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(y);\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 i;",
"i",
"int y = 0;",
"y",
"0",
"for(int x = a; x <= b; x++){\n\t\t\ti = c / x;\n\t\t\tif(c == i * x){\n\t\t\t\ty = y + 1;\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\ti = c / x;\n\t\t\tif(c == i * x){\n\t\t\t\ty = y + 1;\n\t\t\t}\n\t\t}",
"{\n\t\t\ti = c / x;\n\t\t\tif(c == i * x){\n\t\t\t\ty = y + 1;\n\t\t\t}\n\t\t}",
"i = c / x",
"i",
"c / x",
"c",
"x",
"if(c == i * x){\n\t\t\t\ty = y + 1;\n\t\t\t}",
"c == i * x",
"c",
"i * x",
"i",
"x",
"{\n\t\t\t\ty = y + 1;\n\t\t\t}",
"y = y + 1",
"y",
"y + 1",
"y",
"1",
"System.out.println(y)",
"System.out.println",
"System.out",
"System",
"System.out",
"y",
"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 i;
int y = 0;
for(int x = a; x <= b; x++){
i = c / x;
if(c == i * x){
y = y + 1;
}
}
System.out.println(y);
}
}
|
[
7,
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,
14,
2,
18,
13,
13,
17,
30,
38,
5,
13,
30,
30,
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,
4,
18,
13,
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
],
[
98,
5
],
[
98,
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
],
[
25,
26
],
[
26,
27
],
[
23,
28
],
[
8,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
29,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
48
],
[
40,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
40,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
62,
64
],
[
40,
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
],
[
81,
82
],
[
80,
83
],
[
80,
84
],
[
79,
85
],
[
78,
86
],
[
86,
87
],
[
87,
88
],
[
40,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
6,
95
],
[
95,
96
],
[
0,
97
],
[
97,
98
],
[
97,
99
]
] | [
"import java.io.*;\npublic class Main {\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a, b, c;\n\t\tint sum = 0;\n\t\t\n\t\tString[] str = br.readLine().split(\"\\\\s+\");\n\t\t\n\t\tif (str.length == 3) {\n\t\t\ttry {\n\t\t\t\ta = Integer.parseInt(str[0]);\n\t\t\t\tb = Integer.parseInt(str[1]);\n\t\t\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\t\tif (Math.floorMod(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\n\t\t\t\tSystem.out.println(sum);\n\t\t\t\t\n\t\t\t} catch(Exception NumberFormatException) {\n\t\t\t}\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a, b, c;\n\t\tint sum = 0;\n\t\t\n\t\tString[] str = br.readLine().split(\"\\\\s+\");\n\t\t\n\t\tif (str.length == 3) {\n\t\t\ttry {\n\t\t\t\ta = Integer.parseInt(str[0]);\n\t\t\t\tb = Integer.parseInt(str[1]);\n\t\t\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\t\tif (Math.floorMod(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\n\t\t\t\tSystem.out.println(sum);\n\t\t\t\t\n\t\t\t} catch(Exception NumberFormatException) {\n\t\t\t}\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a, b, c;\n\t\tint sum = 0;\n\t\t\n\t\tString[] str = br.readLine().split(\"\\\\s+\");\n\t\t\n\t\tif (str.length == 3) {\n\t\t\ttry {\n\t\t\t\ta = Integer.parseInt(str[0]);\n\t\t\t\tb = Integer.parseInt(str[1]);\n\t\t\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\t\tif (Math.floorMod(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\n\t\t\t\tSystem.out.println(sum);\n\t\t\t\t\n\t\t\t} catch(Exception NumberFormatException) {\n\t\t\t}\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a, b, c;\n\t\tint sum = 0;\n\t\t\n\t\tString[] str = br.readLine().split(\"\\\\s+\");\n\t\t\n\t\tif (str.length == 3) {\n\t\t\ttry {\n\t\t\t\ta = Integer.parseInt(str[0]);\n\t\t\t\tb = Integer.parseInt(str[1]);\n\t\t\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\t\tif (Math.floorMod(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\n\t\t\t\tSystem.out.println(sum);\n\t\t\t\t\n\t\t\t} catch(Exception NumberFormatException) {\n\t\t\t}\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int a",
"a",
"b",
"b",
"c;",
"c",
"int sum = 0;",
"sum",
"0",
"String[] str = br.readLine().split(\"\\\\s+\");",
"str",
"br.readLine().split(\"\\\\s+\")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\"\\\\s+\"",
"if (str.length == 3) {\n\t\t\ttry {\n\t\t\t\ta = Integer.parseInt(str[0]);\n\t\t\t\tb = Integer.parseInt(str[1]);\n\t\t\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\t\tif (Math.floorMod(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\n\t\t\t\tSystem.out.println(sum);\n\t\t\t\t\n\t\t\t} catch(Exception NumberFormatException) {\n\t\t\t}\n\t\t}",
"str.length == 3",
"str.length",
"str",
"str.length",
"3",
"{\n\t\t\ttry {\n\t\t\t\ta = Integer.parseInt(str[0]);\n\t\t\t\tb = Integer.parseInt(str[1]);\n\t\t\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\t\tif (Math.floorMod(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\n\t\t\t\tSystem.out.println(sum);\n\t\t\t\t\n\t\t\t} catch(Exception NumberFormatException) {\n\t\t\t}\n\t\t}",
"try {\n\t\t\t\ta = Integer.parseInt(str[0]);\n\t\t\t\tb = Integer.parseInt(str[1]);\n\t\t\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\t\tif (Math.floorMod(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\n\t\t\t\tSystem.out.println(sum);\n\t\t\t\t\n\t\t\t} catch(Exception NumberFormatException) {\n\t\t\t}",
"catch(Exception NumberFormatException) {\n\t\t\t}",
"Exception NumberFormatException",
"{\n\t\t\t}",
"{\n\t\t\t\ta = Integer.parseInt(str[0]);\n\t\t\t\tb = Integer.parseInt(str[1]);\n\t\t\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\t\tif (Math.floorMod(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\n\t\t\t\tSystem.out.println(sum);\n\t\t\t\t\n\t\t\t}",
"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\t\tif (Math.floorMod(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 (Math.floorMod(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 (Math.floorMod(c, i) == 0) {\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}\n\t\t\t\t}",
"if (Math.floorMod(c, i) == 0) {\n\t\t\t\t\t\tsum++;\n\t\t\t\t\t}",
"Math.floorMod(c, i) == 0",
"Math.floorMod(c, i)",
"Math.floorMod",
"Math",
"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\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a, b, c;\n\t\tint sum = 0;\n\t\t\n\t\tString[] str = br.readLine().split(\"\\\\s+\");\n\t\t\n\t\tif (str.length == 3) {\n\t\t\ttry {\n\t\t\t\ta = Integer.parseInt(str[0]);\n\t\t\t\tb = Integer.parseInt(str[1]);\n\t\t\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\t\tif (Math.floorMod(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\n\t\t\t\tSystem.out.println(sum);\n\t\t\t\t\n\t\t\t} catch(Exception NumberFormatException) {\n\t\t\t}\n\t\t}\n\t}\n}",
"public class Main {\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tint a, b, c;\n\t\tint sum = 0;\n\t\t\n\t\tString[] str = br.readLine().split(\"\\\\s+\");\n\t\t\n\t\tif (str.length == 3) {\n\t\t\ttry {\n\t\t\t\ta = Integer.parseInt(str[0]);\n\t\t\t\tb = Integer.parseInt(str[1]);\n\t\t\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\t\tif (Math.floorMod(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\n\t\t\t\tSystem.out.println(sum);\n\t\t\t\t\n\t\t\t} catch(Exception NumberFormatException) {\n\t\t\t}\n\t\t}\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));
int a, b, c;
int sum = 0;
String[] str = br.readLine().split("\\s+");
if (str.length == 3) {
try {
a = Integer.parseInt(str[0]);
b = Integer.parseInt(str[1]);
c = Integer.parseInt(str[2]);
for (int i = a; i <= b; i++) {
if (Math.floorMod(c, i) == 0) {
sum++;
}
}
System.out.println(sum);
} catch(Exception NumberFormatException) {
}
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
42,
4,
18,
13,
30,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
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
],
[
83,
5
],
[
83,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
12,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
19,
24
],
[
16,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
30,
31
],
[
30,
32
],
[
16,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
16,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
48
],
[
16,
49
],
[
49,
50
],
[
49,
51
],
[
16,
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
],
[
16,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
6,
80
],
[
80,
81
],
[
0,
82
],
[
82,
83
],
[
82,
84
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\twhile (sc.hasNext()) {\n\t\t\tString[] s = sc.nextLine().split(\" \");\n\t\t\tint a = Integer.parseInt(s[0]);\n\t\t\tint b = Integer.parseInt(s[1]);\n\t\t\tint c = Integer.parseInt(s[2]);\n\t\t\tint counter = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcounter++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(counter);\n\t\t}\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\twhile (sc.hasNext()) {\n\t\t\tString[] s = sc.nextLine().split(\" \");\n\t\t\tint a = Integer.parseInt(s[0]);\n\t\t\tint b = Integer.parseInt(s[1]);\n\t\t\tint c = Integer.parseInt(s[2]);\n\t\t\tint counter = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcounter++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(counter);\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\twhile (sc.hasNext()) {\n\t\t\tString[] s = sc.nextLine().split(\" \");\n\t\t\tint a = Integer.parseInt(s[0]);\n\t\t\tint b = Integer.parseInt(s[1]);\n\t\t\tint c = Integer.parseInt(s[2]);\n\t\t\tint counter = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcounter++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(counter);\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\n\t\twhile (sc.hasNext()) {\n\t\t\tString[] s = sc.nextLine().split(\" \");\n\t\t\tint a = Integer.parseInt(s[0]);\n\t\t\tint b = Integer.parseInt(s[1]);\n\t\t\tint c = Integer.parseInt(s[2]);\n\t\t\tint counter = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcounter++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(counter);\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"while (sc.hasNext()) {\n\t\t\tString[] s = sc.nextLine().split(\" \");\n\t\t\tint a = Integer.parseInt(s[0]);\n\t\t\tint b = Integer.parseInt(s[1]);\n\t\t\tint c = Integer.parseInt(s[2]);\n\t\t\tint counter = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcounter++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(counter);\n\t\t}",
"sc.hasNext()",
"sc.hasNext",
"sc",
"{\n\t\t\tString[] s = sc.nextLine().split(\" \");\n\t\t\tint a = Integer.parseInt(s[0]);\n\t\t\tint b = Integer.parseInt(s[1]);\n\t\t\tint c = Integer.parseInt(s[2]);\n\t\t\tint counter = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcounter++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(counter);\n\t\t}",
"String[] s = sc.nextLine().split(\" \");",
"s",
"sc.nextLine().split(\" \")",
"sc.nextLine().split",
"sc.nextLine()",
"sc.nextLine",
"sc",
"\" \"",
"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 counter = 0;",
"counter",
"0",
"for (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcounter++;\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\tcounter++;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcounter++;\n\t\t\t\t}\n\t\t\t}",
"if (c % i == 0) {\n\t\t\t\t\tcounter++;\n\t\t\t\t}",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n\t\t\t\t\tcounter++;\n\t\t\t\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) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\twhile (sc.hasNext()) {\n\t\t\tString[] s = sc.nextLine().split(\" \");\n\t\t\tint a = Integer.parseInt(s[0]);\n\t\t\tint b = Integer.parseInt(s[1]);\n\t\t\tint c = Integer.parseInt(s[2]);\n\t\t\tint counter = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcounter++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(counter);\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\twhile (sc.hasNext()) {\n\t\t\tString[] s = sc.nextLine().split(\" \");\n\t\t\tint a = Integer.parseInt(s[0]);\n\t\t\tint b = Integer.parseInt(s[1]);\n\t\t\tint c = Integer.parseInt(s[2]);\n\t\t\tint counter = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcounter++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(counter);\n\t\t}\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
while (sc.hasNext()) {
String[] s = sc.nextLine().split(" ");
int a = Integer.parseInt(s[0]);
int b = Integer.parseInt(s[1]);
int c = Integer.parseInt(s[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,
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
] | [
[
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
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
42,
48
],
[
48,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
6,
56
],
[
56,
57
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt(), b = scanner.nextInt(), c = scanner.nextInt(), count = 0;\n\t\tfor (int i = a; i <= b; i++)\n\t\t\tif (c % i == 0)\n\t\t\t\tcount++;\n\n\t\tSystem.out.println(count);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt(), b = scanner.nextInt(), c = scanner.nextInt(), count = 0;\n\t\tfor (int i = a; i <= b; i++)\n\t\t\tif (c % i == 0)\n\t\t\t\tcount++;\n\n\t\tSystem.out.println(count);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt(), b = scanner.nextInt(), c = scanner.nextInt(), count = 0;\n\t\tfor (int i = a; i <= b; i++)\n\t\t\tif (c % i == 0)\n\t\t\t\tcount++;\n\n\t\tSystem.out.println(count);\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt(), b = scanner.nextInt(), c = scanner.nextInt(), count = 0;\n\t\tfor (int i = a; i <= b; i++)\n\t\t\tif (c % i == 0)\n\t\t\t\tcount++;\n\n\t\tSystem.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",
"b = scanner.nextInt()",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"c = scanner.nextInt()",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"count = 0;",
"count",
"0",
"for (int i = a; i <= b; i++)\n\t\t\tif (c % i == 0)\n\t\t\t\tcount++;",
"int i = a;",
"int i = a;",
"i",
"a",
"i <= b",
"i",
"b",
"i++",
"i++",
"i",
"if (c % i == 0)\n\t\t\t\tcount++;",
"if (c % i == 0)\n\t\t\t\tcount++;",
"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"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt(), b = scanner.nextInt(), c = scanner.nextInt(), 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,
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,
41,
13,
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
] | [
[
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
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
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
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
64,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
75,
76
],
[
8,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
6,
83
],
[
83,
84
]
] | [
"import 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 str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n\n int count = 0;\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n int d;\n for (int i = a; i <= b; i++){\n d = c % i;\n if (d == 0){count++;}\n }\n System.out.println(count);\n }\n}",
"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 str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n\n int count = 0;\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n int d;\n for (int i = a; i <= b; i++){\n d = c % i;\n if (d == 0){count++;}\n }\n System.out.println(count);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n\n int count = 0;\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n int d;\n for (int i = a; i <= b; i++){\n d = c % i;\n if (d == 0){count++;}\n }\n System.out.println(count);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str1 = br.readLine();\n String[] str2 = str1.split(\" \");\n\n int count = 0;\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = Integer.parseInt(str2[2]);\n int d;\n for (int i = a; i <= b; i++){\n d = c % i;\n if (d == 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 str1 = br.readLine();",
"str1",
"br.readLine()",
"br.readLine",
"br",
"String[] str2 = str1.split(\" \");",
"str2",
"str1.split(\" \")",
"str1.split",
"str1",
"\" \"",
"int count = 0;",
"count",
"0",
"int a = Integer.parseInt(str2[0]);",
"a",
"Integer.parseInt(str2[0])",
"Integer.parseInt",
"Integer",
"str2[0]",
"str2",
"0",
"int b = Integer.parseInt(str2[1]);",
"b",
"Integer.parseInt(str2[1])",
"Integer.parseInt",
"Integer",
"str2[1]",
"str2",
"1",
"int c = Integer.parseInt(str2[2]);",
"c",
"Integer.parseInt(str2[2])",
"Integer.parseInt",
"Integer",
"str2[2]",
"str2",
"2",
"int d;",
"d",
"for (int i = a; i <= b; i++){\n d = c % i;\n if (d == 0){count++;}\n }",
"int i = a;",
"int i = a;",
"i",
"a",
"i <= b",
"i",
"b",
"i++",
"i++",
"i",
"{\n d = c % i;\n if (d == 0){count++;}\n }",
"{\n d = c % i;\n if (d == 0){count++;}\n }",
"d = c % i",
"d",
"c % i",
"c",
"i",
"if (d == 0){count++;}",
"d == 0",
"d",
"0",
"{count++;}",
"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 str1 = br.readLine();
String[] str2 = str1.split(" ");
int count = 0;
int a = Integer.parseInt(str2[0]);
int b = Integer.parseInt(str2[1]);
int c = Integer.parseInt(str2[2]);
int d;
for (int i = a; i <= b; i++){
d = c % i;
if (d == 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,
17,
41,
13,
41,
13,
41,
13,
41,
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,
11,
1,
41,
13,
17,
2,
2,
13,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
13,
13,
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
],
[
8,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
8,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
8,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
61,
62
],
[
61,
63
],
[
56,
64
],
[
64,
65
],
[
65,
66
],
[
56,
67
],
[
68,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
69,
79
],
[
79,
80
],
[
80,
81
],
[
69,
82
],
[
83,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
84,
90
],
[
90,
91
],
[
8,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
6,
98
],
[
98,
99
]
] | [
"import java.io.*;\n\nclass Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\t\tint a, b, c, count=0;\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\t\tc = Integer.parseInt(strArr[2]);\n\n\t\tfor(int i=a; i<=b; i++){\n\t\t\tfor(int t=1; t*i<=c; t++){\n\t\t\t\tif(i*t==c)\n\t\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\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\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\t\tint a, b, c, count=0;\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\t\tc = Integer.parseInt(strArr[2]);\n\n\t\tfor(int i=a; i<=b; i++){\n\t\t\tfor(int t=1; t*i<=c; t++){\n\t\t\t\tif(i*t==c)\n\t\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)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\t\tint a, b, c, count=0;\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\t\tc = Integer.parseInt(strArr[2]);\n\n\t\tfor(int i=a; i<=b; i++){\n\t\t\tfor(int t=1; t*i<=c; t++){\n\t\t\t\tif(i*t==c)\n\t\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\t\tint a, b, c, count=0;\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\t\tc = Integer.parseInt(strArr[2]);\n\n\t\tfor(int i=a; i<=b; i++){\n\t\t\tfor(int t=1; t*i<=c; t++){\n\t\t\t\tif(i*t==c)\n\t\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println(count);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String strArr[] = str.split(\" \");",
"strArr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a",
"a",
"b",
"b",
"c",
"c",
"count=0;",
"count",
"0",
"a = Integer.parseInt(strArr[0])",
"a",
"Integer.parseInt(strArr[0])",
"Integer.parseInt",
"Integer",
"strArr[0]",
"strArr",
"0",
"b = Integer.parseInt(strArr[1])",
"b",
"Integer.parseInt(strArr[1])",
"Integer.parseInt",
"Integer",
"strArr[1]",
"strArr",
"1",
"c = Integer.parseInt(strArr[2])",
"c",
"Integer.parseInt(strArr[2])",
"Integer.parseInt",
"Integer",
"strArr[2]",
"strArr",
"2",
"for(int i=a; i<=b; i++){\n\t\t\tfor(int t=1; t*i<=c; t++){\n\t\t\t\tif(i*t==c)\n\t\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\tfor(int t=1; t*i<=c; t++){\n\t\t\t\tif(i*t==c)\n\t\t\t\t\tcount++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tfor(int t=1; t*i<=c; t++){\n\t\t\t\tif(i*t==c)\n\t\t\t\t\tcount++;\n\t\t\t}\n\t\t}",
"for(int t=1; t*i<=c; t++){\n\t\t\t\tif(i*t==c)\n\t\t\t\t\tcount++;\n\t\t\t}",
"int t=1;",
"int t=1;",
"t",
"1",
"t*i<=c",
"t*i",
"t",
"i",
"c",
"t++",
"t++",
"t",
"{\n\t\t\t\tif(i*t==c)\n\t\t\t\t\tcount++;\n\t\t\t}",
"{\n\t\t\t\tif(i*t==c)\n\t\t\t\t\tcount++;\n\t\t\t}",
"if(i*t==c)\n\t\t\t\t\tcount++;",
"i*t==c",
"i*t",
"i",
"t",
"c",
"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();
String strArr[] = str.split(" ");
int a, b, c, count=0;
a = Integer.parseInt(strArr[0]);
b = Integer.parseInt(strArr[1]);
c = Integer.parseInt(strArr[2]);
for(int i=a; i<=b; i++){
for(int t=1; t*i<=c; t++){
if(i*t==c)
count++;
}
}
System.out.println(count);
}
} |
[
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,
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,
4,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
95,
11
],
[
95,
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
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
28,
33
],
[
22,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
22,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
22,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
22,
58
],
[
58,
59
],
[
58,
60
],
[
22,
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
],
[
22,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
88,
89
],
[
89,
90
],
[
88,
91
],
[
12,
92
],
[
92,
93
],
[
0,
94
],
[
94,
95
],
[
94,
96
]
] | [
"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\ttry {\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] line = in.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\t\n\t\t\tint count = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(count));\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\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\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] line = in.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\t\n\t\t\tint count = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(count));\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] line = in.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\t\n\t\t\tint count = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(count));\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] line = in.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\t\n\t\t\tint count = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(count));\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"try {\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] line = in.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\t\n\t\t\tint count = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(count));\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] line = in.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\t\n\t\t\tint count = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(count));\n\t\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] line = in.readLine().split(\" \");",
"line",
"in.readLine().split(\" \")",
"in.readLine().split",
"in.readLine()",
"in.readLine",
"in",
"\" \"",
"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\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\t\tcount++;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}",
"if (c % i == 0) {\n\t\t\t\t\tcount++;\n\t\t\t\t}",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n\t\t\t\t\tcount++;\n\t\t\t\t}",
"count++",
"count",
"System.out.println(String.valueOf(count))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.valueOf(count)",
"String.valueOf",
"String",
"count",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] line = in.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\t\n\t\t\tint count = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(count));\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] line = in.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\t\n\t\t\tint count = 0;\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcount++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(String.valueOf(count));\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\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) {
try {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String[] line = in.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(String.valueOf(count));
} catch (IOException e) {
// TODO 自動生成された catch ブロック
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
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,
9,
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
],
[
48,
57
],
[
57,
58
],
[
14,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
12,
65
],
[
65,
66
]
] | [
"import java.lang.Math;\nimport java.util.ArrayList;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n int c = sn.nextInt();\n int co = 0;\n for (int i = a; i <= b; i++) {\n if (c % i != 0) {\n continue;\n }\n co++;\n }\n System.out.println(co);\n }\n}",
"import java.lang.Math;",
"Math",
"java.lang",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n int c = sn.nextInt();\n int co = 0;\n for (int i = a; i <= b; i++) {\n if (c % i != 0) {\n continue;\n }\n co++;\n }\n System.out.println(co);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n int c = sn.nextInt();\n int co = 0;\n for (int i = a; i <= b; i++) {\n if (c % i != 0) {\n continue;\n }\n co++;\n }\n System.out.println(co);\n }",
"main",
"{\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n int c = sn.nextInt();\n int co = 0;\n for (int i = a; i <= b; i++) {\n if (c % i != 0) {\n continue;\n }\n co++;\n }\n System.out.println(co);\n }",
"Scanner sn = new Scanner(System.in);",
"sn",
"new Scanner(System.in)",
"int a = sn.nextInt();",
"a",
"sn.nextInt()",
"sn.nextInt",
"sn",
"int b = sn.nextInt();",
"b",
"sn.nextInt()",
"sn.nextInt",
"sn",
"int c = sn.nextInt();",
"c",
"sn.nextInt()",
"sn.nextInt",
"sn",
"int co = 0;",
"co",
"0",
"for (int i = a; i <= b; i++) {\n if (c % i != 0) {\n continue;\n }\n co++;\n }",
"int i = a;",
"int i = a;",
"i",
"a",
"i <= b",
"i",
"b",
"i++",
"i++",
"i",
"{\n if (c % i != 0) {\n continue;\n }\n co++;\n }",
"{\n if (c % i != 0) {\n continue;\n }\n co++;\n }",
"if (c % i != 0) {\n continue;\n }",
"c % i != 0",
"c % i",
"c",
"i",
"0",
"{\n continue;\n }",
"continue;",
"co++",
"co",
"System.out.println(co)",
"System.out.println",
"System.out",
"System",
"System.out",
"co",
"String[] args",
"args"
] | import java.lang.Math;
import java.util.ArrayList;
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sn = new Scanner(System.in);
int a = sn.nextInt();
int b = sn.nextInt();
int c = sn.nextInt();
int co = 0;
for (int i = a; i <= b; i++) {
if (c % i != 0) {
continue;
}
co++;
}
System.out.println(co);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
2,
17,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
0,
13,
4,
18,
13,
0,
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,
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
],
[
115,
11
],
[
115,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
27,
29
],
[
18,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
30,
35
],
[
35,
36
],
[
30,
37
],
[
37,
38
],
[
30,
39
],
[
39,
40
],
[
30,
41
],
[
41,
42
],
[
30,
43
],
[
43,
44
],
[
43,
45
],
[
30,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
30,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
30,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
62,
64
],
[
30,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
70,
71
],
[
70,
72
],
[
30,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
78,
79
],
[
78,
80
],
[
30,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
86,
87
],
[
86,
88
],
[
81,
89
],
[
89,
90
],
[
90,
91
],
[
81,
92
],
[
93,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
96,
97
],
[
96,
98
],
[
93,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
103,
104
],
[
104,
105
],
[
30,
106
],
[
106,
107
],
[
107,
108
],
[
108,
109
],
[
108,
110
],
[
106,
111
],
[
12,
112
],
[
112,
113
],
[
0,
114
],
[
114,
115
],
[
114,
116
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n\tpublic class Main {\n\t\tpublic static void main(String[] args) {\n\t\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\t try{\n\n\n\t\t\t\t String ab;\n\t\t\t\t String[] strAry;\n\t\t\t\t int a;\n\t\t\t\t int b;\n\t\t\t\t int c;\n\t\t\t\t int yaku;\n\t\t\t\t int count=0;\n\n\t\t\t\n\t\t\t\t ab = input.readLine();\n\t\t\t strAry = ab.split(\" \");\n\t\t\t a=Integer.parseInt(strAry[0]);\n\t\t b=Integer.parseInt(strAry[1]);\n\t\t c=Integer.parseInt(strAry[2]);\n\n\t\t\t\t for(int i=a; i<=b; i++){\n\t\t\t\t\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\n\t\t\t\t }\n\t\t\t\t System.out.println(count);\n\n\n\t\t\t }catch(IOException e) { System.out.println(\"Exception : \" + e);\n\t\t\t }\n\n\t\t}\n\t}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\t\tpublic static void main(String[] args) {\n\t\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\t try{\n\n\n\t\t\t\t String ab;\n\t\t\t\t String[] strAry;\n\t\t\t\t int a;\n\t\t\t\t int b;\n\t\t\t\t int c;\n\t\t\t\t int yaku;\n\t\t\t\t int count=0;\n\n\t\t\t\n\t\t\t\t ab = input.readLine();\n\t\t\t strAry = ab.split(\" \");\n\t\t\t a=Integer.parseInt(strAry[0]);\n\t\t b=Integer.parseInt(strAry[1]);\n\t\t c=Integer.parseInt(strAry[2]);\n\n\t\t\t\t for(int i=a; i<=b; i++){\n\t\t\t\t\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\n\t\t\t\t }\n\t\t\t\t System.out.println(count);\n\n\n\t\t\t }catch(IOException e) { System.out.println(\"Exception : \" + e);\n\t\t\t }\n\n\t\t}\n\t}",
"Main",
"public static void main(String[] args) {\n\t\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\t try{\n\n\n\t\t\t\t String ab;\n\t\t\t\t String[] strAry;\n\t\t\t\t int a;\n\t\t\t\t int b;\n\t\t\t\t int c;\n\t\t\t\t int yaku;\n\t\t\t\t int count=0;\n\n\t\t\t\n\t\t\t\t ab = input.readLine();\n\t\t\t strAry = ab.split(\" \");\n\t\t\t a=Integer.parseInt(strAry[0]);\n\t\t b=Integer.parseInt(strAry[1]);\n\t\t c=Integer.parseInt(strAry[2]);\n\n\t\t\t\t for(int i=a; i<=b; i++){\n\t\t\t\t\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\n\t\t\t\t }\n\t\t\t\t System.out.println(count);\n\n\n\t\t\t }catch(IOException e) { System.out.println(\"Exception : \" + e);\n\t\t\t }\n\n\t\t}",
"main",
"{\n\t\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\t try{\n\n\n\t\t\t\t String ab;\n\t\t\t\t String[] strAry;\n\t\t\t\t int a;\n\t\t\t\t int b;\n\t\t\t\t int c;\n\t\t\t\t int yaku;\n\t\t\t\t int count=0;\n\n\t\t\t\n\t\t\t\t ab = input.readLine();\n\t\t\t strAry = ab.split(\" \");\n\t\t\t a=Integer.parseInt(strAry[0]);\n\t\t b=Integer.parseInt(strAry[1]);\n\t\t c=Integer.parseInt(strAry[2]);\n\n\t\t\t\t for(int i=a; i<=b; i++){\n\t\t\t\t\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\n\t\t\t\t }\n\t\t\t\t System.out.println(count);\n\n\n\t\t\t }catch(IOException e) { System.out.println(\"Exception : \" + e);\n\t\t\t }\n\n\t\t}",
"BufferedReader input = new BufferedReader(new InputStreamReader(System.in));",
"input",
"new BufferedReader(new InputStreamReader(System.in))",
"try{\n\n\n\t\t\t\t String ab;\n\t\t\t\t String[] strAry;\n\t\t\t\t int a;\n\t\t\t\t int b;\n\t\t\t\t int c;\n\t\t\t\t int yaku;\n\t\t\t\t int count=0;\n\n\t\t\t\n\t\t\t\t ab = input.readLine();\n\t\t\t strAry = ab.split(\" \");\n\t\t\t a=Integer.parseInt(strAry[0]);\n\t\t b=Integer.parseInt(strAry[1]);\n\t\t c=Integer.parseInt(strAry[2]);\n\n\t\t\t\t for(int i=a; i<=b; i++){\n\t\t\t\t\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\n\t\t\t\t }\n\t\t\t\t System.out.println(count);\n\n\n\t\t\t }catch(IOException e) { System.out.println(\"Exception : \" + e);\n\t\t\t }",
"catch(IOException e) { System.out.println(\"Exception : \" + e);\n\t\t\t }",
"IOException e",
"{ System.out.println(\"Exception : \" + e);\n\t\t\t }",
"System.out.println(\"Exception : \" + e)",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Exception : \" + e",
"\"Exception : \"",
"e",
"{\n\n\n\t\t\t\t String ab;\n\t\t\t\t String[] strAry;\n\t\t\t\t int a;\n\t\t\t\t int b;\n\t\t\t\t int c;\n\t\t\t\t int yaku;\n\t\t\t\t int count=0;\n\n\t\t\t\n\t\t\t\t ab = input.readLine();\n\t\t\t strAry = ab.split(\" \");\n\t\t\t a=Integer.parseInt(strAry[0]);\n\t\t b=Integer.parseInt(strAry[1]);\n\t\t c=Integer.parseInt(strAry[2]);\n\n\t\t\t\t for(int i=a; i<=b; i++){\n\t\t\t\t\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\n\t\t\t\t }\n\t\t\t\t System.out.println(count);\n\n\n\t\t\t }",
"String ab;",
"ab",
"String[] strAry;",
"strAry",
"int a;",
"a",
"int b;",
"b",
"int c;",
"c",
"int yaku;",
"yaku",
"int count=0;",
"count",
"0",
"ab = input.readLine()",
"ab",
"input.readLine()",
"input.readLine",
"input",
"strAry = ab.split(\" \")",
"strAry",
"ab.split(\" \")",
"ab.split",
"ab",
"\" \"",
"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",
"for(int i=a; i<=b; i++){\n\t\t\t\t\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\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\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\n\t\t\t\t }",
"{\n\t\t\t\t\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\n\t\t\t\t }",
"yaku=c%i",
"yaku",
"c%i",
"c",
"i",
"if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }",
"yaku==0",
"yaku",
"0",
"{\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\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\t\tpublic static void main(String[] args) {\n\t\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\t try{\n\n\n\t\t\t\t String ab;\n\t\t\t\t String[] strAry;\n\t\t\t\t int a;\n\t\t\t\t int b;\n\t\t\t\t int c;\n\t\t\t\t int yaku;\n\t\t\t\t int count=0;\n\n\t\t\t\n\t\t\t\t ab = input.readLine();\n\t\t\t strAry = ab.split(\" \");\n\t\t\t a=Integer.parseInt(strAry[0]);\n\t\t b=Integer.parseInt(strAry[1]);\n\t\t c=Integer.parseInt(strAry[2]);\n\n\t\t\t\t for(int i=a; i<=b; i++){\n\t\t\t\t\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\n\t\t\t\t }\n\t\t\t\t System.out.println(count);\n\n\n\t\t\t }catch(IOException e) { System.out.println(\"Exception : \" + e);\n\t\t\t }\n\n\t\t}\n\t}",
"public class Main {\n\t\tpublic static void main(String[] args) {\n\t\t\tBufferedReader input = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\t try{\n\n\n\t\t\t\t String ab;\n\t\t\t\t String[] strAry;\n\t\t\t\t int a;\n\t\t\t\t int b;\n\t\t\t\t int c;\n\t\t\t\t int yaku;\n\t\t\t\t int count=0;\n\n\t\t\t\n\t\t\t\t ab = input.readLine();\n\t\t\t strAry = ab.split(\" \");\n\t\t\t a=Integer.parseInt(strAry[0]);\n\t\t b=Integer.parseInt(strAry[1]);\n\t\t c=Integer.parseInt(strAry[2]);\n\n\t\t\t\t for(int i=a; i<=b; i++){\n\t\t\t\t\t yaku=c%i;\n\t\t\t\t\t \n\t\t\t\t\t if(yaku==0){\n\t\t\t\t\t \tcount++;\n\t\t\t\t\t \t\n\t\t\t\t\t }\n\n\n\t\t\t\t }\n\t\t\t\t System.out.println(count);\n\n\n\t\t\t }catch(IOException e) { System.out.println(\"Exception : \" + e);\n\t\t\t }\n\n\t\t}\n\t}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
try{
String ab;
String[] strAry;
int a;
int b;
int c;
int yaku;
int count=0;
ab = input.readLine();
strAry = ab.split(" ");
a=Integer.parseInt(strAry[0]);
b=Integer.parseInt(strAry[1]);
c=Integer.parseInt(strAry[2]);
for(int i=a; i<=b; i++){
yaku=c%i;
if(yaku==0){
count++;
}
}
System.out.println(count);
}catch(IOException e) { System.out.println("Exception : " + e);
}
}
} |
[
7,
15,
13,
17,
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,
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
],
[
11,
17
],
[
17,
18
],
[
11,
19
],
[
19,
20
],
[
11,
21
],
[
21,
22
],
[
21,
23
],
[
11,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
11,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
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
],
[
59,
60
],
[
11,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
9,
67
],
[
67,
68
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\n\nclass Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a, b,c;\n\t\tint counter = 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\n\t\t\tif((c%i)==0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(counter);\n\n\n\n\t}\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a, b,c;\n\t\tint counter = 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\n\t\t\tif((c%i)==0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(counter);\n\n\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a, b,c;\n\t\tint counter = 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\n\t\t\tif((c%i)==0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(counter);\n\n\n\n\t}",
"main",
"{\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a, b,c;\n\t\tint counter = 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\n\t\t\tif((c%i)==0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(counter);\n\n\n\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"int counter = 0;",
"counter",
"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\n\t\t\tif((c%i)==0){\n\t\t\t\tcounter++;\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\t\t\t\tcounter++;\n\t\t\t}\n\t\t}",
"{\n\n\t\t\tif((c%i)==0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}",
"if((c%i)==0){\n\t\t\t\tcounter++;\n\t\t\t}",
"(c%i)==0",
"(c%i)",
"c",
"i",
"0",
"{\n\t\t\t\tcounter++;\n\t\t\t}",
"counter++",
"counter",
"System.out.println(counter)",
"System.out.println",
"System.out",
"System",
"System.out",
"counter",
"String[] args",
"args"
] | import java.io.IOException;
import java.util.Scanner;
class Main {
public static void main(String[] args) throws IOException {
Scanner scan = new Scanner(System.in);
int a, b,c;
int counter = 0;
a = scan.nextInt();
b = scan.nextInt();
c = scan.nextInt();
for(int i = a; i<=b;i++){
if((c%i)==0){
counter++;
}
}
System.out.println(counter);
}
} |
[
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,
11,
1,
41,
13,
17,
2,
2,
13,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
2,
13,
13,
17,
30,
40,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
62,
2
],
[
62,
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
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
27,
37
],
[
37,
38
],
[
38,
39
],
[
27,
40
],
[
41,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
43,
49
],
[
42,
50
],
[
50,
51
],
[
51,
52
],
[
5,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
3,
59
],
[
59,
60
],
[
0,
61
],
[
61,
62
],
[
61,
63
]
] | [
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\t\t//StringBuilder sb = new StringBuilder();\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint i = 0;\n\t\tfor (int j =0;a + j <= b;j++){\n\t\t\tif (c % (a + j) == 0) { i++; }\n\t\t}\n\t\tSystem.out.println(i);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\t\t//StringBuilder sb = new StringBuilder();\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint i = 0;\n\t\tfor (int j =0;a + j <= b;j++){\n\t\t\tif (c % (a + j) == 0) { i++; }\n\t\t}\n\t\tSystem.out.println(i);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\t\t//StringBuilder sb = new StringBuilder();\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint i = 0;\n\t\tfor (int j =0;a + j <= b;j++){\n\t\t\tif (c % (a + j) == 0) { i++; }\n\t\t}\n\t\tSystem.out.println(i);\n\t}",
"main",
"{\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\t\t//StringBuilder sb = new StringBuilder();\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint i = 0;\n\t\tfor (int j =0;a + j <= b;j++){\n\t\t\tif (c % (a + j) == 0) { i++; }\n\t\t}\n\t\tSystem.out.println(i);\n\t}",
"java.util.Scanner sc = new java.util.Scanner(System.in);",
"sc",
"new java.util.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 = 0;",
"i",
"0",
"for (int j =0;a + j <= b;j++){\n\t\t\tif (c % (a + j) == 0) { i++; }\n\t\t}",
"int j =0;",
"int j =0;",
"j",
"0",
"a + j <= b",
"a + j",
"a",
"j",
"b",
"j++",
"j++",
"j",
"{\n\t\t\tif (c % (a + j) == 0) { i++; }\n\t\t}",
"{\n\t\t\tif (c % (a + j) == 0) { i++; }\n\t\t}",
"if (c % (a + j) == 0) { i++; }",
"c % (a + j) == 0",
"c % (a + j)",
"c",
"(a + j)",
"a",
"j",
"0",
"{ i++; }",
"i++",
"i",
"System.out.println(i)",
"System.out.println",
"System.out",
"System",
"System.out",
"i",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\t\t//StringBuilder sb = new StringBuilder();\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint i = 0;\n\t\tfor (int j =0;a + j <= b;j++){\n\t\t\tif (c % (a + j) == 0) { i++; }\n\t\t}\n\t\tSystem.out.println(i);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\t\t//StringBuilder sb = new StringBuilder();\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\n\t\tint i = 0;\n\t\tfor (int j =0;a + j <= b;j++){\n\t\t\tif (c % (a + j) == 0) { i++; }\n\t\t}\n\t\tSystem.out.println(i);\n\t}\n}",
"Main"
] | public class Main {
public static void main(String[] args) {
java.util.Scanner sc = new java.util.Scanner(System.in);
//StringBuilder sb = new StringBuilder();
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int i = 0;
for (int j =0;a + j <= b;j++){
if (c % (a + j) == 0) { i++; }
}
System.out.println(i);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
2,
17,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
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,
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
],
[
102,
11
],
[
102,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
27,
29
],
[
18,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
30,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
30,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
30,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
30,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
30,
66
],
[
66,
67
],
[
66,
68
],
[
30,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
74,
75
],
[
74,
76
],
[
69,
77
],
[
77,
78
],
[
78,
79
],
[
69,
80
],
[
81,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
83,
87
],
[
82,
88
],
[
88,
89
],
[
30,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
30,
96
],
[
96,
97
],
[
97,
98
],
[
12,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\n\t\t\tString str=reader.readLine();\n\t\t\tString[] str_Array=str.split(\" \");\n\n\t\t\tint a=Integer.parseInt(str_Array[0]);\n\t\t\tint b=Integer.parseInt(str_Array[1]);\n\t\t\tint c=Integer.parseInt(str_Array[2]);\n\t\t\tint count=0;\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\treader.close();\n\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\n\t\t}\n\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\n\t\t\tString str=reader.readLine();\n\t\t\tString[] str_Array=str.split(\" \");\n\n\t\t\tint a=Integer.parseInt(str_Array[0]);\n\t\t\tint b=Integer.parseInt(str_Array[1]);\n\t\t\tint c=Integer.parseInt(str_Array[2]);\n\t\t\tint count=0;\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\treader.close();\n\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\n\t\t\tString str=reader.readLine();\n\t\t\tString[] str_Array=str.split(\" \");\n\n\t\t\tint a=Integer.parseInt(str_Array[0]);\n\t\t\tint b=Integer.parseInt(str_Array[1]);\n\t\t\tint c=Integer.parseInt(str_Array[2]);\n\t\t\tint count=0;\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\treader.close();\n\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\n\t\t}\n\n\t}",
"main",
"{\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\n\t\t\tString str=reader.readLine();\n\t\t\tString[] str_Array=str.split(\" \");\n\n\t\t\tint a=Integer.parseInt(str_Array[0]);\n\t\t\tint b=Integer.parseInt(str_Array[1]);\n\t\t\tint c=Integer.parseInt(str_Array[2]);\n\t\t\tint count=0;\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\treader.close();\n\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\n\t\t}\n\n\t}",
"BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"try{\n\n\t\t\tString str=reader.readLine();\n\t\t\tString[] str_Array=str.split(\" \");\n\n\t\t\tint a=Integer.parseInt(str_Array[0]);\n\t\t\tint b=Integer.parseInt(str_Array[1]);\n\t\t\tint c=Integer.parseInt(str_Array[2]);\n\t\t\tint count=0;\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\treader.close();\n\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\n\t\t}",
"catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\n\t\t}",
"System.out.println(\"??¨??????:\"+e)",
"System.out.println",
"System.out",
"System",
"System.out",
"\"??¨??????:\"+e",
"\"??¨??????:\"",
"e",
"{\n\n\t\t\tString str=reader.readLine();\n\t\t\tString[] str_Array=str.split(\" \");\n\n\t\t\tint a=Integer.parseInt(str_Array[0]);\n\t\t\tint b=Integer.parseInt(str_Array[1]);\n\t\t\tint c=Integer.parseInt(str_Array[2]);\n\t\t\tint count=0;\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\treader.close();\n\n\n\t\t}",
"String str=reader.readLine();",
"str",
"reader.readLine()",
"reader.readLine",
"reader",
"String[] str_Array=str.split(\" \");",
"str_Array",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a=Integer.parseInt(str_Array[0]);",
"a",
"Integer.parseInt(str_Array[0])",
"Integer.parseInt",
"Integer",
"str_Array[0]",
"str_Array",
"0",
"int b=Integer.parseInt(str_Array[1]);",
"b",
"Integer.parseInt(str_Array[1])",
"Integer.parseInt",
"Integer",
"str_Array[1]",
"str_Array",
"1",
"int c=Integer.parseInt(str_Array[2]);",
"c",
"Integer.parseInt(str_Array[2])",
"Integer.parseInt",
"Integer",
"str_Array[2]",
"str_Array",
"2",
"int count=0;",
"count",
"0",
"for(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)count++;\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)count++;\n\t\t\t}",
"{\n\t\t\t\tif(c%i==0)count++;\n\t\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",
"reader.close()",
"reader.close",
"reader",
"String[] args",
"args",
"public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\n\t\t\tString str=reader.readLine();\n\t\t\tString[] str_Array=str.split(\" \");\n\n\t\t\tint a=Integer.parseInt(str_Array[0]);\n\t\t\tint b=Integer.parseInt(str_Array[1]);\n\t\t\tint c=Integer.parseInt(str_Array[2]);\n\t\t\tint count=0;\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\treader.close();\n\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\n\t\t}\n\n\t}\n\n}",
"public class Main{\n\n\n\tpublic static void main(String[] args){\n\n\t\tBufferedReader reader=new BufferedReader(new InputStreamReader(System.in));\n\n\t\ttry{\n\n\t\t\tString str=reader.readLine();\n\t\t\tString[] str_Array=str.split(\" \");\n\n\t\t\tint a=Integer.parseInt(str_Array[0]);\n\t\t\tint b=Integer.parseInt(str_Array[1]);\n\t\t\tint c=Integer.parseInt(str_Array[2]);\n\t\t\tint count=0;\n\t\t\tfor(int i=a;i<=b;i++){\n\t\t\t\tif(c%i==0)count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\treader.close();\n\n\n\t\t}catch(IOException e){\n\t\t\tSystem.out.println(\"??¨??????:\"+e);\n\n\t\t}\n\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){
BufferedReader reader=new BufferedReader(new InputStreamReader(System.in));
try{
String str=reader.readLine();
String[] str_Array=str.split(" ");
int a=Integer.parseInt(str_Array[0]);
int b=Integer.parseInt(str_Array[1]);
int c=Integer.parseInt(str_Array[2]);
int count=0;
for(int i=a;i<=b;i++){
if(c%i==0)count++;
}
System.out.println(count);
reader.close();
}catch(IOException e){
System.out.println("??¨??????:"+e);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
13,
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,
17,
2,
2,
13,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
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
],
[
91,
11
],
[
91,
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
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
56,
66
],
[
66,
67
],
[
67,
68
],
[
56,
69
],
[
70,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
75,
77
],
[
72,
78
],
[
71,
79
],
[
79,
80
],
[
80,
81
],
[
14,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
12,
88
],
[
88,
89
],
[
0,
90
],
[
90,
91
],
[
90,
92
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n final String SPACE = \" \";\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String inputData[] = br.readLine().split(SPACE);\n final int a = Integer.parseInt(inputData[0]);\n final int b = Integer.parseInt(inputData[1]);\n final int c = Integer.parseInt(inputData[2]);\n int cnt = 0;\n\n for (int i = 0; a + i <= b; i++) {\n if (c % (a + i) == 0) {\n cnt++;\n }\n }\n\n System.out.println(cnt);\n\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n final String SPACE = \" \";\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String inputData[] = br.readLine().split(SPACE);\n final int a = Integer.parseInt(inputData[0]);\n final int b = Integer.parseInt(inputData[1]);\n final int c = Integer.parseInt(inputData[2]);\n int cnt = 0;\n\n for (int i = 0; a + i <= b; i++) {\n if (c % (a + i) == 0) {\n cnt++;\n }\n }\n\n System.out.println(cnt);\n\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n final String SPACE = \" \";\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String inputData[] = br.readLine().split(SPACE);\n final int a = Integer.parseInt(inputData[0]);\n final int b = Integer.parseInt(inputData[1]);\n final int c = Integer.parseInt(inputData[2]);\n int cnt = 0;\n\n for (int i = 0; a + i <= b; i++) {\n if (c % (a + i) == 0) {\n cnt++;\n }\n }\n\n System.out.println(cnt);\n\n }",
"main",
"{\n final String SPACE = \" \";\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String inputData[] = br.readLine().split(SPACE);\n final int a = Integer.parseInt(inputData[0]);\n final int b = Integer.parseInt(inputData[1]);\n final int c = Integer.parseInt(inputData[2]);\n int cnt = 0;\n\n for (int i = 0; a + i <= b; i++) {\n if (c % (a + i) == 0) {\n cnt++;\n }\n }\n\n System.out.println(cnt);\n\n }",
"final String SPACE = \" \";",
"SPACE",
"\" \"",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String inputData[] = br.readLine().split(SPACE);",
"inputData",
"br.readLine().split(SPACE)",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"SPACE",
"final int a = Integer.parseInt(inputData[0]);",
"a",
"Integer.parseInt(inputData[0])",
"Integer.parseInt",
"Integer",
"inputData[0]",
"inputData",
"0",
"final int b = Integer.parseInt(inputData[1]);",
"b",
"Integer.parseInt(inputData[1])",
"Integer.parseInt",
"Integer",
"inputData[1]",
"inputData",
"1",
"final int c = Integer.parseInt(inputData[2]);",
"c",
"Integer.parseInt(inputData[2])",
"Integer.parseInt",
"Integer",
"inputData[2]",
"inputData",
"2",
"int cnt = 0;",
"cnt",
"0",
"for (int i = 0; a + i <= b; i++) {\n if (c % (a + i) == 0) {\n cnt++;\n }\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"a + i <= b",
"a + i",
"a",
"i",
"b",
"i++",
"i++",
"i",
"{\n if (c % (a + i) == 0) {\n cnt++;\n }\n }",
"{\n if (c % (a + i) == 0) {\n cnt++;\n }\n }",
"if (c % (a + i) == 0) {\n cnt++;\n }",
"c % (a + i) == 0",
"c % (a + i)",
"c",
"(a + i)",
"a",
"i",
"0",
"{\n cnt++;\n }",
"cnt++",
"cnt",
"System.out.println(cnt)",
"System.out.println",
"System.out",
"System",
"System.out",
"cnt",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n final String SPACE = \" \";\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String inputData[] = br.readLine().split(SPACE);\n final int a = Integer.parseInt(inputData[0]);\n final int b = Integer.parseInt(inputData[1]);\n final int c = Integer.parseInt(inputData[2]);\n int cnt = 0;\n\n for (int i = 0; a + i <= b; i++) {\n if (c % (a + i) == 0) {\n cnt++;\n }\n }\n\n System.out.println(cnt);\n\n }\n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n final String SPACE = \" \";\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n String inputData[] = br.readLine().split(SPACE);\n final int a = Integer.parseInt(inputData[0]);\n final int b = Integer.parseInt(inputData[1]);\n final int c = Integer.parseInt(inputData[2]);\n int cnt = 0;\n\n for (int i = 0; a + i <= b; i++) {\n if (c % (a + i) == 0) {\n cnt++;\n }\n }\n\n System.out.println(cnt);\n\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
final String SPACE = " ";
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String inputData[] = br.readLine().split(SPACE);
final int a = Integer.parseInt(inputData[0]);
final int b = Integer.parseInt(inputData[1]);
final int c = Integer.parseInt(inputData[2]);
int cnt = 0;
for (int i = 0; a + i <= b; i++) {
if (c % (a + 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,
41,
13,
17,
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
],
[
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
],
[
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
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
45,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
8,
62
],
[
62,
63
],
[
63,
64
],
[
6,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan=new Scanner(System.in);\n\t\t\tint a=scan.nextInt();\n\t\t\tint b=scan.nextInt();\n\t\t\tint c=scan.nextInt();\n\t\t\tint x,y=0;\n\t\t\tfor(x=a;x<=b;x++) {\n\t\t\t\tif(c%x == 0)\n\t\t\t\t\ty=y+1;\n\t\t\t}\n\t\t\tSystem.out.println(y);\n\t\tscan.close();\n}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan=new Scanner(System.in);\n\t\t\tint a=scan.nextInt();\n\t\t\tint b=scan.nextInt();\n\t\t\tint c=scan.nextInt();\n\t\t\tint x,y=0;\n\t\t\tfor(x=a;x<=b;x++) {\n\t\t\t\tif(c%x == 0)\n\t\t\t\t\ty=y+1;\n\t\t\t}\n\t\t\tSystem.out.println(y);\n\t\tscan.close();\n}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan=new Scanner(System.in);\n\t\t\tint a=scan.nextInt();\n\t\t\tint b=scan.nextInt();\n\t\t\tint c=scan.nextInt();\n\t\t\tint x,y=0;\n\t\t\tfor(x=a;x<=b;x++) {\n\t\t\t\tif(c%x == 0)\n\t\t\t\t\ty=y+1;\n\t\t\t}\n\t\t\tSystem.out.println(y);\n\t\tscan.close();\n}",
"main",
"{\n\t\tScanner scan=new Scanner(System.in);\n\t\t\tint a=scan.nextInt();\n\t\t\tint b=scan.nextInt();\n\t\t\tint c=scan.nextInt();\n\t\t\tint x,y=0;\n\t\t\tfor(x=a;x<=b;x++) {\n\t\t\t\tif(c%x == 0)\n\t\t\t\t\ty=y+1;\n\t\t\t}\n\t\t\tSystem.out.println(y);\n\t\tscan.close();\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 x",
"x",
"y=0;",
"y",
"0",
"for(x=a;x<=b;x++) {\n\t\t\t\tif(c%x == 0)\n\t\t\t\t\ty=y+1;\n\t\t\t}",
"x=a;",
"x=a",
"x",
"a",
"x<=b",
"x",
"b",
"x++",
"x++",
"x",
"{\n\t\t\t\tif(c%x == 0)\n\t\t\t\t\ty=y+1;\n\t\t\t}",
"{\n\t\t\t\tif(c%x == 0)\n\t\t\t\t\ty=y+1;\n\t\t\t}",
"if(c%x == 0)\n\t\t\t\t\ty=y+1;",
"c%x == 0",
"c%x",
"c",
"x",
"0",
"y=y+1",
"y",
"y+1",
"y",
"1",
"System.out.println(y)",
"System.out.println",
"System.out",
"System",
"System.out",
"y",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan=new Scanner(System.in);\n\t\t\tint a=scan.nextInt();\n\t\t\tint b=scan.nextInt();\n\t\t\tint c=scan.nextInt();\n\t\t\tint x,y=0;\n\t\t\tfor(x=a;x<=b;x++) {\n\t\t\t\tif(c%x == 0)\n\t\t\t\t\ty=y+1;\n\t\t\t}\n\t\t\tSystem.out.println(y);\n\t\tscan.close();\n}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan=new Scanner(System.in);\n\t\t\tint a=scan.nextInt();\n\t\t\tint b=scan.nextInt();\n\t\t\tint c=scan.nextInt();\n\t\t\tint x,y=0;\n\t\t\tfor(x=a;x<=b;x++) {\n\t\t\t\tif(c%x == 0)\n\t\t\t\t\ty=y+1;\n\t\t\t}\n\t\t\tSystem.out.println(y);\n\t\tscan.close();\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 x,y=0;
for(x=a;x<=b;x++) {
if(c%x == 0)
y=y+1;
}
System.out.println(y);
scan.close();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
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
]
] | [
"\timport java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(),b = sc.nextInt(),c = sc.nextInt(),n = 0;\n\t\tfor (int d = a;d <= b;d++){\n\t\t\tif(c%d == 0){n++;}\n\t\t}\n\t\tSystem.out.println(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(),b = sc.nextInt(),c = sc.nextInt(),n = 0;\n\t\tfor (int d = a;d <= b;d++){\n\t\t\tif(c%d == 0){n++;}\n\t\t}\n\t\tSystem.out.println(n);}\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 = 0;\n\t\tfor (int d = a;d <= b;d++){\n\t\t\tif(c%d == 0){n++;}\n\t\t}\n\t\tSystem.out.println(n);}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(),b = sc.nextInt(),c = sc.nextInt(),n = 0;\n\t\tfor (int d = a;d <= b;d++){\n\t\t\tif(c%d == 0){n++;}\n\t\t}\n\t\tSystem.out.println(n);}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b = sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"c = sc.nextInt()",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"n = 0;",
"n",
"0",
"for (int d = a;d <= b;d++){\n\t\t\tif(c%d == 0){n++;}\n\t\t}",
"int d = a;",
"int d = a;",
"d",
"a",
"d <= b",
"d",
"b",
"d++",
"d++",
"d",
"{\n\t\t\tif(c%d == 0){n++;}\n\t\t}",
"{\n\t\t\tif(c%d == 0){n++;}\n\t\t}",
"if(c%d == 0){n++;}",
"c%d == 0",
"c%d",
"c",
"d",
"0",
"{n++;}",
"n++",
"n",
"System.out.println(n)",
"System.out.println",
"System.out",
"System",
"System.out",
"n",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(),b = sc.nextInt(),c = sc.nextInt(),n = 0;\n\t\tfor (int d = a;d <= b;d++){\n\t\t\tif(c%d == 0){n++;}\n\t\t}\n\t\tSystem.out.println(n);}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt(),b = sc.nextInt(),c = sc.nextInt(),n = 0;\n\t\tfor (int d = a;d <= b;d++){\n\t\t\tif(c%d == 0){n++;}\n\t\t}\n\t\tSystem.out.println(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(),b = sc.nextInt(),c = sc.nextInt(),n = 0;
for (int d = a;d <= b;d++){
if(c%d == 0){n++;}
}
System.out.println(n);}
} |
[
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,
20,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
13,
17,
4,
18,
13,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
4,
18,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
4,
18,
13,
13,
2,
4,
18,
13,
13,
13,
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
],
[
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
],
[
49,
52
],
[
8,
53
],
[
53,
54
],
[
53,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
56,
66
],
[
66,
67
],
[
67,
68
],
[
56,
69
],
[
70,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
72,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
79,
84
],
[
71,
85
],
[
85,
86
],
[
8,
87
],
[
87,
88
],
[
88,
89
],
[
89,
90
],
[
89,
91
],
[
87,
92
],
[
6,
93
],
[
93,
94
]
] | [
"import java.util.*;\n \nclass Main{\n public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt(); \n int b = stdId.nextInt(); \n int c = stdId.nextInt(); \n ArrayList<Integer> yakusu = new ArrayList<Integer>();\n for(int i=1; i<=c; i++){\n if(c%i == 0) yakusu.add(i);\n }\n\n int count = 0;\n for(int i=0; i<yakusu.size(); i++){\n if(a<=yakusu.get(i) && yakusu.get(i)<=b) count++;\n }\n System.out.println(count);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt(); \n int b = stdId.nextInt(); \n int c = stdId.nextInt(); \n ArrayList<Integer> yakusu = new ArrayList<Integer>();\n for(int i=1; i<=c; i++){\n if(c%i == 0) yakusu.add(i);\n }\n\n int count = 0;\n for(int i=0; i<yakusu.size(); i++){\n if(a<=yakusu.get(i) && yakusu.get(i)<=b) count++;\n }\n System.out.println(count);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt(); \n int b = stdId.nextInt(); \n int c = stdId.nextInt(); \n ArrayList<Integer> yakusu = new ArrayList<Integer>();\n for(int i=1; i<=c; i++){\n if(c%i == 0) yakusu.add(i);\n }\n\n int count = 0;\n for(int i=0; i<yakusu.size(); i++){\n if(a<=yakusu.get(i) && yakusu.get(i)<=b) count++;\n }\n System.out.println(count);\n }",
"main",
"{\n Scanner stdId = new Scanner(System.in);\n int a = stdId.nextInt(); \n int b = stdId.nextInt(); \n int c = stdId.nextInt(); \n ArrayList<Integer> yakusu = new ArrayList<Integer>();\n for(int i=1; i<=c; i++){\n if(c%i == 0) yakusu.add(i);\n }\n\n int count = 0;\n for(int i=0; i<yakusu.size(); i++){\n if(a<=yakusu.get(i) && yakusu.get(i)<=b) count++;\n }\n System.out.println(count);\n }",
"Scanner stdId = new Scanner(System.in);",
"stdId",
"new Scanner(System.in)",
"int a = stdId.nextInt();",
"a",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int b = stdId.nextInt();",
"b",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"int c = stdId.nextInt();",
"c",
"stdId.nextInt()",
"stdId.nextInt",
"stdId",
"ArrayList<Integer> yakusu = new ArrayList<Integer>();",
"yakusu",
"new ArrayList<Integer>()",
"for(int i=1; i<=c; i++){\n if(c%i == 0) yakusu.add(i);\n }",
"int i=1;",
"int i=1;",
"i",
"1",
"i<=c",
"i",
"c",
"i++",
"i++",
"i",
"{\n if(c%i == 0) yakusu.add(i);\n }",
"{\n if(c%i == 0) yakusu.add(i);\n }",
"if(c%i == 0) yakusu.add(i);",
"c%i == 0",
"c%i",
"c",
"i",
"0",
"yakusu.add(i)",
"yakusu.add",
"yakusu",
"i",
"int count = 0;",
"count",
"0",
"for(int i=0; i<yakusu.size(); i++){\n if(a<=yakusu.get(i) && yakusu.get(i)<=b) count++;\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<yakusu.size()",
"i",
"yakusu.size()",
"yakusu.size",
"yakusu",
"i++",
"i++",
"i",
"{\n if(a<=yakusu.get(i) && yakusu.get(i)<=b) count++;\n }",
"{\n if(a<=yakusu.get(i) && yakusu.get(i)<=b) count++;\n }",
"if(a<=yakusu.get(i) && yakusu.get(i)<=b) count++;",
"a<=yakusu.get(i) && yakusu.get(i)<=b",
"a<=yakusu.get(i)",
"a",
"yakusu.get(i)",
"yakusu.get",
"yakusu",
"i",
"yakusu.get(i)<=b",
"yakusu.get(i)",
"yakusu.get",
"yakusu",
"i",
"b",
"count++",
"count",
"System.out.println(count)",
"System.out.println",
"System.out",
"System",
"System.out",
"count",
"String[] args",
"args"
] | import java.util.*;
class Main{
public static void main(String[] args){
Scanner stdId = new Scanner(System.in);
int a = stdId.nextInt();
int b = stdId.nextInt();
int c = stdId.nextInt();
ArrayList<Integer> yakusu = new ArrayList<Integer>();
for(int i=1; i<=c; i++){
if(c%i == 0) yakusu.add(i);
}
int count = 0;
for(int i=0; i<yakusu.size(); i++){
if(a<=yakusu.get(i) && yakusu.get(i)<=b) 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,
2,
13,
17,
30,
14,
2,
2,
13,
13,
17,
30,
40,
13,
40,
13,
4,
18,
18,
13,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
60,
5
],
[
60,
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
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
37,
43
],
[
43,
44
],
[
44,
45
],
[
36,
46
],
[
46,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
8,
54
],
[
54,
55
],
[
55,
56
],
[
6,
57
],
[
57,
58
],
[
0,
59
],
[
59,
60
],
[
59,
61
]
] | [
"import java.util.*;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tdo{\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}while(a != b+1);\n\t\tSystem.out.println(count);\n\t\t\n\t\tscanner.close();\n\t}\n\t\t\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tdo{\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}while(a != b+1);\n\t\tSystem.out.println(count);\n\t\t\n\t\tscanner.close();\n\t}\n\t\t\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tdo{\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}while(a != b+1);\n\t\tSystem.out.println(count);\n\t\t\n\t\tscanner.close();\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tdo{\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}while(a != b+1);\n\t\tSystem.out.println(count);\n\t\t\n\t\tscanner.close();\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",
"do{\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}while(a != b+1);",
"a != b+1",
"a",
"b+1",
"b",
"1",
"{\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\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",
"a++",
"a",
"System.out.println(count)",
"System.out.println",
"System.out",
"System",
"System.out",
"count",
"scanner.close()",
"scanner.close",
"scanner",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tdo{\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}while(a != b+1);\n\t\tSystem.out.println(count);\n\t\t\n\t\tscanner.close();\n\t}\n\t\t\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\t\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint c = scanner.nextInt();\n\t\tint count = 0;\n\t\t\n\t\tdo{\n\t\t\tif(c % a == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t\ta++;\n\t\t}while(a != b+1);\n\t\tSystem.out.println(count);\n\t\t\n\t\tscanner.close();\n\t}\n\t\t\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
int count = 0;
do{
if(c % a == 0){
count++;
}
a++;
}while(a != b+1);
System.out.println(count);
scanner.close();
}
} |
[
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,
0,
13,
17,
42,
2,
13,
13,
30,
40,
13,
14,
2,
2,
13,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
79,
5
],
[
79,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
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
],
[
50,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
60,
66
],
[
66,
67
],
[
67,
68
],
[
67,
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;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] x = line.split(\" \");\n\t\tint a = Integer.parseInt(x[0]);\n\t\tint b = Integer.parseInt(x[1]);\n\t\tint c = Integer.parseInt(x[2]);\n\t\tint count = 0;\n\t\ta -= 1;\n\t\twhile (a < b) {\n\t\t\ta++;\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount += 1;\n\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.println(count);\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\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] x = line.split(\" \");\n\t\tint a = Integer.parseInt(x[0]);\n\t\tint b = Integer.parseInt(x[1]);\n\t\tint c = Integer.parseInt(x[2]);\n\t\tint count = 0;\n\t\ta -= 1;\n\t\twhile (a < b) {\n\t\t\ta++;\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount += 1;\n\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] x = line.split(\" \");\n\t\tint a = Integer.parseInt(x[0]);\n\t\tint b = Integer.parseInt(x[1]);\n\t\tint c = Integer.parseInt(x[2]);\n\t\tint count = 0;\n\t\ta -= 1;\n\t\twhile (a < b) {\n\t\t\ta++;\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount += 1;\n\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}",
"main",
"{\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] x = line.split(\" \");\n\t\tint a = Integer.parseInt(x[0]);\n\t\tint b = Integer.parseInt(x[1]);\n\t\tint c = Integer.parseInt(x[2]);\n\t\tint count = 0;\n\t\ta -= 1;\n\t\twhile (a < b) {\n\t\t\ta++;\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount += 1;\n\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.println(count);\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[] x = line.split(\" \");",
"x",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int a = Integer.parseInt(x[0]);",
"a",
"Integer.parseInt(x[0])",
"Integer.parseInt",
"Integer",
"x[0]",
"x",
"0",
"int b = Integer.parseInt(x[1]);",
"b",
"Integer.parseInt(x[1])",
"Integer.parseInt",
"Integer",
"x[1]",
"x",
"1",
"int c = Integer.parseInt(x[2]);",
"c",
"Integer.parseInt(x[2])",
"Integer.parseInt",
"Integer",
"x[2]",
"x",
"2",
"int count = 0;",
"count",
"0",
"a -= 1",
"a",
"1",
"while (a < b) {\n\t\t\ta++;\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount += 1;\n\n\t\t\t}\n\n\t\t}",
"a < b",
"a",
"b",
"{\n\t\t\ta++;\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount += 1;\n\n\t\t\t}\n\n\t\t}",
"a++",
"a",
"if (c % a == 0) {\n\t\t\t\tcount += 1;\n\n\t\t\t}",
"c % a == 0",
"c % a",
"c",
"a",
"0",
"{\n\t\t\t\tcount += 1;\n\n\t\t\t}",
"count += 1",
"count",
"1",
"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\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] x = line.split(\" \");\n\t\tint a = Integer.parseInt(x[0]);\n\t\tint b = Integer.parseInt(x[1]);\n\t\tint c = Integer.parseInt(x[2]);\n\t\tint count = 0;\n\t\ta -= 1;\n\t\twhile (a < b) {\n\t\t\ta++;\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount += 1;\n\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO 自動生成されたメソッド・スタブ\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] x = line.split(\" \");\n\t\tint a = Integer.parseInt(x[0]);\n\t\tint b = Integer.parseInt(x[1]);\n\t\tint c = Integer.parseInt(x[2]);\n\t\tint count = 0;\n\t\ta -= 1;\n\t\twhile (a < b) {\n\t\t\ta++;\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount += 1;\n\n\t\t\t}\n\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO 自動生成されたメソッド・スタブ
Scanner sc = new Scanner(System.in);
String line = sc.nextLine();
String[] x = line.split(" ");
int a = Integer.parseInt(x[0]);
int b = Integer.parseInt(x[1]);
int c = Integer.parseInt(x[2]);
int count = 0;
a -= 1;
while (a < b) {
a++;
if (c % a == 0) {
count += 1;
}
}
System.out.println(count);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
13,
17,
30,
41,
13,
2,
13,
13,
14,
2,
2,
13,
13,
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
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
12,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
12,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
28,
33
],
[
25,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
25,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
25,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
25,
58
],
[
58,
59
],
[
58,
60
],
[
25,
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
],
[
81,
83
],
[
83,
84
],
[
83,
85
],
[
80,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
91,
92
],
[
91,
93
],
[
86,
94
],
[
94,
95
],
[
95,
96
],
[
25,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
97,
102
],
[
6,
103
],
[
103,
104
]
] | [
"import java.io.*;\n\nclass Main {\n\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n try {\n String[] line = reader.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n int c = Integer.parseInt(line[2]);\n \n int count = 0;\n for (int i = 1; i <= c; i++) {\n if (c % i == 0) {\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }\n }\n\n System.out.println(count);\n \n } catch (NumberFormatException e) {\n e.printStackTrace();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n try {\n String[] line = reader.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n int c = Integer.parseInt(line[2]);\n \n int count = 0;\n for (int i = 1; i <= c; i++) {\n if (c % i == 0) {\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }\n }\n\n System.out.println(count);\n \n } catch (NumberFormatException e) {\n e.printStackTrace();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }\n\n}",
"Main",
"public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n try {\n String[] line = reader.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n int c = Integer.parseInt(line[2]);\n \n int count = 0;\n for (int i = 1; i <= c; i++) {\n if (c % i == 0) {\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }\n }\n\n System.out.println(count);\n \n } catch (NumberFormatException e) {\n e.printStackTrace();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }",
"main",
"{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n try {\n String[] line = reader.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n int c = Integer.parseInt(line[2]);\n \n int count = 0;\n for (int i = 1; i <= c; i++) {\n if (c % i == 0) {\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }\n }\n\n System.out.println(count);\n \n } catch (NumberFormatException e) {\n e.printStackTrace();\n } catch (IOException e) {\n e.printStackTrace();\n }\n }",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"try {\n String[] line = reader.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n int c = Integer.parseInt(line[2]);\n \n int count = 0;\n for (int i = 1; i <= c; i++) {\n if (c % i == 0) {\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }\n }\n\n System.out.println(count);\n \n } catch (NumberFormatException e) {\n e.printStackTrace();\n } catch (IOException e) {\n e.printStackTrace();\n }",
"catch (NumberFormatException e) {\n e.printStackTrace();\n }",
"NumberFormatException e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"catch (IOException e) {\n e.printStackTrace();\n }",
"IOException e",
"{\n e.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n String[] line = reader.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n int c = Integer.parseInt(line[2]);\n \n int count = 0;\n for (int i = 1; i <= c; i++) {\n if (c % i == 0) {\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }\n }\n\n System.out.println(count);\n \n }",
"String[] line = reader.readLine().split(\" \");",
"line",
"reader.readLine().split(\" \")",
"reader.readLine().split",
"reader.readLine()",
"reader.readLine",
"reader",
"\" \"",
"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 = 1; i <= c; i++) {\n if (c % i == 0) {\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }\n }",
"int i = 1;",
"int i = 1;",
"i",
"1",
"i <= c",
"i",
"c",
"i++",
"i++",
"i",
"{\n if (c % i == 0) {\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }\n }",
"{\n if (c % i == 0) {\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }\n }",
"if (c % i == 0) {\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n int tmp = c / i;\n \n if (a <= tmp && tmp <= b) {\n count++;\n }\n }",
"int tmp = c / i;",
"tmp",
"c / i",
"c",
"i",
"if (a <= tmp && tmp <= b) {\n count++;\n }",
"a <= tmp && tmp <= b",
"a <= tmp",
"a",
"tmp",
"tmp <= b",
"tmp",
"b",
"{\n count++;\n }",
"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) {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
try {
String[] line = reader.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 = 1; i <= c; i++) {
if (c % i == 0) {
int tmp = c / i;
if (a <= tmp && tmp <= b) {
count++;
}
}
}
System.out.println(count);
} catch (NumberFormatException e) {
e.printStackTrace();
} 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,
4,
18,
13,
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,
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
],
[
94,
5
],
[
94,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
8,
33
],
[
33,
34
],
[
38,
35
],
[
51,
36
],
[
48,
37
],
[
45,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
42,
44
],
[
45,
45
],
[
45,
46
],
[
45,
47
],
[
48,
48
],
[
48,
49
],
[
48,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
38,
54
],
[
54,
55
],
[
54,
56
],
[
33,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
68,
69
],
[
68,
70
],
[
63,
71
],
[
71,
72
],
[
72,
73
],
[
63,
74
],
[
75,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
77,
81
],
[
76,
82
],
[
82,
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\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\tscan.close();\n\t\tint count = 0;\n\t\tif (1 <= a && a <= 10000 && 1 <= b && b <= 10000 && 1 <= c && c <= 10000) {\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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner 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\tscan.close();\n\t\tint count = 0;\n\t\tif (1 <= a && a <= 10000 && 1 <= b && b <= 10000 && 1 <= c && c <= 10000) {\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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\n\t}\n\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\tscan.close();\n\t\tint count = 0;\n\t\tif (1 <= a && a <= 10000 && 1 <= b && b <= 10000 && 1 <= c && c <= 10000) {\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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\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\tscan.close();\n\t\tint count = 0;\n\t\tif (1 <= a && a <= 10000 && 1 <= b && b <= 10000 && 1 <= c && c <= 10000) {\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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\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",
"scan.close()",
"scan.close",
"scan",
"int count = 0;",
"count",
"0",
"if (1 <= a && a <= 10000 && 1 <= b && b <= 10000 && 1 <= c && c <= 10000) {\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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"1 <= a && a <= 10000 && 1 <= b && b <= 10000 && 1 <= c && c <= 10000",
"1 <= c",
"b <= 10000",
"1 <= b",
"1 <= a && a <= 10000 && 1 <= b && b <= 10000 && 1 <= c && c <= 10000",
"1 <= a",
"1",
"a",
"a <= 10000",
"a",
"10000",
"1 <= b",
"1",
"b",
"b <= 10000",
"b",
"10000",
"1 <= c",
"1",
"c",
"c <= 10000",
"c",
"10000",
"{\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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t}\n\t\t}",
"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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}\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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}\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\tcount++;\n\t\t\t\t\t}\n\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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}",
"{\n\t\t\t\t\tif (c % i == 0) {\n\t\t\t\t\t\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}",
"if (c % i == 0) {\n\t\t\t\t\t\tcount++;\n\t\t\t\t\t}",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n\t\t\t\t\t\tcount++;\n\t\t\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\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\tscan.close();\n\t\tint count = 0;\n\t\tif (1 <= a && a <= 10000 && 1 <= b && b <= 10000 && 1 <= c && c <= 10000) {\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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\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 = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint c = scan.nextInt();\n\t\tscan.close();\n\t\tint count = 0;\n\t\tif (1 <= a && a <= 10000 && 1 <= b && b <= 10000 && 1 <= c && c <= 10000) {\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\tcount++;\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(count);\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
scan.close();
int count = 0;
if (1 <= a && a <= 10000 && 1 <= b && b <= 10000 && 1 <= c && c <= 10000) {
if (a <= b) {
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,
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
],
[
78,
5
],
[
78,
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
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
60,
66
],
[
66,
67
],
[
67,
68
],
[
8,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String[] lines = sc.nextLine().split(\" \");\n int num1 = Integer.parseInt(lines[0]);\n int num2 = Integer.parseInt(lines[1]);\n int num3 = Integer.parseInt(lines[2]);\n \n int count = 0;\n \n for(int i = num1; i <= num2;i++) {\n \tif(num3 % i == 0) {\n \t\tcount++;\n \t}\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 Scanner sc = new Scanner(System.in);\n String[] lines = sc.nextLine().split(\" \");\n int num1 = Integer.parseInt(lines[0]);\n int num2 = Integer.parseInt(lines[1]);\n int num3 = Integer.parseInt(lines[2]);\n \n int count = 0;\n \n for(int i = num1; i <= num2;i++) {\n \tif(num3 % i == 0) {\n \t\tcount++;\n \t}\n }\n \n System.out.println(count);\n\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String[] lines = sc.nextLine().split(\" \");\n int num1 = Integer.parseInt(lines[0]);\n int num2 = Integer.parseInt(lines[1]);\n int num3 = Integer.parseInt(lines[2]);\n \n int count = 0;\n \n for(int i = num1; i <= num2;i++) {\n \tif(num3 % i == 0) {\n \t\tcount++;\n \t}\n }\n \n System.out.println(count);\n\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n String[] lines = sc.nextLine().split(\" \");\n int num1 = Integer.parseInt(lines[0]);\n int num2 = Integer.parseInt(lines[1]);\n int num3 = Integer.parseInt(lines[2]);\n \n int count = 0;\n \n for(int i = num1; i <= num2;i++) {\n \tif(num3 % i == 0) {\n \t\tcount++;\n \t}\n }\n \n System.out.println(count);\n\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String[] lines = sc.nextLine().split(\" \");",
"lines",
"sc.nextLine().split(\" \")",
"sc.nextLine().split",
"sc.nextLine()",
"sc.nextLine",
"sc",
"\" \"",
"int num1 = Integer.parseInt(lines[0]);",
"num1",
"Integer.parseInt(lines[0])",
"Integer.parseInt",
"Integer",
"lines[0]",
"lines",
"0",
"int num2 = Integer.parseInt(lines[1]);",
"num2",
"Integer.parseInt(lines[1])",
"Integer.parseInt",
"Integer",
"lines[1]",
"lines",
"1",
"int num3 = Integer.parseInt(lines[2]);",
"num3",
"Integer.parseInt(lines[2])",
"Integer.parseInt",
"Integer",
"lines[2]",
"lines",
"2",
"int count = 0;",
"count",
"0",
"for(int i = num1; i <= num2;i++) {\n \tif(num3 % i == 0) {\n \t\tcount++;\n \t}\n }",
"int i = num1;",
"int i = num1;",
"i",
"num1",
"i <= num2",
"i",
"num2",
"i++",
"i++",
"i",
"{\n \tif(num3 % i == 0) {\n \t\tcount++;\n \t}\n }",
"{\n \tif(num3 % i == 0) {\n \t\tcount++;\n \t}\n }",
"if(num3 % i == 0) {\n \t\tcount++;\n \t}",
"num3 % i == 0",
"num3 % i",
"num3",
"i",
"0",
"{\n \t\tcount++;\n \t}",
"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 Scanner sc = new Scanner(System.in);\n String[] lines = sc.nextLine().split(\" \");\n int num1 = Integer.parseInt(lines[0]);\n int num2 = Integer.parseInt(lines[1]);\n int num3 = Integer.parseInt(lines[2]);\n \n int count = 0;\n \n for(int i = num1; i <= num2;i++) {\n \tif(num3 % i == 0) {\n \t\tcount++;\n \t}\n }\n \n System.out.println(count);\n\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String[] lines = sc.nextLine().split(\" \");\n int num1 = Integer.parseInt(lines[0]);\n int num2 = Integer.parseInt(lines[1]);\n int num3 = Integer.parseInt(lines[2]);\n \n int count = 0;\n \n for(int i = num1; i <= num2;i++) {\n \tif(num3 % i == 0) {\n \t\tcount++;\n \t}\n }\n \n 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);
String[] lines = sc.nextLine().split(" ");
int num1 = Integer.parseInt(lines[0]);
int num2 = Integer.parseInt(lines[1]);
int num3 = Integer.parseInt(lines[2]);
int count = 0;
for(int i = num1; i <= num2;i++) {
if(num3 % 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,
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\npublic static void main(String[] args) {\n\nScanner scan = new Scanner(System.in);\nint p = scan.nextInt();\nint q = scan.nextInt();\nint w = scan.nextInt();\nint counter = 0;\nfor (int i = p; i <= q; i ++ ) {\nif ( w % i == 0) {\ncounter++;\n}\n}\nSystem.out.println(counter);\n\n}\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\npublic static void main(String[] args) {\n\nScanner scan = new Scanner(System.in);\nint p = scan.nextInt();\nint q = scan.nextInt();\nint w = scan.nextInt();\nint counter = 0;\nfor (int i = p; i <= q; i ++ ) {\nif ( w % i == 0) {\ncounter++;\n}\n}\nSystem.out.println(counter);\n\n}\n}",
"Main",
"public static void main(String[] args) {\n\nScanner scan = new Scanner(System.in);\nint p = scan.nextInt();\nint q = scan.nextInt();\nint w = scan.nextInt();\nint counter = 0;\nfor (int i = p; i <= q; i ++ ) {\nif ( w % i == 0) {\ncounter++;\n}\n}\nSystem.out.println(counter);\n\n}",
"main",
"{\n\nScanner scan = new Scanner(System.in);\nint p = scan.nextInt();\nint q = scan.nextInt();\nint w = scan.nextInt();\nint counter = 0;\nfor (int i = p; i <= q; i ++ ) {\nif ( w % i == 0) {\ncounter++;\n}\n}\nSystem.out.println(counter);\n\n}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int p = scan.nextInt();",
"p",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int q = scan.nextInt();",
"q",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int w = scan.nextInt();",
"w",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int counter = 0;",
"counter",
"0",
"for (int i = p; i <= q; i ++ ) {\nif ( w % i == 0) {\ncounter++;\n}\n}",
"int i = p;",
"int i = p;",
"i",
"p",
"i <= q",
"i",
"q",
"i ++",
"i ++",
"i",
"{\nif ( w % i == 0) {\ncounter++;\n}\n}",
"{\nif ( w % i == 0) {\ncounter++;\n}\n}",
"if ( w % i == 0) {\ncounter++;\n}",
"w % i == 0",
"w % i",
"w",
"i",
"0",
"{\ncounter++;\n}",
"counter++",
"counter",
"System.out.println(counter)",
"System.out.println",
"System.out",
"System",
"System.out",
"counter",
"String[] args",
"args",
"public class Main{\n\npublic static void main(String[] args) {\n\nScanner scan = new Scanner(System.in);\nint p = scan.nextInt();\nint q = scan.nextInt();\nint w = scan.nextInt();\nint counter = 0;\nfor (int i = p; i <= q; i ++ ) {\nif ( w % i == 0) {\ncounter++;\n}\n}\nSystem.out.println(counter);\n\n}\n}",
"public class Main{\n\npublic static void main(String[] args) {\n\nScanner scan = new Scanner(System.in);\nint p = scan.nextInt();\nint q = scan.nextInt();\nint w = scan.nextInt();\nint counter = 0;\nfor (int i = p; i <= q; i ++ ) {\nif ( w % i == 0) {\ncounter++;\n}\n}\nSystem.out.println(counter);\n\n}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int p = scan.nextInt();
int q = scan.nextInt();
int w = scan.nextInt();
int counter = 0;
for (int i = p; i <= q; i ++ ) {
if ( w % i == 0) {
counter++;
}
}
System.out.println(counter);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
18,
13,
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,
40,
13,
4,
18,
13,
13,
12,
13,
30,
0,
13,
20,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
74,
8
],
[
74,
9
],
[
9,
10
],
[
74,
11
],
[
11,
12
],
[
11,
13
],
[
13,
14
],
[
13,
15
],
[
74,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
18,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
18,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
18,
34
],
[
34,
35
],
[
34,
36
],
[
18,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
42,
44
],
[
37,
45
],
[
45,
46
],
[
46,
47
],
[
37,
48
],
[
49,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
50,
56
],
[
56,
57
],
[
18,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
74,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
62,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"import java.io.*;\nimport java.util.*;\n\npublic class Main {\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\tint c = cin.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int i=a; i<=b; i++) {\n\t\t\t\n\t\t\tif (c%i==0) cnt++;\n\t\t\t\n\t\t}\n\t\t\n\t\tcout.println(cnt);\n\t\t\n\t}\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}\n\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\tint c = cin.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int i=a; i<=b; i++) {\n\t\t\t\n\t\t\tif (c%i==0) cnt++;\n\t\t\t\n\t\t}\n\t\t\n\t\tcout.println(cnt);\n\t\t\n\t}\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}\n\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n}",
"Main",
"static Scanner cin;",
"cin",
"static PrintStream cout = System.out;//標準出力",
"cout",
"System.out",
"System",
"System.out",
"public static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\tint c = cin.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int i=a; i<=b; i++) {\n\t\t\t\n\t\t\tif (c%i==0) cnt++;\n\t\t\t\n\t\t}\n\t\t\n\t\tcout.println(cnt);\n\t\t\n\t}",
"solver",
"{\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\tint c = cin.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int i=a; i<=b; i++) {\n\t\t\t\n\t\t\tif (c%i==0) cnt++;\n\t\t\t\n\t\t}\n\t\t\n\t\tcout.println(cnt);\n\t\t\n\t}",
"int a = cin.nextInt();",
"a",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int b = cin.nextInt();",
"b",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int c = cin.nextInt();",
"c",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int cnt = 0;",
"cnt",
"0",
"for (int i=a; i<=b; i++) {\n\t\t\t\n\t\t\tif (c%i==0) cnt++;\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\t\n\t\t\tif (c%i==0) cnt++;\n\t\t\t\n\t\t}",
"{\n\t\t\t\n\t\t\tif (c%i==0) cnt++;\n\t\t\t\n\t\t}",
"if (c%i==0) cnt++;",
"c%i==0",
"c%i",
"c",
"i",
"0",
"cnt++",
"cnt",
"cout.println(cnt)",
"cout.println",
"cout",
"cnt",
"public static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}",
"main",
"{\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}",
"cin = new Scanner(System.in)",
"cin",
"new Scanner(System.in)",
"Main.solver()",
"Main.solver",
"Main",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\tint c = cin.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int i=a; i<=b; i++) {\n\t\t\t\n\t\t\tif (c%i==0) cnt++;\n\t\t\t\n\t\t}\n\t\t\n\t\tcout.println(cnt);\n\t\t\n\t}\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}\n\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n}",
"public class Main {\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\tint c = cin.nextInt();\n\t\tint cnt = 0;\n\t\t\n\t\tfor (int i=a; i<=b; i++) {\n\t\t\t\n\t\t\tif (c%i==0) cnt++;\n\t\t\t\n\t\t}\n\t\t\n\t\tcout.println(cnt);\n\t\t\n\t}\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}\n\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main {
public static void solver() {
int a = cin.nextInt();
int b = cin.nextInt();
int c = cin.nextInt();
int cnt = 0;
for (int i=a; i<=b; i++) {
if (c%i==0) cnt++;
}
cout.println(cnt);
}
public static void main(String[] args) throws IOException {
cin = new Scanner(System.in);
Main.solver();
}
static Scanner cin;
static PrintStream cout = System.out;//標準出力
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
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
],
[
77,
5
],
[
77,
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
],
[
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.io.*;\npublic class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(st[0]);\n\t\tint b=Integer.parseInt(st[1]);\n\t\tint c=Integer.parseInt(st[2]);\n\t\tint count=0;\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0)count++;\n\t\t}System.out.println(count);\n\t\t}}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(st[0]);\n\t\tint b=Integer.parseInt(st[1]);\n\t\tint c=Integer.parseInt(st[2]);\n\t\tint count=0;\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0)count++;\n\t\t}System.out.println(count);\n\t\t}}",
"Main",
"public static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(st[0]);\n\t\tint b=Integer.parseInt(st[1]);\n\t\tint c=Integer.parseInt(st[2]);\n\t\tint count=0;\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0)count++;\n\t\t}System.out.println(count);\n\t\t}",
"main",
"{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(st[0]);\n\t\tint b=Integer.parseInt(st[1]);\n\t\tint c=Integer.parseInt(st[2]);\n\t\tint count=0;\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0)count++;\n\t\t}System.out.println(count);\n\t\t}",
"BufferedReader br=new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] st=br.readLine().split(\" \");",
"st",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int 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",
"int count=0;",
"count",
"0",
"for(int i=a;i<=b;i++){\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(c%i==0)count++;\n\t\t}",
"{\n\t\t\tif(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",
"String [] args",
"args",
"public class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(st[0]);\n\t\tint b=Integer.parseInt(st[1]);\n\t\tint c=Integer.parseInt(st[2]);\n\t\tint count=0;\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0)count++;\n\t\t}System.out.println(count);\n\t\t}}",
"public class Main{\n\tpublic static void main(String [] args) throws NumberFormatException, IOException{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] st=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(st[0]);\n\t\tint b=Integer.parseInt(st[1]);\n\t\tint c=Integer.parseInt(st[2]);\n\t\tint count=0;\n\t\tfor(int i=a;i<=b;i++){\n\t\t\tif(c%i==0)count++;\n\t\t}System.out.println(count);\n\t\t}}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String [] args) throws NumberFormatException, IOException{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
String[] st=br.readLine().split(" ");
int a=Integer.parseInt(st[0]);
int b=Integer.parseInt(st[1]);
int c=Integer.parseInt(st[2]);
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,
17,
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,
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
],
[
84,
11
],
[
84,
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
],
[
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
],
[
0,
83
],
[
83,
84
],
[
83,
85
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\tint counter = 0;\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tfor(int i = a; i<= b ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(counter);\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\tint counter = 0;\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tfor(int i = a; i<= b ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(counter);\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tint counter = 0;\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tfor(int i = a; i<= b ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(counter);\n\t}",
"main",
"{\n\t\tint counter = 0;\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tfor(int i = a; i<= b ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(counter);\n\t}",
"int counter = 0;",
"counter",
"0",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] inputNum = br.readLine().split(\" \");",
"inputNum",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a = Integer.parseInt(inputNum[0]);",
"a",
"Integer.parseInt(inputNum[0])",
"Integer.parseInt",
"Integer",
"inputNum[0]",
"inputNum",
"0",
"int b = Integer.parseInt(inputNum[1]);",
"b",
"Integer.parseInt(inputNum[1])",
"Integer.parseInt",
"Integer",
"inputNum[1]",
"inputNum",
"1",
"int c = Integer.parseInt(inputNum[2]);",
"c",
"Integer.parseInt(inputNum[2])",
"Integer.parseInt",
"Integer",
"inputNum[2]",
"inputNum",
"2",
"for(int i = a; i<= b ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcounter++;\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\tcounter++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(c%i == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}",
"if(c%i == 0){\n\t\t\t\tcounter++;\n\t\t\t}",
"c%i == 0",
"c%i",
"c",
"i",
"0",
"{\n\t\t\t\tcounter++;\n\t\t\t}",
"counter++",
"counter",
"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) throws IOException{\n\t\tint counter = 0;\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tfor(int i = a; i<= b ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcounter++;\n\t\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) throws IOException{\n\t\tint counter = 0;\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNum = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(inputNum[0]);\n\t\tint b = Integer.parseInt(inputNum[1]);\n\t\tint c = Integer.parseInt(inputNum[2]);\n\n\t\tfor(int i = a; i<= b ; i++){\n\t\t\tif(c%i == 0){\n\t\t\t\tcounter++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(counter);\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{
int counter = 0;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] inputNum = br.readLine().split(" ");
int a = Integer.parseInt(inputNum[0]);
int b = Integer.parseInt(inputNum[1]);
int c = Integer.parseInt(inputNum[2]);
for(int i = a; i<= b ; i++){
if(c%i == 0){
counter++;
}
}
System.out.println(counter);
}
} |
[
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,
13,
42,
2,
13,
13,
30,
14,
2,
2,
13,
13,
17,
30,
0,
13,
17,
30,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
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
],
[
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
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
64,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
64,
74
],
[
63,
75
],
[
75,
76
],
[
75,
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\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.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\t\tint count = 0;\n\t\tint i =a;\n\t\twhile(i<=b){\n\t\t\tif(c%i==0){\n\t\t\t\tcount +=1;\n\t\t\t}else{}\n\t\t\ti += 1;\n\t\t\t}\n\t\tSystem.out.println(count);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args)throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.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\t\tint count = 0;\n\t\tint i =a;\n\t\twhile(i<=b){\n\t\t\tif(c%i==0){\n\t\t\t\tcount +=1;\n\t\t\t}else{}\n\t\t\ti += 1;\n\t\t\t}\n\t\tSystem.out.println(count);\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 strArray[] = str.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\t\tint count = 0;\n\t\tint i =a;\n\t\twhile(i<=b){\n\t\t\tif(c%i==0){\n\t\t\t\tcount +=1;\n\t\t\t}else{}\n\t\t\ti += 1;\n\t\t\t}\n\t\tSystem.out.println(count);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.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\t\tint count = 0;\n\t\tint i =a;\n\t\twhile(i<=b){\n\t\t\tif(c%i==0){\n\t\t\t\tcount +=1;\n\t\t\t}else{}\n\t\t\ti += 1;\n\t\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 str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String strArray[] = str.split(\" \");",
"strArray",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"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 count = 0;",
"count",
"0",
"int i =a;",
"i",
"a",
"while(i<=b){\n\t\t\tif(c%i==0){\n\t\t\t\tcount +=1;\n\t\t\t}else{}\n\t\t\ti += 1;\n\t\t\t}",
"i<=b",
"i",
"b",
"{\n\t\t\tif(c%i==0){\n\t\t\t\tcount +=1;\n\t\t\t}else{}\n\t\t\ti += 1;\n\t\t\t}",
"if(c%i==0){\n\t\t\t\tcount +=1;\n\t\t\t}else{}",
"c%i==0",
"c%i",
"c",
"i",
"0",
"{\n\t\t\t\tcount +=1;\n\t\t\t}",
"count +=1",
"count",
"1",
"{}",
"i += 1",
"i",
"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)throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString strArray[] = str.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\t\tint count = 0;\n\t\tint i =a;\n\t\twhile(i<=b){\n\t\t\tif(c%i==0){\n\t\t\t\tcount +=1;\n\t\t\t}else{}\n\t\t\ti += 1;\n\t\t\t}\n\t\tSystem.out.println(count);\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 strArray[] = str.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\t\tint count = 0;\n\t\tint i =a;\n\t\twhile(i<=b){\n\t\t\tif(c%i==0){\n\t\t\t\tcount +=1;\n\t\t\t}else{}\n\t\t\ti += 1;\n\t\t\t}\n\t\tSystem.out.println(count);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args)throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String strArray[] = str.split(" ");
int a = Integer.parseInt(strArray[0]);
int b = Integer.parseInt(strArray[1]);
int c = Integer.parseInt(strArray[2]);
int count = 0;
int i =a;
while(i<=b){
if(c%i==0){
count +=1;
}else{}
i += 1;
}
System.out.println(count);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
11,
1,
0,
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
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
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
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
52,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
8,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
65,
70
],
[
4,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
71,
77
],
[
77,
78
]
] | [
"import java.util.Scanner;\nclass Main{ \n public void yatary() { \n Scanner sc = new Scanner(System.in); \n int a; \n int b;\n int c;\n int i;\n int x;\n int y=0;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n for(i=a;i<=b;i++){\n x = c%i;\n if(x==0){\n y++;\n }\n }\n System.out.println(y);\n }\npublic static void main(String[] args){ \n new Main().yatary(); \n}\n} ",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{ \n public void yatary() { \n Scanner sc = new Scanner(System.in); \n int a; \n int b;\n int c;\n int i;\n int x;\n int y=0;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n for(i=a;i<=b;i++){\n x = c%i;\n if(x==0){\n y++;\n }\n }\n System.out.println(y);\n }\npublic static void main(String[] args){ \n new Main().yatary(); \n}\n}",
"Main",
"public void yatary() { \n Scanner sc = new Scanner(System.in); \n int a; \n int b;\n int c;\n int i;\n int x;\n int y=0;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n for(i=a;i<=b;i++){\n x = c%i;\n if(x==0){\n y++;\n }\n }\n System.out.println(y);\n }",
"yatary",
"{ \n Scanner sc = new Scanner(System.in); \n int a; \n int b;\n int c;\n int i;\n int x;\n int y=0;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n for(i=a;i<=b;i++){\n x = c%i;\n if(x==0){\n y++;\n }\n }\n System.out.println(y);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a;",
"a",
"int b;",
"b",
"int c;",
"c",
"int i;",
"i",
"int x;",
"x",
"int y=0;",
"y",
"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",
"for(i=a;i<=b;i++){\n x = c%i;\n if(x==0){\n y++;\n }\n }",
"i=a;",
"i=a",
"i",
"a",
"i<=b",
"i",
"b",
"i++",
"i++",
"i",
"{\n x = c%i;\n if(x==0){\n y++;\n }\n }",
"{\n x = c%i;\n if(x==0){\n y++;\n }\n }",
"x = c%i",
"x",
"c%i",
"c",
"i",
"if(x==0){\n y++;\n }",
"x==0",
"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().yatary(); \n}",
"main",
"{ \n new Main().yatary(); \n}",
"new Main().yatary()",
"new Main().yatary",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public void yatary() {
Scanner sc = new Scanner(System.in);
int a;
int b;
int c;
int i;
int x;
int y=0;
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
for(i=a;i<=b;i++){
x = c%i;
if(x==0){
y++;
}
}
System.out.println(y);
}
public static void main(String[] args){
new Main().yatary();
}
} |
[
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,
2,
2,
2,
2,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
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,
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
],
[
101,
5
],
[
101,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
35,
32
],
[
48,
33
],
[
45,
34
],
[
42,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
39,
41
],
[
42,
42
],
[
42,
43
],
[
42,
44
],
[
45,
45
],
[
45,
46
],
[
45,
47
],
[
48,
48
],
[
48,
49
],
[
48,
50
],
[
35,
51
],
[
51,
52
],
[
51,
53
],
[
30,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
54,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
54,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
8,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
75,
76
],
[
75,
77
],
[
70,
78
],
[
78,
79
],
[
79,
80
],
[
70,
81
],
[
82,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
83,
89
],
[
89,
90
],
[
90,
91
],
[
8,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
92,
97
],
[
6,
98
],
[
98,
99
],
[
0,
100
],
[
100,
101
],
[
100,
102
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String [] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint n = 0;\n\t\t\n\t\twhile(a < 1 || a > 10000 || b < 1 || b> 10000 || c < 1 || c > 10000) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tif(c % i == 0) {\n\t\t\t\tn++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(n);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String [] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint n = 0;\n\t\t\n\t\twhile(a < 1 || a > 10000 || b < 1 || b> 10000 || c < 1 || c > 10000) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tif(c % i == 0) {\n\t\t\t\tn++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(n);\n\t}\n}",
"Main",
"public static void main(String [] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint n = 0;\n\t\t\n\t\twhile(a < 1 || a > 10000 || b < 1 || b> 10000 || c < 1 || c > 10000) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tif(c % i == 0) {\n\t\t\t\tn++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(n);\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint n = 0;\n\t\t\n\t\twhile(a < 1 || a > 10000 || b < 1 || b> 10000 || c < 1 || c > 10000) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tif(c % i == 0) {\n\t\t\t\tn++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(n);\n\t}",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int a = stdIn.nextInt();",
"a",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int b = stdIn.nextInt();",
"b",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int c = stdIn.nextInt();",
"c",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int n = 0;",
"n",
"0",
"while(a < 1 || a > 10000 || b < 1 || b> 10000 || c < 1 || c > 10000) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t}",
"a < 1 || a > 10000 || b < 1 || b> 10000 || c < 1 || c > 10000",
"c < 1",
"b> 10000",
"b < 1",
"a < 1 || a > 10000 || b < 1 || b> 10000 || c < 1 || c > 10000",
"a < 1",
"a",
"1",
"a > 10000",
"a",
"10000",
"b < 1",
"b",
"1",
"b> 10000",
"b",
"10000",
"c < 1",
"c",
"1",
"c > 10000",
"c",
"10000",
"{\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t}",
"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",
"for(int i = a; i <= b; i++) {\n\t\t\tif(c % i == 0) {\n\t\t\t\tn++;\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\tn++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(c % i == 0) {\n\t\t\t\tn++;\n\t\t\t}\n\t\t}",
"if(c % i == 0) {\n\t\t\t\tn++;\n\t\t\t}",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n\t\t\t\tn++;\n\t\t\t}",
"n++",
"n",
"System.out.println(n)",
"System.out.println",
"System.out",
"System",
"System.out",
"n",
"String [] args",
"args",
"public class Main {\n\tpublic static void main(String [] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint n = 0;\n\t\t\n\t\twhile(a < 1 || a > 10000 || b < 1 || b> 10000 || c < 1 || c > 10000) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tif(c % i == 0) {\n\t\t\t\tn++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(n);\n\t}\n}",
"public class Main {\n\tpublic static void main(String [] args) {\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\tint n = 0;\n\t\t\n\t\twhile(a < 1 || a > 10000 || b < 1 || b> 10000 || c < 1 || c > 10000) {\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\t\t\tc = stdIn.nextInt();\n\t\t}\n\t\t\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tif(c % i == 0) {\n\t\t\t\tn++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(n);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String [] args) {
Scanner stdIn = new Scanner(System.in);
int a = stdIn.nextInt();
int b = stdIn.nextInt();
int c = stdIn.nextInt();
int n = 0;
while(a < 1 || a > 10000 || b < 1 || b> 10000 || c < 1 || c > 10000) {
a = stdIn.nextInt();
b = stdIn.nextInt();
c = stdIn.nextInt();
}
for(int i = a; i <= b; i++) {
if(c % i == 0) {
n++;
}
}
System.out.println(n);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
17,
41,
13,
4,
18,
4,
18,
20,
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,
0,
13,
8,
2,
2,
13,
13,
17,
17,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
81,
5
],
[
81,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
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
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
64,
70
],
[
64,
71
],
[
8,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
6,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] | [
"import java.io.*;\npublic class Main {\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tint a, b, c, sum = 0;\n\n\t\tString[] str = new BufferedReader(new InputStreamReader(System.in)).readLine().split(\"\\\\s+\");\n\t\t\n\t\ta = Integer.parseInt(str[0]);\n\t\tb = Integer.parseInt(str[1]);\n\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\tfor (int i = a; i <= b; i++) sum += c %i == 0 ? 1 : 0;\n\t\t\t\t\n\t\tSystem.out.println(sum);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tint a, b, c, sum = 0;\n\n\t\tString[] str = new BufferedReader(new InputStreamReader(System.in)).readLine().split(\"\\\\s+\");\n\t\t\n\t\ta = Integer.parseInt(str[0]);\n\t\tb = Integer.parseInt(str[1]);\n\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\tfor (int i = a; i <= b; i++) sum += c %i == 0 ? 1 : 0;\n\t\t\t\t\n\t\tSystem.out.println(sum);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tint a, b, c, sum = 0;\n\n\t\tString[] str = new BufferedReader(new InputStreamReader(System.in)).readLine().split(\"\\\\s+\");\n\t\t\n\t\ta = Integer.parseInt(str[0]);\n\t\tb = Integer.parseInt(str[1]);\n\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\tfor (int i = a; i <= b; i++) sum += c %i == 0 ? 1 : 0;\n\t\t\t\t\n\t\tSystem.out.println(sum);\n\t}",
"main",
"{\n\t\tint a, b, c, sum = 0;\n\n\t\tString[] str = new BufferedReader(new InputStreamReader(System.in)).readLine().split(\"\\\\s+\");\n\t\t\n\t\ta = Integer.parseInt(str[0]);\n\t\tb = Integer.parseInt(str[1]);\n\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\tfor (int i = a; i <= b; i++) sum += c %i == 0 ? 1 : 0;\n\t\t\t\t\n\t\tSystem.out.println(sum);\n\t}",
"int a",
"a",
"b",
"b",
"c",
"c",
"sum = 0;",
"sum",
"0",
"String[] str = new BufferedReader(new InputStreamReader(System.in)).readLine().split(\"\\\\s+\");",
"str",
"new BufferedReader(new InputStreamReader(System.in)).readLine().split(\"\\\\s+\")",
"new BufferedReader(new InputStreamReader(System.in)).readLine().split",
"new BufferedReader(new InputStreamReader(System.in)).readLine()",
"new BufferedReader(new InputStreamReader(System.in)).readLine",
"new BufferedReader(new InputStreamReader(System.in))",
"\"\\\\s+\"",
"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++) sum += c %i == 0 ? 1 : 0;",
"int i = a;",
"int i = a;",
"i",
"a",
"i <= b",
"i",
"b",
"i++",
"i++",
"i",
"sum += c %i == 0 ? 1 : 0;",
"sum += c %i == 0 ? 1 : 0",
"sum",
"c %i == 0 ? 1 : 0",
"c %i == 0",
"c %i",
"c",
"i",
"0",
"1",
"0",
"System.out.println(sum)",
"System.out.println",
"System.out",
"System",
"System.out",
"sum",
"String[] args",
"args",
"public class Main {\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tint a, b, c, sum = 0;\n\n\t\tString[] str = new BufferedReader(new InputStreamReader(System.in)).readLine().split(\"\\\\s+\");\n\t\t\n\t\ta = Integer.parseInt(str[0]);\n\t\tb = Integer.parseInt(str[1]);\n\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\tfor (int i = a; i <= b; i++) sum += c %i == 0 ? 1 : 0;\n\t\t\t\t\n\t\tSystem.out.println(sum);\n\t}\n}",
"public class Main {\n\t\n\tpublic static void main(String[] args) throws IOException {\n\t\tint a, b, c, sum = 0;\n\n\t\tString[] str = new BufferedReader(new InputStreamReader(System.in)).readLine().split(\"\\\\s+\");\n\t\t\n\t\ta = Integer.parseInt(str[0]);\n\t\tb = Integer.parseInt(str[1]);\n\t\tc = Integer.parseInt(str[2]);\n\t\t\t\t\n\t\tfor (int i = a; i <= b; i++) sum += c %i == 0 ? 1 : 0;\n\t\t\t\t\n\t\tSystem.out.println(sum);\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
int a, b, c, sum = 0;
String[] str = new BufferedReader(new InputStreamReader(System.in)).readLine().split("\\s+");
a = Integer.parseInt(str[0]);
b = Integer.parseInt(str[1]);
c = Integer.parseInt(str[2]);
for (int i = a; i <= b; i++) sum += c %i == 0 ? 1 : 0;
System.out.println(sum);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
13,
4,
18,
18,
13,
13,
4,
13,
13,
23,
13,
12,
13,
30,
41,
13,
4,
13,
13,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
17,
11,
1,
41,
13,
13,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
13,
17,
30,
40,
13,
29,
4,
18,
13,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
17,
41,
13,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
29,
13,
23,
13,
12,
13,
30,
41,
13,
17,
38,
30,
14,
2,
13,
17,
30,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
10,
6,
13
] | [
[
0,
1
],
[
144,
2
],
[
144,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
5,
10
],
[
10,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
10,
15
],
[
15,
16
],
[
15,
17
],
[
3,
18
],
[
18,
19
],
[
144,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
25,
27
],
[
22,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
30,
32
],
[
22,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
22,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
22,
43
],
[
43,
44
],
[
43,
45
],
[
22,
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
],
[
22,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
20,
73
],
[
73,
74
],
[
144,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
77,
84
],
[
84,
85
],
[
84,
86
],
[
87,
88
],
[
87,
89
],
[
77,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
90,
95
],
[
95,
96
],
[
95,
97
],
[
97,
98
],
[
97,
99
],
[
90,
100
],
[
100,
101
],
[
101,
102
],
[
90,
103
],
[
104,
104
],
[
104,
105
],
[
105,
106
],
[
106,
107
],
[
106,
108
],
[
105,
109
],
[
109,
110
],
[
110,
111
],
[
109,
112
],
[
112,
113
],
[
112,
114
],
[
77,
115
],
[
115,
116
],
[
75,
117
],
[
117,
118
],
[
144,
119
],
[
119,
120
],
[
119,
121
],
[
121,
122
],
[
122,
123
],
[
122,
124
],
[
121,
125
],
[
125,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
127,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
125,
135
],
[
135,
136
],
[
136,
137
],
[
136,
138
],
[
135,
139
],
[
139,
140
],
[
140,
141
],
[
141,
142
],
[
0,
143
],
[
143,
144
],
[
143,
145
]
] | [
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ia = split(input);\n\n final int a = ia[0];\n final int b = ia[1];\n final int c = ia[2];\n\n int count = 0;\n for (int i = a; i <= b; i++) {\n if ((c % i) == 0) {\n count++;\n }\n }\n\n return String.valueOf(count);\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ia = split(input);\n\n final int a = ia[0];\n final int b = ia[1];\n final int c = ia[2];\n\n int count = 0;\n for (int i = a; i <= b; i++) {\n if ((c % i) == 0) {\n count++;\n }\n }\n\n return String.valueOf(count);\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }",
"main",
"{\n final String line = readLine();\n System.out.println(calc(line));\n }",
"final String line = readLine();",
"line",
"readLine()",
"readLine",
"System.out.println(calc(line))",
"System.out.println",
"System.out",
"System",
"System.out",
"calc(line)",
"calc",
"line",
"String[] args",
"args",
"protected static String calc(String input) {\n final int[] ia = split(input);\n\n final int a = ia[0];\n final int b = ia[1];\n final int c = ia[2];\n\n int count = 0;\n for (int i = a; i <= b; i++) {\n if ((c % i) == 0) {\n count++;\n }\n }\n\n return String.valueOf(count);\n }",
"calc",
"{\n final int[] ia = split(input);\n\n final int a = ia[0];\n final int b = ia[1];\n final int c = ia[2];\n\n int count = 0;\n for (int i = a; i <= b; i++) {\n if ((c % i) == 0) {\n count++;\n }\n }\n\n return String.valueOf(count);\n }",
"final int[] ia = split(input);",
"ia",
"split(input)",
"split",
"input",
"final int a = ia[0];",
"a",
"ia[0]",
"ia",
"0",
"final int b = ia[1];",
"b",
"ia[1]",
"ia",
"1",
"final int c = ia[2];",
"c",
"ia[2]",
"ia",
"2",
"int count = 0;",
"count",
"0",
"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",
"return String.valueOf(count);",
"String.valueOf(count)",
"String.valueOf",
"String",
"count",
"String input",
"input",
"private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }",
"split",
"{\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }",
"final String[] s0 = s.split(\" \");",
"s0",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"int[] ia = new int[s0.length];",
"ia",
"new int[s0.length]",
"s0.length",
"s0",
"s0.length",
"for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < s0.length",
"i",
"s0.length",
"s0",
"s0.length",
"i++",
"i++",
"i",
"{\n ia[i] = Integer.parseInt(s0[i]);\n }",
"{\n ia[i] = Integer.parseInt(s0[i]);\n }",
"ia[i] = Integer.parseInt(s0[i])",
"ia[i]",
"ia",
"i",
"Integer.parseInt(s0[i])",
"Integer.parseInt",
"Integer",
"s0[i]",
"s0",
"i",
"return ia;",
"ia",
"String s",
"s",
"private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }",
"readLine",
"{\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }",
"java.util.Scanner s = null;",
"s",
"null",
"try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }",
"{\n if (s != null) {\n s.close();\n }\n }",
"if (s != null) {\n s.close();\n }",
"s != null",
"s",
"null",
"{\n s.close();\n }",
"s.close()",
"s.close",
"s",
"{\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n }",
"s = new java.util.Scanner(System.in)",
"s",
"new java.util.Scanner(System.in)",
"return s.nextLine();",
"s.nextLine()",
"s.nextLine",
"s",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ia = split(input);\n\n final int a = ia[0];\n final int b = ia[1];\n final int c = ia[2];\n\n int count = 0;\n for (int i = a; i <= b; i++) {\n if ((c % i) == 0) {\n count++;\n }\n }\n\n return String.valueOf(count);\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n final int[] ia = split(input);\n\n final int a = ia[0];\n final int b = ia[1];\n final int c = ia[2];\n\n int count = 0;\n for (int i = a; i <= b; i++) {\n if ((c % i) == 0) {\n count++;\n }\n }\n\n return String.valueOf(count);\n }\n\n private static int[] split(String s) {\n final String[] s0 = s.split(\" \");\n int[] ia = new int[s0.length];\n\n for (int i = 0; i < s0.length; i++) {\n ia[i] = Integer.parseInt(s0[i]);\n }\n\n return ia;\n }\n\n private static String readLine() {\n java.util.Scanner s = null;\n try {\n s = new java.util.Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"Main"
] | public class Main {
public static void main(String[] args) {
final String line = readLine();
System.out.println(calc(line));
}
protected static String calc(String input) {
final int[] ia = split(input);
final int a = ia[0];
final int b = ia[1];
final int c = ia[2];
int count = 0;
for (int i = a; i <= b; i++) {
if ((c % i) == 0) {
count++;
}
}
return String.valueOf(count);
}
private static int[] split(String s) {
final String[] s0 = s.split(" ");
int[] ia = new int[s0.length];
for (int i = 0; i < s0.length; i++) {
ia[i] = Integer.parseInt(s0[i]);
}
return ia;
}
private static String readLine() {
java.util.Scanner s = null;
try {
s = new java.util.Scanner(System.in);
return s.nextLine();
} finally {
if (s != null) {
s.close();
}
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
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,
14,
2,
2,
2,
2,
2,
2,
2,
13,
13,
2,
17,
13,
2,
17,
13,
2,
17,
13,
2,
13,
17,
2,
13,
17,
2,
13,
17,
30,
11,
1,
41,
13,
13,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
2,
13,
13,
17,
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
],
[
135,
14
],
[
135,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
18,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
28,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
28,
40
],
[
40,
41
],
[
40,
42
],
[
28,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
49,
50
],
[
28,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
57,
58
],
[
28,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
64,
65
],
[
65,
66
],
[
28,
67
],
[
67,
68
],
[
67,
69
],
[
28,
70
],
[
70,
71
],
[
76,
72
],
[
92,
73
],
[
89,
74
],
[
86,
75
],
[
83,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
83,
83
],
[
83,
84
],
[
83,
85
],
[
86,
86
],
[
86,
87
],
[
86,
88
],
[
89,
89
],
[
89,
90
],
[
89,
91
],
[
92,
92
],
[
92,
93
],
[
92,
94
],
[
76,
95
],
[
95,
96
],
[
95,
97
],
[
70,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
99,
104
],
[
104,
105
],
[
104,
106
],
[
99,
107
],
[
107,
108
],
[
108,
109
],
[
99,
110
],
[
111,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
114,
115
],
[
115,
116
],
[
115,
117
],
[
114,
118
],
[
113,
119
],
[
119,
120
],
[
120,
121
],
[
120,
122
],
[
119,
123
],
[
112,
124
],
[
124,
125
],
[
98,
126
],
[
126,
127
],
[
127,
128
],
[
128,
129
],
[
128,
130
],
[
126,
131
],
[
15,
132
],
[
132,
133
],
[
0,
134
],
[
134,
135
],
[
134,
136
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n public static void main(String[] args) {\n \ttry{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\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\t\tint cnt=0;\n\t \tif(a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000){\n\n\t \t\tfor(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}\n\t \t\tSystem.out.println(cnt);\n\t \t}\n\n \t} catch(IOException e) {\n \t\tSystem.err.println(e);\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",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n public static void main(String[] args) {\n \ttry{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\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\t\tint cnt=0;\n\t \tif(a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000){\n\n\t \t\tfor(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}\n\t \t\tSystem.out.println(cnt);\n\t \t}\n\n \t} catch(IOException e) {\n \t\tSystem.err.println(e);\n\t\t}\n }\n}",
"Main",
"public static void main(String[] args) {\n \ttry{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\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\t\tint cnt=0;\n\t \tif(a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000){\n\n\t \t\tfor(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}\n\t \t\tSystem.out.println(cnt);\n\t \t}\n\n \t} catch(IOException e) {\n \t\tSystem.err.println(e);\n\t\t}\n }",
"main",
"{\n \ttry{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\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\t\tint cnt=0;\n\t \tif(a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000){\n\n\t \t\tfor(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}\n\t \t\tSystem.out.println(cnt);\n\t \t}\n\n \t} catch(IOException e) {\n \t\tSystem.err.println(e);\n\t\t}\n }",
"try{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\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\t\tint cnt=0;\n\t \tif(a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000){\n\n\t \t\tfor(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}\n\t \t\tSystem.out.println(cnt);\n\t \t}\n\n \t} catch(IOException e) {\n \t\tSystem.err.println(e);\n\t\t}",
"catch(IOException e) {\n \t\tSystem.err.println(e);\n\t\t}",
"IOException e",
"{\n \t\tSystem.err.println(e);\n\t\t}",
"System.err.println(e)",
"System.err.println",
"System.err",
"System",
"System.err",
"e",
"{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\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\t\tint cnt=0;\n\t \tif(a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000){\n\n\t \t\tfor(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}\n\t \t\tSystem.out.println(cnt);\n\t \t}\n\n \t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st=new StringTokenizer(buf,\" \");",
"st",
"new StringTokenizer(buf,\" \")",
"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 cnt=0;",
"cnt",
"0",
"if(a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000){\n\n\t \t\tfor(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}\n\t \t\tSystem.out.println(cnt);\n\t \t}",
"a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000",
"b<=10000",
"a<=10000",
"1<=c",
"1<= b",
"a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000",
"a <= b",
"a",
"b",
"1<=a",
"1",
"a",
"1<= b",
"1",
"b",
"1<=c",
"1",
"c",
"a<=10000",
"a",
"10000",
"b<=10000",
"b",
"10000",
"c<=10000",
"c",
"10000",
"{\n\n\t \t\tfor(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}\n\t \t\tSystem.out.println(cnt);\n\t \t}",
"for(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\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) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}",
"{\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}",
"if( (c/i) >=1 && (c%i)==0)\tcnt++;",
"(c/i) >=1 && (c%i)==0",
"(c/i) >=1",
"(c/i)",
"c",
"i",
"1",
"(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",
"public class Main {\n public static void main(String[] args) {\n \ttry{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\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\t\tint cnt=0;\n\t \tif(a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000){\n\n\t \t\tfor(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}\n\t \t\tSystem.out.println(cnt);\n\t \t}\n\n \t} catch(IOException e) {\n \t\tSystem.err.println(e);\n\t\t}\n }\n}",
"public class Main {\n public static void main(String[] args) {\n \ttry{\n \t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\t\tBufferedReader br = new BufferedReader(isr);\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st=new StringTokenizer(buf,\" \");\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\t\tint cnt=0;\n\t \tif(a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000){\n\n\t \t\tfor(int i=a; i <= b;i++){\n\t \t\t\tif( (c/i) >=1 && (c%i)==0)\tcnt++;\n\t \t\t}\n\t \t\tSystem.out.println(cnt);\n\t \t}\n\n \t} catch(IOException e) {\n \t\tSystem.err.println(e);\n\t\t}\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args) {
try{
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
String buf = br.readLine();
StringTokenizer st=new StringTokenizer(buf," ");
int a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
int c = Integer.parseInt(st.nextToken());
int cnt=0;
if(a <= b && 1<=a && 1<= b && 1<=c && a<=10000 && b<=10000 && c<=10000){
for(int i=a; i <= b;i++){
if( (c/i) >=1 && (c%i)==0) cnt++;
}
System.out.println(cnt);
}
} catch(IOException e) {
System.err.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
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
],
[
60,
5
],
[
60,
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
],
[
6,
57
],
[
57,
58
],
[
0,
59
],
[
59,
60
],
[
59,
61
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\t\n\t\tint count = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) count++;\n\t\t}\n\t\tSystem.out.println(count);\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 stdIn = new Scanner(System.in);\n\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\t\n\t\tint count = 0;\n\t\tfor (int i = a; i <= b; i++) {\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) {\n\t\t\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\t\n\t\tint count = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) count++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}",
"main",
"{\n\t\t\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\t\n\t\tint count = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) count++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int a = stdIn.nextInt();",
"a",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int b = stdIn.nextInt();",
"b",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int c = stdIn.nextInt();",
"c",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int count = 0;",
"count",
"0",
"for (int i = a; i <= b; i++) {\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 (c % i == 0) count++;\n\t\t}",
"{\n\t\t\tif (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",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\t\n\t\tint count = 0;\n\t\tfor (int i = a; i <= b; i++) {\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) {\n\t\t\n\t\tScanner stdIn = new Scanner(System.in);\n\n\t\tint a = stdIn.nextInt();\n\t\tint b = stdIn.nextInt();\n\t\tint c = stdIn.nextInt();\n\t\t\n\t\tint count = 0;\n\t\tfor (int i = a; i <= b; i++) {\n\t\t\tif (c % i == 0) count++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner stdIn = new Scanner(System.in);
int a = stdIn.nextInt();
int b = stdIn.nextInt();
int c = stdIn.nextInt();
int 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,
41,
13,
41,
13,
41,
13,
17,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
11,
1,
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
],
[
72,
5
],
[
72,
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
],
[
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
],
[
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
],
[
8,
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\tpublic static void main(String[] args) {\n\tint a,b,c,s=0;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\tc= Integer.parseInt(scan.next());\n\n\tfor(;a<=b;a++) {\n\t\tif(c%a==0)\n\t\t\ts++;\n\t}\n\tSystem.out.println(s);\n\t}\n\t\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\tint a,b,c,s=0;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\tc= Integer.parseInt(scan.next());\n\n\tfor(;a<=b;a++) {\n\t\tif(c%a==0)\n\t\t\ts++;\n\t}\n\tSystem.out.println(s);\n\t}\n\t\n}",
"Main",
"public static void main(String[] args) {\n\tint a,b,c,s=0;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\tc= Integer.parseInt(scan.next());\n\n\tfor(;a<=b;a++) {\n\t\tif(c%a==0)\n\t\t\ts++;\n\t}\n\tSystem.out.println(s);\n\t}",
"main",
"{\n\tint a,b,c,s=0;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\tc= Integer.parseInt(scan.next());\n\n\tfor(;a<=b;a++) {\n\t\tif(c%a==0)\n\t\t\ts++;\n\t}\n\tSystem.out.println(s);\n\t}",
"int a",
"a",
"b",
"b",
"c",
"c",
"s=0;",
"s",
"0",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"a= Integer.parseInt(scan.next())",
"a",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"b= Integer.parseInt(scan.next())",
"b",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"c= Integer.parseInt(scan.next())",
"c",
"Integer.parseInt(scan.next())",
"Integer.parseInt",
"Integer",
"scan.next()",
"scan.next",
"scan",
"for(;a<=b;a++) {\n\t\tif(c%a==0)\n\t\t\ts++;\n\t}",
";",
"a<=b",
"a",
"b",
"a++",
"a++",
"a",
"{\n\t\tif(c%a==0)\n\t\t\ts++;\n\t}",
"{\n\t\tif(c%a==0)\n\t\t\ts++;\n\t}",
"if(c%a==0)\n\t\t\ts++;",
"c%a==0",
"c%a",
"c",
"a",
"0",
"s++",
"s",
"System.out.println(s)",
"System.out.println",
"System.out",
"System",
"System.out",
"s",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\tint a,b,c,s=0;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\tc= Integer.parseInt(scan.next());\n\n\tfor(;a<=b;a++) {\n\t\tif(c%a==0)\n\t\t\ts++;\n\t}\n\tSystem.out.println(s);\n\t}\n\t\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\tint a,b,c,s=0;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\tc= Integer.parseInt(scan.next());\n\n\tfor(;a<=b;a++) {\n\t\tif(c%a==0)\n\t\t\ts++;\n\t}\n\tSystem.out.println(s);\n\t}\n\t\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int a,b,c,s=0;
Scanner scan = new Scanner(System.in);
a= Integer.parseInt(scan.next());
b= Integer.parseInt(scan.next());
c= Integer.parseInt(scan.next());
for(;a<=b;a++) {
if(c%a==0)
s++;
}
System.out.println(s);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
17,
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
],
[
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
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
8,
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
],
[
37,
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.*;\n\npublic class Main {\n public static void main(String[] args) throws java.io.IOException{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n sc.close();\n int result = 0;\n while(a<=b){\n if(c%a==0){\n result++;\n }\n a++;\n }\n System.out.println(result);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws java.io.IOException{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n sc.close();\n int result = 0;\n while(a<=b){\n if(c%a==0){\n result++;\n }\n a++;\n }\n System.out.println(result);\n }\n}",
"Main",
"public static void main(String[] args) throws java.io.IOException{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n sc.close();\n int result = 0;\n while(a<=b){\n if(c%a==0){\n result++;\n }\n a++;\n }\n System.out.println(result);\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 sc.close();\n int result = 0;\n while(a<=b){\n if(c%a==0){\n result++;\n }\n a++;\n }\n System.out.println(result);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"int result = 0;",
"result",
"0",
"while(a<=b){\n if(c%a==0){\n result++;\n }\n a++;\n }",
"a<=b",
"a",
"b",
"{\n if(c%a==0){\n result++;\n }\n a++;\n }",
"if(c%a==0){\n result++;\n }",
"c%a==0",
"c%a",
"c",
"a",
"0",
"{\n result++;\n }",
"result++",
"result",
"a++",
"a",
"System.out.println(result)",
"System.out.println",
"System.out",
"System",
"System.out",
"result",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws java.io.IOException{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n sc.close();\n int result = 0;\n while(a<=b){\n if(c%a==0){\n result++;\n }\n a++;\n }\n System.out.println(result);\n }\n}",
"public class Main {\n public static void main(String[] args) throws java.io.IOException{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n sc.close();\n int result = 0;\n while(a<=b){\n if(c%a==0){\n result++;\n }\n a++;\n }\n System.out.println(result);\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) throws java.io.IOException{
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
sc.close();
int result = 0;
while(a<=b){
if(c%a==0){
result++;
}
a++;
}
System.out.println(result);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
4,
13,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
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,
40,
13,
29,
13,
23,
13,
23,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
20,
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
],
[
35,
37
],
[
35,
38
],
[
35,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
6,
46
],
[
46,
47
],
[
4,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
59,
60
],
[
59,
61
],
[
54,
62
],
[
62,
63
],
[
63,
64
],
[
54,
65
],
[
66,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
67,
73
],
[
73,
74
],
[
50,
75
],
[
75,
76
],
[
48,
77
],
[
77,
78
],
[
48,
79
],
[
79,
80
],
[
48,
81
],
[
81,
82
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args){\n Scanner cin = new Scanner(System.in);\n int a, b, c;\n a = cin.nextInt();\n b = cin.nextInt();\n c = cin.nextInt();\n \n int res = serch_divisor_number(a, b, c);\n\n System.out.println(res);\n }\n\n private static int serch_divisor_number(int a, int b, int c){\n int m = 0;\n for (int i = a; i <= b; i++){\n if (c % i == 0) m++;\n }\n return (m);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args){\n Scanner cin = new Scanner(System.in);\n int a, b, c;\n a = cin.nextInt();\n b = cin.nextInt();\n c = cin.nextInt();\n \n int res = serch_divisor_number(a, b, c);\n\n System.out.println(res);\n }\n\n private static int serch_divisor_number(int a, int b, int c){\n int m = 0;\n for (int i = a; i <= b; i++){\n if (c % i == 0) m++;\n }\n return (m);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner cin = new Scanner(System.in);\n int a, b, c;\n a = cin.nextInt();\n b = cin.nextInt();\n c = cin.nextInt();\n \n int res = serch_divisor_number(a, b, c);\n\n System.out.println(res);\n }",
"main",
"{\n Scanner cin = new Scanner(System.in);\n int a, b, c;\n a = cin.nextInt();\n b = cin.nextInt();\n c = cin.nextInt();\n \n int res = serch_divisor_number(a, b, c);\n\n System.out.println(res);\n }",
"Scanner cin = new Scanner(System.in);",
"cin",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"a = cin.nextInt()",
"a",
"cin.nextInt()",
"cin.nextInt",
"cin",
"b = cin.nextInt()",
"b",
"cin.nextInt()",
"cin.nextInt",
"cin",
"c = cin.nextInt()",
"c",
"cin.nextInt()",
"cin.nextInt",
"cin",
"int res = serch_divisor_number(a, b, c);",
"res",
"serch_divisor_number(a, b, c)",
"serch_divisor_number",
"a",
"b",
"c",
"System.out.println(res)",
"System.out.println",
"System.out",
"System",
"System.out",
"res",
"String[] args",
"args",
"private static int serch_divisor_number(int a, int b, int c){\n int m = 0;\n for (int i = a; i <= b; i++){\n if (c % i == 0) m++;\n }\n return (m);\n }",
"serch_divisor_number",
"{\n int m = 0;\n for (int i = a; i <= b; i++){\n if (c % i == 0) m++;\n }\n return (m);\n }",
"int m = 0;",
"m",
"0",
"for (int i = a; i <= b; i++){\n if (c % i == 0) m++;\n }",
"int i = a;",
"int i = a;",
"i",
"a",
"i <= b",
"i",
"b",
"i++",
"i++",
"i",
"{\n if (c % i == 0) m++;\n }",
"{\n if (c % i == 0) m++;\n }",
"if (c % i == 0) m++;",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"m++",
"m",
"return (m);",
"(m)",
"int a",
"a",
"int b",
"b",
"int c",
"c"
] | import java.util.Scanner;
class Main {
public static void main(String[] args){
Scanner cin = new Scanner(System.in);
int a, b, c;
a = cin.nextInt();
b = cin.nextInt();
c = cin.nextInt();
int res = serch_divisor_number(a, b, c);
System.out.println(res);
}
private static int serch_divisor_number(int a, int b, int c){
int m = 0;
for (int i = a; i <= b; i++){
if (c % i == 0) m++;
}
return (m);
}
} |
[
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.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int sum = 0;\n \n for(int i=a; i<=b; i++ ){\n if(c % i == 0){\n sum++;\n }\n }\n System.out.println(sum);\n }\n}\n",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int sum = 0;\n \n for(int i=a; i<=b; i++ ){\n if(c % i == 0){\n sum++;\n }\n }\n System.out.println(sum);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int sum = 0;\n \n for(int i=a; i<=b; i++ ){\n if(c % i == 0){\n sum++;\n }\n }\n System.out.println(sum);\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 sum = 0;\n \n for(int i=a; i<=b; i++ ){\n if(c % i == 0){\n sum++;\n }\n }\n System.out.println(sum);\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 sum = 0;",
"sum",
"0",
"for(int i=a; i<=b; i++ ){\n if(c % i == 0){\n sum++;\n }\n }",
"int i=a;",
"int i=a;",
"i",
"a",
"i<=b",
"i",
"b",
"i++",
"i++",
"i",
"{\n if(c % i == 0){\n sum++;\n }\n }",
"{\n if(c % i == 0){\n sum++;\n }\n }",
"if(c % i == 0){\n sum++;\n }",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n sum++;\n }",
"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) throws Exception {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int sum = 0;\n \n for(int i=a; i<=b; i++ ){\n if(c % i == 0){\n sum++;\n }\n }\n System.out.println(sum);\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int sum = 0;\n \n for(int i=a; i<=b; i++ ){\n if(c % i == 0){\n sum++;\n }\n }\n System.out.println(sum);\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
int sum = 0;
for(int i=a; i<=b; i++ ){
if(c % i == 0){
sum++;
}
}
System.out.println(sum);
}
}
|
[
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,
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,
0,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
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
],
[
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
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
68,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
78,
79
],
[
79,
80
],
[
68,
81
],
[
81,
82
],
[
81,
83
],
[
14,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
12,
90
],
[
90,
91
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n public static void main(String[] args) throws IOException {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n \tString strArr[] = br.readLine().split(\" \");\n int a=Integer.parseInt(strArr[0]);\n int b=Integer.parseInt(strArr[1]);\n int c=Integer.parseInt(strArr[2]);\n\n int kazu=0;\n int res=0;\n\n for(int i=a; i<=b; i++){\n \tres=c%i;\n \tif(res==0){\n \t\tkazu++;\n \t}\n \tres=0;\n }\n System.out.println(kazu);\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n public static void main(String[] args) throws IOException {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n \tString strArr[] = br.readLine().split(\" \");\n int a=Integer.parseInt(strArr[0]);\n int b=Integer.parseInt(strArr[1]);\n int c=Integer.parseInt(strArr[2]);\n\n int kazu=0;\n int res=0;\n\n for(int i=a; i<=b; i++){\n \tres=c%i;\n \tif(res==0){\n \t\tkazu++;\n \t}\n \tres=0;\n }\n System.out.println(kazu);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n \tString strArr[] = br.readLine().split(\" \");\n int a=Integer.parseInt(strArr[0]);\n int b=Integer.parseInt(strArr[1]);\n int c=Integer.parseInt(strArr[2]);\n\n int kazu=0;\n int res=0;\n\n for(int i=a; i<=b; i++){\n \tres=c%i;\n \tif(res==0){\n \t\tkazu++;\n \t}\n \tres=0;\n }\n System.out.println(kazu);\n }",
"main",
"{\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n \tString strArr[] = br.readLine().split(\" \");\n int a=Integer.parseInt(strArr[0]);\n int b=Integer.parseInt(strArr[1]);\n int c=Integer.parseInt(strArr[2]);\n\n int kazu=0;\n int res=0;\n\n for(int i=a; i<=b; i++){\n \tres=c%i;\n \tif(res==0){\n \t\tkazu++;\n \t}\n \tres=0;\n }\n System.out.println(kazu);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String strArr[] = br.readLine().split(\" \");",
"strArr",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a=Integer.parseInt(strArr[0]);",
"a",
"Integer.parseInt(strArr[0])",
"Integer.parseInt",
"Integer",
"strArr[0]",
"strArr",
"0",
"int b=Integer.parseInt(strArr[1]);",
"b",
"Integer.parseInt(strArr[1])",
"Integer.parseInt",
"Integer",
"strArr[1]",
"strArr",
"1",
"int c=Integer.parseInt(strArr[2]);",
"c",
"Integer.parseInt(strArr[2])",
"Integer.parseInt",
"Integer",
"strArr[2]",
"strArr",
"2",
"int kazu=0;",
"kazu",
"0",
"int res=0;",
"res",
"0",
"for(int i=a; i<=b; i++){\n \tres=c%i;\n \tif(res==0){\n \t\tkazu++;\n \t}\n \tres=0;\n }",
"int i=a;",
"int i=a;",
"i",
"a",
"i<=b",
"i",
"b",
"i++",
"i++",
"i",
"{\n \tres=c%i;\n \tif(res==0){\n \t\tkazu++;\n \t}\n \tres=0;\n }",
"{\n \tres=c%i;\n \tif(res==0){\n \t\tkazu++;\n \t}\n \tres=0;\n }",
"res=c%i",
"res",
"c%i",
"c",
"i",
"if(res==0){\n \t\tkazu++;\n \t}",
"res==0",
"res",
"0",
"{\n \t\tkazu++;\n \t}",
"kazu++",
"kazu",
"res=0",
"res",
"0",
"System.out.println(kazu)",
"System.out.println",
"System.out",
"System",
"System.out",
"kazu",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String strArr[] = br.readLine().split(" ");
int a=Integer.parseInt(strArr[0]);
int b=Integer.parseInt(strArr[1]);
int c=Integer.parseInt(strArr[2]);
int kazu=0;
int res=0;
for(int i=a; i<=b; i++){
res=c%i;
if(res==0){
kazu++;
}
res=0;
}
System.out.println(kazu);
}
} |
[
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,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
64,
8
],
[
64,
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
],
[
9,
61
],
[
61,
62
],
[
0,
63
],
[
63,
64
],
[
63,
65
]
] | [
"import java.util.Arrays;\nimport java.util.Scanner;\n\n\npublic class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\tfinal long c = sc.nextLong();\n\t\t\n\t\tint count = 0;\n\t\tfor(long pos = a; pos <= b; pos++){\n\t\t\tif(c % pos == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(count);\n\t\t\n\t}\n\t\n}",
"import java.util.Arrays;",
"Arrays",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\tfinal long c = sc.nextLong();\n\t\t\n\t\tint count = 0;\n\t\tfor(long pos = a; pos <= b; pos++){\n\t\t\tif(c % pos == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(count);\n\t\t\n\t}\n\t\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\tfinal long c = sc.nextLong();\n\t\t\n\t\tint count = 0;\n\t\tfor(long pos = a; pos <= b; pos++){\n\t\t\tif(c % pos == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(count);\n\t\t\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\tfinal long c = sc.nextLong();\n\t\t\n\t\tint count = 0;\n\t\tfor(long pos = a; pos <= b; pos++){\n\t\t\tif(c % pos == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(count);\n\t\t\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"final long a = sc.nextLong();",
"a",
"sc.nextLong()",
"sc.nextLong",
"sc",
"final long b = sc.nextLong();",
"b",
"sc.nextLong()",
"sc.nextLong",
"sc",
"final long c = sc.nextLong();",
"c",
"sc.nextLong()",
"sc.nextLong",
"sc",
"int count = 0;",
"count",
"0",
"for(long pos = a; pos <= b; pos++){\n\t\t\tif(c % pos == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}",
"long pos = a;",
"long pos = a;",
"pos",
"a",
"pos <= b",
"pos",
"b",
"pos++",
"pos++",
"pos",
"{\n\t\t\tif(c % pos == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(c % pos == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}",
"if(c % pos == 0){\n\t\t\t\tcount++;\n\t\t\t}",
"c % pos == 0",
"c % pos",
"c",
"pos",
"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\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\tfinal long c = sc.nextLong();\n\t\t\n\t\tint count = 0;\n\t\tfor(long pos = a; pos <= b; pos++){\n\t\t\tif(c % pos == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(count);\n\t\t\n\t}\n\t\n}",
"public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\tfinal long c = sc.nextLong();\n\t\t\n\t\tint count = 0;\n\t\tfor(long pos = a; pos <= b; pos++){\n\t\t\tif(c % pos == 0){\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\t\n\t\tSystem.out.println(count);\n\t\t\n\t}\n\t\n}",
"Main"
] | import java.util.Arrays;
import java.util.Scanner;
public class Main {
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
final long a = sc.nextLong();
final long b = sc.nextLong();
final long c = sc.nextLong();
int count = 0;
for(long pos = a; pos <= b; pos++){
if(c % pos == 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,
17,
41,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
41,
13,
17,
42,
2,
18,
13,
17,
18,
13,
17,
30,
14,
2,
2,
18,
13,
17,
18,
13,
17,
17,
30,
40,
13,
40,
18,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
88,
5
],
[
88,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
8,
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
],
[
41,
43
],
[
40,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
50,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
58,
59
],
[
58,
60
],
[
53,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
63,
71
],
[
62,
72
],
[
72,
73
],
[
73,
74
],
[
61,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
8,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
6,
85
],
[
85,
86
],
[
0,
87
],
[
87,
88
],
[
87,
89
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\n\t\tint[] in = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tin[i] = Integer.parseInt(st[i]);\n\t\t}\n\n\t\tint x = 0;\n\t\twhile (in[0] <= in[1]) {\n\t\t\tif (in[2] % in[0] == 0) {\n\t\t\t\tx++;\n\t\t\t}\n\t\t\tin[0]++;\n\t\t}\n\t\tSystem.out.println(x);\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\n\t\tint[] in = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tin[i] = Integer.parseInt(st[i]);\n\t\t}\n\n\t\tint x = 0;\n\t\twhile (in[0] <= in[1]) {\n\t\t\tif (in[2] % in[0] == 0) {\n\t\t\t\tx++;\n\t\t\t}\n\t\t\tin[0]++;\n\t\t}\n\t\tSystem.out.println(x);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\n\t\tint[] in = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tin[i] = Integer.parseInt(st[i]);\n\t\t}\n\n\t\tint x = 0;\n\t\twhile (in[0] <= in[1]) {\n\t\t\tif (in[2] % in[0] == 0) {\n\t\t\t\tx++;\n\t\t\t}\n\t\t\tin[0]++;\n\t\t}\n\t\tSystem.out.println(x);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\n\t\tint[] in = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tin[i] = Integer.parseInt(st[i]);\n\t\t}\n\n\t\tint x = 0;\n\t\twhile (in[0] <= in[1]) {\n\t\t\tif (in[2] % in[0] == 0) {\n\t\t\t\tx++;\n\t\t\t}\n\t\t\tin[0]++;\n\t\t}\n\t\tSystem.out.println(x);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String s = sc.nextLine();",
"s",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] st = s.split(\" \");",
"st",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"int[] in = new int[3];",
"in",
"new int[3]",
"3",
"for (int i = 0; i < 3; i++) {\n\t\t\tin[i] = Integer.parseInt(st[i]);\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < 3",
"i",
"3",
"i++",
"i++",
"i",
"{\n\t\t\tin[i] = Integer.parseInt(st[i]);\n\t\t}",
"{\n\t\t\tin[i] = Integer.parseInt(st[i]);\n\t\t}",
"in[i] = Integer.parseInt(st[i])",
"in[i]",
"in",
"i",
"Integer.parseInt(st[i])",
"Integer.parseInt",
"Integer",
"st[i]",
"st",
"i",
"int x = 0;",
"x",
"0",
"while (in[0] <= in[1]) {\n\t\t\tif (in[2] % in[0] == 0) {\n\t\t\t\tx++;\n\t\t\t}\n\t\t\tin[0]++;\n\t\t}",
"in[0] <= in[1]",
"in[0]",
"in",
"0",
"in[1]",
"in",
"1",
"{\n\t\t\tif (in[2] % in[0] == 0) {\n\t\t\t\tx++;\n\t\t\t}\n\t\t\tin[0]++;\n\t\t}",
"if (in[2] % in[0] == 0) {\n\t\t\t\tx++;\n\t\t\t}",
"in[2] % in[0] == 0",
"in[2] % in[0]",
"in[2]",
"in",
"2",
"in[0]",
"in",
"0",
"0",
"{\n\t\t\t\tx++;\n\t\t\t}",
"x++",
"x",
"in[0]++",
"in[0]",
"in",
"0",
"System.out.println(x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x",
"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 s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\n\t\tint[] in = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tin[i] = Integer.parseInt(st[i]);\n\t\t}\n\n\t\tint x = 0;\n\t\twhile (in[0] <= in[1]) {\n\t\t\tif (in[2] % in[0] == 0) {\n\t\t\t\tx++;\n\t\t\t}\n\t\t\tin[0]++;\n\t\t}\n\t\tSystem.out.println(x);\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 s = sc.nextLine();\n\t\tString[] st = s.split(\" \");\n\n\t\tint[] in = new int[3];\n\t\tfor (int i = 0; i < 3; i++) {\n\t\t\tin[i] = Integer.parseInt(st[i]);\n\t\t}\n\n\t\tint x = 0;\n\t\twhile (in[0] <= in[1]) {\n\t\t\tif (in[2] % in[0] == 0) {\n\t\t\t\tx++;\n\t\t\t}\n\t\t\tin[0]++;\n\t\t}\n\t\tSystem.out.println(x);\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 s = sc.nextLine();
String[] st = s.split(" ");
int[] in = new int[3];
for (int i = 0; i < 3; i++) {
in[i] = Integer.parseInt(st[i]);
}
int x = 0;
while (in[0] <= in[1]) {
if (in[2] % in[0] == 0) {
x++;
}
in[0]++;
}
System.out.println(x);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
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
],
[
63,
5
],
[
63,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
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
],
[
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
],
[
0,
62
],
[
62,
63
],
[
62,
64
]
] | [
"import java.util.*;\npublic class Main{\npublic static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\t\n\tint z =0;\n\t\tfor(int i = a; i<b+1; i++){\n\t\t\tif(c % i == 0){\n\t\t\tz++;\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(z);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\npublic static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\t\n\tint z =0;\n\t\tfor(int i = a; i<b+1; i++){\n\t\t\tif(c % i == 0){\n\t\t\tz++;\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(z);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\t\n\tint z =0;\n\t\tfor(int i = a; i<b+1; i++){\n\t\t\tif(c % i == 0){\n\t\t\tz++;\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(z);\n\t}",
"main",
"{\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\t\n\tint z =0;\n\t\tfor(int i = a; i<b+1; i++){\n\t\t\tif(c % i == 0){\n\t\t\tz++;\n\t\t\t}\n\t\t}\n\t\t\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+1; i++){\n\t\t\tif(c % i == 0){\n\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\tz++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(c % i == 0){\n\t\t\tz++;\n\t\t\t}\n\t\t}",
"if(c % i == 0){\n\t\t\tz++;\n\t\t\t}",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n\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",
"public class Main{\npublic static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\t\n\tint z =0;\n\t\tfor(int i = a; i<b+1; i++){\n\t\t\tif(c % i == 0){\n\t\t\tz++;\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(z);\n\t}\n}",
"public class Main{\npublic static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint c = sc.nextInt();\n\t\n\tint z =0;\n\t\tfor(int i = a; i<b+1; i++){\n\t\t\tif(c % i == 0){\n\t\t\tz++;\n\t\t\t}\n\t\t}\n\t\t\t\tSystem.out.println(z);\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int z =0;
for(int i = a; i<b+1; i++){
if(c % i == 0){
z++;
}
}
System.out.println(z);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
17,
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
],
[
63,
5
],
[
63,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
8,
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
],
[
8,
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\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint min = sc.nextInt();\n\t\tint max = sc.nextInt();\n\t\tint divide = sc.nextInt();\n\t\tsc.close();\n\n\t\tint count = 0;\n\t\tfor(int i=min; i<=max; i++) {\n\t\t\tif(divide % i == 0) count++;\n\t\t}\n\n\t\tSystem.out.println(count);\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\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint min = sc.nextInt();\n\t\tint max = sc.nextInt();\n\t\tint divide = sc.nextInt();\n\t\tsc.close();\n\n\t\tint count = 0;\n\t\tfor(int i=min; i<=max; i++) {\n\t\t\tif(divide % i == 0) count++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint min = sc.nextInt();\n\t\tint max = sc.nextInt();\n\t\tint divide = sc.nextInt();\n\t\tsc.close();\n\n\t\tint count = 0;\n\t\tfor(int i=min; i<=max; i++) {\n\t\t\tif(divide % i == 0) count++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}",
"main",
"{\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint min = sc.nextInt();\n\t\tint max = sc.nextInt();\n\t\tint divide = sc.nextInt();\n\t\tsc.close();\n\n\t\tint count = 0;\n\t\tfor(int i=min; i<=max; i++) {\n\t\t\tif(divide % i == 0) count++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int min = sc.nextInt();",
"min",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int max = sc.nextInt();",
"max",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int divide = sc.nextInt();",
"divide",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"int count = 0;",
"count",
"0",
"for(int i=min; i<=max; i++) {\n\t\t\tif(divide % i == 0) count++;\n\t\t}",
"int i=min;",
"int i=min;",
"i",
"min",
"i<=max",
"i",
"max",
"i++",
"i++",
"i",
"{\n\t\t\tif(divide % i == 0) count++;\n\t\t}",
"{\n\t\t\tif(divide % i == 0) count++;\n\t\t}",
"if(divide % i == 0) count++;",
"divide % i == 0",
"divide % i",
"divide",
"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) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint min = sc.nextInt();\n\t\tint max = sc.nextInt();\n\t\tint divide = sc.nextInt();\n\t\tsc.close();\n\n\t\tint count = 0;\n\t\tfor(int i=min; i<=max; i++) {\n\t\t\tif(divide % i == 0) count++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint min = sc.nextInt();\n\t\tint max = sc.nextInt();\n\t\tint divide = sc.nextInt();\n\t\tsc.close();\n\n\t\tint count = 0;\n\t\tfor(int i=min; i<=max; i++) {\n\t\t\tif(divide % i == 0) count++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int min = sc.nextInt();
int max = sc.nextInt();
int divide = sc.nextInt();
sc.close();
int count = 0;
for(int i=min; i<=max; i++) {
if(divide % 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,
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,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
62,
5
],
[
62,
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
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
45,
51
],
[
51,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
6,
59
],
[
59,
60
],
[
0,
61
],
[
61,
62
],
[
61,
63
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String argv[]){\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\tint c = scan.nextInt();\n\tint i,count=0;\n\tfor( i = b ; i >= a ;i-- )\n\t {\n\t\tif( c % i == 0 )\n\t\t count++;\n\t }\n\tSystem.out.println(count);\n }\n}\n\t",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String argv[]){\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\tint c = scan.nextInt();\n\tint i,count=0;\n\tfor( i = b ; i >= a ;i-- )\n\t {\n\t\tif( c % i == 0 )\n\t\t count++;\n\t }\n\tSystem.out.println(count);\n }\n}",
"Main",
"public static void main(String argv[]){\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\tint c = scan.nextInt();\n\tint i,count=0;\n\tfor( i = b ; i >= a ;i-- )\n\t {\n\t\tif( c % i == 0 )\n\t\t count++;\n\t }\n\tSystem.out.println(count);\n }",
"main",
"{\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\tint c = scan.nextInt();\n\tint i,count=0;\n\tfor( i = b ; i >= a ;i-- )\n\t {\n\t\tif( c % i == 0 )\n\t\t count++;\n\t }\n\tSystem.out.println(count);\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 i",
"i",
"count=0;",
"count",
"0",
"for( i = b ; i >= a ;i-- )\n\t {\n\t\tif( c % i == 0 )\n\t\t count++;\n\t }",
"i = b ;",
"i = b",
"i",
"b",
"i >= a",
"i",
"a",
"i--",
"i--",
"i",
"{\n\t\tif( c % i == 0 )\n\t\t count++;\n\t }",
"{\n\t\tif( c % i == 0 )\n\t\t count++;\n\t }",
"if( c % i == 0 )\n\t\t 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 argv[]",
"argv",
"public class Main{\n public static void main(String argv[]){\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\tint c = scan.nextInt();\n\tint i,count=0;\n\tfor( i = b ; i >= a ;i-- )\n\t {\n\t\tif( c % i == 0 )\n\t\t count++;\n\t }\n\tSystem.out.println(count);\n }\n}",
"public class Main{\n public static void main(String argv[]){\n\tScanner scan = new Scanner(System.in);\n\n\tint a = scan.nextInt();\n\tint b = scan.nextInt();\n\tint c = scan.nextInt();\n\tint i,count=0;\n\tfor( i = b ; i >= a ;i-- )\n\t {\n\t\tif( c % i == 0 )\n\t\t count++;\n\t }\n\tSystem.out.println(count);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String argv[]){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int c = scan.nextInt();
int i,count=0;
for( i = b ; i >= a ;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,
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
],
[
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
],
[
57,
58
],
[
57,
59
],
[
50,
60
],
[
60,
61
],
[
61,
62
],
[
50,
63
],
[
64,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
65,
71
],
[
71,
72
],
[
72,
73
],
[
8,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
6,
80
],
[
80,
81
]
] | [
"import java.io.*;\n\nclass Main{\n\n public static void main(String[] args)throws IOException{\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString strInput = br.readLine();\n\tString[] input = strInput.split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\tint c = Integer.parseInt(input[2]);\n\tint count = 0;\n\t\n\tfor(int i = a; i < (b+1); i++){\n\t if(c % i == 0){\n\t\tcount++;\n\t }\n\t}\n\n\tSystem.out.println(count);\n\t\n }\n\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\n public static void main(String[] args)throws IOException{\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString strInput = br.readLine();\n\tString[] input = strInput.split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\tint c = Integer.parseInt(input[2]);\n\tint count = 0;\n\t\n\tfor(int i = a; i < (b+1); i++){\n\t if(c % i == 0){\n\t\tcount++;\n\t }\n\t}\n\n\tSystem.out.println(count);\n\t\n }\n\n}",
"Main",
"public static void main(String[] args)throws IOException{\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString strInput = br.readLine();\n\tString[] input = strInput.split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\tint c = Integer.parseInt(input[2]);\n\tint count = 0;\n\t\n\tfor(int i = a; i < (b+1); i++){\n\t if(c % i == 0){\n\t\tcount++;\n\t }\n\t}\n\n\tSystem.out.println(count);\n\t\n }",
"main",
"{\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString strInput = br.readLine();\n\tString[] input = strInput.split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\tint c = Integer.parseInt(input[2]);\n\tint count = 0;\n\t\n\tfor(int i = a; i < (b+1); i++){\n\t if(c % i == 0){\n\t\tcount++;\n\t }\n\t}\n\n\tSystem.out.println(count);\n\t\n }",
"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",
"String[] input = strInput.split(\" \");",
"input",
"strInput.split(\" \")",
"strInput.split",
"strInput",
"\" \"",
"int a = Integer.parseInt(input[0]);",
"a",
"Integer.parseInt(input[0])",
"Integer.parseInt",
"Integer",
"input[0]",
"input",
"0",
"int b = Integer.parseInt(input[1]);",
"b",
"Integer.parseInt(input[1])",
"Integer.parseInt",
"Integer",
"input[1]",
"input",
"1",
"int c = Integer.parseInt(input[2]);",
"c",
"Integer.parseInt(input[2])",
"Integer.parseInt",
"Integer",
"input[2]",
"input",
"2",
"int count = 0;",
"count",
"0",
"for(int i = a; i < (b+1); i++){\n\t if(c % i == 0){\n\t\tcount++;\n\t }\n\t}",
"int i = a;",
"int i = a;",
"i",
"a",
"i < (b+1)",
"i",
"(b+1)",
"b",
"1",
"i++",
"i++",
"i",
"{\n\t if(c % i == 0){\n\t\tcount++;\n\t }\n\t}",
"{\n\t if(c % i == 0){\n\t\tcount++;\n\t }\n\t}",
"if(c % i == 0){\n\t\tcount++;\n\t }",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n\t\tcount++;\n\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));
String strInput = br.readLine();
String[] input = strInput.split(" ");
int a = Integer.parseInt(input[0]);
int b = Integer.parseInt(input[1]);
int c = Integer.parseInt(input[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,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
20,
28,
13,
13,
30,
30,
4,
18,
13,
4,
18,
13,
13,
41,
13,
17,
11,
1,
41,
13,
4,
18,
13,
17,
2,
13,
4,
18,
13,
17,
1,
40,
13,
30,
30,
14,
2,
2,
4,
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
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
90,
17
],
[
90,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
20,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
26,
31
],
[
20,
32
],
[
32,
33
],
[
32,
34
],
[
20,
35
],
[
35,
36
],
[
35,
37
],
[
35,
38
],
[
39,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
20,
47
],
[
47,
48
],
[
47,
49
],
[
20,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
50,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
50,
64
],
[
64,
65
],
[
65,
66
],
[
50,
67
],
[
68,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
72,
75
],
[
71,
76
],
[
70,
77
],
[
69,
78
],
[
78,
79
],
[
79,
80
],
[
20,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
81,
86
],
[
18,
87
],
[
87,
88
],
[
0,
89
],
[
89,
90
],
[
89,
91
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.List;\n\npublic class Main {\n public static void main (String args[]) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n List<Integer> nums = new ArrayList<>();\n for (String s : str) {\n nums.add(Integer.valueOf(s));\n }\n int count = 0;\n for (int i = nums.get(0); i <= nums.get(1); i++) {\n if (nums.get(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",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.List;",
"List",
"java.util",
"public class Main {\n public static void main (String args[]) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n List<Integer> nums = new ArrayList<>();\n for (String s : str) {\n nums.add(Integer.valueOf(s));\n }\n int count = 0;\n for (int i = nums.get(0); i <= nums.get(1); i++) {\n if (nums.get(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 br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n List<Integer> nums = new ArrayList<>();\n for (String s : str) {\n nums.add(Integer.valueOf(s));\n }\n int count = 0;\n for (int i = nums.get(0); i <= nums.get(1); i++) {\n if (nums.get(2) % i == 0) {\n count++;\n }\n }\n System.out.println(count);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n List<Integer> nums = new ArrayList<>();\n for (String s : str) {\n nums.add(Integer.valueOf(s));\n }\n int count = 0;\n for (int i = nums.get(0); i <= nums.get(1); i++) {\n if (nums.get(2) % i == 0) {\n count++;\n }\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(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"List<Integer> nums = new ArrayList<>();",
"nums",
"new ArrayList<>()",
"for (String s : str) {\n nums.add(Integer.valueOf(s));\n }",
"String s",
"str",
"{\n nums.add(Integer.valueOf(s));\n }",
"{\n nums.add(Integer.valueOf(s));\n }",
"nums.add(Integer.valueOf(s))",
"nums.add",
"nums",
"Integer.valueOf(s)",
"Integer.valueOf",
"Integer",
"s",
"int count = 0;",
"count",
"0",
"for (int i = nums.get(0); i <= nums.get(1); i++) {\n if (nums.get(2) % i == 0) {\n count++;\n }\n }",
"int i = nums.get(0);",
"int i = nums.get(0);",
"i",
"nums.get(0)",
"nums.get",
"nums",
"0",
"i <= nums.get(1)",
"i",
"nums.get(1)",
"nums.get",
"nums",
"1",
"i++",
"i++",
"i",
"{\n if (nums.get(2) % i == 0) {\n count++;\n }\n }",
"{\n if (nums.get(2) % i == 0) {\n count++;\n }\n }",
"if (nums.get(2) % i == 0) {\n count++;\n }",
"nums.get(2) % i == 0",
"nums.get(2) % i",
"nums.get(2)",
"nums.get",
"nums",
"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 br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n List<Integer> nums = new ArrayList<>();\n for (String s : str) {\n nums.add(Integer.valueOf(s));\n }\n int count = 0;\n for (int i = nums.get(0); i <= nums.get(1); i++) {\n if (nums.get(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 br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \");\n List<Integer> nums = new ArrayList<>();\n for (String s : str) {\n nums.add(Integer.valueOf(s));\n }\n int count = 0;\n for (int i = nums.get(0); i <= nums.get(1); i++) {\n if (nums.get(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;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main (String args[]) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] str = br.readLine().split(" ");
List<Integer> nums = new ArrayList<>();
for (String s : str) {
nums.add(Integer.valueOf(s));
}
int count = 0;
for (int i = nums.get(0); i <= nums.get(1); i++) {
if (nums.get(2) % 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,
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,
40,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
75,
5
],
[
75,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
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
],
[
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
],
[
61,
64
],
[
64,
65
],
[
8,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
6,
72
],
[
72,
73
],
[
0,
74
],
[
74,
75
],
[
74,
76
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t Scanner scan = new Scanner(System.in);\n\n//???????????´??° a???b???c ??????????????????a ?????? b ?????§?????´??°?????????\n//c ????´???°?????????????????????????±???????????????°????????????????????????????????????\n\n\t int a = Integer.parseInt(scan.next());\n\t int b = Integer.parseInt(scan.next());\n\t int c = Integer.parseInt(scan.next());\n\n\n\t int num = a ; //?¨??????¨\n\t int count = 0; //count??????????????????\n\n//a-b a???????????????????¶??????????\n\n\t for (int i = a; i <= b ;i++){\n\t \tif(c % i == 0){\n\t \t\tnum++;\n\t \t\tcount++;\n\t \t}\n\t }\n\n\t //???????????????????????°????¨???°\n\t System.out.println(count);\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 Scanner scan = new Scanner(System.in);\n\n//???????????´??° a???b???c ??????????????????a ?????? b ?????§?????´??°?????????\n//c ????´???°?????????????????????????±???????????????°????????????????????????????????????\n\n\t int a = Integer.parseInt(scan.next());\n\t int b = Integer.parseInt(scan.next());\n\t int c = Integer.parseInt(scan.next());\n\n\n\t int num = a ; //?¨??????¨\n\t int count = 0; //count??????????????????\n\n//a-b a???????????????????¶??????????\n\n\t for (int i = a; i <= b ;i++){\n\t \tif(c % i == 0){\n\t \t\tnum++;\n\t \t\tcount++;\n\t \t}\n\t }\n\n\t //???????????????????????°????¨???°\n\t System.out.println(count);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t Scanner scan = new Scanner(System.in);\n\n//???????????´??° a???b???c ??????????????????a ?????? b ?????§?????´??°?????????\n//c ????´???°?????????????????????????±???????????????°????????????????????????????????????\n\n\t int a = Integer.parseInt(scan.next());\n\t int b = Integer.parseInt(scan.next());\n\t int c = Integer.parseInt(scan.next());\n\n\n\t int num = a ; //?¨??????¨\n\t int count = 0; //count??????????????????\n\n//a-b a???????????????????¶??????????\n\n\t for (int i = a; i <= b ;i++){\n\t \tif(c % i == 0){\n\t \t\tnum++;\n\t \t\tcount++;\n\t \t}\n\t }\n\n\t //???????????????????????°????¨???°\n\t System.out.println(count);\n\t}",
"main",
"{\n\t\t Scanner scan = new Scanner(System.in);\n\n//???????????´??° a???b???c ??????????????????a ?????? b ?????§?????´??°?????????\n//c ????´???°?????????????????????????±???????????????°????????????????????????????????????\n\n\t int a = Integer.parseInt(scan.next());\n\t int b = Integer.parseInt(scan.next());\n\t int c = Integer.parseInt(scan.next());\n\n\n\t int num = a ; //?¨??????¨\n\t int count = 0; //count??????????????????\n\n//a-b a???????????????????¶??????????\n\n\t for (int i = a; i <= b ;i++){\n\t \tif(c % i == 0){\n\t \t\tnum++;\n\t \t\tcount++;\n\t \t}\n\t }\n\n\t //???????????????????????°????¨???°\n\t System.out.println(count);\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",
"int num = a ;",
"num",
"a",
"int count = 0;",
"count",
"0",
"for (int i = a; i <= b ;i++){\n\t \tif(c % i == 0){\n\t \t\tnum++;\n\t \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 \t\tnum++;\n\t \t\tcount++;\n\t \t}\n\t }",
"{\n\t \tif(c % i == 0){\n\t \t\tnum++;\n\t \t\tcount++;\n\t \t}\n\t }",
"if(c % i == 0){\n\t \t\tnum++;\n\t \t\tcount++;\n\t \t}",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n\t \t\tnum++;\n\t \t\tcount++;\n\t \t}",
"num++",
"num",
"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\t Scanner scan = new Scanner(System.in);\n\n//???????????´??° a???b???c ??????????????????a ?????? b ?????§?????´??°?????????\n//c ????´???°?????????????????????????±???????????????°????????????????????????????????????\n\n\t int a = Integer.parseInt(scan.next());\n\t int b = Integer.parseInt(scan.next());\n\t int c = Integer.parseInt(scan.next());\n\n\n\t int num = a ; //?¨??????¨\n\t int count = 0; //count??????????????????\n\n//a-b a???????????????????¶??????????\n\n\t for (int i = a; i <= b ;i++){\n\t \tif(c % i == 0){\n\t \t\tnum++;\n\t \t\tcount++;\n\t \t}\n\t }\n\n\t //???????????????????????°????¨???°\n\t System.out.println(count);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t Scanner scan = new Scanner(System.in);\n\n//???????????´??° a???b???c ??????????????????a ?????? b ?????§?????´??°?????????\n//c ????´???°?????????????????????????±???????????????°????????????????????????????????????\n\n\t int a = Integer.parseInt(scan.next());\n\t int b = Integer.parseInt(scan.next());\n\t int c = Integer.parseInt(scan.next());\n\n\n\t int num = a ; //?¨??????¨\n\t int count = 0; //count??????????????????\n\n//a-b a???????????????????¶??????????\n\n\t for (int i = a; i <= b ;i++){\n\t \tif(c % i == 0){\n\t \t\tnum++;\n\t \t\tcount++;\n\t \t}\n\t }\n\n\t //???????????????????????°????¨???°\n\t System.out.println(count);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
//???????????´??° a???b???c ??????????????????a ?????? b ?????§?????´??°?????????
//c ????´???°?????????????????????????±???????????????°????????????????????????????????????
int a = Integer.parseInt(scan.next());
int b = Integer.parseInt(scan.next());
int c = Integer.parseInt(scan.next());
int num = a ; //?¨??????¨
int count = 0; //count??????????????????
//a-b a???????????????????¶??????????
for (int i = a; i <= b ;i++){
if(c % i == 0){
num++;
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,
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,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
2,
13,
13,
2,
13,
13,
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
],
[
91,
5
],
[
91,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
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
],
[
67,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
71,
73
],
[
67,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
74,
78
],
[
65,
79
],
[
79,
80
],
[
80,
81
],
[
8,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
6,
88
],
[
88,
89
],
[
0,
90
],
[
90,
91
],
[
90,
92
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] age){\n\t\tScanner G = new Scanner(System.in);\n\t\tString imput = G.nextLine();\n\t\tString[] arrayimput = imput.split(\" \");\n\t\tint a = Integer.parseInt(arrayimput[0]);\n\t\tint b= Integer.parseInt(arrayimput[1]);\n\t\tint c = Integer.parseInt(arrayimput[2]);\n\t\tint i, j=0;\n\t\tfor( i=1 ; i<=c ; i++){\n\t\t\tif( a<=i & b>=i & c%i==0 ){\n\t\t\t\tj++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(j);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] age){\n\t\tScanner G = new Scanner(System.in);\n\t\tString imput = G.nextLine();\n\t\tString[] arrayimput = imput.split(\" \");\n\t\tint a = Integer.parseInt(arrayimput[0]);\n\t\tint b= Integer.parseInt(arrayimput[1]);\n\t\tint c = Integer.parseInt(arrayimput[2]);\n\t\tint i, j=0;\n\t\tfor( i=1 ; i<=c ; i++){\n\t\t\tif( a<=i & b>=i & c%i==0 ){\n\t\t\t\tj++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(j);\n\t}\n}",
"Main",
"public static void main(String[] age){\n\t\tScanner G = new Scanner(System.in);\n\t\tString imput = G.nextLine();\n\t\tString[] arrayimput = imput.split(\" \");\n\t\tint a = Integer.parseInt(arrayimput[0]);\n\t\tint b= Integer.parseInt(arrayimput[1]);\n\t\tint c = Integer.parseInt(arrayimput[2]);\n\t\tint i, j=0;\n\t\tfor( i=1 ; i<=c ; i++){\n\t\t\tif( a<=i & b>=i & c%i==0 ){\n\t\t\t\tj++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(j);\n\t}",
"main",
"{\n\t\tScanner G = new Scanner(System.in);\n\t\tString imput = G.nextLine();\n\t\tString[] arrayimput = imput.split(\" \");\n\t\tint a = Integer.parseInt(arrayimput[0]);\n\t\tint b= Integer.parseInt(arrayimput[1]);\n\t\tint c = Integer.parseInt(arrayimput[2]);\n\t\tint i, j=0;\n\t\tfor( i=1 ; i<=c ; i++){\n\t\t\tif( a<=i & b>=i & c%i==0 ){\n\t\t\t\tj++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(j);\n\t}",
"Scanner G = new Scanner(System.in);",
"G",
"new Scanner(System.in)",
"String imput = G.nextLine();",
"imput",
"G.nextLine()",
"G.nextLine",
"G",
"String[] arrayimput = imput.split(\" \");",
"arrayimput",
"imput.split(\" \")",
"imput.split",
"imput",
"\" \"",
"int a = Integer.parseInt(arrayimput[0]);",
"a",
"Integer.parseInt(arrayimput[0])",
"Integer.parseInt",
"Integer",
"arrayimput[0]",
"arrayimput",
"0",
"int b= Integer.parseInt(arrayimput[1]);",
"b",
"Integer.parseInt(arrayimput[1])",
"Integer.parseInt",
"Integer",
"arrayimput[1]",
"arrayimput",
"1",
"int c = Integer.parseInt(arrayimput[2]);",
"c",
"Integer.parseInt(arrayimput[2])",
"Integer.parseInt",
"Integer",
"arrayimput[2]",
"arrayimput",
"2",
"int i",
"i",
"j=0;",
"j",
"0",
"for( i=1 ; i<=c ; i++){\n\t\t\tif( a<=i & b>=i & c%i==0 ){\n\t\t\t\tj++;\n\t\t\t}\n\t\t}",
"i=1 ;",
"i=1",
"i",
"1",
"i<=c",
"i",
"c",
"i++",
"i++",
"i",
"{\n\t\t\tif( a<=i & b>=i & c%i==0 ){\n\t\t\t\tj++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif( a<=i & b>=i & c%i==0 ){\n\t\t\t\tj++;\n\t\t\t}\n\t\t}",
"if( a<=i & b>=i & c%i==0 ){\n\t\t\t\tj++;\n\t\t\t}",
"a<=i & b>=i & c%i==0",
"a<=i & b>=i & c%i==0",
"a<=i",
"a",
"i",
"b>=i",
"b",
"i",
"c%i==0",
"c%i",
"c",
"i",
"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",
"String[] age",
"age",
"public class Main {\n\tpublic static void main(String[] age){\n\t\tScanner G = new Scanner(System.in);\n\t\tString imput = G.nextLine();\n\t\tString[] arrayimput = imput.split(\" \");\n\t\tint a = Integer.parseInt(arrayimput[0]);\n\t\tint b= Integer.parseInt(arrayimput[1]);\n\t\tint c = Integer.parseInt(arrayimput[2]);\n\t\tint i, j=0;\n\t\tfor( i=1 ; i<=c ; i++){\n\t\t\tif( a<=i & b>=i & c%i==0 ){\n\t\t\t\tj++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(j);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] age){\n\t\tScanner G = new Scanner(System.in);\n\t\tString imput = G.nextLine();\n\t\tString[] arrayimput = imput.split(\" \");\n\t\tint a = Integer.parseInt(arrayimput[0]);\n\t\tint b= Integer.parseInt(arrayimput[1]);\n\t\tint c = Integer.parseInt(arrayimput[2]);\n\t\tint i, j=0;\n\t\tfor( i=1 ; i<=c ; i++){\n\t\t\tif( a<=i & b>=i & c%i==0 ){\n\t\t\t\tj++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(j);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] age){
Scanner G = new Scanner(System.in);
String imput = G.nextLine();
String[] arrayimput = imput.split(" ");
int a = Integer.parseInt(arrayimput[0]);
int b= Integer.parseInt(arrayimput[1]);
int c = Integer.parseInt(arrayimput[2]);
int i, j=0;
for( i=1 ; i<=c ; i++){
if( a<=i & b>=i & c%i==0 ){
j++;
}
}
System.out.println(j);
}
} |
[
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,
2,
13,
17,
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
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
17,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
11,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
11,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
50,
60
],
[
60,
61
],
[
61,
62
],
[
50,
63
],
[
64,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
65,
71
],
[
71,
72
],
[
11,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
9,
79
],
[
79,
80
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n int c = Integer.parseInt(array[2]);\n int count=0;\n for(int i=a;i<b+1;i++){\n \tif(c%i==0) count++;\n }\n System.out.println(count);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n int c = Integer.parseInt(array[2]);\n int count=0;\n for(int i=a;i<b+1;i++){\n \tif(c%i==0) count++;\n }\n System.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[] array = br.readLine().split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n int c = Integer.parseInt(array[2]);\n int count=0;\n for(int i=a;i<b+1;i++){\n \tif(c%i==0) count++;\n }\n System.out.println(count);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n int c = Integer.parseInt(array[2]);\n int count=0;\n for(int i=a;i<b+1;i++){\n \tif(c%i==0) count++;\n }\n System.out.println(count);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] array = br.readLine().split(\" \");",
"array",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int 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 count=0;",
"count",
"0",
"for(int i=a;i<b+1;i++){\n \tif(c%i==0) count++;\n }",
"int i=a;",
"int i=a;",
"i",
"a",
"i<b+1",
"i",
"b+1",
"b",
"1",
"i++",
"i++",
"i",
"{\n \tif(c%i==0) count++;\n }",
"{\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"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] array = br.readLine().split(" ");
int a = Integer.parseInt(array[0]);
int b = Integer.parseInt(array[1]);
int c = Integer.parseInt(array[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,
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,
4,
18,
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
],
[
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
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
6,
55
],
[
55,
56
],
[
0,
57
],
[
57,
58
],
[
57,
59
]
] | [
"import java.util.Scanner;\npublic class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \n \tint x = sc.nextInt();\n \tint y = sc.nextInt();\n \tint z = sc.nextInt();\n \tint j=0;\n \twhile(x<=y){\n \t\tif(z%x==0){\n \t\t\t\t\t\tj++;\n \t\t\t\t\t}\n \t\t\t\t\tx++;\n \t\t\t\t\n\n \t\t}\n \t\t System.out.println(j);\n sc.close();\n}\n}\n",
"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 \tint x = sc.nextInt();\n \tint y = sc.nextInt();\n \tint z = sc.nextInt();\n \tint j=0;\n \twhile(x<=y){\n \t\tif(z%x==0){\n \t\t\t\t\t\tj++;\n \t\t\t\t\t}\n \t\t\t\t\tx++;\n \t\t\t\t\n\n \t\t}\n \t\t System.out.println(j);\n sc.close();\n}\n}",
"Main",
"public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \n \tint x = sc.nextInt();\n \tint y = sc.nextInt();\n \tint z = sc.nextInt();\n \tint j=0;\n \twhile(x<=y){\n \t\tif(z%x==0){\n \t\t\t\t\t\tj++;\n \t\t\t\t\t}\n \t\t\t\t\tx++;\n \t\t\t\t\n\n \t\t}\n \t\t System.out.println(j);\n sc.close();\n}",
"main",
"{\n \tScanner sc = new Scanner(System.in);\n \n \tint x = sc.nextInt();\n \tint y = sc.nextInt();\n \tint z = sc.nextInt();\n \tint j=0;\n \twhile(x<=y){\n \t\tif(z%x==0){\n \t\t\t\t\t\tj++;\n \t\t\t\t\t}\n \t\t\t\t\tx++;\n \t\t\t\t\n\n \t\t}\n \t\t System.out.println(j);\n sc.close();\n}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int z = sc.nextInt();",
"z",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int j=0;",
"j",
"0",
"while(x<=y){\n \t\tif(z%x==0){\n \t\t\t\t\t\tj++;\n \t\t\t\t\t}\n \t\t\t\t\tx++;\n \t\t\t\t\n\n \t\t}",
"x<=y",
"x",
"y",
"{\n \t\tif(z%x==0){\n \t\t\t\t\t\tj++;\n \t\t\t\t\t}\n \t\t\t\t\tx++;\n \t\t\t\t\n\n \t\t}",
"if(z%x==0){\n \t\t\t\t\t\tj++;\n \t\t\t\t\t}",
"z%x==0",
"z%x",
"z",
"x",
"0",
"{\n \t\t\t\t\t\tj++;\n \t\t\t\t\t}",
"j++",
"j",
"x++",
"x",
"System.out.println(j)",
"System.out.println",
"System.out",
"System",
"System.out",
"j",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \n \tint x = sc.nextInt();\n \tint y = sc.nextInt();\n \tint z = sc.nextInt();\n \tint j=0;\n \twhile(x<=y){\n \t\tif(z%x==0){\n \t\t\t\t\t\tj++;\n \t\t\t\t\t}\n \t\t\t\t\tx++;\n \t\t\t\t\n\n \t\t}\n \t\t System.out.println(j);\n sc.close();\n}\n}",
"public class Main {\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n \n \tint x = sc.nextInt();\n \tint y = sc.nextInt();\n \tint z = sc.nextInt();\n \tint j=0;\n \twhile(x<=y){\n \t\tif(z%x==0){\n \t\t\t\t\t\tj++;\n \t\t\t\t\t}\n \t\t\t\t\tx++;\n \t\t\t\t\n\n \t\t}\n \t\t System.out.println(j);\n sc.close();\n}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int x = sc.nextInt();
int y = sc.nextInt();
int z = sc.nextInt();
int j=0;
while(x<=y){
if(z%x==0){
j++;
}
x++;
}
System.out.println(j);
sc.close();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
41,
13,
41,
13,
41,
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,
0,
13,
8,
2,
2,
13,
13,
17,
17,
17,
4,
18,
18,
13,
13,
17,
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
],
[
92,
11
],
[
92,
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
],
[
14,
28
],
[
28,
29
],
[
14,
30
],
[
30,
31
],
[
14,
32
],
[
32,
33
],
[
32,
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
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
64,
65
],
[
64,
66
],
[
59,
67
],
[
67,
68
],
[
68,
69
],
[
59,
70
],
[
71,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
74,
80
],
[
74,
81
],
[
14,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
82,
88
],
[
12,
89
],
[
89,
90
],
[
0,
91
],
[
91,
92
],
[
91,
93
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArr = br.readLine().split(\" \");\n\t\tlong a, b, c, count = 0;\n\t\ta = Long.parseLong(strArr[0]);\n\t\tb = Long.parseLong(strArr[1]);\n\t\tc = Long.parseLong(strArr[2]);\n\t\tfor(long i = a;i <= b;i++){\n\t\t\tcount += (c % i == 0)?1:0;\n\t\t}\n\t\tSystem.out.printf(\"%d%n\", count);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArr = br.readLine().split(\" \");\n\t\tlong a, b, c, count = 0;\n\t\ta = Long.parseLong(strArr[0]);\n\t\tb = Long.parseLong(strArr[1]);\n\t\tc = Long.parseLong(strArr[2]);\n\t\tfor(long i = a;i <= b;i++){\n\t\t\tcount += (c % i == 0)?1:0;\n\t\t}\n\t\tSystem.out.printf(\"%d%n\", count);\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[] strArr = br.readLine().split(\" \");\n\t\tlong a, b, c, count = 0;\n\t\ta = Long.parseLong(strArr[0]);\n\t\tb = Long.parseLong(strArr[1]);\n\t\tc = Long.parseLong(strArr[2]);\n\t\tfor(long i = a;i <= b;i++){\n\t\t\tcount += (c % i == 0)?1:0;\n\t\t}\n\t\tSystem.out.printf(\"%d%n\", count);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArr = br.readLine().split(\" \");\n\t\tlong a, b, c, count = 0;\n\t\ta = Long.parseLong(strArr[0]);\n\t\tb = Long.parseLong(strArr[1]);\n\t\tc = Long.parseLong(strArr[2]);\n\t\tfor(long i = a;i <= b;i++){\n\t\t\tcount += (c % i == 0)?1:0;\n\t\t}\n\t\tSystem.out.printf(\"%d%n\", count);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] strArr = br.readLine().split(\" \");",
"strArr",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"long a",
"a",
"b",
"b",
"c",
"c",
"count = 0;",
"count",
"0",
"a = Long.parseLong(strArr[0])",
"a",
"Long.parseLong(strArr[0])",
"Long.parseLong",
"Long",
"strArr[0]",
"strArr",
"0",
"b = Long.parseLong(strArr[1])",
"b",
"Long.parseLong(strArr[1])",
"Long.parseLong",
"Long",
"strArr[1]",
"strArr",
"1",
"c = Long.parseLong(strArr[2])",
"c",
"Long.parseLong(strArr[2])",
"Long.parseLong",
"Long",
"strArr[2]",
"strArr",
"2",
"for(long i = a;i <= b;i++){\n\t\t\tcount += (c % i == 0)?1:0;\n\t\t}",
"long i = a;",
"long i = a;",
"i",
"a",
"i <= b",
"i",
"b",
"i++",
"i++",
"i",
"{\n\t\t\tcount += (c % i == 0)?1:0;\n\t\t}",
"{\n\t\t\tcount += (c % i == 0)?1:0;\n\t\t}",
"count += (c % i == 0)?1:0",
"count",
"(c % i == 0)?1:0",
"(c % i == 0)",
"c % i",
"c",
"i",
"0",
"1",
"0",
"System.out.printf(\"%d%n\", count)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d%n\"",
"count",
"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[] strArr = br.readLine().split(\" \");\n\t\tlong a, b, c, count = 0;\n\t\ta = Long.parseLong(strArr[0]);\n\t\tb = Long.parseLong(strArr[1]);\n\t\tc = Long.parseLong(strArr[2]);\n\t\tfor(long i = a;i <= b;i++){\n\t\t\tcount += (c % i == 0)?1:0;\n\t\t}\n\t\tSystem.out.printf(\"%d%n\", count);\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[] strArr = br.readLine().split(\" \");\n\t\tlong a, b, c, count = 0;\n\t\ta = Long.parseLong(strArr[0]);\n\t\tb = Long.parseLong(strArr[1]);\n\t\tc = Long.parseLong(strArr[2]);\n\t\tfor(long i = a;i <= b;i++){\n\t\t\tcount += (c % i == 0)?1:0;\n\t\t}\n\t\tSystem.out.printf(\"%d%n\", count);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] strArr = br.readLine().split(" ");
long a, b, c, count = 0;
a = Long.parseLong(strArr[0]);
b = Long.parseLong(strArr[1]);
c = Long.parseLong(strArr[2]);
for(long i = a;i <= b;i++){
count += (c % i == 0)?1:0;
}
System.out.printf("%d%n", count);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
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
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
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
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
51,
57
],
[
57,
58
],
[
58,
59
],
[
8,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
6,
66
],
[
66,
67
]
] | [
"import java.util.Scanner;\nclass Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kb = new Scanner( System.in);\t\n\t\tint a,b,c,count;\n\n\t\ta=kb.nextInt();\n\t\tb=kb.nextInt();\n\t\tc=kb.nextInt();\n\t\tcount=0;\n\t\tfor( int i=a; i<=b; i++) {\n\t\t\tif( 0 == c%i ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( count );\t\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner kb = new Scanner( System.in);\t\n\t\tint a,b,c,count;\n\n\t\ta=kb.nextInt();\n\t\tb=kb.nextInt();\n\t\tc=kb.nextInt();\n\t\tcount=0;\n\t\tfor( int i=a; i<=b; i++) {\n\t\t\tif( 0 == c%i ) {\n\t\t\t\tcount++;\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 kb = new Scanner( System.in);\t\n\t\tint a,b,c,count;\n\n\t\ta=kb.nextInt();\n\t\tb=kb.nextInt();\n\t\tc=kb.nextInt();\n\t\tcount=0;\n\t\tfor( int i=a; i<=b; i++) {\n\t\t\tif( 0 == c%i ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( count );\t\n\t}",
"main",
"{\n\t\tScanner kb = new Scanner( System.in);\t\n\t\tint a,b,c,count;\n\n\t\ta=kb.nextInt();\n\t\tb=kb.nextInt();\n\t\tc=kb.nextInt();\n\t\tcount=0;\n\t\tfor( int i=a; i<=b; i++) {\n\t\t\tif( 0 == c%i ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println( count );\t\n\t}",
"Scanner kb = new Scanner( System.in);",
"kb",
"new Scanner( System.in)",
"int a",
"a",
"b",
"b",
"c",
"c",
"count;",
"count",
"a=kb.nextInt()",
"a",
"kb.nextInt()",
"kb.nextInt",
"kb",
"b=kb.nextInt()",
"b",
"kb.nextInt()",
"kb.nextInt",
"kb",
"c=kb.nextInt()",
"c",
"kb.nextInt()",
"kb.nextInt",
"kb",
"count=0",
"count",
"0",
"for( int i=a; i<=b; i++) {\n\t\t\tif( 0 == c%i ) {\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( 0 == c%i ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif( 0 == c%i ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}",
"if( 0 == c%i ) {\n\t\t\t\tcount++;\n\t\t\t}",
"0 == c%i",
"0",
"c%i",
"c",
"i",
"{\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.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner kb = new Scanner( System.in);
int a,b,c,count;
a=kb.nextInt();
b=kb.nextInt();
c=kb.nextInt();
count=0;
for( int i=a; i<=b; i++) {
if( 0 == c%i ) {
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,
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\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 yaku = 0;\n\n\t\twhile(a<=b){\n\t\t\t\n\t\t\tif (c % a == 0) {\n\t\t\t\tyaku++;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(yaku);\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\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint yaku = 0;\n\n\t\twhile(a<=b){\n\t\t\t\n\t\t\tif (c % a == 0) {\n\t\t\t\tyaku++;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(yaku);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint yaku = 0;\n\n\t\twhile(a<=b){\n\t\t\t\n\t\t\tif (c % a == 0) {\n\t\t\t\tyaku++;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(yaku);\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 yaku = 0;\n\n\t\twhile(a<=b){\n\t\t\t\n\t\t\tif (c % a == 0) {\n\t\t\t\tyaku++;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(yaku);\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 yaku = 0;",
"yaku",
"0",
"while(a<=b){\n\t\t\t\n\t\t\tif (c % a == 0) {\n\t\t\t\tyaku++;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}",
"a<=b",
"a",
"b",
"{\n\t\t\t\n\t\t\tif (c % a == 0) {\n\t\t\t\tyaku++;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}",
"if (c % a == 0) {\n\t\t\t\tyaku++;\n\t\t\t}",
"c % a == 0",
"c % a",
"c",
"a",
"0",
"{\n\t\t\t\tyaku++;\n\t\t\t}",
"yaku++",
"yaku",
"a++",
"a",
"System.out.println(yaku)",
"System.out.println",
"System.out",
"System",
"System.out",
"yaku",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint yaku = 0;\n\n\t\twhile(a<=b){\n\t\t\t\n\t\t\tif (c % a == 0) {\n\t\t\t\tyaku++;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(yaku);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint yaku = 0;\n\n\t\twhile(a<=b){\n\t\t\t\n\t\t\tif (c % a == 0) {\n\t\t\t\tyaku++;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\t\tSystem.out.println(yaku);\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int yaku = 0;
while(a<=b){
if (c % a == 0) {
yaku++;
}
a++;
}
System.out.println(yaku);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
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
],
[
66,
8
],
[
66,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
33,
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
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
49,
55
],
[
55,
56
],
[
11,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
9,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.io.*;\nimport java.util.*;\n\npublic class Main {\n\tpublic static void main (String[] args){\n\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tsc.close();\n\tint x=0;\n\tfor(int i=a;i<=b;i++){\n\t\tif(c%i==0) x++;\n\t}\n\tSystem.out.println(x);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main (String[] args){\n\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tsc.close();\n\tint x=0;\n\tfor(int i=a;i<=b;i++){\n\t\tif(c%i==0) x++;\n\t}\n\tSystem.out.println(x);\n\t}\n}",
"Main",
"public static void main (String[] args){\n\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tsc.close();\n\tint x=0;\n\tfor(int i=a;i<=b;i++){\n\t\tif(c%i==0) x++;\n\t}\n\tSystem.out.println(x);\n\t}",
"main",
"{\n\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tsc.close();\n\tint x=0;\n\tfor(int i=a;i<=b;i++){\n\t\tif(c%i==0) x++;\n\t}\n\tSystem.out.println(x);\n\t}",
"Scanner sc=new Scanner(new InputStreamReader(System.in));",
"sc",
"new Scanner(new InputStreamReader(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",
"sc.close()",
"sc.close",
"sc",
"int x=0;",
"x",
"0",
"for(int i=a;i<=b;i++){\n\t\tif(c%i==0) x++;\n\t}",
"int i=a;",
"int i=a;",
"i",
"a",
"i<=b",
"i",
"b",
"i++",
"i++",
"i",
"{\n\t\tif(c%i==0) x++;\n\t}",
"{\n\t\tif(c%i==0) x++;\n\t}",
"if(c%i==0) x++;",
"c%i==0",
"c%i",
"c",
"i",
"0",
"x++",
"x",
"System.out.println(x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x",
"String[] args",
"args",
"public class Main {\n\tpublic static void main (String[] args){\n\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tsc.close();\n\tint x=0;\n\tfor(int i=a;i<=b;i++){\n\t\tif(c%i==0) x++;\n\t}\n\tSystem.out.println(x);\n\t}\n}",
"public class Main {\n\tpublic static void main (String[] args){\n\tScanner sc=new Scanner(new InputStreamReader(System.in));\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tint c=sc.nextInt();\n\tsc.close();\n\tint x=0;\n\tfor(int i=a;i<=b;i++){\n\t\tif(c%i==0) x++;\n\t}\n\tSystem.out.println(x);\n\t}\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main {
public static void main (String[] args){
Scanner sc=new Scanner(new InputStreamReader(System.in));
int a=sc.nextInt();
int b=sc.nextInt();
int c=sc.nextInt();
sc.close();
int x=0;
for(int i=a;i<=b;i++){
if(c%i==0) x++;
}
System.out.println(x);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
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,
6,
13,
12,
13,
30,
4,
18,
13,
23,
13,
10,
6,
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
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
6,
57
],
[
57,
58
],
[
0,
59
],
[
70,
60
],
[
70,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
61,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"import java.util.*;\n\nclass HowManyDivisors {\n public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int a = sc.nextInt();\n final int b = sc.nextInt();\n final int c = sc.nextInt();\n int cnt = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0)\n cnt++;\n }\n System.out.println(cnt);\n }\n}\npublic class Main {\n public static void main(String... args) {\n HowManyDivisors.main();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class HowManyDivisors {\n public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int a = sc.nextInt();\n final int b = sc.nextInt();\n final int c = sc.nextInt();\n int cnt = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0)\n cnt++;\n }\n System.out.println(cnt);\n }\n}",
"HowManyDivisors",
"public static void main(String...args) {\n final Scanner sc = new Scanner(System.in);\n final int a = sc.nextInt();\n final int b = sc.nextInt();\n final int c = sc.nextInt();\n int cnt = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0)\n cnt++;\n }\n System.out.println(cnt);\n }",
"main",
"{\n final Scanner sc = new Scanner(System.in);\n final int a = sc.nextInt();\n final int b = sc.nextInt();\n final int c = sc.nextInt();\n int cnt = 0;\n for (int i = a; i <= b; i++) {\n if (c % i == 0)\n cnt++;\n }\n System.out.println(cnt);\n }",
"final Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.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 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.println(cnt)",
"System.out.println",
"System.out",
"System",
"System.out",
"cnt",
"String...args",
"args",
"public class Main {\n public static void main(String... args) {\n HowManyDivisors.main();\n }\n}",
"Main",
"public static void main(String... args) {\n HowManyDivisors.main();\n }",
"main",
"{\n HowManyDivisors.main();\n }",
"HowManyDivisors.main()",
"HowManyDivisors.main",
"HowManyDivisors",
"String... args",
"args",
"public class Main {\n public static void main(String... args) {\n HowManyDivisors.main();\n }\n}",
"public class Main {\n public static void main(String... args) {\n HowManyDivisors.main();\n }\n}",
"Main"
] | import java.util.*;
class HowManyDivisors {
public static void main(String...args) {
final Scanner sc = new Scanner(System.in);
final int a = sc.nextInt();
final int b = sc.nextInt();
final int c = sc.nextInt();
int cnt = 0;
for (int i = a; i <= b; i++) {
if (c % i == 0)
cnt++;
}
System.out.println(cnt);
}
}
public class Main {
public static void main(String... args) {
HowManyDivisors.main();
}
} |
[
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,
2,
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
],
[
83,
5
],
[
83,
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
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
47,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
40,
58
],
[
58,
59
],
[
59,
60
],
[
40,
61
],
[
62,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
64,
70
],
[
63,
71
],
[
71,
72
],
[
72,
73
],
[
8,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
6,
80
],
[
80,
81
],
[
0,
82
],
[
82,
83
],
[
82,
84
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint[] num = new int[3];\n\t\tnum[0] = scn.nextInt();\n\t\tnum[1] = scn.nextInt();\n\t\tnum[2] = scn.nextInt();\n\t\tint sum =0;\n\t\tfor (int i=num[0]; i >= num[0] && i<= num[1] ; i++) {\n\t\t\tif (num[2]%i == 0) {\n\t\t\t\tsum++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(sum);\n\t}\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint[] num = new int[3];\n\t\tnum[0] = scn.nextInt();\n\t\tnum[1] = scn.nextInt();\n\t\tnum[2] = scn.nextInt();\n\t\tint sum =0;\n\t\tfor (int i=num[0]; i >= num[0] && i<= num[1] ; i++) {\n\t\t\tif (num[2]%i == 0) {\n\t\t\t\tsum++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(sum);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint[] num = new int[3];\n\t\tnum[0] = scn.nextInt();\n\t\tnum[1] = scn.nextInt();\n\t\tnum[2] = scn.nextInt();\n\t\tint sum =0;\n\t\tfor (int i=num[0]; i >= num[0] && i<= num[1] ; i++) {\n\t\t\tif (num[2]%i == 0) {\n\t\t\t\tsum++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(sum);\n\t}",
"main",
"{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint[] num = new int[3];\n\t\tnum[0] = scn.nextInt();\n\t\tnum[1] = scn.nextInt();\n\t\tnum[2] = scn.nextInt();\n\t\tint sum =0;\n\t\tfor (int i=num[0]; i >= num[0] && i<= num[1] ; i++) {\n\t\t\tif (num[2]%i == 0) {\n\t\t\t\tsum++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(sum);\n\t}",
"Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"int[] num = new int[3];",
"num",
"new int[3]",
"3",
"num[0] = scn.nextInt()",
"num[0]",
"num",
"0",
"scn.nextInt()",
"scn.nextInt",
"scn",
"num[1] = scn.nextInt()",
"num[1]",
"num",
"1",
"scn.nextInt()",
"scn.nextInt",
"scn",
"num[2] = scn.nextInt()",
"num[2]",
"num",
"2",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int sum =0;",
"sum",
"0",
"for (int i=num[0]; i >= num[0] && i<= num[1] ; i++) {\n\t\t\tif (num[2]%i == 0) {\n\t\t\t\tsum++;\n\t\t\t}\n\t\t}",
"int i=num[0];",
"int i=num[0];",
"i",
"num[0]",
"num",
"0",
"i >= num[0] && i<= num[1]",
"i >= num[0]",
"i",
"num[0]",
"num",
"0",
"i<= num[1]",
"i",
"num[1]",
"num",
"1",
"i++",
"i++",
"i",
"{\n\t\t\tif (num[2]%i == 0) {\n\t\t\t\tsum++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif (num[2]%i == 0) {\n\t\t\t\tsum++;\n\t\t\t}\n\t\t}",
"if (num[2]%i == 0) {\n\t\t\t\tsum++;\n\t\t\t}",
"num[2]%i == 0",
"num[2]%i",
"num[2]",
"num",
"2",
"i",
"0",
"{\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\tpublic static void main(String[] args) {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint[] num = new int[3];\n\t\tnum[0] = scn.nextInt();\n\t\tnum[1] = scn.nextInt();\n\t\tnum[2] = scn.nextInt();\n\t\tint sum =0;\n\t\tfor (int i=num[0]; i >= num[0] && i<= num[1] ; i++) {\n\t\t\tif (num[2]%i == 0) {\n\t\t\t\tsum++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(sum);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint[] num = new int[3];\n\t\tnum[0] = scn.nextInt();\n\t\tnum[1] = scn.nextInt();\n\t\tnum[2] = scn.nextInt();\n\t\tint sum =0;\n\t\tfor (int i=num[0]; i >= num[0] && i<= num[1] ; i++) {\n\t\t\tif (num[2]%i == 0) {\n\t\t\t\tsum++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(sum);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scn = new Scanner(System.in);
int[] num = new int[3];
num[0] = scn.nextInt();
num[1] = scn.nextInt();
num[2] = scn.nextInt();
int sum =0;
for (int i=num[0]; i >= num[0] && i<= num[1] ; i++) {
if (num[2]%i == 0) {
sum++;
}
}
System.out.println(sum);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
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,
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
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
33,
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
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
49,
55
],
[
55,
56
],
[
11,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
11,
61
],
[
61,
62
],
[
62,
63
],
[
9,
64
],
[
64,
65
],
[
0,
66
],
[
66,
67
],
[
66,
68
]
] | [
"import java.util.*;\nimport java.io.*;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in=new Scanner(System.in);\n\t\tPrintWriter out=new PrintWriter(System.out);\n\t\tint a=in.nextInt(),b=in.nextInt(),c=in.nextInt();\n\t\tint res=0;\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)res++;\n\t\t}\n\t\tout.println(res);\n\t\tout.flush();\n\t}\n\n}\n",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in=new Scanner(System.in);\n\t\tPrintWriter out=new PrintWriter(System.out);\n\t\tint a=in.nextInt(),b=in.nextInt(),c=in.nextInt();\n\t\tint res=0;\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)res++;\n\t\t}\n\t\tout.println(res);\n\t\tout.flush();\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner in=new Scanner(System.in);\n\t\tPrintWriter out=new PrintWriter(System.out);\n\t\tint a=in.nextInt(),b=in.nextInt(),c=in.nextInt();\n\t\tint res=0;\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)res++;\n\t\t}\n\t\tout.println(res);\n\t\tout.flush();\n\t}",
"main",
"{\n\t\tScanner in=new Scanner(System.in);\n\t\tPrintWriter out=new PrintWriter(System.out);\n\t\tint a=in.nextInt(),b=in.nextInt(),c=in.nextInt();\n\t\tint res=0;\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)res++;\n\t\t}\n\t\tout.println(res);\n\t\tout.flush();\n\t}",
"Scanner in=new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"PrintWriter out=new PrintWriter(System.out);",
"out",
"new PrintWriter(System.out)",
"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 res=0;",
"res",
"0",
"for(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)res++;\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)res++;\n\t\t}",
"{\n\t\t\tif(c%i==0)res++;\n\t\t}",
"if(c%i==0)res++;",
"c%i==0",
"c%i",
"c",
"i",
"0",
"res++",
"res",
"out.println(res)",
"out.println",
"out",
"res",
"out.flush()",
"out.flush",
"out",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in=new Scanner(System.in);\n\t\tPrintWriter out=new PrintWriter(System.out);\n\t\tint a=in.nextInt(),b=in.nextInt(),c=in.nextInt();\n\t\tint res=0;\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)res++;\n\t\t}\n\t\tout.println(res);\n\t\tout.flush();\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner in=new Scanner(System.in);\n\t\tPrintWriter out=new PrintWriter(System.out);\n\t\tint a=in.nextInt(),b=in.nextInt(),c=in.nextInt();\n\t\tint res=0;\n\t\tfor(int i=a;i<=b;i++) {\n\t\t\tif(c%i==0)res++;\n\t\t}\n\t\tout.println(res);\n\t\tout.flush();\n\t}\n\n}",
"Main"
] | import java.util.*;
import java.io.*;
public class Main {
public static void main(String[] args) {
Scanner in=new Scanner(System.in);
PrintWriter out=new PrintWriter(System.out);
int a=in.nextInt(),b=in.nextInt(),c=in.nextInt();
int res=0;
for(int i=a;i<=b;i++) {
if(c%i==0)res++;
}
out.println(res);
out.flush();
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
14,
2,
2,
2,
2,
13,
17,
2,
13,
17,
2,
13,
17,
2,
13,
17,
30,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
14,
2,
2,
2,
13,
17,
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
],
[
94,
5
],
[
94,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
33,
32
],
[
40,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
40,
40
],
[
40,
41
],
[
40,
42
],
[
33,
43
],
[
43,
44
],
[
43,
45
],
[
30,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
52,
53
],
[
52,
54
],
[
47,
55
],
[
55,
56
],
[
56,
57
],
[
47,
58
],
[
59,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
59,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
59,
70
],
[
70,
71
],
[
72,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
76,
78
],
[
72,
79
],
[
79,
80
],
[
79,
81
],
[
70,
82
],
[
82,
83
],
[
83,
84
],
[
46,
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\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 g = 0;\n if (a >= 1 && b <= 10000 && c >= 1 && c <= 10000) {\n for (int d = 1; d <= c; d++) {\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }\n System.out.println(g);\n }\n\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int g = 0;\n if (a >= 1 && b <= 10000 && c >= 1 && c <= 10000) {\n for (int d = 1; d <= c; d++) {\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }\n System.out.println(g);\n }\n\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int g = 0;\n if (a >= 1 && b <= 10000 && c >= 1 && c <= 10000) {\n for (int d = 1; d <= c; d++) {\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }\n System.out.println(g);\n }\n\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = scanner.nextInt();\n int g = 0;\n if (a >= 1 && b <= 10000 && c >= 1 && c <= 10000) {\n for (int d = 1; d <= c; d++) {\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }\n System.out.println(g);\n }\n\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int c = scanner.nextInt();",
"c",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int g = 0;",
"g",
"0",
"if (a >= 1 && b <= 10000 && c >= 1 && c <= 10000) {\n for (int d = 1; d <= c; d++) {\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }\n System.out.println(g);\n }",
"a >= 1 && b <= 10000 && c >= 1 && c <= 10000",
"c >= 1",
"a >= 1 && b <= 10000 && c >= 1 && c <= 10000",
"a >= 1",
"a",
"1",
"b <= 10000",
"b",
"10000",
"c >= 1",
"c",
"1",
"c <= 10000",
"c",
"10000",
"{\n for (int d = 1; d <= c; d++) {\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }\n System.out.println(g);\n }",
"for (int d = 1; d <= c; d++) {\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }",
"int d = 1;",
"int d = 1;",
"d",
"1",
"d <= c",
"d",
"c",
"d++",
"d++",
"d",
"{\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }",
"{\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }",
"int e = c / d;",
"e",
"c / d",
"c",
"d",
"int f = c % d;",
"f",
"c % d",
"c",
"d",
"if (f == 0 && e <= b && e >= a) {\n g++;\n\n }",
"f == 0 && e <= b && e >= a",
"f == 0 && e <= b && e >= a",
"f == 0",
"f",
"0",
"e <= b",
"e",
"b",
"e >= a",
"e",
"a",
"{\n g++;\n\n }",
"g++",
"g",
"System.out.println(g)",
"System.out.println",
"System.out",
"System",
"System.out",
"g",
"String[] args",
"args",
"public class Main {\n\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 g = 0;\n if (a >= 1 && b <= 10000 && c >= 1 && c <= 10000) {\n for (int d = 1; d <= c; d++) {\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }\n System.out.println(g);\n }\n\n }\n}",
"public class Main {\n\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 g = 0;\n if (a >= 1 && b <= 10000 && c >= 1 && c <= 10000) {\n for (int d = 1; d <= c; d++) {\n int e = c / d;\n int f = c % d;\n\n if (f == 0 && e <= b && e >= a) {\n g++;\n\n }\n }\n System.out.println(g);\n }\n\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int c = scanner.nextInt();
int g = 0;
if (a >= 1 && b <= 10000 && c >= 1 && c <= 10000) {
for (int d = 1; d <= c; d++) {
int e = c / d;
int f = c % d;
if (f == 0 && e <= b && e >= a) {
g++;
}
}
System.out.println(g);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
41,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
86,
8
],
[
86,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
11,
52
],
[
52,
53
],
[
52,
54
],
[
11,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
60,
61
],
[
60,
62
],
[
55,
63
],
[
63,
64
],
[
64,
65
],
[
55,
66
],
[
67,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
68,
74
],
[
74,
75
],
[
75,
76
],
[
11,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
9,
83
],
[
83,
84
],
[
0,
85
],
[
85,
86
],
[
85,
87
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n \npublic class Main {\n public static void main(String[] args) throws Exception {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \tString str = br.readLine();\n \tString[] array = str.split(\" \");\n \t\n \tint a = Integer.parseInt(array[0]);\n \tint b = Integer.parseInt(array[1]);\n \tint c = Integer.parseInt(array[2]);\n \t\n \tint i,d = 0;\n \t\n \tfor(i=a;i<=b;i++){\n \t\tif(c%i==0){\n \t\t\td++;\n \t\t}\n \t}\n \tSystem.out.println(d);\n \t\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n public static void main(String[] args) throws Exception {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \tString str = br.readLine();\n \tString[] array = str.split(\" \");\n \t\n \tint a = Integer.parseInt(array[0]);\n \tint b = Integer.parseInt(array[1]);\n \tint c = Integer.parseInt(array[2]);\n \t\n \tint i,d = 0;\n \t\n \tfor(i=a;i<=b;i++){\n \t\tif(c%i==0){\n \t\t\td++;\n \t\t}\n \t}\n \tSystem.out.println(d);\n \t\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \tString str = br.readLine();\n \tString[] array = str.split(\" \");\n \t\n \tint a = Integer.parseInt(array[0]);\n \tint b = Integer.parseInt(array[1]);\n \tint c = Integer.parseInt(array[2]);\n \t\n \tint i,d = 0;\n \t\n \tfor(i=a;i<=b;i++){\n \t\tif(c%i==0){\n \t\t\td++;\n \t\t}\n \t}\n \tSystem.out.println(d);\n \t\n }",
"main",
"{\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \tString str = br.readLine();\n \tString[] array = str.split(\" \");\n \t\n \tint a = Integer.parseInt(array[0]);\n \tint b = Integer.parseInt(array[1]);\n \tint c = Integer.parseInt(array[2]);\n \t\n \tint i,d = 0;\n \t\n \tfor(i=a;i<=b;i++){\n \t\tif(c%i==0){\n \t\t\td++;\n \t\t}\n \t}\n \tSystem.out.println(d);\n \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[] array = str.split(\" \");",
"array",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"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 i",
"i",
"d = 0;",
"d",
"0",
"for(i=a;i<=b;i++){\n \t\tif(c%i==0){\n \t\t\td++;\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\td++;\n \t\t}\n \t}",
"{\n \t\tif(c%i==0){\n \t\t\td++;\n \t\t}\n \t}",
"if(c%i==0){\n \t\t\td++;\n \t\t}",
"c%i==0",
"c%i",
"c",
"i",
"0",
"{\n \t\t\td++;\n \t\t}",
"d++",
"d",
"System.out.println(d)",
"System.out.println",
"System.out",
"System",
"System.out",
"d",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \tString str = br.readLine();\n \tString[] array = str.split(\" \");\n \t\n \tint a = Integer.parseInt(array[0]);\n \tint b = Integer.parseInt(array[1]);\n \tint c = Integer.parseInt(array[2]);\n \t\n \tint i,d = 0;\n \t\n \tfor(i=a;i<=b;i++){\n \t\tif(c%i==0){\n \t\t\td++;\n \t\t}\n \t}\n \tSystem.out.println(d);\n \t\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \tString str = br.readLine();\n \tString[] array = str.split(\" \");\n \t\n \tint a = Integer.parseInt(array[0]);\n \tint b = Integer.parseInt(array[1]);\n \tint c = Integer.parseInt(array[2]);\n \t\n \tint i,d = 0;\n \t\n \tfor(i=a;i<=b;i++){\n \t\tif(c%i==0){\n \t\t\td++;\n \t\t}\n \t}\n \tSystem.out.println(d);\n \t\n }\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 str = br.readLine();
String[] array = str.split(" ");
int a = Integer.parseInt(array[0]);
int b = Integer.parseInt(array[1]);
int c = Integer.parseInt(array[2]);
int i,d = 0;
for(i=a;i<=b;i++){
if(c%i==0){
d++;
}
}
System.out.println(d);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
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
],
[
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
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) throws Exception{\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int y = sc.nextInt();\n int z = sc.nextInt();\n int count = 0;\n for(int i = x; i <= y; i++){\n if(z%i == 0){\n count++;\n }\n }\n System.out.println(count);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) throws Exception{\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int y = sc.nextInt();\n int z = sc.nextInt();\n int count = 0;\n for(int i = x; i <= y; i++){\n if(z%i == 0){\n count++;\n }\n }\n System.out.println(count);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception{\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int y = sc.nextInt();\n int z = sc.nextInt();\n int count = 0;\n for(int i = x; i <= y; i++){\n if(z%i == 0){\n count++;\n }\n }\n System.out.println(count);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int x = sc.nextInt();\n int y = sc.nextInt();\n int z = sc.nextInt();\n int count = 0;\n for(int i = x; i <= y; i++){\n if(z%i == 0){\n count++;\n }\n }\n System.out.println(count);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int z = sc.nextInt();",
"z",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int count = 0;",
"count",
"0",
"for(int i = x; i <= y; i++){\n if(z%i == 0){\n count++;\n }\n }",
"int i = x;",
"int i = x;",
"i",
"x",
"i <= y",
"i",
"y",
"i++",
"i++",
"i",
"{\n if(z%i == 0){\n count++;\n }\n }",
"{\n if(z%i == 0){\n count++;\n }\n }",
"if(z%i == 0){\n count++;\n }",
"z%i == 0",
"z%i",
"z",
"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.util.Scanner;
class Main {
public static void main(String[] args) throws Exception{
Scanner sc = new Scanner(System.in);
int x = sc.nextInt();
int y = sc.nextInt();
int z = sc.nextInt();
int count = 0;
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,
0,
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
],
[
8,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
16,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
8,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
54,
55
],
[
54,
56
],
[
49,
57
],
[
57,
58
],
[
58,
59
],
[
49,
60
],
[
61,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
62,
68
],
[
68,
69
],
[
69,
70
],
[
8,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
6,
77
],
[
77,
78
]
] | [
"import java.util.*;\n\nclass Main{\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tString[] list;\n//\t\twhile(sc.hasNextLine()){\n\t\t\tlist =sc.nextLine().split(\" \");\n//\t\t}\n\t\tint a=Integer.parseInt(list[0]);\n\t\tint b=Integer.parseInt(list[1]);\n\t\tint c=Integer.parseInt(list[2]);\n\t\t\n\t\tint count=0;\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.util.*;",
"util.*",
"java",
"class Main{\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tString[] list;\n//\t\twhile(sc.hasNextLine()){\n\t\t\tlist =sc.nextLine().split(\" \");\n//\t\t}\n\t\tint a=Integer.parseInt(list[0]);\n\t\tint b=Integer.parseInt(list[1]);\n\t\tint c=Integer.parseInt(list[2]);\n\t\t\n\t\tint count=0;\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[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\tString[] list;\n//\t\twhile(sc.hasNextLine()){\n\t\t\tlist =sc.nextLine().split(\" \");\n//\t\t}\n\t\tint a=Integer.parseInt(list[0]);\n\t\tint b=Integer.parseInt(list[1]);\n\t\tint c=Integer.parseInt(list[2]);\n\t\t\n\t\tint count=0;\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\tScanner sc = new Scanner(System.in);\n\t\tString[] list;\n//\t\twhile(sc.hasNextLine()){\n\t\t\tlist =sc.nextLine().split(\" \");\n//\t\t}\n\t\tint a=Integer.parseInt(list[0]);\n\t\tint b=Integer.parseInt(list[1]);\n\t\tint c=Integer.parseInt(list[2]);\n\t\t\n\t\tint count=0;\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}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String[] list;",
"list",
"list =sc.nextLine().split(\" \")",
"list",
"sc.nextLine().split(\" \")",
"sc.nextLine().split",
"sc.nextLine()",
"sc.nextLine",
"sc",
"\" \"",
"int a=Integer.parseInt(list[0]);",
"a",
"Integer.parseInt(list[0])",
"Integer.parseInt",
"Integer",
"list[0]",
"list",
"0",
"int b=Integer.parseInt(list[1]);",
"b",
"Integer.parseInt(list[1])",
"Integer.parseInt",
"Integer",
"list[1]",
"list",
"1",
"int c=Integer.parseInt(list[2]);",
"c",
"Integer.parseInt(list[2])",
"Integer.parseInt",
"Integer",
"list[2]",
"list",
"2",
"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.util.*;
class Main{
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
String[] list;
// while(sc.hasNextLine()){
list =sc.nextLine().split(" ");
// }
int a=Integer.parseInt(list[0]);
int b=Integer.parseInt(list[1]);
int c=Integer.parseInt(list[2]);
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,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
20,
42,
4,
18,
13,
30,
41,
13,
4,
18,
13,
14,
2,
13,
17,
0,
13,
4,
18,
13,
13,
14,
2,
13,
17,
0,
13,
4,
18,
13,
13,
14,
2,
13,
17,
0,
13,
4,
18,
13,
13,
40,
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
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
21
],
[
21,
22
],
[
21,
23
],
[
11,
24
],
[
24,
25
],
[
24,
26
],
[
11,
27
],
[
27,
28
],
[
27,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
11,
38
],
[
38,
39
],
[
38,
40
],
[
11,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
45,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
45,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
45,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
78,
79
],
[
77,
80
],
[
45,
81
],
[
81,
82
],
[
11,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
88,
89
],
[
88,
90
],
[
83,
91
],
[
91,
92
],
[
92,
93
],
[
83,
94
],
[
95,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
96,
102
],
[
102,
103
],
[
103,
104
],
[
11,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
9,
111
],
[
111,
112
]
] | [
"import java.io.*;\nimport java.util.*;\nclass Main{\n public static void main(String args[]) throws IOException{\n\n\tint a=0;\n\tint b=0;\n\tint c=0;\n\tint i=0;\n\tint k=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tString delimiter = \" \";\n StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );\n\twhile(stringTokenizer.hasMoreTokens())\n\t{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}\n\tfor(int j=a;j<=b;j++){\n\t if(c%j==0){\n\t\tk++;\n\t }\n\t}\n\tSystem.out.println(k);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String args[]) throws IOException{\n\n\tint a=0;\n\tint b=0;\n\tint c=0;\n\tint i=0;\n\tint k=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tString delimiter = \" \";\n StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );\n\twhile(stringTokenizer.hasMoreTokens())\n\t{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}\n\tfor(int j=a;j<=b;j++){\n\t if(c%j==0){\n\t\tk++;\n\t }\n\t}\n\tSystem.out.println(k);\n }\n}",
"Main",
"public static void main(String args[]) throws IOException{\n\n\tint a=0;\n\tint b=0;\n\tint c=0;\n\tint i=0;\n\tint k=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tString delimiter = \" \";\n StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );\n\twhile(stringTokenizer.hasMoreTokens())\n\t{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}\n\tfor(int j=a;j<=b;j++){\n\t if(c%j==0){\n\t\tk++;\n\t }\n\t}\n\tSystem.out.println(k);\n }",
"main",
"{\n\n\tint a=0;\n\tint b=0;\n\tint c=0;\n\tint i=0;\n\tint k=0;\n\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString str = br.readLine();\n\tString delimiter = \" \";\n StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );\n\twhile(stringTokenizer.hasMoreTokens())\n\t{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}\n\tfor(int j=a;j<=b;j++){\n\t if(c%j==0){\n\t\tk++;\n\t }\n\t}\n\tSystem.out.println(k);\n }",
"int a=0;",
"a",
"0",
"int b=0;",
"b",
"0",
"int c=0;",
"c",
"0",
"int i=0;",
"i",
"0",
"int k=0;",
"k",
"0",
"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 delimiter = \" \";",
"delimiter",
"\" \"",
"StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );",
"stringTokenizer",
"new StringTokenizer( str, delimiter )",
"while(stringTokenizer.hasMoreTokens())\n\t{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}",
"stringTokenizer.hasMoreTokens()",
"stringTokenizer.hasMoreTokens",
"stringTokenizer",
"{\n String current = stringTokenizer.nextToken();\n\t if(i==0)a=Integer.parseInt(current);\n\t if(i==1)b=Integer.parseInt(current);\n\t if(i==2)c=Integer.parseInt(current);\n\t i++;\n\t}",
"String current = stringTokenizer.nextToken();",
"current",
"stringTokenizer.nextToken()",
"stringTokenizer.nextToken",
"stringTokenizer",
"if(i==0)a=Integer.parseInt(current);",
"i==0",
"i",
"0",
"a=Integer.parseInt(current)",
"a",
"Integer.parseInt(current)",
"Integer.parseInt",
"Integer",
"current",
"if(i==1)b=Integer.parseInt(current);",
"i==1",
"i",
"1",
"b=Integer.parseInt(current)",
"b",
"Integer.parseInt(current)",
"Integer.parseInt",
"Integer",
"current",
"if(i==2)c=Integer.parseInt(current);",
"i==2",
"i",
"2",
"c=Integer.parseInt(current)",
"c",
"Integer.parseInt(current)",
"Integer.parseInt",
"Integer",
"current",
"i++",
"i",
"for(int j=a;j<=b;j++){\n\t if(c%j==0){\n\t\tk++;\n\t }\n\t}",
"int j=a;",
"int j=a;",
"j",
"a",
"j<=b",
"j",
"b",
"j++",
"j++",
"j",
"{\n\t if(c%j==0){\n\t\tk++;\n\t }\n\t}",
"{\n\t if(c%j==0){\n\t\tk++;\n\t }\n\t}",
"if(c%j==0){\n\t\tk++;\n\t }",
"c%j==0",
"c%j",
"c",
"j",
"0",
"{\n\t\tk++;\n\t }",
"k++",
"k",
"System.out.println(k)",
"System.out.println",
"System.out",
"System",
"System.out",
"k",
"String args[]",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String args[]) throws IOException{
int a=0;
int b=0;
int c=0;
int i=0;
int k=0;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String delimiter = " ";
StringTokenizer stringTokenizer = new StringTokenizer( str, delimiter );
while(stringTokenizer.hasMoreTokens())
{
String current = stringTokenizer.nextToken();
if(i==0)a=Integer.parseInt(current);
if(i==1)b=Integer.parseInt(current);
if(i==2)c=Integer.parseInt(current);
i++;
}
for(int j=a;j<=b;j++){
if(c%j==0){
k++;
}
}
System.out.println(k);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
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
],
[
63,
2
],
[
63,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
5,
9
],
[
9,
10
],
[
5,
11
],
[
11,
12
],
[
5,
13
],
[
13,
14
],
[
5,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
5,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
5,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
5,
30
],
[
30,
31
],
[
30,
32
],
[
5,
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
],
[
5,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
3,
60
],
[
60,
61
],
[
0,
62
],
[
62,
63
],
[
62,
64
]
] | [
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a,b,c;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint count = 0;\n\t\tfor ( int div = a; div <= b; div++) {\n\t\t\tif ( c % div == 0 )\n\t\t\t\tcount++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a,b,c;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint count = 0;\n\t\tfor ( int div = a; div <= b; div++) {\n\t\t\tif ( c % div == 0 )\n\t\t\t\tcount++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a,b,c;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint count = 0;\n\t\tfor ( int div = a; div <= b; div++) {\n\t\t\tif ( c % div == 0 )\n\t\t\t\tcount++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a,b,c;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint count = 0;\n\t\tfor ( int div = a; div <= b; div++) {\n\t\t\tif ( c % div == 0 )\n\t\t\t\tcount++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\t}",
"java.util.Scanner sc = new java.util.Scanner(System.in);",
"sc",
"new java.util.Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"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 count = 0;",
"count",
"0",
"for ( int div = a; div <= b; div++) {\n\t\t\tif ( c % div == 0 )\n\t\t\t\tcount++;\n\t\t}",
"int div = a;",
"int div = a;",
"div",
"a",
"div <= b",
"div",
"b",
"div++",
"div++",
"div",
"{\n\t\t\tif ( c % div == 0 )\n\t\t\t\tcount++;\n\t\t}",
"{\n\t\t\tif ( c % div == 0 )\n\t\t\t\tcount++;\n\t\t}",
"if ( c % div == 0 )\n\t\t\t\tcount++;",
"c % div == 0",
"c % div",
"c",
"div",
"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) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a,b,c;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint count = 0;\n\t\tfor ( int div = a; div <= b; div++) {\n\t\t\tif ( c % div == 0 )\n\t\t\t\tcount++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a,b,c;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\n\t\tint count = 0;\n\t\tfor ( int div = a; div <= b; div++) {\n\t\t\tif ( c % div == 0 )\n\t\t\t\tcount++;\n\t\t}\n\n\t\tSystem.out.println(count);\n\t}\n\n}",
"Main"
] | public class Main {
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
java.util.Scanner sc = new java.util.Scanner(System.in);
int a,b,c;
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
int count = 0;
for ( int div = a; div <= b; div++) {
if ( c % div == 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,
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
],
[
86,
11
],
[
86,
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
],
[
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
],
[
14,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
12,
83
],
[
83,
84
],
[
0,
85
],
[
85,
86
],
[
85,
87
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.*;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] line_ = line.split(\" \");\n Integer i1 = Integer.valueOf(line_[0]);\n Integer i2 = Integer.valueOf(line_[1]);\n Integer i3 = Integer.valueOf(line_[2]);\n int counter = 0;\n for(int a = i1 ; a <= i2 ; a++ ) {\n if(i3 % a == 0)\n counter++;\n }\n System.out.println(counter);\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] line_ = line.split(\" \");\n Integer i1 = Integer.valueOf(line_[0]);\n Integer i2 = Integer.valueOf(line_[1]);\n Integer i3 = Integer.valueOf(line_[2]);\n int counter = 0;\n for(int a = i1 ; a <= i2 ; a++ ) {\n if(i3 % a == 0)\n counter++;\n }\n System.out.println(counter);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] line_ = line.split(\" \");\n Integer i1 = Integer.valueOf(line_[0]);\n Integer i2 = Integer.valueOf(line_[1]);\n Integer i3 = Integer.valueOf(line_[2]);\n int counter = 0;\n for(int a = i1 ; a <= i2 ; a++ ) {\n if(i3 % a == 0)\n counter++;\n }\n System.out.println(counter);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] line_ = line.split(\" \");\n Integer i1 = Integer.valueOf(line_[0]);\n Integer i2 = Integer.valueOf(line_[1]);\n Integer i3 = Integer.valueOf(line_[2]);\n int counter = 0;\n for(int a = i1 ; a <= i2 ; a++ ) {\n if(i3 % a == 0)\n counter++;\n }\n System.out.println(counter);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] line_ = line.split(\" \");",
"line_",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"Integer i1 = Integer.valueOf(line_[0]);",
"i1",
"Integer.valueOf(line_[0])",
"Integer.valueOf",
"Integer",
"line_[0]",
"line_",
"0",
"Integer i2 = Integer.valueOf(line_[1]);",
"i2",
"Integer.valueOf(line_[1])",
"Integer.valueOf",
"Integer",
"line_[1]",
"line_",
"1",
"Integer i3 = Integer.valueOf(line_[2]);",
"i3",
"Integer.valueOf(line_[2])",
"Integer.valueOf",
"Integer",
"line_[2]",
"line_",
"2",
"int counter = 0;",
"counter",
"0",
"for(int a = i1 ; a <= i2 ; a++ ) {\n if(i3 % a == 0)\n counter++;\n }",
"int a = i1 ;",
"int a = i1 ;",
"a",
"i1",
"a <= i2",
"a",
"i2",
"a++",
"a++",
"a",
"{\n if(i3 % a == 0)\n counter++;\n }",
"{\n if(i3 % a == 0)\n counter++;\n }",
"if(i3 % a == 0)\n counter++;",
"i3 % a == 0",
"i3 % a",
"i3",
"a",
"0",
"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) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] line_ = line.split(\" \");\n Integer i1 = Integer.valueOf(line_[0]);\n Integer i2 = Integer.valueOf(line_[1]);\n Integer i3 = Integer.valueOf(line_[2]);\n int counter = 0;\n for(int a = i1 ; a <= i2 ; a++ ) {\n if(i3 % a == 0)\n counter++;\n }\n System.out.println(counter);\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] line_ = line.split(\" \");\n Integer i1 = Integer.valueOf(line_[0]);\n Integer i2 = Integer.valueOf(line_[1]);\n Integer i3 = Integer.valueOf(line_[2]);\n int counter = 0;\n for(int a = i1 ; a <= i2 ; a++ ) {\n if(i3 % a == 0)\n counter++;\n }\n System.out.println(counter);\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
String[] line_ = line.split(" ");
Integer i1 = Integer.valueOf(line_[0]);
Integer i2 = Integer.valueOf(line_[1]);
Integer i3 = Integer.valueOf(line_[2]);
int counter = 0;
for(int a = i1 ; a <= i2 ; a++ ) {
if(i3 % a == 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,
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
],
[
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
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String args[]){\n Scanner scan = new Scanner(System.in);\n int val1=scan.nextInt();\n int val2=scan.nextInt();\n int val3=scan.nextInt();\n int count=0;\n for(int i=val1;i<=val2;i++){\n if(val3%i==0){\n count++;\n }\n }\n System.out.println(count);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String args[]){\n Scanner scan = new Scanner(System.in);\n int val1=scan.nextInt();\n int val2=scan.nextInt();\n int val3=scan.nextInt();\n int count=0;\n for(int i=val1;i<=val2;i++){\n if(val3%i==0){\n 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 val1=scan.nextInt();\n int val2=scan.nextInt();\n int val3=scan.nextInt();\n int count=0;\n for(int i=val1;i<=val2;i++){\n if(val3%i==0){\n count++;\n }\n }\n System.out.println(count);\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int val1=scan.nextInt();\n int val2=scan.nextInt();\n int val3=scan.nextInt();\n int count=0;\n for(int i=val1;i<=val2;i++){\n if(val3%i==0){\n count++;\n }\n }\n System.out.println(count);\n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int val1=scan.nextInt();",
"val1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int val2=scan.nextInt();",
"val2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int val3=scan.nextInt();",
"val3",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int count=0;",
"count",
"0",
"for(int i=val1;i<=val2;i++){\n if(val3%i==0){\n count++;\n }\n }",
"int i=val1;",
"int i=val1;",
"i",
"val1",
"i<=val2",
"i",
"val2",
"i++",
"i++",
"i",
"{\n if(val3%i==0){\n count++;\n }\n }",
"{\n if(val3%i==0){\n count++;\n }\n }",
"if(val3%i==0){\n count++;\n }",
"val3%i==0",
"val3%i",
"val3",
"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.util.Scanner;
class Main{
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
int val1=scan.nextInt();
int val2=scan.nextInt();
int val3=scan.nextInt();
int count=0;
for(int i=val1;i<=val2;i++){
if(val3%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,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
13,
29,
14,
2,
2,
13,
13,
2,
13,
13,
30,
4,
18,
18,
13,
13,
17,
29,
42,
17,
30,
14,
2,
2,
13,
13,
17,
30,
40,
13,
14,
2,
13,
13,
30,
4,
18,
18,
13,
13,
13,
29,
40,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
87,
5
],
[
87,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
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
],
[
34,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
47,
49
],
[
42,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
50,
57
],
[
8,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
61,
67
],
[
67,
68
],
[
68,
69
],
[
60,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
70,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
74,
81
],
[
60,
82
],
[
82,
83
],
[
6,
84
],
[
84,
85
],
[
0,
86
],
[
86,
87
],
[
86,
88
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tInteger count = 0;\n\n\t\tif (c < a) {\n\t\t\tSystem.out.println(count);\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tif(a == b && b == c) {\n\t\t\tSystem.out.println(1);\n\t\t\treturn;\n\t\t}\n\n\t\twhile (true) {\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount++;\n\t\t\t}\n\n\t\t\tif (a == b) {\n\t\t\t\tSystem.out.println(count);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tInteger count = 0;\n\n\t\tif (c < a) {\n\t\t\tSystem.out.println(count);\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tif(a == b && b == c) {\n\t\t\tSystem.out.println(1);\n\t\t\treturn;\n\t\t}\n\n\t\twhile (true) {\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount++;\n\t\t\t}\n\n\t\t\tif (a == b) {\n\t\t\t\tSystem.out.println(count);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tInteger count = 0;\n\n\t\tif (c < a) {\n\t\t\tSystem.out.println(count);\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tif(a == b && b == c) {\n\t\t\tSystem.out.println(1);\n\t\t\treturn;\n\t\t}\n\n\t\twhile (true) {\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount++;\n\t\t\t}\n\n\t\t\tif (a == b) {\n\t\t\t\tSystem.out.println(count);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\n\t}",
"main",
"{\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tInteger count = 0;\n\n\t\tif (c < a) {\n\t\t\tSystem.out.println(count);\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tif(a == b && b == c) {\n\t\t\tSystem.out.println(1);\n\t\t\treturn;\n\t\t}\n\n\t\twhile (true) {\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount++;\n\t\t\t}\n\n\t\t\tif (a == b) {\n\t\t\t\tSystem.out.println(count);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"Integer count = 0;",
"count",
"0",
"if (c < a) {\n\t\t\tSystem.out.println(count);\n\t\t\treturn;\n\t\t}",
"c < a",
"c",
"a",
"{\n\t\t\tSystem.out.println(count);\n\t\t\treturn;\n\t\t}",
"System.out.println(count)",
"System.out.println",
"System.out",
"System",
"System.out",
"count",
"return;",
"if(a == b && b == c) {\n\t\t\tSystem.out.println(1);\n\t\t\treturn;\n\t\t}",
"a == b && b == c",
"a == b",
"a",
"b",
"b == c",
"b",
"c",
"{\n\t\t\tSystem.out.println(1);\n\t\t\treturn;\n\t\t}",
"System.out.println(1)",
"System.out.println",
"System.out",
"System",
"System.out",
"1",
"return;",
"while (true) {\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount++;\n\t\t\t}\n\n\t\t\tif (a == b) {\n\t\t\t\tSystem.out.println(count);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}",
"true",
"{\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount++;\n\t\t\t}\n\n\t\t\tif (a == b) {\n\t\t\t\tSystem.out.println(count);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\ta++;\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",
"if (a == b) {\n\t\t\t\tSystem.out.println(count);\n\t\t\t\treturn;\n\t\t\t}",
"a == b",
"a",
"b",
"{\n\t\t\t\tSystem.out.println(count);\n\t\t\t\treturn;\n\t\t\t}",
"System.out.println(count)",
"System.out.println",
"System.out",
"System",
"System.out",
"count",
"return;",
"a++",
"a",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tInteger count = 0;\n\n\t\tif (c < a) {\n\t\t\tSystem.out.println(count);\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tif(a == b && b == c) {\n\t\t\tSystem.out.println(1);\n\t\t\treturn;\n\t\t}\n\n\t\twhile (true) {\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount++;\n\t\t\t}\n\n\t\t\tif (a == b) {\n\t\t\t\tSystem.out.println(count);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tInteger count = 0;\n\n\t\tif (c < a) {\n\t\t\tSystem.out.println(count);\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tif(a == b && b == c) {\n\t\t\tSystem.out.println(1);\n\t\t\treturn;\n\t\t}\n\n\t\twhile (true) {\n\n\t\t\tif (c % a == 0) {\n\t\t\t\tcount++;\n\t\t\t}\n\n\t\t\tif (a == b) {\n\t\t\t\tSystem.out.println(count);\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\ta++;\n\t\t}\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
Integer count = 0;
if (c < a) {
System.out.println(count);
return;
}
if(a == b && b == c) {
System.out.println(1);
return;
}
while (true) {
if (c % a == 0) {
count++;
}
if (a == b) {
System.out.println(count);
return;
}
a++;
}
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
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,
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
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
51,
57
],
[
6,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import java.util.*;\npublic class Main{\n public static void main(String[] args){\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n int count=0;\n for(int x=a; x<=b;x++){\n if((c % x)== 0)count++;\n \n }\n System.out.printf(\"%d\\n\",count);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n int count=0;\n for(int x=a; x<=b;x++){\n if((c % x)== 0)count++;\n \n }\n System.out.printf(\"%d\\n\",count);\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 count=0;\n for(int x=a; x<=b;x++){\n if((c % x)== 0)count++;\n \n }\n System.out.printf(\"%d\\n\",count);\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 count=0;\n for(int x=a; x<=b;x++){\n if((c % x)== 0)count++;\n \n }\n System.out.printf(\"%d\\n\",count);\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 count=0;",
"count",
"0",
"for(int x=a; x<=b;x++){\n if((c % x)== 0)count++;\n \n }",
"int x=a;",
"int x=a;",
"x",
"a",
"x<=b",
"x",
"b",
"x++",
"x++",
"x",
"{\n if((c % x)== 0)count++;\n \n }",
"{\n if((c % x)== 0)count++;\n \n }",
"if((c % x)== 0)count++;",
"(c % x)== 0",
"(c % x)",
"c",
"x",
"0",
"count++",
"count",
"System.out.printf(\"%d\\n\",count)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d\\n\"",
"count",
"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 count=0;\n for(int x=a; x<=b;x++){\n if((c % x)== 0)count++;\n \n }\n System.out.printf(\"%d\\n\",count);\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 count=0;\n for(int x=a; x<=b;x++){\n if((c % x)== 0)count++;\n \n }\n System.out.printf(\"%d\\n\",count);\n }\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
Scanner sc=new Scanner(System.in);
int a=sc.nextInt();
int b=sc.nextInt();
int c=sc.nextInt();
int count=0;
for(int x=a; x<=b;x++){
if((c % x)== 0)count++;
}
System.out.printf("%d\n",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,
4,
13,
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,
40,
13,
4,
13,
13,
23,
13,
23,
13,
23,
13,
12,
13,
30,
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
],
[
6,
11
],
[
11,
12
],
[
4,
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
],
[
34,
37
],
[
34,
38
],
[
4,
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
],
[
45,
53
],
[
53,
54
],
[
54,
55
],
[
45,
56
],
[
57,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
58,
64
],
[
64,
65
],
[
41,
66
],
[
66,
67
],
[
66,
68
],
[
39,
69
],
[
69,
70
],
[
39,
71
],
[
71,
72
],
[
39,
73
],
[
73,
74
],
[
4,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
75,
84
],
[
84,
85
]
] | [
"import java.util.*;\n\n class Main\n {\n public static void main(String args[])\n { \n input();\n }\n static void input()\n {\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n \n int b = sc.nextInt();\n \n int c = sc.nextInt();\n //Divisor calculation\n divisor(a,b,c);\n }\n static void divisor(int a,int b,int c)\n {\n int count = 0;\n \n for(int i = a; i <= b; i ++)\n {\n if(c % i == 0)count ++;\n }\n output(count);\n }\n static void output(int answer)\n {\n System.out.println(answer);\n }\n }\n ",
"import java.util.*;",
"util.*",
"java",
"class Main\n {\n public static void main(String args[])\n { \n input();\n }\n static void input()\n {\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n \n int b = sc.nextInt();\n \n int c = sc.nextInt();\n //Divisor calculation\n divisor(a,b,c);\n }\n static void divisor(int a,int b,int c)\n {\n int count = 0;\n \n for(int i = a; i <= b; i ++)\n {\n if(c % i == 0)count ++;\n }\n output(count);\n }\n static void output(int answer)\n {\n System.out.println(answer);\n }\n }",
"Main",
"public static void main(String args[])\n { \n input();\n }",
"main",
"{ \n input();\n }",
"input()",
"input",
"String args[]",
"args",
"static void input()\n {\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n \n int b = sc.nextInt();\n \n int c = sc.nextInt();\n //Divisor calculation\n divisor(a,b,c);\n }",
"input",
"{\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n \n int b = sc.nextInt();\n \n int c = sc.nextInt();\n //Divisor calculation\n divisor(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",
"divisor(a,b,c)",
"divisor",
"a",
"b",
"c",
"static void divisor(int a,int b,int c)\n {\n int count = 0;\n \n for(int i = a; i <= b; i ++)\n {\n if(c % i == 0)count ++;\n }\n output(count);\n }",
"divisor",
"{\n int count = 0;\n \n for(int i = a; i <= b; i ++)\n {\n if(c % i == 0)count ++;\n }\n output(count);\n }",
"int count = 0;",
"count",
"0",
"for(int i = a; i <= b; i ++)\n {\n if(c % i == 0)count ++;\n }",
"int i = a;",
"int i = a;",
"i",
"a",
"i <= b",
"i",
"b",
"i ++",
"i ++",
"i",
"{\n if(c % i == 0)count ++;\n }",
"{\n if(c % i == 0)count ++;\n }",
"if(c % i == 0)count ++;",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"count ++",
"count",
"output(count)",
"output",
"count",
"int a",
"a",
"int b",
"b",
"int c",
"c",
"static void output(int answer)\n {\n System.out.println(answer);\n }",
"output",
"{\n System.out.println(answer);\n }",
"System.out.println(answer)",
"System.out.println",
"System.out",
"System",
"System.out",
"answer",
"int answer",
"answer"
] | import java.util.*;
class Main
{
public static void main(String args[])
{
input();
}
static void input()
{
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
//Divisor calculation
divisor(a,b,c);
}
static void divisor(int a,int b,int c)
{
int count = 0;
for(int i = a; i <= b; i ++)
{
if(c % i == 0)count ++;
}
output(count);
}
static void output(int answer)
{
System.out.println(answer);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
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,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
73,
8
],
[
73,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
11,
19
],
[
19,
20
],
[
11,
21
],
[
21,
22
],
[
11,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
11,
40
],
[
40,
41
],
[
40,
42
],
[
11,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
48,
49
],
[
48,
50
],
[
43,
51
],
[
51,
52
],
[
52,
53
],
[
43,
54
],
[
55,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
56,
62
],
[
62,
63
],
[
11,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
64,
69
],
[
9,
70
],
[
70,
71
],
[
0,
72
],
[
72,
73
],
[
72,
74
]
] | [
"import java.util.Scanner;\nimport java.io.*;\n\npublic class Main{\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a,b,c,i,count;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n count=0;\n for(i=a; i<=b; i++){\n if(c % i == 0) count++;\n }\n System.out.println(count);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a,b,c,i,count;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n count=0;\n for(i=a; i<=b; i++){\n if(c % i == 0) count++;\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,b,c,i,count;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n count=0;\n for(i=a; i<=b; i++){\n if(c % i == 0) count++;\n }\n System.out.println(count);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a,b,c,i,count;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n count=0;\n for(i=a; i<=b; i++){\n if(c % i == 0) count++;\n }\n System.out.println(count);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c",
"c",
"i",
"i",
"count;",
"count",
"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",
"count=0",
"count",
"0",
"for(i=a; i<=b; i++){\n if(c % i == 0) count++;\n }",
"i=a;",
"i=a",
"i",
"a",
"i<=b",
"i",
"b",
"i++",
"i++",
"i",
"{\n if(c % i == 0) count++;\n }",
"{\n if(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 public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a,b,c,i,count;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n count=0;\n for(i=a; i<=b; i++){\n if(c % i == 0) count++;\n }\n System.out.println(count);\n }\n}",
"public class Main{\n public static void main(String args[]){\n Scanner sc = new Scanner(System.in);\n int a,b,c,i,count;\n a = sc.nextInt();\n b = sc.nextInt();\n c = sc.nextInt();\n count=0;\n for(i=a; i<=b; i++){\n if(c % i == 0) count++;\n }\n System.out.println(count);\n }\n}",
"Main"
] | import java.util.Scanner;
import java.io.*;
public class Main{
public static void main(String args[]){
Scanner sc = new Scanner(System.in);
int a,b,c,i,count;
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
count=0;
for(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,
41,
13,
41,
13,
41,
13,
17,
41,
13,
41,
13,
20,
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,
40,
13,
14,
2,
2,
13,
13,
17,
0,
13,
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
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
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
],
[
51,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
59,
65
],
[
65,
66
],
[
65,
67
],
[
8,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
6,
74
],
[
74,
75
],
[
0,
76
],
[
76,
77
],
[
76,
78
]
] | [
"\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tint a, b, c, cnt = 0, x;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\tfor(x = a; x <= b; x++){\n\t\t\tif(c % x == 0)\n\t\t\t\tcnt++;\n\t\t\telse if(c / x >= 0)\n\t\t\t\ta = b;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tint a, b, c, cnt = 0, x;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\tfor(x = a; x <= b; x++){\n\t\t\tif(c % x == 0)\n\t\t\t\tcnt++;\n\t\t\telse if(c / x >= 0)\n\t\t\t\ta = b;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tint a, b, c, cnt = 0, x;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\tfor(x = a; x <= b; x++){\n\t\t\tif(c % x == 0)\n\t\t\t\tcnt++;\n\t\t\telse if(c / x >= 0)\n\t\t\t\ta = b;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}",
"main",
"{\n\t\tint a, b, c, cnt = 0, x;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\tfor(x = a; x <= b; x++){\n\t\t\tif(c % x == 0)\n\t\t\t\tcnt++;\n\t\t\telse if(c / x >= 0)\n\t\t\t\ta = b;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}",
"int a",
"a",
"b",
"b",
"c",
"c",
"cnt = 0",
"cnt",
"0",
"x;",
"x",
"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(x = a; x <= b; x++){\n\t\t\tif(c % x == 0)\n\t\t\t\tcnt++;\n\t\t\telse if(c / x >= 0)\n\t\t\t\ta = b;\n\t\t}",
"x = a;",
"x = a",
"x",
"a",
"x <= b",
"x",
"b",
"x++",
"x++",
"x",
"{\n\t\t\tif(c % x == 0)\n\t\t\t\tcnt++;\n\t\t\telse if(c / x >= 0)\n\t\t\t\ta = b;\n\t\t}",
"{\n\t\t\tif(c % x == 0)\n\t\t\t\tcnt++;\n\t\t\telse if(c / x >= 0)\n\t\t\t\ta = b;\n\t\t}",
"if(c % x == 0)\n\t\t\t\tcnt++;\n\t\t\telse if(c / x >= 0)\n\t\t\t\ta = b;",
"c % x == 0",
"c % x",
"c",
"x",
"0",
"cnt++",
"cnt",
"if(c / x >= 0)\n\t\t\t\ta = b;",
"c / x >= 0",
"c / x",
"c",
"x",
"0",
"a = b",
"a",
"b",
"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) {\n\t\tint a, b, c, cnt = 0, x;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\tfor(x = a; x <= b; x++){\n\t\t\tif(c % x == 0)\n\t\t\t\tcnt++;\n\t\t\telse if(c / x >= 0)\n\t\t\t\ta = b;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tint a, b, c, cnt = 0, x;\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tc = sc.nextInt();\n\t\tfor(x = a; x <= b; x++){\n\t\t\tif(c % x == 0)\n\t\t\t\tcnt++;\n\t\t\telse if(c / x >= 0)\n\t\t\t\ta = b;\n\t\t}\n\t\tSystem.out.println(cnt);\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int a, b, c, cnt = 0, x;
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
c = sc.nextInt();
for(x = a; x <= b; x++){
if(c % x == 0)
cnt++;
else if(c / x >= 0)
a = b;
}
System.out.println(cnt);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
11,
1,
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
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
4,
8
],
[
8,
9
],
[
4,
10
],
[
10,
11
],
[
4,
12
],
[
12,
13
],
[
4,
14
],
[
14,
15
],
[
4,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
18,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
18,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
18,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
18,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
43,
44
],
[
37,
45
],
[
46,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
47,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
56,
58
],
[
18,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
16,
65
],
[
65,
66
]
] | [
"import java.util.*;\n\nclass Main{\n\tstatic int a;\n\tstatic int b;\n\tstatic int c;\n\tstatic int x;\n\tprivate static Scanner sc;\n\tpublic static void main(String[]agrs){\n\t\tsc=new Scanner(System.in);\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tc=sc.nextInt();\n\t\tfor(;a<=b;a++){\n\t\t\tif(c%a==0){\n\t\t\t\tx=x+1;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(x);\n\n\t\t\n\t\t\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tstatic int a;\n\tstatic int b;\n\tstatic int c;\n\tstatic int x;\n\tprivate static Scanner sc;\n\tpublic static void main(String[]agrs){\n\t\tsc=new Scanner(System.in);\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tc=sc.nextInt();\n\t\tfor(;a<=b;a++){\n\t\t\tif(c%a==0){\n\t\t\t\tx=x+1;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(x);\n\n\t\t\n\t\t\n\t}\n}",
"Main",
"static int a;",
"a",
"static int b;",
"b",
"static int c;",
"c",
"static int x;",
"x",
"private static Scanner sc;",
"sc",
"public static void main(String[]agrs){\n\t\tsc=new Scanner(System.in);\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tc=sc.nextInt();\n\t\tfor(;a<=b;a++){\n\t\t\tif(c%a==0){\n\t\t\t\tx=x+1;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(x);\n\n\t\t\n\t\t\n\t}",
"main",
"{\n\t\tsc=new Scanner(System.in);\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tc=sc.nextInt();\n\t\tfor(;a<=b;a++){\n\t\t\tif(c%a==0){\n\t\t\t\tx=x+1;\n\t\t\t}\n\t\t\t\n\t\t}\n\t\tSystem.out.println(x);\n\n\t\t\n\t\t\n\t}",
"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(;a<=b;a++){\n\t\t\tif(c%a==0){\n\t\t\t\tx=x+1;\n\t\t\t}\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\tx=x+1;\n\t\t\t}\n\t\t\t\n\t\t}",
"{\n\t\t\tif(c%a==0){\n\t\t\t\tx=x+1;\n\t\t\t}\n\t\t\t\n\t\t}",
"if(c%a==0){\n\t\t\t\tx=x+1;\n\t\t\t}",
"c%a==0",
"c%a",
"c",
"a",
"0",
"{\n\t\t\t\tx=x+1;\n\t\t\t}",
"x=x+1",
"x",
"x+1",
"x",
"1",
"System.out.println(x)",
"System.out.println",
"System.out",
"System",
"System.out",
"x",
"String[]agrs",
"agrs"
] | import java.util.*;
class Main{
static int a;
static int b;
static int c;
static int x;
private static Scanner sc;
public static void main(String[]agrs){
sc=new Scanner(System.in);
a=sc.nextInt();
b=sc.nextInt();
c=sc.nextInt();
for(;a<=b;a++){
if(c%a==0){
x=x+1;
}
}
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,
4,
18,
13,
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,
20,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
13,
17,
30,
4,
18,
13,
13,
11,
1,
41,
13,
13,
2,
13,
13,
1,
40,
13,
30,
30,
41,
13,
4,
18,
13,
13,
14,
2,
13,
40,
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
],
[
119,
8
],
[
119,
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
],
[
27,
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
],
[
53,
55
],
[
11,
56
],
[
56,
57
],
[
56,
58
],
[
11,
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
],
[
80,
81
],
[
79,
82
],
[
11,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
88,
89
],
[
88,
90
],
[
83,
91
],
[
91,
92
],
[
92,
93
],
[
83,
94
],
[
95,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
98,
99
],
[
99,
100
],
[
98,
101
],
[
95,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
105,
106
],
[
102,
107
],
[
107,
108
],
[
108,
109
],
[
11,
110
],
[
110,
111
],
[
111,
112
],
[
112,
113
],
[
112,
114
],
[
110,
115
],
[
9,
116
],
[
116,
117
],
[
0,
118
],
[
118,
119
],
[
118,
120
]
] | [
"import java.io.*;\nimport java.util.*;\n\npublic class Main{\n public static void main(String[] args)throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String line = br.readLine();\n String[] temp = line.split(\"\\\\s\");\n br.close();\n\n int num1 = Integer.parseInt(temp[0]);\n int num2 = Integer.parseInt(temp[1]);\n int num3 = Integer.parseInt(temp[2]);\n int count = 0;\n\n ArrayList<Integer> yakusu = new ArrayList<Integer>();\n\n for(int i=1;i<=num3;i++){\n if(num3 % i == 0){\n yakusu.add(i);\n } \n }\n\n for(int i=num1;i<=num2;i++){\n int j = yakusu.indexOf(i);\n if(j != -1){\n count++;\n }\n }\n\n System.out.println(count);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args)throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String line = br.readLine();\n String[] temp = line.split(\"\\\\s\");\n br.close();\n\n int num1 = Integer.parseInt(temp[0]);\n int num2 = Integer.parseInt(temp[1]);\n int num3 = Integer.parseInt(temp[2]);\n int count = 0;\n\n ArrayList<Integer> yakusu = new ArrayList<Integer>();\n\n for(int i=1;i<=num3;i++){\n if(num3 % i == 0){\n yakusu.add(i);\n } \n }\n\n for(int i=num1;i<=num2;i++){\n int j = yakusu.indexOf(i);\n if(j != -1){\n count++;\n }\n }\n\n System.out.println(count);\n }\n}",
"Main",
"public static void main(String[] args)throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String line = br.readLine();\n String[] temp = line.split(\"\\\\s\");\n br.close();\n\n int num1 = Integer.parseInt(temp[0]);\n int num2 = Integer.parseInt(temp[1]);\n int num3 = Integer.parseInt(temp[2]);\n int count = 0;\n\n ArrayList<Integer> yakusu = new ArrayList<Integer>();\n\n for(int i=1;i<=num3;i++){\n if(num3 % i == 0){\n yakusu.add(i);\n } \n }\n\n for(int i=num1;i<=num2;i++){\n int j = yakusu.indexOf(i);\n if(j != -1){\n count++;\n }\n }\n\n System.out.println(count);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String line = br.readLine();\n String[] temp = line.split(\"\\\\s\");\n br.close();\n\n int num1 = Integer.parseInt(temp[0]);\n int num2 = Integer.parseInt(temp[1]);\n int num3 = Integer.parseInt(temp[2]);\n int count = 0;\n\n ArrayList<Integer> yakusu = new ArrayList<Integer>();\n\n for(int i=1;i<=num3;i++){\n if(num3 % i == 0){\n yakusu.add(i);\n } \n }\n\n for(int i=num1;i<=num2;i++){\n int j = yakusu.indexOf(i);\n if(j != -1){\n count++;\n }\n }\n\n System.out.println(count);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] temp = line.split(\"\\\\s\");",
"temp",
"line.split(\"\\\\s\")",
"line.split",
"line",
"\"\\\\s\"",
"br.close()",
"br.close",
"br",
"int num1 = Integer.parseInt(temp[0]);",
"num1",
"Integer.parseInt(temp[0])",
"Integer.parseInt",
"Integer",
"temp[0]",
"temp",
"0",
"int num2 = Integer.parseInt(temp[1]);",
"num2",
"Integer.parseInt(temp[1])",
"Integer.parseInt",
"Integer",
"temp[1]",
"temp",
"1",
"int num3 = Integer.parseInt(temp[2]);",
"num3",
"Integer.parseInt(temp[2])",
"Integer.parseInt",
"Integer",
"temp[2]",
"temp",
"2",
"int count = 0;",
"count",
"0",
"ArrayList<Integer> yakusu = new ArrayList<Integer>();",
"yakusu",
"new ArrayList<Integer>()",
"for(int i=1;i<=num3;i++){\n if(num3 % i == 0){\n yakusu.add(i);\n } \n }",
"int i=1;",
"int i=1;",
"i",
"1",
"i<=num3",
"i",
"num3",
"i++",
"i++",
"i",
"{\n if(num3 % i == 0){\n yakusu.add(i);\n } \n }",
"{\n if(num3 % i == 0){\n yakusu.add(i);\n } \n }",
"if(num3 % i == 0){\n yakusu.add(i);\n }",
"num3 % i == 0",
"num3 % i",
"num3",
"i",
"0",
"{\n yakusu.add(i);\n }",
"yakusu.add(i)",
"yakusu.add",
"yakusu",
"i",
"for(int i=num1;i<=num2;i++){\n int j = yakusu.indexOf(i);\n if(j != -1){\n count++;\n }\n }",
"int i=num1;",
"int i=num1;",
"i",
"num1",
"i<=num2",
"i",
"num2",
"i++",
"i++",
"i",
"{\n int j = yakusu.indexOf(i);\n if(j != -1){\n count++;\n }\n }",
"{\n int j = yakusu.indexOf(i);\n if(j != -1){\n count++;\n }\n }",
"int j = yakusu.indexOf(i);",
"j",
"yakusu.indexOf(i)",
"yakusu.indexOf",
"yakusu",
"i",
"if(j != -1){\n count++;\n }",
"j != -1",
"j",
"-1",
"1",
"{\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 Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String line = br.readLine();\n String[] temp = line.split(\"\\\\s\");\n br.close();\n\n int num1 = Integer.parseInt(temp[0]);\n int num2 = Integer.parseInt(temp[1]);\n int num3 = Integer.parseInt(temp[2]);\n int count = 0;\n\n ArrayList<Integer> yakusu = new ArrayList<Integer>();\n\n for(int i=1;i<=num3;i++){\n if(num3 % i == 0){\n yakusu.add(i);\n } \n }\n\n for(int i=num1;i<=num2;i++){\n int j = yakusu.indexOf(i);\n if(j != -1){\n count++;\n }\n }\n\n System.out.println(count);\n }\n}",
"public class Main{\n public static void main(String[] args)throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String line = br.readLine();\n String[] temp = line.split(\"\\\\s\");\n br.close();\n\n int num1 = Integer.parseInt(temp[0]);\n int num2 = Integer.parseInt(temp[1]);\n int num3 = Integer.parseInt(temp[2]);\n int count = 0;\n\n ArrayList<Integer> yakusu = new ArrayList<Integer>();\n\n for(int i=1;i<=num3;i++){\n if(num3 % i == 0){\n yakusu.add(i);\n } \n }\n\n for(int i=num1;i<=num2;i++){\n int j = yakusu.indexOf(i);\n if(j != -1){\n count++;\n }\n }\n\n System.out.println(count);\n }\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));
String line = br.readLine();
String[] temp = line.split("\\s");
br.close();
int num1 = Integer.parseInt(temp[0]);
int num2 = Integer.parseInt(temp[1]);
int num3 = Integer.parseInt(temp[2]);
int count = 0;
ArrayList<Integer> yakusu = new ArrayList<Integer>();
for(int i=1;i<=num3;i++){
if(num3 % i == 0){
yakusu.add(i);
}
}
for(int i=num1;i<=num2;i++){
int j = yakusu.indexOf(i);
if(j != -1){
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,
41,
13,
17,
11,
1,
0,
13,
13,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
13,
17,
30,
40,
13,
30,
4,
18,
18,
13,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
67,
5
],
[
67,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
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
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
45,
51
],
[
51,
52
],
[
52,
53
],
[
45,
54
],
[
8,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
6,
64
],
[
64,
65
],
[
0,
66
],
[
66,
67
],
[
66,
68
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint div;\n\t\tint cnt = 0;\n\n\t\tfor(div = a; div <= b; div++) {\n\n\t\t\tif(c%div == 0){\n\n\t\t\t\tcnt++;\n\n\t\t\t} else {}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t\tsc.close();\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\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 div;\n\t\tint cnt = 0;\n\n\t\tfor(div = a; div <= b; div++) {\n\n\t\t\tif(c%div == 0){\n\n\t\t\t\tcnt++;\n\n\t\t\t} else {}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t\tsc.close();\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\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 div;\n\t\tint cnt = 0;\n\n\t\tfor(div = a; div <= b; div++) {\n\n\t\t\tif(c%div == 0){\n\n\t\t\t\tcnt++;\n\n\t\t\t} else {}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t\tsc.close();\n\t}",
"main",
"{\n\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 div;\n\t\tint cnt = 0;\n\n\t\tfor(div = a; div <= b; div++) {\n\n\t\t\tif(c%div == 0){\n\n\t\t\t\tcnt++;\n\n\t\t\t} else {}\n\t\t}\n\t\tSystem.out.println(cnt);\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 div;",
"div",
"int cnt = 0;",
"cnt",
"0",
"for(div = a; div <= b; div++) {\n\n\t\t\tif(c%div == 0){\n\n\t\t\t\tcnt++;\n\n\t\t\t} else {}\n\t\t}",
"div = a;",
"div = a",
"div",
"a",
"div <= b",
"div",
"b",
"div++",
"div++",
"div",
"{\n\n\t\t\tif(c%div == 0){\n\n\t\t\t\tcnt++;\n\n\t\t\t} else {}\n\t\t}",
"{\n\n\t\t\tif(c%div == 0){\n\n\t\t\t\tcnt++;\n\n\t\t\t} else {}\n\t\t}",
"if(c%div == 0){\n\n\t\t\t\tcnt++;\n\n\t\t\t} else {}",
"c%div == 0",
"c%div",
"c",
"div",
"0",
"{\n\n\t\t\t\tcnt++;\n\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\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 div;\n\t\tint cnt = 0;\n\n\t\tfor(div = a; div <= b; div++) {\n\n\t\t\tif(c%div == 0){\n\n\t\t\t\tcnt++;\n\n\t\t\t} else {}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t\tsc.close();\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\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint div;\n\t\tint cnt = 0;\n\n\t\tfor(div = a; div <= b; div++) {\n\n\t\t\tif(c%div == 0){\n\n\t\t\t\tcnt++;\n\n\t\t\t} else {}\n\t\t}\n\t\tSystem.out.println(cnt);\n\t\tsc.close();\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int div;
int cnt = 0;
for(div = a; div <= b; div++) {
if(c%div == 0){
cnt++;
} else {}
}
System.out.println(cnt);
sc.close();
}
} |
[
7,
15,
13,
17,
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,
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
],
[
63,
8
],
[
63,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
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
],
[
11,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
9,
60
],
[
60,
61
],
[
0,
62
],
[
62,
63
],
[
62,
64
]
] | [
"import java.util.Scanner;\nimport java.util.*;\n\npublic class Main{\n public static void main(String[] args){\n int count=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(int i=a;i<=b;i++){\nif(c%i==0) count++;\n }\n System.out.println(count);\n }\n }",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n int count=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(int i=a;i<=b;i++){\nif(c%i==0) count++;\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 int a= sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n for(int i=a;i<=b;i++){\nif(c%i==0) count++;\n }\n System.out.println(count);\n }",
"main",
"{\n int count=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(int i=a;i<=b;i++){\nif(c%i==0) count++;\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=a;i<=b;i++){\nif(c%i==0) count++;\n }",
"int i=a;",
"int i=a;",
"i",
"a",
"i<=b",
"i",
"b",
"i++",
"i++",
"i",
"{\nif(c%i==0) count++;\n }",
"{\nif(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 public static void main(String[] args){\n int count=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(int i=a;i<=b;i++){\nif(c%i==0) count++;\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 int a= sc.nextInt();\n int b=sc.nextInt();\n int c=sc.nextInt();\n for(int i=a;i<=b;i++){\nif(c%i==0) count++;\n }\n System.out.println(count);\n }\n }",
"Main"
] | import java.util.Scanner;
import java.util.*;
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=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,
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,
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
],
[
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
],
[
70,
72
],
[
72,
73
],
[
72,
74
],
[
8,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
6,
81
],
[
81,
82
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String input1 = input.nextLine();\n String[] str = input1.split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int count = 0;\n for(int i=a; i<=b; i++){\n if(c%i == 0){\n count = count + 1;\n }\n }\n System.out.println(count);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String input1 = input.nextLine();\n String[] str = input1.split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int count = 0;\n for(int i=a; i<=b; i++){\n if(c%i == 0){\n count = count + 1;\n }\n }\n System.out.println(count);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String input1 = input.nextLine();\n String[] str = input1.split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int count = 0;\n for(int i=a; i<=b; i++){\n if(c%i == 0){\n count = count + 1;\n }\n }\n System.out.println(count);\n }",
"main",
"{\n Scanner input = new Scanner(System.in);\n String input1 = input.nextLine();\n String[] str = input1.split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n int c = Integer.parseInt(str[2]);\n int count = 0;\n for(int i=a; i<=b; i++){\n if(c%i == 0){\n count = count + 1;\n }\n }\n System.out.println(count);\n }",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"String input1 = input.nextLine();",
"input1",
"input.nextLine()",
"input.nextLine",
"input",
"String[] str = input1.split(\" \");",
"str",
"input1.split(\" \")",
"input1.split",
"input1",
"\" \"",
"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 if(c%i == 0){\n count = count + 1;\n }\n }",
"int i=a;",
"int i=a;",
"i",
"a",
"i<=b",
"i",
"b",
"i++",
"i++",
"i",
"{\n if(c%i == 0){\n count = count + 1;\n }\n }",
"{\n if(c%i == 0){\n count = count + 1;\n }\n }",
"if(c%i == 0){\n count = count + 1;\n }",
"c%i == 0",
"c%i",
"c",
"i",
"0",
"{\n count = count + 1;\n }",
"count = count + 1",
"count",
"count + 1",
"count",
"1",
"System.out.println(count)",
"System.out.println",
"System.out",
"System",
"System.out",
"count",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner input = new Scanner(System.in);
String input1 = input.nextLine();
String[] str = input1.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 = count + 1;
}
}
System.out.println(count);
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
17,
41,
13,
20,
17,
41,
13,
17,
0,
13,
4,
18,
13,
17,
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,
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,
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
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
123,
17
],
[
123,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
21,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
31,
40
],
[
40,
41
],
[
40,
42
],
[
31,
44
],
[
44,
45
],
[
44,
46
],
[
31,
48
],
[
48,
49
],
[
48,
50
],
[
31,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
31,
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
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
76,
79
],
[
79,
80
],
[
79,
81
],
[
31,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
86,
87
],
[
86,
88
],
[
82,
89
],
[
89,
90
],
[
89,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
82,
96
],
[
96,
97
],
[
97,
98
],
[
82,
99
],
[
100,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
102,
108
],
[
101,
109
],
[
109,
110
],
[
31,
111
],
[
111,
112
],
[
112,
113
],
[
113,
114
],
[
113,
115
],
[
111,
116
],
[
31,
117
],
[
117,
118
],
[
118,
119
],
[
18,
120
],
[
120,
121
],
[
0,
122
],
[
122,
123
],
[
122,
124
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.ArrayList;\nimport java.util.Iterator;\n\npublic class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] strArray = new String[3];\n int[] intArray = new int[3];\n int count = 0;\n \n strArray = line.split(\"\\\\s\");\n \n for (int i = 0; i < strArray.length; i++) {\n\t\t\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\t\t}\n for (int i = intArray[0]; i < intArray[1] + 1; i++) {\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}\n System.out.println(count);\n br.close();\n } catch (IOException e) {\n System.err.println(e);\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Iterator;",
"Iterator",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] strArray = new String[3];\n int[] intArray = new int[3];\n int count = 0;\n \n strArray = line.split(\"\\\\s\");\n \n for (int i = 0; i < strArray.length; i++) {\n\t\t\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\t\t}\n for (int i = intArray[0]; i < intArray[1] + 1; i++) {\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}\n System.out.println(count);\n br.close();\n } catch (IOException e) {\n System.err.println(e);\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] strArray = new String[3];\n int[] intArray = new int[3];\n int count = 0;\n \n strArray = line.split(\"\\\\s\");\n \n for (int i = 0; i < strArray.length; i++) {\n\t\t\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\t\t}\n for (int i = intArray[0]; i < intArray[1] + 1; i++) {\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}\n System.out.println(count);\n br.close();\n } catch (IOException e) {\n System.err.println(e);\n }\n }",
"main",
"{\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] strArray = new String[3];\n int[] intArray = new int[3];\n int count = 0;\n \n strArray = line.split(\"\\\\s\");\n \n for (int i = 0; i < strArray.length; i++) {\n\t\t\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\t\t}\n for (int i = intArray[0]; i < intArray[1] + 1; i++) {\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}\n System.out.println(count);\n br.close();\n } catch (IOException e) {\n System.err.println(e);\n }\n }",
"try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] strArray = new String[3];\n int[] intArray = new int[3];\n int count = 0;\n \n strArray = line.split(\"\\\\s\");\n \n for (int i = 0; i < strArray.length; i++) {\n\t\t\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\t\t}\n for (int i = intArray[0]; i < intArray[1] + 1; i++) {\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}\n System.out.println(count);\n br.close();\n } catch (IOException e) {\n System.err.println(e);\n }",
"catch (IOException e) {\n System.err.println(e);\n }",
"IOException e",
"{\n System.err.println(e);\n }",
"System.err.println(e)",
"System.err.println",
"System.err",
"System",
"System.err",
"e",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] strArray = new String[3];\n int[] intArray = new int[3];\n int count = 0;\n \n strArray = line.split(\"\\\\s\");\n \n for (int i = 0; i < strArray.length; i++) {\n\t\t\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\t\t}\n for (int i = intArray[0]; i < intArray[1] + 1; i++) {\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}\n System.out.println(count);\n br.close();\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] strArray = new String[3];",
"strArray",
"new String[3]",
"3",
"int[] intArray = new int[3];",
"intArray",
"new int[3]",
"3",
"int count = 0;",
"count",
"0",
"strArray = line.split(\"\\\\s\")",
"strArray",
"line.split(\"\\\\s\")",
"line.split",
"line",
"\"\\\\s\"",
"for (int i = 0; i < strArray.length; i++) {\n\t\t\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\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\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\t\t}",
"{\n\t\t\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\t\t}",
"intArray[i] =Integer.parseInt(strArray[i])",
"intArray[i]",
"intArray",
"i",
"Integer.parseInt(strArray[i])",
"Integer.parseInt",
"Integer",
"strArray[i]",
"strArray",
"i",
"for (int i = intArray[0]; i < intArray[1] + 1; i++) {\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}",
"int i = intArray[0];",
"int i = intArray[0];",
"i",
"intArray[0]",
"intArray",
"0",
"i < intArray[1] + 1",
"i",
"intArray[1] + 1",
"intArray[1]",
"intArray",
"1",
"1",
"i++",
"i++",
"i",
"{\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}",
"{\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}",
"if(intArray[2] % i == 0)\n\t\t\t\t\tcount++;",
"intArray[2] % i == 0",
"intArray[2] % i",
"intArray[2]",
"intArray",
"2",
"i",
"0",
"count++",
"count",
"System.out.println(count)",
"System.out.println",
"System.out",
"System",
"System.out",
"count",
"br.close()",
"br.close",
"br",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] strArray = new String[3];\n int[] intArray = new int[3];\n int count = 0;\n \n strArray = line.split(\"\\\\s\");\n \n for (int i = 0; i < strArray.length; i++) {\n\t\t\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\t\t}\n for (int i = intArray[0]; i < intArray[1] + 1; i++) {\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}\n System.out.println(count);\n br.close();\n } catch (IOException e) {\n System.err.println(e);\n }\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n try {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] strArray = new String[3];\n int[] intArray = new int[3];\n int count = 0;\n \n strArray = line.split(\"\\\\s\");\n \n for (int i = 0; i < strArray.length; i++) {\n\t\t\t\tintArray[i] =Integer.parseInt(strArray[i]);\n\t\t\t}\n for (int i = intArray[0]; i < intArray[1] + 1; i++) {\n\t\t\t\tif(intArray[2] % i == 0)\n\t\t\t\t\tcount++;\n\t\t\t}\n System.out.println(count);\n br.close();\n } catch (IOException e) {\n System.err.println(e);\n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Iterator;
public class Main {
public static void main(String[] args) {
try {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
String[] strArray = new String[3];
int[] intArray = new int[3];
int count = 0;
strArray = line.split("\\s");
for (int i = 0; i < strArray.length; i++) {
intArray[i] =Integer.parseInt(strArray[i]);
}
for (int i = intArray[0]; i < intArray[1] + 1; i++) {
if(intArray[2] % i == 0)
count++;
}
System.out.println(count);
br.close();
} catch (IOException e) {
System.err.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
17,
41,
13,
17,
14,
2,
13,
13,
30,
0,
13,
13,
0,
13,
13,
0,
13,
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,
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
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
12,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
22,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
22,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
22,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
22,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
22,
58
],
[
58,
59
],
[
58,
60
],
[
22,
61
],
[
61,
62
],
[
61,
63
],
[
22,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
72,
73
],
[
72,
74
],
[
68,
75
],
[
75,
76
],
[
75,
77
],
[
22,
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
],
[
98,
100
],
[
22,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
6,
107
],
[
107,
108
]
] | [
"import java.io.*;\n\nclass Main{\n public static void main(String[] args){\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try { \n String line = reader.readLine();\n String[] strAry = line.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 d = 0, e = 0;\n\n if(a > b){\n d = a;\n a = b;\n b = d;\n }\n\n for(int i = a; i <= b; i++){\n if(c % i == 0){\n e += 1;\n }\n }\n\n System.out.println(e);\n \n } catch (IOException e) {\n //TODO: handle exception\n System.out.println(e);\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args){\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try { \n String line = reader.readLine();\n String[] strAry = line.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 d = 0, e = 0;\n\n if(a > b){\n d = a;\n a = b;\n b = d;\n }\n\n for(int i = a; i <= b; i++){\n if(c % i == 0){\n e += 1;\n }\n }\n\n System.out.println(e);\n \n } catch (IOException e) {\n //TODO: handle exception\n System.out.println(e);\n }\n }\n}",
"Main",
"public static void main(String[] args){\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try { \n String line = reader.readLine();\n String[] strAry = line.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 d = 0, e = 0;\n\n if(a > b){\n d = a;\n a = b;\n b = d;\n }\n\n for(int i = a; i <= b; i++){\n if(c % i == 0){\n e += 1;\n }\n }\n\n System.out.println(e);\n \n } catch (IOException e) {\n //TODO: handle exception\n System.out.println(e);\n }\n }",
"main",
"{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try { \n String line = reader.readLine();\n String[] strAry = line.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 d = 0, e = 0;\n\n if(a > b){\n d = a;\n a = b;\n b = d;\n }\n\n for(int i = a; i <= b; i++){\n if(c % i == 0){\n e += 1;\n }\n }\n\n System.out.println(e);\n \n } catch (IOException e) {\n //TODO: handle exception\n System.out.println(e);\n }\n }",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"try { \n String line = reader.readLine();\n String[] strAry = line.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 d = 0, e = 0;\n\n if(a > b){\n d = a;\n a = b;\n b = d;\n }\n\n for(int i = a; i <= b; i++){\n if(c % i == 0){\n e += 1;\n }\n }\n\n System.out.println(e);\n \n } catch (IOException e) {\n //TODO: handle exception\n System.out.println(e);\n }",
"catch (IOException e) {\n //TODO: handle exception\n System.out.println(e);\n }",
"IOException e",
"{\n //TODO: handle exception\n System.out.println(e);\n }",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{ \n String line = reader.readLine();\n String[] strAry = line.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 d = 0, e = 0;\n\n if(a > b){\n d = a;\n a = b;\n b = d;\n }\n\n for(int i = a; i <= b; i++){\n if(c % i == 0){\n e += 1;\n }\n }\n\n System.out.println(e);\n \n }",
"String line = reader.readLine();",
"line",
"reader.readLine()",
"reader.readLine",
"reader",
"String[] strAry = line.split(\" \");",
"strAry",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"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 d = 0",
"d",
"0",
"e = 0;",
"e",
"0",
"if(a > b){\n d = a;\n a = b;\n b = d;\n }",
"a > b",
"a",
"b",
"{\n d = a;\n a = b;\n b = d;\n }",
"d = a",
"d",
"a",
"a = b",
"a",
"b",
"b = d",
"b",
"d",
"for(int i = a; i <= b; i++){\n if(c % i == 0){\n e += 1;\n }\n }",
"int i = a;",
"int i = a;",
"i",
"a",
"i <= b",
"i",
"b",
"i++",
"i++",
"i",
"{\n if(c % i == 0){\n e += 1;\n }\n }",
"{\n if(c % i == 0){\n e += 1;\n }\n }",
"if(c % i == 0){\n e += 1;\n }",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n e += 1;\n }",
"e += 1",
"e",
"1",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args){
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
try {
String line = reader.readLine();
String[] strAry = line.split(" ");
int a = Integer.parseInt(strAry[0]);
int b = Integer.parseInt(strAry[1]);
int c = Integer.parseInt(strAry[2]);
int d = 0, e = 0;
if(a > b){
d = a;
a = b;
b = d;
}
for(int i = a; i <= b; i++){
if(c % i == 0){
e += 1;
}
}
System.out.println(e);
} catch (IOException e) {
//TODO: handle exception
System.out.println(e);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
41,
13,
17,
41,
13,
17,
41,
13,
17,
42,
2,
13,
17,
30,
41,
13,
20,
0,
13,
4,
18,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
13,
17,
2,
13,
17,
0,
13,
40,
17,
14,
2,
2,
13,
17,
2,
13,
17,
0,
13,
40,
17,
14,
2,
2,
13,
17,
2,
13,
17,
0,
13,
40,
17,
14,
2,
13,
13,
0,
13,
40,
17,
0,
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,
2,
2,
17,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
153,
8
],
[
153,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
21
],
[
21,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
11,
29
],
[
29,
30
],
[
29,
31
],
[
11,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
36,
45
],
[
45,
46
],
[
45,
47
],
[
36,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
54,
55
],
[
36,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
61,
62
],
[
62,
63
],
[
36,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
69,
70
],
[
70,
71
],
[
36,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
77,
78
],
[
77,
79
],
[
72,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
72,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
89,
90
],
[
89,
91
],
[
84,
92
],
[
92,
93
],
[
92,
94
],
[
94,
95
],
[
84,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
97,
101
],
[
101,
102
],
[
101,
103
],
[
96,
104
],
[
104,
105
],
[
104,
106
],
[
106,
107
],
[
96,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
108,
112
],
[
112,
113
],
[
112,
114
],
[
114,
115
],
[
108,
116
],
[
116,
117
],
[
116,
118
],
[
11,
119
],
[
119,
120
],
[
120,
121
],
[
121,
122
],
[
121,
123
],
[
119,
124
],
[
124,
125
],
[
124,
126
],
[
119,
127
],
[
127,
128
],
[
128,
129
],
[
119,
130
],
[
131,
131
],
[
131,
132
],
[
132,
133
],
[
133,
134
],
[
134,
135
],
[
134,
136
],
[
133,
137
],
[
132,
138
],
[
138,
139
],
[
11,
140
],
[
140,
141
],
[
141,
142
],
[
142,
143
],
[
142,
144
],
[
140,
145
],
[
146,
146
],
[
146,
147
],
[
146,
148
],
[
146,
149
],
[
9,
150
],
[
150,
151
],
[
0,
152
],
[
152,
153
],
[
152,
154
]
] | [
"import java.io.*;\nimport java.util.*;\npublic class Main\n{\n public static void main(String[] args) throws IOException{\n int sum = 0;\n int n = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= 1 && a <= 10000 )\n i = -1;\n else if(b >= 1 && b <= 10000)\n i = -1;\n else if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;\n }\n for(n=a; n<=b;n++){\n if(c%n == 0)\n sum++;\n }\n System.out.println(\"\"+sum+\"\");\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main\n{\n public static void main(String[] args) throws IOException{\n int sum = 0;\n int n = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= 1 && a <= 10000 )\n i = -1;\n else if(b >= 1 && b <= 10000)\n i = -1;\n else if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;\n }\n for(n=a; n<=b;n++){\n if(c%n == 0)\n sum++;\n }\n System.out.println(\"\"+sum+\"\");\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n int sum = 0;\n int n = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= 1 && a <= 10000 )\n i = -1;\n else if(b >= 1 && b <= 10000)\n i = -1;\n else if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;\n }\n for(n=a; n<=b;n++){\n if(c%n == 0)\n sum++;\n }\n System.out.println(\"\"+sum+\"\");\n }",
"main",
"{\n int sum = 0;\n int n = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= 1 && a <= 10000 )\n i = -1;\n else if(b >= 1 && b <= 10000)\n i = -1;\n else if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;\n }\n for(n=a; n<=b;n++){\n if(c%n == 0)\n sum++;\n }\n System.out.println(\"\"+sum+\"\");\n }",
"int sum = 0;",
"sum",
"0",
"int n = 0;",
"n",
"0",
"int i = 1;",
"i",
"1",
"String s;",
"s",
"int a = 0;",
"a",
"0",
"int b = 0;",
"b",
"0",
"int c = 0;",
"c",
"0",
"while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= 1 && a <= 10000 )\n i = -1;\n else if(b >= 1 && b <= 10000)\n i = -1;\n else if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;\n }",
"i>0",
"i",
"0",
"{\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= 1 && a <= 10000 )\n i = -1;\n else if(b >= 1 && b <= 10000)\n i = -1;\n else if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;\n }",
"BufferedReader x = new BufferedReader(new InputStreamReader(System.in));",
"x",
"new BufferedReader(new InputStreamReader(System.in))",
"s = x.readLine()",
"s",
"x.readLine()",
"x.readLine",
"x",
"StringTokenizer st = new StringTokenizer(s,\" \");",
"st",
"new StringTokenizer(s,\" \")",
"a = Integer.parseInt(st.nextToken())",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"b = Integer.parseInt(st.nextToken())",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"c = Integer.parseInt(st.nextToken())",
"c",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"if(a >= 1 && a <= 10000 )\n i = -1;\n else if(b >= 1 && b <= 10000)\n i = -1;\n else if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;",
"a >= 1 && a <= 10000",
"a >= 1",
"a",
"1",
"a <= 10000",
"a",
"10000",
"i = -1",
"i",
"-1",
"1",
"if(b >= 1 && b <= 10000)\n i = -1;\n else if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;",
"b >= 1 && b <= 10000",
"b >= 1",
"b",
"1",
"b <= 10000",
"b",
"10000",
"i = -1",
"i",
"-1",
"1",
"if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;",
"c >= 1 && c <= 10000",
"c >= 1",
"c",
"1",
"c <= 10000",
"c",
"10000",
"i = -1",
"i",
"-1",
"1",
"if(a <= b)\n i = -1;\n else\n i = 1;",
"a <= b",
"a",
"b",
"i = -1",
"i",
"-1",
"1",
"i = 1",
"i",
"1",
"for(n=a; n<=b;n++){\n if(c%n == 0)\n sum++;\n }",
"n=a;",
"n=a",
"n",
"a",
"n<=b",
"n",
"b",
"n++",
"n++",
"n",
"{\n if(c%n == 0)\n sum++;\n }",
"{\n if(c%n == 0)\n sum++;\n }",
"if(c%n == 0)\n sum++;",
"c%n == 0",
"c%n",
"c",
"n",
"0",
"sum++",
"sum",
"System.out.println(\"\"+sum+\"\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"\"+sum+\"\"",
"\"\"+sum+\"\"",
"\"\"",
"sum",
"\"\"",
"String[] args",
"args",
"public class Main\n{\n public static void main(String[] args) throws IOException{\n int sum = 0;\n int n = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= 1 && a <= 10000 )\n i = -1;\n else if(b >= 1 && b <= 10000)\n i = -1;\n else if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;\n }\n for(n=a; n<=b;n++){\n if(c%n == 0)\n sum++;\n }\n System.out.println(\"\"+sum+\"\");\n }\n}",
"public class Main\n{\n public static void main(String[] args) throws IOException{\n int sum = 0;\n int n = 0;\n int i = 1;\n String s;\n int a = 0;\n int b = 0;\n int c = 0;\n while(i>0){\n BufferedReader x = new BufferedReader(new InputStreamReader(System.in));\n s = x.readLine();\n StringTokenizer st = new StringTokenizer(s,\" \");\n a = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n c = Integer.parseInt(st.nextToken());\n if(a >= 1 && a <= 10000 )\n i = -1;\n else if(b >= 1 && b <= 10000)\n i = -1;\n else if(c >= 1 && c <= 10000)\n i = -1;\n else if(a <= b)\n i = -1;\n else\n i = 1;\n }\n for(n=a; n<=b;n++){\n if(c%n == 0)\n sum++;\n }\n System.out.println(\"\"+sum+\"\");\n }\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main
{
public static void main(String[] args) throws IOException{
int sum = 0;
int n = 0;
int i = 1;
String s;
int a = 0;
int b = 0;
int c = 0;
while(i>0){
BufferedReader x = new BufferedReader(new InputStreamReader(System.in));
s = x.readLine();
StringTokenizer st = new StringTokenizer(s," ");
a = Integer.parseInt(st.nextToken());
b = Integer.parseInt(st.nextToken());
c = Integer.parseInt(st.nextToken());
if(a >= 1 && a <= 10000 )
i = -1;
else if(b >= 1 && b <= 10000)
i = -1;
else if(c >= 1 && c <= 10000)
i = -1;
else if(a <= b)
i = -1;
else
i = 1;
}
for(n=a; n<=b;n++){
if(c%n == 0)
sum++;
}
System.out.println(""+sum+"");
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
13,
17,
30,
4,
18,
13,
13,
41,
13,
17,
28,
13,
13,
30,
30,
14,
2,
2,
13,
13,
2,
13,
13,
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
],
[
97,
8
],
[
97,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
32,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
11,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
47,
48
],
[
47,
49
],
[
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
],
[
62,
65
],
[
11,
66
],
[
66,
67
],
[
66,
68
],
[
11,
69
],
[
69,
70
],
[
69,
71
],
[
69,
72
],
[
73,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
74,
82
],
[
82,
83
],
[
83,
84
],
[
11,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
85,
90
],
[
11,
91
],
[
91,
92
],
[
92,
93
],
[
9,
94
],
[
94,
95
],
[
0,
96
],
[
96,
97
],
[
96,
98
]
] | [
"import java.util.ArrayList;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner( System.in );\n\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\n\t\tint a = Integer.parseInt( scanner.next() );\n\t\tint b = Integer.parseInt( scanner.next() );\n\t\tint c = Integer.parseInt( scanner.next() );\n\n\t\tfor ( int i = 1; i <= c; i++ ) {\n\t\t\tif ( c % i == 0 ) {\n\t\t\t\tnums.add( i );\n\t\t\t}\n\t\t}\n\n\t\tint count = 0;\n\t\tfor ( int num : nums ) {\n\t\t\tif ( num >= a && num <= b ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println( count );\n\n\t\tscanner.close();\n\t}\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\n\t\tScanner scanner = new Scanner( System.in );\n\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\n\t\tint a = Integer.parseInt( scanner.next() );\n\t\tint b = Integer.parseInt( scanner.next() );\n\t\tint c = Integer.parseInt( scanner.next() );\n\n\t\tfor ( int i = 1; i <= c; i++ ) {\n\t\t\tif ( c % i == 0 ) {\n\t\t\t\tnums.add( i );\n\t\t\t}\n\t\t}\n\n\t\tint count = 0;\n\t\tfor ( int num : nums ) {\n\t\t\tif ( num >= a && num <= b ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println( count );\n\n\t\tscanner.close();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner( System.in );\n\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\n\t\tint a = Integer.parseInt( scanner.next() );\n\t\tint b = Integer.parseInt( scanner.next() );\n\t\tint c = Integer.parseInt( scanner.next() );\n\n\t\tfor ( int i = 1; i <= c; i++ ) {\n\t\t\tif ( c % i == 0 ) {\n\t\t\t\tnums.add( i );\n\t\t\t}\n\t\t}\n\n\t\tint count = 0;\n\t\tfor ( int num : nums ) {\n\t\t\tif ( num >= a && num <= b ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println( count );\n\n\t\tscanner.close();\n\t}",
"main",
"{\n\n\t\tScanner scanner = new Scanner( System.in );\n\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\n\t\tint a = Integer.parseInt( scanner.next() );\n\t\tint b = Integer.parseInt( scanner.next() );\n\t\tint c = Integer.parseInt( scanner.next() );\n\n\t\tfor ( int i = 1; i <= c; i++ ) {\n\t\t\tif ( c % i == 0 ) {\n\t\t\t\tnums.add( i );\n\t\t\t}\n\t\t}\n\n\t\tint count = 0;\n\t\tfor ( int num : nums ) {\n\t\t\tif ( num >= a && num <= b ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println( count );\n\n\t\tscanner.close();\n\t}",
"Scanner scanner = new Scanner( System.in );",
"scanner",
"new Scanner( System.in )",
"ArrayList<Integer> nums = new ArrayList<Integer>();",
"nums",
"new ArrayList<Integer>()",
"int a = Integer.parseInt( scanner.next() );",
"a",
"Integer.parseInt( scanner.next() )",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"int b = Integer.parseInt( scanner.next() );",
"b",
"Integer.parseInt( scanner.next() )",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"int c = Integer.parseInt( scanner.next() );",
"c",
"Integer.parseInt( scanner.next() )",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"for ( int i = 1; i <= c; i++ ) {\n\t\t\tif ( c % i == 0 ) {\n\t\t\t\tnums.add( i );\n\t\t\t}\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\tnums.add( i );\n\t\t\t}\n\t\t}",
"{\n\t\t\tif ( c % i == 0 ) {\n\t\t\t\tnums.add( i );\n\t\t\t}\n\t\t}",
"if ( c % i == 0 ) {\n\t\t\t\tnums.add( i );\n\t\t\t}",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n\t\t\t\tnums.add( i );\n\t\t\t}",
"nums.add( i )",
"nums.add",
"nums",
"i",
"int count = 0;",
"count",
"0",
"for ( int num : nums ) {\n\t\t\tif ( num >= a && num <= b ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}",
"int num",
"nums",
"{\n\t\t\tif ( num >= a && num <= b ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif ( num >= a && num <= b ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}",
"if ( num >= a && num <= b ) {\n\t\t\t\tcount++;\n\t\t\t}",
"num >= a && num <= b",
"num >= a",
"num",
"a",
"num <= b",
"num",
"b",
"{\n\t\t\t\tcount++;\n\t\t\t}",
"count++",
"count",
"System.out.println( count )",
"System.out.println",
"System.out",
"System",
"System.out",
"count",
"scanner.close()",
"scanner.close",
"scanner",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner( System.in );\n\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\n\t\tint a = Integer.parseInt( scanner.next() );\n\t\tint b = Integer.parseInt( scanner.next() );\n\t\tint c = Integer.parseInt( scanner.next() );\n\n\t\tfor ( int i = 1; i <= c; i++ ) {\n\t\t\tif ( c % i == 0 ) {\n\t\t\t\tnums.add( i );\n\t\t\t}\n\t\t}\n\n\t\tint count = 0;\n\t\tfor ( int num : nums ) {\n\t\t\tif ( num >= a && num <= b ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println( count );\n\n\t\tscanner.close();\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner( System.in );\n\n\t\tArrayList<Integer> nums = new ArrayList<Integer>();\n\n\t\tint a = Integer.parseInt( scanner.next() );\n\t\tint b = Integer.parseInt( scanner.next() );\n\t\tint c = Integer.parseInt( scanner.next() );\n\n\t\tfor ( int i = 1; i <= c; i++ ) {\n\t\t\tif ( c % i == 0 ) {\n\t\t\t\tnums.add( i );\n\t\t\t}\n\t\t}\n\n\t\tint count = 0;\n\t\tfor ( int num : nums ) {\n\t\t\tif ( num >= a && num <= b ) {\n\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\n\t\tSystem.out.println( count );\n\n\t\tscanner.close();\n\t}\n}",
"Main"
] | import java.util.ArrayList;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner( System.in );
ArrayList<Integer> nums = new ArrayList<Integer>();
int a = Integer.parseInt( scanner.next() );
int b = Integer.parseInt( scanner.next() );
int c = Integer.parseInt( scanner.next() );
for ( int i = 1; i <= c; i++ ) {
if ( c % i == 0 ) {
nums.add( i );
}
}
int count = 0;
for ( int num : nums ) {
if ( num >= a && num <= b ) {
count++;
}
}
System.out.println( count );
scanner.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
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,
12,
13,
30,
41,
13,
20,
4,
18,
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
],
[
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
],
[
70,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
58,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\t\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x=scanner.nextInt();\n\t\tint y=scanner.nextInt();\n\t\tint z=scanner.nextInt();\n\t\tint count=0;\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\t\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\t\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\t\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x=scanner.nextInt();\n\t\tint y=scanner.nextInt();\n\t\tint z=scanner.nextInt();\n\t\tint count=0;\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\t\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\t\n\n}",
"Main",
"private void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x=scanner.nextInt();\n\t\tint y=scanner.nextInt();\n\t\tint z=scanner.nextInt();\n\t\tint count=0;\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\t\n\t}",
"calc",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x=scanner.nextInt();\n\t\tint y=scanner.nextInt();\n\t\tint z=scanner.nextInt();\n\t\tint count=0;\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\t\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int x=scanner.nextInt();",
"x",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int y=scanner.nextInt();",
"y",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int z=scanner.nextInt();",
"z",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int count=0;",
"count",
"0",
"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",
"public static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}",
"main",
"{\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}",
"Main run =new Main();",
"run",
"new Main()",
"run.calc()",
"run.calc",
"run",
"String[] args",
"args",
"public class Main {\n\t\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x=scanner.nextInt();\n\t\tint y=scanner.nextInt();\n\t\tint z=scanner.nextInt();\n\t\tint count=0;\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\t\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\t\n\n}",
"public class Main {\n\t\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x=scanner.nextInt();\n\t\tint y=scanner.nextInt();\n\t\tint z=scanner.nextInt();\n\t\tint count=0;\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\t\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\t\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
private void calc(){
Scanner scanner = new Scanner(System.in);
int x=scanner.nextInt();
int y=scanner.nextInt();
int z=scanner.nextInt();
int count=0;
for(int i=x; i<=y; i++){
if(z%i==0){
count++;
}
}
System.out.println(count);
}
public static void main(String[] args) {
Main run =new Main();
run.calc();
}
} |
[
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,
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
],
[
39,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
44,
45
],
[
45,
46
],
[
39,
47
],
[
48,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
49,
55
],
[
55,
56
],
[
11,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
9,
63
],
[
63,
64
]
] | [
"import java.util.Scanner;\n\nclass Main {\n private static final Scanner sc = new Scanner(System.in);\n public static void main(String[] args) {\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int ans = 0;\n for (; a<=b; a++) {\n if(c%a==0) ++ans;\n }\n System.out.println(ans);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n private static final Scanner sc = new Scanner(System.in);\n public static void main(String[] args) {\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int ans = 0;\n for (; a<=b; a++) {\n if(c%a==0) ++ans;\n }\n System.out.println(ans);\n }\n}",
"Main",
"private static final Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"public static void main(String[] args) {\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int ans = 0;\n for (; a<=b; a++) {\n if(c%a==0) ++ans;\n }\n System.out.println(ans);\n }",
"main",
"{\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n int c = Integer.parseInt(sc.next());\n int ans = 0;\n for (; a<=b; a++) {\n if(c%a==0) ++ans;\n }\n System.out.println(ans);\n }",
"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 ans = 0;",
"ans",
"0",
"for (; a<=b; a++) {\n if(c%a==0) ++ans;\n }",
";",
"a<=b",
"a",
"b",
"a++",
"a++",
"a",
"{\n if(c%a==0) ++ans;\n }",
"{\n if(c%a==0) ++ans;\n }",
"if(c%a==0) ++ans;",
"c%a==0",
"c%a",
"c",
"a",
"0",
"++ans",
"ans",
"System.out.println(ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
private static final Scanner sc = new Scanner(System.in);
public static void main(String[] args) {
int a = Integer.parseInt(sc.next());
int b = Integer.parseInt(sc.next());
int c = Integer.parseInt(sc.next());
int ans = 0;
for (; a<=b; a++) {
if(c%a==0) ++ans;
}
System.out.println(ans);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
13,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
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
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
18,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
25,
31
],
[
31,
32
],
[
31,
33
],
[
25,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
25,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
48,
49
],
[
25,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
56,
57
],
[
25,
58
],
[
58,
59
],
[
58,
60
],
[
25,
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
],
[
25,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
9,
88
],
[
88,
89
]
] | [
"import java.io.*;\nimport java.util.StringTokenizer;\n\nclass Main {\n\tpublic static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tint count = 0;\n\t\t\tfor (int i=a;i<=b;i++) {\n\t\t\t\tif (c%i==0) count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"class Main {\n\tpublic static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tint count = 0;\n\t\t\tfor (int i=a;i<=b;i++) {\n\t\t\t\tif (c%i==0) count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"Main",
"public static void main(String args[]) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tint count = 0;\n\t\t\tfor (int i=a;i<=b;i++) {\n\t\t\t\tif (c%i==0) count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(isr);\n\n\t\ttry {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tint count = 0;\n\t\t\tfor (int i=a;i<=b;i++) {\n\t\t\t\tif (c%i==0) count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"try {\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tint count = 0;\n\t\t\tfor (int i=a;i<=b;i++) {\n\t\t\t\tif (c%i==0) count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"Exception e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tString buf = br.readLine();\n\t\t\tStringTokenizer st = new StringTokenizer(buf);\n\n\t\t\tint a = Integer.parseInt(st.nextToken());\n\t\t\tint b = Integer.parseInt(st.nextToken());\n\t\t\tint c = Integer.parseInt(st.nextToken());\n\t\t\tint count = 0;\n\t\t\tfor (int i=a;i<=b;i++) {\n\t\t\t\tif (c%i==0) count++;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t}",
"String buf = br.readLine();",
"buf",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(buf);",
"st",
"new StringTokenizer(buf)",
"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\t\tif (c%i==0) count++;\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) count++;\n\t\t\t}",
"{\n\t\t\t\tif (c%i==0) count++;\n\t\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",
"String args[]",
"args"
] | import java.io.*;
import java.util.StringTokenizer;
class Main {
public static void main(String args[]) {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
try {
String buf = br.readLine();
StringTokenizer st = new StringTokenizer(buf);
int 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);
} catch (Exception 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,
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
],
[
83,
5
],
[
83,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
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
],
[
57,
58
],
[
57,
59
],
[
50,
60
],
[
60,
61
],
[
61,
62
],
[
50,
63
],
[
64,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
65,
71
],
[
71,
72
],
[
72,
73
],
[
8,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
6,
80
],
[
80,
81
],
[
0,
82
],
[
82,
83
],
[
82,
84
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] info = line.split(\" \");\n\t\tint a = Integer.parseInt(info[0]);\n\t\tint b = Integer.parseInt(info[1]);\n\t\tint c = Integer.parseInt(info[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.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] info = line.split(\" \");\n\t\tint a = Integer.parseInt(info[0]);\n\t\tint b = Integer.parseInt(info[1]);\n\t\tint c = Integer.parseInt(info[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",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] info = line.split(\" \");\n\t\tint a = Integer.parseInt(info[0]);\n\t\tint b = Integer.parseInt(info[1]);\n\t\tint c = Integer.parseInt(info[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 ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] info = line.split(\" \");\n\t\tint a = Integer.parseInt(info[0]);\n\t\tint b = Integer.parseInt(info[1]);\n\t\tint c = Integer.parseInt(info[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}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String line = sc.nextLine();",
"line",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] info = line.split(\" \");",
"info",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int a = Integer.parseInt(info[0]);",
"a",
"Integer.parseInt(info[0])",
"Integer.parseInt",
"Integer",
"info[0]",
"info",
"0",
"int b = Integer.parseInt(info[1]);",
"b",
"Integer.parseInt(info[1])",
"Integer.parseInt",
"Integer",
"info[1]",
"info",
"1",
"int c = Integer.parseInt(info[2]);",
"c",
"Integer.parseInt(info[2])",
"Integer.parseInt",
"Integer",
"info[2]",
"info",
"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\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] info = line.split(\" \");\n\t\tint a = Integer.parseInt(info[0]);\n\t\tint b = Integer.parseInt(info[1]);\n\t\tint c = Integer.parseInt(info[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\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] info = line.split(\" \");\n\t\tint a = Integer.parseInt(info[0]);\n\t\tint b = Integer.parseInt(info[1]);\n\t\tint c = Integer.parseInt(info[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.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
Scanner sc = new Scanner(System.in);
String line = sc.nextLine();
String[] info = line.split(" ");
int a = Integer.parseInt(info[0]);
int b = Integer.parseInt(info[1]);
int c = Integer.parseInt(info[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,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
42,
2,
0,
13,
4,
18,
13,
17,
30,
0,
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,
40,
13,
3,
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
],
[
112,
11
],
[
112,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
18,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
25,
30
],
[
30,
31
],
[
25,
32
],
[
32,
33
],
[
25,
34
],
[
34,
35
],
[
25,
36
],
[
36,
37
],
[
36,
38
],
[
25,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
40,
46
],
[
39,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
47,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
59,
61
],
[
47,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
64,
67
],
[
67,
68
],
[
67,
69
],
[
47,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
72,
75
],
[
75,
76
],
[
75,
77
],
[
47,
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
],
[
47,
99
],
[
25,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
100,
105
],
[
25,
106
],
[
106,
107
],
[
107,
108
],
[
12,
109
],
[
109,
110
],
[
0,
111
],
[
111,
112
],
[
111,
113
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str;\n\t\t\tString[] arr;\n\t\t\tint a,b,c;\n\t\t\tint count=0;\n\t\t\twhile((str=br.readLine())!=null){\n\t\t\t\tarr=str.split(\" \");\n\t\t\t\ta=Integer.parseInt(arr[0]);\n\t\t\t\tb=Integer.parseInt(arr[1]);\n\t\t\t\tc=Integer.parseInt(arr[2]);\n\t\t\t\tfor(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\tbr.close();\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str;\n\t\t\tString[] arr;\n\t\t\tint a,b,c;\n\t\t\tint count=0;\n\t\t\twhile((str=br.readLine())!=null){\n\t\t\t\tarr=str.split(\" \");\n\t\t\t\ta=Integer.parseInt(arr[0]);\n\t\t\t\tb=Integer.parseInt(arr[1]);\n\t\t\t\tc=Integer.parseInt(arr[2]);\n\t\t\t\tfor(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\tbr.close();\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str;\n\t\t\tString[] arr;\n\t\t\tint a,b,c;\n\t\t\tint count=0;\n\t\t\twhile((str=br.readLine())!=null){\n\t\t\t\tarr=str.split(\" \");\n\t\t\t\ta=Integer.parseInt(arr[0]);\n\t\t\t\tb=Integer.parseInt(arr[1]);\n\t\t\t\tc=Integer.parseInt(arr[2]);\n\t\t\t\tfor(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\tbr.close();\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str;\n\t\t\tString[] arr;\n\t\t\tint a,b,c;\n\t\t\tint count=0;\n\t\t\twhile((str=br.readLine())!=null){\n\t\t\t\tarr=str.split(\" \");\n\t\t\t\ta=Integer.parseInt(arr[0]);\n\t\t\t\tb=Integer.parseInt(arr[1]);\n\t\t\t\tc=Integer.parseInt(arr[2]);\n\t\t\t\tfor(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\tbr.close();\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"try {\n\t\t\tString str;\n\t\t\tString[] arr;\n\t\t\tint a,b,c;\n\t\t\tint count=0;\n\t\t\twhile((str=br.readLine())!=null){\n\t\t\t\tarr=str.split(\" \");\n\t\t\t\ta=Integer.parseInt(arr[0]);\n\t\t\t\tb=Integer.parseInt(arr[1]);\n\t\t\t\tc=Integer.parseInt(arr[2]);\n\t\t\t\tfor(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\tbr.close();\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tString str;\n\t\t\tString[] arr;\n\t\t\tint a,b,c;\n\t\t\tint count=0;\n\t\t\twhile((str=br.readLine())!=null){\n\t\t\t\tarr=str.split(\" \");\n\t\t\t\ta=Integer.parseInt(arr[0]);\n\t\t\t\tb=Integer.parseInt(arr[1]);\n\t\t\t\tc=Integer.parseInt(arr[2]);\n\t\t\t\tfor(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\tbr.close();\n\t\t}",
"String str;",
"str",
"String[] arr;",
"arr",
"int a",
"a",
"b",
"b",
"c;",
"c",
"int count=0;",
"count",
"0",
"while((str=br.readLine())!=null){\n\t\t\t\tarr=str.split(\" \");\n\t\t\t\ta=Integer.parseInt(arr[0]);\n\t\t\t\tb=Integer.parseInt(arr[1]);\n\t\t\t\tc=Integer.parseInt(arr[2]);\n\t\t\t\tfor(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}",
"(str=br.readLine())!=null",
"(str=br.readLine())",
"str",
"br.readLine()",
"br.readLine",
"br",
"null",
"{\n\t\t\t\tarr=str.split(\" \");\n\t\t\t\ta=Integer.parseInt(arr[0]);\n\t\t\t\tb=Integer.parseInt(arr[1]);\n\t\t\t\tc=Integer.parseInt(arr[2]);\n\t\t\t\tfor(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}",
"arr=str.split(\" \")",
"arr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"a=Integer.parseInt(arr[0])",
"a",
"Integer.parseInt(arr[0])",
"Integer.parseInt",
"Integer",
"arr[0]",
"arr",
"0",
"b=Integer.parseInt(arr[1])",
"b",
"Integer.parseInt(arr[1])",
"Integer.parseInt",
"Integer",
"arr[1]",
"arr",
"1",
"c=Integer.parseInt(arr[2])",
"c",
"Integer.parseInt(arr[2])",
"Integer.parseInt",
"Integer",
"arr[2]",
"arr",
"2",
"for(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\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)count++;\n\t\t\t\t}",
"{\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}",
"if((c%i)==0)count++;",
"(c%i)==0",
"(c%i)",
"c",
"i",
"0",
"count++",
"count",
"break;",
"System.out.println(count)",
"System.out.println",
"System.out",
"System",
"System.out",
"count",
"br.close()",
"br.close",
"br",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str;\n\t\t\tString[] arr;\n\t\t\tint a,b,c;\n\t\t\tint count=0;\n\t\t\twhile((str=br.readLine())!=null){\n\t\t\t\tarr=str.split(\" \");\n\t\t\t\ta=Integer.parseInt(arr[0]);\n\t\t\t\tb=Integer.parseInt(arr[1]);\n\t\t\t\tc=Integer.parseInt(arr[2]);\n\t\t\t\tfor(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\tbr.close();\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str;\n\t\t\tString[] arr;\n\t\t\tint a,b,c;\n\t\t\tint count=0;\n\t\t\twhile((str=br.readLine())!=null){\n\t\t\t\tarr=str.split(\" \");\n\t\t\t\ta=Integer.parseInt(arr[0]);\n\t\t\t\tb=Integer.parseInt(arr[1]);\n\t\t\t\tc=Integer.parseInt(arr[2]);\n\t\t\t\tfor(int i=a;i<=b;i++) {\n\t\t\t\t\tif((c%i)==0)count++;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println(count);\n\t\t\tbr.close();\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
try {
String str;
String[] arr;
int a,b,c;
int count=0;
while((str=br.readLine())!=null){
arr=str.split(" ");
a=Integer.parseInt(arr[0]);
b=Integer.parseInt(arr[1]);
c=Integer.parseInt(arr[2]);
for(int i=a;i<=b;i++) {
if((c%i)==0)count++;
}
break;
}
System.out.println(count);
br.close();
} catch (IOException e) {
// TODO 自動生成された catch ブロック
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
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,
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
],
[
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
],
[
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\t\tScanner stdn = new Scanner(System.in);\n\n\t\tint a = stdn.nextInt();\n\t\tint b = stdn.nextInt();\n\t\tint c = stdn.nextInt();\n\t\tint flg = 0;\n\t\t\n\t\tfor( ; a <= b; a++){\n\t\t\tif(c % a == 0){\n\t\t\t\tflg++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(flg);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdn = new Scanner(System.in);\n\n\t\tint a = stdn.nextInt();\n\t\tint b = stdn.nextInt();\n\t\tint c = stdn.nextInt();\n\t\tint flg = 0;\n\t\t\n\t\tfor( ; a <= b; a++){\n\t\t\tif(c % a == 0){\n\t\t\t\tflg++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(flg);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner stdn = new Scanner(System.in);\n\n\t\tint a = stdn.nextInt();\n\t\tint b = stdn.nextInt();\n\t\tint c = stdn.nextInt();\n\t\tint flg = 0;\n\t\t\n\t\tfor( ; a <= b; a++){\n\t\t\tif(c % a == 0){\n\t\t\t\tflg++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(flg);\n\t}",
"main",
"{\n\t\tScanner stdn = new Scanner(System.in);\n\n\t\tint a = stdn.nextInt();\n\t\tint b = stdn.nextInt();\n\t\tint c = stdn.nextInt();\n\t\tint flg = 0;\n\t\t\n\t\tfor( ; a <= b; a++){\n\t\t\tif(c % a == 0){\n\t\t\t\tflg++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(flg);\n\t}",
"Scanner stdn = new Scanner(System.in);",
"stdn",
"new Scanner(System.in)",
"int a = stdn.nextInt();",
"a",
"stdn.nextInt()",
"stdn.nextInt",
"stdn",
"int b = stdn.nextInt();",
"b",
"stdn.nextInt()",
"stdn.nextInt",
"stdn",
"int c = stdn.nextInt();",
"c",
"stdn.nextInt()",
"stdn.nextInt",
"stdn",
"int flg = 0;",
"flg",
"0",
"for( ; a <= b; a++){\n\t\t\tif(c % a == 0){\n\t\t\t\tflg++;\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\tflg++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif(c % a == 0){\n\t\t\t\tflg++;\n\t\t\t}\n\t\t}",
"if(c % a == 0){\n\t\t\t\tflg++;\n\t\t\t}",
"c % a == 0",
"c % a",
"c",
"a",
"0",
"{\n\t\t\t\tflg++;\n\t\t\t}",
"flg++",
"flg",
"System.out.println(flg)",
"System.out.println",
"System.out",
"System",
"System.out",
"flg",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdn = new Scanner(System.in);\n\n\t\tint a = stdn.nextInt();\n\t\tint b = stdn.nextInt();\n\t\tint c = stdn.nextInt();\n\t\tint flg = 0;\n\t\t\n\t\tfor( ; a <= b; a++){\n\t\t\tif(c % a == 0){\n\t\t\t\tflg++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(flg);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner stdn = new Scanner(System.in);\n\n\t\tint a = stdn.nextInt();\n\t\tint b = stdn.nextInt();\n\t\tint c = stdn.nextInt();\n\t\tint flg = 0;\n\t\t\n\t\tfor( ; a <= b; a++){\n\t\t\tif(c % a == 0){\n\t\t\t\tflg++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(flg);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner stdn = new Scanner(System.in);
int a = stdn.nextInt();
int b = stdn.nextInt();
int c = stdn.nextInt();
int flg = 0;
for( ; a <= b; a++){
if(c % a == 0){
flg++;
}
}
System.out.println(flg);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
20,
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,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
110,
8
],
[
110,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
12,
22
],
[
22,
23
],
[
23,
24
],
[
23,
25
],
[
22,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
22,
37
],
[
37,
38
],
[
37,
39
],
[
22,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
22,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
22,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
68,
69
],
[
68,
70
],
[
22,
71
],
[
71,
72
],
[
71,
73
],
[
22,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
78,
80
],
[
74,
81
],
[
81,
82
],
[
81,
83
],
[
83,
84
],
[
83,
85
],
[
74,
86
],
[
86,
87
],
[
87,
88
],
[
74,
89
],
[
90,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
93,
94
],
[
94,
95
],
[
94,
96
],
[
93,
97
],
[
92,
98
],
[
91,
99
],
[
99,
100
],
[
22,
101
],
[
101,
102
],
[
102,
103
],
[
103,
104
],
[
103,
105
],
[
101,
106
],
[
9,
107
],
[
107,
108
],
[
0,
109
],
[
109,
110
],
[
109,
111
]
] | [
"import java.io.*;\nimport java.lang.Integer;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\ttry (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n\t\t\tString in = br.readLine() ;\n\t\t\tString[] numStr = in.split(\" \");\n\t\t\tint[] num = new int[4];\n\t\t\tnum[0] = Integer.parseInt(numStr[0]);\n\t\t\tnum[1] = Integer.parseInt(numStr[1]);\n\t\t\tnum[2] = Integer.parseInt(numStr[2]);\n\t\t\tint cnt = 0;\n\t\t\tfor( int n = num[0] ; n <= num[1] ; n++) {\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch ( IOException e ) {\n\t\t\tSystem.out.println(\"??¨??????????????????????????????\");\n\t\t}\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.lang.Integer;",
"Integer",
"java.lang",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n\t\t\tString in = br.readLine() ;\n\t\t\tString[] numStr = in.split(\" \");\n\t\t\tint[] num = new int[4];\n\t\t\tnum[0] = Integer.parseInt(numStr[0]);\n\t\t\tnum[1] = Integer.parseInt(numStr[1]);\n\t\t\tnum[2] = Integer.parseInt(numStr[2]);\n\t\t\tint cnt = 0;\n\t\t\tfor( int n = num[0] ; n <= num[1] ; n++) {\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch ( IOException e ) {\n\t\t\tSystem.out.println(\"??¨??????????????????????????????\");\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n\t\t\tString in = br.readLine() ;\n\t\t\tString[] numStr = in.split(\" \");\n\t\t\tint[] num = new int[4];\n\t\t\tnum[0] = Integer.parseInt(numStr[0]);\n\t\t\tnum[1] = Integer.parseInt(numStr[1]);\n\t\t\tnum[2] = Integer.parseInt(numStr[2]);\n\t\t\tint cnt = 0;\n\t\t\tfor( int n = num[0] ; n <= num[1] ; n++) {\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch ( IOException e ) {\n\t\t\tSystem.out.println(\"??¨??????????????????????????????\");\n\t\t}\n\t}",
"main",
"{\n\t\ttry (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n\t\t\tString in = br.readLine() ;\n\t\t\tString[] numStr = in.split(\" \");\n\t\t\tint[] num = new int[4];\n\t\t\tnum[0] = Integer.parseInt(numStr[0]);\n\t\t\tnum[1] = Integer.parseInt(numStr[1]);\n\t\t\tnum[2] = Integer.parseInt(numStr[2]);\n\t\t\tint cnt = 0;\n\t\t\tfor( int n = num[0] ; n <= num[1] ; n++) {\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch ( IOException e ) {\n\t\t\tSystem.out.println(\"??¨??????????????????????????????\");\n\t\t}\n\t}",
"try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n\t\t\tString in = br.readLine() ;\n\t\t\tString[] numStr = in.split(\" \");\n\t\t\tint[] num = new int[4];\n\t\t\tnum[0] = Integer.parseInt(numStr[0]);\n\t\t\tnum[1] = Integer.parseInt(numStr[1]);\n\t\t\tnum[2] = Integer.parseInt(numStr[2]);\n\t\t\tint cnt = 0;\n\t\t\tfor( int n = num[0] ; n <= num[1] ; n++) {\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch ( IOException e ) {\n\t\t\tSystem.out.println(\"??¨??????????????????????????????\");\n\t\t}",
"catch ( IOException e ) {\n\t\t\tSystem.out.println(\"??¨??????????????????????????????\");\n\t\t}",
"IOException e",
"{\n\t\t\tSystem.out.println(\"??¨??????????????????????????????\");\n\t\t}",
"System.out.println(\"??¨??????????????????????????????\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"??¨??????????????????????????????\"",
"{\n\t\t\tString in = br.readLine() ;\n\t\t\tString[] numStr = in.split(\" \");\n\t\t\tint[] num = new int[4];\n\t\t\tnum[0] = Integer.parseInt(numStr[0]);\n\t\t\tnum[1] = Integer.parseInt(numStr[1]);\n\t\t\tnum[2] = Integer.parseInt(numStr[2]);\n\t\t\tint cnt = 0;\n\t\t\tfor( int n = num[0] ; n <= num[1] ; n++) {\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in))",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in))",
"new BufferedReader(new InputStreamReader(System.in))",
"String in = br.readLine() ;",
"in",
"br.readLine()",
"br.readLine",
"br",
"String[] numStr = in.split(\" \");",
"numStr",
"in.split(\" \")",
"in.split",
"in",
"\" \"",
"int[] num = new int[4];",
"num",
"new int[4]",
"4",
"num[0] = Integer.parseInt(numStr[0])",
"num[0]",
"num",
"0",
"Integer.parseInt(numStr[0])",
"Integer.parseInt",
"Integer",
"numStr[0]",
"numStr",
"0",
"num[1] = Integer.parseInt(numStr[1])",
"num[1]",
"num",
"1",
"Integer.parseInt(numStr[1])",
"Integer.parseInt",
"Integer",
"numStr[1]",
"numStr",
"1",
"num[2] = Integer.parseInt(numStr[2])",
"num[2]",
"num",
"2",
"Integer.parseInt(numStr[2])",
"Integer.parseInt",
"Integer",
"numStr[2]",
"numStr",
"2",
"int cnt = 0;",
"cnt",
"0",
"for( int n = num[0] ; n <= num[1] ; n++) {\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}",
"int n = num[0] ;",
"int n = num[0] ;",
"n",
"num[0]",
"num",
"0",
"n <= num[1]",
"n",
"num[1]",
"num",
"1",
"n++",
"n++",
"n",
"{\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}",
"{\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}",
"if ( (num[2]%n) == 0 ) cnt++;",
"(num[2]%n) == 0",
"(num[2]%n)",
"num[2]",
"num",
"2",
"n",
"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) {\n\t\ttry (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n\t\t\tString in = br.readLine() ;\n\t\t\tString[] numStr = in.split(\" \");\n\t\t\tint[] num = new int[4];\n\t\t\tnum[0] = Integer.parseInt(numStr[0]);\n\t\t\tnum[1] = Integer.parseInt(numStr[1]);\n\t\t\tnum[2] = Integer.parseInt(numStr[2]);\n\t\t\tint cnt = 0;\n\t\t\tfor( int n = num[0] ; n <= num[1] ; n++) {\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch ( IOException e ) {\n\t\t\tSystem.out.println(\"??¨??????????????????????????????\");\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\ttry (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n\t\t\tString in = br.readLine() ;\n\t\t\tString[] numStr = in.split(\" \");\n\t\t\tint[] num = new int[4];\n\t\t\tnum[0] = Integer.parseInt(numStr[0]);\n\t\t\tnum[1] = Integer.parseInt(numStr[1]);\n\t\t\tnum[2] = Integer.parseInt(numStr[2]);\n\t\t\tint cnt = 0;\n\t\t\tfor( int n = num[0] ; n <= num[1] ; n++) {\n\t\t\t\tif ( (num[2]%n) == 0 ) cnt++;\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch ( IOException e ) {\n\t\t\tSystem.out.println(\"??¨??????????????????????????????\");\n\t\t}\n\t}\n}",
"Main"
] | import java.io.*;
import java.lang.Integer;
public class Main {
public static void main(String[] args) {
try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {
String in = br.readLine() ;
String[] numStr = in.split(" ");
int[] num = new int[4];
num[0] = Integer.parseInt(numStr[0]);
num[1] = Integer.parseInt(numStr[1]);
num[2] = Integer.parseInt(numStr[2]);
int cnt = 0;
for( int n = num[0] ; n <= num[1] ; n++) {
if ( (num[2]%n) == 0 ) cnt++;
}
System.out.println(cnt);
} catch ( IOException e ) {
System.out.println("??¨??????????????????????????????");
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
4,
18,
13,
40,
17,
30,
41,
13,
20,
41,
13,
42,
2,
0,
13,
4,
18,
13,
17,
30,
41,
13,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
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
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
110,
11
],
[
110,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
18,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
15,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
31,
32
],
[
27,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
34,
40
],
[
33,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
44,
48
],
[
41,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
41,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
62,
64
],
[
41,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
70,
71
],
[
70,
72
],
[
41,
73
],
[
73,
74
],
[
73,
75
],
[
41,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
76,
81
],
[
81,
82
],
[
81,
83
],
[
76,
84
],
[
84,
85
],
[
85,
86
],
[
76,
87
],
[
88,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
89,
95
],
[
95,
96
],
[
96,
97
],
[
41,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
98,
103
],
[
27,
104
],
[
104,
105
],
[
105,
106
],
[
12,
107
],
[
107,
108
],
[
0,
109
],
[
109,
110
],
[
109,
111
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.lang.Math;\n\npublic class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n \n int count = 0;\n for(int i = a; i <= b; i++) {\n if(c % i == 0) {\n count++;\n }\n }\n \n System.out.println(count);\n \n \n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.lang.Math;",
"Math",
"java.lang",
"public class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n \n int count = 0;\n for(int i = a; i <= b; i++) {\n if(c % i == 0) {\n count++;\n }\n }\n \n System.out.println(count);\n \n \n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n \n int count = 0;\n for(int i = a; i <= b; i++) {\n if(c % i == 0) {\n count++;\n }\n }\n \n System.out.println(count);\n \n \n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }",
"main",
"{\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n \n int count = 0;\n for(int i = a; i <= b; i++) {\n if(c % i == 0) {\n count++;\n }\n }\n \n System.out.println(count);\n \n \n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }",
"try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n \n int count = 0;\n for(int i = a; i <= b; i++) {\n if(c % i == 0) {\n count++;\n }\n }\n \n System.out.println(count);\n \n \n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }",
"catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }",
"Exception e",
"{\n e.getStackTrace();\n System.exit(-1);\n }",
"e.getStackTrace()",
"e.getStackTrace",
"e",
"System.exit(-1)",
"System.exit",
"System",
"-1",
"1",
"{\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n \n int count = 0;\n for(int i = a; i <= b; i++) {\n if(c % i == 0) {\n count++;\n }\n }\n \n System.out.println(count);\n \n \n }\n stdReader.close();\n }",
"BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));",
"stdReader",
"new BufferedReader(new InputStreamReader(System.in))",
"String line;",
"line",
"while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n \n int count = 0;\n for(int i = a; i <= b; i++) {\n if(c % i == 0) {\n count++;\n }\n }\n \n System.out.println(count);\n \n \n }",
"(line = stdReader.readLine()) != null",
"(line = stdReader.readLine())",
"line",
"stdReader.readLine()",
"stdReader.readLine",
"stdReader",
"null",
"{\n String[] input = line.split(\" \", 0);\n \n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n \n int count = 0;\n for(int i = a; i <= b; i++) {\n if(c % i == 0) {\n count++;\n }\n }\n \n System.out.println(count);\n \n \n }",
"String[] input = line.split(\" \", 0);",
"input",
"line.split(\" \", 0)",
"line.split",
"line",
"\" \"",
"0",
"int a = Integer.parseInt(input[0]);",
"a",
"Integer.parseInt(input[0])",
"Integer.parseInt",
"Integer",
"input[0]",
"input",
"0",
"int b = Integer.parseInt(input[1]);",
"b",
"Integer.parseInt(input[1])",
"Integer.parseInt",
"Integer",
"input[1]",
"input",
"1",
"int c = Integer.parseInt(input[2]);",
"c",
"Integer.parseInt(input[2])",
"Integer.parseInt",
"Integer",
"input[2]",
"input",
"2",
"int count = 0;",
"count",
"0",
"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",
"stdReader.close()",
"stdReader.close",
"stdReader",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n \n int count = 0;\n for(int i = a; i <= b; i++) {\n if(c % i == 0) {\n count++;\n }\n }\n \n System.out.println(count);\n \n \n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n \n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n int c = Integer.parseInt(input[2]);\n \n int count = 0;\n for(int i = a; i <= b; i++) {\n if(c % i == 0) {\n count++;\n }\n }\n \n System.out.println(count);\n \n \n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.lang.Math;
public class Main {
public static void main(String[] args) {
try {
BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));
String line;
while((line = stdReader.readLine()) != null) {
String[] input = line.split(" ", 0);
int a = Integer.parseInt(input[0]);
int b = Integer.parseInt(input[1]);
int c = Integer.parseInt(input[2]);
int count = 0;
for(int i = a; i <= b; i++) {
if(c % i == 0) {
count++;
}
}
System.out.println(count);
}
stdReader.close();
} catch(Exception e) {
e.getStackTrace();
System.exit(-1);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
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
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
87,
14
],
[
87,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
23,
28
],
[
17,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
17,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
17,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
17,
53
],
[
53,
54
],
[
53,
55
],
[
17,
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
],
[
17,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
15,
84
],
[
84,
85
],
[
0,
86
],
[
86,
87
],
[
86,
88
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Arrays;\n\n\npublic class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\tint c = Integer.parseInt(tmpArray[2]);\n//\t\tint y = Integer.parseInt(tmpArray[3]);\n//\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\t\n\t\tint count = 0;\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\t/*\n\t\tint i = 1;\n\t\twhile(true){\n\t\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\t\tif(a == 0 && b == 0){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif(a > b){\n\t\t\t\tint tmp = a; \n\t\t\t\ta = b;\n\t\t\t\tb = tmp;\n\t\t\t}\n\t\t\tSystem.out.println(a + \" \"+b);\n\t\t\t\n\t\t}*/\n\n\t\t//\t\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Arrays;",
"Arrays",
"java.util",
"public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\tint c = Integer.parseInt(tmpArray[2]);\n//\t\tint y = Integer.parseInt(tmpArray[3]);\n//\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\t\n\t\tint count = 0;\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\t/*\n\t\tint i = 1;\n\t\twhile(true){\n\t\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\t\tif(a == 0 && b == 0){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif(a > b){\n\t\t\t\tint tmp = a; \n\t\t\t\ta = b;\n\t\t\t\tb = tmp;\n\t\t\t}\n\t\t\tSystem.out.println(a + \" \"+b);\n\t\t\t\n\t\t}*/\n\n\t\t//\t\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}\n\n}",
"Main",
"/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\tint c = Integer.parseInt(tmpArray[2]);\n//\t\tint y = Integer.parseInt(tmpArray[3]);\n//\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\t\n\t\tint count = 0;\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\t/*\n\t\tint i = 1;\n\t\twhile(true){\n\t\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\t\tif(a == 0 && b == 0){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif(a > b){\n\t\t\t\tint tmp = a; \n\t\t\t\ta = b;\n\t\t\t\tb = tmp;\n\t\t\t}\n\t\t\tSystem.out.println(a + \" \"+b);\n\t\t\t\n\t\t}*/\n\n\t\t//\t\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\tint c = Integer.parseInt(tmpArray[2]);\n//\t\tint y = Integer.parseInt(tmpArray[3]);\n//\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\t\n\t\tint count = 0;\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\t/*\n\t\tint i = 1;\n\t\twhile(true){\n\t\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\t\tif(a == 0 && b == 0){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif(a > b){\n\t\t\t\tint tmp = a; \n\t\t\t\ta = b;\n\t\t\t\tb = tmp;\n\t\t\t}\n\t\t\tSystem.out.println(a + \" \"+b);\n\t\t\t\n\t\t}*/\n\n\t\t//\t\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] tmpArray = br.readLine().split(\" \");",
"tmpArray",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a = Integer.parseInt(tmpArray[0]);",
"a",
"Integer.parseInt(tmpArray[0])",
"Integer.parseInt",
"Integer",
"tmpArray[0]",
"tmpArray",
"0",
"int b = Integer.parseInt(tmpArray[1]);",
"b",
"Integer.parseInt(tmpArray[1])",
"Integer.parseInt",
"Integer",
"tmpArray[1]",
"tmpArray",
"1",
"int c = Integer.parseInt(tmpArray[2]);",
"c",
"Integer.parseInt(tmpArray[2])",
"Integer.parseInt",
"Integer",
"tmpArray[2]",
"tmpArray",
"2",
"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",
"public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\tint c = Integer.parseInt(tmpArray[2]);\n//\t\tint y = Integer.parseInt(tmpArray[3]);\n//\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\t\n\t\tint count = 0;\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\t/*\n\t\tint i = 1;\n\t\twhile(true){\n\t\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\t\tif(a == 0 && b == 0){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif(a > b){\n\t\t\t\tint tmp = a; \n\t\t\t\ta = b;\n\t\t\t\tb = tmp;\n\t\t\t}\n\t\t\tSystem.out.println(a + \" \"+b);\n\t\t\t\n\t\t}*/\n\n\t\t//\t\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}\n\n}",
"public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t * @throws NumberFormatException \n\t */\n\tpublic static void main(String[] args) throws NumberFormatException, IOException {\n\t\t// TODO Auto-generated method stub\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\tint c = Integer.parseInt(tmpArray[2]);\n//\t\tint y = Integer.parseInt(tmpArray[3]);\n//\t\tint r = Integer.parseInt(tmpArray[4]);\n\t\t\n\t\tint count = 0;\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\t/*\n\t\tint i = 1;\n\t\twhile(true){\n\t\t\tString[] tmpArray = br.readLine().split(\" \");\n\t\t\tint a = Integer.parseInt(tmpArray[0]);\n\t\t\tint b = Integer.parseInt(tmpArray[1]);\n\t\t\tif(a == 0 && b == 0){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tif(a > b){\n\t\t\t\tint tmp = a; \n\t\t\t\ta = b;\n\t\t\t\tb = tmp;\n\t\t\t}\n\t\t\tSystem.out.println(a + \" \"+b);\n\t\t\t\n\t\t}*/\n\n\t\t//\t\tint[] array = new int[3];\n//\t\tarray[0] = a; array[1] = b; array[2] = c;\n//\n//\t\tArrays.sort(array);\n//\t\tSystem.out.printf(\"%d %d %d\\n\", array[0], array[1], array[2]);\n\t\t/*\n\t\tif(a < b && b < c){\n\t\t\tSystem.out.println(\"Yes\");\n\t\t}\n\t\telse{\n\t\t\tSystem.out.println(\"No\");\n\t\t}*/\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
public class Main {
/**
* @param args
* @throws IOException
* @throws NumberFormatException
*/
public static void main(String[] args) throws NumberFormatException, IOException {
// TODO Auto-generated method stub
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] tmpArray = br.readLine().split(" ");
int a = Integer.parseInt(tmpArray[0]);
int b = Integer.parseInt(tmpArray[1]);
int c = Integer.parseInt(tmpArray[2]);
// int y = Integer.parseInt(tmpArray[3]);
// int r = Integer.parseInt(tmpArray[4]);
int count = 0;
for(int i = a; i <= b ; i++){
if(c % i == 0){
count++;
}
}
System.out.println(count);
/*
int i = 1;
while(true){
String[] tmpArray = br.readLine().split(" ");
int a = Integer.parseInt(tmpArray[0]);
int b = Integer.parseInt(tmpArray[1]);
if(a == 0 && b == 0){
break;
}
if(a > b){
int tmp = a;
a = b;
b = tmp;
}
System.out.println(a + " "+b);
}*/
// int[] array = new int[3];
// array[0] = a; array[1] = b; array[2] = c;
//
// Arrays.sort(array);
// System.out.printf("%d %d %d\n", array[0], array[1], array[2]);
/*
if(a < b && b < c){
System.out.println("Yes");
}
else{
System.out.println("No");
}*/
}
} |
[
7,
15,
13,
17,
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,
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
],
[
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
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
41,
42
],
[
8,
43
],
[
43,
44
],
[
48,
45
],
[
61,
46
],
[
58,
47
],
[
55,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
52,
54
],
[
55,
55
],
[
55,
56
],
[
55,
57
],
[
58,
58
],
[
58,
59
],
[
58,
60
],
[
61,
61
],
[
61,
62
],
[
61,
63
],
[
48,
64
],
[
64,
65
],
[
64,
66
],
[
43,
67
],
[
67,
68
],
[
68,
69
],
[
8,
70
],
[
70,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
70,
75
],
[
75,
76
],
[
75,
77
],
[
70,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
70,
82
],
[
83,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
84,
90
],
[
90,
91
],
[
91,
92
],
[
8,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
6,
99
],
[
99,
100
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a, b, c;\n\t\tint count = 0;\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tif (a > b) {\n\t\t\tthrow new RuntimeException(\"error:You must write a<=b\");\n\t\t}\n\t\tif (a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c) {\n\t\t\tthrow new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n\t\t}\n\t\tfor (int i = a; i <= b; i += 1) {\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.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a, b, c;\n\t\tint count = 0;\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tif (a > b) {\n\t\t\tthrow new RuntimeException(\"error:You must write a<=b\");\n\t\t}\n\t\tif (a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c) {\n\t\t\tthrow new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n\t\t}\n\t\tfor (int i = a; i <= b; i += 1) {\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) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a, b, c;\n\t\tint count = 0;\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tif (a > b) {\n\t\t\tthrow new RuntimeException(\"error:You must write a<=b\");\n\t\t}\n\t\tif (a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c) {\n\t\t\tthrow new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n\t\t}\n\t\tfor (int i = a; i <= b; i += 1) {\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\tScanner scan = new Scanner(System.in);\n\t\tint a, b, c;\n\t\tint count = 0;\n\t\ta = scan.nextInt();\n\t\tb = scan.nextInt();\n\t\tc = scan.nextInt();\n\n\t\tif (a > b) {\n\t\t\tthrow new RuntimeException(\"error:You must write a<=b\");\n\t\t}\n\t\tif (a < 1 || 10000 < a || b < 1 || 10000 < b || c < 1 || 10000 < c) {\n\t\t\tthrow new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n\t\t}\n\t\tfor (int i = a; i <= b; i += 1) {\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}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"c;",
"c",
"int 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",
"if (a > b) {\n\t\t\tthrow new RuntimeException(\"error:You must write a<=b\");\n\t\t}",
"a > b",
"a",
"b",
"{\n\t\t\tthrow new RuntimeException(\"error:You must write a<=b\");\n\t\t}",
"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\t\t\tthrow new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n\t\t}",
"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\t\t\tthrow new RuntimeException(\"error:You must write 1<=a,b,c<=10000\");\n\t\t}",
"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\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 += 1",
"i += 1",
"i",
"1",
"{\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.util.Scanner;
class Main{
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a, b, c;
int count = 0;
a = scan.nextInt();
b = scan.nextInt();
c = scan.nextInt();
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,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
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
],
[
69,
5
],
[
69,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
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
],
[
44,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
46,
52
],
[
45,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
8,
63
],
[
63,
64
],
[
64,
65
],
[
6,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\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 divisor = 0;\n\t\tfor(int i = 0 ; i <= (b-a) ; i++) {\n\t\t\tif(c%(a+i) == 0) {\n\t\t\t\t divisor += 1; \n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\t \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\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint divisor = 0;\n\t\tfor(int i = 0 ; i <= (b-a) ; i++) {\n\t\t\tif(c%(a+i) == 0) {\n\t\t\t\t divisor += 1; \n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\t \n\t\tsc.close();\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint divisor = 0;\n\t\tfor(int i = 0 ; i <= (b-a) ; i++) {\n\t\t\tif(c%(a+i) == 0) {\n\t\t\t\t divisor += 1; \n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\t \n\t\tsc.close();\n\t}",
"main",
"{\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 divisor = 0;\n\t\tfor(int i = 0 ; i <= (b-a) ; i++) {\n\t\t\tif(c%(a+i) == 0) {\n\t\t\t\t divisor += 1; \n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\t \n\t\tsc.close();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int divisor = 0;",
"divisor",
"0",
"for(int i = 0 ; i <= (b-a) ; i++) {\n\t\t\tif(c%(a+i) == 0) {\n\t\t\t\t divisor += 1; \n\t\t\t}\n\t\t}",
"int i = 0 ;",
"int i = 0 ;",
"i",
"0",
"i <= (b-a)",
"i",
"(b-a)",
"b",
"a",
"i++",
"i++",
"i",
"{\n\t\t\tif(c%(a+i) == 0) {\n\t\t\t\t divisor += 1; \n\t\t\t}\n\t\t}",
"{\n\t\t\tif(c%(a+i) == 0) {\n\t\t\t\t divisor += 1; \n\t\t\t}\n\t\t}",
"if(c%(a+i) == 0) {\n\t\t\t\t divisor += 1; \n\t\t\t}",
"c%(a+i) == 0",
"c%(a+i)",
"c",
"(a+i)",
"a",
"i",
"0",
"{\n\t\t\t\t divisor += 1; \n\t\t\t}",
"divisor += 1",
"divisor",
"1",
"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\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 divisor = 0;\n\t\tfor(int i = 0 ; i <= (b-a) ; i++) {\n\t\t\tif(c%(a+i) == 0) {\n\t\t\t\t divisor += 1; \n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\t \n\t\tsc.close();\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint c = sc.nextInt();\n\t\tint divisor = 0;\n\t\tfor(int i = 0 ; i <= (b-a) ; i++) {\n\t\t\tif(c%(a+i) == 0) {\n\t\t\t\t divisor += 1; \n\t\t\t}\n\t\t}\n\t\tSystem.out.println(divisor);\n\t\t \n\t\tsc.close();\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int divisor = 0;
for(int i = 0 ; i <= (b-a) ; i++) {
if(c%(a+i) == 0) {
divisor += 1;
}
}
System.out.println(divisor);
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,
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
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
6,
58
],
[
58,
59
]
] | [
"/** 3つの整数a b cを読み込みaからbまでの整数の中に、\n * cの約数がいくつあるかを求めるプログラムを作成してください。\n */\n\n/**sucannerクラス使うためにインポート\n */\nimport java.util.Scanner;\n\nclass Main {\n\t/*\n\t * プログラムのエントリポイント\n\t */\n\tpublic static void main(String[] args) {\n\t\t// 入力ストリームの生成\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 数字を3つ受け取る\n\t\tint inta = sc.nextInt();\n\t\tint intb = sc.nextInt();\n\t\tint intc = sc.nextInt();\n\t\t// 約数の数を決める変数\n\t\tint yakusuu = 0;\n\n\t\t//\n\t\tfor (int i = inta; i <= intb; i++) {\n\n\t\t\tif (intc % i == 0) {\n\t\t\t\tyakusuu++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(yakusuu);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\t/*\n\t * プログラムのエントリポイント\n\t */\n\tpublic static void main(String[] args) {\n\t\t// 入力ストリームの生成\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 数字を3つ受け取る\n\t\tint inta = sc.nextInt();\n\t\tint intb = sc.nextInt();\n\t\tint intc = sc.nextInt();\n\t\t// 約数の数を決める変数\n\t\tint yakusuu = 0;\n\n\t\t//\n\t\tfor (int i = inta; i <= intb; i++) {\n\n\t\t\tif (intc % i == 0) {\n\t\t\t\tyakusuu++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(yakusuu);\n\t}\n}",
"Main",
"/*\n\t * プログラムのエントリポイント\n\t */\n\tpublic static void main(String[] args) {\n\t\t// 入力ストリームの生成\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 数字を3つ受け取る\n\t\tint inta = sc.nextInt();\n\t\tint intb = sc.nextInt();\n\t\tint intc = sc.nextInt();\n\t\t// 約数の数を決める変数\n\t\tint yakusuu = 0;\n\n\t\t//\n\t\tfor (int i = inta; i <= intb; i++) {\n\n\t\t\tif (intc % i == 0) {\n\t\t\t\tyakusuu++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(yakusuu);\n\t}",
"main",
"{\n\t\t// 入力ストリームの生成\n\t\tScanner sc = new Scanner(System.in);\n\t\t// 数字を3つ受け取る\n\t\tint inta = sc.nextInt();\n\t\tint intb = sc.nextInt();\n\t\tint intc = sc.nextInt();\n\t\t// 約数の数を決める変数\n\t\tint yakusuu = 0;\n\n\t\t//\n\t\tfor (int i = inta; i <= intb; i++) {\n\n\t\t\tif (intc % i == 0) {\n\t\t\t\tyakusuu++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(yakusuu);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int inta = sc.nextInt();",
"inta",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int intb = sc.nextInt();",
"intb",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int intc = sc.nextInt();",
"intc",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int yakusuu = 0;",
"yakusuu",
"0",
"for (int i = inta; i <= intb; i++) {\n\n\t\t\tif (intc % i == 0) {\n\t\t\t\tyakusuu++;\n\t\t\t}\n\t\t}",
"int i = inta;",
"int i = inta;",
"i",
"inta",
"i <= intb",
"i",
"intb",
"i++",
"i++",
"i",
"{\n\n\t\t\tif (intc % i == 0) {\n\t\t\t\tyakusuu++;\n\t\t\t}\n\t\t}",
"{\n\n\t\t\tif (intc % i == 0) {\n\t\t\t\tyakusuu++;\n\t\t\t}\n\t\t}",
"if (intc % i == 0) {\n\t\t\t\tyakusuu++;\n\t\t\t}",
"intc % i == 0",
"intc % i",
"intc",
"i",
"0",
"{\n\t\t\t\tyakusuu++;\n\t\t\t}",
"yakusuu++",
"yakusuu",
"System.out.println(yakusuu)",
"System.out.println",
"System.out",
"System",
"System.out",
"yakusuu",
"String[] args",
"args"
] | /** 3つの整数a b cを読み込みaからbまでの整数の中に、
* cの約数がいくつあるかを求めるプログラムを作成してください。
*/
/**sucannerクラス使うためにインポート
*/
import java.util.Scanner;
class Main {
/*
* プログラムのエントリポイント
*/
public static void main(String[] args) {
// 入力ストリームの生成
Scanner sc = new Scanner(System.in);
// 数字を3つ受け取る
int inta = sc.nextInt();
int intb = sc.nextInt();
int intc = sc.nextInt();
// 約数の数を決める変数
int yakusuu = 0;
//
for (int i = inta; i <= intb; i++) {
if (intc % i == 0) {
yakusuu++;
}
}
System.out.println(yakusuu);
}
} |
[
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,
20,
13,
41,
13,
17,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
14,
2,
2,
13,
13,
17,
30,
0,
18,
13,
40,
13,
13,
41,
13,
17,
11,
1,
0,
13,
17,
2,
13,
13,
1,
40,
13,
30,
14,
2,
18,
13,
13,
13,
30,
3,
41,
13,
11,
1,
0,
13,
2,
13,
17,
2,
13,
17,
1,
40,
13,
30,
14,
2,
18,
13,
13,
13,
30,
3,
4,
18,
18,
13,
13,
17,
2,
2,
13,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
124,
5
],
[
124,
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,
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
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
47,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
54,
59
],
[
8,
60
],
[
60,
61
],
[
60,
62
],
[
8,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
68,
69
],
[
68,
70
],
[
63,
71
],
[
71,
72
],
[
72,
73
],
[
63,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
75,
81
],
[
81,
82
],
[
8,
83
],
[
83,
84
],
[
8,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
89,
91
],
[
85,
92
],
[
92,
93
],
[
92,
94
],
[
85,
95
],
[
95,
96
],
[
96,
97
],
[
85,
98
],
[
98,
99
],
[
99,
100
],
[
100,
101
],
[
101,
102
],
[
101,
103
],
[
100,
104
],
[
99,
105
],
[
105,
106
],
[
8,
107
],
[
107,
108
],
[
108,
109
],
[
109,
110
],
[
109,
111
],
[
107,
112
],
[
107,
113
],
[
113,
114
],
[
114,
115
],
[
114,
116
],
[
113,
117
],
[
8,
118
],
[
118,
119
],
[
119,
120
],
[
6,
121
],
[
121,
122
],
[
0,
123
],
[
123,
124
],
[
123,
125
]
] | [
"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 i = sc.nextInt();\n\t\tint j = sc.nextInt();\n\t\tint k = sc.nextInt();\n\t\tint c[] = new int[k];\n\t\tint n = 0;\n\t\tfor (int x = 1; x <= k; x++) {\n\t\t\tif (k % x == 0) {\n\t\t\t\tc[n++] = x;\n\t\t\t}\n\t\t}\n\t\tint m = 0;\n\t\tfor (m = 0; m < n; m++)\n\t\t\tif (c[m] >= i) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tint l;\n\t\tfor (l = n - 1; l >= 0; l--)\n\t\t\tif (c[l] <= j) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tSystem.out.printf(\"%d\\n\", l - m + 1);\n\t\tsc.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i = sc.nextInt();\n\t\tint j = sc.nextInt();\n\t\tint k = sc.nextInt();\n\t\tint c[] = new int[k];\n\t\tint n = 0;\n\t\tfor (int x = 1; x <= k; x++) {\n\t\t\tif (k % x == 0) {\n\t\t\t\tc[n++] = x;\n\t\t\t}\n\t\t}\n\t\tint m = 0;\n\t\tfor (m = 0; m < n; m++)\n\t\t\tif (c[m] >= i) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tint l;\n\t\tfor (l = n - 1; l >= 0; l--)\n\t\t\tif (c[l] <= j) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tSystem.out.printf(\"%d\\n\", l - m + 1);\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 i = sc.nextInt();\n\t\tint j = sc.nextInt();\n\t\tint k = sc.nextInt();\n\t\tint c[] = new int[k];\n\t\tint n = 0;\n\t\tfor (int x = 1; x <= k; x++) {\n\t\t\tif (k % x == 0) {\n\t\t\t\tc[n++] = x;\n\t\t\t}\n\t\t}\n\t\tint m = 0;\n\t\tfor (m = 0; m < n; m++)\n\t\t\tif (c[m] >= i) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tint l;\n\t\tfor (l = n - 1; l >= 0; l--)\n\t\t\tif (c[l] <= j) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tSystem.out.printf(\"%d\\n\", l - m + 1);\n\t\tsc.close();\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint i = sc.nextInt();\n\t\tint j = sc.nextInt();\n\t\tint k = sc.nextInt();\n\t\tint c[] = new int[k];\n\t\tint n = 0;\n\t\tfor (int x = 1; x <= k; x++) {\n\t\t\tif (k % x == 0) {\n\t\t\t\tc[n++] = x;\n\t\t\t}\n\t\t}\n\t\tint m = 0;\n\t\tfor (m = 0; m < n; m++)\n\t\t\tif (c[m] >= i) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tint l;\n\t\tfor (l = n - 1; l >= 0; l--)\n\t\t\tif (c[l] <= j) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tSystem.out.printf(\"%d\\n\", l - m + 1);\n\t\tsc.close();\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int i = sc.nextInt();",
"i",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int j = sc.nextInt();",
"j",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int k = sc.nextInt();",
"k",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c[] = new int[k];",
"c",
"new int[k]",
"k",
"int n = 0;",
"n",
"0",
"for (int x = 1; x <= k; x++) {\n\t\t\tif (k % x == 0) {\n\t\t\t\tc[n++] = x;\n\t\t\t}\n\t\t}",
"int x = 1;",
"int x = 1;",
"x",
"1",
"x <= k",
"x",
"k",
"x++",
"x++",
"x",
"{\n\t\t\tif (k % x == 0) {\n\t\t\t\tc[n++] = x;\n\t\t\t}\n\t\t}",
"{\n\t\t\tif (k % x == 0) {\n\t\t\t\tc[n++] = x;\n\t\t\t}\n\t\t}",
"if (k % x == 0) {\n\t\t\t\tc[n++] = x;\n\t\t\t}",
"k % x == 0",
"k % x",
"k",
"x",
"0",
"{\n\t\t\t\tc[n++] = x;\n\t\t\t}",
"c[n++] = x",
"c[n++]",
"c",
"n++",
"n",
"x",
"int m = 0;",
"m",
"0",
"for (m = 0; m < n; m++)\n\t\t\tif (c[m] >= i) {\n\t\t\t\tbreak;\n\t\t\t}",
"m = 0;",
"m = 0",
"m",
"0",
"m < n",
"m",
"n",
"m++",
"m++",
"m",
"if (c[m] >= i) {\n\t\t\t\tbreak;\n\t\t\t}",
"if (c[m] >= i) {\n\t\t\t\tbreak;\n\t\t\t}",
"c[m] >= i",
"c[m]",
"c",
"m",
"i",
"{\n\t\t\t\tbreak;\n\t\t\t}",
"break;",
"int l;",
"l",
"for (l = n - 1; l >= 0; l--)\n\t\t\tif (c[l] <= j) {\n\t\t\t\tbreak;\n\t\t\t}",
"l = n - 1;",
"l = n - 1",
"l",
"n - 1",
"n",
"1",
"l >= 0",
"l",
"0",
"l--",
"l--",
"l",
"if (c[l] <= j) {\n\t\t\t\tbreak;\n\t\t\t}",
"if (c[l] <= j) {\n\t\t\t\tbreak;\n\t\t\t}",
"c[l] <= j",
"c[l]",
"c",
"l",
"j",
"{\n\t\t\t\tbreak;\n\t\t\t}",
"break;",
"System.out.printf(\"%d\\n\", l - m + 1)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d\\n\"",
"l - m + 1",
"l - m",
"l",
"m",
"1",
"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 i = sc.nextInt();\n\t\tint j = sc.nextInt();\n\t\tint k = sc.nextInt();\n\t\tint c[] = new int[k];\n\t\tint n = 0;\n\t\tfor (int x = 1; x <= k; x++) {\n\t\t\tif (k % x == 0) {\n\t\t\t\tc[n++] = x;\n\t\t\t}\n\t\t}\n\t\tint m = 0;\n\t\tfor (m = 0; m < n; m++)\n\t\t\tif (c[m] >= i) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tint l;\n\t\tfor (l = n - 1; l >= 0; l--)\n\t\t\tif (c[l] <= j) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tSystem.out.printf(\"%d\\n\", l - m + 1);\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 i = sc.nextInt();\n\t\tint j = sc.nextInt();\n\t\tint k = sc.nextInt();\n\t\tint c[] = new int[k];\n\t\tint n = 0;\n\t\tfor (int x = 1; x <= k; x++) {\n\t\t\tif (k % x == 0) {\n\t\t\t\tc[n++] = x;\n\t\t\t}\n\t\t}\n\t\tint m = 0;\n\t\tfor (m = 0; m < n; m++)\n\t\t\tif (c[m] >= i) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tint l;\n\t\tfor (l = n - 1; l >= 0; l--)\n\t\t\tif (c[l] <= j) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\tSystem.out.printf(\"%d\\n\", l - m + 1);\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 i = sc.nextInt();
int j = sc.nextInt();
int k = sc.nextInt();
int c[] = new int[k];
int n = 0;
for (int x = 1; x <= k; x++) {
if (k % x == 0) {
c[n++] = x;
}
}
int m = 0;
for (m = 0; m < n; m++)
if (c[m] >= i) {
break;
}
int l;
for (l = n - 1; l >= 0; l--)
if (c[l] <= j) {
break;
}
System.out.printf("%d\n", l - m + 1);
sc.close();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
38,
30,
41,
13,
20,
41,
13,
41,
13,
17,
42,
2,
0,
13,
4,
18,
13,
17,
30,
14,
4,
18,
13,
17,
30,
3,
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,
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
],
[
103,
8
],
[
103,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
16,
22
],
[
22,
23
],
[
22,
24
],
[
16,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
26,
32
],
[
25,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
34,
39
],
[
39,
40
],
[
34,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
41,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
41,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
61,
62
],
[
61,
63
],
[
41,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
69,
70
],
[
69,
71
],
[
41,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
77,
78
],
[
77,
79
],
[
72,
80
],
[
80,
81
],
[
81,
82
],
[
72,
83
],
[
84,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
85,
91
],
[
91,
92
],
[
92,
93
],
[
41,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
9,
100
],
[
100,
101
],
[
0,
102
],
[
102,
103
],
[
102,
104
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n // TODO ?????????????????????????????????????????????\n \n boolean first=true;\n try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n String line;\n int i=0;\n while ((line = br.readLine()) != null) {\n \tif(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}\n }\n }\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n // TODO ?????????????????????????????????????????????\n \n boolean first=true;\n try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n String line;\n int i=0;\n while ((line = br.readLine()) != null) {\n \tif(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n // TODO ?????????????????????????????????????????????\n \n boolean first=true;\n try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n String line;\n int i=0;\n while ((line = br.readLine()) != null) {\n \tif(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}\n }\n }\n }",
"main",
"{\n // TODO ?????????????????????????????????????????????\n \n boolean first=true;\n try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n String line;\n int i=0;\n while ((line = br.readLine()) != null) {\n \tif(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}\n }\n }\n }",
"boolean first=true;",
"first",
"true",
"try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n String line;\n int i=0;\n while ((line = br.readLine()) != null) {\n \tif(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}\n }\n }",
"{\n String line;\n int i=0;\n while ((line = br.readLine()) != null) {\n \tif(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}\n }\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in))",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in))",
"new BufferedReader(new InputStreamReader(System.in))",
"String line;",
"line",
"int i=0;",
"i",
"0",
"while ((line = br.readLine()) != null) {\n \tif(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}\n }",
"(line = br.readLine()) != null",
"(line = br.readLine())",
"line",
"br.readLine()",
"br.readLine",
"br",
"null",
"{\n \tif(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}\n }",
"if(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}",
"line.equals(\"0 0\")",
"line.equals",
"line",
"\"0 0\"",
"{\n \t\tbreak;\n \t}",
"break;",
"{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}",
"String[] str=line.split(\" \");",
"str",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"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",
"for(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}",
"int k=a;",
"int k=a;",
"k",
"a",
"k<=b",
"k",
"b",
"k++",
"k++",
"k",
"{\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}",
"{\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}",
"if(c%k==0){\n \t\t\t\ti++;\n \t\t\t}",
"c%k==0",
"c%k",
"c",
"k",
"0",
"{\n \t\t\t\ti++;\n \t\t\t}",
"i++",
"i",
"System.out.println(i)",
"System.out.println",
"System.out",
"System",
"System.out",
"i",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n // TODO ?????????????????????????????????????????????\n \n boolean first=true;\n try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n String line;\n int i=0;\n while ((line = br.readLine()) != null) {\n \tif(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}\n }\n }\n }\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n // TODO ?????????????????????????????????????????????\n \n boolean first=true;\n try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {\n String line;\n int i=0;\n while ((line = br.readLine()) != null) {\n \tif(line.equals(\"0 0\")){\n \t\tbreak;\n \t}else{\n \t\tString[] str=line.split(\" \");\n \t\tint a=Integer.parseInt(str[0]);\n \t\tint b=Integer.parseInt(str[1]);\n \t\tint c=Integer.parseInt(str[2]);\n \t\tfor(int k=a;k<=b;k++){\n \t\t\tif(c%k==0){\n \t\t\t\ti++;\n \t\t\t}\n \t\t}\n \t\tSystem.out.println(i);\n \t}\n }\n }\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
// TODO ?????????????????????????????????????????????
boolean first=true;
try (BufferedReader br = new BufferedReader(new InputStreamReader(System.in))) {
String line;
int i=0;
while ((line = br.readLine()) != null) {
if(line.equals("0 0")){
break;
}else{
String[] str=line.split(" ");
int a=Integer.parseInt(str[0]);
int b=Integer.parseInt(str[1]);
int c=Integer.parseInt(str[2]);
for(int k=a;k<=b;k++){
if(c%k==0){
i++;
}
}
System.out.println(i);
}
}
}
}
} |
[
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,
42,
2,
13,
13,
30,
14,
2,
2,
13,
40,
13,
17,
30,
40,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
54,
5
],
[
54,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
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
],
[
31,
33
],
[
30,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
36,
41
],
[
35,
42
],
[
42,
43
],
[
43,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
6,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
]
] | [
"import java.util.*;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scn = new Scanner(System.in);\n int s = 0;\n int a = scn.nextInt();\n int b = scn.nextInt();\n int c = scn.nextInt();\n while(a <= b) {\n if(c % a++ == 0) {\n s++;\n }\n }\n System.out.println(s);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n public static void main(String[] args) {\n Scanner scn = new Scanner(System.in);\n int s = 0;\n int a = scn.nextInt();\n int b = scn.nextInt();\n int c = scn.nextInt();\n while(a <= b) {\n if(c % a++ == 0) {\n s++;\n }\n }\n System.out.println(s);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scn = new Scanner(System.in);\n int s = 0;\n int a = scn.nextInt();\n int b = scn.nextInt();\n int c = scn.nextInt();\n while(a <= b) {\n if(c % a++ == 0) {\n s++;\n }\n }\n System.out.println(s);\n }",
"main",
"{\n Scanner scn = new Scanner(System.in);\n int s = 0;\n int a = scn.nextInt();\n int b = scn.nextInt();\n int c = scn.nextInt();\n while(a <= b) {\n if(c % a++ == 0) {\n s++;\n }\n }\n System.out.println(s);\n }",
"Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"int s = 0;",
"s",
"0",
"int a = scn.nextInt();",
"a",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int b = scn.nextInt();",
"b",
"scn.nextInt()",
"scn.nextInt",
"scn",
"int c = scn.nextInt();",
"c",
"scn.nextInt()",
"scn.nextInt",
"scn",
"while(a <= b) {\n if(c % a++ == 0) {\n s++;\n }\n }",
"a <= b",
"a",
"b",
"{\n if(c % a++ == 0) {\n s++;\n }\n }",
"if(c % a++ == 0) {\n s++;\n }",
"c % a++ == 0",
"c % a++",
"c",
"a++",
"a",
"0",
"{\n s++;\n }",
"s++",
"s",
"System.out.println(s)",
"System.out.println",
"System.out",
"System",
"System.out",
"s",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scn = new Scanner(System.in);\n int s = 0;\n int a = scn.nextInt();\n int b = scn.nextInt();\n int c = scn.nextInt();\n while(a <= b) {\n if(c % a++ == 0) {\n s++;\n }\n }\n System.out.println(s);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scn = new Scanner(System.in);\n int s = 0;\n int a = scn.nextInt();\n int b = scn.nextInt();\n int c = scn.nextInt();\n while(a <= b) {\n if(c % a++ == 0) {\n s++;\n }\n }\n System.out.println(s);\n }\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner scn = new Scanner(System.in);
int s = 0;
int a = scn.nextInt();
int b = scn.nextInt();
int c = scn.nextInt();
while(a <= b) {
if(c % a++ == 0) {
s++;
}
}
System.out.println(s);
}
} |
[
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,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
60,
5
],
[
60,
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
],
[
6,
57
],
[
57,
58
],
[
0,
59
],
[
59,
60
],
[
59,
61
]
] | [
"\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\tint num3 = scanner.nextInt();\n\t\tint count = 0;\n\t\tfor (int i = num1; i <= num2; i++) {\n\t\t\tif (num3 % i == 0)\n\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\tint num3 = scanner.nextInt();\n\t\tint count = 0;\n\t\tfor (int i = num1; i <= num2; i++) {\n\t\t\tif (num3 % i == 0)\n\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\tint num3 = scanner.nextInt();\n\t\tint count = 0;\n\t\tfor (int i = num1; i <= num2; i++) {\n\t\t\tif (num3 % i == 0)\n\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\tint num3 = scanner.nextInt();\n\t\tint count = 0;\n\t\tfor (int i = num1; i <= num2; i++) {\n\t\t\tif (num3 % i == 0)\n\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int num1 = scanner.nextInt();",
"num1",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int num2 = scanner.nextInt();",
"num2",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int num3 = scanner.nextInt();",
"num3",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int count = 0;",
"count",
"0",
"for (int i = num1; i <= num2; i++) {\n\t\t\tif (num3 % i == 0)\n\t\t\t\tcount++;\n\t\t}",
"int i = num1;",
"int i = num1;",
"i",
"num1",
"i <= num2",
"i",
"num2",
"i++",
"i++",
"i",
"{\n\t\t\tif (num3 % i == 0)\n\t\t\t\tcount++;\n\t\t}",
"{\n\t\t\tif (num3 % i == 0)\n\t\t\t\tcount++;\n\t\t}",
"if (num3 % i == 0)\n\t\t\t\tcount++;",
"num3 % i == 0",
"num3 % i",
"num3",
"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) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\tint num3 = scanner.nextInt();\n\t\tint count = 0;\n\t\tfor (int i = num1; i <= num2; i++) {\n\t\t\tif (num3 % i == 0)\n\t\t\t\tcount++;\n\t\t}\n\t\tSystem.out.println(count);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint num1 = scanner.nextInt();\n\t\tint num2 = scanner.nextInt();\n\t\tint num3 = scanner.nextInt();\n\t\tint count = 0;\n\t\tfor (int i = num1; i <= num2; i++) {\n\t\t\tif (num3 % i == 0)\n\t\t\t\tcount++;\n\t\t}\n\t\tSystem.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 num1 = scanner.nextInt();
int num2 = scanner.nextInt();
int num3 = scanner.nextInt();
int count = 0;
for (int i = num1; i <= num2; i++) {
if (num3 % i == 0)
count++;
}
System.out.println(count);
}
} |
[
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,
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,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
66,
8
],
[
66,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
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
],
[
11,
32
],
[
32,
33
],
[
32,
34
],
[
11,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
40,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
39,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
11,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
9,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d;\n d=0;\n while(a<=b){\n \t if(c%a == 0){\n \t\td=d+1; \n \t }\n \t a=a+1;\n }\n System.out.println(d);\n\t}\n\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d;\n d=0;\n while(a<=b){\n \t if(c%a == 0){\n \t\td=d+1; \n \t }\n \t a=a+1;\n }\n System.out.println(d);\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d;\n d=0;\n while(a<=b){\n \t if(c%a == 0){\n \t\td=d+1; \n \t }\n \t a=a+1;\n }\n System.out.println(d);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d;\n d=0;\n while(a<=b){\n \t if(c%a == 0){\n \t\td=d+1; \n \t }\n \t a=a+1;\n }\n System.out.println(d);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = sc.nextInt();",
"c",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d;",
"d",
"d=0",
"d",
"0",
"while(a<=b){\n \t if(c%a == 0){\n \t\td=d+1; \n \t }\n \t a=a+1;\n }",
"a<=b",
"a",
"b",
"{\n \t if(c%a == 0){\n \t\td=d+1; \n \t }\n \t a=a+1;\n }",
"if(c%a == 0){\n \t\td=d+1; \n \t }",
"c%a == 0",
"c%a",
"c",
"a",
"0",
"{\n \t\td=d+1; \n \t }",
"d=d+1",
"d",
"d+1",
"d",
"1",
"a=a+1",
"a",
"a+1",
"a",
"1",
"System.out.println(d)",
"System.out.println",
"System.out",
"System",
"System.out",
"d",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d;\n d=0;\n while(a<=b){\n \t if(c%a == 0){\n \t\td=d+1; \n \t }\n \t a=a+1;\n }\n System.out.println(d);\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\t// TODO ?????????????????????????????????????????????\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int c = sc.nextInt();\n int d;\n d=0;\n while(a<=b){\n \t if(c%a == 0){\n \t\td=d+1; \n \t }\n \t a=a+1;\n }\n System.out.println(d);\n\t}\n\n}",
"Main"
] | import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException{
// TODO ?????????????????????????????????????????????
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = sc.nextInt();
int d;
d=0;
while(a<=b){
if(c%a == 0){
d=d+1;
}
a=a+1;
}
System.out.println(d);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
0,
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,
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
],
[
11,
17
],
[
17,
18
],
[
11,
19
],
[
19,
20
],
[
11,
21
],
[
21,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
11,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
11,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
11,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
11,
61
],
[
61,
62
],
[
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.io.BufferedReader;\nimport java.io.InputStreamReader;\n\n\npublic class Main {\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString x;\n\t\tint a, b, c, count = 0;\n\t\tx = br.readLine();\n\t\tString[] ary = x.split(\" \");\n\t\ta = Integer.parseInt(ary[0]);\n\t\tb = Integer.parseInt(ary[1]);\n\t\tc = Integer.parseInt(ary[2]);\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\t\n\t\tSystem.out.println(count);\n\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 java.lang.Exception\n\t{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString x;\n\t\tint a, b, c, count = 0;\n\t\tx = br.readLine();\n\t\tString[] ary = x.split(\" \");\n\t\ta = Integer.parseInt(ary[0]);\n\t\tb = Integer.parseInt(ary[1]);\n\t\tc = Integer.parseInt(ary[2]);\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\t\n\t\tSystem.out.println(count);\n\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception\n\t{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString x;\n\t\tint a, b, c, count = 0;\n\t\tx = br.readLine();\n\t\tString[] ary = x.split(\" \");\n\t\ta = Integer.parseInt(ary[0]);\n\t\tb = Integer.parseInt(ary[1]);\n\t\tc = Integer.parseInt(ary[2]);\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\t\n\t\tSystem.out.println(count);\n\n\t}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString x;\n\t\tint a, b, c, count = 0;\n\t\tx = br.readLine();\n\t\tString[] ary = x.split(\" \");\n\t\ta = Integer.parseInt(ary[0]);\n\t\tb = Integer.parseInt(ary[1]);\n\t\tc = Integer.parseInt(ary[2]);\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\t\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 x;",
"x",
"int a",
"a",
"b",
"b",
"c",
"c",
"count = 0;",
"count",
"0",
"x = br.readLine()",
"x",
"br.readLine()",
"br.readLine",
"br",
"String[] ary = x.split(\" \");",
"ary",
"x.split(\" \")",
"x.split",
"x",
"\" \"",
"a = Integer.parseInt(ary[0])",
"a",
"Integer.parseInt(ary[0])",
"Integer.parseInt",
"Integer",
"ary[0]",
"ary",
"0",
"b = Integer.parseInt(ary[1])",
"b",
"Integer.parseInt(ary[1])",
"Integer.parseInt",
"Integer",
"ary[1]",
"ary",
"1",
"c = Integer.parseInt(ary[2])",
"c",
"Integer.parseInt(ary[2])",
"Integer.parseInt",
"Integer",
"ary[2]",
"ary",
"2",
"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",
"public class Main {\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString x;\n\t\tint a, b, c, count = 0;\n\t\tx = br.readLine();\n\t\tString[] ary = x.split(\" \");\n\t\ta = Integer.parseInt(ary[0]);\n\t\tb = Integer.parseInt(ary[1]);\n\t\tc = Integer.parseInt(ary[2]);\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\t\n\t\tSystem.out.println(count);\n\n\t}\n}",
"public class Main {\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString x;\n\t\tint a, b, c, count = 0;\n\t\tx = br.readLine();\n\t\tString[] ary = x.split(\" \");\n\t\ta = Integer.parseInt(ary[0]);\n\t\tb = Integer.parseInt(ary[1]);\n\t\tc = Integer.parseInt(ary[2]);\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\t\n\t\tSystem.out.println(count);\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main (String[] args) throws java.lang.Exception
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String x;
int a, b, c, count = 0;
x = br.readLine();
String[] ary = x.split(" ");
a = Integer.parseInt(ary[0]);
b = Integer.parseInt(ary[1]);
c = Integer.parseInt(ary[2]);
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,
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,
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
],
[
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;\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 inputNum1 = sc.nextInt();\n\t\tint intCount = 0;\n\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tint intYakusuu = inputNum1 % i;\n\t\t\tif(intYakusuu == 0) {\n\t\t\t\tintCount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intCount);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main (String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint inputNum1 = sc.nextInt();\n\t\tint intCount = 0;\n\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tint intYakusuu = inputNum1 % i;\n\t\t\tif(intYakusuu == 0) {\n\t\t\t\tintCount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intCount);\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 inputNum1 = sc.nextInt();\n\t\tint intCount = 0;\n\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tint intYakusuu = inputNum1 % i;\n\t\t\tif(intYakusuu == 0) {\n\t\t\t\tintCount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intCount);\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 inputNum1 = sc.nextInt();\n\t\tint intCount = 0;\n\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tint intYakusuu = inputNum1 % i;\n\t\t\tif(intYakusuu == 0) {\n\t\t\t\tintCount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intCount);\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 inputNum1 = sc.nextInt();",
"inputNum1",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int intCount = 0;",
"intCount",
"0",
"for(int i = a; i <= b; i++) {\n\t\t\tint intYakusuu = inputNum1 % i;\n\t\t\tif(intYakusuu == 0) {\n\t\t\t\tintCount++;\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 intYakusuu = inputNum1 % i;\n\t\t\tif(intYakusuu == 0) {\n\t\t\t\tintCount++;\n\t\t\t}\n\t\t}",
"{\n\t\t\tint intYakusuu = inputNum1 % i;\n\t\t\tif(intYakusuu == 0) {\n\t\t\t\tintCount++;\n\t\t\t}\n\t\t}",
"int intYakusuu = inputNum1 % i;",
"intYakusuu",
"inputNum1 % i",
"inputNum1",
"i",
"if(intYakusuu == 0) {\n\t\t\t\tintCount++;\n\t\t\t}",
"intYakusuu == 0",
"intYakusuu",
"0",
"{\n\t\t\t\tintCount++;\n\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\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 inputNum1 = sc.nextInt();\n\t\tint intCount = 0;\n\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tint intYakusuu = inputNum1 % i;\n\t\t\tif(intYakusuu == 0) {\n\t\t\t\tintCount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intCount);\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 inputNum1 = sc.nextInt();\n\t\tint intCount = 0;\n\n\t\tfor(int i = a; i <= b; i++) {\n\t\t\tint intYakusuu = inputNum1 % i;\n\t\t\tif(intYakusuu == 0) {\n\t\t\t\tintCount++;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println(intCount);\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 inputNum1 = sc.nextInt();
int intCount = 0;
for(int i = a; i <= b; i++) {
int intYakusuu = inputNum1 % i;
if(intYakusuu == 0) {
intCount++;
}
}
System.out.println(intCount);
}
} |
[
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,
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
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
6,
57
],
[
57,
58
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint z = scan.nextInt();\n\t\tint sum = 0;\n\t\tfor(int i = x;i <= y;i++){\n\t\t\tif(z % i == 0)sum++;\n\t\t}\n\t\tSystem.out.println(sum);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint z = scan.nextInt();\n\t\tint sum = 0;\n\t\tfor(int i = x;i <= y;i++){\n\t\t\tif(z % i == 0)sum++;\n\t\t}\n\t\tSystem.out.println(sum);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint z = scan.nextInt();\n\t\tint sum = 0;\n\t\tfor(int i = x;i <= y;i++){\n\t\t\tif(z % i == 0)sum++;\n\t\t}\n\t\tSystem.out.println(sum);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint z = scan.nextInt();\n\t\tint sum = 0;\n\t\tfor(int i = x;i <= y;i++){\n\t\t\tif(z % i == 0)sum++;\n\t\t}\n\t\tSystem.out.println(sum);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(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 sum = 0;",
"sum",
"0",
"for(int i = x;i <= y;i++){\n\t\t\tif(z % i == 0)sum++;\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)sum++;\n\t\t}",
"{\n\t\t\tif(z % i == 0)sum++;\n\t\t}",
"if(z % i == 0)sum++;",
"z % i == 0",
"z % i",
"z",
"i",
"0",
"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 scan = new Scanner(System.in);
int x = scan.nextInt();
int y = scan.nextInt();
int z = scan.nextInt();
int sum = 0;
for(int i = x;i <= y;i++){
if(z % i == 0)sum++;
}
System.out.println(sum);
}
} |
[
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,
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,
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
],
[
95,
11
],
[
95,
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
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
22,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
22,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
22,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
22,
61
],
[
61,
62
],
[
61,
63
],
[
22,
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
],
[
22,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
86,
91
],
[
12,
92
],
[
92,
93
],
[
0,
94
],
[
94,
95
],
[
94,
96
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString str = reader.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint cnt = 0;\n\t\t\t\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString str = reader.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint cnt = 0;\n\t\t\t\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString str = reader.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint cnt = 0;\n\t\t\t\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString str = reader.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint cnt = 0;\n\t\t\t\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"try {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString str = reader.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint cnt = 0;\n\t\t\t\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\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\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString str = reader.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint cnt = 0;\n\t\t\t\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t}",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = reader.readLine();",
"str",
"reader.readLine()",
"reader.readLine",
"reader",
"String[] arr = str.split(\" \");",
"arr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(arr[0]);",
"a",
"Integer.parseInt(arr[0])",
"Integer.parseInt",
"Integer",
"arr[0]",
"arr",
"0",
"int b = Integer.parseInt(arr[1]);",
"b",
"Integer.parseInt(arr[1])",
"Integer.parseInt",
"Integer",
"arr[1]",
"arr",
"1",
"int c = Integer.parseInt(arr[2]);",
"c",
"Integer.parseInt(arr[2])",
"Integer.parseInt",
"Integer",
"arr[2]",
"arr",
"2",
"int cnt = 0;",
"cnt",
"0",
"for (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcnt++;\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\tcnt++;\n\t\t\t\t}\n\t\t\t}",
"{\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}",
"if (c % i == 0) {\n\t\t\t\t\tcnt++;\n\t\t\t\t}",
"c % i == 0",
"c % i",
"c",
"i",
"0",
"{\n\t\t\t\t\tcnt++;\n\t\t\t\t}",
"cnt++",
"cnt",
"System.out.println(cnt)",
"System.out.println",
"System.out",
"System",
"System.out",
"cnt",
"String[] args",
"args",
"public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString str = reader.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint cnt = 0;\n\t\t\t\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"public class Main {\n\t\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t\tString str = reader.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint a = Integer.parseInt(arr[0]);\n\t\t\tint b = Integer.parseInt(arr[1]);\n\t\t\tint c = Integer.parseInt(arr[2]);\n\t\t\tint cnt = 0;\n\t\t\t\n\t\t\tfor (int i = a; i <= b; i++) {\n\t\t\t\tif (c % i == 0) {\n\t\t\t\t\tcnt++;\n\t\t\t\t}\n\t\t\t}\n\t\t\tSystem.out.println(cnt);\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
try {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
String str = reader.readLine();
String[] arr = str.split(" ");
int a = Integer.parseInt(arr[0]);
int b = Integer.parseInt(arr[1]);
int c = Integer.parseInt(arr[2]);
int cnt = 0;
for (int i = a; i <= b; i++) {
if (c % i == 0) {
cnt++;
}
}
System.out.println(cnt);
} catch (IOException e) {
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
11,
1,
0,
13,
13,
2,
13,
13,
1,
40,
13,
30,
30,
0,
13,
8,
2,
2,
13,
13,
17,
40,
13,
13,
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
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
20,
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
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
53,
59
],
[
59,
60
],
[
53,
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;\n\npublic class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint a,b,c;\n\t\tint i,cnt=0;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t a = scan.nextInt();\n\t b = scan.nextInt();\n\t c = scan.nextInt();\n\n\t for(i=a; i<=b; i++)\n\t {\n\t \tcnt = (c%i==0) ? ++cnt : cnt;\n\t }\n\n\t System.out.println(cnt);\n\n\t\tscan.close();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint a,b,c;\n\t\tint i,cnt=0;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t a = scan.nextInt();\n\t b = scan.nextInt();\n\t c = scan.nextInt();\n\n\t for(i=a; i<=b; i++)\n\t {\n\t \tcnt = (c%i==0) ? ++cnt : cnt;\n\t }\n\n\t System.out.println(cnt);\n\n\t\tscan.close();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tint a,b,c;\n\t\tint i,cnt=0;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t a = scan.nextInt();\n\t b = scan.nextInt();\n\t c = scan.nextInt();\n\n\t for(i=a; i<=b; i++)\n\t {\n\t \tcnt = (c%i==0) ? ++cnt : cnt;\n\t }\n\n\t System.out.println(cnt);\n\n\t\tscan.close();\n\t}",
"main",
"{\n\n\t\tint a,b,c;\n\t\tint i,cnt=0;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t a = scan.nextInt();\n\t b = scan.nextInt();\n\t c = scan.nextInt();\n\n\t for(i=a; i<=b; i++)\n\t {\n\t \tcnt = (c%i==0) ? ++cnt : cnt;\n\t }\n\n\t System.out.println(cnt);\n\n\t\tscan.close();\n\t}",
"int a",
"a",
"b",
"b",
"c;",
"c",
"int i",
"i",
"cnt=0;",
"cnt",
"0",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"a = scan.nextInt()",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"b = scan.nextInt()",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"c = scan.nextInt()",
"c",
"scan.nextInt()",
"scan.nextInt",
"scan",
"for(i=a; i<=b; i++)\n\t {\n\t \tcnt = (c%i==0) ? ++cnt : cnt;\n\t }",
"i=a;",
"i=a",
"i",
"a",
"i<=b",
"i",
"b",
"i++",
"i++",
"i",
"{\n\t \tcnt = (c%i==0) ? ++cnt : cnt;\n\t }",
"{\n\t \tcnt = (c%i==0) ? ++cnt : cnt;\n\t }",
"cnt = (c%i==0) ? ++cnt : cnt",
"cnt",
"(c%i==0) ? ++cnt : 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",
"scan.close()",
"scan.close",
"scan",
"String[] args",
"args",
"public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint a,b,c;\n\t\tint i,cnt=0;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t a = scan.nextInt();\n\t b = scan.nextInt();\n\t c = scan.nextInt();\n\n\t for(i=a; i<=b; i++)\n\t {\n\t \tcnt = (c%i==0) ? ++cnt : cnt;\n\t }\n\n\t System.out.println(cnt);\n\n\t\tscan.close();\n\t}\n}",
"public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint a,b,c;\n\t\tint i,cnt=0;\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t a = scan.nextInt();\n\t b = scan.nextInt();\n\t c = scan.nextInt();\n\n\t for(i=a; i<=b; i++)\n\t {\n\t \tcnt = (c%i==0) ? ++cnt : cnt;\n\t }\n\n\t System.out.println(cnt);\n\n\t\tscan.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args) {
int a,b,c;
int i,cnt=0;
Scanner scan = new Scanner(System.in);
a = scan.nextInt();
b = scan.nextInt();
c = scan.nextInt();
for(i=a; i<=b; i++)
{
cnt = (c%i==0) ? ++cnt : cnt;
}
System.out.println(cnt);
scan.close();
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.