node_ids
sequencelengths 4
1.4k
| edge_index
sequencelengths 1
2.22k
| text
sequencelengths 4
1.4k
| source
stringlengths 14
427k
|
---|---|---|---|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
2,
17,
13,
13,
4,
18,
18,
13,
13,
17,
2,
13,
13,
2,
13,
13,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
57,
5
],
[
57,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
39,
45
],
[
45,
46
],
[
45,
47
],
[
39,
48
],
[
48,
49
],
[
48,
50
],
[
39,
51
],
[
51,
52
],
[
51,
53
],
[
6,
54
],
[
54,
55
],
[
0,
56
],
[
56,
57
],
[
56,
58
]
] | [
"import java.util.*;\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\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.0 * a / b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %f\",a/b,a%b,(double)a/b);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.0 * a / b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %f\",a/b,a%b,(double)a/b);\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\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.0 * a / b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %f\",a/b,a%b,(double)a/b);\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\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.0 * a / b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %f\",a/b,a%b,(double)a/b);\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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = 1.0 * a / b;",
"f",
"1.0 * a / b",
"1.0 * a",
"1.0",
"a",
"b",
"System.out.printf(\"%d %d %f\",a/b,a%b,(double)a/b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %f\"",
"a/b",
"a",
"b",
"a%b",
"a",
"b",
"(double)a/b",
"(double)a",
"b",
"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\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.0 * a / b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %f\",a/b,a%b,(double)a/b);\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\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.0 * a / b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %f\",a/b,a%b,(double)a/b);\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 d = a / b;
int r = a % b;
double f = 1.0 * a / b;
System.out.printf("%d %d %f",a/b,a%b,(double)a/b);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
0,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
2,
17,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
4,
18,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
56,
5
],
[
56,
6
],
[
6,
7
],
[
56,
8
],
[
8,
9
],
[
8,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
10,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
10,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
26,
30
],
[
10,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
39,
37
],
[
37,
38
],
[
44,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
44,
44
],
[
44,
45
],
[
44,
46
],
[
37,
47
],
[
39,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
48,
52
],
[
8,
53
],
[
53,
54
],
[
0,
55
],
[
55,
56
],
[
55,
57
]
] | [
"\nimport java.util.Scanner;\n\npublic class Main {\n private static Scanner scan;\n\n public static void main(String[] args) {\n scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n double d = 1.0 * a/b;\n System.out.println(a/b + \" \" + a%b + \" \" + String.format(\"%.5f\", d));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n private static Scanner scan;\n\n public static void main(String[] args) {\n scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n double d = 1.0 * a/b;\n System.out.println(a/b + \" \" + a%b + \" \" + String.format(\"%.5f\", d));\n }\n}",
"Main",
"private static Scanner scan;",
"scan",
"public static void main(String[] args) {\n scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n double d = 1.0 * a/b;\n System.out.println(a/b + \" \" + a%b + \" \" + String.format(\"%.5f\", d));\n }",
"main",
"{\n scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n double d = 1.0 * a/b;\n System.out.println(a/b + \" \" + a%b + \" \" + String.format(\"%.5f\", d));\n }",
"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",
"double d = 1.0 * a/b;",
"d",
"1.0 * a/b",
"1.0 * a",
"1.0",
"a",
"b",
"System.out.println(a/b + \" \" + a%b + \" \" + String.format(\"%.5f\", d))",
"System.out.println",
"System.out",
"System",
"System.out",
"a/b + \" \" + a%b + \" \" + String.format(\"%.5f\", d)",
"\" \"",
"a%b",
"a/b + \" \" + a%b + \" \" + String.format(\"%.5f\", d)",
"a/b",
"a",
"b",
"\" \"",
"a%b",
"a",
"b",
"\" \"",
"String.format(\"%.5f\", d)",
"String.format",
"String",
"\"%.5f\"",
"d",
"String[] args",
"args",
"public class Main {\n private static Scanner scan;\n\n public static void main(String[] args) {\n scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n double d = 1.0 * a/b;\n System.out.println(a/b + \" \" + a%b + \" \" + String.format(\"%.5f\", d));\n }\n}",
"public class Main {\n private static Scanner scan;\n\n public static void main(String[] args) {\n scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n double d = 1.0 * a/b;\n System.out.println(a/b + \" \" + a%b + \" \" + String.format(\"%.5f\", d));\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
private static Scanner scan;
public static void main(String[] args) {
scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
double d = 1.0 * a/b;
System.out.println(a/b + " " + a%b + " " + String.format("%.5f", d));
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
20,
41,
13,
13,
41,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
69,
8
],
[
69,
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
],
[
27,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
11,
38
],
[
38,
39
],
[
38,
40
],
[
11,
41
],
[
41,
42
],
[
41,
43
],
[
11,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
11,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
57,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
55,
61
],
[
57,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
9,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.util.Scanner;\nimport java.text.DecimalFormat;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\t DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n\t\tdouble a2 = a;\n\t\tdouble b2 = b;\n\t\tdouble f = a2/b2;\n\t\tSystem.out.println(d +\" \"+ r +\" \"+ df1.format(f));\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.text.DecimalFormat;",
"DecimalFormat",
"java.text",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\t DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n\t\tdouble a2 = a;\n\t\tdouble b2 = b;\n\t\tdouble f = a2/b2;\n\t\tSystem.out.println(d +\" \"+ r +\" \"+ df1.format(f));\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 d = a/b;\n\t\tint r = a%b;\n\t\t DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n\t\tdouble a2 = a;\n\t\tdouble b2 = b;\n\t\tdouble f = a2/b2;\n\t\tSystem.out.println(d +\" \"+ r +\" \"+ df1.format(f));\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 d = a/b;\n\t\tint r = a%b;\n\t\t DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n\t\tdouble a2 = a;\n\t\tdouble b2 = b;\n\t\tdouble f = a2/b2;\n\t\tSystem.out.println(d +\" \"+ r +\" \"+ df1.format(f));\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 d = a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"DecimalFormat df1 = new DecimalFormat(\"0.00000\");",
"df1",
"new DecimalFormat(\"0.00000\")",
"double a2 = a;",
"a2",
"a",
"double b2 = b;",
"b2",
"b",
"double f = a2/b2;",
"f",
"a2/b2",
"a2",
"b2",
"System.out.println(d +\" \"+ r +\" \"+ df1.format(f))",
"System.out.println",
"System.out",
"System",
"System.out",
"d +\" \"+ r +\" \"+ df1.format(f)",
"\" \"",
"r",
"d +\" \"+ r +\" \"+ df1.format(f)",
"d",
"\" \"",
"r",
"\" \"",
"df1.format(f)",
"df1.format",
"df1",
"f",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\t DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n\t\tdouble a2 = a;\n\t\tdouble b2 = b;\n\t\tdouble f = a2/b2;\n\t\tSystem.out.println(d +\" \"+ r +\" \"+ df1.format(f));\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\t DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n\t\tdouble a2 = a;\n\t\tdouble b2 = b;\n\t\tdouble f = a2/b2;\n\t\tSystem.out.println(d +\" \"+ r +\" \"+ df1.format(f));\n\t}\n}",
"Main"
] | import java.util.Scanner;
import java.text.DecimalFormat;
public class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int d = a/b;
int r = a%b;
DecimalFormat df1 = new DecimalFormat("0.00000");
double a2 = a;
double b2 = b;
double f = a2/b2;
System.out.println(d +" "+ r +" "+ df1.format(f));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
2,
13,
13,
4,
18,
18,
13,
13,
4,
18,
4,
18,
4,
18,
4,
18,
4,
18,
13,
13,
17,
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
],
[
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
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
14,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
14,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
14,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
14,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
55,
57
],
[
14,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
60,
64
],
[
64,
65
],
[
64,
66
],
[
14,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
67,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
78,
84
],
[
76,
85
],
[
74,
86
],
[
72,
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\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuilder sb = new StringBuilder();\n\t\tString num = br.readLine();\n\t\tString[] set = num.split(\" \");\n\n\t\tint a = Integer.parseInt(set[0]);\n\t\tint b = Integer.parseInt(set[1]);\n\n\t\tint c = a/b;\n\t\tint d = a%b;\n\t\tString f = String.format(\"%.5f\", ((double)a/(double)b));\n\n\t\tSystem.out.println(sb.append(c).append(\" \").append(d).append(\" \").append(f));\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\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuilder sb = new StringBuilder();\n\t\tString num = br.readLine();\n\t\tString[] set = num.split(\" \");\n\n\t\tint a = Integer.parseInt(set[0]);\n\t\tint b = Integer.parseInt(set[1]);\n\n\t\tint c = a/b;\n\t\tint d = a%b;\n\t\tString f = String.format(\"%.5f\", ((double)a/(double)b));\n\n\t\tSystem.out.println(sb.append(c).append(\" \").append(d).append(\" \").append(f));\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuilder sb = new StringBuilder();\n\t\tString num = br.readLine();\n\t\tString[] set = num.split(\" \");\n\n\t\tint a = Integer.parseInt(set[0]);\n\t\tint b = Integer.parseInt(set[1]);\n\n\t\tint c = a/b;\n\t\tint d = a%b;\n\t\tString f = String.format(\"%.5f\", ((double)a/(double)b));\n\n\t\tSystem.out.println(sb.append(c).append(\" \").append(d).append(\" \").append(f));\n\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuilder sb = new StringBuilder();\n\t\tString num = br.readLine();\n\t\tString[] set = num.split(\" \");\n\n\t\tint a = Integer.parseInt(set[0]);\n\t\tint b = Integer.parseInt(set[1]);\n\n\t\tint c = a/b;\n\t\tint d = a%b;\n\t\tString f = String.format(\"%.5f\", ((double)a/(double)b));\n\n\t\tSystem.out.println(sb.append(c).append(\" \").append(d).append(\" \").append(f));\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"String num = br.readLine();",
"num",
"br.readLine()",
"br.readLine",
"br",
"String[] set = num.split(\" \");",
"set",
"num.split(\" \")",
"num.split",
"num",
"\" \"",
"int a = Integer.parseInt(set[0]);",
"a",
"Integer.parseInt(set[0])",
"Integer.parseInt",
"Integer",
"set[0]",
"set",
"0",
"int b = Integer.parseInt(set[1]);",
"b",
"Integer.parseInt(set[1])",
"Integer.parseInt",
"Integer",
"set[1]",
"set",
"1",
"int c = a/b;",
"c",
"a/b",
"a",
"b",
"int d = a%b;",
"d",
"a%b",
"a",
"b",
"String f = String.format(\"%.5f\", ((double)a/(double)b));",
"f",
"String.format(\"%.5f\", ((double)a/(double)b))",
"String.format",
"String",
"\"%.5f\"",
"((double)a/(double)b)",
"(double)a",
"(double)b",
"System.out.println(sb.append(c).append(\" \").append(d).append(\" \").append(f))",
"System.out.println",
"System.out",
"System",
"System.out",
"sb.append(c).append(\" \").append(d).append(\" \").append(f)",
"sb.append(c).append(\" \").append(d).append(\" \").append",
"sb.append(c).append(\" \").append(d).append(\" \")",
"sb.append(c).append(\" \").append(d).append",
"sb.append(c).append(\" \").append(d)",
"sb.append(c).append(\" \").append",
"sb.append(c).append(\" \")",
"sb.append(c).append",
"sb.append(c)",
"sb.append",
"sb",
"c",
"\" \"",
"d",
"\" \"",
"f",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuilder sb = new StringBuilder();\n\t\tString num = br.readLine();\n\t\tString[] set = num.split(\" \");\n\n\t\tint a = Integer.parseInt(set[0]);\n\t\tint b = Integer.parseInt(set[1]);\n\n\t\tint c = a/b;\n\t\tint d = a%b;\n\t\tString f = String.format(\"%.5f\", ((double)a/(double)b));\n\n\t\tSystem.out.println(sb.append(c).append(\" \").append(d).append(\" \").append(f));\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringBuilder sb = new StringBuilder();\n\t\tString num = br.readLine();\n\t\tString[] set = num.split(\" \");\n\n\t\tint a = Integer.parseInt(set[0]);\n\t\tint b = Integer.parseInt(set[1]);\n\n\t\tint c = a/b;\n\t\tint d = a%b;\n\t\tString f = String.format(\"%.5f\", ((double)a/(double)b));\n\n\t\tSystem.out.println(sb.append(c).append(\" \").append(d).append(\" \").append(f));\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) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringBuilder sb = new StringBuilder();
String num = br.readLine();
String[] set = num.split(" ");
int a = Integer.parseInt(set[0]);
int b = Integer.parseInt(set[1]);
int c = a/b;
int d = a%b;
String f = String.format("%.5f", ((double)a/(double)b));
System.out.println(sb.append(c).append(" ").append(d).append(" ").append(f));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
18,
13,
17,
2,
13,
13,
2,
13,
13,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
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
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
27,
31
],
[
31,
32
],
[
31,
33
],
[
27,
34
],
[
34,
35
],
[
34,
36
],
[
27,
37
],
[
37,
38
],
[
37,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] | [
"\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\tSystem.out.println(String.format(\"%s %s %.5f\", num1 / num2,\n\t\t\t\tnum1 % num2, (double) num1 / num2));\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\tSystem.out.println(String.format(\"%s %s %.5f\", num1 / num2,\n\t\t\t\tnum1 % num2, (double) num1 / num2));\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\tSystem.out.println(String.format(\"%s %s %.5f\", num1 / num2,\n\t\t\t\tnum1 % num2, (double) num1 / num2));\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\tSystem.out.println(String.format(\"%s %s %.5f\", num1 / num2,\n\t\t\t\tnum1 % num2, (double) num1 / num2));\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",
"System.out.println(String.format(\"%s %s %.5f\", num1 / num2,\n\t\t\t\tnum1 % num2, (double) num1 / num2))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(\"%s %s %.5f\", num1 / num2,\n\t\t\t\tnum1 % num2, (double) num1 / num2)",
"String.format",
"String",
"\"%s %s %.5f\"",
"num1 / num2",
"num1",
"num2",
"num1 % num2",
"num1",
"num2",
"(double) num1 / num2",
"(double) num1",
"num2",
"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\tSystem.out.println(String.format(\"%s %s %.5f\", num1 / num2,\n\t\t\t\tnum1 % num2, (double) num1 / num2));\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\tSystem.out.println(String.format(\"%s %s %.5f\", num1 / num2,\n\t\t\t\tnum1 % num2, (double) num1 / num2));\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();
System.out.println(String.format("%s %s %.5f", num1 / num2,
num1 % num2, (double) num1 / num2));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
14,
2,
2,
2,
2,
17,
13,
2,
13,
17,
2,
17,
13,
2,
13,
17,
30,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
4,
18,
18,
13,
13,
17,
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
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
28,
27
],
[
35,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
35,
35
],
[
35,
36
],
[
35,
37
],
[
28,
38
],
[
38,
39
],
[
38,
40
],
[
25,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
41,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
41,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
41,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
64,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
64,
68
],
[
41,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
69,
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\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tscan.close();\n\n\t\tif (1 <= a && a <= 1000000000 && 1 <= b && b <= 1000000000) {\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\tdouble f = (double)a / (double)b;\n\t\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\t\tSystem.out.printf(\"%5.8f\", f);\n\t\t}\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tscan.close();\n\n\t\tif (1 <= a && a <= 1000000000 && 1 <= b && b <= 1000000000) {\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\tdouble f = (double)a / (double)b;\n\t\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\t\tSystem.out.printf(\"%5.8f\", f);\n\t\t}\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tscan.close();\n\n\t\tif (1 <= a && a <= 1000000000 && 1 <= b && b <= 1000000000) {\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\tdouble f = (double)a / (double)b;\n\t\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\t\tSystem.out.printf(\"%5.8f\", f);\n\t\t}\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\tscan.close();\n\n\t\tif (1 <= a && a <= 1000000000 && 1 <= b && b <= 1000000000) {\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\tdouble f = (double)a / (double)b;\n\t\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\t\tSystem.out.printf(\"%5.8f\", f);\n\t\t}\n\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.close()",
"scan.close",
"scan",
"if (1 <= a && a <= 1000000000 && 1 <= b && b <= 1000000000) {\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\tdouble f = (double)a / (double)b;\n\t\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\t\tSystem.out.printf(\"%5.8f\", f);\n\t\t}",
"1 <= a && a <= 1000000000 && 1 <= b && b <= 1000000000",
"1 <= b",
"1 <= a && a <= 1000000000 && 1 <= b && b <= 1000000000",
"1 <= a",
"1",
"a",
"a <= 1000000000",
"a",
"1000000000",
"1 <= b",
"1",
"b",
"b <= 1000000000",
"b",
"1000000000",
"{\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\tdouble f = (double)a / (double)b;\n\t\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\t\tSystem.out.printf(\"%5.8f\", f);\n\t\t}",
"int d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double)a / (double)b;",
"f",
"(double)a / (double)b",
"(double)a",
"(double)b",
"System.out.print(d + \" \" + r + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \"",
"r",
"d + \" \" + r + \" \"",
"d",
"\" \"",
"r",
"\" \"",
"System.out.printf(\"%5.8f\", f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%5.8f\"",
"f",
"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\tscan.close();\n\n\t\tif (1 <= a && a <= 1000000000 && 1 <= b && b <= 1000000000) {\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\tdouble f = (double)a / (double)b;\n\t\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\t\tSystem.out.printf(\"%5.8f\", f);\n\t\t}\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\tscan.close();\n\n\t\tif (1 <= a && a <= 1000000000 && 1 <= b && b <= 1000000000) {\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\tdouble f = (double)a / (double)b;\n\t\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\t\tSystem.out.printf(\"%5.8f\", f);\n\t\t}\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
scan.close();
if (1 <= a && a <= 1000000000 && 1 <= b && b <= 1000000000) {
int d = a / b;
int r = a % b;
double f = (double)a / (double)b;
System.out.print(d + " " + r + " ");
System.out.printf("%5.8f", f);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
4,
18,
13,
17,
2,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
13,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
34,
32
],
[
32,
33
],
[
39,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
39,
39
],
[
39,
40
],
[
39,
41
],
[
32,
42
],
[
34,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
43,
47
],
[
47,
48
],
[
47,
49
],
[
6,
50
],
[
50,
51
]
] | [
"import java.util.Scanner;\n\nclass Main\n{\n public static void main(String[] args) {\n int a, b;\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n System.out.println((a/b)+\" \"+(a%b)+\" \"+String.format(\"%1$4f\",((double)a/b)));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n public static void main(String[] args) {\n int a, b;\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n System.out.println((a/b)+\" \"+(a%b)+\" \"+String.format(\"%1$4f\",((double)a/b)));\n }\n}",
"Main",
"public static void main(String[] args) {\n int a, b;\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n System.out.println((a/b)+\" \"+(a%b)+\" \"+String.format(\"%1$4f\",((double)a/b)));\n }",
"main",
"{\n int a, b;\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n System.out.println((a/b)+\" \"+(a%b)+\" \"+String.format(\"%1$4f\",((double)a/b)));\n }",
"int a",
"a",
"b;",
"b",
"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",
"System.out.println((a/b)+\" \"+(a%b)+\" \"+String.format(\"%1$4f\",((double)a/b)))",
"System.out.println",
"System.out",
"System",
"System.out",
"(a/b)+\" \"+(a%b)+\" \"+String.format(\"%1$4f\",((double)a/b))",
"\" \"",
"(a%b)",
"(a/b)+\" \"+(a%b)+\" \"+String.format(\"%1$4f\",((double)a/b))",
"(a/b)",
"a",
"b",
"\" \"",
"(a%b)",
"a",
"b",
"\" \"",
"String.format(\"%1$4f\",((double)a/b))",
"String.format",
"String",
"\"%1$4f\"",
"((double)a/b)",
"(double)a",
"b",
"String[] args",
"args"
] | import java.util.Scanner;
class Main
{
public static void main(String[] args) {
int a, b;
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
System.out.println((a/b)+" "+(a%b)+" "+String.format("%1$4f",((double)a/b)));
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
2,
17,
13,
13,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
30,
32
],
[
14,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
14,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
14,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
47,
51
],
[
14,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
60,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
58,
64
],
[
60,
65
],
[
12,
66
],
[
66,
67
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.*;\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 d = a/b;\n\t\tint r = a%b;\n\t\tdouble f = 1.0 * a / b;\n\t\tString keta =String.format(\"%.8f\",f);\n\t\tSystem.out.println(d+\" \"+r+\" \"+keta);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.*;",
"util.*",
"java",
"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 d = a/b;\n\t\tint r = a%b;\n\t\tdouble f = 1.0 * a / b;\n\t\tString keta =String.format(\"%.8f\",f);\n\t\tSystem.out.println(d+\" \"+r+\" \"+keta);\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 d = a/b;\n\t\tint r = a%b;\n\t\tdouble f = 1.0 * a / b;\n\t\tString keta =String.format(\"%.8f\",f);\n\t\tSystem.out.println(d+\" \"+r+\" \"+keta);\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 d = a/b;\n\t\tint r = a%b;\n\t\tdouble f = 1.0 * a / b;\n\t\tString keta =String.format(\"%.8f\",f);\n\t\tSystem.out.println(d+\" \"+r+\" \"+keta);\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 d = a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"double f = 1.0 * a / b;",
"f",
"1.0 * a / b",
"1.0 * a",
"1.0",
"a",
"b",
"String keta =String.format(\"%.8f\",f);",
"keta",
"String.format(\"%.8f\",f)",
"String.format",
"String",
"\"%.8f\"",
"f",
"System.out.println(d+\" \"+r+\" \"+keta)",
"System.out.println",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"+keta",
"\" \"",
"r",
"d+\" \"+r+\" \"+keta",
"d",
"\" \"",
"r",
"\" \"",
"keta",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int d = a/b;
int r = a%b;
double f = 1.0 * a / b;
String keta =String.format("%.8f",f);
System.out.println(d+" "+r+" "+keta);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
17,
23
],
[
23,
24
],
[
17,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
17,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
17,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
17,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
17,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
17,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
50,
56
],
[
50,
57
],
[
50,
58
],
[
15,
59
],
[
59,
60
]
] | [
"import java.io.*;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int a, b;\n a = in.nextInt();\n b = in.nextInt();\n int d = a/b;\n int r = a%b;\n double f = (double)a / b;\n System.out.printf(\"%d %d %f\\n\", d, r, f);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"import java.util.Collections;",
"Collections",
"java.util",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int a, b;\n a = in.nextInt();\n b = in.nextInt();\n int d = a/b;\n int r = a%b;\n double f = (double)a / b;\n System.out.printf(\"%d %d %f\\n\", d, r, f);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n Scanner in = new Scanner(System.in);\n int a, b;\n a = in.nextInt();\n b = in.nextInt();\n int d = a/b;\n int r = a%b;\n double f = (double)a / b;\n System.out.printf(\"%d %d %f\\n\", d, r, f);\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n int a, b;\n a = in.nextInt();\n b = in.nextInt();\n int d = a/b;\n int r = a%b;\n double f = (double)a / b;\n System.out.printf(\"%d %d %f\\n\", d, r, f);\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int a",
"a",
"b;",
"b",
"a = in.nextInt()",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"b = in.nextInt()",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"int d = a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"double f = (double)a / b;",
"f",
"(double)a / b",
"(double)a",
"b",
"System.out.printf(\"%d %d %f\\n\", d, r, f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %f\\n\"",
"d",
"r",
"f",
"String[] args",
"args"
] | import java.io.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
class Main {
public static void main(String[] args) throws IOException {
Scanner in = new Scanner(System.in);
int a, b;
a = in.nextInt();
b = in.nextInt();
int d = a/b;
int r = a%b;
double f = (double)a / b;
System.out.printf("%d %d %f\n", d, r, f);
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
100,
11
],
[
100,
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
],
[
60,
62
],
[
30,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
65,
67
],
[
30,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
30,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
75,
79
],
[
30,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
88,
86
],
[
86,
87
],
[
87,
88
],
[
88,
89
],
[
88,
90
],
[
87,
91
],
[
86,
92
],
[
88,
93
],
[
30,
94
],
[
94,
95
],
[
95,
96
],
[
12,
97
],
[
97,
98
],
[
0,
99
],
[
99,
100
],
[
99,
101
]
] | [
"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\n\t\t\tint d=a/b;\n\t\t\tint r=a%b;\n\t\t\tdouble f=(double)a/b;\n\t\t\tString after=String.format(\"%.5f\", f);\n\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+after);\n\n\t\t\treader.close();\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\n\t\t\tint d=a/b;\n\t\t\tint r=a%b;\n\t\t\tdouble f=(double)a/b;\n\t\t\tString after=String.format(\"%.5f\", f);\n\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+after);\n\n\t\t\treader.close();\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\n\t\t\tint d=a/b;\n\t\t\tint r=a%b;\n\t\t\tdouble f=(double)a/b;\n\t\t\tString after=String.format(\"%.5f\", f);\n\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+after);\n\n\t\t\treader.close();\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\n\t\t\tint d=a/b;\n\t\t\tint r=a%b;\n\t\t\tdouble f=(double)a/b;\n\t\t\tString after=String.format(\"%.5f\", f);\n\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+after);\n\n\t\t\treader.close();\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\n\t\t\tint d=a/b;\n\t\t\tint r=a%b;\n\t\t\tdouble f=(double)a/b;\n\t\t\tString after=String.format(\"%.5f\", f);\n\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+after);\n\n\t\t\treader.close();\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\n\t\t\tint d=a/b;\n\t\t\tint r=a%b;\n\t\t\tdouble f=(double)a/b;\n\t\t\tString after=String.format(\"%.5f\", f);\n\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+after);\n\n\t\t\treader.close();\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 d=a/b;",
"d",
"a/b",
"a",
"b",
"int r=a%b;",
"r",
"a%b",
"a",
"b",
"double f=(double)a/b;",
"f",
"(double)a/b",
"(double)a",
"b",
"String after=String.format(\"%.5f\", f);",
"after",
"String.format(\"%.5f\", f)",
"String.format",
"String",
"\"%.5f\"",
"f",
"System.out.println(d+\" \"+r+\" \"+after)",
"System.out.println",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"+after",
"\" \"",
"r",
"d+\" \"+r+\" \"+after",
"d",
"\" \"",
"r",
"\" \"",
"after",
"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\n\t\t\tint d=a/b;\n\t\t\tint r=a%b;\n\t\t\tdouble f=(double)a/b;\n\t\t\tString after=String.format(\"%.5f\", f);\n\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+after);\n\n\t\t\treader.close();\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\n\t\t\tint d=a/b;\n\t\t\tint r=a%b;\n\t\t\tdouble f=(double)a/b;\n\t\t\tString after=String.format(\"%.5f\", f);\n\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+after);\n\n\t\t\treader.close();\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 d=a/b;
int r=a%b;
double f=(double)a/b;
String after=String.format("%.5f", f);
System.out.println(d+" "+r+" "+after);
reader.close();
}catch(IOException e){
System.out.println("??¨??????:"+e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
17,
2,
13,
13,
2,
13,
13,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
40,
5
],
[
40,
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
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
22,
28
],
[
28,
29
],
[
28,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
22,
34
],
[
34,
35
],
[
34,
36
],
[
6,
37
],
[
37,
38
],
[
0,
39
],
[
39,
40
],
[
39,
41
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n\n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力\n int a = sc.nextInt();\n int b = sc.nextInt();\n \n //計算結果の表示\n \n System.out.printf(\"%d %d %.10f\\n\", a/b, a%b, (double)a/b);\n \n }\n}\n\n\n/*覚えよう!!\n \n〇キャスト演算子・・・通常は宣言時のデータ型しか使用できない!!!\n\n しかし、キャスト演算子を使用することでデータの型を変更ができる\n \n 注意:まず、変数の宣言をしないと、キャスト演算子は使用できない!!!!!!!!!!\n \n \n ・例:まず、変数を宣言 int a; ← int(整数)しか表現できない。 \n \n system.out.println( a ); ⇒ 表示は 1, 2 , 3 , 4 , ・・・・・・ 小数は表現できない\n \n system.out.println( (double)a ); ← 表示は 1.00 , 2.10 , 3.145 , 45.555 , ・・・・・・ 小数は表現できる\n \n \n ・書き方: 変数名の前に括弧「( )」と括弧内にデータ型を書く ⇒ 答え: (double)a と書く\n \n\n*/\n \n \n/*前回の内容!!\n \n〇import java.util.Arrays;は重要↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓\n \n・Arrays:ソート(並べ変え)や検索など、配列を操作するための機能\n \n・並べ変えするとき\n import java.util.Arrays;を上に書く\n class Main内に Arrays.sort(a); と書く ← このとき()内は配列の変数名\n \n〇配列とは、同じ変数名に複数の値を入力できる箱\n \n ※イメージ\n 前回まで、a = 1, b = 2, c = 3など各変数名は1箱に値を代入できない\n 今回の配列はa[0] = 1, a[1] = 2, a[2] = 3 のように変数名aは3つの箱に値を代入できる。\n 注意:配列の箱は「 0 」から開始する\n \n \n・複数のif(条件):かつ「 && 」とまたは「 || 」の2つを使用する\n ※かつ「 && 」:「真 && 真 = 真」, 「真 && 偽 = 偽」, 「偽 && 真 = 偽」 ,「偽 && 偽 = 偽」の4つの条件\n または「 || 」:「真 && 真 = 真」, 「真 && 偽 = 真」, 「偽 && 真 = 真」 ,「偽 && 偽 = 偽」の4つの条件\n \n \n・関係を比較する:if(条件式)\n 例:if(2 < 3) この条件は「真(成立)」 → 何か命令があれば実行する\n if(5 < 3) この条件は「偽(不成立)」 → 何か命令があれば実行しない\n \n・比較の条件式:等しいか比較「==」、等しくないか比較「!=」 \n 大きいか比較「<」、小さいか比較「>」\n 以上の比較「<=」、以下の比較「>=」\n \n \n・else;ifの条件以外の場合に使用する。\n 例:if(雨 == 降っている) System.out.println(\"傘を持って行く\");\n else System.out.println(\"傘を持って行かない\");\n \n \n・else if:詳細な場合分けしたいときに使用\n 例:if(雨 == 降っている) System.out.println(\"傘を持って行く\");\n else if(雨 == 午後から降るかも) System.out.println(\"念のため傘を持って行く\");\n else System.out.println(\"傘を持って行かない\");\n \n \n \n・変数に計算結果を代入する:面積 = 縦 × 横\n ※計算は変数名でも数値でもいける\n \n・四則演算:足し算「+」、引き算「-」、掛け算「*」、割り算「/」\n 1 + 2 = 3;\n 4 - 3 = 1;\n 2 * 5 = 10;\n 8 / 2 = 4;\n \n・余りの計算:割り算の余り「%」\n 5 % 3 = 2;\n \n \n・printlnの複数表示:「+」を使用\n 例:println(\"Kobe\" + \"Kagikou\"); = KobeKajikou\n println(\"明治 + 20 + \"年\"); = 明治20年 数値が入ってもOK!\n \n \n \n・変数の宣言は「型」と「変数名」の2つ必要\n 例:型_変数名 → int x;\n \n・キーボードから入力するときは・・・「 import java.util.Scanner; 」 と 「 Scanner sc = new Scanner(System.in) ; 」が必要\n \n・入力するとき・・・変数名 = sc.nextInt(); nextの後は型を書く、頭文字は大文字 \n ※ scは変更しても大丈夫しかし全て変更後の文字に統一 例:nyuryoku\n \n・println・・・画面に出力するときに使用\n \n・文字列の表示・・・\"〇〇〇の間に入力\"ことが約束\n \n*/",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n\n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力\n int a = sc.nextInt();\n int b = sc.nextInt();\n \n //計算結果の表示\n \n System.out.printf(\"%d %d %.10f\\n\", a/b, a%b, (double)a/b);\n \n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力\n int a = sc.nextInt();\n int b = sc.nextInt();\n \n //計算結果の表示\n \n System.out.printf(\"%d %d %.10f\\n\", a/b, a%b, (double)a/b);\n \n }",
"main",
"{\n\n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力\n int a = sc.nextInt();\n int b = sc.nextInt();\n \n //計算結果の表示\n \n System.out.printf(\"%d %d %.10f\\n\", a/b, a%b, (double)a/b);\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.printf(\"%d %d %.10f\\n\", a/b, a%b, (double)a/b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.10f\\n\"",
"a/b",
"a",
"b",
"a%b",
"a",
"b",
"(double)a/b",
"(double)a",
"b",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n\n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力\n int a = sc.nextInt();\n int b = sc.nextInt();\n \n //計算結果の表示\n \n System.out.printf(\"%d %d %.10f\\n\", a/b, a%b, (double)a/b);\n \n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n\n Scanner sc = new Scanner(System.in);\n \n //変数a, bを宣言と入力\n int a = sc.nextInt();\n int b = sc.nextInt();\n \n //計算結果の表示\n \n System.out.printf(\"%d %d %.10f\\n\", a/b, a%b, (double)a/b);\n \n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
//変数a, bを宣言と入力
int a = sc.nextInt();
int b = sc.nextInt();
//計算結果の表示
System.out.printf("%d %d %.10f\n", a/b, a%b, (double)a/b);
}
}
/*覚えよう!!
〇キャスト演算子・・・通常は宣言時のデータ型しか使用できない!!!
しかし、キャスト演算子を使用することでデータの型を変更ができる
注意:まず、変数の宣言をしないと、キャスト演算子は使用できない!!!!!!!!!!
・例:まず、変数を宣言 int a; ← int(整数)しか表現できない。
system.out.println( a ); ⇒ 表示は 1, 2 , 3 , 4 , ・・・・・・ 小数は表現できない
system.out.println( (double)a ); ← 表示は 1.00 , 2.10 , 3.145 , 45.555 , ・・・・・・ 小数は表現できる
・書き方: 変数名の前に括弧「( )」と括弧内にデータ型を書く ⇒ 答え: (double)a と書く
*/
/*前回の内容!!
〇import java.util.Arrays;は重要↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
・Arrays:ソート(並べ変え)や検索など、配列を操作するための機能
・並べ変えするとき
import java.util.Arrays;を上に書く
class Main内に Arrays.sort(a); と書く ← このとき()内は配列の変数名
〇配列とは、同じ変数名に複数の値を入力できる箱
※イメージ
前回まで、a = 1, b = 2, c = 3など各変数名は1箱に値を代入できない
今回の配列はa[0] = 1, a[1] = 2, a[2] = 3 のように変数名aは3つの箱に値を代入できる。
注意:配列の箱は「 0 」から開始する
・複数のif(条件):かつ「 && 」とまたは「 || 」の2つを使用する
※かつ「 && 」:「真 && 真 = 真」, 「真 && 偽 = 偽」, 「偽 && 真 = 偽」 ,「偽 && 偽 = 偽」の4つの条件
または「 || 」:「真 && 真 = 真」, 「真 && 偽 = 真」, 「偽 && 真 = 真」 ,「偽 && 偽 = 偽」の4つの条件
・関係を比較する:if(条件式)
例:if(2 < 3) この条件は「真(成立)」 → 何か命令があれば実行する
if(5 < 3) この条件は「偽(不成立)」 → 何か命令があれば実行しない
・比較の条件式:等しいか比較「==」、等しくないか比較「!=」
大きいか比較「<」、小さいか比較「>」
以上の比較「<=」、以下の比較「>=」
・else;ifの条件以外の場合に使用する。
例:if(雨 == 降っている) System.out.println("傘を持って行く");
else System.out.println("傘を持って行かない");
・else if:詳細な場合分けしたいときに使用
例:if(雨 == 降っている) System.out.println("傘を持って行く");
else if(雨 == 午後から降るかも) System.out.println("念のため傘を持って行く");
else System.out.println("傘を持って行かない");
・変数に計算結果を代入する:面積 = 縦 × 横
※計算は変数名でも数値でもいける
・四則演算:足し算「+」、引き算「-」、掛け算「*」、割り算「/」
1 + 2 = 3;
4 - 3 = 1;
2 * 5 = 10;
8 / 2 = 4;
・余りの計算:割り算の余り「%」
5 % 3 = 2;
・printlnの複数表示:「+」を使用
例:println("Kobe" + "Kagikou"); = KobeKajikou
println("明治 + 20 + "年"); = 明治20年 数値が入ってもOK!
・変数の宣言は「型」と「変数名」の2つ必要
例:型_変数名 → int x;
・キーボードから入力するときは・・・「 import java.util.Scanner; 」 と 「 Scanner sc = new Scanner(System.in) ; 」が必要
・入力するとき・・・変数名 = sc.nextInt(); nextの後は型を書く、頭文字は大文字
※ scは変更しても大丈夫しかし全て変更後の文字に統一 例:nyuryoku
・println・・・画面に出力するときに使用
・文字列の表示・・・"〇〇〇の間に入力"ことが約束
*/
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
17,
2,
13,
13,
2,
13,
13,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
40,
5
],
[
40,
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
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
22,
28
],
[
28,
29
],
[
28,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
22,
34
],
[
34,
35
],
[
34,
36
],
[
6,
37
],
[
37,
38
],
[
0,
39
],
[
39,
40
],
[
39,
41
]
] | [
"import java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.printf(\"%d %d %.5f\", a/b, a%b, (double)a/(double)b);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.printf(\"%d %d %.5f\", a/b, a%b, (double)a/(double)b);\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\tSystem.out.printf(\"%d %d %.5f\", a/b, a%b, (double)a/(double)b);\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\tSystem.out.printf(\"%d %d %.5f\", a/b, a%b, (double)a/(double)b);\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",
"System.out.printf(\"%d %d %.5f\", a/b, a%b, (double)a/(double)b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.5f\"",
"a/b",
"a",
"b",
"a%b",
"a",
"b",
"(double)a/(double)b",
"(double)a",
"(double)b",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.printf(\"%d %d %.5f\", a/b, a%b, (double)a/(double)b);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.printf(\"%d %d %.5f\", a/b, a%b, (double)a/(double)b);\n\t}\n}",
"Main"
] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
System.out.printf("%d %d %.5f", a/b, a%b, (double)a/(double)b);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
0,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
38,
5,
13,
30,
4,
18,
13,
30,
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,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
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
],
[
100,
11
],
[
100,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
14,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
14,
28
],
[
28,
29
],
[
14,
30
],
[
30,
31
],
[
14,
32
],
[
32,
33
],
[
14,
34
],
[
34,
35
],
[
14,
36
],
[
36,
37
],
[
14,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
38,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
14,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
14,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
62,
64
],
[
14,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
70,
71
],
[
70,
72
],
[
14,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
75,
77
],
[
14,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
80,
82
],
[
14,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
85,
87
],
[
14,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
88,
93
],
[
88,
94
],
[
88,
95
],
[
88,
96
],
[
12,
97
],
[
97,
98
],
[
0,
99
],
[
99,
100
],
[
99,
101
]
] | [
"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\n\t\tString str = null;\n\t\tBufferedReader br = null;\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t\n\t\tString[] str1;\n\t\tint a,b,c,d,r;\n\t\tdouble f;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\t\n\t\tstr1 = str.split(\" \");\n\t\ta = Integer.parseInt(str1[0]);\n\t\tb = Integer.parseInt(str1[1]);\n\t\td=a/b;\n\t\tr=a%b;\n\t\t\n\t\tf=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t\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\n\t\tString str = null;\n\t\tBufferedReader br = null;\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t\n\t\tString[] str1;\n\t\tint a,b,c,d,r;\n\t\tdouble f;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\t\n\t\tstr1 = str.split(\" \");\n\t\ta = Integer.parseInt(str1[0]);\n\t\tb = Integer.parseInt(str1[1]);\n\t\td=a/b;\n\t\tr=a%b;\n\t\t\n\t\tf=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t\t}\n}",
"Main",
"public static void main(String[] args){\n\n\t\tString str = null;\n\t\tBufferedReader br = null;\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t\n\t\tString[] str1;\n\t\tint a,b,c,d,r;\n\t\tdouble f;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\t\n\t\tstr1 = str.split(\" \");\n\t\ta = Integer.parseInt(str1[0]);\n\t\tb = Integer.parseInt(str1[1]);\n\t\td=a/b;\n\t\tr=a%b;\n\t\t\n\t\tf=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t\t}",
"main",
"{\n\n\t\tString str = null;\n\t\tBufferedReader br = null;\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t\n\t\tString[] str1;\n\t\tint a,b,c,d,r;\n\t\tdouble f;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\t\n\t\tstr1 = str.split(\" \");\n\t\ta = Integer.parseInt(str1[0]);\n\t\tb = Integer.parseInt(str1[1]);\n\t\td=a/b;\n\t\tr=a%b;\n\t\t\n\t\tf=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t\t}",
"String str = null;",
"str",
"null",
"BufferedReader br = null;",
"br",
"null",
"br = new BufferedReader(new InputStreamReader(System.in))",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str1;",
"str1",
"int a",
"a",
"b",
"b",
"c",
"c",
"d",
"d",
"r;",
"r",
"double f;",
"f",
"try {\n\t\t\tstr = br.readLine();\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\tstr = br.readLine();\n\t\t}",
"str = br.readLine()",
"str",
"br.readLine()",
"br.readLine",
"br",
"str1 = str.split(\" \")",
"str1",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"a = Integer.parseInt(str1[0])",
"a",
"Integer.parseInt(str1[0])",
"Integer.parseInt",
"Integer",
"str1[0]",
"str1",
"0",
"b = Integer.parseInt(str1[1])",
"b",
"Integer.parseInt(str1[1])",
"Integer.parseInt",
"Integer",
"str1[1]",
"str1",
"1",
"d=a/b",
"d",
"a/b",
"a",
"b",
"r=a%b",
"r",
"a%b",
"a",
"b",
"f=(double)a/b",
"f",
"(double)a/b",
"(double)a",
"b",
"System.out.printf(\"%d %d %.5f\",d,r,f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.5f\"",
"d",
"r",
"f",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tString str = null;\n\t\tBufferedReader br = null;\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t\n\t\tString[] str1;\n\t\tint a,b,c,d,r;\n\t\tdouble f;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\t\n\t\tstr1 = str.split(\" \");\n\t\ta = Integer.parseInt(str1[0]);\n\t\tb = Integer.parseInt(str1[1]);\n\t\td=a/b;\n\t\tr=a%b;\n\t\t\n\t\tf=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tString str = null;\n\t\tBufferedReader br = null;\n\t\tbr = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\t\n\t\tString[] str1;\n\t\tint a,b,c,d,r;\n\t\tdouble f;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t} catch (IOException e) {\n\t\t\t// TODO ????????????????????? catch ????????????\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\t\n\t\tstr1 = str.split(\" \");\n\t\ta = Integer.parseInt(str1[0]);\n\t\tb = Integer.parseInt(str1[1]);\n\t\td=a/b;\n\t\tr=a%b;\n\t\t\n\t\tf=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args){
String str = null;
BufferedReader br = null;
br = new BufferedReader(new InputStreamReader(System.in));
String[] str1;
int a,b,c,d,r;
double f;
try {
str = br.readLine();
} catch (IOException e) {
// TODO ????????????????????? catch ????????????
e.printStackTrace();
}
str1 = str.split(" ");
a = Integer.parseInt(str1[0]);
b = Integer.parseInt(str1[1]);
d=a/b;
r=a%b;
f=(double)a/b;
System.out.printf("%d %d %.5f",d,r,f);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
17,
13,
4,
18,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
45,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
43,
49
],
[
45,
50
],
[
37,
51
],
[
8,
52
],
[
52,
53
],
[
53,
54
],
[
6,
55
],
[
55,
56
]
] | [
"import java.util.Scanner;\n\tclass 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 d = a/b;\n int r = a%b;\n double f = (double)a/b;\n System.out.printf(d + \" \" + r + \" \" + \"%.5f\\n\", f);\n \n sc.close();\n }\n }",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a/b;\n int r = a%b;\n double f = (double)a/b;\n System.out.printf(d + \" \" + r + \" \" + \"%.5f\\n\", f);\n \n sc.close();\n }\n }",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a/b;\n int r = a%b;\n double f = (double)a/b;\n System.out.printf(d + \" \" + r + \" \" + \"%.5f\\n\", f);\n \n sc.close();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a/b;\n int r = a%b;\n double f = (double)a/b;\n System.out.printf(d + \" \" + r + \" \" + \"%.5f\\n\", f);\n \n sc.close();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"double f = (double)a/b;",
"f",
"(double)a/b",
"(double)a",
"b",
"System.out.printf(d + \" \" + r + \" \" + \"%.5f\\n\", f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + \"%.5f\\n\"",
"\" \"",
"r",
"d + \" \" + r + \" \" + \"%.5f\\n\"",
"d",
"\" \"",
"r",
"\" \"",
"\"%.5f\\n\"",
"f",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int d = a/b;
int r = a%b;
double f = (double)a/b;
System.out.printf(d + " " + r + " " + "%.5f\n", f);
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
59,
5
],
[
59,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
8,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
49,
55
],
[
6,
56
],
[
56,
57
],
[
0,
58
],
[
58,
59
],
[
58,
60
]
] | [
"import java.util.Scanner;\npublic class Main{\n\tpublic static void main(String[] args) {\n Scanner sc= new Scanner(System.in);\n int a = sc.nextInt();\nint b = sc.nextInt();\n\nint d=a/b;\nint r=a%b;\ndouble f =(double)a/ (double)b;\nSystem.out.println(d);\nSystem.out.println(r);\nSystem.out.printf(\"%.8f\",f);\n\n\t}\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args) {\n Scanner sc= new Scanner(System.in);\n int a = sc.nextInt();\nint b = sc.nextInt();\n\nint d=a/b;\nint r=a%b;\ndouble f =(double)a/ (double)b;\nSystem.out.println(d);\nSystem.out.println(r);\nSystem.out.printf(\"%.8f\",f);\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc= new Scanner(System.in);\n int a = sc.nextInt();\nint b = sc.nextInt();\n\nint d=a/b;\nint r=a%b;\ndouble f =(double)a/ (double)b;\nSystem.out.println(d);\nSystem.out.println(r);\nSystem.out.printf(\"%.8f\",f);\n\n\t}",
"main",
"{\n Scanner sc= new Scanner(System.in);\n int a = sc.nextInt();\nint b = sc.nextInt();\n\nint d=a/b;\nint r=a%b;\ndouble f =(double)a/ (double)b;\nSystem.out.println(d);\nSystem.out.println(r);\nSystem.out.printf(\"%.8f\",f);\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 d=a/b;",
"d",
"a/b",
"a",
"b",
"int r=a%b;",
"r",
"a%b",
"a",
"b",
"double f =(double)a/ (double)b;",
"f",
"(double)a/ (double)b",
"(double)a",
"(double)b",
"System.out.println(d)",
"System.out.println",
"System.out",
"System",
"System.out",
"d",
"System.out.println(r)",
"System.out.println",
"System.out",
"System",
"System.out",
"r",
"System.out.printf(\"%.8f\",f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%.8f\"",
"f",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args) {\n Scanner sc= new Scanner(System.in);\n int a = sc.nextInt();\nint b = sc.nextInt();\n\nint d=a/b;\nint r=a%b;\ndouble f =(double)a/ (double)b;\nSystem.out.println(d);\nSystem.out.println(r);\nSystem.out.printf(\"%.8f\",f);\n\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args) {\n Scanner sc= new Scanner(System.in);\n int a = sc.nextInt();\nint b = sc.nextInt();\n\nint d=a/b;\nint r=a%b;\ndouble f =(double)a/ (double)b;\nSystem.out.println(d);\nSystem.out.println(r);\nSystem.out.printf(\"%.8f\",f);\n\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 d=a/b;
int r=a%b;
double f =(double)a/ (double)b;
System.out.println(d);
System.out.println(r);
System.out.printf("%.8f",f);
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
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
],
[
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
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
37,
43
],
[
37,
44
],
[
37,
45
],
[
58,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
46,
55
],
[
55,
56
],
[
0,
57
],
[
57,
58
],
[
57,
59
]
] | [
"import java.util.Scanner;\n\npublic class Main {\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\t\n\t\tint d=x/y;\n\t\tint r=x%y;\n\t\tdouble f=(double)x/(double)y;\n\t\t\n\t\tSystem.out.printf(\"%d %d %05f\", d, r, f);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x =scanner.nextInt();\n\t\tint y =scanner.nextInt();\n\t\t\n\t\tint d=x/y;\n\t\tint r=x%y;\n\t\tdouble f=(double)x/(double)y;\n\t\t\n\t\tSystem.out.printf(\"%d %d %05f\", d, r, f);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}",
"Main",
"private void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x =scanner.nextInt();\n\t\tint y =scanner.nextInt();\n\t\t\n\t\tint d=x/y;\n\t\tint r=x%y;\n\t\tdouble f=(double)x/(double)y;\n\t\t\n\t\tSystem.out.printf(\"%d %d %05f\", d, r, f);\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\t\n\t\tint d=x/y;\n\t\tint r=x%y;\n\t\tdouble f=(double)x/(double)y;\n\t\t\n\t\tSystem.out.printf(\"%d %d %05f\", d, r, f);\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 d=x/y;",
"d",
"x/y",
"x",
"y",
"int r=x%y;",
"r",
"x%y",
"x",
"y",
"double f=(double)x/(double)y;",
"f",
"(double)x/(double)y",
"(double)x",
"(double)y",
"System.out.printf(\"%d %d %05f\", d, r, f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %05f\"",
"d",
"r",
"f",
"public static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}",
"main",
"{\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}",
"Main run =new Main();",
"run",
"new Main()",
"run.calc()",
"run.calc",
"run",
"String[] args",
"args",
"public class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x =scanner.nextInt();\n\t\tint y =scanner.nextInt();\n\t\t\n\t\tint d=x/y;\n\t\tint r=x%y;\n\t\tdouble f=(double)x/(double)y;\n\t\t\n\t\tSystem.out.printf(\"%d %d %05f\", d, r, f);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}",
"public class Main {\n\tprivate void calc(){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint x =scanner.nextInt();\n\t\tint y =scanner.nextInt();\n\t\t\n\t\tint d=x/y;\n\t\tint r=x%y;\n\t\tdouble f=(double)x/(double)y;\n\t\t\n\t\tSystem.out.printf(\"%d %d %05f\", d, r, f);\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\tMain run =new Main();\n\t\trun.calc();\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
private void calc(){
Scanner scanner = new Scanner(System.in);
int x =scanner.nextInt();
int y =scanner.nextInt();
int d=x/y;
int r=x%y;
double f=(double)x/(double)y;
System.out.printf("%d %d %05f", d, r, f);
}
public static void main(String[] args) {
Main run =new Main();
run.calc();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
2,
17,
13,
41,
13,
4,
18,
13,
41,
13,
2,
17,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
4,
18,
18,
13,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
72,
5
],
[
72,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
8,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
57,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
57,
61
],
[
8,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
62,
68
],
[
6,
69
],
[
69,
70
],
[
0,
71
],
[
71,
72
],
[
71,
73
]
] | [
"import java.util.Scanner;\n\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint a = scan.nextInt();\n\t\tdouble dbA = 1.00000 * a;\n\t\tint b = scan.nextInt();\n\t\tdouble dbB = 1.00000 * b;\n\t\tscan.close();\n\t\t//System.out.println(\"dbA:\" + dbA);\n\t\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = dbA / dbB;\n\t\t\n\t\tSystem.out.print(d + \" \" +r + \" \");\n\t\tSystem.out.printf(\"%.5f\", f);\n\t\t\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint a = scan.nextInt();\n\t\tdouble dbA = 1.00000 * a;\n\t\tint b = scan.nextInt();\n\t\tdouble dbB = 1.00000 * b;\n\t\tscan.close();\n\t\t//System.out.println(\"dbA:\" + dbA);\n\t\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = dbA / dbB;\n\t\t\n\t\tSystem.out.print(d + \" \" +r + \" \");\n\t\tSystem.out.printf(\"%.5f\", f);\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint a = scan.nextInt();\n\t\tdouble dbA = 1.00000 * a;\n\t\tint b = scan.nextInt();\n\t\tdouble dbB = 1.00000 * b;\n\t\tscan.close();\n\t\t//System.out.println(\"dbA:\" + dbA);\n\t\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = dbA / dbB;\n\t\t\n\t\tSystem.out.print(d + \" \" +r + \" \");\n\t\tSystem.out.printf(\"%.5f\", f);\n\t\t\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint a = scan.nextInt();\n\t\tdouble dbA = 1.00000 * a;\n\t\tint b = scan.nextInt();\n\t\tdouble dbB = 1.00000 * b;\n\t\tscan.close();\n\t\t//System.out.println(\"dbA:\" + dbA);\n\t\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = dbA / dbB;\n\t\t\n\t\tSystem.out.print(d + \" \" +r + \" \");\n\t\tSystem.out.printf(\"%.5f\", f);\n\t\t\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"double dbA = 1.00000 * a;",
"dbA",
"1.00000 * a",
"1.00000",
"a",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"double dbB = 1.00000 * b;",
"dbB",
"1.00000 * b",
"1.00000",
"b",
"scan.close()",
"scan.close",
"scan",
"int d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = dbA / dbB;",
"f",
"dbA / dbB",
"dbA",
"dbB",
"System.out.print(d + \" \" +r + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d + \" \" +r + \" \"",
"r",
"d + \" \" +r + \" \"",
"d",
"\" \"",
"r",
"\" \"",
"System.out.printf(\"%.5f\", f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%.5f\"",
"f",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint a = scan.nextInt();\n\t\tdouble dbA = 1.00000 * a;\n\t\tint b = scan.nextInt();\n\t\tdouble dbB = 1.00000 * b;\n\t\tscan.close();\n\t\t//System.out.println(\"dbA:\" + dbA);\n\t\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = dbA / dbB;\n\t\t\n\t\tSystem.out.print(d + \" \" +r + \" \");\n\t\tSystem.out.printf(\"%.5f\", f);\n\t\t\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint a = scan.nextInt();\n\t\tdouble dbA = 1.00000 * a;\n\t\tint b = scan.nextInt();\n\t\tdouble dbB = 1.00000 * b;\n\t\tscan.close();\n\t\t//System.out.println(\"dbA:\" + dbA);\n\t\t\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = dbA / dbB;\n\t\t\n\t\tSystem.out.print(d + \" \" +r + \" \");\n\t\tSystem.out.printf(\"%.5f\", f);\n\t\t\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// TODO ?????????????????????????????????????????????
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
double dbA = 1.00000 * a;
int b = scan.nextInt();
double dbB = 1.00000 * b;
scan.close();
//System.out.println("dbA:" + dbA);
int d = a / b;
int r = a % b;
double f = dbA / dbB;
System.out.print(d + " " +r + " ");
System.out.printf("%.5f", f);
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
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
],
[
72,
11
],
[
72,
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
],
[
47,
49
],
[
14,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
14,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
14,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
60,
66
],
[
60,
67
],
[
60,
68
],
[
12,
69
],
[
69,
70
],
[
0,
71
],
[
71,
72
],
[
71,
73
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\n\t\t int d =\ta / b;\t\t//d(a÷bの整数を表示)\n\t\t int r =\ta % b;\t\t//r(a÷bの余りを表示)\n\t\t double f = (double)a / (double)b;\t//f(a÷bの浮動小数点を表示)\n\n\t\t /*今回は桁数出すためprintfを使用\n\t\t * % = 文字表示用\n\t\t * d = 10進数の整数\n\t\t * %d = 10進数の整数を文字表示、みたいな使い方\n\t\t * .7で小数点以下を7桁表示してる\n\t\t * \\nは改行用\n\t\t */\n\t\t System.out.printf(\"%d %d %.7f\\n\", d, r, f);\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\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\n\t\t int d =\ta / b;\t\t//d(a÷bの整数を表示)\n\t\t int r =\ta % b;\t\t//r(a÷bの余りを表示)\n\t\t double f = (double)a / (double)b;\t//f(a÷bの浮動小数点を表示)\n\n\t\t /*今回は桁数出すためprintfを使用\n\t\t * % = 文字表示用\n\t\t * d = 10進数の整数\n\t\t * %d = 10進数の整数を文字表示、みたいな使い方\n\t\t * .7で小数点以下を7桁表示してる\n\t\t * \\nは改行用\n\t\t */\n\t\t System.out.printf(\"%d %d %.7f\\n\", d, r, f);\n\n }\n}",
"Main",
"public static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\n\t\t int d =\ta / b;\t\t//d(a÷bの整数を表示)\n\t\t int r =\ta % b;\t\t//r(a÷bの余りを表示)\n\t\t double f = (double)a / (double)b;\t//f(a÷bの浮動小数点を表示)\n\n\t\t /*今回は桁数出すためprintfを使用\n\t\t * % = 文字表示用\n\t\t * d = 10進数の整数\n\t\t * %d = 10進数の整数を文字表示、みたいな使い方\n\t\t * .7で小数点以下を7桁表示してる\n\t\t * \\nは改行用\n\t\t */\n\t\t System.out.printf(\"%d %d %.7f\\n\", d, r, f);\n\n }",
"main",
"{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\n\t\t int d =\ta / b;\t\t//d(a÷bの整数を表示)\n\t\t int r =\ta % b;\t\t//r(a÷bの余りを表示)\n\t\t double f = (double)a / (double)b;\t//f(a÷bの浮動小数点を表示)\n\n\t\t /*今回は桁数出すためprintfを使用\n\t\t * % = 文字表示用\n\t\t * d = 10進数の整数\n\t\t * %d = 10進数の整数を文字表示、みたいな使い方\n\t\t * .7で小数点以下を7桁表示してる\n\t\t * \\nは改行用\n\t\t */\n\t\t System.out.printf(\"%d %d %.7f\\n\", d, r, f);\n\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strAry = str.split(\" \");",
"strAry",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(strAry[0]);",
"a",
"Integer.parseInt(strAry[0])",
"Integer.parseInt",
"Integer",
"strAry[0]",
"strAry",
"0",
"int b = Integer.parseInt(strAry[1]);",
"b",
"Integer.parseInt(strAry[1])",
"Integer.parseInt",
"Integer",
"strAry[1]",
"strAry",
"1",
"int d =\ta / b;",
"d",
"a / b",
"a",
"b",
"int r =\ta % b;",
"r",
"a % b",
"a",
"b",
"double f = (double)a / (double)b;",
"f",
"(double)a / (double)b",
"(double)a",
"(double)b",
"System.out.printf(\"%d %d %.7f\\n\", d, r, f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.7f\\n\"",
"d",
"r",
"f",
"String[] arg",
"arg",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\n\t\t int d =\ta / b;\t\t//d(a÷bの整数を表示)\n\t\t int r =\ta % b;\t\t//r(a÷bの余りを表示)\n\t\t double f = (double)a / (double)b;\t//f(a÷bの浮動小数点を表示)\n\n\t\t /*今回は桁数出すためprintfを使用\n\t\t * % = 文字表示用\n\t\t * d = 10進数の整数\n\t\t * %d = 10進数の整数を文字表示、みたいな使い方\n\t\t * .7で小数点以下を7桁表示してる\n\t\t * \\nは改行用\n\t\t */\n\t\t System.out.printf(\"%d %d %.7f\\n\", d, r, f);\n\n }\n}",
"public class Main {\n\tpublic static void main(String[] arg)throws IOException{\n\t\t BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\t //br.readline(); = 入力された1行分を日本語変換して返してくれる。\n\t\t String str = br.readLine();\n\n\t\t /*配列の型(intとかStringとか) [] 配列名 = 配列を用意\n\t\t *今回はstrAryって配列にstrを入れてる。\n\t\t *str.split = splitってのはString内に用意されてるメソッド\n\t\t *文字列を分割するときに使用。今回は空白で区切ってって仕様なので\n\t\t *split(\" \")としてます。*/\n\t\t String[] strAry = str.split(\" \");\n\n\t\t /*おなじみの文字列から数値への変換。\n\t\t *ただし今回は指定先が配列の何番って風になってる。*/\n\t\t int a = Integer.parseInt(strAry[0]);\n\t\t int b = Integer.parseInt(strAry[1]);\n\n\t\t int d =\ta / b;\t\t//d(a÷bの整数を表示)\n\t\t int r =\ta % b;\t\t//r(a÷bの余りを表示)\n\t\t double f = (double)a / (double)b;\t//f(a÷bの浮動小数点を表示)\n\n\t\t /*今回は桁数出すためprintfを使用\n\t\t * % = 文字表示用\n\t\t * d = 10進数の整数\n\t\t * %d = 10進数の整数を文字表示、みたいな使い方\n\t\t * .7で小数点以下を7桁表示してる\n\t\t * \\nは改行用\n\t\t */\n\t\t System.out.printf(\"%d %d %.7f\\n\", d, r, f);\n\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] arg)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
//br.readline(); = 入力された1行分を日本語変換して返してくれる。
String str = br.readLine();
/*配列の型(intとかStringとか) [] 配列名 = 配列を用意
*今回はstrAryって配列にstrを入れてる。
*str.split = splitってのはString内に用意されてるメソッド
*文字列を分割するときに使用。今回は空白で区切ってって仕様なので
*split(" ")としてます。*/
String[] strAry = str.split(" ");
/*おなじみの文字列から数値への変換。
*ただし今回は指定先が配列の何番って風になってる。*/
int a = Integer.parseInt(strAry[0]);
int b = Integer.parseInt(strAry[1]);
int d = a / b; //d(a÷bの整数を表示)
int r = a % b; //r(a÷bの余りを表示)
double f = (double)a / (double)b; //f(a÷bの浮動小数点を表示)
/*今回は桁数出すためprintfを使用
* % = 文字表示用
* d = 10進数の整数
* %d = 10進数の整数を文字表示、みたいな使い方
* .7で小数点以下を7桁表示してる
* \nは改行用
*/
System.out.printf("%d %d %.7f\n", d, r, f);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
41,
13,
20,
4,
18,
13,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
13,
0,
13,
13,
23,
13,
23,
13,
12,
13,
30,
4,
18,
18,
13,
13,
17,
2,
13,
13,
2,
13,
13,
2,
13,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
89,
8
],
[
89,
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
],
[
21,
22
],
[
22,
23
],
[
12,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
28,
30
],
[
24,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
24,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
38,
41
],
[
38,
42
],
[
24,
43
],
[
43,
44
],
[
43,
45
],
[
24,
46
],
[
46,
47
],
[
47,
48
],
[
9,
49
],
[
49,
50
],
[
0,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
51,
55
],
[
55,
56
],
[
51,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
57,
66
],
[
66,
67
],
[
57,
68
],
[
68,
69
],
[
51,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
73,
79
],
[
79,
80
],
[
79,
81
],
[
73,
82
],
[
82,
83
],
[
82,
84
],
[
73,
85
],
[
85,
86
],
[
85,
87
],
[
0,
88
],
[
88,
89
],
[
88,
90
]
] | [
"import java.io.*;\n import java.util.*;\npublic class Main{\n static public void main(String args[]){\n try {\nInputStreamReader isr = new InputStreamReader(System.in);\nBufferedReader br = new BufferedReader(isr);\nString buf = br.readLine();\n\nString[] tmp = buf.split(\" \",0);\n\nCalculate calc = new Calculate(Integer.parseInt(tmp[0]),\n\t\t\t\t\t\t\t\tInteger.parseInt(tmp[1]));\n\tcalc.show();\n } catch(IOException e) {\n System.err.println(e.getMessage());\n }\n}\n}\n\nclass Calculate{\n\tint a;\n\tint b;\n Calculate(int x, int y) {\n \ta=x;\n\tb=y;\n }\n\tpublic void show(){\n\tSystem.out.printf(\"%d %d %.6f\", a/b, a%b, (double)a/b);\n}\n\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n static public void main(String args[]){\n try {\nInputStreamReader isr = new InputStreamReader(System.in);\nBufferedReader br = new BufferedReader(isr);\nString buf = br.readLine();\n\nString[] tmp = buf.split(\" \",0);\n\nCalculate calc = new Calculate(Integer.parseInt(tmp[0]),\n\t\t\t\t\t\t\t\tInteger.parseInt(tmp[1]));\n\tcalc.show();\n } catch(IOException e) {\n System.err.println(e.getMessage());\n }\n}\n}",
"Main",
"static public void main(String args[]){\n try {\nInputStreamReader isr = new InputStreamReader(System.in);\nBufferedReader br = new BufferedReader(isr);\nString buf = br.readLine();\n\nString[] tmp = buf.split(\" \",0);\n\nCalculate calc = new Calculate(Integer.parseInt(tmp[0]),\n\t\t\t\t\t\t\t\tInteger.parseInt(tmp[1]));\n\tcalc.show();\n } catch(IOException e) {\n System.err.println(e.getMessage());\n }\n}",
"main",
"{\n try {\nInputStreamReader isr = new InputStreamReader(System.in);\nBufferedReader br = new BufferedReader(isr);\nString buf = br.readLine();\n\nString[] tmp = buf.split(\" \",0);\n\nCalculate calc = new Calculate(Integer.parseInt(tmp[0]),\n\t\t\t\t\t\t\t\tInteger.parseInt(tmp[1]));\n\tcalc.show();\n } catch(IOException e) {\n System.err.println(e.getMessage());\n }\n}",
"try {\nInputStreamReader isr = new InputStreamReader(System.in);\nBufferedReader br = new BufferedReader(isr);\nString buf = br.readLine();\n\nString[] tmp = buf.split(\" \",0);\n\nCalculate calc = new Calculate(Integer.parseInt(tmp[0]),\n\t\t\t\t\t\t\t\tInteger.parseInt(tmp[1]));\n\tcalc.show();\n } catch(IOException e) {\n System.err.println(e.getMessage());\n }",
"catch(IOException e) {\n System.err.println(e.getMessage());\n }",
"IOException e",
"{\n System.err.println(e.getMessage());\n }",
"System.err.println(e.getMessage())",
"System.err.println",
"System.err",
"System",
"System.err",
"e.getMessage()",
"e.getMessage",
"e",
"{\nInputStreamReader isr = new InputStreamReader(System.in);\nBufferedReader br = new BufferedReader(isr);\nString buf = br.readLine();\n\nString[] tmp = buf.split(\" \",0);\n\nCalculate calc = new Calculate(Integer.parseInt(tmp[0]),\n\t\t\t\t\t\t\t\tInteger.parseInt(tmp[1]));\n\tcalc.show();\n }",
"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",
"String[] tmp = buf.split(\" \",0);",
"tmp",
"buf.split(\" \",0)",
"buf.split",
"buf",
"\" \"",
"0",
"Calculate calc = new Calculate(Integer.parseInt(tmp[0]),\n\t\t\t\t\t\t\t\tInteger.parseInt(tmp[1]));",
"calc",
"new Calculate(Integer.parseInt(tmp[0]),\n\t\t\t\t\t\t\t\tInteger.parseInt(tmp[1]))",
"calc.show()",
"calc.show",
"calc",
"String args[]",
"args",
"class Calculate{\n\tint a;\n\tint b;\n Calculate(int x, int y) {\n \ta=x;\n\tb=y;\n }\n\tpublic void show(){\n\tSystem.out.printf(\"%d %d %.6f\", a/b, a%b, (double)a/b);\n}\n\n}",
"Calculate",
"int a;",
"a",
"int b;",
"b",
"Calculate(int x, int y) {\n \ta=x;\n\tb=y;\n }",
"Calculate",
"{\n \ta=x;\n\tb=y;\n }",
"a=x",
"a",
"x",
"b=y",
"b",
"y",
"int x",
"x",
"int y",
"y",
"public void show(){\n\tSystem.out.printf(\"%d %d %.6f\", a/b, a%b, (double)a/b);\n}",
"show",
"{\n\tSystem.out.printf(\"%d %d %.6f\", a/b, a%b, (double)a/b);\n}",
"System.out.printf(\"%d %d %.6f\", a/b, a%b, (double)a/b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.6f\"",
"a/b",
"a",
"b",
"a%b",
"a",
"b",
"(double)a/b",
"(double)a",
"b",
"public class Main{\n static public void main(String args[]){\n try {\nInputStreamReader isr = new InputStreamReader(System.in);\nBufferedReader br = new BufferedReader(isr);\nString buf = br.readLine();\n\nString[] tmp = buf.split(\" \",0);\n\nCalculate calc = new Calculate(Integer.parseInt(tmp[0]),\n\t\t\t\t\t\t\t\tInteger.parseInt(tmp[1]));\n\tcalc.show();\n } catch(IOException e) {\n System.err.println(e.getMessage());\n }\n}\n}",
"public class Main{\n static public void main(String args[]){\n try {\nInputStreamReader isr = new InputStreamReader(System.in);\nBufferedReader br = new BufferedReader(isr);\nString buf = br.readLine();\n\nString[] tmp = buf.split(\" \",0);\n\nCalculate calc = new Calculate(Integer.parseInt(tmp[0]),\n\t\t\t\t\t\t\t\tInteger.parseInt(tmp[1]));\n\tcalc.show();\n } catch(IOException e) {\n System.err.println(e.getMessage());\n }\n}\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main{
static public void main(String args[]){
try {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
String buf = br.readLine();
String[] tmp = buf.split(" ",0);
Calculate calc = new Calculate(Integer.parseInt(tmp[0]),
Integer.parseInt(tmp[1]));
calc.show();
} catch(IOException e) {
System.err.println(e.getMessage());
}
}
}
class Calculate{
int a;
int b;
Calculate(int x, int y) {
a=x;
b=y;
}
public void show(){
System.out.printf("%d %d %.6f", a/b, a%b, (double)a/b);
}
} |
[
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,
13,
41,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
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
],
[
84,
11
],
[
84,
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
],
[
14,
48
],
[
48,
49
],
[
48,
50
],
[
14,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
14,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
14,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
63,
65
],
[
14,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
74,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
73,
77
],
[
72,
78
],
[
74,
79
],
[
66,
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\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\tString inputData = br.readLine();\n\t\tString[] inputValue = inputData.split(\" \");\n\n\t\tint a = Integer.parseInt(inputValue[0]);\n\t\tint b = Integer.parseInt(inputValue[1]);\n\n\t\tdouble conversion_a = a;\n\t\tdouble conversion_b = b;\n\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tdouble f = conversion_a/conversion_b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\", f);\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\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\tString inputData = br.readLine();\n\t\tString[] inputValue = inputData.split(\" \");\n\n\t\tint a = Integer.parseInt(inputValue[0]);\n\t\tint b = Integer.parseInt(inputValue[1]);\n\n\t\tdouble conversion_a = a;\n\t\tdouble conversion_b = b;\n\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tdouble f = conversion_a/conversion_b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\", f);\n\t}\n\n}",
"Main",
"public static void main(String[] args)throws IOException{\n\t\tBufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\tString inputData = br.readLine();\n\t\tString[] inputValue = inputData.split(\" \");\n\n\t\tint a = Integer.parseInt(inputValue[0]);\n\t\tint b = Integer.parseInt(inputValue[1]);\n\n\t\tdouble conversion_a = a;\n\t\tdouble conversion_b = b;\n\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tdouble f = conversion_a/conversion_b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\", f);\n\t}",
"main",
"{\n\t\tBufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\tString inputData = br.readLine();\n\t\tString[] inputValue = inputData.split(\" \");\n\n\t\tint a = Integer.parseInt(inputValue[0]);\n\t\tint b = Integer.parseInt(inputValue[1]);\n\n\t\tdouble conversion_a = a;\n\t\tdouble conversion_b = b;\n\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tdouble f = conversion_a/conversion_b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\", f);\n\t}",
"BufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String inputData = br.readLine();",
"inputData",
"br.readLine()",
"br.readLine",
"br",
"String[] inputValue = inputData.split(\" \");",
"inputValue",
"inputData.split(\" \")",
"inputData.split",
"inputData",
"\" \"",
"int a = Integer.parseInt(inputValue[0]);",
"a",
"Integer.parseInt(inputValue[0])",
"Integer.parseInt",
"Integer",
"inputValue[0]",
"inputValue",
"0",
"int b = Integer.parseInt(inputValue[1]);",
"b",
"Integer.parseInt(inputValue[1])",
"Integer.parseInt",
"Integer",
"inputValue[1]",
"inputValue",
"1",
"double conversion_a = a;",
"conversion_a",
"a",
"double conversion_b = b;",
"conversion_b",
"b",
"int d = a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"double f = conversion_a/conversion_b;",
"f",
"conversion_a/conversion_b",
"conversion_a",
"conversion_b",
"System.out.printf(d + \" \" + r + \" \" + \"%.5f\", f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + \"%.5f\"",
"\" \"",
"r",
"d + \" \" + r + \" \" + \"%.5f\"",
"d",
"\" \"",
"r",
"\" \"",
"\"%.5f\"",
"f",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\tString inputData = br.readLine();\n\t\tString[] inputValue = inputData.split(\" \");\n\n\t\tint a = Integer.parseInt(inputValue[0]);\n\t\tint b = Integer.parseInt(inputValue[1]);\n\n\t\tdouble conversion_a = a;\n\t\tdouble conversion_b = b;\n\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tdouble f = conversion_a/conversion_b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\", f);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br =\n\t\t\t\tnew BufferedReader(new InputStreamReader(System.in));\n\n\t\tString inputData = br.readLine();\n\t\tString[] inputValue = inputData.split(\" \");\n\n\t\tint a = Integer.parseInt(inputValue[0]);\n\t\tint b = Integer.parseInt(inputValue[1]);\n\n\t\tdouble conversion_a = a;\n\t\tdouble conversion_b = b;\n\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tdouble f = conversion_a/conversion_b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\", f);\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args)throws IOException{
BufferedReader br =
new BufferedReader(new InputStreamReader(System.in));
String inputData = br.readLine();
String[] inputValue = inputData.split(" ");
int a = Integer.parseInt(inputValue[0]);
int b = Integer.parseInt(inputValue[1]);
double conversion_a = a;
double conversion_b = b;
int d = a/b;
int r = a%b;
double f = conversion_a/conversion_b;
System.out.printf(d + " " + r + " " + "%.5f", f);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
38,
5,
13,
30,
4,
18,
13,
30,
41,
13,
4,
18,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
41,
13,
20,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
104,
14
],
[
104,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
17,
28
],
[
28,
29
],
[
17,
30
],
[
30,
31
],
[
17,
32
],
[
32,
33
],
[
17,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
34,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
44,
49
],
[
41,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
41,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
41,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
41,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
73,
75
],
[
41,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
78,
80
],
[
41,
81
],
[
81,
82
],
[
81,
83
],
[
41,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
84,
89
],
[
92,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
90,
96
],
[
92,
97
],
[
97,
98
],
[
98,
99
],
[
97,
100
],
[
15,
101
],
[
101,
102
],
[
0,
103
],
[
103,
104
],
[
103,
105
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.text.DecimalFormat;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n int x, y, d , r;\n double f;\n try{\n \tString[] list = br.readLine().split(\" \");\n \tx = Integer.parseInt(list[0]);\n \ty = Integer.parseInt(list[1]);\n \t\n \td = x / y;\n \tr = x % y;\n \tf = (double)x / (double)y;\n \tDecimalFormat df = new DecimalFormat(\"0.00000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }\n catch(IOException e){\n \te.printStackTrace();\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",
"import java.text.DecimalFormat;",
"DecimalFormat",
"java.text",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n int x, y, d , r;\n double f;\n try{\n \tString[] list = br.readLine().split(\" \");\n \tx = Integer.parseInt(list[0]);\n \ty = Integer.parseInt(list[1]);\n \t\n \td = x / y;\n \tr = x % y;\n \tf = (double)x / (double)y;\n \tDecimalFormat df = new DecimalFormat(\"0.00000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }\n catch(IOException e){\n \te.printStackTrace();\n }\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n int x, y, d , r;\n double f;\n try{\n \tString[] list = br.readLine().split(\" \");\n \tx = Integer.parseInt(list[0]);\n \ty = Integer.parseInt(list[1]);\n \t\n \td = x / y;\n \tr = x % y;\n \tf = (double)x / (double)y;\n \tDecimalFormat df = new DecimalFormat(\"0.00000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }\n catch(IOException e){\n \te.printStackTrace();\n }\n\t}",
"main",
"{\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n int x, y, d , r;\n double f;\n try{\n \tString[] list = br.readLine().split(\" \");\n \tx = Integer.parseInt(list[0]);\n \ty = Integer.parseInt(list[1]);\n \t\n \td = x / y;\n \tr = x % y;\n \tf = (double)x / (double)y;\n \tDecimalFormat df = new DecimalFormat(\"0.00000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }\n catch(IOException e){\n \te.printStackTrace();\n }\n\t}",
"InputStreamReader isr = new InputStreamReader(System.in);",
"isr",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(isr);",
"br",
"new BufferedReader(isr)",
"int x",
"x",
"y",
"y",
"d",
"d",
"r;",
"r",
"double f;",
"f",
"try{\n \tString[] list = br.readLine().split(\" \");\n \tx = Integer.parseInt(list[0]);\n \ty = Integer.parseInt(list[1]);\n \t\n \td = x / y;\n \tr = x % y;\n \tf = (double)x / (double)y;\n \tDecimalFormat df = new DecimalFormat(\"0.00000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }\n catch(IOException e){\n \te.printStackTrace();\n }",
"catch(IOException e){\n \te.printStackTrace();\n }",
"IOException e",
"{\n \te.printStackTrace();\n }",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n \tString[] list = br.readLine().split(\" \");\n \tx = Integer.parseInt(list[0]);\n \ty = Integer.parseInt(list[1]);\n \t\n \td = x / y;\n \tr = x % y;\n \tf = (double)x / (double)y;\n \tDecimalFormat df = new DecimalFormat(\"0.00000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }",
"String[] list = br.readLine().split(\" \");",
"list",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"x = Integer.parseInt(list[0])",
"x",
"Integer.parseInt(list[0])",
"Integer.parseInt",
"Integer",
"list[0]",
"list",
"0",
"y = Integer.parseInt(list[1])",
"y",
"Integer.parseInt(list[1])",
"Integer.parseInt",
"Integer",
"list[1]",
"list",
"1",
"d = x / y",
"d",
"x / y",
"x",
"y",
"r = x % y",
"r",
"x % y",
"x",
"y",
"f = (double)x / (double)y",
"f",
"(double)x / (double)y",
"(double)x",
"(double)y",
"DecimalFormat df = new DecimalFormat(\"0.00000\");",
"df",
"new DecimalFormat(\"0.00000\")",
"System.out.println(d + \" \" + r + \" \" + df.format(f))",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + df.format(f)",
"\" \"",
"r",
"d + \" \" + r + \" \" + df.format(f)",
"d",
"\" \"",
"r",
"\" \"",
"df.format(f)",
"df.format",
"df",
"f",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n int x, y, d , r;\n double f;\n try{\n \tString[] list = br.readLine().split(\" \");\n \tx = Integer.parseInt(list[0]);\n \ty = Integer.parseInt(list[1]);\n \t\n \td = x / y;\n \tr = x % y;\n \tf = (double)x / (double)y;\n \tDecimalFormat df = new DecimalFormat(\"0.00000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }\n catch(IOException e){\n \te.printStackTrace();\n }\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n BufferedReader br = new BufferedReader(isr);\n int x, y, d , r;\n double f;\n try{\n \tString[] list = br.readLine().split(\" \");\n \tx = Integer.parseInt(list[0]);\n \ty = Integer.parseInt(list[1]);\n \t\n \td = x / y;\n \tr = x % y;\n \tf = (double)x / (double)y;\n \tDecimalFormat df = new DecimalFormat(\"0.00000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }\n catch(IOException e){\n \te.printStackTrace();\n }\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.text.DecimalFormat;
public class Main {
public static void main(String[] args) {
InputStreamReader isr = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(isr);
int x, y, d , r;
double f;
try{
String[] list = br.readLine().split(" ");
x = Integer.parseInt(list[0]);
y = Integer.parseInt(list[1]);
d = x / y;
r = x % y;
f = (double)x / (double)y;
DecimalFormat df = new DecimalFormat("0.00000");
System.out.println(d + " " + r + " " + df.format(f));
}
catch(IOException e){
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
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
],
[
65,
11
],
[
65,
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
],
[
30,
32
],
[
14,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
14,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
14,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
50,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
50,
54
],
[
14,
55
],
[
55,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
55,
61
],
[
12,
62
],
[
62,
63
],
[
0,
64
],
[
64,
65
],
[
64,
66
]
] | [
"import java.util.*;\nimport java.math.BigDecimal;\nimport java.math.MathContext;\npublic class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n \n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n int d = a / b;\n\tint r = a % b;\n\tdouble f = (double)a/(double)b;\n\n\n\n\tSystem.out.print(d + \" \" + r + \" \");\n\tSystem.out.printf(\"%8f\\n\",f);\n }\n\t\n\n\n}",
"import java.util.*;",
"util.*",
"java",
"import java.math.BigDecimal;",
"BigDecimal",
"java.math",
"import java.math.MathContext;",
"MathContext",
"java.math",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n \n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n int d = a / b;\n\tint r = a % b;\n\tdouble f = (double)a/(double)b;\n\n\n\n\tSystem.out.print(d + \" \" + r + \" \");\n\tSystem.out.printf(\"%8f\\n\",f);\n }\n\t\n\n\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n \n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n int d = a / b;\n\tint r = a % b;\n\tdouble f = (double)a/(double)b;\n\n\n\n\tSystem.out.print(d + \" \" + r + \" \");\n\tSystem.out.printf(\"%8f\\n\",f);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n \n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n int d = a / b;\n\tint r = a % b;\n\tdouble f = (double)a/(double)b;\n\n\n\n\tSystem.out.print(d + \" \" + r + \" \");\n\tSystem.out.printf(\"%8f\\n\",f);\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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double)a/(double)b;",
"f",
"(double)a/(double)b",
"(double)a",
"(double)b",
"System.out.print(d + \" \" + r + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \"",
"r",
"d + \" \" + r + \" \"",
"d",
"\" \"",
"r",
"\" \"",
"System.out.printf(\"%8f\\n\",f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%8f\\n\"",
"f",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n \n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n int d = a / b;\n\tint r = a % b;\n\tdouble f = (double)a/(double)b;\n\n\n\n\tSystem.out.print(d + \" \" + r + \" \");\n\tSystem.out.printf(\"%8f\\n\",f);\n }\n\t\n\n\n}",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n \n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n int d = a / b;\n\tint r = a % b;\n\tdouble f = (double)a/(double)b;\n\n\n\n\tSystem.out.print(d + \" \" + r + \" \");\n\tSystem.out.printf(\"%8f\\n\",f);\n }\n\t\n\n\n}",
"Main"
] | import java.util.*;
import java.math.BigDecimal;
import java.math.MathContext;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int d = a / b;
int r = a % b;
double f = (double)a/(double)b;
System.out.print(d + " " + r + " ");
System.out.printf("%8f\n",f);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
17,
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
4,
18,
18,
13,
13,
17,
13,
4,
18,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
25,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
35,
37
],
[
11,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
11,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
11,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
11,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
11,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
68,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
68,
72
],
[
11,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
73,
79
],
[
11,
80
],
[
80,
81
],
[
81,
82
],
[
9,
83
],
[
83,
84
]
] | [
"import java.io.*;\nimport java.util.*;\n \nclass Main{\n public static void main(String[] args) throws IOException{\n BufferedReader re =\n new BufferedReader(new InputStreamReader(System.in)); \n String line = re.readLine(); \n \n int cnt=0;\n \n String st[] = line.split(\" \",0);\n int a = Integer.parseInt(st[0]);\n int b = Integer.parseInt(st[1]);\n \n \n int d= a / b;\n int r = a % b;\n double f=(double)a/(double)b;\n System.out.print(d +\" \"+ r +\" \");\n System.out.printf(\"%.5f\\n\",f);\n re.close();\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main{\n public static void main(String[] args) throws IOException{\n BufferedReader re =\n new BufferedReader(new InputStreamReader(System.in)); \n String line = re.readLine(); \n \n int cnt=0;\n \n String st[] = line.split(\" \",0);\n int a = Integer.parseInt(st[0]);\n int b = Integer.parseInt(st[1]);\n \n \n int d= a / b;\n int r = a % b;\n double f=(double)a/(double)b;\n System.out.print(d +\" \"+ r +\" \");\n System.out.printf(\"%.5f\\n\",f);\n re.close();\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n BufferedReader re =\n new BufferedReader(new InputStreamReader(System.in)); \n String line = re.readLine(); \n \n int cnt=0;\n \n String st[] = line.split(\" \",0);\n int a = Integer.parseInt(st[0]);\n int b = Integer.parseInt(st[1]);\n \n \n int d= a / b;\n int r = a % b;\n double f=(double)a/(double)b;\n System.out.print(d +\" \"+ r +\" \");\n System.out.printf(\"%.5f\\n\",f);\n re.close();\n }",
"main",
"{\n BufferedReader re =\n new BufferedReader(new InputStreamReader(System.in)); \n String line = re.readLine(); \n \n int cnt=0;\n \n String st[] = line.split(\" \",0);\n int a = Integer.parseInt(st[0]);\n int b = Integer.parseInt(st[1]);\n \n \n int d= a / b;\n int r = a % b;\n double f=(double)a/(double)b;\n System.out.print(d +\" \"+ r +\" \");\n System.out.printf(\"%.5f\\n\",f);\n re.close();\n }",
"BufferedReader re =\n new BufferedReader(new InputStreamReader(System.in));",
"re",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = re.readLine();",
"line",
"re.readLine()",
"re.readLine",
"re",
"int cnt=0;",
"cnt",
"0",
"String st[] = line.split(\" \",0);",
"st",
"line.split(\" \",0)",
"line.split",
"line",
"\" \"",
"0",
"int a = Integer.parseInt(st[0]);",
"a",
"Integer.parseInt(st[0])",
"Integer.parseInt",
"Integer",
"st[0]",
"st",
"0",
"int b = Integer.parseInt(st[1]);",
"b",
"Integer.parseInt(st[1])",
"Integer.parseInt",
"Integer",
"st[1]",
"st",
"1",
"int d= a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f=(double)a/(double)b;",
"f",
"(double)a/(double)b",
"(double)a",
"(double)b",
"System.out.print(d +\" \"+ r +\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d +\" \"+ r +\" \"",
"r",
"d +\" \"+ r +\" \"",
"d",
"\" \"",
"r",
"\" \"",
"System.out.printf(\"%.5f\\n\",f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%.5f\\n\"",
"f",
"re.close()",
"re.close",
"re",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String[] args) throws IOException{
BufferedReader re =
new BufferedReader(new InputStreamReader(System.in));
String line = re.readLine();
int cnt=0;
String st[] = line.split(" ",0);
int a = Integer.parseInt(st[0]);
int b = Integer.parseInt(st[1]);
int d= a / b;
int r = a % b;
double f=(double)a/(double)b;
System.out.print(d +" "+ r +" ");
System.out.printf("%.5f\n",f);
re.close();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
4,
18,
18,
13,
13,
17,
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
],
[
44,
46
],
[
14,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
14,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
14,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
64,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
64,
68
],
[
14,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
69,
75
],
[
12,
76
],
[
76,
77
]
] | [
"//A / B Problem\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nclass Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] ab = in.readLine().split(\" \");\n\t\tint a = Integer.parseInt(ab[0]);\n\t\tint b = Integer.parseInt(ab[1]);\n\n//\t\tint a= 1000000000;\n//\t\tint b =1;\n\n\t\tint d = a/b;\n\t\tint r = a%b;\n//\t\tdouble f =((int)(((double)a/(double)b)*10000))/10000;\n\t\tdouble f = (double)a/(double)b;\n\t\t\n\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\tSystem.out.printf(\"%.6f\\n\",f);\n\n\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] ab = in.readLine().split(\" \");\n\t\tint a = Integer.parseInt(ab[0]);\n\t\tint b = Integer.parseInt(ab[1]);\n\n//\t\tint a= 1000000000;\n//\t\tint b =1;\n\n\t\tint d = a/b;\n\t\tint r = a%b;\n//\t\tdouble f =((int)(((double)a/(double)b)*10000))/10000;\n\t\tdouble f = (double)a/(double)b;\n\t\t\n\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\tSystem.out.printf(\"%.6f\\n\",f);\n\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] ab = in.readLine().split(\" \");\n\t\tint a = Integer.parseInt(ab[0]);\n\t\tint b = Integer.parseInt(ab[1]);\n\n//\t\tint a= 1000000000;\n//\t\tint b =1;\n\n\t\tint d = a/b;\n\t\tint r = a%b;\n//\t\tdouble f =((int)(((double)a/(double)b)*10000))/10000;\n\t\tdouble f = (double)a/(double)b;\n\t\t\n\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\tSystem.out.printf(\"%.6f\\n\",f);\n\n\n\t}",
"main",
"{\n\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString[] ab = in.readLine().split(\" \");\n\t\tint a = Integer.parseInt(ab[0]);\n\t\tint b = Integer.parseInt(ab[1]);\n\n//\t\tint a= 1000000000;\n//\t\tint b =1;\n\n\t\tint d = a/b;\n\t\tint r = a%b;\n//\t\tdouble f =((int)(((double)a/(double)b)*10000))/10000;\n\t\tdouble f = (double)a/(double)b;\n\t\t\n\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\tSystem.out.printf(\"%.6f\\n\",f);\n\n\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] ab = in.readLine().split(\" \");",
"ab",
"in.readLine().split(\" \")",
"in.readLine().split",
"in.readLine()",
"in.readLine",
"in",
"\" \"",
"int a = Integer.parseInt(ab[0]);",
"a",
"Integer.parseInt(ab[0])",
"Integer.parseInt",
"Integer",
"ab[0]",
"ab",
"0",
"int b = Integer.parseInt(ab[1]);",
"b",
"Integer.parseInt(ab[1])",
"Integer.parseInt",
"Integer",
"ab[1]",
"ab",
"1",
"int d = a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"double f = (double)a/(double)b;",
"f",
"(double)a/(double)b",
"(double)a",
"(double)b",
"System.out.print(d+\" \"+r+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"",
"r",
"d+\" \"+r+\" \"",
"d",
"\" \"",
"r",
"\" \"",
"System.out.printf(\"%.6f\\n\",f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%.6f\\n\"",
"f",
"String[] args",
"args"
] | //A / B Problem
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String[] ab = in.readLine().split(" ");
int a = Integer.parseInt(ab[0]);
int b = Integer.parseInt(ab[1]);
// int a= 1000000000;
// int b =1;
int d = a/b;
int r = a%b;
// double f =((int)(((double)a/(double)b)*10000))/10000;
double f = (double)a/(double)b;
System.out.print(d+" "+r+" ");
System.out.printf("%.6f\n",f);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
64,
5
],
[
64,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
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
],
[
30,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
51,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
49,
55
],
[
51,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
56,
60
],
[
6,
61
],
[
61,
62
],
[
0,
63
],
[
63,
64
],
[
63,
65
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tdouble a = 0;\n\t\tdouble b = 0;\n\n\t\tScanner in = new Scanner(System.in);\n\n\t\ta = in.nextDouble();\n\t\tb = in.nextDouble();\n\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%f\", f));\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\tdouble a = 0;\n\t\tdouble b = 0;\n\n\t\tScanner in = new Scanner(System.in);\n\n\t\ta = in.nextDouble();\n\t\tb = in.nextDouble();\n\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%f\", f));\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tdouble a = 0;\n\t\tdouble b = 0;\n\n\t\tScanner in = new Scanner(System.in);\n\n\t\ta = in.nextDouble();\n\t\tb = in.nextDouble();\n\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%f\", f));\n\n\t}",
"main",
"{\n\n\t\tdouble a = 0;\n\t\tdouble b = 0;\n\n\t\tScanner in = new Scanner(System.in);\n\n\t\ta = in.nextDouble();\n\t\tb = in.nextDouble();\n\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%f\", f));\n\n\t}",
"double a = 0;",
"a",
"0",
"double b = 0;",
"b",
"0",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"a = in.nextDouble()",
"a",
"in.nextDouble()",
"in.nextDouble",
"in",
"b = in.nextDouble()",
"b",
"in.nextDouble()",
"in.nextDouble",
"in",
"int d = (int) (a / b);",
"d",
"(int) (a / b)",
"a",
"b",
"int r = (int) (a % b);",
"r",
"(int) (a % b)",
"a",
"b",
"double f = a / b;",
"f",
"a / b",
"a",
"b",
"System.out.println(d + \" \" + r + \" \" + String.format(\"%f\", f))",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + String.format(\"%f\", f)",
"\" \"",
"r",
"d + \" \" + r + \" \" + String.format(\"%f\", f)",
"d",
"\" \"",
"r",
"\" \"",
"String.format(\"%f\", f)",
"String.format",
"String",
"\"%f\"",
"f",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tdouble a = 0;\n\t\tdouble b = 0;\n\n\t\tScanner in = new Scanner(System.in);\n\n\t\ta = in.nextDouble();\n\t\tb = in.nextDouble();\n\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%f\", f));\n\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tdouble a = 0;\n\t\tdouble b = 0;\n\n\t\tScanner in = new Scanner(System.in);\n\n\t\ta = in.nextDouble();\n\t\tb = in.nextDouble();\n\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%f\", f));\n\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
double a = 0;
double b = 0;
Scanner in = new Scanner(System.in);
a = in.nextDouble();
b = in.nextDouble();
int d = (int) (a / b);
int r = (int) (a % b);
double f = a / b;
System.out.println(d + " " + r + " " + String.format("%f", f));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
20,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
4,
18,
13,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
54,
8
],
[
54,
9
],
[
9,
10
],
[
9,
11
],
[
54,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
14,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
14,
25
],
[
25,
26
],
[
25,
27
],
[
14,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
36,
34
],
[
34,
35
],
[
41,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
41,
41
],
[
41,
42
],
[
41,
43
],
[
34,
44
],
[
36,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
12,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
]
] | [
"import java.util.*;\nimport java.text.*;\n\npublic class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int a = scn.nextInt(), b = scn.nextInt();\n DecimalFormat df = new DecimalFormat(\"#.#####\");\n System.out.println(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.text.*;",
"text.*",
"java",
"public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int a = scn.nextInt(), b = scn.nextInt();\n DecimalFormat df = new DecimalFormat(\"#.#####\");\n System.out.println(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n }\n}",
"Main",
"private static final Scanner scn = new Scanner(System.in);",
"scn",
"new Scanner(System.in)",
"public static void main(String[] args) {\n int a = scn.nextInt(), b = scn.nextInt();\n DecimalFormat df = new DecimalFormat(\"#.#####\");\n System.out.println(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n }",
"main",
"{\n int a = scn.nextInt(), b = scn.nextInt();\n DecimalFormat df = new DecimalFormat(\"#.#####\");\n System.out.println(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n }",
"int a = scn.nextInt()",
"a",
"scn.nextInt()",
"scn.nextInt",
"scn",
"b = scn.nextInt();",
"b",
"scn.nextInt()",
"scn.nextInt",
"scn",
"DecimalFormat df = new DecimalFormat(\"#.#####\");",
"df",
"new DecimalFormat(\"#.#####\")",
"System.out.println(a / b + \" \" + a % b + \" \" + df.format((double)a / b))",
"System.out.println",
"System.out",
"System",
"System.out",
"a / b + \" \" + a % b + \" \" + df.format((double)a / b)",
"\" \"",
"a % b",
"a / b + \" \" + a % b + \" \" + df.format((double)a / b)",
"a / b",
"a",
"b",
"\" \"",
"a % b",
"a",
"b",
"\" \"",
"df.format((double)a / b)",
"df.format",
"df",
"(double)a / b",
"(double)a",
"b",
"String[] args",
"args",
"public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int a = scn.nextInt(), b = scn.nextInt();\n DecimalFormat df = new DecimalFormat(\"#.#####\");\n System.out.println(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n }\n}",
"public class Main {\n private static final Scanner scn = new Scanner(System.in);\n \n public static void main(String[] args) {\n int a = scn.nextInt(), b = scn.nextInt();\n DecimalFormat df = new DecimalFormat(\"#.#####\");\n System.out.println(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n }\n}",
"Main"
] | import java.util.*;
import java.text.*;
public class Main {
private static final Scanner scn = new Scanner(System.in);
public static void main(String[] args) {
int a = scn.nextInt(), b = scn.nextInt();
DecimalFormat df = new DecimalFormat("#.#####");
System.out.println(a / b + " " + a % b + " " + df.format((double)a / b));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
17,
2,
13,
13,
17,
4,
18,
18,
13,
13,
17,
2,
13,
13,
4,
18,
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
],
[
68,
11
],
[
68,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
14,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
36,
37
],
[
36,
38
],
[
14,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
45,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
14,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
51,
57
],
[
57,
58
],
[
57,
59
],
[
14,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
12,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint y=scan.nextInt();\n\t\tint x=scan.nextInt();\n\t\tSystem.out.print(y/x);\n\t\tSystem.out.print(\" \"+y%x+\" \");\n\t\tSystem.out.printf(\"%f\",(double)y/x);\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint y=scan.nextInt();\n\t\tint x=scan.nextInt();\n\t\tSystem.out.print(y/x);\n\t\tSystem.out.print(\" \"+y%x+\" \");\n\t\tSystem.out.printf(\"%f\",(double)y/x);\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint y=scan.nextInt();\n\t\tint x=scan.nextInt();\n\t\tSystem.out.print(y/x);\n\t\tSystem.out.print(\" \"+y%x+\" \");\n\t\tSystem.out.printf(\"%f\",(double)y/x);\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}",
"main",
"{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint y=scan.nextInt();\n\t\tint x=scan.nextInt();\n\t\tSystem.out.print(y/x);\n\t\tSystem.out.print(\" \"+y%x+\" \");\n\t\tSystem.out.printf(\"%f\",(double)y/x);\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}",
"BufferedReader br=new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"Scanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));",
"scan",
"new Scanner(new BufferedReader(new InputStreamReader(System.in)))",
"int y=scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int x=scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.print(y/x)",
"System.out.print",
"System.out",
"System",
"System.out",
"y/x",
"y",
"x",
"System.out.print(\" \"+y%x+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"+y%x+\" \"",
"\" \"+y%x+\" \"",
"\" \"",
"y%x",
"y",
"x",
"\" \"",
"System.out.printf(\"%f\",(double)y/x)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%f\"",
"(double)y/x",
"(double)y",
"x",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint y=scan.nextInt();\n\t\tint x=scan.nextInt();\n\t\tSystem.out.print(y/x);\n\t\tSystem.out.print(\" \"+y%x+\" \");\n\t\tSystem.out.printf(\"%f\",(double)y/x);\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint y=scan.nextInt();\n\t\tint x=scan.nextInt();\n\t\tSystem.out.print(y/x);\n\t\tSystem.out.print(\" \"+y%x+\" \");\n\t\tSystem.out.printf(\"%f\",(double)y/x);\n\t\tSystem.out.println();\n\t\t\n\t\t\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
Scanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));
int y=scan.nextInt();
int x=scan.nextInt();
System.out.print(y/x);
System.out.print(" "+y%x+" ");
System.out.printf("%f",(double)y/x);
System.out.println();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
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,
41,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
41,
13,
17,
41,
13,
4,
18,
13,
13,
13,
13,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
86,
11
],
[
86,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
23,
24
],
[
20,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
14,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
14,
42
],
[
42,
43
],
[
42,
44
],
[
14,
45
],
[
45,
46
],
[
45,
47
],
[
14,
48
],
[
48,
49
],
[
14,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
14,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
14,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
14,
65
],
[
65,
66
],
[
65,
67
],
[
14,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
71,
72
],
[
70,
73
],
[
70,
74
],
[
70,
75
],
[
70,
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.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] string = bufferedReader.readLine().split(\" \");\n\t\t\n\t\tInteger a = Integer.parseInt(string[0]);\n\t\tInteger b = Integer.parseInt(string[1]);\n\t\t\n\t\tInteger dInteger = 0;\n\t\tInteger rInteger = 0;\n\t\tDouble d;\n\t\t\n\t\tdInteger = a / b;\n\t\trInteger = a % b;\n\t\td = (double)a / (double)b;\n\t\t\n\t\tfinal String FORMAT = \"%d %d %f\";\n\t\t\n\t\tString s = String.format(FORMAT, dInteger,rInteger,d);\n\t\tSystem.out.println(s);\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 bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] string = bufferedReader.readLine().split(\" \");\n\t\t\n\t\tInteger a = Integer.parseInt(string[0]);\n\t\tInteger b = Integer.parseInt(string[1]);\n\t\t\n\t\tInteger dInteger = 0;\n\t\tInteger rInteger = 0;\n\t\tDouble d;\n\t\t\n\t\tdInteger = a / b;\n\t\trInteger = a % b;\n\t\td = (double)a / (double)b;\n\t\t\n\t\tfinal String FORMAT = \"%d %d %f\";\n\t\t\n\t\tString s = String.format(FORMAT, dInteger,rInteger,d);\n\t\tSystem.out.println(s);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] string = bufferedReader.readLine().split(\" \");\n\t\t\n\t\tInteger a = Integer.parseInt(string[0]);\n\t\tInteger b = Integer.parseInt(string[1]);\n\t\t\n\t\tInteger dInteger = 0;\n\t\tInteger rInteger = 0;\n\t\tDouble d;\n\t\t\n\t\tdInteger = a / b;\n\t\trInteger = a % b;\n\t\td = (double)a / (double)b;\n\t\t\n\t\tfinal String FORMAT = \"%d %d %f\";\n\t\t\n\t\tString s = String.format(FORMAT, dInteger,rInteger,d);\n\t\tSystem.out.println(s);\n\t}",
"main",
"{\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] string = bufferedReader.readLine().split(\" \");\n\t\t\n\t\tInteger a = Integer.parseInt(string[0]);\n\t\tInteger b = Integer.parseInt(string[1]);\n\t\t\n\t\tInteger dInteger = 0;\n\t\tInteger rInteger = 0;\n\t\tDouble d;\n\t\t\n\t\tdInteger = a / b;\n\t\trInteger = a % b;\n\t\td = (double)a / (double)b;\n\t\t\n\t\tfinal String FORMAT = \"%d %d %f\";\n\t\t\n\t\tString s = String.format(FORMAT, dInteger,rInteger,d);\n\t\tSystem.out.println(s);\n\t}",
"BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));",
"bufferedReader",
"new BufferedReader(new InputStreamReader(System.in))",
"String [] string = bufferedReader.readLine().split(\" \");",
"string",
"bufferedReader.readLine().split(\" \")",
"bufferedReader.readLine().split",
"bufferedReader.readLine()",
"bufferedReader.readLine",
"bufferedReader",
"\" \"",
"Integer a = Integer.parseInt(string[0]);",
"a",
"Integer.parseInt(string[0])",
"Integer.parseInt",
"Integer",
"string[0]",
"string",
"0",
"Integer b = Integer.parseInt(string[1]);",
"b",
"Integer.parseInt(string[1])",
"Integer.parseInt",
"Integer",
"string[1]",
"string",
"1",
"Integer dInteger = 0;",
"dInteger",
"0",
"Integer rInteger = 0;",
"rInteger",
"0",
"Double d;",
"d",
"dInteger = a / b",
"dInteger",
"a / b",
"a",
"b",
"rInteger = a % b",
"rInteger",
"a % b",
"a",
"b",
"d = (double)a / (double)b",
"d",
"(double)a / (double)b",
"(double)a",
"(double)b",
"final String FORMAT = \"%d %d %f\";",
"FORMAT",
"\"%d %d %f\"",
"String s = String.format(FORMAT, dInteger,rInteger,d);",
"s",
"String.format(FORMAT, dInteger,rInteger,d)",
"String.format",
"String",
"FORMAT",
"dInteger",
"rInteger",
"d",
"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) throws IOException{\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] string = bufferedReader.readLine().split(\" \");\n\t\t\n\t\tInteger a = Integer.parseInt(string[0]);\n\t\tInteger b = Integer.parseInt(string[1]);\n\t\t\n\t\tInteger dInteger = 0;\n\t\tInteger rInteger = 0;\n\t\tDouble d;\n\t\t\n\t\tdInteger = a / b;\n\t\trInteger = a % b;\n\t\td = (double)a / (double)b;\n\t\t\n\t\tfinal String FORMAT = \"%d %d %f\";\n\t\t\n\t\tString s = String.format(FORMAT, dInteger,rInteger,d);\n\t\tSystem.out.println(s);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader bufferedReader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString [] string = bufferedReader.readLine().split(\" \");\n\t\t\n\t\tInteger a = Integer.parseInt(string[0]);\n\t\tInteger b = Integer.parseInt(string[1]);\n\t\t\n\t\tInteger dInteger = 0;\n\t\tInteger rInteger = 0;\n\t\tDouble d;\n\t\t\n\t\tdInteger = a / b;\n\t\trInteger = a % b;\n\t\td = (double)a / (double)b;\n\t\t\n\t\tfinal String FORMAT = \"%d %d %f\";\n\t\t\n\t\tString s = String.format(FORMAT, dInteger,rInteger,d);\n\t\tSystem.out.println(s);\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 bufferedReader = new BufferedReader(new InputStreamReader(System.in));
String [] string = bufferedReader.readLine().split(" ");
Integer a = Integer.parseInt(string[0]);
Integer b = Integer.parseInt(string[1]);
Integer dInteger = 0;
Integer rInteger = 0;
Double d;
dInteger = a / b;
rInteger = a % b;
d = (double)a / (double)b;
final String FORMAT = "%d %d %f";
String s = String.format(FORMAT, dInteger,rInteger,d);
System.out.println(s);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
4,
18,
18,
13,
13,
17,
13,
4,
18,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
74,
5
],
[
74,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
54,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
54,
58
],
[
8,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
59,
64
],
[
59,
65
],
[
8,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
6,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"import java.util.Scanner;\npublic class Main{\n\tpublic static void main(String[] args) {\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner br =new Scanner(System.in);\n\t\ta=br.nextInt();\n\t\tb=br.nextInt();\n\t\td=a/b;\n\t\tr=a%b;\n\t\tf=(double)a/b;\n\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\tSystem.out.printf(\"%.5f\",f);\n\t\tSystem.out.println();\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,d,r;\n\t\tdouble f;\n\t\tScanner br =new Scanner(System.in);\n\t\ta=br.nextInt();\n\t\tb=br.nextInt();\n\t\td=a/b;\n\t\tr=a%b;\n\t\tf=(double)a/b;\n\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\tSystem.out.printf(\"%.5f\",f);\n\t\tSystem.out.println();\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner br =new Scanner(System.in);\n\t\ta=br.nextInt();\n\t\tb=br.nextInt();\n\t\td=a/b;\n\t\tr=a%b;\n\t\tf=(double)a/b;\n\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\tSystem.out.printf(\"%.5f\",f);\n\t\tSystem.out.println();\n\t}",
"main",
"{\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner br =new Scanner(System.in);\n\t\ta=br.nextInt();\n\t\tb=br.nextInt();\n\t\td=a/b;\n\t\tr=a%b;\n\t\tf=(double)a/b;\n\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\tSystem.out.printf(\"%.5f\",f);\n\t\tSystem.out.println();\n\t}",
"int a",
"a",
"b",
"b",
"d",
"d",
"r;",
"r",
"double f;",
"f",
"Scanner br =new Scanner(System.in);",
"br",
"new Scanner(System.in)",
"a=br.nextInt()",
"a",
"br.nextInt()",
"br.nextInt",
"br",
"b=br.nextInt()",
"b",
"br.nextInt()",
"br.nextInt",
"br",
"d=a/b",
"d",
"a/b",
"a",
"b",
"r=a%b",
"r",
"a%b",
"a",
"b",
"f=(double)a/b",
"f",
"(double)a/b",
"(double)a",
"b",
"System.out.print(d+\" \"+r+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"",
"r",
"d+\" \"+r+\" \"",
"d",
"\" \"",
"r",
"\" \"",
"System.out.printf(\"%.5f\",f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%.5f\"",
"f",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args) {\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner br =new Scanner(System.in);\n\t\ta=br.nextInt();\n\t\tb=br.nextInt();\n\t\td=a/b;\n\t\tr=a%b;\n\t\tf=(double)a/b;\n\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\tSystem.out.printf(\"%.5f\",f);\n\t\tSystem.out.println();\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args) {\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner br =new Scanner(System.in);\n\t\ta=br.nextInt();\n\t\tb=br.nextInt();\n\t\td=a/b;\n\t\tr=a%b;\n\t\tf=(double)a/b;\n\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\tSystem.out.printf(\"%.5f\",f);\n\t\tSystem.out.println();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args) {
int a,b,d,r;
double f;
Scanner br =new Scanner(System.in);
a=br.nextInt();
b=br.nextInt();
d=a/b;
r=a%b;
f=(double)a/b;
System.out.print(d+" "+r+" ");
System.out.printf("%.5f",f);
System.out.println();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
2,
13,
2,
13,
13,
13,
17,
2,
13,
13,
17,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
53,
5
],
[
53,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
35,
33
],
[
33,
34
],
[
44,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
36,
42
],
[
35,
43
],
[
44,
44
],
[
44,
45
],
[
44,
46
],
[
33,
47
],
[
35,
48
],
[
27,
49
],
[
6,
50
],
[
50,
51
],
[
0,
52
],
[
52,
53
],
[
52,
54
]
] | [
"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\tdouble i=(double)a/(double)b;\n \t\tSystem.out.printf((a-a%b)/b+\" \"+a%b+\" \"+\"%.10f\",i);\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\tdouble i=(double)a/(double)b;\n \t\tSystem.out.printf((a-a%b)/b+\" \"+a%b+\" \"+\"%.10f\",i);\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\tdouble i=(double)a/(double)b;\n \t\tSystem.out.printf((a-a%b)/b+\" \"+a%b+\" \"+\"%.10f\",i);\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\tdouble i=(double)a/(double)b;\n \t\tSystem.out.printf((a-a%b)/b+\" \"+a%b+\" \"+\"%.10f\",i);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a=sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b=sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"double i=(double)a/(double)b;",
"i",
"(double)a/(double)b",
"(double)a",
"(double)b",
"System.out.printf((a-a%b)/b+\" \"+a%b+\" \"+\"%.10f\",i)",
"System.out.printf",
"System.out",
"System",
"System.out",
"(a-a%b)/b+\" \"+a%b+\" \"+\"%.10f\"",
"\" \"",
"a%b",
"(a-a%b)/b+\" \"+a%b+\" \"+\"%.10f\"",
"(a-a%b)/b",
"(a-a%b)",
"a",
"a%b",
"a",
"b",
"b",
"\" \"",
"a%b",
"a",
"b",
"\" \"",
"\"%.10f\"",
"i",
"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\tdouble i=(double)a/(double)b;\n \t\tSystem.out.printf((a-a%b)/b+\" \"+a%b+\" \"+\"%.10f\",i);\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\tdouble i=(double)a/(double)b;\n \t\tSystem.out.printf((a-a%b)/b+\" \"+a%b+\" \"+\"%.10f\",i);\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();
double i=(double)a/(double)b;
System.out.printf((a-a%b)/b+" "+a%b+" "+"%.10f",i);
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
13,
17,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
50,
8
],
[
50,
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
],
[
27,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
11,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
40,
44
],
[
40,
45
],
[
40,
46
],
[
9,
47
],
[
47,
48
],
[
0,
49
],
[
49,
50
],
[
49,
51
]
] | [
"import static java.lang.System.out;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n int divideAns = a / b;\n int modAns = a % b;\n double fewAns = (double) a / b;\n\n out.printf(\"%d %d %f%n\", divideAns, modAns, fewAns);\n } \n} ",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n int divideAns = a / b;\n int modAns = a % b;\n double fewAns = (double) a / b;\n\n out.printf(\"%d %d %f%n\", divideAns, modAns, fewAns);\n } \n}",
"Main",
"public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n int divideAns = a / b;\n int modAns = a % b;\n double fewAns = (double) a / b;\n\n out.printf(\"%d %d %f%n\", divideAns, modAns, fewAns);\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n int divideAns = a / b;\n int modAns = a % b;\n double fewAns = (double) a / b;\n\n out.printf(\"%d %d %f%n\", divideAns, modAns, fewAns);\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 divideAns = a / b;",
"divideAns",
"a / b",
"a",
"b",
"int modAns = a % b;",
"modAns",
"a % b",
"a",
"b",
"double fewAns = (double) a / b;",
"fewAns",
"(double) a / b",
"(double) a",
"b",
"out.printf(\"%d %d %f%n\", divideAns, modAns, fewAns)",
"out.printf",
"out",
"\"%d %d %f%n\"",
"divideAns",
"modAns",
"fewAns",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n int divideAns = a / b;\n int modAns = a % b;\n double fewAns = (double) a / b;\n\n out.printf(\"%d %d %f%n\", divideAns, modAns, fewAns);\n } \n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n int divideAns = a / b;\n int modAns = a % b;\n double fewAns = (double) a / b;\n\n out.printf(\"%d %d %f%n\", divideAns, modAns, fewAns);\n } \n}",
"Main"
] | import static java.lang.System.out;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
int divideAns = a / b;
int modAns = a % b;
double fewAns = (double) a / b;
out.printf("%d %d %f%n", divideAns, modAns, fewAns);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
17,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
49,
2
],
[
49,
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
],
[
21,
23
],
[
5,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
26,
28
],
[
5,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
31,
33
],
[
5,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
39,
43
],
[
39,
44
],
[
39,
45
],
[
3,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] | [
"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 = sc.nextInt();\n\t\tint b = sc.nextInt();\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.print( String.format(\"%d %d %f\", d, r, f) );\n\n//\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\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 = sc.nextInt();\n\t\tint b = sc.nextInt();\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.print( String.format(\"%d %d %f\", d, r, f) );\n\n//\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\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 = sc.nextInt();\n\t\tint b = sc.nextInt();\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.print( String.format(\"%d %d %f\", d, r, f) );\n\n//\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tjava.util.Scanner sc = new java.util.Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.print( String.format(\"%d %d %f\", d, r, f) );\n\n//\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double)a / (double)b;",
"f",
"(double)a / (double)b",
"(double)a",
"(double)b",
"System.out.print( String.format(\"%d %d %f\", d, r, f) )",
"System.out.print",
"System.out",
"System",
"System.out",
"String.format(\"%d %d %f\", d, r, f)",
"String.format",
"String",
"\"%d %d %f\"",
"d",
"r",
"f",
"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 = sc.nextInt();\n\t\tint b = sc.nextInt();\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.print( String.format(\"%d %d %f\", d, r, f) );\n\n//\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\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 = sc.nextInt();\n\t\tint b = sc.nextInt();\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.print( String.format(\"%d %d %f\", d, r, f) );\n\n//\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\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 = sc.nextInt();
int b = sc.nextInt();
int d = a / b;
int r = a % b;
double f = (double)a / (double)b;
System.out.print( String.format("%d %d %f", d, r, f) );
// System.out.printf("%d %d %f", d, r, f);
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
50,
2
],
[
50,
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
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
19,
24
],
[
24,
25
],
[
24,
26
],
[
5,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
32,
33
],
[
32,
34
],
[
5,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
5,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
40,
46
],
[
3,
47
],
[
47,
48
],
[
0,
49
],
[
49,
50
],
[
49,
51
]
] | [
"public class Main {\n\tpublic static void main(String[] args){\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\t//int d;\n\t\t//d = a/b;\n\t\tSystem.out.println(a/b);\n\n\t\t//int r;\n\t\t//r = a%b;\n\t\tSystem.out.println(a%b);\n\n\t\tdouble f = (double)a/b;\n\t\tSystem.out.printf(\"%f\\n\",f);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\t//int d;\n\t\t//d = a/b;\n\t\tSystem.out.println(a/b);\n\n\t\t//int r;\n\t\t//r = a%b;\n\t\tSystem.out.println(a%b);\n\n\t\tdouble f = (double)a/b;\n\t\tSystem.out.printf(\"%f\\n\",f);\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\t//int d;\n\t\t//d = a/b;\n\t\tSystem.out.println(a/b);\n\n\t\t//int r;\n\t\t//r = a%b;\n\t\tSystem.out.println(a%b);\n\n\t\tdouble f = (double)a/b;\n\t\tSystem.out.printf(\"%f\\n\",f);\n\t}",
"main",
"{\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\t//int d;\n\t\t//d = a/b;\n\t\tSystem.out.println(a/b);\n\n\t\t//int r;\n\t\t//r = a%b;\n\t\tSystem.out.println(a%b);\n\n\t\tdouble f = (double)a/b;\n\t\tSystem.out.printf(\"%f\\n\",f);\n\t}",
"java.util.Scanner scan = new java.util.Scanner(System.in);",
"scan",
"new java.util.Scanner(System.in)",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.println(a/b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a/b",
"a",
"b",
"System.out.println(a%b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a%b",
"a",
"b",
"double f = (double)a/b;",
"f",
"(double)a/b",
"(double)a",
"b",
"System.out.printf(\"%f\\n\",f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%f\\n\"",
"f",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\t//int d;\n\t\t//d = a/b;\n\t\tSystem.out.println(a/b);\n\n\t\t//int r;\n\t\t//r = a%b;\n\t\tSystem.out.println(a%b);\n\n\t\tdouble f = (double)a/b;\n\t\tSystem.out.printf(\"%f\\n\",f);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tjava.util.Scanner scan = new java.util.Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\t//int d;\n\t\t//d = a/b;\n\t\tSystem.out.println(a/b);\n\n\t\t//int r;\n\t\t//r = a%b;\n\t\tSystem.out.println(a%b);\n\n\t\tdouble f = (double)a/b;\n\t\tSystem.out.printf(\"%f\\n\",f);\n\t}\n\n}",
"Main"
] | public class Main {
public static void main(String[] args){
java.util.Scanner scan = new java.util.Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
//int d;
//d = a/b;
System.out.println(a/b);
//int r;
//r = a%b;
System.out.println(a%b);
double f = (double)a/b;
System.out.printf("%f\n",f);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
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,
4,
18,
18,
13,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
13,
17,
0,
13,
2,
13,
13,
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
],
[
85,
8
],
[
85,
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
],
[
25,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
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
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
11,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
11,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
72,
74
],
[
11,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
75,
81
],
[
9,
82
],
[
82,
83
],
[
0,
84
],
[
84,
85
],
[
84,
86
]
] | [
"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;\n\t\tdouble c;\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\t\n\t\t\n\t\tSystem.out.print(a / b + \" \");\n\t\tSystem.out.print(a % b + \" \");\n\t\tc = (double)a / b;\n\t\tSystem.out.printf(\"%.5f\", c);\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;\n\t\tdouble c;\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\t\n\t\t\n\t\tSystem.out.print(a / b + \" \");\n\t\tSystem.out.print(a % b + \" \");\n\t\tc = (double)a / b;\n\t\tSystem.out.printf(\"%.5f\", c);\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;\n\t\tdouble c;\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\t\n\t\t\n\t\tSystem.out.print(a / b + \" \");\n\t\tSystem.out.print(a % b + \" \");\n\t\tc = (double)a / b;\n\t\tSystem.out.printf(\"%.5f\", c);\n\n\t}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString x;\n\t\tint a, b;\n\t\tdouble c;\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\t\n\t\t\n\t\tSystem.out.print(a / b + \" \");\n\t\tSystem.out.print(a % b + \" \");\n\t\tc = (double)a / b;\n\t\tSystem.out.printf(\"%.5f\", c);\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",
"double c;",
"c",
"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",
"System.out.print(a / b + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"a / b + \" \"",
"a / b",
"a",
"b",
"\" \"",
"System.out.print(a % b + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"a % b + \" \"",
"a % b",
"a",
"b",
"\" \"",
"c = (double)a / b",
"c",
"(double)a / b",
"(double)a",
"b",
"System.out.printf(\"%.5f\", c)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%.5f\"",
"c",
"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;\n\t\tdouble c;\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\t\n\t\t\n\t\tSystem.out.print(a / b + \" \");\n\t\tSystem.out.print(a % b + \" \");\n\t\tc = (double)a / b;\n\t\tSystem.out.printf(\"%.5f\", c);\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;\n\t\tdouble c;\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\t\n\t\t\n\t\tSystem.out.print(a / b + \" \");\n\t\tSystem.out.print(a % b + \" \");\n\t\tc = (double)a / b;\n\t\tSystem.out.printf(\"%.5f\", c);\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;
double c;
x = br.readLine();
String[] ary = x.split(" ");
a = Integer.parseInt(ary[0]);
b = Integer.parseInt(ary[1]);
System.out.print(a / b + " ");
System.out.print(a % b + " ");
c = (double)a / b;
System.out.printf("%.5f", c);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
41,
13,
17,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
17,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
65,
5
],
[
65,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
38,
40
],
[
8,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
8,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
53,
59
],
[
53,
60
],
[
53,
61
],
[
6,
62
],
[
62,
63
],
[
0,
64
],
[
64,
65
],
[
64,
66
]
] | [
"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\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tint d = 0;\n\t\tint r = 0;\n\t\tdouble f = 0;\n\t\td = (int)(a / b);\n\t\tr = (int)(a % b);\n\t\tf = a / b;\n\t\tf = 1.0 * a / b;\n\n\n\t\tSystem.out.printf(\"%d %d %.5f\",d, r, f);\n\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tint d = 0;\n\t\tint r = 0;\n\t\tdouble f = 0;\n\t\td = (int)(a / b);\n\t\tr = (int)(a % b);\n\t\tf = a / b;\n\t\tf = 1.0 * a / b;\n\n\n\t\tSystem.out.printf(\"%d %d %.5f\",d, r, f);\n\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tint d = 0;\n\t\tint r = 0;\n\t\tdouble f = 0;\n\t\td = (int)(a / b);\n\t\tr = (int)(a % b);\n\t\tf = a / b;\n\t\tf = 1.0 * a / b;\n\n\n\t\tSystem.out.printf(\"%d %d %.5f\",d, r, f);\n\n\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tint d = 0;\n\t\tint r = 0;\n\t\tdouble f = 0;\n\t\td = (int)(a / b);\n\t\tr = (int)(a % b);\n\t\tf = a / b;\n\t\tf = 1.0 * a / b;\n\n\n\t\tSystem.out.printf(\"%d %d %.5f\",d, r, f);\n\n\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"double a = sc.nextDouble();",
"a",
"sc.nextDouble()",
"sc.nextDouble",
"sc",
"double b = sc.nextDouble();",
"b",
"sc.nextDouble()",
"sc.nextDouble",
"sc",
"int d = 0;",
"d",
"0",
"int r = 0;",
"r",
"0",
"double f = 0;",
"f",
"0",
"d = (int)(a / b)",
"d",
"(int)(a / b)",
"a",
"b",
"r = (int)(a % b)",
"r",
"(int)(a % b)",
"a",
"b",
"f = a / b",
"f",
"a / b",
"a",
"b",
"f = 1.0 * a / b",
"f",
"1.0 * a / b",
"1.0 * a",
"1.0",
"a",
"b",
"System.out.printf(\"%d %d %.5f\",d, r, f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.5f\"",
"d",
"r",
"f",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tint d = 0;\n\t\tint r = 0;\n\t\tdouble f = 0;\n\t\td = (int)(a / b);\n\t\tr = (int)(a % b);\n\t\tf = a / b;\n\t\tf = 1.0 * a / b;\n\n\n\t\tSystem.out.printf(\"%d %d %.5f\",d, r, f);\n\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextDouble();\n\t\tint d = 0;\n\t\tint r = 0;\n\t\tdouble f = 0;\n\t\td = (int)(a / b);\n\t\tr = (int)(a % b);\n\t\tf = a / b;\n\t\tf = 1.0 * a / b;\n\n\n\t\tSystem.out.printf(\"%d %d %.5f\",d, r, f);\n\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
double a = sc.nextDouble();
double b = sc.nextDouble();
int d = 0;
int r = 0;
double f = 0;
d = (int)(a / b);
r = (int)(a % b);
f = a / b;
f = 1.0 * a / b;
System.out.printf("%d %d %.5f",d, r, f);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
4,
18,
13,
2,
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
],
[
7,
12
],
[
12,
13
],
[
12,
14
],
[
7,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
20,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
32,
33
],
[
17,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
42,
40
],
[
40,
41
],
[
47,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
42,
46
],
[
47,
47
],
[
47,
48
],
[
47,
49
],
[
40,
50
],
[
42,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
15,
57
],
[
57,
58
]
] | [
"import java.text.DecimalFormat;\nimport java.util.Scanner;\n\nclass Main {\n private static final Scanner sc = new Scanner(System.in);\n private static final DecimalFormat df = new DecimalFormat(\"0.########\");\n public static void main(String[] Args) {\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n System.out.println(a/b+\" \"+a%b+\" \"+df.format((double) a/b));\n }\n}",
"import java.text.DecimalFormat;",
"DecimalFormat",
"java.text",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n private static final Scanner sc = new Scanner(System.in);\n private static final DecimalFormat df = new DecimalFormat(\"0.########\");\n public static void main(String[] Args) {\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n System.out.println(a/b+\" \"+a%b+\" \"+df.format((double) a/b));\n }\n}",
"Main",
"private static final Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"private static final DecimalFormat df = new DecimalFormat(\"0.########\");",
"df",
"new DecimalFormat(\"0.########\")",
"public static void main(String[] Args) {\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n System.out.println(a/b+\" \"+a%b+\" \"+df.format((double) a/b));\n }",
"main",
"{\n int a = Integer.parseInt(sc.next());\n int b = Integer.parseInt(sc.next());\n System.out.println(a/b+\" \"+a%b+\" \"+df.format((double) a/b));\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",
"System.out.println(a/b+\" \"+a%b+\" \"+df.format((double) a/b))",
"System.out.println",
"System.out",
"System",
"System.out",
"a/b+\" \"+a%b+\" \"+df.format((double) a/b)",
"\" \"",
"a%b",
"a/b+\" \"+a%b+\" \"+df.format((double) a/b)",
"a/b",
"a",
"b",
"\" \"",
"a%b",
"a",
"b",
"\" \"",
"df.format((double) a/b)",
"df.format",
"df",
"(double) a/b",
"(double) a",
"b",
"String[] Args",
"Args"
] | import java.text.DecimalFormat;
import java.util.Scanner;
class Main {
private static final Scanner sc = new Scanner(System.in);
private static final DecimalFormat df = new DecimalFormat("0.########");
public static void main(String[] Args) {
int a = Integer.parseInt(sc.next());
int b = Integer.parseInt(sc.next());
System.out.println(a/b+" "+a%b+" "+df.format((double) a/b));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
20,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
98,
14
],
[
98,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
17,
23
],
[
23,
24
],
[
17,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
25,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
32,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
32,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
49,
51
],
[
32,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
32,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
32,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
32,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
72,
74
],
[
32,
75
],
[
75,
76
],
[
75,
77
],
[
32,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
86,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
85,
89
],
[
84,
90
],
[
86,
91
],
[
91,
92
],
[
92,
93
],
[
91,
94
],
[
15,
95
],
[
95,
96
],
[
0,
97
],
[
97,
98
],
[
97,
99
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.text.DecimalFormat;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tlong a = Integer.parseInt(arrStr[0]);\n\t\t\tlong b = Integer.parseInt(arrStr[1]);\n\n\t\t\tlong d = a/b;\n\t\t\tlong r = a%b;\n\t\t\tdouble f = (double)a/b;\n\n\t\t\tDecimalFormat df = new DecimalFormat(\"0.00000000\");\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+df.format(f));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.text.DecimalFormat;",
"DecimalFormat",
"java.text",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tlong a = Integer.parseInt(arrStr[0]);\n\t\t\tlong b = Integer.parseInt(arrStr[1]);\n\n\t\t\tlong d = a/b;\n\t\t\tlong r = a%b;\n\t\t\tdouble f = (double)a/b;\n\n\t\t\tDecimalFormat df = new DecimalFormat(\"0.00000000\");\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+df.format(f));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tlong a = Integer.parseInt(arrStr[0]);\n\t\t\tlong b = Integer.parseInt(arrStr[1]);\n\n\t\t\tlong d = a/b;\n\t\t\tlong r = a%b;\n\t\t\tdouble f = (double)a/b;\n\n\t\t\tDecimalFormat df = new DecimalFormat(\"0.00000000\");\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+df.format(f));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tlong a = Integer.parseInt(arrStr[0]);\n\t\t\tlong b = Integer.parseInt(arrStr[1]);\n\n\t\t\tlong d = a/b;\n\t\t\tlong r = a%b;\n\t\t\tdouble f = (double)a/b;\n\n\t\t\tDecimalFormat df = new DecimalFormat(\"0.00000000\");\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+df.format(f));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str;",
"str",
"String[] arrStr;",
"arrStr",
"try {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tlong a = Integer.parseInt(arrStr[0]);\n\t\t\tlong b = Integer.parseInt(arrStr[1]);\n\n\t\t\tlong d = a/b;\n\t\t\tlong r = a%b;\n\t\t\tdouble f = (double)a/b;\n\n\t\t\tDecimalFormat df = new DecimalFormat(\"0.00000000\");\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+df.format(f));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tlong a = Integer.parseInt(arrStr[0]);\n\t\t\tlong b = Integer.parseInt(arrStr[1]);\n\n\t\t\tlong d = a/b;\n\t\t\tlong r = a%b;\n\t\t\tdouble f = (double)a/b;\n\n\t\t\tDecimalFormat df = new DecimalFormat(\"0.00000000\");\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+df.format(f));\n\t\t}",
"str = br.readLine()",
"str",
"br.readLine()",
"br.readLine",
"br",
"arrStr = str.split(\" \")",
"arrStr",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"long a = Integer.parseInt(arrStr[0]);",
"a",
"Integer.parseInt(arrStr[0])",
"Integer.parseInt",
"Integer",
"arrStr[0]",
"arrStr",
"0",
"long b = Integer.parseInt(arrStr[1]);",
"b",
"Integer.parseInt(arrStr[1])",
"Integer.parseInt",
"Integer",
"arrStr[1]",
"arrStr",
"1",
"long d = a/b;",
"d",
"a/b",
"a",
"b",
"long r = a%b;",
"r",
"a%b",
"a",
"b",
"double f = (double)a/b;",
"f",
"(double)a/b",
"(double)a",
"b",
"DecimalFormat df = new DecimalFormat(\"0.00000000\");",
"df",
"new DecimalFormat(\"0.00000000\")",
"System.out.println(d+\" \"+r+\" \"+df.format(f))",
"System.out.println",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"+df.format(f)",
"\" \"",
"r",
"d+\" \"+r+\" \"+df.format(f)",
"d",
"\" \"",
"r",
"\" \"",
"df.format(f)",
"df.format",
"df",
"f",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tlong a = Integer.parseInt(arrStr[0]);\n\t\t\tlong b = Integer.parseInt(arrStr[1]);\n\n\t\t\tlong d = a/b;\n\t\t\tlong r = a%b;\n\t\t\tdouble f = (double)a/b;\n\n\t\t\tDecimalFormat df = new DecimalFormat(\"0.00000000\");\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+df.format(f));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tString str;\n\t\tString[] arrStr;\n\t\ttry {\n\t\t\tstr = br.readLine();\n\t\t\tarrStr = str.split(\" \");\n\n\t\t\tlong a = Integer.parseInt(arrStr[0]);\n\t\t\tlong b = Integer.parseInt(arrStr[1]);\n\n\t\t\tlong d = a/b;\n\t\t\tlong r = a%b;\n\t\t\tdouble f = (double)a/b;\n\n\t\t\tDecimalFormat df = new DecimalFormat(\"0.00000000\");\n\t\t\tSystem.out.println(d+\" \"+r+\" \"+df.format(f));\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.text.DecimalFormat;
public class Main {
public static void main(String[] args) {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str;
String[] arrStr;
try {
str = br.readLine();
arrStr = str.split(" ");
long a = Integer.parseInt(arrStr[0]);
long b = Integer.parseInt(arrStr[1]);
long d = a/b;
long r = a%b;
double f = (double)a/b;
DecimalFormat df = new DecimalFormat("0.00000000");
System.out.println(d+" "+r+" "+df.format(f));
} 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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
49,
5
],
[
49,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
37,
43
],
[
37,
44
],
[
37,
45
],
[
6,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] | [
"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\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextInt();\n\n\t\tlong d = (int)(a/b);\n\t\tlong r = (int)(a%b);\n\t\tdouble f = a/b;\n\t\t//System.out.println(d+\" \"+r+\" \"+f);\n\t\tSystem.out.printf(\"%d %d %.7f%n\",d,r,f);\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\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextInt();\n\n\t\tlong d = (int)(a/b);\n\t\tlong r = (int)(a%b);\n\t\tdouble f = a/b;\n\t\t//System.out.println(d+\" \"+r+\" \"+f);\n\t\tSystem.out.printf(\"%d %d %.7f%n\",d,r,f);\n\t}\n}",
"Main",
"public static void main (String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextInt();\n\n\t\tlong d = (int)(a/b);\n\t\tlong r = (int)(a%b);\n\t\tdouble f = a/b;\n\t\t//System.out.println(d+\" \"+r+\" \"+f);\n\t\tSystem.out.printf(\"%d %d %.7f%n\",d,r,f);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextInt();\n\n\t\tlong d = (int)(a/b);\n\t\tlong r = (int)(a%b);\n\t\tdouble f = a/b;\n\t\t//System.out.println(d+\" \"+r+\" \"+f);\n\t\tSystem.out.printf(\"%d %d %.7f%n\",d,r,f);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"double a = sc.nextDouble();",
"a",
"sc.nextDouble()",
"sc.nextDouble",
"sc",
"double b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"long d = (int)(a/b);",
"d",
"(int)(a/b)",
"a",
"b",
"long r = (int)(a%b);",
"r",
"(int)(a%b)",
"a",
"b",
"double f = a/b;",
"f",
"a/b",
"a",
"b",
"System.out.printf(\"%d %d %.7f%n\",d,r,f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.7f%n\"",
"d",
"r",
"f",
"String[] args",
"args",
"public class Main {\n\tpublic static void main (String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextInt();\n\n\t\tlong d = (int)(a/b);\n\t\tlong r = (int)(a%b);\n\t\tdouble f = a/b;\n\t\t//System.out.println(d+\" \"+r+\" \"+f);\n\t\tSystem.out.printf(\"%d %d %.7f%n\",d,r,f);\n\t}\n}",
"public class Main {\n\tpublic static void main (String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tdouble a = sc.nextDouble();\n\t\tdouble b = sc.nextInt();\n\n\t\tlong d = (int)(a/b);\n\t\tlong r = (int)(a%b);\n\t\tdouble f = a/b;\n\t\t//System.out.println(d+\" \"+r+\" \"+f);\n\t\tSystem.out.printf(\"%d %d %.7f%n\",d,r,f);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main (String[] args) {
Scanner sc = new Scanner(System.in);
double a = sc.nextDouble();
double b = sc.nextInt();
long d = (int)(a/b);
long r = (int)(a%b);
double f = a/b;
//System.out.println(d+" "+r+" "+f);
System.out.printf("%d %d %.7f%n",d,r,f);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
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
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
56,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
69,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
67,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
]
] | [
"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 input = br.readLine();\n\t\tString[] cut = input.split(\" \");\n\t\tint a = Integer.parseInt(cut[0]);\n\t\tint b = Integer.parseInt(cut[1]);\n\t\t\n\t\tint d =a/b;\n\t\tint r = a%b;\n\t\tdouble f =(double)a/(double)b;\n\t\t\n\t\tString g = String.format(\"%.5f\",f);\n\t\tSystem.out.println(d+\" \"+r+\" \"+g);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString input = br.readLine();\n\t\tString[] cut = input.split(\" \");\n\t\tint a = Integer.parseInt(cut[0]);\n\t\tint b = Integer.parseInt(cut[1]);\n\t\t\n\t\tint d =a/b;\n\t\tint r = a%b;\n\t\tdouble f =(double)a/(double)b;\n\t\t\n\t\tString g = String.format(\"%.5f\",f);\n\t\tSystem.out.println(d+\" \"+r+\" \"+g);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString input = br.readLine();\n\t\tString[] cut = input.split(\" \");\n\t\tint a = Integer.parseInt(cut[0]);\n\t\tint b = Integer.parseInt(cut[1]);\n\t\t\n\t\tint d =a/b;\n\t\tint r = a%b;\n\t\tdouble f =(double)a/(double)b;\n\t\t\n\t\tString g = String.format(\"%.5f\",f);\n\t\tSystem.out.println(d+\" \"+r+\" \"+g);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString input = br.readLine();\n\t\tString[] cut = input.split(\" \");\n\t\tint a = Integer.parseInt(cut[0]);\n\t\tint b = Integer.parseInt(cut[1]);\n\t\t\n\t\tint d =a/b;\n\t\tint r = a%b;\n\t\tdouble f =(double)a/(double)b;\n\t\t\n\t\tString g = String.format(\"%.5f\",f);\n\t\tSystem.out.println(d+\" \"+r+\" \"+g);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String input = br.readLine();",
"input",
"br.readLine()",
"br.readLine",
"br",
"String[] cut = input.split(\" \");",
"cut",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int a = Integer.parseInt(cut[0]);",
"a",
"Integer.parseInt(cut[0])",
"Integer.parseInt",
"Integer",
"cut[0]",
"cut",
"0",
"int b = Integer.parseInt(cut[1]);",
"b",
"Integer.parseInt(cut[1])",
"Integer.parseInt",
"Integer",
"cut[1]",
"cut",
"1",
"int d =a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"double f =(double)a/(double)b;",
"f",
"(double)a/(double)b",
"(double)a",
"(double)b",
"String g = String.format(\"%.5f\",f);",
"g",
"String.format(\"%.5f\",f)",
"String.format",
"String",
"\"%.5f\"",
"f",
"System.out.println(d+\" \"+r+\" \"+g)",
"System.out.println",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"+g",
"\" \"",
"r",
"d+\" \"+r+\" \"+g",
"d",
"\" \"",
"r",
"\" \"",
"g",
"String[] args",
"args"
] | import java.io.*;
class Main {
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String input = br.readLine();
String[] cut = input.split(" ");
int a = Integer.parseInt(cut[0]);
int b = Integer.parseInt(cut[1]);
int d =a/b;
int r = a%b;
double f =(double)a/(double)b;
String g = String.format("%.5f",f);
System.out.println(d+" "+r+" "+g);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
13,
17,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
4,
8
],
[
8,
9
],
[
4,
10
],
[
10,
11
],
[
4,
12
],
[
12,
13
],
[
4,
14
],
[
14,
15
],
[
14,
16
],
[
4,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
19,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
19,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
19,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
19,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
19,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
50,
56
],
[
50,
57
],
[
50,
58
],
[
4,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
59,
65
],
[
65,
66
]
] | [
"import java.util.Scanner;\nclass Main {\n\tint a,b,x,y;\n\tdouble z = 0.0;\n\tpublic void suzuki(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tx = a / b;\n\t\ty = a % b;\n\t\tz = a * 1.0 / b;\n\t\tSystem.out.printf(\"%d %d %7f\\n\",x,y,z);\n\t}\n\tpublic static void main(String[] args){\n\t\tnew Main().suzuki();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tint a,b,x,y;\n\tdouble z = 0.0;\n\tpublic void suzuki(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tx = a / b;\n\t\ty = a % b;\n\t\tz = a * 1.0 / b;\n\t\tSystem.out.printf(\"%d %d %7f\\n\",x,y,z);\n\t}\n\tpublic static void main(String[] args){\n\t\tnew Main().suzuki();\n\t}\n}",
"Main",
"int a",
"a",
"b",
"b",
"x",
"x",
"y;",
"y",
"double z = 0.0;",
"z",
"0.0",
"public void suzuki(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tx = a / b;\n\t\ty = a % b;\n\t\tz = a * 1.0 / b;\n\t\tSystem.out.printf(\"%d %d %7f\\n\",x,y,z);\n\t}",
"suzuki",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tx = a / b;\n\t\ty = a % b;\n\t\tz = a * 1.0 / b;\n\t\tSystem.out.printf(\"%d %d %7f\\n\",x,y,z);\n\t}",
"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",
"x = a / b",
"x",
"a / b",
"a",
"b",
"y = a % b",
"y",
"a % b",
"a",
"b",
"z = a * 1.0 / b",
"z",
"a * 1.0 / b",
"a * 1.0",
"a",
"1.0",
"b",
"System.out.printf(\"%d %d %7f\\n\",x,y,z)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %7f\\n\"",
"x",
"y",
"z",
"public static void main(String[] args){\n\t\tnew Main().suzuki();\n\t}",
"main",
"{\n\t\tnew Main().suzuki();\n\t}",
"new Main().suzuki()",
"new Main().suzuki",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
int a,b,x,y;
double z = 0.0;
public void suzuki(){
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
x = a / b;
y = a % b;
z = a * 1.0 / b;
System.out.printf("%d %d %7f\n",x,y,z);
}
public static void main(String[] args){
new Main().suzuki();
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
2,
2,
17,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
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
],
[
91,
11
],
[
91,
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
],
[
55,
57
],
[
22,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
60,
62
],
[
22,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
65,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
22,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
74,
79
],
[
82,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
80,
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\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 d = a / b;\n\t\t\tint r = a % b;\n\t\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t\t\t\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 d = a / b;\n\t\t\tint r = a % b;\n\t\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t\t\t\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 d = a / b;\n\t\t\tint r = a % b;\n\t\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\ttry {\n\t\t\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 d = a / b;\n\t\t\tint r = a % b;\n\t\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t\t\t\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 d = a / b;\n\t\t\tint r = a % b;\n\t\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t\t\t\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\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 d = a / b;\n\t\t\tint r = a % b;\n\t\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t\t\t\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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"String f = String.format(\"%.5f\", 1.0 * a / b);",
"f",
"String.format(\"%.5f\", 1.0 * a / b)",
"String.format",
"String",
"\"%.5f\"",
"1.0 * a / b",
"1.0 * a",
"1.0",
"a",
"b",
"System.out.println(d + \" \" + r + \" \" + f)",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + f",
"\" \"",
"r",
"d + \" \" + r + \" \" + f",
"d",
"\" \"",
"r",
"\" \"",
"f",
"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 d = a / b;\n\t\t\tint r = a % b;\n\t\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t\t\t\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 d = a / b;\n\t\t\tint r = a % b;\n\t\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t\t\t\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 d = a / b;
int r = a % b;
String f = String.format("%.5f", 1.0 * a / b);
System.out.println(d + " " + r + " " + f);
} catch (IOException e) {
e.printStackTrace();
}
}
} |
[
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,
14,
2,
2,
2,
2,
17,
13,
2,
13,
4,
18,
13,
17,
17,
2,
17,
13,
2,
13,
4,
18,
13,
17,
17,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
13,
13,
4,
18,
18,
13,
13,
17,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
109,
14
],
[
109,
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
],
[
62,
61
],
[
73,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
68,
71
],
[
68,
72
],
[
73,
73
],
[
73,
74
],
[
73,
75
],
[
62,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
79,
80
],
[
78,
81
],
[
78,
82
],
[
59,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
89,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
89,
94
],
[
94,
95
],
[
94,
96
],
[
28,
97
],
[
97,
98
],
[
98,
99
],
[
99,
100
],
[
99,
101
],
[
97,
102
],
[
97,
103
],
[
103,
104
],
[
103,
105
],
[
15,
106
],
[
106,
107
],
[
0,
108
],
[
108,
109
],
[
108,
110
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\n\npublic class Main {\n public static void main(String[] args) {\n\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\n\t \tif( 1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9) )\n\t \t\tSystem.out.print(a/b+\" \"+a%b);\n\t \t\tSystem.out.printf(\" %f\\n\",(double)a/b);\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\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\n\t \tif( 1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9) )\n\t \t\tSystem.out.print(a/b+\" \"+a%b);\n\t \t\tSystem.out.printf(\" %f\\n\",(double)a/b);\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\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\n\t \tif( 1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9) )\n\t \t\tSystem.out.print(a/b+\" \"+a%b);\n\t \t\tSystem.out.printf(\" %f\\n\",(double)a/b);\n\n \t} catch(IOException e) {\n \t\tSystem.err.println(e);\n\t\t}\n }",
"main",
"{\n\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\n\t \tif( 1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9) )\n\t \t\tSystem.out.print(a/b+\" \"+a%b);\n\t \t\tSystem.out.printf(\" %f\\n\",(double)a/b);\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\n\t \tif( 1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9) )\n\t \t\tSystem.out.print(a/b+\" \"+a%b);\n\t \t\tSystem.out.printf(\" %f\\n\",(double)a/b);\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\n\t \tif( 1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9) )\n\t \t\tSystem.out.print(a/b+\" \"+a%b);\n\t \t\tSystem.out.printf(\" %f\\n\",(double)a/b);\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",
"if( 1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9) )\n\t \t\tSystem.out.print(a/b+\" \"+a%b);",
"1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9)",
"1<=b",
"1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9)",
"1<=a",
"1",
"a",
"a<=Math.pow(10, 9)",
"a",
"Math.pow(10, 9)",
"Math.pow",
"Math",
"10",
"9",
"1<=b",
"1",
"b",
"b<=Math.pow(10, 9)",
"b",
"Math.pow(10, 9)",
"Math.pow",
"Math",
"10",
"9",
"System.out.print(a/b+\" \"+a%b)",
"System.out.print",
"System.out",
"System",
"System.out",
"a/b+\" \"+a%b",
"a/b+\" \"+a%b",
"a/b",
"a",
"b",
"\" \"",
"a%b",
"a",
"b",
"System.out.printf(\" %f\\n\",(double)a/b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\" %f\\n\"",
"(double)a/b",
"(double)a",
"b",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n\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\n\t \tif( 1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9) )\n\t \t\tSystem.out.print(a/b+\" \"+a%b);\n\t \t\tSystem.out.printf(\" %f\\n\",(double)a/b);\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\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\n\t \tif( 1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9) )\n\t \t\tSystem.out.print(a/b+\" \"+a%b);\n\t \t\tSystem.out.printf(\" %f\\n\",(double)a/b);\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());
if( 1<=a && a<=Math.pow(10, 9) && 1<=b && b<=Math.pow(10, 9) )
System.out.print(a/b+" "+a%b);
System.out.printf(" %f\n",(double)a/b);
} catch(IOException e) {
System.err.println(e);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
38,
5,
13,
30,
30,
41,
13,
20,
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,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
4,
18,
18,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
21,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
25,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
25,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
25,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
25,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
25,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
25,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
63,
65
],
[
25,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
68,
70
],
[
25,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
71,
77
],
[
71,
78
],
[
71,
79
],
[
8,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
80,
85
],
[
6,
86
],
[
86,
87
]
] | [
"import java.io.*;\n\nclass Main {\n\tpublic static void main(String[] args){\n\t\tint a, b, d, r;\n\t\tdouble f;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tbuf = br.readLine();\n\t\t\t\n\t\t\tString[] line = buf.split(\" \");\n\t\t\t\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\t\n\t\t\td = a/b;\n\t\t\tr = a % b;\n\t\t\tf = (double)a/b;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\n\t\t} catch(Exception e){\n\t\t}\n\t\tSystem.out.print(\"\\n\");\n\t}\n}\n\t\t\t",
"import java.io.*;",
"io.*",
"java",
"class Main {\n\tpublic static void main(String[] args){\n\t\tint a, b, d, r;\n\t\tdouble f;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tbuf = br.readLine();\n\t\t\t\n\t\t\tString[] line = buf.split(\" \");\n\t\t\t\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\t\n\t\t\td = a/b;\n\t\t\tr = a % b;\n\t\t\tf = (double)a/b;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\n\t\t} catch(Exception e){\n\t\t}\n\t\tSystem.out.print(\"\\n\");\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint a, b, d, r;\n\t\tdouble f;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tbuf = br.readLine();\n\t\t\t\n\t\t\tString[] line = buf.split(\" \");\n\t\t\t\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\t\n\t\t\td = a/b;\n\t\t\tr = a % b;\n\t\t\tf = (double)a/b;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\n\t\t} catch(Exception e){\n\t\t}\n\t\tSystem.out.print(\"\\n\");\n\t}",
"main",
"{\n\t\tint a, b, d, r;\n\t\tdouble f;\n\t\tString buf;\n\t\ttry{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tbuf = br.readLine();\n\t\t\t\n\t\t\tString[] line = buf.split(\" \");\n\t\t\t\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\t\n\t\t\td = a/b;\n\t\t\tr = a % b;\n\t\t\tf = (double)a/b;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\n\t\t} catch(Exception e){\n\t\t}\n\t\tSystem.out.print(\"\\n\");\n\t}",
"int a",
"a",
"b",
"b",
"d",
"d",
"r;",
"r",
"double f;",
"f",
"String buf;",
"buf",
"try{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tbuf = br.readLine();\n\t\t\t\n\t\t\tString[] line = buf.split(\" \");\n\t\t\t\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\t\n\t\t\td = a/b;\n\t\t\tr = a % b;\n\t\t\tf = (double)a/b;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\n\t\t} catch(Exception e){\n\t\t}",
"catch(Exception e){\n\t\t}",
"Exception e",
"{\n\t\t}",
"{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tbuf = br.readLine();\n\t\t\t\n\t\t\tString[] line = buf.split(\" \");\n\t\t\t\n\t\t\ta = Integer.parseInt(line[0]);\n\t\t\tb = Integer.parseInt(line[1]);\n\t\t\t\n\t\t\td = a/b;\n\t\t\tr = a % b;\n\t\t\tf = (double)a/b;\n\t\t\t\n\t\t\tSystem.out.printf(\"%d %d %f\", d, r, f);\n\t\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"buf = br.readLine()",
"buf",
"br.readLine()",
"br.readLine",
"br",
"String[] line = buf.split(\" \");",
"line",
"buf.split(\" \")",
"buf.split",
"buf",
"\" \"",
"a = Integer.parseInt(line[0])",
"a",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"b = Integer.parseInt(line[1])",
"b",
"Integer.parseInt(line[1])",
"Integer.parseInt",
"Integer",
"line[1]",
"line",
"1",
"d = a/b",
"d",
"a/b",
"a",
"b",
"r = a % b",
"r",
"a % b",
"a",
"b",
"f = (double)a/b",
"f",
"(double)a/b",
"(double)a",
"b",
"System.out.printf(\"%d %d %f\", d, r, f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %f\"",
"d",
"r",
"f",
"System.out.print(\"\\n\")",
"System.out.print",
"System.out",
"System",
"System.out",
"\"\\n\"",
"String[] args",
"args"
] | import java.io.*;
class Main {
public static void main(String[] args){
int a, b, d, r;
double f;
String buf;
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
buf = br.readLine();
String[] line = buf.split(" ");
a = Integer.parseInt(line[0]);
b = Integer.parseInt(line[1]);
d = a/b;
r = a % b;
f = (double)a/b;
System.out.printf("%d %d %f", d, r, f);
} catch(Exception e){
}
System.out.print("\n");
}
}
|
[
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,
4,
18,
18,
13,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
17,
2,
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
],
[
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
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
11,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
11,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
54,
60
],
[
60,
61
],
[
60,
62
],
[
9,
63
],
[
63,
64
]
] | [
"import java.io.*;\nimport java.util.*;\n\nclass Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n System.out.print(a/b+\" \");\n System.out.print(a%b+\" \");\n System.out.printf(\"%.5f\\n\",(double)a/b);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n System.out.print(a/b+\" \");\n System.out.print(a%b+\" \");\n System.out.printf(\"%.5f\\n\",(double)a/b);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n System.out.print(a/b+\" \");\n System.out.print(a%b+\" \");\n System.out.printf(\"%.5f\\n\",(double)a/b);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringTokenizer st = new StringTokenizer(br.readLine());\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n System.out.print(a/b+\" \");\n System.out.print(a%b+\" \");\n System.out.printf(\"%.5f\\n\",(double)a/b);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer st = new StringTokenizer(br.readLine());",
"st",
"new StringTokenizer(br.readLine())",
"int 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",
"System.out.print(a/b+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"a/b+\" \"",
"a/b",
"a",
"b",
"\" \"",
"System.out.print(a%b+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"a%b+\" \"",
"a%b",
"a",
"b",
"\" \"",
"System.out.printf(\"%.5f\\n\",(double)a/b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%.5f\\n\"",
"(double)a/b",
"(double)a",
"b",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new StringTokenizer(br.readLine());
int a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
System.out.print(a/b+" ");
System.out.print(a%b+" ");
System.out.printf("%.5f\n",(double)a/b);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
8,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
54,
58
],
[
6,
59
],
[
59,
60
]
] | [
"import java.util.Scanner;\nclass Main{\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int d = a / b ;\n int r = a % b ;\n double f = (double)a / (double)b ;\n System.out.println(d);\n System.out.println(r);\n System.out.println(String.format(\"%.8f\\n\", f));\n }\n }",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int d = a / b ;\n int r = a % b ;\n double f = (double)a / (double)b ;\n System.out.println(d);\n System.out.println(r);\n System.out.println(String.format(\"%.8f\\n\", f));\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 d = a / b ;\n int r = a % b ;\n double f = (double)a / (double)b ;\n System.out.println(d);\n System.out.println(r);\n System.out.println(String.format(\"%.8f\\n\", f));\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int d = a / b ;\n int r = a % b ;\n double f = (double)a / (double)b ;\n System.out.println(d);\n System.out.println(r);\n System.out.println(String.format(\"%.8f\\n\", f));\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 d = a / b ;",
"d",
"a / b",
"a",
"b",
"int r = a % b ;",
"r",
"a % b",
"a",
"b",
"double f = (double)a / (double)b ;",
"f",
"(double)a / (double)b",
"(double)a",
"(double)b",
"System.out.println(d)",
"System.out.println",
"System.out",
"System",
"System.out",
"d",
"System.out.println(r)",
"System.out.println",
"System.out",
"System",
"System.out",
"r",
"System.out.println(String.format(\"%.8f\\n\", f))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(\"%.8f\\n\", f)",
"String.format",
"String",
"\"%.8f\\n\"",
"f",
"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();
int b = scanner.nextInt();
int d = a / b ;
int r = a % b ;
double f = (double)a / (double)b ;
System.out.println(d);
System.out.println(r);
System.out.println(String.format("%.8f\n", f));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
17,
2,
13,
13,
2,
13,
13,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
40,
5
],
[
40,
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
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
22,
28
],
[
28,
29
],
[
28,
30
],
[
22,
31
],
[
31,
32
],
[
31,
33
],
[
22,
34
],
[
34,
35
],
[
34,
36
],
[
6,
37
],
[
37,
38
],
[
0,
39
],
[
39,
40
],
[
39,
41
]
] | [
"\nimport java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n long a = scanner.nextLong();\n long b = scanner.nextLong();\n\n System.out.printf(\"%d %d %f\\n\", (a / b), (a % b), ((double) a / (double) b));\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\n long a = scanner.nextLong();\n long b = scanner.nextLong();\n\n System.out.printf(\"%d %d %f\\n\", (a / b), (a % b), ((double) a / (double) b));\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n long a = scanner.nextLong();\n long b = scanner.nextLong();\n\n System.out.printf(\"%d %d %f\\n\", (a / b), (a % b), ((double) a / (double) b));\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n\n long a = scanner.nextLong();\n long b = scanner.nextLong();\n\n System.out.printf(\"%d %d %f\\n\", (a / b), (a % b), ((double) a / (double) b));\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"long a = scanner.nextLong();",
"a",
"scanner.nextLong()",
"scanner.nextLong",
"scanner",
"long b = scanner.nextLong();",
"b",
"scanner.nextLong()",
"scanner.nextLong",
"scanner",
"System.out.printf(\"%d %d %f\\n\", (a / b), (a % b), ((double) a / (double) b))",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %f\\n\"",
"(a / b)",
"a",
"b",
"(a % b)",
"a",
"b",
"((double) a / (double) b)",
"(double) a",
"(double) b",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n long a = scanner.nextLong();\n long b = scanner.nextLong();\n\n System.out.printf(\"%d %d %f\\n\", (a / b), (a % b), ((double) a / (double) b));\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n\n long a = scanner.nextLong();\n long b = scanner.nextLong();\n\n System.out.printf(\"%d %d %f\\n\", (a / b), (a % b), ((double) a / (double) b));\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
long a = scanner.nextLong();
long b = scanner.nextLong();
System.out.printf("%d %d %f\n", (a / b), (a % b), ((double) a / (double) b));
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
2,
13,
13,
41,
13,
2,
2,
17,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
13,
17,
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
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
8,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
49,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
47,
53
],
[
49,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
54,
58
],
[
6,
59
],
[
59,
60
],
[
0,
61
],
[
61,
62
],
[
61,
63
]
] | [
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint d = a/b;\n\t\t\n\t\tint r=a-b*d;\n\t\tdouble f=1.0 * a/b;\n\t\t\n\t\tSystem.out.println(d+\" \"+r+\" \"+(String.format(\"%.8f\", f)));\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 d = a/b;\n\t\t\n\t\tint r=a-b*d;\n\t\tdouble f=1.0 * a/b;\n\t\t\n\t\tSystem.out.println(d+\" \"+r+\" \"+(String.format(\"%.8f\", f)));\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 d = a/b;\n\t\t\n\t\tint r=a-b*d;\n\t\tdouble f=1.0 * a/b;\n\t\t\n\t\tSystem.out.println(d+\" \"+r+\" \"+(String.format(\"%.8f\", f)));\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 d = a/b;\n\t\t\n\t\tint r=a-b*d;\n\t\tdouble f=1.0 * a/b;\n\t\t\n\t\tSystem.out.println(d+\" \"+r+\" \"+(String.format(\"%.8f\", f)));\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 d = a/b;",
"d",
"a/b",
"a",
"b",
"int r=a-b*d;",
"r",
"a-b*d",
"a",
"b*d",
"b",
"d",
"double f=1.0 * a/b;",
"f",
"1.0 * a/b",
"1.0 * a",
"1.0",
"a",
"b",
"System.out.println(d+\" \"+r+\" \"+(String.format(\"%.8f\", f)))",
"System.out.println",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"+(String.format(\"%.8f\", f))",
"\" \"",
"r",
"d+\" \"+r+\" \"+(String.format(\"%.8f\", f))",
"d",
"\" \"",
"r",
"\" \"",
"(String.format(\"%.8f\", f))",
"String.format",
"String",
"\"%.8f\"",
"f",
"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 d = a/b;\n\t\t\n\t\tint r=a-b*d;\n\t\tdouble f=1.0 * a/b;\n\t\t\n\t\tSystem.out.println(d+\" \"+r+\" \"+(String.format(\"%.8f\", f)));\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 d = a/b;\n\t\t\n\t\tint r=a-b*d;\n\t\tdouble f=1.0 * a/b;\n\t\t\n\t\tSystem.out.println(d+\" \"+r+\" \"+(String.format(\"%.8f\", f)));\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 d = a/b;
int r=a-b*d;
double f=1.0 * a/b;
System.out.println(d+" "+r+" "+(String.format("%.8f", f)));
}
}
|
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
41,
13,
17,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
70,
5
],
[
70,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
38,
40
],
[
8,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
8,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
48,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
61,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
59,
65
],
[
61,
66
],
[
6,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String args[]){\n\n\t\t//2????????´??°???????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intA = sc.nextInt();\n\t\tint intB = sc.nextInt();\n\n\t\t//??´??°???????????????????°???°???????????????\n\t\tint intD = 0;\n\t\tint intE = 0;\n\t\tdouble dbF = 0;\n\n\t\tintD = intA / intB;\n\t\tintE = intA % intB;\n\t\tdbF = (double)intA / (double)intB;\n\t\tString stF = String.format(\"%.5f\", dbF);\n\n\t\tSystem.out.println(intD + \" \" + intE + \" \" + stF);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String args[]){\n\n\t\t//2????????´??°???????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intA = sc.nextInt();\n\t\tint intB = sc.nextInt();\n\n\t\t//??´??°???????????????????°???°???????????????\n\t\tint intD = 0;\n\t\tint intE = 0;\n\t\tdouble dbF = 0;\n\n\t\tintD = intA / intB;\n\t\tintE = intA % intB;\n\t\tdbF = (double)intA / (double)intB;\n\t\tString stF = String.format(\"%.5f\", dbF);\n\n\t\tSystem.out.println(intD + \" \" + intE + \" \" + stF);\n\t}\n}",
"Main",
"public static void main(String args[]){\n\n\t\t//2????????´??°???????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intA = sc.nextInt();\n\t\tint intB = sc.nextInt();\n\n\t\t//??´??°???????????????????°???°???????????????\n\t\tint intD = 0;\n\t\tint intE = 0;\n\t\tdouble dbF = 0;\n\n\t\tintD = intA / intB;\n\t\tintE = intA % intB;\n\t\tdbF = (double)intA / (double)intB;\n\t\tString stF = String.format(\"%.5f\", dbF);\n\n\t\tSystem.out.println(intD + \" \" + intE + \" \" + stF);\n\t}",
"main",
"{\n\n\t\t//2????????´??°???????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intA = sc.nextInt();\n\t\tint intB = sc.nextInt();\n\n\t\t//??´??°???????????????????°???°???????????????\n\t\tint intD = 0;\n\t\tint intE = 0;\n\t\tdouble dbF = 0;\n\n\t\tintD = intA / intB;\n\t\tintE = intA % intB;\n\t\tdbF = (double)intA / (double)intB;\n\t\tString stF = String.format(\"%.5f\", dbF);\n\n\t\tSystem.out.println(intD + \" \" + intE + \" \" + stF);\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 intD = 0;",
"intD",
"0",
"int intE = 0;",
"intE",
"0",
"double dbF = 0;",
"dbF",
"0",
"intD = intA / intB",
"intD",
"intA / intB",
"intA",
"intB",
"intE = intA % intB",
"intE",
"intA % intB",
"intA",
"intB",
"dbF = (double)intA / (double)intB",
"dbF",
"(double)intA / (double)intB",
"(double)intA",
"(double)intB",
"String stF = String.format(\"%.5f\", dbF);",
"stF",
"String.format(\"%.5f\", dbF)",
"String.format",
"String",
"\"%.5f\"",
"dbF",
"System.out.println(intD + \" \" + intE + \" \" + stF)",
"System.out.println",
"System.out",
"System",
"System.out",
"intD + \" \" + intE + \" \" + stF",
"\" \"",
"intE",
"intD + \" \" + intE + \" \" + stF",
"intD",
"\" \"",
"intE",
"\" \"",
"stF",
"String args[]",
"args",
"public class Main{\n\tpublic static void main(String args[]){\n\n\t\t//2????????´??°???????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intA = sc.nextInt();\n\t\tint intB = sc.nextInt();\n\n\t\t//??´??°???????????????????°???°???????????????\n\t\tint intD = 0;\n\t\tint intE = 0;\n\t\tdouble dbF = 0;\n\n\t\tintD = intA / intB;\n\t\tintE = intA % intB;\n\t\tdbF = (double)intA / (double)intB;\n\t\tString stF = String.format(\"%.5f\", dbF);\n\n\t\tSystem.out.println(intD + \" \" + intE + \" \" + stF);\n\t}\n}",
"public class Main{\n\tpublic static void main(String args[]){\n\n\t\t//2????????´??°???????????????\n\t\tScanner sc = new Scanner(System.in);\n\t\tint intA = sc.nextInt();\n\t\tint intB = sc.nextInt();\n\n\t\t//??´??°???????????????????°???°???????????????\n\t\tint intD = 0;\n\t\tint intE = 0;\n\t\tdouble dbF = 0;\n\n\t\tintD = intA / intB;\n\t\tintE = intA % intB;\n\t\tdbF = (double)intA / (double)intB;\n\t\tString stF = String.format(\"%.5f\", dbF);\n\n\t\tSystem.out.println(intD + \" \" + intE + \" \" + stF);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String args[]){
//2????????´??°???????????????
Scanner sc = new Scanner(System.in);
int intA = sc.nextInt();
int intB = sc.nextInt();
//??´??°???????????????????°???°???????????????
int intD = 0;
int intE = 0;
double dbF = 0;
intD = intA / intB;
intE = intA % intB;
dbF = (double)intA / (double)intB;
String stF = String.format("%.5f", dbF);
System.out.println(intD + " " + intE + " " + stF);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
20,
17,
41,
13,
20,
17,
41,
13,
20,
0,
13,
4,
18,
4,
18,
13,
17,
11,
1,
0,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
41,
13,
4,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
18,
13,
17,
18,
13,
17,
17,
2,
18,
13,
17,
18,
13,
17,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
14,
16
],
[
11,
18
],
[
18,
19
],
[
18,
20
],
[
11,
22
],
[
22,
23
],
[
22,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
27,
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
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
11,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
11,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
77,
75
],
[
75,
76
],
[
86,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
82,
84
],
[
77,
85
],
[
86,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
91
],
[
90,
92
],
[
75,
93
],
[
77,
94
],
[
9,
95
],
[
95,
96
]
] | [
"import java.io.*;\nimport java.util.Arrays;\nclass Main{\n\tpublic static void main(String[] args) throws IOException {\n\t\tint i;\n\t\tint[] n = new int[5];\n\t\tString[] str = new String[5];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<2;i++){\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}\n\t\tString f = String.format(\"%.5f\",((double)n[0]/(double)n[1]));\n\t\tSystem.out.println(n[0]/n[1]+\" \"+n[0]%n[1]+\" \"+f);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main{\n\tpublic static void main(String[] args) throws IOException {\n\t\tint i;\n\t\tint[] n = new int[5];\n\t\tString[] str = new String[5];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<2;i++){\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}\n\t\tString f = String.format(\"%.5f\",((double)n[0]/(double)n[1]));\n\t\tSystem.out.println(n[0]/n[1]+\" \"+n[0]%n[1]+\" \"+f);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tint i;\n\t\tint[] n = new int[5];\n\t\tString[] str = new String[5];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<2;i++){\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}\n\t\tString f = String.format(\"%.5f\",((double)n[0]/(double)n[1]));\n\t\tSystem.out.println(n[0]/n[1]+\" \"+n[0]%n[1]+\" \"+f);\n\t}",
"main",
"{\n\t\tint i;\n\t\tint[] n = new int[5];\n\t\tString[] str = new String[5];\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = in.readLine().split(\" \");\n\t\tfor(i=0;i<2;i++){\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}\n\t\tString f = String.format(\"%.5f\",((double)n[0]/(double)n[1]));\n\t\tSystem.out.println(n[0]/n[1]+\" \"+n[0]%n[1]+\" \"+f);\n\t}",
"int i;",
"i",
"int[] n = new int[5];",
"n",
"new int[5]",
"5",
"String[] str = new String[5];",
"str",
"new String[5]",
"5",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"str = in.readLine().split(\" \")",
"str",
"in.readLine().split(\" \")",
"in.readLine().split",
"in.readLine()",
"in.readLine",
"in",
"\" \"",
"for(i=0;i<2;i++){\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}",
"i=0;",
"i=0",
"i",
"0",
"i<2",
"i",
"2",
"i++",
"i++",
"i",
"{\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}",
"{\n\t\t\tn[i]=Integer.parseInt(str[i]);\n\t\t}",
"n[i]=Integer.parseInt(str[i])",
"n[i]",
"n",
"i",
"Integer.parseInt(str[i])",
"Integer.parseInt",
"Integer",
"str[i]",
"str",
"i",
"String f = String.format(\"%.5f\",((double)n[0]/(double)n[1]));",
"f",
"String.format(\"%.5f\",((double)n[0]/(double)n[1]))",
"String.format",
"String",
"\"%.5f\"",
"((double)n[0]/(double)n[1])",
"(double)n[0]",
"n",
"0",
"(double)n[1]",
"n",
"1",
"System.out.println(n[0]/n[1]+\" \"+n[0]%n[1]+\" \"+f)",
"System.out.println",
"System.out",
"System",
"System.out",
"n[0]/n[1]+\" \"+n[0]%n[1]+\" \"+f",
"\" \"",
"n[0]%n[1]",
"n[0]/n[1]+\" \"+n[0]%n[1]+\" \"+f",
"n[0]/n[1]",
"n[0]",
"n",
"0",
"n[1]",
"n",
"1",
"\" \"",
"n[0]%n[1]",
"n[0]",
"n",
"0",
"n[1]",
"n",
"1",
"\" \"",
"f",
"String[] args",
"args"
] | import java.io.*;
import java.util.Arrays;
class Main{
public static void main(String[] args) throws IOException {
int i;
int[] n = new int[5];
String[] str = new String[5];
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
str = in.readLine().split(" ");
for(i=0;i<2;i++){
n[i]=Integer.parseInt(str[i]);
}
String f = String.format("%.5f",((double)n[0]/(double)n[1]));
System.out.println(n[0]/n[1]+" "+n[0]%n[1]+" "+f);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
17,
2,
13,
13,
2,
13,
13,
2,
13,
13,
4,
18,
13,
4,
18,
13,
12,
13,
30,
4,
18,
20,
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
],
[
59,
11
],
[
59,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
14,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
31,
38
],
[
38,
39
],
[
38,
40
],
[
31,
41
],
[
41,
42
],
[
41,
43
],
[
14,
44
],
[
44,
45
],
[
45,
46
],
[
14,
47
],
[
47,
48
],
[
48,
49
],
[
59,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
50,
56
],
[
56,
57
],
[
0,
58
],
[
58,
59
],
[
58,
60
]
] | [
"import java.io.IOException;\nimport java.io.PrintWriter;\nimport java.util.Scanner;\n\n\npublic class Main {\n\tpublic void exec() throws IOException {\n\t\tScanner input = new Scanner(System.in);\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tint a = input.nextInt();\n\t\tint b = input.nextInt();\n\t\tout.printf(\"%d %d %.5f\", a/b,a%b,(double)a/b);\n\t\tout.flush();\n\t\tinput.close();\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tnew Main().exec();\n\t}\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.PrintWriter;",
"PrintWriter",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic void exec() throws IOException {\n\t\tScanner input = new Scanner(System.in);\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tint a = input.nextInt();\n\t\tint b = input.nextInt();\n\t\tout.printf(\"%d %d %.5f\", a/b,a%b,(double)a/b);\n\t\tout.flush();\n\t\tinput.close();\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tnew Main().exec();\n\t}\n}",
"Main",
"public void exec() throws IOException {\n\t\tScanner input = new Scanner(System.in);\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tint a = input.nextInt();\n\t\tint b = input.nextInt();\n\t\tout.printf(\"%d %d %.5f\", a/b,a%b,(double)a/b);\n\t\tout.flush();\n\t\tinput.close();\n\t}",
"exec",
"{\n\t\tScanner input = new Scanner(System.in);\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tint a = input.nextInt();\n\t\tint b = input.nextInt();\n\t\tout.printf(\"%d %d %.5f\", a/b,a%b,(double)a/b);\n\t\tout.flush();\n\t\tinput.close();\n\t}",
"Scanner input = new Scanner(System.in);",
"input",
"new Scanner(System.in)",
"PrintWriter out = new PrintWriter(System.out);",
"out",
"new PrintWriter(System.out)",
"int a = input.nextInt();",
"a",
"input.nextInt()",
"input.nextInt",
"input",
"int b = input.nextInt();",
"b",
"input.nextInt()",
"input.nextInt",
"input",
"out.printf(\"%d %d %.5f\", a/b,a%b,(double)a/b)",
"out.printf",
"out",
"\"%d %d %.5f\"",
"a/b",
"a",
"b",
"a%b",
"a",
"b",
"(double)a/b",
"(double)a",
"b",
"out.flush()",
"out.flush",
"out",
"input.close()",
"input.close",
"input",
"public static void main(String[] args) throws IOException {\n\t\tnew Main().exec();\n\t}",
"main",
"{\n\t\tnew Main().exec();\n\t}",
"new Main().exec()",
"new Main().exec",
"new Main()",
"String[] args",
"args",
"public class Main {\n\tpublic void exec() throws IOException {\n\t\tScanner input = new Scanner(System.in);\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tint a = input.nextInt();\n\t\tint b = input.nextInt();\n\t\tout.printf(\"%d %d %.5f\", a/b,a%b,(double)a/b);\n\t\tout.flush();\n\t\tinput.close();\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tnew Main().exec();\n\t}\n}",
"public class Main {\n\tpublic void exec() throws IOException {\n\t\tScanner input = new Scanner(System.in);\n\t\tPrintWriter out = new PrintWriter(System.out);\n\t\tint a = input.nextInt();\n\t\tint b = input.nextInt();\n\t\tout.printf(\"%d %d %.5f\", a/b,a%b,(double)a/b);\n\t\tout.flush();\n\t\tinput.close();\n\t}\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tnew Main().exec();\n\t}\n}",
"Main"
] | import java.io.IOException;
import java.io.PrintWriter;
import java.util.Scanner;
public class Main {
public void exec() throws IOException {
Scanner input = new Scanner(System.in);
PrintWriter out = new PrintWriter(System.out);
int a = input.nextInt();
int b = input.nextInt();
out.printf("%d %d %.5f", a/b,a%b,(double)a/b);
out.flush();
input.close();
}
public static void main(String[] args) throws IOException {
new Main().exec();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
2,
17,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
17,
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
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
8,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
46,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
46,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
56,
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 d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.00000*a / b;\n\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\tSystem.out.println(String.format(\"%6f\", f));\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 d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.00000*a / b;\n\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\tSystem.out.println(String.format(\"%6f\", f));\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 d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.00000*a / b;\n\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\tSystem.out.println(String.format(\"%6f\", f));\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 d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.00000*a / b;\n\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\tSystem.out.println(String.format(\"%6f\", f));\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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = 1.00000*a / b;",
"f",
"1.00000*a / b",
"1.00000*a",
"1.00000",
"a",
"b",
"System.out.print(d + \" \" + r + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \"",
"r",
"d + \" \" + r + \" \"",
"d",
"\" \"",
"r",
"\" \"",
"System.out.println(String.format(\"%6f\", f))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(\"%6f\", f)",
"String.format",
"String",
"\"%6f\"",
"f",
"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 d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.00000*a / b;\n\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\tSystem.out.println(String.format(\"%6f\", f));\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 d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = 1.00000*a / b;\n\t\tSystem.out.print(d + \" \" + r + \" \");\n\t\tSystem.out.println(String.format(\"%6f\", f));\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 d = a / b;
int r = a % b;
double f = 1.00000*a / b;
System.out.print(d + " " + r + " ");
System.out.println(String.format("%6f", f));
}
}
|
[
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,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
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
],
[
99,
11
],
[
99,
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
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
36,
38
],
[
29,
39
],
[
39,
40
],
[
40,
41
],
[
29,
42
],
[
43,
43
],
[
14,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
46,
49
],
[
49,
50
],
[
49,
51
],
[
14,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
14,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
14,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
14,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
72,
74
],
[
14,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
78,
79
],
[
77,
80
],
[
77,
81
],
[
14,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
90,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
89,
93
],
[
88,
94
],
[
90,
95
],
[
12,
96
],
[
96,
97
],
[
0,
98
],
[
98,
99
],
[
98,
100
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString s = buf.readLine();\n \tString[] strlAry =s.split(\" \");\n \tfor(int i=0;i<strlAry.length;i++){\n \t }\n \t double a = Integer.parseInt(strlAry[0]);\n \t double b = Integer.parseInt(strlAry[1]);\n\n \t double d = a/b;\n \t double r = a%b;\n \t double f = a/b;\n \t String f2 = String.format(\"%.5f\", f);\n \t System.out.println((int)d+\" \"+(int)r+\" \"+f2);\n \t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString s = buf.readLine();\n \tString[] strlAry =s.split(\" \");\n \tfor(int i=0;i<strlAry.length;i++){\n \t }\n \t double a = Integer.parseInt(strlAry[0]);\n \t double b = Integer.parseInt(strlAry[1]);\n\n \t double d = a/b;\n \t double r = a%b;\n \t double f = a/b;\n \t String f2 = String.format(\"%.5f\", f);\n \t System.out.println((int)d+\" \"+(int)r+\" \"+f2);\n \t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString s = buf.readLine();\n \tString[] strlAry =s.split(\" \");\n \tfor(int i=0;i<strlAry.length;i++){\n \t }\n \t double a = Integer.parseInt(strlAry[0]);\n \t double b = Integer.parseInt(strlAry[1]);\n\n \t double d = a/b;\n \t double r = a%b;\n \t double f = a/b;\n \t String f2 = String.format(\"%.5f\", f);\n \t System.out.println((int)d+\" \"+(int)r+\" \"+f2);\n \t}",
"main",
"{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString s = buf.readLine();\n \tString[] strlAry =s.split(\" \");\n \tfor(int i=0;i<strlAry.length;i++){\n \t }\n \t double a = Integer.parseInt(strlAry[0]);\n \t double b = Integer.parseInt(strlAry[1]);\n\n \t double d = a/b;\n \t double r = a%b;\n \t double f = a/b;\n \t String f2 = String.format(\"%.5f\", f);\n \t System.out.println((int)d+\" \"+(int)r+\" \"+f2);\n \t}",
"BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));",
"buf",
"new BufferedReader(new InputStreamReader(System.in))",
"String s = buf.readLine();",
"s",
"buf.readLine()",
"buf.readLine",
"buf",
"String[] strlAry =s.split(\" \");",
"strlAry",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"for(int i=0;i<strlAry.length;i++){\n \t }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<strlAry.length",
"i",
"strlAry.length",
"strlAry",
"strlAry.length",
"i++",
"i++",
"i",
"{\n \t }",
"{\n \t }",
"double a = Integer.parseInt(strlAry[0]);",
"a",
"Integer.parseInt(strlAry[0])",
"Integer.parseInt",
"Integer",
"strlAry[0]",
"strlAry",
"0",
"double b = Integer.parseInt(strlAry[1]);",
"b",
"Integer.parseInt(strlAry[1])",
"Integer.parseInt",
"Integer",
"strlAry[1]",
"strlAry",
"1",
"double d = a/b;",
"d",
"a/b",
"a",
"b",
"double r = a%b;",
"r",
"a%b",
"a",
"b",
"double f = a/b;",
"f",
"a/b",
"a",
"b",
"String f2 = String.format(\"%.5f\", f);",
"f2",
"String.format(\"%.5f\", f)",
"String.format",
"String",
"\"%.5f\"",
"f",
"System.out.println((int)d+\" \"+(int)r+\" \"+f2)",
"System.out.println",
"System.out",
"System",
"System.out",
"(int)d+\" \"+(int)r+\" \"+f2",
"\" \"",
"(int)r",
"(int)d+\" \"+(int)r+\" \"+f2",
"(int)d",
"\" \"",
"(int)r",
"\" \"",
"f2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString s = buf.readLine();\n \tString[] strlAry =s.split(\" \");\n \tfor(int i=0;i<strlAry.length;i++){\n \t }\n \t double a = Integer.parseInt(strlAry[0]);\n \t double b = Integer.parseInt(strlAry[1]);\n\n \t double d = a/b;\n \t double r = a%b;\n \t double f = a/b;\n \t String f2 = String.format(\"%.5f\", f);\n \t System.out.println((int)d+\" \"+(int)r+\" \"+f2);\n \t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString s = buf.readLine();\n \tString[] strlAry =s.split(\" \");\n \tfor(int i=0;i<strlAry.length;i++){\n \t }\n \t double a = Integer.parseInt(strlAry[0]);\n \t double b = Integer.parseInt(strlAry[1]);\n\n \t double d = a/b;\n \t double r = a%b;\n \t double f = a/b;\n \t String f2 = String.format(\"%.5f\", f);\n \t System.out.println((int)d+\" \"+(int)r+\" \"+f2);\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 buf = new BufferedReader(new InputStreamReader(System.in));
String s = buf.readLine();
String[] strlAry =s.split(" ");
for(int i=0;i<strlAry.length;i++){
}
double a = Integer.parseInt(strlAry[0]);
double b = Integer.parseInt(strlAry[1]);
double d = a/b;
double r = a%b;
double f = a/b;
String f2 = String.format("%.5f", f);
System.out.println((int)d+" "+(int)r+" "+f2);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
17,
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
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
44,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
44,
48
],
[
8,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
54,
58
],
[
6,
59
],
[
59,
60
],
[
0,
61
],
[
61,
62
],
[
61,
63
]
] | [
"import java.util.Scanner;\npublic class Main {\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int d=a/b;\n int r=a%b;\n double f=(double)a/b;\n System.out.print(d+\" \"+r+\" \");\n System.out.print(String.format(\"%f\", f));\n } \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int d=a/b;\n int r=a%b;\n double f=(double)a/b;\n System.out.print(d+\" \"+r+\" \");\n System.out.print(String.format(\"%f\", f));\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 d=a/b;\n int r=a%b;\n double f=(double)a/b;\n System.out.print(d+\" \"+r+\" \");\n System.out.print(String.format(\"%f\", f));\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int d=a/b;\n int r=a%b;\n double f=(double)a/b;\n System.out.print(d+\" \"+r+\" \");\n System.out.print(String.format(\"%f\", f));\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 d=a/b;",
"d",
"a/b",
"a",
"b",
"int r=a%b;",
"r",
"a%b",
"a",
"b",
"double f=(double)a/b;",
"f",
"(double)a/b",
"(double)a",
"b",
"System.out.print(d+\" \"+r+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"",
"r",
"d+\" \"+r+\" \"",
"d",
"\" \"",
"r",
"\" \"",
"System.out.print(String.format(\"%f\", f))",
"System.out.print",
"System.out",
"System",
"System.out",
"String.format(\"%f\", f)",
"String.format",
"String",
"\"%f\"",
"f",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int d=a/b;\n int r=a%b;\n double f=(double)a/b;\n System.out.print(d+\" \"+r+\" \");\n System.out.print(String.format(\"%f\", f));\n } \n}",
"public class Main {\n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int d=a/b;\n int r=a%b;\n double f=(double)a/b;\n System.out.print(d+\" \"+r+\" \");\n System.out.print(String.format(\"%f\", f));\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 d=a/b;
int r=a%b;
double f=(double)a/b;
System.out.print(d+" "+r+" ");
System.out.print(String.format("%f", f));
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
61,
8
],
[
61,
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
],
[
27,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
11,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
48,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
46,
52
],
[
48,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
53,
57
],
[
9,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import java.math.BigDecimal;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%1$.5f\", f));\n\n\t}\n\n}",
"import java.math.BigDecimal;",
"BigDecimal",
"java.math",
"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\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%1$.5f\", f));\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%1$.5f\", f));\n\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%1$.5f\", f));\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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double)a / b;",
"f",
"(double)a / b",
"(double)a",
"b",
"System.out.println(d + \" \" + r + \" \" + String.format(\"%1$.5f\", f))",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + String.format(\"%1$.5f\", f)",
"\" \"",
"r",
"d + \" \" + r + \" \" + String.format(\"%1$.5f\", f)",
"d",
"\" \"",
"r",
"\" \"",
"String.format(\"%1$.5f\", f)",
"String.format",
"String",
"\"%1$.5f\"",
"f",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%1$.5f\", f));\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\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%1$.5f\", f));\n\n\t}\n\n}",
"Main"
] | import java.math.BigDecimal;
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 d = a / b;
int r = a % b;
double f = (double)a / b;
System.out.println(d + " " + r + " " + String.format("%1$.5f", f));
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
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
],
[
78,
11
],
[
78,
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
],
[
44,
46
],
[
14,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
14,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
14,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
65,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
63,
69
],
[
65,
70
],
[
70,
71
],
[
71,
72
],
[
70,
73
],
[
70,
74
],
[
12,
75
],
[
75,
76
],
[
0,
77
],
[
77,
78
],
[
77,
79
]
] | [
"import java.math.BigDecimal;\nimport java.math.RoundingMode;\nimport 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 long num1 = Integer.parseInt(lines[0]);\n long num2 = Integer.parseInt(lines[1]);\n\n long ans1 = num1 / num2;\n long ans2 = num1 % num2;\n double ans3 = (double)num1 / (double)num2;\n\n System.out.println(ans1 + \" \" + ans2 + \" \" + String.format(\"%.9f\", ans3));\n\n\n }\n}",
"import java.math.BigDecimal;",
"BigDecimal",
"java.math",
"import java.math.RoundingMode;",
"RoundingMode",
"java.math",
"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 long num1 = Integer.parseInt(lines[0]);\n long num2 = Integer.parseInt(lines[1]);\n\n long ans1 = num1 / num2;\n long ans2 = num1 % num2;\n double ans3 = (double)num1 / (double)num2;\n\n System.out.println(ans1 + \" \" + ans2 + \" \" + String.format(\"%.9f\", ans3));\n\n\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String[] lines = sc.nextLine().split(\" \");\n long num1 = Integer.parseInt(lines[0]);\n long num2 = Integer.parseInt(lines[1]);\n\n long ans1 = num1 / num2;\n long ans2 = num1 % num2;\n double ans3 = (double)num1 / (double)num2;\n\n System.out.println(ans1 + \" \" + ans2 + \" \" + String.format(\"%.9f\", ans3));\n\n\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n String[] lines = sc.nextLine().split(\" \");\n long num1 = Integer.parseInt(lines[0]);\n long num2 = Integer.parseInt(lines[1]);\n\n long ans1 = num1 / num2;\n long ans2 = num1 % num2;\n double ans3 = (double)num1 / (double)num2;\n\n System.out.println(ans1 + \" \" + ans2 + \" \" + String.format(\"%.9f\", ans3));\n\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",
"\" \"",
"long num1 = Integer.parseInt(lines[0]);",
"num1",
"Integer.parseInt(lines[0])",
"Integer.parseInt",
"Integer",
"lines[0]",
"lines",
"0",
"long num2 = Integer.parseInt(lines[1]);",
"num2",
"Integer.parseInt(lines[1])",
"Integer.parseInt",
"Integer",
"lines[1]",
"lines",
"1",
"long ans1 = num1 / num2;",
"ans1",
"num1 / num2",
"num1",
"num2",
"long ans2 = num1 % num2;",
"ans2",
"num1 % num2",
"num1",
"num2",
"double ans3 = (double)num1 / (double)num2;",
"ans3",
"(double)num1 / (double)num2",
"(double)num1",
"(double)num2",
"System.out.println(ans1 + \" \" + ans2 + \" \" + String.format(\"%.9f\", ans3))",
"System.out.println",
"System.out",
"System",
"System.out",
"ans1 + \" \" + ans2 + \" \" + String.format(\"%.9f\", ans3)",
"\" \"",
"ans2",
"ans1 + \" \" + ans2 + \" \" + String.format(\"%.9f\", ans3)",
"ans1",
"\" \"",
"ans2",
"\" \"",
"String.format(\"%.9f\", ans3)",
"String.format",
"String",
"\"%.9f\"",
"ans3",
"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 long num1 = Integer.parseInt(lines[0]);\n long num2 = Integer.parseInt(lines[1]);\n\n long ans1 = num1 / num2;\n long ans2 = num1 % num2;\n double ans3 = (double)num1 / (double)num2;\n\n System.out.println(ans1 + \" \" + ans2 + \" \" + String.format(\"%.9f\", ans3));\n\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 long num1 = Integer.parseInt(lines[0]);\n long num2 = Integer.parseInt(lines[1]);\n\n long ans1 = num1 / num2;\n long ans2 = num1 % num2;\n double ans3 = (double)num1 / (double)num2;\n\n System.out.println(ans1 + \" \" + ans2 + \" \" + String.format(\"%.9f\", ans3));\n\n\n }\n}",
"Main"
] | import java.math.BigDecimal;
import java.math.RoundingMode;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String[] lines = sc.nextLine().split(" ");
long num1 = Integer.parseInt(lines[0]);
long num2 = Integer.parseInt(lines[1]);
long ans1 = num1 / num2;
long ans2 = num1 % num2;
double ans3 = (double)num1 / (double)num2;
System.out.println(ans1 + " " + ans2 + " " + String.format("%.9f", ans3));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
14,
2,
2,
17,
13,
2,
13,
2,
2,
2,
2,
2,
2,
2,
2,
17,
17,
17,
17,
17,
17,
17,
17,
17,
30,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
13,
41,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
36,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
34,
40
],
[
33,
41
],
[
32,
42
],
[
31,
43
],
[
30,
44
],
[
36,
45
],
[
22,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
46,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
46,
57
],
[
57,
58
],
[
57,
59
],
[
46,
60
],
[
60,
61
],
[
60,
62
],
[
46,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
65,
67
],
[
46,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
71,
72
],
[
70,
73
],
[
70,
74
],
[
46,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
83,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
81,
87
],
[
83,
88
],
[
6,
89
],
[
89,
90
]
] | [
"import java.util.Scanner;\n\n\nclass Main {\n\n\tpublic static void main(String[] args) {\n\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tif(1 <= a && b <= 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10){\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\t\n\t\t\tdouble A = (int)a;\n\t\t\tdouble B = (int)b;\n\n\t\t\tdouble f = A / B;\n\t\t\t\n\t\t\tString F = String.format(\"%.5f\", f);\n\t\t\t\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + F );\n\t\t}\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n\tpublic static void main(String[] args) {\n\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tif(1 <= a && b <= 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10){\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\t\n\t\t\tdouble A = (int)a;\n\t\t\tdouble B = (int)b;\n\n\t\t\tdouble f = A / B;\n\t\t\t\n\t\t\tString F = String.format(\"%.5f\", f);\n\t\t\t\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + F );\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tif(1 <= a && b <= 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10){\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\t\n\t\t\tdouble A = (int)a;\n\t\t\tdouble B = (int)b;\n\n\t\t\tdouble f = A / B;\n\t\t\t\n\t\t\tString F = String.format(\"%.5f\", f);\n\t\t\t\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + F );\n\t\t}\n\t}",
"main",
"{\n\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tif(1 <= a && b <= 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10){\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\t\n\t\t\tdouble A = (int)a;\n\t\t\tdouble B = (int)b;\n\n\t\t\tdouble f = A / B;\n\t\t\t\n\t\t\tString F = String.format(\"%.5f\", f);\n\t\t\t\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + F );\n\t\t}\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"if(1 <= a && b <= 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10){\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\t\n\t\t\tdouble A = (int)a;\n\t\t\tdouble B = (int)b;\n\n\t\t\tdouble f = A / B;\n\t\t\t\n\t\t\tString F = String.format(\"%.5f\", f);\n\t\t\t\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + F );\n\t\t}",
"1 <= a && b <= 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10",
"1 <= a",
"1",
"a",
"b <= 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10",
"b",
"10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10",
"10",
"10",
"10",
"10",
"10",
"10",
"10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10",
"10",
"10",
"10",
"10",
"10",
"10",
"10",
"10",
"10",
"{\n\t\t\tint d = a / b;\n\t\t\tint r = a % b;\n\t\t\t\n\t\t\tdouble A = (int)a;\n\t\t\tdouble B = (int)b;\n\n\t\t\tdouble f = A / B;\n\t\t\t\n\t\t\tString F = String.format(\"%.5f\", f);\n\t\t\t\n\t\t\tSystem.out.println(d + \" \" + r + \" \" + F );\n\t\t}",
"int d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double A = (int)a;",
"A",
"(int)a",
"double B = (int)b;",
"B",
"(int)b",
"double f = A / B;",
"f",
"A / B",
"A",
"B",
"String F = String.format(\"%.5f\", f);",
"F",
"String.format(\"%.5f\", f)",
"String.format",
"String",
"\"%.5f\"",
"f",
"System.out.println(d + \" \" + r + \" \" + F )",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + F",
"\" \"",
"r",
"d + \" \" + r + \" \" + F",
"d",
"\" \"",
"r",
"\" \"",
"F",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
if(1 <= a && b <= 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10){
int d = a / b;
int r = a % b;
double A = (int)a;
double B = (int)b;
double f = A / B;
String F = String.format("%.5f", f);
System.out.println(d + " " + r + " " + F );
}
}
} |
[
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,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
4,
18,
13,
17,
2,
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
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
50,
48
],
[
48,
49
],
[
55,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
55,
55
],
[
55,
56
],
[
55,
57
],
[
48,
58
],
[
50,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
59,
63
],
[
63,
64
],
[
63,
65
],
[
12,
66
],
[
66,
67
]
] | [
"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\n System.out.println(a/b +\" \"+a%b+\" \"+(String.format(\"%.5f\",((double)a)/((double)b))));\n\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\n System.out.println(a/b +\" \"+a%b+\" \"+(String.format(\"%.5f\",((double)a)/((double)b))));\n\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\n System.out.println(a/b +\" \"+a%b+\" \"+(String.format(\"%.5f\",((double)a)/((double)b))));\n\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\n System.out.println(a/b +\" \"+a%b+\" \"+(String.format(\"%.5f\",((double)a)/((double)b))));\n\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String strArr[] = br.readLine().split(\" \");",
"strArr",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a=Integer.parseInt(strArr[0]);",
"a",
"Integer.parseInt(strArr[0])",
"Integer.parseInt",
"Integer",
"strArr[0]",
"strArr",
"0",
"int b=Integer.parseInt(strArr[1]);",
"b",
"Integer.parseInt(strArr[1])",
"Integer.parseInt",
"Integer",
"strArr[1]",
"strArr",
"1",
"System.out.println(a/b +\" \"+a%b+\" \"+(String.format(\"%.5f\",((double)a)/((double)b))))",
"System.out.println",
"System.out",
"System",
"System.out",
"a/b +\" \"+a%b+\" \"+(String.format(\"%.5f\",((double)a)/((double)b)))",
"\" \"",
"a%b",
"a/b +\" \"+a%b+\" \"+(String.format(\"%.5f\",((double)a)/((double)b)))",
"a/b",
"a",
"b",
"\" \"",
"a%b",
"a",
"b",
"\" \"",
"(String.format(\"%.5f\",((double)a)/((double)b)))",
"String.format",
"String",
"\"%.5f\"",
"((double)a)/((double)b)",
"((double)a)",
"((double)b)",
"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]);
System.out.println(a/b +" "+a%b+" "+(String.format("%.5f",((double)a)/((double)b))));
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
4,
18,
18,
13,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
76,
5
],
[
76,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
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
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
61,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
61,
65
],
[
8,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
66,
71
],
[
66,
72
],
[
6,
73
],
[
73,
74
],
[
0,
75
],
[
75,
76
],
[
75,
77
]
] | [
"import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args)throws IOException {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString str=br.readLine();\n\t\tString[] i=str.split(\" \");\n\t\tint a=Integer.parseInt(i[0]);\n\t\tint b=Integer.parseInt(i[1]);\n\t\tint x=a/b;int y=a%b;double z=(double)a/(double)b;\n\t\tSystem.out.print(x+\" \"+y+\" \");\n\t\tSystem.out.printf(\"%.8f\\n\",z);\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args)throws IOException {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString str=br.readLine();\n\t\tString[] i=str.split(\" \");\n\t\tint a=Integer.parseInt(i[0]);\n\t\tint b=Integer.parseInt(i[1]);\n\t\tint x=a/b;int y=a%b;double z=(double)a/(double)b;\n\t\tSystem.out.print(x+\" \"+y+\" \");\n\t\tSystem.out.printf(\"%.8f\\n\",z);\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[] i=str.split(\" \");\n\t\tint a=Integer.parseInt(i[0]);\n\t\tint b=Integer.parseInt(i[1]);\n\t\tint x=a/b;int y=a%b;double z=(double)a/(double)b;\n\t\tSystem.out.print(x+\" \"+y+\" \");\n\t\tSystem.out.printf(\"%.8f\\n\",z);\n\t}",
"main",
"{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString str=br.readLine();\n\t\tString[] i=str.split(\" \");\n\t\tint a=Integer.parseInt(i[0]);\n\t\tint b=Integer.parseInt(i[1]);\n\t\tint x=a/b;int y=a%b;double z=(double)a/(double)b;\n\t\tSystem.out.print(x+\" \"+y+\" \");\n\t\tSystem.out.printf(\"%.8f\\n\",z);\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[] i=str.split(\" \");",
"i",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a=Integer.parseInt(i[0]);",
"a",
"Integer.parseInt(i[0])",
"Integer.parseInt",
"Integer",
"i[0]",
"i",
"0",
"int b=Integer.parseInt(i[1]);",
"b",
"Integer.parseInt(i[1])",
"Integer.parseInt",
"Integer",
"i[1]",
"i",
"1",
"int x=a/b;",
"x",
"a/b",
"a",
"b",
"int y=a%b;",
"y",
"a%b",
"a",
"b",
"double z=(double)a/(double)b;",
"z",
"(double)a/(double)b",
"(double)a",
"(double)b",
"System.out.print(x+\" \"+y+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"x+\" \"+y+\" \"",
"y",
"x+\" \"+y+\" \"",
"x",
"\" \"",
"y",
"\" \"",
"System.out.printf(\"%.8f\\n\",z)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%.8f\\n\"",
"z",
"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[] i=str.split(\" \");\n\t\tint a=Integer.parseInt(i[0]);\n\t\tint b=Integer.parseInt(i[1]);\n\t\tint x=a/b;int y=a%b;double z=(double)a/(double)b;\n\t\tSystem.out.print(x+\" \"+y+\" \");\n\t\tSystem.out.printf(\"%.8f\\n\",z);\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[] i=str.split(\" \");\n\t\tint a=Integer.parseInt(i[0]);\n\t\tint b=Integer.parseInt(i[1]);\n\t\tint x=a/b;int y=a%b;double z=(double)a/(double)b;\n\t\tSystem.out.print(x+\" \"+y+\" \");\n\t\tSystem.out.printf(\"%.8f\\n\",z);\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args)throws IOException {
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
String str=br.readLine();
String[] i=str.split(" ");
int a=Integer.parseInt(i[0]);
int b=Integer.parseInt(i[1]);
int x=a/b;int y=a%b;double z=(double)a/(double)b;
System.out.print(x+" "+y+" ");
System.out.printf("%.8f\n",z);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
74,
5
],
[
74,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
13,
18
],
[
9,
19
],
[
19,
20
],
[
20,
21
],
[
20,
22
],
[
19,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
25,
30
],
[
19,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
19,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
19,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
19,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
19,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
19,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
62,
67
],
[
62,
68
],
[
62,
69
],
[
62,
70
],
[
6,
71
],
[
71,
72
],
[
0,
73
],
[
73,
74
],
[
73,
75
]
] | [
"import java.io.*;\n\npublic class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\n\tint d = a / b;\n\tint r = a % b;\n\tdouble f = (double) a / (double) b;\n\t\n\tSystem.out.printf(\"%d %d %.5f\\n\", d, r, f);\n\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\n\tint d = a / b;\n\tint r = a % b;\n\tdouble f = (double) a / (double) b;\n\t\n\tSystem.out.printf(\"%d %d %.5f\\n\", d, r, f);\n\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}",
"Main",
"public static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\n\tint d = a / b;\n\tint r = a % b;\n\tdouble f = (double) a / (double) b;\n\t\n\tSystem.out.printf(\"%d %d %.5f\\n\", d, r, f);\n\n}catch(IOException e){\nSystem.out.println(e);\n}\n}",
"main",
"{\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\n\tint d = a / b;\n\tint r = a % b;\n\tdouble f = (double) a / (double) b;\n\t\n\tSystem.out.printf(\"%d %d %.5f\\n\", d, r, f);\n\n}catch(IOException e){\nSystem.out.println(e);\n}\n}",
"try{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\n\tint d = a / b;\n\tint r = a % b;\n\tdouble f = (double) a / (double) b;\n\t\n\tSystem.out.printf(\"%d %d %.5f\\n\", d, r, f);\n\n}catch(IOException e){\nSystem.out.println(e);\n}",
"catch(IOException e){\nSystem.out.println(e);\n}",
"IOException e",
"{\nSystem.out.println(e);\n}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\n\tint d = a / b;\n\tint r = a % b;\n\tdouble f = (double) a / (double) b;\n\t\n\tSystem.out.printf(\"%d %d %.5f\\n\", d, r, f);\n\n}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a = 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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double) a / (double) b;",
"f",
"(double) a / (double) b",
"(double) a",
"(double) b",
"System.out.printf(\"%d %d %.5f\\n\", d, r, f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.5f\\n\"",
"d",
"r",
"f",
"String[] args",
"args",
"public class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\n\tint d = a / b;\n\tint r = a % b;\n\tdouble f = (double) a / (double) b;\n\t\n\tSystem.out.printf(\"%d %d %.5f\\n\", d, r, f);\n\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}",
"public class Main{\npublic static void main(String[] args){\ntry{\n\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\tString[] str = br.readLine().split(\" \");\n\tint a = Integer.parseInt(str[0]);\n\tint b = Integer.parseInt(str[1]);\n\n\tint d = a / b;\n\tint r = a % b;\n\tdouble f = (double) a / (double) b;\n\t\n\tSystem.out.printf(\"%d %d %.5f\\n\", d, r, f);\n\n}catch(IOException e){\nSystem.out.println(e);\n}\n}\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[] args){
try{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] str = br.readLine().split(" ");
int a = Integer.parseInt(str[0]);
int b = Integer.parseInt(str[1]);
int d = a / b;
int r = a % b;
double f = (double) a / (double) b;
System.out.printf("%d %d %.5f\n", d, r, f);
}catch(IOException e){
System.out.println(e);
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
20,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
27,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
11,
40
],
[
40,
41
],
[
40,
42
],
[
11,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
51,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
49,
55
],
[
51,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
9,
60
],
[
60,
61
]
] | [
"\nimport java.util.*;\nimport java.text.*;\n\nclass Main{\npublic static void main(String[] args){\nScanner s = new Scanner(System.in);\n\t int a = s.nextInt();\n\t int b = s.nextInt();\n\t int d = a / b;\n\t int r = a % b;\n\t double f = (double)a / (double)b;\n\t \n\t DecimalFormat fm = new DecimalFormat(\"#.######\");\n System.out.println(d+\" \"+r+\" \"+fm.format(f));\n\t }\n\t}",
"import java.util.*;",
"util.*",
"java",
"import java.text.*;",
"text.*",
"java",
"class Main{\npublic static void main(String[] args){\nScanner s = new Scanner(System.in);\n\t int a = s.nextInt();\n\t int b = s.nextInt();\n\t int d = a / b;\n\t int r = a % b;\n\t double f = (double)a / (double)b;\n\t \n\t DecimalFormat fm = new DecimalFormat(\"#.######\");\n System.out.println(d+\" \"+r+\" \"+fm.format(f));\n\t }\n\t}",
"Main",
"public static void main(String[] args){\nScanner s = new Scanner(System.in);\n\t int a = s.nextInt();\n\t int b = s.nextInt();\n\t int d = a / b;\n\t int r = a % b;\n\t double f = (double)a / (double)b;\n\t \n\t DecimalFormat fm = new DecimalFormat(\"#.######\");\n System.out.println(d+\" \"+r+\" \"+fm.format(f));\n\t }",
"main",
"{\nScanner s = new Scanner(System.in);\n\t int a = s.nextInt();\n\t int b = s.nextInt();\n\t int d = a / b;\n\t int r = a % b;\n\t double f = (double)a / (double)b;\n\t \n\t DecimalFormat fm = new DecimalFormat(\"#.######\");\n System.out.println(d+\" \"+r+\" \"+fm.format(f));\n\t }",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"int a = s.nextInt();",
"a",
"s.nextInt()",
"s.nextInt",
"s",
"int b = s.nextInt();",
"b",
"s.nextInt()",
"s.nextInt",
"s",
"int d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double)a / (double)b;",
"f",
"(double)a / (double)b",
"(double)a",
"(double)b",
"DecimalFormat fm = new DecimalFormat(\"#.######\");",
"fm",
"new DecimalFormat(\"#.######\")",
"System.out.println(d+\" \"+r+\" \"+fm.format(f))",
"System.out.println",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"+fm.format(f)",
"\" \"",
"r",
"d+\" \"+r+\" \"+fm.format(f)",
"d",
"\" \"",
"r",
"\" \"",
"fm.format(f)",
"fm.format",
"fm",
"f",
"String[] args",
"args"
] |
import java.util.*;
import java.text.*;
class Main{
public static void main(String[] args){
Scanner s = new Scanner(System.in);
int a = s.nextInt();
int b = s.nextInt();
int d = a / b;
int r = a % b;
double f = (double)a / (double)b;
DecimalFormat fm = new DecimalFormat("#.######");
System.out.println(d+" "+r+" "+fm.format(f));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
17,
13,
17,
4,
18,
18,
13,
13,
4,
18,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
66,
5
],
[
66,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
49,
49
],
[
49,
50
],
[
49,
51
],
[
49,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
58,
62
],
[
6,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\n \t\tdouble a=(double)sc.nextInt();\n \t\tdouble b=(double)sc.nextInt();\n\n \t\tdouble d=a/b;\n \t\tdouble r=a%b;\n \t\tdouble f=a/b;\n\n \t\tSystem.out.print((int)d);\n \t\tSystem.out.print(\" \"+(int)r+\" \");\n \t\tSystem.out.println(String.format(\"%.5f\",f));\n\n \t\t}\n \t\t}\n \t\t",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\n \t\tdouble a=(double)sc.nextInt();\n \t\tdouble b=(double)sc.nextInt();\n\n \t\tdouble d=a/b;\n \t\tdouble r=a%b;\n \t\tdouble f=a/b;\n\n \t\tSystem.out.print((int)d);\n \t\tSystem.out.print(\" \"+(int)r+\" \");\n \t\tSystem.out.println(String.format(\"%.5f\",f));\n\n \t\t}\n \t\t}",
"Main",
"public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\n \t\tdouble a=(double)sc.nextInt();\n \t\tdouble b=(double)sc.nextInt();\n\n \t\tdouble d=a/b;\n \t\tdouble r=a%b;\n \t\tdouble f=a/b;\n\n \t\tSystem.out.print((int)d);\n \t\tSystem.out.print(\" \"+(int)r+\" \");\n \t\tSystem.out.println(String.format(\"%.5f\",f));\n\n \t\t}",
"main",
"{\n \tScanner sc = new Scanner(System.in);\n\n \t\tdouble a=(double)sc.nextInt();\n \t\tdouble b=(double)sc.nextInt();\n\n \t\tdouble d=a/b;\n \t\tdouble r=a%b;\n \t\tdouble f=a/b;\n\n \t\tSystem.out.print((int)d);\n \t\tSystem.out.print(\" \"+(int)r+\" \");\n \t\tSystem.out.println(String.format(\"%.5f\",f));\n\n \t\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"double a=(double)sc.nextInt();",
"a",
"(double)sc.nextInt()",
"sc.nextInt",
"sc",
"double b=(double)sc.nextInt();",
"b",
"(double)sc.nextInt()",
"sc.nextInt",
"sc",
"double d=a/b;",
"d",
"a/b",
"a",
"b",
"double r=a%b;",
"r",
"a%b",
"a",
"b",
"double f=a/b;",
"f",
"a/b",
"a",
"b",
"System.out.print((int)d)",
"System.out.print",
"System.out",
"System",
"System.out",
"(int)d",
"System.out.print(\" \"+(int)r+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"+(int)r+\" \"",
"\" \"+(int)r+\" \"",
"\" \"",
"(int)r",
"\" \"",
"System.out.println(String.format(\"%.5f\",f))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(\"%.5f\",f)",
"String.format",
"String",
"\"%.5f\"",
"f",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\n \t\tdouble a=(double)sc.nextInt();\n \t\tdouble b=(double)sc.nextInt();\n\n \t\tdouble d=a/b;\n \t\tdouble r=a%b;\n \t\tdouble f=a/b;\n\n \t\tSystem.out.print((int)d);\n \t\tSystem.out.print(\" \"+(int)r+\" \");\n \t\tSystem.out.println(String.format(\"%.5f\",f));\n\n \t\t}\n \t\t}",
"public class Main{\n public static void main(String[] args){\n \tScanner sc = new Scanner(System.in);\n\n \t\tdouble a=(double)sc.nextInt();\n \t\tdouble b=(double)sc.nextInt();\n\n \t\tdouble d=a/b;\n \t\tdouble r=a%b;\n \t\tdouble f=a/b;\n\n \t\tSystem.out.print((int)d);\n \t\tSystem.out.print(\" \"+(int)r+\" \");\n \t\tSystem.out.println(String.format(\"%.5f\",f));\n\n \t\t}\n \t\t}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
double a=(double)sc.nextInt();
double b=(double)sc.nextInt();
double d=a/b;
double r=a%b;
double f=a/b;
System.out.print((int)d);
System.out.print(" "+(int)r+" ");
System.out.println(String.format("%.5f",f));
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
4,
18,
13,
17,
4,
18,
13,
17,
4,
18,
13,
17,
41,
13,
17,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
41,
13,
2,
18,
13,
17,
18,
13,
17,
41,
13,
2,
18,
13,
17,
18,
13,
17,
41,
13,
2,
18,
13,
17,
18,
13,
17,
41,
13,
20,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
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
],
[
113,
11
],
[
113,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
21,
24
],
[
14,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
14,
33
],
[
33,
34
],
[
33,
35
],
[
14,
36
],
[
36,
37
],
[
36,
38
],
[
14,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
45,
47
],
[
40,
48
],
[
48,
49
],
[
49,
50
],
[
40,
51
],
[
52,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
14,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
14,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
75,
77
],
[
14,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
84,
86
],
[
14,
87
],
[
87,
88
],
[
87,
89
],
[
14,
90
],
[
90,
91
],
[
90,
92
],
[
92,
93
],
[
93,
94
],
[
92,
95
],
[
14,
96
],
[
96,
97
],
[
97,
98
],
[
98,
99
],
[
98,
100
],
[
96,
101
],
[
104,
102
],
[
102,
103
],
[
103,
104
],
[
104,
105
],
[
104,
106
],
[
103,
107
],
[
102,
108
],
[
104,
109
],
[
12,
110
],
[
110,
111
],
[
0,
112
],
[
112,
113
],
[
112,
114
]
] | [
"import java.text.*;\nimport java.math.*;\nimport java.util.*;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tDecimalFormat df = new DecimalFormat();\n\t\tdf.applyPattern(\"0\");\n\t\tdf.setMaximumFractionDigits(8);\n\t\tdf.setMinimumFractionDigits(8);\n\n\t\tint kaisu = 2;\n\t\tlong[] num = new long[kaisu];\n\n\t\tfor(int i = 0; i < kaisu; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tlong d = num[0] / num[1];\n\t\tlong r = num[0] % num[1];\n\t\tdouble nf = num[0] / (double)num[1];\n\t\tDouble objf = new Double(nf);\n\t\tString f = df.format(objf);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t}\n}",
"import java.text.*;",
"text.*",
"java",
"import java.math.*;",
"math.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tDecimalFormat df = new DecimalFormat();\n\t\tdf.applyPattern(\"0\");\n\t\tdf.setMaximumFractionDigits(8);\n\t\tdf.setMinimumFractionDigits(8);\n\n\t\tint kaisu = 2;\n\t\tlong[] num = new long[kaisu];\n\n\t\tfor(int i = 0; i < kaisu; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tlong d = num[0] / num[1];\n\t\tlong r = num[0] % num[1];\n\t\tdouble nf = num[0] / (double)num[1];\n\t\tDouble objf = new Double(nf);\n\t\tString f = df.format(objf);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tDecimalFormat df = new DecimalFormat();\n\t\tdf.applyPattern(\"0\");\n\t\tdf.setMaximumFractionDigits(8);\n\t\tdf.setMinimumFractionDigits(8);\n\n\t\tint kaisu = 2;\n\t\tlong[] num = new long[kaisu];\n\n\t\tfor(int i = 0; i < kaisu; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tlong d = num[0] / num[1];\n\t\tlong r = num[0] % num[1];\n\t\tdouble nf = num[0] / (double)num[1];\n\t\tDouble objf = new Double(nf);\n\t\tString f = df.format(objf);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tDecimalFormat df = new DecimalFormat();\n\t\tdf.applyPattern(\"0\");\n\t\tdf.setMaximumFractionDigits(8);\n\t\tdf.setMinimumFractionDigits(8);\n\n\t\tint kaisu = 2;\n\t\tlong[] num = new long[kaisu];\n\n\t\tfor(int i = 0; i < kaisu; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tlong d = num[0] / num[1];\n\t\tlong r = num[0] % num[1];\n\t\tdouble nf = num[0] / (double)num[1];\n\t\tDouble objf = new Double(nf);\n\t\tString f = df.format(objf);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"DecimalFormat df = new DecimalFormat();",
"df",
"new DecimalFormat()",
"df.applyPattern(\"0\")",
"df.applyPattern",
"df",
"\"0\"",
"df.setMaximumFractionDigits(8)",
"df.setMaximumFractionDigits",
"df",
"8",
"df.setMinimumFractionDigits(8)",
"df.setMinimumFractionDigits",
"df",
"8",
"int kaisu = 2;",
"kaisu",
"2",
"long[] num = new long[kaisu];",
"num",
"new long[kaisu]",
"kaisu",
"for(int i = 0; i < kaisu; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < kaisu",
"i",
"kaisu",
"i++",
"i++",
"i",
"{\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"{\n\t\t\tnum[i] = scan.nextInt();\n\t\t}",
"num[i] = scan.nextInt()",
"num[i]",
"num",
"i",
"scan.nextInt()",
"scan.nextInt",
"scan",
"long d = num[0] / num[1];",
"d",
"num[0] / num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"long r = num[0] % num[1];",
"r",
"num[0] % num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"double nf = num[0] / (double)num[1];",
"nf",
"num[0] / (double)num[1]",
"num[0]",
"num",
"0",
"(double)num[1]",
"num",
"1",
"Double objf = new Double(nf);",
"objf",
"new Double(nf)",
"String f = df.format(objf);",
"f",
"df.format(objf)",
"df.format",
"df",
"objf",
"System.out.println(d + \" \" + r + \" \" + f)",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + f",
"\" \"",
"r",
"d + \" \" + r + \" \" + f",
"d",
"\" \"",
"r",
"\" \"",
"f",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tDecimalFormat df = new DecimalFormat();\n\t\tdf.applyPattern(\"0\");\n\t\tdf.setMaximumFractionDigits(8);\n\t\tdf.setMinimumFractionDigits(8);\n\n\t\tint kaisu = 2;\n\t\tlong[] num = new long[kaisu];\n\n\t\tfor(int i = 0; i < kaisu; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tlong d = num[0] / num[1];\n\t\tlong r = num[0] % num[1];\n\t\tdouble nf = num[0] / (double)num[1];\n\t\tDouble objf = new Double(nf);\n\t\tString f = df.format(objf);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tDecimalFormat df = new DecimalFormat();\n\t\tdf.applyPattern(\"0\");\n\t\tdf.setMaximumFractionDigits(8);\n\t\tdf.setMinimumFractionDigits(8);\n\n\t\tint kaisu = 2;\n\t\tlong[] num = new long[kaisu];\n\n\t\tfor(int i = 0; i < kaisu; i++) {\n\t\t\tnum[i] = scan.nextInt();\n\t\t}\n\n\t\tlong d = num[0] / num[1];\n\t\tlong r = num[0] % num[1];\n\t\tdouble nf = num[0] / (double)num[1];\n\t\tDouble objf = new Double(nf);\n\t\tString f = df.format(objf);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f);\n\t}\n}",
"Main"
] | import java.text.*;
import java.math.*;
import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
DecimalFormat df = new DecimalFormat();
df.applyPattern("0");
df.setMaximumFractionDigits(8);
df.setMinimumFractionDigits(8);
int kaisu = 2;
long[] num = new long[kaisu];
for(int i = 0; i < kaisu; i++) {
num[i] = scan.nextInt();
}
long d = num[0] / num[1];
long r = num[0] % num[1];
double nf = num[0] / (double)num[1];
Double objf = new Double(nf);
String f = df.format(objf);
System.out.println(d + " " + r + " " + f);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
17,
13,
2,
13,
4,
18,
13,
17,
17,
30,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
4,
18,
18,
13,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
82,
5
],
[
82,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
39,
43
],
[
32,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
44,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
44,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
44,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
67,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
67,
71
],
[
44,
72
],
[
72,
73
],
[
73,
74
],
[
74,
75
],
[
74,
76
],
[
72,
77
],
[
72,
78
],
[
6,
79
],
[
79,
80
],
[
0,
81
],
[
81,
82
],
[
81,
83
]
] | [
"import java.util.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tint a, b, d, r;\n\t\tdouble f;\n\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t//整数a,bを格納する\n\n\t\tif(1<=a && a <=Math.pow(10, 9)){\n\t\t\td = a/b;\n\t\t\t//除算(余無)\n\t\t\tr = a%b;\n\t\t\t//除算(余有)\n\t\t\tf = (double)a/b;\n\t\t\t//除算(浮動小数点)\n\t\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\t\tSystem.out.printf(\"%f\\n\",(double)f);\n\t\t}\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tint a, b, d, r;\n\t\tdouble f;\n\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t//整数a,bを格納する\n\n\t\tif(1<=a && a <=Math.pow(10, 9)){\n\t\t\td = a/b;\n\t\t\t//除算(余無)\n\t\t\tr = a%b;\n\t\t\t//除算(余有)\n\t\t\tf = (double)a/b;\n\t\t\t//除算(浮動小数点)\n\t\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\t\tSystem.out.printf(\"%f\\n\",(double)f);\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tint a, b, d, r;\n\t\tdouble f;\n\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t//整数a,bを格納する\n\n\t\tif(1<=a && a <=Math.pow(10, 9)){\n\t\t\td = a/b;\n\t\t\t//除算(余無)\n\t\t\tr = a%b;\n\t\t\t//除算(余有)\n\t\t\tf = (double)a/b;\n\t\t\t//除算(浮動小数点)\n\t\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\t\tSystem.out.printf(\"%f\\n\",(double)f);\n\t\t}\n\t}",
"main",
"{\n\t\tint a, b, d, r;\n\t\tdouble f;\n\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t//整数a,bを格納する\n\n\t\tif(1<=a && a <=Math.pow(10, 9)){\n\t\t\td = a/b;\n\t\t\t//除算(余無)\n\t\t\tr = a%b;\n\t\t\t//除算(余有)\n\t\t\tf = (double)a/b;\n\t\t\t//除算(浮動小数点)\n\t\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\t\tSystem.out.printf(\"%f\\n\",(double)f);\n\t\t}\n\t}",
"int a",
"a",
"b",
"b",
"d",
"d",
"r;",
"r",
"double f;",
"f",
"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",
"if(1<=a && a <=Math.pow(10, 9)){\n\t\t\td = a/b;\n\t\t\t//除算(余無)\n\t\t\tr = a%b;\n\t\t\t//除算(余有)\n\t\t\tf = (double)a/b;\n\t\t\t//除算(浮動小数点)\n\t\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\t\tSystem.out.printf(\"%f\\n\",(double)f);\n\t\t}",
"1<=a && a <=Math.pow(10, 9)",
"1<=a",
"1",
"a",
"a <=Math.pow(10, 9)",
"a",
"Math.pow(10, 9)",
"Math.pow",
"Math",
"10",
"9",
"{\n\t\t\td = a/b;\n\t\t\t//除算(余無)\n\t\t\tr = a%b;\n\t\t\t//除算(余有)\n\t\t\tf = (double)a/b;\n\t\t\t//除算(浮動小数点)\n\t\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\t\tSystem.out.printf(\"%f\\n\",(double)f);\n\t\t}",
"d = a/b",
"d",
"a/b",
"a",
"b",
"r = a%b",
"r",
"a%b",
"a",
"b",
"f = (double)a/b",
"f",
"(double)a/b",
"(double)a",
"b",
"System.out.print(d+\" \"+r+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"",
"r",
"d+\" \"+r+\" \"",
"d",
"\" \"",
"r",
"\" \"",
"System.out.printf(\"%f\\n\",(double)f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%f\\n\"",
"(double)f",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tint a, b, d, r;\n\t\tdouble f;\n\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t//整数a,bを格納する\n\n\t\tif(1<=a && a <=Math.pow(10, 9)){\n\t\t\td = a/b;\n\t\t\t//除算(余無)\n\t\t\tr = a%b;\n\t\t\t//除算(余有)\n\t\t\tf = (double)a/b;\n\t\t\t//除算(浮動小数点)\n\t\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\t\tSystem.out.printf(\"%f\\n\",(double)f);\n\t\t}\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tint a, b, d, r;\n\t\tdouble f;\n\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t//整数a,bを格納する\n\n\t\tif(1<=a && a <=Math.pow(10, 9)){\n\t\t\td = a/b;\n\t\t\t//除算(余無)\n\t\t\tr = a%b;\n\t\t\t//除算(余有)\n\t\t\tf = (double)a/b;\n\t\t\t//除算(浮動小数点)\n\t\t\tSystem.out.print(d+\" \"+r+\" \");\n\t\t\tSystem.out.printf(\"%f\\n\",(double)f);\n\t\t}\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
int a, b, d, r;
double f;
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
//整数a,bを格納する
if(1<=a && a <=Math.pow(10, 9)){
d = a/b;
//除算(余無)
r = a%b;
//除算(余有)
f = (double)a/b;
//除算(浮動小数点)
System.out.print(d+" "+r+" ");
System.out.printf("%f\n",(double)f);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
2,
13,
13,
4,
18,
4,
18,
4,
18,
4,
18,
4,
18,
4,
18,
13,
13,
17,
13,
17,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
86,
5
],
[
86,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
20,
21
],
[
17,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
51,
55
],
[
55,
56
],
[
55,
57
],
[
8,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
68,
71
],
[
66,
72
],
[
64,
73
],
[
62,
74
],
[
60,
75
],
[
58,
76
],
[
8,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
77,
82
],
[
6,
83
],
[
83,
84
],
[
0,
85
],
[
85,
86
],
[
85,
87
]
] | [
"import java.io.*;\n\npublic class Main{\n public static void main(String[]args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb = new StringBuilder();\n\n String[] str = br.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n\n int d = a / b;\n int r = a % b;\n String f = String.format(\"%.6f\",(double) a / b);\n\n sb.append(d).append(\" \").append(r).append(\" \").append(f).append(\"\\n\");\n System.out.println(sb);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n public static void main(String[]args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb = new StringBuilder();\n\n String[] str = br.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n\n int d = a / b;\n int r = a % b;\n String f = String.format(\"%.6f\",(double) a / b);\n\n sb.append(d).append(\" \").append(r).append(\" \").append(f).append(\"\\n\");\n System.out.println(sb);\n }\n}",
"Main",
"public static void main(String[]args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb = new StringBuilder();\n\n String[] str = br.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n\n int d = a / b;\n int r = a % b;\n String f = String.format(\"%.6f\",(double) a / b);\n\n sb.append(d).append(\" \").append(r).append(\" \").append(f).append(\"\\n\");\n System.out.println(sb);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb = new StringBuilder();\n\n String[] str = br.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n\n int d = a / b;\n int r = a % b;\n String f = String.format(\"%.6f\",(double) a / b);\n\n sb.append(d).append(\" \").append(r).append(\" \").append(f).append(\"\\n\");\n System.out.println(sb);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringBuilder sb = new StringBuilder();",
"sb",
"new StringBuilder()",
"String[] str = br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a = Integer.parseInt(str[0]);",
"a",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int b = Integer.parseInt(str[1]);",
"b",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"int d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"String f = String.format(\"%.6f\",(double) a / b);",
"f",
"String.format(\"%.6f\",(double) a / b)",
"String.format",
"String",
"\"%.6f\"",
"(double) a / b",
"(double) a",
"b",
"sb.append(d).append(\" \").append(r).append(\" \").append(f).append(\"\\n\")",
"sb.append(d).append(\" \").append(r).append(\" \").append(f).append",
"sb.append(d).append(\" \").append(r).append(\" \").append(f)",
"sb.append(d).append(\" \").append(r).append(\" \").append",
"sb.append(d).append(\" \").append(r).append(\" \")",
"sb.append(d).append(\" \").append(r).append",
"sb.append(d).append(\" \").append(r)",
"sb.append(d).append(\" \").append",
"sb.append(d).append(\" \")",
"sb.append(d).append",
"sb.append(d)",
"sb.append",
"sb",
"d",
"\" \"",
"r",
"\" \"",
"f",
"\"\\n\"",
"System.out.println(sb)",
"System.out.println",
"System.out",
"System",
"System.out",
"sb",
"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 StringBuilder sb = new StringBuilder();\n\n String[] str = br.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n\n int d = a / b;\n int r = a % b;\n String f = String.format(\"%.6f\",(double) a / b);\n\n sb.append(d).append(\" \").append(r).append(\" \").append(f).append(\"\\n\");\n System.out.println(sb);\n }\n}",
"public class Main{\n public static void main(String[]args)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder sb = new StringBuilder();\n\n String[] str = br.readLine().split(\" \");\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n\n int d = a / b;\n int r = a % b;\n String f = String.format(\"%.6f\",(double) a / b);\n\n sb.append(d).append(\" \").append(r).append(\" \").append(f).append(\"\\n\");\n System.out.println(sb);\n }\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[]args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringBuilder sb = new StringBuilder();
String[] str = br.readLine().split(" ");
int a = Integer.parseInt(str[0]);
int b = Integer.parseInt(str[1]);
int d = a / b;
int r = a % b;
String f = String.format("%.6f",(double) a / b);
sb.append(d).append(" ").append(r).append(" ").append(f).append("\n");
System.out.println(sb);
}
} |
[
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,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
4,
18,
13,
17,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
66,
5
],
[
66,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
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
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
47,
45
],
[
45,
46
],
[
52,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
52,
52
],
[
52,
53
],
[
52,
54
],
[
45,
55
],
[
47,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
6,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.io.*;\n\npublic class Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] starray = str.split(\" \");\t\n\t\tint a = Integer.parseInt(starray[0]);\n\t\tint b = Integer.parseInt(starray[1]);\t\n\tSystem.out.println(a/b+\" \"+a%b+\" \"+String.format(\"%.5f\",(double) a /(double) b));\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] starray = str.split(\" \");\t\n\t\tint a = Integer.parseInt(starray[0]);\n\t\tint b = Integer.parseInt(starray[1]);\t\n\tSystem.out.println(a/b+\" \"+a%b+\" \"+String.format(\"%.5f\",(double) a /(double) b));\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[] starray = str.split(\" \");\t\n\t\tint a = Integer.parseInt(starray[0]);\n\t\tint b = Integer.parseInt(starray[1]);\t\n\tSystem.out.println(a/b+\" \"+a%b+\" \"+String.format(\"%.5f\",(double) a /(double) b));\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] starray = str.split(\" \");\t\n\t\tint a = Integer.parseInt(starray[0]);\n\t\tint b = Integer.parseInt(starray[1]);\t\n\tSystem.out.println(a/b+\" \"+a%b+\" \"+String.format(\"%.5f\",(double) a /(double) b));\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[] starray = str.split(\" \");",
"starray",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(starray[0]);",
"a",
"Integer.parseInt(starray[0])",
"Integer.parseInt",
"Integer",
"starray[0]",
"starray",
"0",
"int b = Integer.parseInt(starray[1]);",
"b",
"Integer.parseInt(starray[1])",
"Integer.parseInt",
"Integer",
"starray[1]",
"starray",
"1",
"System.out.println(a/b+\" \"+a%b+\" \"+String.format(\"%.5f\",(double) a /(double) b))",
"System.out.println",
"System.out",
"System",
"System.out",
"a/b+\" \"+a%b+\" \"+String.format(\"%.5f\",(double) a /(double) b)",
"\" \"",
"a%b",
"a/b+\" \"+a%b+\" \"+String.format(\"%.5f\",(double) a /(double) b)",
"a/b",
"a",
"b",
"\" \"",
"a%b",
"a",
"b",
"\" \"",
"String.format(\"%.5f\",(double) a /(double) b)",
"String.format",
"String",
"\"%.5f\"",
"(double) a /(double) b",
"(double) a",
"(double) b",
"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[] starray = str.split(\" \");\t\n\t\tint a = Integer.parseInt(starray[0]);\n\t\tint b = Integer.parseInt(starray[1]);\t\n\tSystem.out.println(a/b+\" \"+a%b+\" \"+String.format(\"%.5f\",(double) a /(double) b));\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[] starray = str.split(\" \");\t\n\t\tint a = Integer.parseInt(starray[0]);\n\t\tint b = Integer.parseInt(starray[1]);\t\n\tSystem.out.println(a/b+\" \"+a%b+\" \"+String.format(\"%.5f\",(double) a /(double) b));\n\t}\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[] args)throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] starray = str.split(" ");
int a = Integer.parseInt(starray[0]);
int b = Integer.parseInt(starray[1]);
System.out.println(a/b+" "+a%b+" "+String.format("%.5f",(double) a /(double) b));
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
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
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
51,
55
],
[
55,
56
],
[
55,
57
],
[
8,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
66,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
64,
70
],
[
66,
71
],
[
6,
72
],
[
72,
73
]
] | [
"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 str = br.readLine();\n String[] strAry = str.split(\" \");\n \n int x = Integer.parseInt(strAry[0]);\n int y = Integer.parseInt(strAry[1]);\n\n int d = x/y;\n int r = x % y;\n String f = String.format(\"%.5f\", ((double)x/(double)y));\n System.out.println(d +\" \"+ r +\" \"+ f);\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 str = br.readLine();\n String[] strAry = str.split(\" \");\n \n int x = Integer.parseInt(strAry[0]);\n int y = Integer.parseInt(strAry[1]);\n\n int d = x/y;\n int r = x % y;\n String f = String.format(\"%.5f\", ((double)x/(double)y));\n System.out.println(d +\" \"+ r +\" \"+ f);\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();\n String[] strAry = str.split(\" \");\n \n int x = Integer.parseInt(strAry[0]);\n int y = Integer.parseInt(strAry[1]);\n\n int d = x/y;\n int r = x % y;\n String f = String.format(\"%.5f\", ((double)x/(double)y));\n System.out.println(d +\" \"+ r +\" \"+ f);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] strAry = str.split(\" \");\n \n int x = Integer.parseInt(strAry[0]);\n int y = Integer.parseInt(strAry[1]);\n\n int d = x/y;\n int r = x % y;\n String f = String.format(\"%.5f\", ((double)x/(double)y));\n System.out.println(d +\" \"+ r +\" \"+ f);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strAry = str.split(\" \");",
"strAry",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int x = Integer.parseInt(strAry[0]);",
"x",
"Integer.parseInt(strAry[0])",
"Integer.parseInt",
"Integer",
"strAry[0]",
"strAry",
"0",
"int y = Integer.parseInt(strAry[1]);",
"y",
"Integer.parseInt(strAry[1])",
"Integer.parseInt",
"Integer",
"strAry[1]",
"strAry",
"1",
"int d = x/y;",
"d",
"x/y",
"x",
"y",
"int r = x % y;",
"r",
"x % y",
"x",
"y",
"String f = String.format(\"%.5f\", ((double)x/(double)y));",
"f",
"String.format(\"%.5f\", ((double)x/(double)y))",
"String.format",
"String",
"\"%.5f\"",
"((double)x/(double)y)",
"(double)x",
"(double)y",
"System.out.println(d +\" \"+ r +\" \"+ f)",
"System.out.println",
"System.out",
"System",
"System.out",
"d +\" \"+ r +\" \"+ f",
"\" \"",
"r",
"d +\" \"+ r +\" \"+ f",
"d",
"\" \"",
"r",
"\" \"",
"f",
"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[] strAry = str.split(" ");
int x = Integer.parseInt(strAry[0]);
int y = Integer.parseInt(strAry[1]);
int d = x/y;
int r = x % y;
String f = String.format("%.5f", ((double)x/(double)y));
System.out.println(d +" "+ r +" "+ f);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
13,
41,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
13,
17,
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
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
51,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
49,
55
],
[
51,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
56,
60
],
[
6,
61
],
[
61,
62
],
[
0,
63
],
[
63,
64
],
[
63,
65
]
] | [
"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\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble A = a;\n\t\tdouble B = b;\n\t\tdouble f = A / B;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.5f\", f));\n\t}\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\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble A = a;\n\t\tdouble B = b;\n\t\tdouble f = A / B;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.5f\", f));\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\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble A = a;\n\t\tdouble B = b;\n\t\tdouble f = A / B;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.5f\", f));\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt(); //????????§???????????\\???\n\t\tint b = scan.nextInt(); //????????§???????????\\???\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble A = a;\n\t\tdouble B = b;\n\t\tdouble f = A / B;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.5f\", f));\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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double A = a;",
"A",
"a",
"double B = b;",
"B",
"b",
"double f = A / B;",
"f",
"A / B",
"A",
"B",
"System.out.println(d + \" \" + r + \" \" + String.format(\"%.5f\", f))",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + String.format(\"%.5f\", f)",
"\" \"",
"r",
"d + \" \" + r + \" \" + String.format(\"%.5f\", f)",
"d",
"\" \"",
"r",
"\" \"",
"String.format(\"%.5f\", f)",
"String.format",
"String",
"\"%.5f\"",
"f",
"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\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble A = a;\n\t\tdouble B = b;\n\t\tdouble f = A / B;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.5f\", f));\n\t}\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\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble A = a;\n\t\tdouble B = b;\n\t\tdouble f = A / B;\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.5f\", f));\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int a = scan.nextInt(); //????????§???????????\???
int b = scan.nextInt(); //????????§???????????\???
int d = a / b;
int r = a % b;
double A = a;
double B = b;
double f = A / B;
System.out.println(d + " " + r + " " + String.format("%.5f", f));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
17,
42,
2,
0,
13,
4,
18,
13,
17,
30,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
14,
2,
2,
13,
17,
2,
13,
17,
3,
4,
13,
40,
13,
13,
13,
4,
18,
13,
17,
23,
13,
12,
13,
30,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
4,
18,
18,
13,
13,
17,
13,
23,
13,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
119,
11
],
[
119,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
14,
20
],
[
20,
21
],
[
20,
22
],
[
14,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
24,
30
],
[
23,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
31,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
40,
43
],
[
43,
44
],
[
43,
45
],
[
31,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
31,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
55,
59
],
[
59,
60
],
[
59,
61
],
[
54,
62
],
[
31,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
63,
67
],
[
63,
68
],
[
14,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
12,
73
],
[
73,
74
],
[
119,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
80,
82
],
[
77,
83
],
[
83,
84
],
[
83,
85
],
[
85,
86
],
[
85,
87
],
[
77,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
90,
92
],
[
77,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
100,
99
],
[
99,
100
],
[
100,
101
],
[
100,
102
],
[
99,
103
],
[
100,
104
],
[
77,
105
],
[
105,
106
],
[
106,
107
],
[
107,
108
],
[
107,
109
],
[
105,
110
],
[
105,
111
],
[
75,
112
],
[
112,
113
],
[
75,
114
],
[
114,
115
],
[
75,
116
],
[
116,
117
],
[
0,
118
],
[
118,
119
],
[
118,
120
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\t// int in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2);\n\t\t}\n\t\tSystem.exit(0);\n\t}\n\n\tprivate static void doMain(int inCnt, int in1, int in2) {\n\t\tint x = in1 / in2;\n\t\tint y = in1 % in2;\n\t\tdouble z = (double) in1 / in2;\n\t\tSystem.out.print(x + \" \" + y + \" \");\n\t\tSystem.out.printf(\"%f\\n\", z);\n\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\t// int in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2);\n\t\t}\n\t\tSystem.exit(0);\n\t}\n\n\tprivate static void doMain(int inCnt, int in1, int in2) {\n\t\tint x = in1 / in2;\n\t\tint y = in1 % in2;\n\t\tdouble z = (double) in1 / in2;\n\t\tSystem.out.print(x + \" \" + y + \" \");\n\t\tSystem.out.printf(\"%f\\n\", z);\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\t// int in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2);\n\t\t}\n\t\tSystem.exit(0);\n\t}",
"main",
"{\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\t// int in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2);\n\t\t}\n\t\tSystem.exit(0);\n\t}",
"BufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));",
"stdIn",
"new BufferedReader(new InputStreamReader(System.in))",
"String s;",
"s",
"int inCnt = 0;",
"inCnt",
"0",
"while ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\t// int in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2);\n\t\t}",
"(s = stdIn.readLine()) != null",
"(s = stdIn.readLine())",
"s",
"stdIn.readLine()",
"stdIn.readLine",
"stdIn",
"null",
"{\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\t// int in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2);\n\t\t}",
"String[] se = s.split(\" \");",
"se",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"int in1 = Integer.valueOf(se[0]);",
"in1",
"Integer.valueOf(se[0])",
"Integer.valueOf",
"Integer",
"se[0]",
"se",
"0",
"int in2 = Integer.valueOf(se[1]);",
"in2",
"Integer.valueOf(se[1])",
"Integer.valueOf",
"Integer",
"se[1]",
"se",
"1",
"if (in1 == 0 && in2 == 0)\n\t\t\t\tbreak;",
"in1 == 0 && in2 == 0",
"in1 == 0",
"in1",
"0",
"in2 == 0",
"in2",
"0",
"break;",
"doMain(++inCnt, in1, in2)",
"doMain",
"++inCnt",
"inCnt",
"in1",
"in2",
"System.exit(0)",
"System.exit",
"System",
"0",
"String[] args",
"args",
"private static void doMain(int inCnt, int in1, int in2) {\n\t\tint x = in1 / in2;\n\t\tint y = in1 % in2;\n\t\tdouble z = (double) in1 / in2;\n\t\tSystem.out.print(x + \" \" + y + \" \");\n\t\tSystem.out.printf(\"%f\\n\", z);\n\n\t}",
"doMain",
"{\n\t\tint x = in1 / in2;\n\t\tint y = in1 % in2;\n\t\tdouble z = (double) in1 / in2;\n\t\tSystem.out.print(x + \" \" + y + \" \");\n\t\tSystem.out.printf(\"%f\\n\", z);\n\n\t}",
"int x = in1 / in2;",
"x",
"in1 / in2",
"in1",
"in2",
"int y = in1 % in2;",
"y",
"in1 % in2",
"in1",
"in2",
"double z = (double) in1 / in2;",
"z",
"(double) in1 / in2",
"(double) in1",
"in2",
"System.out.print(x + \" \" + y + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"x + \" \" + y + \" \"",
"y",
"x + \" \" + y + \" \"",
"x",
"\" \"",
"y",
"\" \"",
"System.out.printf(\"%f\\n\", z)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%f\\n\"",
"z",
"int inCnt",
"inCnt",
"int in1",
"in1",
"int in2",
"in2",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\t// int in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2);\n\t\t}\n\t\tSystem.exit(0);\n\t}\n\n\tprivate static void doMain(int inCnt, int in1, int in2) {\n\t\tint x = in1 / in2;\n\t\tint y = in1 % in2;\n\t\tdouble z = (double) in1 / in2;\n\t\tSystem.out.print(x + \" \" + y + \" \");\n\t\tSystem.out.printf(\"%f\\n\", z);\n\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s;\n\t\tint inCnt = 0;\n\t\twhile ((s = stdIn.readLine()) != null) {\n\t\t\tString[] se = s.split(\" \");\n\t\t\tint in1 = Integer.valueOf(se[0]);\n\t\t\tint in2 = Integer.valueOf(se[1]);\n\t\t\t// int in3 = Integer.valueOf(se[2]);\n\t\t\tif (in1 == 0 && in2 == 0)\n\t\t\t\tbreak;\n\t\t\tdoMain(++inCnt, in1, in2);\n\t\t}\n\t\tSystem.exit(0);\n\t}\n\n\tprivate static void doMain(int inCnt, int in1, int in2) {\n\t\tint x = in1 / in2;\n\t\tint y = in1 % in2;\n\t\tdouble z = (double) in1 / in2;\n\t\tSystem.out.print(x + \" \" + y + \" \");\n\t\tSystem.out.printf(\"%f\\n\", z);\n\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
BufferedReader stdIn = new BufferedReader(new InputStreamReader(System.in));
String s;
int inCnt = 0;
while ((s = stdIn.readLine()) != null) {
String[] se = s.split(" ");
int in1 = Integer.valueOf(se[0]);
int in2 = Integer.valueOf(se[1]);
// int in3 = Integer.valueOf(se[2]);
if (in1 == 0 && in2 == 0)
break;
doMain(++inCnt, in1, in2);
}
System.exit(0);
}
private static void doMain(int inCnt, int in1, int in2) {
int x = in1 / in2;
int y = in1 % in2;
double z = (double) in1 / in2;
System.out.print(x + " " + y + " ");
System.out.printf("%f\n", 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,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
17,
13,
17,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
4,
18,
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
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
39,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
39,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
49,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
6,
59
],
[
59,
60
],
[
0,
61
],
[
61,
62
],
[
61,
63
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n \n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a/b;\n int r = a%b;\n System.out.print(d+\" \"+r+\" \");\n double f = (double)a/(double)b;\n System.out.printf(\"%.5f\\n\", f); \n \n sc.close();\n }\n}\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n \n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a/b;\n int r = a%b;\n System.out.print(d+\" \"+r+\" \");\n double f = (double)a/(double)b;\n System.out.printf(\"%.5f\\n\", f); \n \n sc.close();\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a/b;\n int r = a%b;\n System.out.print(d+\" \"+r+\" \");\n double f = (double)a/(double)b;\n System.out.printf(\"%.5f\\n\", f); \n \n sc.close();\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a/b;\n int r = a%b;\n System.out.print(d+\" \"+r+\" \");\n double f = (double)a/(double)b;\n System.out.printf(\"%.5f\\n\", f); \n \n sc.close();\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"System.out.print(d+\" \"+r+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"d+\" \"+r+\" \"",
"r",
"d+\" \"+r+\" \"",
"d",
"\" \"",
"r",
"\" \"",
"double f = (double)a/(double)b;",
"f",
"(double)a/(double)b",
"(double)a",
"(double)b",
"System.out.printf(\"%.5f\\n\", f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%.5f\\n\"",
"f",
"sc.close()",
"sc.close",
"sc",
"String[] args",
"args",
"public class Main {\n \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 d = a/b;\n int r = a%b;\n System.out.print(d+\" \"+r+\" \");\n double f = (double)a/(double)b;\n System.out.printf(\"%.5f\\n\", f); \n \n sc.close();\n }\n}",
"public class Main {\n \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 d = a/b;\n int r = a%b;\n System.out.print(d+\" \"+r+\" \");\n double f = (double)a/(double)b;\n System.out.printf(\"%.5f\\n\", f); \n \n sc.close();\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int d = a/b;
int r = a%b;
System.out.print(d+" "+r+" ");
double f = (double)a/(double)b;
System.out.printf("%.5f\n", f);
sc.close();
}
}
|
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
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
],
[
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
],
[
38,
40
],
[
8,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
43,
45
],
[
8,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
8,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
51,
57
],
[
51,
58
],
[
51,
59
],
[
6,
60
],
[
60,
61
],
[
0,
62
],
[
62,
63
],
[
62,
64
]
] | [
"import java.io.*;\npublic class Main{\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\t\n\t\tint d=a/b;\n\t\tint e=a%b;\n\t\tdouble f=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\\n\",d,e,f);\n\t\t\t\t\n\t}\n\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\t\n\t\tint d=a/b;\n\t\tint e=a%b;\n\t\tdouble f=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\\n\",d,e,f);\n\t\t\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\t\n\t\tint d=a/b;\n\t\tint e=a%b;\n\t\tdouble f=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\\n\",d,e,f);\n\t\t\t\t\n\t}",
"main",
"{\n\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\t\n\t\tint d=a/b;\n\t\tint e=a%b;\n\t\tdouble f=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\\n\",d,e,f);\n\t\t\t\t\n\t}",
"BufferedReader br=new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str=br.readLine().split(\" \");",
"str",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int 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 d=a/b;",
"d",
"a/b",
"a",
"b",
"int e=a%b;",
"e",
"a%b",
"a",
"b",
"double f=(double)a/b;",
"f",
"(double)a/b",
"(double)a",
"b",
"System.out.printf(\"%d %d %.5f\\n\",d,e,f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.5f\\n\"",
"d",
"e",
"f",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\t\n\t\tint d=a/b;\n\t\tint e=a%b;\n\t\tdouble f=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\\n\",d,e,f);\n\t\t\t\t\n\t}\n\n}",
"public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] str=br.readLine().split(\" \");\n\t\tint a=Integer.parseInt(str[0]);\n\t\tint b=Integer.parseInt(str[1]);\n\t\t\n\t\tint d=a/b;\n\t\tint e=a%b;\n\t\tdouble f=(double)a/b;\n\t\t\n\t\tSystem.out.printf(\"%d %d %.5f\\n\",d,e,f);\n\t\t\t\t\n\t}\n\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[] args) throws IOException{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
String[] str=br.readLine().split(" ");
int a=Integer.parseInt(str[0]);
int b=Integer.parseInt(str[1]);
int d=a/b;
int e=a%b;
double f=(double)a/b;
System.out.printf("%d %d %.5f\n",d,e,f);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
17,
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
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
45,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
43,
49
],
[
45,
50
],
[
37,
51
],
[
6,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double) a / b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\",f);\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double) a / b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\",f);\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 d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double) a / b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\",f);\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 d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double) a / b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\",f);\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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double) a / b;",
"f",
"(double) a / b",
"(double) a",
"b",
"System.out.printf(d + \" \" + r + \" \" + \"%.5f\",f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + \"%.5f\"",
"\" \"",
"r",
"d + \" \" + r + \" \" + \"%.5f\"",
"d",
"\" \"",
"r",
"\" \"",
"\"%.5f\"",
"f",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double) a / b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\",f);\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double) a / b;\n\n\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%.5f\",f);\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 d = a / b;
int r = a % b;
double f = (double) a / b;
System.out.printf(d + " " + r + " " + "%.5f",f);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
0,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
57,
5
],
[
57,
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
],
[
8,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
26,
28
],
[
8,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
31,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
44,
42
],
[
42,
43
],
[
49,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
49,
49
],
[
49,
50
],
[
49,
51
],
[
42,
52
],
[
44,
53
],
[
6,
54
],
[
54,
55
],
[
0,
56
],
[
56,
57
],
[
56,
58
]
] | [
"\n\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\t//????????£????????????????????°?????????????????£?¨?\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\t//a??????\n\t\t\t\tint intA = sc.nextInt();\n\t\t\t\t//b??????\n\t\t\t\tint intB = sc.nextInt();\n\n\t\t\t\tdouble dbF; //?????°?????£?¨?\n\t\t\t\t//f???????????????????????°???????????§???????¨????\n\t\t\t\t dbF = (double) intA / (double) intB;\n\t\t\t\t //?¨??????????db????????°??????string???????????????\n\t\t\t\t String f2 = String.format(\"%.5f\", dbF);\n\t\t\t\t//?¨??????????????????????a/b = d\n\t\t\t\tSystem.out.println(intA / intB + \" \" + intA % intB + \" \" + f2);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\t//????????£????????????????????°?????????????????£?¨?\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\t//a??????\n\t\t\t\tint intA = sc.nextInt();\n\t\t\t\t//b??????\n\t\t\t\tint intB = sc.nextInt();\n\n\t\t\t\tdouble dbF; //?????°?????£?¨?\n\t\t\t\t//f???????????????????????°???????????§???????¨????\n\t\t\t\t dbF = (double) intA / (double) intB;\n\t\t\t\t //?¨??????????db????????°??????string???????????????\n\t\t\t\t String f2 = String.format(\"%.5f\", dbF);\n\t\t\t\t//?¨??????????????????????a/b = d\n\t\t\t\tSystem.out.println(intA / intB + \" \" + intA % intB + \" \" + f2);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\t//????????£????????????????????°?????????????????£?¨?\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\t//a??????\n\t\t\t\tint intA = sc.nextInt();\n\t\t\t\t//b??????\n\t\t\t\tint intB = sc.nextInt();\n\n\t\t\t\tdouble dbF; //?????°?????£?¨?\n\t\t\t\t//f???????????????????????°???????????§???????¨????\n\t\t\t\t dbF = (double) intA / (double) intB;\n\t\t\t\t //?¨??????????db????????°??????string???????????????\n\t\t\t\t String f2 = String.format(\"%.5f\", dbF);\n\t\t\t\t//?¨??????????????????????a/b = d\n\t\t\t\tSystem.out.println(intA / intB + \" \" + intA % intB + \" \" + f2);\n\t}",
"main",
"{\n\t\t//????????£????????????????????°?????????????????£?¨?\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\t//a??????\n\t\t\t\tint intA = sc.nextInt();\n\t\t\t\t//b??????\n\t\t\t\tint intB = sc.nextInt();\n\n\t\t\t\tdouble dbF; //?????°?????£?¨?\n\t\t\t\t//f???????????????????????°???????????§???????¨????\n\t\t\t\t dbF = (double) intA / (double) intB;\n\t\t\t\t //?¨??????????db????????°??????string???????????????\n\t\t\t\t String f2 = String.format(\"%.5f\", dbF);\n\t\t\t\t//?¨??????????????????????a/b = d\n\t\t\t\tSystem.out.println(intA / intB + \" \" + intA % intB + \" \" + f2);\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",
"double dbF;",
"dbF",
"dbF = (double) intA / (double) intB",
"dbF",
"(double) intA / (double) intB",
"(double) intA",
"(double) intB",
"String f2 = String.format(\"%.5f\", dbF);",
"f2",
"String.format(\"%.5f\", dbF)",
"String.format",
"String",
"\"%.5f\"",
"dbF",
"System.out.println(intA / intB + \" \" + intA % intB + \" \" + f2)",
"System.out.println",
"System.out",
"System",
"System.out",
"intA / intB + \" \" + intA % intB + \" \" + f2",
"\" \"",
"intA % intB",
"intA / intB + \" \" + intA % intB + \" \" + f2",
"intA / intB",
"intA",
"intB",
"\" \"",
"intA % intB",
"intA",
"intB",
"\" \"",
"f2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\t//????????£????????????????????°?????????????????£?¨?\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\t//a??????\n\t\t\t\tint intA = sc.nextInt();\n\t\t\t\t//b??????\n\t\t\t\tint intB = sc.nextInt();\n\n\t\t\t\tdouble dbF; //?????°?????£?¨?\n\t\t\t\t//f???????????????????????°???????????§???????¨????\n\t\t\t\t dbF = (double) intA / (double) intB;\n\t\t\t\t //?¨??????????db????????°??????string???????????????\n\t\t\t\t String f2 = String.format(\"%.5f\", dbF);\n\t\t\t\t//?¨??????????????????????a/b = d\n\t\t\t\tSystem.out.println(intA / intB + \" \" + intA % intB + \" \" + f2);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\t//????????£????????????????????°?????????????????£?¨?\n\t\t\t\tScanner sc = new Scanner(System.in);\n\n\t\t\t\t//a??????\n\t\t\t\tint intA = sc.nextInt();\n\t\t\t\t//b??????\n\t\t\t\tint intB = sc.nextInt();\n\n\t\t\t\tdouble dbF; //?????°?????£?¨?\n\t\t\t\t//f???????????????????????°???????????§???????¨????\n\t\t\t\t dbF = (double) intA / (double) intB;\n\t\t\t\t //?¨??????????db????????°??????string???????????????\n\t\t\t\t String f2 = String.format(\"%.5f\", dbF);\n\t\t\t\t//?¨??????????????????????a/b = d\n\t\t\t\tSystem.out.println(intA / intB + \" \" + intA % intB + \" \" + f2);\n\t}\n}",
"Main"
] |
import java.util.Scanner;
public class Main {
public static void main(String[] args){
//????????£????????????????????°?????????????????£?¨?
Scanner sc = new Scanner(System.in);
//a??????
int intA = sc.nextInt();
//b??????
int intB = sc.nextInt();
double dbF; //?????°?????£?¨?
//f???????????????????????°???????????§???????¨????
dbF = (double) intA / (double) intB;
//?¨??????????db????????°??????string???????????????
String f2 = String.format("%.5f", dbF);
//?¨??????????????????????a/b = d
System.out.println(intA / intB + " " + intA % intB + " " + f2);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
20,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
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
],
[
17,
23
],
[
11,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
29,
31
],
[
11,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
11,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
11,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
11,
55
],
[
55,
56
],
[
55,
57
],
[
11,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
66,
64
],
[
64,
65
],
[
65,
66
],
[
66,
67
],
[
66,
68
],
[
65,
69
],
[
64,
70
],
[
66,
71
],
[
71,
72
],
[
72,
73
],
[
71,
74
],
[
9,
75
],
[
75,
76
]
] | [
"import java.io.*;\nimport java.text.DecimalFormat;\n\nclass Main\n{\n public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \",0);\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n\n int d = a / b;\n int r = a % b;\n double f = (double)a/b;\n\n DecimalFormat df = new DecimalFormat(\"0.00000000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.text.DecimalFormat;",
"DecimalFormat",
"java.text",
"class Main\n{\n public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \",0);\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n\n int d = a / b;\n int r = a % b;\n double f = (double)a/b;\n\n DecimalFormat df = new DecimalFormat(\"0.00000000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }\n}",
"Main",
"public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \",0);\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n\n int d = a / b;\n int r = a % b;\n double f = (double)a/b;\n\n DecimalFormat df = new DecimalFormat(\"0.00000000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] str = br.readLine().split(\" \",0);\n int a = Integer.parseInt(str[0]);\n int b = Integer.parseInt(str[1]);\n\n int d = a / b;\n int r = a % b;\n double f = (double)a/b;\n\n DecimalFormat df = new DecimalFormat(\"0.00000000\");\n System.out.println(d + \" \" + r + \" \" + df.format(f));\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] str = br.readLine().split(\" \",0);",
"str",
"br.readLine().split(\" \",0)",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"0",
"int 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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double)a/b;",
"f",
"(double)a/b",
"(double)a",
"b",
"DecimalFormat df = new DecimalFormat(\"0.00000000\");",
"df",
"new DecimalFormat(\"0.00000000\")",
"System.out.println(d + \" \" + r + \" \" + df.format(f))",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + df.format(f)",
"\" \"",
"r",
"d + \" \" + r + \" \" + df.format(f)",
"d",
"\" \"",
"r",
"\" \"",
"df.format(f)",
"df.format",
"df",
"f",
"String[] args",
"args"
] | import java.io.*;
import java.text.DecimalFormat;
class Main
{
public static void main(String[] args) throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] str = br.readLine().split(" ",0);
int a = Integer.parseInt(str[0]);
int b = Integer.parseInt(str[1]);
int d = a / b;
int r = a % b;
double f = (double)a/b;
DecimalFormat df = new DecimalFormat("0.00000000");
System.out.println(d + " " + r + " " + df.format(f));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
18,
13,
13,
4,
18,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
17,
2,
13,
13,
2,
13,
13,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
53,
5
],
[
53,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
13,
18
],
[
18,
19
],
[
19,
20
],
[
9,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
21,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
21,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
21,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
35,
41
],
[
41,
42
],
[
41,
43
],
[
35,
44
],
[
44,
45
],
[
44,
46
],
[
35,
47
],
[
47,
48
],
[
47,
49
],
[
6,
50
],
[
50,
51
],
[
0,
52
],
[
52,
53
],
[
52,
54
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) {\n\ttry (Scanner sc = new Scanner(System.in)) {\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t System.out.printf(\"%d %d %f\\n\", a / b, a % b, (double) a / b);\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t}\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n\ttry (Scanner sc = new Scanner(System.in)) {\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t System.out.printf(\"%d %d %f\\n\", a / b, a % b, (double) a / b);\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t}\n }\n}",
"Main",
"public static void main(String[] args) {\n\ttry (Scanner sc = new Scanner(System.in)) {\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t System.out.printf(\"%d %d %f\\n\", a / b, a % b, (double) a / b);\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t}\n }",
"main",
"{\n\ttry (Scanner sc = new Scanner(System.in)) {\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t System.out.printf(\"%d %d %f\\n\", a / b, a % b, (double) a / b);\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t}\n }",
"try (Scanner sc = new Scanner(System.in)) {\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t System.out.printf(\"%d %d %f\\n\", a / b, a % b, (double) a / b);\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t}",
"catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t}",
"Exception e",
"{\n\t System.out.println(e.getMessage());\n\t}",
"System.out.println(e.getMessage())",
"System.out.println",
"System.out",
"System",
"System.out",
"e.getMessage()",
"e.getMessage",
"e",
"{\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t System.out.printf(\"%d %d %f\\n\", a / b, a % b, (double) a / b);\n\t}",
"Scanner sc = new Scanner(System.in)",
"Scanner sc = new Scanner(System.in)",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.printf(\"%d %d %f\\n\", a / b, a % b, (double) a / b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %f\\n\"",
"a / b",
"a",
"b",
"a % b",
"a",
"b",
"(double) a / b",
"(double) a",
"b",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n\ttry (Scanner sc = new Scanner(System.in)) {\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t System.out.printf(\"%d %d %f\\n\", a / b, a % b, (double) a / b);\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t}\n }\n}",
"public class Main {\n public static void main(String[] args) {\n\ttry (Scanner sc = new Scanner(System.in)) {\n\t int a = sc.nextInt();\n\t int b = sc.nextInt();\n\t System.out.printf(\"%d %d %f\\n\", a / b, a % b, (double) a / b);\n\t} catch (Exception e) {\n\t System.out.println(e.getMessage());\n\t}\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
try (Scanner sc = new Scanner(System.in)) {
int a = sc.nextInt();
int b = sc.nextInt();
System.out.printf("%d %d %f\n", a / b, a % b, (double) a / b);
} catch (Exception e) {
System.out.println(e.getMessage());
}
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
81,
5
],
[
81,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
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
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
56,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
69,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
67,
73
],
[
69,
74
],
[
8,
75
],
[
75,
76
],
[
76,
77
],
[
6,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] | [
"import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tdouble a = Integer.parseInt(strs[0]);\n\t\tdouble b = Integer.parseInt(strs[1]);\n\t\t//計算\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\t\tString f2 = String.format(\"%.5f\", f);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f2);\n\t\tbr.close();\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tdouble a = Integer.parseInt(strs[0]);\n\t\tdouble b = Integer.parseInt(strs[1]);\n\t\t//計算\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\t\tString f2 = String.format(\"%.5f\", f);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f2);\n\t\tbr.close();\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tdouble a = Integer.parseInt(strs[0]);\n\t\tdouble b = Integer.parseInt(strs[1]);\n\t\t//計算\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\t\tString f2 = String.format(\"%.5f\", f);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f2);\n\t\tbr.close();\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tdouble a = Integer.parseInt(strs[0]);\n\t\tdouble b = Integer.parseInt(strs[1]);\n\t\t//計算\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\t\tString f2 = String.format(\"%.5f\", f);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f2);\n\t\tbr.close();\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strs = str.split(\" \");",
"strs",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"double a = Integer.parseInt(strs[0]);",
"a",
"Integer.parseInt(strs[0])",
"Integer.parseInt",
"Integer",
"strs[0]",
"strs",
"0",
"double b = Integer.parseInt(strs[1]);",
"b",
"Integer.parseInt(strs[1])",
"Integer.parseInt",
"Integer",
"strs[1]",
"strs",
"1",
"int d = (int) (a / b);",
"d",
"(int) (a / b)",
"a",
"b",
"int r = (int) (a % b);",
"r",
"(int) (a % b)",
"a",
"b",
"double f = a / b;",
"f",
"a / b",
"a",
"b",
"String f2 = String.format(\"%.5f\", f);",
"f2",
"String.format(\"%.5f\", f)",
"String.format",
"String",
"\"%.5f\"",
"f",
"System.out.println(d + \" \" + r + \" \" + f2)",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + f2",
"\" \"",
"r",
"d + \" \" + r + \" \" + f2",
"d",
"\" \"",
"r",
"\" \"",
"f2",
"br.close()",
"br.close",
"br",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tdouble a = Integer.parseInt(strs[0]);\n\t\tdouble b = Integer.parseInt(strs[1]);\n\t\t//計算\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\t\tString f2 = String.format(\"%.5f\", f);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f2);\n\t\tbr.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tdouble a = Integer.parseInt(strs[0]);\n\t\tdouble b = Integer.parseInt(strs[1]);\n\t\t//計算\n\t\tint d = (int) (a / b);\n\t\tint r = (int) (a % b);\n\t\tdouble f = a / b;\n\t\tString f2 = String.format(\"%.5f\", f);\n\t\tSystem.out.println(d + \" \" + r + \" \" + f2);\n\t\tbr.close();\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] strs = str.split(" ");
double a = Integer.parseInt(strs[0]);
double b = Integer.parseInt(strs[1]);
//計算
int d = (int) (a / b);
int r = (int) (a % b);
double f = a / b;
String f2 = String.format("%.5f", f);
System.out.println(d + " " + r + " " + f2);
br.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
65,
5
],
[
65,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
24,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
32,
35
],
[
35,
36
],
[
36,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
8,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
53,
59
],
[
53,
60
],
[
53,
61
],
[
6,
62
],
[
62,
63
],
[
0,
64
],
[
64,
65
],
[
64,
66
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\tint a,b,d,r;\n\tdouble f;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\td=a/b;\n\tr=a%b;\n\tf=(double)a/(double)b;\n\n\t\n\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\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,d,r;\n\tdouble f;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\td=a/b;\n\tr=a%b;\n\tf=(double)a/(double)b;\n\n\t\n\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t}\n\t\n}",
"Main",
"public static void main(String[] args) {\n\tint a,b,d,r;\n\tdouble f;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\td=a/b;\n\tr=a%b;\n\tf=(double)a/(double)b;\n\n\t\n\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t}",
"main",
"{\n\tint a,b,d,r;\n\tdouble f;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\td=a/b;\n\tr=a%b;\n\tf=(double)a/(double)b;\n\n\t\n\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t}",
"int a",
"a",
"b",
"b",
"d",
"d",
"r;",
"r",
"double f;",
"f",
"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",
"d=a/b",
"d",
"a/b",
"a",
"b",
"r=a%b",
"r",
"a%b",
"a",
"b",
"f=(double)a/(double)b",
"f",
"(double)a/(double)b",
"(double)a",
"(double)b",
"System.out.printf(\"%d %d %.5f\",d,r,f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.5f\"",
"d",
"r",
"f",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\tint a,b,d,r;\n\tdouble f;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\td=a/b;\n\tr=a%b;\n\tf=(double)a/(double)b;\n\n\t\n\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t}\n\t\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\tint a,b,d,r;\n\tdouble f;\n\tScanner scan = new Scanner(System.in);\n\t\n\ta= Integer.parseInt(scan.next());\n\tb= Integer.parseInt(scan.next());\n\td=a/b;\n\tr=a%b;\n\tf=(double)a/(double)b;\n\n\t\n\tSystem.out.printf(\"%d %d %.5f\",d,r,f);\n\t}\n\t\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int a,b,d,r;
double f;
Scanner scan = new Scanner(System.in);
a= Integer.parseInt(scan.next());
b= Integer.parseInt(scan.next());
d=a/b;
r=a%b;
f=(double)a/(double)b;
System.out.printf("%d %d %.5f",d,r,f);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
17,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
35,
36
],
[
17,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
43,
44
],
[
17,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
17,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
17,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
17,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
60,
66
],
[
60,
67
],
[
60,
68
],
[
15,
69
],
[
69,
70
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.io.IOException;\nimport java.util.StringTokenizer;\n\nclass Main{\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.printf(\"%d %d %.5f\", d, r, f);\n\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"class Main{\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.printf(\"%d %d %.5f\", d, r, f);\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.printf(\"%d %d %.5f\", d, r, f);\n\n\t}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tStringTokenizer st = new StringTokenizer(str, \" \");\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.printf(\"%d %d %.5f\", d, r, f);\n\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer st = new StringTokenizer(str, \" \");",
"st",
"new StringTokenizer(str, \" \")",
"int a = Integer.parseInt(st.nextToken());",
"a",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int b = Integer.parseInt(st.nextToken());",
"b",
"Integer.parseInt(st.nextToken())",
"Integer.parseInt",
"Integer",
"st.nextToken()",
"st.nextToken",
"st",
"int d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double)a / (double)b;",
"f",
"(double)a / (double)b",
"(double)a",
"(double)b",
"System.out.printf(\"%d %d %.5f\", d, r, f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.5f\"",
"d",
"r",
"f",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
import java.util.StringTokenizer;
class Main{
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
StringTokenizer st = new StringTokenizer(str, " ");
int a = Integer.parseInt(st.nextToken());
int b = Integer.parseInt(st.nextToken());
int d = a / b;
int r = a % b;
double f = (double)a / (double)b;
System.out.printf("%d %d %.5f", d, r, f);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
5,
13,
30,
4,
18,
13,
30,
0,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
17,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
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
],
[
14,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
21,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
21,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
14,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
14,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
14,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
59,
61
],
[
14,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
64,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
14,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
79,
77
],
[
77,
78
],
[
84,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
79,
83
],
[
84,
84
],
[
84,
85
],
[
84,
86
],
[
77,
87
],
[
79,
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) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tlong a = Integer.parseInt(values[0]);\n\t\tlong b = Integer.parseInt(values[1]);\n\n\t\tString ans = String.format(\"%f\", ((double)a / b));\n\t\tSystem.out.println((a / b) + \" \" + (a % b) + \" \" + ans);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tlong a = Integer.parseInt(values[0]);\n\t\tlong b = Integer.parseInt(values[1]);\n\n\t\tString ans = String.format(\"%f\", ((double)a / b));\n\t\tSystem.out.println((a / b) + \" \" + (a % b) + \" \" + ans);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tlong a = Integer.parseInt(values[0]);\n\t\tlong b = Integer.parseInt(values[1]);\n\n\t\tString ans = String.format(\"%f\", ((double)a / b));\n\t\tSystem.out.println((a / b) + \" \" + (a % b) + \" \" + ans);\n\t}",
"main",
"{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tlong a = Integer.parseInt(values[0]);\n\t\tlong b = Integer.parseInt(values[1]);\n\n\t\tString ans = String.format(\"%f\", ((double)a / b));\n\t\tSystem.out.println((a / b) + \" \" + (a % b) + \" \" + ans);\n\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String x = \"\";",
"x",
"\"\"",
"try {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"NumberFormatException e",
"{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"IOException e",
"{\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tx = in.readLine();\n\t\t}",
"x = in.readLine()",
"x",
"in.readLine()",
"in.readLine",
"in",
"String[] values = x.split(\" \");",
"values",
"x.split(\" \")",
"x.split",
"x",
"\" \"",
"long a = Integer.parseInt(values[0]);",
"a",
"Integer.parseInt(values[0])",
"Integer.parseInt",
"Integer",
"values[0]",
"values",
"0",
"long b = Integer.parseInt(values[1]);",
"b",
"Integer.parseInt(values[1])",
"Integer.parseInt",
"Integer",
"values[1]",
"values",
"1",
"String ans = String.format(\"%f\", ((double)a / b));",
"ans",
"String.format(\"%f\", ((double)a / b))",
"String.format",
"String",
"\"%f\"",
"((double)a / b)",
"(double)a",
"b",
"System.out.println((a / b) + \" \" + (a % b) + \" \" + ans)",
"System.out.println",
"System.out",
"System",
"System.out",
"(a / b) + \" \" + (a % b) + \" \" + ans",
"\" \"",
"(a % b)",
"(a / b) + \" \" + (a % b) + \" \" + ans",
"(a / b)",
"a",
"b",
"\" \"",
"(a % b)",
"a",
"b",
"\" \"",
"ans",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tlong a = Integer.parseInt(values[0]);\n\t\tlong b = Integer.parseInt(values[1]);\n\n\t\tString ans = String.format(\"%f\", ((double)a / b));\n\t\tSystem.out.println((a / b) + \" \" + (a % b) + \" \" + ans);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n\t\tString x = \"\";\n\t\ttry {\n\t\t\tx = in.readLine();\n\t\t} catch (NumberFormatException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t} catch (IOException e) {\n\t\t\t// TODO Auto-generated catch block\n\t\t\te.printStackTrace();\n\t\t}\n\t\t\n\t\tString[] values = x.split(\" \");\n\t\tlong a = Integer.parseInt(values[0]);\n\t\tlong b = Integer.parseInt(values[1]);\n\n\t\tString ans = String.format(\"%f\", ((double)a / b));\n\t\tSystem.out.println((a / b) + \" \" + (a % b) + \" \" + ans);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String x = "";
try {
x = in.readLine();
} catch (NumberFormatException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
String[] values = x.split(" ");
long a = Integer.parseInt(values[0]);
long b = Integer.parseInt(values[1]);
String ans = String.format("%f", ((double)a / b));
System.out.println((a / b) + " " + (a % b) + " " + ans);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
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
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
30,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
43,
48
],
[
43,
49
],
[
43,
50
],
[
43,
51
],
[
4,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
52,
58
],
[
58,
59
]
] | [
"import java.util.Scanner;\nclass Main {\n public void kami() {\n Scanner sc = new Scanner(System.in);\n\t\tint d,r;\n\t\tdouble f;\n\t\tdouble a = sc.nextInt();\n\t\tdouble b = sc.nextInt();\n\t\t\n\t\td = (int)(a / b);\n\t\tr = (int)(a % b);\n\t\tf = a / b;\n\t\t\n\t\t\n\t\tSystem.out.printf(\"%d %1d %.5f \",d , r , f);\n\n }\n\tpublic static void main(String[] args ) {\n new Main().kami();\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public void kami() {\n Scanner sc = new Scanner(System.in);\n\t\tint d,r;\n\t\tdouble f;\n\t\tdouble a = sc.nextInt();\n\t\tdouble b = sc.nextInt();\n\t\t\n\t\td = (int)(a / b);\n\t\tr = (int)(a % b);\n\t\tf = a / b;\n\t\t\n\t\t\n\t\tSystem.out.printf(\"%d %1d %.5f \",d , r , f);\n\n }\n\tpublic static void main(String[] args ) {\n new Main().kami();\n\t}\n\n}",
"Main",
"public void kami() {\n Scanner sc = new Scanner(System.in);\n\t\tint d,r;\n\t\tdouble f;\n\t\tdouble a = sc.nextInt();\n\t\tdouble b = sc.nextInt();\n\t\t\n\t\td = (int)(a / b);\n\t\tr = (int)(a % b);\n\t\tf = a / b;\n\t\t\n\t\t\n\t\tSystem.out.printf(\"%d %1d %.5f \",d , r , f);\n\n }",
"kami",
"{\n Scanner sc = new Scanner(System.in);\n\t\tint d,r;\n\t\tdouble f;\n\t\tdouble a = sc.nextInt();\n\t\tdouble b = sc.nextInt();\n\t\t\n\t\td = (int)(a / b);\n\t\tr = (int)(a % b);\n\t\tf = a / b;\n\t\t\n\t\t\n\t\tSystem.out.printf(\"%d %1d %.5f \",d , r , f);\n\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int d",
"d",
"r;",
"r",
"double f;",
"f",
"double a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"double b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"d = (int)(a / b)",
"d",
"(int)(a / b)",
"a",
"b",
"r = (int)(a % b)",
"r",
"(int)(a % b)",
"a",
"b",
"f = a / b",
"f",
"a / b",
"a",
"b",
"System.out.printf(\"%d %1d %.5f \",d , r , f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %1d %.5f \"",
"d",
"r",
"f",
"public static void main(String[] args ) {\n new Main().kami();\n\t}",
"main",
"{\n new Main().kami();\n\t}",
"new Main().kami()",
"new Main().kami",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public void kami() {
Scanner sc = new Scanner(System.in);
int d,r;
double f;
double a = sc.nextInt();
double b = sc.nextInt();
d = (int)(a / b);
r = (int)(a % b);
f = a / b;
System.out.printf("%d %1d %.5f ",d , r , f);
}
public static void main(String[] args ) {
new Main().kami();
}
} |
[
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,
4,
18,
13,
41,
13,
20,
41,
13,
2,
2,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
4,
18,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
62,
8
],
[
62,
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
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
11,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
46,
44
],
[
44,
45
],
[
51,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
44,
54
],
[
46,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
9,
59
],
[
59,
60
],
[
0,
61
],
[
61,
62
],
[
61,
63
]
] | [
"import java.text.DecimalFormat;\nimport 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 sc.close();\n\n DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n Double c = a*1.0/b;\n System.out.println(a/b + \" \" +a%b + \" \" + df1.format(c));\n }\n}",
"import java.text.DecimalFormat;",
"DecimalFormat",
"java.text",
"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 sc.close();\n\n DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n Double c = a*1.0/b;\n System.out.println(a/b + \" \" +a%b + \" \" + df1.format(c));\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 sc.close();\n\n DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n Double c = a*1.0/b;\n System.out.println(a/b + \" \" +a%b + \" \" + df1.format(c));\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n sc.close();\n\n DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n Double c = a*1.0/b;\n System.out.println(a/b + \" \" +a%b + \" \" + df1.format(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",
"sc.close()",
"sc.close",
"sc",
"DecimalFormat df1 = new DecimalFormat(\"0.00000\");",
"df1",
"new DecimalFormat(\"0.00000\")",
"Double c = a*1.0/b;",
"c",
"a*1.0/b",
"a*1.0",
"a",
"1.0",
"b",
"System.out.println(a/b + \" \" +a%b + \" \" + df1.format(c))",
"System.out.println",
"System.out",
"System",
"System.out",
"a/b + \" \" +a%b + \" \" + df1.format(c)",
"\" \"",
"a%b",
"a/b + \" \" +a%b + \" \" + df1.format(c)",
"a/b",
"a",
"b",
"\" \"",
"a%b",
"a",
"b",
"\" \"",
"df1.format(c)",
"df1.format",
"df1",
"c",
"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 sc.close();\n\n DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n Double c = a*1.0/b;\n System.out.println(a/b + \" \" +a%b + \" \" + df1.format(c));\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 sc.close();\n\n DecimalFormat df1 = new DecimalFormat(\"0.00000\");\n Double c = a*1.0/b;\n System.out.println(a/b + \" \" +a%b + \" \" + df1.format(c));\n }\n}",
"Main"
] | import java.text.DecimalFormat;
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();
sc.close();
DecimalFormat df1 = new DecimalFormat("0.00000");
Double c = a*1.0/b;
System.out.println(a/b + " " +a%b + " " + df1.format(c));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
4,
13,
41,
13,
4,
13,
41,
13,
4,
18,
13,
17,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
13,
23,
13,
12,
13,
30,
29,
4,
18,
13,
4,
18,
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
],
[
10,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
17,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
17,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
17,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
43,
41
],
[
41,
42
],
[
48,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
48,
48
],
[
48,
49
],
[
48,
50
],
[
41,
51
],
[
43,
52
],
[
15,
53
],
[
53,
54
],
[
10,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
59,
62
],
[
62,
63
],
[
63,
64
]
] | [
"import java.io.*;\nimport java.util.Scanner;\nimport java.util.Arrays;\n\nclass Main {\n static Scanner sc = new Scanner(System.in);\n public static void main(String[] args) throws IOException {\n int a = ReadInt();\n int b = ReadInt();\n String str = String.format(\"%.6f\", (double)a / b);\n System.out.println(a / b + \" \" + a % b + \" \" + str);\n }\n static int ReadInt() throws IOException {\n return Integer.parseInt(sc.next());\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.Arrays;",
"Arrays",
"java.util",
"class Main {\n static Scanner sc = new Scanner(System.in);\n public static void main(String[] args) throws IOException {\n int a = ReadInt();\n int b = ReadInt();\n String str = String.format(\"%.6f\", (double)a / b);\n System.out.println(a / b + \" \" + a % b + \" \" + str);\n }\n static int ReadInt() throws IOException {\n return Integer.parseInt(sc.next());\n }\n}",
"Main",
"static Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"public static void main(String[] args) throws IOException {\n int a = ReadInt();\n int b = ReadInt();\n String str = String.format(\"%.6f\", (double)a / b);\n System.out.println(a / b + \" \" + a % b + \" \" + str);\n }",
"main",
"{\n int a = ReadInt();\n int b = ReadInt();\n String str = String.format(\"%.6f\", (double)a / b);\n System.out.println(a / b + \" \" + a % b + \" \" + str);\n }",
"int a = ReadInt();",
"a",
"ReadInt()",
"ReadInt",
"int b = ReadInt();",
"b",
"ReadInt()",
"ReadInt",
"String str = String.format(\"%.6f\", (double)a / b);",
"str",
"String.format(\"%.6f\", (double)a / b)",
"String.format",
"String",
"\"%.6f\"",
"(double)a / b",
"(double)a",
"b",
"System.out.println(a / b + \" \" + a % b + \" \" + str)",
"System.out.println",
"System.out",
"System",
"System.out",
"a / b + \" \" + a % b + \" \" + str",
"\" \"",
"a % b",
"a / b + \" \" + a % b + \" \" + str",
"a / b",
"a",
"b",
"\" \"",
"a % b",
"a",
"b",
"\" \"",
"str",
"String[] args",
"args",
"static int ReadInt() throws IOException {\n return Integer.parseInt(sc.next());\n }",
"ReadInt",
"{\n return Integer.parseInt(sc.next());\n }",
"return Integer.parseInt(sc.next());",
"Integer.parseInt(sc.next())",
"Integer.parseInt",
"Integer",
"sc.next()",
"sc.next",
"sc"
] | import java.io.*;
import java.util.Scanner;
import java.util.Arrays;
class Main {
static Scanner sc = new Scanner(System.in);
public static void main(String[] args) throws IOException {
int a = ReadInt();
int b = ReadInt();
String str = String.format("%.6f", (double)a / b);
System.out.println(a / b + " " + a % b + " " + str);
}
static int ReadInt() throws IOException {
return Integer.parseInt(sc.next());
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
0,
13,
20,
17,
41,
13,
0,
13,
20,
17,
11,
1,
41,
13,
17,
2,
13,
17,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
0,
13,
2,
18,
13,
17,
18,
13,
17,
0,
13,
2,
18,
13,
17,
18,
13,
17,
0,
13,
2,
18,
13,
17,
18,
13,
17,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
111,
5
],
[
111,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
8,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
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
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
42,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
8,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
8,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
75,
77
],
[
8,
78
],
[
78,
79
],
[
78,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
84,
85
],
[
84,
86
],
[
8,
87
],
[
87,
88
],
[
87,
89
],
[
89,
90
],
[
90,
91
],
[
89,
92
],
[
89,
93
],
[
8,
94
],
[
94,
95
],
[
95,
96
],
[
96,
97
],
[
96,
98
],
[
94,
99
],
[
102,
100
],
[
100,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
101,
105
],
[
100,
106
],
[
102,
107
],
[
6,
108
],
[
108,
109
],
[
0,
110
],
[
110,
111
],
[
110,
112
]
] | [
"import java.util.Scanner;\n\n\npublic class Main {\n\n \n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int Ans1, Ans2;\n double Ans3;\n String str[];\n str = new String[2];\n int num[];\n num = new int[2];\n for(int i=0; i<=1; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n Ans1 = num[0]/num[1];\n Ans2 = num[0]%num[1];\n \n Ans3 = (double)num[0]/(double)num[1];\n String Ans3after = String.format(\"%.5f\", Ans3);\n System.out.println(Ans1+\" \"+Ans2+\" \"+Ans3after);\n }\n \n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n \n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int Ans1, Ans2;\n double Ans3;\n String str[];\n str = new String[2];\n int num[];\n num = new int[2];\n for(int i=0; i<=1; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n Ans1 = num[0]/num[1];\n Ans2 = num[0]%num[1];\n \n Ans3 = (double)num[0]/(double)num[1];\n String Ans3after = String.format(\"%.5f\", Ans3);\n System.out.println(Ans1+\" \"+Ans2+\" \"+Ans3after);\n }\n \n}",
"Main",
"public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int Ans1, Ans2;\n double Ans3;\n String str[];\n str = new String[2];\n int num[];\n num = new int[2];\n for(int i=0; i<=1; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n Ans1 = num[0]/num[1];\n Ans2 = num[0]%num[1];\n \n Ans3 = (double)num[0]/(double)num[1];\n String Ans3after = String.format(\"%.5f\", Ans3);\n System.out.println(Ans1+\" \"+Ans2+\" \"+Ans3after);\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n int Ans1, Ans2;\n double Ans3;\n String str[];\n str = new String[2];\n int num[];\n num = new int[2];\n for(int i=0; i<=1; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n Ans1 = num[0]/num[1];\n Ans2 = num[0]%num[1];\n \n Ans3 = (double)num[0]/(double)num[1];\n String Ans3after = String.format(\"%.5f\", Ans3);\n System.out.println(Ans1+\" \"+Ans2+\" \"+Ans3after);\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int Ans1",
"Ans1",
"Ans2;",
"Ans2",
"double Ans3;",
"Ans3",
"String str[];",
"str",
"str = new String[2]",
"str",
"new String[2]",
"2",
"int num[];",
"num",
"num = new int[2]",
"num",
"new int[2]",
"2",
"for(int i=0; i<=1; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }",
"int i=0;",
"int i=0;",
"i",
"0",
"i<=1",
"i",
"1",
"i++",
"i++",
"i",
"{\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }",
"{\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }",
"str[i] = in.next()",
"str[i]",
"str",
"i",
"in.next()",
"in.next",
"in",
"num[i] = Integer.parseInt(str[i])",
"num[i]",
"num",
"i",
"Integer.parseInt(str[i])",
"Integer.parseInt",
"Integer",
"str[i]",
"str",
"i",
"Ans1 = num[0]/num[1]",
"Ans1",
"num[0]/num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"Ans2 = num[0]%num[1]",
"Ans2",
"num[0]%num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"Ans3 = (double)num[0]/(double)num[1]",
"Ans3",
"(double)num[0]/(double)num[1]",
"(double)num[0]",
"num",
"0",
"(double)num[1]",
"num",
"1",
"String Ans3after = String.format(\"%.5f\", Ans3);",
"Ans3after",
"String.format(\"%.5f\", Ans3)",
"String.format",
"String",
"\"%.5f\"",
"Ans3",
"System.out.println(Ans1+\" \"+Ans2+\" \"+Ans3after)",
"System.out.println",
"System.out",
"System",
"System.out",
"Ans1+\" \"+Ans2+\" \"+Ans3after",
"\" \"",
"Ans2",
"Ans1+\" \"+Ans2+\" \"+Ans3after",
"Ans1",
"\" \"",
"Ans2",
"\" \"",
"Ans3after",
"String[] args",
"args",
"public class Main {\n\n \n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int Ans1, Ans2;\n double Ans3;\n String str[];\n str = new String[2];\n int num[];\n num = new int[2];\n for(int i=0; i<=1; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n Ans1 = num[0]/num[1];\n Ans2 = num[0]%num[1];\n \n Ans3 = (double)num[0]/(double)num[1];\n String Ans3after = String.format(\"%.5f\", Ans3);\n System.out.println(Ans1+\" \"+Ans2+\" \"+Ans3after);\n }\n \n}",
"public class Main {\n\n \n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int Ans1, Ans2;\n double Ans3;\n String str[];\n str = new String[2];\n int num[];\n num = new int[2];\n for(int i=0; i<=1; i++)\n {\n str[i] = in.next();\n num[i] = Integer.parseInt(str[i]);\n }\n Ans1 = num[0]/num[1];\n Ans2 = num[0]%num[1];\n \n Ans3 = (double)num[0]/(double)num[1];\n String Ans3after = String.format(\"%.5f\", Ans3);\n System.out.println(Ans1+\" \"+Ans2+\" \"+Ans3after);\n }\n \n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int Ans1, Ans2;
double Ans3;
String str[];
str = new String[2];
int num[];
num = new int[2];
for(int i=0; i<=1; i++)
{
str[i] = in.next();
num[i] = Integer.parseInt(str[i]);
}
Ans1 = num[0]/num[1];
Ans2 = num[0]%num[1];
Ans3 = (double)num[0]/(double)num[1];
String Ans3after = String.format("%.5f", Ans3);
System.out.println(Ans1+" "+Ans2+" "+Ans3after);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
17,
2,
13,
13,
2,
13,
13,
2,
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
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
25,
31
],
[
31,
32
],
[
31,
33
],
[
25,
34
],
[
34,
35
],
[
34,
36
],
[
25,
37
],
[
37,
38
],
[
37,
39
],
[
6,
40
],
[
40,
41
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tscan.close();\n\n\t\tSystem.out.printf(\"%d %d %f\", a/b, a%b, (double)a / b);\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tscan.close();\n\n\t\tSystem.out.printf(\"%d %d %f\", a/b, a%b, (double)a / b);\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tscan.close();\n\n\t\tSystem.out.printf(\"%d %d %f\", a/b, a%b, (double)a / b);\n\t}",
"main",
"{\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\n\t\tscan.close();\n\n\t\tSystem.out.printf(\"%d %d %f\", a/b, a%b, (double)a / b);\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",
"scan.close()",
"scan.close",
"scan",
"System.out.printf(\"%d %d %f\", a/b, a%b, (double)a / b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %f\"",
"a/b",
"a",
"b",
"a%b",
"a",
"b",
"(double)a / b",
"(double)a",
"b",
"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();
scan.close();
System.out.printf("%d %d %f", a/b, a%b, (double)a / b);
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
20,
0,
13,
4,
18,
13,
17,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
69,
8
],
[
69,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
27,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
11,
40
],
[
40,
41
],
[
40,
42
],
[
11,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
11,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
60,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
58,
64
],
[
60,
65
],
[
9,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.math.BigDecimal;\nimport java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint d = intA / intB;\n\t\tint r = intA % intB;\n\t\tdouble f = (intA/(double)intB);\n\t\tBigDecimal x = new BigDecimal(f);\n\t\tx = x.setScale(6, BigDecimal.ROUND_HALF_UP);\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + x);\n\t}\n}",
"import java.math.BigDecimal;",
"BigDecimal",
"java.math",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint d = intA / intB;\n\t\tint r = intA % intB;\n\t\tdouble f = (intA/(double)intB);\n\t\tBigDecimal x = new BigDecimal(f);\n\t\tx = x.setScale(6, BigDecimal.ROUND_HALF_UP);\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + x);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint d = intA / intB;\n\t\tint r = intA % intB;\n\t\tdouble f = (intA/(double)intB);\n\t\tBigDecimal x = new BigDecimal(f);\n\t\tx = x.setScale(6, BigDecimal.ROUND_HALF_UP);\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + x);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint d = intA / intB;\n\t\tint r = intA % intB;\n\t\tdouble f = (intA/(double)intB);\n\t\tBigDecimal x = new BigDecimal(f);\n\t\tx = x.setScale(6, BigDecimal.ROUND_HALF_UP);\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + x);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int intA = scan.nextInt();",
"intA",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int intB = scan.nextInt();",
"intB",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int d = intA / intB;",
"d",
"intA / intB",
"intA",
"intB",
"int r = intA % intB;",
"r",
"intA % intB",
"intA",
"intB",
"double f = (intA/(double)intB);",
"f",
"(intA/(double)intB)",
"intA",
"(double)intB",
"BigDecimal x = new BigDecimal(f);",
"x",
"new BigDecimal(f)",
"x = x.setScale(6, BigDecimal.ROUND_HALF_UP)",
"x",
"x.setScale(6, BigDecimal.ROUND_HALF_UP)",
"x.setScale",
"x",
"6",
"BigDecimal.ROUND_HALF_UP",
"BigDecimal",
"BigDecimal.ROUND_HALF_UP",
"System.out.println(d + \" \" + r + \" \" + x)",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + x",
"\" \"",
"r",
"d + \" \" + r + \" \" + x",
"d",
"\" \"",
"r",
"\" \"",
"x",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint d = intA / intB;\n\t\tint r = intA % intB;\n\t\tdouble f = (intA/(double)intB);\n\t\tBigDecimal x = new BigDecimal(f);\n\t\tx = x.setScale(6, BigDecimal.ROUND_HALF_UP);\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + x);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intA = scan.nextInt();\n\t\tint intB = scan.nextInt();\n\t\tint d = intA / intB;\n\t\tint r = intA % intB;\n\t\tdouble f = (intA/(double)intB);\n\t\tBigDecimal x = new BigDecimal(f);\n\t\tx = x.setScale(6, BigDecimal.ROUND_HALF_UP);\n\n\t\tSystem.out.println(d + \" \" + r + \" \" + x);\n\t}\n}",
"Main"
] | import java.math.BigDecimal;
import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int intA = scan.nextInt();
int intB = scan.nextInt();
int d = intA / intB;
int r = intA % intB;
double f = (intA/(double)intB);
BigDecimal x = new BigDecimal(f);
x = x.setScale(6, BigDecimal.ROUND_HALF_UP);
System.out.println(d + " " + r + " " + x);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
17,
41,
13,
17,
42,
13,
30,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
2,
2,
17,
13,
2,
13,
4,
18,
13,
17,
17,
2,
17,
13,
2,
13,
4,
18,
13,
17,
17,
30,
3,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
8,
18
],
[
18,
19
],
[
18,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
23,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
23,
34
],
[
34,
35
],
[
37,
36
],
[
48,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
43,
47
],
[
48,
48
],
[
48,
49
],
[
48,
50
],
[
37,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
53,
57
],
[
34,
58
],
[
58,
59
],
[
8,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
8,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
67,
69
],
[
8,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
72,
74
],
[
8,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
75,
80
],
[
75,
81
],
[
75,
82
],
[
75,
83
],
[
6,
84
],
[
84,
85
]
] | [
"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;\n\n\t\twhile(bl){\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\n\t\t\tif((1 <= a) && (a <= Math.pow(10, 9)) && (1 <= b) && (b <= Math.pow(10, 9)) ){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.printf(\"%d %d %.6f\", d,r,f);\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;\n\n\t\twhile(bl){\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\n\t\t\tif((1 <= a) && (a <= Math.pow(10, 9)) && (1 <= b) && (b <= Math.pow(10, 9)) ){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.printf(\"%d %d %.6f\", d,r,f);\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;\n\n\t\twhile(bl){\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\n\t\t\tif((1 <= a) && (a <= Math.pow(10, 9)) && (1 <= b) && (b <= Math.pow(10, 9)) ){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.printf(\"%d %d %.6f\", d,r,f);\n\t}",
"main",
"{\n\t\tScanner stdIn = new Scanner(System.in);\n\t\tboolean bl = true;\n\t\tint a=0,b=0;\n\n\t\twhile(bl){\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\n\t\t\tif((1 <= a) && (a <= Math.pow(10, 9)) && (1 <= b) && (b <= Math.pow(10, 9)) ){\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tint d = a / b;\n\t\tint r = a % b;\n\t\tdouble f = (double)a / (double)b;\n\n\t\tSystem.out.printf(\"%d %d %.6f\", d,r,f);\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",
"while(bl){\n\t\t\ta = stdIn.nextInt();\n\t\t\tb = stdIn.nextInt();\n\n\t\t\tif((1 <= a) && (a <= Math.pow(10, 9)) && (1 <= b) && (b <= Math.pow(10, 9)) ){\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\n\t\t\tif((1 <= a) && (a <= Math.pow(10, 9)) && (1 <= b) && (b <= Math.pow(10, 9)) ){\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",
"if((1 <= a) && (a <= Math.pow(10, 9)) && (1 <= b) && (b <= Math.pow(10, 9)) ){\n\t\t\t\tbreak;\n\t\t\t}",
"(1 <= a) && (a <= Math.pow(10, 9)) && (1 <= b) && (b <= Math.pow(10, 9))",
"(1 <= b)",
"(1 <= a) && (a <= Math.pow(10, 9)) && (1 <= b) && (b <= Math.pow(10, 9))",
"(1 <= a)",
"1",
"a",
"(a <= Math.pow(10, 9))",
"a",
"Math.pow(10, 9)",
"Math.pow",
"Math",
"10",
"9",
"(1 <= b)",
"1",
"b",
"(b <= Math.pow(10, 9))",
"b",
"Math.pow(10, 9)",
"Math.pow",
"Math",
"10",
"9",
"{\n\t\t\t\tbreak;\n\t\t\t}",
"break;",
"int d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double)a / (double)b;",
"f",
"(double)a / (double)b",
"(double)a",
"(double)b",
"System.out.printf(\"%d %d %.6f\", d,r,f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.6f\"",
"d",
"r",
"f",
"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;
while(bl){
a = stdIn.nextInt();
b = stdIn.nextInt();
if((1 <= a) && (a <= Math.pow(10, 9)) && (1 <= b) && (b <= Math.pow(10, 9)) ){
break;
}
}
int d = a / b;
int r = a % b;
double f = (double)a / (double)b;
System.out.printf("%d %d %.6f", d,r,f);
}
} |
[
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,
20,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
4,
18,
13,
2,
13,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
57,
8
],
[
57,
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
],
[
11,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
36,
34
],
[
34,
35
],
[
41,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
41,
41
],
[
41,
42
],
[
41,
43
],
[
34,
44
],
[
36,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
11,
51
],
[
51,
52
],
[
52,
53
],
[
9,
54
],
[
54,
55
],
[
0,
56
],
[
56,
57
],
[
56,
58
]
] | [
"import java.text.DecimalFormat;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main (String[] args) {\n\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tDecimalFormat df = new DecimalFormat(\"0.000000000000000000000000000000\");\n\t\tSystem.out.print(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n\t\t\n\t\tsc.close();\n\t}\n\n}",
"import java.text.DecimalFormat;",
"DecimalFormat",
"java.text",
"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\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tDecimalFormat df = new DecimalFormat(\"0.000000000000000000000000000000\");\n\t\tSystem.out.print(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n\t\t\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\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tDecimalFormat df = new DecimalFormat(\"0.000000000000000000000000000000\");\n\t\tSystem.out.print(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n\t\t\n\t\tsc.close();\n\t}",
"main",
"{\n\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\tDecimalFormat df = new DecimalFormat(\"0.000000000000000000000000000000\");\n\t\tSystem.out.print(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\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",
"DecimalFormat df = new DecimalFormat(\"0.000000000000000000000000000000\");",
"df",
"new DecimalFormat(\"0.000000000000000000000000000000\")",
"System.out.print(a / b + \" \" + a % b + \" \" + df.format((double)a / b))",
"System.out.print",
"System.out",
"System",
"System.out",
"a / b + \" \" + a % b + \" \" + df.format((double)a / b)",
"\" \"",
"a % b",
"a / b + \" \" + a % b + \" \" + df.format((double)a / b)",
"a / b",
"a",
"b",
"\" \"",
"a % b",
"a",
"b",
"\" \"",
"df.format((double)a / b)",
"df.format",
"df",
"(double)a / b",
"(double)a",
"b",
"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\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tDecimalFormat df = new DecimalFormat(\"0.000000000000000000000000000000\");\n\t\tSystem.out.print(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n\t\t\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\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tDecimalFormat df = new DecimalFormat(\"0.000000000000000000000000000000\");\n\t\tSystem.out.print(a / b + \" \" + a % b + \" \" + df.format((double)a / b));\n\t\t\n\t\tsc.close();\n\t}\n\n}",
"Main"
] | import java.text.DecimalFormat;
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();
DecimalFormat df = new DecimalFormat("0.000000000000000000000000000000");
System.out.print(a / b + " " + a % b + " " + df.format((double)a / b));
sc.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
14,
2,
2,
17,
13,
2,
13,
4,
18,
13,
17,
17,
30,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
8,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
8,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
39,
43
],
[
32,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
44,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
44,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
44,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
68,
66
],
[
66,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
66,
72
],
[
68,
73
],
[
60,
74
],
[
6,
75
],
[
75,
76
]
] | [
"import java.util.*;\nclass Main{\n\tpublic static void main(String[] args){\n\t\t\n\t\tint a,b,d,r;//int型変数定義\n\t\tdouble f;//不動小数点用変数定義\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t\n\t\tif(1 <= a && a <= Math.pow(10,9)){//条件 1<=a,b<=10の9乗\n\t\t\td = a / b;//a÷bあまりなし\n\t\t\tr = a % b;//a÷bあまり\n\t\t\tf = (double)a/b;//a÷b小数表示\n\t\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%f\",(double)f);\n\t\t}\n\t\t\n\t\n\t}\n\t\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n\tpublic static void main(String[] args){\n\t\t\n\t\tint a,b,d,r;//int型変数定義\n\t\tdouble f;//不動小数点用変数定義\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t\n\t\tif(1 <= a && a <= Math.pow(10,9)){//条件 1<=a,b<=10の9乗\n\t\t\td = a / b;//a÷bあまりなし\n\t\t\tr = a % b;//a÷bあまり\n\t\t\tf = (double)a/b;//a÷b小数表示\n\t\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%f\",(double)f);\n\t\t}\n\t\t\n\t\n\t}\n\t\n}",
"Main",
"public static void main(String[] args){\n\t\t\n\t\tint a,b,d,r;//int型変数定義\n\t\tdouble f;//不動小数点用変数定義\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t\n\t\tif(1 <= a && a <= Math.pow(10,9)){//条件 1<=a,b<=10の9乗\n\t\t\td = a / b;//a÷bあまりなし\n\t\t\tr = a % b;//a÷bあまり\n\t\t\tf = (double)a/b;//a÷b小数表示\n\t\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%f\",(double)f);\n\t\t}\n\t\t\n\t\n\t}",
"main",
"{\n\t\t\n\t\tint a,b,d,r;//int型変数定義\n\t\tdouble f;//不動小数点用変数定義\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t\n\t\tif(1 <= a && a <= Math.pow(10,9)){//条件 1<=a,b<=10の9乗\n\t\t\td = a / b;//a÷bあまりなし\n\t\t\tr = a % b;//a÷bあまり\n\t\t\tf = (double)a/b;//a÷b小数表示\n\t\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%f\",(double)f);\n\t\t}\n\t\t\n\t\n\t}",
"int a",
"a",
"b",
"b",
"d",
"d",
"r;",
"r",
"double f;",
"f",
"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",
"if(1 <= a && a <= Math.pow(10,9)){//条件 1<=a,b<=10の9乗\n\t\t\td = a / b;//a÷bあまりなし\n\t\t\tr = a % b;//a÷bあまり\n\t\t\tf = (double)a/b;//a÷b小数表示\n\t\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%f\",(double)f);\n\t\t}",
"1 <= a && a <= Math.pow(10,9)",
"1 <= a",
"1",
"a",
"a <= Math.pow(10,9)",
"a",
"Math.pow(10,9)",
"Math.pow",
"Math",
"10",
"9",
"{//条件 1<=a,b<=10の9乗\n\t\t\td = a / b;//a÷bあまりなし\n\t\t\tr = a % b;//a÷bあまり\n\t\t\tf = (double)a/b;//a÷b小数表示\n\t\t\tSystem.out.printf(d + \" \" + r + \" \" + \"%f\",(double)f);\n\t\t}",
"d = a / b",
"d",
"a / b",
"a",
"b",
"r = a % b",
"r",
"a % b",
"a",
"b",
"f = (double)a/b",
"f",
"(double)a/b",
"(double)a",
"b",
"System.out.printf(d + \" \" + r + \" \" + \"%f\",(double)f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + \"%f\"",
"\" \"",
"r",
"d + \" \" + r + \" \" + \"%f\"",
"d",
"\" \"",
"r",
"\" \"",
"\"%f\"",
"(double)f",
"String[] args",
"args"
] | import java.util.*;
class Main{
public static void main(String[] args){
int a,b,d,r;//int型変数定義
double f;//不動小数点用変数定義
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
if(1 <= a && a <= Math.pow(10,9)){//条件 1<=a,b<=10の9乗
d = a / b;//a÷bあまりなし
r = a % b;//a÷bあまり
f = (double)a/b;//a÷b小数表示
System.out.printf(d + " " + r + " " + "%f",(double)f);
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
38,
30,
41,
13,
20,
4,
13,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
17,
2,
13,
13,
2,
13,
13,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
50,
5
],
[
50,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
6,
17
],
[
17,
18
],
[
50,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
21,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
21,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
32,
37
],
[
32,
38
],
[
38,
39
],
[
38,
40
],
[
32,
41
],
[
41,
42
],
[
41,
43
],
[
32,
44
],
[
44,
45
],
[
44,
46
],
[
19,
47
],
[
47,
48
],
[
0,
49
],
[
49,
50
],
[
49,
51
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int a = in.nextInt(), b = in.nextInt();\n System.out.printf(\"%d %d %.5f\\n\", a / b, a % b, ((double) a / b));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int a = in.nextInt(), b = in.nextInt();\n System.out.printf(\"%d %d %.5f\\n\", a / b, a % b, ((double) a / b));\n }\n}",
"Main",
"public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }",
"main",
"{\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }",
"try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }",
"{\n solve(in);\n }",
"Scanner in = new Scanner(System.in)",
"Scanner in = new Scanner(System.in)",
"new Scanner(System.in)",
"solve(in)",
"solve",
"in",
"String[] args",
"args",
"private static void solve(Scanner in) {\n int a = in.nextInt(), b = in.nextInt();\n System.out.printf(\"%d %d %.5f\\n\", a / b, a % b, ((double) a / b));\n }",
"solve",
"{\n int a = in.nextInt(), b = in.nextInt();\n System.out.printf(\"%d %d %.5f\\n\", a / b, a % b, ((double) a / b));\n }",
"int a = in.nextInt()",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"b = in.nextInt();",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"System.out.printf(\"%d %d %.5f\\n\", a / b, a % b, ((double) a / b))",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.5f\\n\"",
"a / b",
"a",
"b",
"a % b",
"a",
"b",
"((double) a / b)",
"(double) a",
"b",
"Scanner in",
"in",
"public class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int a = in.nextInt(), b = in.nextInt();\n System.out.printf(\"%d %d %.5f\\n\", a / b, a % b, ((double) a / b));\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n try (Scanner in = new Scanner(System.in)) {\n solve(in);\n }\n }\n\n private static void solve(Scanner in) {\n int a = in.nextInt(), b = in.nextInt();\n System.out.printf(\"%d %d %.5f\\n\", a / b, a % b, ((double) a / b));\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
try (Scanner in = new Scanner(System.in)) {
solve(in);
}
}
private static void solve(Scanner in) {
int a = in.nextInt(), b = in.nextInt();
System.out.printf("%d %d %.5f\n", a / b, a % b, ((double) a / b));
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
12,
13,
30,
0,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
4,
18,
13,
17,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
4,
8
],
[
8,
9
],
[
8,
10
],
[
10,
11
],
[
11,
12
],
[
11,
13
],
[
10,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
10,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
10,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
26,
28
],
[
10,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
31,
33
],
[
10,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
36,
38
],
[
10,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
44,
48
],
[
44,
49
],
[
44,
50
],
[
8,
51
],
[
51,
52
]
] | [
"import java.util.Scanner;\nclass Main {\n private static Scanner sc;\n\n\tpublic static void main(String[] args) {\n sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a / b;\n int r = a % b;\n double f = (double)a / b;\n System.out.println(String.format(\"%d %d %.5f\", d, r, f));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n private static Scanner sc;\n\n\tpublic static void main(String[] args) {\n sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a / b;\n int r = a % b;\n double f = (double)a / b;\n System.out.println(String.format(\"%d %d %.5f\", d, r, f));\n }\n}",
"Main",
"private static Scanner sc;",
"sc",
"public static void main(String[] args) {\n sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a / b;\n int r = a % b;\n double f = (double)a / b;\n System.out.println(String.format(\"%d %d %.5f\", d, r, f));\n }",
"main",
"{\n sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n int d = a / b;\n int r = a % b;\n double f = (double)a / b;\n System.out.println(String.format(\"%d %d %.5f\", d, r, f));\n }",
"sc = new Scanner(System.in)",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = (double)a / b;",
"f",
"(double)a / b",
"(double)a",
"b",
"System.out.println(String.format(\"%d %d %.5f\", d, r, f))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(\"%d %d %.5f\", d, r, f)",
"String.format",
"String",
"\"%d %d %.5f\"",
"d",
"r",
"f",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
private static Scanner sc;
public static void main(String[] args) {
sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int d = a / b;
int r = a % b;
double f = (double)a / b;
System.out.println(String.format("%d %d %.5f", d, r, f));
}
} |
[
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,
41,
13,
41,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
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
],
[
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
],
[
8,
38
],
[
38,
39
],
[
8,
40
],
[
40,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
8,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
8,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
57,
63
],
[
57,
64
],
[
57,
65
],
[
6,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.io.*;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] line = br.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n\n int d, r;\n double f;\n\n d = (int) ((int) a / b);\n r = (int) (a % b);\n f = (double) a / (double) b;\n\n System.out.printf(\"%d %d %.5f\", d, r, f);\n\n }\n\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] line = br.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n\n int d, r;\n double f;\n\n d = (int) ((int) a / b);\n r = (int) (a % b);\n f = (double) a / (double) b;\n\n System.out.printf(\"%d %d %.5f\", d, r, f);\n\n }\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] line = br.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n\n int d, r;\n double f;\n\n d = (int) ((int) a / b);\n r = (int) (a % b);\n f = (double) a / (double) b;\n\n System.out.printf(\"%d %d %.5f\", d, r, f);\n\n }",
"main",
"{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] line = br.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n\n int d, r;\n double f;\n\n d = (int) ((int) a / b);\n r = (int) (a % b);\n f = (double) a / (double) b;\n\n System.out.printf(\"%d %d %.5f\", d, r, f);\n\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] line = br.readLine().split(\" \");",
"line",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int a = Integer.parseInt(line[0]);",
"a",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"int b = Integer.parseInt(line[1]);",
"b",
"Integer.parseInt(line[1])",
"Integer.parseInt",
"Integer",
"line[1]",
"line",
"1",
"int d",
"d",
"r;",
"r",
"double f;",
"f",
"d = (int) ((int) a / b)",
"d",
"(int) ((int) a / b)",
"(int) a",
"b",
"r = (int) (a % b)",
"r",
"(int) (a % b)",
"a",
"b",
"f = (double) a / (double) b",
"f",
"(double) a / (double) b",
"(double) a",
"(double) b",
"System.out.printf(\"%d %d %.5f\", d, r, f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.5f\"",
"d",
"r",
"f",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] line = br.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n\n int d, r;\n double f;\n\n d = (int) ((int) a / b);\n r = (int) (a % b);\n f = (double) a / (double) b;\n\n System.out.printf(\"%d %d %.5f\", d, r, f);\n\n }\n\n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] line = br.readLine().split(\" \");\n int a = Integer.parseInt(line[0]);\n int b = Integer.parseInt(line[1]);\n\n int d, r;\n double f;\n\n d = (int) ((int) a / b);\n r = (int) (a % b);\n f = (double) a / (double) b;\n\n System.out.printf(\"%d %d %.5f\", d, r, f);\n\n }\n\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] line = br.readLine().split(" ");
int a = Integer.parseInt(line[0]);
int b = Integer.parseInt(line[1]);
int d, r;
double f;
d = (int) ((int) a / b);
r = (int) (a % b);
f = (double) a / (double) b;
System.out.printf("%d %d %.5f", d, r, f);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
4,
18,
4,
18,
4,
18,
4,
18,
4,
18,
13,
13,
17,
13,
17,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
69,
5
],
[
69,
6
],
[
6,
7
],
[
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
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
46,
52
],
[
44,
53
],
[
42,
54
],
[
40,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
55,
59
],
[
8,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
6,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.util.Scanner;\npublic class Main {\n public static void main (String args[]){\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int d = a/b;\n \t int r = a%b;\n \t double f =(double) a/b;\n \t buf.append(d).append(\" \").append(r).append(\" \").append(String.format(\"%6.5f\",f));\n \t //String s=String.format(\"%.2f\",r);\n \tSystem.out.println(buf);\n \t //System.out.printf(\"%6.5f\",f);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main (String args[]){\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int d = a/b;\n \t int r = a%b;\n \t double f =(double) a/b;\n \t buf.append(d).append(\" \").append(r).append(\" \").append(String.format(\"%6.5f\",f));\n \t //String s=String.format(\"%.2f\",r);\n \tSystem.out.println(buf);\n \t //System.out.printf(\"%6.5f\",f);\n }\n}",
"Main",
"public static void main (String args[]){\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int d = a/b;\n \t int r = a%b;\n \t double f =(double) a/b;\n \t buf.append(d).append(\" \").append(r).append(\" \").append(String.format(\"%6.5f\",f));\n \t //String s=String.format(\"%.2f\",r);\n \tSystem.out.println(buf);\n \t //System.out.printf(\"%6.5f\",f);\n }",
"main",
"{\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int d = a/b;\n \t int r = a%b;\n \t double f =(double) a/b;\n \t buf.append(d).append(\" \").append(r).append(\" \").append(String.format(\"%6.5f\",f));\n \t //String s=String.format(\"%.2f\",r);\n \tSystem.out.println(buf);\n \t //System.out.printf(\"%6.5f\",f);\n }",
"Scanner str =new Scanner(System.in);",
"str",
"new Scanner(System.in)",
"StringBuffer buf =new StringBuffer();",
"buf",
"new StringBuffer()",
"int a = str.nextInt();",
"a",
"str.nextInt()",
"str.nextInt",
"str",
"int b = str.nextInt();",
"b",
"str.nextInt()",
"str.nextInt",
"str",
"int d = a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"double f =(double) a/b;",
"f",
"(double) a/b",
"(double) a",
"b",
"buf.append(d).append(\" \").append(r).append(\" \").append(String.format(\"%6.5f\",f))",
"buf.append(d).append(\" \").append(r).append(\" \").append",
"buf.append(d).append(\" \").append(r).append(\" \")",
"buf.append(d).append(\" \").append(r).append",
"buf.append(d).append(\" \").append(r)",
"buf.append(d).append(\" \").append",
"buf.append(d).append(\" \")",
"buf.append(d).append",
"buf.append(d)",
"buf.append",
"buf",
"d",
"\" \"",
"r",
"\" \"",
"String.format(\"%6.5f\",f)",
"String.format",
"String",
"\"%6.5f\"",
"f",
"System.out.println(buf)",
"System.out.println",
"System.out",
"System",
"System.out",
"buf",
"String args[]",
"args",
"public class Main {\n public static void main (String args[]){\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int d = a/b;\n \t int r = a%b;\n \t double f =(double) a/b;\n \t buf.append(d).append(\" \").append(r).append(\" \").append(String.format(\"%6.5f\",f));\n \t //String s=String.format(\"%.2f\",r);\n \tSystem.out.println(buf);\n \t //System.out.printf(\"%6.5f\",f);\n }\n}",
"public class Main {\n public static void main (String args[]){\n \tScanner str =new Scanner(System.in);\n \tStringBuffer buf =new StringBuffer();\n \t int a = str.nextInt();\n \t int b = str.nextInt();\n \t int d = a/b;\n \t int r = a%b;\n \t double f =(double) a/b;\n \t buf.append(d).append(\" \").append(r).append(\" \").append(String.format(\"%6.5f\",f));\n \t //String s=String.format(\"%.2f\",r);\n \tSystem.out.println(buf);\n \t //System.out.printf(\"%6.5f\",f);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main (String args[]){
Scanner str =new Scanner(System.in);
StringBuffer buf =new StringBuffer();
int a = str.nextInt();
int b = str.nextInt();
int d = a/b;
int r = a%b;
double f =(double) a/b;
buf.append(d).append(" ").append(r).append(" ").append(String.format("%6.5f",f));
//String s=String.format("%.2f",r);
System.out.println(buf);
//System.out.printf("%6.5f",f);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
2,
2,
17,
13,
13,
4,
18,
18,
13,
13,
17,
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
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
37,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
8,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
46,
52
],
[
46,
53
],
[
46,
54
],
[
6,
55
],
[
55,
56
],
[
0,
57
],
[
57,
58
],
[
57,
59
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tsc.close();\n\t\t\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\n\t\tSystem.out.printf(\"%d %d %s\", d, r, f);\n\t\t\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tsc.close();\n\t\t\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\n\t\tSystem.out.printf(\"%d %d %s\", d, r, f);\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tsc.close();\n\t\t\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\n\t\tSystem.out.printf(\"%d %d %s\", d, r, f);\n\t\t\n\t}",
"main",
"{\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tsc.close();\n\t\t\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\n\t\tSystem.out.printf(\"%d %d %s\", d, r, f);\n\t\t\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"sc.close()",
"sc.close",
"sc",
"int d = a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"String f = String.format(\"%.5f\", 1.0 * a / b);",
"f",
"String.format(\"%.5f\", 1.0 * a / b)",
"String.format",
"String",
"\"%.5f\"",
"1.0 * a / b",
"1.0 * a",
"1.0",
"a",
"b",
"System.out.printf(\"%d %d %s\", d, r, f)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %s\"",
"d",
"r",
"f",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tsc.close();\n\t\t\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\n\t\tSystem.out.printf(\"%d %d %s\", d, r, f);\n\t\t\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\t\n\t\tsc.close();\n\t\t\n\t\tint d = a/b;\n\t\tint r = a%b;\n\t\tString f = String.format(\"%.5f\", 1.0 * a / b);\n\t\t\n\t\tSystem.out.printf(\"%d %d %s\", d, r, f);\n\t\t\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
sc.close();
int d = a/b;
int r = a%b;
String f = String.format("%.5f", 1.0 * a / b);
System.out.printf("%d %d %s", d, r, f);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
17,
4,
18,
13,
2,
13,
13,
2,
13,
13,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
43,
5
],
[
43,
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
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
22,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
22,
34
],
[
34,
35
],
[
34,
36
],
[
22,
37
],
[
37,
38
],
[
37,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] | [
"import java.util.Scanner;\n\n/**\n * Created by khrom on 2017/06/14.\n */\npublic class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n double a = scanner.nextDouble();\n double b = scanner.nextDouble();\n System.out.printf(\"%d %d %.5f\", (int) Math.floor(a / b), (int) (a % b), a / b);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n double a = scanner.nextDouble();\n double b = scanner.nextDouble();\n System.out.printf(\"%d %d %.5f\", (int) Math.floor(a / b), (int) (a % b), a / b);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n double a = scanner.nextDouble();\n double b = scanner.nextDouble();\n System.out.printf(\"%d %d %.5f\", (int) Math.floor(a / b), (int) (a % b), a / b);\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n double a = scanner.nextDouble();\n double b = scanner.nextDouble();\n System.out.printf(\"%d %d %.5f\", (int) Math.floor(a / b), (int) (a % b), a / b);\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"double a = scanner.nextDouble();",
"a",
"scanner.nextDouble()",
"scanner.nextDouble",
"scanner",
"double b = scanner.nextDouble();",
"b",
"scanner.nextDouble()",
"scanner.nextDouble",
"scanner",
"System.out.printf(\"%d %d %.5f\", (int) Math.floor(a / b), (int) (a % b), a / b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.5f\"",
"(int) Math.floor(a / b)",
"Math.floor",
"Math",
"a / b",
"a",
"b",
"(int) (a % b)",
"a",
"b",
"a / b",
"a",
"b",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n double a = scanner.nextDouble();\n double b = scanner.nextDouble();\n System.out.printf(\"%d %d %.5f\", (int) Math.floor(a / b), (int) (a % b), a / b);\n }\n}",
"public class Main {\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n double a = scanner.nextDouble();\n double b = scanner.nextDouble();\n System.out.printf(\"%d %d %.5f\", (int) Math.floor(a / b), (int) (a % b), a / b);\n }\n}",
"Main"
] | import java.util.Scanner;
/**
* Created by khrom on 2017/06/14.
*/
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
double a = scanner.nextDouble();
double b = scanner.nextDouble();
System.out.printf("%d %d %.5f", (int) Math.floor(a / b), (int) (a % b), a / b);
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
2,
17,
13,
13,
41,
13,
20,
0,
13,
4,
18,
13,
17,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
17,
17,
17,
17,
17,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
27,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
11,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
47,
51
],
[
51,
52
],
[
51,
53
],
[
11,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
62,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
60,
66
],
[
62,
67
],
[
54,
68
],
[
54,
69
],
[
54,
70
],
[
9,
71
],
[
71,
72
]
] | [
"import java.math.BigDecimal;\nimport java.util.Scanner;\n \nclass Main {\n \n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n int d = a / b;\n int r = a % b;\n double f = 1.0 * a / b;\n BigDecimal g = new BigDecimal(f);\n g = g.setScale(5,BigDecimal.ROUND_HALF_UP);\n System.out.printf(\"%d\" + \" \" + \"%d\" + \" \" + \"%.5f\",d, r, g);\n }\n}",
"import java.math.BigDecimal;",
"BigDecimal",
"java.math",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n \n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n int d = a / b;\n int r = a % b;\n double f = 1.0 * a / b;\n BigDecimal g = new BigDecimal(f);\n g = g.setScale(5,BigDecimal.ROUND_HALF_UP);\n System.out.printf(\"%d\" + \" \" + \"%d\" + \" \" + \"%.5f\",d, r, g);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n int d = a / b;\n int r = a % b;\n double f = 1.0 * a / b;\n BigDecimal g = new BigDecimal(f);\n g = g.setScale(5,BigDecimal.ROUND_HALF_UP);\n System.out.printf(\"%d\" + \" \" + \"%d\" + \" \" + \"%.5f\",d, r, g);\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n int d = a / b;\n int r = a % b;\n double f = 1.0 * a / b;\n BigDecimal g = new BigDecimal(f);\n g = g.setScale(5,BigDecimal.ROUND_HALF_UP);\n System.out.printf(\"%d\" + \" \" + \"%d\" + \" \" + \"%.5f\",d, r, g);\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 d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double f = 1.0 * a / b;",
"f",
"1.0 * a / b",
"1.0 * a",
"1.0",
"a",
"b",
"BigDecimal g = new BigDecimal(f);",
"g",
"new BigDecimal(f)",
"g = g.setScale(5,BigDecimal.ROUND_HALF_UP)",
"g",
"g.setScale(5,BigDecimal.ROUND_HALF_UP)",
"g.setScale",
"g",
"5",
"BigDecimal.ROUND_HALF_UP",
"BigDecimal",
"BigDecimal.ROUND_HALF_UP",
"System.out.printf(\"%d\" + \" \" + \"%d\" + \" \" + \"%.5f\",d, r, g)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d\" + \" \" + \"%d\" + \" \" + \"%.5f\"",
"\" \"",
"\"%d\"",
"\"%d\" + \" \" + \"%d\" + \" \" + \"%.5f\"",
"\"%d\"",
"\" \"",
"\"%d\"",
"\" \"",
"\"%.5f\"",
"d",
"r",
"g",
"String[] args",
"args"
] | import java.math.BigDecimal;
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 d = a / b;
int r = a % b;
double f = 1.0 * a / b;
BigDecimal g = new BigDecimal(f);
g = g.setScale(5,BigDecimal.ROUND_HALF_UP);
System.out.printf("%d" + " " + "%d" + " " + "%.5f",d, r, g);
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
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
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
56,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
69,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
67,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
]
] | [
"import java.io.*;\n\nclass Main{\n public static void main(String[] args) throws Exception{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String num1 = br.readLine();\n String[] num2 = num1.split(\" \");\n\n int a = Integer.parseInt(num2[0]);\n int b = Integer.parseInt(num2[1]);\n\n int d = a / b;\n int r = a % b;\n double n = (double)a / b;\n String f = String.format(\"%.6f\", n);\n\n System.out.println(d + \" \" + r + \" \" + f);\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args) throws Exception{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String num1 = br.readLine();\n String[] num2 = num1.split(\" \");\n\n int a = Integer.parseInt(num2[0]);\n int b = Integer.parseInt(num2[1]);\n\n int d = a / b;\n int r = a % b;\n double n = (double)a / b;\n String f = String.format(\"%.6f\", n);\n\n System.out.println(d + \" \" + r + \" \" + f);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String num1 = br.readLine();\n String[] num2 = num1.split(\" \");\n\n int a = Integer.parseInt(num2[0]);\n int b = Integer.parseInt(num2[1]);\n\n int d = a / b;\n int r = a % b;\n double n = (double)a / b;\n String f = String.format(\"%.6f\", n);\n\n System.out.println(d + \" \" + r + \" \" + f);\n }",
"main",
"{\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String num1 = br.readLine();\n String[] num2 = num1.split(\" \");\n\n int a = Integer.parseInt(num2[0]);\n int b = Integer.parseInt(num2[1]);\n\n int d = a / b;\n int r = a % b;\n double n = (double)a / b;\n String f = String.format(\"%.6f\", n);\n\n System.out.println(d + \" \" + r + \" \" + f);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String num1 = br.readLine();",
"num1",
"br.readLine()",
"br.readLine",
"br",
"String[] num2 = num1.split(\" \");",
"num2",
"num1.split(\" \")",
"num1.split",
"num1",
"\" \"",
"int a = Integer.parseInt(num2[0]);",
"a",
"Integer.parseInt(num2[0])",
"Integer.parseInt",
"Integer",
"num2[0]",
"num2",
"0",
"int b = Integer.parseInt(num2[1]);",
"b",
"Integer.parseInt(num2[1])",
"Integer.parseInt",
"Integer",
"num2[1]",
"num2",
"1",
"int d = a / b;",
"d",
"a / b",
"a",
"b",
"int r = a % b;",
"r",
"a % b",
"a",
"b",
"double n = (double)a / b;",
"n",
"(double)a / b",
"(double)a",
"b",
"String f = String.format(\"%.6f\", n);",
"f",
"String.format(\"%.6f\", n)",
"String.format",
"String",
"\"%.6f\"",
"n",
"System.out.println(d + \" \" + r + \" \" + f)",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + f",
"\" \"",
"r",
"d + \" \" + r + \" \" + f",
"d",
"\" \"",
"r",
"\" \"",
"f",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args) throws Exception{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String num1 = br.readLine();
String[] num2 = num1.split(" ");
int a = Integer.parseInt(num2[0]);
int b = Integer.parseInt(num2[1]);
int d = a / b;
int r = a % b;
double n = (double)a / b;
String f = String.format("%.6f", n);
System.out.println(d + " " + r + " " + f);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
4,
18,
13,
23,
13,
6,
13,
41,
13,
41,
13,
12,
13,
30,
0,
13,
13,
0,
13,
13,
23,
13,
23,
13,
12,
13,
30,
4,
18,
18,
13,
13,
17,
2,
13,
13,
2,
13,
13,
2,
13,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
61,
8
],
[
61,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
19,
20
],
[
9,
21
],
[
21,
22
],
[
0,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
23,
27
],
[
27,
28
],
[
23,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
29,
38
],
[
38,
39
],
[
29,
40
],
[
40,
41
],
[
23,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
45,
51
],
[
51,
52
],
[
51,
53
],
[
45,
54
],
[
54,
55
],
[
54,
56
],
[
45,
57
],
[
57,
58
],
[
57,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import java.io.*;\n import java.util.*;\n\npublic class Main{\nstatic public void main(String args[]){\nScanner scan=new Scanner(System.in);\nCalculate calc = new Calculate(scan.nextInt(),\n\t\t\t\t\t\t\t\tscan.nextInt());\n\tcalc.show();\n}\n}\n\nclass Calculate{\n\tint a;\n\tint b;\n Calculate(int x, int y) {\n \ta=x;\n\tb=y;\n }\n\tpublic void show(){\n\tSystem.out.printf(\"%d %d %.6f\", a/b, a%b, (double)a/b);\n}\n\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"public class Main{\nstatic public void main(String args[]){\nScanner scan=new Scanner(System.in);\nCalculate calc = new Calculate(scan.nextInt(),\n\t\t\t\t\t\t\t\tscan.nextInt());\n\tcalc.show();\n}\n}",
"Main",
"static public void main(String args[]){\nScanner scan=new Scanner(System.in);\nCalculate calc = new Calculate(scan.nextInt(),\n\t\t\t\t\t\t\t\tscan.nextInt());\n\tcalc.show();\n}",
"main",
"{\nScanner scan=new Scanner(System.in);\nCalculate calc = new Calculate(scan.nextInt(),\n\t\t\t\t\t\t\t\tscan.nextInt());\n\tcalc.show();\n}",
"Scanner scan=new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"Calculate calc = new Calculate(scan.nextInt(),\n\t\t\t\t\t\t\t\tscan.nextInt());",
"calc",
"new Calculate(scan.nextInt(),\n\t\t\t\t\t\t\t\tscan.nextInt())",
"calc.show()",
"calc.show",
"calc",
"String args[]",
"args",
"class Calculate{\n\tint a;\n\tint b;\n Calculate(int x, int y) {\n \ta=x;\n\tb=y;\n }\n\tpublic void show(){\n\tSystem.out.printf(\"%d %d %.6f\", a/b, a%b, (double)a/b);\n}\n\n}",
"Calculate",
"int a;",
"a",
"int b;",
"b",
"Calculate(int x, int y) {\n \ta=x;\n\tb=y;\n }",
"Calculate",
"{\n \ta=x;\n\tb=y;\n }",
"a=x",
"a",
"x",
"b=y",
"b",
"y",
"int x",
"x",
"int y",
"y",
"public void show(){\n\tSystem.out.printf(\"%d %d %.6f\", a/b, a%b, (double)a/b);\n}",
"show",
"{\n\tSystem.out.printf(\"%d %d %.6f\", a/b, a%b, (double)a/b);\n}",
"System.out.printf(\"%d %d %.6f\", a/b, a%b, (double)a/b)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d %.6f\"",
"a/b",
"a",
"b",
"a%b",
"a",
"b",
"(double)a/b",
"(double)a",
"b",
"public class Main{\nstatic public void main(String args[]){\nScanner scan=new Scanner(System.in);\nCalculate calc = new Calculate(scan.nextInt(),\n\t\t\t\t\t\t\t\tscan.nextInt());\n\tcalc.show();\n}\n}",
"public class Main{\nstatic public void main(String args[]){\nScanner scan=new Scanner(System.in);\nCalculate calc = new Calculate(scan.nextInt(),\n\t\t\t\t\t\t\t\tscan.nextInt());\n\tcalc.show();\n}\n}",
"Main"
] | import java.io.*;
import java.util.*;
public class Main{
static public void main(String args[]){
Scanner scan=new Scanner(System.in);
Calculate calc = new Calculate(scan.nextInt(),
scan.nextInt());
calc.show();
}
}
class Calculate{
int a;
int b;
Calculate(int x, int y) {
a=x;
b=y;
}
public void show(){
System.out.printf("%d %d %.6f", a/b, a%b, (double)a/b);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
4,
18,
13,
17,
2,
13,
13,
4,
18,
4,
18,
4,
18,
4,
18,
4,
18,
4,
18,
13,
13,
17,
13,
17,
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
],
[
102,
8
],
[
102,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
11,
16
],
[
16,
17
],
[
11,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
11,
22
],
[
22,
23
],
[
22,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
11,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
11,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
11,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
52,
53
],
[
52,
54
],
[
11,
55
],
[
55,
56
],
[
55,
57
],
[
57,
58
],
[
57,
59
],
[
11,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
62,
64
],
[
11,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
67,
70
],
[
67,
71
],
[
71,
72
],
[
71,
73
],
[
11,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
84,
87
],
[
82,
88
],
[
80,
89
],
[
78,
90
],
[
76,
91
],
[
74,
92
],
[
11,
93
],
[
93,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
93,
98
],
[
9,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n int a, b, division, remainder;\n String f;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder createString = new StringBuilder();\n String line = br.readLine();\n String[] numbers = line.split(\" \");\n a = Integer.parseInt(numbers[0]);\n b = Integer.parseInt(numbers[1]);\n division = a / b;\n remainder = a % b;\n f = (String.format(\"%.5f\",((double)a / (double)b)));\n \n createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")\n .append(f)\n .append(\"\\n\");\n System.out.print(createString);\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 int a, b, division, remainder;\n String f;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder createString = new StringBuilder();\n String line = br.readLine();\n String[] numbers = line.split(\" \");\n a = Integer.parseInt(numbers[0]);\n b = Integer.parseInt(numbers[1]);\n division = a / b;\n remainder = a % b;\n f = (String.format(\"%.5f\",((double)a / (double)b)));\n \n createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")\n .append(f)\n .append(\"\\n\");\n System.out.print(createString);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n int a, b, division, remainder;\n String f;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder createString = new StringBuilder();\n String line = br.readLine();\n String[] numbers = line.split(\" \");\n a = Integer.parseInt(numbers[0]);\n b = Integer.parseInt(numbers[1]);\n division = a / b;\n remainder = a % b;\n f = (String.format(\"%.5f\",((double)a / (double)b)));\n \n createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")\n .append(f)\n .append(\"\\n\");\n System.out.print(createString);\n }",
"main",
"{\n int a, b, division, remainder;\n String f;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder createString = new StringBuilder();\n String line = br.readLine();\n String[] numbers = line.split(\" \");\n a = Integer.parseInt(numbers[0]);\n b = Integer.parseInt(numbers[1]);\n division = a / b;\n remainder = a % b;\n f = (String.format(\"%.5f\",((double)a / (double)b)));\n \n createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")\n .append(f)\n .append(\"\\n\");\n System.out.print(createString);\n }",
"int a",
"a",
"b",
"b",
"division",
"division",
"remainder;",
"remainder",
"String f;",
"f",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringBuilder createString = new StringBuilder();",
"createString",
"new StringBuilder()",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] numbers = line.split(\" \");",
"numbers",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"a = Integer.parseInt(numbers[0])",
"a",
"Integer.parseInt(numbers[0])",
"Integer.parseInt",
"Integer",
"numbers[0]",
"numbers",
"0",
"b = Integer.parseInt(numbers[1])",
"b",
"Integer.parseInt(numbers[1])",
"Integer.parseInt",
"Integer",
"numbers[1]",
"numbers",
"1",
"division = a / b",
"division",
"a / b",
"a",
"b",
"remainder = a % b",
"remainder",
"a % b",
"a",
"b",
"f = (String.format(\"%.5f\",((double)a / (double)b)))",
"f",
"(String.format(\"%.5f\",((double)a / (double)b)))",
"String.format",
"String",
"\"%.5f\"",
"((double)a / (double)b)",
"(double)a",
"(double)b",
"createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")\n .append(f)\n .append(\"\\n\")",
"createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")\n .append(f)\n .append",
"createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")\n .append(f)",
"createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")\n .append",
"createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")",
"createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append",
"createString\n .append(division)\n .append(\" \")\n .append(remainder)",
"createString\n .append(division)\n .append(\" \")\n .append",
"createString\n .append(division)\n .append(\" \")",
"createString\n .append(division)\n .append",
"createString\n .append(division)",
"createString\n .append",
"createString",
"division",
"\" \"",
"remainder",
"\" \"",
"f",
"\"\\n\"",
"System.out.print(createString)",
"System.out.print",
"System.out",
"System",
"System.out",
"createString",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n int a, b, division, remainder;\n String f;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder createString = new StringBuilder();\n String line = br.readLine();\n String[] numbers = line.split(\" \");\n a = Integer.parseInt(numbers[0]);\n b = Integer.parseInt(numbers[1]);\n division = a / b;\n remainder = a % b;\n f = (String.format(\"%.5f\",((double)a / (double)b)));\n \n createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")\n .append(f)\n .append(\"\\n\");\n System.out.print(createString);\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n int a, b, division, remainder;\n String f;\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n StringBuilder createString = new StringBuilder();\n String line = br.readLine();\n String[] numbers = line.split(\" \");\n a = Integer.parseInt(numbers[0]);\n b = Integer.parseInt(numbers[1]);\n division = a / b;\n remainder = a % b;\n f = (String.format(\"%.5f\",((double)a / (double)b)));\n \n createString\n .append(division)\n .append(\" \")\n .append(remainder)\n .append(\" \")\n .append(f)\n .append(\"\\n\");\n System.out.print(createString);\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
int a, b, division, remainder;
String f;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringBuilder createString = new StringBuilder();
String line = br.readLine();
String[] numbers = line.split(" ");
a = Integer.parseInt(numbers[0]);
b = Integer.parseInt(numbers[1]);
division = a / b;
remainder = a % b;
f = (String.format("%.5f",((double)a / (double)b)));
createString
.append(division)
.append(" ")
.append(remainder)
.append(" ")
.append(f)
.append("\n");
System.out.print(createString);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
4,
18,
13,
17,
13,
12,
13,
30,
41,
13,
20,
4,
18,
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
],
[
8,
17
],
[
17,
18
],
[
8,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
8,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
47,
52
],
[
55,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
53,
59
],
[
55,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
60,
64
],
[
77,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
68,
70
],
[
67,
71
],
[
71,
72
],
[
72,
73
],
[
65,
74
],
[
74,
75
],
[
0,
76
],
[
76,
77
],
[
76,
78
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tvoid ab(){\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner s = new Scanner(System.in);\n\t\ta = s.nextInt();\n\t\tb = s.nextInt();\n\t\td = a/b;\n\t\tr = a%b;\n\t\tf = (double)a/b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.9f\", f));\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.ab();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tvoid ab(){\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner s = new Scanner(System.in);\n\t\ta = s.nextInt();\n\t\tb = s.nextInt();\n\t\td = a/b;\n\t\tr = a%b;\n\t\tf = (double)a/b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.9f\", f));\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.ab();\n\t}\n}",
"Main",
"void ab(){\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner s = new Scanner(System.in);\n\t\ta = s.nextInt();\n\t\tb = s.nextInt();\n\t\td = a/b;\n\t\tr = a%b;\n\t\tf = (double)a/b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.9f\", f));\n\t}",
"ab",
"{\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner s = new Scanner(System.in);\n\t\ta = s.nextInt();\n\t\tb = s.nextInt();\n\t\td = a/b;\n\t\tr = a%b;\n\t\tf = (double)a/b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.9f\", f));\n\t}",
"int a",
"a",
"b",
"b",
"d",
"d",
"r;",
"r",
"double f;",
"f",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"a = s.nextInt()",
"a",
"s.nextInt()",
"s.nextInt",
"s",
"b = s.nextInt()",
"b",
"s.nextInt()",
"s.nextInt",
"s",
"d = a/b",
"d",
"a/b",
"a",
"b",
"r = a%b",
"r",
"a%b",
"a",
"b",
"f = (double)a/b",
"f",
"(double)a/b",
"(double)a",
"b",
"System.out.println(d + \" \" + r + \" \" + String.format(\"%.9f\", f))",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + String.format(\"%.9f\", f)",
"\" \"",
"r",
"d + \" \" + r + \" \" + String.format(\"%.9f\", f)",
"d",
"\" \"",
"r",
"\" \"",
"String.format(\"%.9f\", f)",
"String.format",
"String",
"\"%.9f\"",
"f",
"public static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.ab();\n\t}",
"main",
"{\n\t\tMain m = new Main();\n\t\tm.ab();\n\t}",
"Main m = new Main();",
"m",
"new Main()",
"m.ab()",
"m.ab",
"m",
"String args[]",
"args",
"public class Main {\n\tvoid ab(){\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner s = new Scanner(System.in);\n\t\ta = s.nextInt();\n\t\tb = s.nextInt();\n\t\td = a/b;\n\t\tr = a%b;\n\t\tf = (double)a/b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.9f\", f));\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.ab();\n\t}\n}",
"public class Main {\n\tvoid ab(){\n\t\tint a,b,d,r;\n\t\tdouble f;\n\t\tScanner s = new Scanner(System.in);\n\t\ta = s.nextInt();\n\t\tb = s.nextInt();\n\t\td = a/b;\n\t\tr = a%b;\n\t\tf = (double)a/b;\n\t\tSystem.out.println(d + \" \" + r + \" \" + String.format(\"%.9f\", f));\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m = new Main();\n\t\tm.ab();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
void ab(){
int a,b,d,r;
double f;
Scanner s = new Scanner(System.in);
a = s.nextInt();
b = s.nextInt();
d = a/b;
r = a%b;
f = (double)a/b;
System.out.println(d + " " + r + " " + String.format("%.9f", f));
}
public static void main(String args[]){
Main m = new Main();
m.ab();
}
} |
[
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,
4,
18,
18,
13,
13,
2,
2,
2,
2,
2,
13,
13,
17,
2,
13,
13,
17,
4,
18,
13,
17,
2,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
14,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
44,
42
],
[
42,
43
],
[
49,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
49,
49
],
[
49,
50
],
[
49,
51
],
[
42,
52
],
[
44,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
53,
57
],
[
57,
58
],
[
57,
59
],
[
6,
60
],
[
60,
61
]
] | [
"import java.io.*;\n\nclass Main {\n public static void main (String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] nums = br.readLine().split(\" \");\n long a = Long.parseLong(nums[0]);\n long b = Long.parseLong(nums[1]);\n System.out.println((a / b) + \" \" + (a % b) + \" \" + String.format(\"%f\", ((double) a / b)));\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n public static void main (String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] nums = br.readLine().split(\" \");\n long a = Long.parseLong(nums[0]);\n long b = Long.parseLong(nums[1]);\n System.out.println((a / b) + \" \" + (a % b) + \" \" + String.format(\"%f\", ((double) a / b)));\n }\n}",
"Main",
"public static void main (String[] args) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] nums = br.readLine().split(\" \");\n long a = Long.parseLong(nums[0]);\n long b = Long.parseLong(nums[1]);\n System.out.println((a / b) + \" \" + (a % b) + \" \" + String.format(\"%f\", ((double) a / b)));\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] nums = br.readLine().split(\" \");\n long a = Long.parseLong(nums[0]);\n long b = Long.parseLong(nums[1]);\n System.out.println((a / b) + \" \" + (a % b) + \" \" + String.format(\"%f\", ((double) a / b)));\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] nums = br.readLine().split(\" \");",
"nums",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"long a = Long.parseLong(nums[0]);",
"a",
"Long.parseLong(nums[0])",
"Long.parseLong",
"Long",
"nums[0]",
"nums",
"0",
"long b = Long.parseLong(nums[1]);",
"b",
"Long.parseLong(nums[1])",
"Long.parseLong",
"Long",
"nums[1]",
"nums",
"1",
"System.out.println((a / b) + \" \" + (a % b) + \" \" + String.format(\"%f\", ((double) a / b)))",
"System.out.println",
"System.out",
"System",
"System.out",
"(a / b) + \" \" + (a % b) + \" \" + String.format(\"%f\", ((double) a / b))",
"\" \"",
"(a % b)",
"(a / b) + \" \" + (a % b) + \" \" + String.format(\"%f\", ((double) a / b))",
"(a / b)",
"a",
"b",
"\" \"",
"(a % b)",
"a",
"b",
"\" \"",
"String.format(\"%f\", ((double) a / b))",
"String.format",
"String",
"\"%f\"",
"((double) a / b)",
"(double) a",
"b",
"String[] args",
"args"
] | import java.io.*;
class Main {
public static void main (String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] nums = br.readLine().split(" ");
long a = Long.parseLong(nums[0]);
long b = Long.parseLong(nums[1]);
System.out.println((a / b) + " " + (a % b) + " " + String.format("%f", ((double) a / b)));
}
} |
[
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,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
13,
13,
41,
13,
4,
18,
13,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
17,
13,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
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
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
8,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
56,
60
],
[
8,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
69,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
67,
73
],
[
69,
74
],
[
6,
75
],
[
75,
76
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String str = sc.nextLine();\n String[] x = str.split(\" \");\n int a = Integer.parseInt(x[0]);\n int b = Integer.parseInt(x[1]);\n int d = a/b;\n int r = a%b;\n double n = (double)a/b;\n String f = String.format(\"%.8f\", n);\n System.out.println(d + \" \" + r + \" \" + f);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String str = sc.nextLine();\n String[] x = str.split(\" \");\n int a = Integer.parseInt(x[0]);\n int b = Integer.parseInt(x[1]);\n int d = a/b;\n int r = a%b;\n double n = (double)a/b;\n String f = String.format(\"%.8f\", n);\n System.out.println(d + \" \" + r + \" \" + f);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n String str = sc.nextLine();\n String[] x = str.split(\" \");\n int a = Integer.parseInt(x[0]);\n int b = Integer.parseInt(x[1]);\n int d = a/b;\n int r = a%b;\n double n = (double)a/b;\n String f = String.format(\"%.8f\", n);\n System.out.println(d + \" \" + r + \" \" + f);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n String str = sc.nextLine();\n String[] x = str.split(\" \");\n int a = Integer.parseInt(x[0]);\n int b = Integer.parseInt(x[1]);\n int d = a/b;\n int r = a%b;\n double n = (double)a/b;\n String f = String.format(\"%.8f\", n);\n System.out.println(d + \" \" + r + \" \" + f);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String str = sc.nextLine();",
"str",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] x = str.split(\" \");",
"x",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"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 d = a/b;",
"d",
"a/b",
"a",
"b",
"int r = a%b;",
"r",
"a%b",
"a",
"b",
"double n = (double)a/b;",
"n",
"(double)a/b",
"(double)a",
"b",
"String f = String.format(\"%.8f\", n);",
"f",
"String.format(\"%.8f\", n)",
"String.format",
"String",
"\"%.8f\"",
"n",
"System.out.println(d + \" \" + r + \" \" + f)",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + r + \" \" + f",
"\" \"",
"r",
"d + \" \" + r + \" \" + f",
"d",
"\" \"",
"r",
"\" \"",
"f",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
String str = sc.nextLine();
String[] x = str.split(" ");
int a = Integer.parseInt(x[0]);
int b = Integer.parseInt(x[1]);
int d = a/b;
int r = a%b;
double n = (double)a/b;
String f = String.format("%.8f", n);
System.out.println(d + " " + r + " " + f);
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.