node_ids
sequencelengths
4
1.4k
edge_index
sequencelengths
1
2.22k
text
sequencelengths
4
1.4k
source
stringlengths
14
427k
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 17, 12, 13, 30, 41, 13, 20, 4, 18, 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 ], [ 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 ], [ 50, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 44 ], [ 44, 45 ], [ 45, 46 ], [ 38, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.Scanner;\npublic class Main{\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t int\tb = sc.nextInt();\n\t\t\n\t\tSystem.out.println( a*b + \" \" + (a+b)*2 ); \n\t\n }\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 \n public void solve(){\n Scanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t int\tb = sc.nextInt();\n\t\t\n\t\tSystem.out.println( a*b + \" \" + (a+b)*2 ); \n\t\n }\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\t\t\n\t\tint a = sc.nextInt();\n\t int\tb = sc.nextInt();\n\t\t\n\t\tSystem.out.println( a*b + \" \" + (a+b)*2 ); \n\t\n }", "solve", "{\n Scanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t int\tb = sc.nextInt();\n\t\t\n\t\tSystem.out.println( a*b + \" \" + (a+b)*2 ); \n\t\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int\tb = 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 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 \n public void solve(){\n Scanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t int\tb = sc.nextInt();\n\t\t\n\t\tSystem.out.println( a*b + \" \" + (a+b)*2 ); \n\t\n }\n \n public static void main(String[]args){\n Main obj = new Main();\n obj.solve();\n }\n}", "public class Main{\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n\t\t\n\t\tint a = sc.nextInt();\n\t int\tb = sc.nextInt();\n\t\t\n\t\tSystem.out.println( a*b + \" \" + (a+b)*2 ); \n\t\n }\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 = sc.nextInt(); int b = sc.nextInt(); System.out.println( a*b + " " + (a+b)*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, 17, 41, 13, 20, 17, 0, 18, 13, 17, 4, 18, 13, 18, 13, 17, 0, 18, 13, 17, 4, 18, 13, 18, 13, 17, 41, 13, 20, 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 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 34, 36 ], [ 8, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 37, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 8, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 59, 60 ], [ 59, 61 ], [ 8, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 68, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 68, 72 ], [ 72, 73 ], [ 72, 74 ], [ 67, 75 ], [ 75, 76 ], [ 75, 77 ], [ 68, 78 ], [ 78, 79 ], [ 78, 80 ], [ 8, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 83, 85 ], [ 81, 86 ], [ 87, 87 ], [ 87, 88 ], [ 88, 89 ], [ 88, 90 ], [ 87, 91 ], [ 87, 92 ], [ 92, 93 ], [ 92, 94 ], [ 6, 95 ], [ 95, 96 ] ]
[ "import java.io.*;\n \nclass Main{\n public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n String[] strarr = str.split(\" \");\n int a[] = new int[2];\n\n a[0] = Integer.parseInt(strarr[0]);\n a[1] = Integer.parseInt(strarr[1]);\n \n int ans[] = new int[2];\n ans[0] = a[0]*a[1];\n ans[1] = a[0]+a[1]+a[0]+a[1];\n \n System.out.println(ans[0] + \" \" + ans[1]);\n }\n}", "import java.io.*;", "io.*", "java", "class Main{\n public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n String[] strarr = str.split(\" \");\n int a[] = new int[2];\n\n a[0] = Integer.parseInt(strarr[0]);\n a[1] = Integer.parseInt(strarr[1]);\n \n int ans[] = new int[2];\n ans[0] = a[0]*a[1];\n ans[1] = a[0]+a[1]+a[0]+a[1];\n \n System.out.println(ans[0] + \" \" + ans[1]);\n }\n}", "Main", "public static void main (String[ ] args) throws Exception{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n String[] strarr = str.split(\" \");\n int a[] = new int[2];\n\n a[0] = Integer.parseInt(strarr[0]);\n a[1] = Integer.parseInt(strarr[1]);\n \n int ans[] = new int[2];\n ans[0] = a[0]*a[1];\n ans[1] = a[0]+a[1]+a[0]+a[1];\n \n System.out.println(ans[0] + \" \" + ans[1]);\n }", "main", "{\n BufferedReader br = new BufferedReader (new InputStreamReader (System.in));\n String str = br.readLine();\n String[] strarr = str.split(\" \");\n int a[] = new int[2];\n\n a[0] = Integer.parseInt(strarr[0]);\n a[1] = Integer.parseInt(strarr[1]);\n \n int ans[] = new int[2];\n ans[0] = a[0]*a[1];\n ans[1] = a[0]+a[1]+a[0]+a[1];\n \n System.out.println(ans[0] + \" \" + ans[1]);\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[] strarr = str.split(\" \");", "strarr", "str.split(\" \")", "str.split", "str", "\" \"", "int a[] = new int[2];", "a", "new int[2]", "2", "a[0] = Integer.parseInt(strarr[0])", "a[0]", "a", "0", "Integer.parseInt(strarr[0])", "Integer.parseInt", "Integer", "strarr[0]", "strarr", "0", "a[1] = Integer.parseInt(strarr[1])", "a[1]", "a", "1", "Integer.parseInt(strarr[1])", "Integer.parseInt", "Integer", "strarr[1]", "strarr", "1", "int ans[] = new int[2];", "ans", "new int[2]", "2", "ans[0] = a[0]*a[1]", "ans[0]", "ans", "0", "a[0]*a[1]", "a[0]", "a", "0", "a[1]", "a", "1", "ans[1] = a[0]+a[1]+a[0]+a[1]", "ans[1]", "ans", "1", "a[0]+a[1]+a[0]+a[1]", "a[0]", "a[0]+a[1]+a[0]+a[1]", "a[0]", "a", "0", "a[1]", "a", "1", "a[0]", "a", "0", "a[1]", "a", "1", "System.out.println(ans[0] + \" \" + ans[1])", "System.out.println", "System.out", "System", "System.out", "ans[0] + \" \" + ans[1]", "ans[0] + \" \" + ans[1]", "ans[0]", "ans", "0", "\" \"", "ans[1]", "ans", "1", "String[ ] args", "args" ]
import java.io.*; class Main{ public static void main (String[ ] args) throws Exception{ BufferedReader br = new BufferedReader (new InputStreamReader (System.in)); String str = br.readLine(); String[] strarr = str.split(" "); int a[] = new int[2]; a[0] = Integer.parseInt(strarr[0]); a[1] = Integer.parseInt(strarr[1]); int ans[] = new int[2]; ans[0] = a[0]*a[1]; ans[1] = a[0]+a[1]+a[0]+a[1]; System.out.println(ans[0] + " " + ans[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, 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, 17, 4, 18, 18, 13, 13, 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 ], [ 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 ], [ 23, 26 ], [ 14, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 29, 32 ], [ 32, 33 ], [ 32, 34 ], [ 14, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 37, 40 ], [ 40, 41 ], [ 40, 42 ], [ 14, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 48, 49 ], [ 48, 50 ], [ 14, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 14, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 66, 67 ], [ 66, 68 ], [ 12, 69 ], [ 69, 70 ] ]
[ "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 in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tSystem.out.print(a*b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(2*a+2*b);\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", "class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tSystem.out.print(a*b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(2*a+2*b);\n\t\t\n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tSystem.out.print(a*b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(2*a+2*b);\n\t\t\n\t}", "main", "{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString s = new String(in.readLine());\n\t\tString[] ss = s.split(\" \");\n\t\tint a = Integer.parseInt(ss[0]);\n\t\tint b = Integer.parseInt(ss[1]);\n\t\tSystem.out.print(a*b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(2*a+2*b);\n\t\t\n\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String s = new String(in.readLine());", "s", "new String(in.readLine())", "String[] ss = s.split(\" \");", "ss", "s.split(\" \")", "s.split", "s", "\" \"", "int a = Integer.parseInt(ss[0]);", "a", "Integer.parseInt(ss[0])", "Integer.parseInt", "Integer", "ss[0]", "ss", "0", "int b = Integer.parseInt(ss[1]);", "b", "Integer.parseInt(ss[1])", "Integer.parseInt", "Integer", "ss[1]", "ss", "1", "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(2*a+2*b)", "System.out.println", "System.out", "System", "System.out", "2*a+2*b", "2*a", "2", "a", "2*b", "2", "b", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String s = new String(in.readLine()); String[] ss = s.split(" "); int a = Integer.parseInt(ss[0]); int b = Integer.parseInt(ss[1]); System.out.print(a*b); System.out.print(" "); System.out.println(2*a+2*b); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 14, 40, 4, 18, 13, 17, 29, 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 ]
[ [ 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 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 17, 23 ], [ 8, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 26, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 32, 35 ], [ 35, 36 ], [ 35, 37 ], [ 8, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 40, 43 ], [ 43, 44 ], [ 43, 45 ], [ 8, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 8, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 57, 58 ], [ 57, 59 ], [ 8, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 66, 66 ], [ 66, 67 ], [ 66, 68 ], [ 66, 69 ], [ 6, 70 ], [ 70, 71 ] ]
[ "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 String is = r.readLine();\n if(!is.contains(\" \"))\n \treturn;\n String[] sp = is.split(\" \");\n int a = Integer.parseInt(sp[0]);\n int b = Integer.parseInt(sp[1]);\n int area = a*b;\n int round = a*2+b*2;\n System.out.println(area + \" \" + round);\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 String is = r.readLine();\n if(!is.contains(\" \"))\n \treturn;\n String[] sp = is.split(\" \");\n int a = Integer.parseInt(sp[0]);\n int b = Integer.parseInt(sp[1]);\n int area = a*b;\n int round = a*2+b*2;\n System.out.println(area + \" \" + round);\n }\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n String is = r.readLine();\n if(!is.contains(\" \"))\n \treturn;\n String[] sp = is.split(\" \");\n int a = Integer.parseInt(sp[0]);\n int b = Integer.parseInt(sp[1]);\n int area = a*b;\n int round = a*2+b*2;\n System.out.println(area + \" \" + round);\n }", "main", "{\n BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);\n String is = r.readLine();\n if(!is.contains(\" \"))\n \treturn;\n String[] sp = is.split(\" \");\n int a = Integer.parseInt(sp[0]);\n int b = Integer.parseInt(sp[1]);\n int area = a*b;\n int round = a*2+b*2;\n System.out.println(area + \" \" + round);\n }", "BufferedReader r =\n new BufferedReader(new InputStreamReader(System.in), 1);", "r", "new BufferedReader(new InputStreamReader(System.in), 1)", "String is = r.readLine();", "is", "r.readLine()", "r.readLine", "r", "if(!is.contains(\" \"))\n \treturn;", "!is.contains(\" \")", "is.contains(\" \")", "is.contains", "is", "\" \"", "return;", "String[] sp = is.split(\" \");", "sp", "is.split(\" \")", "is.split", "is", "\" \"", "int a = Integer.parseInt(sp[0]);", "a", "Integer.parseInt(sp[0])", "Integer.parseInt", "Integer", "sp[0]", "sp", "0", "int b = Integer.parseInt(sp[1]);", "b", "Integer.parseInt(sp[1])", "Integer.parseInt", "Integer", "sp[1]", "sp", "1", "int area = a*b;", "area", "a*b", "a", "b", "int round = a*2+b*2;", "round", "a*2+b*2", "a*2", "a", "2", "b*2", "b", "2", "System.out.println(area + \" \" + round)", "System.out.println", "System.out", "System", "System.out", "area + \" \" + round", "area + \" \" + round", "area", "\" \"", "round", "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 is = r.readLine(); if(!is.contains(" ")) return; String[] sp = is.split(" "); int a = Integer.parseInt(sp[0]); int b = Integer.parseInt(sp[1]); int area = a*b; int round = a*2+b*2; System.out.println(area + " " + round); } }
[ 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, 17, 2, 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 ], [ 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\n\tpublic static void main(String[] args) {\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint num = scan.nextInt();\n\t\tint num2 = scan.nextInt();\n\n\t\tint num3 = num*num2;\n\t\tint num4 = num*2+num2*2;\n\n\t\tSystem.out.println(num3+\" \"+num4);\n\n\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\n\t\tint num = scan.nextInt();\n\t\tint num2 = scan.nextInt();\n\n\t\tint num3 = num*num2;\n\t\tint num4 = num*2+num2*2;\n\n\t\tSystem.out.println(num3+\" \"+num4);\n\n\n\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint num = scan.nextInt();\n\t\tint num2 = scan.nextInt();\n\n\t\tint num3 = num*num2;\n\t\tint num4 = num*2+num2*2;\n\n\t\tSystem.out.println(num3+\" \"+num4);\n\n\n\n\t}", "main", "{\n\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint num = scan.nextInt();\n\t\tint num2 = scan.nextInt();\n\n\t\tint num3 = num*num2;\n\t\tint num4 = num*2+num2*2;\n\n\t\tSystem.out.println(num3+\" \"+num4);\n\n\n\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int num = scan.nextInt();", "num", "scan.nextInt()", "scan.nextInt", "scan", "int num2 = scan.nextInt();", "num2", "scan.nextInt()", "scan.nextInt", "scan", "int num3 = num*num2;", "num3", "num*num2", "num", "num2", "int num4 = num*2+num2*2;", "num4", "num*2+num2*2", "num*2", "num", "2", "num2*2", "num2", "2", "System.out.println(num3+\" \"+num4)", "System.out.println", "System.out", "System", "System.out", "num3+\" \"+num4", "num3+\" \"+num4", "num3", "\" \"", "num4", "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(); int num2 = scan.nextInt(); int num3 = num*num2; int num4 = num*2+num2*2; System.out.println(num3+" "+num4); } }
[ 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, 14, 2, 2, 2, 2, 13, 17, 2, 13, 17, 2, 13, 17, 2, 13, 17, 30, 4, 18, 18, 13, 13, 17, 41, 13, 17, 41, 13, 17, 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 ], [ 90, 5 ], [ 90, 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 ], [ 39, 38 ], [ 46, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 43, 44 ], [ 43, 45 ], [ 46, 46 ], [ 46, 47 ], [ 46, 48 ], [ 39, 49 ], [ 49, 50 ], [ 49, 51 ], [ 36, 52 ], [ 52, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 8, 59 ], [ 59, 60 ], [ 59, 61 ], [ 8, 62 ], [ 62, 63 ], [ 62, 64 ], [ 8, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 67, 69 ], [ 8, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 8, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 77, 82 ], [ 83, 83 ], [ 83, 84 ], [ 83, 85 ], [ 83, 86 ], [ 6, 87 ], [ 87, 88 ], [ 0, 89 ], [ 89, 90 ], [ 89, 91 ] ]
[ "import java.io.*;\n\npublic class Main{\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] input = br.readLine().split(\" \");\n \n int tate = Integer.parseInt(input[0]);\n int yoko = Integer.parseInt(input[1]);\n if(tate < 1 || yoko < 1 || tate > 100 || yoko > 100){\n System.out.println(\"Error\");\n }\n \n int men = 0;\n int nag = 0;\n \n men = tate * yoko;\n nag = (tate + yoko) * 2;\n \n System.out.println(men + \" \" + nag);\n }\n\n}", "import java.io.*;", "io.*", "java", "public class Main{\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] input = br.readLine().split(\" \");\n \n int tate = Integer.parseInt(input[0]);\n int yoko = Integer.parseInt(input[1]);\n if(tate < 1 || yoko < 1 || tate > 100 || yoko > 100){\n System.out.println(\"Error\");\n }\n \n int men = 0;\n int nag = 0;\n \n men = tate * yoko;\n nag = (tate + yoko) * 2;\n \n System.out.println(men + \" \" + nag);\n }\n\n}", "Main", "public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] input = br.readLine().split(\" \");\n \n int tate = Integer.parseInt(input[0]);\n int yoko = Integer.parseInt(input[1]);\n if(tate < 1 || yoko < 1 || tate > 100 || yoko > 100){\n System.out.println(\"Error\");\n }\n \n int men = 0;\n int nag = 0;\n \n men = tate * yoko;\n nag = (tate + yoko) * 2;\n \n System.out.println(men + \" \" + nag);\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] input = br.readLine().split(\" \");\n \n int tate = Integer.parseInt(input[0]);\n int yoko = Integer.parseInt(input[1]);\n if(tate < 1 || yoko < 1 || tate > 100 || yoko > 100){\n System.out.println(\"Error\");\n }\n \n int men = 0;\n int nag = 0;\n \n men = tate * yoko;\n nag = (tate + yoko) * 2;\n \n System.out.println(men + \" \" + nag);\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] input = br.readLine().split(\" \");", "input", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int tate = Integer.parseInt(input[0]);", "tate", "Integer.parseInt(input[0])", "Integer.parseInt", "Integer", "input[0]", "input", "0", "int yoko = Integer.parseInt(input[1]);", "yoko", "Integer.parseInt(input[1])", "Integer.parseInt", "Integer", "input[1]", "input", "1", "if(tate < 1 || yoko < 1 || tate > 100 || yoko > 100){\n System.out.println(\"Error\");\n }", "tate < 1 || yoko < 1 || tate > 100 || yoko > 100", "tate > 100", "tate < 1 || yoko < 1 || tate > 100 || yoko > 100", "tate < 1", "tate", "1", "yoko < 1", "yoko", "1", "tate > 100", "tate", "100", "yoko > 100", "yoko", "100", "{\n System.out.println(\"Error\");\n }", "System.out.println(\"Error\")", "System.out.println", "System.out", "System", "System.out", "\"Error\"", "int men = 0;", "men", "0", "int nag = 0;", "nag", "0", "men = tate * yoko", "men", "tate * yoko", "tate", "yoko", "nag = (tate + yoko) * 2", "nag", "(tate + yoko) * 2", "(tate + yoko)", "tate", "yoko", "2", "System.out.println(men + \" \" + nag)", "System.out.println", "System.out", "System", "System.out", "men + \" \" + nag", "men + \" \" + nag", "men", "\" \"", "nag", "String[] args", "args", "public class Main{\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] input = br.readLine().split(\" \");\n \n int tate = Integer.parseInt(input[0]);\n int yoko = Integer.parseInt(input[1]);\n if(tate < 1 || yoko < 1 || tate > 100 || yoko > 100){\n System.out.println(\"Error\");\n }\n \n int men = 0;\n int nag = 0;\n \n men = tate * yoko;\n nag = (tate + yoko) * 2;\n \n System.out.println(men + \" \" + nag);\n }\n\n}", "public class Main{\n public static void main(String[] args) throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] input = br.readLine().split(\" \");\n \n int tate = Integer.parseInt(input[0]);\n int yoko = Integer.parseInt(input[1]);\n if(tate < 1 || yoko < 1 || tate > 100 || yoko > 100){\n System.out.println(\"Error\");\n }\n \n int men = 0;\n int nag = 0;\n \n men = tate * yoko;\n nag = (tate + yoko) * 2;\n \n System.out.println(men + \" \" + nag);\n }\n\n}", "Main" ]
import java.io.*; public class Main{ public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] input = br.readLine().split(" "); int tate = Integer.parseInt(input[0]); int yoko = Integer.parseInt(input[1]); if(tate < 1 || yoko < 1 || tate > 100 || yoko > 100){ System.out.println("Error"); } int men = 0; int nag = 0; men = tate * yoko; nag = (tate + yoko) * 2; System.out.println(men + " " + nag); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 2, 2, 13, 13, 17, 2, 2, 13, 13, 17, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 55, 8 ], [ 55, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 11, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 11, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 33, 38 ], [ 39, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 39, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 11, 49 ], [ 49, 50 ], [ 50, 51 ], [ 9, 52 ], [ 52, 53 ], [ 0, 54 ], [ 54, 55 ], [ 54, 56 ] ]
[ "import java.io.*;\nimport java.util.Scanner;\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\tScanner sc=new Scanner(str);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(a+b)*2);\n\t\tsc.close();\n\t\t\n\t\t\n\t\n\t\t\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.Scanner;", "Scanner", "java.util", "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\tScanner sc=new Scanner(str);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(a+b)*2);\n\t\tsc.close();\n\t\t\n\t\t\n\t\n\t\t\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str =br.readLine();\n\t\tScanner sc=new Scanner(str);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(a+b)*2);\n\t\tsc.close();\n\t\t\n\t\t\n\t\n\t\t\n\t}", "main", "{\n\t\tBufferedReader br =new BufferedReader(new InputStreamReader(System.in));\n\t\tString str =br.readLine();\n\t\tScanner sc=new Scanner(str);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(a+b)*2);\n\t\tsc.close();\n\t\t\n\t\t\n\t\n\t\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", "Scanner sc=new Scanner(str);", "sc", "new Scanner(str)", "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", "sc.close()", "sc.close", "sc", "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\tScanner sc=new Scanner(str);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(a+b)*2);\n\t\tsc.close();\n\t\t\n\t\t\n\t\n\t\t\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\tScanner sc=new Scanner(str);\n\t\tint a=sc.nextInt();\n\t\tint b=sc.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(a+b)*2);\n\t\tsc.close();\n\t\t\n\t\t\n\t\n\t\t\n\t}\n}", "Main" ]
import java.io.*; import java.util.Scanner; public class Main { public static void main(String[] args) throws IOException { BufferedReader br =new BufferedReader(new InputStreamReader(System.in)); String str =br.readLine(); Scanner sc=new Scanner(str); int a=sc.nextInt(); int b=sc.nextInt(); System.out.println(a*b+" "+(a+b)*2); sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 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 ], [ 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 ], [ 8, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 57, 57 ], [ 57, 58 ], [ 57, 59 ], [ 57, 60 ], [ 6, 61 ], [ 61, 62 ] ]
[ "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 s = br.readLine();\n //String s = \"3 5\";\n String[] str = s.split(\" \");\n int x = Integer.parseInt(str[0]);\n int y = Integer.parseInt(str[1]);\n \n int z = x * y;\n int w = (x + y ) * 2;\n System.out.println(z+\" \"+w);\n }\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 s = br.readLine();\n //String s = \"3 5\";\n String[] str = s.split(\" \");\n int x = Integer.parseInt(str[0]);\n int y = Integer.parseInt(str[1]);\n \n int z = x * y;\n int w = (x + y ) * 2;\n System.out.println(z+\" \"+w);\n }\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s = br.readLine();\n //String s = \"3 5\";\n String[] str = s.split(\" \");\n int x = Integer.parseInt(str[0]);\n int y = Integer.parseInt(str[1]);\n \n int z = x * y;\n int w = (x + y ) * 2;\n System.out.println(z+\" \"+w);\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String s = br.readLine();\n //String s = \"3 5\";\n String[] str = s.split(\" \");\n int x = Integer.parseInt(str[0]);\n int y = Integer.parseInt(str[1]);\n \n int z = x * y;\n int w = (x + y ) * 2;\n System.out.println(z+\" \"+w);\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String s = br.readLine();", "s", "br.readLine()", "br.readLine", "br", "String[] str = s.split(\" \");", "str", "s.split(\" \")", "s.split", "s", "\" \"", "int x = 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", "int z = x * y;", "z", "x * y", "x", "y", "int w = (x + y ) * 2;", "w", "(x + y ) * 2", "(x + y )", "x", "y", "2", "System.out.println(z+\" \"+w)", "System.out.println", "System.out", "System", "System.out", "z+\" \"+w", "z+\" \"+w", "z", "\" \"", "w", "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 s = br.readLine(); //String s = "3 5"; String[] str = s.split(" "); int x = Integer.parseInt(str[0]); int y = Integer.parseInt(str[1]); int z = x * y; int w = (x + y ) * 2; System.out.println(z+" "+w); } }
[ 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, 2, 17, 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 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 34, 39 ], [ 41, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 44 ], [ 41, 45 ], [ 6, 46 ], [ 46, 47 ], [ 0, 48 ], [ 48, 49 ], [ 48, 50 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args){\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int ans1 = a * b;\n\t\t int ans2 = 2 * (a + b);\n\t\t System.out.println(\"\"+ans1+\" \"+ans2);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args){\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int ans1 = a * b;\n\t\t int ans2 = 2 * (a + b);\n\t\t System.out.println(\"\"+ans1+\" \"+ans2);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int ans1 = a * b;\n\t\t int ans2 = 2 * (a + b);\n\t\t System.out.println(\"\"+ans1+\" \"+ans2);\n\t}", "main", "{\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int ans1 = a * b;\n\t\t int ans2 = 2 * (a + b);\n\t\t System.out.println(\"\"+ans1+\" \"+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.println(\"\"+ans1+\" \"+ans2)", "System.out.println", "System.out", "System", "System.out", "\"\"+ans1+\" \"+ans2", "\" \"", "\"\"+ans1+\" \"+ans2", "\"\"", "ans1", "\" \"", "ans2", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int ans1 = a * b;\n\t\t int ans2 = 2 * (a + b);\n\t\t System.out.println(\"\"+ans1+\" \"+ans2);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\t Scanner scan = new Scanner(System.in);\n\t\t int a = scan.nextInt();\n\t\t int b = scan.nextInt();\n\t\t int ans1 = a * b;\n\t\t int ans2 = 2 * (a + b);\n\t\t System.out.println(\"\"+ans1+\" \"+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.println(""+ans1+" "+ans2); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 38, 5, 13, 30, 4, 18, 13, 30, 41, 13, 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, 2, 13, 13, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 80, 11 ], [ 80, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 18, 25 ], [ 25, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 25, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 25, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 25, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 25, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 55, 57 ], [ 25, 58 ], [ 58, 59 ], [ 58, 60 ], [ 62, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 61, 65 ], [ 62, 66 ], [ 25, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 69, 71 ], [ 67, 72 ], [ 73, 73 ], [ 73, 74 ], [ 73, 75 ], [ 73, 76 ], [ 12, 77 ], [ 77, 78 ], [ 0, 79 ], [ 79, 80 ], [ 79, 81 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint x = Integer.parseInt(arr[0]);\n\t\t\tint y = Integer.parseInt(arr[1]);\n\t\t\tint z = x*y;\n\t\t\tint a = x+x+y+y;\n\t\t\n\t\t\tSystem.out.println(z + \" \" + a);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint x = Integer.parseInt(arr[0]);\n\t\t\tint y = Integer.parseInt(arr[1]);\n\t\t\tint z = x*y;\n\t\t\tint a = x+x+y+y;\n\t\t\n\t\t\tSystem.out.println(z + \" \" + a);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint x = Integer.parseInt(arr[0]);\n\t\t\tint y = Integer.parseInt(arr[1]);\n\t\t\tint z = x*y;\n\t\t\tint a = x+x+y+y;\n\t\t\n\t\t\tSystem.out.println(z + \" \" + a);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint x = Integer.parseInt(arr[0]);\n\t\t\tint y = Integer.parseInt(arr[1]);\n\t\t\tint z = x*y;\n\t\t\tint a = x+x+y+y;\n\t\t\n\t\t\tSystem.out.println(z + \" \" + a);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "try {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint x = Integer.parseInt(arr[0]);\n\t\t\tint y = Integer.parseInt(arr[1]);\n\t\t\tint z = x*y;\n\t\t\tint a = x+x+y+y;\n\t\t\n\t\t\tSystem.out.println(z + \" \" + a);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}", "catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}", "IOException e", "{\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}", "e.printStackTrace()", "e.printStackTrace", "e", "{\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint x = Integer.parseInt(arr[0]);\n\t\t\tint y = Integer.parseInt(arr[1]);\n\t\t\tint z = x*y;\n\t\t\tint a = x+x+y+y;\n\t\t\n\t\t\tSystem.out.println(z + \" \" + a);\n\t\t}", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String[] arr = str.split(\" \");", "arr", "str.split(\" \")", "str.split", "str", "\" \"", "int x = Integer.parseInt(arr[0]);", "x", "Integer.parseInt(arr[0])", "Integer.parseInt", "Integer", "arr[0]", "arr", "0", "int y = Integer.parseInt(arr[1]);", "y", "Integer.parseInt(arr[1])", "Integer.parseInt", "Integer", "arr[1]", "arr", "1", "int z = x*y;", "z", "x*y", "x", "y", "int a = x+x+y+y;", "a", "x+x+y+y", "y", "x+x+y+y", "x", "x", "y", "y", "System.out.println(z + \" \" + a)", "System.out.println", "System.out", "System", "System.out", "z + \" \" + a", "z + \" \" + a", "z", "\" \"", "a", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint x = Integer.parseInt(arr[0]);\n\t\t\tint y = Integer.parseInt(arr[1]);\n\t\t\tint z = x*y;\n\t\t\tint a = x+x+y+y;\n\t\t\n\t\t\tSystem.out.println(z + \" \" + a);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\ttry {\n\t\t\tString str = br.readLine();\n\t\t\tString[] arr = str.split(\" \");\n\t\t\tint x = Integer.parseInt(arr[0]);\n\t\t\tint y = Integer.parseInt(arr[1]);\n\t\t\tint z = x*y;\n\t\t\tint a = x+x+y+y;\n\t\t\n\t\t\tSystem.out.println(z + \" \" + a);\n\t\t} catch (IOException e) {\n\t\t\t// TODO 自動生成された catch ブロック\n\t\t\te.printStackTrace();\n\t\t}\n\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String[] args) { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); try { String str = br.readLine(); String[] arr = str.split(" "); int x = Integer.parseInt(arr[0]); int y = Integer.parseInt(arr[1]); int z = x*y; int a = x+x+y+y; System.out.println(z + " " + a); } catch (IOException e) { // TODO 自動生成された catch ブロック e.printStackTrace(); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 0, 13, 4, 18, 13, 41, 13, 4, 18, 13, 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 ], [ 55, 5 ], [ 55, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 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 ], [ 40, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 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\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\t\n\t\tScanner a = new Scanner(System.in);\n\n\t\tString str = a.next();\n\t\t\n\t\tint b = Integer.parseInt(str);\n\t\t\n\t str = a.next();\n\t \n\t int c = Integer.parseInt(str); \n\t\tSystem.out.println(b * c + \" \" + (2 * c + 2 * b));\n\t\t\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\t\n\t\tScanner a = new Scanner(System.in);\n\n\t\tString str = a.next();\n\t\t\n\t\tint b = Integer.parseInt(str);\n\t\t\n\t str = a.next();\n\t \n\t int c = Integer.parseInt(str); \n\t\tSystem.out.println(b * c + \" \" + (2 * c + 2 * b));\n\t\t\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\t\n\t\tScanner a = new Scanner(System.in);\n\n\t\tString str = a.next();\n\t\t\n\t\tint b = Integer.parseInt(str);\n\t\t\n\t str = a.next();\n\t \n\t int c = Integer.parseInt(str); \n\t\tSystem.out.println(b * c + \" \" + (2 * c + 2 * b));\n\t\t\n\t}", "main", "{\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\t\n\t\tScanner a = new Scanner(System.in);\n\n\t\tString str = a.next();\n\t\t\n\t\tint b = Integer.parseInt(str);\n\t\t\n\t str = a.next();\n\t \n\t int c = Integer.parseInt(str); \n\t\tSystem.out.println(b * c + \" \" + (2 * c + 2 * b));\n\t\t\n\t}", "Scanner a = new Scanner(System.in);", "a", "new Scanner(System.in)", "String str = a.next();", "str", "a.next()", "a.next", "a", "int b = Integer.parseInt(str);", "b", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "str = a.next()", "str", "a.next()", "a.next", "a", "int c = Integer.parseInt(str);", "c", "Integer.parseInt(str)", "Integer.parseInt", "Integer", "str", "System.out.println(b * c + \" \" + (2 * c + 2 * b))", "System.out.println", "System.out", "System", "System.out", "b * c + \" \" + (2 * c + 2 * b)", "b * c + \" \" + (2 * c + 2 * b)", "b * c", "b", "c", "\" \"", "(2 * c + 2 * b)", "2 * c", "2", "c", "2 * b", "2", "b", "String[] args", "args", "public class Main{\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\t\n\t\tScanner a = new Scanner(System.in);\n\n\t\tString str = a.next();\n\t\t\n\t\tint b = Integer.parseInt(str);\n\t\t\n\t str = a.next();\n\t \n\t int c = Integer.parseInt(str); \n\t\tSystem.out.println(b * c + \" \" + (2 * c + 2 * b));\n\t\t\n\t}\n}", "public class Main{\n\n\tpublic static void main(String[] args) {\n\t\t// TODO ?????????????????????????????????????????????\n\t\t\n\t\t\n\t\tScanner a = new Scanner(System.in);\n\n\t\tString str = a.next();\n\t\t\n\t\tint b = Integer.parseInt(str);\n\t\t\n\t str = a.next();\n\t \n\t int c = Integer.parseInt(str); \n\t\tSystem.out.println(b * c + \" \" + (2 * c + 2 * b));\n\t\t\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args) { // TODO ????????????????????????????????????????????? Scanner a = new Scanner(System.in); String str = a.next(); int b = Integer.parseInt(str); str = a.next(); int c = Integer.parseInt(str); System.out.println(b * c + " " + (2 * c + 2 * b)); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 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\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint length = scan.nextInt();\n\t\tint width = scan.nextInt();\n\t\t\n\t\tint area = length * width;\n\t\tint syuu = 2 * (length + width);\n\t\tSystem.out.println(area + \" \" + syuu);\n\t\t\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint length = scan.nextInt();\n\t\tint width = scan.nextInt();\n\t\t\n\t\tint area = length * width;\n\t\tint syuu = 2 * (length + width);\n\t\tSystem.out.println(area + \" \" + syuu);\n\t\t\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint length = scan.nextInt();\n\t\tint width = scan.nextInt();\n\t\t\n\t\tint area = length * width;\n\t\tint syuu = 2 * (length + width);\n\t\tSystem.out.println(area + \" \" + syuu);\n\t\t\n\t}", "main", "{\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint length = scan.nextInt();\n\t\tint width = scan.nextInt();\n\t\t\n\t\tint area = length * width;\n\t\tint syuu = 2 * (length + width);\n\t\tSystem.out.println(area + \" \" + syuu);\n\t\t\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int length = scan.nextInt();", "length", "scan.nextInt()", "scan.nextInt", "scan", "int width = scan.nextInt();", "width", "scan.nextInt()", "scan.nextInt", "scan", "int area = length * width;", "area", "length * width", "length", "width", "int syuu = 2 * (length + width);", "syuu", "2 * (length + width)", "2", "(length + width)", "length", "width", "System.out.println(area + \" \" + syuu)", "System.out.println", "System.out", "System", "System.out", "area + \" \" + syuu", "area + \" \" + syuu", "area", "\" \"", "syuu", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint length = scan.nextInt();\n\t\tint width = scan.nextInt();\n\t\t\n\t\tint area = length * width;\n\t\tint syuu = 2 * (length + width);\n\t\tSystem.out.println(area + \" \" + syuu);\n\t\t\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\tScanner scan = new Scanner(System.in);\n\t\tint length = scan.nextInt();\n\t\tint width = scan.nextInt();\n\t\t\n\t\tint area = length * width;\n\t\tint syuu = 2 * (length + width);\n\t\tSystem.out.println(area + \" \" + syuu);\n\t\t\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int length = scan.nextInt(); int width = scan.nextInt(); int area = length * width; int syuu = 2 * (length + width); System.out.println(area + " " + syuu); } }
[ 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, 2, 17, 13, 2, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 60, 5 ], [ 60, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 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 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 54, 55 ], [ 54, 56 ], [ 6, 57 ], [ 57, 58 ], [ 0, 59 ], [ 59, 60 ], [ 59, 61 ] ]
[ "import java.io.*;\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader input = new BufferedReader (new InputStreamReader (System.in));\n\t\tString str = input.readLine( );\n\t String[] array = str.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader input = new BufferedReader (new InputStreamReader (System.in));\n\t\tString str = input.readLine( );\n\t String[] array = str.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader input = new BufferedReader (new InputStreamReader (System.in));\n\t\tString str = input.readLine( );\n\t String[] array = str.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}", "main", "{\n\t\tBufferedReader input = new BufferedReader (new InputStreamReader (System.in));\n\t\tString str = input.readLine( );\n\t String[] array = str.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}", "BufferedReader input = new BufferedReader (new InputStreamReader (System.in));", "input", "new BufferedReader (new InputStreamReader (System.in))", "String str = input.readLine( );", "str", "input.readLine( )", "input.readLine", "input", "String[] array = str.split(\" \");", "array", "str.split(\" \")", "str.split", "str", "\" \"", "int a = Integer.parseInt(array[0]);", "a", "Integer.parseInt(array[0])", "Integer.parseInt", "Integer", "array[0]", "array", "0", "int b = Integer.parseInt(array[1]);", "b", "Integer.parseInt(array[1])", "Integer.parseInt", "Integer", "array[1]", "array", "1", "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\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader input = new BufferedReader (new InputStreamReader (System.in));\n\t\tString str = input.readLine( );\n\t String[] array = str.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader input = new BufferedReader (new InputStreamReader (System.in));\n\t\tString str = input.readLine( );\n\t String[] array = str.split(\" \");\n\t\tint a = Integer.parseInt(array[0]);\n\t\tint b = Integer.parseInt(array[1]);\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader input = new BufferedReader (new InputStreamReader (System.in)); String str = input.readLine( ); String[] array = str.split(" "); int a = Integer.parseInt(array[0]); int b = Integer.parseInt(array[1]); System.out.println(a*b+" "+(2*a+2*b)); } }
[ 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, 13, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 13, 13, 13, 13, 12, 13, 30, 4, 18, 20, 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 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 22, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 39, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 39, 43 ], [ 53, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 44, 50 ], [ 50, 51 ], [ 0, 52 ], [ 52, 53 ], [ 52, 54 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t int x2 = s.nextInt();\n\t System.out.print(x * x2 + \" \");\n\t\tSystem.out.println(x + x + x2 + x2);\n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t int x2 = s.nextInt();\n\t System.out.print(x * x2 + \" \");\n\t\tSystem.out.println(x + x + x2 + x2);\n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t}\n}", "Main", "void run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t int x2 = s.nextInt();\n\t System.out.print(x * x2 + \" \");\n\t\tSystem.out.println(x + x + x2 + x2);\n\t}", "run", "{\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t int x2 = s.nextInt();\n\t System.out.print(x * x2 + \" \");\n\t\tSystem.out.println(x + x + x2 + x2);\n\t}", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int x = s.nextInt();", "x", "s.nextInt()", "s.nextInt", "s", "int x2 = s.nextInt();", "x2", "s.nextInt()", "s.nextInt", "s", "System.out.print(x * x2 + \" \")", "System.out.print", "System.out", "System", "System.out", "x * x2 + \" \"", "x * x2", "x", "x2", "\" \"", "System.out.println(x + x + x2 + x2)", "System.out.println", "System.out", "System", "System.out", "x + x + x2 + x2", "x2", "x + x + x2 + x2", "x", "x", "x2", "x2", "public static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t}", "main", "{\n\t\t\n\t\tnew Main().run();\n\t}", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t int x2 = s.nextInt();\n\t System.out.print(x * x2 + \" \");\n\t\tSystem.out.println(x + x + x2 + x2);\n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t}\n}", "public class Main {\n\tvoid run(){\n\t\tScanner s = new Scanner(System.in);\n\t\tint x = s.nextInt();\n\t int x2 = s.nextInt();\n\t System.out.print(x * x2 + \" \");\n\t\tSystem.out.println(x + x + x2 + x2);\n\t}\n\tpublic static void main(String[] args) {\n\t\t\n\t\tnew Main().run();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { void run(){ Scanner s = new Scanner(System.in); int x = s.nextInt(); int x2 = s.nextInt(); System.out.print(x * x2 + " "); System.out.println(x + x + x2 + x2); } public static void main(String[] args) { new Main().run(); } }
[ 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, 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 ], [ 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 ], [ 37, 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 ] ]
[ "import java.util.Scanner;\nclass Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a,b,ms,ns;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tms = a*b;\n\t\tns = 2*(a+b);\n\t\tSystem.out.println(ms+\" \"+ns);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a,b,ms,ns;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tms = a*b;\n\t\tns = 2*(a+b);\n\t\tSystem.out.println(ms+\" \"+ns);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a,b,ms,ns;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tms = a*b;\n\t\tns = 2*(a+b);\n\t\tSystem.out.println(ms+\" \"+ns);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a,b,ms,ns;\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\tms = a*b;\n\t\tns = 2*(a+b);\n\t\tSystem.out.println(ms+\" \"+ns);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a", "a", "b", "b", "ms", "ms", "ns;", "ns", "a = sc.nextInt()", "a", "sc.nextInt()", "sc.nextInt", "sc", "b = sc.nextInt()", "b", "sc.nextInt()", "sc.nextInt", "sc", "ms = a*b", "ms", "a*b", "a", "b", "ns = 2*(a+b)", "ns", "2*(a+b)", "2", "(a+b)", "a", "b", "System.out.println(ms+\" \"+ns)", "System.out.println", "System.out", "System", "System.out", "ms+\" \"+ns", "ms+\" \"+ns", "ms", "\" \"", "ns", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int a,b,ms,ns; a = sc.nextInt(); b = sc.nextInt(); ms = a*b; ns = 2*(a+b); System.out.println(ms+" "+ns); } }
[ 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, 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 ], [ 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;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint height = scanner.nextInt();\n\t\tint width = scanner.nextInt();\n\n\t\t// ??¢???\n\t\tint area = height * width;\n\n\t\t// ??¨????????????\n\t\tint lengthOfAround = (height * 2) + (width * 2);\n\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint height = scanner.nextInt();\n\t\tint width = scanner.nextInt();\n\n\t\t// ??¢???\n\t\tint area = height * width;\n\n\t\t// ??¨????????????\n\t\tint lengthOfAround = (height * 2) + (width * 2);\n\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint height = scanner.nextInt();\n\t\tint width = scanner.nextInt();\n\n\t\t// ??¢???\n\t\tint area = height * width;\n\n\t\t// ??¨????????????\n\t\tint lengthOfAround = (height * 2) + (width * 2);\n\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\t}", "main", "{\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint height = scanner.nextInt();\n\t\tint width = scanner.nextInt();\n\n\t\t// ??¢???\n\t\tint area = height * width;\n\n\t\t// ??¨????????????\n\t\tint lengthOfAround = (height * 2) + (width * 2);\n\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int height = scanner.nextInt();", "height", "scanner.nextInt()", "scanner.nextInt", "scanner", "int width = scanner.nextInt();", "width", "scanner.nextInt()", "scanner.nextInt", "scanner", "int area = height * width;", "area", "height * width", "height", "width", "int lengthOfAround = (height * 2) + (width * 2);", "lengthOfAround", "(height * 2) + (width * 2)", "(height * 2)", "height", "2", "(width * 2)", "width", "2", "System.out.println(area + \" \" + lengthOfAround)", "System.out.println", "System.out", "System", "System.out", "area + \" \" + lengthOfAround", "area + \" \" + lengthOfAround", "area", "\" \"", "lengthOfAround", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint height = scanner.nextInt();\n\t\tint width = scanner.nextInt();\n\n\t\t// ??¢???\n\t\tint area = height * width;\n\n\t\t// ??¨????????????\n\t\tint lengthOfAround = (height * 2) + (width * 2);\n\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\n\t}\n\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\n\t\tScanner scanner = new Scanner(System.in);\n\n\t\tint height = scanner.nextInt();\n\t\tint width = scanner.nextInt();\n\n\t\t// ??¢???\n\t\tint area = height * width;\n\n\t\t// ??¨????????????\n\t\tint lengthOfAround = (height * 2) + (width * 2);\n\n\t\tSystem.out.println(area + \" \" + lengthOfAround);\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 height = scanner.nextInt(); int width = scanner.nextInt(); // ??¢??? int area = height * width; // ??¨???????????? int lengthOfAround = (height * 2) + (width * 2); System.out.println(area + " " + lengthOfAround); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 38, 5, 13, 30, 4, 18, 18, 13, 13, 2, 17, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 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 ], [ 56, 5 ], [ 56, 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 ], [ 21, 22 ], [ 21, 23 ], [ 12, 24 ], [ 24, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 24, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 24, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 35, 40 ], [ 41, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 41, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 46, 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 scanNum = new Scanner(System.in);\n\t\ttry {\n\t\t\tint a = scanNum.nextInt();\n\t\t\tint b = scanNum.nextInt();\n\t\t\tSystem.out.println((a*b)+\" \"+(a*2+b*2));\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tSystem.out.println(\"?????????????????????\"+e);\n\t\t}\n\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanNum = new Scanner(System.in);\n\t\ttry {\n\t\t\tint a = scanNum.nextInt();\n\t\t\tint b = scanNum.nextInt();\n\t\t\tSystem.out.println((a*b)+\" \"+(a*2+b*2));\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tSystem.out.println(\"?????????????????????\"+e);\n\t\t}\n\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scanNum = new Scanner(System.in);\n\t\ttry {\n\t\t\tint a = scanNum.nextInt();\n\t\t\tint b = scanNum.nextInt();\n\t\t\tSystem.out.println((a*b)+\" \"+(a*2+b*2));\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tSystem.out.println(\"?????????????????????\"+e);\n\t\t}\n\n\t}", "main", "{\n\t\tScanner scanNum = new Scanner(System.in);\n\t\ttry {\n\t\t\tint a = scanNum.nextInt();\n\t\t\tint b = scanNum.nextInt();\n\t\t\tSystem.out.println((a*b)+\" \"+(a*2+b*2));\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tSystem.out.println(\"?????????????????????\"+e);\n\t\t}\n\n\t}", "Scanner scanNum = new Scanner(System.in);", "scanNum", "new Scanner(System.in)", "try {\n\t\t\tint a = scanNum.nextInt();\n\t\t\tint b = scanNum.nextInt();\n\t\t\tSystem.out.println((a*b)+\" \"+(a*2+b*2));\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tSystem.out.println(\"?????????????????????\"+e);\n\t\t}", "catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tSystem.out.println(\"?????????????????????\"+e);\n\t\t}", "Exception e", "{\n\t\t\t// TODO: handle exception\n\t\t\tSystem.out.println(\"?????????????????????\"+e);\n\t\t}", "System.out.println(\"?????????????????????\"+e)", "System.out.println", "System.out", "System", "System.out", "\"?????????????????????\"+e", "\"?????????????????????\"", "e", "{\n\t\t\tint a = scanNum.nextInt();\n\t\t\tint b = scanNum.nextInt();\n\t\t\tSystem.out.println((a*b)+\" \"+(a*2+b*2));\n\t\t}", "int a = scanNum.nextInt();", "a", "scanNum.nextInt()", "scanNum.nextInt", "scanNum", "int b = scanNum.nextInt();", "b", "scanNum.nextInt()", "scanNum.nextInt", "scanNum", "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\tpublic static void main(String[] args) {\n\t\tScanner scanNum = new Scanner(System.in);\n\t\ttry {\n\t\t\tint a = scanNum.nextInt();\n\t\t\tint b = scanNum.nextInt();\n\t\t\tSystem.out.println((a*b)+\" \"+(a*2+b*2));\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tSystem.out.println(\"?????????????????????\"+e);\n\t\t}\n\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner scanNum = new Scanner(System.in);\n\t\ttry {\n\t\t\tint a = scanNum.nextInt();\n\t\t\tint b = scanNum.nextInt();\n\t\t\tSystem.out.println((a*b)+\" \"+(a*2+b*2));\n\t\t} catch (Exception e) {\n\t\t\t// TODO: handle exception\n\t\t\tSystem.out.println(\"?????????????????????\"+e);\n\t\t}\n\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanNum = new Scanner(System.in); try { int a = scanNum.nextInt(); int b = scanNum.nextInt(); System.out.println((a*b)+" "+(a*2+b*2)); } catch (Exception e) { // TODO: handle exception System.out.println("?????????????????????"+e); } } }
[ 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, 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 ]
[ [ 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 ], [ 26, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 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 ], [ 46, 46 ], [ 46, 47 ], [ 46, 48 ], [ 46, 49 ], [ 6, 50 ], [ 50, 51 ] ]
[ "import java.util.*;\n\nclass Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a, b;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t\n\t\tint s = a * b;\n\t\tint l = a * 2 + b * 2;\n\t\t\n\t\tSystem.out.println(s + \" \" + l);\n\t}\n}", "import java.util.*;", "util.*", "java", "class Main{\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a, b;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t\n\t\tint s = a * b;\n\t\tint l = a * 2 + b * 2;\n\t\t\n\t\tSystem.out.println(s + \" \" + l);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a, b;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t\n\t\tint s = a * b;\n\t\tint l = a * 2 + b * 2;\n\t\t\n\t\tSystem.out.println(s + \" \" + l);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a, b;\n\t\t\n\t\ta = sc.nextInt();\n\t\tb = sc.nextInt();\n\t\t\n\t\tint s = a * b;\n\t\tint l = a * 2 + b * 2;\n\t\t\n\t\tSystem.out.println(s + \" \" + l);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a", "a", "b;", "b", "a = sc.nextInt()", "a", "sc.nextInt()", "sc.nextInt", "sc", "b = sc.nextInt()", "b", "sc.nextInt()", "sc.nextInt", "sc", "int s = a * b;", "s", "a * b", "a", "b", "int l = a * 2 + b * 2;", "l", "a * 2 + b * 2", "a * 2", "a", "2", "b * 2", "b", "2", "System.out.println(s + \" \" + l)", "System.out.println", "System.out", "System", "System.out", "s + \" \" + l", "s + \" \" + l", "s", "\" \"", "l", "String[] args", "args" ]
import java.util.*; class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int a, b; a = sc.nextInt(); b = sc.nextInt(); int s = a * b; int l = a * 2 + b * 2; System.out.println(s + " " + l); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 20, 17, 0, 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, 17, 2, 4, 18, 13, 18, 13, 17, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 23, 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 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[2];\n str = strInput.split(\" \");\n System.out.println(Integer.parseInt(str[0])*Integer.parseInt(str[1])+ \" \" + (Integer.parseInt(str[0])*2+Integer.parseInt(str[1])*2));\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[2];\n str = strInput.split(\" \");\n System.out.println(Integer.parseInt(str[0])*Integer.parseInt(str[1])+ \" \" + (Integer.parseInt(str[0])*2+Integer.parseInt(str[1])*2));\n }\n}", "Main", "public static void main(String[] args){\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[2];\n str = strInput.split(\" \");\n System.out.println(Integer.parseInt(str[0])*Integer.parseInt(str[1])+ \" \" + (Integer.parseInt(str[0])*2+Integer.parseInt(str[1])*2));\n }", "main", "{\n Scanner input = new Scanner(System.in);\n String strInput = input.nextLine();\n String[] str = new String[2];\n str = strInput.split(\" \");\n System.out.println(Integer.parseInt(str[0])*Integer.parseInt(str[1])+ \" \" + (Integer.parseInt(str[0])*2+Integer.parseInt(str[1])*2));\n }", "Scanner input = new Scanner(System.in);", "input", "new Scanner(System.in)", "String strInput = input.nextLine();", "strInput", "input.nextLine()", "input.nextLine", "input", "String[] str = new String[2];", "str", "new String[2]", "2", "str = strInput.split(\" \")", "str", "strInput.split(\" \")", "strInput.split", "strInput", "\" \"", "System.out.println(Integer.parseInt(str[0])*Integer.parseInt(str[1])+ \" \" + (Integer.parseInt(str[0])*2+Integer.parseInt(str[1])*2))", "System.out.println", "System.out", "System", "System.out", "Integer.parseInt(str[0])*Integer.parseInt(str[1])+ \" \" + (Integer.parseInt(str[0])*2+Integer.parseInt(str[1])*2)", "Integer.parseInt(str[0])*Integer.parseInt(str[1])+ \" \" + (Integer.parseInt(str[0])*2+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", "\" \"", "(Integer.parseInt(str[0])*2+Integer.parseInt(str[1])*2)", "Integer.parseInt(str[0])*2", "Integer.parseInt(str[0])", "Integer.parseInt", "Integer", "str[0]", "str", "0", "2", "Integer.parseInt(str[1])*2", "Integer.parseInt(str[1])", "Integer.parseInt", "Integer", "str[1]", "str", "1", "2", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ Scanner input = new Scanner(System.in); String strInput = input.nextLine(); String[] str = new String[2]; str = strInput.split(" "); System.out.println(Integer.parseInt(str[0])*Integer.parseInt(str[1])+ " " + (Integer.parseInt(str[0])*2+Integer.parseInt(str[1])*2)); } }
[ 7, 15, 13, 17, 6, 13, 41, 13, 12, 13, 30, 0, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 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 ], [ 58, 5 ], [ 58, 6 ], [ 6, 7 ], [ 58, 8 ], [ 8, 9 ], [ 8, 10 ], [ 10, 11 ], [ 11, 12 ], [ 11, 13 ], [ 10, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 16, 21 ], [ 16, 22 ], [ 10, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 10, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 10, 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 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 8, 55 ], [ 55, 56 ], [ 0, 57 ], [ 57, 58 ], [ 57, 59 ] ]
[ "import java.util.*;\n\npublic class Main {\n private static Scanner scr;\n\tpublic static void main(String args[]){\n\t scr = new Scanner(System.in);\n\t\tString[] str = scr.nextLine().split(\" \",0);;\n\t\tint l = Integer.parseInt(str[0]);\n\t\tint h = Integer.parseInt(str[1]);\n\t\tSystem.out.println( (l*h) + \" \" + ((l+h)*2) );\n \n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main {\n private static Scanner scr;\n\tpublic static void main(String args[]){\n\t scr = new Scanner(System.in);\n\t\tString[] str = scr.nextLine().split(\" \",0);;\n\t\tint l = Integer.parseInt(str[0]);\n\t\tint h = Integer.parseInt(str[1]);\n\t\tSystem.out.println( (l*h) + \" \" + ((l+h)*2) );\n \n\t}\n}", "Main", "private static Scanner scr;", "scr", "public static void main(String args[]){\n\t scr = new Scanner(System.in);\n\t\tString[] str = scr.nextLine().split(\" \",0);;\n\t\tint l = Integer.parseInt(str[0]);\n\t\tint h = Integer.parseInt(str[1]);\n\t\tSystem.out.println( (l*h) + \" \" + ((l+h)*2) );\n \n\t}", "main", "{\n\t scr = new Scanner(System.in);\n\t\tString[] str = scr.nextLine().split(\" \",0);;\n\t\tint l = Integer.parseInt(str[0]);\n\t\tint h = Integer.parseInt(str[1]);\n\t\tSystem.out.println( (l*h) + \" \" + ((l+h)*2) );\n \n\t}", "scr = new Scanner(System.in)", "scr", "new Scanner(System.in)", "String[] str = scr.nextLine().split(\" \",0);", "str", "scr.nextLine().split(\" \",0)", "scr.nextLine().split", "scr.nextLine()", "scr.nextLine", "scr", "\" \"", "0", "int l = Integer.parseInt(str[0]);", "l", "Integer.parseInt(str[0])", "Integer.parseInt", "Integer", "str[0]", "str", "0", "int h = Integer.parseInt(str[1]);", "h", "Integer.parseInt(str[1])", "Integer.parseInt", "Integer", "str[1]", "str", "1", "System.out.println( (l*h) + \" \" + ((l+h)*2) )", "System.out.println", "System.out", "System", "System.out", "(l*h) + \" \" + ((l+h)*2)", "(l*h) + \" \" + ((l+h)*2)", "(l*h)", "l", "h", "\" \"", "((l+h)*2)", "(l+h)", "l", "h", "2", "String args[]", "args", "public class Main {\n private static Scanner scr;\n\tpublic static void main(String args[]){\n\t scr = new Scanner(System.in);\n\t\tString[] str = scr.nextLine().split(\" \",0);;\n\t\tint l = Integer.parseInt(str[0]);\n\t\tint h = Integer.parseInt(str[1]);\n\t\tSystem.out.println( (l*h) + \" \" + ((l+h)*2) );\n \n\t}\n}", "public class Main {\n private static Scanner scr;\n\tpublic static void main(String args[]){\n\t scr = new Scanner(System.in);\n\t\tString[] str = scr.nextLine().split(\" \",0);;\n\t\tint l = Integer.parseInt(str[0]);\n\t\tint h = Integer.parseInt(str[1]);\n\t\tSystem.out.println( (l*h) + \" \" + ((l+h)*2) );\n \n\t}\n}", "Main" ]
import java.util.*; public class Main { private static Scanner scr; public static void main(String args[]){ scr = new Scanner(System.in); String[] str = scr.nextLine().split(" ",0);; int l = Integer.parseInt(str[0]); int h = Integer.parseInt(str[1]); System.out.println( (l*h) + " " + ((l+h)*2) ); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 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 ], [ 8, 11 ], [ 11, 12 ], [ 8, 13 ], [ 13, 14 ], [ 8, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 25, 26 ], [ 22, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 33, 34 ], [ 33, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 38, 41 ], [ 41, 42 ], [ 41, 43 ], [ 8, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 8, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 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.io.*;\n\nclass Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\n\t\tint x,y,ans1,ans2;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str[] = br.readLine().split(\" \");\n\t\tx = Integer.parseInt(str[0]);\n\t\ty = Integer.parseInt(str[1]);\n\t\tans1 = x*y;\n\t\tans2 = (x+y)*2;\n\t\tSystem.out.println(ans1 + \" \" + ans2);\n\t}\n}", "import java.io.*;", "io.*", "java", "class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\n\t\tint x,y,ans1,ans2;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str[] = br.readLine().split(\" \");\n\t\tx = Integer.parseInt(str[0]);\n\t\ty = Integer.parseInt(str[1]);\n\t\tans1 = x*y;\n\t\tans2 = (x+y)*2;\n\t\tSystem.out.println(ans1 + \" \" + ans2);\n\t}\n}", "Main", "public static void main(String[] args) throws IOException{\n\t\n\t\tint x,y,ans1,ans2;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str[] = br.readLine().split(\" \");\n\t\tx = Integer.parseInt(str[0]);\n\t\ty = Integer.parseInt(str[1]);\n\t\tans1 = x*y;\n\t\tans2 = (x+y)*2;\n\t\tSystem.out.println(ans1 + \" \" + ans2);\n\t}", "main", "{\n\t\n\t\tint x,y,ans1,ans2;\n\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str[] = br.readLine().split(\" \");\n\t\tx = Integer.parseInt(str[0]);\n\t\ty = Integer.parseInt(str[1]);\n\t\tans1 = x*y;\n\t\tans2 = (x+y)*2;\n\t\tSystem.out.println(ans1 + \" \" + ans2);\n\t}", "int x", "x", "y", "y", "ans1", "ans1", "ans2;", "ans2", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str[] = br.readLine().split(\" \");", "str", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "x = Integer.parseInt(str[0])", "x", "Integer.parseInt(str[0])", "Integer.parseInt", "Integer", "str[0]", "str", "0", "y = Integer.parseInt(str[1])", "y", "Integer.parseInt(str[1])", "Integer.parseInt", "Integer", "str[1]", "str", "1", "ans1 = x*y", "ans1", "x*y", "x", "y", "ans2 = (x+y)*2", "ans2", "(x+y)*2", "(x+y)", "x", "y", "2", "System.out.println(ans1 + \" \" + ans2)", "System.out.println", "System.out", "System", "System.out", "ans1 + \" \" + ans2", "ans1 + \" \" + ans2", "ans1", "\" \"", "ans2", "String[] args", "args" ]
import java.io.*; class Main{ public static void main(String[] args) throws IOException{ int x,y,ans1,ans2; BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str[] = br.readLine().split(" "); x = Integer.parseInt(str[0]); y = Integer.parseInt(str[1]); ans1 = x*y; ans2 = (x+y)*2; System.out.println(ans1 + " " + ans2); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 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 ], [ 63, 11 ], [ 63, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 20, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 31, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 39, 41 ], [ 14, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 48, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 48, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 57, 58 ], [ 57, 59 ], [ 12, 60 ], [ 60, 61 ], [ 0, 62 ], [ 62, 63 ], [ 62, 64 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] whStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(whStr[0]);\n int h = Integer.parseInt(whStr[1]);\n \n System.out.println((w * h) + \" \" + (w * 2 + h * 2));\n }\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] whStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(whStr[0]);\n int h = Integer.parseInt(whStr[1]);\n \n System.out.println((w * h) + \" \" + (w * 2 + h * 2));\n }\n\n}", "Main", "public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] whStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(whStr[0]);\n int h = Integer.parseInt(whStr[1]);\n \n System.out.println((w * h) + \" \" + (w * 2 + h * 2));\n }", "main", "{\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] whStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(whStr[0]);\n int h = Integer.parseInt(whStr[1]);\n \n System.out.println((w * h) + \" \" + (w * 2 + h * 2));\n }", "BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));", "reader", "new BufferedReader(new InputStreamReader(System.in))", "String[] whStr = reader.readLine().split(\" \");", "whStr", "reader.readLine().split(\" \")", "reader.readLine().split", "reader.readLine()", "reader.readLine", "reader", "\" \"", "int w = Integer.parseInt(whStr[0]);", "w", "Integer.parseInt(whStr[0])", "Integer.parseInt", "Integer", "whStr[0]", "whStr", "0", "int h = Integer.parseInt(whStr[1]);", "h", "Integer.parseInt(whStr[1])", "Integer.parseInt", "Integer", "whStr[1]", "whStr", "1", "System.out.println((w * h) + \" \" + (w * 2 + h * 2))", "System.out.println", "System.out", "System", "System.out", "(w * h) + \" \" + (w * 2 + h * 2)", "(w * h) + \" \" + (w * 2 + h * 2)", "(w * h)", "w", "h", "\" \"", "(w * 2 + h * 2)", "w * 2", "w", "2", "h * 2", "h", "2", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] whStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(whStr[0]);\n int h = Integer.parseInt(whStr[1]);\n \n System.out.println((w * h) + \" \" + (w * 2 + h * 2));\n }\n\n}", "public class Main {\n\n public static void main(String[] args) throws IOException {\n BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n String[] whStr = reader.readLine().split(\" \");\n int w = Integer.parseInt(whStr[0]);\n int h = Integer.parseInt(whStr[1]);\n \n System.out.println((w * h) + \" \" + (w * 2 + h * 2));\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 reader = new BufferedReader(new InputStreamReader(System.in)); String[] whStr = reader.readLine().split(" "); int w = Integer.parseInt(whStr[0]); int h = Integer.parseInt(whStr[1]); System.out.println((w * h) + " " + (w * 2 + h * 2)); } }
[ 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, 2, 17, 13, 2, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 13, 13, 17, 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 ], [ 14, 17 ], [ 17, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 34, 35 ], [ 34, 36 ], [ 8, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 43, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 43, 47 ], [ 43, 48 ], [ 6, 49 ], [ 49, 50 ], [ 0, 51 ], [ 51, 52 ], [ 51, 53 ] ]
[ "import java.util.Scanner;\n \npublic class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int x=Integer.parseInt(sc.next());\n\t int y=Integer.parseInt(sc.next());\n\t int S=2*x+y*2;\n\t System.out.println(x*y +\" \"+ S);\n \n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int x=Integer.parseInt(sc.next());\n\t int y=Integer.parseInt(sc.next());\n\t int S=2*x+y*2;\n\t System.out.println(x*y +\" \"+ S);\n \n }\n}", "Main", "public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int x=Integer.parseInt(sc.next());\n\t int y=Integer.parseInt(sc.next());\n\t int S=2*x+y*2;\n\t System.out.println(x*y +\" \"+ S);\n \n }", "main", "{\n\t Scanner sc=new Scanner(System.in);\n\t int x=Integer.parseInt(sc.next());\n\t int y=Integer.parseInt(sc.next());\n\t int S=2*x+y*2;\n\t System.out.println(x*y +\" \"+ S);\n \n }", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "int x=Integer.parseInt(sc.next());", "x", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "int y=Integer.parseInt(sc.next());", "y", "Integer.parseInt(sc.next())", "Integer.parseInt", "Integer", "sc.next()", "sc.next", "sc", "int S=2*x+y*2;", "S", "2*x+y*2", "2*x", "2", "x", "y*2", "y", "2", "System.out.println(x*y +\" \"+ S)", "System.out.println", "System.out", "System", "System.out", "x*y +\" \"+ S", "x*y +\" \"+ S", "x*y", "x", "y", "\" \"", "S", "String[] args", "args", "public class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int x=Integer.parseInt(sc.next());\n\t int y=Integer.parseInt(sc.next());\n\t int S=2*x+y*2;\n\t System.out.println(x*y +\" \"+ S);\n \n }\n}", "public class Main {\n\t\n public static void main(String[] args) {\n\t Scanner sc=new Scanner(System.in);\n\t int x=Integer.parseInt(sc.next());\n\t int y=Integer.parseInt(sc.next());\n\t int S=2*x+y*2;\n\t System.out.println(x*y +\" \"+ S);\n \n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc=new Scanner(System.in); int x=Integer.parseInt(sc.next()); int y=Integer.parseInt(sc.next()); int S=2*x+y*2; System.out.println(x*y +" "+ S); } }
[ 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, 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 ], [ 64, 5 ], [ 64, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 8, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 8, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 57, 57 ], [ 57, 58 ], [ 57, 59 ], [ 57, 60 ], [ 6, 61 ], [ 61, 62 ], [ 0, 63 ], [ 63, 64 ], [ 63, 65 ] ]
[ "import java.io.*;\npublic class Main {\n\tpublic static void main (String[] args) throws IOException{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = reader.readLine();\n\t\tString side[] = line.split(\" \");\n\t\tint x = Integer.parseInt(side[0]);\n\t\tint y = Integer.parseInt(side[1]);\t\n\t\tint area = x * y;\n\t\tint cir = 2 * (x + y); \n\t\tSystem.out.println(area + \" \" +cir);\n\t}\n}", "import java.io.*;", "io.*", "java", "public class Main {\n\tpublic static void main (String[] args) throws IOException{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = reader.readLine();\n\t\tString side[] = line.split(\" \");\n\t\tint x = Integer.parseInt(side[0]);\n\t\tint y = Integer.parseInt(side[1]);\t\n\t\tint area = x * y;\n\t\tint cir = 2 * (x + y); \n\t\tSystem.out.println(area + \" \" +cir);\n\t}\n}", "Main", "public static void main (String[] args) throws IOException{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = reader.readLine();\n\t\tString side[] = line.split(\" \");\n\t\tint x = Integer.parseInt(side[0]);\n\t\tint y = Integer.parseInt(side[1]);\t\n\t\tint area = x * y;\n\t\tint cir = 2 * (x + y); \n\t\tSystem.out.println(area + \" \" +cir);\n\t}", "main", "{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = reader.readLine();\n\t\tString side[] = line.split(\" \");\n\t\tint x = Integer.parseInt(side[0]);\n\t\tint y = Integer.parseInt(side[1]);\t\n\t\tint area = x * y;\n\t\tint cir = 2 * (x + y); \n\t\tSystem.out.println(area + \" \" +cir);\n\t}", "BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));", "reader", "new BufferedReader(new InputStreamReader(System.in))", "String line = reader.readLine();", "line", "reader.readLine()", "reader.readLine", "reader", "String side[] = line.split(\" \");", "side", "line.split(\" \")", "line.split", "line", "\" \"", "int x = Integer.parseInt(side[0]);", "x", "Integer.parseInt(side[0])", "Integer.parseInt", "Integer", "side[0]", "side", "0", "int y = Integer.parseInt(side[1]);", "y", "Integer.parseInt(side[1])", "Integer.parseInt", "Integer", "side[1]", "side", "1", "int area = x * y;", "area", "x * y", "x", "y", "int cir = 2 * (x + y);", "cir", "2 * (x + y)", "2", "(x + y)", "x", "y", "System.out.println(area + \" \" +cir)", "System.out.println", "System.out", "System", "System.out", "area + \" \" +cir", "area + \" \" +cir", "area", "\" \"", "cir", "String[] args", "args", "public class Main {\n\tpublic static void main (String[] args) throws IOException{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = reader.readLine();\n\t\tString side[] = line.split(\" \");\n\t\tint x = Integer.parseInt(side[0]);\n\t\tint y = Integer.parseInt(side[1]);\t\n\t\tint area = x * y;\n\t\tint cir = 2 * (x + y); \n\t\tSystem.out.println(area + \" \" +cir);\n\t}\n}", "public class Main {\n\tpublic static void main (String[] args) throws IOException{\n\t\tBufferedReader reader = new BufferedReader(new InputStreamReader(System.in));\n\t\tString line = reader.readLine();\n\t\tString side[] = line.split(\" \");\n\t\tint x = Integer.parseInt(side[0]);\n\t\tint y = Integer.parseInt(side[1]);\t\n\t\tint area = x * y;\n\t\tint cir = 2 * (x + y); \n\t\tSystem.out.println(area + \" \" +cir);\n\t}\n}", "Main" ]
import java.io.*; public class Main { public static void main (String[] args) throws IOException{ BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); String line = reader.readLine(); String side[] = line.split(" "); int x = Integer.parseInt(side[0]); int y = Integer.parseInt(side[1]); int area = x * y; int cir = 2 * (x + y); System.out.println(area + " " +cir); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 20, 0, 13, 4, 18, 13, 4, 18, 13, 0, 13, 4, 18, 13, 4, 18, 13, 0, 13, 2, 13, 13, 0, 13, 2, 2, 13, 13, 17, 4, 18, 18, 13, 13, 17, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 11, 14 ], [ 14, 15 ], [ 11, 16 ], [ 16, 17 ], [ 11, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 11, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 11, 31 ], [ 31, 32 ], [ 31, 33 ], [ 11, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 40, 41 ], [ 11, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 47, 48 ], [ 48, 49 ], [ 11, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 11, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 11, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 62, 68 ], [ 62, 69 ], [ 9, 70 ], [ 70, 71 ] ]
[ "import java.io.*;\nimport java.util.*;\nclass Main{\n public static void main(String[] args)throws IOException{\n \tint a, b, s, l; // s:??¢???, l:??¨?????????\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n \ts = a*b;\n \tl = (a + b) * 2;\n System.out.printf(\"%d %d\\n\", s, l);\n }\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "class Main{\n public static void main(String[] args)throws IOException{\n \tint a, b, s, l; // s:??¢???, l:??¨?????????\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n \ts = a*b;\n \tl = (a + b) * 2;\n System.out.printf(\"%d %d\\n\", s, l);\n }\n}", "Main", "public static void main(String[] args)throws IOException{\n \tint a, b, s, l; // s:??¢???, l:??¨?????????\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n \ts = a*b;\n \tl = (a + b) * 2;\n System.out.printf(\"%d %d\\n\", s, l);\n }", "main", "{\n \tint a, b, s, l; // s:??¢???, l:??¨?????????\n \tInputStreamReader isr =new InputStreamReader(System.in);\n \t\tBufferedReader br =new BufferedReader(isr);\n String buf = br.readLine();\n StringTokenizer st = new StringTokenizer(buf,\" \");\n \ta = Integer.parseInt(st.nextToken());\n b = Integer.parseInt(st.nextToken());\n \ts = a*b;\n \tl = (a + b) * 2;\n System.out.printf(\"%d %d\\n\", s, l);\n }", "int a", "a", "b", "b", "s", "s", "l;", "l", "InputStreamReader isr =new InputStreamReader(System.in);", "isr", "new InputStreamReader(System.in)", "BufferedReader br =new BufferedReader(isr);", "br", "new BufferedReader(isr)", "String buf = br.readLine();", "buf", "br.readLine()", "br.readLine", "br", "StringTokenizer st = new StringTokenizer(buf,\" \");", "st", "new StringTokenizer(buf,\" \")", "a = Integer.parseInt(st.nextToken())", "a", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "b = Integer.parseInt(st.nextToken())", "b", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "s = a*b", "s", "a*b", "a", "b", "l = (a + b) * 2", "l", "(a + b) * 2", "(a + b)", "a", "b", "2", "System.out.printf(\"%d %d\\n\", s, l)", "System.out.printf", "System.out", "System", "System.out", "\"%d %d\\n\"", "s", "l", "String[] args", "args" ]
import java.io.*; import java.util.*; class Main{ public static void main(String[] args)throws IOException{ int a, b, s, l; // s:??¢???, l:??¨????????? InputStreamReader isr =new InputStreamReader(System.in); BufferedReader br =new BufferedReader(isr); String buf = br.readLine(); StringTokenizer st = new StringTokenizer(buf," "); a = Integer.parseInt(st.nextToken()); b = Integer.parseInt(st.nextToken()); s = a*b; l = (a + b) * 2; System.out.printf("%d %d\n", s, l); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 18, 13, 13, 17, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 14, 2, 2, 2, 2, 17, 13, 2, 13, 17, 2, 17, 13, 2, 13, 17, 30, 41, 13, 2, 13, 13, 41, 13, 2, 2, 13, 13, 17, 4, 18, 18, 13, 13, 2, 2, 13, 17, 13, 30, 4, 18, 18, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 82, 5 ], [ 82, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 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 ], [ 19, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 19, 33 ], [ 33, 34 ], [ 36, 35 ], [ 43, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 40, 41 ], [ 40, 42 ], [ 43, 43 ], [ 43, 44 ], [ 43, 45 ], [ 36, 46 ], [ 46, 47 ], [ 46, 48 ], [ 33, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 52, 54 ], [ 49, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 49, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 68, 68 ], [ 68, 69 ], [ 68, 70 ], [ 68, 71 ], [ 33, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 75, 76 ], [ 75, 77 ], [ 73, 78 ], [ 6, 79 ], [ 79, 80 ], [ 0, 81 ], [ 81, 82 ], [ 81, 83 ] ]
[ "import java.util.*;\n\npublic class Main {\n \n public static void main(String arg[]) {\n try{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n if(0<a && a<101 && 0<b && b<101){\n int x = a*b;\n int y = (a + b)*2;\n System.out.println(x+\" \"+y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}", "import java.util.*;", "util.*", "java", "public class Main {\n \n public static void main(String arg[]) {\n try{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n if(0<a && a<101 && 0<b && b<101){\n int x = a*b;\n int y = (a + b)*2;\n System.out.println(x+\" \"+y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}", "Main", "public static void main(String arg[]) {\n try{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n if(0<a && a<101 && 0<b && b<101){\n int x = a*b;\n int y = (a + b)*2;\n System.out.println(x+\" \"+y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }", "main", "{\n try{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n if(0<a && a<101 && 0<b && b<101){\n int x = a*b;\n int y = (a + b)*2;\n System.out.println(x+\" \"+y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }", "try{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n if(0<a && a<101 && 0<b && b<101){\n int x = a*b;\n int y = (a + b)*2;\n System.out.println(x+\" \"+y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }", "catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }", "InputMismatchException ex", "{\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }", "System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\")", "System.out.println", "System.out", "System", "System.out", "\"1??????100?????§????????¶??°?????\\?????????????????????\"", "{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n if(0<a && a<101 && 0<b && b<101){\n int x = a*b;\n int y = (a + b)*2;\n System.out.println(x+\" \"+y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \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", "if(0<a && a<101 && 0<b && b<101){\n int x = a*b;\n int y = (a + b)*2;\n System.out.println(x+\" \"+y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }", "0<a && a<101 && 0<b && b<101", "0<b", "0<a && a<101 && 0<b && b<101", "0<a", "0", "a", "a<101", "a", "101", "0<b", "0", "b", "b<101", "b", "101", "{\n int x = a*b;\n int y = (a + b)*2;\n System.out.println(x+\" \"+y);\n }", "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", "{\n System.out.println(\"1??????100?????§???????????§???\");\n }", "System.out.println(\"1??????100?????§???????????§???\")", "System.out.println", "System.out", "System", "System.out", "\"1??????100?????§???????????§???\"", "String arg[]", "arg", "public class Main {\n \n public static void main(String arg[]) {\n try{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n if(0<a && a<101 && 0<b && b<101){\n int x = a*b;\n int y = (a + b)*2;\n System.out.println(x+\" \"+y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}", "public class Main {\n \n public static void main(String arg[]) {\n try{\n Scanner scan = new Scanner(System.in);\n int a = scan.nextInt();\n int b = scan.nextInt();\n if(0<a && a<101 && 0<b && b<101){\n int x = a*b;\n int y = (a + b)*2;\n System.out.println(x+\" \"+y);\n }else{\n System.out.println(\"1??????100?????§???????????§???\");\n }\n \n }catch(InputMismatchException ex){\n System.out.println(\"1??????100?????§????????¶??°?????\\?????????????????????\");\n }\n }\n}", "Main" ]
import java.util.*; public class Main { public static void main(String arg[]) { try{ Scanner scan = new Scanner(System.in); int a = scan.nextInt(); int b = scan.nextInt(); if(0<a && a<101 && 0<b && b<101){ int x = a*b; int y = (a + b)*2; System.out.println(x+" "+y); }else{ System.out.println("1??????100?????§???????????§???"); } }catch(InputMismatchException ex){ System.out.println("1??????100?????§????????¶??°?????\?????????????????????"); } } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 13, 4, 18, 13, 40, 17, 30, 41, 13, 20, 41, 13, 42, 2, 0, 13, 4, 18, 13, 17, 30, 41, 13, 4, 18, 13, 17, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 2, 13, 13, 41, 13, 2, 2, 13, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 93, 11 ], [ 93, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 18, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 25, 26 ], [ 15, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 31, 32 ], [ 27, 33 ], [ 33, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 34, 40 ], [ 33, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 44, 48 ], [ 41, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 54, 55 ], [ 54, 56 ], [ 41, 57 ], [ 57, 58 ], [ 57, 59 ], [ 59, 60 ], [ 60, 61 ], [ 59, 62 ], [ 62, 63 ], [ 62, 64 ], [ 41, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 67, 69 ], [ 41, 70 ], [ 70, 71 ], [ 70, 72 ], [ 72, 73 ], [ 73, 74 ], [ 73, 75 ], [ 72, 76 ], [ 41, 77 ], [ 77, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 77, 82 ], [ 83, 83 ], [ 83, 84 ], [ 83, 85 ], [ 83, 86 ], [ 27, 87 ], [ 87, 88 ], [ 88, 89 ], [ 12, 90 ], [ 90, 91 ], [ 0, 92 ], [ 92, 93 ], [ 92, 94 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\nimport java.lang.Math;\n\npublic class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n \n int area = a * b;\n int round = (a + b) * 2;\n \n System.out.println(area + \" \" + round);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.lang.Math;", "Math", "java.lang", "public class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n \n int area = a * b;\n int round = (a + b) * 2;\n \n System.out.println(area + \" \" + round);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}", "Main", "public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n \n int area = a * b;\n int round = (a + b) * 2;\n \n System.out.println(area + \" \" + round);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }", "main", "{\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n \n int area = a * b;\n int round = (a + b) * 2;\n \n System.out.println(area + \" \" + round);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }", "try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n \n int area = a * b;\n int round = (a + b) * 2;\n \n System.out.println(area + \" \" + round);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }", "catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }", "Exception e", "{\n e.getStackTrace();\n System.exit(-1);\n }", "e.getStackTrace()", "e.getStackTrace", "e", "System.exit(-1)", "System.exit", "System", "-1", "1", "{\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n \n int area = a * b;\n int round = (a + b) * 2;\n \n System.out.println(area + \" \" + round);\n }\n stdReader.close();\n }", "BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));", "stdReader", "new BufferedReader(new InputStreamReader(System.in))", "String line;", "line", "while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n \n int area = a * b;\n int round = (a + b) * 2;\n \n System.out.println(area + \" \" + round);\n }", "(line = stdReader.readLine()) != null", "(line = stdReader.readLine())", "line", "stdReader.readLine()", "stdReader.readLine", "stdReader", "null", "{\n String[] input = line.split(\" \", 0);\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n \n int area = a * b;\n int round = (a + b) * 2;\n \n System.out.println(area + \" \" + round);\n }", "String[] input = line.split(\" \", 0);", "input", "line.split(\" \", 0)", "line.split", "line", "\" \"", "0", "int a = Integer.parseInt(input[0]);", "a", "Integer.parseInt(input[0])", "Integer.parseInt", "Integer", "input[0]", "input", "0", "int b = Integer.parseInt(input[1]);", "b", "Integer.parseInt(input[1])", "Integer.parseInt", "Integer", "input[1]", "input", "1", "int 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", "stdReader.close()", "stdReader.close", "stdReader", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n \n int area = a * b;\n int round = (a + b) * 2;\n \n System.out.println(area + \" \" + round);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}", "public class Main {\n public static void main(String[] args) {\n try {\n BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in));\n \n String line;\n \n while((line = stdReader.readLine()) != null) {\n String[] input = line.split(\" \", 0);\n int a = Integer.parseInt(input[0]);\n int b = Integer.parseInt(input[1]);\n \n int area = a * b;\n int round = (a + b) * 2;\n \n System.out.println(area + \" \" + round);\n }\n stdReader.close();\n } catch(Exception e) {\n e.getStackTrace();\n System.exit(-1);\n }\n }\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; import java.lang.Math; public class Main { public static void main(String[] args) { try { BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in)); String line; while((line = stdReader.readLine()) != null) { String[] input = line.split(" ", 0); int a = Integer.parseInt(input[0]); int b = Integer.parseInt(input[1]); int area = a * b; int round = (a + b) * 2; System.out.println(area + " " + round); } stdReader.close(); } catch(Exception e) { e.getStackTrace(); System.exit(-1); } } }
[ 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, 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 ], [ 52, 5 ], [ 52, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 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 ], [ 8, 46 ], [ 46, 47 ], [ 47, 48 ], [ 6, 49 ], [ 49, 50 ], [ 0, 51 ], [ 51, 52 ], [ 51, 53 ] ]
[ "\nimport java.util.Scanner;\n\n\npublic class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint height = sc.nextInt();\n\t\tint width = sc.nextInt();\n\n\t\tlong area = (long)height * width;\n\t\tlong length = (long)height*2 +(long)width*2;\n\t\tSystem.out.println(area +\" \"+length);\n\n\t\tsc.close();\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint height = sc.nextInt();\n\t\tint width = sc.nextInt();\n\n\t\tlong area = (long)height * width;\n\t\tlong length = (long)height*2 +(long)width*2;\n\t\tSystem.out.println(area +\" \"+length);\n\n\t\tsc.close();\n\t}\n\n}", "Main", "public static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint height = sc.nextInt();\n\t\tint width = sc.nextInt();\n\n\t\tlong area = (long)height * width;\n\t\tlong length = (long)height*2 +(long)width*2;\n\t\tSystem.out.println(area +\" \"+length);\n\n\t\tsc.close();\n\t}", "main", "{\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint height = sc.nextInt();\n\t\tint width = sc.nextInt();\n\n\t\tlong area = (long)height * width;\n\t\tlong length = (long)height*2 +(long)width*2;\n\t\tSystem.out.println(area +\" \"+length);\n\n\t\tsc.close();\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int height = sc.nextInt();", "height", "sc.nextInt()", "sc.nextInt", "sc", "int width = sc.nextInt();", "width", "sc.nextInt()", "sc.nextInt", "sc", "long area = (long)height * width;", "area", "(long)height * width", "(long)height", "width", "long length = (long)height*2 +(long)width*2;", "length", "(long)height*2 +(long)width*2", "(long)height*2", "(long)height", "2", "(long)width*2", "(long)width", "2", "System.out.println(area +\" \"+length)", "System.out.println", "System.out", "System", "System.out", "area +\" \"+length", "area +\" \"+length", "area", "\" \"", "length", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint height = sc.nextInt();\n\t\tint width = sc.nextInt();\n\n\t\tlong area = (long)height * width;\n\t\tlong length = (long)height*2 +(long)width*2;\n\t\tSystem.out.println(area +\" \"+length);\n\n\t\tsc.close();\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\n\t\tint height = sc.nextInt();\n\t\tint width = sc.nextInt();\n\n\t\tlong area = (long)height * width;\n\t\tlong length = (long)height*2 +(long)width*2;\n\t\tSystem.out.println(area +\" \"+length);\n\n\t\tsc.close();\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); int height = sc.nextInt(); int width = sc.nextInt(); long area = (long)height * width; long length = (long)height*2 +(long)width*2; System.out.println(area +" "+length); sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 13, 41, 13, 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 ], [ 59, 5 ], [ 59, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 8, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 52, 52 ], [ 52, 53 ], [ 52, 54 ], [ 52, 55 ], [ 6, 56 ], [ 56, 57 ], [ 0, 58 ], [ 58, 59 ], [ 58, 60 ] ]
[ "import java.util.Scanner;\npublic class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tint area = a * b;\n\tint length = (a + b) * 2;\n\tSystem.out.println(area + \" \" + length);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tint area = a * b;\n\tint length = (a + b) * 2;\n\tSystem.out.println(area + \" \" + length);\n }\n}", "Main", "public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tint area = a * b;\n\tint length = (a + b) * 2;\n\tSystem.out.println(area + \" \" + length);\n }", "main", "{\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tint area = a * b;\n\tint length = (a + b) * 2;\n\tSystem.out.println(area + \" \" + length);\n }", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "String input1 = scan.next();", "input1", "scan.next()", "scan.next", "scan", "int a = Integer.parseInt(input1);", "a", "Integer.parseInt(input1)", "Integer.parseInt", "Integer", "input1", "String input2 = scan.next();", "input2", "scan.next()", "scan.next", "scan", "int b = Integer.parseInt(input2);", "b", "Integer.parseInt(input2)", "Integer.parseInt", "Integer", "input2", "int area = a * b;", "area", "a * b", "a", "b", "int length = (a + b) * 2;", "length", "(a + b) * 2", "(a + b)", "a", "b", "2", "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 public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tint area = a * b;\n\tint length = (a + b) * 2;\n\tSystem.out.println(area + \" \" + length);\n }\n}", "public class Main{\n public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tString input1 = scan.next();\n\tint a = Integer.parseInt(input1);\n\tString input2 = scan.next();\n\tint b = Integer.parseInt(input2);\n\tint area = a * b;\n\tint length = (a + b) * 2;\n\tSystem.out.println(area + \" \" + length);\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args) { Scanner scan = new Scanner(System.in); String input1 = scan.next(); int a = Integer.parseInt(input1); String input2 = scan.next(); int b = Integer.parseInt(input2); int area = a * b; int length = (a + b) * 2; System.out.println(area + " " + length); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 18, 13, 13, 4, 18, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 20, 4, 18, 13, 4, 13, 13, 4, 18, 13, 17, 4, 18, 13, 4, 13, 13, 4, 18, 18, 13, 13, 4, 18, 13, 23, 13, 12, 13, 30, 29, 2, 4, 18, 13, 4, 18, 13, 23, 13, 12, 13, 30, 29, 2, 2, 4, 18, 13, 4, 18, 13, 17, 23, 13, 6, 13, 41, 13, 41, 13, 12, 13, 30, 41, 13, 4, 18, 4, 18, 13, 41, 13, 4, 18, 13, 17, 0, 18, 36, 13, 4, 18, 13, 18, 13, 17, 0, 18, 36, 13, 4, 18, 13, 18, 13, 17, 23, 13, 12, 13, 30, 29, 13, 12, 13, 30, 0, 18, 36, 13, 13, 23, 13, 12, 13, 30, 29, 13, 12, 13, 30, 0, 18, 36, 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 ], [ 166, 11 ], [ 166, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 21, 22 ], [ 21, 23 ], [ 19, 24 ], [ 24, 25 ], [ 25, 26 ], [ 15, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 31, 32 ], [ 31, 33 ], [ 27, 34 ], [ 34, 35 ], [ 34, 36 ], [ 27, 37 ], [ 37, 38 ], [ 38, 39 ], [ 37, 40 ], [ 40, 41 ], [ 40, 42 ], [ 27, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 27, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 27, 53 ], [ 53, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 53, 58 ], [ 58, 59 ], [ 59, 60 ], [ 12, 61 ], [ 61, 62 ], [ 166, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 69, 70 ], [ 67, 71 ], [ 71, 72 ], [ 72, 73 ], [ 63, 74 ], [ 74, 75 ], [ 166, 76 ], [ 76, 77 ], [ 76, 78 ], [ 78, 79 ], [ 79, 80 ], [ 80, 81 ], [ 81, 82 ], [ 82, 83 ], [ 83, 84 ], [ 81, 85 ], [ 85, 86 ], [ 86, 87 ], [ 80, 88 ], [ 76, 89 ], [ 89, 90 ], [ 0, 91 ], [ 91, 92 ], [ 91, 93 ], [ 93, 94 ], [ 91, 95 ], [ 95, 96 ], [ 91, 97 ], [ 97, 98 ], [ 97, 99 ], [ 99, 100 ], [ 100, 101 ], [ 100, 102 ], [ 102, 103 ], [ 103, 104 ], [ 104, 105 ], [ 105, 106 ], [ 99, 107 ], [ 107, 108 ], [ 107, 109 ], [ 109, 110 ], [ 110, 111 ], [ 109, 112 ], [ 99, 113 ], [ 113, 114 ], [ 114, 115 ], [ 114, 116 ], [ 113, 117 ], [ 117, 118 ], [ 118, 119 ], [ 117, 120 ], [ 120, 121 ], [ 120, 122 ], [ 99, 123 ], [ 123, 124 ], [ 124, 125 ], [ 124, 126 ], [ 123, 127 ], [ 127, 128 ], [ 128, 129 ], [ 127, 130 ], [ 130, 131 ], [ 130, 132 ], [ 97, 133 ], [ 133, 134 ], [ 91, 135 ], [ 135, 136 ], [ 135, 137 ], [ 137, 138 ], [ 138, 139 ], [ 91, 140 ], [ 140, 141 ], [ 140, 142 ], [ 142, 143 ], [ 143, 144 ], [ 144, 145 ], [ 144, 146 ], [ 143, 147 ], [ 140, 148 ], [ 148, 149 ], [ 91, 150 ], [ 150, 151 ], [ 150, 152 ], [ 152, 153 ], [ 153, 154 ], [ 91, 155 ], [ 155, 156 ], [ 155, 157 ], [ 157, 158 ], [ 158, 159 ], [ 159, 160 ], [ 159, 161 ], [ 158, 162 ], [ 155, 163 ], [ 163, 164 ], [ 0, 165 ], [ 165, 166 ], [ 165, 167 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n/**\n *\n * @author yoshkur\n */\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tsb.append(getArea(inputData));\n\t\t\tsb.append(\" \");\n\t\t\tsb.append(getLength(inputData));\n\t\t\tSystem.out.println(sb.toString());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n\n\tpublic static Integer getArea(InputData inputData) {\n\t\treturn inputData.getHeight() * inputData.getWidth();\n\t}\n\n\tpublic static Integer getLength(InputData inputData) {\n\t\treturn (inputData.getHeight() + inputData.getWidth()) * 2;\n\t}\n\n}\n\nclass InputData {\n\n\tprivate Integer height;\n\tprivate Integer width;\n\n\tpublic InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.height = Integer.valueOf(values[0]);\n\t\tthis.width = Integer.valueOf(values[1]);\n\t}\n\n\tpublic Integer getHeight() {\n\t\treturn height;\n\t}\n\n\tpublic void setHeight(Integer height) {\n\t\tthis.height = height;\n\t}\n\n\tpublic Integer getWidth() {\n\t\treturn width;\n\t}\n\n\tpublic void setWidth(Integer width) {\n\t\tthis.width = width;\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tsb.append(getArea(inputData));\n\t\t\tsb.append(\" \");\n\t\t\tsb.append(getLength(inputData));\n\t\t\tSystem.out.println(sb.toString());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n\n\tpublic static Integer getArea(InputData inputData) {\n\t\treturn inputData.getHeight() * inputData.getWidth();\n\t}\n\n\tpublic static Integer getLength(InputData inputData) {\n\t\treturn (inputData.getHeight() + inputData.getWidth()) * 2;\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tsb.append(getArea(inputData));\n\t\t\tsb.append(\" \");\n\t\t\tsb.append(getLength(inputData));\n\t\t\tSystem.out.println(sb.toString());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}", "main", "{\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tsb.append(getArea(inputData));\n\t\t\tsb.append(\" \");\n\t\t\tsb.append(getLength(inputData));\n\t\t\tSystem.out.println(sb.toString());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}", "try {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tsb.append(getArea(inputData));\n\t\t\tsb.append(\" \");\n\t\t\tsb.append(getLength(inputData));\n\t\t\tSystem.out.println(sb.toString());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}", "catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}", "IOException | NumberFormatException e", "{\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}", "System.err.println(e.getLocalizedMessage())", "System.err.println", "System.err", "System", "System.err", "e.getLocalizedMessage()", "e.getLocalizedMessage", "e", "{\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tsb.append(getArea(inputData));\n\t\t\tsb.append(\" \");\n\t\t\tsb.append(getLength(inputData));\n\t\t\tSystem.out.println(sb.toString());\n\n\t\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "InputData inputData = new InputData(br);", "inputData", "new InputData(br)", "StringBuilder sb = new StringBuilder();", "sb", "new StringBuilder()", "sb.append(getArea(inputData))", "sb.append", "sb", "getArea(inputData)", "getArea", "inputData", "sb.append(\" \")", "sb.append", "sb", "\" \"", "sb.append(getLength(inputData))", "sb.append", "sb", "getLength(inputData)", "getLength", "inputData", "System.out.println(sb.toString())", "System.out.println", "System.out", "System", "System.out", "sb.toString()", "sb.toString", "sb", "String[] args", "args", "public static Integer getArea(InputData inputData) {\n\t\treturn inputData.getHeight() * inputData.getWidth();\n\t}", "getArea", "{\n\t\treturn inputData.getHeight() * inputData.getWidth();\n\t}", "return inputData.getHeight() * inputData.getWidth();", "inputData.getHeight() * inputData.getWidth()", "inputData.getHeight()", "inputData.getHeight", "inputData", "inputData.getWidth()", "inputData.getWidth", "inputData", "InputData inputData", "inputData", "public static Integer getLength(InputData inputData) {\n\t\treturn (inputData.getHeight() + inputData.getWidth()) * 2;\n\t}", "getLength", "{\n\t\treturn (inputData.getHeight() + inputData.getWidth()) * 2;\n\t}", "return (inputData.getHeight() + inputData.getWidth()) * 2;", "(inputData.getHeight() + inputData.getWidth()) * 2", "(inputData.getHeight() + inputData.getWidth())", "inputData.getHeight()", "inputData.getHeight", "inputData", "inputData.getWidth()", "inputData.getWidth", "inputData", "2", "InputData inputData", "inputData", "class InputData {\n\n\tprivate Integer height;\n\tprivate Integer width;\n\n\tpublic InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.height = Integer.valueOf(values[0]);\n\t\tthis.width = Integer.valueOf(values[1]);\n\t}\n\n\tpublic Integer getHeight() {\n\t\treturn height;\n\t}\n\n\tpublic void setHeight(Integer height) {\n\t\tthis.height = height;\n\t}\n\n\tpublic Integer getWidth() {\n\t\treturn width;\n\t}\n\n\tpublic void setWidth(Integer width) {\n\t\tthis.width = width;\n\t}\n}", "InputData", "private Integer height;", "height", "private Integer width;", "width", "public InputData(BufferedReader br) throws IOException {\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.height = Integer.valueOf(values[0]);\n\t\tthis.width = Integer.valueOf(values[1]);\n\t}", "InputData", "{\n\t\tString line = br.readLine().trim();\n\t\tString[] values = line.split(\" \");\n\t\tthis.height = Integer.valueOf(values[0]);\n\t\tthis.width = Integer.valueOf(values[1]);\n\t}", "String line = br.readLine().trim();", "line", "br.readLine().trim()", "br.readLine().trim", "br.readLine()", "br.readLine", "br", "String[] values = line.split(\" \");", "values", "line.split(\" \")", "line.split", "line", "\" \"", "this.height = Integer.valueOf(values[0])", "this.height", "this", "this.height", "Integer.valueOf(values[0])", "Integer.valueOf", "Integer", "values[0]", "values", "0", "this.width = Integer.valueOf(values[1])", "this.width", "this", "this.width", "Integer.valueOf(values[1])", "Integer.valueOf", "Integer", "values[1]", "values", "1", "BufferedReader br", "br", "public Integer getHeight() {\n\t\treturn height;\n\t}", "getHeight", "{\n\t\treturn height;\n\t}", "return height;", "height", "public void setHeight(Integer height) {\n\t\tthis.height = height;\n\t}", "setHeight", "{\n\t\tthis.height = height;\n\t}", "this.height = height", "this.height", "this", "this.height", "height", "Integer height", "height", "public Integer getWidth() {\n\t\treturn width;\n\t}", "getWidth", "{\n\t\treturn width;\n\t}", "return width;", "width", "public void setWidth(Integer width) {\n\t\tthis.width = width;\n\t}", "setWidth", "{\n\t\tthis.width = width;\n\t}", "this.width = width", "this.width", "this", "this.width", "width", "Integer width", "width", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tsb.append(getArea(inputData));\n\t\t\tsb.append(\" \");\n\t\t\tsb.append(getLength(inputData));\n\t\t\tSystem.out.println(sb.toString());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n\n\tpublic static Integer getArea(InputData inputData) {\n\t\treturn inputData.getHeight() * inputData.getWidth();\n\t}\n\n\tpublic static Integer getLength(InputData inputData) {\n\t\treturn (inputData.getHeight() + inputData.getWidth()) * 2;\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\ttry {\n\t\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\t\tInputData inputData = new InputData(br);\n\t\t\tStringBuilder sb = new StringBuilder();\n\t\t\tsb.append(getArea(inputData));\n\t\t\tsb.append(\" \");\n\t\t\tsb.append(getLength(inputData));\n\t\t\tSystem.out.println(sb.toString());\n\n\t\t} catch (IOException | NumberFormatException e) {\n\t\t\tSystem.err.println(e.getLocalizedMessage());\n\t\t}\n\t}\n\n\tpublic static Integer getArea(InputData inputData) {\n\t\treturn inputData.getHeight() * inputData.getWidth();\n\t}\n\n\tpublic static Integer getLength(InputData inputData) {\n\t\treturn (inputData.getHeight() + inputData.getWidth()) * 2;\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /** * * @author yoshkur */ public class Main { public static void main(String[] args) { try { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); InputData inputData = new InputData(br); StringBuilder sb = new StringBuilder(); sb.append(getArea(inputData)); sb.append(" "); sb.append(getLength(inputData)); System.out.println(sb.toString()); } catch (IOException | NumberFormatException e) { System.err.println(e.getLocalizedMessage()); } } public static Integer getArea(InputData inputData) { return inputData.getHeight() * inputData.getWidth(); } public static Integer getLength(InputData inputData) { return (inputData.getHeight() + inputData.getWidth()) * 2; } } class InputData { private Integer height; private Integer width; public InputData(BufferedReader br) throws IOException { String line = br.readLine().trim(); String[] values = line.split(" "); this.height = Integer.valueOf(values[0]); this.width = Integer.valueOf(values[1]); } public Integer getHeight() { return height; } public void setHeight(Integer height) { this.height = height; } public Integer getWidth() { return width; } public void setWidth(Integer width) { this.width = width; } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 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, 17, 2, 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 ], [ 23, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 29, 32 ], [ 32, 33 ], [ 32, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 37, 40 ], [ 40, 41 ], [ 40, 42 ], [ 8, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 49, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 49, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 58, 59 ], [ 58, 60 ], [ 6, 61 ], [ 61, 62 ] ]
[ "import java.io.*;\n\nclass Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint a, b;\n\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\n\t\tSystem.out.println(a*b + \" \" + (a*2 + b*2));\n\t}\n}", "import java.io.*;", "io.*", "java", "class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint a, b;\n\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\n\t\tSystem.out.println(a*b + \" \" + (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\n\t\tint a, b;\n\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\n\t\tSystem.out.println(a*b + \" \" + (a*2 + b*2));\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\n\t\tint a, b;\n\n\n\t\tString str = br.readLine();\n\t\tString strArr[] = str.split(\" \");\n\n\t\ta = Integer.parseInt(strArr[0]);\n\t\tb = Integer.parseInt(strArr[1]);\n\n\t\tSystem.out.println(a*b + \" \" + (a*2 + b*2));\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "int a", "a", "b;", "b", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String strArr[] = str.split(\" \");", "strArr", "str.split(\" \")", "str.split", "str", "\" \"", "a = Integer.parseInt(strArr[0])", "a", "Integer.parseInt(strArr[0])", "Integer.parseInt", "Integer", "strArr[0]", "strArr", "0", "b = Integer.parseInt(strArr[1])", "b", "Integer.parseInt(strArr[1])", "Integer.parseInt", "Integer", "strArr[1]", "strArr", "1", "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.*; class Main{ public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int a, b; String str = br.readLine(); String strArr[] = str.split(" "); a = Integer.parseInt(strArr[0]); b = Integer.parseInt(strArr[1]); System.out.println(a*b + " " + (a*2 + 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, 41, 13, 4, 18, 13, 17, 17, 41, 13, 20, 17, 0, 18, 13, 17, 4, 18, 13, 18, 13, 17, 0, 18, 13, 17, 4, 18, 13, 18, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 18, 13, 17, 18, 13, 17, 17, 2, 2, 18, 13, 17, 17, 2, 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 ], [ 86, 11 ], [ 86, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 14, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 28, 32 ], [ 14, 33 ], [ 33, 34 ], [ 33, 35 ], [ 14, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 37, 41 ], [ 41, 42 ], [ 42, 43 ], [ 41, 44 ], [ 44, 45 ], [ 44, 46 ], [ 14, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 47, 51 ], [ 51, 52 ], [ 52, 53 ], [ 51, 54 ], [ 54, 55 ], [ 54, 56 ], [ 14, 57 ], [ 57, 58 ], [ 58, 59 ], [ 59, 60 ], [ 59, 61 ], [ 57, 62 ], [ 63, 63 ], [ 63, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 68, 69 ], [ 68, 70 ], [ 63, 71 ], [ 63, 72 ], [ 72, 73 ], [ 73, 74 ], [ 74, 75 ], [ 74, 76 ], [ 73, 77 ], [ 72, 78 ], [ 78, 79 ], [ 79, 80 ], [ 79, 81 ], [ 78, 82 ], [ 12, 83 ], [ 83, 84 ], [ 0, 85 ], [ 85, 86 ], [ 85, 87 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main{\n\tpublic static void main(String[] args)throws IOException{\n\n\t\t\n\t\n\n\t\t// ??\\?????????\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\t\n\t\t// ??\\??????Buffer???????´?\n\t\tBufferedReader br = new BufferedReader(is);\n\t\t\n\t\t// String?????§1?????????????????????\n\t\tString str = br.readLine();\n\t\t\n\t\t// split??§?????????????????????????´?\n\t\tString[] a = str.split(\" \", 0);\n\t\t\n\t\t// int???????????£?¨?\n\t\tint[] b = new int[2];\n\t\t\n\t\t// b???0?????????a???0?????????int????????????????´?\n\t\tb[0] = Integer.parseInt(a[0]);\n\t\t\n\t\t// b???1?????????a???1?????????int????????????????´?\n\t\tb[1] = Integer.parseInt(a[1]);\n\n\t\t//??¢?????¨??¨????????????????????§????????£?????????\n\t\tSystem.out.println((b[0] * b[1]) +\" \" + (b[0]*2 + b[1]*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\n\t\t\n\t\n\n\t\t// ??\\?????????\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\t\n\t\t// ??\\??????Buffer???????´?\n\t\tBufferedReader br = new BufferedReader(is);\n\t\t\n\t\t// String?????§1?????????????????????\n\t\tString str = br.readLine();\n\t\t\n\t\t// split??§?????????????????????????´?\n\t\tString[] a = str.split(\" \", 0);\n\t\t\n\t\t// int???????????£?¨?\n\t\tint[] b = new int[2];\n\t\t\n\t\t// b???0?????????a???0?????????int????????????????´?\n\t\tb[0] = Integer.parseInt(a[0]);\n\t\t\n\t\t// b???1?????????a???1?????????int????????????????´?\n\t\tb[1] = Integer.parseInt(a[1]);\n\n\t\t//??¢?????¨??¨????????????????????§????????£?????????\n\t\tSystem.out.println((b[0] * b[1]) +\" \" + (b[0]*2 + b[1]*2));\n\t}\n}", "Main", "public static void main(String[] args)throws IOException{\n\n\t\t\n\t\n\n\t\t// ??\\?????????\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\t\n\t\t// ??\\??????Buffer???????´?\n\t\tBufferedReader br = new BufferedReader(is);\n\t\t\n\t\t// String?????§1?????????????????????\n\t\tString str = br.readLine();\n\t\t\n\t\t// split??§?????????????????????????´?\n\t\tString[] a = str.split(\" \", 0);\n\t\t\n\t\t// int???????????£?¨?\n\t\tint[] b = new int[2];\n\t\t\n\t\t// b???0?????????a???0?????????int????????????????´?\n\t\tb[0] = Integer.parseInt(a[0]);\n\t\t\n\t\t// b???1?????????a???1?????????int????????????????´?\n\t\tb[1] = Integer.parseInt(a[1]);\n\n\t\t//??¢?????¨??¨????????????????????§????????£?????????\n\t\tSystem.out.println((b[0] * b[1]) +\" \" + (b[0]*2 + b[1]*2));\n\t}", "main", "{\n\n\t\t\n\t\n\n\t\t// ??\\?????????\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\t\n\t\t// ??\\??????Buffer???????´?\n\t\tBufferedReader br = new BufferedReader(is);\n\t\t\n\t\t// String?????§1?????????????????????\n\t\tString str = br.readLine();\n\t\t\n\t\t// split??§?????????????????????????´?\n\t\tString[] a = str.split(\" \", 0);\n\t\t\n\t\t// int???????????£?¨?\n\t\tint[] b = new int[2];\n\t\t\n\t\t// b???0?????????a???0?????????int????????????????´?\n\t\tb[0] = Integer.parseInt(a[0]);\n\t\t\n\t\t// b???1?????????a???1?????????int????????????????´?\n\t\tb[1] = Integer.parseInt(a[1]);\n\n\t\t//??¢?????¨??¨????????????????????§????????£?????????\n\t\tSystem.out.println((b[0] * b[1]) +\" \" + (b[0]*2 + b[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[] a = str.split(\" \", 0);", "a", "str.split(\" \", 0)", "str.split", "str", "\" \"", "0", "int[] b = new int[2];", "b", "new int[2]", "2", "b[0] = Integer.parseInt(a[0])", "b[0]", "b", "0", "Integer.parseInt(a[0])", "Integer.parseInt", "Integer", "a[0]", "a", "0", "b[1] = Integer.parseInt(a[1])", "b[1]", "b", "1", "Integer.parseInt(a[1])", "Integer.parseInt", "Integer", "a[1]", "a", "1", "System.out.println((b[0] * b[1]) +\" \" + (b[0]*2 + b[1]*2))", "System.out.println", "System.out", "System", "System.out", "(b[0] * b[1]) +\" \" + (b[0]*2 + b[1]*2)", "(b[0] * b[1]) +\" \" + (b[0]*2 + b[1]*2)", "(b[0] * b[1])", "b[0]", "b", "0", "b[1]", "b", "1", "\" \"", "(b[0]*2 + b[1]*2)", "b[0]*2", "b[0]", "b", "0", "2", "b[1]*2", "b[1]", "b", "1", "2", "String[] args", "args", "public class Main{\n\tpublic static void main(String[] args)throws IOException{\n\n\t\t\n\t\n\n\t\t// ??\\?????????\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\t\n\t\t// ??\\??????Buffer???????´?\n\t\tBufferedReader br = new BufferedReader(is);\n\t\t\n\t\t// String?????§1?????????????????????\n\t\tString str = br.readLine();\n\t\t\n\t\t// split??§?????????????????????????´?\n\t\tString[] a = str.split(\" \", 0);\n\t\t\n\t\t// int???????????£?¨?\n\t\tint[] b = new int[2];\n\t\t\n\t\t// b???0?????????a???0?????????int????????????????´?\n\t\tb[0] = Integer.parseInt(a[0]);\n\t\t\n\t\t// b???1?????????a???1?????????int????????????????´?\n\t\tb[1] = Integer.parseInt(a[1]);\n\n\t\t//??¢?????¨??¨????????????????????§????????£?????????\n\t\tSystem.out.println((b[0] * b[1]) +\" \" + (b[0]*2 + b[1]*2));\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args)throws IOException{\n\n\t\t\n\t\n\n\t\t// ??\\?????????\n\t\tInputStreamReader is = new InputStreamReader(System.in);\n\t\t\n\t\t// ??\\??????Buffer???????´?\n\t\tBufferedReader br = new BufferedReader(is);\n\t\t\n\t\t// String?????§1?????????????????????\n\t\tString str = br.readLine();\n\t\t\n\t\t// split??§?????????????????????????´?\n\t\tString[] a = str.split(\" \", 0);\n\t\t\n\t\t// int???????????£?¨?\n\t\tint[] b = new int[2];\n\t\t\n\t\t// b???0?????????a???0?????????int????????????????´?\n\t\tb[0] = Integer.parseInt(a[0]);\n\t\t\n\t\t// b???1?????????a???1?????????int????????????????´?\n\t\tb[1] = Integer.parseInt(a[1]);\n\n\t\t//??¢?????¨??¨????????????????????§????????£?????????\n\t\tSystem.out.println((b[0] * b[1]) +\" \" + (b[0]*2 + b[1]*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); // ??\??????Buffer???????´? BufferedReader br = new BufferedReader(is); // String?????§1????????????????????? String str = br.readLine(); // split??§?????????????????????????´? String[] a = str.split(" ", 0); // int???????????£?¨? int[] b = new int[2]; // b???0?????????a???0?????????int????????????????´? b[0] = Integer.parseInt(a[0]); // b???1?????????a???1?????????int????????????????´? b[1] = Integer.parseInt(a[1]); //??¢?????¨??¨????????????????????§????????£????????? System.out.println((b[0] * b[1]) +" " + (b[0]*2 + b[1]*2)); } }
[ 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, 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, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 64, 8 ], [ 64, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 22, 25 ], [ 22, 26 ], [ 11, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 29, 32 ], [ 32, 33 ], [ 32, 34 ], [ 11, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 38, 39 ], [ 37, 40 ], [ 40, 41 ], [ 40, 42 ], [ 11, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 49, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 49, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 58, 59 ], [ 58, 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 // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] lines = line.split(\" \", 0);\n int n = Integer.parseInt(lines[0]);\n int m = Integer.parseInt(lines[1]);\n System.out.println((n*m) + \" \" + (2*n+2*m));\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 // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] lines = line.split(\" \", 0);\n int n = Integer.parseInt(lines[0]);\n int m = Integer.parseInt(lines[1]);\n System.out.println((n*m) + \" \" + (2*n+2*m));\n }\n}", "Main", "public static void main(String[] args) throws Exception {\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] lines = line.split(\" \", 0);\n int n = Integer.parseInt(lines[0]);\n int m = Integer.parseInt(lines[1]);\n System.out.println((n*m) + \" \" + (2*n+2*m));\n }", "main", "{\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] lines = line.split(\" \", 0);\n int n = Integer.parseInt(lines[0]);\n int m = Integer.parseInt(lines[1]);\n System.out.println((n*m) + \" \" + (2*n+2*m));\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String line = br.readLine();", "line", "br.readLine()", "br.readLine", "br", "String[] lines = line.split(\" \", 0);", "lines", "line.split(\" \", 0)", "line.split", "line", "\" \"", "0", "int n = Integer.parseInt(lines[0]);", "n", "Integer.parseInt(lines[0])", "Integer.parseInt", "Integer", "lines[0]", "lines", "0", "int m = Integer.parseInt(lines[1]);", "m", "Integer.parseInt(lines[1])", "Integer.parseInt", "Integer", "lines[1]", "lines", "1", "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", "String[] args", "args", "public class Main {\n public static void main(String[] args) throws Exception {\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] lines = line.split(\" \", 0);\n int n = Integer.parseInt(lines[0]);\n int m = Integer.parseInt(lines[1]);\n System.out.println((n*m) + \" \" + (2*n+2*m));\n }\n}", "public class Main {\n public static void main(String[] args) throws Exception {\n // Here your code !\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String line = br.readLine();\n String[] lines = line.split(\" \", 0);\n int n = Integer.parseInt(lines[0]);\n int m = Integer.parseInt(lines[1]);\n System.out.println((n*m) + \" \" + (2*n+2*m));\n }\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws Exception { // Here your code ! BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String line = br.readLine(); String[] lines = line.split(" ", 0); int n = Integer.parseInt(lines[0]); int m = Integer.parseInt(lines[1]); System.out.println((n*m) + " " + (2*n+2*m)); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 4, 18, 13, 23, 13, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 2, 2, 13, 13, 17, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 60, 5 ], [ 60, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 13, 14 ], [ 6, 15 ], [ 15, 16 ], [ 0, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 22, 24 ], [ 21, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 21, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 21, 35 ], [ 35, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 35, 40 ], [ 40, 41 ], [ 40, 42 ], [ 21, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 43, 48 ], [ 21, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 0, 59 ], [ 59, 60 ], [ 59, 61 ] ]
[ "import java.util.Scanner;\n\n\npublic class Main{\n\tpublic static void main(String[] args) {\n\n\t\tInput test = new Input();\n\t\ttest.num();\n\n\t\t\n\t}\n}\n\nclass Input{\n\tvoid num() {\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n int x = sc.nextInt();\n int x2 = sc.nextInt();\n System.out.print(x*x2);\n System.out.print(\" \");\n System.out.println((x+x2)*2);\n\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\tpublic static void main(String[] args) {\n\n\t\tInput test = new Input();\n\t\ttest.num();\n\n\t\t\n\t}\n}", "Main", "public static void main(String[] args) {\n\n\t\tInput test = new Input();\n\t\ttest.num();\n\n\t\t\n\t}", "main", "{\n\n\t\tInput test = new Input();\n\t\ttest.num();\n\n\t\t\n\t}", "Input test = new Input();", "test", "new Input()", "test.num()", "test.num", "test", "String[] args", "args", "class Input{\n\tvoid num() {\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n int x = sc.nextInt();\n int x2 = sc.nextInt();\n System.out.print(x*x2);\n System.out.print(\" \");\n System.out.println((x+x2)*2);\n\n\t}\n}", "Input", "void num() {\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n int x = sc.nextInt();\n int x2 = sc.nextInt();\n System.out.print(x*x2);\n System.out.print(\" \");\n System.out.println((x+x2)*2);\n\n\t}", "num", "{\n\t\t\n\t\tScanner sc=new Scanner(System.in);\n int x = sc.nextInt();\n int x2 = sc.nextInt();\n System.out.print(x*x2);\n System.out.print(\" \");\n System.out.println((x+x2)*2);\n\n\t}", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "int x = sc.nextInt();", "x", "sc.nextInt()", "sc.nextInt", "sc", "int x2 = sc.nextInt();", "x2", "sc.nextInt()", "sc.nextInt", "sc", "System.out.print(x*x2)", "System.out.print", "System.out", "System", "System.out", "x*x2", "x", "x2", "System.out.print(\" \")", "System.out.print", "System.out", "System", "System.out", "\" \"", "System.out.println((x+x2)*2)", "System.out.println", "System.out", "System", "System.out", "(x+x2)*2", "(x+x2)", "x", "x2", "2", "public class Main{\n\tpublic static void main(String[] args) {\n\n\t\tInput test = new Input();\n\t\ttest.num();\n\n\t\t\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args) {\n\n\t\tInput test = new Input();\n\t\ttest.num();\n\n\t\t\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args) { Input test = new Input(); test.num(); } } class Input{ void num() { Scanner sc=new Scanner(System.in); int x = sc.nextInt(); int x2 = sc.nextInt(); System.out.print(x*x2); System.out.print(" "); System.out.println((x+x2)*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, 17, 2, 13, 13, 41, 13, 4, 18, 13, 2, 2, 13, 17, 13, 4, 18, 18, 13, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 53, 5 ], [ 53, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 24, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 31, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 40, 40 ], [ 40, 41 ], [ 40, 42 ], [ 40, 43 ], [ 8, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 44, 49 ], [ 6, 50 ], [ 50, 51 ], [ 0, 52 ], [ 52, 53 ], [ 52, 54 ] ]
[ "import java.util.Scanner;\n\n/**\n *\n * @author lenovo\n */\npublic class Main {\n\n public static void main(String[] args) {\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = a * b;\n int d = 2 * (a + b);\n\n String s = String.valueOf(c + \" \" + d);\n System.out.println(s);\n\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = a * b;\n int d = 2 * (a + b);\n\n String s = String.valueOf(c + \" \" + d);\n System.out.println(s);\n\n }\n}", "Main", "public static void main(String[] args) {\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = a * b;\n int d = 2 * (a + b);\n\n String s = String.valueOf(c + \" \" + d);\n System.out.println(s);\n\n }", "main", "{\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = a * b;\n int d = 2 * (a + b);\n\n String s = String.valueOf(c + \" \" + d);\n System.out.println(s);\n\n }", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int a = scanner.nextInt();", "a", "scanner.nextInt()", "scanner.nextInt", "scanner", "int b = scanner.nextInt();", "b", "scanner.nextInt()", "scanner.nextInt", "scanner", "int c = a * b;", "c", "a * b", "a", "b", "int d = 2 * (a + b);", "d", "2 * (a + b)", "2", "(a + b)", "a", "b", "String s = String.valueOf(c + \" \" + d);", "s", "String.valueOf(c + \" \" + d)", "String.valueOf", "String", "c + \" \" + d", "c + \" \" + d", "c", "\" \"", "d", "System.out.println(s)", "System.out.println", "System.out", "System", "System.out", "s", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = a * b;\n int d = 2 * (a + b);\n\n String s = String.valueOf(c + \" \" + d);\n System.out.println(s);\n\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n\n Scanner scanner = new Scanner(System.in);\n int a = scanner.nextInt();\n int b = scanner.nextInt();\n int c = a * b;\n int d = 2 * (a + b);\n\n String s = String.valueOf(c + \" \" + d);\n System.out.println(s);\n\n }\n}", "Main" ]
import java.util.Scanner; /** * * @author lenovo */ public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int a = scanner.nextInt(); int b = scanner.nextInt(); int c = a * b; int d = 2 * (a + b); String s = String.valueOf(c + " " + d); System.out.println(s); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 2, 13, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 2, 17, 13, 17, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 51, 5 ], [ 51, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 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 ], [ 42, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 40, 46 ], [ 42, 47 ], [ 6, 48 ], [ 48, 49 ], [ 0, 50 ], [ 50, 51 ], [ 50, 52 ] ]
[ "import java.util.Scanner;\n public class Main{\n public static void main(String args[]){\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int y = in.nextInt();\n int menseki = x * y;\n int syuu = (x + y) * 2;\n System.out.println(\"\"+menseki+\" \"+syuu+\"\");\n }\n }", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String args[]){\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int y = in.nextInt();\n int menseki = x * y;\n int syuu = (x + y) * 2;\n System.out.println(\"\"+menseki+\" \"+syuu+\"\");\n }\n }", "Main", "public static void main(String args[]){\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int y = in.nextInt();\n int menseki = x * y;\n int syuu = (x + y) * 2;\n System.out.println(\"\"+menseki+\" \"+syuu+\"\");\n }", "main", "{\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int y = in.nextInt();\n int menseki = x * y;\n int syuu = (x + y) * 2;\n System.out.println(\"\"+menseki+\" \"+syuu+\"\");\n }", "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", "int menseki = x * y;", "menseki", "x * y", "x", "y", "int syuu = (x + y) * 2;", "syuu", "(x + y) * 2", "(x + y)", "x", "y", "2", "System.out.println(\"\"+menseki+\" \"+syuu+\"\")", "System.out.println", "System.out", "System", "System.out", "\"\"+menseki+\" \"+syuu+\"\"", "syuu", "\" \"", "\"\"+menseki+\" \"+syuu+\"\"", "\"\"", "menseki", "\" \"", "syuu", "\"\"", "String args[]", "args", "public class Main{\n public static void main(String args[]){\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int y = in.nextInt();\n int menseki = x * y;\n int syuu = (x + y) * 2;\n System.out.println(\"\"+menseki+\" \"+syuu+\"\");\n }\n }", "public class Main{\n public static void main(String args[]){\n Scanner in = new Scanner(System.in);\n int x = in.nextInt();\n int y = in.nextInt();\n int menseki = x * y;\n int syuu = (x + y) * 2;\n System.out.println(\"\"+menseki+\" \"+syuu+\"\");\n }\n }", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String args[]){ Scanner in = new Scanner(System.in); int x = in.nextInt(); int y = in.nextInt(); int menseki = x * y; int syuu = (x + y) * 2; System.out.println(""+menseki+" "+syuu+""); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 4, 18, 13, 41, 13, 20, 0, 13, 4, 18, 13, 4, 18, 13, 0, 13, 4, 18, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 68, 14 ], [ 68, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 17, 23 ], [ 23, 24 ], [ 17, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 17, 30 ], [ 30, 31 ], [ 30, 32 ], [ 17, 33 ], [ 33, 34 ], [ 33, 35 ], [ 35, 36 ], [ 36, 37 ], [ 35, 38 ], [ 38, 39 ], [ 39, 40 ], [ 17, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 44, 45 ], [ 43, 46 ], [ 46, 47 ], [ 47, 48 ], [ 17, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 49, 54 ], [ 55, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 55, 59 ], [ 55, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 62, 64 ], [ 15, 65 ], [ 65, 66 ], [ 0, 67 ], [ 67, 68 ], [ 67, 69 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\n\npublic class Main {\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader( new InputStreamReader(System.in));\n\t\tint a,b;\n\t\tString buf = br.readLine();\n\t\tStringTokenizer st= new StringTokenizer(buf, \" \");\n\n\t\ta=Integer.parseInt(st.nextToken());\n\t\tb=Integer.parseInt(st.nextToken());\n\n\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\n\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader( new InputStreamReader(System.in));\n\t\tint a,b;\n\t\tString buf = br.readLine();\n\t\tStringTokenizer st= new StringTokenizer(buf, \" \");\n\n\t\ta=Integer.parseInt(st.nextToken());\n\t\tb=Integer.parseInt(st.nextToken());\n\n\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\n\n\t}\n}", "Main", "public static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader( new InputStreamReader(System.in));\n\t\tint a,b;\n\t\tString buf = br.readLine();\n\t\tStringTokenizer st= new StringTokenizer(buf, \" \");\n\n\t\ta=Integer.parseInt(st.nextToken());\n\t\tb=Integer.parseInt(st.nextToken());\n\n\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\n\n\t}", "main", "{\n\n\t\tBufferedReader br = new BufferedReader( new InputStreamReader(System.in));\n\t\tint a,b;\n\t\tString buf = br.readLine();\n\t\tStringTokenizer st= new StringTokenizer(buf, \" \");\n\n\t\ta=Integer.parseInt(st.nextToken());\n\t\tb=Integer.parseInt(st.nextToken());\n\n\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\n\n\t}", "BufferedReader br = new BufferedReader( new InputStreamReader(System.in));", "br", "new BufferedReader( new InputStreamReader(System.in))", "int a", "a", "b;", "b", "String buf = br.readLine();", "buf", "br.readLine()", "br.readLine", "br", "StringTokenizer st= new StringTokenizer(buf, \" \");", "st", "new StringTokenizer(buf, \" \")", "a=Integer.parseInt(st.nextToken())", "a", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "b=Integer.parseInt(st.nextToken())", "b", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "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\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader( new InputStreamReader(System.in));\n\t\tint a,b;\n\t\tString buf = br.readLine();\n\t\tStringTokenizer st= new StringTokenizer(buf, \" \");\n\n\t\ta=Integer.parseInt(st.nextToken());\n\t\tb=Integer.parseInt(st.nextToken());\n\n\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\n\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tBufferedReader br = new BufferedReader( new InputStreamReader(System.in));\n\t\tint a,b;\n\t\tString buf = br.readLine();\n\t\tStringTokenizer st= new StringTokenizer(buf, \" \");\n\n\t\ta=Integer.parseInt(st.nextToken());\n\t\tb=Integer.parseInt(st.nextToken());\n\n\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\n\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)); int a,b; String buf = br.readLine(); StringTokenizer st= new StringTokenizer(buf, " "); a=Integer.parseInt(st.nextToken()); b=Integer.parseInt(st.nextToken()); 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, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 2, 13, 17, 2, 13, 17, 4, 18, 18, 13, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 11, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 11, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 33, 35 ], [ 32, 36 ], [ 36, 37 ], [ 36, 38 ], [ 11, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 11, 45 ], [ 45, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 45, 50 ], [ 11, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 9, 57 ], [ 57, 58 ] ]
[ "import java.io.InputStream;\nimport java.util.Scanner;\n\nclass Main {\n\t\n\tpublic static void main(String[] args){\n\t\t\n\t\tScanner In = new Scanner(System.in);\n\t\t\n\t\tint x = In.nextInt();\n\t\n\t\tint y = In.nextInt();\n\n\t\tint sum = x * y;\n\n\t\tint sum2 = x * 2 + y * 2;\n\t\t\n\t\tSystem.out.print(sum);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(sum2);\n\t\t\n}\n}", "import java.io.InputStream;", "InputStream", "java.io", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n\t\n\tpublic static void main(String[] args){\n\t\t\n\t\tScanner In = new Scanner(System.in);\n\t\t\n\t\tint x = In.nextInt();\n\t\n\t\tint y = In.nextInt();\n\n\t\tint sum = x * y;\n\n\t\tint sum2 = x * 2 + y * 2;\n\t\t\n\t\tSystem.out.print(sum);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(sum2);\n\t\t\n}\n}", "Main", "public static void main(String[] args){\n\t\t\n\t\tScanner In = new Scanner(System.in);\n\t\t\n\t\tint x = In.nextInt();\n\t\n\t\tint y = In.nextInt();\n\n\t\tint sum = x * y;\n\n\t\tint sum2 = x * 2 + y * 2;\n\t\t\n\t\tSystem.out.print(sum);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(sum2);\n\t\t\n}", "main", "{\n\t\t\n\t\tScanner In = new Scanner(System.in);\n\t\t\n\t\tint x = In.nextInt();\n\t\n\t\tint y = In.nextInt();\n\n\t\tint sum = x * y;\n\n\t\tint sum2 = x * 2 + y * 2;\n\t\t\n\t\tSystem.out.print(sum);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(sum2);\n\t\t\n}", "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", "int sum = x * y;", "sum", "x * y", "x", "y", "int sum2 = x * 2 + y * 2;", "sum2", "x * 2 + y * 2", "x * 2", "x", "2", "y * 2", "y", "2", "System.out.print(sum)", "System.out.print", "System.out", "System", "System.out", "sum", "System.out.print(\" \")", "System.out.print", "System.out", "System", "System.out", "\" \"", "System.out.println(sum2)", "System.out.println", "System.out", "System", "System.out", "sum2", "String[] args", "args" ]
import java.io.InputStream; import java.util.Scanner; class Main { public static void main(String[] args){ Scanner In = new Scanner(System.in); int x = In.nextInt(); int y = In.nextInt(); int sum = x * y; int sum2 = x * 2 + y * 2; System.out.print(sum); System.out.print(" "); System.out.println(sum2); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 4, 18, 20, 23, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 0, 13, 4, 18, 13, 18, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 13, 13, 17, 2, 2, 2, 13, 13, 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 ], [ 16, 19 ], [ 19, 20 ], [ 16, 21 ], [ 21, 22 ], [ 21, 23 ], [ 16, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 26, 31 ], [ 16, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 34, 37 ], [ 37, 38 ], [ 37, 39 ], [ 16, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 45, 46 ], [ 45, 47 ], [ 16, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 54, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 54, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 61, 63 ], [ 60, 64 ], [ 59, 65 ], [ 0, 66 ], [ 66, 67 ], [ 66, 68 ] ]
[ "import java.util.Scanner;\n\n/**\n * Created by labuser on 2016/04/15.\n */\npublic class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n\n int a;\n int b;\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a = Integer.parseInt(input[0]);\n b = Integer.parseInt(input[1]);\n System.out.println((a*b)+\" \"+(a+a+b+b));\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n\n int a;\n int b;\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a = Integer.parseInt(input[0]);\n b = Integer.parseInt(input[1]);\n System.out.println((a*b)+\" \"+(a+a+b+b));\n }\n}", "Main", "public static void main(String[] args) {\n new Main().run();\n }", "main", "{\n new Main().run();\n }", "new Main().run()", "new Main().run", "new Main()", "String[] args", "args", "private void run() {\n\n int a;\n int b;\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a = Integer.parseInt(input[0]);\n b = Integer.parseInt(input[1]);\n System.out.println((a*b)+\" \"+(a+a+b+b));\n }", "run", "{\n\n int a;\n int b;\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a = Integer.parseInt(input[0]);\n b = Integer.parseInt(input[1]);\n System.out.println((a*b)+\" \"+(a+a+b+b));\n }", "int a;", "a", "int b;", "b", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String[] input = sc.nextLine().split(\" \");", "input", "sc.nextLine().split(\" \")", "sc.nextLine().split", "sc.nextLine()", "sc.nextLine", "sc", "\" \"", "a = Integer.parseInt(input[0])", "a", "Integer.parseInt(input[0])", "Integer.parseInt", "Integer", "input[0]", "input", "0", "b = Integer.parseInt(input[1])", "b", "Integer.parseInt(input[1])", "Integer.parseInt", "Integer", "input[1]", "input", "1", "System.out.println((a*b)+\" \"+(a+a+b+b))", "System.out.println", "System.out", "System", "System.out", "(a*b)+\" \"+(a+a+b+b)", "(a*b)+\" \"+(a+a+b+b)", "(a*b)", "a", "b", "\" \"", "(a+a+b+b)", "b", "a+a+b+b", "a", "a", "b", "b", "public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n\n int a;\n int b;\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a = Integer.parseInt(input[0]);\n b = Integer.parseInt(input[1]);\n System.out.println((a*b)+\" \"+(a+a+b+b));\n }\n}", "public class Main {\n public static void main(String[] args) {\n new Main().run();\n }\n\n private void run() {\n\n int a;\n int b;\n\n Scanner sc = new Scanner(System.in);\n String[] input = sc.nextLine().split(\" \");\n a = Integer.parseInt(input[0]);\n b = Integer.parseInt(input[1]);\n System.out.println((a*b)+\" \"+(a+a+b+b));\n }\n}", "Main" ]
import java.util.Scanner; /** * Created by labuser on 2016/04/15. */ public class Main { public static void main(String[] args) { new Main().run(); } private void run() { int a; int b; Scanner sc = new Scanner(System.in); String[] input = sc.nextLine().split(" "); a = Integer.parseInt(input[0]); b = Integer.parseInt(input[1]); System.out.println((a*b)+" "+(a+a+b+b)); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 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 ], [ 8, 11 ], [ 11, 12 ], [ 8, 13 ], [ 13, 14 ], [ 8, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 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;\npublic class Main{\n public void solve(){\n int t,y,men,syu;\n Scanner sc=new Scanner(System.in);\n t=sc.nextInt();\n y=sc.nextInt();\n men=t*y;\n syu=t*2+y*2;\n System.out.println(men+\" \"+syu);\n }\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 public void solve(){\n int t,y,men,syu;\n Scanner sc=new Scanner(System.in);\n t=sc.nextInt();\n y=sc.nextInt();\n men=t*y;\n syu=t*2+y*2;\n System.out.println(men+\" \"+syu);\n }\n\tpublic static void main(String[]args){\n\t\tMain obj =new Main();\n\t\tobj.solve();\n\t}\n}", "Main", "public void solve(){\n int t,y,men,syu;\n Scanner sc=new Scanner(System.in);\n t=sc.nextInt();\n y=sc.nextInt();\n men=t*y;\n syu=t*2+y*2;\n System.out.println(men+\" \"+syu);\n }", "solve", "{\n int t,y,men,syu;\n Scanner sc=new Scanner(System.in);\n t=sc.nextInt();\n y=sc.nextInt();\n men=t*y;\n syu=t*2+y*2;\n System.out.println(men+\" \"+syu);\n }", "int t", "t", "y", "y", "men", "men", "syu;", "syu", "Scanner sc=new Scanner(System.in);", "sc", "new Scanner(System.in)", "t=sc.nextInt()", "t", "sc.nextInt()", "sc.nextInt", "sc", "y=sc.nextInt()", "y", "sc.nextInt()", "sc.nextInt", "sc", "men=t*y", "men", "t*y", "t", "y", "syu=t*2+y*2", "syu", "t*2+y*2", "t*2", "t", "2", "y*2", "y", "2", "System.out.println(men+\" \"+syu)", "System.out.println", "System.out", "System", "System.out", "men+\" \"+syu", "men+\" \"+syu", "men", "\" \"", "syu", "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 public void solve(){\n int t,y,men,syu;\n Scanner sc=new Scanner(System.in);\n t=sc.nextInt();\n y=sc.nextInt();\n men=t*y;\n syu=t*2+y*2;\n System.out.println(men+\" \"+syu);\n }\n\tpublic static void main(String[]args){\n\t\tMain obj =new Main();\n\t\tobj.solve();\n\t}\n}", "public class Main{\n public void solve(){\n int t,y,men,syu;\n Scanner sc=new Scanner(System.in);\n t=sc.nextInt();\n y=sc.nextInt();\n men=t*y;\n syu=t*2+y*2;\n System.out.println(men+\" \"+syu);\n }\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{ public void solve(){ int t,y,men,syu; Scanner sc=new Scanner(System.in); t=sc.nextInt(); y=sc.nextInt(); men=t*y; syu=t*2+y*2; System.out.println(men+" "+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, 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\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\t\n\t\tSystem.out.println(x*y + \" \" + 2*(x+y));\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\t\n\t\tSystem.out.println(x*y + \" \" + 2*(x+y));\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\t\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\t\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\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\t\n\t\tSystem.out.println(x*y + \" \" + 2*(x+y));\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint x = in.nextInt();\n\t\tint y = in.nextInt();\n\t\t\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){ 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, 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, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 8, 16 ], [ 16, 17 ], [ 8, 18 ], [ 18, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 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 ], [ 6, 54 ], [ 54, 55 ] ]
[ "import java.util.*;\n\nclass Main{\n public static void main(String[] args){\n Scanner x = new Scanner(System.in);\n int a,b,c,d;\n a = x.nextInt();\n b = x.nextInt();\n c = a*b;\n a = a*2+b*2;\n System.out.println(c+\" \"+a);\n}\n}", "import java.util.*;", "util.*", "java", "class Main{\n public static void main(String[] args){\n Scanner x = new Scanner(System.in);\n int a,b,c,d;\n a = x.nextInt();\n b = x.nextInt();\n c = a*b;\n a = a*2+b*2;\n System.out.println(c+\" \"+a);\n}\n}", "Main", "public static void main(String[] args){\n Scanner x = new Scanner(System.in);\n int a,b,c,d;\n a = x.nextInt();\n b = x.nextInt();\n c = a*b;\n a = a*2+b*2;\n System.out.println(c+\" \"+a);\n}", "main", "{\n Scanner x = new Scanner(System.in);\n int a,b,c,d;\n a = x.nextInt();\n b = x.nextInt();\n c = a*b;\n a = a*2+b*2;\n System.out.println(c+\" \"+a);\n}", "Scanner x = new Scanner(System.in);", "x", "new Scanner(System.in)", "int a", "a", "b", "b", "c", "c", "d;", "d", "a = x.nextInt()", "a", "x.nextInt()", "x.nextInt", "x", "b = x.nextInt()", "b", "x.nextInt()", "x.nextInt", "x", "c = a*b", "c", "a*b", "a", "b", "a = a*2+b*2", "a", "a*2+b*2", "a*2", "a", "2", "b*2", "b", "2", "System.out.println(c+\" \"+a)", "System.out.println", "System.out", "System", "System.out", "c+\" \"+a", "c+\" \"+a", "c", "\" \"", "a", "String[] args", "args" ]
import java.util.*; class Main{ public static void main(String[] args){ Scanner x = new Scanner(System.in); int a,b,c,d; a = x.nextInt(); b = x.nextInt(); c = a*b; a = a*2+b*2; System.out.println(c+" "+a); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 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;\npublic class Main {\n \n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n int b=scanner.nextInt();\n int c=i*b;\n int d=(i+b)*2;\n System.out.println(c+\" \"+d );\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 i=scanner.nextInt();\n int b=scanner.nextInt();\n int c=i*b;\n int d=(i+b)*2;\n System.out.println(c+\" \"+d );\n }\n}", "Main", "public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n int b=scanner.nextInt();\n int c=i*b;\n int d=(i+b)*2;\n System.out.println(c+\" \"+d );\n }", "main", "{\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n int b=scanner.nextInt();\n int c=i*b;\n int d=(i+b)*2;\n System.out.println(c+\" \"+d );\n }", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int i=scanner.nextInt();", "i", "scanner.nextInt()", "scanner.nextInt", "scanner", "int b=scanner.nextInt();", "b", "scanner.nextInt()", "scanner.nextInt", "scanner", "int c=i*b;", "c", "i*b", "i", "b", "int d=(i+b)*2;", "d", "(i+b)*2", "(i+b)", "i", "b", "2", "System.out.println(c+\" \"+d )", "System.out.println", "System.out", "System", "System.out", "c+\" \"+d", "c+\" \"+d", "c", "\" \"", "d", "String[] args", "args", "public class Main {\n \n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n int b=scanner.nextInt();\n int c=i*b;\n int d=(i+b)*2;\n System.out.println(c+\" \"+d );\n }\n}", "public class Main {\n \n public static void main(String[] args){\n Scanner scanner = new Scanner(System.in);\n int i=scanner.nextInt();\n int b=scanner.nextInt();\n int c=i*b;\n int d=(i+b)*2;\n System.out.println(c+\" \"+d );\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner scanner = new Scanner(System.in); int i=scanner.nextInt(); int b=scanner.nextInt(); int c=i*b; int d=(i+b)*2; System.out.println(c+" "+d ); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 17, 2, 13, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 50, 8 ], [ 50, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 11, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 11, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 11, 37 ], [ 37, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 37, 42 ], [ 43, 43 ], [ 43, 44 ], [ 43, 45 ], [ 43, 46 ], [ 9, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.io.*;\nimport java.util.*;\npublic class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\t\n\t\tint L= 2*(a+b);\n\t\tint S= a*b;\n\t\t\n\t\tSystem.out.println(S+\" \"+L);\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\t\n\t\tint L= 2*(a+b);\n\t\tint S= a*b;\n\t\t\n\t\tSystem.out.println(S+\" \"+L);\n\t}\n}", "Main", "public static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\t\n\t\tint L= 2*(a+b);\n\t\tint S= a*b;\n\t\t\n\t\tSystem.out.println(S+\" \"+L);\n\t}", "main", "{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\t\n\t\tint L= 2*(a+b);\n\t\tint S= a*b;\n\t\t\n\t\tSystem.out.println(S+\" \"+L);\n\t}", "Scanner cin= new Scanner(System.in);", "cin", "new Scanner(System.in)", "int a= cin.nextInt();", "a", "cin.nextInt()", "cin.nextInt", "cin", "int b= cin.nextInt();", "b", "cin.nextInt()", "cin.nextInt", "cin", "int L= 2*(a+b);", "L", "2*(a+b)", "2", "(a+b)", "a", "b", "int S= a*b;", "S", "a*b", "a", "b", "System.out.println(S+\" \"+L)", "System.out.println", "System.out", "System", "System.out", "S+\" \"+L", "S+\" \"+L", "S", "\" \"", "L", "String args[]", "args", "public class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\t\n\t\tint L= 2*(a+b);\n\t\tint S= a*b;\n\t\t\n\t\tSystem.out.println(S+\" \"+L);\n\t}\n}", "public class Main{\n\tpublic static void main(String args[]) throws Exception{\n\t\tScanner cin= new Scanner(System.in);\n\t\tint a= cin.nextInt();\n\t\tint b= cin.nextInt();\n\t\t\n\t\tint L= 2*(a+b);\n\t\tint S= a*b;\n\t\t\n\t\tSystem.out.println(S+\" \"+L);\n\t}\n}", "Main" ]
import java.io.*; import java.util.*; public class Main{ public static void main(String args[]) throws Exception{ Scanner cin= new Scanner(System.in); int a= cin.nextInt(); int b= cin.nextInt(); int L= 2*(a+b); int S= a*b; System.out.println(S+" "+L); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 2, 2, 13, 17, 2, 13, 17, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 73, 11 ], [ 73, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 14, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 25, 29 ], [ 14, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 32, 35 ], [ 35, 36 ], [ 35, 37 ], [ 14, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 40, 43 ], [ 43, 44 ], [ 43, 45 ], [ 14, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 52, 53 ], [ 52, 54 ], [ 14, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 57, 59 ], [ 14, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 66, 66 ], [ 66, 67 ], [ 66, 68 ], [ 66, 69 ], [ 12, 70 ], [ 70, 71 ], [ 0, 72 ], [ 72, 73 ], [ 72, 74 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String args[]) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] depth_width = str.split(\" \", 0);\n\t\tint depth = Integer.parseInt(depth_width[0]);\n\t\tint width = Integer.parseInt(depth_width[1]);;\n\n\t\tint perimeter = depth * 2 + width * 2;\n\t\tint area = depth * width;\n\n\t\tSystem.out.println(area + \" \" + perimeter);\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\tpublic static void main(String args[]) throws IOException{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] depth_width = str.split(\" \", 0);\n\t\tint depth = Integer.parseInt(depth_width[0]);\n\t\tint width = Integer.parseInt(depth_width[1]);;\n\n\t\tint perimeter = depth * 2 + width * 2;\n\t\tint area = depth * width;\n\n\t\tSystem.out.println(area + \" \" + perimeter);\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[] depth_width = str.split(\" \", 0);\n\t\tint depth = Integer.parseInt(depth_width[0]);\n\t\tint width = Integer.parseInt(depth_width[1]);;\n\n\t\tint perimeter = depth * 2 + width * 2;\n\t\tint area = depth * width;\n\n\t\tSystem.out.println(area + \" \" + perimeter);\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString str = br.readLine();\n\t\tString[] depth_width = str.split(\" \", 0);\n\t\tint depth = Integer.parseInt(depth_width[0]);\n\t\tint width = Integer.parseInt(depth_width[1]);;\n\n\t\tint perimeter = depth * 2 + width * 2;\n\t\tint area = depth * width;\n\n\t\tSystem.out.println(area + \" \" + perimeter);\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[] depth_width = str.split(\" \", 0);", "depth_width", "str.split(\" \", 0)", "str.split", "str", "\" \"", "0", "int depth = Integer.parseInt(depth_width[0]);", "depth", "Integer.parseInt(depth_width[0])", "Integer.parseInt", "Integer", "depth_width[0]", "depth_width", "0", "int width = Integer.parseInt(depth_width[1]);", "width", "Integer.parseInt(depth_width[1])", "Integer.parseInt", "Integer", "depth_width[1]", "depth_width", "1", "int perimeter = depth * 2 + width * 2;", "perimeter", "depth * 2 + width * 2", "depth * 2", "depth", "2", "width * 2", "width", "2", "int area = depth * width;", "area", "depth * width", "depth", "width", "System.out.println(area + \" \" + perimeter)", "System.out.println", "System.out", "System", "System.out", "area + \" \" + perimeter", "area + \" \" + perimeter", "area", "\" \"", "perimeter", "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[] depth_width = str.split(\" \", 0);\n\t\tint depth = Integer.parseInt(depth_width[0]);\n\t\tint width = Integer.parseInt(depth_width[1]);;\n\n\t\tint perimeter = depth * 2 + width * 2;\n\t\tint area = depth * width;\n\n\t\tSystem.out.println(area + \" \" + perimeter);\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[] depth_width = str.split(\" \", 0);\n\t\tint depth = Integer.parseInt(depth_width[0]);\n\t\tint width = Integer.parseInt(depth_width[1]);;\n\n\t\tint perimeter = depth * 2 + width * 2;\n\t\tint area = depth * width;\n\n\t\tSystem.out.println(area + \" \" + perimeter);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { public static void main(String args[]) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); String[] depth_width = str.split(" ", 0); int depth = Integer.parseInt(depth_width[0]); int width = Integer.parseInt(depth_width[1]);; int perimeter = depth * 2 + width * 2; int area = depth * width; System.out.println(area + " " + 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, 17, 2, 13, 13, 4, 18, 18, 13, 13, 17, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 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 ], [ 34, 40 ], [ 34, 41 ], [ 6, 42 ], [ 42, 43 ] ]
[ "import java.util.Scanner;\nclass Main\n {\n public static void main(String[] args)\n {\n Scanner stdIn = new Scanner(System.in);\n int a = stdIn.nextInt();\n int b = stdIn.nextInt();\n int a1 = a*b;\n int a2 = 2*(a+b);\n System.out.printf(\"%d %d\\n\", a1, a2);\n }\n }\n", "import java.util.Scanner;", "Scanner", "java.util", "class Main\n {\n public static void main(String[] args)\n {\n Scanner stdIn = new Scanner(System.in);\n int a = stdIn.nextInt();\n int b = stdIn.nextInt();\n int a1 = a*b;\n int a2 = 2*(a+b);\n System.out.printf(\"%d %d\\n\", a1, a2);\n }\n }", "Main", "public static void main(String[] args)\n {\n Scanner stdIn = new Scanner(System.in);\n int a = stdIn.nextInt();\n int b = stdIn.nextInt();\n int a1 = a*b;\n int a2 = 2*(a+b);\n System.out.printf(\"%d %d\\n\", a1, a2);\n }", "main", "{\n Scanner stdIn = new Scanner(System.in);\n int a = stdIn.nextInt();\n int b = stdIn.nextInt();\n int a1 = a*b;\n int a2 = 2*(a+b);\n System.out.printf(\"%d %d\\n\", a1, a2);\n }", "Scanner stdIn = new Scanner(System.in);", "stdIn", "new Scanner(System.in)", "int a = stdIn.nextInt();", "a", "stdIn.nextInt()", "stdIn.nextInt", "stdIn", "int b = stdIn.nextInt();", "b", "stdIn.nextInt()", "stdIn.nextInt", "stdIn", "int a1 = a*b;", "a1", "a*b", "a", "b", "int a2 = 2*(a+b);", "a2", "2*(a+b)", "2", "(a+b)", "a", "b", "System.out.printf(\"%d %d\\n\", a1, a2)", "System.out.printf", "System.out", "System", "System.out", "\"%d %d\\n\"", "a1", "a2", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner stdIn = new Scanner(System.in); int a = stdIn.nextInt(); int b = stdIn.nextInt(); int a1 = a*b; int a2 = 2*(a+b); System.out.printf("%d %d\n", a1, a2); } }
[ 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.*;public class Main{public static void main(String[]z){Scanner s=new Scanner(System.in);int a=s.nextInt(),b=s.nextInt();System.out.println(a*b+\" \"+2*(a+b));}}", "import java.util.*;", "util.*", "java", "public class Main{public static void main(String[]z){Scanner s=new Scanner(System.in);int a=s.nextInt(),b=s.nextInt();System.out.println(a*b+\" \"+2*(a+b));}}", "Main", "public static void main(String[]z){Scanner s=new Scanner(System.in);int a=s.nextInt(),b=s.nextInt();System.out.println(a*b+\" \"+2*(a+b));}", "main", "{Scanner s=new Scanner(System.in);int a=s.nextInt(),b=s.nextInt();System.out.println(a*b+\" \"+2*(a+b));}", "Scanner s=new Scanner(System.in);", "s", "new Scanner(System.in)", "int a=s.nextInt()", "a", "s.nextInt()", "s.nextInt", "s", "b=s.nextInt();", "b", "s.nextInt()", "s.nextInt", "s", "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[]z", "z", "public class Main{public static void main(String[]z){Scanner s=new Scanner(System.in);int a=s.nextInt(),b=s.nextInt();System.out.println(a*b+\" \"+2*(a+b));}}", "public class Main{public static void main(String[]z){Scanner s=new Scanner(System.in);int a=s.nextInt(),b=s.nextInt();System.out.println(a*b+\" \"+2*(a+b));}}", "Main" ]
import java.util.*;public class Main{public static void main(String[]z){Scanner s=new Scanner(System.in);int a=s.nextInt(),b=s.nextInt();System.out.println(a*b+" "+2*(a+b));}}
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 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, 0, 13, 2, 13, 13, 0, 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 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 78, 8 ], [ 78, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 11, 14 ], [ 14, 15 ], [ 11, 16 ], [ 16, 17 ], [ 11, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 11, 22 ], [ 22, 23 ], [ 22, 24 ], [ 11, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 11, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 32, 35 ], [ 32, 36 ], [ 11, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 42, 44 ], [ 11, 45 ], [ 45, 46 ], [ 45, 47 ], [ 47, 48 ], [ 48, 49 ], [ 47, 50 ], [ 50, 51 ], [ 50, 52 ], [ 11, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 55, 57 ], [ 11, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 62, 64 ], [ 11, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 65, 70 ], [ 71, 71 ], [ 71, 72 ], [ 71, 73 ], [ 71, 74 ], [ 9, 75 ], [ 75, 76 ], [ 0, 77 ], [ 77, 78 ], [ 77, 79 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tint a, b, area, length;\n\t\tString str;\t//?????°???????´?????????????????????????\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\t\t\n\t\tString[] splittedStr = str.split(\" \", 0);\t//?????°???????????§????????????\n\t\ta = Integer.parseInt(splittedStr[0]);\t\t//??????????????´??°?????????\n\t\tb = Integer.parseInt(splittedStr[1]);\t\t//??????\n\t\t\n\t\tarea = a*b;\n\t\tlength = 2*(a+b);\n\t\t\n\t\tSystem.out.println(area + \" \" + length);\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\tint a, b, area, length;\n\t\tString str;\t//?????°???????´?????????????????????????\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\t\t\n\t\tString[] splittedStr = str.split(\" \", 0);\t//?????°???????????§????????????\n\t\ta = Integer.parseInt(splittedStr[0]);\t\t//??????????????´??°?????????\n\t\tb = Integer.parseInt(splittedStr[1]);\t\t//??????\n\t\t\n\t\tarea = a*b;\n\t\tlength = 2*(a+b);\n\t\t\n\t\tSystem.out.println(area + \" \" + length);\n\t}\n}", "Main", "public static void main(String[] args) throws Exception{\n\t\tint a, b, area, length;\n\t\tString str;\t//?????°???????´?????????????????????????\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\t\t\n\t\tString[] splittedStr = str.split(\" \", 0);\t//?????°???????????§????????????\n\t\ta = Integer.parseInt(splittedStr[0]);\t\t//??????????????´??°?????????\n\t\tb = Integer.parseInt(splittedStr[1]);\t\t//??????\n\t\t\n\t\tarea = a*b;\n\t\tlength = 2*(a+b);\n\t\t\n\t\tSystem.out.println(area + \" \" + length);\n\t}", "main", "{\n\t\tint a, b, area, length;\n\t\tString str;\t//?????°???????´?????????????????????????\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\t\t\n\t\tString[] splittedStr = str.split(\" \", 0);\t//?????°???????????§????????????\n\t\ta = Integer.parseInt(splittedStr[0]);\t\t//??????????????´??°?????????\n\t\tb = Integer.parseInt(splittedStr[1]);\t\t//??????\n\t\t\n\t\tarea = a*b;\n\t\tlength = 2*(a+b);\n\t\t\n\t\tSystem.out.println(area + \" \" + length);\n\t}", "int a", "a", "b", "b", "area", "area", "length;", "length", "String str;", "str", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "str = br.readLine()", "str", "br.readLine()", "br.readLine", "br", "String[] splittedStr = str.split(\" \", 0);", "splittedStr", "str.split(\" \", 0)", "str.split", "str", "\" \"", "0", "a = Integer.parseInt(splittedStr[0])", "a", "Integer.parseInt(splittedStr[0])", "Integer.parseInt", "Integer", "splittedStr[0]", "splittedStr", "0", "b = Integer.parseInt(splittedStr[1])", "b", "Integer.parseInt(splittedStr[1])", "Integer.parseInt", "Integer", "splittedStr[1]", "splittedStr", "1", "area = a*b", "area", "a*b", "a", "b", "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", "public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tint a, b, area, length;\n\t\tString str;\t//?????°???????´?????????????????????????\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\t\t\n\t\tString[] splittedStr = str.split(\" \", 0);\t//?????°???????????§????????????\n\t\ta = Integer.parseInt(splittedStr[0]);\t\t//??????????????´??°?????????\n\t\tb = Integer.parseInt(splittedStr[1]);\t\t//??????\n\t\t\n\t\tarea = a*b;\n\t\tlength = 2*(a+b);\n\t\t\n\t\tSystem.out.println(area + \" \" + length);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) throws Exception{\n\t\tint a, b, area, length;\n\t\tString str;\t//?????°???????´?????????????????????????\n\t\t\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tstr = br.readLine();\n\t\t\n\t\tString[] splittedStr = str.split(\" \", 0);\t//?????°???????????§????????????\n\t\ta = Integer.parseInt(splittedStr[0]);\t\t//??????????????´??°?????????\n\t\tb = Integer.parseInt(splittedStr[1]);\t\t//??????\n\t\t\n\t\tarea = a*b;\n\t\tlength = 2*(a+b);\n\t\t\n\t\tSystem.out.println(area + \" \" + length);\n\t}\n}", "Main" ]
import java.io.BufferedReader; import java.io.InputStreamReader; public class Main { public static void main(String[] args) throws Exception{ int a, b, area, length; String str; //?????°???????´????????????????????????? BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); str = br.readLine(); String[] splittedStr = str.split(" ", 0); //?????°???????????§???????????? a = Integer.parseInt(splittedStr[0]); //??????????????´??°????????? b = Integer.parseInt(splittedStr[1]); //?????? area = a*b; length = 2*(a+b); System.out.println(area + " " + length); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 17, 41, 13, 17, 38, 5, 13, 30, 4, 18, 18, 13, 13, 17, 30, 0, 13, 4, 18, 13, 13, 0, 13, 4, 18, 13, 13, 14, 2, 2, 13, 17, 2, 13, 17, 30, 41, 13, 2, 13, 13, 41, 13, 2, 2, 17, 13, 2, 17, 13, 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 ], [ 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 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 8, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 28, 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 ], [ 38, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 52, 56 ], [ 56, 57 ], [ 56, 58 ], [ 51, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 62, 63 ], [ 62, 64 ], [ 59, 65 ], [ 65, 66 ], [ 65, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 71, 72 ], [ 71, 73 ], [ 59, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 74, 79 ], [ 80, 80 ], [ 80, 81 ], [ 80, 82 ], [ 80, 83 ], [ 8, 84 ], [ 84, 85 ], [ 85, 86 ], [ 6, 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 aStr = sc.next();\n\t\tString bStr= sc.next();\n\t\tint a = 0;\n\t\tint b = 0;\n\t\ttry {\n\t\t\ta = Integer.parseInt(aStr);\n\t\t\tb = Integer.parseInt(bStr);\n\t\t\tif (a >= 1 && b <= 100) {\n\t\t\t\tint area = a * b;\n\t\t\t\tint circ = 2 * a + 2 * b;\n\t\t\t\tSystem.out.println(area + \" \" + circ);\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\t\tsc.close();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr= sc.next();\n\t\tint a = 0;\n\t\tint b = 0;\n\t\ttry {\n\t\t\ta = Integer.parseInt(aStr);\n\t\t\tb = Integer.parseInt(bStr);\n\t\t\tif (a >= 1 && b <= 100) {\n\t\t\t\tint area = a * b;\n\t\t\t\tint circ = 2 * a + 2 * b;\n\t\t\t\tSystem.out.println(area + \" \" + circ);\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\t\tsc.close();\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr= sc.next();\n\t\tint a = 0;\n\t\tint b = 0;\n\t\ttry {\n\t\t\ta = Integer.parseInt(aStr);\n\t\t\tb = Integer.parseInt(bStr);\n\t\t\tif (a >= 1 && b <= 100) {\n\t\t\t\tint area = a * b;\n\t\t\t\tint circ = 2 * a + 2 * b;\n\t\t\t\tSystem.out.println(area + \" \" + circ);\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\t\tsc.close();\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr= sc.next();\n\t\tint a = 0;\n\t\tint b = 0;\n\t\ttry {\n\t\t\ta = Integer.parseInt(aStr);\n\t\t\tb = Integer.parseInt(bStr);\n\t\t\tif (a >= 1 && b <= 100) {\n\t\t\t\tint area = a * b;\n\t\t\t\tint circ = 2 * a + 2 * b;\n\t\t\t\tSystem.out.println(area + \" \" + circ);\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\t\tsc.close();\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String aStr = sc.next();", "aStr", "sc.next()", "sc.next", "sc", "String bStr= sc.next();", "bStr", "sc.next()", "sc.next", "sc", "int a = 0;", "a", "0", "int b = 0;", "b", "0", "try {\n\t\t\ta = Integer.parseInt(aStr);\n\t\t\tb = Integer.parseInt(bStr);\n\t\t\tif (a >= 1 && b <= 100) {\n\t\t\t\tint area = a * b;\n\t\t\t\tint circ = 2 * a + 2 * b;\n\t\t\t\tSystem.out.println(area + \" \" + circ);\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(\"error\");\n\t\t}", "catch (Exception e) {\n\t\t\tSystem.out.println(\"error\");\n\t\t}", "Exception e", "{\n\t\t\tSystem.out.println(\"error\");\n\t\t}", "System.out.println(\"error\")", "System.out.println", "System.out", "System", "System.out", "\"error\"", "{\n\t\t\ta = Integer.parseInt(aStr);\n\t\t\tb = Integer.parseInt(bStr);\n\t\t\tif (a >= 1 && b <= 100) {\n\t\t\t\tint area = a * b;\n\t\t\t\tint circ = 2 * a + 2 * b;\n\t\t\t\tSystem.out.println(area + \" \" + circ);\n\t\t\t}\n\t\t}", "a = Integer.parseInt(aStr)", "a", "Integer.parseInt(aStr)", "Integer.parseInt", "Integer", "aStr", "b = Integer.parseInt(bStr)", "b", "Integer.parseInt(bStr)", "Integer.parseInt", "Integer", "bStr", "if (a >= 1 && b <= 100) {\n\t\t\t\tint area = a * b;\n\t\t\t\tint circ = 2 * a + 2 * b;\n\t\t\t\tSystem.out.println(area + \" \" + circ);\n\t\t\t}", "a >= 1 && b <= 100", "a >= 1", "a", "1", "b <= 100", "b", "100", "{\n\t\t\t\tint area = a * b;\n\t\t\t\tint circ = 2 * a + 2 * b;\n\t\t\t\tSystem.out.println(area + \" \" + circ);\n\t\t\t}", "int area = a * b;", "area", "a * b", "a", "b", "int circ = 2 * a + 2 * b;", "circ", "2 * a + 2 * b", "2 * a", "2", "a", "2 * b", "2", "b", "System.out.println(area + \" \" + circ)", "System.out.println", "System.out", "System", "System.out", "area + \" \" + circ", "area + \" \" + circ", "area", "\" \"", "circ", "sc.close()", "sc.close", "sc", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr= sc.next();\n\t\tint a = 0;\n\t\tint b = 0;\n\t\ttry {\n\t\t\ta = Integer.parseInt(aStr);\n\t\t\tb = Integer.parseInt(bStr);\n\t\t\tif (a >= 1 && b <= 100) {\n\t\t\t\tint area = a * b;\n\t\t\t\tint circ = 2 * a + 2 * b;\n\t\t\t\tSystem.out.println(area + \" \" + circ);\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\t\tsc.close();\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tString aStr = sc.next();\n\t\tString bStr= sc.next();\n\t\tint a = 0;\n\t\tint b = 0;\n\t\ttry {\n\t\t\ta = Integer.parseInt(aStr);\n\t\t\tb = Integer.parseInt(bStr);\n\t\t\tif (a >= 1 && b <= 100) {\n\t\t\t\tint area = a * b;\n\t\t\t\tint circ = 2 * a + 2 * b;\n\t\t\t\tSystem.out.println(area + \" \" + circ);\n\t\t\t}\n\t\t} catch (Exception e) {\n\t\t\tSystem.out.println(\"error\");\n\t\t}\n\t\tsc.close();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String aStr = sc.next(); String bStr= sc.next(); int a = 0; int b = 0; try { a = Integer.parseInt(aStr); b = Integer.parseInt(bStr); if (a >= 1 && b <= 100) { int area = a * b; int circ = 2 * a + 2 * b; System.out.println(area + " " + circ); } } catch (Exception e) { System.out.println("error"); } sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 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 public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n int width = sc.nextInt();\n int height = sc.nextInt();\n \n int area = width * height;\n int allLines = (width + height) * 2;\n \n System.out.println(area + \" \" + allLines);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n int width = sc.nextInt();\n int height = sc.nextInt();\n \n int area = width * height;\n int allLines = (width + height) * 2;\n \n System.out.println(area + \" \" + allLines);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n int width = sc.nextInt();\n int height = sc.nextInt();\n \n int area = width * height;\n int allLines = (width + height) * 2;\n \n System.out.println(area + \" \" + allLines);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n \n int width = sc.nextInt();\n int height = sc.nextInt();\n \n int area = width * height;\n int allLines = (width + height) * 2;\n \n System.out.println(area + \" \" + allLines);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int width = sc.nextInt();", "width", "sc.nextInt()", "sc.nextInt", "sc", "int height = sc.nextInt();", "height", "sc.nextInt()", "sc.nextInt", "sc", "int area = width * height;", "area", "width * height", "width", "height", "int allLines = (width + height) * 2;", "allLines", "(width + height) * 2", "(width + height)", "width", "height", "2", "System.out.println(area + \" \" + allLines)", "System.out.println", "System.out", "System", "System.out", "area + \" \" + allLines", "area + \" \" + allLines", "area", "\" \"", "allLines", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n int width = sc.nextInt();\n int height = sc.nextInt();\n \n int area = width * height;\n int allLines = (width + height) * 2;\n \n System.out.println(area + \" \" + allLines);\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n \n int width = sc.nextInt();\n int height = sc.nextInt();\n \n int area = width * height;\n int allLines = (width + height) * 2;\n \n System.out.println(area + \" \" + allLines);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int width = sc.nextInt(); int height = sc.nextInt(); int area = width * height; int allLines = (width + height) * 2; System.out.println(area + " " + allLines); } }
[ 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, 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 ], [ 19, 22 ], [ 8, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 8, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 8, 44 ], [ 44, 45 ], [ 44, 46 ], [ 46, 47 ], [ 46, 48 ], [ 48, 49 ], [ 48, 50 ], [ 8, 51 ], [ 51, 52 ], [ 52, 53 ], [ 53, 54 ], [ 53, 55 ], [ 51, 56 ], [ 57, 57 ], [ 57, 58 ], [ 57, 59 ], [ 57, 60 ], [ 6, 61 ], [ 61, 62 ] ]
[ "import java.io.*;\n\nclass Main\n{\n public static void main(String[] args) throws IOException\n {\n\n BufferedReader br =\n new BufferedReader(new InputStreamReader(System.in));\n\n String str1 = br.readLine();\n String str2[] = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = a*b;\n int d = 2*(a+b);\n System.out.println( c + \" \" + d );\n\n }\n}", "import java.io.*;", "io.*", "java", "class Main\n{\n public static void main(String[] args) throws IOException\n {\n\n BufferedReader br =\n new BufferedReader(new InputStreamReader(System.in));\n\n String str1 = br.readLine();\n String str2[] = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = a*b;\n int d = 2*(a+b);\n System.out.println( c + \" \" + d );\n\n }\n}", "Main", "public static void main(String[] args) throws IOException\n {\n\n BufferedReader br =\n new BufferedReader(new InputStreamReader(System.in));\n\n String str1 = br.readLine();\n String str2[] = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = a*b;\n int d = 2*(a+b);\n System.out.println( c + \" \" + d );\n\n }", "main", "{\n\n BufferedReader br =\n new BufferedReader(new InputStreamReader(System.in));\n\n String str1 = br.readLine();\n String str2[] = str1.split(\" \");\n int a = Integer.parseInt(str2[0]);\n int b = Integer.parseInt(str2[1]);\n int c = a*b;\n int d = 2*(a+b);\n System.out.println( c + \" \" + d );\n\n }", "BufferedReader br =\n new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str1 = br.readLine();", "str1", "br.readLine()", "br.readLine", "br", "String str2[] = str1.split(\" \");", "str2", "str1.split(\" \")", "str1.split", "str1", "\" \"", "int a = Integer.parseInt(str2[0]);", "a", "Integer.parseInt(str2[0])", "Integer.parseInt", "Integer", "str2[0]", "str2", "0", "int b = Integer.parseInt(str2[1]);", "b", "Integer.parseInt(str2[1])", "Integer.parseInt", "Integer", "str2[1]", "str2", "1", "int c = a*b;", "c", "a*b", "a", "b", "int d = 2*(a+b);", "d", "2*(a+b)", "2", "(a+b)", "a", "b", "System.out.println( c + \" \" + d )", "System.out.println", "System.out", "System", "System.out", "c + \" \" + d", "c + \" \" + d", "c", "\" \"", "d", "String[] args", "args" ]
import java.io.*; class Main { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str1 = br.readLine(); String str2[] = str1.split(" "); int a = Integer.parseInt(str2[0]); int b = Integer.parseInt(str2[1]); int c = a*b; int d = 2*(a+b); System.out.println( c + " " + d ); } }
[ 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, 2, 2, 13, 13, 13, 13, 0, 13, 2, 13, 13, 4, 18, 18, 13, 13, 2, 2, 13, 17, 13, 12, 13, 30, 4, 18, 20, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 4, 8 ], [ 8, 9 ], [ 4, 10 ], [ 10, 11 ], [ 4, 12 ], [ 12, 13 ], [ 4, 14 ], [ 14, 15 ], [ 14, 16 ], [ 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 ], [ 34, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 33, 37 ], [ 34, 38 ], [ 16, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 16, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 44, 49 ], [ 50, 50 ], [ 50, 51 ], [ 50, 52 ], [ 50, 53 ], [ 4, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 54, 60 ], [ 60, 61 ] ]
[ "import java.util.Scanner;\nclass Main{\n int x,y,men,seki; \n public void yatary() {\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = sc.nextInt();\n men = x + x + y + y;\n seki = x * y;\n System.out.println(seki + \" \" + men); \n }\n public static void main(String[] args){\n new Main().yatary();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n int x,y,men,seki; \n public void yatary() {\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = sc.nextInt();\n men = x + x + y + y;\n seki = x * y;\n System.out.println(seki + \" \" + men); \n }\n public static void main(String[] args){\n new Main().yatary();\n }\n}", "Main", "int x", "x", "y", "y", "men", "men", "seki;", "seki", "public void yatary() {\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = sc.nextInt();\n men = x + x + y + y;\n seki = x * y;\n System.out.println(seki + \" \" + men); \n }", "yatary", "{\n Scanner sc = new Scanner(System.in);\n x = sc.nextInt();\n y = sc.nextInt();\n men = x + x + y + y;\n seki = x * y;\n System.out.println(seki + \" \" + men); \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", "men = x + x + y + y", "men", "x + x + y + y", "y", "x + x + y + y", "x", "x", "y", "y", "seki = x * y", "seki", "x * y", "x", "y", "System.out.println(seki + \" \" + men)", "System.out.println", "System.out", "System", "System.out", "seki + \" \" + men", "seki + \" \" + men", "seki", "\" \"", "men", "public static void main(String[] args){\n new Main().yatary();\n }", "main", "{\n new Main().yatary();\n }", "new Main().yatary()", "new Main().yatary", "new Main()", "String[] args", "args" ]
import java.util.Scanner; class Main{ int x,y,men,seki; public void yatary() { Scanner sc = new Scanner(System.in); x = sc.nextInt(); y = sc.nextInt(); men = x + x + y + y; seki = x * y; System.out.println(seki + " " + men); } public static void main(String[] args){ new Main().yatary(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 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\tScanner sc = new Scanner(System.in);\n\tint x =sc.nextInt();\n\tint y =sc.nextInt();\n\tint area =x*y;\n\tint length =2*(x+y);\n\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\tScanner sc = new Scanner(System.in);\n\tint x =sc.nextInt();\n\tint y =sc.nextInt();\n\tint area =x*y;\n\tint length =2*(x+y);\n\tSystem.out.println(area + \" \" + length);\n\t}\n}", "Main", "public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint x =sc.nextInt();\n\tint y =sc.nextInt();\n\tint area =x*y;\n\tint length =2*(x+y);\n\tSystem.out.println(area + \" \" + length);\n\t}", "main", "{\n\tScanner sc = new Scanner(System.in);\n\tint x =sc.nextInt();\n\tint y =sc.nextInt();\n\tint area =x*y;\n\tint length =2*(x+y);\n\tSystem.out.println(area + \" \" + length);\n\t}", "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 area =x*y;", "area", "x*y", "x", "y", "int length =2*(x+y);", "length", "2*(x+y)", "2", "(x+y)", "x", "y", "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\tScanner sc = new Scanner(System.in);\n\tint x =sc.nextInt();\n\tint y =sc.nextInt();\n\tint area =x*y;\n\tint length =2*(x+y);\n\tSystem.out.println(area + \" \" + length);\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint x =sc.nextInt();\n\tint y =sc.nextInt();\n\tint area =x*y;\n\tint length =2*(x+y);\n\tSystem.out.println(area + \" \" + length);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int x =sc.nextInt(); int y =sc.nextInt(); int area =x*y; int length =2*(x+y); System.out.println(area + " " + length); } }
[ 7, 6, 13, 12, 13, 30, 41, 13, 4, 18, 4, 18, 20, 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, 10, 6, 13 ]
[ [ 0, 1 ], [ 51, 2 ], [ 51, 3 ], [ 3, 4 ], [ 3, 5 ], [ 5, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 10, 11 ], [ 11, 12 ], [ 8, 13 ], [ 5, 14 ], [ 14, 15 ], [ 14, 16 ], [ 16, 17 ], [ 17, 18 ], [ 16, 19 ], [ 19, 20 ], [ 19, 21 ], [ 5, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 24, 27 ], [ 27, 28 ], [ 27, 29 ], [ 5, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 36, 36 ], [ 36, 37 ], [ 37, 38 ], [ 37, 39 ], [ 36, 40 ], [ 36, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 45, 47 ], [ 3, 48 ], [ 48, 49 ], [ 0, 50 ], [ 50, 51 ], [ 50, 52 ] ]
[ "public class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\t\n\tSystem.out.println((a * b) + \" \" + ( 2 * a + 2 * b));\n\t\n}\n}", "public class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\t\n\tSystem.out.println((a * b) + \" \" + ( 2 * a + 2 * b));\n\t\n}\n}", "Main", "public static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\t\n\tSystem.out.println((a * b) + \" \" + ( 2 * a + 2 * b));\n\t\n}", "main", "{\n\t\n\tString[] input = new java.util.Scanner ( System.in). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\t\n\tSystem.out.println((a * b) + \" \" + ( 2 * a + 2 * b));\n\t\n}", "String[] input = new java.util.Scanner ( System.in). nextLine().split(\" \");", "input", "new java.util.Scanner ( System.in). nextLine().split(\" \")", "new java.util.Scanner ( System.in). nextLine().split", "new java.util.Scanner ( System.in). nextLine()", "new java.util.Scanner ( System.in). nextLine", "new java.util.Scanner ( System.in)", "\" \"", "int a = Integer.parseInt(input[0]);", "a", "Integer.parseInt(input[0])", "Integer.parseInt", "Integer", "input[0]", "input", "0", "int b = Integer.parseInt(input[1]);", "b", "Integer.parseInt(input[1])", "Integer.parseInt", "Integer", "input[1]", "input", "1", "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 {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\t\n\tSystem.out.println((a * b) + \" \" + ( 2 * a + 2 * b));\n\t\n}\n}", "public class Main {\npublic static void main(String[] args){\n\t\n\tString[] input = new java.util.Scanner ( System.in). nextLine().split(\" \");\n\tint a = Integer.parseInt(input[0]);\n\tint b = Integer.parseInt(input[1]);\n\t\n\tSystem.out.println((a * b) + \" \" + ( 2 * a + 2 * b));\n\t\n}\n}", "Main" ]
public class Main { public static void main(String[] args){ String[] input = new java.util.Scanner ( System.in). nextLine().split(" "); int a = Integer.parseInt(input[0]); int b = Integer.parseInt(input[1]); System.out.println((a * b) + " " + ( 2 * a + 2 * b)); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 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 public static void main(String[] args) throws java.io.IOException{\n Scanner sc = new Scanner(System.in);\n int h = sc.nextInt();\n int w = sc.nextInt();\n int square = h*w;\n int circuit = 2*(h+w);\n System.out.println(square+\" \"+circuit);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n public static void main(String[] args) throws java.io.IOException{\n Scanner sc = new Scanner(System.in);\n int h = sc.nextInt();\n int w = sc.nextInt();\n int square = h*w;\n int circuit = 2*(h+w);\n System.out.println(square+\" \"+circuit);\n }\n}", "Main", "public static void main(String[] args) throws java.io.IOException{\n Scanner sc = new Scanner(System.in);\n int h = sc.nextInt();\n int w = sc.nextInt();\n int square = h*w;\n int circuit = 2*(h+w);\n System.out.println(square+\" \"+circuit);\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int h = sc.nextInt();\n int w = sc.nextInt();\n int square = h*w;\n int circuit = 2*(h+w);\n System.out.println(square+\" \"+circuit);\n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int h = sc.nextInt();", "h", "sc.nextInt()", "sc.nextInt", "sc", "int w = sc.nextInt();", "w", "sc.nextInt()", "sc.nextInt", "sc", "int square = h*w;", "square", "h*w", "h", "w", "int circuit = 2*(h+w);", "circuit", "2*(h+w)", "2", "(h+w)", "h", "w", "System.out.println(square+\" \"+circuit)", "System.out.println", "System.out", "System", "System.out", "square+\" \"+circuit", "square+\" \"+circuit", "square", "\" \"", "circuit", "String[] args", "args", "public class Main{\n public static void main(String[] args) throws java.io.IOException{\n Scanner sc = new Scanner(System.in);\n int h = sc.nextInt();\n int w = sc.nextInt();\n int square = h*w;\n int circuit = 2*(h+w);\n System.out.println(square+\" \"+circuit);\n }\n}", "public class Main{\n public static void main(String[] args) throws java.io.IOException{\n Scanner sc = new Scanner(System.in);\n int h = sc.nextInt();\n int w = sc.nextInt();\n int square = h*w;\n int circuit = 2*(h+w);\n System.out.println(square+\" \"+circuit);\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args) throws java.io.IOException{ Scanner sc = new Scanner(System.in); int h = sc.nextInt(); int w = sc.nextInt(); int square = h*w; int circuit = 2*(h+w); System.out.println(square+" "+circuit); } }
[ 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, 41, 13, 30, 0, 13, 2, 13, 13, 0, 13, 2, 2, 13, 13, 17, 30, 4, 18, 18, 13, 13, 4, 18, 13, 17, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 20, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 31, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 39, 41 ], [ 14, 42 ], [ 42, 43 ], [ 14, 44 ], [ 44, 45 ], [ 14, 46 ], [ 46, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 49, 51 ], [ 46, 52 ], [ 52, 53 ], [ 52, 54 ], [ 54, 55 ], [ 55, 56 ], [ 55, 57 ], [ 54, 58 ], [ 14, 59 ], [ 59, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 62, 64 ], [ 60, 65 ], [ 65, 66 ], [ 66, 67 ], [ 65, 68 ], [ 65, 69 ], [ 65, 70 ], [ 12, 71 ], [ 71, 72 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\n/**\n * Created by S64 on 15/07/26.\n */\nclass Main {\n\n public static void main(String args[]) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] inputs = br.readLine().split(\" \");\n int arg1 = Integer.parseInt(inputs[0]);\n int arg2 = Integer.parseInt(inputs[1]);\n int rectangle, length;\n {\n rectangle = arg1 * arg2;\n length = (arg1 + arg2) * 2;\n }\n {\n System.out.println( String.format(\"%d %d\", rectangle, length) );\n }\n }\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\n public static void main(String args[]) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] inputs = br.readLine().split(\" \");\n int arg1 = Integer.parseInt(inputs[0]);\n int arg2 = Integer.parseInt(inputs[1]);\n int rectangle, length;\n {\n rectangle = arg1 * arg2;\n length = (arg1 + arg2) * 2;\n }\n {\n System.out.println( String.format(\"%d %d\", rectangle, length) );\n }\n }\n\n}", "Main", "public static void main(String args[]) throws IOException {\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] inputs = br.readLine().split(\" \");\n int arg1 = Integer.parseInt(inputs[0]);\n int arg2 = Integer.parseInt(inputs[1]);\n int rectangle, length;\n {\n rectangle = arg1 * arg2;\n length = (arg1 + arg2) * 2;\n }\n {\n System.out.println( String.format(\"%d %d\", rectangle, length) );\n }\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] inputs = br.readLine().split(\" \");\n int arg1 = Integer.parseInt(inputs[0]);\n int arg2 = Integer.parseInt(inputs[1]);\n int rectangle, length;\n {\n rectangle = arg1 * arg2;\n length = (arg1 + arg2) * 2;\n }\n {\n System.out.println( String.format(\"%d %d\", rectangle, length) );\n }\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] inputs = br.readLine().split(\" \");", "inputs", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int arg1 = Integer.parseInt(inputs[0]);", "arg1", "Integer.parseInt(inputs[0])", "Integer.parseInt", "Integer", "inputs[0]", "inputs", "0", "int arg2 = Integer.parseInt(inputs[1]);", "arg2", "Integer.parseInt(inputs[1])", "Integer.parseInt", "Integer", "inputs[1]", "inputs", "1", "int rectangle", "rectangle", "length;", "length", "{\n rectangle = arg1 * arg2;\n length = (arg1 + arg2) * 2;\n }", "rectangle = arg1 * arg2", "rectangle", "arg1 * arg2", "arg1", "arg2", "length = (arg1 + arg2) * 2", "length", "(arg1 + arg2) * 2", "(arg1 + arg2)", "arg1", "arg2", "2", "{\n System.out.println( String.format(\"%d %d\", rectangle, length) );\n }", "System.out.println( String.format(\"%d %d\", rectangle, length) )", "System.out.println", "System.out", "System", "System.out", "String.format(\"%d %d\", rectangle, length)", "String.format", "String", "\"%d %d\"", "rectangle", "length", "String args[]", "args" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /** * Created by S64 on 15/07/26. */ class Main { public static void main(String args[]) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] inputs = br.readLine().split(" "); int arg1 = Integer.parseInt(inputs[0]); int arg2 = Integer.parseInt(inputs[1]); int rectangle, length; { rectangle = arg1 * arg2; length = (arg1 + arg2) * 2; } { System.out.println( String.format("%d %d", rectangle, length) ); } } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 13, 0, 13, 4, 18, 13, 13, 0, 13, 2, 13, 13, 0, 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 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 11, 14 ], [ 14, 15 ], [ 11, 16 ], [ 16, 17 ], [ 11, 18 ], [ 18, 19 ], [ 11, 20 ], [ 20, 21 ], [ 11, 22 ], [ 22, 23 ], [ 11, 24 ], [ 24, 25 ], [ 24, 26 ], [ 11, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 30, 31 ], [ 11, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 11, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 11, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 46, 47 ], [ 45, 48 ], [ 11, 49 ], [ 49, 50 ], [ 49, 51 ], [ 51, 52 ], [ 51, 53 ], [ 11, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 56, 58 ], [ 58, 59 ], [ 58, 60 ], [ 11, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 61, 66 ], [ 67, 67 ], [ 67, 68 ], [ 67, 69 ], [ 67, 70 ], [ 9, 71 ], [ 71, 72 ] ]
[ "import java.io.*;\nimport java.util.Scanner;\n\nclass Main\n{\n\tpublic static void main (String[] args) throws IOException\n\t{\n\t\tString A,B;\n\t\tint a,b,s,l;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\n\t\ts = a * b;\n\t\tl = 2 * (a + b);\n\t\t\n\t\tSystem.out.println(s + \" \" + l);\n\t}\n}", "import java.io.*;", "io.*", "java", "import java.util.Scanner;", "Scanner", "java.util", "class Main\n{\n\tpublic static void main (String[] args) throws IOException\n\t{\n\t\tString A,B;\n\t\tint a,b,s,l;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\n\t\ts = a * b;\n\t\tl = 2 * (a + b);\n\t\t\n\t\tSystem.out.println(s + \" \" + l);\n\t}\n}", "Main", "public static void main (String[] args) throws IOException\n\t{\n\t\tString A,B;\n\t\tint a,b,s,l;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\n\t\ts = a * b;\n\t\tl = 2 * (a + b);\n\t\t\n\t\tSystem.out.println(s + \" \" + l);\n\t}", "main", "{\n\t\tString A,B;\n\t\tint a,b,s,l;\n\t\t\n\t\tScanner in = new Scanner(System.in);\n\t\t\n\t\tA = in.next();\n\t\tB = in.next();\n\t\t\n\t\ta = Integer.parseInt(A);\n\t\tb = Integer.parseInt(B);\n\n\t\ts = a * b;\n\t\tl = 2 * (a + b);\n\t\t\n\t\tSystem.out.println(s + \" \" + l);\n\t}", "String A", "A", "B;", "B", "int a", "a", "b", "b", "s", "s", "l;", "l", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "A = in.next()", "A", "in.next()", "in.next", "in", "B = in.next()", "B", "in.next()", "in.next", "in", "a = Integer.parseInt(A)", "a", "Integer.parseInt(A)", "Integer.parseInt", "Integer", "A", "b = Integer.parseInt(B)", "b", "Integer.parseInt(B)", "Integer.parseInt", "Integer", "B", "s = a * b", "s", "a * b", "a", "b", "l = 2 * (a + b)", "l", "2 * (a + b)", "2", "(a + b)", "a", "b", "System.out.println(s + \" \" + l)", "System.out.println", "System.out", "System", "System.out", "s + \" \" + l", "s + \" \" + l", "s", "\" \"", "l", "String[] args", "args" ]
import java.io.*; import java.util.Scanner; class Main { public static void main (String[] args) throws IOException { String A,B; int a,b,s,l; Scanner in = new Scanner(System.in); A = in.next(); B = in.next(); a = Integer.parseInt(A); b = Integer.parseInt(B); s = a * b; l = 2 * (a + b); System.out.println(s + " " + l); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 20, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 41, 13, 2, 18, 13, 17, 18, 13, 17, 41, 13, 2, 2, 18, 13, 17, 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 ], [ 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 ], [ 26, 27 ], [ 26, 28 ], [ 8, 29 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 29, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 29, 39 ], [ 39, 40 ], [ 40, 41 ], [ 29, 42 ], [ 43, 43 ], [ 43, 44 ], [ 44, 45 ], [ 45, 46 ], [ 45, 47 ], [ 44, 48 ], [ 48, 49 ], [ 49, 50 ], [ 48, 51 ], [ 51, 52 ], [ 51, 53 ], [ 8, 54 ], [ 54, 55 ], [ 54, 56 ], [ 56, 57 ], [ 57, 58 ], [ 57, 59 ], [ 56, 60 ], [ 60, 61 ], [ 60, 62 ], [ 8, 63 ], [ 63, 64 ], [ 63, 65 ], [ 65, 66 ], [ 66, 67 ], [ 67, 68 ], [ 67, 69 ], [ 66, 70 ], [ 70, 71 ], [ 70, 72 ], [ 65, 73 ], [ 8, 74 ], [ 74, 75 ], [ 75, 76 ], [ 76, 77 ], [ 76, 78 ], [ 74, 79 ], [ 80, 80 ], [ 80, 81 ], [ 80, 82 ], [ 80, 83 ], [ 6, 84 ], [ 84, 85 ] ]
[ "import java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String input= sc.nextLine();\n String[] inputStrArray = input.split(\" \");\n int[] intputIntArray = new int[inputStrArray.length];\n \n for (int index = 0; index < intputIntArray.length; index++) {\n intputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n }\n // 面積\n int squareSize = intputIntArray[0] * intputIntArray[1];\n // 周\n int squareLength = (intputIntArray[0] + intputIntArray[1]) * 2;\n \n System.out.println(squareSize + \" \" + squareLength );\n \n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String input= sc.nextLine();\n String[] inputStrArray = input.split(\" \");\n int[] intputIntArray = new int[inputStrArray.length];\n \n for (int index = 0; index < intputIntArray.length; index++) {\n intputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n }\n // 面積\n int squareSize = intputIntArray[0] * intputIntArray[1];\n // 周\n int squareLength = (intputIntArray[0] + intputIntArray[1]) * 2;\n \n System.out.println(squareSize + \" \" + squareLength );\n \n }\n}", "Main", "public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n String input= sc.nextLine();\n String[] inputStrArray = input.split(\" \");\n int[] intputIntArray = new int[inputStrArray.length];\n \n for (int index = 0; index < intputIntArray.length; index++) {\n intputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n }\n // 面積\n int squareSize = intputIntArray[0] * intputIntArray[1];\n // 周\n int squareLength = (intputIntArray[0] + intputIntArray[1]) * 2;\n \n System.out.println(squareSize + \" \" + squareLength );\n \n }", "main", "{\n Scanner sc = new Scanner(System.in);\n String input= sc.nextLine();\n String[] inputStrArray = input.split(\" \");\n int[] intputIntArray = new int[inputStrArray.length];\n \n for (int index = 0; index < intputIntArray.length; index++) {\n intputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n }\n // 面積\n int squareSize = intputIntArray[0] * intputIntArray[1];\n // 周\n int squareLength = (intputIntArray[0] + intputIntArray[1]) * 2;\n \n System.out.println(squareSize + \" \" + squareLength );\n \n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String input= sc.nextLine();", "input", "sc.nextLine()", "sc.nextLine", "sc", "String[] inputStrArray = input.split(\" \");", "inputStrArray", "input.split(\" \")", "input.split", "input", "\" \"", "int[] intputIntArray = new int[inputStrArray.length];", "intputIntArray", "new int[inputStrArray.length]", "inputStrArray.length", "inputStrArray", "inputStrArray.length", "for (int index = 0; index < intputIntArray.length; index++) {\n intputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n }", "int index = 0;", "int index = 0;", "index", "0", "index < intputIntArray.length", "index", "intputIntArray.length", "intputIntArray", "intputIntArray.length", "index++", "index++", "index", "{\n intputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n }", "{\n intputIntArray[index] = Integer.parseInt(inputStrArray[index]);\n }", "intputIntArray[index] = Integer.parseInt(inputStrArray[index])", "intputIntArray[index]", "intputIntArray", "index", "Integer.parseInt(inputStrArray[index])", "Integer.parseInt", "Integer", "inputStrArray[index]", "inputStrArray", "index", "int squareSize = intputIntArray[0] * intputIntArray[1];", "squareSize", "intputIntArray[0] * intputIntArray[1]", "intputIntArray[0]", "intputIntArray", "0", "intputIntArray[1]", "intputIntArray", "1", "int squareLength = (intputIntArray[0] + intputIntArray[1]) * 2;", "squareLength", "(intputIntArray[0] + intputIntArray[1]) * 2", "(intputIntArray[0] + intputIntArray[1])", "intputIntArray[0]", "intputIntArray", "0", "intputIntArray[1]", "intputIntArray", "1", "2", "System.out.println(squareSize + \" \" + squareLength )", "System.out.println", "System.out", "System", "System.out", "squareSize + \" \" + squareLength", "squareSize + \" \" + squareLength", "squareSize", "\" \"", "squareLength", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String input= sc.nextLine(); String[] inputStrArray = input.split(" "); int[] intputIntArray = new int[inputStrArray.length]; for (int index = 0; index < intputIntArray.length; index++) { intputIntArray[index] = Integer.parseInt(inputStrArray[index]); } // 面積 int squareSize = intputIntArray[0] * intputIntArray[1]; // 周 int squareLength = (intputIntArray[0] + intputIntArray[1]) * 2; System.out.println(squareSize + " " + squareLength ); } }
[ 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\n\npublic class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\t\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\t\n\t}\n\t\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\t\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\t\n\t}\n\t\n}", "Main", "public static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\t\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\t\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\t\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\t\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "final long a = sc.nextLong();", "a", "sc.nextLong()", "sc.nextLong", "sc", "final long b = sc.nextLong();", "b", "sc.nextLong()", "sc.nextLong", "sc", "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\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\t\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\t\n\t}\n\t\n}", "public class Main {\n\t\n\tpublic static void main(String args[]){\n\t\tScanner sc = new Scanner(System.in);\n\t\t\n\t\tfinal long a = sc.nextLong();\n\t\tfinal long b = sc.nextLong();\n\t\t\n\t\tSystem.out.println((a * b) + \" \" + (2 * (a + b)));\n\t\t\n\t}\n\t\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String args[]){ Scanner sc = new Scanner(System.in); final long a = sc.nextLong(); final long b = sc.nextLong(); System.out.println((a * b) + " " + (2 * (a + b))); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 2, 13, 13, 41, 13, 2, 2, 13, 17, 2, 13, 17, 4, 18, 18, 13, 13, 17, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 64, 5 ], [ 64, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 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 ], [ 53, 59 ], [ 53, 60 ], [ 6, 61 ], [ 61, 62 ], [ 0, 63 ], [ 63, 64 ], [ 63, 65 ] ]
[ "import java.util.Scanner;\n\npublic class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString scs = sc.nextLine();\n\t\tString[] number = scs.split(\" \");\n\t\tint num1 = Integer.parseInt(number[0]);\n\t\tint num2 = Integer.parseInt(number[1]);\n\n\t\tint ans1 = num1 * num2;\n\t\tint ans2 = num1 * 2 + num2 * 2;\n\n\t\tSystem.out.printf(\"%d %d\\n\", ans1, ans2);\n\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString scs = sc.nextLine();\n\t\tString[] number = scs.split(\" \");\n\t\tint num1 = Integer.parseInt(number[0]);\n\t\tint num2 = Integer.parseInt(number[1]);\n\n\t\tint ans1 = num1 * num2;\n\t\tint ans2 = num1 * 2 + num2 * 2;\n\n\t\tSystem.out.printf(\"%d %d\\n\", ans1, ans2);\n\n\t}\n\n}", "Main", "public static void main(String[] args)\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString scs = sc.nextLine();\n\t\tString[] number = scs.split(\" \");\n\t\tint num1 = Integer.parseInt(number[0]);\n\t\tint num2 = Integer.parseInt(number[1]);\n\n\t\tint ans1 = num1 * num2;\n\t\tint ans2 = num1 * 2 + num2 * 2;\n\n\t\tSystem.out.printf(\"%d %d\\n\", ans1, ans2);\n\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString scs = sc.nextLine();\n\t\tString[] number = scs.split(\" \");\n\t\tint num1 = Integer.parseInt(number[0]);\n\t\tint num2 = Integer.parseInt(number[1]);\n\n\t\tint ans1 = num1 * num2;\n\t\tint ans2 = num1 * 2 + num2 * 2;\n\n\t\tSystem.out.printf(\"%d %d\\n\", ans1, ans2);\n\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "String scs = sc.nextLine();", "scs", "sc.nextLine()", "sc.nextLine", "sc", "String[] number = scs.split(\" \");", "number", "scs.split(\" \")", "scs.split", "scs", "\" \"", "int num1 = Integer.parseInt(number[0]);", "num1", "Integer.parseInt(number[0])", "Integer.parseInt", "Integer", "number[0]", "number", "0", "int num2 = Integer.parseInt(number[1]);", "num2", "Integer.parseInt(number[1])", "Integer.parseInt", "Integer", "number[1]", "number", "1", "int ans1 = num1 * num2;", "ans1", "num1 * num2", "num1", "num2", "int ans2 = num1 * 2 + num2 * 2;", "ans2", "num1 * 2 + num2 * 2", "num1 * 2", "num1", "2", "num2 * 2", "num2", "2", "System.out.printf(\"%d %d\\n\", ans1, ans2)", "System.out.printf", "System.out", "System", "System.out", "\"%d %d\\n\"", "ans1", "ans2", "String[] args", "args", "public class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString scs = sc.nextLine();\n\t\tString[] number = scs.split(\" \");\n\t\tint num1 = Integer.parseInt(number[0]);\n\t\tint num2 = Integer.parseInt(number[1]);\n\n\t\tint ans1 = num1 * num2;\n\t\tint ans2 = num1 * 2 + num2 * 2;\n\n\t\tSystem.out.printf(\"%d %d\\n\", ans1, ans2);\n\n\t}\n\n}", "public class Main\n{\n\tpublic static void main(String[] args)\n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tString scs = sc.nextLine();\n\t\tString[] number = scs.split(\" \");\n\t\tint num1 = Integer.parseInt(number[0]);\n\t\tint num2 = Integer.parseInt(number[1]);\n\n\t\tint ans1 = num1 * num2;\n\t\tint ans2 = num1 * 2 + num2 * 2;\n\n\t\tSystem.out.printf(\"%d %d\\n\", ans1, ans2);\n\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String scs = sc.nextLine(); String[] number = scs.split(" "); int num1 = Integer.parseInt(number[0]); int num2 = Integer.parseInt(number[1]); int ans1 = num1 * num2; int ans2 = num1 * 2 + num2 * 2; System.out.printf("%d %d\n", ans1, ans2); } }
[ 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 br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] div = str.split(\" \");\n int s = Integer.parseInt(div[0]);\n int l = Integer.parseInt(div[1]);\n System.out.println(s*l + \" \"+ 2*(s+l));\n } \n}", "import java.io.*;", "io.*", "java", "class Main {\n public static void main(String[] arg)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] div = str.split(\" \");\n int s = Integer.parseInt(div[0]);\n int l = Integer.parseInt(div[1]);\n System.out.println(s*l + \" \"+ 2*(s+l));\n } \n}", "Main", "public static void main(String[] arg)throws IOException{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] div = str.split(\" \");\n int s = Integer.parseInt(div[0]);\n int l = Integer.parseInt(div[1]);\n System.out.println(s*l + \" \"+ 2*(s+l));\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String str = br.readLine();\n String[] div = str.split(\" \");\n int s = Integer.parseInt(div[0]);\n int l = Integer.parseInt(div[1]);\n System.out.println(s*l + \" \"+ 2*(s+l));\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[] div = str.split(\" \");", "div", "str.split(\" \")", "str.split", "str", "\" \"", "int s = Integer.parseInt(div[0]);", "s", "Integer.parseInt(div[0])", "Integer.parseInt", "Integer", "div[0]", "div", "0", "int l = Integer.parseInt(div[1]);", "l", "Integer.parseInt(div[1])", "Integer.parseInt", "Integer", "div[1]", "div", "1", "System.out.println(s*l + \" \"+ 2*(s+l))", "System.out.println", "System.out", "System", "System.out", "s*l + \" \"+ 2*(s+l)", "s*l + \" \"+ 2*(s+l)", "s*l", "s", "l", "\" \"", "2*(s+l)", "2", "(s+l)", "s", "l", "String[] arg", "arg" ]
import java.io.*; class Main { public static void main(String[] arg)throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String str = br.readLine(); String[] div = str.split(" "); int s = Integer.parseInt(div[0]); int l = Integer.parseInt(div[1]); System.out.println(s*l + " "+ 2*(s+l)); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 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 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 20, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 31, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 39, 41 ], [ 14, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 48, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 48, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 55, 57 ], [ 12, 58 ], [ 58, 59 ] ]
[ "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 \n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n String[] ab = in.readLine().split(\" \");\n\n int a= Integer.parseInt(ab[0]);\n int b= Integer.parseInt(ab[1]);\n \n System.out.println(a*b +\" \" + 2*(a+b));\n \n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n \n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n String[] ab = in.readLine().split(\" \");\n\n int a= Integer.parseInt(ab[0]);\n int b= Integer.parseInt(ab[1]);\n \n System.out.println(a*b +\" \" + 2*(a+b));\n \n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException {\n \n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n String[] ab = in.readLine().split(\" \");\n\n int a= Integer.parseInt(ab[0]);\n int b= Integer.parseInt(ab[1]);\n \n System.out.println(a*b +\" \" + 2*(a+b));\n \n\t}", "main", "{\n \n BufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n \n String[] ab = in.readLine().split(\" \");\n\n int a= Integer.parseInt(ab[0]);\n int b= Integer.parseInt(ab[1]);\n \n System.out.println(a*b +\" \" + 2*(a+b));\n \n\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String[] ab = in.readLine().split(\" \");", "ab", "in.readLine().split(\" \")", "in.readLine().split", "in.readLine()", "in.readLine", "in", "\" \"", "int a= Integer.parseInt(ab[0]);", "a", "Integer.parseInt(ab[0])", "Integer.parseInt", "Integer", "ab[0]", "ab", "0", "int b= Integer.parseInt(ab[1]);", "b", "Integer.parseInt(ab[1])", "Integer.parseInt", "Integer", "ab[1]", "ab", "1", "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.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Main { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String[] ab = in.readLine().split(" "); int a= Integer.parseInt(ab[0]); int b= Integer.parseInt(ab[1]); System.out.println(a*b +" " + 2*(a+b)); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 41, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 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, 17, 2, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 77, 5 ], [ 77, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 8, 14 ], [ 14, 15 ], [ 8, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 8, 21 ], [ 21, 22 ], [ 21, 23 ], [ 23, 24 ], [ 24, 25 ], [ 23, 26 ], [ 8, 27 ], [ 27, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 27, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 34, 36 ], [ 27, 37 ], [ 37, 38 ], [ 38, 39 ], [ 27, 40 ], [ 41, 41 ], [ 8, 42 ], [ 42, 43 ], [ 42, 44 ], [ 44, 45 ], [ 45, 46 ], [ 44, 47 ], [ 47, 48 ], [ 47, 49 ], [ 8, 50 ], [ 50, 51 ], [ 50, 52 ], [ 52, 53 ], [ 53, 54 ], [ 52, 55 ], [ 55, 56 ], [ 55, 57 ], [ 8, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 58, 63 ], [ 64, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 64, 69 ], [ 69, 70 ], [ 69, 71 ], [ 71, 72 ], [ 71, 73 ], [ 6, 74 ], [ 74, 75 ], [ 0, 76 ], [ 76, 77 ], [ 76, 78 ] ]
[ "import java.io.*;\n\npublic class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tSystem.out.println(a*b+\" \"+2*(a+b));\t\n\t}\n}", "import java.io.*;", "io.*", "java", "public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tSystem.out.println(a*b+\" \"+2*(a+b));\t\n\t}\n}", "Main", "public static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tSystem.out.println(a*b+\" \"+2*(a+b));\t\n\t}", "main", "{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tSystem.out.println(a*b+\" \"+2*(a+b));\t\n\t}", "BufferedReader buf = new BufferedReader(new InputStreamReader(System.in));", "buf", "new BufferedReader(new InputStreamReader(System.in))", "int a", "a", "b;", "b", "String s = buf.readLine();", "s", "buf.readLine()", "buf.readLine", "buf", "String[] strlAry =s.split(\" \");", "strlAry", "s.split(\" \")", "s.split", "s", "\" \"", "for(int i=0;i<strlAry.length;i++){\n\t}", "int i=0;", "int i=0;", "i", "0", "i<strlAry.length", "i", "strlAry.length", "strlAry", "strlAry.length", "i++", "i++", "i", "{\n\t}", "{\n\t}", "a= Integer.parseInt(strlAry[0])", "a", "Integer.parseInt(strlAry[0])", "Integer.parseInt", "Integer", "strlAry[0]", "strlAry", "0", "b= Integer.parseInt(strlAry[1])", "b", "Integer.parseInt(strlAry[1])", "Integer.parseInt", "Integer", "strlAry[1]", "strlAry", "1", "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\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tSystem.out.println(a*b+\" \"+2*(a+b));\t\n\t}\n}", "public class Main{\n\tpublic static void main(String[] args) throws IOException{\n\t\tBufferedReader buf = new BufferedReader(new InputStreamReader(System.in));\n\tint a,b;\n\tString s = buf.readLine();\n\tString[] strlAry =s.split(\" \");\n\tfor(int i=0;i<strlAry.length;i++){\n\t}\t\n\ta= Integer.parseInt(strlAry[0]);\n\tb= Integer.parseInt(strlAry[1]);\n\tSystem.out.println(a*b+\" \"+2*(a+b));\t\n\t}\n}", "Main" ]
import java.io.*; public class Main{ public static void main(String[] args) throws IOException{ BufferedReader buf = new BufferedReader(new InputStreamReader(System.in)); int a,b; String s = buf.readLine(); String[] strlAry =s.split(" "); for(int i=0;i<strlAry.length;i++){ } a= Integer.parseInt(strlAry[0]); b= Integer.parseInt(strlAry[1]); System.out.println(a*b+" "+2*(a+b)); } }
[ 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\n\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}\n}", "Main", "@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}", "main", "{\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}", "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", "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\n\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}\n}", "public class Main {\n\n\t@SuppressWarnings(\"resource\")\n\tpublic static void main(String[] args){\n\t\tScanner in = new Scanner(System.in);\n\t\tint a = in.nextInt();\n\t\tint b = in.nextInt();\n\t\tSystem.out.println(a*b+\" \"+(2*a+2*b));\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { @SuppressWarnings("resource") public static void main(String[] args){ Scanner in = new Scanner(System.in); int a = in.nextInt(); int b = in.nextInt(); System.out.println(a*b+" "+(2*a+2*b)); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 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\n\tpublic static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint l = sc.nextInt();\n\t\tint product = w * l;\n\t\tint around = 2 * (w + l);\n\t\tSystem.out.println(product + \" \" + around);\n\t\t\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint l = sc.nextInt();\n\t\tint product = w * l;\n\t\tint around = 2 * (w + l);\n\t\tSystem.out.println(product + \" \" + around);\n\t\t\n\t}\n}", "Main", "public static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint l = sc.nextInt();\n\t\tint product = w * l;\n\t\tint around = 2 * (w + l);\n\t\tSystem.out.println(product + \" \" + around);\n\t\t\n\t}", "main", "{\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint l = sc.nextInt();\n\t\tint product = w * l;\n\t\tint around = 2 * (w + l);\n\t\tSystem.out.println(product + \" \" + around);\n\t\t\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int w = sc.nextInt();", "w", "sc.nextInt()", "sc.nextInt", "sc", "int l = sc.nextInt();", "l", "sc.nextInt()", "sc.nextInt", "sc", "int product = w * l;", "product", "w * l", "w", "l", "int around = 2 * (w + l);", "around", "2 * (w + l)", "2", "(w + l)", "w", "l", "System.out.println(product + \" \" + around)", "System.out.println", "System.out", "System", "System.out", "product + \" \" + around", "product + \" \" + around", "product", "\" \"", "around", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint l = sc.nextInt();\n\t\tint product = w * l;\n\t\tint around = 2 * (w + l);\n\t\tSystem.out.println(product + \" \" + around);\n\t\t\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args){\n\n\t\tScanner sc = new Scanner(System.in);\n\t\tint w = sc.nextInt();\n\t\tint l = sc.nextInt();\n\t\tint product = w * l;\n\t\tint around = 2 * (w + l);\n\t\tSystem.out.println(product + \" \" + around);\n\t\t\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); int w = sc.nextInt(); int l = sc.nextInt(); int product = w * l; int around = 2 * (w + l); System.out.println(product + " " + around); } }
[ 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, 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 sc = new Scanner(System.in);\n\t\tint length = sc.nextInt();\n\t\tint width = sc.nextInt();\n\t\tSystem.out.println(String.valueOf(length * width) + \" \" + String.valueOf(length * 2 + 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\tint length = sc.nextInt();\n\t\tint width = sc.nextInt();\n\t\tSystem.out.println(String.valueOf(length * width) + \" \" + String.valueOf(length * 2 + width * 2));\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint length = sc.nextInt();\n\t\tint width = sc.nextInt();\n\t\tSystem.out.println(String.valueOf(length * width) + \" \" + String.valueOf(length * 2 + width * 2));\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint length = sc.nextInt();\n\t\tint width = sc.nextInt();\n\t\tSystem.out.println(String.valueOf(length * width) + \" \" + String.valueOf(length * 2 + width * 2));\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int length = sc.nextInt();", "length", "sc.nextInt()", "sc.nextInt", "sc", "int width = sc.nextInt();", "width", "sc.nextInt()", "sc.nextInt", "sc", "System.out.println(String.valueOf(length * width) + \" \" + String.valueOf(length * 2 + width * 2))", "System.out.println", "System.out", "System", "System.out", "String.valueOf(length * width) + \" \" + String.valueOf(length * 2 + width * 2)", "String.valueOf(length * width) + \" \" + String.valueOf(length * 2 + width * 2)", "String.valueOf(length * width)", "String.valueOf", "String", "length * width", "length", "width", "\" \"", "String.valueOf(length * 2 + width * 2)", "String.valueOf", "String", "length * 2 + width * 2", "length * 2", "length", "2", "width * 2", "width", "2", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\tint length = sc.nextInt();\n\t\tint width = sc.nextInt();\n\t\tSystem.out.println(String.valueOf(length * width) + \" \" + String.valueOf(length * 2 + 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\tint length = sc.nextInt();\n\t\tint width = sc.nextInt();\n\t\tSystem.out.println(String.valueOf(length * width) + \" \" + String.valueOf(length * 2 + 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); int length = sc.nextInt(); int width = sc.nextInt(); System.out.println(String.valueOf(length * width) + " " + String.valueOf(length * 2 + width * 2)); } }
[ 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, 20, 18, 13, 13, 11, 1, 41, 13, 17, 2, 13, 18, 13, 13, 1, 40, 13, 30, 30, 0, 18, 13, 13, 4, 18, 13, 18, 13, 13, 41, 13, 2, 18, 13, 17, 18, 13, 17, 41, 13, 2, 2, 18, 13, 17, 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 ], [ 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 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 30, 40 ], [ 40, 41 ], [ 41, 42 ], [ 30, 43 ], [ 44, 44 ], [ 44, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 45, 49 ], [ 49, 50 ], [ 50, 51 ], [ 49, 52 ], [ 52, 53 ], [ 52, 54 ], [ 8, 55 ], [ 55, 56 ], [ 55, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 57, 61 ], [ 61, 62 ], [ 61, 63 ], [ 8, 64 ], [ 64, 65 ], [ 64, 66 ], [ 66, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 71, 72 ], [ 71, 73 ], [ 66, 74 ], [ 8, 75 ], [ 75, 76 ], [ 76, 77 ], [ 77, 78 ], [ 77, 79 ], [ 75, 80 ], [ 81, 81 ], [ 81, 82 ], [ 81, 83 ], [ 81, 84 ], [ 6, 85 ], [ 85, 86 ] ]
[ "import java.io.*;\n\nclass Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str1 = str.split(\" \",0);\n\t\n\tint[] str2 = new int[str1.length];\n\tfor (int i = 0; i < str1.length ; i++) {\n\t str2[i] = Integer.parseInt(str1[i]);\n\t}\n\tint res1 = str2[0] * str2[1];\n\tint res2 = (str2[0]+str2[1]) * 2;\n\tSystem.out.println(res1 +\" \"+ res2);\n\n }\n}", "import java.io.*;", "io.*", "java", "class Main {\n public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str1 = str.split(\" \",0);\n\t\n\tint[] str2 = new int[str1.length];\n\tfor (int i = 0; i < str1.length ; i++) {\n\t str2[i] = Integer.parseInt(str1[i]);\n\t}\n\tint res1 = str2[0] * str2[1];\n\tint res2 = (str2[0]+str2[1]) * 2;\n\tSystem.out.println(res1 +\" \"+ res2);\n\n }\n}", "Main", "public static void main(String[] args) throws IOException{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str1 = str.split(\" \",0);\n\t\n\tint[] str2 = new int[str1.length];\n\tfor (int i = 0; i < str1.length ; i++) {\n\t str2[i] = Integer.parseInt(str1[i]);\n\t}\n\tint res1 = str2[0] * str2[1];\n\tint res2 = (str2[0]+str2[1]) * 2;\n\tSystem.out.println(res1 +\" \"+ res2);\n\n }", "main", "{\n\tBufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));\n\n\tString str = br.readLine();\n\tString[] str1 = str.split(\" \",0);\n\t\n\tint[] str2 = new int[str1.length];\n\tfor (int i = 0; i < str1.length ; i++) {\n\t str2[i] = Integer.parseInt(str1[i]);\n\t}\n\tint res1 = str2[0] * str2[1];\n\tint res2 = (str2[0]+str2[1]) * 2;\n\tSystem.out.println(res1 +\" \"+ res2);\n\n }", "BufferedReader br =\n\t new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String str = br.readLine();", "str", "br.readLine()", "br.readLine", "br", "String[] str1 = str.split(\" \",0);", "str1", "str.split(\" \",0)", "str.split", "str", "\" \"", "0", "int[] str2 = new int[str1.length];", "str2", "new int[str1.length]", "str1.length", "str1", "str1.length", "for (int i = 0; i < str1.length ; i++) {\n\t str2[i] = Integer.parseInt(str1[i]);\n\t}", "int i = 0;", "int i = 0;", "i", "0", "i < str1.length", "i", "str1.length", "str1", "str1.length", "i++", "i++", "i", "{\n\t str2[i] = Integer.parseInt(str1[i]);\n\t}", "{\n\t str2[i] = Integer.parseInt(str1[i]);\n\t}", "str2[i] = Integer.parseInt(str1[i])", "str2[i]", "str2", "i", "Integer.parseInt(str1[i])", "Integer.parseInt", "Integer", "str1[i]", "str1", "i", "int res1 = str2[0] * str2[1];", "res1", "str2[0] * str2[1]", "str2[0]", "str2", "0", "str2[1]", "str2", "1", "int res2 = (str2[0]+str2[1]) * 2;", "res2", "(str2[0]+str2[1]) * 2", "(str2[0]+str2[1])", "str2[0]", "str2", "0", "str2[1]", "str2", "1", "2", "System.out.println(res1 +\" \"+ res2)", "System.out.println", "System.out", "System", "System.out", "res1 +\" \"+ res2", "res1 +\" \"+ res2", "res1", "\" \"", "res2", "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[] str1 = str.split(" ",0); int[] str2 = new int[str1.length]; for (int i = 0; i < str1.length ; i++) { str2[i] = Integer.parseInt(str1[i]); } int res1 = str2[0] * str2[1]; int res2 = (str2[0]+str2[1]) * 2; System.out.println(res1 +" "+ res2); } }
[ 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, 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 ], [ 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;\n\npublic class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int tate = in.nextInt();\n int yoko = in.nextInt();\n int menseki = tate*yoko;\n int syu = tate*2+yoko*2;\n System.out.println(menseki + \" \" + syu);\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int tate = in.nextInt();\n int yoko = in.nextInt();\n int menseki = tate*yoko;\n int syu = tate*2+yoko*2;\n System.out.println(menseki + \" \" + syu);\n }\n}", "Main", "public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int tate = in.nextInt();\n int yoko = in.nextInt();\n int menseki = tate*yoko;\n int syu = tate*2+yoko*2;\n System.out.println(menseki + \" \" + syu);\n }", "main", "{\n Scanner in = new Scanner(System.in);\n int tate = in.nextInt();\n int yoko = in.nextInt();\n int menseki = tate*yoko;\n int syu = tate*2+yoko*2;\n System.out.println(menseki + \" \" + syu);\n }", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "int tate = in.nextInt();", "tate", "in.nextInt()", "in.nextInt", "in", "int yoko = in.nextInt();", "yoko", "in.nextInt()", "in.nextInt", "in", "int menseki = tate*yoko;", "menseki", "tate*yoko", "tate", "yoko", "int syu = tate*2+yoko*2;", "syu", "tate*2+yoko*2", "tate*2", "tate", "2", "yoko*2", "yoko", "2", "System.out.println(menseki + \" \" + syu)", "System.out.println", "System.out", "System", "System.out", "menseki + \" \" + syu", "menseki + \" \" + syu", "menseki", "\" \"", "syu", "String[] args", "args", "public class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int tate = in.nextInt();\n int yoko = in.nextInt();\n int menseki = tate*yoko;\n int syu = tate*2+yoko*2;\n System.out.println(menseki + \" \" + syu);\n }\n}", "public class Main {\n public static void main(String[] args) {\n Scanner in = new Scanner(System.in);\n int tate = in.nextInt();\n int yoko = in.nextInt();\n int menseki = tate*yoko;\n int syu = tate*2+yoko*2;\n System.out.println(menseki + \" \" + syu);\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); int tate = in.nextInt(); int yoko = in.nextInt(); int menseki = tate*yoko; int syu = tate*2+yoko*2; System.out.println(menseki + " " + syu); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 13, 13, 17, 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 ], [ 61, 11 ], [ 61, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 15, 17 ], [ 14, 18 ], [ 18, 19 ], [ 18, 20 ], [ 20, 21 ], [ 21, 22 ], [ 22, 23 ], [ 23, 24 ], [ 20, 25 ], [ 14, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 28, 31 ], [ 31, 32 ], [ 31, 33 ], [ 14, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 37, 38 ], [ 36, 39 ], [ 39, 40 ], [ 39, 41 ], [ 14, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 48, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 48, 53 ], [ 53, 54 ], [ 53, 55 ], [ 55, 56 ], [ 55, 57 ], [ 12, 58 ], [ 58, 59 ], [ 0, 60 ], [ 60, 61 ], [ 60, 62 ] ]
[ "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. */\npublic class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int a = Integer.parseInt(nums[0]);\n int b = Integer.parseInt(nums[1]);\n \n System.out.println(a*b + \" \" + 2*(a+b) );\n\t}\n}", "import java.util.*;", "util.*", "java", "import java.lang.*;", "lang.*", "java", "import java.io.*;", "io.*", "java", "public class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int a = Integer.parseInt(nums[0]);\n int b = Integer.parseInt(nums[1]);\n \n System.out.println(a*b + \" \" + 2*(a+b) );\n\t}\n}", "Main", "public static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int a = Integer.parseInt(nums[0]);\n int b = Integer.parseInt(nums[1]);\n \n System.out.println(a*b + \" \" + 2*(a+b) );\n\t}", "main", "{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int a = Integer.parseInt(nums[0]);\n int b = Integer.parseInt(nums[1]);\n \n System.out.println(a*b + \" \" + 2*(a+b) );\n\t}", "BufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));", "stdReader", "new BufferedReader(new InputStreamReader(System.in))", "String[] nums = stdReader.readLine().split(\" \");", "nums", "stdReader.readLine().split(\" \")", "stdReader.readLine().split", "stdReader.readLine()", "stdReader.readLine", "stdReader", "\" \"", "int a = Integer.parseInt(nums[0]);", "a", "Integer.parseInt(nums[0])", "Integer.parseInt", "Integer", "nums[0]", "nums", "0", "int b = Integer.parseInt(nums[1]);", "b", "Integer.parseInt(nums[1])", "Integer.parseInt", "Integer", "nums[1]", "nums", "1", "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//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int a = Integer.parseInt(nums[0]);\n int b = Integer.parseInt(nums[1]);\n \n System.out.println(a*b + \" \" + 2*(a+b) );\n\t}\n}", "public class Main\n//class Ideone\n{\n\tpublic static void main (String[] args) throws java.lang.Exception\n\t{\n\t\t// your code goes here\n\t\tBufferedReader stdReader =\n new BufferedReader(new InputStreamReader(System.in));\n String[] nums = stdReader.readLine().split(\" \");\n \n int a = Integer.parseInt(nums[0]);\n int b = Integer.parseInt(nums[1]);\n \n System.out.println(a*b + \" \" + 2*(a+b) );\n\t}\n}", "Main" ]
import java.util.*; import java.lang.*; import java.io.*; /* Name of the class has to be "Main" only if the class is public. */ public class Main //class Ideone { public static void main (String[] args) throws java.lang.Exception { // your code goes here BufferedReader stdReader = new BufferedReader(new InputStreamReader(System.in)); String[] nums = stdReader.readLine().split(" "); int a = Integer.parseInt(nums[0]); int b = Integer.parseInt(nums[1]); System.out.println(a*b + " " + 2*(a+b) ); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 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, 4, 18, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 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 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 46, 46 ], [ 46, 47 ], [ 46, 48 ], [ 46, 49 ], [ 8, 50 ], [ 50, 51 ], [ 51, 52 ], [ 6, 53 ], [ 53, 54 ] ]
[ "import java.util.Scanner;\nclass Main{\n\tpublic static void main(String[]args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint tate = sc.nextInt();\n\t\tint yoko = sc.nextInt();\n\t\tint men;\n\t\tint syu;\n\t\tmen = tate * yoko;\n\t\tsyu = tate * 2 + yoko * 2;\n\t\tSystem.out.println(men+\" \"+syu);\n\t\tsc.close();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\tpublic static void main(String[]args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint tate = sc.nextInt();\n\t\tint yoko = sc.nextInt();\n\t\tint men;\n\t\tint syu;\n\t\tmen = tate * yoko;\n\t\tsyu = tate * 2 + yoko * 2;\n\t\tSystem.out.println(men+\" \"+syu);\n\t\tsc.close();\n\t}\n}", "Main", "public static void main(String[]args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint tate = sc.nextInt();\n\t\tint yoko = sc.nextInt();\n\t\tint men;\n\t\tint syu;\n\t\tmen = tate * yoko;\n\t\tsyu = tate * 2 + yoko * 2;\n\t\tSystem.out.println(men+\" \"+syu);\n\t\tsc.close();\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint tate = sc.nextInt();\n\t\tint yoko = sc.nextInt();\n\t\tint men;\n\t\tint syu;\n\t\tmen = tate * yoko;\n\t\tsyu = tate * 2 + yoko * 2;\n\t\tSystem.out.println(men+\" \"+syu);\n\t\tsc.close();\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int tate = sc.nextInt();", "tate", "sc.nextInt()", "sc.nextInt", "sc", "int yoko = sc.nextInt();", "yoko", "sc.nextInt()", "sc.nextInt", "sc", "int men;", "men", "int syu;", "syu", "men = tate * yoko", "men", "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(men+\" \"+syu)", "System.out.println", "System.out", "System", "System.out", "men+\" \"+syu", "men+\" \"+syu", "men", "\" \"", "syu", "sc.close()", "sc.close", "sc", "String[]args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[]args){ Scanner sc = new Scanner(System.in); int tate = sc.nextInt(); int yoko = sc.nextInt(); int men; int syu; men = tate * yoko; syu = tate * 2 + yoko * 2; System.out.println(men+" "+syu); sc.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 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 ], [ 58, 5 ], [ 58, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 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 ], [ 0, 57 ], [ 57, 58 ], [ 57, 59 ] ]
[ "import java.util.*;\n\npublic class Main {\n\tpublic static void main(String args[]){\n\t\tScanner scn = new Scanner(System.in);\n\t\tString input = scn.nextLine();\n\t\tString[] token = input.split(\" \");\n\t\tint a = Integer.parseInt(token[0]);\n\t\tint b = Integer.parseInt(token[1]);\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\tScanner scn = new Scanner(System.in);\n\t\tString input = scn.nextLine();\n\t\tString[] token = input.split(\" \");\n\t\tint a = Integer.parseInt(token[0]);\n\t\tint b = Integer.parseInt(token[1]);\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}\n}", "Main", "public static void main(String args[]){\n\t\tScanner scn = new Scanner(System.in);\n\t\tString input = scn.nextLine();\n\t\tString[] token = input.split(\" \");\n\t\tint a = Integer.parseInt(token[0]);\n\t\tint b = Integer.parseInt(token[1]);\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}", "main", "{\n\t\tScanner scn = new Scanner(System.in);\n\t\tString input = scn.nextLine();\n\t\tString[] token = input.split(\" \");\n\t\tint a = Integer.parseInt(token[0]);\n\t\tint b = Integer.parseInt(token[1]);\n\t\tSystem.out.println(a*b + \" \" + 2*(a+b));\n\t}", "Scanner scn = new Scanner(System.in);", "scn", "new Scanner(System.in)", "String input = scn.nextLine();", "input", "scn.nextLine()", "scn.nextLine", "scn", "String[] token = input.split(\" \");", "token", "input.split(\" \")", "input.split", "input", "\" \"", "int a = Integer.parseInt(token[0]);", "a", "Integer.parseInt(token[0])", "Integer.parseInt", "Integer", "token[0]", "token", "0", "int b = Integer.parseInt(token[1]);", "b", "Integer.parseInt(token[1])", "Integer.parseInt", "Integer", "token[1]", "token", "1", "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\tpublic static void main(String args[]){\n\t\tScanner scn = new Scanner(System.in);\n\t\tString input = scn.nextLine();\n\t\tString[] token = input.split(\" \");\n\t\tint a = Integer.parseInt(token[0]);\n\t\tint b = Integer.parseInt(token[1]);\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\tScanner scn = new Scanner(System.in);\n\t\tString input = scn.nextLine();\n\t\tString[] token = input.split(\" \");\n\t\tint a = Integer.parseInt(token[0]);\n\t\tint b = Integer.parseInt(token[1]);\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[]){ Scanner scn = new Scanner(System.in); String input = scn.nextLine(); String[] token = input.split(" "); int a = Integer.parseInt(token[0]); int b = Integer.parseInt(token[1]); System.out.println(a*b + " " + 2*(a+b)); } }
[ 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, 13, 17, 2, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 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.Scanner;\n\nclass Main{\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint str1 = scan.nextInt();\n\t\tint str2 = scan.nextInt();\n\t\tSystem.out.println(str1 * str2 + \" \" + (str1 * 2 + str2 * 2));\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\tpublic static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint str1 = scan.nextInt();\n\t\tint str2 = scan.nextInt();\n\t\tSystem.out.println(str1 * str2 + \" \" + (str1 * 2 + str2 * 2));\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint str1 = scan.nextInt();\n\t\tint str2 = scan.nextInt();\n\t\tSystem.out.println(str1 * str2 + \" \" + (str1 * 2 + str2 * 2));\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\n\t\tint str1 = scan.nextInt();\n\t\tint str2 = scan.nextInt();\n\t\tSystem.out.println(str1 * str2 + \" \" + (str1 * 2 + str2 * 2));\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int str1 = scan.nextInt();", "str1", "scan.nextInt()", "scan.nextInt", "scan", "int str2 = scan.nextInt();", "str2", "scan.nextInt()", "scan.nextInt", "scan", "System.out.println(str1 * str2 + \" \" + (str1 * 2 + str2 * 2))", "System.out.println", "System.out", "System", "System.out", "str1 * str2 + \" \" + (str1 * 2 + str2 * 2)", "str1 * str2 + \" \" + (str1 * 2 + str2 * 2)", "str1 * str2", "str1", "str2", "\" \"", "(str1 * 2 + str2 * 2)", "str1 * 2", "str1", "2", "str2 * 2", "str2", "2", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args) { Scanner scan = new Scanner(System.in); int str1 = scan.nextInt(); int str2 = scan.nextInt(); System.out.println(str1 * str2 + " " + (str1 * 2 + str2 * 2)); } }
[ 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, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 2, 2, 13, 17, 2, 13, 17, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 22, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 41, 45 ], [ 45, 46 ], [ 45, 47 ], [ 6, 48 ], [ 48, 49 ] ]
[ "import java.util.Scanner;\nclass Main{\n\tpublic static void main(String[] args){\n\t\tScanner s = new Scanner(System.in);\n\t\tint i = s.nextInt();\n\t\tint j = s.nextInt();\n\t\tSystem.out.print(i * j);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(i * 2 + j *2);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\tpublic static void main(String[] args){\n\t\tScanner s = new Scanner(System.in);\n\t\tint i = s.nextInt();\n\t\tint j = s.nextInt();\n\t\tSystem.out.print(i * j);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(i * 2 + j *2);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner s = new Scanner(System.in);\n\t\tint i = s.nextInt();\n\t\tint j = s.nextInt();\n\t\tSystem.out.print(i * j);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(i * 2 + j *2);\n\t}", "main", "{\n\t\tScanner s = new Scanner(System.in);\n\t\tint i = s.nextInt();\n\t\tint j = s.nextInt();\n\t\tSystem.out.print(i * j);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println(i * 2 + j *2);\n\t}", "Scanner s = new Scanner(System.in);", "s", "new Scanner(System.in)", "int i = s.nextInt();", "i", "s.nextInt()", "s.nextInt", "s", "int j = s.nextInt();", "j", "s.nextInt()", "s.nextInt", "s", "System.out.print(i * j)", "System.out.print", "System.out", "System", "System.out", "i * j", "i", "j", "System.out.print(\" \")", "System.out.print", "System.out", "System", "System.out", "\" \"", "System.out.println(i * 2 + j *2)", "System.out.println", "System.out", "System", "System.out", "i * 2 + j *2", "i * 2", "i", "2", "j *2", "j", "2", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ Scanner s = new Scanner(System.in); int i = s.nextInt(); int j = s.nextInt(); System.out.print(i * j); System.out.print(" "); System.out.println(i * 2 + j *2); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 17, 4, 13, 13, 13, 4, 13, 13, 13, 12, 13, 30, 41, 13, 20, 4, 18, 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 ], [ 72, 5 ], [ 72, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 22, 27 ], [ 22, 28 ], [ 28, 29 ], [ 28, 30 ], [ 28, 31 ], [ 22, 32 ], [ 32, 33 ], [ 32, 34 ], [ 32, 35 ], [ 72, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 39, 41 ], [ 38, 42 ], [ 42, 43 ], [ 43, 44 ], [ 36, 45 ], [ 45, 46 ], [ 72, 47 ], [ 47, 48 ], [ 47, 49 ], [ 49, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 47, 54 ], [ 54, 55 ], [ 47, 56 ], [ 56, 57 ], [ 72, 58 ], [ 58, 59 ], [ 58, 60 ], [ 60, 61 ], [ 61, 62 ], [ 62, 63 ], [ 63, 64 ], [ 63, 65 ], [ 62, 66 ], [ 58, 67 ], [ 67, 68 ], [ 58, 69 ], [ 69, 70 ], [ 0, 71 ], [ 71, 72 ], [ 71, 73 ] ]
[ "import java.util.Scanner;\n\npublic class Main{\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.printf(\"%d %d\\n\", calcRectangleArea(a, b), calcRectangleAround(a, b));\n \n }\n \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n \n public int calcRectangleArea(int height, int width){\n return height * width;\n }\n \n public int calcRectangleAround(int height, int width){\n return (height + width) * 2;\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.printf(\"%d %d\\n\", calcRectangleArea(a, b), calcRectangleAround(a, b));\n \n }\n \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n \n public int calcRectangleArea(int height, int width){\n return height * width;\n }\n \n public int calcRectangleAround(int height, int width){\n return (height + width) * 2;\n }\n}", "Main", "public void solve(){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.printf(\"%d %d\\n\", calcRectangleArea(a, b), calcRectangleAround(a, b));\n \n }", "solve", "{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.printf(\"%d %d\\n\", calcRectangleArea(a, b), calcRectangleAround(a, b));\n \n }", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "System.out.printf(\"%d %d\\n\", calcRectangleArea(a, b), calcRectangleAround(a, b))", "System.out.printf", "System.out", "System", "System.out", "\"%d %d\\n\"", "calcRectangleArea(a, b)", "calcRectangleArea", "a", "b", "calcRectangleAround(a, b)", "calcRectangleAround", "a", "b", "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 int calcRectangleArea(int height, int width){\n return height * width;\n }", "calcRectangleArea", "{\n return height * width;\n }", "return height * width;", "height * width", "height", "width", "int height", "height", "int width", "width", "public int calcRectangleAround(int height, int width){\n return (height + width) * 2;\n }", "calcRectangleAround", "{\n return (height + width) * 2;\n }", "return (height + width) * 2;", "(height + width) * 2", "(height + width)", "height", "width", "2", "int height", "height", "int width", "width", "public class Main{\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.printf(\"%d %d\\n\", calcRectangleArea(a, b), calcRectangleAround(a, b));\n \n }\n \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n \n public int calcRectangleArea(int height, int width){\n return height * width;\n }\n \n public int calcRectangleAround(int height, int width){\n return (height + width) * 2;\n }\n}", "public class Main{\n \n public void solve(){\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.printf(\"%d %d\\n\", calcRectangleArea(a, b), calcRectangleAround(a, b));\n \n }\n \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n \n public int calcRectangleArea(int height, int width){\n return height * width;\n }\n \n public int calcRectangleAround(int height, int width){\n return (height + width) * 2;\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public void solve(){ Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); System.out.printf("%d %d\n", calcRectangleArea(a, b), calcRectangleAround(a, b)); } public static void main(String[] args){ Main obj = new Main(); obj.solve(); } public int calcRectangleArea(int height, int width){ return height * width; } public int calcRectangleAround(int height, int width){ return (height + width) * 2; } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 4, 13, 23, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 2, 2, 13, 13, 17, 2, 17, 2, 13, 13, 4, 18, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 49, 5 ], [ 49, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 6, 11 ], [ 11, 12 ], [ 49, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 16, 17 ], [ 16, 18 ], [ 15, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 15, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 15, 29 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 29, 34 ], [ 35, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 35, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 42, 44 ], [ 15, 45 ], [ 45, 46 ], [ 46, 47 ], [ 0, 48 ], [ 48, 49 ], [ 48, 50 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t}\n\n\tprivate static void solve() {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tSystem.out.println(a*b+\" \"+2*(a+b));\n\t\tscn.close();\n\t}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t}\n\n\tprivate static void solve() {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tSystem.out.println(a*b+\" \"+2*(a+b));\n\t\tscn.close();\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\tsolve();\n\t}", "main", "{\n\t\tsolve();\n\t}", "solve()", "solve", "String[] args", "args", "private static void solve() {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tSystem.out.println(a*b+\" \"+2*(a+b));\n\t\tscn.close();\n\t}", "solve", "{\n\t\tScanner scn = new Scanner(System.in);\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tSystem.out.println(a*b+\" \"+2*(a+b));\n\t\tscn.close();\n\t}", "Scanner scn = new Scanner(System.in);", "scn", "new Scanner(System.in)", "int a = scn.nextInt();", "a", "scn.nextInt()", "scn.nextInt", "scn", "int b = scn.nextInt();", "b", "scn.nextInt()", "scn.nextInt", "scn", "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", "scn.close()", "scn.close", "scn", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t}\n\n\tprivate static void solve() {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tSystem.out.println(a*b+\" \"+2*(a+b));\n\t\tscn.close();\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tsolve();\n\t}\n\n\tprivate static void solve() {\n\t\tScanner scn = new Scanner(System.in);\n\t\tint a = scn.nextInt();\n\t\tint b = scn.nextInt();\n\t\tSystem.out.println(a*b+\" \"+2*(a+b));\n\t\tscn.close();\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { solve(); } private static void solve() { Scanner scn = new Scanner(System.in); int a = scn.nextInt(); int b = scn.nextInt(); System.out.println(a*b+" "+2*(a+b)); scn.close(); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 41, 13, 41, 13, 41, 13, 41, 13, 20, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 0, 13, 4, 18, 13, 13, 0, 13, 4, 18, 13, 13, 4, 18, 18, 13, 13, 2, 2, 2, 13, 13, 17, 2, 2, 13, 17, 2, 13, 17, 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 ], [ 8, 11 ], [ 11, 12 ], [ 8, 13 ], [ 13, 14 ], [ 8, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 8, 20 ], [ 20, 21 ], [ 20, 22 ], [ 22, 23 ], [ 23, 24 ], [ 8, 25 ], [ 25, 26 ], [ 25, 27 ], [ 27, 28 ], [ 28, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 32, 35 ], [ 8, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 39, 40 ], [ 38, 41 ], [ 8, 42 ], [ 42, 43 ], [ 43, 44 ], [ 44, 45 ], [ 44, 46 ], [ 42, 47 ], [ 48, 48 ], [ 48, 49 ], [ 49, 50 ], [ 49, 51 ], [ 48, 52 ], [ 48, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 57, 58 ], [ 57, 59 ], [ 8, 60 ], [ 60, 61 ], [ 61, 62 ], [ 6, 63 ], [ 63, 64 ], [ 0, 65 ], [ 65, 66 ], [ 65, 67 ] ]
[ "import java.util.Scanner;\n\npublic class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint n1,n2;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n n1 = Integer.parseInt(str1);\n n2 = Integer.parseInt(str2);\n\n System.out.println(n1*n2 + \" \" + (n1*2 + n2*2) );\n\n in.close();\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint n1,n2;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n n1 = Integer.parseInt(str1);\n n2 = Integer.parseInt(str2);\n\n System.out.println(n1*n2 + \" \" + (n1*2 + n2*2) );\n\n in.close();\n }\n}", "Main", "public static void main(String[] args) {\n\n\t\tint n1,n2;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n n1 = Integer.parseInt(str1);\n n2 = Integer.parseInt(str2);\n\n System.out.println(n1*n2 + \" \" + (n1*2 + n2*2) );\n\n in.close();\n }", "main", "{\n\n\t\tint n1,n2;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n n1 = Integer.parseInt(str1);\n n2 = Integer.parseInt(str2);\n\n System.out.println(n1*n2 + \" \" + (n1*2 + n2*2) );\n\n in.close();\n }", "int n1", "n1", "n2;", "n2", "String str1", "str1", "str2;", "str2", "Scanner in = new Scanner(System.in);", "in", "new Scanner(System.in)", "str1 = in.next()", "str1", "in.next()", "in.next", "in", "str2 = in.next()", "str2", "in.next()", "in.next", "in", "n1 = Integer.parseInt(str1)", "n1", "Integer.parseInt(str1)", "Integer.parseInt", "Integer", "str1", "n2 = Integer.parseInt(str2)", "n2", "Integer.parseInt(str2)", "Integer.parseInt", "Integer", "str2", "System.out.println(n1*n2 + \" \" + (n1*2 + n2*2) )", "System.out.println", "System.out", "System", "System.out", "n1*n2 + \" \" + (n1*2 + n2*2)", "n1*n2 + \" \" + (n1*2 + n2*2)", "n1*n2", "n1", "n2", "\" \"", "(n1*2 + n2*2)", "n1*2", "n1", "2", "n2*2", "n2", "2", "in.close()", "in.close", "in", "String[] args", "args", "public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint n1,n2;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n n1 = Integer.parseInt(str1);\n n2 = Integer.parseInt(str2);\n\n System.out.println(n1*n2 + \" \" + (n1*2 + n2*2) );\n\n in.close();\n }\n}", "public class Main{\n\n\tpublic static void main(String[] args) {\n\n\t\tint n1,n2;\n\t\tString str1,str2;\n\n Scanner in = new Scanner(System.in);\n\n str1 = in.next();\n str2 = in.next();\n\n n1 = Integer.parseInt(str1);\n n2 = Integer.parseInt(str2);\n\n System.out.println(n1*n2 + \" \" + (n1*2 + n2*2) );\n\n in.close();\n }\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args) { int n1,n2; String str1,str2; Scanner in = new Scanner(System.in); str1 = in.next(); str2 = in.next(); n1 = Integer.parseInt(str1); n2 = Integer.parseInt(str2); System.out.println(n1*n2 + " " + (n1*2 + n2*2) ); in.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, 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 ], [ 45, 5 ], [ 45, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 22, 27 ], [ 27, 28 ], [ 28, 29 ], [ 28, 30 ], [ 27, 31 ], [ 8, 32 ], [ 32, 33 ], [ 33, 34 ], [ 34, 35 ], [ 34, 36 ], [ 32, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 39, 41 ], [ 6, 42 ], [ 42, 43 ], [ 0, 44 ], [ 44, 45 ], [ 44, 46 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\n public static void main(String[] args) {\n Scanner a=new Scanner(System.in);\n int x=a.nextInt();\n int y=a.nextInt();\n System.out.print(x*y+\" \");\n System.out.println(2*(x+y));\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n Scanner a=new Scanner(System.in);\n int x=a.nextInt();\n int y=a.nextInt();\n System.out.print(x*y+\" \");\n System.out.println(2*(x+y));\n }\n}", "Main", "public static void main(String[] args) {\n Scanner a=new Scanner(System.in);\n int x=a.nextInt();\n int y=a.nextInt();\n System.out.print(x*y+\" \");\n System.out.println(2*(x+y));\n }", "main", "{\n Scanner a=new Scanner(System.in);\n int x=a.nextInt();\n int y=a.nextInt();\n System.out.print(x*y+\" \");\n System.out.println(2*(x+y));\n }", "Scanner a=new Scanner(System.in);", "a", "new Scanner(System.in)", "int x=a.nextInt();", "x", "a.nextInt()", "a.nextInt", "a", "int y=a.nextInt();", "y", "a.nextInt()", "a.nextInt", "a", "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\n public static void main(String[] args) {\n Scanner a=new Scanner(System.in);\n int x=a.nextInt();\n int y=a.nextInt();\n System.out.print(x*y+\" \");\n System.out.println(2*(x+y));\n }\n}", "public class Main {\n\n public static void main(String[] args) {\n Scanner a=new Scanner(System.in);\n int x=a.nextInt();\n int y=a.nextInt();\n System.out.print(x*y+\" \");\n System.out.println(2*(x+y));\n }\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner a=new Scanner(System.in); int x=a.nextInt(); int y=a.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, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 17, 2, 13, 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 ], [ 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 ], [ 26, 27 ], [ 26, 28 ], [ 8, 29 ], [ 29, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 29, 34 ], [ 35, 35 ], [ 35, 36 ], [ 36, 37 ], [ 36, 38 ], [ 35, 39 ], [ 35, 40 ], [ 6, 41 ], [ 41, 42 ] ]
[ "import java.util.Scanner;\n\nclass Main{\n\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint lap = 2*(a+b);\n\t\tSystem.out.println(a*b + \" \" + lap);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n\n\tpublic static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint lap = 2*(a+b);\n\t\tSystem.out.println(a*b + \" \" + lap);\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint lap = 2*(a+b);\n\t\tSystem.out.println(a*b + \" \" + lap);\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tint lap = 2*(a+b);\n\t\tSystem.out.println(a*b + \" \" + lap);\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int lap = 2*(a+b);", "lap", "2*(a+b)", "2", "(a+b)", "a", "b", "System.out.println(a*b + \" \" + lap)", "System.out.println", "System.out", "System", "System.out", "a*b + \" \" + lap", "a*b + \" \" + lap", "a*b", "a", "b", "\" \"", "lap", "String[] args", "args" ]
import java.util.Scanner; class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int lap = 2*(a+b); System.out.println(a*b + " " + lap); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 18, 13, 13, 17, 2, 13, 13, 2, 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 ], [ 50, 5 ], [ 50, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 22, 27 ], [ 22, 28 ], [ 28, 29 ], [ 28, 30 ], [ 22, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 31, 35 ], [ 35, 36 ], [ 35, 37 ], [ 50, 38 ], [ 38, 39 ], [ 38, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 40, 44 ], [ 44, 45 ], [ 45, 46 ], [ 38, 47 ], [ 47, 48 ], [ 0, 49 ], [ 49, 50 ], [ 49, 51 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint num1 = scan.nextInt();\n\t\tint num2 = scan.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", num1*num2, num1*2 + num2*2);\n\t}\n\tpublic static void main(String[] args) {\n\t\tMain m = new Main();\n\t\tm.run();\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint num1 = scan.nextInt();\n\t\tint num2 = scan.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", num1*num2, num1*2 + num2*2);\n\t}\n\tpublic static void main(String[] args) {\n\t\tMain m = new Main();\n\t\tm.run();\n\t}\n}", "Main", "void run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint num1 = scan.nextInt();\n\t\tint num2 = scan.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", num1*num2, num1*2 + num2*2);\n\t}", "run", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint num1 = scan.nextInt();\n\t\tint num2 = scan.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", num1*num2, num1*2 + num2*2);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int num1 = scan.nextInt();", "num1", "scan.nextInt()", "scan.nextInt", "scan", "int num2 = scan.nextInt();", "num2", "scan.nextInt()", "scan.nextInt", "scan", "System.out.printf(\"%d %d\\n\", num1*num2, num1*2 + num2*2)", "System.out.printf", "System.out", "System", "System.out", "\"%d %d\\n\"", "num1*num2", "num1", "num2", "num1*2 + num2*2", "num1*2", "num1", "2", "num2*2", "num2", "2", "public static void main(String[] args) {\n\t\tMain m = new Main();\n\t\tm.run();\n\t}", "main", "{\n\t\tMain m = new Main();\n\t\tm.run();\n\t}", "Main m = new Main();", "m", "new Main()", "m.run()", "m.run", "m", "String[] args", "args", "public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint num1 = scan.nextInt();\n\t\tint num2 = scan.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", num1*num2, num1*2 + num2*2);\n\t}\n\tpublic static void main(String[] args) {\n\t\tMain m = new Main();\n\t\tm.run();\n\t}\n}", "public class Main {\n\tvoid run() {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint num1 = scan.nextInt();\n\t\tint num2 = scan.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", num1*num2, num1*2 + num2*2);\n\t}\n\tpublic static void main(String[] args) {\n\t\tMain m = new Main();\n\t\tm.run();\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { void run() { Scanner scan = new Scanner(System.in); int num1 = scan.nextInt(); int num2 = scan.nextInt(); System.out.printf("%d %d\n", num1*num2, num1*2 + num2*2); } public static void main(String[] args) { Main m = new Main(); m.run(); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 20, 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, 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 ], [ 75, 14 ], [ 75, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 17, 29 ], [ 29, 30 ], [ 29, 31 ], [ 17, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 34, 37 ], [ 37, 38 ], [ 38, 39 ], [ 17, 40 ], [ 40, 41 ], [ 40, 42 ], [ 42, 43 ], [ 43, 44 ], [ 42, 45 ], [ 45, 46 ], [ 46, 47 ], [ 17, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 53, 54 ], [ 53, 55 ], [ 17, 56 ], [ 56, 57 ], [ 57, 58 ], [ 58, 59 ], [ 58, 60 ], [ 56, 61 ], [ 17, 62 ], [ 62, 63 ], [ 63, 64 ], [ 64, 65 ], [ 64, 66 ], [ 62, 67 ], [ 67, 68 ], [ 68, 69 ], [ 68, 70 ], [ 67, 71 ], [ 15, 72 ], [ 72, 73 ], [ 0, 74 ], [ 74, 75 ], [ 74, 76 ] ]
[ "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\t// TODO Auto-generated method stub\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader bfr = new BufferedReader(isr);\n\t\tString s = bfr.readLine();\n\t\tStringTokenizer st = new StringTokenizer(s, \" \");\n\t\t\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tSystem.out.print(a * b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println((a + b) * 2 );\n\t\t\n\t\t\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader bfr = new BufferedReader(isr);\n\t\tString s = bfr.readLine();\n\t\tStringTokenizer st = new StringTokenizer(s, \" \");\n\t\t\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tSystem.out.print(a * b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println((a + b) * 2 );\n\t\t\n\t\t\n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader bfr = new BufferedReader(isr);\n\t\tString s = bfr.readLine();\n\t\tStringTokenizer st = new StringTokenizer(s, \" \");\n\t\t\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tSystem.out.print(a * b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println((a + b) * 2 );\n\t\t\n\t\t\n\t}", "main", "{\n\t\t// TODO Auto-generated method stub\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader bfr = new BufferedReader(isr);\n\t\tString s = bfr.readLine();\n\t\tStringTokenizer st = new StringTokenizer(s, \" \");\n\t\t\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tSystem.out.print(a * b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println((a + b) * 2 );\n\t\t\n\t\t\n\t}", "InputStreamReader isr = new InputStreamReader(System.in);", "isr", "new InputStreamReader(System.in)", "BufferedReader bfr = new BufferedReader(isr);", "bfr", "new BufferedReader(isr)", "String s = bfr.readLine();", "s", "bfr.readLine()", "bfr.readLine", "bfr", "StringTokenizer st = new StringTokenizer(s, \" \");", "st", "new StringTokenizer(s, \" \")", "int a = Integer.parseInt(st.nextToken());", "a", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int b = Integer.parseInt(st.nextToken());", "b", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "System.out.print(a * b)", "System.out.print", "System.out", "System", "System.out", "a * b", "a", "b", "System.out.print(\" \")", "System.out.print", "System.out", "System", "System.out", "\" \"", "System.out.println((a + b) * 2 )", "System.out.println", "System.out", "System", "System.out", "(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\t// TODO Auto-generated method stub\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader bfr = new BufferedReader(isr);\n\t\tString s = bfr.readLine();\n\t\tStringTokenizer st = new StringTokenizer(s, \" \");\n\t\t\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tSystem.out.print(a * b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println((a + b) * 2 );\n\t\t\n\t\t\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tInputStreamReader isr = new InputStreamReader(System.in);\n\t\tBufferedReader bfr = new BufferedReader(isr);\n\t\tString s = bfr.readLine();\n\t\tStringTokenizer st = new StringTokenizer(s, \" \");\n\t\t\n\t\tint a = Integer.parseInt(st.nextToken());\n\t\tint b = Integer.parseInt(st.nextToken());\n\t\tSystem.out.print(a * b);\n\t\tSystem.out.print(\" \");\n\t\tSystem.out.println((a + b) * 2 );\n\t\t\n\t\t\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class Main { public static void main(String[] args) throws IOException { // TODO Auto-generated method stub InputStreamReader isr = new InputStreamReader(System.in); BufferedReader bfr = new BufferedReader(isr); String s = bfr.readLine(); StringTokenizer st = new StringTokenizer(s, " "); int a = Integer.parseInt(st.nextToken()); int b = Integer.parseInt(st.nextToken()); System.out.print(a * b); System.out.print(" "); System.out.println((a + b) * 2 ); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 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 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 17, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 11, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 11, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 45, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 45, 49 ], [ 45, 50 ], [ 50, 51 ], [ 51, 52 ], [ 51, 53 ], [ 50, 54 ], [ 9, 55 ], [ 55, 56 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main{\n public static void main(String[] args) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] line = br.readLine().split(\" \");\n int x = Integer.parseInt(line[0]);\n int y = Integer.parseInt(line[1]);\n System.out.println(x*y+\" \"+(x+y)*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 BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] line = br.readLine().split(\" \");\n int x = Integer.parseInt(line[0]);\n int y = Integer.parseInt(line[1]);\n System.out.println(x*y+\" \"+(x+y)*2);\n }\n}", "Main", "public static void main(String[] args) throws Exception{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] line = br.readLine().split(\" \");\n int x = Integer.parseInt(line[0]);\n int y = Integer.parseInt(line[1]);\n System.out.println(x*y+\" \"+(x+y)*2);\n }", "main", "{\n BufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n String[] line = br.readLine().split(\" \");\n int x = Integer.parseInt(line[0]);\n int y = Integer.parseInt(line[1]);\n System.out.println(x*y+\" \"+(x+y)*2);\n }", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] line = br.readLine().split(\" \");", "line", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int x = Integer.parseInt(line[0]);", "x", "Integer.parseInt(line[0])", "Integer.parseInt", "Integer", "line[0]", "line", "0", "int y = Integer.parseInt(line[1]);", "y", "Integer.parseInt(line[1])", "Integer.parseInt", "Integer", "line[1]", "line", "1", "System.out.println(x*y+\" \"+(x+y)*2)", "System.out.println", "System.out", "System", "System.out", "x*y+\" \"+(x+y)*2", "x*y+\" \"+(x+y)*2", "x*y", "x", "y", "\" \"", "(x+y)*2", "(x+y)", "x", "y", "2", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.InputStreamReader; class Main{ public static void main(String[] args) throws Exception{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] line = br.readLine().split(" "); int x = Integer.parseInt(line[0]); int y = Integer.parseInt(line[1]); System.out.println(x*y+" "+(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, 4, 18, 18, 13, 13, 4, 18, 13, 17, 2, 13, 13, 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 ], [ 8, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 22, 27 ], [ 27, 28 ], [ 28, 29 ], [ 27, 30 ], [ 27, 31 ], [ 31, 32 ], [ 31, 33 ], [ 27, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 6, 39 ], [ 39, 40 ] ]
[ "\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n System.out.println(String.format(\"%d %d\", a * b, 2 * (a + b)));\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n System.out.println(String.format(\"%d %d\", a * b, 2 * (a + b)));\n }\n}", "Main", "public static void main(String[] args) {\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n System.out.println(String.format(\"%d %d\", a * b, 2 * (a + b)));\n }", "main", "{\n Scanner sn = new Scanner(System.in);\n int a = sn.nextInt();\n int b = sn.nextInt();\n System.out.println(String.format(\"%d %d\", a * b, 2 * (a + b)));\n }", "Scanner sn = new Scanner(System.in);", "sn", "new Scanner(System.in)", "int a = sn.nextInt();", "a", "sn.nextInt()", "sn.nextInt", "sn", "int b = sn.nextInt();", "b", "sn.nextInt()", "sn.nextInt", "sn", "System.out.println(String.format(\"%d %d\", a * b, 2 * (a + b)))", "System.out.println", "System.out", "System", "System.out", "String.format(\"%d %d\", a * b, 2 * (a + b))", "String.format", "String", "\"%d %d\"", "a * b", "a", "b", "2 * (a + b)", "2", "(a + b)", "a", "b", "String[] args", "args" ]
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner sn = new Scanner(System.in); int a = sn.nextInt(); int b = sn.nextInt(); System.out.println(String.format("%d %d", a * b, 2 * (a + b))); } }
[ 7, 15, 13, 17, 15, 13, 17, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 42, 4, 18, 13, 30, 41, 13, 4, 18, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 4, 18, 18, 13, 13, 2, 2, 2, 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 ], [ 0, 10 ], [ 10, 11 ], [ 10, 12 ], [ 0, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 17, 21 ], [ 21, 22 ], [ 21, 23 ], [ 17, 24 ], [ 24, 25 ], [ 25, 26 ], [ 26, 27 ], [ 24, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 31, 32 ], [ 32, 33 ], [ 31, 34 ], [ 34, 35 ], [ 35, 36 ], [ 28, 37 ], [ 37, 38 ], [ 37, 39 ], [ 39, 40 ], [ 40, 41 ], [ 39, 42 ], [ 42, 43 ], [ 43, 44 ], [ 28, 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 ], [ 56, 58 ], [ 58, 59 ], [ 58, 60 ], [ 15, 61 ], [ 61, 62 ] ]
[ "import java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\nimport java.util.StringTokenizer;\nclass Main{\n public static void main(String[] args)throws IOException{\n BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(bf.readLine());\n while(st.hasMoreTokens()){\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n System.out.println(a*b+\" \"+2*(a+b));\n }\n }\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "import java.util.StringTokenizer;", "StringTokenizer", "java.util", "class Main{\n public static void main(String[] args)throws IOException{\n BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(bf.readLine());\n while(st.hasMoreTokens()){\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n System.out.println(a*b+\" \"+2*(a+b));\n }\n }\n}", "Main", "public static void main(String[] args)throws IOException{\n BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(bf.readLine());\n while(st.hasMoreTokens()){\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n System.out.println(a*b+\" \"+2*(a+b));\n }\n }", "main", "{\n BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));\n\t\tStringTokenizer st = new StringTokenizer(bf.readLine());\n while(st.hasMoreTokens()){\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n System.out.println(a*b+\" \"+2*(a+b));\n }\n }", "BufferedReader bf = new BufferedReader(new InputStreamReader(System.in));", "bf", "new BufferedReader(new InputStreamReader(System.in))", "StringTokenizer st = new StringTokenizer(bf.readLine());", "st", "new StringTokenizer(bf.readLine())", "while(st.hasMoreTokens()){\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n System.out.println(a*b+\" \"+2*(a+b));\n }", "st.hasMoreTokens()", "st.hasMoreTokens", "st", "{\n int a = Integer.parseInt(st.nextToken());\n int b = Integer.parseInt(st.nextToken());\n System.out.println(a*b+\" \"+2*(a+b));\n }", "int a = Integer.parseInt(st.nextToken());", "a", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "int b = Integer.parseInt(st.nextToken());", "b", "Integer.parseInt(st.nextToken())", "Integer.parseInt", "Integer", "st.nextToken()", "st.nextToken", "st", "System.out.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.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; class Main{ public static void main(String[] args)throws IOException{ BufferedReader bf = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st = new StringTokenizer(bf.readLine()); while(st.hasMoreTokens()){ int a = Integer.parseInt(st.nextToken()); int b = Integer.parseInt(st.nextToken()); System.out.println(a*b+" "+2*(a+b)); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 2, 2, 13, 13, 13, 13, 4, 18, 18, 13, 13, 2, 2, 13, 17, 13, 4, 18, 18, 13, 13, 12, 13, 30, 41, 13, 20, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 63, 5 ], [ 63, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 24, 26 ], [ 8, 27 ], [ 27, 28 ], [ 27, 29 ], [ 31, 30 ], [ 30, 31 ], [ 31, 32 ], [ 31, 33 ], [ 30, 34 ], [ 31, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 42, 42 ], [ 42, 43 ], [ 42, 44 ], [ 42, 45 ], [ 8, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 63, 51 ], [ 51, 52 ], [ 51, 53 ], [ 53, 54 ], [ 54, 55 ], [ 54, 56 ], [ 53, 57 ], [ 57, 58 ], [ 58, 59 ], [ 51, 60 ], [ 60, 61 ], [ 0, 62 ], [ 62, 63 ], [ 62, 64 ] ]
[ "import java.util.Scanner;\npublic class Main{\n \n public void solve(){\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+a+b+b;\n System.out.print(men+\" \"+syu);\n System.out.println();\n }\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 \n public void solve(){\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+a+b+b;\n System.out.print(men+\" \"+syu);\n System.out.println();\n }\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=sc.nextInt();\n int b=sc.nextInt();\n int men=a*b;\n int syu=a+a+b+b;\n System.out.print(men+\" \"+syu);\n System.out.println();\n }", "solve", "{\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+a+b+b;\n System.out.print(men+\" \"+syu);\n System.out.println();\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+a+b+b;", "syu", "a+a+b+b", "b", "a+a+b+b", "a", "a", "b", "b", "System.out.print(men+\" \"+syu)", "System.out.print", "System.out", "System", "System.out", "men+\" \"+syu", "men+\" \"+syu", "men", "\" \"", "syu", "System.out.println()", "System.out.println", "System.out", "System", "System.out", "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 \n public void solve(){\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+a+b+b;\n System.out.print(men+\" \"+syu);\n System.out.println();\n }\n \n public static void main(String[] args){\n Main obj = new Main();\n obj.solve();\n }\n}", "public class Main{\n \n public void solve(){\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+a+b+b;\n System.out.print(men+\" \"+syu);\n System.out.println();\n }\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=sc.nextInt(); int b=sc.nextInt(); int men=a*b; int syu=a+a+b+b; System.out.print(men+" "+syu); System.out.println(); } public static void main(String[] args){ Main obj = new Main(); obj.solve(); } }
[ 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, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 45, 5 ], [ 45, 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 ], [ 6, 42 ], [ 42, 43 ], [ 0, 44 ], [ 44, 45 ], [ 44, 46 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n\n\t/**\n\t * たてとよこの長方形面積と周の長さを求める\n\t * @param args たて、よこ\n\t */\n\t\tpublic static void main(String[] args){\n\t\t\tint tate ,yoko;\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\ttate =\tscan.nextInt();\n\t\t\tyoko = scan.nextInt();\n\t\t\tSystem.out.println(tate*yoko +\" \"+(tate+yoko)*2);\n\t\t}\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\n\t/**\n\t * たてとよこの長方形面積と周の長さを求める\n\t * @param args たて、よこ\n\t */\n\t\tpublic static void main(String[] args){\n\t\t\tint tate ,yoko;\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\ttate =\tscan.nextInt();\n\t\t\tyoko = scan.nextInt();\n\t\t\tSystem.out.println(tate*yoko +\" \"+(tate+yoko)*2);\n\t\t}\n}", "Main", "/**\n\t * たてとよこの長方形面積と周の長さを求める\n\t * @param args たて、よこ\n\t */\n\t\tpublic static void main(String[] args){\n\t\t\tint tate ,yoko;\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\ttate =\tscan.nextInt();\n\t\t\tyoko = scan.nextInt();\n\t\t\tSystem.out.println(tate*yoko +\" \"+(tate+yoko)*2);\n\t\t}", "main", "{\n\t\t\tint tate ,yoko;\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\ttate =\tscan.nextInt();\n\t\t\tyoko = scan.nextInt();\n\t\t\tSystem.out.println(tate*yoko +\" \"+(tate+yoko)*2);\n\t\t}", "int tate", "tate", "yoko;", "yoko", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "tate =\tscan.nextInt()", "tate", "scan.nextInt()", "scan.nextInt", "scan", "yoko = scan.nextInt()", "yoko", "scan.nextInt()", "scan.nextInt", "scan", "System.out.println(tate*yoko +\" \"+(tate+yoko)*2)", "System.out.println", "System.out", "System", "System.out", "tate*yoko +\" \"+(tate+yoko)*2", "tate*yoko +\" \"+(tate+yoko)*2", "tate*yoko", "tate", "yoko", "\" \"", "(tate+yoko)*2", "(tate+yoko)", "tate", "yoko", "2", "String[] args", "args", "public class Main {\n\n\n\t/**\n\t * たてとよこの長方形面積と周の長さを求める\n\t * @param args たて、よこ\n\t */\n\t\tpublic static void main(String[] args){\n\t\t\tint tate ,yoko;\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\ttate =\tscan.nextInt();\n\t\t\tyoko = scan.nextInt();\n\t\t\tSystem.out.println(tate*yoko +\" \"+(tate+yoko)*2);\n\t\t}\n}", "public class Main {\n\n\n\t/**\n\t * たてとよこの長方形面積と周の長さを求める\n\t * @param args たて、よこ\n\t */\n\t\tpublic static void main(String[] args){\n\t\t\tint tate ,yoko;\n\t\t\tScanner scan = new Scanner(System.in);\n\t\t\ttate =\tscan.nextInt();\n\t\t\tyoko = scan.nextInt();\n\t\t\tSystem.out.println(tate*yoko +\" \"+(tate+yoko)*2);\n\t\t}\n}", "Main" ]
import java.util.Scanner; public class Main { /** * たてとよこの長方形面積と周の長さを求める * @param args たて、よこ */ public static void main(String[] args){ int tate ,yoko; Scanner scan = new Scanner(System.in); tate = scan.nextInt(); yoko = scan.nextInt(); System.out.println(tate*yoko +" "+(tate+yoko)*2); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 38, 5, 13, 30, 4, 18, 18, 13, 13, 17, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 17, 2, 13, 13, 4, 18, 18, 13, 13, 2, 2, 13, 17, 13, 4, 18, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 13, 14 ], [ 13, 15 ], [ 15, 16 ], [ 16, 17 ], [ 17, 18 ], [ 18, 19 ], [ 18, 20 ], [ 16, 21 ], [ 12, 22 ], [ 22, 23 ], [ 23, 24 ], [ 23, 25 ], [ 22, 26 ], [ 26, 27 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 22, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 22, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 40 ], [ 22, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 45, 46 ], [ 45, 47 ], [ 22, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 48, 53 ], [ 54, 54 ], [ 54, 55 ], [ 54, 56 ], [ 54, 57 ], [ 22, 58 ], [ 58, 59 ], [ 59, 60 ], [ 9, 61 ], [ 61, 62 ] ]
[ "import java.util.InputMismatchException;\nimport java.util.Scanner;\n\nclass Main {\n public static void main(String[] args) {\n\ttry {\n\t Scanner scan = new Scanner(System.in);\n\t int a = scan.nextInt();\n\t int b = scan.nextInt();\n\t int s = a * b;\n\t int l = 2 * (a + b);\n\t System.out.println(s + \" \" + l);\n\t scan.close();\n\t} catch (InputMismatchException e) {\n\t System.out.println(\"??°?????\\????????\\??????????????????\");\n\t}\n }\n}", "import java.util.InputMismatchException;", "InputMismatchException", "java.util", "import java.util.Scanner;", "Scanner", "java.util", "class Main {\n public static void main(String[] args) {\n\ttry {\n\t Scanner scan = new Scanner(System.in);\n\t int a = scan.nextInt();\n\t int b = scan.nextInt();\n\t int s = a * b;\n\t int l = 2 * (a + b);\n\t System.out.println(s + \" \" + l);\n\t scan.close();\n\t} catch (InputMismatchException e) {\n\t System.out.println(\"??°?????\\????????\\??????????????????\");\n\t}\n }\n}", "Main", "public static void main(String[] args) {\n\ttry {\n\t Scanner scan = new Scanner(System.in);\n\t int a = scan.nextInt();\n\t int b = scan.nextInt();\n\t int s = a * b;\n\t int l = 2 * (a + b);\n\t System.out.println(s + \" \" + l);\n\t scan.close();\n\t} catch (InputMismatchException e) {\n\t System.out.println(\"??°?????\\????????\\??????????????????\");\n\t}\n }", "main", "{\n\ttry {\n\t Scanner scan = new Scanner(System.in);\n\t int a = scan.nextInt();\n\t int b = scan.nextInt();\n\t int s = a * b;\n\t int l = 2 * (a + b);\n\t System.out.println(s + \" \" + l);\n\t scan.close();\n\t} catch (InputMismatchException e) {\n\t System.out.println(\"??°?????\\????????\\??????????????????\");\n\t}\n }", "try {\n\t Scanner scan = new Scanner(System.in);\n\t int a = scan.nextInt();\n\t int b = scan.nextInt();\n\t int s = a * b;\n\t int l = 2 * (a + b);\n\t System.out.println(s + \" \" + l);\n\t scan.close();\n\t} catch (InputMismatchException e) {\n\t System.out.println(\"??°?????\\????????\\??????????????????\");\n\t}", "catch (InputMismatchException e) {\n\t System.out.println(\"??°?????\\????????\\??????????????????\");\n\t}", "InputMismatchException e", "{\n\t System.out.println(\"??°?????\\????????\\??????????????????\");\n\t}", "System.out.println(\"??°?????\\????????\\??????????????????\")", "System.out.println", "System.out", "System", "System.out", "\"??°?????\\????????\\??????????????????\"", "{\n\t Scanner scan = new Scanner(System.in);\n\t int a = scan.nextInt();\n\t int b = scan.nextInt();\n\t int s = a * b;\n\t int l = 2 * (a + b);\n\t System.out.println(s + \" \" + l);\n\t scan.close();\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 s = a * b;", "s", "a * b", "a", "b", "int l = 2 * (a + b);", "l", "2 * (a + b)", "2", "(a + b)", "a", "b", "System.out.println(s + \" \" + l)", "System.out.println", "System.out", "System", "System.out", "s + \" \" + l", "s + \" \" + l", "s", "\" \"", "l", "scan.close()", "scan.close", "scan", "String[] args", "args" ]
import java.util.InputMismatchException; import java.util.Scanner; class Main { public static void main(String[] args) { try { Scanner scan = new Scanner(System.in); int a = scan.nextInt(); int b = scan.nextInt(); int s = a * b; int l = 2 * (a + b); System.out.println(s + " " + l); scan.close(); } catch (InputMismatchException e) { System.out.println("??°?????\????????\??????????????????"); } } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 20, 41, 13, 4, 18, 13, 17, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 14, 2, 2, 13, 17, 2, 13, 17, 30, 29, 14, 2, 2, 13, 17, 2, 13, 17, 30, 29, 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 ], [ 77, 5 ], [ 77, 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 ], [ 17, 20 ], [ 17, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 24, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 30, 32 ], [ 32, 33 ], [ 33, 34 ], [ 32, 35 ], [ 35, 36 ], [ 35, 37 ], [ 8, 38 ], [ 38, 39 ], [ 39, 40 ], [ 40, 41 ], [ 40, 42 ], [ 39, 43 ], [ 43, 44 ], [ 43, 45 ], [ 38, 46 ], [ 46, 47 ], [ 8, 48 ], [ 48, 49 ], [ 49, 50 ], [ 50, 51 ], [ 50, 52 ], [ 49, 53 ], [ 53, 54 ], [ 53, 55 ], [ 48, 56 ], [ 56, 57 ], [ 8, 58 ], [ 58, 59 ], [ 59, 60 ], [ 60, 61 ], [ 60, 62 ], [ 58, 63 ], [ 64, 64 ], [ 64, 65 ], [ 65, 66 ], [ 65, 67 ], [ 64, 68 ], [ 64, 69 ], [ 69, 70 ], [ 70, 71 ], [ 70, 72 ], [ 69, 73 ], [ 6, 74 ], [ 74, 75 ], [ 0, 76 ], [ 76, 77 ], [ 76, 78 ] ]
[ "import java.io.*;\n\npublic class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strIn = new String(in.readLine());\n\t\tString[] strArray = strIn.split(\" \", 2);\n\t\tint a = Integer.parseInt(strArray[0]), b = Integer.parseInt(strArray[1]);\n\t\tif(a < 1 || a > 100) {\n\t\t\treturn;\n\t\t}\n\t\tif(b < 1 || b > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + ((a + b) * 2));\n\n\t}\n\n}\n", "import java.io.*;", "io.*", "java", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strIn = new String(in.readLine());\n\t\tString[] strArray = strIn.split(\" \", 2);\n\t\tint a = Integer.parseInt(strArray[0]), b = Integer.parseInt(strArray[1]);\n\t\tif(a < 1 || a > 100) {\n\t\t\treturn;\n\t\t}\n\t\tif(b < 1 || b > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + ((a + b) * 2));\n\n\t}\n\n}", "Main", "public static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strIn = new String(in.readLine());\n\t\tString[] strArray = strIn.split(\" \", 2);\n\t\tint a = Integer.parseInt(strArray[0]), b = Integer.parseInt(strArray[1]);\n\t\tif(a < 1 || a > 100) {\n\t\t\treturn;\n\t\t}\n\t\tif(b < 1 || b > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + ((a + b) * 2));\n\n\t}", "main", "{\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strIn = new String(in.readLine());\n\t\tString[] strArray = strIn.split(\" \", 2);\n\t\tint a = Integer.parseInt(strArray[0]), b = Integer.parseInt(strArray[1]);\n\t\tif(a < 1 || a > 100) {\n\t\t\treturn;\n\t\t}\n\t\tif(b < 1 || b > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + ((a + b) * 2));\n\n\t}", "BufferedReader in = new BufferedReader(new InputStreamReader(System.in));", "in", "new BufferedReader(new InputStreamReader(System.in))", "String strIn = new String(in.readLine());", "strIn", "new String(in.readLine())", "String[] strArray = strIn.split(\" \", 2);", "strArray", "strIn.split(\" \", 2)", "strIn.split", "strIn", "\" \"", "2", "int a = Integer.parseInt(strArray[0])", "a", "Integer.parseInt(strArray[0])", "Integer.parseInt", "Integer", "strArray[0]", "strArray", "0", "b = Integer.parseInt(strArray[1]);", "b", "Integer.parseInt(strArray[1])", "Integer.parseInt", "Integer", "strArray[1]", "strArray", "1", "if(a < 1 || a > 100) {\n\t\t\treturn;\n\t\t}", "a < 1 || a > 100", "a < 1", "a", "1", "a > 100", "a", "100", "{\n\t\t\treturn;\n\t\t}", "return;", "if(b < 1 || b > 100) {\n\t\t\treturn;\n\t\t}", "b < 1 || b > 100", "b < 1", "b", "1", "b > 100", "b", "100", "{\n\t\t\treturn;\n\t\t}", "return;", "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 in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strIn = new String(in.readLine());\n\t\tString[] strArray = strIn.split(\" \", 2);\n\t\tint a = Integer.parseInt(strArray[0]), b = Integer.parseInt(strArray[1]);\n\t\tif(a < 1 || a > 100) {\n\t\t\treturn;\n\t\t}\n\t\tif(b < 1 || b > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + ((a + b) * 2));\n\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) throws IOException {\n\t\tBufferedReader in = new BufferedReader(new InputStreamReader(System.in));\n\t\tString strIn = new String(in.readLine());\n\t\tString[] strArray = strIn.split(\" \", 2);\n\t\tint a = Integer.parseInt(strArray[0]), b = Integer.parseInt(strArray[1]);\n\t\tif(a < 1 || a > 100) {\n\t\t\treturn;\n\t\t}\n\t\tif(b < 1 || b > 100) {\n\t\t\treturn;\n\t\t}\n\t\tSystem.out.println((a * b) + \" \" + ((a + b) * 2));\n\n\t}\n\n}", "Main" ]
import java.io.*; public class Main { public static void main(String[] args) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); String strIn = new String(in.readLine()); String[] strArray = strIn.split(" ", 2); int a = Integer.parseInt(strArray[0]), b = Integer.parseInt(strArray[1]); if(a < 1 || a > 100) { return; } if(b < 1 || b > 100) { return; } System.out.println((a * b) + " " + ((a + b) * 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\tpublic static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint t = scan.nextInt();\n\tint y = scan.nextInt();\n\tint m = t*y;\n\tint n = 2*t + 2*y;\n\n\tSystem.out.println(m + \" \" + n);\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main {\n\tpublic static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint t = scan.nextInt();\n\tint y = scan.nextInt();\n\tint m = t*y;\n\tint n = 2*t + 2*y;\n\n\tSystem.out.println(m + \" \" + n);\n\t}\n}", "Main", "public static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint t = scan.nextInt();\n\tint y = scan.nextInt();\n\tint m = t*y;\n\tint n = 2*t + 2*y;\n\n\tSystem.out.println(m + \" \" + n);\n\t}", "main", "{\n\tScanner scan = new Scanner(System.in);\n\tint t = scan.nextInt();\n\tint y = scan.nextInt();\n\tint m = t*y;\n\tint n = 2*t + 2*y;\n\n\tSystem.out.println(m + \" \" + n);\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int t = scan.nextInt();", "t", "scan.nextInt()", "scan.nextInt", "scan", "int y = scan.nextInt();", "y", "scan.nextInt()", "scan.nextInt", "scan", "int m = t*y;", "m", "t*y", "t", "y", "int n = 2*t + 2*y;", "n", "2*t + 2*y", "2*t", "2", "t", "2*y", "2", "y", "System.out.println(m + \" \" + n)", "System.out.println", "System.out", "System", "System.out", "m + \" \" + n", "m + \" \" + n", "m", "\" \"", "n", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint t = scan.nextInt();\n\tint y = scan.nextInt();\n\tint m = t*y;\n\tint n = 2*t + 2*y;\n\n\tSystem.out.println(m + \" \" + n);\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args) {\n\tScanner scan = new Scanner(System.in);\n\tint t = scan.nextInt();\n\tint y = scan.nextInt();\n\tint m = t*y;\n\tint n = 2*t + 2*y;\n\n\tSystem.out.println(m + \" \" + n);\n\t}\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int t = scan.nextInt(); int y = scan.nextInt(); int m = t*y; int n = 2*t + 2*y; System.out.println(m + " " + n); } }
[ 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, 13, 13, 4, 18, 18, 13, 13, 17, 4, 18, 18, 13, 13, 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 ], [ 8, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 22, 27 ], [ 27, 28 ], [ 27, 29 ], [ 8, 30 ], [ 30, 31 ], [ 31, 32 ], [ 32, 33 ], [ 32, 34 ], [ 30, 35 ], [ 8, 36 ], [ 36, 37 ], [ 37, 38 ], [ 38, 39 ], [ 38, 40 ], [ 36, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 6, 46 ], [ 46, 47 ] ]
[ "import java.util.Scanner;\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 System.out.print(a*b);\n System.out.print(\" \");\n System.out.println(2*(a+b));\n }\n}", "import java.util.Scanner;", "Scanner", "java.util", "class Main{\n public static void main(String[] args) {\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.print(a*b);\n System.out.print(\" \");\n System.out.println(2*(a+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.print(a*b);\n System.out.print(\" \");\n System.out.println(2*(a+b));\n }", "main", "{\n Scanner sc = new Scanner(System.in);\n int a = sc.nextInt();\n int b = sc.nextInt();\n System.out.print(a*b);\n System.out.print(\" \");\n System.out.println(2*(a+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.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(2*(a+b))", "System.out.println", "System.out", "System", "System.out", "2*(a+b)", "2", "(a+b)", "a", "b", "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(); System.out.print(a*b); System.out.print(" "); System.out.println(2*(a+b)); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 4, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 41, 13, 4, 18, 13, 18, 13, 17, 4, 18, 18, 13, 13, 2, 2, 2, 13, 13, 17, 2, 2, 2, 13, 13, 13, 13, 23, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 7, 8 ], [ 7, 9 ], [ 9, 10 ], [ 9, 11 ], [ 11, 12 ], [ 12, 13 ], [ 12, 14 ], [ 11, 15 ], [ 15, 16 ], [ 15, 17 ], [ 17, 18 ], [ 18, 19 ], [ 19, 20 ], [ 20, 21 ], [ 17, 22 ], [ 11, 23 ], [ 23, 24 ], [ 23, 25 ], [ 25, 26 ], [ 26, 27 ], [ 25, 28 ], [ 28, 29 ], [ 28, 30 ], [ 11, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 34, 35 ], [ 33, 36 ], [ 36, 37 ], [ 36, 38 ], [ 11, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 45, 45 ], [ 45, 46 ], [ 46, 47 ], [ 46, 48 ], [ 45, 49 ], [ 45, 50 ], [ 50, 51 ], [ 51, 52 ], [ 52, 53 ], [ 52, 54 ], [ 51, 55 ], [ 50, 56 ], [ 9, 57 ], [ 57, 58 ] ]
[ "import java.io.BufferedReader;\nimport java.io.InputStreamReader;\n\nclass Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n\t\tSystem.out.println((a*b)+\" \"+(a+b+a+b));\n\t}\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "class Main {\n\tpublic static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n\t\tSystem.out.println((a*b)+\" \"+(a+b+a+b));\n\t}\n}", "Main", "public static void main(String[] args) throws Exception {\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n\t\tSystem.out.println((a*b)+\" \"+(a+b+a+b));\n\t}", "main", "{\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] array = br.readLine().split(\" \");\n int a = Integer.parseInt(array[0]);\n int b = Integer.parseInt(array[1]);\n\t\tSystem.out.println((a*b)+\" \"+(a+b+a+b));\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] array = br.readLine().split(\" \");", "array", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int a = Integer.parseInt(array[0]);", "a", "Integer.parseInt(array[0])", "Integer.parseInt", "Integer", "array[0]", "array", "0", "int b = Integer.parseInt(array[1]);", "b", "Integer.parseInt(array[1])", "Integer.parseInt", "Integer", "array[1]", "array", "1", "System.out.println((a*b)+\" \"+(a+b+a+b))", "System.out.println", "System.out", "System", "System.out", "(a*b)+\" \"+(a+b+a+b)", "(a*b)+\" \"+(a+b+a+b)", "(a*b)", "a", "b", "\" \"", "(a+b+a+b)", "a", "a+b+a+b", "a", "b", "a", "b", "String[] args", "args" ]
import java.io.BufferedReader; import java.io.InputStreamReader; class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] array = br.readLine().split(" "); int a = Integer.parseInt(array[0]); int b = Integer.parseInt(array[1]); System.out.println((a*b)+" "+(a+b+a+b)); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 2, 13, 13, 41, 13, 2, 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;\n\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint scanner1 = scanner.nextInt();\n\t\tint scanner2 = scanner.nextInt();\n\t\tint area = scanner1 * scanner2;\n\t\tint Surroundings = 2 * scanner1 + 2 * scanner2;\n\t\tSystem.out.println(area + \" \" + Surroundings);\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint scanner1 = scanner.nextInt();\n\t\tint scanner2 = scanner.nextInt();\n\t\tint area = scanner1 * scanner2;\n\t\tint Surroundings = 2 * scanner1 + 2 * scanner2;\n\t\tSystem.out.println(area + \" \" + Surroundings);\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint scanner1 = scanner.nextInt();\n\t\tint scanner2 = scanner.nextInt();\n\t\tint area = scanner1 * scanner2;\n\t\tint Surroundings = 2 * scanner1 + 2 * scanner2;\n\t\tSystem.out.println(area + \" \" + Surroundings);\n\t}", "main", "{\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint scanner1 = scanner.nextInt();\n\t\tint scanner2 = scanner.nextInt();\n\t\tint area = scanner1 * scanner2;\n\t\tint Surroundings = 2 * scanner1 + 2 * scanner2;\n\t\tSystem.out.println(area + \" \" + Surroundings);\n\t}", "Scanner scanner = new Scanner(System.in);", "scanner", "new Scanner(System.in)", "int scanner1 = scanner.nextInt();", "scanner1", "scanner.nextInt()", "scanner.nextInt", "scanner", "int scanner2 = scanner.nextInt();", "scanner2", "scanner.nextInt()", "scanner.nextInt", "scanner", "int area = scanner1 * scanner2;", "area", "scanner1 * scanner2", "scanner1", "scanner2", "int Surroundings = 2 * scanner1 + 2 * scanner2;", "Surroundings", "2 * scanner1 + 2 * scanner2", "2 * scanner1", "2", "scanner1", "2 * scanner2", "2", "scanner2", "System.out.println(area + \" \" + Surroundings)", "System.out.println", "System.out", "System", "System.out", "area + \" \" + Surroundings", "area + \" \" + Surroundings", "area", "\" \"", "Surroundings", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint scanner1 = scanner.nextInt();\n\t\tint scanner2 = scanner.nextInt();\n\t\tint area = scanner1 * scanner2;\n\t\tint Surroundings = 2 * scanner1 + 2 * scanner2;\n\t\tSystem.out.println(area + \" \" + Surroundings);\n\t}\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\tScanner scanner = new Scanner(System.in);\n\t\tint scanner1 = scanner.nextInt();\n\t\tint scanner2 = scanner.nextInt();\n\t\tint area = scanner1 * scanner2;\n\t\tint Surroundings = 2 * scanner1 + 2 * scanner2;\n\t\tSystem.out.println(area + \" \" + Surroundings);\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int scanner1 = scanner.nextInt(); int scanner2 = scanner.nextInt(); int area = scanner1 * scanner2; int Surroundings = 2 * scanner1 + 2 * scanner2; System.out.println(area + " " + Surroundings); } }
[ 7, 15, 13, 17, 15, 13, 17, 6, 13, 41, 13, 41, 13, 18, 13, 13, 12, 13, 30, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 4, 18, 13, 17, 2, 13, 13, 2, 17, 2, 13, 13, 12, 13, 30, 0, 13, 20, 4, 18, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 4, 5 ], [ 4, 6 ], [ 0, 7 ], [ 53, 8 ], [ 53, 9 ], [ 9, 10 ], [ 53, 11 ], [ 11, 12 ], [ 11, 13 ], [ 13, 14 ], [ 13, 15 ], [ 53, 16 ], [ 16, 17 ], [ 16, 18 ], [ 18, 19 ], [ 19, 20 ], [ 19, 21 ], [ 21, 22 ], [ 22, 23 ], [ 18, 24 ], [ 24, 25 ], [ 24, 26 ], [ 26, 27 ], [ 27, 28 ], [ 18, 29 ], [ 29, 30 ], [ 30, 31 ], [ 29, 32 ], [ 29, 33 ], [ 33, 34 ], [ 33, 35 ], [ 29, 36 ], [ 36, 37 ], [ 36, 38 ], [ 38, 39 ], [ 38, 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.io.*;\nimport java.util.*;\n\npublic class Main {\n\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\t\n\t\tcout.printf(\"%d %d\\n\", a*b, 2*(a+b));\n\n\t}\t\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}\n\t\t\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n\t\n}", "import java.io.*;", "io.*", "java", "import java.util.*;", "util.*", "java", "public class Main {\n\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\t\n\t\tcout.printf(\"%d %d\\n\", a*b, 2*(a+b));\n\n\t}\t\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}\n\t\t\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n\t\n}", "Main", "static Scanner cin;", "cin", "static PrintStream cout = System.out;//標準出力", "cout", "System.out", "System", "System.out", "public static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\t\n\t\tcout.printf(\"%d %d\\n\", a*b, 2*(a+b));\n\n\t}", "solver", "{\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\t\n\t\tcout.printf(\"%d %d\\n\", a*b, 2*(a+b));\n\n\t}", "int a = cin.nextInt();", "a", "cin.nextInt()", "cin.nextInt", "cin", "int b = cin.nextInt();", "b", "cin.nextInt()", "cin.nextInt", "cin", "cout.printf(\"%d %d\\n\", a*b, 2*(a+b))", "cout.printf", "cout", "\"%d %d\\n\"", "a*b", "a", "b", "2*(a+b)", "2", "(a+b)", "a", "b", "public static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}", "main", "{\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}", "cin = new Scanner(System.in)", "cin", "new Scanner(System.in)", "Main.solver()", "Main.solver", "Main", "String[] args", "args", "public class Main {\n\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\t\n\t\tcout.printf(\"%d %d\\n\", a*b, 2*(a+b));\n\n\t}\t\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}\n\t\t\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n\t\n}", "public class Main {\n\n\n\tpublic static void solver() {\n\t\n\t\tint a = cin.nextInt();\n\t\tint b = cin.nextInt();\n\t\t\n\t\tcout.printf(\"%d %d\\n\", a*b, 2*(a+b));\n\n\t}\t\n\t\n\tpublic static void main(String[] args) throws IOException {\n\n\t\tcin = new Scanner(System.in);\n\t\tMain.solver();\n\t}\n\t\t\n\tstatic Scanner cin;\n\tstatic PrintStream cout = System.out;//標準出力\n\t\n}", "Main" ]
import java.io.*; import java.util.*; public class Main { public static void solver() { int a = cin.nextInt(); int b = cin.nextInt(); cout.printf("%d %d\n", a*b, 2*(a+b)); } public static void main(String[] args) throws IOException { cin = new Scanner(System.in); Main.solver(); } static Scanner cin; static PrintStream cout = System.out;//標準出力 }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 41, 13, 0, 13, 2, 2, 13, 17, 2, 13, 17, 0, 13, 2, 13, 13, 4, 18, 18, 13, 13, 2, 2, 40, 13, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 54, 5 ], [ 54, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 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 ], [ 26, 28 ], [ 28, 29 ], [ 29, 30 ], [ 29, 31 ], [ 28, 32 ], [ 32, 33 ], [ 32, 34 ], [ 8, 35 ], [ 35, 36 ], [ 35, 37 ], [ 37, 38 ], [ 37, 39 ], [ 8, 40 ], [ 40, 41 ], [ 41, 42 ], [ 42, 43 ], [ 42, 44 ], [ 40, 45 ], [ 46, 46 ], [ 46, 47 ], [ 47, 48 ], [ 46, 49 ], [ 46, 50 ], [ 6, 51 ], [ 51, 52 ], [ 0, 53 ], [ 53, 54 ], [ 53, 55 ] ]
[ "import java.util.Scanner;\n\npublic class Main{\npublic static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint x,y;\n\t\tx=a*2+b*2;\n\t\ty=a*b;\n\t\tSystem.out.println(+ y + \" \" + x);\n\t\n}\n\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main{\npublic static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint x,y;\n\t\tx=a*2+b*2;\n\t\ty=a*b;\n\t\tSystem.out.println(+ y + \" \" + x);\n\t\n}\n\n}", "Main", "public static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint x,y;\n\t\tx=a*2+b*2;\n\t\ty=a*b;\n\t\tSystem.out.println(+ y + \" \" + x);\n\t\n}", "main", "{\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint x,y;\n\t\tx=a*2+b*2;\n\t\ty=a*b;\n\t\tSystem.out.println(+ y + \" \" + x);\n\t\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 x", "x", "y;", "y", "x=a*2+b*2", "x", "a*2+b*2", "a*2", "a", "2", "b*2", "b", "2", "y=a*b", "y", "a*b", "a", "b", "System.out.println(+ y + \" \" + x)", "System.out.println", "System.out", "System", "System.out", "+ y + \" \" + x", "+ y + \" \" + x", "+ y", "y", "\" \"", "x", "String[] args", "args", "public class Main{\npublic static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint x,y;\n\t\tx=a*2+b*2;\n\t\ty=a*b;\n\t\tSystem.out.println(+ y + \" \" + x);\n\t\n}\n\n}", "public class Main{\npublic static void main(String[] args){\n\tScanner sc = new Scanner(System.in);\n\tint a = sc.nextInt();\n\tint b = sc.nextInt();\n\tint x,y;\n\t\tx=a*2+b*2;\n\t\ty=a*b;\n\t\tSystem.out.println(+ y + \" \" + x);\n\t\n}\n\n}", "Main" ]
import java.util.Scanner; public class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int x,y; x=a*2+b*2; y=a*b; System.out.println(+ y + " " + x); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 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, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 59, 5 ], [ 59, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 24, 27 ], [ 8, 28 ], [ 28, 29 ], [ 28, 30 ], [ 30, 31 ], [ 31, 32 ], [ 30, 33 ], [ 8, 34 ], [ 34, 35 ], [ 34, 36 ], [ 36, 37 ], [ 36, 38 ], [ 8, 39 ], [ 39, 40 ], [ 39, 41 ], [ 41, 42 ], [ 41, 43 ], [ 43, 44 ], [ 43, 45 ], [ 8, 46 ], [ 46, 47 ], [ 47, 48 ], [ 48, 49 ], [ 48, 50 ], [ 46, 51 ], [ 52, 52 ], [ 52, 53 ], [ 52, 54 ], [ 52, 55 ], [ 6, 56 ], [ 56, 57 ], [ 0, 58 ], [ 58, 59 ], [ 58, 60 ] ]
[ "import java.util.Scanner;\n\npublic class Main {\n\n public static void main(String[] args) {\n // TODO code application logic here\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 S = a * b;\n int L = 2*(a + b);\n System.out.println(S+\" \"+L);\n }\n \n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n public static void main(String[] args) {\n // TODO code application logic here\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 S = a * b;\n int L = 2*(a + b);\n System.out.println(S+\" \"+L);\n }\n \n}", "Main", "public static void main(String[] args) {\n // TODO code application logic here\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 S = a * b;\n int L = 2*(a + b);\n System.out.println(S+\" \"+L);\n }", "main", "{\n // TODO code application logic here\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 S = a * b;\n int L = 2*(a + b);\n System.out.println(S+\" \"+L);\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 S = a * b;", "S", "a * b", "a", "b", "int L = 2*(a + b);", "L", "2*(a + b)", "2", "(a + b)", "a", "b", "System.out.println(S+\" \"+L)", "System.out.println", "System.out", "System", "System.out", "S+\" \"+L", "S+\" \"+L", "S", "\" \"", "L", "String[] args", "args", "public class Main {\n\n public static void main(String[] args) {\n // TODO code application logic here\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 S = a * b;\n int L = 2*(a + b);\n System.out.println(S+\" \"+L);\n }\n \n}", "public class Main {\n\n public static void main(String[] args) {\n // TODO code application logic here\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 S = a * b;\n int L = 2*(a + b);\n System.out.println(S+\" \"+L);\n }\n \n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO code application logic here 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 S = a * b; int L = 2*(a + b); System.out.println(S+" "+L); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 42, 4, 18, 13, 30, 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 ], [ 52, 5 ], [ 52, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 13, 14 ], [ 14, 15 ], [ 12, 16 ], [ 16, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 16, 22 ], [ 22, 23 ], [ 22, 24 ], [ 24, 25 ], [ 25, 26 ], [ 16, 27 ], [ 27, 28 ], [ 27, 29 ], [ 29, 30 ], [ 29, 31 ], [ 16, 32 ], [ 32, 33 ], [ 32, 34 ], [ 34, 35 ], [ 35, 36 ], [ 35, 37 ], [ 34, 38 ], [ 16, 39 ], [ 39, 40 ], [ 40, 41 ], [ 41, 42 ], [ 41, 43 ], [ 39, 44 ], [ 45, 45 ], [ 45, 46 ], [ 45, 47 ], [ 45, 48 ], [ 6, 49 ], [ 49, 50 ], [ 0, 51 ], [ 51, 52 ], [ 51, 53 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\twhile(sc.hasNext()){\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint s = a*b;\n\t\t\tint syu = (a+b)*2;\n\t\t\tSystem.out.println(s + \" \" + syu);\n\t\t}\n\t}\n}", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\twhile(sc.hasNext()){\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint s = a*b;\n\t\t\tint syu = (a+b)*2;\n\t\t\tSystem.out.println(s + \" \" + syu);\n\t\t}\n\t}\n}", "Main", "public static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\twhile(sc.hasNext()){\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint s = a*b;\n\t\t\tint syu = (a+b)*2;\n\t\t\tSystem.out.println(s + \" \" + syu);\n\t\t}\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\twhile(sc.hasNext()){\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint s = a*b;\n\t\t\tint syu = (a+b)*2;\n\t\t\tSystem.out.println(s + \" \" + syu);\n\t\t}\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "while(sc.hasNext()){\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint s = a*b;\n\t\t\tint syu = (a+b)*2;\n\t\t\tSystem.out.println(s + \" \" + syu);\n\t\t}", "sc.hasNext()", "sc.hasNext", "sc", "{\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint s = a*b;\n\t\t\tint syu = (a+b)*2;\n\t\t\tSystem.out.println(s + \" \" + syu);\n\t\t}", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "int s = a*b;", "s", "a*b", "a", "b", "int syu = (a+b)*2;", "syu", "(a+b)*2", "(a+b)", "a", "b", "2", "System.out.println(s + \" \" + syu)", "System.out.println", "System.out", "System", "System.out", "s + \" \" + syu", "s + \" \" + syu", "s", "\" \"", "syu", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args) {\n\t\tScanner sc = new Scanner(System.in);\n\t\twhile(sc.hasNext()){\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint s = a*b;\n\t\t\tint syu = (a+b)*2;\n\t\t\tSystem.out.println(s + \" \" + syu);\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\twhile(sc.hasNext()){\n\t\t\tint a = sc.nextInt();\n\t\t\tint b = sc.nextInt();\n\t\t\tint s = a*b;\n\t\t\tint syu = (a+b)*2;\n\t\t\tSystem.out.println(s + \" \" + syu);\n\t\t}\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); while(sc.hasNext()){ int a = sc.nextInt(); int b = sc.nextInt(); int s = a*b; int syu = (a+b)*2; System.out.println(s + " " + syu); } } }
[ 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, 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 ], [ 67, 11 ], [ 67, 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 ], [ 14, 54 ], [ 54, 55 ], [ 55, 56 ], [ 56, 57 ], [ 56, 58 ], [ 54, 59 ], [ 60, 60 ], [ 60, 61 ], [ 60, 62 ], [ 60, 63 ], [ 12, 64 ], [ 64, 65 ], [ 0, 66 ], [ 66, 67 ], [ 66, 68 ] ]
[ "\nimport java.io.BufferedReader;\nimport java.io.IOException;\nimport java.io.InputStreamReader;\n\npublic class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint menseki = a*b;\n\t\tint syu = (a+b)*2;\n\t\tSystem.out.println(menseki+\" \"+syu);\n\t}\n\n}", "import java.io.BufferedReader;", "BufferedReader", "java.io", "import java.io.IOException;", "IOException", "java.io", "import java.io.InputStreamReader;", "InputStreamReader", "java.io", "public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint menseki = a*b;\n\t\tint syu = (a+b)*2;\n\t\tSystem.out.println(menseki+\" \"+syu);\n\t}\n\n}", "Main", "/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint menseki = a*b;\n\t\tint syu = (a+b)*2;\n\t\tSystem.out.println(menseki+\" \"+syu);\n\t}", "main", "{\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint menseki = a*b;\n\t\tint syu = (a+b)*2;\n\t\tSystem.out.println(menseki+\" \"+syu);\n\t}", "BufferedReader br = new BufferedReader(new InputStreamReader(System.in));", "br", "new BufferedReader(new InputStreamReader(System.in))", "String[] s = br.readLine().split(\" \");", "s", "br.readLine().split(\" \")", "br.readLine().split", "br.readLine()", "br.readLine", "br", "\" \"", "int a = Integer.parseInt(s[0]);", "a", "Integer.parseInt(s[0])", "Integer.parseInt", "Integer", "s[0]", "s", "0", "int b = Integer.parseInt(s[1]);", "b", "Integer.parseInt(s[1])", "Integer.parseInt", "Integer", "s[1]", "s", "1", "int menseki = a*b;", "menseki", "a*b", "a", "b", "int syu = (a+b)*2;", "syu", "(a+b)*2", "(a+b)", "a", "b", "2", "System.out.println(menseki+\" \"+syu)", "System.out.println", "System.out", "System", "System.out", "menseki+\" \"+syu", "menseki+\" \"+syu", "menseki", "\" \"", "syu", "String[] args", "args", "public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint menseki = a*b;\n\t\tint syu = (a+b)*2;\n\t\tSystem.out.println(menseki+\" \"+syu);\n\t}\n\n}", "public class Main {\n\n\t/**\n\t * @param args\n\t * @throws IOException \n\t */\n\tpublic static void main(String[] args) throws IOException {\n\t\t// TODO Auto-generated method stub\n\t\tBufferedReader br = new BufferedReader(new InputStreamReader(System.in));\n\t\tString[] s = br.readLine().split(\" \");\n\t\tint a = Integer.parseInt(s[0]);\n\t\tint b = Integer.parseInt(s[1]);\n\t\tint menseki = a*b;\n\t\tint syu = (a+b)*2;\n\t\tSystem.out.println(menseki+\" \"+syu);\n\t}\n\n}", "Main" ]
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Main { /** * @param args * @throws IOException */ public static void main(String[] args) throws IOException { // TODO Auto-generated method stub BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); String[] s = br.readLine().split(" "); int a = Integer.parseInt(s[0]); int b = Integer.parseInt(s[1]); int menseki = a*b; int syu = (a+b)*2; System.out.println(menseki+" "+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, 17, 2, 13, 13, 2, 17, 2, 13, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 39, 5 ], [ 39, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 23, 24 ], [ 24, 25 ], [ 24, 26 ], [ 22, 27 ], [ 22, 28 ], [ 28, 29 ], [ 28, 30 ], [ 22, 31 ], [ 31, 32 ], [ 31, 33 ], [ 33, 34 ], [ 33, 35 ], [ 6, 36 ], [ 36, 37 ], [ 0, 38 ], [ 38, 39 ], [ 38, 40 ] ]
[ "import java.util.*;\npublic class Main \n{\n\tpublic static void main(String[] args) \n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", a * b , 2 * (a + b) );\n\t}\n}", "import java.util.*;", "util.*", "java", "public class Main \n{\n\tpublic static void main(String[] args) \n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", a * b , 2 * (a + b) );\n\t}\n}", "Main", "public static void main(String[] args) \n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", a * b , 2 * (a + b) );\n\t}", "main", "{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", a * b , 2 * (a + b) );\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int a = sc.nextInt();", "a", "sc.nextInt()", "sc.nextInt", "sc", "int b = sc.nextInt();", "b", "sc.nextInt()", "sc.nextInt", "sc", "System.out.printf(\"%d %d\\n\", a * b , 2 * (a + b) )", "System.out.printf", "System.out", "System", "System.out", "\"%d %d\\n\"", "a * b", "a", "b", "2 * (a + b)", "2", "(a + b)", "a", "b", "String[] args", "args", "public class Main \n{\n\tpublic static void main(String[] args) \n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", a * b , 2 * (a + b) );\n\t}\n}", "public class Main \n{\n\tpublic static void main(String[] args) \n\t{\n\t\tScanner sc = new Scanner(System.in);\n\t\tint a = sc.nextInt();\n\t\tint b = sc.nextInt();\n\t\tSystem.out.printf(\"%d %d\\n\", a * b , 2 * (a + b) );\n\t}\n}", "Main" ]
import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); System.out.printf("%d %d\n", a * b , 2 * (a + b) ); } }
[ 7, 15, 13, 17, 6, 13, 12, 13, 30, 41, 13, 20, 41, 13, 4, 18, 13, 41, 13, 4, 18, 13, 41, 13, 41, 13, 0, 13, 2, 13, 13, 0, 13, 2, 13, 13, 4, 18, 18, 13, 13, 2, 2, 13, 17, 2, 17, 13, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 51, 5 ], [ 51, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 12, 14 ], [ 14, 15 ], [ 15, 16 ], [ 8, 17 ], [ 17, 18 ], [ 17, 19 ], [ 19, 20 ], [ 20, 21 ], [ 8, 22 ], [ 22, 23 ], [ 8, 24 ], [ 24, 25 ], [ 8, 26 ], [ 26, 27 ], [ 26, 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 ], [ 45, 46 ], [ 45, 47 ], [ 6, 48 ], [ 48, 49 ], [ 0, 50 ], [ 50, 51 ], [ 50, 52 ] ]
[ "import java.util.Scanner;\npublic class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\t Scanner sc = new Scanner(System.in);\n\t int h = sc.nextInt();\n\t int w = sc.nextInt();\n\t int a;\n\t int l;\n\t a = h*w;\n\t l = h+w;\n\t System.out.println(a+ \" \" +2*l);\n\n\t}\n\n}\n", "import java.util.Scanner;", "Scanner", "java.util", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\t Scanner sc = new Scanner(System.in);\n\t int h = sc.nextInt();\n\t int w = sc.nextInt();\n\t int a;\n\t int l;\n\t a = h*w;\n\t l = h+w;\n\t System.out.println(a+ \" \" +2*l);\n\n\t}\n\n}", "Main", "public static void main(String[] args) {\n\t\t\n\t\t Scanner sc = new Scanner(System.in);\n\t int h = sc.nextInt();\n\t int w = sc.nextInt();\n\t int a;\n\t int l;\n\t a = h*w;\n\t l = h+w;\n\t System.out.println(a+ \" \" +2*l);\n\n\t}", "main", "{\n\t\t\n\t\t Scanner sc = new Scanner(System.in);\n\t int h = sc.nextInt();\n\t int w = sc.nextInt();\n\t int a;\n\t int l;\n\t a = h*w;\n\t l = h+w;\n\t System.out.println(a+ \" \" +2*l);\n\n\t}", "Scanner sc = new Scanner(System.in);", "sc", "new Scanner(System.in)", "int h = sc.nextInt();", "h", "sc.nextInt()", "sc.nextInt", "sc", "int w = sc.nextInt();", "w", "sc.nextInt()", "sc.nextInt", "sc", "int a;", "a", "int l;", "l", "a = h*w", "a", "h*w", "h", "w", "l = h+w", "l", "h+w", "h", "w", "System.out.println(a+ \" \" +2*l)", "System.out.println", "System.out", "System", "System.out", "a+ \" \" +2*l", "a+ \" \" +2*l", "a", "\" \"", "2*l", "2", "l", "String[] args", "args", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\t Scanner sc = new Scanner(System.in);\n\t int h = sc.nextInt();\n\t int w = sc.nextInt();\n\t int a;\n\t int l;\n\t a = h*w;\n\t l = h+w;\n\t System.out.println(a+ \" \" +2*l);\n\n\t}\n\n}", "public class Main {\n\n\tpublic static void main(String[] args) {\n\t\t\n\t\t Scanner sc = new Scanner(System.in);\n\t int h = sc.nextInt();\n\t int w = sc.nextInt();\n\t int a;\n\t int l;\n\t a = h*w;\n\t l = h+w;\n\t System.out.println(a+ \" \" +2*l);\n\n\t}\n\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int h = sc.nextInt(); int w = sc.nextInt(); int a; int l; a = h*w; l = h+w; System.out.println(a+ " " +2*l); } }
[ 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, 13, 13, 17, 23, 13, 10, 6, 13 ]
[ [ 0, 1 ], [ 1, 2 ], [ 1, 3 ], [ 0, 4 ], [ 41, 5 ], [ 41, 6 ], [ 6, 7 ], [ 6, 8 ], [ 8, 9 ], [ 9, 10 ], [ 9, 11 ], [ 8, 12 ], [ 12, 13 ], [ 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 ], [ 6, 38 ], [ 38, 39 ], [ 0, 40 ], [ 40, 41 ], [ 40, 42 ] ]
[ "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 intHeight = scan.nextInt();\n\t\tint intWidth = scan.nextInt();\n\t\tSystem.out.println(intHeight * intWidth + \" \" + (intHeight + intWidth) * 2);\n\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 intHeight = scan.nextInt();\n\t\tint intWidth = scan.nextInt();\n\t\tSystem.out.println(intHeight * intWidth + \" \" + (intHeight + intWidth) * 2);\n\n\t}\n}", "Main", "public static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intHeight = scan.nextInt();\n\t\tint intWidth = scan.nextInt();\n\t\tSystem.out.println(intHeight * intWidth + \" \" + (intHeight + intWidth) * 2);\n\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intHeight = scan.nextInt();\n\t\tint intWidth = scan.nextInt();\n\t\tSystem.out.println(intHeight * intWidth + \" \" + (intHeight + intWidth) * 2);\n\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int intHeight = scan.nextInt();", "intHeight", "scan.nextInt()", "scan.nextInt", "scan", "int intWidth = scan.nextInt();", "intWidth", "scan.nextInt()", "scan.nextInt", "scan", "System.out.println(intHeight * intWidth + \" \" + (intHeight + intWidth) * 2)", "System.out.println", "System.out", "System", "System.out", "intHeight * intWidth + \" \" + (intHeight + intWidth) * 2", "intHeight * intWidth + \" \" + (intHeight + intWidth) * 2", "intHeight * intWidth", "intHeight", "intWidth", "\" \"", "(intHeight + intWidth) * 2", "(intHeight + intWidth)", "intHeight", "intWidth", "2", "String[] args", "args", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intHeight = scan.nextInt();\n\t\tint intWidth = scan.nextInt();\n\t\tSystem.out.println(intHeight * intWidth + \" \" + (intHeight + intWidth) * 2);\n\n\t}\n}", "public class Main {\n\tpublic static void main(String[] args){\n\t\tScanner scan = new Scanner(System.in);\n\t\tint intHeight = scan.nextInt();\n\t\tint intWidth = scan.nextInt();\n\t\tSystem.out.println(intHeight * intWidth + \" \" + (intHeight + intWidth) * 2);\n\n\t}\n}", "Main" ]
import java.util.Scanner; public class Main { public static void main(String[] args){ Scanner scan = new Scanner(System.in); int intHeight = scan.nextInt(); int intWidth = scan.nextInt(); System.out.println(intHeight * intWidth + " " + (intHeight + intWidth) * 2); } }
[ 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.*;\n\nclass Main {\n\tpublic static void main (String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint uhouho = scan.nextInt();\n\t\tint uhauha = scan.nextInt();\n\t\tSystem.out.println(uhouho * uhauha + \" \" + (2 * uhouho + 2 * uhauha));\n\t}\n}", "import java.util.*;", "util.*", "java", "class Main {\n\tpublic static void main (String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint uhouho = scan.nextInt();\n\t\tint uhauha = scan.nextInt();\n\t\tSystem.out.println(uhouho * uhauha + \" \" + (2 * uhouho + 2 * uhauha));\n\t}\n}", "Main", "public static void main (String[] args) {\n\t\tScanner scan = new Scanner(System.in);\n\t\tint uhouho = scan.nextInt();\n\t\tint uhauha = scan.nextInt();\n\t\tSystem.out.println(uhouho * uhauha + \" \" + (2 * uhouho + 2 * uhauha));\n\t}", "main", "{\n\t\tScanner scan = new Scanner(System.in);\n\t\tint uhouho = scan.nextInt();\n\t\tint uhauha = scan.nextInt();\n\t\tSystem.out.println(uhouho * uhauha + \" \" + (2 * uhouho + 2 * uhauha));\n\t}", "Scanner scan = new Scanner(System.in);", "scan", "new Scanner(System.in)", "int uhouho = scan.nextInt();", "uhouho", "scan.nextInt()", "scan.nextInt", "scan", "int uhauha = scan.nextInt();", "uhauha", "scan.nextInt()", "scan.nextInt", "scan", "System.out.println(uhouho * uhauha + \" \" + (2 * uhouho + 2 * uhauha))", "System.out.println", "System.out", "System", "System.out", "uhouho * uhauha + \" \" + (2 * uhouho + 2 * uhauha)", "uhouho * uhauha + \" \" + (2 * uhouho + 2 * uhauha)", "uhouho * uhauha", "uhouho", "uhauha", "\" \"", "(2 * uhouho + 2 * uhauha)", "2 * uhouho", "2", "uhouho", "2 * uhauha", "2", "uhauha", "String[] args", "args" ]
import java.util.*; class Main { public static void main (String[] args) { Scanner scan = new Scanner(System.in); int uhouho = scan.nextInt(); int uhauha = scan.nextInt(); System.out.println(uhouho * uhauha + " " + (2 * uhouho + 2 * uhauha)); } }