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,
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,
2,
2,
2,
13,
13,
17,
2,
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
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
31,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
31,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
38,
40
],
[
9,
41
],
[
41,
42
]
] | [
"import java.io.*;\nimport java.util.*;\n\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 System.out.println(a*b + \" \" + 2*(a+b));\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"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 System.out.println(a*b + \" \" + 2*(a+b));\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 System.out.println(a*b + \" \" + 2*(a+b));\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n System.out.println(a*b + \" \" + 2*(a+b));\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",
"System.out.println(a*b + \" \" + 2*(a+b))",
"System.out.println",
"System.out",
"System",
"System.out",
"a*b + \" \" + 2*(a+b)",
"a*b + \" \" + 2*(a+b)",
"a*b",
"a",
"b",
"\" \"",
"2*(a+b)",
"2",
"(a+b)",
"a",
"b",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main{
public static void main(String[] args){
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
System.out.println(a*b + " " + 2*(a+b));
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
4,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
11,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
4,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
38,
44
],
[
44,
45
]
] | [
"import java.util.*;\nclass Main{\n Scanner sc=new Scanner(System.in);\n void main(){\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tSystem.out.println(a*b+\" \"+((a+b)*2));\n }\n public static void main(String[]ag){\n\tnew Main().main();\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\n Scanner sc=new Scanner(System.in);\n void main(){\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tSystem.out.println(a*b+\" \"+((a+b)*2));\n }\n public static void main(String[]ag){\n\tnew Main().main();\n }\n}",
"Main",
"Scanner sc=new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"void main(){\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tSystem.out.println(a*b+\" \"+((a+b)*2));\n }",
"main",
"{\n\tint a=sc.nextInt();\n\tint b=sc.nextInt();\n\tSystem.out.println(a*b+\" \"+((a+b)*2));\n }",
"int a=sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b=sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(a*b+\" \"+((a+b)*2))",
"System.out.println",
"System.out",
"System",
"System.out",
"a*b+\" \"+((a+b)*2)",
"a*b+\" \"+((a+b)*2)",
"a*b",
"a",
"b",
"\" \"",
"((a+b)*2)",
"(a+b)",
"a",
"b",
"2",
"public static void main(String[]ag){\n\tnew Main().main();\n }",
"main",
"{\n\tnew Main().main();\n }",
"new Main().main()",
"new Main().main",
"new Main()",
"String[]ag",
"ag"
] | import java.util.*;
class Main{
Scanner sc=new Scanner(System.in);
void main(){
int a=sc.nextInt();
int b=sc.nextInt();
System.out.println(a*b+" "+((a+b)*2));
}
public static void main(String[]ag){
new Main().main();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
4,
18,
20,
23,
13,
12,
13,
30,
4,
18,
18,
13,
13,
17,
12,
13,
30,
29,
2,
2,
13,
13,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
17,
2,
13,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
67,
5
],
[
67,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
6,
12
],
[
12,
13
],
[
67,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
17,
22
],
[
67,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
28,
28
],
[
28,
29
],
[
28,
30
],
[
28,
31
],
[
23,
32
],
[
32,
33
],
[
67,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
36,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
36,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
56,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
56,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
63,
65
],
[
0,
66
],
[
66,
67
],
[
66,
68
]
] | [
"import java.util.*;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\tnew Main().ITP1_1_C();\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n\n\tpublic void ITP1_1_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\tnew Main().ITP1_1_C();\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n\n\tpublic void ITP1_1_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\tnew Main().ITP1_1_C();\n\t}",
"main",
"{\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\tnew Main().ITP1_1_C();\n\t}",
"new Main().ITP1_1_C()",
"new Main().ITP1_1_C",
"new Main()",
"String[] args",
"args",
"public void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}",
"printHelloWorld",
"{\n\t\tSystem.out.println(\"Hello World\");\n\t}",
"System.out.println(\"Hello World\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"Hello World\"",
"public int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}",
"ITP1_1_B",
"{\n\t\treturn x*x*x;\n\t}",
"return x*x*x;",
"x*x*x",
"x*x*x",
"x",
"x",
"x",
"int x",
"x",
"public void ITP1_1_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}",
"ITP1_1_C",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(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",
"System.out.println(a*b + \" \" + 2*(a+b))",
"System.out.println",
"System.out",
"System",
"System.out",
"a*b + \" \" + 2*(a+b)",
"a*b + \" \" + 2*(a+b)",
"a*b",
"a",
"b",
"\" \"",
"2*(a+b)",
"2",
"(a+b)",
"a",
"b",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\tnew Main().ITP1_1_C();\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n\n\tpublic void ITP1_1_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\t//new Main().printHelloWorld();\n\t\t//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));\n\t\tnew Main().ITP1_1_C();\n\t}\n\n\tpublic void printHelloWorld(){\n\t\tSystem.out.println(\"Hello World\");\n\t}\n\n\tpublic int ITP1_1_B(int x){\n\t\treturn x*x*x;\n\t}\n\n\tpublic void ITP1_1_C(){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
//new Main().printHelloWorld();
//System.out.println(new Main().ITP1_1_B(Integer.parseInt(new Scanner(System.in).next())));
new Main().ITP1_1_C();
}
public void printHelloWorld(){
System.out.println("Hello World");
}
public int ITP1_1_B(int x){
return x*x*x;
}
public void ITP1_1_C(){
Scanner scan = new Scanner(System.in);
int a = scan.nextInt();
int b = scan.nextInt();
System.out.println(a*b + " " + 2*(a+b));
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
4,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
11,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
33,
34
],
[
33,
35
],
[
11,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
11,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
47,
51
],
[
9,
52
],
[
52,
53
]
] | [
"import java.util.Scanner;\nclass Main{\n\tstatic Scanner s = new Scanner(System.in);\n\tpublic static void main(String[] args) {\n\t\tint\tx = Integer.parseInt(s.next()),\n\t\t\ty = Integer.parseInt(s.next());\n\t\tSystem.out.print (x*y);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.println((x+y)*2);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tstatic Scanner s = new Scanner(System.in);\n\tpublic static void main(String[] args) {\n\t\tint\tx = Integer.parseInt(s.next()),\n\t\t\ty = Integer.parseInt(s.next());\n\t\tSystem.out.print (x*y);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.println((x+y)*2);\n\t}\n}",
"Main",
"static Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"public static void main(String[] args) {\n\t\tint\tx = Integer.parseInt(s.next()),\n\t\t\ty = Integer.parseInt(s.next());\n\t\tSystem.out.print (x*y);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.println((x+y)*2);\n\t}",
"main",
"{\n\t\tint\tx = Integer.parseInt(s.next()),\n\t\t\ty = Integer.parseInt(s.next());\n\t\tSystem.out.print (x*y);\n\t\tSystem.out.print (\" \");\n\t\tSystem.out.println((x+y)*2);\n\t}",
"int\tx = Integer.parseInt(s.next())",
"x",
"Integer.parseInt(s.next())",
"Integer.parseInt",
"Integer",
"s.next()",
"s.next",
"s",
"y = Integer.parseInt(s.next());",
"y",
"Integer.parseInt(s.next())",
"Integer.parseInt",
"Integer",
"s.next()",
"s.next",
"s",
"System.out.print (x*y)",
"System.out.print",
"System.out",
"System",
"System.out",
"x*y",
"x",
"y",
"System.out.print (\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println((x+y)*2)",
"System.out.println",
"System.out",
"System",
"System.out",
"(x+y)*2",
"(x+y)",
"x",
"y",
"2",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
static Scanner s = new Scanner(System.in);
public static void main(String[] args) {
int x = Integer.parseInt(s.next()),
y = Integer.parseInt(s.next());
System.out.print (x*y);
System.out.print (" ");
System.out.println((x+y)*2);
}
} |
[
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,
2,
17,
13,
2,
17,
13,
4,
18,
18,
13,
13,
2,
2,
13,
17,
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
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
42,
42
],
[
42,
43
],
[
42,
44
],
[
42,
45
],
[
6,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] | [
"import java.util.*;\n\npublic class Main{\n public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\n\tint x = sc.nextInt();\n\tint y= sc.nextInt();\n\n\tint a = x*y;\n\tint b = 2*x+2*y;\n\n\tSystem.out.println(a+\" \"+b);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\n\tint x = sc.nextInt();\n\tint y= sc.nextInt();\n\n\tint a = x*y;\n\tint b = 2*x+2*y;\n\n\tSystem.out.println(a+\" \"+b);\n }\n}",
"Main",
"public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\n\tint x = sc.nextInt();\n\tint y= sc.nextInt();\n\n\tint a = x*y;\n\tint b = 2*x+2*y;\n\n\tSystem.out.println(a+\" \"+b);\n }",
"main",
"{\n\tScanner sc = new Scanner(System.in);\n\n\tint x = sc.nextInt();\n\tint y= sc.nextInt();\n\n\tint a = x*y;\n\tint b = 2*x+2*y;\n\n\tSystem.out.println(a+\" \"+b);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y= sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int a = x*y;",
"a",
"x*y",
"x",
"y",
"int b = 2*x+2*y;",
"b",
"2*x+2*y",
"2*x",
"2",
"x",
"2*y",
"2",
"y",
"System.out.println(a+\" \"+b)",
"System.out.println",
"System.out",
"System",
"System.out",
"a+\" \"+b",
"a+\" \"+b",
"a",
"\" \"",
"b",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\n\tint x = sc.nextInt();\n\tint y= sc.nextInt();\n\n\tint a = x*y;\n\tint b = 2*x+2*y;\n\n\tSystem.out.println(a+\" \"+b);\n }\n}",
"public class Main{\n public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\n\tint x = sc.nextInt();\n\tint y= sc.nextInt();\n\n\tint a = x*y;\n\tint b = 2*x+2*y;\n\n\tSystem.out.println(a+\" \"+b);\n }\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int x = sc.nextInt();
int y= sc.nextInt();
int a = x*y;
int b = 2*x+2*y;
System.out.println(a+" "+b);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
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,
13,
13,
17,
2,
2,
17,
13,
2,
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
],
[
0,
13
],
[
13,
14
],
[
13,
15
],
[
0,
16
],
[
16,
17
],
[
16,
18
],
[
0,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
32,
33
],
[
29,
34
],
[
23,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
23,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
48,
49
],
[
48,
50
],
[
23,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
51,
56
],
[
57,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
57,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
21,
69
],
[
69,
70
]
] | [
"import java.io.*;\nimport java.io.IOException;\nimport java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.*;\nimport java.io.*;\n\nclass Main\n{\n public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String[] str = br.readLine().split(\" \"); \n int x=Integer.parseInt(str[0]);\n int y=Integer.parseInt(str[1]);\n \n System.out.println(x*y + \" \" + (2*x+2*y));\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"class Main\n{\n public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String[] str = br.readLine().split(\" \"); \n int x=Integer.parseInt(str[0]);\n int y=Integer.parseInt(str[1]);\n \n System.out.println(x*y + \" \" + (2*x+2*y));\n }\n}",
"Main",
"public static void main(String[] args) throws IOException\n {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String[] str = br.readLine().split(\" \"); \n int x=Integer.parseInt(str[0]);\n int y=Integer.parseInt(str[1]);\n \n System.out.println(x*y + \" \" + (2*x+2*y));\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \n String[] str = br.readLine().split(\" \"); \n int x=Integer.parseInt(str[0]);\n int y=Integer.parseInt(str[1]);\n \n System.out.println(x*y + \" \" + (2*x+2*y));\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 x=Integer.parseInt(str[0]);",
"x",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int y=Integer.parseInt(str[1]);",
"y",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"System.out.println(x*y + \" \" + (2*x+2*y))",
"System.out.println",
"System.out",
"System",
"System.out",
"x*y + \" \" + (2*x+2*y)",
"x*y + \" \" + (2*x+2*y)",
"x*y",
"x",
"y",
"\" \"",
"(2*x+2*y)",
"2*x",
"2",
"x",
"2*y",
"2",
"y",
"String[] args",
"args"
] | import java.io.*;
import java.io.IOException;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
import java.io.*;
class Main
{
public static void main(String[] args) throws IOException
{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] str = br.readLine().split(" ");
int x=Integer.parseInt(str[0]);
int y=Integer.parseInt(str[1]);
System.out.println(x*y + " " + (2*x+2*y));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
2,
13,
17,
2,
13,
17,
4,
18,
18,
13,
13,
2,
2,
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
],
[
22,
25
],
[
11,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
11,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
11,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
62,
62
],
[
62,
63
],
[
62,
64
],
[
62,
65
],
[
9,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\n\t\tint tate = Integer.parseInt(nyuryoku[0]);\n\t\tint yoko = Integer.parseInt(nyuryoku[1]);\n\n\t\tint menseki = tate * yoko;\n\t\tint gaisyu = (tate * 2) + (yoko * 2);\n\t\tSystem.out.println(menseki + \" \" + gaisyu);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\n\t\tint tate = Integer.parseInt(nyuryoku[0]);\n\t\tint yoko = Integer.parseInt(nyuryoku[1]);\n\n\t\tint menseki = tate * yoko;\n\t\tint gaisyu = (tate * 2) + (yoko * 2);\n\t\tSystem.out.println(menseki + \" \" + gaisyu);\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\n\t\tint tate = Integer.parseInt(nyuryoku[0]);\n\t\tint yoko = Integer.parseInt(nyuryoku[1]);\n\n\t\tint menseki = tate * yoko;\n\t\tint gaisyu = (tate * 2) + (yoko * 2);\n\t\tSystem.out.println(menseki + \" \" + gaisyu);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\n\t\tint tate = Integer.parseInt(nyuryoku[0]);\n\t\tint yoko = Integer.parseInt(nyuryoku[1]);\n\n\t\tint menseki = tate * yoko;\n\t\tint gaisyu = (tate * 2) + (yoko * 2);\n\t\tSystem.out.println(menseki + \" \" + gaisyu);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] nyuryoku = line.split(\"[\\\\s]+\");",
"nyuryoku",
"line.split(\"[\\\\s]+\")",
"line.split",
"line",
"\"[\\\\s]+\"",
"int tate = Integer.parseInt(nyuryoku[0]);",
"tate",
"Integer.parseInt(nyuryoku[0])",
"Integer.parseInt",
"Integer",
"nyuryoku[0]",
"nyuryoku",
"0",
"int yoko = Integer.parseInt(nyuryoku[1]);",
"yoko",
"Integer.parseInt(nyuryoku[1])",
"Integer.parseInt",
"Integer",
"nyuryoku[1]",
"nyuryoku",
"1",
"int menseki = tate * yoko;",
"menseki",
"tate * yoko",
"tate",
"yoko",
"int gaisyu = (tate * 2) + (yoko * 2);",
"gaisyu",
"(tate * 2) + (yoko * 2)",
"(tate * 2)",
"tate",
"2",
"(yoko * 2)",
"yoko",
"2",
"System.out.println(menseki + \" \" + gaisyu)",
"System.out.println",
"System.out",
"System",
"System.out",
"menseki + \" \" + gaisyu",
"menseki + \" \" + gaisyu",
"menseki",
"\" \"",
"gaisyu",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\n\t\tint tate = Integer.parseInt(nyuryoku[0]);\n\t\tint yoko = Integer.parseInt(nyuryoku[1]);\n\n\t\tint menseki = tate * yoko;\n\t\tint gaisyu = (tate * 2) + (yoko * 2);\n\t\tSystem.out.println(menseki + \" \" + gaisyu);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\t// TODO ?????????????????????????????????????????????\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tString[] nyuryoku = line.split(\"[\\\\s]+\");\n\n\t\tint tate = Integer.parseInt(nyuryoku[0]);\n\t\tint yoko = Integer.parseInt(nyuryoku[1]);\n\n\t\tint menseki = tate * yoko;\n\t\tint gaisyu = (tate * 2) + (yoko * 2);\n\t\tSystem.out.println(menseki + \" \" + gaisyu);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception {
// TODO ?????????????????????????????????????????????
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
String[] nyuryoku = line.split("[\\s]+");
int tate = Integer.parseInt(nyuryoku[0]);
int yoko = Integer.parseInt(nyuryoku[1]);
int menseki = tate * yoko;
int gaisyu = (tate * 2) + (yoko * 2);
System.out.println(menseki + " " + gaisyu);
}
} |
[
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,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
17,
2,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
31,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
31,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
9,
43
],
[
43,
44
]
] | [
"import java.io.*;\nimport java.util.*;\n\n \nclass 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\n\n System.out.println(a * b +\" \"+ ((a*2)+(b*2)));\n\n }\n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.*;",
"util.*",
"java",
"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\n\n System.out.println(a * b +\" \"+ ((a*2)+(b*2)));\n\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n\n System.out.println(a * b +\" \"+ ((a*2)+(b*2)));\n\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n\n\n System.out.println(a * b +\" \"+ ((a*2)+(b*2)));\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.println(a * b +\" \"+ ((a*2)+(b*2)))",
"System.out.println",
"System.out",
"System",
"System.out",
"a * b +\" \"+ ((a*2)+(b*2))",
"a * b +\" \"+ ((a*2)+(b*2))",
"a * b",
"a",
"b",
"\" \"",
"((a*2)+(b*2))",
"(a*2)",
"a",
"2",
"(b*2)",
"b",
"2",
"String[] args",
"args"
] | import java.io.*;
import java.util.*;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
System.out.println(a * b +" "+ ((a*2)+(b*2)));
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
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
],
[
60,
5
],
[
60,
6
],
[
6,
7
],
[
60,
8
],
[
8,
9
],
[
60,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
12,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
12,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
28,
30
],
[
12,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
12,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
38,
43
],
[
44,
44
],
[
44,
45
],
[
44,
46
],
[
44,
47
],
[
60,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
50,
54
],
[
54,
55
],
[
55,
56
],
[
48,
57
],
[
57,
58
],
[
0,
59
],
[
59,
60
],
[
59,
61
]
] | [
"import java.util.Scanner;\npublic class Main{\n\tint m,s;\n\tpublic void solve(){\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\tm=a*b;\n\t\ts=(a+b)*2;\n\t\t\n\t\tSystem.out.println(m+\" \"+s);\n\t}\n\t\n\tpublic static void main(String[]args){\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tint m,s;\n\tpublic void solve(){\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\tm=a*b;\n\t\ts=(a+b)*2;\n\t\t\n\t\tSystem.out.println(m+\" \"+s);\n\t}\n\t\n\tpublic static void main(String[]args){\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}\n}",
"Main",
"int m",
"m",
"s;",
"s",
"public void solve(){\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\tm=a*b;\n\t\ts=(a+b)*2;\n\t\t\n\t\tSystem.out.println(m+\" \"+s);\n\t}",
"solve",
"{\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\tm=a*b;\n\t\ts=(a+b)*2;\n\t\t\n\t\tSystem.out.println(m+\" \"+s);\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",
"m=a*b",
"m",
"a*b",
"a",
"b",
"s=(a+b)*2",
"s",
"(a+b)*2",
"(a+b)",
"a",
"b",
"2",
"System.out.println(m+\" \"+s)",
"System.out.println",
"System.out",
"System",
"System.out",
"m+\" \"+s",
"m+\" \"+s",
"m",
"\" \"",
"s",
"public static void main(String[]args){\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}",
"main",
"{\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}",
"Main obj=new Main();",
"obj",
"new Main()",
"obj.solve()",
"obj.solve",
"obj",
"String[]args",
"args",
"public class Main{\n\tint m,s;\n\tpublic void solve(){\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\tm=a*b;\n\t\ts=(a+b)*2;\n\t\t\n\t\tSystem.out.println(m+\" \"+s);\n\t}\n\t\n\tpublic static void main(String[]args){\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}\n}",
"public class Main{\n\tint m,s;\n\tpublic void solve(){\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\tm=a*b;\n\t\ts=(a+b)*2;\n\t\t\n\t\tSystem.out.println(m+\" \"+s);\n\t}\n\t\n\tpublic static void main(String[]args){\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
int m,s;
public void solve(){
Scanner sc=new Scanner(System.in);
int a =sc.nextInt();
int b =sc.nextInt();
m=a*b;
s=(a+b)*2;
System.out.println(m+" "+s);
}
public static void main(String[]args){
Main obj=new Main();
obj.solve();
}
} |
[
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,
4,
13,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
4,
13,
13,
13,
23,
13,
12,
13,
30,
29,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
2,
13,
13,
17,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
90,
5
],
[
90,
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
],
[
44,
45
],
[
44,
46
],
[
44,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
8,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
59,
60
],
[
59,
61
],
[
59,
62
],
[
6,
63
],
[
63,
64
],
[
90,
65
],
[
65,
66
],
[
65,
67
],
[
67,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
65,
72
],
[
72,
73
],
[
65,
74
],
[
74,
75
],
[
90,
76
],
[
76,
77
],
[
76,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
80,
84
],
[
76,
85
],
[
85,
86
],
[
76,
87
],
[
87,
88
],
[
0,
89
],
[
89,
90
],
[
89,
91
]
] | [
"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\tString line = sc.nextLine();\n\t\tString[] s = line.split(\" \");\n\t\tint height =Integer.parseInt(s[0]);\n\t\tint width=Integer.parseInt(s[1]);\n\t\tSystem.out.print(menseki(height,width));\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(shuu(height,width));\n\t}\n\n\tprivate static int menseki(int height, int width) {\n\t\treturn height * width;\n\t}\n\n\tprivate static int shuu(int height, int width) {\n\t\treturn (height + width) * 2;\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\tString line = sc.nextLine();\n\t\tString[] s = line.split(\" \");\n\t\tint height =Integer.parseInt(s[0]);\n\t\tint width=Integer.parseInt(s[1]);\n\t\tSystem.out.print(menseki(height,width));\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(shuu(height,width));\n\t}\n\n\tprivate static int menseki(int height, int width) {\n\t\treturn height * width;\n\t}\n\n\tprivate static int shuu(int height, int width) {\n\t\treturn (height + width) * 2;\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] s = line.split(\" \");\n\t\tint height =Integer.parseInt(s[0]);\n\t\tint width=Integer.parseInt(s[1]);\n\t\tSystem.out.print(menseki(height,width));\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(shuu(height,width));\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] s = line.split(\" \");\n\t\tint height =Integer.parseInt(s[0]);\n\t\tint width=Integer.parseInt(s[1]);\n\t\tSystem.out.print(menseki(height,width));\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(shuu(height,width));\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String line = sc.nextLine();",
"line",
"sc.nextLine()",
"sc.nextLine",
"sc",
"String[] s = line.split(\" \");",
"s",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int height =Integer.parseInt(s[0]);",
"height",
"Integer.parseInt(s[0])",
"Integer.parseInt",
"Integer",
"s[0]",
"s",
"0",
"int width=Integer.parseInt(s[1]);",
"width",
"Integer.parseInt(s[1])",
"Integer.parseInt",
"Integer",
"s[1]",
"s",
"1",
"System.out.print(menseki(height,width))",
"System.out.print",
"System.out",
"System",
"System.out",
"menseki(height,width)",
"menseki",
"height",
"width",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(shuu(height,width))",
"System.out.println",
"System.out",
"System",
"System.out",
"shuu(height,width)",
"shuu",
"height",
"width",
"String[] args",
"args",
"private static int menseki(int height, int width) {\n\t\treturn height * width;\n\t}",
"menseki",
"{\n\t\treturn height * width;\n\t}",
"return height * width;",
"height * width",
"height",
"width",
"int height",
"height",
"int width",
"width",
"private static int shuu(int height, int width) {\n\t\treturn (height + width) * 2;\n\t}",
"shuu",
"{\n\t\treturn (height + width) * 2;\n\t}",
"return (height + width) * 2;",
"(height + width) * 2",
"(height + width)",
"height",
"width",
"2",
"int height",
"height",
"int width",
"width",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] s = line.split(\" \");\n\t\tint height =Integer.parseInt(s[0]);\n\t\tint width=Integer.parseInt(s[1]);\n\t\tSystem.out.print(menseki(height,width));\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(shuu(height,width));\n\t}\n\n\tprivate static int menseki(int height, int width) {\n\t\treturn height * width;\n\t}\n\n\tprivate static int shuu(int height, int width) {\n\t\treturn (height + width) * 2;\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString line = sc.nextLine();\n\t\tString[] s = line.split(\" \");\n\t\tint height =Integer.parseInt(s[0]);\n\t\tint width=Integer.parseInt(s[1]);\n\t\tSystem.out.print(menseki(height,width));\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(shuu(height,width));\n\t}\n\n\tprivate static int menseki(int height, int width) {\n\t\treturn height * width;\n\t}\n\n\tprivate static int shuu(int height, int width) {\n\t\treturn (height + width) * 2;\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String line = sc.nextLine();
String[] s = line.split(" ");
int height =Integer.parseInt(s[0]);
int width=Integer.parseInt(s[1]);
System.out.print(menseki(height,width));
System.out.print(" ");
System.out.println(shuu(height,width));
}
private static int menseki(int height, int width) {
return height * width;
}
private static int shuu(int height, int width) {
return (height + width) * 2;
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
11,
14
],
[
14,
15
],
[
11,
16
],
[
16,
17
],
[
16,
18
],
[
11,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
11,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
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
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
52,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
52,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
9,
62
],
[
62,
63
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main{\n public static void main(String[] args) throws Exception{\n \tint a,b;\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \tString line = br.readLine();\n String[] rArray = line.split(\" \");\n a = Integer.parseInt(rArray[0]);\n b = Integer.parseInt(rArray[1]);\n\n System.out.println(a*b + \" \" +(a+b)*2);\n }\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main{\n public static void main(String[] args) throws Exception{\n \tint a,b;\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \tString line = br.readLine();\n String[] rArray = line.split(\" \");\n a = Integer.parseInt(rArray[0]);\n b = Integer.parseInt(rArray[1]);\n\n System.out.println(a*b + \" \" +(a+b)*2);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception{\n \tint a,b;\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \tString line = br.readLine();\n String[] rArray = line.split(\" \");\n a = Integer.parseInt(rArray[0]);\n b = Integer.parseInt(rArray[1]);\n\n System.out.println(a*b + \" \" +(a+b)*2);\n }",
"main",
"{\n \tint a,b;\n \tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n \tString line = br.readLine();\n String[] rArray = line.split(\" \");\n a = Integer.parseInt(rArray[0]);\n b = Integer.parseInt(rArray[1]);\n\n System.out.println(a*b + \" \" +(a+b)*2);\n }",
"int a",
"a",
"b;",
"b",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] rArray = line.split(\" \");",
"rArray",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"a = Integer.parseInt(rArray[0])",
"a",
"Integer.parseInt(rArray[0])",
"Integer.parseInt",
"Integer",
"rArray[0]",
"rArray",
"0",
"b = Integer.parseInt(rArray[1])",
"b",
"Integer.parseInt(rArray[1])",
"Integer.parseInt",
"Integer",
"rArray[1]",
"rArray",
"1",
"System.out.println(a*b + \" \" +(a+b)*2)",
"System.out.println",
"System.out",
"System",
"System.out",
"a*b + \" \" +(a+b)*2",
"a*b + \" \" +(a+b)*2",
"a*b",
"a",
"b",
"\" \"",
"(a+b)*2",
"(a+b)",
"a",
"b",
"2",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
class Main{
public static void main(String[] args) throws Exception{
int a,b;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
String[] rArray = line.split(" ");
a = Integer.parseInt(rArray[0]);
b = Integer.parseInt(rArray[1]);
System.out.println(a*b + " " +(a+b)*2);
}
} |
[
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,
13,
13,
17,
2,
2,
17,
13,
2,
17,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
56,
5
],
[
56,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
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
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
32,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
56,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
44,
53
],
[
53,
54
],
[
0,
55
],
[
55,
56
],
[
55,
57
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tvoid rect(){\n\t\tint a,b;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ta = s1.nextInt();\n\t\tb = s1.nextInt();\n\t\tSystem.out.println(a*b + \" \" + (2*a+2*b));\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.rect();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tvoid rect(){\n\t\tint a,b;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ta = s1.nextInt();\n\t\tb = s1.nextInt();\n\t\tSystem.out.println(a*b + \" \" + (2*a+2*b));\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.rect();\n\t}\n}",
"Main",
"void rect(){\n\t\tint a,b;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ta = s1.nextInt();\n\t\tb = s1.nextInt();\n\t\tSystem.out.println(a*b + \" \" + (2*a+2*b));\n\t}",
"rect",
"{\n\t\tint a,b;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ta = s1.nextInt();\n\t\tb = s1.nextInt();\n\t\tSystem.out.println(a*b + \" \" + (2*a+2*b));\n\t}",
"int a",
"a",
"b;",
"b",
"Scanner s1 = new Scanner(System.in);",
"s1",
"new Scanner(System.in)",
"a = s1.nextInt()",
"a",
"s1.nextInt()",
"s1.nextInt",
"s1",
"b = s1.nextInt()",
"b",
"s1.nextInt()",
"s1.nextInt",
"s1",
"System.out.println(a*b + \" \" + (2*a+2*b))",
"System.out.println",
"System.out",
"System",
"System.out",
"a*b + \" \" + (2*a+2*b)",
"a*b + \" \" + (2*a+2*b)",
"a*b",
"a",
"b",
"\" \"",
"(2*a+2*b)",
"2*a",
"2",
"a",
"2*b",
"2",
"b",
"public static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.rect();\n\t}",
"main",
"{\n\t\tMain m1 = new Main();\n\t\tm1.rect();\n\t}",
"Main m1 = new Main();",
"m1",
"new Main()",
"m1.rect()",
"m1.rect",
"m1",
"String args[]",
"args",
"public class Main {\n\tvoid rect(){\n\t\tint a,b;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ta = s1.nextInt();\n\t\tb = s1.nextInt();\n\t\tSystem.out.println(a*b + \" \" + (2*a+2*b));\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.rect();\n\t}\n}",
"public class Main {\n\tvoid rect(){\n\t\tint a,b;\n\t\tScanner s1 = new Scanner(System.in);\n\t\ta = s1.nextInt();\n\t\tb = s1.nextInt();\n\t\tSystem.out.println(a*b + \" \" + (2*a+2*b));\n\t}\n\tpublic static void main(String args[]){\n\t\tMain m1 = new Main();\n\t\tm1.rect();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
void rect(){
int a,b;
Scanner s1 = new Scanner(System.in);
a = s1.nextInt();
b = s1.nextInt();
System.out.println(a*b + " " + (2*a+2*b));
}
public static void main(String args[]){
Main m1 = new Main();
m1.rect();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
2,
13,
13,
13,
13,
4,
18,
18,
13,
13,
2,
13,
17,
4,
18,
18,
13,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
80,
14
],
[
80,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
24,
26
],
[
17,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
17,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
17,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
17,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
45,
48
],
[
17,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
17,
54
],
[
54,
55
],
[
54,
56
],
[
58,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
58,
62
],
[
17,
63
],
[
63,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
63,
68
],
[
68,
69
],
[
68,
70
],
[
17,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
15,
77
],
[
77,
78
],
[
0,
79
],
[
79,
80
],
[
79,
81
]
] | [
"\nimport java.io.*;\nimport java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tint answer = 0;\n\t\tint mawari = 0;\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n String k = scan.next();\n int b = Integer.parseInt(k); \n \n answer = a*b;\n mawari = a+a+b+b;\n System.out.print(answer + \" \");\n System.out.println(mawari);\n\t\t\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"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\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tint answer = 0;\n\t\tint mawari = 0;\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n String k = scan.next();\n int b = Integer.parseInt(k); \n \n answer = a*b;\n mawari = a+a+b+b;\n System.out.print(answer + \" \");\n System.out.println(mawari);\n\t\t\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tint answer = 0;\n\t\tint mawari = 0;\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n String k = scan.next();\n int b = Integer.parseInt(k); \n \n answer = a*b;\n mawari = a+a+b+b;\n System.out.print(answer + \" \");\n System.out.println(mawari);\n\t\t\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\tint answer = 0;\n\t\tint mawari = 0;\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n String k = scan.next();\n int b = Integer.parseInt(k); \n \n answer = a*b;\n mawari = a+a+b+b;\n System.out.print(answer + \" \");\n System.out.println(mawari);\n\t\t\n\t}",
"int answer = 0;",
"answer",
"0",
"int mawari = 0;",
"mawari",
"0",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"String s = scan.next();",
"s",
"scan.next()",
"scan.next",
"scan",
"int a = Integer.parseInt(s);",
"a",
"Integer.parseInt(s)",
"Integer.parseInt",
"Integer",
"s",
"String k = scan.next();",
"k",
"scan.next()",
"scan.next",
"scan",
"int b = Integer.parseInt(k);",
"b",
"Integer.parseInt(k)",
"Integer.parseInt",
"Integer",
"k",
"answer = a*b",
"answer",
"a*b",
"a",
"b",
"mawari = a+a+b+b",
"mawari",
"a+a+b+b",
"b",
"a+a+b+b",
"a",
"a",
"b",
"b",
"System.out.print(answer + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"answer + \" \"",
"answer",
"\" \"",
"System.out.println(mawari)",
"System.out.println",
"System.out",
"System",
"System.out",
"mawari",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tint answer = 0;\n\t\tint mawari = 0;\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n String k = scan.next();\n int b = Integer.parseInt(k); \n \n answer = a*b;\n mawari = a+a+b+b;\n System.out.print(answer + \" \");\n System.out.println(mawari);\n\t\t\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tint answer = 0;\n\t\tint mawari = 0;\n\t\tScanner scan = new Scanner(System.in);\n String s = scan.next();\n int a = Integer.parseInt(s);\n String k = scan.next();\n int b = Integer.parseInt(k); \n \n answer = a*b;\n mawari = a+a+b+b;\n System.out.print(answer + \" \");\n System.out.println(mawari);\n\t\t\n\t}\n}",
"Main"
] |
import java.io.*;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
int answer = 0;
int mawari = 0;
Scanner scan = new Scanner(System.in);
String s = scan.next();
int a = Integer.parseInt(s);
String k = scan.next();
int b = Integer.parseInt(k);
answer = a*b;
mawari = a+a+b+b;
System.out.print(answer + " ");
System.out.println(mawari);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
17,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
2,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
55,
5
],
[
55,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
13,
14
],
[
12,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
8,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
6,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.print(a*b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(a*2+b*2);\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\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.print(a*b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(a*2+b*2);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.print(a*b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(a*2+b*2);\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.print(a*b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(a*2+b*2);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"sc.useDelimiter(\"\\\\s\")",
"sc.useDelimiter",
"sc",
"\"\\\\s\"",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.print(a*b)",
"System.out.print",
"System.out",
"System",
"System.out",
"a*b",
"a",
"b",
"System.out.print(\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println(a*2+b*2)",
"System.out.println",
"System.out",
"System",
"System.out",
"a*2+b*2",
"a*2",
"a",
"2",
"b*2",
"b",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.print(a*b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(a*2+b*2);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tsc.useDelimiter(\"\\\\s\");\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.print(a*b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(a*2+b*2);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
sc.useDelimiter("\\s");
int a = sc.nextInt();
int b = sc.nextInt();
System.out.print(a*b);
System.out.print(" ");
System.out.println(a*2+b*2);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
29,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
17,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
4,
13,
13,
13,
17,
4,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
10,
12
],
[
6,
13
],
[
13,
14
],
[
6,
15
],
[
15,
16
],
[
4,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
23,
25
],
[
17,
26
],
[
26,
27
],
[
17,
28
],
[
28,
29
],
[
4,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
32,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
32,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
52,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
53,
56
],
[
52,
57
],
[
52,
58
],
[
58,
59
],
[
58,
60
],
[
58,
61
],
[
30,
62
],
[
62,
63
]
] | [
"import java.util.Scanner;\n\nclass Main{\n static int area(int a, int b){\n\treturn a * b;\n }\n static int surr(int a, int b){\n\treturn (2 *(a + b));\n }\n\n public static void main(String[] args){\n\tScanner stdIn = new Scanner(System.in);\n\tint x = stdIn.nextInt();\n\tint y = stdIn.nextInt();\n\tSystem.out.println(area(x , y) + \" \" + surr(x , y));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n static int area(int a, int b){\n\treturn a * b;\n }\n static int surr(int a, int b){\n\treturn (2 *(a + b));\n }\n\n public static void main(String[] args){\n\tScanner stdIn = new Scanner(System.in);\n\tint x = stdIn.nextInt();\n\tint y = stdIn.nextInt();\n\tSystem.out.println(area(x , y) + \" \" + surr(x , y));\n }\n}",
"Main",
"static int area(int a, int b){\n\treturn a * b;\n }",
"area",
"{\n\treturn a * b;\n }",
"return a * b;",
"a * b",
"a",
"b",
"int a",
"a",
"int b",
"b",
"static int surr(int a, int b){\n\treturn (2 *(a + b));\n }",
"surr",
"{\n\treturn (2 *(a + b));\n }",
"return (2 *(a + b));",
"(2 *(a + b))",
"2",
"(a + b)",
"a",
"b",
"int a",
"a",
"int b",
"b",
"public static void main(String[] args){\n\tScanner stdIn = new Scanner(System.in);\n\tint x = stdIn.nextInt();\n\tint y = stdIn.nextInt();\n\tSystem.out.println(area(x , y) + \" \" + surr(x , y));\n }",
"main",
"{\n\tScanner stdIn = new Scanner(System.in);\n\tint x = stdIn.nextInt();\n\tint y = stdIn.nextInt();\n\tSystem.out.println(area(x , y) + \" \" + surr(x , y));\n }",
"Scanner stdIn = new Scanner(System.in);",
"stdIn",
"new Scanner(System.in)",
"int x = stdIn.nextInt();",
"x",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"int y = stdIn.nextInt();",
"y",
"stdIn.nextInt()",
"stdIn.nextInt",
"stdIn",
"System.out.println(area(x , y) + \" \" + surr(x , y))",
"System.out.println",
"System.out",
"System",
"System.out",
"area(x , y) + \" \" + surr(x , y)",
"area(x , y) + \" \" + surr(x , y)",
"area(x , y)",
"area",
"x",
"y",
"\" \"",
"surr(x , y)",
"surr",
"x",
"y",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
static int area(int a, int b){
return a * b;
}
static int surr(int a, int b){
return (2 *(a + b));
}
public static void main(String[] args){
Scanner stdIn = new Scanner(System.in);
int x = stdIn.nextInt();
int y = stdIn.nextInt();
System.out.println(area(x , y) + " " + surr(x , y));
}
} |
[
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,
17,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
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
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
40,
40
],
[
40,
41
],
[
40,
42
],
[
40,
43
],
[
6,
44
],
[
44,
45
]
] | [
"import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args) {\n \n\t Scanner sc = new Scanner(System.in);\n\t int x = sc.nextInt();\n\t \n\t int y = sc.nextInt();\n\t \n\t int menseki = x*y;\n\t int shuu = 2*(x + y);\n\t \n\t System.out.println(menseki +\" \"+ shuu);\n\t \n\t \n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[] args) {\n \n\t Scanner sc = new Scanner(System.in);\n\t int x = sc.nextInt();\n\t \n\t int y = sc.nextInt();\n\t \n\t int menseki = x*y;\n\t int shuu = 2*(x + y);\n\t \n\t System.out.println(menseki +\" \"+ shuu);\n\t \n\t \n }\n}",
"Main",
"public static void main(String[] args) {\n \n\t Scanner sc = new Scanner(System.in);\n\t int x = sc.nextInt();\n\t \n\t int y = sc.nextInt();\n\t \n\t int menseki = x*y;\n\t int shuu = 2*(x + y);\n\t \n\t System.out.println(menseki +\" \"+ shuu);\n\t \n\t \n }",
"main",
"{\n \n\t Scanner sc = new Scanner(System.in);\n\t int x = sc.nextInt();\n\t \n\t int y = sc.nextInt();\n\t \n\t int menseki = x*y;\n\t int shuu = 2*(x + y);\n\t \n\t System.out.println(menseki +\" \"+ shuu);\n\t \n\t \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int x = sc.nextInt();",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int y = sc.nextInt();",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int menseki = x*y;",
"menseki",
"x*y",
"x",
"y",
"int shuu = 2*(x + y);",
"shuu",
"2*(x + y)",
"2",
"(x + y)",
"x",
"y",
"System.out.println(menseki +\" \"+ shuu)",
"System.out.println",
"System.out",
"System",
"System.out",
"menseki +\" \"+ shuu",
"menseki +\" \"+ shuu",
"menseki",
"\" \"",
"shuu",
"String[] args",
"args"
] | import java.util.Scanner;
class Main{
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int x = sc.nextInt();
int y = sc.nextInt();
int menseki = x*y;
int shuu = 2*(x + y);
System.out.println(menseki +" "+ shuu);
}
} |
[
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,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
17,
2,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
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
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
51,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
12,
63
],
[
63,
64
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strTateYoko = br.readLine();\n\t\tString[] tateYoko = strTateYoko.split(\" \");\n\t\tInteger tate = Integer.parseInt(tateYoko[0]);\n\t\tInteger yoko = Integer.parseInt(tateYoko[1]);\n\t\tSystem.out.println(tate*yoko + \" \" + (tate*2+yoko*2));\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strTateYoko = br.readLine();\n\t\tString[] tateYoko = strTateYoko.split(\" \");\n\t\tInteger tate = Integer.parseInt(tateYoko[0]);\n\t\tInteger yoko = Integer.parseInt(tateYoko[1]);\n\t\tSystem.out.println(tate*yoko + \" \" + (tate*2+yoko*2));\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strTateYoko = br.readLine();\n\t\tString[] tateYoko = strTateYoko.split(\" \");\n\t\tInteger tate = Integer.parseInt(tateYoko[0]);\n\t\tInteger yoko = Integer.parseInt(tateYoko[1]);\n\t\tSystem.out.println(tate*yoko + \" \" + (tate*2+yoko*2));\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strTateYoko = br.readLine();\n\t\tString[] tateYoko = strTateYoko.split(\" \");\n\t\tInteger tate = Integer.parseInt(tateYoko[0]);\n\t\tInteger yoko = Integer.parseInt(tateYoko[1]);\n\t\tSystem.out.println(tate*yoko + \" \" + (tate*2+yoko*2));\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String strTateYoko = br.readLine();",
"strTateYoko",
"br.readLine()",
"br.readLine",
"br",
"String[] tateYoko = strTateYoko.split(\" \");",
"tateYoko",
"strTateYoko.split(\" \")",
"strTateYoko.split",
"strTateYoko",
"\" \"",
"Integer tate = Integer.parseInt(tateYoko[0]);",
"tate",
"Integer.parseInt(tateYoko[0])",
"Integer.parseInt",
"Integer",
"tateYoko[0]",
"tateYoko",
"0",
"Integer yoko = Integer.parseInt(tateYoko[1]);",
"yoko",
"Integer.parseInt(tateYoko[1])",
"Integer.parseInt",
"Integer",
"tateYoko[1]",
"tateYoko",
"1",
"System.out.println(tate*yoko + \" \" + (tate*2+yoko*2))",
"System.out.println",
"System.out",
"System",
"System.out",
"tate*yoko + \" \" + (tate*2+yoko*2)",
"tate*yoko + \" \" + (tate*2+yoko*2)",
"tate*yoko",
"tate",
"yoko",
"\" \"",
"(tate*2+yoko*2)",
"tate*2",
"tate",
"2",
"yoko*2",
"yoko",
"2",
"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 strTateYoko = br.readLine();
String[] tateYoko = strTateYoko.split(" ");
Integer tate = Integer.parseInt(tateYoko[0]);
Integer yoko = Integer.parseInt(tateYoko[1]);
System.out.println(tate*yoko + " " + (tate*2+yoko*2));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
13,
0,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
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
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
42,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
42,
46
],
[
6,
47
],
[
47,
48
],
[
0,
49
],
[
49,
50
],
[
49,
51
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint val = scan.nextInt();\n\t\tint val2 = val;\n\t\tval = scan.nextInt();\n\t\t\n\t\tSystem.out.print(val * val2 + \" \");\n\t\tSystem.out.println(val + val + val2 + val2);\t\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\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint val = scan.nextInt();\n\t\tint val2 = val;\n\t\tval = scan.nextInt();\n\t\t\n\t\tSystem.out.print(val * val2 + \" \");\n\t\tSystem.out.println(val + val + val2 + val2);\t\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint val = scan.nextInt();\n\t\tint val2 = val;\n\t\tval = scan.nextInt();\n\t\t\n\t\tSystem.out.print(val * val2 + \" \");\n\t\tSystem.out.println(val + val + val2 + val2);\t\n\t}",
"main",
"{\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint val = scan.nextInt();\n\t\tint val2 = val;\n\t\tval = scan.nextInt();\n\t\t\n\t\tSystem.out.print(val * val2 + \" \");\n\t\tSystem.out.println(val + val + val2 + val2);\t\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int val = scan.nextInt();",
"val",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int val2 = val;",
"val2",
"val",
"val = scan.nextInt()",
"val",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.print(val * val2 + \" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"val * val2 + \" \"",
"val * val2",
"val",
"val2",
"\" \"",
"System.out.println(val + val + val2 + val2)",
"System.out.println",
"System.out",
"System",
"System.out",
"val + val + val2 + val2",
"val2",
"val + val + val2 + val2",
"val",
"val",
"val2",
"val2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint val = scan.nextInt();\n\t\tint val2 = val;\n\t\tval = scan.nextInt();\n\t\t\n\t\tSystem.out.print(val * val2 + \" \");\n\t\tSystem.out.println(val + val + val2 + val2);\t\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\t\n\t\tint val = scan.nextInt();\n\t\tint val2 = val;\n\t\tval = scan.nextInt();\n\t\t\n\t\tSystem.out.print(val * val2 + \" \");\n\t\tSystem.out.println(val + val + val2 + val2);\t\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int val = scan.nextInt();
int val2 = val;
val = scan.nextInt();
System.out.print(val * val2 + " ");
System.out.println(val + val + val2 + val2);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
2,
17,
13,
2,
17,
13,
4,
18,
18,
13,
13,
2,
2,
13,
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
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
30,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
48,
48
],
[
48,
49
],
[
48,
50
],
[
48,
51
],
[
6,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = Integer.parseInt(scanner.next());\n int b = Integer.parseInt(scanner.next());\n\n int area = a * b;\n int permimeter = 2 * a + 2 * b;\n\n System.out.println(area + \" \" + permimeter);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = Integer.parseInt(scanner.next());\n int b = Integer.parseInt(scanner.next());\n\n int area = a * b;\n int permimeter = 2 * a + 2 * b;\n\n System.out.println(area + \" \" + permimeter);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = Integer.parseInt(scanner.next());\n int b = Integer.parseInt(scanner.next());\n\n int area = a * b;\n int permimeter = 2 * a + 2 * b;\n\n System.out.println(area + \" \" + permimeter);\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int a = Integer.parseInt(scanner.next());\n int b = Integer.parseInt(scanner.next());\n\n int area = a * b;\n int permimeter = 2 * a + 2 * b;\n\n System.out.println(area + \" \" + permimeter);\n }",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = Integer.parseInt(scanner.next());",
"a",
"Integer.parseInt(scanner.next())",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"int b = Integer.parseInt(scanner.next());",
"b",
"Integer.parseInt(scanner.next())",
"Integer.parseInt",
"Integer",
"scanner.next()",
"scanner.next",
"scanner",
"int area = a * b;",
"area",
"a * b",
"a",
"b",
"int permimeter = 2 * a + 2 * b;",
"permimeter",
"2 * a + 2 * b",
"2 * a",
"2",
"a",
"2 * b",
"2",
"b",
"System.out.println(area + \" \" + permimeter)",
"System.out.println",
"System.out",
"System",
"System.out",
"area + \" \" + permimeter",
"area + \" \" + permimeter",
"area",
"\" \"",
"permimeter",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = Integer.parseInt(scanner.next());\n int b = Integer.parseInt(scanner.next());\n\n int area = a * b;\n int permimeter = 2 * a + 2 * b;\n\n System.out.println(area + \" \" + permimeter);\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = Integer.parseInt(scanner.next());\n int b = Integer.parseInt(scanner.next());\n\n int area = a * b;\n int permimeter = 2 * a + 2 * b;\n\n System.out.println(area + \" \" + permimeter);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = Integer.parseInt(scanner.next());
int b = Integer.parseInt(scanner.next());
int area = a * b;
int permimeter = 2 * a + 2 * b;
System.out.println(area + " " + permimeter);
}
} |
[
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,
2,
2,
4,
18,
13,
2,
13,
13,
17,
4,
18,
13,
2,
2,
17,
13,
2,
17,
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
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
32,
33
],
[
32,
34
],
[
28,
35
],
[
28,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
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 scanner = new Scanner(System.in);\n\t\tint x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\t\n\t\tSystem.out.println(String.valueOf(x * y) + \" \" + String.valueOf(2*x + 2*y));\n\t}\n\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 x = scanner.nextInt();\n\t\tint y = scanner.nextInt();\n\t\t\n\t\tSystem.out.println(String.valueOf(x * y) + \" \" + String.valueOf(2*x + 2*y));\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\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\tSystem.out.println(String.valueOf(x * y) + \" \" + String.valueOf(2*x + 2*y));\n\t}",
"main",
"{\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\tSystem.out.println(String.valueOf(x * y) + \" \" + String.valueOf(2*x + 2*y));\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",
"System.out.println(String.valueOf(x * y) + \" \" + String.valueOf(2*x + 2*y))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.valueOf(x * y) + \" \" + String.valueOf(2*x + 2*y)",
"String.valueOf(x * y) + \" \" + String.valueOf(2*x + 2*y)",
"String.valueOf(x * y)",
"String.valueOf",
"String",
"x * y",
"x",
"y",
"\" \"",
"String.valueOf(2*x + 2*y)",
"String.valueOf",
"String",
"2*x + 2*y",
"2*x",
"2",
"x",
"2*y",
"2",
"y",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\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\tSystem.out.println(String.valueOf(x * y) + \" \" + String.valueOf(2*x + 2*y));\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) {\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\tSystem.out.println(String.valueOf(x * y) + \" \" + String.valueOf(2*x + 2*y));\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int x = scanner.nextInt();
int y = scanner.nextInt();
System.out.println(String.valueOf(x * y) + " " + String.valueOf(2*x + 2*y));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
17,
2,
13,
13,
4,
18,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
19,
23
],
[
8,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
29,
31
],
[
8,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
46,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
46,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
6,
59
],
[
59,
60
]
] | [
"import java.io.*;\nclass Main{\n public static void main(String[] args) throws IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String s = r.readLine(); \n String[] w = s.split(\" \",0); \n int tate=Integer.parseInt(w[0]);\n int yoko=Integer.parseInt(w[1]);\n \n \n System.out.println(tate*yoko+\" \"+2*(tate+yoko));\n \n r.close();\n }\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String[] args) throws IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String s = r.readLine(); \n String[] w = s.split(\" \",0); \n int tate=Integer.parseInt(w[0]);\n int yoko=Integer.parseInt(w[1]);\n \n \n System.out.println(tate*yoko+\" \"+2*(tate+yoko));\n \n r.close();\n }\n}",
"Main",
"public static void main(String[] args) throws IOException{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String s = r.readLine(); \n String[] w = s.split(\" \",0); \n int tate=Integer.parseInt(w[0]);\n int yoko=Integer.parseInt(w[1]);\n \n \n System.out.println(tate*yoko+\" \"+2*(tate+yoko));\n \n r.close();\n }",
"main",
"{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n \n String s = r.readLine(); \n String[] w = s.split(\" \",0); \n int tate=Integer.parseInt(w[0]);\n int yoko=Integer.parseInt(w[1]);\n \n \n System.out.println(tate*yoko+\" \"+2*(tate+yoko));\n \n r.close();\n }",
"BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);",
"r",
"new BufferedReader(new InputStreamReader(System.in), 1)",
"String s = r.readLine();",
"s",
"r.readLine()",
"r.readLine",
"r",
"String[] w = s.split(\" \",0);",
"w",
"s.split(\" \",0)",
"s.split",
"s",
"\" \"",
"0",
"int tate=Integer.parseInt(w[0]);",
"tate",
"Integer.parseInt(w[0])",
"Integer.parseInt",
"Integer",
"w[0]",
"w",
"0",
"int yoko=Integer.parseInt(w[1]);",
"yoko",
"Integer.parseInt(w[1])",
"Integer.parseInt",
"Integer",
"w[1]",
"w",
"1",
"System.out.println(tate*yoko+\" \"+2*(tate+yoko))",
"System.out.println",
"System.out",
"System",
"System.out",
"tate*yoko+\" \"+2*(tate+yoko)",
"tate*yoko+\" \"+2*(tate+yoko)",
"tate*yoko",
"tate",
"yoko",
"\" \"",
"2*(tate+yoko)",
"2",
"(tate+yoko)",
"tate",
"yoko",
"r.close()",
"r.close",
"r",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args) throws IOException{
BufferedReader r =
new BufferedReader(new InputStreamReader(System.in), 1);
String s = r.readLine();
String[] w = s.split(" ",0);
int tate=Integer.parseInt(w[0]);
int yoko=Integer.parseInt(w[1]);
System.out.println(tate*yoko+" "+2*(tate+yoko));
r.close();
}
} |
[
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,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
41,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
13,
17,
2,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
84,
5
],
[
84,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
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
],
[
33,
35
],
[
19,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
38,
40
],
[
19,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
19,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
19,
53
],
[
53,
54
],
[
19,
55
],
[
55,
56
],
[
19,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
19,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
19,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
77,
77
],
[
77,
78
],
[
77,
79
],
[
77,
80
],
[
6,
81
],
[
81,
82
],
[
0,
83
],
[
83,
84
],
[
83,
85
]
] | [
"import java.io.*;\npublic class Main{ \n public static void main(String[] args){\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] score = reader.readLine().split(\" \");\n\t\t\tString txt1 = score[0];\n\t\t\tString txt2 = score[1];\n\t\t\tint a = Integer.parseInt(txt1);\n\t\t\tint b = Integer.parseInt(txt2);\n\t\t\tint num;\n\t\t\tint sum;\n\t\t\tnum = a * b;\n\t\t\tsum = (a * 2) + (b * 2);\n\t\t\tSystem.out.println(num + \" \" + sum);\n }catch(IOException e){\n System.out.println(e);\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main{ \n public static void main(String[] args){\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] score = reader.readLine().split(\" \");\n\t\t\tString txt1 = score[0];\n\t\t\tString txt2 = score[1];\n\t\t\tint a = Integer.parseInt(txt1);\n\t\t\tint b = Integer.parseInt(txt2);\n\t\t\tint num;\n\t\t\tint sum;\n\t\t\tnum = a * b;\n\t\t\tsum = (a * 2) + (b * 2);\n\t\t\tSystem.out.println(num + \" \" + sum);\n }catch(IOException e){\n System.out.println(e);\n }\n }\n}",
"Main",
"public static void main(String[] args){\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] score = reader.readLine().split(\" \");\n\t\t\tString txt1 = score[0];\n\t\t\tString txt2 = score[1];\n\t\t\tint a = Integer.parseInt(txt1);\n\t\t\tint b = Integer.parseInt(txt2);\n\t\t\tint num;\n\t\t\tint sum;\n\t\t\tnum = a * b;\n\t\t\tsum = (a * 2) + (b * 2);\n\t\t\tSystem.out.println(num + \" \" + sum);\n }catch(IOException e){\n System.out.println(e);\n }\n }",
"main",
"{\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] score = reader.readLine().split(\" \");\n\t\t\tString txt1 = score[0];\n\t\t\tString txt2 = score[1];\n\t\t\tint a = Integer.parseInt(txt1);\n\t\t\tint b = Integer.parseInt(txt2);\n\t\t\tint num;\n\t\t\tint sum;\n\t\t\tnum = a * b;\n\t\t\tsum = (a * 2) + (b * 2);\n\t\t\tSystem.out.println(num + \" \" + sum);\n }catch(IOException e){\n System.out.println(e);\n }\n }",
"try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] score = reader.readLine().split(\" \");\n\t\t\tString txt1 = score[0];\n\t\t\tString txt2 = score[1];\n\t\t\tint a = Integer.parseInt(txt1);\n\t\t\tint b = Integer.parseInt(txt2);\n\t\t\tint num;\n\t\t\tint sum;\n\t\t\tnum = a * b;\n\t\t\tsum = (a * 2) + (b * 2);\n\t\t\tSystem.out.println(num + \" \" + sum);\n }catch(IOException e){\n System.out.println(e);\n }",
"catch(IOException e){\n System.out.println(e);\n }",
"IOException e",
"{\n System.out.println(e);\n }",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] score = reader.readLine().split(\" \");\n\t\t\tString txt1 = score[0];\n\t\t\tString txt2 = score[1];\n\t\t\tint a = Integer.parseInt(txt1);\n\t\t\tint b = Integer.parseInt(txt2);\n\t\t\tint num;\n\t\t\tint sum;\n\t\t\tnum = a * b;\n\t\t\tsum = (a * 2) + (b * 2);\n\t\t\tSystem.out.println(num + \" \" + sum);\n }",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] score = reader.readLine().split(\" \");",
"score",
"reader.readLine().split(\" \")",
"reader.readLine().split",
"reader.readLine()",
"reader.readLine",
"reader",
"\" \"",
"String txt1 = score[0];",
"txt1",
"score[0]",
"score",
"0",
"String txt2 = score[1];",
"txt2",
"score[1]",
"score",
"1",
"int a = Integer.parseInt(txt1);",
"a",
"Integer.parseInt(txt1)",
"Integer.parseInt",
"Integer",
"txt1",
"int b = Integer.parseInt(txt2);",
"b",
"Integer.parseInt(txt2)",
"Integer.parseInt",
"Integer",
"txt2",
"int num;",
"num",
"int sum;",
"sum",
"num = a * b",
"num",
"a * b",
"a",
"b",
"sum = (a * 2) + (b * 2)",
"sum",
"(a * 2) + (b * 2)",
"(a * 2)",
"a",
"2",
"(b * 2)",
"b",
"2",
"System.out.println(num + \" \" + sum)",
"System.out.println",
"System.out",
"System",
"System.out",
"num + \" \" + sum",
"num + \" \" + sum",
"num",
"\" \"",
"sum",
"String[] args",
"args",
"public class Main{ \n public static void main(String[] args){\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] score = reader.readLine().split(\" \");\n\t\t\tString txt1 = score[0];\n\t\t\tString txt2 = score[1];\n\t\t\tint a = Integer.parseInt(txt1);\n\t\t\tint b = Integer.parseInt(txt2);\n\t\t\tint num;\n\t\t\tint sum;\n\t\t\tnum = a * b;\n\t\t\tsum = (a * 2) + (b * 2);\n\t\t\tSystem.out.println(num + \" \" + sum);\n }catch(IOException e){\n System.out.println(e);\n }\n }\n}",
"public class Main{ \n public static void main(String[] args){\n try{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tString[] score = reader.readLine().split(\" \");\n\t\t\tString txt1 = score[0];\n\t\t\tString txt2 = score[1];\n\t\t\tint a = Integer.parseInt(txt1);\n\t\t\tint b = Integer.parseInt(txt2);\n\t\t\tint num;\n\t\t\tint sum;\n\t\t\tnum = a * b;\n\t\t\tsum = (a * 2) + (b * 2);\n\t\t\tSystem.out.println(num + \" \" + sum);\n }catch(IOException e){\n System.out.println(e);\n }\n }\n}",
"Main"
] | import java.io.*;
public class Main{
public static void main(String[] args){
try{
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
String[] score = reader.readLine().split(" ");
String txt1 = score[0];
String txt2 = score[1];
int a = Integer.parseInt(txt1);
int b = Integer.parseInt(txt2);
int num;
int sum;
num = a * b;
sum = (a * 2) + (b * 2);
System.out.println(num + " " + sum);
}catch(IOException e){
System.out.println(e);
}
}
} |
[
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,
39,
17,
17,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
41,
13,
2,
18,
13,
17,
18,
13,
17,
41,
13,
2,
17,
2,
18,
13,
17,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
92,
11
],
[
92,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
31,
33
],
[
14,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
41,
43
],
[
34,
44
],
[
44,
45
],
[
45,
46
],
[
34,
47
],
[
48,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
56,
58
],
[
14,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
14,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
76,
78
],
[
14,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
81,
83
],
[
79,
84
],
[
85,
85
],
[
85,
86
],
[
85,
87
],
[
85,
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\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString line = br.readLine();\n\t\tString[] oneline = line.split(\" \");\n\t\t\n\t\tint[] data = {0,0};\n\t\t\n\t\tfor(int i=0; i<oneline.length; i++){\n\t\t\tdata[i] = Integer.parseInt(oneline[i]);\n\t\t}\n\t\t\n\t\tint area = data[0] * data[1];\n\t\tint length = 2 *(data[0]+data[1]);\n\t\t\n\t\tSystem.out.println(area +\" \"+ length);\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 br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString line = br.readLine();\n\t\tString[] oneline = line.split(\" \");\n\t\t\n\t\tint[] data = {0,0};\n\t\t\n\t\tfor(int i=0; i<oneline.length; i++){\n\t\t\tdata[i] = Integer.parseInt(oneline[i]);\n\t\t}\n\t\t\n\t\tint area = data[0] * data[1];\n\t\tint length = 2 *(data[0]+data[1]);\n\t\t\n\t\tSystem.out.println(area +\" \"+ length);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString line = br.readLine();\n\t\tString[] oneline = line.split(\" \");\n\t\t\n\t\tint[] data = {0,0};\n\t\t\n\t\tfor(int i=0; i<oneline.length; i++){\n\t\t\tdata[i] = Integer.parseInt(oneline[i]);\n\t\t}\n\t\t\n\t\tint area = data[0] * data[1];\n\t\tint length = 2 *(data[0]+data[1]);\n\t\t\n\t\tSystem.out.println(area +\" \"+ length);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString line = br.readLine();\n\t\tString[] oneline = line.split(\" \");\n\t\t\n\t\tint[] data = {0,0};\n\t\t\n\t\tfor(int i=0; i<oneline.length; i++){\n\t\t\tdata[i] = Integer.parseInt(oneline[i]);\n\t\t}\n\t\t\n\t\tint area = data[0] * data[1];\n\t\tint length = 2 *(data[0]+data[1]);\n\t\t\n\t\tSystem.out.println(area +\" \"+ length);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"String[] oneline = line.split(\" \");",
"oneline",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int[] data = {0,0};",
"data",
"{0,0}",
"0",
"0",
"for(int i=0; i<oneline.length; i++){\n\t\t\tdata[i] = Integer.parseInt(oneline[i]);\n\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<oneline.length",
"i",
"oneline.length",
"oneline",
"oneline.length",
"i++",
"i++",
"i",
"{\n\t\t\tdata[i] = Integer.parseInt(oneline[i]);\n\t\t}",
"{\n\t\t\tdata[i] = Integer.parseInt(oneline[i]);\n\t\t}",
"data[i] = Integer.parseInt(oneline[i])",
"data[i]",
"data",
"i",
"Integer.parseInt(oneline[i])",
"Integer.parseInt",
"Integer",
"oneline[i]",
"oneline",
"i",
"int area = data[0] * data[1];",
"area",
"data[0] * data[1]",
"data[0]",
"data",
"0",
"data[1]",
"data",
"1",
"int length = 2 *(data[0]+data[1]);",
"length",
"2 *(data[0]+data[1])",
"2",
"(data[0]+data[1])",
"data[0]",
"data",
"0",
"data[1]",
"data",
"1",
"System.out.println(area +\" \"+ length)",
"System.out.println",
"System.out",
"System",
"System.out",
"area +\" \"+ length",
"area +\" \"+ length",
"area",
"\" \"",
"length",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString line = br.readLine();\n\t\tString[] oneline = line.split(\" \");\n\t\t\n\t\tint[] data = {0,0};\n\t\t\n\t\tfor(int i=0; i<oneline.length; i++){\n\t\t\tdata[i] = Integer.parseInt(oneline[i]);\n\t\t}\n\t\t\n\t\tint area = data[0] * data[1];\n\t\tint length = 2 *(data[0]+data[1]);\n\t\t\n\t\tSystem.out.println(area +\" \"+ length);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\n\t\tString line = br.readLine();\n\t\tString[] oneline = line.split(\" \");\n\t\t\n\t\tint[] data = {0,0};\n\t\t\n\t\tfor(int i=0; i<oneline.length; i++){\n\t\t\tdata[i] = Integer.parseInt(oneline[i]);\n\t\t}\n\t\t\n\t\tint area = data[0] * data[1];\n\t\tint length = 2 *(data[0]+data[1]);\n\t\t\n\t\tSystem.out.println(area +\" \"+ length);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
String[] oneline = line.split(" ");
int[] data = {0,0};
for(int i=0; i<oneline.length; i++){
data[i] = Integer.parseInt(oneline[i]);
}
int area = data[0] * data[1];
int length = 2 *(data[0]+data[1]);
System.out.println(area +" "+ length);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
13,
13,
13,
41,
13,
4,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
12,
13,
30,
29,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
2,
13,
17,
2,
13,
17,
23,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
93,
5
],
[
93,
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
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
44,
47
],
[
8,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
50,
53
],
[
8,
54
],
[
54,
55
],
[
55,
56
],
[
56,
57
],
[
56,
58
],
[
54,
59
],
[
60,
60
],
[
60,
61
],
[
60,
62
],
[
60,
63
],
[
6,
64
],
[
64,
65
],
[
93,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
66,
73
],
[
73,
74
],
[
66,
75
],
[
75,
76
],
[
93,
77
],
[
77,
78
],
[
77,
79
],
[
79,
80
],
[
80,
81
],
[
81,
82
],
[
82,
83
],
[
82,
84
],
[
81,
85
],
[
85,
86
],
[
85,
87
],
[
77,
88
],
[
88,
89
],
[
77,
90
],
[
90,
91
],
[
0,
92
],
[
92,
93
],
[
92,
94
]
] | [
"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\tbr.close();\n\t\tString[] strs = str.split(\" \");\n\t\t//aを入力する\n\t\tint a = Integer.parseInt(strs[0]);\n\t\t//bを入力する\n\t\tint b = Integer.parseInt(strs[1]);\n\t\t//面積を計算する\n\t\tint s = area(a, b);\n\t\t//周の長さを計算する\n\t\tint l = circumference(a, b);\n\t\t//面積と周の長さを出力する\n\t\tSystem.out.println(s + \" \" + l);\t\n\t}\n\t/**\n\t * 面積を計算する\n\t * @param a\n\t * @param b\n\t * @return 長方形の面積\n\t */\n\tpublic static int area(int a, int b) {\n\t\treturn a * b;\n\t}\n\n\t/**\n\t * 周の長さを計算する\n\t * @param a\n\t * @param b\n\t * @return 長方形の周の長さ\n\t */\n\tpublic static int circumference(int a, int b) {\n\t\treturn (a*2)+(b*2);\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\tbr.close();\n\t\tString[] strs = str.split(\" \");\n\t\t//aを入力する\n\t\tint a = Integer.parseInt(strs[0]);\n\t\t//bを入力する\n\t\tint b = Integer.parseInt(strs[1]);\n\t\t//面積を計算する\n\t\tint s = area(a, b);\n\t\t//周の長さを計算する\n\t\tint l = circumference(a, b);\n\t\t//面積と周の長さを出力する\n\t\tSystem.out.println(s + \" \" + l);\t\n\t}\n\t/**\n\t * 面積を計算する\n\t * @param a\n\t * @param b\n\t * @return 長方形の面積\n\t */\n\tpublic static int area(int a, int b) {\n\t\treturn a * b;\n\t}\n\n\t/**\n\t * 周の長さを計算する\n\t * @param a\n\t * @param b\n\t * @return 長方形の周の長さ\n\t */\n\tpublic static int circumference(int a, int b) {\n\t\treturn (a*2)+(b*2);\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\tbr.close();\n\t\tString[] strs = str.split(\" \");\n\t\t//aを入力する\n\t\tint a = Integer.parseInt(strs[0]);\n\t\t//bを入力する\n\t\tint b = Integer.parseInt(strs[1]);\n\t\t//面積を計算する\n\t\tint s = area(a, b);\n\t\t//周の長さを計算する\n\t\tint l = circumference(a, b);\n\t\t//面積と周の長さを出力する\n\t\tSystem.out.println(s + \" \" + l);\t\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tbr.close();\n\t\tString[] strs = str.split(\" \");\n\t\t//aを入力する\n\t\tint a = Integer.parseInt(strs[0]);\n\t\t//bを入力する\n\t\tint b = Integer.parseInt(strs[1]);\n\t\t//面積を計算する\n\t\tint s = area(a, b);\n\t\t//周の長さを計算する\n\t\tint l = circumference(a, b);\n\t\t//面積と周の長さを出力する\n\t\tSystem.out.println(s + \" \" + l);\t\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"br.close()",
"br.close",
"br",
"String[] strs = str.split(\" \");",
"strs",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(strs[0]);",
"a",
"Integer.parseInt(strs[0])",
"Integer.parseInt",
"Integer",
"strs[0]",
"strs",
"0",
"int b = Integer.parseInt(strs[1]);",
"b",
"Integer.parseInt(strs[1])",
"Integer.parseInt",
"Integer",
"strs[1]",
"strs",
"1",
"int s = area(a, b);",
"s",
"area(a, b)",
"area",
"a",
"b",
"int l = circumference(a, b);",
"l",
"circumference(a, b)",
"circumference",
"a",
"b",
"System.out.println(s + \" \" + l)",
"System.out.println",
"System.out",
"System",
"System.out",
"s + \" \" + l",
"s + \" \" + l",
"s",
"\" \"",
"l",
"String[] args",
"args",
"/**\n\t * 面積を計算する\n\t * @param a\n\t * @param b\n\t * @return 長方形の面積\n\t */\n\tpublic static int area(int a, int b) {\n\t\treturn a * b;\n\t}",
"area",
"{\n\t\treturn a * b;\n\t}",
"return a * b;",
"a * b",
"a",
"b",
"int a",
"a",
"int b",
"b",
"/**\n\t * 周の長さを計算する\n\t * @param a\n\t * @param b\n\t * @return 長方形の周の長さ\n\t */\n\tpublic static int circumference(int a, int b) {\n\t\treturn (a*2)+(b*2);\n\t}",
"circumference",
"{\n\t\treturn (a*2)+(b*2);\n\t}",
"return (a*2)+(b*2);",
"(a*2)+(b*2)",
"(a*2)",
"a",
"2",
"(b*2)",
"b",
"2",
"int a",
"a",
"int b",
"b",
"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\tbr.close();\n\t\tString[] strs = str.split(\" \");\n\t\t//aを入力する\n\t\tint a = Integer.parseInt(strs[0]);\n\t\t//bを入力する\n\t\tint b = Integer.parseInt(strs[1]);\n\t\t//面積を計算する\n\t\tint s = area(a, b);\n\t\t//周の長さを計算する\n\t\tint l = circumference(a, b);\n\t\t//面積と周の長さを出力する\n\t\tSystem.out.println(s + \" \" + l);\t\n\t}\n\t/**\n\t * 面積を計算する\n\t * @param a\n\t * @param b\n\t * @return 長方形の面積\n\t */\n\tpublic static int area(int a, int b) {\n\t\treturn a * b;\n\t}\n\n\t/**\n\t * 周の長さを計算する\n\t * @param a\n\t * @param b\n\t * @return 長方形の周の長さ\n\t */\n\tpublic static int circumference(int a, int b) {\n\t\treturn (a*2)+(b*2);\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\tbr.close();\n\t\tString[] strs = str.split(\" \");\n\t\t//aを入力する\n\t\tint a = Integer.parseInt(strs[0]);\n\t\t//bを入力する\n\t\tint b = Integer.parseInt(strs[1]);\n\t\t//面積を計算する\n\t\tint s = area(a, b);\n\t\t//周の長さを計算する\n\t\tint l = circumference(a, b);\n\t\t//面積と周の長さを出力する\n\t\tSystem.out.println(s + \" \" + l);\t\n\t}\n\t/**\n\t * 面積を計算する\n\t * @param a\n\t * @param b\n\t * @return 長方形の面積\n\t */\n\tpublic static int area(int a, int b) {\n\t\treturn a * b;\n\t}\n\n\t/**\n\t * 周の長さを計算する\n\t * @param a\n\t * @param b\n\t * @return 長方形の周の長さ\n\t */\n\tpublic static int circumference(int a, int b) {\n\t\treturn (a*2)+(b*2);\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();
br.close();
String[] strs = str.split(" ");
//aを入力する
int a = Integer.parseInt(strs[0]);
//bを入力する
int b = Integer.parseInt(strs[1]);
//面積を計算する
int s = area(a, b);
//周の長さを計算する
int l = circumference(a, b);
//面積と周の長さを出力する
System.out.println(s + " " + l);
}
/**
* 面積を計算する
* @param a
* @param b
* @return 長方形の面積
*/
public static int area(int a, int b) {
return a * b;
}
/**
* 周の長さを計算する
* @param a
* @param b
* @return 長方形の周の長さ
*/
public static int circumference(int a, int b) {
return (a*2)+(b*2);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
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
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
48,
48
],
[
48,
49
],
[
48,
50
],
[
48,
51
],
[
6,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数length, sideを宣言\n int length, side, area, circum;\n \n //変数length, sideに値を入力する\n length = sc.nextInt(); \n side = sc.nextInt();\n \n //area(面積)とcircum(周の長さ)を計算する\n area = length * side;\n circum = ( length + side ) * 2;\n \n ////area(面積)とcircum(周の長さ)を出力する\n System.out.println(area + \" \" + circum);\n \n }\n}\n\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\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 //変数length, sideを宣言\n int length, side, area, circum;\n \n //変数length, sideに値を入力する\n length = sc.nextInt(); \n side = sc.nextInt();\n \n //area(面積)とcircum(周の長さ)を計算する\n area = length * side;\n circum = ( length + side ) * 2;\n \n ////area(面積)とcircum(周の長さ)を出力する\n System.out.println(area + \" \" + circum);\n \n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n \n Scanner sc = new Scanner(System.in);\n \n //変数length, sideを宣言\n int length, side, area, circum;\n \n //変数length, sideに値を入力する\n length = sc.nextInt(); \n side = sc.nextInt();\n \n //area(面積)とcircum(周の長さ)を計算する\n area = length * side;\n circum = ( length + side ) * 2;\n \n ////area(面積)とcircum(周の長さ)を出力する\n System.out.println(area + \" \" + circum);\n \n }",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n \n //変数length, sideを宣言\n int length, side, area, circum;\n \n //変数length, sideに値を入力する\n length = sc.nextInt(); \n side = sc.nextInt();\n \n //area(面積)とcircum(周の長さ)を計算する\n area = length * side;\n circum = ( length + side ) * 2;\n \n ////area(面積)とcircum(周の長さ)を出力する\n System.out.println(area + \" \" + circum);\n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int length",
"length",
"side",
"side",
"area",
"area",
"circum;",
"circum",
"length = sc.nextInt()",
"length",
"sc.nextInt()",
"sc.nextInt",
"sc",
"side = sc.nextInt()",
"side",
"sc.nextInt()",
"sc.nextInt",
"sc",
"area = length * side",
"area",
"length * side",
"length",
"side",
"circum = ( length + side ) * 2",
"circum",
"( length + side ) * 2",
"( length + side )",
"length",
"side",
"2",
"System.out.println(area + \" \" + circum)",
"System.out.println",
"System.out",
"System",
"System.out",
"area + \" \" + circum",
"area + \" \" + circum",
"area",
"\" \"",
"circum",
"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 //変数length, sideを宣言\n int length, side, area, circum;\n \n //変数length, sideに値を入力する\n length = sc.nextInt(); \n side = sc.nextInt();\n \n //area(面積)とcircum(周の長さ)を計算する\n area = length * side;\n circum = ( length + side ) * 2;\n \n ////area(面積)とcircum(周の長さ)を出力する\n System.out.println(area + \" \" + circum);\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 //変数length, sideを宣言\n int length, side, area, circum;\n \n //変数length, sideに値を入力する\n length = sc.nextInt(); \n side = sc.nextInt();\n \n //area(面積)とcircum(周の長さ)を計算する\n area = length * side;\n circum = ( length + side ) * 2;\n \n ////area(面積)とcircum(周の長さ)を出力する\n System.out.println(area + \" \" + circum);\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);
//変数length, sideを宣言
int length, side, area, circum;
//変数length, sideに値を入力する
length = sc.nextInt();
side = sc.nextInt();
//area(面積)とcircum(周の長さ)を計算する
area = length * side;
circum = ( length + side ) * 2;
////area(面積)とcircum(周の長さ)を出力する
System.out.println(area + " " + circum);
}
}
/*覚えよう!!
・変数に計算結果を代入する:面積 = 縦 × 横
※計算は変数名でも数値でもいける
・四則演算:足し算「+」、引き算「-」、掛け算「*」、割り算「/」
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,
41,
13,
20,
12,
13,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
17,
2,
13,
13,
4,
18,
18,
13,
13,
17,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
45,
5
],
[
45,
6
],
[
6,
7
],
[
6,
8
],
[
45,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
11,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
11,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
31,
33
],
[
11,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
34,
40
],
[
34,
41
],
[
9,
42
],
[
42,
43
],
[
0,
44
],
[
44,
45
],
[
44,
46
]
] | [
"import java.util.*;\n\npublic class Main{\n\tprivate static final Scanner scan = new Scanner(System.in);\n\n\tpublic static void main(String[] args){\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint area = a * b;\n\t\tint cir = 2 * (a + b);\n\t\tSystem.out.printf(\"%d %d\\n\", area, cir);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\tprivate static final Scanner scan = new Scanner(System.in);\n\n\tpublic static void main(String[] args){\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint area = a * b;\n\t\tint cir = 2 * (a + b);\n\t\tSystem.out.printf(\"%d %d\\n\", area, cir);\n\t}\n}",
"Main",
"private static final Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"public static void main(String[] args){\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint area = a * b;\n\t\tint cir = 2 * (a + b);\n\t\tSystem.out.printf(\"%d %d\\n\", area, cir);\n\t}",
"main",
"{\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint area = a * b;\n\t\tint cir = 2 * (a + b);\n\t\tSystem.out.printf(\"%d %d\\n\", area, cir);\n\t}",
"int a = scan.nextInt();",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int b = scan.nextInt();",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int area = a * b;",
"area",
"a * b",
"a",
"b",
"int cir = 2 * (a + b);",
"cir",
"2 * (a + b)",
"2",
"(a + b)",
"a",
"b",
"System.out.printf(\"%d %d\\n\", area, cir)",
"System.out.printf",
"System.out",
"System",
"System.out",
"\"%d %d\\n\"",
"area",
"cir",
"String[] args",
"args",
"public class Main{\n\tprivate static final Scanner scan = new Scanner(System.in);\n\n\tpublic static void main(String[] args){\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint area = a * b;\n\t\tint cir = 2 * (a + b);\n\t\tSystem.out.printf(\"%d %d\\n\", area, cir);\n\t}\n}",
"public class Main{\n\tprivate static final Scanner scan = new Scanner(System.in);\n\n\tpublic static void main(String[] args){\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tint area = a * b;\n\t\tint cir = 2 * (a + b);\n\t\tSystem.out.printf(\"%d %d\\n\", area, cir);\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
private static final Scanner scan = new Scanner(System.in);
public static void main(String[] args){
int a = scan.nextInt();
int b = scan.nextInt();
int area = a * b;
int cir = 2 * (a + b);
System.out.printf("%d %d\n", area, cir);
}
} |
[
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,
2,
2,
4,
18,
13,
2,
13,
13,
17,
4,
18,
13,
2,
2,
13,
17,
2,
13,
17,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
52,
5
],
[
52,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
22,
27
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
29,
32
],
[
32,
33
],
[
32,
34
],
[
28,
35
],
[
28,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
8,
46
],
[
46,
47
],
[
47,
48
],
[
6,
49
],
[
49,
50
],
[
0,
51
],
[
51,
52
],
[
51,
53
]
] | [
"import java.util.Scanner;\n\n\npublic class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(a*b)+\" \"+Integer.toString(a*2+b*2));\n\t\tscanner.close();\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 a= scanner.nextInt();\n\t\tint b= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(a*b)+\" \"+Integer.toString(a*2+b*2));\n\t\tscanner.close();\n\t}\n}",
"Main",
"public static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(a*b)+\" \"+Integer.toString(a*2+b*2));\n\t\tscanner.close();\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(a*b)+\" \"+Integer.toString(a*2+b*2));\n\t\tscanner.close();\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a= scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b= scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"System.out.println(Integer.toString(a*b)+\" \"+Integer.toString(a*2+b*2))",
"System.out.println",
"System.out",
"System",
"System.out",
"Integer.toString(a*b)+\" \"+Integer.toString(a*2+b*2)",
"Integer.toString(a*b)+\" \"+Integer.toString(a*2+b*2)",
"Integer.toString(a*b)",
"Integer.toString",
"Integer",
"a*b",
"a",
"b",
"\" \"",
"Integer.toString(a*2+b*2)",
"Integer.toString",
"Integer",
"a*2+b*2",
"a*2",
"a",
"2",
"b*2",
"b",
"2",
"scanner.close()",
"scanner.close",
"scanner",
"String args[]",
"args",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(a*b)+\" \"+Integer.toString(a*2+b*2));\n\t\tscanner.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a= scanner.nextInt();\n\t\tint b= scanner.nextInt();\n\t\tSystem.out.println(Integer.toString(a*b)+\" \"+Integer.toString(a*2+b*2));\n\t\tscanner.close();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String args[]){
Scanner scanner = new Scanner(System.in);
int a= scanner.nextInt();
int b= scanner.nextInt();
System.out.println(Integer.toString(a*b)+" "+Integer.toString(a*2+b*2));
scanner.close();
}
} |
[
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,
41,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
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
],
[
8,
25
],
[
25,
26
],
[
8,
27
],
[
27,
28
],
[
8,
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
],
[
47,
47
],
[
47,
48
],
[
47,
49
],
[
47,
50
],
[
6,
51
],
[
51,
52
]
] | [
"import java.util.Scanner;\n\nclass Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tsc.close();\n\t\t\n\t\tint menseki,syuu;\n\t\t\n\t\tmenseki = a * b;\n\t\tsyuu = (a + b) * 2;\n\t\t\n\t\tSystem.out.println(menseki + \" \" + syuu);\n\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tsc.close();\n\t\t\n\t\tint menseki,syuu;\n\t\t\n\t\tmenseki = a * b;\n\t\tsyuu = (a + b) * 2;\n\t\t\n\t\tSystem.out.println(menseki + \" \" + syuu);\n\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tsc.close();\n\t\t\n\t\tint menseki,syuu;\n\t\t\n\t\tmenseki = a * b;\n\t\tsyuu = (a + b) * 2;\n\t\t\n\t\tSystem.out.println(menseki + \" \" + syuu);\n\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tsc.close();\n\t\t\n\t\tint menseki,syuu;\n\t\t\n\t\tmenseki = a * b;\n\t\tsyuu = (a + b) * 2;\n\t\t\n\t\tSystem.out.println(menseki + \" \" + syuu);\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",
"sc.close()",
"sc.close",
"sc",
"int menseki",
"menseki",
"syuu;",
"syuu",
"menseki = a * b",
"menseki",
"a * b",
"a",
"b",
"syuu = (a + b) * 2",
"syuu",
"(a + b) * 2",
"(a + b)",
"a",
"b",
"2",
"System.out.println(menseki + \" \" + syuu)",
"System.out.println",
"System.out",
"System",
"System.out",
"menseki + \" \" + syuu",
"menseki + \" \" + syuu",
"menseki",
"\" \"",
"syuu",
"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();
sc.close();
int menseki,syuu;
menseki = a * b;
syuu = (a + b) * 2;
System.out.println(menseki + " " + syuu);
}
} |
[
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,
2,
2,
13,
13,
17,
2,
2,
17,
13,
2,
17,
13,
4,
18,
18,
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
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
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 scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tscan.close();\n\t\tString answer = a * b + \" \" + (2 * a + 2 * b);\n\t\tSystem.out.println(answer);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = scan.nextInt();\n\t\tint b = scan.nextInt();\n\t\tscan.close();\n\t\tString answer = a * b + \" \" + (2 * a + 2 * b);\n\t\tSystem.out.println(answer);\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\tscan.close();\n\t\tString answer = a * b + \" \" + (2 * a + 2 * b);\n\t\tSystem.out.println(answer);\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\t\tString answer = a * b + \" \" + (2 * a + 2 * b);\n\t\tSystem.out.println(answer);\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",
"String answer = a * b + \" \" + (2 * a + 2 * b);",
"answer",
"a * b + \" \" + (2 * a + 2 * b)",
"a * b + \" \" + (2 * a + 2 * b)",
"a * b",
"a",
"b",
"\" \"",
"(2 * a + 2 * b)",
"2 * a",
"2",
"a",
"2 * b",
"2",
"b",
"System.out.println(answer)",
"System.out.println",
"System.out",
"System",
"System.out",
"answer",
"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\tscan.close();\n\t\tString answer = a * b + \" \" + (2 * a + 2 * b);\n\t\tSystem.out.println(answer);\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\tscan.close();\n\t\tString answer = a * b + \" \" + (2 * a + 2 * b);\n\t\tSystem.out.println(answer);\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();
scan.close();
String answer = a * b + " " + (2 * a + 2 * b);
System.out.println(answer);
}
} |
[
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,
17,
2,
13,
13,
2,
2,
13,
17,
2,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
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
],
[
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
],
[
25,
28
],
[
25,
29
],
[
29,
30
],
[
29,
31
],
[
25,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
36,
38
],
[
0,
39
],
[
53,
40
],
[
53,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
41,
50
],
[
50,
51
],
[
0,
52
],
[
52,
53
],
[
52,
54
]
] | [
"import java.util.Scanner;\nimport static java.lang.System.out;\n\nclass Rectangle {\n public void run() {\n Scanner scan = new Scanner( System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n out.printf( \"%d %d\\n\", a * b, a * 2 + b * 2 );\n }\n}\n\npublic class Main {\n public static void main( String... args) {\n Rectangle test = new Rectangle();\n test.run();\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"import static java.lang.System.out;",
"class Rectangle {\n public void run() {\n Scanner scan = new Scanner( System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n out.printf( \"%d %d\\n\", a * b, a * 2 + b * 2 );\n }\n}",
"Rectangle",
"public void run() {\n Scanner scan = new Scanner( System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n out.printf( \"%d %d\\n\", a * b, a * 2 + b * 2 );\n }",
"run",
"{\n Scanner scan = new Scanner( System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n\n out.printf( \"%d %d\\n\", a * b, a * 2 + b * 2 );\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",
"out.printf( \"%d %d\\n\", a * b, a * 2 + b * 2 )",
"out.printf",
"out",
"\"%d %d\\n\"",
"a * b",
"a",
"b",
"a * 2 + b * 2",
"a * 2",
"a",
"2",
"b * 2",
"b",
"2",
"public class Main {\n public static void main( String... args) {\n Rectangle test = new Rectangle();\n test.run();\n }\n}",
"Main",
"public static void main( String... args) {\n Rectangle test = new Rectangle();\n test.run();\n }",
"main",
"{\n Rectangle test = new Rectangle();\n test.run();\n }",
"Rectangle test = new Rectangle();",
"test",
"new Rectangle()",
"test.run()",
"test.run",
"test",
"String... args",
"args",
"public class Main {\n public static void main( String... args) {\n Rectangle test = new Rectangle();\n test.run();\n }\n}",
"public class Main {\n public static void main( String... args) {\n Rectangle test = new Rectangle();\n test.run();\n }\n}",
"Main"
] | import java.util.Scanner;
import static java.lang.System.out;
class Rectangle {
public void run() {
Scanner scan = new Scanner( System.in);
int a = scan.nextInt();
int b = scan.nextInt();
out.printf( "%d %d\n", a * b, a * 2 + b * 2 );
}
}
public class Main {
public static void main( String... args) {
Rectangle test = new Rectangle();
test.run();
}
} |
[
7,
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,
20,
18,
13,
13,
11,
1,
41,
13,
17,
2,
13,
18,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
14,
2,
18,
13,
13,
17,
30,
4,
18,
18,
13,
13,
2,
2,
18,
13,
17,
18,
13,
17,
17,
4,
18,
18,
13,
13,
2,
17,
2,
18,
13,
17,
18,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
14,
15
],
[
9,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
16,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
16,
31
],
[
31,
32
],
[
31,
33
],
[
34,
35
],
[
34,
36
],
[
16,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
44,
46
],
[
37,
47
],
[
47,
48
],
[
48,
49
],
[
37,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
59,
60
],
[
59,
61
],
[
16,
62
],
[
62,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
62,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
74,
82
],
[
68,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
83,
88
],
[
88,
89
],
[
88,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
90,
94
],
[
94,
95
],
[
94,
96
],
[
6,
97
],
[
97,
98
]
] | [
"import java.io.*;\nclass Main{\n\tpublic static void main(String[] args){\n\t\t\n\t\ttry{\n\t\t\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\tString c = in.readLine();\n\t\t\tString[] str = c.split(\" \");\n\t\t\tint[] num = new int[str.length];\n\t\t\tfor(int i=0;i<str.length;i++){\n\t\t\t\tnum[i] = Integer.parseInt(str[i]);\n\t\t\t}\n\t\t\tif(num.length == 2){\n\t\t\t\tSystem.out.print(num[0]*num[1] + \" \" );\n\t\t\t\tSystem.out.println(2*(num[0]+num[1]));\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\tpublic static void main(String[] args){\n\t\t\n\t\ttry{\n\t\t\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\tString c = in.readLine();\n\t\t\tString[] str = c.split(\" \");\n\t\t\tint[] num = new int[str.length];\n\t\t\tfor(int i=0;i<str.length;i++){\n\t\t\t\tnum[i] = Integer.parseInt(str[i]);\n\t\t\t}\n\t\t\tif(num.length == 2){\n\t\t\t\tSystem.out.print(num[0]*num[1] + \" \" );\n\t\t\t\tSystem.out.println(2*(num[0]+num[1]));\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\t\n\t\ttry{\n\t\t\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\tString c = in.readLine();\n\t\t\tString[] str = c.split(\" \");\n\t\t\tint[] num = new int[str.length];\n\t\t\tfor(int i=0;i<str.length;i++){\n\t\t\t\tnum[i] = Integer.parseInt(str[i]);\n\t\t\t}\n\t\t\tif(num.length == 2){\n\t\t\t\tSystem.out.print(num[0]*num[1] + \" \" );\n\t\t\t\tSystem.out.println(2*(num[0]+num[1]));\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"main",
"{\n\t\t\n\t\ttry{\n\t\t\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\tString c = in.readLine();\n\t\t\tString[] str = c.split(\" \");\n\t\t\tint[] num = new int[str.length];\n\t\t\tfor(int i=0;i<str.length;i++){\n\t\t\t\tnum[i] = Integer.parseInt(str[i]);\n\t\t\t}\n\t\t\tif(num.length == 2){\n\t\t\t\tSystem.out.print(num[0]*num[1] + \" \" );\n\t\t\t\tSystem.out.println(2*(num[0]+num[1]));\n\t\t\t}\n\t\t}catch(IOException e){\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}",
"try{\n\t\t\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\tString c = in.readLine();\n\t\t\tString[] str = c.split(\" \");\n\t\t\tint[] num = new int[str.length];\n\t\t\tfor(int i=0;i<str.length;i++){\n\t\t\t\tnum[i] = Integer.parseInt(str[i]);\n\t\t\t}\n\t\t\tif(num.length == 2){\n\t\t\t\tSystem.out.print(num[0]*num[1] + \" \" );\n\t\t\t\tSystem.out.println(2*(num[0]+num[1]));\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\n\t\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\n\n\t\t\tString c = in.readLine();\n\t\t\tString[] str = c.split(\" \");\n\t\t\tint[] num = new int[str.length];\n\t\t\tfor(int i=0;i<str.length;i++){\n\t\t\t\tnum[i] = Integer.parseInt(str[i]);\n\t\t\t}\n\t\t\tif(num.length == 2){\n\t\t\t\tSystem.out.print(num[0]*num[1] + \" \" );\n\t\t\t\tSystem.out.println(2*(num[0]+num[1]));\n\t\t\t}\n\t\t}",
"BufferedReader in = new BufferedReader(new InputStreamReader(System.in));",
"in",
"new BufferedReader(new InputStreamReader(System.in))",
"String c = in.readLine();",
"c",
"in.readLine()",
"in.readLine",
"in",
"String[] str = c.split(\" \");",
"str",
"c.split(\" \")",
"c.split",
"c",
"\" \"",
"int[] num = new int[str.length];",
"num",
"new int[str.length]",
"str.length",
"str",
"str.length",
"for(int i=0;i<str.length;i++){\n\t\t\t\tnum[i] = Integer.parseInt(str[i]);\n\t\t\t}",
"int i=0;",
"int i=0;",
"i",
"0",
"i<str.length",
"i",
"str.length",
"str",
"str.length",
"i++",
"i++",
"i",
"{\n\t\t\t\tnum[i] = Integer.parseInt(str[i]);\n\t\t\t}",
"{\n\t\t\t\tnum[i] = Integer.parseInt(str[i]);\n\t\t\t}",
"num[i] = Integer.parseInt(str[i])",
"num[i]",
"num",
"i",
"Integer.parseInt(str[i])",
"Integer.parseInt",
"Integer",
"str[i]",
"str",
"i",
"if(num.length == 2){\n\t\t\t\tSystem.out.print(num[0]*num[1] + \" \" );\n\t\t\t\tSystem.out.println(2*(num[0]+num[1]));\n\t\t\t}",
"num.length == 2",
"num.length",
"num",
"num.length",
"2",
"{\n\t\t\t\tSystem.out.print(num[0]*num[1] + \" \" );\n\t\t\t\tSystem.out.println(2*(num[0]+num[1]));\n\t\t\t}",
"System.out.print(num[0]*num[1] + \" \" )",
"System.out.print",
"System.out",
"System",
"System.out",
"num[0]*num[1] + \" \"",
"num[0]*num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"\" \"",
"System.out.println(2*(num[0]+num[1]))",
"System.out.println",
"System.out",
"System",
"System.out",
"2*(num[0]+num[1])",
"2",
"(num[0]+num[1])",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"String[] args",
"args"
] | import java.io.*;
class Main{
public static void main(String[] args){
try{
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String c = in.readLine();
String[] str = c.split(" ");
int[] num = new int[str.length];
for(int i=0;i<str.length;i++){
num[i] = Integer.parseInt(str[i]);
}
if(num.length == 2){
System.out.print(num[0]*num[1] + " " );
System.out.println(2*(num[0]+num[1]));
}
}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,
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,
13,
13,
17,
2,
2,
13,
17,
2,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
66,
11
],
[
66,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
23,
28
],
[
14,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
31,
34
],
[
34,
35
],
[
34,
36
],
[
14,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
14,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
51,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
51,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
12,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint h = Integer.parseInt(strAry[0]);\n\t\tint w = Integer.parseInt(strAry[1]);\n\t\tSystem.out.println(h * w + \" \" + ((h * 2) + (w * 2)));\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint h = Integer.parseInt(strAry[0]);\n\t\tint w = Integer.parseInt(strAry[1]);\n\t\tSystem.out.println(h * w + \" \" + ((h * 2) + (w * 2)));\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint h = Integer.parseInt(strAry[0]);\n\t\tint w = Integer.parseInt(strAry[1]);\n\t\tSystem.out.println(h * w + \" \" + ((h * 2) + (w * 2)));\n\t}",
"main",
"{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint h = Integer.parseInt(strAry[0]);\n\t\tint w = Integer.parseInt(strAry[1]);\n\t\tSystem.out.println(h * w + \" \" + ((h * 2) + (w * 2)));\n\t}",
"InputStreamReader is = new InputStreamReader(System.in);",
"is",
"new InputStreamReader(System.in)",
"BufferedReader bf = new BufferedReader(is);",
"bf",
"new BufferedReader(is)",
"String[] strAry = bf.readLine().split(\" \");",
"strAry",
"bf.readLine().split(\" \")",
"bf.readLine().split",
"bf.readLine()",
"bf.readLine",
"bf",
"\" \"",
"int h = Integer.parseInt(strAry[0]);",
"h",
"Integer.parseInt(strAry[0])",
"Integer.parseInt",
"Integer",
"strAry[0]",
"strAry",
"0",
"int w = Integer.parseInt(strAry[1]);",
"w",
"Integer.parseInt(strAry[1])",
"Integer.parseInt",
"Integer",
"strAry[1]",
"strAry",
"1",
"System.out.println(h * w + \" \" + ((h * 2) + (w * 2)))",
"System.out.println",
"System.out",
"System",
"System.out",
"h * w + \" \" + ((h * 2) + (w * 2))",
"h * w + \" \" + ((h * 2) + (w * 2))",
"h * w",
"h",
"w",
"\" \"",
"((h * 2) + (w * 2))",
"(h * 2)",
"h",
"2",
"(w * 2)",
"w",
"2",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint h = Integer.parseInt(strAry[0]);\n\t\tint w = Integer.parseInt(strAry[1]);\n\t\tSystem.out.println(h * w + \" \" + ((h * 2) + (w * 2)));\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader bf = new BufferedReader(is);\n\t\tString[] strAry = bf.readLine().split(\" \");\n\t\tint h = Integer.parseInt(strAry[0]);\n\t\tint w = Integer.parseInt(strAry[1]);\n\t\tSystem.out.println(h * w + \" \" + ((h * 2) + (w * 2)));\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException{
InputStreamReader is = new InputStreamReader(System.in);
BufferedReader bf = new BufferedReader(is);
String[] strAry = bf.readLine().split(" ");
int h = Integer.parseInt(strAry[0]);
int w = Integer.parseInt(strAry[1]);
System.out.println(h * w + " " + ((h * 2) + (w * 2)));
}
} |
[
7,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
58,
2
],
[
58,
3
],
[
3,
4
],
[
3,
5
],
[
5,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
5,
11
],
[
11,
12
],
[
11,
13
],
[
13,
14
],
[
14,
15
],
[
13,
16
],
[
5,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
22,
23
],
[
22,
24
],
[
5,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
30,
31
],
[
30,
32
],
[
5,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
5,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
40,
44
],
[
5,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
51,
51
],
[
51,
52
],
[
51,
53
],
[
51,
54
],
[
3,
55
],
[
55,
56
],
[
0,
57
],
[
57,
58
],
[
57,
59
]
] | [
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tString input = new java.util.Scanner(System.in).nextLine(); \n\t\tString[] inputAry = input.split(\" \");\n\t\tint a = Integer.parseInt(inputAry[0]);\n\t\tint b = Integer.parseInt(inputAry[1]);\n\t\tint mennseki = a * b;\n\t\tint nagasa = (a + b) * 2;\n\t\tSystem.out.println(mennseki + \" \" + nagasa);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tString input = new java.util.Scanner(System.in).nextLine(); \n\t\tString[] inputAry = input.split(\" \");\n\t\tint a = Integer.parseInt(inputAry[0]);\n\t\tint b = Integer.parseInt(inputAry[1]);\n\t\tint mennseki = a * b;\n\t\tint nagasa = (a + b) * 2;\n\t\tSystem.out.println(mennseki + \" \" + nagasa);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tString input = new java.util.Scanner(System.in).nextLine(); \n\t\tString[] inputAry = input.split(\" \");\n\t\tint a = Integer.parseInt(inputAry[0]);\n\t\tint b = Integer.parseInt(inputAry[1]);\n\t\tint mennseki = a * b;\n\t\tint nagasa = (a + b) * 2;\n\t\tSystem.out.println(mennseki + \" \" + nagasa);\n\t}",
"main",
"{\n\t\tString input = new java.util.Scanner(System.in).nextLine(); \n\t\tString[] inputAry = input.split(\" \");\n\t\tint a = Integer.parseInt(inputAry[0]);\n\t\tint b = Integer.parseInt(inputAry[1]);\n\t\tint mennseki = a * b;\n\t\tint nagasa = (a + b) * 2;\n\t\tSystem.out.println(mennseki + \" \" + nagasa);\n\t}",
"String input = new java.util.Scanner(System.in).nextLine();",
"input",
"new java.util.Scanner(System.in).nextLine()",
"new java.util.Scanner(System.in).nextLine",
"new java.util.Scanner(System.in)",
"String[] inputAry = input.split(\" \");",
"inputAry",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int a = Integer.parseInt(inputAry[0]);",
"a",
"Integer.parseInt(inputAry[0])",
"Integer.parseInt",
"Integer",
"inputAry[0]",
"inputAry",
"0",
"int b = Integer.parseInt(inputAry[1]);",
"b",
"Integer.parseInt(inputAry[1])",
"Integer.parseInt",
"Integer",
"inputAry[1]",
"inputAry",
"1",
"int mennseki = a * b;",
"mennseki",
"a * b",
"a",
"b",
"int nagasa = (a + b) * 2;",
"nagasa",
"(a + b) * 2",
"(a + b)",
"a",
"b",
"2",
"System.out.println(mennseki + \" \" + nagasa)",
"System.out.println",
"System.out",
"System",
"System.out",
"mennseki + \" \" + nagasa",
"mennseki + \" \" + nagasa",
"mennseki",
"\" \"",
"nagasa",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tString input = new java.util.Scanner(System.in).nextLine(); \n\t\tString[] inputAry = input.split(\" \");\n\t\tint a = Integer.parseInt(inputAry[0]);\n\t\tint b = Integer.parseInt(inputAry[1]);\n\t\tint mennseki = a * b;\n\t\tint nagasa = (a + b) * 2;\n\t\tSystem.out.println(mennseki + \" \" + nagasa);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tString input = new java.util.Scanner(System.in).nextLine(); \n\t\tString[] inputAry = input.split(\" \");\n\t\tint a = Integer.parseInt(inputAry[0]);\n\t\tint b = Integer.parseInt(inputAry[1]);\n\t\tint mennseki = a * b;\n\t\tint nagasa = (a + b) * 2;\n\t\tSystem.out.println(mennseki + \" \" + nagasa);\n\t}\n}",
"Main"
] | public class Main {
public static void main(String[] args) {
String input = new java.util.Scanner(System.in).nextLine();
String[] inputAry = input.split(" ");
int a = Integer.parseInt(inputAry[0]);
int b = Integer.parseInt(inputAry[1]);
int mennseki = a * b;
int nagasa = (a + b) * 2;
System.out.println(mennseki + " " + nagasa);
}
} |
[
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,
2,
2,
2,
13,
13,
17,
2,
17,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
41,
5
],
[
41,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
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
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
28,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
6,
38
],
[
38,
39
],
[
0,
40
],
[
40,
41
],
[
40,
42
]
] | [
"import java.util.*;\n\npublic class Main{\n\n\tpublic static void main(String[] args)throws java.io.IOException{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tSystem.out.println(x*y + \" \" + 2*(x+y));\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"public class Main{\n\n\tpublic static void main(String[] args)throws java.io.IOException{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tSystem.out.println(x*y + \" \" + 2*(x+y));\n\t}\n}",
"Main",
"public static void main(String[] args)throws java.io.IOException{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tSystem.out.println(x*y + \" \" + 2*(x+y));\n\t}",
"main",
"{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tSystem.out.println(x*y + \" \" + 2*(x+y));\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int x = in.nextInt();",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"int y = in.nextInt();",
"y",
"in.nextInt()",
"in.nextInt",
"in",
"System.out.println(x*y + \" \" + 2*(x+y))",
"System.out.println",
"System.out",
"System",
"System.out",
"x*y + \" \" + 2*(x+y)",
"x*y + \" \" + 2*(x+y)",
"x*y",
"x",
"y",
"\" \"",
"2*(x+y)",
"2",
"(x+y)",
"x",
"y",
"String[] args",
"args",
"public class Main{\n\n\tpublic static void main(String[] args)throws java.io.IOException{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tSystem.out.println(x*y + \" \" + 2*(x+y));\n\t}\n}",
"public class Main{\n\n\tpublic static void main(String[] args)throws java.io.IOException{\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\tSystem.out.println(x*y + \" \" + 2*(x+y));\n\t}\n}",
"Main"
] | import java.util.*;
public class Main{
public static void main(String[] args)throws java.io.IOException{
Scanner in = new Scanner(System.in);
int x = in.nextInt();
int y = in.nextInt();
System.out.println(x*y + " " + 2*(x+y));
}
} |
[
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,
17,
2,
13,
13,
4,
18,
18,
13,
13,
2,
17,
13,
4,
18,
18,
13,
13,
2,
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
],
[
27,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
31,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
47,
48
],
[
47,
49
],
[
6,
50
],
[
50,
51
],
[
0,
52
],
[
52,
53
],
[
52,
54
]
] | [
"import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint ans1 = a * b;\n\t\t\tint ans2 = 2 * (a + b);\n\t\t\tSystem.out.print(\"\"+ ans1);\n\t\t\tSystem.out.println(\" \"+ ans2);\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\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint ans1 = a * b;\n\t\t\tint ans2 = 2 * (a + b);\n\t\t\tSystem.out.print(\"\"+ ans1);\n\t\t\tSystem.out.println(\" \"+ ans2);\n\t}\n}",
"Main",
"public static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint ans1 = a * b;\n\t\t\tint ans2 = 2 * (a + b);\n\t\t\tSystem.out.print(\"\"+ ans1);\n\t\t\tSystem.out.println(\" \"+ ans2);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint ans1 = a * b;\n\t\t\tint ans2 = 2 * (a + b);\n\t\t\tSystem.out.print(\"\"+ ans1);\n\t\t\tSystem.out.println(\" \"+ ans2);\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 ans1 = a * b;",
"ans1",
"a * b",
"a",
"b",
"int ans2 = 2 * (a + b);",
"ans2",
"2 * (a + b)",
"2",
"(a + b)",
"a",
"b",
"System.out.print(\"\"+ ans1)",
"System.out.print",
"System.out",
"System",
"System.out",
"\"\"+ ans1",
"\"\"",
"ans1",
"System.out.println(\" \"+ ans2)",
"System.out.println",
"System.out",
"System",
"System.out",
"\" \"+ ans2",
"\" \"",
"ans2",
"String args []",
"args",
"public class Main {\n\n\tpublic static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint ans1 = a * b;\n\t\t\tint ans2 = 2 * (a + b);\n\t\t\tSystem.out.print(\"\"+ ans1);\n\t\t\tSystem.out.println(\" \"+ ans2);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String args []){\n\t\tScanner scan = new Scanner(System.in);\n\t\t\tint a = scan.nextInt();\n\t\t\tint b = scan.nextInt();\n\t\t\tint ans1 = a * b;\n\t\t\tint ans2 = 2 * (a + b);\n\t\t\tSystem.out.print(\"\"+ ans1);\n\t\t\tSystem.out.println(\" \"+ ans2);\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 ans1 = a * b;
int ans2 = 2 * (a + b);
System.out.print(""+ ans1);
System.out.println(" "+ ans2);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
29,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
29,
2,
17,
2,
13,
13,
23,
13,
23,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
13,
13,
13,
41,
13,
4,
13,
13,
13,
4,
18,
18,
13,
13,
2,
2,
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
],
[
10,
11
],
[
10,
12
],
[
6,
13
],
[
13,
14
],
[
6,
15
],
[
15,
16
],
[
4,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
23,
25
],
[
17,
26
],
[
26,
27
],
[
17,
28
],
[
28,
29
],
[
4,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
36,
37
],
[
36,
38
],
[
38,
39
],
[
39,
40
],
[
32,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
32,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
48,
51
],
[
32,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
54,
56
],
[
54,
57
],
[
32,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
58,
63
],
[
64,
64
],
[
64,
65
],
[
64,
66
],
[
64,
67
],
[
30,
68
],
[
68,
69
]
] | [
"import java.util.Scanner;\n\nclass Main{\n static int area(int a,int b){\n\treturn a*b;\n }\n\n static int prmt(int a,int b){\n\treturn 2*(a+b);\n }\n\n public static void main(String args[]){\n\tScanner scan=new Scanner(System.in);\n\n\tint a=scan.nextInt();\n\tint b=scan.nextInt();\n\n\tint ans1=area(a,b);\n\tint ans2=prmt(a,b);\n\n\tSystem.out.println(ans1+\" \"+ans2);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n static int area(int a,int b){\n\treturn a*b;\n }\n\n static int prmt(int a,int b){\n\treturn 2*(a+b);\n }\n\n public static void main(String args[]){\n\tScanner scan=new Scanner(System.in);\n\n\tint a=scan.nextInt();\n\tint b=scan.nextInt();\n\n\tint ans1=area(a,b);\n\tint ans2=prmt(a,b);\n\n\tSystem.out.println(ans1+\" \"+ans2);\n }\n}",
"Main",
"static int area(int a,int b){\n\treturn a*b;\n }",
"area",
"{\n\treturn a*b;\n }",
"return a*b;",
"a*b",
"a",
"b",
"int a",
"a",
"int b",
"b",
"static int prmt(int a,int b){\n\treturn 2*(a+b);\n }",
"prmt",
"{\n\treturn 2*(a+b);\n }",
"return 2*(a+b);",
"2*(a+b)",
"2",
"(a+b)",
"a",
"b",
"int a",
"a",
"int b",
"b",
"public static void main(String args[]){\n\tScanner scan=new Scanner(System.in);\n\n\tint a=scan.nextInt();\n\tint b=scan.nextInt();\n\n\tint ans1=area(a,b);\n\tint ans2=prmt(a,b);\n\n\tSystem.out.println(ans1+\" \"+ans2);\n }",
"main",
"{\n\tScanner scan=new Scanner(System.in);\n\n\tint a=scan.nextInt();\n\tint b=scan.nextInt();\n\n\tint ans1=area(a,b);\n\tint ans2=prmt(a,b);\n\n\tSystem.out.println(ans1+\" \"+ans2);\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 ans1=area(a,b);",
"ans1",
"area(a,b)",
"area",
"a",
"b",
"int ans2=prmt(a,b);",
"ans2",
"prmt(a,b)",
"prmt",
"a",
"b",
"System.out.println(ans1+\" \"+ans2)",
"System.out.println",
"System.out",
"System",
"System.out",
"ans1+\" \"+ans2",
"ans1+\" \"+ans2",
"ans1",
"\" \"",
"ans2",
"String args[]",
"args"
] | import java.util.Scanner;
class Main{
static int area(int a,int b){
return a*b;
}
static int prmt(int a,int b){
return 2*(a+b);
}
public static void main(String args[]){
Scanner scan=new Scanner(System.in);
int a=scan.nextInt();
int b=scan.nextInt();
int ans1=area(a,b);
int ans2=prmt(a,b);
System.out.println(ans1+" "+ans2);
}
} |
[
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,
4,
18,
13,
17,
2,
13,
13,
2,
17,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
56,
5
],
[
56,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
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
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
41,
45
],
[
45,
46
],
[
45,
47
],
[
41,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
50,
52
],
[
6,
53
],
[
53,
54
],
[
0,
55
],
[
55,
56
],
[
55,
57
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tString[] line = scanner.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(line[0]);\n\t\tint num2 = Integer.parseInt(line[1]);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s\", num1*num2,2*(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\tString[] line = scanner.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(line[0]);\n\t\tint num2 = Integer.parseInt(line[1]);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s\", num1*num2,2*(num1+num2)));\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tString[] line = scanner.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(line[0]);\n\t\tint num2 = Integer.parseInt(line[1]);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s\", num1*num2,2*(num1+num2)));\n\t}",
"main",
"{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tString[] line = scanner.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(line[0]);\n\t\tint num2 = Integer.parseInt(line[1]);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s\", num1*num2,2*(num1+num2)));\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"String[] line = scanner.nextLine().split(\" \");",
"line",
"scanner.nextLine().split(\" \")",
"scanner.nextLine().split",
"scanner.nextLine()",
"scanner.nextLine",
"scanner",
"\" \"",
"int num1 = Integer.parseInt(line[0]);",
"num1",
"Integer.parseInt(line[0])",
"Integer.parseInt",
"Integer",
"line[0]",
"line",
"0",
"int num2 = Integer.parseInt(line[1]);",
"num2",
"Integer.parseInt(line[1])",
"Integer.parseInt",
"Integer",
"line[1]",
"line",
"1",
"System.out.println(String.format(\"%s %s\", num1*num2,2*(num1+num2)))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(\"%s %s\", num1*num2,2*(num1+num2))",
"String.format",
"String",
"\"%s %s\"",
"num1*num2",
"num1",
"num2",
"2*(num1+num2)",
"2",
"(num1+num2)",
"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\tString[] line = scanner.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(line[0]);\n\t\tint num2 = Integer.parseInt(line[1]);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s\", num1*num2,2*(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\tString[] line = scanner.nextLine().split(\" \");\n\t\tint num1 = Integer.parseInt(line[0]);\n\t\tint num2 = Integer.parseInt(line[1]);\n\t\t\n\t\tSystem.out.println(String.format(\"%s %s\", num1*num2,2*(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);
String[] line = scanner.nextLine().split(" ");
int num1 = Integer.parseInt(line[0]);
int num2 = Integer.parseInt(line[1]);
System.out.println(String.format("%s %s", num1*num2,2*(num1+num2)));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
41,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
17,
2,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
47,
5
],
[
47,
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
],
[
8,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
32,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
6,
44
],
[
44,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
]
] | [
"import java.util.Scanner;\npublic class Main{\n public static void main(String[] args){\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int men,naga;\n System.out.println(a*b+\" \"+(a*2+b*2));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int men,naga;\n System.out.println(a*b+\" \"+(a*2+b*2));\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 men,naga;\n System.out.println(a*b+\" \"+(a*2+b*2));\n }",
"main",
"{\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int men,naga;\n System.out.println(a*b+\" \"+(a*2+b*2));\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 men",
"men",
"naga;",
"naga",
"System.out.println(a*b+\" \"+(a*2+b*2))",
"System.out.println",
"System.out",
"System",
"System.out",
"a*b+\" \"+(a*2+b*2)",
"a*b+\" \"+(a*2+b*2)",
"a*b",
"a",
"b",
"\" \"",
"(a*2+b*2)",
"a*2",
"a",
"2",
"b*2",
"b",
"2",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int men,naga;\n System.out.println(a*b+\" \"+(a*2+b*2));\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int men,naga;\n System.out.println(a*b+\" \"+(a*2+b*2));\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 men,naga;
System.out.println(a*b+" "+(a*2+b*2));
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
17,
2,
13,
13,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
4,
8
],
[
8,
9
],
[
4,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
12,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
12,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
32,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
4,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
42,
48
],
[
48,
49
]
] | [
"import java.util.Scanner;\nclass Main {\n int x,y;\n public void suzuki(){\n Scanner sc = new Scanner(System.in);\n\n x = sc.nextInt();\n y = sc.nextInt();\n\n System.out.println(x * y + \" \" + 2 * (x + y));\n }\n public static void main(String[] args){\n\n new Main().suzuki();\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n int x,y;\n public void suzuki(){\n Scanner sc = new Scanner(System.in);\n\n x = sc.nextInt();\n y = sc.nextInt();\n\n System.out.println(x * y + \" \" + 2 * (x + y));\n }\n public static void main(String[] args){\n\n new Main().suzuki();\n }\n\n}",
"Main",
"int x",
"x",
"y;",
"y",
"public void suzuki(){\n Scanner sc = new Scanner(System.in);\n\n x = sc.nextInt();\n y = sc.nextInt();\n\n System.out.println(x * y + \" \" + 2 * (x + y));\n }",
"suzuki",
"{\n Scanner sc = new Scanner(System.in);\n\n x = sc.nextInt();\n y = sc.nextInt();\n\n System.out.println(x * y + \" \" + 2 * (x + y));\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"x = sc.nextInt()",
"x",
"sc.nextInt()",
"sc.nextInt",
"sc",
"y = sc.nextInt()",
"y",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println(x * y + \" \" + 2 * (x + y))",
"System.out.println",
"System.out",
"System",
"System.out",
"x * y + \" \" + 2 * (x + y)",
"x * y + \" \" + 2 * (x + y)",
"x * y",
"x",
"y",
"\" \"",
"2 * (x + y)",
"2",
"(x + y)",
"x",
"y",
"public static void main(String[] args){\n\n new Main().suzuki();\n }",
"main",
"{\n\n new Main().suzuki();\n }",
"new Main().suzuki()",
"new Main().suzuki",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
int x,y;
public void suzuki(){
Scanner sc = new Scanner(System.in);
x = sc.nextInt();
y = sc.nextInt();
System.out.println(x * y + " " + 2 * (x + y));
}
public static void main(String[] args){
new Main().suzuki();
}
} |
[
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,
2,
13,
17,
2,
17,
13,
2,
2,
13,
17,
2,
17,
13,
30,
4,
18,
13,
40,
17,
41,
13,
2,
13,
13,
41,
13,
2,
17,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
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
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
28,
30
],
[
23,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
35,
36
],
[
35,
37
],
[
22,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
8,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
46,
48
],
[
8,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
53,
55
],
[
8,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
62,
62
],
[
62,
63
],
[
62,
64
],
[
62,
65
],
[
6,
66
],
[
66,
67
]
] | [
"import java.util.*;\n\nclass 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 if((a<1 || 100<a) || (b<1 || 100<b)){\n System.exit(-1);\n }\n int area = a*b;\n int length = 2*(a+b);\n System.out.println(area+\" \"+length);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n public static void main( String[] args){\n Scanner sc = new Scanner( System.in);\n int a =sc.nextInt();\n int b = sc.nextInt();\n if((a<1 || 100<a) || (b<1 || 100<b)){\n System.exit(-1);\n }\n int area = a*b;\n int length = 2*(a+b);\n System.out.println(area+\" \"+length);\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 if((a<1 || 100<a) || (b<1 || 100<b)){\n System.exit(-1);\n }\n int area = a*b;\n int length = 2*(a+b);\n System.out.println(area+\" \"+length);\n }",
"main",
"{\n Scanner sc = new Scanner( System.in);\n int a =sc.nextInt();\n int b = sc.nextInt();\n if((a<1 || 100<a) || (b<1 || 100<b)){\n System.exit(-1);\n }\n int area = a*b;\n int length = 2*(a+b);\n System.out.println(area+\" \"+length);\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",
"if((a<1 || 100<a) || (b<1 || 100<b)){\n System.exit(-1);\n }",
"(a<1 || 100<a) || (b<1 || 100<b)",
"(a<1 || 100<a)",
"a<1",
"a",
"1",
"100<a",
"100",
"a",
"(b<1 || 100<b)",
"b<1",
"b",
"1",
"100<b",
"100",
"b",
"{\n System.exit(-1);\n }",
"System.exit(-1)",
"System.exit",
"System",
"-1",
"1",
"int area = a*b;",
"area",
"a*b",
"a",
"b",
"int length = 2*(a+b);",
"length",
"2*(a+b)",
"2",
"(a+b)",
"a",
"b",
"System.out.println(area+\" \"+length)",
"System.out.println",
"System.out",
"System",
"System.out",
"area+\" \"+length",
"area+\" \"+length",
"area",
"\" \"",
"length",
"String[] args",
"args"
] | import java.util.*;
class Main {
public static void main( String[] args){
Scanner sc = new Scanner( System.in);
int a =sc.nextInt();
int b = sc.nextInt();
if((a<1 || 100<a) || (b<1 || 100<b)){
System.exit(-1);
}
int area = a*b;
int length = 2*(a+b);
System.out.println(area+" "+length);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
17,
41,
13,
20,
17,
41,
13,
20,
17,
41,
13,
4,
18,
13,
0,
13,
4,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
18,
13,
17,
2,
18,
13,
17,
18,
13,
17,
0,
18,
13,
17,
2,
2,
2,
18,
13,
17,
18,
13,
17,
18,
13,
17,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
18,
13,
17,
17,
18,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
105,
8
],
[
105,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
19
],
[
19,
20
],
[
19,
21
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
11,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
11,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
11,
48
],
[
48,
49
],
[
49,
50
],
[
49,
51
],
[
48,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
11,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
66,
67
],
[
66,
68
],
[
11,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
69,
73
],
[
75,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
74,
82
],
[
82,
83
],
[
82,
84
],
[
75,
85
],
[
85,
86
],
[
85,
87
],
[
11,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
90,
92
],
[
88,
93
],
[
94,
94
],
[
94,
95
],
[
95,
96
],
[
95,
97
],
[
94,
98
],
[
94,
99
],
[
99,
100
],
[
99,
101
],
[
9,
102
],
[
102,
103
],
[
0,
104
],
[
104,
105
],
[
104,
106
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n/*\n * 提出用Mainクラス\n */\npublic class Main {\n public static void main(String args[] ) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n Integer[] result = new Integer[2];\n Integer[] N = new Integer[2];\n String[] input = new String[2];\n String readLine = br.readLine();\n input = readLine.split(\" \");\n N[0] = Integer.parseInt(input[0]);\n N[1] = Integer.parseInt(input[1]);\n result[0] = N[0] * N[1];\n result[1] = N[0] + N[0] + N[1] + N[1];\n System.out.println(result[0] +\" \" + result[1]);\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 BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n Integer[] result = new Integer[2];\n Integer[] N = new Integer[2];\n String[] input = new String[2];\n String readLine = br.readLine();\n input = readLine.split(\" \");\n N[0] = Integer.parseInt(input[0]);\n N[1] = Integer.parseInt(input[1]);\n result[0] = N[0] * N[1];\n result[1] = N[0] + N[0] + N[1] + N[1];\n System.out.println(result[0] +\" \" + result[1]);\n }\n}",
"Main",
"public static void main(String args[] ) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n Integer[] result = new Integer[2];\n Integer[] N = new Integer[2];\n String[] input = new String[2];\n String readLine = br.readLine();\n input = readLine.split(\" \");\n N[0] = Integer.parseInt(input[0]);\n N[1] = Integer.parseInt(input[1]);\n result[0] = N[0] * N[1];\n result[1] = N[0] + N[0] + N[1] + N[1];\n System.out.println(result[0] +\" \" + result[1]);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n Integer[] result = new Integer[2];\n Integer[] N = new Integer[2];\n String[] input = new String[2];\n String readLine = br.readLine();\n input = readLine.split(\" \");\n N[0] = Integer.parseInt(input[0]);\n N[1] = Integer.parseInt(input[1]);\n result[0] = N[0] * N[1];\n result[1] = N[0] + N[0] + N[1] + N[1];\n System.out.println(result[0] +\" \" + result[1]);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"Integer[] result = new Integer[2];",
"result",
"new Integer[2]",
"2",
"Integer[] N = new Integer[2];",
"N",
"new Integer[2]",
"2",
"String[] input = new String[2];",
"input",
"new String[2]",
"2",
"String readLine = br.readLine();",
"readLine",
"br.readLine()",
"br.readLine",
"br",
"input = readLine.split(\" \")",
"input",
"readLine.split(\" \")",
"readLine.split",
"readLine",
"\" \"",
"N[0] = Integer.parseInt(input[0])",
"N[0]",
"N",
"0",
"Integer.parseInt(input[0])",
"Integer.parseInt",
"Integer",
"input[0]",
"input",
"0",
"N[1] = Integer.parseInt(input[1])",
"N[1]",
"N",
"1",
"Integer.parseInt(input[1])",
"Integer.parseInt",
"Integer",
"input[1]",
"input",
"1",
"result[0] = N[0] * N[1]",
"result[0]",
"result",
"0",
"N[0] * N[1]",
"N[0]",
"N",
"0",
"N[1]",
"N",
"1",
"result[1] = N[0] + N[0] + N[1] + N[1]",
"result[1]",
"result",
"1",
"N[0] + N[0] + N[1] + N[1]",
"N[1]",
"N[0] + N[0] + N[1] + N[1]",
"N[0]",
"N",
"0",
"N[0]",
"N",
"0",
"N[1]",
"N",
"1",
"N[1]",
"N",
"1",
"System.out.println(result[0] +\" \" + result[1])",
"System.out.println",
"System.out",
"System",
"System.out",
"result[0] +\" \" + result[1]",
"result[0] +\" \" + result[1]",
"result[0]",
"result",
"0",
"\" \"",
"result[1]",
"result",
"1",
"String args[]",
"args",
"public class Main {\n public static void main(String args[] ) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n Integer[] result = new Integer[2];\n Integer[] N = new Integer[2];\n String[] input = new String[2];\n String readLine = br.readLine();\n input = readLine.split(\" \");\n N[0] = Integer.parseInt(input[0]);\n N[1] = Integer.parseInt(input[1]);\n result[0] = N[0] * N[1];\n result[1] = N[0] + N[0] + N[1] + N[1];\n System.out.println(result[0] +\" \" + result[1]);\n }\n}",
"public class Main {\n public static void main(String args[] ) throws Exception {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n Integer[] result = new Integer[2];\n Integer[] N = new Integer[2];\n String[] input = new String[2];\n String readLine = br.readLine();\n input = readLine.split(\" \");\n N[0] = Integer.parseInt(input[0]);\n N[1] = Integer.parseInt(input[1]);\n result[0] = N[0] * N[1];\n result[1] = N[0] + N[0] + N[1] + N[1];\n System.out.println(result[0] +\" \" + result[1]);\n }\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
/*
* 提出用Mainクラス
*/
public class Main {
public static void main(String args[] ) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
Integer[] result = new Integer[2];
Integer[] N = new Integer[2];
String[] input = new String[2];
String readLine = br.readLine();
input = readLine.split(" ");
N[0] = Integer.parseInt(input[0]);
N[1] = Integer.parseInt(input[1]);
result[0] = N[0] * N[1];
result[1] = N[0] + N[0] + N[1] + N[1];
System.out.println(result[0] +" " + result[1]);
}
} |
[
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,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
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
],
[
54,
11
],
[
54,
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
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
14,
41
],
[
41,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
41,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
48,
50
],
[
12,
51
],
[
51,
52
],
[
0,
53
],
[
53,
54
],
[
53,
55
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\t\n\t\tSystem.out.print(x*y+\" \");\n\t\tSystem.out.println(2*(x+y));\n\t\t\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\t\n\t\tSystem.out.print(x*y+\" \");\n\t\tSystem.out.println(2*(x+y));\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\t\n\t\tSystem.out.print(x*y+\" \");\n\t\tSystem.out.println(2*(x+y));\n\t\t\n\t}",
"main",
"{\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\t\n\t\tSystem.out.print(x*y+\" \");\n\t\tSystem.out.println(2*(x+y));\n\t\t\n\t}",
"BufferedReader br=new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"Scanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));",
"scan",
"new Scanner(new BufferedReader(new InputStreamReader(System.in)))",
"int x=scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y=scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.print(x*y+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"x*y+\" \"",
"x*y",
"x",
"y",
"\" \"",
"System.out.println(2*(x+y))",
"System.out.println",
"System.out",
"System",
"System.out",
"2*(x+y)",
"2",
"(x+y)",
"x",
"y",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\t\n\t\tSystem.out.print(x*y+\" \");\n\t\tSystem.out.println(2*(x+y));\n\t\t\n\t}\n\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br=new BufferedReader(new InputStreamReader(System.in));\n\t\tScanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));\n\t\t\n\t\tint x=scan.nextInt();\n\t\tint y=scan.nextInt();\n\t\t\n\t\tSystem.out.print(x*y+\" \");\n\t\tSystem.out.println(2*(x+y));\n\t\t\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
Scanner scan=new Scanner(new BufferedReader(new InputStreamReader(System.in)));
int x=scan.nextInt();
int y=scan.nextInt();
System.out.print(x*y+" ");
System.out.println(2*(x+y));
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
4,
18,
18,
13,
13,
2,
2,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
17,
2,
2,
4,
18,
13,
18,
13,
17,
17,
2,
4,
18,
13,
18,
13,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
68,
5
],
[
68,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
22,
26
],
[
8,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
27,
32
],
[
33,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
35,
38
],
[
38,
39
],
[
38,
40
],
[
34,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
44,
45
],
[
44,
46
],
[
33,
47
],
[
33,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
49,
56
],
[
48,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
61,
62
],
[
61,
63
],
[
57,
64
],
[
6,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] | [
"import java.io.*;\npublic class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \", 0);\n\t\t\tSystem.out.println(Integer.parseInt(spl[0])*Integer.parseInt(spl[1])+\" \"+(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2));\n\t}\n\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \", 0);\n\t\t\tSystem.out.println(Integer.parseInt(spl[0])*Integer.parseInt(spl[1])+\" \"+(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2));\n\t}\n\n}",
"Main",
"public static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \", 0);\n\t\t\tSystem.out.println(Integer.parseInt(spl[0])*Integer.parseInt(spl[1])+\" \"+(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2));\n\t}",
"main",
"{\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \", 0);\n\t\t\tSystem.out.println(Integer.parseInt(spl[0])*Integer.parseInt(spl[1])+\" \"+(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2));\n\t}",
"InputStreamReader is = new InputStreamReader(System.in);",
"is",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(is);",
"br",
"new BufferedReader(is)",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] spl = str.split(\" \", 0);",
"spl",
"str.split(\" \", 0)",
"str.split",
"str",
"\" \"",
"0",
"System.out.println(Integer.parseInt(spl[0])*Integer.parseInt(spl[1])+\" \"+(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2))",
"System.out.println",
"System.out",
"System",
"System.out",
"Integer.parseInt(spl[0])*Integer.parseInt(spl[1])+\" \"+(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2)",
"Integer.parseInt(spl[0])*Integer.parseInt(spl[1])+\" \"+(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2)",
"Integer.parseInt(spl[0])*Integer.parseInt(spl[1])",
"Integer.parseInt(spl[0])",
"Integer.parseInt",
"Integer",
"spl[0]",
"spl",
"0",
"Integer.parseInt(spl[1])",
"Integer.parseInt",
"Integer",
"spl[1]",
"spl",
"1",
"\" \"",
"(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2)",
"Integer.parseInt(spl[0])*2",
"Integer.parseInt(spl[0])",
"Integer.parseInt",
"Integer",
"spl[0]",
"spl",
"0",
"2",
"Integer.parseInt(spl[1])*2",
"Integer.parseInt(spl[1])",
"Integer.parseInt",
"Integer",
"spl[1]",
"spl",
"1",
"2",
"String[] arg",
"arg",
"public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \", 0);\n\t\t\tSystem.out.println(Integer.parseInt(spl[0])*Integer.parseInt(spl[1])+\" \"+(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2));\n\t}\n\n}",
"public class Main {\n\t\tpublic static void main(String[] arg) throws IOException {\n\t\t\tInputStreamReader is = new InputStreamReader(System.in); \n\t BufferedReader br = new BufferedReader(is);\n\t\t\tString str = br.readLine();\n\t\t\tString[] spl = str.split(\" \", 0);\n\t\t\tSystem.out.println(Integer.parseInt(spl[0])*Integer.parseInt(spl[1])+\" \"+(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2));\n\t}\n\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] arg) throws IOException {
InputStreamReader is = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(is);
String str = br.readLine();
String[] spl = str.split(" ", 0);
System.out.println(Integer.parseInt(spl[0])*Integer.parseInt(spl[1])+" "+(Integer.parseInt(spl[0])*2+Integer.parseInt(spl[1])*2));
}
} |
[
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,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
47,
5
],
[
47,
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
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
40,
40
],
[
40,
41
],
[
40,
42
],
[
40,
43
],
[
6,
44
],
[
44,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint area = a * b;\n\t\tint round = (a + b) * 2;\n\t\tSystem.out.println(area + \" \" + round);\n\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint area = a * b;\n\t\tint round = (a + b) * 2;\n\t\tSystem.out.println(area + \" \" + round);\n\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint area = a * b;\n\t\tint round = (a + b) * 2;\n\t\tSystem.out.println(area + \" \" + round);\n\n\t}",
"main",
"{\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint area = a * b;\n\t\tint round = (a + b) * 2;\n\t\tSystem.out.println(area + \" \" + round);\n\n\t}",
"Scanner scanner = new Scanner(System.in);",
"scanner",
"new Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int area = a * b;",
"area",
"a * b",
"a",
"b",
"int round = (a + b) * 2;",
"round",
"(a + b) * 2",
"(a + b)",
"a",
"b",
"2",
"System.out.println(area + \" \" + round)",
"System.out.println",
"System.out",
"System",
"System.out",
"area + \" \" + round",
"area + \" \" + round",
"area",
"\" \"",
"round",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint area = a * b;\n\t\tint round = (a + b) * 2;\n\t\tSystem.out.println(area + \" \" + round);\n\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\tint area = a * b;\n\t\tint round = (a + b) * 2;\n\t\tSystem.out.println(area + \" \" + round);\n\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int area = a * b;
int round = (a + b) * 2;
System.out.println(area + " " + round);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
59,
14
],
[
59,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
24,
26
],
[
26,
27
],
[
27,
28
],
[
26,
29
],
[
29,
30
],
[
30,
31
],
[
17,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
38,
39
],
[
17,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
46,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
46,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
15,
56
],
[
56,
57
],
[
0,
58
],
[
58,
59
],
[
58,
60
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint a = Integer.parseInt(buffer.nextToken());\n\t\t\tint b = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tSystem.out.println(a * b + \" \" + (a + b ) * 2);\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint a = Integer.parseInt(buffer.nextToken());\n\t\t\tint b = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tSystem.out.println(a * b + \" \" + (a + b ) * 2);\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint a = Integer.parseInt(buffer.nextToken());\n\t\t\tint b = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tSystem.out.println(a * b + \" \" + (a + b ) * 2);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint a = Integer.parseInt(buffer.nextToken());\n\t\t\tint b = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tSystem.out.println(a * b + \" \" + (a + b ) * 2);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"StringTokenizer buffer = new StringTokenizer(br.readLine());",
"buffer",
"new StringTokenizer(br.readLine())",
"int a = Integer.parseInt(buffer.nextToken());",
"a",
"Integer.parseInt(buffer.nextToken())",
"Integer.parseInt",
"Integer",
"buffer.nextToken()",
"buffer.nextToken",
"buffer",
"int b = Integer.parseInt(buffer.nextToken());",
"b",
"Integer.parseInt(buffer.nextToken())",
"Integer.parseInt",
"Integer",
"buffer.nextToken()",
"buffer.nextToken",
"buffer",
"System.out.println(a * b + \" \" + (a + b ) * 2)",
"System.out.println",
"System.out",
"System",
"System.out",
"a * b + \" \" + (a + b ) * 2",
"a * b + \" \" + (a + b ) * 2",
"a * b",
"a",
"b",
"\" \"",
"(a + b ) * 2",
"(a + b )",
"a",
"b",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint a = Integer.parseInt(buffer.nextToken());\n\t\t\tint b = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tSystem.out.println(a * b + \" \" + (a + b ) * 2);\n\t}\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tStringTokenizer buffer = new StringTokenizer(br.readLine());\n\t\t\tint a = Integer.parseInt(buffer.nextToken());\n\t\t\tint b = Integer.parseInt(buffer.nextToken());\n\t\t\t\n\t\t\tSystem.out.println(a * b + \" \" + (a + b ) * 2);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer buffer = new StringTokenizer(br.readLine());
int a = Integer.parseInt(buffer.nextToken());
int b = Integer.parseInt(buffer.nextToken());
System.out.println(a * b + " " + (a + b ) * 2);
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
17,
2,
13,
17,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
56,
5
],
[
56,
6
],
[
6,
7
],
[
56,
8
],
[
8,
9
],
[
56,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
12,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
12,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
32,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
56,
44
],
[
44,
45
],
[
44,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
51,
52
],
[
44,
53
],
[
53,
54
],
[
0,
55
],
[
55,
56
],
[
55,
57
]
] | [
"import java.util.Scanner;\npublic class Main{\n\tint tate;\n\tint yoko;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ttate = sc.nextInt();\n\t\tyoko = sc.nextInt();\n\t\tSystem.out.println((tate*yoko)+\" \"+(tate*2+yoko*2));\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tint tate;\n\tint yoko;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ttate = sc.nextInt();\n\t\tyoko = sc.nextInt();\n\t\tSystem.out.println((tate*yoko)+\" \"+(tate*2+yoko*2));\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"Main",
"int tate;",
"tate",
"int yoko;",
"yoko",
"public void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ttate = sc.nextInt();\n\t\tyoko = sc.nextInt();\n\t\tSystem.out.println((tate*yoko)+\" \"+(tate*2+yoko*2));\n\t}",
"solve",
"{\n\t\tScanner sc = new Scanner(System.in);\n\t\ttate = sc.nextInt();\n\t\tyoko = sc.nextInt();\n\t\tSystem.out.println((tate*yoko)+\" \"+(tate*2+yoko*2));\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"tate = sc.nextInt()",
"tate",
"sc.nextInt()",
"sc.nextInt",
"sc",
"yoko = sc.nextInt()",
"yoko",
"sc.nextInt()",
"sc.nextInt",
"sc",
"System.out.println((tate*yoko)+\" \"+(tate*2+yoko*2))",
"System.out.println",
"System.out",
"System",
"System.out",
"(tate*yoko)+\" \"+(tate*2+yoko*2)",
"(tate*yoko)+\" \"+(tate*2+yoko*2)",
"(tate*yoko)",
"tate",
"yoko",
"\" \"",
"(tate*2+yoko*2)",
"tate*2",
"tate",
"2",
"yoko*2",
"yoko",
"2",
"public static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}",
"main",
"{\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}",
"Main obj = new Main();",
"obj",
"new Main()",
"obj.solve()",
"obj.solve",
"obj",
"String[] args",
"args",
"public class Main{\n\tint tate;\n\tint yoko;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ttate = sc.nextInt();\n\t\tyoko = sc.nextInt();\n\t\tSystem.out.println((tate*yoko)+\" \"+(tate*2+yoko*2));\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"public class Main{\n\tint tate;\n\tint yoko;\n\t\n\tpublic void solve(){\n\t\tScanner sc = new Scanner(System.in);\n\t\ttate = sc.nextInt();\n\t\tyoko = sc.nextInt();\n\t\tSystem.out.println((tate*yoko)+\" \"+(tate*2+yoko*2));\n\t}\n\tpublic static void main(String[] args){\n\t\tMain obj = new Main();\n\t\tobj.solve();\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
int tate;
int yoko;
public void solve(){
Scanner sc = new Scanner(System.in);
tate = sc.nextInt();
yoko = sc.nextInt();
System.out.println((tate*yoko)+" "+(tate*2+yoko*2));
}
public static void main(String[] args){
Main obj = new Main();
obj.solve();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
13,
13,
41,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
13,
4,
18,
18,
13,
13,
2,
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
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
45,
47
],
[
6,
48
],
[
48,
49
]
] | [
"import java.util.Scanner;\nclass Main{\n public static void main(String[]arge){\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int men=a*b;\n int syu=(a+b)*2;\n System.out.print(men);\n System.out.println(\" \"+syu); \n }\n}\n ",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n public static void main(String[]arge){\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int men=a*b;\n int syu=(a+b)*2;\n System.out.print(men);\n System.out.println(\" \"+syu); \n }\n}",
"Main",
"public static void main(String[]arge){\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int men=a*b;\n int syu=(a+b)*2;\n System.out.print(men);\n System.out.println(\" \"+syu); \n }",
"main",
"{\n Scanner sc=new Scanner(System.in);\n int a=sc.nextInt();\n int b=sc.nextInt();\n int men=a*b;\n int syu=(a+b)*2;\n System.out.print(men);\n System.out.println(\" \"+syu); \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 men=a*b;",
"men",
"a*b",
"a",
"b",
"int syu=(a+b)*2;",
"syu",
"(a+b)*2",
"(a+b)",
"a",
"b",
"2",
"System.out.print(men)",
"System.out.print",
"System.out",
"System",
"System.out",
"men",
"System.out.println(\" \"+syu)",
"System.out.println",
"System.out",
"System",
"System.out",
"\" \"+syu",
"\" \"",
"syu",
"String[]arge",
"arge"
] | import java.util.Scanner;
class Main{
public static void main(String[]arge){
Scanner sc=new Scanner(System.in);
int a=sc.nextInt();
int b=sc.nextInt();
int men=a*b;
int syu=(a+b)*2;
System.out.print(men);
System.out.println(" "+syu);
}
}
|
[
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,
2,
2,
2,
13,
13,
17,
2,
2,
17,
13,
2,
17,
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
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
6,
40
],
[
40,
41
],
[
0,
42
],
[
42,
43
],
[
42,
44
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n public static void main(String... args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.println(a*b + \" \" + (2*a+2*b));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String... args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.println(a*b + \" \" + (2*a+2*b));\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 System.out.println(a*b + \" \" + (2*a+2*b));\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.println(a*b + \" \" + (2*a+2*b));\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.println(a*b + \" \" + (2*a+2*b))",
"System.out.println",
"System.out",
"System",
"System.out",
"a*b + \" \" + (2*a+2*b)",
"a*b + \" \" + (2*a+2*b)",
"a*b",
"a",
"b",
"\" \"",
"(2*a+2*b)",
"2*a",
"2",
"a",
"2*b",
"2",
"b",
"String... args",
"args",
"public class Main {\n public static void main(String... args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.println(a*b + \" \" + (2*a+2*b));\n }\n}",
"public class Main {\n public static void main(String... args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.println(a*b + \" \" + (2*a+2*b));\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();
System.out.println(a*b + " " + (2*a+2*b));
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
12,
13,
30,
4,
18,
18,
13,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
17,
13,
2,
17,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
66,
5
],
[
66,
6
],
[
6,
7
],
[
66,
8
],
[
8,
9
],
[
66,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
12,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
66,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
29,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
28,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
48,
49
],
[
48,
50
],
[
66,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
53,
57
],
[
57,
58
],
[
58,
59
],
[
53,
60
],
[
60,
61
],
[
61,
62
],
[
51,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"\n import java.util.Scanner;\npublic class Main{\n\n int a,b;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n a = scan.nextInt();\n b = scan.nextInt();\n \n }\n \n\n\n public void output(){\n\tSystem.out.print(a*b+\" \");\n System.out.println(2*a+2*b);\n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.output();\n }\n}\n ",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\n int a,b;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n a = scan.nextInt();\n b = scan.nextInt();\n \n }\n \n\n\n public void output(){\n\tSystem.out.print(a*b+\" \");\n System.out.println(2*a+2*b);\n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.output();\n }\n}",
"Main",
"int a",
"a",
"b;",
"b",
"public void input(){\n\tScanner scan = new Scanner(System.in);\n a = scan.nextInt();\n b = scan.nextInt();\n \n }",
"input",
"{\n\tScanner scan = new Scanner(System.in);\n a = scan.nextInt();\n b = scan.nextInt();\n \n }",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"a = scan.nextInt()",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"b = scan.nextInt()",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"public void output(){\n\tSystem.out.print(a*b+\" \");\n System.out.println(2*a+2*b);\n }",
"output",
"{\n\tSystem.out.print(a*b+\" \");\n System.out.println(2*a+2*b);\n }",
"System.out.print(a*b+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"a*b+\" \"",
"a*b",
"a",
"b",
"\" \"",
"System.out.println(2*a+2*b)",
"System.out.println",
"System.out",
"System",
"System.out",
"2*a+2*b",
"2*a",
"2",
"a",
"2*b",
"2",
"b",
"public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.output();\n }",
"main",
"{\n Main p = new Main();\n p.input();\n p.output();\n }",
"Main p = new Main();",
"p",
"new Main()",
"p.input()",
"p.input",
"p",
"p.output()",
"p.output",
"p",
"String[] args",
"args",
"public class Main{\n\n int a,b;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n a = scan.nextInt();\n b = scan.nextInt();\n \n }\n \n\n\n public void output(){\n\tSystem.out.print(a*b+\" \");\n System.out.println(2*a+2*b);\n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.output();\n }\n}",
"public class Main{\n\n int a,b;\n\n public void input(){\n\tScanner scan = new Scanner(System.in);\n a = scan.nextInt();\n b = scan.nextInt();\n \n }\n \n\n\n public void output(){\n\tSystem.out.print(a*b+\" \");\n System.out.println(2*a+2*b);\n }\n public static void main(String[] args){\n Main p = new Main();\n p.input();\n p.output();\n }\n}",
"Main"
] |
import java.util.Scanner;
public class Main{
int a,b;
public void input(){
Scanner scan = new Scanner(System.in);
a = scan.nextInt();
b = scan.nextInt();
}
public void output(){
System.out.print(a*b+" ");
System.out.println(2*a+2*b);
}
public static void main(String[] args){
Main p = new Main();
p.input();
p.output();
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
4,
13,
23,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
2,
13,
17,
2,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
82,
11
],
[
82,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
12,
17
],
[
17,
18
],
[
82,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
22,
23
],
[
21,
24
],
[
24,
25
],
[
21,
26
],
[
26,
27
],
[
26,
28
],
[
21,
29
],
[
29,
30
],
[
29,
31
],
[
31,
32
],
[
32,
33
],
[
21,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
36,
40
],
[
21,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
48
],
[
21,
49
],
[
49,
50
],
[
49,
51
],
[
51,
52
],
[
52,
53
],
[
51,
54
],
[
54,
55
],
[
54,
56
],
[
21,
57
],
[
57,
58
],
[
57,
59
],
[
59,
60
],
[
59,
61
],
[
21,
62
],
[
62,
63
],
[
62,
64
],
[
64,
65
],
[
65,
66
],
[
65,
67
],
[
64,
68
],
[
68,
69
],
[
68,
70
],
[
21,
71
],
[
71,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
71,
76
],
[
77,
77
],
[
77,
78
],
[
77,
79
],
[
77,
80
],
[
0,
81
],
[
81,
82
],
[
81,
83
]
] | [
"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\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tint area = a * b;\n\t\tint lengthOfAround = a * 2 + b * 2;\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\n\t}\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[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tint area = a * b;\n\t\tint lengthOfAround = a * 2 + b * 2;\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\n\t}\n\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tprint();\n\t}",
"main",
"{\n\t\tprint();\n\t}",
"print()",
"print",
"String[] args",
"args",
"private static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tint area = a * b;\n\t\tint lengthOfAround = a * 2 + b * 2;\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\n\t}",
"print",
"{\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tint area = a * b;\n\t\tint lengthOfAround = a * 2 + b * 2;\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\n\t}",
"int a;",
"a",
"int b;",
"b",
"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[] num = str.split(\" \", 0);",
"num",
"str.split(\" \", 0)",
"str.split",
"str",
"\" \"",
"0",
"a = Integer.parseInt(num[0])",
"a",
"Integer.parseInt(num[0])",
"Integer.parseInt",
"Integer",
"num[0]",
"num",
"0",
"b = Integer.parseInt(num[1])",
"b",
"Integer.parseInt(num[1])",
"Integer.parseInt",
"Integer",
"num[1]",
"num",
"1",
"int area = a * b;",
"area",
"a * b",
"a",
"b",
"int lengthOfAround = a * 2 + b * 2;",
"lengthOfAround",
"a * 2 + b * 2",
"a * 2",
"a",
"2",
"b * 2",
"b",
"2",
"System.out.println(area + \" \" + lengthOfAround)",
"System.out.println",
"System.out",
"System",
"System.out",
"area + \" \" + lengthOfAround",
"area + \" \" + lengthOfAround",
"area",
"\" \"",
"lengthOfAround",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tint area = a * b;\n\t\tint lengthOfAround = a * 2 + b * 2;\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\n\t}\n\n\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tprint();\n\t}\n\n\tprivate static void print() throws IOException {\n\t\tint a;\n\t\tint b;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] num = str.split(\" \", 0);\n\t\ta = Integer.parseInt(num[0]);\n\t\tb = Integer.parseInt(num[1]);\n\n\t\tint area = a * b;\n\t\tint lengthOfAround = a * 2 + b * 2;\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\n\t}\n\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
print();
}
private static void print() throws IOException {
int a;
int b;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] num = str.split(" ", 0);
a = Integer.parseInt(num[0]);
b = Integer.parseInt(num[1]);
int area = a * b;
int lengthOfAround = a * 2 + b * 2;
System.out.println(area + " " + lengthOfAround);
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
17,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
18,
13,
13,
4,
18,
13,
13,
2,
13,
13,
2,
17,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
45,
5
],
[
45,
6
],
[
6,
7
],
[
6,
8
],
[
45,
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
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
30,
34
],
[
34,
35
],
[
34,
36
],
[
30,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
9,
42
],
[
42,
43
],
[
0,
44
],
[
44,
45
],
[
44,
46
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n private static final String format = \"%d %d\";\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n\n System.out.println(String.format(format, (a * b), (2 * (a + b))));\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n private static final String format = \"%d %d\";\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n\n System.out.println(String.format(format, (a * b), (2 * (a + b))));\n }\n}",
"Main",
"private static final String format = \"%d %d\";",
"format",
"\"%d %d\"",
"public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n\n System.out.println(String.format(format, (a * b), (2 * (a + b))));\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n\n System.out.println(String.format(format, (a * b), (2 * (a + b))));\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",
"System.out.println(String.format(format, (a * b), (2 * (a + b))))",
"System.out.println",
"System.out",
"System",
"System.out",
"String.format(format, (a * b), (2 * (a + b)))",
"String.format",
"String",
"format",
"(a * b)",
"a",
"b",
"(2 * (a + b))",
"2",
"(a + b)",
"a",
"b",
"String[] args",
"args",
"public class Main {\n\n private static final String format = \"%d %d\";\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n\n System.out.println(String.format(format, (a * b), (2 * (a + b))));\n }\n}",
"public class Main {\n\n private static final String format = \"%d %d\";\n\n public static void main(String[] args) {\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n\n System.out.println(String.format(format, (a * b), (2 * (a + b))));\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
private static final String format = "%d %d";
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
System.out.println(String.format(format, (a * b), (2 * (a + b))));
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
12,
13,
30,
4,
18,
20,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
4,
8
],
[
8,
9
],
[
4,
10
],
[
10,
11
],
[
10,
12
],
[
12,
13
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
12,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
12,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
26,
31
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
32,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
4,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
42,
48
],
[
48,
49
]
] | [
"import java.util.Scanner;\nclass Main {\n int a,b; \n public void kami(){\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n \n System.out.println(a * b + \" \" + (a + b) * 2); \n }\n\n public static void main(String[] args) {\n new Main().kami();\n }\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n int a,b; \n public void kami(){\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n \n System.out.println(a * b + \" \" + (a + b) * 2); \n }\n\n public static void main(String[] args) {\n new Main().kami();\n }\n\n}",
"Main",
"int a",
"a",
"b;",
"b",
"public void kami(){\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n \n System.out.println(a * b + \" \" + (a + b) * 2); \n }",
"kami",
"{\n Scanner sc = new Scanner(System.in);\n a = sc.nextInt();\n b = sc.nextInt();\n \n System.out.println(a * b + \" \" + (a + b) * 2); \n }",
"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) * 2)",
"System.out.println",
"System.out",
"System",
"System.out",
"a * b + \" \" + (a + b) * 2",
"a * b + \" \" + (a + b) * 2",
"a * b",
"a",
"b",
"\" \"",
"(a + b) * 2",
"(a + b)",
"a",
"b",
"2",
"public static void main(String[] args) {\n new Main().kami();\n }",
"main",
"{\n new Main().kami();\n }",
"new Main().kami()",
"new Main().kami",
"new Main()",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
int a,b;
public void kami(){
Scanner sc = new Scanner(System.in);
a = sc.nextInt();
b = sc.nextInt();
System.out.println(a * b + " " + (a + b) * 2);
}
public static void main(String[] args) {
new Main().kami();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
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
],
[
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
],
[
45,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
45,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
6,
55
],
[
55,
56
]
] | [
"import java.io.*;\n \nclass Main {\n public static void main(String[] arg)throws IOException{\n BufferedReader b = new BufferedReader(new InputStreamReader(System.in));\n String s = b.readLine();\n String[] spl = s.split(\" \");\n int tate = Integer.parseInt(spl[0]);\n int yoko = Integer.parseInt(spl[1]);\n System.out.println(tate*yoko + \" \"+ 2*(tate+yoko));\n } \n}",
"import java.io.*;",
"io.*",
"java",
"class Main {\n public static void main(String[] arg)throws IOException{\n BufferedReader b = new BufferedReader(new InputStreamReader(System.in));\n String s = b.readLine();\n String[] spl = s.split(\" \");\n int tate = Integer.parseInt(spl[0]);\n int yoko = Integer.parseInt(spl[1]);\n System.out.println(tate*yoko + \" \"+ 2*(tate+yoko));\n } \n}",
"Main",
"public static void main(String[] arg)throws IOException{\n BufferedReader b = new BufferedReader(new InputStreamReader(System.in));\n String s = b.readLine();\n String[] spl = s.split(\" \");\n int tate = Integer.parseInt(spl[0]);\n int yoko = Integer.parseInt(spl[1]);\n System.out.println(tate*yoko + \" \"+ 2*(tate+yoko));\n }",
"main",
"{\n BufferedReader b = new BufferedReader(new InputStreamReader(System.in));\n String s = b.readLine();\n String[] spl = s.split(\" \");\n int tate = Integer.parseInt(spl[0]);\n int yoko = Integer.parseInt(spl[1]);\n System.out.println(tate*yoko + \" \"+ 2*(tate+yoko));\n }",
"BufferedReader b = new BufferedReader(new InputStreamReader(System.in));",
"b",
"new BufferedReader(new InputStreamReader(System.in))",
"String s = b.readLine();",
"s",
"b.readLine()",
"b.readLine",
"b",
"String[] spl = s.split(\" \");",
"spl",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"int tate = Integer.parseInt(spl[0]);",
"tate",
"Integer.parseInt(spl[0])",
"Integer.parseInt",
"Integer",
"spl[0]",
"spl",
"0",
"int yoko = Integer.parseInt(spl[1]);",
"yoko",
"Integer.parseInt(spl[1])",
"Integer.parseInt",
"Integer",
"spl[1]",
"spl",
"1",
"System.out.println(tate*yoko + \" \"+ 2*(tate+yoko))",
"System.out.println",
"System.out",
"System",
"System.out",
"tate*yoko + \" \"+ 2*(tate+yoko)",
"tate*yoko + \" \"+ 2*(tate+yoko)",
"tate*yoko",
"tate",
"yoko",
"\" \"",
"2*(tate+yoko)",
"2",
"(tate+yoko)",
"tate",
"yoko",
"String[] arg",
"arg"
] | import java.io.*;
class Main {
public static void main(String[] arg)throws IOException{
BufferedReader b = new BufferedReader(new InputStreamReader(System.in));
String s = b.readLine();
String[] spl = s.split(" ");
int tate = Integer.parseInt(spl[0]);
int yoko = Integer.parseInt(spl[1]);
System.out.println(tate*yoko + " "+ 2*(tate+yoko));
}
} |
[
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,
2,
2,
2,
13,
13,
17,
2,
2,
17,
13,
2,
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
],
[
22,
27
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
37,
38
],
[
37,
39
],
[
6,
40
],
[
40,
41
]
] | [
"import java.util.*;\nclass Main {\n\tpublic static void main (String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.println((a*b) + \" \" + (2*a+2*b));\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main {\n\tpublic static void main (String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.println((a*b) + \" \" + (2*a+2*b));\n\t}\n}",
"Main",
"public static void main (String[] args) throws Exception {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.println((a*b) + \" \" + (2*a+2*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\tSystem.out.println((a*b) + \" \" + (2*a+2*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",
"System.out.println((a*b) + \" \" + (2*a+2*b))",
"System.out.println",
"System.out",
"System",
"System.out",
"(a*b) + \" \" + (2*a+2*b)",
"(a*b) + \" \" + (2*a+2*b)",
"(a*b)",
"a",
"b",
"\" \"",
"(2*a+2*b)",
"2*a",
"2",
"a",
"2*b",
"2",
"b",
"String[] args",
"args"
] | import java.util.*;
class Main {
public static void main (String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
System.out.println((a*b) + " " + (2*a+2*b));
}
}
|
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
0,
13,
4,
18,
4,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
17,
2,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
64,
8
],
[
64,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
21,
22
],
[
22,
23
],
[
19,
24
],
[
11,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
31,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
36,
37
],
[
36,
38
],
[
32,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
42,
43
],
[
42,
44
],
[
31,
45
],
[
31,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
49,
50
],
[
48,
51
],
[
51,
52
],
[
51,
53
],
[
47,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
46,
60
],
[
9,
61
],
[
61,
62
],
[
0,
63
],
[
63,
64
],
[
63,
65
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n \npublic class Main{\n public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArray;\n\t\tstrArray = br.readLine().split(\"\\\\s\");\n\t\tSystem.out.println(Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1]) + \" \" + (Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2);\n\t}\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\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArray;\n\t\tstrArray = br.readLine().split(\"\\\\s\");\n\t\tSystem.out.println(Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1]) + \" \" + (Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2);\n\t}\n}",
"Main",
"public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArray;\n\t\tstrArray = br.readLine().split(\"\\\\s\");\n\t\tSystem.out.println(Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1]) + \" \" + (Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArray;\n\t\tstrArray = br.readLine().split(\"\\\\s\");\n\t\tSystem.out.println(Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1]) + \" \" + (Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] strArray;",
"strArray",
"strArray = br.readLine().split(\"\\\\s\")",
"strArray",
"br.readLine().split(\"\\\\s\")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\"\\\\s\"",
"System.out.println(Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1]) + \" \" + (Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2)",
"System.out.println",
"System.out",
"System",
"System.out",
"Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1]) + \" \" + (Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2",
"Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1]) + \" \" + (Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2",
"Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1])",
"Integer.parseInt(strArray[0])",
"Integer.parseInt",
"Integer",
"strArray[0]",
"strArray",
"0",
"Integer.parseInt(strArray[1])",
"Integer.parseInt",
"Integer",
"strArray[1]",
"strArray",
"1",
"\" \"",
"(Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2",
"(Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1]))",
"Integer.parseInt(strArray[0])",
"Integer.parseInt",
"Integer",
"strArray[0]",
"strArray",
"0",
"Integer.parseInt(strArray[1])",
"Integer.parseInt",
"Integer",
"strArray[1]",
"strArray",
"1",
"2",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArray;\n\t\tstrArray = br.readLine().split(\"\\\\s\");\n\t\tSystem.out.println(Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1]) + \" \" + (Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2);\n\t}\n}",
"public class Main{\n public static void main(String[] args) throws Exception{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] strArray;\n\t\tstrArray = br.readLine().split(\"\\\\s\");\n\t\tSystem.out.println(Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1]) + \" \" + (Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2);\n\t}\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main{
public static void main(String[] args) throws Exception{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] strArray;
strArray = br.readLine().split("\\s");
System.out.println(Integer.parseInt(strArray[0]) * Integer.parseInt(strArray[1]) + " " + (Integer.parseInt(strArray[0]) + Integer.parseInt(strArray[1])) * 2);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
14,
2,
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,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
17,
2,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
71,
11
],
[
71,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
20,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
24,
25
],
[
24,
26
],
[
23,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
27,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
39,
40
],
[
39,
41
],
[
27,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
27,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
56,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
56,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
61,
65
],
[
65,
66
],
[
65,
67
],
[
12,
68
],
[
68,
69
],
[
0,
70
],
[
70,
71
],
[
70,
72
]
] | [
"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, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tString[] parts = line.split(\" \");\n\t\t\tint lon = Integer.parseInt(parts[0]);\n\t\t\tint sid = Integer.parseInt(parts[1]);\n\t\t\tSystem.out.println((lon * sid) + \" \" + (lon * 2 + sid * 2));\n\t\t}\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tString[] parts = line.split(\" \");\n\t\t\tint lon = Integer.parseInt(parts[0]);\n\t\t\tint sid = Integer.parseInt(parts[1]);\n\t\t\tSystem.out.println((lon * sid) + \" \" + (lon * 2 + sid * 2));\n\t\t}\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tString[] parts = line.split(\" \");\n\t\t\tint lon = Integer.parseInt(parts[0]);\n\t\t\tint sid = Integer.parseInt(parts[1]);\n\t\t\tSystem.out.println((lon * sid) + \" \" + (lon * 2 + sid * 2));\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tString[] parts = line.split(\" \");\n\t\t\tint lon = Integer.parseInt(parts[0]);\n\t\t\tint sid = Integer.parseInt(parts[1]);\n\t\t\tSystem.out.println((lon * sid) + \" \" + (lon * 2 + sid * 2));\n\t\t}\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = br.readLine();",
"line",
"br.readLine()",
"br.readLine",
"br",
"if( line != null ){\n\t\t\tString[] parts = line.split(\" \");\n\t\t\tint lon = Integer.parseInt(parts[0]);\n\t\t\tint sid = Integer.parseInt(parts[1]);\n\t\t\tSystem.out.println((lon * sid) + \" \" + (lon * 2 + sid * 2));\n\t\t}",
"line != null",
"line",
"null",
"{\n\t\t\tString[] parts = line.split(\" \");\n\t\t\tint lon = Integer.parseInt(parts[0]);\n\t\t\tint sid = Integer.parseInt(parts[1]);\n\t\t\tSystem.out.println((lon * sid) + \" \" + (lon * 2 + sid * 2));\n\t\t}",
"String[] parts = line.split(\" \");",
"parts",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int lon = Integer.parseInt(parts[0]);",
"lon",
"Integer.parseInt(parts[0])",
"Integer.parseInt",
"Integer",
"parts[0]",
"parts",
"0",
"int sid = Integer.parseInt(parts[1]);",
"sid",
"Integer.parseInt(parts[1])",
"Integer.parseInt",
"Integer",
"parts[1]",
"parts",
"1",
"System.out.println((lon * sid) + \" \" + (lon * 2 + sid * 2))",
"System.out.println",
"System.out",
"System",
"System.out",
"(lon * sid) + \" \" + (lon * 2 + sid * 2)",
"(lon * sid) + \" \" + (lon * 2 + sid * 2)",
"(lon * sid)",
"lon",
"sid",
"\" \"",
"(lon * 2 + sid * 2)",
"lon * 2",
"lon",
"2",
"sid * 2",
"sid",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tString[] parts = line.split(\" \");\n\t\t\tint lon = Integer.parseInt(parts[0]);\n\t\t\tint sid = Integer.parseInt(parts[1]);\n\t\t\tSystem.out.println((lon * sid) + \" \" + (lon * 2 + sid * 2));\n\t\t}\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException, NumberFormatException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = br.readLine();\n\t\tif( line != null ){\n\t\t\tString[] parts = line.split(\" \");\n\t\t\tint lon = Integer.parseInt(parts[0]);\n\t\t\tint sid = Integer.parseInt(parts[1]);\n\t\t\tSystem.out.println((lon * sid) + \" \" + (lon * 2 + sid * 2));\n\t\t}\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException, NumberFormatException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String line = br.readLine();
if( line != null ){
String[] parts = line.split(" ");
int lon = Integer.parseInt(parts[0]);
int sid = Integer.parseInt(parts[1]);
System.out.println((lon * sid) + " " + (lon * 2 + sid * 2));
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
13,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
30,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
55,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
54,
58
],
[
55,
59
],
[
6,
60
],
[
60,
61
]
] | [
"import java.util.Scanner;\n\n\nclass Main {\n\tpublic static void main(String args[]) {\n\t\t\n\tScanner sc = new Scanner(System.in);\n\tString t = sc.next();\n\tint a = Integer.parseInt(t);\n\tString y = sc.next();\n\tint b = Integer.parseInt(y);\n\tSystem.out.print( a * b );\n\tSystem.out.print( \" \" );\n\tSystem.out.println( a + a + b + b );\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n\tpublic static void main(String args[]) {\n\t\t\n\tScanner sc = new Scanner(System.in);\n\tString t = sc.next();\n\tint a = Integer.parseInt(t);\n\tString y = sc.next();\n\tint b = Integer.parseInt(y);\n\tSystem.out.print( a * b );\n\tSystem.out.print( \" \" );\n\tSystem.out.println( a + a + b + b );\n\t}\n\n}",
"Main",
"public static void main(String args[]) {\n\t\t\n\tScanner sc = new Scanner(System.in);\n\tString t = sc.next();\n\tint a = Integer.parseInt(t);\n\tString y = sc.next();\n\tint b = Integer.parseInt(y);\n\tSystem.out.print( a * b );\n\tSystem.out.print( \" \" );\n\tSystem.out.println( a + a + b + b );\n\t}",
"main",
"{\n\t\t\n\tScanner sc = new Scanner(System.in);\n\tString t = sc.next();\n\tint a = Integer.parseInt(t);\n\tString y = sc.next();\n\tint b = Integer.parseInt(y);\n\tSystem.out.print( a * b );\n\tSystem.out.print( \" \" );\n\tSystem.out.println( a + a + b + b );\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"String t = sc.next();",
"t",
"sc.next()",
"sc.next",
"sc",
"int a = Integer.parseInt(t);",
"a",
"Integer.parseInt(t)",
"Integer.parseInt",
"Integer",
"t",
"String y = sc.next();",
"y",
"sc.next()",
"sc.next",
"sc",
"int b = Integer.parseInt(y);",
"b",
"Integer.parseInt(y)",
"Integer.parseInt",
"Integer",
"y",
"System.out.print( a * b )",
"System.out.print",
"System.out",
"System",
"System.out",
"a * b",
"a",
"b",
"System.out.print( \" \" )",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \"",
"System.out.println( a + a + b + b )",
"System.out.println",
"System.out",
"System",
"System.out",
"a + a + b + b",
"b",
"a + a + b + b",
"a",
"a",
"b",
"b",
"String args[]",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String args[]) {
Scanner sc = new Scanner(System.in);
String t = sc.next();
int a = Integer.parseInt(t);
String y = sc.next();
int b = Integer.parseInt(y);
System.out.print( a * b );
System.out.print( " " );
System.out.println( a + a + b + b );
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
17,
41,
13,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
30,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
17,
2,
13,
13,
29,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
73,
5
],
[
73,
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
],
[
8,
20
],
[
20,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
24,
29
],
[
20,
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
],
[
30,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
50,
51
],
[
49,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
59,
59
],
[
59,
60
],
[
60,
61
],
[
60,
62
],
[
59,
63
],
[
59,
64
],
[
64,
65
],
[
64,
66
],
[
66,
67
],
[
66,
68
],
[
8,
69
],
[
6,
70
],
[
70,
71
],
[
0,
72
],
[
72,
73
],
[
72,
74
]
] | [
"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 = 0, b = 0;\n\t\tString temp;\n\t\ttry{\n\t\t\ttemp = scan.next();\n\t\t\ta = Integer.parseInt(temp);\n\t\t\ttemp = scan.next();\n\t\t\tb = Integer.parseInt(temp);\n\t\t}catch( IllegalStateException e ){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\treturn;\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = 0, b = 0;\n\t\tString temp;\n\t\ttry{\n\t\t\ttemp = scan.next();\n\t\t\ta = Integer.parseInt(temp);\n\t\t\ttemp = scan.next();\n\t\t\tb = Integer.parseInt(temp);\n\t\t}catch( IllegalStateException e ){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\treturn;\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = 0, b = 0;\n\t\tString temp;\n\t\ttry{\n\t\t\ttemp = scan.next();\n\t\t\ta = Integer.parseInt(temp);\n\t\t\ttemp = scan.next();\n\t\t\tb = Integer.parseInt(temp);\n\t\t}catch( IllegalStateException e ){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\treturn;\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint a = 0, b = 0;\n\t\tString temp;\n\t\ttry{\n\t\t\ttemp = scan.next();\n\t\t\ta = Integer.parseInt(temp);\n\t\t\ttemp = scan.next();\n\t\t\tb = Integer.parseInt(temp);\n\t\t}catch( IllegalStateException e ){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\treturn;\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a = 0",
"a",
"0",
"b = 0;",
"b",
"0",
"String temp;",
"temp",
"try{\n\t\t\ttemp = scan.next();\n\t\t\ta = Integer.parseInt(temp);\n\t\t\ttemp = scan.next();\n\t\t\tb = Integer.parseInt(temp);\n\t\t}catch( IllegalStateException e ){\n\t\t\tSystem.out.println(e);\n\t\t}",
"catch( IllegalStateException e ){\n\t\t\tSystem.out.println(e);\n\t\t}",
"IllegalStateException e",
"{\n\t\t\tSystem.out.println(e);\n\t\t}",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"{\n\t\t\ttemp = scan.next();\n\t\t\ta = Integer.parseInt(temp);\n\t\t\ttemp = scan.next();\n\t\t\tb = Integer.parseInt(temp);\n\t\t}",
"temp = scan.next()",
"temp",
"scan.next()",
"scan.next",
"scan",
"a = Integer.parseInt(temp)",
"a",
"Integer.parseInt(temp)",
"Integer.parseInt",
"Integer",
"temp",
"temp = scan.next()",
"temp",
"scan.next()",
"scan.next",
"scan",
"b = Integer.parseInt(temp)",
"b",
"Integer.parseInt(temp)",
"Integer.parseInt",
"Integer",
"temp",
"System.out.println((a * b) + \" \" + (2 * (a + b)))",
"System.out.println",
"System.out",
"System",
"System.out",
"(a * b) + \" \" + (2 * (a + b))",
"(a * b) + \" \" + (2 * (a + b))",
"(a * b)",
"a",
"b",
"\" \"",
"(2 * (a + b))",
"2",
"(a + b)",
"a",
"b",
"return;",
"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 = 0, b = 0;\n\t\tString temp;\n\t\ttry{\n\t\t\ttemp = scan.next();\n\t\t\ta = Integer.parseInt(temp);\n\t\t\ttemp = scan.next();\n\t\t\tb = Integer.parseInt(temp);\n\t\t}catch( IllegalStateException e ){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\treturn;\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 = 0, b = 0;\n\t\tString temp;\n\t\ttry{\n\t\t\ttemp = scan.next();\n\t\t\ta = Integer.parseInt(temp);\n\t\t\ttemp = scan.next();\n\t\t\tb = Integer.parseInt(temp);\n\t\t}catch( IllegalStateException e ){\n\t\t\tSystem.out.println(e);\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\treturn;\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 = 0, b = 0;
String temp;
try{
temp = scan.next();
a = Integer.parseInt(temp);
temp = scan.next();
b = Integer.parseInt(temp);
}catch( IllegalStateException e ){
System.out.println(e);
}
System.out.println((a * b) + " " + (2 * (a + b)));
return;
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
17,
2,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
68,
11
],
[
68,
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
],
[
35,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
40,
41
],
[
40,
42
],
[
36,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
46,
47
],
[
46,
48
],
[
35,
49
],
[
35,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
52,
55
],
[
55,
56
],
[
55,
57
],
[
51,
58
],
[
58,
59
],
[
59,
60
],
[
58,
61
],
[
61,
62
],
[
61,
63
],
[
50,
64
],
[
12,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\tString[] result = test.split(\" \");\n\t\tSystem.out.println(Integer.parseInt(result[0]) *Integer.parseInt(result[1]) + \" \" + (Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2); \n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\tString[] result = test.split(\" \");\n\t\tSystem.out.println(Integer.parseInt(result[0]) *Integer.parseInt(result[1]) + \" \" + (Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2); \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 test = br.readLine();\n\t\tString[] result = test.split(\" \");\n\t\tSystem.out.println(Integer.parseInt(result[0]) *Integer.parseInt(result[1]) + \" \" + (Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2); \n\t}",
"main",
"{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\tString[] result = test.split(\" \");\n\t\tSystem.out.println(Integer.parseInt(result[0]) *Integer.parseInt(result[1]) + \" \" + (Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2); \n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String test = br.readLine();",
"test",
"br.readLine()",
"br.readLine",
"br",
"String[] result = test.split(\" \");",
"result",
"test.split(\" \")",
"test.split",
"test",
"\" \"",
"System.out.println(Integer.parseInt(result[0]) *Integer.parseInt(result[1]) + \" \" + (Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2)",
"System.out.println",
"System.out",
"System",
"System.out",
"Integer.parseInt(result[0]) *Integer.parseInt(result[1]) + \" \" + (Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2",
"Integer.parseInt(result[0]) *Integer.parseInt(result[1]) + \" \" + (Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2",
"Integer.parseInt(result[0]) *Integer.parseInt(result[1])",
"Integer.parseInt(result[0])",
"Integer.parseInt",
"Integer",
"result[0]",
"result",
"0",
"Integer.parseInt(result[1])",
"Integer.parseInt",
"Integer",
"result[1]",
"result",
"1",
"\" \"",
"(Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2",
"(Integer.parseInt(result[0]) +Integer.parseInt(result[1]))",
"Integer.parseInt(result[0])",
"Integer.parseInt",
"Integer",
"result[0]",
"result",
"0",
"Integer.parseInt(result[1])",
"Integer.parseInt",
"Integer",
"result[1]",
"result",
"1",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\tString[] result = test.split(\" \");\n\t\tSystem.out.println(Integer.parseInt(result[0]) *Integer.parseInt(result[1]) + \" \" + (Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2); \n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString test = br.readLine();\n\t\tString[] result = test.split(\" \");\n\t\tSystem.out.println(Integer.parseInt(result[0]) *Integer.parseInt(result[1]) + \" \" + (Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2); \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 test = br.readLine();
String[] result = test.split(" ");
System.out.println(Integer.parseInt(result[0]) *Integer.parseInt(result[1]) + " " + (Integer.parseInt(result[0]) +Integer.parseInt(result[1]))*2);
}
} |
[
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,
2,
13,
17,
2,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
69,
5
],
[
69,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
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
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
50,
51
],
[
50,
52
],
[
8,
53
],
[
53,
54
],
[
54,
55
],
[
55,
56
],
[
55,
57
],
[
53,
58
],
[
59,
59
],
[
59,
60
],
[
59,
61
],
[
59,
62
],
[
8,
63
],
[
63,
64
],
[
64,
65
],
[
6,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint x = a * b;\n\t\tint y = (a*2)+(b*2);\n\t\tSystem.out.println(x + \" \" + y);\n\t\tbr.close();\n\t}\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint x = a * b;\n\t\tint y = (a*2)+(b*2);\n\t\tSystem.out.println(x + \" \" + y);\n\t\tbr.close();\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint x = a * b;\n\t\tint y = (a*2)+(b*2);\n\t\tSystem.out.println(x + \" \" + y);\n\t\tbr.close();\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint x = a * b;\n\t\tint y = (a*2)+(b*2);\n\t\tSystem.out.println(x + \" \" + y);\n\t\tbr.close();\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"String[] strs = str.split(\" \");",
"strs",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int a = Integer.parseInt(strs[0]);",
"a",
"Integer.parseInt(strs[0])",
"Integer.parseInt",
"Integer",
"strs[0]",
"strs",
"0",
"int b = Integer.parseInt(strs[1]);",
"b",
"Integer.parseInt(strs[1])",
"Integer.parseInt",
"Integer",
"strs[1]",
"strs",
"1",
"int x = a * b;",
"x",
"a * b",
"a",
"b",
"int y = (a*2)+(b*2);",
"y",
"(a*2)+(b*2)",
"(a*2)",
"a",
"2",
"(b*2)",
"b",
"2",
"System.out.println(x + \" \" + y)",
"System.out.println",
"System.out",
"System",
"System.out",
"x + \" \" + y",
"x + \" \" + y",
"x",
"\" \"",
"y",
"br.close()",
"br.close",
"br",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint x = a * b;\n\t\tint y = (a*2)+(b*2);\n\t\tSystem.out.println(x + \" \" + y);\n\t\tbr.close();\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] strs = str.split(\" \");\n\t\tint a = Integer.parseInt(strs[0]);\n\t\tint b = Integer.parseInt(strs[1]);\n\t\tint x = a * b;\n\t\tint y = (a*2)+(b*2);\n\t\tSystem.out.println(x + \" \" + y);\n\t\tbr.close();\n\t}\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine();
String[] strs = str.split(" ");
int a = Integer.parseInt(strs[0]);
int b = Integer.parseInt(strs[1]);
int x = a * b;
int y = (a*2)+(b*2);
System.out.println(x + " " + y);
br.close();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
17,
41,
13,
17,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
13,
17,
2,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
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
],
[
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
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
39,
40
],
[
39,
41
],
[
8,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
42,
47
],
[
48,
48
],
[
48,
49
],
[
48,
50
],
[
48,
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\tint men=0, len=0;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tmen = a*b;\n\t\tlen = a*2+b*2;\n\t\t\n\t\tSystem.out.println(men+\" \"+len);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main (String[] args){\n\t\tint men=0, len=0;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tmen = a*b;\n\t\tlen = a*2+b*2;\n\t\t\n\t\tSystem.out.println(men+\" \"+len);\n\t}\n}",
"Main",
"public static void main (String[] args){\n\t\tint men=0, len=0;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tmen = a*b;\n\t\tlen = a*2+b*2;\n\t\t\n\t\tSystem.out.println(men+\" \"+len);\n\t}",
"main",
"{\n\t\tint men=0, len=0;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tmen = a*b;\n\t\tlen = a*2+b*2;\n\t\t\n\t\tSystem.out.println(men+\" \"+len);\n\t}",
"int men=0",
"men",
"0",
"len=0;",
"len",
"0",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int a = in.nextInt();",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"int b = in.nextInt();",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"men = a*b",
"men",
"a*b",
"a",
"b",
"len = a*2+b*2",
"len",
"a*2+b*2",
"a*2",
"a",
"2",
"b*2",
"b",
"2",
"System.out.println(men+\" \"+len)",
"System.out.println",
"System.out",
"System",
"System.out",
"men+\" \"+len",
"men+\" \"+len",
"men",
"\" \"",
"len",
"String[] args",
"args",
"public class Main{\n\tpublic static void main (String[] args){\n\t\tint men=0, len=0;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tmen = a*b;\n\t\tlen = a*2+b*2;\n\t\t\n\t\tSystem.out.println(men+\" \"+len);\n\t}\n}",
"public class Main{\n\tpublic static void main (String[] args){\n\t\tint men=0, len=0;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\t\n\t\tmen = a*b;\n\t\tlen = a*2+b*2;\n\t\t\n\t\tSystem.out.println(men+\" \"+len);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main (String[] args){
int men=0, len=0;
Scanner in = new Scanner(System.in);
int a = in.nextInt();
int b = in.nextInt();
men = a*b;
len = a*2+b*2;
System.out.println(men+" "+len);
}
} |
[
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,
2,
13,
17,
2,
13,
17,
4,
18,
18,
13,
13,
2,
2,
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
],
[
69,
11
],
[
69,
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
],
[
50,
51
],
[
50,
52
],
[
49,
53
],
[
53,
54
],
[
53,
55
],
[
14,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
56,
61
],
[
62,
62
],
[
62,
63
],
[
62,
64
],
[
62,
65
],
[
12,
66
],
[
66,
67
],
[
0,
68
],
[
68,
69
],
[
68,
70
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNumber = br.readLine().split(\" \");\n\n\t\tint height = Integer.parseInt(inputNumber[0]);\n\t\tint width = Integer.parseInt(inputNumber[1]);\n\t\tint area = height * width;\n\t\tint totalLength = (height*2) + (width*2);\n\t\tSystem.out.println(area + \" \" + totalLength);\n\t}\n\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNumber = br.readLine().split(\" \");\n\n\t\tint height = Integer.parseInt(inputNumber[0]);\n\t\tint width = Integer.parseInt(inputNumber[1]);\n\t\tint area = height * width;\n\t\tint totalLength = (height*2) + (width*2);\n\t\tSystem.out.println(area + \" \" + totalLength);\n\t}\n\n\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNumber = br.readLine().split(\" \");\n\n\t\tint height = Integer.parseInt(inputNumber[0]);\n\t\tint width = Integer.parseInt(inputNumber[1]);\n\t\tint area = height * width;\n\t\tint totalLength = (height*2) + (width*2);\n\t\tSystem.out.println(area + \" \" + totalLength);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNumber = br.readLine().split(\" \");\n\n\t\tint height = Integer.parseInt(inputNumber[0]);\n\t\tint width = Integer.parseInt(inputNumber[1]);\n\t\tint area = height * width;\n\t\tint totalLength = (height*2) + (width*2);\n\t\tSystem.out.println(area + \" \" + totalLength);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String[] inputNumber = br.readLine().split(\" \");",
"inputNumber",
"br.readLine().split(\" \")",
"br.readLine().split",
"br.readLine()",
"br.readLine",
"br",
"\" \"",
"int height = Integer.parseInt(inputNumber[0]);",
"height",
"Integer.parseInt(inputNumber[0])",
"Integer.parseInt",
"Integer",
"inputNumber[0]",
"inputNumber",
"0",
"int width = Integer.parseInt(inputNumber[1]);",
"width",
"Integer.parseInt(inputNumber[1])",
"Integer.parseInt",
"Integer",
"inputNumber[1]",
"inputNumber",
"1",
"int area = height * width;",
"area",
"height * width",
"height",
"width",
"int totalLength = (height*2) + (width*2);",
"totalLength",
"(height*2) + (width*2)",
"(height*2)",
"height",
"2",
"(width*2)",
"width",
"2",
"System.out.println(area + \" \" + totalLength)",
"System.out.println",
"System.out",
"System",
"System.out",
"area + \" \" + totalLength",
"area + \" \" + totalLength",
"area",
"\" \"",
"totalLength",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNumber = br.readLine().split(\" \");\n\n\t\tint height = Integer.parseInt(inputNumber[0]);\n\t\tint width = Integer.parseInt(inputNumber[1]);\n\t\tint area = height * width;\n\t\tint totalLength = (height*2) + (width*2);\n\t\tSystem.out.println(area + \" \" + totalLength);\n\t}\n\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] inputNumber = br.readLine().split(\" \");\n\n\t\tint height = Integer.parseInt(inputNumber[0]);\n\t\tint width = Integer.parseInt(inputNumber[1]);\n\t\tint area = height * width;\n\t\tint totalLength = (height*2) + (width*2);\n\t\tSystem.out.println(area + \" \" + totalLength);\n\t}\n\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String[] inputNumber = br.readLine().split(" ");
int height = Integer.parseInt(inputNumber[0]);
int width = Integer.parseInt(inputNumber[1]);
int area = height * width;
int totalLength = (height*2) + (width*2);
System.out.println(area + " " + totalLength);
}
} |
[
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,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
17,
13,
2,
17,
13,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
49,
8
],
[
49,
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
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
31,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
31,
35
],
[
31,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
36,
40
],
[
40,
41
],
[
40,
42
],
[
11,
43
],
[
43,
44
],
[
44,
45
],
[
9,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\n\n//????????¢?????¢???????±???????????????°??????\npublic class Main{\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint x=in.nextInt();\n\t\tint y=in.nextInt();\n\n\t\tSystem.out.println(x*y +\" \"+ (2*x+2*y));//??¢???\n\n\t\tin.close();\n\t}\n\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint x=in.nextInt();\n\t\tint y=in.nextInt();\n\n\t\tSystem.out.println(x*y +\" \"+ (2*x+2*y));//??¢???\n\n\t\tin.close();\n\t}\n\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint x=in.nextInt();\n\t\tint y=in.nextInt();\n\n\t\tSystem.out.println(x*y +\" \"+ (2*x+2*y));//??¢???\n\n\t\tin.close();\n\t}",
"main",
"{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint x=in.nextInt();\n\t\tint y=in.nextInt();\n\n\t\tSystem.out.println(x*y +\" \"+ (2*x+2*y));//??¢???\n\n\t\tin.close();\n\t}",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int x=in.nextInt();",
"x",
"in.nextInt()",
"in.nextInt",
"in",
"int y=in.nextInt();",
"y",
"in.nextInt()",
"in.nextInt",
"in",
"System.out.println(x*y +\" \"+ (2*x+2*y))",
"System.out.println",
"System.out",
"System",
"System.out",
"x*y +\" \"+ (2*x+2*y)",
"x*y +\" \"+ (2*x+2*y)",
"x*y",
"x",
"y",
"\" \"",
"(2*x+2*y)",
"2*x",
"2",
"x",
"2*y",
"2",
"y",
"in.close()",
"in.close",
"in",
"String[] args",
"args",
"public class Main{\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint x=in.nextInt();\n\t\tint y=in.nextInt();\n\n\t\tSystem.out.println(x*y +\" \"+ (2*x+2*y));//??¢???\n\n\t\tin.close();\n\t}\n\n}",
"public class Main{\n\n\tpublic static void main(String[] args) throws IOException{\n\n\t\tScanner in = new Scanner(System.in);\n\t\tint x=in.nextInt();\n\t\tint y=in.nextInt();\n\n\t\tSystem.out.println(x*y +\" \"+ (2*x+2*y));//??¢???\n\n\t\tin.close();\n\t}\n\n}",
"Main"
] | import java.io.IOException;
import java.util.Scanner;
//????????¢?????¢???????±???????????????°??????
public class Main{
public static void main(String[] args) throws IOException{
Scanner in = new Scanner(System.in);
int x=in.nextInt();
int y=in.nextInt();
System.out.println(x*y +" "+ (2*x+2*y));//??¢???
in.close();
}
} |
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
17,
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,
2,
13,
17,
2,
13,
17,
4,
18,
18,
13,
13,
2,
2,
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
],
[
68,
5
],
[
68,
6
],
[
6,
7
],
[
68,
8
],
[
8,
9
],
[
68,
10
],
[
10,
11
],
[
10,
12
],
[
68,
13
],
[
13,
14
],
[
13,
15
],
[
68,
16
],
[
16,
17
],
[
16,
18
],
[
18,
19
],
[
19,
20
],
[
19,
21
],
[
18,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
18,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
18,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
18,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
18,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
48,
50
],
[
46,
51
],
[
52,
52
],
[
52,
53
],
[
52,
54
],
[
52,
55
],
[
68,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
58,
62
],
[
62,
63
],
[
63,
64
],
[
56,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] | [
"import java.util.Scanner;\npublic class Main{\n int tate;\n int yoko;\n int seki=0;\n int syu=0;\n \n public void solve(){\n Scanner sc= new Scanner(System.in);\n tate= sc.nextInt();\n yoko= sc.nextInt();\n seki=tate*yoko;\n syu=tate*2+yoko*2;\n System.out.println(seki+\" \"+syu);\n}\n\n\npublic static void main(String[] args){\n Main obj=new Main();\n obj.solve();\n}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n int tate;\n int yoko;\n int seki=0;\n int syu=0;\n \n public void solve(){\n Scanner sc= new Scanner(System.in);\n tate= sc.nextInt();\n yoko= sc.nextInt();\n seki=tate*yoko;\n syu=tate*2+yoko*2;\n System.out.println(seki+\" \"+syu);\n}\n\n\npublic static void main(String[] args){\n Main obj=new Main();\n obj.solve();\n}\n}",
"Main",
"int tate;",
"tate",
"int yoko;",
"yoko",
"int seki=0;",
"seki",
"0",
"int syu=0;",
"syu",
"0",
"public void solve(){\n Scanner sc= new Scanner(System.in);\n tate= sc.nextInt();\n yoko= sc.nextInt();\n seki=tate*yoko;\n syu=tate*2+yoko*2;\n System.out.println(seki+\" \"+syu);\n}",
"solve",
"{\n Scanner sc= new Scanner(System.in);\n tate= sc.nextInt();\n yoko= sc.nextInt();\n seki=tate*yoko;\n syu=tate*2+yoko*2;\n System.out.println(seki+\" \"+syu);\n}",
"Scanner sc= new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"tate= sc.nextInt()",
"tate",
"sc.nextInt()",
"sc.nextInt",
"sc",
"yoko= sc.nextInt()",
"yoko",
"sc.nextInt()",
"sc.nextInt",
"sc",
"seki=tate*yoko",
"seki",
"tate*yoko",
"tate",
"yoko",
"syu=tate*2+yoko*2",
"syu",
"tate*2+yoko*2",
"tate*2",
"tate",
"2",
"yoko*2",
"yoko",
"2",
"System.out.println(seki+\" \"+syu)",
"System.out.println",
"System.out",
"System",
"System.out",
"seki+\" \"+syu",
"seki+\" \"+syu",
"seki",
"\" \"",
"syu",
"public static void main(String[] args){\n Main obj=new Main();\n obj.solve();\n}",
"main",
"{\n Main obj=new Main();\n obj.solve();\n}",
"Main obj=new Main();",
"obj",
"new Main()",
"obj.solve()",
"obj.solve",
"obj",
"String[] args",
"args",
"public class Main{\n int tate;\n int yoko;\n int seki=0;\n int syu=0;\n \n public void solve(){\n Scanner sc= new Scanner(System.in);\n tate= sc.nextInt();\n yoko= sc.nextInt();\n seki=tate*yoko;\n syu=tate*2+yoko*2;\n System.out.println(seki+\" \"+syu);\n}\n\n\npublic static void main(String[] args){\n Main obj=new Main();\n obj.solve();\n}\n}",
"public class Main{\n int tate;\n int yoko;\n int seki=0;\n int syu=0;\n \n public void solve(){\n Scanner sc= new Scanner(System.in);\n tate= sc.nextInt();\n yoko= sc.nextInt();\n seki=tate*yoko;\n syu=tate*2+yoko*2;\n System.out.println(seki+\" \"+syu);\n}\n\n\npublic static void main(String[] args){\n Main obj=new Main();\n obj.solve();\n}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
int tate;
int yoko;
int seki=0;
int syu=0;
public void solve(){
Scanner sc= new Scanner(System.in);
tate= sc.nextInt();
yoko= sc.nextInt();
seki=tate*yoko;
syu=tate*2+yoko*2;
System.out.println(seki+" "+syu);
}
public static void main(String[] args){
Main obj=new Main();
obj.solve();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
2,
2,
17,
13,
2,
17,
13,
41,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
17,
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
],
[
25,
26
],
[
25,
27
],
[
24,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
42,
42
],
[
42,
43
],
[
42,
44
],
[
42,
45
],
[
6,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n \n int b = sc.nextInt();\n \n int c = 2*a+2*b;\n int d = a*b;\n \n System.out.println(d + \" \" + c);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n \n int b = sc.nextInt();\n \n int c = 2*a+2*b;\n int d = a*b;\n \n System.out.println(d + \" \" + c);\n }\n}",
"Main",
"public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n \n int b = sc.nextInt();\n \n int c = 2*a+2*b;\n int d = a*b;\n \n System.out.println(d + \" \" + c);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n \n int b = sc.nextInt();\n \n int c = 2*a+2*b;\n int d = a*b;\n \n System.out.println(d + \" \" + c);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a = sc.nextInt();",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int b = sc.nextInt();",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int c = 2*a+2*b;",
"c",
"2*a+2*b",
"2*a",
"2",
"a",
"2*b",
"2",
"b",
"int d = a*b;",
"d",
"a*b",
"a",
"b",
"System.out.println(d + \" \" + c)",
"System.out.println",
"System.out",
"System",
"System.out",
"d + \" \" + c",
"d + \" \" + c",
"d",
"\" \"",
"c",
"String[] args",
"args",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n \n int b = sc.nextInt();\n \n int c = 2*a+2*b;\n int d = a*b;\n \n System.out.println(d + \" \" + c);\n }\n}",
"public class Main{\n public static void main(String[] args){\n Scanner sc = new Scanner(System.in);\n \n int a = sc.nextInt();\n \n int b = sc.nextInt();\n \n int c = 2*a+2*b;\n int d = a*b;\n \n System.out.println(d + \" \" + c);\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int a = sc.nextInt();
int b = sc.nextInt();
int c = 2*a+2*b;
int d = a*b;
System.out.println(d + " " + c);
}
}
|
[
7,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
41,
13,
20,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
17,
13,
2,
17,
13,
4,
18,
18,
13,
13,
2,
13,
17,
4,
18,
18,
13,
13,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
70,
5
],
[
70,
6
],
[
6,
7
],
[
70,
8
],
[
8,
9
],
[
70,
10
],
[
10,
11
],
[
70,
12
],
[
12,
13
],
[
70,
14
],
[
14,
15
],
[
14,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
16,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
16,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
16,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
16,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
49,
50
],
[
49,
51
],
[
16,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
70,
58
],
[
58,
59
],
[
58,
60
],
[
60,
61
],
[
61,
62
],
[
61,
63
],
[
60,
64
],
[
64,
65
],
[
65,
66
],
[
58,
67
],
[
67,
68
],
[
0,
69
],
[
69,
70
],
[
69,
71
]
] | [
"//2704 上石 彩花\nimport java.util.Scanner;\npublic class Main{\n\tint a,b,c,d;\n\t\n\tpublic void solve(){\n\t\tScanner sc=new Scanner(System.in);\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\t\n\t\tc=a*b;\n\t\td=2*a+2*b;\n\t\t\n\t\tSystem.out.print(c+\" \");\n\t\tSystem.out.println(d);\n\t}\n\tpublic static void main(String[]args){\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tint a,b,c,d;\n\t\n\tpublic void solve(){\n\t\tScanner sc=new Scanner(System.in);\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\t\n\t\tc=a*b;\n\t\td=2*a+2*b;\n\t\t\n\t\tSystem.out.print(c+\" \");\n\t\tSystem.out.println(d);\n\t}\n\tpublic static void main(String[]args){\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}\n}",
"Main",
"int a",
"a",
"b",
"b",
"c",
"c",
"d;",
"d",
"public void solve(){\n\t\tScanner sc=new Scanner(System.in);\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\t\n\t\tc=a*b;\n\t\td=2*a+2*b;\n\t\t\n\t\tSystem.out.print(c+\" \");\n\t\tSystem.out.println(d);\n\t}",
"solve",
"{\n\t\tScanner sc=new Scanner(System.in);\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\t\n\t\tc=a*b;\n\t\td=2*a+2*b;\n\t\t\n\t\tSystem.out.print(c+\" \");\n\t\tSystem.out.println(d);\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",
"c=a*b",
"c",
"a*b",
"a",
"b",
"d=2*a+2*b",
"d",
"2*a+2*b",
"2*a",
"2",
"a",
"2*b",
"2",
"b",
"System.out.print(c+\" \")",
"System.out.print",
"System.out",
"System",
"System.out",
"c+\" \"",
"c",
"\" \"",
"System.out.println(d)",
"System.out.println",
"System.out",
"System",
"System.out",
"d",
"public static void main(String[]args){\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}",
"main",
"{\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}",
"Main obj=new Main();",
"obj",
"new Main()",
"obj.solve()",
"obj.solve",
"obj",
"String[]args",
"args",
"public class Main{\n\tint a,b,c,d;\n\t\n\tpublic void solve(){\n\t\tScanner sc=new Scanner(System.in);\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\t\n\t\tc=a*b;\n\t\td=2*a+2*b;\n\t\t\n\t\tSystem.out.print(c+\" \");\n\t\tSystem.out.println(d);\n\t}\n\tpublic static void main(String[]args){\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}\n}",
"public class Main{\n\tint a,b,c,d;\n\t\n\tpublic void solve(){\n\t\tScanner sc=new Scanner(System.in);\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\t\n\t\tc=a*b;\n\t\td=2*a+2*b;\n\t\t\n\t\tSystem.out.print(c+\" \");\n\t\tSystem.out.println(d);\n\t}\n\tpublic static void main(String[]args){\n\t\tMain obj=new Main();\n\t\tobj.solve();\n\t}\n}",
"Main"
] | //2704 上石 彩花
import java.util.Scanner;
public class Main{
int a,b,c,d;
public void solve(){
Scanner sc=new Scanner(System.in);
a=sc.nextInt();
b=sc.nextInt();
c=a*b;
d=2*a+2*b;
System.out.print(c+" ");
System.out.println(d);
}
public static void main(String[]args){
Main obj=new Main();
obj.solve();
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
38,
5,
13,
30,
30,
41,
13,
20,
41,
13,
17,
42,
2,
0,
13,
4,
18,
13,
17,
30,
14,
40,
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,
4,
18,
18,
13,
13,
2,
13,
13,
4,
18,
18,
13,
13,
2,
17,
2,
2,
13,
17,
2,
13,
17,
3,
4,
18,
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
],
[
13,
14
],
[
13,
15
],
[
12,
16
],
[
16,
17
],
[
17,
18
],
[
17,
19
],
[
16,
20
],
[
20,
21
],
[
20,
22
],
[
16,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
24,
30
],
[
23,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
32,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
41,
44
],
[
38,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
38,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
38,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
61,
66
],
[
66,
67
],
[
66,
68
],
[
38,
69
],
[
69,
70
],
[
70,
71
],
[
71,
72
],
[
71,
73
],
[
69,
74
],
[
74,
75
],
[
74,
76
],
[
76,
77
],
[
77,
78
],
[
77,
79
],
[
76,
80
],
[
80,
81
],
[
80,
82
],
[
31,
83
],
[
16,
84
],
[
84,
85
],
[
85,
86
],
[
86,
87
],
[
86,
88
],
[
9,
89
],
[
89,
90
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) {\n\t\ttry (BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))) {\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tString[] lineArray = line.split(\" \");\n\t\t\t\t\tint tate = Integer.parseInt(lineArray[0]);\n\t\t\t\t\tint yoko = Integer.parseInt(lineArray[1]);\n\t\t\t\t\tSystem.out.print(tate * yoko);\n\t\t\t\t\tSystem.out.print(\" \" + ((tate * 2) + (yoko * 2)));\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t} catch (Exception e) {\n\n\t\t}\n\t}\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"class Main {\n\tpublic static void main(String[] args) {\n\t\ttry (BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))) {\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tString[] lineArray = line.split(\" \");\n\t\t\t\t\tint tate = Integer.parseInt(lineArray[0]);\n\t\t\t\t\tint yoko = Integer.parseInt(lineArray[1]);\n\t\t\t\t\tSystem.out.print(tate * yoko);\n\t\t\t\t\tSystem.out.print(\" \" + ((tate * 2) + (yoko * 2)));\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t} catch (Exception e) {\n\n\t\t}\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\ttry (BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))) {\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tString[] lineArray = line.split(\" \");\n\t\t\t\t\tint tate = Integer.parseInt(lineArray[0]);\n\t\t\t\t\tint yoko = Integer.parseInt(lineArray[1]);\n\t\t\t\t\tSystem.out.print(tate * yoko);\n\t\t\t\t\tSystem.out.print(\" \" + ((tate * 2) + (yoko * 2)));\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t} catch (Exception e) {\n\n\t\t}\n\t}",
"main",
"{\n\t\ttry (BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))) {\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tString[] lineArray = line.split(\" \");\n\t\t\t\t\tint tate = Integer.parseInt(lineArray[0]);\n\t\t\t\t\tint yoko = Integer.parseInt(lineArray[1]);\n\t\t\t\t\tSystem.out.print(tate * yoko);\n\t\t\t\t\tSystem.out.print(\" \" + ((tate * 2) + (yoko * 2)));\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t} catch (Exception e) {\n\n\t\t}\n\t}",
"try (BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))) {\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tString[] lineArray = line.split(\" \");\n\t\t\t\t\tint tate = Integer.parseInt(lineArray[0]);\n\t\t\t\t\tint yoko = Integer.parseInt(lineArray[1]);\n\t\t\t\t\tSystem.out.print(tate * yoko);\n\t\t\t\t\tSystem.out.print(\" \" + ((tate * 2) + (yoko * 2)));\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t} catch (Exception e) {\n\n\t\t}",
"catch (Exception e) {\n\n\t\t}",
"Exception e",
"{\n\n\t\t}",
"{\n\t\t\tString line = null;\n\t\t\twhile ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tString[] lineArray = line.split(\" \");\n\t\t\t\t\tint tate = Integer.parseInt(lineArray[0]);\n\t\t\t\t\tint yoko = Integer.parseInt(lineArray[1]);\n\t\t\t\t\tSystem.out.print(tate * yoko);\n\t\t\t\t\tSystem.out.print(\" \" + ((tate * 2) + (yoko * 2)));\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tSystem.out.println();\n\t\t}",
"BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))",
"BufferedReader stdReader = new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))",
"new BufferedReader(\n\t\t\t\tnew InputStreamReader(System.in))",
"String line = null;",
"line",
"null",
"while ((line = stdReader.readLine()) != null) {\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tString[] lineArray = line.split(\" \");\n\t\t\t\t\tint tate = Integer.parseInt(lineArray[0]);\n\t\t\t\t\tint yoko = Integer.parseInt(lineArray[1]);\n\t\t\t\t\tSystem.out.print(tate * yoko);\n\t\t\t\t\tSystem.out.print(\" \" + ((tate * 2) + (yoko * 2)));\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}",
"(line = stdReader.readLine()) != null",
"(line = stdReader.readLine())",
"line",
"stdReader.readLine()",
"stdReader.readLine",
"stdReader",
"null",
"{\n\t\t\t\tif (!line.equals(\"\")) {\n\t\t\t\t\tString[] lineArray = line.split(\" \");\n\t\t\t\t\tint tate = Integer.parseInt(lineArray[0]);\n\t\t\t\t\tint yoko = Integer.parseInt(lineArray[1]);\n\t\t\t\t\tSystem.out.print(tate * yoko);\n\t\t\t\t\tSystem.out.print(\" \" + ((tate * 2) + (yoko * 2)));\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}",
"if (!line.equals(\"\")) {\n\t\t\t\t\tString[] lineArray = line.split(\" \");\n\t\t\t\t\tint tate = Integer.parseInt(lineArray[0]);\n\t\t\t\t\tint yoko = Integer.parseInt(lineArray[1]);\n\t\t\t\t\tSystem.out.print(tate * yoko);\n\t\t\t\t\tSystem.out.print(\" \" + ((tate * 2) + (yoko * 2)));\n\t\t\t\t}",
"!line.equals(\"\")",
"line.equals(\"\")",
"line.equals",
"line",
"\"\"",
"{\n\t\t\t\t\tString[] lineArray = line.split(\" \");\n\t\t\t\t\tint tate = Integer.parseInt(lineArray[0]);\n\t\t\t\t\tint yoko = Integer.parseInt(lineArray[1]);\n\t\t\t\t\tSystem.out.print(tate * yoko);\n\t\t\t\t\tSystem.out.print(\" \" + ((tate * 2) + (yoko * 2)));\n\t\t\t\t}",
"String[] lineArray = line.split(\" \");",
"lineArray",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"int tate = Integer.parseInt(lineArray[0]);",
"tate",
"Integer.parseInt(lineArray[0])",
"Integer.parseInt",
"Integer",
"lineArray[0]",
"lineArray",
"0",
"int yoko = Integer.parseInt(lineArray[1]);",
"yoko",
"Integer.parseInt(lineArray[1])",
"Integer.parseInt",
"Integer",
"lineArray[1]",
"lineArray",
"1",
"System.out.print(tate * yoko)",
"System.out.print",
"System.out",
"System",
"System.out",
"tate * yoko",
"tate",
"yoko",
"System.out.print(\" \" + ((tate * 2) + (yoko * 2)))",
"System.out.print",
"System.out",
"System",
"System.out",
"\" \" + ((tate * 2) + (yoko * 2))",
"\" \"",
"((tate * 2) + (yoko * 2))",
"(tate * 2)",
"tate",
"2",
"(yoko * 2)",
"yoko",
"2",
"break;",
"System.out.println()",
"System.out.println",
"System.out",
"System",
"System.out",
"String[] args",
"args"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
class Main {
public static void main(String[] args) {
try (BufferedReader stdReader = new BufferedReader(
new InputStreamReader(System.in))) {
String line = null;
while ((line = stdReader.readLine()) != null) {
if (!line.equals("")) {
String[] lineArray = line.split(" ");
int tate = Integer.parseInt(lineArray[0]);
int yoko = Integer.parseInt(lineArray[1]);
System.out.print(tate * yoko);
System.out.print(" " + ((tate * 2) + (yoko * 2)));
}
break;
}
System.out.println();
} catch (Exception e) {
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
38,
5,
13,
30,
4,
18,
18,
13,
13,
13,
5,
13,
30,
4,
18,
18,
13,
13,
17,
30,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
17,
40,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
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
],
[
13,
14
],
[
13,
15
],
[
15,
16
],
[
16,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
16,
21
],
[
12,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
25,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
25,
30
],
[
12,
31
],
[
31,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
31,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
40,
41
],
[
39,
42
],
[
39,
43
],
[
43,
44
],
[
31,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
50,
52
],
[
31,
53
],
[
53,
54
],
[
53,
55
],
[
55,
56
],
[
56,
57
],
[
55,
58
],
[
58,
59
],
[
58,
60
],
[
31,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
63,
65
],
[
31,
66
],
[
66,
67
],
[
66,
68
],
[
68,
69
],
[
69,
70
],
[
69,
71
],
[
68,
72
],
[
31,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
79,
79
],
[
79,
80
],
[
79,
81
],
[
79,
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) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] length = line.split(\" \", -1);\n int a = Integer.parseInt(length[0]);\n int b = Integer.parseInt(length[1]);\n int x = a * b;\n int y = (a + b) * 2;\n System.out.println(x + \" \" + y);\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}",
"import java.io.*;",
"io.*",
"java",
"public class Main {\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] length = line.split(\" \", -1);\n int a = Integer.parseInt(length[0]);\n int b = Integer.parseInt(length[1]);\n int x = a * b;\n int y = (a + b) * 2;\n System.out.println(x + \" \" + y);\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] length = line.split(\" \", -1);\n int a = Integer.parseInt(length[0]);\n int b = Integer.parseInt(length[1]);\n int x = a * b;\n int y = (a + b) * 2;\n System.out.println(x + \" \" + y);\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }",
"main",
"{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] length = line.split(\" \", -1);\n int a = Integer.parseInt(length[0]);\n int b = Integer.parseInt(length[1]);\n int x = a * b;\n int y = (a + b) * 2;\n System.out.println(x + \" \" + y);\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }",
"BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));",
"reader",
"new BufferedReader(new InputStreamReader(System.in))",
"try {\n String line = reader.readLine();\n String[] length = line.split(\" \", -1);\n int a = Integer.parseInt(length[0]);\n int b = Integer.parseInt(length[1]);\n int x = a * b;\n int y = (a + b) * 2;\n System.out.println(x + \" \" + y);\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }",
"catch (IOException e) {\n System.out.println(e);\n }",
"IOException e",
"{\n System.out.println(e);\n }",
"System.out.println(e)",
"System.out.println",
"System.out",
"System",
"System.out",
"e",
"catch (NumberFormatException e) {\n System.out.println(\"error\");\n }",
"NumberFormatException e",
"{\n System.out.println(\"error\");\n }",
"System.out.println(\"error\")",
"System.out.println",
"System.out",
"System",
"System.out",
"\"error\"",
"{\n String line = reader.readLine();\n String[] length = line.split(\" \", -1);\n int a = Integer.parseInt(length[0]);\n int b = Integer.parseInt(length[1]);\n int x = a * b;\n int y = (a + b) * 2;\n System.out.println(x + \" \" + y);\n }",
"String line = reader.readLine();",
"line",
"reader.readLine()",
"reader.readLine",
"reader",
"String[] length = line.split(\" \", -1);",
"length",
"line.split(\" \", -1)",
"line.split",
"line",
"\" \"",
"-1",
"1",
"int a = Integer.parseInt(length[0]);",
"a",
"Integer.parseInt(length[0])",
"Integer.parseInt",
"Integer",
"length[0]",
"length",
"0",
"int b = Integer.parseInt(length[1]);",
"b",
"Integer.parseInt(length[1])",
"Integer.parseInt",
"Integer",
"length[1]",
"length",
"1",
"int x = a * b;",
"x",
"a * b",
"a",
"b",
"int y = (a + b) * 2;",
"y",
"(a + b) * 2",
"(a + b)",
"a",
"b",
"2",
"System.out.println(x + \" \" + y)",
"System.out.println",
"System.out",
"System",
"System.out",
"x + \" \" + y",
"x + \" \" + y",
"x",
"\" \"",
"y",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] length = line.split(\" \", -1);\n int a = Integer.parseInt(length[0]);\n int b = Integer.parseInt(length[1]);\n int x = a * b;\n int y = (a + b) * 2;\n System.out.println(x + \" \" + y);\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}",
"public class Main {\n public static void main(String[] args) {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n try {\n String line = reader.readLine();\n String[] length = line.split(\" \", -1);\n int a = Integer.parseInt(length[0]);\n int b = Integer.parseInt(length[1]);\n int x = a * b;\n int y = (a + b) * 2;\n System.out.println(x + \" \" + y);\n } catch (IOException e) {\n System.out.println(e);\n } catch (NumberFormatException e) {\n System.out.println(\"error\");\n }\n }\n}",
"Main"
] | import java.io.*;
public class Main {
public static void main(String[] args) {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
try {
String line = reader.readLine();
String[] length = line.split(" ", -1);
int a = Integer.parseInt(length[0]);
int b = Integer.parseInt(length[1]);
int x = a * b;
int y = (a + b) * 2;
System.out.println(x + " " + y);
} catch (IOException e) {
System.out.println(e);
} catch (NumberFormatException e) {
System.out.println("error");
}
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
41,
13,
41,
13,
41,
13,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
13,
17,
2,
13,
17,
4,
18,
18,
13,
13,
2,
2,
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
],
[
66,
5
],
[
66,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
8,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
50,
50
],
[
50,
51
],
[
50,
52
],
[
50,
53
],
[
66,
54
],
[
54,
55
],
[
54,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
61,
62
],
[
54,
63
],
[
63,
64
],
[
0,
65
],
[
65,
66
],
[
65,
67
]
] | [
"import java.util.Scanner;\n\n public class Main{\n public void solve(){\n Scanner sc = new Scanner(System.in);\n int a,b,seki,syu;\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tseki = a*b;\n\t\tsyu = (a*2)+(b*2);\n\t\tSystem.out.println(seki+\" \"+syu);\n }\n public static void main(String[]args){\n Main obj = new Main();\n obj.solve();\n }\n }",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public void solve(){\n Scanner sc = new Scanner(System.in);\n int a,b,seki,syu;\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tseki = a*b;\n\t\tsyu = (a*2)+(b*2);\n\t\tSystem.out.println(seki+\" \"+syu);\n }\n public static void main(String[]args){\n Main obj = new Main();\n obj.solve();\n }\n }",
"Main",
"public void solve(){\n Scanner sc = new Scanner(System.in);\n int a,b,seki,syu;\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tseki = a*b;\n\t\tsyu = (a*2)+(b*2);\n\t\tSystem.out.println(seki+\" \"+syu);\n }",
"solve",
"{\n Scanner sc = new Scanner(System.in);\n int a,b,seki,syu;\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tseki = a*b;\n\t\tsyu = (a*2)+(b*2);\n\t\tSystem.out.println(seki+\" \"+syu);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int a",
"a",
"b",
"b",
"seki",
"seki",
"syu;",
"syu",
"a=sc.nextInt()",
"a",
"sc.nextInt()",
"sc.nextInt",
"sc",
"b=sc.nextInt()",
"b",
"sc.nextInt()",
"sc.nextInt",
"sc",
"seki = a*b",
"seki",
"a*b",
"a",
"b",
"syu = (a*2)+(b*2)",
"syu",
"(a*2)+(b*2)",
"(a*2)",
"a",
"2",
"(b*2)",
"b",
"2",
"System.out.println(seki+\" \"+syu)",
"System.out.println",
"System.out",
"System",
"System.out",
"seki+\" \"+syu",
"seki+\" \"+syu",
"seki",
"\" \"",
"syu",
"public static void main(String[]args){\n Main obj = new Main();\n obj.solve();\n }",
"main",
"{\n Main obj = new Main();\n obj.solve();\n }",
"Main obj = new Main();",
"obj",
"new Main()",
"obj.solve()",
"obj.solve",
"obj",
"String[]args",
"args",
"public class Main{\n public void solve(){\n Scanner sc = new Scanner(System.in);\n int a,b,seki,syu;\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tseki = a*b;\n\t\tsyu = (a*2)+(b*2);\n\t\tSystem.out.println(seki+\" \"+syu);\n }\n public static void main(String[]args){\n Main obj = new Main();\n obj.solve();\n }\n }",
"public class Main{\n public void solve(){\n Scanner sc = new Scanner(System.in);\n int a,b,seki,syu;\n\t\ta=sc.nextInt();\n\t\tb=sc.nextInt();\n\t\tseki = a*b;\n\t\tsyu = (a*2)+(b*2);\n\t\tSystem.out.println(seki+\" \"+syu);\n }\n public static void main(String[]args){\n Main obj = new Main();\n obj.solve();\n }\n }",
"Main"
] | import java.util.Scanner;
public class Main{
public void solve(){
Scanner sc = new Scanner(System.in);
int a,b,seki,syu;
a=sc.nextInt();
b=sc.nextInt();
seki = a*b;
syu = (a*2)+(b*2);
System.out.println(seki+" "+syu);
}
public static void main(String[]args){
Main obj = new Main();
obj.solve();
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
4,
18,
13,
4,
18,
13,
4,
18,
18,
13,
13,
2,
4,
18,
13,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
2,
13,
17,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
55,
5
],
[
55,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
14,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
25,
26
],
[
26,
27
],
[
8,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
33,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
34,
38
],
[
33,
39
],
[
8,
40
],
[
40,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
40,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
49,
50
],
[
49,
51
],
[
6,
52
],
[
52,
53
],
[
0,
54
],
[
54,
55
],
[
54,
56
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint x1\t= Integer.parseInt( scaner.next());\n\t\tint x2\t= Integer.parseInt( scaner.next());\n\n\t\tSystem.out.print( Math.multiplyExact( x1, x2 ) + \" \" );\n\n\t\tSystem.out.println( (x1 * 2) + (x2 * 2) );\n\t}\n\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint x1\t= Integer.parseInt( scaner.next());\n\t\tint x2\t= Integer.parseInt( scaner.next());\n\n\t\tSystem.out.print( Math.multiplyExact( x1, x2 ) + \" \" );\n\n\t\tSystem.out.println( (x1 * 2) + (x2 * 2) );\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint x1\t= Integer.parseInt( scaner.next());\n\t\tint x2\t= Integer.parseInt( scaner.next());\n\n\t\tSystem.out.print( Math.multiplyExact( x1, x2 ) + \" \" );\n\n\t\tSystem.out.println( (x1 * 2) + (x2 * 2) );\n\t}",
"main",
"{\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint x1\t= Integer.parseInt( scaner.next());\n\t\tint x2\t= Integer.parseInt( scaner.next());\n\n\t\tSystem.out.print( Math.multiplyExact( x1, x2 ) + \" \" );\n\n\t\tSystem.out.println( (x1 * 2) + (x2 * 2) );\n\t}",
"Scanner scaner = new Scanner( System.in );",
"scaner",
"new Scanner( System.in )",
"int x1\t= Integer.parseInt( scaner.next());",
"x1",
"Integer.parseInt( scaner.next())",
"Integer.parseInt",
"Integer",
"scaner.next()",
"scaner.next",
"scaner",
"int x2\t= Integer.parseInt( scaner.next());",
"x2",
"Integer.parseInt( scaner.next())",
"Integer.parseInt",
"Integer",
"scaner.next()",
"scaner.next",
"scaner",
"System.out.print( Math.multiplyExact( x1, x2 ) + \" \" )",
"System.out.print",
"System.out",
"System",
"System.out",
"Math.multiplyExact( x1, x2 ) + \" \"",
"Math.multiplyExact( x1, x2 )",
"Math.multiplyExact",
"Math",
"x1",
"x2",
"\" \"",
"System.out.println( (x1 * 2) + (x2 * 2) )",
"System.out.println",
"System.out",
"System",
"System.out",
"(x1 * 2) + (x2 * 2)",
"(x1 * 2)",
"x1",
"2",
"(x2 * 2)",
"x2",
"2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint x1\t= Integer.parseInt( scaner.next());\n\t\tint x2\t= Integer.parseInt( scaner.next());\n\n\t\tSystem.out.print( Math.multiplyExact( x1, x2 ) + \" \" );\n\n\t\tSystem.out.println( (x1 * 2) + (x2 * 2) );\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\n\t\tScanner scaner = new Scanner( System.in );\n\n\t\tint x1\t= Integer.parseInt( scaner.next());\n\t\tint x2\t= Integer.parseInt( scaner.next());\n\n\t\tSystem.out.print( Math.multiplyExact( x1, x2 ) + \" \" );\n\n\t\tSystem.out.println( (x1 * 2) + (x2 * 2) );\n\t}\n\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scaner = new Scanner( System.in );
int x1 = Integer.parseInt( scaner.next());
int x2 = Integer.parseInt( scaner.next());
System.out.print( Math.multiplyExact( x1, x2 ) + " " );
System.out.println( (x1 * 2) + (x2 * 2) );
}
} |
[
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,
41,
13,
2,
2,
17,
13,
2,
17,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
13,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
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
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
32,
33
],
[
32,
34
],
[
8,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
37,
39
],
[
35,
40
],
[
41,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
41,
46
],
[
6,
47
],
[
47,
48
]
] | [
"import java.util.Scanner;\n\nclass Main\n{\n public static void main(String[] args) {\n int x, y;\n Scanner s = new Scanner(System.in);\n x = s.nextInt();\n y = s.nextInt();\n int perimeter = 2*x + 2*y;\n System.out.println(x*y+\" \"+perimeter);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main\n{\n public static void main(String[] args) {\n int x, y;\n Scanner s = new Scanner(System.in);\n x = s.nextInt();\n y = s.nextInt();\n int perimeter = 2*x + 2*y;\n System.out.println(x*y+\" \"+perimeter);\n }\n}",
"Main",
"public static void main(String[] args) {\n int x, y;\n Scanner s = new Scanner(System.in);\n x = s.nextInt();\n y = s.nextInt();\n int perimeter = 2*x + 2*y;\n System.out.println(x*y+\" \"+perimeter);\n }",
"main",
"{\n int x, y;\n Scanner s = new Scanner(System.in);\n x = s.nextInt();\n y = s.nextInt();\n int perimeter = 2*x + 2*y;\n System.out.println(x*y+\" \"+perimeter);\n }",
"int x",
"x",
"y;",
"y",
"Scanner s = new Scanner(System.in);",
"s",
"new Scanner(System.in)",
"x = s.nextInt()",
"x",
"s.nextInt()",
"s.nextInt",
"s",
"y = s.nextInt()",
"y",
"s.nextInt()",
"s.nextInt",
"s",
"int perimeter = 2*x + 2*y;",
"perimeter",
"2*x + 2*y",
"2*x",
"2",
"x",
"2*y",
"2",
"y",
"System.out.println(x*y+\" \"+perimeter)",
"System.out.println",
"System.out",
"System",
"System.out",
"x*y+\" \"+perimeter",
"x*y+\" \"+perimeter",
"x*y",
"x",
"y",
"\" \"",
"perimeter",
"String[] args",
"args"
] | import java.util.Scanner;
class Main
{
public static void main(String[] args) {
int x, y;
Scanner s = new Scanner(System.in);
x = s.nextInt();
y = s.nextInt();
int perimeter = 2*x + 2*y;
System.out.println(x*y+" "+perimeter);
}
} |
[
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,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
47,
5
],
[
47,
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
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
8,
34
],
[
34,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
40,
40
],
[
40,
41
],
[
40,
42
],
[
40,
43
],
[
6,
44
],
[
44,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
]
] | [
"import java.util.Scanner;\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 int x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint m = x * y;\n\t\tint s = (x+y)*2;\n\t\tSystem.out.println(m + \" \"+ s);\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 int x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint m = x * y;\n\t\tint s = (x+y)*2;\n\t\tSystem.out.println(m + \" \"+ s);\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 int x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint m = x * y;\n\t\tint s = (x+y)*2;\n\t\tSystem.out.println(m + \" \"+ s);\n\t}",
"main",
"{\n\t\t// TODO ?????????????????????????????????????????????\n\t\tScanner scan = new Scanner(System.in);\n\t int x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint m = x * y;\n\t\tint s = (x+y)*2;\n\t\tSystem.out.println(m + \" \"+ s);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int x = scan.nextInt();",
"x",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int y = scan.nextInt();",
"y",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int m = x * y;",
"m",
"x * y",
"x",
"y",
"int s = (x+y)*2;",
"s",
"(x+y)*2",
"(x+y)",
"x",
"y",
"2",
"System.out.println(m + \" \"+ s)",
"System.out.println",
"System.out",
"System",
"System.out",
"m + \" \"+ s",
"m + \" \"+ s",
"m",
"\" \"",
"s",
"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 int x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint m = x * y;\n\t\tint s = (x+y)*2;\n\t\tSystem.out.println(m + \" \"+ s);\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 int x = scan.nextInt();\n\t\tint y = scan.nextInt();\n\t\tint m = x * y;\n\t\tint s = (x+y)*2;\n\t\tSystem.out.println(m + \" \"+ s);\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 x = scan.nextInt();
int y = scan.nextInt();
int m = x * y;
int s = (x+y)*2;
System.out.println(m + " "+ s);
}
} |
[
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,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
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
],
[
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
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
14,
57
],
[
57,
58
],
[
58,
59
],
[
59,
60
],
[
59,
61
],
[
57,
62
],
[
63,
63
],
[
63,
64
],
[
63,
65
],
[
63,
66
],
[
12,
67
],
[
67,
68
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\nclass Main{\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tString input = reader.readLine();\n\t\tString str[] = input.split(\" \");\n\t\tint height = Integer.parseInt(str[0]);\n\t\tint width = Integer.parseInt(str[1]);\n\t\tint area = height * width;\n\t\tint roundSpan = (height + width) * 2;\n\n\t\tSystem.out.println(area + \" \" + roundSpan);\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\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tString input = reader.readLine();\n\t\tString str[] = input.split(\" \");\n\t\tint height = Integer.parseInt(str[0]);\n\t\tint width = Integer.parseInt(str[1]);\n\t\tint area = height * width;\n\t\tint roundSpan = (height + width) * 2;\n\n\t\tSystem.out.println(area + \" \" + roundSpan);\n\n\t}\n}",
"Main",
"public static void main(String[] args) throws IOException {\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tString input = reader.readLine();\n\t\tString str[] = input.split(\" \");\n\t\tint height = Integer.parseInt(str[0]);\n\t\tint width = Integer.parseInt(str[1]);\n\t\tint area = height * width;\n\t\tint roundSpan = (height + width) * 2;\n\n\t\tSystem.out.println(area + \" \" + roundSpan);\n\n\t}",
"main",
"{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));\n\t\tString input = reader.readLine();\n\t\tString str[] = input.split(\" \");\n\t\tint height = Integer.parseInt(str[0]);\n\t\tint width = Integer.parseInt(str[1]);\n\t\tint area = height * width;\n\t\tint roundSpan = (height + width) * 2;\n\n\t\tSystem.out.println(area + \" \" + roundSpan);\n\n\t}",
"BufferedReader reader = new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in));",
"reader",
"new BufferedReader(new InputStreamReader(\n\t\t\t\tSystem.in))",
"String input = reader.readLine();",
"input",
"reader.readLine()",
"reader.readLine",
"reader",
"String str[] = input.split(\" \");",
"str",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int height = Integer.parseInt(str[0]);",
"height",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"int width = Integer.parseInt(str[1]);",
"width",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"int area = height * width;",
"area",
"height * width",
"height",
"width",
"int roundSpan = (height + width) * 2;",
"roundSpan",
"(height + width) * 2",
"(height + width)",
"height",
"width",
"2",
"System.out.println(area + \" \" + roundSpan)",
"System.out.println",
"System.out",
"System",
"System.out",
"area + \" \" + roundSpan",
"area + \" \" + roundSpan",
"area",
"\" \"",
"roundSpan",
"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 reader = new BufferedReader(new InputStreamReader(
System.in));
String input = reader.readLine();
String str[] = input.split(" ");
int height = Integer.parseInt(str[0]);
int width = Integer.parseInt(str[1]);
int area = height * width;
int roundSpan = (height + width) * 2;
System.out.println(area + " " + roundSpan);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
17,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
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
],
[
31,
32
],
[
30,
33
],
[
14,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
14,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
42,
44
],
[
14,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
49,
50
],
[
49,
51
],
[
14,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
54,
56
],
[
52,
57
],
[
58,
58
],
[
58,
59
],
[
58,
60
],
[
58,
61
],
[
12,
62
],
[
62,
63
]
] | [
"import java.util.*;\nimport java.lang.*;\nimport java.io.*;\n\n/* Name of the class has to be \"Main\" only if the class is public. */\nclass Main{\n\tpublic static void main (String[] args) throws java.lang.Exception{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tString a = scan.next();\n\t\tString b = scan.next();\n\t\tint an = Integer.parseInt(a);\n\t\tint bn = Integer.parseInt(b);\n\t\tint sq = an * bn;\n\t\tint arnd = 2 * (an + bn);\n\t\tSystem.out.println(sq + \" \" + arnd);\n\t}\n}",
"import java.util.*;",
"util.*",
"java",
"import java.lang.*;",
"lang.*",
"java",
"import java.io.*;",
"io.*",
"java",
"class Main{\n\tpublic static void main (String[] args) throws java.lang.Exception{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tString a = scan.next();\n\t\tString b = scan.next();\n\t\tint an = Integer.parseInt(a);\n\t\tint bn = Integer.parseInt(b);\n\t\tint sq = an * bn;\n\t\tint arnd = 2 * (an + bn);\n\t\tSystem.out.println(sq + \" \" + arnd);\n\t}\n}",
"Main",
"public static void main (String[] args) throws java.lang.Exception{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tString a = scan.next();\n\t\tString b = scan.next();\n\t\tint an = Integer.parseInt(a);\n\t\tint bn = Integer.parseInt(b);\n\t\tint sq = an * bn;\n\t\tint arnd = 2 * (an + bn);\n\t\tSystem.out.println(sq + \" \" + arnd);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tString a = scan.next();\n\t\tString b = scan.next();\n\t\tint an = Integer.parseInt(a);\n\t\tint bn = Integer.parseInt(b);\n\t\tint sq = an * bn;\n\t\tint arnd = 2 * (an + bn);\n\t\tSystem.out.println(sq + \" \" + arnd);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"String a = scan.next();",
"a",
"scan.next()",
"scan.next",
"scan",
"String b = scan.next();",
"b",
"scan.next()",
"scan.next",
"scan",
"int an = Integer.parseInt(a);",
"an",
"Integer.parseInt(a)",
"Integer.parseInt",
"Integer",
"a",
"int bn = Integer.parseInt(b);",
"bn",
"Integer.parseInt(b)",
"Integer.parseInt",
"Integer",
"b",
"int sq = an * bn;",
"sq",
"an * bn",
"an",
"bn",
"int arnd = 2 * (an + bn);",
"arnd",
"2 * (an + bn)",
"2",
"(an + bn)",
"an",
"bn",
"System.out.println(sq + \" \" + arnd)",
"System.out.println",
"System.out",
"System",
"System.out",
"sq + \" \" + arnd",
"sq + \" \" + arnd",
"sq",
"\" \"",
"arnd",
"String[] args",
"args"
] | import java.util.*;
import java.lang.*;
import java.io.*;
/* Name of the class has to be "Main" only if the class is public. */
class Main{
public static void main (String[] args) throws java.lang.Exception{
Scanner scan = new Scanner(System.in);
String a = scan.next();
String b = scan.next();
int an = Integer.parseInt(a);
int bn = Integer.parseInt(b);
int sq = an * bn;
int arnd = 2 * (an + bn);
System.out.println(sq + " " + arnd);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
13,
4,
18,
18,
13,
13,
4,
13,
13,
23,
13,
12,
13,
30,
41,
13,
4,
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,
2,
2,
13,
13,
13,
13,
29,
2,
2,
13,
17,
13,
23,
13,
12,
13,
30,
41,
13,
17,
38,
30,
14,
2,
13,
17,
30,
4,
18,
13,
30,
0,
13,
20,
29,
4,
18,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
95,
5
],
[
95,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
8,
13
],
[
13,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
13,
18
],
[
18,
19
],
[
18,
20
],
[
6,
21
],
[
21,
22
],
[
95,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
28,
31
],
[
25,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
34,
37
],
[
37,
38
],
[
37,
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
],
[
50,
52
],
[
25,
53
],
[
53,
54
],
[
53,
55
],
[
57,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
57,
61
],
[
25,
62
],
[
62,
63
],
[
64,
64
],
[
64,
65
],
[
64,
66
],
[
64,
67
],
[
23,
68
],
[
68,
69
],
[
95,
70
],
[
70,
71
],
[
70,
72
],
[
72,
73
],
[
73,
74
],
[
73,
75
],
[
72,
76
],
[
76,
77
],
[
77,
78
],
[
78,
79
],
[
79,
80
],
[
79,
81
],
[
78,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
76,
86
],
[
86,
87
],
[
87,
88
],
[
87,
89
],
[
86,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
0,
94
],
[
94,
95
],
[
94,
96
]
] | [
"import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n String s[] = input.split(\" \");\n\n int y = Integer.parseInt(s[0]);\n int x = Integer.parseInt(s[1]);\n\n int area = y * x;\n int circumference = y + y + x + x;\n\n return area + \" \" + circumference;\n }\n\n private static String readLine() {\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n String s[] = input.split(\" \");\n\n int y = Integer.parseInt(s[0]);\n int x = Integer.parseInt(s[1]);\n\n int area = y * x;\n int circumference = y + y + x + x;\n\n return area + \" \" + circumference;\n }\n\n private static String readLine() {\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"Main",
"public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }",
"main",
"{\n final String line = readLine();\n System.out.println(calc(line));\n }",
"final String line = readLine();",
"line",
"readLine()",
"readLine",
"System.out.println(calc(line))",
"System.out.println",
"System.out",
"System",
"System.out",
"calc(line)",
"calc",
"line",
"String[] args",
"args",
"protected static String calc(String input) {\n String s[] = input.split(\" \");\n\n int y = Integer.parseInt(s[0]);\n int x = Integer.parseInt(s[1]);\n\n int area = y * x;\n int circumference = y + y + x + x;\n\n return area + \" \" + circumference;\n }",
"calc",
"{\n String s[] = input.split(\" \");\n\n int y = Integer.parseInt(s[0]);\n int x = Integer.parseInt(s[1]);\n\n int area = y * x;\n int circumference = y + y + x + x;\n\n return area + \" \" + circumference;\n }",
"String s[] = input.split(\" \");",
"s",
"input.split(\" \")",
"input.split",
"input",
"\" \"",
"int y = Integer.parseInt(s[0]);",
"y",
"Integer.parseInt(s[0])",
"Integer.parseInt",
"Integer",
"s[0]",
"s",
"0",
"int x = Integer.parseInt(s[1]);",
"x",
"Integer.parseInt(s[1])",
"Integer.parseInt",
"Integer",
"s[1]",
"s",
"1",
"int area = y * x;",
"area",
"y * x",
"y",
"x",
"int circumference = y + y + x + x;",
"circumference",
"y + y + x + x",
"x",
"y + y + x + x",
"y",
"y",
"x",
"x",
"return area + \" \" + circumference;",
"area + \" \" + circumference",
"area + \" \" + circumference",
"area",
"\" \"",
"circumference",
"String input",
"input",
"private static String readLine() {\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }",
"readLine",
"{\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }",
"Scanner s = null;",
"s",
"null",
"try {\n s = new Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }",
"{\n if (s != null) {\n s.close();\n }\n }",
"if (s != null) {\n s.close();\n }",
"s != null",
"s",
"null",
"{\n s.close();\n }",
"s.close()",
"s.close",
"s",
"{\n s = new Scanner(System.in);\n return s.nextLine();\n }",
"s = new Scanner(System.in)",
"s",
"new Scanner(System.in)",
"return s.nextLine();",
"s.nextLine()",
"s.nextLine",
"s",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n String s[] = input.split(\" \");\n\n int y = Integer.parseInt(s[0]);\n int x = Integer.parseInt(s[1]);\n\n int area = y * x;\n int circumference = y + y + x + x;\n\n return area + \" \" + circumference;\n }\n\n private static String readLine() {\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"public class Main {\n\n public static void main(String[] args) {\n final String line = readLine();\n System.out.println(calc(line));\n }\n\n protected static String calc(String input) {\n String s[] = input.split(\" \");\n\n int y = Integer.parseInt(s[0]);\n int x = Integer.parseInt(s[1]);\n\n int area = y * x;\n int circumference = y + y + x + x;\n\n return area + \" \" + circumference;\n }\n\n private static String readLine() {\n Scanner s = null;\n try {\n s = new Scanner(System.in);\n return s.nextLine();\n } finally {\n if (s != null) {\n s.close();\n }\n }\n }\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
final String line = readLine();
System.out.println(calc(line));
}
protected static String calc(String input) {
String s[] = input.split(" ");
int y = Integer.parseInt(s[0]);
int x = Integer.parseInt(s[1]);
int area = y * x;
int circumference = y + y + x + x;
return area + " " + circumference;
}
private static String readLine() {
Scanner s = null;
try {
s = new Scanner(System.in);
return s.nextLine();
} finally {
if (s != null) {
s.close();
}
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
41,
13,
41,
13,
17,
41,
13,
17,
42,
2,
0,
13,
4,
18,
13,
17,
30,
41,
13,
4,
18,
13,
17,
0,
13,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
0,
13,
2,
2,
4,
18,
13,
18,
13,
17,
4,
18,
13,
18,
13,
17,
17,
4,
18,
18,
13,
13,
2,
2,
13,
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
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
11,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
26
],
[
26,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
27,
33
],
[
26,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
37,
38
],
[
38,
39
],
[
37,
40
],
[
34,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
47,
49
],
[
43,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
34,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
59,
60
],
[
60,
61
],
[
61,
62
],
[
60,
63
],
[
63,
64
],
[
63,
65
],
[
59,
66
],
[
66,
67
],
[
67,
68
],
[
66,
69
],
[
69,
70
],
[
69,
71
],
[
58,
72
],
[
11,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
75,
77
],
[
73,
78
],
[
79,
79
],
[
79,
80
],
[
79,
81
],
[
79,
82
],
[
9,
83
],
[
83,
84
]
] | [
"import java.util.*;\nimport java.io.*;\n\nclass Main{\n public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int sum=0;\n String s;\n int num1=0,num2=0;\n while((s=br.readLine())!=null){\n String[] str = s.split(\" \");\n num1 = Integer.parseInt(str[0]) * Integer.parseInt(str[1]);\n num2 = (Integer.parseInt(str[0]) + Integer.parseInt(str[1]))*2;\n }\n System.out.println(num1 +\" \"+num2);\n }\n}",
"import java.util.*;",
"util.*",
"java",
"import java.io.*;",
"io.*",
"java",
"class Main{\n public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int sum=0;\n String s;\n int num1=0,num2=0;\n while((s=br.readLine())!=null){\n String[] str = s.split(\" \");\n num1 = Integer.parseInt(str[0]) * Integer.parseInt(str[1]);\n num2 = (Integer.parseInt(str[0]) + Integer.parseInt(str[1]))*2;\n }\n System.out.println(num1 +\" \"+num2);\n }\n}",
"Main",
"public static void main(String args[])throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int sum=0;\n String s;\n int num1=0,num2=0;\n while((s=br.readLine())!=null){\n String[] str = s.split(\" \");\n num1 = Integer.parseInt(str[0]) * Integer.parseInt(str[1]);\n num2 = (Integer.parseInt(str[0]) + Integer.parseInt(str[1]))*2;\n }\n System.out.println(num1 +\" \"+num2);\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n int sum=0;\n String s;\n int num1=0,num2=0;\n while((s=br.readLine())!=null){\n String[] str = s.split(\" \");\n num1 = Integer.parseInt(str[0]) * Integer.parseInt(str[1]);\n num2 = (Integer.parseInt(str[0]) + Integer.parseInt(str[1]))*2;\n }\n System.out.println(num1 +\" \"+num2);\n }",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"int sum=0;",
"sum",
"0",
"String s;",
"s",
"int num1=0",
"num1",
"0",
"num2=0;",
"num2",
"0",
"while((s=br.readLine())!=null){\n String[] str = s.split(\" \");\n num1 = Integer.parseInt(str[0]) * Integer.parseInt(str[1]);\n num2 = (Integer.parseInt(str[0]) + Integer.parseInt(str[1]))*2;\n }",
"(s=br.readLine())!=null",
"(s=br.readLine())",
"s",
"br.readLine()",
"br.readLine",
"br",
"null",
"{\n String[] str = s.split(\" \");\n num1 = Integer.parseInt(str[0]) * Integer.parseInt(str[1]);\n num2 = (Integer.parseInt(str[0]) + Integer.parseInt(str[1]))*2;\n }",
"String[] str = s.split(\" \");",
"str",
"s.split(\" \")",
"s.split",
"s",
"\" \"",
"num1 = Integer.parseInt(str[0]) * Integer.parseInt(str[1])",
"num1",
"Integer.parseInt(str[0]) * Integer.parseInt(str[1])",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"num2 = (Integer.parseInt(str[0]) + Integer.parseInt(str[1]))*2",
"num2",
"(Integer.parseInt(str[0]) + Integer.parseInt(str[1]))*2",
"(Integer.parseInt(str[0]) + Integer.parseInt(str[1]))",
"Integer.parseInt(str[0])",
"Integer.parseInt",
"Integer",
"str[0]",
"str",
"0",
"Integer.parseInt(str[1])",
"Integer.parseInt",
"Integer",
"str[1]",
"str",
"1",
"2",
"System.out.println(num1 +\" \"+num2)",
"System.out.println",
"System.out",
"System",
"System.out",
"num1 +\" \"+num2",
"num1 +\" \"+num2",
"num1",
"\" \"",
"num2",
"String args[]",
"args"
] | import java.util.*;
import java.io.*;
class Main{
public static void main(String args[])throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int sum=0;
String s;
int num1=0,num2=0;
while((s=br.readLine())!=null){
String[] str = s.split(" ");
num1 = Integer.parseInt(str[0]) * Integer.parseInt(str[1]);
num2 = (Integer.parseInt(str[0]) + Integer.parseInt(str[1]))*2;
}
System.out.println(num1 +" "+num2);
}
} |
[
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,
13,
13,
17,
2,
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
],
[
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
],
[
45,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
45,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
52,
54
],
[
6,
55
],
[
55,
56
]
] | [
"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[] str2 = str.split(\" \");\n int x = Integer.parseInt(str2[0]);\n int y = Integer.parseInt(str2[1]);\n System.out.println(x*y + \" \"+ 2*(x+y));\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[] str2 = str.split(\" \");\n int x = Integer.parseInt(str2[0]);\n int y = Integer.parseInt(str2[1]);\n System.out.println(x*y + \" \"+ 2*(x+y));\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[] str2 = str.split(\" \");\n int x = Integer.parseInt(str2[0]);\n int y = Integer.parseInt(str2[1]);\n System.out.println(x*y + \" \"+ 2*(x+y));\n }",
"main",
"{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] str2 = str.split(\" \");\n int x = Integer.parseInt(str2[0]);\n int y = Integer.parseInt(str2[1]);\n System.out.println(x*y + \" \"+ 2*(x+y));\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[] str2 = str.split(\" \");",
"str2",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int x = Integer.parseInt(str2[0]);",
"x",
"Integer.parseInt(str2[0])",
"Integer.parseInt",
"Integer",
"str2[0]",
"str2",
"0",
"int y = Integer.parseInt(str2[1]);",
"y",
"Integer.parseInt(str2[1])",
"Integer.parseInt",
"Integer",
"str2[1]",
"str2",
"1",
"System.out.println(x*y + \" \"+ 2*(x+y))",
"System.out.println",
"System.out",
"System",
"System.out",
"x*y + \" \"+ 2*(x+y)",
"x*y + \" \"+ 2*(x+y)",
"x*y",
"x",
"y",
"\" \"",
"2*(x+y)",
"2",
"(x+y)",
"x",
"y",
"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[] str2 = str.split(" ");
int x = Integer.parseInt(str2[0]);
int y = Integer.parseInt(str2[1]);
System.out.println(x*y + " "+ 2*(x+y));
}
} |
[
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,
17,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
44,
2
],
[
44,
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
],
[
28,
29
],
[
28,
30
],
[
5,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
31,
36
],
[
37,
37
],
[
37,
38
],
[
37,
39
],
[
37,
40
],
[
3,
41
],
[
41,
42
],
[
0,
43
],
[
43,
44
],
[
43,
45
]
] | [
"\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a*b;\n\t\tint num2 = 2*(a+b);\n\t\t\n\t\tSystem.out.println(num + \" \" + num2);\n\t\t\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a*b;\n\t\tint num2 = 2*(a+b);\n\t\t\n\t\tSystem.out.println(num + \" \" + num2);\n\t\t\n\t}\n\n}",
"Main",
"public static void main(String[] args) {\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a*b;\n\t\tint num2 = 2*(a+b);\n\t\t\n\t\tSystem.out.println(num + \" \" + num2);\n\t\t\n\t}",
"main",
"{\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a*b;\n\t\tint num2 = 2*(a+b);\n\t\t\n\t\tSystem.out.println(num + \" \" + num2);\n\t\t\n\t}",
"java.util.Scanner scanner = new java.util.Scanner(System.in);",
"scanner",
"new java.util.Scanner(System.in)",
"int a = scanner.nextInt();",
"a",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int b = scanner.nextInt();",
"b",
"scanner.nextInt()",
"scanner.nextInt",
"scanner",
"int num = a*b;",
"num",
"a*b",
"a",
"b",
"int num2 = 2*(a+b);",
"num2",
"2*(a+b)",
"2",
"(a+b)",
"a",
"b",
"System.out.println(num + \" \" + num2)",
"System.out.println",
"System.out",
"System",
"System.out",
"num + \" \" + num2",
"num + \" \" + num2",
"num",
"\" \"",
"num2",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a*b;\n\t\tint num2 = 2*(a+b);\n\t\t\n\t\tSystem.out.println(num + \" \" + num2);\n\t\t\n\t}\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tjava.util.Scanner scanner = new java.util.Scanner(System.in);\n\t\tint a = scanner.nextInt();\n\t\tint b = scanner.nextInt();\n\t\t\n\t\tint num = a*b;\n\t\tint num2 = 2*(a+b);\n\t\t\n\t\tSystem.out.println(num + \" \" + num2);\n\t\t\n\t}\n\n}",
"Main"
] |
public class Main {
public static void main(String[] args) {
java.util.Scanner scanner = new java.util.Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt();
int num = a*b;
int num2 = 2*(a+b);
System.out.println(num + " " + num2);
}
} |
[
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,
17,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
47,
5
],
[
47,
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
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
34,
39
],
[
40,
40
],
[
40,
41
],
[
40,
42
],
[
40,
43
],
[
6,
44
],
[
44,
45
],
[
0,
46
],
[
46,
47
],
[
46,
48
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n\tpublic static void main(String[] args){\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\tint longth = kbScanner.nextInt();\n\t\tint side = kbScanner.nextInt();\n\t\t\n\t\tint area = longth * side;\n\t\tint length = 2 * (longth + side);\n\t\tSystem.out.println(area + \" \" + length);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\tint longth = kbScanner.nextInt();\n\t\tint side = kbScanner.nextInt();\n\t\t\n\t\tint area = longth * side;\n\t\tint length = 2 * (longth + side);\n\t\tSystem.out.println(area + \" \" + length);\n\t}\n}",
"Main",
"public static void main(String[] args){\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\tint longth = kbScanner.nextInt();\n\t\tint side = kbScanner.nextInt();\n\t\t\n\t\tint area = longth * side;\n\t\tint length = 2 * (longth + side);\n\t\tSystem.out.println(area + \" \" + length);\n\t}",
"main",
"{\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\tint longth = kbScanner.nextInt();\n\t\tint side = kbScanner.nextInt();\n\t\t\n\t\tint area = longth * side;\n\t\tint length = 2 * (longth + side);\n\t\tSystem.out.println(area + \" \" + length);\n\t}",
"Scanner kbScanner = new Scanner(System.in);",
"kbScanner",
"new Scanner(System.in)",
"int longth = kbScanner.nextInt();",
"longth",
"kbScanner.nextInt()",
"kbScanner.nextInt",
"kbScanner",
"int side = kbScanner.nextInt();",
"side",
"kbScanner.nextInt()",
"kbScanner.nextInt",
"kbScanner",
"int area = longth * side;",
"area",
"longth * side",
"longth",
"side",
"int length = 2 * (longth + side);",
"length",
"2 * (longth + side)",
"2",
"(longth + side)",
"longth",
"side",
"System.out.println(area + \" \" + length)",
"System.out.println",
"System.out",
"System",
"System.out",
"area + \" \" + length",
"area + \" \" + length",
"area",
"\" \"",
"length",
"String[] args",
"args",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\tint longth = kbScanner.nextInt();\n\t\tint side = kbScanner.nextInt();\n\t\t\n\t\tint area = longth * side;\n\t\tint length = 2 * (longth + side);\n\t\tSystem.out.println(area + \" \" + length);\n\t}\n}",
"public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner kbScanner = new Scanner(System.in);\n\t\tint longth = kbScanner.nextInt();\n\t\tint side = kbScanner.nextInt();\n\t\t\n\t\tint area = longth * side;\n\t\tint length = 2 * (longth + side);\n\t\tSystem.out.println(area + \" \" + length);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main{
public static void main(String[] args){
Scanner kbScanner = new Scanner(System.in);
int longth = kbScanner.nextInt();
int side = kbScanner.nextInt();
int area = longth * side;
int length = 2 * (longth + side);
System.out.println(area + " " + length);
}
} |
[
7,
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,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
23,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
8,
14
],
[
14,
15
],
[
8,
16
],
[
16,
17
],
[
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
],
[
32,
32
],
[
32,
33
],
[
33,
34
],
[
33,
35
],
[
32,
36
],
[
32,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
37,
41
],
[
6,
42
],
[
42,
43
]
] | [
"import java.util.*;\n\nclass Main{\npublic static void main(String args[]){\nScanner scan = new Scanner(System.in);\nint a, b;\na = scan.nextInt();\nb = scan.nextInt();\n\nSystem.out.println((a*b) + \" \" + ((a+b)*2));\n\n}\n}",
"import java.util.*;",
"util.*",
"java",
"class Main{\npublic static void main(String args[]){\nScanner scan = new Scanner(System.in);\nint a, b;\na = scan.nextInt();\nb = scan.nextInt();\n\nSystem.out.println((a*b) + \" \" + ((a+b)*2));\n\n}\n}",
"Main",
"public static void main(String args[]){\nScanner scan = new Scanner(System.in);\nint a, b;\na = scan.nextInt();\nb = scan.nextInt();\n\nSystem.out.println((a*b) + \" \" + ((a+b)*2));\n\n}",
"main",
"{\nScanner scan = new Scanner(System.in);\nint a, b;\na = scan.nextInt();\nb = scan.nextInt();\n\nSystem.out.println((a*b) + \" \" + ((a+b)*2));\n\n}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int a",
"a",
"b;",
"b",
"a = scan.nextInt()",
"a",
"scan.nextInt()",
"scan.nextInt",
"scan",
"b = scan.nextInt()",
"b",
"scan.nextInt()",
"scan.nextInt",
"scan",
"System.out.println((a*b) + \" \" + ((a+b)*2))",
"System.out.println",
"System.out",
"System",
"System.out",
"(a*b) + \" \" + ((a+b)*2)",
"(a*b) + \" \" + ((a+b)*2)",
"(a*b)",
"a",
"b",
"\" \"",
"((a+b)*2)",
"(a+b)",
"a",
"b",
"2",
"String args[]",
"args"
] | import java.util.*;
class Main{
public static void main(String args[]){
Scanner scan = new Scanner(System.in);
int a, b;
a = scan.nextInt();
b = scan.nextInt();
System.out.println((a*b) + " " + ((a+b)*2));
}
} |
[
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,
4,
13,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
4,
18,
13,
18,
13,
17,
41,
13,
2,
13,
13,
41,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
4,
18,
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
],
[
7,
8
],
[
7,
9
],
[
0,
10
],
[
87,
11
],
[
87,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
14,
18
],
[
18,
19
],
[
18,
20
],
[
14,
21
],
[
21,
22
],
[
21,
23
],
[
23,
24
],
[
24,
25
],
[
14,
26
],
[
26,
27
],
[
26,
28
],
[
12,
29
],
[
29,
30
],
[
87,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
36,
39
],
[
33,
40
],
[
40,
41
],
[
40,
42
],
[
42,
43
],
[
43,
44
],
[
42,
45
],
[
45,
46
],
[
45,
47
],
[
33,
48
],
[
48,
49
],
[
48,
50
],
[
50,
51
],
[
51,
52
],
[
50,
53
],
[
53,
54
],
[
53,
55
],
[
33,
56
],
[
56,
57
],
[
56,
58
],
[
58,
59
],
[
58,
60
],
[
33,
61
],
[
61,
62
],
[
61,
63
],
[
63,
64
],
[
64,
65
],
[
64,
66
],
[
63,
67
],
[
33,
68
],
[
68,
69
],
[
69,
70
],
[
70,
71
],
[
70,
72
],
[
68,
73
],
[
74,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
74,
79
],
[
74,
80
],
[
80,
81
],
[
81,
82
],
[
80,
83
],
[
31,
84
],
[
84,
85
],
[
0,
86
],
[
86,
87
],
[
86,
88
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str){\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tint res1 = num1*num2;\n\t\tint res2 = (num1+num2)*2;\n\n\t\tSystem.out.println(Integer.toString(res1)+\" \"+Integer.toString(res2));\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\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str){\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tint res1 = num1*num2;\n\t\tint res2 = (num1+num2)*2;\n\n\t\tSystem.out.println(Integer.toString(res1)+\" \"+Integer.toString(res2));\n\t\t}\n}",
"Main",
"public static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}",
"main",
"{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}",
"InputStreamReader is = new InputStreamReader(System.in);",
"is",
"new InputStreamReader(System.in)",
"BufferedReader br = new BufferedReader(is);",
"br",
"new BufferedReader(is)",
"String str = br.readLine();",
"str",
"br.readLine()",
"br.readLine",
"br",
"calc(str)",
"calc",
"str",
"String[] args",
"args",
"public static void calc(String str){\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tint res1 = num1*num2;\n\t\tint res2 = (num1+num2)*2;\n\n\t\tSystem.out.println(Integer.toString(res1)+\" \"+Integer.toString(res2));\n\t\t}",
"calc",
"{\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tint res1 = num1*num2;\n\t\tint res2 = (num1+num2)*2;\n\n\t\tSystem.out.println(Integer.toString(res1)+\" \"+Integer.toString(res2));\n\t\t}",
"String[] result = str.split(\" \");",
"result",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int num1 = Integer.parseInt(result[0]);",
"num1",
"Integer.parseInt(result[0])",
"Integer.parseInt",
"Integer",
"result[0]",
"result",
"0",
"int num2 = Integer.parseInt(result[1]);",
"num2",
"Integer.parseInt(result[1])",
"Integer.parseInt",
"Integer",
"result[1]",
"result",
"1",
"int res1 = num1*num2;",
"res1",
"num1*num2",
"num1",
"num2",
"int res2 = (num1+num2)*2;",
"res2",
"(num1+num2)*2",
"(num1+num2)",
"num1",
"num2",
"2",
"System.out.println(Integer.toString(res1)+\" \"+Integer.toString(res2))",
"System.out.println",
"System.out",
"System",
"System.out",
"Integer.toString(res1)+\" \"+Integer.toString(res2)",
"Integer.toString(res1)+\" \"+Integer.toString(res2)",
"Integer.toString(res1)",
"Integer.toString",
"Integer",
"res1",
"\" \"",
"Integer.toString(res2)",
"Integer.toString",
"Integer",
"res2",
"String str",
"str",
"public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str){\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tint res1 = num1*num2;\n\t\tint res2 = (num1+num2)*2;\n\n\t\tSystem.out.println(Integer.toString(res1)+\" \"+Integer.toString(res2));\n\t\t}\n}",
"public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\tBufferedReader br = new BufferedReader(is);\n\n\t\tString str = br.readLine();\n\n\t\tcalc(str);\n\t}\n\n\tpublic static void calc(String str){\n\t\tString[] result = str.split(\" \");\n\n\t\tint num1 = Integer.parseInt(result[0]);\n\t\tint num2 = Integer.parseInt(result[1]);\n\n\t\tint res1 = num1*num2;\n\t\tint res2 = (num1+num2)*2;\n\n\t\tSystem.out.println(Integer.toString(res1)+\" \"+Integer.toString(res2));\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) throws IOException{
InputStreamReader is = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(is);
String str = br.readLine();
calc(str);
}
public static void calc(String str){
String[] result = str.split(" ");
int num1 = Integer.parseInt(result[0]);
int num2 = Integer.parseInt(result[1]);
int res1 = num1*num2;
int res2 = (num1+num2)*2;
System.out.println(Integer.toString(res1)+" "+Integer.toString(res2));
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
17,
41,
13,
20,
17,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
20,
42,
4,
18,
13,
30,
0,
18,
13,
13,
4,
18,
13,
40,
13,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
4,
18,
13,
18,
13,
17,
0,
13,
2,
13,
13,
0,
13,
2,
2,
17,
13,
2,
17,
13,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
95,
8
],
[
95,
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
],
[
20,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
27
],
[
27,
28
],
[
27,
29
],
[
11,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
33,
34
],
[
11,
35
],
[
35,
36
],
[
35,
37
],
[
11,
38
],
[
38,
39
],
[
39,
40
],
[
40,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
44,
45
],
[
44,
46
],
[
43,
47
],
[
47,
48
],
[
48,
49
],
[
42,
50
],
[
50,
51
],
[
11,
52
],
[
52,
53
],
[
52,
54
],
[
54,
55
],
[
55,
56
],
[
54,
57
],
[
57,
58
],
[
57,
59
],
[
11,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
62,
65
],
[
65,
66
],
[
65,
67
],
[
11,
68
],
[
68,
69
],
[
68,
70
],
[
70,
71
],
[
70,
72
],
[
11,
73
],
[
73,
74
],
[
73,
75
],
[
75,
76
],
[
76,
77
],
[
76,
78
],
[
75,
79
],
[
79,
80
],
[
79,
81
],
[
11,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
84,
86
],
[
82,
87
],
[
88,
88
],
[
88,
89
],
[
88,
90
],
[
88,
91
],
[
9,
92
],
[
92,
93
],
[
0,
94
],
[
94,
95
],
[
94,
96
]
] | [
"\nimport java.io.*;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n \n int a,b,x,y;\n int c = 1;\n String term[] = new String[3];\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st = br.readLine();\n StringTokenizer tokenizer = new StringTokenizer(st, \" \");\n\twhile(tokenizer.hasMoreTokens()) {\n\t term[c] = tokenizer.nextToken();\n\t c++;\n\t}\n\n a = Integer.parseInt(term[1]);\n b = Integer.parseInt(term[2]);\n x = a*b;\n y = 2*a + 2*b;\n System.out.println(x+\" \"+y); \n \n }\n \n}",
"import java.io.*;",
"io.*",
"java",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n int a,b,x,y;\n int c = 1;\n String term[] = new String[3];\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st = br.readLine();\n StringTokenizer tokenizer = new StringTokenizer(st, \" \");\n\twhile(tokenizer.hasMoreTokens()) {\n\t term[c] = tokenizer.nextToken();\n\t c++;\n\t}\n\n a = Integer.parseInt(term[1]);\n b = Integer.parseInt(term[2]);\n x = a*b;\n y = 2*a + 2*b;\n System.out.println(x+\" \"+y); \n \n }\n \n}",
"Main",
"public static void main(String[] args) throws IOException {\n \n int a,b,x,y;\n int c = 1;\n String term[] = new String[3];\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st = br.readLine();\n StringTokenizer tokenizer = new StringTokenizer(st, \" \");\n\twhile(tokenizer.hasMoreTokens()) {\n\t term[c] = tokenizer.nextToken();\n\t c++;\n\t}\n\n a = Integer.parseInt(term[1]);\n b = Integer.parseInt(term[2]);\n x = a*b;\n y = 2*a + 2*b;\n System.out.println(x+\" \"+y); \n \n }",
"main",
"{\n \n int a,b,x,y;\n int c = 1;\n String term[] = new String[3];\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st = br.readLine();\n StringTokenizer tokenizer = new StringTokenizer(st, \" \");\n\twhile(tokenizer.hasMoreTokens()) {\n\t term[c] = tokenizer.nextToken();\n\t c++;\n\t}\n\n a = Integer.parseInt(term[1]);\n b = Integer.parseInt(term[2]);\n x = a*b;\n y = 2*a + 2*b;\n System.out.println(x+\" \"+y); \n \n }",
"int a",
"a",
"b",
"b",
"x",
"x",
"y;",
"y",
"int c = 1;",
"c",
"1",
"String term[] = new String[3];",
"term",
"new String[3]",
"3",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"String st = br.readLine();",
"st",
"br.readLine()",
"br.readLine",
"br",
"StringTokenizer tokenizer = new StringTokenizer(st, \" \");",
"tokenizer",
"new StringTokenizer(st, \" \")",
"while(tokenizer.hasMoreTokens()) {\n\t term[c] = tokenizer.nextToken();\n\t c++;\n\t}",
"tokenizer.hasMoreTokens()",
"tokenizer.hasMoreTokens",
"tokenizer",
"{\n\t term[c] = tokenizer.nextToken();\n\t c++;\n\t}",
"term[c] = tokenizer.nextToken()",
"term[c]",
"term",
"c",
"tokenizer.nextToken()",
"tokenizer.nextToken",
"tokenizer",
"c++",
"c",
"a = Integer.parseInt(term[1])",
"a",
"Integer.parseInt(term[1])",
"Integer.parseInt",
"Integer",
"term[1]",
"term",
"1",
"b = Integer.parseInt(term[2])",
"b",
"Integer.parseInt(term[2])",
"Integer.parseInt",
"Integer",
"term[2]",
"term",
"2",
"x = a*b",
"x",
"a*b",
"a",
"b",
"y = 2*a + 2*b",
"y",
"2*a + 2*b",
"2*a",
"2",
"a",
"2*b",
"2",
"b",
"System.out.println(x+\" \"+y)",
"System.out.println",
"System.out",
"System",
"System.out",
"x+\" \"+y",
"x+\" \"+y",
"x",
"\" \"",
"y",
"String[] args",
"args",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n int a,b,x,y;\n int c = 1;\n String term[] = new String[3];\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st = br.readLine();\n StringTokenizer tokenizer = new StringTokenizer(st, \" \");\n\twhile(tokenizer.hasMoreTokens()) {\n\t term[c] = tokenizer.nextToken();\n\t c++;\n\t}\n\n a = Integer.parseInt(term[1]);\n b = Integer.parseInt(term[2]);\n x = a*b;\n y = 2*a + 2*b;\n System.out.println(x+\" \"+y); \n \n }\n \n}",
"public class Main {\n\n public static void main(String[] args) throws IOException {\n \n int a,b,x,y;\n int c = 1;\n String term[] = new String[3];\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String st = br.readLine();\n StringTokenizer tokenizer = new StringTokenizer(st, \" \");\n\twhile(tokenizer.hasMoreTokens()) {\n\t term[c] = tokenizer.nextToken();\n\t c++;\n\t}\n\n a = Integer.parseInt(term[1]);\n b = Integer.parseInt(term[2]);\n x = a*b;\n y = 2*a + 2*b;\n System.out.println(x+\" \"+y); \n \n }\n \n}",
"Main"
] |
import java.io.*;
import java.util.StringTokenizer;
public class Main {
public static void main(String[] args) throws IOException {
int a,b,x,y;
int c = 1;
String term[] = new String[3];
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String st = br.readLine();
StringTokenizer tokenizer = new StringTokenizer(st, " ");
while(tokenizer.hasMoreTokens()) {
term[c] = tokenizer.nextToken();
c++;
}
a = Integer.parseInt(term[1]);
b = Integer.parseInt(term[2]);
x = a*b;
y = 2*a + 2*b;
System.out.println(x+" "+y);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
4,
18,
20,
41,
13,
4,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
18,
13,
17,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
2,
13,
13,
17,
4,
18,
13,
2,
2,
13,
17,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
4,
5
],
[
4,
6
],
[
0,
7
],
[
68,
8
],
[
68,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
11,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
20,
21
],
[
19,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
25,
27
],
[
11,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
30,
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
],
[
11,
45
],
[
45,
46
],
[
45,
47
],
[
47,
48
],
[
47,
49
],
[
11,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
11,
57
],
[
57,
58
],
[
58,
59
],
[
57,
60
],
[
61,
61
],
[
61,
62
],
[
61,
63
],
[
61,
64
],
[
9,
65
],
[
65,
66
],
[
0,
67
],
[
67,
68
],
[
67,
69
]
] | [
"import static java.lang.System.out;\nimport java.util.Scanner;\n\npublic class Main {\n\t public static void main(String...args) {\n\t\t\t String str = new Scanner(System.in).nextLine();\n\t\t\t String[] list = str.split(\" \");\n\t\t\t String x = list[0];\n\t\t\t String y = list[1];\n\n\t\t\t int a = Integer.parseInt(x);\n\t\t\t int b = Integer.parseInt(y);\n\n\t\t\t\tint sum = a * b;\n int cm = (a + b) * 2;\n\n out.println(sum + \" \" + cm);\n\n\t }\n\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\t public static void main(String...args) {\n\t\t\t String str = new Scanner(System.in).nextLine();\n\t\t\t String[] list = str.split(\" \");\n\t\t\t String x = list[0];\n\t\t\t String y = list[1];\n\n\t\t\t int a = Integer.parseInt(x);\n\t\t\t int b = Integer.parseInt(y);\n\n\t\t\t\tint sum = a * b;\n int cm = (a + b) * 2;\n\n out.println(sum + \" \" + cm);\n\n\t }\n\n\n}",
"Main",
"public static void main(String...args) {\n\t\t\t String str = new Scanner(System.in).nextLine();\n\t\t\t String[] list = str.split(\" \");\n\t\t\t String x = list[0];\n\t\t\t String y = list[1];\n\n\t\t\t int a = Integer.parseInt(x);\n\t\t\t int b = Integer.parseInt(y);\n\n\t\t\t\tint sum = a * b;\n int cm = (a + b) * 2;\n\n out.println(sum + \" \" + cm);\n\n\t }",
"main",
"{\n\t\t\t String str = new Scanner(System.in).nextLine();\n\t\t\t String[] list = str.split(\" \");\n\t\t\t String x = list[0];\n\t\t\t String y = list[1];\n\n\t\t\t int a = Integer.parseInt(x);\n\t\t\t int b = Integer.parseInt(y);\n\n\t\t\t\tint sum = a * b;\n int cm = (a + b) * 2;\n\n out.println(sum + \" \" + cm);\n\n\t }",
"String str = new Scanner(System.in).nextLine();",
"str",
"new Scanner(System.in).nextLine()",
"new Scanner(System.in).nextLine",
"new Scanner(System.in)",
"String[] list = str.split(\" \");",
"list",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"String x = list[0];",
"x",
"list[0]",
"list",
"0",
"String y = list[1];",
"y",
"list[1]",
"list",
"1",
"int a = Integer.parseInt(x);",
"a",
"Integer.parseInt(x)",
"Integer.parseInt",
"Integer",
"x",
"int b = Integer.parseInt(y);",
"b",
"Integer.parseInt(y)",
"Integer.parseInt",
"Integer",
"y",
"int sum = a * b;",
"sum",
"a * b",
"a",
"b",
"int cm = (a + b) * 2;",
"cm",
"(a + b) * 2",
"(a + b)",
"a",
"b",
"2",
"out.println(sum + \" \" + cm)",
"out.println",
"out",
"sum + \" \" + cm",
"sum + \" \" + cm",
"sum",
"\" \"",
"cm",
"String...args",
"args",
"public class Main {\n\t public static void main(String...args) {\n\t\t\t String str = new Scanner(System.in).nextLine();\n\t\t\t String[] list = str.split(\" \");\n\t\t\t String x = list[0];\n\t\t\t String y = list[1];\n\n\t\t\t int a = Integer.parseInt(x);\n\t\t\t int b = Integer.parseInt(y);\n\n\t\t\t\tint sum = a * b;\n int cm = (a + b) * 2;\n\n out.println(sum + \" \" + cm);\n\n\t }\n\n\n}",
"public class Main {\n\t public static void main(String...args) {\n\t\t\t String str = new Scanner(System.in).nextLine();\n\t\t\t String[] list = str.split(\" \");\n\t\t\t String x = list[0];\n\t\t\t String y = list[1];\n\n\t\t\t int a = Integer.parseInt(x);\n\t\t\t int b = Integer.parseInt(y);\n\n\t\t\t\tint sum = a * b;\n int cm = (a + b) * 2;\n\n out.println(sum + \" \" + cm);\n\n\t }\n\n\n}",
"Main"
] | import static java.lang.System.out;
import java.util.Scanner;
public class Main {
public static void main(String...args) {
String str = new Scanner(System.in).nextLine();
String[] list = str.split(" ");
String x = list[0];
String y = list[1];
int a = Integer.parseInt(x);
int b = Integer.parseInt(y);
int sum = a * b;
int cm = (a + b) * 2;
out.println(sum + " " + cm);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
20,
12,
13,
30,
41,
13,
4,
13,
41,
13,
4,
13,
4,
18,
18,
13,
13,
2,
2,
2,
2,
13,
13,
17,
2,
2,
13,
13,
17,
17,
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
],
[
9,
10
],
[
9,
11
],
[
7,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
14,
19
],
[
19,
20
],
[
19,
21
],
[
21,
22
],
[
14,
23
],
[
23,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
23,
28
],
[
30,
29
],
[
35,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
30,
34
],
[
35,
35
],
[
35,
36
],
[
36,
37
],
[
36,
38
],
[
35,
39
],
[
30,
40
],
[
12,
41
],
[
41,
42
],
[
7,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
50,
51
],
[
51,
52
]
] | [
"import java.io.*;\nimport java.util.Scanner;\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 System.out.print(a * b + \" \" + (a + b) * 2 + \"\\n\");\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",
"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 System.out.print(a * b + \" \" + (a + b) * 2 + \"\\n\");\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 System.out.print(a * b + \" \" + (a + b) * 2 + \"\\n\");\n }",
"main",
"{\n int a = ReadInt();\n int b = ReadInt();\n System.out.print(a * b + \" \" + (a + b) * 2 + \"\\n\");\n }",
"int a = ReadInt();",
"a",
"ReadInt()",
"ReadInt",
"int b = ReadInt();",
"b",
"ReadInt()",
"ReadInt",
"System.out.print(a * b + \" \" + (a + b) * 2 + \"\\n\")",
"System.out.print",
"System.out",
"System",
"System.out",
"a * b + \" \" + (a + b) * 2 + \"\\n\"",
"(a + b) * 2",
"a * b + \" \" + (a + b) * 2 + \"\\n\"",
"a * b",
"a",
"b",
"\" \"",
"(a + b) * 2",
"(a + b)",
"a",
"b",
"2",
"\"\\n\"",
"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;
class Main {
static Scanner sc = new Scanner(System.in);
public static void main(String[] args) throws IOException {
int a = ReadInt();
int b = ReadInt();
System.out.print(a * b + " " + (a + b) * 2 + "\n");
}
static int ReadInt() throws IOException {
return Integer.parseInt(sc.next());
}
} |
[
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,
13,
41,
13,
2,
2,
18,
13,
17,
17,
2,
18,
13,
17,
17,
41,
13,
2,
18,
13,
17,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
13,
23,
13,
12,
13,
30,
41,
13,
4,
18,
13,
17,
41,
13,
18,
13,
13,
41,
13,
20,
13,
11,
1,
41,
13,
17,
2,
13,
13,
1,
40,
13,
30,
30,
0,
18,
13,
13,
4,
18,
13,
18,
13,
13,
29,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
106,
5
],
[
106,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
8,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
23,
24
],
[
22,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
28,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
41,
45
],
[
45,
46
],
[
45,
47
],
[
8,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
48,
53
],
[
54,
54
],
[
54,
55
],
[
54,
56
],
[
54,
57
],
[
6,
58
],
[
58,
59
],
[
106,
60
],
[
60,
61
],
[
60,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
66,
67
],
[
65,
68
],
[
62,
69
],
[
69,
70
],
[
69,
71
],
[
71,
72
],
[
71,
73
],
[
62,
74
],
[
74,
75
],
[
74,
76
],
[
62,
78
],
[
78,
79
],
[
79,
80
],
[
80,
81
],
[
80,
82
],
[
78,
83
],
[
83,
84
],
[
83,
85
],
[
78,
86
],
[
86,
87
],
[
87,
88
],
[
78,
89
],
[
90,
90
],
[
90,
91
],
[
91,
92
],
[
92,
93
],
[
92,
94
],
[
91,
95
],
[
95,
96
],
[
96,
97
],
[
95,
98
],
[
98,
99
],
[
98,
100
],
[
62,
101
],
[
101,
102
],
[
60,
103
],
[
103,
104
],
[
0,
105
],
[
105,
106
],
[
105,
107
]
] | [
"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\tMain m = new Main();\n\t\tString num_ = br.readLine();\n\t\tint[] num = m.splitIntChange(num_);\n\t\tint cir = num[0]*2+num[1]*2;\n\t\tint squ = num[0]*num[1];\n\t\tSystem.out.println(squ+\" \"+cir);\n\t}\n\t\n\tpublic int[] splitIntChange(String str){\n\t\tString[] str_ = str.split(\" \");\n\t\tint strlen = str_.length;\n\t\tint[] numarray = new int[strlen];\n\t\t\n\t\tfor(int i = 0;i < strlen;i++){\n\t\t\tnumarray[i] = Integer.parseInt(str_[i]); \n\t\t}\n\t\t\n\t\treturn numarray;\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\tMain m = new Main();\n\t\tString num_ = br.readLine();\n\t\tint[] num = m.splitIntChange(num_);\n\t\tint cir = num[0]*2+num[1]*2;\n\t\tint squ = num[0]*num[1];\n\t\tSystem.out.println(squ+\" \"+cir);\n\t}\n\t\n\tpublic int[] splitIntChange(String str){\n\t\tString[] str_ = str.split(\" \");\n\t\tint strlen = str_.length;\n\t\tint[] numarray = new int[strlen];\n\t\t\n\t\tfor(int i = 0;i < strlen;i++){\n\t\t\tnumarray[i] = Integer.parseInt(str_[i]); \n\t\t}\n\t\t\n\t\treturn numarray;\n\t}\n}",
"Main",
"public static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tMain m = new Main();\n\t\tString num_ = br.readLine();\n\t\tint[] num = m.splitIntChange(num_);\n\t\tint cir = num[0]*2+num[1]*2;\n\t\tint squ = num[0]*num[1];\n\t\tSystem.out.println(squ+\" \"+cir);\n\t}",
"main",
"{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tMain m = new Main();\n\t\tString num_ = br.readLine();\n\t\tint[] num = m.splitIntChange(num_);\n\t\tint cir = num[0]*2+num[1]*2;\n\t\tint squ = num[0]*num[1];\n\t\tSystem.out.println(squ+\" \"+cir);\n\t}",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"Main m = new Main();",
"m",
"new Main()",
"String num_ = br.readLine();",
"num_",
"br.readLine()",
"br.readLine",
"br",
"int[] num = m.splitIntChange(num_);",
"num",
"m.splitIntChange(num_)",
"m.splitIntChange",
"m",
"num_",
"int cir = num[0]*2+num[1]*2;",
"cir",
"num[0]*2+num[1]*2",
"num[0]*2",
"num[0]",
"num",
"0",
"2",
"num[1]*2",
"num[1]",
"num",
"1",
"2",
"int squ = num[0]*num[1];",
"squ",
"num[0]*num[1]",
"num[0]",
"num",
"0",
"num[1]",
"num",
"1",
"System.out.println(squ+\" \"+cir)",
"System.out.println",
"System.out",
"System",
"System.out",
"squ+\" \"+cir",
"squ+\" \"+cir",
"squ",
"\" \"",
"cir",
"String[] args",
"args",
"public int[] splitIntChange(String str){\n\t\tString[] str_ = str.split(\" \");\n\t\tint strlen = str_.length;\n\t\tint[] numarray = new int[strlen];\n\t\t\n\t\tfor(int i = 0;i < strlen;i++){\n\t\t\tnumarray[i] = Integer.parseInt(str_[i]); \n\t\t}\n\t\t\n\t\treturn numarray;\n\t}",
"splitIntChange",
"{\n\t\tString[] str_ = str.split(\" \");\n\t\tint strlen = str_.length;\n\t\tint[] numarray = new int[strlen];\n\t\t\n\t\tfor(int i = 0;i < strlen;i++){\n\t\t\tnumarray[i] = Integer.parseInt(str_[i]); \n\t\t}\n\t\t\n\t\treturn numarray;\n\t}",
"String[] str_ = str.split(\" \");",
"str_",
"str.split(\" \")",
"str.split",
"str",
"\" \"",
"int strlen = str_.length;",
"strlen",
"str_.length",
"str_",
"str_.length",
"int[] numarray = new int[strlen];",
"numarray",
"new int[strlen]",
"strlen",
"for(int i = 0;i < strlen;i++){\n\t\t\tnumarray[i] = Integer.parseInt(str_[i]); \n\t\t}",
"int i = 0;",
"int i = 0;",
"i",
"0",
"i < strlen",
"i",
"strlen",
"i++",
"i++",
"i",
"{\n\t\t\tnumarray[i] = Integer.parseInt(str_[i]); \n\t\t}",
"{\n\t\t\tnumarray[i] = Integer.parseInt(str_[i]); \n\t\t}",
"numarray[i] = Integer.parseInt(str_[i])",
"numarray[i]",
"numarray",
"i",
"Integer.parseInt(str_[i])",
"Integer.parseInt",
"Integer",
"str_[i]",
"str_",
"i",
"return numarray;",
"numarray",
"String str",
"str",
"public class Main {\n\tpublic static void main(String[] args)throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tMain m = new Main();\n\t\tString num_ = br.readLine();\n\t\tint[] num = m.splitIntChange(num_);\n\t\tint cir = num[0]*2+num[1]*2;\n\t\tint squ = num[0]*num[1];\n\t\tSystem.out.println(squ+\" \"+cir);\n\t}\n\t\n\tpublic int[] splitIntChange(String str){\n\t\tString[] str_ = str.split(\" \");\n\t\tint strlen = str_.length;\n\t\tint[] numarray = new int[strlen];\n\t\t\n\t\tfor(int i = 0;i < strlen;i++){\n\t\t\tnumarray[i] = Integer.parseInt(str_[i]); \n\t\t}\n\t\t\n\t\treturn numarray;\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\tMain m = new Main();\n\t\tString num_ = br.readLine();\n\t\tint[] num = m.splitIntChange(num_);\n\t\tint cir = num[0]*2+num[1]*2;\n\t\tint squ = num[0]*num[1];\n\t\tSystem.out.println(squ+\" \"+cir);\n\t}\n\t\n\tpublic int[] splitIntChange(String str){\n\t\tString[] str_ = str.split(\" \");\n\t\tint strlen = str_.length;\n\t\tint[] numarray = new int[strlen];\n\t\t\n\t\tfor(int i = 0;i < strlen;i++){\n\t\t\tnumarray[i] = Integer.parseInt(str_[i]); \n\t\t}\n\t\t\n\t\treturn numarray;\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));
Main m = new Main();
String num_ = br.readLine();
int[] num = m.splitIntChange(num_);
int cir = num[0]*2+num[1]*2;
int squ = num[0]*num[1];
System.out.println(squ+" "+cir);
}
public int[] splitIntChange(String str){
String[] str_ = str.split(" ");
int strlen = str_.length;
int[] numarray = new int[strlen];
for(int i = 0;i < strlen;i++){
numarray[i] = Integer.parseInt(str_[i]);
}
return numarray;
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
17,
38,
5,
13,
30,
4,
18,
13,
30,
42,
2,
0,
13,
4,
18,
13,
17,
30,
41,
13,
4,
18,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
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,
2,
13,
17,
2,
13,
17,
4,
18,
18,
13,
13,
2,
2,
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
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
102,
14
],
[
102,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
18,
20
],
[
17,
21
],
[
21,
22
],
[
21,
23
],
[
17,
24
],
[
24,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
29,
30
],
[
24,
31
],
[
31,
32
],
[
32,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
37,
38
],
[
33,
39
],
[
32,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
43,
44
],
[
44,
45
],
[
43,
46
],
[
40,
47
],
[
47,
48
],
[
47,
49
],
[
40,
50
],
[
50,
51
],
[
50,
52
],
[
40,
53
],
[
53,
54
],
[
53,
55
],
[
40,
56
],
[
56,
57
],
[
56,
58
],
[
40,
59
],
[
59,
60
],
[
59,
61
],
[
61,
62
],
[
62,
63
],
[
61,
64
],
[
64,
65
],
[
64,
66
],
[
40,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
70,
71
],
[
69,
72
],
[
72,
73
],
[
72,
74
],
[
40,
75
],
[
75,
76
],
[
75,
77
],
[
77,
78
],
[
77,
79
],
[
40,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
83,
84
],
[
83,
85
],
[
82,
86
],
[
86,
87
],
[
86,
88
],
[
40,
89
],
[
89,
90
],
[
90,
91
],
[
91,
92
],
[
91,
93
],
[
89,
94
],
[
95,
95
],
[
95,
96
],
[
95,
97
],
[
95,
98
],
[
15,
99
],
[
99,
100
],
[
0,
101
],
[
101,
102
],
[
101,
103
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tString[] ab = line.split(\" \");\n\t\t\t\tInteger a = 0;\n\t\t\t\tInteger b = 0;\n\t\t\t\tInteger sqr = 0;\n\t\t\t\tInteger liner = 0;\n\t\t\t\t\n\t\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\tsqr = a * b;\n\t\t\t\tliner = a * 2 + b *2;\n\n\t\t\t\tSystem.out.println(sqr + \" \" + liner);\n\t\t\t\t\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",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tString[] ab = line.split(\" \");\n\t\t\t\tInteger a = 0;\n\t\t\t\tInteger b = 0;\n\t\t\t\tInteger sqr = 0;\n\t\t\t\tInteger liner = 0;\n\t\t\t\t\n\t\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\tsqr = a * b;\n\t\t\t\tliner = a * 2 + b *2;\n\n\t\t\t\tSystem.out.println(sqr + \" \" + liner);\n\t\t\t\t\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\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tString[] ab = line.split(\" \");\n\t\t\t\tInteger a = 0;\n\t\t\t\tInteger b = 0;\n\t\t\t\tInteger sqr = 0;\n\t\t\t\tInteger liner = 0;\n\t\t\t\t\n\t\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\tsqr = a * b;\n\t\t\t\tliner = a * 2 + b *2;\n\n\t\t\t\tSystem.out.println(sqr + \" \" + liner);\n\t\t\t\t\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"main",
"{\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tString[] ab = line.split(\" \");\n\t\t\t\tInteger a = 0;\n\t\t\t\tInteger b = 0;\n\t\t\t\tInteger sqr = 0;\n\t\t\t\tInteger liner = 0;\n\t\t\t\t\n\t\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\tsqr = a * b;\n\t\t\t\tliner = a * 2 + b *2;\n\n\t\t\t\tSystem.out.println(sqr + \" \" + liner);\n\t\t\t\t\n\t\t\t}\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"BufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));",
"inMsg",
"new BufferedReader(new InputStreamReader(System.in))",
"String line = \"\";",
"line",
"\"\"",
"try {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tString[] ab = line.split(\" \");\n\t\t\t\tInteger a = 0;\n\t\t\t\tInteger b = 0;\n\t\t\t\tInteger sqr = 0;\n\t\t\t\tInteger liner = 0;\n\t\t\t\t\n\t\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\tsqr = a * b;\n\t\t\t\tliner = a * 2 + b *2;\n\n\t\t\t\tSystem.out.println(sqr + \" \" + liner);\n\t\t\t\t\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\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tString[] ab = line.split(\" \");\n\t\t\t\tInteger a = 0;\n\t\t\t\tInteger b = 0;\n\t\t\t\tInteger sqr = 0;\n\t\t\t\tInteger liner = 0;\n\t\t\t\t\n\t\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\tsqr = a * b;\n\t\t\t\tliner = a * 2 + b *2;\n\n\t\t\t\tSystem.out.println(sqr + \" \" + liner);\n\t\t\t\t\n\t\t\t}\n\t\t}",
"while ((line = inMsg.readLine()) != null) {\n\t\t\t\tString[] ab = line.split(\" \");\n\t\t\t\tInteger a = 0;\n\t\t\t\tInteger b = 0;\n\t\t\t\tInteger sqr = 0;\n\t\t\t\tInteger liner = 0;\n\t\t\t\t\n\t\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\tsqr = a * b;\n\t\t\t\tliner = a * 2 + b *2;\n\n\t\t\t\tSystem.out.println(sqr + \" \" + liner);\n\t\t\t\t\n\t\t\t}",
"(line = inMsg.readLine()) != null",
"(line = inMsg.readLine())",
"line",
"inMsg.readLine()",
"inMsg.readLine",
"inMsg",
"null",
"{\n\t\t\t\tString[] ab = line.split(\" \");\n\t\t\t\tInteger a = 0;\n\t\t\t\tInteger b = 0;\n\t\t\t\tInteger sqr = 0;\n\t\t\t\tInteger liner = 0;\n\t\t\t\t\n\t\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\tsqr = a * b;\n\t\t\t\tliner = a * 2 + b *2;\n\n\t\t\t\tSystem.out.println(sqr + \" \" + liner);\n\t\t\t\t\n\t\t\t}",
"String[] ab = line.split(\" \");",
"ab",
"line.split(\" \")",
"line.split",
"line",
"\" \"",
"Integer a = 0;",
"a",
"0",
"Integer b = 0;",
"b",
"0",
"Integer sqr = 0;",
"sqr",
"0",
"Integer liner = 0;",
"liner",
"0",
"a = Integer.parseInt(ab[0])",
"a",
"Integer.parseInt(ab[0])",
"Integer.parseInt",
"Integer",
"ab[0]",
"ab",
"0",
"b = Integer.parseInt(ab[1])",
"b",
"Integer.parseInt(ab[1])",
"Integer.parseInt",
"Integer",
"ab[1]",
"ab",
"1",
"sqr = a * b",
"sqr",
"a * b",
"a",
"b",
"liner = a * 2 + b *2",
"liner",
"a * 2 + b *2",
"a * 2",
"a",
"2",
"b *2",
"b",
"2",
"System.out.println(sqr + \" \" + liner)",
"System.out.println",
"System.out",
"System",
"System.out",
"sqr + \" \" + liner",
"sqr + \" \" + liner",
"sqr",
"\" \"",
"liner",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tString[] ab = line.split(\" \");\n\t\t\t\tInteger a = 0;\n\t\t\t\tInteger b = 0;\n\t\t\t\tInteger sqr = 0;\n\t\t\t\tInteger liner = 0;\n\t\t\t\t\n\t\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\tsqr = a * b;\n\t\t\t\tliner = a * 2 + b *2;\n\n\t\t\t\tSystem.out.println(sqr + \" \" + liner);\n\t\t\t\t\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\n\tpublic static void main(String[] args) {\n\t\tBufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = \"\";\n\t\ttry {\n\t\t\twhile ((line = inMsg.readLine()) != null) {\n\t\t\t\tString[] ab = line.split(\" \");\n\t\t\t\tInteger a = 0;\n\t\t\t\tInteger b = 0;\n\t\t\t\tInteger sqr = 0;\n\t\t\t\tInteger liner = 0;\n\t\t\t\t\n\t\t\t\ta = Integer.parseInt(ab[0]);\n\t\t\t\tb = Integer.parseInt(ab[1]);\n\t\t\t\tsqr = a * b;\n\t\t\t\tliner = a * 2 + b *2;\n\n\t\t\t\tSystem.out.println(sqr + \" \" + liner);\n\t\t\t\t\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;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
BufferedReader inMsg = new BufferedReader(new InputStreamReader(System.in));
String line = "";
try {
while ((line = inMsg.readLine()) != null) {
String[] ab = line.split(" ");
Integer a = 0;
Integer b = 0;
Integer sqr = 0;
Integer liner = 0;
a = Integer.parseInt(ab[0]);
b = Integer.parseInt(ab[1]);
sqr = a * b;
liner = a * 2 + b *2;
System.out.println(sqr + " " + liner);
}
} catch (IOException e) {
e.printStackTrace();
}
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
41,
13,
4,
18,
13,
13,
41,
13,
4,
18,
13,
13,
41,
13,
2,
13,
13,
41,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
13,
17,
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
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
27,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
33,
36
],
[
11,
37
],
[
37,
38
],
[
37,
39
],
[
39,
40
],
[
39,
41
],
[
11,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
45,
47
],
[
44,
48
],
[
11,
49
],
[
49,
50
],
[
50,
51
],
[
51,
52
],
[
51,
53
],
[
49,
54
],
[
55,
55
],
[
55,
56
],
[
55,
57
],
[
55,
58
],
[
9,
59
],
[
59,
60
],
[
0,
61
],
[
61,
62
],
[
61,
63
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\n\npublic class Main {\n public static void main(String[] args) throws IOException\n {\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n int a = Integer.parseInt(str1);\n int b = Integer.parseInt(str2);\n int x = a * b;\n int y = ( a + b ) * 2;\n System.out.println(x+\" \"+y);\n }\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n public static void main(String[] args) throws IOException\n {\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n int a = Integer.parseInt(str1);\n int b = Integer.parseInt(str2);\n int x = a * b;\n int y = ( a + b ) * 2;\n System.out.println(x+\" \"+y);\n }\n}",
"Main",
"public static void main(String[] args) throws IOException\n {\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n int a = Integer.parseInt(str1);\n int b = Integer.parseInt(str2);\n int x = a * b;\n int y = ( a + b ) * 2;\n System.out.println(x+\" \"+y);\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n int a = Integer.parseInt(str1);\n int b = Integer.parseInt(str2);\n int x = a * b;\n int y = ( a + b ) * 2;\n System.out.println(x+\" \"+y);\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"String str1 = in.next();",
"str1",
"in.next()",
"in.next",
"in",
"String str2 = in.next();",
"str2",
"in.next()",
"in.next",
"in",
"int a = Integer.parseInt(str1);",
"a",
"Integer.parseInt(str1)",
"Integer.parseInt",
"Integer",
"str1",
"int b = Integer.parseInt(str2);",
"b",
"Integer.parseInt(str2)",
"Integer.parseInt",
"Integer",
"str2",
"int x = a * b;",
"x",
"a * b",
"a",
"b",
"int y = ( a + b ) * 2;",
"y",
"( a + b ) * 2",
"( a + b )",
"a",
"b",
"2",
"System.out.println(x+\" \"+y)",
"System.out.println",
"System.out",
"System",
"System.out",
"x+\" \"+y",
"x+\" \"+y",
"x",
"\" \"",
"y",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws IOException\n {\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n int a = Integer.parseInt(str1);\n int b = Integer.parseInt(str2);\n int x = a * b;\n int y = ( a + b ) * 2;\n System.out.println(x+\" \"+y);\n }\n}",
"public class Main {\n public static void main(String[] args) throws IOException\n {\n Scanner in = new Scanner(System.in);\n String str1 = in.next();\n String str2 = in.next();\n int a = Integer.parseInt(str1);\n int b = Integer.parseInt(str2);\n int x = a * b;\n int y = ( a + b ) * 2;\n System.out.println(x+\" \"+y);\n }\n}",
"Main"
] | import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException
{
Scanner in = new Scanner(System.in);
String str1 = in.next();
String str2 = in.next();
int a = Integer.parseInt(str1);
int b = Integer.parseInt(str2);
int x = a * b;
int y = ( a + b ) * 2;
System.out.println(x+" "+y);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
4,
18,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
41,
13,
17,
0,
13,
4,
18,
13,
0,
13,
4,
18,
13,
0,
13,
2,
13,
13,
0,
13,
2,
2,
13,
13,
17,
4,
18,
18,
13,
13,
2,
2,
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
],
[
13,
14
],
[
12,
15
],
[
8,
16
],
[
16,
17
],
[
16,
18
],
[
8,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
8,
28
],
[
28,
29
],
[
28,
30
],
[
30,
31
],
[
31,
32
],
[
8,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
36,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
40,
41
],
[
40,
42
],
[
8,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
45,
49
],
[
8,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
56,
56
],
[
56,
57
],
[
56,
58
],
[
56,
59
],
[
6,
60
],
[
60,
61
]
] | [
"import java.util.Scanner;\n\nclass Main{\n\tstatic public void main (String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tscan.useDelimiter(\"\\\\s\");\n\t\tint val1 = 0;\n\t\tint val2 = 0;\n\t\tint area = 0;\n\t\tint around = 0;\n\t\t\n\t\tval1 = scan.nextInt();\n\t\tval2 = scan.nextInt();\n\n\t\tarea = val1*val2;\n\t\taround = (val1 + val2)*2;\n\t\tSystem.out.println(area+\" \"+around);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main{\n\tstatic public void main (String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tscan.useDelimiter(\"\\\\s\");\n\t\tint val1 = 0;\n\t\tint val2 = 0;\n\t\tint area = 0;\n\t\tint around = 0;\n\t\t\n\t\tval1 = scan.nextInt();\n\t\tval2 = scan.nextInt();\n\n\t\tarea = val1*val2;\n\t\taround = (val1 + val2)*2;\n\t\tSystem.out.println(area+\" \"+around);\n\t}\n}",
"Main",
"static public void main (String args[]){\n\t\tScanner scan = new Scanner(System.in);\n\t\tscan.useDelimiter(\"\\\\s\");\n\t\tint val1 = 0;\n\t\tint val2 = 0;\n\t\tint area = 0;\n\t\tint around = 0;\n\t\t\n\t\tval1 = scan.nextInt();\n\t\tval2 = scan.nextInt();\n\n\t\tarea = val1*val2;\n\t\taround = (val1 + val2)*2;\n\t\tSystem.out.println(area+\" \"+around);\n\t}",
"main",
"{\n\t\tScanner scan = new Scanner(System.in);\n\t\tscan.useDelimiter(\"\\\\s\");\n\t\tint val1 = 0;\n\t\tint val2 = 0;\n\t\tint area = 0;\n\t\tint around = 0;\n\t\t\n\t\tval1 = scan.nextInt();\n\t\tval2 = scan.nextInt();\n\n\t\tarea = val1*val2;\n\t\taround = (val1 + val2)*2;\n\t\tSystem.out.println(area+\" \"+around);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"scan.useDelimiter(\"\\\\s\")",
"scan.useDelimiter",
"scan",
"\"\\\\s\"",
"int val1 = 0;",
"val1",
"0",
"int val2 = 0;",
"val2",
"0",
"int area = 0;",
"area",
"0",
"int around = 0;",
"around",
"0",
"val1 = scan.nextInt()",
"val1",
"scan.nextInt()",
"scan.nextInt",
"scan",
"val2 = scan.nextInt()",
"val2",
"scan.nextInt()",
"scan.nextInt",
"scan",
"area = val1*val2",
"area",
"val1*val2",
"val1",
"val2",
"around = (val1 + val2)*2",
"around",
"(val1 + val2)*2",
"(val1 + val2)",
"val1",
"val2",
"2",
"System.out.println(area+\" \"+around)",
"System.out.println",
"System.out",
"System",
"System.out",
"area+\" \"+around",
"area+\" \"+around",
"area",
"\" \"",
"around",
"String args[]",
"args"
] | import java.util.Scanner;
class Main{
static public void main (String args[]){
Scanner scan = new Scanner(System.in);
scan.useDelimiter("\\s");
int val1 = 0;
int val2 = 0;
int area = 0;
int around = 0;
val1 = scan.nextInt();
val2 = scan.nextInt();
area = val1*val2;
around = (val1 + val2)*2;
System.out.println(area+" "+around);
}
} |
[
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,
13,
14,
2,
4,
18,
13,
17,
30,
41,
13,
4,
18,
13,
4,
18,
13,
17,
41,
13,
4,
18,
13,
4,
18,
13,
17,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
17,
13,
2,
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
],
[
81,
11
],
[
81,
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
],
[
14,
35
],
[
35,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
36,
40
],
[
35,
41
],
[
41,
42
],
[
42,
43
],
[
42,
44
],
[
44,
45
],
[
45,
46
],
[
44,
47
],
[
47,
48
],
[
48,
49
],
[
47,
50
],
[
41,
51
],
[
51,
52
],
[
51,
53
],
[
53,
54
],
[
54,
55
],
[
53,
56
],
[
56,
57
],
[
57,
58
],
[
56,
59
],
[
41,
60
],
[
60,
61
],
[
61,
62
],
[
62,
63
],
[
62,
64
],
[
60,
65
],
[
66,
66
],
[
66,
67
],
[
67,
68
],
[
67,
69
],
[
66,
70
],
[
66,
71
],
[
71,
72
],
[
72,
73
],
[
72,
74
],
[
71,
75
],
[
75,
76
],
[
75,
77
],
[
12,
78
],
[
78,
79
],
[
0,
80
],
[
80,
81
],
[
80,
82
]
] | [
"import java.util.regex.Pattern;\nimport java.util.regex.Matcher;\nimport java.util.Scanner;\npublic class Main {\n\tpublic static void main( String[] args ) {\n\t\tScanner sc = new Scanner( System.in ) ;\n\t\tString line = sc.nextLine();\n\t\tPattern ptn = Pattern.compile( \"^([0-9]+)\\\\s([0-9]+)$\" ) ;\n\t\tMatcher mch = ptn.matcher( line );\n\t\tif ( mch.find() == true ) {\n\t\t\tint i = Integer.parseInt( mch.group(1) ) ;\n\t\t\tint j = Integer.parseInt( mch.group(2) ) ;\n\t\t\tSystem.out.println( i*j + \" \" + (2*i + 2*j) ) ;\n\t\t}\n\t}\n}",
"import java.util.regex.Pattern;",
"Pattern",
"java.util.regex",
"import java.util.regex.Matcher;",
"Matcher",
"java.util.regex",
"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\tString line = sc.nextLine();\n\t\tPattern ptn = Pattern.compile( \"^([0-9]+)\\\\s([0-9]+)$\" ) ;\n\t\tMatcher mch = ptn.matcher( line );\n\t\tif ( mch.find() == true ) {\n\t\t\tint i = Integer.parseInt( mch.group(1) ) ;\n\t\t\tint j = Integer.parseInt( mch.group(2) ) ;\n\t\t\tSystem.out.println( i*j + \" \" + (2*i + 2*j) ) ;\n\t\t}\n\t}\n}",
"Main",
"public static void main( String[] args ) {\n\t\tScanner sc = new Scanner( System.in ) ;\n\t\tString line = sc.nextLine();\n\t\tPattern ptn = Pattern.compile( \"^([0-9]+)\\\\s([0-9]+)$\" ) ;\n\t\tMatcher mch = ptn.matcher( line );\n\t\tif ( mch.find() == true ) {\n\t\t\tint i = Integer.parseInt( mch.group(1) ) ;\n\t\t\tint j = Integer.parseInt( mch.group(2) ) ;\n\t\t\tSystem.out.println( i*j + \" \" + (2*i + 2*j) ) ;\n\t\t}\n\t}",
"main",
"{\n\t\tScanner sc = new Scanner( System.in ) ;\n\t\tString line = sc.nextLine();\n\t\tPattern ptn = Pattern.compile( \"^([0-9]+)\\\\s([0-9]+)$\" ) ;\n\t\tMatcher mch = ptn.matcher( line );\n\t\tif ( mch.find() == true ) {\n\t\t\tint i = Integer.parseInt( mch.group(1) ) ;\n\t\t\tint j = Integer.parseInt( mch.group(2) ) ;\n\t\t\tSystem.out.println( i*j + \" \" + (2*i + 2*j) ) ;\n\t\t}\n\t}",
"Scanner sc = new Scanner( System.in ) ;",
"sc",
"new Scanner( System.in )",
"String line = sc.nextLine();",
"line",
"sc.nextLine()",
"sc.nextLine",
"sc",
"Pattern ptn = Pattern.compile( \"^([0-9]+)\\\\s([0-9]+)$\" ) ;",
"ptn",
"Pattern.compile( \"^([0-9]+)\\\\s([0-9]+)$\" )",
"Pattern.compile",
"Pattern",
"\"^([0-9]+)\\\\s([0-9]+)$\"",
"Matcher mch = ptn.matcher( line );",
"mch",
"ptn.matcher( line )",
"ptn.matcher",
"ptn",
"line",
"if ( mch.find() == true ) {\n\t\t\tint i = Integer.parseInt( mch.group(1) ) ;\n\t\t\tint j = Integer.parseInt( mch.group(2) ) ;\n\t\t\tSystem.out.println( i*j + \" \" + (2*i + 2*j) ) ;\n\t\t}",
"mch.find() == true",
"mch.find()",
"mch.find",
"mch",
"true",
"{\n\t\t\tint i = Integer.parseInt( mch.group(1) ) ;\n\t\t\tint j = Integer.parseInt( mch.group(2) ) ;\n\t\t\tSystem.out.println( i*j + \" \" + (2*i + 2*j) ) ;\n\t\t}",
"int i = Integer.parseInt( mch.group(1) ) ;",
"i",
"Integer.parseInt( mch.group(1) )",
"Integer.parseInt",
"Integer",
"mch.group(1)",
"mch.group",
"mch",
"1",
"int j = Integer.parseInt( mch.group(2) ) ;",
"j",
"Integer.parseInt( mch.group(2) )",
"Integer.parseInt",
"Integer",
"mch.group(2)",
"mch.group",
"mch",
"2",
"System.out.println( i*j + \" \" + (2*i + 2*j) )",
"System.out.println",
"System.out",
"System",
"System.out",
"i*j + \" \" + (2*i + 2*j)",
"i*j + \" \" + (2*i + 2*j)",
"i*j",
"i",
"j",
"\" \"",
"(2*i + 2*j)",
"2*i",
"2",
"i",
"2*j",
"2",
"j",
"String[] args",
"args",
"public class Main {\n\tpublic static void main( String[] args ) {\n\t\tScanner sc = new Scanner( System.in ) ;\n\t\tString line = sc.nextLine();\n\t\tPattern ptn = Pattern.compile( \"^([0-9]+)\\\\s([0-9]+)$\" ) ;\n\t\tMatcher mch = ptn.matcher( line );\n\t\tif ( mch.find() == true ) {\n\t\t\tint i = Integer.parseInt( mch.group(1) ) ;\n\t\t\tint j = Integer.parseInt( mch.group(2) ) ;\n\t\t\tSystem.out.println( i*j + \" \" + (2*i + 2*j) ) ;\n\t\t}\n\t}\n}",
"public class Main {\n\tpublic static void main( String[] args ) {\n\t\tScanner sc = new Scanner( System.in ) ;\n\t\tString line = sc.nextLine();\n\t\tPattern ptn = Pattern.compile( \"^([0-9]+)\\\\s([0-9]+)$\" ) ;\n\t\tMatcher mch = ptn.matcher( line );\n\t\tif ( mch.find() == true ) {\n\t\t\tint i = Integer.parseInt( mch.group(1) ) ;\n\t\t\tint j = Integer.parseInt( mch.group(2) ) ;\n\t\t\tSystem.out.println( i*j + \" \" + (2*i + 2*j) ) ;\n\t\t}\n\t}\n}",
"Main"
] | import java.util.regex.Pattern;
import java.util.regex.Matcher;
import java.util.Scanner;
public class Main {
public static void main( String[] args ) {
Scanner sc = new Scanner( System.in ) ;
String line = sc.nextLine();
Pattern ptn = Pattern.compile( "^([0-9]+)\\s([0-9]+)$" ) ;
Matcher mch = ptn.matcher( line );
if ( mch.find() == true ) {
int i = Integer.parseInt( mch.group(1) ) ;
int j = Integer.parseInt( mch.group(2) ) ;
System.out.println( i*j + " " + (2*i + 2*j) ) ;
}
}
} |
[
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,
17,
2,
13,
13,
4,
18,
18,
13,
13,
2,
2,
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
],
[
8,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
27,
29
],
[
8,
30
],
[
30,
31
],
[
30,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
34,
36
],
[
8,
37
],
[
37,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
37,
42
],
[
43,
43
],
[
43,
44
],
[
43,
45
],
[
43,
46
],
[
6,
47
],
[
47,
48
]
] | [
"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\t\tint heigt = scan.nextInt();\n\t\tint width = scan.nextInt();\n\t\tscan.close();\n\n\t\tint area = heigt * width;\n\t\tint circum = 2*(heigt + width);\n\n\t\tSystem.out.println(area + \" \" + circum);\n\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\t\tint heigt = scan.nextInt();\n\t\tint width = scan.nextInt();\n\t\tscan.close();\n\n\t\tint area = heigt * width;\n\t\tint circum = 2*(heigt + width);\n\n\t\tSystem.out.println(area + \" \" + circum);\n\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint heigt = scan.nextInt();\n\t\tint width = scan.nextInt();\n\t\tscan.close();\n\n\t\tint area = heigt * width;\n\t\tint circum = 2*(heigt + width);\n\n\t\tSystem.out.println(area + \" \" + circum);\n\n\t}",
"main",
"{\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint heigt = scan.nextInt();\n\t\tint width = scan.nextInt();\n\t\tscan.close();\n\n\t\tint area = heigt * width;\n\t\tint circum = 2*(heigt + width);\n\n\t\tSystem.out.println(area + \" \" + circum);\n\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int heigt = scan.nextInt();",
"heigt",
"scan.nextInt()",
"scan.nextInt",
"scan",
"int width = scan.nextInt();",
"width",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.close()",
"scan.close",
"scan",
"int area = heigt * width;",
"area",
"heigt * width",
"heigt",
"width",
"int circum = 2*(heigt + width);",
"circum",
"2*(heigt + width)",
"2",
"(heigt + width)",
"heigt",
"width",
"System.out.println(area + \" \" + circum)",
"System.out.println",
"System.out",
"System",
"System.out",
"area + \" \" + circum",
"area + \" \" + circum",
"area",
"\" \"",
"circum",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int heigt = scan.nextInt();
int width = scan.nextInt();
scan.close();
int area = heigt * width;
int circum = 2*(heigt + width);
System.out.println(area + " " + circum);
}
} |
[
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,
2,
17,
13,
2,
17,
13,
4,
18,
18,
13,
13,
2,
2,
13,
17,
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
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
42,
42
],
[
42,
43
],
[
42,
44
],
[
42,
45
],
[
6,
46
],
[
46,
47
],
[
0,
48
],
[
48,
49
],
[
48,
50
]
] | [
"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 //System.out.println(a);\n //System.out.println(b);\n int mennseki = a*b;\n int shuu = 2*a+2*b;\n System.out.println(mennseki+\" \"+ shuu );\n //System.out.println(2*a+2*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 int a = scanner.nextInt();\n int b = scanner.nextInt();\n //System.out.println(a);\n //System.out.println(b);\n int mennseki = a*b;\n int shuu = 2*a+2*b;\n System.out.println(mennseki+\" \"+ shuu );\n //System.out.println(2*a+2*b);\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 //System.out.println(a);\n //System.out.println(b);\n int mennseki = a*b;\n int shuu = 2*a+2*b;\n System.out.println(mennseki+\" \"+ shuu );\n //System.out.println(2*a+2*b);\n }",
"main",
"{\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n //System.out.println(a);\n //System.out.println(b);\n int mennseki = a*b;\n int shuu = 2*a+2*b;\n System.out.println(mennseki+\" \"+ shuu );\n //System.out.println(2*a+2*b);\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 mennseki = a*b;",
"mennseki",
"a*b",
"a",
"b",
"int shuu = 2*a+2*b;",
"shuu",
"2*a+2*b",
"2*a",
"2",
"a",
"2*b",
"2",
"b",
"System.out.println(mennseki+\" \"+ shuu )",
"System.out.println",
"System.out",
"System",
"System.out",
"mennseki+\" \"+ shuu",
"mennseki+\" \"+ shuu",
"mennseki",
"\" \"",
"shuu",
"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 //System.out.println(a);\n //System.out.println(b);\n int mennseki = a*b;\n int shuu = 2*a+2*b;\n System.out.println(mennseki+\" \"+ shuu );\n //System.out.println(2*a+2*b);\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 //System.out.println(a);\n //System.out.println(b);\n int mennseki = a*b;\n int shuu = 2*a+2*b;\n System.out.println(mennseki+\" \"+ shuu );\n //System.out.println(2*a+2*b);\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();
//System.out.println(a);
//System.out.println(b);
int mennseki = a*b;
int shuu = 2*a+2*b;
System.out.println(mennseki+" "+ shuu );
//System.out.println(2*a+2*b);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
15,
13,
17,
15,
13,
17,
6,
13,
41,
13,
41,
13,
41,
13,
41,
13,
12,
13,
30,
4,
13,
4,
18,
18,
13,
13,
2,
2,
2,
13,
13,
17,
2,
2,
17,
13,
2,
17,
13,
12,
13,
30,
38,
5,
13,
30,
4,
18,
13,
30,
0,
13,
20,
0,
13,
20,
0,
13,
4,
13,
0,
13,
4,
13,
12,
13,
30,
29,
4,
18,
13,
4,
13,
12,
13,
30,
14,
2,
2,
13,
17,
40,
4,
18,
13,
0,
13,
20,
29,
4,
18,
13,
12,
13,
30,
41,
13,
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
],
[
10,
11
],
[
10,
12
],
[
0,
13
],
[
108,
14
],
[
108,
15
],
[
15,
16
],
[
108,
17
],
[
17,
18
],
[
108,
19
],
[
19,
20
],
[
108,
21
],
[
21,
22
],
[
108,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
28,
33
],
[
34,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
34,
39
],
[
39,
40
],
[
40,
41
],
[
40,
42
],
[
39,
43
],
[
43,
44
],
[
43,
45
],
[
108,
46
],
[
46,
47
],
[
46,
48
],
[
48,
49
],
[
49,
50
],
[
50,
51
],
[
50,
52
],
[
52,
53
],
[
53,
54
],
[
54,
55
],
[
49,
56
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
56,
60
],
[
60,
61
],
[
60,
62
],
[
56,
63
],
[
63,
64
],
[
63,
65
],
[
65,
66
],
[
56,
67
],
[
67,
68
],
[
67,
69
],
[
69,
70
],
[
108,
71
],
[
71,
72
],
[
71,
73
],
[
73,
74
],
[
74,
75
],
[
75,
76
],
[
76,
77
],
[
75,
78
],
[
78,
79
],
[
108,
80
],
[
80,
81
],
[
80,
82
],
[
82,
83
],
[
83,
84
],
[
84,
85
],
[
85,
86
],
[
85,
87
],
[
84,
88
],
[
88,
89
],
[
89,
90
],
[
90,
91
],
[
83,
92
],
[
92,
93
],
[
92,
94
],
[
82,
95
],
[
95,
96
],
[
96,
97
],
[
97,
98
],
[
108,
99
],
[
99,
100
],
[
99,
101
],
[
101,
102
],
[
102,
103
],
[
102,
104
],
[
99,
105
],
[
105,
106
],
[
0,
107
],
[
107,
108
],
[
107,
109
]
] | [
"import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tSystem.out.println((n*m) + \" \" + (2*n+2*m));\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"import java.util.StringTokenizer;",
"StringTokenizer",
"java.util",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tSystem.out.println((n*m) + \" \" + (2*n+2*m));\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"Main",
"private StringTokenizer st;",
"st",
"private BufferedReader bf;",
"bf",
"private int n;",
"n",
"private int m;",
"m",
"Main() {\n\t\treadData();\n\t\t\n\t\tSystem.out.println((n*m) + \" \" + (2*n+2*m));\n\t}",
"Main",
"{\n\t\treadData();\n\t\t\n\t\tSystem.out.println((n*m) + \" \" + (2*n+2*m));\n\t}",
"readData()",
"readData",
"System.out.println((n*m) + \" \" + (2*n+2*m))",
"System.out.println",
"System.out",
"System",
"System.out",
"(n*m) + \" \" + (2*n+2*m)",
"(n*m) + \" \" + (2*n+2*m)",
"(n*m)",
"n",
"m",
"\" \"",
"(2*n+2*m)",
"2*n",
"2",
"n",
"2*m",
"2",
"m",
"private void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"readData",
"{\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}",
"try {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}",
"Exception e",
"{\n\t\t\te.printStackTrace();\n\t\t}",
"e.printStackTrace()",
"e.printStackTrace",
"e",
"{\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t}",
"bf = new BufferedReader(new InputStreamReader(System.in))",
"bf",
"new BufferedReader(new InputStreamReader(System.in))",
"st = new StringTokenizer(bf.readLine())",
"st",
"new StringTokenizer(bf.readLine())",
"n = nextInt()",
"n",
"nextInt()",
"nextInt",
"m = nextInt()",
"m",
"nextInt()",
"nextInt",
"private int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}",
"nextInt",
"{\n\t\treturn Integer.parseInt(next());\n\t}",
"return Integer.parseInt(next());",
"Integer.parseInt(next())",
"Integer.parseInt",
"Integer",
"next()",
"next",
"private String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}",
"next",
"{\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}",
"if (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());",
"st == null || !st.hasMoreTokens()",
"st == null",
"st",
"null",
"!st.hasMoreTokens()",
"st.hasMoreTokens()",
"st.hasMoreTokens",
"st",
"st = new StringTokenizer(bf.readLine())",
"st",
"new StringTokenizer(bf.readLine())",
"return st.nextToken();",
"st.nextToken()",
"st.nextToken",
"st",
"public static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}",
"main",
"{\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}",
"Main m = new Main();",
"m",
"new Main()",
"String[] args",
"args",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tSystem.out.println((n*m) + \" \" + (2*n+2*m));\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"public class Main {\n\tprivate StringTokenizer st;\n\tprivate BufferedReader bf;\n\tprivate int n;\n\tprivate int m;\n\t\n\tMain() {\n\t\treadData();\n\t\t\n\t\tSystem.out.println((n*m) + \" \" + (2*n+2*m));\n\t}\n\t\n\tprivate void readData() {\n\t\ttry {\n\t\t\tbf = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\t\tn = nextInt();\n\t\t\tm = nextInt();\n\t\t\t\n\t\t} catch (Exception e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}\n\t\n\tprivate int nextInt() throws IOException {\n\t\treturn Integer.parseInt(next());\n\t}\n\t\n\tprivate String next() throws IOException {\n\t\tif (st == null || !st.hasMoreTokens())\n\t\t\tst = new StringTokenizer(bf.readLine());\n\t\treturn st.nextToken();\n\t}\n\t\n\tpublic static void main(String[] args) {\n\t\t// TODO Auto-generated method stub\n\t\tMain m = new Main();\n\t}\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Main {
private StringTokenizer st;
private BufferedReader bf;
private int n;
private int m;
Main() {
readData();
System.out.println((n*m) + " " + (2*n+2*m));
}
private void readData() {
try {
bf = new BufferedReader(new InputStreamReader(System.in));
st = new StringTokenizer(bf.readLine());
n = nextInt();
m = nextInt();
} catch (Exception e) {
e.printStackTrace();
}
}
private int nextInt() throws IOException {
return Integer.parseInt(next());
}
private String next() throws IOException {
if (st == null || !st.hasMoreTokens())
st = new StringTokenizer(bf.readLine());
return st.nextToken();
}
public static void main(String[] args) {
// TODO Auto-generated method stub
Main m = new Main();
}
} |
[
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,
2,
17,
13,
2,
17,
13,
4,
18,
18,
13,
13,
2,
2,
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
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
33,
34
],
[
33,
35
],
[
8,
36
],
[
36,
37
],
[
37,
38
],
[
38,
39
],
[
38,
40
],
[
36,
41
],
[
42,
42
],
[
42,
43
],
[
42,
44
],
[
42,
45
],
[
6,
46
],
[
46,
47
]
] | [
"import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n\n int a = in.nextInt();\n int b = in.nextInt();\n int m = a * b;\n int s = 2 * a + 2 * b;\n System.out.println(m + \" \" + s);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n\n int a = in.nextInt();\n int b = in.nextInt();\n int m = a * b;\n int s = 2 * a + 2 * b;\n System.out.println(m + \" \" + s);\n }\n}",
"Main",
"public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n\n int a = in.nextInt();\n int b = in.nextInt();\n int m = a * b;\n int s = 2 * a + 2 * b;\n System.out.println(m + \" \" + s);\n }",
"main",
"{\n Scanner in = new Scanner(System.in);\n\n int a = in.nextInt();\n int b = in.nextInt();\n int m = a * b;\n int s = 2 * a + 2 * b;\n System.out.println(m + \" \" + s);\n }",
"Scanner in = new Scanner(System.in);",
"in",
"new Scanner(System.in)",
"int a = in.nextInt();",
"a",
"in.nextInt()",
"in.nextInt",
"in",
"int b = in.nextInt();",
"b",
"in.nextInt()",
"in.nextInt",
"in",
"int m = a * b;",
"m",
"a * b",
"a",
"b",
"int s = 2 * a + 2 * b;",
"s",
"2 * a + 2 * b",
"2 * a",
"2",
"a",
"2 * b",
"2",
"b",
"System.out.println(m + \" \" + s)",
"System.out.println",
"System.out",
"System",
"System.out",
"m + \" \" + s",
"m + \" \" + s",
"m",
"\" \"",
"s",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int a = in.nextInt();
int b = in.nextInt();
int m = a * b;
int s = 2 * a + 2 * b;
System.out.println(m + " " + s);
}
} |
[
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,
2,
2,
2,
13,
13,
17,
2,
17,
2,
13,
13,
23,
13,
10,
6,
13
] | [
[
0,
1
],
[
1,
2
],
[
1,
3
],
[
0,
4
],
[
41,
5
],
[
41,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
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
],
[
28,
28
],
[
28,
29
],
[
29,
30
],
[
29,
31
],
[
28,
32
],
[
28,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
6,
38
],
[
38,
39
],
[
0,
40
],
[
40,
41
],
[
40,
42
]
] | [
"import java.util.Scanner;\n\npublic class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n System.out.println(a*b + \" \" + 2*(a+b));\n }\n}\n\n",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main{\n public static void main(String[] args){\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n System.out.println(a*b + \" \" + 2*(a+b));\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 System.out.println(a*b + \" \" + 2*(a+b));\n }",
"main",
"{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n System.out.println(a*b + \" \" + 2*(a+b));\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",
"System.out.println(a*b + \" \" + 2*(a+b))",
"System.out.println",
"System.out",
"System",
"System.out",
"a*b + \" \" + 2*(a+b)",
"a*b + \" \" + 2*(a+b)",
"a*b",
"a",
"b",
"\" \"",
"2*(a+b)",
"2",
"(a+b)",
"a",
"b",
"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 System.out.println(a*b + \" \" + 2*(a+b));\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 System.out.println(a*b + \" \" + 2*(a+b));\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();
System.out.println(a*b + " " + 2*(a+b));
}
}
|
[
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,
17,
42,
2,
13,
17,
30,
0,
13,
2,
13,
17,
40,
13,
42,
2,
13,
17,
30,
0,
13,
2,
13,
17,
40,
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
],
[
67,
8
],
[
67,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
11,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
26,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
33,
35
],
[
30,
36
],
[
36,
37
],
[
11,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
42,
48
],
[
48,
49
],
[
11,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
50,
55
],
[
58,
56
],
[
56,
57
],
[
57,
58
],
[
58,
59
],
[
58,
60
],
[
57,
61
],
[
56,
62
],
[
58,
63
],
[
9,
64
],
[
64,
65
],
[
0,
66
],
[
66,
67
],
[
66,
68
]
] | [
"import java.io.IOException;\nimport java.util.Scanner;\n \npublic class Main {\n \n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = 0;\n int m = 0;\n \n while(s>=3600){\n \t s = s-3600;\n h++;\n }\n \n while(s>=60){\n s = s-60; \n m++;\n \n \n }\n \n \n System.out.println(h+\":\"+m+\":\"+s);\n \n \n }\n}",
"import java.io.IOException;",
"IOException",
"java.io",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n \n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = 0;\n int m = 0;\n \n while(s>=3600){\n \t s = s-3600;\n h++;\n }\n \n while(s>=60){\n s = s-60; \n m++;\n \n \n }\n \n \n System.out.println(h+\":\"+m+\":\"+s);\n \n \n }\n}",
"Main",
"public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = 0;\n int m = 0;\n \n while(s>=3600){\n \t s = s-3600;\n h++;\n }\n \n while(s>=60){\n s = s-60; \n m++;\n \n \n }\n \n \n System.out.println(h+\":\"+m+\":\"+s);\n \n \n }",
"main",
"{\n \n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = 0;\n int m = 0;\n \n while(s>=3600){\n \t s = s-3600;\n h++;\n }\n \n while(s>=60){\n s = s-60; \n m++;\n \n \n }\n \n \n System.out.println(h+\":\"+m+\":\"+s);\n \n \n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int s = sc.nextInt();",
"s",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int h = 0;",
"h",
"0",
"int m = 0;",
"m",
"0",
"while(s>=3600){\n \t s = s-3600;\n h++;\n }",
"s>=3600",
"s",
"3600",
"{\n \t s = s-3600;\n h++;\n }",
"s = s-3600",
"s",
"s-3600",
"s",
"3600",
"h++",
"h",
"while(s>=60){\n s = s-60; \n m++;\n \n \n }",
"s>=60",
"s",
"60",
"{\n s = s-60; \n m++;\n \n \n }",
"s = s-60",
"s",
"s-60",
"s",
"60",
"m++",
"m",
"System.out.println(h+\":\"+m+\":\"+s)",
"System.out.println",
"System.out",
"System",
"System.out",
"h+\":\"+m+\":\"+s",
"\":\"",
"m",
"h+\":\"+m+\":\"+s",
"h",
"\":\"",
"m",
"\":\"",
"s",
"String[] args",
"args",
"public class Main {\n \n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = 0;\n int m = 0;\n \n while(s>=3600){\n \t s = s-3600;\n h++;\n }\n \n while(s>=60){\n s = s-60; \n m++;\n \n \n }\n \n \n System.out.println(h+\":\"+m+\":\"+s);\n \n \n }\n}",
"public class Main {\n \n public static void main(String[] args) throws IOException {\n \n Scanner sc = new Scanner(System.in);\n int s = sc.nextInt();\n int h = 0;\n int m = 0;\n \n while(s>=3600){\n \t s = s-3600;\n h++;\n }\n \n while(s>=60){\n s = s-60; \n m++;\n \n \n }\n \n \n System.out.println(h+\":\"+m+\":\"+s);\n \n \n }\n}",
"Main"
] | import java.io.IOException;
import java.util.Scanner;
public class Main {
public static void main(String[] args) throws IOException {
Scanner sc = new Scanner(System.in);
int s = sc.nextInt();
int h = 0;
int m = 0;
while(s>=3600){
s = s-3600;
h++;
}
while(s>=60){
s = s-60;
m++;
}
System.out.println(h+":"+m+":"+s);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
2,
13,
17,
0,
13,
2,
13,
13,
41,
13,
2,
2,
13,
17,
17,
0,
13,
2,
13,
13,
41,
13,
2,
13,
17,
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
],
[
61,
5
],
[
61,
6
],
[
6,
7
],
[
6,
8
],
[
8,
9
],
[
9,
10
],
[
9,
11
],
[
8,
12
],
[
12,
13
],
[
12,
14
],
[
14,
15
],
[
15,
16
],
[
8,
17
],
[
17,
18
],
[
17,
19
],
[
19,
20
],
[
19,
21
],
[
8,
22
],
[
22,
23
],
[
22,
24
],
[
24,
25
],
[
24,
26
],
[
8,
27
],
[
27,
28
],
[
27,
29
],
[
29,
30
],
[
30,
31
],
[
30,
32
],
[
29,
33
],
[
8,
34
],
[
34,
35
],
[
34,
36
],
[
36,
37
],
[
36,
38
],
[
8,
39
],
[
39,
40
],
[
39,
41
],
[
41,
42
],
[
41,
43
],
[
8,
44
],
[
44,
45
],
[
45,
46
],
[
46,
47
],
[
46,
48
],
[
44,
49
],
[
52,
50
],
[
50,
51
],
[
51,
52
],
[
52,
53
],
[
52,
54
],
[
51,
55
],
[
50,
56
],
[
52,
57
],
[
6,
58
],
[
58,
59
],
[
0,
60
],
[
60,
61
],
[
60,
62
]
] | [
"import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner i = new Scanner(System.in);\n\t\tint x=i.nextInt();\n\t\tint s=x%60;\n\t\tx=x-s;\n\t\tint m=x%3600/60;\n\t\tx=x-m;\n\t\tint h=x/3600;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner i = new Scanner(System.in);\n\t\tint x=i.nextInt();\n\t\tint s=x%60;\n\t\tx=x-s;\n\t\tint m=x%3600/60;\n\t\tx=x-m;\n\t\tint h=x/3600;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\tScanner i = new Scanner(System.in);\n\t\tint x=i.nextInt();\n\t\tint s=x%60;\n\t\tx=x-s;\n\t\tint m=x%3600/60;\n\t\tx=x-m;\n\t\tint h=x/3600;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}",
"main",
"{\n\t\tScanner i = new Scanner(System.in);\n\t\tint x=i.nextInt();\n\t\tint s=x%60;\n\t\tx=x-s;\n\t\tint m=x%3600/60;\n\t\tx=x-m;\n\t\tint h=x/3600;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}",
"Scanner i = new Scanner(System.in);",
"i",
"new Scanner(System.in)",
"int x=i.nextInt();",
"x",
"i.nextInt()",
"i.nextInt",
"i",
"int s=x%60;",
"s",
"x%60",
"x",
"60",
"x=x-s",
"x",
"x-s",
"x",
"s",
"int m=x%3600/60;",
"m",
"x%3600/60",
"x%3600",
"x",
"3600",
"60",
"x=x-m",
"x",
"x-m",
"x",
"m",
"int h=x/3600;",
"h",
"x/3600",
"x",
"3600",
"System.out.println(h+\":\"+m+\":\"+s)",
"System.out.println",
"System.out",
"System",
"System.out",
"h+\":\"+m+\":\"+s",
"\":\"",
"m",
"h+\":\"+m+\":\"+s",
"h",
"\":\"",
"m",
"\":\"",
"s",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner i = new Scanner(System.in);\n\t\tint x=i.nextInt();\n\t\tint s=x%60;\n\t\tx=x-s;\n\t\tint m=x%3600/60;\n\t\tx=x-m;\n\t\tint h=x/3600;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner i = new Scanner(System.in);\n\t\tint x=i.nextInt();\n\t\tint s=x%60;\n\t\tx=x-s;\n\t\tint m=x%3600/60;\n\t\tx=x-m;\n\t\tint h=x/3600;\n\t\tSystem.out.println(h+\":\"+m+\":\"+s);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner i = new Scanner(System.in);
int x=i.nextInt();
int s=x%60;
x=x-s;
int m=x%3600/60;
x=x-m;
int h=x/3600;
System.out.println(h+":"+m+":"+s);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
41,
13,
41,
13,
41,
13,
41,
13,
20,
0,
13,
4,
18,
13,
4,
18,
13,
0,
13,
2,
13,
2,
17,
17,
0,
13,
2,
13,
2,
17,
17,
0,
13,
2,
13,
17,
0,
13,
2,
13,
17,
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
],
[
72,
8
],
[
72,
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
],
[
20,
22
],
[
11,
23
],
[
23,
24
],
[
23,
25
],
[
25,
26
],
[
26,
27
],
[
25,
28
],
[
28,
29
],
[
29,
30
],
[
11,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
33,
35
],
[
35,
36
],
[
35,
37
],
[
11,
38
],
[
38,
39
],
[
38,
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
],
[
56,
57
],
[
57,
58
],
[
57,
59
],
[
55,
60
],
[
63,
61
],
[
61,
62
],
[
62,
63
],
[
63,
64
],
[
63,
65
],
[
62,
66
],
[
61,
67
],
[
63,
68
],
[
9,
69
],
[
69,
70
],
[
0,
71
],
[
71,
72
],
[
71,
73
]
] | [
"import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n int S;\n int h, m, s;\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n S = Integer.parseInt(br.readLine());\n\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n s = S % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\n }\n\n}",
"import java.io.BufferedReader;",
"BufferedReader",
"java.io",
"import java.io.InputStreamReader;",
"InputStreamReader",
"java.io",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n int S;\n int h, m, s;\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n S = Integer.parseInt(br.readLine());\n\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n s = S % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\n }\n\n}",
"Main",
"public static void main(String[] args) throws Exception{\n int S;\n int h, m, s;\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n S = Integer.parseInt(br.readLine());\n\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n s = S % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\n }",
"main",
"{\n int S;\n int h, m, s;\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n S = Integer.parseInt(br.readLine());\n\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n s = S % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\n }",
"int S;",
"S",
"int h",
"h",
"m",
"m",
"s;",
"s",
"BufferedReader br = new BufferedReader(new InputStreamReader(System.in));",
"br",
"new BufferedReader(new InputStreamReader(System.in))",
"S = Integer.parseInt(br.readLine())",
"S",
"Integer.parseInt(br.readLine())",
"Integer.parseInt",
"Integer",
"br.readLine()",
"br.readLine",
"br",
"h = S / (60 * 60)",
"h",
"S / (60 * 60)",
"S",
"(60 * 60)",
"60",
"60",
"S = S % (60 * 60)",
"S",
"S % (60 * 60)",
"S",
"(60 * 60)",
"60",
"60",
"m = S / 60",
"m",
"S / 60",
"S",
"60",
"s = S % 60",
"s",
"S % 60",
"S",
"60",
"System.out.println(h + \":\" + m + \":\" + s)",
"System.out.println",
"System.out",
"System",
"System.out",
"h + \":\" + m + \":\" + s",
"\":\"",
"m",
"h + \":\" + m + \":\" + s",
"h",
"\":\"",
"m",
"\":\"",
"s",
"String[] args",
"args",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n int S;\n int h, m, s;\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n S = Integer.parseInt(br.readLine());\n\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n s = S % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\n }\n\n}",
"public class Main {\n\n\tpublic static void main(String[] args) throws Exception{\n int S;\n int h, m, s;\n\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n S = Integer.parseInt(br.readLine());\n\n h = S / (60 * 60);\n S = S % (60 * 60);\n m = S / 60;\n s = S % 60;\n System.out.println(h + \":\" + m + \":\" + s);\n\n }\n\n}",
"Main"
] | import java.io.BufferedReader;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws Exception{
int S;
int h, m, s;
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
S = Integer.parseInt(br.readLine());
h = S / (60 * 60);
S = S % (60 * 60);
m = S / 60;
s = S % 60;
System.out.println(h + ":" + m + ":" + s);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
17,
41,
13,
17,
41,
13,
17,
42,
2,
13,
17,
30,
0,
13,
2,
13,
17,
40,
13,
42,
2,
13,
17,
30,
0,
13,
2,
13,
17,
40,
13,
0,
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
],
[
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
],
[
8,
20
],
[
20,
21
],
[
20,
22
],
[
8,
23
],
[
23,
24
],
[
23,
25
],
[
8,
26
],
[
26,
27
],
[
27,
28
],
[
27,
29
],
[
26,
30
],
[
30,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
33,
35
],
[
30,
36
],
[
36,
37
],
[
8,
38
],
[
38,
39
],
[
39,
40
],
[
39,
41
],
[
38,
42
],
[
42,
43
],
[
43,
44
],
[
43,
45
],
[
45,
46
],
[
45,
47
],
[
42,
48
],
[
48,
49
],
[
8,
50
],
[
50,
51
],
[
50,
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\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = 0;\n\t\tint m = 0;\n\t\tint s = 0;\n\t\twhile(S >= 3600) {\n\t\t\tS = S - 3600;\n\t\t\th++;\n\t\t}\n\t\twhile(S >= 60) {\n\t\t\tS = S - 60;\n\t\t\tm++;\n\t\t}\n\t\ts = S;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\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\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = 0;\n\t\tint m = 0;\n\t\tint s = 0;\n\t\twhile(S >= 3600) {\n\t\t\tS = S - 3600;\n\t\t\th++;\n\t\t}\n\t\twhile(S >= 60) {\n\t\t\tS = S - 60;\n\t\t\tm++;\n\t\t}\n\t\ts = S;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}",
"Main",
"public static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = 0;\n\t\tint m = 0;\n\t\tint s = 0;\n\t\twhile(S >= 3600) {\n\t\t\tS = S - 3600;\n\t\t\th++;\n\t\t}\n\t\twhile(S >= 60) {\n\t\t\tS = S - 60;\n\t\t\tm++;\n\t\t}\n\t\ts = S;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}",
"main",
"{\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = 0;\n\t\tint m = 0;\n\t\tint s = 0;\n\t\twhile(S >= 3600) {\n\t\t\tS = S - 3600;\n\t\t\th++;\n\t\t}\n\t\twhile(S >= 60) {\n\t\t\tS = S - 60;\n\t\t\tm++;\n\t\t}\n\t\ts = S;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int S = sc.nextInt();",
"S",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int h = 0;",
"h",
"0",
"int m = 0;",
"m",
"0",
"int s = 0;",
"s",
"0",
"while(S >= 3600) {\n\t\t\tS = S - 3600;\n\t\t\th++;\n\t\t}",
"S >= 3600",
"S",
"3600",
"{\n\t\t\tS = S - 3600;\n\t\t\th++;\n\t\t}",
"S = S - 3600",
"S",
"S - 3600",
"S",
"3600",
"h++",
"h",
"while(S >= 60) {\n\t\t\tS = S - 60;\n\t\t\tm++;\n\t\t}",
"S >= 60",
"S",
"60",
"{\n\t\t\tS = S - 60;\n\t\t\tm++;\n\t\t}",
"S = S - 60",
"S",
"S - 60",
"S",
"60",
"m++",
"m",
"s = S",
"s",
"S",
"System.out.println(h + \":\" + m + \":\" + s)",
"System.out.println",
"System.out",
"System",
"System.out",
"h + \":\" + m + \":\" + s",
"\":\"",
"m",
"h + \":\" + m + \":\" + s",
"h",
"\":\"",
"m",
"\":\"",
"s",
"String[] args",
"args",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = 0;\n\t\tint m = 0;\n\t\tint s = 0;\n\t\twhile(S >= 3600) {\n\t\t\tS = S - 3600;\n\t\t\th++;\n\t\t}\n\t\twhile(S >= 60) {\n\t\t\tS = S - 60;\n\t\t\tm++;\n\t\t}\n\t\ts = S;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}",
"public class Main {\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner sc = new Scanner(System.in);\n\t\tint S = sc.nextInt();\n\t\tint h = 0;\n\t\tint m = 0;\n\t\tint s = 0;\n\t\twhile(S >= 3600) {\n\t\t\tS = S - 3600;\n\t\t\th++;\n\t\t}\n\t\twhile(S >= 60) {\n\t\t\tS = S - 60;\n\t\t\tm++;\n\t\t}\n\t\ts = S;\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n}",
"Main"
] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int S = sc.nextInt();
int h = 0;
int m = 0;
int s = 0;
while(S >= 3600) {
S = S - 3600;
h++;
}
while(S >= 60) {
S = S - 60;
m++;
}
s = S;
System.out.println(h + ":" + m + ":" + s);
}
} |
[
7,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
4,
18,
13,
41,
13,
41,
13,
41,
13,
0,
13,
2,
13,
17,
0,
13,
2,
2,
13,
17,
17,
0,
13,
2,
2,
13,
17,
17,
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
],
[
18,
19
],
[
8,
20
],
[
20,
21
],
[
8,
22
],
[
22,
23
],
[
8,
24
],
[
24,
25
],
[
8,
26
],
[
26,
27
],
[
26,
28
],
[
28,
29
],
[
28,
30
],
[
8,
31
],
[
31,
32
],
[
31,
33
],
[
33,
34
],
[
34,
35
],
[
34,
36
],
[
33,
37
],
[
8,
38
],
[
38,
39
],
[
38,
40
],
[
41,
41
],
[
41,
42
],
[
41,
43
],
[
41,
44
],
[
8,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
45,
50
],
[
53,
51
],
[
51,
52
],
[
52,
53
],
[
53,
54
],
[
53,
55
],
[
52,
56
],
[
51,
57
],
[
53,
58
],
[
6,
59
],
[
59,
60
]
] | [
"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\t\tint num= scan.nextInt();\n\t\tscan.close();\n\n\t\tint h;\n\t\tint m;\n\t\tint s;\n\n\t\ts = num%60;\n\t\tm = num/60%60;\n\t\th = num/60/60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\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\t\tint num= scan.nextInt();\n\t\tscan.close();\n\n\t\tint h;\n\t\tint m;\n\t\tint s;\n\n\t\ts = num%60;\n\t\tm = num/60%60;\n\t\th = num/60/60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}\n\n}",
"Main",
"public static void main(String[] args){\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint num= scan.nextInt();\n\t\tscan.close();\n\n\t\tint h;\n\t\tint m;\n\t\tint s;\n\n\t\ts = num%60;\n\t\tm = num/60%60;\n\t\th = num/60/60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}",
"main",
"{\n\n\t\tScanner scan = new Scanner(System.in);\n\t\tint num= scan.nextInt();\n\t\tscan.close();\n\n\t\tint h;\n\t\tint m;\n\t\tint s;\n\n\t\ts = num%60;\n\t\tm = num/60%60;\n\t\th = num/60/60;\n\n\t\tSystem.out.println(h + \":\" + m + \":\" + s);\n\t}",
"Scanner scan = new Scanner(System.in);",
"scan",
"new Scanner(System.in)",
"int num= scan.nextInt();",
"num",
"scan.nextInt()",
"scan.nextInt",
"scan",
"scan.close()",
"scan.close",
"scan",
"int h;",
"h",
"int m;",
"m",
"int s;",
"s",
"s = num%60",
"s",
"num%60",
"num",
"60",
"m = num/60%60",
"m",
"num/60%60",
"num/60",
"num",
"60",
"60",
"h = num/60/60",
"h",
"num/60/60",
"num/60/60",
"num",
"60",
"60",
"System.out.println(h + \":\" + m + \":\" + s)",
"System.out.println",
"System.out",
"System",
"System.out",
"h + \":\" + m + \":\" + s",
"\":\"",
"m",
"h + \":\" + m + \":\" + s",
"h",
"\":\"",
"m",
"\":\"",
"s",
"String[] args",
"args"
] | import java.util.Scanner;
class Main {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int num= scan.nextInt();
scan.close();
int h;
int m;
int s;
s = num%60;
m = num/60%60;
h = num/60/60;
System.out.println(h + ":" + m + ":" + s);
}
} |
[
7,
15,
13,
17,
15,
13,
17,
6,
13,
12,
13,
30,
41,
13,
20,
41,
13,
4,
18,
13,
41,
13,
2,
13,
17,
41,
13,
2,
2,
13,
17,
17,
41,
13,
2,
2,
13,
17,
17,
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
],
[
56,
8
],
[
56,
9
],
[
9,
10
],
[
9,
11
],
[
11,
12
],
[
12,
13
],
[
12,
14
],
[
11,
15
],
[
15,
16
],
[
15,
17
],
[
17,
18
],
[
18,
19
],
[
11,
20
],
[
20,
21
],
[
20,
22
],
[
22,
23
],
[
22,
24
],
[
11,
25
],
[
25,
26
],
[
25,
27
],
[
27,
28
],
[
28,
29
],
[
28,
30
],
[
27,
31
],
[
11,
32
],
[
32,
33
],
[
32,
34
],
[
34,
35
],
[
35,
36
],
[
35,
37
],
[
34,
38
],
[
11,
39
],
[
39,
40
],
[
40,
41
],
[
41,
42
],
[
41,
43
],
[
39,
44
],
[
47,
45
],
[
45,
46
],
[
46,
47
],
[
47,
48
],
[
47,
49
],
[
46,
50
],
[
45,
51
],
[
47,
52
],
[
9,
53
],
[
53,
54
],
[
0,
55
],
[
55,
56
],
[
55,
57
]
] | [
"import java.util.Scanner;\nimport java.util.ArrayList;\n\npublic class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int t = sc.nextInt();\n int h = t/3600;\n int m = (t%3600)/60;\n int s = (t%3600)%60;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}",
"import java.util.Scanner;",
"Scanner",
"java.util",
"import java.util.ArrayList;",
"ArrayList",
"java.util",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int t = sc.nextInt();\n int h = t/3600;\n int m = (t%3600)/60;\n int s = (t%3600)%60;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}",
"Main",
"public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int t = sc.nextInt();\n int h = t/3600;\n int m = (t%3600)/60;\n int s = (t%3600)%60;\n System.out.println(h + \":\" + m + \":\" + s);\n }",
"main",
"{\n Scanner sc = new Scanner(System.in);\n int t = sc.nextInt();\n int h = t/3600;\n int m = (t%3600)/60;\n int s = (t%3600)%60;\n System.out.println(h + \":\" + m + \":\" + s);\n }",
"Scanner sc = new Scanner(System.in);",
"sc",
"new Scanner(System.in)",
"int t = sc.nextInt();",
"t",
"sc.nextInt()",
"sc.nextInt",
"sc",
"int h = t/3600;",
"h",
"t/3600",
"t",
"3600",
"int m = (t%3600)/60;",
"m",
"(t%3600)/60",
"(t%3600)",
"t",
"3600",
"60",
"int s = (t%3600)%60;",
"s",
"(t%3600)%60",
"(t%3600)",
"t",
"3600",
"60",
"System.out.println(h + \":\" + m + \":\" + s)",
"System.out.println",
"System.out",
"System",
"System.out",
"h + \":\" + m + \":\" + s",
"\":\"",
"m",
"h + \":\" + m + \":\" + s",
"h",
"\":\"",
"m",
"\":\"",
"s",
"String[] args",
"args",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int t = sc.nextInt();\n int h = t/3600;\n int m = (t%3600)/60;\n int s = (t%3600)%60;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}",
"public class Main {\n public static void main(String[] args) throws Exception {\n Scanner sc = new Scanner(System.in);\n int t = sc.nextInt();\n int h = t/3600;\n int m = (t%3600)/60;\n int s = (t%3600)%60;\n System.out.println(h + \":\" + m + \":\" + s);\n }\n}",
"Main"
] | import java.util.Scanner;
import java.util.ArrayList;
public class Main {
public static void main(String[] args) throws Exception {
Scanner sc = new Scanner(System.in);
int t = sc.nextInt();
int h = t/3600;
int m = (t%3600)/60;
int s = (t%3600)%60;
System.out.println(h + ":" + m + ":" + s);
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.